libgimpbase/Makefile.am added new files that hold the new
2003-02-05 Sven Neumann <sven@gimp.org> * libgimpbase/Makefile.am * libgimpbase/gimputils.[ch]: added new files that hold the new gimp_utf8_strtrim() routine; it might be useful in more places. * libgimpbase/gimpdatafiles.c (gimp_datafiles_read_directories): silently ignore directories in the path that can't be opened. * app/core/gimpobject.c (gimp_object_set_name_safe): use gimp_utf8_strtrim(). * app/widgets/gimpwidgets-utils.[ch] * app/tools/gimptextoptions.c: try to make the text tool options look more like all other tool options. Still needs work; I'll leave this up to Mitch ... This byte --> <-- is the millionth in this file!
This commit is contained in:

committed by
Sven Neumann

parent
83f2738a3b
commit
7aaff76971
@ -7,6 +7,7 @@
|
||||
<!entity GimpParasiteIO SYSTEM "sgml/gimpparasiteio.sgml">
|
||||
<!entity GimpSignal SYSTEM "sgml/gimpsignal.sgml">
|
||||
<!entity GimpUnit SYSTEM "sgml/gimpunit.sgml">
|
||||
<!entity GimpUtils SYSTEM "sgml/gimputils.sgml">
|
||||
<!entity GimpVersion SYSTEM "sgml/gimpversion.sgml">
|
||||
<!entity GimpProtocol SYSTEM "sgml/gimpprotocol.sgml">
|
||||
<!entity GimpWire SYSTEM "sgml/gimpwire.sgml">
|
||||
@ -27,6 +28,7 @@
|
||||
&GimpParasiteIO;
|
||||
&GimpSignal;
|
||||
&GimpUnit;
|
||||
&GimpUtils;
|
||||
&GimpProtocol;
|
||||
&GimpWire;
|
||||
</chapter>
|
||||
|
Reference in New Issue
Block a user