* Improve window manager responsiveness
* Various bug fixes in file manager, window manager and panel
* More 64bit clean up
* New translation added: Azerbaijani
Far too many new features and bug fixes to list here. Includes a fix for
Hangul (Korean character) handling from Bang Jun-Young <junyoung at netbsd
dot org>. Thanks.
"Better late than never"
number, if there was one (which, of course, makes me bump PKGREVISION
to 1 for all three xscreensaver pkgs (are we really supposed to bump
PKGREVISION for each pkg individually?)). This eliminates the
confusion where pkg_info says version "4.14nb1" is installed, yet the
dialogue says it's onlu version "4.14".
Also, fix the conflicts for the screensaver pkg so that it properly
conflicts with xscreensaver-gnome<4.14 (not <1.14).
based upon the pkgsrc-wip pkg by xtraeme@
This package, libXcursor, provides the client-side cursor loading
library for X. This cursor management library is a simple library
designed to help locate and load cursors (from files or memory).
This is part of the X Libraries and Protocol Headers Project hosted
at freedesktop.org.
based upon the pkgsrc-wip pkg by xtraeme@
The XFIXES Extension is designed to provide the minimal server-side
support necessary to eliminate problems caused by workarounds needed
by X applications due to various shortcomings in the core X window
system.
This is part of the freedesktop.org X Libraries and Protocol Headers
Project.
Changes:
* Avoid ever scaling up icons when there is a bigger one available
(Owen Taylor)
* Do not auto hide a panel with open drawers (Arvind)
* Delete launcher editing dialog when the panel is deleted
(Arvind)
* Do not focus the panel itself when there is an applet to focus
(Padraig)
* Fix warnings with newer gcc (Kjartan)
* Fix i18n issue with startup notification from the menus
(Christian Neumair)
* Show the localized comment from launchers in the run dialog
(Vincent Untz)
* Query before deleting a non-empty drawer (Arvind)
* Fix loading of icons specified by relative paths (Bala, Mark)
* Fix off-by-one error when computing struts (Rob Adams)
* Fix serious issue with launchers not working on drawers (George)
* Don't create new launchers whose TryExec fails (Arvind)
And more... review Changelog to see a full list of changes.
Version 2.4.1.1
libgnome-desktop
* Make the localte keystring matching with the desktop entry
specification by not removing the modifier from the
localestring before matching (Danilo Segan)
Version 2.4.1
Misc
* Mark a missing string for translation (Hidetoshi Tajima)
* Fix build issue with install location of icons (George)
* Use GRandom instead of srandom() and random() (George)
Version 2.4.0
gnome-about
* Fix off by one error with the build date (Young-Ho Cha)
Version 2.3.6.1
gnome-about
+ Clean up introductory text (Luis Villa)
Version 2.3.6
gnome-about
+ Internalionalize gnome-version.xml so that the descriptive
intro and date can be translated (Malcolm Tredinnick)
+ Handle errors when clicking on links (Olav Vitters)
Misc
+ Follow KDE behaviour when substituting %i, %m, %c and %k
in .desktop files (George)
+ Allow custom icons with the same name as a themed icon to
be selected in GnomeDitemEdit (George)
+ Build fix (Thomas Vander Stichele)
Version 2.3.4
Misc
* Allow vendor and date to be configured using configure (Frederic
Crozat)
* Ship the .directory.in files in the distributed tarball (Mark)
Version 2.3.3.1
Misc
* Added a default desktop background image (Mark Finlay)
* Removed icons which belong to gnome-control-center (Mark Finlay)
* Use macros in gnome-version.xml so we have the correct version
number (Andrew Sebola)
* Renamed "Sound & Video" to "Multimedia (Mark)
* Use different icon for the "Other" menu (Mark)
* Fix issues with backwards compat with old icon names (Mark Finlay)
* Fix gnome-about build with gcc 2.95 (Mark)
* HIG fixes for .desktop file editing dialog (Dennis Cranston)
Version 2.3.3
* New GNOME About Dialog ! (Kristian Rietveld,
Mark McLoughlin,
Glynn Foster,
Jeff Waugh)
Misc
* Moved some icons to gnome-icon-theme (Mark Finlay)
* Change icon for Accessories, Games and Programming menus (Mark
Finlay)
Version 2.3.2
gnome-about
* Hexify contributors list so it doesn't need to be translated and
make a format string much easier to translate (Christian Neumair)
Misc
* Removed gnome-panel icons (Mark)
* Removed gnome-games icons (Luca Ferretti)
* Cygwin fixes (Masahiro Sakai)
* Fix sgmldocs.make (Art Haas)
Version 2.3.1
* s/Vendor/Distributor (Mike Newman)
Version 2.2.2
libgnome-desktop
* Don't unescape special characteres (e.g. %20) (Bala)
Version 2.2.1
libgnome-desktop
* Fix issue with gettext (Frederic Crozat)
* Don't crash when adding translations to a new Ditem (Arvind)
* Remove mime type checking from .desktop file loader (Andrew
Sobala)
* Fix memory corruption when DESKTOP_STARTUP_ID is already set
(fourdan@xfce.org)
* Fix silly bug in the option menu of the Ditem edit dialog (Kalle
Olavi Niemitalo)
Miscellanous
* Update the "Reporting Bugs" docs (Alexander Kirillov)
* Build fix (Dan Mills)
* New screenshot icon (Jakub Steiner)
This package provides the xscreensaver-demo utility that comes with
xscreensaver, built against GTK v2. It lets you preview screen
savers and configure the daemon.
xscreensaver-demo program (which requires GTK). This is done to allow
xscreensaver coexist with xscreensaver-gnome, and to avoid a dependancy
on GTK when installing kdeartwork3.
Changes since 4.13:
* New hacks, `fontglide', `apple2', `xanalogtv', `pong',
`gleidescope', `mirrorblob', and `blinkbox'.
* New version of `glsnake' (with many more models.)
* Another Windows crash in `bsod'; also HVX/GCOS6/TPS6.
* New version of `endgame'.
* Screen grabbing works on MacOS X.
* Various minor fixes.
Ok'ed by wiz@.
imlib-config were dynamic by running another *-config
script. This fix is to remove the buildlinking of
gtk-config, so imlib-config would work.
As mention by Juan RP on tech-pkg, imlib's build
could use
CONFIGURE_ENV+= GTK_CONFIG="${PREFIX}/bin/gtk-config"
to make sure that correct gtk-config is used.
Because gtk-config was broken, imlib couldn't build.
Probably x11/gtk's PKG_REVISION should by bumped?
I need to look to see if smpeg-config is broken too
(due to sdl-config path).