From 2dd4b996308e2e49a87124a2962d3d5171e6813e Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 15 Dec 2011 02:09:50 +0000 Subject: generate change --- ChangeLog | 194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5bc4577..aad147d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,197 @@ +2011-12-15 02:02 + + * po/af.po, po/am.po, po/ar.po, po/as.po, po/az.po, po/be.po, + po/bg.po, po/bn.po, po/br.po, po/bs.po, po/ca.po, po/cs.po, + po/cy.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, + po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fo.po, po/fr.po, + po/fur.po, po/ga.po, po/gl.po, po/gu.po, po/he.po, po/hi.po, + po/hr.po, po/hu.po, po/hy.po, po/id.po, po/is.po, po/it.po, + po/ja.po, po/ka.po, po/kn.po, po/ko.po, po/ku.po, po/ky.po, + po/li.po, po/lo.po, po/lt.po, po/lv.po, po/mi.po, po/mk.po, + po/ml.po, po/mn.po, po/mr.po, po/ms.po, po/mt.po, po/nb.po, + po/nds.po, po/ne.po, po/nl.po, po/nn.po, po/oc.po, po/or.po, + po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, + po/sc.po, po/se.po, po/sk.po, po/sl.po, po/sq.po, po/sr.po, + po/ss.po, po/sv.po, po/ta.po, po/tg.po, po/th.po, po/tk.po, + po/tl.po, po/tr.po, po/uk.po, po/ur.po, po/uz.po, po/vi.po, + po/wa.po, po/xh.po, po/yi.po, po/yo.po, po/zh_CN.po, po/zh_TW.po: + merge mandriva translation + +2011-12-15 02:01 + + * configure.in: fix typo + +2011-12-15 02:01 + + * po/desktop-common-data.pot: generate pot file + +2011-12-15 01:46 + + * configure.in, po, po/POTFILES.in: support inltool for translators + +2011-12-05 02:54 + + * ChangeLog: desktop-common-data: update changelog + +2011-12-05 02:47 + + * menu/update-menus.filter: run update-menus by filetriggers also + when /etc/menu.d is changed + +2011-12-05 02:47 + + * sbin/chksession: chksession: add support for generic + --generate=DIR and --wrap-sessions + + See mgabz #2740. This also allows migrating other users to the + more + readable and robust versions, avoiding the use of hardcoded + directories + in chksession. + +2011-12-05 02:47 + + * menu/applications.menu.in: show submenus before menu entries by + default (except More) + + Alter so that submenus appear before normal + entries in + menus that do not specify their own . + + This should mostly affect Education, Science, Wine, and custom + menus. + +2011-12-05 02:47 + + * menu/applications.menu.in: sanify Education and Science menus + + - drop "Other" submenus, simply show those applications under + main level + (note: this is not the famous "More", this is something else) + - do not show applications under Education -> Science if they are + already shown somewhere under Science (bug #1633) + - remove specific s to use and its + inlining + settings, dropping single-entry submenus up one level on desktops + that support the inline_attribute (GNOME does, KDE applets don't) + +2011-12-05 02:47 + + * menu/applications.menu.in: adjust excluding GNOME settings from + menus + + GNOME settings tools were excluded from several menus because + - GNOME has its own menu for them + - They are not relevant for non-GNOME + + However, GNOME doesn't seem to have a separate menu for them + anymore, + but instead has a control center. + + Also, they matched some applications that are useful in non-GNOME + (like + GParted). + + Therefore, exclude only entries that have + - X-GNOME-Settings-Panel (they are included in GNOME control + center) + or + - GNOME and X-GNOME-*Settings (they seem to be individual + application + settings shortcuts, useful mostly in the previous distinct + settings + menu but not so much cluttering the general Tools menu) + + This shouldn't hide any previously visible tools, but should fix + e.g. + missing gconf-editor. + + This also has the effect that GNOME;HardwareSettings; tools like + GParted + now appear in KDE under SystemTools. + + If unwanted applications appear, they should get + OnlyShowIn/NotShowIn, + get moved elsewhere, or handled individually in some other way. + +2011-12-05 02:47 + + * menu/applications.menu.in: show applications with category System + in ToolsMore if not shown elsewhere + + Non-native System category applications were previously not + always + displayed anywhere. + + However, they are actually useful for other desktops (and if not, + should + have OnlyShowIn/NotShowIn), so have them in ToolsMore. + + Add an exception for KDE system settings to not appear on + non-KDE. + + This fixes e.g. avahi-discover to show up in KDE. + +2011-12-05 02:47 + + * menu/applications.menu.in: add support for X-Mageia-CrossDesktop + (bug #2449) + +2011-12-05 02:47 + + * menu/applications.menu.in: show applications with native desktop + but not native toolkit in SystemTools + + For consistency with other menus, allow applications that have + native + desktop category but not native desktop toolkit in SystemTools + menu. + + This fixes things like + Categories=GNOME;System;FileTools + that would only show up in KDE, but not in GNOME. + +2011-12-05 02:47 + + * menu/applications.menu.in: drop ineffective exclude of non-GTK/Qt + filesystem tools from SystemTools + + 'FileSystem' category was excluded from SystemTools if the + application + didn't have either GTK/GNOME or Qt/KDE categories as well. + + However, the actual fd.o category name is 'Filesystem', so the + rule was + ineffective. + + Instead of correcting the typo, simply remove it, as System + Filesystem + tools should probably always be shown in SystemTools regardless + of + toolkit. If the application is not a system tool but a more + user-oriented one, it should have Utility;Filesystem; instead. + +2011-12-05 02:47 + + * menu/applications.menu.in: remove excess Emulator entries from + applications.menu.in + + Remove Emulator category includes/excludes from ToolsMore, as + ToolsMore + is declared as and all Emulators are already + allocated + at least in ToolsEmulators. + +2011-12-05 02:46 + + * menu/applications.menu.in: remove excess TerminalEmulator entry + from applications.menu.in + + The entry is inside but discounted below in : + (foo || TerminalEmulator || bar) && !(foobar || TerminalEmulator) + + Remove the superfluous first occurrence. + 2011-12-05 02:47 * menu/update-menus.filter: run update-menus by filetriggers also -- cgit v1.2.1