[nautilus] Created tag NAUTILUS_0_8_2



The unsigned tag 'NAUTILUS_0_8_2' was created.

Tagger: Robin Slomkowski <rslomkow src gnome org>
Date: 983261293 +0000



Changes since the last tag 'NAUTILUS_PR3_ANCHOR':

Akira TAGOH (1):
      Updated Japanese translation.

Andraz Tori (3):
      Added Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Andy Hertzfeld (52):
      fixed bug 5895, critical errors when you make the sidebar small. Fixed by
      fixed typo in "terracotta" pattern name that caused it not to be
      fixed typo in recent ChangeLog entry
      fixed bug 5587, hard-coded button geometry in the property browser, fixed
      fixed bug 5746, hardware title in hardware view not translated, by
      fixed bug 5908, assert hit when background pattern is deleted, by testing
      fixed bug 5972, remove theme button uses aa text, by using a gtk_label
      fixed recently introduced problem where it was still treating button
      initial check-in of post-1_0_1 branch
      removed files that I inadvertently checked in to the wrong branch.
      removed some set_usize calls that I had only commented out before.
      fixed bug 5985, we should use timestamps to determine which static
      oops - I left my email address off of the ChangeLog in my most recent
      fixed bug 5817, removing the extension from images makes their thumbnails
      fixed bug 5750, accepting drops by folders quirky at zoom levels below
      file nautilus-vcard.h was initially added on branch post-1_0_1.
      file nautilus-vcard.c was initially added on branch post-1_0_1.
      file main.c was initially added on branch post-1_0_1.
      file Makefile.am was initially added on branch post-1_0_1.
      file .cvsignore was initially added on branch post-1_0_1.
      file vcard.h was initially added on branch post-1_0_1.
      file vcard.c was initially added on branch post-1_0_1.
      file nautilus-vcard.oaf was initially added on branch post-1_0_1.
      fixed bug 6301, bad svg crashes Nautilus, by adding a check in
      fixed bug 6280, custom icon selection should use gnome-icon-sel instead of
      fixed bug 5479, two "View as Text" items in "View as Other" dialog list,
      fixed bug 6281, property browser should user gnome icon selection UI for
      fixed bugs 6437 and 6438 by testing for a directory selected instead of a
      fixed bug 6369, sluggish keyboard response in location bar. I improved
      fixed bug 6458, crash if you quickly press cancel after pressing OK in the
      fixed bug 6338, folder moves to the right when highlighted, by tweaking
      fixed bug 6005, help tab still left on sidebar after view is hidden, by
      fixed bug 6052, sidebar needs empty trash button when showing trash:
      fixed bug 5951, hard-coded geometry in the theme selector, by implementing
      made the text view look for services in the updates folder, so we can add
      fixed bug 6554, typing random text into the background selector crashes,
      file nautilus-annotation.h was initially added on branch post-1_0_3.
      file nautilus-annotation.c was initially added on branch post-1_0_3.
      fixed bug 6623, .fig files cause warnings to spew, by checking for types
      fixed bug 6589, nautilus crashes if a moderate sized text block is used
      fixed bug 5599, make objects in $USER/Nautilus localizable. Fixed by
      removed the translation text services from the build, since they are not
      fixed a bunch of problems in the image view, including making the initial
      fixed bug where the left edge of a sidebar tab wasn't prelighting
      fixed bug 6732, can't unmount volumes after viewing text files; fixed by
      fixed bug 6717, problem editing a uri with a '#' in the middle, by adding
      fixed bug 6804, resizing sidebar crashes summary view. Fixed by adding a
      fixed bug 5939, margins in text icons are weirdly proportioned. Fixed by
      fixed bug 6312, information about translation in the about box, by adding
      fixed bug 6889, add eazel redirect to the text services.
      fixed bug 7021, reset in colors pane messed up, by adding a call to turn
      fixed bug 7067, on clean install, services icon is missing. Arlo recently

Arik Devens (26):
      temporary fix for bug #5490 by removing the dialogs usize request.
      moved from using an hbox and show/hides to a notebook for the preferences dialog. fixed bug 5627.
      Added a new utility funtion to take a pane and find its row in the clist, updated the preference box to 
use it to set the users last selected pane when they switch user levels unless they are not visible in your 
user level.
      Fixed my ridiculous breakage. Need more sleep. Introduced typos without testing. Fixed now.
      Refactored the glyph cache to be a bit smarter about when to insert and remove from its cache.
      Forgot to remove something from my changelog *smack*
      Updated insert function to evict everytime we are above the cache 'limit' not just when adding the 
glyph would put us above.
      reviewed by: Eskil Heyn Olsen <eskil eazel com>
      Fixed bugs 5837, 6463, 6478, and 6506 by making tilde support work alot better in nautilus.
      Fixed bugs 6582 and 6585 by removing a g_free i shouldn't have been using.
      Heh, i really should get more sleep.
      Updated tilde expand code to not suck, and to work right for the location bar and the pref dialog. part 
of a fix for bug 6391.
      Added constrain functions to the nautilus-viewport widget so you can constrain the size of the children 
in either direction to the size of the viewport.
      New test for nautilus_viewport_constrain_width function. Eventually i will generalize it into a more 
