gimp/plug-ins/script-fu/tinyscheme
Kevin Cozens 1fc03106cb tiny-fu/tiny-fu.c tiny-fu/tiny-fu-scripts.c Added support for
2004-11-18  Kevin Cozens  <kcozens@cvs.gimp.org>

	* tiny-fu/tiny-fu.c
	* tiny-fu/tiny-fu-scripts.c
	* tiny-fu/tiny-fu-scripts.h: Added support for (tiny-fu-menu-register)
	to allow scripts to register their menu_paths the same undeprecated
	way as plug-ins. Fixes bug #158117. Renamed tiny_fu_find_scripts() to
	tiny_fu_load_all_scripts(). Added calls to gettext() since TinyScheme
	no longer translates marked strings. In tiny_fu_script_proc() changed
	some uses of params variable that should have been param.

	* tiny-fu/tiny-fu-interface.c: Added a utility function to reduce
	code duplication.

	* tiny-fu/ts-wrapper.c: Added support for (tiny-fu-menu-register).

	* tinyscheme/scheme.c: Don't call gettext() on strings marked for
	translation. De-tabified file.

	* scripts/test-sphere.sct: Example use of new API for scripts.
2004-11-19 03:56:40 +00:00
..
BUILDING Added extra files temporarily lost during the autoconf process. 2004-10-07 05:45:51 +00:00
CHANGES Added extra files temporarily lost during the autoconf process. 2004-10-07 05:45:51 +00:00
COPYING Initial revision 2004-10-06 21:47:36 +00:00
Makefile.am ftx/Makefile.am re/Makefile.am scripts/Makefile.am 2004-10-09 04:23:59 +00:00
Manual.txt Added extra files temporarily lost during the autoconf process. 2004-10-07 05:45:51 +00:00
MiniSCHEMETribute.txt Added extra files temporarily lost during the autoconf process. 2004-10-07 05:45:51 +00:00
dynload.c Added extra files temporarily lost during the autoconf process. 2004-10-07 05:45:51 +00:00
dynload.h Added extra files temporarily lost during the autoconf process. 2004-10-07 05:45:51 +00:00
hack.txt Added extra files temporarily lost during the autoconf process. 2004-10-07 05:45:51 +00:00
init.scm Added extra files temporarily lost during the autoconf process. 2004-10-07 05:45:51 +00:00
opdefines.h Initial revision 2004-10-06 21:47:36 +00:00
scheme-private.h Removed some items from here... tinyscheme/scheme-private.h ... and added 2004-10-29 19:28:29 +00:00
scheme.c tiny-fu/tiny-fu.c tiny-fu/tiny-fu-scripts.c Added support for 2004-11-19 03:56:40 +00:00
scheme.h Initial revision 2004-10-06 21:47:36 +00:00