Don't clear display when entering digit inside result
[gcalctool.git] / NEWS
blob59db6496539529fad15f4d3d152f83869c994b71
1 Overview of changes in gcalctool 6.1.0
3     * Fix conversion of nautical miles (Bruce Cowan, Bug #648205)
4     * Fix some unit labels that were not in plural form (Bug #644681)
5     * Use nmi as label for nautical mile, use nm for nanometers (Bug #644682)
6     * Mark strings for translation that were missed
7       (Kjartan Maraas, Bug #646093)
8     * Only write to GSettings when settings change, don't sync on exit
9       (Bug #647327)
10     * Fix crash when not all currencies downloaded
11     * Fix bit editor (Bug #646142)
12     * Use K for kelvin, not ˚K (Bug #643585)
13     * Add space between number and ˚C
14     * Fix 0^n generating error for fractional n (Bug #634066)
15     * Support both μs and us for entering microseconds
16     * Fix order of implied multiplication
17     * Make automatic exponentiation less aggressive
18     * Fix thousands separator being on front of three digit numbers
19     * Don't clear display when entering digit inside result
21 Overview of changes in gcalctool 6.0.0
23     * Use /org/gnome as location for gsettings keys.  This will mean
24       gcalctool 5.31.x users will have their settings reset to defaults.
25     * Correctly choose the first conversion when none/invalid defined
26       (Bug #645663)
28 Overview of changes in gcalctool 5.91.93
30     * Translation updates
32 Overview of changes in gcalctool 5.91.92
34     * Add gcalccmd man page (Jean Schurger, Bug #645138)
35     * Remove references to ~/.gcalctoolrc (Jean Schurger, Bug #645137)
37 Overview of changes in gcalctool 5.91.91
39     * Disable localized digits (Bug #644980)
40     * Fix crash doing bitwise operations with large numbers (Bug #637328)
41     * Don't use automatic exponential format when not in base 10
42     * Only use thousands separators in base 10
43     * Set currency on first start (Bug #640818)
44     * Support entering super/subscript with numeric keypad (Bug #634904)
46 Overview of changes in gcalctool 5.91.90
48     * Integrate unittests into build process
50 Overview of changes in gcalctool 5.91.90
52     * Fix grammar mistakes
53     * Fix translated conversions (Bug #641166)
55 Overview of changes in gcalctool 5.91.6
57     * Add fixed rate of 15.6466 EEK = 1 EUR (Bug #639332)
58     * Use full name of currency in conversion bar
59     * Add temperature conversion
60     * Update conversion bar when currencies are updated
61     * Fix incorrect display of complex numbers
62     * Now able to change currencies from advanced mode
64 Overview of changes in gcalctool 5.91.5
66     * Make new variable buttons that combines add/set/get and clear into one
67       dialog.
68     * Add a decimal point button to the programming mode
69     * Make the numeric keypad produce numbers even when numlock is on
71 Overview of changes in gcalctool 5.91.4
73     * Use new Indian Rupee sign ₹ (Bug #636587, Carlos Cejudo)
74     * Use currency rates from the IMF as well as the ECB to add 24 new rates:
75       AED, BHD, BND, BWP, CLP, COP, DZD, ILS, IRR, KWD, KZT, LKR,
76       LYD, MUR, NPR, OMR, PEN, PKR, QAR, SAR, TND, TTD, UYU, VEF
77     * Don't hide GCalctool in KDE
78     * Convert numeric keypad separator into locale specific version
79       (Bug #632794)
81 Overview of changes in gcalctool 5.91.3
83     * Fix incorrect calculation of tanh
84     * Fix dropping of decimal points when thousand separator is '.' (Bug #635517)
85     * Improve conversion bar
86     * Fix crash in scientific mode
87     * Add new automatic display mode that switches from fixed to scientific when
88       numbers are too large
90 Overview of changes in gcalctool 5.91.2
92     * Fix broken thousands separators code (Bug #628908)
93     * Don't make window resizable, it is not supposed to be
94     * Use icons for undo and clear buttons as the translations cause them to be
95       oversized in some languages
96     * Handle Han digits (〇〡〢〣〤〥〦〧〨〩)
97     * If a thousands separator is not defined then use ' ' (Bug #632182)
98     * Fix incorrect error text for acosh function (Bug #632614)
100 Overview of changes in gcalctool 5.91.1
102     * Clear display when an answer is displayed and a numeric point is inserted
103     * Add GUI for unit conversations (bug #539830)
104     * Fix the definition of ounces
105     * Remove trailing whitespace when entering super-/subscript mode
106       (bug #631988)
107     * Calculate answers in separate thread (bug #576371)
108     * Stop '*'+backspace+'*' being converted into '^'
109     * Updated translations
111 Overview of changes in gcalctool 5.91.0
113     * Port to GTK+-3 (bug #630115, William Jon McCann)
114     * Don't crash on pasting empty clipboard
115     * Mark more strings as translatable (bug #630899, Gabor Kelemen)
116     * Make calculator window resizable (bug #630594)
117     * Put back visible thousands separators (bug #628908)
118     * Make thousands separators and radix points respect the users locale
119     * Updated translations
121 Overview of changes in gcalctool 5.32.0
123     * Updated translations
125 Overview of changes in gcalctool 5.31.91
127     * Increase accuracy of internal calculations, don't crash printing numbers
128       when they get too large.
129     * Updated translations
131 Overview of changes in gcalctool 5.31.90
133     * Updated translations
135 Overview of changes in gcalctool 5.31.6
137     * Fix double pasting into display with middle button
138     * Add a11y names to widgets
140 Overview of changes in gcalctool 5.31.5
142     * Call gsettings_sync() before quit
144 Overview of changes in gcalctool 5.31.4
146     * Show currency conversion below display
148     * Use gsettings instead of gconf
150 Overview of changes in gcalctool 5.31.3
152     * Support complex trigonometry
154     * Add complex argument button to scientific mode
155     
156     * Make popup button for additional functions, with integer/fractional
157       component, floor, ceiling, round and sign functions.
159 Overview of changes in gcalctool 5.31.2
161     * Replace backspace button with undo button
163     * Remove memory buttons from basic mode (too complex)
165     * Support complex arithmetic
167 Overview of changes in gcalctool 5.31.1
169     * Dynamically load button layouts to speed up startup time
171     * Add colours to buttons (Bug #157962)
173     * Merge advanced and scientific mode
175     * Relayout buttons
177     * Use arrows on superscript buttons (i.e. '↑n' instead of '⎕ⁿ')
179     * Don't change window title to match mode (no need to)
181     * Rename View menu to Mode
183     * Make inverses of variables work (Bug #614979)
185     * Show answer in bold (Bug #505168)
187     * Reimplement undo and redo
189     * Automatically add missing closing brackets (Bug #615243)
191     * Show all defined variables in variable popups
193 Overview of changes in gcalctool 5.30.0
195     * Fix errors in variable exponents (e.g. xy²)
197     * Handle powers in convesion units, (e.g. 1m² in mm²)
199     * Don't clear ans when clearing display (Bug #613552)
200     
201     * Handle equations like (x+3y)(2x-4y)
203 Overview of changes in gcalctool 5.29.92
205     * Add shortcuts to base buttons (Ctrl+B, Ctrl+O, Ctrl+D, Ctrl+H)
207     * Convert number in display if it has a base and a base button is pressed
209     * Make scientific notation button behave the same as keyboard shortcut (i.e.
210       go into superscript mode).
211       
212     * Only allow superscript minus to be entered if can make a valid superscript
213       number, otherwise revert to standard minus.
215     * Allow hexadecimal numbers to be entered in lower-case
217     * Make bit editor active for displayed numbers not in base 10
219     * Make variable powers work, e.g. x²
221     * Fix spacebar not working when display has focus (Bug #611971)
223     * Load currency rates when doing typed currency conversion
224     
225     * Use GIO instead of libsoup
227 Overview of changes in gcalctool 5.29.91
229     * Fix bug where backspace deletes all input in locales with no thousands
230       separator
232     * Make boolean operations work with zero, e.g. "0 XOR 5"
233     
234     * Don't override space and return when display area not selected (Bug #596645)
236     * Make window non-resizable (Bug #602154)
238     * Change boolean functions to uppercase (xor -> XOR)
240     * Documentation rewritten
242     * Modernised build system
244 Overview of changes in gcalctool 5.29.90
246     * Miscellaneous string fixes
248     * Updated translations: bg (Ivaylo Valkov), da (Ask H. Larsen),
249                             en_GB (Philip Withnall), es (Jorge González),
250                             fr (Laurent Coudeur), nb (Kjartan Maraas),
251                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
253 Overview of changes in gcalctool 5.29.6
255     * Reimplement automatic ans substitution (Robert Ancell)
257     * Make builds less verbose (bug #607118, Thomas Andersen)
259     * De-break function that check if currency rates are out of date (Robin Sonefors)
261     * Fix shift button keybinding crash (Robert Ancell)
263     * Updated translations: ast (Xandru Armesto Fernandez), bn (Jamil Ahmed),
264                             cs (Petr Kovar), de (Christian Kirbach),
265                             fr (Laurent Coudeur and Claude Paroz), hu (Gabor Kelemen),
266                             nb (Kjartan Maraas), sv (Daniel Nylander),
267                             ta (vasudeven), uk (Maxim V. Dziumanenko)
269 Overview of changes in gcalctool 5.29.4
271     * Make 0^0 = 1 (Robert Ancell, Bug #605011)
273     * Use superscript digits for scientific notation (Robert Ancell)
275     * Clear display when entering a number after an equation (Robert Ancell)
277     * Make Ctrl+W a shortcut to quit (Robert Ancell)
279     * Updated translations: et (Ivar Smolin), ro (Lucian Adrian Grijincu),
280                             zh_CN (Tao Wei)
282 Overview of changes in gcalctool 5.29.2
284     * Support conversions in display (e.g. "1 AUD in USD" or "6.2 inches in
285       meters") (Robert Ancell)
287     * Support arbitrary varible names, e.g. set with "name=55" (Robert Ancell)
289     * Add a command-line version of gcalctool 'gcalccmd'
290       (Rich Burridge, Bug #590767)
292     * Updated translations: en@shaw (Thomas Thurman), es (Jorge González),
293                             sl (Matej Urbančič), ta (drtvasudevan),
294                             zh_CN (Aron Xu)
296 Overview of changes in gcalctool 5.29.1
298     * New user interface:
299       - Window is now shorter to better fix in netbook resolutions
300       - Superscript and subscript numbers to allow better notation, e.g. "₃√5"
301       - Preferences moved into a dialog
302       - Functions are now typed, e.g. s+i+n for sine instead of "k"
303       - Error messages now displayed below equation, and improved descriptions
305 Overview of changes in gcalctool 5.28.0
307     * Don't override space bar when buttons are focussed as this stops keyboard control
308       (Robert Ancell, Bug #595337)
310     * Handle keycode for '^' used in non-English layouts (German, Spanish, etc)
311       and allow '**' to be converted to a '^' for layouts that do not support it
312       (Robert Ancell, Bug #546819)
314     * Updated documentation: de (Christian Kirbach), fr (Claude Paroz)
316     * Updated translations: as (Amitakhya Phukan), bg (Yavor Doganov)
317                             bn_IN (Runa Bhattacharjee), bn (Jamil Ahmed)
318                             cs (Marek Černocký), da (Ask H. Larsen)
319                             en_GB (Bruce Cowan), et (Ivar Smolin)
320                             hi (Rajesh Ranjan), it (Davide Falagna)
321                             kn (Shankar Prasad), lt (Gintautas Miliauskas)
322                             ml (Ani), mr (Sandeep Shedmake)
323                             or (Manoj Kumar Giri), pa (A S Alam)
324                             ro (Adi Roiban), sl (Matej Urbančič)
325                             sr (Branko Kokanović), sr@latin (Branko Kokanović)
326                             te (krishnababu k), uk (Maxim V. Dziumanenko)
327                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
329 Overview of changes in gcalctool 5.27.92
331     * Fix base conversions (Robert Ancell)
333     * Fix disabled help menu (Robert Ancell)
335     * Fix duplicate object names in data/financial.ui (Robert Ancell, Bug #593277)
337     * Updated translations: ar (Khaled Hosny), el (Jennie Petoumenou)
338                             eu (Inaki Larranaga Murgoitio), fr (Claude Paroz)
339                             gu (Sweta Kothari), hu (Gabor Kelemen)
340                             kn (Shankar Prasad), ml (Ani)
341                             pl (Tomasz Dominikowski), pt (Duarte Loreto)
342                             sr (Branko Kokanović), sv (Daniel Nylander)
343                             tr (Baris Cicek), zh_CN (Aron Xu)
345 Overview of changes in gcalctool 5.27.91
347     * Updated documentation: cs (Petr Kovar)
349     * Updated translations: bn_IN (Runa Bhattacharjee), et (Ivar Smolin)
350                             eu (Inaki Larranaga Murgoitio), fi (Tommi Vainikainen)
351                             ga (Seán de Búrca), gl (Antón Méixome)
352                             kn (Shankar Prasad), ko (Changwoo Ryu)
353                             nb (Kjartan Maraas), or (Manoj Kumar Giri)
354                             pl (Piotr Drąg), pt_BR (Leonardo Ferreira Fontenelle)
355                             sv (Daniel Nylander), ta (ifelix)
357 Overview of changes in gcalctool 5.27.90
359     * Fix bug where inserting text in locales without thousands separators replaces the whole display (Robert Ancell)
361     * Updated documentation: es (Jorge González)
363     * Updated translations: de (Christian Kirbach), es (Jorge González)
364                             gl (Antón Méixome), nb (Kjartan Maraas)
365                             sv (Daniel Nylander), ta (drtvasudevan)
367 Overview of changes in gcalctool 5.27.5
369     * Perform power and factorials before negation so -1! and -1^0.5 are valid as in 5.26.x (Robert Ancell)
371     * Connect functions to solve the function text and replace the display with the result (Robert Ancell, Bug #548884)
373     * Change bison syntax to be compatible with version 2.3 (Robert Ancell, Bug #589350)
375     * Compile with -DGSEAL_ENABLE (Thomas Anderson, Bug #588591)
377     * Update gconf descriptions to match translation guidelines (Leonardo Fontenelle, Bug #589563)
379     * Updated documentation: fr (Laurent Coudeur, Claude Paroz)
381     * Updated translations: es (Jorge González), et (Ivar Smolin, Mattias Põldaru)
382                             fr (Claude Paroz), pt_BR (Daniel S. Koda)
384 Overview of changes in gcalctool 5.27.4
386     * Update bit editor after shifting (Robert Ancell, Bug #587545)
388     * Use a base-10 internal representation (Robert Ancell, bug #585813, bug #585931, bug #560802)
390     * Make padding consistent in GUI (Jerry Casiano, Bug #587292)
391     
392     * Support implicit multiply before functions, e.g. "6 log 3" (Robert Ancell, Bug #586812)
394     * Use inverse notation for trigonometric functions, i.e. "asin" -> "sin⁻¹"
396     * Use lowercase notation for trigonometric and logarithm functions to look
397       more like standard mathematical notation
399     * Put spacing around functions, i.e. "sin" -> " sin "
401     * Use subscript for logarithm base two, i.e. "log2" -> "log₂"
403     * Added etched border around display (Robert Ancell, Bug #140836)
405     * Rewrote out of date man page (Robert Ancell, Bug #585997)
407     * Updated documentation: cs (Marek Cernocky)
409     * Updated translations: bn_IN (Runa Bhattacharjee), cs (Marek Cernocky),
410                             es (Jorge Gonzalez), fr (Jonathan Ernst, Claude Paroz),
411                             ta (drtvasudevan), sv (Daniel Nylander),
412                             uk (Maxim V. Dziumanenko)
414 Overview of changes in gcalctool 5.27.3
416     * Percentage operation for addition and subtraction now takes percentage of
417       first value (Robert Ancell, Bug #480207)
419     * Use correct UTF-8 mathematical characters (Robert Ancell, Bug #347630)
421     * Focus on the display entry by default
423     * Fix broken widget style.  Copy gcalctoolrc to ~/.gcalctoolrc to get coloured buttons.
425     * Fix missing icon in Help>Contents menu
427     * Updated translations: nb (Kjartan Maraas), ta (drtvasudevan)
429 Overview of changes in gcalctool 5.27.2
431     * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253)
433     * Add variable word size for bitwise functions (Robin Sonefors, Bug #581253)
435     * Remove negative sign from numbers rounded to zero.  This is only a partial
436       fix as the error value is still visible in scientific notation
437       (Robert Ancell, Bug #560802)
439     * Support odd roots of negative numbers (Robert Ancell, Bug #576973)
441     * Keep settings (show zeroes, thousands separator etc) when changing modes
442       (Robert Ancell, Bug #580398)
444     * Add a --solve command-line argument (Robert Ancell)
446     * Really fix the license text in the about dialog (Robert Ancell, Bug #579174)
448     * Made parser reentrant and part of MP code (Robert Ancell)
449     
450     * Remove references to arithmetic/left-to-right precedence from the manual
451       (Robert Ancell, Bug #559734)
453     * Fix grammatical errors in manual (Bruce Cowan, Bug #569275)
455     * Remove untranslated figures in documentation - they are automatically
456       copied from the C documentation (Robert Ancell, Bug #566680)
458     * Updated translations: si (K.P.Gayan Tharaka)
460 Overview of changes in gcalctool 5.27.1
462     * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807)
464     * Fix display on startup to be replaced on entry (Robert Ancell, Bug #576975)
465     
466     * Make GConf schemas translatable (Robert Ancell, Bug #571948)
467     
468     * Replace MP number arrays with an MPNumber structure (Robert Ancell)
470     * Tidied up error messages (Robert Ancell, Bug #521184)
472     * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946)
473       This will cause the gconf schema to be incompatible with gcalctool < 5.26.0.
474       Expect settings to reset to defaults when upgrading.  Switching between
475       versions will cause resets.
477     * Fix missing license text in about dialog (Robert Ancell, Bug #579174)
478     
479     * Updated translations: es (Jorge Gonzalez), et (Ivar Smolin)
481 Overview of changes in gcalctool 5.26.0
483     * Fix button expansion (nowak2000, Bug #575385)
485     * Removed deprecated test/ directory (Bug #574048)
487     * Updated documentation: C (Robin Sonefors), ca (Joan Duran)
489     * Updated translations: as (Amitakhya Phukan), da (Ask H. Larsen),
490                             el (Jennie Petoumenou), es (Jorge Gonzalez),
491                             fi (Tommi Vainikainen), gl (Ignacio Casal Quinteiro),
492                             gu (Ankitkumar Patel), hi (Rajesh Ranjan),
493                             hu (Gabor Kelemen), it (Sergio Durzu),
494                             lt (Vytautas Rėkus), mai (Rajesh Ranjan),
495                             ml (Ani Peter), mr (Sandeep Shedmake),
496                             nb (Kjartan Maraas), nl (Tino Meinen),
497                             pl (Wadim Dziedzic), ru (Nickolay V. Shmyrev),
498                             ta (felix), te (Krishnababu K),
499                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
501 Overview of changes in gcalctool 5.25.92
503     * Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell, Bug #572881)
505     * Fix rounding errors in integer power calulations (Robert Ancell, Bug #527540)
507     * Fix error in cosine/tangent calculations (Robert Ancell, Bug #571007)
509     * Updated documentation: eu (Inaki Larranaga Murgoitio)
511     * Updated translations: en_GB (Philip Withnall), fi (Ilkka Tuohela),
512                             fr (Bruno Brouard, Claude Paroz), ja (Takeshi AIHANA)
513                             kn (Shankar Prasad), lv (Raivis Dejus),
514                             nl (Wouter Bolsterlee), pt (Duarte Loreto)
515                             pt_BR (Og Maciel, Rodrigo Flores), sv (Daniel Nylander)
517 Overview of changes in gcalctool 5.25.91
519     * Initialise GType system so usage of GConf doesn't cause crashes (Matthias Clasen, Bug #571581)
521     * Rework command-line arguments to be standard (Robert Ancell, Bug #569885)
523     * Correctly handle decimal points for languages not using '.' (Robert Ancell, Bug #566929)
525     * Fix shortcut keys so standard menu keys work (Robert Ancell)
526     
527     * Updated documentation: eu (Inaki Larranaga Murgoitio)
528     
529     * Updated translations: ast (Mikel González), cs (Petr Pulc), da (Ask H. Larsen), eu (Inaki Larranaga Murgoitio),
530                             gu (Sweta Kothari), hu (Gabor Kelemen), ro (Adi Roiban), vi (Clytie Siddall),
531                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
533 Overview of changes in gcalctool 5.25.90
535     * Fixed incorrect bit shift operation (Robert Ancell, Bug #569176)
537     * Updated documentation: sv (Daniel Nylander)
539     * Updated translations: ca (Joan Duran), de (Christian Kirbach), ko (Changwoo Ryu), or (Manoj Kumar Giri)
541 Overview of changes in gcalctool 5.25.5
543     * Updated documentation: de (Christian Kirbach)
545     * Updated translations: nb (Kjartan Maraas), th (Theppitak Karoonboonyanan)
547 Overview of changes in gcalctool 5.25.4
549     * Updated translations: de (ckirbach), es (Jorge Gonzalez), zh_CN (甘露)
551 Overview of changes in gcalctool 5.25.3
553     * Made exponential numbers work without a sign, e.g. '1e2' works
554       the same as '1e+2' (Robert Ancell).
556     * Correctly calculate exponential numbers in binary mode and
557       convert correctly when changing bases (Robert Ancell, Bug #516159).
559     * Fix broken accelerator keys from changes in 5.25.2 (Robert Ancell, Bug #379476).
561 Overview of changes in gcalctool 5.25.2
563     * Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are controlled by the shift key.
564       The following shortcut keys have changed:
566       Function     | Old | New
567       --------------------------
568       Sine         | K   | k
569       Inv. Sine    | -   | K
570       Cosine       | J   | j
571       Inv. Cosine  | -   | J
572       Tangent      | L   | w
573       Inv. Tangent | -   | W
574       Natural Log  | N   | n
575       e^x          | {   | N
576       Log          | G   | g
577       10^x         | }   | G
578       Log_2        | H   | h
579       2^x          | -   | H
580       x^y          | ^   | ^ or o
581       x^(1/y)      | -   | O
582       
583       (Robin Sonefors, Bug #379476).
585     * Fixed crash where financial dialogs are activated from other modes on startup
586       (Robin Sonefors, Bug #560196).
588     * Give binary invert operation higher precedence so that ~X and X == 0 (Sami Pietilä, Bug #562251)
589     
590     * Fixed calculation errors for boolean operations on very large numbers (Robert Ancell, Bug #509988)
592     * Always read configuration from /apps/gcalctool not /apps/(appname) as the application
593       name is different when symlinked (e.g. the gnome-calculator symlink) (Matt Keenan, Bug #559260).
595     * Correct gconf key names in man page (Robert Ancell, Bug #559458).
597     * Updated translations: es (Jorge Gonzalez)
599     * Updated help: es (Jorge Gonzalez)
601 Overview of changes in gcalctool 5.25.1
603     * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508).
604     
605     * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686).
606     
607     * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663).
608     
609     * Don't clear display when changing modes and allow all functions to work in all non-basic
610       modes (Robert Ancell, Bug #554133).    
611    
612     * Set decimal point label to be based on LC_NUMERIC as users can set their numerical
613       representation to different to their language settings (Robin Sonefors, Bug #557331).
614       
615     * More refactoring in MP math library (Klaus Niederkrueger, Robert Ancell, Bug #524091).
617     * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965).
619     * Only update bit panel when display contains a solved number (Robert Ancell, Bug #548690).
621     * Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).
622     
623     * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207).
625     * Added translator comments (Robert Ancell)
627     * Updated translations: bg (Alexander Shopov),
628                             da (Ask H. Larsen, Kenneth Nielsen),
629                             es (Jorge Gonzalez),
630                             et (Ivar Smolin),
631                             fi (Ilkka Tuohela),
632                             mk (Jovan Naumovski),
633                             pt_BR (Vladimir Melo, Leonardo Ferreira Fontenelle)
635     * Updated help: es (Jorge Gonzalez)
637 Overview of changes in gcalctool 5.24.0
639     * Updated translations: af (Friedel Wolff), ar (Anas Afif Emad, Khaled Hosny),
640                             bn_IN (Sankarshan Mukhopadhyay), da (Kenneth Nielsen),
641                             dz (Pema Geyleg), gu (Sweta Kothari),
642                             hr (Robert Sedak), hu (Gabor Kelemen),
643                             it (Luca Ferretti), kn (Shankar Prasad),
644                             ko (Changwoo Ryu), lt (Gintautas Miliauskas),
645                             ml (Sreejith K incorporated, Praveen Arimbrathodiyil),
646                             mr (Sandeep Shedmake), ro (Mişu Moldovan),
647                             sq (Laurent Dhima), ta (Tirumurthi Vasudevan),
648                             te (Krishnababu K), tr (Baris Cicek),
649                             zh_CN (Funda Wang)
651     * Updated help: es (Jorge Gonzalez)
652 ----
654 Overview of changes in gcalctool 5.23.92
656     * Updated translations: en_GB (Philip Withnall), ca (Gil Forcada),
657                             bg (Alexander Shopov)
659 ----
661 Overview of changes in gcalctool 5.23.91
663     * Fix packing for modulus button (Bug #548880)
665     * Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so
666       other desktops can use GCalctool (bug #518862).
668 ----
670 Overview of changes in gcalctool 5.23.90
672     * Fix some small memory leaks (Felix Riemann, Bug #547942)
673     
674     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
675     
676     * Updated translations: ar (Khaled Hosny), fi (Ilkka Tuohela), he (Yair Hershkovitz), ja (Takeshi Aihana), pt (Duarte Loreto), sk (Marcel Telka)
677     
678     * Updated documentation: ru (Yuriy Penkin)
680 ----
682 Overview of changes in gcalctool 5.23.6
684     * Deprecated left-to-right mode (Bug #500994).
686     * Updated remaining documentation (bg, zh_CN, zh_HK, zh_TW) to gnome-doc-utils (Robert Ancell, Bug #336104)
687     
688     * Changed icon from deprecated 'gnome-calculator' to 'accessories-calculator') (Matthias Clasen, Bug #545074)
690     * Updated translations: ar (Djihed Afifi), fr (Claude Paroz), pt_BG (Fabrício Godoy)
692 ---- 
694 Overview of changes in gcalctool 5.23.5
696     * Fix regression in factorial operation (Klaus Niederkrueger)
697     
698     * Made trigonometric button text translatable (Yuri Penkin, Bug #540196)
700     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
701     
702     * Updated Japanese documentation to gnome-doc-utils (Claude Paroz, Takeshi Aihana, Bug #336104)
704     * Updated translations: ca (Joan Duran), oc (Yannig Marchegay), ru (Yuriy Penkin), sv (Daniel Nylander), th (Theppitak Karoonboonyanan)
706 ----
708 Overview of changes in gcalctool 5.23.4
710     * Added workaround to stop display disappearing when editing large displays (Bug #524602)
712     * Applied second mp math tidy up patch from  Klaus Niederkrueger (Bug #524091)
714     * Updated translations: ar (Djihed Afifi)
716 ----
717   
718 Overview of changes in gcalctool 5.23.3
720     * Default to no thousands separator not ',' for locales that do not require one (Bug #527669)
722     * Updated translations: ar (Djihed Afifi), et (Ivar Smolin), vi (Clytie Siddall)
724 ----
726 Overview of changes in gcalctool 5.23.2
728     * Fixes the cursor from moving around when editing numbers with thousands separators (Bug #527669)
730     * Structural changes in preperation for full unicode support (Bug #530532)
731     
732     * Updated translations: es (Jorge González), gl (Ignacio Casal Quinteiro), nb (Kjartan Maraas),
733       nl (Tino Meinen), pt_BR (Leonardo Ferreira Fontenelle), sl (Matej Urbančič)
734     
735 ----
737 Overview of changes in gcalctool 5.23.1
739     * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318)
741     * Fixes incorrect negation precedence (Bug #526094)
743     * Fixes issues with thousands seperators and radix in non-english
744       locales (Bug #527669)
746     * Fixes regression in constant and function menus (Bug #527545)
748     * Fixes problem where display is invisible after solving equation
749       (Bug #524602)
751 ----
753 Overview of changes in gcalctool 5.22.0
755     * Fix for bug #520474 - Calculator uses 06 in place of decimal.
757     * Fix for bug #519979 - Please provide translator comments.
759     * Fix for bug #519243 - Memory registers save incorrectly.
761 ----
763 Overview of changes in gcalctool 5.21.92
765     * Released a gcalctool tarball for GNOME 5.21.92.
767 ----
769 Overview of changes in gcalctool 5.21.91
771     * Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
773     * Fix for bug #515326 – translation issues
775     * Unmark bitcalculating strings for translation (Bug #515326)
776       Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
778     * Remove help/it/Makefile, switching to gnome-doc-utils
780     * Fix for bug #514233 - Title not translated
782     * Fix for bug #513868 - Switching mode clears values but not
783       "Malformed expression" in statusbar.
785     * Fix for bug #513218 - Parsing not handling things the way a
786       "normal" calculator would.
788     * Fix for bug #482666 - XML errors in gcalctool de translation.
790     * Fix typo (Retreive -> Retrieve)
792 ----
794 Overview of changes in gcalctool 5.21.90
796     * Fix for bug #512204 - Regression in (-,+) handling.
798     * Fix for bug #511052 – Mod gives negative remainders.
800     * Fixed typo in message in create_kframe() in gtk.c.
802 ----
804 Overview of changes in gcalctool 5.21.5
806    * Adjusted online help documentation to add in a section 4.4. "Changing
807      The Display Area" and to update the new keyboard shortcut for Clear.
809    * Use delete key to delete character right of cursor in display, clear
810      now uses shift+delete (Bug #326938).
811    
812    * Update all button tooltips to have the shortcut
813      key for that button (Bug #503707).
815    * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
816      category
818    * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
819      "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
821    * Work on bug #501699. Adjusted "monthly interest rate" to "simple
822      monthly interest rate" in the online help for two of the financial
823      examples.
825    * Fix incorrect menu radio button selected when mode change aborted 
826      (bug #488226).
828    * Fix for bug #502306 - unable to use MOD operation after a 
829      x ? y operation.
831 ----
833 Overview of changes in gcalctool 5.21.4
835     * Adjusted online help documentation to add in a section 4.4. "Changing
836       The Display Area" and to update the new keyboard shortcut for Clear.
838     * Use delete key to delete character right of cursor in display, clear
839       now uses shift+delete (Bug #326938).
840     
841     * Update all button tooltips to have the shortcut
842       key for that button (Bug #503707).
844     * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
845       category
847     * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
848       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
850     * Work on bug #501699. Adjusted "monthly interest rate" to "simple
851       monthly interest rate" in the online help for two of the financial
852       examples.
854     * Fix incorrect menu radio button selected when mode change aborted 
855       (bug #488226).
857     * Fix for bug #502306 - unable to use MOD operation after a 
858       x ᶺ y operation.
860 ----
862 Overview of changes in gcalctool 5.21.3
864     * Added a "Reset to Default" accuracy menu item (bug #488542).
866     * When the bit calculation extension is enabled, a message now appears
867       in the status bar.
869     * Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension
870       produces incorrect results.
872     * Fixed bug #367731 - [doc] Update documentation for bit calculating
873       extension.
875     * Fixed bug 500029 - Clearing a bit in the bitcalculating extension,
876       sets the display to zero.
878     * Disable menu items not valid in current mode (Bug #499625).
880     * Fix build dependencies for parsers (Bug #497237).
881     
882     * Trim pasted text on newlines, replace tabs with spaces (Bug #488796).
884     * Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
886     * Fixed bug #367723 - [doc] Update documentation for Changing Modes
887       Clears Calculation.
889 ----
891 Overview of changes in gcalctool 5.21.2
893     * Fixed bug #485919 - Use Glade for UI. Glade conversion of gcalctool 
894       is now complete (thanks Robert).
896     * Fixed bug #495349 - Close precision dialog when setting precision from
897       Acc button.
899     * Fixed bug #495345 - Connect "activate" signal for precision spin button
900       after spin button has been updated.
902     * Fixed bug #482655 - Missing image file.
904     * Fix the buglet in comment #51 of bug #485919
906     * Fixed for final remaining parts of bug #488694 - [a11y] Several 
907       calculator buttons don't speak correctly with Orca.
909     * Fixed bug #488489 - Make accuracy shortcuts only work in scientific mode.
911     * Fixed bug # 488703 - Stop bogus '-/-' appearing in accuracy menu items.
913     * Fix for bug #485134 - OR calculation produces incorrect result in
914       arithmetic precedence mode.
916     * General code cleanup.
918 ----
920 Overview of changes in gcalctool 5.21.1
922     * Work on bug #485919 - Use Glade for UI.
923         > Adds support for the mode panel.
924         > Puts menu accelerators back again and fixes the top button row in
925           basic mode being too tall.
926         > Now provides Glade support for the majority of the gcalctool GUI.
928     * Fix for bug #490701 - base radio buttons initially fail.
930     * Attempted fix for bug #485134 - OR calculation produces incorrect 
931       result in arithmetic precedence mode. This isn't a complete solution
932       so the bug has been reopened.
934     * Fix for bug #488828 - Reciprocal remembers backspaced items.
936     * More work on bug ##488694 - [a11y] Several calculator buttons don't speak 
937       correctly with Orca. Removed the accessible descriptions (not needed) and 
938       adjusted the "shift left" and "shift right" names (they were reversed).
940     * Patch to stablize arithmetic precedence.
942     * Stop acting on toggle events from radio buttons when they go inactive 
943       (Bug #485918).
945     * Added Robert Ancell to the list of gcalctool MAINTAINERS.
947     * Fixed bug #488830 - Hex radio button shortcut conflicts with Help menu 
948       shortcut.
950     * Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip shortcut 
951       keys.
953     * Fixed bug #488783 - memory registers not available if you start in 
954       Advanced mode
956     * Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak
957       correctly with Orca.
959     * Fix for bug #485398 - Put memory register window inside the main window.
960       Uses gtk_window_set_transient_for() to associate the memory register
961       window with the main gcalctool window.
963     * Fix for bug #383850 - [doc] New names for Precedence.
965     * Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence mode
966       if user has "hand edited" the display.
968     * Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
969       correctly set the state of the Edit-<Memory Registers check box if the
970       user wanted the memory registers initially displayed.
972     * Correctly handle memory register display and "Memory Registers" menu
973       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
974       (Needed because of the recent changes for bug #478961).
976 ----
978 Overview of changes in gcalctool 5.21.0
980     * Fix for bug #326938 – Display cursor in input area; allow home and 
981       end keys. This is in arithmetic precedence mode only.
983     * Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 places 
984       menu items.
986     * Fix for bug #439087 – Gcalctool can't handle small physic constants
987       like the Boltzmann constant. The number of significant places has
988       been increased to 99 and the number of displayable digits has been
989       increased to 200. The online help has been adjusted to reflect these
990       changes.
992       Note that if you have something in the gcalctool display that is
993       wider than the display area, a scrollbar is shown, but the first
994       digit isn't properly displayed. The workaround here, is to enlarge
995       the size of the calculator window until the scrollbar goes away.
996       I believe this is a Gtk+ problem and have filed bug #482688 against 
997       it.
999     * Fixed bug #367738 – [doc] Square root documentation needs to be updated.
1000       The entry in the online help now includes examples for both arithmetic
1001       precedence and non-arithmetic precedence mode.
1003     * Fixed bug #428571 – [doc] Repetitive usage of "use".
1005     * Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
1007     * Fixed bug #428573 – [doc] Spelling of logical gates.
1008       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
1009       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
1010       display area in arithmetic precedence mode. The gcalctool manual
1011       pages and the online help have been updated accordingly.
1013       The XOR operation in non-arithmetic mode was doing a multiplication
1014       instead.
1016       The result for the AND example in the online help was incorrect.
1018       The syntax for using NOT in aritmetic mode is different then for
1019       non-arithmetic mode. The online help example has been updated to
1020       show both examples.
1022     *  Fixed bug #469245 – Hexadecimal input is not intuitive and
1023       bug #455889 – Copy/paste of lower case hex letter does not work.
1024       The hexadecimal digits have been changed back to their pre Sept
1025       2003 (bug #118826) values of "a" - "f".
1027       The following functions have also had their keyboard shortcuts
1028       reverted back to their pre Sept 2003 upper-case values:
1030       [A] - Set accuracy
1031       [C] - Change sign
1032       [D] - Double-declining depreciation
1033       [E] - Enter an exponential number
1034       [F] - User-defined functions
1036       With copy/paste operations, where the user is pasting a string into
1037       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
1038       "D" or "F" character is encountered, it will be converted to its
1039       lowercase equivalent. If an "E" is found,  and the next character is a
1040       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
1041       a possible exponential number), otherwise its converted to a lower
1042       case "e".
1044       Displaying of hex digits in the gcalctool display will still be
1045       in uppercase. Displaying of the "e" in an exponential number will
1046       still be in lower-case.
1048       The way to enter exponential numbers in arithmetic precedence mode
1049       has changed. The following four examples should show you the new
1050       correct syntax:
1052         1  2  Exp + 8  =              1200000000
1053       - 1  2  Exp + 8  =             -1200000000
1054         1  2  Exp - 8  =              0.00000012
1055       - 1  2  Exp - 8  =             -0.00000012
1057       In both left-to-right precedence and arithmetic precedence modes, if
1058       the user enters a numeric digit that is incorrect for the current
1059       numeric base, this shouldn't be allowed and should not be entered
1060       in the display.
1062       The gcalctool documentation (and tooltips) have been updated to
1063       reflect these changes.
1065     * Fixed bug #479102 – memory registers dialogue should use ngettext.
1067     * Fixed bug #478961 – GtkAaction use.
1069     * Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
1071     * Fixed bug #478979 – show menu help in statusbar.
1073     * Fixed bug #479064 – should use ngettext on the Acc button.
1075     * Fixed bug #479097 – use gtkmessagedialog.
1077     * Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
1079 ----
1081 Overview of changes in gcalctool 5.20.0
1083 * Released a gcalctool tarball for GNOME 2.20.0.
1085 ----
1087 Overview of changes in gcalctool 5.19.92
1089 * Released a gcalctool tarball for GNOME 2.19.92.
1091 ----
1093 Overview of changes in gcalctool 5.19.91
1095 * Released a gcalctool tarball for GNOME 2.19.91.
1097     - Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
1099 ----
1101 Overview of changes in gcalctool 5.19.90
1103 * Released a gcalctool tarball for GNOME 2.19.90.
1105     - Adjusted the MAINTAINERS file to the new format.
1107 ----
1109 Overview of changes in gcalctool 5.19.6
1111 * Released a gcalctool tarball for GNOME 2.19.6.
1113     - Remove help/de/Makefile due to gnome-doc-utils migration.
1115     - Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
1116       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
1118     - Fixed bug #439415. Always use left-to-right direction for button's boxes.
1120 ----
1122 Overview of changes in gcalctool 5.19.5
1124 * Released a gcalctool tarball for GNOME 2.19.5.
1126     - Applied Sun patch to change the Comment line in gcalctool.desktop.in
1128     - Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
1130     - Fixed bug #450790 – crash in Calculator when pasting in a very large
1131       number.
1133 ----
1135 Overview of changes in gcalctool 5.19.4
1137 * Released a gcalctool tarball for GNOME 2.19.4.
1139     - Fixed bug #448263 – drop libgnome dependency
1141 ----
1143 Overview of changes in gcalctool 5.19.3
1145 * Released a gcalctool tarball for GNOME 2.19.3.
1147   - Fixed bug #439985 – Negative value not saved in memory register across 
1148     invocations of gcalctool. This was also a problem was negative constants.
1150 ----
1152 Overview of changes in gcalctool 5.19.2
1154 * Released a gcalctool tarball for GNOME 2.19.2.
1156 ----
1158 Overview of changes in gcalctool 5.19.1
1160 * Released a gcalctool tarball for GNOME 2.19.1.
1162 ----
1164 Overview of changes in gcalctool 5.9.14
1166 * Released a gcalctool tarball for GNOME 2.18.0 (Final).
1168 ----
1170 Overview of changes in gcalctool 5.9.13
1172 * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
1174 ----
1176 Overview of changes in gcalctool 5.9.12
1178 * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
1180 ----
1182 Overview of changes in gcalctool 5.9.11
1184 * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
1186 ----
1188 Overview of changes in gcalctool 5.9.10
1190 * All copyright messages updated for 2007.
1191 * Released a gcalctool tarball for GNOME 2.17.5.
1193 ----
1195 Overview of changes in gcalctool 5.9.9
1197 * Released a gcalctool tarball for GNOME 2.17.4.
1199 ----
1201 Overview of changes in gcalctool 5.9.8
1203 * Released a gcalctool tarball for GNOME 2.17.3.
1205 ----
1207 Overview of changes in gcalctool 5.9.7
1209 * Released a gcalctool tarball for GNOME 2.17.2.
1211 ----
1213 Overview of changes in gcalctool 5.9.6
1215 * Fixed bug #358782. Fixup sloppy string handling.
1217 ----
1219 Overview of changes in gcalctool 5.9.5
1221 * Fixed bug #364410.  Incorrectly rounded pi constant.
1223 ----
1225 Overview of changes in gcalctool 5.9.4
1227 * Released a gcalctool tarball for GNOME 2.17.1.
1229 ----
1231 Overview of changes in gcalctool 5.9.3
1233 * Fixed bug 359291 - crash when localized decimal point is greater than 
1234   1 char. Removed the bogus assert.
1236 ----
1238 Overview of changes in gcalctool 5.9.2
1240 * Fixed bug #358337 - gcalctool no longer crashes in the Oriya locale due 
1241   to sloppy string handling.
1242 * Fixed bug #354730 - crash in Calculator: running 3x10^38 using bi..
1243 * Fixed bug #357208 - Bitcalculating extension needs to support negative 
1244   numbers
1246 ----
1248 Overview of changes in gcalctool 5.9.1
1250 * Fixed bug #157961 - Bitcalculating extension for gcalctool.
1251 * Fixed bug #355648 - Error reporting should be consistent.
1252 * Fixed bug #135140 - percent operator works not as expected.
1254 ----
1256 Overview of changes in gcalctool 5.9.0
1258 * Fixed bug #349981 - gcalctool should save screen position for next start.
1260 ----
1262 Overview of changes in gcalctool 5.8.24
1264 * Released a gcalctool tarball for GNOME 2.16.0 (Final).
1266 ----
1268 Overview of changes in gcalctool 5.8.23
1270 * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
1272 ----
1274 Overview of changes in gcalctool 5.8.22
1276 * Removed several chunks of code that were surronded by #if 0/#endif.
1278 ----
1280 Overview of changes in gcalctool 5.8.21
1282 * Fixed bug #350341. gcalctool now builds again with gcc v2.95.
1284 ----
1286 Overview of changes in gcalctool 5.8.20
1288 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
1290 ----
1292 Overview of changes in gcalctool 5.8.19
1294 * More work on bug #347700.  Added another "Note to translators" 
1295   comment for the Abs button labels.
1297 * Fixed bug #348452. Removed line for help/sv/Makefile.in
1299 * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
1301 ----
1303 Overview of changes in gcalctool 5.8.18
1305 * Work on bug #347700. Added a "Note to translators" comment for the 
1306   Bksp and Clr button labels.
1308 ----
1310 Overview of changes in gcalctool 5.8.17
1312 * Released a gcalctool tarball for GNOME 2.15.4.
1314 ----
1316 Overview of changes in gcalctool 5.8.16
1318 * Released a gcalctool tarball for GNOME 2.15.3.
1320 ----
1322 Overview of changes in gcalctool 5.8.15
1324 * Fixed bug #343150. Gcalctool no longer crashes when switching to 
1325   scientific mode.
1327 ----
1329 Overview of changes in gcalctool 5.8.14
1331 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
1333 ----
1335 Overview of changes in gcalctool 5.8.13
1337 * Released a gcalctool tarball for GNOME 2.15.2.
1339 ----
1341 Overview of changes in gcalctool 5.8.12
1343 * Fixup compiler warnings from inclusion of last patch.
1345 ----
1347 Overview of changes in gcalctool 5.8.11
1349 * Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
1350   Backspace results in mal-formed expression.
1352 * = button is now also a one step undo. (This feature was temporary
1353   disabled by the previous redo/undo patch.)
1355 * Removed gotos from do_expression function. (This change might add
1356   unstability as this is a major change to the expression mode state
1357   machine.)
1359 * Functions (such as sin, cos, tan..) can use previously calculated value.
1361 ----
1363 Overview of changes in gcalctool 5.8.10
1365 * First cut at an Undo/Redo implementation for use with the arithmetic
1366   operator precedence mode.
1368 ----
1370 Overview of changes in gcalctool 5.8.9
1372 * Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files
1373   were missing.
1376 Overview of changes in gcalctool 5.8.8
1378 * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
1379 * Released a gcalctool tarball for GNOME 2.15.1.
1381 ----
1383 Overview of changes in gcalctool 5.8.7
1385 * Fixed bug #337897. Changes to use po/LINGUAS file.
1387 ----
1389 Overview of changes in gcalctool 5.8.6
1391 * Fixed bug #338220. The 'Show trailing zeroes' option in the View menu 
1392   should now be correctly set [in]sensitive depending upon which mode 
1393   it's in.
1395 ----
1397 Overview of changes in gcalctool 5.8.5
1399 * Fixed bug #332023. The bitwise operators now work in arithmetic operator 
1400   precedence mode, when you use them with the result of a previous operation.
1402 ----
1404 Overview of changes in gcalctool 5.8.4
1406 * Fixed bug #327729. The fields in the memory register window were not 
1407   correctly aligned in some themes.
1409 ----
1411 Overview of changes in gcalctool 5.8.3
1413 * Fixed bug #330867.  Added License info to the Gcalctool About dialog.
1415 ----
1417 Overview of changes in gcalctool 5.8.2
1419 * Fixed bug #335095. Gcalctool no longer displays the current mode in 
1420   the title bar when in Basic mode (due to lack of space).
1422 ----
1424 Overview of changes in gcalctool 5.8.1
1426 * Fixed bug #335236. Gcalctool schemas files should be installed if
1427   built with "--without-gnome".
1429 ----
1431 Overview of changes in gcalctool 5.8.0
1433 * Adjustments to the AOP code so that e to the power of x gives the
1434   correct answer at high precision.
1436 ----
1438 Overview of changes in gcalctool 5.7.32
1440 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1442 ----
1444 Overview of changes in gcalctool 5.7.31
1446 * Fix for bug #333078. cvs fails to build due to bg translation of help.
1448 * Inclusion of a translation of gcalctool help for the bg locale.
1450 ----
1452 Overview of changes in gcalctool 5.7.30
1454 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1456 ----
1458 Overview of changes in gcalctool 5.7.29
1460 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1462 ----
1464 Overview of changes in gcalctool 5.7.28
1466 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1468 ----
1470 Overview of changes in gcalctool 5.7.27
1472 * Refixed bug #323150. The recent changes to the square root and 
1473   subtraction button labels broke the token parser for arithmetic 
1474   operator precedence.
1476 ----
1478 Overview of changes in gcalctool 5.7.26
1480 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of 
1481   causing the CE button to no longer work correctly.
1483 ----
1485 Overview of changes in gcalctool 5.7.25
1487 * Fixed bug #327214. The results from performing trig functions were not 
1488   being passed on to future calculations correctly (in non-arithmetic 
1489   operator precedence mode).
1491 ----
1493 Overview of changes in gcalctool 5.7.24
1495 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1496   for label on division button.
1498 ----
1500 Overview of changes in gcalctool 5.7.23
1502 * Released a gcalctool tarball for GNOME 2.13.5.
1504 ----
1506 Overview of changes in gcalctool 5.7.22
1508 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, 
1509   multiplication, plus/minus, minus and square root.
1511 ----
1513 Overview of changes in gcalctool 5.7.21
1515 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic 
1516   operator precedence mode with the scientific view) now hopefully works 
1517   correctly.
1519 ----
1521 Overview of changes in gcalctool 5.7.20
1523 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric 
1524   point in arithmetic operator precedence mode.
1526 * Adjusted all the copyright messages to include 2006.
1528 ----
1530 Overview of changes in gcalctool 5.7.19
1532 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1533   Gcalctool no longer crashes when you double click the 0 in the display area. 
1535 ----
1537 Overview of changes in gcalctool 5.7.18
1539 * Final fix for bug #153854. Now handles the case where the first thing 
1540   the user does is change mode (Basic, Financial, Advanced, Scientific) 
1541   in AOP mode.
1543 * Released a gcalctool tarball for GNOME 2.13.4.
1545 ----
1547 Overview of changes in gcalctool 5.7.17
1549 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail 
1550   in non-English locales
1552 ----
1554 Overview of changes in gcalctool 5.7.16
1556 * Fixed bug #324001. Primary Selection (middle mouse button) is now working.
1558 ----
1560 Overview of changes in gcalctool 5.7.15
1562 * Released a gcalctool tarball for GNOME 2.13.3.
1564 ----
1566 Overview of changes in gcalctool 5.7.14
1568 * More work on bug #153854. Similar change to that made on 15th November 
1569   2005, this time for arithmetic operator precedence mode.
1571 ----
1573 Overview of changes in gcalctool 5.7.13
1575 * Slight fixup for bug #157961. The toggling of the first bit in the
1576   bit panel wasn't working correctly. 
1578 ----
1580 Overview of changes in gcalctool 5.7.12
1582 * More work on bug #153854
1583   If the user has completed a calculation and we are going to a
1584   new mode that is "compatible" with this one, then just change
1585   modes. Otherwise display a dialog warning the user that the
1586   current calculation will be cleared.
1588   Incompatible modes are:
1590   Scientific -> Basic
1591   Scientific -> Advanced
1592   Scientific -> Financial
1594   (unless we are in Scientific mode with Decimal numeric base and Fixed).
1596   These changes work nicely in non-arithmetic operator precedence mode.
1598 ----
1600 Overview of changes in gcalctool 5.7.11
1602 * Released a gcalctool tarball for GNOME 2.13.2.
1604 ----
1606 Overview of changes in gcalctool 5.7.10
1608 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: 
1609   gdk_window_invalidate_rect: assertion `window != NULL' failed" 
1610   warnings at startup.
1612 ----
1614 Overview of changes in gcalctool 5.7.9
1616 * Fixed bug #319934. The percent operator was broken in non-arithmetic 
1617   operator precedence mode.
1619 ----
1621 Overview of changes in gcalctool 5.7.8
1623 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1624   Exponential notation now works correctly in arithmetic operator
1625   precedence mode.
1627 ----
1629 Overview of changes in gcalctool 5.7.7
1631 * Slight adjustment to the bit panel. It's now centralized.
1633 ----
1635 Overview of changes in gcalctool 5.7.6
1637 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1638   needed to also preserve v->toclear and v->pointed.
1640 * Work on enhancement request #157961. Started to implement the bit 
1641   panel for non-arithmetic precedence mode.  It's automatically displayed 
1642   when in Scientific mode.
1644 ----
1646 Overview of changes in gcalctool 5.7.5
1648 * Implemented enhancement request #148104 for arithmetic precedence mode.
1649   The modulo operation. See entry below for more details.
1651 ----
1653 Overview of changes in gcalctool 5.7.4
1655 * Fixed bug #316382. The "useless" cursor is no longer displayed in 
1656   the calculator display area.
1658 ----
1660 Overview of changes in gcalctool 5.7.3
1662 * Implemented enhancement request #148104 for non-arithmetic precedence
1663   mode. Added in a modulo operation. This is available in Scientic Mode. 
1664   A Mod B return the remainder when you divide A by B. A and B must be
1665   integers. Keyboard shortcut for this operation is "M".
1667 ----
1669 Overview of changes in gcalctool 5.7.2
1671 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets 
1672   to display the register values. Gnopernicus can now correctly speak the 
1673   contents of each memory register. There is also a close button to easily 
1674   dismiss this dialog.
1676 ----
1678 Overview of changes in gcalctool 5.7.1
1680 * Fixed bug #314540. The memory register window is now a dialog rather 
1681   than a top-level window.
1683 ----
1685 Overview of changes in gcalctool 5.7.0
1687 * Fix to prevent invalid numeric entry in arithmetic operator precedence
1688   mode, depending upon the current base.
1690 ----
1692 Overview of changes in gcalctool 5.6.31
1694 * A number of the bison- and flex-related make rules in 
1695   .../gcalctool/Makefile.am were broken when builddir != srcdir.
1697 ----
1699 Overview of changes in gcalctool 5.6.30
1701 * Fixed bug #314540. The libparser.a library needs ranlib run on it 
1702   for Mac OS X.
1704 ----
1706 Overview of changes in gcalctool 5.6.29
1708 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in 
1709   syntax_translation.c
1711 ----
1713 Overview of changes in gcalctool 5.6.28
1715 * Generated release for GNOME 2.12 (RC)
1717 * Changed type of argument in paren_disp from char to int for 64bit.
1719 ----
1721 Overview of changes in gcalctool 5.6.27
1723 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1725 Overview of changes in gcalctool 5.6.26
1727 * Generated release for GNOME 2.11.91 (beta2).
1729 ----
1731 Overview of changes in gcalctool 5.6.25
1733 * Fixed bug #311306. If the user was in View->Scientific with base Bin, 
1734   Oct or Hex and then went to View->Basic, then returned to View->Scientific, 
1735   some of the numeric keys were incorrectly greyed out.
1737 ----
1739 Overview of changes in gcalctool 5.6.24
1741 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B" 
1742   button (or typing Shift-B).
1744 ----
1746 Overview of changes in gcalctool 5.6.23
1748 * Fixed bug #310791. Memory register window view logic was screwed.
1750 ----
1752 Overview of changes in gcalctool 5.6.22
1754 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
1756 ----
1758 Overview of changes in gcalctool 5.6.21
1760 * Fixed bug #153854. When the user changes modes, a warning dialog is 
1761   displayed to let them know that their current display will be cleared 
1762   and the base reset to decimal. The user has the option of checking a 
1763   toggle box on the dialog, that will prevent this warning from being 
1764   displayed again.
1766 ----
1768 Overview of changes in gcalctool 5.6.20
1770 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build 
1771   on Solaris with pkgconfig >= 0.17.1.
1773 ----
1775 Overview of changes in gcalctool 5.6.19
1777 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now 
1778   correctly change the sign of the exponent on scientific numbers again.
1779 ----
1781 Overview of changes in gcalctool 5.6.18
1783 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal 
1784   numbers "A-F" to other bases in "use arithmetic operator precedence mode".
1786 ----
1788 Overview of changes in gcalctool 5.6.17
1790 * Fixed bug #305619. Calculations with stored register values in arithmetic 
1791   operator precedence mode, now work correctly.
1793 ----
1795 Overview of changes in gcalctool 5.6.16
1797 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching 
1798   the format (e.g. from ENG to FIX), the displayed value switches to zero 
1799   (in the corresponding format, so e.g. 0.0 or 0e+0, ...).
1801 ----
1803 Overview of changes in gcalctool 5.6.15
1805 * Fixed bug #305467. gcalctool no longer crashes under the following 
1806   scenerio:
1807     - type "f" to bring up the user function menu.
1808     - dismiss the menu by clicking elsewhere with the mouse.
1809     - type another character which isn't in the range "0" to "9".
1811 ----
1813 Overview of changes in gcalctool 5.6.14
1815 * Did a gcalctool tarball release.
1817 ----
1819 Overview of changes in gcalctool 5.6.13
1821 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y 
1822   operations. New values are:
1823       Xor - 'x'
1824       x^y - '^'
1826 ----
1828 Overview of changes in gcalctool 5.6.12
1830 * Fixed bug #302555. Various gcalctool variables have now been const'ified.
1832 ----
1834 Overview of changes in gcalctool 5.6.11
1836 * Fixed bug #300957. Replaced the underscore character in 
1837   "translator_credits" with a hyphen, to prevent some 
1838   translation tools from being confused.
1840 ----
1842 Overview of changes in gcalctool 5.6.10
1844 * More work on bug #172704. 
1845   - Adjusted the code to not try to display a menu when the user 
1846     entered a left parentheses (another do_pending() type of operation).
1847   - Toggling the "Show Trailing Zeroes" operation via keyboard
1848     shortcuts, needed to clear the v-.pending flag.
1850 ----
1852 Overview of changes in gcalctool 5.6.9
1854 * Fixed up some problems reported by lint.
1856 ----
1858 Overview of changes in gcalctool 5.6.8
1860 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut 
1861   for any of the gcalctool buttons that have a menu associated with them, that 
1862   menu is now displayed. The user can use the arrow keys to select a menu item 
1863   or the menu items shortcut.
1865 ----
1867 Overview of changes in gcalctool 5.6.7
1869 * Fixed bug #171393. Allow stock labels to show through.
1871 ----
1873 Overview of changes in gcalctool 5.6.6
1875 * Refixed bug #158280. The Help->Contents menu item no longer appears if 
1876   gcalctool is built Gtk-only.
1878 ----
1880 Overview of changes in gcalctool 5.6.5
1882 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init() 
1883   and the gtk about popup didn't have the gcalctool icon.
1885 ----
1887 Overview of changes in gcalctool 5.6.4
1889 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1890   the on-screen keyboard assistive technology, it's possible that the 
1891   event returned by gtk_get_current_event() is NULL. If this is the 
1892   case, we need to fudge the popping up on the menu associated with 
1893   this menu button.
1895 ----
1897 Overview of changes in gcalctool 5.6.3
1899 * Fixed bug #158280. You can now build gcalctool without the GNOME 
1900   libraries by specifying "--disable-gnome" on the configure command 
1901   line.
1903 ----
1905 Overview of changes in gcalctool 5.6.2
1907 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu 
1908   item inactive if the calculator is in Basic mode.
1910 ----
1912 Overview of changes in gcalctool 5.6.1
1914 * Fixed bug #168694. gcalctool now saves/restores the ten memory 
1915   register values as gconf resources.
1917 * Removed the redundant process_str() routine in graphics.c
1919 ----
1921 Overview of changes in gcalctool 5.6.0
1923 * Fixed bug #169196. gcalctool now uses use g_get_home_dir().
1925 * Added in a better implementation of the trig_filter() routine in 
1926   functions.c
1928 ----
1930 Overview of changes in gcalctool 5.5.41
1932 * Version for GNOME 2.10.0 (final) call for tarballs.
1934 ----
1936 Overview of changes in gcalctool 5.5.40
1938 * Version for GNOME 2.10.0 (rc1) call for tarballs.
1940 ----
1942 Overview of changes in gcalctool 5.5.39
1944 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator 
1945   precedence mode.
1947 ----
1949 Overview of changes in gcalctool 5.5.38
1951 * Changes to make the trigonometric code work with hyp and inv properly.
1953 ----
1955 Overview of changes in gcalctool 5.5.37
1957 * Left and Right shift operations weren't working correctly. Menu
1958   name comparison in mb_proc() in gtk.c was incorrect.
1960 ----
1962 Overview of changes in gcalctool 5.5.36
1964 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
1965 * Exch functionality was incorrect in Arithmetic Precedence mode.
1967 ----
1969 Overview of changes in gcalctool 5.5.35
1971 * Fixed bug 167124. One of the entries in the words[] array in 
1972   syntax_translation.c was accidentally commented out.
1974 ----
1976 Overview of changes in gcalctool 5.5.34
1978 * Fixed bug 166634. Call to create the About box was missing a 
1979   NULL terminator.
1981 ----
1983 Overview of changes in gcalctool 5.5.33
1985 * Adjusted all copyright messages to be 2005.
1986 * Version for GNOME 2.10.0 (beta2) call for tarballs.
1988 ----
1990 Overview of changes in gcalctool 5.5.32
1992 * Fixed bug #165522. Made the status bar non-resizable.
1994 ----
1996 Overview of changes in gcalctool 5.5.31
1998 * Various code cleanups. It moves some declarations of static functions 
1999   to the corresponding .c files. It also cuts down the number of 
2000   included files, moving some includes to where they are needed from 
2001   calctool.h.
2003 ----
2005 Overview of changes in gcalctool 5.5.30
2007 * Adjusted the About dialog to use the latest GtkAbout widget.
2009 ----
2011 Overview of changes in gcalctool 5.5.29
2013 * Version for GNOME 2.10.0 (beta1) call for tarballs.
2015 ----
2017 Overview of changes in gcalctool 5.5.28
2019 * Fixed bug #162998. The "menu" buttons in gcalctool now responds 
2020   to the "clicked" event rather than the "button-press-event" to 
2021   allow gok, the on-screen keyboard to function properly.
2023 * Fixed bug #159957. Input number in FIX mode now make mimimal changes 
2024   to (i.e append a single character) the display rather than completely 
2025   delete and insert it. The is helpful to assistive technologies like 
2026   gnopernicus.
2028 ----
2030 Overview of changes in gcalctool 5.5.27
2032 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c 
2033   so that the L10N message translation software isn't confused.
2035 ----
2037 Overview of changes in gcalctool 5.5.26
2039 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
2041 ----
2043 Overview of changes in gcalctool 5.5.25
2045 * Version for GNOME 2.9.4 call for tarballs.
2047 ----
2049 Overview of changes in gcalctool 5.5.24
2051 * Couldn't use the "#" key to select constants as this symbol was
2052   a lower-case symbol on his keyboard.
2054 * Powers that were a multiple of 30 (10 as well as 3) would not 
2055   display correctly, having a 4 digit significand. Further testing 
2056   showed that without the fix the following powers had a 4 digit 
2057   significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
2059 ----
2061 Overview of changes in gcalctool 5.5.23
2063 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
2065 ----
2067 Overview of changes in gcalctool 5.5.22
2069 * Fixed bug #155101. Made the gcalctool window resizable. 
2071 ----
2073 Overview of changes in gcalctool 5.5.21
2075 * Version for GNOME 2.9.3 call for tarballs.
2077 ----
2079 Overview of changes in gcalctool 5.5.20
2081 * Fixed bug #160929. Removed the "Mode" word from each of the different 
2082   mode menu items in the gcalctool View menu.
2084 ----
2086 Overview of changes in gcalctool 5.5.19
2088 * Fixed bug #157701. gcalctool can now use real multiplication and division 
2089   symbols instead of "*" and "/". 
2091 ----
2093 Overview of changes in gcalctool 5.5.18
2095 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include 
2096   the word "Mode" which was getting chopped when the calculator was in 
2097   Basic mode.
2099 ----
2101 Overview of changes in gcalctool 5.5.17
2103 * Fixed bug #157962. Added in a set of three colors for gcalctool that 
2104   will work with the default theme. To use them, the "gcalctoolrc" file 
2105   supplied with the source distribution needs to be moved to ~/.gcalctoolrc
2107 ----
2109 Overview of changes in gcalctool 5.5.16
2111 * Generated gcalctool tarball for the GNOME 2.9.2 release.
2113 ----
2115 Overview of changes in gcalctool 5.5.15
2117 * Adjusted the scroll_right() routine to only scroll right if the 
2118   horizontal scroll bar is visible.
2120 ----
2122 Overview of changes in gcalctool 5.5.14
2124 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the 
2125   -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in 
2126   .../gcalctool/Makefile.am for now, to allow it to successfully build
2127   against the latest GNOME/Gtk+.
2129 * Slight adjustment to correct check the Advanced mode menu item when
2130   the user had previously terminated gcalctool in that mode.
2132 ----
2134 Overview of changes in gcalctool 5.5.13
2136 * Changed the names of the gconf mode type key so that there is backward 
2137   compatibility.
2139 * Reset the initial default mode to BASIC.
2141 ----
2143 Overview of changes in gcalctool 5.5.12
2145 * Fixed bug #157757. The horizontal scrollbar for the display area will 
2146   now only be visible when needed. It will also display the rightmost part 
2147   of the display as you are entering new input.
2149 ----
2151 Overview of changes in gcalctool 5.5.11
2153 * Added in a very basic mode for gcalctool. Rather than calling this a 
2154   "Light" mode, the existing "Basic" mode is now renamed to "Advanced" 
2155   and the new basic mode is called "Basic".
2157 ----
2159 Overview of changes in gcalctool 5.5.10
2161 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with
2162   non-integer Y will now display a descriptibe error in the status bar.
2164 ----
2166 Overview of changes in gcalctool 5.5.9
2168 * Generated gcalctool tarball for first GNOME 2.9 release.
2170 ----
2172 Overview of changes in gcalctool 5.5.8
2174 * Slight adjustment to bug #152301. The tooltip message had been tweaked to 
2175   "Show the About Gcalctool dialog".
2177 ----
2179 Overview of changes in gcalctool 5.5.7
2181 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from 
2182   "Show about help" to "Show the about dialog", to make it more understandable.
2184 ----
2186 Overview of changes in gcalctool 5.5.6
2188 * Fixed bug #153726. Gcalctool will now build correctly when using the 
2189   -fno-common option for gcc (3.3.4).
2191 ----
2193 Overview of changes in gcalctool 5.5.5
2195 * Numerical answer localization and thousand separator support for 
2196   arithmetic precedence mode.
2198 * If the accuracy was changed via one of the ten preset menu items in the 
2199   Acc menu, the tooltip wasn't getting correct updated with the new accuracy.
2201 ----
2203 Overview of changes in gcalctool 5.5.4
2205 * Further changes to the "Set Precision" popup (rfe #147803):
2206   - "Significant places" not "Significant Places".
2207   - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the 
2208     current precision, and be in the same radio box group as the other menu 
2209     items. Check the appropriate menu entry.
2210   - Adjust the Acc button tooltip to show the current accuracy too.
2211   - When the user attempts to enter an invalid entry in the Set Precision 
2212     popup, an error message is shown in the main gcalctool status bar.
2213   - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).
2215 * Fixed bug #152790. Most of the changes needed were already in CVS; there 
2216   was one compiler warning that still needed to be removed.
2218 * Storing the display value to a memory register was not updating the memory 
2219   register window, if it was visible.
2221 ----
2223 Overview of changes in gcalctool 5.5.3
2225 * Added in functionality to set the number of significant places > 9.
2226   There is a new menu item under the Acc menu called "Set Precision..."
2227   that brings up a small popup allowing you to set precision between 0
2228   and MAXACC significant places (where MAXACC is currently 30).
2230 ----
2232 Overview of changes in gcalctool 5.5.2
2234 * Fixed up numerous warnings generated by running lint on the gcalctool code.
2235   Removed unused variables and functions. Declared routines statically where 
2236   possible.
2238 ----
2240 Overview of changes in gcalctool 5.5.1
2242 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
2244 ----
2246 Overview of changes in gcalctool 5.5.0
2248 * Major new release of gcalctool. Incorporates an arithmetic operator
2249   precedence mode (currently the default while it's been debugged). To get
2250   the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
2251 * The "(" and ")" buttons have moved from the scientific mode into the
2252   Basic mode so that they are now available to users who need them but not
2253   everything that the Scientific mode provides.
2254 * There is a footer message area that provides feedback.
2255 * The display area now has an horizontal scrollbar.
2256 * Typing in the keyboard shortcuts for the various gcalctool buttons
2257   autocompletes their entry into the display area.
2258 * Tooltips show button's shortcut.
2260 ----
2262 Overview of changes in gcalctool 4.4.13
2264 * Remainder of the fix for bug #143924. Control-T shouldn't work in Basic 
2265   or Financial modes. 
2267 ----
2269 Overview of changes in gcalctool 4.4.12
2271 * Partial fix for bug #143924. After an error condition, the "Show 
2272   Trailing Zeroes" menu item is only activated if the user is in 
2273   Scientific mode.
2275 ----
2277 Overview of changes in gcalctool 4.4.11
2279 * Fixed bug 138106. In Basic or Financial mode, "Error" was been 
2280   incorrectly display if you user has "Show Thousands Separator" set.
2282 ----
2284 Overview of changes in gcalctool 4.4.10
2286 * Fixed bug 144031. gcalctool checked for the presence of the X11 
2287   libraries but doesn't need to.
2289 ----
2291 Overview of changes in gcalctool 4.4.9
2293 * Selecting Help->About from the menubar now works again.
2295 ----
2297 Overview of changes in gcalctool 4.4.8
2299 * Adjusted the creation of the menubar and the Accuracy and Left/Right 
2300   shift menus from GtkItemFactory to GtkUIManager.
2302 ----
2304 Overview of changes in gcalctool 4.4.7
2306 * Fixed bug 142824. gcalctool now correctly recognizes the localized 
2307   decimal point character.
2309 ----
2311 Overview of changes in gcalctool 4.4.6
2313 * Fixed bug 129397. Use GtkIconTheme to load gcalctool icon instead of
2314   built-in image.
2316 ----
2318 Overview of changes in gcalctool 4.4.5
2320 * Fixed bug 142888. Gcalctool is now connected to the "die" signal so 
2321   that it can be successfully terminated when removed from 
2322   gnome-session-properties.
2324 ----
2326 Overview of changes in gcalctool 4.4.4
2328 * The "Bsp" button label has been changed to "Bksp" to make it more 
2329   understandable.
2331 ----
2333 Overview of changes in gcalctool 4.4.3
2335 * Fixed bug 138106. If the "Error" message is being displayed, it is now 
2336   no longer incorrectly displayed as "Er,ror" if the "Show Thousands 
2337   Separator" is on.
2339 ----
2341 Overview of changes in gcalctool 4.4.2
2343 * Fixed bug 135068. Adjusted several default constant descriptions to be 
2344   more understandable. 
2346 ----
2348 Overview of changes in gcalctool 4.4.1
2350 * Fixed bug 135065. Tooltips for OR, AND, NOT, XOR and XNOR have been 
2351   changed from "Logical <whatever>" to "Bitwise <whatever>". 
2353 ----
2355 Overview of changes in gcalctool 4.4.0
2357 * Fixed bug 136872. gcalctool can now be built with "CFLAGS=-fdata-sections".
2359 ----
2361 Overview of changes in gcalctool 4.3.51
2363 * Version for GNOME 2.6 (FINAL) call for tarballs. Includes:
2364   - new locales for pa, en_GB, bg and ga.
2365   - localized online user documentation from the Sun translation team.
2366     for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
2368 ----
2370 Overview of changes in gcalctool 4.3.50
2372 * One more slight adjustment to the fix for bug 135064.
2373   Entering numbers that start with the numeric point character ('.")
2374   are now visibly displayed.
2376 ----
2378 Overview of changes in gcalctool 4.3.49
2380 * Adjustment to the fix for bug 135064. Fix to remove a potential spurious 
2381   initial thousands separator character after a change sign operation.
2383 ----
2385 Overview of changes in gcalctool 4.3.48
2387 * Fixed bug 135064. Changing the sign of a large number (when "Show 
2388   Thousands Separator" is on and this is not the C locale), no longer 
2389   corrupts the display.
2391 ----
2393 Overview of changes in gcalctool 4.3.47
2395 * Fixed bug 135328. Added Shift-slash as a recognized alternate for the 
2396   divide operation (needed by the be-latin1 keyboard layout).
2398 ----
2400 Overview of changes in gcalctool 4.3.46
2402 * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789 
2403   which are shifted about the accented characters on a French keyboard.
2405 ----
2407 Overview of changes in gcalctool 4.3.45
2409 * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up. 
2411 ----
2413 Overview of changes in gcalctool 4.3.44
2415 * Fixed bug 133764.
2416   - "Gradients" was still appearing when in Scientific mode (instead of 
2417     "Gradians".
2418   - In the x^2 button, the 2 should not be italicized.
2419   - In the x^2 and x^y buttons, the x should be italicized.
2420   - The View Thousands Separator menu item should not remain active during 
2421     an error condition.
2423 ----
2425 Overview of changes in gcalctool 4.3.43
2427 * Fixed bug 133590. The About box now lists the documenters of gcalctool. 
2429 ----
2431 Overview of changes in gcalctool 4.3.42
2433 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen 
2434   (rather than square brackets) to show what mode the user is currently 
2435   using.
2437 ----
2439 Overview of changes in gcalctool 4.3.41
2441 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather 
2442   than frames (per the HIG).
2444 ----
2446 Overview of changes in gcalctool 4.3.40
2448 * Fixed bug 131571. User defined constants are now read/written out (as 
2449   gconf resources) with no thousands separator and with a radix of ".". 
2451 ----
2453 Overview of changes in gcalctool 4.3.39
2455 * Fixed bug 131594. The "Insert ASCII View..." menu item and the 
2456   "Insert" button no longer use the GTK_STOCK_CONVERT stock icon 
2457  (as per the HIG).
2459 ----
2461 Overview of changes in gcalctool 4.3.38
2463 * Fixed bug 131059. Fix to allow the thousands separator to be used 
2464   correctly with the creation of the initial constant values in the 
2465   Russian locale. 
2467 ----
2469 Overview of changes in gcalctool 4.3.37
2471 * Fixed bug 130078. Changed the y^x button label to x^y (really x 
2472   superscript y). Adjusted the tooltip message to "Raise displayed 
2473   value to the power of y".
2475 ----
2477 Overview of changes in gcalctool 4.3.36
2479 * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check 
2480   from the get_tsep() routine in order to get the thousands separator to 
2481   correctly work in all locales. Note that there is no thousands separator 
2482   now for the C locale.
2484 ----
2486 Overview of changes in gcalctool 4.3.35
2488 * Fixed part of bug 126125. If the user entered: "1+(2()<backspace>)", 
2489   this resulted in an answer of 0. 
2491 ----
2493 Overview of changes in gcalctool 4.3.34
2495 * Fixed bug 130187. When gcalctool changes modes now, it's internal state 
2496   and the display are cleared.
2498 ----
2500 Overview of changes in gcalctool 4.3.33
2502 * Fixed bug 130282. Fixes for more problems with the thousands separator 
2503   in certain locales, plus correct handling of the radix character with 
2504   the initial constant values.
2506 ----
2508 Overview of changes in gcalctool 4.3.32
2510 * Fixed bug 128603 again. The solution this time was to duplicate the 
2511   initial string constant values to be confident that they are not in 
2512   read-only memory.
2514 ----
2516 Overview of changes in gcalctool 4.3.31
2518 * Fixed bug 129539.  The thousands separator is a null terminated string, 
2519   not a single character. Same for the radix.
2521 ----
2523 Overview of changes in gcalctool 4.3.30
2525 * Fixed bug 129496. "Gradients" should be "Gradians".
2527 ----
2529 Overview of changes in gcalctool 4.3.29
2531 * Fixed bug 128603. The changes for enhancement request #126626 which added 
2532   thousands separator support caused a crash at startup time on a Debian 
2533   system. The initial constant strings are being put in read-only memory 
2534   either by gcc (or because of the way that x86 arch is designed). This was 
2535   not a problem when tested with the Sun compilers on a Solaris SPARC machine.
2536   The remove_tsep() routine is display.c has been rewritten to correctly 
2537   handle this.
2539 ----
2541 Overview of changes in gcalctool 4.3.28
2543 * Further work on enhancement request 125873. As the user is typing in 
2544   input, the display will now show the thousands separator (if checked).
2546 ----
2548 Overview of changes in gcalctool 4.3.27
2550 * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2551   This keyval/state pair needed to be added to the Xor recognized mappings.
2553 ----
2555 Overview of changes in gcalctool 4.3.26
2557 * Re-fixed bug 127672. The fix for Shift-"=" should have been for GDK_equal 
2558   not GDK_Return.  Needed to add in support for Shift-"/" too.
2560 ----
2562 Overview of changes in gcalctool 4.3.25
2564 * Implemented enhancement request 125873. gcalctool can now optionally 
2565   show the thousands seperator character for fixed point numbers displayed 
2566   in the decimal base. Same for numbers stored in the memory registers. 
2567   There is a new "Show Thousands Separator" menu entry in the View menu 
2568   to set this.
2570 ----
2572 Overview of changes in gcalctool 4.3.24
2574 * Fixed bug 126626. gcalctool no longer causes a Gtk-CRITICAL error when 
2575   the user enters "9*(1<Xor>". The problem was caused because a non-UTF 
2576   character was being inserted into the text string to be displayed for 
2577   the Xor function.
2579 ----
2581 Overview of changes in gcalctool 4.3.23
2583 * Fixed bug 125782. If the user is entering a left parenthesis and it is 
2584   the first one being displayed and there is no current arithmetic operand,
2585   then the current display is initially cleared to avoid the confusion of 
2586   showing something like "0(".
2588 ----
2590 Overview of changes in gcalctool 4.3.22
2592 * Fixed bug 127862. The fix for bug #125625 introduced a potential 
2593   out-of-order case for users who are rapid keyboard typers. This 
2594   bug fix rectifies this with the unfortunate side-effect of no longer 
2595   visual toggling the equivalent button to the keyboard character 
2596   that the user entered. This fix is still compatible with the way 
2597   the accessibility infrastructure works though.
2599 ----
2601 Overview of changes in gcalctool 4.3.21
2603 * Fixed bug 65806. For the "1/x", "x^2", "x!", "e^x", "10^x" and 
2604   "y^x" labels, all occurances of "x" and "y" are now italicized.
2605   The "e" in "e^x" is no longer italicized.
2607 ----
2609 Overview of changes in gcalctool 4.3.20
2611 * Fixed bug 127316. The "fix" introduced in gcalctool v4.1.18 to fix Sun 
2612   Bugtraq bug #1258472 against CDE dtcalc (which was also a problem with 
2613   gcalctool) was incorrect.
2615 ----
2617 Overview of changes in gcalctool 4.3.19
2619 * Fixed bug 127672. The "=" key on a Swedish keyboard is on the upper 
2620   level of a key (i.e. the Shift key needs to be down). Added another 
2621   mask/keysym pair to the "=" entry to handle this.
2623 ----
2625 Overview of changes in gcalctool 4.3.18
2627 * Fixed bug 125625. gcalctool now handles "clicked" events rather than 
2628   "pressed" ones.
2630 ----
2632 Overview of changes in gcalctool 4.3.17
2634 * Fixed bug 124928. Plugged several memory leaks.
2636 ----
2638 Overview of changes in gcalctool 4.3.16
2640 * Fixed bug 124377. Fixed rounding errors when the radix character for a 
2641   locale isn't ".".
2642 * Online help updated for various recent (small) changes.
2644 ----
2646 Overview of changes in gcalctool 4.3.15
2648 * Fixed bug 124172. The "+" character on a German keyboard is on the lower 
2649   level of a key (i.e. the Shift key doesn't need to be down). Added another
2650   mask/keysym pair to the "+" entry to handle this.
2652 ----
2654 Overview of changes in gcalctool 4.3.14
2656 * Fixed bug 120737. Changed the accessible text for the OR button from 
2657   "Logical OR" to "logical OR" so that it's not changed by FreeTTS's 
2658   token to words module to "logical Oregon".
2660 ----
2662 Overview of changes in gcalctool 4.3.13
2664 * Fixed bug #123948. Removed the GTK_DISABLE_DEPRECATED flag from
2665   .../gcalctool/gcalctool/Makefile.am, to allow the depreciated
2666   GtkItemFactory, to successfully build.
2668 ----
2670 Overview of changes in gcalctool 4.3.12
2672 * Fixed bug 123724. Hitting Esc now does the same as hitting 
2673   Control-Backspace; i.e. the CE (clear entry) functionality.
2674 * Updated the gcalctool man pages to reflect this change, and the changes
2675   for bug #118826.
2677 ----
2679 Overview of changes in gcalctool 4.3.11
2681 * Refixed bug 122373. gcalctool now uses nl_langinfo() to get the numeric 
2682   point for the users locale, rather than via a localised string.
2684 ----
2686 Overview of changes in gcalctool 4.3.10
2688 * Fixed enhancement #65806. Changed that label for e^x (e superscript x) to 
2689   use an italised "e".
2691 ----
2693 Overview of changes in gcalctool 4.3.9
2695 * Fixed bug 118826. The keyboard shortcuts for the six hex. digits are 
2696   now "A" to "F". The functions that previously used those letters have 
2697   been reassigned to their lowercase equivalents. 
2699 ----
2701 Overview of changes in gcalctool 4.3.8
2703 * Fixed bug 122408. The tooltips for the numeric buttons (0-9) have been 
2704   removed as they are redundant.
2706 ----
2708 Overview of changes in gcalctool 4.3.7
2710 * Fixed bug 120749. When gcalctool is displaying a menu, typing Alt+Tab 
2711   can no longer switch windows.
2713 ----
2715 Overview of changes in gcalctool 4.3.6
2717 * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2718   Accessible names have now been added to each of the widgets in the 
2719   mode panel when in Scientific mode.
2721 ----
2723 Overview of changes in gcalctool 4.3.5
2725 * Fixed bug 122373. The decimal separator is now a translatable string so 
2726   that other locales that don't use a period can adjust accordingly.
2728 ----
2730 Overview of changes in gcalctool 4.3.4
2732 * Fixed bug 120605. Gcalctool debug messages are no longer translatable 
2733   strings.
2735 ----
2737 Overview of changes in gcalctool 4.3.3
2739 * Build for GNOME 2.4 (Final). Tag in CVS is GCALCTOOL_4_3_3
2741 ----
2743 Overview of changes in gcalctool 4.3.2
2745 * Fixed bug 119888. gcalctool keyboard handling has been improved.
2747 ----
2749 Overview of changes in gcalctool 4.3.1
2751 * Fixed bug 119832. The space bar can now correctly activate the button 
2752   that has focus.
2754 ----
2756 Overview of changes in gcalctool 4.3.0
2758 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2760 ----
2762 Overview of changes in gcalctool 4.2.104
2764 * Fixed bug 118246. The display field can now take focus. The initial 
2765   widget with focus is the Clr button.
2767 ----
2769 Overview of changes in gcalctool 4.2.103
2771 * (Bug #118247) Three more small adjustments to AccessibleName text:
2772   "E to the power of x" goes back to "E to the x"
2773   "Ten to the power of x" goes back to "Ten to the x"
2774   "Y to the power of x" goes back to "Y to the x"
2776 ----
2778 Overview of changes in gcalctool 4.2.102
2780 * (Bug #118247) Four small adjustments to AccessibleName text:
2781   "Random" becomes "Random number"
2782   "E to the x" becomes "E to the power of x"
2783   "Ten to the x" becomes "Ten to the power of x"
2784   "Y to the x" becomes "Y to the power of x"
2786 ----
2788 Overview of changes in gcalctool 4.2.101
2790 * Fixed bug 118247. Each gcalctool button now has an AccessibleName.
2792 ----
2794 Overview of changes in gcalctool 4.2.100
2796 * Fixed bug 117691. The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are 
2797   not valid equivalents for the 8, 2, 4 and 6 keys. They are needed for 
2798   keyboard navigation.
2800 ----
2802 Overview of changes in gcalctool 4.2.99
2804 * Bumped version number for GNOME 2.3.4 release, to include John's doc
2805   build changes.
2807 ----
2809 Overview of changes in gcalctool 4.2.98
2811 * Fixed bug 116944. Various HIG improvements to the edit constants, edit 
2812   functions, and insert ASCII value dialogs. 
2814 ----
2816 Overview of changes in gcalctool 4.2.97
2818 * Further work on bug 116727. A simpler fix was found.
2820 ----
2822 Overview of changes in gcalctool 4.2.96
2824 * Fixed bug 116727. When the calculator display is showing an error message,
2825   it is now correctly localized.
2827 ----
2829 Overview of changes in gcalctool 4.2.95
2831 * Fixed bug 115950. The "*" key wasn't being recognized as a keyboard 
2832   shortcut for multiplication.
2834 ----
2836 Overview of changes in gcalctool 4.2.94
2838 * Further work on bug 114364. The items in the constants menu are now always 
2839   displayed in the decimal numeric base. This is consistent with the way that 
2840   calctool in the OpenWindows DeskSet worked.
2842 ----
2844 Overview of changes in gcalctool 4.2.93
2846 * Fixed bug 114364. When you select "Edit Constants" from the Con menu, the 
2847   values of each constant are shown in Decimal. The label:
2848   "All constant values are specified in the decimal numeric base"
2849   has also been added to the "Edit Constant" popup to clarify this.
2851 ----
2853 Overview of changes in gcalctool 4.2.92
2855 * Fixed bug 115653. Adjusted the keyboard mnemonic checking code to now 
2856   check to make sure that neither of the Alt keys is pressed when comparing 
2857   against button equivalents.
2859 ----
2861 Overview of changes in gcalctool 4.2.91
2863 * Similar problem to bug #115212 but for the "Edit Constants" and
2864   "Edit Functions" dialog boxes. gcalctool no longer can display
2865   multiple versions of them.
2867 ----
2869 Overview of changes in gcalctool 4.2.90
2871 * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2872   When an error condition occurs:
2874   - make insensitive all buttons except Clr.
2875   - make all Scientific mode toggles and checkboxes insensitive.
2876   - make all menubar items insensitive except:
2877       Calculator->Quit
2878       Help->Contents
2880   When the error condition is cleared, resensitise everything, setting
2881   the numeric base buttons correctly.
2883 ----
2885 Overview of changes in gcalctool 4.2.89
2887 * Fix for bug #115212. gcalctool no longer can display multiple About boxes.
2889 ----
2891 Overview of changes in gcalctool 4.2.88
2893 * Fix for bug #108209. The appropriate gcalctool button is now animated 
2894   when the user enters that value via the keyboard.
2896 ----
2898 Overview of changes in gcalctool 4.2.87
2900 * Partial fix for bug 114363. When the calculator display is showing "Error",
2901   the Constant values and the Memory Register values no longer incorrectly
2902   show "Error" as well.
2904 ----
2906 Overview of changes in gcalctool 4.2.86
2908 * Fixed bug 113703. You can now specify an alternate location for
2909   the gcalctool schemas file with: --with-gconf-source=whatever
2911 ----
2913 Overview of changes in gcalctool 4.2.85
2915 * Fixed bug 113754. Decimal point didn't work with a German keyboard if 
2916   Numlock was turned on.
2918 ----
2920 Overview of changes in gcalctool 4.2.84
2922 * Install "gnome-calculator" symlink as reqested by Glynn Foster.
2924 ----
2926 Overview of changes in gcalctool 4.2.83
2928 * Fixed Bugzilla bug 111269. It was possible to type fast into gcalctool 
2929   and digits would be transposed. 
2931 ----
2933 Overview of changes in gcalctool 4.2.82
2935 * Refixed bug 110416.  Concatenated more error messages in mp.c.
2936 * Adjusted the Acc menu entries to be "<n> significant places" rather than 
2937   "<n> radix places".
2938 * Replaced "kilometers per hour / miles per hour" with "kilometers per hour 
2939   or miles per hour" in the first constant description.
2940 * Replaced occurances of "/" in the other constant descriptions with "or".
2942 ----
2944 Overview of changes in gcalctool 4.2.81
2946 * Translators: The documentation is now ready for translation!
2948 * Updated the following files:
2949     * configure.in: updated version number to 4.2.81
2950     * help/C/gcalctool.xml: first approved draft, ready for translation
2951     * help/C/gcalctool-C.omf: updated manual date and version number
2952     * help/C/l10n.txt: new file added 
2953     * help/C/figures/gcalctool_edit_const_window.png: deleted
2954     * help/C/figures/gcalctool_edit_func_window.png: deleted
2955     * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2956     * help/C/figures/gcalctool_mem_reg_window.png: deleted
2958 ----
2960 Overview of changes in gcalctool 4.2.80
2962 * Fixed Bugzilla bug 110416. Various fprintf statements in mp.c have been 
2963   concatenated to help translators.
2965 ----
2967 Overview of changes in gcalctool 4.2.79
2969 * Added in latest online help changes from Breda McColgan. This should now 
2970   put the online help in sync with the actual functionality of gcalctool.
2972 ----
2974 Overview of changes in gcalctool 4.2.78
2976 * Made translated menu entries actually visible. fixed some tooltips, added
2977   AC_PREREQ macro to configure.in.
2979 ----
2981 Overview of changes in gcalctool 4.2.77
2983 * This version announced on gnome-announce.
2985 ----
2987 Overview of changes in gcalctool 4.2.76
2989 * Slight adjustments to Bugzilla bug 108226 . Menu item is now
2990   "Show Trailing Zeroes", with a Control-T accelerator. Added a similar
2991   menu item to the View menu on the menu bar.
2993 ----
2995 Overview of changes in gcalctool 4.2.75
2997 * Fixed Bugzilla bug 108729. 
2999   Added tooltips to the radio and check buttons in scientific mode.
3001 ----
3003 Overview of changes in gcalctool 4.2.74
3005 * Fixed Bugzilla bug 108226.
3007   The menu items in the Acc menu are now "tickable", so you know what the
3008   current accuracy selection is. Setting one of these clears the previous one.
3010   A new "remove trailing zeroes" menu item is added to the Acc menu (last
3011   item, with a separator just above), that is "tickable". This tick doesn't
3012   affect the accuracy ticks. It's either on or off.
3014   The default setting for accuracy now becomes 9 numeric places and "remove 
3015   trailing zeroes".
3017   The Acc button is moved to the Scientific mode (clear slot in the top 
3018   right corner, above the Rand.
3020   The Base radio button group and the display type radio button group in 
3021   the mode panel in Scientific mode are now moved to the right side to be
3022   close in proximity to the Acc button. The other mode items move to the 
3023   left side.
3025 ----
3027 Overview of changes in gcalctool 4.2.73
3029 * Fixed Bugzilla bug 108208. The default value for the "showregisters" 
3030   resource in gcalctool.schemas was incorrectly set.
3031 * There should be no "default:" action in the command line parsing in 
3032   get_options(). 
3034 ----
3036 Overview of changes in gcalctool 4.2.72
3038 * Correctly fixed Bugzilla bug 108219. The previous fix didn't correct 
3039   set the radio buttons when changing mode from Scientific to Basic or 
3040   Financial. Only the internal state.
3042 ----
3044 Overview of changes in gcalctool 4.2.71
3046 * Further fix for Bugzilla bug 108209. Followup changes to make the numeric 
3047   keypad animate the buttons on Linux machines.
3049 ----
3051 Overview of changes in gcalctool 4.2.70
3053 * Fixed Bugzilla bug 108219.
3054   When you go from Scientific mode to either Basic or Financial mode, 
3055   the calculator will revert to "Dec" base in "Fix" notation.
3056   Any number in the display (and the memory registers if shown) will be 
3057   converted accordingly.
3058   When you are in a mode (Basic, Financial, or Scientific) you will only 
3059   be able to do the functionality that that mode shows.
3061 ----
3063 Overview of changes in gcalctool 4.2.69
3065 * Fixed Bugzilla bug 108333. The gcalctool buttons with menus associated 
3066   with them are now keyboard navigable.
3068 ----
3070 Overview of changes in gcalctool 4.2.68
3072 * Fixed Bugzilla bug 108209. When the user uses the keyboard to enter data,
3073   the associated gcalctool button will be animated.
3075 ----
3077 Overview of changes in gcalctool 4.2.67
3079 * Fixed Bugzilla bug 108210. Main gcalctool window is no longer resizable.
3081 ----
3083 Overview of changes in gcalctool 4.2.66
3085 * Incorporated various changes to the online help Breda McColgan in
3086   the Sun GNOME doc. team.  Translators, please do not translate yet.
3087   See ChangeLog for more information.
3089 ----
3091 Overview of changes in gcalctool 4.2.65
3093 * Added scrollkeeper checks into configure.in.
3094 * Fixed warning message:
3096   ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
3097   GNOME_FILE_DOMAIN_APP_HELP domain
3099 ----
3101 Overview of changes in gcalctool 4.2.64
3103 * Added in a first (draft) version of online help from Breda McColgan in
3104   the Sun GNOME doc. team.  Translators, please do not translate yet. See
3105   ChangeLog for more information.
3107 ----
3109 Overview of changes in gcalctool 4.2.63
3111 * Abstracted the key values and modifiers.
3113 ----
3115 Overview of changes in gcalctool 4.2.62
3117 * Adjusted the tooltip help to be minimalist messages.
3119 ----
3121 Overview of changes in gcalctool 4.2.61
3123 * Small adjustment to allow gcalctool to compile using the Solaris Forte
3124   compilers.
3126 ----
3128 Overview of changes in gcalctool 4.2.60
3130 * Gcalctool wasn't saving the trigonometric type when it was changed.
3132 ----
3134 Overview of changes in gcalctool 4.2.59
3136 * Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3138 ----
3140 Overview of changes in gcalctool 4.2.58
3142 * Allows Backspace to now correctly work inside parentheses.
3144 ----
3146 Overview of changes in gcalctool 4.2.57
3148 * The Xor logical operation wasn't being performed correctly.
3149 * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3150   checkboxes.
3152 ----
3154 Overview of changes in gcalctool 4.2.56
3156 * Removed the final period from the ten default constant descriptions.
3157 * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3158   "centimeter".
3159 * Fixed up the values of the ten default constant definitions in the
3160   manual pages.
3161 * The "centimeters <=> inches" default constant should be 0.3937007
3162   rather than 2.54 to be consistent with the other constants.
3164 ----
3166 Overview of changes in gcalctool 4.2.55
3168 * Entering "(<Delete>)" no longer crashes gcalctool.
3170 ----
3172 Overview of changes in gcalctool 4.2.54
3174 * The financial Term tooltip example now works.
3175 * Moved the Exp button to the right of the Con and Fun buttons for better
3176   grouping.
3178 ----
3180 Overview of changes in gcalctool 4.2.53
3182 * Fixed Bugzilla bug 106501. Added bullet proofing to prevent user 
3183   backspacing off the end of the display string.
3185 ----
3187 Overview of changes in gcalctool 4.2.52
3189 * Toggled the positions of the Sto and Rcl buttons.
3191 ----
3193 Overview of changes in gcalctool 4.2.51
3195 * No longer crashes if the user Pastes in an empty clipboard value.
3196 * Now uses a text view for its display widget.
3198 ----
3200 Overview of changes in gcalctool 4.2.50
3202 * Fixes to the manual page:
3203   - the keyboard shortcut for the "Term" function is "t" not "T".
3204   - removed the LOGICAL mode section.
3206 ----
3208 Overview of changes in gcalctool 4.2.49
3210 * The display label and mode no longer expand when the calculator is resized. 
3211 * Replace the three characters of white space in the title bar text with one
3212   space character, so more of the title fits into the task window list applet.
3214 Overview of changes in gcalctool 4.2.48
3216 * Added a launcher to the GNOME's Accessories menu.
3218 ----
3220 Overview of changes in gcalctool 4.2.47
3222 * Marks the menu labels for translation.
3224 ----
3226 Overview of changes in gcalctool 4.2.46
3228 * Various cleanup, to make gcalctool be more like other GNOME applications.
3230 ----
3232 Overview of changes in gcalctool 4.2.45
3234 * Fixed Bugzilla bug 104249. The UI for adding new or editing existing 
3235   constants and/or functions has been improved.
3237 ----
3239 Overview of changes in gcalctool 4.2.44
3241 * Fixed Bugzilla bug 104830. gcalctool now uses gnome-calc3.png as its icon
3242   (same as the current gnome-calculator)
3244 ----
3246 Overview of changes in gcalctool 4.2.43
3248 * Further slight adjustments needed to fix Bugzilla bug 104248. The memory 
3249   registers window now displays correctly again.
3250 * Fixed Bugzilla bug 104240. The "File" menubar item is now called 
3251   "Calculator", and there is a set of unique mnemonics for the various 
3252   items in the Scientific mode panel. The gcalctool manual pages have been 
3253   updated to reflect these changes. 
3254 * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3255   Added in a Control-A mnemonic for Help->About.
3257 ----
3259 Overview of changes in gcalctool 4.2.42
3261 * Fixed Bugzilla bug 104248. The View->Memory Registers menu item's toggle 
3262   is now set correctly depending upon whether the memory register windows 
3263   is visible or hidden. 
3264 * The correct radio item is now set in the View menu mode menu item entries 
3265   if gcalctool is initially started in Financial or Scientific mode.
3267 ----
3269 Overview of changes in gcalctool 4.2.41
3271 * The constant and function definitions are now read and written as Gconf
3272   resources.
3273 * Fixed Bugzilla bug 104250. The constant and the function menu items now 
3274   have "C<n>:" and "F<n>:" prefixes respectively, where <n> is the 
3275   constant/function number.
3277 ----
3279 Overview of changes in gcalctool 4.2.40
3281 * Fixed Bugzilla bug 104245. The View->Basic Mode, Financial Mode, 
3282   Scientific Mode and Memory Registers now have keyboard accelerators 
3283   (Control-B, Control-F, Control-S and Control-M respectively).
3285 ----
3287 Overview of changes in gcalctool 4.2.39
3289 * Further slight adjustments for Bugzilla bug 104287
3290   The insert button isthe default button. 
3291   The dialog is no longer resizable. 
3292   The ESC key can now be used to cancel the dialog. 
3294 ----
3296 Overview of changes in gcalctool 4.2.38
3298 * Fixed Bugzilla bug 104287. HIG improvements for the "Insert ASCII Value" 
3299   dialog.
3301 ----
3303 Overview of changes in gcalctool 4.2.37
3305 * Fixed Bugzilla bug 104241. The Insert ASCII Value" menu item is now 
3306   "Insert ASCII Value..."
3307 * Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3308   <bonobo-i18n.h,> where all this stuff is already defined.
3310 ----
3312 Overview of changes in gcalctool 4.2.36
3314 * Fixed Bugzilla bug #102928. The x^2, e^x, 10^x and y^x keys now use 
3315   Pango markup to display the label using superscripts.
3317 ----
3319 Overview of changes in gcalctool 4.2.35
3321 * Added in handling of the numeric keypad for Linux systems.
3323 ----
3325 Overview of changes in gcalctool 4.2.34
3327 * Handling of the users saved function definitions now works correctly.
3328 * Changed the keyboard accelerators for the following to use non Alt-<?>
3329   values:
3331   Cos  (old value: Alt-c) becomes 'J'.
3332   Sin  (old value: Alt-s) becomes 'K'.
3333   Tan  (old value: Alt-t) becomes 'L'.
3334   Frac (old value: Alt-f) becomes ':'.
3335   Int  (old value: Alt-i) becomes 'i'.
3336   Abs  (old value: Alt-u) becomes 'u'.
3337   Rate (old value: Alt-r) becomes 'T'.
3338 * Removed the need to configure with "--enable-build-broken".
3340 ----
3342 Overview of changes in gcalctool 4.2.33
3344 * Adjusted the memory registers windows to use the same "R0:  0.00" format
3345   (bold for first part), as the Rcl, Sto and Exch menus.
3347 ----
3349 Overview of changes in gcalctool 4.2.32
3351 * The menu items for the Rcl, Sto and Exch menus now have the format
3352   "R0:     0.00", where the "R0:" part is in bold.
3353 * The keyboard accelerators for the menubar menu items are now working.
3355 ----
3357 Overview of changes in gcalctool 4.2.31
3359 * Updated the NEWS file with an overview of all the changes since v4.1.13.
3361 ----
3363 Overview of changes in gcalctool 4.2.30
3365 * Removed the gconf resource for getting/setting whether a beep is sounded
3366   on error. A beep will now always be sounded in such a case.
3367 * The writing out of the resources will now be immediately done when each 
3368   of those functions changes.
3370 ----
3372 Overview of changes in gcalctool 4.2.29
3374 * Updated the manual pages to reflect the recent v4.2.xx changes.
3375 * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3376   on Linux.
3378 ----
3380 Overview of changes in gcalctool 4.2.28
3382 * The real fix for displaying the icon.
3384 ----
3386 Overview of changes in gcalctool 4.2.27
3388 * Vastly improved keyboard navigation.
3389 * Control-F1 now toggles the displaying of tooltip help, so the "-h"
3390   command line option has been removed and the old-style event handling
3391   code has also been removed.
3392 * Added in a signal handler for the "delete" event for the main gcalctool
3393   window. The callback calls gtk_main_quit() to terminate the application.
3395 ----
3397 Overview of changes in gcalctool 4.2.26
3399 * HCI change. Attempt to correct disaplay the gcalctool icon.
3401 ----
3403 Overview of changes in gcalctool 4.2.25
3405 * HCI change. The Sto/Rcl/Exch menu items now show the current register 
3406   values as well.
3408 ----
3410 Overview of changes in gcalctool 4.2.24
3412 * HCI change. All the radiobutton and checkbox items in the mode panel 
3413   now have a mnemonic associated with them.
3415 ----
3417 Overview of changes in gcalctool 4.2.23
3419 * HCI change. Fixed up the buttons on the "Insert ASCII Value", "Enter 
3420   Constant..." and "Enter Function..." popups. They now just use Cancel 
3421   and OK buttons, and use standard stock Gtk icons.
3423 ----
3425 Overview of changes in gcalctool 4.2.22
3427 * HCI change.  Added in an Edit->Paste menu item. If selected this will 
3428   paste the current contents of the clipboard into the calculator display 
3429   as if you'd typed it.
3430 * Added bullet proofing to protect the calculator against values that 
3431   weren't found. If a value wasn't found, it's just ignored, and it goes 
3432   on to process the next character in the string.
3433 * Improved the handling of the recognition of characters entered. It now
3434   takes into effect the mods value for each keysym.
3436 ----
3438 Overview of changes in gcalctool 4.2.21
3440 * HCI change. Added a 2 pixel border for the frames containing the Basic, 
3441   Financial and Scientific buttons and the mode panel.
3443 ----
3445 Overview of changes in gcalctool 4.2.20
3447 * HCI change. Removed the "operand item" label widget.
3449 ----
3451 Overview of changes in gcalctool 4.2.19
3453 * The frames around the mode button tables and the mode panel are no longer
3454   always being shown.
3456 ----
3458 Overview of changes in gcalctool 4.2.18
3460 * Fixed Bugzilla bug #101865. Remade various keyboard remappings:
3461 * Removed mention of the "-l" and "-r" command line options from the manual
3462   pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3463   resource too.
3465 ----
3467 Overview of changes in gcalctool 4.2.17
3469 * Removed the "Keys" key, that allowed you to toggle the button labels to 
3470   show their keyboard equivalents.
3472 ----
3474 Overview of changes in gcalctool 4.2.16
3476 * Put each of the the button tables and the mode panel inside a frame, rather
3477   then use horizontal separators, to try to make the GUI look nicer.
3479 ----
3481 Overview of changes in gcalctool 4.2.15
3483 * Entering "((2+3)*(2+3))" now gives the correct answer.
3484 * Added some bullet-proofing to parentheses handling when bogus characters
3485   are entered.
3487 ----
3489 Overview of changes in gcalctool 4.2.14
3491 * Hooked up the Help->Contents menu item. Note that help support still has
3492   to be included (i.e. a help subdirectory with associated files etc.).
3494 ----
3496 Overview of changes in gcalctool 4.2.13
3498 * The View->Memory Registers menu item now correctly toggles the showing of
3499   the memory register window.
3501 ----
3503 Overview of changes in gcalctool 4.2.12
3505 * Menubar menu items now use stock Gtk icons (where applicable).
3507 ----
3509 Overview of changes in gcalctool 4.2.11
3511 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3513 ----
3515 Overview of changes in gcalctool 4.2.10
3517 * Going into Scientific mode and clicking on "(" twice no longer causes a
3518   segmentation violation.
3520 ----
3522 Overview of changes in gcalctool 4.2.9
3524 * Added some horizontal separators to help make the calculator more readable
3525   when in Financial and Scientific Mode.
3527 ----
3529 Overview of changes in gcalctool 4.2.8
3531 * Entering "((2+3)*9+(5-3))" no longer causes a segmentation violation.
3533 ----
3535 Overview of changes in gcalctool 4.2.7
3537 * Removed the attempt to display a calculator image on the About popup.
3538 * Typing the keyboard equivalent of the menu buttons now works.
3539 * Removed the VERSION string from the titlebar. This is now in the About popup
3541 ----
3543 Overview of changes in gcalctool 4.2.6
3545 * Added in an About popup that's accessible through the Help->About Gcalctool
3546   menubar Help menu item.
3548 ----
3550 Overview of changes in gcalctool 4.2.5
3552 * Fixed Bugzilla bug #102927.
3553   Replaced abbreviation "trig." with full word "trigonometric".
3555 ----
3557 Overview of changes in gcalctool 4.2.4
3559 * Fixed Bugzilla bug #102922.
3560   Adjusted two occurances of sentence fragments to make it easier for 
3561   L10N folks to translate them.
3563 ----
3565 Overview of changes in gcalctool 4.2.3
3567 * Added Spanish (es) to ALL_LINGUAS at configure.in
3568 * gcalctool is now resizable again.
3570 ----
3572 Overview of changes in gcalctool 4.2.2
3574 * Made calculator window choose a reasonable size at startup, and resize
3575   when changing modes.
3577 ----
3579 Overview of changes in gcalctool 4.2.1
3581 * Removed the GNOME_UTIL_LIBS line in gcalctool/Makefile.am so that 
3582   gcalctool will correctly build.
3584 ----
3586 Overview of changes in gcalctool 4.2.0
3588 * The gcalctool GUI layout has been redone to make the Basic mode more
3589   basic and to make the application more GNOMEish.
3590 * The Financial/Logical/Scientific mode buttons have been moved into
3591   the main calculator window above the Basic mode buttons. The Logical
3592   and Scientific modes have been combined.
3593 * Added a menubar.
3594 * The six item mode display has been removed and a mode panel added for
3595   the scientific mode.
3596 * Removed the property sheet. gcalctool no longer has a left or right 
3597   handed style.
3598 * Blank buttons are now correctly hidden.
3599 * Added a "--enable-build-broken" flag to configure that has to be present
3600   in order to configure and build gcalctool while it's still in a semi-broken
3601   state.
3603 ----
3605 Overview of changes in gcalctool 4.1.27
3607 * Fixed Bugzilla bug #101782.
3608   Removed trailing "\n"'s where possible in the tooltip help messages.
3610 ----
3612 Overview of changes in gcalctool 4.1.26
3614 * Fixed Bugzilla bug #101861.
3615   The size of the memory register window is no longer hard-wired.
3617 ----
3619 Overview of changes in gcalctool 4.1.25
3621 * Fixed Bugzilla bug #101867.
3622   Changed multiply key from "X" to "*" (same as the existing gnome-calculator).
3624 ----
3626 Overview of changes in gcalctool 4.1.24
3628 * Fixed Bugzilla bug #101780.
3629   Removed leading and trailing spaces from the labels for the gcalctool buttons.
3631 ----
3633 Overview of changes in gcalctool 4.1.23
3635 * Fixed Bugzilla bug #101777.
3636   Removed trailing periods on the four window titles.
3638 ----
3640 Overview of changes in gcalctool 4.1.22
3642 * Various I18N changes.
3644 ----
3646 Overview of changes in gcalctool 4.1.21
3648 * Various I18N changes.
3650 ----
3652 Overview of changes in gcalctool 4.1.20
3654 * Fixed Sun Bugtraq bug #1102883 against DeskSet calctool:
3655   Adjusted so that all error messages just display "Error" which is
3656   more consistent.
3658 ----
3660 Overview of changes in gcalctool 4.1.19
3662 * Fixed Sun Bugtraq bug #4006391 against CDE dtcalc:
3663   Bring up gcalctool, enter 10000 X 0.58 =, get answer is 5800.
3664   Then click on Int button, supposely should get 5800, but the answer was 5799.
3666 ----
3668 Overview of changes in gcalctool 4.1.18
3670 * Fixed Sun Bugtraq bug #1258472 against CDE dtcalc:
3671   Start up gcalctool and set to decimal and fixed. Set accuracy to 2 decimal
3672   places. Do a division like 0.19/2  It gives 0.0A.
3674 ----
3676 Overview of changes in gcalctool 4.1.17
3678 * Fixed Bugtraq bug #1190181 against OpenWindows DeskSet calctool:
3679   gcalctool core dumped if parent directory was not readable.
3681 ----
3683 Overview of changes in gcalctool 4.1.16
3685 * Updated TODO file with all relevant calculator Sun bugs and rfes.
3686 * Adjusted matherr() routine so that strict ANCI C compilers can compile it.
3687 * Mode windows now shows buttons correctly if you start up in Basic mode,
3688   then try to show one of the other modes.
3690 ----
3692 Overview of changes in gcalctool 4.1.15
3694 * "Keys" button now displays correctly if started with left-handed style.
3695 * Switching handed style now displays button labels correctly if currently
3696   showing the keyboard equivalent.
3698 ----
3700 Overview of changes in gcalctool 4.1.14
3702 * Buttons are colored correctly if started with left-handed style.
3704 ----
3706 Overview of changes in gcalctool 4.1.13
3708 * The unused buttons in the mode window are now hidden.
3710 ----
3712 Overview of changes in gcalctool 4.1.12
3714 * Added gconf support, removing the use of X11 resources.
3716 ----
3718 Overview of changes in gcalctool 4.1.11
3720 * Explicitly setting the size of the calculator buttons has been removed.
3721 * The width of the mode window is now set to the width of the main window.
3723 ----
3725 Overview of changes in gcalctool 4.1.10
3727 * Fixes for I18N support.
3729 ----
3731 Overview of changes in gcalctool 4.1.9
3733 * Now that gcalctool is using Gtk resources to determine the appearance of
3734   the calculator, there is no need to use the custom display_frame widget.
3735 * The calculator display area now has tooltip help.
3737 ----
3739 Overview of changes in gcalctool 4.1.8
3741 * Fixed up mistakes is the gcalctool tooltip help text.
3742 * Three keyboard accelerators weren't working when a "menu" button had been
3743   pressed and the calculator was in pending mode:
3744   Base button - "o" (octal).
3745   Mode button - "l" (logical).
3746   Trig button - "g" (gradient).
3747 * The + and . keys on the numeric keypad now work.
3749 ----
3751 Overview of changes in gcalctool 4.1.7
3753 * Added in help support. Hitting the Help key will toggle whether tooltip
3754   help messages are displayed for the various buttons and other widgets.
3756   By default tooltips are disabled. Start gcalctool with the "-h" command
3757   line option will enable them. There is also a "gcalctool.showhelp"
3758   resource that can enable/disable them.
3760 ----
3762 Overview of changes in gcalctool 4.1.6
3764 * The new Constant/Function popup now has the various items aligned.
3766 ----
3768 Overview of changes in gcalctool 4.1.5
3770 * The size of the buttons in the Mode window are incorrect if the unused ones
3771   are not shown. Solved this my simply making the unused ones insnsitive, and
3772   showing them all.
3774 ----
3776 Overview of changes in gcalctool 4.1.4
3779 * Keyboard accelerators now work for the gcalctool "menu" buttons.
3781 ----
3783 Overview of changes in gcalctool 4.1.3
3785 * The constant and function definitions are now read and written to a file
3786   named ~/.gcalctoolcf.
3787 * gcalctool now also tries to read a ~/.gcalctoolrc file at startup time.
3788   This file (if it exists) can contain resources for changing the appearance
3789   of the application. A gcalctoolrc file is now also included with the
3790   gcalctool distribution, which gives the old OpenWindows DeskSet appearance
3791   to the calculator.
3792 * The ability to change various colors via X resources has also been removed.
3793   The manual pages have been updated to reflect this.
3795 ----
3797 Overview of changes in gcalctool 4.1.2
3799 * Starting gcalctool then switching hands to left-handed, then using the
3800   keyboard for input, wrongly associated the various keyboard accelerators
3801   for the swapped keys.
3803 ----
3805 Overview of changes in gcalctool 4.1.1
3807 * Now finds the X11 libraries in a platform independent way.
3808 * Fixed up the gcalctool usage message.
3809 * Fixed up the gcalctool manual pages.
3810 * gcalctool now looks for ~/.gcalctoolrc and ~/.gcalctooldefaults files.
3811 * X resources are now "gcalctool.<whatever" rather than "calctool.<whatever>".
3813 ----
3815 Overview of changes in gcalctool 4.1.0
3817 * Graphics driver is now based on Gtk2.
3819 ----
3821 Overview of changes in calctool 4.0.0
3823 * Code based on the calctool in the OpenWindows Deskset for Solaris 8.
3824 * Adjusted to use an autoconf/automake configuration and build environment.
3825 * Adjusted the code to a K&R style.
3826 * Incorporated in needed code from the libguide and libdeskset libraries.
3827 * Released under a GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL) license.
3828 * Just an XView graphics driver currently provided.
3830 ----