Update of /cvsroot/wxlua/wxLua/distrib
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23829
Modified Files:
announce.txt
Log Message:
removed newlines from the announcement text as _all_ places where the announcement must be posted have their own wrap mechanisms and thus those newlines had to be manually removed
Index: announce.txt
===================================================================
RCS file: /cvsroot/wxlua/wxLua/distrib/announce.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** announce.txt 18 Dec 2006 17:18:39 -0000 1.2
--- announce.txt 24 Dec 2006 17:31:11 -0000 1.3
***************
*** 24,47 ****
----------------------------------------------------------------
! The wxLua team is pleased to announce a new release of the
! lua bindings to wxWidgets cross-platform GUI library. This version supports
! wxWidgets 2.6.3 to 2.8.0 and uses lua 5.1.
! wxLua is a lua scripting language wrapper around the C++ wxWidgets
! cross-platform GUI library. It consists of an executable for running
! standalone wxLua scripts, a module for lua programs to load using require,
! and the source code to build a library for extending C++ programs with a
! fast, small, fully embeddable scripting language.
! wxWidgets is a cross-platform toolkit that lets developers create
! applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using a
! single codebase. Unlike other cross-platform toolkits, wxWidgets applications
! look and feel native. This is because wxWidgets uses the platform's own native
! controls rather than emulating them. It's also extensive, free, open-source,
! and mature.
! wxLua wraps all the GUI controls that wxWidgets provides as well as common
! dialogs, drawing graphics, image loading, saving, manipulating, file functions,
! sound and media playback, printing, sockets, and more.
--- 24,34 ----
----------------------------------------------------------------
! The wxLua team is pleased to announce a new release of the lua bindings to wxWidgets cross-platform GUI library. This version supports wxWidgets 2.6.3 to 2.8.0 and uses lua 5.1.
! wxLua is a lua scripting language wrapper around the C++ wxWidgets cross-platform GUI library. It consists of an executable for running standalone wxLua scripts, a module for lua programs to load using require, and the source code to build a library for extending C++ programs with a fast, small, fully embeddable scripting language.
! wxWidgets is a cross-platform toolkit that lets developers create applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using a single codebase. Unlike other cross-platform toolkits, wxWidgets applications look and feel native. This is because wxWidgets uses the platform's own native controls rather than emulating them. It's also extensive, free, open-source, and mature.
! wxLua wraps all the GUI controls that wxWidgets provides as well as common dialogs, drawing graphics, image loading, saving, manipulating, file functions, sound and media playback, printing, sockets, and more.
|