app/paint-funcs/Makefile.am made 'make dist' happy.
2001-11-25 Sven Neumann <sven@gimp.org> * app/paint-funcs/Makefile.am * data/misc/Makefile.am: made 'make dist' happy.
This commit is contained in:

committed by
Sven Neumann

parent
fe4b8867a1
commit
4512bdf4a4
@ -1,3 +1,8 @@
|
||||
2001-11-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/paint-funcs/Makefile.am
|
||||
* data/misc/Makefile.am: made 'make dist' happy.
|
||||
|
||||
2001-11-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Makefile.am
|
||||
|
8
NEWS
8
NEWS
@ -25,16 +25,20 @@ Overview of Changes in GIMP 1.3.0
|
||||
- Removed GIMP 1.0 compatibility wrappers.
|
||||
- Lots of stuff not mentioned here. See the file ChangeLog for more info.
|
||||
|
||||
|
||||
Overview of Changes in GIMP 1.3.1
|
||||
=================================
|
||||
|
||||
- Follow GTK+-2.0 API changes [Mitch, Sven]
|
||||
- Follow GTK+-2.0 and Pango API changes [Yosh, Mitch, Sven]
|
||||
- Added Color Erase paint mode [Simon Budig]
|
||||
- Proofreading of messages [Rebecca Walter]
|
||||
- Improvements to container views [Mitch]
|
||||
- Improved tool options [Mitch]
|
||||
- Made --no-interface mode work without calling gtk_init() [Mitch]
|
||||
- Reworked paint_funcs [Daniel Egger]
|
||||
- Added SF-DIRNAME script-fu parameter [Matteo Nastasi]
|
||||
- Lots of internal cleanups [Mitch, Sven]
|
||||
- More stuff not mentioned here (see the ChangeLog)
|
||||
|
||||
Other Contributors:
|
||||
Manish Singh, Guillermo S. Romero
|
||||
Guillermo S. Romero, David Neary
|
||||
|
@ -12,6 +12,8 @@ endif
|
||||
libapppaint_funcs_a_SOURCES = @STRIP_BEGIN@ \
|
||||
paint-funcs.c \
|
||||
paint-funcs.h \
|
||||
paint-funcs-generic.h \
|
||||
paint-funcs-mmx.h \
|
||||
$(mmx_sources) \
|
||||
@STRIP_END@
|
||||
|
||||
|
@ -5,6 +5,6 @@ miscdatadir = $(gimpdatadir)/misc
|
||||
miscdata_SCRIPTS = \
|
||||
user_install
|
||||
|
||||
EXTRA_DIST =
|
||||
EXTRA_DIST = \
|
||||
$(miscdata_SCRIPTS) \
|
||||
user_install.bat
|
||||
|
Reference in New Issue
Block a user