[go: up one dir, main page]

File: fluid.NEWS

package info (click to toggle)
fltk1.3 1.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 24,292 kB
  • ctags: 18,602
  • sloc: cpp: 104,403; ansic: 88,673; sh: 3,654; makefile: 1,869; perl: 27; xml: 7
file content (22 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
fltk1.3 (1.3~r7710-1) experimental; urgency=low

  * Per http://www.fltk.org/str.php?L2259, fluid no longer produces
    (empty) implementations for empty functions in .fl files.  You can
    override this behavior by arranging for their bodies to contain
    comments, either within fluid's GUI or by hand-editing the relevant
    portions of .fl files to read something along the lines of

    Function {foo()} {...
    } {
      comment {This body intentionally left blank.} {in_source not_in_header
      }
    }

    rather than

    Function {foo()} {...
    } {}

    Apologies for any resulting disruption.

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 12 Oct 2010 18:17:39 -0400