pcmanfm (0.9.7-1) unstable; urgency=low

  * New upstream release
    - Fixed middle-click shortcut on directory in bookmarks area
    - Fixed desktop does not work with xrandr
    - Updated translations
  * Removed 01_binary_rename.patch. Included in upstream. 
  * Applied libtool-fix.patch (Closes:#556054)

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Mon, 31 May 2010 11:23:06 +0800

pcmanfm (0.9.5-2) unstable; urgency=low

  * Upload to sid. No new additional bug report since last upload into 
    experimental. (Closes:#506243, #509257, #532973, #502225, #535810, 
    #570114, #581033, #518683)
  * debian/control:
    Adjusted depends/recommends for people who doesn't want to have gvfs
    on their system. Without gvfs installed, pcmanfm would still works 
    but lose volume management and trashcan support.
    - Drop depends on gamin, shared-mime-info, desktop-file-utils, dbus, 
      xdg-user-dirs
    - Recommends on lxde-icon-theme | gnome-icon-theme, gvfs-backends,
      gvfs-fuse

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Sun, 23 May 2010 23:04:11 +0800

pcmanfm (0.9.5-1) experimental; urgency=low

  * New upstream experimental release
    - Reusable design with the core functions separated out to
      simplify porting to other GUIs.
    - Added Trash support and access to remote file systems
    - Supports both Drag-and-Drop, and the X Direct Save protocol
    - Clipboard operations are compatible with GTK+/GNOME and Qt/KDE
    (Closes:#579912, #534919, #535811, #576368, #524742)
  * Use debhelper 7
  * Switch to dpkg-source 3.0 (quilt) format
  * debian/control:
    - build-depends on libfm-dev (>= 0.1.10), libmenu-cache1-dev (>= 0.3.2)   
    - Droped hal related build-depends
    - Droped pcmanfm-nohal binary package
    - Added pcmanfm-dbg binary package
    - Added pcmanfm depends on gvfs-backends, xdg-user-dirs 
    - Adjust package description
    - Added depends on (= ${binary:Version) to pcmanfm-dbg
    - Set priority "extra" to pcmanfm-dbg
  * Updated copyright file
  * Applied 01_binary_rename.patch from OpenSuSE (Thanks Andrea Florio)
    - Added build-depends on libtool
    - Added '/usr/bin/autoreconf -fiv' to debian/rules

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Tue, 11 May 2010 00:56:09 +0800

pcmanfm (0.5.2+svn20091029-2) unstable; urgency=low

  * Building hal variant on kFreeBSD. (Closes: #544737)
  * debian/control:
    - Bumped Stand-Version to 3.8.4
    - Use Debian LXDE Packaging Team address on alioth
    - Added Vcs-Git and Vcs-Browser tags

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Sat, 20 Mar 2010 16:22:17 +0700

pcmanfm (0.5.2+svn20091029-1) unstable; urgency=low

  * New upstream release+translation update from SVN
    - Fix compatibility issue with shared-mime-info 0.70
  * debian/watch: 
    - s/gz/bz2/
  * debian/rules:
    - Remove deprecated dh_desktop 
  * Bumped Standard-version to 3.8.3

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Sat, 31 Oct 2009 17:27:15 +0800

pcmanfm (0.5.1+svn20090607-1) unstable; urgency=low

  * New upstream release (Closes:#509757, #523404, #531055, #443982)
    - Critical bug fixes
    - Better keyboard support
    - GUI customization
  * debian/control:
    - Update package description (Closes:#512536)
    - Recommends on ntfs-3g (Closes:#523762)
    - Bump Standards-Version to 3.8.1
  * Added policykit work around into README.Debian (Closes:#524014)

 -- Andrew Lee <andrew@linux.org.tw>  Sun, 07 Jun 2009 23:57:47 +0800

pcmanfm (0.5-3) unstable; urgency=low

  * Correct spellings,  03_correct_spelling.dpatch (Closes:498794) 
  * Code in some files are taken from other projects, added these
    informations into copyright file. (Closes:499678)
  * Applied 04_defaut_terminal.dpatch to support x-terminal-emulator
    alternative. (Closes:497494) 

 -- Andrew Lee <andrew@linux.org.tw>  Fri, 26 Sep 2008 10:19:20 +0800

pcmanfm (0.5-2) unstable; urgency=low

  * Solve strange Xorg errors problem. (Closes:#494185) 

 -- Andrew Lee <andrew@linux.org.tw>  Tue, 12 Aug 2008 04:24:15 +0800

pcmanfm (0.5-1) unstable; urgency=low

  * New upstream release
    - Single click to open items (optional, finally we have it!).
    - UI adjustment: The preference dialog is now GNOME HIG compliant.
    - The preference dialog will use a non-GNOME HIG compliant, more 
      compact layout under small screens.
    - Support calling preference dialog via command line with 
      --show-pref.
    - Support changing wallpaper desktop window via command line with 
      --set-wallpaper.
    - Open preference dialog no longer blocks the desktop window and 
      other folder windows.
    - Improve the usability of detailed list view (better selection
      handling).
    - Add a basic but user-friendly "Find Files" utility.This can 
      completely replace the simple find tool provided by GNOME.
      (Can be launched from command line, too). 
    - Fix folder handler problems previously interfering nautilus 
      under GNOME.
    - Rename the menu item showed in the system menu from 
      "PCMan File Manager" to "File Manager" for better usability.

 -- Andrew Lee <andrew@linux.org.tw>  Thu, 17 Jul 2008 13:31:07 +0800

pcmanfm (0.4.5-1) unstable; urgency=low

  * New upstream release
    - Support new shared-mime-info 0.40
    - Adjust UI of preference dialog

 -- Andrew Lee <andrew@linux.org.tw>  Tue, 01 Jul 2008 00:37:56 +0800

pcmanfm (0.4.3-1) unstable; urgency=low

  * New upstream release (Closes: #481957)
    - Finally support drag and drop of desktop icons.
    - Finally support rubber banding selection of desktop icons.
    - Finally support adding folder to bookmark pane with drag and drop.
    - Fix some permission problems.
    - Update some locales
  Don't ask why pcmanfm didn't support those listed basic features in
  previous releases. GTK+ has very few supports for those things and its
  default behavior isn't suitable for more complicated applications. So,
  those listed features are coded by the author of PCManFM line by line,
  which is very time-consuming... 
  However, after endless hacking, we got them. Cheers!

 -- Andrew Lee <andrew@linux.org.tw>  Wed, 18 Jun 2008 04:40:48 +0800

pcmanfm (0.4.1.1-1) unstable; urgency=low

  * New upstream release
    - Totally rewrite the desktop icon support. It's much nicer and
      also faster than the old one.
    - Support hotkeys on the desktop
    - Support sorting desktop icons by name, size, mtime, and file type.
    - Able to use the desktop root menu provided by window manager (This
      option can be turned on from the preference dialog).
    - Drop shadow on desktop item text.
    - Totally rewrite the wallpaper support. Now there are several 
      different modes: extend, tile, or center the image.
    - Daemon mode support. Run pcmanfm with -d argument can run 
      pcmanfm as daemon, and it will start much faster later.
    - Image preview is shown in "Open File" dialog when selecting
      wallpaper.  
    - Handle mount/umount/eject much more gracefully. If root access is
      needed, now gksu will be called automatically, and the volumes can
      be mounted correctly after typing the password.
    - Fix memory leaks in desktop window.
    - Fix crashes when gtk+ theme changes on the fly.
    - Use separate config files under LXDE.
    - Added "Create New" in desktop menu.
    - Optimize xml files.
    - Support "Compact List View".
    - Update locales.
  * Removed Asho Yeh <asho@debian.org.tw> from co-maintainer field due
    no response for a long time.

 -- Andrew Lee <andrew@linux.org.tw>  Fri, 16 May 2008 23:22:03 +0800

pcmanfm (0.3.6.2-1) unstable; urgency=low

  * New upstream release
    - Fix performance problem of desktop icons.
    - Little bug fix.
    - Add new locales.

 -- Andrew Lee <andrew@linux.org.tw>  Wed, 05 Mar 2008 17:52:05 +0800

pcmanfm (0.3.6.1-1) unstable; urgency=low

  * New upstream release
    - Going to another folder when the loading of current folder is not
      finished works now.
    - Crashes related to mounting removable devices is fixed. Many
      thanks to the patch from Mamoru Tasaka. (Closes:#466560)
    - Compiler warnings are fixed. (Closes:#466615)
    - The drag & drop default behaviour is changed: (Closes:452696)
      One the same partition, the drag&drop default behaviour does mv.
      One different partition, the drag&drop default behaviour does cp.
    - Added workarounds for gtk+ bug.
  * Drop 01_implicit-pointer-conversion.dpatch, merged in upstream.
  * debian/control:
    - Recommends on gksu | kdesu for super user window

 -- Andrew Lee <andrew@linux.org.tw>  Mon, 25 Feb 2008 19:36:27 +0800

pcmanfm (0.3.5.23-1) unstable; urgency=low

  * New maintainer(Closes:#454278)
  * New upstream release (Closes:#447229,#443988,#460574)
    - Fix incorrect title of windows.
    - Show icons of *.desktop files in every folder.
    - Slightly improve path entry.
    - Resolve paths with '~' and '.', '..' in command line arguments, if
      they are not expanded by shell.
    - Show lines in dir tree if gtk+ > 2.10.
    - Add drop down menu for "back" and "forward" buttons.
    - Open dir in new tab when middle clicking on dir tree.
    - Thumbnail support is re-written, and both the speed and stability
      are improved.
    - Completely re-written volume management, can mount/umount/eject
      volumes through HAL correctly now.
    - The underlying mime-type system was completely re-designed and
      re-written from scratch. Now it's faster, more robust, and more
      standard compliant. The memory usage was reduced, too. By
      installing a xml file to the shared-mime-database, mime-type
      detection was enhanced.
    - Add some new locales: tr, eu, ja
    - Folder views are correctly updated when files get deleted or
      created. Some FAM-related bugs were fixed.
    - Command line arguments handling was improved. Now you can open
      multiple files with pcmanfm through command line.
    - Correctly handle desktop directory in the side pane. (Get the
      path of desktop directory from ~/.config/user-dirs.dirs. Hide the
      item if the directory didn't exist.)
    - config files were moved to ~/.config/pcmanfm to follow the new
      standard.
    - Better-looking about dialog, a must-have for every program. :p
    - Left click on the text of path bar with 'Ctrl' key held down now
      brings you to parent folders quickly. Here is a DEMO on youtube.
      http://tw.youtube.com/watch?v=aGUOvSMWm6c
    - New shortcut keys are supported: Now both 'Alt+D' and 'Ctrl+L' can
      focus the path bar, and 'Backspace' brings you to parent folder.
    - Remove the useless "Address" label on the path bar.
    - Fix segfault in app chooser dialog.
    - Create dialog UI using new lightweight PtkUIXml system and
      *.glade files "without" libglade.
    - Decrease memory usage and size of executable file.
  * debian/rules:
    - Drop AFL-2.0
    - use dh_installmime
  * debian/copyright:
    - Drop AFL-2.0 part(src/xdgmime has been removed from upstream).
  * debian/README.Debian:
    - XSETTINGS daemon and GTK+ icon theme settings issue
    - pcmanfm specfic gtkrc-2.0 file
  * debian/control:
    - Build-depends on desktop-file-utils
    - Make pcmanfm depends on dbus and hal
      Resolve bug - Recommends on pmount (Closes:#452637)
    - Homepage
    - Minor changes in descriptions
  * Minor fix in scripts/genconf.sh (Thanks to ex-maintainer Tetralet)
  * New co-maintainer: Asho Yeh <asho@debian.org.tw>

 -- Andrew Lee <andrew@linux.org.tw>  Mon, 18 Feb 2008 19:39:14 +0800

pcmanfm (0.3.2.2-2) unstable; urgency=low

  * Depends on desktop-file-utils(Closes:#416173)
  * Use dh_desktop to register the .desktop file.
  * New menu hierarchy

 -- Andrew Lee <andrew@linux.org.tw>  Thu, 23 Aug 2007 02:02:38 +0800

pcmanfm (0.3.2.2-1) unstable; urgency=low

  [ Lu, Chao-Ming (Tetralet) ]
  * New upstream release 0.3.2.2.
    - Block unnecessary signal handlers to fix the performance problem
      caused when doing invert selection.
    - Fix a segfault in on_file_propertiesDlg_response triggered on 
      chown.
    - Fix let to avoid SegFault when file monitoring.
    - Mark some functions as static to avoid conflicts.
    - Invoke vfs_file_monitor_remove() with care.
    - Fix #ifdef EACCESS for FreeBSD.
    - Little fix for opening terminal with popup menu of desktop.
    - Skip desktop window in Alt+Tab.
  * Applied a patch for "FTBFS on GNU/kFreeBSD (due to unsatisfied 
    Build-Depends on libhal-dev)" by 
    Petr Salinger <Petr.Salinger@seznam.cz> (Closes:#404050)

  [ Andrew Lee ]
  * Taken a entry from Enrico Zini's blog to README.Debian for how to
    replace nautilus with pcmanfm and provide genconf.sh 

 -- Andrew Lee <andrew@linux.org.tw>  Tue, 26 Dec 2006 23:28:33 +0800

pcmanfm (0.3.2.1-2) unstable; urgency=low

  [ Lu, Chao-Ming (Tetralet) ]
  * Split to two binary packages (and conflict each other):
    - pcmanfm (HAL enabled).
    - pcmanfm-nohal (HAL disabled).
  * debian/controls: build-depends on libhal-dev, libdbus-glib-1-dev,
    libhal-storage-dev

  [ Andrew Lee ]
  * Update 01_implicit-pointer-conversion.dpatch
    by Dann Frazier <dannf@debian.org> (Closes:#393736)
  * debian/copyright: Correct GPL version

 -- Andrew Lee <andrew@linux.org.tw>  Wed, 18 Oct 2006 16:21:36 +0800

pcmanfm (0.3.2.1-1) unstable; urgency=low

  [ Lu, Chao-Ming (Tetralet) ]
  * New upstream release 0.3.2.1.
    - Support auto-completion for path entry.
    - Support choosing custom application to open selected file from
      file properties dialog.
    - Support popup menus for dir tree.
    - Support showing popup menu via shortcut key (Shift+F10).
    - Support cut/copy/paste/delete/rename in dir tree.
    - Add euidaccess & eaccess support to check access permission
      before chdir.
    - Preserve file times when copying/moving.
    - Sync with working copy.
    - Improve volume-mounting support.
    - Passing current working directory when executing apps.
    - Add experimental desktop support.
    - Add basic desktop wallpaper support.
    - Greatly improve desktop wallpaper display.
    - Add color settings for desktop.
    - Add open terminal support to desktop window.
    - Add a simple desktop session - LiteDE.
    - Add missing GDK threading guards to prevent reentry. Greatly
      improve stability.
    - Disable all widgets in "Desktop" preference page when desktop
      icon management is turned off. (Closes:#457002)
    - Enable cancellation of VFSFileTask during preparation.
      (calculating total size)
    - Little but absolutely important fix. Reported by Temcat and
      other users: "Segfaults on choosing list view".
    - Delay the update with an interval of 5 seconds if a file get
      changed too frequently.
    - Fix a serious bug caused by gdk_pixbuf_unref() an uninitialized
      pointer in vfs_mime_type_unref.
    - Fix some problems with shortcut keys of folder view.
    - Fix a critical bug causing dir tree not updated when sub dirs
      change.
    - Fix a critical bug in VFSFileMonitor.
    - Fix a segmentation fault error in hal volume management.
    - Fix file properties dialog segmentation fault error when right
      clicking list view directly without selecting file first, and
      then choose properties.
    - Fix a segmentation fault error when using right click to view the
      properties of a file.
    - Fix a serious bug when click a non-access-right folder in tree
      view.
    - Fix some problems with on_folder_view_key_press().
    - Fix crashes caused by doing rubber bending selection on changing
      files.
    - Fix window activation issue under metacity.
    - Resolve the path passed in command line and address bar.
      (~, ., and .. can be recognized now)
    - Fix the bug in following symlinks in file-alteration.
    - Fix memory leaks cause by auto-completion.
    - Some po files had been updated.
  * 01_implicit-pointer-conversion.dpatch is applied in upstream.

  [ Andrew Lee ]
  * debian/controls: Recommends on gnome-icon-theme, so that icons 
    display properly.
  * Update to policy version 3.7.2.2, no actual changes needed.

 -- Andrew Lee <andrew@linux.org.tw>  Mon, 16 Oct 2006 16:47:04 +0800

pcmanfm (0.3.0.2-2) unstable; urgency=low

  * Update 01_implicit-pointer-conversion.dpatch
    by Dann Frazier <dannf@debian.org> (Closes:#389515)

 -- Andrew Lee <andrew@linux.org.tw>  Tue, 26 Sep 2006 14:15:08 +0800

pcmanfm (0.3.0.2-1) unstable; urgency=low

  [ Lu, Chao-Ming (Tetralet) ]
  * New upstream version.
  * HAL is disabled by default.
  * debian/control: replace "X Window" with "X". (Closes:#385040)
  * debian/control: replace "extamly" with "an extremely". (Closes:#385042)

  [ Andrew Lee ]
  * Minor correction in copyright file.

 -- Andrew Lee <andrew@linux.org.tw>  Thu, 14 Sep 2006 01:04:49 +0800

pcmanfm (0.2.4-2) unstable; urgency=low

  * Apply 01_implicit-pointer-conversion.dpatch by Dann Frazier
    <dannf@debian.org> (Closes:#384369) 

 -- Andrew Lee <andrew@linux.org.tw>  Thu, 24 Aug 2006 21:01:45 +0800

pcmanfm (0.2.4-1) unstable; urgency=low

  [ Lu, Chao-Ming (Tetralet) ]
  * Initial Release.(Closes:#355848)
  * Added Menu item.
  * Added .desktop item.
  * Added a sample man page.

  [ Andrew Lee ]
  * Added watch file
  * Refine Build-depends
  * Added LGPL and Academic Free License v.2.0 informations into
  copyright file, thanks to Joerg Jaspert <joerg@debian.org> and
  Enrico Zini <enrico@debian.org>.

 -- Andrew Lee <andrew@linux.org.tw>  Sun, 13 Aug 2006 20:11:20 +0800
