File xfe.changes of Package xfe

-------------------------------------------------------------------
Sun Apr  4 18:59:39 UTC 2021 - lars@linux-schulserver.de - 1.44

- update to 1.44:
  This release fixes several minor bugs. It is now possible to change
  the global DPI resolution of the application to run Xfe on HiDPI 
  monitors (go to Edit / Preferences / Appearance and adjust the DPI 
  value). 
  Old Xfe and Windows icon themes have been removed. 
  Gnome, Kde and Xfe icon themes have been refreshed. 
  Tutkish and Catalan translation have been updated.
- enable xrandr support
- compile without startup notification support
- re-enabled "no mount warning" patch (using the Debian one):
  + 06_no-mount-warning.patch
  removed the old patch:
  + xfe-no-mount-warning.patch
- add web video support in xferc (taken from Debian):
  + 13_webm-support-in-xferc.patch
- finally removed xfe-ftheader_include.patch

-------------------------------------------------------------------
Tue Mar  3 23:34:00 UTC 2020 - lars@linux-schulserver.de - 1.43.2

- Update to 1.43.2:
  + This release fixes several minor bugs. 
  + The greek translation has been updated. 

-------------------------------------------------------------------
Sun Aug 11 11:05:15 UTC 2019 - lars@linux-schulserver.de - 1.43.1

- use license macro

-------------------------------------------------------------------
Sun May  5 16:15:10 UTC 2019 - lars@linux-schulserver.de - 1.43.1

- Update to 1.43.1:
  + This release fixes a regression that corrupted the initial 
    search window content. 
  + This release fixes several minor bugs. 
  ++ The scrollbar size can now be changed. 
  ++ Russian translation has been updated. 
- ran spec-cleaner
- removed xfe-no-mount-warning.patch, xfe-ftheader_include.patch

-------------------------------------------------------------------
Tue Apr 17 10:56:33 UTC 2018 - jengelh@inai.de

- Remove recode dependency. Remove redundant %clean section.
- Remove filler wording from description.

-------------------------------------------------------------------
Wed Sep 27 21:51:43 UTC 2017 - lars@linux-schulserver.de

- update to 1.42:
  + This release fixes several bugs and regressions and adds custom 
    mount / unmount commands to the Preferences dialog.
  + This release adds a new disk usage command (accessible using the
    Compare Sizes menu voice) and allows to open multiple Property
    dialogs at the same time. 
  + Several bugs and regressions have also been fixed. 
  + The czsech translation has been updated. 

-------------------------------------------------------------------
Tue Oct 13 21:33:09 UTC 2015 - trcs@gmx.com

