dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] pnetlib ChangeLog NEWS configure.in


From: Rhys Weatherley
Subject: [dotgnu-pnet-commits] pnetlib ChangeLog NEWS configure.in
Date: Sun, 15 Jan 2006 06:07:39 +0000

CVSROOT:        /sources/dotgnu-pnet
Module name:    pnetlib
Branch:         
Changes by:     Rhys Weatherley <address@hidden>        06/01/15 06:07:39

Modified files:
        .              : ChangeLog NEWS configure.in 

Log message:
        Update version and news for the 0.7.4 release.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dotgnu-pnet/pnetlib/ChangeLog.diff?tr1=1.2345&tr2=1.2346&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/dotgnu-pnet/pnetlib/NEWS.diff?tr1=1.34&tr2=1.35&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/dotgnu-pnet/pnetlib/configure.in.diff?tr1=1.151&tr2=1.152&r1=text&r2=text

Patches:
Index: pnetlib/ChangeLog
diff -u pnetlib/ChangeLog:1.2345 pnetlib/ChangeLog:1.2346
--- pnetlib/ChangeLog:1.2345    Fri Jan 13 09:07:59 2006
+++ pnetlib/ChangeLog   Sun Jan 15 06:07:38 2006
@@ -1,3 +1,8 @@
+
+2006-01-15  Rhys Weatherley  <address@hidden>
+
+       * configure.in, NEWS: update version and news for the 0.7.4 release.
+
 2006-01-13  Heiko Weiss <address@hidden>
 
        * System.Drawing/Toolkit/IToolkitTopLevelWindow.cs,
Index: pnetlib/NEWS
diff -u pnetlib/NEWS:1.34 pnetlib/NEWS:1.35
--- pnetlib/NEWS:1.34   Wed Aug 17 01:31:18 2005
+++ pnetlib/NEWS        Sun Jan 15 06:07:39 2006
@@ -1,4 +1,108 @@
 
