Restructure display.[ch] to have consistent function names and work towards routing...
[gcalctool.git] / NEWS
blob868e6fb6e2b93eac5420a01f44dbca5996524d80
2 /*  gcalctool NEWS.
3  *
4  *  Copyright (c) 1987-2008 Sun Microsystems, Inc.
5  *  All Rights Reserved.
6  */
7  
8 Overview of changes in gcalctool 5.23.1
10     * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318)
11     * Fixes incorrect negation precedence (Bug #526094)
12     * Fixes issues with thousands seperators and radix in non-english
13       locales (Bug #527669)
14     * Fixes regression in constant and function menus (Bug #527545)
15     * Fixes problem where display is invisible after solving equation
16       (Bug #524602)
18 ----
20 Overview of changes in gcalctool 5.22.0
22     * Fix for bug #520474 - Calculator uses 06 in place of decimal.
23     * Fix for bug #519979 - Please provide translator comments.
24     * Fix for bug #519243 - Memory registers save incorrectly.
26 ----
28 Overview of changes in gcalctool 5.21.92
30     * Released a gcalctool tarball for GNOME 5.21.92.
32 ----
34 Overview of changes in gcalctool 5.21.91
36     * Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
38     * Fix for bug #515326 – translation issues
40     * Unmark bitcalculating strings for translation (Bug #515326)
41       Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
43     * Remove help/it/Makefile, switching to gnome-doc-utils
45     * Fix for bug #514233 - Title not translated
47     * Fix for bug #513868 - Switching mode clears values but not
48       "Malformed expression" in statusbar.
50     * Fix for bug #513218 - Parsing not handling things the way a
51       "normal" calculator would.
53     * Fix for bug #482666 - XML errors in gcalctool de translation.
55     * Fix typo (Retreive -> Retrieve)
57 ----
59 Overview of changes in gcalctool 5.21.90
61     * Fix for bug #512204 - Regression in (-,+) handling.
63     * Fix for bug #511052 – Mod gives negative remainders.
65     * Fixed typo in message in create_kframe() in gtk.c.
67 ----
69 Overview of changes in gcalctool 5.21.5
71    * Adjusted online help documentation to add in a section 4.4. "Changing
72      The Display Area" and to update the new keyboard shortcut for Clear.
74    * Use delete key to delete character right of cursor in display, clear
75      now uses shift+delete (Bug #326938).
76    
77    * Update all button tooltips to have the shortcut
78      key for that button (Bug #503707).
80    * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
81      category
83    * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
84      "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
86    * Work on bug #501699. Adjusted "monthly interest rate" to "simple
87      monthly interest rate" in the online help for two of the financial
88      examples.
90    * Fix incorrect menu radio button selected when mode change aborted 
91      (bug #488226).
93    * Fix for bug #502306 - unable to use MOD operation after a 
94      x ? y operation.
96 ----
98 Overview of changes in gcalctool 5.21.4
100     * Adjusted online help documentation to add in a section 4.4. "Changing
101       The Display Area" and to update the new keyboard shortcut for Clear.
103     * Use delete key to delete character right of cursor in display, clear
104       now uses shift+delete (Bug #326938).
105     
106     * Update all button tooltips to have the shortcut
107       key for that button (Bug #503707).
109     * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
110       category
112     * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
113       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
115     * Work on bug #501699. Adjusted "monthly interest rate" to "simple
116       monthly interest rate" in the online help for two of the financial
117       examples.
119     * Fix incorrect menu radio button selected when mode change aborted 
120       (bug #488226).
122     * Fix for bug #502306 - unable to use MOD operation after a 
123       x ᶺ y operation.
125 ----
127 Overview of changes in gcalctool 5.21.3
129     * Added a "Reset to Default" accuracy menu item (bug #488542).
131     * When the bit calculation extension is enabled, a message now appears
132       in the status bar.
134     * Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension
135       produces incorrect results.
137     * Fixed bug #367731 - [doc] Update documentation for bit calculating
138       extension.
140     * Fixed bug 500029 - Clearing a bit in the bitcalculating extension,
141       sets the display to zero.
143     * Disable menu items not valid in current mode (Bug #499625).
145     * Fix build dependencies for parsers (Bug #497237).
146     
147     * Trim pasted text on newlines, replace tabs with spaces (Bug #488796).
149     * Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
151     * Fixed bug #367723 - [doc] Update documentation for Changing Modes
152       Clears Calculation.
154 ----
156 Overview of changes in gcalctool 5.21.2
158     * Fixed bug #485919 - Use Glade for UI. Glade conversion of gcalctool 
159       is now complete (thanks Robert).
161     * Fixed bug #495349 - Close precision dialog when setting precision from
162       Acc button.
164     * Fixed bug #495345 - Connect "activate" signal for precision spin button
165       after spin button has been updated.
167     * Fixed bug #482655 - Missing image file.
169     * Fix the buglet in comment #51 of bug #485919
171     * Fixed for final remaining parts of bug #488694 - [a11y] Several 
172       calculator buttons don't speak correctly with Orca.
174     * Fixed bug #488489 - Make accuracy shortcuts only work in scientific mode.
176     * Fixed bug # 488703 - Stop bogus '-/-' appearing in accuracy menu items.
178     * Fix for bug #485134 - OR calculation produces incorrect result in
179       arithmetic precedence mode.
181     * General code cleanup.
183 ----
185 Overview of changes in gcalctool 5.21.1
187     * Work on bug #485919 - Use Glade for UI.
188         > Adds support for the mode panel.
189         > Puts menu accelerators back again and fixes the top button row in
190           basic mode being too tall.
191         > Now provides Glade support for the majority of the gcalctool GUI.
193     * Fix for bug #490701 - base radio buttons initially fail.
195     * Attempted fix for bug #485134 - OR calculation produces incorrect 
196       result in arithmetic precedence mode. This isn't a complete solution
197       so the bug has been reopened.
199     * Fix for bug #488828 - Reciprocal remembers backspaced items.
201     * More work on bug ##488694 - [a11y] Several calculator buttons don't speak 
202       correctly with Orca. Removed the accessible descriptions (not needed) and 
203       adjusted the "shift left" and "shift right" names (they were reversed).
205     * Patch to stablize arithmetic precedence.
207     * Stop acting on toggle events from radio buttons when they go inactive 
208       (Bug #485918).
210     * Added Robert Ancell to the list of gcalctool MAINTAINERS.
212     * Fixed bug #488830 - Hex radio button shortcut conflicts with Help menu 
213       shortcut.
215     * Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip shortcut 
216       keys.
218     * Fixed bug #488783 - memory registers not available if you start in 
219       Advanced mode
221     * Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak
222       correctly with Orca.
224     * Fix for bug #485398 - Put memory register window inside the main window.
225       Uses gtk_window_set_transient_for() to associate the memory register
226       window with the main gcalctool window.
228     * Fix for bug #383850 - [doc] New names for Precedence.
230     * Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence mode
231       if user has "hand edited" the display.
233     * Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
234       correctly set the state of the Edit-<Memory Registers check box if the
235       user wanted the memory registers initially displayed.
237     * Correctly handle memory register display and "Memory Registers" menu
238       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
239       (Needed because of the recent changes for bug #478961).
241 ----
243 Overview of changes in gcalctool 5.21.0
245     * Fix for bug #326938 – Display cursor in input area; allow home and 
246       end keys. This is in arithmetic precedence mode only.
248     * Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 places 
249       menu items.
251     * Fix for bug #439087 – Gcalctool can't handle small physic constants
252       like the Boltzmann constant. The number of significant places has
253       been increased to 99 and the number of displayable digits has been
254       increased to 200. The online help has been adjusted to reflect these
255       changes.
257       Note that if you have something in the gcalctool display that is
258       wider than the display area, a scrollbar is shown, but the first
259       digit isn't properly displayed. The workaround here, is to enlarge
260       the size of the calculator window until the scrollbar goes away.
261       I believe this is a Gtk+ problem and have filed bug #482688 against 
262       it.
264     * Fixed bug #367738 – [doc] Square root documentation needs to be updated.
265       The entry in the online help now includes examples for both arithmetic
266       precedence and non-arithmetic precedence mode.
268     * Fixed bug #428571 – [doc] Repetitive usage of "use".
270     * Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
272     * Fixed bug #428573 – [doc] Spelling of logical gates.
273       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
274       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
275       display area in arithmetic precedence mode. The gcalctool manual
276       pages and the online help have been updated accordingly.
278       The XOR operation in non-arithmetic mode was doing a multiplication
279       instead.
281       The result for the AND example in the online help was incorrect.
283       The syntax for using NOT in aritmetic mode is different then for
284       non-arithmetic mode. The online help example has been updated to
285       show both examples.
287     *  Fixed bug #469245 – Hexadecimal input is not intuitive and
288       bug #455889 – Copy/paste of lower case hex letter does not work.
289       The hexadecimal digits have been changed back to their pre Sept
290       2003 (bug #118826) values of "a" - "f".
292       The following functions have also had their keyboard shortcuts
293       reverted back to their pre Sept 2003 upper-case values:
295       [A] - Set accuracy
296       [C] - Change sign
297       [D] - Double-declining depreciation
298       [E] - Enter an exponential number
299       [F] - User-defined functions
301       With copy/paste operations, where the user is pasting a string into
302       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
303       "D" or "F" character is encountered, it will be converted to its
304       lowercase equivalent. If an "E" is found,  and the next character is a
305       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
306       a possible exponential number), otherwise its converted to a lower
307       case "e".
309       Displaying of hex digits in the gcalctool display will still be
310       in uppercase. Displaying of the "e" in an exponential number will
311       still be in lower-case.
313       The way to enter exponential numbers in arithmetic precedence mode
314       has changed. The following four examples should show you the new
315       correct syntax:
317         1  2  Exp + 8  =              1200000000
318       - 1  2  Exp + 8  =             -1200000000
319         1  2  Exp - 8  =              0.00000012
320       - 1  2  Exp - 8  =             -0.00000012
322       In both left-to-right precedence and arithmetic precedence modes, if
323       the user enters a numeric digit that is incorrect for the current
324       numeric base, this shouldn't be allowed and should not be entered
325       in the display.
327       The gcalctool documentation (and tooltips) have been updated to
328       reflect these changes.
330     * Fixed bug #479102 – memory registers dialogue should use ngettext.
332     * Fixed bug #478961 – GtkAaction use.
334     * Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
336     * Fixed bug #478979 – show menu help in statusbar.
338     * Fixed bug #479064 – should use ngettext on the Acc button.
340     * Fixed bug #479097 – use gtkmessagedialog.
342     * Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
344 ----
346 Overview of changes in gcalctool 5.20.0
348 * Released a gcalctool tarball for GNOME 2.20.0.
350 ----
352 Overview of changes in gcalctool 5.19.92
354 * Released a gcalctool tarball for GNOME 2.19.92.
356 ----
358 Overview of changes in gcalctool 5.19.91
360 * Released a gcalctool tarball for GNOME 2.19.91.
362     - Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
364 ----
366 Overview of changes in gcalctool 5.19.90
368 * Released a gcalctool tarball for GNOME 2.19.90.
370     - Adjusted the MAINTAINERS file to the new format.
372 ----
374 Overview of changes in gcalctool 5.19.6
376 * Released a gcalctool tarball for GNOME 2.19.6.
378     - Remove help/de/Makefile due to gnome-doc-utils migration.
380     - Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
381       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
383     - Fixed bug #439415. Always use left-to-right direction for button's boxes.
385 ----
387 Overview of changes in gcalctool 5.19.5
389 * Released a gcalctool tarball for GNOME 2.19.5.
391     - Applied Sun patch to change the Comment line in gcalctool.desktop.in
393     - Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
395     - Fixed bug #450790 – crash in Calculator when pasting in a very large
396       number.
398 ----
400 Overview of changes in gcalctool 5.19.4
402 * Released a gcalctool tarball for GNOME 2.19.4.
404     - Fixed bug #448263 – drop libgnome dependency
406 ----
408 Overview of changes in gcalctool 5.19.3
410 * Released a gcalctool tarball for GNOME 2.19.3.
412   - Fixed bug #439985 – Negative value not saved in memory register across 
413     invocations of gcalctool. This was also a problem was negative constants.
415 ----
417 Overview of changes in gcalctool 5.19.2
419 * Released a gcalctool tarball for GNOME 2.19.2.
421 ----
423 Overview of changes in gcalctool 5.19.1
425 * Released a gcalctool tarball for GNOME 2.19.1.
427 ----
429 Overview of changes in gcalctool 5.9.14
431 * Released a gcalctool tarball for GNOME 2.18.0 (Final).
433 ----
435 Overview of changes in gcalctool 5.9.13
437 * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
439 ----
441 Overview of changes in gcalctool 5.9.12
443 * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
445 ----
447 Overview of changes in gcalctool 5.9.11
449 * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
451 ----
453 Overview of changes in gcalctool 5.9.10
455 * All copyright messages updated for 2007.
456 * Released a gcalctool tarball for GNOME 2.17.5.
458 ----
460 Overview of changes in gcalctool 5.9.9
462 * Released a gcalctool tarball for GNOME 2.17.4.
464 ----
466 Overview of changes in gcalctool 5.9.8
468 * Released a gcalctool tarball for GNOME 2.17.3.
470 ----
472 Overview of changes in gcalctool 5.9.7
474 * Released a gcalctool tarball for GNOME 2.17.2.
476 ----
478 Overview of changes in gcalctool 5.9.6
480 * Fixed bug #358782. Fixup sloppy string handling.
482 ----
484 Overview of changes in gcalctool 5.9.5
486 * Fixed bug #364410.  Incorrectly rounded pi constant.
488 ----
490 Overview of changes in gcalctool 5.9.4
492 * Released a gcalctool tarball for GNOME 2.17.1.
494 ----
496 Overview of changes in gcalctool 5.9.3
498 * Fixed bug 359291 - crash when localized decimal point is greater than 
499   1 char. Removed the bogus assert.
501 ----
503 Overview of changes in gcalctool 5.9.2
505 * Fixed bug #358337 - gcalctool no longer crashes in the Oriya locale due 
506   to sloppy string handling.
507 * Fixed bug #354730 - crash in Calculator: running 3x10^38 using bi..
508 * Fixed bug #357208 - Bitcalculating extension needs to support negative 
509   numbers
511 ----
513 Overview of changes in gcalctool 5.9.1
515 * Fixed bug #157961 - Bitcalculating extension for gcalctool.
516 * Fixed bug #355648 - Error reporting should be consistent.
517 * Fixed bug #135140 - percent operator works not as expected.
519 ----
521 Overview of changes in gcalctool 5.9.0
523 * Fixed bug #349981 - gcalctool should save screen position for next start.
525 ----
527 Overview of changes in gcalctool 5.8.24
529 * Released a gcalctool tarball for GNOME 2.16.0 (Final).
531 ----
533 Overview of changes in gcalctool 5.8.23
535 * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
537 ----
539 Overview of changes in gcalctool 5.8.22
541 * Removed several chunks of code that were surronded by #if 0/#endif.
543 ----
545 Overview of changes in gcalctool 5.8.21
547 * Fixed bug #350341. gcalctool now builds again with gcc v2.95.
549 ----
551 Overview of changes in gcalctool 5.8.20
553 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
555 ----
557 Overview of changes in gcalctool 5.8.19
559 * More work on bug #347700.  Added another "Note to translators" 
560   comment for the Abs button labels.
562 * Fixed bug #348452. Removed line for help/sv/Makefile.in
564 * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
566 ----
568 Overview of changes in gcalctool 5.8.18
570 * Work on bug #347700. Added a "Note to translators" comment for the 
571   Bksp and Clr button labels.
573 ----
575 Overview of changes in gcalctool 5.8.17
577 * Released a gcalctool tarball for GNOME 2.15.4.
579 ----
581 Overview of changes in gcalctool 5.8.16
583 * Released a gcalctool tarball for GNOME 2.15.3.
585 ----
587 Overview of changes in gcalctool 5.8.15
589 * Fixed bug #343150. Gcalctool no longer crashes when switching to 
590   scientific mode.
592 ----
594 Overview of changes in gcalctool 5.8.14
596 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
598 ----
600 Overview of changes in gcalctool 5.8.13
602 * Released a gcalctool tarball for GNOME 2.15.2.
604 ----
606 Overview of changes in gcalctool 5.8.12
608 * Fixup compiler warnings from inclusion of last patch.
610 ----
612 Overview of changes in gcalctool 5.8.11
614 * Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
615   Backspace results in mal-formed expression.
617 * = button is now also a one step undo. (This feature was temporary
618   disabled by the previous redo/undo patch.)
620 * Removed gotos from do_expression function. (This change might add
621   unstability as this is a major change to the expression mode state
622   machine.)
624 * Functions (such as sin, cos, tan..) can use previously calculated value.
626 ----
628 Overview of changes in gcalctool 5.8.10
630 * First cut at an Undo/Redo implementation for use with the arithmetic
631   operator precedence mode.
633 ----
635 Overview of changes in gcalctool 5.8.9
637 * Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files
638   were missing.
641 Overview of changes in gcalctool 5.8.8
643 * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
644 * Released a gcalctool tarball for GNOME 2.15.1.
646 ----
648 Overview of changes in gcalctool 5.8.7
650 * Fixed bug #337897. Changes to use po/LINGUAS file.
652 ----
654 Overview of changes in gcalctool 5.8.6
656 * Fixed bug #338220. The 'Show trailing zeroes' option in the View menu 
657   should now be correctly set [in]sensitive depending upon which mode 
658   it's in.
660 ----
662 Overview of changes in gcalctool 5.8.5
664 * Fixed bug #332023. The bitwise operators now work in arithmetic operator 
665   precedence mode, when you use them with the result of a previous operation.
667 ----
669 Overview of changes in gcalctool 5.8.4
671 * Fixed bug #327729. The fields in the memory register window were not 
672   correctly aligned in some themes.
674 ----
676 Overview of changes in gcalctool 5.8.3
678 * Fixed bug #330867.  Added License info to the Gcalctool About dialog.
680 ----
682 Overview of changes in gcalctool 5.8.2
684 * Fixed bug #335095. Gcalctool no longer displays the current mode in 
685   the title bar when in Basic mode (due to lack of space).
687 ----
689 Overview of changes in gcalctool 5.8.1
691 * Fixed bug #335236. Gcalctool schemas files should be installed if
692   built with "--without-gnome".
694 ----
696 Overview of changes in gcalctool 5.8.0
698 * Adjustments to the AOP code so that e to the power of x gives the
699   correct answer at high precision.
701 ----
703 Overview of changes in gcalctool 5.7.32
705 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
707 ----
709 Overview of changes in gcalctool 5.7.31
711 * Fix for bug #333078. cvs fails to build due to bg translation of help.
713 * Inclusion of a translation of gcalctool help for the bg locale.
715 ----
717 Overview of changes in gcalctool 5.7.30
719 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
721 ----
723 Overview of changes in gcalctool 5.7.29
725 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
727 ----
729 Overview of changes in gcalctool 5.7.28
731 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
733 ----
735 Overview of changes in gcalctool 5.7.27
737 * Refixed bug #323150. The recent changes to the square root and 
738   subtraction button labels broke the token parser for arithmetic 
739   operator precedence.
741 ----
743 Overview of changes in gcalctool 5.7.26
745 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of 
746   causing the CE button to no longer work correctly.
748 ----
750 Overview of changes in gcalctool 5.7.25
752 * Fixed bug #327214. The results from performing trig functions were not 
753   being passed on to future calculations correctly (in non-arithmetic 
754   operator precedence mode).
756 ----
758 Overview of changes in gcalctool 5.7.24
760 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
761   for label on division button.
763 ----
765 Overview of changes in gcalctool 5.7.23
767 * Released a gcalctool tarball for GNOME 2.13.5.
769 ----
771 Overview of changes in gcalctool 5.7.22
773 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, 
774   multiplication, plus/minus, minus and square root.
776 ----
778 Overview of changes in gcalctool 5.7.21
780 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic 
781   operator precedence mode with the scientific view) now hopefully works 
782   correctly.
784 ----
786 Overview of changes in gcalctool 5.7.20
788 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric 
789   point in arithmetic operator precedence mode.
791 * Adjusted all the copyright messages to include 2006.
793 ----
795 Overview of changes in gcalctool 5.7.19
797 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
798   Gcalctool no longer crashes when you double click the 0 in the display area. 
800 ----
802 Overview of changes in gcalctool 5.7.18
804 * Final fix for bug #153854. Now handles the case where the first thing 
805   the user does is change mode (Basic, Financial, Advanced, Scientific) 
806   in AOP mode.
808 * Released a gcalctool tarball for GNOME 2.13.4.
810 ----
812 Overview of changes in gcalctool 5.7.17
814 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail 
815   in non-English locales
817 ----
819 Overview of changes in gcalctool 5.7.16
821 * Fixed bug #324001. Primary Selection (middle mouse button) is now working.
823 ----
825 Overview of changes in gcalctool 5.7.15
827 * Released a gcalctool tarball for GNOME 2.13.3.
829 ----
831 Overview of changes in gcalctool 5.7.14
833 * More work on bug #153854. Similar change to that made on 15th November 
834   2005, this time for arithmetic operator precedence mode.
836 ----
838 Overview of changes in gcalctool 5.7.13
840 * Slight fixup for bug #157961. The toggling of the first bit in the
841   bit panel wasn't working correctly. 
843 ----
845 Overview of changes in gcalctool 5.7.12
847 * More work on bug #153854
848   If the user has completed a calculation and we are going to a
849   new mode that is "compatible" with this one, then just change
850   modes. Otherwise display a dialog warning the user that the
851   current calculation will be cleared.
853   Incompatible modes are:
855   Scientific -> Basic
856   Scientific -> Advanced
857   Scientific -> Financial
859   (unless we are in Scientific mode with Decimal numeric base and Fixed).
861   These changes work nicely in non-arithmetic operator precedence mode.
863 ----
865 Overview of changes in gcalctool 5.7.11
867 * Released a gcalctool tarball for GNOME 2.13.2.
869 ----
871 Overview of changes in gcalctool 5.7.10
873 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: 
874   gdk_window_invalidate_rect: assertion `window != NULL' failed" 
875   warnings at startup.
877 ----
879 Overview of changes in gcalctool 5.7.9
881 * Fixed bug #319934. The percent operator was broken in non-arithmetic 
882   operator precedence mode.
884 ----
886 Overview of changes in gcalctool 5.7.8
888 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
889   Exponential notation now works correctly in arithmetic operator
890   precedence mode.
892 ----
894 Overview of changes in gcalctool 5.7.7
896 * Slight adjustment to the bit panel. It's now centralized.
898 ----
900 Overview of changes in gcalctool 5.7.6
902 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
903   needed to also preserve v->toclear and v->pointed.
905 * Work on enhancement request #157961. Started to implement the bit 
906   panel for non-arithmetic precedence mode.  It's automatically displayed 
907   when in Scientific mode.
909 ----
911 Overview of changes in gcalctool 5.7.5
913 * Implemented enhancement request #148104 for arithmetic precedence mode.
914   The modulo operation. See entry below for more details.
916 ----
918 Overview of changes in gcalctool 5.7.4
920 * Fixed bug #316382. The "useless" cursor is no longer displayed in 
921   the calculator display area.
923 ----
925 Overview of changes in gcalctool 5.7.3
927 * Implemented enhancement request #148104 for non-arithmetic precedence
928   mode. Added in a modulo operation. This is available in Scientic Mode. 
929   A Mod B return the remainder when you divide A by B. A and B must be
930   integers. Keyboard shortcut for this operation is "M".
932 ----
934 Overview of changes in gcalctool 5.7.2
936 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets 
937   to display the register values. Gnopernicus can now correctly speak the 
938   contents of each memory register. There is also a close button to easily 
939   dismiss this dialog.
941 ----
943 Overview of changes in gcalctool 5.7.1
945 * Fixed bug #314540. The memory register window is now a dialog rather 
946   than a top-level window.
948 ----
950 Overview of changes in gcalctool 5.7.0
952 * Fix to prevent invalid numeric entry in arithmetic operator precedence
953   mode, depending upon the current base.
955 ----
957 Overview of changes in gcalctool 5.6.31
959 * A number of the bison- and flex-related make rules in 
960   .../gcalctool/Makefile.am were broken when builddir != srcdir.
962 ----
964 Overview of changes in gcalctool 5.6.30
966 * Fixed bug #314540. The libparser.a library needs ranlib run on it 
967   for Mac OS X.
969 ----
971 Overview of changes in gcalctool 5.6.29
973 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in 
974   syntax_translation.c
976 ----
978 Overview of changes in gcalctool 5.6.28
980 * Generated release for GNOME 2.12 (RC)
982 * Changed type of argument in paren_disp from char to int for 64bit.
984 ----
986 Overview of changes in gcalctool 5.6.27
988 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.
990 Overview of changes in gcalctool 5.6.26
992 * Generated release for GNOME 2.11.91 (beta2).
994 ----
996 Overview of changes in gcalctool 5.6.25
998 * Fixed bug #311306. If the user was in View->Scientific with base Bin, 
999   Oct or Hex and then went to View->Basic, then returned to View->Scientific, 
1000   some of the numeric keys were incorrectly greyed out.
1002 ----
1004 Overview of changes in gcalctool 5.6.24
1006 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B" 
1007   button (or typing Shift-B).
1009 ----
1011 Overview of changes in gcalctool 5.6.23
1013 * Fixed bug #310791. Memory register window view logic was screwed.
1015 ----
1017 Overview of changes in gcalctool 5.6.22
1019 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
1021 ----
1023 Overview of changes in gcalctool 5.6.21
1025 * Fixed bug #153854. When the user changes modes, a warning dialog is 
1026   displayed to let them know that their current display will be cleared 
1027   and the base reset to decimal. The user has the option of checking a 
1028   toggle box on the dialog, that will prevent this warning from being 
1029   displayed again.
1031 ----
1033 Overview of changes in gcalctool 5.6.20
1035 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build 
1036   on Solaris with pkgconfig >= 0.17.1.
1038 ----
1040 Overview of changes in gcalctool 5.6.19
1042 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now 
1043   correctly change the sign of the exponent on scientific numbers again.
1044 ----
1046 Overview of changes in gcalctool 5.6.18
1048 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal 
1049   numbers "A-F" to other bases in "use arithmetic operator precedence mode".
1051 ----
1053 Overview of changes in gcalctool 5.6.17
1055 * Fixed bug #305619. Calculations with stored register values in arithmetic 
1056   operator precedence mode, now work correctly.
1058 ----
1060 Overview of changes in gcalctool 5.6.16
1062 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching 
1063   the format (e.g. from ENG to FIX), the displayed value switches to zero 
1064   (in the corresponding format, so e.g. 0.0 or 0e+0, ...).
1066 ----
1068 Overview of changes in gcalctool 5.6.15
1070 * Fixed bug #305467. gcalctool no longer crashes under the following 
1071   scenerio:
1072     - type "f" to bring up the user function menu.
1073     - dismiss the menu by clicking elsewhere with the mouse.
1074     - type another character which isn't in the range "0" to "9".
1076 ----
1078 Overview of changes in gcalctool 5.6.14
1080 * Did a gcalctool tarball release.
1082 ----
1084 Overview of changes in gcalctool 5.6.13
1086 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y 
1087   operations. New values are:
1088       Xor - 'x'
1089       x^y - '^'
1091 ----
1093 Overview of changes in gcalctool 5.6.12
1095 * Fixed bug #302555. Various gcalctool variables have now been const'ified.
1097 ----
1099 Overview of changes in gcalctool 5.6.11
1101 * Fixed bug #300957. Replaced the underscore character in 
1102   "translator_credits" with a hyphen, to prevent some 
1103   translation tools from being confused.
1105 ----
1107 Overview of changes in gcalctool 5.6.10
1109 * More work on bug #172704. 
1110   - Adjusted the code to not try to display a menu when the user 
1111     entered a left parentheses (another do_pending() type of operation).
1112   - Toggling the "Show Trailing Zeroes" operation via keyboard
1113     shortcuts, needed to clear the v-.pending flag.
1115 ----
1117 Overview of changes in gcalctool 5.6.9
1119 * Fixed up some problems reported by lint.
1121 ----
1123 Overview of changes in gcalctool 5.6.8
1125 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut 
1126   for any of the gcalctool buttons that have a menu associated with them, that 
1127   menu is now displayed. The user can use the arrow keys to select a menu item 
1128   or the menu items shortcut.
1130 ----
1132 Overview of changes in gcalctool 5.6.7
1134 * Fixed bug #171393. Allow stock labels to show through.
1136 ----
1138 Overview of changes in gcalctool 5.6.6
1140 * Refixed bug #158280. The Help->Contents menu item no longer appears if 
1141   gcalctool is built Gtk-only.
1143 ----
1145 Overview of changes in gcalctool 5.6.5
1147 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init() 
1148   and the gtk about popup didn't have the gcalctool icon.
1150 ----
1152 Overview of changes in gcalctool 5.6.4
1154 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1155   the on-screen keyboard assistive technology, it's possible that the 
1156   event returned by gtk_get_current_event() is NULL. If this is the 
1157   case, we need to fudge the popping up on the menu associated with 
1158   this menu button.
1160 ----
1162 Overview of changes in gcalctool 5.6.3
1164 * Fixed bug #158280. You can now build gcalctool without the GNOME 
1165   libraries by specifying "--disable-gnome" on the configure command 
1166   line.
1168 ----
1170 Overview of changes in gcalctool 5.6.2
1172 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu 
1173   item inactive if the calculator is in Basic mode.
1175 ----
1177 Overview of changes in gcalctool 5.6.1
1179 * Fixed bug #168694. gcalctool now saves/restores the ten memory 
1180   register values as gconf resources.
1182 * Removed the redundant process_str() routine in graphics.c
1184 ----
1186 Overview of changes in gcalctool 5.6.0
1188 * Fixed bug #169196. gcalctool now uses use g_get_home_dir().
1190 * Added in a better implementation of the trig_filter() routine in 
1191   functions.c
1193 ----
1195 Overview of changes in gcalctool 5.5.41
1197 * Version for GNOME 2.10.0 (final) call for tarballs.
1199 ----
1201 Overview of changes in gcalctool 5.5.40
1203 * Version for GNOME 2.10.0 (rc1) call for tarballs.
1205 ----
1207 Overview of changes in gcalctool 5.5.39
1209 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator 
1210   precedence mode.
1212 ----
1214 Overview of changes in gcalctool 5.5.38
1216 * Changes to make the trigonometric code work with hyp and inv properly.
1218 ----
1220 Overview of changes in gcalctool 5.5.37
1222 * Left and Right shift operations weren't working correctly. Menu
1223   name comparison in mb_proc() in gtk.c was incorrect.
1225 ----
1227 Overview of changes in gcalctool 5.5.36
1229 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
1230 * Exch functionality was incorrect in Arithmetic Precedence mode.
1232 ----
1234 Overview of changes in gcalctool 5.5.35
1236 * Fixed bug 167124. One of the entries in the words[] array in 
1237   syntax_translation.c was accidentally commented out.
1239 ----
1241 Overview of changes in gcalctool 5.5.34
1243 * Fixed bug 166634. Call to create the About box was missing a 
1244   NULL terminator.
1246 ----
1248 Overview of changes in gcalctool 5.5.33
1250 * Adjusted all copyright messages to be 2005.
1251 * Version for GNOME 2.10.0 (beta2) call for tarballs.
1253 ----
1255 Overview of changes in gcalctool 5.5.32
1257 * Fixed bug #165522. Made the status bar non-resizable.
1259 ----
1261 Overview of changes in gcalctool 5.5.31
1263 * Various code cleanups. It moves some declarations of static functions 
1264   to the corresponding .c files. It also cuts down the number of 
1265   included files, moving some includes to where they are needed from 
1266   calctool.h.
1268 ----
1270 Overview of changes in gcalctool 5.5.30
1272 * Adjusted the About dialog to use the latest GtkAbout widget.
1274 ----
1276 Overview of changes in gcalctool 5.5.29
1278 * Version for GNOME 2.10.0 (beta1) call for tarballs.
1280 ----
1282 Overview of changes in gcalctool 5.5.28
1284 * Fixed bug #162998. The "menu" buttons in gcalctool now responds 
1285   to the "clicked" event rather than the "button-press-event" to 
1286   allow gok, the on-screen keyboard to function properly.
1288 * Fixed bug #159957. Input number in FIX mode now make mimimal changes 
1289   to (i.e append a single character) the display rather than completely 
1290   delete and insert it. The is helpful to assistive technologies like 
1291   gnopernicus.
1293 ----
1295 Overview of changes in gcalctool 5.5.27
1297 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c 
1298   so that the L10N message translation software isn't confused.
1300 ----
1302 Overview of changes in gcalctool 5.5.26
1304 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
1306 ----
1308 Overview of changes in gcalctool 5.5.25
1310 * Version for GNOME 2.9.4 call for tarballs.
1312 ----
1314 Overview of changes in gcalctool 5.5.24
1316 * Couldn't use the "#" key to select constants as this symbol was
1317   a lower-case symbol on his keyboard.
1319 * Powers that were a multiple of 30 (10 as well as 3) would not 
1320   display correctly, having a 4 digit significand. Further testing 
1321   showed that without the fix the following powers had a 4 digit 
1322   significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
1324 ----
1326 Overview of changes in gcalctool 5.5.23
1328 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
1330 ----
1332 Overview of changes in gcalctool 5.5.22
1334 * Fixed bug #155101. Made the gcalctool window resizable. 
1336 ----
1338 Overview of changes in gcalctool 5.5.21
1340 * Version for GNOME 2.9.3 call for tarballs.
1342 ----
1344 Overview of changes in gcalctool 5.5.20
1346 * Fixed bug #160929. Removed the "Mode" word from each of the different 
1347   mode menu items in the gcalctool View menu.
1349 ----
1351 Overview of changes in gcalctool 5.5.19
1353 * Fixed bug #157701. gcalctool can now use real multiplication and division 
1354   symbols instead of "*" and "/". 
1356 ----
1358 Overview of changes in gcalctool 5.5.18
1360 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include 
1361   the word "Mode" which was getting chopped when the calculator was in 
1362   Basic mode.
1364 ----
1366 Overview of changes in gcalctool 5.5.17
1368 * Fixed bug #157962. Added in a set of three colors for gcalctool that 
1369   will work with the default theme. To use them, the "gcalctoolrc" file 
1370   supplied with the source distribution needs to be moved to ~/.gcalctoolrc
1372 ----
1374 Overview of changes in gcalctool 5.5.16
1376 * Generated gcalctool tarball for the GNOME 2.9.2 release.
1378 ----
1380 Overview of changes in gcalctool 5.5.15
1382 * Adjusted the scroll_right() routine to only scroll right if the 
1383   horizontal scroll bar is visible.
1385 ----
1387 Overview of changes in gcalctool 5.5.14
1389 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the 
1390   -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in 
1391   .../gcalctool/Makefile.am for now, to allow it to successfully build
1392   against the latest GNOME/Gtk+.
1394 * Slight adjustment to correct check the Advanced mode menu item when
1395   the user had previously terminated gcalctool in that mode.
1397 ----
1399 Overview of changes in gcalctool 5.5.13
1401 * Changed the names of the gconf mode type key so that there is backward 
1402   compatibility.
1404 * Reset the initial default mode to BASIC.
1406 ----
1408 Overview of changes in gcalctool 5.5.12
1410 * Fixed bug #157757. The horizontal scrollbar for the display area will 
1411   now only be visible when needed. It will also display the rightmost part 
1412   of the display as you are entering new input.
1414 ----
1416 Overview of changes in gcalctool 5.5.11
1418 * Added in a very basic mode for gcalctool. Rather than calling this a 
1419   "Light" mode, the existing "Basic" mode is now renamed to "Advanced" 
1420   and the new basic mode is called "Basic".
1422 ----
1424 Overview of changes in gcalctool 5.5.10
1426 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with
1427   non-integer Y will now display a descriptibe error in the status bar.
1429 ----
1431 Overview of changes in gcalctool 5.5.9
1433 * Generated gcalctool tarball for first GNOME 2.9 release.
1435 ----
1437 Overview of changes in gcalctool 5.5.8
1439 * Slight adjustment to bug #152301. The tooltip message had been tweaked to 
1440   "Show the About Gcalctool dialog".
1442 ----
1444 Overview of changes in gcalctool 5.5.7
1446 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from 
1447   "Show about help" to "Show the about dialog", to make it more understandable.
1449 ----
1451 Overview of changes in gcalctool 5.5.6
1453 * Fixed bug #153726. Gcalctool will now build correctly when using the 
1454   -fno-common option for gcc (3.3.4).
1456 ----
1458 Overview of changes in gcalctool 5.5.5
1460 * Numerical answer localization and thousand separator support for 
1461   arithmetic precedence mode.
1463 * If the accuracy was changed via one of the ten preset menu items in the 
1464   Acc menu, the tooltip wasn't getting correct updated with the new accuracy.
1466 ----
1468 Overview of changes in gcalctool 5.5.4
1470 * Further changes to the "Set Precision" popup (rfe #147803):
1471   - "Significant places" not "Significant Places".
1472   - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the 
1473     current precision, and be in the same radio box group as the other menu 
1474     items. Check the appropriate menu entry.
1475   - Adjust the Acc button tooltip to show the current accuracy too.
1476   - When the user attempts to enter an invalid entry in the Set Precision 
1477     popup, an error message is shown in the main gcalctool status bar.
1478   - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).
1480 * Fixed bug #152790. Most of the changes needed were already in CVS; there 
1481   was one compiler warning that still needed to be removed.
1483 * Storing the display value to a memory register was not updating the memory 
1484   register window, if it was visible.
1486 ----
1488 Overview of changes in gcalctool 5.5.3
1490 * Added in functionality to set the number of significant places > 9.
1491   There is a new menu item under the Acc menu called "Set Precision..."
1492   that brings up a small popup allowing you to set precision between 0
1493   and MAXACC significant places (where MAXACC is currently 30).
1495 ----
1497 Overview of changes in gcalctool 5.5.2
1499 * Fixed up numerous warnings generated by running lint on the gcalctool code.
1500   Removed unused variables and functions. Declared routines statically where 
1501   possible.
1503 ----
1505 Overview of changes in gcalctool 5.5.1
1507 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
1509 ----
1511 Overview of changes in gcalctool 5.5.0
1513 * Major new release of gcalctool. Incorporates an arithmetic operator
1514   precedence mode (currently the default while it's been debugged). To get
1515   the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
1516 * The "(" and ")" buttons have moved from the scientific mode into the
1517   Basic mode so that they are now available to users who need them but not
1518   everything that the Scientific mode provides.
1519 * There is a footer message area that provides feedback.
1520 * The display area now has an horizontal scrollbar.
1521 * Typing in the keyboard shortcuts for the various gcalctool buttons
1522   autocompletes their entry into the display area.
1523 * Tooltips show button's shortcut.
1525 ----
1527 Overview of changes in gcalctool 4.4.13
1529 * Remainder of the fix for bug #143924. Control-T shouldn't work in Basic 
1530   or Financial modes. 
1532 ----
1534 Overview of changes in gcalctool 4.4.12
1536 * Partial fix for bug #143924. After an error condition, the "Show 
1537   Trailing Zeroes" menu item is only activated if the user is in 
1538   Scientific mode.
1540 ----
1542 Overview of changes in gcalctool 4.4.11
1544 * Fixed bug 138106. In Basic or Financial mode, "Error" was been 
1545   incorrectly display if you user has "Show Thousands Separator" set.
1547 ----
1549 Overview of changes in gcalctool 4.4.10
1551 * Fixed bug 144031. gcalctool checked for the presence of the X11 
1552   libraries but doesn't need to.
1554 ----
1556 Overview of changes in gcalctool 4.4.9
1558 * Selecting Help->About from the menubar now works again.
1560 ----
1562 Overview of changes in gcalctool 4.4.8
1564 * Adjusted the creation of the menubar and the Accuracy and Left/Right 
1565   shift menus from GtkItemFactory to GtkUIManager.
1567 ----
1569 Overview of changes in gcalctool 4.4.7
1571 * Fixed bug 142824. gcalctool now correctly recognizes the localized 
1572   decimal point character.
1574 ----
1576 Overview of changes in gcalctool 4.4.6
1578 * Fixed bug 129397. Use GtkIconTheme to load gcalctool icon instead of
1579   built-in image.
1581 ----
1583 Overview of changes in gcalctool 4.4.5
1585 * Fixed bug 142888. Gcalctool is now connected to the "die" signal so 
1586   that it can be successfully terminated when removed from 
1587   gnome-session-properties.
1589 ----
1591 Overview of changes in gcalctool 4.4.4
1593 * The "Bsp" button label has been changed to "Bksp" to make it more 
1594   understandable.
1596 ----
1598 Overview of changes in gcalctool 4.4.3
1600 * Fixed bug 138106. If the "Error" message is being displayed, it is now 
1601   no longer incorrectly displayed as "Er,ror" if the "Show Thousands 
1602   Separator" is on.
1604 ----
1606 Overview of changes in gcalctool 4.4.2
1608 * Fixed bug 135068. Adjusted several default constant descriptions to be 
1609   more understandable. 
1611 ----
1613 Overview of changes in gcalctool 4.4.1
1615 * Fixed bug 135065. Tooltips for OR, AND, NOT, XOR and XNOR have been 
1616   changed from "Logical <whatever>" to "Bitwise <whatever>". 
1618 ----
1620 Overview of changes in gcalctool 4.4.0
1622 * Fixed bug 136872. gcalctool can now be built with "CFLAGS=-fdata-sections".
1624 ----
1626 Overview of changes in gcalctool 4.3.51
1628 * Version for GNOME 2.6 (FINAL) call for tarballs. Includes:
1629   - new locales for pa, en_GB, bg and ga.
1630   - localized online user documentation from the Sun translation team.
1631     for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
1633 ----
1635 Overview of changes in gcalctool 4.3.50
1637 * One more slight adjustment to the fix for bug 135064.
1638   Entering numbers that start with the numeric point character ('.")
1639   are now visibly displayed.
1641 ----
1643 Overview of changes in gcalctool 4.3.49
1645 * Adjustment to the fix for bug 135064. Fix to remove a potential spurious 
1646   initial thousands separator character after a change sign operation.
1648 ----
1650 Overview of changes in gcalctool 4.3.48
1652 * Fixed bug 135064. Changing the sign of a large number (when "Show 
1653   Thousands Separator" is on and this is not the C locale), no longer 
1654   corrupts the display.
1656 ----
1658 Overview of changes in gcalctool 4.3.47
1660 * Fixed bug 135328. Added Shift-slash as a recognized alternate for the 
1661   divide operation (needed by the be-latin1 keyboard layout).
1663 ----
1665 Overview of changes in gcalctool 4.3.46
1667 * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789 
1668   which are shifted about the accented characters on a French keyboard.
1670 ----
1672 Overview of changes in gcalctool 4.3.45
1674 * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up. 
1676 ----
1678 Overview of changes in gcalctool 4.3.44
1680 * Fixed bug 133764.
1681   - "Gradients" was still appearing when in Scientific mode (instead of 
1682     "Gradians".
1683   - In the x^2 button, the 2 should not be italicized.
1684   - In the x^2 and x^y buttons, the x should be italicized.
1685   - The View Thousands Separator menu item should not remain active during 
1686     an error condition.
1688 ----
1690 Overview of changes in gcalctool 4.3.43
1692 * Fixed bug 133590. The About box now lists the documenters of gcalctool. 
1694 ----
1696 Overview of changes in gcalctool 4.3.42
1698 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen 
1699   (rather than square brackets) to show what mode the user is currently 
1700   using.
1702 ----
1704 Overview of changes in gcalctool 4.3.41
1706 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather 
1707   than frames (per the HIG).
1709 ----
1711 Overview of changes in gcalctool 4.3.40
1713 * Fixed bug 131571. User defined constants are now read/written out (as 
1714   gconf resources) with no thousands separator and with a radix of ".". 
1716 ----
1718 Overview of changes in gcalctool 4.3.39
1720 * Fixed bug 131594. The "Insert ASCII View..." menu item and the 
1721   "Insert" button no longer use the GTK_STOCK_CONVERT stock icon 
1722  (as per the HIG).
1724 ----
1726 Overview of changes in gcalctool 4.3.38
1728 * Fixed bug 131059. Fix to allow the thousands separator to be used 
1729   correctly with the creation of the initial constant values in the 
1730   Russian locale. 
1732 ----
1734 Overview of changes in gcalctool 4.3.37
1736 * Fixed bug 130078. Changed the y^x button label to x^y (really x 
1737   superscript y). Adjusted the tooltip message to "Raise displayed 
1738   value to the power of y".
1740 ----
1742 Overview of changes in gcalctool 4.3.36
1744 * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check 
1745   from the get_tsep() routine in order to get the thousands separator to 
1746   correctly work in all locales. Note that there is no thousands separator 
1747   now for the C locale.
1749 ----
1751 Overview of changes in gcalctool 4.3.35
1753 * Fixed part of bug 126125. If the user entered: "1+(2()<backspace>)", 
1754   this resulted in an answer of 0. 
1756 ----
1758 Overview of changes in gcalctool 4.3.34
1760 * Fixed bug 130187. When gcalctool changes modes now, it's internal state 
1761   and the display are cleared.
1763 ----
1765 Overview of changes in gcalctool 4.3.33
1767 * Fixed bug 130282. Fixes for more problems with the thousands separator 
1768   in certain locales, plus correct handling of the radix character with 
1769   the initial constant values.
1771 ----
1773 Overview of changes in gcalctool 4.3.32
1775 * Fixed bug 128603 again. The solution this time was to duplicate the 
1776   initial string constant values to be confident that they are not in 
1777   read-only memory.
1779 ----
1781 Overview of changes in gcalctool 4.3.31
1783 * Fixed bug 129539.  The thousands separator is a null terminated string, 
1784   not a single character. Same for the radix.
1786 ----
1788 Overview of changes in gcalctool 4.3.30
1790 * Fixed bug 129496. "Gradients" should be "Gradians".
1792 ----
1794 Overview of changes in gcalctool 4.3.29
1796 * Fixed bug 128603. The changes for enhancement request #126626 which added 
1797   thousands separator support caused a crash at startup time on a Debian 
1798   system. The initial constant strings are being put in read-only memory 
1799   either by gcc (or because of the way that x86 arch is designed). This was 
1800   not a problem when tested with the Sun compilers on a Solaris SPARC machine.
1801   The remove_tsep() routine is display.c has been rewritten to correctly 
1802   handle this.
1804 ----
1806 Overview of changes in gcalctool 4.3.28
1808 * Further work on enhancement request 125873. As the user is typing in 
1809   input, the display will now show the thousands separator (if checked).
1811 ----
1813 Overview of changes in gcalctool 4.3.27
1815 * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
1816   This keyval/state pair needed to be added to the Xor recognized mappings.
1818 ----
1820 Overview of changes in gcalctool 4.3.26
1822 * Re-fixed bug 127672. The fix for Shift-"=" should have been for GDK_equal 
1823   not GDK_Return.  Needed to add in support for Shift-"/" too.
1825 ----
1827 Overview of changes in gcalctool 4.3.25
1829 * Implemented enhancement request 125873. gcalctool can now optionally 
1830   show the thousands seperator character for fixed point numbers displayed 
1831   in the decimal base. Same for numbers stored in the memory registers. 
1832   There is a new "Show Thousands Separator" menu entry in the View menu 
1833   to set this.
1835 ----
1837 Overview of changes in gcalctool 4.3.24
1839 * Fixed bug 126626. gcalctool no longer causes a Gtk-CRITICAL error when 
1840   the user enters "9*(1<Xor>". The problem was caused because a non-UTF 
1841   character was being inserted into the text string to be displayed for 
1842   the Xor function.
1844 ----
1846 Overview of changes in gcalctool 4.3.23
1848 * Fixed bug 125782. If the user is entering a left parenthesis and it is 
1849   the first one being displayed and there is no current arithmetic operand,
1850   then the current display is initially cleared to avoid the confusion of 
1851   showing something like "0(".
1853 ----
1855 Overview of changes in gcalctool 4.3.22
1857 * Fixed bug 127862. The fix for bug #125625 introduced a potential 
1858   out-of-order case for users who are rapid keyboard typers. This 
1859   bug fix rectifies this with the unfortunate side-effect of no longer 
1860   visual toggling the equivalent button to the keyboard character 
1861   that the user entered. This fix is still compatible with the way 
1862   the accessibility infrastructure works though.
1864 ----
1866 Overview of changes in gcalctool 4.3.21
1868 * Fixed bug 65806. For the "1/x", "x^2", "x!", "e^x", "10^x" and 
1869   "y^x" labels, all occurances of "x" and "y" are now italicized.
1870   The "e" in "e^x" is no longer italicized.
1872 ----
1874 Overview of changes in gcalctool 4.3.20
1876 * Fixed bug 127316. The "fix" introduced in gcalctool v4.1.18 to fix Sun 
1877   Bugtraq bug #1258472 against CDE dtcalc (which was also a problem with 
1878   gcalctool) was incorrect.
1880 ----
1882 Overview of changes in gcalctool 4.3.19
1884 * Fixed bug 127672. The "=" key on a Swedish keyboard is on the upper 
1885   level of a key (i.e. the Shift key needs to be down). Added another 
1886   mask/keysym pair to the "=" entry to handle this.
1888 ----
1890 Overview of changes in gcalctool 4.3.18
1892 * Fixed bug 125625. gcalctool now handles "clicked" events rather than 
1893   "pressed" ones.
1895 ----
1897 Overview of changes in gcalctool 4.3.17
1899 * Fixed bug 124928. Plugged several memory leaks.
1901 ----
1903 Overview of changes in gcalctool 4.3.16
1905 * Fixed bug 124377. Fixed rounding errors when the radix character for a 
1906   locale isn't ".".
1907 * Online help updated for various recent (small) changes.
1909 ----
1911 Overview of changes in gcalctool 4.3.15
1913 * Fixed bug 124172. The "+" character on a German keyboard is on the lower 
1914   level of a key (i.e. the Shift key doesn't need to be down). Added another
1915   mask/keysym pair to the "+" entry to handle this.
1917 ----
1919 Overview of changes in gcalctool 4.3.14
1921 * Fixed bug 120737. Changed the accessible text for the OR button from 
1922   "Logical OR" to "logical OR" so that it's not changed by FreeTTS's 
1923   token to words module to "logical Oregon".
1925 ----
1927 Overview of changes in gcalctool 4.3.13
1929 * Fixed bug #123948. Removed the GTK_DISABLE_DEPRECATED flag from
1930   .../gcalctool/gcalctool/Makefile.am, to allow the depreciated
1931   GtkItemFactory, to successfully build.
1933 ----
1935 Overview of changes in gcalctool 4.3.12
1937 * Fixed bug 123724. Hitting Esc now does the same as hitting 
1938   Control-Backspace; i.e. the CE (clear entry) functionality.
1939 * Updated the gcalctool man pages to reflect this change, and the changes
1940   for bug #118826.
1942 ----
1944 Overview of changes in gcalctool 4.3.11
1946 * Refixed bug 122373. gcalctool now uses nl_langinfo() to get the numeric 
1947   point for the users locale, rather than via a localised string.
1949 ----
1951 Overview of changes in gcalctool 4.3.10
1953 * Fixed enhancement #65806. Changed that label for e^x (e superscript x) to 
1954   use an italised "e".
1956 ----
1958 Overview of changes in gcalctool 4.3.9
1960 * Fixed bug 118826. The keyboard shortcuts for the six hex. digits are 
1961   now "A" to "F". The functions that previously used those letters have 
1962   been reassigned to their lowercase equivalents. 
1964 ----
1966 Overview of changes in gcalctool 4.3.8
1968 * Fixed bug 122408. The tooltips for the numeric buttons (0-9) have been 
1969   removed as they are redundant.
1971 ----
1973 Overview of changes in gcalctool 4.3.7
1975 * Fixed bug 120749. When gcalctool is displaying a menu, typing Alt+Tab 
1976   can no longer switch windows.
1978 ----
1980 Overview of changes in gcalctool 4.3.6
1982 * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
1983   Accessible names have now been added to each of the widgets in the 
1984   mode panel when in Scientific mode.
1986 ----
1988 Overview of changes in gcalctool 4.3.5
1990 * Fixed bug 122373. The decimal separator is now a translatable string so 
1991   that other locales that don't use a period can adjust accordingly.
1993 ----
1995 Overview of changes in gcalctool 4.3.4
1997 * Fixed bug 120605. Gcalctool debug messages are no longer translatable 
1998   strings.
2000 ----
2002 Overview of changes in gcalctool 4.3.3
2004 * Build for GNOME 2.4 (Final). Tag in CVS is GCALCTOOL_4_3_3
2006 ----
2008 Overview of changes in gcalctool 4.3.2
2010 * Fixed bug 119888. gcalctool keyboard handling has been improved.
2012 ----
2014 Overview of changes in gcalctool 4.3.1
2016 * Fixed bug 119832. The space bar can now correctly activate the button 
2017   that has focus.
2019 ----
2021 Overview of changes in gcalctool 4.3.0
2023 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2025 ----
2027 Overview of changes in gcalctool 4.2.104
2029 * Fixed bug 118246. The display field can now take focus. The initial 
2030   widget with focus is the Clr button.
2032 ----
2034 Overview of changes in gcalctool 4.2.103
2036 * (Bug #118247) Three more small adjustments to AccessibleName text:
2037   "E to the power of x" goes back to "E to the x"
2038   "Ten to the power of x" goes back to "Ten to the x"
2039   "Y to the power of x" goes back to "Y to the x"
2041 ----
2043 Overview of changes in gcalctool 4.2.102
2045 * (Bug #118247) Four small adjustments to AccessibleName text:
2046   "Random" becomes "Random number"
2047   "E to the x" becomes "E to the power of x"
2048   "Ten to the x" becomes "Ten to the power of x"
2049   "Y to the x" becomes "Y to the power of x"
2051 ----
2053 Overview of changes in gcalctool 4.2.101
2055 * Fixed bug 118247. Each gcalctool button now has an AccessibleName.
2057 ----
2059 Overview of changes in gcalctool 4.2.100
2061 * Fixed bug 117691. The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are 
2062   not valid equivalents for the 8, 2, 4 and 6 keys. They are needed for 
2063   keyboard navigation.
2065 ----
2067 Overview of changes in gcalctool 4.2.99
2069 * Bumped version number for GNOME 2.3.4 release, to include John's doc
2070   build changes.
2072 ----
2074 Overview of changes in gcalctool 4.2.98
2076 * Fixed bug 116944. Various HIG improvements to the edit constants, edit 
2077   functions, and insert ASCII value dialogs. 
2079 ----
2081 Overview of changes in gcalctool 4.2.97
2083 * Further work on bug 116727. A simpler fix was found.
2085 ----
2087 Overview of changes in gcalctool 4.2.96
2089 * Fixed bug 116727. When the calculator display is showing an error message,
2090   it is now correctly localized.
2092 ----
2094 Overview of changes in gcalctool 4.2.95
2096 * Fixed bug 115950. The "*" key wasn't being recognized as a keyboard 
2097   shortcut for multiplication.
2099 ----
2101 Overview of changes in gcalctool 4.2.94
2103 * Further work on bug 114364. The items in the constants menu are now always 
2104   displayed in the decimal numeric base. This is consistent with the way that 
2105   calctool in the OpenWindows DeskSet worked.
2107 ----
2109 Overview of changes in gcalctool 4.2.93
2111 * Fixed bug 114364. When you select "Edit Constants" from the Con menu, the 
2112   values of each constant are shown in Decimal. The label:
2113   "All constant values are specified in the decimal numeric base"
2114   has also been added to the "Edit Constant" popup to clarify this.
2116 ----
2118 Overview of changes in gcalctool 4.2.92
2120 * Fixed bug 115653. Adjusted the keyboard mnemonic checking code to now 
2121   check to make sure that neither of the Alt keys is pressed when comparing 
2122   against button equivalents.
2124 ----
2126 Overview of changes in gcalctool 4.2.91
2128 * Similar problem to bug #115212 but for the "Edit Constants" and
2129   "Edit Functions" dialog boxes. gcalctool no longer can display
2130   multiple versions of them.
2132 ----
2134 Overview of changes in gcalctool 4.2.90
2136 * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2137   When an error condition occurs:
2139   - make insensitive all buttons except Clr.
2140   - make all Scientific mode toggles and checkboxes insensitive.
2141   - make all menubar items insensitive except:
2142       Calculator->Quit
2143       Help->Contents
2145   When the error condition is cleared, resensitise everything, setting
2146   the numeric base buttons correctly.
2148 ----
2150 Overview of changes in gcalctool 4.2.89
2152 * Fix for bug #115212. gcalctool no longer can display multiple About boxes.
2154 ----
2156 Overview of changes in gcalctool 4.2.88
2158 * Fix for bug #108209. The appropriate gcalctool button is now animated 
2159   when the user enters that value via the keyboard.
2161 ----
2163 Overview of changes in gcalctool 4.2.87
2165 * Partial fix for bug 114363. When the calculator display is showing "Error",
2166   the Constant values and the Memory Register values no longer incorrectly
2167   show "Error" as well.
2169 ----
2171 Overview of changes in gcalctool 4.2.86
2173 * Fixed bug 113703. You can now specify an alternate location for
2174   the gcalctool schemas file with: --with-gconf-source=whatever
2176 ----
2178 Overview of changes in gcalctool 4.2.85
2180 * Fixed bug 113754. Decimal point didn't work with a German keyboard if 
2181   Numlock was turned on.
2183 ----
2185 Overview of changes in gcalctool 4.2.84
2187 * Install "gnome-calculator" symlink as reqested by Glynn Foster.
2189 ----
2191 Overview of changes in gcalctool 4.2.83
2193 * Fixed Bugzilla bug 111269. It was possible to type fast into gcalctool 
2194   and digits would be transposed. 
2196 ----
2198 Overview of changes in gcalctool 4.2.82
2200 * Refixed bug 110416.  Concatenated more error messages in mp.c.
2201 * Adjusted the Acc menu entries to be "<n> significant places" rather than 
2202   "<n> radix places".
2203 * Replaced "kilometers per hour / miles per hour" with "kilometers per hour 
2204   or miles per hour" in the first constant description.
2205 * Replaced occurances of "/" in the other constant descriptions with "or".
2207 ----
2209 Overview of changes in gcalctool 4.2.81
2211 * Translators: The documentation is now ready for translation!
2213 * Updated the following files:
2214     * configure.in: updated version number to 4.2.81
2215     * help/C/gcalctool.xml: first approved draft, ready for translation
2216     * help/C/gcalctool-C.omf: updated manual date and version number
2217     * help/C/l10n.txt: new file added 
2218     * help/C/figures/gcalctool_edit_const_window.png: deleted
2219     * help/C/figures/gcalctool_edit_func_window.png: deleted
2220     * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2221     * help/C/figures/gcalctool_mem_reg_window.png: deleted
2223 ----
2225 Overview of changes in gcalctool 4.2.80
2227 * Fixed Bugzilla bug 110416. Various fprintf statements in mp.c have been 
2228   concatenated to help translators.
2230 ----
2232 Overview of changes in gcalctool 4.2.79
2234 * Added in latest online help changes from Breda McColgan. This should now 
2235   put the online help in sync with the actual functionality of gcalctool.
2237 ----
2239 Overview of changes in gcalctool 4.2.78
2241 * Made translated menu entries actually visible. fixed some tooltips, added
2242   AC_PREREQ macro to configure.in.
2244 ----
2246 Overview of changes in gcalctool 4.2.77
2248 * This version announced on gnome-announce.
2250 ----
2252 Overview of changes in gcalctool 4.2.76
2254 * Slight adjustments to Bugzilla bug 108226 . Menu item is now
2255   "Show Trailing Zeroes", with a Control-T accelerator. Added a similar
2256   menu item to the View menu on the menu bar.
2258 ----
2260 Overview of changes in gcalctool 4.2.75
2262 * Fixed Bugzilla bug 108729. 
2264   Added tooltips to the radio and check buttons in scientific mode.
2266 ----
2268 Overview of changes in gcalctool 4.2.74
2270 * Fixed Bugzilla bug 108226.
2272   The menu items in the Acc menu are now "tickable", so you know what the
2273   current accuracy selection is. Setting one of these clears the previous one.
2275   A new "remove trailing zeroes" menu item is added to the Acc menu (last
2276   item, with a separator just above), that is "tickable". This tick doesn't
2277   affect the accuracy ticks. It's either on or off.
2279   The default setting for accuracy now becomes 9 numeric places and "remove 
2280   trailing zeroes".
2282   The Acc button is moved to the Scientific mode (clear slot in the top 
2283   right corner, above the Rand.
2285   The Base radio button group and the display type radio button group in 
2286   the mode panel in Scientific mode are now moved to the right side to be
2287   close in proximity to the Acc button. The other mode items move to the 
2288   left side.
2290 ----
2292 Overview of changes in gcalctool 4.2.73
2294 * Fixed Bugzilla bug 108208. The default value for the "showregisters" 
2295   resource in gcalctool.schemas was incorrectly set.
2296 * There should be no "default:" action in the command line parsing in 
2297   get_options(). 
2299 ----
2301 Overview of changes in gcalctool 4.2.72
2303 * Correctly fixed Bugzilla bug 108219. The previous fix didn't correct 
2304   set the radio buttons when changing mode from Scientific to Basic or 
2305   Financial. Only the internal state.
2307 ----
2309 Overview of changes in gcalctool 4.2.71
2311 * Further fix for Bugzilla bug 108209. Followup changes to make the numeric 
2312   keypad animate the buttons on Linux machines.
2314 ----
2316 Overview of changes in gcalctool 4.2.70
2318 * Fixed Bugzilla bug 108219.
2319   When you go from Scientific mode to either Basic or Financial mode, 
2320   the calculator will revert to "Dec" base in "Fix" notation.
2321   Any number in the display (and the memory registers if shown) will be 
2322   converted accordingly.
2323   When you are in a mode (Basic, Financial, or Scientific) you will only 
2324   be able to do the functionality that that mode shows.
2326 ----
2328 Overview of changes in gcalctool 4.2.69
2330 * Fixed Bugzilla bug 108333. The gcalctool buttons with menus associated 
2331   with them are now keyboard navigable.
2333 ----
2335 Overview of changes in gcalctool 4.2.68
2337 * Fixed Bugzilla bug 108209. When the user uses the keyboard to enter data,
2338   the associated gcalctool button will be animated.
2340 ----
2342 Overview of changes in gcalctool 4.2.67
2344 * Fixed Bugzilla bug 108210. Main gcalctool window is no longer resizable.
2346 ----
2348 Overview of changes in gcalctool 4.2.66
2350 * Incorporated various changes to the online help Breda McColgan in
2351   the Sun GNOME doc. team.  Translators, please do not translate yet.
2352   See ChangeLog for more information.
2354 ----
2356 Overview of changes in gcalctool 4.2.65
2358 * Added scrollkeeper checks into configure.in.
2359 * Fixed warning message:
2361   ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
2362   GNOME_FILE_DOMAIN_APP_HELP domain
2364 ----
2366 Overview of changes in gcalctool 4.2.64
2368 * Added in a first (draft) version of online help from Breda McColgan in
2369   the Sun GNOME doc. team.  Translators, please do not translate yet. See
2370   ChangeLog for more information.
2372 ----
2374 Overview of changes in gcalctool 4.2.63
2376 * Abstracted the key values and modifiers.
2378 ----
2380 Overview of changes in gcalctool 4.2.62
2382 * Adjusted the tooltip help to be minimalist messages.
2384 ----
2386 Overview of changes in gcalctool 4.2.61
2388 * Small adjustment to allow gcalctool to compile using the Solaris Forte
2389   compilers.
2391 ----
2393 Overview of changes in gcalctool 4.2.60
2395 * Gcalctool wasn't saving the trigonometric type when it was changed.
2397 ----
2399 Overview of changes in gcalctool 4.2.59
2401 * Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
2403 ----
2405 Overview of changes in gcalctool 4.2.58
2407 * Allows Backspace to now correctly work inside parentheses.
2409 ----
2411 Overview of changes in gcalctool 4.2.57
2413 * The Xor logical operation wasn't being performed correctly.
2414 * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
2415   checkboxes.
2417 ----
2419 Overview of changes in gcalctool 4.2.56
2421 * Removed the final period from the ten default constant descriptions.
2422 * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
2423   "centimeter".
2424 * Fixed up the values of the ten default constant definitions in the
2425   manual pages.
2426 * The "centimeters <=> inches" default constant should be 0.3937007
2427   rather than 2.54 to be consistent with the other constants.
2429 ----
2431 Overview of changes in gcalctool 4.2.55
2433 * Entering "(<Delete>)" no longer crashes gcalctool.
2435 ----
2437 Overview of changes in gcalctool 4.2.54
2439 * The financial Term tooltip example now works.
2440 * Moved the Exp button to the right of the Con and Fun buttons for better
2441   grouping.
2443 ----
2445 Overview of changes in gcalctool 4.2.53
2447 * Fixed Bugzilla bug 106501. Added bullet proofing to prevent user 
2448   backspacing off the end of the display string.
2450 ----
2452 Overview of changes in gcalctool 4.2.52
2454 * Toggled the positions of the Sto and Rcl buttons.
2456 ----
2458 Overview of changes in gcalctool 4.2.51
2460 * No longer crashes if the user Pastes in an empty clipboard value.
2461 * Now uses a text view for its display widget.
2463 ----
2465 Overview of changes in gcalctool 4.2.50
2467 * Fixes to the manual page:
2468   - the keyboard shortcut for the "Term" function is "t" not "T".
2469   - removed the LOGICAL mode section.
2471 ----
2473 Overview of changes in gcalctool 4.2.49
2475 * The display label and mode no longer expand when the calculator is resized. 
2476 * Replace the three characters of white space in the title bar text with one
2477   space character, so more of the title fits into the task window list applet.
2479 Overview of changes in gcalctool 4.2.48
2481 * Added a launcher to the GNOME's Accessories menu.
2483 ----
2485 Overview of changes in gcalctool 4.2.47
2487 * Marks the menu labels for translation.
2489 ----
2491 Overview of changes in gcalctool 4.2.46
2493 * Various cleanup, to make gcalctool be more like other GNOME applications.
2495 ----
2497 Overview of changes in gcalctool 4.2.45
2499 * Fixed Bugzilla bug 104249. The UI for adding new or editing existing 
2500   constants and/or functions has been improved.
2502 ----
2504 Overview of changes in gcalctool 4.2.44
2506 * Fixed Bugzilla bug 104830. gcalctool now uses gnome-calc3.png as its icon
2507   (same as the current gnome-calculator)
2509 ----
2511 Overview of changes in gcalctool 4.2.43
2513 * Further slight adjustments needed to fix Bugzilla bug 104248. The memory 
2514   registers window now displays correctly again.
2515 * Fixed Bugzilla bug 104240. The "File" menubar item is now called 
2516   "Calculator", and there is a set of unique mnemonics for the various 
2517   items in the Scientific mode panel. The gcalctool manual pages have been 
2518   updated to reflect these changes. 
2519 * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
2520   Added in a Control-A mnemonic for Help->About.
2522 ----
2524 Overview of changes in gcalctool 4.2.42
2526 * Fixed Bugzilla bug 104248. The View->Memory Registers menu item's toggle 
2527   is now set correctly depending upon whether the memory register windows 
2528   is visible or hidden. 
2529 * The correct radio item is now set in the View menu mode menu item entries 
2530   if gcalctool is initially started in Financial or Scientific mode.
2532 ----
2534 Overview of changes in gcalctool 4.2.41
2536 * The constant and function definitions are now read and written as Gconf
2537   resources.
2538 * Fixed Bugzilla bug 104250. The constant and the function menu items now 
2539   have "C<n>:" and "F<n>:" prefixes respectively, where <n> is the 
2540   constant/function number.
2542 ----
2544 Overview of changes in gcalctool 4.2.40
2546 * Fixed Bugzilla bug 104245. The View->Basic Mode, Financial Mode, 
2547   Scientific Mode and Memory Registers now have keyboard accelerators 
2548   (Control-B, Control-F, Control-S and Control-M respectively).
2550 ----
2552 Overview of changes in gcalctool 4.2.39
2554 * Further slight adjustments for Bugzilla bug 104287
2555   The insert button isthe default button. 
2556   The dialog is no longer resizable. 
2557   The ESC key can now be used to cancel the dialog. 
2559 ----
2561 Overview of changes in gcalctool 4.2.38
2563 * Fixed Bugzilla bug 104287. HIG improvements for the "Insert ASCII Value" 
2564   dialog.
2566 ----
2568 Overview of changes in gcalctool 4.2.37
2570 * Fixed Bugzilla bug 104241. The Insert ASCII Value" menu item is now 
2571   "Insert ASCII Value..."
2572 * Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
2573   <bonobo-i18n.h,> where all this stuff is already defined.
2575 ----
2577 Overview of changes in gcalctool 4.2.36
2579 * Fixed Bugzilla bug #102928. The x^2, e^x, 10^x and y^x keys now use 
2580   Pango markup to display the label using superscripts.
2582 ----
2584 Overview of changes in gcalctool 4.2.35
2586 * Added in handling of the numeric keypad for Linux systems.
2588 ----
2590 Overview of changes in gcalctool 4.2.34
2592 * Handling of the users saved function definitions now works correctly.
2593 * Changed the keyboard accelerators for the following to use non Alt-<?>
2594   values:
2596   Cos  (old value: Alt-c) becomes 'J'.
2597   Sin  (old value: Alt-s) becomes 'K'.
2598   Tan  (old value: Alt-t) becomes 'L'.
2599   Frac (old value: Alt-f) becomes ':'.
2600   Int  (old value: Alt-i) becomes 'i'.
2601   Abs  (old value: Alt-u) becomes 'u'.
2602   Rate (old value: Alt-r) becomes 'T'.
2603 * Removed the need to configure with "--enable-build-broken".
2605 ----
2607 Overview of changes in gcalctool 4.2.33
2609 * Adjusted the memory registers windows to use the same "R0:  0.00" format
2610   (bold for first part), as the Rcl, Sto and Exch menus.
2612 ----
2614 Overview of changes in gcalctool 4.2.32
2616 * The menu items for the Rcl, Sto and Exch menus now have the format
2617   "R0:     0.00", where the "R0:" part is in bold.
2618 * The keyboard accelerators for the menubar menu items are now working.
2620 ----
2622 Overview of changes in gcalctool 4.2.31
2624 * Updated the NEWS file with an overview of all the changes since v4.1.13.
2626 ----
2628 Overview of changes in gcalctool 4.2.30
2630 * Removed the gconf resource for getting/setting whether a beep is sounded
2631   on error. A beep will now always be sounded in such a case.
2632 * The writing out of the resources will now be immediately done when each 
2633   of those functions changes.
2635 ----
2637 Overview of changes in gcalctool 4.2.29
2639 * Updated the manual pages to reflect the recent v4.2.xx changes.
2640 * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
2641   on Linux.
2643 ----
2645 Overview of changes in gcalctool 4.2.28
2647 * The real fix for displaying the icon.
2649 ----
2651 Overview of changes in gcalctool 4.2.27
2653 * Vastly improved keyboard navigation.
2654 * Control-F1 now toggles the displaying of tooltip help, so the "-h"
2655   command line option has been removed and the old-style event handling
2656   code has also been removed.
2657 * Added in a signal handler for the "delete" event for the main gcalctool
2658   window. The callback calls gtk_main_quit() to terminate the application.
2660 ----
2662 Overview of changes in gcalctool 4.2.26
2664 * HCI change. Attempt to correct disaplay the gcalctool icon.
2666 ----
2668 Overview of changes in gcalctool 4.2.25
2670 * HCI change. The Sto/Rcl/Exch menu items now show the current register 
2671   values as well.
2673 ----
2675 Overview of changes in gcalctool 4.2.24
2677 * HCI change. All the radiobutton and checkbox items in the mode panel 
2678   now have a mnemonic associated with them.
2680 ----
2682 Overview of changes in gcalctool 4.2.23
2684 * HCI change. Fixed up the buttons on the "Insert ASCII Value", "Enter 
2685   Constant..." and "Enter Function..." popups. They now just use Cancel 
2686   and OK buttons, and use standard stock Gtk icons.
2688 ----
2690 Overview of changes in gcalctool 4.2.22
2692 * HCI change.  Added in an Edit->Paste menu item. If selected this will 
2693   paste the current contents of the clipboard into the calculator display 
2694   as if you'd typed it.
2695 * Added bullet proofing to protect the calculator against values that 
2696   weren't found. If a value wasn't found, it's just ignored, and it goes 
2697   on to process the next character in the string.
2698 * Improved the handling of the recognition of characters entered. It now
2699   takes into effect the mods value for each keysym.
2701 ----
2703 Overview of changes in gcalctool 4.2.21
2705 * HCI change. Added a 2 pixel border for the frames containing the Basic, 
2706   Financial and Scientific buttons and the mode panel.
2708 ----
2710 Overview of changes in gcalctool 4.2.20
2712 * HCI change. Removed the "operand item" label widget.
2714 ----
2716 Overview of changes in gcalctool 4.2.19
2718 * The frames around the mode button tables and the mode panel are no longer
2719   always being shown.
2721 ----
2723 Overview of changes in gcalctool 4.2.18
2725 * Fixed Bugzilla bug #101865. Remade various keyboard remappings:
2726 * Removed mention of the "-l" and "-r" command line options from the manual
2727   pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
2728   resource too.
2730 ----
2732 Overview of changes in gcalctool 4.2.17
2734 * Removed the "Keys" key, that allowed you to toggle the button labels to 
2735   show their keyboard equivalents.
2737 ----
2739 Overview of changes in gcalctool 4.2.16
2741 * Put each of the the button tables and the mode panel inside a frame, rather
2742   then use horizontal separators, to try to make the GUI look nicer.
2744 ----
2746 Overview of changes in gcalctool 4.2.15
2748 * Entering "((2+3)*(2+3))" now gives the correct answer.
2749 * Added some bullet-proofing to parentheses handling when bogus characters
2750   are entered.
2752 ----
2754 Overview of changes in gcalctool 4.2.14
2756 * Hooked up the Help->Contents menu item. Note that help support still has
2757   to be included (i.e. a help subdirectory with associated files etc.).
2759 ----
2761 Overview of changes in gcalctool 4.2.13
2763 * The View->Memory Registers menu item now correctly toggles the showing of
2764   the memory register window.
2766 ----
2768 Overview of changes in gcalctool 4.2.12
2770 * Menubar menu items now use stock Gtk icons (where applicable).
2772 ----
2774 Overview of changes in gcalctool 4.2.11
2776 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
2778 ----
2780 Overview of changes in gcalctool 4.2.10
2782 * Going into Scientific mode and clicking on "(" twice no longer causes a
2783   segmentation violation.
2785 ----
2787 Overview of changes in gcalctool 4.2.9
2789 * Added some horizontal separators to help make the calculator more readable
2790   when in Financial and Scientific Mode.
2792 ----
2794 Overview of changes in gcalctool 4.2.8
2796 * Entering "((2+3)*9+(5-3))" no longer causes a segmentation violation.
2798 ----
2800 Overview of changes in gcalctool 4.2.7
2802 * Removed the attempt to display a calculator image on the About popup.
2803 * Typing the keyboard equivalent of the menu buttons now works.
2804 * Removed the VERSION string from the titlebar. This is now in the About popup
2806 ----
2808 Overview of changes in gcalctool 4.2.6
2810 * Added in an About popup that's accessible through the Help->About Gcalctool
2811   menubar Help menu item.
2813 ----
2815 Overview of changes in gcalctool 4.2.5
2817 * Fixed Bugzilla bug #102927.
2818   Replaced abbreviation "trig." with full word "trigonometric".
2820 ----
2822 Overview of changes in gcalctool 4.2.4
2824 * Fixed Bugzilla bug #102922.
2825   Adjusted two occurances of sentence fragments to make it easier for 
2826   L10N folks to translate them.
2828 ----
2830 Overview of changes in gcalctool 4.2.3
2832 * Added Spanish (es) to ALL_LINGUAS at configure.in
2833 * gcalctool is now resizable again.
2835 ----
2837 Overview of changes in gcalctool 4.2.2
2839 * Made calculator window choose a reasonable size at startup, and resize
2840   when changing modes.
2842 ----
2844 Overview of changes in gcalctool 4.2.1
2846 * Removed the GNOME_UTIL_LIBS line in gcalctool/Makefile.am so that 
2847   gcalctool will correctly build.
2849 ----
2851 Overview of changes in gcalctool 4.2.0
2853 * The gcalctool GUI layout has been redone to make the Basic mode more
2854   basic and to make the application more GNOMEish.
2855 * The Financial/Logical/Scientific mode buttons have been moved into
2856   the main calculator window above the Basic mode buttons. The Logical
2857   and Scientific modes have been combined.
2858 * Added a menubar.
2859 * The six item mode display has been removed and a mode panel added for
2860   the scientific mode.
2861 * Removed the property sheet. gcalctool no longer has a left or right 
2862   handed style.
2863 * Blank buttons are now correctly hidden.
2864 * Added a "--enable-build-broken" flag to configure that has to be present
2865   in order to configure and build gcalctool while it's still in a semi-broken
2866   state.
2868 ----
2870 Overview of changes in gcalctool 4.1.27
2872 * Fixed Bugzilla bug #101782.
2873   Removed trailing "\n"'s where possible in the tooltip help messages.
2875 ----
2877 Overview of changes in gcalctool 4.1.26
2879 * Fixed Bugzilla bug #101861.
2880   The size of the memory register window is no longer hard-wired.
2882 ----
2884 Overview of changes in gcalctool 4.1.25
2886 * Fixed Bugzilla bug #101867.
2887   Changed multiply key from "X" to "*" (same as the existing gnome-calculator).
2889 ----
2891 Overview of changes in gcalctool 4.1.24
2893 * Fixed Bugzilla bug #101780.
2894   Removed leading and trailing spaces from the labels for the gcalctool buttons.
2896 ----
2898 Overview of changes in gcalctool 4.1.23
2900 * Fixed Bugzilla bug #101777.
2901   Removed trailing periods on the four window titles.
2903 ----
2905 Overview of changes in gcalctool 4.1.22
2907 * Various I18N changes.
2909 ----
2911 Overview of changes in gcalctool 4.1.21
2913 * Various I18N changes.
2915 ----
2917 Overview of changes in gcalctool 4.1.20
2919 * Fixed Sun Bugtraq bug #1102883 against DeskSet calctool:
2920   Adjusted so that all error messages just display "Error" which is
2921   more consistent.
2923 ----
2925 Overview of changes in gcalctool 4.1.19
2927 * Fixed Sun Bugtraq bug #4006391 against CDE dtcalc:
2928   Bring up gcalctool, enter 10000 X 0.58 =, get answer is 5800.
2929   Then click on Int button, supposely should get 5800, but the answer was 5799.
2931 ----
2933 Overview of changes in gcalctool 4.1.18
2935 * Fixed Sun Bugtraq bug #1258472 against CDE dtcalc:
2936   Start up gcalctool and set to decimal and fixed. Set accuracy to 2 decimal
2937   places. Do a division like 0.19/2  It gives 0.0A.
2939 ----
2941 Overview of changes in gcalctool 4.1.17
2943 * Fixed Bugtraq bug #1190181 against OpenWindows DeskSet calctool:
2944   gcalctool core dumped if parent directory was not readable.
2946 ----
2948 Overview of changes in gcalctool 4.1.16
2950 * Updated TODO file with all relevant calculator Sun bugs and rfes.
2951 * Adjusted matherr() routine so that strict ANCI C compilers can compile it.
2952 * Mode windows now shows buttons correctly if you start up in Basic mode,
2953   then try to show one of the other modes.
2955 ----
2957 Overview of changes in gcalctool 4.1.15
2959 * "Keys" button now displays correctly if started with left-handed style.
2960 * Switching handed style now displays button labels correctly if currently
2961   showing the keyboard equivalent.
2963 ----
2965 Overview of changes in gcalctool 4.1.14
2967 * Buttons are colored correctly if started with left-handed style.
2969 ----
2971 Overview of changes in gcalctool 4.1.13
2973 * The unused buttons in the mode window are now hidden.
2975 ----
2977 Overview of changes in gcalctool 4.1.12
2979 * Added gconf support, removing the use of X11 resources.
2981 ----
2983 Overview of changes in gcalctool 4.1.11
2985 * Explicitly setting the size of the calculator buttons has been removed.
2986 * The width of the mode window is now set to the width of the main window.
2988 ----
2990 Overview of changes in gcalctool 4.1.10
2992 * Fixes for I18N support.
2994 ----
2996 Overview of changes in gcalctool 4.1.9
2998 * Now that gcalctool is using Gtk resources to determine the appearance of
2999   the calculator, there is no need to use the custom display_frame widget.
3000 * The calculator display area now has tooltip help.
3002 ----
3004 Overview of changes in gcalctool 4.1.8
3006 * Fixed up mistakes is the gcalctool tooltip help text.
3007 * Three keyboard accelerators weren't working when a "menu" button had been
3008   pressed and the calculator was in pending mode:
3009   Base button - "o" (octal).
3010   Mode button - "l" (logical).
3011   Trig button - "g" (gradient).
3012 * The + and . keys on the numeric keypad now work.
3014 ----
3016 Overview of changes in gcalctool 4.1.7
3018 * Added in help support. Hitting the Help key will toggle whether tooltip
3019   help messages are displayed for the various buttons and other widgets.
3021   By default tooltips are disabled. Start gcalctool with the "-h" command
3022   line option will enable them. There is also a "gcalctool.showhelp"
3023   resource that can enable/disable them.
3025 ----
3027 Overview of changes in gcalctool 4.1.6
3029 * The new Constant/Function popup now has the various items aligned.
3031 ----
3033 Overview of changes in gcalctool 4.1.5
3035 * The size of the buttons in the Mode window are incorrect if the unused ones
3036   are not shown. Solved this my simply making the unused ones insnsitive, and
3037   showing them all.
3039 ----
3041 Overview of changes in gcalctool 4.1.4
3044 * Keyboard accelerators now work for the gcalctool "menu" buttons.
3046 ----
3048 Overview of changes in gcalctool 4.1.3
3050 * The constant and function definitions are now read and written to a file
3051   named ~/.gcalctoolcf.
3052 * gcalctool now also tries to read a ~/.gcalctoolrc file at startup time.
3053   This file (if it exists) can contain resources for changing the appearance
3054   of the application. A gcalctoolrc file is now also included with the
3055   gcalctool distribution, which gives the old OpenWindows DeskSet appearance
3056   to the calculator.
3057 * The ability to change various colors via X resources has also been removed.
3058   The manual pages have been updated to reflect this.
3060 ----
3062 Overview of changes in gcalctool 4.1.2
3064 * Starting gcalctool then switching hands to left-handed, then using the
3065   keyboard for input, wrongly associated the various keyboard accelerators
3066   for the swapped keys.
3068 ----
3070 Overview of changes in gcalctool 4.1.1
3072 * Now finds the X11 libraries in a platform independent way.
3073 * Fixed up the gcalctool usage message.
3074 * Fixed up the gcalctool manual pages.
3075 * gcalctool now looks for ~/.gcalctoolrc and ~/.gcalctooldefaults files.
3076 * X resources are now "gcalctool.<whatever" rather than "calctool.<whatever>".
3078 ----
3080 Overview of changes in gcalctool 4.1.0
3082 * Graphics driver is now based on Gtk2.
3084 ----
3086 Overview of changes in calctool 4.0.0
3088 * Code based on the calctool in the OpenWindows Deskset for Solaris 8.
3089 * Adjusted to use an autoconf/automake configuration and build environment.
3090 * Adjusted the code to a K&R style.
3091 * Incorporated in needed code from the libguide and libdeskset libraries.
3092 * Released under a GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL) license.
3093 * Just an XView graphics driver currently provided.
3095 ----