Subject: CVS commit: pkgsrc/x11/fltk
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 10/21/2004 08:29:45
Module Name:	pkgsrc
Committed By:	adam
Date:		Thu Oct 21 08:29:45 UTC 2004

Modified Files:
	pkgsrc/x11/fltk: Makefile distinfo
	pkgsrc/x11/fltk/patches: patch-aa patch-ab patch-ac patch-ad patch-ae
	    patch-af patch-ag

Log Message:
Changes 1.1.5rc1:
        - Documentation updates (STR #186, STR #245, STR #250,
          STR #277, STR #281, STR #328, STR #338)
        - fl_scroll() did not handle scrolling from off-screen on
          WIN32 (STR #315)
        - Fl_File_Chooser did not allow manual entry of a drive
          letter (STR #339)
        - Fl_Menu now uses the boxtype to redraw the menu
          background (STR #204)
        - Fl_Scroll now shows the background image when a framed
          box type is used and the Fl_Scroll is a direct
          decendent of a window (STR #205)
        - Added a new_directory_tooltip string pointer to allow
          localization of the file chooser's new directory
          button (STR #340)
        - Added Fl_Menu_::find_item() method (STR #316)
        - The Fl_Widget copy operator definitions were not
          conditionally compiled properly (STR #329)
        - FLUID's Layout functionality did not move child
          widgets when laying out group widgets (STR #319)
        - FLUID's Layout->Center In Group functionality did not
          properly handle widgets that were children of a
          Fl_Window widget (STR #318)
        - The Fl_Text_Display destructor did not remove the
          predelete callback associated with the current buffer
          (STR #332)
        - Fixed several bugs in the MacOS X Fl::add_fd()
          handling (STR #333, STR #337)


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 pkgsrc/x11/fltk/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/x11/fltk/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/x11/fltk/patches/patch-aa \
    pkgsrc/x11/fltk/patches/patch-af
cvs rdiff -r1.8 -r1.9 pkgsrc/x11/fltk/patches/patch-ab
cvs rdiff -r1.6 -r1.7 pkgsrc/x11/fltk/patches/patch-ac \
    pkgsrc/x11/fltk/patches/patch-ad
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/fltk/patches/patch-ae \
    pkgsrc/x11/fltk/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.