diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-05-29 19:43:06 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-05-29 19:43:06 +0000 |
| commit | 47426f0b3fe6cddea8cca421d0c905edb4834bfa (patch) | |
| tree | df2c6b602ef87e2c6a78af34972a55b40b84ef66 /CHANGES | |
| parent | 0753014e309d94f28a04893fddb25f175417b8af (diff) | |
Drop undocumented and non-working --prefix and --exec-prefix options to
fltk-config script (STR #56)
Fix configure tests that had bogus whitespace in them (STR #60)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3015 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,9 +1,16 @@ CHANGES IN FLTK 1.1.4 + - The configure script contained erroneous whitespace in + various tests which caused errors on some platforms + (STR #60) + - The fltk-config script still supported the deprecated + --prefix and --exec-prefix options; dropped them since + they serve no useful purpose and would never have + worked for the intended purpose anyways... (STR #56) - fl_filename_list returned 0 on Win32 if no directory existed (STR #54) - Pressing 'home' after the last letter in a Text_Editor - would move the cursor to pos 0 (STR #39) + would move the cursor to pos 0 (STR #39) - Fl::get_key(x) would mix up Ctrl and Meta on OS X (STR #55) - The configure script used the wrong dynamic library |
