Thu Nov 1 00:05:14 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * upgraded to gphotocoll-0.7

Sun Oct 28 23:22:12 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * gpc_query.c, gpc_query_intf.c : added new query options, to combine
    parameters with OR or AND. Keywords can also be combined in the same
    way.
  * gpc_app.c : thumbnails are now reorganized when window is resized.
  * gpc_app.c : thumbnails captions are now truncated if longer than
    thumbnail's width.

Sun Sep 23 22:20:00 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * gpc_image.c, gpc_options.c : images thumbnails can now be stored
    on disk when an image is inserted or updated. Thumbnails are stored
    in a ".gpc" directory, with the same name as the original image ;
    conversion is done with "convert" command, from the ImageMagick package.
  * gpc_app.c : images notebook is handled a little differently, so that
    original pictures are "displayed" only when the corresponding notebook
    page is active.

Sun Sep 16 23:25:00 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * gpc_print.c : corrected bug in "internal_print_index" function :
    when film selection is changed while thumbnails printing has been
    required, the list of printed thumbnails can be incomplete.
  * added spanish translation, thanks to "Kronoman" (see AUTHORS).

Mon Jul 30 23:57:00 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * gpc_app.c, gpc_app_intf.c : in thumbnails view, added display
    of film pathname and of the number of images contained in it.

Thu Jul 19 22:14:00 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * upgraded to gphotocoll-0.6.
  * gpc_app.c, gpc_print.[hc] : added printing of a film index
    and of a single image.

Sat Jul 14 15:50:00 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * upgraded to gphotocoll-0.5.1.
  * gpc_app.c : corrected thumbnails creation function, to
    avoid extra memory consumption. Memory usage is really
    lowered now, so we can handle directories containing a
    high number of heavy images...

Mon Jun 18 22:55:00 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * upgraded to gphotocoll-0.5.

Fri Apr 20 22:15:26 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * gpc_app.c : added support for displaying thumbnails for
    every image included in a given film.
  * gpc_options.c : default command line to "Electric Eyes" tool
    have been set to "eeyes" instead of "ee", to follow Debian
    naming policy.

Wed Mar 28 23:15:06 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * gpc_app.c : fixed a memory link, which may be due to a bad 
    handling method of GdkPixbuf/GnomeCanvasPixbuf references
    (missing gdk_pixbuf_unref !).

Wed Mar 26 22:13:06 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * gpc_app.c, gpc_film_infos.c, gpc_image_infos.c : modified 
    functions to be able to record most windows positions and states.
    This seems to be handled differently by several window managers
    (best results obtained with SawFish ; KWM and Enlightenment
    seems to handle window positionning differently...).

Wed Mar 08 12:29:06 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * gpc_utils.[hc] : added "get_sql_float" function, to translate
    floating point values to SQL floating point values while taking
    care of national characters (replacing ',' by '.').
  * gpc_image.c : updated "gpc_image_infos_store" function to use
    previous function "get_sql_float" and avoid errors while adding
    pictures when LANG or LC_ALL is set to values like 
    "fr_FR.ISO-8859-1".
  * many functions have been updated to avoid GTK warnings.

Sat Feb 17 01:03:31 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * gpc_app.c : when inserting a new film or updating an existing
    one, the default directory is now defined as the GPC
    repository instead of the working directory.
  * gpc_film.c, gpc_image.c, gpc_app.c : while inserting a new
    film or updating an existing one, filenames of images are 
    now displayed into GPC status bar.
    
Thu Feb 01 01:15:17 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * gpc_app.c, gpc_query.c : replaced GpcQueryParamLib with
    _(GpcQueryParamLib), because these static strings were
    not translated correctly in GPC query dialog.

Wed Jan 10 01:17:23 CET 2001 Thierry FLORAC <tflorac@free.fr>
  * upgraded to gpc-0.4
  * upgrade package name from "gpc" to "gphotocoll", to avoid
    conflicts with pre-existing package "GNU Pascal Compiler".
    Installed files (help, pixmaps,...) are also renamed, but
    GPC is kept for internal use and source files name's prefix.
  * configure.in : corrected C compiler checks, because it was
    tested twice.
  * doc/C/Makefile.am : added GIF files which where missing
    into distribution package.
        
Tue Dec 26 23:38:01 CET 2000 Thierry FLORAC <tflorac@free.fr>
  * gpc_app.glade, gpc_app_intf.[hc], gpc_app.[hc], gpc_film.[hc], 
    gpc_image.[hc] : added menu entry and functions to be able to
    add a single image in the database. The corresponding film is
    automatically created if needed.
  
Tue Dec 12 01:18:05 CET 2000 Thierry FLORAC <tflorac@free.fr>
  * main.c, gpc_film.c, gpc_image.c : some functions which execute SQL
    commands have been modified to take care of single quotes (') in
    directories and files names.

Sun Dec 10 2000 Mark KUCHEL <mark@kuchel.net>
  * gpc.spec : initial version of GPC spec file to produce RPMs.

Tue Nov 28 00:13:07 CET 2000 Thierry FLORAC <tflorac@free.fr>
  * upgraded to gpc-0.3
  * main.c : improved handling of database versions. GPC now exit
    correctly if you try to connect to a GPC database with an old
    version of GPC.
  * gpc_app.c, gpc_image.[hc], gpc_image_infos.[hc] : database
    table GPC_IMAGE have been modified to store new image properties :
    latitude, longitude, elevation, direction, pitch and roll.
  * gpc_film_infos.[hc], gpc_film_infos_intf.[hc], gpc_image_infos.[hc],
    gpc_image_infos_intf.[hc] : film and images properties are now 
    "categorized" ; a small button in front of each category title can 
    be used to hide or display properties related to the given category, 
    to save space and to be able to show only used properties.
  * gpc.sgml : updated documentation.
  
Tue Nov 21 01:00:29 CET 2000 Thierry FLORAC <tflorac@free.fr>
  * gpc_app.[hc] : added storage of last added directory.
    This directory is selected automatically when adding a new film.
  * gpc_app.[hc], gpc_film.c, gpc_image.c, gpc_options.c : added
    "gpc_repository" root path, to be able to store images relatively
    to this directory. This also enables sharing of images through a
    network with different mount points on different workstations.
  * main.c : added checking of the "repository" parameter. If this
    parameter is not set after connection, GPC preferences are
    automatically displayed ; GPC then exits if repository root dir
    is not defined correctly...
  
Tue Oct 10 23:10:01 CET 2000 Thierry FLORAC <tflorac@free.fr>
  * Version 0.2
    First released version.
