From 04e5fe7cd97b98a206b2ffc7149d065ae71aaca2 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 1 Jul 1998 16:00:01 +0000 Subject: [PATCH] Some stuff yosh asked me to do: Log the addition of pupi-button.scm and add it to the respective Makefile.am. --- ChangeLog | 6 ++++++ plug-ins/script-fu/scripts/Makefile.am | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4951db5b4c..9d37b9eab4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 30 12:19:58 CDT 1998 arturo@nuclecu.unam.mx + + * pupi-button.scm: (script-fu-round-button) A new beveled button + script for rendering round, elliptical or squared buttons. + Tue Jun 30 12:13:36 PDT 1998 Manish Singh * plug-ins/flame/flame.c: don't use app private includes @@ -301,6 +306,7 @@ Sat Jun 20 11:36:16 PDT 1998 Manish Singh * configure.in * app/Makefile.am: really add thread support +>>>>>>> 1.454 Sat Jun 20 12:04:41 1998 Scott Goehring * app/tile.h: #include config.h so we can tell if we're doing diff --git a/plug-ins/script-fu/scripts/Makefile.am b/plug-ins/script-fu/scripts/Makefile.am index 903de26b0b..a01eb8d141 100644 --- a/plug-ins/script-fu/scripts/Makefile.am +++ b/plug-ins/script-fu/scripts/Makefile.am @@ -67,6 +67,7 @@ scriptdata_DATA = \ neon-logo.scm \ perspective-shadow.scm \ predator.scm \ + pupi-button.scm \ rendermap.scm \ ripply-anim.scm \ round-corners.scm \