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.
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
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
==============
Version 2.10.0
==============
Misc
* Add uk help (Maxim V. Dziumanenko)
Translators
* Frank Arnold (de)
* Nikos Charonitakis (el)
* David Lodge (en_GB)
* Priit Laes (et)
* Christophe Merlet (RedFox) (fr)
* Žygimantas Beručka (lt)
* Gnome PL Team (pl)
* Dan Damian (ro)
* Leonid Kanter (ru)
* Данило
Шеган (sr)
* Theppitak Karoonboonyanan (th)
* Maxim Dziumanenko (uk)
==============
Version 2.9.92
==============
Panel
* List bookmarks in the right order in the Places menu (Vincent)
* Simplify the code for About dialogs (Luca Ferretti)
* Fix crash when there's an error loading an icon in the "Add to panel"
dialog (Vincent)
* Fix path for launchers in default setup (Sébastien Bacher)
* Fix error dialogs complaining about icon theme when starting and
there are drawers (Vincent)
* New layout for the main menu, similar to the menu bar layout
(Vincent)
* Fix applets with wrong backgrounds when the specified image
background does not exist (Vincent)
* Fix main menu lockup when the lockdown mode is changed
(Vijaykumar Patwari)
* Plug memory leaks (Vincent)
* Support possible new format for the GTK+ bookmarks file (Vincent)
* Fix crash when the desktop background changes (Vincent)
Applets
* Simplify the code for About dialogs (Luca Ferretti)
* Fix leak when panel background changes (Vincent)
Clock Applet
* Fix update of the clock to happen every minute and not every second
when we don't show seconds (Vincent)
Window List Applet
* Fix icon loader for startup notification buttons (Vincent)
Workspace Switcher Applet
* Update for libwnck API change (Elijah Newren)
Translators
* Vital Khilko (be)
* Vladimir Petkov (bg)
* Jordi Mallach (ca)
* Miloslav Trmac (cs)
* Martin Willemoes Hansen (da)
* Hendrik Richter (de)
* Nikos Charonitakis (el)
* David Lodge (en_GB)
* Ivar Smolin (et)
* Christophe Merlet (RedFox) (fr)
* Ankit Patel (gu)
* Gabor Kelemen (hu)
* Luca Ferretti (it)
* Takeshi AIHANA (ja)
* Changwoo Ryu (ko)
* Kjartan Maraas (nb)
* Reinout van Schouwen (nl)
* Kjartan Maraas (no)
* Raphael Higino (pt_BR)
* Duarte Loreto (pt)
* Marcel Telka (sk)
* Elian Myftiu (sq)
* Christian Rose (sv)
* Theppitak Karoonboonyanan (th)
* Maxim Dziumanenko (uk)
* Woodman Tuen (zh_TW)
==============
Version 2.9.91
==============
Panel
* Update libegg files (Vincent, Mark)
* Migrate launchers that are using applications: URI (Vincent)
* Don't use applications: URI in the default panel setup (Vincent)
* Use GtkIconTheme (Vincent)
* Use named icons instead of stock icons (Vincent)
* Fix object context menu positioning algorithm (Vincent)
* Allow use of the whole screen when hiding a panel (Mark, Vincent)
* Fix button menus using other menus than applications.menu (Vincent)
* Plug memory leak (Vincent)
* Don't let the user specify a panel size smaller than what is allowed
(Vincent)
* Fix crash with context menus (Vincent)
* Fix error dialog to appear on the right screen (Vincent)
* Change the DnD icon to the dragged applet one in the "Add to panel"
dialog. (Carlos Garnacho Parro)
* Make "Run application" faster (Frank Worsley, Vincent)
* Add accessible name for list of known applications in "Run
application" dialog (Muktha)
* Use the new gnome_desktop_item_set_launch_time() API (Elijah Newren)
* Make non local paths in the places menu work (Dennis Cranston)
* Update the applications menu when the disable_command_line lockdown
key is changed (Vincent)
* Fix 100% CPU bug with non-expanded panels (Vincent)
libpanel-applet
* Fix applet context menu positioning algorithm (Vincent)
Show Desktop Applet
* Show/hide desktop on the right screen (Arvind, Vincent)
* Update the icon when icon theme changes (Paolo Borelli, Vincent)
* Use GtkIconTheme (Vincent)
Window Selector Applet
* Move most of the code to a new widget in libwnck (Vincent Noel)
Workspace Switcher Applet
* Make applet look better when using a color/image background (Vincent)
Misc
* Code cleanups
* Build fixes
* Add comments for translators
* Remove old useless files
Translators
* Vladimir Petkov (bg)
* Miloslav Trmac (cs)
* Martin Willemoes Hansen (da)
* Adam Weinberger (en_CA)
* Francisco Javier F. Serrador (es)
* Ivar Smolin (et)
* Pauli Virtanen (fi)
* Takeshi AIHANA (ja)
* Changwoo Ryu (ko)
* Žygimantas Beručka (lt)
* Kjartan Maraas (nb)
* Reinout van Schouwen (nl)
* Kjartan Maraas (no)
* Raphael Higino (pt_BR)
* Duarte Loreto (pt)
* Leonid Kanter (ru)
* Elian Myftiu (sq)
* Theppitak Karoonboonyanan (th)
* Funda Wang (zh_CN)
==============
Version 2.9.90
==============
Panel
* Show drawers on the right screen (Arvind)
* Small optimization for the run dialog (Mark)
* Open the menu on the right screen with Alt-F1 (Arvind)
* HIG fixes in "Add to Panel" dialog (Vincent)
* Fix rare crash when initiliazing the panel configuration (Vincent)
* Use gtk dnd threshold value for snap tolerance (Vincent)
* Better positioning for the context menu on objects (Vincent)
* Unset StartupNotify in the .desktop when editing the command of the
launcher (Vincent)
* Fix submenus not showing in menu bar after an update (Vincent)
* Fix weird behaviour when the mouse goes on another screen while
dragging an object (Arvind)
* Fix GTK+ bookmarks with spaces in the Places menu (Vincent)
* Fix crasher when the recent documents list has changed (Vincent)
* Add a help button when creating a new .desktop file on the desktop
(Takao Fujiwara, Vincent)
* Add "Connect to Server" item to the Places menu (Vincent)
* Move "Lock To Panel" at the bottom of the context menu (Vincent)
* Fix scaling of icons in the menu to respect the ratio (Vincent)
* Remove reference to the Actions menu (Vincent)
* Try to help translators translate "Desktop" in different contexts
libpanel-applet
* Better positioning for the context menu on applets (Vincent)
Window Selector
* Dimm the icon if the window is minimized (Vincent Noel)
Notification Area
* Show the help on the right screen (Arvind)
Translators
* Vladimir Petkov (bg)
* Miloslav Trmac (cs)
* Hendrik Richter (de)
* Alexander Winston (en_CA)
* Francisco Javier F. Serrador (es)
* Luca Ferretti (it)
* Takeshi AIHANA (ja)
* Žygimantas Beručka (lt)
* Kjartan Maraas (nb)
* Rajeev Shrestha (ne)
* Reinout van Schouwen (nl)
* Åsmund Skjæveland (nn)
* Kjartan Maraas (no)
* Welther José O. Esteves (pt_BR)
* Marcel Telka (sk)
* Elian Myftiu (sq)
* Christian Rose (sv)
* Chanchai Junlouchai (th)
* Funda Wang (zh_CN)
=============
Version 2.9.4
=============
Panel
* Close parent drawers of a drawer when a launcher is launched
(Vincent)
* Fix 100% CPU usage when changing screen size (Vincent)
* Fix z-order of drawers using their depth (Vincent)
* Fix (again) autohiding not always working (Vincent)
* Only open background images from regular files (Vasista Sarma,
Vincent)
* Fix invalid usage of de-allocated memory (Vincent)
* Fix labels in the "Add to Panel" dialog when the panel name is not
set (Christian Neumair)
* Use new GtkFileChooserButton in panel properties (Vincent)
* Do not allow to select non-image files for panel backgrounds
(Vincent)
* Make Lock menu item HIG compliant (Madhan Raj M, Vincent)
* Update the Lock check menu item when the gconf key changes
(Leena Gunda, Vincent)
* Remove default panel names in the first-time config
(Christian Neumair)
* Fix look of applet with handles in RTL environment (Vincent)
* Add a focus line around the menu bar (Vincent Noel)
* Draw animation when dropping files on a launcher (Vincent)
* Fix crasher when moving a menu button between panels (Mark)
* Make drawer context menu use header capitalization (Dennis Cranston)
* New menu layout (Vincent)
* Don't draw handles for drawers (Vincent)
* HIG work on the "Add to Panel" dialog (Luca Ferretti, Vincent)
* Fix strings in the "Add to Panel" dialog to help translators
(Luca Ferretti, Vincent)
* Fix crash when closing an error dialog in some circumstances
(Vincent)
libpanel-applet
* Add new API to allow applets to request focus (Elijah Newren, Mark)
Fish Applet
* Fix leak (Vincent)
* Open the fortune dialog only on button release (Vincent)
* Instant apply for the disable_command_line lockdown key (Vincent)
Workspace Switcher Applet
* Add mouse wheel scrolling to change workspaces (Mark, Vincent)
* Fix visual glitch when starting (Vincent)
Window Selector Applet
* Fix applet name in the about dialog (Vincent)
* Make the applet look consistent with other menus (Søren Sandmann,
Vincent Noel)
Show Desktop Applet
* Activate show desktop button on drag an drop (Maciej Katafiasz)
Misc
* Use a better name in the notification area about dialog (Vincent)
* Fix spec files to build RPM (Vincent)
* Add API doc for panel_applet_request_focus() (Vincent)
* Cleanups (Vincent, Mark)
Translators
* Miloslav Trmac (cs)
* Nikos Charonitakis (el)
* Adam Weinberger (en_CA)
* Francisco Javier F. Serrador (es)
* Luca Ferretti (it)
* Takeshi AIHANA (ja)
* Žygimantas Beručka (lt)
* Kjartan Maraas (nb)
* Kjartan Maraas (no)
* Leonid Kanter (ru)
* Elian Myftiu (sq)
* Christian Rose (sv)
=============
Version 2.9.3
=============
Panel
* Code cleanups (Vincent, Mark)
* Do not block the panel when an applet initialisation is blocking (Vincent)
* Do not block the panel when an applet can not be loaded (Vincent)
* Find the right icon when dropping an URI (Vincent)
* Fix configuration changes when the panel is hidden (Vincent)
* Fix drag and drop of text in the run dialog (Vincent)
* Fix image & translucent backgrounds for the menu bar (Vincent)
* Use icon names instead of some stock icons (Vincent)
* Use an icon when dragging the action buttons (Vincent)
* Fix leaks (Frederic Crozat, Kjartan Maraas, Vincent)
* Load the menu from desktop files only when the menu is shown (Mark)
* Fix disappearing menu separator in recent documents (Vincent)
* Use startup notification for gnome-search-tool (Dennis Cranston)
* Use icons of the right size for launchers (Vincent)
* HIGify the "Delete this Panel..." dialog (Dennis Cranston)
* Fix auto-hiding of panel when dragging something on it (Vincent)
* Drawer context menu is the same on the button and on the toplevel (Vincent)
* Add a "Launch" menu item to the launcher context menu (Vincent)
* Fix removal of the last applet/object that could not get removed (Vincent)
* Fix translucent backgrounds for auto-hidden panels (Vincent)
* Fix image and translucent backgrounds for applets with a handle (Vincent)
* Fix 100% CPU usage when closing drawers in some case (Vincent)
* Fix infinite loop when moving a non expanded panel (Vincent)
* Make it easier to center non expanded panel (Vincent)
Applets
* Fix resizing of the notification area (Mark)
* Don't crash if the icon for the show desktop is not found (Mark, Srirama Sharma)
Misc
* Update README (Vincent)
* 100% API doc coverage for libpanel-applet (Vincent)
Translators
* Miloslav Trmac (cs)
* Martin Willemoes Hansen (da)
* Adam Weinberger (en_CA)
* David Lodge (en_GB)
* Francisco Javier F. Serrador (es)
* Takeshi AIHANA (ja)
* Žygimantas Beručka (lt)
* Kjartan Maraas (nb)
* Kjartan Maraas (no)
* Zuza Software Foundation (nso)
* Chanchai Junlouchai (th)
* Zuza Software Foundation (zu)
=============
Version 2.9.2
=============
Panel
* Use libgnome-menu to generate menus (Mark, Alex Larsson)
* Extend code to support (in the future) drag and drop of Nautilus desktop icons (Mark)
* Fix drag and drop of folders with special caracters (Matthias Clasen)
* Partial fix for a crash when dropping an image on the panel (Mark)
* Store panel configuration in a new location so you can share the settings between GNOME 2.2 and later (Mark)
* Remove profiles (Mark)
* Stop using some deprecated functions (Vincent)
* Make more dialogs HIG compliant (William Jon McCann)
* Remove the panel name entry from the panel properties (Christian Neumair)
* Ignore the delete event (so you don't accidentally close the panel in XFCE, eg) (Sebastian Kapfer)
* Use gnome-vfs API to open recent files (Marco Pesenti Gritti)
* Don't use gnome-vfs-module anymore (Mark)
* Fix startup notification animation to not leave artifact (Matthias Clasen)
* Create file launcher, and not nautilus launcher, when dropping URI (Vincent)
* Fix drag and drop for URL (Romain Baffet)
All Applets
* Fix applet ID strings (Mark)
Clock Applet
* Use the right icon in the "Add to panel" dialog (Vincent)
* Accept percentage and spaces when entering percentages for actions (Vincent Noel)
* Add a gconf key to show/hide the week numbers in the calendar (Vincent)
Window List Applet
* Fix the name in the about dialog (Vincent)
Misc
* Updated italian docs (Luca Ferreti)
* Fix example in libpanel-applet doc (Caleb Groom)
Translators
* Vladimir Petkov (bg)
* Miloslav Trmac (cs)
* Martin Willemoes Hansen (da)
* Hendrik Richter (de)
* Adam Weinberger (en_CA)
* David Lodge (en_GB)
* Francisco Javier F. Serrador (es)
* Meelad Zakaria (fa)
* Takeshi AIHANA (ja)
* Hasbullah Bin Pit (ms)
* Kjartan Maraas (nb)
* Zuza Software Foundation (nso)
* Elian Myftiu (sq)
* Funda Wang (zh_CN)
=============
Version 2.9.1
=============
Panel
* Scale down the app icon in the "Run application" dialog (Vincent Noel)
* Make the "application launchers" more visible in the Addto dialog (Vincent Noel)
* Make the "add" button insensitive in the Addto dialog when nothing is selected (Vincent Noel)
* Harden user configuration so new defaults doesn't appear for user (Mark)
* Set tooltip in recent files menu (William Jon McCann)
* Don't talk about panel when the user is dealing with a drawer (Vincent)
* Remove distribution menu (Christian Neumair)
* Make "Reload Applet" HIG-compliant (Christian Neumair)
* Port to GtkAboutDialog (Vincent)
* Use new GTK+ facility for setting window icons (Vincent)
* Use icons from the icon theme (Vincent, Marco Pesenti Gritti)
* Ellipsize text in Addto dialog (Vincent)
* Don't use deprecated functions (Vincent)
* Limit the use of libgnome* (Vincent)
* Make pixmap backgrounds work for the applets (James Henstridge)
All Applets
* Port to GtkAboutDialog (Vincent)
* Use new GTK+ facility for setting window icons (Vincent)
* Limit the use of libgnome* (Vincent)
* Don't use deprecated functions (Vincent)
* Better panel background support (Vincent)
Clock Applet
* Fix calendar position (William Jon McCann)
* Use icon from the icon theme (Vincent)
* Update the clock when the time has changed (Marco Pesenti Gritti)
* Launch task URL on the right screen (Vincent)
* Use the ellipsizing code from GTK+ (Vincent)
Fish Applet
* Add a Speak Again button (Vincent)
* Use the monospace font for displaying fortune (Vincent)
* Launch the command asynchronously (Vincent)
* Don't ignore command parameters (Vincent)
* Ellipsize the main label in the window if necessary (Vincent)
* Use the filechooser for choosing the image (Vincent)
Notification Area Applet
* Don't use GTK+ name space (Vincent)
Window Menu Applet
* Fix crash when showing No Windows Open (Crispin Flowerday)
* Hide focus line padding (Vincente Noel)
* Update the menu if a window name changes (Matt T. Proud)
* Use the ellipsizing code from GTK+ (Matt T. Proud)
* Update the menu if a window state or icon changes (Vincent)
Screenshooter
* Move to gnome-utils (Jonathan Blandford)
Misc
* Remove useless icons (Vincent)
* Install datafiles in better places (Vincent)
* Don't use deprecated functions for panel-test-applets (Vincent)
* Update libecal requirement (Vincent)
Translators
* Rostislav Raykov (bg)
* Miloslav Trmac (cs)
* Adam Weinberger (en_CA)
* David Lodge (en_GB)
* Christophe Merlet (RedFox) (fr)
* Mohammad DAMT (id)
* Luca Ferretti (it)
* Žygimantas Beručka (lt)
* Kjartan Maraas (no)
* Gora Mohanty (or)
* Elian Myftiu (sq)
* Данило Шеган (sr)
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
=============
Version 2.8.0
=============
Translators
* Abdulaziz Al-Arfaj (ar)
* Kemal Šanjta (bs)
* Miloslav Trmac (cs)
* Dafydd Harries (cy)
* Hendrik Richter (de)
* Kostas Papadimas (el)
* Gareth Owen (en_GB)
* Francisco Javier F. Serrador (es)
* Gabor Kelemen (hu)
* Luca Ferretti (it)
* Hasbullah Bin Pit (ms)
* Åsmund Skjæveland (nn)
* Welther José O. Esteves (pt_BR)
* Mişu Moldovan (ro)
* Christian Rose (sv)
* Chanchai Junlouchai (th)
* Baris Cicek (tr)
* Abel Cheung (zh_TW)
================
Version 2.7.92.1
================
Clock Applet
* Update the component id we use to launch evolution (Mark)
Translators
* Takeshi AIHANA (ja)
==============
Version 2.7.92
==============
Panel
* Fix various coding errors (Kjartan)
* Fix autohide in certain circumstances on multi-screen (Mark)
* Fix a leak (Kjartan)
* Remove unused code (Vincent)
Misc
* Updated help documentation (Breda McColgan)
* Remove gnome-panel-preferences man page (Vincent)
* Make spanish help docs valid UTF-8 (Alexandre Oliva)
* Fix a #if/#ifdef thinko (Kjartan)
* Fix deprecated API usage (Kjartan)
Translators
* Runa Bhattacharjee (bn)
* Mehemed Šaćirović (bs)
* Jordi Mallach (ca)
* Martin Willemoes Hansen (da)
* Francisco Javier F. Serrador (es)
* Iñaki Larrañaga Murgoitio (eu)
* Laszlo Dvornik (hu)
* Reinout van Schouwen (nl)
* Elian Myftiu (sq)
* Maxim Dziumanenko (uk)
================
Version 2.7.91.1
================
Panel
* Fix focus-on-map issue the "Run Application" dialog (Elijah Newren)
* Fix crash with unknown URIs in ~/.recently-used (Mark)
Clock Applet
* Fix issue with shadow and scrollbar sizing (William Jon McCann)
* Warning fixes (Mark)
Misc
* Warning fix in libpanel-applet (Vincent Untz)
* Update the required version of libwnck (J.H.M. Dassen)
* Ditto for evolution-data-server (Mark)
Translators
* Mətin Əmirov (az)
* Pauli Virtanen (fi)
* Baptiste Mille-Mathias (crevette) (fr)
* Elian Myftiu (sq)
* Christian Rose (sv)
==============
Version 2.7.91
==============
Panel
* Fix crasher when declining to reload crashed applet (Mark)
* Fix nested drawer hiding craziness (Mark)
* Re-work "actions" code to consolidate action details (Mark, Vinay M R)
* Fix various coding errors (Kjartan Maraas)
Misc
* Remove the global panel preferences dialog (Christian Neumair)
* Add comments for translators to clock.schemas (Mark)
Translators
* Miloslav Trmac (cs)
* Martin Willemoes Hansen (da)
* Adam Weinberger (en_CA)
* Francisco Javier F. Serrador (es)
* Pauli Virtanen (fi)
* Jesús Bravo Álvarez (gl)
* Ankit Patel (gu)
* Takeshi AIHANA (ja)
* Changwoo Ryu (ko)
* Kjartan Maraas (nb)
* Kjartan Maraas (no)
* Gnome PL Team (pl)
* Duarte Loreto (pt)
* Elian Myftiu (sq)
* Funda Wang (zh_CN)
==============
Version 2.7.90
==============
Panel
* Make the menu key popup the panel context menu (Sagar Rastogi)
* Fix mnemonic conflict between _Add to Panel and _About Panels (Vincent Untz)
* Remove remaining bits of the add launcher menu (Christian Neumair)
* Revise the "Clear Recent Documents" confirmation dialog text (William Jon McCann)
* Sync with recent-files from libegg (Kjartan Maraas)
* Fix invalid usage of de-allocated memory (Kjartan Maraas)
* Fix various strange behaviour with button presses on panel objects (Arvind Samptur)
* Fix fontilus entries appearing escaped in Recent Documents menu (Federico)
Applets
* Fix nasty libpanel-applet issue causing unneccessary padding around Window List (Soeren Sandmann)
* Make DEMANDS_ATTENTION windows appear bold in the Window Selector (Vincent Noel)
* Make the Show Desktop button correctly resize (Vincent Untz)
* Display floating date-times in the calendar relative to localtime (William Jon McCann)
* Make the appointment/task list in the clock use SHADOW_IN (Jonathan Blandford)
* Remove usage of obselete panel:category attribute and update docs (Mark)
Screenshooter
* Make it use the window title rather than the window class for the filename (Bryan Clark)
Build Stuff
* Fix various compiler warnings (Mark)
* Indicate that strings to be translated are encoded in UTF-8 (Christian Neumair)
* Require a xgettext which supports --from-code (Mark)
* add DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc (Mark)
Translators
* Rostislav Raykov (bg)
* Miloslav Trmac (cs)
* Martin Willemoes Hansen (da)
* Adam Weinberger (en_CA)
* Gareth Owen (en_GB)
* Francisco Javier F. Serrador (es)
* Ravishankar Shrivastava (hi)
* Laszlo Dvornik (hu)
* Takeshi AIHANA (ja)
* Changwoo Ryu (ko)
* Žygimantas Beručka (lt)
* Hasbullah Bin Pit (ms)
* Kjartan Maraas (no)
* Duarte Loreto (pt)
* Dmitry G. Mastrukov (ru)
* Elian Myftiu (sq)
* Данило Шеган (sr)
* Baris Cicek (tr)
===============
Version 2.7.4.1
===============
Panel
* Add "Clear Recent Documents" to Recent Documents menu (William Jon McCann, Mark)
=============
Version 2.7.4
=============
Clock Applet
* Add the source color to the appointments/tasks lists (William Jon McCann)
* Ensure the calendar popup is focused (William Jon McCann)
* Refilter calendar tasks when the popup is updated (William Jon McCann)
Translators
* Vladimir "Kaladan" Petkov (bg)
* Dafydd Harries (cy)
* Francisco Javier F. Serrador (es)
* Takeshi AIHANA (ja)
* Raphael Higino (pt_BR)
* Elian Myftiu (sq)
=============
Version 2.7.3
=============
Panel
* New "Add to Panel" dialog (Vincent Untz)
* HIG border spacing fix for addto dialog (Dennis Cranston)
* Fix "Invalid read of size 1" valgrind warning (Mark)
* Don't prevent drawers from being deleted (Leena Gunda)
* Removed some unused code from menu stuff (Christian Neumair)
Clock Applet
* Make "Adjust Date & Time" update PRIMARY (not just CLIPBOARD) (Greg Hudson)
* Consistency fix for GConf keys' docs (Christian Neumair)
Misc
* Removed ellipses from applet's popup menus (Dennis Cranston)
* Typo fix in libpanel-applet docs (Sven Herzberg)
Translators
* Vladimir "Kaladan" Petkov (bg)
* Miloslav Trmac (cs)
* Christian Neumair (de)
* Adam Weinberger (en_CA)
* Gareth Owen (en_GB)
* Laszlo Dvornik (hu)
* Žygimantas Beručka (lt)
* Gnome PL Team (pl)
* Elian Myftiu (sq)
* zhakanini (ta)
* Funda Wang (zh_CN)
=============
Version 2.7.1
=============
Panel
* Remove "Add to run dialog" from the menu's context menu (Chistian Neumair)
* Allow applets to be removed when locked (Mark, Christian Neumair)
* Fix a rare crasher while menu editing (Chris Lahey)
* Fix some problems with filename quoting (Mark)
* Improve tab completion in the run dialog (Frank Worsley)
* Fix issue with the tooltip on drawers no being updated (Vinay M R, Mark)
* Don't allow drawers to move offscreen (Shakti Sen, Mark)
* Fix issue with launcher save location not being valid with gnome-vfs (Vincent Berger, Mark)
* Try and guess an icon for launches with no explicit icon (Satvik Upadhyaya, Mark)
* Paint the arrow on menu buttons using the GTK+ theme (Mark)
Screenshot Utility
* Don't make the entire desktop hang when using --delay with a11y (Padraig O'Briain)
* Fix crasher when window icon not found (Mark)
* Translate the "save to webpage" string in the screenshot utility (Mariano Suárez-Alvarez)
Clock Applet
* Fix issue with the clock no resizing properly when making the panel bigger (Mark)
* Fix problems with tasks edits affecting the wrong task (Carlos Garnacho Parro)
* Open the tasks URL when double clicking on it (William Jon McCann)
* Fix the handling of all day events and timezones (William Jon McCann)
* Properly reload stuff when evolution-data-server dies (William Jon McCann)
* Use GTK_SHADOW_OUT around the calendar (Jorn Baayen)
* Destroy the calendar if the clock is removed from the panel (Shakti Sen)
Misc
* Set a tooltip on the Window Selector applet (Kaushal Kumar)
* Remove the separator from Wanda's fortune dialog (Paolo Borelli)
* Fix the version number in the autogen.sh message (Fernando Herrera)
Translations
* Miloslav Trmac (cs)
* Adam Weinberger (en_CA)
* Gareth Owen (en_GB)
* Francisco Javier F. Serrador (es)
* Gil Osher (he)
* Takeshi AIHANA (ja)
* Changwoo Ryu (ko)
* John C Barstow (mi)
* Kjartan Maraas (no)
* Stanislav Visnovsky (sk)
* Funda Wang (zh_CN)
Version 2.6.0
=============
* New and updated translations.
Version 2.5.93
==============
Screenshot Taker
* Use the new file chooser in save mode instead of open mode
Clock Applet
* Fix crash with unset/invalid clock format preference
Translators
* New and updated translations.
Version 2.5.92
==============
Panel
* Fix accessibility issue with the "Force Quit" dialog
* Correctly launch nautilus for directories from the run dialog
Clock Applet
* Use GtkComboBox in the preferences dialog
Translations
* New and updated translations.
Version 2.5.91
==============
Panel
* Don't resize while autohiding
* Remove the username from the Log Out menu item again
* Xinerama fixes for panel position and collision avoidance
* Make moving launchers with button2 work again
* Don't allow the panel to be moved when its hidden
Clock Applet
* Fix task and appoinment list scrolling
* Use Fedora's system-config-time if available
* Fix issue with clock not resizing when date chanes in some locales
Notification Area
* Set the window icon on the about dialog
Translations
* New and updated translations.
Version 2.5.90
==============
Panel
* Fix a typo - "or to to shutdown"
* Fix issue with autohides not being unqueued on leave notify
* Allow the hide button's size to be themed
* Make apps be launched on the correct screen after menus are re-loaded
* Fixup instance of using an uninitialised variable
Applets
* Fix issue with calendar jumping multiple months on click
Misc
* Updated help documentation
* Allow building against an uninstalled build of gnome-panel
Translations
* New and updated translations.
Version 2.5.5
=============
Panel
* Make applets move a pixel at a time so we can move them to the corner
* Fix broken keynav with numlock enabled
* Fix problem with disappearing launchers
* Correctly test for modifiers throughout the panel
Notification Area
* Correctly manage the lifecycle of the about dialog
* Use the correct icon in the about dialog
Misc
* Update help links to point to new user-guie location
* Add configure flag to disable use of evolution-data-server
* Update help documentation
* Make the screenshooter use GtkFileChooser
* Add documentor credits in applet about dialogs
* Warnings fixes
* Un-mark property descriptions for translation
Translators
* New and updated translations.
Version 2.5.4
=============
Panel
* Add more lockdown support
* Fix major X leak with translucent panels
* Use a new "applications" icon for the applications menu
* Set accessible names for drawers and hide buttons
* Fix issue with "Log Out blah" menu item and username's with underscore
* Remove bogus panel_signal_connect_object_while_alive()
* Fix issue where "Delete this Panel" wasn't visible
* Only allow resizing the run dialog if the proram list is visible
* Fix some runtime warnings
* Fix some portability issues
libpanel-applet
* Install enums header and fix signal definitions
* Build panel-test-applets with -export-dynamic
Clock Applet
* Fix bug where selected calendars were out of sync
* Use UTC time for events if preference set
* Correctly detect all day events
* Re-position the calendar popup as the clock is moved around
* Don't show "Adjust Date & Time" if no config tool available
* Fix issue with ellipsizing the task description
Misc
* Sync with newer version of the recent files implementation
* Use a themed window icon in the screenshooter
* Fix issue with unsetting the preferred command for Wanda
* Set the accessible name on the notification area
* Fix underquoted definition of AM_PATH_ESD
* Fix invalid UTF8 in spanish help docs
* Bump required GTK+ to 2.3.2
Translators
* New and updated translations.
Version 2.5.3.1
===============
libpanel-applet
* Fix crasher with ORBit 2.9.4
Translators
* New and updated translations.
Version 2.5.3
=============
Panel
* Add a shadow around the run dialog applications list
* Set the accessible name on the run dialog entry
* Don't allow the creation of empty launchers
* Change the default panel size from 22px to 24px
* Put the username in the "Log Out" menu item
* Fix occassional problem where moving an applet caused the panel to
move
* Use a useless icon for the actions menu until a better one is found
* Mark a string for translation
* Use latest versions off egg-recent
* Fix minor typo in the default panel setup
* Use GtkFileChooser instead of GtkFileSelection
* Don't add directories during command completion in the run dialog
* Fix UTF-8 conversion issue in the run dialog
Clock Applet
* Add support for showing Evolution tasks/appointments
* Allow a custom time format to specified in GConf
* Make the applet out of process
* If showing UTC time, select the right day in the calendr
* Make it easier for translators to swap elements of the time format
* Schemas terminology fix
Other Applets
* Display Notification Area help on the correct screen
* Don't allow changing the number/names of workspaces if locked down
Misc
* Make use of new libgnomeui/gdk functions instead of egg-screen-*
* Add bugzilla pointers to all applet .server files
* Build fixes
* Update Spanish documentation
Translators
* New and updated translations.
Version 2.5.2
=============
Panel
* Kill some unused functions
* Be more paranoid about removing dirs from the GConfClient cache
* Fix some strings to by more translator friendly
* Make blocking auto-hiding recursive
* Rename "Open Recent" to "Recent Documents"
* Use gdk_screen_get_monitor_at_point() instead of a hack
* Sort the applets in the "Add to panel" menu according to the locale
* Fix various bugs with autohide with no animations
* Make schema descriptions of the "screen" and "monitor" keys more
expicit
* Use the monitor size and not the screen size to position the panel
* Fix bug in menu positioning when the panel is hidden
* Add labelled-by relation for the slider in the properties dialog
* Fix the preferences dialog to use the locked_down key
* Remove invalid assertion about auto_hide_size > 0
* Don't set invalid tooltips on menu buttons
* Set the accessible name on drawers
* Make sure to set the PPosition WM_NORMAL_HINT to keep other WMs happy
* Make the expander in the run dialog activatable via a mnemonic
* Use GObject's instance private data
* Use GConf's standard function for unsetting a hierarchy
* Make the Menu Bar help point at the correct location
* Make menu buttons use the correct tooltip
* Make "Force Quit" confirmation dialog cancel on escape
Screenshooter
* Don't crash when using the shape extension on an offscreen window
* Fix slight performace issue
* Expand filenames with a tilde when saving
* Kill crufty printing support
Applets
* Simplify the various clock time format GConf keys into one enum
* Make the clock not display leading zeros in dates
* Make Wanda not use deprecated functions
* Rename the Window Menu to "Window Selector"
* Make the Window Selector's help point at the user guide
* Destroy the Window Selector's about dialog when the applet is removed
* Ditto for the Show Desktop button
* Make the Show Desktop button use SVG icons
libpanel-applet
* Fix weird issue caused by not removing the dir from the GConfClient
cache
Misc
* Many distcheck fixes required for using automake 1.7
* XML-ize the libpanel-applet docs
* Man pages updates
* Update build message to say "2.5"
* Make sure Wanda's generated .server files get deleted on make clean
Translators
* New and updated translations.
Version 2.5.1
=============
Panel
* Implement per-panel and global lockdown keys
* Add a "disabled_applets" key and don't show those applets
* Fix gnome-panel --help not to show the flags twice
* Used the folder icon from the icon theme for folders
* Use the term "Drag and drop" instead of "DnD"
* Don't allow vertically centered horizontal panels and vice versa
* Link to help for action buttons
* Use the "delete" stock icon for "Delete this panel"
* Fix crashing when gdk_property_get_fails
* Snap to 0/100% opacity with a 2% tolerance
* Set revert to insenitive in the launcher editing dialog
* Remove the bold labels in the panel properties dialog
* Don't unhide hidden drawers when unhiding the parent panel
* Use GtkExpander in the run dialog
* Don't allow the panel to autohide when dragging things around
* Don't unhide the panel if we quickly move the pointer in and out
* Get translucent applet backgrounds almost working
* Remove useless, crufty code
* Don't allow the panel to unhide when the properties dialog is open
Applets
* Hide the preferences menu items when locked down
* Update help buttons to point to the correct docs
* Allow the PanelApplet's children to become focusable after focusing itself
* Fix a memory leak in libpanel-applet
Window List
* Remove "visible" from the descipription of the applet
* Update to use the new icon from jimmac
* Disable certain preferences when only showing the current workspace
Workspace Switcher
* Add a shadow around the workspace list in the preferences
* Unselect any selected workspace name when the list is unfocused
Window Menu
* Ellipsize the window menu item if its too long
* Update to use the new icon from jimmac
* Don't refer to the "Window List" in the about dialog
* Use the icon theme to lookup the window icon
Show Desktop Button
* Lookup the icon according to the icon theme
Wanda
* Respect the "inhibit_command_line" lockdown preference
* Make the "rotate" prefernce false by default - bubbles should go up
* De-brand Wanda - she's a fish, not a "GNOME fish"
Clock
* Show week numbers in the calendar
* Better schema description for "internet_time"
Misc
* Help documentation updates
* Add a --enable-deprecations build time flag
Translators
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.