CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB
is to be lightweight and responsive; not encumbered with unnecessary features.
The interface is designed to deliver the familiar GDB text interface, with a
split screen showing the source as it executes. The UI is modeled on the
classic Unix text editor, vi. Those familiar with vi should feel right at home
using CGDB.
* xlock -size 0 -cycles 0 -count 0
* Fixes for [apollonian flame hop julia kumppa life life3d
* qix scooter spiral thornbird worm]
Added wrap-
ping on loop.c. Dissolving and evolving loops added from ideas of
Hiroki Sayama <sayama AT is.s.u-tokyo.ac.jp>. Fixed a core dump
involving flaws.
New -echokey option thanks to <martin.zwickel AT technotrend.de>.
Use like: xlock -echokey "*" -echokeys
"Undocumented" feature (blame maintainer): xlock -echokey swear -echokeys
+ Updated life.h and life3d.h from Lee Earl Meeker's excellent "Four
+ Dimensional Cellular Automata and the Game of Life" 1998
+ http://home.sc.rr.com/lmeeker/Lee/Home.html
+ A life4d mode next?
Removed duplicate code in xlock.c thanks to Norihiko Murase
<skeleten AT shillest.net>.
Fix for case of random files on a VMS file system from Jouk Jansen.
Fixes and added options to life.c mostly for trilife.
utext3d2, atlantis -gradient, and French changes to resources
thanks to Eric Lassauge <lassauge AT users.sourceforge.net>.
I needed freetype-2.1.7.tar.bz2 http://freetype.sourceforge.net
and FTGL.tar.gz http://homepages.paradise.net.nz/henryj/
New make.com from Jouk Jansen for VMS.
Debug patch in 5.11 had an undesired effect on euler2d.c.
* new since BETA
+ updated since BETA1
The Gtk2 module allows Perl access to the Gtk+ 2.0 graphical user interface
library. You can find more information about Gtk+ 2.0 on http://www.gtk.org.
The Perl binding tries to follow the C interface as much as possible,
providing at the same time a fully object-oriented interface and
Perl-style calling conventions.
This module provides perl access to GLib and GLib's GObject libraries.
GLib is a portability and utility library; GObject provides a generic
type system with inheritance and a powerful signal system. Together
these libraries are used as the foundation for many of the libraries
that make up the Gnome environment, and are used in many unrelated
projects.
This module tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions. This means
that a perl extension is treated like a shared library that provides
also a C and an XS interface besides the perl one.
The pkg-config program retrieves information about installed libraries,
usually for the purposes of compiling against and linking to them.
ExtUtils::PkgConfig is a very simplistic interface to this utility,
intended for use in the Makefile.PL of perl extensions which bind
libraries that pkg-config knows. It is really just boilerplate code
that you would've written yourself.
USE_GNU_GETTEXT fix: afflicted systems couldn't compile gettext at all.
But, to be pedantic and fix possible unforeseen problems on systems where
the previous version *was* successfully compiling, bump PKGREVISION anyway.
Note that they claim this library is API/ABI compatible with the previous
one, but the major number version of it has changed... so a version bump
in the buildlink3.mk file is needed.
Changes since 0.9.0:
- Game History window added.
- Forward/backward through game added. This is similar to undo/redo
but does not affect existing board moves.
- Don't allow opening more than one Pattern Evaluation window.
- Preferences dialog box is no longer modal. So game can be played
even when this dialog box is opened.
- Switch computer color menu is inactive when computer or human
plays both colors.
- Add missing text domain binding for i18n.
- Add en_GB locale messages.
- GNOME 2 is now required.
- Enable i18n.
- Toolbar added.
- GUI code reorganization.
- Undo/redo menus become active/inactive according to current game
state.
- Customizing game graphics is supported.
- Reorganize undo/redo mechanism.
* Added GtkSourceView class documentation [Paolo Borelli]
* Updated C highlighting to include C99 keywords, types and macros and
Python highlighting to include Python 2.3 keywords, types and
functions [Benoît Dejean]
* Fix a couple of small auto-indentation bugs [Gustavo Giráldez]
* We now require Gtk+ 2.2.4 for the library alone, and Gtk+ 2.4 to also
build the tests.
New and updated translations
* Gujurati (new) [Gujurati Team]
* Catalan [Jordi Mallach, Aleix Badia i Bosch]
* Russian [Russian Team]
in this version (and AFAICT, it doesn't work or I haven't been able to find
a way to get it working).
Code changes
* Cleanup chrome handling (Marco)
Bugfixes
* Fix bookmarks import from XBEL (Marco)
* Set window icon on "About" dialogue (Christian)
* Fix "Add" button appearance for some themes (Christian)
* Fix "Go" button (Christian)
* Fix "Open In New Tabs" from bookmarks editor (Christian) [#138343]
* Fix context menu for anchors without href (Christian) [#138200]
* Fix context menu for linked images (Christian) [#138200]
* Fix startup script on solaris (Marco) [#138088]
* Fix filechooser handling (Federico Mena Quintero) [#138263]
* Fix compilation with -fdata-sections (Christian) [#136878]
* Check for invalid font size pref (Piers)
* Fix clear-history dialogue button size with themes (Piers)
* Fix bookmarks toolbar visibility in fullscreen and ppview
mode (Christian) [#138520]
* Fix link dragging to new notebook tabs (Christian) [#138902]
* Sync toolbar code with galeon gtk 2.4 port; fixes crash when
dragging items from other applications (Crispin Flowerday)
* Fix homepage setting to current page (Christian) [#139124]
* Make pdm, prefs and print setup dialogue transient (Christian)
* Sort the actions in location entry drop-down (Christian) [#139575]
* Don't quit filechooser when choosing not to overwrite an
existing file (Christian) [#139400]
* Fix filename encoding in confirm-overwrite dialogue (Christian)
* Fix accel setting for dynamic menus (Christian) [#139641]
* Don't gunzip downloaded files (Marco) [#131778]
* Fix content policy contract ID (Christian)
* Fix chrome handling for new windows from _blank target links
(Marco) [#139512]
* Make message selectable in content handler dialogue (Piers)
* Translations: bg, eu, is, hu, no, pa, ru
openssl, which is why my name was marked down here. I haven't found the
time to update the patches, as they require some merging in the rather
crufty configure script. So drop my name here, but provide a URL for the
old patch.
support for SSL/TLS connections with PHP. It is necessary to compile SSL
support in PHP to be able to use TLS-enabled sockets. The openssl PHP
module does not include that functionality.