pkgsrc/sysutils/gnome-menus/PLIST

123 lines
5.3 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.23 2009/10/22 17:19:08 drochner Exp $
Update to 2.12.0: ============== Version 2.12.0 ============== Fixes * Fix FAM crasher in gmenu-simple-editor (Ed Catmur) Translators * Rhys Jones (cy) * Vincent Untz (fr) * Ignacio Casal Quinteiro (gl) * Norayr Chilingaryan (hy) * Žygimantas Beručka (lt) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Данило Шеган (sr) * Onur Can Cakmak (tr) * Clytie Siddall (vi) =============== Version 2.11.92 =============== Fixes * Fix memory corruption crasher handling notifies (Mark) * Fix python syntax warning (Mark) * Fix build when FAM isn't found (Elijah Newren) * Fix crasher when a <AppDir> references a subdir of another <AppDir> (Mark) * Fix duplicate entries after updating (Mark) * Fix infinite loop (Frederic Crozat) * Make <LegacyDir> with prefix work again (Chris Lahey, Mark) Translators * Rostislav "zbrox" Raykov (bg) * Jordi Mallach (ca) * Hendrik Brandt (de) * Nikos Charonitakis (el) * Roozbeh Pournader (fa) * ahmad riza h nst (id) * Takeshi AIHANA (ja) * Young-Ho Cha (ko) * GNOME PL Team (pl) * Sebastian Ivan (ro) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) =============== Version 2.11.91 =============== Fixes * Install .desktop file for editor (Dennis Cranston, Mark) * Fix the window icon in the editor (Jaap A. Haitsma, Mark) * Allow running editor in different prefix from python (Mark) Translators * Miloslav Trmac (cs) * Hendrik Brandt (de) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Reuven Gonen (he) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Tino Meinen (nl) * Kjartan Maraas (no) * Afonso Celso Medina (pt_BR) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) =============== Version 2.11.90 =============== Fixes * Fix issue with handling of filename encodings (Mark) * Only try to include ".directory" for <LegacyDir> if it exists (Mark) * Re-name the Edutainment sub-menu to Education (Mark) * Fix spec compliance issue with <Merge> tag handling (Mark) * Remove some unused code (Mark) * Plug some leaks (Mark) Menu Editor * HIGify menu editor (Dennis Cranston) * Make "Desktop" menu appear correctly (Mark) Misc * Allow building against uninstalled library (Brian Cameron) Translators * Ales Nyakhaychyk (be) * Rostislav "zbrox" Raykov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Brandt (de) * Nikos Charonitakis (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Iñaki Larrañaga (eu) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Yuval Tanny (he) * Swapnil Hajare (mr) * Terance Edward Sola (nb) * Ganesh Ghimire (ne) * Tino Meinen (nl) * Terance Edward Sola (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Данило Шеган (sr) * Theppitak Karoonboonyanan (th) * Onur Can Cakmak (tr) * Clytie Siddall (vi) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ================ Version 2.11.1.1 ================ Fixes * Fix crasher bug in libgnome-menu triggered by editor (Mark) * Make the editor create $XDG_CONFIG_HOME/menus if it doesn't exist (Mark) ============== Version 2.11.1 ============== Features * Simple menu editor (Mark) * Python bindings (Mark) * Support for <Layout> and <DefaultLayout> (Mark, Frederic Crozat) * Use FAM directly for monitoring rather than gnome-vfs (Mark) * Add API for retaining empty sub-menus and excluded items in the GMenuTree (Mark, Christian Neumair) * Add gmenu_tree_directory_get_menu_id() API (Mark) * Add gmenu_tree_directory_get_tree() and gmenu_tree_get_menu_file() API (Mark) * Namespace the API - i.e. MenuTree -> GMenuTree (Mark) Fixes * Plug major memory leak when the menu is reloaded (Mark) * Fix "recursive <MergeFile> inclusion" crash (Mark) * Fix problem where you could end up with identical items in the same menu (Mark) * Fix issue where you could end up with more than one menu with the same name (Mark) * Update for changes to <Move> behaviour in spec (Mark) * Fix off-by-one errors shown up in valgrind (Mark) * Remove <LegacyDir>s from default menu (Mark) Translators * Vladimir "Kaladan" Petkov (bg) * Miloslav Trmac (cs) * Hendrik Brandt (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Iñaki Larrañaga (eu) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Canonical Ltd (xh)
2005-10-12 23:52:29 +02:00
include/gnome-menus/gmenu-tree.h
lib/libgnome-menu.la
lib/pkgconfig/libgnome-menu.pc
share/desktop-directories/AudioVideo.directory
share/desktop-directories/Development.directory
Update to 2.12.0: ============== Version 2.12.0 ============== Fixes * Fix FAM crasher in gmenu-simple-editor (Ed Catmur) Translators * Rhys Jones (cy) * Vincent Untz (fr) * Ignacio Casal Quinteiro (gl) * Norayr Chilingaryan (hy) * Žygimantas Beručka (lt) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Данило Шеган (sr) * Onur Can Cakmak (tr) * Clytie Siddall (vi) =============== Version 2.11.92 =============== Fixes * Fix memory corruption crasher handling notifies (Mark) * Fix python syntax warning (Mark) * Fix build when FAM isn't found (Elijah Newren) * Fix crasher when a <AppDir> references a subdir of another <AppDir> (Mark) * Fix duplicate entries after updating (Mark) * Fix infinite loop (Frederic Crozat) * Make <LegacyDir> with prefix work again (Chris Lahey, Mark) Translators * Rostislav "zbrox" Raykov (bg) * Jordi Mallach (ca) * Hendrik Brandt (de) * Nikos Charonitakis (el) * Roozbeh Pournader (fa) * ahmad riza h nst (id) * Takeshi AIHANA (ja) * Young-Ho Cha (ko) * GNOME PL Team (pl) * Sebastian Ivan (ro) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) =============== Version 2.11.91 =============== Fixes * Install .desktop file for editor (Dennis Cranston, Mark) * Fix the window icon in the editor (Jaap A. Haitsma, Mark) * Allow running editor in different prefix from python (Mark) Translators * Miloslav Trmac (cs) * Hendrik Brandt (de) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Reuven Gonen (he) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Tino Meinen (nl) * Kjartan Maraas (no) * Afonso Celso Medina (pt_BR) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) =============== Version 2.11.90 =============== Fixes * Fix issue with handling of filename encodings (Mark) * Only try to include ".directory" for <LegacyDir> if it exists (Mark) * Re-name the Edutainment sub-menu to Education (Mark) * Fix spec compliance issue with <Merge> tag handling (Mark) * Remove some unused code (Mark) * Plug some leaks (Mark) Menu Editor * HIGify menu editor (Dennis Cranston) * Make "Desktop" menu appear correctly (Mark) Misc * Allow building against uninstalled library (Brian Cameron) Translators * Ales Nyakhaychyk (be) * Rostislav "zbrox" Raykov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Brandt (de) * Nikos Charonitakis (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Iñaki Larrañaga (eu) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Yuval Tanny (he) * Swapnil Hajare (mr) * Terance Edward Sola (nb) * Ganesh Ghimire (ne) * Tino Meinen (nl) * Terance Edward Sola (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Данило Шеган (sr) * Theppitak Karoonboonyanan (th) * Onur Can Cakmak (tr) * Clytie Siddall (vi) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ================ Version 2.11.1.1 ================ Fixes * Fix crasher bug in libgnome-menu triggered by editor (Mark) * Make the editor create $XDG_CONFIG_HOME/menus if it doesn't exist (Mark) ============== Version 2.11.1 ============== Features * Simple menu editor (Mark) * Python bindings (Mark) * Support for <Layout> and <DefaultLayout> (Mark, Frederic Crozat) * Use FAM directly for monitoring rather than gnome-vfs (Mark) * Add API for retaining empty sub-menus and excluded items in the GMenuTree (Mark, Christian Neumair) * Add gmenu_tree_directory_get_menu_id() API (Mark) * Add gmenu_tree_directory_get_tree() and gmenu_tree_get_menu_file() API (Mark) * Namespace the API - i.e. MenuTree -> GMenuTree (Mark) Fixes * Plug major memory leak when the menu is reloaded (Mark) * Fix "recursive <MergeFile> inclusion" crash (Mark) * Fix problem where you could end up with identical items in the same menu (Mark) * Fix issue where you could end up with more than one menu with the same name (Mark) * Update for changes to <Move> behaviour in spec (Mark) * Fix off-by-one errors shown up in valgrind (Mark) * Remove <LegacyDir>s from default menu (Mark) Translators * Vladimir "Kaladan" Petkov (bg) * Miloslav Trmac (cs) * Hendrik Brandt (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Iñaki Larrañaga (eu) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Canonical Ltd (xh)
2005-10-12 23:52:29 +02:00
share/desktop-directories/Education.directory
share/desktop-directories/Game.directory
share/desktop-directories/Graphics.directory
share/desktop-directories/Hardware.directory
share/desktop-directories/InternetAndNetwork.directory
share/desktop-directories/LookAndFeel.directory
share/desktop-directories/Network.directory
share/desktop-directories/Office.directory
share/desktop-directories/Personal.directory
share/desktop-directories/Settings-System.directory
share/desktop-directories/Settings.directory
share/desktop-directories/System-Tools.directory
share/desktop-directories/System.directory
share/desktop-directories/Utility-Accessibility.directory
share/desktop-directories/Utility.directory
share/desktop-directories/X-GNOME-Menu-Applications.directory
share/desktop-directories/X-GNOME-Menu-System.directory
share/desktop-directories/X-GNOME-Other.directory
share/examples/gnome-menus/xdg/menus/applications.menu
share/examples/gnome-menus/xdg/menus/settings.menu
share/locale/af/LC_MESSAGES/gnome-menus.mo
share/locale/ar/LC_MESSAGES/gnome-menus.mo
share/locale/as/LC_MESSAGES/gnome-menus.mo
share/locale/ast/LC_MESSAGES/gnome-menus.mo
share/locale/be/LC_MESSAGES/gnome-menus.mo
share/locale/be@latin/LC_MESSAGES/gnome-menus.mo
share/locale/bg/LC_MESSAGES/gnome-menus.mo
share/locale/bn/LC_MESSAGES/gnome-menus.mo
share/locale/bn_IN/LC_MESSAGES/gnome-menus.mo
share/locale/br/LC_MESSAGES/gnome-menus.mo
share/locale/ca/LC_MESSAGES/gnome-menus.mo
share/locale/ca@valencia/LC_MESSAGES/gnome-menus.mo
share/locale/crh/LC_MESSAGES/gnome-menus.mo
share/locale/cs/LC_MESSAGES/gnome-menus.mo
share/locale/cy/LC_MESSAGES/gnome-menus.mo
share/locale/da/LC_MESSAGES/gnome-menus.mo
share/locale/de/LC_MESSAGES/gnome-menus.mo
share/locale/dv/LC_MESSAGES/gnome-menus.mo
share/locale/dz/LC_MESSAGES/gnome-menus.mo
share/locale/el/LC_MESSAGES/gnome-menus.mo
share/locale/en_CA/LC_MESSAGES/gnome-menus.mo
share/locale/en_GB/LC_MESSAGES/gnome-menus.mo
share/locale/eo/LC_MESSAGES/gnome-menus.mo
share/locale/es/LC_MESSAGES/gnome-menus.mo
share/locale/et/LC_MESSAGES/gnome-menus.mo
share/locale/eu/LC_MESSAGES/gnome-menus.mo
share/locale/fa/LC_MESSAGES/gnome-menus.mo
share/locale/fi/LC_MESSAGES/gnome-menus.mo
share/locale/fr/LC_MESSAGES/gnome-menus.mo
share/locale/fur/LC_MESSAGES/gnome-menus.mo
share/locale/ga/LC_MESSAGES/gnome-menus.mo
share/locale/gl/LC_MESSAGES/gnome-menus.mo
share/locale/gn/LC_MESSAGES/gnome-menus.mo
share/locale/gu/LC_MESSAGES/gnome-menus.mo
share/locale/ha/LC_MESSAGES/gnome-menus.mo
share/locale/he/LC_MESSAGES/gnome-menus.mo
share/locale/hi/LC_MESSAGES/gnome-menus.mo
share/locale/hr/LC_MESSAGES/gnome-menus.mo
share/locale/hu/LC_MESSAGES/gnome-menus.mo
share/locale/hy/LC_MESSAGES/gnome-menus.mo
share/locale/id/LC_MESSAGES/gnome-menus.mo
share/locale/ig/LC_MESSAGES/gnome-menus.mo
share/locale/io/LC_MESSAGES/gnome-menus.mo
share/locale/is/LC_MESSAGES/gnome-menus.mo
share/locale/it/LC_MESSAGES/gnome-menus.mo
share/locale/ja/LC_MESSAGES/gnome-menus.mo
share/locale/ka/LC_MESSAGES/gnome-menus.mo
share/locale/kk/LC_MESSAGES/gnome-menus.mo
share/locale/kn/LC_MESSAGES/gnome-menus.mo
share/locale/ko/LC_MESSAGES/gnome-menus.mo
share/locale/ku/LC_MESSAGES/gnome-menus.mo
share/locale/ky/LC_MESSAGES/gnome-menus.mo
share/locale/lt/LC_MESSAGES/gnome-menus.mo
share/locale/lv/LC_MESSAGES/gnome-menus.mo
share/locale/mai/LC_MESSAGES/gnome-menus.mo
share/locale/mg/LC_MESSAGES/gnome-menus.mo
share/locale/mk/LC_MESSAGES/gnome-menus.mo
share/locale/ml/LC_MESSAGES/gnome-menus.mo
share/locale/mn/LC_MESSAGES/gnome-menus.mo
share/locale/mr/LC_MESSAGES/gnome-menus.mo
share/locale/ms/LC_MESSAGES/gnome-menus.mo
share/locale/nb/LC_MESSAGES/gnome-menus.mo
share/locale/nds/LC_MESSAGES/gnome-menus.mo
share/locale/ne/LC_MESSAGES/gnome-menus.mo
share/locale/nl/LC_MESSAGES/gnome-menus.mo
share/locale/nn/LC_MESSAGES/gnome-menus.mo
share/locale/oc/LC_MESSAGES/gnome-menus.mo
share/locale/or/LC_MESSAGES/gnome-menus.mo
share/locale/pa/LC_MESSAGES/gnome-menus.mo
share/locale/pl/LC_MESSAGES/gnome-menus.mo
share/locale/ps/LC_MESSAGES/gnome-menus.mo
share/locale/pt/LC_MESSAGES/gnome-menus.mo
share/locale/pt_BR/LC_MESSAGES/gnome-menus.mo
share/locale/ro/LC_MESSAGES/gnome-menus.mo
share/locale/ru/LC_MESSAGES/gnome-menus.mo
share/locale/rw/LC_MESSAGES/gnome-menus.mo
share/locale/si/LC_MESSAGES/gnome-menus.mo
share/locale/sk/LC_MESSAGES/gnome-menus.mo
share/locale/sl/LC_MESSAGES/gnome-menus.mo
share/locale/sq/LC_MESSAGES/gnome-menus.mo
share/locale/sr/LC_MESSAGES/gnome-menus.mo
share/locale/sr@latin/LC_MESSAGES/gnome-menus.mo
share/locale/sv/LC_MESSAGES/gnome-menus.mo
share/locale/ta/LC_MESSAGES/gnome-menus.mo
share/locale/te/LC_MESSAGES/gnome-menus.mo
share/locale/th/LC_MESSAGES/gnome-menus.mo
share/locale/tr/LC_MESSAGES/gnome-menus.mo
share/locale/ug/LC_MESSAGES/gnome-menus.mo
share/locale/uk/LC_MESSAGES/gnome-menus.mo
share/locale/uz@cyrillic/LC_MESSAGES/gnome-menus.mo
share/locale/vi/LC_MESSAGES/gnome-menus.mo
share/locale/xh/LC_MESSAGES/gnome-menus.mo
share/locale/yo/LC_MESSAGES/gnome-menus.mo
share/locale/zh_CN/LC_MESSAGES/gnome-menus.mo
share/locale/zh_HK/LC_MESSAGES/gnome-menus.mo
share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo