Reformat CHANGES and update dependencies (make depend).
Saved a few columns in CHANGES so more text fits in 80 columns. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12105 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
c57c3a1c6c
commit
8cdfb926f2
12
CHANGES
12
CHANGES
@ -1,11 +1,12 @@
|
|||||||
Changes in FLTK 1.4.0 RELEASED: ??? ?? 2017
|
Changes in FLTK 1.4.0 RELEASED: ??? ?? 2017
|
||||||
|
|
||||||
|
|
||||||
New features and extensions
|
New features and extensions
|
||||||
|
|
||||||
- CMake is the primary supported build system in FLTK 1.4.0 and later.
|
- CMake is the primary supported build system in FLTK 1.4.0 and later.
|
||||||
CMake can be used to generate Makefiles, IDE project files, and
|
CMake can be used to generate Makefiles, IDE project files, and
|
||||||
several other build systems by using different "generators" provided
|
several other build systems by using different "generators" provided
|
||||||
by CMake (for instance Ninja, CodeBlocks, Eclipse, KDevelop3, etc).
|
by CMake (for instance Ninja, CodeBlocks, Eclipse, KDevelop3, etc.).
|
||||||
See README.CMake.txt for more information.
|
See README.CMake.txt for more information.
|
||||||
autoconf/configure is still supported by the FLTK team for backwards
|
autoconf/configure is still supported by the FLTK team for backwards
|
||||||
compatibility with older systems that lack CMake support.
|
compatibility with older systems that lack CMake support.
|
||||||
@ -16,18 +17,21 @@ Changes in FLTK 1.4.0 RELEASED: ??? ?? 2017
|
|||||||
- FLTK's ABI version can be configured with 'configure' and CMake.
|
- FLTK's ABI version can be configured with 'configure' and CMake.
|
||||||
See documentation in README.abi-version.txt.
|
See documentation in README.abi-version.txt.
|
||||||
|
|
||||||
|
|
||||||
1.4.0 ABI FEATURES
|
1.4.0 ABI FEATURES
|
||||||
|
|
||||||
- None. 1.4.0 is a new ABI version (breaking 1.3.x ABI).
|
- None. FLTK 1.4.0 has a new ABI, breaking 1.3.x ABI.
|
||||||
|
|
||||||
|
|
||||||
Other improvements
|
Other improvements
|
||||||
|
|
||||||
- ...
|
- (add here)
|
||||||
|
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
|
|
||||||
- ...
|
- (add here)
|
||||||
|
|
||||||
|
|
||||||
Removed Features
|
Removed Features
|
||||||
|
|
||||||
|
@ -981,7 +981,9 @@ drivers/Xlib/Fl_Xlib_Graphics_Driver.o: ../FL/Fl_Widget.H ../FL/Fl_Bitmap.H
|
|||||||
drivers/Xlib/Fl_Xlib_Graphics_Driver.o: ../FL/Fl_Image.H ../FL/Fl_Pixmap.H
|
drivers/Xlib/Fl_Xlib_Graphics_Driver.o: ../FL/Fl_Image.H ../FL/Fl_Pixmap.H
|
||||||
drivers/Xlib/Fl_Xlib_Graphics_Driver.o: ../FL/Fl_RGB_Image.H ../FL/x.H
|
drivers/Xlib/Fl_Xlib_Graphics_Driver.o: ../FL/Fl_RGB_Image.H ../FL/x.H
|
||||||
drivers/Xlib/Fl_Xlib_Graphics_Driver.o: ../FL/Fl_Export.H ../FL/fl_types.h
|
drivers/Xlib/Fl_Xlib_Graphics_Driver.o: ../FL/Fl_Export.H ../FL/fl_types.h
|
||||||
drivers/Xlib/Fl_Xlib_Graphics_Driver.o: ../FL/Enumerations.H ../FL/fl_draw.H
|
drivers/Xlib/Fl_Xlib_Graphics_Driver.o: ../FL/Enumerations.H
|
||||||
|
drivers/Xlib/Fl_Xlib_Graphics_Driver.o: drivers/Xlib/Fl_Font.H
|
||||||
|
drivers/Xlib/Fl_Xlib_Graphics_Driver.o: ../FL/fl_draw.H
|
||||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_arci.o: ../config.h
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_arci.o: ../config.h
|
||||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_arci.o: drivers/Xlib/Fl_Xlib_Graphics_Driver.H
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_arci.o: drivers/Xlib/Fl_Xlib_Graphics_Driver.H
|
||||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_arci.o: ../FL/Fl_Graphics_Driver.H
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_arci.o: ../FL/Fl_Graphics_Driver.H
|
||||||
|
Loading…
Reference in New Issue
Block a user