diff --git a/CHANGES b/CHANGES index 6ab62463b..76043c479 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ CHANGES IN FLTK 1.1.8 - Documentation fixes (STR #1454, STR #1455, STR #1456, STR #1457, STR #1458, STR #1460, STR #1481, STR #1578, - STR #1639) + STR #1639, STR #1645) - Fixed Makefile "make clean" (STR #1642, STR #1643) - The sample RPM spec file now enables large file support and threading support (STR #1603) diff --git a/documentation/Fl_Text_Buffer.html b/documentation/Fl_Text_Buffer.html index ad86d9b71..6bbc68099 100644 --- a/documentation/Fl_Text_Buffer.html +++ b/documentation/Fl_Text_Buffer.html @@ -14,9 +14,6 @@
Fl_Text_Buffer - | - +----Fl_Text_Display, - Fl_Text_Editor
The Fl_Text_Buffer class is used by the Fl_Text_Display -and Fl_Text_Editor to manage complex text data and is based upon the +
The Fl_Text_Buffer class is used by the +Fl_Text_Display +and +Fl_Text_Editor +to manage complex text data and is based upon the excellent NEdit text editor engine - see http://www.nedit.org/.
@@ -420,8 +420,10 @@ done with the text, free it using the free() function.Gets or sets the text in the buffer. When you are done with -the text, free it using the free() function. +
Gets or sets the text in the buffer. The first form +returns a copy of the text in the buffer which you must +later free() when done using it. The second form sets the text in +the buffer, making an internal copy of the string that is automatically managed.