summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-09-06 11:20:53 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-09-06 11:20:53 +0000
commitd7fe9245b4f976d220469f321b100ffc217ccc59 (patch)
treee95f1b3a5c7020f3ffca79bf4af6428f41bafdce /CHANGES
parent98a0be39654892de753912045a36bd7f66eac31c (diff)
Install image header files in FL/images so that FLTK apps will use the
same headers as the image libraries FLTK uses. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3804 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ebcfa11a2..bae81ea32 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,13 @@
CHANGES IN FLTK 1.1.5rc3
- - added test/unittests to verify pixel drawing and
+ - Added test/unittests to verify pixel drawing and
alignment across platforms
- Fl_Menu_::find_item() didn't determine the menu path
properly (STR #481)
+ - The build system now installs image library header
+ files in FL/images/filename.h so that FLTK programs
+ will use the same header files as the FLTK image
+ libraries.
- The build system now creates image libraries named
"libfltk_name.a" instead of "libname.a" to avoid
clobbering an existing installed library (STR #480)