Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > 1b4630ee951f8d4d5487f22ee15d0b85 > files > 5

mono-curses-doc-0.2-0.r128192.4mdv2011.0.i586.rpm

2009-02-09  Jonathan Pryor  <jpryor@novell.com>

	* mono-curses.source: Add a /monodoc/node element so that
	  documentation is inserted under the "Mono Libraries" node.

Wed Oct 17 15:09:30 CEST 2007 Paolo Molaro <lupus@ximian.com>

	* attrib.c: fixed compilation of constants. Note that mono-curses
	programs that use these constants are not portable to different
	systems and they'll need a recompile (bug #333808).

2007-04-15  Miguel de Icaza  <miguel@novell.com>

	* demo.cs: Link it with MonoTorrent, add statistics display,
	actually switch the stats based on it, add resizing support, etc.

	Add a bunch of extra settings.

	* gui.cs: Add filing, fix Clear and all the related classes,
	complete resizing support, add Info methods, run in raw mode,
	support c-c and c-z.
	
	* Makefile: You must specify your bitsharp directory now.

2007-04-14  Miguel de Icaza  <miguel@novell.com>

	* binding.cs.in: Add support for checking SIGWINCH.

	* gui.cs: Support SIGWINCH.   Add the basics for layout, only
	Dialogs take advantage of this now.   more to come.

	Add error method.

	* demo.cs: Add some prototypical stuff for starting to layout the
	UI for monotorrent.

	Add load/save settings, 

	Add options dialog.

2007-04-13  Miguel de Icaza  <miguel@novell.com>

	* binding.cs (IsAlt): new routine, constants to encode alt
	setting.

	* demo.cs: Provide a model for the listview, improve demo, include
	new pane to test focus across containers.
	
	* gui.cs: