summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-06-11 20:58:12 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-06-11 20:58:12 +0000
commit34e35db71f83d0636e91222f4b2084b9eacdc21e (patch)
treee012e5ff446bb5752d425c20b5e34e00e28b5cd3 /CHANGES
parentdebda040dccc9c4b9930e1f71d695f23454fa9c4 (diff)
Prefer fl_push_clip() over fl_clip().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2307 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1cd9028a9..8cee5e99f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.0
+ - Documented that fl_push_clip() is preferred over
+ fl_clip(), with a corresponding source change.
- Minor changes to the MacOS X event handling code.
- Added syntax highlighting example code to the editor
test program.