Skip to content
  • Michael Natterer's avatar
    app/Makefile.am removed. · d26c2668
    Michael Natterer authored
    2001-06-26  Michael Natterer  <mitch@gimp.org>
    
    	* app/Makefile.am
    	* app/color_transfer.[ch]: removed.
    
    	* app/tools/Makefile.am
    	* app/tools/gimpcolorbalancetool-transfer.[ch]: added.
    
    	* app/tools/gimpcolorbalancetool.c: changed accordingly.
    
    	* app/base/Makefile.am
    	* app/base/tile-manager-crop.[ch]: formerly known as crop_buffer().
    
    	* app/tools/gimptexttool.c: changed accordingly.
    
    	* app/context_manager.[ch]: added the global clipboard and the
    	named buffer list here.
    
    	* app/app_procs.c: don't call color_transfer_init() and don't free
    	the buffer stuff (done by the context manager now).
    
    	* app/errorconsole.c: don't #include "gui/commands.h"
    
    	* app/global_edit.[ch]: removed lots of stuff which is now done by
    	gui/edit-commands.* or the new GimpBuffer object. The "paste
    	named" dialog will go away and this file will be moved to core/
    	soon.
    
    	* app/image_new.c: no need to declare the global_buffer extern any
    	more.
    
    	* app/qmask.c: don't #include "global_edit.h"
    
    	* app/co...
    d26c2668