Fix crash doing bitwise operations with large numbers (Bug #637328)
[gcalctool.git] / NEWS
blob2d30ea1c1fcc7b1b79e09cb4cf3d46b0330d74f2
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)
6 Overview of changes in gcalctool 5.91.90
8     * Integrate unittests into build process
10 Overview of changes in gcalctool 5.91.90
12     * Fix grammar mistakes
13     * Fix translated conversions (Bug #641166)
15 Overview of changes in gcalctool 5.91.6
17     * Add fixed rate of 15.6466 EEK = 1 EUR (Bug #639332)
18     * Use full name of currency in conversion bar
19     * Add temperature conversion
20     * Update conversion bar when currencies are updated
21     * Fix incorrect display of complex numbers
22     * Now able to change currencies from advanced mode
24 Overview of changes in gcalctool 5.91.5
26     * Make new variable buttons that combines add/set/get and clear into one
27       dialog.
28     * Add a decimal point button to the programming mode
29     * Make the numeric keypad produce numbers even when numlock is on
31 Overview of changes in gcalctool 5.91.4
33     * Use new Indian Rupee sign ₹ (Bug #636587, Carlos Cejudo)
34     * Use currency rates from the IMF as well as the ECB to add 24 new rates:
35       AED, BHD, BND, BWP, CLP, COP, DZD, ILS, IRR, KWD, KZT, LKR,
36       LYD, MUR, NPR, OMR, PEN, PKR, QAR, SAR, TND, TTD, UYU, VEF
37     * Don't hide GCalctool in KDE
38     * Convert numeric keypad separator into locale specific version
39       (Bug #632794)
41 Overview of changes in gcalctool 5.91.3
43     * Fix incorrect calculation of tanh
44     * Fix dropping of decimal points when thousand separator is '.' (Bug #635517)
45     * Improve conversion bar
46     * Fix crash in scientific mode
47     * Add new automatic display mode that switches from fixed to scientific when
48       numbers are too large
50 Overview of changes in gcalctool 5.91.2
52     * Fix broken thousands separators code (Bug #628908)
53     * Don't make window resizable, it is not supposed to be
54     * Use icons for undo and clear buttons as the translations cause them to be
55       oversized in some languages
56     * Handle Han digits (〇〡〢〣〤〥〦〧〨〩)
57     * If a thousands separator is not defined then use ' ' (Bug #632182)
58     * Fix incorrect error text for acosh function (Bug #632614)
60 Overview of changes in gcalctool 5.91.1
62     * Clear display when an answer is displayed and a numeric point is inserted
63     * Add GUI for unit conversations (bug #539830)
64     * Fix the definition of ounces
65     * Remove trailing whitespace when entering super-/subscript mode
66       (bug #631988)
67     * Calculate answers in separate thread (bug #576371)
68     * Stop '*'+backspace+'*' being converted into '^'
69     * Updated translations
71 Overview of changes in gcalctool 5.91.0
73     * Port to GTK+-3 (bug #630115, William Jon McCann)
74     * Don't crash on pasting empty clipboard
75     * Mark more strings as translatable (bug #630899, Gabor Kelemen)
76     * Make calculator window resizable (bug #630594)
77     * Put back visible thousands separators (bug #628908)
78     * Make thousands separators and radix points respect the users locale
79     * Updated translations
81 Overview of changes in gcalctool 5.32.0
83     * Updated translations
85 Overview of changes in gcalctool 5.31.91
87     * Increase accuracy of internal calculations, don't crash printing numbers
88       when they get too large.
89     * Updated translations
91 Overview of changes in gcalctool 5.31.90
93     * Updated translations
95 Overview of changes in gcalctool 5.31.6
97     * Fix double pasting into display with middle button
98     * Add a11y names to widgets
100 Overview of changes in gcalctool 5.31.5
102     * Call gsettings_sync() before quit
104 Overview of changes in gcalctool 5.31.4
106     * Show currency conversion below display
108     * Use gsettings instead of gconf
110 Overview of changes in gcalctool 5.31.3
112     * Support complex trigonometry
114     * Add complex argument button to scientific mode
115     
116     * Make popup button for additional functions, with integer/fractional
117       component, floor, ceiling, round and sign functions.
119 Overview of changes in gcalctool 5.31.2
121     * Replace backspace button with undo button
123     * Remove memory buttons from basic mode (too complex)
125     * Support complex arithmetic
127 Overview of changes in gcalctool 5.31.1
129     * Dynamically load button layouts to speed up startup time
131     * Add colours to buttons (Bug #157962)
133     * Merge advanced and scientific mode
135     * Relayout buttons
137     * Use arrows on superscript buttons (i.e. '↑n' instead of '⎕ⁿ')
139     * Don't change window title to match mode (no need to)
141     * Rename View menu to Mode
143     * Make inverses of variables work (Bug #614979)
145     * Show answer in bold (Bug #505168)
147     * Reimplement undo and redo
149     * Automatically add missing closing brackets (Bug #615243)
151     * Show all defined variables in variable popups
153 Overview of changes in gcalctool 5.30.0
155     * Fix errors in variable exponents (e.g. xy²)
157     * Handle powers in convesion units, (e.g. 1m² in mm²)
159     * Don't clear ans when clearing display (Bug #613552)
160     
161     * Handle equations like (x+3y)(2x-4y)
163 Overview of changes in gcalctool 5.29.92
165     * Add shortcuts to base buttons (Ctrl+B, Ctrl+O, Ctrl+D, Ctrl+H)
167     * Convert number in display if it has a base and a base button is pressed
169     * Make scientific notation button behave the same as keyboard shortcut (i.e.
170       go into superscript mode).
171       
172     * Only allow superscript minus to be entered if can make a valid superscript
173       number, otherwise revert to standard minus.
175     * Allow hexadecimal numbers to be entered in lower-case
177     * Make bit editor active for displayed numbers not in base 10
179     * Make variable powers work, e.g. x²
181     * Fix spacebar not working when display has focus (Bug #611971)
183     * Load currency rates when doing typed currency conversion
184     
185     * Use GIO instead of libsoup
187 Overview of changes in gcalctool 5.29.91
189     * Fix bug where backspace deletes all input in locales with no thousands
190       separator
192     * Make boolean operations work with zero, e.g. "0 XOR 5"
193     
194     * Don't override space and return when display area not selected (Bug #596645)
196     * Make window non-resizable (Bug #602154)
198     * Change boolean functions to uppercase (xor -> XOR)
200     * Documentation rewritten
202     * Modernised build system
204 Overview of changes in gcalctool 5.29.90
206     * Miscellaneous string fixes
208     * Updated translations: bg (Ivaylo Valkov), da (Ask H. Larsen),
209                             en_GB (Philip Withnall), es (Jorge González),
210                             fr (Laurent Coudeur), nb (Kjartan Maraas),
211                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
213 Overview of changes in gcalctool 5.29.6
215     * Reimplement automatic ans substitution (Robert Ancell)
217     * Make builds less verbose (bug #607118, Thomas Andersen)
219     * De-break function that check if currency rates are out of date (Robin Sonefors)
221     * Fix shift button keybinding crash (Robert Ancell)
223     * Updated translations: ast (Xandru Armesto Fernandez), bn (Jamil Ahmed),
224                             cs (Petr Kovar), de (Christian Kirbach),
225                             fr (Laurent Coudeur and Claude Paroz), hu (Gabor Kelemen),
226                             nb (Kjartan Maraas), sv (Daniel Nylander),
227                             ta (vasudeven), uk (Maxim V. Dziumanenko)
229 Overview of changes in gcalctool 5.29.4
231     * Make 0^0 = 1 (Robert Ancell, Bug #605011)
233     * Use superscript digits for scientific notation (Robert Ancell)
235     * Clear display when entering a number after an equation (Robert Ancell)
237     * Make Ctrl+W a shortcut to quit (Robert Ancell)
239     * Updated translations: et (Ivar Smolin), ro (Lucian Adrian Grijincu),
240                             zh_CN (Tao Wei)
242 Overview of changes in gcalctool 5.29.2
244     * Support conversions in display (e.g. "1 AUD in USD" or "6.2 inches in
245       meters") (Robert Ancell)
247     * Support arbitrary varible names, e.g. set with "name=55" (Robert Ancell)
249     * Add a command-line version of gcalctool 'gcalccmd'
250       (Rich Burridge, Bug #590767)
252     * Updated translations: en@shaw (Thomas Thurman), es (Jorge González),
253                             sl (Matej Urbančič), ta (drtvasudevan),
254                             zh_CN (Aron Xu)
256 Overview of changes in gcalctool 5.29.1
258     * New user interface:
259       - Window is now shorter to better fix in netbook resolutions
260       - Superscript and subscript numbers to allow better notation, e.g. "₃√5"
261       - Preferences moved into a dialog
262       - Functions are now typed, e.g. s+i+n for sine instead of "k"
263       - Error messages now displayed below equation, and improved descriptions
265 Overview of changes in gcalctool 5.28.0
267     * Don't override space bar when buttons are focussed as this stops keyboard control
268       (Robert Ancell, Bug #595337)
270     * Handle keycode for '^' used in non-English layouts (German, Spanish, etc)
271       and allow '**' to be converted to a '^' for layouts that do not support it
272       (Robert Ancell, Bug #546819)
274     * Updated documentation: de (Christian Kirbach), fr (Claude Paroz)
276     * Updated translations: as (Amitakhya Phukan), bg (Yavor Doganov)
277                             bn_IN (Runa Bhattacharjee), bn (Jamil Ahmed)
278                             cs (Marek Černocký), da (Ask H. Larsen)
279                             en_GB (Bruce Cowan), et (Ivar Smolin)
280                             hi (Rajesh Ranjan), it (Davide Falagna)
281                             kn (Shankar Prasad), lt (Gintautas Miliauskas)
282                             ml (Ani), mr (Sandeep Shedmake)
283                             or (Manoj Kumar Giri), pa (A S Alam)
284                             ro (Adi Roiban), sl (Matej Urbančič)
285                             sr (Branko Kokanović), sr@latin (Branko Kokanović)
286                             te (krishnababu k), uk (Maxim V. Dziumanenko)
287                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
289 Overview of changes in gcalctool 5.27.92
291     * Fix base conversions (Robert Ancell)
293     * Fix disabled help menu (Robert Ancell)
295     * Fix duplicate object names in data/financial.ui (Robert Ancell, Bug #593277)
297     * Updated translations: ar (Khaled Hosny), el (Jennie Petoumenou)
298                             eu (Inaki Larranaga Murgoitio), fr (Claude Paroz)
299                             gu (Sweta Kothari), hu (Gabor Kelemen)
300                             kn (Shankar Prasad), ml (Ani)
301                             pl (Tomasz Dominikowski), pt (Duarte Loreto)
302                             sr (Branko Kokanović), sv (Daniel Nylander)
303                             tr (Baris Cicek), zh_CN (Aron Xu)
305 Overview of changes in gcalctool 5.27.91
307     * Updated documentation: cs (Petr Kovar)
309     * Updated translations: bn_IN (Runa Bhattacharjee), et (Ivar Smolin)
310                             eu (Inaki Larranaga Murgoitio), fi (Tommi Vainikainen)
311                             ga (Seán de Búrca), gl (Antón Méixome)
312                             kn (Shankar Prasad), ko (Changwoo Ryu)
313                             nb (Kjartan Maraas), or (Manoj Kumar Giri)
314                             pl (Piotr Drąg), pt_BR (Leonardo Ferreira Fontenelle)
315                             sv (Daniel Nylander), ta (ifelix)
317 Overview of changes in gcalctool 5.27.90
319     * Fix bug where inserting text in locales without thousands separators replaces the whole display (Robert Ancell)
321     * Updated documentation: es (Jorge González)
323     * Updated translations: de (Christian Kirbach), es (Jorge González)
324                             gl (Antón Méixome), nb (Kjartan Maraas)
325                             sv (Daniel Nylander), ta (drtvasudevan)
327 Overview of changes in gcalctool 5.27.5
329     * Perform power and factorials before negation so -1! and -1^0.5 are valid as in 5.26.x (Robert Ancell)
331     * Connect functions to solve the function text and replace the display with the result (Robert Ancell, Bug #548884)
333     * Change bison syntax to be compatible with version 2.3 (Robert Ancell, Bug #589350)
335     * Compile with -DGSEAL_ENABLE (Thomas Anderson, Bug #588591)
337     * Update gconf descriptions to match translation guidelines (Leonardo Fontenelle, Bug #589563)
339     * Updated documentation: fr (Laurent Coudeur, Claude Paroz)
341     * Updated translations: es (Jorge González), et (Ivar Smolin, Mattias Põldaru)
342                             fr (Claude Paroz), pt_BR (Daniel S. Koda)
344 Overview of changes in gcalctool 5.27.4
346     * Update bit editor after shifting (Robert Ancell, Bug #587545)
348     * Use a base-10 internal representation (Robert Ancell, bug #585813, bug #585931, bug #560802)
350     * Make padding consistent in GUI (Jerry Casiano, Bug #587292)
351     
352     * Support implicit multiply before functions, e.g. "6 log 3" (Robert Ancell, Bug #586812)
354     * Use inverse notation for trigonometric functions, i.e. "asin" -> "sin⁻¹"
356     * Use lowercase notation for trigonometric and logarithm functions to look
357       more like standard mathematical notation
359     * Put spacing around functions, i.e. "sin" -> " sin "
361     * Use subscript for logarithm base two, i.e. "log2" -> "log₂"
363     * Added etched border around display (Robert Ancell, Bug #140836)
365     * Rewrote out of date man page (Robert Ancell, Bug #585997)
367     * Updated documentation: cs (Marek Cernocky)
369     * Updated translations: bn_IN (Runa Bhattacharjee), cs (Marek Cernocky),
370                             es (Jorge Gonzalez), fr (Jonathan Ernst, Claude Paroz),
371                             ta (drtvasudevan), sv (Daniel Nylander),
372                             uk (Maxim V. Dziumanenko)
374 Overview of changes in gcalctool 5.27.3
376     * Percentage operation for addition and subtraction now takes percentage of
377       first value (Robert Ancell, Bug #480207)
379     * Use correct UTF-8 mathematical characters (Robert Ancell, Bug #347630)
381     * Focus on the display entry by default
383     * Fix broken widget style.  Copy gcalctoolrc to ~/.gcalctoolrc to get coloured buttons.
385     * Fix missing icon in Help>Contents menu
387     * Updated translations: nb (Kjartan Maraas), ta (drtvasudevan)
389 Overview of changes in gcalctool 5.27.2
391     * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253)
393     * Add variable word size for bitwise functions (Robin Sonefors, Bug #581253)
395     * Remove negative sign from numbers rounded to zero.  This is only a partial
396       fix as the error value is still visible in scientific notation
397       (Robert Ancell, Bug #560802)
399     * Support odd roots of negative numbers (Robert Ancell, Bug #576973)
401     * Keep settings (show zeroes, thousands separator etc) when changing modes
402       (Robert Ancell, Bug #580398)
404     * Add a --solve command-line argument (Robert Ancell)
406     * Really fix the license text in the about dialog (Robert Ancell, Bug #579174)
408     * Made parser reentrant and part of MP code (Robert Ancell)
409     
410     * Remove references to arithmetic/left-to-right precedence from the manual
411       (Robert Ancell, Bug #559734)
413     * Fix grammatical errors in manual (Bruce Cowan, Bug #569275)
415     * Remove untranslated figures in documentation - they are automatically
416       copied from the C documentation (Robert Ancell, Bug #566680)
418     * Updated translations: si (K.P.Gayan Tharaka)
420 Overview of changes in gcalctool 5.27.1
422     * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807)
424     * Fix display on startup to be replaced on entry (Robert Ancell, Bug #576975)
425     
426     * Make GConf schemas translatable (Robert Ancell, Bug #571948)
427     
428     * Replace MP number arrays with an MPNumber structure (Robert Ancell)
430     * Tidied up error messages (Robert Ancell, Bug #521184)
432     * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946)
433       This will cause the gconf schema to be incompatible with gcalctool < 5.26.0.
434       Expect settings to reset to defaults when upgrading.  Switching between
435       versions will cause resets.
437     * Fix missing license text in about dialog (Robert Ancell, Bug #579174)
438     
439     * Updated translations: es (Jorge Gonzalez), et (Ivar Smolin)
441 Overview of changes in gcalctool 5.26.0
443     * Fix button expansion (nowak2000, Bug #575385)
445     * Removed deprecated test/ directory (Bug #574048)
447     * Updated documentation: C (Robin Sonefors), ca (Joan Duran)
449     * Updated translations: as (Amitakhya Phukan), da (Ask H. Larsen),
450                             el (Jennie Petoumenou), es (Jorge Gonzalez),
451                             fi (Tommi Vainikainen), gl (Ignacio Casal Quinteiro),
452                             gu (Ankitkumar Patel), hi (Rajesh Ranjan),
453                             hu (Gabor Kelemen), it (Sergio Durzu),
454                             lt (Vytautas Rėkus), mai (Rajesh Ranjan),
455                             ml (Ani Peter), mr (Sandeep Shedmake),
456                             nb (Kjartan Maraas), nl (Tino Meinen),
457                             pl (Wadim Dziedzic), ru (Nickolay V. Shmyrev),
458                             ta (felix), te (Krishnababu K),
459                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
461 Overview of changes in gcalctool 5.25.92
463     * Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell, Bug #572881)
465     * Fix rounding errors in integer power calulations (Robert Ancell, Bug #527540)
467     * Fix error in cosine/tangent calculations (Robert Ancell, Bug #571007)
469     * Updated documentation: eu (Inaki Larranaga Murgoitio)
471     * Updated translations: en_GB (Philip Withnall), fi (Ilkka Tuohela),
472                             fr (Bruno Brouard, Claude Paroz), ja (Takeshi AIHANA)
473                             kn (Shankar Prasad), lv (Raivis Dejus),
474                             nl (Wouter Bolsterlee), pt (Duarte Loreto)
475                             pt_BR (Og Maciel, Rodrigo Flores), sv (Daniel Nylander)
477 Overview of changes in gcalctool 5.25.91
479     * Initialise GType system so usage of GConf doesn't cause crashes (Matthias Clasen, Bug #571581)
481     * Rework command-line arguments to be standard (Robert Ancell, Bug #569885)
483     * Correctly handle decimal points for languages not using '.' (Robert Ancell, Bug #566929)
485     * Fix shortcut keys so standard menu keys work (Robert Ancell)
486     
487     * Updated documentation: eu (Inaki Larranaga Murgoitio)
488     
489     * Updated translations: ast (Mikel González), cs (Petr Pulc), da (Ask H. Larsen), eu (Inaki Larranaga Murgoitio),
490                             gu (Sweta Kothari), hu (Gabor Kelemen), ro (Adi Roiban), vi (Clytie Siddall),
491                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
493 Overview of changes in gcalctool 5.25.90
495     * Fixed incorrect bit shift operation (Robert Ancell, Bug #569176)
497     * Updated documentation: sv (Daniel Nylander)
499     * Updated translations: ca (Joan Duran), de (Christian Kirbach), ko (Changwoo Ryu), or (Manoj Kumar Giri)
501 Overview of changes in gcalctool 5.25.5
503     * Updated documentation: de (Christian Kirbach)
505     * Updated translations: nb (Kjartan Maraas), th (Theppitak Karoonboonyanan)
507 Overview of changes in gcalctool 5.25.4
509     * Updated translations: de (ckirbach), es (Jorge Gonzalez), zh_CN (甘露)
511 Overview of changes in gcalctool 5.25.3
513     * Made exponential numbers work without a sign, e.g. '1e2' works
514       the same as '1e+2' (Robert Ancell).
516     * Correctly calculate exponential numbers in binary mode and
517       convert correctly when changing bases (Robert Ancell, Bug #516159).
519     * Fix broken accelerator keys from changes in 5.25.2 (Robert Ancell, Bug #379476).
521 Overview of changes in gcalctool 5.25.2
523     * Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are controlled by the shift key.
524       The following shortcut keys have changed:
526       Function     | Old | New
527       --------------------------
528       Sine         | K   | k
529       Inv. Sine    | -   | K
530       Cosine       | J   | j
531       Inv. Cosine  | -   | J
532       Tangent      | L   | w
533       Inv. Tangent | -   | W
534       Natural Log  | N   | n
535       e^x          | {   | N
536       Log          | G   | g
537       10^x         | }   | G
538       Log_2        | H   | h
539       2^x          | -   | H
540       x^y          | ^   | ^ or o
541       x^(1/y)      | -   | O
542       
543       (Robin Sonefors, Bug #379476).
545     * Fixed crash where financial dialogs are activated from other modes on startup
546       (Robin Sonefors, Bug #560196).
548     * Give binary invert operation higher precedence so that ~X and X == 0 (Sami Pietilä, Bug #562251)
549     
550     * Fixed calculation errors for boolean operations on very large numbers (Robert Ancell, Bug #509988)
552     * Always read configuration from /apps/gcalctool not /apps/(appname) as the application
553       name is different when symlinked (e.g. the gnome-calculator symlink) (Matt Keenan, Bug #559260).
555     * Correct gconf key names in man page (Robert Ancell, Bug #559458).
557     * Updated translations: es (Jorge Gonzalez)
559     * Updated help: es (Jorge Gonzalez)
561 Overview of changes in gcalctool 5.25.1
563     * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508).
564     
565     * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686).
566     
567     * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663).
568     
569     * Don't clear display when changing modes and allow all functions to work in all non-basic
570       modes (Robert Ancell, Bug #554133).    
571    
572     * Set decimal point label to be based on LC_NUMERIC as users can set their numerical
573       representation to different to their language settings (Robin Sonefors, Bug #557331).
574       
575     * More refactoring in MP math library (Klaus Niederkrueger, Robert Ancell, Bug #524091).
577     * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965).
579     * Only update bit panel when display contains a solved number (Robert Ancell, Bug #548690).
581     * Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).
582     
583     * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207).
585     * Added translator comments (Robert Ancell)
587     * Updated translations: bg (Alexander Shopov),
588                             da (Ask H. Larsen, Kenneth Nielsen),
589                             es (Jorge Gonzalez),
590                             et (Ivar Smolin),
591                             fi (Ilkka Tuohela),
592                             mk (Jovan Naumovski),
593                             pt_BR (Vladimir Melo, Leonardo Ferreira Fontenelle)
595     * Updated help: es (Jorge Gonzalez)
597 Overview of changes in gcalctool 5.24.0
599     * Updated translations: af (Friedel Wolff), ar (Anas Afif Emad, Khaled Hosny),
600                             bn_IN (Sankarshan Mukhopadhyay), da (Kenneth Nielsen),
601                             dz (Pema Geyleg), gu (Sweta Kothari),
602                             hr (Robert Sedak), hu (Gabor Kelemen),
603                             it (Luca Ferretti), kn (Shankar Prasad),
604                             ko (Changwoo Ryu), lt (Gintautas Miliauskas),
605                             ml (Sreejith K incorporated, Praveen Arimbrathodiyil),
606                             mr (Sandeep Shedmake), ro (Mişu Moldovan),
607                             sq (Laurent Dhima), ta (Tirumurthi Vasudevan),
608                             te (Krishnababu K), tr (Baris Cicek),
609                             zh_CN (Funda Wang)
611     * Updated help: es (Jorge Gonzalez)
612 ----
614 Overview of changes in gcalctool 5.23.92
616     * Updated translations: en_GB (Philip Withnall), ca (Gil Forcada),
617                             bg (Alexander Shopov)
619 ----
621 Overview of changes in gcalctool 5.23.91
623     * Fix packing for modulus button (Bug #548880)
625     * Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so
626       other desktops can use GCalctool (bug #518862).
628 ----
630 Overview of changes in gcalctool 5.23.90
632     * Fix some small memory leaks (Felix Riemann, Bug #547942)
633     
634     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
635     
636     * Updated translations: ar (Khaled Hosny), fi (Ilkka Tuohela), he (Yair Hershkovitz), ja (Takeshi Aihana), pt (Duarte Loreto), sk (Marcel Telka)
637     
638     * Updated documentation: ru (Yuriy Penkin)
640 ----
642 Overview of changes in gcalctool 5.23.6
644     * Deprecated left-to-right mode (Bug #500994).
646     * Updated remaining documentation (bg, zh_CN, zh_HK, zh_TW) to gnome-doc-utils (Robert Ancell, Bug #336104)
647     
648     * Changed icon from deprecated 'gnome-calculator' to 'accessories-calculator') (Matthias Clasen, Bug #545074)
650     * Updated translations: ar (Djihed Afifi), fr (Claude Paroz), pt_BG (Fabrício Godoy)
652 ---- 
654 Overview of changes in gcalctool 5.23.5
656     * Fix regression in factorial operation (Klaus Niederkrueger)
657     
658     * Made trigonometric button text translatable (Yuri Penkin, Bug #540196)
660     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
661     
662     * Updated Japanese documentation to gnome-doc-utils (Claude Paroz, Takeshi Aihana, Bug #336104)
664     * Updated translations: ca (Joan Duran), oc (Yannig Marchegay), ru (Yuriy Penkin), sv (Daniel Nylander), th (Theppitak Karoonboonyanan)
666 ----
668 Overview of changes in gcalctool 5.23.4
670     * Added workaround to stop display disappearing when editing large displays (Bug #524602)
672     * Applied second mp math tidy up patch from  Klaus Niederkrueger (Bug #524091)
674     * Updated translations: ar (Djihed Afifi)
676 ----
677   
678 Overview of changes in gcalctool 5.23.3
680     * Default to no thousands separator not ',' for locales that do not require one (Bug #527669)
682     * Updated translations: ar (Djihed Afifi), et (Ivar Smolin), vi (Clytie Siddall)
684 ----
686 Overview of changes in gcalctool 5.23.2
688     * Fixes the cursor from moving around when editing numbers with thousands separators (Bug #527669)
690     * Structural changes in preperation for full unicode support (Bug #530532)
691     
692     * Updated translations: es (Jorge González), gl (Ignacio Casal Quinteiro), nb (Kjartan Maraas),
693       nl (Tino Meinen), pt_BR (Leonardo Ferreira Fontenelle), sl (Matej Urbančič)
694     
695 ----
697 Overview of changes in gcalctool 5.23.1
699     * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318)
701     * Fixes incorrect negation precedence (Bug #526094)
703     * Fixes issues with thousands seperators and radix in non-english
704       locales (Bug #527669)
706     * Fixes regression in constant and function menus (Bug #527545)
708     * Fixes problem where display is invisible after solving equation
709       (Bug #524602)
711 ----
713 Overview of changes in gcalctool 5.22.0
715     * Fix for bug #520474 - Calculator uses 06 in place of decimal.
717     * Fix for bug #519979 - Please provide translator comments.
719     * Fix for bug #519243 - Memory registers save incorrectly.
721 ----
723 Overview of changes in gcalctool 5.21.92
725     * Released a gcalctool tarball for GNOME 5.21.92.
727 ----
729 Overview of changes in gcalctool 5.21.91
731     * Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
733     * Fix for bug #515326 – translation issues
735     * Unmark bitcalculating strings for translation (Bug #515326)
736       Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
738     * Remove help/it/Makefile, switching to gnome-doc-utils
740     * Fix for bug #514233 - Title not translated
742     * Fix for bug #513868 - Switching mode clears values but not
743       "Malformed expression" in statusbar.
745     * Fix for bug #513218 - Parsing not handling things the way a
746       "normal" calculator would.
748     * Fix for bug #482666 - XML errors in gcalctool de translation.
750     * Fix typo (Retreive -> Retrieve)
752 ----
754 Overview of changes in gcalctool 5.21.90
756     * Fix for bug #512204 - Regression in (-,+) handling.
758     * Fix for bug #511052 – Mod gives negative remainders.
760     * Fixed typo in message in create_kframe() in gtk.c.
762 ----
764 Overview of changes in gcalctool 5.21.5
766    * Adjusted online help documentation to add in a section 4.4. "Changing
767      The Display Area" and to update the new keyboard shortcut for Clear.
769    * Use delete key to delete character right of cursor in display, clear
770      now uses shift+delete (Bug #326938).
771    
772    * Update all button tooltips to have the shortcut
773      key for that button (Bug #503707).
775    * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
776      category
778    * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
779      "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
781    * Work on bug #501699. Adjusted "monthly interest rate" to "simple
782      monthly interest rate" in the online help for two of the financial
783      examples.
785    * Fix incorrect menu radio button selected when mode change aborted 
786      (bug #488226).
788    * Fix for bug #502306 - unable to use MOD operation after a 
789      x ? y operation.
791 ----
793 Overview of changes in gcalctool 5.21.4
795     * Adjusted online help documentation to add in a section 4.4. "Changing
796       The Display Area" and to update the new keyboard shortcut for Clear.
798     * Use delete key to delete character right of cursor in display, clear
799       now uses shift+delete (Bug #326938).
800     
801     * Update all button tooltips to have the shortcut
802       key for that button (Bug #503707).
804     * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
805       category
807     * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
808       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
810     * Work on bug #501699. Adjusted "monthly interest rate" to "simple
811       monthly interest rate" in the online help for two of the financial
812       examples.
814     * Fix incorrect menu radio button selected when mode change aborted 
815       (bug #488226).
817     * Fix for bug #502306 - unable to use MOD operation after a 
818       x ᶺ y operation.
820 ----
822 Overview of changes in gcalctool 5.21.3
824     * Added a "Reset to Default" accuracy menu item (bug #488542).
826     * When the bit calculation extension is enabled, a message now appears
827       in the status bar.
829     * Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension
830       produces incorrect results.
832     * Fixed bug #367731 - [doc] Update documentation for bit calculating
833       extension.
835     * Fixed bug 500029 - Clearing a bit in the bitcalculating extension,
836       sets the display to zero.
838     * Disable menu items not valid in current mode (Bug #499625).
840     * Fix build dependencies for parsers (Bug #497237).
841     
842     * Trim pasted text on newlines, replace tabs with spaces (Bug #488796).
844     * Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
846     * Fixed bug #367723 - [doc] Update documentation for Changing Modes
847       Clears Calculation.
849 ----
851 Overview of changes in gcalctool 5.21.2
853     * Fixed bug #485919 - Use Glade for UI. Glade conversion of gcalctool 
854       is now complete (thanks Robert).
856     * Fixed bug #495349 - Close precision dialog when setting precision from
857       Acc button.
859     * Fixed bug #495345 - Connect "activate" signal for precision spin button
860       after spin button has been updated.
862     * Fixed bug #482655 - Missing image file.
864     * Fix the buglet in comment #51 of bug #485919
866     * Fixed for final remaining parts of bug #488694 - [a11y] Several 
867       calculator buttons don't speak correctly with Orca.
869     * Fixed bug #488489 - Make accuracy shortcuts only work in scientific mode.
871     * Fixed bug # 488703 - Stop bogus '-/-' appearing in accuracy menu items.
873     * Fix for bug #485134 - OR calculation produces incorrect result in
874       arithmetic precedence mode.
876     * General code cleanup.
878 ----
880 Overview of changes in gcalctool 5.21.1
882     * Work on bug #485919 - Use Glade for UI.
883         > Adds support for the mode panel.
884         > Puts menu accelerators back again and fixes the top button row in
885           basic mode being too tall.
886         > Now provides Glade support for the majority of the gcalctool GUI.
888     * Fix for bug #490701 - base radio buttons initially fail.
890     * Attempted fix for bug #485134 - OR calculation produces incorrect 
891       result in arithmetic precedence mode. This isn't a complete solution
892       so the bug has been reopened.
894     * Fix for bug #488828 - Reciprocal remembers backspaced items.
896     * More work on bug ##488694 - [a11y] Several calculator buttons don't speak 
897       correctly with Orca. Removed the accessible descriptions (not needed) and 
898       adjusted the "shift left" and "shift right" names (they were reversed).
900     * Patch to stablize arithmetic precedence.
902     * Stop acting on toggle events from radio buttons when they go inactive 
903       (Bug #485918).
905     * Added Robert Ancell to the list of gcalctool MAINTAINERS.
907     * Fixed bug #488830 - Hex radio button shortcut conflicts with Help menu 
908       shortcut.
910     * Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip shortcut 
911       keys.
913     * Fixed bug #488783 - memory registers not available if you start in 
914       Advanced mode
916     * Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak
917       correctly with Orca.
919     * Fix for bug #485398 - Put memory register window inside the main window.
920       Uses gtk_window_set_transient_for() to associate the memory register
921       window with the main gcalctool window.
923     * Fix for bug #383850 - [doc] New names for Precedence.
925     * Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence mode
926       if user has "hand edited" the display.
928     * Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
929       correctly set the state of the Edit-<Memory Registers check box if the
930       user wanted the memory registers initially displayed.
932     * Correctly handle memory register display and "Memory Registers" menu
933       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
934       (Needed because of the recent changes for bug #478961).
936 ----
938 Overview of changes in gcalctool 5.21.0
940     * Fix for bug #326938 – Display cursor in input area; allow home and 
941       end keys. This is in arithmetic precedence mode only.
943     * Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 places 
944       menu items.
946     * Fix for bug #439087 – Gcalctool can't handle small physic constants
947       like the Boltzmann constant. The number of significant places has
948       been increased to 99 and the number of displayable digits has been
949       increased to 200. The online help has been adjusted to reflect these
950       changes.
952       Note that if you have something in the gcalctool display that is
953       wider than the display area, a scrollbar is shown, but the first
954       digit isn't properly displayed. The workaround here, is to enlarge
955       the size of the calculator window until the scrollbar goes away.
956       I believe this is a Gtk+ problem and have filed bug #482688 against 
957       it.
959     * Fixed bug #367738 – [doc] Square root documentation needs to be updated.
960       The entry in the online help now includes examples for both arithmetic
961       precedence and non-arithmetic precedence mode.
963     * Fixed bug #428571 – [doc] Repetitive usage of "use".
965     * Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
967     * Fixed bug #428573 – [doc] Spelling of logical gates.
968       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
969       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
970       display area in arithmetic precedence mode. The gcalctool manual
971       pages and the online help have been updated accordingly.
973       The XOR operation in non-arithmetic mode was doing a multiplication
974       instead.
976       The result for the AND example in the online help was incorrect.
978       The syntax for using NOT in aritmetic mode is different then for
979       non-arithmetic mode. The online help example has been updated to
980       show both examples.
982     *  Fixed bug #469245 – Hexadecimal input is not intuitive and
983       bug #455889 – Copy/paste of lower case hex letter does not work.
984       The hexadecimal digits have been changed back to their pre Sept
985       2003 (bug #118826) values of "a" - "f".
987       The following functions have also had their keyboard shortcuts
988       reverted back to their pre Sept 2003 upper-case values:
990       [A] - Set accuracy
991       [C] - Change sign
992       [D] - Double-declining depreciation
993       [E] - Enter an exponential number
994       [F] - User-defined functions
996       With copy/paste operations, where the user is pasting a string into
997       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
998       "D" or "F" character is encountered, it will be converted to its
999       lowercase equivalent. If an "E" is found,  and the next character is a
1000       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
1001       a possible exponential number), otherwise its converted to a lower
1002       case "e".
1004       Displaying of hex digits in the gcalctool display will still be
1005       in uppercase. Displaying of the "e" in an exponential number will
1006       still be in lower-case.
1008       The way to enter exponential numbers in arithmetic precedence mode
1009       has changed. The following four examples should show you the new
1010       correct syntax:
1012         1  2  Exp + 8  =              1200000000
1013       - 1  2  Exp + 8  =             -1200000000
1014         1  2  Exp - 8  =              0.00000012
1015       - 1  2  Exp - 8  =             -0.00000012
1017       In both left-to-right precedence and arithmetic precedence modes, if
1018       the user enters a numeric digit that is incorrect for the current
1019       numeric base, this shouldn't be allowed and should not be entered
1020       in the display.
1022       The gcalctool documentation (and tooltips) have been updated to
1023       reflect these changes.
1025     * Fixed bug #479102 – memory registers dialogue should use ngettext.
1027     * Fixed bug #478961 – GtkAaction use.
1029     * Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
1031     * Fixed bug #478979 – show menu help in statusbar.
1033     * Fixed bug #479064 – should use ngettext on the Acc button.
1035     * Fixed bug #479097 – use gtkmessagedialog.
1037     * Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
1039 ----
1041 Overview of changes in gcalctool 5.20.0
1043 * Released a gcalctool tarball for GNOME 2.20.0.
1045 ----
1047 Overview of changes in gcalctool 5.19.92
1049 * Released a gcalctool tarball for GNOME 2.19.92.
1051 ----
1053 Overview of changes in gcalctool 5.19.91
1055 * Released a gcalctool tarball for GNOME 2.19.91.
1057     - Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
1059 ----
1061 Overview of changes in gcalctool 5.19.90
1063 * Released a gcalctool tarball for GNOME 2.19.90.
1065     - Adjusted the MAINTAINERS file to the new format.
1067 ----
1069 Overview of changes in gcalctool 5.19.6
1071 * Released a gcalctool tarball for GNOME 2.19.6.
1073     - Remove help/de/Makefile due to gnome-doc-utils migration.
1075     - Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
1076       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
1078     - Fixed bug #439415. Always use left-to-right direction for button's boxes.
1080 ----
1082 Overview of changes in gcalctool 5.19.5
1084 * Released a gcalctool tarball for GNOME 2.19.5.
1086     - Applied Sun patch to change the Comment line in gcalctool.desktop.in
1088     - Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
1090     - Fixed bug #450790 – crash in Calculator when pasting in a very large
1091       number.
1093 ----
1095 Overview of changes in gcalctool 5.19.4
1097 * Released a gcalctool tarball for GNOME 2.19.4.
1099     - Fixed bug #448263 – drop libgnome dependency
1101 ----
1103 Overview of changes in gcalctool 5.19.3
1105 * Released a gcalctool tarball for GNOME 2.19.3.
1107   - Fixed bug #439985 – Negative value not saved in memory register across 
1108     invocations of gcalctool. This was also a problem was negative constants.
1110 ----
1112 Overview of changes in gcalctool 5.19.2
1114 * Released a gcalctool tarball for GNOME 2.19.2.
1116 ----
1118 Overview of changes in gcalctool 5.19.1
1120 * Released a gcalctool tarball for GNOME 2.19.1.
1122 ----
1124 Overview of changes in gcalctool 5.9.14
1126 * Released a gcalctool tarball for GNOME 2.18.0 (Final).
1128 ----
1130 Overview of changes in gcalctool 5.9.13
1132 * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
1134 ----
1136 Overview of changes in gcalctool 5.9.12
1138 * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
1140 ----
1142 Overview of changes in gcalctool 5.9.11
1144 * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
1146 ----
1148 Overview of changes in gcalctool 5.9.10
1150 * All copyright messages updated for 2007.
1151 * Released a gcalctool tarball for GNOME 2.17.5.
1153 ----
1155 Overview of changes in gcalctool 5.9.9
1157 * Released a gcalctool tarball for GNOME 2.17.4.
1159 ----
1161 Overview of changes in gcalctool 5.9.8
1163 * Released a gcalctool tarball for GNOME 2.17.3.
1165 ----
1167 Overview of changes in gcalctool 5.9.7
1169 * Released a gcalctool tarball for GNOME 2.17.2.
1171 ----
1173 Overview of changes in gcalctool 5.9.6
1175 * Fixed bug #358782. Fixup sloppy string handling.
1177 ----
1179 Overview of changes in gcalctool 5.9.5
1181 * Fixed bug #364410.  Incorrectly rounded pi constant.
1183 ----
1185 Overview of changes in gcalctool 5.9.4
1187 * Released a gcalctool tarball for GNOME 2.17.1.
1189 ----
1191 Overview of changes in gcalctool 5.9.3
1193 * Fixed bug 359291 - crash when localized decimal point is greater than 
1194   1 char. Removed the bogus assert.
1196 ----
1198 Overview of changes in gcalctool 5.9.2
1200 * Fixed bug #358337 - gcalctool no longer crashes in the Oriya locale due 
1201   to sloppy string handling.
1202 * Fixed bug #354730 - crash in Calculator: running 3x10^38 using bi..
1203 * Fixed bug #357208 - Bitcalculating extension needs to support negative 
1204   numbers
1206 ----
1208 Overview of changes in gcalctool 5.9.1
1210 * Fixed bug #157961 - Bitcalculating extension for gcalctool.
1211 * Fixed bug #355648 - Error reporting should be consistent.
1212 * Fixed bug #135140 - percent operator works not as expected.
1214 ----
1216 Overview of changes in gcalctool 5.9.0
1218 * Fixed bug #349981 - gcalctool should save screen position for next start.
1220 ----
1222 Overview of changes in gcalctool 5.8.24
1224 * Released a gcalctool tarball for GNOME 2.16.0 (Final).
1226 ----
1228 Overview of changes in gcalctool 5.8.23
1230 * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
1232 ----
1234 Overview of changes in gcalctool 5.8.22
1236 * Removed several chunks of code that were surronded by #if 0/#endif.
1238 ----
1240 Overview of changes in gcalctool 5.8.21
1242 * Fixed bug #350341. gcalctool now builds again with gcc v2.95.
1244 ----
1246 Overview of changes in gcalctool 5.8.20
1248 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
1250 ----
1252 Overview of changes in gcalctool 5.8.19
1254 * More work on bug #347700.  Added another "Note to translators" 
1255   comment for the Abs button labels.
1257 * Fixed bug #348452. Removed line for help/sv/Makefile.in
1259 * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
1261 ----
1263 Overview of changes in gcalctool 5.8.18
1265 * Work on bug #347700. Added a "Note to translators" comment for the 
1266   Bksp and Clr button labels.
1268 ----
1270 Overview of changes in gcalctool 5.8.17
1272 * Released a gcalctool tarball for GNOME 2.15.4.
1274 ----
1276 Overview of changes in gcalctool 5.8.16
1278 * Released a gcalctool tarball for GNOME 2.15.3.
1280 ----
1282 Overview of changes in gcalctool 5.8.15
1284 * Fixed bug #343150. Gcalctool no longer crashes when switching to 
1285   scientific mode.
1287 ----
1289 Overview of changes in gcalctool 5.8.14
1291 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
1293 ----
1295 Overview of changes in gcalctool 5.8.13
1297 * Released a gcalctool tarball for GNOME 2.15.2.
1299 ----
1301 Overview of changes in gcalctool 5.8.12
1303 * Fixup compiler warnings from inclusion of last patch.
1305 ----
1307 Overview of changes in gcalctool 5.8.11
1309 * Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
1310   Backspace results in mal-formed expression.
1312 * = button is now also a one step undo. (This feature was temporary
1313   disabled by the previous redo/undo patch.)
1315 * Removed gotos from do_expression function. (This change might add
1316   unstability as this is a major change to the expression mode state
1317   machine.)
1319 * Functions (such as sin, cos, tan..) can use previously calculated value.
1321 ----
1323 Overview of changes in gcalctool 5.8.10
1325 * First cut at an Undo/Redo implementation for use with the arithmetic
1326   operator precedence mode.
1328 ----
1330 Overview of changes in gcalctool 5.8.9
1332 * Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files
1333   were missing.
1336 Overview of changes in gcalctool 5.8.8
1338 * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
1339 * Released a gcalctool tarball for GNOME 2.15.1.
1341 ----
1343 Overview of changes in gcalctool 5.8.7
1345 * Fixed bug #337897. Changes to use po/LINGUAS file.
1347 ----
1349 Overview of changes in gcalctool 5.8.6
1351 * Fixed bug #338220. The 'Show trailing zeroes' option in the View menu 
1352   should now be correctly set [in]sensitive depending upon which mode 
1353   it's in.
1355 ----
1357 Overview of changes in gcalctool 5.8.5
1359 * Fixed bug #332023. The bitwise operators now work in arithmetic operator 
1360   precedence mode, when you use them with the result of a previous operation.
1362 ----
1364 Overview of changes in gcalctool 5.8.4
1366 * Fixed bug #327729. The fields in the memory register window were not 
1367   correctly aligned in some themes.
1369 ----
1371 Overview of changes in gcalctool 5.8.3
1373 * Fixed bug #330867.  Added License info to the Gcalctool About dialog.
1375 ----
1377 Overview of changes in gcalctool 5.8.2
1379 * Fixed bug #335095. Gcalctool no longer displays the current mode in 
1380   the title bar when in Basic mode (due to lack of space).
1382 ----
1384 Overview of changes in gcalctool 5.8.1
1386 * Fixed bug #335236. Gcalctool schemas files should be installed if
1387   built with "--without-gnome".
1389 ----
1391 Overview of changes in gcalctool 5.8.0
1393 * Adjustments to the AOP code so that e to the power of x gives the
1394   correct answer at high precision.
1396 ----
1398 Overview of changes in gcalctool 5.7.32
1400 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1402 ----
1404 Overview of changes in gcalctool 5.7.31
1406 * Fix for bug #333078. cvs fails to build due to bg translation of help.
1408 * Inclusion of a translation of gcalctool help for the bg locale.
1410 ----
1412 Overview of changes in gcalctool 5.7.30
1414 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1416 ----
1418 Overview of changes in gcalctool 5.7.29
1420 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1422 ----
1424 Overview of changes in gcalctool 5.7.28
1426 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1428 ----
1430 Overview of changes in gcalctool 5.7.27
1432 * Refixed bug #323150. The recent changes to the square root and 
1433   subtraction button labels broke the token parser for arithmetic 
1434   operator precedence.
1436 ----
1438 Overview of changes in gcalctool 5.7.26
1440 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of 
1441   causing the CE button to no longer work correctly.
1443 ----
1445 Overview of changes in gcalctool 5.7.25
1447 * Fixed bug #327214. The results from performing trig functions were not 
1448   being passed on to future calculations correctly (in non-arithmetic 
1449   operator precedence mode).
1451 ----
1453 Overview of changes in gcalctool 5.7.24
1455 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1456   for label on division button.
1458 ----
1460 Overview of changes in gcalctool 5.7.23
1462 * Released a gcalctool tarball for GNOME 2.13.5.
1464 ----
1466 Overview of changes in gcalctool 5.7.22
1468 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, 
1469   multiplication, plus/minus, minus and square root.
1471 ----
1473 Overview of changes in gcalctool 5.7.21
1475 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic 
1476   operator precedence mode with the scientific view) now hopefully works 
1477   correctly.
1479 ----
1481 Overview of changes in gcalctool 5.7.20
1483 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric 
1484   point in arithmetic operator precedence mode.
1486 * Adjusted all the copyright messages to include 2006.
1488 ----
1490 Overview of changes in gcalctool 5.7.19
1492 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1493   Gcalctool no longer crashes when you double click the 0 in the display area. 
1495 ----
1497 Overview of changes in gcalctool 5.7.18
1499 * Final fix for bug #153854. Now handles the case where the first thing 
1500   the user does is change mode (Basic, Financial, Advanced, Scientific) 
1501   in AOP mode.
1503 * Released a gcalctool tarball for GNOME 2.13.4.
1505 ----
1507 Overview of changes in gcalctool 5.7.17
1509 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail 
1510   in non-English locales
1512 ----
1514 Overview of changes in gcalctool 5.7.16
1516 * Fixed bug #324001. Primary Selection (middle mouse button) is now working.
1518 ----
1520 Overview of changes in gcalctool 5.7.15
1522 * Released a gcalctool tarball for GNOME 2.13.3.
1524 ----
1526 Overview of changes in gcalctool 5.7.14
1528 * More work on bug #153854. Similar change to that made on 15th November 
1529   2005, this time for arithmetic operator precedence mode.
1531 ----
1533 Overview of changes in gcalctool 5.7.13
1535 * Slight fixup for bug #157961. The toggling of the first bit in the
1536   bit panel wasn't working correctly. 
1538 ----
1540 Overview of changes in gcalctool 5.7.12
1542 * More work on bug #153854
1543   If the user has completed a calculation and we are going to a
1544   new mode that is "compatible" with this one, then just change
1545   modes. Otherwise display a dialog warning the user that the
1546   current calculation will be cleared.
1548   Incompatible modes are:
1550   Scientific -> Basic
1551   Scientific -> Advanced
1552   Scientific -> Financial
1554   (unless we are in Scientific mode with Decimal numeric base and Fixed).
1556   These changes work nicely in non-arithmetic operator precedence mode.
1558 ----
1560 Overview of changes in gcalctool 5.7.11
1562 * Released a gcalctool tarball for GNOME 2.13.2.
1564 ----
1566 Overview of changes in gcalctool 5.7.10
1568 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: 
1569   gdk_window_invalidate_rect: assertion `window != NULL' failed" 
1570   warnings at startup.
1572 ----
1574 Overview of changes in gcalctool 5.7.9
1576 * Fixed bug #319934. The percent operator was broken in non-arithmetic 
1577   operator precedence mode.
1579 ----
1581 Overview of changes in gcalctool 5.7.8
1583 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1584   Exponential notation now works correctly in arithmetic operator
1585   precedence mode.
1587 ----
1589 Overview of changes in gcalctool 5.7.7
1591 * Slight adjustment to the bit panel. It's now centralized.
1593 ----
1595 Overview of changes in gcalctool 5.7.6
1597 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1598   needed to also preserve v->toclear and v->pointed.
1600 * Work on enhancement request #157961. Started to implement the bit 
1601   panel for non-arithmetic precedence mode.  It's automatically displayed 
1602   when in Scientific mode.
1604 ----
1606 Overview of changes in gcalctool 5.7.5
1608 * Implemented enhancement request #148104 for arithmetic precedence mode.
1609   The modulo operation. See entry below for more details.
1611 ----
1613 Overview of changes in gcalctool 5.7.4
1615 * Fixed bug #316382. The "useless" cursor is no longer displayed in 
1616   the calculator display area.
1618 ----
1620 Overview of changes in gcalctool 5.7.3
1622 * Implemented enhancement request #148104 for non-arithmetic precedence
1623   mode. Added in a modulo operation. This is available in Scientic Mode. 
1624   A Mod B return the remainder when you divide A by B. A and B must be
1625   integers. Keyboard shortcut for this operation is "M".
1627 ----
1629 Overview of changes in gcalctool 5.7.2
1631 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets 
1632   to display the register values. Gnopernicus can now correctly speak the 
1633   contents of each memory register. There is also a close button to easily 
1634   dismiss this dialog.
1636 ----
1638 Overview of changes in gcalctool 5.7.1
1640 * Fixed bug #314540. The memory register window is now a dialog rather 
1641   than a top-level window.
1643 ----
1645 Overview of changes in gcalctool 5.7.0
1647 * Fix to prevent invalid numeric entry in arithmetic operator precedence
1648   mode, depending upon the current base.
1650 ----
1652 Overview of changes in gcalctool 5.6.31
1654 * A number of the bison- and flex-related make rules in 
1655   .../gcalctool/Makefile.am were broken when builddir != srcdir.
1657 ----
1659 Overview of changes in gcalctool 5.6.30
1661 * Fixed bug #314540. The libparser.a library needs ranlib run on it 
1662   for Mac OS X.
1664 ----
1666 Overview of changes in gcalctool 5.6.29
1668 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in 
1669   syntax_translation.c
1671 ----
1673 Overview of changes in gcalctool 5.6.28
1675 * Generated release for GNOME 2.12 (RC)
1677 * Changed type of argument in paren_disp from char to int for 64bit.
1679 ----
1681 Overview of changes in gcalctool 5.6.27
1683 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1685 Overview of changes in gcalctool 5.6.26
1687 * Generated release for GNOME 2.11.91 (beta2).
1689 ----
1691 Overview of changes in gcalctool 5.6.25
1693 * Fixed bug #311306. If the user was in View->Scientific with base Bin, 
1694   Oct or Hex and then went to View->Basic, then returned to View->Scientific, 
1695   some of the numeric keys were incorrectly greyed out.
1697 ----
1699 Overview of changes in gcalctool 5.6.24
1701 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B" 
1702   button (or typing Shift-B).
1704 ----
1706 Overview of changes in gcalctool 5.6.23
1708 * Fixed bug #310791. Memory register window view logic was screwed.
1710 ----
1712 Overview of changes in gcalctool 5.6.22
1714 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
1716 ----
1718 Overview of changes in gcalctool 5.6.21
1720 * Fixed bug #153854. When the user changes modes, a warning dialog is 
1721   displayed to let them know that their current display will be cleared 
1722   and the base reset to decimal. The user has the option of checking a 
1723   toggle box on the dialog, that will prevent this warning from being 
1724   displayed again.
1726 ----
1728 Overview of changes in gcalctool 5.6.20
1730 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build 
1731   on Solaris with pkgconfig >= 0.17.1.
1733 ----
1735 Overview of changes in gcalctool 5.6.19
1737 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now 
1738   correctly change the sign of the exponent on scientific numbers again.
1739 ----
1741 Overview of changes in gcalctool 5.6.18
1743 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal 
1744   numbers "A-F" to other bases in "use arithmetic operator precedence mode".
1746 ----
1748 Overview of changes in gcalctool 5.6.17
1750 * Fixed bug #305619. Calculations with stored register values in arithmetic 
1751   operator precedence mode, now work correctly.
1753 ----
1755 Overview of changes in gcalctool 5.6.16
1757 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching 
1758   the format (e.g. from ENG to FIX), the displayed value switches to zero 
1759   (in the corresponding format, so e.g. 0.0 or 0e+0, ...).
1761 ----
1763 Overview of changes in gcalctool 5.6.15
1765 * Fixed bug #305467. gcalctool no longer crashes under the following 
1766   scenerio:
1767     - type "f" to bring up the user function menu.
1768     - dismiss the menu by clicking elsewhere with the mouse.
1769     - type another character which isn't in the range "0" to "9".
1771 ----
1773 Overview of changes in gcalctool 5.6.14
1775 * Did a gcalctool tarball release.
1777 ----
1779 Overview of changes in gcalctool 5.6.13
1781 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y 
1782   operations. New values are:
1783       Xor - 'x'
1784       x^y - '^'
1786 ----
1788 Overview of changes in gcalctool 5.6.12
1790 * Fixed bug #302555. Various gcalctool variables have now been const'ified.
1792 ----
1794 Overview of changes in gcalctool 5.6.11
1796 * Fixed bug #300957. Replaced the underscore character in 
1797   "translator_credits" with a hyphen, to prevent some 
1798   translation tools from being confused.
1800 ----
1802 Overview of changes in gcalctool 5.6.10
1804 * More work on bug #172704. 
1805   - Adjusted the code to not try to display a menu when the user 
1806     entered a left parentheses (another do_pending() type of operation).
1807   - Toggling the "Show Trailing Zeroes" operation via keyboard
1808     shortcuts, needed to clear the v-.pending flag.
1810 ----
1812 Overview of changes in gcalctool 5.6.9
1814 * Fixed up some problems reported by lint.
1816 ----
1818 Overview of changes in gcalctool 5.6.8
1820 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut 
1821   for any of the gcalctool buttons that have a menu associated with them, that 
1822   menu is now displayed. The user can use the arrow keys to select a menu item 
1823   or the menu items shortcut.
1825 ----
1827 Overview of changes in gcalctool 5.6.7
1829 * Fixed bug #171393. Allow stock labels to show through.
1831 ----
1833 Overview of changes in gcalctool 5.6.6
1835 * Refixed bug #158280. The Help->Contents menu item no longer appears if 
1836   gcalctool is built Gtk-only.
1838 ----
1840 Overview of changes in gcalctool 5.6.5
1842 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init() 
1843   and the gtk about popup didn't have the gcalctool icon.
1845 ----
1847 Overview of changes in gcalctool 5.6.4
1849 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1850   the on-screen keyboard assistive technology, it's possible that the 
1851   event returned by gtk_get_current_event() is NULL. If this is the 
1852   case, we need to fudge the popping up on the menu associated with 
1853   this menu button.
1855 ----
1857 Overview of changes in gcalctool 5.6.3
1859 * Fixed bug #158280. You can now build gcalctool without the GNOME 
1860   libraries by specifying "--disable-gnome" on the configure command 
1861   line.
1863 ----
1865 Overview of changes in gcalctool 5.6.2
1867 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu 
1868   item inactive if the calculator is in Basic mode.
1870 ----
1872 Overview of changes in gcalctool 5.6.1
1874 * Fixed bug #168694. gcalctool now saves/restores the ten memory 
1875   register values as gconf resources.
1877 * Removed the redundant process_str() routine in graphics.c
1879 ----
1881 Overview of changes in gcalctool 5.6.0
1883 * Fixed bug #169196. gcalctool now uses use g_get_home_dir().
1885 * Added in a better implementation of the trig_filter() routine in 
1886   functions.c
1888 ----
1890 Overview of changes in gcalctool 5.5.41
1892 * Version for GNOME 2.10.0 (final) call for tarballs.
1894 ----
1896 Overview of changes in gcalctool 5.5.40
1898 * Version for GNOME 2.10.0 (rc1) call for tarballs.
1900 ----
1902 Overview of changes in gcalctool 5.5.39
1904 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator 
1905   precedence mode.
1907 ----
1909 Overview of changes in gcalctool 5.5.38
1911 * Changes to make the trigonometric code work with hyp and inv properly.
1913 ----
1915 Overview of changes in gcalctool 5.5.37
1917 * Left and Right shift operations weren't working correctly. Menu
1918   name comparison in mb_proc() in gtk.c was incorrect.
1920 ----
1922 Overview of changes in gcalctool 5.5.36
1924 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
1925 * Exch functionality was incorrect in Arithmetic Precedence mode.
1927 ----
1929 Overview of changes in gcalctool 5.5.35
1931 * Fixed bug 167124. One of the entries in the words[] array in 
1932   syntax_translation.c was accidentally commented out.
1934 ----
1936 Overview of changes in gcalctool 5.5.34
1938 * Fixed bug 166634. Call to create the About box was missing a 
1939   NULL terminator.
1941 ----
1943 Overview of changes in gcalctool 5.5.33
1945 * Adjusted all copyright messages to be 2005.
1946 * Version for GNOME 2.10.0 (beta2) call for tarballs.
1948 ----
1950 Overview of changes in gcalctool 5.5.32
1952 * Fixed bug #165522. Made the status bar non-resizable.
1954 ----
1956 Overview of changes in gcalctool 5.5.31
1958 * Various code cleanups. It moves some declarations of static functions 
1959   to the corresponding .c files. It also cuts down the number of 
1960   included files, moving some includes to where they are needed from 
1961   calctool.h.
1963 ----
1965 Overview of changes in gcalctool 5.5.30
1967 * Adjusted the About dialog to use the latest GtkAbout widget.
1969 ----
1971 Overview of changes in gcalctool 5.5.29
1973 * Version for GNOME 2.10.0 (beta1) call for tarballs.
1975 ----
1977 Overview of changes in gcalctool 5.5.28
1979 * Fixed bug #162998. The "menu" buttons in gcalctool now responds 
1980   to the "clicked" event rather than the "button-press-event" to 
1981   allow gok, the on-screen keyboard to function properly.
1983 * Fixed bug #159957. Input number in FIX mode now make mimimal changes 
1984   to (i.e append a single character) the display rather than completely 
1985   delete and insert it. The is helpful to assistive technologies like 
1986   gnopernicus.
1988 ----
1990 Overview of changes in gcalctool 5.5.27
1992 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c 
1993   so that the L10N message translation software isn't confused.
1995 ----
1997 Overview of changes in gcalctool 5.5.26
1999 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
2001 ----
2003 Overview of changes in gcalctool 5.5.25
2005 * Version for GNOME 2.9.4 call for tarballs.
2007 ----
2009 Overview of changes in gcalctool 5.5.24
2011 * Couldn't use the "#" key to select constants as this symbol was
2012   a lower-case symbol on his keyboard.
2014 * Powers that were a multiple of 30 (10 as well as 3) would not 
2015   display correctly, having a 4 digit significand. Further testing 
2016   showed that without the fix the following powers had a 4 digit 
2017   significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
2019 ----
2021 Overview of changes in gcalctool 5.5.23
2023 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
2025 ----
2027 Overview of changes in gcalctool 5.5.22
2029 * Fixed bug #155101. Made the gcalctool window resizable. 
2031 ----
2033 Overview of changes in gcalctool 5.5.21
2035 * Version for GNOME 2.9.3 call for tarballs.
2037 ----
2039 Overview of changes in gcalctool 5.5.20
2041 * Fixed bug #160929. Removed the "Mode" word from each of the different 
2042   mode menu items in the gcalctool View menu.
2044 ----
2046 Overview of changes in gcalctool 5.5.19
2048 * Fixed bug #157701. gcalctool can now use real multiplication and division 
2049   symbols instead of "*" and "/". 
2051 ----
2053 Overview of changes in gcalctool 5.5.18
2055 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include 
2056   the word "Mode" which was getting chopped when the calculator was in 
2057   Basic mode.
2059 ----
2061 Overview of changes in gcalctool 5.5.17
2063 * Fixed bug #157962. Added in a set of three colors for gcalctool that 
2064   will work with the default theme. To use them, the "gcalctoolrc" file 
2065   supplied with the source distribution needs to be moved to ~/.gcalctoolrc
2067 ----
2069 Overview of changes in gcalctool 5.5.16
2071 * Generated gcalctool tarball for the GNOME 2.9.2 release.
2073 ----
2075 Overview of changes in gcalctool 5.5.15
2077 * Adjusted the scroll_right() routine to only scroll right if the 
2078   horizontal scroll bar is visible.
2080 ----
2082 Overview of changes in gcalctool 5.5.14
2084 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the 
2085   -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in 
2086   .../gcalctool/Makefile.am for now, to allow it to successfully build
2087   against the latest GNOME/Gtk+.
2089 * Slight adjustment to correct check the Advanced mode menu item when
2090   the user had previously terminated gcalctool in that mode.
2092 ----
2094 Overview of changes in gcalctool 5.5.13
2096 * Changed the names of the gconf mode type key so that there is backward 
2097   compatibility.
2099 * Reset the initial default mode to BASIC.
2101 ----
2103 Overview of changes in gcalctool 5.5.12
2105 * Fixed bug #157757. The horizontal scrollbar for the display area will 
2106   now only be visible when needed. It will also display the rightmost part 
2107   of the display as you are entering new input.
2109 ----
2111 Overview of changes in gcalctool 5.5.11
2113 * Added in a very basic mode for gcalctool. Rather than calling this a 
2114   "Light" mode, the existing "Basic" mode is now renamed to "Advanced" 
2115   and the new basic mode is called "Basic".
2117 ----
2119 Overview of changes in gcalctool 5.5.10
2121 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with
2122   non-integer Y will now display a descriptibe error in the status bar.
2124 ----
2126 Overview of changes in gcalctool 5.5.9
2128 * Generated gcalctool tarball for first GNOME 2.9 release.
2130 ----
2132 Overview of changes in gcalctool 5.5.8
2134 * Slight adjustment to bug #152301. The tooltip message had been tweaked to 
2135   "Show the About Gcalctool dialog".
2137 ----
2139 Overview of changes in gcalctool 5.5.7
2141 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from 
2142   "Show about help" to "Show the about dialog", to make it more understandable.
2144 ----
2146 Overview of changes in gcalctool 5.5.6
2148 * Fixed bug #153726. Gcalctool will now build correctly when using the 
2149   -fno-common option for gcc (3.3.4).
2151 ----
2153 Overview of changes in gcalctool 5.5.5
2155 * Numerical answer localization and thousand separator support for 
2156   arithmetic precedence mode.
2158 * If the accuracy was changed via one of the ten preset menu items in the 
2159   Acc menu, the tooltip wasn't getting correct updated with the new accuracy.
2161 ----
2163 Overview of changes in gcalctool 5.5.4
2165 * Further changes to the "Set Precision" popup (rfe #147803):
2166   - "Significant places" not "Significant Places".
2167   - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the 
2168     current precision, and be in the same radio box group as the other menu 
2169     items. Check the appropriate menu entry.
2170   - Adjust the Acc button tooltip to show the current accuracy too.
2171   - When the user attempts to enter an invalid entry in the Set Precision 
2172     popup, an error message is shown in the main gcalctool status bar.
2173   - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).
2175 * Fixed bug #152790. Most of the changes needed were already in CVS; there 
2176   was one compiler warning that still needed to be removed.
2178 * Storing the display value to a memory register was not updating the memory 
2179   register window, if it was visible.
2181 ----
2183 Overview of changes in gcalctool 5.5.3
2185 * Added in functionality to set the number of significant places > 9.
2186   There is a new menu item under the Acc menu called "Set Precision..."
2187   that brings up a small popup allowing you to set precision between 0
2188   and MAXACC significant places (where MAXACC is currently 30).
2190 ----
2192 Overview of changes in gcalctool 5.5.2
2194 * Fixed up numerous warnings generated by running lint on the gcalctool code.
2195   Removed unused variables and functions. Declared routines statically where 
2196   possible.
2198 ----
2200 Overview of changes in gcalctool 5.5.1
2202 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
2204 ----
2206 Overview of changes in gcalctool 5.5.0
2208 * Major new release of gcalctool. Incorporates an arithmetic operator
2209   precedence mode (currently the default while it's been debugged). To get
2210   the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
2211 * The "(" and ")" buttons have moved from the scientific mode into the
2212   Basic mode so that they are now available to users who need them but not
2213   everything that the Scientific mode provides.
2214 * There is a footer message area that provides feedback.
2215 * The display area now has an horizontal scrollbar.
2216 * Typing in the keyboard shortcuts for the various gcalctool buttons
2217   autocompletes their entry into the display area.
2218 * Tooltips show button's shortcut.
2220 ----
2222 Overview of changes in gcalctool 4.4.13
2224 * Remainder of the fix for bug #143924. Control-T shouldn't work in Basic 
2225   or Financial modes. 
2227 ----
2229 Overview of changes in gcalctool 4.4.12
2231 * Partial fix for bug #143924. After an error condition, the "Show 
2232   Trailing Zeroes" menu item is only activated if the user is in 
2233   Scientific mode.
2235 ----
2237 Overview of changes in gcalctool 4.4.11
2239 * Fixed bug 138106. In Basic or Financial mode, "Error" was been 
2240   incorrectly display if you user has "Show Thousands Separator" set.
2242 ----
2244 Overview of changes in gcalctool 4.4.10
2246 * Fixed bug 144031. gcalctool checked for the presence of the X11 
2247   libraries but doesn't need to.
2249 ----
2251 Overview of changes in gcalctool 4.4.9
2253 * Selecting Help->About from the menubar now works again.
2255 ----
2257 Overview of changes in gcalctool 4.4.8
2259 * Adjusted the creation of the menubar and the Accuracy and Left/Right 
2260   shift menus from GtkItemFactory to GtkUIManager.
2262 ----
2264 Overview of changes in gcalctool 4.4.7
2266 * Fixed bug 142824. gcalctool now correctly recognizes the localized 
2267   decimal point character.
2269 ----
2271 Overview of changes in gcalctool 4.4.6
2273 * Fixed bug 129397. Use GtkIconTheme to load gcalctool icon instead of
2274   built-in image.
2276 ----
2278 Overview of changes in gcalctool 4.4.5
2280 * Fixed bug 142888. Gcalctool is now connected to the "die" signal so 
2281   that it can be successfully terminated when removed from 
2282   gnome-session-properties.
2284 ----
2286 Overview of changes in gcalctool 4.4.4
2288 * The "Bsp" button label has been changed to "Bksp" to make it more 
2289   understandable.
2291 ----
2293 Overview of changes in gcalctool 4.4.3
2295 * Fixed bug 138106. If the "Error" message is being displayed, it is now 
2296   no longer incorrectly displayed as "Er,ror" if the "Show Thousands 
2297   Separator" is on.
2299 ----
2301 Overview of changes in gcalctool 4.4.2
2303 * Fixed bug 135068. Adjusted several default constant descriptions to be 
2304   more understandable. 
2306 ----
2308 Overview of changes in gcalctool 4.4.1
2310 * Fixed bug 135065. Tooltips for OR, AND, NOT, XOR and XNOR have been 
2311   changed from "Logical <whatever>" to "Bitwise <whatever>". 
2313 ----
2315 Overview of changes in gcalctool 4.4.0
2317 * Fixed bug 136872. gcalctool can now be built with "CFLAGS=-fdata-sections".
2319 ----
2321 Overview of changes in gcalctool 4.3.51
2323 * Version for GNOME 2.6 (FINAL) call for tarballs. Includes:
2324   - new locales for pa, en_GB, bg and ga.
2325   - localized online user documentation from the Sun translation team.
2326     for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
2328 ----
2330 Overview of changes in gcalctool 4.3.50
2332 * One more slight adjustment to the fix for bug 135064.
2333   Entering numbers that start with the numeric point character ('.")
2334   are now visibly displayed.
2336 ----
2338 Overview of changes in gcalctool 4.3.49
2340 * Adjustment to the fix for bug 135064. Fix to remove a potential spurious 
2341   initial thousands separator character after a change sign operation.
2343 ----
2345 Overview of changes in gcalctool 4.3.48
2347 * Fixed bug 135064. Changing the sign of a large number (when "Show 
2348   Thousands Separator" is on and this is not the C locale), no longer 
2349   corrupts the display.
2351 ----
2353 Overview of changes in gcalctool 4.3.47
2355 * Fixed bug 135328. Added Shift-slash as a recognized alternate for the 
2356   divide operation (needed by the be-latin1 keyboard layout).
2358 ----
2360 Overview of changes in gcalctool 4.3.46
2362 * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789 
2363   which are shifted about the accented characters on a French keyboard.
2365 ----
2367 Overview of changes in gcalctool 4.3.45
2369 * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up. 
2371 ----
2373 Overview of changes in gcalctool 4.3.44
2375 * Fixed bug 133764.
2376   - "Gradients" was still appearing when in Scientific mode (instead of 
2377     "Gradians".
2378   - In the x^2 button, the 2 should not be italicized.
2379   - In the x^2 and x^y buttons, the x should be italicized.
2380   - The View Thousands Separator menu item should not remain active during 
2381     an error condition.
2383 ----
2385 Overview of changes in gcalctool 4.3.43
2387 * Fixed bug 133590. The About box now lists the documenters of gcalctool. 
2389 ----
2391 Overview of changes in gcalctool 4.3.42
2393 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen 
2394   (rather than square brackets) to show what mode the user is currently 
2395   using.
2397 ----
2399 Overview of changes in gcalctool 4.3.41
2401 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather 
2402   than frames (per the HIG).
2404 ----
2406 Overview of changes in gcalctool 4.3.40
2408 * Fixed bug 131571. User defined constants are now read/written out (as 
2409   gconf resources) with no thousands separator and with a radix of ".". 
2411 ----
2413 Overview of changes in gcalctool 4.3.39
2415 * Fixed bug 131594. The "Insert ASCII View..." menu item and the 
2416   "Insert" button no longer use the GTK_STOCK_CONVERT stock icon 
2417  (as per the HIG).
2419 ----
2421 Overview of changes in gcalctool 4.3.38
2423 * Fixed bug 131059. Fix to allow the thousands separator to be used 
2424   correctly with the creation of the initial constant values in the 
2425   Russian locale. 
2427 ----
2429 Overview of changes in gcalctool 4.3.37
2431 * Fixed bug 130078. Changed the y^x button label to x^y (really x 
2432   superscript y). Adjusted the tooltip message to "Raise displayed 
2433   value to the power of y".
2435 ----
2437 Overview of changes in gcalctool 4.3.36
2439 * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check 
2440   from the get_tsep() routine in order to get the thousands separator to 
2441   correctly work in all locales. Note that there is no thousands separator 
2442   now for the C locale.
2444 ----
2446 Overview of changes in gcalctool 4.3.35
2448 * Fixed part of bug 126125. If the user entered: "1+(2()<backspace>)", 
2449   this resulted in an answer of 0. 
2451 ----
2453 Overview of changes in gcalctool 4.3.34
2455 * Fixed bug 130187. When gcalctool changes modes now, it's internal state 
2456   and the display are cleared.
2458 ----
2460 Overview of changes in gcalctool 4.3.33
2462 * Fixed bug 130282. Fixes for more problems with the thousands separator 
2463   in certain locales, plus correct handling of the radix character with 
2464   the initial constant values.
2466 ----
2468 Overview of changes in gcalctool 4.3.32
2470 * Fixed bug 128603 again. The solution this time was to duplicate the 
2471   initial string constant values to be confident that they are not in 
2472   read-only memory.
2474 ----
2476 Overview of changes in gcalctool 4.3.31
2478 * Fixed bug 129539.  The thousands separator is a null terminated string, 
2479   not a single character. Same for the radix.
2481 ----
2483 Overview of changes in gcalctool 4.3.30
2485 * Fixed bug 129496. "Gradients" should be "Gradians".
2487 ----
2489 Overview of changes in gcalctool 4.3.29
2491 * Fixed bug 128603. The changes for enhancement request #126626 which added 
2492   thousands separator support caused a crash at startup time on a Debian 
2493   system. The initial constant strings are being put in read-only memory 
2494   either by gcc (or because of the way that x86 arch is designed). This was 
2495   not a problem when tested with the Sun compilers on a Solaris SPARC machine.
2496   The remove_tsep() routine is display.c has been rewritten to correctly 
2497   handle this.
2499 ----
2501 Overview of changes in gcalctool 4.3.28
2503 * Further work on enhancement request 125873. As the user is typing in 
2504   input, the display will now show the thousands separator (if checked).
2506 ----
2508 Overview of changes in gcalctool 4.3.27
2510 * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2511   This keyval/state pair needed to be added to the Xor recognized mappings.
2513 ----
2515 Overview of changes in gcalctool 4.3.26
2517 * Re-fixed bug 127672. The fix for Shift-"=" should have been for GDK_equal 
2518   not GDK_Return.  Needed to add in support for Shift-"/" too.
2520 ----
2522 Overview of changes in gcalctool 4.3.25
2524 * Implemented enhancement request 125873. gcalctool can now optionally 
2525   show the thousands seperator character for fixed point numbers displayed 
2526   in the decimal base. Same for numbers stored in the memory registers. 
2527   There is a new "Show Thousands Separator" menu entry in the View menu 
2528   to set this.
2530 ----
2532 Overview of changes in gcalctool 4.3.24
2534 * Fixed bug 126626. gcalctool no longer causes a Gtk-CRITICAL error when 
2535   the user enters "9*(1<Xor>". The problem was caused because a non-UTF 
2536   character was being inserted into the text string to be displayed for 
2537   the Xor function.
2539 ----
2541 Overview of changes in gcalctool 4.3.23
2543 * Fixed bug 125782. If the user is entering a left parenthesis and it is 
2544   the first one being displayed and there is no current arithmetic operand,
2545   then the current display is initially cleared to avoid the confusion of 
2546   showing something like "0(".
2548 ----
2550 Overview of changes in gcalctool 4.3.22
2552 * Fixed bug 127862. The fix for bug #125625 introduced a potential 
2553   out-of-order case for users who are rapid keyboard typers. This 
2554   bug fix rectifies this with the unfortunate side-effect of no longer 
2555   visual toggling the equivalent button to the keyboard character 
2556   that the user entered. This fix is still compatible with the way 
2557   the accessibility infrastructure works though.
2559 ----
2561 Overview of changes in gcalctool 4.3.21
2563 * Fixed bug 65806. For the "1/x", "x^2", "x!", "e^x", "10^x" and 
2564   "y^x" labels, all occurances of "x" and "y" are now italicized.
2565   The "e" in "e^x" is no longer italicized.
2567 ----
2569 Overview of changes in gcalctool 4.3.20
2571 * Fixed bug 127316. The "fix" introduced in gcalctool v4.1.18 to fix Sun 
2572   Bugtraq bug #1258472 against CDE dtcalc (which was also a problem with 
2573   gcalctool) was incorrect.
2575 ----
2577 Overview of changes in gcalctool 4.3.19
2579 * Fixed bug 127672. The "=" key on a Swedish keyboard is on the upper 
2580   level of a key (i.e. the Shift key needs to be down). Added another 
2581   mask/keysym pair to the "=" entry to handle this.
2583 ----
2585 Overview of changes in gcalctool 4.3.18
2587 * Fixed bug 125625. gcalctool now handles "clicked" events rather than 
2588   "pressed" ones.
2590 ----
2592 Overview of changes in gcalctool 4.3.17
2594 * Fixed bug 124928. Plugged several memory leaks.
2596 ----
2598 Overview of changes in gcalctool 4.3.16
2600 * Fixed bug 124377. Fixed rounding errors when the radix character for a 
2601   locale isn't ".".
2602 * Online help updated for various recent (small) changes.
2604 ----
2606 Overview of changes in gcalctool 4.3.15
2608 * Fixed bug 124172. The "+" character on a German keyboard is on the lower 
2609   level of a key (i.e. the Shift key doesn't need to be down). Added another
2610   mask/keysym pair to the "+" entry to handle this.
2612 ----
2614 Overview of changes in gcalctool 4.3.14
2616 * Fixed bug 120737. Changed the accessible text for the OR button from 
2617   "Logical OR" to "logical OR" so that it's not changed by FreeTTS's 
2618   token to words module to "logical Oregon".
2620 ----
2622 Overview of changes in gcalctool 4.3.13
2624 * Fixed bug #123948. Removed the GTK_DISABLE_DEPRECATED flag from
2625   .../gcalctool/gcalctool/Makefile.am, to allow the depreciated
2626   GtkItemFactory, to successfully build.
2628 ----
2630 Overview of changes in gcalctool 4.3.12
2632 * Fixed bug 123724. Hitting Esc now does the same as hitting 
2633   Control-Backspace; i.e. the CE (clear entry) functionality.
2634 * Updated the gcalctool man pages to reflect this change, and the changes
2635   for bug #118826.
2637 ----
2639 Overview of changes in gcalctool 4.3.11
2641 * Refixed bug 122373. gcalctool now uses nl_langinfo() to get the numeric 
2642   point for the users locale, rather than via a localised string.
2644 ----
2646 Overview of changes in gcalctool 4.3.10
2648 * Fixed enhancement #65806. Changed that label for e^x (e superscript x) to 
2649   use an italised "e".
2651 ----
2653 Overview of changes in gcalctool 4.3.9
2655 * Fixed bug 118826. The keyboard shortcuts for the six hex. digits are 
2656   now "A" to "F". The functions that previously used those letters have 
2657   been reassigned to their lowercase equivalents. 
2659 ----
2661 Overview of changes in gcalctool 4.3.8
2663 * Fixed bug 122408. The tooltips for the numeric buttons (0-9) have been 
2664   removed as they are redundant.
2666 ----
2668 Overview of changes in gcalctool 4.3.7
2670 * Fixed bug 120749. When gcalctool is displaying a menu, typing Alt+Tab 
2671   can no longer switch windows.
2673 ----
2675 Overview of changes in gcalctool 4.3.6
2677 * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2678   Accessible names have now been added to each of the widgets in the 
2679   mode panel when in Scientific mode.
2681 ----
2683 Overview of changes in gcalctool 4.3.5
2685 * Fixed bug 122373. The decimal separator is now a translatable string so 
2686   that other locales that don't use a period can adjust accordingly.
2688 ----
2690 Overview of changes in gcalctool 4.3.4
2692 * Fixed bug 120605. Gcalctool debug messages are no longer translatable 
2693   strings.
2695 ----
2697 Overview of changes in gcalctool 4.3.3
2699 * Build for GNOME 2.4 (Final). Tag in CVS is GCALCTOOL_4_3_3
2701 ----
2703 Overview of changes in gcalctool 4.3.2
2705 * Fixed bug 119888. gcalctool keyboard handling has been improved.
2707 ----
2709 Overview of changes in gcalctool 4.3.1
2711 * Fixed bug 119832. The space bar can now correctly activate the button 
2712   that has focus.
2714 ----
2716 Overview of changes in gcalctool 4.3.0
2718 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2720 ----
2722 Overview of changes in gcalctool 4.2.104
2724 * Fixed bug 118246. The display field can now take focus. The initial 
2725   widget with focus is the Clr button.
2727 ----
2729 Overview of changes in gcalctool 4.2.103
2731 * (Bug #118247) Three more small adjustments to AccessibleName text:
2732   "E to the power of x" goes back to "E to the x"
2733   "Ten to the power of x" goes back to "Ten to the x"
2734   "Y to the power of x" goes back to "Y to the x"
2736 ----
2738 Overview of changes in gcalctool 4.2.102
2740 * (Bug #118247) Four small adjustments to AccessibleName text:
2741   "Random" becomes "Random number"
2742   "E to the x" becomes "E to the power of x"
2743   "Ten to the x" becomes "Ten to the power of x"
2744   "Y to the x" becomes "Y to the power of x"
2746 ----
2748 Overview of changes in gcalctool 4.2.101
2750 * Fixed bug 118247. Each gcalctool button now has an AccessibleName.
2752 ----
2754 Overview of changes in gcalctool 4.2.100
2756 * Fixed bug 117691. The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are 
2757   not valid equivalents for the 8, 2, 4 and 6 keys. They are needed for 
2758   keyboard navigation.
2760 ----
2762 Overview of changes in gcalctool 4.2.99
2764 * Bumped version number for GNOME 2.3.4 release, to include John's doc
2765   build changes.
2767 ----
2769 Overview of changes in gcalctool 4.2.98
2771 * Fixed bug 116944. Various HIG improvements to the edit constants, edit 
2772   functions, and insert ASCII value dialogs. 
2774 ----
2776 Overview of changes in gcalctool 4.2.97
2778 * Further work on bug 116727. A simpler fix was found.
2780 ----
2782 Overview of changes in gcalctool 4.2.96
2784 * Fixed bug 116727. When the calculator display is showing an error message,
2785   it is now correctly localized.
2787 ----
2789 Overview of changes in gcalctool 4.2.95
2791 * Fixed bug 115950. The "*" key wasn't being recognized as a keyboard 
2792   shortcut for multiplication.
2794 ----
2796 Overview of changes in gcalctool 4.2.94
2798 * Further work on bug 114364. The items in the constants menu are now always 
2799   displayed in the decimal numeric base. This is consistent with the way that 
2800   calctool in the OpenWindows DeskSet worked.
2802 ----
2804 Overview of changes in gcalctool 4.2.93
2806 * Fixed bug 114364. When you select "Edit Constants" from the Con menu, the 
2807   values of each constant are shown in Decimal. The label:
2808   "All constant values are specified in the decimal numeric base"
2809   has also been added to the "Edit Constant" popup to clarify this.
2811 ----
2813 Overview of changes in gcalctool 4.2.92
2815 * Fixed bug 115653. Adjusted the keyboard mnemonic checking code to now 
2816   check to make sure that neither of the Alt keys is pressed when comparing 
2817   against button equivalents.
2819 ----
2821 Overview of changes in gcalctool 4.2.91
2823 * Similar problem to bug #115212 but for the "Edit Constants" and
2824   "Edit Functions" dialog boxes. gcalctool no longer can display
2825   multiple versions of them.
2827 ----
2829 Overview of changes in gcalctool 4.2.90
2831 * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2832   When an error condition occurs:
2834   - make insensitive all buttons except Clr.
2835   - make all Scientific mode toggles and checkboxes insensitive.
2836   - make all menubar items insensitive except:
2837       Calculator->Quit
2838       Help->Contents
2840   When the error condition is cleared, resensitise everything, setting
2841   the numeric base buttons correctly.
2843 ----
2845 Overview of changes in gcalctool 4.2.89
2847 * Fix for bug #115212. gcalctool no longer can display multiple About boxes.
2849 ----
2851 Overview of changes in gcalctool 4.2.88
2853 * Fix for bug #108209. The appropriate gcalctool button is now animated 
2854   when the user enters that value via the keyboard.
2856 ----
2858 Overview of changes in gcalctool 4.2.87
2860 * Partial fix for bug 114363. When the calculator display is showing "Error",
2861   the Constant values and the Memory Register values no longer incorrectly
2862   show "Error" as well.
2864 ----
2866 Overview of changes in gcalctool 4.2.86
2868 * Fixed bug 113703. You can now specify an alternate location for
2869   the gcalctool schemas file with: --with-gconf-source=whatever
2871 ----
2873 Overview of changes in gcalctool 4.2.85
2875 * Fixed bug 113754. Decimal point didn't work with a German keyboard if 
2876   Numlock was turned on.
2878 ----
2880 Overview of changes in gcalctool 4.2.84
2882 * Install "gnome-calculator" symlink as reqested by Glynn Foster.
2884 ----
2886 Overview of changes in gcalctool 4.2.83
2888 * Fixed Bugzilla bug 111269. It was possible to type fast into gcalctool 
2889   and digits would be transposed. 
2891 ----
2893 Overview of changes in gcalctool 4.2.82
2895 * Refixed bug 110416.  Concatenated more error messages in mp.c.
2896 * Adjusted the Acc menu entries to be "<n> significant places" rather than 
2897   "<n> radix places".
2898 * Replaced "kilometers per hour / miles per hour" with "kilometers per hour 
2899   or miles per hour" in the first constant description.
2900 * Replaced occurances of "/" in the other constant descriptions with "or".
2902 ----
2904 Overview of changes in gcalctool 4.2.81
2906 * Translators: The documentation is now ready for translation!
2908 * Updated the following files:
2909     * configure.in: updated version number to 4.2.81
2910     * help/C/gcalctool.xml: first approved draft, ready for translation
2911     * help/C/gcalctool-C.omf: updated manual date and version number
2912     * help/C/l10n.txt: new file added 
2913     * help/C/figures/gcalctool_edit_const_window.png: deleted
2914     * help/C/figures/gcalctool_edit_func_window.png: deleted
2915     * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2916     * help/C/figures/gcalctool_mem_reg_window.png: deleted
2918 ----
2920 Overview of changes in gcalctool 4.2.80
2922 * Fixed Bugzilla bug 110416. Various fprintf statements in mp.c have been 
2923   concatenated to help translators.
2925 ----
2927 Overview of changes in gcalctool 4.2.79
2929 * Added in latest online help changes from Breda McColgan. This should now 
2930   put the online help in sync with the actual functionality of gcalctool.
2932 ----
2934 Overview of changes in gcalctool 4.2.78
2936 * Made translated menu entries actually visible. fixed some tooltips, added
2937   AC_PREREQ macro to configure.in.
2939 ----
2941 Overview of changes in gcalctool 4.2.77
2943 * This version announced on gnome-announce.
2945 ----
2947 Overview of changes in gcalctool 4.2.76
2949 * Slight adjustments to Bugzilla bug 108226 . Menu item is now
2950   "Show Trailing Zeroes", with a Control-T accelerator. Added a similar
2951   menu item to the View menu on the menu bar.
2953 ----
2955 Overview of changes in gcalctool 4.2.75
2957 * Fixed Bugzilla bug 108729. 
2959   Added tooltips to the radio and check buttons in scientific mode.
2961 ----
2963 Overview of changes in gcalctool 4.2.74
2965 * Fixed Bugzilla bug 108226.
2967   The menu items in the Acc menu are now "tickable", so you know what the
2968   current accuracy selection is. Setting one of these clears the previous one.
2970   A new "remove trailing zeroes" menu item is added to the Acc menu (last
2971   item, with a separator just above), that is "tickable". This tick doesn't
2972   affect the accuracy ticks. It's either on or off.
2974   The default setting for accuracy now becomes 9 numeric places and "remove 
2975   trailing zeroes".
2977   The Acc button is moved to the Scientific mode (clear slot in the top 
2978   right corner, above the Rand.
2980   The Base radio button group and the display type radio button group in 
2981   the mode panel in Scientific mode are now moved to the right side to be
2982   close in proximity to the Acc button. The other mode items move to the 
2983   left side.
2985 ----
2987 Overview of changes in gcalctool 4.2.73
2989 * Fixed Bugzilla bug 108208. The default value for the "showregisters" 
2990   resource in gcalctool.schemas was incorrectly set.
2991 * There should be no "default:" action in the command line parsing in 
2992   get_options(). 
2994 ----
2996 Overview of changes in gcalctool 4.2.72
2998 * Correctly fixed Bugzilla bug 108219. The previous fix didn't correct 
2999   set the radio buttons when changing mode from Scientific to Basic or 
3000   Financial. Only the internal state.
3002 ----
3004 Overview of changes in gcalctool 4.2.71
3006 * Further fix for Bugzilla bug 108209. Followup changes to make the numeric 
3007   keypad animate the buttons on Linux machines.
3009 ----
3011 Overview of changes in gcalctool 4.2.70
3013 * Fixed Bugzilla bug 108219.
3014   When you go from Scientific mode to either Basic or Financial mode, 
3015   the calculator will revert to "Dec" base in "Fix" notation.
3016   Any number in the display (and the memory registers if shown) will be 
3017   converted accordingly.
3018   When you are in a mode (Basic, Financial, or Scientific) you will only 
3019   be able to do the functionality that that mode shows.
3021 ----
3023 Overview of changes in gcalctool 4.2.69
3025 * Fixed Bugzilla bug 108333. The gcalctool buttons with menus associated 
3026   with them are now keyboard navigable.
3028 ----
3030 Overview of changes in gcalctool 4.2.68
3032 * Fixed Bugzilla bug 108209. When the user uses the keyboard to enter data,
3033   the associated gcalctool button will be animated.
3035 ----
3037 Overview of changes in gcalctool 4.2.67
3039 * Fixed Bugzilla bug 108210. Main gcalctool window is no longer resizable.
3041 ----
3043 Overview of changes in gcalctool 4.2.66
3045 * Incorporated various changes to the online help Breda McColgan in
3046   the Sun GNOME doc. team.  Translators, please do not translate yet.
3047   See ChangeLog for more information.
3049 ----
3051 Overview of changes in gcalctool 4.2.65
3053 * Added scrollkeeper checks into configure.in.
3054 * Fixed warning message:
3056   ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
3057   GNOME_FILE_DOMAIN_APP_HELP domain
3059 ----
3061 Overview of changes in gcalctool 4.2.64
3063 * Added in a first (draft) version of online help from Breda McColgan in
3064   the Sun GNOME doc. team.  Translators, please do not translate yet. See
3065   ChangeLog for more information.
3067 ----
3069 Overview of changes in gcalctool 4.2.63
3071 * Abstracted the key values and modifiers.
3073 ----
3075 Overview of changes in gcalctool 4.2.62
3077 * Adjusted the tooltip help to be minimalist messages.
3079 ----
3081 Overview of changes in gcalctool 4.2.61
3083 * Small adjustment to allow gcalctool to compile using the Solaris Forte
3084   compilers.
3086 ----
3088 Overview of changes in gcalctool 4.2.60
3090 * Gcalctool wasn't saving the trigonometric type when it was changed.
3092 ----
3094 Overview of changes in gcalctool 4.2.59
3096 * Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3098 ----
3100 Overview of changes in gcalctool 4.2.58
3102 * Allows Backspace to now correctly work inside parentheses.
3104 ----
3106 Overview of changes in gcalctool 4.2.57
3108 * The Xor logical operation wasn't being performed correctly.
3109 * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3110   checkboxes.
3112 ----
3114 Overview of changes in gcalctool 4.2.56
3116 * Removed the final period from the ten default constant descriptions.
3117 * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3118   "centimeter".
3119 * Fixed up the values of the ten default constant definitions in the
3120   manual pages.
3121 * The "centimeters <=> inches" default constant should be 0.3937007
3122   rather than 2.54 to be consistent with the other constants.
3124 ----
3126 Overview of changes in gcalctool 4.2.55
3128 * Entering "(<Delete>)" no longer crashes gcalctool.
3130 ----
3132 Overview of changes in gcalctool 4.2.54
3134 * The financial Term tooltip example now works.
3135 * Moved the Exp button to the right of the Con and Fun buttons for better
3136   grouping.
3138 ----
3140 Overview of changes in gcalctool 4.2.53
3142 * Fixed Bugzilla bug 106501. Added bullet proofing to prevent user 
3143   backspacing off the end of the display string.
3145 ----
3147 Overview of changes in gcalctool 4.2.52
3149 * Toggled the positions of the Sto and Rcl buttons.
3151 ----
3153 Overview of changes in gcalctool 4.2.51
3155 * No longer crashes if the user Pastes in an empty clipboard value.
3156 * Now uses a text view for its display widget.
3158 ----
3160 Overview of changes in gcalctool 4.2.50
3162 * Fixes to the manual page:
3163   - the keyboard shortcut for the "Term" function is "t" not "T".
3164   - removed the LOGICAL mode section.
3166 ----
3168 Overview of changes in gcalctool 4.2.49
3170 * The display label and mode no longer expand when the calculator is resized. 
3171 * Replace the three characters of white space in the title bar text with one
3172   space character, so more of the title fits into the task window list applet.
3174 Overview of changes in gcalctool 4.2.48
3176 * Added a launcher to the GNOME's Accessories menu.
3178 ----
3180 Overview of changes in gcalctool 4.2.47
3182 * Marks the menu labels for translation.
3184 ----
3186 Overview of changes in gcalctool 4.2.46
3188 * Various cleanup, to make gcalctool be more like other GNOME applications.
3190 ----
3192 Overview of changes in gcalctool 4.2.45
3194 * Fixed Bugzilla bug 104249. The UI for adding new or editing existing 
3195   constants and/or functions has been improved.
3197 ----
3199 Overview of changes in gcalctool 4.2.44
3201 * Fixed Bugzilla bug 104830. gcalctool now uses gnome-calc3.png as its icon
3202   (same as the current gnome-calculator)
3204 ----
3206 Overview of changes in gcalctool 4.2.43
3208 * Further slight adjustments needed to fix Bugzilla bug 104248. The memory 
3209   registers window now displays correctly again.
3210 * Fixed Bugzilla bug 104240. The "File" menubar item is now called 
3211   "Calculator", and there is a set of unique mnemonics for the various 
3212   items in the Scientific mode panel. The gcalctool manual pages have been 
3213   updated to reflect these changes. 
3214 * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3215   Added in a Control-A mnemonic for Help->About.
3217 ----
3219 Overview of changes in gcalctool 4.2.42
3221 * Fixed Bugzilla bug 104248. The View->Memory Registers menu item's toggle 
3222   is now set correctly depending upon whether the memory register windows 
3223   is visible or hidden. 
3224 * The correct radio item is now set in the View menu mode menu item entries 
3225   if gcalctool is initially started in Financial or Scientific mode.
3227 ----
3229 Overview of changes in gcalctool 4.2.41
3231 * The constant and function definitions are now read and written as Gconf
3232   resources.
3233 * Fixed Bugzilla bug 104250. The constant and the function menu items now 
3234   have "C<n>:" and "F<n>:" prefixes respectively, where <n> is the 
3235   constant/function number.
3237 ----
3239 Overview of changes in gcalctool 4.2.40
3241 * Fixed Bugzilla bug 104245. The View->Basic Mode, Financial Mode, 
3242   Scientific Mode and Memory Registers now have keyboard accelerators 
3243   (Control-B, Control-F, Control-S and Control-M respectively).
3245 ----
3247 Overview of changes in gcalctool 4.2.39
3249 * Further slight adjustments for Bugzilla bug 104287
3250   The insert button isthe default button. 
3251   The dialog is no longer resizable. 
3252   The ESC key can now be used to cancel the dialog. 
3254 ----
3256 Overview of changes in gcalctool 4.2.38
3258 * Fixed Bugzilla bug 104287. HIG improvements for the "Insert ASCII Value" 
3259   dialog.
3261 ----
3263 Overview of changes in gcalctool 4.2.37
3265 * Fixed Bugzilla bug 104241. The Insert ASCII Value" menu item is now 
3266   "Insert ASCII Value..."
3267 * Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3268   <bonobo-i18n.h,> where all this stuff is already defined.
3270 ----
3272 Overview of changes in gcalctool 4.2.36
3274 * Fixed Bugzilla bug #102928. The x^2, e^x, 10^x and y^x keys now use 
3275   Pango markup to display the label using superscripts.
3277 ----
3279 Overview of changes in gcalctool 4.2.35
3281 * Added in handling of the numeric keypad for Linux systems.
3283 ----
3285 Overview of changes in gcalctool 4.2.34
3287 * Handling of the users saved function definitions now works correctly.
3288 * Changed the keyboard accelerators for the following to use non Alt-<?>
3289   values:
3291   Cos  (old value: Alt-c) becomes 'J'.
3292   Sin  (old value: Alt-s) becomes 'K'.
3293   Tan  (old value: Alt-t) becomes 'L'.
3294   Frac (old value: Alt-f) becomes ':'.
3295   Int  (old value: Alt-i) becomes 'i'.
3296   Abs  (old value: Alt-u) becomes 'u'.
3297   Rate (old value: Alt-r) becomes 'T'.
3298 * Removed the need to configure with "--enable-build-broken".
3300 ----
3302 Overview of changes in gcalctool 4.2.33
3304 * Adjusted the memory registers windows to use the same "R0:  0.00" format
3305   (bold for first part), as the Rcl, Sto and Exch menus.
3307 ----
3309 Overview of changes in gcalctool 4.2.32
3311 * The menu items for the Rcl, Sto and Exch menus now have the format
3312   "R0:     0.00", where the "R0:" part is in bold.
3313 * The keyboard accelerators for the menubar menu items are now working.
3315 ----
3317 Overview of changes in gcalctool 4.2.31
3319 * Updated the NEWS file with an overview of all the changes since v4.1.13.
3321 ----
3323 Overview of changes in gcalctool 4.2.30
3325 * Removed the gconf resource for getting/setting whether a beep is sounded
3326   on error. A beep will now always be sounded in such a case.
3327 * The writing out of the resources will now be immediately done when each 
3328   of those functions changes.
3330 ----
3332 Overview of changes in gcalctool 4.2.29
3334 * Updated the manual pages to reflect the recent v4.2.xx changes.
3335 * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3336   on Linux.
3338 ----
3340 Overview of changes in gcalctool 4.2.28
3342 * The real fix for displaying the icon.
3344 ----
3346 Overview of changes in gcalctool 4.2.27
3348 * Vastly improved keyboard navigation.
3349 * Control-F1 now toggles the displaying of tooltip help, so the "-h"
3350   command line option has been removed and the old-style event handling
3351   code has also been removed.
3352 * Added in a signal handler for the "delete" event for the main gcalctool
3353   window. The callback calls gtk_main_quit() to terminate the application.
3355 ----
3357 Overview of changes in gcalctool 4.2.26
3359 * HCI change. Attempt to correct disaplay the gcalctool icon.
3361 ----
3363 Overview of changes in gcalctool 4.2.25
3365 * HCI change. The Sto/Rcl/Exch menu items now show the current register 
3366   values as well.
3368 ----
3370 Overview of changes in gcalctool 4.2.24
3372 * HCI change. All the radiobutton and checkbox items in the mode panel 
3373   now have a mnemonic associated with them.
3375 ----
3377 Overview of changes in gcalctool 4.2.23
3379 * HCI change. Fixed up the buttons on the "Insert ASCII Value", "Enter 
3380   Constant..." and "Enter Function..." popups. They now just use Cancel 
3381   and OK buttons, and use standard stock Gtk icons.
3383 ----
3385 Overview of changes in gcalctool 4.2.22
3387 * HCI change.  Added in an Edit->Paste menu item. If selected this will 
3388   paste the current contents of the clipboard into the calculator display 
3389   as if you'd typed it.
3390 * Added bullet proofing to protect the calculator against values that 
3391   weren't found. If a value wasn't found, it's just ignored, and it goes 
3392   on to process the next character in the string.
3393 * Improved the handling of the recognition of characters entered. It now
3394   takes into effect the mods value for each keysym.
3396 ----
3398 Overview of changes in gcalctool 4.2.21
3400 * HCI change. Added a 2 pixel border for the frames containing the Basic, 
3401   Financial and Scientific buttons and the mode panel.
3403 ----
3405 Overview of changes in gcalctool 4.2.20
3407 * HCI change. Removed the "operand item" label widget.
3409 ----
3411 Overview of changes in gcalctool 4.2.19
3413 * The frames around the mode button tables and the mode panel are no longer
3414   always being shown.
3416 ----
3418 Overview of changes in gcalctool 4.2.18
3420 * Fixed Bugzilla bug #101865. Remade various keyboard remappings:
3421 * Removed mention of the "-l" and "-r" command line options from the manual
3422   pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3423   resource too.
3425 ----
3427 Overview of changes in gcalctool 4.2.17
3429 * Removed the "Keys" key, that allowed you to toggle the button labels to 
3430   show their keyboard equivalents.
3432 ----
3434 Overview of changes in gcalctool 4.2.16
3436 * Put each of the the button tables and the mode panel inside a frame, rather
3437   then use horizontal separators, to try to make the GUI look nicer.
3439 ----
3441 Overview of changes in gcalctool 4.2.15
3443 * Entering "((2+3)*(2+3))" now gives the correct answer.
3444 * Added some bullet-proofing to parentheses handling when bogus characters
3445   are entered.
3447 ----
3449 Overview of changes in gcalctool 4.2.14
3451 * Hooked up the Help->Contents menu item. Note that help support still has
3452   to be included (i.e. a help subdirectory with associated files etc.).
3454 ----
3456 Overview of changes in gcalctool 4.2.13
3458 * The View->Memory Registers menu item now correctly toggles the showing of
3459   the memory register window.
3461 ----
3463 Overview of changes in gcalctool 4.2.12
3465 * Menubar menu items now use stock Gtk icons (where applicable).
3467 ----
3469 Overview of changes in gcalctool 4.2.11
3471 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3473 ----
3475 Overview of changes in gcalctool 4.2.10
3477 * Going into Scientific mode and clicking on "(" twice no longer causes a
3478   segmentation violation.
3480 ----
3482 Overview of changes in gcalctool 4.2.9
3484 * Added some horizontal separators to help make the calculator more readable
3485   when in Financial and Scientific Mode.
3487 ----
3489 Overview of changes in gcalctool 4.2.8
3491 * Entering "((2+3)*9+(5-3))" no longer causes a segmentation violation.
3493 ----
3495 Overview of changes in gcalctool 4.2.7
3497 * Removed the attempt to display a calculator image on the About popup.
3498 * Typing the keyboard equivalent of the menu buttons now works.
3499 * Removed the VERSION string from the titlebar. This is now in the About popup
3501 ----
3503 Overview of changes in gcalctool 4.2.6
3505 * Added in an About popup that's accessible through the Help->About Gcalctool
3506   menubar Help menu item.
3508 ----
3510 Overview of changes in gcalctool 4.2.5
3512 * Fixed Bugzilla bug #102927.
3513   Replaced abbreviation "trig." with full word "trigonometric".
3515 ----
3517 Overview of changes in gcalctool 4.2.4
3519 * Fixed Bugzilla bug #102922.
3520   Adjusted two occurances of sentence fragments to make it easier for 
3521   L10N folks to translate them.
3523 ----
3525 Overview of changes in gcalctool 4.2.3
3527 * Added Spanish (es) to ALL_LINGUAS at configure.in
3528 * gcalctool is now resizable again.
3530 ----
3532 Overview of changes in gcalctool 4.2.2
3534 * Made calculator window choose a reasonable size at startup, and resize
3535   when changing modes.
3537 ----
3539 Overview of changes in gcalctool 4.2.1
3541 * Removed the GNOME_UTIL_LIBS line in gcalctool/Makefile.am so that 
3542   gcalctool will correctly build.
3544 ----
3546 Overview of changes in gcalctool 4.2.0
3548 * The gcalctool GUI layout has been redone to make the Basic mode more
3549   basic and to make the application more GNOMEish.
3550 * The Financial/Logical/Scientific mode buttons have been moved into
3551   the main calculator window above the Basic mode buttons. The Logical
3552   and Scientific modes have been combined.
3553 * Added a menubar.
3554 * The six item mode display has been removed and a mode panel added for
3555   the scientific mode.
3556 * Removed the property sheet. gcalctool no longer has a left or right 
3557   handed style.
3558 * Blank buttons are now correctly hidden.
3559 * Added a "--enable-build-broken" flag to configure that has to be present
3560   in order to configure and build gcalctool while it's still in a semi-broken
3561   state.
3563 ----
3565 Overview of changes in gcalctool 4.1.27
3567 * Fixed Bugzilla bug #101782.
3568   Removed trailing "\n"'s where possible in the tooltip help messages.
3570 ----
3572 Overview of changes in gcalctool 4.1.26
3574 * Fixed Bugzilla bug #101861.
3575   The size of the memory register window is no longer hard-wired.
3577 ----
3579 Overview of changes in gcalctool 4.1.25
3581 * Fixed Bugzilla bug #101867.
3582   Changed multiply key from "X" to "*" (same as the existing gnome-calculator).
3584 ----
3586 Overview of changes in gcalctool 4.1.24
3588 * Fixed Bugzilla bug #101780.
3589   Removed leading and trailing spaces from the labels for the gcalctool buttons.
3591 ----
3593 Overview of changes in gcalctool 4.1.23
3595 * Fixed Bugzilla bug #101777.
3596   Removed trailing periods on the four window titles.
3598 ----
3600 Overview of changes in gcalctool 4.1.22
3602 * Various I18N changes.
3604 ----
3606 Overview of changes in gcalctool 4.1.21
3608 * Various I18N changes.
3610 ----
3612 Overview of changes in gcalctool 4.1.20
3614 * Fixed Sun Bugtraq bug #1102883 against DeskSet calctool:
3615   Adjusted so that all error messages just display "Error" which is
3616   more consistent.
3618 ----
3620 Overview of changes in gcalctool 4.1.19
3622 * Fixed Sun Bugtraq bug #4006391 against CDE dtcalc:
3623   Bring up gcalctool, enter 10000 X 0.58 =, get answer is 5800.
3624   Then click on Int button, supposely should get 5800, but the answer was 5799.
3626 ----
3628 Overview of changes in gcalctool 4.1.18
3630 * Fixed Sun Bugtraq bug #1258472 against CDE dtcalc:
3631   Start up gcalctool and set to decimal and fixed. Set accuracy to 2 decimal
3632   places. Do a division like 0.19/2  It gives 0.0A.
3634 ----
3636 Overview of changes in gcalctool 4.1.17
3638 * Fixed Bugtraq bug #1190181 against OpenWindows DeskSet calctool:
3639   gcalctool core dumped if parent directory was not readable.
3641 ----
3643 Overview of changes in gcalctool 4.1.16
3645 * Updated TODO file with all relevant calculator Sun bugs and rfes.
3646 * Adjusted matherr() routine so that strict ANCI C compilers can compile it.
3647 * Mode windows now shows buttons correctly if you start up in Basic mode,
3648   then try to show one of the other modes.
3650 ----
3652 Overview of changes in gcalctool 4.1.15
3654 * "Keys" button now displays correctly if started with left-handed style.
3655 * Switching handed style now displays button labels correctly if currently
3656   showing the keyboard equivalent.
3658 ----
3660 Overview of changes in gcalctool 4.1.14
3662 * Buttons are colored correctly if started with left-handed style.
3664 ----
3666 Overview of changes in gcalctool 4.1.13
3668 * The unused buttons in the mode window are now hidden.
3670 ----
3672 Overview of changes in gcalctool 4.1.12
3674 * Added gconf support, removing the use of X11 resources.
3676 ----
3678 Overview of changes in gcalctool 4.1.11
3680 * Explicitly setting the size of the calculator buttons has been removed.
3681 * The width of the mode window is now set to the width of the main window.
3683 ----
3685 Overview of changes in gcalctool 4.1.10
3687 * Fixes for I18N support.
3689 ----
3691 Overview of changes in gcalctool 4.1.9
3693 * Now that gcalctool is using Gtk resources to determine the appearance of
3694   the calculator, there is no need to use the custom display_frame widget.
3695 * The calculator display area now has tooltip help.
3697 ----
3699 Overview of changes in gcalctool 4.1.8
3701 * Fixed up mistakes is the gcalctool tooltip help text.
3702 * Three keyboard accelerators weren't working when a "menu" button had been
3703   pressed and the calculator was in pending mode:
3704   Base button - "o" (octal).
3705   Mode button - "l" (logical).
3706   Trig button - "g" (gradient).
3707 * The + and . keys on the numeric keypad now work.
3709 ----
3711 Overview of changes in gcalctool 4.1.7
3713 * Added in help support. Hitting the Help key will toggle whether tooltip
3714   help messages are displayed for the various buttons and other widgets.
3716   By default tooltips are disabled. Start gcalctool with the "-h" command
3717   line option will enable them. There is also a "gcalctool.showhelp"
3718   resource that can enable/disable them.
3720 ----
3722 Overview of changes in gcalctool 4.1.6
3724 * The new Constant/Function popup now has the various items aligned.
3726 ----
3728 Overview of changes in gcalctool 4.1.5
3730 * The size of the buttons in the Mode window are incorrect if the unused ones
3731   are not shown. Solved this my simply making the unused ones insnsitive, and
3732   showing them all.
3734 ----
3736 Overview of changes in gcalctool 4.1.4
3739 * Keyboard accelerators now work for the gcalctool "menu" buttons.
3741 ----
3743 Overview of changes in gcalctool 4.1.3
3745 * The constant and function definitions are now read and written to a file
3746   named ~/.gcalctoolcf.
3747 * gcalctool now also tries to read a ~/.gcalctoolrc file at startup time.
3748   This file (if it exists) can contain resources for changing the appearance
3749   of the application. A gcalctoolrc file is now also included with the
3750   gcalctool distribution, which gives the old OpenWindows DeskSet appearance
3751   to the calculator.
3752 * The ability to change various colors via X resources has also been removed.
3753   The manual pages have been updated to reflect this.
3755 ----
3757 Overview of changes in gcalctool 4.1.2
3759 * Starting gcalctool then switching hands to left-handed, then using the
3760   keyboard for input, wrongly associated the various keyboard accelerators
3761   for the swapped keys.
3763 ----
3765 Overview of changes in gcalctool 4.1.1
3767 * Now finds the X11 libraries in a platform independent way.
3768 * Fixed up the gcalctool usage message.
3769 * Fixed up the gcalctool manual pages.
3770 * gcalctool now looks for ~/.gcalctoolrc and ~/.gcalctooldefaults files.
3771 * X resources are now "gcalctool.<whatever" rather than "calctool.<whatever>".
3773 ----
3775 Overview of changes in gcalctool 4.1.0
3777 * Graphics driver is now based on Gtk2.
3779 ----
3781 Overview of changes in calctool 4.0.0
3783 * Code based on the calctool in the OpenWindows Deskset for Solaris 8.
3784 * Adjusted to use an autoconf/automake configuration and build environment.
3785 * Adjusted the code to a K&R style.
3786 * Incorporated in needed code from the libguide and libdeskset libraries.
3787 * Released under a GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL) license.
3788 * Just an XView graphics driver currently provided.
3790 ----