Fl_Text_Display and friends now look for the next

non-punctuation/space character for word boundaries (STR #26)


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2977 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2003-05-04 22:29:01 +00:00
parent e2baef33cd
commit ea324d25c4
2 changed files with 14 additions and 8 deletions
+3
View File
@@ -1,5 +1,8 @@
CHANGES IN FLTK 1.1.4
- Fl_Text_Display and friends now look for the next
non-punctuation/space character for word boundaries
(STR #26)
- gl_font() didn't work properly for X11 when Xft was
used (STR #12)
- Fl_File_Browser incorrectly included "." on WIN32 (STR