summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2017-02-04 21:56:38 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2017-02-04 21:56:38 +0000
commit759d2f1c99560468e17d656d395db87796deea94 (patch)
tree4b7a3d924228220c40c4833db41497db29c40dd4 /CHANGES
parentcbc5a4842de3e4f0b2adb366804f7d2c73236078 (diff)
Fix line number alignment in Fl_Text_Display/Editor (STR #3363).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12170 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 8f2cf5bac..8b9ee73b9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -42,13 +42,14 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017
Other Improvements
- - (add here)
+ - (add new items here)
- Many documentation fixes, clarifications, and enhancements.
Bug Fixes
- - (add here)
+ - (add new items here)
+ - Fix line number alignment in Fl_Text_Display/Editor (STR #3363).
- Fix ignored buffer pre-allocation (requestedSize) in Fl_Text_Buffer.
See fltk.general "Fl_Text_Buffer constructor bug" on Dec 5, 2016.
- Fix build with configure --enable-cairo --enable-cairoext,