removed outdated information from comment.
2007-11-23 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/procedural_db.pdb: removed outdated information from comment. * app/pdb/procedural_db_cmds.c * libgimp/gimpproceduraldb_pdb.c: regenerated. svn path=/trunk/; revision=24222
This commit is contained in:

committed by
Sven Neumann

parent
99c89d4a0d
commit
b039ae13b7
@ -1,3 +1,11 @@
|
|||||||
|
2007-11-23 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* 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 <mitch@gimp.org>
|
2007-11-22 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/widgets/gimpcolorbar.[ch]: derive from GtkEventBox instead
|
* app/widgets/gimpcolorbar.[ch]: derive from GtkEventBox instead
|
||||||
|
@ -445,7 +445,7 @@ register_procedural_db_procs (GimpPDB *pdb)
|
|||||||
gimp_procedure_set_static_strings (procedure,
|
gimp_procedure_set_static_strings (procedure,
|
||||||
"gimp-procedural-db-dump",
|
"gimp-procedural-db-dump",
|
||||||
"Dumps the current contents of the procedural database",
|
"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",
|
||||||
"Spencer Kimball & Josh MacDonald & Peter Mattis",
|
"Spencer Kimball & Josh MacDonald & Peter Mattis",
|
||||||
"1995-1996",
|
"1995-1996",
|
||||||
|
@ -64,9 +64,7 @@ gimp_procedural_db_temp_name (void)
|
|||||||
*
|
*
|
||||||
* This procedure dumps the contents of the procedural database to the
|
* This procedure dumps the contents of the procedural database to the
|
||||||
* specified file. The file will contain all of the information
|
* specified file. The file will contain all of the information
|
||||||
* provided for each registered procedure. This file is in a format
|
* provided for each registered procedure.
|
||||||
* appropriate for use with the supplied \"pdb_self_doc.el\" Elisp
|
|
||||||
* script, which generates a texinfo document.
|
|
||||||
*
|
*
|
||||||
* Returns: TRUE on success.
|
* Returns: TRUE on success.
|
||||||
*/
|
*/
|
||||||
|
@ -49,8 +49,7 @@ sub procedural_db_dump {
|
|||||||
$help = <<'HELP';
|
$help = <<'HELP';
|
||||||
This procedure dumps the contents of the procedural database to the specified
|
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
|
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
|
procedure.
|
||||||
"pdb_self_doc.el" Elisp script, which generates a texinfo document.
|
|
||||||
HELP
|
HELP
|
||||||
|
|
||||||
&std_pdb_misc;
|
&std_pdb_misc;
|
||||||
|
Reference in New Issue
Block a user