Change logs for gcalctool source package in Karmic

  • gcalctool (5.28.2-0ubuntu2) karmic-proposed; urgency=low
    
      * debian/patches/02_sqrt_crash.patch:
        - Fix crash taking double square root of -1 (√√−1) (LP: #515280)
     -- Robert Ancell <email address hidden>   Mon, 22 Feb 2010 09:36:35 +1100
  • gcalctool (5.28.2-0ubuntu1) karmic-proposed; urgency=low
    
      * New upstream release:
        - Fix negative exponential detection e.g. "2e−3" = 0.002 (LP: #483730)
        - Only disable trailing zeroes option in basic mode (LP: #484306)
        - Disable ambiguous multiplication with Eulers number, e.g. "2e" as this
          makes exponential numbers confusing (LP: #495551)
     -- Robert Ancell <email address hidden>   Fri, 18 Dec 2009 09:58:51 +1100
  • gcalctool (5.28.1-0ubuntu1) karmic; urgency=low
    
      * New upstream release: (LP: #455049)
        - Fix numeric exponent parsing
        - Handle ',' as radix point when editing display
        - Fix inactive random button
        - Updated translations
      * debian/patches/02_fix_rand.patch:
      * debian/patches/03_comma_radix.patch:
      * debian/patches/04_numeric_exponent.patch:
        - Applied upstream
    
     -- Robert Ancell <email address hidden>   Mon, 19 Oct 2009 10:11:13 +1100
  • gcalctool (5.28.0-0ubuntu3) karmic; urgency=low
    
      * debian/patches/03_comma_radix.patch:
        - Handle comma as radix separator (bug occurs when deleting part of a
          number) (LP: #449914)
      * debian/patches/04_numeric_exponent.patch:
        - Fix bug where every second digit of an exponent is dropped
    
     -- Robert Ancell <email address hidden>   Tue, 13 Oct 2009 11:47:17 +1100
  • gcalctool (5.28.0-0ubuntu2) karmic; urgency=low
    
      * debian/patches/02_fix_rand.patch:
        - Fix broken random function (LP: #446939)
    
     -- Robert Ancell <email address hidden>   Fri, 09 Oct 2009 18:57:15 +1100
  • gcalctool (5.28.0-0ubuntu1) karmic; urgency=low
    
      * New upstream release (LP: #434329)
        * Don't override space bar when buttons are focussed as this stops keyboard
          control (Robert Ancell)
        * Handle keycode for '^' used in non-English layouts (German, Spanish, etc)
          and allow '**' to be converted to a '^' for layouts that do not support it
          (Robert Ancell)
    
     -- Robert Ancell <email address hidden>   Tue, 22 Sep 2009 09:13:14 +1000
  • gcalctool (5.27.92-0ubuntu1) karmic; urgency=low
    
      * New upstream release (LP: #425489)
        - Fix base conversions (LP: #421001), (LP: #424456)
        - Fix disabled help menu (LP: #418272)
        - Fix duplicate object names in data/financial.ui
    
     -- Robert Ancell <email address hidden>   Mon, 07 Sep 2009 12:50:16 +1000
  • gcalctool (5.27.91-0ubuntu1) karmic; urgency=low
    
      * New upstream release: (LP: #416283)
        - Fix bug where inserting text in locales without thousands separators replaces the whole display (Robert Ancell) (LP: #404589)
        - Translations
    
     -- Robert Ancell <email address hidden>   Wed, 26 Aug 2009 10:01:29 +1000
  • gcalctool (5.27.5-0ubuntu1) karmic; urgency=low
    
      * New upstream release: (LP: #405556)
        * Perform power and factorials before negation so -1! and -1^0.5 are valid as in 5.26.x (Robert Ancell)
        * Connect functions to solve the function text and replace the display with the result (Robert Ancell, Bug #548884) (LP: #303501)
        * Change bison syntax to be compatible with version 2.3 (Robert Ancell, Bug #589350)
        * Compile with -DGSEAL_ENABLE (Thomas Anderson, Bug #588591)
        * Update gconf descriptions to match translation guidelines (Leonardo Fontenelle, Bug #589563)
    
     -- Robert Ancell <email address hidden>   Tue, 28 Jul 2009 09:42:10 +1000
  • gcalctool (5.27.4-0ubuntu1) karmic; urgency=low
    
      * New upstream release: (LP: #399160)
        - Update bit editor after shifting (Robert Ancell, Bug #587545) (LP: #394375)
        - Use a base-10 internal representation (Robert Ancell, bug #585813, bug #585931, bug #560802) (LP: #375356) (LP: #387070)
        - Make padding consistent in GUI (Jerry Casiano, Bug #587292)
        - Support implicit multiply before functions, e.g. "6 log 3" (Robert Ancell, Bug #586812) (LP: #389533)
        - Use inverse notation for trigonometric functions, i.e. "asin" -> "sin⁻¹"
        - Use lowercase notation for trigonometric and logarithm functions to look
          more like standard mathematical notation
        - Put spacing around functions, i.e. "sin" -> " sin "
        - Use subscript for logarithm base two, i.e. "log2" -> "log₂"
        - Added etched border around display (Robert Ancell, Bug #140836)
        - Rewrote out of date man page (Robert Ancell, Bug #585997)
      * debian/watch:
        - Watch for unstable versions
    
     -- Robert Ancell <email address hidden>   Tue, 14 Jul 2009 17:41:36 +1000
  • gcalctool (5.27.3-0ubuntu1) karmic; urgency=low
    
      * New upstream release (LP: #387668)
        - Percentage operation for addition and subtraction now takes percentage of
          first value (Robert Ancell, Bug #480207) (LP: #328094)
        - Use correct UTF-8 mathematical characters (Robert Ancell, Bug #347630)
        - Focus on the display entry by default
        - Fix broken widget style.  Copy gcalctoolrc to ~/.gcalctoolrc to get coloured buttons.
        - Fix missing icon in Help>Contents menu
        - Updated translations: nb (Kjartan Maraas), ta (drtvasudevan)
    
     -- Robert Ancell <email address hidden>   Tue, 16 Jun 2009 16:44:20 +1000
  • gcalctool (5.27.2-0ubuntu1) karmic; urgency=low
    
      * New upstream release (LP: #380248)
        - Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253)
        - Add variable word size for bitwise functions (Robin Sonefors, Bug #581253)
        - Remove negative sign from numbers rounded to zero.  This is only a partial
          fix as the error value is still visible in scientific notation
          (Robert Ancell, Bug #560802)
        - Support odd roots of negative numbers (Robert Ancell, Bug #576973) (LP: #288446)
        - Keep settings (show zeroes, thousands separator etc) when changing modes
          (Robert Ancell, Bug #580398) (LP: #366904)
        - Add a --solve command-line argument (Robert Ancell)
        - Really fix the license text in the about dialog (Robert Ancell, Bug #579174) (LP: #359893)
        - Made parser reentrant and part of MP code (Robert Ancell)
        - Remove references to arithmetic/left-to-right precedence from the manual
          (Robert Ancell, Bug #559734) (LP: #294903)
        - Fix grammatical errors in manual (Bruce Cowan, Bug #569275)
        - Remove untranslated figures in documentation - they are automatically
          copied from the C documentation (Robert Ancell, Bug #566680)
        - Updated translations: si (K.P.Gayan Tharaka)
      * debian/patches/01_lpi.patch:
        debian/patches/99_autoconf.patch: Refreshed
    
     -- Robert Ancell <email address hidden>   Thu, 28 May 2009 09:30:49 +0200
  • gcalctool (5.27.1-0ubuntu1) karmic; urgency=low
    
      [ Robert Ancell ]
      * New upstream release (LP: #373095)
        - Convert Glade UI to GtkBuilder UI
        - Fix display on startup to be replaced on entry (LP: #348699)
        - Make GConf schemas translatable
        - Replace MP number arrays with an MPNumber structure
        - Tidied up error messages
        - Tidied up GConf schema, use native GConf types, the following settings will
          be reset after upgrade:
          - The initial window position
          - The visibility of trailing zeros
          - The visibility of thousands separators
          - The visibility of the register window
        - Updated translations
    
      * Merge from Debian unstable (5.24.3.1-1). Remaining Ubuntu changes
        - Launchpad integration:
          + debian/control.in: Build-Depends on launchpad-integration
          + inclusion of debian/patches/01_lpi.patch and
            debian/patches/99_autoconf.patch
        - debian/control.in: Add VCS link
        - debian/control.in: Remove dependency on Glade
        - debian/control: Rebuilt with contro.in changes
    
      [ Daniel Holbach ]
      * debian/watch: track current unstable release too.
    
     -- Robert Ancell <email address hidden>   Mon, 11 May 2009 16:02:16 +1000
  • gcalctool (5.26.0-0ubuntu1) jaunty; urgency=low
    
      * New upstream version (LP: #344386)
        [ 5.26.0]
        - Fix button expansion (nowak2000).
        - Removed deprecated test/ directory.
        - Updated documentation.
        - Updated translations.
    
        [5.25.92]
        - Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell)
        - Fix rounding errors in integer power calulations (Robert Ancell)
        - Fix error in cosine/tangent calculations (Robert Ancell)
        - Updated documentation.
        - Updated translations.
    
     -- Christophe Sauthier <email address hidden>   Tue, 17 Mar 2009 09:05:28 +0100