A replacement for the standard console that comes with Tk, tkcon
provides many more features than the standard console and works on all
platforms where Tcl/Tk is available. It is meant primarily to aid one
when working with the little details inside Tcl and Tk and to give Unix
users the GUI console provided by default in the Mac and Windows Tk.
Features:
Command history.
Path (Unix style) / Proc / Variable name expansion.
Multiple and tabbed consoles, each with its own state.
Captures stdout and stderr to console window.
Hot errors (click on error result to see stack trace).
Electric character matching (a la emacs).
Electric proc highlighting.
Enhanced history searching.
Configurable Cut / Copy / Paste between windows.
Communication between consoles and other Tk interpreters.
* lowercase first char of COMMENT
* specify license version
* re-format DESCR
* don't lie in DESCR; xplanet doesn't do OpenGL/Mesa rendering (from stsp@, thanks!)
* regen PLIST and WANTLIB while here
ok robert@ (MAINTAINER)
structure that is passed to getservbyname_r(). Programs that use this
code die with a segfault.
from Andreas V?gele, who also sent it upstream, thanks!
ok ajacoutot@
While here, update PLISTs, some WANTLIBs, some license
markers and use MODPY_EGG_VERSION where it may help to
keep future PLIST diffs smaller.
help, nitpicking and ok jasper@, ok wcmaier@
note that print/py-reportlab/reportlab needs some more
love.
X11::Protocol is a perl module that provides an interface that is
roughly equivalent to Xlib. Its low-level approach is intentional
as the author is working on a higher-level interface that will be
more object-oriented and easier to use, so as to allow this low
level access to eventually be replaced by an XS interface to Xlib.
ok ajacoutot@
``bufsz'' which is deprecated and doesn't work in all cases. This
allows mplayer to work without underruns whatever the the buffer
size used by aucat is.
set the block size to 10ms, otherwise depending on the defaults,
the blocksize may be too large for mplayer, causing video to
stutter.
move "-ao libsndio" to "-ao sndio", suggested by naddy@
ok naddy@
* new hack: photopile
* updates sonar, jigsaw, maze, m6502, hypnowheel, timetunnel, munch, and
webcollage
* EXIF rotation support and RANDR fixes
* some old screen savers have been retired
* Nib loading refractored and improved
* Added support for autosaving in NSDocuments
* NSWindowController made a subclass of NSResponder
* NSTokenField and netokenFiledCell classes added
* New configuration file to set default installation
* gnustep-make now uses the -no-print-directory flag when invoking make
* Change in path checking algorithm in GNUstep.sh and GNUstep.csh
- use SUBST_CMD
size so that we don't end up in memory access errors
This should fix several GTK apps crashes (eog and mail-notification come
to mind but there are others).
ok jasper@