2008-12-04  HuKi Huang  <huki.tw@gmail.com>
 
    * src/ghunter.c: modify comments
      add GDK_f to fullscreen & GDK_q to exit program

2008-12-02  HuKi Huang  <huki.tw@gmail.com>
 
    * src/ghunter.c: add function "on_key_scroll_image" - use key to scroll image 

2008-12-02  HuKi Huang  <huki.tw@gmail.com>
 
    * Fix issue - slideshow can't zoom fit
    * src/ghunter.c: modify all variables or function, "briefing" to "slideshow"

2008-11-29  HuKi Huang  <huki.tw@gmail.com>
 
	* Modify menuitem name
    * Fix issue - rotate
    * Add feature - zoom in & out (code not yet)
 

2008-11-22  HuKi Huang  <huki.tw@gmail.com>
 
	* Fix issue - reopening images can't be correctly 
    * Add best fit
    * Modify briefing to slideshow, and "10 secs" to "03 secs"
    * Add logo file (design by bow) 
	- delete ghunter-ui.c ghunter-ui.h callback.c callback.h imageview.c
	imageview.h.

2008-09-09  HuKi Huang  <huki.tw@gmail.com>
 
	* src/ghunter.c: modify move all variables in ghunter.h to ghunter.c
	* CMakeLists.txt: modify SET( GHUNTER_SRCS src/callback.c
	 src/imageview.c 
	 src/ghunter-ui.c ) to
	 SET( GHUNTER_SRCS src/ghunter.c )
	- add ghunter-ui.c ghunter-ui.h callback.c callback.h imageview.c
	imageview.h.

2008-09-03  Asho Yeh  <ashoyeh@gmail.com>

	* add README
	* src/ghunter.c: re-format to KR
	* CMakeLists.txt: modify CMAKE_INSTALL_PREFIX}/bin to
	${CMAKE_INSTALL_PREFIX}/bin

2008-07-14  HuKi Huang  <huki.tw@gmail.com>

	* CMakeLists.txt: add "data/" to "INSTALL"

2008-07-14  Asho Yeh <ashoyeh@gmail.com>

	* mkdir data
	* move ghunter.desktop, ghunter.glade, ghunter-icon.png into data dir.

2008-07-13  HuKi Huang <huki.tw@gmail.com>

	* move all header file to include directory.
	* CMakeLists.txt: add "include" to "INCLUDE_DIRECTORIES".

2008-07-13  Asho Yeh <ashoyeh@gmail.com>

	* add ChangeLog for ghunter project.
	* CMakeLists.txt: use "INCLUDE(FindPkgConfig)" instead of
	FIND_PACKAGE( PkgConfig ) .
