Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > 590f859b25d5a026716d1fd5ce850b83 > files > 26

gimp2-gap-2.4.0-1mdv2008.1.x86_64.rpm

2008-01-29  Sven Neumann  <sven@gimp.org>

	* Made 2.4.0 release.

2008-01-29  Sven Neumann  <sven@gimp.org>

	* configure.in: use the same definition for LOCALEDIR as what the
	Makefile in the po directory uses as the install location for the
	message catalogs.

2008-01-25  Sven Neumann  <sven@gimp.org>

	* configure.in (ALL_LINGUAS): added en_CA.

2008-01-23  Sven Neumann  <sven@gimp.org>

	* configure.in: increased API versions for deprecation warnings.

	* gap/Makefile.am (libgimpgap_a_SOURCES): added missing file.

2008-01-23  Sven Neumann  <sven@gimp.org>

	* README: updated for the 2.4.0 release.

2008-01-14  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.4.0.

	* NEWS: changed accordingly.

2008-01-05 Wolfgang Hofer <hof@gimp.org>

   - modify frames support to expand layer to image size 
    (applied patch #488653)

    Bugfixes to make GIMP-GAP usable with GIMP-2.4.x 

    - fixed bug #505001 (replaced calls to deprecated gimp_path_* procedures)

    - fixed crashes of the VCR Navigator plug-in

    - fixed crashes when using GIMP-GAP frames in other image formats than XCF.
    
    - added checks for valid image id to avoid lots of GIMP error messages
       
    - Master Videoencoder did not recognize the registered encoder plug-ins.
     
     gimp-2.4 gimp_procedural_db_query does not accept the same wildcard as gimp-2.2
     (since switching to internal use of canonical names in the GIMP-2.4 core
      underscore characters are no longer found via wildcard)
     
     changed encoders and GAP_WILDCARD_VIDEO_ENCODERS name to use minus character
     to match the canonical naming style.

   - Updated Iterator procedures to match structures of the supported
     plug ins that are part of the GIMP-2.4.x distribution.
     (and made them work with canonical names)
     
   - tooltips are NOT active, even if enabled in GIMP preferences!
    value_string = gimp_gimprc_query("show-tool-tips");  // 2.2
    value_string = gimp_gimprc_query("show-tooltips");   // 2.4

  * gimp-gap/ChangeLog
  * gimp-gap/NEWS
  * gimp-gap/configure.in
  * gimp-gap/gap/gap_file_util.c
  * gimp-gap/gap/gap_file_util.h
  * gimp-gap/gap/gap_filter_codegen.c
  * gimp-gap/gap/gap_filter_foreach.c
  * gimp-gap/gap/gap_filter.h
  * gimp-gap/gap/gap_filter_iterators.c
  * gimp-gap/gap/gap_filter_pdb.c
  * gimp-gap/gap/gap_filter_pdb.h
  * gimp-gap/gap/gap_layer_copy.c
  * gimp-gap/gap/gap_layer_copy.h
  * gimp-gap/gap/gap_lib.c
  * gimp-gap/gap/gap_lib_common_defs.h
  * gimp-gap/gap/gap_lib.h
  * gimp-gap/gap/gap_mod_layer.c
  * gimp-gap/gap/gap_mod_layer_dialog.c
  * gimp-gap/gap/gap_mod_layer.h
  * gimp-gap/gap/gap_morph_dialog.c
  * gimp-gap/gap/gap_morph_exec.c
  * gimp-gap/gap/gap_mov_dialog.c
  * gimp-gap/gap/gap_navigator_dialog.c
  * gimp-gap/gap/gap_pdb_calls.c
  * gimp-gap/gap/gap_player_dialog.c
  * gimp-gap/gap/gap_split.c
  * gimp-gap/gap/gap_wr_color_curve.c
  * gimp-gap/gap/gap_wr_color_huesat.c
  * gimp-gap/gap/gap_wr_color_levels.c
  * gimp-gap/gap/gimplastvaldesc.h
  * gimp-gap/gap/iter_ALT/gen/plug_in_alpha2color_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_blinds_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_borderaverage_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_checkerboard_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_CML_explorer_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_colorify_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_color_map_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_cubism_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_destripe_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_diffraction_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_displace_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_edge_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_engrave_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_flarefx_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_fractal_trace_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_gauss_iir2_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_gauss_iir_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_gauss_rle2_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_gauss_rle_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_gfig_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_glasstile_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_grid_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_jigsaw_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_mblur_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_mosaic_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_newsprint_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_noisify_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_pixelize_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_randomize_hurl_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_randomize_pick_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_randomize_slur_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_ripple_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_rotate_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_scatter_hsv_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_sharpen_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_shift_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_spread_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_video_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_vpropagate_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_waves_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_whirl_pinch_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/gen/plug_in_wind_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_alienmap2_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_alienmap_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_apply_canvas_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_applylens_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_blur_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_bump_map_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_cartoon_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_colors_channel_mixer_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_colortoalpha_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_convmatrix_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_deinterlace_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_depth_merge_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_despeckle_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_dog_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_emboss_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_exchange_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_flame_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_gauss_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_gimpressionist_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_illusion_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_lic_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_lighting_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_make_seamless_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_map_object_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_max_rgb_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_maze_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_neon_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_nlfilt_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_normalize_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_nova_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_oilify_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_pagecurl_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_papertile_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_photocopy_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_plasma_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_polar_coords_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_retinex_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_sample_colorize_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_sel_gauss_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_sinus_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_small_tiles_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_sobel_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_softglow_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_solid_noise_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_sparkle_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_Twist_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_unsharp_mask_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/mod/plug_in_vinvert_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_anamorphose_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_blur2_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_CentralReflection_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_colorify_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_encript_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_figures_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_gflare_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_holes_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_julia_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_magic_eye_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_mandelbrot_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_randomize_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_refract_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_struc_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_tileit_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_universal_filter_iter_ALT.inc
  * gimp-gap/gap/iter_ALT/old/plug_in_warp_iter_ALT.inc
  * gimp-gap/gap/TESTPROT_iter_ALT
  * gimp-gap/libgapvidapi/gap_vid_api.c
  * gimp-gap/libgapvidutil/gap_gvetypes.h

        
        
2007-10-09  Sven Neumann  <sven@gimp.org>

	* gap/gap_wr_color_curve.c: fixed check for the number of parameters
	(bug #466176).

2007-08-05  Sven Neumann  <sven@gimp.org>

	* Made 2.2.2 release.

2007-08-04  Sven Neumann  <sven@gimp.org>

	* gap/sel-to-anim-img.scm: applied patch from Saul Goode to make
	the script work with Tiny-Fu.

2007-08-03  Sven Neumann  <sven@gimp.org>

	* gap/gap_wr_color_huesat.c
	* gap/gap_wr_color_levels.c
	* gap/gap_wr_color_curve.c: added missing calls to
	gimp_plugin_domain_register().

2007-08-03  Sven Neumann  <sven@gimp.org>

	* gap/gap_arr_dialog.c
	* gap/gap_dbbrowser_utils.c
	* gap/gap_fmac_main.c
	* gap/gap_mov_dialog.c
	* gap/gap_onion_dialog.c
	* gap/gap_player_dialog.c
	* gap/gap_resi_dialog.c: show help buttons conditionally.
	Fixes bug #463074.

2007-07-30  Sven Neumann  <sven@gimp.org>

	* gap/gap_mod_layer_dialog.c: duplicate the strings attached to
	menu items. Fixes bug #427487.

2007-07-29  Sven Neumann  <sven@gimp.org>

	* gap/gap_lib.c: applied patch from Wolfgang Hofer to fix bug #452080.

2007-07-29  Sven Neumann  <sven@gimp.org>

	* gap/gap_lib.c: applied patch from Saul Goode: Release drawable
	using gimp_drawable_detach() instead of g_free(). Fixes bug #451350.

2007-07-24  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.2.2.

2006-06-09  Sven Neumann  <sven@gimp.org>

	* Made 2.2.1 release.

2006-06-09  Sven Neumann  <sven@gimp.org>

	* configure.in: builds fine with gimp 2.3.9.

2006-06-07  Wolfgang Hofer <hof@gimp.org>
	bugfix: no more check for int result of the already
        removed gethostname call. 

        * gap/gap_story_dialog.c
        
2006-06-07  Sven Neumann  <sven@gimp.org>

	* vid_enc_avi/avilib.c (AVI_open_input_file): added missing
	parameter to g_open(). Spotted by Michael Schumacher.

2006-06-07  Sven Neumann  <sven@gimp.org>

	* gap/gap_player_dialog.c: use g_open().

	* vid_enc_avi/avilib.c: use g_open(); define flags used with open()
	in case they are undefined (bug #344071).

2006-06-06  Sven Neumann  <sven@gimp.org>

	* configure.in: applied patch from Michael Schumacher to finally
	fix linking problems with MinGW (bug #324854).

2006-06-02  Alexander Shopov  <ash@contact.bg>

	* configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)

2006-05-31  Wolfgang Hofer <hof@gimp.org>
	- bugfix: player framenr position hscale sometimes showed a non
	  actual framenumber value different from the framenr spinbutton
          (both using the same adjstment).
          
	* gap/gap_player_dialog.c
	* gap/gap_player_main.c 
	* gap/gap_player_main.h
        
2006-05-31  Sven Neumann  <sven@gimp.org>

	* gap/gap_lib.c: include "gap_image.h" for gap_image_is_alive().

2006-05-31  Sven Neumann  <sven@gimp.org>

	* configure.in
	* README: added check for glib >= 2.8.0.

2006-05-30  Wolfgang Hofer <hof@gimp.org>
	- use glib file utility wrappers for posix functions
          (fopen, chmod, mkdir, rename, remove)
          
	* gap/gap_arr_dialog.c
	* gap/gap_audio_wav.c
	* gap/gap_base_ops.c
	* gap/gap_decode_mplayer.c
	* gap/gap_decode_xanim.c
	* gap/gap_file_util.c
	* gap/gap_filter_codegen.c
	* gap/gap_fmac_main.c
	* gap/gap_lib.c
	* gap/gap_morph_exec.c
	* gap/gap_mov_exec.c
	* gap/gap_mpege.c
	* gap/gap_story_file.c
	* gap/gap_thumbnail.c
	* gap/gap_vex_exec.c
	* gap/gap_vin.c
	* gap/gap_wr_color_curve.c
	* gap/gimplastvaldesc.c
        * libgapvidapi/gap_vid_api.c
        * libgapvidapi/gap_vid_api_mpeg3.c
        * libgapvidapi/gap_vid_api_mpeg3toc.c
        * libgapvidapi/gap_vid_api_vidindex.c
        * libgapvidutil/gap_gve_sox.c
        * libgapvidutil/gap_gve_story.c
        * libgapvidutil/gap_gve_xvid.c
        * vid_common/gap_cme_callbacks.c
        * vid_common/gap_cme_main.c
        * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c

2006-05-30  Sven Neumann  <sven@gimp.org>

	* libgapvidapi/gap_vid_api_mpeg3toc.c
	* libgapvidapi/gap_vid_api_util.c
	* libgapvidutil/gap_gve_xvid.c: include <glib/gstdio.h>.

	* vid_enc_avi/gap_enc_avi_gui.c: use gtk_widget_set_size_request()
	instead of the deprecated gtk_widget_set_usize().

2006-05-30  Sven Neumann  <sven@gimp.org>

	* configure.in: use DISABLE_DEPRECATED for glib >= 2.11, pango >= 1.13
	and gimp >= 2.3.8.

	* gap/gap_audio_wav.c
	* gap/gap_file_util.c
	* gap/gap_lib.c
	* gap/gap_navigator_dialog.c
	* gap/gap_story_properties.c
	* gap/gimplastvaldesc.c: include <glib/gstdio.h> instead of <stdio.h>.

2006-05-29  Wolfgang Hofer <hof@gimp.org>
	- Fix for ffmpeg libnames on MinGW
         ( avformat.lib, avcodec.lib )
          Should fix bug #324854.
        - Replaced gethostname and stat
           by OS-independent glib variants
           g_get_host_name , g_stat
           
          (should fix #342941 without the need to link
          with winsock lib)
        - fixed typos (#342973)
        - 
        
	* configure.in: $LIBPREF
        * gap/gap_story_dialog.c
        
        * gap/gap_audio_wav.c
        * gap/gap_bluebox.c
        * gap/gap_file_util.c [.h]
        * gap/gap_lib.c
        * gap/gap_navigator_dialog.c
        * gap/gap_pview_da.c [.h]
        * gap/gimplastvaldesc.c
        * libgapvidapi/gap_vid_api_mpeg3toc.c
        * libgapvidapi/gap_vid_api_util.c
        * libgapvidutil/gap_gve_xvid.c
        * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
        
        
2006-05-22  Sven Neumann  <sven@gimp.org>

	* configure.in: added missing call of AC_CANONICAL_HOST.

2006-05-19  Sven Neumann  <sven@gimp.org>

	* configure.in: added missing check for target architecture.
	Should fix bug #324854.

2006-05-18  Wolfgang Hofer <hof@gimp.org>
         fixed more than 40 typos (#342108)
 
         * typo fixes in many files..

2006-05-16  Clytie Siddall <clytie@riverland.net.au>

	* configure.in	Added vi in ALL_LINGUAS line.
	
2006-05-14  Wolfgang Hofer <hof@gimp.org>
	configure per default --disable-unix-frontends  on WIN32 systems,
        default on UNIX systems is --enable-unix-frontends.

	* configure.in

2006-05-10  Wolfgang Hofer <hof@gimp.org>
	- updated PDB regstration to gimp-2.2 PDB API,
          where the menu path is specified via searate call to
          gimp_plugin_menu_register.
          
          (commented out gimp_plugin_menu_branch_register calls
          to be compatible with the stable gimp-2.2.x versions)

	* gap/gap_bluebox_main.c
	* gap/gap_filter_main.c
	* gap/gap_fmac_main.c
	* gap/gap_frontends_main.c
	* gap/gap_main.c
	* gap/gap_morph_main.c
	* gap/gap_name2layer_main.c
	* gap/gap_navigator_dialog.c
	* gap/gap_onion_main.c
	* gap/gap_player_main.c
	* gap/gap_story_main.c
	* gap/gap_vex_main.c
	* gap/gap_wr_color_curve.c
	* gap/gap_wr_color_huesat.c
	* gap/gap_wr_color_levels.c
	* gap/gap_wr_opacity.c
	* gap/gap_wr_trans.c
	* vid_common/gap_cme_main.c

2006-05-01  Wolfgang Hofer <hof@gimp.org>
	fixes to make gimp-gap usable with the more restrictive
        PDB checks that were introduced with the gimp-2.2.8 release.
       
        the fix assumes that gimp core deletes unused image after 
        reconnecting the display.
        The gimp-gap code no longer attempts to delete the old image if it has
        become invalid.
        
        using any valid layer id instead of -1 when calling 
        gap procedures via PDB that have unused drawable parameters.
        (to satisfy the more restrictive PDB parameter checks of gimp-2.3.8)
        This shall work in most cases and be compatible to gimp-2.2.x.
        (it will fail for frame images that have no layer at all)

        partly fixes bug #339840,
        in some situations there are still error messages
        caused by the restrictive checks.
        
        One example is using a hot-key for fast stepping from frame to next frame,
        that results in errors:
             PDB calling error for procedure 'gimp_image_get_filename':
             Argument 'image' (#1, type GimpImageID) out of bounds (validation changed '167' to '-1')


             PDB calling error for procedure 'gimp-image-set-filename':
             Argument 'image' (#1, type GimpImageID) out of bounds (validation changed '167' to '-1')


             PDB calling error for procedure 'gimp-image-get-active-layer':
             Argument 'image' (#1, type GimpImageID) out of bounds (validation changed '167' to '-1')
             
         have not found yet whats wrong, because slow stepping via hot key works OK ?
         GAP now makes additional checks for valid images in its main program, and rejects
         both calls on invalid images and locked images.
         (if the image_id is not found in the list delivered by gimp_image_list()
          gap considers this as invalid image.
         )
         Probably it has to do with multiple concurrent prallel calls,
         and the gimp_image_list is not always up to date in such situations.         
         

	- VCR Navigator dialog: support scroll event. (mouse wheel)
        - PDB API for plug_in_gap_layers_run_animfilter was extended
            (added the missing varying_flag.
            useful for my private half automated testsuite) 
        - use GAP_VERSION_WITH_DATE (generated by configure.in) as config value
          for gap plug-ins when registrating to the PDB.
          (this replaces all local PLUG_IN_VERSION definitions)
        
        * NEWS
        * README
        * configure.in
        * gap/TESTPROT_iter_ALT
        * gap/gap_filter.h
        * gap/gap_filter_foreach.c
        * gap/gap_filter_main.c
        * gap/gap_frontends_main.c
        * gap/gap_image.c  [.h]
        * gap/gap_lib.c
        * gap/gap_lock.c
        * gap/gap_main.c
        * gap/gap_morph_main.c
        * gap/gap_mov_dialog.c
        * gap/gap_name2layer_main.c
        * gap/gap_navigator_dialog.c
        * gap/gap_onion_main.c
        * gap/gap_onion_worker.c
        * gap/gap_player_dialog.c
        * gap/gap_player_main.c
        * gap/gap_story_dialog.c
        * gap/gap_vex_main.c
        * gap/gap_wr_color_curve.c
        * gap/gap_wr_color_huesat.c
        * gap/gap_wr_color_levels.c
        * gap/gap_wr_opacity.c
        * gap/gap_wr_trans.c
        * gap/sel-to-anim-img.scm
        * libgapvidapi/gap_vid_api_gimp.c
        * libgapvidutil/gap_gve_misc_util.c
        * vid_common/gap_cme_main.c
        * vid_enc_avi/gap_enc_avi_main.c
        * vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
        * vid_enc_single/gap_enc_singleframes_main.c
        
	added gap/gap_story_att_trans_dlg.c to POTFILES.in
        because it contains translation relevant message texts.
        
	* po/POTFILES.in

2006-04-18  Wolfgang Hofer <hof@gimp.org>
        applied patch provided with #338556

        * gap/gap_mod_layer.c [.h]
        * gap/gap_mod_layer_dialog.c
        * docs/reference/txt/plug-in-gap-modify.txt

	2006-04-14  Wolfgang Hofer <hof@gimp.org>
        applied patch provided with #337441
        
	* gap/gap_base_ops.c [.h]
	* gap/gap_main.c
        
        * docs/reference/txt/plug-in-gap-reverse.txt              # new file
        * docs/reference/txt/plug-in-gap-shift.txt
        * docs/reference/txt/plug-in-gap-storyboard-attr-prop.txt # new file
        * docs/reference/txt/INTRODUCTION.txt
         
	2006-04-12  Wolfgang Hofer <hof@gimp.org>
	bugfix #337587: check version in the autogen.sh script
        (using separate checks for major, minor micro version)
        
        bugfix: on videoindex creation.
        - video indexes created in normal time were droped after switch to
          daylight saving time even if the videofile was not modified
          since videoindex creation.
        - dialogs for video index creation show wrong filename
        for the index. The video track number that is part of the
        vidoindex filename must use the internal
        track number that starts at 0, but dialogs show the external
        representation starting at 1.
        (keeping the suffix   .0.libavformat.gvaidx to be compatible
        with already existing video indexes)
        
	* autogen.sh
        * libgapvidapi/gap_vid_api_vidindex.c
        
	2006-04-08  Wolfgang Hofer <hof@gimp.org>
        - bugfix gap_layer_clear_to_color 
          , restore original BG color)
        - replaced private implementation p_layer_resize_to_imagesize
          by gimp_layer_resize_to_image_size that does the same.
        - use color range 0.0 to 1.0 for internal calculations in storyboard processing.
	- storyboard dialog: added graphic views of the attributes
          at start and end frame in the treansition attribute properties dialog.
          
        * gap/gap_pview_da.c [.h]
        * gap/gap_lib.c [.h]
        * gap/gap_layer_copy.c [.h]
        * gap/gap_vex_exec.c
        * libgapvidutil/gap_gve_story.c [.h]
	* gap/gap_story_att_trans_dlg.c [.h]

	2006-04-06  Wolfgang Hofer <hof@gimp.org>
	- storyboard processing: VID_FIT_SIZE record
        is internally handled as transition attribute.
        (now we have only ony type of attribute,
        the attribute dialog support for fit_size is not implemented yet.)
                
	* gap/gap_story_dialog.c [.h]
	* gap/gap_story_file.c [.h]
	* gap/gap_story_main.h
	* libgapvidutil/gap_gve_story.c
        
	2006-04-02  Wolfgang Hofer <hof@gimp.org>
	- extract video range dialog: added labels to display
          From and To Frames as time code mm:ss:ms
        - added storyboard dialog icon for transition attributes

	* gap/gap_vex_dialog.c
        * gap/gap_vex_main.h
        * images/gap-story-icon-transition-attr.png  # new icon
        * images/Makefile.am


	2006-03-31  Wolfgang Hofer <hof@gimp.org>
	- bugfix: storyboard processing changed the calculation of
	  layer offsets. (the old code had bugs, and assumed that 
	  gimp_edit_paste
	  would center the pasted layer within the destination layer
	  which is not true with gimp-2.2.10)
	  The new calculation includes centering and scrolling
	  according to the MOVE_Y/MOVE_Y attribute settings of the 
	  storyboard file and only uses this self calculated offest.
	  
	- Storyboard dialog support to edit transition attributes
	(MOVE X/Y ZOOM X/Y and OPACITY) of the storyboard file.

        Added menu to create a transition attribute (as last element)
	Right mouse button on the transition attribute's thumbnail
	also opens the new transition attributes properties dialog.
	
	* gap/gap_story_att_trans_dlg.c [.h]  # NEW files
	* gap/Makefile.am
	* gap/gap_story_file.c [h]
	* gap_story_dialog.c
	* gap/gap_story_main.h
	* gap/gap_story_properties.c
	* docs/reference/txt/STORYBOARD_FILE_DOC.txt
	* libgapvidutil/gap_gve_story.c
	* NEWS
	
	2006-03-28  Wolfgang Hofer <hof@gimp.org>
	- internal changes of the storyboard file handling and processing
	(attributes MOVE X/Y ZOOM X/Y and OPACITY are now handled
	as one common TRANSITION attribute,
	for the planed basic GUI support of those transformations)
	
	* gap/gap_story_file.c [h]
	* libgapvidutil/gap_gve_story.c
	* gap/gap_player_dialog.c
	* gap/gap_story_dialog.c
	
	2006-03-19  Wolfgang Hofer <hof@gimp.org>
	player dialog: support step/backstep frame via scroll event.
	(mouse wheel)
	storyboard dialog: support scroll event.
	
	* gap_player_dialog.c
	* gap_story_dialog.c

2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Remove obsolete entry for no_NO.
	* po/no.po: And the translation.

2006-03-11  Wolfgang Hofer <hof@gimp.org>
	- bugfix for selection handling via modify frames (#333978)
	
	* gap/gap_mod_layer.c [.h]
	* gap/gap_mod_layer_dialog.c
	
2006-03-02  Wolfgang Hofer <hof@gimp.org>
	- added more functions to modify frames
	  (based on the attachments of 
	  feature requests #332689 #332959)
	  plus function to apply filter on layermask.
	- frames convert: changed default extension from ".tif" to ".jpg"
	
	* gap/gap_mod_layer.c [.h]
	* gap/gap_mod_layer_dialog.c
	* gap/gap_main.c
	* gap/gap_range_ops.c
	* docs/reference/txt/plug-in-gap-modify.txt
	* NEWS

2006-02-28  Wolfgang Hofer <hof@gimp.org>
	- could not reproduce bug #332689 that causes crash
	  on duplicate frame operations, but made attempt to fix.
	  The stacktrace applied to that bug points to a problem
	  related to g_free for the thumbnail.

	   now using g_object_unref instead of g_free to free up
	   GimpThumbnail objects.
	   
	* gap/gap_story_file.c [.h]
	   
	   
2006-02-10  Wolfgang Hofer <hof@gimp.org>
	- storyboard support to act as drag and drop destination for
	  image files and video clips
	  application internal copy and move of clips is also supported.
	- render default icon dependent to type of the clip.
	  (use png images for the default icons)

	* gap/gap_story_properties.c
	* gap/gap_story_file.c [.h]
	* gap/gap_story_dialog.c
	* gap/gap_pview_da.c [.h]
	* gap/gap_story_main.h
	* NEWS
	* docs/reference/txt/plug-in-gap-storyboard-edit.txt
	
	* images/Makefile.am
        * images/gap-story-icon-movie.png
        * images/gap-story-icon-frames.png
        * images/gap-story-icon-animimage.png
        * images/gap-story-icon-image.png
        * images/gap-story-icon-color.png
        * images/gap-story-icon-default.png
	  
2006-02-05  Wolfgang Hofer <hof@gimp.org>
	- bugfix: AVI RAW encoding did not work 
	  (used XVID encoding but declared as "RAW " in the AVI file)
	  or delivered:
	  ERROR: GAP AVI encoder CODEC RAW delivered empty buffer at frame
	  (in case when compiled without XVID support)
	  
	  added checkbutton for vertical flip 
	  (player like WinDVD wants raw AVI vflipped,
	   gmplayer on linux want same order of rows than gimp)
	  
	  * vid_enc_avi/gap_enc_avi_main.c [.h]
	  * vid_enc_avi/gap_enc_avi_gui.c [.h]
	  
2006-02-04  Wolfgang Hofer <hof@gimp.org>
        - bugfix: in procedure on_vid_preview_size_allocate
	  (dont access the gpp->ainfo_ptr befor the == NULL check)
	  
	  * gap/gap_player_dialog.c
	  
	- attempt to fix #326201 (MinGW link problem with ffmpeg.)
	  (not yet tested with MinGW, i have no win development environment)

	  * configure.in
	
	- fixed typos reported by Fabrizzio Mellerti 
	 
          * gap/gap_mov_dialog.c
          * gap/gap_navigator_dialog.c
          * gap/gap_vex_dialog.c
          * vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c

2005-12-03  Wolfgang Hofer <hof@gimp.org>

        gap file util must use the binary file type open mode
	(consequent usage of fopen(file, "rb");)
        
	* gap/gap_file_util.c [h]

2005-11-20  Wolfgang Hofer <hof@gimp.org>
	fixed bug when building with libmpeg3.
	AC_SUBST(GAP_PTHREAD_LIB) required due to deferred expansion
	introduced with patch for bug #321348.
	
	* configure.in: # added AC_SUBST(GAP_PTHREAD_LIB)
	
2005-11-15  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.2.1.

2005-11-15  Sven Neumann  <sven@gimp.org>

	* configure.in
	* gap/Makefile.am
	* libgapvidutil/Makefile.am
	* vid_common/Makefile.am
	* vid_enc_avi/Makefile.am
	* vid_enc_ffmpeg/Makefile.am
	* vid_enc_single/Makefile.am: applied patch that fixes the build
	for srcdir != builddir (bug #321348).

2005-11-15  Sven Neumann  <sven@gimp.org>

	* gap/Makefile.am
	* libwavplayclient/client.c
	* libwavplayclient/msg.c
	* libwavplayclient/wpc_msg.c
	* vid_common/Makefile.am
	* vid_enc_avi/Makefile.am
	* vid_enc_ffmpeg/Makefile.am
	* vid_enc_single/Makefile.am: aplied patch that fixes build issues
	on Cygwin (bug #321347).

2005-11-01  Wolfgang Hofer <hof@gimp.org>

	- bugfix: matching end of string did not work for stringlength
	equal to pattern length.

        changes for UTF8 support (bugzilla #319710)
	- added utf8 support for simple gap layername matching
	and frame number substitution in layernames.
	now checks for utf8 compliance using g_utf8_validate
	and take care of multibyte characters when
	iterating layername or pattern strings.
	- active layer tracing: support utf8 encoded layernames
	(gap_lib.c p_set_active_layer_by_name)

	* gap/gap_match.c
	* gap/gap_lib.c

2005-10-28  Sven Neumann  <sven@gimp.org>

	* Made 2.2.0 release.

2005-10-28  Sven Neumann  <sven@gimp.org>

	* configure.in: pass $CC to the ffmpeg configure script, check for
	native Win32.

	* gap/Makefile.am: another try at getting the link order right.
	Pass -mwindows to the linker on Win32.

2005-10-26  Wolfgang Hofer <hof@gimp.org>

	- added GimpProgressBar to the VCR Navigator dialog
	  to display progress in this dialog rather than
	  in the invokining image. (bug # 135185)
	  
	- bugfix: player stand alone mode without progress_bar
	  when have no progress_bar must init gpp->progress_bar
	  with NULL
	  
	  fixes warnings to stdout:
	  (gap_player_dialog:17992): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkProgressBar'
          (gap_player_dialog:17992): Gtk-CRITICAL **: gtk_progress_bar_set_text: assertion `GTK_IS_PROGRESS_BAR (pbar)' failed

	- bugfix: player click on go-button printed critical warning
	  (only if click results in loading a frame into the invoking image)
	
	  (gap_player_dialog:19725): GLib-GObject-CRITICAL **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed
	
	* gap/gap_navigator_dialog.c
	* gap/gap_player_dialog.c

2005-10-25  Sven Neumann  <sven@gimp.org>

	* gap/gap_arr_dialog.c (combo_create_value): use g_object_new() to
	create an empty combobox to avoid compiler warnings with gimp-2.3.

2005-10-25  Sven Neumann  <sven@gimp.org>

	* gap/gap_lib.c
	* gap/gap_match.c: use g_ascii_toupper() instead of toupper().

2005-10-23  Wolfgang Hofer <hof@gimp.org>
	- bugfix typo in messages (#318856)
	
	* gap/gap_story_file.c 
	* vid_common/gap_cme_gui.c

2005-10-08  Wolfgang Hofer <hof@gimp.org>

	- player: do not always print the framerange to stdout
	now restricted to explicite request via clicking From/To Frame buttons
	when the player is NOT embedded into storyboard dialog.

	- bugfix for color curves wrapper dialog.
	fixed init size of entry widget for curves file.
	(after porting to gtk_widget_set_size_request
	the height of 0 resulted in 1 pixel height
	that made the entry unusable)
	
	- bugfix: dont call gtk_widget_set_size_request wit -2 as height value
	(fixes warnings Gtk-CRITICAL **: gtk_widget_set_size_request: assertion `height >= -1' failed)
	
	- disable some debug output to stdout
	- Storyboard dialog: clip properties uses previous filename
	  when th dialog is creating a new clip.
	  (fixes Gtk-CRITICAL **: gtk_file_selection_set_filename: assertion `filename != NULL' failed
	  warning)
	- repeated filter all layers test with gimp-2.2.8 and gtk+-2.6.7
	
	* gap/gap_wr_color_curve.c
	* gap/gap_vex_dialog.c
	* vid_common/gap_cme_gui.c
	* gap/gap_story_dialog.c
	* gap/gap_story_properties.c
	* gap/gap_player_dialog.c
	* gap/TESTPROT_iter_ALT
	
2005-10-07  Wolfgang Hofer <hof@gimp.org>

	use GThread instead of pthread (fixes bug #318045)
	Note: pthread is still required for the libmpeg3.
	The configure.in script now checks for pthread library
	and disables libmpeg3 if pthread is not available.
	
	The new configure option 
	   --with-preinstalled-libmpeg3incdir=/usr/local/include
	   --with-preinstalled-libmpeg3=/usr/local/lib/libmpeg3.a
	allows to build GIMP-GAP with already installed libmpeg3
	
	for those who use newer gcc (and cannot compile libmpeg3 that requires
	older gcc 3.3, but already have libmpeg3-1.5.4 installed)
	.. Carol reported such a situation ...
	
	But those options work WITHOUT reliable checks. 
	(I failed once again to to write clean library checks for that beast,
	that is the reason why it was added as sourcecode, but i did not
	know about the compile problems with newer gcc 4.x versions,
	and i dont want to drop libmpeg3 because it can parse DVD typical .ifo
	files and supports compressed frame access
	that is required for GIMP-GAP's lossless mpeg cut feature ...)
	
	Specify those options on your own risk,
	wrong libmpeg3 versions may build, but crash at runtime...

	* configure.in
	* libgapvidapi/gap_vid_api.h
	* libgapvidapi/gap_vid_api.c
	* libgapvidapi/gap_vid_api_gimp.c
	* libgapvidutil/gap_gvetypes.h
	* vid_common/Makefile.am
	* vid_common/gap_cme_callbacks.c
	* vid_common/gap_cme_main.c
	* vid_common/gap_cme_gui.c
	* vid_common/gap_cme_gui.h


2005-10-05  Sven Neumann  <sven@gimp.org>

	* vid_common/gap_cme_gui.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c: undeprecated.

2005-10-05  Sven Neumann  <sven@gimp.org>

	* gap/Makefile.am (*_LDADD): reordered libraries.

2005-10-05  Sven Neumann  <sven@gimp.org>

	* gap/gap_file_util.c (gap_file_make_abspath_filename): fixed
	compilation on G_OS_WIN32; include <string.h>.

2005-10-05  Sven Neumann  <sven@gimp.org>

	* gap/gap_dbbrowser_utils.c
	* gap/gap_fmac_main.c
	* gap/gap_morph_dialog.c
	* gap/gap_navigator_dialog.c
	* gap/gap_resi_dialog.c
	* gap/gap_story_dialog.c
	* gap/gap_story_properties.c
	* gap/gap_vex_dialog.c
	* gap/gap_wr_color_curve.c
	* gap/gap_wr_color_huesat.c
	* gap/gap_wr_color_levels.c: undeprecated.

2005-10-05  Sven Neumann  <sven@gimp.org>

	* configure.in (CPPFLAGS): do not disable APIs that may be
	deprecated in the future.

2005-10-05  Sven Neumann  <sven@gimp.org>

	* configure.in: check if the libmpeg3 code can be compiled (it
	doesn't compile with gcc 4.0 for example).

2005-10-05  Sven Neumann  <sven@gimp.org>

	* README
	* configure.in: cosmetic changes.

2005-09-27  Sven Neumann  <sven@gimp.org>

	* configure.in: applied patch by Wolfgang Hofer that adds a check
	for libxvidcore.

2005-09-23  Sven Neumann  <sven@gimp.org>

	* gap/gap_morph_dialog.c
	* gap/gap_player_dialog.c: fixed compilation errors.

2005-09-23  Sven Neumann  <sven@gimp.org>

	* autogen.sh: prefer newer version of automake over older ones.

2005-09-22  Wolfgang Hofer <hof@gimp.org>

	- added sourcecode of external_libs (libmpeg3 and ffmpeg)
	  as gzipped tarballs.
	  Those libs are now automatically configured, built
	  and linked statically with the gimp-gap plug-ins
	  (as convenience libraries).
	  
	  configure options for the external libs can be
	  specified via files:
	  
	  extern_libs/configure_options_ffmpeg.txt
	  extern_libs/configure_options_libmpeg3.txt
	  
	- removed configure support for linking
	  libavformat and libavcodec with already installed
	  libraries.
	  (the removed code did not properly check
	   and was limited to fixed installation dirs)
	
	* configure.in  
	* Makefile.am
	* README 
	
	* extern_libs               # newly added directory
	* extern_libs/Makefile.am  
	* extern_libs/configure_options_ffmpeg.txt
	* extern_libs/configure_options_libmpeg3.txt
	* extern_libs/README_extern_libs
	* extern_libs/ffmpeg.tar.gz
	* extern_libs/libmpeg3.tar.gz
	
2005-09-09  Rajesh Ranjan  <rajeshkajha@yahoo.com>

	* configure.in : Added "hi" to ALL_LINGUAS.

2005-09-07  Wolfgang Hofer <hof@gimp.org>
	- bugfix: typo's pointed out in bug #313965
	- bugfix in generation of original tone audio track.
          Must fetch the original framerate of the videoclips
          (VID_PLAY_MOVIE)
          for creating the corresponding audioclips
          and supply this framerate parameter in the generated
          AUD_PLAY_MOVIE record.
          This is necessary to ensure correct timing if the
          handled clips have different framerates or framerates
          other than the gimp-gap default of 25 fps.

	- ffmpeg encoder change progress text if frames are copied
          rather than encoded. this gives immediate feedback if
          the "dont recode" option is in affect or not.
          (e.g if lossless mpeg cut is active)
	- renamed internal procedure to p_flip_separators

	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	* gap/gap_story_file.c

	* gap/gap_decode_mplayer.c
	* gap/gap_decode_xanim.c
	* gap/gap_frontends_main.c
	* gap/gap_vex_main.c

2005-09-06  Wolfgang Hofer <hof@gimp.org>
	bugfix MasterVideo encoder OK button did not work in case
	of encoding with a single audio inputfile.
	(init of local variables was missing:
        all_playlist_references and valid_playlist_references)

	* libgapvidutil/gap_gve_sox.c

2005-09-06  Wolfgang Hofer <hof@gimp.org>

	- storyboard properties: added filtermacro entry widget
        (TODO: add button to invoke a filesel widget)

	* gap/gap_story_main.h
	* gap/gap_story_properties.c

2005-09-06  Ankit Patel  <ankit644@yahoo.com>

	* configure.in : Added "gu" to ALL_LINGUAS.

2005-08-21  Jens Seidel <jseidel@cvs.gnome.org>
	- fixed a typo (s/occured/occurred/) in a few msgid strings and other
	  files (inclusive all translations).

2005-08-18  Jens Seidel <jseidel@cvs.gnome.org>
	- fixed a typo (s/seperate/separate/) in a msgid string and other
	  files (inclusive all translations).

2005-07-24  Wolfgang Hofer <hof@gimp.org>
	- extended the FFMPEG based video encoder to support encoding
	  multiple tracks.
	  Video is still limited to one track, but multiple
	  audiotrack encoding is supported as hidden feature.
	  To use that feature, just pass a textfile
	  with references to multiple audio wavefiles instead of
	  one audio file to this encoder.
	- fixed bug related to checking for valid RIFF WAVE file format.
	  (relevant for audiofiles with additional chunk(s) before the data
	  chunk)

	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	* libgapvidutil/gap_gve_sox.c
	* libgapvidutil/gap_gve_story.c [.h]
	* gap/gap_audio_wav.c [.h]
	* gap/gap_file_util.c [.h]
	* gap/gap_libgimpgap.h
	* vid_common/gap_cme_gui.c
	* docs/reference/txt/plug-in-gap-vid-encode-master.txt
	* po/POTFILES.in
	
2005-07-23  Wolfgang Hofer <hof@gimp.org>
	check for errors while writing audio files.
	in case of error print the error message and exit
	* gap/gap_audio_wav.c
	* libgapvidutil/gap_gve_story.c
	
2005-07-21  Pawan Chitrakar  <pawan@nplinux.org>

	* configure.in: Added ne in ALL_LINGUAS

2005-05-22  Wolfgang Hofer <hof@gimp.org>
	- some of the mplayer options (-aofile  -jpeg -z) of the mplayer version 1.0pre5
	  dont work with mplayer version 1.0pre7 (dont know about pre6 release)
	  
	  i updated to the new options, but added a checkbox labeled Mplayer1.0pre5
	  in the dialog of the mplayer based frame extract plug-in
	  that still allows switching back to the old options
	  (you need this only in case you still run  mplayer version 1.0pre5)
	  
	  examples of the new option syntax:
	  
	  mplayer -vo png:z=9 -ss 00:00:14 -frames 25  videoinput.rm
	  mplayer -vo jpeg:quality=92:smooth=70 -ss 00:00:14 -frames 150  videoinput.rm
	  
  
	* gap/gap_decode_mplayer.c [.h]

2005-05-11  Iñaki Larrañaga  <dooteo@euskalgnu.org>

	* configure.in: Added "eu" (Basque) to ALL_LINGUAS.

2005-05-01  Wolfgang Hofer <hof@gimp.org>
	- added new wrappers to support layer transformations
	  (flipping and simple rotate)
	  for the useage in animated filtercalls and filtermacro.
	  
	* gap/Makefile.am
	* gap/gap_wr_trans.c    # new file
	* gap/.cvsignore
	* po/POTFILES.in
	 
2005-04-17  Wolfgang Hofer <hof@gimp.org>

	- added docs/*/txt/*.txt files as EXTRA_DIST stuff
	  (created Makefile.am in the docs subdir)
	  and some minor fixes to make distdir work
	- added missing filenames to POTFILES.in 
	  (thanks to Marcel Telka for pointing that out)
	   vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c
           vid_enc_ffmpeg/gap_enc_ffmpeg_par.c


	* README
	* NEWS
	* Makefile.am
	* gap/Makefile.am
	* configure.in
	* po/ChangeLog
	* po/POTFILES.in
	
2005-04-13  Sven Neumann  <sven@gimp.org>

	* autogen.sh: updated; require automake >= 1.7.

	* configure.in: removed cruft that was needed for automake 1.6 only.

2005-04-09  Wolfgang Hofer <hof@gimp.org>

	- disabled some hardcoded debug output.
	- MovePath: new feature for advanced reset and grabbing a gimp path.
	  When The SHIFT Key is held down while the "Grab Path" button is
	  pressed the path is grabbed in a way that results in one
	  controlpoint per handled frame.
	  The moving object may follow the bezier path in more precise
	  manner (not just straight lines between the anchor points),
	  when the move path operation affects many frames.

	* libgapvidapi/gap_vid_api_ffmpeg.c
	* libgapvidapi/gap_vid_api_util.c
	* vid_enc_single/gap_enc_singleframes_main.c
	* libgapvidutil/gap_gve_story.c
	* gap/gap_mov_dialog.c
	* gap/gap_morph_dialog.c
	* docs/reference/txt/plug-in-gap-move-path.txt
	* NEWS


2005-04-04  Wolfgang Hofer <hof@gimp.org>
	2005-04-04:
	- replaced some deprecated calls
	  (gimp_rotate, gimp_perspective, gimp_drawable_image_id
	  
	  (thanks to carol for pointing out)
	
	* gap/gap_pdb_calls.c
	* gap/gap_mov_render.c
	* gap/gap_filter_codegen.c

	2005-03-29:

        - added new configure options:
	  --with-ffmpegsrcdir=DIR      specify where to find ffmpeg src directory DIR
	  --with-libmpeg3srcdir=DIR    specify where to find libmpeg3 src directory DIR
	  
	  those options may be used for static linking ffmpeg and libmpeg3
	  from their sourcetree without the need to install those libs.
	  (you have to configure / make both libs manually before
	   configure gimp-gap)
	   
	  The new options are primary for internal use on my development
	  machine, but can be also used to create gimp-gap binaries
	  without dependencies to libavformat, libavcodec and libmpeg3.
	   
	  There still should be more sophisticated checks for the
	  case where the user wants to compile with installed versions
	  of those libs.

	* configure.in
	* README

	2005-03-24:

        - added new configure options:
	  --with-ffmpegsrcdir=DIR      specify where to find ffmpeg src directory DIR
	  --with-libmpeg3srcdir=DIR    specify where to find libmpeg3 src directory DIR
	  
	  those options may be used for static linking ffmpeg and libmpeg3
	  from their sourcetree without the need to install those libs.
	  (you have to configure / make both libs manually before
	   configure gimp-gap)
	  
	  (i droped the plan to include the tarballs of those libs)
	  but this may cause problems
	  

	- new feature: ffmpeg video encoder now supports
	  save/load paramters to/from parameterfile
	- NON-interactive PDB interface to set parameters
	  changed. 
	  (instead of passing all the parameters
	  the caller has to pass the name of an
	  ffmpeg video encoder parameterfile).
	  
        - reorganized notebook widget of the 
	  FFMPEG Video Encode Parameters dialog window.
	  
	  Added New Tab: Expert Flags
	   IntraOnly, GOP, B-Frames and Aspect moved to
	   the "Basic Options" Tab.
	  
        - GUI support for many new ffmpeg encoder parameters 
	  (depends on LIBAVCODEC_BUILD  >= 4744)

	- Tried to provide encoder presets 
	  (based on ffmpeg.c code reading) but most of the preset values
	  are still a wild guess.
	  
	  Algorithms Tab:
	    added algoritmhm combo boxes:
	    -Macroblock cmp
	    -ildct cmp
	    -Fullpel cmp
	    -Subpel cmp
	    -Pre motion estimation Cmp
	    -frame_skip_cmp
	    -predictor
	    -coder
	
	 Expert Flags Tab:
	    added checkbuttons for new flags:
	      
	    -use_ss;		  "enable Slice Structured mode (h263+)"
	    -use_aiv;		  "enable Alternative inter vlc (h263+)"
	    -use_obmc;		  "use overlapped block motion compensation (h263+)"
	    -use_loop;		  "use loop filter (h263+)"
	    -use_alt_scan;  	  "enable alternate scantable (MPEG2/MPEG4)"
	    -use_trell;		  "enable trellis quantization" 							    
	    -use_mv0;		  "try to encode each MB with MV=<0,0> and choose the better one (has no effect if mbd=0)"  
	    -do_normalize_aqp;	  "normalize adaptive quantization"							    
	    -use_scan_offset;	  "enable SVCD Scan Offset placeholder" 						    
	    -closed_gop;          "closed gop"
	    -strict_gop           "strictly enforce GOP size"									    
	    -use_qpel;		  "enable 1/4-pel"									    
	    -use_qprd;		  "use rate distortion optimization for qp selection"					    
	    -use_cbprd;		  "use rate distortion optimization for cbp"						    
	    -do_interlace_dct;	  "use interlaced dct"  								    
	    -do_interlace_me;	  "interlaced motion estimation"							    
  
	  
	  

	The current FFMPEG version has lots of video encoder parameters 
	(more than 100) 
	but most of them i dont know what they are used for.
	I think most of the parameters can be set to default value
	unless you are an ffmpeg expert.
	
	Some of the new parameters are not supported in the 
	video encoder parameter GUI, but support via
	parameterfile is implemented.
	FFMPEG experts can edit the parameterfile
	and then load the edited parameterfile.
	

	* vid_enc_ffmpeg/Makefile.am
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_par.c [.h]  # new files

	2005-03-19:
	made gap_vin procedures and types public and 
	fit for common use to read/write other parameter files.
	 
	*  gap/gap_vin.c [.h]
	
	2005-03-16:
	- ffmpeg Params updated GUI for those params that
	   allow additional values in ffmpeg versions >= 0.4.9
	   
	   DCT algorithm "faan"
	   IDCT algorithms "sh4", "simplearm", "h264"
	   
	   the new param values can be set from GUI when linked with
	   sufficient ffmpeg CVS version (LIBAVCODEC_BUILD  >= 4744)

	- bugfix attempt: try to detect aspect ratio with ffmpeg >= 0.4.9
	    when reading video 
	    (by additional reading AVCodecContext.dtg_active_format
	     information, but this does not work either)

	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c
	* libgapvidapi/gap_vid_api_ffmpeg.c 


        2005-03-13:
	- bugfix: lossles mpeg cut:
	  fixed check for required framesequence to copy P and B frames
	  (compare used assign operator (= / == missmatch))
	  
	
	* libgapvidutil/gap_gve_story.c

2005-04-01  Steve Murphy  <murf@e-tools.com>

        * configure.in: Added "rw" to ALL_LINGUAS.

2005-03-12  Wolfgang Hofer <hof@gimp.org>

        - bugfix: #169311
	 Player must not display onionskin layers for the current image
	 when the Option "Auto delete before save" is ON.
	
	- bugfix: #169320 
	 when automatic onionskinlayer creation is turned on
	 store active_layer before the onionskin layers are added
	 and restore active_layer before save. 
	 Without this fix one of the added onionskin layers is
	 stored as the active layer in the saved file.
	 This did break the workflow when the frame is loaded later on.

	 new feature:
	 tracking of the active_layer by name (as described in bug #169320)
	 and by layerstack position can be configured in the VCR Navigator dialog
	 (The configuration value is stored in the _vin.gap file.
	  therefore the scope is permanent per animation and independent
	  from automatic onionskin layer creation)

	  (active_layer_tracking 0) # 0: OFF 1: by name  2: by stackposition
	
	- bugfix: when Player is used as widget 
	  in another dialog, its shell_window is null.
	  dont try to handle resize for shell_window when its a NULL pointer.

	  fixes warnings like that:
	  (storyboard:24245): Gtk-CRITICAL **: file gtkwindow.c: line 3044
	    (gtk_window_set_default_size): assertion `GTK_IS_WINDOW (window)' failed

	* gap/gap_player_dialog.c
	* gap/gap_onion_base.c [.h]
	* gap/gap_lib.c
	* gap/gap_player_main.c [.h]
	* gap/gap_vin.c [.h]
	* gap/gap_navigator_dialog.c
	* docs/reference/txt/plug-in-gap-navigator.txt
	* NEWS

2005-03-05  Wolfgang Hofer <hof@gimp.org>
	- ffmpeg-CVS (snapshot from 2005.03.02) based encoder:
	  initalize values for the encoder options that are new
	  in this ffmpeg CVS snapshot

	  this fixes "buffer underflow" errors that were reported 
	  (more than once per encoded frame) to stdout 
	  by the encoder while executing av_write_frame.

	  GAP provides now explicite support for ffmpeg library versions:
	     0.4.8     (stable)
	     0.4.9pre1 (latest official)
	     CVS Snapshots equal or newer than 2005.03.02
	     (identified by LIBAVCODEC_BUILD       4744
	      GAP internal marked as #define HAVE_FULL_FFMPEG)
	  
	  (GUI support to edit the new options is still missing)
	
	- bugfix: Storyboard processing. 
	  skipping the analyze of already known video elements
	  did not work and made processing slower.
	
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c
	* libgapvidutil/gap_gve_story.c
	
2005-02-27  Wolfgang Hofer <hof@gimp.org>
        - bugfix (attempt) ffmpeg-0.4.9 frame aspect handling at encoding
	    did not work. 
	    (the bugfix follows the code of ffmpeg.c without understanding
	     but seems to work)
	    
	    BUT: aspect detection at read access does not work with ffmpeg-0.4.9
	    (dont know why, seems to be a bug in ffmpeg-0.4.9)
	    
	- bugfix:  lossless MPEG cut with ffmpeg-0.4.9 based encoder:
	   workaround encodes a dummy frame 
	   for each 1:1 copied frame to keep codec internal handled
	   timestamps and picturenumbers up to date.
	   (newer versions of ffmpeg do require ascending timestamsps
	    and will not work if the codec is completely bypassed
	    for those frames.)
	   
	   lossles mpeg cut now works with both ffmpeg-0.4.8  ffmpeg-0.4.9
	   and more recent ffmpeg CVS snapshots.

	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c

2005-02-19  Wolfgang Hofer <hof@gimp.org>
	- bugfix: STORYBOARD processing fixed crash that happened
	  sometimes after creating the composite audiofile.
	  (aud_elem->tmp_audiofile pointers did refere to the same
	   adress that was g_free'd more than one time)
	   
	- bugfix: STORYBOARD processing of AUD_PLAY_MOVIE records
	  from:000001 to:000002 resulted in too short duration time 
	  of just one frame.
	  now results in duration time for 2 frames to match with
	  the video duration time that is 2 frames in that case.
	  
	  * gap/gap_story_file.c
	  * libgapvidutil/gap_gve_story.c
	  * README
	  
2005-02-05  Wolfgang Hofer <hof@gimp.org>
	- API for video read access now also compiles and works with
	  ffmpeg-0.4.9pre1 (and should also work with recent CVS snapshots
	  tested with FFMpeg-20050120 CVS snapshot)
	  
	  existing videoindexes that are based on ffmpeg-0.4.8 will
	  not work after upgrade to ffmpeg-0.4.9 or later versions.
	  
	  therefore it is recommanded to delete the old indexes,
	  and create new ones based on the new version of ffmpeg.
	  To delete videoindexes on UNIX use these commands:
	  
	  cd $HOME/.gimprc/gvaindexes
	  rm *.libavformat.gvaidx
	
	* libgapvidapi/gap_vid_api_ffmpeg.c
	
2005-01-30  Wolfgang Hofer <hof@gimp.org>

	Help Buttons for storyboard pop-up dialogs 
	"master properties" and "generate original tone audio"
	
	Videoaccess parameter exactseek now defaults to value 0.
	(allow videoindex based fast seek operations)
	value 1 forces the (very slow) sequential reads.
	
	- disabled some further debug printfs
	- tested filter all layers with gimp-2.2.3
	   plug_in_noisify_iter_ALT
	   plug_in_wr_curves
	- bugfix: gap/gap_wr_color_curve.c calling gimp_dialog_new
	  with help_function but help_id == NULL resulted in
	  errors and crash of the plug-in
	  
	  (wr_curves:4630): Gdk-CRITICAL **: file gdkscreen-x11.c: line 232 (gdk_screen_get_root_window): assertion `GDK_IS_SCREEN (screen)' failed

        - ffmpeg (0.4.8) encoder presets:
	  dont use motion_estimation algorithm "Full" any longer in the presets
	  and replaced those settings with "EPZS"
	  (it makes encoding much slower, and seems not to deliver better
	  quality, even worse it has problems on fast moving dark objects
	  that are sometimes encoded fully black, resulting
	  in visible annoying black blocks.)
	
	* gap/gap_story_main.h
	* gap/gap_story_dialog.c
	* gap/gap_story_file.c
	* gap/gap_vex_dialog.c
	* gap/gap_vex_exec.c
	* gap/gap_fmac_main.c
	* gap/gap_wr_color_curve.c
	* gap/gap_wr_color_huesat.c
	* 
	* gap/TESTPROT_iter_ALT
	* libgapvidutil/gap_gve_story.c
	* libgapvidapi/gap_vid_api_ffmpeg.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	* gap/gap_filter_iterators.c
	* gap/iter_ALT/gen/plug_in_noisify_iter_ALT.inc
	* docs/reference/txt/STORYBOARD_FILE_DOC.txt
	* docs/reference/txt/plug-in-gap-storyboard-gen-otone.txt    # NEW file
	* docs/reference/txt/plug-in-gap-storyboard-master-prop.txt  # NEW file
	* docs/reference/txt/plug-in-wr-curves.txt                   # NEW file
	* docs/reference/txt/plug-in-wr-color-levels.txt             # NEW file
	* docs/reference/txt/plug-in-wr-huesat.txt                   # NEW file
	
	
2005-01-22  Wolfgang Hofer <hof@gimp.org>
	- Storyboard dialog: added key support for crtl-c,ctrl-x,ctrl-v (copy/cut/paste)
	
	* gap/gap_story_dialog.c
	* gap/gap_story_mian.h
	
2005-01-15  Wolfgang Hofer <hof@gimp.org>
	- bugfix: Storyboard dialog: after save as, and encoder call:
          the encoder was called with the OLD name!
	- gap_arr_dialog replaced global data to enable 2 pop-ups
	  created with gap_arr_dialog open at same time.
	  (fixes some bugs from my internal list
	   related to the storyboard dialog that does use
	   2 or more arr_dialog based pop-ups)
	  
	* gap/gap_story_dialog.c
        * gap/gap_arr_dialog.c
	* docs/reference/txt/STORYBOARD_FILE_DOC.txt
	
2005-01-14  Wolfgang Hofer <hof@gimp.org>
	- STORYBOARD Processing:
	  Show progress while analyzing storyboard files and while
	  extracting audioparts of videofiles to temporary audiofiles
	  for creating the composite audio track.

	- GVA workaround for libmpeg3 crash on close bug (limited to UNIX systems).
	  the workaround forks a child process with its own sgnal handler.
	  the child process tries open/close. Crashes are then caught
	  in the signal handler of the child process and tell the parent
	  process (via retcode) that this videofile cant be handled by libmpeg3.
	  
	  This workaround makes open safe but slow 
	  (mainly caused by additional open/close rather than by forking).
	  but with gimprc parameter:
	  
	  (video-workaround-for-libmpeg3-close-bug "no")
	  
	  the workaround can be skipped.
	
	* vid_common/gap_cme_gui.c
	* libgapvidutil/gap_gve_story.c
	* libgapvidapi/gap_vid_api_mpeg3.c
	* libgapvidapi/gap_vid_api.c
	* docs/reference/txt/gap_gimprc_params.txt
	* NEWS
	
2005-01-13  Wolfgang Hofer <hof@gimp.org>
	- Storyboard added feature to generate audio original tone
	  cut references in the storyboard file
	  for all the clips refering to videofiles.
	  
	* gap/gap_story_dialog.c [.h]
	* gap/gap_story_file.c [.h]
	* gap/gap_story_main.h
	* docs/reference/txt/plug-in-gap-storyboard-edit.txt
	
2005-01-12  Wolfgang Hofer <hof@gimp.org>
	- Master Videoencoder: added button 'Create Composite Audiofile'
	  this starts the long running audio mixdown for storyboard processing.
	  
	  in the old behaviour this was started implicite when a new
	  storyboard filename was entered, and there was no way to skip that
	  part. the explicite start gives more flexibility if the user
	  wants to encode only the video part, or the composite audiofile
	  is already there from a previous encoder call, and wants to encode
	  again with other compression parameters.
	  
	- Storyboard processing optimized:
	  - the new flag create_audio_tmp_files controls the long running
	    creation of temporary audiofiles. Setting this flag to FALSE
	    can speed up storyboard processing for the case when
	    the storyboard file contains audio tracks, and the caller
	    (== the Master Videoencoder) is only interested in
	    total audioplaytime and if syntax of audio records is OK.

	  - implicite extracting audiodata from videofiles for the
	    mix down of the composite audiotrack is now reduced
	    to the affected range(s) refering a videofile.
	    (old behaviour extracted always the audiodata in full length)

	* gap/gap_story_file.c [.h]
	* vid_common/gap_cme_gui.c [.h]
	* vid_common/gap_cme_callbacks.c [.h]
	* vid_common/gap_cme_main.c [.h]
	* libgapvidutil/gap_gve_story.c [.h]
	
	* docs/reference/txt/plug-in-gap-vid-encode-master.txt
	* docs/reference/txt/plug-in-gap-extract-video.txt
	
	  
2005-01-06  Wolfgang Hofer <hof@gimp.org>
	- Storyboard syntax: the AUD_PLAY_MOVIE command
	  now provides positioning in unit frames.
	  this makes it easier to add an original tone
	  audiotrack (by manual editing) because
	  the video clips (VID_PLAY_MOVIE syntax) is also mesured in frames.

	* gap/gap_story_syntax.c
	* gap/gap_story_file.c [.h]
	
2005-01-05  Wolfgang Hofer <hof@gimp.org>
	- removed/disabled more debug output printf statements
	- video_extract: show aspect_ratio information of the video
	  (this feature does not work with the libmpeg3 decoder,
	   mpeg3_aspect_ratio delivered 0.0
	   for all tested video files, 
	   libavformat did deliver correct aspect informations)
	  
	  when available the aspect ratio is also used to set the 
	  image resolution in all the handled (extracted) videoframe images, 
	  where yresolution is fixed at 72 DPI and xresolution
	  is calculated according to the aspect ratio of the video.
	  Typically 16:9 DVDs have 720x576 non-quadratic pixels. 
	  This results in xresolution 60.75 DPI  and yresolution 72.0 DPI.
	  
	  the aspect is set in the Video API procedure GVA_image_set_aspect.
	
2004-12-22  Wolfgang Hofer <hof@gimp.org>
	-fixed some bugs in message texts (reported by popolon via mail)
	-fixed bug scanning strings from _vin.gap files
	 and initialise errors for combo boxes in the Onionskin
	 configuration dialog (fix for #161620)
	- removed/disabled debug output printf statements

	* gap/gap_navigator_dialog.c
	* gap/gap_player_dialog.c
	* gap/gap_vex_dialog.c
	* vid_common/gap_cme_gui.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c
	
	* gap/gap_onion_dialog.c
	* gap/gap_vin.c
	
2004-12-12  Wolfgang Hofer <hof@gimp.org>
	reorganized and updated available doc files
	and added some of the missing docs.
	(there are still some chapters left to do..)
	Splitted the large gap/README textfile into plug-in related
	subfiles (using the HELP_ID's + .txt as name)
	
	* README
	* gap/README
	
	# NEWLY added doc files:
	* docs/reference/txt/INTRODUCTION.txt
	* docs/reference/txt/STORYBOARD_FILE_DOC.txt
	* docs/reference/txt/gap-filterall-db-browser.txt
	* docs/reference/txt/gap_gimprc_params.txt
	* docs/reference/txt/plug-in-bluebox.txt
	* docs/reference/txt/plug-in-filter-macro.txt
	* docs/reference/txt/plug-in-gap-anim-crop.txt
	* docs/reference/txt/plug-in-gap-anim-resize.txt
	* docs/reference/txt/plug-in-gap-anim-scale.txt
	* docs/reference/txt/plug-in-gap-del.txt
	* docs/reference/txt/plug-in-gap-density.txt
	* docs/reference/txt/plug-in-gap-dup.txt
	* docs/reference/txt/plug-in-gap-exchg.txt
	* docs/reference/txt/plug-in-gap-extract-player.txt
	* docs/reference/txt/plug-in-gap-extract-video.txt
	* docs/reference/txt/plug-in-gap-modify.txt
	* docs/reference/txt/plug-in-gap-morph.txt
	* docs/reference/txt/plug-in-gap-move-path.txt
	* docs/reference/txt/plug-in-gap-mpeg-encode.txt
	* docs/reference/txt/plug-in-gap-mpeg2encode.txt
	* docs/reference/txt/plug-in-gap-mplayer-decode.txt
	* docs/reference/txt/plug-in-gap-navigator.txt
	* docs/reference/txt/plug-in-gap-onionskin-configuration.txt
	* docs/reference/txt/plug-in-gap-range-convert.txt
	* docs/reference/txt/plug-in-gap-range-flatten.txt
	* docs/reference/txt/plug-in-gap-range-layer-del.txt
	* docs/reference/txt/plug-in-gap-range-to-multilayer.txt
	* docs/reference/txt/plug-in-gap-renumber.txt
	* docs/reference/txt/plug-in-gap-shift.txt
	* docs/reference/txt/plug-in-gap-split.txt
	* docs/reference/txt/plug-in-gap-storyboard-clip-prop.txt
	* docs/reference/txt/plug-in-gap-storyboard-edit.txt
	* docs/reference/txt/plug-in-gap-storyboard-player.txt
	* docs/reference/txt/plug-in-gap-vid-encode-master.txt
	* docs/reference/txt/plug-in-gap-videoframes-player.txt
	* docs/reference/txt/plug-in-gap-xanim-decode.txt
	* docs/reference/txt/plug-in-name2layer.txt

	* docs/howto/txt/HOWTO-do-lossless-MPEG-cut.txt 
	* docs/howto/txt/HOWTO-write-animated-plug-ins.txt   
	
	
2004-12-06  Wolfgang Hofer <hof@gimp.org>
	Added frontend fro MPlayer based videoframe extracted plug-in.
	MPlayer offers support to read from many videoformats.
	
	This offers access to much more videoformats than the already existing 
	ffmpeg/libmeg3 based video extract plug-in, but does not
	allow precise frame positioning. There is also no visual
	positioning provided in the plug-in. 
	
	an optional gimprc parameter (mplayer_prog "/usr/local/bin/mplayer")
	can be used if mplayer is installed, but is not found in
	the directories specified in the PATH environment variable.
	
	* gap/Makefile.am
	* gap/gap_frontends_main.c
	* gap/gap_decode_xanim.c
	* gap/gap_decode_mplayer.c [.h]    # NEWLY ADDED FILES
	* po/POTFILES.in
		
2004-12-04  Wolfgang Hofer <hof@gimp.org>
        Storyboard: Shorten frame header texts (if filenamepart gets too long)
	
	* gap/gap_story_dialog.c
	* gap/gap_story_main.c [.h]
	* gap/gap_lib.c [.h]
	* gap/gap_player_dialog.c
	
2004-12-02  Wolfgang Hofer <hof@gimp.org>
	Storyboard: prefetch videothumbnail previews all at once
	and show advance in the progress bar
	(when activated via Menu)

	Storyboard: implemented the missing dialog pop-up for Global/Properties
	for selecting Layout Presets.
	
	* gap/gap_story_dialog.c
	* gap/gap_story_main.c [.h]
	
2004-11-29  Wolfgang Hofer <hof@gimp.org>
	message text fixed (#159593)
	* gap/gap_bluebox.c
	
2004-11-28  Wolfgang Hofer <hof@gimp.org>
	- gap changed limit for framenumberdigits from 6 to 8
	  now use define GAP_LIB_MAX_DIGITS 
	  and allow frames with basename part is NULL
	   e.g.  framenames looking like that:
	    
	    00000001.png
	    00000002.png
	    
	  this was done to be compatible with mplayer's frame extracting feature
	  (mplayer-1.0pre5 uses 8 digits for the extracted frames
	   where the frames are just numberpart and extension)

	* gap/gap_lib.c  [.h]
	* gap/gap_base_ops.c
	* gap/gap_main.c
	* gap/gap_vex_dialog.c
	* gap/gap_vex_main.c
	* libgapvidapi/gap_vid_api_util.c
	
	
	
2004-11-23  Wolfgang Hofer <hof@gimp.org>
	bugfix: storyboard dialog asked for videoindex creation permission
	        even if a valid videoindex is available
        * gap/gap_story_dialog.c
	* gap/gap_arr_dialog.c
		
2004-11-18  Wolfgang Hofer <hof@gimp.org>
	- tested plug-ins of the gimp-2.2pre1 release
	  for animated "filter all layers" capabilites,
	  and fixed _iter_ALT procedures.
	  
	- #158078  added "filter all layers" support for:
	     plug_in_gimpressionist
	     plug_in_autostretch_hsv         (limited to constant apply)
	     plug_in_blur                    (limited to constant apply)
	     plug_in_c_astretch              (limited to constant apply)
	     plug_in_cartoon
	     plug_in_color_adjust            (limited to constant apply)
	     plug_in_color_enhance           (limited to constant apply)
	     plug_in_colors_channel_mixer
             plug_in_dilate                  (limited to constant apply)
	     plug_in_dog
	     plug_in_erode                   (limited to constant apply)
	     plug_in_gauss
	     plug_in_gradmap                 (limited to constant apply)
	     plug_in_hot                     (limited to constant apply)
	     plug_in_laplace                 (limited to constant apply)
	     plug_in_make_seamless           (limited to constant apply)
	     plug_in_max_rgb                 (limited to constant apply)
	     plug_in_neon
	     plug_in_normalize
	     plug_in_photocopy
	     plug_in_qbist                   (limited to constant apply)
	     plug_in_softglow
	     plug_in_vinvert
	     
	- dropped "filter all layers" support for:
	  (by removing the iter_ALT procedure registration)
	 
	     plug_in_blur
	     plug_in_gauss_iir
	     plug_in_gauss_iir2
	     plug_in_gauss_rle
	     plug_in_gauss_rle2
	     plug_in_make_seamless    (removed just iter_ALT, const apply still there)
             plug_in_max_rgb          (removed just iter_ALT, const apply still there)
	     plug_in_rotate           (has no GUI dialog, apply without specify angle makes no sense)
	     plug_in_normalize        (removed just iter_ALT, const apply still there)
	     plug_in_vinvert          (removed just iter_ALT, const apply still there)
	
	* gap/TESTPROT_iter_ALT
	* gap/Makefile.am
	* gap/gap_filter_iterators.c
	* gap/gap_filter_pdb.c
	
	# Created NEW files:
	* gap/iter_ALT/mod/plug_in_cartoon_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_colors_channel_mixer_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_dog_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_gauss_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_gimpressionist_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_neon_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_photocopy_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_softglow_iter_ALT.inc
	
	
2004-11-16  Wolfgang Hofer <hof@gimp.org>
	- bugfix: gap_filt_pdb_call_plugin call plug-ins
	  with pointer to string "\0" rather than using NULL pointer
	  Some plug-ins crash when string args are passed
	  as NULL pointer, even if the call is INTERACTIVE
	  (example:  plug_in_gimpressionist)
	
	* gap/gap_filter_pdb.c
	* vid_common/gap_cme_gui.c
	
2004-11-16  Sven Neumann  <sven@gimp.org>

	* configure.in: check for GIMP >= 2.2.0.

2004-11-14  Wolfgang Hofer <hof@gimp.org>
	- bugfix VCR navigator: Timezoom changes and Goto other frame
	  actions did not
	  update the scale widgets adjustment (dyn_adj)
	- bugfix: after gap controlled image excange disable undo
	  (otherwise undo can discard the layers
	   step by step in order they were added by the image load operation)
	- gap_Use the same PDB-description render procedures
	  as the official DBBROWSER plug-in
	  copied code from gimp-2.1.7/plug-ins/dbbrowser/gimpprocbrowser.c

	  IDEA: if this code is transfered to libgimp
	  it could be used both from the offical DBBROWSER plug-in
	  and in GAP. (maybe after the gimp-2.2 release ?)
	  
	  * gap/gap_dbbrowser_utils.c
	  * gap/gap_navigator_dialog.c
	  * gap/gap_lib.c

2004-11-12  Wolfgang Hofer <hof@gimp.org>
	- hardcoded precompiler switch GAP_MORPH_DEBUG_FEATURES
	  to hide experimental and debug features in the morph plug-in
	  
	  * gap/gap_morph_dialog.c
	  	  
2004-11-11  Wolfgang Hofer <hof@gimp.org>
	- gap_arr_dialog  added new widget type: GAP_ARR_WGT_HELP_BUTTON
	- Added HelpButtons for most GAP plug-ins
	  (the ones where i think they should have a Help page.)
	  
	  some of the gap plug-ins had already a Help Button per default
	  because the implementation uses gimp_dialog_new to create
	  the dialog shell window.
          
	  All GAP help-buttons call the GIMP standard help procedure
	  gimp_standard_help_func
	 
	 - changed existing HELP_ID strings
	  from:  "plug_in_xxx.html"
	  to:    "plug-in-xxx"

        - here is the list of HELP_ID's. 
	  For each HELP-ID we need a html help page.
	  
	  As far as i know there are no help-pages for gimp-gap available
	  at all (until now). 
	  Some (partly outdated) information is already available 
	  in the gap/README textfile.

	  (dont know howto create Helppages and have no XML knowledge either.)
	   


	new HELP_ID                           menupath:
	--------------------------------------------------------
	"plug-in-bluebox"		      <Image>/Video/Bluebox
	"plug-in-gap-modify"                  <Image>/Video/Frames Modify
        "plug-in-gap-vid-encode-master"       <Image>/Video/Encode/Master Encoder
	"plug-in-gap-encpar-avi1"             ## AVI videoencoder params (invoked via master encoder)
	"plug-in-gap-encpar-ffmpeg"           ## FFMPEG videoencoder params (invoked via master encoder)
	"plug-in-gap-navigator"               <Image>/Video/VCR Navigator
        "plug-in-gap-morph"                   <Image>/Video/Morph
        "plug-in-gap-extract-video"           <Image>/Video/Split Video to Frames/Extract Videorange
	
	"plug-in-gap-move-path"               <Image>/Video/Move Path
        "plug-in-gap-xanim-decode"	      <Image>/Video/Split Video to Frames/Any XANIM readable
	"plug-in-filter-macro"                <Image>/Filters/Filtermacro
        "gap-filtermacro-db-browser"          ## gap_dbbrowser dialog invoked from filtermacro
        "gap-modframes-db-browser"            ## gap_dbbrowser dialog invoked from modify frames plug-in
        "gap-filterall-db-browser"            <Image>/Filters/Filter all Layers
	"plug-in-gap-onionskin-configuration" <Image>/Video/Onionskin/Configuration
	"plug-in-gap-storyboard-edit"         <Image>/Video/Storyboard  (has HelpMenu, no Button)
	"plug-in-gap-storyboard-clip-prop"    ## storyboard edit dialog sub window  (clip properties)
	"plug-in-gap-videoframes-player"      <Image>/Video/Playback
	"plug-in-gap-extract-player"          ## Player invoked from videoextract plug-in
	"plug-in-gap-storyboard-player"       ## Player invoked from storyboard dialog editor plug-in
	"plug-in-gap-anim-scale"              <Image>/Video/Frames Scale
	"plug-in-gap-anim-resize"             <Image>/Video/Frames Resize
	"plug-in-gap-anim-crop"               <Image>/Video/Frames Crop
        "plug-in-gap-range-flatten"           <Image>/Video/Frames Flatten
        "plug-in-gap-range-layer-del"         <Image>/Video/Frames Layer Delete
	"plug-in-gap-range-convert"           <Image>/Video/Frames Convert
        "plug-in-gap-range-to-multilayer"     <Image>/Video/Frames to Image
        "plug-in-gap-renumber"                <Image>/Video/Frames Renumber
        "plug-in-gap-shift"                   <Image>/Video/Framesequence Shift
	"plug-in-gap-dup"                     <Image>/Video/Duplicate Frames
	"plug-in-gap-density"                 <Image>/Video/Frames Density
        "plug-in-gap-split"                   <Image>/Video/Split Img to Frames
        "plug-in-gap-del"                     <Image>/Video/Delete Frames
	"plug-in-gap-exchg"                   <Image>/Video/Exchange Frame
	"plug-in-gap-mpeg-encode"             <Image>/Video/Encode/MPEG1...
	"plug-in-gap-mpeg2encode"             <Image>/Video/Encode/MPEG2...
	"plug-in-name2layer"                  <Image>/Video/Filename to Layer...

	* touched most source files
	
2004-11-10  Wolfgang Hofer <hof@gimp.org>
	- reorganized master encoder dialog
	  replaced deprecated GtkOptionMenu widgets by gimp_int_combo_box
        - bugfix: ffmpeg default presets must not use b_frames for msmpeg4
	  codecs (ffmpeg-0.4.8 does crash with this parameter set > 0)
	  changed presets, and made workaround to avoid this crash.

	* vid_common/gap_cme_callbacks.c [.h]
	* vid_common/gap_cme_gui.c [.h]
	* vid_common/gap_main.c [.h]
	* gap/gap_morph_dialog.c
	* gap/gap_morph_dialog.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
		
2004-11-06  Wolfgang Hofer <hof@gimp.org>
	- replaced deprecated GtkOptionMenu widgets by gimp_int_combo_box
	  (not finished yet
	   todo: the master videoencoder dialog)
	   
	- reorganized ffmpeg encoder dialog code,
	  (the old glade generated code was much harder to read by humans)
	- ffmpeg encoder dialog: B-frames changed from checkbutton
	  to spinbutton (allows values 0 upto 8)
	  to specify number of B-frames per GOP.
	  (ffmpeg supported this since 0.4.8 but GAP gui-dialog
	   did forget to follow up this feature)

	* vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c [.h]

	* vid_enc_avi/gap_enc_avi_main.h
	* vid_enc_avi/gap_enc_avi_gui.c
	
	* gap/gap_vex_dialog.c
	* gap/gap_vex_main.h
	* gap/gap_onion_main.h
	* gap/gap_onion_dialog.c
	
2004-11-04  Wolfgang Hofer <hof@gimp.org>
	replaced deprecated gimp procedure calls and adapted 
	corresponding callbacks
	
	DEPRECATED proc:                   REPLACEMENT:
	- gimp_layer_menu_new              gimp_layer_combo_box_new
	- gimp_image_menu_new              gimp_image_combo_box_new
	- gimp_palette_set_background      gimp_context_set_background
	- gimp_palette_set_foreground      gimp_context_set_foreground
	
	* gap/gap_morph_dialog.c [.h]
	* gap/gap_mov_dialog.c
	* gap/gap_layer_copy.c
	* gap/iter_ALT/mod/plug_in_exchange_iter_ALT.inc
	* libgapvidutil/gap_gve_story.c
	* gap/gap_navigator_dialog.c
	
	
2004-11-02  Wolfgang Hofer <hof@gimp.org>
	applied patches from pippin that enable compile with the
	ffmpeg-4.0.9pre1 prerelease.
	(made some changes to enable compile with both 
	stable FFMPEG_VERSION 0.4.8 and
	newest FFMPEG_VERSION 4.0.9pre1    
	(experimental code, failed at 1.st video extract test, need more
	tests and bugfixes)
	
	added #ifdef HAVE_OLD_FFMPEG_0408
	
	well, it compiles now but:
	.. there are much changes between ffmeg 0.4.8 and 4.0.9pre1.
	this requires deeper analyse and lots of tests and changes in the
	GAP code to get a working support for the new ffmpeg 4.0.9pre1.
	also requires support for the new encoder parameters of the
	4.0.9pre1 release.
	
	now using hardcoded #define HAVE_OLD_FFMPEG_0408
	to avoid successful (but useless) compiling with
	ffmpeg 4.0.9pre1.
	
	Maybe we should ship gimp-gap-2.2 with included
	ffmeg 0.4.8 and libmpeg3 sources, and link those libs
	statically ?

	* configure.in
	* gap/gap_vex_main.c
	* libgapvidapi/gap_vid_api.c
	* libgapvidapi/gap_vid_api_ffmpeg.c
	* libgapvidapi/gap_vid_api_gimp.c
	* libgapvidapi/gap_vid_api_mpeg3.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	
2004-11-01  Wolfgang Hofer <hof@gimp.org>
	redesign of the ModifyFrames plug-in dialog using GTK+ rather than
	gap_array_dialog.
	gives more flexibility to set widget sensibility
	and allows grouping of the functions in submenus.
	
	* gap/gap_mod_layer_dialog.c [.h]   ## New files
	* gap/gap_mod_layer.c [.h]
	* gap/Makefile.am
	* po/POTFILES.in
2004-10-31  Wolfgang Hofer <hof@gimp.org>
	For the old MPEG encoder frontends:
	Added Information label to tell the user that the
	Master Videoencoder is the more efficient methode
	for videoencoding.
	* gap/gap_mpege.c
	* gap/gap_decode_xanim.c

2004-10-27  Wolfgang Hofer <hof@gimp.org>
	updated README file(s)
	got mail from: Marcel Telka <marcel@telka.sk>
	   I have tested module gimp-gap (CVS branch HEAD) which lives
	   in GNOME CVS for missing translatable files with `intltool-update -M`
	   command.

	   Here is a content of the 'missing' file:

	   libgapvidapi/gap_vid_api_mpeg3.c
	   libgapvidapi/gap_vid_api_vidindex.c
	   
	* README
	* gap/README
	* docs/STORYBOARD_FILE_DOC.txt
	* po/POTFILES.in
	
2004-10-26  Wolfgang Hofer <hof@gimp.org>
	Master Videoencoder dialog:
	Added radio buttons to select the input mode explicite.
	This makes clear that the encoder can handle all 3 types of input,
	If invoked from an animation frame "Frames" is selected at startup.
	for other (multilayer) images "Layers" is selcted automatically
	(this was already done before, but now the user has a chance
	to see whats going on, and can encode the layers of 
	one animation frame too if he wants to do so.)
	
	Storyboard dialog: added "Encode" menu item(s) to call the 
	Master video encoder dialog from the storyboard.
	
	* vid_common/gap_cme_main.c [h]
	* vid_common/gap_cme_gui.c
	* libgapvidutil/gap_gvetypes.h
	* vid_enc_avi/gap_enc_avi_main.h
	
	* gap/gap_story_main.c [h]
	* gap/gap_story_dialog.c

2004-10-24  Wolfgang Hofer <hof@gimp.org>
	bugfix: player now uses only valid videoindex files
	and forces re-creation on invalid ones.
	
	workaround: ffmpeg videoapi backend now makes an initial frame read
	and then reopens the video.
	this is done to detect the CODEC's native pixel format (YUV420 or YUV422).
	Before reading the 1.st frame libavcodec seems to deliver always YUV420
	that does match most, but not all codecs and,
	delivered wrong results for the 1.st read frame on the non matching codecs.
	
	bugfix: use gimp_context_get_background, gimp_context_set_background
	rather than the deprecated procedures: gimp_palette_get_background, gimp_palette_set_background
	
	* gap/gap_player_dialog.c
	* libgapvidapi/gap_vid_api_ffmpeg.c
	* gap/sel-to-anim-img.scm
	
2004-10-27  Sven Neumann  <sven@gimp.org>

	* libgapvidapi/gap_vid_api-intl.h: forgot to add this file to CVS.

2004-10-16  Wolfgang Hofer <hof@gimp.org>
	bugfix: Frames Modify plug-in
	Function: Add layermask from selection
	gimp_layer_add_mask call was missing after layermask creation.
	
	The GIMP-2.1.7 core crashed somewhere IN displays_reconnect_invoker
	after that fix. 
	(but only for Function: Add layermask from selection
	 not in other Functions)
	 
	Now this crash does not happen any more
	after the additional optimizing step
	in the Frames Modify plug-in.
	(old: 
	      save current frame 
	      foreach frame 
	      {
	        load; processing; save; delete;
	      }
	      load current frame
	      reconnect displays,
	      delete current frame
	 new:
	      foreach frame 
	      {
	        if(frame == current)
		{ 
		  processing; save
		}
		else
		{ 
	          load; processing; save; delete;
		}
	      }
	 )
	
	* gap/gap_mod_layer.c
2004-10-15  Wolfgang Hofer <hof@gimp.org>
	Layout changes (spacing, alingnment, widget sensitivity) for the VideoExtract Plugin
	to get one step closer to GNOME HIG
	
	feature: when the player is started from the videoextract plug-in,
	the player now uses the initial range (fom/to) selection
	from the video extract dialog.
	
	feature: the player button widget "FrameNr" was splitted into
	2 separate buttons "Frame" and "Nr",
	where "Frame" sets the current FramNr as Begin of selected Range
	and   "Nr"    sets the current FramNr as End of selected Range.

	The old behaviour (ALT-click for end) is harder to handle
	because it needs additional keyboard interaction.
	
	PlayerDialog: added the flag: caller_range_linked
	this flag causes the player to propagate changes in the
	selected framerange immediate to the callers
	Frame-Range widgets (by calling the p_printout_range procedure)
	
	The videoextract plug-in calls the player with the new
	caller_range_linked set TRUE.
	
	The explicite manual transfer of the of the players selected range
	into the extract dialog's extract range (Player Buttons: FromFrame / ToFrame)
	might be hard to find for new users and was removed.
	(The Player Buttons: FromFrame / ToFrame are replaced by
	 Labels when caller_range_linked is TRUE)

	When The player is called via STORYBOARD dialog,
	the caller_range_linked flag is set to FALSE.
	In this case the Player Buttons: FromFrame / ToFrame
	do create a new Clip. This must not be triggered automatically
	on each change in the Player's selected range
	-- otherwise we would produce lots of unwanted clips--
	
	* gap/gap_player_dialog.c
	* gap/gap_vex_dialog.c
2004-10-12  Wolfgang Hofer <hof@gimp.org>
	- renamed gimprc parameter from 
	  old: (video-gvaindexes-dir "dir")
	  new: (video-index-dir "dir")
	- bugfix: create of libmpeg3 videoindex toc files crashed after scanning th whole video
	  if the file could not be opened.
	  (in most cases this happened when the gvaindexes directory does not exist)
          
	  - extended the gap_arr_create_vindex_permission procedure:
	    now tries automatically create the gvaindex dir when permission is granted.
	    also try precreate empty videoindex file for immediate detection
	    of file creation errors.
	  - show error messages if videoindex (or libmpeg3 specific tocfile) creation failed

	- provided wrappers for mkdir and chmod in gap_file_util module
	
	* libgapvidapi/gap_vid_api_vidindex.c
	* libgapvidapi/gap_vid_api_mpeg3toc.c
	* libgapvidapi/gap_vid_api.c [.h]
	* libgapvidapi/gap_vid_api-intl.h        # created NEW FILE
	* libgapvidapi/Makefile.am
	* gap/gap_decode_xanim.c
	* gap/gap_file_util.c [.h]
	* gap/gap_lib.c
	
2004-10-09  Wolfgang Hofer <hof@gimp.org>
	handling of preferred video decoder in storyboard dialogs
	and storyboard file processing.
	Added Entry and Optionmenu widgets to Storyboard master Properties dialog
	where the user can select a preferred video decoder
	(with global scope in the storyboard file)
	
	it is now possible to specify the preferred_decoder individual
	per videoclip in the storyboard file.
	(widgets in the Clip Properties dialog still missing)

	bugfix: arraydialog widget GAP_ARR_WGT_OPT_ENTRY 
	had a fixed entry height of 0 pixels
        - video encoding results in warnings (since gimp-2.1.6)
	
          (gimp-2.1:22905): Gimp-Core-CRITICAL **: file gimpimage.c: line 1708 (gimp_image_undo_thaw): assertion `gimage->undo_freeze_count > 0' failed
	  
	  maybe this warning is triggered by calls to gimp_image_undo_enable(image_id)
	  when undo is already enabled on that image.
	  (GAP used this to clear the undo stack when processing temporary
	  images)
	  i removed such calls in the storyboard and onionskin processing modules.
	
	- bugfix onionskin config dialog: reset did not reset the Reference Mode
	  to value "normal"
	- Storyboard dialog: hide vscale widgets if scrolling is not possible

	* gap/gap_arr_dialog.c
	* gap/gap_image.c
	* gap/gap_player_dialog.c [.h]
	* gap/gap_story_syntax.c
	* gap/gap_story_dialog.c [.h]
	* gap/gap_story_file.c [.h]
	* gap/gap_story_prperties.c [.h]
	* libgapvidutil/gap_gve_story.c
	* gap/gap_onion_dialog.c
	* gap/gap_onion_base.c
	
2004-10-07  Wolfgang Hofer <hof@gimp.org>
	bugfix: fixed permanent XVID codec crash in the AVI video encoder plugin.
	some more bugfixes to get the encoder working with XVID-1.0.2 now.
	(XVID_VERSION was not initialized at all required places,
	 length of encoded buffer is now reported via positive
	 returncode, the length field is now ignored,
	 no more need of vertical flip)
	* vid_enc_avi/gap_enc_avi_main.c
	* libgapvidutil/gap_gve_xvid.c
	
2004-10-02  Wolfgang Hofer <hof@gimp.org>
	Layout changes (#153626)
	use gimp_frame_new rather than gtk_frame_new 
	and other minor layout changes
	labels aligned LEFT, spacing.
	
	GIMP-GAP is not fully HIG compliant,
	but the layout may now fit a little better into the
	GIMP-2.1 and GNOME HIG look and feel 

	* gap/gap_arr_dialog.c
	* gap/gap_bluebox.c
	* gap/gap_morph_dialog.c
	* gap/gap_mov_dialog.c
	* gap/gap_navigator_dialog.c
	* gap/gap_onion_dialog.c
	* gap/gap_player_dialog.c
	* gap/gap_resi_dialog.c
	* gap/gap_story_dialog.c
	* gap/gap_story_properties.c
	* gap/gap_vex_dialog.c
	* gap/gap_wr_color_huesat.c
	* gap/gap_wr_color_levels.c
	* vid_common/gap_cme_gui.c
	* vid_enc_avi/gap_enc_avi_gui.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c

	
2004-09-28  Wolfgang Hofer <hof@gimp.org>
	more bugfix attempts for lossless MPEG cut.
	- timecode correction in GOP-HEADER 
	  (not sure if it works on all MPEG1 and MPEG2 videos)
	- look ahead to decide if B-frames can be copied
	  with lower risk to get trashed frames when cut immediate
	  after a B-frame
	
	* libgapvidapi/gap_vid_api.h
	* libgapvidapi/gap_vid_api_util.c
	* libgapvidutil/gap_gve_story.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	
2004-09-27  Wolfgang Hofer <hof@gimp.org>
	bugfix in videoextract plugin: window title and tooltip texts (#153627)
	bugfix in the player dialog: set total_frames dependet widget limits
	when player reaches EOF on single videofiles.
	(the total_frame number that we get at videofile open
	 was just a guess to init the widgets for the 1.st time)
	 
	* gap/gap_vex_dialog.c
	* gap/gap_player_dialog.c


2004-10-14  Amanpreet Singh Alam <amanpreetalam@yahoo.com>
	
	* configure.in: ALL_LINGUS-> Add pa (Punjabi) Language

2004-10-11  Carol Spears <carol@gimp.org>
	fixed the readme.  it was spreading lies about needing special 
        compiler options
	
2004-09-25  Wolfgang Hofer <hof@gimp.org>
	attempt to fix dont_recode flag in the ffmpeg videoencoder
	that should enable lossless cut of mpeg videoclips.
	seems to work at least partly now.
	
	The lossles MPEG cut is still an experimental feature
	and requires libmpeg3 as decoder.
	(for other decoders there is no implementation
	 of the GVA procedure that can read uncompressed chunks)
	 
	known problems left to solve are:
	  - cut directly after a B-Frame.
	  - there is no timecode correction in the GOP headers
	    when they are copied into the output video 
	    (the copied chunk can contain GOP-headers)
	  - picture_number and framerate information correction
	    is also missing yet.

        The resulting videofiles may not playback on all videoplayers.
	
	* libgapvidapi/gap_vid_api.h
	* libgapvidapi/gap_vid_api_util.c
	* libgapvidapi/gap_vid_api_mpeg3.c
	* libgapvidutil/gap_gve_story.c
	
	
2004-09-24  Wolfgang Hofer <hof@gimp.org>
        - creation of videoindex file now depends on gimprc parameter settings:
          (video-index-creation "ask")
          (video-index-creation "yes")
          (video-index-creation "no")
	  the default is "ask", where the user is asked via popup dialog
	  before gimp-gap creates the videoindex file.
	  "yes" allows automatically creation,
	  "no" forbids video index creation in general.
	  
	- PLAYER now shows a new button for explicite canceling
	  long running videoindex creation tasks.
	  (the old behavior was an immediate abort on nearly all
	   widget clicks and mouse move events in the go-buttons)

	* gap/gap_player_main.c [.h]
	* gap/gap_player_dialog.c
	* gap/gap_story_dialog.c [.h]
	* gap/gap_arr_dialog.c [.h]
	* README
	
2004-09-19  Wolfgang Hofer <hof@gimp.org>
	- bugfix: Storyboard AUD_MASTER_VOLUME default was 0 (total silent)
	changed default to 1.0 (== normal volume, without amplifiy)
	- FFPEG encoder Parameters:
	 set aspect ratio  checkbox was not sufficient, added explicite
	 optionmenu to force 4:3 or 16:9 on user demand.
	 (autodetect aspect from with/height pixelsizes
	  is not sufficient for all cases.
	  Most 16:9 DVDs are encoded with 720 x 576
	  pixel dimensions and do not have square pixels)

	* gap/gap_story_file.c
	* libgapvidutil/gap_gve_story.c

	* vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c [.h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c [h]
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c [h]
	
	* libgapvidapi/gap_vid_api.c [.h]
	* libgapvidapi/gap_vid_api_mpeg3.c
	* libgapvidapi/gap_vid_api_ffmpeg.c
	
2004-09-12  Wolfgang Hofer <hof@gimp.org>

	Use the same (new) Parser both for storyboard encoding
	and for storyboard dialog module.
	Therefore the new parser was extended for the full level2 syntax.
	The storyboard dialog is still restricted to level1 and can not
	handle audio, multiple tracks and the effect attributes.
	The new parser supports named parameters and introduces the
	new static library libgapstory.a
	(the old one was limited to positional parameters)
	* gap/gap_lib.h
	* gap/gap_story_file.c [.h]
	* gap/gap_player_dialog.c
	* gap/gap_story_dialog.c
	* gap/gap_story_properties.c
	* libgapvidutil/gap_gve_story.c [.h]
	
	* gap/gap_libgapstory.h     ## NEWLY created file
	* gap/Makefile.am
	* vid_common/Makefile.am
	* vid_enc_avi/Makefile.am
	* vid_enc_ffmpeg/Makefile.am
	* vid_enc_single/Makefile.am
	
2004-09-11  Wolfgang Hofer <hof@gimp.org>

	FFMPEG based encoder must not be built when configured with 
	--disable-libavformat

	* vid_enc_ffmpeg/Makefile.am

2004-09-07  Sven Neumann  <sven@gimp.org>

	* configure.in
	* libgapvidapi/Makefile.am: fixed some build conditionals.

2004-08-28  Wolfgang Hofer <hof@gimp.org>
	fixed compile errors when configured with  --disable-libxvidcore option
	(undefined reference to `gap_gve_xvid_algorithm_preset'  # reported by sven)

	* vid_enc_avi/gap_enc_avi_main.c
	* vid_enc_avi/gap_enc_avi_gui.c
	
2004-08-14  Wolfgang Hofer <hof@gimp.org>
	feature: MovePath point navigation hold SHIFT key
	for automatic following keyframes in the preview
	when instant_apply is on.
	(procedure mov_follow_keyframe)
	
	* gap/gap_mov_dialog.c
2004-08-13  Wolfgang Hofer <hof@gimp.org>
	bugfix: video extract plug-in: values typed into spinbutton widgets
	via keyboard are not respected at extract. 
	(g_signal_connect to "value_changed" rather than "changed" signal)
	* gap/gap_vex_dialog.c

2004-08-11  Wolfgang Hofer <hof@gimp.org>
	Added new Functions to Modify Frames plug-in
	    "Copy layermask from layer above"
	    "Copy layermask from layer below"
	* gap/gap_mod_layer.c [.h]
	* gap/gap_main.c
	
2004-08-10  Wolfgang Hofer <hof@gimp.org>
	Bugfix: make Load/Save Pathpoint work again.
	(this bug was introduced with the changes on 2004/04/18 
	 where gtk_window_present was used in the wrong callbacks too)
	* gap/gap_mov_dialog.c
	
2004-08-08  Wolfgang Hofer <hof@gimp.org>
	added input_mode parameter to the standard encoder PDB API
	enum GapGveTypeInputRange: GAP_RNGTYPE_FRAMES, GAP_RNGTYPE_LAYER, GAP_RNGTYPE_STORYBOARD
	this was needed because until now the encoder had to guess 
	how to interpret an image (as FRAME sequence or as Multilayer image)
	
	* vid_common/gap_cme_main.c
	* vid_common/gap_cme_gui.c
	* libgapvidutil/gap_gvetypes.h
	* libgapvidutil/gap_gve_story.c [h]
	* vid_enc_single/gap_enc_singleframes_main.c
	* vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	* vid_enc_avi/gap_enc_avi_main.c

2004-07-18  Wolfgang Hofer <hof@gimp.org>
	Morph: fixed bug for layer mixing.
	added p_mix_layers procedure to mix all channels r,g,b,a with current mix factor.
	The old code used standard gimp_merge_visible_layers with overall opacity
	but this way opaque pixels of the bg-layer were fully visible
	for all pixels where the top-layer has full transparent alpha channel.
	(regardless to the current mix-factor.)

	* gap/gap_morph_exec.c

2004-07-24  Wolfgang Hofer <hof@gimp.org>
	introduced variable stepsize parameter (step_density) for STORYBOARD
	processing.
	This allows changing the playback speed of each
	individual input clip while keeping the
	same constant master_framerate of the resulting output video.
	this is done at video encoding (and in the player) on the fly.
	
	until now the only way to get this effect
	was explicite dropping or  duplicating 
	source frames by using the Change Frame Density Feature
	but this way you loose ever nth. frame or waste diskspace
	with the duplicated frames.
	 
	- Added step_density spinbutton to the STB_ELEM Properties dialog
	- extended both STORYBOARD file parsers,
	  load and save procedures to handle the new parameter
	 
	* gap/gap_story_main.c [.h]
	* gap/gap_story_file.c [.h]
	* gap/gap_properties.c
	* gap/gap_story_syntax.c
	
	* libgapvidutil/gap_gve_story.c [.h]
	 
	
2004-07-18  Wolfgang Hofer <hof@gimp.org>
	Morph/Warp Plug-IN: Tuning of workpoint selection algorithms
	replaced use_fast_wp_selection flag by  use_quality_wp_selection flag
	with invers logic
	added NON-INTERACTIVE parameter handling
	* gap/gap_morph_dialog.c [.h]
	* gap/gap_morph_exec.c [.h]
	* gap/gap_morph_main.c [.h]
2004-07-11  Wolfgang Hofer <hof@gimp.org>

	MORPH: added hscale/vscale widgets for preview scrolling,
	FitZoom and Swap Buttons
	Radius and Intensity Spinbutton widgets
	checkbutton for Optional fast or quality workpoint selection.
	implemented rendering with multiple_pointsets.
	
	STORYBOARD: added rowpage vscale widget for scrolling
	
	* gap/gap_morph_dialog.c [.h]
	* gap/gap_morph_exec.c [.h]
	* gap/gap_morph_main.c [.h]
	
	* gap/gap_story_dialog.c
	* gap/gap_story_main.h
	
2004-06-28  Wolfgang Hofer <hof@gimp.org>

	frames_to_multilayer: do not force save of current image
        and use gimp_image_duplicate for the current frame.
        this is faster, and avoids the "not using xcf" dialog
        for this plug-in when working with other imagefile formats.
	(this is only only one step to solve # 125977)
	* gap/gap_range_ops.c 

2004-06-26  Wolfgang Hofer <hof@gimp.org>

	#144649 use NULL rather than GDK_TOP_LEFT_ARROW
	to get the default cursor as active_cursor
	* gap/gap_navigator_dialog.c
	* gap/gap_bluebox.c
	* gap/gap_mov_dialog.c
	
2004-06-20  Wolfgang Hofer <hof@gimp.org>

	MORPH: added render_mode radiobuttons, shape_points spinbutton
	Optional work on existing Layers (CreateLayers checkbutton)
	Optional work with multiple pointsets,
	and multiple_pointset label widgets in the Warp/Morp dialog.
	(rendering with multiple_pointsets is not implemented yet)
	
	changed pixel_warp algorithm
	
	use more precise constant G_PI instead of 3.14159
	
	* gap/gap_morph_dialog.c [.h]
	* gap/gap_morph_exec.c [.h]
	* gap/gap_morph_main.c [.h]
	
	* gap/gap_mov_exec.c
	* gap/gap_pdb_calls.c

2004-06-14  Sven Neumann  <sven@gimp.org>

	* configure.in: some minor cleanup, still doesn't compile for me.

2004-06-12  Wolfgang Hofer <hof@gimp.org>

	Added new features for GIMP-GAP-2.1 
	(some of the new features and dialogs are not completely
	implemented yet and need more testing and better GUI support)
	
	
	- Added Storyboard dialog. 
	  helps to assemble clips and images to one resulting video.
	
	- Integrated GVE (the unpublished version of Gap Viedeo Encoder Project)
	  into GIMP-GAP.

	- Added new video extract plug-in
	  (the sources were moved from the unpublished GVE sourcetree
	   to the gimp-gap surcetree and were ported to gimp-2.0 / gtk+-2.2
	   now using the player_widget for video range selection
	   )
	  
	  
	- GAP Video API (GVA) for videofile read access. (video and audio)

	- introdoced new gimprc parameter:
	    (video-max-frames-keep-cached "500")
	  to configure the video API internal framecachesize.

        - Extended the Player for Storyboard Level 1 Fileplayback
	- New Player features
	  - added a scale widget..
	  this helps to change framnr postion in BIG-STEPS
	  and gives a better overview of the current position.	  
	  - Snaphot to Multilayer image 
	   SHIFT Play use original size,
	   CTRL Play at preview size
	   ALT force Creation of new Snapshot image
	   Click on preview creates Mtrace Image of current frame.
	  - added basic videofile playback support 
    	  (just frames, no audio)
	  extended GapAnimInfo struct for videofile support
	  (GapLibAinfoType, seltrack, delace, density)

	- Morph Plug-In: for creating tween layers by morph or warp
	  transformations, based on workpoints.
	  (workpoints are entered via GUI and optional saved to file)

	- renamed p_fprintf_gdouble => gap_lib_fprintf_gdouble
	- renamed p_sscan_flt_numbers => gap_lib_sscan_flt_numbers
	- added onionskin ref_modes 
	  (Feature request by Benjamin McKenzie)

        Changed Files:
	--------------
        * NEWS
	* configure.in
	* Makefile.am
	* gap/Makefile.am
	* gap/README
	* gap/gap_arr_dialog.c [.h]   # use const char for const stringparams
	* gap/gap_base_ops.c
	* gap/gap_bluebox_main.c
	* gap/gap_lib.c [.h]
	* gap/gap_player_main.c [.h]
	* gap/gap_match.c
	* gap/gap_mov_exec.c [.h]
	* gap/gap_navigator_dialog.c
	* gap/gap_onion_base.c [.h]
	* gap/gap_onion_dialog.c
	* gap/gap_onion_main.c [.h]
	* gap/gap_player_dialog.c [.h]
	* gap/gap_player_main.c [.h]
	* gap/gap_layer_copy.c [.h]
	* gap/gap_resi_dialog.c
	* gap/gap_vin.c [.h]
	* gap/gap_wr_color_curve.c
	* gap/gap_wr_color_huesat.c
	* gap/gap_wr_color_levels.c
	
	
	Created news Source Modules (in existing directories):
	----------------------------
	* gap_audio_util.c [.h]
	* gap/gap_audio_wav.c [.h]
	* gap/gap_file_util.c [.h]
	* gap/gap_morph_dialog.c [.h]
	* gap/gap_morph_exec.c [.h]
	* gap/gap_morph_main.c [.h]
	
	* gap/gap_story_dialog.c [.h]
	* gap/gap_story_file.c [.h]
	* gap/gap_story_main.c [.h]
	* gap/gap_story_properties.c [.h]
	* gap/gap_story_syntax.c [.h]
	* gap/gap_vex_dialog.c [.h]
	* gap/gap_vex_exec.c [.h]
	* gap/gap_vex_main.c [.h]

	* gap/gap-dup-continue.scm   
	 
	Created news Source Directories:
	-------------------------------
	* doc/*
	* libgapvidapi/*
	* libgapvidutil/*
	* vid_enc_avi/*
	* vid_enc_ffmpeg/*
	* vid_enc_single/*

	Created news Source Modules (in the new directories):
	----------------------------
	libgapvidapi/Makefile.am
	libgapvidapi/example.c
	libgapvidapi/gap_vid_api.c
	libgapvidapi/gap_vid_api.h
	libgapvidapi/gap_vid_api_ffmpeg.c
	libgapvidapi/gap_vid_api_gimp.c
	libgapvidapi/gap_vid_api_mpeg3.c
	libgapvidapi/gap_vid_api_mpeg3toc.c
	libgapvidapi/gap_vid_api_quicktime.c
	libgapvidapi/gap_vid_api_util.c
	libgapvidapi/gap_vid_api_vidindex.c

	libgapvidutil/Makefile.am
	libgapvidutil/gap_gve_jpeg.c
	libgapvidutil/gap_gve_jpeg.h
	libgapvidutil/gap_gve_misc_util.c
	libgapvidutil/gap_gve_misc_util.h
	libgapvidutil/gap_gve_raw.c
	libgapvidutil/gap_gve_raw.h
	libgapvidutil/gap_gve_sox.c
	libgapvidutil/gap_gve_sox.h
	libgapvidutil/gap_gve_story.c
	libgapvidutil/gap_gve_story.h
	libgapvidutil/gap_gve_xvid.c
	libgapvidutil/gap_gve_xvid.h
	libgapvidutil/gap_gvetypes.h
	libgapvidutil/gap_libgapvidutil.h

	vid_common/Makefile.am
	vid_common/gap_cme_callbacks.c
	vid_common/gap_cme_callbacks.h
	vid_common/gap_cme_gui.c
	vid_common/gap_cme_gui.h
	vid_common/gap_cme_main.c
	vid_common/gap_cme_main.h

	vid_enc_avi/Makefile.am
	vid_enc_avi/README.avilib
	vid_enc_avi/avilib.c
	vid_enc_avi/avilib.h
	vid_enc_avi/gap_enc_avi_gui.c
	vid_enc_avi/gap_enc_avi_gui.h
	vid_enc_avi/gap_enc_avi_main.c
	vid_enc_avi/gap_enc_avi_main.h

	vid_enc_ffmpeg/Makefile.am
	vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c
	vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.h
	vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c
	vid_enc_ffmpeg/gap_enc_ffmpeg_gui.h
	vid_enc_ffmpeg/gap_enc_ffmpeg_main.c
	vid_enc_ffmpeg/gap_enc_ffmpeg_main.h

	vid_enc_single/Makefile.am
	vid_enc_single/gap_enc_singleframes_main.c

2004-05-10  Sven Neumann  <sven@gimp.org>

	* Made 2.0.2 release.

2004-05-10  Sven Neumann  <sven@gimp.org>

	* configure.in: only disable the deprecated glib/gdk-pixbuf/gtk+
	APIs when compiling against gtk+-2.2.

	* gap/gap_navigator_dialog.c
	* gap/gap_onion_dialog.c
	* gap/gap_resi_dialog.c
	* gap/gap_wr_color_curve.c
	* gap/gap_wr_color_huesat.c
	* gap/gap_wr_color_levels.c: don't use deprecated GTKcalls.

2004-05-06  Wolfgang Hofer <hof@gimp.org>

	- bugfix: static init variables 
	  global_number_in_args global_number_out_args
	  (and not just in the query procedure)
	  possibly fixes #141840 (?)
	  
	* gap/gap_name2layer_main.c
	* gap/gap_wr_opacity.c
	* gap/gap_main.c          # updated release datestring

2004-05-01  Wolfgang Hofer <hof@gimp.org>

	- bugfix: MovePath crashed at dialog startup. (#141590)
 	  (this bug came up when linked with gimp-2.0.1
	   and did not appear under gimp-2.0.0)
	* gap/gap_pview_da.c
	* gap/gap_mov_dialog.c

2004-04-30  Sven Neumann  <sven@gimp.org>

	* Made 2.0.1 release.

2004-04-19  Wolfgang Hofer <hof@gimp.org>

 	- process pixel region rectangle at once is faster
 	  than row by row.
 	  (procedure: gap_layer_new_from_buffer)
	* gap/gap_layer_copy.c  

2004-04-18  Wolfgang Hofer <hof@gimp.org>

	- window to front on attempt to open an already open window
 	  using gtk_window_present(GTK_WINDOW(filesel))
	* gap/gap_arr_dialog.c [.h]
	* gap/gap_fmac_main.c
	* gap/gap_mov_dialog.c
	* gap/gap_wr_color_curve.c

2004-04-11  Wolfgang Hofer <hof@gimp.org>

	- bugfix p_gap_filename_to_uri
	* gap/gap_thumbnail.c 

2004-04-10  Wolfgang Hofer <hof@gimp.org>

	- Onionskin CFG: replaced deprecated gtk_object_set_data by
	g_object_set_data
	- new procedure gap_layer_clear_to_color
	* gap/gap_onion_dialog.c	   
	* gap/gap_layer_copy.c	[.h]   
 
2004-04-07  Wolfgang Hofer <hof@gimp.org>

	- Move Path plug-in: added option to keep the original
 	  paintmode of the handled src layer(s)
 	  also added some missing paintmode options:
 	  Divide, Dodge, Burn, Hard Light, Soft Light,
 	  Grain Extract, Grain Merge
 	  (suggestion by Sam Jones)
	* gap/gap_main.c
	* gap/gap_mov_dialog.c [.h]
	* gap/gap_mov_render.c

2004-04-10  Sven Neumann  <sven@gimp.org>

	* Made 2.0.0 release.

2004-04-08  Adam Weinberger  <adamw@gnome.org>

	* en_CA.po: Added en_CA to ALL_LINGUAS.

2004-04-06  Wolfgang Hofer <hof@gimp.org>

	- prepared for gimp-gap-2.0.0 release
	- bugfix #139051 DESTDIR is used twice (screws up packaging gimp-gap)
	- bugfixes: changed iterator Procedures to follow up
		    changes in gimp-2.0.0 that are done since my last
		    Filter All Layers Test (that was done with gimp-2.0pre3)
	* configure.in
	* gap/Makefile.am
	* gap/gap_filter_iterators.c
	* gap/iter_ALT/gen/plug_in_CML_explorer_iter_ALT.inc
	
2004-03-10  Wolfgang Hofer <hof@gimp.org>

	- bugfixes: calls to gimp_run_procedure now use gimp_destroy_params
 	  (some calls used g_free, others did not free at all)
	* gap/gap_decode_xanim.c
	* gap/gap_filter_foreach.c
	* gap/gap_filter_pdb.c
	* gap/gap_lib.c [.h]
	* gap/gap_mod_layer.c
	* gap/gap_mov_dialog.c
	* gap/gap_navigator_dialog.c
	* gap/gap_onion_worker.c
	* gap/gap_pdb_calls.c
	* gap/gap_player_dialog.c
	* configure.in

2004-03-01  Sven Neumann  <sven@gimp.org>

	* gap/gap_fmac_main.c: applied a patch from Wolfgang Hofer (bugfix
	for NONINTERACTIVE call).

2004-02-14  Sven Neumann  <sven@gimp.org>

	* Made 2.0pre1 release.

2004-02-14  Sven Neumann  <sven@gimp.org>

	* gap/gap_player_dialog.c (p_create_player_window): declare
	variables only when they are being used.

2004-02-12  Sven Neumann  <sven@gimp.org>

	* configure.in: cosmetics.

2004-02-12  Sven Neumann  <sven@gimp.org>

	* configure.in: use m4 defines for the versioning. Bumped version
	number to 1.3.26 and set 2.0pre1 as user-visible version string.

	* autogen.sh: require autoconf >= 2.54.

	* README
	* gap/README: removed explicit 1.3.x version numbers, speak of 2.0
	instead.

	* gap/gap_thumbnail.c (gap_thumb_file_load_thumbnail): removed
	unused variables.

2004-02-08  Wolfgang Hofer <hof@gimp.org>
	- bugfixes: changed iterator Procedures to follow up
		    LastValues Buffer Structure changes of the
	            plug-ins that are part of the gimp-2.0pre3 release

	* gap/gap_filter_iterators.c
	* gap/iter_ALT/mod/plug_in_blur_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_color_map_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_colorify_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_destripe_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_grid_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_pixelize_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_randomize_hurl_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_randomize_pick_iter_ALT.inc
	* gap/iter_ALT/gen/plug_in_randomize_slur_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_sample_colorize_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_maze_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_plasma_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_sinus_iter_ALT.inc
	* gap/iter_ALT/mod/plug_in_solid_noise_iter_ALT.inc

2004-02-01  Wolfgang Hofer <hof@gimp.org>
	bugfixes (free repaint buffers of the gap_pview drawing area widget)
	* gap/gap_lib.c [.h]
	* gap/gap_pview_da.c [.h]
	* gap/gap_navigator_dialog.c

2004-01-28  Wolfgang Hofer <hof@gimp.org>
	added new procedure gap_layer_copy_from_buffer
	* gap/gap_layer_copy.c [.h]

2004-01-23  Wolfgang Hofer <hof@gimp.org>
	bugfix: gap_vin_load_textfile set correct line_nr
	* gap/gap_vin.c

2004-01-27  Sven Neumann  <sven@gimp.org>

	* configure.in: AC_SUBST some values to workaround automake-1.6
	brokeness.  Use $datadir since $DATADIRNAME doesn't seem to be
	portable.

2004-01-26  Sven Neumann  <sven@gimp.org>

	* autogen.sh: prefer automake-1.7 over 1.8 since there are issues
	with the latter.

2004-01-26  Sven Neumann  <sven@gimp.org>

	* Made 1.3.25 release.

2004-01-26  Sven Neumann  <sven@gimp.org>

	* autogen.sh: use automake-1.8 if available.

	* NEWS
	* README: some minor updates.

2004-01-22  Wolfgang Hofer <hof@gimp.org>
	- removed xvpics support
	- added pixbuf support for rendering of the GAP preview widget.
	   Two variants of gap_pview_render_from_pixbuf are implemented.

	   with 
	     ./autogen.sh --enable-gdkpixbuf-pview
	     (calls ./configure --enable-gdkpixbuf-pview)
	     
	   you may compile gap_pview_da.c to use the GDK-pixbuf
	   procedures for scaling 
	   (may be of interest if your machine has GDK
	    supported hardware acceleration
	    but i dont know if this will speed up thumbnailbased playback)
	   
	   Here are the results of my performance Test:
	       Environment:
	         Linux 2.4.20, Pentium IV 2600 MHZ Cpu, 1GB Ram
		 nVidia Gforce4 Ti 4200 
	   
	       Player Settings:
		 Size: tested with square frames 128, 256, 512 pixel
		 Loop: On
		 UseThumbnails: On
		 ExactTiming: On
		 NO Audioplayback

	       Increase Speed until the Player prints out the text:
	       "DROP (SKIP) frame" to stdout.


	       GAP-internal Scaling:                         
	       Widget Size: 512x512   82 frames/sec
	       Widget Size: 256x256  136 frames/sec
	       Widget Size: 128x128  180 frames/sec    (1:1)

	       GDK pixbuf Scaling with GDK_INTERP_NEAREST
	       (configured with --enable-gdkpixbuf
	        compiled with -DGAP_PVIEW_USE_GDK_PIXBUF_RENDERING )
	       Widget Size: 512x512   37 frames/sec
	       Widget Size: 256x256   98 frames/sec
	       Widget Size: 128x128  160 frames/sec    (1:1)
	
	* configure.in
	* gap/gap_lib.c
	* gap/gap_thumbnail.c
	* gap/gap_pdb_calls.c [.h]
	* gap/gap_pview_da.c [.h]
	* gap/gap_player_dialog.c
	* gap/gap_navigator_dialog.c
	
2004-01-21  Wolfgang Hofer <hof@gimp.org>
	fixed some typo's (that were repoted in #132030)

	* gap/gap_mod_layer.c
	* gap/gap_mpege.c
	* gap/gap_range_ops.c
	* gap/gap_wr_opacity.c
	
2004-01-19  Wolfgang Hofer <hof@gimp.org>
	bugfix: in Playback Dialog
	callback procedures for the player's spinbutton widgets
	(from_spinbutton, to_spinbutton and framenr_spinbutton ...)
	must connect to "value_changed" rather than "changed" signal
	to immediate accept the values typed in by keyboard.
	
	* gap/gap_player_dialog.c

2004-01-19  Sven Neumann  <sven@gimp.org>

	* configure.in: fixed installation path for plug-ins and scripts
	that I broke with my latest changes.

	* autogen.sh: no need to check for gtk-2.0.m4; we don't use it.

2004-01-19  Sven Neumann  <sven@gimp.org>

	* configure.in
	* gap/Makefile.am: fixed libgimpthumb issues and some other
	oddities that Wolfgang did as workarounds.

2004-01-17  Wolfgang Hofer <hof@gimp.org>

	Changes to make use of libgimpthumb library.

	the new procedure gap_thumb_file_load_thumbnail	is based on
	libgimpthumb and can directly load thumbnail data from PNG
	thumbnail files. (speeds up thumbnail playback a little) 
	
	Added Layermask Functions for the Video/Frames Modify Module
		 
	* configure.in                 # put defs for MAJOR/MINOR/MICRO VERSION into config.h
	* gap/Makefile.am

	* gap/gap_main.c               # get main version from config.h
	* gap/gap_navigator_dialog.c   # bugfix: call of plug_in_gap_range_to_multilayer needs regionselect_mode
	* gap/gap_base_ops.c
	* gap/gap_lib.c
	* gap/gap_player_dialog.c
	* gap/gap_thumbnail.c [.h]
	* gap/gap_pview_da.c           # use gap_thumb_file_load_thumbnail
	* gap/gap_navigator_dialog.c   # use gap_thumb_file_load_thumbnail 
	* gap/gap_mod_layer.c [.h]     # added layermask support
	
	
2004-01-15  Wolfgang Hofer <hof@gimp.org>
	added new modules. the gap_wr_* modules are wrappers 
	for some GIMP Tool procedures with primitive GUI variants
	but with Iterator procedures and typical PDB Interface to call them
	with varying values on multiple layer or frames, or record
	calls as filtermacro.
	The dialogs install into /Video/Layer Menupath.

	* gap/Makefile.am
	* gap/gap_wr_opacity.c
	* gap/gap_wr_color_curve.c
	* gap/gap_wr_color_levels.c
	* gap/gap_wr_color_huesat.c
	* po/POTFILES.in                 # added new files

2003-12-10  Sven Neumann  <sven@gimp.org>

	* configure.in: check for GIMP >= 1.3.24.

	* gap/gap_bluebox_main.c (query)
	* gap/gap_fmac_main.c (query): removed newlines from PDB help
	strings.

	* gap/gap_mov_render.c (gap_mov_render_render): use
	gimp_layer_remove_mask() instead of gimp_image_remove_layer_mask().

2003-12-06  Wolfgang Hofer <hof@gimp.org>

	Preprared NEWS and README files for prerelease
	Bluebox: Additional mode with both HSV and RGB thresholds

	* gap/gap_main.c    # updated internal main version
	* gap/gap_bluebox.c [h]
	* gap/gap_bluebox_main.c

2003-12-08  Sven Neumann  <sven@gimp.org>

	* gap/gap_bluebox_main.c
	* gap/gap_fmac_main.c
	* gap/gap_name2layer_main.c:
	s/gimp_undo_push_group/gimp_image_undo_group/

2003-12-04  Sven Neumann  <sven@gimp.org>

	* gap/gap_lib.c
	* gap/gap_range_ops.c: s/gimp_convert/gimp_image_convert/

	* gap/gap_mov_render.c: s/gimp_layer_mask/gimp_layer_get_mask/

2003-12-04  Sven Neumann  <sven@gimp.org>

	* gap/gap_bluebox.c
	* gap/gap_filter_iterators.c
	* gap/gap_mov_dialog.c
	* gap/gap_mov_exec.c
	* gap/gap_mov_render.c: s/layer_get_image_id/drawable_get_image/

2003-12-04  Sven Neumann  <sven@gimp.org>

	* gap/gap_mod_layer.c: s/layer_set_linked/drawable_set_linked/

2003-12-03  Sven Neumann  <sven@gimp.org>

	* gap/gap_bluebox.c
	* gap/gap_filter_foreach.c
	* gap/gap_layer_copy.c
	* gap/gap_match.c
	* gap/gap_mod_layer.c
	* gap/gap_mov_exec.c
	* gap/gap_mov_render.c
	* gap/gap_onion_base.c
	* gap/gap_range_ops.c
	* gap/gap_split.c: follow latest libgimp API changes.

2003-11-28  Sven Neumann  <sven@gimp.org>

	* configure.in: added missing AC_PROG_INTLTOOL.

	* Makefile.am (EXTRA_DIST): added missing intltool files.

	* gap/Makefile.am: respect $(DESTDIR).

	* libwavplayclient/Makefile.am (EXTRA_DIST): added $(libexec_SCRIPTS).

2003-11-28  Sven Neumann  <sven@gimp.org>

	* gap/gap_navigator_dialog.c (gap_navigator): simplified the
	dialog code by using the convenient gimp_dialog_run().

2003-11-26  Wolfgang Hofer <hof@gimp.org>
	Follow the gimp-1.3.23 API change (gimp_dialog_new)
	configure.in        # gimp-gap now reqires gimp-1.3.23
	gap/gap_bluebox.c
	gap/gap_navigator_dialog.c
2003-11-15  Wolfgang Hofer <hof@gimp.org>
	bugfixes:Playback: SizeButton SHIFT resulted in Overlapping
	         Widget arrangement.
		 Filtermacro: Buttons sensitivity now depends
		              on valid filtermacro scriptfile name.
	gap/gap_fmac_main.c
	gap/gap_player_dialog.c
	gap/README
	
2003-11-09  Wolfgang Hofer <hof@gimp.org>
	
	Filtermacro implementation and some bugfixes.

	The user can pick the filtercalls (PDB-name and last_values buffer)
	of the current session and record them in Filtermacro scripts
	for later use (in the same or in other sessions)
	WARNING:
	- filtermacro scripts are restricted to plug-ins that are able to run with LAST_VALUES.
	- filtermacro scripts are machine dependent 
	  and may refuse to run (or even crash) at playback on other machines.
	  (depending on byte order, padding, and such things)
	- filtermacro scripts are a temporary solution,
	  but support will be removed in the future.
	  (Gimp may have real Macro support then)
	- filtermacro scripts are useful for animations
	  they can be used like a single filter in "Filter All Layers"
	  or in the 'Frames Modify' Feature.
	
	gap/gap_dbbrowser_utils.c [.h] # use title_txt (no hardcoded window title), fixed close callbacks
	gap/gap_lib.c [.h]             # use const char 
	gap/gap_vin.c [.h]             # use const char

	gap/gap_fmac_main.c            # New Module: Filtermacro Script handling
	gap/Makefile.am                # updated to copile the new module gap_fmac_main
	po/POTFILES.in                 # added new file
	
2003-11-05  Wolfgang Hofer <hof@gimp.org>
	removed 'Import Layers' Plug-In from gimp-gap. 
	(This plug-in will be placed somwhere else in the GIMP source tree.
	it will not appear in gimp-gap CVS, because creation and change history
	happened on my local machine only)

	gap/gap_main.c               # updated main version
	gap/gap_imp_layer_main.c     # removed that file

2003-11-04  Wolfgang Hofer <hof@gimp.org>
		    gimprc:
		    (audioconvert_program "/usr/local/bin/audioconvert_to_wav.sh")

	bugfix: first save attempt of a NON-XCF frame
	was just recognized the first time in a GIMP-session.
	
	but must be also recognized when the first frame of any other
	NON-XCF animation is to be saved to disk.
	(the first save operation of NON-XCF frame
	 has to be performed INTERACTIVE to define settings for the file-save plug-in)

	ARRAY_DIALOG:
	blind attempt to fix the "window does not close on cancel button"  
	part of bug #125977. 
	(maybe gtk+2.x is a little different on
	Windows ? -- i dont have a windows environment to test gimp-gap)
	
	1) now call arr_close_callback explicite on Cancel and other buttons
	   rather than rely on the implicite call caused by "destroy" event
	   of the main dialog
	2) take care that gtk_main_quit and gtk_widget_destroy(dlg)
	   are called only once.
	3) gimprc configuration for filename extensions
	   allows to skip the warning dialog for all configured
	   fileformat extensions. (as suggegsted in #125977 feature request part)
	   
	   (video-save-flattened-xxx    "yes")
	   
	   where xxx is the extension (jpg, jpeg, png, gif ...)
	   
	
	bugfix: custom palette names for converting to indexed now 
	have typical platte extension .gpl
	(implayer_cmap.gpl , gap_cmap.gpl)
	
	gap/gap_lib.c [.h]
	gap/gap_arr_dialog.c   # attempt to fix 125977
	gap/gap_imp_layer_main.c

2003-11-02  Wolfgang Hofer <hof@gimp.org>
	added the 'Import Layers' Plug-In to the gimp-gap package. 

	changed message texts capitalization (#125429)
	and linebreaks  (#125430)
	There are still some linebreaks where i think it makes sense.

	gap/gap_arr_dialog.c
	gap/gap_base_ops.c
	gap/gap_bluebox.c
	gap/gap_dbbrowser_utils.c
	gap/gap_decode_xanim.c
	gap/gap_filter_foreach.c
	gap/gap_lib.c
	gap/gap_lock.c
	gap/gap_main.c
	gap/gap_mod_layer.c
	gap/gap_mov_dialog.c	
	gap/gap_mov_exec.c
	gap/gap_mpege.c
	gap/gap_name2layer_main.c
	gap/gap_navigator_dialog.c
	gap/gap_onion_dialog.c
	gap/gap_onion_main.c
	gap/gap_onion_worker.c
	gap/gap_player_dialog.c
	gap/gap_player_main.c
	gap/gap_range_ops.c
	gap/gap_split.c
	gap/README                   # updated docs
	gap/Makefile.am              # updated to copile the new module gap_imp_layer_main
	gap/gap_imp_layer_main.c     # new file
	gap/gap_layer_copy.c [.h]    # new procedure gap_layer_copy_to_image
	po/POTFILES.in               # added new file
	
2003-10-29  Wolfgang Hofer <hof@gimp.org>
	removed DEPRECATED gtk_window_set_policy calls
	In case of the MovePath this required some workarounds.
	With current workarounds you can enlarge the dialog window
	continously but all shrinking window resize actions 
	shrink down to the initial window size immediate.
	(The old version with gtk_window_set_policy did allow
	 continous shrinks, but sometimes placed wigets overlapping
	 each other after shriking the window)
	
	MovePath: removed MOVE_PATH_FRAMES_ENABLE conditional compiled
	layout otion for extra decoration frames in the layout
	
	gap/gap_player_dialog.c
	gap/gap_mov_dialog.c
	gap/gap_bluebox.c      # chnged processing order to feather before shrink
	
2003-10-26  Wolfgang Hofer <hof@gimp.org>
	bugfix:  MovePath rendering of the TraceLayer produces trash
	in the areas that should be transparent. (added an initial
	clear of the tracelayer at creation).
	bugfix: tracelayer and tweenlayer opacity handling must respect current
	         opacity of the moving object
	bugfix: #124897 (translation did not work because INIT_I18N() was missing
	
	gap/gap_arr_dialog.c [.h] # adjustment has type GtkObject
	gap/gap_mov_exec.c
	gap/gap_mov_render.c
	gap/gap_player_dialog.c   # bugfix #124896 typemissmatch "Cannels"
	gap/gap_name2layer_main.c # changed labeltext "Decoders:" to "Mode:"
	gap/gap_player_main.c     # #124897
	gap/gap_name2layer_main.c # #124897
	gap/README                # update docs for the new features
	
2003-10-22  Wolfgang Hofer <hof@gimp.org>
	bugfix MovePath Selection Handling.
	(When everything is selected in the SourceImage
	the whole Alpha Channel was cleared to full transparent)
	
	gap/gap_mov_render.c      # bugfix selectiopn handling
	gap/gap_mov_render.h      # bugfix selectiopn handling
	gap/gap_mov_exec.c
	gap/gap_mov_dialog.c
	gap/gap_player_dialog.c   # bugfix #124896 typemissmatch "Cannels"
	
2003-10-20  Wolfgang Hofer <hof@gimp.org>
	Merged changes from CVS-snapshot 2003.10.15
	with my local changes since 2003-10-04

2003-10-18  Wolfgang Hofer <hof@gimp.org>
	Request to remove dead code modules:
	(i think i already removed those file, 
	 but they appear in the CVS snaphots again)
	gap/gap_exchange_image.c   # dead code
	gap/gap_exchange_image.h   # dead code
	gap/resize.h               # dead code
	
	VCR Navigator: Removed Close Button.

2003-10-16  Wolfgang Hofer <hof@gimp.org>
	Extended MovePath to [optional] respect Selections
	in the SourceImage (or SourceFrames).
	feather_radius can be controled individual
	via controlpoint settings.
	(allows more or less smooth edges for the moving objects)
	
	extended controlpoint fileformat with feather_radius

2003-10-15  Wolfgang Hofer <hof@gimp.org>
	Extended MovePath to allow Bluebox Filtercalls
	on the handled moving SourceLayer.
	
2003-10-14  Wolfgang Hofer <hof@gimp.org>
	New Bluebox Plug-In
	Converts the keycolor to Transparent Aplhachannel
	based on a By Color Selection, and optional Selection Feather / Shrink Ops.


2003-10-09  Wolfgang Hofer <hof@gimp.org>
	Support for Selection Handling in 'Frames To Image'
	and 'Frames Modify' Plug-In.
	Now you can propagate Selections from one Frame
	into all Frames of a selected Framerange (Frames Modify)
	or pick up a Multilayer Image from Frames respecting Selections
	(Frames To Image)

2003-10-07  Wolfgang Hofer <hof@gimp.org>
	Cleanup all external Procedure and type names
	as first step for the planed Library libgimpgap.so

	here are the internal revision numbers that wer used for the cleanup
	(those versions are kept on my local machine only and were not
	checked into CVS)
	gimp-gap-1.3.20d_pre107  # compileclean with all new names	
	gimp-gap-1.3.20d_pre106  # manual name changes (that would conflict on automatic string replacements)
	gimp-gap-1.3.20d_pre105  # was the sourcecode base
	
	touched nearly ALL Sourcefiles for this Cleanup Step.
	the affected fiels are:
	
	gap/gap_arr_dialog.c  gap/gap_arr_dialog.h  
	gap/gap_base_ops.c  gap/gap_dbbrowser_utils.c  gap/gap_dbbrowser_utils.h  
	gap/gap_decode_xanim.c  gap/gap_filter.h  gap/gap_filter_codegen.c  
	gap/gap_filter_foreach.c  gap/gap_filter_pdb.c  gap/gap_filter_pdb.h  
	gap/gap_frontends_main.c  gap/gap_layer_copy.c  gap/gap_layer_copy.h  
	gap/gap_lib.c  gap/gap_lib.h  gap/gap_lock.c  gap/gap_lock.h  gap/gap_main.c  
	gap/gap_match.c  gap/gap_match.h  gap/gap_mod_layer.c  gap/gap_mod_layer.h  
	gap/gap_mov_dialog.c  gap/gap_mov_dialog.h  gap/gap_mov_exec.c  
	gap/gap_mov_exec.h  gap/gap_mov_render.c  gap/gap_mov_render.h  gap/gap_mpege.c  
	gap/gap_mpege.h  gap/gap_name2layer_main.c  gap/gap_navi_activtable.c  
	gap/gap_navi_activtable.h  gap/gap_navigator_dialog.c  gap/gap_onion_base.c  
	gap/gap_onion_base.h  gap/gap_onion_dialog.c  gap/gap_onion_dialog.h  
	gap/gap_onion_main.c  gap/gap_onion_main.h  gap/gap_onion_worker.c  
	gap/gap_onion_worker.h  gap/gap_pdb_calls.c  gap/gap_pdb_calls.h  
	gap/gap_player_dialog.c  gap/gap_player_dialog.h  gap/gap_player_main.c  
	gap/gap_player_main.h  gap/gap_pview_da.c  gap/gap_pview_da.h  
	gap/gap_range_ops.c  gap/gap_range_ops.h  gap/gap_resi_dialog.c  
	gap/gap_resi_dialog.h  gap/gap_split.c  gap/gap_thumbnail.c  gap/gap_thumbnail.h  
	gap/gap_timeconv.c  gap/gap_timeconv.h  gap/gap_vin.c  gap/gap_vin.h  
 

2003-10-06  Wolfgang Hofer <hof@gimp.org>
	MovePath: added GrabPath Button (new STOCK icon)
	  --> does not work properly, because the API
	      gimp_path_get_points is broken in gimp-1.3.20
	      (it delivers only the first 1/3 of the path points)
	Show waiting_cursor while busy with rendering the AnimPreview
	Added NON-Interactive API for the new MovePath features
	
 	* gap/gap_main.c
 	* gap/gap_mov_dialog.c [.h]
	* gap(gap_stoc.c [.h]
	
2003-10-05  Wolfgang Hofer <hof@gimp.org>
	Player: tweaks in the resize behavior of the dialog window
	MovePath: On Window resize (enlarge), automatic
	resize the Preview to use the extra layout space.
	keep a cached copy of the currently displayed frame
	(tmp_alt_image_id)
	to speed up instant update requests.
	Implemented rendering for tween_layer and trace_layer features.

 	* gap/gap_mov_dialog.c [.h]
 	* gap/gap_mov_render.c [.h]
 	* gap/gap_mov_exec.c [.h]

2003-10-04  Wolfgang Hofer <hof@gimp.org>

	Array Dialog: bugfix: added missing implementation for WGT_RADIO defaults
 	* gap/gap_arr_dialog.c [.h]

2003-10-15  Danilo Å egan  <dsegan@gmx.net>

	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-10-15  Sven Neumann  <sven@gimp.org>

	Fixed translation of menu entries (reported in bug #124600):

	* configure.in: don't add GAPLIBDIR to CPPFLAGS here...

	* gap/Makefile.am: ... but include it here in AM_CPPFLAGS.

	* gap/gap-intl.h: bail out if config.h hasn't been included earlier.

	* gap/gap_filter_main.c
	* gap/gap_frontends_main.c
	* gap/gap_main.c
	* gap/gap_name2layer_main.c
	* gap/gap_navigator_dialog.c
	* gap/gap_onion_base.c
	* gap/gap_onion_main.c
	* gap/gap_pdb_calls.c
	* gap/gap_player_main.c: no need to call INIT_I18N() in query()
	functions. Call gimp_plugin_domain_register() before registering
	procedure with menu entries.

2003-09-30  Sven Neumann  <sven@gimp.org>

	* gap/gap_match.c (p_match_number): added a missing const qualifier,
	removed trailing whitespace.

2003-09-28  Wolfgang Hofer <hof@gimp.org>
	MovePath: dialog layout reorganisation
	bugfixes: 
	- report errors when controlpointfile load/save failed.
	- overwrite warning dialog if controlpointfile already exists. 
	new  features (some are not completely finished yet)
	- Instant Apply
	- Perspective Transformation
	- Stepspeed Factor
	- Tween Layer Processing for fast moving objects  
	  ==> Rendering not implemented yet
	- TraceLayers
	  ==> Rendering not implemented yet
	- changed Scalefactors, Opacity and Rotation values
	  from int to float (int precentage 0 to 100 was not precise enough)
	- extended the controlpoint fileformat to handle float numbers
	  and perspective factors (old fileformat is also accepted at load)

 	* gap/gap_main.c
 	* gap/gap_mov_dialog.c [.h]
 	* gap/gap_mov_exec.c [.h]
 	* gap/gap_mov_render.c [.h]
 	* gap/gap_arr_dialog.c [.h]

2003-09-23  Sven Neumann  <sven@gimp.org>

	* gap/Makefile.am: no need for using EXTRA_PROGRAMS here, the
	automake conditional should be sufficient.

	* libwavplayclient/Makefile.am: install the audioconvert script as
	executable.

2003-09-23  Wolfgang Hofer <hof@gimp.org>
	checked all Iterator Procedures and fixed most of them
	to make plug-ins of the gimp-1.3.20 release
	work with 'Filter All Layers' again.
 	added new iter_ALT Procedures for some plug-ins 
	that had none, but make sense when called via 'Filter All Layers'
	Iterators now support more datatypes (guint, guint32, GimpRGB, GimpVector3)

 	Playback: use GAPLIBDIR to locate the default audioconvert program

 	* Makefile.am
 	* configure.in
 	* gap/Makefile.am
 	* gap/gap_dbbrowser_utils.c
 	* gap/gap_dbbrowser_utils.h
 	* gap/gap_filter.h
 	* gap/gap_filter_foreach.c
 	* gap/gap_filter_iterators.c
 	* gap/gap_filter_main.c	
 	* gap/gap_filter_pdb.c
 	* gap/gap_filter_pdb.h
 	* gap/gap_main.c
 	* gap/gap_mod_layer.c
 	* gap/gap_player_dialog.c
 	* gap/gimplastvaldesc.c	
 	* gap/gimplastvaldesc.h	
 	* gap/iter_ALT/README_iter_subdirs
 	* gap/iter_ALT/gen/plug_in_edge_iter_ALT.inc
 	* gap/iter_ALT/gen/plug_in_mosaic_iter_ALT.inc
 	* gap/iter_ALT/gen/plug_in_newsprint_iter_ALT.inc
 	* gap/iter_ALT/gen/plug_in_randomize_hurl_iter_ALT.inc
 	* gap/iter_ALT/gen/plug_in_randomize_pick_iter_ALT.inc
 	* gap/iter_ALT/gen/plug_in_randomize_slur_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_alienmap2_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_apply_canvas_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_blur_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_colortoalpha_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_deinterlace_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_exchange_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_illusion_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_lic_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_lighting_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_make_seamless_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_map_object_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_max_rgb_iter_ALT.inc	
 	* gap/iter_ALT/mod/plug_in_maze_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_normalize_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_nova_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_papertile_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_plasma_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_sel_gauss_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_sinus_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_small_tiles_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_sobel_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_solid_noise_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_unsharp_mask_iter_ALT.inc
 	* gap/iter_ALT/mod/plug_in_vinvert_iter_ALT.inc	
 	* libwavplayclient/Makefile.am	
	
2003-09-22  Sven Neumann  <sven@gimp.org>

	* configure.in: redone the checks for audio support and build of
	unix frontends. Moved the output to the end and introduced
	automake conditionals.

	* gap/Makefile.am
	* gap/gap_player_dialog.c: changed accordingly.

	* Makefile.am: build the libwavclient directory conditionally.

	* gap/gap_navigator_dialog.c (run): cannot use kill() on WIN32.

2003-09-15  Wolfgang Hofer <hof@gimp.org>
	bugfix attempt for #122220 (gap_frontends require UNIX to run)

	Non UNIX users should run autogen.sh (configure) with the new option
	--disable-unix-frontends when they run into compile troubles
	
 	* configure.in	            new parameter: --disable-unix-frontends 
 	* gap/Makefile.am
 	* gap/gap_decode_xanim.c
	
2003-09-14  Wolfgang Hofer <hof@gimp.org>
	Updated GAP Version of DBBROWSER to remove old DEPRECATED codeparts.
	  (Merged in from
	  gimp-1.3.20/plug-ins/dbbrowser/dbbrowser_utils.c)
	  Added display of the MenuPath, and Search by MenuPath Button
	  This was needed because Users of FilterAllLayers 
	  (or Video/FramesModify) may not find the requested Filter
	  by searching for the internal PDB Name.

	But this is not the final solution, because there is no API for plug-ins
	to get the Translated MenuPath for the plug-ins in the PDB.
	(at least i did not found an API that can do that)

	new features:
	- Player: Added "Copy As Wavfile" Button and corresponding PopUp Dialog
	          allows conversion from other audioformats to wav, 
		  and optional resample using lower samplerates.
		  The Conversion is done by CALL of a configurable external Program.
		    gimprc:
		    (audioconvert_program "/usr/local/bin/audioconvert_to_wav.sh")
		    env:
		    export AUDIOCONVERT_TO_WAV=/usr/local/bin/audioconvert_to_wav.sh
		  Added audioconvert_to_wav.sh script as external Program,
		  based on sox and lame. 
		  (now can handle MP3 and other audiofile formats
		   by converting to RIFF WAV)
	- Player: Added Video time and videoframes Labels in the Audio TAB.
	- Player: Use Abstract AudioPlayerClient API (apcl_ ) Procedures
	           
	bugfixes:
	- Player: scaling of the Player window did unwanted skip to the initial Frame Number.
	- fixed some compiler warnings
	- Player: FrameNr Spinbutton callback must 
	        resync audio to the new Position when playing
	- Player: Selection of a new audiofile did continue play the old one
	- Player: selection of audiofile via fileselect dialog did not work (sometimes)		
	 
	* libwavplayclient/audioconvert_to_wav.sh  [newly added]
	* libwavplayclient/wpc_client.c
	* libwavplayclient/wpc_lib.h
 	* gap_dbbrowser_utils.c [.h]
 	* gap/gap_match.c [.h]
 	* gap/gap_player_dialog.c
 	* gap/gap_player_main.c [.h]
 	* gap/gap_arr_dialog.c        extended WGT_LABEL (now can create 2 LABELS per row)

	changed Makefiles and Configure to use 	libwavplayclient.a
	as convenience-Library.
	Added Abstract AudioPlayerClient API Procedures Layer (apcl_)
	* Makefile.am
	* configure.in
	* libwavplayclient/Makefile.am
	
	deleted duplicate sourcefiles in the gap directory
	the original wpc_* files belong to libwavplayclient.a
	and should appear in the libwavplayclient only.

	* gap/wpc_*.c [.h]    REMOVED dont add those file to distributions any longer.
	
2003-09-13  Sven Neumann  <sven@gimp.org>

	* libwavplayclient/client.[ch]
	* libwavplayclient/msg.c
	* libwavplayclient/procterm.c
	* libwavplayclient/wavfile.c
	* libwavplayclient/wavfile.[ch]: removed $Log keyword from there
	files together with the cvs log that was inserted when I did my
	last commit. It broke the build :(

2003-09-08  Sven Neumann  <sven@gimp.org>

	* gap/gap_player_main.c
	* gap/gap_name2layer_main.c: fixed harmless but annoying compiler
	warnings.

	* libwavplayclient/client.c
	* libwavplayclient/wavfile.c: include <glib.h> for g_strerror(),
	removed redefinition of TRUE/FALSE.

2003-09-07  Wolfgang Hofer <hof@gimp.org>

	Playback Module: 
 	  added ctrl/alt modifiers for callback on_go_button_clicked
 	  added optional audiosupport based on wavplay (Linux only)
 	    (Dont know how to make/install libwavplayclient as library
 	     the gap/wpc_* files are just a workaround to compile without
	     libwavplayclient)
	
 	VCR-Navigator: 
 	 bugfix: show waiting cursor at long running ops
 		 to set range begin/end frame
 	 bugfix: frame timing labels did always show time at 24.0 fps
 		 now use the current framerate as it should be.	
 	* configure.in	      new parameter: --disable-audiosupport 
 	* gap/Makefile.am     variable GAP_AUDIOSUPPORT (for conditional audiosupport)
 	* gap/gap_player_dialog.c
 	* gap/gap_vin.c (force timezoom value >= 1 in case .vin has 0 value)
 	* gap/gap_navigator_dialog.c
 	* gap/gap_mpege.c	     (bugfix for #121145 translation text)
 	* gap/gap_lib.c [.h]
 	* gap/gap_timeconv.c [.h]
 	new files ()
 	* gap/wpc_client.c
 	* gap/wpc_lib.h
 	* gap/wpc_msg.c
 	* gap/wpc_procterm.c
 	* gap/wpc_wavfile.c
 	* libwavplayclient/wpc_client.c
 	* libwavplayclient/wpc_lib.h
 	* libwavplayclient/wpc_msg.c
 	* libwavplayclient/wpc_procterm.c
 	* libwavplayclient/wpc_wavfile.c
 	* libwavplayclient/COPYING
 	* libwavplayclient/Makefile.am       /* Not finished and currently not OK */
 	* libwavplayclient/README
 	* libwavplayclient/client.c
 	* libwavplayclient/client.h
 	* libwavplayclient/msg.c
 	* libwavplayclient/procterm.c
 	* libwavplayclient/wavfile.c
 	* libwavplayclient/wavfile.h
 	* libwavplayclient/wavplay.h

2003-09-01  Metin Amiroff  <metin@karegen.com>

	* configure.in: Added "az" in ALL_LINGUAS.

2003-08-25  Sven Neumann  <sven@gimp.org>

	* gap/gap_vin.c (p_get_video_info): use g_new0() instead of the
	ugly g_malloc0() construct. Initialize timezoom to 1 to avoid
	instant crash of the GAP navigator due to division by zero.

2003-08-23  Wolfgang Hofer <hof@gimp.org>

	increased entry_width for framenumbers from 45 to 80 (45 is too
	small for 6 digits)
	bugfix: do not attempt to write thumbnails for internal save op with
	temp filenames
	bugfix: onionskin automatic sometimes goes crazy when vin_ptr struct
	is not properly initialized
	* gap/gap_arr_dialog.c
	* gap/gap_vin.c (p_get_video_info must clear (g_malloc0) vin_ptr
	struct at creation)
	* gap/gap_lib.c (dont mix gap_debug messages to stdout/stderr)

2003-08-19  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Removed "ga" "gl" "ro" from ALL_LINGUAS.

2003-07-31  Wolfgang Hofer <hof@gimp.org>
	message text fixes for translators (# 118392)
	* gap/gap_arr_dialog.c
	* gap/gap_base_ops.c
	* gap/gap_mpege.c
	* gap/gap_main.c 
	* gap/gap_range_ops.c
	* gap/gap_decode_xanim.c
	* gap/gap_player_dialog.c
	* gap/gap_mov_dialog.c
	
2003-07-30  Sven Neumann  <sven@gimp.org>

	* configure.in: use AM_PATH_GIMP_2_0, changed gettext domain to
	gimp20-gap.

2003-07-29  Wolfgang Hofer <hof@gimp.org>
	Minor fixes: compiler warnings signed/unsigned comparisons,
	types of parameters in the GimpPlugInInfo.run procedure
	changed to fit gimp-1.3.17
	gimp_interactive_selection_font was renamed to:  gimp_font_select_new
	* gap/gap_main.c
	* gap/gap_arr_dialog.c [.h]
	* gap/gap_filter_iterators.c
	* gap/gap_filter_main.c
	* gap/gap_filter.h	
	* gap/gap_timeconv.c
	* gap/gap_frontends_main.c
	* gap/gap_name2layer_main.c
	* gap/gap_navigator_dialog.c
	* gap/gap_onion_main.c
	* gap/gap_player_main.c
	
2003-07-14  Sven Neumann  <sven@gimp.org>

	* gap/gap_mpege.c
	* gap/gap_name2layer_main.c
	* gap/gap_onion_base.c
	* gap/gap_onion_dialog.c	
	* gap/gap_split.c: removed whitespace from messages (bugs #117205
	and #117206) and fixed a typo (bug #117207). Removed trailing
	whitespaces from the code.

2003-07-12 Wolfgang Hofer <hof@gimp.org>
     Onionskin Configuration Dialog:
     added Close Button, Auto Create after Load, Auto Delete before Save
     (suggestions from Richard Van Den Boom),
     Scope of Onionskin Settings changed from "Global for GIMP Session"
     to "Permanent for the current Animation"
     (Settings are now stored in the *_vin.gap files)
	  
     Some Internal Reorganisations, more general video_info file handling
     (added processing of the onionskin Settings here)  
     
     Bugfixes Navigator Dialog: video paste now working again,
				scale slider now reflects visible size
				del_button, dup_button sensitvity depends on selections
     
     * gap/gap_onion_base.c [.h]   (newly created modules, spliited of from gap_onion_worker)
     * gap/gap_onion_worker.c [.h]
     * gap/gap_onion_main.c [.h]
     * gap/gap_onion_dialog.c
     * gap/gap_lib.c [.h]
     * gap/gap_vin.c [.h]
     
     * gap/gap_navigator_dialog.c
     * gap/gap_arr_dialog.c
     * gap/gap_mov_dialog.c    // removed deprecated GtkKPreview widget (replaced by drawing_area based gap_pview_da calls)

     * gap/README:	  updated GAP-specific gimpc config
     * gap/Makefile.am
     
2003-07-07  Sven Neumann  <sven@gimp.org>

	* gap/README_developers: updated the example code. It was still
	refering to GIMP-1.0 API.

2003-07-06 Wolfgang Hofer <hof@gimp.org>
      bugfixes in onionskinlayer non-interactive PDB api, 
      bugfixes in onionskinlayer dialog  
      spinbutton values were ignored when typed into the entry 
       (connect to "value_changed" of the ajustment 
	rather than "changed" of spinbutton)
      added new parameter farn_opaque for ascending opacity.
      (useful for cross-fading)
      
      gap/gap_onion_main.c [.h]
      gap/gap_onion_worker.c

2003-07-04 Wolfgang Hofer <hof@gimp.org>
      bugfixes in the Navigator Dialog
       - Smart Thumbnail update
       - drop cached thumbnails (deafult icons) after Thumbnail update
      * gap/gap_navigator_dialog.c
      
2003-07-04 Wolfgang Hofer <hof@gimp.org>
       new Feature Change Framedensity
       Confirm Dialog for Frame Delete Operations

       should depend on new gimprc Paramter:
	  (video-confirm-frame-delete no)  // defaults to yes.
	  
	  ==> does not work. (gimprc was edited by hand)
	      ?? maybe gimprc does not support foreign keywords
		 (unknown to the gimp-core) any longer
       
       * gap/gap_main.c
       * gap/gap_bae_ops.c [.h]
       * gap/gap_arr_dialog.c [.h]

2003-07-02 Wolfgang Hofer <hof@gimp.org>
	Navigator Dialog: bugfix for highlighting of selected items.
	minor Tooltips helptext fixes
	* gap/gap_navigator_dialog.c
	* gap_onion_dialog.c

2003-06-30  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added "hr" "it" "lt" "nn" "ro" "sl" "zh_CN" to ALL_LINGUAS.

2003-06-30  Sven Neumann  <sven@gimp.org>

	* gap/gap_decode_mpeg_main.c
	* gap/resize.c: removed these unused files from CVS.

2003-06-29 Wolfgang Hofer <hof@gimp.org>
	- VCR Navigator Redesign
	  - replaced all the scrolled_window stuff by a gtk_table
	    and add/remove rows on significant window height changes.
	      now the navigator can handle unlimited number of animframes
	      uses less resources and works faster.
	  - use gap_pview_da instead of deprecated gtk_preview
	  - mtime checking now based on framefilename
	    (checking the thumbnailfilename is not a good idea since we support
	     2 thumbnail standards)
	  - added Select All / Select None menu_items
	    to the PopUp Menu
	  - manage scroll and selection in navigator code.
	    
	    HIGHLIGHTING of the selected frame_widgets does not work yet.
	    (need to learn more about gtk to fix that)

	* gap/gap_navigator_dialog.c
	* gap/gap_pview_da.c [.h]
	* gap/Makefile.am
2003-06-26 Wolfgang Hofer <hof@gimp.org>
	- Player: layout bugfix preview drawing_area size did not math surrounding frame
		  (now using an aspect_frame, required some changes in resizing)
		  query gimprc for "show-tool-tips"
	* gap/gap_pview_da.c [.h]
	* gap/gap_player_main.c [.h]
	* gap_player_dialog.c
	
	- no textsplitting across multiple lables (for translation)
	* gap/gap_mpege.c
	* gap/gap_decode_xanim.c

-- gimp-gap-1.3.15a_pre52 --

2003-06-22 Wolfgang Hofer <hof@gimp.org>
       - downloaded CVS-snapshot gimp-gap-2003-06-20.tar.gz and
	 merged changes from mitch with my local copy of gimp-gap
	 (could not test the merged version, because gimp-1.3.16 was not availabe
	 for download, and i have no CVS)

	* ChangeLog		   (added merge comments)
	  configure.in		(using CVS 1:1 no changes needed)
	  gap/gap_decode_mpeg_main.c  (using CVS 1:1 no changes needed this is DEAD code)
	  gap/gap_filter_codegen.c    (using CVS 1:1 no changes needed)
	  gap/gap_filter_iterators.c  (using CVS 1:1 no changes needed)
	  gap/gap_filter_main.c       (using CVS 1:1 no changes needed)
	  gap/gap_filter_pdb.c	(using CVS 1:1 no changes needed)
	  gap/gap_frontends_main.c    (using CVS 1:1 no changes needed)
	* gap/gap_stock.c	     (initilized bug was already fixed local)
       
2003-06-21 Wolfgang Hofer <hof@gimp.org>
       - cleanup texts with leading/trailing spaces (textspacing)
	 (changes applied to all po/*.po files)
	* gap/gap_array_dialog.c
	* gap/gap_base_ops.c
	* gap/gap_decode_xanim.c
	* gap/gap_mod_layer
	* gap/gap_mpege.c
	* gap/gap_range_ops.c
	 
       - bugfixes and performance tweaks for the Playback Module
	  (use a seperate new module for rendering drawing_area with GDK routines,
	  and handle expose events in my own handler)
	* gap/gap_player_main.c [.h]
	* gap/gap_player_dialog.c [.h]
	* gap/gap_pview_da.c [.h]
	
       - VCR Navigator bugfix for OPS-Button handler makes SHIFT modifier work again.
       - gap_name2layer_main.c bugfix: MenuPath is language dependent string
       - gap_mov_dialog.c:  attempt to remove some deprecated calls (no success)
       
2003-06-15 Wolfgang Hofer <hof@gimp.org>
       - (hopefully temporary) Workaround in gap_pd_calls.c: p_gimp_image_thumbnail
	  gimp_image_thumbnail  cant handle size bigger than 128x128
	  but return success and NULL data pointer on bigger sizes
	  (The workaround tries a 2.nd call with reduced size in such cases)
	 
      - VCR Navigator:
	  now use new gap_player  Plug-In as new playback standard,
		SHIFT: use gimp animation play (on temp_image)
      - new modules for gap common use in playback and naviagator
	
	* gap/Makefile.am
	* gap/gap_pview.c [.h]
	* gap/gap_timeconv.c [.h]
      
2003-06-09 Wolfgang Hofer <hof@gimp.org>
      - Start Implementation of video playback modules
	* gap/Makefile.am
	* gap/gap_player_main.c [.h]
	* gap/gap_player_dialog.c [.h]
	
      - gap_stock.c:gap_stock_init  bugfix: must set initialized = TRUE; to avoid double init problems
	* images/Makefile.am
	* images/gap-play-reverse.png
	* images/gap-pause.png
	 
    
2003-06-20  Michael Natterer  <mitch@gimp.org>

	* configure.in: require autoconf 2.52 and GIMP 1.3.16.

	* gap/gap_decode_mpeg_main.c
	* gap/gap_filter_codegen.c
	* gap/gap_filter_iterators.c
	* gap/gap_filter_main.c
	* gap/gap_filter_pdb.c
	* gap/gap_frontends_main.c: made all GIMP_EXTENSION procedures
	normal GIMP_PLUGIN ones to follow the latest GIMP API change.

2003-06-20  Michael Natterer  <mitch@gimp.org>

	* gap/gap_stock.c (gap_stock_init): set initialized to TRUE
	before returning.

2003-06-04  Sven Neumann  <sven@gimp.org>

	* gap/gap_navigator_dialog.c
	* gap/gap_stock.[ch]: use GIMP and GTKstock icons instead of
	duplicating them.

	* images/Makefile.am
	* images/gap-delete.png
	* images/gap-duplicate.png
	* images/gap-first.png
	* images/gap-last.png
	* images/gap-next.png
	* images/gap-prev.png: removed duplicates of GIMP and GTK+ stock
	icons.

	* images/gap-*.png: replaced with versions from Jimmac's web-site
	that have full transparency.

2003-06-03 Wolfgang Hofer <hof@gimp.org>
      - switched to PNG stock-icons 
	  added gap_stock.c [.h]
	  added images directory
	  removed pixmaps directory
	  (gap_navigator_dialog.c, gap_mov_dialog.c)
      - gap_vin.c : using setlocale independent float conversion procedures  g_ascii_strtod() and g_ascii_dtostr()
      - gap_thumbnail.c:  check only for thumbnail-size "none" (suggested by sven see #113033)
			  removed p_gimp_file_has_valid_thumbnail

       ### unstable prerelease: gimp-gap-1.3.14a_pre37  (http://sven.gimp.org/gimp-gap-2003-05-30.tar.gz)

2003-05-27 Wolfgang Hofer <hof@gimp.org>
       - GAP thumbnail handling procedures are now in module gap_thumbnail
	 - support for new PNG thumbnail standard
	   (old .xvpics standard is supported too 
	   but only at read, copy, rename and delete file operations)
	 - conditional thumbnail creation depends on gimprc
	   keywords: thumbnail-size, video-thumbnails
	   value strings for video-thumbnails are "none", "standard"
	 
       - gap_lib  conditional save now depends on
	     GIMP standard gimprc keyword "trust-dirty-flag"
	     (removed support for old GAP private keyword "video-unconditional-frame-save")
       - gap_navigator_dialog 
	  - replaced scale widgets by spinbuttons
	  - check gimprc for layer-preview-size  (tiny to gigantic)
	    (old keyword was just "preview-size")
       - gap_split_image 
	  - bugfix: force default name (without numberpart) for unnamed image
		    (otherwise split would be rejected as "is already an animframe")
	  - added parameter: digits and only_visible 
	 
       - gap_mov_dialog.c some layout changes suggested by Jakub Steiner
	 - added pixmap to buttons (many thanks to Jakub for the Icons)
	 - Moved the preview Frame slider right below the preview
	 - Clear point and Clear all points was renamed to
	   Reset point/Reset all points.
	   
       - p_set_video_info: now keeps unkown keyword lines in 
	 'videoinfo (_vin.gap) files
	 (to be compatible to future expansions)
	 
       - internal sourcecode reorganisations:
	 -new module  gap_base_ops.c [.h]       split off from  gap_lib.c [.h]
	 -new module  gap_mov_render.c [.h]     split off from  gap_mov_dialog.c [.h]
	 -new module  gap_vin.c [.h]	    split off from  gap_pdb_calls.c [.h]
	 -new module  gap_thumbnail.c [.h]      from  gap_lib.c [.h] and gimp/app/core/gimpimagefile.c

2003-05-22 Wolfgang Hofer <hof@gimp.org>
       - added onionskin modules
	 gap_onion_main.c	\
	 gap_onion_main.h	\
	 gap_onion_dialog.c	\
	 gap_onion_dialog.h	\
	 gap_onion_worker.c	\
	 gap_onion_worker.h	\

	(this is the integration of the onionskin stand alone package
	 plus porting to gimp-1.3.14, gtk+-2.2)

2003-05-21 Wolfgang Hofer <hof@gimp.org>
       - added gap/gap_resi_dialog.c [h] again.
	 The code was completly rewritten inspired by gimp/app/resize.c
	 and provides dialogs for scale/resize/crop Frames
	 (now using the GimpOffsetArea widget.)
	 
2003-05-16 Wolfgang Hofer <hof@gimp.org>
       - gap_array_dialog  
	  - new WGT_FONTSEL
	  - gap_array_dialog  new WGT_DEFAULT_BUTTON 
	    moved to action area, now using button from stock GIMP_STOCK_RESET
	  - changed WGT_INT, and WGT_FLT from entry to spinbutton
	  - put OK button rightmost (new GUI standard)
       - Added new Plug-In gap_name2layer_main.c
	 create a textlayer from imagename (or its number part)
	 optional renders on active drawable.
       - Put OK Button right (Gnome GUI Standard)
	 gap_array_dialog.c, gap_mov_dialog.c, gap_mod_layer.c
	    
2003-05-09  Sven Neumann  <sven@gimp.org>

	Merged a large patch from Wolfgang Hofer.

	Did some cleanup after applying the patch:
	- Removed all calls to _gimp_help_init().
	- Replaced all calls to gtk_init() with gimp_ui_init().
	- Added back G*_DISABLE_DEPRECATED to the CPPFLAGS.
	- Replaced newly added deprecated code with non-deprecated
	  variants.

------- Wolfgang Hofer  2003.05.03 -------

Removed Files: 
  # (those files are no longer part of GAP, dont include them in distributions
  # but keep them in CVS for older GAP versions)

  gap/gap_resi_dialog.c
  gap/gap_resi_dialog.h
  gap/resize.c
  gap/resize.h
  gap/gap_exchange_image.c
  gap/gap_exchange_image.h
  gap/gap_decode_mpeg_main.c

Removed Dir:
  gap/gimp_1.0.2_src
  
 

New Files:
  gap/gap_lock.c
  gap/gap_lock.h
  gap/gap_lastvaldesc.c
  gap/gap_lastvaldesc.h
  gap/gimplastvaldesc.c
  gap/gimplastvaldesc.h
  
------- 

------------------
Porting Change Log
__________________

2003.05.03

x- filter all layers
  o- gimplastvaldesc will not be added to libgimp in gimp-1.3.x
     need more general solution for gimp 2.0
  x- add the old Iterator_ALT stuff (that was removed in the current port)
     - still need to check all interfaces

?- Tooltips does not work because gimp_help_init was removed ( was renamed to _gimp_help_init)
     gap_std_dialog (pid:2252): Gtk-CRITICAL **: file gtktooltips.c: line 244 (gtk_tooltips_set_tip): assertion `GTK_IS_TOOLTIPS (tooltips)' failed

   i changed gap to use _gimp_help_init instead of  gimp_help_init to keep 
   to keep calls to gimp_help_set_help_data working with gimp-1.3.12 . 

   ==> maybe this has to be changed because the name _gimp_help_init does not sound like a public interface ??,
       another idea to fix that, is to remove all calls to gimp_help_set_help_data
       and use native gtk_tooltips instead.
   (i also tried to use gimp_widgets_init but this did not work
    becuse it sometimes will be called twice.
    leads to crash in MovePath-> Animated preview where more dialog windows
    (MovePath dialog and array_dialog) are opened.

x- merge in (upto)6-digit framenumber support feature (from gap_vid_enc project)
x- implement renumber feature
x- merge in existing gap port into gimp-gap CVS version provided by sven   
x- Remove  gap_decode_mpeg  (gap_decode_mpeg_main.c)

   The obsolete plug-in gap_decode_mpeg uses the old unmaintained libmpeg
   and crashed in most of the tests...

   


2003.04.xx
 ------------------------------------
 GAP has moved to a seperate CVS project. "gimp-gap"
 Automake Makefiles configuration was created by Sven.
 The old GAP sourcecode (that was part of gimp-1.2.x) 
 with its complete history was used to create the new project.
 Sven did some little modifications (gap-intl.h) to comiple standalone with gimp-1.3.x
 ------------------------------------

2003.01.19
 x- use gimp_directory  (replace gimp_gimprc_query for "gimp_dir")
 
 x- GAP conditional save (based on gimp_image_is_dirty)
     The USER can turn ON unconditional Save (old behavior)
     by adding the following Line to .gimp-1.3/gimprc file:

      (video-unconditional-frame-save "yes")
      
 x- gap_arr_dialog   merged in changes of the gap_vid_enc project
		     added WGT_OPT_ENTRY (entry comined with Optionmenu) and WGT_DEFAULT_BUTTON
  
2002.09.21
 x- added gap_lastvaldesc
     (as wrapper for gimplastvaldesc that may (or may not) be part of libgimp
      depending on HAVE_LASTVALDESC_H )

2002.04.21
  API cleanup 

  x- redesign of gap_locking
     The new gap_locking uses a locktable with only one identifier 
     (used in gimp_set_data) and overwrites unused records in the locktable.
     
     (the old algorithm used the image_id with constant prefix as Locking key.
     But with the new methode gimp_displays_reconnect the image_id changes on
     each image exchange, and would leave a lot of useless locks.)

  x- removed all calls to gimp_drawable_set_image (obsolete)
    and use p_gimp_layer_new_from_drawable to copy layers from other images.
    (as recommanded by mitch -- see #77508 )
  
  x- GAP VCR Navigator must notice changes of the active_image_id



2002.03.23

 x- removed iter_ALT (subdir and all iter_ALT PDB Procedures, were replaced by Common Iterator)
 
 x- removed 
    gap_filter_codegen.c  (old codegeneraor stuff for iter_ALT procedures)
    gap_exchange_image.h .c  (now using gimp_displays_reconnect -- see #77508)


 x- gap_decode_xanim.c  (merged in bugfix 1.2.2c from stable branch; xanim call fails if . not in PATH or no write permission for current dir)


2002.03.12  gap-1.3.4_pre09

 x- Bugreport #74485: GAP crashes the GIMP-1.3.4 in the final call of gimp_displays_flush

    ==> The layer stealing strategy does not use clean API
	and will be replaced by a new clean Concept.