[gimp-perl] Created tag GIMP_PERL_2_30_02



The unsigned tag 'GIMP_PERL_2_30_02' was created.

Tagger: Ed J <edj src gnome org>
Date: Thu May 1 21:21:07 2014 +0100

    Gimp-Perl 2.30_02 CPAN dev release.

Changes since the last tag 'GIMP_PERL_2_0':

Alexandre Prokoudine (1):
      po/ru.po: converted the file from obsolete KOI8-R to UTF-8

Ed J (87):
      Code/doc tidy-up - no substantive changes. Fixes bug #726082.
      Errors are fatal and reported right. Bug #726084
      Test perl plugin functionality. Bug #726085
      Use gimp_procedural_db_proc_exists. Bug #726213
      Plugins return values; some tidying. Bug #726387
      Plugin exceptions now passed correctly. Bug #726439
      PF_ADJUSTMENT default handling now correct. Bug 144564
      Eliminate some memory leaking. Bug 525016
      Plugin empty input params fixed. Bug 726488
      Pass $Gimp::verbose in Gimp::Net mode. Bug 726751
      'install' target now correctly installs plugins. Bug 574572
      Examples had syntax, old menu locations. Bug 526998
      Use GIMP font selector, not Gtk one. Bug 502558
      Move canonicalize_colour, set_rgb_data and DATA. Bug 726843
      All net-mode code into Gimp::Net. Bug 726862
      Tidy Gimp::Fu. Bug 726863
      Makefile.PL's were putting libs before .o. Bug 726930
      Namespace pollution iff ':pollute'. Bug 726952
      Tidy Gimp::Net code. Bug 727002
      Load enums from GIMP, not hardcoding. Bug 502556
      Get rid of old enum stuff. Bug 727098
      Gimp/Module.pm goes, MANIFEST tidied. Bug 727106
      Fix whitespace problems. Bug 727122
      Fix TODO to use utf8. Bug 727122
      Eliminate unnecessary stderr now exceptions handled. Bug 727108
      Remove obsolete Gimp/Compat.pm. Bug 727128
      Finish pushing Gimp/Compat.pm down memory-hole. Bug 727128
      Update examples/windify to GIMP 2.8.10. Bug 534130
      Ignore Makefile.old and VIM swap files.
      Fix whitespace, change deprecated GIMP function. Bug 534130
      Tools to find deprecated GIMP procs, changes of those. Bug 727127
      Move Perl-Server to examples/. Bug 727126
      Complete move of Perl Server to examples/. Bug 727126
      Tidy build files. Bug 727126
      Test supplied plugins, delete Gimp::Feature. Bug 727126
      PS is plugin, not extension; remove obsolete files. Bug 727568
      Test and document PDL in plugin mode. Bug 725619
      Document how to make gimp-perl extension. Bug 728068
      Make plugin return values match PDB signature. Bug 728069
      Make Gimp::UI use sliders/spinners for PF_INT*. Bug 728070
      Put Gimp::Fu POD after __END__, check param cache timestamp. Bug 728156
      Integrate Changes into ChangeLog, delete/rename minor files. Bug 728159
      Support ExtUtils::Depends. Bug 728161
      Rip out Gimp::logger. Bug 728164
      Stop Gimp::Fu constantly doing set_trace(0). Bug 728233
      Restore logo.xpm. Bug Bug 728394
      Make ColorDB able to handle spaces in names. Bug 728535
      Delete Gimp::Net::*lock, move constants to XS. Bug 728537
      Remove allowing just PF_IMAGE as return parameter. Bug 728538
      Add Gimp::on_quit. Bug 728539
      Make Perl-Server be extension, clean up on exit. Bug 728541
      Make Gimp::Fu scripts run right from command line. Bug 728545
      Tidy-up for 2.3000_01.
      Support installing plugins in user GIMP dir. Bug 728566
      Make examples/xachshadows work with alpha-less layer. Bug 728567
      Make File/Create examples display new images. Bug 728569
      Only display new image once!
      Update & test Gimp::Pod
      Example plugin with non-Gimp::Fu UI
      Add podregister, some doc tidy-up
      Gimp::UI use strict, override Glib exception handling
      Add podregister source filter adding params as "my" vars
      Tidy files for distrib
      More tidying for distrib.
      Big doc tidy plus update examples to podregister
      Update todo items
      Exception-passing now croak() only if not \n$.
      add_new_layer name more useful. POD after __END__.
      Fix return-value bug in register.
      Report exceptions in script context.
      Complete OO change.
      Test spaces in section names.
      Finish OO change, change params.
      my() on $i etc need to before eval() of expr.
      Finish OO change.
      Use Gtk2::Ex::PodViewer
      Better var names
      Better command-line "-i"
      Improve variable descriptions.
      Add dialog scrollbars if necessary.
      Tidy example docs and param descriptions.
      Doc Gimp::Fu command-line support.
      Doc update - use POD.
      Include text from Dov's github archive.
      Doc improvement.
      Pre-release version inc.
      Finish delete obsolete files.

Kevin Cozens (29):
      Added gimp-perl.doap file requested by GNOME GIT source code repository.
      Removed excess argument from call to plug-in-mblur(). See bug #54130.
      Release 2.2
      Updated version number to 2.3 to start new development cycle.
      Moved some scripts in to a utils directory. Updated MANIFEST and TODO files.
      Updated example scripts so they no longer use deprecated PDB procedures.     NOTE: There might still be 
some use of deprecated procedures where the     procedures are accessed as member functions of object based 
variables.
      Stripped file of bytes which made it get treated as a binary file.
      Set permissions on colorhtml example script to mark it as executable.
      Updated EXE_FILES to refer to location of recently moved executable scripts.
      Updated project information and corrected an e-mail address.
      Fixed compile when building for GIMP 2.8 or later. From changes by Ed J.
      Updated to require the 2.8 version of GIMP. (From changes by Ed J)
      Corrected and updated some of the information in the README.
      Removed obsolete file. Patch from Ed J closes bug #721506.
      Generate MYMETA.* files with git repository URLs. Fix by Ed J for bug #721601.
      Gimp.pm POD "NAME" section had non-conventional ":" symbol.     Patch from Ed J fixes bug #721606.
      Changed format of version number to be more like that of a Perl module.
      Added ITEM support and allow tests to pass. Fix by Ed J for bug #722430.
      Updated URL for basic GIMP Perl tutorial. Spotted by Ed J. (See bug #722468)
      Make Gimp::Net fail gracefully if gimp-perl fails rather than hanging.     From a patch by Ed J.  (See 
second patch of bug #722468)
      Update t/run.t to be much shorter and clearer. Patch by Ed J.     This is the last patch from bug 
#722468 and closes that report.
      Added support for COLORARRAY and VECTORS. Patch by Ed J. Closes bug #722881.
      Don't assume first colour palette will have 256 colours.  Fixes bug #723140.
      Updated list of files in POTFILE.in using patch from Ed J. Fixes bug #661846.
      Removed execute perms from po/pt.po file.
      Patch by Ed J to update gppport.h and eliminate warnings. Closes bug #725475.
      Update to ITEM and VECTORS. Added test of changes. Patch by Ed J. Bug #725487
      Added .gitignore to ignore build and compiler generated files.
      Added Ed J. to MAINTAINERS.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]