summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-02-25 15:03:48 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-02-25 15:03:48 +0000
commita4c3c685dd41187db4faca7023c2ba43256fa76c (patch)
tree26703915b840f8cd7e66a908af169f57b47e7e74 /CHANGES
parent5382d3c8d552e4e2e1b245f0c26b5fbd3cd27702 (diff)
STR #1716: Fixed image read for partial regions on X11
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6046 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 1e308cc90..b985130c2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ CHANGES IN FLTK 1.1.8
STR #1742, STR #1777, STR #1794, STR #1827, STR #1843,
STR #1796, STR #1815, STR #1726, STR #1753, STR #1855,
STR #1862, STR #1867, STR #1874)
+ - Fixed image read for partial regions on X11
+ (STR #1716)
- Fixed KDE/Gnome icon paths (STR #1795)
- Fixed Tab key to wrap around menu bars (STR #1877)
- Fixed possible timer leak in Scrollbar (STR #1880)