- update to 1.40.1:
  + fixed archive extensions like tar.gz, tar.bz2, tar.xz that were 
    uncorrectly displayed as gz, bz2 and xz in file lists
  + applied fixes from Coverity analysis
  + fixed bug #181 (USB drive requires manual refresh on re-mount)
  + fixed a bug in the PathLinker where a path such as /test was 
    incorrectly found as being a part of a path like 
    /home/test/temp 
  + fixed bug #204 (Can't overwrite folders). The rename command 
    now forbids renaming files or directories to a destination that 
    already exists
  + set focus on the cancel button in some confirmation dialogs
  + when pressing the return key on a multiple selection of files 
    and directories, the files are now opened and the directories 
    are ignored
  + fixed missing suffixes when creating directory copies from copy 
    / paste operation
  + fixed the user and group combo box sizes in the Properties 
    dialog
  + fixed wrong icon size in xferc for aac and flac types
  + fixed wrong if test in onCmdPopupMenu() for FilePanel.cpp and 
    SearchPanel.cpp (Coverity)
  + fixed the path linker button text when the directory name 
    contains '&' characters
  + implemented natural sorting in DirList
  + fixed natural file sorting in compare_locale() and 
    compare_nolocale() (bug #203)
  + updated spanish translation (thanks to jcsl <trcs@gmx.com>)
  + fixed a bash-ism in configure.ac (bug #200)
  + fixed Ctrl-C, Ctrl-V, Ctrl-X and Ctrl-A shortcuts that didn't 
    work in text fields with caps lock enabled 
  + in the search window, pressing the Return key does not launch 
    another search when the panel has the focus
  + fixed a problem where data count is wrongly reset when moving 
    files between different file systems
  + updated hungarian translation (thanks to Sándor Sipos 
    <ss1978@freestart.hu>)
  + fixed a freeze problem with the uim input method and changed 
    the way input methods are detected. We now use the XMODIFIERS 
    environment variable. This works well with ibus, uim and fcitx 
    input methods. There remains a problem where composed 
    characters don't work with the SCIM input method, can't find why
  + fixed a compilation problem in non Linux systems (cmd variable 
    not declared in main.cpp, bug #198)
- refreshed xfe-ftheader_include.patch

-------------------------------------------------------------------
Fri Jun 26 09:47:46 UTC 2015 - lars@linux-schulserver.de

- do not apply the xfe-ftheader_include.patch on newer distributions
  like openSUSE 13.2 (bnc #936200)

-------------------------------------------------------------------
Fri Jan 23 16:10:07 UTC 2015 - lars@linux-schulserver.de

- update to 1.40:
  + updated translations
  + now the copied / moved data size is displayed below the progress bar for copy / move operations
  + at the command line, Xfe can now handle file or directory names (and URIs) and
    launch the associated applications to open the given files. The first two directories
    are displayed in the file panels, the others are ignored. The number of files to
    open is not limited
  + added a new "Modes" tab to the Preferences dialog because otherwise it is too high
  + added an option in the Preferences dialog to start Xfe in the home directory, 
    in the current directory or in the last visited directory. Starting Xfe in given
    directories at the command line takes precedence over these options
  + source and target size / modified time are now correctly aligned in OverwriteBox
  + replaced swriter, simpress, scalc, sdraw, sbase and smath with lowriter, loimpress,
    localc, lodraw, lobase and lomath, since LibreOffice is the default of most
    Linux distributions these days
  + default programs (text viewer / editor, image viewer / editor, pdf viewer, 
    audio player, video player and archiver) are now identified in xferc as <txtviewer>,
    <txteditor>, <imgviewer>, <imgeditor>, <pdfviewer>, <audiolayer>, <videoplayer>, 
    and <archiver>. Thus, when new file associations are added to the system xferc,
    there is no consequence for the user even if he has changed his default programs.
    Compatibility with previous version of Xfe is also ensured through an internal
    mechanism (to be removed in the future)
  + added the ability to copy or cut files from different directories and add them
    to the clipboard using Shift-Ctrl-C or Shift-Ctrl-X (by default) and to paste
    them all in a common place using Ctrl-V. To avoid possible problems, this
    mechanism is disabled if the user has redefined his key bindings for copy /
    cut and these use the Shift key 
  + updated the help and README files
  + in file lists, pressing the space key now selects the current item even if 
    the mouse pointer is over the first column
  + improved keyboard navigation in Xfi
  + added a preference in Xfi to allow displaying the file list before the image
  + removed the XFileView application (Xfv) because it can be replaced with Xfw
    using the read only mode (xfw -r)
  + added an option to start Xfw as read only (xfw --read-only, or xfw -r)
  + search ignoring case is now the default in XFileWrite
  + added flac and torrent associations
  + added the trash size to the empty trash confirmation dialog
  + implemented natural sort order for file lists
  + fixed the flickering problem that occurred on the search panel toolbar buttons
  + avoid sorting again the search list when nothing has changed
  + message texts are now displayed on three lines with a scrollbar if they are too long
  + the maximum number of path links is reduced from 1000 to 128 because this
    has a strong impact on the startup time. But, Xfe does not crash if there
    are more than 128 sub-directories
  + association icons are now displayed in the Properties / Permission tab
  + all "operation cancelled" messages are now warnings instead of errors
  + added epub, fb2 and orb file associations for eBook support with fbreader
    as the default application
  + all file associations that are in the global xferc but not in the local xferc
    are copied to the local xferc. This allows to automatically add the new file
    types introduced into the global xferc
  + we now use a decimal basis for counting KBytes, MBytes and GBytes. 
    This is what most file managers use
  + added the ability to create copies of a file with Ctrl-C / Ctrl-V. The copied
    file names have the suffix (copy), (copy 2), (copy 3), etc.
  + added a Compare menu voice to the FilePanel and SearchPanel context menus.
    An external file comparator program can also be defined in the Preferences
    dialog. Default key binding is set to F8. It is possible to compare two files
    from the same file list or one file from the file list and another selected
    through a file selection dialog.
- refreshed xfe-no-mount-warning.patch
- added xfe-ftheader_include.patch to find the right place of the
  ftheader.h file even after the incompatible change for Ubuntu
- run autoreconf before configure
- BuildRequire automake and freetype2-devel

-------------------------------------------------------------------
Sat Feb 15 00:24:37 UTC 2014 - lars@linux-schulserver.de

- update to 1.37:
  + fixed the search window to allow search directory name to contain spaces
  + fixed a bug in DirList.cpp and FileList.cpp where on some Linux 
    distribution a message 'Mount point not responding' is wrongly 
    issued with gvfs mounts
  + updated translations
  + now the file lists are ordered according to the locale
  + script dir entries are now sorted alphabetically.  
    Empty directories are no more shown
  + when searching with thumbnails on, the images are now displayed 
    at the end of the search. This is more user friendly
  + replaced the right arrow with the normal one when pointing on menu items
  + avoid showing hidden directories in the script menu
  + fixed failing script execution when the script path contains spaces
  + some code cleanup ('pathname' variable name instead of 'filepath',
    for consistency), removed unused focus in and focus out callbacks 
    in SearchWindow.cpp
  + changed the way hidden files are handled in the search panel, 
    because the old way did not work well. Now, there is simply a 
    checkbox to let the user select if he wants to search within hidden
    files or not. The status bar of the search panel still has the thumbnails icon
  + fixed a freeze with thumbnails on and loading pipes
  + fixed some file list refresh problems when thumbnails are displayed
  + fixed wait cursor not displayed in file and search lists
  + thumbnails are now displayed one by one in file lists. This is more
    user friendly than displaying them all at once 
  + fixed a compilation issue in SearchPanel.cpp when Xfe is configured
    without startup notification
  + fixed a compilation warning on some systems in screen.c
  + search pattern now allows to search from text without the '*' character
  + fixed the look of the disabled clearlooks buttons in the search
    panel toolbar
  + fixed an occasional crash in the search window
  + all clearlooks hacks are now stored in a separate clearlooks.cpp file
  + radio buttons now have the ClearLooks appearance
  + menu titles now have the ClearLooks appearance
  + added a Go to scripts folder menu item to the Scripts menu item in
    search window
  + added an option to warn the user when setting the current folder in
    search window
  + added a Go to parent folder menu item to the search window
  + in search panel, disable toolbar buttons when nothing is selected
  + check buttons now have the ClearLooks appearance
  + fixed the way child processes are killed in CommandWindow and
    SearchWindow. Now, the whole group is killed and there is no more
    zombie processes
  + fixed the wrong color of the button corners with ClearLooks controls
  + code cleanup (use types FXlong, FXulong, FXuint, FXuchar for 32
    and 64 bits architecture)
  + disable the UI buttons while searching files
  + fixed the stop button that didn't work correctly
  + make search list continuously scroll down while searching
  + fixed a bug when reading file names from the results of the
    find command  
  + let the FileDialog in SELECT_FILE_DIRECTORY mode display also
    link to directories (fixed in FileList.cpp)
  + patched ttyinit.c for FreeBSD according to bug #176
  + updated the documentation to reflect the new search feature
  + added some search options: size, date, permissions, users,
    groups, empty files
  + fixed some glitches with the search panel
  + implemented the context menu functions in search panel
  + set the initial search path to the panel current directory
  + fixed drag and drop from the search window

-------------------------------------------------------------------
Wed Oct 16 21:26:33 UTC 2013 - lars@linux-schulserver.de

- update to 1.35:
  + This release adds a scripts feature: like in Nautilus, users 
    can now apply custom shell scripts to a list of selected files. 
    See the documentation page for more information.
  + The default keyboard shortcut for the file rename operation 
    was changed to F2. 
  + Swedish and greek translation were updated. 
  + A spanish colombian translation was also added. 
  + And as usual, several bugs were fixed.

-------------------------------------------------------------------
Fri May 17 13:02:21 UTC 2013 - lars@linux-schulserver.de

- update to 1.34:
  + date format is now the same everywhere (and can be selected 
    from the Preferences dialog)
  + it is now possible to specify two start directories at the 
    command line in Xfe. This can be combined with the --panels
    option to select the panel view mode. If no panel view mode 
    is selected and two start directories are specified, then
    the two panels mode is selected by default
  + added a Clearlooks theme and modified the Human and Sea Sky themes
  + scrollbar color can now be changed
  + fixed wrong bordercolor in foxhacks.cpp
  + default audio and video apps are now audacious and mplayer
  + a middle click on selected files now opens the associated file viewer
  + when selecting file name in the symlink dialog, don't select the path
  + when selecting file name in the rename dialog, don't select 
    the (last) file extension
  + add --as-needed to LDFLAGS in debian/rules
  + fixed a typo in help.h (patch from Joo)
  + added POTFILES.skip to the po directory (patch from Joo)
  + for xvt inside of xfe there is the need to configure xvt depending 
    of the kernel. Adding some code for using with variants of the 
    hurd system to ttyinit.c (patch from Joo)
  + set xpm application icons size to 48x48 instead of 32x32 (bug #3571058)
  + get rid of the unuseful Confirm Quit option
  + applied patch from gentoo maintainers that adds --enable-minimalflags 
    (respect system flags as much as possible) to the configure 
    script (bug #3598473)
  + fixed a bug in FXURL::encode() that prevent to paste files with 
    a '%' character in their name (bug #3603196)
  + removed the sfx script, because it seems that nearly nobody uses it
  + now, when a directory is selected in file panel, paste send files 
    in clipboard to it. And it is no more allowed to paste files when 
    a single file (but not a directory) or several files / directories 
    are selected in the file panel (bugs #3568004 and #3484709)
  + Keyboard shortcuts now work when Caps Lock is on (bug #3568005)
  + Groupbox now have rounded corners when Clearlooks controls are used
  + Xfe main window has now a simpler, nicer layout
  + fixed several regressions in the dir history buttons and history lists
  + make last visited directory visible in FileList to avoid 
    scrolling again to visit it
  + now the file and directory lists are not refreshed anymore when 
    Xfe is minimized

-------------------------------------------------------------------
Thu Jan 24 15:24:11 UTC 2013 - lars@linux-schulserver.de

- adapt specfile to produce better Fedora packages 
  (thanks to TI_Eugene)

-------------------------------------------------------------------
Wed Jan 23 13:23:31 UTC 2013 - lars@linux-schulserver.de

- update to 1.33:
  + This release adds the ability to change the date/time format 
    in file and directory lists. 
  + An optional confirmation dialog is now displayed when the user 
    opens an executable file. 
  + A dutch translation has been added and 
  + some minor bugs were fixed.
- specfile cleanup

-------------------------------------------------------------------
Thu Jul 12 19:04:00 UTC 2012 - lars@linux-schulserver.de

- specfile cleanup
- License tag now follows SPDX format 
- remove suse_update_config call: fixes build on Factory

-------------------------------------------------------------------
Wed Jun  6 18:18:58 UTC 2012 - jcsl@eresmas.com

4/04/2012 - Version 1.32.5 released
+ This release fixes several minor bugs and updates the 
  greek translation. 

5/06/2011 - Version 1.32.4 released
+ This release fixes a memory leak and updates spanish, argentinien 
  spanish and czesch translations. 

23/03/2011 - Version 1.32.3 released
+ This release fixes several major bugs and updates german, brazilian 
  portuguese and polish translations. 
+ Xfe now honors $XDG_DATA_HOME and $XDG_CONFIG_HOME environment 
  variables for local trash and local config paths.
 
-------------------------------------------------------------------
Mon Feb  7 20:47:04 UTC 2011 - lars@linux-schulserver.de

- update to 1.32.2:
  + This release fixes several minor bugs
  + updated russian and german translations
  + Bosnian and chinese (taiwan) translations have been added.
- removed 50_non_inline.patch - fixed upstream

-------------------------------------------------------------------
Thu Sep  2 13:50:34 UTC 2010 - lars@linux-schulserver.de

- recommend inkscape and MozillaFirefox
- split of xfe-themes package

-------------------------------------------------------------------
Thu Sep  2 08:38:54 UTC 2010 - lars@linux-schulserver.de

- beautify specfile via spec-cleaner
- fix location of xferc
- fix pt_PT locale
- recommend xine and gimp
- build --with-x, --disable-rpath, --enable-threads='posix' and 
  --without-included-gettext

-------------------------------------------------------------------
Wed Sep  1 14:18:54 UTC 2010 - lars@linux-schulserver.de

- update to 1.32.1:
  * fixes several minor bugs and 
  * updates brazilian, hungarian and swedish translations
  * Support for the ARJ archive format added
  * a new trash can system was developed and is compatible with 
    the freedesktop.org standards
  * keyboard shortcuts are now fully customisable using a graphical 
    interface within the Preferences dialog
  * The modern "Clearlooks like" control style was extended 
     and completed. 
  * Xfe startup performances were greatly improved
- take patch 50_non_inline.patch from debian to fix compile issues

-------------------------------------------------------------------
Thu Nov  6 12:42:09 CET 2008 - lars@linux-schulserver.de

- avoid broken icon symlinks (thanks to Bernhard Walle)

-------------------------------------------------------------------
Fri Aug  1 17:21:09 CEST 2008 - lrupp@suse.de

- update to 1.19.2:
  + changed default archiver program from file-roller to xarchiver, 
    changed default PDF viewer from acroread to xpdf, and changed 
    default PS viewer from evince to gv. 
    These new defaults are more conservative and desktop independent.
  + added support for 7zip archive format (need the p7zip external 
    program)
  + fixed some issues in the german translation
  + updated hungarian translation (thanks to Sándor Sipos)
  + some code cleanup (remove of unused variables)
  + fixed a bug that prevent the panel "dirs first" option 
    to be retained 
  + fixed a problem with the default cursor when switching to 
    double click mode (thanks to Cal Peake)
  + updated spanish translation (thanks to Xuko Sky)
  + updated japanese translation (thanks to thanks to Karl Skewes) 
- added Recommends:     xpdf gv xarchiver p7zip

-------------------------------------------------------------------
Thu Jul  3 17:21:31 CEST 2008 - lrupp@suse.de

- update to 1.19.1:
  + when right clicking in an empty place in the directory tree, 
    display the panel context menu
  + fixed the normal color of Xfv, Xfw, Xfi and Xfp when they are 
    started for the first time before Xfe
  + workaround for a bug on Openbox window manager that caused Xfe 
    and other applications to start at the first time with a hidden 
    window bar
  + fixed a bug that prevent to rename a file or directory using 
    the Properties dialog
  + fixed a bug with the path linker that caused a continuous 
    refresh of Xfe and then a high CPU usage
  + added a new menu item to the file list to autosize icon 
    names in icon view
  + DirPanel options are now persistent and are stored in the 
    DIR PANEL section of the registry
  + ...and many more (see ChangeLog file in Docudir)

-------------------------------------------------------------------
Wed Jun 11 15:05:40 CEST 2008 - lrupp@suse.de

- update to 1.19:
  + fixes a severe bug that occurred when building Xfe 
    on Fedora Linux
  + swedish translation was also updated

-------------------------------------------------------------------
Thu Jun  5 15:51:20 CEST 2008 - lrupp@suse.de

- update to 1.18:
  + a new complete KDE icon theme
  + a new path linker above file lists
  + a new rounded gradient control theme for buttons
  + new useful options have also been added to the 
    Preferences dialog
  + Many translation have been updated and completed

-------------------------------------------------------------------
Sat Mar 29 22:15:39 CET 2008 - lars@linux-schulserver.de

- fix some german spellings (xfe-1.0.4-german.patch)
- require xterm for root usage

-------------------------------------------------------------------
Sat Sep 15 15:22:28 CEST 2007 - lrupp@suse.de

- changed 'pbar' to 'progressbar' and 'pdialog' to 'progressdialog' 
  for legibility in File.cc, FilePanel.cc and DirPanel.cc
- updated translations, thanks to Li Xin <xinliGG@gmail.com> 
  David Vachulka <david@konstrukce-cad.com>
- added the deletion date to the TreeList tooltip, when the 
  directory under mouse is in trash can
- changed the way root directory sizes for TreeList and IconList 
  tooltips are computed : the performances should be much 
  better now
- removed the Save Settings menu of Xfi because settings are now 
  automatically saved 
- when cancel is pressed in the More Preferences dialog of Xfi, 
  all options are now reset to the previous values
- when cancel is pressed in the Preferences dialog of Xfe, all 
  options are now reset to the previous values
- fixed some strings displayed when selecting icon or program 
  files
- updated the README and help.h files
- fixed the selection of the icons theme directory in the 
  Preferences dialog
- fixed a small regression when selecting directories in 
  FileDialog in Copy to, Move to, Rename, etc.
- improved the way a directory is selected in FileDialog : in 
  an empty directory, if we hit OK then we get the current 
  directory instead of doing nothing
- fixed a crash bug in XFileImage, because the numsortheader 
  variable was not initialized in IconList
- when using the directory back, forward and up commands, the 
  focus is keeped on the current tree or file panel 
- in DirList and single click mode, navigating with up and down 
  arrow keys do not expand directories anymore
- in FileList, maintain the folder icon open when displaying the 
  drag and drop menu
- the drag and drop dialog is now optional
- fixed an incorrect string when deleting a non empty directory
- changed the buffer size in copy operation from 4096 to 16384 
  bytes. This slightly improves the performances.
- in DirList, maintain the folder icon open when displaying the 
  drag and drop menu
- added more informations to the tooltip displayed when hovering on 
  an item in the DirList
- when scrolling with pgUp and pgDown keys in FileList, the 
  selection now follows the scroll 
- colored the sorted column as in many file managers
- added the new class IconList because the corresponding FOX class 
  was too hacked  
- in single click mode and detailed file list, the hand cursor now 
  only appears when the mouse pointer is over the name column
- added an option to confirm the deletion of empty directories
- fixed a crash bug when moving the last file of a panel to another 
  place
- fixed an issue with the size of the file operation dialogs. Now, 
  the dialog size should be more adjusted to the text.
- now the size and sort function of the file list columns in 
  XFileImage are saved between sessions
- used addAccel() instead of hidden buttons for some shortcuts
- removed the "Show hidden folders" menu in the View menu because 
  it is confusing when the tree list is not displayed
- fixed an issue with the include path in src/Makefile.am 
  (thanks to Antoine Jacoutot)

-------------------------------------------------------------------
Tue Jul 17 13:53:57 CEST 2007 - lrupp@suse.de

- update to 1.00
 + adjusted the makesfx.sh and sfx.sh scripts to reflect the rename 
   of Xfq and to allow uninstalling the FOX libraries 
 + fixed a bug that prevent the use of the open command on 
   multiple files
 + added Chinese translation, thanks to Li Xin <xinliGG@gmail.com>
 + added support for sshfs file system. Normally, this should work 
   now without translating the uids and gids.
 + fixed another regression in the update status function of the 
   FilePanel class (refered links were no more displayed) 
 + fixed a regression in the update status function of the 
   FilePanel class (crash when Tab pressed in two panels mode) 
 + fixed a bug with the associations of file names with capital 
   characters and no extension 
   (in FilePanel.cc and in Properties.cc)
 + added two default programs to the Preferences menu : image 
   editor and archiver
 + made help window to be non modal
 + last (or first or new, depending on the file operation) selected 
   item is now enabled after the operation. 
   This facilitates keyboard navigation.
 + both color and icon themes now can be changed at the same time
 + added blue and brown icons themes 
   (thanks to Dean Linkous <deanlinkous@inbox.com>)

-------------------------------------------------------------------
Tue Mar 13 11:12:00 CET 2007 - lrupp@suse.de

- new release 0.99:
  + czech and german translations were updated
  + fixed missing su dialogs when trying to create a new file or 
    folder in FilePanel and DirPanel
  + updated to gettext 0.16.1
  + upgraded configure system to automake 1.9
  + fixed a bug when trying to enter a read only directory in 
    FileDialog and XFileImage
  + changed the cursor to a hand when browsing using a single click
  + added options to allow single click file and directory open in 
    FilePanel, FileDialog and XFileImage
  + fixed a crash bug when creating a link to the / directory
  + ...and many more 

-------------------------------------------------------------------
Tue Mar  6 13:40:55 CET 2007 - lrupp@suse.de

- update to 0.98.2:
  + converted ru.po to UTF-8
  + fixed a crash bug whith the FileDialog when associating a program 
    to a file (the StringList pointers were not defined because 
    setDirectory() was not called)
  + fixed a bug with the progress bar when copying files of size > 4GB. 
    The percentage was not correctly displayed.
  + removed the statout() and lstatout() functions that were too slow 
    on a computer with a lot of NFS or Samba mount points. They are 
    replaced by statrep() and lstatrep() that are faster. The timeout 
    for down mount points is now 30 seconds (this is the default timeout 
    of stat() and lstat() on Linux systems), and the mtab is checked 
    every 5 seconds. Up and down mount points are now refreshed every 5 minutes.
    This change should make Xfe more responsive in the general case, but 
    less reponsive when some mount points are not responding. 
    This is the tradeoff...
  + replaced exit() by _exit() in every fork child

-------------------------------------------------------------------
Tue Feb 13 23:44:47 CET 2007 - lrupp@suse.de

- update to 0.98.1
  + fixed a bug in pkgInstall() that prevent packages to be 
    installed when xfe is started from a directory which
    is not the same as the package directory
  + avoid zombies by using system() instead of execl() in the 
    runcmd() function and added pclose() in main.cc and XFileQuery.cc
  + fixed a bug with diacritic symbols when the locale is not set 
    to UTF-8
  + fixed a serious crash bug when link directories have trailing 
    '/' in their name
  + fixed a serious bug that occurred when copying files on a location 
    where some of these files already exist : no error message must be 
    displayed in this case and the copy operation must not stop! 

-------------------------------------------------------------------
Fri Feb  9 10:47:39 CET 2007 - lrupp@suse.de

- update to 0.98:
  + UTF-8 support through the FOX 1.6 library
  + a new simple text editor called xfw
  + icon themes support
  + root mode
  + back and forward directory navigation
  + configuration scheme has also been changed and simplified
  (see /usr/share/doc/packages/xfe/README for details)
- wrapper script not needed anymore

-------------------------------------------------------------------
Wed Dec  6 12:00:18 CET 2006 - lrupp@suse.de

- don't build as root

-------------------------------------------------------------------
Tue Dec  5 18:28:46 CET 2006 - lrupp@suse.de

- updated to 0.88: builds with fox14

-------------------------------------------------------------------
Fri Jun 20 20:57:46 CEST 2003 - pthomas@suse.de

- Initial package creation.


openSUSE Build Service is sponsored by