==============
Version 2.30.4
==============
Fixes
- Stop using gdk_display (Vincent)
Misc
- Update information in README and other files (Vincent)
Translators
- Dirgita (id)
If configure finds it in the base system anyway, bad things will happen (like
the package build breaking, as experienced under Linux).
So, buildlink in libXres.
Bump PKGREVISION to reflect that this version was built with libXres
definitely present.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
Stop lying and drop maintainership of these packages. I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2.18.3
======
Fixes
- Fix a crash when dragging a window to somewhere like another
workspace/viewport (Vincent) [#420713]
- Fix crash on multihead setups (Vincent)
- Improve a bit the drawing of the workspaces in the pager (Vincent)
2.16.0
======
Translators
- Khandakar Mujahidul Islam (bn)
2.15.92
=======
Fixes
- Fix crash when tasklist is destroyed (Vincent)
Misc
- Update delete icon for the context menu (Baptiste Mille-Mathias)
Translators
- Ivar Smolin (et)
- Matic Žgur (sl)
2.15.91
=======
Fixes
- Changed the glowing code to have less and saner style properties
(Benjamin Berg) [#350138]
Translators
- Runa Bhattacharjee (bn_IN)
- Ani Peter (ml)
2.15.90
=======
Features
- Add move/resize window API (Magnus Therning)
Fixes
- Correctly set relief for group buttons in the tasklist (Benjamin Otte)
2.15.4
======
Fixes
- Make windows that go to the bottom occupy the last pixel of the pager
(Benjamin Otte)
Translators
- Mahay Alam Khan (bn_IN)
- Rahul Bhalerao (mr)
2.15.3
======
Fixes
- restart activation timeout when the mouse moves to a different
workspace (Benjamin)
- new methods to test if the names returned by wnck_window_get_name
and wnck_window_get_icon_name are real or just FALLBACK_NAME (Dan)
[#342577]
Misc
- don't translate %s (Vincent) [#339069]
Translations
- Guillaume Savaton (eo)
2.15.2
======
Features
- Improve glowing effect in tasklist and make it themeable (Benjamin Berg)
[#325176]
- Use cairo in the pager (Benjamin Otte) [#339293]
- Improve drag and drop in the pager (Nickolay V. Shmyrev, Benjamin Otte)
[#96675, #339293]
- Improve look of the pager (Benjamin Otte) [#339293]
- Add dragging of windows from the tasklist (Nickolay V. Shmyrev) [#96675]
Fixes
- Fix crash when a X resource doesn't exist anymore (Vincent) [#336823]
- Don't change workspace when releasing the button on another workspace
(Vincent) [#110510]
Misc
- Use po/LINGUAS (Brian Pepple) [#337953]
- Depends on intltool 0.35.0
Translations
- Mindu Dorji (dz)
- Baptiste Mille-Mathias (fr)
- GNOME PL Team (pl)
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.