developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
been done when the pkgsrc libtool versioning was changed. This
addresses PR pkg/29572. No recursive bump because the major version
number is not affected by this.
Bump PKGREVISION for qt3-libs and qt3-tools.
qt2-libs didn't spontaneously stop building the OpenGL modules
(how should it, noone changed it) - the failure was caused by MesaLib
forcibly linking against libpthread so that it couldn't be used
by non-threaded programs anymore
added dependency on MesaLib-6.4.2nb1 and bumped PKGREVISION
- pax-as-tar doesn't understand the "POSIX" headers in this archive
- GNU tar from pkgsrc does
- GNU tar 1.13.25 from DragonFly base doesn't not
- BSD tar from DragonFly does
So let's just use bsdtar as gtar on DragonFly.
Overview of Changes from GTK+ 2.8.12 to GTK+ 2.8.13
===================================================
* Bugs fixed:
330732 Can't select some items in GtkIconView [Donald Straney]
330944 gtk_icon_theme_list_icons: example contexts don't work
[John Spray]
331097 gnopernicus crashes on changing display screen source
for magnifier [Oana Serb]
331467 evince crashes in gdk_region_union_with_rect [Benjamin Berg]
331820 Small error in _gdk_gc_update_context [Matthias]
331785 gtk.Notebook.get_current_page() returns incorrect page
number when pages hidden [Sebastien Bacher]
331940 GtkAboutDialog not responsive to Escape key [Daniel Drake]
331440 GtkNotebook popup menu not keynavigatable [Paolo Borelli]
331651 GtkRadioButton does not issue notify::active
332059 Make more use of G_DISABLE_ASSERT in TextView code
[Arnaud Charlet]
* Updated translations (eu,ka,uk)
NetBSD 3.99.15 which resulted in an incomplete package installation.
Problem pointed out by Thomas Klausner in private e-mail.
Bump package revision because of this fix.
maintaining GUI (graphical user interface) applications.
Qt is written in C++ and is fully object-oriented. It has everything you need
to create professional GUI applications. And it enables you to create them
quickly.
Qt is a multi-platform toolkit. When developing software with Qt, you can run
it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98.
Simply recompile your source code on the platform you want.
Qt cuts down the complexity in implementing large and complex systems. Its
ingenious signal-slot technology enables true component programming.
* gtkmm.h: Include menutoolbutton.h and tearoffmenuitem.h.
* Container: Avoid crash when connecting to the remove signal.
* TreeView: Commented-out uses of g_assert() in header to avoid
warning that the statement has no effect
* Win32: Enable Plug and Socket classes
Overview of Changes from GTK+ 2.8.10 to GTK+ 2.8.11
===================================================
* Avoid memory overruns in the pixbuf theme engine
with nonsensical gradient specifications. [Matthias]
* Bugs fixed:
326003 Cursor doesn't move as expected [Evert Verhellen]
326806 Segfault from combination of gtk_container_set_resize_mode()
and GtkComboBox [Sebastien Bacher]
327751 segfault in update_cursor on amd64 [Ryan Lovett]
327538 eog crashes at launch under AIX [Christophe Belle]
153213 "~" should bring up the location dialog [Dan Winship]
327934 gtk_text_layout_get_cursor_locations() chokes on
layout=0x0 [Christian Kirbach]
* Documentation improvements [Federico Mena Quintero]
* Translation updates (es,pt_BR,zh_HK,zh_TW)
- much better i18n, slightly inefficient and probably
not perfect, but cna be used to convert between a lot of apps
who have their own problems (mozilla, netscape, lyx...)
- properties are now being initialized properly.
7.5 Tue Jan 31 15:15:43 CET 2006
- further improvements to the careful mode detection, and font width
detection:
- fully double-wide fonts will now be correctly treated,
- overlap detection was improved.
- detect totally broken fonts (usually synthesized by xft).
- careful mode forced refresh sometimes clashed with blinking,
causing unnecessary screen redraws.
- better handling of XFT combining characters.
- enable antialiasing for some replacement fonts, as they
might get used for other encodings which really need it, later.
- remove spacing=100 from all default fonts, as this creates totally
weird spacing (5 times normal) with xft.
- removed iso10646 fallback, as xorgs iso10646 encoded fonts are mostly
broken.
- removed gnu unifont fallback, all combining characters are broken.
- replace named colours by xorg's rgb.txt equivalents, to
reduce round trip time on startup, and short-cut allocation
of rgb:rr/gg/bb for xft.
- short-cut allocation of rgb values in the xlib case
(patch by Paco-Paco).
- overhauled color management: smaller codesize, alpha support.
- support "rgba:rrrr/gggg/bbbb/aaaa" color specifications and
an "[alpha]" prefix.
- try to work around Xft and Xrender forcing everything to be 100%
transparent. Long Live Xft!
- do not include X11/Intrinsic.h anymore, directly use
Xlib/Xutil/Xresource directly.
- try to find a nearest matching color when color allocation fails
on a pseudocolor screen.
- SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes.
- fix version report (DA) (which was unfortunately broken).
- changed version number report again, now to emulate xterm closer.
- added the OSC sequence 702 to detect the urxvt version number.
- small configure updates.
- further RTT optimisations.
7.4 Sat Jan 28 15:26:27 CET 2006
- screen background wasn't always erased properly when scrolling,
- re-enabled clearing optimisation disabled in 7.4pre.
- small configure updates for libptytty.
- fixed version options: line output.
- removed stoopid debugging message left in the code.
7.3 Wed Jan 25 22:47:35 CET 2006
- don't let iso14755 or mouse reporting get into the way of perl
(could lead to global grabs never being cleared).
- experimental OnTheSpot editing support (-pe xim-onthespot).
- moved Shift-Button2 paste combination to Meta-Button2.
- the cutchars resource will now be respected and used by the
selection extension.
- added the "remote-clipboard" extension which just runs external
commands to fetch and store the selection data.
- added -depth switch that tries to get a different visual depth
than the default (replaces the old PREFER_24_BIT logic).
- removed (unused) arabic presentation form composing sequences.
- be more strict when deciding that a core font glyph is too wide and
needs the careful rendering mode.
- allow more leeway for italic fonts when deciding that a character is
too wide and needs careful mode.
- redraw even more characters around characters using careful mode.
- made selection-pastebin fully asynchronous.
- reduced number of server turnarounds at startup by allocating
atoms only once per display.
- renamed on_keyboard_command to on_user_command.
- changed version sos (ESC [ > c) response to be more compatible with
xterm.
Simon Schubert to point out the right file.
Fix ATI driver option to not include the theatre module, if disabled.
Shown by Robert Sebastian Gerus during testing of the first fix.
Bump revision of xorg-server.
Changes:
* man KIO slave
o fix processing of URLs in man documents
o allow comment lines after a .TP request
* Konqueror
o 2 Tools menus when embedding KPDF in Konqueror
* KDesktop
o Fix initializations for desktops >4 when using DCOP calls.
* Konsole
o Update blue/red icons to be more distinguishable.
o The history options (line #/enabled) are now used in the profiles.
* Kwin
o Incorrectly restored window geometry upon leaving fullscreen mode
under certain circumstances
Changes:
* Improved performance under some conditions on the networking classes.
* (KIO-slave http): Work around Apache2 DAV module's insistence on
trailing slashes at the end of requests on directories.
* (KIO-slave kfile): enabling of the normal permission dialog takes
effect only after closing after doing changes on acl
* (KIO-slave kfile): problems with changing permissions in the mask
entry
* KDirWatch: KDirWatch stopDirScan affects outside KDirWatch instances
also.
* KCrash: Make KCrash more rebust (eg. in malloc())
* Mimetype detection: add more "magic" patterns to recognise shell
scripts
* KJS: avoid buffer overflow on decoding utf8 uri sequences.
* Kate
o Wrong syntax highlighting chosen for filetype
o Clear selection when closing a document.
o Text-files displayed in konqueror are saved with 0 bytes.
o Backspace key does not work when shift key is held
o PicAsm highlighting is missing IORWF, RLF, RRF
* Kicker
o Turning off tooltip doesn't work
o Don't crash on logout.
o app started by kmail does not show in kicker
* KDesktop
o Desktop icons move down at each login due to child panel at top
of screen
* KHTML
o Performance improvements:
o Add caching for getElementById
o Much faster appending of options to selects, and clearing of
selects
o Simplify dirty region computation, to speed up cases of lots of
small updates
o Small improvements in efficiency of URL handling in image loader
o Match other browsers and not the DOM on behavior of getAttribute
with non-existent attributes. Fixes reply buttons on Yahoo mail
o Hidden field is not sent (Fixing OSNews.com)
o Konqueror consumes all memory when printing specific web page
o Do not lose server-specified encodings when going back in history
o Make behavior of named objects access under document more consistent
with other browsers
o Various crash fixes
o JavaScript debugger more reliable
o Support window.scrollX, window.scrollY,.click on anchors
o behave sanely for Roman counters > 4000
o Optimize appends and clears to/of selects via explicit APIs.
* KDEUI
o Set default parameter in KRandomSequence to 0 instead of 1 for
randomness if no seed is provided
Overview of Changes from GTK+ 2.8.10 to GTK+ 2.8.11
===================================================
* Avoid memory overruns in the pixbuf theme engine
with nonsensical gradient specifications. [Matthias]
* Bugs fixed:
326003 Cursor doesn't move as expected [Evert Verhellen]
326806 Segfault from combination of gtk_container_set_resize_mode()
and GtkComboBox [Sebastien Bacher]
327751 segfault in update_cursor on amd64 [Ryan Lovett]
327538 eog crashes at launch under AIX [Christophe Belle]
153213 "~" should bring up the location dialog [Dan Winship]
327934 gtk_text_layout_get_cursor_locations() chokes on
layout=0x0 [Christian Kirbach]
* Documentation improvements [Federico Mena Quintero]
* Translation updates (es,pt_BR,zh_HK,zh_TW)
7.2 Sun Jan 22 21:58:16 CET 2006
- bugfix: urxvt (not urxvtd) did not correctly handle multiple
environments necessary, which resulted in segfaults within
getenv (reproducable: urxvt -fn 9x15, open a menu once,
ctrl-shift-672c).
- bugfix: the selection speedup in in 7.1 unfortunately caused
non-ascii characters to enlarge/move the selection.
- bugfix: resizing sometimes leaked lines from the secondary to
the primary screen.
- bugfix: reducing window size while large amounts of text were output
could lead to an assertion failure.
- added "tabbed" extension that provides a crude tabbed terminal.
- added "readline" extension that allows cursor positioning
via mouse clicks.
- now it is possible to insert the value of the CLIPBOARD selection
with shift - mouse button 2.
- fixed the automove-background extension to ignore coordinates
in non-synthetic events.
- created a separate libpty for portable and secure
pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode.
- the non-terminfo visual bell now works asynchronously, so
continuous ASCI BELs in one terminal do no longer monopolise the
whole urxvt[d] process.
- support some *BSD makes (for the time being, gnu make is a safe bet).
- work around bugs in FreeBSD's gcc.
- implemented some *BSD fixes in configure.
- removed support for obsolete offix dnd protocol.
7.1 Thu Jan 19 20:25:34 CET 2006
- setuid/setgid operation is now _encouraged_: security has been
improved by moving privileged operations into a separate process
and permanently dropping privileges within the terminal. This
makes it possible to remove security checks from the perl code
and gives a much safer feeling when urxvt needs to run with
special privileges.
- perl taint checking disabled, as urxvt no longer runs setuid/setgid
itself.
- new perl extension automove-background that can be used to get
the same effect as pseudo-transparency with any pixmap.
- new perl extension example: perl/selection-pastebin, can be used to
e.g. upload the selection to a webserver and generate a url, or
similar stuff.
- use the scrollback buffer even when the scroll region doesn't
span the whole screen, as long as it starts at row 0. Helps
for programs displaying a status line at the bottom.
- selection popup now shows selection in dec/hex/oct.
- perl/selection: matching on unicode characters in the selection
code was O(n²), which equals infinity in some degenerate cases
:-> Matching is now done on UTF-8, which makes it almost instant.
- perl/selection, perl/selection-autotransform: regexes are now
being interpreted in the locale urxvt was started.
- implemented override-redirect option and enabled it on menus,
as kwin puts our windows behind the terminal (what a shoddy wm).
- fixed struct utmp check in configure for OpenBSD.
- complete overhaul of the pty/utmp management stuff and configure
(Emanuele Giaquinta).
- add tsl/fsl and related capabilities to the terminfo description,
to set the window title.
- swap the environment in some more cases. This hopefully fixes
some segfaults that might be caused by xft asking for env variables
at the wrong time.
- removed src/strings.C and src/menubar.C. No menubar support
anymore.
- removed all traces of SMOOTH_REFRESH.
- nuked QNX support.
- made some fixes to xpm offset and scaling code.
- perl-overlays and refresh hooks were not applied in correct order.
- changed coordinate-system of view_start/nsaved to be top to bottom.
- iom extended to support listening for child exits.
7.0 Fri Jan 13 14:02:18 CET 2006
- added sections for DISTRIBUTION MAINTAINERS and about
SETUID/SETGID to the FAQ.
- selection, searchable-scrollback, selection-popup and
option-popup extensions enabled by default.
- increased xft drawing speed for problematic fonts. The effect
will likely be small as 99% of the xft slowness is server-related.
- perl: much increased functionality, better overlays, popup support
and much much more.
- perl: urxvt::line now can set via ->t and ->r.
- perl: changed interpretation of --perl-ext-common and -pe.
- perl: finally implemented --perl-eval.
- perl: non-blocking anyevent support.
- perl: run tainted and ignore perl-eval/perl-lib if started
setuid/setgid.
- free the resource database: this plugs a massive memory leak. As a
side effect, it also gets rid of XGetDefault calls.
- free one of the cursors, fixes a small memory leak.
- built-in (as opposed to terminfos) visual bell was broken/too fast.
- applied minor cleanups by Ladislav Michnovic.
- applied pty handling cleanups and improvements (Emanuele Giaquinta).
- mark-urls launch-on-click by jepler.
- removed "small" resource parsing function, as it wasn't really
compatible, and not really small either.
- removed PATH_ENV and PATH file search support.
- removed support for locale-specific app-defaults file.
- fixed a bug where out-of-bounds colour sequences could lead
to crashes.
- limit colour changing to the standard 88 palette instead of all
colours.
- XTerm_Color01 sequence returned wrong results in query mode.
- iom.C now checks against destructed io_manager when unregistering.
Overview of changes in Gtk2 1.103
=================================
* Depend on Glib 1.103 for the new object registration semantics. Make use of
them. [Torsten]
Overview of changes in Gtk2 1.102
=================================
* Handle unknown event types gracefully. [muppet]
* Improve some of the Gtk2::Gdk::GC API and fix a leak in Gtk2::Gdk::Pixbuf.
[Marc Lehmann]
* Fix a few test suite issues. [Scott Lanning, Torsten]
Give up with trying to find ingenious ways to ensure that the
version expression gets correctly quoted to cc, it somehow differes
between direct invocations and runs from pkgsrc. Just hard-code the value
for now.
FLTK 1.1.7 fixes many bugs, adds some new example programs, and
adds many new improvements to the FLUID software including
multi-level undo, syntax highlighting in all code fields, widget
alignment and sizing guides, dialog templates, widget subclasses,
and printing and testing of user interfaces within FLUID.
foo and bar. On NetBSD, it doesn't matter whether foo already exists or
whether it is a directory, so the passed flags just created a bunch of
garbage directories. Since I don't want to patch a dozen Makefile.ams to
avoid the nobase usage, just precreate the directories in pre-install.
Bump revision.
2.8.0.7 stuff:
- Changes to peeking VT freeness in 2.13.0.1 broke
virtual terminal support on BSD. This release
corrects this problem. (Brian Cameron)
- Correct Linux get VT logic so it returns the
correct VT. (Frederic Crozat)
- Now gdmlogin always uses GDK_RGB_DITHER_MAX
when painting the background to ensure a nice
background regardless of X configuration
(e.g. X in 16bpp mode). (Frederic Crozat)
- Now check for Xserver in prefix /usr.
(J\303\274rg Billeter)
- Fix configure for Darwin. (dmacks@netspace.org)
- Fix compiler warnings. (Frederic Crozat,
dmacks@netspace.org, Brian Cameron)
- Ensure gnome.desktop and default.desktop have
644 perms. (Andrew Benton)
- Translation updates (Takeshi AIHANA, Runa Bhattacharjee,
Dan Damian, Theppitak Karoonboonyanan, Inaki Larranaga,
Priit Laes, Roozbeh Pournader, Alexander Shopov, Marcel
Telka, Miloslav Trmac)
2.8.0.6 stuff:
- Fix problem with PostSession script not always
getting executed when user kills the Xserver
with ctrl-alt-backspace. This is caused because
an xioerror is generated when the clients are
killed and this needs to be ignored for the
PostSession script to be processed. This problem
tended not to manifest in GDM 2.6 since the
call to kill the clients was made earlier.
However, it was still a race condition in 2.6
and this fix ensures that the slave will never
exit too early. (Jerry G. DeLapp)
- The "OK" and "Cancel" buttons in gdmlogin and
gdmgreeter now work consistantly. Now the gdmlogin
"Cancel" button is active when the Username is
requested and pressing it just clears the field, so
it works like gdmgreeter. Also fixed a bug in
gdmgreeter where a user could corrupt gdmgreeter's
memory by hitting cancel after authentication, which
could only happen if the PostLogin script caused a
long enough delay to allow this to happen.
(Brian Cameron)
- No longer set tooltips for menu items in gdmlogin.
They are distracting and do not work with
accessibility. No GNOME programs use menu tooltips
and it is not recommend. (Brian Cameron)
- If slave does not respond to a SIGTERM, try a
SIGKILL the second time. This resolves a problem
where GDM sometimes stops managing a display
because it just keeps waiting for the slave to
die. See bug #113902. (Vaclav Smilauer).
- GDM now uses VT_GETSTATE for peeking VT freeness
- Now GDM warns correctly about caps lock if an
alternate keymap is enabled. kbGetState is used
instead of XkbGetIndicator State.
(Sebastien Bacher)
- Now set cursor and watch as soon as GTK+ is
initialized and the configure file read, which
shortens the amount of time the backgrounds is
Xserver default grey. Cleaned up the code so
that all programs use a common function to set the
background. (Brian Cameron)
- Fix reading of config file in gdmflexiserver so
it properly reads in the available servers.
(Christiaan Welvaart)
- Fixed race condition where a variable used by
the signal handlers was not being set until after
the signal handlers were setup. Now it is set
before avoiding a race. (Simon Bowden/Brian
Cameron)
- Define SoundProgram to be /usr/bin/autoplay on
Solaris instead of /usr/bin/play, since
/usr/bin/play doesn't exist on Solaris.
- Check for XInput fixed in configure and add a
check for libgen.h to avoid compiler warnings.
(Brian Cameron)
- Updated check in configure for socklen_t so it
includes sys/socket.h to better support BSD
platforms that define socklen_t there.
(dmacks@netspace.org)
- No longer link vicious-extensions with the gesture
listeners, since they don't use vicious-extensions.
- Translation updates (Takeshi AIHANA, Runa Bhattacharjee,
Dan Damian, Maxim Dziumanenko, Laurent Dhima,
Theppitak Karoonboonyanan, Priit Laes, Inaki Larranaga,
Roozbeh Pournader, Ignacio Casal Quinteiro, Christian
Rose, Ivar Smolin, Marcel Telka, Ilkka Tuohela, Miloslav
Trmac)
This is the second maintainance release of GNOME Applets, marked for stable
consumption. Caution: small parts my be hazardous to young children.
Fixes:
- Build fixes in libgswitchit and trashapplet (Laszlo Peter)
- Build fixes for stickynotes (Kjartan Maraas)
- certain icons in drivemount no longer exploderize the panel (Michael Hofmann)
- Compiler specific rounding fixes for mixer (Ronald S. Bultje)
- Fix stickynotes crashers (Jaap A. Haitsma)
Translations:
- bg (Alexander Shopov)
- fr (Laurent Bigonville)
- nl (Wouter Bolsterlee)
- eu (Inaki Larranaga)
- et (Ivar Smolin)
- sv (Christian Rose)
- bn (Mahay Alam Khan)
- fa (Masoud Ahmadzadeh, Meelad Zakaria)
- th (Theppitak Karoonboonyanan)
Panel
* Remove useless code (Kjartan)
* Don't change the drawer icon if the icon gconf key changed but we're
not using the icon (Kjartan)
* Plug leak (Kjartan)
* Don't set the background multiple times on startup (Vincent)
Misc
* Fix gnome-desktop version requirement (Frederic Crozat)
Translators
* Vladimir Petkov (bg)
* Runa Bhattacharjee (bn)
* Ivar Smolin (et)
* Elnaz Sarbar (fa)
* Takeshi AIHANA (ja)
* Reinout van Schouwen (nl)
* Christian Rose (sv)
* Applied cleanups and fixes for compiler warnings from bug #321140 to
Clearlooks, Crux, HC, Metal, Mist, Redmond and Thinice engines [ patches by Kjartan Maraas ]
* ISO C90 and compiler warnings fixed and more unused code removed from Crux [ Thomas Wood ]
* ISO C90 fixes to thinice [ Thomas ]
* Repeated [namespace import] of same command now permitted.
* ${prefix}/share added to ::tcl_pkgPath on some systems.
* [exec]'s >> redirection has improved append behavior.
* [info globals] returned only existing variables.
* Recognize some Solaris variations of the cp1251 encoding.
* Addressed [file mkdir] race condition.
* Support opening >2GB files on RHEL 3.
* Corrections to $argv formatting when [encoding system] is multibyte.
* http 2.5.2: Update URL encoding rules to RFC 3986.
* Fixed issue in recursive file delete with NFS lock files.
* Stopped crash after use of Tcl_TraceCommand().
* Win NT/XP: support unicode console.
* Improved support for Tclkit to set [encoding system].
* Added Korean timezone abbreviations.
* Windows: exit codes can now exceed -128..127 range.
* [load] support on LynxOS.
* Packages with incorrect index scripts now cause a warning to be logged.
*** POTENTIAL INCOMPATIBILITY ***
* [lsearch -regexp] now accepts backrefs in the RE.
* [selection get] made compatible with OpenOffice.org.
* Dialog support for widget names containing spaces.
* Improved Tk window manager event interaction on OS X Aqua.
* Gdk::Window::set_cursor():
Avoid leaking an extra Cursor instance.
* Build:
- Correctly find gmmproc on 64-bit systems.
- Optionally don't build the documentation, for
people in a hurry.
- Windows: Check for mkifofs().
- For reduced-resources devices, optionally allow deprecated
API to be left out of the library.
* Documentation:
- Generated Since and Deprecated lists of API.
- Improved Expander documentation.
- Corrections to DrawArea chapter in book.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.
Ruby/PanelApplet2 is a Ruby binding of libpanel-applet-2.6.x.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.
Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
because its files are required at run time by other packages depending
on it. Patch from dieter Roelants in PR pkg/32518.
Bump PKGREVISION of ruby-gnome2-gtk due to dependency change.
Add perl to TOOLS, since configure stops if it's not found.
6.3 Wed Jan 4 22:37:10 CET 2006
- SECURITY FIX: on systems using openpty, permissions were
not correctly updated on the tty device and were left as
world-readable and world-writable (likely in original rxvt,
too), and were not restored properly. Affected are only
systems where non-unix ptys were used (such as most BSDs, not
GNU/Linux). (found, patched and debugged by Ryan Beasley).
- meta8 support was forcefully enabled in most configurations.
restored configurability of this (useless) feature (reported
by Mikachu).
- optionally embed a perl interpreter, which can be used for more
intelligent/customized selection support, visual feedback,
menus, tabs etc. See the the urxvtperl manpage, the -pe option,
perl*-resources and keysym resources. Not everything is there yet.
- try to be more clever about differing font sizes and their ascent.
Not guarenteed to work, but works better in most cases now.
- fix directory permissions on install.
- implemented option to disable built-in line drawing characters
and fall back to the font ones (patch by Martin Pohlack).
- disabled sched_yield support: the linux version is just too useless
(it schedules nice'd processes before the own one for extended
periods). Too bad, it could reduce system time by a factor of 5 here.
6.2 Mon Jan 2 16:03:01 CET 2006
- implemented intensityStyles option which enables/disables bold/blink
selecting high intensity foreground/background colours, suggested by
Chuck Blake.
- move iso14755 character feedback box out of the way if it would
obscure the mouse cursor position.
- replaced callback.h by a fixed version from gvpe that correctly
returns the callback result (affects new -pty-fd semantics in urxvtc
on a few architectures). Reported by darix.
- include one trailing space in rectangular selections to indicate
the inserted newline (yeah, weird, but visually more pleasing).
- try to use sched_yield to (drastically) improve terminal data
transfer efficiency.
- further minor cleanups.
6.1 Tue Dec 27 13:23:40 CET 2005
- update iso8859-7 table (euro and drachma round-trip et al.).
- fix a crash when the selection scrolls out of the scrollback
while the user still drags.
- selections that were partially scrolled out of the window were
not drawn correctly.
- lines newly scrolled in were not initialized properly, leading
to extremely long lines and (hopefully) some segfaults.
- iso14755 overlay position was wrong.
- iso14755 overlay now displays rendition info, too.
- use unicode white space class instead of hardcoded values for
stripping whitespace.
- do whitespace stripping on rectangular selections.
- slight cleanups in src/features.h.
6.0 Sat Dec 24 13:58:56 CET 2005
- make it compile without SMART_RESIZE again.
- enable slow link support by default.
- fix relative cursor-positioning not respecting scrolling regions
(also a bug in original rxvt).
- initialize termios structure to zero when fetching it fails
(see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a
partial patch).
- bump max columns/rows to 10000 each.
- bump max savelines to 10000000.
- -pty-fd now passes the urxvtc fd to the urxvtd process.
- avoid linking against -lnsl/-lsocket/-lxpg4 unless neccessary.
- major code cleanup (still not complete, though).
- implement -hold option.
- _major_ rewrite of internal buffer handling:
- re-flow on resize, lines get wrapped instead of winged.
- circular line buffer (substantially speeds up scrolling).
- slightly less code + data memory usage per terminal.
- slight overall speed improvements.
- considerably improved code clarity.
- partial-screen scrolls no longer end up in the scrollback
buffer.
5.9 Sat Dec 17 21:53:17 CET 2005
- fix a bug in the menu code of unknown impact, found by darix.
- clean up signal handling to be global, not per terminal
(matters only for rxvtd).
- fix small typoe in rxvt.1 (found by Mike Fabian).
- don't crash when broken xft/fontconfig/freetype versions return
bogus data, ignore the xft font instead (experienced on suse).
Overview of Changes from GTK+ 2.8.9 to GTK+ 2.8.10
==================================================
* Derive GtkObject from GInitiallyUnowned instead of
GObject, if possible. Note that this change is known
to break versions of the GTK+ Perl bindings older
than GTK+ Perl 2.13.4. [Tim Janik]
* Add a setting to allow falling back to another icon
theme before trying hicolor. [Rodney Dawes]
* Require GLib 2.8.5
* Updated translations (ca,el,es,fr,hi,it,ko,pt_BR,vi)
* Bugs fixed:
137351 GtkEntryCompletion sometimes selects first completion item
[Niklas Knutsson]
165714 GtkEntryCompletion doesn't complete on paste [Christian Neumair]
317687 gnome-panel crash by clicking on settings
321548 speed up gtk_text_iter_set_visible_line_index [Paolo
Borelli]
323843 Garbage in gtk_text_view_get_border_window_size()
323876 Broadcasting _GTK_LOAD_ICONTHEMES is a performance
bug [Peter Lund]
324044 Documentation entry for GtkTreeView::row-activated
[Davyd Madeley]
323504 Gtk-CRITICAL when dragging a launcher from the menu
to the top panel [Kjartan Maraas]
323655 Improved support for Icon Naming Spec in unix filesystem
backend [Rodney Dawes]
323995 hidden widgets distort the left/right/up/down focus
order [Dan Winship]
324588 icon_view auto dnd and the item-activated signal
[Dave Andreoli]
322475 icon view's horizontal layout doesn't respect
item_width [Alex Graveley]
324815 Typo in gtkwindow.c [Ross Burton]
324996 Description about gtk_im_context_filter_keypress on API
reference
323666 gdk_window_scroll doesn't invalidate if another top-level
is above window [John Ehresman]
322264 gdk_drawable_get_visible_region win32 / x11 inconsistency
[John Ehresman]
325358 word erase in text fields considers space as a separate
word [Akkana Peck]
325443 gtk_drag_begin doesn't work unless given a motion event
[Peter Harvey]
325723 gtk_ui_manager_get_toplevels does not return an empty
list [Steve Chaplin]
305894 excessive memory use in gdk_pixbuf_new_from_file_XXX
functions [Denis Vlasenko, Michael Natterer]
325199 The API reference for gtk_exit() states that it's
deprecated but doesn't state the replacement function,
if any [Ævar Arnfjörð Bjarmason]
325869 GtkViewPort not releasing signal handlers on destruction
[Jorn Baayen]
325782 GtkToolButton ::clicked signal should set G_SIGNAL_ACTION
[Martyn Russell]
325817 FileChooserButton uses "Home" instead of directory name
[Federico Mena Quintero]
326098 label alignment is wrong when width-chars is set [Benjamin Otte]
326200 translations in GtkActionGroup erroneously translated
[Christian Stimming]
326429 in gtk.h, twice the same lines [Benoît Carpentier]
326064 Artifacts on some widgets [Andrew Conkling]
* Removed random colors from petri mode. Found that it could cause a fatal
* error on PseudoColor. (Will try to fix better on next release.)
+ PAM update from Yuri Bushmelev <jay-dev AT simcom.ru> fixes an
+ initialization problem PAM_conv function and made cleaner and friendly.
+ BAD_PAM fixed.
fzort mode by Mauro Persano <mauro_persano AT yahoo.com>... its not a
OpenGL mode but it looks like it is. Try using with -mono also.
Tom Schmidt found an as of yet unresolved Uninitialized Memory read,
see Purify logs.
dclock -binary option added thanks to Petey Leinonen (he saw the
original on thinkgeek).
Non-compatible routines for shared memory workaround for VMS when using
libs MMOV(Multimedia for sounds) and DECWINDOWS thanks to Jouk Jansen.
mandelbrot options added thanks to Tim Auckland
update from Jouk Jansen to avoid log of 0
-alpha adds detail to the interior of the set by displaying level sets
of "closest return", ie how close does the orbit of z come back to its
starting point z=0. These show minima around the center of each bud.
-index is similar, but displays at which iteration the closest return
occurs. These show a fibonacci branching structure from the base of
each bud, ie each adjacent pair of domains surrounds a domain whose
index is the sum of the indices of its neigbours.
-lyap option for colours in the interior of the set according to an
estimate of the Lyapunov exponent. (Not to be confused with real plane
Lyapunov fractals). Also now allow -binary and -dem.
New random mode for win32, compile with -DRANDOMMODE .
It seems to bomb out if you run it for a while, so I did not make it
the default.
win32 changes from Tim Auckland:
new configure dialog
random mode done to enable
win32 changes from Petey Leinonen:
fixes for nose and life1d
matrix mode works with the 2 following changes
fixed XCopyArea() for destinations that are not windows (ie a bitmap)
fixed XCreatePixmapFromBitmapData() so it always creates a pixmap
regardless of depth ( creates the Windows bitmap with 1 bit depth),
and apply the foreground and background colors.
XCopyArea, XSetTSOrigin, XSetFillRule fixes and got these modes to work:
bat, bounce, dilemma, eyes, image, nose, pacman,
shape, slip, star, starfish, wator, world
unlock delay from lgx <lgxror AT gmail.com> [it was explained to me
but still not sure why you would use it]
+ new update since BETA
* new since BETA
If we have NetBSD 2.99.10 and higher, getpwuid_r and friends exist,
but _PTHREAD_THREAD_SAFE_FUNCTIONS might not be defined. Define it.
For NetBSD before 2.99.10, explicitly set XNO_MTSAFE_PWDAPI to enforce
locked access via normal functions.
If _POSIX_REENTRANT_FUNCTIONS on NetBSD is defined, use the correct
getpwnam_r() and gerpwuid_r() forms. This sidesteps the issue as to
whether _POSIX_REENTRANT_FUNCTIONS _should_ be defined on NetBSD.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.
Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
For non-propolice systems this might be exploitable when the
user-provided data (e.g. certain filenames) or the locale files are
manipulated.
Mostly-found-by: xfocus, see [xfocus-SD-051202] on VulnWatch. Some
additional cases are handled which have the same impact.
Bump revision.
in "${X11BASE}/lib/X11/app-defaults" instead of
"${LOCALBASE}/lib/X11/app-defaults". Bump package revision after contents
of binary package has been corrected.
- Remove a redundant directory from the distribution file which reduces
its size from 20MB to 15MB.
- Add patches to work arround build problems caused by questionable code
defining macros named like standard C functions before including
"stdlib.h". This fixes PR pkg/32453 by Dave J. Barnes.
Use NAME_MAX when available. Don't try to fake a FILE on DragonFly.
The implementation of textsw_scanf can be improved, it is very
defensively and slow ATM, the snprintf usage should be portable.
Fix a number of prototype mismatches, e.g. variable argument functions
can conflict with K&R prototypes.
Bump revision since the package "compiled" before, e.g. build
errors where ignored.
without affecting packages that are currently using it.
Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added). Packages which previously set it to "build" now don't set it
anymore.
Ok by jlam, wiz.
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
A flexible always present 'window bar' for holding application launchers
and small 'applet' style applications. A number of applets are included
in the module.
Overview of Changes from GTK+ 2.8.8 to GTK+ 2.8.9
=================================================
* Bugs fixed:
321560 File chooser filter behaves weird [Bogdan Nicula,
Federico Mena Quintero]
317999 2.8.4 to 2.8.6: sound-juicer crash, fileselector
assertions [Sebastian Bacher]
322569 On unsetting the Model, GtkTreeView does not clear
it's associated TreeSelection [Milosz Derezynski]
322998 Crash on selecting a file of null mime-type [Sadrul
Habib Chowdhury]
323024 gtktoolbutton leaks a pixbuf [Paolo Borelli]
323209 GdkEvent leaked in gtktreeview.c /
gtk_tree_view_key_press [Crispin Flowerday]
323073 Typo in trap_activate_cb() [Sadrul Habib Chowdhury]
323045 gtkcalendar.c: The identifier is already declared.
[Kazuki Iwamoto]
323386 gtk_menu_attach_to_widget() does not take NULL
detacher [Jorn Baayen]
307196 Unhinted fonts are measured incorrectly and drawing
problems occur as a result [Alex Jones, Behdad Esfahbod]
316310 unwanted scrolling in recent gtk [Paolo Borelli]
322019 Toolbars without icons are invisible in icon-only
mode [Ross Burton]
323077 Search-entry in the TreeView not working properly
[Sadrul Habib Chowdhury]
323475 gtktoolbutton.c:562: warning: 'image' is used
uninitialized in this function [Ross Burton]
323577 reference count of textbuffer increases with each
paste
323629 gtk_selection_data_get_uris leaks memory
[Markku Vire]
* Other changes
- Remove GMemChunk from public header files to
support building against GLib 2.10 [Matthias Clasen]
- Report errors in option parsing [Matthias]
- Merge upstream xdgmime changes to handle duplicate
glob patterns [Matthias]
Many new features and refinements.
Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
Kanagram and blinKen), and has seen huge improvements in Kalzium
Many new features and refinements.
Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
Kanagram and blinKen), and has seen huge improvements in Kalzium
Many new features and refinements.
Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
Kanagram and blinKen), and has seen huge improvements in Kalzium
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.
Overview of Changes from GTK+ 2.8.7 to GTK+ 2.8.8
=================================================
* GtkFileChooser
- Make F2 work for renaming bookmarks [Jaap A. Haitsma,
Paolo Borelli]
* GtkEntry
- Turn off input methods in password entries [James Su]
* Win32 changes
- Various visual improvements to the ms-windows
theme [Dom Lachowicz]
- Rework window decoration handling [Tor Lillqvist]
- Fix localized weekday and month names in GtkCalendar [Tor]
- Make urgency hint work on NT4 [Tor]
* Other fixes [Arjan van de Ven, Philip Langdale, Jens
Granseuer, Bogdan Nicula, Benedikt Meurer, Michael
Natterer, Kazuki Iwamoto, Paolo Borelli, Søren Sandmann,
Jean-Yves Lefort, Milosz Derezynski, Tze'ela Hebron]
* Documentation improvements [Elie De Brauwer]
* Updated translations (be,hu,sk,th,wa)
the copies were marked static, wich makes gcc 4 error out on
what it think is inconistent declaration/definition. Disable
the redundant static version.
Overview of Changes from GTK+ 2.8.6 to GTK+ 2.8.7
=================================================
* GtkFileChooser
- Don't special-case the names of Home and Desktop
[Federico Mena Quintero]
- Avoid loading more than one directory initially.
[Federico]
- Make the file chooser work better with window
groups [Christian Persch]
- Improve keynav in the pathbar [Carlos Garnacho,
Andrei Yurkevich]
- Don't access unmounted volumes [Federico]
* GtkTextView
- Avoid quadratic blowup when deleting text with
lots of tags [Matthias Clasen]
- Fix drag-selection corner cases [Arvind S N,
Paolo Borelli]
* GtkEntry
- Add the entry completion popup to the window
group [Christian Persch]
* GtkTreeView
- Fix background drawing in RTL locales [Eric Cazeaux]
- Handle Shift-G for going back in typeahead
search [Christian Neumair]
* GtkComboBox
- Leave Ctrl-PageUp/PageDown to applications
[Christian Neumair]
* Fix compilation problems with gtkcalendar.c
[Matthias Hasselmann]
* Add labels for GTK_STOCK_CONNECT and
GTK_STOCK_DISCONNECT items [Richard Hult]
* Resolve symbols in dlopened modules lazily [Laszlo
Peter]
* GDK
- Don't try to set overlarge window icons [Claudio
Saavedra]
- Improve handling of odd keymaps [Kean Johnston]
* Win32 changes
- Speed up compositing [John Ehresman]
- Improve handling of clipboard [Tor Lillqvist]
- Improve visuals of scrollbars, toolbars, handleboxes
and menubars in the ms-windows theme [Dom Lachowicz]
- Make icon masks work on Win98 [Peter Zelezny]
- Hide resize and maximize buttons on non-resizable
windows [Tor]
- Don't hide dotfiles [Tor]
* Bug fixes [Kazuki Iwamoto, Ross Burton, Michael
Natterer, Bogdan Nicula, Damien Carbery, Gustavo
Carneiro, Tommi Komulainen, Thomas Klausner,
Alexander Larsson, Bastien Nocera, Federico
Mena Quintero, John Ehresman, Paolo Borelli,
Antonio Sacchi, Christian Persch, Carlos
Garnacho, Jeremy Cook, Nickolay V. Shmyrev,
Richard Hult, Maxim Udushlivy, Peter Zelezny]
* Documentation improvements [Paolo Borelli,
Christian Neumair, Christian Persch
XXX someone please test the PAM stuff on >=3
Changes:
"I goofed up the versioning on 5.20... so I wiped it out
and put a new 5.20.1 up "
5.20
win32 changes from Tim Auckland:
* Faster starting fix
general install fix
flow now uses PolyDraw... making it run faster
Juggle cleaned up Arc drawing and
XQueryFont now returns a dummy font (which XDrawString ignores)
fiberlamp now jiggles
XTranslateCoordinates fixed, Arc fixes, and pattern label disabled
for juggle...
win32 changes from David Bagley:
* New bitmaps and pixmaps. Makefile change so maze uses one.
shifted text printing in api and on apollonian mode
polyominoes looks better because I changed the meaning in the Api
for DrawRectangle. It now just draws a rectangle outline.
added julia life life1d swarm tetris
voters inverted but this uses xbm?
made FULL_RANDOM the default
fixed much of xjack (except when it gets to bottom of screen)
Labeling now on right side and aligned.
Change the name from xlockmore95.scr to xlock.scr.
Added a new ico file.
I added 17 modes on top and took out some warnings.
Merged with xlockmore95-0.11 with thanks to author Petey Leinonen
<petey_leinonen AT yahoo.com.au>. See win32 readme.txt and todo.txt.
double buffering implemented, transparent background for text,
XPutImage fixes, XCreateImage added
Currently, it is not easy to select a specific mode and some modes
need work.
Modified life and life1d sizing to be more variable when there
* is no bitmap. Also thanks to Tom Schmidt for a non Grelb icon fix.
voters modified to have proper colors for Democrats and Republicans.
As a left wing liberal, I just had to add the "Green" bitmap.
Old commie icon available as compile time option (but will be green).
New portable method for locking Virtual Terminals (vt). Added to README.
Thanks to Sergei Golubchik <sergii AT pisem.net>.
Allow xlockrc to allow passwords of any length (not just 8) thanks to
<Manuel.Reimer AT gmx.de> (actually it just ignores characters after
the 8th character... but now ignores it in a more consistent way).
make.com modified to use IEEE floats instead of VAX-floats thanks to
Jouk Jansen.
Changed default for PAM (since I have got a few mails about it). Compile
OD_PAM (sorry did not know what else to call it) if you like the old
way. GenToo and (most?) other Linux versions should compile by default.
In lablgtk2-20051027 (2.6.0):
2005.10.25 [Jacques]
* fix GtkThread.sync (Robert Schneck-McConnell)
2005.10.17 [Jacques]
* new recompilation approach for Windows
2005.10.03 [Olivier]
* fix refcounting of pixbufs in GdkPixbuf
2005.09.24 [Olivier]
* wrap gdk_cursor_new_from_pixbuf
2005.08.25 [Olivier]
* gtk_about_dialog_set_{url,email}_hook are not methods : fix the
external type declaration and remove from the GWindow.about_dialog class.
2005.08.18 [Olivier]
* add special sort_column_id values in GTree to select default sort
function or disable sorting
* add a couple of utility functions in Glib :
- getenv, setenv, unsetenv (2.4)
- get_user_data_dir, etc. (2.6)
* change the generated code of gdk-pixbuf-mlsource a bit.
In lablgtk2-20050701:
2005.06.30 [Jacques]
* export same symbols under unix and windows
In lablgtk2-20050613:
2005.06.13 [Jacques]
* define GText.buffer_skel and GText.view_skel
2005.06.02 [Jacques]
* export all macro-generated functions (robertr)
* change --rpath to -rpath (better done in ocamlmklib?)
2005.05.03 [Olivier]
* wrap GdkPixbuf.get_file_info (2.4)
* support serialization and deserialization of GdkPixbuf.pixbuf values
* add a gdk-pixbuf-mlsource tool to help compiling images into programs.
2005.03.20 [Jacques]
* add Gobject.Data.wrap to create new conversions
2005.03.07 [Olivier]
* add GEdit.entry#xalign property (2.4)
* make configure fail if GTK+ cannot be found
In lablgtk2-20050218:
2005.02.18 [Jacques]
* add GObj.event_signals#scroll and other missing wevents (Hendrik Tews)
2005.02.17 [Jacques]
* allow using vmthreads
2005.02.07 [Olivier]
* GTree.Path.is_prev now returns bool (T. Kurt Bond)
2005.01.08 [Olivier]
* add a use_markup optional argument to GEdit.combo_box_text.
2005.01.04 [Olivier] (2.6)
* new stock items
* add PangoEllipsizeMode for PangoLayout
* new GtkLabel properties
* new GtkProgressbar::ellipsize property
* new GtkTreeView properties and separator rows
2005.01.02 [Olivier]
* 2.6 improvements to GtkComboBox (separators and a couple of new
properties)
2004.12.05 [Olivier]
* add GtkFileChooserButton (2.6)
2004.12.04 [Jacques]
* fix constraint in GUtil.memo
2004.12.02 [Olivier]
* add GtkAboutDialog (2.6)
2004.12.02 [Jacques]
* fix Michael Furr's bug reports
2004.11.24 [Olivier]
* add GMisc.statusbar#has_resize_grip and #set_has_resize_grip
GMisc.statusbar now inherits from GPack.box
* add GtkIconView (2.6)
2004.11.22 [Olivier]
* add GtkCellRendererCombo (2.6)
* add GtkCellRendererProgress (2.6)
In lablgtk2-20041119:
2004.11.17 [Jacques]
* fix make depend
* cleanup lablgtk2.in
2004.11.15 [Olivier]
* add max-position and min-position in GPack.paned (2.4)
* add GtkSpell interface (http://gtkspell.sf.net/)
2004.11.10 [Olivier]
* add GPack.paned#position
* allow multiple conditions per watch in Glib.Io.add_watch
2004.10.24 [Olivier]
* add a .mli for GnoDruid, reorganize gnoDruid.ml a bit
* add the single-paragraph-mode property in GtkCellRendererText
2004.10.05 [Jacques]
* revise Timeout.add and Idle.add for compatibility
(optional arguments must be followed by a non-labeled argument)
2004.10.02 [Jacques]
* 2.2 compatibility fixes (G_STRFUNC only defined in 2.4)
2004.09.21 [Olivier]
* add optional priority argument for timeouts and idle callbacks in Glib
* get rid of the print handler in Glib.Message (it's not used by libraries)
* get rid of the Glib.Critical exception (callbacks should never raise exceptions)
* add Glib.Message.log and a couple other functions related to logging
* generally prevent exceptions from escaping callbacks
2004.09.18 [Jacques]
* revert to using `OTHER in Gobject.data_kind
2004.09.17 [Olivier]
* more unicode fixes, add a Utf8.to_unichar_validated function
2004.09.17 [Jacques]
* Gobject.Data.boxed parameterized by the real type, to be able to
create tree store columns from it. Gobject.fundamental_type
modified accordingly.
2004.09.15 [Olivier]
* add GText.buffer#select_range
2004.09.14 [Olivier]
* add a few unicode-related functions
2004.09.08 [Olivier]
* add GAction.ui_manager#add_ui
* have #get_widget and #get_action raise Not_found instead of
Null_pointer.
2004.09.03 [Olivier]
* in GAction.action_group, do not merge #add_action and
#add_action_with_accel in a single method because they have
different behaviour. Fixes a bug where stock items accelerators
were not connected.
* add the padding properties of GBin.alignment (2.4)
2004.08.27 [Olivier]
* add GTree.cell_layout#reorder and GTree.cell_layout#set_cell_data_func
* add a couple of utility functions in Glib
* decimate ml_gtkmisc.c, add a couple of things to GtkCalendar and GtkLabel
2004.08.24 [Olivier]
* add GWindow.message_dialog#set_markup (2.4)
* add override of default signal handlers
(GtkSignal.override_class_closure, GtkSignal.chain_from_overridden)
2004.08.23 [Olivier]
* wrap some 2.4 additions in GdkPixbuf (from_file_at_size,
save_to_buffer). Add some Ocamldoc comments.
* add 2.4 stock items in GtkStock
2004.08.20 [Jacques]
* fix GdkPixbuf.render_to_drawable
* support gtk-2.0.1
* add examples/GL/texturesurf.ml with texture from pixbuf
2004.08.19 [Olivier]
* add 'active' property of ComboBox as a constructor parameter.
* qualify conversion tables as 'const' (so they end up in read-only
pages)
* add some ocamldoc comments
2004.08.11 [Olivier]
* have GAction.ui_manager#add_ui_from_string raise an exception in
case of error.
* add Glib.Markup.Error exception.
* avoid memory leaks in Glib.Convert.
* remove some dead code (GtkPreview).
requirement of 7.3, it compiles fine with all versions in pkgsrc (and
should work with them). Bump the revision to annotate the possibly
changed dependency.
Devil's Pie "Shogun's Decapitator" 0.15
=======================================
* New matcher: window class (Jonas Linde)
* New actions: focus (JL), center (JL), print (Ryan Koppenhaver), close (RK).
* Fix test suite (RK)
* Don't segfault on invalid s-exp (Christian Krause)
* Never return NULL from a matcher
* Wrap X call when removing decorations with error handling