usefull test of the constrain functions.
      Updated so it uses two vbox's to test each of the constrain functions.
      Updating the can't run nautilus dialog to suggest using the nautilus-clean script instead of rebooting 
the machine. ;-)
      Updated so that setting preferences first checks to see if they've changed and so that the pref dialog 
uses idle handlers instead of directly setting the prefs. Fixes bug 6847.
      New script to let testers and users reset their preferences safely. Fixes bug 6797.
      Adding the restore-settings helper script to Makefile.am and installing it.
      Added distro to package system mappings for the rest of the distro's trilobyte can detect.
      Commented out the widget->show for the verify button for 1.0. Fixes bugs 6974 and 5123.
      Replaced gtk_widget_set_sensitivity with gnome_druid_set_sensitivity so that our preferences are not 
clobbered. Fixes bug 4567. Also added a gettext call to the preferences code so that userlevels are 
translated. Fixes bug 6924.
      Added default text to be displayed when either a man or info page cannot be found on the system. Fixes 
bug 3112 and partially fixes bug 939. Will finish after sleep.
      Moving the rest of the widget_set_sensitive calls to druid_set_buttons_sensitive so we don't get 
clobbered.
      Partial fix for bug 5701. Moved icon stretching to an idle handler to both speed it up a bit and stop 
it from growing then freezing then jumping to a new size. Will do more after 1.0.
      Changed Size to Installed Size to more accurately reflect the information we are attempting to convey. 
Fixes bug 7009.

Arlo Rose (10):
      Made more link icons that will work at smaller zoom levels. Fixes bug
      Tweaked images in druid to use my 3D logo, and blue shades rather than
      Trying to make the service icons consistent in Nautilus. Next stop,
      Added hand.png, deleted hand.svg
      Making the bootstrp installer look a little better.
      Last tweak... making the error symbol fit with the new blue shade.
      Changed the design of the Crux documents to have 8.5 x 11 aspect ratio,
      Mistake in the xml file.
      Added a 20 pixel version for the Tree view and menus.
      Lots of folder stuff...

Brett Neely (2):
      Kill oafd last so nautilus-clean.sh -x only needs to be run once.
      *** empty log message ***

Brian Frank (1):
      Updating default bookmarks for Nautilus 1.0.

Carlos Perell� Mar�n (1):
      Updated Spanish translation from Pablo del Campo <pablodc mapfre com ar>

Christian Rose (26):
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Small fixes.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Added missing music view files.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.
      Updated Swedish translation.

Christophe Merlet (3):
      Updated French translation.
      Updated French translation.
      Updated French translation.

Chyla Zbigniew (1):
      Updated Polish translation

Dan Mueth (13):
      Adding this directory for the GNU FDL. This is a temporary solution. When
      reviewed by: Eskil
      Changed so only a warning is given if ScrollKeeper is not installed.
      reviewed by: Mike Fleming <mfleming eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Ramiro Estrugo <ramiro eazel com>
      reviewed by: Ian McKellar <ian eazel com>
      reviewed by: Ian McKellar <ian eazel com>
      reviewed by: Robey Pointer <robey eazel com>
      reviewed by: Seth Nickell <snickell stanford edu>
      reviewed by: Maciej Stachowiak <mjs eazel com>
      reviewed by: Tux
      reviewed by: Eric Fischer <eric eazel com>

Darin Adler (31):
      Updated based on recent check-ins and other contributions.
      reviewed by: Pavel Cisler <pavel eazel com>
      Add missing xml-i18n-tools to list of modules needed to build from cvs.
      reviewed by: John Sullivan <sullivan eazel com>
      reviewed by: Maciej Stachowiak <mjs eazel com>
      reviewed by: John Sullivan <sullivan eazel com>
      reviewed by: John Sullivan <sullivan eazel com>
      reviewed by: Michael Engber <engber eazel com>
      Add missing packagedata_destroy prototype to make it compile on systems
      reviewed by: John Sullivan <sullivan eazel com>
      reviewed by: John Sullivan <sullivan eazel com>
      reviewed by: Gene Ragan <gzr eazel com>
      reviewed by: Gene Ragan <gzr eazel com>
      Fix bug 6435 (report_location_change does not record in history).
      reviewed by: John Sullivan <sullivan eazel com>
      reviewed by: Gene Ragan <gzr eazel com>
      Get rid of initialization of nsString object to NULL to fix Tinderbox.
      no comment
      reviewed by: Gene Ragan <gzr eazel com>
      Update of Danish translation from Kjenneth Christiansen <kenneth gnu org>.
      Another update from Kjenneth.
      reviewed by: Gene Ragan <gzr eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Mike Fleming <mfleming eazel com>
      Updated da.po.
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Mike Engber <engber eazel com>
      reviewed by: John Sullivan <sullivan eazel com>
      reviewed by: J Shane Culpepper <pepper eazel com>
      reviewed by: John Sullivan <sullivan eazel com>
      reviewed by: John Sullivan <sullivan eazel com>

Eric Fischer (11):
      Allow RPM 4.* instead of only 4.0
      This is a bunch of changes leading up to Bug 6515, so         the installer can get built by just an 