+0.7.4 (15 January 2006)
+
+       System.Windows.Forms and System.Drawing: 
+
+       * Misplaced classes in Forms namespaces (Gopal V).
+       * Icon naming issues (Deryk Robosson).
+       * Parse and load binary RegionData file (Marco Bosatta).
+       * Bug in order is IsVisible changes (Marc Haisenko).
+       * Select a control by default on main forms and mouse click (Marc 
Haisenko).
+       * Fix ShowInTaskbar flag for Xsharp (Marc Haisenko).
+       * Don't allow control width/height less than zero (Kirill Kononenko).
+       * Fix bezier fills in Graphics.FillPath (Heiko Weiss).
+       * Gnome libraries that need .so mappings (Kirill Kononenko).
+       * Cache ControlCollection instances (Gopal V).
+       * Add ScrollableControl.OnVisibleChanged (Deryk Robosson).
+       * Fix out of tree builds (Gopal V).
+       * Form reparenting (Heiko Weiss).
+       * Use UTF8 for Xft font rendering, not ANSI (Marc Haisenko).
+       * Correct top-level window event handling (Peter Flaig).
+       * Async invoke fixes (Peter Flaig, Heiko Weiss).
+       * Send mouse events to parent if control is disabled (Peter Flaig).
+       * Fix LineAlignment (Peter Flaig).
+       * DataGrid (Boris Manojlovic, Deryk Robosson).
+       * Add image drawing support to Label (Peter Flaig).
+       * Glyphs on a scrollbar resize proportionally to the space left for
+         the increment and decrement buttons (Kirill Kononenko).
+       * Fix clipping of text drawing (Heiko Weiss).
+       * Handle font drawing properly if no clip region set (Klaus Treichel).
+       * Flicker-free double buffering (Thong Nguyen).
+       * Make text drawing in various controls more Windows-like (Peter Flaig).
+       * Prevent duplicate calls to OnControlAdded (Heiko Weiss).
+       * Don't include non-visible controls in layouting (Peter Flaig).
+       * Implement GetFocusedChild (Deryk Robosson).
+       * Screen.GetBounds (Deryk Robosson).
+       * ScrollableControl.ScrollControlIntoView (Deryk Robosson).
+       * ScrollableControl.OnMouseWheel (Deryk Robosson, Heiko Weiss).
+       * TabControl child remove and set operators (Deryk Robosson).
+       * ToolBarButton.ToString (Deryk Robosson).
+       * TreeView.FullRowSelect (Deryk Robosson).
+       * Prevent multiple creation of toolkit window object (Heiko Weiss).
+       * Increase control layout performance (Heiko Weiss).
+       * Increase TextBox performance by checking previous values (Heiko 
Weiss).
+       * Fixed layout with anchors (Peter Flaig).
+       * Performance improvements in TrackBar (Deryk Robosson).
+       * UpDownBase - add missing TextAlign property (Deryk Robosson).
+       * Fix image clipping in Xsharp (Peter Flaig).
+       * Raise expand/collapse events properly in TreeView/TreeNode (Radek 
Polak).
+       * Enhance RegionData performance (Heiko Weiss).
+       * Crash bug fix in FileDialog (Klaus Treichel).
+       * Only map toolkit to window if non-zero size (Peter Flaig).
+       * Improve click events in TreeView (Radek Polak).
+       * Fix click event handling when mouse leaves window (Peter Flaig).
+       * Button.OnClick before MouseUp for compat (Peter Flaig).
+       * Forward Xsharp exceptions to OnThreadException (Heiko Weiss).
+       * Update mouse position on mouse down, for touch screens (Heiko Weiss).
+       * TabPage fixes (Heiko Weiss).
+       * Memory leak in Xsharp (Heiko Weiss).
+       * ToolkitGraphicsImageBase - fire an OnChanged whenever a line draw
+         occurs, so that the native image can be regenerated (Gopal V).
+       * Support semi-transparent forms in Xsharp (Heiko Weiss).
+
+       JScript:
+
+       * Changes to JFunction.Eval for functional programming (Gopal V).
+
+       XML:
+
+       * Advance reader in ReadString if element is empty (Radek Polak).
+       * Declare correct XSI namespace in scheme code (Deryk Robosson).
+       * Deserialization of objects containing lists (Deryk Robosson).
+       * Fixed loading of XML from a string (Peter Flaig).
+       * Add new 2.0 classes (Klaus Treichel).
+       * Various small fixes (Peter Flaig).
+
+       Tests: 
+
+       * Tests for StatusBar (Deryk Robosson).
+       * Test for empty element read in XML (Radek Polak).
+
+       Other: 
+
+       * Throw the right exceptions in System.Xml.Nametable (Klaus Treichel).
+       * Sorting of return values from TrimMembers (Gopal V).
+       * Integrate Mono's latest regex code (Rainer Größlinger).
+       * Handle nested types in Type.GetMembers (Gopal V).
+       * Read correct number of bytes in BinaryRead.ReadBytes even if
+         EOF is seen (Peter Flaig).
+       * Handle empty strings properly in NumberParser (Peter Flaig).
+       * Make SortedList enumerators call Reset properly (Heiko Weiss).
+       * Fix non AutoReset timers (Heiko Weiss).
+       * Create correct SocketException from errno (Heiko Weiss).
+       * Bugs in logical and/or within CodeDom (Deryk Robosson).
+       * Change versions to match MS .NET Framework 2.0.
+       * Create invariant CultureInfo correctly (Heiko Weiss).
+       * Fix crash in String.LastIndexOf for empty strings (Heiko Weiss).
+       * Set Hashtable capacity at various points for speed ups (Heiko Weiss).
+       * Remove unnecessary properly calls (Heiko Weiss).
+       * Use current working dir for process starts (Radek Polak).
+       * Cache number formatters (Heiko Weiss).
+       * Speedups in use of BitArray class (Heiko Weiss).
+       * Rounding fixes in Convert for integer types (Heiko Weiss).
+       * Bug fixes in UriBuilder (Carl-Adam Brengesjo).
+       * Deal with system clock changes in System.Timer (Heiko Weiss).
+
 0.7.2 (17 August 2005)
 
        System.Windows.Forms and System.Drawing: 
Index: pnetlib/configure.in
diff -u pnetlib/configure.in:1.151 pnetlib/configure.in:1.152
--- pnetlib/configure.in:1.151  Fri Sep  9 13:04:16 2005
+++ pnetlib/configure.in        Sun Jan 15 06:07:39 2006
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(runtime/System/Object.cs)
-AM_INIT_AUTOMAKE(pnetlib, 0.7.3)
+AM_INIT_AUTOMAKE(pnetlib, 0.7.4)
 AM_MAINTAINER_MODE
 
 dnl Extra substitution variables.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]