Unmark bitcalculating strings for translation (Bug #515326)
[gcalctool.git] / NEWS
blobd5da72d7cba2a477611e7f52f4da2fb0f52da903
2 /*  gcalctool NEWS.
3  *
4  *  Copyright (c) 1987-2008 Sun Microsystems, Inc.
5  *  All Rights Reserved.
6  */
8 Overview of changes in gcalctool 5.21.90
10     * Fix for bug #512204 - Regression in (-,+) handling.
12     * Fix for bug #511052 – Mod gives negative remainders.
14     * Fixed typo in message in create_kframe() in gtk.c.
16 ----
18 Overview of changes in gcalctool 5.21.5
20    * Adjusted online help documentation to add in a section 4.4. "Changing
21      The Display Area" and to update the new keyboard shortcut for Clear.
23    * Use delete key to delete character right of cursor in display, clear
24      now uses shift+delete (Bug #326938).
25    
26    * Update all button tooltips to have the shortcut
27      key for that button (Bug #503707).
29    * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
30      category
32    * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
33      "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
35    * Work on bug #501699. Adjusted "monthly interest rate" to "simple
36      monthly interest rate" in the online help for two of the financial
37      examples.
39    * Fix incorrect menu radio button selected when mode change aborted 
40      (bug #488226).
42    * Fix for bug #502306 - unable to use MOD operation after a 
43      x ? y operation.
45 ----
47 Overview of changes in gcalctool 5.21.4
49     * Adjusted online help documentation to add in a section 4.4. "Changing
50       The Display Area" and to update the new keyboard shortcut for Clear.
52     * Use delete key to delete character right of cursor in display, clear
53       now uses shift+delete (Bug #326938).
54     
55     * Update all button tooltips to have the shortcut
56       key for that button (Bug #503707).
58     * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
59       category
61     * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
62       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
64     * Work on bug #501699. Adjusted "monthly interest rate" to "simple
65       monthly interest rate" in the online help for two of the financial
66       examples.
68     * Fix incorrect menu radio button selected when mode change aborted 
69       (bug #488226).
71     * Fix for bug #502306 - unable to use MOD operation after a 
72       x ᶺ y operation.
74 ----
76 Overview of changes in gcalctool 5.21.3
78     * Added a "Reset to Default" accuracy menu item (bug #488542).
80     * When the bit calculation extension is enabled, a message now appears
81       in the status bar.
83     * Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension
84       produces incorrect results.
86     * Fixed bug #367731 - [doc] Update documentation for bit calculating
87       extension.
89     * Fixed bug 500029 - Clearing a bit in the bitcalculating extension,
90       sets the display to zero.
92     * Disable menu items not valid in current mode (Bug #499625).
94     * Fix build dependencies for parsers (Bug #497237).
95     
96     * Trim pasted text on newlines, replace tabs with spaces (Bug #488796).
98     * Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
100     * Fixed bug #367723 - [doc] Update documentation for Changing Modes
101       Clears Calculation.
103 ----
105 Overview of changes in gcalctool 5.21.2
107     * Fixed bug #485919 - Use Glade for UI. Glade conversion of gcalctool 
108       is now complete (thanks Robert).
110     * Fixed bug #495349 - Close precision dialog when setting precision from
111       Acc button.
113     * Fixed bug #495345 - Connect "activate" signal for precision spin button
114       after spin button has been updated.
116     * Fixed bug #482655 - Missing image file.
118     * Fix the buglet in comment #51 of bug #485919
120     * Fixed for final remaining parts of bug #488694 - [a11y] Several 
121       calculator buttons don't speak correctly with Orca.
123     * Fixed bug #488489 - Make accuracy shortcuts only work in scientific mode.
125     * Fixed bug # 488703 - Stop bogus '-/-' appearing in accuracy menu items.
127     * Fix for bug #485134 - OR calculation produces incorrect result in
128       arithmetic precedence mode.
130     * General code cleanup.
132 ----
134 Overview of changes in gcalctool 5.21.1
136     * Work on bug #485919 - Use Glade for UI.
137         > Adds support for the mode panel.
138         > Puts menu accelerators back again and fixes the top button row in
139           basic mode being too tall.
140         > Now provides Glade support for the majority of the gcalctool GUI.
142     * Fix for bug #490701 - base radio buttons initially fail.
144     * Attempted fix for bug #485134 - OR calculation produces incorrect 
145       result in arithmetic precedence mode. This isn't a complete solution
146       so the bug has been reopened.
148     * Fix for bug #488828 - Reciprocal remembers backspaced items.
150     * More work on bug ##488694 - [a11y] Several calculator buttons don't speak 
151       correctly with Orca. Removed the accessible descriptions (not needed) and 
152       adjusted the "shift left" and "shift right" names (they were reversed).
154     * Patch to stablize arithmetic precedence.
156     * Stop acting on toggle events from radio buttons when they go inactive 
157       (Bug #485918).
159     * Added Robert Ancell to the list of gcalctool MAINTAINERS.
161     * Fixed bug #488830 - Hex radio button shortcut conflicts with Help menu 
162       shortcut.
164     * Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip shortcut 
165       keys.
167     * Fixed bug #488783 - memory registers not available if you start in 
168       Advanced mode
170     * Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak
171       correctly with Orca.
173     * Fix for bug #485398 - Put memory register window inside the main window.
174       Uses gtk_window_set_transient_for() to associate the memory register
175       window with the main gcalctool window.
177     * Fix for bug #383850 - [doc] New names for Precedence.
179     * Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence mode
180       if user has "hand edited" the display.
182     * Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
183       correctly set the state of the Edit-<Memory Registers check box if the
184       user wanted the memory registers initially displayed.
186     * Correctly handle memory register display and "Memory Registers" menu
187       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
188       (Needed because of the recent changes for bug #478961).
190 ----
192 Overview of changes in gcalctool 5.21.0
194     * Fix for bug #326938 – Display cursor in input area; allow home and 
195       end keys. This is in arithmetic precedence mode only.
197     * Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 places 
198       menu items.
200     * Fix for bug #439087 – Gcalctool can't handle small physic constants
201       like the Boltzmann constant. The number of significant places has
202       been increased to 99 and the number of displayable digits has been
203       increased to 200. The online help has been adjusted to reflect these
204       changes.
206       Note that if you have something in the gcalctool display that is
207       wider than the display area, a scrollbar is shown, but the first
208       digit isn't properly displayed. The workaround here, is to enlarge
209       the size of the calculator window until the scrollbar goes away.
210       I believe this is a Gtk+ problem and have filed bug #482688 against 
211       it.
213     * Fixed bug #367738 – [doc] Square root documentation needs to be updated.
214       The entry in the online help now includes examples for both arithmetic
215       precedence and non-arithmetic precedence mode.
217     * Fixed bug #428571 – [doc] Repetitive usage of "use".
219     * Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
221     * Fixed bug #428573 – [doc] Spelling of logical gates.
222       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
223       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
224       display area in arithmetic precedence mode. The gcalctool manual
225       pages and the online help have been updated accordingly.
227       The XOR operation in non-arithmetic mode was doing a multiplication
228       instead.
230       The result for the AND example in the online help was incorrect.
232       The syntax for using NOT in aritmetic mode is different then for
233       non-arithmetic mode. The online help example has been updated to
234       show both examples.
236     *  Fixed bug #469245 – Hexadecimal input is not intuitive and
237       bug #455889 – Copy/paste of lower case hex letter does not work.
238       The hexadecimal digits have been changed back to their pre Sept
239       2003 (bug #118826) values of "a" - "f".
241       The following functions have also had their keyboard shortcuts
242       reverted back to their pre Sept 2003 upper-case values:
244       [A] - Set accuracy
245       [C] - Change sign
246       [D] - Double-declining depreciation
247       [E] - Enter an exponential number
248       [F] - User-defined functions
250       With copy/paste operations, where the user is pasting a string into
251       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
252       "D" or "F" character is encountered, it will be converted to its
253       lowercase equivalent. If an "E" is found,  and the next character is a
254       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
255       a possible exponential number), otherwise its converted to a lower
256       case "e".
258       Displaying of hex digits in the gcalctool display will still be
259       in uppercase. Displaying of the "e" in an exponential number will
260       still be in lower-case.
262       The way to enter exponential numbers in arithmetic precedence mode
263       has changed. The following four examples should show you the new
264       correct syntax:
266         1  2  Exp + 8  =              1200000000
267       - 1  2  Exp + 8  =             -1200000000
268         1  2  Exp - 8  =              0.00000012
269       - 1  2  Exp - 8  =             -0.00000012
271       In both left-to-right precedence and arithmetic precedence modes, if
272       the user enters a numeric digit that is incorrect for the current
273       numeric base, this shouldn't be allowed and should not be entered
274       in the display.
276       The gcalctool documentation (and tooltips) have been updated to
277       reflect these changes.
279     * Fixed bug #479102 – memory registers dialogue should use ngettext.
281     * Fixed bug #478961 – GtkAaction use.
283     * Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
285     * Fixed bug #478979 – show menu help in statusbar.
287     * Fixed bug #479064 – should use ngettext on the Acc button.
289     * Fixed bug #479097 – use gtkmessagedialog.
291     * Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
293 ----
295 Overview of changes in gcalctool 5.20.0
297 * Released a gcalctool tarball for GNOME 2.20.0.
299 ----
301 Overview of changes in gcalctool 5.19.92
303 * Released a gcalctool tarball for GNOME 2.19.92.
305 ----
307 Overview of changes in gcalctool 5.19.91
309 * Released a gcalctool tarball for GNOME 2.19.91.
311     - Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
313 ----
315 Overview of changes in gcalctool 5.19.90
317 * Released a gcalctool tarball for GNOME 2.19.90.
319     - Adjusted the MAINTAINERS file to the new format.
321 ----
323 Overview of changes in gcalctool 5.19.6
325 * Released a gcalctool tarball for GNOME 2.19.6.
327     - Remove help/de/Makefile due to gnome-doc-utils migration.
329     - Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
330       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
332     - Fixed bug #439415. Always use left-to-right direction for button's boxes.
334 ----
336 Overview of changes in gcalctool 5.19.5
338 * Released a gcalctool tarball for GNOME 2.19.5.
340     - Applied Sun patch to change the Comment line in gcalctool.desktop.in
342     - Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
344     - Fixed bug #450790 – crash in Calculator when pasting in a very large
345       number.
347 ----
349 Overview of changes in gcalctool 5.19.4
351 * Released a gcalctool tarball for GNOME 2.19.4.
353     - Fixed bug #448263 – drop libgnome dependency
355 ----
357 Overview of changes in gcalctool 5.19.3
359 * Released a gcalctool tarball for GNOME 2.19.3.
361   - Fixed bug #439985 – Negative value not saved in memory register across 
362     invocations of gcalctool. This was also a problem was negative constants.
364 ----
366 Overview of changes in gcalctool 5.19.2
368 * Released a gcalctool tarball for GNOME 2.19.2.
370 ----
372 Overview of changes in gcalctool 5.19.1
374 * Released a gcalctool tarball for GNOME 2.19.1.
376 ----
378 Overview of changes in gcalctool 5.9.14
380 * Released a gcalctool tarball for GNOME 2.18.0 (Final).
382 ----
384 Overview of changes in gcalctool 5.9.13
386 * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
388 ----
390 Overview of changes in gcalctool 5.9.12
392 * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
394 ----
396 Overview of changes in gcalctool 5.9.11
398 * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
400 ----
402 Overview of changes in gcalctool 5.9.10
404 * All copyright messages updated for 2007.
405 * Released a gcalctool tarball for GNOME 2.17.5.
407 ----
409 Overview of changes in gcalctool 5.9.9
411 * Released a gcalctool tarball for GNOME 2.17.4.
413 ----
415 Overview of changes in gcalctool 5.9.8
417 * Released a gcalctool tarball for GNOME 2.17.3.
419 ----
421 Overview of changes in gcalctool 5.9.7
423 * Released a gcalctool tarball for GNOME 2.17.2.
425 ----
427 Overview of changes in gcalctool 5.9.6
429 * Fixed bug #358782. Fixup sloppy string handling.
431 ----
433 Overview of changes in gcalctool 5.9.5
435 * Fixed bug #364410.  Incorrectly rounded pi constant.
437 ----
439 Overview of changes in gcalctool 5.9.4
441 * Released a gcalctool tarball for GNOME 2.17.1.
443 ----
445 Overview of changes in gcalctool 5.9.3
447 * Fixed bug 359291 - crash when localized decimal point is greater than 
448   1 char. Removed the bogus assert.
450 ----
452 Overview of changes in gcalctool 5.9.2
454 * Fixed bug #358337 - gcalctool no longer crashes in the Oriya locale due 
455   to sloppy string handling.
456 * Fixed bug #354730 - crash in Calculator: running 3x10^38 using bi..
457 * Fixed bug #357208 - Bitcalculating extension needs to support negative 
458   numbers
460 ----
462 Overview of changes in gcalctool 5.9.1
464 * Fixed bug #157961 - Bitcalculating extension for gcalctool.
465 * Fixed bug #355648 - Error reporting should be consistent.
466 * Fixed bug #135140 - percent operator works not as expected.
468 ----
470 Overview of changes in gcalctool 5.9.0
472 * Fixed bug #349981 - gcalctool should save screen position for next start.
474 ----
476 Overview of changes in gcalctool 5.8.24
478 * Released a gcalctool tarball for GNOME 2.16.0 (Final).
480 ----
482 Overview of changes in gcalctool 5.8.23
484 * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
486 ----
488 Overview of changes in gcalctool 5.8.22
490 * Removed several chunks of code that were surronded by #if 0/#endif.
492 ----
494 Overview of changes in gcalctool 5.8.21
496 * Fixed bug #350341. gcalctool now builds again with gcc v2.95.
498 ----
500 Overview of changes in gcalctool 5.8.20
502 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
504 ----
506 Overview of changes in gcalctool 5.8.19
508 * More work on bug #347700.  Added another "Note to translators" 
509   comment for the Abs button labels.
511 * Fixed bug #348452. Removed line for help/sv/Makefile.in
513 * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
515 ----
517 Overview of changes in gcalctool 5.8.18
519 * Work on bug #347700. Added a "Note to translators" comment for the 
520   Bksp and Clr button labels.
522 ----
524 Overview of changes in gcalctool 5.8.17
526 * Released a gcalctool tarball for GNOME 2.15.4.
528 ----
530 Overview of changes in gcalctool 5.8.16
532 * Released a gcalctool tarball for GNOME 2.15.3.
534 ----
536 Overview of changes in gcalctool 5.8.15
538 * Fixed bug #343150. Gcalctool no longer crashes when switching to 
539   scientific mode.
541 ----
543 Overview of changes in gcalctool 5.8.14
545 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
547 ----
549 Overview of changes in gcalctool 5.8.13
551 * Released a gcalctool tarball for GNOME 2.15.2.
553 ----
555 Overview of changes in gcalctool 5.8.12
557 * Fixup compiler warnings from inclusion of last patch.
559 ----
561 Overview of changes in gcalctool 5.8.11
563 * Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
564   Backspace results in mal-formed expression.
566 * = button is now also a one step undo. (This feature was temporary
567   disabled by the previous redo/undo patch.)
569 * Removed gotos from do_expression function. (This change might add
570   unstability as this is a major change to the expression mode state
571   machine.)
573 * Functions (such as sin, cos, tan..) can use previously calculated value.
575 ----
577 Overview of changes in gcalctool 5.8.10
579 * First cut at an Undo/Redo implementation for use with the arithmetic
580   operator precedence mode.
582 ----
584 Overview of changes in gcalctool 5.8.9
586 * Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files
587   were missing.
590 Overview of changes in gcalctool 5.8.8
592 * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
593 * Released a gcalctool tarball for GNOME 2.15.1.
595 ----
597 Overview of changes in gcalctool 5.8.7
599 * Fixed bug #337897. Changes to use po/LINGUAS file.
601 ----
603 Overview of changes in gcalctool 5.8.6
605 * Fixed bug #338220. The 'Show trailing zeroes' option in the View menu 
606   should now be correctly set [in]sensitive depending upon which mode 
607   it's in.
609 ----
611 Overview of changes in gcalctool 5.8.5
613 * Fixed bug #332023. The bitwise operators now work in arithmetic operator 
614   precedence mode, when you use them with the result of a previous operation.
616 ----
618 Overview of changes in gcalctool 5.8.4
620 * Fixed bug #327729. The fields in the memory register window were not 
621   correctly aligned in some themes.
623 ----
625 Overview of changes in gcalctool 5.8.3
627 * Fixed bug #330867.  Added License info to the Gcalctool About dialog.
629 ----
631 Overview of changes in gcalctool 5.8.2
633 * Fixed bug #335095. Gcalctool no longer displays the current mode in 
634   the title bar when in Basic mode (due to lack of space).
636 ----
638 Overview of changes in gcalctool 5.8.1
640 * Fixed bug #335236. Gcalctool schemas files should be installed if
641   built with "--without-gnome".
643 ----
645 Overview of changes in gcalctool 5.8.0
647 * Adjustments to the AOP code so that e to the power of x gives the
648   correct answer at high precision.
650 ----
652 Overview of changes in gcalctool 5.7.32
654 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
656 ----
658 Overview of changes in gcalctool 5.7.31
660 * Fix for bug #333078. cvs fails to build due to bg translation of help.
662 * Inclusion of a translation of gcalctool help for the bg locale.
664 ----
666 Overview of changes in gcalctool 5.7.30
668 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
670 ----
672 Overview of changes in gcalctool 5.7.29
674 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
676 ----
678 Overview of changes in gcalctool 5.7.28
680 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
682 ----
684 Overview of changes in gcalctool 5.7.27
686 * Refixed bug #323150. The recent changes to the square root and 
687   subtraction button labels broke the token parser for arithmetic 
688   operator precedence.
690 ----
692 Overview of changes in gcalctool 5.7.26
694 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of 
695   causing the CE button to no longer work correctly.
697 ----
699 Overview of changes in gcalctool 5.7.25
701 * Fixed bug #327214. The results from performing trig functions were not 
702   being passed on to future calculations correctly (in non-arithmetic 
703   operator precedence mode).
705 ----
707 Overview of changes in gcalctool 5.7.24
709 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
710   for label on division button.
712 ----
714 Overview of changes in gcalctool 5.7.23
716 * Released a gcalctool tarball for GNOME 2.13.5.
718 ----
720 Overview of changes in gcalctool 5.7.22
722 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, 
723   multiplication, plus/minus, minus and square root.
725 ----
727 Overview of changes in gcalctool 5.7.21
729 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic 
730   operator precedence mode with the scientific view) now hopefully works 
731   correctly.
733 ----
735 Overview of changes in gcalctool 5.7.20
737 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric 
738   point in arithmetic operator precedence mode.
740 * Adjusted all the copyright messages to include 2006.
742 ----
744 Overview of changes in gcalctool 5.7.19
746 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
747   Gcalctool no longer crashes when you double click the 0 in the display area. 
749 ----
751 Overview of changes in gcalctool 5.7.18
753 * Final fix for bug #153854. Now handles the case where the first thing 
754   the user does is change mode (Basic, Financial, Advanced, Scientific) 
755   in AOP mode.
757 * Released a gcalctool tarball for GNOME 2.13.4.
759 ----
761 Overview of changes in gcalctool 5.7.17
763 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail 
764   in non-English locales
766 ----
768 Overview of changes in gcalctool 5.7.16
770 * Fixed bug #324001. Primary Selection (middle mouse button) is now working.
772 ----
774 Overview of changes in gcalctool 5.7.15
776 * Released a gcalctool tarball for GNOME 2.13.3.
778 ----
780 Overview of changes in gcalctool 5.7.14
782 * More work on bug #153854. Similar change to that made on 15th November 
783   2005, this time for arithmetic operator precedence mode.
785 ----
787 Overview of changes in gcalctool 5.7.13
789 * Slight fixup for bug #157961. The toggling of the first bit in the
790   bit panel wasn't working correctly. 
792 ----
794 Overview of changes in gcalctool 5.7.12
796 * More work on bug #153854
797   If the user has completed a calculation and we are going to a
798   new mode that is "compatible" with this one, then just change
799   modes. Otherwise display a dialog warning the user that the
800   current calculation will be cleared.
802   Incompatible modes are:
804   Scientific -> Basic
805   Scientific -> Advanced
806   Scientific -> Financial
808   (unless we are in Scientific mode with Decimal numeric base and Fixed).
810   These changes work nicely in non-arithmetic operator precedence mode.
812 ----
814 Overview of changes in gcalctool 5.7.11
816 * Released a gcalctool tarball for GNOME 2.13.2.
818 ----
820 Overview of changes in gcalctool 5.7.10
822 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: 
823   gdk_window_invalidate_rect: assertion `window != NULL' failed" 
824   warnings at startup.
826 ----
828 Overview of changes in gcalctool 5.7.9
830 * Fixed bug #319934. The percent operator was broken in non-arithmetic 
831   operator precedence mode.
833 ----
835 Overview of changes in gcalctool 5.7.8
837 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
838   Exponential notation now works correctly in arithmetic operator
839   precedence mode.
841 ----
843 Overview of changes in gcalctool 5.7.7
845 * Slight adjustment to the bit panel. It's now centralized.
847 ----
849 Overview of changes in gcalctool 5.7.6
851 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
852   needed to also preserve v->toclear and v->pointed.
854 * Work on enhancement request #157961. Started to implement the bit 
855   panel for non-arithmetic precedence mode.  It's automatically displayed 
856   when in Scientific mode.
858 ----
860 Overview of changes in gcalctool 5.7.5
862 * Implemented enhancement request #148104 for arithmetic precedence mode.
863   The modulo operation. See entry below for more details.
865 ----
867 Overview of changes in gcalctool 5.7.4
869 * Fixed bug #316382. The "useless" cursor is no longer displayed in 
870   the calculator display area.
872 ----
874 Overview of changes in gcalctool 5.7.3
876 * Implemented enhancement request #148104 for non-arithmetic precedence
877   mode. Added in a modulo operation. This is available in Scientic Mode. 
878   A Mod B return the remainder when you divide A by B. A and B must be
879   integers. Keyboard shortcut for this operation is "M".
881 ----
883 Overview of changes in gcalctool 5.7.2
885 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets 
886   to display the register values. Gnopernicus can now correctly speak the 
887   contents of each memory register. There is also a close button to easily 
888   dismiss this dialog.
890 ----
892 Overview of changes in gcalctool 5.7.1
894 * Fixed bug #314540. The memory register window is now a dialog rather 
895   than a top-level window.
897 ----
899 Overview of changes in gcalctool 5.7.0
901 * Fix to prevent invalid numeric entry in arithmetic operator precedence
902   mode, depending upon the current base.
904 ----
906 Overview of changes in gcalctool 5.6.31
908 * A number of the bison- and flex-related make rules in 
909   .../gcalctool/Makefile.am were broken when builddir != srcdir.
911 ----
913 Overview of changes in gcalctool 5.6.30
915 * Fixed bug #314540. The libparser.a library needs ranlib run on it 
916   for Mac OS X.
918 ----
920 Overview of changes in gcalctool 5.6.29
922 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in 
923   syntax_translation.c
925 ----
927 Overview of changes in gcalctool 5.6.28
929 * Generated release for GNOME 2.12 (RC)
931 * Changed type of argument in paren_disp from char to int for 64bit.
933 ----
935 Overview of changes in gcalctool 5.6.27
937 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.
939 Overview of changes in gcalctool 5.6.26
941 * Generated release for GNOME 2.11.91 (beta2).
943 ----
945 Overview of changes in gcalctool 5.6.25
947 * Fixed bug #311306. If the user was in View->Scientific with base Bin, 
948   Oct or Hex and then went to View->Basic, then returned to View->Scientific, 
949   some of the numeric keys were incorrectly greyed out.
951 ----
953 Overview of changes in gcalctool 5.6.24
955 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B" 
956   button (or typing Shift-B).
958 ----
960 Overview of changes in gcalctool 5.6.23
962 * Fixed bug #310791. Memory register window view logic was screwed.
964 ----
966 Overview of changes in gcalctool 5.6.22
968 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
970 ----
972 Overview of changes in gcalctool 5.6.21
974 * Fixed bug #153854. When the user changes modes, a warning dialog is 
975   displayed to let them know that their current display will be cleared 
976   and the base reset to decimal. The user has the option of checking a 
977   toggle box on the dialog, that will prevent this warning from being 
978   displayed again.
980 ----
982 Overview of changes in gcalctool 5.6.20
984 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build 
985   on Solaris with pkgconfig >= 0.17.1.
987 ----
989 Overview of changes in gcalctool 5.6.19
991 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now 
992   correctly change the sign of the exponent on scientific numbers again.
993 ----
995 Overview of changes in gcalctool 5.6.18
997 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal 
998   numbers "A-F" to other bases in "use arithmetic operator precedence mode".
1000 ----
1002 Overview of changes in gcalctool 5.6.17
1004 * Fixed bug #305619. Calculations with stored register values in arithmetic 
1005   operator precedence mode, now work correctly.
1007 ----
1009 Overview of changes in gcalctool 5.6.16
1011 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching 
1012   the format (e.g. from ENG to FIX), the displayed value switches to zero 
1013   (in the corresponding format, so e.g. 0.0 or 0e+0, ...).
1015 ----
1017 Overview of changes in gcalctool 5.6.15
1019 * Fixed bug #305467. gcalctool no longer crashes under the following 
1020   scenerio:
1021     - type "f" to bring up the user function menu.
1022     - dismiss the menu by clicking elsewhere with the mouse.
1023     - type another character which isn't in the range "0" to "9".
1025 ----
1027 Overview of changes in gcalctool 5.6.14
1029 * Did a gcalctool tarball release.
1031 ----
1033 Overview of changes in gcalctool 5.6.13
1035 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y 
1036   operations. New values are:
1037       Xor - 'x'
1038       x^y - '^'
1040 ----
1042 Overview of changes in gcalctool 5.6.12
1044 * Fixed bug #302555. Various gcalctool variables have now been const'ified.
1046 ----
1048 Overview of changes in gcalctool 5.6.11
1050 * Fixed bug #300957. Replaced the underscore character in 
1051   "translator_credits" with a hyphen, to prevent some 
1052   translation tools from being confused.
1054 ----
1056 Overview of changes in gcalctool 5.6.10
1058 * More work on bug #172704. 
1059   - Adjusted the code to not try to display a menu when the user 
1060     entered a left parentheses (another do_pending() type of operation).
1061   - Toggling the "Show Trailing Zeroes" operation via keyboard
1062     shortcuts, needed to clear the v-.pending flag.
1064 ----
1066 Overview of changes in gcalctool 5.6.9
1068 * Fixed up some problems reported by lint.
1070 ----
1072 Overview of changes in gcalctool 5.6.8
1074 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut 
1075   for any of the gcalctool buttons that have a menu associated with them, that 
1076   menu is now displayed. The user can use the arrow keys to select a menu item 
1077   or the menu items shortcut.
1079 ----
1081 Overview of changes in gcalctool 5.6.7
1083 * Fixed bug #171393. Allow stock labels to show through.
1085 ----
1087 Overview of changes in gcalctool 5.6.6
1089 * Refixed bug #158280. The Help->Contents menu item no longer appears if 
1090   gcalctool is built Gtk-only.
1092 ----
1094 Overview of changes in gcalctool 5.6.5
1096 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init() 
1097   and the gtk about popup didn't have the gcalctool icon.
1099 ----
1101 Overview of changes in gcalctool 5.6.4
1103 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1104   the on-screen keyboard assistive technology, it's possible that the 
1105   event returned by gtk_get_current_event() is NULL. If this is the 
1106   case, we need to fudge the popping up on the menu associated with 
1107   this menu button.
1109 ----
1111 Overview of changes in gcalctool 5.6.3
1113 * Fixed bug #158280. You can now build gcalctool without the GNOME 
1114   libraries by specifying "--disable-gnome" on the configure command 
1115   line.
1117 ----
1119 Overview of changes in gcalctool 5.6.2
1121 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu 
1122   item inactive if the calculator is in Basic mode.
1124 ----
1126 Overview of changes in gcalctool 5.6.1
1128 * Fixed bug #168694. gcalctool now saves/restores the ten memory 
1129   register values as gconf resources.
1131 * Removed the redundant process_str() routine in graphics.c
1133 ----
1135 Overview of changes in gcalctool 5.6.0
1137 * Fixed bug #169196. gcalctool now uses use g_get_home_dir().
1139 * Added in a better implementation of the trig_filter() routine in 
1140   functions.c
1142 ----
1144 Overview of changes in gcalctool 5.5.41
1146 * Version for GNOME 2.10.0 (final) call for tarballs.
1148 ----
1150 Overview of changes in gcalctool 5.5.40
1152 * Version for GNOME 2.10.0 (rc1) call for tarballs.
1154 ----
1156 Overview of changes in gcalctool 5.5.39
1158 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator 
1159   precedence mode.
1161 ----
1163 Overview of changes in gcalctool 5.5.38
1165 * Changes to make the trigonometric code work with hyp and inv properly.
1167 ----
1169 Overview of changes in gcalctool 5.5.37
1171 * Left and Right shift operations weren't working correctly. Menu
1172   name comparison in mb_proc() in gtk.c was incorrect.
1174 ----
1176 Overview of changes in gcalctool 5.5.36
1178 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
1179 * Exch functionality was incorrect in Arithmetic Precedence mode.
1181 ----
1183 Overview of changes in gcalctool 5.5.35
1185 * Fixed bug 167124. One of the entries in the words[] array in 
1186   syntax_translation.c was accidentally commented out.
1188 ----
1190 Overview of changes in gcalctool 5.5.34
1192 * Fixed bug 166634. Call to create the About box was missing a 
1193   NULL terminator.
1195 ----
1197 Overview of changes in gcalctool 5.5.33
1199 * Adjusted all copyright messages to be 2005.
1200 * Version for GNOME 2.10.0 (beta2) call for tarballs.
1202 ----
1204 Overview of changes in gcalctool 5.5.32
1206 * Fixed bug #165522. Made the status bar non-resizable.
1208 ----
1210 Overview of changes in gcalctool 5.5.31
1212 * Various code cleanups. It moves some declarations of static functions 
1213   to the corresponding .c files. It also cuts down the number of 
1214   included files, moving some includes to where they are needed from 
1215   calctool.h.
1217 ----
1219 Overview of changes in gcalctool 5.5.30
1221 * Adjusted the About dialog to use the latest GtkAbout widget.
1223 ----
1225 Overview of changes in gcalctool 5.5.29
1227 * Version for GNOME 2.10.0 (beta1) call for tarballs.
1229 ----
1231 Overview of changes in gcalctool 5.5.28
1233 * Fixed bug #162998. The "menu" buttons in gcalctool now responds 
1234   to the "clicked" event rather than the "button-press-event" to 
1235   allow gok, the on-screen keyboard to function properly.
1237 * Fixed bug #159957. Input number in FIX mode now make mimimal changes 
1238   to (i.e append a single character) the display rather than completely 
1239   delete and insert it. The is helpful to assistive technologies like 
1240   gnopernicus.
1242 ----
1244 Overview of changes in gcalctool 5.5.27
1246 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c 
1247   so that the L10N message translation software isn't confused.
1249 ----
1251 Overview of changes in gcalctool 5.5.26
1253 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
1255 ----
1257 Overview of changes in gcalctool 5.5.25
1259 * Version for GNOME 2.9.4 call for tarballs.
1261 ----
1263 Overview of changes in gcalctool 5.5.24
1265 * Couldn't use the "#" key to select constants as this symbol was
1266   a lower-case symbol on his keyboard.
1268 * Powers that were a multiple of 30 (10 as well as 3) would not 
1269   display correctly, having a 4 digit significand. Further testing 
1270   showed that without the fix the following powers had a 4 digit 
1271   significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
1273 ----
1275 Overview of changes in gcalctool 5.5.23
1277 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
1279 ----
1281 Overview of changes in gcalctool 5.5.22
1283 * Fixed bug #155101. Made the gcalctool window resizable. 
1285 ----
1287 Overview of changes in gcalctool 5.5.21
1289 * Version for GNOME 2.9.3 call for tarballs.
1291 ----
1293 Overview of changes in gcalctool 5.5.20
1295 * Fixed bug #160929. Removed the "Mode" word from each of the different 
1296   mode menu items in the gcalctool View menu.
1298 ----
1300 Overview of changes in gcalctool 5.5.19
1302 * Fixed bug #157701. gcalctool can now use real multiplication and division 
1303   symbols instead of "*" and "/". 
1305 ----
1307 Overview of changes in gcalctool 5.5.18
1309 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include 
1310   the word "Mode" which was getting chopped when the calculator was in 
1311   Basic mode.
1313 ----
1315 Overview of changes in gcalctool 5.5.17
1317 * Fixed bug #157962. Added in a set of three colors for gcalctool that 
1318   will work with the default theme. To use them, the "gcalctoolrc" file 
1319   supplied with the source distribution needs to be moved to ~/.gcalctoolrc
1321 ----
1323 Overview of changes in gcalctool 5.5.16
1325 * Generated gcalctool tarball for the GNOME 2.9.2 release.
1327 ----
1329 Overview of changes in gcalctool 5.5.15
1331 * Adjusted the scroll_right() routine to only scroll right if the 
1332   horizontal scroll bar is visible.
1334 ----
1336 Overview of changes in gcalctool 5.5.14
1338 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the 
1339   -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in 
1340   .../gcalctool/Makefile.am for now, to allow it to successfully build
1341   against the latest GNOME/Gtk+.
1343 * Slight adjustment to correct check the Advanced mode menu item when
1344   the user had previously terminated gcalctool in that mode.
1346 ----
1348 Overview of changes in gcalctool 5.5.13
1350 * Changed the names of the gconf mode type key so that there is backward 
1351   compatibility.
1353 * Reset the initial default mode to BASIC.
1355 ----
1357 Overview of changes in gcalctool 5.5.12
1359 * Fixed bug #157757. The horizontal scrollbar for the display area will 
1360   now only be visible when needed. It will also display the rightmost part 
1361   of the display as you are entering new input.
1363 ----
1365 Overview of changes in gcalctool 5.5.11
1367 * Added in a very basic mode for gcalctool. Rather than calling this a 
1368   "Light" mode, the existing "Basic" mode is now renamed to "Advanced" 
1369   and the new basic mode is called "Basic".
1371 ----
1373 Overview of changes in gcalctool 5.5.10
1375 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with
1376   non-integer Y will now display a descriptibe error in the status bar.
1378 ----
1380 Overview of changes in gcalctool 5.5.9
1382 * Generated gcalctool tarball for first GNOME 2.9 release.
1384 ----
1386 Overview of changes in gcalctool 5.5.8
1388 * Slight adjustment to bug #152301. The tooltip message had been tweaked to 
1389   "Show the About Gcalctool dialog".
1391 ----
1393 Overview of changes in gcalctool 5.5.7
1395 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from 
1396   "Show about help" to "Show the about dialog", to make it more understandable.
1398 ----
1400 Overview of changes in gcalctool 5.5.6
1402 * Fixed bug #153726. Gcalctool will now build correctly when using the 
1403   -fno-common option for gcc (3.3.4).
1405 ----
1407 Overview of changes in gcalctool 5.5.5
1409 * Numerical answer localization and thousand separator support for 
1410   arithmetic precedence mode.
1412 * If the accuracy was changed via one of the ten preset menu items in the 
1413   Acc menu, the tooltip wasn't getting correct updated with the new accuracy.
1415 ----
1417 Overview of changes in gcalctool 5.5.4
1419 * Further changes to the "Set Precision" popup (rfe #147803):
1420   - "Significant places" not "Significant Places".
1421   - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the 
1422     current precision, and be in the same radio box group as the other menu 
1423     items. Check the appropriate menu entry.
1424   - Adjust the Acc button tooltip to show the current accuracy too.
1425   - When the user attempts to enter an invalid entry in the Set Precision 
1426     popup, an error message is shown in the main gcalctool status bar.
1427   - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).
1429 * Fixed bug #152790. Most of the changes needed were already in CVS; there 
1430   was one compiler warning that still needed to be removed.
1432 * Storing the display value to a memory register was not updating the memory 
1433   register window, if it was visible.
1435 ----
1437 Overview of changes in gcalctool 5.5.3
1439 * Added in functionality to set the number of significant places > 9.
1440   There is a new menu item under the Acc menu called "Set Precision..."
1441   that brings up a small popup allowing you to set precision between 0
1442   and MAXACC significant places (where MAXACC is currently 30).
1444 ----
1446 Overview of changes in gcalctool 5.5.2
1448 * Fixed up numerous warnings generated by running lint on the gcalctool code.
1449   Removed unused variables and functions. Declared routines statically where 
1450   possible.
1452 ----
1454 Overview of changes in gcalctool 5.5.1
1456 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
1458 ----
1460 Overview of changes in gcalctool 5.5.0
1462 * Major new release of gcalctool. Incorporates an arithmetic operator
1463   precedence mode (currently the default while it's been debugged). To get
1464   the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
1465 * The "(" and ")" buttons have moved from the scientific mode into the
1466   Basic mode so that they are now available to users who need them but not
1467   everything that the Scientific mode provides.
1468 * There is a footer message area that provides feedback.
1469 * The display area now has an horizontal scrollbar.
1470 * Typing in the keyboard shortcuts for the various gcalctool buttons
1471   autocompletes their entry into the display area.
1472 * Tooltips show button's shortcut.
1474 ----
1476 Overview of changes in gcalctool 4.4.13
1478 * Remainder of the fix for bug #143924. Control-T shouldn't work in Basic 
1479   or Financial modes. 
1481 ----
1483 Overview of changes in gcalctool 4.4.12
1485 * Partial fix for bug #143924. After an error condition, the "Show 
1486   Trailing Zeroes" menu item is only activated if the user is in 
1487   Scientific mode.
1489 ----
1491 Overview of changes in gcalctool 4.4.11
1493 * Fixed bug 138106. In Basic or Financial mode, "Error" was been 
1494   incorrectly display if you user has "Show Thousands Separator" set.
1496 ----
1498 Overview of changes in gcalctool 4.4.10
1500 * Fixed bug 144031. gcalctool checked for the presence of the X11 
1501   libraries but doesn't need to.
1503 ----
1505 Overview of changes in gcalctool 4.4.9
1507 * Selecting Help->About from the menubar now works again.
1509 ----
1511 Overview of changes in gcalctool 4.4.8
1513 * Adjusted the creation of the menubar and the Accuracy and Left/Right 
1514   shift menus from GtkItemFactory to GtkUIManager.
1516 ----
1518 Overview of changes in gcalctool 4.4.7
1520 * Fixed bug 142824. gcalctool now correctly recognizes the localized 
1521   decimal point character.
1523 ----
1525 Overview of changes in gcalctool 4.4.6
1527 * Fixed bug 129397. Use GtkIconTheme to load gcalctool icon instead of
1528   built-in image.
1530 ----
1532 Overview of changes in gcalctool 4.4.5
1534 * Fixed bug 142888. Gcalctool is now connected to the "die" signal so 
1535   that it can be successfully terminated when removed from 
1536   gnome-session-properties.
1538 ----
1540 Overview of changes in gcalctool 4.4.4
1542 * The "Bsp" button label has been changed to "Bksp" to make it more 
1543   understandable.
1545 ----
1547 Overview of changes in gcalctool 4.4.3
1549 * Fixed bug 138106. If the "Error" message is being displayed, it is now 
1550   no longer incorrectly displayed as "Er,ror" if the "Show Thousands 
1551   Separator" is on.
1553 ----
1555 Overview of changes in gcalctool 4.4.2
1557 * Fixed bug 135068. Adjusted several default constant descriptions to be 
1558   more understandable. 
1560 ----
1562 Overview of changes in gcalctool 4.4.1
1564 * Fixed bug 135065. Tooltips for OR, AND, NOT, XOR and XNOR have been 
1565   changed from "Logical <whatever>" to "Bitwise <whatever>". 
1567 ----
1569 Overview of changes in gcalctool 4.4.0
1571 * Fixed bug 136872. gcalctool can now be built with "CFLAGS=-fdata-sections".
1573 ----
1575 Overview of changes in gcalctool 4.3.51
1577 * Version for GNOME 2.6 (FINAL) call for tarballs. Includes:
1578   - new locales for pa, en_GB, bg and ga.
1579   - localized online user documentation from the Sun translation team.
1580     for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
1582 ----
1584 Overview of changes in gcalctool 4.3.50
1586 * One more slight adjustment to the fix for bug 135064.
1587   Entering numbers that start with the numeric point character ('.")
1588   are now visibly displayed.
1590 ----
1592 Overview of changes in gcalctool 4.3.49
1594 * Adjustment to the fix for bug 135064. Fix to remove a potential spurious 
1595   initial thousands separator character after a change sign operation.
1597 ----
1599 Overview of changes in gcalctool 4.3.48
1601 * Fixed bug 135064. Changing the sign of a large number (when "Show 
1602   Thousands Separator" is on and this is not the C locale), no longer 
1603   corrupts the display.
1605 ----
1607 Overview of changes in gcalctool 4.3.47
1609 * Fixed bug 135328. Added Shift-slash as a recognized alternate for the 
1610   divide operation (needed by the be-latin1 keyboard layout).
1612 ----
1614 Overview of changes in gcalctool 4.3.46
1616 * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789 
1617   which are shifted about the accented characters on a French keyboard.
1619 ----
1621 Overview of changes in gcalctool 4.3.45
1623 * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up. 
1625 ----
1627 Overview of changes in gcalctool 4.3.44
1629 * Fixed bug 133764.
1630   - "Gradients" was still appearing when in Scientific mode (instead of 
1631     "Gradians".
1632   - In the x^2 button, the 2 should not be italicized.
1633   - In the x^2 and x^y buttons, the x should be italicized.
1634   - The View Thousands Separator menu item should not remain active during 
1635     an error condition.
1637 ----
1639 Overview of changes in gcalctool 4.3.43
1641 * Fixed bug 133590. The About box now lists the documenters of gcalctool. 
1643 ----
1645 Overview of changes in gcalctool 4.3.42
1647 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen 
1648   (rather than square brackets) to show what mode the user is currently 
1649   using.
1651 ----
1653 Overview of changes in gcalctool 4.3.41
1655 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather 
1656   than frames (per the HIG).
1658 ----
1660 Overview of changes in gcalctool 4.3.40
1662 * Fixed bug 131571. User defined constants are now read/written out (as 
1663   gconf resources) with no thousands separator and with a radix of ".". 
1665 ----
1667 Overview of changes in gcalctool 4.3.39
1669 * Fixed bug 131594. The "Insert ASCII View..." menu item and the 
1670   "Insert" button no longer use the GTK_STOCK_CONVERT stock icon 
1671  (as per the HIG).
1673 ----
1675 Overview of changes in gcalctool 4.3.38
1677 * Fixed bug 131059. Fix to allow the thousands separator to be used 
1678   correctly with the creation of the initial constant values in the 
1679   Russian locale. 
1681 ----
1683 Overview of changes in gcalctool 4.3.37
1685 * Fixed bug 130078. Changed the y^x button label to x^y (really x 
1686   superscript y). Adjusted the tooltip message to "Raise displayed 
1687   value to the power of y".
1689 ----
1691 Overview of changes in gcalctool 4.3.36
1693 * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check 
1694   from the get_tsep() routine in order to get the thousands separator to 
1695   correctly work in all locales. Note that there is no thousands separator 
1696   now for the C locale.
1698 ----
1700 Overview of changes in gcalctool 4.3.35
1702 * Fixed part of bug 126125. If the user entered: "1+(2()<backspace>)", 
1703   this resulted in an answer of 0. 
1705 ----
1707 Overview of changes in gcalctool 4.3.34
1709 * Fixed bug 130187. When gcalctool changes modes now, it's internal state 
1710   and the display are cleared.
1712 ----
1714 Overview of changes in gcalctool 4.3.33
1716 * Fixed bug 130282. Fixes for more problems with the thousands separator 
1717   in certain locales, plus correct handling of the radix character with 
1718   the initial constant values.
1720 ----
1722 Overview of changes in gcalctool 4.3.32
1724 * Fixed bug 128603 again. The solution this time was to duplicate the 
1725   initial string constant values to be confident that they are not in 
1726   read-only memory.
1728 ----
1730 Overview of changes in gcalctool 4.3.31
1732 * Fixed bug 129539.  The thousands separator is a null terminated string, 
1733   not a single character. Same for the radix.
1735 ----
1737 Overview of changes in gcalctool 4.3.30
1739 * Fixed bug 129496. "Gradients" should be "Gradians".
1741 ----
1743 Overview of changes in gcalctool 4.3.29
1745 * Fixed bug 128603. The changes for enhancement request #126626 which added 
1746   thousands separator support caused a crash at startup time on a Debian 
1747   system. The initial constant strings are being put in read-only memory 
1748   either by gcc (or because of the way that x86 arch is designed). This was 
1749   not a problem when tested with the Sun compilers on a Solaris SPARC machine.
1750   The remove_tsep() routine is display.c has been rewritten to correctly 
1751   handle this.
1753 ----
1755 Overview of changes in gcalctool 4.3.28
1757 * Further work on enhancement request 125873. As the user is typing in 
1758   input, the display will now show the thousands separator (if checked).
1760 ----
1762 Overview of changes in gcalctool 4.3.27
1764 * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
1765   This keyval/state pair needed to be added to the Xor recognized mappings.
1767 ----
1769 Overview of changes in gcalctool 4.3.26
1771 * Re-fixed bug 127672. The fix for Shift-"=" should have been for GDK_equal 
1772   not GDK_Return.  Needed to add in support for Shift-"/" too.
1774 ----
1776 Overview of changes in gcalctool 4.3.25
1778 * Implemented enhancement request 125873. gcalctool can now optionally 
1779   show the thousands seperator character for fixed point numbers displayed 
1780   in the decimal base. Same for numbers stored in the memory registers. 
1781   There is a new "Show Thousands Separator" menu entry in the View menu 
1782   to set this.
1784 ----
1786 Overview of changes in gcalctool 4.3.24
1788 * Fixed bug 126626. gcalctool no longer causes a Gtk-CRITICAL error when 
1789   the user enters "9*(1<Xor>". The problem was caused because a non-UTF 
1790   character was being inserted into the text string to be displayed for 
1791   the Xor function.
1793 ----
1795 Overview of changes in gcalctool 4.3.23
1797 * Fixed bug 125782. If the user is entering a left parenthesis and it is 
1798   the first one being displayed and there is no current arithmetic operand,
1799   then the current display is initially cleared to avoid the confusion of 
1800   showing something like "0(".
1802 ----
1804 Overview of changes in gcalctool 4.3.22
1806 * Fixed bug 127862. The fix for bug #125625 introduced a potential 
1807   out-of-order case for users who are rapid keyboard typers. This 
1808   bug fix rectifies this with the unfortunate side-effect of no longer 
1809   visual toggling the equivalent button to the keyboard character 
1810   that the user entered. This fix is still compatible with the way 
1811   the accessibility infrastructure works though.
1813 ----
1815 Overview of changes in gcalctool 4.3.21
1817 * Fixed bug 65806. For the "1/x", "x^2", "x!", "e^x", "10^x" and 
1818   "y^x" labels, all occurances of "x" and "y" are now italicized.
1819   The "e" in "e^x" is no longer italicized.
1821 ----
1823 Overview of changes in gcalctool 4.3.20
1825 * Fixed bug 127316. The "fix" introduced in gcalctool v4.1.18 to fix Sun 
1826   Bugtraq bug #1258472 against CDE dtcalc (which was also a problem with 
1827   gcalctool) was incorrect.
1829 ----
1831 Overview of changes in gcalctool 4.3.19
1833 * Fixed bug 127672. The "=" key on a Swedish keyboard is on the upper 
1834   level of a key (i.e. the Shift key needs to be down). Added another 
1835   mask/keysym pair to the "=" entry to handle this.
1837 ----
1839 Overview of changes in gcalctool 4.3.18
1841 * Fixed bug 125625. gcalctool now handles "clicked" events rather than 
1842   "pressed" ones.
1844 ----
1846 Overview of changes in gcalctool 4.3.17
1848 * Fixed bug 124928. Plugged several memory leaks.
1850 ----
1852 Overview of changes in gcalctool 4.3.16
1854 * Fixed bug 124377. Fixed rounding errors when the radix character for a 
1855   locale isn't ".".
1856 * Online help updated for various recent (small) changes.
1858 ----
1860 Overview of changes in gcalctool 4.3.15
1862 * Fixed bug 124172. The "+" character on a German keyboard is on the lower 
1863   level of a key (i.e. the Shift key doesn't need to be down). Added another
1864   mask/keysym pair to the "+" entry to handle this.
1866 ----
1868 Overview of changes in gcalctool 4.3.14
1870 * Fixed bug 120737. Changed the accessible text for the OR button from 
1871   "Logical OR" to "logical OR" so that it's not changed by FreeTTS's 
1872   token to words module to "logical Oregon".
1874 ----
1876 Overview of changes in gcalctool 4.3.13
1878 * Fixed bug #123948. Removed the GTK_DISABLE_DEPRECATED flag from
1879   .../gcalctool/gcalctool/Makefile.am, to allow the depreciated
1880   GtkItemFactory, to successfully build.
1882 ----
1884 Overview of changes in gcalctool 4.3.12
1886 * Fixed bug 123724. Hitting Esc now does the same as hitting 
1887   Control-Backspace; i.e. the CE (clear entry) functionality.
1888 * Updated the gcalctool man pages to reflect this change, and the changes
1889   for bug #118826.
1891 ----
1893 Overview of changes in gcalctool 4.3.11
1895 * Refixed bug 122373. gcalctool now uses nl_langinfo() to get the numeric 
1896   point for the users locale, rather than via a localised string.
1898 ----
1900 Overview of changes in gcalctool 4.3.10
1902 * Fixed enhancement #65806. Changed that label for e^x (e superscript x) to 
1903   use an italised "e".
1905 ----
1907 Overview of changes in gcalctool 4.3.9
1909 * Fixed bug 118826. The keyboard shortcuts for the six hex. digits are 
1910   now "A" to "F". The functions that previously used those letters have 
1911   been reassigned to their lowercase equivalents. 
1913 ----
1915 Overview of changes in gcalctool 4.3.8
1917 * Fixed bug 122408. The tooltips for the numeric buttons (0-9) have been 
1918   removed as they are redundant.
1920 ----
1922 Overview of changes in gcalctool 4.3.7
1924 * Fixed bug 120749. When gcalctool is displaying a menu, typing Alt+Tab 
1925   can no longer switch windows.
1927 ----
1929 Overview of changes in gcalctool 4.3.6
1931 * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
1932   Accessible names have now been added to each of the widgets in the 
1933   mode panel when in Scientific mode.
1935 ----
1937 Overview of changes in gcalctool 4.3.5
1939 * Fixed bug 122373. The decimal separator is now a translatable string so 
1940   that other locales that don't use a period can adjust accordingly.
1942 ----
1944 Overview of changes in gcalctool 4.3.4
1946 * Fixed bug 120605. Gcalctool debug messages are no longer translatable 
1947   strings.
1949 ----
1951 Overview of changes in gcalctool 4.3.3
1953 * Build for GNOME 2.4 (Final). Tag in CVS is GCALCTOOL_4_3_3
1955 ----
1957 Overview of changes in gcalctool 4.3.2
1959 * Fixed bug 119888. gcalctool keyboard handling has been improved.
1961 ----
1963 Overview of changes in gcalctool 4.3.1
1965 * Fixed bug 119832. The space bar can now correctly activate the button 
1966   that has focus.
1968 ----
1970 Overview of changes in gcalctool 4.3.0
1972 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
1974 ----
1976 Overview of changes in gcalctool 4.2.104
1978 * Fixed bug 118246. The display field can now take focus. The initial 
1979   widget with focus is the Clr button.
1981 ----
1983 Overview of changes in gcalctool 4.2.103
1985 * (Bug #118247) Three more small adjustments to AccessibleName text:
1986   "E to the power of x" goes back to "E to the x"
1987   "Ten to the power of x" goes back to "Ten to the x"
1988   "Y to the power of x" goes back to "Y to the x"
1990 ----
1992 Overview of changes in gcalctool 4.2.102
1994 * (Bug #118247) Four small adjustments to AccessibleName text:
1995   "Random" becomes "Random number"
1996   "E to the x" becomes "E to the power of x"
1997   "Ten to the x" becomes "Ten to the power of x"
1998   "Y to the x" becomes "Y to the power of x"
2000 ----
2002 Overview of changes in gcalctool 4.2.101
2004 * Fixed bug 118247. Each gcalctool button now has an AccessibleName.
2006 ----
2008 Overview of changes in gcalctool 4.2.100
2010 * Fixed bug 117691. The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are 
2011   not valid equivalents for the 8, 2, 4 and 6 keys. They are needed for 
2012   keyboard navigation.
2014 ----
2016 Overview of changes in gcalctool 4.2.99
2018 * Bumped version number for GNOME 2.3.4 release, to include John's doc
2019   build changes.
2021 ----
2023 Overview of changes in gcalctool 4.2.98
2025 * Fixed bug 116944. Various HIG improvements to the edit constants, edit 
2026   functions, and insert ASCII value dialogs. 
2028 ----
2030 Overview of changes in gcalctool 4.2.97
2032 * Further work on bug 116727. A simpler fix was found.
2034 ----
2036 Overview of changes in gcalctool 4.2.96
2038 * Fixed bug 116727. When the calculator display is showing an error message,
2039   it is now correctly localized.
2041 ----
2043 Overview of changes in gcalctool 4.2.95
2045 * Fixed bug 115950. The "*" key wasn't being recognized as a keyboard 
2046   shortcut for multiplication.
2048 ----
2050 Overview of changes in gcalctool 4.2.94
2052 * Further work on bug 114364. The items in the constants menu are now always 
2053   displayed in the decimal numeric base. This is consistent with the way that 
2054   calctool in the OpenWindows DeskSet worked.
2056 ----
2058 Overview of changes in gcalctool 4.2.93
2060 * Fixed bug 114364. When you select "Edit Constants" from the Con menu, the 
2061   values of each constant are shown in Decimal. The label:
2062   "All constant values are specified in the decimal numeric base"
2063   has also been added to the "Edit Constant" popup to clarify this.
2065 ----
2067 Overview of changes in gcalctool 4.2.92
2069 * Fixed bug 115653. Adjusted the keyboard mnemonic checking code to now 
2070   check to make sure that neither of the Alt keys is pressed when comparing 
2071   against button equivalents.
2073 ----
2075 Overview of changes in gcalctool 4.2.91
2077 * Similar problem to bug #115212 but for the "Edit Constants" and
2078   "Edit Functions" dialog boxes. gcalctool no longer can display
2079   multiple versions of them.
2081 ----
2083 Overview of changes in gcalctool 4.2.90
2085 * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2086   When an error condition occurs:
2088   - make insensitive all buttons except Clr.
2089   - make all Scientific mode toggles and checkboxes insensitive.
2090   - make all menubar items insensitive except:
2091       Calculator->Quit
2092       Help->Contents
2094   When the error condition is cleared, resensitise everything, setting
2095   the numeric base buttons correctly.
2097 ----
2099 Overview of changes in gcalctool 4.2.89
2101 * Fix for bug #115212. gcalctool no longer can display multiple About boxes.
2103 ----
2105 Overview of changes in gcalctool 4.2.88
2107 * Fix for bug #108209. The appropriate gcalctool button is now animated 
2108   when the user enters that value via the keyboard.
2110 ----
2112 Overview of changes in gcalctool 4.2.87
2114 * Partial fix for bug 114363. When the calculator display is showing "Error",
2115   the Constant values and the Memory Register values no longer incorrectly
2116   show "Error" as well.
2118 ----
2120 Overview of changes in gcalctool 4.2.86
2122 * Fixed bug 113703. You can now specify an alternate location for
2123   the gcalctool schemas file with: --with-gconf-source=whatever
2125 ----
2127 Overview of changes in gcalctool 4.2.85
2129 * Fixed bug 113754. Decimal point didn't work with a German keyboard if 
2130   Numlock was turned on.
2132 ----
2134 Overview of changes in gcalctool 4.2.84
2136 * Install "gnome-calculator" symlink as reqested by Glynn Foster.
2138 ----
2140 Overview of changes in gcalctool 4.2.83
2142 * Fixed Bugzilla bug 111269. It was possible to type fast into gcalctool 
2143   and digits would be transposed. 
2145 ----
2147 Overview of changes in gcalctool 4.2.82
2149 * Refixed bug 110416.  Concatenated more error messages in mp.c.
2150 * Adjusted the Acc menu entries to be "<n> significant places" rather than 
2151   "<n> radix places".
2152 * Replaced "kilometers per hour / miles per hour" with "kilometers per hour 
2153   or miles per hour" in the first constant description.
2154 * Replaced occurances of "/" in the other constant descriptions with "or".
2156 ----
2158 Overview of changes in gcalctool 4.2.81
2160 * Translators: The documentation is now ready for translation!
2162 * Updated the following files:
2163     * configure.in: updated version number to 4.2.81
2164     * help/C/gcalctool.xml: first approved draft, ready for translation
2165     * help/C/gcalctool-C.omf: updated manual date and version number
2166     * help/C/l10n.txt: new file added 
2167     * help/C/figures/gcalctool_edit_const_window.png: deleted
2168     * help/C/figures/gcalctool_edit_func_window.png: deleted
2169     * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2170     * help/C/figures/gcalctool_mem_reg_window.png: deleted
2172 ----
2174 Overview of changes in gcalctool 4.2.80
2176 * Fixed Bugzilla bug 110416. Various fprintf statements in mp.c have been 
2177   concatenated to help translators.
2179 ----
2181 Overview of changes in gcalctool 4.2.79
2183 * Added in latest online help changes from Breda McColgan. This should now 
2184   put the online help in sync with the actual functionality of gcalctool.
2186 ----
2188 Overview of changes in gcalctool 4.2.78
2190 * Made translated menu entries actually visible. fixed some tooltips, added
2191   AC_PREREQ macro to configure.in.
2193 ----
2195 Overview of changes in gcalctool 4.2.77
2197 * This version announced on gnome-announce.
2199 ----
2201 Overview of changes in gcalctool 4.2.76
2203 * Slight adjustments to Bugzilla bug 108226 . Menu item is now
2204   "Show Trailing Zeroes", with a Control-T accelerator. Added a similar
2205   menu item to the View menu on the menu bar.
2207 ----
2209 Overview of changes in gcalctool 4.2.75
2211 * Fixed Bugzilla bug 108729. 
2213   Added tooltips to the radio and check buttons in scientific mode.
2215 ----
2217 Overview of changes in gcalctool 4.2.74
2219 * Fixed Bugzilla bug 108226.
2221   The menu items in the Acc menu are now "tickable", so you know what the
2222   current accuracy selection is. Setting one of these clears the previous one.
2224   A new "remove trailing zeroes" menu item is added to the Acc menu (last
2225   item, with a separator just above), that is "tickable". This tick doesn't
2226   affect the accuracy ticks. It's either on or off.
2228   The default setting for accuracy now becomes 9 numeric places and "remove 
2229   trailing zeroes".
2231   The Acc button is moved to the Scientific mode (clear slot in the top 
2232   right corner, above the Rand.
2234   The Base radio button group and the display type radio button group in 
2235   the mode panel in Scientific mode are now moved to the right side to be
2236   close in proximity to the Acc button. The other mode items move to the 
2237   left side.
2239 ----
2241 Overview of changes in gcalctool 4.2.73
2243 * Fixed Bugzilla bug 108208. The default value for the "showregisters" 
2244   resource in gcalctool.schemas was incorrectly set.
2245 * There should be no "default:" action in the command line parsing in 
2246   get_options(). 
2248 ----
2250 Overview of changes in gcalctool 4.2.72
2252 * Correctly fixed Bugzilla bug 108219. The previous fix didn't correct 
2253   set the radio buttons when changing mode from Scientific to Basic or 
2254   Financial. Only the internal state.
2256 ----
2258 Overview of changes in gcalctool 4.2.71
2260 * Further fix for Bugzilla bug 108209. Followup changes to make the numeric 
2261   keypad animate the buttons on Linux machines.
2263 ----
2265 Overview of changes in gcalctool 4.2.70
2267 * Fixed Bugzilla bug 108219.
2268   When you go from Scientific mode to either Basic or Financial mode, 
2269   the calculator will revert to "Dec" base in "Fix" notation.
2270   Any number in the display (and the memory registers if shown) will be 
2271   converted accordingly.
2272   When you are in a mode (Basic, Financial, or Scientific) you will only 
2273   be able to do the functionality that that mode shows.
2275 ----
2277 Overview of changes in gcalctool 4.2.69
2279 * Fixed Bugzilla bug 108333. The gcalctool buttons with menus associated 
2280   with them are now keyboard navigable.
2282 ----
2284 Overview of changes in gcalctool 4.2.68
2286 * Fixed Bugzilla bug 108209. When the user uses the keyboard to enter data,
2287   the associated gcalctool button will be animated.
2289 ----
2291 Overview of changes in gcalctool 4.2.67
2293 * Fixed Bugzilla bug 108210. Main gcalctool window is no longer resizable.
2295 ----
2297 Overview of changes in gcalctool 4.2.66
2299 * Incorporated various changes to the online help Breda McColgan in
2300   the Sun GNOME doc. team.  Translators, please do not translate yet.
2301   See ChangeLog for more information.
2303 ----
2305 Overview of changes in gcalctool 4.2.65
2307 * Added scrollkeeper checks into configure.in.
2308 * Fixed warning message:
2310   ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
2311   GNOME_FILE_DOMAIN_APP_HELP domain
2313 ----
2315 Overview of changes in gcalctool 4.2.64
2317 * Added in a first (draft) version of online help from Breda McColgan in
2318   the Sun GNOME doc. team.  Translators, please do not translate yet. See
2319   ChangeLog for more information.
2321 ----
2323 Overview of changes in gcalctool 4.2.63
2325 * Abstracted the key values and modifiers.
2327 ----
2329 Overview of changes in gcalctool 4.2.62
2331 * Adjusted the tooltip help to be minimalist messages.
2333 ----
2335 Overview of changes in gcalctool 4.2.61
2337 * Small adjustment to allow gcalctool to compile using the Solaris Forte
2338   compilers.
2340 ----
2342 Overview of changes in gcalctool 4.2.60
2344 * Gcalctool wasn't saving the trigonometric type when it was changed.
2346 ----
2348 Overview of changes in gcalctool 4.2.59
2350 * Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
2352 ----
2354 Overview of changes in gcalctool 4.2.58
2356 * Allows Backspace to now correctly work inside parentheses.
2358 ----
2360 Overview of changes in gcalctool 4.2.57
2362 * The Xor logical operation wasn't being performed correctly.
2363 * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
2364   checkboxes.
2366 ----
2368 Overview of changes in gcalctool 4.2.56
2370 * Removed the final period from the ten default constant descriptions.
2371 * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
2372   "centimeter".
2373 * Fixed up the values of the ten default constant definitions in the
2374   manual pages.
2375 * The "centimeters <=> inches" default constant should be 0.3937007
2376   rather than 2.54 to be consistent with the other constants.
2378 ----
2380 Overview of changes in gcalctool 4.2.55
2382 * Entering "(<Delete>)" no longer crashes gcalctool.
2384 ----
2386 Overview of changes in gcalctool 4.2.54
2388 * The financial Term tooltip example now works.
2389 * Moved the Exp button to the right of the Con and Fun buttons for better
2390   grouping.
2392 ----
2394 Overview of changes in gcalctool 4.2.53
2396 * Fixed Bugzilla bug 106501. Added bullet proofing to prevent user 
2397   backspacing off the end of the display string.
2399 ----
2401 Overview of changes in gcalctool 4.2.52
2403 * Toggled the positions of the Sto and Rcl buttons.
2405 ----
2407 Overview of changes in gcalctool 4.2.51
2409 * No longer crashes if the user Pastes in an empty clipboard value.
2410 * Now uses a text view for its display widget.
2412 ----
2414 Overview of changes in gcalctool 4.2.50
2416 * Fixes to the manual page:
2417   - the keyboard shortcut for the "Term" function is "t" not "T".
2418   - removed the LOGICAL mode section.
2420 ----
2422 Overview of changes in gcalctool 4.2.49
2424 * The display label and mode no longer expand when the calculator is resized. 
2425 * Replace the three characters of white space in the title bar text with one
2426   space character, so more of the title fits into the task window list applet.
2428 Overview of changes in gcalctool 4.2.48
2430 * Added a launcher to the GNOME's Accessories menu.
2432 ----
2434 Overview of changes in gcalctool 4.2.47
2436 * Marks the menu labels for translation.
2438 ----
2440 Overview of changes in gcalctool 4.2.46
2442 * Various cleanup, to make gcalctool be more like other GNOME applications.
2444 ----
2446 Overview of changes in gcalctool 4.2.45
2448 * Fixed Bugzilla bug 104249. The UI for adding new or editing existing 
2449   constants and/or functions has been improved.
2451 ----
2453 Overview of changes in gcalctool 4.2.44
2455 * Fixed Bugzilla bug 104830. gcalctool now uses gnome-calc3.png as its icon
2456   (same as the current gnome-calculator)
2458 ----
2460 Overview of changes in gcalctool 4.2.43
2462 * Further slight adjustments needed to fix Bugzilla bug 104248. The memory 
2463   registers window now displays correctly again.
2464 * Fixed Bugzilla bug 104240. The "File" menubar item is now called 
2465   "Calculator", and there is a set of unique mnemonics for the various 
2466   items in the Scientific mode panel. The gcalctool manual pages have been 
2467   updated to reflect these changes. 
2468 * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
2469   Added in a Control-A mnemonic for Help->About.
2471 ----
2473 Overview of changes in gcalctool 4.2.42
2475 * Fixed Bugzilla bug 104248. The View->Memory Registers menu item's toggle 
2476   is now set correctly depending upon whether the memory register windows 
2477   is visible or hidden. 
2478 * The correct radio item is now set in the View menu mode menu item entries 
2479   if gcalctool is initially started in Financial or Scientific mode.
2481 ----
2483 Overview of changes in gcalctool 4.2.41
2485 * The constant and function definitions are now read and written as Gconf
2486   resources.
2487 * Fixed Bugzilla bug 104250. The constant and the function menu items now 
2488   have "C<n>:" and "F<n>:" prefixes respectively, where <n> is the 
2489   constant/function number.
2491 ----
2493 Overview of changes in gcalctool 4.2.40
2495 * Fixed Bugzilla bug 104245. The View->Basic Mode, Financial Mode, 
2496   Scientific Mode and Memory Registers now have keyboard accelerators 
2497   (Control-B, Control-F, Control-S and Control-M respectively).
2499 ----
2501 Overview of changes in gcalctool 4.2.39
2503 * Further slight adjustments for Bugzilla bug 104287
2504   The insert button isthe default button. 
2505   The dialog is no longer resizable. 
2506   The ESC key can now be used to cancel the dialog. 
2508 ----
2510 Overview of changes in gcalctool 4.2.38
2512 * Fixed Bugzilla bug 104287. HIG improvements for the "Insert ASCII Value" 
2513   dialog.
2515 ----
2517 Overview of changes in gcalctool 4.2.37
2519 * Fixed Bugzilla bug 104241. The Insert ASCII Value" menu item is now 
2520   "Insert ASCII Value..."
2521 * Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
2522   <bonobo-i18n.h,> where all this stuff is already defined.
2524 ----
2526 Overview of changes in gcalctool 4.2.36
2528 * Fixed Bugzilla bug #102928. The x^2, e^x, 10^x and y^x keys now use 
2529   Pango markup to display the label using superscripts.
2531 ----
2533 Overview of changes in gcalctool 4.2.35
2535 * Added in handling of the numeric keypad for Linux systems.
2537 ----
2539 Overview of changes in gcalctool 4.2.34
2541 * Handling of the users saved function definitions now works correctly.
2542 * Changed the keyboard accelerators for the following to use non Alt-<?>
2543   values:
2545   Cos  (old value: Alt-c) becomes 'J'.
2546   Sin  (old value: Alt-s) becomes 'K'.
2547   Tan  (old value: Alt-t) becomes 'L'.
2548   Frac (old value: Alt-f) becomes ':'.
2549   Int  (old value: Alt-i) becomes 'i'.
2550   Abs  (old value: Alt-u) becomes 'u'.
2551   Rate (old value: Alt-r) becomes 'T'.
2552 * Removed the need to configure with "--enable-build-broken".
2554 ----
2556 Overview of changes in gcalctool 4.2.33
2558 * Adjusted the memory registers windows to use the same "R0:  0.00" format
2559   (bold for first part), as the Rcl, Sto and Exch menus.
2561 ----
2563 Overview of changes in gcalctool 4.2.32
2565 * The menu items for the Rcl, Sto and Exch menus now have the format
2566   "R0:     0.00", where the "R0:" part is in bold.
2567 * The keyboard accelerators for the menubar menu items are now working.
2569 ----
2571 Overview of changes in gcalctool 4.2.31
2573 * Updated the NEWS file with an overview of all the changes since v4.1.13.
2575 ----
2577 Overview of changes in gcalctool 4.2.30
2579 * Removed the gconf resource for getting/setting whether a beep is sounded
2580   on error. A beep will now always be sounded in such a case.
2581 * The writing out of the resources will now be immediately done when each 
2582   of those functions changes.
2584 ----
2586 Overview of changes in gcalctool 4.2.29
2588 * Updated the manual pages to reflect the recent v4.2.xx changes.
2589 * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
2590   on Linux.
2592 ----
2594 Overview of changes in gcalctool 4.2.28
2596 * The real fix for displaying the icon.
2598 ----
2600 Overview of changes in gcalctool 4.2.27
2602 * Vastly improved keyboard navigation.
2603 * Control-F1 now toggles the displaying of tooltip help, so the "-h"
2604   command line option has been removed and the old-style event handling
2605   code has also been removed.
2606 * Added in a signal handler for the "delete" event for the main gcalctool
2607   window. The callback calls gtk_main_quit() to terminate the application.
2609 ----
2611 Overview of changes in gcalctool 4.2.26
2613 * HCI change. Attempt to correct disaplay the gcalctool icon.
2615 ----
2617 Overview of changes in gcalctool 4.2.25
2619 * HCI change. The Sto/Rcl/Exch menu items now show the current register 
2620   values as well.
2622 ----
2624 Overview of changes in gcalctool 4.2.24
2626 * HCI change. All the radiobutton and checkbox items in the mode panel 
2627   now have a mnemonic associated with them.
2629 ----
2631 Overview of changes in gcalctool 4.2.23
2633 * HCI change. Fixed up the buttons on the "Insert ASCII Value", "Enter 
2634   Constant..." and "Enter Function..." popups. They now just use Cancel 
2635   and OK buttons, and use standard stock Gtk icons.
2637 ----
2639 Overview of changes in gcalctool 4.2.22
2641 * HCI change.  Added in an Edit->Paste menu item. If selected this will 
2642   paste the current contents of the clipboard into the calculator display 
2643   as if you'd typed it.
2644 * Added bullet proofing to protect the calculator against values that 
2645   weren't found. If a value wasn't found, it's just ignored, and it goes 
2646   on to process the next character in the string.
2647 * Improved the handling of the recognition of characters entered. It now
2648   takes into effect the mods value for each keysym.
2650 ----
2652 Overview of changes in gcalctool 4.2.21
2654 * HCI change. Added a 2 pixel border for the frames containing the Basic, 
2655   Financial and Scientific buttons and the mode panel.
2657 ----
2659 Overview of changes in gcalctool 4.2.20
2661 * HCI change. Removed the "operand item" label widget.
2663 ----
2665 Overview of changes in gcalctool 4.2.19
2667 * The frames around the mode button tables and the mode panel are no longer
2668   always being shown.
2670 ----
2672 Overview of changes in gcalctool 4.2.18
2674 * Fixed Bugzilla bug #101865. Remade various keyboard remappings:
2675 * Removed mention of the "-l" and "-r" command line options from the manual
2676   pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
2677   resource too.
2679 ----
2681 Overview of changes in gcalctool 4.2.17
2683 * Removed the "Keys" key, that allowed you to toggle the button labels to 
2684   show their keyboard equivalents.
2686 ----
2688 Overview of changes in gcalctool 4.2.16
2690 * Put each of the the button tables and the mode panel inside a frame, rather
2691   then use horizontal separators, to try to make the GUI look nicer.
2693 ----
2695 Overview of changes in gcalctool 4.2.15
2697 * Entering "((2+3)*(2+3))" now gives the correct answer.
2698 * Added some bullet-proofing to parentheses handling when bogus characters
2699   are entered.
2701 ----
2703 Overview of changes in gcalctool 4.2.14
2705 * Hooked up the Help->Contents menu item. Note that help support still has
2706   to be included (i.e. a help subdirectory with associated files etc.).
2708 ----
2710 Overview of changes in gcalctool 4.2.13
2712 * The View->Memory Registers menu item now correctly toggles the showing of
2713   the memory register window.
2715 ----
2717 Overview of changes in gcalctool 4.2.12
2719 * Menubar menu items now use stock Gtk icons (where applicable).
2721 ----
2723 Overview of changes in gcalctool 4.2.11
2725 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
2727 ----
2729 Overview of changes in gcalctool 4.2.10
2731 * Going into Scientific mode and clicking on "(" twice no longer causes a
2732   segmentation violation.
2734 ----
2736 Overview of changes in gcalctool 4.2.9
2738 * Added some horizontal separators to help make the calculator more readable
2739   when in Financial and Scientific Mode.
2741 ----
2743 Overview of changes in gcalctool 4.2.8
2745 * Entering "((2+3)*9+(5-3))" no longer causes a segmentation violation.
2747 ----
2749 Overview of changes in gcalctool 4.2.7
2751 * Removed the attempt to display a calculator image on the About popup.
2752 * Typing the keyboard equivalent of the menu buttons now works.
2753 * Removed the VERSION string from the titlebar. This is now in the About popup
2755 ----
2757 Overview of changes in gcalctool 4.2.6
2759 * Added in an About popup that's accessible through the Help->About Gcalctool
2760   menubar Help menu item.
2762 ----
2764 Overview of changes in gcalctool 4.2.5
2766 * Fixed Bugzilla bug #102927.
2767   Replaced abbreviation "trig." with full word "trigonometric".
2769 ----
2771 Overview of changes in gcalctool 4.2.4
2773 * Fixed Bugzilla bug #102922.
2774   Adjusted two occurances of sentence fragments to make it easier for 
2775   L10N folks to translate them.
2777 ----
2779 Overview of changes in gcalctool 4.2.3
2781 * Added Spanish (es) to ALL_LINGUAS at configure.in
2782 * gcalctool is now resizable again.
2784 ----
2786 Overview of changes in gcalctool 4.2.2
2788 * Made calculator window choose a reasonable size at startup, and resize
2789   when changing modes.
2791 ----
2793 Overview of changes in gcalctool 4.2.1
2795 * Removed the GNOME_UTIL_LIBS line in gcalctool/Makefile.am so that 
2796   gcalctool will correctly build.
2798 ----
2800 Overview of changes in gcalctool 4.2.0
2802 * The gcalctool GUI layout has been redone to make the Basic mode more
2803   basic and to make the application more GNOMEish.
2804 * The Financial/Logical/Scientific mode buttons have been moved into
2805   the main calculator window above the Basic mode buttons. The Logical
2806   and Scientific modes have been combined.
2807 * Added a menubar.
2808 * The six item mode display has been removed and a mode panel added for
2809   the scientific mode.
2810 * Removed the property sheet. gcalctool no longer has a left or right 
2811   handed style.
2812 * Blank buttons are now correctly hidden.
2813 * Added a "--enable-build-broken" flag to configure that has to be present
2814   in order to configure and build gcalctool while it's still in a semi-broken
2815   state.
2817 ----
2819 Overview of changes in gcalctool 4.1.27
2821 * Fixed Bugzilla bug #101782.
2822   Removed trailing "\n"'s where possible in the tooltip help messages.
2824 ----
2826 Overview of changes in gcalctool 4.1.26
2828 * Fixed Bugzilla bug #101861.
2829   The size of the memory register window is no longer hard-wired.
2831 ----
2833 Overview of changes in gcalctool 4.1.25
2835 * Fixed Bugzilla bug #101867.
2836   Changed multiply key from "X" to "*" (same as the existing gnome-calculator).
2838 ----
2840 Overview of changes in gcalctool 4.1.24
2842 * Fixed Bugzilla bug #101780.
2843   Removed leading and trailing spaces from the labels for the gcalctool buttons.
2845 ----
2847 Overview of changes in gcalctool 4.1.23
2849 * Fixed Bugzilla bug #101777.
2850   Removed trailing periods on the four window titles.
2852 ----
2854 Overview of changes in gcalctool 4.1.22
2856 * Various I18N changes.
2858 ----
2860 Overview of changes in gcalctool 4.1.21
2862 * Various I18N changes.
2864 ----
2866 Overview of changes in gcalctool 4.1.20
2868 * Fixed Sun Bugtraq bug #1102883 against DeskSet calctool:
2869   Adjusted so that all error messages just display "Error" which is
2870   more consistent.
2872 ----
2874 Overview of changes in gcalctool 4.1.19
2876 * Fixed Sun Bugtraq bug #4006391 against CDE dtcalc:
2877   Bring up gcalctool, enter 10000 X 0.58 =, get answer is 5800.
2878   Then click on Int button, supposely should get 5800, but the answer was 5799.
2880 ----
2882 Overview of changes in gcalctool 4.1.18
2884 * Fixed Sun Bugtraq bug #1258472 against CDE dtcalc:
2885   Start up gcalctool and set to decimal and fixed. Set accuracy to 2 decimal
2886   places. Do a division like 0.19/2  It gives 0.0A.
2888 ----
2890 Overview of changes in gcalctool 4.1.17
2892 * Fixed Bugtraq bug #1190181 against OpenWindows DeskSet calctool:
2893   gcalctool core dumped if parent directory was not readable.
2895 ----
2897 Overview of changes in gcalctool 4.1.16
2899 * Updated TODO file with all relevant calculator Sun bugs and rfes.
2900 * Adjusted matherr() routine so that strict ANCI C compilers can compile it.
2901 * Mode windows now shows buttons correctly if you start up in Basic mode,
2902   then try to show one of the other modes.
2904 ----
2906 Overview of changes in gcalctool 4.1.15
2908 * "Keys" button now displays correctly if started with left-handed style.
2909 * Switching handed style now displays button labels correctly if currently
2910   showing the keyboard equivalent.
2912 ----
2914 Overview of changes in gcalctool 4.1.14
2916 * Buttons are colored correctly if started with left-handed style.
2918 ----
2920 Overview of changes in gcalctool 4.1.13
2922 * The unused buttons in the mode window are now hidden.
2924 ----
2926 Overview of changes in gcalctool 4.1.12
2928 * Added gconf support, removing the use of X11 resources.
2930 ----
2932 Overview of changes in gcalctool 4.1.11
2934 * Explicitly setting the size of the calculator buttons has been removed.
2935 * The width of the mode window is now set to the width of the main window.
2937 ----
2939 Overview of changes in gcalctool 4.1.10
2941 * Fixes for I18N support.
2943 ----
2945 Overview of changes in gcalctool 4.1.9
2947 * Now that gcalctool is using Gtk resources to determine the appearance of
2948   the calculator, there is no need to use the custom display_frame widget.
2949 * The calculator display area now has tooltip help.
2951 ----
2953 Overview of changes in gcalctool 4.1.8
2955 * Fixed up mistakes is the gcalctool tooltip help text.
2956 * Three keyboard accelerators weren't working when a "menu" button had been
2957   pressed and the calculator was in pending mode:
2958   Base button - "o" (octal).
2959   Mode button - "l" (logical).
2960   Trig button - "g" (gradient).
2961 * The + and . keys on the numeric keypad now work.
2963 ----
2965 Overview of changes in gcalctool 4.1.7
2967 * Added in help support. Hitting the Help key will toggle whether tooltip
2968   help messages are displayed for the various buttons and other widgets.
2970   By default tooltips are disabled. Start gcalctool with the "-h" command
2971   line option will enable them. There is also a "gcalctool.showhelp"
2972   resource that can enable/disable them.
2974 ----
2976 Overview of changes in gcalctool 4.1.6
2978 * The new Constant/Function popup now has the various items aligned.
2980 ----
2982 Overview of changes in gcalctool 4.1.5
2984 * The size of the buttons in the Mode window are incorrect if the unused ones
2985   are not shown. Solved this my simply making the unused ones insnsitive, and
2986   showing them all.
2988 ----
2990 Overview of changes in gcalctool 4.1.4
2993 * Keyboard accelerators now work for the gcalctool "menu" buttons.
2995 ----
2997 Overview of changes in gcalctool 4.1.3
2999 * The constant and function definitions are now read and written to a file
3000   named ~/.gcalctoolcf.
3001 * gcalctool now also tries to read a ~/.gcalctoolrc file at startup time.
3002   This file (if it exists) can contain resources for changing the appearance
3003   of the application. A gcalctoolrc file is now also included with the
3004   gcalctool distribution, which gives the old OpenWindows DeskSet appearance
3005   to the calculator.
3006 * The ability to change various colors via X resources has also been removed.
3007   The manual pages have been updated to reflect this.
3009 ----
3011 Overview of changes in gcalctool 4.1.2
3013 * Starting gcalctool then switching hands to left-handed, then using the
3014   keyboard for input, wrongly associated the various keyboard accelerators
3015   for the swapped keys.
3017 ----
3019 Overview of changes in gcalctool 4.1.1
3021 * Now finds the X11 libraries in a platform independent way.
3022 * Fixed up the gcalctool usage message.
3023 * Fixed up the gcalctool manual pages.
3024 * gcalctool now looks for ~/.gcalctoolrc and ~/.gcalctooldefaults files.
3025 * X resources are now "gcalctool.<whatever" rather than "calctool.<whatever>".
3027 ----
3029 Overview of changes in gcalctool 4.1.0
3031 * Graphics driver is now based on Gtk2.
3033 ----
3035 Overview of changes in calctool 4.0.0
3037 * Code based on the calctool in the OpenWindows Deskset for Solaris 8.
3038 * Adjusted to use an autoconf/automake configuration and build environment.
3039 * Adjusted the code to a K&R style.
3040 * Incorporated in needed code from the libguide and libdeskset libraries.
3041 * Released under a GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL) license.
3042 * Just an XView graphics driver currently provided.
3044 ----