mirror of https://github.com/GNOME/gimp.git
added new symbols.
2006-11-23 Sven Neumann <sven@gimp.org> * libgimp/libgimp-sections.txt: added new symbols. * libgimp/tmpl/gimpimage.sgml: regenerated * libgimp/libgimp-docs.sgml * libgimpbase/libgimpbase-docs.sgml * libgimpcolor/libgimpcolor-docs.sgml * libgimpconfig/libgimpconfig-docs.sgml * libgimpmath/libgimpmath-docs.sgml * libgimpmodule/libgimpmodule-docs.sgml * libgimpthumb/libgimpthumb-docs.sgml * libgimpwidgets/libgimpwidgets-docs.sgml: added id attributes for the index pages.
This commit is contained in:
parent
be67311b0b
commit
a05eda5af7
|
@ -1,11 +1,27 @@
|
|||
2006-11-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt: added new symbols.
|
||||
|
||||
* libgimp/tmpl/gimpimage.sgml: regenerated
|
||||
|
||||
* libgimp/libgimp-docs.sgml
|
||||
* libgimpbase/libgimpbase-docs.sgml
|
||||
* libgimpcolor/libgimpcolor-docs.sgml
|
||||
* libgimpconfig/libgimpconfig-docs.sgml
|
||||
* libgimpmath/libgimpmath-docs.sgml
|
||||
* libgimpmodule/libgimpmodule-docs.sgml
|
||||
* libgimpthumb/libgimpthumb-docs.sgml
|
||||
* libgimpwidgets/libgimpwidgets-docs.sgml: added id attributes for
|
||||
the index pages.
|
||||
|
||||
2006-11-20 Simon Budig <simon@gimp.org>
|
||||
|
||||
* devel-docs/libgimp/libgimp-sections.txt: moved new symbols
|
||||
to their resp. sections.
|
||||
* libgimp/libgimp-sections.txt: moved new symbols to their
|
||||
resp. sections.
|
||||
|
||||
* devel-docs/libgimp/tmpl/gimpfontselectbutton.sgml
|
||||
* devel-docs/libgimp/tmpl/gimptools.sgml
|
||||
* devel-docs/libgimp/tmpl/gimpvectors.sgml: regenerated
|
||||
* libgimp/tmpl/gimpfontselectbutton.sgml
|
||||
* libgimp/tmpl/gimptools.sgml
|
||||
* libgimp/tmpl/gimpvectors.sgml: regenerated
|
||||
|
||||
2006-11-16 Simon Budig <simon@gimp.org>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<part id="libgimp">
|
||||
<title>GIMP Library</title>
|
||||
|
||||
<partintro>
|
||||
<partintro id="libgimp-introduction">
|
||||
<para>
|
||||
GIMP's Procedural Database (PDB) offers an interface to core
|
||||
functions and to functionality provided by plug-ins. The role
|
||||
|
@ -124,16 +124,16 @@
|
|||
<xi:include href="xml/gimpprocview.xml" />
|
||||
</part>
|
||||
|
||||
<index>
|
||||
<index id="libgimp-index">
|
||||
<title>Index</title>
|
||||
</index>
|
||||
<index role="GIMP 2.2">
|
||||
<index role="GIMP 2.2" id="libgimp-index-new-in-2-2">
|
||||
<title>Index of new symbols in GIMP 2.2</title>
|
||||
</index>
|
||||
<index role="GIMP 2.4">
|
||||
<index role="GIMP 2.4" id="libgimp-index-new-in-2-4">
|
||||
<title>Index of new symbols in GIMP 2.4</title>
|
||||
</index>
|
||||
<index role="deprecated">
|
||||
<index role="deprecated" id="libgimp-index-deprecated">
|
||||
<title>Index of deprecated symbols</title>
|
||||
</index>
|
||||
|
||||
|
|
|
@ -518,7 +518,6 @@ gimp_image_crop
|
|||
gimp_image_get_layers
|
||||
gimp_image_get_channels
|
||||
gimp_image_get_active_drawable
|
||||
gimp_image_unset_active_channel
|
||||
gimp_image_get_floating_sel
|
||||
gimp_image_floating_sel_attached_to
|
||||
gimp_image_pick_color
|
||||
|
@ -529,10 +528,12 @@ gimp_image_raise_layer
|
|||
gimp_image_lower_layer
|
||||
gimp_image_raise_layer_to_top
|
||||
gimp_image_lower_layer_to_bottom
|
||||
gimp_image_get_layer_position
|
||||
gimp_image_add_channel
|
||||
gimp_image_remove_channel
|
||||
gimp_image_raise_channel
|
||||
gimp_image_lower_channel
|
||||
gimp_image_get_channel_position
|
||||
gimp_image_flatten
|
||||
gimp_image_merge_visible_layers
|
||||
gimp_image_merge_down
|
||||
|
@ -542,6 +543,7 @@ gimp_image_get_active_layer
|
|||
gimp_image_set_active_layer
|
||||
gimp_image_get_active_channel
|
||||
gimp_image_set_active_channel
|
||||
gimp_image_unset_active_channel
|
||||
gimp_image_get_selection
|
||||
gimp_image_get_component_active
|
||||
gimp_image_set_component_active
|
||||
|
@ -577,6 +579,7 @@ gimp_image_lower_vectors
|
|||
gimp_image_raise_vectors
|
||||
gimp_image_lower_vectors_to_bottom
|
||||
gimp_image_raise_vectors_to_top
|
||||
gimp_image_get_vectors_position
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
|
@ -188,15 +188,6 @@ and operations involving multiple layers.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_unset_active_channel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_floating_sel ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -303,6 +294,16 @@ and operations involving multiple layers.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_layer_position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@layer_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_add_channel ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -344,6 +345,16 @@ and operations involving multiple layers.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_channel_position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@channel_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_flatten ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -430,6 +441,15 @@ and operations involving multiple layers.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_unset_active_channel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_selection ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -787,3 +807,13 @@ and operations involving multiple layers.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_vectors_position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@vectors_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
|
|
@ -31,16 +31,16 @@
|
|||
<xi:include href="xml/gimputils.xml" />
|
||||
</part>
|
||||
|
||||
<index>
|
||||
<index id="libgimpbase-index">
|
||||
<title>Index</title>
|
||||
</index>
|
||||
<index role="GIMP 2.2">
|
||||
<index role="GIMP 2.2" id="libgimpbase-index-new-in-2-2">
|
||||
<title>Index of new symbols in GIMP 2.2</title>
|
||||
</index>
|
||||
<index role="GIMP 2.4">
|
||||
<index role="GIMP 2.4" id="libgimpbase-index-new-in-2-4">
|
||||
<title>Index of new symbols in GIMP 2.4</title>
|
||||
</index>
|
||||
<index role="deprecated">
|
||||
<index role="deprecated" id="libgimpbase-index-deprecated">
|
||||
<title>Index of deprecated symbols</title>
|
||||
</index>
|
||||
|
||||
|
|
|
@ -21,16 +21,16 @@
|
|||
<xi:include href="xml/gimpbilinear.xml" />
|
||||
</part>
|
||||
|
||||
<index>
|
||||
<index id="libgimpcolor-index">
|
||||
<title>Index</title>
|
||||
</index>
|
||||
<index role="GIMP 2.2">
|
||||
<index role="GIMP 2.2" id="libgimpcolor-index-new-in-2-2">
|
||||
<title>Index of new symbols in GIMP 2.2</title>
|
||||
</index>
|
||||
<index role="GIMP 2.4">
|
||||
<index role="GIMP 2.4" id="libgimpcolor-index-new-in-2-4">
|
||||
<title>Index of new symbols in GIMP 2.4</title>
|
||||
</index>
|
||||
<index role="deprecated">
|
||||
<index role="deprecated" id="libgimpcolor-index-deprecated">
|
||||
<title>Index of deprecated symbols</title>
|
||||
</index>
|
||||
|
||||
|
|
|
@ -31,13 +31,13 @@
|
|||
<xi:include href="xml/gimpcolorconfig.xml" />
|
||||
</part>
|
||||
|
||||
<index>
|
||||
<index id="libgimpconfig-index">
|
||||
<title>Index</title>
|
||||
</index>
|
||||
<index role="GIMP 2.4">
|
||||
<index role="GIMP 2.4" id="libgimpconfig-index-new-in-2-4">
|
||||
<title>Index of new symbols in GIMP 2.4</title>
|
||||
</index>
|
||||
<index role="deprecated">
|
||||
<index role="deprecated" id="libgimpconfig-index-deprecated">
|
||||
<title>Index of deprecated symbols</title>
|
||||
</index>
|
||||
|
||||
|
|
|
@ -19,16 +19,16 @@
|
|||
<xi:include href="xml/gimpmd5.xml" />
|
||||
</part>
|
||||
|
||||
<index>
|
||||
<index id="libgimpmath-index">
|
||||
<title>Index</title>
|
||||
</index>
|
||||
<index role="GIMP 2.2">
|
||||
<index role="GIMP 2.2" id="libgimpmath-index-new-in-2-2">
|
||||
<title>Index of new symbols in GIMP 2.2</title>
|
||||
</index>
|
||||
<index role="GIMP 2.4">
|
||||
<index role="GIMP 2.4" id="libgimpmath-index-new-in-2-4">
|
||||
<title>Index of new symbols in GIMP 2.4</title>
|
||||
</index>
|
||||
<index role="deprecated">
|
||||
<index role="deprecated" id="libgimpmath-index-deprecated">
|
||||
<title>Index of deprecated symbols</title>
|
||||
</index>
|
||||
|
||||
|
|
|
@ -17,16 +17,16 @@
|
|||
<xi:include href="xml/gimpmoduledb.xml" />
|
||||
</part>
|
||||
|
||||
<index>
|
||||
<index id="libgimpmodule-index">
|
||||
<title>Index</title>
|
||||
</index>
|
||||
<index role="GIMP 2.2">
|
||||
<index role="GIMP 2.2" id="libgimpmodule-index-new-in-2-2">
|
||||
<title>Index of new symbols in GIMP 2.2</title>
|
||||
</index>
|
||||
<index role="GIMP 2.4">
|
||||
<index role="GIMP 2.4" id="libgimpmodule-index-new-in-2-4">
|
||||
<title>Index of new symbols in GIMP 2.4</title>
|
||||
</index>
|
||||
<index role="deprecated">
|
||||
<index role="deprecated" id="libgimpmodule-index-deprecated">
|
||||
<title>Index of deprecated symbols</title>
|
||||
</index>
|
||||
|
||||
|
|
|
@ -19,16 +19,16 @@
|
|||
<xi:include href="xml/gimpthumb-error.xml" />
|
||||
</part>
|
||||
|
||||
<index>
|
||||
<index id="libgimpthumb-index">
|
||||
<title>Index</title>
|
||||
</index>
|
||||
<index role="GIMP 2.2">
|
||||
<index role="GIMP 2.2" id="libgimpthumb-index-new-in-2-2">
|
||||
<title>Index of new symbols in GIMP 2.2</title>
|
||||
</index>
|
||||
<index role="GIMP 2.4">
|
||||
<index role="GIMP 2.4" id="libgimpthumb-index-new-in-2-4">
|
||||
<title>Index of new symbols in GIMP 2.4</title>
|
||||
</index>
|
||||
<index role="deprecated">
|
||||
<index role="deprecated" id="libgimpthumb-index-deprecated">
|
||||
<title>Index of deprecated symbols</title>
|
||||
</index>
|
||||
|
||||
|
|
|
@ -96,16 +96,16 @@
|
|||
<xi:include href="xml/gimpoldwidgets.xml" />
|
||||
</part>
|
||||
|
||||
<index>
|
||||
<index id="libgimpwidgets-index">
|
||||
<title>Index</title>
|
||||
</index>
|
||||
<index role="GIMP 2.2">
|
||||
<index role="GIMP 2.2" id="libgimpwidgets-index-new-in-2-2">
|
||||
<title>Index of new symbols in GIMP 2.2</title>
|
||||
</index>
|
||||
<index role="GIMP 2.4">
|
||||
<index role="GIMP 2.4" id="libgimpwidgets-index-new-in-2-4">
|
||||
<title>Index of new symbols in GIMP 2.4</title>
|
||||
</index>
|
||||
<index role="deprecated">
|
||||
<index role="deprecated" id="libgimpwidgets-index-deprecated">
|
||||
<title>Index of deprecated symbols</title>
|
||||
</index>
|
||||
|
||||
|
|
Loading…
Reference in New Issue