summaryrefslogtreecommitdiff
path: root/CHANGES_1.1.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-14 15:15:02 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-14 15:16:05 +0200
commit58296c373a79ac404e86f8a4b20a5309db2f00de (patch)
tree8edea73b8c00f3a28a74c79e2249e7b4d83b2133 /CHANGES_1.1.txt
parent70385593387e1f47549e050c3aaea047a96bc7a2 (diff)
Fix old URL's and forum/newsgroup names
- fltk.development has been renamed to fltk.coredev - all FLTK URL's are now of the form https://www.fltk.org/…
Diffstat (limited to 'CHANGES_1.1.txt')
-rw-r--r--CHANGES_1.1.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES_1.1.txt b/CHANGES_1.1.txt
index 5b8e0355e..8995f2851 100644
--- a/CHANGES_1.1.txt
+++ b/CHANGES_1.1.txt
@@ -225,7 +225,7 @@ CHANGES IN FLTK 1.1.8 RELEASED: Mar 27 2008
- Making a child group visible in a Fl_Tabs or Fl_Wizard
group now shows that tab or pane.
- Added fl_open_uri() function as proposed on
- fltk.development.
+ fltk.coredev.
- Added Fl::has_check() which previously was prototyped
and documented, but not implemented (STR #1542)
- Enabled Fl::add_check() on OS X (STR #1534)