diff --git a/ChangeLog b/ChangeLog index 0816ca3061..aa2f3327e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-07-27 Tor Lillqvist + + * libgimp/gimp.def + * libgimp/gimpui.def: Move gimp_{brush,font,gradient,pattern}_ + select_{destroy,new} back to gimp.def (and actually add some of + the _destroy entries). The files where these are defined go in + libgimp, not libgimpui (see Makefile.am). Sort the .def files. + 2003-07-26 Tor Lillqvist * plug-ins/libgck/gck/Makefile.am: Use -no-undefined on Windows. diff --git a/libgimp/gimp.def b/libgimp/gimp.def index 2283cf1d9b..65d981f62a 100644 --- a/libgimp/gimp.def +++ b/libgimp/gimp.def @@ -3,6 +3,8 @@ EXPORTS gimp_airbrush_default gimp_attach_new_parasite gimp_blend + gimp_brush_select_destroy + gimp_brush_select_new gimp_brushes_close_popup gimp_brushes_get_brush_data gimp_brushes_popup @@ -98,6 +100,8 @@ EXPORTS gimp_floating_sel_remove gimp_floating_sel_rigor gimp_floating_sel_to_layer + gimp_font_select_destroy + gimp_font_select_new gimp_fonts_close_popup gimp_fonts_popup gimp_fonts_set_popup @@ -111,6 +115,8 @@ EXPORTS gimp_get_progname gimp_gimprc_query gimp_gimprc_set + gimp_gradient_select_destroy + gimp_gradient_select_new gimp_gradients_close_popup gimp_gradients_get_gradient gimp_gradients_get_gradient_data @@ -262,6 +268,8 @@ EXPORTS gimp_path_set_points gimp_path_set_tattoo gimp_path_stroke_current + gimp_pattern_select_destroy + gimp_pattern_select_new gimp_patterns_close_popup gimp_patterns_get_pattern_data gimp_patterns_popup @@ -355,6 +363,3 @@ EXPORTS gimp_unit_new gimp_unit_set_deletion_flag gimp_version - - - diff --git a/libgimp/gimpui.def b/libgimp/gimpui.def index 044a45afe2..e1d324b8e5 100644 --- a/libgimp/gimpui.def +++ b/libgimp/gimpui.def @@ -1,8 +1,6 @@ EXPORTS - gimp_brush_select_new - gimp_brush_select_destroy - gimp_brush_select_widget_new gimp_brush_select_widget_close + gimp_brush_select_widget_new gimp_brush_select_widget_set gimp_channel_menu_new gimp_drawable_menu_new @@ -17,19 +15,16 @@ EXPORTS gimp_fixme_preview_new2 gimp_fixme_preview_put_pixel gimp_fixme_preview_update - gimp_font_select_new - gimp_font_select_widget_new gimp_font_select_widget_close + gimp_font_select_widget_new gimp_font_select_widget_set - gimp_gradient_select_new - gimp_gradient_select_widget_new gimp_gradient_select_widget_close + gimp_gradient_select_widget_new gimp_gradient_select_widget_set gimp_image_menu_new gimp_layer_menu_new - gimp_pattern_select_new - gimp_pattern_select_widget_new gimp_pattern_select_widget_close + gimp_pattern_select_widget_new gimp_pattern_select_widget_set gimp_plug_in_get_path gimp_ui_init