extra flag to         configure rather than its own script.
      Gmake seems to have trouble recognizing .c -> .o dependencies when the .c
      Start building the eazel installer, and put it into its own RPM. (This
      Building the installer into RPMs doesn't work, because I got something in
      Use ln without -s to make links into the real install/lib directory; add
      reviewed by: Robin Slomkowski <rslomkow eazel com>
      reviewed by: Robin Slomkowski <rslomkow eazel com>
      reviewed by: Darin Adler <darin eazel com> (code) reviewed by: Robin
      reviewed by: Robey Pointer <robey eazel com>
      reviewed by: Robin Slomkoswki <rslomkow eazel com>

Eskil Heyn Olsen (23):
      Removed the --port argument (since --server is now in server:port form).
      Changed output in md5_failed to be readable. Only ask about deleting files
      These are some recent PR3 fixes Bug 6009, 5978 and 5979
      Changed a return from TRUE to FALSE (also in PR3 branch)
      This patch is temporarily going to break a few things, will sync up with
      Added check for PackageBreaks iterators.
      Added the oaf.in files to EXTRA_DIST (tinderbox fix)
      Fixed bug 3459 (emit signals when doing file-conflict, feature-consistency
      reviewed by: Robey Pointer <robey eazel com>
      reviewed by: Robey Pointer  <robey eazel com>
      reviewed by: Robey Pointer <robey eazel com>
      reviewed by: Robey Pointer <robey eazel com>
      reviewed by: Ian McKellar <ian eazel com>
      reviewed in part by: Robey Pointer <robey eazel com>
      reviewed by: Robey Pointer <robey eazel com>
      reviewed by: Robey Pointer <robey eazel com>
      reviewed by: Robey Pointer <robey eazel com>
      review wanker: Arik The Intern
      tired reviewer was: Robey Pointer <robey eazel com>
      reviewed by: Gene Z. Ragan <gzr eazel com>
      Not reviewed, as this just contains some comments for translators.
      glanced at by: Ian McKellar <ian eazel com>
      sleepy reviewer: Robey Pointer <robey eazel com>

Fatih Demir (10):
      Committed greatly updated Turkish translation by Gorkem
      Committed updated Korean translation
      Committed updated Turkish translation for nautilus by Gorkem Cetin
      Comittted updated Korean translation for nautilus
      Updated Turkish translation for nautilus
      Committed updated Korean translation for nautilus
      hm, include locale.h for localeconv in the rpm3 stuff
      Updated Korean translation committed
      Updated Turkish translation by G�rkem Cetin
      Fix in request of translator

Gene Z. Ragan (37):
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      Fixed bug 5981, Desktop Eazel-Services link won't work without Mozilla
      Fixed bug 5747, Nautilus freezes while mounting a device
      Added logic to handle volume mount name collisions. Check for possible
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      Additional work on first time druid gmc to nautilus conversion routines.
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Maciej Stachowiak <mjs eazel com>
      Fixed a small bug where I was assuming a value would be valid when it
      Do a simple check for NULL instead of using g_return_if_fail. We don't
      Add code to send the mime type of the file being examined to the mime type
      Fixed bug 6375, Certain menu shortcuts don't work when insertion point is
      Fixed bug 1736, if icons on desktop are offscreen, need to move them
      Fixed bug 6363, "Set Cover Image" button assumes fixed font height.
      reviewed by: Robin Slomkowski <robin eazel com>
      Fixed bug 5967, Music View slider is narrow in Eazel GTK theme
      reviewed by: Mike Engber <angber eazel com>
      Fixed bug 6453, Gnome VFS_CRITICAL received when dragging nautilus link
      Turn off repawn behavior in debug mode at request of Andy.
      Fixed bug 6465, Music view buttons stretch for songs with very long
      reviewed by: Mike Engber <engber eazel com>
      Fixed bug 6653, throwing away something with the desktop not on will bring
      reviewed by: Mike Engber <engber eazel com>
      Fixed bug 6606, only show user-mountable volumes in Disks menu
      reviewed by: Darin Adler <darin eazel com>
      Fixed bug 6384, Nautilus program chooser uses "nautilus-mime-type-capplet"
      Fixed bug 6029, No option to mount zip drive in desktop menu. Fixed bug
      reviewed by: John Sullivan <sullivan eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Seth Nickell <seth eazel com>
      reviewed by: George Lebl <jirka 5z com>
      reviewed by: John Harper <jsh eazel com>

George Lebl (9):
      Maciej (mjs eazel com) approved this, so blame him if this makes hair grow
      Approval sucker: Maciej <mjs eazel com>
      reviewed by: Darin Adler <darin eazel com>
      Avoid crashes by queueing the destruction of the view into an idle from a
      Eeeek, forgot the reviewed by thingie line, so here goes.  it was seth -George
      Gene Z. Ragan <gzr eazel com> says it won't cause global warming if this
      Gene Z. Ragan <gzr eazel com> said "Groovy", so I suppose that means he
      bored by this patch: Mike Fleming <mfleming eazel com>
      Gene Z. Ragan <gzr eazel com> was subjected to this patch and survived.

Gustavo Maciel Dias Vieira (2):
      Updated Brazilian Portuguese translation.
      Updated Brazilian Portuguese translation.

Ian McKellar (12):
      reviewed by: Maciej Stachowiak <mjs eazel com>
      Created a minimal, sub-functional Debian package backend for
      Separated whitespace removal into a separate function.
      If an RPM load fails then report it to Nautilus with:
      Updated the check to check for RPM 3.0.5 not 3.0.4.
      Removed all the code related to Gnome-VFS sub-methods in Nautilus. (Bug
      reviewed by: Eskil Heyn Olsen <eskil eazel com>
      (removing a conflict marker)
      reviewed by: Maciej Stachowiak  <mjs eazel com>
      reviewed by: Maciej Stachowiak  <mjs eazel com>
      reviewed by: Maciej Stachowiak <mjs eazel com>
      reviewed by: Maciej Stachowiak <mjs eazel com>

J Shane Culpepper (5):
      reviewed by: Gene Z. Ragan <gzr eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      Adding newline to make my compiler happy.
      reviewed by: vera eazel com
      reviewed by: John Sullivan <sullivan eazel com>

Jason Leach (1):
      reviewed by: Maciej Stachowiak <mjs eazel com>

John Fleck (4):
      John Fleck <jfleck inkstain net> reviewed by: Ali Abdin
      John Fleck <jfleck inkstain net>
      John Fleck <jfleck inkstain net>
      reviewed by: George Lebl <jirka 5z org>

John Harper (24):
      reviewed by: Darin Adler <darin eazel com>
      Fix bug 5590 (List view uses anti-aliased graphics always)
      forgot to add reviewer..
      doh! forgot to remove an unused variable..
      Fixed bug 6044 (Druid should be clearer on what the right choice is for
      reviewed by: Maciej Stachowiak <mjs eazel com>
      set the restart command to be `nautilus --no-default-window'
      reviewed by Michael Engber <engber eazel com>
      reviewed by Maciej Stachowiak <mjs eazel com>
      removed debug spewage
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Darin Adler <darin eazel com>
      deleted unused action_type variable
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Ramiro Estrugo <ramiro eazel com>
      reviewed by: George Lebl <jirka 5z com>
      Fixed bug 6764 (Double-clicking a folder with an already-open window on
      reviewed by: Arik Devens <arik eazel com>
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Maciej Stachowiak <mjs eazel com>
      reviewed by: Maciej Stachowiak <mjs eazel com>
      reviewed by: Michael Engber <engber eazel com>
      Fixed bug 6825 (nesting indent in tree panel too large, requires excessive
      reviewed by: Gene Z. Ragan <gzr eazel com>

John Sullivan (44):
      Just corrected a date.
      Fixed bug 5959 (File name in "no applications available"  dialog should be in quotes)
      Fixed bug 2153 (deep count calculation in properties window       could be faster)
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Darin Adler <darin eazel com>
      Fixed bug 5974 (menu item to change Nautilus theme        should mention "theme" in its name)
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Darin Adler <darin eazel com>
      Fixed bug 6254 ("Display" name for grouping in "Folder Views"     category is poor)
      Fixed bug 6321 (Apparently arbitrary item initially selected      in "Open with Other" dialog)
      reviewed by: Mike Fleming <mfleming eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      Fixed bug 6359 (Choosing current view from "View as" menu crashes)
      reviewed by: Gene Ragan <gzr eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      Fixed bug 6421 (Labels for permissions should look insensitive    when permissions are not settable)
      reviewed by: Pavel Cisler <pavel eazel com>
      Fixed bug 5946 (minimum Nautilus window size is too large)
      Fixed bug 6343 (timed-wait dialog is too narrow, often    clipping dialog title)
      Fixed part of bug 6462 (two error messages after doing search     in Red Hat 7). Now you should only 
get one error message.       Rebecca gets to figure out that one.
      Fixed bug 6473 (counting deep contents of folder in Properties    window takes tons of CPU)
      Fixed problems I ran into while trying to fix bug 5903,   which is about making "Tighter Layout" 
sensitive even   in manual layout, since it affects "Clean Up by Name"
      Fixed bug 5903 ("Tighter Layout" can't be changed in      manual layout, but affects Clean Up by Name)
      reviewed by: Gene Z. Ragan  <gzr eazel com>
      Removed an extra "\n" that didn't match between msgid and msgstr, breaking
      Fixed bug 5647 (Control-left/right for keyboard focus     movement conflicts with Sawfish keyboard 
shortcuts)
      reviewed by: Darin Adler <darin eazel com>
      Fixed bug 2917 (Wrong capitalization in "Lay Out" menu)
      reviewed by: Darin Adler  <darin eazel com>
      reviewed by: Darin Adler <darin eazel com>
      Fixed bug 6785 ("Trash" should be capitalized)
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Gene Ragan <gzr eazel com>
      reviewed by: Darin Adler  <darin eazel com>
      reviewed by: Darin Adler  <darin eazel com>

Josh Barrow (9):
      Make CVS shutup.
      *** empty log message ***
      Make CVS shutup
      Removed this file. This was one of the old GNOME icons, and it was no
      Updated for the new k-rad look of the default theme.
      Made a few changes to URLs and a couple of places where things wer worded
      Added some text to explain the freetype fiasco.
      Made a few corrections
      reviewed by: <kenny whitecape org>

Kjartan Maraas (17):
      Updated Norwegian (bokm�l) translation.
      Updated Norwegian (bokm�l) translation. Updated and ran it through sort.
      Updated Norwegian (bokm�l) translation. Added Norwegian (nynorsk)
      Forgot this
      Added Norwegian (nynorsk) to ALL_LINGUAS.
      Updated Norwegian (bokm�l) translation.
      Small fixes
      Fix typo.
      Updated Norwegian (bokm�l) translation.
      Fix some typos in strings.
      Updated Norwegian (bokm�l) translation. Update.
      Updated Norwegian (bokm�l) translation.
      Fix typo
      Updated Norwegian (bokm�l) translation.
      Updated Norwegian (bokm�l) translation.
      Updated Norwegian translation.
      Updated Norwegian translation.

Laszlo Kovacs (31):
      Added various changes to the hyperbola component, some of these are Scrollkeeper related and disabled 
as Scrollkeeper is not in Eazel-hacking yet. Scrollkeeper related changes:     - remove empty branches for 
Scrollkeeper generated       category tree     - remove old way of populating of the Applications       
branch with the Gnome help docs Not Scrollkeeper related changes:     - fix in manpath handling when looking 
for man pages       and manpath does not return anything     - fix in title extraction from man page names    
 - moving all the Man pages below the Manuals branch       (in pages.map)
      Various changes in hyperbola component.
      fixing bug in code that goes around alphabetical ordering of section titles
      fixing bug in code of hyperbola component that goes around alphabetical ordering of section titles
      break in Eazel-hacking build if Scrollkeeper is enabled fixed
      break in Eazel-hacking build when Scrollkeeper is enabled inside hyperbola fixed
      this file holds the documents that go in the toplevel section of the tree
      toplevel document support added
      toplevel document support (in the help tree) added to the hyperbola component if Scrollkeeper is enabled
      man page mapfile moved to the new hyperbola data directory
      man page map file moved to new hyperbola data directory
      compiler warnings removed
      compiler warnings fixed in components/help/hyperbola-filefmt.c if Scrollkeeper is enabled
      toplevel docs separated from the rest of the list in the Help sidebar GUI
      toplevel docs added to the GUI in the help sidebar if Scrollkeeper is enabled
      function prototype changed
      hyperbola_top_doc_tree_populate.h note added
      enabling Scrollkeeper to be the default help system
      add description about Scrollkeeper
      Added description about Scrollkeeper to README.
      $prefix/share/nautilus/components/hyperbola/*.xml added
      Nautilus User's Guide added
      Nautilus User's Guide added to components/help/topleveldocs.xml
      components/help/hyperbola-nav-tree.c added
      components/help/hyperbola-nav-tree.c added to po/POTFILES.in
      components/help/hyperbola-filefmt.c added to POTFILES.in
      previous comment removed
      - crash fixed if locale is NULL - libxml error messages supressed if TOC files are incorrect
      fixed bug 6866
      I added the fallback to the English (C) tree in the sidebar if the current locale tree is empty. This 
is only about tree fallback, not document fallback, ie the docs will not individually fall back to English 
(this has to be implemented later on after Nautilus 1.0).
      fixed bug 7030

Maciej Stachowiak (31):
      reviewed by: Pavel Cisler  <pavel eazel com>
      reviewed by: Darin Adler  <darin eazel com>
      Removed accidentally committed conflict marker.
      reviewed by: John Harper  <jsh eazel com>
      Fix build (I suck).
      Hold a ref on the widget to avoid it being finalized before we can destroy
      reviewed by: Gene Z. Ragan <gzr eazel com>
      reviewed by: Ramiro Estrugo  <ramiro eazel com>
      reviewed by: George Lebl  <jirka 5z com>
      reviewed by: Darin Adler  <darin eazel com>
      reviewed by: Darin Adler <darin eazel com> and Eli Goldberg       <eli eazel com>
      rolled over to ChangeLog-20010201.
      reviewed by: Darin Adler  <darin eazel com> and                Robey Pointer  <robey eazel com>
      reviewed by: Pavel Cisler  <pavel eazel com>
      Script that calls indent with the right parameters to get a GNOME coding
      reviewed by: Laszlo Kovacs  <laszlo kovacs sun com>
      reviewed by: Rebecca Schulman <rebecka eazel com>
      reviewed by: Gene Z. Ragan  <gzr eazel com>
      reviewed by: John Harper  <jsh eazel com>
      Remove -I/usr/include/rpm
      Assorted build twiddling.
      reviewed by: Ian McKellar  <ian eazel com>
      reviewed by: Ian McKellar <ian eazel com>
      reviewed by: Ian McKellar  <ian eazel com>
      reviewed by: John Harper  <jsh eazel com>
      reviewed by: Eskil Olsen  <eskil eazel com>
      reviewed by: Ian McKellar  <ian eazel com>
      reviewed by: Gene Z. Ragan  <gzr eazel com>
      reviewed by: Seth Nickell  <snickell stanford edu>
      reviewed by: Gene Z. Ragan  <gzr eazel com>
      reviewed by: Michael K. Fleming  <mfleming eazel com>

Manuel de Vega Barreiro (2):
      Updated Spanish Translation
      *** empty log message ***

Martin Norback (8):
      Updated sv
      sv update
      changed refresh translation
      sv update
      sv update
      ChangeLog
      sv update
      Updated Swedish translation.

Martin Norbäck (1):
      Marked string for translation.

Matthias Warkus (5):
      Update
      Update-O-Rama
      Updated German translation for freeze/release
      Updates and fixes to German L10n
      Updated again. Strings keep changing! This is mayhem. Someone please do some peer review. There are 
just about two or three days left.

Michael Fleming (17):
      Bug 5905: Softcat Search button doesn't work.
      Removed C++ style comments from copied code
      reviewed by: <sullivan eazel com>
      reviewed by: <robey eazel com>
      reviewed by: <ramiro eazel com>
      reviewed by: Maciej Stachowiak <mjs eazel com>
      reviewed by: <ramiro eazel com>
      Bug 6592 -- Embedded Mozilla defaults to port 8080 when HTTP proxy is
      reviewed by: <ramiro eazel com>
      Bug 4302: links in HTML help don't work.
      reviewed by: <darin eazel com>
      reviewed by: <ian eazel com>
      Embedded Mozilla User Agent string "Nautilus/1.0PR3" -> "Nautilus/1.0Final"       Trilobite version 
"0.2.0" -> "0.3.0" (so Trilobite user agent string    is now "Trilobite/0.3.0"
      Bug 6761: promote html help uris in the {gnome-,g,}help   uri scheme to point to sgml files if they 
exist
      reviewed by: <pavel eazel com>
      reviewed by: Eskil Olsen  <eskil eazel com>
      Bug 3887: Mozilla view only recognizes first change to proxy setting.     Oops: the wrong integer for 
"network.proxy.type" being "disabled" was being     used.

Michael K. Fleming (1):
      reviewed by: <sullivan eazel com>

Mike Engber (21):
      reviewed by: Ramiro Estrugo
      reviewed by: George Lebl
      reviewed by: Ramiro Estrugo
      reviewed by: Ramiro Estrugo
      reviewed by: John Harper
      reviewed by: John Harper
      reviewed by: John Harper
      Allocate buffer when needed rather than keeping it around.
      Initiall check-in of new metadata APIs (corba) - not hooked up yet.
      Add the MetafileFactory to the main object factory.
      reviewed by: John Sullivan
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: John Sullivan
      reviewed by: Gene Z. Ragan <gzr eazel com>
      Added FIXMEs.
      reviewed by: Gene Z. Ragan <gzr eazel com>
      reviewed by: Darin Adler <darin eazel com> John Sullivan
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Darin Adler <darin eazel com>

Mike Fleming (1):
      Merging Mike Fleming's partial fix for 5968 from branch. This     updates all the user agent strings in 
Nautilus.

Pablo Gonzalo del Campo (4):
      Updated Spanish translation.
      Updated Spanish Translation
      Updated Spanish Translation
      Updated Spanish Translation

Pablo Saratxaga (2):
      Added Azeri file
      Updated Azeri file

Pablo del Campo (6):
      *** empty log message ***
      *** empty log message ***
      'head -4 ChangeLog'
      2001-02-13  Pablo Gonzalo del Campo
      Updated Spanish Translation
      2001-02-22  Pablo Gonzalo del Campo

Pavel Cisler (15):
      reviewed by: John Sullivan <sullivan eazel com>
      oops
      reviewed by: Michael Engber <engber eazel com>
      reviewed by: <delete if not using a buddy>
      reviewed by: Gene Z. Ragan <gzr eazel com>
      reviewed by: Gene Z. Ragan <gzr eazel com>
      reviewed by: Gene Ragan <gzr eazel com>
      reviewed by: Seth Nickel <seth eazel com>
      fix changelog conflict markers
      reviewed by: Mike Fleming <mfleming eazel com>
      reviewed by: John Sullivan <sullivan eazel com>
      Fix 6401 (Create Link yields "You cannot link a file to itself" error)
      Fix broken build - add the right includes that got dropped by GnomeVFS
      reviewed by: Gene Z. Ragan <gzr eazel com>
      reviewed by: Ramiro Estrugo <ramiro eazel com>

Ramiro Estrugo (69):
      reviewed by: Pavel Cisler <pavel eazel com>
      Dumshit me, forgot to checkin the Makefile.
      reviewed by: Pavel Cisler <pavel eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      A very simple applet to debug show desktop and smooth graphics
      Backout some dumb changes that i stupidly checked in.
      Removed typo.
      A tiny fix from Brian Frank. Also, save the file as a regular text file
      reviewed by: Eskil Olsen  <eskil eazel com>
      reviewed by: Arik Devens  <arik eazel com>
      reviewed by: Arik Devens  <arik eazel com>
      Justify labels to the left.
      Add an example of how to do dynamic wrapping.
      Fix bug 5899 - "Do slower, complete search" preference needs to include
      reviewed by: Gene Z. Ragan <gzr eazel com>
      reviewed by: Pavel Cisler  <pavel eazel com>
      reviewed by: Gene Z. Ragan <gzr eazel com>
      reviewed by: Pavel Cisler  <pavel eazel com>
      A little better documentation.
      reviewed by: Maciej Stachowiak  <mjs eazel com>
      Add new line at end of file to make redhat7 build happy.
      reviewed by: Maciej Stachowiak  <mjs eazel com>
      Add a Nautilus start button. Also make the fonts smaller to conserver
      reviewed by: Michael Engber  <engber eazel com>
      reviewed by: Michael Engber  <engber eazel com>
      reviewed by: Pavel Cisler  <pavel eazel com>
      reviewed by: Mike Fleming <mfleming eazel com>    Minus the 2 new widgets.
      reviewed by: Robey Pointer  <robey eazel com>
      reviewed by: Maciej Stachowiak <mjs eazel com>
      Add comment clarifying API changes I made in my last checkin. Remove some
      Add public is_smooth getter. (nautilus_viewport_set_never_smooth): Add a
      Make toggle buttons insensitive on novice user level.
      A tiny bit more debug code.
      New NautilusWrapTable test.
      reviewed by: John Sullivan <sullivan eazel com>
      reviewed by: Darin Adler  <darin eazel com>
      reviewed by: Maciej Stachowiak  <mjs eazel com>
      reviewed by: Arik Devens  <arik eazel com>
      reviewed by: Arik Devens  <arik eazel com>
      reviewed by: Rebecca Schulman  <rebecka eazel com>
      Two very tiny tweaks to help debug clipping bugs.
      reviewed by: JP Rosevear <jpr ximian com>
      Require 'freetype >= 2.0' not 'freetype2 >= 2.0'
      Fix a very dumb typo with the last commit. Thanks for JP Rosevear
      Move $(FREETYPE2_CFLAGS) all the way to the top of $(INCLUDES), so that if
      reviewed by: Darin Adler  <darin eazel com>                      Except for the self checks code.
      reviewed by: John Sullivan <sullivan eazel com>
      Update Mozilla requirements. Update the Mozilla milestone names to match
      Clarify the fact that Mozilla M18 no longer works. Remove obsolete Mozilla
      New files. Cut and paste from nautilus-extensions to workaround licensing
      Restore the original cast and lose the const.
      Remove an unused variable.
      Add some mozilla stuff that needs to be localized.
      reviewed by: Mike Engber <engber eazel com>
      Clarify the Mozilla version requirements.
      reviewed by: Rebecca Schulman  <rebecka eazel com>
      reviewed by: Maciej Stachowiak  <mjs eazel com> (Post Mortem)
      reviewed by: Maciej Stachowiak  <mjs eazel com>
      reviewed by: Gene Z. Ragan <gzr eazel com>
      reviewed by: Gene Z. Ragan <gzr eazel com>
      reviewed by: Gene Z. Ragan <gzr eazel com>
      reviewed by: Seth Nickel <seth eazel com>
      Add more missing files. This three have (or soon will have) font names for
      reviewed by: John Sullivan <sullivan eazel com>
      reviewed by: Darin Adler <darin eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>
      Ignore generated files.
      reviewed by: John Harper  <jsh eazel com>
      Ignore generated files.

Rebecca Schulman (20):
      Fix bug 5316, that search results code has empty strings marked for
      Fixed "make check." Oh, the woes. Earlier I removed a field from a struct
      Fix bugs 4094, 4425, 5201 and 4106 about inappopriate applications being
      reviewed by: Darin Adler <darin eazel com>
      Fixed bug 5245, that words used in the search bar were used elsewhere,
      Fixed bug 5648, bad ui in the indexing info dialog.
      Forgot to add Maciej as my buddy on the last change.
      reviewed by: Maciej Stachowiak <mjs eazel com>
      reviewed by: Mathieu Lacage <mathieu gnome org>
      Fix bug 6333, that a warning about not finding unindexed files should not
      Fix bugzilla.eazel.com bug 4962 that open with mpg123 fails. The problem
      Fix bugzilla.eazel.com bug 6416, that the indexing information dialog
      Fix bugzilla.eazel.com bug 6416, that the search results view needs to
      Fix bugzilla.eazel.com 6414 to add prefence to nautilus to enable/disable
      Complete bug 6416, to add dialogs to explain that searches will be slow
      reviewed by: John Sullivan <sullivan eazel com>
      Remove the "backup unindexed search" preference for 1.0, which is
      Fix bug 6058, that opening a file with a default application that cannot
      Fix bugzilla.eazel.com bug 6290, that loading a large directory in the
      reviewed by: Laszlo Kovacs <laszlo kovacs sun com>

Richard Boulton (2):
      reviewed by: Ali Abdin <aliabdin aucegypt edu>
      reviewed by: Ali Abdin <aliabdin aucegypt edu> components/help/converters/gnome-db2html2/* Fix to bug 
6700; doesn't include config.h unless HAVE_CONFIG_H is defined, and has correct instructions for compiling 
standalone.

Robey Pointer (46):
      Remove cruft.
      Un-revert some changes Andy accidentally reverted last week that  cause the password-change view to 
display incorrectly.
      reviewed by: Eskil Heyn Olsen <eskil eazel com>
      reviewed by: Eskil Heyn Olsen  <eskil eazel com>
      oops; missed one
      reviewed by: Eskil Heyn Olsen  <eskil eazel com>
      Fix build breakage caused by my previous checkin.
      oops; reverse that
      Fix small bug in the package tree inflater that caused break structs to be
      i think this was an accident
      Remove break that caused 0% signals to never get sent on install.
      Do a softcat query for any suite ids in the initial package list, so
      reviewed by: Ian McKellar  <ian eazel com>
      Change texts to match Vera's refinements.
      Fix build bustage in Mozilla content view: profile_name ->
      reviewed by: Eskil Heyn Olsen  <eskil eazel com>
      Fix build bustage by removing the two missing install-lib files from
      Make the dep-check logic bail out early if the user has cancelled the
      Erase the package if it didn't finish downloading.
      reviewed by: Eskil Heyn Olsen  <eskil eazel com>
      reviewed by: Eskil Heyn Olsen  <eskil eazel com>
      did i forget to check this in last night?
      Add nautilus-installer to EXTRA_DIST to fix tinderbox breakage.
      reviewed by: Eskil Heyn Olsen  <eskil eazel com>
      remove old conflict marker
      Made dump_tree dump less redundant info (tries not to repeat sections of
      reviewed by: Eskil Heyn Olsen  <eskil eazel com>
      reviewed by: Robin * Slomkowski  <rslomkow eazel com>
      Remove errant unref during dupe-file check.
      Re-add 'provides' to the IDL so the install view can poke around for
      Fix build bustage by breaking cast into two pieces (weird C++ism).
      Nobody wants to review my patch because everyone hates me. This fixes the
      Don't reference the three files that used to be in top/.
      Hide the install view's progress header until downloading begins. Try to
      Added callbacks.[ch] and forms.[ch] to split the ridiculously huge install
      Workaround possible redundant 100% progress callback.
      Remove eazel-install's restrictions on doing an upgrade and downgrade at
      reviewed by: Eskil Heyn Olsen  <eskil eazel com>
      reviewed by: Mike Fleming  <mfleming eazel com?
      reviewed by: Mathieu Lacage <mathieu gnome org>
      reviewed by: Eskil Heyn Olsen  <eskil eazel com>
      reviewed by: Eskil Heyn Olsen <eskil eazel com>
      reviewed by: Eskil Heyn Olsen <eskil eazel com>
      reviewed by: Eskil Heyn Olsen <eskil eazel com>
      oops
      reviewed by: Eskil Heyn Olsen <eskil eazel com>

Robin * Slomkowski (1):
      changed mozilla required version to 0.7 this messes upgrades since 0.7 is

Robin Slomkowski (13):
      upped version to 0.8.1 to be higher than branch
      nautilus-suggested now requires mozill-psm and mozilla-mail, updated
      updated to note using the gnome-vfs-1 branch
      updated to note that /usr/share/hyperbola/maps/*.map have moved to
      merged changes from branch into head BUG 6067
      disabled "make check" by commenting out the TEST directive
      took make check out of here re-enabled test target
      re-enabled building
      enabled make -k check
      added support for scrollkeeper this also requires having the scrollkeeper
      moved documentation to %{prefix}/share/gnome/help/nautilus-user-manual/C/*
      reviewed by: Eric Fischer <eric eazel com>        * nautilus.spec.in: updated text in refrence to BUG 
6853
      upped version to 0.8.2 for release

Sami Pesonen (2):
      Finnish translation updated by Pauli Virtanen <pauli virtanen saunalahti fi>
      Finnish translation updated by Pauli Virtanen <pauli virtanen saunalahti fi>

Seth Nickell (8):
      Added Makefile and Makefile.in to the ignore file
      And another .cvsignore entry...
      Holy piss sprinkled on this by Arik <arik eazel com>
      reviewed by: Gene Z. Ragan <gzr eazel com>
      reviewed by: Ramiro Estrugo <ramiro eazel com>
      reviewed by: J Shane Culpepper <pepper eazel com>
      reviewed by: Pavel C�sler <pavel eazel com>
      reviewed by: Pavel Cisler <pavel eazel com>

Simos Xenitellis (8):
      Added initial Greek translation
      Update of Greek translation
      Updated Greek translation
      Update of Greek translation
      Updated Greek translation
      Updated Greek translation
      Update of Greek translation.
      Update of Greek translation

Stanislav Brabec (1):
      Added support for db1 emulation in Berkeley DB3. DB3 needs

Stano Visnovsky (15):
      Updated Slovak translation
      Updated Slovak translation
      Updated Slovak translation
      Updated Slovak translation
      Updated Slovak translation
      Updated Slovak translation.
      Updated Slovak translation
      Updated Slovak translation
      Updated Slovak translation
      Updated Slovak translation
      Updated Slovak translation
      Updated Slovak translation
      Updated Slovak translation
      Updated Slovak translation
      Updated Slovak translation

Szabolcs Ban (7):
      Tons of fixes by Andras and Emese (spelling, terminology, headers)
      Terminology fixes
      hu.po: Update of Hungarian translation by <emese gnome hu>
      Updated hu.po by Emese and Shooby
      Updated hu.po by emese gnome hu
      Updated hu.po by Emese <emese gnome hu>
      Fixes in hu.po by Emese <emese gnome hu>

Valek Frob (2):
      Updated russian translation.
      Updated russian translation.

Yukihiro Nakai (11):
      ja.po: Update Japanese translation.
      ja.po: Update.
      ja.po: Update Japanese translation.
      ja.po: Minor fix for Japanese.
      *** empty log message ***
      ja.po: Update Japanese translation.
      ja.po: Update Japanese translation.
      ja.po: Update Japanese translation.
      ja.po: More fix.
      ja.po: More Fix.
      ja.po: More fix.

Yuri Syrota (38):
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation
      Updated Ukrainian translation



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]