Support entering super/subscript with numeric keypad (Bug #634904)
[gcalctool.git] / NEWS
blob8031fa0c9a22a1ed7a980ec84ac2fca5d23dd3fa
1 Overview of changes in gcalctool 5.91.91
3     * Disable localized digits (Bug #644980)
4     * Fix crash doing bitwise operations with large numbers (Bug #637328)
5     * Don't use automatic exponential format when not in base 10
6     * Only use thousands separators in base 10
7     * Set currency on first start (Bug #640818)
8     * Support entering super/subscript with numeric keypad (Bug #634904)
10 Overview of changes in gcalctool 5.91.90
12     * Integrate unittests into build process
14 Overview of changes in gcalctool 5.91.90
16     * Fix grammar mistakes
17     * Fix translated conversions (Bug #641166)
19 Overview of changes in gcalctool 5.91.6
21     * Add fixed rate of 15.6466 EEK = 1 EUR (Bug #639332)
22     * Use full name of currency in conversion bar
23     * Add temperature conversion
24     * Update conversion bar when currencies are updated
25     * Fix incorrect display of complex numbers
26     * Now able to change currencies from advanced mode
28 Overview of changes in gcalctool 5.91.5
30     * Make new variable buttons that combines add/set/get and clear into one
31       dialog.
32     * Add a decimal point button to the programming mode
33     * Make the numeric keypad produce numbers even when numlock is on
35 Overview of changes in gcalctool 5.91.4
37     * Use new Indian Rupee sign ₹ (Bug #636587, Carlos Cejudo)
38     * Use currency rates from the IMF as well as the ECB to add 24 new rates:
39       AED, BHD, BND, BWP, CLP, COP, DZD, ILS, IRR, KWD, KZT, LKR,
40       LYD, MUR, NPR, OMR, PEN, PKR, QAR, SAR, TND, TTD, UYU, VEF
41     * Don't hide GCalctool in KDE
42     * Convert numeric keypad separator into locale specific version
43       (Bug #632794)
45 Overview of changes in gcalctool 5.91.3
47     * Fix incorrect calculation of tanh
48     * Fix dropping of decimal points when thousand separator is '.' (Bug #635517)
49     * Improve conversion bar
50     * Fix crash in scientific mode
51     * Add new automatic display mode that switches from fixed to scientific when
52       numbers are too large
54 Overview of changes in gcalctool 5.91.2
56     * Fix broken thousands separators code (Bug #628908)
57     * Don't make window resizable, it is not supposed to be
58     * Use icons for undo and clear buttons as the translations cause them to be
59       oversized in some languages
60     * Handle Han digits (〇〡〢〣〤〥〦〧〨〩)
61     * If a thousands separator is not defined then use ' ' (Bug #632182)
62     * Fix incorrect error text for acosh function (Bug #632614)
64 Overview of changes in gcalctool 5.91.1
66     * Clear display when an answer is displayed and a numeric point is inserted
67     * Add GUI for unit conversations (bug #539830)
68     * Fix the definition of ounces
69     * Remove trailing whitespace when entering super-/subscript mode
70       (bug #631988)
71     * Calculate answers in separate thread (bug #576371)
72     * Stop '*'+backspace+'*' being converted into '^'
73     * Updated translations
75 Overview of changes in gcalctool 5.91.0
77     * Port to GTK+-3 (bug #630115, William Jon McCann)
78     * Don't crash on pasting empty clipboard
79     * Mark more strings as translatable (bug #630899, Gabor Kelemen)
80     * Make calculator window resizable (bug #630594)
81     * Put back visible thousands separators (bug #628908)
82     * Make thousands separators and radix points respect the users locale
83     * Updated translations
85 Overview of changes in gcalctool 5.32.0
87     * Updated translations
89 Overview of changes in gcalctool 5.31.91
91     * Increase accuracy of internal calculations, don't crash printing numbers
92       when they get too large.
93     * Updated translations
95 Overview of changes in gcalctool 5.31.90
97     * Updated translations
99 Overview of changes in gcalctool 5.31.6
101     * Fix double pasting into display with middle button
102     * Add a11y names to widgets
104 Overview of changes in gcalctool 5.31.5
106     * Call gsettings_sync() before quit
108 Overview of changes in gcalctool 5.31.4
110     * Show currency conversion below display
112     * Use gsettings instead of gconf
114 Overview of changes in gcalctool 5.31.3
116     * Support complex trigonometry
118     * Add complex argument button to scientific mode
119     
120     * Make popup button for additional functions, with integer/fractional
121       component, floor, ceiling, round and sign functions.
123 Overview of changes in gcalctool 5.31.2
125     * Replace backspace button with undo button
127     * Remove memory buttons from basic mode (too complex)
129     * Support complex arithmetic
131 Overview of changes in gcalctool 5.31.1
133     * Dynamically load button layouts to speed up startup time
135     * Add colours to buttons (Bug #157962)
137     * Merge advanced and scientific mode
139     * Relayout buttons
141     * Use arrows on superscript buttons (i.e. '↑n' instead of '⎕ⁿ')
143     * Don't change window title to match mode (no need to)
145     * Rename View menu to Mode
147     * Make inverses of variables work (Bug #614979)
149     * Show answer in bold (Bug #505168)
151     * Reimplement undo and redo
153     * Automatically add missing closing brackets (Bug #615243)
155     * Show all defined variables in variable popups
157 Overview of changes in gcalctool 5.30.0
159     * Fix errors in variable exponents (e.g. xy²)
161     * Handle powers in convesion units, (e.g. 1m² in mm²)
163     * Don't clear ans when clearing display (Bug #613552)
164     
165     * Handle equations like (x+3y)(2x-4y)
167 Overview of changes in gcalctool 5.29.92
169     * Add shortcuts to base buttons (Ctrl+B, Ctrl+O, Ctrl+D, Ctrl+H)
171     * Convert number in display if it has a base and a base button is pressed
173     * Make scientific notation button behave the same as keyboard shortcut (i.e.
174       go into superscript mode).
175       
176     * Only allow superscript minus to be entered if can make a valid superscript
177       number, otherwise revert to standard minus.
179     * Allow hexadecimal numbers to be entered in lower-case
181     * Make bit editor active for displayed numbers not in base 10
183     * Make variable powers work, e.g. x²
185     * Fix spacebar not working when display has focus (Bug #611971)
187     * Load currency rates when doing typed currency conversion
188     
189     * Use GIO instead of libsoup
191 Overview of changes in gcalctool 5.29.91
193     * Fix bug where backspace deletes all input in locales with no thousands
194       separator
196     * Make boolean operations work with zero, e.g. "0 XOR 5"
197     
198     * Don't override space and return when display area not selected (Bug #596645)
200     * Make window non-resizable (Bug #602154)
202     * Change boolean functions to uppercase (xor -> XOR)
204     * Documentation rewritten
206     * Modernised build system
208 Overview of changes in gcalctool 5.29.90
210     * Miscellaneous string fixes
212     * Updated translations: bg (Ivaylo Valkov), da (Ask H. Larsen),
213                             en_GB (Philip Withnall), es (Jorge González),
214                             fr (Laurent Coudeur), nb (Kjartan Maraas),
215                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
217 Overview of changes in gcalctool 5.29.6
219     * Reimplement automatic ans substitution (Robert Ancell)
221     * Make builds less verbose (bug #607118, Thomas Andersen)
223     * De-break function that check if currency rates are out of date (Robin Sonefors)
225     * Fix shift button keybinding crash (Robert Ancell)
227     * Updated translations: ast (Xandru Armesto Fernandez), bn (Jamil Ahmed),
228                             cs (Petr Kovar), de (Christian Kirbach),
229                             fr (Laurent Coudeur and Claude Paroz), hu (Gabor Kelemen),
230                             nb (Kjartan Maraas), sv (Daniel Nylander),
231                             ta (vasudeven), uk (Maxim V. Dziumanenko)
233 Overview of changes in gcalctool 5.29.4
235     * Make 0^0 = 1 (Robert Ancell, Bug #605011)
237     * Use superscript digits for scientific notation (Robert Ancell)
239     * Clear display when entering a number after an equation (Robert Ancell)
241     * Make Ctrl+W a shortcut to quit (Robert Ancell)
243     * Updated translations: et (Ivar Smolin), ro (Lucian Adrian Grijincu),
244                             zh_CN (Tao Wei)
246 Overview of changes in gcalctool 5.29.2
248     * Support conversions in display (e.g. "1 AUD in USD" or "6.2 inches in
249       meters") (Robert Ancell)
251     * Support arbitrary varible names, e.g. set with "name=55" (Robert Ancell)
253     * Add a command-line version of gcalctool 'gcalccmd'
254       (Rich Burridge, Bug #590767)
256     * Updated translations: en@shaw (Thomas Thurman), es (Jorge González),
257                             sl (Matej Urbančič), ta (drtvasudevan),
258                             zh_CN (Aron Xu)
260 Overview of changes in gcalctool 5.29.1
262     * New user interface:
263       - Window is now shorter to better fix in netbook resolutions
264       - Superscript and subscript numbers to allow better notation, e.g. "₃√5"
265       - Preferences moved into a dialog
266       - Functions are now typed, e.g. s+i+n for sine instead of "k"
267       - Error messages now displayed below equation, and improved descriptions
269 Overview of changes in gcalctool 5.28.0
271     * Don't override space bar when buttons are focussed as this stops keyboard control
272       (Robert Ancell, Bug #595337)
274     * Handle keycode for '^' used in non-English layouts (German, Spanish, etc)
275       and allow '**' to be converted to a '^' for layouts that do not support it
276       (Robert Ancell, Bug #546819)
278     * Updated documentation: de (Christian Kirbach), fr (Claude Paroz)
280     * Updated translations: as (Amitakhya Phukan), bg (Yavor Doganov)
281                             bn_IN (Runa Bhattacharjee), bn (Jamil Ahmed)
282                             cs (Marek Černocký), da (Ask H. Larsen)
283                             en_GB (Bruce Cowan), et (Ivar Smolin)
284                             hi (Rajesh Ranjan), it (Davide Falagna)
285                             kn (Shankar Prasad), lt (Gintautas Miliauskas)
286                             ml (Ani), mr (Sandeep Shedmake)
287                             or (Manoj Kumar Giri), pa (A S Alam)
288                             ro (Adi Roiban), sl (Matej Urbančič)
289                             sr (Branko Kokanović), sr@latin (Branko Kokanović)
290                             te (krishnababu k), uk (Maxim V. Dziumanenko)
291                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
293 Overview of changes in gcalctool 5.27.92
295     * Fix base conversions (Robert Ancell)
297     * Fix disabled help menu (Robert Ancell)
299     * Fix duplicate object names in data/financial.ui (Robert Ancell, Bug #593277)
301     * Updated translations: ar (Khaled Hosny), el (Jennie Petoumenou)
302                             eu (Inaki Larranaga Murgoitio), fr (Claude Paroz)
303                             gu (Sweta Kothari), hu (Gabor Kelemen)
304                             kn (Shankar Prasad), ml (Ani)
305                             pl (Tomasz Dominikowski), pt (Duarte Loreto)
306                             sr (Branko Kokanović), sv (Daniel Nylander)
307                             tr (Baris Cicek), zh_CN (Aron Xu)
309 Overview of changes in gcalctool 5.27.91
311     * Updated documentation: cs (Petr Kovar)
313     * Updated translations: bn_IN (Runa Bhattacharjee), et (Ivar Smolin)
314                             eu (Inaki Larranaga Murgoitio), fi (Tommi Vainikainen)
315                             ga (Seán de Búrca), gl (Antón Méixome)
316                             kn (Shankar Prasad), ko (Changwoo Ryu)
317                             nb (Kjartan Maraas), or (Manoj Kumar Giri)
318                             pl (Piotr Drąg), pt_BR (Leonardo Ferreira Fontenelle)
319                             sv (Daniel Nylander), ta (ifelix)
321 Overview of changes in gcalctool 5.27.90
323     * Fix bug where inserting text in locales without thousands separators replaces the whole display (Robert Ancell)
325     * Updated documentation: es (Jorge González)
327     * Updated translations: de (Christian Kirbach), es (Jorge González)
328                             gl (Antón Méixome), nb (Kjartan Maraas)
329                             sv (Daniel Nylander), ta (drtvasudevan)
331 Overview of changes in gcalctool 5.27.5
333     * Perform power and factorials before negation so -1! and -1^0.5 are valid as in 5.26.x (Robert Ancell)
335     * Connect functions to solve the function text and replace the display with the result (Robert Ancell, Bug #548884)
337     * Change bison syntax to be compatible with version 2.3 (Robert Ancell, Bug #589350)
339     * Compile with -DGSEAL_ENABLE (Thomas Anderson, Bug #588591)
341     * Update gconf descriptions to match translation guidelines (Leonardo Fontenelle, Bug #589563)
343     * Updated documentation: fr (Laurent Coudeur, Claude Paroz)
345     * Updated translations: es (Jorge González), et (Ivar Smolin, Mattias Põldaru)
346                             fr (Claude Paroz), pt_BR (Daniel S. Koda)
348 Overview of changes in gcalctool 5.27.4
350     * Update bit editor after shifting (Robert Ancell, Bug #587545)
352     * Use a base-10 internal representation (Robert Ancell, bug #585813, bug #585931, bug #560802)
354     * Make padding consistent in GUI (Jerry Casiano, Bug #587292)
355     
356     * Support implicit multiply before functions, e.g. "6 log 3" (Robert Ancell, Bug #586812)
358     * Use inverse notation for trigonometric functions, i.e. "asin" -> "sin⁻¹"
360     * Use lowercase notation for trigonometric and logarithm functions to look
361       more like standard mathematical notation
363     * Put spacing around functions, i.e. "sin" -> " sin "
365     * Use subscript for logarithm base two, i.e. "log2" -> "log₂"
367     * Added etched border around display (Robert Ancell, Bug #140836)
369     * Rewrote out of date man page (Robert Ancell, Bug #585997)
371     * Updated documentation: cs (Marek Cernocky)
373     * Updated translations: bn_IN (Runa Bhattacharjee), cs (Marek Cernocky),
374                             es (Jorge Gonzalez), fr (Jonathan Ernst, Claude Paroz),
375                             ta (drtvasudevan), sv (Daniel Nylander),
376                             uk (Maxim V. Dziumanenko)
378 Overview of changes in gcalctool 5.27.3
380     * Percentage operation for addition and subtraction now takes percentage of
381       first value (Robert Ancell, Bug #480207)
383     * Use correct UTF-8 mathematical characters (Robert Ancell, Bug #347630)
385     * Focus on the display entry by default
387     * Fix broken widget style.  Copy gcalctoolrc to ~/.gcalctoolrc to get coloured buttons.
389     * Fix missing icon in Help>Contents menu
391     * Updated translations: nb (Kjartan Maraas), ta (drtvasudevan)
393 Overview of changes in gcalctool 5.27.2
395     * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253)
397     * Add variable word size for bitwise functions (Robin Sonefors, Bug #581253)
399     * Remove negative sign from numbers rounded to zero.  This is only a partial
400       fix as the error value is still visible in scientific notation
401       (Robert Ancell, Bug #560802)
403     * Support odd roots of negative numbers (Robert Ancell, Bug #576973)
405     * Keep settings (show zeroes, thousands separator etc) when changing modes
406       (Robert Ancell, Bug #580398)
408     * Add a --solve command-line argument (Robert Ancell)
410     * Really fix the license text in the about dialog (Robert Ancell, Bug #579174)
412     * Made parser reentrant and part of MP code (Robert Ancell)
413     
414     * Remove references to arithmetic/left-to-right precedence from the manual
415       (Robert Ancell, Bug #559734)
417     * Fix grammatical errors in manual (Bruce Cowan, Bug #569275)
419     * Remove untranslated figures in documentation - they are automatically
420       copied from the C documentation (Robert Ancell, Bug #566680)
422     * Updated translations: si (K.P.Gayan Tharaka)
424 Overview of changes in gcalctool 5.27.1
426     * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807)
428     * Fix display on startup to be replaced on entry (Robert Ancell, Bug #576975)
429     
430     * Make GConf schemas translatable (Robert Ancell, Bug #571948)
431     
432     * Replace MP number arrays with an MPNumber structure (Robert Ancell)
434     * Tidied up error messages (Robert Ancell, Bug #521184)
436     * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946)
437       This will cause the gconf schema to be incompatible with gcalctool < 5.26.0.
438       Expect settings to reset to defaults when upgrading.  Switching between
439       versions will cause resets.
441     * Fix missing license text in about dialog (Robert Ancell, Bug #579174)
442     
443     * Updated translations: es (Jorge Gonzalez), et (Ivar Smolin)
445 Overview of changes in gcalctool 5.26.0
447     * Fix button expansion (nowak2000, Bug #575385)
449     * Removed deprecated test/ directory (Bug #574048)
451     * Updated documentation: C (Robin Sonefors), ca (Joan Duran)
453     * Updated translations: as (Amitakhya Phukan), da (Ask H. Larsen),
454                             el (Jennie Petoumenou), es (Jorge Gonzalez),
455                             fi (Tommi Vainikainen), gl (Ignacio Casal Quinteiro),
456                             gu (Ankitkumar Patel), hi (Rajesh Ranjan),
457                             hu (Gabor Kelemen), it (Sergio Durzu),
458                             lt (Vytautas Rėkus), mai (Rajesh Ranjan),
459                             ml (Ani Peter), mr (Sandeep Shedmake),
460                             nb (Kjartan Maraas), nl (Tino Meinen),
461                             pl (Wadim Dziedzic), ru (Nickolay V. Shmyrev),
462                             ta (felix), te (Krishnababu K),
463                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
465 Overview of changes in gcalctool 5.25.92
467     * Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell, Bug #572881)
469     * Fix rounding errors in integer power calulations (Robert Ancell, Bug #527540)
471     * Fix error in cosine/tangent calculations (Robert Ancell, Bug #571007)
473     * Updated documentation: eu (Inaki Larranaga Murgoitio)
475     * Updated translations: en_GB (Philip Withnall), fi (Ilkka Tuohela),
476                             fr (Bruno Brouard, Claude Paroz), ja (Takeshi AIHANA)
477                             kn (Shankar Prasad), lv (Raivis Dejus),
478                             nl (Wouter Bolsterlee), pt (Duarte Loreto)
479                             pt_BR (Og Maciel, Rodrigo Flores), sv (Daniel Nylander)
481 Overview of changes in gcalctool 5.25.91
483     * Initialise GType system so usage of GConf doesn't cause crashes (Matthias Clasen, Bug #571581)
485     * Rework command-line arguments to be standard (Robert Ancell, Bug #569885)
487     * Correctly handle decimal points for languages not using '.' (Robert Ancell, Bug #566929)
489     * Fix shortcut keys so standard menu keys work (Robert Ancell)
490     
491     * Updated documentation: eu (Inaki Larranaga Murgoitio)
492     
493     * Updated translations: ast (Mikel González), cs (Petr Pulc), da (Ask H. Larsen), eu (Inaki Larranaga Murgoitio),
494                             gu (Sweta Kothari), hu (Gabor Kelemen), ro (Adi Roiban), vi (Clytie Siddall),
495                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
497 Overview of changes in gcalctool 5.25.90
499     * Fixed incorrect bit shift operation (Robert Ancell, Bug #569176)
501     * Updated documentation: sv (Daniel Nylander)
503     * Updated translations: ca (Joan Duran), de (Christian Kirbach), ko (Changwoo Ryu), or (Manoj Kumar Giri)
505 Overview of changes in gcalctool 5.25.5
507     * Updated documentation: de (Christian Kirbach)
509     * Updated translations: nb (Kjartan Maraas), th (Theppitak Karoonboonyanan)
511 Overview of changes in gcalctool 5.25.4
513     * Updated translations: de (ckirbach), es (Jorge Gonzalez), zh_CN (甘露)
515 Overview of changes in gcalctool 5.25.3
517     * Made exponential numbers work without a sign, e.g. '1e2' works
518       the same as '1e+2' (Robert Ancell).
520     * Correctly calculate exponential numbers in binary mode and
521       convert correctly when changing bases (Robert Ancell, Bug #516159).
523     * Fix broken accelerator keys from changes in 5.25.2 (Robert Ancell, Bug #379476).
525 Overview of changes in gcalctool 5.25.2
527     * Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are controlled by the shift key.
528       The following shortcut keys have changed:
530       Function     | Old | New
531       --------------------------
532       Sine         | K   | k
533       Inv. Sine    | -   | K
534       Cosine       | J   | j
535       Inv. Cosine  | -   | J
536       Tangent      | L   | w
537       Inv. Tangent | -   | W
538       Natural Log  | N   | n
539       e^x          | {   | N
540       Log          | G   | g
541       10^x         | }   | G
542       Log_2        | H   | h
543       2^x          | -   | H
544       x^y          | ^   | ^ or o
545       x^(1/y)      | -   | O
546       
547       (Robin Sonefors, Bug #379476).
549     * Fixed crash where financial dialogs are activated from other modes on startup
550       (Robin Sonefors, Bug #560196).
552     * Give binary invert operation higher precedence so that ~X and X == 0 (Sami Pietilä, Bug #562251)
553     
554     * Fixed calculation errors for boolean operations on very large numbers (Robert Ancell, Bug #509988)
556     * Always read configuration from /apps/gcalctool not /apps/(appname) as the application
557       name is different when symlinked (e.g. the gnome-calculator symlink) (Matt Keenan, Bug #559260).
559     * Correct gconf key names in man page (Robert Ancell, Bug #559458).
561     * Updated translations: es (Jorge Gonzalez)
563     * Updated help: es (Jorge Gonzalez)
565 Overview of changes in gcalctool 5.25.1
567     * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508).
568     
569     * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686).
570     
571     * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663).
572     
573     * Don't clear display when changing modes and allow all functions to work in all non-basic
574       modes (Robert Ancell, Bug #554133).    
575    
576     * Set decimal point label to be based on LC_NUMERIC as users can set their numerical
577       representation to different to their language settings (Robin Sonefors, Bug #557331).
578       
579     * More refactoring in MP math library (Klaus Niederkrueger, Robert Ancell, Bug #524091).
581     * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965).
583     * Only update bit panel when display contains a solved number (Robert Ancell, Bug #548690).
585     * Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).
586     
587     * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207).
589     * Added translator comments (Robert Ancell)
591     * Updated translations: bg (Alexander Shopov),
592                             da (Ask H. Larsen, Kenneth Nielsen),
593                             es (Jorge Gonzalez),
594                             et (Ivar Smolin),
595                             fi (Ilkka Tuohela),
596                             mk (Jovan Naumovski),
597                             pt_BR (Vladimir Melo, Leonardo Ferreira Fontenelle)
599     * Updated help: es (Jorge Gonzalez)
601 Overview of changes in gcalctool 5.24.0
603     * Updated translations: af (Friedel Wolff), ar (Anas Afif Emad, Khaled Hosny),
604                             bn_IN (Sankarshan Mukhopadhyay), da (Kenneth Nielsen),
605                             dz (Pema Geyleg), gu (Sweta Kothari),
606                             hr (Robert Sedak), hu (Gabor Kelemen),
607                             it (Luca Ferretti), kn (Shankar Prasad),
608                             ko (Changwoo Ryu), lt (Gintautas Miliauskas),
609                             ml (Sreejith K incorporated, Praveen Arimbrathodiyil),
610                             mr (Sandeep Shedmake), ro (Mişu Moldovan),
611                             sq (Laurent Dhima), ta (Tirumurthi Vasudevan),
612                             te (Krishnababu K), tr (Baris Cicek),
613                             zh_CN (Funda Wang)
615     * Updated help: es (Jorge Gonzalez)
616 ----
618 Overview of changes in gcalctool 5.23.92
620     * Updated translations: en_GB (Philip Withnall), ca (Gil Forcada),
621                             bg (Alexander Shopov)
623 ----
625 Overview of changes in gcalctool 5.23.91
627     * Fix packing for modulus button (Bug #548880)
629     * Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so
630       other desktops can use GCalctool (bug #518862).
632 ----
634 Overview of changes in gcalctool 5.23.90
636     * Fix some small memory leaks (Felix Riemann, Bug #547942)
637     
638     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
639     
640     * Updated translations: ar (Khaled Hosny), fi (Ilkka Tuohela), he (Yair Hershkovitz), ja (Takeshi Aihana), pt (Duarte Loreto), sk (Marcel Telka)
641     
642     * Updated documentation: ru (Yuriy Penkin)
644 ----
646 Overview of changes in gcalctool 5.23.6
648     * Deprecated left-to-right mode (Bug #500994).
650     * Updated remaining documentation (bg, zh_CN, zh_HK, zh_TW) to gnome-doc-utils (Robert Ancell, Bug #336104)
651     
652     * Changed icon from deprecated 'gnome-calculator' to 'accessories-calculator') (Matthias Clasen, Bug #545074)
654     * Updated translations: ar (Djihed Afifi), fr (Claude Paroz), pt_BG (Fabrício Godoy)
656 ---- 
658 Overview of changes in gcalctool 5.23.5
660     * Fix regression in factorial operation (Klaus Niederkrueger)
661     
662     * Made trigonometric button text translatable (Yuri Penkin, Bug #540196)
664     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
665     
666     * Updated Japanese documentation to gnome-doc-utils (Claude Paroz, Takeshi Aihana, Bug #336104)
668     * Updated translations: ca (Joan Duran), oc (Yannig Marchegay), ru (Yuriy Penkin), sv (Daniel Nylander), th (Theppitak Karoonboonyanan)
670 ----
672 Overview of changes in gcalctool 5.23.4
674     * Added workaround to stop display disappearing when editing large displays (Bug #524602)
676     * Applied second mp math tidy up patch from  Klaus Niederkrueger (Bug #524091)
678     * Updated translations: ar (Djihed Afifi)
680 ----
681   
682 Overview of changes in gcalctool 5.23.3
684     * Default to no thousands separator not ',' for locales that do not require one (Bug #527669)
686     * Updated translations: ar (Djihed Afifi), et (Ivar Smolin), vi (Clytie Siddall)
688 ----
690 Overview of changes in gcalctool 5.23.2
692     * Fixes the cursor from moving around when editing numbers with thousands separators (Bug #527669)
694     * Structural changes in preperation for full unicode support (Bug #530532)
695     
696     * Updated translations: es (Jorge González), gl (Ignacio Casal Quinteiro), nb (Kjartan Maraas),
697       nl (Tino Meinen), pt_BR (Leonardo Ferreira Fontenelle), sl (Matej Urbančič)
698     
699 ----
701 Overview of changes in gcalctool 5.23.1
703     * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318)
705     * Fixes incorrect negation precedence (Bug #526094)
707     * Fixes issues with thousands seperators and radix in non-english
708       locales (Bug #527669)
710     * Fixes regression in constant and function menus (Bug #527545)
712     * Fixes problem where display is invisible after solving equation
713       (Bug #524602)
715 ----
717 Overview of changes in gcalctool 5.22.0
719     * Fix for bug #520474 - Calculator uses 06 in place of decimal.
721     * Fix for bug #519979 - Please provide translator comments.
723     * Fix for bug #519243 - Memory registers save incorrectly.
725 ----
727 Overview of changes in gcalctool 5.21.92
729     * Released a gcalctool tarball for GNOME 5.21.92.
731 ----
733 Overview of changes in gcalctool 5.21.91
735     * Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
737     * Fix for bug #515326 – translation issues
739     * Unmark bitcalculating strings for translation (Bug #515326)
740       Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
742     * Remove help/it/Makefile, switching to gnome-doc-utils
744     * Fix for bug #514233 - Title not translated
746     * Fix for bug #513868 - Switching mode clears values but not
747       "Malformed expression" in statusbar.
749     * Fix for bug #513218 - Parsing not handling things the way a
750       "normal" calculator would.
752     * Fix for bug #482666 - XML errors in gcalctool de translation.
754     * Fix typo (Retreive -> Retrieve)
756 ----
758 Overview of changes in gcalctool 5.21.90
760     * Fix for bug #512204 - Regression in (-,+) handling.
762     * Fix for bug #511052 – Mod gives negative remainders.
764     * Fixed typo in message in create_kframe() in gtk.c.
766 ----
768 Overview of changes in gcalctool 5.21.5
770    * Adjusted online help documentation to add in a section 4.4. "Changing
771      The Display Area" and to update the new keyboard shortcut for Clear.
773    * Use delete key to delete character right of cursor in display, clear
774      now uses shift+delete (Bug #326938).
775    
776    * Update all button tooltips to have the shortcut
777      key for that button (Bug #503707).
779    * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
780      category
782    * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
783      "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
785    * Work on bug #501699. Adjusted "monthly interest rate" to "simple
786      monthly interest rate" in the online help for two of the financial
787      examples.
789    * Fix incorrect menu radio button selected when mode change aborted 
790      (bug #488226).
792    * Fix for bug #502306 - unable to use MOD operation after a 
793      x ? y operation.
795 ----
797 Overview of changes in gcalctool 5.21.4
799     * Adjusted online help documentation to add in a section 4.4. "Changing
800       The Display Area" and to update the new keyboard shortcut for Clear.
802     * Use delete key to delete character right of cursor in display, clear
803       now uses shift+delete (Bug #326938).
804     
805     * Update all button tooltips to have the shortcut
806       key for that button (Bug #503707).
808     * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
809       category
811     * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
812       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
814     * Work on bug #501699. Adjusted "monthly interest rate" to "simple
815       monthly interest rate" in the online help for two of the financial
816       examples.
818     * Fix incorrect menu radio button selected when mode change aborted 
819       (bug #488226).
821     * Fix for bug #502306 - unable to use MOD operation after a 
822       x ᶺ y operation.
824 ----
826 Overview of changes in gcalctool 5.21.3
828     * Added a "Reset to Default" accuracy menu item (bug #488542).
830     * When the bit calculation extension is enabled, a message now appears
831       in the status bar.
833     * Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension
834       produces incorrect results.
836     * Fixed bug #367731 - [doc] Update documentation for bit calculating
837       extension.
839     * Fixed bug 500029 - Clearing a bit in the bitcalculating extension,
840       sets the display to zero.
842     * Disable menu items not valid in current mode (Bug #499625).
844     * Fix build dependencies for parsers (Bug #497237).
845     
846     * Trim pasted text on newlines, replace tabs with spaces (Bug #488796).
848     * Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
850     * Fixed bug #367723 - [doc] Update documentation for Changing Modes
851       Clears Calculation.
853 ----
855 Overview of changes in gcalctool 5.21.2
857     * Fixed bug #485919 - Use Glade for UI. Glade conversion of gcalctool 
858       is now complete (thanks Robert).
860     * Fixed bug #495349 - Close precision dialog when setting precision from
861       Acc button.
863     * Fixed bug #495345 - Connect "activate" signal for precision spin button
864       after spin button has been updated.
866     * Fixed bug #482655 - Missing image file.
868     * Fix the buglet in comment #51 of bug #485919
870     * Fixed for final remaining parts of bug #488694 - [a11y] Several 
871       calculator buttons don't speak correctly with Orca.
873     * Fixed bug #488489 - Make accuracy shortcuts only work in scientific mode.
875     * Fixed bug # 488703 - Stop bogus '-/-' appearing in accuracy menu items.
877     * Fix for bug #485134 - OR calculation produces incorrect result in
878       arithmetic precedence mode.
880     * General code cleanup.
882 ----
884 Overview of changes in gcalctool 5.21.1
886     * Work on bug #485919 - Use Glade for UI.
887         > Adds support for the mode panel.
888         > Puts menu accelerators back again and fixes the top button row in
889           basic mode being too tall.
890         > Now provides Glade support for the majority of the gcalctool GUI.
892     * Fix for bug #490701 - base radio buttons initially fail.
894     * Attempted fix for bug #485134 - OR calculation produces incorrect 
895       result in arithmetic precedence mode. This isn't a complete solution
896       so the bug has been reopened.
898     * Fix for bug #488828 - Reciprocal remembers backspaced items.
900     * More work on bug ##488694 - [a11y] Several calculator buttons don't speak 
901       correctly with Orca. Removed the accessible descriptions (not needed) and 
902       adjusted the "shift left" and "shift right" names (they were reversed).
904     * Patch to stablize arithmetic precedence.
906     * Stop acting on toggle events from radio buttons when they go inactive 
907       (Bug #485918).
909     * Added Robert Ancell to the list of gcalctool MAINTAINERS.
911     * Fixed bug #488830 - Hex radio button shortcut conflicts with Help menu 
912       shortcut.
914     * Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip shortcut 
915       keys.
917     * Fixed bug #488783 - memory registers not available if you start in 
918       Advanced mode
920     * Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak
921       correctly with Orca.
923     * Fix for bug #485398 - Put memory register window inside the main window.
924       Uses gtk_window_set_transient_for() to associate the memory register
925       window with the main gcalctool window.
927     * Fix for bug #383850 - [doc] New names for Precedence.
929     * Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence mode
930       if user has "hand edited" the display.
932     * Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
933       correctly set the state of the Edit-<Memory Registers check box if the
934       user wanted the memory registers initially displayed.
936     * Correctly handle memory register display and "Memory Registers" menu
937       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
938       (Needed because of the recent changes for bug #478961).
940 ----
942 Overview of changes in gcalctool 5.21.0
944     * Fix for bug #326938 – Display cursor in input area; allow home and 
945       end keys. This is in arithmetic precedence mode only.
947     * Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 places 
948       menu items.
950     * Fix for bug #439087 – Gcalctool can't handle small physic constants
951       like the Boltzmann constant. The number of significant places has
952       been increased to 99 and the number of displayable digits has been
953       increased to 200. The online help has been adjusted to reflect these
954       changes.
956       Note that if you have something in the gcalctool display that is
957       wider than the display area, a scrollbar is shown, but the first
958       digit isn't properly displayed. The workaround here, is to enlarge
959       the size of the calculator window until the scrollbar goes away.
960       I believe this is a Gtk+ problem and have filed bug #482688 against 
961       it.
963     * Fixed bug #367738 – [doc] Square root documentation needs to be updated.
964       The entry in the online help now includes examples for both arithmetic
965       precedence and non-arithmetic precedence mode.
967     * Fixed bug #428571 – [doc] Repetitive usage of "use".
969     * Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
971     * Fixed bug #428573 – [doc] Spelling of logical gates.
972       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
973       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
974       display area in arithmetic precedence mode. The gcalctool manual
975       pages and the online help have been updated accordingly.
977       The XOR operation in non-arithmetic mode was doing a multiplication
978       instead.
980       The result for the AND example in the online help was incorrect.
982       The syntax for using NOT in aritmetic mode is different then for
983       non-arithmetic mode. The online help example has been updated to
984       show both examples.
986     *  Fixed bug #469245 – Hexadecimal input is not intuitive and
987       bug #455889 – Copy/paste of lower case hex letter does not work.
988       The hexadecimal digits have been changed back to their pre Sept
989       2003 (bug #118826) values of "a" - "f".
991       The following functions have also had their keyboard shortcuts
992       reverted back to their pre Sept 2003 upper-case values:
994       [A] - Set accuracy
995       [C] - Change sign
996       [D] - Double-declining depreciation
997       [E] - Enter an exponential number
998       [F] - User-defined functions
1000       With copy/paste operations, where the user is pasting a string into
1001       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
1002       "D" or "F" character is encountered, it will be converted to its
1003       lowercase equivalent. If an "E" is found,  and the next character is a
1004       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
1005       a possible exponential number), otherwise its converted to a lower
1006       case "e".
1008       Displaying of hex digits in the gcalctool display will still be
1009       in uppercase. Displaying of the "e" in an exponential number will
1010       still be in lower-case.
1012       The way to enter exponential numbers in arithmetic precedence mode
1013       has changed. The following four examples should show you the new
1014       correct syntax:
1016         1  2  Exp + 8  =              1200000000
1017       - 1  2  Exp + 8  =             -1200000000
1018         1  2  Exp - 8  =              0.00000012
1019       - 1  2  Exp - 8  =             -0.00000012
1021       In both left-to-right precedence and arithmetic precedence modes, if
1022       the user enters a numeric digit that is incorrect for the current
1023       numeric base, this shouldn't be allowed and should not be entered
1024       in the display.
1026       The gcalctool documentation (and tooltips) have been updated to
1027       reflect these changes.
1029     * Fixed bug #479102 – memory registers dialogue should use ngettext.
1031     * Fixed bug #478961 – GtkAaction use.
1033     * Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
1035     * Fixed bug #478979 – show menu help in statusbar.
1037     * Fixed bug #479064 – should use ngettext on the Acc button.
1039     * Fixed bug #479097 – use gtkmessagedialog.
1041     * Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
1043 ----
1045 Overview of changes in gcalctool 5.20.0
1047 * Released a gcalctool tarball for GNOME 2.20.0.
1049 ----
1051 Overview of changes in gcalctool 5.19.92
1053 * Released a gcalctool tarball for GNOME 2.19.92.
1055 ----
1057 Overview of changes in gcalctool 5.19.91
1059 * Released a gcalctool tarball for GNOME 2.19.91.
1061     - Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
1063 ----
1065 Overview of changes in gcalctool 5.19.90
1067 * Released a gcalctool tarball for GNOME 2.19.90.
1069     - Adjusted the MAINTAINERS file to the new format.
1071 ----
1073 Overview of changes in gcalctool 5.19.6
1075 * Released a gcalctool tarball for GNOME 2.19.6.
1077     - Remove help/de/Makefile due to gnome-doc-utils migration.
1079     - Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
1080       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
1082     - Fixed bug #439415. Always use left-to-right direction for button's boxes.
1084 ----
1086 Overview of changes in gcalctool 5.19.5
1088 * Released a gcalctool tarball for GNOME 2.19.5.
1090     - Applied Sun patch to change the Comment line in gcalctool.desktop.in
1092     - Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
1094     - Fixed bug #450790 – crash in Calculator when pasting in a very large
1095       number.
1097 ----
1099 Overview of changes in gcalctool 5.19.4
1101 * Released a gcalctool tarball for GNOME 2.19.4.
1103     - Fixed bug #448263 – drop libgnome dependency
1105 ----
1107 Overview of changes in gcalctool 5.19.3
1109 * Released a gcalctool tarball for GNOME 2.19.3.
1111   - Fixed bug #439985 – Negative value not saved in memory register across 
1112     invocations of gcalctool. This was also a problem was negative constants.
1114 ----
1116 Overview of changes in gcalctool 5.19.2
1118 * Released a gcalctool tarball for GNOME 2.19.2.
1120 ----
1122 Overview of changes in gcalctool 5.19.1
1124 * Released a gcalctool tarball for GNOME 2.19.1.
1126 ----
1128 Overview of changes in gcalctool 5.9.14
1130 * Released a gcalctool tarball for GNOME 2.18.0 (Final).
1132 ----
1134 Overview of changes in gcalctool 5.9.13
1136 * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
1138 ----
1140 Overview of changes in gcalctool 5.9.12
1142 * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
1144 ----
1146 Overview of changes in gcalctool 5.9.11
1148 * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
1150 ----
1152 Overview of changes in gcalctool 5.9.10
1154 * All copyright messages updated for 2007.
1155 * Released a gcalctool tarball for GNOME 2.17.5.
1157 ----
1159 Overview of changes in gcalctool 5.9.9
1161 * Released a gcalctool tarball for GNOME 2.17.4.
1163 ----
1165 Overview of changes in gcalctool 5.9.8
1167 * Released a gcalctool tarball for GNOME 2.17.3.
1169 ----
1171 Overview of changes in gcalctool 5.9.7
1173 * Released a gcalctool tarball for GNOME 2.17.2.
1175 ----
1177 Overview of changes in gcalctool 5.9.6
1179 * Fixed bug #358782. Fixup sloppy string handling.
1181 ----
1183 Overview of changes in gcalctool 5.9.5
1185 * Fixed bug #364410.  Incorrectly rounded pi constant.
1187 ----
1189 Overview of changes in gcalctool 5.9.4
1191 * Released a gcalctool tarball for GNOME 2.17.1.
1193 ----
1195 Overview of changes in gcalctool 5.9.3
1197 * Fixed bug 359291 - crash when localized decimal point is greater than 
1198   1 char. Removed the bogus assert.
1200 ----
1202 Overview of changes in gcalctool 5.9.2
1204 * Fixed bug #358337 - gcalctool no longer crashes in the Oriya locale due 
1205   to sloppy string handling.
1206 * Fixed bug #354730 - crash in Calculator: running 3x10^38 using bi..
1207 * Fixed bug #357208 - Bitcalculating extension needs to support negative 
1208   numbers
1210 ----
1212 Overview of changes in gcalctool 5.9.1
1214 * Fixed bug #157961 - Bitcalculating extension for gcalctool.
1215 * Fixed bug #355648 - Error reporting should be consistent.
1216 * Fixed bug #135140 - percent operator works not as expected.
1218 ----
1220 Overview of changes in gcalctool 5.9.0
1222 * Fixed bug #349981 - gcalctool should save screen position for next start.
1224 ----
1226 Overview of changes in gcalctool 5.8.24
1228 * Released a gcalctool tarball for GNOME 2.16.0 (Final).
1230 ----
1232 Overview of changes in gcalctool 5.8.23
1234 * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
1236 ----
1238 Overview of changes in gcalctool 5.8.22
1240 * Removed several chunks of code that were surronded by #if 0/#endif.
1242 ----
1244 Overview of changes in gcalctool 5.8.21
1246 * Fixed bug #350341. gcalctool now builds again with gcc v2.95.
1248 ----
1250 Overview of changes in gcalctool 5.8.20
1252 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
1254 ----
1256 Overview of changes in gcalctool 5.8.19
1258 * More work on bug #347700.  Added another "Note to translators" 
1259   comment for the Abs button labels.
1261 * Fixed bug #348452. Removed line for help/sv/Makefile.in
1263 * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
1265 ----
1267 Overview of changes in gcalctool 5.8.18
1269 * Work on bug #347700. Added a "Note to translators" comment for the 
1270   Bksp and Clr button labels.
1272 ----
1274 Overview of changes in gcalctool 5.8.17
1276 * Released a gcalctool tarball for GNOME 2.15.4.
1278 ----
1280 Overview of changes in gcalctool 5.8.16
1282 * Released a gcalctool tarball for GNOME 2.15.3.
1284 ----
1286 Overview of changes in gcalctool 5.8.15
1288 * Fixed bug #343150. Gcalctool no longer crashes when switching to 
1289   scientific mode.
1291 ----
1293 Overview of changes in gcalctool 5.8.14
1295 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
1297 ----
1299 Overview of changes in gcalctool 5.8.13
1301 * Released a gcalctool tarball for GNOME 2.15.2.
1303 ----
1305 Overview of changes in gcalctool 5.8.12
1307 * Fixup compiler warnings from inclusion of last patch.
1309 ----
1311 Overview of changes in gcalctool 5.8.11
1313 * Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
1314   Backspace results in mal-formed expression.
1316 * = button is now also a one step undo. (This feature was temporary
1317   disabled by the previous redo/undo patch.)
1319 * Removed gotos from do_expression function. (This change might add
1320   unstability as this is a major change to the expression mode state
1321   machine.)
1323 * Functions (such as sin, cos, tan..) can use previously calculated value.
1325 ----
1327 Overview of changes in gcalctool 5.8.10
1329 * First cut at an Undo/Redo implementation for use with the arithmetic
1330   operator precedence mode.
1332 ----
1334 Overview of changes in gcalctool 5.8.9
1336 * Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files
1337   were missing.
1340 Overview of changes in gcalctool 5.8.8
1342 * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
1343 * Released a gcalctool tarball for GNOME 2.15.1.
1345 ----
1347 Overview of changes in gcalctool 5.8.7
1349 * Fixed bug #337897. Changes to use po/LINGUAS file.
1351 ----
1353 Overview of changes in gcalctool 5.8.6
1355 * Fixed bug #338220. The 'Show trailing zeroes' option in the View menu 
1356   should now be correctly set [in]sensitive depending upon which mode 
1357   it's in.
1359 ----
1361 Overview of changes in gcalctool 5.8.5
1363 * Fixed bug #332023. The bitwise operators now work in arithmetic operator 
1364   precedence mode, when you use them with the result of a previous operation.
1366 ----
1368 Overview of changes in gcalctool 5.8.4
1370 * Fixed bug #327729. The fields in the memory register window were not 
1371   correctly aligned in some themes.
1373 ----
1375 Overview of changes in gcalctool 5.8.3
1377 * Fixed bug #330867.  Added License info to the Gcalctool About dialog.
1379 ----
1381 Overview of changes in gcalctool 5.8.2
1383 * Fixed bug #335095. Gcalctool no longer displays the current mode in 
1384   the title bar when in Basic mode (due to lack of space).
1386 ----
1388 Overview of changes in gcalctool 5.8.1
1390 * Fixed bug #335236. Gcalctool schemas files should be installed if
1391   built with "--without-gnome".
1393 ----
1395 Overview of changes in gcalctool 5.8.0
1397 * Adjustments to the AOP code so that e to the power of x gives the
1398   correct answer at high precision.
1400 ----
1402 Overview of changes in gcalctool 5.7.32
1404 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1406 ----
1408 Overview of changes in gcalctool 5.7.31
1410 * Fix for bug #333078. cvs fails to build due to bg translation of help.
1412 * Inclusion of a translation of gcalctool help for the bg locale.
1414 ----
1416 Overview of changes in gcalctool 5.7.30
1418 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1420 ----
1422 Overview of changes in gcalctool 5.7.29
1424 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1426 ----
1428 Overview of changes in gcalctool 5.7.28
1430 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1432 ----
1434 Overview of changes in gcalctool 5.7.27
1436 * Refixed bug #323150. The recent changes to the square root and 
1437   subtraction button labels broke the token parser for arithmetic 
1438   operator precedence.
1440 ----
1442 Overview of changes in gcalctool 5.7.26
1444 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of 
1445   causing the CE button to no longer work correctly.
1447 ----
1449 Overview of changes in gcalctool 5.7.25
1451 * Fixed bug #327214. The results from performing trig functions were not 
1452   being passed on to future calculations correctly (in non-arithmetic 
1453   operator precedence mode).
1455 ----
1457 Overview of changes in gcalctool 5.7.24
1459 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1460   for label on division button.
1462 ----
1464 Overview of changes in gcalctool 5.7.23
1466 * Released a gcalctool tarball for GNOME 2.13.5.
1468 ----
1470 Overview of changes in gcalctool 5.7.22
1472 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, 
1473   multiplication, plus/minus, minus and square root.
1475 ----
1477 Overview of changes in gcalctool 5.7.21
1479 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic 
1480   operator precedence mode with the scientific view) now hopefully works 
1481   correctly.
1483 ----
1485 Overview of changes in gcalctool 5.7.20
1487 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric 
1488   point in arithmetic operator precedence mode.
1490 * Adjusted all the copyright messages to include 2006.
1492 ----
1494 Overview of changes in gcalctool 5.7.19
1496 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1497   Gcalctool no longer crashes when you double click the 0 in the display area. 
1499 ----
1501 Overview of changes in gcalctool 5.7.18
1503 * Final fix for bug #153854. Now handles the case where the first thing 
1504   the user does is change mode (Basic, Financial, Advanced, Scientific) 
1505   in AOP mode.
1507 * Released a gcalctool tarball for GNOME 2.13.4.
1509 ----
1511 Overview of changes in gcalctool 5.7.17
1513 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail 
1514   in non-English locales
1516 ----
1518 Overview of changes in gcalctool 5.7.16
1520 * Fixed bug #324001. Primary Selection (middle mouse button) is now working.
1522 ----
1524 Overview of changes in gcalctool 5.7.15
1526 * Released a gcalctool tarball for GNOME 2.13.3.
1528 ----
1530 Overview of changes in gcalctool 5.7.14
1532 * More work on bug #153854. Similar change to that made on 15th November 
1533   2005, this time for arithmetic operator precedence mode.
1535 ----
1537 Overview of changes in gcalctool 5.7.13
1539 * Slight fixup for bug #157961. The toggling of the first bit in the
1540   bit panel wasn't working correctly. 
1542 ----
1544 Overview of changes in gcalctool 5.7.12
1546 * More work on bug #153854
1547   If the user has completed a calculation and we are going to a
1548   new mode that is "compatible" with this one, then just change
1549   modes. Otherwise display a dialog warning the user that the
1550   current calculation will be cleared.
1552   Incompatible modes are:
1554   Scientific -> Basic
1555   Scientific -> Advanced
1556   Scientific -> Financial
1558   (unless we are in Scientific mode with Decimal numeric base and Fixed).
1560   These changes work nicely in non-arithmetic operator precedence mode.
1562 ----
1564 Overview of changes in gcalctool 5.7.11
1566 * Released a gcalctool tarball for GNOME 2.13.2.
1568 ----
1570 Overview of changes in gcalctool 5.7.10
1572 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: 
1573   gdk_window_invalidate_rect: assertion `window != NULL' failed" 
1574   warnings at startup.
1576 ----
1578 Overview of changes in gcalctool 5.7.9
1580 * Fixed bug #319934. The percent operator was broken in non-arithmetic 
1581   operator precedence mode.
1583 ----
1585 Overview of changes in gcalctool 5.7.8
1587 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1588   Exponential notation now works correctly in arithmetic operator
1589   precedence mode.
1591 ----
1593 Overview of changes in gcalctool 5.7.7
1595 * Slight adjustment to the bit panel. It's now centralized.
1597 ----
1599 Overview of changes in gcalctool 5.7.6
1601 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1602   needed to also preserve v->toclear and v->pointed.
1604 * Work on enhancement request #157961. Started to implement the bit 
1605   panel for non-arithmetic precedence mode.  It's automatically displayed 
1606   when in Scientific mode.
1608 ----
1610 Overview of changes in gcalctool 5.7.5
1612 * Implemented enhancement request #148104 for arithmetic precedence mode.
1613   The modulo operation. See entry below for more details.
1615 ----
1617 Overview of changes in gcalctool 5.7.4
1619 * Fixed bug #316382. The "useless" cursor is no longer displayed in 
1620   the calculator display area.
1622 ----
1624 Overview of changes in gcalctool 5.7.3
1626 * Implemented enhancement request #148104 for non-arithmetic precedence
1627   mode. Added in a modulo operation. This is available in Scientic Mode. 
1628   A Mod B return the remainder when you divide A by B. A and B must be
1629   integers. Keyboard shortcut for this operation is "M".
1631 ----
1633 Overview of changes in gcalctool 5.7.2
1635 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets 
1636   to display the register values. Gnopernicus can now correctly speak the 
1637   contents of each memory register. There is also a close button to easily 
1638   dismiss this dialog.
1640 ----
1642 Overview of changes in gcalctool 5.7.1
1644 * Fixed bug #314540. The memory register window is now a dialog rather 
1645   than a top-level window.
1647 ----
1649 Overview of changes in gcalctool 5.7.0
1651 * Fix to prevent invalid numeric entry in arithmetic operator precedence
1652   mode, depending upon the current base.
1654 ----
1656 Overview of changes in gcalctool 5.6.31
1658 * A number of the bison- and flex-related make rules in 
1659   .../gcalctool/Makefile.am were broken when builddir != srcdir.
1661 ----
1663 Overview of changes in gcalctool 5.6.30
1665 * Fixed bug #314540. The libparser.a library needs ranlib run on it 
1666   for Mac OS X.
1668 ----
1670 Overview of changes in gcalctool 5.6.29
1672 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in 
1673   syntax_translation.c
1675 ----
1677 Overview of changes in gcalctool 5.6.28
1679 * Generated release for GNOME 2.12 (RC)
1681 * Changed type of argument in paren_disp from char to int for 64bit.
1683 ----
1685 Overview of changes in gcalctool 5.6.27
1687 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1689 Overview of changes in gcalctool 5.6.26
1691 * Generated release for GNOME 2.11.91 (beta2).
1693 ----
1695 Overview of changes in gcalctool 5.6.25
1697 * Fixed bug #311306. If the user was in View->Scientific with base Bin, 
1698   Oct or Hex and then went to View->Basic, then returned to View->Scientific, 
1699   some of the numeric keys were incorrectly greyed out.
1701 ----
1703 Overview of changes in gcalctool 5.6.24
1705 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B" 
1706   button (or typing Shift-B).
1708 ----
1710 Overview of changes in gcalctool 5.6.23
1712 * Fixed bug #310791. Memory register window view logic was screwed.
1714 ----
1716 Overview of changes in gcalctool 5.6.22
1718 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
1720 ----
1722 Overview of changes in gcalctool 5.6.21
1724 * Fixed bug #153854. When the user changes modes, a warning dialog is 
1725   displayed to let them know that their current display will be cleared 
1726   and the base reset to decimal. The user has the option of checking a 
1727   toggle box on the dialog, that will prevent this warning from being 
1728   displayed again.
1730 ----
1732 Overview of changes in gcalctool 5.6.20
1734 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build 
1735   on Solaris with pkgconfig >= 0.17.1.
1737 ----
1739 Overview of changes in gcalctool 5.6.19
1741 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now 
1742   correctly change the sign of the exponent on scientific numbers again.
1743 ----
1745 Overview of changes in gcalctool 5.6.18
1747 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal 
1748   numbers "A-F" to other bases in "use arithmetic operator precedence mode".
1750 ----
1752 Overview of changes in gcalctool 5.6.17
1754 * Fixed bug #305619. Calculations with stored register values in arithmetic 
1755   operator precedence mode, now work correctly.
1757 ----
1759 Overview of changes in gcalctool 5.6.16
1761 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching 
1762   the format (e.g. from ENG to FIX), the displayed value switches to zero 
1763   (in the corresponding format, so e.g. 0.0 or 0e+0, ...).
1765 ----
1767 Overview of changes in gcalctool 5.6.15
1769 * Fixed bug #305467. gcalctool no longer crashes under the following 
1770   scenerio:
1771     - type "f" to bring up the user function menu.
1772     - dismiss the menu by clicking elsewhere with the mouse.
1773     - type another character which isn't in the range "0" to "9".
1775 ----
1777 Overview of changes in gcalctool 5.6.14
1779 * Did a gcalctool tarball release.
1781 ----
1783 Overview of changes in gcalctool 5.6.13
1785 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y 
1786   operations. New values are:
1787       Xor - 'x'
1788       x^y - '^'
1790 ----
1792 Overview of changes in gcalctool 5.6.12
1794 * Fixed bug #302555. Various gcalctool variables have now been const'ified.
1796 ----
1798 Overview of changes in gcalctool 5.6.11
1800 * Fixed bug #300957. Replaced the underscore character in 
1801   "translator_credits" with a hyphen, to prevent some 
1802   translation tools from being confused.
1804 ----
1806 Overview of changes in gcalctool 5.6.10
1808 * More work on bug #172704. 
1809   - Adjusted the code to not try to display a menu when the user 
1810     entered a left parentheses (another do_pending() type of operation).
1811   - Toggling the "Show Trailing Zeroes" operation via keyboard
1812     shortcuts, needed to clear the v-.pending flag.
1814 ----
1816 Overview of changes in gcalctool 5.6.9
1818 * Fixed up some problems reported by lint.
1820 ----
1822 Overview of changes in gcalctool 5.6.8
1824 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut 
1825   for any of the gcalctool buttons that have a menu associated with them, that 
1826   menu is now displayed. The user can use the arrow keys to select a menu item 
1827   or the menu items shortcut.
1829 ----
1831 Overview of changes in gcalctool 5.6.7
1833 * Fixed bug #171393. Allow stock labels to show through.
1835 ----
1837 Overview of changes in gcalctool 5.6.6
1839 * Refixed bug #158280. The Help->Contents menu item no longer appears if 
1840   gcalctool is built Gtk-only.
1842 ----
1844 Overview of changes in gcalctool 5.6.5
1846 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init() 
1847   and the gtk about popup didn't have the gcalctool icon.
1849 ----
1851 Overview of changes in gcalctool 5.6.4
1853 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1854   the on-screen keyboard assistive technology, it's possible that the 
1855   event returned by gtk_get_current_event() is NULL. If this is the 
1856   case, we need to fudge the popping up on the menu associated with 
1857   this menu button.
1859 ----
1861 Overview of changes in gcalctool 5.6.3
1863 * Fixed bug #158280. You can now build gcalctool without the GNOME 
1864   libraries by specifying "--disable-gnome" on the configure command 
1865   line.
1867 ----
1869 Overview of changes in gcalctool 5.6.2
1871 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu 
1872   item inactive if the calculator is in Basic mode.
1874 ----
1876 Overview of changes in gcalctool 5.6.1
1878 * Fixed bug #168694. gcalctool now saves/restores the ten memory 
1879   register values as gconf resources.
1881 * Removed the redundant process_str() routine in graphics.c
1883 ----
1885 Overview of changes in gcalctool 5.6.0
1887 * Fixed bug #169196. gcalctool now uses use g_get_home_dir().
1889 * Added in a better implementation of the trig_filter() routine in 
1890   functions.c
1892 ----
1894 Overview of changes in gcalctool 5.5.41
1896 * Version for GNOME 2.10.0 (final) call for tarballs.
1898 ----
1900 Overview of changes in gcalctool 5.5.40
1902 * Version for GNOME 2.10.0 (rc1) call for tarballs.
1904 ----
1906 Overview of changes in gcalctool 5.5.39
1908 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator 
1909   precedence mode.
1911 ----
1913 Overview of changes in gcalctool 5.5.38
1915 * Changes to make the trigonometric code work with hyp and inv properly.
1917 ----
1919 Overview of changes in gcalctool 5.5.37
1921 * Left and Right shift operations weren't working correctly. Menu
1922   name comparison in mb_proc() in gtk.c was incorrect.
1924 ----
1926 Overview of changes in gcalctool 5.5.36
1928 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
1929 * Exch functionality was incorrect in Arithmetic Precedence mode.
1931 ----
1933 Overview of changes in gcalctool 5.5.35
1935 * Fixed bug 167124. One of the entries in the words[] array in 
1936   syntax_translation.c was accidentally commented out.
1938 ----
1940 Overview of changes in gcalctool 5.5.34
1942 * Fixed bug 166634. Call to create the About box was missing a 
1943   NULL terminator.
1945 ----
1947 Overview of changes in gcalctool 5.5.33
1949 * Adjusted all copyright messages to be 2005.
1950 * Version for GNOME 2.10.0 (beta2) call for tarballs.
1952 ----
1954 Overview of changes in gcalctool 5.5.32
1956 * Fixed bug #165522. Made the status bar non-resizable.
1958 ----
1960 Overview of changes in gcalctool 5.5.31
1962 * Various code cleanups. It moves some declarations of static functions 
1963   to the corresponding .c files. It also cuts down the number of 
1964   included files, moving some includes to where they are needed from 
1965   calctool.h.
1967 ----
1969 Overview of changes in gcalctool 5.5.30
1971 * Adjusted the About dialog to use the latest GtkAbout widget.
1973 ----
1975 Overview of changes in gcalctool 5.5.29
1977 * Version for GNOME 2.10.0 (beta1) call for tarballs.
1979 ----
1981 Overview of changes in gcalctool 5.5.28
1983 * Fixed bug #162998. The "menu" buttons in gcalctool now responds 
1984   to the "clicked" event rather than the "button-press-event" to 
1985   allow gok, the on-screen keyboard to function properly.
1987 * Fixed bug #159957. Input number in FIX mode now make mimimal changes 
1988   to (i.e append a single character) the display rather than completely 
1989   delete and insert it. The is helpful to assistive technologies like 
1990   gnopernicus.
1992 ----
1994 Overview of changes in gcalctool 5.5.27
1996 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c 
1997   so that the L10N message translation software isn't confused.
1999 ----
2001 Overview of changes in gcalctool 5.5.26
2003 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
2005 ----
2007 Overview of changes in gcalctool 5.5.25
2009 * Version for GNOME 2.9.4 call for tarballs.
2011 ----
2013 Overview of changes in gcalctool 5.5.24
2015 * Couldn't use the "#" key to select constants as this symbol was
2016   a lower-case symbol on his keyboard.
2018 * Powers that were a multiple of 30 (10 as well as 3) would not 
2019   display correctly, having a 4 digit significand. Further testing 
2020   showed that without the fix the following powers had a 4 digit 
2021   significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
2023 ----
2025 Overview of changes in gcalctool 5.5.23
2027 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
2029 ----
2031 Overview of changes in gcalctool 5.5.22
2033 * Fixed bug #155101. Made the gcalctool window resizable. 
2035 ----
2037 Overview of changes in gcalctool 5.5.21
2039 * Version for GNOME 2.9.3 call for tarballs.
2041 ----
2043 Overview of changes in gcalctool 5.5.20
2045 * Fixed bug #160929. Removed the "Mode" word from each of the different 
2046   mode menu items in the gcalctool View menu.
2048 ----
2050 Overview of changes in gcalctool 5.5.19
2052 * Fixed bug #157701. gcalctool can now use real multiplication and division 
2053   symbols instead of "*" and "/". 
2055 ----
2057 Overview of changes in gcalctool 5.5.18
2059 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include 
2060   the word "Mode" which was getting chopped when the calculator was in 
2061   Basic mode.
2063 ----
2065 Overview of changes in gcalctool 5.5.17
2067 * Fixed bug #157962. Added in a set of three colors for gcalctool that 
2068   will work with the default theme. To use them, the "gcalctoolrc" file 
2069   supplied with the source distribution needs to be moved to ~/.gcalctoolrc
2071 ----
2073 Overview of changes in gcalctool 5.5.16
2075 * Generated gcalctool tarball for the GNOME 2.9.2 release.
2077 ----
2079 Overview of changes in gcalctool 5.5.15
2081 * Adjusted the scroll_right() routine to only scroll right if the 
2082   horizontal scroll bar is visible.
2084 ----
2086 Overview of changes in gcalctool 5.5.14
2088 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the 
2089   -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in 
2090   .../gcalctool/Makefile.am for now, to allow it to successfully build
2091   against the latest GNOME/Gtk+.
2093 * Slight adjustment to correct check the Advanced mode menu item when
2094   the user had previously terminated gcalctool in that mode.
2096 ----
2098 Overview of changes in gcalctool 5.5.13
2100 * Changed the names of the gconf mode type key so that there is backward 
2101   compatibility.
2103 * Reset the initial default mode to BASIC.
2105 ----
2107 Overview of changes in gcalctool 5.5.12
2109 * Fixed bug #157757. The horizontal scrollbar for the display area will 
2110   now only be visible when needed. It will also display the rightmost part 
2111   of the display as you are entering new input.
2113 ----
2115 Overview of changes in gcalctool 5.5.11
2117 * Added in a very basic mode for gcalctool. Rather than calling this a 
2118   "Light" mode, the existing "Basic" mode is now renamed to "Advanced" 
2119   and the new basic mode is called "Basic".
2121 ----
2123 Overview of changes in gcalctool 5.5.10
2125 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with
2126   non-integer Y will now display a descriptibe error in the status bar.
2128 ----
2130 Overview of changes in gcalctool 5.5.9
2132 * Generated gcalctool tarball for first GNOME 2.9 release.
2134 ----
2136 Overview of changes in gcalctool 5.5.8
2138 * Slight adjustment to bug #152301. The tooltip message had been tweaked to 
2139   "Show the About Gcalctool dialog".
2141 ----
2143 Overview of changes in gcalctool 5.5.7
2145 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from 
2146   "Show about help" to "Show the about dialog", to make it more understandable.
2148 ----
2150 Overview of changes in gcalctool 5.5.6
2152 * Fixed bug #153726. Gcalctool will now build correctly when using the 
2153   -fno-common option for gcc (3.3.4).
2155 ----
2157 Overview of changes in gcalctool 5.5.5
2159 * Numerical answer localization and thousand separator support for 
2160   arithmetic precedence mode.
2162 * If the accuracy was changed via one of the ten preset menu items in the 
2163   Acc menu, the tooltip wasn't getting correct updated with the new accuracy.
2165 ----
2167 Overview of changes in gcalctool 5.5.4
2169 * Further changes to the "Set Precision" popup (rfe #147803):
2170   - "Significant places" not "Significant Places".
2171   - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the 
2172     current precision, and be in the same radio box group as the other menu 
2173     items. Check the appropriate menu entry.
2174   - Adjust the Acc button tooltip to show the current accuracy too.
2175   - When the user attempts to enter an invalid entry in the Set Precision 
2176     popup, an error message is shown in the main gcalctool status bar.
2177   - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).
2179 * Fixed bug #152790. Most of the changes needed were already in CVS; there 
2180   was one compiler warning that still needed to be removed.
2182 * Storing the display value to a memory register was not updating the memory 
2183   register window, if it was visible.
2185 ----
2187 Overview of changes in gcalctool 5.5.3
2189 * Added in functionality to set the number of significant places > 9.
2190   There is a new menu item under the Acc menu called "Set Precision..."
2191   that brings up a small popup allowing you to set precision between 0
2192   and MAXACC significant places (where MAXACC is currently 30).
2194 ----
2196 Overview of changes in gcalctool 5.5.2
2198 * Fixed up numerous warnings generated by running lint on the gcalctool code.
2199   Removed unused variables and functions. Declared routines statically where 
2200   possible.
2202 ----
2204 Overview of changes in gcalctool 5.5.1
2206 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
2208 ----
2210 Overview of changes in gcalctool 5.5.0
2212 * Major new release of gcalctool. Incorporates an arithmetic operator
2213   precedence mode (currently the default while it's been debugged). To get
2214   the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
2215 * The "(" and ")" buttons have moved from the scientific mode into the
2216   Basic mode so that they are now available to users who need them but not
2217   everything that the Scientific mode provides.
2218 * There is a footer message area that provides feedback.
2219 * The display area now has an horizontal scrollbar.
2220 * Typing in the keyboard shortcuts for the various gcalctool buttons
2221   autocompletes their entry into the display area.
2222 * Tooltips show button's shortcut.
2224 ----
2226 Overview of changes in gcalctool 4.4.13
2228 * Remainder of the fix for bug #143924. Control-T shouldn't work in Basic 
2229   or Financial modes. 
2231 ----
2233 Overview of changes in gcalctool 4.4.12
2235 * Partial fix for bug #143924. After an error condition, the "Show 
2236   Trailing Zeroes" menu item is only activated if the user is in 
2237   Scientific mode.
2239 ----
2241 Overview of changes in gcalctool 4.4.11
2243 * Fixed bug 138106. In Basic or Financial mode, "Error" was been 
2244   incorrectly display if you user has "Show Thousands Separator" set.
2246 ----
2248 Overview of changes in gcalctool 4.4.10
2250 * Fixed bug 144031. gcalctool checked for the presence of the X11 
2251   libraries but doesn't need to.
2253 ----
2255 Overview of changes in gcalctool 4.4.9
2257 * Selecting Help->About from the menubar now works again.
2259 ----
2261 Overview of changes in gcalctool 4.4.8
2263 * Adjusted the creation of the menubar and the Accuracy and Left/Right 
2264   shift menus from GtkItemFactory to GtkUIManager.
2266 ----
2268 Overview of changes in gcalctool 4.4.7
2270 * Fixed bug 142824. gcalctool now correctly recognizes the localized 
2271   decimal point character.
2273 ----
2275 Overview of changes in gcalctool 4.4.6
2277 * Fixed bug 129397. Use GtkIconTheme to load gcalctool icon instead of
2278   built-in image.
2280 ----
2282 Overview of changes in gcalctool 4.4.5
2284 * Fixed bug 142888. Gcalctool is now connected to the "die" signal so 
2285   that it can be successfully terminated when removed from 
2286   gnome-session-properties.
2288 ----
2290 Overview of changes in gcalctool 4.4.4
2292 * The "Bsp" button label has been changed to "Bksp" to make it more 
2293   understandable.
2295 ----
2297 Overview of changes in gcalctool 4.4.3
2299 * Fixed bug 138106. If the "Error" message is being displayed, it is now 
2300   no longer incorrectly displayed as "Er,ror" if the "Show Thousands 
2301   Separator" is on.
2303 ----
2305 Overview of changes in gcalctool 4.4.2
2307 * Fixed bug 135068. Adjusted several default constant descriptions to be 
2308   more understandable. 
2310 ----
2312 Overview of changes in gcalctool 4.4.1
2314 * Fixed bug 135065. Tooltips for OR, AND, NOT, XOR and XNOR have been 
2315   changed from "Logical <whatever>" to "Bitwise <whatever>". 
2317 ----
2319 Overview of changes in gcalctool 4.4.0
2321 * Fixed bug 136872. gcalctool can now be built with "CFLAGS=-fdata-sections".
2323 ----
2325 Overview of changes in gcalctool 4.3.51
2327 * Version for GNOME 2.6 (FINAL) call for tarballs. Includes:
2328   - new locales for pa, en_GB, bg and ga.
2329   - localized online user documentation from the Sun translation team.
2330     for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
2332 ----
2334 Overview of changes in gcalctool 4.3.50
2336 * One more slight adjustment to the fix for bug 135064.
2337   Entering numbers that start with the numeric point character ('.")
2338   are now visibly displayed.
2340 ----
2342 Overview of changes in gcalctool 4.3.49
2344 * Adjustment to the fix for bug 135064. Fix to remove a potential spurious 
2345   initial thousands separator character after a change sign operation.
2347 ----
2349 Overview of changes in gcalctool 4.3.48
2351 * Fixed bug 135064. Changing the sign of a large number (when "Show 
2352   Thousands Separator" is on and this is not the C locale), no longer 
2353   corrupts the display.
2355 ----
2357 Overview of changes in gcalctool 4.3.47
2359 * Fixed bug 135328. Added Shift-slash as a recognized alternate for the 
2360   divide operation (needed by the be-latin1 keyboard layout).
2362 ----
2364 Overview of changes in gcalctool 4.3.46
2366 * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789 
2367   which are shifted about the accented characters on a French keyboard.
2369 ----
2371 Overview of changes in gcalctool 4.3.45
2373 * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up. 
2375 ----
2377 Overview of changes in gcalctool 4.3.44
2379 * Fixed bug 133764.
2380   - "Gradients" was still appearing when in Scientific mode (instead of 
2381     "Gradians".
2382   - In the x^2 button, the 2 should not be italicized.
2383   - In the x^2 and x^y buttons, the x should be italicized.
2384   - The View Thousands Separator menu item should not remain active during 
2385     an error condition.
2387 ----
2389 Overview of changes in gcalctool 4.3.43
2391 * Fixed bug 133590. The About box now lists the documenters of gcalctool. 
2393 ----
2395 Overview of changes in gcalctool 4.3.42
2397 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen 
2398   (rather than square brackets) to show what mode the user is currently 
2399   using.
2401 ----
2403 Overview of changes in gcalctool 4.3.41
2405 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather 
2406   than frames (per the HIG).
2408 ----
2410 Overview of changes in gcalctool 4.3.40
2412 * Fixed bug 131571. User defined constants are now read/written out (as 
2413   gconf resources) with no thousands separator and with a radix of ".". 
2415 ----
2417 Overview of changes in gcalctool 4.3.39
2419 * Fixed bug 131594. The "Insert ASCII View..." menu item and the 
2420   "Insert" button no longer use the GTK_STOCK_CONVERT stock icon 
2421  (as per the HIG).
2423 ----
2425 Overview of changes in gcalctool 4.3.38
2427 * Fixed bug 131059. Fix to allow the thousands separator to be used 
2428   correctly with the creation of the initial constant values in the 
2429   Russian locale. 
2431 ----
2433 Overview of changes in gcalctool 4.3.37
2435 * Fixed bug 130078. Changed the y^x button label to x^y (really x 
2436   superscript y). Adjusted the tooltip message to "Raise displayed 
2437   value to the power of y".
2439 ----
2441 Overview of changes in gcalctool 4.3.36
2443 * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check 
2444   from the get_tsep() routine in order to get the thousands separator to 
2445   correctly work in all locales. Note that there is no thousands separator 
2446   now for the C locale.
2448 ----
2450 Overview of changes in gcalctool 4.3.35
2452 * Fixed part of bug 126125. If the user entered: "1+(2()<backspace>)", 
2453   this resulted in an answer of 0. 
2455 ----
2457 Overview of changes in gcalctool 4.3.34
2459 * Fixed bug 130187. When gcalctool changes modes now, it's internal state 
2460   and the display are cleared.
2462 ----
2464 Overview of changes in gcalctool 4.3.33
2466 * Fixed bug 130282. Fixes for more problems with the thousands separator 
2467   in certain locales, plus correct handling of the radix character with 
2468   the initial constant values.
2470 ----
2472 Overview of changes in gcalctool 4.3.32
2474 * Fixed bug 128603 again. The solution this time was to duplicate the 
2475   initial string constant values to be confident that they are not in 
2476   read-only memory.
2478 ----
2480 Overview of changes in gcalctool 4.3.31
2482 * Fixed bug 129539.  The thousands separator is a null terminated string, 
2483   not a single character. Same for the radix.
2485 ----
2487 Overview of changes in gcalctool 4.3.30
2489 * Fixed bug 129496. "Gradients" should be "Gradians".
2491 ----
2493 Overview of changes in gcalctool 4.3.29
2495 * Fixed bug 128603. The changes for enhancement request #126626 which added 
2496   thousands separator support caused a crash at startup time on a Debian 
2497   system. The initial constant strings are being put in read-only memory 
2498   either by gcc (or because of the way that x86 arch is designed). This was 
2499   not a problem when tested with the Sun compilers on a Solaris SPARC machine.
2500   The remove_tsep() routine is display.c has been rewritten to correctly 
2501   handle this.
2503 ----
2505 Overview of changes in gcalctool 4.3.28
2507 * Further work on enhancement request 125873. As the user is typing in 
2508   input, the display will now show the thousands separator (if checked).
2510 ----
2512 Overview of changes in gcalctool 4.3.27
2514 * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2515   This keyval/state pair needed to be added to the Xor recognized mappings.
2517 ----
2519 Overview of changes in gcalctool 4.3.26
2521 * Re-fixed bug 127672. The fix for Shift-"=" should have been for GDK_equal 
2522   not GDK_Return.  Needed to add in support for Shift-"/" too.
2524 ----
2526 Overview of changes in gcalctool 4.3.25
2528 * Implemented enhancement request 125873. gcalctool can now optionally 
2529   show the thousands seperator character for fixed point numbers displayed 
2530   in the decimal base. Same for numbers stored in the memory registers. 
2531   There is a new "Show Thousands Separator" menu entry in the View menu 
2532   to set this.
2534 ----
2536 Overview of changes in gcalctool 4.3.24
2538 * Fixed bug 126626. gcalctool no longer causes a Gtk-CRITICAL error when 
2539   the user enters "9*(1<Xor>". The problem was caused because a non-UTF 
2540   character was being inserted into the text string to be displayed for 
2541   the Xor function.
2543 ----
2545 Overview of changes in gcalctool 4.3.23
2547 * Fixed bug 125782. If the user is entering a left parenthesis and it is 
2548   the first one being displayed and there is no current arithmetic operand,
2549   then the current display is initially cleared to avoid the confusion of 
2550   showing something like "0(".
2552 ----
2554 Overview of changes in gcalctool 4.3.22
2556 * Fixed bug 127862. The fix for bug #125625 introduced a potential 
2557   out-of-order case for users who are rapid keyboard typers. This 
2558   bug fix rectifies this with the unfortunate side-effect of no longer 
2559   visual toggling the equivalent button to the keyboard character 
2560   that the user entered. This fix is still compatible with the way 
2561   the accessibility infrastructure works though.
2563 ----
2565 Overview of changes in gcalctool 4.3.21
2567 * Fixed bug 65806. For the "1/x", "x^2", "x!", "e^x", "10^x" and 
2568   "y^x" labels, all occurances of "x" and "y" are now italicized.
2569   The "e" in "e^x" is no longer italicized.
2571 ----
2573 Overview of changes in gcalctool 4.3.20
2575 * Fixed bug 127316. The "fix" introduced in gcalctool v4.1.18 to fix Sun 
2576   Bugtraq bug #1258472 against CDE dtcalc (which was also a problem with 
2577   gcalctool) was incorrect.
2579 ----
2581 Overview of changes in gcalctool 4.3.19
2583 * Fixed bug 127672. The "=" key on a Swedish keyboard is on the upper 
2584   level of a key (i.e. the Shift key needs to be down). Added another 
2585   mask/keysym pair to the "=" entry to handle this.
2587 ----
2589 Overview of changes in gcalctool 4.3.18
2591 * Fixed bug 125625. gcalctool now handles "clicked" events rather than 
2592   "pressed" ones.
2594 ----
2596 Overview of changes in gcalctool 4.3.17
2598 * Fixed bug 124928. Plugged several memory leaks.
2600 ----
2602 Overview of changes in gcalctool 4.3.16
2604 * Fixed bug 124377. Fixed rounding errors when the radix character for a 
2605   locale isn't ".".
2606 * Online help updated for various recent (small) changes.
2608 ----
2610 Overview of changes in gcalctool 4.3.15
2612 * Fixed bug 124172. The "+" character on a German keyboard is on the lower 
2613   level of a key (i.e. the Shift key doesn't need to be down). Added another
2614   mask/keysym pair to the "+" entry to handle this.
2616 ----
2618 Overview of changes in gcalctool 4.3.14
2620 * Fixed bug 120737. Changed the accessible text for the OR button from 
2621   "Logical OR" to "logical OR" so that it's not changed by FreeTTS's 
2622   token to words module to "logical Oregon".
2624 ----
2626 Overview of changes in gcalctool 4.3.13
2628 * Fixed bug #123948. Removed the GTK_DISABLE_DEPRECATED flag from
2629   .../gcalctool/gcalctool/Makefile.am, to allow the depreciated
2630   GtkItemFactory, to successfully build.
2632 ----
2634 Overview of changes in gcalctool 4.3.12
2636 * Fixed bug 123724. Hitting Esc now does the same as hitting 
2637   Control-Backspace; i.e. the CE (clear entry) functionality.
2638 * Updated the gcalctool man pages to reflect this change, and the changes
2639   for bug #118826.
2641 ----
2643 Overview of changes in gcalctool 4.3.11
2645 * Refixed bug 122373. gcalctool now uses nl_langinfo() to get the numeric 
2646   point for the users locale, rather than via a localised string.
2648 ----
2650 Overview of changes in gcalctool 4.3.10
2652 * Fixed enhancement #65806. Changed that label for e^x (e superscript x) to 
2653   use an italised "e".
2655 ----
2657 Overview of changes in gcalctool 4.3.9
2659 * Fixed bug 118826. The keyboard shortcuts for the six hex. digits are 
2660   now "A" to "F". The functions that previously used those letters have 
2661   been reassigned to their lowercase equivalents. 
2663 ----
2665 Overview of changes in gcalctool 4.3.8
2667 * Fixed bug 122408. The tooltips for the numeric buttons (0-9) have been 
2668   removed as they are redundant.
2670 ----
2672 Overview of changes in gcalctool 4.3.7
2674 * Fixed bug 120749. When gcalctool is displaying a menu, typing Alt+Tab 
2675   can no longer switch windows.
2677 ----
2679 Overview of changes in gcalctool 4.3.6
2681 * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2682   Accessible names have now been added to each of the widgets in the 
2683   mode panel when in Scientific mode.
2685 ----
2687 Overview of changes in gcalctool 4.3.5
2689 * Fixed bug 122373. The decimal separator is now a translatable string so 
2690   that other locales that don't use a period can adjust accordingly.
2692 ----
2694 Overview of changes in gcalctool 4.3.4
2696 * Fixed bug 120605. Gcalctool debug messages are no longer translatable 
2697   strings.
2699 ----
2701 Overview of changes in gcalctool 4.3.3
2703 * Build for GNOME 2.4 (Final). Tag in CVS is GCALCTOOL_4_3_3
2705 ----
2707 Overview of changes in gcalctool 4.3.2
2709 * Fixed bug 119888. gcalctool keyboard handling has been improved.
2711 ----
2713 Overview of changes in gcalctool 4.3.1
2715 * Fixed bug 119832. The space bar can now correctly activate the button 
2716   that has focus.
2718 ----
2720 Overview of changes in gcalctool 4.3.0
2722 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2724 ----
2726 Overview of changes in gcalctool 4.2.104
2728 * Fixed bug 118246. The display field can now take focus. The initial 
2729   widget with focus is the Clr button.
2731 ----
2733 Overview of changes in gcalctool 4.2.103
2735 * (Bug #118247) Three more small adjustments to AccessibleName text:
2736   "E to the power of x" goes back to "E to the x"
2737   "Ten to the power of x" goes back to "Ten to the x"
2738   "Y to the power of x" goes back to "Y to the x"
2740 ----
2742 Overview of changes in gcalctool 4.2.102
2744 * (Bug #118247) Four small adjustments to AccessibleName text:
2745   "Random" becomes "Random number"
2746   "E to the x" becomes "E to the power of x"
2747   "Ten to the x" becomes "Ten to the power of x"
2748   "Y to the x" becomes "Y to the power of x"
2750 ----
2752 Overview of changes in gcalctool 4.2.101
2754 * Fixed bug 118247. Each gcalctool button now has an AccessibleName.
2756 ----
2758 Overview of changes in gcalctool 4.2.100
2760 * Fixed bug 117691. The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are 
2761   not valid equivalents for the 8, 2, 4 and 6 keys. They are needed for 
2762   keyboard navigation.
2764 ----
2766 Overview of changes in gcalctool 4.2.99
2768 * Bumped version number for GNOME 2.3.4 release, to include John's doc
2769   build changes.
2771 ----
2773 Overview of changes in gcalctool 4.2.98
2775 * Fixed bug 116944. Various HIG improvements to the edit constants, edit 
2776   functions, and insert ASCII value dialogs. 
2778 ----
2780 Overview of changes in gcalctool 4.2.97
2782 * Further work on bug 116727. A simpler fix was found.
2784 ----
2786 Overview of changes in gcalctool 4.2.96
2788 * Fixed bug 116727. When the calculator display is showing an error message,
2789   it is now correctly localized.
2791 ----
2793 Overview of changes in gcalctool 4.2.95
2795 * Fixed bug 115950. The "*" key wasn't being recognized as a keyboard 
2796   shortcut for multiplication.
2798 ----
2800 Overview of changes in gcalctool 4.2.94
2802 * Further work on bug 114364. The items in the constants menu are now always 
2803   displayed in the decimal numeric base. This is consistent with the way that 
2804   calctool in the OpenWindows DeskSet worked.
2806 ----
2808 Overview of changes in gcalctool 4.2.93
2810 * Fixed bug 114364. When you select "Edit Constants" from the Con menu, the 
2811   values of each constant are shown in Decimal. The label:
2812   "All constant values are specified in the decimal numeric base"
2813   has also been added to the "Edit Constant" popup to clarify this.
2815 ----
2817 Overview of changes in gcalctool 4.2.92
2819 * Fixed bug 115653. Adjusted the keyboard mnemonic checking code to now 
2820   check to make sure that neither of the Alt keys is pressed when comparing 
2821   against button equivalents.
2823 ----
2825 Overview of changes in gcalctool 4.2.91
2827 * Similar problem to bug #115212 but for the "Edit Constants" and
2828   "Edit Functions" dialog boxes. gcalctool no longer can display
2829   multiple versions of them.
2831 ----
2833 Overview of changes in gcalctool 4.2.90
2835 * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2836   When an error condition occurs:
2838   - make insensitive all buttons except Clr.
2839   - make all Scientific mode toggles and checkboxes insensitive.
2840   - make all menubar items insensitive except:
2841       Calculator->Quit
2842       Help->Contents
2844   When the error condition is cleared, resensitise everything, setting
2845   the numeric base buttons correctly.
2847 ----
2849 Overview of changes in gcalctool 4.2.89
2851 * Fix for bug #115212. gcalctool no longer can display multiple About boxes.
2853 ----
2855 Overview of changes in gcalctool 4.2.88
2857 * Fix for bug #108209. The appropriate gcalctool button is now animated 
2858   when the user enters that value via the keyboard.
2860 ----
2862 Overview of changes in gcalctool 4.2.87
2864 * Partial fix for bug 114363. When the calculator display is showing "Error",
2865   the Constant values and the Memory Register values no longer incorrectly
2866   show "Error" as well.
2868 ----
2870 Overview of changes in gcalctool 4.2.86
2872 * Fixed bug 113703. You can now specify an alternate location for
2873   the gcalctool schemas file with: --with-gconf-source=whatever
2875 ----
2877 Overview of changes in gcalctool 4.2.85
2879 * Fixed bug 113754. Decimal point didn't work with a German keyboard if 
2880   Numlock was turned on.
2882 ----
2884 Overview of changes in gcalctool 4.2.84
2886 * Install "gnome-calculator" symlink as reqested by Glynn Foster.
2888 ----
2890 Overview of changes in gcalctool 4.2.83
2892 * Fixed Bugzilla bug 111269. It was possible to type fast into gcalctool 
2893   and digits would be transposed. 
2895 ----
2897 Overview of changes in gcalctool 4.2.82
2899 * Refixed bug 110416.  Concatenated more error messages in mp.c.
2900 * Adjusted the Acc menu entries to be "<n> significant places" rather than 
2901   "<n> radix places".
2902 * Replaced "kilometers per hour / miles per hour" with "kilometers per hour 
2903   or miles per hour" in the first constant description.
2904 * Replaced occurances of "/" in the other constant descriptions with "or".
2906 ----
2908 Overview of changes in gcalctool 4.2.81
2910 * Translators: The documentation is now ready for translation!
2912 * Updated the following files:
2913     * configure.in: updated version number to 4.2.81
2914     * help/C/gcalctool.xml: first approved draft, ready for translation
2915     * help/C/gcalctool-C.omf: updated manual date and version number
2916     * help/C/l10n.txt: new file added 
2917     * help/C/figures/gcalctool_edit_const_window.png: deleted
2918     * help/C/figures/gcalctool_edit_func_window.png: deleted
2919     * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2920     * help/C/figures/gcalctool_mem_reg_window.png: deleted
2922 ----
2924 Overview of changes in gcalctool 4.2.80
2926 * Fixed Bugzilla bug 110416. Various fprintf statements in mp.c have been 
2927   concatenated to help translators.
2929 ----
2931 Overview of changes in gcalctool 4.2.79
2933 * Added in latest online help changes from Breda McColgan. This should now 
2934   put the online help in sync with the actual functionality of gcalctool.
2936 ----
2938 Overview of changes in gcalctool 4.2.78
2940 * Made translated menu entries actually visible. fixed some tooltips, added
2941   AC_PREREQ macro to configure.in.
2943 ----
2945 Overview of changes in gcalctool 4.2.77
2947 * This version announced on gnome-announce.
2949 ----
2951 Overview of changes in gcalctool 4.2.76
2953 * Slight adjustments to Bugzilla bug 108226 . Menu item is now
2954   "Show Trailing Zeroes", with a Control-T accelerator. Added a similar
2955   menu item to the View menu on the menu bar.
2957 ----
2959 Overview of changes in gcalctool 4.2.75
2961 * Fixed Bugzilla bug 108729. 
2963   Added tooltips to the radio and check buttons in scientific mode.
2965 ----
2967 Overview of changes in gcalctool 4.2.74
2969 * Fixed Bugzilla bug 108226.
2971   The menu items in the Acc menu are now "tickable", so you know what the
2972   current accuracy selection is. Setting one of these clears the previous one.
2974   A new "remove trailing zeroes" menu item is added to the Acc menu (last
2975   item, with a separator just above), that is "tickable". This tick doesn't
2976   affect the accuracy ticks. It's either on or off.
2978   The default setting for accuracy now becomes 9 numeric places and "remove 
2979   trailing zeroes".
2981   The Acc button is moved to the Scientific mode (clear slot in the top 
2982   right corner, above the Rand.
2984   The Base radio button group and the display type radio button group in 
2985   the mode panel in Scientific mode are now moved to the right side to be
2986   close in proximity to the Acc button. The other mode items move to the 
2987   left side.
2989 ----
2991 Overview of changes in gcalctool 4.2.73
2993 * Fixed Bugzilla bug 108208. The default value for the "showregisters" 
2994   resource in gcalctool.schemas was incorrectly set.
2995 * There should be no "default:" action in the command line parsing in 
2996   get_options(). 
2998 ----
3000 Overview of changes in gcalctool 4.2.72
3002 * Correctly fixed Bugzilla bug 108219. The previous fix didn't correct 
3003   set the radio buttons when changing mode from Scientific to Basic or 
3004   Financial. Only the internal state.
3006 ----
3008 Overview of changes in gcalctool 4.2.71
3010 * Further fix for Bugzilla bug 108209. Followup changes to make the numeric 
3011   keypad animate the buttons on Linux machines.
3013 ----
3015 Overview of changes in gcalctool 4.2.70
3017 * Fixed Bugzilla bug 108219.
3018   When you go from Scientific mode to either Basic or Financial mode, 
3019   the calculator will revert to "Dec" base in "Fix" notation.
3020   Any number in the display (and the memory registers if shown) will be 
3021   converted accordingly.
3022   When you are in a mode (Basic, Financial, or Scientific) you will only 
3023   be able to do the functionality that that mode shows.
3025 ----
3027 Overview of changes in gcalctool 4.2.69
3029 * Fixed Bugzilla bug 108333. The gcalctool buttons with menus associated 
3030   with them are now keyboard navigable.
3032 ----
3034 Overview of changes in gcalctool 4.2.68
3036 * Fixed Bugzilla bug 108209. When the user uses the keyboard to enter data,
3037   the associated gcalctool button will be animated.
3039 ----
3041 Overview of changes in gcalctool 4.2.67
3043 * Fixed Bugzilla bug 108210. Main gcalctool window is no longer resizable.
3045 ----
3047 Overview of changes in gcalctool 4.2.66
3049 * Incorporated various changes to the online help Breda McColgan in
3050   the Sun GNOME doc. team.  Translators, please do not translate yet.
3051   See ChangeLog for more information.
3053 ----
3055 Overview of changes in gcalctool 4.2.65
3057 * Added scrollkeeper checks into configure.in.
3058 * Fixed warning message:
3060   ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
3061   GNOME_FILE_DOMAIN_APP_HELP domain
3063 ----
3065 Overview of changes in gcalctool 4.2.64
3067 * Added in a first (draft) version of online help from Breda McColgan in
3068   the Sun GNOME doc. team.  Translators, please do not translate yet. See
3069   ChangeLog for more information.
3071 ----
3073 Overview of changes in gcalctool 4.2.63
3075 * Abstracted the key values and modifiers.
3077 ----
3079 Overview of changes in gcalctool 4.2.62
3081 * Adjusted the tooltip help to be minimalist messages.
3083 ----
3085 Overview of changes in gcalctool 4.2.61
3087 * Small adjustment to allow gcalctool to compile using the Solaris Forte
3088   compilers.
3090 ----
3092 Overview of changes in gcalctool 4.2.60
3094 * Gcalctool wasn't saving the trigonometric type when it was changed.
3096 ----
3098 Overview of changes in gcalctool 4.2.59
3100 * Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3102 ----
3104 Overview of changes in gcalctool 4.2.58
3106 * Allows Backspace to now correctly work inside parentheses.
3108 ----
3110 Overview of changes in gcalctool 4.2.57
3112 * The Xor logical operation wasn't being performed correctly.
3113 * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3114   checkboxes.
3116 ----
3118 Overview of changes in gcalctool 4.2.56
3120 * Removed the final period from the ten default constant descriptions.
3121 * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3122   "centimeter".
3123 * Fixed up the values of the ten default constant definitions in the
3124   manual pages.
3125 * The "centimeters <=> inches" default constant should be 0.3937007
3126   rather than 2.54 to be consistent with the other constants.
3128 ----
3130 Overview of changes in gcalctool 4.2.55
3132 * Entering "(<Delete>)" no longer crashes gcalctool.
3134 ----
3136 Overview of changes in gcalctool 4.2.54
3138 * The financial Term tooltip example now works.
3139 * Moved the Exp button to the right of the Con and Fun buttons for better
3140   grouping.
3142 ----
3144 Overview of changes in gcalctool 4.2.53
3146 * Fixed Bugzilla bug 106501. Added bullet proofing to prevent user 
3147   backspacing off the end of the display string.
3149 ----
3151 Overview of changes in gcalctool 4.2.52
3153 * Toggled the positions of the Sto and Rcl buttons.
3155 ----
3157 Overview of changes in gcalctool 4.2.51
3159 * No longer crashes if the user Pastes in an empty clipboard value.
3160 * Now uses a text view for its display widget.
3162 ----
3164 Overview of changes in gcalctool 4.2.50
3166 * Fixes to the manual page:
3167   - the keyboard shortcut for the "Term" function is "t" not "T".
3168   - removed the LOGICAL mode section.
3170 ----
3172 Overview of changes in gcalctool 4.2.49
3174 * The display label and mode no longer expand when the calculator is resized. 
3175 * Replace the three characters of white space in the title bar text with one
3176   space character, so more of the title fits into the task window list applet.
3178 Overview of changes in gcalctool 4.2.48
3180 * Added a launcher to the GNOME's Accessories menu.
3182 ----
3184 Overview of changes in gcalctool 4.2.47
3186 * Marks the menu labels for translation.
3188 ----
3190 Overview of changes in gcalctool 4.2.46
3192 * Various cleanup, to make gcalctool be more like other GNOME applications.
3194 ----
3196 Overview of changes in gcalctool 4.2.45
3198 * Fixed Bugzilla bug 104249. The UI for adding new or editing existing 
3199   constants and/or functions has been improved.
3201 ----
3203 Overview of changes in gcalctool 4.2.44
3205 * Fixed Bugzilla bug 104830. gcalctool now uses gnome-calc3.png as its icon
3206   (same as the current gnome-calculator)
3208 ----
3210 Overview of changes in gcalctool 4.2.43
3212 * Further slight adjustments needed to fix Bugzilla bug 104248. The memory 
3213   registers window now displays correctly again.
3214 * Fixed Bugzilla bug 104240. The "File" menubar item is now called 
3215   "Calculator", and there is a set of unique mnemonics for the various 
3216   items in the Scientific mode panel. The gcalctool manual pages have been 
3217   updated to reflect these changes. 
3218 * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3219   Added in a Control-A mnemonic for Help->About.
3221 ----
3223 Overview of changes in gcalctool 4.2.42
3225 * Fixed Bugzilla bug 104248. The View->Memory Registers menu item's toggle 
3226   is now set correctly depending upon whether the memory register windows 
3227   is visible or hidden. 
3228 * The correct radio item is now set in the View menu mode menu item entries 
3229   if gcalctool is initially started in Financial or Scientific mode.
3231 ----
3233 Overview of changes in gcalctool 4.2.41
3235 * The constant and function definitions are now read and written as Gconf
3236   resources.
3237 * Fixed Bugzilla bug 104250. The constant and the function menu items now 
3238   have "C<n>:" and "F<n>:" prefixes respectively, where <n> is the 
3239   constant/function number.
3241 ----
3243 Overview of changes in gcalctool 4.2.40
3245 * Fixed Bugzilla bug 104245. The View->Basic Mode, Financial Mode, 
3246   Scientific Mode and Memory Registers now have keyboard accelerators 
3247   (Control-B, Control-F, Control-S and Control-M respectively).
3249 ----
3251 Overview of changes in gcalctool 4.2.39
3253 * Further slight adjustments for Bugzilla bug 104287
3254   The insert button isthe default button. 
3255   The dialog is no longer resizable. 
3256   The ESC key can now be used to cancel the dialog. 
3258 ----
3260 Overview of changes in gcalctool 4.2.38
3262 * Fixed Bugzilla bug 104287. HIG improvements for the "Insert ASCII Value" 
3263   dialog.
3265 ----
3267 Overview of changes in gcalctool 4.2.37
3269 * Fixed Bugzilla bug 104241. The Insert ASCII Value" menu item is now 
3270   "Insert ASCII Value..."
3271 * Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3272   <bonobo-i18n.h,> where all this stuff is already defined.
3274 ----
3276 Overview of changes in gcalctool 4.2.36
3278 * Fixed Bugzilla bug #102928. The x^2, e^x, 10^x and y^x keys now use 
3279   Pango markup to display the label using superscripts.
3281 ----
3283 Overview of changes in gcalctool 4.2.35
3285 * Added in handling of the numeric keypad for Linux systems.
3287 ----
3289 Overview of changes in gcalctool 4.2.34
3291 * Handling of the users saved function definitions now works correctly.
3292 * Changed the keyboard accelerators for the following to use non Alt-<?>
3293   values:
3295   Cos  (old value: Alt-c) becomes 'J'.
3296   Sin  (old value: Alt-s) becomes 'K'.
3297   Tan  (old value: Alt-t) becomes 'L'.
3298   Frac (old value: Alt-f) becomes ':'.
3299   Int  (old value: Alt-i) becomes 'i'.
3300   Abs  (old value: Alt-u) becomes 'u'.
3301   Rate (old value: Alt-r) becomes 'T'.
3302 * Removed the need to configure with "--enable-build-broken".
3304 ----
3306 Overview of changes in gcalctool 4.2.33
3308 * Adjusted the memory registers windows to use the same "R0:  0.00" format
3309   (bold for first part), as the Rcl, Sto and Exch menus.
3311 ----
3313 Overview of changes in gcalctool 4.2.32
3315 * The menu items for the Rcl, Sto and Exch menus now have the format
3316   "R0:     0.00", where the "R0:" part is in bold.
3317 * The keyboard accelerators for the menubar menu items are now working.
3319 ----
3321 Overview of changes in gcalctool 4.2.31
3323 * Updated the NEWS file with an overview of all the changes since v4.1.13.
3325 ----
3327 Overview of changes in gcalctool 4.2.30
3329 * Removed the gconf resource for getting/setting whether a beep is sounded
3330   on error. A beep will now always be sounded in such a case.
3331 * The writing out of the resources will now be immediately done when each 
3332   of those functions changes.
3334 ----
3336 Overview of changes in gcalctool 4.2.29
3338 * Updated the manual pages to reflect the recent v4.2.xx changes.
3339 * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3340   on Linux.
3342 ----
3344 Overview of changes in gcalctool 4.2.28
3346 * The real fix for displaying the icon.
3348 ----
3350 Overview of changes in gcalctool 4.2.27
3352 * Vastly improved keyboard navigation.
3353 * Control-F1 now toggles the displaying of tooltip help, so the "-h"
3354   command line option has been removed and the old-style event handling
3355   code has also been removed.
3356 * Added in a signal handler for the "delete" event for the main gcalctool
3357   window. The callback calls gtk_main_quit() to terminate the application.
3359 ----
3361 Overview of changes in gcalctool 4.2.26
3363 * HCI change. Attempt to correct disaplay the gcalctool icon.
3365 ----
3367 Overview of changes in gcalctool 4.2.25
3369 * HCI change. The Sto/Rcl/Exch menu items now show the current register 
3370   values as well.
3372 ----
3374 Overview of changes in gcalctool 4.2.24
3376 * HCI change. All the radiobutton and checkbox items in the mode panel 
3377   now have a mnemonic associated with them.
3379 ----
3381 Overview of changes in gcalctool 4.2.23
3383 * HCI change. Fixed up the buttons on the "Insert ASCII Value", "Enter 
3384   Constant..." and "Enter Function..." popups. They now just use Cancel 
3385   and OK buttons, and use standard stock Gtk icons.
3387 ----
3389 Overview of changes in gcalctool 4.2.22
3391 * HCI change.  Added in an Edit->Paste menu item. If selected this will 
3392   paste the current contents of the clipboard into the calculator display 
3393   as if you'd typed it.
3394 * Added bullet proofing to protect the calculator against values that 
3395   weren't found. If a value wasn't found, it's just ignored, and it goes 
3396   on to process the next character in the string.
3397 * Improved the handling of the recognition of characters entered. It now
3398   takes into effect the mods value for each keysym.
3400 ----
3402 Overview of changes in gcalctool 4.2.21
3404 * HCI change. Added a 2 pixel border for the frames containing the Basic, 
3405   Financial and Scientific buttons and the mode panel.
3407 ----
3409 Overview of changes in gcalctool 4.2.20
3411 * HCI change. Removed the "operand item" label widget.
3413 ----
3415 Overview of changes in gcalctool 4.2.19
3417 * The frames around the mode button tables and the mode panel are no longer
3418   always being shown.
3420 ----
3422 Overview of changes in gcalctool 4.2.18
3424 * Fixed Bugzilla bug #101865. Remade various keyboard remappings:
3425 * Removed mention of the "-l" and "-r" command line options from the manual
3426   pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3427   resource too.
3429 ----
3431 Overview of changes in gcalctool 4.2.17
3433 * Removed the "Keys" key, that allowed you to toggle the button labels to 
3434   show their keyboard equivalents.
3436 ----
3438 Overview of changes in gcalctool 4.2.16
3440 * Put each of the the button tables and the mode panel inside a frame, rather
3441   then use horizontal separators, to try to make the GUI look nicer.
3443 ----
3445 Overview of changes in gcalctool 4.2.15
3447 * Entering "((2+3)*(2+3))" now gives the correct answer.
3448 * Added some bullet-proofing to parentheses handling when bogus characters
3449   are entered.
3451 ----
3453 Overview of changes in gcalctool 4.2.14
3455 * Hooked up the Help->Contents menu item. Note that help support still has
3456   to be included (i.e. a help subdirectory with associated files etc.).
3458 ----
3460 Overview of changes in gcalctool 4.2.13
3462 * The View->Memory Registers menu item now correctly toggles the showing of
3463   the memory register window.
3465 ----
3467 Overview of changes in gcalctool 4.2.12
3469 * Menubar menu items now use stock Gtk icons (where applicable).
3471 ----
3473 Overview of changes in gcalctool 4.2.11
3475 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3477 ----
3479 Overview of changes in gcalctool 4.2.10
3481 * Going into Scientific mode and clicking on "(" twice no longer causes a
3482   segmentation violation.
3484 ----
3486 Overview of changes in gcalctool 4.2.9
3488 * Added some horizontal separators to help make the calculator more readable
3489   when in Financial and Scientific Mode.
3491 ----
3493 Overview of changes in gcalctool 4.2.8
3495 * Entering "((2+3)*9+(5-3))" no longer causes a segmentation violation.
3497 ----
3499 Overview of changes in gcalctool 4.2.7
3501 * Removed the attempt to display a calculator image on the About popup.
3502 * Typing the keyboard equivalent of the menu buttons now works.
3503 * Removed the VERSION string from the titlebar. This is now in the About popup
3505 ----
3507 Overview of changes in gcalctool 4.2.6
3509 * Added in an About popup that's accessible through the Help->About Gcalctool
3510   menubar Help menu item.
3512 ----
3514 Overview of changes in gcalctool 4.2.5
3516 * Fixed Bugzilla bug #102927.
3517   Replaced abbreviation "trig." with full word "trigonometric".
3519 ----
3521 Overview of changes in gcalctool 4.2.4
3523 * Fixed Bugzilla bug #102922.
3524   Adjusted two occurances of sentence fragments to make it easier for 
3525   L10N folks to translate them.
3527 ----
3529 Overview of changes in gcalctool 4.2.3
3531 * Added Spanish (es) to ALL_LINGUAS at configure.in
3532 * gcalctool is now resizable again.
3534 ----
3536 Overview of changes in gcalctool 4.2.2
3538 * Made calculator window choose a reasonable size at startup, and resize
3539   when changing modes.
3541 ----
3543 Overview of changes in gcalctool 4.2.1
3545 * Removed the GNOME_UTIL_LIBS line in gcalctool/Makefile.am so that 
3546   gcalctool will correctly build.
3548 ----
3550 Overview of changes in gcalctool 4.2.0
3552 * The gcalctool GUI layout has been redone to make the Basic mode more
3553   basic and to make the application more GNOMEish.
3554 * The Financial/Logical/Scientific mode buttons have been moved into
3555   the main calculator window above the Basic mode buttons. The Logical
3556   and Scientific modes have been combined.
3557 * Added a menubar.
3558 * The six item mode display has been removed and a mode panel added for
3559   the scientific mode.
3560 * Removed the property sheet. gcalctool no longer has a left or right 
3561   handed style.
3562 * Blank buttons are now correctly hidden.
3563 * Added a "--enable-build-broken" flag to configure that has to be present
3564   in order to configure and build gcalctool while it's still in a semi-broken
3565   state.
3567 ----
3569 Overview of changes in gcalctool 4.1.27
3571 * Fixed Bugzilla bug #101782.
3572   Removed trailing "\n"'s where possible in the tooltip help messages.
3574 ----
3576 Overview of changes in gcalctool 4.1.26
3578 * Fixed Bugzilla bug #101861.
3579   The size of the memory register window is no longer hard-wired.
3581 ----
3583 Overview of changes in gcalctool 4.1.25
3585 * Fixed Bugzilla bug #101867.
3586   Changed multiply key from "X" to "*" (same as the existing gnome-calculator).
3588 ----
3590 Overview of changes in gcalctool 4.1.24
3592 * Fixed Bugzilla bug #101780.
3593   Removed leading and trailing spaces from the labels for the gcalctool buttons.
3595 ----
3597 Overview of changes in gcalctool 4.1.23
3599 * Fixed Bugzilla bug #101777.
3600   Removed trailing periods on the four window titles.
3602 ----
3604 Overview of changes in gcalctool 4.1.22
3606 * Various I18N changes.
3608 ----
3610 Overview of changes in gcalctool 4.1.21
3612 * Various I18N changes.
3614 ----
3616 Overview of changes in gcalctool 4.1.20
3618 * Fixed Sun Bugtraq bug #1102883 against DeskSet calctool:
3619   Adjusted so that all error messages just display "Error" which is
3620   more consistent.
3622 ----
3624 Overview of changes in gcalctool 4.1.19
3626 * Fixed Sun Bugtraq bug #4006391 against CDE dtcalc:
3627   Bring up gcalctool, enter 10000 X 0.58 =, get answer is 5800.
3628   Then click on Int button, supposely should get 5800, but the answer was 5799.
3630 ----
3632 Overview of changes in gcalctool 4.1.18
3634 * Fixed Sun Bugtraq bug #1258472 against CDE dtcalc:
3635   Start up gcalctool and set to decimal and fixed. Set accuracy to 2 decimal
3636   places. Do a division like 0.19/2  It gives 0.0A.
3638 ----
3640 Overview of changes in gcalctool 4.1.17
3642 * Fixed Bugtraq bug #1190181 against OpenWindows DeskSet calctool:
3643   gcalctool core dumped if parent directory was not readable.
3645 ----
3647 Overview of changes in gcalctool 4.1.16
3649 * Updated TODO file with all relevant calculator Sun bugs and rfes.
3650 * Adjusted matherr() routine so that strict ANCI C compilers can compile it.
3651 * Mode windows now shows buttons correctly if you start up in Basic mode,
3652   then try to show one of the other modes.
3654 ----
3656 Overview of changes in gcalctool 4.1.15
3658 * "Keys" button now displays correctly if started with left-handed style.
3659 * Switching handed style now displays button labels correctly if currently
3660   showing the keyboard equivalent.
3662 ----
3664 Overview of changes in gcalctool 4.1.14
3666 * Buttons are colored correctly if started with left-handed style.
3668 ----
3670 Overview of changes in gcalctool 4.1.13
3672 * The unused buttons in the mode window are now hidden.
3674 ----
3676 Overview of changes in gcalctool 4.1.12
3678 * Added gconf support, removing the use of X11 resources.
3680 ----
3682 Overview of changes in gcalctool 4.1.11
3684 * Explicitly setting the size of the calculator buttons has been removed.
3685 * The width of the mode window is now set to the width of the main window.
3687 ----
3689 Overview of changes in gcalctool 4.1.10
3691 * Fixes for I18N support.
3693 ----
3695 Overview of changes in gcalctool 4.1.9
3697 * Now that gcalctool is using Gtk resources to determine the appearance of
3698   the calculator, there is no need to use the custom display_frame widget.
3699 * The calculator display area now has tooltip help.
3701 ----
3703 Overview of changes in gcalctool 4.1.8
3705 * Fixed up mistakes is the gcalctool tooltip help text.
3706 * Three keyboard accelerators weren't working when a "menu" button had been
3707   pressed and the calculator was in pending mode:
3708   Base button - "o" (octal).
3709   Mode button - "l" (logical).
3710   Trig button - "g" (gradient).
3711 * The + and . keys on the numeric keypad now work.
3713 ----
3715 Overview of changes in gcalctool 4.1.7
3717 * Added in help support. Hitting the Help key will toggle whether tooltip
3718   help messages are displayed for the various buttons and other widgets.
3720   By default tooltips are disabled. Start gcalctool with the "-h" command
3721   line option will enable them. There is also a "gcalctool.showhelp"
3722   resource that can enable/disable them.
3724 ----
3726 Overview of changes in gcalctool 4.1.6
3728 * The new Constant/Function popup now has the various items aligned.
3730 ----
3732 Overview of changes in gcalctool 4.1.5
3734 * The size of the buttons in the Mode window are incorrect if the unused ones
3735   are not shown. Solved this my simply making the unused ones insnsitive, and
3736   showing them all.
3738 ----
3740 Overview of changes in gcalctool 4.1.4
3743 * Keyboard accelerators now work for the gcalctool "menu" buttons.
3745 ----
3747 Overview of changes in gcalctool 4.1.3
3749 * The constant and function definitions are now read and written to a file
3750   named ~/.gcalctoolcf.
3751 * gcalctool now also tries to read a ~/.gcalctoolrc file at startup time.
3752   This file (if it exists) can contain resources for changing the appearance
3753   of the application. A gcalctoolrc file is now also included with the
3754   gcalctool distribution, which gives the old OpenWindows DeskSet appearance
3755   to the calculator.
3756 * The ability to change various colors via X resources has also been removed.
3757   The manual pages have been updated to reflect this.
3759 ----
3761 Overview of changes in gcalctool 4.1.2
3763 * Starting gcalctool then switching hands to left-handed, then using the
3764   keyboard for input, wrongly associated the various keyboard accelerators
3765   for the swapped keys.
3767 ----
3769 Overview of changes in gcalctool 4.1.1
3771 * Now finds the X11 libraries in a platform independent way.
3772 * Fixed up the gcalctool usage message.
3773 * Fixed up the gcalctool manual pages.
3774 * gcalctool now looks for ~/.gcalctoolrc and ~/.gcalctooldefaults files.
3775 * X resources are now "gcalctool.<whatever" rather than "calctool.<whatever>".
3777 ----
3779 Overview of changes in gcalctool 4.1.0
3781 * Graphics driver is now based on Gtk2.
3783 ----
3785 Overview of changes in calctool 4.0.0
3787 * Code based on the calctool in the OpenWindows Deskset for Solaris 8.
3788 * Adjusted to use an autoconf/automake configuration and build environment.
3789 * Adjusted the code to a K&R style.
3790 * Incorporated in needed code from the libguide and libdeskset libraries.
3791 * Released under a GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL) license.
3792 * Just an XView graphics driver currently provided.
3794 ----