Updated kn translations
[gcalctool.git] / NEWS
blobd074eb8bd954d771520d076e935a034a9b11d687
1 Overview of changes in gcalctool 6.7.0
3     * Port to Vala
4     * Highlight parts of equation that have caused an error
5     * Fix error reporting not working for certain types of error
6     * Add shadow around display
8 Overview of changes in gcalctool 6.6.0
10     * Updated translations
12 Overview of changes in gcalctool 6.5.92
14     * Allow multiple instances of gcalctool
16 Overview of changes in gcalctool 6.5.91
18     * Translation updates
20 Overview of changes in gcalctool 6.5.90.1
22     * Remove reference to removed source file
24 Overview of changes in gcalctool 6.5.90
26     * Replace lex/bison parser with hand-written parser
27     * Use g_warning not g_error when unable to parse currency file
29 Overview of changes in gcalctool 6.5.3
31     * Set window icon correctly
33 Overview of changes in gcalctool 6.5.1
35     * Port to GtkApplication
36     * Replace menubar with a GMenu
37     * Only show thousands separators in decimal mode
39 Overview of changes in gcalctool 6.4.0
41     * Translation updates
43 Overview of changes in gcalctool 6.3.92.1
45     * Fix acos/asin/atan not working
46     * Fix help not being correctly installed
48 Overview of changes in gcalctool 6.3.92
50     * Remove widget background color tints (not working in recent GTK themes)
51     * Use symbolic icons for clear/undo
53 Overview of changes in gcalctool 6.3.5
55     * Build help with yelp-tools instead of gnome-doc-utils
57 Overview of changes in gcalctool 6.3.4
59     * Fix a crash in gcalctool when ECB rate file can't be parsed
60     * Fix square centimeter conversions
61     * Fix incorrect spelling of Celsius
62     * Remove deprecated API usage
64 Overview of changes in gcalctool 6.2.0
66     * Updated translations
68 Overview of changes in gcalctool 6.1.5
70     * Add CFA franc into currency list
72 Overview of changes in gcalctool 6.1.3
74     * Fix crash running on BSD (Joe Marcus Clarke, Bug #650174)
76 Overview of changes in gcalctool 6.1.0
78     * Fix conversion of nautical miles (Bruce Cowan, Bug #648205)
79     * Fix some unit labels that were not in plural form (Bug #644681)
80     * Use nmi as label for nautical mile, use nm for nanometers (Bug #644682)
81     * Mark strings for translation that were missed
82       (Kjartan Maraas, Bug #646093)
83     * Only write to GSettings when settings change, don't sync on exit
84       (Bug #647327)
85     * Fix crash when not all currencies downloaded
86     * Fix bit editor (Bug #646142)
87     * Use K for kelvin, not ˚K (Bug #643585)
88     * Add space between number and ˚C
89     * Fix 0^n generating error for fractional n (Bug #634066)
90     * Support both μs and us for entering microseconds
91     * Fix order of implied multiplication
92     * Make automatic exponentiation less aggressive
93     * Fix thousands separator being on front of three digit numbers
94     * Don't clear display when entering digit inside result
95     * Add a swap units button (Jonh Wendell, Bug #633193)
96     * Drop support for GTK2
98 Overview of changes in gcalctool 6.0.0
100     * Use /org/gnome as location for gsettings keys.  This will mean
101       gcalctool 5.31.x users will have their settings reset to defaults.
102     * Correctly choose the first conversion when none/invalid defined
103       (Bug #645663)
105 Overview of changes in gcalctool 5.91.93
107     * Translation updates
109 Overview of changes in gcalctool 5.91.92
111     * Add gcalccmd man page (Jean Schurger, Bug #645138)
112     * Remove references to ~/.gcalctoolrc (Jean Schurger, Bug #645137)
114 Overview of changes in gcalctool 5.91.91
116     * Disable localized digits (Bug #644980)
117     * Fix crash doing bitwise operations with large numbers (Bug #637328)
118     * Don't use automatic exponential format when not in base 10
119     * Only use thousands separators in base 10
120     * Set currency on first start (Bug #640818)
121     * Support entering super/subscript with numeric keypad (Bug #634904)
123 Overview of changes in gcalctool 5.91.90
125     * Integrate unittests into build process
127 Overview of changes in gcalctool 5.91.90
129     * Fix grammar mistakes
130     * Fix translated conversions (Bug #641166)
132 Overview of changes in gcalctool 5.91.6
134     * Add fixed rate of 15.6466 EEK = 1 EUR (Bug #639332)
135     * Use full name of currency in conversion bar
136     * Add temperature conversion
137     * Update conversion bar when currencies are updated
138     * Fix incorrect display of complex numbers
139     * Now able to change currencies from advanced mode
141 Overview of changes in gcalctool 5.91.5
143     * Make new variable buttons that combines add/set/get and clear into one
144       dialog.
145     * Add a decimal point button to the programming mode
146     * Make the numeric keypad produce numbers even when numlock is on
148 Overview of changes in gcalctool 5.91.4
150     * Use new Indian Rupee sign ₹ (Bug #636587, Carlos Cejudo)
151     * Use currency rates from the IMF as well as the ECB to add 24 new rates:
152       AED, BHD, BND, BWP, CLP, COP, DZD, ILS, IRR, KWD, KZT, LKR,
153       LYD, MUR, NPR, OMR, PEN, PKR, QAR, SAR, TND, TTD, UYU, VEF
154     * Don't hide GCalctool in KDE
155     * Convert numeric keypad separator into locale specific version
156       (Bug #632794)
158 Overview of changes in gcalctool 5.91.3
160     * Fix incorrect calculation of tanh
161     * Fix dropping of decimal points when thousand separator is '.' (Bug #635517)
162     * Improve conversion bar
163     * Fix crash in scientific mode
164     * Add new automatic display mode that switches from fixed to scientific when
165       numbers are too large
167 Overview of changes in gcalctool 5.91.2
169     * Fix broken thousands separators code (Bug #628908)
170     * Don't make window resizable, it is not supposed to be
171     * Use icons for undo and clear buttons as the translations cause them to be
172       oversized in some languages
173     * Handle Han digits (〇〡〢〣〤〥〦〧〨〩)
174     * If a thousands separator is not defined then use ' ' (Bug #632182)
175     * Fix incorrect error text for acosh function (Bug #632614)
177 Overview of changes in gcalctool 5.91.1
179     * Clear display when an answer is displayed and a numeric point is inserted
180     * Add GUI for unit conversations (bug #539830)
181     * Fix the definition of ounces
182     * Remove trailing whitespace when entering super-/subscript mode
183       (bug #631988)
184     * Calculate answers in separate thread (bug #576371)
185     * Stop '*'+backspace+'*' being converted into '^'
186     * Updated translations
188 Overview of changes in gcalctool 5.91.0
190     * Port to GTK+-3 (bug #630115, William Jon McCann)
191     * Don't crash on pasting empty clipboard
192     * Mark more strings as translatable (bug #630899, Gabor Kelemen)
193     * Make calculator window resizable (bug #630594)
194     * Put back visible thousands separators (bug #628908)
195     * Make thousands separators and radix points respect the users locale
196     * Updated translations
198 Overview of changes in gcalctool 5.32.0
200     * Updated translations
202 Overview of changes in gcalctool 5.31.91
204     * Increase accuracy of internal calculations, don't crash printing numbers
205       when they get too large.
206     * Updated translations
208 Overview of changes in gcalctool 5.31.90
210     * Updated translations
212 Overview of changes in gcalctool 5.31.6
214     * Fix double pasting into display with middle button
215     * Add a11y names to widgets
217 Overview of changes in gcalctool 5.31.5
219     * Call gsettings_sync() before quit
221 Overview of changes in gcalctool 5.31.4
223     * Show currency conversion below display
225     * Use gsettings instead of gconf
227 Overview of changes in gcalctool 5.31.3
229     * Support complex trigonometry
231     * Add complex argument button to scientific mode
232     
233     * Make popup button for additional functions, with integer/fractional
234       component, floor, ceiling, round and sign functions.
236 Overview of changes in gcalctool 5.31.2
238     * Replace backspace button with undo button
240     * Remove memory buttons from basic mode (too complex)
242     * Support complex arithmetic
244 Overview of changes in gcalctool 5.31.1
246     * Dynamically load button layouts to speed up startup time
248     * Add colours to buttons (Bug #157962)
250     * Merge advanced and scientific mode
252     * Relayout buttons
254     * Use arrows on superscript buttons (i.e. '↑n' instead of '⎕ⁿ')
256     * Don't change window title to match mode (no need to)
258     * Rename View menu to Mode
260     * Make inverses of variables work (Bug #614979)
262     * Show answer in bold (Bug #505168)
264     * Reimplement undo and redo
266     * Automatically add missing closing brackets (Bug #615243)
268     * Show all defined variables in variable popups
270 Overview of changes in gcalctool 5.30.0
272     * Fix errors in variable exponents (e.g. xy²)
274     * Handle powers in convesion units, (e.g. 1m² in mm²)
276     * Don't clear ans when clearing display (Bug #613552)
277     
278     * Handle equations like (x+3y)(2x-4y)
280 Overview of changes in gcalctool 5.29.92
282     * Add shortcuts to base buttons (Ctrl+B, Ctrl+O, Ctrl+D, Ctrl+H)
284     * Convert number in display if it has a base and a base button is pressed
286     * Make scientific notation button behave the same as keyboard shortcut (i.e.
287       go into superscript mode).
288       
289     * Only allow superscript minus to be entered if can make a valid superscript
290       number, otherwise revert to standard minus.
292     * Allow hexadecimal numbers to be entered in lower-case
294     * Make bit editor active for displayed numbers not in base 10
296     * Make variable powers work, e.g. x²
298     * Fix spacebar not working when display has focus (Bug #611971)
300     * Load currency rates when doing typed currency conversion
301     
302     * Use GIO instead of libsoup
304 Overview of changes in gcalctool 5.29.91
306     * Fix bug where backspace deletes all input in locales with no thousands
307       separator
309     * Make boolean operations work with zero, e.g. "0 XOR 5"
310     
311     * Don't override space and return when display area not selected (Bug #596645)
313     * Make window non-resizable (Bug #602154)
315     * Change boolean functions to uppercase (xor -> XOR)
317     * Documentation rewritten
319     * Modernised build system
321 Overview of changes in gcalctool 5.29.90
323     * Miscellaneous string fixes
325     * Updated translations: bg (Ivaylo Valkov), da (Ask H. Larsen),
326                             en_GB (Philip Withnall), es (Jorge González),
327                             fr (Laurent Coudeur), nb (Kjartan Maraas),
328                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
330 Overview of changes in gcalctool 5.29.6
332     * Reimplement automatic ans substitution (Robert Ancell)
334     * Make builds less verbose (bug #607118, Thomas Andersen)
336     * De-break function that check if currency rates are out of date (Robin Sonefors)
338     * Fix shift button keybinding crash (Robert Ancell)
340     * Updated translations: ast (Xandru Armesto Fernandez), bn (Jamil Ahmed),
341                             cs (Petr Kovar), de (Christian Kirbach),
342                             fr (Laurent Coudeur and Claude Paroz), hu (Gabor Kelemen),
343                             nb (Kjartan Maraas), sv (Daniel Nylander),
344                             ta (vasudeven), uk (Maxim V. Dziumanenko)
346 Overview of changes in gcalctool 5.29.4
348     * Make 0^0 = 1 (Robert Ancell, Bug #605011)
350     * Use superscript digits for scientific notation (Robert Ancell)
352     * Clear display when entering a number after an equation (Robert Ancell)
354     * Make Ctrl+W a shortcut to quit (Robert Ancell)
356     * Updated translations: et (Ivar Smolin), ro (Lucian Adrian Grijincu),
357                             zh_CN (Tao Wei)
359 Overview of changes in gcalctool 5.29.2
361     * Support conversions in display (e.g. "1 AUD in USD" or "6.2 inches in
362       meters") (Robert Ancell)
364     * Support arbitrary varible names, e.g. set with "name=55" (Robert Ancell)
366     * Add a command-line version of gcalctool 'gcalccmd'
367       (Rich Burridge, Bug #590767)
369     * Updated translations: en@shaw (Thomas Thurman), es (Jorge González),
370                             sl (Matej Urbančič), ta (drtvasudevan),
371                             zh_CN (Aron Xu)
373 Overview of changes in gcalctool 5.29.1
375     * New user interface:
376       - Window is now shorter to better fix in netbook resolutions
377       - Superscript and subscript numbers to allow better notation, e.g. "₃√5"
378       - Preferences moved into a dialog
379       - Functions are now typed, e.g. s+i+n for sine instead of "k"
380       - Error messages now displayed below equation, and improved descriptions
382 Overview of changes in gcalctool 5.28.0
384     * Don't override space bar when buttons are focussed as this stops keyboard control
385       (Robert Ancell, Bug #595337)
387     * Handle keycode for '^' used in non-English layouts (German, Spanish, etc)
388       and allow '**' to be converted to a '^' for layouts that do not support it
389       (Robert Ancell, Bug #546819)
391     * Updated documentation: de (Christian Kirbach), fr (Claude Paroz)
393     * Updated translations: as (Amitakhya Phukan), bg (Yavor Doganov)
394                             bn_IN (Runa Bhattacharjee), bn (Jamil Ahmed)
395                             cs (Marek Černocký), da (Ask H. Larsen)
396                             en_GB (Bruce Cowan), et (Ivar Smolin)
397                             hi (Rajesh Ranjan), it (Davide Falagna)
398                             kn (Shankar Prasad), lt (Gintautas Miliauskas)
399                             ml (Ani), mr (Sandeep Shedmake)
400                             or (Manoj Kumar Giri), pa (A S Alam)
401                             ro (Adi Roiban), sl (Matej Urbančič)
402                             sr (Branko Kokanović), sr@latin (Branko Kokanović)
403                             te (krishnababu k), uk (Maxim V. Dziumanenko)
404                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
406 Overview of changes in gcalctool 5.27.92
408     * Fix base conversions (Robert Ancell)
410     * Fix disabled help menu (Robert Ancell)
412     * Fix duplicate object names in data/financial.ui (Robert Ancell, Bug #593277)
414     * Updated translations: ar (Khaled Hosny), el (Jennie Petoumenou)
415                             eu (Inaki Larranaga Murgoitio), fr (Claude Paroz)
416                             gu (Sweta Kothari), hu (Gabor Kelemen)
417                             kn (Shankar Prasad), ml (Ani)
418                             pl (Tomasz Dominikowski), pt (Duarte Loreto)
419                             sr (Branko Kokanović), sv (Daniel Nylander)
420                             tr (Baris Cicek), zh_CN (Aron Xu)
422 Overview of changes in gcalctool 5.27.91
424     * Updated documentation: cs (Petr Kovar)
426     * Updated translations: bn_IN (Runa Bhattacharjee), et (Ivar Smolin)
427                             eu (Inaki Larranaga Murgoitio), fi (Tommi Vainikainen)
428                             ga (Seán de Búrca), gl (Antón Méixome)
429                             kn (Shankar Prasad), ko (Changwoo Ryu)
430                             nb (Kjartan Maraas), or (Manoj Kumar Giri)
431                             pl (Piotr Drąg), pt_BR (Leonardo Ferreira Fontenelle)
432                             sv (Daniel Nylander), ta (ifelix)
434 Overview of changes in gcalctool 5.27.90
436     * Fix bug where inserting text in locales without thousands separators replaces the whole display (Robert Ancell)
438     * Updated documentation: es (Jorge González)
440     * Updated translations: de (Christian Kirbach), es (Jorge González)
441                             gl (Antón Méixome), nb (Kjartan Maraas)
442                             sv (Daniel Nylander), ta (drtvasudevan)
444 Overview of changes in gcalctool 5.27.5
446     * Perform power and factorials before negation so -1! and -1^0.5 are valid as in 5.26.x (Robert Ancell)
448     * Connect functions to solve the function text and replace the display with the result (Robert Ancell, Bug #548884)
450     * Change bison syntax to be compatible with version 2.3 (Robert Ancell, Bug #589350)
452     * Compile with -DGSEAL_ENABLE (Thomas Anderson, Bug #588591)
454     * Update gconf descriptions to match translation guidelines (Leonardo Fontenelle, Bug #589563)
456     * Updated documentation: fr (Laurent Coudeur, Claude Paroz)
458     * Updated translations: es (Jorge González), et (Ivar Smolin, Mattias Põldaru)
459                             fr (Claude Paroz), pt_BR (Daniel S. Koda)
461 Overview of changes in gcalctool 5.27.4
463     * Update bit editor after shifting (Robert Ancell, Bug #587545)
465     * Use a base-10 internal representation (Robert Ancell, bug #585813, bug #585931, bug #560802)
467     * Make padding consistent in GUI (Jerry Casiano, Bug #587292)
468     
469     * Support implicit multiply before functions, e.g. "6 log 3" (Robert Ancell, Bug #586812)
471     * Use inverse notation for trigonometric functions, i.e. "asin" -> "sin⁻¹"
473     * Use lowercase notation for trigonometric and logarithm functions to look
474       more like standard mathematical notation
476     * Put spacing around functions, i.e. "sin" -> " sin "
478     * Use subscript for logarithm base two, i.e. "log2" -> "log₂"
480     * Added etched border around display (Robert Ancell, Bug #140836)
482     * Rewrote out of date man page (Robert Ancell, Bug #585997)
484     * Updated documentation: cs (Marek Cernocky)
486     * Updated translations: bn_IN (Runa Bhattacharjee), cs (Marek Cernocky),
487                             es (Jorge Gonzalez), fr (Jonathan Ernst, Claude Paroz),
488                             ta (drtvasudevan), sv (Daniel Nylander),
489                             uk (Maxim V. Dziumanenko)
491 Overview of changes in gcalctool 5.27.3
493     * Percentage operation for addition and subtraction now takes percentage of
494       first value (Robert Ancell, Bug #480207)
496     * Use correct UTF-8 mathematical characters (Robert Ancell, Bug #347630)
498     * Focus on the display entry by default
500     * Fix broken widget style.  Copy gcalctoolrc to ~/.gcalctoolrc to get coloured buttons.
502     * Fix missing icon in Help>Contents menu
504     * Updated translations: nb (Kjartan Maraas), ta (drtvasudevan)
506 Overview of changes in gcalctool 5.27.2
508     * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253)
510     * Add variable word size for bitwise functions (Robin Sonefors, Bug #581253)
512     * Remove negative sign from numbers rounded to zero.  This is only a partial
513       fix as the error value is still visible in scientific notation
514       (Robert Ancell, Bug #560802)
516     * Support odd roots of negative numbers (Robert Ancell, Bug #576973)
518     * Keep settings (show zeroes, thousands separator etc) when changing modes
519       (Robert Ancell, Bug #580398)
521     * Add a --solve command-line argument (Robert Ancell)
523     * Really fix the license text in the about dialog (Robert Ancell, Bug #579174)
525     * Made parser reentrant and part of MP code (Robert Ancell)
526     
527     * Remove references to arithmetic/left-to-right precedence from the manual
528       (Robert Ancell, Bug #559734)
530     * Fix grammatical errors in manual (Bruce Cowan, Bug #569275)
532     * Remove untranslated figures in documentation - they are automatically
533       copied from the C documentation (Robert Ancell, Bug #566680)
535     * Updated translations: si (K.P.Gayan Tharaka)
537 Overview of changes in gcalctool 5.27.1
539     * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807)
541     * Fix display on startup to be replaced on entry (Robert Ancell, Bug #576975)
542     
543     * Make GConf schemas translatable (Robert Ancell, Bug #571948)
544     
545     * Replace MP number arrays with an MPNumber structure (Robert Ancell)
547     * Tidied up error messages (Robert Ancell, Bug #521184)
549     * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946)
550       This will cause the gconf schema to be incompatible with gcalctool < 5.26.0.
551       Expect settings to reset to defaults when upgrading.  Switching between
552       versions will cause resets.
554     * Fix missing license text in about dialog (Robert Ancell, Bug #579174)
555     
556     * Updated translations: es (Jorge Gonzalez), et (Ivar Smolin)
558 Overview of changes in gcalctool 5.26.0
560     * Fix button expansion (nowak2000, Bug #575385)
562     * Removed deprecated test/ directory (Bug #574048)
564     * Updated documentation: C (Robin Sonefors), ca (Joan Duran)
566     * Updated translations: as (Amitakhya Phukan), da (Ask H. Larsen),
567                             el (Jennie Petoumenou), es (Jorge Gonzalez),
568                             fi (Tommi Vainikainen), gl (Ignacio Casal Quinteiro),
569                             gu (Ankitkumar Patel), hi (Rajesh Ranjan),
570                             hu (Gabor Kelemen), it (Sergio Durzu),
571                             lt (Vytautas Rėkus), mai (Rajesh Ranjan),
572                             ml (Ani Peter), mr (Sandeep Shedmake),
573                             nb (Kjartan Maraas), nl (Tino Meinen),
574                             pl (Wadim Dziedzic), ru (Nickolay V. Shmyrev),
575                             ta (felix), te (Krishnababu K),
576                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
578 Overview of changes in gcalctool 5.25.92
580     * Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell, Bug #572881)
582     * Fix rounding errors in integer power calulations (Robert Ancell, Bug #527540)
584     * Fix error in cosine/tangent calculations (Robert Ancell, Bug #571007)
586     * Updated documentation: eu (Inaki Larranaga Murgoitio)
588     * Updated translations: en_GB (Philip Withnall), fi (Ilkka Tuohela),
589                             fr (Bruno Brouard, Claude Paroz), ja (Takeshi AIHANA)
590                             kn (Shankar Prasad), lv (Raivis Dejus),
591                             nl (Wouter Bolsterlee), pt (Duarte Loreto)
592                             pt_BR (Og Maciel, Rodrigo Flores), sv (Daniel Nylander)
594 Overview of changes in gcalctool 5.25.91
596     * Initialise GType system so usage of GConf doesn't cause crashes (Matthias Clasen, Bug #571581)
598     * Rework command-line arguments to be standard (Robert Ancell, Bug #569885)
600     * Correctly handle decimal points for languages not using '.' (Robert Ancell, Bug #566929)
602     * Fix shortcut keys so standard menu keys work (Robert Ancell)
603     
604     * Updated documentation: eu (Inaki Larranaga Murgoitio)
605     
606     * Updated translations: ast (Mikel González), cs (Petr Pulc), da (Ask H. Larsen), eu (Inaki Larranaga Murgoitio),
607                             gu (Sweta Kothari), hu (Gabor Kelemen), ro (Adi Roiban), vi (Clytie Siddall),
608                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
610 Overview of changes in gcalctool 5.25.90
612     * Fixed incorrect bit shift operation (Robert Ancell, Bug #569176)
614     * Updated documentation: sv (Daniel Nylander)
616     * Updated translations: ca (Joan Duran), de (Christian Kirbach), ko (Changwoo Ryu), or (Manoj Kumar Giri)
618 Overview of changes in gcalctool 5.25.5
620     * Updated documentation: de (Christian Kirbach)
622     * Updated translations: nb (Kjartan Maraas), th (Theppitak Karoonboonyanan)
624 Overview of changes in gcalctool 5.25.4
626     * Updated translations: de (ckirbach), es (Jorge Gonzalez), zh_CN (甘露)
628 Overview of changes in gcalctool 5.25.3
630     * Made exponential numbers work without a sign, e.g. '1e2' works
631       the same as '1e+2' (Robert Ancell).
633     * Correctly calculate exponential numbers in binary mode and
634       convert correctly when changing bases (Robert Ancell, Bug #516159).
636     * Fix broken accelerator keys from changes in 5.25.2 (Robert Ancell, Bug #379476).
638 Overview of changes in gcalctool 5.25.2
640     * Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are controlled by the shift key.
641       The following shortcut keys have changed:
643       Function     | Old | New
644       --------------------------
645       Sine         | K   | k
646       Inv. Sine    | -   | K
647       Cosine       | J   | j
648       Inv. Cosine  | -   | J
649       Tangent      | L   | w
650       Inv. Tangent | -   | W
651       Natural Log  | N   | n
652       e^x          | {   | N
653       Log          | G   | g
654       10^x         | }   | G
655       Log_2        | H   | h
656       2^x          | -   | H
657       x^y          | ^   | ^ or o
658       x^(1/y)      | -   | O
659       
660       (Robin Sonefors, Bug #379476).
662     * Fixed crash where financial dialogs are activated from other modes on startup
663       (Robin Sonefors, Bug #560196).
665     * Give binary invert operation higher precedence so that ~X and X == 0 (Sami Pietilä, Bug #562251)
666     
667     * Fixed calculation errors for boolean operations on very large numbers (Robert Ancell, Bug #509988)
669     * Always read configuration from /apps/gcalctool not /apps/(appname) as the application
670       name is different when symlinked (e.g. the gnome-calculator symlink) (Matt Keenan, Bug #559260).
672     * Correct gconf key names in man page (Robert Ancell, Bug #559458).
674     * Updated translations: es (Jorge Gonzalez)
676     * Updated help: es (Jorge Gonzalez)
678 Overview of changes in gcalctool 5.25.1
680     * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508).
681     
682     * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686).
683     
684     * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663).
685     
686     * Don't clear display when changing modes and allow all functions to work in all non-basic
687       modes (Robert Ancell, Bug #554133).    
688    
689     * Set decimal point label to be based on LC_NUMERIC as users can set their numerical
690       representation to different to their language settings (Robin Sonefors, Bug #557331).
691       
692     * More refactoring in MP math library (Klaus Niederkrueger, Robert Ancell, Bug #524091).
694     * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965).
696     * Only update bit panel when display contains a solved number (Robert Ancell, Bug #548690).
698     * Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).
699     
700     * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207).
702     * Added translator comments (Robert Ancell)
704     * Updated translations: bg (Alexander Shopov),
705                             da (Ask H. Larsen, Kenneth Nielsen),
706                             es (Jorge Gonzalez),
707                             et (Ivar Smolin),
708                             fi (Ilkka Tuohela),
709                             mk (Jovan Naumovski),
710                             pt_BR (Vladimir Melo, Leonardo Ferreira Fontenelle)
712     * Updated help: es (Jorge Gonzalez)
714 Overview of changes in gcalctool 5.24.0
716     * Updated translations: af (Friedel Wolff), ar (Anas Afif Emad, Khaled Hosny),
717                             bn_IN (Sankarshan Mukhopadhyay), da (Kenneth Nielsen),
718                             dz (Pema Geyleg), gu (Sweta Kothari),
719                             hr (Robert Sedak), hu (Gabor Kelemen),
720                             it (Luca Ferretti), kn (Shankar Prasad),
721                             ko (Changwoo Ryu), lt (Gintautas Miliauskas),
722                             ml (Sreejith K incorporated, Praveen Arimbrathodiyil),
723                             mr (Sandeep Shedmake), ro (Mişu Moldovan),
724                             sq (Laurent Dhima), ta (Tirumurthi Vasudevan),
725                             te (Krishnababu K), tr (Baris Cicek),
726                             zh_CN (Funda Wang)
728     * Updated help: es (Jorge Gonzalez)
729 ----
731 Overview of changes in gcalctool 5.23.92
733     * Updated translations: en_GB (Philip Withnall), ca (Gil Forcada),
734                             bg (Alexander Shopov)
736 ----
738 Overview of changes in gcalctool 5.23.91
740     * Fix packing for modulus button (Bug #548880)
742     * Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so
743       other desktops can use GCalctool (bug #518862).
745 ----
747 Overview of changes in gcalctool 5.23.90
749     * Fix some small memory leaks (Felix Riemann, Bug #547942)
750     
751     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
752     
753     * Updated translations: ar (Khaled Hosny), fi (Ilkka Tuohela), he (Yair Hershkovitz), ja (Takeshi Aihana), pt (Duarte Loreto), sk (Marcel Telka)
754     
755     * Updated documentation: ru (Yuriy Penkin)
757 ----
759 Overview of changes in gcalctool 5.23.6
761     * Deprecated left-to-right mode (Bug #500994).
763     * Updated remaining documentation (bg, zh_CN, zh_HK, zh_TW) to gnome-doc-utils (Robert Ancell, Bug #336104)
764     
765     * Changed icon from deprecated 'gnome-calculator' to 'accessories-calculator') (Matthias Clasen, Bug #545074)
767     * Updated translations: ar (Djihed Afifi), fr (Claude Paroz), pt_BG (Fabrício Godoy)
769 ---- 
771 Overview of changes in gcalctool 5.23.5
773     * Fix regression in factorial operation (Klaus Niederkrueger)
774     
775     * Made trigonometric button text translatable (Yuri Penkin, Bug #540196)
777     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
778     
779     * Updated Japanese documentation to gnome-doc-utils (Claude Paroz, Takeshi Aihana, Bug #336104)
781     * Updated translations: ca (Joan Duran), oc (Yannig Marchegay), ru (Yuriy Penkin), sv (Daniel Nylander), th (Theppitak Karoonboonyanan)
783 ----
785 Overview of changes in gcalctool 5.23.4
787     * Added workaround to stop display disappearing when editing large displays (Bug #524602)
789     * Applied second mp math tidy up patch from  Klaus Niederkrueger (Bug #524091)
791     * Updated translations: ar (Djihed Afifi)
793 ----
794   
795 Overview of changes in gcalctool 5.23.3
797     * Default to no thousands separator not ',' for locales that do not require one (Bug #527669)
799     * Updated translations: ar (Djihed Afifi), et (Ivar Smolin), vi (Clytie Siddall)
801 ----
803 Overview of changes in gcalctool 5.23.2
805     * Fixes the cursor from moving around when editing numbers with thousands separators (Bug #527669)
807     * Structural changes in preperation for full unicode support (Bug #530532)
808     
809     * Updated translations: es (Jorge González), gl (Ignacio Casal Quinteiro), nb (Kjartan Maraas),
810       nl (Tino Meinen), pt_BR (Leonardo Ferreira Fontenelle), sl (Matej Urbančič)
811     
812 ----
814 Overview of changes in gcalctool 5.23.1
816     * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318)
818     * Fixes incorrect negation precedence (Bug #526094)
820     * Fixes issues with thousands seperators and radix in non-english
821       locales (Bug #527669)
823     * Fixes regression in constant and function menus (Bug #527545)
825     * Fixes problem where display is invisible after solving equation
826       (Bug #524602)
828 ----
830 Overview of changes in gcalctool 5.22.0
832     * Fix for bug #520474 - Calculator uses 06 in place of decimal.
834     * Fix for bug #519979 - Please provide translator comments.
836     * Fix for bug #519243 - Memory registers save incorrectly.
838 ----
840 Overview of changes in gcalctool 5.21.92
842     * Released a gcalctool tarball for GNOME 5.21.92.
844 ----
846 Overview of changes in gcalctool 5.21.91
848     * Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
850     * Fix for bug #515326 – translation issues
852     * Unmark bitcalculating strings for translation (Bug #515326)
853       Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
855     * Remove help/it/Makefile, switching to gnome-doc-utils
857     * Fix for bug #514233 - Title not translated
859     * Fix for bug #513868 - Switching mode clears values but not
860       "Malformed expression" in statusbar.
862     * Fix for bug #513218 - Parsing not handling things the way a
863       "normal" calculator would.
865     * Fix for bug #482666 - XML errors in gcalctool de translation.
867     * Fix typo (Retreive -> Retrieve)
869 ----
871 Overview of changes in gcalctool 5.21.90
873     * Fix for bug #512204 - Regression in (-,+) handling.
875     * Fix for bug #511052 – Mod gives negative remainders.
877     * Fixed typo in message in create_kframe() in gtk.c.
879 ----
881 Overview of changes in gcalctool 5.21.5
883    * Adjusted online help documentation to add in a section 4.4. "Changing
884      The Display Area" and to update the new keyboard shortcut for Clear.
886    * Use delete key to delete character right of cursor in display, clear
887      now uses shift+delete (Bug #326938).
888    
889    * Update all button tooltips to have the shortcut
890      key for that button (Bug #503707).
892    * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
893      category
895    * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
896      "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
898    * Work on bug #501699. Adjusted "monthly interest rate" to "simple
899      monthly interest rate" in the online help for two of the financial
900      examples.
902    * Fix incorrect menu radio button selected when mode change aborted 
903      (bug #488226).
905    * Fix for bug #502306 - unable to use MOD operation after a 
906      x ? y operation.
908 ----
910 Overview of changes in gcalctool 5.21.4
912     * Adjusted online help documentation to add in a section 4.4. "Changing
913       The Display Area" and to update the new keyboard shortcut for Clear.
915     * Use delete key to delete character right of cursor in display, clear
916       now uses shift+delete (Bug #326938).
917     
918     * Update all button tooltips to have the shortcut
919       key for that button (Bug #503707).
921     * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
922       category
924     * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
925       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
927     * Work on bug #501699. Adjusted "monthly interest rate" to "simple
928       monthly interest rate" in the online help for two of the financial
929       examples.
931     * Fix incorrect menu radio button selected when mode change aborted 
932       (bug #488226).
934     * Fix for bug #502306 - unable to use MOD operation after a 
935       x ᶺ y operation.
937 ----
939 Overview of changes in gcalctool 5.21.3
941     * Added a "Reset to Default" accuracy menu item (bug #488542).
943     * When the bit calculation extension is enabled, a message now appears
944       in the status bar.
946     * Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension
947       produces incorrect results.
949     * Fixed bug #367731 - [doc] Update documentation for bit calculating
950       extension.
952     * Fixed bug 500029 - Clearing a bit in the bitcalculating extension,
953       sets the display to zero.
955     * Disable menu items not valid in current mode (Bug #499625).
957     * Fix build dependencies for parsers (Bug #497237).
958     
959     * Trim pasted text on newlines, replace tabs with spaces (Bug #488796).
961     * Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
963     * Fixed bug #367723 - [doc] Update documentation for Changing Modes
964       Clears Calculation.
966 ----
968 Overview of changes in gcalctool 5.21.2
970     * Fixed bug #485919 - Use Glade for UI. Glade conversion of gcalctool 
971       is now complete (thanks Robert).
973     * Fixed bug #495349 - Close precision dialog when setting precision from
974       Acc button.
976     * Fixed bug #495345 - Connect "activate" signal for precision spin button
977       after spin button has been updated.
979     * Fixed bug #482655 - Missing image file.
981     * Fix the buglet in comment #51 of bug #485919
983     * Fixed for final remaining parts of bug #488694 - [a11y] Several 
984       calculator buttons don't speak correctly with Orca.
986     * Fixed bug #488489 - Make accuracy shortcuts only work in scientific mode.
988     * Fixed bug # 488703 - Stop bogus '-/-' appearing in accuracy menu items.
990     * Fix for bug #485134 - OR calculation produces incorrect result in
991       arithmetic precedence mode.
993     * General code cleanup.
995 ----
997 Overview of changes in gcalctool 5.21.1
999     * Work on bug #485919 - Use Glade for UI.
1000         > Adds support for the mode panel.
1001         > Puts menu accelerators back again and fixes the top button row in
1002           basic mode being too tall.
1003         > Now provides Glade support for the majority of the gcalctool GUI.
1005     * Fix for bug #490701 - base radio buttons initially fail.
1007     * Attempted fix for bug #485134 - OR calculation produces incorrect 
1008       result in arithmetic precedence mode. This isn't a complete solution
1009       so the bug has been reopened.
1011     * Fix for bug #488828 - Reciprocal remembers backspaced items.
1013     * More work on bug ##488694 - [a11y] Several calculator buttons don't speak 
1014       correctly with Orca. Removed the accessible descriptions (not needed) and 
1015       adjusted the "shift left" and "shift right" names (they were reversed).
1017     * Patch to stablize arithmetic precedence.
1019     * Stop acting on toggle events from radio buttons when they go inactive 
1020       (Bug #485918).
1022     * Added Robert Ancell to the list of gcalctool MAINTAINERS.
1024     * Fixed bug #488830 - Hex radio button shortcut conflicts with Help menu 
1025       shortcut.
1027     * Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip shortcut 
1028       keys.
1030     * Fixed bug #488783 - memory registers not available if you start in 
1031       Advanced mode
1033     * Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak
1034       correctly with Orca.
1036     * Fix for bug #485398 - Put memory register window inside the main window.
1037       Uses gtk_window_set_transient_for() to associate the memory register
1038       window with the main gcalctool window.
1040     * Fix for bug #383850 - [doc] New names for Precedence.
1042     * Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence mode
1043       if user has "hand edited" the display.
1045     * Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
1046       correctly set the state of the Edit-<Memory Registers check box if the
1047       user wanted the memory registers initially displayed.
1049     * Correctly handle memory register display and "Memory Registers" menu
1050       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
1051       (Needed because of the recent changes for bug #478961).
1053 ----
1055 Overview of changes in gcalctool 5.21.0
1057     * Fix for bug #326938 – Display cursor in input area; allow home and 
1058       end keys. This is in arithmetic precedence mode only.
1060     * Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 places 
1061       menu items.
1063     * Fix for bug #439087 – Gcalctool can't handle small physic constants
1064       like the Boltzmann constant. The number of significant places has
1065       been increased to 99 and the number of displayable digits has been
1066       increased to 200. The online help has been adjusted to reflect these
1067       changes.
1069       Note that if you have something in the gcalctool display that is
1070       wider than the display area, a scrollbar is shown, but the first
1071       digit isn't properly displayed. The workaround here, is to enlarge
1072       the size of the calculator window until the scrollbar goes away.
1073       I believe this is a Gtk+ problem and have filed bug #482688 against 
1074       it.
1076     * Fixed bug #367738 – [doc] Square root documentation needs to be updated.
1077       The entry in the online help now includes examples for both arithmetic
1078       precedence and non-arithmetic precedence mode.
1080     * Fixed bug #428571 – [doc] Repetitive usage of "use".
1082     * Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
1084     * Fixed bug #428573 – [doc] Spelling of logical gates.
1085       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
1086       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
1087       display area in arithmetic precedence mode. The gcalctool manual
1088       pages and the online help have been updated accordingly.
1090       The XOR operation in non-arithmetic mode was doing a multiplication
1091       instead.
1093       The result for the AND example in the online help was incorrect.
1095       The syntax for using NOT in aritmetic mode is different then for
1096       non-arithmetic mode. The online help example has been updated to
1097       show both examples.
1099     *  Fixed bug #469245 – Hexadecimal input is not intuitive and
1100       bug #455889 – Copy/paste of lower case hex letter does not work.
1101       The hexadecimal digits have been changed back to their pre Sept
1102       2003 (bug #118826) values of "a" - "f".
1104       The following functions have also had their keyboard shortcuts
1105       reverted back to their pre Sept 2003 upper-case values:
1107       [A] - Set accuracy
1108       [C] - Change sign
1109       [D] - Double-declining depreciation
1110       [E] - Enter an exponential number
1111       [F] - User-defined functions
1113       With copy/paste operations, where the user is pasting a string into
1114       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
1115       "D" or "F" character is encountered, it will be converted to its
1116       lowercase equivalent. If an "E" is found,  and the next character is a
1117       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
1118       a possible exponential number), otherwise its converted to a lower
1119       case "e".
1121       Displaying of hex digits in the gcalctool display will still be
1122       in uppercase. Displaying of the "e" in an exponential number will
1123       still be in lower-case.
1125       The way to enter exponential numbers in arithmetic precedence mode
1126       has changed. The following four examples should show you the new
1127       correct syntax:
1129         1  2  Exp + 8  =              1200000000
1130       - 1  2  Exp + 8  =             -1200000000
1131         1  2  Exp - 8  =              0.00000012
1132       - 1  2  Exp - 8  =             -0.00000012
1134       In both left-to-right precedence and arithmetic precedence modes, if
1135       the user enters a numeric digit that is incorrect for the current
1136       numeric base, this shouldn't be allowed and should not be entered
1137       in the display.
1139       The gcalctool documentation (and tooltips) have been updated to
1140       reflect these changes.
1142     * Fixed bug #479102 – memory registers dialogue should use ngettext.
1144     * Fixed bug #478961 – GtkAaction use.
1146     * Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
1148     * Fixed bug #478979 – show menu help in statusbar.
1150     * Fixed bug #479064 – should use ngettext on the Acc button.
1152     * Fixed bug #479097 – use gtkmessagedialog.
1154     * Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
1156 ----
1158 Overview of changes in gcalctool 5.20.0
1160 * Released a gcalctool tarball for GNOME 2.20.0.
1162 ----
1164 Overview of changes in gcalctool 5.19.92
1166 * Released a gcalctool tarball for GNOME 2.19.92.
1168 ----
1170 Overview of changes in gcalctool 5.19.91
1172 * Released a gcalctool tarball for GNOME 2.19.91.
1174     - Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
1176 ----
1178 Overview of changes in gcalctool 5.19.90
1180 * Released a gcalctool tarball for GNOME 2.19.90.
1182     - Adjusted the MAINTAINERS file to the new format.
1184 ----
1186 Overview of changes in gcalctool 5.19.6
1188 * Released a gcalctool tarball for GNOME 2.19.6.
1190     - Remove help/de/Makefile due to gnome-doc-utils migration.
1192     - Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
1193       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
1195     - Fixed bug #439415. Always use left-to-right direction for button's boxes.
1197 ----
1199 Overview of changes in gcalctool 5.19.5
1201 * Released a gcalctool tarball for GNOME 2.19.5.
1203     - Applied Sun patch to change the Comment line in gcalctool.desktop.in
1205     - Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
1207     - Fixed bug #450790 – crash in Calculator when pasting in a very large
1208       number.
1210 ----
1212 Overview of changes in gcalctool 5.19.4
1214 * Released a gcalctool tarball for GNOME 2.19.4.
1216     - Fixed bug #448263 – drop libgnome dependency
1218 ----
1220 Overview of changes in gcalctool 5.19.3
1222 * Released a gcalctool tarball for GNOME 2.19.3.
1224   - Fixed bug #439985 – Negative value not saved in memory register across 
1225     invocations of gcalctool. This was also a problem was negative constants.
1227 ----
1229 Overview of changes in gcalctool 5.19.2
1231 * Released a gcalctool tarball for GNOME 2.19.2.
1233 ----
1235 Overview of changes in gcalctool 5.19.1
1237 * Released a gcalctool tarball for GNOME 2.19.1.
1239 ----
1241 Overview of changes in gcalctool 5.9.14
1243 * Released a gcalctool tarball for GNOME 2.18.0 (Final).
1245 ----
1247 Overview of changes in gcalctool 5.9.13
1249 * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
1251 ----
1253 Overview of changes in gcalctool 5.9.12
1255 * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
1257 ----
1259 Overview of changes in gcalctool 5.9.11
1261 * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
1263 ----
1265 Overview of changes in gcalctool 5.9.10
1267 * All copyright messages updated for 2007.
1268 * Released a gcalctool tarball for GNOME 2.17.5.
1270 ----
1272 Overview of changes in gcalctool 5.9.9
1274 * Released a gcalctool tarball for GNOME 2.17.4.
1276 ----
1278 Overview of changes in gcalctool 5.9.8
1280 * Released a gcalctool tarball for GNOME 2.17.3.
1282 ----
1284 Overview of changes in gcalctool 5.9.7
1286 * Released a gcalctool tarball for GNOME 2.17.2.
1288 ----
1290 Overview of changes in gcalctool 5.9.6
1292 * Fixed bug #358782. Fixup sloppy string handling.
1294 ----
1296 Overview of changes in gcalctool 5.9.5
1298 * Fixed bug #364410.  Incorrectly rounded pi constant.
1300 ----
1302 Overview of changes in gcalctool 5.9.4
1304 * Released a gcalctool tarball for GNOME 2.17.1.
1306 ----
1308 Overview of changes in gcalctool 5.9.3
1310 * Fixed bug 359291 - crash when localized decimal point is greater than 
1311   1 char. Removed the bogus assert.
1313 ----
1315 Overview of changes in gcalctool 5.9.2
1317 * Fixed bug #358337 - gcalctool no longer crashes in the Oriya locale due 
1318   to sloppy string handling.
1319 * Fixed bug #354730 - crash in Calculator: running 3x10^38 using bi..
1320 * Fixed bug #357208 - Bitcalculating extension needs to support negative 
1321   numbers
1323 ----
1325 Overview of changes in gcalctool 5.9.1
1327 * Fixed bug #157961 - Bitcalculating extension for gcalctool.
1328 * Fixed bug #355648 - Error reporting should be consistent.
1329 * Fixed bug #135140 - percent operator works not as expected.
1331 ----
1333 Overview of changes in gcalctool 5.9.0
1335 * Fixed bug #349981 - gcalctool should save screen position for next start.
1337 ----
1339 Overview of changes in gcalctool 5.8.24
1341 * Released a gcalctool tarball for GNOME 2.16.0 (Final).
1343 ----
1345 Overview of changes in gcalctool 5.8.23
1347 * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
1349 ----
1351 Overview of changes in gcalctool 5.8.22
1353 * Removed several chunks of code that were surronded by #if 0/#endif.
1355 ----
1357 Overview of changes in gcalctool 5.8.21
1359 * Fixed bug #350341. gcalctool now builds again with gcc v2.95.
1361 ----
1363 Overview of changes in gcalctool 5.8.20
1365 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
1367 ----
1369 Overview of changes in gcalctool 5.8.19
1371 * More work on bug #347700.  Added another "Note to translators" 
1372   comment for the Abs button labels.
1374 * Fixed bug #348452. Removed line for help/sv/Makefile.in
1376 * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
1378 ----
1380 Overview of changes in gcalctool 5.8.18
1382 * Work on bug #347700. Added a "Note to translators" comment for the 
1383   Bksp and Clr button labels.
1385 ----
1387 Overview of changes in gcalctool 5.8.17
1389 * Released a gcalctool tarball for GNOME 2.15.4.
1391 ----
1393 Overview of changes in gcalctool 5.8.16
1395 * Released a gcalctool tarball for GNOME 2.15.3.
1397 ----
1399 Overview of changes in gcalctool 5.8.15
1401 * Fixed bug #343150. Gcalctool no longer crashes when switching to 
1402   scientific mode.
1404 ----
1406 Overview of changes in gcalctool 5.8.14
1408 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
1410 ----
1412 Overview of changes in gcalctool 5.8.13
1414 * Released a gcalctool tarball for GNOME 2.15.2.
1416 ----
1418 Overview of changes in gcalctool 5.8.12
1420 * Fixup compiler warnings from inclusion of last patch.
1422 ----
1424 Overview of changes in gcalctool 5.8.11
1426 * Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
1427   Backspace results in mal-formed expression.
1429 * = button is now also a one step undo. (This feature was temporary
1430   disabled by the previous redo/undo patch.)
1432 * Removed gotos from do_expression function. (This change might add
1433   unstability as this is a major change to the expression mode state
1434   machine.)
1436 * Functions (such as sin, cos, tan..) can use previously calculated value.
1438 ----
1440 Overview of changes in gcalctool 5.8.10
1442 * First cut at an Undo/Redo implementation for use with the arithmetic
1443   operator precedence mode.
1445 ----
1447 Overview of changes in gcalctool 5.8.9
1449 * Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files
1450   were missing.
1453 Overview of changes in gcalctool 5.8.8
1455 * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
1456 * Released a gcalctool tarball for GNOME 2.15.1.
1458 ----
1460 Overview of changes in gcalctool 5.8.7
1462 * Fixed bug #337897. Changes to use po/LINGUAS file.
1464 ----
1466 Overview of changes in gcalctool 5.8.6
1468 * Fixed bug #338220. The 'Show trailing zeroes' option in the View menu 
1469   should now be correctly set [in]sensitive depending upon which mode 
1470   it's in.
1472 ----
1474 Overview of changes in gcalctool 5.8.5
1476 * Fixed bug #332023. The bitwise operators now work in arithmetic operator 
1477   precedence mode, when you use them with the result of a previous operation.
1479 ----
1481 Overview of changes in gcalctool 5.8.4
1483 * Fixed bug #327729. The fields in the memory register window were not 
1484   correctly aligned in some themes.
1486 ----
1488 Overview of changes in gcalctool 5.8.3
1490 * Fixed bug #330867.  Added License info to the Gcalctool About dialog.
1492 ----
1494 Overview of changes in gcalctool 5.8.2
1496 * Fixed bug #335095. Gcalctool no longer displays the current mode in 
1497   the title bar when in Basic mode (due to lack of space).
1499 ----
1501 Overview of changes in gcalctool 5.8.1
1503 * Fixed bug #335236. Gcalctool schemas files should be installed if
1504   built with "--without-gnome".
1506 ----
1508 Overview of changes in gcalctool 5.8.0
1510 * Adjustments to the AOP code so that e to the power of x gives the
1511   correct answer at high precision.
1513 ----
1515 Overview of changes in gcalctool 5.7.32
1517 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1519 ----
1521 Overview of changes in gcalctool 5.7.31
1523 * Fix for bug #333078. cvs fails to build due to bg translation of help.
1525 * Inclusion of a translation of gcalctool help for the bg locale.
1527 ----
1529 Overview of changes in gcalctool 5.7.30
1531 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1533 ----
1535 Overview of changes in gcalctool 5.7.29
1537 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1539 ----
1541 Overview of changes in gcalctool 5.7.28
1543 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1545 ----
1547 Overview of changes in gcalctool 5.7.27
1549 * Refixed bug #323150. The recent changes to the square root and 
1550   subtraction button labels broke the token parser for arithmetic 
1551   operator precedence.
1553 ----
1555 Overview of changes in gcalctool 5.7.26
1557 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of 
1558   causing the CE button to no longer work correctly.
1560 ----
1562 Overview of changes in gcalctool 5.7.25
1564 * Fixed bug #327214. The results from performing trig functions were not 
1565   being passed on to future calculations correctly (in non-arithmetic 
1566   operator precedence mode).
1568 ----
1570 Overview of changes in gcalctool 5.7.24
1572 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1573   for label on division button.
1575 ----
1577 Overview of changes in gcalctool 5.7.23
1579 * Released a gcalctool tarball for GNOME 2.13.5.
1581 ----
1583 Overview of changes in gcalctool 5.7.22
1585 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, 
1586   multiplication, plus/minus, minus and square root.
1588 ----
1590 Overview of changes in gcalctool 5.7.21
1592 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic 
1593   operator precedence mode with the scientific view) now hopefully works 
1594   correctly.
1596 ----
1598 Overview of changes in gcalctool 5.7.20
1600 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric 
1601   point in arithmetic operator precedence mode.
1603 * Adjusted all the copyright messages to include 2006.
1605 ----
1607 Overview of changes in gcalctool 5.7.19
1609 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1610   Gcalctool no longer crashes when you double click the 0 in the display area. 
1612 ----
1614 Overview of changes in gcalctool 5.7.18
1616 * Final fix for bug #153854. Now handles the case where the first thing 
1617   the user does is change mode (Basic, Financial, Advanced, Scientific) 
1618   in AOP mode.
1620 * Released a gcalctool tarball for GNOME 2.13.4.
1622 ----
1624 Overview of changes in gcalctool 5.7.17
1626 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail 
1627   in non-English locales
1629 ----
1631 Overview of changes in gcalctool 5.7.16
1633 * Fixed bug #324001. Primary Selection (middle mouse button) is now working.
1635 ----
1637 Overview of changes in gcalctool 5.7.15
1639 * Released a gcalctool tarball for GNOME 2.13.3.
1641 ----
1643 Overview of changes in gcalctool 5.7.14
1645 * More work on bug #153854. Similar change to that made on 15th November 
1646   2005, this time for arithmetic operator precedence mode.
1648 ----
1650 Overview of changes in gcalctool 5.7.13
1652 * Slight fixup for bug #157961. The toggling of the first bit in the
1653   bit panel wasn't working correctly. 
1655 ----
1657 Overview of changes in gcalctool 5.7.12
1659 * More work on bug #153854
1660   If the user has completed a calculation and we are going to a
1661   new mode that is "compatible" with this one, then just change
1662   modes. Otherwise display a dialog warning the user that the
1663   current calculation will be cleared.
1665   Incompatible modes are:
1667   Scientific -> Basic
1668   Scientific -> Advanced
1669   Scientific -> Financial
1671   (unless we are in Scientific mode with Decimal numeric base and Fixed).
1673   These changes work nicely in non-arithmetic operator precedence mode.
1675 ----
1677 Overview of changes in gcalctool 5.7.11
1679 * Released a gcalctool tarball for GNOME 2.13.2.
1681 ----
1683 Overview of changes in gcalctool 5.7.10
1685 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: 
1686   gdk_window_invalidate_rect: assertion `window != NULL' failed" 
1687   warnings at startup.
1689 ----
1691 Overview of changes in gcalctool 5.7.9
1693 * Fixed bug #319934. The percent operator was broken in non-arithmetic 
1694   operator precedence mode.
1696 ----
1698 Overview of changes in gcalctool 5.7.8
1700 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1701   Exponential notation now works correctly in arithmetic operator
1702   precedence mode.
1704 ----
1706 Overview of changes in gcalctool 5.7.7
1708 * Slight adjustment to the bit panel. It's now centralized.
1710 ----
1712 Overview of changes in gcalctool 5.7.6
1714 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1715   needed to also preserve v->toclear and v->pointed.
1717 * Work on enhancement request #157961. Started to implement the bit 
1718   panel for non-arithmetic precedence mode.  It's automatically displayed 
1719   when in Scientific mode.
1721 ----
1723 Overview of changes in gcalctool 5.7.5
1725 * Implemented enhancement request #148104 for arithmetic precedence mode.
1726   The modulo operation. See entry below for more details.
1728 ----
1730 Overview of changes in gcalctool 5.7.4
1732 * Fixed bug #316382. The "useless" cursor is no longer displayed in 
1733   the calculator display area.
1735 ----
1737 Overview of changes in gcalctool 5.7.3
1739 * Implemented enhancement request #148104 for non-arithmetic precedence
1740   mode. Added in a modulo operation. This is available in Scientic Mode. 
1741   A Mod B return the remainder when you divide A by B. A and B must be
1742   integers. Keyboard shortcut for this operation is "M".
1744 ----
1746 Overview of changes in gcalctool 5.7.2
1748 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets 
1749   to display the register values. Gnopernicus can now correctly speak the 
1750   contents of each memory register. There is also a close button to easily 
1751   dismiss this dialog.
1753 ----
1755 Overview of changes in gcalctool 5.7.1
1757 * Fixed bug #314540. The memory register window is now a dialog rather 
1758   than a top-level window.
1760 ----
1762 Overview of changes in gcalctool 5.7.0
1764 * Fix to prevent invalid numeric entry in arithmetic operator precedence
1765   mode, depending upon the current base.
1767 ----
1769 Overview of changes in gcalctool 5.6.31
1771 * A number of the bison- and flex-related make rules in 
1772   .../gcalctool/Makefile.am were broken when builddir != srcdir.
1774 ----
1776 Overview of changes in gcalctool 5.6.30
1778 * Fixed bug #314540. The libparser.a library needs ranlib run on it 
1779   for Mac OS X.
1781 ----
1783 Overview of changes in gcalctool 5.6.29
1785 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in 
1786   syntax_translation.c
1788 ----
1790 Overview of changes in gcalctool 5.6.28
1792 * Generated release for GNOME 2.12 (RC)
1794 * Changed type of argument in paren_disp from char to int for 64bit.
1796 ----
1798 Overview of changes in gcalctool 5.6.27
1800 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1802 Overview of changes in gcalctool 5.6.26
1804 * Generated release for GNOME 2.11.91 (beta2).
1806 ----
1808 Overview of changes in gcalctool 5.6.25
1810 * Fixed bug #311306. If the user was in View->Scientific with base Bin, 
1811   Oct or Hex and then went to View->Basic, then returned to View->Scientific, 
1812   some of the numeric keys were incorrectly greyed out.
1814 ----
1816 Overview of changes in gcalctool 5.6.24
1818 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B" 
1819   button (or typing Shift-B).
1821 ----
1823 Overview of changes in gcalctool 5.6.23
1825 * Fixed bug #310791. Memory register window view logic was screwed.
1827 ----
1829 Overview of changes in gcalctool 5.6.22
1831 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
1833 ----
1835 Overview of changes in gcalctool 5.6.21
1837 * Fixed bug #153854. When the user changes modes, a warning dialog is 
1838   displayed to let them know that their current display will be cleared 
1839   and the base reset to decimal. The user has the option of checking a 
1840   toggle box on the dialog, that will prevent this warning from being 
1841   displayed again.
1843 ----
1845 Overview of changes in gcalctool 5.6.20
1847 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build 
1848   on Solaris with pkgconfig >= 0.17.1.
1850 ----
1852 Overview of changes in gcalctool 5.6.19
1854 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now 
1855   correctly change the sign of the exponent on scientific numbers again.
1856 ----
1858 Overview of changes in gcalctool 5.6.18
1860 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal 
1861   numbers "A-F" to other bases in "use arithmetic operator precedence mode".
1863 ----
1865 Overview of changes in gcalctool 5.6.17
1867 * Fixed bug #305619. Calculations with stored register values in arithmetic 
1868   operator precedence mode, now work correctly.
1870 ----
1872 Overview of changes in gcalctool 5.6.16
1874 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching 
1875   the format (e.g. from ENG to FIX), the displayed value switches to zero 
1876   (in the corresponding format, so e.g. 0.0 or 0e+0, ...).
1878 ----
1880 Overview of changes in gcalctool 5.6.15
1882 * Fixed bug #305467. gcalctool no longer crashes under the following 
1883   scenerio:
1884     - type "f" to bring up the user function menu.
1885     - dismiss the menu by clicking elsewhere with the mouse.
1886     - type another character which isn't in the range "0" to "9".
1888 ----
1890 Overview of changes in gcalctool 5.6.14
1892 * Did a gcalctool tarball release.
1894 ----
1896 Overview of changes in gcalctool 5.6.13
1898 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y 
1899   operations. New values are:
1900       Xor - 'x'
1901       x^y - '^'
1903 ----
1905 Overview of changes in gcalctool 5.6.12
1907 * Fixed bug #302555. Various gcalctool variables have now been const'ified.
1909 ----
1911 Overview of changes in gcalctool 5.6.11
1913 * Fixed bug #300957. Replaced the underscore character in 
1914   "translator_credits" with a hyphen, to prevent some 
1915   translation tools from being confused.
1917 ----
1919 Overview of changes in gcalctool 5.6.10
1921 * More work on bug #172704. 
1922   - Adjusted the code to not try to display a menu when the user 
1923     entered a left parentheses (another do_pending() type of operation).
1924   - Toggling the "Show Trailing Zeroes" operation via keyboard
1925     shortcuts, needed to clear the v-.pending flag.
1927 ----
1929 Overview of changes in gcalctool 5.6.9
1931 * Fixed up some problems reported by lint.
1933 ----
1935 Overview of changes in gcalctool 5.6.8
1937 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut 
1938   for any of the gcalctool buttons that have a menu associated with them, that 
1939   menu is now displayed. The user can use the arrow keys to select a menu item 
1940   or the menu items shortcut.
1942 ----
1944 Overview of changes in gcalctool 5.6.7
1946 * Fixed bug #171393. Allow stock labels to show through.
1948 ----
1950 Overview of changes in gcalctool 5.6.6
1952 * Refixed bug #158280. The Help->Contents menu item no longer appears if 
1953   gcalctool is built Gtk-only.
1955 ----
1957 Overview of changes in gcalctool 5.6.5
1959 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init() 
1960   and the gtk about popup didn't have the gcalctool icon.
1962 ----
1964 Overview of changes in gcalctool 5.6.4
1966 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1967   the on-screen keyboard assistive technology, it's possible that the 
1968   event returned by gtk_get_current_event() is NULL. If this is the 
1969   case, we need to fudge the popping up on the menu associated with 
1970   this menu button.
1972 ----
1974 Overview of changes in gcalctool 5.6.3
1976 * Fixed bug #158280. You can now build gcalctool without the GNOME 
1977   libraries by specifying "--disable-gnome" on the configure command 
1978   line.
1980 ----
1982 Overview of changes in gcalctool 5.6.2
1984 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu 
1985   item inactive if the calculator is in Basic mode.
1987 ----
1989 Overview of changes in gcalctool 5.6.1
1991 * Fixed bug #168694. gcalctool now saves/restores the ten memory 
1992   register values as gconf resources.
1994 * Removed the redundant process_str() routine in graphics.c
1996 ----
1998 Overview of changes in gcalctool 5.6.0
2000 * Fixed bug #169196. gcalctool now uses use g_get_home_dir().
2002 * Added in a better implementation of the trig_filter() routine in 
2003   functions.c
2005 ----
2007 Overview of changes in gcalctool 5.5.41
2009 * Version for GNOME 2.10.0 (final) call for tarballs.
2011 ----
2013 Overview of changes in gcalctool 5.5.40
2015 * Version for GNOME 2.10.0 (rc1) call for tarballs.
2017 ----
2019 Overview of changes in gcalctool 5.5.39
2021 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator 
2022   precedence mode.
2024 ----
2026 Overview of changes in gcalctool 5.5.38
2028 * Changes to make the trigonometric code work with hyp and inv properly.
2030 ----
2032 Overview of changes in gcalctool 5.5.37
2034 * Left and Right shift operations weren't working correctly. Menu
2035   name comparison in mb_proc() in gtk.c was incorrect.
2037 ----
2039 Overview of changes in gcalctool 5.5.36
2041 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
2042 * Exch functionality was incorrect in Arithmetic Precedence mode.
2044 ----
2046 Overview of changes in gcalctool 5.5.35
2048 * Fixed bug 167124. One of the entries in the words[] array in 
2049   syntax_translation.c was accidentally commented out.
2051 ----
2053 Overview of changes in gcalctool 5.5.34
2055 * Fixed bug 166634. Call to create the About box was missing a 
2056   NULL terminator.
2058 ----
2060 Overview of changes in gcalctool 5.5.33
2062 * Adjusted all copyright messages to be 2005.
2063 * Version for GNOME 2.10.0 (beta2) call for tarballs.
2065 ----
2067 Overview of changes in gcalctool 5.5.32
2069 * Fixed bug #165522. Made the status bar non-resizable.
2071 ----
2073 Overview of changes in gcalctool 5.5.31
2075 * Various code cleanups. It moves some declarations of static functions 
2076   to the corresponding .c files. It also cuts down the number of 
2077   included files, moving some includes to where they are needed from 
2078   calctool.h.
2080 ----
2082 Overview of changes in gcalctool 5.5.30
2084 * Adjusted the About dialog to use the latest GtkAbout widget.
2086 ----
2088 Overview of changes in gcalctool 5.5.29
2090 * Version for GNOME 2.10.0 (beta1) call for tarballs.
2092 ----
2094 Overview of changes in gcalctool 5.5.28
2096 * Fixed bug #162998. The "menu" buttons in gcalctool now responds 
2097   to the "clicked" event rather than the "button-press-event" to 
2098   allow gok, the on-screen keyboard to function properly.
2100 * Fixed bug #159957. Input number in FIX mode now make mimimal changes 
2101   to (i.e append a single character) the display rather than completely 
2102   delete and insert it. The is helpful to assistive technologies like 
2103   gnopernicus.
2105 ----
2107 Overview of changes in gcalctool 5.5.27
2109 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c 
2110   so that the L10N message translation software isn't confused.
2112 ----
2114 Overview of changes in gcalctool 5.5.26
2116 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
2118 ----
2120 Overview of changes in gcalctool 5.5.25
2122 * Version for GNOME 2.9.4 call for tarballs.
2124 ----
2126 Overview of changes in gcalctool 5.5.24
2128 * Couldn't use the "#" key to select constants as this symbol was
2129   a lower-case symbol on his keyboard.
2131 * Powers that were a multiple of 30 (10 as well as 3) would not 
2132   display correctly, having a 4 digit significand. Further testing 
2133   showed that without the fix the following powers had a 4 digit 
2134   significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
2136 ----
2138 Overview of changes in gcalctool 5.5.23
2140 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
2142 ----
2144 Overview of changes in gcalctool 5.5.22
2146 * Fixed bug #155101. Made the gcalctool window resizable. 
2148 ----
2150 Overview of changes in gcalctool 5.5.21
2152 * Version for GNOME 2.9.3 call for tarballs.
2154 ----
2156 Overview of changes in gcalctool 5.5.20
2158 * Fixed bug #160929. Removed the "Mode" word from each of the different 
2159   mode menu items in the gcalctool View menu.
2161 ----
2163 Overview of changes in gcalctool 5.5.19
2165 * Fixed bug #157701. gcalctool can now use real multiplication and division 
2166   symbols instead of "*" and "/". 
2168 ----
2170 Overview of changes in gcalctool 5.5.18
2172 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include 
2173   the word "Mode" which was getting chopped when the calculator was in 
2174   Basic mode.
2176 ----
2178 Overview of changes in gcalctool 5.5.17
2180 * Fixed bug #157962. Added in a set of three colors for gcalctool that 
2181   will work with the default theme. To use them, the "gcalctoolrc" file 
2182   supplied with the source distribution needs to be moved to ~/.gcalctoolrc
2184 ----
2186 Overview of changes in gcalctool 5.5.16
2188 * Generated gcalctool tarball for the GNOME 2.9.2 release.
2190 ----
2192 Overview of changes in gcalctool 5.5.15
2194 * Adjusted the scroll_right() routine to only scroll right if the 
2195   horizontal scroll bar is visible.
2197 ----
2199 Overview of changes in gcalctool 5.5.14
2201 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the 
2202   -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in 
2203   .../gcalctool/Makefile.am for now, to allow it to successfully build
2204   against the latest GNOME/Gtk+.
2206 * Slight adjustment to correct check the Advanced mode menu item when
2207   the user had previously terminated gcalctool in that mode.
2209 ----
2211 Overview of changes in gcalctool 5.5.13
2213 * Changed the names of the gconf mode type key so that there is backward 
2214   compatibility.
2216 * Reset the initial default mode to BASIC.
2218 ----
2220 Overview of changes in gcalctool 5.5.12
2222 * Fixed bug #157757. The horizontal scrollbar for the display area will 
2223   now only be visible when needed. It will also display the rightmost part 
2224   of the display as you are entering new input.
2226 ----
2228 Overview of changes in gcalctool 5.5.11
2230 * Added in a very basic mode for gcalctool. Rather than calling this a 
2231   "Light" mode, the existing "Basic" mode is now renamed to "Advanced" 
2232   and the new basic mode is called "Basic".
2234 ----
2236 Overview of changes in gcalctool 5.5.10
2238 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with
2239   non-integer Y will now display a descriptibe error in the status bar.
2241 ----
2243 Overview of changes in gcalctool 5.5.9
2245 * Generated gcalctool tarball for first GNOME 2.9 release.
2247 ----
2249 Overview of changes in gcalctool 5.5.8
2251 * Slight adjustment to bug #152301. The tooltip message had been tweaked to 
2252   "Show the About Gcalctool dialog".
2254 ----
2256 Overview of changes in gcalctool 5.5.7
2258 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from 
2259   "Show about help" to "Show the about dialog", to make it more understandable.
2261 ----
2263 Overview of changes in gcalctool 5.5.6
2265 * Fixed bug #153726. Gcalctool will now build correctly when using the 
2266   -fno-common option for gcc (3.3.4).
2268 ----
2270 Overview of changes in gcalctool 5.5.5
2272 * Numerical answer localization and thousand separator support for 
2273   arithmetic precedence mode.
2275 * If the accuracy was changed via one of the ten preset menu items in the 
2276   Acc menu, the tooltip wasn't getting correct updated with the new accuracy.
2278 ----
2280 Overview of changes in gcalctool 5.5.4
2282 * Further changes to the "Set Precision" popup (rfe #147803):
2283   - "Significant places" not "Significant Places".
2284   - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the 
2285     current precision, and be in the same radio box group as the other menu 
2286     items. Check the appropriate menu entry.
2287   - Adjust the Acc button tooltip to show the current accuracy too.
2288   - When the user attempts to enter an invalid entry in the Set Precision 
2289     popup, an error message is shown in the main gcalctool status bar.
2290   - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).
2292 * Fixed bug #152790. Most of the changes needed were already in CVS; there 
2293   was one compiler warning that still needed to be removed.
2295 * Storing the display value to a memory register was not updating the memory 
2296   register window, if it was visible.
2298 ----
2300 Overview of changes in gcalctool 5.5.3
2302 * Added in functionality to set the number of significant places > 9.
2303   There is a new menu item under the Acc menu called "Set Precision..."
2304   that brings up a small popup allowing you to set precision between 0
2305   and MAXACC significant places (where MAXACC is currently 30).
2307 ----
2309 Overview of changes in gcalctool 5.5.2
2311 * Fixed up numerous warnings generated by running lint on the gcalctool code.
2312   Removed unused variables and functions. Declared routines statically where 
2313   possible.
2315 ----
2317 Overview of changes in gcalctool 5.5.1
2319 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
2321 ----
2323 Overview of changes in gcalctool 5.5.0
2325 * Major new release of gcalctool. Incorporates an arithmetic operator
2326   precedence mode (currently the default while it's been debugged). To get
2327   the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
2328 * The "(" and ")" buttons have moved from the scientific mode into the
2329   Basic mode so that they are now available to users who need them but not
2330   everything that the Scientific mode provides.
2331 * There is a footer message area that provides feedback.
2332 * The display area now has an horizontal scrollbar.
2333 * Typing in the keyboard shortcuts for the various gcalctool buttons
2334   autocompletes their entry into the display area.
2335 * Tooltips show button's shortcut.
2337 ----
2339 Overview of changes in gcalctool 4.4.13
2341 * Remainder of the fix for bug #143924. Control-T shouldn't work in Basic 
2342   or Financial modes. 
2344 ----
2346 Overview of changes in gcalctool 4.4.12
2348 * Partial fix for bug #143924. After an error condition, the "Show 
2349   Trailing Zeroes" menu item is only activated if the user is in 
2350   Scientific mode.
2352 ----
2354 Overview of changes in gcalctool 4.4.11
2356 * Fixed bug 138106. In Basic or Financial mode, "Error" was been 
2357   incorrectly display if you user has "Show Thousands Separator" set.
2359 ----
2361 Overview of changes in gcalctool 4.4.10
2363 * Fixed bug 144031. gcalctool checked for the presence of the X11 
2364   libraries but doesn't need to.
2366 ----
2368 Overview of changes in gcalctool 4.4.9
2370 * Selecting Help->About from the menubar now works again.
2372 ----
2374 Overview of changes in gcalctool 4.4.8
2376 * Adjusted the creation of the menubar and the Accuracy and Left/Right 
2377   shift menus from GtkItemFactory to GtkUIManager.
2379 ----
2381 Overview of changes in gcalctool 4.4.7
2383 * Fixed bug 142824. gcalctool now correctly recognizes the localized 
2384   decimal point character.
2386 ----
2388 Overview of changes in gcalctool 4.4.6
2390 * Fixed bug 129397. Use GtkIconTheme to load gcalctool icon instead of
2391   built-in image.
2393 ----
2395 Overview of changes in gcalctool 4.4.5
2397 * Fixed bug 142888. Gcalctool is now connected to the "die" signal so 
2398   that it can be successfully terminated when removed from 
2399   gnome-session-properties.
2401 ----
2403 Overview of changes in gcalctool 4.4.4
2405 * The "Bsp" button label has been changed to "Bksp" to make it more 
2406   understandable.
2408 ----
2410 Overview of changes in gcalctool 4.4.3
2412 * Fixed bug 138106. If the "Error" message is being displayed, it is now 
2413   no longer incorrectly displayed as "Er,ror" if the "Show Thousands 
2414   Separator" is on.
2416 ----
2418 Overview of changes in gcalctool 4.4.2
2420 * Fixed bug 135068. Adjusted several default constant descriptions to be 
2421   more understandable. 
2423 ----
2425 Overview of changes in gcalctool 4.4.1
2427 * Fixed bug 135065. Tooltips for OR, AND, NOT, XOR and XNOR have been 
2428   changed from "Logical <whatever>" to "Bitwise <whatever>". 
2430 ----
2432 Overview of changes in gcalctool 4.4.0
2434 * Fixed bug 136872. gcalctool can now be built with "CFLAGS=-fdata-sections".
2436 ----
2438 Overview of changes in gcalctool 4.3.51
2440 * Version for GNOME 2.6 (FINAL) call for tarballs. Includes:
2441   - new locales for pa, en_GB, bg and ga.
2442   - localized online user documentation from the Sun translation team.
2443     for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
2445 ----
2447 Overview of changes in gcalctool 4.3.50
2449 * One more slight adjustment to the fix for bug 135064.
2450   Entering numbers that start with the numeric point character ('.")
2451   are now visibly displayed.
2453 ----
2455 Overview of changes in gcalctool 4.3.49
2457 * Adjustment to the fix for bug 135064. Fix to remove a potential spurious 
2458   initial thousands separator character after a change sign operation.
2460 ----
2462 Overview of changes in gcalctool 4.3.48
2464 * Fixed bug 135064. Changing the sign of a large number (when "Show 
2465   Thousands Separator" is on and this is not the C locale), no longer 
2466   corrupts the display.
2468 ----
2470 Overview of changes in gcalctool 4.3.47
2472 * Fixed bug 135328. Added Shift-slash as a recognized alternate for the 
2473   divide operation (needed by the be-latin1 keyboard layout).
2475 ----
2477 Overview of changes in gcalctool 4.3.46
2479 * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789 
2480   which are shifted about the accented characters on a French keyboard.
2482 ----
2484 Overview of changes in gcalctool 4.3.45
2486 * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up. 
2488 ----
2490 Overview of changes in gcalctool 4.3.44
2492 * Fixed bug 133764.
2493   - "Gradients" was still appearing when in Scientific mode (instead of 
2494     "Gradians".
2495   - In the x^2 button, the 2 should not be italicized.
2496   - In the x^2 and x^y buttons, the x should be italicized.
2497   - The View Thousands Separator menu item should not remain active during 
2498     an error condition.
2500 ----
2502 Overview of changes in gcalctool 4.3.43
2504 * Fixed bug 133590. The About box now lists the documenters of gcalctool. 
2506 ----
2508 Overview of changes in gcalctool 4.3.42
2510 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen 
2511   (rather than square brackets) to show what mode the user is currently 
2512   using.
2514 ----
2516 Overview of changes in gcalctool 4.3.41
2518 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather 
2519   than frames (per the HIG).
2521 ----
2523 Overview of changes in gcalctool 4.3.40
2525 * Fixed bug 131571. User defined constants are now read/written out (as 
2526   gconf resources) with no thousands separator and with a radix of ".". 
2528 ----
2530 Overview of changes in gcalctool 4.3.39
2532 * Fixed bug 131594. The "Insert ASCII View..." menu item and the 
2533   "Insert" button no longer use the GTK_STOCK_CONVERT stock icon 
2534  (as per the HIG).
2536 ----
2538 Overview of changes in gcalctool 4.3.38
2540 * Fixed bug 131059. Fix to allow the thousands separator to be used 
2541   correctly with the creation of the initial constant values in the 
2542   Russian locale. 
2544 ----
2546 Overview of changes in gcalctool 4.3.37
2548 * Fixed bug 130078. Changed the y^x button label to x^y (really x 
2549   superscript y). Adjusted the tooltip message to "Raise displayed 
2550   value to the power of y".
2552 ----
2554 Overview of changes in gcalctool 4.3.36
2556 * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check 
2557   from the get_tsep() routine in order to get the thousands separator to 
2558   correctly work in all locales. Note that there is no thousands separator 
2559   now for the C locale.
2561 ----
2563 Overview of changes in gcalctool 4.3.35
2565 * Fixed part of bug 126125. If the user entered: "1+(2()<backspace>)", 
2566   this resulted in an answer of 0. 
2568 ----
2570 Overview of changes in gcalctool 4.3.34
2572 * Fixed bug 130187. When gcalctool changes modes now, it's internal state 
2573   and the display are cleared.
2575 ----
2577 Overview of changes in gcalctool 4.3.33
2579 * Fixed bug 130282. Fixes for more problems with the thousands separator 
2580   in certain locales, plus correct handling of the radix character with 
2581   the initial constant values.
2583 ----
2585 Overview of changes in gcalctool 4.3.32
2587 * Fixed bug 128603 again. The solution this time was to duplicate the 
2588   initial string constant values to be confident that they are not in 
2589   read-only memory.
2591 ----
2593 Overview of changes in gcalctool 4.3.31
2595 * Fixed bug 129539.  The thousands separator is a null terminated string, 
2596   not a single character. Same for the radix.
2598 ----
2600 Overview of changes in gcalctool 4.3.30
2602 * Fixed bug 129496. "Gradients" should be "Gradians".
2604 ----
2606 Overview of changes in gcalctool 4.3.29
2608 * Fixed bug 128603. The changes for enhancement request #126626 which added 
2609   thousands separator support caused a crash at startup time on a Debian 
2610   system. The initial constant strings are being put in read-only memory 
2611   either by gcc (or because of the way that x86 arch is designed). This was 
2612   not a problem when tested with the Sun compilers on a Solaris SPARC machine.
2613   The remove_tsep() routine is display.c has been rewritten to correctly 
2614   handle this.
2616 ----
2618 Overview of changes in gcalctool 4.3.28
2620 * Further work on enhancement request 125873. As the user is typing in 
2621   input, the display will now show the thousands separator (if checked).
2623 ----
2625 Overview of changes in gcalctool 4.3.27
2627 * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2628   This keyval/state pair needed to be added to the Xor recognized mappings.
2630 ----
2632 Overview of changes in gcalctool 4.3.26
2634 * Re-fixed bug 127672. The fix for Shift-"=" should have been for GDK_equal 
2635   not GDK_Return.  Needed to add in support for Shift-"/" too.
2637 ----
2639 Overview of changes in gcalctool 4.3.25
2641 * Implemented enhancement request 125873. gcalctool can now optionally 
2642   show the thousands seperator character for fixed point numbers displayed 
2643   in the decimal base. Same for numbers stored in the memory registers. 
2644   There is a new "Show Thousands Separator" menu entry in the View menu 
2645   to set this.
2647 ----
2649 Overview of changes in gcalctool 4.3.24
2651 * Fixed bug 126626. gcalctool no longer causes a Gtk-CRITICAL error when 
2652   the user enters "9*(1<Xor>". The problem was caused because a non-UTF 
2653   character was being inserted into the text string to be displayed for 
2654   the Xor function.
2656 ----
2658 Overview of changes in gcalctool 4.3.23
2660 * Fixed bug 125782. If the user is entering a left parenthesis and it is 
2661   the first one being displayed and there is no current arithmetic operand,
2662   then the current display is initially cleared to avoid the confusion of 
2663   showing something like "0(".
2665 ----
2667 Overview of changes in gcalctool 4.3.22
2669 * Fixed bug 127862. The fix for bug #125625 introduced a potential 
2670   out-of-order case for users who are rapid keyboard typers. This 
2671   bug fix rectifies this with the unfortunate side-effect of no longer 
2672   visual toggling the equivalent button to the keyboard character 
2673   that the user entered. This fix is still compatible with the way 
2674   the accessibility infrastructure works though.
2676 ----
2678 Overview of changes in gcalctool 4.3.21
2680 * Fixed bug 65806. For the "1/x", "x^2", "x!", "e^x", "10^x" and 
2681   "y^x" labels, all occurances of "x" and "y" are now italicized.
2682   The "e" in "e^x" is no longer italicized.
2684 ----
2686 Overview of changes in gcalctool 4.3.20
2688 * Fixed bug 127316. The "fix" introduced in gcalctool v4.1.18 to fix Sun 
2689   Bugtraq bug #1258472 against CDE dtcalc (which was also a problem with 
2690   gcalctool) was incorrect.
2692 ----
2694 Overview of changes in gcalctool 4.3.19
2696 * Fixed bug 127672. The "=" key on a Swedish keyboard is on the upper 
2697   level of a key (i.e. the Shift key needs to be down). Added another 
2698   mask/keysym pair to the "=" entry to handle this.
2700 ----
2702 Overview of changes in gcalctool 4.3.18
2704 * Fixed bug 125625. gcalctool now handles "clicked" events rather than 
2705   "pressed" ones.
2707 ----
2709 Overview of changes in gcalctool 4.3.17
2711 * Fixed bug 124928. Plugged several memory leaks.
2713 ----
2715 Overview of changes in gcalctool 4.3.16
2717 * Fixed bug 124377. Fixed rounding errors when the radix character for a 
2718   locale isn't ".".
2719 * Online help updated for various recent (small) changes.
2721 ----
2723 Overview of changes in gcalctool 4.3.15
2725 * Fixed bug 124172. The "+" character on a German keyboard is on the lower 
2726   level of a key (i.e. the Shift key doesn't need to be down). Added another
2727   mask/keysym pair to the "+" entry to handle this.
2729 ----
2731 Overview of changes in gcalctool 4.3.14
2733 * Fixed bug 120737. Changed the accessible text for the OR button from 
2734   "Logical OR" to "logical OR" so that it's not changed by FreeTTS's 
2735   token to words module to "logical Oregon".
2737 ----
2739 Overview of changes in gcalctool 4.3.13
2741 * Fixed bug #123948. Removed the GTK_DISABLE_DEPRECATED flag from
2742   .../gcalctool/gcalctool/Makefile.am, to allow the depreciated
2743   GtkItemFactory, to successfully build.
2745 ----
2747 Overview of changes in gcalctool 4.3.12
2749 * Fixed bug 123724. Hitting Esc now does the same as hitting 
2750   Control-Backspace; i.e. the CE (clear entry) functionality.
2751 * Updated the gcalctool man pages to reflect this change, and the changes
2752   for bug #118826.
2754 ----
2756 Overview of changes in gcalctool 4.3.11
2758 * Refixed bug 122373. gcalctool now uses nl_langinfo() to get the numeric 
2759   point for the users locale, rather than via a localised string.
2761 ----
2763 Overview of changes in gcalctool 4.3.10
2765 * Fixed enhancement #65806. Changed that label for e^x (e superscript x) to 
2766   use an italised "e".
2768 ----
2770 Overview of changes in gcalctool 4.3.9
2772 * Fixed bug 118826. The keyboard shortcuts for the six hex. digits are 
2773   now "A" to "F". The functions that previously used those letters have 
2774   been reassigned to their lowercase equivalents. 
2776 ----
2778 Overview of changes in gcalctool 4.3.8
2780 * Fixed bug 122408. The tooltips for the numeric buttons (0-9) have been 
2781   removed as they are redundant.
2783 ----
2785 Overview of changes in gcalctool 4.3.7
2787 * Fixed bug 120749. When gcalctool is displaying a menu, typing Alt+Tab 
2788   can no longer switch windows.
2790 ----
2792 Overview of changes in gcalctool 4.3.6
2794 * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2795   Accessible names have now been added to each of the widgets in the 
2796   mode panel when in Scientific mode.
2798 ----
2800 Overview of changes in gcalctool 4.3.5
2802 * Fixed bug 122373. The decimal separator is now a translatable string so 
2803   that other locales that don't use a period can adjust accordingly.
2805 ----
2807 Overview of changes in gcalctool 4.3.4
2809 * Fixed bug 120605. Gcalctool debug messages are no longer translatable 
2810   strings.
2812 ----
2814 Overview of changes in gcalctool 4.3.3
2816 * Build for GNOME 2.4 (Final). Tag in CVS is GCALCTOOL_4_3_3
2818 ----
2820 Overview of changes in gcalctool 4.3.2
2822 * Fixed bug 119888. gcalctool keyboard handling has been improved.
2824 ----
2826 Overview of changes in gcalctool 4.3.1
2828 * Fixed bug 119832. The space bar can now correctly activate the button 
2829   that has focus.
2831 ----
2833 Overview of changes in gcalctool 4.3.0
2835 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2837 ----
2839 Overview of changes in gcalctool 4.2.104
2841 * Fixed bug 118246. The display field can now take focus. The initial 
2842   widget with focus is the Clr button.
2844 ----
2846 Overview of changes in gcalctool 4.2.103
2848 * (Bug #118247) Three more small adjustments to AccessibleName text:
2849   "E to the power of x" goes back to "E to the x"
2850   "Ten to the power of x" goes back to "Ten to the x"
2851   "Y to the power of x" goes back to "Y to the x"
2853 ----
2855 Overview of changes in gcalctool 4.2.102
2857 * (Bug #118247) Four small adjustments to AccessibleName text:
2858   "Random" becomes "Random number"
2859   "E to the x" becomes "E to the power of x"
2860   "Ten to the x" becomes "Ten to the power of x"
2861   "Y to the x" becomes "Y to the power of x"
2863 ----
2865 Overview of changes in gcalctool 4.2.101
2867 * Fixed bug 118247. Each gcalctool button now has an AccessibleName.
2869 ----
2871 Overview of changes in gcalctool 4.2.100
2873 * Fixed bug 117691. The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are 
2874   not valid equivalents for the 8, 2, 4 and 6 keys. They are needed for 
2875   keyboard navigation.
2877 ----
2879 Overview of changes in gcalctool 4.2.99
2881 * Bumped version number for GNOME 2.3.4 release, to include John's doc
2882   build changes.
2884 ----
2886 Overview of changes in gcalctool 4.2.98
2888 * Fixed bug 116944. Various HIG improvements to the edit constants, edit 
2889   functions, and insert ASCII value dialogs. 
2891 ----
2893 Overview of changes in gcalctool 4.2.97
2895 * Further work on bug 116727. A simpler fix was found.
2897 ----
2899 Overview of changes in gcalctool 4.2.96
2901 * Fixed bug 116727. When the calculator display is showing an error message,
2902   it is now correctly localized.
2904 ----
2906 Overview of changes in gcalctool 4.2.95
2908 * Fixed bug 115950. The "*" key wasn't being recognized as a keyboard 
2909   shortcut for multiplication.
2911 ----
2913 Overview of changes in gcalctool 4.2.94
2915 * Further work on bug 114364. The items in the constants menu are now always 
2916   displayed in the decimal numeric base. This is consistent with the way that 
2917   calctool in the OpenWindows DeskSet worked.
2919 ----
2921 Overview of changes in gcalctool 4.2.93
2923 * Fixed bug 114364. When you select "Edit Constants" from the Con menu, the 
2924   values of each constant are shown in Decimal. The label:
2925   "All constant values are specified in the decimal numeric base"
2926   has also been added to the "Edit Constant" popup to clarify this.
2928 ----
2930 Overview of changes in gcalctool 4.2.92
2932 * Fixed bug 115653. Adjusted the keyboard mnemonic checking code to now 
2933   check to make sure that neither of the Alt keys is pressed when comparing 
2934   against button equivalents.
2936 ----
2938 Overview of changes in gcalctool 4.2.91
2940 * Similar problem to bug #115212 but for the "Edit Constants" and
2941   "Edit Functions" dialog boxes. gcalctool no longer can display
2942   multiple versions of them.
2944 ----
2946 Overview of changes in gcalctool 4.2.90
2948 * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2949   When an error condition occurs:
2951   - make insensitive all buttons except Clr.
2952   - make all Scientific mode toggles and checkboxes insensitive.
2953   - make all menubar items insensitive except:
2954       Calculator->Quit
2955       Help->Contents
2957   When the error condition is cleared, resensitise everything, setting
2958   the numeric base buttons correctly.
2960 ----
2962 Overview of changes in gcalctool 4.2.89
2964 * Fix for bug #115212. gcalctool no longer can display multiple About boxes.
2966 ----
2968 Overview of changes in gcalctool 4.2.88
2970 * Fix for bug #108209. The appropriate gcalctool button is now animated 
2971   when the user enters that value via the keyboard.
2973 ----
2975 Overview of changes in gcalctool 4.2.87
2977 * Partial fix for bug 114363. When the calculator display is showing "Error",
2978   the Constant values and the Memory Register values no longer incorrectly
2979   show "Error" as well.
2981 ----
2983 Overview of changes in gcalctool 4.2.86
2985 * Fixed bug 113703. You can now specify an alternate location for
2986   the gcalctool schemas file with: --with-gconf-source=whatever
2988 ----
2990 Overview of changes in gcalctool 4.2.85
2992 * Fixed bug 113754. Decimal point didn't work with a German keyboard if 
2993   Numlock was turned on.
2995 ----
2997 Overview of changes in gcalctool 4.2.84
2999 * Install "gnome-calculator" symlink as reqested by Glynn Foster.
3001 ----
3003 Overview of changes in gcalctool 4.2.83
3005 * Fixed Bugzilla bug 111269. It was possible to type fast into gcalctool 
3006   and digits would be transposed. 
3008 ----
3010 Overview of changes in gcalctool 4.2.82
3012 * Refixed bug 110416.  Concatenated more error messages in mp.c.
3013 * Adjusted the Acc menu entries to be "<n> significant places" rather than 
3014   "<n> radix places".
3015 * Replaced "kilometers per hour / miles per hour" with "kilometers per hour 
3016   or miles per hour" in the first constant description.
3017 * Replaced occurances of "/" in the other constant descriptions with "or".
3019 ----
3021 Overview of changes in gcalctool 4.2.81
3023 * Translators: The documentation is now ready for translation!
3025 * Updated the following files:
3026     * configure.in: updated version number to 4.2.81
3027     * help/C/gcalctool.xml: first approved draft, ready for translation
3028     * help/C/gcalctool-C.omf: updated manual date and version number
3029     * help/C/l10n.txt: new file added 
3030     * help/C/figures/gcalctool_edit_const_window.png: deleted
3031     * help/C/figures/gcalctool_edit_func_window.png: deleted
3032     * help/C/figures/gcalctool_ins_ascii_window.png: deleted
3033     * help/C/figures/gcalctool_mem_reg_window.png: deleted
3035 ----
3037 Overview of changes in gcalctool 4.2.80
3039 * Fixed Bugzilla bug 110416. Various fprintf statements in mp.c have been 
3040   concatenated to help translators.
3042 ----
3044 Overview of changes in gcalctool 4.2.79
3046 * Added in latest online help changes from Breda McColgan. This should now 
3047   put the online help in sync with the actual functionality of gcalctool.
3049 ----
3051 Overview of changes in gcalctool 4.2.78
3053 * Made translated menu entries actually visible. fixed some tooltips, added
3054   AC_PREREQ macro to configure.in.
3056 ----
3058 Overview of changes in gcalctool 4.2.77
3060 * This version announced on gnome-announce.
3062 ----
3064 Overview of changes in gcalctool 4.2.76
3066 * Slight adjustments to Bugzilla bug 108226 . Menu item is now
3067   "Show Trailing Zeroes", with a Control-T accelerator. Added a similar
3068   menu item to the View menu on the menu bar.
3070 ----
3072 Overview of changes in gcalctool 4.2.75
3074 * Fixed Bugzilla bug 108729. 
3076   Added tooltips to the radio and check buttons in scientific mode.
3078 ----
3080 Overview of changes in gcalctool 4.2.74
3082 * Fixed Bugzilla bug 108226.
3084   The menu items in the Acc menu are now "tickable", so you know what the
3085   current accuracy selection is. Setting one of these clears the previous one.
3087   A new "remove trailing zeroes" menu item is added to the Acc menu (last
3088   item, with a separator just above), that is "tickable". This tick doesn't
3089   affect the accuracy ticks. It's either on or off.
3091   The default setting for accuracy now becomes 9 numeric places and "remove 
3092   trailing zeroes".
3094   The Acc button is moved to the Scientific mode (clear slot in the top 
3095   right corner, above the Rand.
3097   The Base radio button group and the display type radio button group in 
3098   the mode panel in Scientific mode are now moved to the right side to be
3099   close in proximity to the Acc button. The other mode items move to the 
3100   left side.
3102 ----
3104 Overview of changes in gcalctool 4.2.73
3106 * Fixed Bugzilla bug 108208. The default value for the "showregisters" 
3107   resource in gcalctool.schemas was incorrectly set.
3108 * There should be no "default:" action in the command line parsing in 
3109   get_options(). 
3111 ----
3113 Overview of changes in gcalctool 4.2.72
3115 * Correctly fixed Bugzilla bug 108219. The previous fix didn't correct 
3116   set the radio buttons when changing mode from Scientific to Basic or 
3117   Financial. Only the internal state.
3119 ----
3121 Overview of changes in gcalctool 4.2.71
3123 * Further fix for Bugzilla bug 108209. Followup changes to make the numeric 
3124   keypad animate the buttons on Linux machines.
3126 ----
3128 Overview of changes in gcalctool 4.2.70
3130 * Fixed Bugzilla bug 108219.
3131   When you go from Scientific mode to either Basic or Financial mode, 
3132   the calculator will revert to "Dec" base in "Fix" notation.
3133   Any number in the display (and the memory registers if shown) will be 
3134   converted accordingly.
3135   When you are in a mode (Basic, Financial, or Scientific) you will only 
3136   be able to do the functionality that that mode shows.
3138 ----
3140 Overview of changes in gcalctool 4.2.69
3142 * Fixed Bugzilla bug 108333. The gcalctool buttons with menus associated 
3143   with them are now keyboard navigable.
3145 ----
3147 Overview of changes in gcalctool 4.2.68
3149 * Fixed Bugzilla bug 108209. When the user uses the keyboard to enter data,
3150   the associated gcalctool button will be animated.
3152 ----
3154 Overview of changes in gcalctool 4.2.67
3156 * Fixed Bugzilla bug 108210. Main gcalctool window is no longer resizable.
3158 ----
3160 Overview of changes in gcalctool 4.2.66
3162 * Incorporated various changes to the online help Breda McColgan in
3163   the Sun GNOME doc. team.  Translators, please do not translate yet.
3164   See ChangeLog for more information.
3166 ----
3168 Overview of changes in gcalctool 4.2.65
3170 * Added scrollkeeper checks into configure.in.
3171 * Fixed warning message:
3173   ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
3174   GNOME_FILE_DOMAIN_APP_HELP domain
3176 ----
3178 Overview of changes in gcalctool 4.2.64
3180 * Added in a first (draft) version of online help from Breda McColgan in
3181   the Sun GNOME doc. team.  Translators, please do not translate yet. See
3182   ChangeLog for more information.
3184 ----
3186 Overview of changes in gcalctool 4.2.63
3188 * Abstracted the key values and modifiers.
3190 ----
3192 Overview of changes in gcalctool 4.2.62
3194 * Adjusted the tooltip help to be minimalist messages.
3196 ----
3198 Overview of changes in gcalctool 4.2.61
3200 * Small adjustment to allow gcalctool to compile using the Solaris Forte
3201   compilers.
3203 ----
3205 Overview of changes in gcalctool 4.2.60
3207 * Gcalctool wasn't saving the trigonometric type when it was changed.
3209 ----
3211 Overview of changes in gcalctool 4.2.59
3213 * Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3215 ----
3217 Overview of changes in gcalctool 4.2.58
3219 * Allows Backspace to now correctly work inside parentheses.
3221 ----
3223 Overview of changes in gcalctool 4.2.57
3225 * The Xor logical operation wasn't being performed correctly.
3226 * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3227   checkboxes.
3229 ----
3231 Overview of changes in gcalctool 4.2.56
3233 * Removed the final period from the ten default constant descriptions.
3234 * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3235   "centimeter".
3236 * Fixed up the values of the ten default constant definitions in the
3237   manual pages.
3238 * The "centimeters <=> inches" default constant should be 0.3937007
3239   rather than 2.54 to be consistent with the other constants.
3241 ----
3243 Overview of changes in gcalctool 4.2.55
3245 * Entering "(<Delete>)" no longer crashes gcalctool.
3247 ----
3249 Overview of changes in gcalctool 4.2.54
3251 * The financial Term tooltip example now works.
3252 * Moved the Exp button to the right of the Con and Fun buttons for better
3253   grouping.
3255 ----
3257 Overview of changes in gcalctool 4.2.53
3259 * Fixed Bugzilla bug 106501. Added bullet proofing to prevent user 
3260   backspacing off the end of the display string.
3262 ----
3264 Overview of changes in gcalctool 4.2.52
3266 * Toggled the positions of the Sto and Rcl buttons.
3268 ----
3270 Overview of changes in gcalctool 4.2.51
3272 * No longer crashes if the user Pastes in an empty clipboard value.
3273 * Now uses a text view for its display widget.
3275 ----
3277 Overview of changes in gcalctool 4.2.50
3279 * Fixes to the manual page:
3280   - the keyboard shortcut for the "Term" function is "t" not "T".
3281   - removed the LOGICAL mode section.
3283 ----
3285 Overview of changes in gcalctool 4.2.49
3287 * The display label and mode no longer expand when the calculator is resized. 
3288 * Replace the three characters of white space in the title bar text with one
3289   space character, so more of the title fits into the task window list applet.
3291 Overview of changes in gcalctool 4.2.48
3293 * Added a launcher to the GNOME's Accessories menu.
3295 ----
3297 Overview of changes in gcalctool 4.2.47
3299 * Marks the menu labels for translation.
3301 ----
3303 Overview of changes in gcalctool 4.2.46
3305 * Various cleanup, to make gcalctool be more like other GNOME applications.
3307 ----
3309 Overview of changes in gcalctool 4.2.45
3311 * Fixed Bugzilla bug 104249. The UI for adding new or editing existing 
3312   constants and/or functions has been improved.
3314 ----
3316 Overview of changes in gcalctool 4.2.44
3318 * Fixed Bugzilla bug 104830. gcalctool now uses gnome-calc3.png as its icon
3319   (same as the current gnome-calculator)
3321 ----
3323 Overview of changes in gcalctool 4.2.43
3325 * Further slight adjustments needed to fix Bugzilla bug 104248. The memory 
3326   registers window now displays correctly again.
3327 * Fixed Bugzilla bug 104240. The "File" menubar item is now called 
3328   "Calculator", and there is a set of unique mnemonics for the various 
3329   items in the Scientific mode panel. The gcalctool manual pages have been 
3330   updated to reflect these changes. 
3331 * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3332   Added in a Control-A mnemonic for Help->About.
3334 ----
3336 Overview of changes in gcalctool 4.2.42
3338 * Fixed Bugzilla bug 104248. The View->Memory Registers menu item's toggle 
3339   is now set correctly depending upon whether the memory register windows 
3340   is visible or hidden. 
3341 * The correct radio item is now set in the View menu mode menu item entries 
3342   if gcalctool is initially started in Financial or Scientific mode.
3344 ----
3346 Overview of changes in gcalctool 4.2.41
3348 * The constant and function definitions are now read and written as Gconf
3349   resources.
3350 * Fixed Bugzilla bug 104250. The constant and the function menu items now 
3351   have "C<n>:" and "F<n>:" prefixes respectively, where <n> is the 
3352   constant/function number.
3354 ----
3356 Overview of changes in gcalctool 4.2.40
3358 * Fixed Bugzilla bug 104245. The View->Basic Mode, Financial Mode, 
3359   Scientific Mode and Memory Registers now have keyboard accelerators 
3360   (Control-B, Control-F, Control-S and Control-M respectively).
3362 ----
3364 Overview of changes in gcalctool 4.2.39
3366 * Further slight adjustments for Bugzilla bug 104287
3367   The insert button isthe default button. 
3368   The dialog is no longer resizable. 
3369   The ESC key can now be used to cancel the dialog. 
3371 ----
3373 Overview of changes in gcalctool 4.2.38
3375 * Fixed Bugzilla bug 104287. HIG improvements for the "Insert ASCII Value" 
3376   dialog.
3378 ----
3380 Overview of changes in gcalctool 4.2.37
3382 * Fixed Bugzilla bug 104241. The Insert ASCII Value" menu item is now 
3383   "Insert ASCII Value..."
3384 * Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3385   <bonobo-i18n.h,> where all this stuff is already defined.
3387 ----
3389 Overview of changes in gcalctool 4.2.36
3391 * Fixed Bugzilla bug #102928. The x^2, e^x, 10^x and y^x keys now use 
3392   Pango markup to display the label using superscripts.
3394 ----
3396 Overview of changes in gcalctool 4.2.35
3398 * Added in handling of the numeric keypad for Linux systems.
3400 ----
3402 Overview of changes in gcalctool 4.2.34
3404 * Handling of the users saved function definitions now works correctly.
3405 * Changed the keyboard accelerators for the following to use non Alt-<?>
3406   values:
3408   Cos  (old value: Alt-c) becomes 'J'.
3409   Sin  (old value: Alt-s) becomes 'K'.
3410   Tan  (old value: Alt-t) becomes 'L'.
3411   Frac (old value: Alt-f) becomes ':'.
3412   Int  (old value: Alt-i) becomes 'i'.
3413   Abs  (old value: Alt-u) becomes 'u'.
3414   Rate (old value: Alt-r) becomes 'T'.
3415 * Removed the need to configure with "--enable-build-broken".
3417 ----
3419 Overview of changes in gcalctool 4.2.33
3421 * Adjusted the memory registers windows to use the same "R0:  0.00" format
3422   (bold for first part), as the Rcl, Sto and Exch menus.
3424 ----
3426 Overview of changes in gcalctool 4.2.32
3428 * The menu items for the Rcl, Sto and Exch menus now have the format
3429   "R0:     0.00", where the "R0:" part is in bold.
3430 * The keyboard accelerators for the menubar menu items are now working.
3432 ----
3434 Overview of changes in gcalctool 4.2.31
3436 * Updated the NEWS file with an overview of all the changes since v4.1.13.
3438 ----
3440 Overview of changes in gcalctool 4.2.30
3442 * Removed the gconf resource for getting/setting whether a beep is sounded
3443   on error. A beep will now always be sounded in such a case.
3444 * The writing out of the resources will now be immediately done when each 
3445   of those functions changes.
3447 ----
3449 Overview of changes in gcalctool 4.2.29
3451 * Updated the manual pages to reflect the recent v4.2.xx changes.
3452 * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3453   on Linux.
3455 ----
3457 Overview of changes in gcalctool 4.2.28
3459 * The real fix for displaying the icon.
3461 ----
3463 Overview of changes in gcalctool 4.2.27
3465 * Vastly improved keyboard navigation.
3466 * Control-F1 now toggles the displaying of tooltip help, so the "-h"
3467   command line option has been removed and the old-style event handling
3468   code has also been removed.
3469 * Added in a signal handler for the "delete" event for the main gcalctool
3470   window. The callback calls gtk_main_quit() to terminate the application.
3472 ----
3474 Overview of changes in gcalctool 4.2.26
3476 * HCI change. Attempt to correct disaplay the gcalctool icon.
3478 ----
3480 Overview of changes in gcalctool 4.2.25
3482 * HCI change. The Sto/Rcl/Exch menu items now show the current register 
3483   values as well.
3485 ----
3487 Overview of changes in gcalctool 4.2.24
3489 * HCI change. All the radiobutton and checkbox items in the mode panel 
3490   now have a mnemonic associated with them.
3492 ----
3494 Overview of changes in gcalctool 4.2.23
3496 * HCI change. Fixed up the buttons on the "Insert ASCII Value", "Enter 
3497   Constant..." and "Enter Function..." popups. They now just use Cancel 
3498   and OK buttons, and use standard stock Gtk icons.
3500 ----
3502 Overview of changes in gcalctool 4.2.22
3504 * HCI change.  Added in an Edit->Paste menu item. If selected this will 
3505   paste the current contents of the clipboard into the calculator display 
3506   as if you'd typed it.
3507 * Added bullet proofing to protect the calculator against values that 
3508   weren't found. If a value wasn't found, it's just ignored, and it goes 
3509   on to process the next character in the string.
3510 * Improved the handling of the recognition of characters entered. It now
3511   takes into effect the mods value for each keysym.
3513 ----
3515 Overview of changes in gcalctool 4.2.21
3517 * HCI change. Added a 2 pixel border for the frames containing the Basic, 
3518   Financial and Scientific buttons and the mode panel.
3520 ----
3522 Overview of changes in gcalctool 4.2.20
3524 * HCI change. Removed the "operand item" label widget.
3526 ----
3528 Overview of changes in gcalctool 4.2.19
3530 * The frames around the mode button tables and the mode panel are no longer
3531   always being shown.
3533 ----
3535 Overview of changes in gcalctool 4.2.18
3537 * Fixed Bugzilla bug #101865. Remade various keyboard remappings:
3538 * Removed mention of the "-l" and "-r" command line options from the manual
3539   pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3540   resource too.
3542 ----
3544 Overview of changes in gcalctool 4.2.17
3546 * Removed the "Keys" key, that allowed you to toggle the button labels to 
3547   show their keyboard equivalents.
3549 ----
3551 Overview of changes in gcalctool 4.2.16
3553 * Put each of the the button tables and the mode panel inside a frame, rather
3554   then use horizontal separators, to try to make the GUI look nicer.
3556 ----
3558 Overview of changes in gcalctool 4.2.15
3560 * Entering "((2+3)*(2+3))" now gives the correct answer.
3561 * Added some bullet-proofing to parentheses handling when bogus characters
3562   are entered.
3564 ----
3566 Overview of changes in gcalctool 4.2.14
3568 * Hooked up the Help->Contents menu item. Note that help support still has
3569   to be included (i.e. a help subdirectory with associated files etc.).
3571 ----
3573 Overview of changes in gcalctool 4.2.13
3575 * The View->Memory Registers menu item now correctly toggles the showing of
3576   the memory register window.
3578 ----
3580 Overview of changes in gcalctool 4.2.12
3582 * Menubar menu items now use stock Gtk icons (where applicable).
3584 ----
3586 Overview of changes in gcalctool 4.2.11
3588 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3590 ----
3592 Overview of changes in gcalctool 4.2.10
3594 * Going into Scientific mode and clicking on "(" twice no longer causes a
3595   segmentation violation.
3597 ----
3599 Overview of changes in gcalctool 4.2.9
3601 * Added some horizontal separators to help make the calculator more readable
3602   when in Financial and Scientific Mode.
3604 ----
3606 Overview of changes in gcalctool 4.2.8
3608 * Entering "((2+3)*9+(5-3))" no longer causes a segmentation violation.
3610 ----
3612 Overview of changes in gcalctool 4.2.7
3614 * Removed the attempt to display a calculator image on the About popup.
3615 * Typing the keyboard equivalent of the menu buttons now works.
3616 * Removed the VERSION string from the titlebar. This is now in the About popup
3618 ----
3620 Overview of changes in gcalctool 4.2.6
3622 * Added in an About popup that's accessible through the Help->About Gcalctool
3623   menubar Help menu item.
3625 ----
3627 Overview of changes in gcalctool 4.2.5
3629 * Fixed Bugzilla bug #102927.
3630   Replaced abbreviation "trig." with full word "trigonometric".
3632 ----
3634 Overview of changes in gcalctool 4.2.4
3636 * Fixed Bugzilla bug #102922.
3637   Adjusted two occurances of sentence fragments to make it easier for 
3638   L10N folks to translate them.
3640 ----
3642 Overview of changes in gcalctool 4.2.3
3644 * Added Spanish (es) to ALL_LINGUAS at configure.in
3645 * gcalctool is now resizable again.
3647 ----
3649 Overview of changes in gcalctool 4.2.2
3651 * Made calculator window choose a reasonable size at startup, and resize
3652   when changing modes.
3654 ----
3656 Overview of changes in gcalctool 4.2.1
3658 * Removed the GNOME_UTIL_LIBS line in gcalctool/Makefile.am so that 
3659   gcalctool will correctly build.
3661 ----
3663 Overview of changes in gcalctool 4.2.0
3665 * The gcalctool GUI layout has been redone to make the Basic mode more
3666   basic and to make the application more GNOMEish.
3667 * The Financial/Logical/Scientific mode buttons have been moved into
3668   the main calculator window above the Basic mode buttons. The Logical
3669   and Scientific modes have been combined.
3670 * Added a menubar.
3671 * The six item mode display has been removed and a mode panel added for
3672   the scientific mode.
3673 * Removed the property sheet. gcalctool no longer has a left or right 
3674   handed style.
3675 * Blank buttons are now correctly hidden.
3676 * Added a "--enable-build-broken" flag to configure that has to be present
3677   in order to configure and build gcalctool while it's still in a semi-broken
3678   state.
3680 ----
3682 Overview of changes in gcalctool 4.1.27
3684 * Fixed Bugzilla bug #101782.
3685   Removed trailing "\n"'s where possible in the tooltip help messages.
3687 ----
3689 Overview of changes in gcalctool 4.1.26
3691 * Fixed Bugzilla bug #101861.
3692   The size of the memory register window is no longer hard-wired.
3694 ----
3696 Overview of changes in gcalctool 4.1.25
3698 * Fixed Bugzilla bug #101867.
3699   Changed multiply key from "X" to "*" (same as the existing gnome-calculator).
3701 ----
3703 Overview of changes in gcalctool 4.1.24
3705 * Fixed Bugzilla bug #101780.
3706   Removed leading and trailing spaces from the labels for the gcalctool buttons.
3708 ----
3710 Overview of changes in gcalctool 4.1.23
3712 * Fixed Bugzilla bug #101777.
3713   Removed trailing periods on the four window titles.
3715 ----
3717 Overview of changes in gcalctool 4.1.22
3719 * Various I18N changes.
3721 ----
3723 Overview of changes in gcalctool 4.1.21
3725 * Various I18N changes.
3727 ----
3729 Overview of changes in gcalctool 4.1.20
3731 * Fixed Sun Bugtraq bug #1102883 against DeskSet calctool:
3732   Adjusted so that all error messages just display "Error" which is
3733   more consistent.
3735 ----
3737 Overview of changes in gcalctool 4.1.19
3739 * Fixed Sun Bugtraq bug #4006391 against CDE dtcalc:
3740   Bring up gcalctool, enter 10000 X 0.58 =, get answer is 5800.
3741   Then click on Int button, supposely should get 5800, but the answer was 5799.
3743 ----
3745 Overview of changes in gcalctool 4.1.18
3747 * Fixed Sun Bugtraq bug #1258472 against CDE dtcalc:
3748   Start up gcalctool and set to decimal and fixed. Set accuracy to 2 decimal
3749   places. Do a division like 0.19/2  It gives 0.0A.
3751 ----
3753 Overview of changes in gcalctool 4.1.17
3755 * Fixed Bugtraq bug #1190181 against OpenWindows DeskSet calctool:
3756   gcalctool core dumped if parent directory was not readable.
3758 ----
3760 Overview of changes in gcalctool 4.1.16
3762 * Updated TODO file with all relevant calculator Sun bugs and rfes.
3763 * Adjusted matherr() routine so that strict ANCI C compilers can compile it.
3764 * Mode windows now shows buttons correctly if you start up in Basic mode,
3765   then try to show one of the other modes.
3767 ----
3769 Overview of changes in gcalctool 4.1.15
3771 * "Keys" button now displays correctly if started with left-handed style.
3772 * Switching handed style now displays button labels correctly if currently
3773   showing the keyboard equivalent.
3775 ----
3777 Overview of changes in gcalctool 4.1.14
3779 * Buttons are colored correctly if started with left-handed style.
3781 ----
3783 Overview of changes in gcalctool 4.1.13
3785 * The unused buttons in the mode window are now hidden.
3787 ----
3789 Overview of changes in gcalctool 4.1.12
3791 * Added gconf support, removing the use of X11 resources.
3793 ----
3795 Overview of changes in gcalctool 4.1.11
3797 * Explicitly setting the size of the calculator buttons has been removed.
3798 * The width of the mode window is now set to the width of the main window.
3800 ----
3802 Overview of changes in gcalctool 4.1.10
3804 * Fixes for I18N support.
3806 ----
3808 Overview of changes in gcalctool 4.1.9
3810 * Now that gcalctool is using Gtk resources to determine the appearance of
3811   the calculator, there is no need to use the custom display_frame widget.
3812 * The calculator display area now has tooltip help.
3814 ----
3816 Overview of changes in gcalctool 4.1.8
3818 * Fixed up mistakes is the gcalctool tooltip help text.
3819 * Three keyboard accelerators weren't working when a "menu" button had been
3820   pressed and the calculator was in pending mode:
3821   Base button - "o" (octal).
3822   Mode button - "l" (logical).
3823   Trig button - "g" (gradient).
3824 * The + and . keys on the numeric keypad now work.
3826 ----
3828 Overview of changes in gcalctool 4.1.7
3830 * Added in help support. Hitting the Help key will toggle whether tooltip
3831   help messages are displayed for the various buttons and other widgets.
3833   By default tooltips are disabled. Start gcalctool with the "-h" command
3834   line option will enable them. There is also a "gcalctool.showhelp"
3835   resource that can enable/disable them.
3837 ----
3839 Overview of changes in gcalctool 4.1.6
3841 * The new Constant/Function popup now has the various items aligned.
3843 ----
3845 Overview of changes in gcalctool 4.1.5
3847 * The size of the buttons in the Mode window are incorrect if the unused ones
3848   are not shown. Solved this my simply making the unused ones insnsitive, and
3849   showing them all.
3851 ----
3853 Overview of changes in gcalctool 4.1.4
3856 * Keyboard accelerators now work for the gcalctool "menu" buttons.
3858 ----
3860 Overview of changes in gcalctool 4.1.3
3862 * The constant and function definitions are now read and written to a file
3863   named ~/.gcalctoolcf.
3864 * gcalctool now also tries to read a ~/.gcalctoolrc file at startup time.
3865   This file (if it exists) can contain resources for changing the appearance
3866   of the application. A gcalctoolrc file is now also included with the
3867   gcalctool distribution, which gives the old OpenWindows DeskSet appearance
3868   to the calculator.
3869 * The ability to change various colors via X resources has also been removed.
3870   The manual pages have been updated to reflect this.
3872 ----
3874 Overview of changes in gcalctool 4.1.2
3876 * Starting gcalctool then switching hands to left-handed, then using the
3877   keyboard for input, wrongly associated the various keyboard accelerators
3878   for the swapped keys.
3880 ----
3882 Overview of changes in gcalctool 4.1.1
3884 * Now finds the X11 libraries in a platform independent way.
3885 * Fixed up the gcalctool usage message.
3886 * Fixed up the gcalctool manual pages.
3887 * gcalctool now looks for ~/.gcalctoolrc and ~/.gcalctooldefaults files.
3888 * X resources are now "gcalctool.<whatever" rather than "calctool.<whatever>".
3890 ----
3892 Overview of changes in gcalctool 4.1.0
3894 * Graphics driver is now based on Gtk2.
3896 ----
3898 Overview of changes in calctool 4.0.0
3900 * Code based on the calctool in the OpenWindows Deskset for Solaris 8.
3901 * Adjusted to use an autoconf/automake configuration and build environment.
3902 * Adjusted the code to a K&R style.
3903 * Incorporated in needed code from the libguide and libdeskset libraries.
3904 * Released under a GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL) license.
3905 * Just an XView graphics driver currently provided.
3907 ----