Updated Danish translation
[gcalctool.git] / NEWS
blob1d4278047c0bc46d2fc4c19e9e7a15019ff33282
1 Overview of changes in gcalctool 6.0.0
3     * Use /org/gnome as location for gsettings keys.  This will mean
4       gcalctool 5.31.x users will have their settings reset to defaults.
5     * Correctly choose the first conversion when none/invalid defined
6       (Bug #645663)
8 Overview of changes in gcalctool 5.91.93
10     * Translation updates
12 Overview of changes in gcalctool 5.91.92
14     * Add gcalccmd man page (Jean Schurger, Bug #645138)
15     * Remove references to ~/.gcalctoolrc (Jean Schurger, Bug #645137)
17 Overview of changes in gcalctool 5.91.91
19     * Disable localized digits (Bug #644980)
20     * Fix crash doing bitwise operations with large numbers (Bug #637328)
21     * Don't use automatic exponential format when not in base 10
22     * Only use thousands separators in base 10
23     * Set currency on first start (Bug #640818)
24     * Support entering super/subscript with numeric keypad (Bug #634904)
26 Overview of changes in gcalctool 5.91.90
28     * Integrate unittests into build process
30 Overview of changes in gcalctool 5.91.90
32     * Fix grammar mistakes
33     * Fix translated conversions (Bug #641166)
35 Overview of changes in gcalctool 5.91.6
37     * Add fixed rate of 15.6466 EEK = 1 EUR (Bug #639332)
38     * Use full name of currency in conversion bar
39     * Add temperature conversion
40     * Update conversion bar when currencies are updated
41     * Fix incorrect display of complex numbers
42     * Now able to change currencies from advanced mode
44 Overview of changes in gcalctool 5.91.5
46     * Make new variable buttons that combines add/set/get and clear into one
47       dialog.
48     * Add a decimal point button to the programming mode
49     * Make the numeric keypad produce numbers even when numlock is on
51 Overview of changes in gcalctool 5.91.4
53     * Use new Indian Rupee sign ₹ (Bug #636587, Carlos Cejudo)
54     * Use currency rates from the IMF as well as the ECB to add 24 new rates:
55       AED, BHD, BND, BWP, CLP, COP, DZD, ILS, IRR, KWD, KZT, LKR,
56       LYD, MUR, NPR, OMR, PEN, PKR, QAR, SAR, TND, TTD, UYU, VEF
57     * Don't hide GCalctool in KDE
58     * Convert numeric keypad separator into locale specific version
59       (Bug #632794)
61 Overview of changes in gcalctool 5.91.3
63     * Fix incorrect calculation of tanh
64     * Fix dropping of decimal points when thousand separator is '.' (Bug #635517)
65     * Improve conversion bar
66     * Fix crash in scientific mode
67     * Add new automatic display mode that switches from fixed to scientific when
68       numbers are too large
70 Overview of changes in gcalctool 5.91.2
72     * Fix broken thousands separators code (Bug #628908)
73     * Don't make window resizable, it is not supposed to be
74     * Use icons for undo and clear buttons as the translations cause them to be
75       oversized in some languages
76     * Handle Han digits (〇〡〢〣〤〥〦〧〨〩)
77     * If a thousands separator is not defined then use ' ' (Bug #632182)
78     * Fix incorrect error text for acosh function (Bug #632614)
80 Overview of changes in gcalctool 5.91.1
82     * Clear display when an answer is displayed and a numeric point is inserted
83     * Add GUI for unit conversations (bug #539830)
84     * Fix the definition of ounces
85     * Remove trailing whitespace when entering super-/subscript mode
86       (bug #631988)
87     * Calculate answers in separate thread (bug #576371)
88     * Stop '*'+backspace+'*' being converted into '^'
89     * Updated translations
91 Overview of changes in gcalctool 5.91.0
93     * Port to GTK+-3 (bug #630115, William Jon McCann)
94     * Don't crash on pasting empty clipboard
95     * Mark more strings as translatable (bug #630899, Gabor Kelemen)
96     * Make calculator window resizable (bug #630594)
97     * Put back visible thousands separators (bug #628908)
98     * Make thousands separators and radix points respect the users locale
99     * Updated translations
101 Overview of changes in gcalctool 5.32.0
103     * Updated translations
105 Overview of changes in gcalctool 5.31.91
107     * Increase accuracy of internal calculations, don't crash printing numbers
108       when they get too large.
109     * Updated translations
111 Overview of changes in gcalctool 5.31.90
113     * Updated translations
115 Overview of changes in gcalctool 5.31.6
117     * Fix double pasting into display with middle button
118     * Add a11y names to widgets
120 Overview of changes in gcalctool 5.31.5
122     * Call gsettings_sync() before quit
124 Overview of changes in gcalctool 5.31.4
126     * Show currency conversion below display
128     * Use gsettings instead of gconf
130 Overview of changes in gcalctool 5.31.3
132     * Support complex trigonometry
134     * Add complex argument button to scientific mode
135     
136     * Make popup button for additional functions, with integer/fractional
137       component, floor, ceiling, round and sign functions.
139 Overview of changes in gcalctool 5.31.2
141     * Replace backspace button with undo button
143     * Remove memory buttons from basic mode (too complex)
145     * Support complex arithmetic
147 Overview of changes in gcalctool 5.31.1
149     * Dynamically load button layouts to speed up startup time
151     * Add colours to buttons (Bug #157962)
153     * Merge advanced and scientific mode
155     * Relayout buttons
157     * Use arrows on superscript buttons (i.e. '↑n' instead of '⎕ⁿ')
159     * Don't change window title to match mode (no need to)
161     * Rename View menu to Mode
163     * Make inverses of variables work (Bug #614979)
165     * Show answer in bold (Bug #505168)
167     * Reimplement undo and redo
169     * Automatically add missing closing brackets (Bug #615243)
171     * Show all defined variables in variable popups
173 Overview of changes in gcalctool 5.30.0
175     * Fix errors in variable exponents (e.g. xy²)
177     * Handle powers in convesion units, (e.g. 1m² in mm²)
179     * Don't clear ans when clearing display (Bug #613552)
180     
181     * Handle equations like (x+3y)(2x-4y)
183 Overview of changes in gcalctool 5.29.92
185     * Add shortcuts to base buttons (Ctrl+B, Ctrl+O, Ctrl+D, Ctrl+H)
187     * Convert number in display if it has a base and a base button is pressed
189     * Make scientific notation button behave the same as keyboard shortcut (i.e.
190       go into superscript mode).
191       
192     * Only allow superscript minus to be entered if can make a valid superscript
193       number, otherwise revert to standard minus.
195     * Allow hexadecimal numbers to be entered in lower-case
197     * Make bit editor active for displayed numbers not in base 10
199     * Make variable powers work, e.g. x²
201     * Fix spacebar not working when display has focus (Bug #611971)
203     * Load currency rates when doing typed currency conversion
204     
205     * Use GIO instead of libsoup
207 Overview of changes in gcalctool 5.29.91
209     * Fix bug where backspace deletes all input in locales with no thousands
210       separator
212     * Make boolean operations work with zero, e.g. "0 XOR 5"
213     
214     * Don't override space and return when display area not selected (Bug #596645)
216     * Make window non-resizable (Bug #602154)
218     * Change boolean functions to uppercase (xor -> XOR)
220     * Documentation rewritten
222     * Modernised build system
224 Overview of changes in gcalctool 5.29.90
226     * Miscellaneous string fixes
228     * Updated translations: bg (Ivaylo Valkov), da (Ask H. Larsen),
229                             en_GB (Philip Withnall), es (Jorge González),
230                             fr (Laurent Coudeur), nb (Kjartan Maraas),
231                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
233 Overview of changes in gcalctool 5.29.6
235     * Reimplement automatic ans substitution (Robert Ancell)
237     * Make builds less verbose (bug #607118, Thomas Andersen)
239     * De-break function that check if currency rates are out of date (Robin Sonefors)
241     * Fix shift button keybinding crash (Robert Ancell)
243     * Updated translations: ast (Xandru Armesto Fernandez), bn (Jamil Ahmed),
244                             cs (Petr Kovar), de (Christian Kirbach),
245                             fr (Laurent Coudeur and Claude Paroz), hu (Gabor Kelemen),
246                             nb (Kjartan Maraas), sv (Daniel Nylander),
247                             ta (vasudeven), uk (Maxim V. Dziumanenko)
249 Overview of changes in gcalctool 5.29.4
251     * Make 0^0 = 1 (Robert Ancell, Bug #605011)
253     * Use superscript digits for scientific notation (Robert Ancell)
255     * Clear display when entering a number after an equation (Robert Ancell)
257     * Make Ctrl+W a shortcut to quit (Robert Ancell)
259     * Updated translations: et (Ivar Smolin), ro (Lucian Adrian Grijincu),
260                             zh_CN (Tao Wei)
262 Overview of changes in gcalctool 5.29.2
264     * Support conversions in display (e.g. "1 AUD in USD" or "6.2 inches in
265       meters") (Robert Ancell)
267     * Support arbitrary varible names, e.g. set with "name=55" (Robert Ancell)
269     * Add a command-line version of gcalctool 'gcalccmd'
270       (Rich Burridge, Bug #590767)
272     * Updated translations: en@shaw (Thomas Thurman), es (Jorge González),
273                             sl (Matej Urbančič), ta (drtvasudevan),
274                             zh_CN (Aron Xu)
276 Overview of changes in gcalctool 5.29.1
278     * New user interface:
279       - Window is now shorter to better fix in netbook resolutions
280       - Superscript and subscript numbers to allow better notation, e.g. "₃√5"
281       - Preferences moved into a dialog
282       - Functions are now typed, e.g. s+i+n for sine instead of "k"
283       - Error messages now displayed below equation, and improved descriptions
285 Overview of changes in gcalctool 5.28.0
287     * Don't override space bar when buttons are focussed as this stops keyboard control
288       (Robert Ancell, Bug #595337)
290     * Handle keycode for '^' used in non-English layouts (German, Spanish, etc)
291       and allow '**' to be converted to a '^' for layouts that do not support it
292       (Robert Ancell, Bug #546819)
294     * Updated documentation: de (Christian Kirbach), fr (Claude Paroz)
296     * Updated translations: as (Amitakhya Phukan), bg (Yavor Doganov)
297                             bn_IN (Runa Bhattacharjee), bn (Jamil Ahmed)
298                             cs (Marek Černocký), da (Ask H. Larsen)
299                             en_GB (Bruce Cowan), et (Ivar Smolin)
300                             hi (Rajesh Ranjan), it (Davide Falagna)
301                             kn (Shankar Prasad), lt (Gintautas Miliauskas)
302                             ml (Ani), mr (Sandeep Shedmake)
303                             or (Manoj Kumar Giri), pa (A S Alam)
304                             ro (Adi Roiban), sl (Matej Urbančič)
305                             sr (Branko Kokanović), sr@latin (Branko Kokanović)
306                             te (krishnababu k), uk (Maxim V. Dziumanenko)
307                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
309 Overview of changes in gcalctool 5.27.92
311     * Fix base conversions (Robert Ancell)
313     * Fix disabled help menu (Robert Ancell)
315     * Fix duplicate object names in data/financial.ui (Robert Ancell, Bug #593277)
317     * Updated translations: ar (Khaled Hosny), el (Jennie Petoumenou)
318                             eu (Inaki Larranaga Murgoitio), fr (Claude Paroz)
319                             gu (Sweta Kothari), hu (Gabor Kelemen)
320                             kn (Shankar Prasad), ml (Ani)
321                             pl (Tomasz Dominikowski), pt (Duarte Loreto)
322                             sr (Branko Kokanović), sv (Daniel Nylander)
323                             tr (Baris Cicek), zh_CN (Aron Xu)
325 Overview of changes in gcalctool 5.27.91
327     * Updated documentation: cs (Petr Kovar)
329     * Updated translations: bn_IN (Runa Bhattacharjee), et (Ivar Smolin)
330                             eu (Inaki Larranaga Murgoitio), fi (Tommi Vainikainen)
331                             ga (Seán de Búrca), gl (Antón Méixome)
332                             kn (Shankar Prasad), ko (Changwoo Ryu)
333                             nb (Kjartan Maraas), or (Manoj Kumar Giri)
334                             pl (Piotr Drąg), pt_BR (Leonardo Ferreira Fontenelle)
335                             sv (Daniel Nylander), ta (ifelix)
337 Overview of changes in gcalctool 5.27.90
339     * Fix bug where inserting text in locales without thousands separators replaces the whole display (Robert Ancell)
341     * Updated documentation: es (Jorge González)
343     * Updated translations: de (Christian Kirbach), es (Jorge González)
344                             gl (Antón Méixome), nb (Kjartan Maraas)
345                             sv (Daniel Nylander), ta (drtvasudevan)
347 Overview of changes in gcalctool 5.27.5
349     * Perform power and factorials before negation so -1! and -1^0.5 are valid as in 5.26.x (Robert Ancell)
351     * Connect functions to solve the function text and replace the display with the result (Robert Ancell, Bug #548884)
353     * Change bison syntax to be compatible with version 2.3 (Robert Ancell, Bug #589350)
355     * Compile with -DGSEAL_ENABLE (Thomas Anderson, Bug #588591)
357     * Update gconf descriptions to match translation guidelines (Leonardo Fontenelle, Bug #589563)
359     * Updated documentation: fr (Laurent Coudeur, Claude Paroz)
361     * Updated translations: es (Jorge González), et (Ivar Smolin, Mattias Põldaru)
362                             fr (Claude Paroz), pt_BR (Daniel S. Koda)
364 Overview of changes in gcalctool 5.27.4
366     * Update bit editor after shifting (Robert Ancell, Bug #587545)
368     * Use a base-10 internal representation (Robert Ancell, bug #585813, bug #585931, bug #560802)
370     * Make padding consistent in GUI (Jerry Casiano, Bug #587292)
371     
372     * Support implicit multiply before functions, e.g. "6 log 3" (Robert Ancell, Bug #586812)
374     * Use inverse notation for trigonometric functions, i.e. "asin" -> "sin⁻¹"
376     * Use lowercase notation for trigonometric and logarithm functions to look
377       more like standard mathematical notation
379     * Put spacing around functions, i.e. "sin" -> " sin "
381     * Use subscript for logarithm base two, i.e. "log2" -> "log₂"
383     * Added etched border around display (Robert Ancell, Bug #140836)
385     * Rewrote out of date man page (Robert Ancell, Bug #585997)
387     * Updated documentation: cs (Marek Cernocky)
389     * Updated translations: bn_IN (Runa Bhattacharjee), cs (Marek Cernocky),
390                             es (Jorge Gonzalez), fr (Jonathan Ernst, Claude Paroz),
391                             ta (drtvasudevan), sv (Daniel Nylander),
392                             uk (Maxim V. Dziumanenko)
394 Overview of changes in gcalctool 5.27.3
396     * Percentage operation for addition and subtraction now takes percentage of
397       first value (Robert Ancell, Bug #480207)
399     * Use correct UTF-8 mathematical characters (Robert Ancell, Bug #347630)
401     * Focus on the display entry by default
403     * Fix broken widget style.  Copy gcalctoolrc to ~/.gcalctoolrc to get coloured buttons.
405     * Fix missing icon in Help>Contents menu
407     * Updated translations: nb (Kjartan Maraas), ta (drtvasudevan)
409 Overview of changes in gcalctool 5.27.2
411     * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253)
413     * Add variable word size for bitwise functions (Robin Sonefors, Bug #581253)
415     * Remove negative sign from numbers rounded to zero.  This is only a partial
416       fix as the error value is still visible in scientific notation
417       (Robert Ancell, Bug #560802)
419     * Support odd roots of negative numbers (Robert Ancell, Bug #576973)
421     * Keep settings (show zeroes, thousands separator etc) when changing modes
422       (Robert Ancell, Bug #580398)
424     * Add a --solve command-line argument (Robert Ancell)
426     * Really fix the license text in the about dialog (Robert Ancell, Bug #579174)
428     * Made parser reentrant and part of MP code (Robert Ancell)
429     
430     * Remove references to arithmetic/left-to-right precedence from the manual
431       (Robert Ancell, Bug #559734)
433     * Fix grammatical errors in manual (Bruce Cowan, Bug #569275)
435     * Remove untranslated figures in documentation - they are automatically
436       copied from the C documentation (Robert Ancell, Bug #566680)
438     * Updated translations: si (K.P.Gayan Tharaka)
440 Overview of changes in gcalctool 5.27.1
442     * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807)
444     * Fix display on startup to be replaced on entry (Robert Ancell, Bug #576975)
445     
446     * Make GConf schemas translatable (Robert Ancell, Bug #571948)
447     
448     * Replace MP number arrays with an MPNumber structure (Robert Ancell)
450     * Tidied up error messages (Robert Ancell, Bug #521184)
452     * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946)
453       This will cause the gconf schema to be incompatible with gcalctool < 5.26.0.
454       Expect settings to reset to defaults when upgrading.  Switching between
455       versions will cause resets.
457     * Fix missing license text in about dialog (Robert Ancell, Bug #579174)
458     
459     * Updated translations: es (Jorge Gonzalez), et (Ivar Smolin)
461 Overview of changes in gcalctool 5.26.0
463     * Fix button expansion (nowak2000, Bug #575385)
465     * Removed deprecated test/ directory (Bug #574048)
467     * Updated documentation: C (Robin Sonefors), ca (Joan Duran)
469     * Updated translations: as (Amitakhya Phukan), da (Ask H. Larsen),
470                             el (Jennie Petoumenou), es (Jorge Gonzalez),
471                             fi (Tommi Vainikainen), gl (Ignacio Casal Quinteiro),
472                             gu (Ankitkumar Patel), hi (Rajesh Ranjan),
473                             hu (Gabor Kelemen), it (Sergio Durzu),
474                             lt (Vytautas Rėkus), mai (Rajesh Ranjan),
475                             ml (Ani Peter), mr (Sandeep Shedmake),
476                             nb (Kjartan Maraas), nl (Tino Meinen),
477                             pl (Wadim Dziedzic), ru (Nickolay V. Shmyrev),
478                             ta (felix), te (Krishnababu K),
479                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
481 Overview of changes in gcalctool 5.25.92
483     * Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell, Bug #572881)
485     * Fix rounding errors in integer power calulations (Robert Ancell, Bug #527540)
487     * Fix error in cosine/tangent calculations (Robert Ancell, Bug #571007)
489     * Updated documentation: eu (Inaki Larranaga Murgoitio)
491     * Updated translations: en_GB (Philip Withnall), fi (Ilkka Tuohela),
492                             fr (Bruno Brouard, Claude Paroz), ja (Takeshi AIHANA)
493                             kn (Shankar Prasad), lv (Raivis Dejus),
494                             nl (Wouter Bolsterlee), pt (Duarte Loreto)
495                             pt_BR (Og Maciel, Rodrigo Flores), sv (Daniel Nylander)
497 Overview of changes in gcalctool 5.25.91
499     * Initialise GType system so usage of GConf doesn't cause crashes (Matthias Clasen, Bug #571581)
501     * Rework command-line arguments to be standard (Robert Ancell, Bug #569885)
503     * Correctly handle decimal points for languages not using '.' (Robert Ancell, Bug #566929)
505     * Fix shortcut keys so standard menu keys work (Robert Ancell)
506     
507     * Updated documentation: eu (Inaki Larranaga Murgoitio)
508     
509     * Updated translations: ast (Mikel González), cs (Petr Pulc), da (Ask H. Larsen), eu (Inaki Larranaga Murgoitio),
510                             gu (Sweta Kothari), hu (Gabor Kelemen), ro (Adi Roiban), vi (Clytie Siddall),
511                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
513 Overview of changes in gcalctool 5.25.90
515     * Fixed incorrect bit shift operation (Robert Ancell, Bug #569176)
517     * Updated documentation: sv (Daniel Nylander)
519     * Updated translations: ca (Joan Duran), de (Christian Kirbach), ko (Changwoo Ryu), or (Manoj Kumar Giri)
521 Overview of changes in gcalctool 5.25.5
523     * Updated documentation: de (Christian Kirbach)
525     * Updated translations: nb (Kjartan Maraas), th (Theppitak Karoonboonyanan)
527 Overview of changes in gcalctool 5.25.4
529     * Updated translations: de (ckirbach), es (Jorge Gonzalez), zh_CN (甘露)
531 Overview of changes in gcalctool 5.25.3
533     * Made exponential numbers work without a sign, e.g. '1e2' works
534       the same as '1e+2' (Robert Ancell).
536     * Correctly calculate exponential numbers in binary mode and
537       convert correctly when changing bases (Robert Ancell, Bug #516159).
539     * Fix broken accelerator keys from changes in 5.25.2 (Robert Ancell, Bug #379476).
541 Overview of changes in gcalctool 5.25.2
543     * Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are controlled by the shift key.
544       The following shortcut keys have changed:
546       Function     | Old | New
547       --------------------------
548       Sine         | K   | k
549       Inv. Sine    | -   | K
550       Cosine       | J   | j
551       Inv. Cosine  | -   | J
552       Tangent      | L   | w
553       Inv. Tangent | -   | W
554       Natural Log  | N   | n
555       e^x          | {   | N
556       Log          | G   | g
557       10^x         | }   | G
558       Log_2        | H   | h
559       2^x          | -   | H
560       x^y          | ^   | ^ or o
561       x^(1/y)      | -   | O
562       
563       (Robin Sonefors, Bug #379476).
565     * Fixed crash where financial dialogs are activated from other modes on startup
566       (Robin Sonefors, Bug #560196).
568     * Give binary invert operation higher precedence so that ~X and X == 0 (Sami Pietilä, Bug #562251)
569     
570     * Fixed calculation errors for boolean operations on very large numbers (Robert Ancell, Bug #509988)
572     * Always read configuration from /apps/gcalctool not /apps/(appname) as the application
573       name is different when symlinked (e.g. the gnome-calculator symlink) (Matt Keenan, Bug #559260).
575     * Correct gconf key names in man page (Robert Ancell, Bug #559458).
577     * Updated translations: es (Jorge Gonzalez)
579     * Updated help: es (Jorge Gonzalez)
581 Overview of changes in gcalctool 5.25.1
583     * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508).
584     
585     * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686).
586     
587     * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663).
588     
589     * Don't clear display when changing modes and allow all functions to work in all non-basic
590       modes (Robert Ancell, Bug #554133).    
591    
592     * Set decimal point label to be based on LC_NUMERIC as users can set their numerical
593       representation to different to their language settings (Robin Sonefors, Bug #557331).
594       
595     * More refactoring in MP math library (Klaus Niederkrueger, Robert Ancell, Bug #524091).
597     * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965).
599     * Only update bit panel when display contains a solved number (Robert Ancell, Bug #548690).
601     * Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).
602     
603     * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207).
605     * Added translator comments (Robert Ancell)
607     * Updated translations: bg (Alexander Shopov),
608                             da (Ask H. Larsen, Kenneth Nielsen),
609                             es (Jorge Gonzalez),
610                             et (Ivar Smolin),
611                             fi (Ilkka Tuohela),
612                             mk (Jovan Naumovski),
613                             pt_BR (Vladimir Melo, Leonardo Ferreira Fontenelle)
615     * Updated help: es (Jorge Gonzalez)
617 Overview of changes in gcalctool 5.24.0
619     * Updated translations: af (Friedel Wolff), ar (Anas Afif Emad, Khaled Hosny),
620                             bn_IN (Sankarshan Mukhopadhyay), da (Kenneth Nielsen),
621                             dz (Pema Geyleg), gu (Sweta Kothari),
622                             hr (Robert Sedak), hu (Gabor Kelemen),
623                             it (Luca Ferretti), kn (Shankar Prasad),
624                             ko (Changwoo Ryu), lt (Gintautas Miliauskas),
625                             ml (Sreejith K incorporated, Praveen Arimbrathodiyil),
626                             mr (Sandeep Shedmake), ro (Mişu Moldovan),
627                             sq (Laurent Dhima), ta (Tirumurthi Vasudevan),
628                             te (Krishnababu K), tr (Baris Cicek),
629                             zh_CN (Funda Wang)
631     * Updated help: es (Jorge Gonzalez)
632 ----
634 Overview of changes in gcalctool 5.23.92
636     * Updated translations: en_GB (Philip Withnall), ca (Gil Forcada),
637                             bg (Alexander Shopov)
639 ----
641 Overview of changes in gcalctool 5.23.91
643     * Fix packing for modulus button (Bug #548880)
645     * Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so
646       other desktops can use GCalctool (bug #518862).
648 ----
650 Overview of changes in gcalctool 5.23.90
652     * Fix some small memory leaks (Felix Riemann, Bug #547942)
653     
654     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
655     
656     * Updated translations: ar (Khaled Hosny), fi (Ilkka Tuohela), he (Yair Hershkovitz), ja (Takeshi Aihana), pt (Duarte Loreto), sk (Marcel Telka)
657     
658     * Updated documentation: ru (Yuriy Penkin)
660 ----
662 Overview of changes in gcalctool 5.23.6
664     * Deprecated left-to-right mode (Bug #500994).
666     * Updated remaining documentation (bg, zh_CN, zh_HK, zh_TW) to gnome-doc-utils (Robert Ancell, Bug #336104)
667     
668     * Changed icon from deprecated 'gnome-calculator' to 'accessories-calculator') (Matthias Clasen, Bug #545074)
670     * Updated translations: ar (Djihed Afifi), fr (Claude Paroz), pt_BG (Fabrício Godoy)
672 ---- 
674 Overview of changes in gcalctool 5.23.5
676     * Fix regression in factorial operation (Klaus Niederkrueger)
677     
678     * Made trigonometric button text translatable (Yuri Penkin, Bug #540196)
680     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
681     
682     * Updated Japanese documentation to gnome-doc-utils (Claude Paroz, Takeshi Aihana, Bug #336104)
684     * Updated translations: ca (Joan Duran), oc (Yannig Marchegay), ru (Yuriy Penkin), sv (Daniel Nylander), th (Theppitak Karoonboonyanan)
686 ----
688 Overview of changes in gcalctool 5.23.4
690     * Added workaround to stop display disappearing when editing large displays (Bug #524602)
692     * Applied second mp math tidy up patch from  Klaus Niederkrueger (Bug #524091)
694     * Updated translations: ar (Djihed Afifi)
696 ----
697   
698 Overview of changes in gcalctool 5.23.3
700     * Default to no thousands separator not ',' for locales that do not require one (Bug #527669)
702     * Updated translations: ar (Djihed Afifi), et (Ivar Smolin), vi (Clytie Siddall)
704 ----
706 Overview of changes in gcalctool 5.23.2
708     * Fixes the cursor from moving around when editing numbers with thousands separators (Bug #527669)
710     * Structural changes in preperation for full unicode support (Bug #530532)
711     
712     * Updated translations: es (Jorge González), gl (Ignacio Casal Quinteiro), nb (Kjartan Maraas),
713       nl (Tino Meinen), pt_BR (Leonardo Ferreira Fontenelle), sl (Matej Urbančič)
714     
715 ----
717 Overview of changes in gcalctool 5.23.1
719     * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318)
721     * Fixes incorrect negation precedence (Bug #526094)
723     * Fixes issues with thousands seperators and radix in non-english
724       locales (Bug #527669)
726     * Fixes regression in constant and function menus (Bug #527545)
728     * Fixes problem where display is invisible after solving equation
729       (Bug #524602)
731 ----
733 Overview of changes in gcalctool 5.22.0
735     * Fix for bug #520474 - Calculator uses 06 in place of decimal.
737     * Fix for bug #519979 - Please provide translator comments.
739     * Fix for bug #519243 - Memory registers save incorrectly.
741 ----
743 Overview of changes in gcalctool 5.21.92
745     * Released a gcalctool tarball for GNOME 5.21.92.
747 ----
749 Overview of changes in gcalctool 5.21.91
751     * Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
753     * Fix for bug #515326 – translation issues
755     * Unmark bitcalculating strings for translation (Bug #515326)
756       Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
758     * Remove help/it/Makefile, switching to gnome-doc-utils
760     * Fix for bug #514233 - Title not translated
762     * Fix for bug #513868 - Switching mode clears values but not
763       "Malformed expression" in statusbar.
765     * Fix for bug #513218 - Parsing not handling things the way a
766       "normal" calculator would.
768     * Fix for bug #482666 - XML errors in gcalctool de translation.
770     * Fix typo (Retreive -> Retrieve)
772 ----
774 Overview of changes in gcalctool 5.21.90
776     * Fix for bug #512204 - Regression in (-,+) handling.
778     * Fix for bug #511052 – Mod gives negative remainders.
780     * Fixed typo in message in create_kframe() in gtk.c.
782 ----
784 Overview of changes in gcalctool 5.21.5
786    * Adjusted online help documentation to add in a section 4.4. "Changing
787      The Display Area" and to update the new keyboard shortcut for Clear.
789    * Use delete key to delete character right of cursor in display, clear
790      now uses shift+delete (Bug #326938).
791    
792    * Update all button tooltips to have the shortcut
793      key for that button (Bug #503707).
795    * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
796      category
798    * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
799      "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
801    * Work on bug #501699. Adjusted "monthly interest rate" to "simple
802      monthly interest rate" in the online help for two of the financial
803      examples.
805    * Fix incorrect menu radio button selected when mode change aborted 
806      (bug #488226).
808    * Fix for bug #502306 - unable to use MOD operation after a 
809      x ? y operation.
811 ----
813 Overview of changes in gcalctool 5.21.4
815     * Adjusted online help documentation to add in a section 4.4. "Changing
816       The Display Area" and to update the new keyboard shortcut for Clear.
818     * Use delete key to delete character right of cursor in display, clear
819       now uses shift+delete (Bug #326938).
820     
821     * Update all button tooltips to have the shortcut
822       key for that button (Bug #503707).
824     * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
825       category
827     * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
828       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
830     * Work on bug #501699. Adjusted "monthly interest rate" to "simple
831       monthly interest rate" in the online help for two of the financial
832       examples.
834     * Fix incorrect menu radio button selected when mode change aborted 
835       (bug #488226).
837     * Fix for bug #502306 - unable to use MOD operation after a 
838       x ᶺ y operation.
840 ----
842 Overview of changes in gcalctool 5.21.3
844     * Added a "Reset to Default" accuracy menu item (bug #488542).
846     * When the bit calculation extension is enabled, a message now appears
847       in the status bar.
849     * Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension
850       produces incorrect results.
852     * Fixed bug #367731 - [doc] Update documentation for bit calculating
853       extension.
855     * Fixed bug 500029 - Clearing a bit in the bitcalculating extension,
856       sets the display to zero.
858     * Disable menu items not valid in current mode (Bug #499625).
860     * Fix build dependencies for parsers (Bug #497237).
861     
862     * Trim pasted text on newlines, replace tabs with spaces (Bug #488796).
864     * Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
866     * Fixed bug #367723 - [doc] Update documentation for Changing Modes
867       Clears Calculation.
869 ----
871 Overview of changes in gcalctool 5.21.2
873     * Fixed bug #485919 - Use Glade for UI. Glade conversion of gcalctool 
874       is now complete (thanks Robert).
876     * Fixed bug #495349 - Close precision dialog when setting precision from
877       Acc button.
879     * Fixed bug #495345 - Connect "activate" signal for precision spin button
880       after spin button has been updated.
882     * Fixed bug #482655 - Missing image file.
884     * Fix the buglet in comment #51 of bug #485919
886     * Fixed for final remaining parts of bug #488694 - [a11y] Several 
887       calculator buttons don't speak correctly with Orca.
889     * Fixed bug #488489 - Make accuracy shortcuts only work in scientific mode.
891     * Fixed bug # 488703 - Stop bogus '-/-' appearing in accuracy menu items.
893     * Fix for bug #485134 - OR calculation produces incorrect result in
894       arithmetic precedence mode.
896     * General code cleanup.
898 ----
900 Overview of changes in gcalctool 5.21.1
902     * Work on bug #485919 - Use Glade for UI.
903         > Adds support for the mode panel.
904         > Puts menu accelerators back again and fixes the top button row in
905           basic mode being too tall.
906         > Now provides Glade support for the majority of the gcalctool GUI.
908     * Fix for bug #490701 - base radio buttons initially fail.
910     * Attempted fix for bug #485134 - OR calculation produces incorrect 
911       result in arithmetic precedence mode. This isn't a complete solution
912       so the bug has been reopened.
914     * Fix for bug #488828 - Reciprocal remembers backspaced items.
916     * More work on bug ##488694 - [a11y] Several calculator buttons don't speak 
917       correctly with Orca. Removed the accessible descriptions (not needed) and 
918       adjusted the "shift left" and "shift right" names (they were reversed).
920     * Patch to stablize arithmetic precedence.
922     * Stop acting on toggle events from radio buttons when they go inactive 
923       (Bug #485918).
925     * Added Robert Ancell to the list of gcalctool MAINTAINERS.
927     * Fixed bug #488830 - Hex radio button shortcut conflicts with Help menu 
928       shortcut.
930     * Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip shortcut 
931       keys.
933     * Fixed bug #488783 - memory registers not available if you start in 
934       Advanced mode
936     * Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak
937       correctly with Orca.
939     * Fix for bug #485398 - Put memory register window inside the main window.
940       Uses gtk_window_set_transient_for() to associate the memory register
941       window with the main gcalctool window.
943     * Fix for bug #383850 - [doc] New names for Precedence.
945     * Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence mode
946       if user has "hand edited" the display.
948     * Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
949       correctly set the state of the Edit-<Memory Registers check box if the
950       user wanted the memory registers initially displayed.
952     * Correctly handle memory register display and "Memory Registers" menu
953       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
954       (Needed because of the recent changes for bug #478961).
956 ----
958 Overview of changes in gcalctool 5.21.0
960     * Fix for bug #326938 – Display cursor in input area; allow home and 
961       end keys. This is in arithmetic precedence mode only.
963     * Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 places 
964       menu items.
966     * Fix for bug #439087 – Gcalctool can't handle small physic constants
967       like the Boltzmann constant. The number of significant places has
968       been increased to 99 and the number of displayable digits has been
969       increased to 200. The online help has been adjusted to reflect these
970       changes.
972       Note that if you have something in the gcalctool display that is
973       wider than the display area, a scrollbar is shown, but the first
974       digit isn't properly displayed. The workaround here, is to enlarge
975       the size of the calculator window until the scrollbar goes away.
976       I believe this is a Gtk+ problem and have filed bug #482688 against 
977       it.
979     * Fixed bug #367738 – [doc] Square root documentation needs to be updated.
980       The entry in the online help now includes examples for both arithmetic
981       precedence and non-arithmetic precedence mode.
983     * Fixed bug #428571 – [doc] Repetitive usage of "use".
985     * Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
987     * Fixed bug #428573 – [doc] Spelling of logical gates.
988       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
989       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
990       display area in arithmetic precedence mode. The gcalctool manual
991       pages and the online help have been updated accordingly.
993       The XOR operation in non-arithmetic mode was doing a multiplication
994       instead.
996       The result for the AND example in the online help was incorrect.
998       The syntax for using NOT in aritmetic mode is different then for
999       non-arithmetic mode. The online help example has been updated to
1000       show both examples.
1002     *  Fixed bug #469245 – Hexadecimal input is not intuitive and
1003       bug #455889 – Copy/paste of lower case hex letter does not work.
1004       The hexadecimal digits have been changed back to their pre Sept
1005       2003 (bug #118826) values of "a" - "f".
1007       The following functions have also had their keyboard shortcuts
1008       reverted back to their pre Sept 2003 upper-case values:
1010       [A] - Set accuracy
1011       [C] - Change sign
1012       [D] - Double-declining depreciation
1013       [E] - Enter an exponential number
1014       [F] - User-defined functions
1016       With copy/paste operations, where the user is pasting a string into
1017       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
1018       "D" or "F" character is encountered, it will be converted to its
1019       lowercase equivalent. If an "E" is found,  and the next character is a
1020       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
1021       a possible exponential number), otherwise its converted to a lower
1022       case "e".
1024       Displaying of hex digits in the gcalctool display will still be
1025       in uppercase. Displaying of the "e" in an exponential number will
1026       still be in lower-case.
1028       The way to enter exponential numbers in arithmetic precedence mode
1029       has changed. The following four examples should show you the new
1030       correct syntax:
1032         1  2  Exp + 8  =              1200000000
1033       - 1  2  Exp + 8  =             -1200000000
1034         1  2  Exp - 8  =              0.00000012
1035       - 1  2  Exp - 8  =             -0.00000012
1037       In both left-to-right precedence and arithmetic precedence modes, if
1038       the user enters a numeric digit that is incorrect for the current
1039       numeric base, this shouldn't be allowed and should not be entered
1040       in the display.
1042       The gcalctool documentation (and tooltips) have been updated to
1043       reflect these changes.
1045     * Fixed bug #479102 – memory registers dialogue should use ngettext.
1047     * Fixed bug #478961 – GtkAaction use.
1049     * Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
1051     * Fixed bug #478979 – show menu help in statusbar.
1053     * Fixed bug #479064 – should use ngettext on the Acc button.
1055     * Fixed bug #479097 – use gtkmessagedialog.
1057     * Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
1059 ----
1061 Overview of changes in gcalctool 5.20.0
1063 * Released a gcalctool tarball for GNOME 2.20.0.
1065 ----
1067 Overview of changes in gcalctool 5.19.92
1069 * Released a gcalctool tarball for GNOME 2.19.92.
1071 ----
1073 Overview of changes in gcalctool 5.19.91
1075 * Released a gcalctool tarball for GNOME 2.19.91.
1077     - Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
1079 ----
1081 Overview of changes in gcalctool 5.19.90
1083 * Released a gcalctool tarball for GNOME 2.19.90.
1085     - Adjusted the MAINTAINERS file to the new format.
1087 ----
1089 Overview of changes in gcalctool 5.19.6
1091 * Released a gcalctool tarball for GNOME 2.19.6.
1093     - Remove help/de/Makefile due to gnome-doc-utils migration.
1095     - Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
1096       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
1098     - Fixed bug #439415. Always use left-to-right direction for button's boxes.
1100 ----
1102 Overview of changes in gcalctool 5.19.5
1104 * Released a gcalctool tarball for GNOME 2.19.5.
1106     - Applied Sun patch to change the Comment line in gcalctool.desktop.in
1108     - Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
1110     - Fixed bug #450790 – crash in Calculator when pasting in a very large
1111       number.
1113 ----
1115 Overview of changes in gcalctool 5.19.4
1117 * Released a gcalctool tarball for GNOME 2.19.4.
1119     - Fixed bug #448263 – drop libgnome dependency
1121 ----
1123 Overview of changes in gcalctool 5.19.3
1125 * Released a gcalctool tarball for GNOME 2.19.3.
1127   - Fixed bug #439985 – Negative value not saved in memory register across 
1128     invocations of gcalctool. This was also a problem was negative constants.
1130 ----
1132 Overview of changes in gcalctool 5.19.2
1134 * Released a gcalctool tarball for GNOME 2.19.2.
1136 ----
1138 Overview of changes in gcalctool 5.19.1
1140 * Released a gcalctool tarball for GNOME 2.19.1.
1142 ----
1144 Overview of changes in gcalctool 5.9.14
1146 * Released a gcalctool tarball for GNOME 2.18.0 (Final).
1148 ----
1150 Overview of changes in gcalctool 5.9.13
1152 * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
1154 ----
1156 Overview of changes in gcalctool 5.9.12
1158 * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
1160 ----
1162 Overview of changes in gcalctool 5.9.11
1164 * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
1166 ----
1168 Overview of changes in gcalctool 5.9.10
1170 * All copyright messages updated for 2007.
1171 * Released a gcalctool tarball for GNOME 2.17.5.
1173 ----
1175 Overview of changes in gcalctool 5.9.9
1177 * Released a gcalctool tarball for GNOME 2.17.4.
1179 ----
1181 Overview of changes in gcalctool 5.9.8
1183 * Released a gcalctool tarball for GNOME 2.17.3.
1185 ----
1187 Overview of changes in gcalctool 5.9.7
1189 * Released a gcalctool tarball for GNOME 2.17.2.
1191 ----
1193 Overview of changes in gcalctool 5.9.6
1195 * Fixed bug #358782. Fixup sloppy string handling.
1197 ----
1199 Overview of changes in gcalctool 5.9.5
1201 * Fixed bug #364410.  Incorrectly rounded pi constant.
1203 ----
1205 Overview of changes in gcalctool 5.9.4
1207 * Released a gcalctool tarball for GNOME 2.17.1.
1209 ----
1211 Overview of changes in gcalctool 5.9.3
1213 * Fixed bug 359291 - crash when localized decimal point is greater than 
1214   1 char. Removed the bogus assert.
1216 ----
1218 Overview of changes in gcalctool 5.9.2
1220 * Fixed bug #358337 - gcalctool no longer crashes in the Oriya locale due 
1221   to sloppy string handling.
1222 * Fixed bug #354730 - crash in Calculator: running 3x10^38 using bi..
1223 * Fixed bug #357208 - Bitcalculating extension needs to support negative 
1224   numbers
1226 ----
1228 Overview of changes in gcalctool 5.9.1
1230 * Fixed bug #157961 - Bitcalculating extension for gcalctool.
1231 * Fixed bug #355648 - Error reporting should be consistent.
1232 * Fixed bug #135140 - percent operator works not as expected.
1234 ----
1236 Overview of changes in gcalctool 5.9.0
1238 * Fixed bug #349981 - gcalctool should save screen position for next start.
1240 ----
1242 Overview of changes in gcalctool 5.8.24
1244 * Released a gcalctool tarball for GNOME 2.16.0 (Final).
1246 ----
1248 Overview of changes in gcalctool 5.8.23
1250 * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
1252 ----
1254 Overview of changes in gcalctool 5.8.22
1256 * Removed several chunks of code that were surronded by #if 0/#endif.
1258 ----
1260 Overview of changes in gcalctool 5.8.21
1262 * Fixed bug #350341. gcalctool now builds again with gcc v2.95.
1264 ----
1266 Overview of changes in gcalctool 5.8.20
1268 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
1270 ----
1272 Overview of changes in gcalctool 5.8.19
1274 * More work on bug #347700.  Added another "Note to translators" 
1275   comment for the Abs button labels.
1277 * Fixed bug #348452. Removed line for help/sv/Makefile.in
1279 * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
1281 ----
1283 Overview of changes in gcalctool 5.8.18
1285 * Work on bug #347700. Added a "Note to translators" comment for the 
1286   Bksp and Clr button labels.
1288 ----
1290 Overview of changes in gcalctool 5.8.17
1292 * Released a gcalctool tarball for GNOME 2.15.4.
1294 ----
1296 Overview of changes in gcalctool 5.8.16
1298 * Released a gcalctool tarball for GNOME 2.15.3.
1300 ----
1302 Overview of changes in gcalctool 5.8.15
1304 * Fixed bug #343150. Gcalctool no longer crashes when switching to 
1305   scientific mode.
1307 ----
1309 Overview of changes in gcalctool 5.8.14
1311 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
1313 ----
1315 Overview of changes in gcalctool 5.8.13
1317 * Released a gcalctool tarball for GNOME 2.15.2.
1319 ----
1321 Overview of changes in gcalctool 5.8.12
1323 * Fixup compiler warnings from inclusion of last patch.
1325 ----
1327 Overview of changes in gcalctool 5.8.11
1329 * Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
1330   Backspace results in mal-formed expression.
1332 * = button is now also a one step undo. (This feature was temporary
1333   disabled by the previous redo/undo patch.)
1335 * Removed gotos from do_expression function. (This change might add
1336   unstability as this is a major change to the expression mode state
1337   machine.)
1339 * Functions (such as sin, cos, tan..) can use previously calculated value.
1341 ----
1343 Overview of changes in gcalctool 5.8.10
1345 * First cut at an Undo/Redo implementation for use with the arithmetic
1346   operator precedence mode.
1348 ----
1350 Overview of changes in gcalctool 5.8.9
1352 * Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files
1353   were missing.
1356 Overview of changes in gcalctool 5.8.8
1358 * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
1359 * Released a gcalctool tarball for GNOME 2.15.1.
1361 ----
1363 Overview of changes in gcalctool 5.8.7
1365 * Fixed bug #337897. Changes to use po/LINGUAS file.
1367 ----
1369 Overview of changes in gcalctool 5.8.6
1371 * Fixed bug #338220. The 'Show trailing zeroes' option in the View menu 
1372   should now be correctly set [in]sensitive depending upon which mode 
1373   it's in.
1375 ----
1377 Overview of changes in gcalctool 5.8.5
1379 * Fixed bug #332023. The bitwise operators now work in arithmetic operator 
1380   precedence mode, when you use them with the result of a previous operation.
1382 ----
1384 Overview of changes in gcalctool 5.8.4
1386 * Fixed bug #327729. The fields in the memory register window were not 
1387   correctly aligned in some themes.
1389 ----
1391 Overview of changes in gcalctool 5.8.3
1393 * Fixed bug #330867.  Added License info to the Gcalctool About dialog.
1395 ----
1397 Overview of changes in gcalctool 5.8.2
1399 * Fixed bug #335095. Gcalctool no longer displays the current mode in 
1400   the title bar when in Basic mode (due to lack of space).
1402 ----
1404 Overview of changes in gcalctool 5.8.1
1406 * Fixed bug #335236. Gcalctool schemas files should be installed if
1407   built with "--without-gnome".
1409 ----
1411 Overview of changes in gcalctool 5.8.0
1413 * Adjustments to the AOP code so that e to the power of x gives the
1414   correct answer at high precision.
1416 ----
1418 Overview of changes in gcalctool 5.7.32
1420 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1422 ----
1424 Overview of changes in gcalctool 5.7.31
1426 * Fix for bug #333078. cvs fails to build due to bg translation of help.
1428 * Inclusion of a translation of gcalctool help for the bg locale.
1430 ----
1432 Overview of changes in gcalctool 5.7.30
1434 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1436 ----
1438 Overview of changes in gcalctool 5.7.29
1440 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1442 ----
1444 Overview of changes in gcalctool 5.7.28
1446 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1448 ----
1450 Overview of changes in gcalctool 5.7.27
1452 * Refixed bug #323150. The recent changes to the square root and 
1453   subtraction button labels broke the token parser for arithmetic 
1454   operator precedence.
1456 ----
1458 Overview of changes in gcalctool 5.7.26
1460 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of 
1461   causing the CE button to no longer work correctly.
1463 ----
1465 Overview of changes in gcalctool 5.7.25
1467 * Fixed bug #327214. The results from performing trig functions were not 
1468   being passed on to future calculations correctly (in non-arithmetic 
1469   operator precedence mode).
1471 ----
1473 Overview of changes in gcalctool 5.7.24
1475 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1476   for label on division button.
1478 ----
1480 Overview of changes in gcalctool 5.7.23
1482 * Released a gcalctool tarball for GNOME 2.13.5.
1484 ----
1486 Overview of changes in gcalctool 5.7.22
1488 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, 
1489   multiplication, plus/minus, minus and square root.
1491 ----
1493 Overview of changes in gcalctool 5.7.21
1495 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic 
1496   operator precedence mode with the scientific view) now hopefully works 
1497   correctly.
1499 ----
1501 Overview of changes in gcalctool 5.7.20
1503 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric 
1504   point in arithmetic operator precedence mode.
1506 * Adjusted all the copyright messages to include 2006.
1508 ----
1510 Overview of changes in gcalctool 5.7.19
1512 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1513   Gcalctool no longer crashes when you double click the 0 in the display area. 
1515 ----
1517 Overview of changes in gcalctool 5.7.18
1519 * Final fix for bug #153854. Now handles the case where the first thing 
1520   the user does is change mode (Basic, Financial, Advanced, Scientific) 
1521   in AOP mode.
1523 * Released a gcalctool tarball for GNOME 2.13.4.
1525 ----
1527 Overview of changes in gcalctool 5.7.17
1529 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail 
1530   in non-English locales
1532 ----
1534 Overview of changes in gcalctool 5.7.16
1536 * Fixed bug #324001. Primary Selection (middle mouse button) is now working.
1538 ----
1540 Overview of changes in gcalctool 5.7.15
1542 * Released a gcalctool tarball for GNOME 2.13.3.
1544 ----
1546 Overview of changes in gcalctool 5.7.14
1548 * More work on bug #153854. Similar change to that made on 15th November 
1549   2005, this time for arithmetic operator precedence mode.
1551 ----
1553 Overview of changes in gcalctool 5.7.13
1555 * Slight fixup for bug #157961. The toggling of the first bit in the
1556   bit panel wasn't working correctly. 
1558 ----
1560 Overview of changes in gcalctool 5.7.12
1562 * More work on bug #153854
1563   If the user has completed a calculation and we are going to a
1564   new mode that is "compatible" with this one, then just change
1565   modes. Otherwise display a dialog warning the user that the
1566   current calculation will be cleared.
1568   Incompatible modes are:
1570   Scientific -> Basic
1571   Scientific -> Advanced
1572   Scientific -> Financial
1574   (unless we are in Scientific mode with Decimal numeric base and Fixed).
1576   These changes work nicely in non-arithmetic operator precedence mode.
1578 ----
1580 Overview of changes in gcalctool 5.7.11
1582 * Released a gcalctool tarball for GNOME 2.13.2.
1584 ----
1586 Overview of changes in gcalctool 5.7.10
1588 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: 
1589   gdk_window_invalidate_rect: assertion `window != NULL' failed" 
1590   warnings at startup.
1592 ----
1594 Overview of changes in gcalctool 5.7.9
1596 * Fixed bug #319934. The percent operator was broken in non-arithmetic 
1597   operator precedence mode.
1599 ----
1601 Overview of changes in gcalctool 5.7.8
1603 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1604   Exponential notation now works correctly in arithmetic operator
1605   precedence mode.
1607 ----
1609 Overview of changes in gcalctool 5.7.7
1611 * Slight adjustment to the bit panel. It's now centralized.
1613 ----
1615 Overview of changes in gcalctool 5.7.6
1617 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1618   needed to also preserve v->toclear and v->pointed.
1620 * Work on enhancement request #157961. Started to implement the bit 
1621   panel for non-arithmetic precedence mode.  It's automatically displayed 
1622   when in Scientific mode.
1624 ----
1626 Overview of changes in gcalctool 5.7.5
1628 * Implemented enhancement request #148104 for arithmetic precedence mode.
1629   The modulo operation. See entry below for more details.
1631 ----
1633 Overview of changes in gcalctool 5.7.4
1635 * Fixed bug #316382. The "useless" cursor is no longer displayed in 
1636   the calculator display area.
1638 ----
1640 Overview of changes in gcalctool 5.7.3
1642 * Implemented enhancement request #148104 for non-arithmetic precedence
1643   mode. Added in a modulo operation. This is available in Scientic Mode. 
1644   A Mod B return the remainder when you divide A by B. A and B must be
1645   integers. Keyboard shortcut for this operation is "M".
1647 ----
1649 Overview of changes in gcalctool 5.7.2
1651 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets 
1652   to display the register values. Gnopernicus can now correctly speak the 
1653   contents of each memory register. There is also a close button to easily 
1654   dismiss this dialog.
1656 ----
1658 Overview of changes in gcalctool 5.7.1
1660 * Fixed bug #314540. The memory register window is now a dialog rather 
1661   than a top-level window.
1663 ----
1665 Overview of changes in gcalctool 5.7.0
1667 * Fix to prevent invalid numeric entry in arithmetic operator precedence
1668   mode, depending upon the current base.
1670 ----
1672 Overview of changes in gcalctool 5.6.31
1674 * A number of the bison- and flex-related make rules in 
1675   .../gcalctool/Makefile.am were broken when builddir != srcdir.
1677 ----
1679 Overview of changes in gcalctool 5.6.30
1681 * Fixed bug #314540. The libparser.a library needs ranlib run on it 
1682   for Mac OS X.
1684 ----
1686 Overview of changes in gcalctool 5.6.29
1688 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in 
1689   syntax_translation.c
1691 ----
1693 Overview of changes in gcalctool 5.6.28
1695 * Generated release for GNOME 2.12 (RC)
1697 * Changed type of argument in paren_disp from char to int for 64bit.
1699 ----
1701 Overview of changes in gcalctool 5.6.27
1703 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1705 Overview of changes in gcalctool 5.6.26
1707 * Generated release for GNOME 2.11.91 (beta2).
1709 ----
1711 Overview of changes in gcalctool 5.6.25
1713 * Fixed bug #311306. If the user was in View->Scientific with base Bin, 
1714   Oct or Hex and then went to View->Basic, then returned to View->Scientific, 
1715   some of the numeric keys were incorrectly greyed out.
1717 ----
1719 Overview of changes in gcalctool 5.6.24
1721 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B" 
1722   button (or typing Shift-B).
1724 ----
1726 Overview of changes in gcalctool 5.6.23
1728 * Fixed bug #310791. Memory register window view logic was screwed.
1730 ----
1732 Overview of changes in gcalctool 5.6.22
1734 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
1736 ----
1738 Overview of changes in gcalctool 5.6.21
1740 * Fixed bug #153854. When the user changes modes, a warning dialog is 
1741   displayed to let them know that their current display will be cleared 
1742   and the base reset to decimal. The user has the option of checking a 
1743   toggle box on the dialog, that will prevent this warning from being 
1744   displayed again.
1746 ----
1748 Overview of changes in gcalctool 5.6.20
1750 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build 
1751   on Solaris with pkgconfig >= 0.17.1.
1753 ----
1755 Overview of changes in gcalctool 5.6.19
1757 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now 
1758   correctly change the sign of the exponent on scientific numbers again.
1759 ----
1761 Overview of changes in gcalctool 5.6.18
1763 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal 
1764   numbers "A-F" to other bases in "use arithmetic operator precedence mode".
1766 ----
1768 Overview of changes in gcalctool 5.6.17
1770 * Fixed bug #305619. Calculations with stored register values in arithmetic 
1771   operator precedence mode, now work correctly.
1773 ----
1775 Overview of changes in gcalctool 5.6.16
1777 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching 
1778   the format (e.g. from ENG to FIX), the displayed value switches to zero 
1779   (in the corresponding format, so e.g. 0.0 or 0e+0, ...).
1781 ----
1783 Overview of changes in gcalctool 5.6.15
1785 * Fixed bug #305467. gcalctool no longer crashes under the following 
1786   scenerio:
1787     - type "f" to bring up the user function menu.
1788     - dismiss the menu by clicking elsewhere with the mouse.
1789     - type another character which isn't in the range "0" to "9".
1791 ----
1793 Overview of changes in gcalctool 5.6.14
1795 * Did a gcalctool tarball release.
1797 ----
1799 Overview of changes in gcalctool 5.6.13
1801 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y 
1802   operations. New values are:
1803       Xor - 'x'
1804       x^y - '^'
1806 ----
1808 Overview of changes in gcalctool 5.6.12
1810 * Fixed bug #302555. Various gcalctool variables have now been const'ified.
1812 ----
1814 Overview of changes in gcalctool 5.6.11
1816 * Fixed bug #300957. Replaced the underscore character in 
1817   "translator_credits" with a hyphen, to prevent some 
1818   translation tools from being confused.
1820 ----
1822 Overview of changes in gcalctool 5.6.10
1824 * More work on bug #172704. 
1825   - Adjusted the code to not try to display a menu when the user 
1826     entered a left parentheses (another do_pending() type of operation).
1827   - Toggling the "Show Trailing Zeroes" operation via keyboard
1828     shortcuts, needed to clear the v-.pending flag.
1830 ----
1832 Overview of changes in gcalctool 5.6.9
1834 * Fixed up some problems reported by lint.
1836 ----
1838 Overview of changes in gcalctool 5.6.8
1840 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut 
1841   for any of the gcalctool buttons that have a menu associated with them, that 
1842   menu is now displayed. The user can use the arrow keys to select a menu item 
1843   or the menu items shortcut.
1845 ----
1847 Overview of changes in gcalctool 5.6.7
1849 * Fixed bug #171393. Allow stock labels to show through.
1851 ----
1853 Overview of changes in gcalctool 5.6.6
1855 * Refixed bug #158280. The Help->Contents menu item no longer appears if 
1856   gcalctool is built Gtk-only.
1858 ----
1860 Overview of changes in gcalctool 5.6.5
1862 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init() 
1863   and the gtk about popup didn't have the gcalctool icon.
1865 ----
1867 Overview of changes in gcalctool 5.6.4
1869 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1870   the on-screen keyboard assistive technology, it's possible that the 
1871   event returned by gtk_get_current_event() is NULL. If this is the 
1872   case, we need to fudge the popping up on the menu associated with 
1873   this menu button.
1875 ----
1877 Overview of changes in gcalctool 5.6.3
1879 * Fixed bug #158280. You can now build gcalctool without the GNOME 
1880   libraries by specifying "--disable-gnome" on the configure command 
1881   line.
1883 ----
1885 Overview of changes in gcalctool 5.6.2
1887 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu 
1888   item inactive if the calculator is in Basic mode.
1890 ----
1892 Overview of changes in gcalctool 5.6.1
1894 * Fixed bug #168694. gcalctool now saves/restores the ten memory 
1895   register values as gconf resources.
1897 * Removed the redundant process_str() routine in graphics.c
1899 ----
1901 Overview of changes in gcalctool 5.6.0
1903 * Fixed bug #169196. gcalctool now uses use g_get_home_dir().
1905 * Added in a better implementation of the trig_filter() routine in 
1906   functions.c
1908 ----
1910 Overview of changes in gcalctool 5.5.41
1912 * Version for GNOME 2.10.0 (final) call for tarballs.
1914 ----
1916 Overview of changes in gcalctool 5.5.40
1918 * Version for GNOME 2.10.0 (rc1) call for tarballs.
1920 ----
1922 Overview of changes in gcalctool 5.5.39
1924 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator 
1925   precedence mode.
1927 ----
1929 Overview of changes in gcalctool 5.5.38
1931 * Changes to make the trigonometric code work with hyp and inv properly.
1933 ----
1935 Overview of changes in gcalctool 5.5.37
1937 * Left and Right shift operations weren't working correctly. Menu
1938   name comparison in mb_proc() in gtk.c was incorrect.
1940 ----
1942 Overview of changes in gcalctool 5.5.36
1944 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
1945 * Exch functionality was incorrect in Arithmetic Precedence mode.
1947 ----
1949 Overview of changes in gcalctool 5.5.35
1951 * Fixed bug 167124. One of the entries in the words[] array in 
1952   syntax_translation.c was accidentally commented out.
1954 ----
1956 Overview of changes in gcalctool 5.5.34
1958 * Fixed bug 166634. Call to create the About box was missing a 
1959   NULL terminator.
1961 ----
1963 Overview of changes in gcalctool 5.5.33
1965 * Adjusted all copyright messages to be 2005.
1966 * Version for GNOME 2.10.0 (beta2) call for tarballs.
1968 ----
1970 Overview of changes in gcalctool 5.5.32
1972 * Fixed bug #165522. Made the status bar non-resizable.
1974 ----
1976 Overview of changes in gcalctool 5.5.31
1978 * Various code cleanups. It moves some declarations of static functions 
1979   to the corresponding .c files. It also cuts down the number of 
1980   included files, moving some includes to where they are needed from 
1981   calctool.h.
1983 ----
1985 Overview of changes in gcalctool 5.5.30
1987 * Adjusted the About dialog to use the latest GtkAbout widget.
1989 ----
1991 Overview of changes in gcalctool 5.5.29
1993 * Version for GNOME 2.10.0 (beta1) call for tarballs.
1995 ----
1997 Overview of changes in gcalctool 5.5.28
1999 * Fixed bug #162998. The "menu" buttons in gcalctool now responds 
2000   to the "clicked" event rather than the "button-press-event" to 
2001   allow gok, the on-screen keyboard to function properly.
2003 * Fixed bug #159957. Input number in FIX mode now make mimimal changes 
2004   to (i.e append a single character) the display rather than completely 
2005   delete and insert it. The is helpful to assistive technologies like 
2006   gnopernicus.
2008 ----
2010 Overview of changes in gcalctool 5.5.27
2012 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c 
2013   so that the L10N message translation software isn't confused.
2015 ----
2017 Overview of changes in gcalctool 5.5.26
2019 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
2021 ----
2023 Overview of changes in gcalctool 5.5.25
2025 * Version for GNOME 2.9.4 call for tarballs.
2027 ----
2029 Overview of changes in gcalctool 5.5.24
2031 * Couldn't use the "#" key to select constants as this symbol was
2032   a lower-case symbol on his keyboard.
2034 * Powers that were a multiple of 30 (10 as well as 3) would not 
2035   display correctly, having a 4 digit significand. Further testing 
2036   showed that without the fix the following powers had a 4 digit 
2037   significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
2039 ----
2041 Overview of changes in gcalctool 5.5.23
2043 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
2045 ----
2047 Overview of changes in gcalctool 5.5.22
2049 * Fixed bug #155101. Made the gcalctool window resizable. 
2051 ----
2053 Overview of changes in gcalctool 5.5.21
2055 * Version for GNOME 2.9.3 call for tarballs.
2057 ----
2059 Overview of changes in gcalctool 5.5.20
2061 * Fixed bug #160929. Removed the "Mode" word from each of the different 
2062   mode menu items in the gcalctool View menu.
2064 ----
2066 Overview of changes in gcalctool 5.5.19
2068 * Fixed bug #157701. gcalctool can now use real multiplication and division 
2069   symbols instead of "*" and "/". 
2071 ----
2073 Overview of changes in gcalctool 5.5.18
2075 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include 
2076   the word "Mode" which was getting chopped when the calculator was in 
2077   Basic mode.
2079 ----
2081 Overview of changes in gcalctool 5.5.17
2083 * Fixed bug #157962. Added in a set of three colors for gcalctool that 
2084   will work with the default theme. To use them, the "gcalctoolrc" file 
2085   supplied with the source distribution needs to be moved to ~/.gcalctoolrc
2087 ----
2089 Overview of changes in gcalctool 5.5.16
2091 * Generated gcalctool tarball for the GNOME 2.9.2 release.
2093 ----
2095 Overview of changes in gcalctool 5.5.15
2097 * Adjusted the scroll_right() routine to only scroll right if the 
2098   horizontal scroll bar is visible.
2100 ----
2102 Overview of changes in gcalctool 5.5.14
2104 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the 
2105   -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in 
2106   .../gcalctool/Makefile.am for now, to allow it to successfully build
2107   against the latest GNOME/Gtk+.
2109 * Slight adjustment to correct check the Advanced mode menu item when
2110   the user had previously terminated gcalctool in that mode.
2112 ----
2114 Overview of changes in gcalctool 5.5.13
2116 * Changed the names of the gconf mode type key so that there is backward 
2117   compatibility.
2119 * Reset the initial default mode to BASIC.
2121 ----
2123 Overview of changes in gcalctool 5.5.12
2125 * Fixed bug #157757. The horizontal scrollbar for the display area will 
2126   now only be visible when needed. It will also display the rightmost part 
2127   of the display as you are entering new input.
2129 ----
2131 Overview of changes in gcalctool 5.5.11
2133 * Added in a very basic mode for gcalctool. Rather than calling this a 
2134   "Light" mode, the existing "Basic" mode is now renamed to "Advanced" 
2135   and the new basic mode is called "Basic".
2137 ----
2139 Overview of changes in gcalctool 5.5.10
2141 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with
2142   non-integer Y will now display a descriptibe error in the status bar.
2144 ----
2146 Overview of changes in gcalctool 5.5.9
2148 * Generated gcalctool tarball for first GNOME 2.9 release.
2150 ----
2152 Overview of changes in gcalctool 5.5.8
2154 * Slight adjustment to bug #152301. The tooltip message had been tweaked to 
2155   "Show the About Gcalctool dialog".
2157 ----
2159 Overview of changes in gcalctool 5.5.7
2161 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from 
2162   "Show about help" to "Show the about dialog", to make it more understandable.
2164 ----
2166 Overview of changes in gcalctool 5.5.6
2168 * Fixed bug #153726. Gcalctool will now build correctly when using the 
2169   -fno-common option for gcc (3.3.4).
2171 ----
2173 Overview of changes in gcalctool 5.5.5
2175 * Numerical answer localization and thousand separator support for 
2176   arithmetic precedence mode.
2178 * If the accuracy was changed via one of the ten preset menu items in the 
2179   Acc menu, the tooltip wasn't getting correct updated with the new accuracy.
2181 ----
2183 Overview of changes in gcalctool 5.5.4
2185 * Further changes to the "Set Precision" popup (rfe #147803):
2186   - "Significant places" not "Significant Places".
2187   - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the 
2188     current precision, and be in the same radio box group as the other menu 
2189     items. Check the appropriate menu entry.
2190   - Adjust the Acc button tooltip to show the current accuracy too.
2191   - When the user attempts to enter an invalid entry in the Set Precision 
2192     popup, an error message is shown in the main gcalctool status bar.
2193   - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).
2195 * Fixed bug #152790. Most of the changes needed were already in CVS; there 
2196   was one compiler warning that still needed to be removed.
2198 * Storing the display value to a memory register was not updating the memory 
2199   register window, if it was visible.
2201 ----
2203 Overview of changes in gcalctool 5.5.3
2205 * Added in functionality to set the number of significant places > 9.
2206   There is a new menu item under the Acc menu called "Set Precision..."
2207   that brings up a small popup allowing you to set precision between 0
2208   and MAXACC significant places (where MAXACC is currently 30).
2210 ----
2212 Overview of changes in gcalctool 5.5.2
2214 * Fixed up numerous warnings generated by running lint on the gcalctool code.
2215   Removed unused variables and functions. Declared routines statically where 
2216   possible.
2218 ----
2220 Overview of changes in gcalctool 5.5.1
2222 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
2224 ----
2226 Overview of changes in gcalctool 5.5.0
2228 * Major new release of gcalctool. Incorporates an arithmetic operator
2229   precedence mode (currently the default while it's been debugged). To get
2230   the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
2231 * The "(" and ")" buttons have moved from the scientific mode into the
2232   Basic mode so that they are now available to users who need them but not
2233   everything that the Scientific mode provides.
2234 * There is a footer message area that provides feedback.
2235 * The display area now has an horizontal scrollbar.
2236 * Typing in the keyboard shortcuts for the various gcalctool buttons
2237   autocompletes their entry into the display area.
2238 * Tooltips show button's shortcut.
2240 ----
2242 Overview of changes in gcalctool 4.4.13
2244 * Remainder of the fix for bug #143924. Control-T shouldn't work in Basic 
2245   or Financial modes. 
2247 ----
2249 Overview of changes in gcalctool 4.4.12
2251 * Partial fix for bug #143924. After an error condition, the "Show 
2252   Trailing Zeroes" menu item is only activated if the user is in 
2253   Scientific mode.
2255 ----
2257 Overview of changes in gcalctool 4.4.11
2259 * Fixed bug 138106. In Basic or Financial mode, "Error" was been 
2260   incorrectly display if you user has "Show Thousands Separator" set.
2262 ----
2264 Overview of changes in gcalctool 4.4.10
2266 * Fixed bug 144031. gcalctool checked for the presence of the X11 
2267   libraries but doesn't need to.
2269 ----
2271 Overview of changes in gcalctool 4.4.9
2273 * Selecting Help->About from the menubar now works again.
2275 ----
2277 Overview of changes in gcalctool 4.4.8
2279 * Adjusted the creation of the menubar and the Accuracy and Left/Right 
2280   shift menus from GtkItemFactory to GtkUIManager.
2282 ----
2284 Overview of changes in gcalctool 4.4.7
2286 * Fixed bug 142824. gcalctool now correctly recognizes the localized 
2287   decimal point character.
2289 ----
2291 Overview of changes in gcalctool 4.4.6
2293 * Fixed bug 129397. Use GtkIconTheme to load gcalctool icon instead of
2294   built-in image.
2296 ----
2298 Overview of changes in gcalctool 4.4.5
2300 * Fixed bug 142888. Gcalctool is now connected to the "die" signal so 
2301   that it can be successfully terminated when removed from 
2302   gnome-session-properties.
2304 ----
2306 Overview of changes in gcalctool 4.4.4
2308 * The "Bsp" button label has been changed to "Bksp" to make it more 
2309   understandable.
2311 ----
2313 Overview of changes in gcalctool 4.4.3
2315 * Fixed bug 138106. If the "Error" message is being displayed, it is now 
2316   no longer incorrectly displayed as "Er,ror" if the "Show Thousands 
2317   Separator" is on.
2319 ----
2321 Overview of changes in gcalctool 4.4.2
2323 * Fixed bug 135068. Adjusted several default constant descriptions to be 
2324   more understandable. 
2326 ----
2328 Overview of changes in gcalctool 4.4.1
2330 * Fixed bug 135065. Tooltips for OR, AND, NOT, XOR and XNOR have been 
2331   changed from "Logical <whatever>" to "Bitwise <whatever>". 
2333 ----
2335 Overview of changes in gcalctool 4.4.0
2337 * Fixed bug 136872. gcalctool can now be built with "CFLAGS=-fdata-sections".
2339 ----
2341 Overview of changes in gcalctool 4.3.51
2343 * Version for GNOME 2.6 (FINAL) call for tarballs. Includes:
2344   - new locales for pa, en_GB, bg and ga.
2345   - localized online user documentation from the Sun translation team.
2346     for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
2348 ----
2350 Overview of changes in gcalctool 4.3.50
2352 * One more slight adjustment to the fix for bug 135064.
2353   Entering numbers that start with the numeric point character ('.")
2354   are now visibly displayed.
2356 ----
2358 Overview of changes in gcalctool 4.3.49
2360 * Adjustment to the fix for bug 135064. Fix to remove a potential spurious 
2361   initial thousands separator character after a change sign operation.
2363 ----
2365 Overview of changes in gcalctool 4.3.48
2367 * Fixed bug 135064. Changing the sign of a large number (when "Show 
2368   Thousands Separator" is on and this is not the C locale), no longer 
2369   corrupts the display.
2371 ----
2373 Overview of changes in gcalctool 4.3.47
2375 * Fixed bug 135328. Added Shift-slash as a recognized alternate for the 
2376   divide operation (needed by the be-latin1 keyboard layout).
2378 ----
2380 Overview of changes in gcalctool 4.3.46
2382 * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789 
2383   which are shifted about the accented characters on a French keyboard.
2385 ----
2387 Overview of changes in gcalctool 4.3.45
2389 * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up. 
2391 ----
2393 Overview of changes in gcalctool 4.3.44
2395 * Fixed bug 133764.
2396   - "Gradients" was still appearing when in Scientific mode (instead of 
2397     "Gradians".
2398   - In the x^2 button, the 2 should not be italicized.
2399   - In the x^2 and x^y buttons, the x should be italicized.
2400   - The View Thousands Separator menu item should not remain active during 
2401     an error condition.
2403 ----
2405 Overview of changes in gcalctool 4.3.43
2407 * Fixed bug 133590. The About box now lists the documenters of gcalctool. 
2409 ----
2411 Overview of changes in gcalctool 4.3.42
2413 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen 
2414   (rather than square brackets) to show what mode the user is currently 
2415   using.
2417 ----
2419 Overview of changes in gcalctool 4.3.41
2421 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather 
2422   than frames (per the HIG).
2424 ----
2426 Overview of changes in gcalctool 4.3.40
2428 * Fixed bug 131571. User defined constants are now read/written out (as 
2429   gconf resources) with no thousands separator and with a radix of ".". 
2431 ----
2433 Overview of changes in gcalctool 4.3.39
2435 * Fixed bug 131594. The "Insert ASCII View..." menu item and the 
2436   "Insert" button no longer use the GTK_STOCK_CONVERT stock icon 
2437  (as per the HIG).
2439 ----
2441 Overview of changes in gcalctool 4.3.38
2443 * Fixed bug 131059. Fix to allow the thousands separator to be used 
2444   correctly with the creation of the initial constant values in the 
2445   Russian locale. 
2447 ----
2449 Overview of changes in gcalctool 4.3.37
2451 * Fixed bug 130078. Changed the y^x button label to x^y (really x 
2452   superscript y). Adjusted the tooltip message to "Raise displayed 
2453   value to the power of y".
2455 ----
2457 Overview of changes in gcalctool 4.3.36
2459 * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check 
2460   from the get_tsep() routine in order to get the thousands separator to 
2461   correctly work in all locales. Note that there is no thousands separator 
2462   now for the C locale.
2464 ----
2466 Overview of changes in gcalctool 4.3.35
2468 * Fixed part of bug 126125. If the user entered: "1+(2()<backspace>)", 
2469   this resulted in an answer of 0. 
2471 ----
2473 Overview of changes in gcalctool 4.3.34
2475 * Fixed bug 130187. When gcalctool changes modes now, it's internal state 
2476   and the display are cleared.
2478 ----
2480 Overview of changes in gcalctool 4.3.33
2482 * Fixed bug 130282. Fixes for more problems with the thousands separator 
2483   in certain locales, plus correct handling of the radix character with 
2484   the initial constant values.
2486 ----
2488 Overview of changes in gcalctool 4.3.32
2490 * Fixed bug 128603 again. The solution this time was to duplicate the 
2491   initial string constant values to be confident that they are not in 
2492   read-only memory.
2494 ----
2496 Overview of changes in gcalctool 4.3.31
2498 * Fixed bug 129539.  The thousands separator is a null terminated string, 
2499   not a single character. Same for the radix.
2501 ----
2503 Overview of changes in gcalctool 4.3.30
2505 * Fixed bug 129496. "Gradients" should be "Gradians".
2507 ----
2509 Overview of changes in gcalctool 4.3.29
2511 * Fixed bug 128603. The changes for enhancement request #126626 which added 
2512   thousands separator support caused a crash at startup time on a Debian 
2513   system. The initial constant strings are being put in read-only memory 
2514   either by gcc (or because of the way that x86 arch is designed). This was 
2515   not a problem when tested with the Sun compilers on a Solaris SPARC machine.
2516   The remove_tsep() routine is display.c has been rewritten to correctly 
2517   handle this.
2519 ----
2521 Overview of changes in gcalctool 4.3.28
2523 * Further work on enhancement request 125873. As the user is typing in 
2524   input, the display will now show the thousands separator (if checked).
2526 ----
2528 Overview of changes in gcalctool 4.3.27
2530 * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2531   This keyval/state pair needed to be added to the Xor recognized mappings.
2533 ----
2535 Overview of changes in gcalctool 4.3.26
2537 * Re-fixed bug 127672. The fix for Shift-"=" should have been for GDK_equal 
2538   not GDK_Return.  Needed to add in support for Shift-"/" too.
2540 ----
2542 Overview of changes in gcalctool 4.3.25
2544 * Implemented enhancement request 125873. gcalctool can now optionally 
2545   show the thousands seperator character for fixed point numbers displayed 
2546   in the decimal base. Same for numbers stored in the memory registers. 
2547   There is a new "Show Thousands Separator" menu entry in the View menu 
2548   to set this.
2550 ----
2552 Overview of changes in gcalctool 4.3.24
2554 * Fixed bug 126626. gcalctool no longer causes a Gtk-CRITICAL error when 
2555   the user enters "9*(1<Xor>". The problem was caused because a non-UTF 
2556   character was being inserted into the text string to be displayed for 
2557   the Xor function.
2559 ----
2561 Overview of changes in gcalctool 4.3.23
2563 * Fixed bug 125782. If the user is entering a left parenthesis and it is 
2564   the first one being displayed and there is no current arithmetic operand,
2565   then the current display is initially cleared to avoid the confusion of 
2566   showing something like "0(".
2568 ----
2570 Overview of changes in gcalctool 4.3.22
2572 * Fixed bug 127862. The fix for bug #125625 introduced a potential 
2573   out-of-order case for users who are rapid keyboard typers. This 
2574   bug fix rectifies this with the unfortunate side-effect of no longer 
2575   visual toggling the equivalent button to the keyboard character 
2576   that the user entered. This fix is still compatible with the way 
2577   the accessibility infrastructure works though.
2579 ----
2581 Overview of changes in gcalctool 4.3.21
2583 * Fixed bug 65806. For the "1/x", "x^2", "x!", "e^x", "10^x" and 
2584   "y^x" labels, all occurances of "x" and "y" are now italicized.
2585   The "e" in "e^x" is no longer italicized.
2587 ----
2589 Overview of changes in gcalctool 4.3.20
2591 * Fixed bug 127316. The "fix" introduced in gcalctool v4.1.18 to fix Sun 
2592   Bugtraq bug #1258472 against CDE dtcalc (which was also a problem with 
2593   gcalctool) was incorrect.
2595 ----
2597 Overview of changes in gcalctool 4.3.19
2599 * Fixed bug 127672. The "=" key on a Swedish keyboard is on the upper 
2600   level of a key (i.e. the Shift key needs to be down). Added another 
2601   mask/keysym pair to the "=" entry to handle this.
2603 ----
2605 Overview of changes in gcalctool 4.3.18
2607 * Fixed bug 125625. gcalctool now handles "clicked" events rather than 
2608   "pressed" ones.
2610 ----
2612 Overview of changes in gcalctool 4.3.17
2614 * Fixed bug 124928. Plugged several memory leaks.
2616 ----
2618 Overview of changes in gcalctool 4.3.16
2620 * Fixed bug 124377. Fixed rounding errors when the radix character for a 
2621   locale isn't ".".
2622 * Online help updated for various recent (small) changes.
2624 ----
2626 Overview of changes in gcalctool 4.3.15
2628 * Fixed bug 124172. The "+" character on a German keyboard is on the lower 
2629   level of a key (i.e. the Shift key doesn't need to be down). Added another
2630   mask/keysym pair to the "+" entry to handle this.
2632 ----
2634 Overview of changes in gcalctool 4.3.14
2636 * Fixed bug 120737. Changed the accessible text for the OR button from 
2637   "Logical OR" to "logical OR" so that it's not changed by FreeTTS's 
2638   token to words module to "logical Oregon".
2640 ----
2642 Overview of changes in gcalctool 4.3.13
2644 * Fixed bug #123948. Removed the GTK_DISABLE_DEPRECATED flag from
2645   .../gcalctool/gcalctool/Makefile.am, to allow the depreciated
2646   GtkItemFactory, to successfully build.
2648 ----
2650 Overview of changes in gcalctool 4.3.12
2652 * Fixed bug 123724. Hitting Esc now does the same as hitting 
2653   Control-Backspace; i.e. the CE (clear entry) functionality.
2654 * Updated the gcalctool man pages to reflect this change, and the changes
2655   for bug #118826.
2657 ----
2659 Overview of changes in gcalctool 4.3.11
2661 * Refixed bug 122373. gcalctool now uses nl_langinfo() to get the numeric 
2662   point for the users locale, rather than via a localised string.
2664 ----
2666 Overview of changes in gcalctool 4.3.10
2668 * Fixed enhancement #65806. Changed that label for e^x (e superscript x) to 
2669   use an italised "e".
2671 ----
2673 Overview of changes in gcalctool 4.3.9
2675 * Fixed bug 118826. The keyboard shortcuts for the six hex. digits are 
2676   now "A" to "F". The functions that previously used those letters have 
2677   been reassigned to their lowercase equivalents. 
2679 ----
2681 Overview of changes in gcalctool 4.3.8
2683 * Fixed bug 122408. The tooltips for the numeric buttons (0-9) have been 
2684   removed as they are redundant.
2686 ----
2688 Overview of changes in gcalctool 4.3.7
2690 * Fixed bug 120749. When gcalctool is displaying a menu, typing Alt+Tab 
2691   can no longer switch windows.
2693 ----
2695 Overview of changes in gcalctool 4.3.6
2697 * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2698   Accessible names have now been added to each of the widgets in the 
2699   mode panel when in Scientific mode.
2701 ----
2703 Overview of changes in gcalctool 4.3.5
2705 * Fixed bug 122373. The decimal separator is now a translatable string so 
2706   that other locales that don't use a period can adjust accordingly.
2708 ----
2710 Overview of changes in gcalctool 4.3.4
2712 * Fixed bug 120605. Gcalctool debug messages are no longer translatable 
2713   strings.
2715 ----
2717 Overview of changes in gcalctool 4.3.3
2719 * Build for GNOME 2.4 (Final). Tag in CVS is GCALCTOOL_4_3_3
2721 ----
2723 Overview of changes in gcalctool 4.3.2
2725 * Fixed bug 119888. gcalctool keyboard handling has been improved.
2727 ----
2729 Overview of changes in gcalctool 4.3.1
2731 * Fixed bug 119832. The space bar can now correctly activate the button 
2732   that has focus.
2734 ----
2736 Overview of changes in gcalctool 4.3.0
2738 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2740 ----
2742 Overview of changes in gcalctool 4.2.104
2744 * Fixed bug 118246. The display field can now take focus. The initial 
2745   widget with focus is the Clr button.
2747 ----
2749 Overview of changes in gcalctool 4.2.103
2751 * (Bug #118247) Three more small adjustments to AccessibleName text:
2752   "E to the power of x" goes back to "E to the x"
2753   "Ten to the power of x" goes back to "Ten to the x"
2754   "Y to the power of x" goes back to "Y to the x"
2756 ----
2758 Overview of changes in gcalctool 4.2.102
2760 * (Bug #118247) Four small adjustments to AccessibleName text:
2761   "Random" becomes "Random number"
2762   "E to the x" becomes "E to the power of x"
2763   "Ten to the x" becomes "Ten to the power of x"
2764   "Y to the x" becomes "Y to the power of x"
2766 ----
2768 Overview of changes in gcalctool 4.2.101
2770 * Fixed bug 118247. Each gcalctool button now has an AccessibleName.
2772 ----
2774 Overview of changes in gcalctool 4.2.100
2776 * Fixed bug 117691. The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are 
2777   not valid equivalents for the 8, 2, 4 and 6 keys. They are needed for 
2778   keyboard navigation.
2780 ----
2782 Overview of changes in gcalctool 4.2.99
2784 * Bumped version number for GNOME 2.3.4 release, to include John's doc
2785   build changes.
2787 ----
2789 Overview of changes in gcalctool 4.2.98
2791 * Fixed bug 116944. Various HIG improvements to the edit constants, edit 
2792   functions, and insert ASCII value dialogs. 
2794 ----
2796 Overview of changes in gcalctool 4.2.97
2798 * Further work on bug 116727. A simpler fix was found.
2800 ----
2802 Overview of changes in gcalctool 4.2.96
2804 * Fixed bug 116727. When the calculator display is showing an error message,
2805   it is now correctly localized.
2807 ----
2809 Overview of changes in gcalctool 4.2.95
2811 * Fixed bug 115950. The "*" key wasn't being recognized as a keyboard 
2812   shortcut for multiplication.
2814 ----
2816 Overview of changes in gcalctool 4.2.94
2818 * Further work on bug 114364. The items in the constants menu are now always 
2819   displayed in the decimal numeric base. This is consistent with the way that 
2820   calctool in the OpenWindows DeskSet worked.
2822 ----
2824 Overview of changes in gcalctool 4.2.93
2826 * Fixed bug 114364. When you select "Edit Constants" from the Con menu, the 
2827   values of each constant are shown in Decimal. The label:
2828   "All constant values are specified in the decimal numeric base"
2829   has also been added to the "Edit Constant" popup to clarify this.
2831 ----
2833 Overview of changes in gcalctool 4.2.92
2835 * Fixed bug 115653. Adjusted the keyboard mnemonic checking code to now 
2836   check to make sure that neither of the Alt keys is pressed when comparing 
2837   against button equivalents.
2839 ----
2841 Overview of changes in gcalctool 4.2.91
2843 * Similar problem to bug #115212 but for the "Edit Constants" and
2844   "Edit Functions" dialog boxes. gcalctool no longer can display
2845   multiple versions of them.
2847 ----
2849 Overview of changes in gcalctool 4.2.90
2851 * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2852   When an error condition occurs:
2854   - make insensitive all buttons except Clr.
2855   - make all Scientific mode toggles and checkboxes insensitive.
2856   - make all menubar items insensitive except:
2857       Calculator->Quit
2858       Help->Contents
2860   When the error condition is cleared, resensitise everything, setting
2861   the numeric base buttons correctly.
2863 ----
2865 Overview of changes in gcalctool 4.2.89
2867 * Fix for bug #115212. gcalctool no longer can display multiple About boxes.
2869 ----
2871 Overview of changes in gcalctool 4.2.88
2873 * Fix for bug #108209. The appropriate gcalctool button is now animated 
2874   when the user enters that value via the keyboard.
2876 ----
2878 Overview of changes in gcalctool 4.2.87
2880 * Partial fix for bug 114363. When the calculator display is showing "Error",
2881   the Constant values and the Memory Register values no longer incorrectly
2882   show "Error" as well.
2884 ----
2886 Overview of changes in gcalctool 4.2.86
2888 * Fixed bug 113703. You can now specify an alternate location for
2889   the gcalctool schemas file with: --with-gconf-source=whatever
2891 ----
2893 Overview of changes in gcalctool 4.2.85
2895 * Fixed bug 113754. Decimal point didn't work with a German keyboard if 
2896   Numlock was turned on.
2898 ----
2900 Overview of changes in gcalctool 4.2.84
2902 * Install "gnome-calculator" symlink as reqested by Glynn Foster.
2904 ----
2906 Overview of changes in gcalctool 4.2.83
2908 * Fixed Bugzilla bug 111269. It was possible to type fast into gcalctool 
2909   and digits would be transposed. 
2911 ----
2913 Overview of changes in gcalctool 4.2.82
2915 * Refixed bug 110416.  Concatenated more error messages in mp.c.
2916 * Adjusted the Acc menu entries to be "<n> significant places" rather than 
2917   "<n> radix places".
2918 * Replaced "kilometers per hour / miles per hour" with "kilometers per hour 
2919   or miles per hour" in the first constant description.
2920 * Replaced occurances of "/" in the other constant descriptions with "or".
2922 ----
2924 Overview of changes in gcalctool 4.2.81
2926 * Translators: The documentation is now ready for translation!
2928 * Updated the following files:
2929     * configure.in: updated version number to 4.2.81
2930     * help/C/gcalctool.xml: first approved draft, ready for translation
2931     * help/C/gcalctool-C.omf: updated manual date and version number
2932     * help/C/l10n.txt: new file added 
2933     * help/C/figures/gcalctool_edit_const_window.png: deleted
2934     * help/C/figures/gcalctool_edit_func_window.png: deleted
2935     * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2936     * help/C/figures/gcalctool_mem_reg_window.png: deleted
2938 ----
2940 Overview of changes in gcalctool 4.2.80
2942 * Fixed Bugzilla bug 110416. Various fprintf statements in mp.c have been 
2943   concatenated to help translators.
2945 ----
2947 Overview of changes in gcalctool 4.2.79
2949 * Added in latest online help changes from Breda McColgan. This should now 
2950   put the online help in sync with the actual functionality of gcalctool.
2952 ----
2954 Overview of changes in gcalctool 4.2.78
2956 * Made translated menu entries actually visible. fixed some tooltips, added
2957   AC_PREREQ macro to configure.in.
2959 ----
2961 Overview of changes in gcalctool 4.2.77
2963 * This version announced on gnome-announce.
2965 ----
2967 Overview of changes in gcalctool 4.2.76
2969 * Slight adjustments to Bugzilla bug 108226 . Menu item is now
2970   "Show Trailing Zeroes", with a Control-T accelerator. Added a similar
2971   menu item to the View menu on the menu bar.
2973 ----
2975 Overview of changes in gcalctool 4.2.75
2977 * Fixed Bugzilla bug 108729. 
2979   Added tooltips to the radio and check buttons in scientific mode.
2981 ----
2983 Overview of changes in gcalctool 4.2.74
2985 * Fixed Bugzilla bug 108226.
2987   The menu items in the Acc menu are now "tickable", so you know what the
2988   current accuracy selection is. Setting one of these clears the previous one.
2990   A new "remove trailing zeroes" menu item is added to the Acc menu (last
2991   item, with a separator just above), that is "tickable". This tick doesn't
2992   affect the accuracy ticks. It's either on or off.
2994   The default setting for accuracy now becomes 9 numeric places and "remove 
2995   trailing zeroes".
2997   The Acc button is moved to the Scientific mode (clear slot in the top 
2998   right corner, above the Rand.
3000   The Base radio button group and the display type radio button group in 
3001   the mode panel in Scientific mode are now moved to the right side to be
3002   close in proximity to the Acc button. The other mode items move to the 
3003   left side.
3005 ----
3007 Overview of changes in gcalctool 4.2.73
3009 * Fixed Bugzilla bug 108208. The default value for the "showregisters" 
3010   resource in gcalctool.schemas was incorrectly set.
3011 * There should be no "default:" action in the command line parsing in 
3012   get_options(). 
3014 ----
3016 Overview of changes in gcalctool 4.2.72
3018 * Correctly fixed Bugzilla bug 108219. The previous fix didn't correct 
3019   set the radio buttons when changing mode from Scientific to Basic or 
3020   Financial. Only the internal state.
3022 ----
3024 Overview of changes in gcalctool 4.2.71
3026 * Further fix for Bugzilla bug 108209. Followup changes to make the numeric 
3027   keypad animate the buttons on Linux machines.
3029 ----
3031 Overview of changes in gcalctool 4.2.70
3033 * Fixed Bugzilla bug 108219.
3034   When you go from Scientific mode to either Basic or Financial mode, 
3035   the calculator will revert to "Dec" base in "Fix" notation.
3036   Any number in the display (and the memory registers if shown) will be 
3037   converted accordingly.
3038   When you are in a mode (Basic, Financial, or Scientific) you will only 
3039   be able to do the functionality that that mode shows.
3041 ----
3043 Overview of changes in gcalctool 4.2.69
3045 * Fixed Bugzilla bug 108333. The gcalctool buttons with menus associated 
3046   with them are now keyboard navigable.
3048 ----
3050 Overview of changes in gcalctool 4.2.68
3052 * Fixed Bugzilla bug 108209. When the user uses the keyboard to enter data,
3053   the associated gcalctool button will be animated.
3055 ----
3057 Overview of changes in gcalctool 4.2.67
3059 * Fixed Bugzilla bug 108210. Main gcalctool window is no longer resizable.
3061 ----
3063 Overview of changes in gcalctool 4.2.66
3065 * Incorporated various changes to the online help Breda McColgan in
3066   the Sun GNOME doc. team.  Translators, please do not translate yet.
3067   See ChangeLog for more information.
3069 ----
3071 Overview of changes in gcalctool 4.2.65
3073 * Added scrollkeeper checks into configure.in.
3074 * Fixed warning message:
3076   ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
3077   GNOME_FILE_DOMAIN_APP_HELP domain
3079 ----
3081 Overview of changes in gcalctool 4.2.64
3083 * Added in a first (draft) version of online help from Breda McColgan in
3084   the Sun GNOME doc. team.  Translators, please do not translate yet. See
3085   ChangeLog for more information.
3087 ----
3089 Overview of changes in gcalctool 4.2.63
3091 * Abstracted the key values and modifiers.
3093 ----
3095 Overview of changes in gcalctool 4.2.62
3097 * Adjusted the tooltip help to be minimalist messages.
3099 ----
3101 Overview of changes in gcalctool 4.2.61
3103 * Small adjustment to allow gcalctool to compile using the Solaris Forte
3104   compilers.
3106 ----
3108 Overview of changes in gcalctool 4.2.60
3110 * Gcalctool wasn't saving the trigonometric type when it was changed.
3112 ----
3114 Overview of changes in gcalctool 4.2.59
3116 * Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3118 ----
3120 Overview of changes in gcalctool 4.2.58
3122 * Allows Backspace to now correctly work inside parentheses.
3124 ----
3126 Overview of changes in gcalctool 4.2.57
3128 * The Xor logical operation wasn't being performed correctly.
3129 * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3130   checkboxes.
3132 ----
3134 Overview of changes in gcalctool 4.2.56
3136 * Removed the final period from the ten default constant descriptions.
3137 * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3138   "centimeter".
3139 * Fixed up the values of the ten default constant definitions in the
3140   manual pages.
3141 * The "centimeters <=> inches" default constant should be 0.3937007
3142   rather than 2.54 to be consistent with the other constants.
3144 ----
3146 Overview of changes in gcalctool 4.2.55
3148 * Entering "(<Delete>)" no longer crashes gcalctool.
3150 ----
3152 Overview of changes in gcalctool 4.2.54
3154 * The financial Term tooltip example now works.
3155 * Moved the Exp button to the right of the Con and Fun buttons for better
3156   grouping.
3158 ----
3160 Overview of changes in gcalctool 4.2.53
3162 * Fixed Bugzilla bug 106501. Added bullet proofing to prevent user 
3163   backspacing off the end of the display string.
3165 ----
3167 Overview of changes in gcalctool 4.2.52
3169 * Toggled the positions of the Sto and Rcl buttons.
3171 ----
3173 Overview of changes in gcalctool 4.2.51
3175 * No longer crashes if the user Pastes in an empty clipboard value.
3176 * Now uses a text view for its display widget.
3178 ----
3180 Overview of changes in gcalctool 4.2.50
3182 * Fixes to the manual page:
3183   - the keyboard shortcut for the "Term" function is "t" not "T".
3184   - removed the LOGICAL mode section.
3186 ----
3188 Overview of changes in gcalctool 4.2.49
3190 * The display label and mode no longer expand when the calculator is resized. 
3191 * Replace the three characters of white space in the title bar text with one
3192   space character, so more of the title fits into the task window list applet.
3194 Overview of changes in gcalctool 4.2.48
3196 * Added a launcher to the GNOME's Accessories menu.
3198 ----
3200 Overview of changes in gcalctool 4.2.47
3202 * Marks the menu labels for translation.
3204 ----
3206 Overview of changes in gcalctool 4.2.46
3208 * Various cleanup, to make gcalctool be more like other GNOME applications.
3210 ----
3212 Overview of changes in gcalctool 4.2.45
3214 * Fixed Bugzilla bug 104249. The UI for adding new or editing existing 
3215   constants and/or functions has been improved.
3217 ----
3219 Overview of changes in gcalctool 4.2.44
3221 * Fixed Bugzilla bug 104830. gcalctool now uses gnome-calc3.png as its icon
3222   (same as the current gnome-calculator)
3224 ----
3226 Overview of changes in gcalctool 4.2.43
3228 * Further slight adjustments needed to fix Bugzilla bug 104248. The memory 
3229   registers window now displays correctly again.
3230 * Fixed Bugzilla bug 104240. The "File" menubar item is now called 
3231   "Calculator", and there is a set of unique mnemonics for the various 
3232   items in the Scientific mode panel. The gcalctool manual pages have been 
3233   updated to reflect these changes. 
3234 * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3235   Added in a Control-A mnemonic for Help->About.
3237 ----
3239 Overview of changes in gcalctool 4.2.42
3241 * Fixed Bugzilla bug 104248. The View->Memory Registers menu item's toggle 
3242   is now set correctly depending upon whether the memory register windows 
3243   is visible or hidden. 
3244 * The correct radio item is now set in the View menu mode menu item entries 
3245   if gcalctool is initially started in Financial or Scientific mode.
3247 ----
3249 Overview of changes in gcalctool 4.2.41
3251 * The constant and function definitions are now read and written as Gconf
3252   resources.
3253 * Fixed Bugzilla bug 104250. The constant and the function menu items now 
3254   have "C<n>:" and "F<n>:" prefixes respectively, where <n> is the 
3255   constant/function number.
3257 ----
3259 Overview of changes in gcalctool 4.2.40
3261 * Fixed Bugzilla bug 104245. The View->Basic Mode, Financial Mode, 
3262   Scientific Mode and Memory Registers now have keyboard accelerators 
3263   (Control-B, Control-F, Control-S and Control-M respectively).
3265 ----
3267 Overview of changes in gcalctool 4.2.39
3269 * Further slight adjustments for Bugzilla bug 104287
3270   The insert button isthe default button. 
3271   The dialog is no longer resizable. 
3272   The ESC key can now be used to cancel the dialog. 
3274 ----
3276 Overview of changes in gcalctool 4.2.38
3278 * Fixed Bugzilla bug 104287. HIG improvements for the "Insert ASCII Value" 
3279   dialog.
3281 ----
3283 Overview of changes in gcalctool 4.2.37
3285 * Fixed Bugzilla bug 104241. The Insert ASCII Value" menu item is now 
3286   "Insert ASCII Value..."
3287 * Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3288   <bonobo-i18n.h,> where all this stuff is already defined.
3290 ----
3292 Overview of changes in gcalctool 4.2.36
3294 * Fixed Bugzilla bug #102928. The x^2, e^x, 10^x and y^x keys now use 
3295   Pango markup to display the label using superscripts.
3297 ----
3299 Overview of changes in gcalctool 4.2.35
3301 * Added in handling of the numeric keypad for Linux systems.
3303 ----
3305 Overview of changes in gcalctool 4.2.34
3307 * Handling of the users saved function definitions now works correctly.
3308 * Changed the keyboard accelerators for the following to use non Alt-<?>
3309   values:
3311   Cos  (old value: Alt-c) becomes 'J'.
3312   Sin  (old value: Alt-s) becomes 'K'.
3313   Tan  (old value: Alt-t) becomes 'L'.
3314   Frac (old value: Alt-f) becomes ':'.
3315   Int  (old value: Alt-i) becomes 'i'.
3316   Abs  (old value: Alt-u) becomes 'u'.
3317   Rate (old value: Alt-r) becomes 'T'.
3318 * Removed the need to configure with "--enable-build-broken".
3320 ----
3322 Overview of changes in gcalctool 4.2.33
3324 * Adjusted the memory registers windows to use the same "R0:  0.00" format
3325   (bold for first part), as the Rcl, Sto and Exch menus.
3327 ----
3329 Overview of changes in gcalctool 4.2.32
3331 * The menu items for the Rcl, Sto and Exch menus now have the format
3332   "R0:     0.00", where the "R0:" part is in bold.
3333 * The keyboard accelerators for the menubar menu items are now working.
3335 ----
3337 Overview of changes in gcalctool 4.2.31
3339 * Updated the NEWS file with an overview of all the changes since v4.1.13.
3341 ----
3343 Overview of changes in gcalctool 4.2.30
3345 * Removed the gconf resource for getting/setting whether a beep is sounded
3346   on error. A beep will now always be sounded in such a case.
3347 * The writing out of the resources will now be immediately done when each 
3348   of those functions changes.
3350 ----
3352 Overview of changes in gcalctool 4.2.29
3354 * Updated the manual pages to reflect the recent v4.2.xx changes.
3355 * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3356   on Linux.
3358 ----
3360 Overview of changes in gcalctool 4.2.28
3362 * The real fix for displaying the icon.
3364 ----
3366 Overview of changes in gcalctool 4.2.27
3368 * Vastly improved keyboard navigation.
3369 * Control-F1 now toggles the displaying of tooltip help, so the "-h"
3370   command line option has been removed and the old-style event handling
3371   code has also been removed.
3372 * Added in a signal handler for the "delete" event for the main gcalctool
3373   window. The callback calls gtk_main_quit() to terminate the application.
3375 ----
3377 Overview of changes in gcalctool 4.2.26
3379 * HCI change. Attempt to correct disaplay the gcalctool icon.
3381 ----
3383 Overview of changes in gcalctool 4.2.25
3385 * HCI change. The Sto/Rcl/Exch menu items now show the current register 
3386   values as well.
3388 ----
3390 Overview of changes in gcalctool 4.2.24
3392 * HCI change. All the radiobutton and checkbox items in the mode panel 
3393   now have a mnemonic associated with them.
3395 ----
3397 Overview of changes in gcalctool 4.2.23
3399 * HCI change. Fixed up the buttons on the "Insert ASCII Value", "Enter 
3400   Constant..." and "Enter Function..." popups. They now just use Cancel 
3401   and OK buttons, and use standard stock Gtk icons.
3403 ----
3405 Overview of changes in gcalctool 4.2.22
3407 * HCI change.  Added in an Edit->Paste menu item. If selected this will 
3408   paste the current contents of the clipboard into the calculator display 
3409   as if you'd typed it.
3410 * Added bullet proofing to protect the calculator against values that 
3411   weren't found. If a value wasn't found, it's just ignored, and it goes 
3412   on to process the next character in the string.
3413 * Improved the handling of the recognition of characters entered. It now
3414   takes into effect the mods value for each keysym.
3416 ----
3418 Overview of changes in gcalctool 4.2.21
3420 * HCI change. Added a 2 pixel border for the frames containing the Basic, 
3421   Financial and Scientific buttons and the mode panel.
3423 ----
3425 Overview of changes in gcalctool 4.2.20
3427 * HCI change. Removed the "operand item" label widget.
3429 ----
3431 Overview of changes in gcalctool 4.2.19
3433 * The frames around the mode button tables and the mode panel are no longer
3434   always being shown.
3436 ----
3438 Overview of changes in gcalctool 4.2.18
3440 * Fixed Bugzilla bug #101865. Remade various keyboard remappings:
3441 * Removed mention of the "-l" and "-r" command line options from the manual
3442   pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3443   resource too.
3445 ----
3447 Overview of changes in gcalctool 4.2.17
3449 * Removed the "Keys" key, that allowed you to toggle the button labels to 
3450   show their keyboard equivalents.
3452 ----
3454 Overview of changes in gcalctool 4.2.16
3456 * Put each of the the button tables and the mode panel inside a frame, rather
3457   then use horizontal separators, to try to make the GUI look nicer.
3459 ----
3461 Overview of changes in gcalctool 4.2.15
3463 * Entering "((2+3)*(2+3))" now gives the correct answer.
3464 * Added some bullet-proofing to parentheses handling when bogus characters
3465   are entered.
3467 ----
3469 Overview of changes in gcalctool 4.2.14
3471 * Hooked up the Help->Contents menu item. Note that help support still has
3472   to be included (i.e. a help subdirectory with associated files etc.).
3474 ----
3476 Overview of changes in gcalctool 4.2.13
3478 * The View->Memory Registers menu item now correctly toggles the showing of
3479   the memory register window.
3481 ----
3483 Overview of changes in gcalctool 4.2.12
3485 * Menubar menu items now use stock Gtk icons (where applicable).
3487 ----
3489 Overview of changes in gcalctool 4.2.11
3491 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3493 ----
3495 Overview of changes in gcalctool 4.2.10
3497 * Going into Scientific mode and clicking on "(" twice no longer causes a
3498   segmentation violation.
3500 ----
3502 Overview of changes in gcalctool 4.2.9
3504 * Added some horizontal separators to help make the calculator more readable
3505   when in Financial and Scientific Mode.
3507 ----
3509 Overview of changes in gcalctool 4.2.8
3511 * Entering "((2+3)*9+(5-3))" no longer causes a segmentation violation.
3513 ----
3515 Overview of changes in gcalctool 4.2.7
3517 * Removed the attempt to display a calculator image on the About popup.
3518 * Typing the keyboard equivalent of the menu buttons now works.
3519 * Removed the VERSION string from the titlebar. This is now in the About popup
3521 ----
3523 Overview of changes in gcalctool 4.2.6
3525 * Added in an About popup that's accessible through the Help->About Gcalctool
3526   menubar Help menu item.
3528 ----
3530 Overview of changes in gcalctool 4.2.5
3532 * Fixed Bugzilla bug #102927.
3533   Replaced abbreviation "trig." with full word "trigonometric".
3535 ----
3537 Overview of changes in gcalctool 4.2.4
3539 * Fixed Bugzilla bug #102922.
3540   Adjusted two occurances of sentence fragments to make it easier for 
3541   L10N folks to translate them.
3543 ----
3545 Overview of changes in gcalctool 4.2.3
3547 * Added Spanish (es) to ALL_LINGUAS at configure.in
3548 * gcalctool is now resizable again.
3550 ----
3552 Overview of changes in gcalctool 4.2.2
3554 * Made calculator window choose a reasonable size at startup, and resize
3555   when changing modes.
3557 ----
3559 Overview of changes in gcalctool 4.2.1
3561 * Removed the GNOME_UTIL_LIBS line in gcalctool/Makefile.am so that 
3562   gcalctool will correctly build.
3564 ----
3566 Overview of changes in gcalctool 4.2.0
3568 * The gcalctool GUI layout has been redone to make the Basic mode more
3569   basic and to make the application more GNOMEish.
3570 * The Financial/Logical/Scientific mode buttons have been moved into
3571   the main calculator window above the Basic mode buttons. The Logical
3572   and Scientific modes have been combined.
3573 * Added a menubar.
3574 * The six item mode display has been removed and a mode panel added for
3575   the scientific mode.
3576 * Removed the property sheet. gcalctool no longer has a left or right 
3577   handed style.
3578 * Blank buttons are now correctly hidden.
3579 * Added a "--enable-build-broken" flag to configure that has to be present
3580   in order to configure and build gcalctool while it's still in a semi-broken
3581   state.
3583 ----
3585 Overview of changes in gcalctool 4.1.27
3587 * Fixed Bugzilla bug #101782.
3588   Removed trailing "\n"'s where possible in the tooltip help messages.
3590 ----
3592 Overview of changes in gcalctool 4.1.26
3594 * Fixed Bugzilla bug #101861.
3595   The size of the memory register window is no longer hard-wired.
3597 ----
3599 Overview of changes in gcalctool 4.1.25
3601 * Fixed Bugzilla bug #101867.
3602   Changed multiply key from "X" to "*" (same as the existing gnome-calculator).
3604 ----
3606 Overview of changes in gcalctool 4.1.24
3608 * Fixed Bugzilla bug #101780.
3609   Removed leading and trailing spaces from the labels for the gcalctool buttons.
3611 ----
3613 Overview of changes in gcalctool 4.1.23
3615 * Fixed Bugzilla bug #101777.
3616   Removed trailing periods on the four window titles.
3618 ----
3620 Overview of changes in gcalctool 4.1.22
3622 * Various I18N changes.
3624 ----
3626 Overview of changes in gcalctool 4.1.21
3628 * Various I18N changes.
3630 ----
3632 Overview of changes in gcalctool 4.1.20
3634 * Fixed Sun Bugtraq bug #1102883 against DeskSet calctool:
3635   Adjusted so that all error messages just display "Error" which is
3636   more consistent.
3638 ----
3640 Overview of changes in gcalctool 4.1.19
3642 * Fixed Sun Bugtraq bug #4006391 against CDE dtcalc:
3643   Bring up gcalctool, enter 10000 X 0.58 =, get answer is 5800.
3644   Then click on Int button, supposely should get 5800, but the answer was 5799.
3646 ----
3648 Overview of changes in gcalctool 4.1.18
3650 * Fixed Sun Bugtraq bug #1258472 against CDE dtcalc:
3651   Start up gcalctool and set to decimal and fixed. Set accuracy to 2 decimal
3652   places. Do a division like 0.19/2  It gives 0.0A.
3654 ----
3656 Overview of changes in gcalctool 4.1.17
3658 * Fixed Bugtraq bug #1190181 against OpenWindows DeskSet calctool:
3659   gcalctool core dumped if parent directory was not readable.
3661 ----
3663 Overview of changes in gcalctool 4.1.16
3665 * Updated TODO file with all relevant calculator Sun bugs and rfes.
3666 * Adjusted matherr() routine so that strict ANCI C compilers can compile it.
3667 * Mode windows now shows buttons correctly if you start up in Basic mode,
3668   then try to show one of the other modes.
3670 ----
3672 Overview of changes in gcalctool 4.1.15
3674 * "Keys" button now displays correctly if started with left-handed style.
3675 * Switching handed style now displays button labels correctly if currently
3676   showing the keyboard equivalent.
3678 ----
3680 Overview of changes in gcalctool 4.1.14
3682 * Buttons are colored correctly if started with left-handed style.
3684 ----
3686 Overview of changes in gcalctool 4.1.13
3688 * The unused buttons in the mode window are now hidden.
3690 ----
3692 Overview of changes in gcalctool 4.1.12
3694 * Added gconf support, removing the use of X11 resources.
3696 ----
3698 Overview of changes in gcalctool 4.1.11
3700 * Explicitly setting the size of the calculator buttons has been removed.
3701 * The width of the mode window is now set to the width of the main window.
3703 ----
3705 Overview of changes in gcalctool 4.1.10
3707 * Fixes for I18N support.
3709 ----
3711 Overview of changes in gcalctool 4.1.9
3713 * Now that gcalctool is using Gtk resources to determine the appearance of
3714   the calculator, there is no need to use the custom display_frame widget.
3715 * The calculator display area now has tooltip help.
3717 ----
3719 Overview of changes in gcalctool 4.1.8
3721 * Fixed up mistakes is the gcalctool tooltip help text.
3722 * Three keyboard accelerators weren't working when a "menu" button had been
3723   pressed and the calculator was in pending mode:
3724   Base button - "o" (octal).
3725   Mode button - "l" (logical).
3726   Trig button - "g" (gradient).
3727 * The + and . keys on the numeric keypad now work.
3729 ----
3731 Overview of changes in gcalctool 4.1.7
3733 * Added in help support. Hitting the Help key will toggle whether tooltip
3734   help messages are displayed for the various buttons and other widgets.
3736   By default tooltips are disabled. Start gcalctool with the "-h" command
3737   line option will enable them. There is also a "gcalctool.showhelp"
3738   resource that can enable/disable them.
3740 ----
3742 Overview of changes in gcalctool 4.1.6
3744 * The new Constant/Function popup now has the various items aligned.
3746 ----
3748 Overview of changes in gcalctool 4.1.5
3750 * The size of the buttons in the Mode window are incorrect if the unused ones
3751   are not shown. Solved this my simply making the unused ones insnsitive, and
3752   showing them all.
3754 ----
3756 Overview of changes in gcalctool 4.1.4
3759 * Keyboard accelerators now work for the gcalctool "menu" buttons.
3761 ----
3763 Overview of changes in gcalctool 4.1.3
3765 * The constant and function definitions are now read and written to a file
3766   named ~/.gcalctoolcf.
3767 * gcalctool now also tries to read a ~/.gcalctoolrc file at startup time.
3768   This file (if it exists) can contain resources for changing the appearance
3769   of the application. A gcalctoolrc file is now also included with the
3770   gcalctool distribution, which gives the old OpenWindows DeskSet appearance
3771   to the calculator.
3772 * The ability to change various colors via X resources has also been removed.
3773   The manual pages have been updated to reflect this.
3775 ----
3777 Overview of changes in gcalctool 4.1.2
3779 * Starting gcalctool then switching hands to left-handed, then using the
3780   keyboard for input, wrongly associated the various keyboard accelerators
3781   for the swapped keys.
3783 ----
3785 Overview of changes in gcalctool 4.1.1
3787 * Now finds the X11 libraries in a platform independent way.
3788 * Fixed up the gcalctool usage message.
3789 * Fixed up the gcalctool manual pages.
3790 * gcalctool now looks for ~/.gcalctoolrc and ~/.gcalctooldefaults files.
3791 * X resources are now "gcalctool.<whatever" rather than "calctool.<whatever>".
3793 ----
3795 Overview of changes in gcalctool 4.1.0
3797 * Graphics driver is now based on Gtk2.
3799 ----
3801 Overview of changes in calctool 4.0.0
3803 * Code based on the calctool in the OpenWindows Deskset for Solaris 8.
3804 * Adjusted to use an autoconf/automake configuration and build environment.
3805 * Adjusted the code to a K&R style.
3806 * Incorporated in needed code from the libguide and libdeskset libraries.
3807 * Released under a GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL) license.
3808 * Just an XView graphics driver currently provided.
3810 ----