summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-05-27 20:20:20 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-05-27 20:20:20 +0000
commit3bad53ae79367a595fa598ed8c38634ec2db215d (patch)
treefca9340a4505e9d473e3f51f86af4254085addaa /CHANGES
parentfdfa3f0add5cd27680008d45d0ac0fc67318a41c (diff)
Fix STR #52 - Fl_Text_Editor didn't set changed() nor did it call callbacks
for composed characters. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3007 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8358064c2..9db94f18b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+CHANGES IN FLTK 1.1.4
+
+ - The Fl_Text_Editor widget did not set changed() nor
+ did it call the widget's callback function for
+ FL_WHEN_CHANGED when processing characters that
+ Fl::compose() handles (STR #52)
+
+
CHANGES IN FLTK 1.1.4rc1
- The file chooser did not reset the click count when