diff --git a/ChangeLog b/ChangeLog index ba6d22e0d2..16ec268325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-11-23 Sven Neumann + + * tools/pdbgen/pdb/procedural_db.pdb: removed outdated information + from comment. + + * app/pdb/procedural_db_cmds.c + * libgimp/gimpproceduraldb_pdb.c: regenerated. + 2007-11-22 Michael Natterer * app/widgets/gimpcolorbar.[ch]: derive from GtkEventBox instead diff --git a/app/pdb/procedural_db_cmds.c b/app/pdb/procedural_db_cmds.c index 3f4f2f0fce..2e9407e1e0 100644 --- a/app/pdb/procedural_db_cmds.c +++ b/app/pdb/procedural_db_cmds.c @@ -445,7 +445,7 @@ register_procedural_db_procs (GimpPDB *pdb) gimp_procedure_set_static_strings (procedure, "gimp-procedural-db-dump", "Dumps the current contents of the procedural database", - "This procedure dumps the contents of the procedural database to the specified file. The file will contain all of the information provided for each registered procedure. This file is in a format appropriate for use with the supplied \"pdb_self_doc.el\" Elisp script, which generates a texinfo document.", + "This procedure dumps the contents of the procedural database to the specified file. The file will contain all of the information provided for each registered procedure.", "Spencer Kimball & Josh MacDonald", "Spencer Kimball & Josh MacDonald & Peter Mattis", "1995-1996", diff --git a/libgimp/gimpproceduraldb_pdb.c b/libgimp/gimpproceduraldb_pdb.c index dc224884cd..719c81f848 100644 --- a/libgimp/gimpproceduraldb_pdb.c +++ b/libgimp/gimpproceduraldb_pdb.c @@ -64,9 +64,7 @@ gimp_procedural_db_temp_name (void) * * This procedure dumps the contents of the procedural database to the * specified file. The file will contain all of the information - * provided for each registered procedure. This file is in a format - * appropriate for use with the supplied \"pdb_self_doc.el\" Elisp - * script, which generates a texinfo document. + * provided for each registered procedure. * * Returns: TRUE on success. */ diff --git a/tools/pdbgen/pdb/procedural_db.pdb b/tools/pdbgen/pdb/procedural_db.pdb index d114ea2397..c8618fa1a7 100644 --- a/tools/pdbgen/pdb/procedural_db.pdb +++ b/tools/pdbgen/pdb/procedural_db.pdb @@ -49,8 +49,7 @@ sub procedural_db_dump { $help = <<'HELP'; This procedure dumps the contents of the procedural database to the specified file. The file will contain all of the information provided for each registered -procedure. This file is in a format appropriate for use with the supplied -"pdb_self_doc.el" Elisp script, which generates a texinfo document. +procedure. HELP &std_pdb_misc;