Change logs for language-selector source package in Karmic

  • language-selector (0.4.18) karmic; urgency=low
    
      * Use dictionary-based format string substitution for "%d to install" and
        "%d to remove" (now "%(INSTALL)d to install" and "%(REMOVE)d to
        remove"), so that gnome-language-selector doesn't crash when a
        translation intentionally uses fixed strings for some of its plural
        forms (LP: #409785).
      * Remove fuzzy markers on the respective Arabic and Hebrew translations
        (see 0.4.16) since they no longer cause a crash.
    
     -- Colin Watson <email address hidden>   Fri, 23 Oct 2009 18:50:30 +0100
  • language-selector (0.4.17) karmic; urgency=low
    
      * LanguageSelector/LocaleInfo.py:
        - when running without the LANGUAGE environment, do not
          witch to english half-way through (LP: #457235)
    
     -- Michael Vogt <email address hidden>   Wed, 21 Oct 2009 17:01:07 +0200
  • language-selector (0.4.16) karmic; urgency=low
    
      * Add --show-installed option to check-language-support, so that ubiquity
        can arrange to keep language support packages installed that are already
        present in the live filesystem.
      * Enable translation for check-language-support.
      * Mark Arabic translations of "%d to install" and "%d to remove" as fuzzy,
        until such time as they're corrected in Launchpad (LP: #409785).
      * ... and likewise for Hebrew (LP: #363990).
    
     -- Colin Watson <email address hidden>   Tue, 20 Oct 2009 13:02:27 +0100
  • language-selector (0.4.15) karmic; urgency=low
    
      * Added fa_AF and kk translations
      * Fix display of the Details box in gnome-language-selector (Thanks to
        Markus Korn) (LP: #455370)
    
     -- Arne Goetje <email address hidden>   Tue, 20 Oct 2009 09:08:58 +0200
  • language-selector (0.4.14) karmic; urgency=low
    
      * add workaround to enable translations (LP: #425368)
      * Update translations from Launchpad
    
     -- Arne Goetje <email address hidden>   Mon, 19 Oct 2009 11:10:29 +0200
  • language-selector (0.4.13) karmic; urgency=low
    
      * Fix typo in check-language-support(1) that caused a Lintian warning.
      * Print nothing rather than a blank line if check-language-support finds
        no missing packages.
    
     -- Colin Watson <email address hidden>   Wed, 14 Oct 2009 13:18:15 +0100
  • language-selector (0.4.12) karmic; urgency=low
    
      * Add openoffice.org-help-* and evolution-documentation-* to the
        package dependencies (Thanks to Timo Jyrinki) (LP: #414753)
      * add /usr/bin/check-language-support to query missing packages for a
        given language code or all installed languages (LP: #434173)
      * LanguageSelector/LangInfo.py: don't crash if langcode is not in the
        ISO639 list (LP: #439728)
    
     -- Arne Goetje <email address hidden>   Wed, 14 Oct 2009 12:42:17 +0100
  • language-selector (0.4.11) karmic; urgency=low
    
      * Fix crash in gnome-language-selector (LP: #427716)
      * Fall back to 'en_US' locale if none has been defined or has been set
        to 'C'. (LP: #386029) (LP: #346363) (LP: #347240)
      * Fix crash when ~/.xinput/ is not present (LP: #219218)
      * Add manpage for gnome-language-selector (Thanks to Alex Lourie)
       (LP: #426642)
      * Fix typo in LanguageSelector/FontConfig.py (LP: #219398)
      * data/languagelist: add fallback codes for all English variations we
        have as locales (LP: #47280) (LP: #72952)
      * Update translations from Launchpad
      * Really remove now obsolete Chinese entry from language list
        (LP: #431228)
    
     -- Arne Goetje <email address hidden>   Thu, 17 Sep 2009 22:41:58 +0800
  • language-selector (0.4.10) karmic; urgency=low
    
      * Fix crash in Qt's uninstall mode
    
     -- Harald Sitter <email address hidden>   Sun, 13 Sep 2009 14:12:49 +0200
  • language-selector (0.4.9) karmic; urgency=low
    
      * Implement input method subsystem into Qt UI
      * Make the Qt UI's uninstall mode more usable by hiding not-installed
        languages from the list view
      * Port package build system to dh 7
        + Build-depend on debhelper 7
      * Bump standards version to 3.8.3
      * Add misc depends to all packages
      * Revise copyright file
      * Add manpage for qt-lanaguage-selector (as produced by kdemangen.pl)
    
     -- Harald Sitter <email address hidden>   Thu, 10 Sep 2009 22:50:07 +0200
  • language-selector (0.4.8) karmic; urgency=low
    
      * Fix Qt desktop file icon to fit in with app (LP: #316559)
      * Change Hidden key to NoDisplay key in Qt desktop file (Hidden == Deleted)
    
     -- Harald Sitter <email address hidden>   Tue, 08 Sep 2009 17:16:40 +0200
  • language-selector (0.4.6) karmic; urgency=low
    
      * Update is-KDE-installed test for KDE 4
    
     -- Jonathan Riddell <email address hidden>   Wed, 29 Jul 2009 09:58:06 +0100
  • language-selector (0.4.5) karmic; urgency=low
    
      [ Loïc Minier ]
      * Revert the change of 0.4.3 partially: keep parsing both double-quoted and
        non-quoted lines, but output double-quoted lines as in the past since this
        is consistent with localechooser, supported by pam_env and now also
        supported by sudo.
    
        [ Sebastien Bacher ]
      * Use gtkbuilder rather than libglade (lp: #403531)
    
     -- Michael Vogt <email address hidden>   Wed, 29 Jul 2009 10:10:55 +0200
  • language-selector (0.4.4) karmic; urgency=low
    
      * Fix icon for Gtk+ version; the .glade file would use the icon property
        instead of icon_name and was still referring to the old
        language-selector.png icon instead of the current config-language icon
        (for the Gtk+ version; the Qt version still uses language-selector.png).
        Also add an icon_name property to the Installed Languages window.
        LP: #164316.
      * Use a direct URL to the ubg page of language-selector in Ubuntu when
        suggesting users to file a bug; point at the System > Administration menu
        when suggesting to fix software sources instead of "Adminstration"; thanks
        Данило Шеган; LP: #307474; update po/*.po files.
      * Bind the delete_event signal of the Installed Languages window to the
        hide_on_delete callback and call gtk.Widget.hide_on_delete from our
        wrapper; fixes empty Installed Languages window after closing it with the
        window manager.
    
     -- Loic Minier <email address hidden>   Mon, 15 Jun 2009 14:49:10 +0200
  • language-selector (0.4.3) karmic; urgency=low
    
      * LanguageSelector/LanguageSelector.py:
        - fix use of \" in /etc/default/locale (thanks to lool)
    
     -- Michael Vogt <email address hidden>   Fri, 29 May 2009 09:28:36 +0200
  • language-selector (0.4.2.2) jaunty; urgency=low
    
      * Final import of translations from Rosetta for NonLangPackFreeze
    
     -- Arne Goetje <email address hidden>   Fri, 10 Apr 2009 09:35:11 +0800