rely on how the compiler passes parameters to functions. This hopefully
solves several problems: in concrete, one exposed by gnome-system-monitor
when selecting the "My Processes" view (as the function returing the list
takes two arguments, and the second one was beeing passed incorrectly).
Bump PKGREVISION to 1.
* GWNet
new subproject
GWNet is a smb and ftp file viewer.
* GWorkspace/GWSplitView.m
-updateDiskSpaceInfo: rewritten.
* Viewers/IconsViewer/PathIcon.m
-mouseUp: implemented.
* GWorkspace/Inspectors/Tools.m
fixed a bug that crashed the app because a view created in Gorm
was not retained before releasing its window.
* applied patch by Matt Rice <ratmice@yahoo.com> that changes the usage of
setStringValue: on many NSButtons to setTitle.
* Viewers/IconsViewer/IconsPanel.m
Viewers/IconsViewer/IconsPath.m
Viewers/IconsViewer/IconsViewer.m
Viewers/SmallIconsViewer/SmallIcon.m
Viewers/SmallIconsViewer/SmallIconsPanel.m
Viewers/SmallIconsViewer/SmallIconsViewer.m
applied patch by S.J. Chun <chunsj@embian.com> to not access superviews
before they are set.
* added the "GWRemoteFilenamesPboardType" in all the classes
that implements the DraggingDestination protocol
* GWLib/FSWatcher.m
added a NSNotificationQueue.
* GWorkspace/Fiend/Fiend.m
GWorkspace/FiendLeaf/FiendLeaf.m
added DraggingDestination methods to the window.
* GWorkspace/Recycler/Recycler.m
the DraggingDestination is now the window.
* ContentViewers/PdfViewer/PdfViewer.m
applied a patch (by Charles Philip Chan <cpchan@sympatico.ca>)
to make the pdf Inspector work with Ghostscript 8.
* GWorkspace/main.m
the key equivalent for "Quit" is now "Q".
* Version 0.6.2
* GWorkspace/GWorkspace.m
check the defaults for "NoWarnOnQuit"
* ClipBook/ClipBookWindow.m
added the DraggingDestination methods and removed them from the subviews.
added support for the NSColorPboardType type.
* ContentViewers/PasteboardViewer/PasteboardViewer.m
added support for the NSColorPboardType pasteboard type.
* Version 0.6.1
* ClipBook
new subproject.
* GWorkspace/Resources
removed some duplicate files.
* GWorkspace/TShelf/TShelfIconsView.m
creates pasteboard icons also from dnd.
* GWorkspace/TShelf/TShelfView.m
reset the current selection when changing from a pasteboard tab
to a normal one.
* GWorkspace/FileOperations/FileOperation.m
in -doDuplicate changed the suffix "_copy" appended to the file name
to a prepended string, that is, "copy_of_".
* All the DraggingSources now consider also the offset in
-dragImage:at:offset:event:pasteboard:source:slideBack:
(on GNUstep this does nothing but I need it for osx)
* GWorkspace/Resources/Icons
Added some icons for Mac OS X.
* GWLib/externs.m
added icons names.
* GWorkspace/FileOperations/FileOperation.m
Now works on Mac OS X, too.
* GWorkspace/Resources/English.lproj
Modified some .nib files.
* A new Viewer opened on "/" now saves in the defaults its own shelf
content and doesn't use anymore the shelf content of the main viewer.
* Utilities/thumbnailer/thumbnailerInfo.plist
moved "Make thumbnail(s)" and "Remove thumbnail(s)" in a submenu.
they are now "Thumbnails/Make thumbnail(s)" and "Thumbnails/Remove
thumbnail(s)".
German translation by Martin Brecher <martin@mb-itconsulting.com>.
* GWorkspace/Resources/German.lproj
updated German Localized.strings (by Martin Brecher
<martin@mb-itconsulting.com>)
* ContentViewers/AppViewer/AppViewer.m
shows also the extensions.
* now the miniwindow icons reflect current directory icon
instead of view type.
* a new root viewer created has now the same shelf content of the first one.
* Info->Preferences->Hidden files
It is now possible to define directories as hidden.
* ContentViewers/PasteboardViewer/PasteboardViewer.m
Added a dummy implementation of
GormNSBrowser, GormNSTableView, GormNSOutlineView, GormNSMenu,
GormNSPopUpButtonCell and GormNSPopUpButton
Now the viewer seems to works with all the Gorm objects.
* ContentViewers/PasteboardViewer/PasteboardViewer.m
Enabled. Actually it works with many Gorm objects.
Problems with: NSBrowser, NSTableView, NSOutlineView and NSPopUpMenu.
* ContentViewers/PasteboardViewer
New contents viewer inspector.
* Added support for cut, copy and paste operation to the Tabbed Shelf.
* GWorkspace/TShelf/TShelfPBIcon.h GWorkspace/TShelf/TShelfPBIcon.m
New files.
* GWorkspace/Resources/Icons/
Added: Pboard.tiff, colorPboard.tiff, filecontsPboard.tiff Files,
gormPboard.tiff, rtfPboard.tiff, rtfdPboard.tiff, stringPboard.tiff,
tiffPboard.tiff.
* GWorkspace/GWorkspace.m
Added a "Do you really want to quit?" dialog
in -applicationShouldTerminate:.
Added some keyEquivalents to the tabbed shelf menues.
* GWorkspace/TShelf/TShelfWin.m
Reduced the height of the shelf by 6 pts.
* GWorkspace/Desktop/DesktopView.m
GWorkspace/Shelf/Shelf.m
in -fileSystemDidChange: fixed a bug that leaved a renamed icon locked.
* GWorkspace/FileOperations/FileOperation.m
-calculateNumFiles doesn't block anymore.
the stop button now works and the GWFileSystemDidChangeNotification is
sent only with the processed files.
* Viewers/SmallIconsViewer/SmallIconsPanel.m
in -selectIconWithPath: now the view scroll to show the icon.
* GWorkspace/Inspectors/Tools.m
after setting the default application, the applications icons
are now shown correctly.
* Version 0.6
* GWLib/GWProtocol.h and GWorkspace/GWorkspace.m
-sortedDirectoryContentsAtPath:
-checkHiddenFiles:atPath:
-setCachedMax:
-addWatcherForPath:
-removeWatcherForPath:
-lockFiles:inDirectoryAtPath:
-unLockFiles:inDirectoryAtPath:
-isLockedPath:
-existsAndIsDirectoryFileAtPath:
-typeOfFileAt:
-isPakageAtPath:
-sortTypeForDirectoryAtPath:
-setSortType:forDirectoryAtPath:
-setDefSortType:
-defSortType
-setHideSysFiles:
-hideSysFiles
-iconForFile:ofType:
-smallIconForFile:
-smallIconForFiles:
-smallHighlightIcon
-setUseThumbnails:
-imageExtensions
all these methods have been moved in GWLib
in -unselectNameEditor redraw the editor rect only if nameEditor
exists in the subviews.
-concludeRemoteFilesDragOperation: new method.
added a NSNotificationQueue.
added icons names.
-sortedDirectoryContentsAtPath:
-checkHiddenFiles:atPath:
-setCachedMax:
-addWatcherForPath:
-removeWatcherForPath:
-lockFiles:inDirectoryAtPath:
-unLockFiles:inDirectoryAtPath:
-isLockedPath:
-existsAndIsDirectoryFileAtPath:
-typeOfFileAt:
-isPakageAtPath:
-sortTypeForDirectoryAtPath:
-setSortType:forDirectoryAtPath:
-setDefSortType:
-defSortType
-setHideSysFiles:
-hideSysFiles
-iconForFile:ofType:
-smallIconForFile:
-smallIconForFiles:
-smallHighlightIcon
-setUseThumbnails:
-imageExtensions
all these methods have been moved in GWLib
+ (id)workspaceApp
new method.
in cutFileLabelText() new algo used.
* testing more than 2gb of memory
* support for some ECC error reporting chipsets
* serial console improvements
* netbooting is fixed
* LinuxBIOS support
* add new "bit fade" extended test
* use dynamic relocation information records to become PIC, instead of
requiring 2 copies of memtest86 in the binary
* many bugfixes
"""
Patch for fixing a long standing bug in xmbmon version 2.00-2.03
(April 7, 2004): here; this is for 2nd and 3rd temperatures in Winbond
chips with ISA access (no problem with SMBus access).
"""
Bump both mbmon's/xmbmon's PKGREVISIONs to 1.
* Added a new 'null' log handler.
* Added a flush() method to the public Log API.
* Added a new handler that logs using the Sqlite extension.
* The open(), close() and log() methods now consistently return success
or failure.
* If an object or array is passed as a log event, its human-readable
representation will be used.
* It's now possible to specify the default priority for events logged
using the log() method.
* Add process list column for X Server memory usage (Havoc Pennington)
* Add support for multiple processors - bug # 91363
* Fix color saving of graphs - bug #126612 (Kaushal Kumar)
* Fix crash when asking for root passwoard - bug #126923 (Kiran Kumar Immidi)
* Fix memory display
nautilus-cd-burner is an extension to Nautilus that makes it easy to
write files to a CD burner.
The user uses Nautilus or another gnome-vfs aware app to copy the
files he wants to write to burn:///, and then nautilus-cd-burner is
launched in some way to write the files to the CD.
Major changes since 2.5.91 are:
* Translation updates
Major changes since 2.5.90 are:
* Handle failures when opening new window better (don't loop)
* visiting and accept modifiers were reversed in list view
* Build fixes
Major changes since 2.5.8 are:
* Beter typeahead in list view
* "browse" context menu item in more places
* Added go -> cd burner in browser mode
* Fallback to normal icon view if there is a problem launching another view
* Close windows on unmounted directories
* Fix crashes
* Longer delay until cancel open dialog opens
Major changes since 2.5.7 are:
* Fix crash
* Nicer names for toplevel uris
* Browse folder works in more places
* Added preference to always use browser windows
* Warn when sniffed/extension-matched mime type disagrees
* Show applications for both sniffed and extension-matched
mimetype in the open with menu
Major changes since 2.5.6 are:
* Fix icon lookup crash
* Fix property page crash
* Some a11y fixes
* Use new background capplet name
* Fix rename keyfocus issue
* Scroll to icon after rename
* Fix ogg previewing
* Some HIG rephrasing of strings
* Fix crash on rename of empty selection
* Update help userguide links
* Paste menu sensitivity fix
* Rename selection keynav now behaves better from the start
Major changes since 2.5.5 are:
* hig/ui tweaks
* ngettext support
* distribute nautilus-list-view-ui.xml
* New mimetype detection approach
* performance fixes
* non-modal open with other dialog
* Don't show small svgs as themseleves (always thumbnail)
* update egg-recent
Major changes since 2.5.4 are:
* Extension system for emblem, property page, menu item, and
list view column plugins.
* Editable list view columns
* Don't expand symlinks when following them.
* Busy cursor in loading spatial windows
* Icon-view style typeahead in the list view.
* Emblems in the list view
* Added a location button to spatial windows
* Removed tab icon nav from the icon view
* Add a context menu to the tree side pane.
* Pop up folder menu in list view background
* Turn on home icon on the desktop by default
* Added status bar info when no files are selected
* Got rid of unnecessary EelGenerousBin/EelInputEventBox usage
* HIG fixes
* Bugfixes
Major changes since 2.5.3 are:
* Use GtkIconTheme instead of GnomeIconTheme
* Show visited folders differently
* Better mouse/keynav in icon and list view
* Save window geometry on window close
* HIG message dialogs
* File templates support
Major changes since 2.5.2 are:
* Accessibility fixes
* Better initial size of navigation window
* Close all parents closes all parents
* Focus the next item after delete in list view
Major changes since 2.5.1.1 are:
* Don't do unnecessary i/o on remote locations
* handle broken symlinks that go unbroken
* various bug fixes
* some accessibility fixes
Major changes since 2.5.1 are:
* Fixed a NautilusFile leak
* DISABLE_DEPRECATED fixes.
Major changes since 2.5.0 are:
* Start of new volume handling system
* deprecaton clean
* fixed leaks
* performance fixes
gnome-vfs 2.6.0
* Bugs fixed:
+ Some doc fixes
+ Fixed potential buffer in ftp readdir
+ Fix up needs_terminal usage in schema for url handlers
gnome-vfs 2.5.91
* Bugs fixed:
+ build fixes
+ enable ssl if using gnu tls
+ handle host key changed in sftp method
gnome-vfs 2.5.90
* Bugs fixed:
+ fix some sftp bugs
+ fix ssl support (wasn't working at all)
+ better webdav support on some servers (including apache)
+ fix crash when monitoring invalid uris
+ handle fam crashing without using 100% cpu
+ fix nautilus crasher
+ better emission of pre_unmount when unmounting volumes
+ fixed some mime sniffing issues (need new shared-mime-info)
+ portability fixes
+ fix memleaks
+ some header changes needed for c++ binding
gnome-vfs 2.5.8
* Bugs fixed:
+ Text mimetype sniffing
+ portability fixes
* Features
+ Added gtk file chooser backend (experimental)
Note that this introduces a circular build dependency.
This will have to be fixed later, but isn't a huge
problem atm since nothing is using the backend.
gnome-vfs 2.5.7
* Bugs fixed:
+ proxy mask parsing bug fixed
+ Eject code on freebsd
+ Fixed leaks
+ DESTDIR install fixes
gnome-vfs 2.5.6
* Features
+ mime sniffing default method changed
* Bugs fixed:
+ Portability fixes
+ Force volume reload after mount/unmount
+ handle 32bit linux device numbers
+ fix various mime detection bugs
+ don't confuse user_xattr mount option with user
+ move vfs daemon to libexec
gnome-vfs 2.5.5
* Features
+ Allow rename to case-different name
on case-insensitive filesystems (FAT)
+ Add smb support (requires samba 3.0)
+ Add sftp support
+ Use the xdg mime systems (requires shared-mime-data)
+ Initial network:// support
* Bugs fixed:
+ Fix drive/volume casting macros
+ Added GPL headers to daemon
gnome-vfs 2.5.4
* Features
+ performance tweaking of copy block size
+ correct units for kilobytes according to HIG
+ some cleanups of the schemas texts
* Bugs fixed:
+ fixed up daemon failure handling
+ cd name reading
+ g_object_new crasher
+ removed debug spew
gnome-vfs 2.5.3
* Features
+ New authentication callbacks, allowing
more control and gnome-keyring integration
+ New callback support for http backend
+ moved url handler schemas here
+ real gtypes for gnome-vfs enumerations (Murray Cumming)
* Bugs fixed:
+ Solaris fixes of the volume handling (Niall Powed, Padraig
O'Brian)
gnome-vfs 2.5.2
* Features
+ use ngettext
* Bugs fixed:
+ no more vfs-daemon zombies
+ fixed gnomevfs-ls escape bug
+ fixed some leaks
+ fixed some http issues
gnome-vfs 2.5.1
* Features
+ volume monitor
+ computer location
gnome-vfs 2.5.0
* Features
+ asynchronous seek implementation (Manuel Clos)
+ seek and tell support in the FTP method (Manuel Clos)
* Featurelets:
+ make the ssh method work with newer ssh (Mitch)
"Telnet Com Port Control Option" protocol. This protocol lets you share
a serial port through the network. RFC 2217 was orginally implemented
in Cisco Terminal Servers in IOS version 11.x.
** Bug fixes
mv could mistakenly fail to preserve hard links when moving two
or more arguments between partitions.
`cp --sparse=always F /dev/hdx' no longer tries to use lseek to create
holes in the destination.
nohup now sets the close-on-exec flag for its copy of the stderr file
descriptor. This avoids some nohup-induced hangs. For example, before
this change, if you ran `ssh localhost', then `nohup sleep 600 </dev/null &',
and then exited that remote shell, the ssh session would hang until the
10-minute sleep terminated. With the fixed nohup, the ssh session
terminates immediately.
`expr' now conforms to POSIX better:
Integers like -0 and 00 are now treated as zero.
The `|' operator now returns 0, not its first argument, if both
arguments are null or zero. E.g., `expr "" \| ""' now returns 0,
not the empty string.
The `|' and `&' operators now use short-circuit evaluation, e.g.,
`expr 1 \| 1 / 0' no longer reports a division by zero.
** New features
`chown user.group file' now has its traditional meaning even when
conforming to POSIX 1003.1-2001, so long as no user has a name
containing `.' that happens to equal `user.group'.
pkgsrc changes:
o provide GKRELLM_DEBUG to easily build a debug version (should help with
the spinning gkrellm issue)
o don't strip binaries in debug mode
o small gkrellm Makefiles fixes
GKrellM changes (from Changelog):
o Stephan Kapfinger <s.kapfinger--at--gmx.de> mail.c patch fixes bug
I introduced into the last release where parsing of the mail reader
command could fail.