Changes for v5.8.20; see the ChangeLog and NEWS files for more details.
[gcalctool.git] / NEWS
blobc1b45454578311c93265bbf57251d763be8917e6
2 /*  gcalctool NEWS.
3  *
4  *  Copyright (c) 1987-2006 Sun Microsystems, Inc.
5  *  All Rights Reserved.
6  */
8 Overview of changes in gcalctool 5.8.20
10 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
12 ----
14 Overview of changes in gcalctool 5.8.19
16 * More work on bug #347700.  Added another "Note to translators" 
17   comment for the Abs button labels.
19 * Fixed bug #348452. Removed line for help/sv/Makefile.in
21 * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
23 ----
25 Overview of changes in gcalctool 5.8.18
27 * Work on bug #347700. Added a "Note to translators" comment for the 
28   Bksp and Clr button labels.
30 ----
32 Overview of changes in gcalctool 5.8.17
34 * Released a gcalctool tarball for GNOME 2.15.4.
36 ----
38 Overview of changes in gcalctool 5.8.16
40 * Released a gcalctool tarball for GNOME 2.15.3.
42 ----
44 Overview of changes in gcalctool 5.8.15
46 * Fixed bug #343150. Gcalctool no longer crashes when switching to 
47   scientific mode.
49 ----
51 Overview of changes in gcalctool 5.8.14
53 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
55 ----
57 Overview of changes in gcalctool 5.8.13
59 * Released a gcalctool tarball for GNOME 2.15.2.
61 ----
63 Overview of changes in gcalctool 5.8.12
65 * Fixup compiler warnings from inclusion of last patch.
67 ----
69 Overview of changes in gcalctool 5.8.11
71 * Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
72   Backspace results in mal-formed expression.
74 * = button is now also a one step undo. (This feature was temporary
75   disabled by the previous redo/undo patch.)
77 * Removed gotos from do_expression function. (This change might add
78   unstability as this is a major change to the expression mode state
79   machine.)
81 * Functions (such as sin, cos, tan..) can use previously calculated value.
83 ----
85 Overview of changes in gcalctool 5.8.10
87 * First cut at an Undo/Redo implementation for use with the arithmetic
88   operator precedence mode.
90 ----
92 Overview of changes in gcalctool 5.8.9
94 * Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files
95   were missing.
98 Overview of changes in gcalctool 5.8.8
100 * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
101 * Released a gcalctool tarball for GNOME 2.15.1.
103 ----
105 Overview of changes in gcalctool 5.8.7
107 * Fixed bug #337897. Changes to use po/LINGUAS file.
109 ----
111 Overview of changes in gcalctool 5.8.6
113 * Fixed bug #338220. The 'Show trailing zeroes' option in the View menu 
114   should now be correctly set [in]sensitive depending upon which mode 
115   it's in.
117 ----
119 Overview of changes in gcalctool 5.8.5
121 * Fixed bug #332023. The bitwise operators now work in arithmetic operator 
122   precedence mode, when you use them with the result of a previous operation.
124 ----
126 Overview of changes in gcalctool 5.8.4
128 * Fixed bug #327729. The fields in the memory register window were not 
129   correctly aligned in some themes.
131 ----
133 Overview of changes in gcalctool 5.8.3
135 * Fixed bug #330867.  Added License info to the Gcalctool About dialog.
137 ----
139 Overview of changes in gcalctool 5.8.2
141 * Fixed bug #335095. Gcalctool no longer displays the current mode in 
142   the title bar when in Basic mode (due to lack of space).
144 ----
146 Overview of changes in gcalctool 5.8.1
148 * Fixed bug #335236. Gcalctool schemas files should be installed if
149   built with "--without-gnome".
151 ----
153 Overview of changes in gcalctool 5.8.0
155 * Adjustments to the AOP code so that e to the power of x gives the
156   correct answer at high precision.
158 ----
160 Overview of changes in gcalctool 5.7.32
162 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
164 ----
166 Overview of changes in gcalctool 5.7.31
168 * Fix for bug #333078. cvs fails to build due to bg translation of help.
170 * Inclusion of a translation of gcalctool help for the bg locale.
172 ----
174 Overview of changes in gcalctool 5.7.30
176 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
178 ----
180 Overview of changes in gcalctool 5.7.29
182 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
184 ----
186 Overview of changes in gcalctool 5.7.28
188 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
190 ----
192 Overview of changes in gcalctool 5.7.27
194 * Refixed bug #323150. The recent changes to the square root and 
195   subtraction button labels broke the token parser for arithmetic 
196   operator precedence.
198 ----
200 Overview of changes in gcalctool 5.7.26
202 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of 
203   causing the CE button to no longer work correctly.
205 ----
207 Overview of changes in gcalctool 5.7.25
209 * Fixed bug #327214. The results from performing trig functions were not 
210   being passed on to future calculations correctly (in non-arithmetic 
211   operator precedence mode).
213 ----
215 Overview of changes in gcalctool 5.7.24
217 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
218   for label on division button.
220 ----
222 Overview of changes in gcalctool 5.7.23
224 * Released a gcalctool tarball for GNOME 2.13.5.
226 ----
228 Overview of changes in gcalctool 5.7.22
230 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, 
231   multiplication, plus/minus, minus and square root.
233 ----
235 Overview of changes in gcalctool 5.7.21
237 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic 
238   operator precedence mode with the scientific view) now hopefully works 
239   correctly.
241 ----
243 Overview of changes in gcalctool 5.7.20
245 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric 
246   point in arithmetic operator precedence mode.
248 * Adjusted all the copyright messages to include 2006.
250 ----
252 Overview of changes in gcalctool 5.7.19
254 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
255   Gcalctool no longer crashes when you double click the 0 in the display area. 
257 ----
259 Overview of changes in gcalctool 5.7.18
261 * Final fix for bug #153854. Now handles the case where the first thing 
262   the user does is change mode (Basic, Financial, Advanced, Scientific) 
263   in AOP mode.
265 * Released a gcalctool tarball for GNOME 2.13.4.
267 ----
269 Overview of changes in gcalctool 5.7.17
271 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail 
272   in non-English locales
274 ----
276 Overview of changes in gcalctool 5.7.16
278 * Fixed bug #324001. Primary Selection (middle mouse button) is now working.
280 ----
282 Overview of changes in gcalctool 5.7.15
284 * Released a gcalctool tarball for GNOME 2.13.3.
286 ----
288 Overview of changes in gcalctool 5.7.14
290 * More work on bug #153854. Similar change to that made on 15th November 
291   2005, this time for arithmetic operator precedence mode.
293 ----
295 Overview of changes in gcalctool 5.7.13
297 * Slight fixup for bug #157961. The toggling of the first bit in the
298   bit panel wasn't working correctly. 
300 ----
302 Overview of changes in gcalctool 5.7.12
304 * More work on bug #153854
305   If the user has completed a calculation and we are going to a
306   new mode that is "compatible" with this one, then just change
307   modes. Otherwise display a dialog warning the user that the
308   current calculation will be cleared.
310   Incompatible modes are:
312   Scientific -> Basic
313   Scientific -> Advanced
314   Scientific -> Financial
316   (unless we are in Scientific mode with Decimal numeric base and Fixed).
318   These changes work nicely in non-arithmetic operator precedence mode.
320 ----
322 Overview of changes in gcalctool 5.7.11
324 * Released a gcalctool tarball for GNOME 2.13.2.
326 ----
328 Overview of changes in gcalctool 5.7.10
330 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: 
331   gdk_window_invalidate_rect: assertion `window != NULL' failed" 
332   warnings at startup.
334 ----
336 Overview of changes in gcalctool 5.7.9
338 * Fixed bug #319934. The percent operator was broken in non-arithmetic 
339   operator precedence mode.
341 ----
343 Overview of changes in gcalctool 5.7.8
345 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
346   Exponential notation now works correctly in arithmetic operator
347   precedence mode.
349 ----
351 Overview of changes in gcalctool 5.7.7
353 * Slight adjustment to the bit panel. It's now centralized.
355 ----
357 Overview of changes in gcalctool 5.7.6
359 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
360   needed to also preserve v->toclear and v->pointed.
362 * Work on enhancement request #157961. Started to implement the bit 
363   panel for non-arithmetic precedence mode.  It's automatically displayed 
364   when in Scientific mode.
366 ----
368 Overview of changes in gcalctool 5.7.5
370 * Implemented enhancement request #148104 for arithmetic precedence mode.
371   The modulo operation. See entry below for more details.
373 ----
375 Overview of changes in gcalctool 5.7.4
377 * Fixed bug #316382. The "useless" cursor is no longer displayed in 
378   the calculator display area.
380 ----
382 Overview of changes in gcalctool 5.7.3
384 * Implemented enhancement request #148104 for non-arithmetic precedence
385   mode. Added in a modulo operation. This is available in Scientic Mode. 
386   A Mod B return the remainder when you divide A by B. A and B must be
387   integers. Keyboard shortcut for this operation is "M".
389 ----
391 Overview of changes in gcalctool 5.7.2
393 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets 
394   to display the register values. Gnopernicus can now correctly speak the 
395   contents of each memory register. There is also a close button to easily 
396   dismiss this dialog.
398 ----
400 Overview of changes in gcalctool 5.7.1
402 * Fixed bug #314540. The memory register window is now a dialog rather 
403   than a top-level window.
405 ----
407 Overview of changes in gcalctool 5.7.0
409 * Fix to prevent invalid numeric entry in arithmetic operator precedence
410   mode, depending upon the current base.
412 ----
414 Overview of changes in gcalctool 5.6.31
416 * A number of the bison- and flex-related make rules in 
417   .../gcalctool/Makefile.am were broken when builddir != srcdir.
419 ----
421 Overview of changes in gcalctool 5.6.30
423 * Fixed bug #314540. The libparser.a library needs ranlib run on it 
424   for Mac OS X.
426 ----
428 Overview of changes in gcalctool 5.6.29
430 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in 
431   syntax_translation.c
433 ----
435 Overview of changes in gcalctool 5.6.28
437 * Generated release for GNOME 2.12 (RC)
439 * Changed type of argument in paren_disp from char to int for 64bit.
441 ----
443 Overview of changes in gcalctool 5.6.27
445 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.
447 Overview of changes in gcalctool 5.6.26
449 * Generated release for GNOME 2.11.91 (beta2).
451 ----
453 Overview of changes in gcalctool 5.6.25
455 * Fixed bug #311306. If the user was in View->Scientific with base Bin, 
456   Oct or Hex and then went to View->Basic, then returned to View->Scientific, 
457   some of the numeric keys were incorrectly greyed out.
459 ----
461 Overview of changes in gcalctool 5.6.24
463 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B" 
464   button (or typing Shift-B).
466 ----
468 Overview of changes in gcalctool 5.6.23
470 * Fixed bug #310791. Memory register window view logic was screwed.
472 ----
474 Overview of changes in gcalctool 5.6.22
476 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
478 ----
480 Overview of changes in gcalctool 5.6.21
482 * Fixed bug #153854. When the user changes modes, a warning dialog is 
483   displayed to let them know that their current display will be cleared 
484   and the base reset to decimal. The user has the option of checking a 
485   toggle box on the dialog, that will prevent this warning from being 
486   displayed again.
488 ----
490 Overview of changes in gcalctool 5.6.20
492 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build 
493   on Solaris with pkgconfig >= 0.17.1.
495 ----
497 Overview of changes in gcalctool 5.6.19
499 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now 
500   correctly change the sign of the exponent on scientific numbers again.
501 ----
503 Overview of changes in gcalctool 5.6.18
505 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal 
506   numbers "A-F" to other bases in "use arithmetic operator precedence mode".
508 ----
510 Overview of changes in gcalctool 5.6.17
512 * Fixed bug #305619. Calculations with stored register values in arithmetic 
513   operator precedence mode, now work correctly.
515 ----
517 Overview of changes in gcalctool 5.6.16
519 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching 
520   the format (e.g. from ENG to FIX), the displayed value switches to zero 
521   (in the corresponding format, so e.g. 0.0 or 0e+0, ...).
523 ----
525 Overview of changes in gcalctool 5.6.15
527 * Fixed bug #305467. gcalctool no longer crashes under the following 
528   scenerio:
529     - type "f" to bring up the user function menu.
530     - dismiss the menu by clicking elsewhere with the mouse.
531     - type another character which isn't in the range "0" to "9".
533 ----
535 Overview of changes in gcalctool 5.6.14
537 * Did a gcalctool tarball release.
539 ----
541 Overview of changes in gcalctool 5.6.13
543 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y 
544   operations. New values are:
545       Xor - 'x'
546       x^y - '^'
548 ----
550 Overview of changes in gcalctool 5.6.12
552 * Fixed bug #302555. Various gcalctool variables have now been const'ified.
554 ----
556 Overview of changes in gcalctool 5.6.11
558 * Fixed bug #300957. Replaced the underscore character in 
559   "translator_credits" with a hyphen, to prevent some 
560   translation tools from being confused.
562 ----
564 Overview of changes in gcalctool 5.6.10
566 * More work on bug #172704. 
567   - Adjusted the code to not try to display a menu when the user 
568     entered a left parentheses (another do_pending() type of operation).
569   - Toggling the "Show Trailing Zeroes" operation via keyboard
570     shortcuts, needed to clear the v-.pending flag.
572 ----
574 Overview of changes in gcalctool 5.6.9
576 * Fixed up some problems reported by lint.
578 ----
580 Overview of changes in gcalctool 5.6.8
582 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut 
583   for any of the gcalctool buttons that have a menu associated with them, that 
584   menu is now displayed. The user can use the arrow keys to select a menu item 
585   or the menu items shortcut.
587 ----
589 Overview of changes in gcalctool 5.6.7
591 * Fixed bug #171393. Allow stock labels to show through.
593 ----
595 Overview of changes in gcalctool 5.6.6
597 * Refixed bug #158280. The Help->Contents menu item no longer appears if 
598   gcalctool is built Gtk-only.
600 ----
602 Overview of changes in gcalctool 5.6.5
604 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init() 
605   and the gtk about popup didn't have the gcalctool icon.
607 ----
609 Overview of changes in gcalctool 5.6.4
611 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
612   the on-screen keyboard assistive technology, it's possible that the 
613   event returned by gtk_get_current_event() is NULL. If this is the 
614   case, we need to fudge the popping up on the menu associated with 
615   this menu button.
617 ----
619 Overview of changes in gcalctool 5.6.3
621 * Fixed bug #158280. You can now build gcalctool without the GNOME 
622   libraries by specifying "--disable-gnome" on the configure command 
623   line.
625 ----
627 Overview of changes in gcalctool 5.6.2
629 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu 
630   item inactive if the calculator is in Basic mode.
632 ----
634 Overview of changes in gcalctool 5.6.1
636 * Fixed bug #168694. gcalctool now saves/restores the ten memory 
637   register values as gconf resources.
639 * Removed the redundant process_str() routine in graphics.c
641 ----
643 Overview of changes in gcalctool 5.6.0
645 * Fixed bug #169196. gcalctool now uses use g_get_home_dir().
647 * Added in a better implementation of the trig_filter() routine in 
648   functions.c
650 ----
652 Overview of changes in gcalctool 5.5.41
654 * Version for GNOME 2.10.0 (final) call for tarballs.
656 ----
658 Overview of changes in gcalctool 5.5.40
660 * Version for GNOME 2.10.0 (rc1) call for tarballs.
662 ----
664 Overview of changes in gcalctool 5.5.39
666 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator 
667   precedence mode.
669 ----
671 Overview of changes in gcalctool 5.5.38
673 * Changes to make the trigonometric code work with hyp and inv properly.
675 ----
677 Overview of changes in gcalctool 5.5.37
679 * Left and Right shift operations weren't working correctly. Menu
680   name comparison in mb_proc() in gtk.c was incorrect.
682 ----
684 Overview of changes in gcalctool 5.5.36
686 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
687 * Exch functionality was incorrect in Arithmetic Precedence mode.
689 ----
691 Overview of changes in gcalctool 5.5.35
693 * Fixed bug 167124. One of the entries in the words[] array in 
694   syntax_translation.c was accidentally commented out.
696 ----
698 Overview of changes in gcalctool 5.5.34
700 * Fixed bug 166634. Call to create the About box was missing a 
701   NULL terminator.
703 ----
705 Overview of changes in gcalctool 5.5.33
707 * Adjusted all copyright messages to be 2005.
708 * Version for GNOME 2.10.0 (beta2) call for tarballs.
710 ----
712 Overview of changes in gcalctool 5.5.32
714 * Fixed bug #165522. Made the status bar non-resizable.
716 ----
718 Overview of changes in gcalctool 5.5.31
720 * Various code cleanups. It moves some declarations of static functions 
721   to the corresponding .c files. It also cuts down the number of 
722   included files, moving some includes to where they are needed from 
723   calctool.h.
725 ----
727 Overview of changes in gcalctool 5.5.30
729 * Adjusted the About dialog to use the latest GtkAbout widget.
731 ----
733 Overview of changes in gcalctool 5.5.29
735 * Version for GNOME 2.10.0 (beta1) call for tarballs.
737 ----
739 Overview of changes in gcalctool 5.5.28
741 * Fixed bug #162998. The "menu" buttons in gcalctool now responds 
742   to the "clicked" event rather than the "button-press-event" to 
743   allow gok, the on-screen keyboard to function properly.
745 * Fixed bug #159957. Input number in FIX mode now make mimimal changes 
746   to (i.e append a single character) the display rather than completely 
747   delete and insert it. The is helpful to assistive technologies like 
748   gnopernicus.
750 ----
752 Overview of changes in gcalctool 5.5.27
754 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c 
755   so that the L10N message translation software isn't confused.
757 ----
759 Overview of changes in gcalctool 5.5.26
761 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
763 ----
765 Overview of changes in gcalctool 5.5.25
767 * Version for GNOME 2.9.4 call for tarballs.
769 ----
771 Overview of changes in gcalctool 5.5.24
773 * Couldn't use the "#" key to select constants as this symbol was
774   a lower-case symbol on his keyboard.
776 * Powers that were a multiple of 30 (10 as well as 3) would not 
777   display correctly, having a 4 digit significand. Further testing 
778   showed that without the fix the following powers had a 4 digit 
779   significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
781 ----
783 Overview of changes in gcalctool 5.5.23
785 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
787 ----
789 Overview of changes in gcalctool 5.5.22
791 * Fixed bug #155101. Made the gcalctool window resizable. 
793 ----
795 Overview of changes in gcalctool 5.5.21
797 * Version for GNOME 2.9.3 call for tarballs.
799 ----
801 Overview of changes in gcalctool 5.5.20
803 * Fixed bug #160929. Removed the "Mode" word from each of the different 
804   mode menu items in the gcalctool View menu.
806 ----
808 Overview of changes in gcalctool 5.5.19
810 * Fixed bug #157701. gcalctool can now use real multiplication and division 
811   symbols instead of "*" and "/". 
813 ----
815 Overview of changes in gcalctool 5.5.18
817 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include 
818   the word "Mode" which was getting chopped when the calculator was in 
819   Basic mode.
821 ----
823 Overview of changes in gcalctool 5.5.17
825 * Fixed bug #157962. Added in a set of three colors for gcalctool that 
826   will work with the default theme. To use them, the "gcalctoolrc" file 
827   supplied with the source distribution needs to be moved to ~/.gcalctoolrc
829 ----
831 Overview of changes in gcalctool 5.5.16
833 * Generated gcalctool tarball for the GNOME 2.9.2 release.
835 ----
837 Overview of changes in gcalctool 5.5.15
839 * Adjusted the scroll_right() routine to only scroll right if the 
840   horizontal scroll bar is visible.
842 ----
844 Overview of changes in gcalctool 5.5.14
846 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the 
847   -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in 
848   .../gcalctool/Makefile.am for now, to allow it to successfully build
849   against the latest GNOME/Gtk+.
851 * Slight adjustment to correct check the Advanced mode menu item when
852   the user had previously terminated gcalctool in that mode.
854 ----
856 Overview of changes in gcalctool 5.5.13
858 * Changed the names of the gconf mode type key so that there is backward 
859   compatibility.
861 * Reset the initial default mode to BASIC.
863 ----
865 Overview of changes in gcalctool 5.5.12
867 * Fixed bug #157757. The horizontal scrollbar for the display area will 
868   now only be visible when needed. It will also display the rightmost part 
869   of the display as you are entering new input.
871 ----
873 Overview of changes in gcalctool 5.5.11
875 * Added in a very basic mode for gcalctool. Rather than calling this a 
876   "Light" mode, the existing "Basic" mode is now renamed to "Advanced" 
877   and the new basic mode is called "Basic".
879 ----
881 Overview of changes in gcalctool 5.5.10
883 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with
884   non-integer Y will now display a descriptibe error in the status bar.
886 ----
888 Overview of changes in gcalctool 5.5.9
890 * Generated gcalctool tarball for first GNOME 2.9 release.
892 ----
894 Overview of changes in gcalctool 5.5.8
896 * Slight adjustment to bug #152301. The tooltip message had been tweaked to 
897   "Show the About Gcalctool dialog".
899 ----
901 Overview of changes in gcalctool 5.5.7
903 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from 
904   "Show about help" to "Show the about dialog", to make it more understandable.
906 ----
908 Overview of changes in gcalctool 5.5.6
910 * Fixed bug #153726. Gcalctool will now build correctly when using the 
911   -fno-common option for gcc (3.3.4).
913 ----
915 Overview of changes in gcalctool 5.5.5
917 * Numerical answer localization and thousand separator support for 
918   arithmetic precedence mode.
920 * If the accuracy was changed via one of the ten preset menu items in the 
921   Acc menu, the tooltip wasn't getting correct updated with the new accuracy.
923 ----
925 Overview of changes in gcalctool 5.5.4
927 * Further changes to the "Set Precision" popup (rfe #147803):
928   - "Significant places" not "Significant Places".
929   - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the 
930     current precision, and be in the same radio box group as the other menu 
931     items. Check the appropriate menu entry.
932   - Adjust the Acc button tooltip to show the current accuracy too.
933   - When the user attempts to enter an invalid entry in the Set Precision 
934     popup, an error message is shown in the main gcalctool status bar.
935   - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).
937 * Fixed bug #152790. Most of the changes needed were already in CVS; there 
938   was one compiler warning that still needed to be removed.
940 * Storing the display value to a memory register was not updating the memory 
941   register window, if it was visible.
943 ----
945 Overview of changes in gcalctool 5.5.3
947 * Added in functionality to set the number of significant places > 9.
948   There is a new menu item under the Acc menu called "Set Precision..."
949   that brings up a small popup allowing you to set precision between 0
950   and MAXACC significant places (where MAXACC is currently 30).
952 ----
954 Overview of changes in gcalctool 5.5.2
956 * Fixed up numerous warnings generated by running lint on the gcalctool code.
957   Removed unused variables and functions. Declared routines statically where 
958   possible.
960 ----
962 Overview of changes in gcalctool 5.5.1
964 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
966 ----
968 Overview of changes in gcalctool 5.5.0
970 * Major new release of gcalctool. Incorporates an arithmetic operator
971   precedence mode (currently the default while it's been debugged). To get
972   the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
973 * The "(" and ")" buttons have moved from the scientific mode into the
974   Basic mode so that they are now available to users who need them but not
975   everything that the Scientific mode provides.
976 * There is a footer message area that provides feedback.
977 * The display area now has an horizontal scrollbar.
978 * Typing in the keyboard shortcuts for the various gcalctool buttons
979   autocompletes their entry into the display area.
980 * Tooltips show button's shortcut.
982 ----
984 Overview of changes in gcalctool 4.4.13
986 * Remainder of the fix for bug #143924. Control-T shouldn't work in Basic 
987   or Financial modes. 
989 ----
991 Overview of changes in gcalctool 4.4.12
993 * Partial fix for bug #143924. After an error condition, the "Show 
994   Trailing Zeroes" menu item is only activated if the user is in 
995   Scientific mode.
997 ----
999 Overview of changes in gcalctool 4.4.11
1001 * Fixed bug 138106. In Basic or Financial mode, "Error" was been 
1002   incorrectly display if you user has "Show Thousands Separator" set.
1004 ----
1006 Overview of changes in gcalctool 4.4.10
1008 * Fixed bug 144031. gcalctool checked for the presence of the X11 
1009   libraries but doesn't need to.
1011 ----
1013 Overview of changes in gcalctool 4.4.9
1015 * Selecting Help->About from the menubar now works again.
1017 ----
1019 Overview of changes in gcalctool 4.4.8
1021 * Adjusted the creation of the menubar and the Accuracy and Left/Right 
1022   shift menus from GtkItemFactory to GtkUIManager.
1024 ----
1026 Overview of changes in gcalctool 4.4.7
1028 * Fixed bug 142824. gcalctool now correctly recognizes the localized 
1029   decimal point character.
1031 ----
1033 Overview of changes in gcalctool 4.4.6
1035 * Fixed bug 129397. Use GtkIconTheme to load gcalctool icon instead of
1036   built-in image.
1038 ----
1040 Overview of changes in gcalctool 4.4.5
1042 * Fixed bug 142888. Gcalctool is now connected to the "die" signal so 
1043   that it can be successfully terminated when removed from 
1044   gnome-session-properties.
1046 ----
1048 Overview of changes in gcalctool 4.4.4
1050 * The "Bsp" button label has been changed to "Bksp" to make it more 
1051   understandable.
1053 ----
1055 Overview of changes in gcalctool 4.4.3
1057 * Fixed bug 138106. If the "Error" message is being displayed, it is now 
1058   no longer incorrectly displayed as "Er,ror" if the "Show Thousands 
1059   Separator" is on.
1061 ----
1063 Overview of changes in gcalctool 4.4.2
1065 * Fixed bug 135068. Adjusted several default constant descriptions to be 
1066   more understandable. 
1068 ----
1070 Overview of changes in gcalctool 4.4.1
1072 * Fixed bug 135065. Tooltips for OR, AND, NOT, XOR and XNOR have been 
1073   changed from "Logical <whatever>" to "Bitwise <whatever>". 
1075 ----
1077 Overview of changes in gcalctool 4.4.0
1079 * Fixed bug 136872. gcalctool can now be built with "CFLAGS=-fdata-sections".
1081 ----
1083 Overview of changes in gcalctool 4.3.51
1085 * Version for GNOME 2.6 (FINAL) call for tarballs. Includes:
1086   - new locales for pa, en_GB, bg and ga.
1087   - localized online user documentation from the Sun translation team.
1088     for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
1090 ----
1092 Overview of changes in gcalctool 4.3.50
1094 * One more slight adjustment to the fix for bug 135064.
1095   Entering numbers that start with the numeric point character ('.")
1096   are now visibly displayed.
1098 ----
1100 Overview of changes in gcalctool 4.3.49
1102 * Adjustment to the fix for bug 135064. Fix to remove a potential spurious 
1103   initial thousands separator character after a change sign operation.
1105 ----
1107 Overview of changes in gcalctool 4.3.48
1109 * Fixed bug 135064. Changing the sign of a large number (when "Show 
1110   Thousands Separator" is on and this is not the C locale), no longer 
1111   corrupts the display.
1113 ----
1115 Overview of changes in gcalctool 4.3.47
1117 * Fixed bug 135328. Added Shift-slash as a recognized alternate for the 
1118   divide operation (needed by the be-latin1 keyboard layout).
1120 ----
1122 Overview of changes in gcalctool 4.3.46
1124 * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789 
1125   which are shifted about the accented characters on a French keyboard.
1127 ----
1129 Overview of changes in gcalctool 4.3.45
1131 * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up. 
1133 ----
1135 Overview of changes in gcalctool 4.3.44
1137 * Fixed bug 133764.
1138   - "Gradients" was still appearing when in Scientific mode (instead of 
1139     "Gradians".
1140   - In the x^2 button, the 2 should not be italicized.
1141   - In the x^2 and x^y buttons, the x should be italicized.
1142   - The View Thousands Separator menu item should not remain active during 
1143     an error condition.
1145 ----
1147 Overview of changes in gcalctool 4.3.43
1149 * Fixed bug 133590. The About box now lists the documenters of gcalctool. 
1151 ----
1153 Overview of changes in gcalctool 4.3.42
1155 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen 
1156   (rather than square brackets) to show what mode the user is currently 
1157   using.
1159 ----
1161 Overview of changes in gcalctool 4.3.41
1163 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather 
1164   than frames (per the HIG).
1166 ----
1168 Overview of changes in gcalctool 4.3.40
1170 * Fixed bug 131571. User defined constants are now read/written out (as 
1171   gconf resources) with no thousands separator and with a radix of ".". 
1173 ----
1175 Overview of changes in gcalctool 4.3.39
1177 * Fixed bug 131594. The "Insert ASCII View..." menu item and the 
1178   "Insert" button no longer use the GTK_STOCK_CONVERT stock icon 
1179  (as per the HIG).
1181 ----
1183 Overview of changes in gcalctool 4.3.38
1185 * Fixed bug 131059. Fix to allow the thousands separator to be used 
1186   correctly with the creation of the initial constant values in the 
1187   Russian locale. 
1189 ----
1191 Overview of changes in gcalctool 4.3.37
1193 * Fixed bug 130078. Changed the y^x button label to x^y (really x 
1194   superscript y). Adjusted the tooltip message to "Raise displayed 
1195   value to the power of y".
1197 ----
1199 Overview of changes in gcalctool 4.3.36
1201 * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check 
1202   from the get_tsep() routine in order to get the thousands separator to 
1203   correctly work in all locales. Note that there is no thousands separator 
1204   now for the C locale.
1206 ----
1208 Overview of changes in gcalctool 4.3.35
1210 * Fixed part of bug 126125. If the user entered: "1+(2()<backspace>)", 
1211   this resulted in an answer of 0. 
1213 ----
1215 Overview of changes in gcalctool 4.3.34
1217 * Fixed bug 130187. When gcalctool changes modes now, it's internal state 
1218   and the display are cleared.
1220 ----
1222 Overview of changes in gcalctool 4.3.33
1224 * Fixed bug 130282. Fixes for more problems with the thousands separator 
1225   in certain locales, plus correct handling of the radix character with 
1226   the initial constant values.
1228 ----
1230 Overview of changes in gcalctool 4.3.32
1232 * Fixed bug 128603 again. The solution this time was to duplicate the 
1233   initial string constant values to be confident that they are not in 
1234   read-only memory.
1236 ----
1238 Overview of changes in gcalctool 4.3.31
1240 * Fixed bug 129539.  The thousands separator is a null terminated string, 
1241   not a single character. Same for the radix.
1243 ----
1245 Overview of changes in gcalctool 4.3.30
1247 * Fixed bug 129496. "Gradients" should be "Gradians".
1249 ----
1251 Overview of changes in gcalctool 4.3.29
1253 * Fixed bug 128603. The changes for enhancement request #126626 which added 
1254   thousands separator support caused a crash at startup time on a Debian 
1255   system. The initial constant strings are being put in read-only memory 
1256   either by gcc (or because of the way that x86 arch is designed). This was 
1257   not a problem when tested with the Sun compilers on a Solaris SPARC machine.
1258   The remove_tsep() routine is display.c has been rewritten to correctly 
1259   handle this.
1261 ----
1263 Overview of changes in gcalctool 4.3.28
1265 * Further work on enhancement request 125873. As the user is typing in 
1266   input, the display will now show the thousands separator (if checked).
1268 ----
1270 Overview of changes in gcalctool 4.3.27
1272 * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
1273   This keyval/state pair needed to be added to the Xor recognized mappings.
1275 ----
1277 Overview of changes in gcalctool 4.3.26
1279 * Re-fixed bug 127672. The fix for Shift-"=" should have been for GDK_equal 
1280   not GDK_Return.  Needed to add in support for Shift-"/" too.
1282 ----
1284 Overview of changes in gcalctool 4.3.25
1286 * Implemented enhancement request 125873. gcalctool can now optionally 
1287   show the thousands seperator character for fixed point numbers displayed 
1288   in the decimal base. Same for numbers stored in the memory registers. 
1289   There is a new "Show Thousands Separator" menu entry in the View menu 
1290   to set this.
1292 ----
1294 Overview of changes in gcalctool 4.3.24
1296 * Fixed bug 126626. gcalctool no longer causes a Gtk-CRITICAL error when 
1297   the user enters "9*(1<Xor>". The problem was caused because a non-UTF 
1298   character was being inserted into the text string to be displayed for 
1299   the Xor function.
1301 ----
1303 Overview of changes in gcalctool 4.3.23
1305 * Fixed bug 125782. If the user is entering a left parenthesis and it is 
1306   the first one being displayed and there is no current arithmetic operand,
1307   then the current display is initially cleared to avoid the confusion of 
1308   showing something like "0(".
1310 ----
1312 Overview of changes in gcalctool 4.3.22
1314 * Fixed bug 127862. The fix for bug #125625 introduced a potential 
1315   out-of-order case for users who are rapid keyboard typers. This 
1316   bug fix rectifies this with the unfortunate side-effect of no longer 
1317   visual toggling the equivalent button to the keyboard character 
1318   that the user entered. This fix is still compatible with the way 
1319   the accessibility infrastructure works though.
1321 ----
1323 Overview of changes in gcalctool 4.3.21
1325 * Fixed bug 65806. For the "1/x", "x^2", "x!", "e^x", "10^x" and 
1326   "y^x" labels, all occurances of "x" and "y" are now italicized.
1327   The "e" in "e^x" is no longer italicized.
1329 ----
1331 Overview of changes in gcalctool 4.3.20
1333 * Fixed bug 127316. The "fix" introduced in gcalctool v4.1.18 to fix Sun 
1334   Bugtraq bug #1258472 against CDE dtcalc (which was also a problem with 
1335   gcalctool) was incorrect.
1337 ----
1339 Overview of changes in gcalctool 4.3.19
1341 * Fixed bug 127672. The "=" key on a Swedish keyboard is on the upper 
1342   level of a key (i.e. the Shift key needs to be down). Added another 
1343   mask/keysym pair to the "=" entry to handle this.
1345 ----
1347 Overview of changes in gcalctool 4.3.18
1349 * Fixed bug 125625. gcalctool now handles "clicked" events rather than 
1350   "pressed" ones.
1352 ----
1354 Overview of changes in gcalctool 4.3.17
1356 * Fixed bug 124928. Plugged several memory leaks.
1358 ----
1360 Overview of changes in gcalctool 4.3.16
1362 * Fixed bug 124377. Fixed rounding errors when the radix character for a 
1363   locale isn't ".".
1364 * Online help updated for various recent (small) changes.
1366 ----
1368 Overview of changes in gcalctool 4.3.15
1370 * Fixed bug 124172. The "+" character on a German keyboard is on the lower 
1371   level of a key (i.e. the Shift key doesn't need to be down). Added another
1372   mask/keysym pair to the "+" entry to handle this.
1374 ----
1376 Overview of changes in gcalctool 4.3.14
1378 * Fixed bug 120737. Changed the accessible text for the OR button from 
1379   "Logical OR" to "logical OR" so that it's not changed by FreeTTS's 
1380   token to words module to "logical Oregon".
1382 ----
1384 Overview of changes in gcalctool 4.3.13
1386 * Fixed bug #123948. Removed the GTK_DISABLE_DEPRECATED flag from
1387   .../gcalctool/gcalctool/Makefile.am, to allow the depreciated
1388   GtkItemFactory, to successfully build.
1390 ----
1392 Overview of changes in gcalctool 4.3.12
1394 * Fixed bug 123724. Hitting Esc now does the same as hitting 
1395   Control-Backspace; i.e. the CE (clear entry) functionality.
1396 * Updated the gcalctool man pages to reflect this change, and the changes
1397   for bug #118826.
1399 ----
1401 Overview of changes in gcalctool 4.3.11
1403 * Refixed bug 122373. gcalctool now uses nl_langinfo() to get the numeric 
1404   point for the users locale, rather than via a localised string.
1406 ----
1408 Overview of changes in gcalctool 4.3.10
1410 * Fixed enhancement #65806. Changed that label for e^x (e superscript x) to 
1411   use an italised "e".
1413 ----
1415 Overview of changes in gcalctool 4.3.9
1417 * Fixed bug 118826. The keyboard shortcuts for the six hex. digits are 
1418   now "A" to "F". The functions that previously used those letters have 
1419   been reassigned to their lowercase equivalents. 
1421 ----
1423 Overview of changes in gcalctool 4.3.8
1425 * Fixed bug 122408. The tooltips for the numeric buttons (0-9) have been 
1426   removed as they are redundant.
1428 ----
1430 Overview of changes in gcalctool 4.3.7
1432 * Fixed bug 120749. When gcalctool is displaying a menu, typing Alt+Tab 
1433   can no longer switch windows.
1435 ----
1437 Overview of changes in gcalctool 4.3.6
1439 * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
1440   Accessible names have now been added to each of the widgets in the 
1441   mode panel when in Scientific mode.
1443 ----
1445 Overview of changes in gcalctool 4.3.5
1447 * Fixed bug 122373. The decimal separator is now a translatable string so 
1448   that other locales that don't use a period can adjust accordingly.
1450 ----
1452 Overview of changes in gcalctool 4.3.4
1454 * Fixed bug 120605. Gcalctool debug messages are no longer translatable 
1455   strings.
1457 ----
1459 Overview of changes in gcalctool 4.3.3
1461 * Build for GNOME 2.4 (Final). Tag in CVS is GCALCTOOL_4_3_3
1463 ----
1465 Overview of changes in gcalctool 4.3.2
1467 * Fixed bug 119888. gcalctool keyboard handling has been improved.
1469 ----
1471 Overview of changes in gcalctool 4.3.1
1473 * Fixed bug 119832. The space bar can now correctly activate the button 
1474   that has focus.
1476 ----
1478 Overview of changes in gcalctool 4.3.0
1480 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
1482 ----
1484 Overview of changes in gcalctool 4.2.104
1486 * Fixed bug 118246. The display field can now take focus. The initial 
1487   widget with focus is the Clr button.
1489 ----
1491 Overview of changes in gcalctool 4.2.103
1493 * (Bug #118247) Three more small adjustments to AccessibleName text:
1494   "E to the power of x" goes back to "E to the x"
1495   "Ten to the power of x" goes back to "Ten to the x"
1496   "Y to the power of x" goes back to "Y to the x"
1498 ----
1500 Overview of changes in gcalctool 4.2.102
1502 * (Bug #118247) Four small adjustments to AccessibleName text:
1503   "Random" becomes "Random number"
1504   "E to the x" becomes "E to the power of x"
1505   "Ten to the x" becomes "Ten to the power of x"
1506   "Y to the x" becomes "Y to the power of x"
1508 ----
1510 Overview of changes in gcalctool 4.2.101
1512 * Fixed bug 118247. Each gcalctool button now has an AccessibleName.
1514 ----
1516 Overview of changes in gcalctool 4.2.100
1518 * Fixed bug 117691. The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are 
1519   not valid equivalents for the 8, 2, 4 and 6 keys. They are needed for 
1520   keyboard navigation.
1522 ----
1524 Overview of changes in gcalctool 4.2.99
1526 * Bumped version number for GNOME 2.3.4 release, to include John's doc
1527   build changes.
1529 ----
1531 Overview of changes in gcalctool 4.2.98
1533 * Fixed bug 116944. Various HIG improvements to the edit constants, edit 
1534   functions, and insert ASCII value dialogs. 
1536 ----
1538 Overview of changes in gcalctool 4.2.97
1540 * Further work on bug 116727. A simpler fix was found.
1542 ----
1544 Overview of changes in gcalctool 4.2.96
1546 * Fixed bug 116727. When the calculator display is showing an error message,
1547   it is now correctly localized.
1549 ----
1551 Overview of changes in gcalctool 4.2.95
1553 * Fixed bug 115950. The "*" key wasn't being recognized as a keyboard 
1554   shortcut for multiplication.
1556 ----
1558 Overview of changes in gcalctool 4.2.94
1560 * Further work on bug 114364. The items in the constants menu are now always 
1561   displayed in the decimal numeric base. This is consistent with the way that 
1562   calctool in the OpenWindows DeskSet worked.
1564 ----
1566 Overview of changes in gcalctool 4.2.93
1568 * Fixed bug 114364. When you select "Edit Constants" from the Con menu, the 
1569   values of each constant are shown in Decimal. The label:
1570   "All constant values are specified in the decimal numeric base"
1571   has also been added to the "Edit Constant" popup to clarify this.
1573 ----
1575 Overview of changes in gcalctool 4.2.92
1577 * Fixed bug 115653. Adjusted the keyboard mnemonic checking code to now 
1578   check to make sure that neither of the Alt keys is pressed when comparing 
1579   against button equivalents.
1581 ----
1583 Overview of changes in gcalctool 4.2.91
1585 * Similar problem to bug #115212 but for the "Edit Constants" and
1586   "Edit Functions" dialog boxes. gcalctool no longer can display
1587   multiple versions of them.
1589 ----
1591 Overview of changes in gcalctool 4.2.90
1593 * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
1594   When an error condition occurs:
1596   - make insensitive all buttons except Clr.
1597   - make all Scientific mode toggles and checkboxes insensitive.
1598   - make all menubar items insensitive except:
1599       Calculator->Quit
1600       Help->Contents
1602   When the error condition is cleared, resensitise everything, setting
1603   the numeric base buttons correctly.
1605 ----
1607 Overview of changes in gcalctool 4.2.89
1609 * Fix for bug #115212. gcalctool no longer can display multiple About boxes.
1611 ----
1613 Overview of changes in gcalctool 4.2.88
1615 * Fix for bug #108209. The appropriate gcalctool button is now animated 
1616   when the user enters that value via the keyboard.
1618 ----
1620 Overview of changes in gcalctool 4.2.87
1622 * Partial fix for bug 114363. When the calculator display is showing "Error",
1623   the Constant values and the Memory Register values no longer incorrectly
1624   show "Error" as well.
1626 ----
1628 Overview of changes in gcalctool 4.2.86
1630 * Fixed bug 113703. You can now specify an alternate location for
1631   the gcalctool schemas file with: --with-gconf-source=whatever
1633 ----
1635 Overview of changes in gcalctool 4.2.85
1637 * Fixed bug 113754. Decimal point didn't work with a German keyboard if 
1638   Numlock was turned on.
1640 ----
1642 Overview of changes in gcalctool 4.2.84
1644 * Install "gnome-calculator" symlink as reqested by Glynn Foster.
1646 ----
1648 Overview of changes in gcalctool 4.2.83
1650 * Fixed Bugzilla bug 111269. It was possible to type fast into gcalctool 
1651   and digits would be transposed. 
1653 ----
1655 Overview of changes in gcalctool 4.2.82
1657 * Refixed bug 110416.  Concatenated more error messages in mp.c.
1658 * Adjusted the Acc menu entries to be "<n> significant places" rather than 
1659   "<n> radix places".
1660 * Replaced "kilometers per hour / miles per hour" with "kilometers per hour 
1661   or miles per hour" in the first constant description.
1662 * Replaced occurances of "/" in the other constant descriptions with "or".
1664 ----
1666 Overview of changes in gcalctool 4.2.81
1668 * Translators: The documentation is now ready for translation!
1670 * Updated the following files:
1671     * configure.in: updated version number to 4.2.81
1672     * help/C/gcalctool.xml: first approved draft, ready for translation
1673     * help/C/gcalctool-C.omf: updated manual date and version number
1674     * help/C/l10n.txt: new file added 
1675     * help/C/figures/gcalctool_edit_const_window.png: deleted
1676     * help/C/figures/gcalctool_edit_func_window.png: deleted
1677     * help/C/figures/gcalctool_ins_ascii_window.png: deleted
1678     * help/C/figures/gcalctool_mem_reg_window.png: deleted
1680 ----
1682 Overview of changes in gcalctool 4.2.80
1684 * Fixed Bugzilla bug 110416. Various fprintf statements in mp.c have been 
1685   concatenated to help translators.
1687 ----
1689 Overview of changes in gcalctool 4.2.79
1691 * Added in latest online help changes from Breda McColgan. This should now 
1692   put the online help in sync with the actual functionality of gcalctool.
1694 ----
1696 Overview of changes in gcalctool 4.2.78
1698 * Made translated menu entries actually visible. fixed some tooltips, added
1699   AC_PREREQ macro to configure.in.
1701 ----
1703 Overview of changes in gcalctool 4.2.77
1705 * This version announced on gnome-announce.
1707 ----
1709 Overview of changes in gcalctool 4.2.76
1711 * Slight adjustments to Bugzilla bug 108226 . Menu item is now
1712   "Show Trailing Zeroes", with a Control-T accelerator. Added a similar
1713   menu item to the View menu on the menu bar.
1715 ----
1717 Overview of changes in gcalctool 4.2.75
1719 * Fixed Bugzilla bug 108729. 
1721   Added tooltips to the radio and check buttons in scientific mode.
1723 ----
1725 Overview of changes in gcalctool 4.2.74
1727 * Fixed Bugzilla bug 108226.
1729   The menu items in the Acc menu are now "tickable", so you know what the
1730   current accuracy selection is. Setting one of these clears the previous one.
1732   A new "remove trailing zeroes" menu item is added to the Acc menu (last
1733   item, with a separator just above), that is "tickable". This tick doesn't
1734   affect the accuracy ticks. It's either on or off.
1736   The default setting for accuracy now becomes 9 numeric places and "remove 
1737   trailing zeroes".
1739   The Acc button is moved to the Scientific mode (clear slot in the top 
1740   right corner, above the Rand.
1742   The Base radio button group and the display type radio button group in 
1743   the mode panel in Scientific mode are now moved to the right side to be
1744   close in proximity to the Acc button. The other mode items move to the 
1745   left side.
1747 ----
1749 Overview of changes in gcalctool 4.2.73
1751 * Fixed Bugzilla bug 108208. The default value for the "showregisters" 
1752   resource in gcalctool.schemas was incorrectly set.
1753 * There should be no "default:" action in the command line parsing in 
1754   get_options(). 
1756 ----
1758 Overview of changes in gcalctool 4.2.72
1760 * Correctly fixed Bugzilla bug 108219. The previous fix didn't correct 
1761   set the radio buttons when changing mode from Scientific to Basic or 
1762   Financial. Only the internal state.
1764 ----
1766 Overview of changes in gcalctool 4.2.71
1768 * Further fix for Bugzilla bug 108209. Followup changes to make the numeric 
1769   keypad animate the buttons on Linux machines.
1771 ----
1773 Overview of changes in gcalctool 4.2.70
1775 * Fixed Bugzilla bug 108219.
1776   When you go from Scientific mode to either Basic or Financial mode, 
1777   the calculator will revert to "Dec" base in "Fix" notation.
1778   Any number in the display (and the memory registers if shown) will be 
1779   converted accordingly.
1780   When you are in a mode (Basic, Financial, or Scientific) you will only 
1781   be able to do the functionality that that mode shows.
1783 ----
1785 Overview of changes in gcalctool 4.2.69
1787 * Fixed Bugzilla bug 108333. The gcalctool buttons with menus associated 
1788   with them are now keyboard navigable.
1790 ----
1792 Overview of changes in gcalctool 4.2.68
1794 * Fixed Bugzilla bug 108209. When the user uses the keyboard to enter data,
1795   the associated gcalctool button will be animated.
1797 ----
1799 Overview of changes in gcalctool 4.2.67
1801 * Fixed Bugzilla bug 108210. Main gcalctool window is no longer resizable.
1803 ----
1805 Overview of changes in gcalctool 4.2.66
1807 * Incorporated various changes to the online help Breda McColgan in
1808   the Sun GNOME doc. team.  Translators, please do not translate yet.
1809   See ChangeLog for more information.
1811 ----
1813 Overview of changes in gcalctool 4.2.65
1815 * Added scrollkeeper checks into configure.in.
1816 * Fixed warning message:
1818   ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
1819   GNOME_FILE_DOMAIN_APP_HELP domain
1821 ----
1823 Overview of changes in gcalctool 4.2.64
1825 * Added in a first (draft) version of online help from Breda McColgan in
1826   the Sun GNOME doc. team.  Translators, please do not translate yet. See
1827   ChangeLog for more information.
1829 ----
1831 Overview of changes in gcalctool 4.2.63
1833 * Abstracted the key values and modifiers.
1835 ----
1837 Overview of changes in gcalctool 4.2.62
1839 * Adjusted the tooltip help to be minimalist messages.
1841 ----
1843 Overview of changes in gcalctool 4.2.61
1845 * Small adjustment to allow gcalctool to compile using the Solaris Forte
1846   compilers.
1848 ----
1850 Overview of changes in gcalctool 4.2.60
1852 * Gcalctool wasn't saving the trigonometric type when it was changed.
1854 ----
1856 Overview of changes in gcalctool 4.2.59
1858 * Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
1860 ----
1862 Overview of changes in gcalctool 4.2.58
1864 * Allows Backspace to now correctly work inside parentheses.
1866 ----
1868 Overview of changes in gcalctool 4.2.57
1870 * The Xor logical operation wasn't being performed correctly.
1871 * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
1872   checkboxes.
1874 ----
1876 Overview of changes in gcalctool 4.2.56
1878 * Removed the final period from the ten default constant descriptions.
1879 * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
1880   "centimeter".
1881 * Fixed up the values of the ten default constant definitions in the
1882   manual pages.
1883 * The "centimeters <=> inches" default constant should be 0.3937007
1884   rather than 2.54 to be consistent with the other constants.
1886 ----
1888 Overview of changes in gcalctool 4.2.55
1890 * Entering "(<Delete>)" no longer crashes gcalctool.
1892 ----
1894 Overview of changes in gcalctool 4.2.54
1896 * The financial Term tooltip example now works.
1897 * Moved the Exp button to the right of the Con and Fun buttons for better
1898   grouping.
1900 ----
1902 Overview of changes in gcalctool 4.2.53
1904 * Fixed Bugzilla bug 106501. Added bullet proofing to prevent user 
1905   backspacing off the end of the display string.
1907 ----
1909 Overview of changes in gcalctool 4.2.52
1911 * Toggled the positions of the Sto and Rcl buttons.
1913 ----
1915 Overview of changes in gcalctool 4.2.51
1917 * No longer crashes if the user Pastes in an empty clipboard value.
1918 * Now uses a text view for its display widget.
1920 ----
1922 Overview of changes in gcalctool 4.2.50
1924 * Fixes to the manual page:
1925   - the keyboard shortcut for the "Term" function is "t" not "T".
1926   - removed the LOGICAL mode section.
1928 ----
1930 Overview of changes in gcalctool 4.2.49
1932 * The display label and mode no longer expand when the calculator is resized. 
1933 * Replace the three characters of white space in the title bar text with one
1934   space character, so more of the title fits into the task window list applet.
1936 Overview of changes in gcalctool 4.2.48
1938 * Added a launcher to the GNOME's Accessories menu.
1940 ----
1942 Overview of changes in gcalctool 4.2.47
1944 * Marks the menu labels for translation.
1946 ----
1948 Overview of changes in gcalctool 4.2.46
1950 * Various cleanup, to make gcalctool be more like other GNOME applications.
1952 ----
1954 Overview of changes in gcalctool 4.2.45
1956 * Fixed Bugzilla bug 104249. The UI for adding new or editing existing 
1957   constants and/or functions has been improved.
1959 ----
1961 Overview of changes in gcalctool 4.2.44
1963 * Fixed Bugzilla bug 104830. gcalctool now uses gnome-calc3.png as its icon
1964   (same as the current gnome-calculator)
1966 ----
1968 Overview of changes in gcalctool 4.2.43
1970 * Further slight adjustments needed to fix Bugzilla bug 104248. The memory 
1971   registers window now displays correctly again.
1972 * Fixed Bugzilla bug 104240. The "File" menubar item is now called 
1973   "Calculator", and there is a set of unique mnemonics for the various 
1974   items in the Scientific mode panel. The gcalctool manual pages have been 
1975   updated to reflect these changes. 
1976 * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
1977   Added in a Control-A mnemonic for Help->About.
1979 ----
1981 Overview of changes in gcalctool 4.2.42
1983 * Fixed Bugzilla bug 104248. The View->Memory Registers menu item's toggle 
1984   is now set correctly depending upon whether the memory register windows 
1985   is visible or hidden. 
1986 * The correct radio item is now set in the View menu mode menu item entries 
1987   if gcalctool is initially started in Financial or Scientific mode.
1989 ----
1991 Overview of changes in gcalctool 4.2.41
1993 * The constant and function definitions are now read and written as Gconf
1994   resources.
1995 * Fixed Bugzilla bug 104250. The constant and the function menu items now 
1996   have "C<n>:" and "F<n>:" prefixes respectively, where <n> is the 
1997   constant/function number.
1999 ----
2001 Overview of changes in gcalctool 4.2.40
2003 * Fixed Bugzilla bug 104245. The View->Basic Mode, Financial Mode, 
2004   Scientific Mode and Memory Registers now have keyboard accelerators 
2005   (Control-B, Control-F, Control-S and Control-M respectively).
2007 ----
2009 Overview of changes in gcalctool 4.2.39
2011 * Further slight adjustments for Bugzilla bug 104287
2012   The insert button isthe default button. 
2013   The dialog is no longer resizable. 
2014   The ESC key can now be used to cancel the dialog. 
2016 ----
2018 Overview of changes in gcalctool 4.2.38
2020 * Fixed Bugzilla bug 104287. HIG improvements for the "Insert ASCII Value" 
2021   dialog.
2023 ----
2025 Overview of changes in gcalctool 4.2.37
2027 * Fixed Bugzilla bug 104241. The Insert ASCII Value" menu item is now 
2028   "Insert ASCII Value..."
2029 * Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
2030   <bonobo-i18n.h,> where all this stuff is already defined.
2032 ----
2034 Overview of changes in gcalctool 4.2.36
2036 * Fixed Bugzilla bug #102928. The x^2, e^x, 10^x and y^x keys now use 
2037   Pango markup to display the label using superscripts.
2039 ----
2041 Overview of changes in gcalctool 4.2.35
2043 * Added in handling of the numeric keypad for Linux systems.
2045 ----
2047 Overview of changes in gcalctool 4.2.34
2049 * Handling of the users saved function definitions now works correctly.
2050 * Changed the keyboard accelerators for the following to use non Alt-<?>
2051   values:
2053   Cos  (old value: Alt-c) becomes 'J'.
2054   Sin  (old value: Alt-s) becomes 'K'.
2055   Tan  (old value: Alt-t) becomes 'L'.
2056   Frac (old value: Alt-f) becomes ':'.
2057   Int  (old value: Alt-i) becomes 'i'.
2058   Abs  (old value: Alt-u) becomes 'u'.
2059   Rate (old value: Alt-r) becomes 'T'.
2060 * Removed the need to configure with "--enable-build-broken".
2062 ----
2064 Overview of changes in gcalctool 4.2.33
2066 * Adjusted the memory registers windows to use the same "R0:  0.00" format
2067   (bold for first part), as the Rcl, Sto and Exch menus.
2069 ----
2071 Overview of changes in gcalctool 4.2.32
2073 * The menu items for the Rcl, Sto and Exch menus now have the format
2074   "R0:     0.00", where the "R0:" part is in bold.
2075 * The keyboard accelerators for the menubar menu items are now working.
2077 ----
2079 Overview of changes in gcalctool 4.2.31
2081 * Updated the NEWS file with an overview of all the changes since v4.1.13.
2083 ----
2085 Overview of changes in gcalctool 4.2.30
2087 * Removed the gconf resource for getting/setting whether a beep is sounded
2088   on error. A beep will now always be sounded in such a case.
2089 * The writing out of the resources will now be immediately done when each 
2090   of those functions changes.
2092 ----
2094 Overview of changes in gcalctool 4.2.29
2096 * Updated the manual pages to reflect the recent v4.2.xx changes.
2097 * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
2098   on Linux.
2100 ----
2102 Overview of changes in gcalctool 4.2.28
2104 * The real fix for displaying the icon.
2106 ----
2108 Overview of changes in gcalctool 4.2.27
2110 * Vastly improved keyboard navigation.
2111 * Control-F1 now toggles the displaying of tooltip help, so the "-h"
2112   command line option has been removed and the old-style event handling
2113   code has also been removed.
2114 * Added in a signal handler for the "delete" event for the main gcalctool
2115   window. The callback calls gtk_main_quit() to terminate the application.
2117 ----
2119 Overview of changes in gcalctool 4.2.26
2121 * HCI change. Attempt to correct disaplay the gcalctool icon.
2123 ----
2125 Overview of changes in gcalctool 4.2.25
2127 * HCI change. The Sto/Rcl/Exch menu items now show the current register 
2128   values as well.
2130 ----
2132 Overview of changes in gcalctool 4.2.24
2134 * HCI change. All the radiobutton and checkbox items in the mode panel 
2135   now have a mnemonic associated with them.
2137 ----
2139 Overview of changes in gcalctool 4.2.23
2141 * HCI change. Fixed up the buttons on the "Insert ASCII Value", "Enter 
2142   Constant..." and "Enter Function..." popups. They now just use Cancel 
2143   and OK buttons, and use standard stock Gtk icons.
2145 ----
2147 Overview of changes in gcalctool 4.2.22
2149 * HCI change.  Added in an Edit->Paste menu item. If selected this will 
2150   paste the current contents of the clipboard into the calculator display 
2151   as if you'd typed it.
2152 * Added bullet proofing to protect the calculator against values that 
2153   weren't found. If a value wasn't found, it's just ignored, and it goes 
2154   on to process the next character in the string.
2155 * Improved the handling of the recognition of characters entered. It now
2156   takes into effect the mods value for each keysym.
2158 ----
2160 Overview of changes in gcalctool 4.2.21
2162 * HCI change. Added a 2 pixel border for the frames containing the Basic, 
2163   Financial and Scientific buttons and the mode panel.
2165 ----
2167 Overview of changes in gcalctool 4.2.20
2169 * HCI change. Removed the "operand item" label widget.
2171 ----
2173 Overview of changes in gcalctool 4.2.19
2175 * The frames around the mode button tables and the mode panel are no longer
2176   always being shown.
2178 ----
2180 Overview of changes in gcalctool 4.2.18
2182 * Fixed Bugzilla bug #101865. Remade various keyboard remappings:
2183 * Removed mention of the "-l" and "-r" command line options from the manual
2184   pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
2185   resource too.
2187 ----
2189 Overview of changes in gcalctool 4.2.17
2191 * Removed the "Keys" key, that allowed you to toggle the button labels to 
2192   show their keyboard equivalents.
2194 ----
2196 Overview of changes in gcalctool 4.2.16
2198 * Put each of the the button tables and the mode panel inside a frame, rather
2199   then use horizontal separators, to try to make the GUI look nicer.
2201 ----
2203 Overview of changes in gcalctool 4.2.15
2205 * Entering "((2+3)*(2+3))" now gives the correct answer.
2206 * Added some bullet-proofing to parentheses handling when bogus characters
2207   are entered.
2209 ----
2211 Overview of changes in gcalctool 4.2.14
2213 * Hooked up the Help->Contents menu item. Note that help support still has
2214   to be included (i.e. a help subdirectory with associated files etc.).
2216 ----
2218 Overview of changes in gcalctool 4.2.13
2220 * The View->Memory Registers menu item now correctly toggles the showing of
2221   the memory register window.
2223 ----
2225 Overview of changes in gcalctool 4.2.12
2227 * Menubar menu items now use stock Gtk icons (where applicable).
2229 ----
2231 Overview of changes in gcalctool 4.2.11
2233 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
2235 ----
2237 Overview of changes in gcalctool 4.2.10
2239 * Going into Scientific mode and clicking on "(" twice no longer causes a
2240   segmentation violation.
2242 ----
2244 Overview of changes in gcalctool 4.2.9
2246 * Added some horizontal separators to help make the calculator more readable
2247   when in Financial and Scientific Mode.
2249 ----
2251 Overview of changes in gcalctool 4.2.8
2253 * Entering "((2+3)*9+(5-3))" no longer causes a segmentation violation.
2255 ----
2257 Overview of changes in gcalctool 4.2.7
2259 * Removed the attempt to display a calculator image on the About popup.
2260 * Typing the keyboard equivalent of the menu buttons now works.
2261 * Removed the VERSION string from the titlebar. This is now in the About popup
2263 ----
2265 Overview of changes in gcalctool 4.2.6
2267 * Added in an About popup that's accessible through the Help->About Gcalctool
2268   menubar Help menu item.
2270 ----
2272 Overview of changes in gcalctool 4.2.5
2274 * Fixed Bugzilla bug #102927.
2275   Replaced abbreviation "trig." with full word "trigonometric".
2277 ----
2279 Overview of changes in gcalctool 4.2.4
2281 * Fixed Bugzilla bug #102922.
2282   Adjusted two occurances of sentence fragments to make it easier for 
2283   L10N folks to translate them.
2285 ----
2287 Overview of changes in gcalctool 4.2.3
2289 * Added Spanish (es) to ALL_LINGUAS at configure.in
2290 * gcalctool is now resizable again.
2292 ----
2294 Overview of changes in gcalctool 4.2.2
2296 * Made calculator window choose a reasonable size at startup, and resize
2297   when changing modes.
2299 ----
2301 Overview of changes in gcalctool 4.2.1
2303 * Removed the GNOME_UTIL_LIBS line in gcalctool/Makefile.am so that 
2304   gcalctool will correctly build.
2306 ----
2308 Overview of changes in gcalctool 4.2.0
2310 * The gcalctool GUI layout has been redone to make the Basic mode more
2311   basic and to make the application more GNOMEish.
2312 * The Financial/Logical/Scientific mode buttons have been moved into
2313   the main calculator window above the Basic mode buttons. The Logical
2314   and Scientific modes have been combined.
2315 * Added a menubar.
2316 * The six item mode display has been removed and a mode panel added for
2317   the scientific mode.
2318 * Removed the property sheet. gcalctool no longer has a left or right 
2319   handed style.
2320 * Blank buttons are now correctly hidden.
2321 * Added a "--enable-build-broken" flag to configure that has to be present
2322   in order to configure and build gcalctool while it's still in a semi-broken
2323   state.
2325 ----
2327 Overview of changes in gcalctool 4.1.27
2329 * Fixed Bugzilla bug #101782.
2330   Removed trailing "\n"'s where possible in the tooltip help messages.
2332 ----
2334 Overview of changes in gcalctool 4.1.26
2336 * Fixed Bugzilla bug #101861.
2337   The size of the memory register window is no longer hard-wired.
2339 ----
2341 Overview of changes in gcalctool 4.1.25
2343 * Fixed Bugzilla bug #101867.
2344   Changed multiply key from "X" to "*" (same as the existing gnome-calculator).
2346 ----
2348 Overview of changes in gcalctool 4.1.24
2350 * Fixed Bugzilla bug #101780.
2351   Removed leading and trailing spaces from the labels for the gcalctool buttons.
2353 ----
2355 Overview of changes in gcalctool 4.1.23
2357 * Fixed Bugzilla bug #101777.
2358   Removed trailing periods on the four window titles.
2360 ----
2362 Overview of changes in gcalctool 4.1.22
2364 * Various I18N changes.
2366 ----
2368 Overview of changes in gcalctool 4.1.21
2370 * Various I18N changes.
2372 ----
2374 Overview of changes in gcalctool 4.1.20
2376 * Fixed Sun Bugtraq bug #1102883 against DeskSet calctool:
2377   Adjusted so that all error messages just display "Error" which is
2378   more consistent.
2380 ----
2382 Overview of changes in gcalctool 4.1.19
2384 * Fixed Sun Bugtraq bug #4006391 against CDE dtcalc:
2385   Bring up gcalctool, enter 10000 X 0.58 =, get answer is 5800.
2386   Then click on Int button, supposely should get 5800, but the answer was 5799.
2388 ----
2390 Overview of changes in gcalctool 4.1.18
2392 * Fixed Sun Bugtraq bug #1258472 against CDE dtcalc:
2393   Start up gcalctool and set to decimal and fixed. Set accuracy to 2 decimal
2394   places. Do a division like 0.19/2  It gives 0.0A.
2396 ----
2398 Overview of changes in gcalctool 4.1.17
2400 * Fixed Bugtraq bug #1190181 against OpenWindows DeskSet calctool:
2401   gcalctool core dumped if parent directory was not readable.
2403 ----
2405 Overview of changes in gcalctool 4.1.16
2407 * Updated TODO file with all relevant calculator Sun bugs and rfes.
2408 * Adjusted matherr() routine so that strict ANCI C compilers can compile it.
2409 * Mode windows now shows buttons correctly if you start up in Basic mode,
2410   then try to show one of the other modes.
2412 ----
2414 Overview of changes in gcalctool 4.1.15
2416 * "Keys" button now displays correctly if started with left-handed style.
2417 * Switching handed style now displays button labels correctly if currently
2418   showing the keyboard equivalent.
2420 ----
2422 Overview of changes in gcalctool 4.1.14
2424 * Buttons are colored correctly if started with left-handed style.
2426 ----
2428 Overview of changes in gcalctool 4.1.13
2430 * The unused buttons in the mode window are now hidden.
2432 ----
2434 Overview of changes in gcalctool 4.1.12
2436 * Added gconf support, removing the use of X11 resources.
2438 ----
2440 Overview of changes in gcalctool 4.1.11
2442 * Explicitly setting the size of the calculator buttons has been removed.
2443 * The width of the mode window is now set to the width of the main window.
2445 ----
2447 Overview of changes in gcalctool 4.1.10
2449 * Fixes for I18N support.
2451 ----
2453 Overview of changes in gcalctool 4.1.9
2455 * Now that gcalctool is using Gtk resources to determine the appearance of
2456   the calculator, there is no need to use the custom display_frame widget.
2457 * The calculator display area now has tooltip help.
2459 ----
2461 Overview of changes in gcalctool 4.1.8
2463 * Fixed up mistakes is the gcalctool tooltip help text.
2464 * Three keyboard accelerators weren't working when a "menu" button had been
2465   pressed and the calculator was in pending mode:
2466   Base button - "o" (octal).
2467   Mode button - "l" (logical).
2468   Trig button - "g" (gradient).
2469 * The + and . keys on the numeric keypad now work.
2471 ----
2473 Overview of changes in gcalctool 4.1.7
2475 * Added in help support. Hitting the Help key will toggle whether tooltip
2476   help messages are displayed for the various buttons and other widgets.
2478   By default tooltips are disabled. Start gcalctool with the "-h" command
2479   line option will enable them. There is also a "gcalctool.showhelp"
2480   resource that can enable/disable them.
2482 ----
2484 Overview of changes in gcalctool 4.1.6
2486 * The new Constant/Function popup now has the various items aligned.
2488 ----
2490 Overview of changes in gcalctool 4.1.5
2492 * The size of the buttons in the Mode window are incorrect if the unused ones
2493   are not shown. Solved this my simply making the unused ones insnsitive, and
2494   showing them all.
2496 ----
2498 Overview of changes in gcalctool 4.1.4
2501 * Keyboard accelerators now work for the gcalctool "menu" buttons.
2503 ----
2505 Overview of changes in gcalctool 4.1.3
2507 * The constant and function definitions are now read and written to a file
2508   named ~/.gcalctoolcf.
2509 * gcalctool now also tries to read a ~/.gcalctoolrc file at startup time.
2510   This file (if it exists) can contain resources for changing the appearance
2511   of the application. A gcalctoolrc file is now also included with the
2512   gcalctool distribution, which gives the old OpenWindows DeskSet appearance
2513   to the calculator.
2514 * The ability to change various colors via X resources has also been removed.
2515   The manual pages have been updated to reflect this.
2517 ----
2519 Overview of changes in gcalctool 4.1.2
2521 * Starting gcalctool then switching hands to left-handed, then using the
2522   keyboard for input, wrongly associated the various keyboard accelerators
2523   for the swapped keys.
2525 ----
2527 Overview of changes in gcalctool 4.1.1
2529 * Now finds the X11 libraries in a platform independent way.
2530 * Fixed up the gcalctool usage message.
2531 * Fixed up the gcalctool manual pages.
2532 * gcalctool now looks for ~/.gcalctoolrc and ~/.gcalctooldefaults files.
2533 * X resources are now "gcalctool.<whatever" rather than "calctool.<whatever>".
2535 ----
2537 Overview of changes in gcalctool 4.1.0
2539 * Graphics driver is now based on Gtk2.
2541 ----
2543 Overview of changes in calctool 4.0.0
2545 * Code based on the calctool in the OpenWindows Deskset for Solaris 8.
2546 * Adjusted to use an autoconf/automake configuration and build environment.
2547 * Adjusted the code to a K&R style.
2548 * Incorporated in needed code from the libguide and libdeskset libraries.
2549 * Released under a GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL) license.
2550 * Just an XView graphics driver currently provided.
2552 ----