summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-06-09 13:35:49 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-06-09 13:35:49 +0000
commit13ae564f03a3ea7dd86e218fb287363842371cba (patch)
tree28f0478578cd2be81328e60b1c8c4608b411e434 /CHANGES
parentd769df9a59601459c26f3ba9b18b0bdba2f36855 (diff)
Add color definitions for "dark red", etc.
Change "text" and "selecion" methods to return char *, not const char *, since they return a changeable copy of the text. Add range checking to style lookup in Fl_Text_Display. Add syntax hilighting to editor example. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2299 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 85bf58619..c60dbf50b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
CHANGES IN FLTK 1.1.0
+ - Added syntax highlighting example code to the editor
+ test program.
+ - Fl_Text_Display didn't range check style buffer
+ values.
+ - Added "dark" color constants (FL_DARK_RED, etc.)
- The MacOS font code was missing definitions for
fl_font_ and fl_size_.