Fix errors from make distcheck
[gcalctool.git] / NEWS
blob917800402d554db49ac96a3c15af2fc2eb1690c7
1 /*  gcalctool NEWS.
2  *
3  *  Copyright (c) 1987-2009 Sun Microsystems, Inc.
4  *  All Rights Reserved.
5  */
6  
7 Overview of changes in gcalctool 5.27.2
9     * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253)
11     * Add variable word size for bitwise functions (Robin Sonefors, Bug #581253)
13     * Remove negative sign from numbers rounded to zero.  This is only a partial
14       fix as the error value is still visible in scientific notation
15       (Robert Ancell, Bug #560802)
17     * Support odd roots of negative numbers (Robert Ancell, Bug #576973)
19     * Keep settings (show zeroes, thousands separator etc) when changing modes
20       (Robert Ancell, Bug #580398)
22     * Add a --solve command-line argument (Robert Ancell)
24     * Really fix the license text in the about dialog (Robert Ancell, Bug #579174)
26     * Made parser reentrant and part of MP code (Robert Ancell)
27     
28     * Remove references to arithmetic/left-to-right precedence from the manual
29       (Robert Ancell, Bug #559734)
31     * Fix grammatical errors in manual (Bruce Cowan, Bug #569275)
33     * Remove untranslated figures in documentation - they are automatically
34       copied from the C documentation (Robert Ancell, Bug #566680)
36     * Updated translations: si (K.P.Gayan Tharaka)
38 Overview of changes in gcalctool 5.27.1
40     * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807)
42     * Fix display on startup to be replaced on entry (Robert Ancell, Bug #576975)
43     
44     * Make GConf schemas translatable (Robert Ancell, Bug #571948)
45     
46     * Replace MP number arrays with an MPNumber structure (Robert Ancell)
48     * Tidied up error messages (Robert Ancell, Bug #521184)
50     * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946)
51       This will cause the gconf schema to be incompatible with gcalctool < 5.26.0.
52       Expect settings to reset to defaults when upgrading.  Switching between
53       versions will cause resets.
55     * Fix missing license text in about dialog (Robert Ancell, Bug #579174)
56     
57     * Updated translations: es (Jorge Gonzalez), et (Ivar Smolin)
59 Overview of changes in gcalctool 5.26.0
61     * Fix button expansion (nowak2000, Bug #575385)
63     * Removed deprecated test/ directory (Bug #574048)
65     * Updated documentation: C (Robin Sonefors), ca (Joan Duran)
67     * Updated translations: as (Amitakhya Phukan), da (Ask H. Larsen),
68                             el (Jennie Petoumenou), es (Jorge Gonzalez),
69                             fi (Tommi Vainikainen), gl (Ignacio Casal Quinteiro),
70                             gu (Ankitkumar Patel), hi (Rajesh Ranjan),
71                             hu (Gabor Kelemen), it (Sergio Durzu),
72                             lt (Vytautas Rėkus), mai (Rajesh Ranjan),
73                             ml (Ani Peter), mr (Sandeep Shedmake),
74                             nb (Kjartan Maraas), nl (Tino Meinen),
75                             pl (Wadim Dziedzic), ru (Nickolay V. Shmyrev),
76                             ta (felix), te (Krishnababu K),
77                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
79 Overview of changes in gcalctool 5.25.92
81     * Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell, Bug #572881)
83     * Fix rounding errors in integer power calulations (Robert Ancell, Bug #527540)
85     * Fix error in cosine/tangent calculations (Robert Ancell, Bug #571007)
87     * Updated documentation: eu (Inaki Larranaga Murgoitio)
89     * Updated translations: en_GB (Philip Withnall), fi (Ilkka Tuohela),
90                             fr (Bruno Brouard, Claude Paroz), ja (Takeshi AIHANA)
91                             kn (Shankar Prasad), lv (Raivis Dejus),
92                             nl (Wouter Bolsterlee), pt (Duarte Loreto)
93                             pt_BR (Og Maciel, Rodrigo Flores), sv (Daniel Nylander)
95 Overview of changes in gcalctool 5.25.91
97     * Initialise GType system so usage of GConf doesn't cause crashes (Matthias Clasen, Bug #571581)
99     * Rework command-line arguments to be standard (Robert Ancell, Bug #569885)
101     * Correctly handle decimal points for languages not using '.' (Robert Ancell, Bug #566929)
103     * Fix shortcut keys so standard menu keys work (Robert Ancell)
104     
105     * Updated documentation: eu (Inaki Larranaga Murgoitio)
106     
107     * Updated translations: ast (Mikel González), cs (Petr Pulc), da (Ask H. Larsen), eu (Inaki Larranaga Murgoitio),
108                             gu (Sweta Kothari), hu (Gabor Kelemen), ro (Adi Roiban), vi (Clytie Siddall),
109                             zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
111 Overview of changes in gcalctool 5.25.90
113     * Fixed incorrect bit shift operation (Robert Ancell, Bug #569176)
115     * Updated documentation: sv (Daniel Nylander)
117     * Updated translations: ca (Joan Duran), de (Christian Kirbach), ko (Changwoo Ryu), or (Manoj Kumar Giri)
119 Overview of changes in gcalctool 5.25.5
121     * Updated documentation: de (Christian Kirbach)
123     * Updated translations: nb (Kjartan Maraas), th (Theppitak Karoonboonyanan)
125 Overview of changes in gcalctool 5.25.4
127     * Updated translations: de (ckirbach), es (Jorge Gonzalez), zh_CN (甘露)
129 Overview of changes in gcalctool 5.25.3
131     * Made exponential numbers work without a sign, e.g. '1e2' works
132       the same as '1e+2' (Robert Ancell).
134     * Correctly calculate exponential numbers in binary mode and
135       convert correctly when changing bases (Robert Ancell, Bug #516159).
137     * Fix broken accelerator keys from changes in 5.25.2 (Robert Ancell, Bug #379476).
139 Overview of changes in gcalctool 5.25.2
141     * Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are controlled by the shift key.
142       The following shortcut keys have changed:
144       Function     | Old | New
145       --------------------------
146       Sine         | K   | k
147       Inv. Sine    | -   | K
148       Cosine       | J   | j
149       Inv. Cosine  | -   | J
150       Tangent      | L   | w
151       Inv. Tangent | -   | W
152       Natural Log  | N   | n
153       e^x          | {   | N
154       Log          | G   | g
155       10^x         | }   | G
156       Log_2        | H   | h
157       2^x          | -   | H
158       x^y          | ^   | ^ or o
159       x^(1/y)      | -   | O
160       
161       (Robin Sonefors, Bug #379476).
163     * Fixed crash where financial dialogs are activated from other modes on startup
164       (Robin Sonefors, Bug #560196).
166     * Give binary invert operation higher precedence so that ~X and X == 0 (Sami Pietilä, Bug #562251)
167     
168     * Fixed calculation errors for boolean operations on very large numbers (Robert Ancell, Bug #509988)
170     * Always read configuration from /apps/gcalctool not /apps/(appname) as the application
171       name is different when symlinked (e.g. the gnome-calculator symlink) (Matt Keenan, Bug #559260).
173     * Correct gconf key names in man page (Robert Ancell, Bug #559458).
175     * Updated translations: es (Jorge Gonzalez)
177     * Updated help: es (Jorge Gonzalez)
179 Overview of changes in gcalctool 5.25.1
181     * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508).
182     
183     * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686).
184     
185     * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663).
186     
187     * Don't clear display when changing modes and allow all functions to work in all non-basic
188       modes (Robert Ancell, Bug #554133).    
189    
190     * Set decimal point label to be based on LC_NUMERIC as users can set their numerical
191       representation to different to their language settings (Robin Sonefors, Bug #557331).
192       
193     * More refactoring in MP math library (Klaus Niederkrueger, Robert Ancell, Bug #524091).
195     * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965).
197     * Only update bit panel when display contains a solved number (Robert Ancell, Bug #548690).
199     * Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).
200     
201     * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207).
203     * Added translator comments (Robert Ancell)
205     * Updated translations: bg (Alexander Shopov),
206                             da (Ask H. Larsen, Kenneth Nielsen),
207                             es (Jorge Gonzalez),
208                             et (Ivar Smolin),
209                             fi (Ilkka Tuohela),
210                             mk (Jovan Naumovski),
211                             pt_BR (Vladimir Melo, Leonardo Ferreira Fontenelle)
213     * Updated help: es (Jorge Gonzalez)
215 Overview of changes in gcalctool 5.24.0
217     * Updated translations: af (Friedel Wolff), ar (Anas Afif Emad, Khaled Hosny),
218                             bn_IN (Sankarshan Mukhopadhyay), da (Kenneth Nielsen),
219                             dz (Pema Geyleg), gu (Sweta Kothari),
220                             hr (Robert Sedak), hu (Gabor Kelemen),
221                             it (Luca Ferretti), kn (Shankar Prasad),
222                             ko (Changwoo Ryu), lt (Gintautas Miliauskas),
223                             ml (Sreejith K incorporated, Praveen Arimbrathodiyil),
224                             mr (Sandeep Shedmake), ro (Mişu Moldovan),
225                             sq (Laurent Dhima), ta (Tirumurthi Vasudevan),
226                             te (Krishnababu K), tr (Baris Cicek),
227                             zh_CN (Funda Wang)
229     * Updated help: es (Jorge Gonzalez)
230 ----
232 Overview of changes in gcalctool 5.23.92
234     * Updated translations: en_GB (Philip Withnall), ca (Gil Forcada),
235                             bg (Alexander Shopov)
237 ----
239 Overview of changes in gcalctool 5.23.91
241     * Fix packing for modulus button (Bug #548880)
243     * Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so
244       other desktops can use GCalctool (bug #518862).
246 ----
248 Overview of changes in gcalctool 5.23.90
250     * Fix some small memory leaks (Felix Riemann, Bug #547942)
251     
252     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
253     
254     * Updated translations: ar (Khaled Hosny), fi (Ilkka Tuohela), he (Yair Hershkovitz), ja (Takeshi Aihana), pt (Duarte Loreto), sk (Marcel Telka)
255     
256     * Updated documentation: ru (Yuriy Penkin)
258 ----
260 Overview of changes in gcalctool 5.23.6
262     * Deprecated left-to-right mode (Bug #500994).
264     * Updated remaining documentation (bg, zh_CN, zh_HK, zh_TW) to gnome-doc-utils (Robert Ancell, Bug #336104)
265     
266     * Changed icon from deprecated 'gnome-calculator' to 'accessories-calculator') (Matthias Clasen, Bug #545074)
268     * Updated translations: ar (Djihed Afifi), fr (Claude Paroz), pt_BG (Fabrício Godoy)
270 ---- 
272 Overview of changes in gcalctool 5.23.5
274     * Fix regression in factorial operation (Klaus Niederkrueger)
275     
276     * Made trigonometric button text translatable (Yuri Penkin, Bug #540196)
278     * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
279     
280     * Updated Japanese documentation to gnome-doc-utils (Claude Paroz, Takeshi Aihana, Bug #336104)
282     * Updated translations: ca (Joan Duran), oc (Yannig Marchegay), ru (Yuriy Penkin), sv (Daniel Nylander), th (Theppitak Karoonboonyanan)
284 ----
286 Overview of changes in gcalctool 5.23.4
288     * Added workaround to stop display disappearing when editing large displays (Bug #524602)
290     * Applied second mp math tidy up patch from  Klaus Niederkrueger (Bug #524091)
292     * Updated translations: ar (Djihed Afifi)
294 ----
295   
296 Overview of changes in gcalctool 5.23.3
298     * Default to no thousands separator not ',' for locales that do not require one (Bug #527669)
300     * Updated translations: ar (Djihed Afifi), et (Ivar Smolin), vi (Clytie Siddall)
302 ----
304 Overview of changes in gcalctool 5.23.2
306     * Fixes the cursor from moving around when editing numbers with thousands separators (Bug #527669)
308     * Structural changes in preperation for full unicode support (Bug #530532)
309     
310     * Updated translations: es (Jorge González), gl (Ignacio Casal Quinteiro), nb (Kjartan Maraas),
311       nl (Tino Meinen), pt_BR (Leonardo Ferreira Fontenelle), sl (Matej Urbančič)
312     
313 ----
315 Overview of changes in gcalctool 5.23.1
317     * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318)
319     * Fixes incorrect negation precedence (Bug #526094)
321     * Fixes issues with thousands seperators and radix in non-english
322       locales (Bug #527669)
324     * Fixes regression in constant and function menus (Bug #527545)
326     * Fixes problem where display is invisible after solving equation
327       (Bug #524602)
329 ----
331 Overview of changes in gcalctool 5.22.0
333     * Fix for bug #520474 - Calculator uses 06 in place of decimal.
335     * Fix for bug #519979 - Please provide translator comments.
337     * Fix for bug #519243 - Memory registers save incorrectly.
339 ----
341 Overview of changes in gcalctool 5.21.92
343     * Released a gcalctool tarball for GNOME 5.21.92.
345 ----
347 Overview of changes in gcalctool 5.21.91
349     * Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
351     * Fix for bug #515326 – translation issues
353     * Unmark bitcalculating strings for translation (Bug #515326)
354       Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
356     * Remove help/it/Makefile, switching to gnome-doc-utils
358     * Fix for bug #514233 - Title not translated
360     * Fix for bug #513868 - Switching mode clears values but not
361       "Malformed expression" in statusbar.
363     * Fix for bug #513218 - Parsing not handling things the way a
364       "normal" calculator would.
366     * Fix for bug #482666 - XML errors in gcalctool de translation.
368     * Fix typo (Retreive -> Retrieve)
370 ----
372 Overview of changes in gcalctool 5.21.90
374     * Fix for bug #512204 - Regression in (-,+) handling.
376     * Fix for bug #511052 – Mod gives negative remainders.
378     * Fixed typo in message in create_kframe() in gtk.c.
380 ----
382 Overview of changes in gcalctool 5.21.5
384    * Adjusted online help documentation to add in a section 4.4. "Changing
385      The Display Area" and to update the new keyboard shortcut for Clear.
387    * Use delete key to delete character right of cursor in display, clear
388      now uses shift+delete (Bug #326938).
389    
390    * Update all button tooltips to have the shortcut
391      key for that button (Bug #503707).
393    * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
394      category
396    * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
397      "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
399    * Work on bug #501699. Adjusted "monthly interest rate" to "simple
400      monthly interest rate" in the online help for two of the financial
401      examples.
403    * Fix incorrect menu radio button selected when mode change aborted 
404      (bug #488226).
406    * Fix for bug #502306 - unable to use MOD operation after a 
407      x ? y operation.
409 ----
411 Overview of changes in gcalctool 5.21.4
413     * Adjusted online help documentation to add in a section 4.4. "Changing
414       The Display Area" and to update the new keyboard shortcut for Clear.
416     * Use delete key to delete character right of cursor in display, clear
417       now uses shift+delete (Bug #326938).
418     
419     * Update all button tooltips to have the shortcut
420       key for that button (Bug #503707).
422     * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
423       category
425     * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
426       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
428     * Work on bug #501699. Adjusted "monthly interest rate" to "simple
429       monthly interest rate" in the online help for two of the financial
430       examples.
432     * Fix incorrect menu radio button selected when mode change aborted 
433       (bug #488226).
435     * Fix for bug #502306 - unable to use MOD operation after a 
436       x ᶺ y operation.
438 ----
440 Overview of changes in gcalctool 5.21.3
442     * Added a "Reset to Default" accuracy menu item (bug #488542).
444     * When the bit calculation extension is enabled, a message now appears
445       in the status bar.
447     * Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension
448       produces incorrect results.
450     * Fixed bug #367731 - [doc] Update documentation for bit calculating
451       extension.
453     * Fixed bug 500029 - Clearing a bit in the bitcalculating extension,
454       sets the display to zero.
456     * Disable menu items not valid in current mode (Bug #499625).
458     * Fix build dependencies for parsers (Bug #497237).
459     
460     * Trim pasted text on newlines, replace tabs with spaces (Bug #488796).
462     * Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
464     * Fixed bug #367723 - [doc] Update documentation for Changing Modes
465       Clears Calculation.
467 ----
469 Overview of changes in gcalctool 5.21.2
471     * Fixed bug #485919 - Use Glade for UI. Glade conversion of gcalctool 
472       is now complete (thanks Robert).
474     * Fixed bug #495349 - Close precision dialog when setting precision from
475       Acc button.
477     * Fixed bug #495345 - Connect "activate" signal for precision spin button
478       after spin button has been updated.
480     * Fixed bug #482655 - Missing image file.
482     * Fix the buglet in comment #51 of bug #485919
484     * Fixed for final remaining parts of bug #488694 - [a11y] Several 
485       calculator buttons don't speak correctly with Orca.
487     * Fixed bug #488489 - Make accuracy shortcuts only work in scientific mode.
489     * Fixed bug # 488703 - Stop bogus '-/-' appearing in accuracy menu items.
491     * Fix for bug #485134 - OR calculation produces incorrect result in
492       arithmetic precedence mode.
494     * General code cleanup.
496 ----
498 Overview of changes in gcalctool 5.21.1
500     * Work on bug #485919 - Use Glade for UI.
501         > Adds support for the mode panel.
502         > Puts menu accelerators back again and fixes the top button row in
503           basic mode being too tall.
504         > Now provides Glade support for the majority of the gcalctool GUI.
506     * Fix for bug #490701 - base radio buttons initially fail.
508     * Attempted fix for bug #485134 - OR calculation produces incorrect 
509       result in arithmetic precedence mode. This isn't a complete solution
510       so the bug has been reopened.
512     * Fix for bug #488828 - Reciprocal remembers backspaced items.
514     * More work on bug ##488694 - [a11y] Several calculator buttons don't speak 
515       correctly with Orca. Removed the accessible descriptions (not needed) and 
516       adjusted the "shift left" and "shift right" names (they were reversed).
518     * Patch to stablize arithmetic precedence.
520     * Stop acting on toggle events from radio buttons when they go inactive 
521       (Bug #485918).
523     * Added Robert Ancell to the list of gcalctool MAINTAINERS.
525     * Fixed bug #488830 - Hex radio button shortcut conflicts with Help menu 
526       shortcut.
528     * Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip shortcut 
529       keys.
531     * Fixed bug #488783 - memory registers not available if you start in 
532       Advanced mode
534     * Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak
535       correctly with Orca.
537     * Fix for bug #485398 - Put memory register window inside the main window.
538       Uses gtk_window_set_transient_for() to associate the memory register
539       window with the main gcalctool window.
541     * Fix for bug #383850 - [doc] New names for Precedence.
543     * Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence mode
544       if user has "hand edited" the display.
546     * Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
547       correctly set the state of the Edit-<Memory Registers check box if the
548       user wanted the memory registers initially displayed.
550     * Correctly handle memory register display and "Memory Registers" menu
551       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
552       (Needed because of the recent changes for bug #478961).
554 ----
556 Overview of changes in gcalctool 5.21.0
558     * Fix for bug #326938 – Display cursor in input area; allow home and 
559       end keys. This is in arithmetic precedence mode only.
561     * Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 places 
562       menu items.
564     * Fix for bug #439087 – Gcalctool can't handle small physic constants
565       like the Boltzmann constant. The number of significant places has
566       been increased to 99 and the number of displayable digits has been
567       increased to 200. The online help has been adjusted to reflect these
568       changes.
570       Note that if you have something in the gcalctool display that is
571       wider than the display area, a scrollbar is shown, but the first
572       digit isn't properly displayed. The workaround here, is to enlarge
573       the size of the calculator window until the scrollbar goes away.
574       I believe this is a Gtk+ problem and have filed bug #482688 against 
575       it.
577     * Fixed bug #367738 – [doc] Square root documentation needs to be updated.
578       The entry in the online help now includes examples for both arithmetic
579       precedence and non-arithmetic precedence mode.
581     * Fixed bug #428571 – [doc] Repetitive usage of "use".
583     * Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
585     * Fixed bug #428573 – [doc] Spelling of logical gates.
586       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
587       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
588       display area in arithmetic precedence mode. The gcalctool manual
589       pages and the online help have been updated accordingly.
591       The XOR operation in non-arithmetic mode was doing a multiplication
592       instead.
594       The result for the AND example in the online help was incorrect.
596       The syntax for using NOT in aritmetic mode is different then for
597       non-arithmetic mode. The online help example has been updated to
598       show both examples.
600     *  Fixed bug #469245 – Hexadecimal input is not intuitive and
601       bug #455889 – Copy/paste of lower case hex letter does not work.
602       The hexadecimal digits have been changed back to their pre Sept
603       2003 (bug #118826) values of "a" - "f".
605       The following functions have also had their keyboard shortcuts
606       reverted back to their pre Sept 2003 upper-case values:
608       [A] - Set accuracy
609       [C] - Change sign
610       [D] - Double-declining depreciation
611       [E] - Enter an exponential number
612       [F] - User-defined functions
614       With copy/paste operations, where the user is pasting a string into
615       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
616       "D" or "F" character is encountered, it will be converted to its
617       lowercase equivalent. If an "E" is found,  and the next character is a
618       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
619       a possible exponential number), otherwise its converted to a lower
620       case "e".
622       Displaying of hex digits in the gcalctool display will still be
623       in uppercase. Displaying of the "e" in an exponential number will
624       still be in lower-case.
626       The way to enter exponential numbers in arithmetic precedence mode
627       has changed. The following four examples should show you the new
628       correct syntax:
630         1  2  Exp + 8  =              1200000000
631       - 1  2  Exp + 8  =             -1200000000
632         1  2  Exp - 8  =              0.00000012
633       - 1  2  Exp - 8  =             -0.00000012
635       In both left-to-right precedence and arithmetic precedence modes, if
636       the user enters a numeric digit that is incorrect for the current
637       numeric base, this shouldn't be allowed and should not be entered
638       in the display.
640       The gcalctool documentation (and tooltips) have been updated to
641       reflect these changes.
643     * Fixed bug #479102 – memory registers dialogue should use ngettext.
645     * Fixed bug #478961 – GtkAaction use.
647     * Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
649     * Fixed bug #478979 – show menu help in statusbar.
651     * Fixed bug #479064 – should use ngettext on the Acc button.
653     * Fixed bug #479097 – use gtkmessagedialog.
655     * Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
657 ----
659 Overview of changes in gcalctool 5.20.0
661 * Released a gcalctool tarball for GNOME 2.20.0.
663 ----
665 Overview of changes in gcalctool 5.19.92
667 * Released a gcalctool tarball for GNOME 2.19.92.
669 ----
671 Overview of changes in gcalctool 5.19.91
673 * Released a gcalctool tarball for GNOME 2.19.91.
675     - Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
677 ----
679 Overview of changes in gcalctool 5.19.90
681 * Released a gcalctool tarball for GNOME 2.19.90.
683     - Adjusted the MAINTAINERS file to the new format.
685 ----
687 Overview of changes in gcalctool 5.19.6
689 * Released a gcalctool tarball for GNOME 2.19.6.
691     - Remove help/de/Makefile due to gnome-doc-utils migration.
693     - Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
694       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
696     - Fixed bug #439415. Always use left-to-right direction for button's boxes.
698 ----
700 Overview of changes in gcalctool 5.19.5
702 * Released a gcalctool tarball for GNOME 2.19.5.
704     - Applied Sun patch to change the Comment line in gcalctool.desktop.in
706     - Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
708     - Fixed bug #450790 – crash in Calculator when pasting in a very large
709       number.
711 ----
713 Overview of changes in gcalctool 5.19.4
715 * Released a gcalctool tarball for GNOME 2.19.4.
717     - Fixed bug #448263 – drop libgnome dependency
719 ----
721 Overview of changes in gcalctool 5.19.3
723 * Released a gcalctool tarball for GNOME 2.19.3.
725   - Fixed bug #439985 – Negative value not saved in memory register across 
726     invocations of gcalctool. This was also a problem was negative constants.
728 ----
730 Overview of changes in gcalctool 5.19.2
732 * Released a gcalctool tarball for GNOME 2.19.2.
734 ----
736 Overview of changes in gcalctool 5.19.1
738 * Released a gcalctool tarball for GNOME 2.19.1.
740 ----
742 Overview of changes in gcalctool 5.9.14
744 * Released a gcalctool tarball for GNOME 2.18.0 (Final).
746 ----
748 Overview of changes in gcalctool 5.9.13
750 * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
752 ----
754 Overview of changes in gcalctool 5.9.12
756 * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
758 ----
760 Overview of changes in gcalctool 5.9.11
762 * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
764 ----
766 Overview of changes in gcalctool 5.9.10
768 * All copyright messages updated for 2007.
769 * Released a gcalctool tarball for GNOME 2.17.5.
771 ----
773 Overview of changes in gcalctool 5.9.9
775 * Released a gcalctool tarball for GNOME 2.17.4.
777 ----
779 Overview of changes in gcalctool 5.9.8
781 * Released a gcalctool tarball for GNOME 2.17.3.
783 ----
785 Overview of changes in gcalctool 5.9.7
787 * Released a gcalctool tarball for GNOME 2.17.2.
789 ----
791 Overview of changes in gcalctool 5.9.6
793 * Fixed bug #358782. Fixup sloppy string handling.
795 ----
797 Overview of changes in gcalctool 5.9.5
799 * Fixed bug #364410.  Incorrectly rounded pi constant.
801 ----
803 Overview of changes in gcalctool 5.9.4
805 * Released a gcalctool tarball for GNOME 2.17.1.
807 ----
809 Overview of changes in gcalctool 5.9.3
811 * Fixed bug 359291 - crash when localized decimal point is greater than 
812   1 char. Removed the bogus assert.
814 ----
816 Overview of changes in gcalctool 5.9.2
818 * Fixed bug #358337 - gcalctool no longer crashes in the Oriya locale due 
819   to sloppy string handling.
820 * Fixed bug #354730 - crash in Calculator: running 3x10^38 using bi..
821 * Fixed bug #357208 - Bitcalculating extension needs to support negative 
822   numbers
824 ----
826 Overview of changes in gcalctool 5.9.1
828 * Fixed bug #157961 - Bitcalculating extension for gcalctool.
829 * Fixed bug #355648 - Error reporting should be consistent.
830 * Fixed bug #135140 - percent operator works not as expected.
832 ----
834 Overview of changes in gcalctool 5.9.0
836 * Fixed bug #349981 - gcalctool should save screen position for next start.
838 ----
840 Overview of changes in gcalctool 5.8.24
842 * Released a gcalctool tarball for GNOME 2.16.0 (Final).
844 ----
846 Overview of changes in gcalctool 5.8.23
848 * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
850 ----
852 Overview of changes in gcalctool 5.8.22
854 * Removed several chunks of code that were surronded by #if 0/#endif.
856 ----
858 Overview of changes in gcalctool 5.8.21
860 * Fixed bug #350341. gcalctool now builds again with gcc v2.95.
862 ----
864 Overview of changes in gcalctool 5.8.20
866 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
868 ----
870 Overview of changes in gcalctool 5.8.19
872 * More work on bug #347700.  Added another "Note to translators" 
873   comment for the Abs button labels.
875 * Fixed bug #348452. Removed line for help/sv/Makefile.in
877 * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
879 ----
881 Overview of changes in gcalctool 5.8.18
883 * Work on bug #347700. Added a "Note to translators" comment for the 
884   Bksp and Clr button labels.
886 ----
888 Overview of changes in gcalctool 5.8.17
890 * Released a gcalctool tarball for GNOME 2.15.4.
892 ----
894 Overview of changes in gcalctool 5.8.16
896 * Released a gcalctool tarball for GNOME 2.15.3.
898 ----
900 Overview of changes in gcalctool 5.8.15
902 * Fixed bug #343150. Gcalctool no longer crashes when switching to 
903   scientific mode.
905 ----
907 Overview of changes in gcalctool 5.8.14
909 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
911 ----
913 Overview of changes in gcalctool 5.8.13
915 * Released a gcalctool tarball for GNOME 2.15.2.
917 ----
919 Overview of changes in gcalctool 5.8.12
921 * Fixup compiler warnings from inclusion of last patch.
923 ----
925 Overview of changes in gcalctool 5.8.11
927 * Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
928   Backspace results in mal-formed expression.
930 * = button is now also a one step undo. (This feature was temporary
931   disabled by the previous redo/undo patch.)
933 * Removed gotos from do_expression function. (This change might add
934   unstability as this is a major change to the expression mode state
935   machine.)
937 * Functions (such as sin, cos, tan..) can use previously calculated value.
939 ----
941 Overview of changes in gcalctool 5.8.10
943 * First cut at an Undo/Redo implementation for use with the arithmetic
944   operator precedence mode.
946 ----
948 Overview of changes in gcalctool 5.8.9
950 * Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files
951   were missing.
954 Overview of changes in gcalctool 5.8.8
956 * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
957 * Released a gcalctool tarball for GNOME 2.15.1.
959 ----
961 Overview of changes in gcalctool 5.8.7
963 * Fixed bug #337897. Changes to use po/LINGUAS file.
965 ----
967 Overview of changes in gcalctool 5.8.6
969 * Fixed bug #338220. The 'Show trailing zeroes' option in the View menu 
970   should now be correctly set [in]sensitive depending upon which mode 
971   it's in.
973 ----
975 Overview of changes in gcalctool 5.8.5
977 * Fixed bug #332023. The bitwise operators now work in arithmetic operator 
978   precedence mode, when you use them with the result of a previous operation.
980 ----
982 Overview of changes in gcalctool 5.8.4
984 * Fixed bug #327729. The fields in the memory register window were not 
985   correctly aligned in some themes.
987 ----
989 Overview of changes in gcalctool 5.8.3
991 * Fixed bug #330867.  Added License info to the Gcalctool About dialog.
993 ----
995 Overview of changes in gcalctool 5.8.2
997 * Fixed bug #335095. Gcalctool no longer displays the current mode in 
998   the title bar when in Basic mode (due to lack of space).
1000 ----
1002 Overview of changes in gcalctool 5.8.1
1004 * Fixed bug #335236. Gcalctool schemas files should be installed if
1005   built with "--without-gnome".
1007 ----
1009 Overview of changes in gcalctool 5.8.0
1011 * Adjustments to the AOP code so that e to the power of x gives the
1012   correct answer at high precision.
1014 ----
1016 Overview of changes in gcalctool 5.7.32
1018 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1020 ----
1022 Overview of changes in gcalctool 5.7.31
1024 * Fix for bug #333078. cvs fails to build due to bg translation of help.
1026 * Inclusion of a translation of gcalctool help for the bg locale.
1028 ----
1030 Overview of changes in gcalctool 5.7.30
1032 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1034 ----
1036 Overview of changes in gcalctool 5.7.29
1038 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1040 ----
1042 Overview of changes in gcalctool 5.7.28
1044 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1046 ----
1048 Overview of changes in gcalctool 5.7.27
1050 * Refixed bug #323150. The recent changes to the square root and 
1051   subtraction button labels broke the token parser for arithmetic 
1052   operator precedence.
1054 ----
1056 Overview of changes in gcalctool 5.7.26
1058 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of 
1059   causing the CE button to no longer work correctly.
1061 ----
1063 Overview of changes in gcalctool 5.7.25
1065 * Fixed bug #327214. The results from performing trig functions were not 
1066   being passed on to future calculations correctly (in non-arithmetic 
1067   operator precedence mode).
1069 ----
1071 Overview of changes in gcalctool 5.7.24
1073 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1074   for label on division button.
1076 ----
1078 Overview of changes in gcalctool 5.7.23
1080 * Released a gcalctool tarball for GNOME 2.13.5.
1082 ----
1084 Overview of changes in gcalctool 5.7.22
1086 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, 
1087   multiplication, plus/minus, minus and square root.
1089 ----
1091 Overview of changes in gcalctool 5.7.21
1093 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic 
1094   operator precedence mode with the scientific view) now hopefully works 
1095   correctly.
1097 ----
1099 Overview of changes in gcalctool 5.7.20
1101 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric 
1102   point in arithmetic operator precedence mode.
1104 * Adjusted all the copyright messages to include 2006.
1106 ----
1108 Overview of changes in gcalctool 5.7.19
1110 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1111   Gcalctool no longer crashes when you double click the 0 in the display area. 
1113 ----
1115 Overview of changes in gcalctool 5.7.18
1117 * Final fix for bug #153854. Now handles the case where the first thing 
1118   the user does is change mode (Basic, Financial, Advanced, Scientific) 
1119   in AOP mode.
1121 * Released a gcalctool tarball for GNOME 2.13.4.
1123 ----
1125 Overview of changes in gcalctool 5.7.17
1127 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail 
1128   in non-English locales
1130 ----
1132 Overview of changes in gcalctool 5.7.16
1134 * Fixed bug #324001. Primary Selection (middle mouse button) is now working.
1136 ----
1138 Overview of changes in gcalctool 5.7.15
1140 * Released a gcalctool tarball for GNOME 2.13.3.
1142 ----
1144 Overview of changes in gcalctool 5.7.14
1146 * More work on bug #153854. Similar change to that made on 15th November 
1147   2005, this time for arithmetic operator precedence mode.
1149 ----
1151 Overview of changes in gcalctool 5.7.13
1153 * Slight fixup for bug #157961. The toggling of the first bit in the
1154   bit panel wasn't working correctly. 
1156 ----
1158 Overview of changes in gcalctool 5.7.12
1160 * More work on bug #153854
1161   If the user has completed a calculation and we are going to a
1162   new mode that is "compatible" with this one, then just change
1163   modes. Otherwise display a dialog warning the user that the
1164   current calculation will be cleared.
1166   Incompatible modes are:
1168   Scientific -> Basic
1169   Scientific -> Advanced
1170   Scientific -> Financial
1172   (unless we are in Scientific mode with Decimal numeric base and Fixed).
1174   These changes work nicely in non-arithmetic operator precedence mode.
1176 ----
1178 Overview of changes in gcalctool 5.7.11
1180 * Released a gcalctool tarball for GNOME 2.13.2.
1182 ----
1184 Overview of changes in gcalctool 5.7.10
1186 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: 
1187   gdk_window_invalidate_rect: assertion `window != NULL' failed" 
1188   warnings at startup.
1190 ----
1192 Overview of changes in gcalctool 5.7.9
1194 * Fixed bug #319934. The percent operator was broken in non-arithmetic 
1195   operator precedence mode.
1197 ----
1199 Overview of changes in gcalctool 5.7.8
1201 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1202   Exponential notation now works correctly in arithmetic operator
1203   precedence mode.
1205 ----
1207 Overview of changes in gcalctool 5.7.7
1209 * Slight adjustment to the bit panel. It's now centralized.
1211 ----
1213 Overview of changes in gcalctool 5.7.6
1215 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1216   needed to also preserve v->toclear and v->pointed.
1218 * Work on enhancement request #157961. Started to implement the bit 
1219   panel for non-arithmetic precedence mode.  It's automatically displayed 
1220   when in Scientific mode.
1222 ----
1224 Overview of changes in gcalctool 5.7.5
1226 * Implemented enhancement request #148104 for arithmetic precedence mode.
1227   The modulo operation. See entry below for more details.
1229 ----
1231 Overview of changes in gcalctool 5.7.4
1233 * Fixed bug #316382. The "useless" cursor is no longer displayed in 
1234   the calculator display area.
1236 ----
1238 Overview of changes in gcalctool 5.7.3
1240 * Implemented enhancement request #148104 for non-arithmetic precedence
1241   mode. Added in a modulo operation. This is available in Scientic Mode. 
1242   A Mod B return the remainder when you divide A by B. A and B must be
1243   integers. Keyboard shortcut for this operation is "M".
1245 ----
1247 Overview of changes in gcalctool 5.7.2
1249 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets 
1250   to display the register values. Gnopernicus can now correctly speak the 
1251   contents of each memory register. There is also a close button to easily 
1252   dismiss this dialog.
1254 ----
1256 Overview of changes in gcalctool 5.7.1
1258 * Fixed bug #314540. The memory register window is now a dialog rather 
1259   than a top-level window.
1261 ----
1263 Overview of changes in gcalctool 5.7.0
1265 * Fix to prevent invalid numeric entry in arithmetic operator precedence
1266   mode, depending upon the current base.
1268 ----
1270 Overview of changes in gcalctool 5.6.31
1272 * A number of the bison- and flex-related make rules in 
1273   .../gcalctool/Makefile.am were broken when builddir != srcdir.
1275 ----
1277 Overview of changes in gcalctool 5.6.30
1279 * Fixed bug #314540. The libparser.a library needs ranlib run on it 
1280   for Mac OS X.
1282 ----
1284 Overview of changes in gcalctool 5.6.29
1286 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in 
1287   syntax_translation.c
1289 ----
1291 Overview of changes in gcalctool 5.6.28
1293 * Generated release for GNOME 2.12 (RC)
1295 * Changed type of argument in paren_disp from char to int for 64bit.
1297 ----
1299 Overview of changes in gcalctool 5.6.27
1301 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1303 Overview of changes in gcalctool 5.6.26
1305 * Generated release for GNOME 2.11.91 (beta2).
1307 ----
1309 Overview of changes in gcalctool 5.6.25
1311 * Fixed bug #311306. If the user was in View->Scientific with base Bin, 
1312   Oct or Hex and then went to View->Basic, then returned to View->Scientific, 
1313   some of the numeric keys were incorrectly greyed out.
1315 ----
1317 Overview of changes in gcalctool 5.6.24
1319 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B" 
1320   button (or typing Shift-B).
1322 ----
1324 Overview of changes in gcalctool 5.6.23
1326 * Fixed bug #310791. Memory register window view logic was screwed.
1328 ----
1330 Overview of changes in gcalctool 5.6.22
1332 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
1334 ----
1336 Overview of changes in gcalctool 5.6.21
1338 * Fixed bug #153854. When the user changes modes, a warning dialog is 
1339   displayed to let them know that their current display will be cleared 
1340   and the base reset to decimal. The user has the option of checking a 
1341   toggle box on the dialog, that will prevent this warning from being 
1342   displayed again.
1344 ----
1346 Overview of changes in gcalctool 5.6.20
1348 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build 
1349   on Solaris with pkgconfig >= 0.17.1.
1351 ----
1353 Overview of changes in gcalctool 5.6.19
1355 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now 
1356   correctly change the sign of the exponent on scientific numbers again.
1357 ----
1359 Overview of changes in gcalctool 5.6.18
1361 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal 
1362   numbers "A-F" to other bases in "use arithmetic operator precedence mode".
1364 ----
1366 Overview of changes in gcalctool 5.6.17
1368 * Fixed bug #305619. Calculations with stored register values in arithmetic 
1369   operator precedence mode, now work correctly.
1371 ----
1373 Overview of changes in gcalctool 5.6.16
1375 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching 
1376   the format (e.g. from ENG to FIX), the displayed value switches to zero 
1377   (in the corresponding format, so e.g. 0.0 or 0e+0, ...).
1379 ----
1381 Overview of changes in gcalctool 5.6.15
1383 * Fixed bug #305467. gcalctool no longer crashes under the following 
1384   scenerio:
1385     - type "f" to bring up the user function menu.
1386     - dismiss the menu by clicking elsewhere with the mouse.
1387     - type another character which isn't in the range "0" to "9".
1389 ----
1391 Overview of changes in gcalctool 5.6.14
1393 * Did a gcalctool tarball release.
1395 ----
1397 Overview of changes in gcalctool 5.6.13
1399 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y 
1400   operations. New values are:
1401       Xor - 'x'
1402       x^y - '^'
1404 ----
1406 Overview of changes in gcalctool 5.6.12
1408 * Fixed bug #302555. Various gcalctool variables have now been const'ified.
1410 ----
1412 Overview of changes in gcalctool 5.6.11
1414 * Fixed bug #300957. Replaced the underscore character in 
1415   "translator_credits" with a hyphen, to prevent some 
1416   translation tools from being confused.
1418 ----
1420 Overview of changes in gcalctool 5.6.10
1422 * More work on bug #172704. 
1423   - Adjusted the code to not try to display a menu when the user 
1424     entered a left parentheses (another do_pending() type of operation).
1425   - Toggling the "Show Trailing Zeroes" operation via keyboard
1426     shortcuts, needed to clear the v-.pending flag.
1428 ----
1430 Overview of changes in gcalctool 5.6.9
1432 * Fixed up some problems reported by lint.
1434 ----
1436 Overview of changes in gcalctool 5.6.8
1438 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut 
1439   for any of the gcalctool buttons that have a menu associated with them, that 
1440   menu is now displayed. The user can use the arrow keys to select a menu item 
1441   or the menu items shortcut.
1443 ----
1445 Overview of changes in gcalctool 5.6.7
1447 * Fixed bug #171393. Allow stock labels to show through.
1449 ----
1451 Overview of changes in gcalctool 5.6.6
1453 * Refixed bug #158280. The Help->Contents menu item no longer appears if 
1454   gcalctool is built Gtk-only.
1456 ----
1458 Overview of changes in gcalctool 5.6.5
1460 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init() 
1461   and the gtk about popup didn't have the gcalctool icon.
1463 ----
1465 Overview of changes in gcalctool 5.6.4
1467 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1468   the on-screen keyboard assistive technology, it's possible that the 
1469   event returned by gtk_get_current_event() is NULL. If this is the 
1470   case, we need to fudge the popping up on the menu associated with 
1471   this menu button.
1473 ----
1475 Overview of changes in gcalctool 5.6.3
1477 * Fixed bug #158280. You can now build gcalctool without the GNOME 
1478   libraries by specifying "--disable-gnome" on the configure command 
1479   line.
1481 ----
1483 Overview of changes in gcalctool 5.6.2
1485 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu 
1486   item inactive if the calculator is in Basic mode.
1488 ----
1490 Overview of changes in gcalctool 5.6.1
1492 * Fixed bug #168694. gcalctool now saves/restores the ten memory 
1493   register values as gconf resources.
1495 * Removed the redundant process_str() routine in graphics.c
1497 ----
1499 Overview of changes in gcalctool 5.6.0
1501 * Fixed bug #169196. gcalctool now uses use g_get_home_dir().
1503 * Added in a better implementation of the trig_filter() routine in 
1504   functions.c
1506 ----
1508 Overview of changes in gcalctool 5.5.41
1510 * Version for GNOME 2.10.0 (final) call for tarballs.
1512 ----
1514 Overview of changes in gcalctool 5.5.40
1516 * Version for GNOME 2.10.0 (rc1) call for tarballs.
1518 ----
1520 Overview of changes in gcalctool 5.5.39
1522 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator 
1523   precedence mode.
1525 ----
1527 Overview of changes in gcalctool 5.5.38
1529 * Changes to make the trigonometric code work with hyp and inv properly.
1531 ----
1533 Overview of changes in gcalctool 5.5.37
1535 * Left and Right shift operations weren't working correctly. Menu
1536   name comparison in mb_proc() in gtk.c was incorrect.
1538 ----
1540 Overview of changes in gcalctool 5.5.36
1542 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
1543 * Exch functionality was incorrect in Arithmetic Precedence mode.
1545 ----
1547 Overview of changes in gcalctool 5.5.35
1549 * Fixed bug 167124. One of the entries in the words[] array in 
1550   syntax_translation.c was accidentally commented out.
1552 ----
1554 Overview of changes in gcalctool 5.5.34
1556 * Fixed bug 166634. Call to create the About box was missing a 
1557   NULL terminator.
1559 ----
1561 Overview of changes in gcalctool 5.5.33
1563 * Adjusted all copyright messages to be 2005.
1564 * Version for GNOME 2.10.0 (beta2) call for tarballs.
1566 ----
1568 Overview of changes in gcalctool 5.5.32
1570 * Fixed bug #165522. Made the status bar non-resizable.
1572 ----
1574 Overview of changes in gcalctool 5.5.31
1576 * Various code cleanups. It moves some declarations of static functions 
1577   to the corresponding .c files. It also cuts down the number of 
1578   included files, moving some includes to where they are needed from 
1579   calctool.h.
1581 ----
1583 Overview of changes in gcalctool 5.5.30
1585 * Adjusted the About dialog to use the latest GtkAbout widget.
1587 ----
1589 Overview of changes in gcalctool 5.5.29
1591 * Version for GNOME 2.10.0 (beta1) call for tarballs.
1593 ----
1595 Overview of changes in gcalctool 5.5.28
1597 * Fixed bug #162998. The "menu" buttons in gcalctool now responds 
1598   to the "clicked" event rather than the "button-press-event" to 
1599   allow gok, the on-screen keyboard to function properly.
1601 * Fixed bug #159957. Input number in FIX mode now make mimimal changes 
1602   to (i.e append a single character) the display rather than completely 
1603   delete and insert it. The is helpful to assistive technologies like 
1604   gnopernicus.
1606 ----
1608 Overview of changes in gcalctool 5.5.27
1610 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c 
1611   so that the L10N message translation software isn't confused.
1613 ----
1615 Overview of changes in gcalctool 5.5.26
1617 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
1619 ----
1621 Overview of changes in gcalctool 5.5.25
1623 * Version for GNOME 2.9.4 call for tarballs.
1625 ----
1627 Overview of changes in gcalctool 5.5.24
1629 * Couldn't use the "#" key to select constants as this symbol was
1630   a lower-case symbol on his keyboard.
1632 * Powers that were a multiple of 30 (10 as well as 3) would not 
1633   display correctly, having a 4 digit significand. Further testing 
1634   showed that without the fix the following powers had a 4 digit 
1635   significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
1637 ----
1639 Overview of changes in gcalctool 5.5.23
1641 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
1643 ----
1645 Overview of changes in gcalctool 5.5.22
1647 * Fixed bug #155101. Made the gcalctool window resizable. 
1649 ----
1651 Overview of changes in gcalctool 5.5.21
1653 * Version for GNOME 2.9.3 call for tarballs.
1655 ----
1657 Overview of changes in gcalctool 5.5.20
1659 * Fixed bug #160929. Removed the "Mode" word from each of the different 
1660   mode menu items in the gcalctool View menu.
1662 ----
1664 Overview of changes in gcalctool 5.5.19
1666 * Fixed bug #157701. gcalctool can now use real multiplication and division 
1667   symbols instead of "*" and "/". 
1669 ----
1671 Overview of changes in gcalctool 5.5.18
1673 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include 
1674   the word "Mode" which was getting chopped when the calculator was in 
1675   Basic mode.
1677 ----
1679 Overview of changes in gcalctool 5.5.17
1681 * Fixed bug #157962. Added in a set of three colors for gcalctool that 
1682   will work with the default theme. To use them, the "gcalctoolrc" file 
1683   supplied with the source distribution needs to be moved to ~/.gcalctoolrc
1685 ----
1687 Overview of changes in gcalctool 5.5.16
1689 * Generated gcalctool tarball for the GNOME 2.9.2 release.
1691 ----
1693 Overview of changes in gcalctool 5.5.15
1695 * Adjusted the scroll_right() routine to only scroll right if the 
1696   horizontal scroll bar is visible.
1698 ----
1700 Overview of changes in gcalctool 5.5.14
1702 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the 
1703   -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in 
1704   .../gcalctool/Makefile.am for now, to allow it to successfully build
1705   against the latest GNOME/Gtk+.
1707 * Slight adjustment to correct check the Advanced mode menu item when
1708   the user had previously terminated gcalctool in that mode.
1710 ----
1712 Overview of changes in gcalctool 5.5.13
1714 * Changed the names of the gconf mode type key so that there is backward 
1715   compatibility.
1717 * Reset the initial default mode to BASIC.
1719 ----
1721 Overview of changes in gcalctool 5.5.12
1723 * Fixed bug #157757. The horizontal scrollbar for the display area will 
1724   now only be visible when needed. It will also display the rightmost part 
1725   of the display as you are entering new input.
1727 ----
1729 Overview of changes in gcalctool 5.5.11
1731 * Added in a very basic mode for gcalctool. Rather than calling this a 
1732   "Light" mode, the existing "Basic" mode is now renamed to "Advanced" 
1733   and the new basic mode is called "Basic".
1735 ----
1737 Overview of changes in gcalctool 5.5.10
1739 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with
1740   non-integer Y will now display a descriptibe error in the status bar.
1742 ----
1744 Overview of changes in gcalctool 5.5.9
1746 * Generated gcalctool tarball for first GNOME 2.9 release.
1748 ----
1750 Overview of changes in gcalctool 5.5.8
1752 * Slight adjustment to bug #152301. The tooltip message had been tweaked to 
1753   "Show the About Gcalctool dialog".
1755 ----
1757 Overview of changes in gcalctool 5.5.7
1759 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from 
1760   "Show about help" to "Show the about dialog", to make it more understandable.
1762 ----
1764 Overview of changes in gcalctool 5.5.6
1766 * Fixed bug #153726. Gcalctool will now build correctly when using the 
1767   -fno-common option for gcc (3.3.4).
1769 ----
1771 Overview of changes in gcalctool 5.5.5
1773 * Numerical answer localization and thousand separator support for 
1774   arithmetic precedence mode.
1776 * If the accuracy was changed via one of the ten preset menu items in the 
1777   Acc menu, the tooltip wasn't getting correct updated with the new accuracy.
1779 ----
1781 Overview of changes in gcalctool 5.5.4
1783 * Further changes to the "Set Precision" popup (rfe #147803):
1784   - "Significant places" not "Significant Places".
1785   - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the 
1786     current precision, and be in the same radio box group as the other menu 
1787     items. Check the appropriate menu entry.
1788   - Adjust the Acc button tooltip to show the current accuracy too.
1789   - When the user attempts to enter an invalid entry in the Set Precision 
1790     popup, an error message is shown in the main gcalctool status bar.
1791   - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).
1793 * Fixed bug #152790. Most of the changes needed were already in CVS; there 
1794   was one compiler warning that still needed to be removed.
1796 * Storing the display value to a memory register was not updating the memory 
1797   register window, if it was visible.
1799 ----
1801 Overview of changes in gcalctool 5.5.3
1803 * Added in functionality to set the number of significant places > 9.
1804   There is a new menu item under the Acc menu called "Set Precision..."
1805   that brings up a small popup allowing you to set precision between 0
1806   and MAXACC significant places (where MAXACC is currently 30).
1808 ----
1810 Overview of changes in gcalctool 5.5.2
1812 * Fixed up numerous warnings generated by running lint on the gcalctool code.
1813   Removed unused variables and functions. Declared routines statically where 
1814   possible.
1816 ----
1818 Overview of changes in gcalctool 5.5.1
1820 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
1822 ----
1824 Overview of changes in gcalctool 5.5.0
1826 * Major new release of gcalctool. Incorporates an arithmetic operator
1827   precedence mode (currently the default while it's been debugged). To get
1828   the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
1829 * The "(" and ")" buttons have moved from the scientific mode into the
1830   Basic mode so that they are now available to users who need them but not
1831   everything that the Scientific mode provides.
1832 * There is a footer message area that provides feedback.
1833 * The display area now has an horizontal scrollbar.
1834 * Typing in the keyboard shortcuts for the various gcalctool buttons
1835   autocompletes their entry into the display area.
1836 * Tooltips show button's shortcut.
1838 ----
1840 Overview of changes in gcalctool 4.4.13
1842 * Remainder of the fix for bug #143924. Control-T shouldn't work in Basic 
1843   or Financial modes. 
1845 ----
1847 Overview of changes in gcalctool 4.4.12
1849 * Partial fix for bug #143924. After an error condition, the "Show 
1850   Trailing Zeroes" menu item is only activated if the user is in 
1851   Scientific mode.
1853 ----
1855 Overview of changes in gcalctool 4.4.11
1857 * Fixed bug 138106. In Basic or Financial mode, "Error" was been 
1858   incorrectly display if you user has "Show Thousands Separator" set.
1860 ----
1862 Overview of changes in gcalctool 4.4.10
1864 * Fixed bug 144031. gcalctool checked for the presence of the X11 
1865   libraries but doesn't need to.
1867 ----
1869 Overview of changes in gcalctool 4.4.9
1871 * Selecting Help->About from the menubar now works again.
1873 ----
1875 Overview of changes in gcalctool 4.4.8
1877 * Adjusted the creation of the menubar and the Accuracy and Left/Right 
1878   shift menus from GtkItemFactory to GtkUIManager.
1880 ----
1882 Overview of changes in gcalctool 4.4.7
1884 * Fixed bug 142824. gcalctool now correctly recognizes the localized 
1885   decimal point character.
1887 ----
1889 Overview of changes in gcalctool 4.4.6
1891 * Fixed bug 129397. Use GtkIconTheme to load gcalctool icon instead of
1892   built-in image.
1894 ----
1896 Overview of changes in gcalctool 4.4.5
1898 * Fixed bug 142888. Gcalctool is now connected to the "die" signal so 
1899   that it can be successfully terminated when removed from 
1900   gnome-session-properties.
1902 ----
1904 Overview of changes in gcalctool 4.4.4
1906 * The "Bsp" button label has been changed to "Bksp" to make it more 
1907   understandable.
1909 ----
1911 Overview of changes in gcalctool 4.4.3
1913 * Fixed bug 138106. If the "Error" message is being displayed, it is now 
1914   no longer incorrectly displayed as "Er,ror" if the "Show Thousands 
1915   Separator" is on.
1917 ----
1919 Overview of changes in gcalctool 4.4.2
1921 * Fixed bug 135068. Adjusted several default constant descriptions to be 
1922   more understandable. 
1924 ----
1926 Overview of changes in gcalctool 4.4.1
1928 * Fixed bug 135065. Tooltips for OR, AND, NOT, XOR and XNOR have been 
1929   changed from "Logical <whatever>" to "Bitwise <whatever>". 
1931 ----
1933 Overview of changes in gcalctool 4.4.0
1935 * Fixed bug 136872. gcalctool can now be built with "CFLAGS=-fdata-sections".
1937 ----
1939 Overview of changes in gcalctool 4.3.51
1941 * Version for GNOME 2.6 (FINAL) call for tarballs. Includes:
1942   - new locales for pa, en_GB, bg and ga.
1943   - localized online user documentation from the Sun translation team.
1944     for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
1946 ----
1948 Overview of changes in gcalctool 4.3.50
1950 * One more slight adjustment to the fix for bug 135064.
1951   Entering numbers that start with the numeric point character ('.")
1952   are now visibly displayed.
1954 ----
1956 Overview of changes in gcalctool 4.3.49
1958 * Adjustment to the fix for bug 135064. Fix to remove a potential spurious 
1959   initial thousands separator character after a change sign operation.
1961 ----
1963 Overview of changes in gcalctool 4.3.48
1965 * Fixed bug 135064. Changing the sign of a large number (when "Show 
1966   Thousands Separator" is on and this is not the C locale), no longer 
1967   corrupts the display.
1969 ----
1971 Overview of changes in gcalctool 4.3.47
1973 * Fixed bug 135328. Added Shift-slash as a recognized alternate for the 
1974   divide operation (needed by the be-latin1 keyboard layout).
1976 ----
1978 Overview of changes in gcalctool 4.3.46
1980 * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789 
1981   which are shifted about the accented characters on a French keyboard.
1983 ----
1985 Overview of changes in gcalctool 4.3.45
1987 * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up. 
1989 ----
1991 Overview of changes in gcalctool 4.3.44
1993 * Fixed bug 133764.
1994   - "Gradients" was still appearing when in Scientific mode (instead of 
1995     "Gradians".
1996   - In the x^2 button, the 2 should not be italicized.
1997   - In the x^2 and x^y buttons, the x should be italicized.
1998   - The View Thousands Separator menu item should not remain active during 
1999     an error condition.
2001 ----
2003 Overview of changes in gcalctool 4.3.43
2005 * Fixed bug 133590. The About box now lists the documenters of gcalctool. 
2007 ----
2009 Overview of changes in gcalctool 4.3.42
2011 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen 
2012   (rather than square brackets) to show what mode the user is currently 
2013   using.
2015 ----
2017 Overview of changes in gcalctool 4.3.41
2019 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather 
2020   than frames (per the HIG).
2022 ----
2024 Overview of changes in gcalctool 4.3.40
2026 * Fixed bug 131571. User defined constants are now read/written out (as 
2027   gconf resources) with no thousands separator and with a radix of ".". 
2029 ----
2031 Overview of changes in gcalctool 4.3.39
2033 * Fixed bug 131594. The "Insert ASCII View..." menu item and the 
2034   "Insert" button no longer use the GTK_STOCK_CONVERT stock icon 
2035  (as per the HIG).
2037 ----
2039 Overview of changes in gcalctool 4.3.38
2041 * Fixed bug 131059. Fix to allow the thousands separator to be used 
2042   correctly with the creation of the initial constant values in the 
2043   Russian locale. 
2045 ----
2047 Overview of changes in gcalctool 4.3.37
2049 * Fixed bug 130078. Changed the y^x button label to x^y (really x 
2050   superscript y). Adjusted the tooltip message to "Raise displayed 
2051   value to the power of y".
2053 ----
2055 Overview of changes in gcalctool 4.3.36
2057 * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check 
2058   from the get_tsep() routine in order to get the thousands separator to 
2059   correctly work in all locales. Note that there is no thousands separator 
2060   now for the C locale.
2062 ----
2064 Overview of changes in gcalctool 4.3.35
2066 * Fixed part of bug 126125. If the user entered: "1+(2()<backspace>)", 
2067   this resulted in an answer of 0. 
2069 ----
2071 Overview of changes in gcalctool 4.3.34
2073 * Fixed bug 130187. When gcalctool changes modes now, it's internal state 
2074   and the display are cleared.
2076 ----
2078 Overview of changes in gcalctool 4.3.33
2080 * Fixed bug 130282. Fixes for more problems with the thousands separator 
2081   in certain locales, plus correct handling of the radix character with 
2082   the initial constant values.
2084 ----
2086 Overview of changes in gcalctool 4.3.32
2088 * Fixed bug 128603 again. The solution this time was to duplicate the 
2089   initial string constant values to be confident that they are not in 
2090   read-only memory.
2092 ----
2094 Overview of changes in gcalctool 4.3.31
2096 * Fixed bug 129539.  The thousands separator is a null terminated string, 
2097   not a single character. Same for the radix.
2099 ----
2101 Overview of changes in gcalctool 4.3.30
2103 * Fixed bug 129496. "Gradients" should be "Gradians".
2105 ----
2107 Overview of changes in gcalctool 4.3.29
2109 * Fixed bug 128603. The changes for enhancement request #126626 which added 
2110   thousands separator support caused a crash at startup time on a Debian 
2111   system. The initial constant strings are being put in read-only memory 
2112   either by gcc (or because of the way that x86 arch is designed). This was 
2113   not a problem when tested with the Sun compilers on a Solaris SPARC machine.
2114   The remove_tsep() routine is display.c has been rewritten to correctly 
2115   handle this.
2117 ----
2119 Overview of changes in gcalctool 4.3.28
2121 * Further work on enhancement request 125873. As the user is typing in 
2122   input, the display will now show the thousands separator (if checked).
2124 ----
2126 Overview of changes in gcalctool 4.3.27
2128 * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2129   This keyval/state pair needed to be added to the Xor recognized mappings.
2131 ----
2133 Overview of changes in gcalctool 4.3.26
2135 * Re-fixed bug 127672. The fix for Shift-"=" should have been for GDK_equal 
2136   not GDK_Return.  Needed to add in support for Shift-"/" too.
2138 ----
2140 Overview of changes in gcalctool 4.3.25
2142 * Implemented enhancement request 125873. gcalctool can now optionally 
2143   show the thousands seperator character for fixed point numbers displayed 
2144   in the decimal base. Same for numbers stored in the memory registers. 
2145   There is a new "Show Thousands Separator" menu entry in the View menu 
2146   to set this.
2148 ----
2150 Overview of changes in gcalctool 4.3.24
2152 * Fixed bug 126626. gcalctool no longer causes a Gtk-CRITICAL error when 
2153   the user enters "9*(1<Xor>". The problem was caused because a non-UTF 
2154   character was being inserted into the text string to be displayed for 
2155   the Xor function.
2157 ----
2159 Overview of changes in gcalctool 4.3.23
2161 * Fixed bug 125782. If the user is entering a left parenthesis and it is 
2162   the first one being displayed and there is no current arithmetic operand,
2163   then the current display is initially cleared to avoid the confusion of 
2164   showing something like "0(".
2166 ----
2168 Overview of changes in gcalctool 4.3.22
2170 * Fixed bug 127862. The fix for bug #125625 introduced a potential 
2171   out-of-order case for users who are rapid keyboard typers. This 
2172   bug fix rectifies this with the unfortunate side-effect of no longer 
2173   visual toggling the equivalent button to the keyboard character 
2174   that the user entered. This fix is still compatible with the way 
2175   the accessibility infrastructure works though.
2177 ----
2179 Overview of changes in gcalctool 4.3.21
2181 * Fixed bug 65806. For the "1/x", "x^2", "x!", "e^x", "10^x" and 
2182   "y^x" labels, all occurances of "x" and "y" are now italicized.
2183   The "e" in "e^x" is no longer italicized.
2185 ----
2187 Overview of changes in gcalctool 4.3.20
2189 * Fixed bug 127316. The "fix" introduced in gcalctool v4.1.18 to fix Sun 
2190   Bugtraq bug #1258472 against CDE dtcalc (which was also a problem with 
2191   gcalctool) was incorrect.
2193 ----
2195 Overview of changes in gcalctool 4.3.19
2197 * Fixed bug 127672. The "=" key on a Swedish keyboard is on the upper 
2198   level of a key (i.e. the Shift key needs to be down). Added another 
2199   mask/keysym pair to the "=" entry to handle this.
2201 ----
2203 Overview of changes in gcalctool 4.3.18
2205 * Fixed bug 125625. gcalctool now handles "clicked" events rather than 
2206   "pressed" ones.
2208 ----
2210 Overview of changes in gcalctool 4.3.17
2212 * Fixed bug 124928. Plugged several memory leaks.
2214 ----
2216 Overview of changes in gcalctool 4.3.16
2218 * Fixed bug 124377. Fixed rounding errors when the radix character for a 
2219   locale isn't ".".
2220 * Online help updated for various recent (small) changes.
2222 ----
2224 Overview of changes in gcalctool 4.3.15
2226 * Fixed bug 124172. The "+" character on a German keyboard is on the lower 
2227   level of a key (i.e. the Shift key doesn't need to be down). Added another
2228   mask/keysym pair to the "+" entry to handle this.
2230 ----
2232 Overview of changes in gcalctool 4.3.14
2234 * Fixed bug 120737. Changed the accessible text for the OR button from 
2235   "Logical OR" to "logical OR" so that it's not changed by FreeTTS's 
2236   token to words module to "logical Oregon".
2238 ----
2240 Overview of changes in gcalctool 4.3.13
2242 * Fixed bug #123948. Removed the GTK_DISABLE_DEPRECATED flag from
2243   .../gcalctool/gcalctool/Makefile.am, to allow the depreciated
2244   GtkItemFactory, to successfully build.
2246 ----
2248 Overview of changes in gcalctool 4.3.12
2250 * Fixed bug 123724. Hitting Esc now does the same as hitting 
2251   Control-Backspace; i.e. the CE (clear entry) functionality.
2252 * Updated the gcalctool man pages to reflect this change, and the changes
2253   for bug #118826.
2255 ----
2257 Overview of changes in gcalctool 4.3.11
2259 * Refixed bug 122373. gcalctool now uses nl_langinfo() to get the numeric 
2260   point for the users locale, rather than via a localised string.
2262 ----
2264 Overview of changes in gcalctool 4.3.10
2266 * Fixed enhancement #65806. Changed that label for e^x (e superscript x) to 
2267   use an italised "e".
2269 ----
2271 Overview of changes in gcalctool 4.3.9
2273 * Fixed bug 118826. The keyboard shortcuts for the six hex. digits are 
2274   now "A" to "F". The functions that previously used those letters have 
2275   been reassigned to their lowercase equivalents. 
2277 ----
2279 Overview of changes in gcalctool 4.3.8
2281 * Fixed bug 122408. The tooltips for the numeric buttons (0-9) have been 
2282   removed as they are redundant.
2284 ----
2286 Overview of changes in gcalctool 4.3.7
2288 * Fixed bug 120749. When gcalctool is displaying a menu, typing Alt+Tab 
2289   can no longer switch windows.
2291 ----
2293 Overview of changes in gcalctool 4.3.6
2295 * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2296   Accessible names have now been added to each of the widgets in the 
2297   mode panel when in Scientific mode.
2299 ----
2301 Overview of changes in gcalctool 4.3.5
2303 * Fixed bug 122373. The decimal separator is now a translatable string so 
2304   that other locales that don't use a period can adjust accordingly.
2306 ----
2308 Overview of changes in gcalctool 4.3.4
2310 * Fixed bug 120605. Gcalctool debug messages are no longer translatable 
2311   strings.
2313 ----
2315 Overview of changes in gcalctool 4.3.3
2317 * Build for GNOME 2.4 (Final). Tag in CVS is GCALCTOOL_4_3_3
2319 ----
2321 Overview of changes in gcalctool 4.3.2
2323 * Fixed bug 119888. gcalctool keyboard handling has been improved.
2325 ----
2327 Overview of changes in gcalctool 4.3.1
2329 * Fixed bug 119832. The space bar can now correctly activate the button 
2330   that has focus.
2332 ----
2334 Overview of changes in gcalctool 4.3.0
2336 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2338 ----
2340 Overview of changes in gcalctool 4.2.104
2342 * Fixed bug 118246. The display field can now take focus. The initial 
2343   widget with focus is the Clr button.
2345 ----
2347 Overview of changes in gcalctool 4.2.103
2349 * (Bug #118247) Three more small adjustments to AccessibleName text:
2350   "E to the power of x" goes back to "E to the x"
2351   "Ten to the power of x" goes back to "Ten to the x"
2352   "Y to the power of x" goes back to "Y to the x"
2354 ----
2356 Overview of changes in gcalctool 4.2.102
2358 * (Bug #118247) Four small adjustments to AccessibleName text:
2359   "Random" becomes "Random number"
2360   "E to the x" becomes "E to the power of x"
2361   "Ten to the x" becomes "Ten to the power of x"
2362   "Y to the x" becomes "Y to the power of x"
2364 ----
2366 Overview of changes in gcalctool 4.2.101
2368 * Fixed bug 118247. Each gcalctool button now has an AccessibleName.
2370 ----
2372 Overview of changes in gcalctool 4.2.100
2374 * Fixed bug 117691. The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are 
2375   not valid equivalents for the 8, 2, 4 and 6 keys. They are needed for 
2376   keyboard navigation.
2378 ----
2380 Overview of changes in gcalctool 4.2.99
2382 * Bumped version number for GNOME 2.3.4 release, to include John's doc
2383   build changes.
2385 ----
2387 Overview of changes in gcalctool 4.2.98
2389 * Fixed bug 116944. Various HIG improvements to the edit constants, edit 
2390   functions, and insert ASCII value dialogs. 
2392 ----
2394 Overview of changes in gcalctool 4.2.97
2396 * Further work on bug 116727. A simpler fix was found.
2398 ----
2400 Overview of changes in gcalctool 4.2.96
2402 * Fixed bug 116727. When the calculator display is showing an error message,
2403   it is now correctly localized.
2405 ----
2407 Overview of changes in gcalctool 4.2.95
2409 * Fixed bug 115950. The "*" key wasn't being recognized as a keyboard 
2410   shortcut for multiplication.
2412 ----
2414 Overview of changes in gcalctool 4.2.94
2416 * Further work on bug 114364. The items in the constants menu are now always 
2417   displayed in the decimal numeric base. This is consistent with the way that 
2418   calctool in the OpenWindows DeskSet worked.
2420 ----
2422 Overview of changes in gcalctool 4.2.93
2424 * Fixed bug 114364. When you select "Edit Constants" from the Con menu, the 
2425   values of each constant are shown in Decimal. The label:
2426   "All constant values are specified in the decimal numeric base"
2427   has also been added to the "Edit Constant" popup to clarify this.
2429 ----
2431 Overview of changes in gcalctool 4.2.92
2433 * Fixed bug 115653. Adjusted the keyboard mnemonic checking code to now 
2434   check to make sure that neither of the Alt keys is pressed when comparing 
2435   against button equivalents.
2437 ----
2439 Overview of changes in gcalctool 4.2.91
2441 * Similar problem to bug #115212 but for the "Edit Constants" and
2442   "Edit Functions" dialog boxes. gcalctool no longer can display
2443   multiple versions of them.
2445 ----
2447 Overview of changes in gcalctool 4.2.90
2449 * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2450   When an error condition occurs:
2452   - make insensitive all buttons except Clr.
2453   - make all Scientific mode toggles and checkboxes insensitive.
2454   - make all menubar items insensitive except:
2455       Calculator->Quit
2456       Help->Contents
2458   When the error condition is cleared, resensitise everything, setting
2459   the numeric base buttons correctly.
2461 ----
2463 Overview of changes in gcalctool 4.2.89
2465 * Fix for bug #115212. gcalctool no longer can display multiple About boxes.
2467 ----
2469 Overview of changes in gcalctool 4.2.88
2471 * Fix for bug #108209. The appropriate gcalctool button is now animated 
2472   when the user enters that value via the keyboard.
2474 ----
2476 Overview of changes in gcalctool 4.2.87
2478 * Partial fix for bug 114363. When the calculator display is showing "Error",
2479   the Constant values and the Memory Register values no longer incorrectly
2480   show "Error" as well.
2482 ----
2484 Overview of changes in gcalctool 4.2.86
2486 * Fixed bug 113703. You can now specify an alternate location for
2487   the gcalctool schemas file with: --with-gconf-source=whatever
2489 ----
2491 Overview of changes in gcalctool 4.2.85
2493 * Fixed bug 113754. Decimal point didn't work with a German keyboard if 
2494   Numlock was turned on.
2496 ----
2498 Overview of changes in gcalctool 4.2.84
2500 * Install "gnome-calculator" symlink as reqested by Glynn Foster.
2502 ----
2504 Overview of changes in gcalctool 4.2.83
2506 * Fixed Bugzilla bug 111269. It was possible to type fast into gcalctool 
2507   and digits would be transposed. 
2509 ----
2511 Overview of changes in gcalctool 4.2.82
2513 * Refixed bug 110416.  Concatenated more error messages in mp.c.
2514 * Adjusted the Acc menu entries to be "<n> significant places" rather than 
2515   "<n> radix places".
2516 * Replaced "kilometers per hour / miles per hour" with "kilometers per hour 
2517   or miles per hour" in the first constant description.
2518 * Replaced occurances of "/" in the other constant descriptions with "or".
2520 ----
2522 Overview of changes in gcalctool 4.2.81
2524 * Translators: The documentation is now ready for translation!
2526 * Updated the following files:
2527     * configure.in: updated version number to 4.2.81
2528     * help/C/gcalctool.xml: first approved draft, ready for translation
2529     * help/C/gcalctool-C.omf: updated manual date and version number
2530     * help/C/l10n.txt: new file added 
2531     * help/C/figures/gcalctool_edit_const_window.png: deleted
2532     * help/C/figures/gcalctool_edit_func_window.png: deleted
2533     * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2534     * help/C/figures/gcalctool_mem_reg_window.png: deleted
2536 ----
2538 Overview of changes in gcalctool 4.2.80
2540 * Fixed Bugzilla bug 110416. Various fprintf statements in mp.c have been 
2541   concatenated to help translators.
2543 ----
2545 Overview of changes in gcalctool 4.2.79
2547 * Added in latest online help changes from Breda McColgan. This should now 
2548   put the online help in sync with the actual functionality of gcalctool.
2550 ----
2552 Overview of changes in gcalctool 4.2.78
2554 * Made translated menu entries actually visible. fixed some tooltips, added
2555   AC_PREREQ macro to configure.in.
2557 ----
2559 Overview of changes in gcalctool 4.2.77
2561 * This version announced on gnome-announce.
2563 ----
2565 Overview of changes in gcalctool 4.2.76
2567 * Slight adjustments to Bugzilla bug 108226 . Menu item is now
2568   "Show Trailing Zeroes", with a Control-T accelerator. Added a similar
2569   menu item to the View menu on the menu bar.
2571 ----
2573 Overview of changes in gcalctool 4.2.75
2575 * Fixed Bugzilla bug 108729. 
2577   Added tooltips to the radio and check buttons in scientific mode.
2579 ----
2581 Overview of changes in gcalctool 4.2.74
2583 * Fixed Bugzilla bug 108226.
2585   The menu items in the Acc menu are now "tickable", so you know what the
2586   current accuracy selection is. Setting one of these clears the previous one.
2588   A new "remove trailing zeroes" menu item is added to the Acc menu (last
2589   item, with a separator just above), that is "tickable". This tick doesn't
2590   affect the accuracy ticks. It's either on or off.
2592   The default setting for accuracy now becomes 9 numeric places and "remove 
2593   trailing zeroes".
2595   The Acc button is moved to the Scientific mode (clear slot in the top 
2596   right corner, above the Rand.
2598   The Base radio button group and the display type radio button group in 
2599   the mode panel in Scientific mode are now moved to the right side to be
2600   close in proximity to the Acc button. The other mode items move to the 
2601   left side.
2603 ----
2605 Overview of changes in gcalctool 4.2.73
2607 * Fixed Bugzilla bug 108208. The default value for the "showregisters" 
2608   resource in gcalctool.schemas was incorrectly set.
2609 * There should be no "default:" action in the command line parsing in 
2610   get_options(). 
2612 ----
2614 Overview of changes in gcalctool 4.2.72
2616 * Correctly fixed Bugzilla bug 108219. The previous fix didn't correct 
2617   set the radio buttons when changing mode from Scientific to Basic or 
2618   Financial. Only the internal state.
2620 ----
2622 Overview of changes in gcalctool 4.2.71
2624 * Further fix for Bugzilla bug 108209. Followup changes to make the numeric 
2625   keypad animate the buttons on Linux machines.
2627 ----
2629 Overview of changes in gcalctool 4.2.70
2631 * Fixed Bugzilla bug 108219.
2632   When you go from Scientific mode to either Basic or Financial mode, 
2633   the calculator will revert to "Dec" base in "Fix" notation.
2634   Any number in the display (and the memory registers if shown) will be 
2635   converted accordingly.
2636   When you are in a mode (Basic, Financial, or Scientific) you will only 
2637   be able to do the functionality that that mode shows.
2639 ----
2641 Overview of changes in gcalctool 4.2.69
2643 * Fixed Bugzilla bug 108333. The gcalctool buttons with menus associated 
2644   with them are now keyboard navigable.
2646 ----
2648 Overview of changes in gcalctool 4.2.68
2650 * Fixed Bugzilla bug 108209. When the user uses the keyboard to enter data,
2651   the associated gcalctool button will be animated.
2653 ----
2655 Overview of changes in gcalctool 4.2.67
2657 * Fixed Bugzilla bug 108210. Main gcalctool window is no longer resizable.
2659 ----
2661 Overview of changes in gcalctool 4.2.66
2663 * Incorporated various changes to the online help Breda McColgan in
2664   the Sun GNOME doc. team.  Translators, please do not translate yet.
2665   See ChangeLog for more information.
2667 ----
2669 Overview of changes in gcalctool 4.2.65
2671 * Added scrollkeeper checks into configure.in.
2672 * Fixed warning message:
2674   ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
2675   GNOME_FILE_DOMAIN_APP_HELP domain
2677 ----
2679 Overview of changes in gcalctool 4.2.64
2681 * Added in a first (draft) version of online help from Breda McColgan in
2682   the Sun GNOME doc. team.  Translators, please do not translate yet. See
2683   ChangeLog for more information.
2685 ----
2687 Overview of changes in gcalctool 4.2.63
2689 * Abstracted the key values and modifiers.
2691 ----
2693 Overview of changes in gcalctool 4.2.62
2695 * Adjusted the tooltip help to be minimalist messages.
2697 ----
2699 Overview of changes in gcalctool 4.2.61
2701 * Small adjustment to allow gcalctool to compile using the Solaris Forte
2702   compilers.
2704 ----
2706 Overview of changes in gcalctool 4.2.60
2708 * Gcalctool wasn't saving the trigonometric type when it was changed.
2710 ----
2712 Overview of changes in gcalctool 4.2.59
2714 * Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
2716 ----
2718 Overview of changes in gcalctool 4.2.58
2720 * Allows Backspace to now correctly work inside parentheses.
2722 ----
2724 Overview of changes in gcalctool 4.2.57
2726 * The Xor logical operation wasn't being performed correctly.
2727 * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
2728   checkboxes.
2730 ----
2732 Overview of changes in gcalctool 4.2.56
2734 * Removed the final period from the ten default constant descriptions.
2735 * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
2736   "centimeter".
2737 * Fixed up the values of the ten default constant definitions in the
2738   manual pages.
2739 * The "centimeters <=> inches" default constant should be 0.3937007
2740   rather than 2.54 to be consistent with the other constants.
2742 ----
2744 Overview of changes in gcalctool 4.2.55
2746 * Entering "(<Delete>)" no longer crashes gcalctool.
2748 ----
2750 Overview of changes in gcalctool 4.2.54
2752 * The financial Term tooltip example now works.
2753 * Moved the Exp button to the right of the Con and Fun buttons for better
2754   grouping.
2756 ----
2758 Overview of changes in gcalctool 4.2.53
2760 * Fixed Bugzilla bug 106501. Added bullet proofing to prevent user 
2761   backspacing off the end of the display string.
2763 ----
2765 Overview of changes in gcalctool 4.2.52
2767 * Toggled the positions of the Sto and Rcl buttons.
2769 ----
2771 Overview of changes in gcalctool 4.2.51
2773 * No longer crashes if the user Pastes in an empty clipboard value.
2774 * Now uses a text view for its display widget.
2776 ----
2778 Overview of changes in gcalctool 4.2.50
2780 * Fixes to the manual page:
2781   - the keyboard shortcut for the "Term" function is "t" not "T".
2782   - removed the LOGICAL mode section.
2784 ----
2786 Overview of changes in gcalctool 4.2.49
2788 * The display label and mode no longer expand when the calculator is resized. 
2789 * Replace the three characters of white space in the title bar text with one
2790   space character, so more of the title fits into the task window list applet.
2792 Overview of changes in gcalctool 4.2.48
2794 * Added a launcher to the GNOME's Accessories menu.
2796 ----
2798 Overview of changes in gcalctool 4.2.47
2800 * Marks the menu labels for translation.
2802 ----
2804 Overview of changes in gcalctool 4.2.46
2806 * Various cleanup, to make gcalctool be more like other GNOME applications.
2808 ----
2810 Overview of changes in gcalctool 4.2.45
2812 * Fixed Bugzilla bug 104249. The UI for adding new or editing existing 
2813   constants and/or functions has been improved.
2815 ----
2817 Overview of changes in gcalctool 4.2.44
2819 * Fixed Bugzilla bug 104830. gcalctool now uses gnome-calc3.png as its icon
2820   (same as the current gnome-calculator)
2822 ----
2824 Overview of changes in gcalctool 4.2.43
2826 * Further slight adjustments needed to fix Bugzilla bug 104248. The memory 
2827   registers window now displays correctly again.
2828 * Fixed Bugzilla bug 104240. The "File" menubar item is now called 
2829   "Calculator", and there is a set of unique mnemonics for the various 
2830   items in the Scientific mode panel. The gcalctool manual pages have been 
2831   updated to reflect these changes. 
2832 * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
2833   Added in a Control-A mnemonic for Help->About.
2835 ----
2837 Overview of changes in gcalctool 4.2.42
2839 * Fixed Bugzilla bug 104248. The View->Memory Registers menu item's toggle 
2840   is now set correctly depending upon whether the memory register windows 
2841   is visible or hidden. 
2842 * The correct radio item is now set in the View menu mode menu item entries 
2843   if gcalctool is initially started in Financial or Scientific mode.
2845 ----
2847 Overview of changes in gcalctool 4.2.41
2849 * The constant and function definitions are now read and written as Gconf
2850   resources.
2851 * Fixed Bugzilla bug 104250. The constant and the function menu items now 
2852   have "C<n>:" and "F<n>:" prefixes respectively, where <n> is the 
2853   constant/function number.
2855 ----
2857 Overview of changes in gcalctool 4.2.40
2859 * Fixed Bugzilla bug 104245. The View->Basic Mode, Financial Mode, 
2860   Scientific Mode and Memory Registers now have keyboard accelerators 
2861   (Control-B, Control-F, Control-S and Control-M respectively).
2863 ----
2865 Overview of changes in gcalctool 4.2.39
2867 * Further slight adjustments for Bugzilla bug 104287
2868   The insert button isthe default button. 
2869   The dialog is no longer resizable. 
2870   The ESC key can now be used to cancel the dialog. 
2872 ----
2874 Overview of changes in gcalctool 4.2.38
2876 * Fixed Bugzilla bug 104287. HIG improvements for the "Insert ASCII Value" 
2877   dialog.
2879 ----
2881 Overview of changes in gcalctool 4.2.37
2883 * Fixed Bugzilla bug 104241. The Insert ASCII Value" menu item is now 
2884   "Insert ASCII Value..."
2885 * Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
2886   <bonobo-i18n.h,> where all this stuff is already defined.
2888 ----
2890 Overview of changes in gcalctool 4.2.36
2892 * Fixed Bugzilla bug #102928. The x^2, e^x, 10^x and y^x keys now use 
2893   Pango markup to display the label using superscripts.
2895 ----
2897 Overview of changes in gcalctool 4.2.35
2899 * Added in handling of the numeric keypad for Linux systems.
2901 ----
2903 Overview of changes in gcalctool 4.2.34
2905 * Handling of the users saved function definitions now works correctly.
2906 * Changed the keyboard accelerators for the following to use non Alt-<?>
2907   values:
2909   Cos  (old value: Alt-c) becomes 'J'.
2910   Sin  (old value: Alt-s) becomes 'K'.
2911   Tan  (old value: Alt-t) becomes 'L'.
2912   Frac (old value: Alt-f) becomes ':'.
2913   Int  (old value: Alt-i) becomes 'i'.
2914   Abs  (old value: Alt-u) becomes 'u'.
2915   Rate (old value: Alt-r) becomes 'T'.
2916 * Removed the need to configure with "--enable-build-broken".
2918 ----
2920 Overview of changes in gcalctool 4.2.33
2922 * Adjusted the memory registers windows to use the same "R0:  0.00" format
2923   (bold for first part), as the Rcl, Sto and Exch menus.
2925 ----
2927 Overview of changes in gcalctool 4.2.32
2929 * The menu items for the Rcl, Sto and Exch menus now have the format
2930   "R0:     0.00", where the "R0:" part is in bold.
2931 * The keyboard accelerators for the menubar menu items are now working.
2933 ----
2935 Overview of changes in gcalctool 4.2.31
2937 * Updated the NEWS file with an overview of all the changes since v4.1.13.
2939 ----
2941 Overview of changes in gcalctool 4.2.30
2943 * Removed the gconf resource for getting/setting whether a beep is sounded
2944   on error. A beep will now always be sounded in such a case.
2945 * The writing out of the resources will now be immediately done when each 
2946   of those functions changes.
2948 ----
2950 Overview of changes in gcalctool 4.2.29
2952 * Updated the manual pages to reflect the recent v4.2.xx changes.
2953 * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
2954   on Linux.
2956 ----
2958 Overview of changes in gcalctool 4.2.28
2960 * The real fix for displaying the icon.
2962 ----
2964 Overview of changes in gcalctool 4.2.27
2966 * Vastly improved keyboard navigation.
2967 * Control-F1 now toggles the displaying of tooltip help, so the "-h"
2968   command line option has been removed and the old-style event handling
2969   code has also been removed.
2970 * Added in a signal handler for the "delete" event for the main gcalctool
2971   window. The callback calls gtk_main_quit() to terminate the application.
2973 ----
2975 Overview of changes in gcalctool 4.2.26
2977 * HCI change. Attempt to correct disaplay the gcalctool icon.
2979 ----
2981 Overview of changes in gcalctool 4.2.25
2983 * HCI change. The Sto/Rcl/Exch menu items now show the current register 
2984   values as well.
2986 ----
2988 Overview of changes in gcalctool 4.2.24
2990 * HCI change. All the radiobutton and checkbox items in the mode panel 
2991   now have a mnemonic associated with them.
2993 ----
2995 Overview of changes in gcalctool 4.2.23
2997 * HCI change. Fixed up the buttons on the "Insert ASCII Value", "Enter 
2998   Constant..." and "Enter Function..." popups. They now just use Cancel 
2999   and OK buttons, and use standard stock Gtk icons.
3001 ----
3003 Overview of changes in gcalctool 4.2.22
3005 * HCI change.  Added in an Edit->Paste menu item. If selected this will 
3006   paste the current contents of the clipboard into the calculator display 
3007   as if you'd typed it.
3008 * Added bullet proofing to protect the calculator against values that 
3009   weren't found. If a value wasn't found, it's just ignored, and it goes 
3010   on to process the next character in the string.
3011 * Improved the handling of the recognition of characters entered. It now
3012   takes into effect the mods value for each keysym.
3014 ----
3016 Overview of changes in gcalctool 4.2.21
3018 * HCI change. Added a 2 pixel border for the frames containing the Basic, 
3019   Financial and Scientific buttons and the mode panel.
3021 ----
3023 Overview of changes in gcalctool 4.2.20
3025 * HCI change. Removed the "operand item" label widget.
3027 ----
3029 Overview of changes in gcalctool 4.2.19
3031 * The frames around the mode button tables and the mode panel are no longer
3032   always being shown.
3034 ----
3036 Overview of changes in gcalctool 4.2.18
3038 * Fixed Bugzilla bug #101865. Remade various keyboard remappings:
3039 * Removed mention of the "-l" and "-r" command line options from the manual
3040   pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3041   resource too.
3043 ----
3045 Overview of changes in gcalctool 4.2.17
3047 * Removed the "Keys" key, that allowed you to toggle the button labels to 
3048   show their keyboard equivalents.
3050 ----
3052 Overview of changes in gcalctool 4.2.16
3054 * Put each of the the button tables and the mode panel inside a frame, rather
3055   then use horizontal separators, to try to make the GUI look nicer.
3057 ----
3059 Overview of changes in gcalctool 4.2.15
3061 * Entering "((2+3)*(2+3))" now gives the correct answer.
3062 * Added some bullet-proofing to parentheses handling when bogus characters
3063   are entered.
3065 ----
3067 Overview of changes in gcalctool 4.2.14
3069 * Hooked up the Help->Contents menu item. Note that help support still has
3070   to be included (i.e. a help subdirectory with associated files etc.).
3072 ----
3074 Overview of changes in gcalctool 4.2.13
3076 * The View->Memory Registers menu item now correctly toggles the showing of
3077   the memory register window.
3079 ----
3081 Overview of changes in gcalctool 4.2.12
3083 * Menubar menu items now use stock Gtk icons (where applicable).
3085 ----
3087 Overview of changes in gcalctool 4.2.11
3089 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3091 ----
3093 Overview of changes in gcalctool 4.2.10
3095 * Going into Scientific mode and clicking on "(" twice no longer causes a
3096   segmentation violation.
3098 ----
3100 Overview of changes in gcalctool 4.2.9
3102 * Added some horizontal separators to help make the calculator more readable
3103   when in Financial and Scientific Mode.
3105 ----
3107 Overview of changes in gcalctool 4.2.8
3109 * Entering "((2+3)*9+(5-3))" no longer causes a segmentation violation.
3111 ----
3113 Overview of changes in gcalctool 4.2.7
3115 * Removed the attempt to display a calculator image on the About popup.
3116 * Typing the keyboard equivalent of the menu buttons now works.
3117 * Removed the VERSION string from the titlebar. This is now in the About popup
3119 ----
3121 Overview of changes in gcalctool 4.2.6
3123 * Added in an About popup that's accessible through the Help->About Gcalctool
3124   menubar Help menu item.
3126 ----
3128 Overview of changes in gcalctool 4.2.5
3130 * Fixed Bugzilla bug #102927.
3131   Replaced abbreviation "trig." with full word "trigonometric".
3133 ----
3135 Overview of changes in gcalctool 4.2.4
3137 * Fixed Bugzilla bug #102922.
3138   Adjusted two occurances of sentence fragments to make it easier for 
3139   L10N folks to translate them.
3141 ----
3143 Overview of changes in gcalctool 4.2.3
3145 * Added Spanish (es) to ALL_LINGUAS at configure.in
3146 * gcalctool is now resizable again.
3148 ----
3150 Overview of changes in gcalctool 4.2.2
3152 * Made calculator window choose a reasonable size at startup, and resize
3153   when changing modes.
3155 ----
3157 Overview of changes in gcalctool 4.2.1
3159 * Removed the GNOME_UTIL_LIBS line in gcalctool/Makefile.am so that 
3160   gcalctool will correctly build.
3162 ----
3164 Overview of changes in gcalctool 4.2.0
3166 * The gcalctool GUI layout has been redone to make the Basic mode more
3167   basic and to make the application more GNOMEish.
3168 * The Financial/Logical/Scientific mode buttons have been moved into
3169   the main calculator window above the Basic mode buttons. The Logical
3170   and Scientific modes have been combined.
3171 * Added a menubar.
3172 * The six item mode display has been removed and a mode panel added for
3173   the scientific mode.
3174 * Removed the property sheet. gcalctool no longer has a left or right 
3175   handed style.
3176 * Blank buttons are now correctly hidden.
3177 * Added a "--enable-build-broken" flag to configure that has to be present
3178   in order to configure and build gcalctool while it's still in a semi-broken
3179   state.
3181 ----
3183 Overview of changes in gcalctool 4.1.27
3185 * Fixed Bugzilla bug #101782.
3186   Removed trailing "\n"'s where possible in the tooltip help messages.
3188 ----
3190 Overview of changes in gcalctool 4.1.26
3192 * Fixed Bugzilla bug #101861.
3193   The size of the memory register window is no longer hard-wired.
3195 ----
3197 Overview of changes in gcalctool 4.1.25
3199 * Fixed Bugzilla bug #101867.
3200   Changed multiply key from "X" to "*" (same as the existing gnome-calculator).
3202 ----
3204 Overview of changes in gcalctool 4.1.24
3206 * Fixed Bugzilla bug #101780.
3207   Removed leading and trailing spaces from the labels for the gcalctool buttons.
3209 ----
3211 Overview of changes in gcalctool 4.1.23
3213 * Fixed Bugzilla bug #101777.
3214   Removed trailing periods on the four window titles.
3216 ----
3218 Overview of changes in gcalctool 4.1.22
3220 * Various I18N changes.
3222 ----
3224 Overview of changes in gcalctool 4.1.21
3226 * Various I18N changes.
3228 ----
3230 Overview of changes in gcalctool 4.1.20
3232 * Fixed Sun Bugtraq bug #1102883 against DeskSet calctool:
3233   Adjusted so that all error messages just display "Error" which is
3234   more consistent.
3236 ----
3238 Overview of changes in gcalctool 4.1.19
3240 * Fixed Sun Bugtraq bug #4006391 against CDE dtcalc:
3241   Bring up gcalctool, enter 10000 X 0.58 =, get answer is 5800.
3242   Then click on Int button, supposely should get 5800, but the answer was 5799.
3244 ----
3246 Overview of changes in gcalctool 4.1.18
3248 * Fixed Sun Bugtraq bug #1258472 against CDE dtcalc:
3249   Start up gcalctool and set to decimal and fixed. Set accuracy to 2 decimal
3250   places. Do a division like 0.19/2  It gives 0.0A.
3252 ----
3254 Overview of changes in gcalctool 4.1.17
3256 * Fixed Bugtraq bug #1190181 against OpenWindows DeskSet calctool:
3257   gcalctool core dumped if parent directory was not readable.
3259 ----
3261 Overview of changes in gcalctool 4.1.16
3263 * Updated TODO file with all relevant calculator Sun bugs and rfes.
3264 * Adjusted matherr() routine so that strict ANCI C compilers can compile it.
3265 * Mode windows now shows buttons correctly if you start up in Basic mode,
3266   then try to show one of the other modes.
3268 ----
3270 Overview of changes in gcalctool 4.1.15
3272 * "Keys" button now displays correctly if started with left-handed style.
3273 * Switching handed style now displays button labels correctly if currently
3274   showing the keyboard equivalent.
3276 ----
3278 Overview of changes in gcalctool 4.1.14
3280 * Buttons are colored correctly if started with left-handed style.
3282 ----
3284 Overview of changes in gcalctool 4.1.13
3286 * The unused buttons in the mode window are now hidden.
3288 ----
3290 Overview of changes in gcalctool 4.1.12
3292 * Added gconf support, removing the use of X11 resources.
3294 ----
3296 Overview of changes in gcalctool 4.1.11
3298 * Explicitly setting the size of the calculator buttons has been removed.
3299 * The width of the mode window is now set to the width of the main window.
3301 ----
3303 Overview of changes in gcalctool 4.1.10
3305 * Fixes for I18N support.
3307 ----
3309 Overview of changes in gcalctool 4.1.9
3311 * Now that gcalctool is using Gtk resources to determine the appearance of
3312   the calculator, there is no need to use the custom display_frame widget.
3313 * The calculator display area now has tooltip help.
3315 ----
3317 Overview of changes in gcalctool 4.1.8
3319 * Fixed up mistakes is the gcalctool tooltip help text.
3320 * Three keyboard accelerators weren't working when a "menu" button had been
3321   pressed and the calculator was in pending mode:
3322   Base button - "o" (octal).
3323   Mode button - "l" (logical).
3324   Trig button - "g" (gradient).
3325 * The + and . keys on the numeric keypad now work.
3327 ----
3329 Overview of changes in gcalctool 4.1.7
3331 * Added in help support. Hitting the Help key will toggle whether tooltip
3332   help messages are displayed for the various buttons and other widgets.
3334   By default tooltips are disabled. Start gcalctool with the "-h" command
3335   line option will enable them. There is also a "gcalctool.showhelp"
3336   resource that can enable/disable them.
3338 ----
3340 Overview of changes in gcalctool 4.1.6
3342 * The new Constant/Function popup now has the various items aligned.
3344 ----
3346 Overview of changes in gcalctool 4.1.5
3348 * The size of the buttons in the Mode window are incorrect if the unused ones
3349   are not shown. Solved this my simply making the unused ones insnsitive, and
3350   showing them all.
3352 ----
3354 Overview of changes in gcalctool 4.1.4
3357 * Keyboard accelerators now work for the gcalctool "menu" buttons.
3359 ----
3361 Overview of changes in gcalctool 4.1.3
3363 * The constant and function definitions are now read and written to a file
3364   named ~/.gcalctoolcf.
3365 * gcalctool now also tries to read a ~/.gcalctoolrc file at startup time.
3366   This file (if it exists) can contain resources for changing the appearance
3367   of the application. A gcalctoolrc file is now also included with the
3368   gcalctool distribution, which gives the old OpenWindows DeskSet appearance
3369   to the calculator.
3370 * The ability to change various colors via X resources has also been removed.
3371   The manual pages have been updated to reflect this.
3373 ----
3375 Overview of changes in gcalctool 4.1.2
3377 * Starting gcalctool then switching hands to left-handed, then using the
3378   keyboard for input, wrongly associated the various keyboard accelerators
3379   for the swapped keys.
3381 ----
3383 Overview of changes in gcalctool 4.1.1
3385 * Now finds the X11 libraries in a platform independent way.
3386 * Fixed up the gcalctool usage message.
3387 * Fixed up the gcalctool manual pages.
3388 * gcalctool now looks for ~/.gcalctoolrc and ~/.gcalctooldefaults files.
3389 * X resources are now "gcalctool.<whatever" rather than "calctool.<whatever>".
3391 ----
3393 Overview of changes in gcalctool 4.1.0
3395 * Graphics driver is now based on Gtk2.
3397 ----
3399 Overview of changes in calctool 4.0.0
3401 * Code based on the calctool in the OpenWindows Deskset for Solaris 8.
3402 * Adjusted to use an autoconf/automake configuration and build environment.
3403 * Adjusted the code to a K&R style.
3404 * Incorporated in needed code from the libguide and libdeskset libraries.
3405 * Released under a GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL) license.
3406 * Just an XView graphics driver currently provided.
3408 ----