see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann 2000-05-16 21:08:49 +00:00
parent 1117bef8b7
commit 056bf58d7c
3 changed files with 5 additions and 7 deletions

View file

@ -40,7 +40,7 @@ if ($ARGV[0] ne "--writemakefile") {
scratches blowinout terral_text xachvision perlcc translogo scratches blowinout terral_text xachvision perlcc translogo
animate_cells image_tile yinyang stamps font_table sethspin animate_cells image_tile yinyang stamps font_table sethspin
perlotine randomblends innerbevel fit-text guidegrid perlotine randomblends innerbevel fit-text guidegrid
repdup centerguide stampify goldenmean triangle mirrorsplit repdup centerguide stampify goldenmean mirrorsplit
layerfuncs randomart1 glowing_steel frame_reshuffle frame_filter layerfuncs randomart1 glowing_steel frame_reshuffle frame_filter
logulator guide_remove guides_to_selection burst logulator guide_remove guides_to_selection burst
layerfuncs bricks miff dust layerfuncs bricks miff dust

View file

@ -48,7 +48,8 @@ register "blur_2x2",
"Marc Lehmann", "Marc Lehmann",
"Marc Lehmann <pcg\@goof.com>", "Marc Lehmann <pcg\@goof.com>",
"19990725", "19990725",
N_"<Image>/Filters/Blur/2x2 Blur", # N_"<Image>/Filters/Blur/2x2 Blur",
"<None>",
"RGB*, GRAY*", "RGB*, GRAY*",
[], [],
sub { sub {
@ -92,7 +93,8 @@ register "edge_detect_2x2",
"Marc Lehmann", "Marc Lehmann",
"Marc Lehmann <pcg\@goof.com>", "Marc Lehmann <pcg\@goof.com>",
"19990725", "19990725",
N_"<Image>/Filters/Edge-Detect/2x2 Edge Detect", # N_"<Image>/Filters/Edge-Detect/2x2 Edge Detect",
"<None>",
"RGB*, GRAY*", "RGB*, GRAY*",
[], [],
sub { sub {

View file

@ -1,7 +1,3 @@
Thu May 11 22:48:05 CEST 2000 Stanislav Brabec <utx@penguin.cz>
* cs.po: Updated translation.
Fri May 5 21:49:29 CEST 2000 Marc Lehmann <pcg@goof.com> Fri May 5 21:49:29 CEST 2000 Marc Lehmann <pcg@goof.com>
* $alltarget was never set (have to have a look at the logs). * $alltarget was never set (have to have a look at the logs).