summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2009-01-12 17:34:29 +0000
committerFabien Costantini <fabien@onepost.net>2009-01-12 17:34:29 +0000
commit9c523405a8c1a450342069818815b7ad03cf5686 (patch)
tree06b0164f166344979c081b80cfec5af44ca83f33
parent43d5a9de5547f549714fdc0b733fc2f8e7205c85 (diff)
Updated CHANGES with recent modifications.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6631 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8acb7ebc4..7b392f646 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
CHANGES IN FLTK 1.3.0
+ - Fl_Help_View now handles one level imbricated font color
+ specification (STR#890)
+ - Copyright dates are now updated to 2009 (STR#2036)
+ - Copy/Paste operations should now work as expected,
+ with utf8 support and more (STR#2104,2121).
- Widgets now remove themselves from their parent group (if any),
when destroyed (STR #1894)
- Added flexible gap size for text buffer (STR #2046)