Updated Kannada translations
[gcalctool.git] / NEWS
blob4e64e94093dbca1c7fcfee115d4d82a0d9728900
1 /*  gcalctool NEWS.
2  *
3  *  Copyright (c) 1987-2009 Sun Microsystems, Inc.
4  *  All Rights Reserved.
5  */
6  
7 Overview of changes in gcalctool 5.31.1
9     * Rename View menu to Mode
10     
11     * Merge advanced and scientific mode
13     * Don't change window title to match mode (no need to)
14     
15     * Swap location of modulus and inverse buttons
16     
17     * Use arrows on superscript buttons (i.e. '↑n' instead of '⎕ⁿ')
19     * Put keyboard shortcuts in base button tooltips
21     * Put tooltips on trigonometric buttons
23     * Rename "Clr" buton to "Clear"
24     
25     * Add colours to buttons
27     * Fix bug stopping translations from working (Gert Kulyk, Bug #614489)
29     * Mark strings for translation that were missing (Gert Kulyk, Bug #614491)
31     * Make inverses of variables work (Bug #614979)
33     * Show answer in bold (Bug #505168)
34     
35     * Add back in undo and redo
37 Overview of changes in gcalctool 5.30.0
39     * Fix errors in variable exponents (e.g. xy²)
41     * Handle powers in convesion units, (e.g. 1m² in mm²)
43     * Don't clear ans when clearing display (Bug #613552)
44     
45     * Handle equations like (x+3y)(2x-4y)
47 Overview of changes in gcalctool 5.29.92
49     * Add shortcuts to base buttons (Ctrl+B, Ctrl+O, Ctrl+D, Ctrl+H)
51     * Convert number in display if it has a base and a base button is pressed
53     * Make scientific notation button behave the same as keyboard shortcut (i.e.
54       go into superscript mode).
55       
56     * Only allow superscript minus to be entered if can make a valid superscript
57       number, otherwise revert to standard minus.
59     * Allow hexadecimal numbers to be entered in lower-case
61     * Make bit editor active for displayed numbers not in base 10
63     * Make variable powers work, e.g. x²
65     * Fix spacebar not working when display has focus (Bug #611971)
67     * Load currency rates when doing typed currency conversion
68     
69     * Use GIO instead of libsoup
71 Overview of changes in gcalctool 5.29.91
73     * Fix bug where backspace deletes all input in locales with no thousands
74       separator
76     * Make boolean operations work with zero, e.g. "0 XOR 5"
77     
78     * Don't override space and return when display area not selected (Bug #596645)
80     * Make window non-resizable (Bug #602154)
82     * Change boolean functions to uppercase (xor -> XOR)
84     * Documentation rewritten
86     * Modernised build system
88 Overview of changes in gcalctool 5.29.90
90     * Miscellaneous string fixes
92     * Updated translations: bg (Ivaylo Valkov), da (Ask H. Larsen),
93                             en_GB (Philip Withnall), es (Jorge González),
94                             fr (Laurent Coudeur), nb (Kjartan Maraas),
95                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
97 Overview of changes in gcalctool 5.29.6
99     * Reimplement automatic ans substitution (Robert Ancell)
101     * Make builds less verbose (bug #607118, Thomas Andersen)
103     * De-break function that check if currency rates are out of date (Robin Sonefors)
105     * Fix shift button keybinding crash (Robert Ancell)
107     * Updated translations: ast (Xandru Armesto Fernandez), bn (Jamil Ahmed),
108                             cs (Petr Kovar), de (Christian Kirbach),
109                             fr (Laurent Coudeur and Claude Paroz), hu (Gabor Kelemen),
110                             nb (Kjartan Maraas), sv (Daniel Nylander),
111                             ta (vasudeven), uk (Maxim V. Dziumanenko)
113 Overview of changes in gcalctool 5.29.4
115     * Make 0^0 = 1 (Robert Ancell, Bug #605011)
117     * Use superscript digits for scientific notation (Robert Ancell)
119     * Clear display when entering a number after an equation (Robert Ancell)
121     * Make Ctrl+W a shortcut to quit (Robert Ancell)
123     * Updated translations: et (Ivar Smolin), ro (Lucian Adrian Grijincu),
124                             zh_CN (Tao Wei)
126 Overview of changes in gcalctool 5.29.2
128     * Support conversions in display (e.g. "1 AUD in USD" or "6.2 inches in
129       meters") (Robert Ancell)
131     * Support arbitrary varible names, e.g. set with "name=55" (Robert Ancell)
133     * Add a command-line version of gcalctool 'gcalccmd'
134       (Rich Burridge, Bug #590767)
136     * Updated translations: en@shaw (Thomas Thurman), es (Jorge González),
137                             sl (Matej Urbančič), ta (drtvasudevan),
138                             zh_CN (Aron Xu)
140 Overview of changes in gcalctool 5.29.1
142     * New user interface:
143       - Window is now shorter to better fix in netbook resolutions
144       - Superscript and subscript numbers to allow better notation, e.g. "₃√5"
145       - Preferences moved into a dialog
146       - Functions are now typed, e.g. s+i+n for sine instead of "k"
147       - Error messages now displayed below equation, and improved descriptions
149 Overview of changes in gcalctool 5.28.0
151     * Don't override space bar when buttons are focussed as this stops keyboard control
152       (Robert Ancell, Bug #595337)
154     * Handle keycode for '^' used in non-English layouts (German, Spanish, etc)
155       and allow '**' to be converted to a '^' for layouts that do not support it
156       (Robert Ancell, Bug #546819)
158     * Updated documentation: de (Christian Kirbach), fr (Claude Paroz)
160     * Updated translations: as (Amitakhya Phukan), bg (Yavor Doganov)
161                             bn_IN (Runa Bhattacharjee), bn (Jamil Ahmed)
162                             cs (Marek Černocký), da (Ask H. Larsen)
163                             en_GB (Bruce Cowan), et (Ivar Smolin)
164                             hi (Rajesh Ranjan), it (Davide Falagna)
165                             kn (Shankar Prasad), lt (Gintautas Miliauskas)
166                             ml (Ani), mr (Sandeep Shedmake)
167                             or (Manoj Kumar Giri), pa (A S Alam)
168                             ro (Adi Roiban), sl (Matej Urbančič)
169                             sr (Branko Kokanović), sr@latin (Branko Kokanović)
170                             te (krishnababu k), uk (Maxim V. Dziumanenko)
171                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
173 Overview of changes in gcalctool 5.27.92
175     * Fix base conversions (Robert Ancell)
177     * Fix disabled help menu (Robert Ancell)
179     * Fix duplicate object names in data/financial.ui (Robert Ancell, Bug #593277)
181     * Updated translations: ar (Khaled Hosny), el (Jennie Petoumenou)
182                             eu (Inaki Larranaga Murgoitio), fr (Claude Paroz)
183                             gu (Sweta Kothari), hu (Gabor Kelemen)
184                             kn (Shankar Prasad), ml (Ani)
185                             pl (Tomasz Dominikowski), pt (Duarte Loreto)
186                             sr (Branko Kokanović), sv (Daniel Nylander)
187                             tr (Baris Cicek), zh_CN (Aron Xu)
189 Overview of changes in gcalctool 5.27.91
191     * Updated documentation: cs (Petr Kovar)
193     * Updated translations: bn_IN (Runa Bhattacharjee), et (Ivar Smolin)
194                             eu (Inaki Larranaga Murgoitio), fi (Tommi Vainikainen)
195                             ga (Seán de Búrca), gl (Antón Méixome)
196                             kn (Shankar Prasad), ko (Changwoo Ryu)
197                             nb (Kjartan Maraas), or (Manoj Kumar Giri)
198                             pl (Piotr Drąg), pt_BR (Leonardo Ferreira Fontenelle)
199                             sv (Daniel Nylander), ta (ifelix)
201 Overview of changes in gcalctool 5.27.90
203     * Fix bug where inserting text in locales without thousands separators replaces the whole display (Robert Ancell)
205     * Updated documentation: es (Jorge González)
207     * Updated translations: de (Christian Kirbach), es (Jorge González)
208                             gl (Antón Méixome), nb (Kjartan Maraas)
209                             sv (Daniel Nylander), ta (drtvasudevan)
211 Overview of changes in gcalctool 5.27.5
213     * Perform power and factorials before negation so -1! and -1^0.5 are valid as in 5.26.x (Robert Ancell)
215     * Connect functions to solve the function text and replace the display with the result (Robert Ancell, Bug #548884)
217     * Change bison syntax to be compatible with version 2.3 (Robert Ancell, Bug #589350)
219     * Compile with -DGSEAL_ENABLE (Thomas Anderson, Bug #588591)
221     * Update gconf descriptions to match translation guidelines (Leonardo Fontenelle, Bug #589563)
223     * Updated documentation: fr (Laurent Coudeur, Claude Paroz)
225     * Updated translations: es (Jorge González), et (Ivar Smolin, Mattias Põldaru)
226                             fr (Claude Paroz), pt_BR (Daniel S. Koda)
228 Overview of changes in gcalctool 5.27.4
230     * Update bit editor after shifting (Robert Ancell, Bug #587545)
232     * Use a base-10 internal representation (Robert Ancell, bug #585813, bug #585931, bug #560802)
234     * Make padding consistent in GUI (Jerry Casiano, Bug #587292)
235     
236     * Support implicit multiply before functions, e.g. "6 log 3" (Robert Ancell, Bug #586812)
238     * Use inverse notation for trigonometric functions, i.e. "asin" -> "sin⁻¹"
240     * Use lowercase notation for trigonometric and logarithm functions to look
241       more like standard mathematical notation
243     * Put spacing around functions, i.e. "sin" -> " sin "
245     * Use subscript for logarithm base two, i.e. "log2" -> "log₂"
247     * Added etched border around display (Robert Ancell, Bug #140836)
249     * Rewrote out of date man page (Robert Ancell, Bug #585997)
251     * Updated documentation: cs (Marek Cernocky)
253     * Updated translations: bn_IN (Runa Bhattacharjee), cs (Marek Cernocky),
254                             es (Jorge Gonzalez), fr (Jonathan Ernst, Claude Paroz),
255                             ta (drtvasudevan), sv (Daniel Nylander),
256                             uk (Maxim V. Dziumanenko)
258 Overview of changes in gcalctool 5.27.3
260     * Percentage operation for addition and subtraction now takes percentage of
261       first value (Robert Ancell, Bug #480207)
263     * Use correct UTF-8 mathematical characters (Robert Ancell, Bug #347630)
265     * Focus on the display entry by default
267     * Fix broken widget style.  Copy gcalctoolrc to ~/.gcalctoolrc to get coloured buttons.
269     * Fix missing icon in Help>Contents menu
271     * Updated translations: nb (Kjartan Maraas), ta (drtvasudevan)
273 Overview of changes in gcalctool 5.27.2
275     * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253)
277     * Add variable word size for bitwise functions (Robin Sonefors, Bug #581253)
279     * Remove negative sign from numbers rounded to zero.  This is only a partial
280       fix as the error value is still visible in scientific notation
281       (Robert Ancell, Bug #560802)
283     * Support odd roots of negative numbers (Robert Ancell, Bug #576973)
285     * Keep settings (show zeroes, thousands separator etc) when changing modes
286       (Robert Ancell, Bug #580398)
288     * Add a --solve command-line argument (Robert Ancell)
290     * Really fix the license text in the about dialog (Robert Ancell, Bug #579174)
292     * Made parser reentrant and part of MP code (Robert Ancell)
293     
294     * Remove references to arithmetic/left-to-right precedence from the manual
295       (Robert Ancell, Bug #559734)
297     * Fix grammatical errors in manual (Bruce Cowan, Bug #569275)
299     * Remove untranslated figures in documentation - they are automatically
300       copied from the C documentation (Robert Ancell, Bug #566680)
302     * Updated translations: si (K.P.Gayan Tharaka)
304 Overview of changes in gcalctool 5.27.1
306     * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807)
308     * Fix display on startup to be replaced on entry (Robert Ancell, Bug #576975)
309     
310     * Make GConf schemas translatable (Robert Ancell, Bug #571948)
311     
312     * Replace MP number arrays with an MPNumber structure (Robert Ancell)
314     * Tidied up error messages (Robert Ancell, Bug #521184)
316     * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946)
317       This will cause the gconf schema to be incompatible with gcalctool < 5.26.0.
318       Expect settings to reset to defaults when upgrading.  Switching between
319       versions will cause resets.
321     * Fix missing license text in about dialog (Robert Ancell, Bug #579174)
322     
323     * Updated translations: es (Jorge Gonzalez), et (Ivar Smolin)
325 Overview of changes in gcalctool 5.26.0
327     * Fix button expansion (nowak2000, Bug #575385)
329     * Removed deprecated test/ directory (Bug #574048)
331     * Updated documentation: C (Robin Sonefors), ca (Joan Duran)
333     * Updated translations: as (Amitakhya Phukan), da (Ask H. Larsen),
334                             el (Jennie Petoumenou), es (Jorge Gonzalez),
335                             fi (Tommi Vainikainen), gl (Ignacio Casal Quinteiro),
336                             gu (Ankitkumar Patel), hi (Rajesh Ranjan),
337                             hu (Gabor Kelemen), it (Sergio Durzu),
338                             lt (Vytautas Rėkus), mai (Rajesh Ranjan),
339                             ml (Ani Peter), mr (Sandeep Shedmake),
340                             nb (Kjartan Maraas), nl (Tino Meinen),
341                             pl (Wadim Dziedzic), ru (Nickolay V. Shmyrev),
342                             ta (felix), te (Krishnababu K),
343                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
345 Overview of changes in gcalctool 5.25.92
347     * Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell, Bug #572881)
349     * Fix rounding errors in integer power calulations (Robert Ancell, Bug #527540)
351     * Fix error in cosine/tangent calculations (Robert Ancell, Bug #571007)
353     * Updated documentation: eu (Inaki Larranaga Murgoitio)
355     * Updated translations: en_GB (Philip Withnall), fi (Ilkka Tuohela),
356                             fr (Bruno Brouard, Claude Paroz), ja (Takeshi AIHANA)
357                             kn (Shankar Prasad), lv (Raivis Dejus),
358                             nl (Wouter Bolsterlee), pt (Duarte Loreto)
359                             pt_BR (Og Maciel, Rodrigo Flores), sv (Daniel Nylander)
361 Overview of changes in gcalctool 5.25.91
363     * Initialise GType system so usage of GConf doesn't cause crashes (Matthias Clasen, Bug #571581)
365     * Rework command-line arguments to be standard (Robert Ancell, Bug #569885)
367     * Correctly handle decimal points for languages not using '.' (Robert Ancell, Bug #566929)
369     * Fix shortcut keys so standard menu keys work (Robert Ancell)
370     
371     * Updated documentation: eu (Inaki Larranaga Murgoitio)
372     
373     * Updated translations: ast (Mikel González), cs (Petr Pulc), da (Ask H. Larsen), eu (Inaki Larranaga Murgoitio),
374                             gu (Sweta Kothari), hu (Gabor Kelemen), ro (Adi Roiban), vi (Clytie Siddall),
375                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
377 Overview of changes in gcalctool 5.25.90
379     * Fixed incorrect bit shift operation (Robert Ancell, Bug #569176)
381     * Updated documentation: sv (Daniel Nylander)
383     * Updated translations: ca (Joan Duran), de (Christian Kirbach), ko (Changwoo Ryu), or (Manoj Kumar Giri)
385 Overview of changes in gcalctool 5.25.5
387     * Updated documentation: de (Christian Kirbach)
389     * Updated translations: nb (Kjartan Maraas), th (Theppitak Karoonboonyanan)
391 Overview of changes in gcalctool 5.25.4
393     * Updated translations: de (ckirbach), es (Jorge Gonzalez), zh_CN (甘露)
395 Overview of changes in gcalctool 5.25.3
397     * Made exponential numbers work without a sign, e.g. '1e2' works
398       the same as '1e+2' (Robert Ancell).
400     * Correctly calculate exponential numbers in binary mode and
401       convert correctly when changing bases (Robert Ancell, Bug #516159).
403     * Fix broken accelerator keys from changes in 5.25.2 (Robert Ancell, Bug #379476).
405 Overview of changes in gcalctool 5.25.2
407     * Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are controlled by the shift key.
408       The following shortcut keys have changed:
410       Function     | Old | New
411       --------------------------
412       Sine         | K   | k
413       Inv. Sine    | -   | K
414       Cosine       | J   | j
415       Inv. Cosine  | -   | J
416       Tangent      | L   | w
417       Inv. Tangent | -   | W
418       Natural Log  | N   | n
419       e^x          | {   | N
420       Log          | G   | g
421       10^x         | }   | G
422       Log_2        | H   | h
423       2^x          | -   | H
424       x^y          | ^   | ^ or o
425       x^(1/y)      | -   | O
426       
427       (Robin Sonefors, Bug #379476).
429     * Fixed crash where financial dialogs are activated from other modes on startup
430       (Robin Sonefors, Bug #560196).
432     * Give binary invert operation higher precedence so that ~X and X == 0 (Sami Pietilä, Bug #562251)
433     
434     * Fixed calculation errors for boolean operations on very large numbers (Robert Ancell, Bug #509988)
436     * Always read configuration from /apps/gcalctool not /apps/(appname) as the application
437       name is different when symlinked (e.g. the gnome-calculator symlink) (Matt Keenan, Bug #559260).
439     * Correct gconf key names in man page (Robert Ancell, Bug #559458).
441     * Updated translations: es (Jorge Gonzalez)
443     * Updated help: es (Jorge Gonzalez)
445 Overview of changes in gcalctool 5.25.1
447     * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508).
448     
449     * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686).
450     
451     * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663).
452     
453     * Don't clear display when changing modes and allow all functions to work in all non-basic
454       modes (Robert Ancell, Bug #554133).    
455    
456     * Set decimal point label to be based on LC_NUMERIC as users can set their numerical
457       representation to different to their language settings (Robin Sonefors, Bug #557331).
458       
459     * More refactoring in MP math library (Klaus Niederkrueger, Robert Ancell, Bug #524091).
461     * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965).
463     * Only update bit panel when display contains a solved number (Robert Ancell, Bug #548690).
465     * Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).
466     
467     * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207).
469     * Added translator comments (Robert Ancell)
471     * Updated translations: bg (Alexander Shopov),
472                             da (Ask H. Larsen, Kenneth Nielsen),
473                             es (Jorge Gonzalez),
474                             et (Ivar Smolin),
475                             fi (Ilkka Tuohela),
476                             mk (Jovan Naumovski),
477                             pt_BR (Vladimir Melo, Leonardo Ferreira Fontenelle)
479     * Updated help: es (Jorge Gonzalez)
481 Overview of changes in gcalctool 5.24.0
483     * Updated translations: af (Friedel Wolff), ar (Anas Afif Emad, Khaled Hosny),
484                             bn_IN (Sankarshan Mukhopadhyay), da (Kenneth Nielsen),
485                             dz (Pema Geyleg), gu (Sweta Kothari),
486                             hr (Robert Sedak), hu (Gabor Kelemen),
487                             it (Luca Ferretti), kn (Shankar Prasad),
488                             ko (Changwoo Ryu), lt (Gintautas Miliauskas),
489                             ml (Sreejith K incorporated, Praveen Arimbrathodiyil),
490                             mr (Sandeep Shedmake), ro (Mişu Moldovan),
491                             sq (Laurent Dhima), ta (Tirumurthi Vasudevan),
492                             te (Krishnababu K), tr (Baris Cicek),
493                             zh_CN (Funda Wang)
495     * Updated help: es (Jorge Gonzalez)
496 ----
498 Overview of changes in gcalctool 5.23.92
500     * Updated translations: en_GB (Philip Withnall), ca (Gil Forcada),
501                             bg (Alexander Shopov)
503 ----
505 Overview of changes in gcalctool 5.23.91
507     * Fix packing for modulus button (Bug #548880)
509     * Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so
510       other desktops can use GCalctool (bug #518862).
512 ----
514 Overview of changes in gcalctool 5.23.90
516     * Fix some small memory leaks (Felix Riemann, Bug #547942)
517     
518     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
519     
520     * Updated translations: ar (Khaled Hosny), fi (Ilkka Tuohela), he (Yair Hershkovitz), ja (Takeshi Aihana), pt (Duarte Loreto), sk (Marcel Telka)
521     
522     * Updated documentation: ru (Yuriy Penkin)
524 ----
526 Overview of changes in gcalctool 5.23.6
528     * Deprecated left-to-right mode (Bug #500994).
530     * Updated remaining documentation (bg, zh_CN, zh_HK, zh_TW) to gnome-doc-utils (Robert Ancell, Bug #336104)
531     
532     * Changed icon from deprecated 'gnome-calculator' to 'accessories-calculator') (Matthias Clasen, Bug #545074)
534     * Updated translations: ar (Djihed Afifi), fr (Claude Paroz), pt_BG (Fabrício Godoy)
536 ---- 
538 Overview of changes in gcalctool 5.23.5
540     * Fix regression in factorial operation (Klaus Niederkrueger)
541     
542     * Made trigonometric button text translatable (Yuri Penkin, Bug #540196)
544     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
545     
546     * Updated Japanese documentation to gnome-doc-utils (Claude Paroz, Takeshi Aihana, Bug #336104)
548     * Updated translations: ca (Joan Duran), oc (Yannig Marchegay), ru (Yuriy Penkin), sv (Daniel Nylander), th (Theppitak Karoonboonyanan)
550 ----
552 Overview of changes in gcalctool 5.23.4
554     * Added workaround to stop display disappearing when editing large displays (Bug #524602)
556     * Applied second mp math tidy up patch from  Klaus Niederkrueger (Bug #524091)
558     * Updated translations: ar (Djihed Afifi)
560 ----
561   
562 Overview of changes in gcalctool 5.23.3
564     * Default to no thousands separator not ',' for locales that do not require one (Bug #527669)
566     * Updated translations: ar (Djihed Afifi), et (Ivar Smolin), vi (Clytie Siddall)
568 ----
570 Overview of changes in gcalctool 5.23.2
572     * Fixes the cursor from moving around when editing numbers with thousands separators (Bug #527669)
574     * Structural changes in preperation for full unicode support (Bug #530532)
575     
576     * Updated translations: es (Jorge González), gl (Ignacio Casal Quinteiro), nb (Kjartan Maraas),
577       nl (Tino Meinen), pt_BR (Leonardo Ferreira Fontenelle), sl (Matej Urbančič)
578     
579 ----
581 Overview of changes in gcalctool 5.23.1
583     * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318)
585     * Fixes incorrect negation precedence (Bug #526094)
587     * Fixes issues with thousands seperators and radix in non-english
588       locales (Bug #527669)
590     * Fixes regression in constant and function menus (Bug #527545)
592     * Fixes problem where display is invisible after solving equation
593       (Bug #524602)
595 ----
597 Overview of changes in gcalctool 5.22.0
599     * Fix for bug #520474 - Calculator uses 06 in place of decimal.
601     * Fix for bug #519979 - Please provide translator comments.
603     * Fix for bug #519243 - Memory registers save incorrectly.
605 ----
607 Overview of changes in gcalctool 5.21.92
609     * Released a gcalctool tarball for GNOME 5.21.92.
611 ----
613 Overview of changes in gcalctool 5.21.91
615     * Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
617     * Fix for bug #515326 – translation issues
619     * Unmark bitcalculating strings for translation (Bug #515326)
620       Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
622     * Remove help/it/Makefile, switching to gnome-doc-utils
624     * Fix for bug #514233 - Title not translated
626     * Fix for bug #513868 - Switching mode clears values but not
627       "Malformed expression" in statusbar.
629     * Fix for bug #513218 - Parsing not handling things the way a
630       "normal" calculator would.
632     * Fix for bug #482666 - XML errors in gcalctool de translation.
634     * Fix typo (Retreive -> Retrieve)
636 ----
638 Overview of changes in gcalctool 5.21.90
640     * Fix for bug #512204 - Regression in (-,+) handling.
642     * Fix for bug #511052 – Mod gives negative remainders.
644     * Fixed typo in message in create_kframe() in gtk.c.
646 ----
648 Overview of changes in gcalctool 5.21.5
650    * Adjusted online help documentation to add in a section 4.4. "Changing
651      The Display Area" and to update the new keyboard shortcut for Clear.
653    * Use delete key to delete character right of cursor in display, clear
654      now uses shift+delete (Bug #326938).
655    
656    * Update all button tooltips to have the shortcut
657      key for that button (Bug #503707).
659    * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
660      category
662    * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
663      "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
665    * Work on bug #501699. Adjusted "monthly interest rate" to "simple
666      monthly interest rate" in the online help for two of the financial
667      examples.
669    * Fix incorrect menu radio button selected when mode change aborted 
670      (bug #488226).
672    * Fix for bug #502306 - unable to use MOD operation after a 
673      x ? y operation.
675 ----
677 Overview of changes in gcalctool 5.21.4
679     * Adjusted online help documentation to add in a section 4.4. "Changing
680       The Display Area" and to update the new keyboard shortcut for Clear.
682     * Use delete key to delete character right of cursor in display, clear
683       now uses shift+delete (Bug #326938).
684     
685     * Update all button tooltips to have the shortcut
686       key for that button (Bug #503707).
688     * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
689       category
691     * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
692       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
694     * Work on bug #501699. Adjusted "monthly interest rate" to "simple
695       monthly interest rate" in the online help for two of the financial
696       examples.
698     * Fix incorrect menu radio button selected when mode change aborted 
699       (bug #488226).
701     * Fix for bug #502306 - unable to use MOD operation after a 
702       x ᶺ y operation.
704 ----
706 Overview of changes in gcalctool 5.21.3
708     * Added a "Reset to Default" accuracy menu item (bug #488542).
710     * When the bit calculation extension is enabled, a message now appears
711       in the status bar.
713     * Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension
714       produces incorrect results.
716     * Fixed bug #367731 - [doc] Update documentation for bit calculating
717       extension.
719     * Fixed bug 500029 - Clearing a bit in the bitcalculating extension,
720       sets the display to zero.
722     * Disable menu items not valid in current mode (Bug #499625).
724     * Fix build dependencies for parsers (Bug #497237).
725     
726     * Trim pasted text on newlines, replace tabs with spaces (Bug #488796).
728     * Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
730     * Fixed bug #367723 - [doc] Update documentation for Changing Modes
731       Clears Calculation.
733 ----
735 Overview of changes in gcalctool 5.21.2
737     * Fixed bug #485919 - Use Glade for UI. Glade conversion of gcalctool 
738       is now complete (thanks Robert).
740     * Fixed bug #495349 - Close precision dialog when setting precision from
741       Acc button.
743     * Fixed bug #495345 - Connect "activate" signal for precision spin button
744       after spin button has been updated.
746     * Fixed bug #482655 - Missing image file.
748     * Fix the buglet in comment #51 of bug #485919
750     * Fixed for final remaining parts of bug #488694 - [a11y] Several 
751       calculator buttons don't speak correctly with Orca.
753     * Fixed bug #488489 - Make accuracy shortcuts only work in scientific mode.
755     * Fixed bug # 488703 - Stop bogus '-/-' appearing in accuracy menu items.
757     * Fix for bug #485134 - OR calculation produces incorrect result in
758       arithmetic precedence mode.
760     * General code cleanup.
762 ----
764 Overview of changes in gcalctool 5.21.1
766     * Work on bug #485919 - Use Glade for UI.
767         > Adds support for the mode panel.
768         > Puts menu accelerators back again and fixes the top button row in
769           basic mode being too tall.
770         > Now provides Glade support for the majority of the gcalctool GUI.
772     * Fix for bug #490701 - base radio buttons initially fail.
774     * Attempted fix for bug #485134 - OR calculation produces incorrect 
775       result in arithmetic precedence mode. This isn't a complete solution
776       so the bug has been reopened.
778     * Fix for bug #488828 - Reciprocal remembers backspaced items.
780     * More work on bug ##488694 - [a11y] Several calculator buttons don't speak 
781       correctly with Orca. Removed the accessible descriptions (not needed) and 
782       adjusted the "shift left" and "shift right" names (they were reversed).
784     * Patch to stablize arithmetic precedence.
786     * Stop acting on toggle events from radio buttons when they go inactive 
787       (Bug #485918).
789     * Added Robert Ancell to the list of gcalctool MAINTAINERS.
791     * Fixed bug #488830 - Hex radio button shortcut conflicts with Help menu 
792       shortcut.
794     * Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip shortcut 
795       keys.
797     * Fixed bug #488783 - memory registers not available if you start in 
798       Advanced mode
800     * Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak
801       correctly with Orca.
803     * Fix for bug #485398 - Put memory register window inside the main window.
804       Uses gtk_window_set_transient_for() to associate the memory register
805       window with the main gcalctool window.
807     * Fix for bug #383850 - [doc] New names for Precedence.
809     * Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence mode
810       if user has "hand edited" the display.
812     * Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
813       correctly set the state of the Edit-<Memory Registers check box if the
814       user wanted the memory registers initially displayed.
816     * Correctly handle memory register display and "Memory Registers" menu
817       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
818       (Needed because of the recent changes for bug #478961).
820 ----
822 Overview of changes in gcalctool 5.21.0
824     * Fix for bug #326938 – Display cursor in input area; allow home and 
825       end keys. This is in arithmetic precedence mode only.
827     * Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 places 
828       menu items.
830     * Fix for bug #439087 – Gcalctool can't handle small physic constants
831       like the Boltzmann constant. The number of significant places has
832       been increased to 99 and the number of displayable digits has been
833       increased to 200. The online help has been adjusted to reflect these
834       changes.
836       Note that if you have something in the gcalctool display that is
837       wider than the display area, a scrollbar is shown, but the first
838       digit isn't properly displayed. The workaround here, is to enlarge
839       the size of the calculator window until the scrollbar goes away.
840       I believe this is a Gtk+ problem and have filed bug #482688 against 
841       it.
843     * Fixed bug #367738 – [doc] Square root documentation needs to be updated.
844       The entry in the online help now includes examples for both arithmetic
845       precedence and non-arithmetic precedence mode.
847     * Fixed bug #428571 – [doc] Repetitive usage of "use".
849     * Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
851     * Fixed bug #428573 – [doc] Spelling of logical gates.
852       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
853       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
854       display area in arithmetic precedence mode. The gcalctool manual
855       pages and the online help have been updated accordingly.
857       The XOR operation in non-arithmetic mode was doing a multiplication
858       instead.
860       The result for the AND example in the online help was incorrect.
862       The syntax for using NOT in aritmetic mode is different then for
863       non-arithmetic mode. The online help example has been updated to
864       show both examples.
866     *  Fixed bug #469245 – Hexadecimal input is not intuitive and
867       bug #455889 – Copy/paste of lower case hex letter does not work.
868       The hexadecimal digits have been changed back to their pre Sept
869       2003 (bug #118826) values of "a" - "f".
871       The following functions have also had their keyboard shortcuts
872       reverted back to their pre Sept 2003 upper-case values:
874       [A] - Set accuracy
875       [C] - Change sign
876       [D] - Double-declining depreciation
877       [E] - Enter an exponential number
878       [F] - User-defined functions
880       With copy/paste operations, where the user is pasting a string into
881       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
882       "D" or "F" character is encountered, it will be converted to its
883       lowercase equivalent. If an "E" is found,  and the next character is a
884       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
885       a possible exponential number), otherwise its converted to a lower
886       case "e".
888       Displaying of hex digits in the gcalctool display will still be
889       in uppercase. Displaying of the "e" in an exponential number will
890       still be in lower-case.
892       The way to enter exponential numbers in arithmetic precedence mode
893       has changed. The following four examples should show you the new
894       correct syntax:
896         1  2  Exp + 8  =              1200000000
897       - 1  2  Exp + 8  =             -1200000000
898         1  2  Exp - 8  =              0.00000012
899       - 1  2  Exp - 8  =             -0.00000012
901       In both left-to-right precedence and arithmetic precedence modes, if
902       the user enters a numeric digit that is incorrect for the current
903       numeric base, this shouldn't be allowed and should not be entered
904       in the display.
906       The gcalctool documentation (and tooltips) have been updated to
907       reflect these changes.
909     * Fixed bug #479102 – memory registers dialogue should use ngettext.
911     * Fixed bug #478961 – GtkAaction use.
913     * Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
915     * Fixed bug #478979 – show menu help in statusbar.
917     * Fixed bug #479064 – should use ngettext on the Acc button.
919     * Fixed bug #479097 – use gtkmessagedialog.
921     * Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
923 ----
925 Overview of changes in gcalctool 5.20.0
927 * Released a gcalctool tarball for GNOME 2.20.0.
929 ----
931 Overview of changes in gcalctool 5.19.92
933 * Released a gcalctool tarball for GNOME 2.19.92.
935 ----
937 Overview of changes in gcalctool 5.19.91
939 * Released a gcalctool tarball for GNOME 2.19.91.
941     - Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
943 ----
945 Overview of changes in gcalctool 5.19.90
947 * Released a gcalctool tarball for GNOME 2.19.90.
949     - Adjusted the MAINTAINERS file to the new format.
951 ----
953 Overview of changes in gcalctool 5.19.6
955 * Released a gcalctool tarball for GNOME 2.19.6.
957     - Remove help/de/Makefile due to gnome-doc-utils migration.
959     - Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
960       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
962     - Fixed bug #439415. Always use left-to-right direction for button's boxes.
964 ----
966 Overview of changes in gcalctool 5.19.5
968 * Released a gcalctool tarball for GNOME 2.19.5.
970     - Applied Sun patch to change the Comment line in gcalctool.desktop.in
972     - Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
974     - Fixed bug #450790 – crash in Calculator when pasting in a very large
975       number.
977 ----
979 Overview of changes in gcalctool 5.19.4
981 * Released a gcalctool tarball for GNOME 2.19.4.
983     - Fixed bug #448263 – drop libgnome dependency
985 ----
987 Overview of changes in gcalctool 5.19.3
989 * Released a gcalctool tarball for GNOME 2.19.3.
991   - Fixed bug #439985 – Negative value not saved in memory register across 
992     invocations of gcalctool. This was also a problem was negative constants.
994 ----
996 Overview of changes in gcalctool 5.19.2
998 * Released a gcalctool tarball for GNOME 2.19.2.
1000 ----
1002 Overview of changes in gcalctool 5.19.1
1004 * Released a gcalctool tarball for GNOME 2.19.1.
1006 ----
1008 Overview of changes in gcalctool 5.9.14
1010 * Released a gcalctool tarball for GNOME 2.18.0 (Final).
1012 ----
1014 Overview of changes in gcalctool 5.9.13
1016 * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
1018 ----
1020 Overview of changes in gcalctool 5.9.12
1022 * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
1024 ----
1026 Overview of changes in gcalctool 5.9.11
1028 * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
1030 ----
1032 Overview of changes in gcalctool 5.9.10
1034 * All copyright messages updated for 2007.
1035 * Released a gcalctool tarball for GNOME 2.17.5.
1037 ----
1039 Overview of changes in gcalctool 5.9.9
1041 * Released a gcalctool tarball for GNOME 2.17.4.
1043 ----
1045 Overview of changes in gcalctool 5.9.8
1047 * Released a gcalctool tarball for GNOME 2.17.3.
1049 ----
1051 Overview of changes in gcalctool 5.9.7
1053 * Released a gcalctool tarball for GNOME 2.17.2.
1055 ----
1057 Overview of changes in gcalctool 5.9.6
1059 * Fixed bug #358782. Fixup sloppy string handling.
1061 ----
1063 Overview of changes in gcalctool 5.9.5
1065 * Fixed bug #364410.  Incorrectly rounded pi constant.
1067 ----
1069 Overview of changes in gcalctool 5.9.4
1071 * Released a gcalctool tarball for GNOME 2.17.1.
1073 ----
1075 Overview of changes in gcalctool 5.9.3
1077 * Fixed bug 359291 - crash when localized decimal point is greater than 
1078   1 char. Removed the bogus assert.
1080 ----
1082 Overview of changes in gcalctool 5.9.2
1084 * Fixed bug #358337 - gcalctool no longer crashes in the Oriya locale due 
1085   to sloppy string handling.
1086 * Fixed bug #354730 - crash in Calculator: running 3x10^38 using bi..
1087 * Fixed bug #357208 - Bitcalculating extension needs to support negative 
1088   numbers
1090 ----
1092 Overview of changes in gcalctool 5.9.1
1094 * Fixed bug #157961 - Bitcalculating extension for gcalctool.
1095 * Fixed bug #355648 - Error reporting should be consistent.
1096 * Fixed bug #135140 - percent operator works not as expected.
1098 ----
1100 Overview of changes in gcalctool 5.9.0
1102 * Fixed bug #349981 - gcalctool should save screen position for next start.
1104 ----
1106 Overview of changes in gcalctool 5.8.24
1108 * Released a gcalctool tarball for GNOME 2.16.0 (Final).
1110 ----
1112 Overview of changes in gcalctool 5.8.23
1114 * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
1116 ----
1118 Overview of changes in gcalctool 5.8.22
1120 * Removed several chunks of code that were surronded by #if 0/#endif.
1122 ----
1124 Overview of changes in gcalctool 5.8.21
1126 * Fixed bug #350341. gcalctool now builds again with gcc v2.95.
1128 ----
1130 Overview of changes in gcalctool 5.8.20
1132 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
1134 ----
1136 Overview of changes in gcalctool 5.8.19
1138 * More work on bug #347700.  Added another "Note to translators" 
1139   comment for the Abs button labels.
1141 * Fixed bug #348452. Removed line for help/sv/Makefile.in
1143 * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
1145 ----
1147 Overview of changes in gcalctool 5.8.18
1149 * Work on bug #347700. Added a "Note to translators" comment for the 
1150   Bksp and Clr button labels.
1152 ----
1154 Overview of changes in gcalctool 5.8.17
1156 * Released a gcalctool tarball for GNOME 2.15.4.
1158 ----
1160 Overview of changes in gcalctool 5.8.16
1162 * Released a gcalctool tarball for GNOME 2.15.3.
1164 ----
1166 Overview of changes in gcalctool 5.8.15
1168 * Fixed bug #343150. Gcalctool no longer crashes when switching to 
1169   scientific mode.
1171 ----
1173 Overview of changes in gcalctool 5.8.14
1175 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
1177 ----
1179 Overview of changes in gcalctool 5.8.13
1181 * Released a gcalctool tarball for GNOME 2.15.2.
1183 ----
1185 Overview of changes in gcalctool 5.8.12
1187 * Fixup compiler warnings from inclusion of last patch.
1189 ----
1191 Overview of changes in gcalctool 5.8.11
1193 * Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
1194   Backspace results in mal-formed expression.
1196 * = button is now also a one step undo. (This feature was temporary
1197   disabled by the previous redo/undo patch.)
1199 * Removed gotos from do_expression function. (This change might add
1200   unstability as this is a major change to the expression mode state
1201   machine.)
1203 * Functions (such as sin, cos, tan..) can use previously calculated value.
1205 ----
1207 Overview of changes in gcalctool 5.8.10
1209 * First cut at an Undo/Redo implementation for use with the arithmetic
1210   operator precedence mode.
1212 ----
1214 Overview of changes in gcalctool 5.8.9
1216 * Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files
1217   were missing.
1220 Overview of changes in gcalctool 5.8.8
1222 * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
1223 * Released a gcalctool tarball for GNOME 2.15.1.
1225 ----
1227 Overview of changes in gcalctool 5.8.7
1229 * Fixed bug #337897. Changes to use po/LINGUAS file.
1231 ----
1233 Overview of changes in gcalctool 5.8.6
1235 * Fixed bug #338220. The 'Show trailing zeroes' option in the View menu 
1236   should now be correctly set [in]sensitive depending upon which mode 
1237   it's in.
1239 ----
1241 Overview of changes in gcalctool 5.8.5
1243 * Fixed bug #332023. The bitwise operators now work in arithmetic operator 
1244   precedence mode, when you use them with the result of a previous operation.
1246 ----
1248 Overview of changes in gcalctool 5.8.4
1250 * Fixed bug #327729. The fields in the memory register window were not 
1251   correctly aligned in some themes.
1253 ----
1255 Overview of changes in gcalctool 5.8.3
1257 * Fixed bug #330867.  Added License info to the Gcalctool About dialog.
1259 ----
1261 Overview of changes in gcalctool 5.8.2
1263 * Fixed bug #335095. Gcalctool no longer displays the current mode in 
1264   the title bar when in Basic mode (due to lack of space).
1266 ----
1268 Overview of changes in gcalctool 5.8.1
1270 * Fixed bug #335236. Gcalctool schemas files should be installed if
1271   built with "--without-gnome".
1273 ----
1275 Overview of changes in gcalctool 5.8.0
1277 * Adjustments to the AOP code so that e to the power of x gives the
1278   correct answer at high precision.
1280 ----
1282 Overview of changes in gcalctool 5.7.32
1284 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1286 ----
1288 Overview of changes in gcalctool 5.7.31
1290 * Fix for bug #333078. cvs fails to build due to bg translation of help.
1292 * Inclusion of a translation of gcalctool help for the bg locale.
1294 ----
1296 Overview of changes in gcalctool 5.7.30
1298 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1300 ----
1302 Overview of changes in gcalctool 5.7.29
1304 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1306 ----
1308 Overview of changes in gcalctool 5.7.28
1310 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1312 ----
1314 Overview of changes in gcalctool 5.7.27
1316 * Refixed bug #323150. The recent changes to the square root and 
1317   subtraction button labels broke the token parser for arithmetic 
1318   operator precedence.
1320 ----
1322 Overview of changes in gcalctool 5.7.26
1324 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of 
1325   causing the CE button to no longer work correctly.
1327 ----
1329 Overview of changes in gcalctool 5.7.25
1331 * Fixed bug #327214. The results from performing trig functions were not 
1332   being passed on to future calculations correctly (in non-arithmetic 
1333   operator precedence mode).
1335 ----
1337 Overview of changes in gcalctool 5.7.24
1339 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1340   for label on division button.
1342 ----
1344 Overview of changes in gcalctool 5.7.23
1346 * Released a gcalctool tarball for GNOME 2.13.5.
1348 ----
1350 Overview of changes in gcalctool 5.7.22
1352 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, 
1353   multiplication, plus/minus, minus and square root.
1355 ----
1357 Overview of changes in gcalctool 5.7.21
1359 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic 
1360   operator precedence mode with the scientific view) now hopefully works 
1361   correctly.
1363 ----
1365 Overview of changes in gcalctool 5.7.20
1367 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric 
1368   point in arithmetic operator precedence mode.
1370 * Adjusted all the copyright messages to include 2006.
1372 ----
1374 Overview of changes in gcalctool 5.7.19
1376 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1377   Gcalctool no longer crashes when you double click the 0 in the display area. 
1379 ----
1381 Overview of changes in gcalctool 5.7.18
1383 * Final fix for bug #153854. Now handles the case where the first thing 
1384   the user does is change mode (Basic, Financial, Advanced, Scientific) 
1385   in AOP mode.
1387 * Released a gcalctool tarball for GNOME 2.13.4.
1389 ----
1391 Overview of changes in gcalctool 5.7.17
1393 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail 
1394   in non-English locales
1396 ----
1398 Overview of changes in gcalctool 5.7.16
1400 * Fixed bug #324001. Primary Selection (middle mouse button) is now working.
1402 ----
1404 Overview of changes in gcalctool 5.7.15
1406 * Released a gcalctool tarball for GNOME 2.13.3.
1408 ----
1410 Overview of changes in gcalctool 5.7.14
1412 * More work on bug #153854. Similar change to that made on 15th November 
1413   2005, this time for arithmetic operator precedence mode.
1415 ----
1417 Overview of changes in gcalctool 5.7.13
1419 * Slight fixup for bug #157961. The toggling of the first bit in the
1420   bit panel wasn't working correctly. 
1422 ----
1424 Overview of changes in gcalctool 5.7.12
1426 * More work on bug #153854
1427   If the user has completed a calculation and we are going to a
1428   new mode that is "compatible" with this one, then just change
1429   modes. Otherwise display a dialog warning the user that the
1430   current calculation will be cleared.
1432   Incompatible modes are:
1434   Scientific -> Basic
1435   Scientific -> Advanced
1436   Scientific -> Financial
1438   (unless we are in Scientific mode with Decimal numeric base and Fixed).
1440   These changes work nicely in non-arithmetic operator precedence mode.
1442 ----
1444 Overview of changes in gcalctool 5.7.11
1446 * Released a gcalctool tarball for GNOME 2.13.2.
1448 ----
1450 Overview of changes in gcalctool 5.7.10
1452 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: 
1453   gdk_window_invalidate_rect: assertion `window != NULL' failed" 
1454   warnings at startup.
1456 ----
1458 Overview of changes in gcalctool 5.7.9
1460 * Fixed bug #319934. The percent operator was broken in non-arithmetic 
1461   operator precedence mode.
1463 ----
1465 Overview of changes in gcalctool 5.7.8
1467 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1468   Exponential notation now works correctly in arithmetic operator
1469   precedence mode.
1471 ----
1473 Overview of changes in gcalctool 5.7.7
1475 * Slight adjustment to the bit panel. It's now centralized.
1477 ----
1479 Overview of changes in gcalctool 5.7.6
1481 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1482   needed to also preserve v->toclear and v->pointed.
1484 * Work on enhancement request #157961. Started to implement the bit 
1485   panel for non-arithmetic precedence mode.  It's automatically displayed 
1486   when in Scientific mode.
1488 ----
1490 Overview of changes in gcalctool 5.7.5
1492 * Implemented enhancement request #148104 for arithmetic precedence mode.
1493   The modulo operation. See entry below for more details.
1495 ----
1497 Overview of changes in gcalctool 5.7.4
1499 * Fixed bug #316382. The "useless" cursor is no longer displayed in 
1500   the calculator display area.
1502 ----
1504 Overview of changes in gcalctool 5.7.3
1506 * Implemented enhancement request #148104 for non-arithmetic precedence
1507   mode. Added in a modulo operation. This is available in Scientic Mode. 
1508   A Mod B return the remainder when you divide A by B. A and B must be
1509   integers. Keyboard shortcut for this operation is "M".
1511 ----
1513 Overview of changes in gcalctool 5.7.2
1515 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets 
1516   to display the register values. Gnopernicus can now correctly speak the 
1517   contents of each memory register. There is also a close button to easily 
1518   dismiss this dialog.
1520 ----
1522 Overview of changes in gcalctool 5.7.1
1524 * Fixed bug #314540. The memory register window is now a dialog rather 
1525   than a top-level window.
1527 ----
1529 Overview of changes in gcalctool 5.7.0
1531 * Fix to prevent invalid numeric entry in arithmetic operator precedence
1532   mode, depending upon the current base.
1534 ----
1536 Overview of changes in gcalctool 5.6.31
1538 * A number of the bison- and flex-related make rules in 
1539   .../gcalctool/Makefile.am were broken when builddir != srcdir.
1541 ----
1543 Overview of changes in gcalctool 5.6.30
1545 * Fixed bug #314540. The libparser.a library needs ranlib run on it 
1546   for Mac OS X.
1548 ----
1550 Overview of changes in gcalctool 5.6.29
1552 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in 
1553   syntax_translation.c
1555 ----
1557 Overview of changes in gcalctool 5.6.28
1559 * Generated release for GNOME 2.12 (RC)
1561 * Changed type of argument in paren_disp from char to int for 64bit.
1563 ----
1565 Overview of changes in gcalctool 5.6.27
1567 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1569 Overview of changes in gcalctool 5.6.26
1571 * Generated release for GNOME 2.11.91 (beta2).
1573 ----
1575 Overview of changes in gcalctool 5.6.25
1577 * Fixed bug #311306. If the user was in View->Scientific with base Bin, 
1578   Oct or Hex and then went to View->Basic, then returned to View->Scientific, 
1579   some of the numeric keys were incorrectly greyed out.
1581 ----
1583 Overview of changes in gcalctool 5.6.24
1585 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B" 
1586   button (or typing Shift-B).
1588 ----
1590 Overview of changes in gcalctool 5.6.23
1592 * Fixed bug #310791. Memory register window view logic was screwed.
1594 ----
1596 Overview of changes in gcalctool 5.6.22
1598 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
1600 ----
1602 Overview of changes in gcalctool 5.6.21
1604 * Fixed bug #153854. When the user changes modes, a warning dialog is 
1605   displayed to let them know that their current display will be cleared 
1606   and the base reset to decimal. The user has the option of checking a 
1607   toggle box on the dialog, that will prevent this warning from being 
1608   displayed again.
1610 ----
1612 Overview of changes in gcalctool 5.6.20
1614 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build 
1615   on Solaris with pkgconfig >= 0.17.1.
1617 ----
1619 Overview of changes in gcalctool 5.6.19
1621 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now 
1622   correctly change the sign of the exponent on scientific numbers again.
1623 ----
1625 Overview of changes in gcalctool 5.6.18
1627 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal 
1628   numbers "A-F" to other bases in "use arithmetic operator precedence mode".
1630 ----
1632 Overview of changes in gcalctool 5.6.17
1634 * Fixed bug #305619. Calculations with stored register values in arithmetic 
1635   operator precedence mode, now work correctly.
1637 ----
1639 Overview of changes in gcalctool 5.6.16
1641 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching 
1642   the format (e.g. from ENG to FIX), the displayed value switches to zero 
1643   (in the corresponding format, so e.g. 0.0 or 0e+0, ...).
1645 ----
1647 Overview of changes in gcalctool 5.6.15
1649 * Fixed bug #305467. gcalctool no longer crashes under the following 
1650   scenerio:
1651     - type "f" to bring up the user function menu.
1652     - dismiss the menu by clicking elsewhere with the mouse.
1653     - type another character which isn't in the range "0" to "9".
1655 ----
1657 Overview of changes in gcalctool 5.6.14
1659 * Did a gcalctool tarball release.
1661 ----
1663 Overview of changes in gcalctool 5.6.13
1665 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y 
1666   operations. New values are:
1667       Xor - 'x'
1668       x^y - '^'
1670 ----
1672 Overview of changes in gcalctool 5.6.12
1674 * Fixed bug #302555. Various gcalctool variables have now been const'ified.
1676 ----
1678 Overview of changes in gcalctool 5.6.11
1680 * Fixed bug #300957. Replaced the underscore character in 
1681   "translator_credits" with a hyphen, to prevent some 
1682   translation tools from being confused.
1684 ----
1686 Overview of changes in gcalctool 5.6.10
1688 * More work on bug #172704. 
1689   - Adjusted the code to not try to display a menu when the user 
1690     entered a left parentheses (another do_pending() type of operation).
1691   - Toggling the "Show Trailing Zeroes" operation via keyboard
1692     shortcuts, needed to clear the v-.pending flag.
1694 ----
1696 Overview of changes in gcalctool 5.6.9
1698 * Fixed up some problems reported by lint.
1700 ----
1702 Overview of changes in gcalctool 5.6.8
1704 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut 
1705   for any of the gcalctool buttons that have a menu associated with them, that 
1706   menu is now displayed. The user can use the arrow keys to select a menu item 
1707   or the menu items shortcut.
1709 ----
1711 Overview of changes in gcalctool 5.6.7
1713 * Fixed bug #171393. Allow stock labels to show through.
1715 ----
1717 Overview of changes in gcalctool 5.6.6
1719 * Refixed bug #158280. The Help->Contents menu item no longer appears if 
1720   gcalctool is built Gtk-only.
1722 ----
1724 Overview of changes in gcalctool 5.6.5
1726 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init() 
1727   and the gtk about popup didn't have the gcalctool icon.
1729 ----
1731 Overview of changes in gcalctool 5.6.4
1733 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1734   the on-screen keyboard assistive technology, it's possible that the 
1735   event returned by gtk_get_current_event() is NULL. If this is the 
1736   case, we need to fudge the popping up on the menu associated with 
1737   this menu button.
1739 ----
1741 Overview of changes in gcalctool 5.6.3
1743 * Fixed bug #158280. You can now build gcalctool without the GNOME 
1744   libraries by specifying "--disable-gnome" on the configure command 
1745   line.
1747 ----
1749 Overview of changes in gcalctool 5.6.2
1751 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu 
1752   item inactive if the calculator is in Basic mode.
1754 ----
1756 Overview of changes in gcalctool 5.6.1
1758 * Fixed bug #168694. gcalctool now saves/restores the ten memory 
1759   register values as gconf resources.
1761 * Removed the redundant process_str() routine in graphics.c
1763 ----
1765 Overview of changes in gcalctool 5.6.0
1767 * Fixed bug #169196. gcalctool now uses use g_get_home_dir().
1769 * Added in a better implementation of the trig_filter() routine in 
1770   functions.c
1772 ----
1774 Overview of changes in gcalctool 5.5.41
1776 * Version for GNOME 2.10.0 (final) call for tarballs.
1778 ----
1780 Overview of changes in gcalctool 5.5.40
1782 * Version for GNOME 2.10.0 (rc1) call for tarballs.
1784 ----
1786 Overview of changes in gcalctool 5.5.39
1788 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator 
1789   precedence mode.
1791 ----
1793 Overview of changes in gcalctool 5.5.38
1795 * Changes to make the trigonometric code work with hyp and inv properly.
1797 ----
1799 Overview of changes in gcalctool 5.5.37
1801 * Left and Right shift operations weren't working correctly. Menu
1802   name comparison in mb_proc() in gtk.c was incorrect.
1804 ----
1806 Overview of changes in gcalctool 5.5.36
1808 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
1809 * Exch functionality was incorrect in Arithmetic Precedence mode.
1811 ----
1813 Overview of changes in gcalctool 5.5.35
1815 * Fixed bug 167124. One of the entries in the words[] array in 
1816   syntax_translation.c was accidentally commented out.
1818 ----
1820 Overview of changes in gcalctool 5.5.34
1822 * Fixed bug 166634. Call to create the About box was missing a 
1823   NULL terminator.
1825 ----
1827 Overview of changes in gcalctool 5.5.33
1829 * Adjusted all copyright messages to be 2005.
1830 * Version for GNOME 2.10.0 (beta2) call for tarballs.
1832 ----
1834 Overview of changes in gcalctool 5.5.32
1836 * Fixed bug #165522. Made the status bar non-resizable.
1838 ----
1840 Overview of changes in gcalctool 5.5.31
1842 * Various code cleanups. It moves some declarations of static functions 
1843   to the corresponding .c files. It also cuts down the number of 
1844   included files, moving some includes to where they are needed from 
1845   calctool.h.
1847 ----
1849 Overview of changes in gcalctool 5.5.30
1851 * Adjusted the About dialog to use the latest GtkAbout widget.
1853 ----
1855 Overview of changes in gcalctool 5.5.29
1857 * Version for GNOME 2.10.0 (beta1) call for tarballs.
1859 ----
1861 Overview of changes in gcalctool 5.5.28
1863 * Fixed bug #162998. The "menu" buttons in gcalctool now responds 
1864   to the "clicked" event rather than the "button-press-event" to 
1865   allow gok, the on-screen keyboard to function properly.
1867 * Fixed bug #159957. Input number in FIX mode now make mimimal changes 
1868   to (i.e append a single character) the display rather than completely 
1869   delete and insert it. The is helpful to assistive technologies like 
1870   gnopernicus.
1872 ----
1874 Overview of changes in gcalctool 5.5.27
1876 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c 
1877   so that the L10N message translation software isn't confused.
1879 ----
1881 Overview of changes in gcalctool 5.5.26
1883 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
1885 ----
1887 Overview of changes in gcalctool 5.5.25
1889 * Version for GNOME 2.9.4 call for tarballs.
1891 ----
1893 Overview of changes in gcalctool 5.5.24
1895 * Couldn't use the "#" key to select constants as this symbol was
1896   a lower-case symbol on his keyboard.
1898 * Powers that were a multiple of 30 (10 as well as 3) would not 
1899   display correctly, having a 4 digit significand. Further testing 
1900   showed that without the fix the following powers had a 4 digit 
1901   significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
1903 ----
1905 Overview of changes in gcalctool 5.5.23
1907 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
1909 ----
1911 Overview of changes in gcalctool 5.5.22
1913 * Fixed bug #155101. Made the gcalctool window resizable. 
1915 ----
1917 Overview of changes in gcalctool 5.5.21
1919 * Version for GNOME 2.9.3 call for tarballs.
1921 ----
1923 Overview of changes in gcalctool 5.5.20
1925 * Fixed bug #160929. Removed the "Mode" word from each of the different 
1926   mode menu items in the gcalctool View menu.
1928 ----
1930 Overview of changes in gcalctool 5.5.19
1932 * Fixed bug #157701. gcalctool can now use real multiplication and division 
1933   symbols instead of "*" and "/". 
1935 ----
1937 Overview of changes in gcalctool 5.5.18
1939 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include 
1940   the word "Mode" which was getting chopped when the calculator was in 
1941   Basic mode.
1943 ----
1945 Overview of changes in gcalctool 5.5.17
1947 * Fixed bug #157962. Added in a set of three colors for gcalctool that 
1948   will work with the default theme. To use them, the "gcalctoolrc" file 
1949   supplied with the source distribution needs to be moved to ~/.gcalctoolrc
1951 ----
1953 Overview of changes in gcalctool 5.5.16
1955 * Generated gcalctool tarball for the GNOME 2.9.2 release.
1957 ----
1959 Overview of changes in gcalctool 5.5.15
1961 * Adjusted the scroll_right() routine to only scroll right if the 
1962   horizontal scroll bar is visible.
1964 ----
1966 Overview of changes in gcalctool 5.5.14
1968 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the 
1969   -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in 
1970   .../gcalctool/Makefile.am for now, to allow it to successfully build
1971   against the latest GNOME/Gtk+.
1973 * Slight adjustment to correct check the Advanced mode menu item when
1974   the user had previously terminated gcalctool in that mode.
1976 ----
1978 Overview of changes in gcalctool 5.5.13
1980 * Changed the names of the gconf mode type key so that there is backward 
1981   compatibility.
1983 * Reset the initial default mode to BASIC.
1985 ----
1987 Overview of changes in gcalctool 5.5.12
1989 * Fixed bug #157757. The horizontal scrollbar for the display area will 
1990   now only be visible when needed. It will also display the rightmost part 
1991   of the display as you are entering new input.
1993 ----
1995 Overview of changes in gcalctool 5.5.11
1997 * Added in a very basic mode for gcalctool. Rather than calling this a 
1998   "Light" mode, the existing "Basic" mode is now renamed to "Advanced" 
1999   and the new basic mode is called "Basic".
2001 ----
2003 Overview of changes in gcalctool 5.5.10
2005 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with
2006   non-integer Y will now display a descriptibe error in the status bar.
2008 ----
2010 Overview of changes in gcalctool 5.5.9
2012 * Generated gcalctool tarball for first GNOME 2.9 release.
2014 ----
2016 Overview of changes in gcalctool 5.5.8
2018 * Slight adjustment to bug #152301. The tooltip message had been tweaked to 
2019   "Show the About Gcalctool dialog".
2021 ----
2023 Overview of changes in gcalctool 5.5.7
2025 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from 
2026   "Show about help" to "Show the about dialog", to make it more understandable.
2028 ----
2030 Overview of changes in gcalctool 5.5.6
2032 * Fixed bug #153726. Gcalctool will now build correctly when using the 
2033   -fno-common option for gcc (3.3.4).
2035 ----
2037 Overview of changes in gcalctool 5.5.5
2039 * Numerical answer localization and thousand separator support for 
2040   arithmetic precedence mode.
2042 * If the accuracy was changed via one of the ten preset menu items in the 
2043   Acc menu, the tooltip wasn't getting correct updated with the new accuracy.
2045 ----
2047 Overview of changes in gcalctool 5.5.4
2049 * Further changes to the "Set Precision" popup (rfe #147803):
2050   - "Significant places" not "Significant Places".
2051   - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the 
2052     current precision, and be in the same radio box group as the other menu 
2053     items. Check the appropriate menu entry.
2054   - Adjust the Acc button tooltip to show the current accuracy too.
2055   - When the user attempts to enter an invalid entry in the Set Precision 
2056     popup, an error message is shown in the main gcalctool status bar.
2057   - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).
2059 * Fixed bug #152790. Most of the changes needed were already in CVS; there 
2060   was one compiler warning that still needed to be removed.
2062 * Storing the display value to a memory register was not updating the memory 
2063   register window, if it was visible.
2065 ----
2067 Overview of changes in gcalctool 5.5.3
2069 * Added in functionality to set the number of significant places > 9.
2070   There is a new menu item under the Acc menu called "Set Precision..."
2071   that brings up a small popup allowing you to set precision between 0
2072   and MAXACC significant places (where MAXACC is currently 30).
2074 ----
2076 Overview of changes in gcalctool 5.5.2
2078 * Fixed up numerous warnings generated by running lint on the gcalctool code.
2079   Removed unused variables and functions. Declared routines statically where 
2080   possible.
2082 ----
2084 Overview of changes in gcalctool 5.5.1
2086 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
2088 ----
2090 Overview of changes in gcalctool 5.5.0
2092 * Major new release of gcalctool. Incorporates an arithmetic operator
2093   precedence mode (currently the default while it's been debugged). To get
2094   the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
2095 * The "(" and ")" buttons have moved from the scientific mode into the
2096   Basic mode so that they are now available to users who need them but not
2097   everything that the Scientific mode provides.
2098 * There is a footer message area that provides feedback.
2099 * The display area now has an horizontal scrollbar.
2100 * Typing in the keyboard shortcuts for the various gcalctool buttons
2101   autocompletes their entry into the display area.
2102 * Tooltips show button's shortcut.
2104 ----
2106 Overview of changes in gcalctool 4.4.13
2108 * Remainder of the fix for bug #143924. Control-T shouldn't work in Basic 
2109   or Financial modes. 
2111 ----
2113 Overview of changes in gcalctool 4.4.12
2115 * Partial fix for bug #143924. After an error condition, the "Show 
2116   Trailing Zeroes" menu item is only activated if the user is in 
2117   Scientific mode.
2119 ----
2121 Overview of changes in gcalctool 4.4.11
2123 * Fixed bug 138106. In Basic or Financial mode, "Error" was been 
2124   incorrectly display if you user has "Show Thousands Separator" set.
2126 ----
2128 Overview of changes in gcalctool 4.4.10
2130 * Fixed bug 144031. gcalctool checked for the presence of the X11 
2131   libraries but doesn't need to.
2133 ----
2135 Overview of changes in gcalctool 4.4.9
2137 * Selecting Help->About from the menubar now works again.
2139 ----
2141 Overview of changes in gcalctool 4.4.8
2143 * Adjusted the creation of the menubar and the Accuracy and Left/Right 
2144   shift menus from GtkItemFactory to GtkUIManager.
2146 ----
2148 Overview of changes in gcalctool 4.4.7
2150 * Fixed bug 142824. gcalctool now correctly recognizes the localized 
2151   decimal point character.
2153 ----
2155 Overview of changes in gcalctool 4.4.6
2157 * Fixed bug 129397. Use GtkIconTheme to load gcalctool icon instead of
2158   built-in image.
2160 ----
2162 Overview of changes in gcalctool 4.4.5
2164 * Fixed bug 142888. Gcalctool is now connected to the "die" signal so 
2165   that it can be successfully terminated when removed from 
2166   gnome-session-properties.
2168 ----
2170 Overview of changes in gcalctool 4.4.4
2172 * The "Bsp" button label has been changed to "Bksp" to make it more 
2173   understandable.
2175 ----
2177 Overview of changes in gcalctool 4.4.3
2179 * Fixed bug 138106. If the "Error" message is being displayed, it is now 
2180   no longer incorrectly displayed as "Er,ror" if the "Show Thousands 
2181   Separator" is on.
2183 ----
2185 Overview of changes in gcalctool 4.4.2
2187 * Fixed bug 135068. Adjusted several default constant descriptions to be 
2188   more understandable. 
2190 ----
2192 Overview of changes in gcalctool 4.4.1
2194 * Fixed bug 135065. Tooltips for OR, AND, NOT, XOR and XNOR have been 
2195   changed from "Logical <whatever>" to "Bitwise <whatever>". 
2197 ----
2199 Overview of changes in gcalctool 4.4.0
2201 * Fixed bug 136872. gcalctool can now be built with "CFLAGS=-fdata-sections".
2203 ----
2205 Overview of changes in gcalctool 4.3.51
2207 * Version for GNOME 2.6 (FINAL) call for tarballs. Includes:
2208   - new locales for pa, en_GB, bg and ga.
2209   - localized online user documentation from the Sun translation team.
2210     for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
2212 ----
2214 Overview of changes in gcalctool 4.3.50
2216 * One more slight adjustment to the fix for bug 135064.
2217   Entering numbers that start with the numeric point character ('.")
2218   are now visibly displayed.
2220 ----
2222 Overview of changes in gcalctool 4.3.49
2224 * Adjustment to the fix for bug 135064. Fix to remove a potential spurious 
2225   initial thousands separator character after a change sign operation.
2227 ----
2229 Overview of changes in gcalctool 4.3.48
2231 * Fixed bug 135064. Changing the sign of a large number (when "Show 
2232   Thousands Separator" is on and this is not the C locale), no longer 
2233   corrupts the display.
2235 ----
2237 Overview of changes in gcalctool 4.3.47
2239 * Fixed bug 135328. Added Shift-slash as a recognized alternate for the 
2240   divide operation (needed by the be-latin1 keyboard layout).
2242 ----
2244 Overview of changes in gcalctool 4.3.46
2246 * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789 
2247   which are shifted about the accented characters on a French keyboard.
2249 ----
2251 Overview of changes in gcalctool 4.3.45
2253 * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up. 
2255 ----
2257 Overview of changes in gcalctool 4.3.44
2259 * Fixed bug 133764.
2260   - "Gradients" was still appearing when in Scientific mode (instead of 
2261     "Gradians".
2262   - In the x^2 button, the 2 should not be italicized.
2263   - In the x^2 and x^y buttons, the x should be italicized.
2264   - The View Thousands Separator menu item should not remain active during 
2265     an error condition.
2267 ----
2269 Overview of changes in gcalctool 4.3.43
2271 * Fixed bug 133590. The About box now lists the documenters of gcalctool. 
2273 ----
2275 Overview of changes in gcalctool 4.3.42
2277 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen 
2278   (rather than square brackets) to show what mode the user is currently 
2279   using.
2281 ----
2283 Overview of changes in gcalctool 4.3.41
2285 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather 
2286   than frames (per the HIG).
2288 ----
2290 Overview of changes in gcalctool 4.3.40
2292 * Fixed bug 131571. User defined constants are now read/written out (as 
2293   gconf resources) with no thousands separator and with a radix of ".". 
2295 ----
2297 Overview of changes in gcalctool 4.3.39
2299 * Fixed bug 131594. The "Insert ASCII View..." menu item and the 
2300   "Insert" button no longer use the GTK_STOCK_CONVERT stock icon 
2301  (as per the HIG).
2303 ----
2305 Overview of changes in gcalctool 4.3.38
2307 * Fixed bug 131059. Fix to allow the thousands separator to be used 
2308   correctly with the creation of the initial constant values in the 
2309   Russian locale. 
2311 ----
2313 Overview of changes in gcalctool 4.3.37
2315 * Fixed bug 130078. Changed the y^x button label to x^y (really x 
2316   superscript y). Adjusted the tooltip message to "Raise displayed 
2317   value to the power of y".
2319 ----
2321 Overview of changes in gcalctool 4.3.36
2323 * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check 
2324   from the get_tsep() routine in order to get the thousands separator to 
2325   correctly work in all locales. Note that there is no thousands separator 
2326   now for the C locale.
2328 ----
2330 Overview of changes in gcalctool 4.3.35
2332 * Fixed part of bug 126125. If the user entered: "1+(2()<backspace>)", 
2333   this resulted in an answer of 0. 
2335 ----
2337 Overview of changes in gcalctool 4.3.34
2339 * Fixed bug 130187. When gcalctool changes modes now, it's internal state 
2340   and the display are cleared.
2342 ----
2344 Overview of changes in gcalctool 4.3.33
2346 * Fixed bug 130282. Fixes for more problems with the thousands separator 
2347   in certain locales, plus correct handling of the radix character with 
2348   the initial constant values.
2350 ----
2352 Overview of changes in gcalctool 4.3.32
2354 * Fixed bug 128603 again. The solution this time was to duplicate the 
2355   initial string constant values to be confident that they are not in 
2356   read-only memory.
2358 ----
2360 Overview of changes in gcalctool 4.3.31
2362 * Fixed bug 129539.  The thousands separator is a null terminated string, 
2363   not a single character. Same for the radix.
2365 ----
2367 Overview of changes in gcalctool 4.3.30
2369 * Fixed bug 129496. "Gradients" should be "Gradians".
2371 ----
2373 Overview of changes in gcalctool 4.3.29
2375 * Fixed bug 128603. The changes for enhancement request #126626 which added 
2376   thousands separator support caused a crash at startup time on a Debian 
2377   system. The initial constant strings are being put in read-only memory 
2378   either by gcc (or because of the way that x86 arch is designed). This was 
2379   not a problem when tested with the Sun compilers on a Solaris SPARC machine.
2380   The remove_tsep() routine is display.c has been rewritten to correctly 
2381   handle this.
2383 ----
2385 Overview of changes in gcalctool 4.3.28
2387 * Further work on enhancement request 125873. As the user is typing in 
2388   input, the display will now show the thousands separator (if checked).
2390 ----
2392 Overview of changes in gcalctool 4.3.27
2394 * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2395   This keyval/state pair needed to be added to the Xor recognized mappings.
2397 ----
2399 Overview of changes in gcalctool 4.3.26
2401 * Re-fixed bug 127672. The fix for Shift-"=" should have been for GDK_equal 
2402   not GDK_Return.  Needed to add in support for Shift-"/" too.
2404 ----
2406 Overview of changes in gcalctool 4.3.25
2408 * Implemented enhancement request 125873. gcalctool can now optionally 
2409   show the thousands seperator character for fixed point numbers displayed 
2410   in the decimal base. Same for numbers stored in the memory registers. 
2411   There is a new "Show Thousands Separator" menu entry in the View menu 
2412   to set this.
2414 ----
2416 Overview of changes in gcalctool 4.3.24
2418 * Fixed bug 126626. gcalctool no longer causes a Gtk-CRITICAL error when 
2419   the user enters "9*(1<Xor>". The problem was caused because a non-UTF 
2420   character was being inserted into the text string to be displayed for 
2421   the Xor function.
2423 ----
2425 Overview of changes in gcalctool 4.3.23
2427 * Fixed bug 125782. If the user is entering a left parenthesis and it is 
2428   the first one being displayed and there is no current arithmetic operand,
2429   then the current display is initially cleared to avoid the confusion of 
2430   showing something like "0(".
2432 ----
2434 Overview of changes in gcalctool 4.3.22
2436 * Fixed bug 127862. The fix for bug #125625 introduced a potential 
2437   out-of-order case for users who are rapid keyboard typers. This 
2438   bug fix rectifies this with the unfortunate side-effect of no longer 
2439   visual toggling the equivalent button to the keyboard character 
2440   that the user entered. This fix is still compatible with the way 
2441   the accessibility infrastructure works though.
2443 ----
2445 Overview of changes in gcalctool 4.3.21
2447 * Fixed bug 65806. For the "1/x", "x^2", "x!", "e^x", "10^x" and 
2448   "y^x" labels, all occurances of "x" and "y" are now italicized.
2449   The "e" in "e^x" is no longer italicized.
2451 ----
2453 Overview of changes in gcalctool 4.3.20
2455 * Fixed bug 127316. The "fix" introduced in gcalctool v4.1.18 to fix Sun 
2456   Bugtraq bug #1258472 against CDE dtcalc (which was also a problem with 
2457   gcalctool) was incorrect.
2459 ----
2461 Overview of changes in gcalctool 4.3.19
2463 * Fixed bug 127672. The "=" key on a Swedish keyboard is on the upper 
2464   level of a key (i.e. the Shift key needs to be down). Added another 
2465   mask/keysym pair to the "=" entry to handle this.
2467 ----
2469 Overview of changes in gcalctool 4.3.18
2471 * Fixed bug 125625. gcalctool now handles "clicked" events rather than 
2472   "pressed" ones.
2474 ----
2476 Overview of changes in gcalctool 4.3.17
2478 * Fixed bug 124928. Plugged several memory leaks.
2480 ----
2482 Overview of changes in gcalctool 4.3.16
2484 * Fixed bug 124377. Fixed rounding errors when the radix character for a 
2485   locale isn't ".".
2486 * Online help updated for various recent (small) changes.
2488 ----
2490 Overview of changes in gcalctool 4.3.15
2492 * Fixed bug 124172. The "+" character on a German keyboard is on the lower 
2493   level of a key (i.e. the Shift key doesn't need to be down). Added another
2494   mask/keysym pair to the "+" entry to handle this.
2496 ----
2498 Overview of changes in gcalctool 4.3.14
2500 * Fixed bug 120737. Changed the accessible text for the OR button from 
2501   "Logical OR" to "logical OR" so that it's not changed by FreeTTS's 
2502   token to words module to "logical Oregon".
2504 ----
2506 Overview of changes in gcalctool 4.3.13
2508 * Fixed bug #123948. Removed the GTK_DISABLE_DEPRECATED flag from
2509   .../gcalctool/gcalctool/Makefile.am, to allow the depreciated
2510   GtkItemFactory, to successfully build.
2512 ----
2514 Overview of changes in gcalctool 4.3.12
2516 * Fixed bug 123724. Hitting Esc now does the same as hitting 
2517   Control-Backspace; i.e. the CE (clear entry) functionality.
2518 * Updated the gcalctool man pages to reflect this change, and the changes
2519   for bug #118826.
2521 ----
2523 Overview of changes in gcalctool 4.3.11
2525 * Refixed bug 122373. gcalctool now uses nl_langinfo() to get the numeric 
2526   point for the users locale, rather than via a localised string.
2528 ----
2530 Overview of changes in gcalctool 4.3.10
2532 * Fixed enhancement #65806. Changed that label for e^x (e superscript x) to 
2533   use an italised "e".
2535 ----
2537 Overview of changes in gcalctool 4.3.9
2539 * Fixed bug 118826. The keyboard shortcuts for the six hex. digits are 
2540   now "A" to "F". The functions that previously used those letters have 
2541   been reassigned to their lowercase equivalents. 
2543 ----
2545 Overview of changes in gcalctool 4.3.8
2547 * Fixed bug 122408. The tooltips for the numeric buttons (0-9) have been 
2548   removed as they are redundant.
2550 ----
2552 Overview of changes in gcalctool 4.3.7
2554 * Fixed bug 120749. When gcalctool is displaying a menu, typing Alt+Tab 
2555   can no longer switch windows.
2557 ----
2559 Overview of changes in gcalctool 4.3.6
2561 * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2562   Accessible names have now been added to each of the widgets in the 
2563   mode panel when in Scientific mode.
2565 ----
2567 Overview of changes in gcalctool 4.3.5
2569 * Fixed bug 122373. The decimal separator is now a translatable string so 
2570   that other locales that don't use a period can adjust accordingly.
2572 ----
2574 Overview of changes in gcalctool 4.3.4
2576 * Fixed bug 120605. Gcalctool debug messages are no longer translatable 
2577   strings.
2579 ----
2581 Overview of changes in gcalctool 4.3.3
2583 * Build for GNOME 2.4 (Final). Tag in CVS is GCALCTOOL_4_3_3
2585 ----
2587 Overview of changes in gcalctool 4.3.2
2589 * Fixed bug 119888. gcalctool keyboard handling has been improved.
2591 ----
2593 Overview of changes in gcalctool 4.3.1
2595 * Fixed bug 119832. The space bar can now correctly activate the button 
2596   that has focus.
2598 ----
2600 Overview of changes in gcalctool 4.3.0
2602 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2604 ----
2606 Overview of changes in gcalctool 4.2.104
2608 * Fixed bug 118246. The display field can now take focus. The initial 
2609   widget with focus is the Clr button.
2611 ----
2613 Overview of changes in gcalctool 4.2.103
2615 * (Bug #118247) Three more small adjustments to AccessibleName text:
2616   "E to the power of x" goes back to "E to the x"
2617   "Ten to the power of x" goes back to "Ten to the x"
2618   "Y to the power of x" goes back to "Y to the x"
2620 ----
2622 Overview of changes in gcalctool 4.2.102
2624 * (Bug #118247) Four small adjustments to AccessibleName text:
2625   "Random" becomes "Random number"
2626   "E to the x" becomes "E to the power of x"
2627   "Ten to the x" becomes "Ten to the power of x"
2628   "Y to the x" becomes "Y to the power of x"
2630 ----
2632 Overview of changes in gcalctool 4.2.101
2634 * Fixed bug 118247. Each gcalctool button now has an AccessibleName.
2636 ----
2638 Overview of changes in gcalctool 4.2.100
2640 * Fixed bug 117691. The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are 
2641   not valid equivalents for the 8, 2, 4 and 6 keys. They are needed for 
2642   keyboard navigation.
2644 ----
2646 Overview of changes in gcalctool 4.2.99
2648 * Bumped version number for GNOME 2.3.4 release, to include John's doc
2649   build changes.
2651 ----
2653 Overview of changes in gcalctool 4.2.98
2655 * Fixed bug 116944. Various HIG improvements to the edit constants, edit 
2656   functions, and insert ASCII value dialogs. 
2658 ----
2660 Overview of changes in gcalctool 4.2.97
2662 * Further work on bug 116727. A simpler fix was found.
2664 ----
2666 Overview of changes in gcalctool 4.2.96
2668 * Fixed bug 116727. When the calculator display is showing an error message,
2669   it is now correctly localized.
2671 ----
2673 Overview of changes in gcalctool 4.2.95
2675 * Fixed bug 115950. The "*" key wasn't being recognized as a keyboard 
2676   shortcut for multiplication.
2678 ----
2680 Overview of changes in gcalctool 4.2.94
2682 * Further work on bug 114364. The items in the constants menu are now always 
2683   displayed in the decimal numeric base. This is consistent with the way that 
2684   calctool in the OpenWindows DeskSet worked.
2686 ----
2688 Overview of changes in gcalctool 4.2.93
2690 * Fixed bug 114364. When you select "Edit Constants" from the Con menu, the 
2691   values of each constant are shown in Decimal. The label:
2692   "All constant values are specified in the decimal numeric base"
2693   has also been added to the "Edit Constant" popup to clarify this.
2695 ----
2697 Overview of changes in gcalctool 4.2.92
2699 * Fixed bug 115653. Adjusted the keyboard mnemonic checking code to now 
2700   check to make sure that neither of the Alt keys is pressed when comparing 
2701   against button equivalents.
2703 ----
2705 Overview of changes in gcalctool 4.2.91
2707 * Similar problem to bug #115212 but for the "Edit Constants" and
2708   "Edit Functions" dialog boxes. gcalctool no longer can display
2709   multiple versions of them.
2711 ----
2713 Overview of changes in gcalctool 4.2.90
2715 * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2716   When an error condition occurs:
2718   - make insensitive all buttons except Clr.
2719   - make all Scientific mode toggles and checkboxes insensitive.
2720   - make all menubar items insensitive except:
2721       Calculator->Quit
2722       Help->Contents
2724   When the error condition is cleared, resensitise everything, setting
2725   the numeric base buttons correctly.
2727 ----
2729 Overview of changes in gcalctool 4.2.89
2731 * Fix for bug #115212. gcalctool no longer can display multiple About boxes.
2733 ----
2735 Overview of changes in gcalctool 4.2.88
2737 * Fix for bug #108209. The appropriate gcalctool button is now animated 
2738   when the user enters that value via the keyboard.
2740 ----
2742 Overview of changes in gcalctool 4.2.87
2744 * Partial fix for bug 114363. When the calculator display is showing "Error",
2745   the Constant values and the Memory Register values no longer incorrectly
2746   show "Error" as well.
2748 ----
2750 Overview of changes in gcalctool 4.2.86
2752 * Fixed bug 113703. You can now specify an alternate location for
2753   the gcalctool schemas file with: --with-gconf-source=whatever
2755 ----
2757 Overview of changes in gcalctool 4.2.85
2759 * Fixed bug 113754. Decimal point didn't work with a German keyboard if 
2760   Numlock was turned on.
2762 ----
2764 Overview of changes in gcalctool 4.2.84
2766 * Install "gnome-calculator" symlink as reqested by Glynn Foster.
2768 ----
2770 Overview of changes in gcalctool 4.2.83
2772 * Fixed Bugzilla bug 111269. It was possible to type fast into gcalctool 
2773   and digits would be transposed. 
2775 ----
2777 Overview of changes in gcalctool 4.2.82
2779 * Refixed bug 110416.  Concatenated more error messages in mp.c.
2780 * Adjusted the Acc menu entries to be "<n> significant places" rather than 
2781   "<n> radix places".
2782 * Replaced "kilometers per hour / miles per hour" with "kilometers per hour 
2783   or miles per hour" in the first constant description.
2784 * Replaced occurances of "/" in the other constant descriptions with "or".
2786 ----
2788 Overview of changes in gcalctool 4.2.81
2790 * Translators: The documentation is now ready for translation!
2792 * Updated the following files:
2793     * configure.in: updated version number to 4.2.81
2794     * help/C/gcalctool.xml: first approved draft, ready for translation
2795     * help/C/gcalctool-C.omf: updated manual date and version number
2796     * help/C/l10n.txt: new file added 
2797     * help/C/figures/gcalctool_edit_const_window.png: deleted
2798     * help/C/figures/gcalctool_edit_func_window.png: deleted
2799     * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2800     * help/C/figures/gcalctool_mem_reg_window.png: deleted
2802 ----
2804 Overview of changes in gcalctool 4.2.80
2806 * Fixed Bugzilla bug 110416. Various fprintf statements in mp.c have been 
2807   concatenated to help translators.
2809 ----
2811 Overview of changes in gcalctool 4.2.79
2813 * Added in latest online help changes from Breda McColgan. This should now 
2814   put the online help in sync with the actual functionality of gcalctool.
2816 ----
2818 Overview of changes in gcalctool 4.2.78
2820 * Made translated menu entries actually visible. fixed some tooltips, added
2821   AC_PREREQ macro to configure.in.
2823 ----
2825 Overview of changes in gcalctool 4.2.77
2827 * This version announced on gnome-announce.
2829 ----
2831 Overview of changes in gcalctool 4.2.76
2833 * Slight adjustments to Bugzilla bug 108226 . Menu item is now
2834   "Show Trailing Zeroes", with a Control-T accelerator. Added a similar
2835   menu item to the View menu on the menu bar.
2837 ----
2839 Overview of changes in gcalctool 4.2.75
2841 * Fixed Bugzilla bug 108729. 
2843   Added tooltips to the radio and check buttons in scientific mode.
2845 ----
2847 Overview of changes in gcalctool 4.2.74
2849 * Fixed Bugzilla bug 108226.
2851   The menu items in the Acc menu are now "tickable", so you know what the
2852   current accuracy selection is. Setting one of these clears the previous one.
2854   A new "remove trailing zeroes" menu item is added to the Acc menu (last
2855   item, with a separator just above), that is "tickable". This tick doesn't
2856   affect the accuracy ticks. It's either on or off.
2858   The default setting for accuracy now becomes 9 numeric places and "remove 
2859   trailing zeroes".
2861   The Acc button is moved to the Scientific mode (clear slot in the top 
2862   right corner, above the Rand.
2864   The Base radio button group and the display type radio button group in 
2865   the mode panel in Scientific mode are now moved to the right side to be
2866   close in proximity to the Acc button. The other mode items move to the 
2867   left side.
2869 ----
2871 Overview of changes in gcalctool 4.2.73
2873 * Fixed Bugzilla bug 108208. The default value for the "showregisters" 
2874   resource in gcalctool.schemas was incorrectly set.
2875 * There should be no "default:" action in the command line parsing in 
2876   get_options(). 
2878 ----
2880 Overview of changes in gcalctool 4.2.72
2882 * Correctly fixed Bugzilla bug 108219. The previous fix didn't correct 
2883   set the radio buttons when changing mode from Scientific to Basic or 
2884   Financial. Only the internal state.
2886 ----
2888 Overview of changes in gcalctool 4.2.71
2890 * Further fix for Bugzilla bug 108209. Followup changes to make the numeric 
2891   keypad animate the buttons on Linux machines.
2893 ----
2895 Overview of changes in gcalctool 4.2.70
2897 * Fixed Bugzilla bug 108219.
2898   When you go from Scientific mode to either Basic or Financial mode, 
2899   the calculator will revert to "Dec" base in "Fix" notation.
2900   Any number in the display (and the memory registers if shown) will be 
2901   converted accordingly.
2902   When you are in a mode (Basic, Financial, or Scientific) you will only 
2903   be able to do the functionality that that mode shows.
2905 ----
2907 Overview of changes in gcalctool 4.2.69
2909 * Fixed Bugzilla bug 108333. The gcalctool buttons with menus associated 
2910   with them are now keyboard navigable.
2912 ----
2914 Overview of changes in gcalctool 4.2.68
2916 * Fixed Bugzilla bug 108209. When the user uses the keyboard to enter data,
2917   the associated gcalctool button will be animated.
2919 ----
2921 Overview of changes in gcalctool 4.2.67
2923 * Fixed Bugzilla bug 108210. Main gcalctool window is no longer resizable.
2925 ----
2927 Overview of changes in gcalctool 4.2.66
2929 * Incorporated various changes to the online help Breda McColgan in
2930   the Sun GNOME doc. team.  Translators, please do not translate yet.
2931   See ChangeLog for more information.
2933 ----
2935 Overview of changes in gcalctool 4.2.65
2937 * Added scrollkeeper checks into configure.in.
2938 * Fixed warning message:
2940   ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
2941   GNOME_FILE_DOMAIN_APP_HELP domain
2943 ----
2945 Overview of changes in gcalctool 4.2.64
2947 * Added in a first (draft) version of online help from Breda McColgan in
2948   the Sun GNOME doc. team.  Translators, please do not translate yet. See
2949   ChangeLog for more information.
2951 ----
2953 Overview of changes in gcalctool 4.2.63
2955 * Abstracted the key values and modifiers.
2957 ----
2959 Overview of changes in gcalctool 4.2.62
2961 * Adjusted the tooltip help to be minimalist messages.
2963 ----
2965 Overview of changes in gcalctool 4.2.61
2967 * Small adjustment to allow gcalctool to compile using the Solaris Forte
2968   compilers.
2970 ----
2972 Overview of changes in gcalctool 4.2.60
2974 * Gcalctool wasn't saving the trigonometric type when it was changed.
2976 ----
2978 Overview of changes in gcalctool 4.2.59
2980 * Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
2982 ----
2984 Overview of changes in gcalctool 4.2.58
2986 * Allows Backspace to now correctly work inside parentheses.
2988 ----
2990 Overview of changes in gcalctool 4.2.57
2992 * The Xor logical operation wasn't being performed correctly.
2993 * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
2994   checkboxes.
2996 ----
2998 Overview of changes in gcalctool 4.2.56
3000 * Removed the final period from the ten default constant descriptions.
3001 * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3002   "centimeter".
3003 * Fixed up the values of the ten default constant definitions in the
3004   manual pages.
3005 * The "centimeters <=> inches" default constant should be 0.3937007
3006   rather than 2.54 to be consistent with the other constants.
3008 ----
3010 Overview of changes in gcalctool 4.2.55
3012 * Entering "(<Delete>)" no longer crashes gcalctool.
3014 ----
3016 Overview of changes in gcalctool 4.2.54
3018 * The financial Term tooltip example now works.
3019 * Moved the Exp button to the right of the Con and Fun buttons for better
3020   grouping.
3022 ----
3024 Overview of changes in gcalctool 4.2.53
3026 * Fixed Bugzilla bug 106501. Added bullet proofing to prevent user 
3027   backspacing off the end of the display string.
3029 ----
3031 Overview of changes in gcalctool 4.2.52
3033 * Toggled the positions of the Sto and Rcl buttons.
3035 ----
3037 Overview of changes in gcalctool 4.2.51
3039 * No longer crashes if the user Pastes in an empty clipboard value.
3040 * Now uses a text view for its display widget.
3042 ----
3044 Overview of changes in gcalctool 4.2.50
3046 * Fixes to the manual page:
3047   - the keyboard shortcut for the "Term" function is "t" not "T".
3048   - removed the LOGICAL mode section.
3050 ----
3052 Overview of changes in gcalctool 4.2.49
3054 * The display label and mode no longer expand when the calculator is resized. 
3055 * Replace the three characters of white space in the title bar text with one
3056   space character, so more of the title fits into the task window list applet.
3058 Overview of changes in gcalctool 4.2.48
3060 * Added a launcher to the GNOME's Accessories menu.
3062 ----
3064 Overview of changes in gcalctool 4.2.47
3066 * Marks the menu labels for translation.
3068 ----
3070 Overview of changes in gcalctool 4.2.46
3072 * Various cleanup, to make gcalctool be more like other GNOME applications.
3074 ----
3076 Overview of changes in gcalctool 4.2.45
3078 * Fixed Bugzilla bug 104249. The UI for adding new or editing existing 
3079   constants and/or functions has been improved.
3081 ----
3083 Overview of changes in gcalctool 4.2.44
3085 * Fixed Bugzilla bug 104830. gcalctool now uses gnome-calc3.png as its icon
3086   (same as the current gnome-calculator)
3088 ----
3090 Overview of changes in gcalctool 4.2.43
3092 * Further slight adjustments needed to fix Bugzilla bug 104248. The memory 
3093   registers window now displays correctly again.
3094 * Fixed Bugzilla bug 104240. The "File" menubar item is now called 
3095   "Calculator", and there is a set of unique mnemonics for the various 
3096   items in the Scientific mode panel. The gcalctool manual pages have been 
3097   updated to reflect these changes. 
3098 * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3099   Added in a Control-A mnemonic for Help->About.
3101 ----
3103 Overview of changes in gcalctool 4.2.42
3105 * Fixed Bugzilla bug 104248. The View->Memory Registers menu item's toggle 
3106   is now set correctly depending upon whether the memory register windows 
3107   is visible or hidden. 
3108 * The correct radio item is now set in the View menu mode menu item entries 
3109   if gcalctool is initially started in Financial or Scientific mode.
3111 ----
3113 Overview of changes in gcalctool 4.2.41
3115 * The constant and function definitions are now read and written as Gconf
3116   resources.
3117 * Fixed Bugzilla bug 104250. The constant and the function menu items now 
3118   have "C<n>:" and "F<n>:" prefixes respectively, where <n> is the 
3119   constant/function number.
3121 ----
3123 Overview of changes in gcalctool 4.2.40
3125 * Fixed Bugzilla bug 104245. The View->Basic Mode, Financial Mode, 
3126   Scientific Mode and Memory Registers now have keyboard accelerators 
3127   (Control-B, Control-F, Control-S and Control-M respectively).
3129 ----
3131 Overview of changes in gcalctool 4.2.39
3133 * Further slight adjustments for Bugzilla bug 104287
3134   The insert button isthe default button. 
3135   The dialog is no longer resizable. 
3136   The ESC key can now be used to cancel the dialog. 
3138 ----
3140 Overview of changes in gcalctool 4.2.38
3142 * Fixed Bugzilla bug 104287. HIG improvements for the "Insert ASCII Value" 
3143   dialog.
3145 ----
3147 Overview of changes in gcalctool 4.2.37
3149 * Fixed Bugzilla bug 104241. The Insert ASCII Value" menu item is now 
3150   "Insert ASCII Value..."
3151 * Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3152   <bonobo-i18n.h,> where all this stuff is already defined.
3154 ----
3156 Overview of changes in gcalctool 4.2.36
3158 * Fixed Bugzilla bug #102928. The x^2, e^x, 10^x and y^x keys now use 
3159   Pango markup to display the label using superscripts.
3161 ----
3163 Overview of changes in gcalctool 4.2.35
3165 * Added in handling of the numeric keypad for Linux systems.
3167 ----
3169 Overview of changes in gcalctool 4.2.34
3171 * Handling of the users saved function definitions now works correctly.
3172 * Changed the keyboard accelerators for the following to use non Alt-<?>
3173   values:
3175   Cos  (old value: Alt-c) becomes 'J'.
3176   Sin  (old value: Alt-s) becomes 'K'.
3177   Tan  (old value: Alt-t) becomes 'L'.
3178   Frac (old value: Alt-f) becomes ':'.
3179   Int  (old value: Alt-i) becomes 'i'.
3180   Abs  (old value: Alt-u) becomes 'u'.
3181   Rate (old value: Alt-r) becomes 'T'.
3182 * Removed the need to configure with "--enable-build-broken".
3184 ----
3186 Overview of changes in gcalctool 4.2.33
3188 * Adjusted the memory registers windows to use the same "R0:  0.00" format
3189   (bold for first part), as the Rcl, Sto and Exch menus.
3191 ----
3193 Overview of changes in gcalctool 4.2.32
3195 * The menu items for the Rcl, Sto and Exch menus now have the format
3196   "R0:     0.00", where the "R0:" part is in bold.
3197 * The keyboard accelerators for the menubar menu items are now working.
3199 ----
3201 Overview of changes in gcalctool 4.2.31
3203 * Updated the NEWS file with an overview of all the changes since v4.1.13.
3205 ----
3207 Overview of changes in gcalctool 4.2.30
3209 * Removed the gconf resource for getting/setting whether a beep is sounded
3210   on error. A beep will now always be sounded in such a case.
3211 * The writing out of the resources will now be immediately done when each 
3212   of those functions changes.
3214 ----
3216 Overview of changes in gcalctool 4.2.29
3218 * Updated the manual pages to reflect the recent v4.2.xx changes.
3219 * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3220   on Linux.
3222 ----
3224 Overview of changes in gcalctool 4.2.28
3226 * The real fix for displaying the icon.
3228 ----
3230 Overview of changes in gcalctool 4.2.27
3232 * Vastly improved keyboard navigation.
3233 * Control-F1 now toggles the displaying of tooltip help, so the "-h"
3234   command line option has been removed and the old-style event handling
3235   code has also been removed.
3236 * Added in a signal handler for the "delete" event for the main gcalctool
3237   window. The callback calls gtk_main_quit() to terminate the application.
3239 ----
3241 Overview of changes in gcalctool 4.2.26
3243 * HCI change. Attempt to correct disaplay the gcalctool icon.
3245 ----
3247 Overview of changes in gcalctool 4.2.25
3249 * HCI change. The Sto/Rcl/Exch menu items now show the current register 
3250   values as well.
3252 ----
3254 Overview of changes in gcalctool 4.2.24
3256 * HCI change. All the radiobutton and checkbox items in the mode panel 
3257   now have a mnemonic associated with them.
3259 ----
3261 Overview of changes in gcalctool 4.2.23
3263 * HCI change. Fixed up the buttons on the "Insert ASCII Value", "Enter 
3264   Constant..." and "Enter Function..." popups. They now just use Cancel 
3265   and OK buttons, and use standard stock Gtk icons.
3267 ----
3269 Overview of changes in gcalctool 4.2.22
3271 * HCI change.  Added in an Edit->Paste menu item. If selected this will 
3272   paste the current contents of the clipboard into the calculator display 
3273   as if you'd typed it.
3274 * Added bullet proofing to protect the calculator against values that 
3275   weren't found. If a value wasn't found, it's just ignored, and it goes 
3276   on to process the next character in the string.
3277 * Improved the handling of the recognition of characters entered. It now
3278   takes into effect the mods value for each keysym.
3280 ----
3282 Overview of changes in gcalctool 4.2.21
3284 * HCI change. Added a 2 pixel border for the frames containing the Basic, 
3285   Financial and Scientific buttons and the mode panel.
3287 ----
3289 Overview of changes in gcalctool 4.2.20
3291 * HCI change. Removed the "operand item" label widget.
3293 ----
3295 Overview of changes in gcalctool 4.2.19
3297 * The frames around the mode button tables and the mode panel are no longer
3298   always being shown.
3300 ----
3302 Overview of changes in gcalctool 4.2.18
3304 * Fixed Bugzilla bug #101865. Remade various keyboard remappings:
3305 * Removed mention of the "-l" and "-r" command line options from the manual
3306   pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3307   resource too.
3309 ----
3311 Overview of changes in gcalctool 4.2.17
3313 * Removed the "Keys" key, that allowed you to toggle the button labels to 
3314   show their keyboard equivalents.
3316 ----
3318 Overview of changes in gcalctool 4.2.16
3320 * Put each of the the button tables and the mode panel inside a frame, rather
3321   then use horizontal separators, to try to make the GUI look nicer.
3323 ----
3325 Overview of changes in gcalctool 4.2.15
3327 * Entering "((2+3)*(2+3))" now gives the correct answer.
3328 * Added some bullet-proofing to parentheses handling when bogus characters
3329   are entered.
3331 ----
3333 Overview of changes in gcalctool 4.2.14
3335 * Hooked up the Help->Contents menu item. Note that help support still has
3336   to be included (i.e. a help subdirectory with associated files etc.).
3338 ----
3340 Overview of changes in gcalctool 4.2.13
3342 * The View->Memory Registers menu item now correctly toggles the showing of
3343   the memory register window.
3345 ----
3347 Overview of changes in gcalctool 4.2.12
3349 * Menubar menu items now use stock Gtk icons (where applicable).
3351 ----
3353 Overview of changes in gcalctool 4.2.11
3355 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3357 ----
3359 Overview of changes in gcalctool 4.2.10
3361 * Going into Scientific mode and clicking on "(" twice no longer causes a
3362   segmentation violation.
3364 ----
3366 Overview of changes in gcalctool 4.2.9
3368 * Added some horizontal separators to help make the calculator more readable
3369   when in Financial and Scientific Mode.
3371 ----
3373 Overview of changes in gcalctool 4.2.8
3375 * Entering "((2+3)*9+(5-3))" no longer causes a segmentation violation.
3377 ----
3379 Overview of changes in gcalctool 4.2.7
3381 * Removed the attempt to display a calculator image on the About popup.
3382 * Typing the keyboard equivalent of the menu buttons now works.
3383 * Removed the VERSION string from the titlebar. This is now in the About popup
3385 ----
3387 Overview of changes in gcalctool 4.2.6
3389 * Added in an About popup that's accessible through the Help->About Gcalctool
3390   menubar Help menu item.
3392 ----
3394 Overview of changes in gcalctool 4.2.5
3396 * Fixed Bugzilla bug #102927.
3397   Replaced abbreviation "trig." with full word "trigonometric".
3399 ----
3401 Overview of changes in gcalctool 4.2.4
3403 * Fixed Bugzilla bug #102922.
3404   Adjusted two occurances of sentence fragments to make it easier for 
3405   L10N folks to translate them.
3407 ----
3409 Overview of changes in gcalctool 4.2.3
3411 * Added Spanish (es) to ALL_LINGUAS at configure.in
3412 * gcalctool is now resizable again.
3414 ----
3416 Overview of changes in gcalctool 4.2.2
3418 * Made calculator window choose a reasonable size at startup, and resize
3419   when changing modes.
3421 ----
3423 Overview of changes in gcalctool 4.2.1
3425 * Removed the GNOME_UTIL_LIBS line in gcalctool/Makefile.am so that 
3426   gcalctool will correctly build.
3428 ----
3430 Overview of changes in gcalctool 4.2.0
3432 * The gcalctool GUI layout has been redone to make the Basic mode more
3433   basic and to make the application more GNOMEish.
3434 * The Financial/Logical/Scientific mode buttons have been moved into
3435   the main calculator window above the Basic mode buttons. The Logical
3436   and Scientific modes have been combined.
3437 * Added a menubar.
3438 * The six item mode display has been removed and a mode panel added for
3439   the scientific mode.
3440 * Removed the property sheet. gcalctool no longer has a left or right 
3441   handed style.
3442 * Blank buttons are now correctly hidden.
3443 * Added a "--enable-build-broken" flag to configure that has to be present
3444   in order to configure and build gcalctool while it's still in a semi-broken
3445   state.
3447 ----
3449 Overview of changes in gcalctool 4.1.27
3451 * Fixed Bugzilla bug #101782.
3452   Removed trailing "\n"'s where possible in the tooltip help messages.
3454 ----
3456 Overview of changes in gcalctool 4.1.26
3458 * Fixed Bugzilla bug #101861.
3459   The size of the memory register window is no longer hard-wired.
3461 ----
3463 Overview of changes in gcalctool 4.1.25
3465 * Fixed Bugzilla bug #101867.
3466   Changed multiply key from "X" to "*" (same as the existing gnome-calculator).
3468 ----
3470 Overview of changes in gcalctool 4.1.24
3472 * Fixed Bugzilla bug #101780.
3473   Removed leading and trailing spaces from the labels for the gcalctool buttons.
3475 ----
3477 Overview of changes in gcalctool 4.1.23
3479 * Fixed Bugzilla bug #101777.
3480   Removed trailing periods on the four window titles.
3482 ----
3484 Overview of changes in gcalctool 4.1.22
3486 * Various I18N changes.
3488 ----
3490 Overview of changes in gcalctool 4.1.21
3492 * Various I18N changes.
3494 ----
3496 Overview of changes in gcalctool 4.1.20
3498 * Fixed Sun Bugtraq bug #1102883 against DeskSet calctool:
3499   Adjusted so that all error messages just display "Error" which is
3500   more consistent.
3502 ----
3504 Overview of changes in gcalctool 4.1.19
3506 * Fixed Sun Bugtraq bug #4006391 against CDE dtcalc:
3507   Bring up gcalctool, enter 10000 X 0.58 =, get answer is 5800.
3508   Then click on Int button, supposely should get 5800, but the answer was 5799.
3510 ----
3512 Overview of changes in gcalctool 4.1.18
3514 * Fixed Sun Bugtraq bug #1258472 against CDE dtcalc:
3515   Start up gcalctool and set to decimal and fixed. Set accuracy to 2 decimal
3516   places. Do a division like 0.19/2  It gives 0.0A.
3518 ----
3520 Overview of changes in gcalctool 4.1.17
3522 * Fixed Bugtraq bug #1190181 against OpenWindows DeskSet calctool:
3523   gcalctool core dumped if parent directory was not readable.
3525 ----
3527 Overview of changes in gcalctool 4.1.16
3529 * Updated TODO file with all relevant calculator Sun bugs and rfes.
3530 * Adjusted matherr() routine so that strict ANCI C compilers can compile it.
3531 * Mode windows now shows buttons correctly if you start up in Basic mode,
3532   then try to show one of the other modes.
3534 ----
3536 Overview of changes in gcalctool 4.1.15
3538 * "Keys" button now displays correctly if started with left-handed style.
3539 * Switching handed style now displays button labels correctly if currently
3540   showing the keyboard equivalent.
3542 ----
3544 Overview of changes in gcalctool 4.1.14
3546 * Buttons are colored correctly if started with left-handed style.
3548 ----
3550 Overview of changes in gcalctool 4.1.13
3552 * The unused buttons in the mode window are now hidden.
3554 ----
3556 Overview of changes in gcalctool 4.1.12
3558 * Added gconf support, removing the use of X11 resources.
3560 ----
3562 Overview of changes in gcalctool 4.1.11
3564 * Explicitly setting the size of the calculator buttons has been removed.
3565 * The width of the mode window is now set to the width of the main window.
3567 ----
3569 Overview of changes in gcalctool 4.1.10
3571 * Fixes for I18N support.
3573 ----
3575 Overview of changes in gcalctool 4.1.9
3577 * Now that gcalctool is using Gtk resources to determine the appearance of
3578   the calculator, there is no need to use the custom display_frame widget.
3579 * The calculator display area now has tooltip help.
3581 ----
3583 Overview of changes in gcalctool 4.1.8
3585 * Fixed up mistakes is the gcalctool tooltip help text.
3586 * Three keyboard accelerators weren't working when a "menu" button had been
3587   pressed and the calculator was in pending mode:
3588   Base button - "o" (octal).
3589   Mode button - "l" (logical).
3590   Trig button - "g" (gradient).
3591 * The + and . keys on the numeric keypad now work.
3593 ----
3595 Overview of changes in gcalctool 4.1.7
3597 * Added in help support. Hitting the Help key will toggle whether tooltip
3598   help messages are displayed for the various buttons and other widgets.
3600   By default tooltips are disabled. Start gcalctool with the "-h" command
3601   line option will enable them. There is also a "gcalctool.showhelp"
3602   resource that can enable/disable them.
3604 ----
3606 Overview of changes in gcalctool 4.1.6
3608 * The new Constant/Function popup now has the various items aligned.
3610 ----
3612 Overview of changes in gcalctool 4.1.5
3614 * The size of the buttons in the Mode window are incorrect if the unused ones
3615   are not shown. Solved this my simply making the unused ones insnsitive, and
3616   showing them all.
3618 ----
3620 Overview of changes in gcalctool 4.1.4
3623 * Keyboard accelerators now work for the gcalctool "menu" buttons.
3625 ----
3627 Overview of changes in gcalctool 4.1.3
3629 * The constant and function definitions are now read and written to a file
3630   named ~/.gcalctoolcf.
3631 * gcalctool now also tries to read a ~/.gcalctoolrc file at startup time.
3632   This file (if it exists) can contain resources for changing the appearance
3633   of the application. A gcalctoolrc file is now also included with the
3634   gcalctool distribution, which gives the old OpenWindows DeskSet appearance
3635   to the calculator.
3636 * The ability to change various colors via X resources has also been removed.
3637   The manual pages have been updated to reflect this.
3639 ----
3641 Overview of changes in gcalctool 4.1.2
3643 * Starting gcalctool then switching hands to left-handed, then using the
3644   keyboard for input, wrongly associated the various keyboard accelerators
3645   for the swapped keys.
3647 ----
3649 Overview of changes in gcalctool 4.1.1
3651 * Now finds the X11 libraries in a platform independent way.
3652 * Fixed up the gcalctool usage message.
3653 * Fixed up the gcalctool manual pages.
3654 * gcalctool now looks for ~/.gcalctoolrc and ~/.gcalctooldefaults files.
3655 * X resources are now "gcalctool.<whatever" rather than "calctool.<whatever>".
3657 ----
3659 Overview of changes in gcalctool 4.1.0
3661 * Graphics driver is now based on Gtk2.
3663 ----
3665 Overview of changes in calctool 4.0.0
3667 * Code based on the calctool in the OpenWindows Deskset for Solaris 8.
3668 * Adjusted to use an autoconf/automake configuration and build environment.
3669 * Adjusted the code to a K&R style.
3670 * Incorporated in needed code from the libguide and libdeskset libraries.
3671 * Released under a GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL) license.
3672 * Just an XView graphics driver currently provided.
3674 ----