ready for 5.22.2 release
[gcalctool.git] / NEWS
blobe362ab31272e198ac37ea6a2f2009f8ab318f6c5
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.22.2
10     * Correctly populate the constant and function menus (bug #527545)
11     * Fixed multiple thousands separator and radix bugs (bug #527669)
12     * Changed parser precedence to perform negation after power operation (bug #526094)
13     * Fixed incorrect setting of horizontal scroll in display (bug #524602)
14     * Removed some compiler warnings (bugs #527318 and #526976)
15     * Got make distcheck to work (bug #526702)
16     * Updated Russian translation (Yuriy Penkin)
18 ----
20 Overview of changes in gcalctool 5.22.1
22     * Fix for bug where the initial zero in the display was not cleared (bug
23       #520525)
24     * Support bracket and multiply keys on non-english keyboards (bugs #521620
25       and #526671)
26     * The replacement of sprintf() and strcpy() with the safer snprintf() and
27       strncpy() (bug #520769)
28     * Remove a .svn directory from the release tarball (bug #524025)
29     * Updated translations bg(Yavor Doganov), en_GB(Philip Withnall),
30       et(Ivar Smolin), pl(GNOME PL), sk(Marcel Telka).
31     * New maintainer; Robert Ancell takes the reins from Rich Burridge.
33 ----
35 Overview of changes in gcalctool 5.22.0
37     * Fix for bug #520474 - Calculator uses 06 in place of decimal.
38     * Fix for bug #519979 - Please provide translator comments.
39     * Fix for bug #519243 - Memory registers save incorrectly.
41 ----
43 Overview of changes in gcalctool 5.21.92
45     * Released a gcalctool tarball for GNOME 5.21.92.
47 ----
49 Overview of changes in gcalctool 5.21.91
51     * Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
53     * Fix for bug #515326 – translation issues
55     * Unmark bitcalculating strings for translation (Bug #515326)
56       Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
58     * Remove help/it/Makefile, switching to gnome-doc-utils
60     * Fix for bug #514233 - Title not translated
62     * Fix for bug #513868 - Switching mode clears values but not
63       "Malformed expression" in statusbar.
65     * Fix for bug #513218 - Parsing not handling things the way a
66       "normal" calculator would.
68     * Fix for bug #482666 - XML errors in gcalctool de translation.
70     * Fix typo (Retreive -> Retrieve)
72 ----
74 Overview of changes in gcalctool 5.21.90
76     * Fix for bug #512204 - Regression in (-,+) handling.
78     * Fix for bug #511052 – Mod gives negative remainders.
80     * Fixed typo in message in create_kframe() in gtk.c.
82 ----
84 Overview of changes in gcalctool 5.21.5
86    * Adjusted online help documentation to add in a section 4.4. "Changing
87      The Display Area" and to update the new keyboard shortcut for Clear.
89    * Use delete key to delete character right of cursor in display, clear
90      now uses shift+delete (Bug #326938).
91    
92    * Update all button tooltips to have the shortcut
93      key for that button (Bug #503707).
95    * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
96      category
98    * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
99      "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
101    * Work on bug #501699. Adjusted "monthly interest rate" to "simple
102      monthly interest rate" in the online help for two of the financial
103      examples.
105    * Fix incorrect menu radio button selected when mode change aborted 
106      (bug #488226).
108    * Fix for bug #502306 - unable to use MOD operation after a 
109      x ? y operation.
111 ----
113 Overview of changes in gcalctool 5.21.4
115     * Adjusted online help documentation to add in a section 4.4. "Changing
116       The Display Area" and to update the new keyboard shortcut for Clear.
118     * Use delete key to delete character right of cursor in display, clear
119       now uses shift+delete (Bug #326938).
120     
121     * Update all button tooltips to have the shortcut
122       key for that button (Bug #503707).
124     * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
125       category
127     * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
128       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
130     * Work on bug #501699. Adjusted "monthly interest rate" to "simple
131       monthly interest rate" in the online help for two of the financial
132       examples.
134     * Fix incorrect menu radio button selected when mode change aborted 
135       (bug #488226).
137     * Fix for bug #502306 - unable to use MOD operation after a 
138       x ᶺ y operation.
140 ----
142 Overview of changes in gcalctool 5.21.3
144     * Added a "Reset to Default" accuracy menu item (bug #488542).
146     * When the bit calculation extension is enabled, a message now appears
147       in the status bar.
149     * Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension
150       produces incorrect results.
152     * Fixed bug #367731 - [doc] Update documentation for bit calculating
153       extension.
155     * Fixed bug 500029 - Clearing a bit in the bitcalculating extension,
156       sets the display to zero.
158     * Disable menu items not valid in current mode (Bug #499625).
160     * Fix build dependencies for parsers (Bug #497237).
161     
162     * Trim pasted text on newlines, replace tabs with spaces (Bug #488796).
164     * Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
166     * Fixed bug #367723 - [doc] Update documentation for Changing Modes
167       Clears Calculation.
169 ----
171 Overview of changes in gcalctool 5.21.2
173     * Fixed bug #485919 - Use Glade for UI. Glade conversion of gcalctool 
174       is now complete (thanks Robert).
176     * Fixed bug #495349 - Close precision dialog when setting precision from
177       Acc button.
179     * Fixed bug #495345 - Connect "activate" signal for precision spin button
180       after spin button has been updated.
182     * Fixed bug #482655 - Missing image file.
184     * Fix the buglet in comment #51 of bug #485919
186     * Fixed for final remaining parts of bug #488694 - [a11y] Several 
187       calculator buttons don't speak correctly with Orca.
189     * Fixed bug #488489 - Make accuracy shortcuts only work in scientific mode.
191     * Fixed bug # 488703 - Stop bogus '-/-' appearing in accuracy menu items.
193     * Fix for bug #485134 - OR calculation produces incorrect result in
194       arithmetic precedence mode.
196     * General code cleanup.
198 ----
200 Overview of changes in gcalctool 5.21.1
202     * Work on bug #485919 - Use Glade for UI.
203         > Adds support for the mode panel.
204         > Puts menu accelerators back again and fixes the top button row in
205           basic mode being too tall.
206         > Now provides Glade support for the majority of the gcalctool GUI.
208     * Fix for bug #490701 - base radio buttons initially fail.
210     * Attempted fix for bug #485134 - OR calculation produces incorrect 
211       result in arithmetic precedence mode. This isn't a complete solution
212       so the bug has been reopened.
214     * Fix for bug #488828 - Reciprocal remembers backspaced items.
216     * More work on bug ##488694 - [a11y] Several calculator buttons don't speak 
217       correctly with Orca. Removed the accessible descriptions (not needed) and 
218       adjusted the "shift left" and "shift right" names (they were reversed).
220     * Patch to stablize arithmetic precedence.
222     * Stop acting on toggle events from radio buttons when they go inactive 
223       (Bug #485918).
225     * Added Robert Ancell to the list of gcalctool MAINTAINERS.
227     * Fixed bug #488830 - Hex radio button shortcut conflicts with Help menu 
228       shortcut.
230     * Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip shortcut 
231       keys.
233     * Fixed bug #488783 - memory registers not available if you start in 
234       Advanced mode
236     * Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak
237       correctly with Orca.
239     * Fix for bug #485398 - Put memory register window inside the main window.
240       Uses gtk_window_set_transient_for() to associate the memory register
241       window with the main gcalctool window.
243     * Fix for bug #383850 - [doc] New names for Precedence.
245     * Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence mode
246       if user has "hand edited" the display.
248     * Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
249       correctly set the state of the Edit-<Memory Registers check box if the
250       user wanted the memory registers initially displayed.
252     * Correctly handle memory register display and "Memory Registers" menu
253       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
254       (Needed because of the recent changes for bug #478961).
256 ----
258 Overview of changes in gcalctool 5.21.0
260     * Fix for bug #326938 – Display cursor in input area; allow home and 
261       end keys. This is in arithmetic precedence mode only.
263     * Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 places 
264       menu items.
266     * Fix for bug #439087 – Gcalctool can't handle small physic constants
267       like the Boltzmann constant. The number of significant places has
268       been increased to 99 and the number of displayable digits has been
269       increased to 200. The online help has been adjusted to reflect these
270       changes.
272       Note that if you have something in the gcalctool display that is
273       wider than the display area, a scrollbar is shown, but the first
274       digit isn't properly displayed. The workaround here, is to enlarge
275       the size of the calculator window until the scrollbar goes away.
276       I believe this is a Gtk+ problem and have filed bug #482688 against 
277       it.
279     * Fixed bug #367738 – [doc] Square root documentation needs to be updated.
280       The entry in the online help now includes examples for both arithmetic
281       precedence and non-arithmetic precedence mode.
283     * Fixed bug #428571 – [doc] Repetitive usage of "use".
285     * Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
287     * Fixed bug #428573 – [doc] Spelling of logical gates.
288       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
289       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
290       display area in arithmetic precedence mode. The gcalctool manual
291       pages and the online help have been updated accordingly.
293       The XOR operation in non-arithmetic mode was doing a multiplication
294       instead.
296       The result for the AND example in the online help was incorrect.
298       The syntax for using NOT in aritmetic mode is different then for
299       non-arithmetic mode. The online help example has been updated to
300       show both examples.
302     *  Fixed bug #469245 – Hexadecimal input is not intuitive and
303       bug #455889 – Copy/paste of lower case hex letter does not work.
304       The hexadecimal digits have been changed back to their pre Sept
305       2003 (bug #118826) values of "a" - "f".
307       The following functions have also had their keyboard shortcuts
308       reverted back to their pre Sept 2003 upper-case values:
310       [A] - Set accuracy
311       [C] - Change sign
312       [D] - Double-declining depreciation
313       [E] - Enter an exponential number
314       [F] - User-defined functions
316       With copy/paste operations, where the user is pasting a string into
317       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
318       "D" or "F" character is encountered, it will be converted to its
319       lowercase equivalent. If an "E" is found,  and the next character is a
320       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
321       a possible exponential number), otherwise its converted to a lower
322       case "e".
324       Displaying of hex digits in the gcalctool display will still be
325       in uppercase. Displaying of the "e" in an exponential number will
326       still be in lower-case.
328       The way to enter exponential numbers in arithmetic precedence mode
329       has changed. The following four examples should show you the new
330       correct syntax:
332         1  2  Exp + 8  =              1200000000
333       - 1  2  Exp + 8  =             -1200000000
334         1  2  Exp - 8  =              0.00000012
335       - 1  2  Exp - 8  =             -0.00000012
337       In both left-to-right precedence and arithmetic precedence modes, if
338       the user enters a numeric digit that is incorrect for the current
339       numeric base, this shouldn't be allowed and should not be entered
340       in the display.
342       The gcalctool documentation (and tooltips) have been updated to
343       reflect these changes.
345     * Fixed bug #479102 – memory registers dialogue should use ngettext.
347     * Fixed bug #478961 – GtkAaction use.
349     * Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
351     * Fixed bug #478979 – show menu help in statusbar.
353     * Fixed bug #479064 – should use ngettext on the Acc button.
355     * Fixed bug #479097 – use gtkmessagedialog.
357     * Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
359 ----
361 Overview of changes in gcalctool 5.20.0
363 * Released a gcalctool tarball for GNOME 2.20.0.
365 ----
367 Overview of changes in gcalctool 5.19.92
369 * Released a gcalctool tarball for GNOME 2.19.92.
371 ----
373 Overview of changes in gcalctool 5.19.91
375 * Released a gcalctool tarball for GNOME 2.19.91.
377     - Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
379 ----
381 Overview of changes in gcalctool 5.19.90
383 * Released a gcalctool tarball for GNOME 2.19.90.
385     - Adjusted the MAINTAINERS file to the new format.
387 ----
389 Overview of changes in gcalctool 5.19.6
391 * Released a gcalctool tarball for GNOME 2.19.6.
393     - Remove help/de/Makefile due to gnome-doc-utils migration.
395     - Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
396       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
398     - Fixed bug #439415. Always use left-to-right direction for button's boxes.
400 ----
402 Overview of changes in gcalctool 5.19.5
404 * Released a gcalctool tarball for GNOME 2.19.5.
406     - Applied Sun patch to change the Comment line in gcalctool.desktop.in
408     - Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
410     - Fixed bug #450790 – crash in Calculator when pasting in a very large
411       number.
413 ----
415 Overview of changes in gcalctool 5.19.4
417 * Released a gcalctool tarball for GNOME 2.19.4.
419     - Fixed bug #448263 – drop libgnome dependency
421 ----
423 Overview of changes in gcalctool 5.19.3
425 * Released a gcalctool tarball for GNOME 2.19.3.
427   - Fixed bug #439985 – Negative value not saved in memory register across 
428     invocations of gcalctool. This was also a problem was negative constants.
430 ----
432 Overview of changes in gcalctool 5.19.2
434 * Released a gcalctool tarball for GNOME 2.19.2.
436 ----
438 Overview of changes in gcalctool 5.19.1
440 * Released a gcalctool tarball for GNOME 2.19.1.
442 ----
444 Overview of changes in gcalctool 5.9.14
446 * Released a gcalctool tarball for GNOME 2.18.0 (Final).
448 ----
450 Overview of changes in gcalctool 5.9.13
452 * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
454 ----
456 Overview of changes in gcalctool 5.9.12
458 * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
460 ----
462 Overview of changes in gcalctool 5.9.11
464 * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
466 ----
468 Overview of changes in gcalctool 5.9.10
470 * All copyright messages updated for 2007.
471 * Released a gcalctool tarball for GNOME 2.17.5.
473 ----
475 Overview of changes in gcalctool 5.9.9
477 * Released a gcalctool tarball for GNOME 2.17.4.
479 ----
481 Overview of changes in gcalctool 5.9.8
483 * Released a gcalctool tarball for GNOME 2.17.3.
485 ----
487 Overview of changes in gcalctool 5.9.7
489 * Released a gcalctool tarball for GNOME 2.17.2.
491 ----
493 Overview of changes in gcalctool 5.9.6
495 * Fixed bug #358782. Fixup sloppy string handling.
497 ----
499 Overview of changes in gcalctool 5.9.5
501 * Fixed bug #364410.  Incorrectly rounded pi constant.
503 ----
505 Overview of changes in gcalctool 5.9.4
507 * Released a gcalctool tarball for GNOME 2.17.1.
509 ----
511 Overview of changes in gcalctool 5.9.3
513 * Fixed bug 359291 - crash when localized decimal point is greater than 
514   1 char. Removed the bogus assert.
516 ----
518 Overview of changes in gcalctool 5.9.2
520 * Fixed bug #358337 - gcalctool no longer crashes in the Oriya locale due 
521   to sloppy string handling.
522 * Fixed bug #354730 - crash in Calculator: running 3x10^38 using bi..
523 * Fixed bug #357208 - Bitcalculating extension needs to support negative 
524   numbers
526 ----
528 Overview of changes in gcalctool 5.9.1
530 * Fixed bug #157961 - Bitcalculating extension for gcalctool.
531 * Fixed bug #355648 - Error reporting should be consistent.
532 * Fixed bug #135140 - percent operator works not as expected.
534 ----
536 Overview of changes in gcalctool 5.9.0
538 * Fixed bug #349981 - gcalctool should save screen position for next start.
540 ----
542 Overview of changes in gcalctool 5.8.24
544 * Released a gcalctool tarball for GNOME 2.16.0 (Final).
546 ----
548 Overview of changes in gcalctool 5.8.23
550 * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
552 ----
554 Overview of changes in gcalctool 5.8.22
556 * Removed several chunks of code that were surronded by #if 0/#endif.
558 ----
560 Overview of changes in gcalctool 5.8.21
562 * Fixed bug #350341. gcalctool now builds again with gcc v2.95.
564 ----
566 Overview of changes in gcalctool 5.8.20
568 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
570 ----
572 Overview of changes in gcalctool 5.8.19
574 * More work on bug #347700.  Added another "Note to translators" 
575   comment for the Abs button labels.
577 * Fixed bug #348452. Removed line for help/sv/Makefile.in
579 * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
581 ----
583 Overview of changes in gcalctool 5.8.18
585 * Work on bug #347700. Added a "Note to translators" comment for the 
586   Bksp and Clr button labels.
588 ----
590 Overview of changes in gcalctool 5.8.17
592 * Released a gcalctool tarball for GNOME 2.15.4.
594 ----
596 Overview of changes in gcalctool 5.8.16
598 * Released a gcalctool tarball for GNOME 2.15.3.
600 ----
602 Overview of changes in gcalctool 5.8.15
604 * Fixed bug #343150. Gcalctool no longer crashes when switching to 
605   scientific mode.
607 ----
609 Overview of changes in gcalctool 5.8.14
611 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
613 ----
615 Overview of changes in gcalctool 5.8.13
617 * Released a gcalctool tarball for GNOME 2.15.2.
619 ----
621 Overview of changes in gcalctool 5.8.12
623 * Fixup compiler warnings from inclusion of last patch.
625 ----
627 Overview of changes in gcalctool 5.8.11
629 * Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
630   Backspace results in mal-formed expression.
632 * = button is now also a one step undo. (This feature was temporary
633   disabled by the previous redo/undo patch.)
635 * Removed gotos from do_expression function. (This change might add
636   unstability as this is a major change to the expression mode state
637   machine.)
639 * Functions (such as sin, cos, tan..) can use previously calculated value.
641 ----
643 Overview of changes in gcalctool 5.8.10
645 * First cut at an Undo/Redo implementation for use with the arithmetic
646   operator precedence mode.
648 ----
650 Overview of changes in gcalctool 5.8.9
652 * Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files
653   were missing.
656 Overview of changes in gcalctool 5.8.8
658 * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
659 * Released a gcalctool tarball for GNOME 2.15.1.
661 ----
663 Overview of changes in gcalctool 5.8.7
665 * Fixed bug #337897. Changes to use po/LINGUAS file.
667 ----
669 Overview of changes in gcalctool 5.8.6
671 * Fixed bug #338220. The 'Show trailing zeroes' option in the View menu 
672   should now be correctly set [in]sensitive depending upon which mode 
673   it's in.
675 ----
677 Overview of changes in gcalctool 5.8.5
679 * Fixed bug #332023. The bitwise operators now work in arithmetic operator 
680   precedence mode, when you use them with the result of a previous operation.
682 ----
684 Overview of changes in gcalctool 5.8.4
686 * Fixed bug #327729. The fields in the memory register window were not 
687   correctly aligned in some themes.
689 ----
691 Overview of changes in gcalctool 5.8.3
693 * Fixed bug #330867.  Added License info to the Gcalctool About dialog.
695 ----
697 Overview of changes in gcalctool 5.8.2
699 * Fixed bug #335095. Gcalctool no longer displays the current mode in 
700   the title bar when in Basic mode (due to lack of space).
702 ----
704 Overview of changes in gcalctool 5.8.1
706 * Fixed bug #335236. Gcalctool schemas files should be installed if
707   built with "--without-gnome".
709 ----
711 Overview of changes in gcalctool 5.8.0
713 * Adjustments to the AOP code so that e to the power of x gives the
714   correct answer at high precision.
716 ----
718 Overview of changes in gcalctool 5.7.32
720 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
722 ----
724 Overview of changes in gcalctool 5.7.31
726 * Fix for bug #333078. cvs fails to build due to bg translation of help.
728 * Inclusion of a translation of gcalctool help for the bg locale.
730 ----
732 Overview of changes in gcalctool 5.7.30
734 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
736 ----
738 Overview of changes in gcalctool 5.7.29
740 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
742 ----
744 Overview of changes in gcalctool 5.7.28
746 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
748 ----
750 Overview of changes in gcalctool 5.7.27
752 * Refixed bug #323150. The recent changes to the square root and 
753   subtraction button labels broke the token parser for arithmetic 
754   operator precedence.
756 ----
758 Overview of changes in gcalctool 5.7.26
760 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of 
761   causing the CE button to no longer work correctly.
763 ----
765 Overview of changes in gcalctool 5.7.25
767 * Fixed bug #327214. The results from performing trig functions were not 
768   being passed on to future calculations correctly (in non-arithmetic 
769   operator precedence mode).
771 ----
773 Overview of changes in gcalctool 5.7.24
775 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
776   for label on division button.
778 ----
780 Overview of changes in gcalctool 5.7.23
782 * Released a gcalctool tarball for GNOME 2.13.5.
784 ----
786 Overview of changes in gcalctool 5.7.22
788 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, 
789   multiplication, plus/minus, minus and square root.
791 ----
793 Overview of changes in gcalctool 5.7.21
795 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic 
796   operator precedence mode with the scientific view) now hopefully works 
797   correctly.
799 ----
801 Overview of changes in gcalctool 5.7.20
803 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric 
804   point in arithmetic operator precedence mode.
806 * Adjusted all the copyright messages to include 2006.
808 ----
810 Overview of changes in gcalctool 5.7.19
812 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
813   Gcalctool no longer crashes when you double click the 0 in the display area. 
815 ----
817 Overview of changes in gcalctool 5.7.18
819 * Final fix for bug #153854. Now handles the case where the first thing 
820   the user does is change mode (Basic, Financial, Advanced, Scientific) 
821   in AOP mode.
823 * Released a gcalctool tarball for GNOME 2.13.4.
825 ----
827 Overview of changes in gcalctool 5.7.17
829 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail 
830   in non-English locales
832 ----
834 Overview of changes in gcalctool 5.7.16
836 * Fixed bug #324001. Primary Selection (middle mouse button) is now working.
838 ----
840 Overview of changes in gcalctool 5.7.15
842 * Released a gcalctool tarball for GNOME 2.13.3.
844 ----
846 Overview of changes in gcalctool 5.7.14
848 * More work on bug #153854. Similar change to that made on 15th November 
849   2005, this time for arithmetic operator precedence mode.
851 ----
853 Overview of changes in gcalctool 5.7.13
855 * Slight fixup for bug #157961. The toggling of the first bit in the
856   bit panel wasn't working correctly. 
858 ----
860 Overview of changes in gcalctool 5.7.12
862 * More work on bug #153854
863   If the user has completed a calculation and we are going to a
864   new mode that is "compatible" with this one, then just change
865   modes. Otherwise display a dialog warning the user that the
866   current calculation will be cleared.
868   Incompatible modes are:
870   Scientific -> Basic
871   Scientific -> Advanced
872   Scientific -> Financial
874   (unless we are in Scientific mode with Decimal numeric base and Fixed).
876   These changes work nicely in non-arithmetic operator precedence mode.
878 ----
880 Overview of changes in gcalctool 5.7.11
882 * Released a gcalctool tarball for GNOME 2.13.2.
884 ----
886 Overview of changes in gcalctool 5.7.10
888 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: 
889   gdk_window_invalidate_rect: assertion `window != NULL' failed" 
890   warnings at startup.
892 ----
894 Overview of changes in gcalctool 5.7.9
896 * Fixed bug #319934. The percent operator was broken in non-arithmetic 
897   operator precedence mode.
899 ----
901 Overview of changes in gcalctool 5.7.8
903 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
904   Exponential notation now works correctly in arithmetic operator
905   precedence mode.
907 ----
909 Overview of changes in gcalctool 5.7.7
911 * Slight adjustment to the bit panel. It's now centralized.
913 ----
915 Overview of changes in gcalctool 5.7.6
917 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
918   needed to also preserve v->toclear and v->pointed.
920 * Work on enhancement request #157961. Started to implement the bit 
921   panel for non-arithmetic precedence mode.  It's automatically displayed 
922   when in Scientific mode.
924 ----
926 Overview of changes in gcalctool 5.7.5
928 * Implemented enhancement request #148104 for arithmetic precedence mode.
929   The modulo operation. See entry below for more details.
931 ----
933 Overview of changes in gcalctool 5.7.4
935 * Fixed bug #316382. The "useless" cursor is no longer displayed in 
936   the calculator display area.
938 ----
940 Overview of changes in gcalctool 5.7.3
942 * Implemented enhancement request #148104 for non-arithmetic precedence
943   mode. Added in a modulo operation. This is available in Scientic Mode. 
944   A Mod B return the remainder when you divide A by B. A and B must be
945   integers. Keyboard shortcut for this operation is "M".
947 ----
949 Overview of changes in gcalctool 5.7.2
951 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets 
952   to display the register values. Gnopernicus can now correctly speak the 
953   contents of each memory register. There is also a close button to easily 
954   dismiss this dialog.
956 ----
958 Overview of changes in gcalctool 5.7.1
960 * Fixed bug #314540. The memory register window is now a dialog rather 
961   than a top-level window.
963 ----
965 Overview of changes in gcalctool 5.7.0
967 * Fix to prevent invalid numeric entry in arithmetic operator precedence
968   mode, depending upon the current base.
970 ----
972 Overview of changes in gcalctool 5.6.31
974 * A number of the bison- and flex-related make rules in 
975   .../gcalctool/Makefile.am were broken when builddir != srcdir.
977 ----
979 Overview of changes in gcalctool 5.6.30
981 * Fixed bug #314540. The libparser.a library needs ranlib run on it 
982   for Mac OS X.
984 ----
986 Overview of changes in gcalctool 5.6.29
988 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in 
989   syntax_translation.c
991 ----
993 Overview of changes in gcalctool 5.6.28
995 * Generated release for GNOME 2.12 (RC)
997 * Changed type of argument in paren_disp from char to int for 64bit.
999 ----
1001 Overview of changes in gcalctool 5.6.27
1003 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1005 Overview of changes in gcalctool 5.6.26
1007 * Generated release for GNOME 2.11.91 (beta2).
1009 ----
1011 Overview of changes in gcalctool 5.6.25
1013 * Fixed bug #311306. If the user was in View->Scientific with base Bin, 
1014   Oct or Hex and then went to View->Basic, then returned to View->Scientific, 
1015   some of the numeric keys were incorrectly greyed out.
1017 ----
1019 Overview of changes in gcalctool 5.6.24
1021 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B" 
1022   button (or typing Shift-B).
1024 ----
1026 Overview of changes in gcalctool 5.6.23
1028 * Fixed bug #310791. Memory register window view logic was screwed.
1030 ----
1032 Overview of changes in gcalctool 5.6.22
1034 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
1036 ----
1038 Overview of changes in gcalctool 5.6.21
1040 * Fixed bug #153854. When the user changes modes, a warning dialog is 
1041   displayed to let them know that their current display will be cleared 
1042   and the base reset to decimal. The user has the option of checking a 
1043   toggle box on the dialog, that will prevent this warning from being 
1044   displayed again.
1046 ----
1048 Overview of changes in gcalctool 5.6.20
1050 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build 
1051   on Solaris with pkgconfig >= 0.17.1.
1053 ----
1055 Overview of changes in gcalctool 5.6.19
1057 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now 
1058   correctly change the sign of the exponent on scientific numbers again.
1059 ----
1061 Overview of changes in gcalctool 5.6.18
1063 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal 
1064   numbers "A-F" to other bases in "use arithmetic operator precedence mode".
1066 ----
1068 Overview of changes in gcalctool 5.6.17
1070 * Fixed bug #305619. Calculations with stored register values in arithmetic 
1071   operator precedence mode, now work correctly.
1073 ----
1075 Overview of changes in gcalctool 5.6.16
1077 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching 
1078   the format (e.g. from ENG to FIX), the displayed value switches to zero 
1079   (in the corresponding format, so e.g. 0.0 or 0e+0, ...).
1081 ----
1083 Overview of changes in gcalctool 5.6.15
1085 * Fixed bug #305467. gcalctool no longer crashes under the following 
1086   scenerio:
1087     - type "f" to bring up the user function menu.
1088     - dismiss the menu by clicking elsewhere with the mouse.
1089     - type another character which isn't in the range "0" to "9".
1091 ----
1093 Overview of changes in gcalctool 5.6.14
1095 * Did a gcalctool tarball release.
1097 ----
1099 Overview of changes in gcalctool 5.6.13
1101 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y 
1102   operations. New values are:
1103       Xor - 'x'
1104       x^y - '^'
1106 ----
1108 Overview of changes in gcalctool 5.6.12
1110 * Fixed bug #302555. Various gcalctool variables have now been const'ified.
1112 ----
1114 Overview of changes in gcalctool 5.6.11
1116 * Fixed bug #300957. Replaced the underscore character in 
1117   "translator_credits" with a hyphen, to prevent some 
1118   translation tools from being confused.
1120 ----
1122 Overview of changes in gcalctool 5.6.10
1124 * More work on bug #172704. 
1125   - Adjusted the code to not try to display a menu when the user 
1126     entered a left parentheses (another do_pending() type of operation).
1127   - Toggling the "Show Trailing Zeroes" operation via keyboard
1128     shortcuts, needed to clear the v-.pending flag.
1130 ----
1132 Overview of changes in gcalctool 5.6.9
1134 * Fixed up some problems reported by lint.
1136 ----
1138 Overview of changes in gcalctool 5.6.8
1140 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut 
1141   for any of the gcalctool buttons that have a menu associated with them, that 
1142   menu is now displayed. The user can use the arrow keys to select a menu item 
1143   or the menu items shortcut.
1145 ----
1147 Overview of changes in gcalctool 5.6.7
1149 * Fixed bug #171393. Allow stock labels to show through.
1151 ----
1153 Overview of changes in gcalctool 5.6.6
1155 * Refixed bug #158280. The Help->Contents menu item no longer appears if 
1156   gcalctool is built Gtk-only.
1158 ----
1160 Overview of changes in gcalctool 5.6.5
1162 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init() 
1163   and the gtk about popup didn't have the gcalctool icon.
1165 ----
1167 Overview of changes in gcalctool 5.6.4
1169 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1170   the on-screen keyboard assistive technology, it's possible that the 
1171   event returned by gtk_get_current_event() is NULL. If this is the 
1172   case, we need to fudge the popping up on the menu associated with 
1173   this menu button.
1175 ----
1177 Overview of changes in gcalctool 5.6.3
1179 * Fixed bug #158280. You can now build gcalctool without the GNOME 
1180   libraries by specifying "--disable-gnome" on the configure command 
1181   line.
1183 ----
1185 Overview of changes in gcalctool 5.6.2
1187 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu 
1188   item inactive if the calculator is in Basic mode.
1190 ----
1192 Overview of changes in gcalctool 5.6.1
1194 * Fixed bug #168694. gcalctool now saves/restores the ten memory 
1195   register values as gconf resources.
1197 * Removed the redundant process_str() routine in graphics.c
1199 ----
1201 Overview of changes in gcalctool 5.6.0
1203 * Fixed bug #169196. gcalctool now uses use g_get_home_dir().
1205 * Added in a better implementation of the trig_filter() routine in 
1206   functions.c
1208 ----
1210 Overview of changes in gcalctool 5.5.41
1212 * Version for GNOME 2.10.0 (final) call for tarballs.
1214 ----
1216 Overview of changes in gcalctool 5.5.40
1218 * Version for GNOME 2.10.0 (rc1) call for tarballs.
1220 ----
1222 Overview of changes in gcalctool 5.5.39
1224 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator 
1225   precedence mode.
1227 ----
1229 Overview of changes in gcalctool 5.5.38
1231 * Changes to make the trigonometric code work with hyp and inv properly.
1233 ----
1235 Overview of changes in gcalctool 5.5.37
1237 * Left and Right shift operations weren't working correctly. Menu
1238   name comparison in mb_proc() in gtk.c was incorrect.
1240 ----
1242 Overview of changes in gcalctool 5.5.36
1244 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
1245 * Exch functionality was incorrect in Arithmetic Precedence mode.
1247 ----
1249 Overview of changes in gcalctool 5.5.35
1251 * Fixed bug 167124. One of the entries in the words[] array in 
1252   syntax_translation.c was accidentally commented out.
1254 ----
1256 Overview of changes in gcalctool 5.5.34
1258 * Fixed bug 166634. Call to create the About box was missing a 
1259   NULL terminator.
1261 ----
1263 Overview of changes in gcalctool 5.5.33
1265 * Adjusted all copyright messages to be 2005.
1266 * Version for GNOME 2.10.0 (beta2) call for tarballs.
1268 ----
1270 Overview of changes in gcalctool 5.5.32
1272 * Fixed bug #165522. Made the status bar non-resizable.
1274 ----
1276 Overview of changes in gcalctool 5.5.31
1278 * Various code cleanups. It moves some declarations of static functions 
1279   to the corresponding .c files. It also cuts down the number of 
1280   included files, moving some includes to where they are needed from 
1281   calctool.h.
1283 ----
1285 Overview of changes in gcalctool 5.5.30
1287 * Adjusted the About dialog to use the latest GtkAbout widget.
1289 ----
1291 Overview of changes in gcalctool 5.5.29
1293 * Version for GNOME 2.10.0 (beta1) call for tarballs.
1295 ----
1297 Overview of changes in gcalctool 5.5.28
1299 * Fixed bug #162998. The "menu" buttons in gcalctool now responds 
1300   to the "clicked" event rather than the "button-press-event" to 
1301   allow gok, the on-screen keyboard to function properly.
1303 * Fixed bug #159957. Input number in FIX mode now make mimimal changes 
1304   to (i.e append a single character) the display rather than completely 
1305   delete and insert it. The is helpful to assistive technologies like 
1306   gnopernicus.
1308 ----
1310 Overview of changes in gcalctool 5.5.27
1312 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c 
1313   so that the L10N message translation software isn't confused.
1315 ----
1317 Overview of changes in gcalctool 5.5.26
1319 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
1321 ----
1323 Overview of changes in gcalctool 5.5.25
1325 * Version for GNOME 2.9.4 call for tarballs.
1327 ----
1329 Overview of changes in gcalctool 5.5.24
1331 * Couldn't use the "#" key to select constants as this symbol was
1332   a lower-case symbol on his keyboard.
1334 * Powers that were a multiple of 30 (10 as well as 3) would not 
1335   display correctly, having a 4 digit significand. Further testing 
1336   showed that without the fix the following powers had a 4 digit 
1337   significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
1339 ----
1341 Overview of changes in gcalctool 5.5.23
1343 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
1345 ----
1347 Overview of changes in gcalctool 5.5.22
1349 * Fixed bug #155101. Made the gcalctool window resizable. 
1351 ----
1353 Overview of changes in gcalctool 5.5.21
1355 * Version for GNOME 2.9.3 call for tarballs.
1357 ----
1359 Overview of changes in gcalctool 5.5.20
1361 * Fixed bug #160929. Removed the "Mode" word from each of the different 
1362   mode menu items in the gcalctool View menu.
1364 ----
1366 Overview of changes in gcalctool 5.5.19
1368 * Fixed bug #157701. gcalctool can now use real multiplication and division 
1369   symbols instead of "*" and "/". 
1371 ----
1373 Overview of changes in gcalctool 5.5.18
1375 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include 
1376   the word "Mode" which was getting chopped when the calculator was in 
1377   Basic mode.
1379 ----
1381 Overview of changes in gcalctool 5.5.17
1383 * Fixed bug #157962. Added in a set of three colors for gcalctool that 
1384   will work with the default theme. To use them, the "gcalctoolrc" file 
1385   supplied with the source distribution needs to be moved to ~/.gcalctoolrc
1387 ----
1389 Overview of changes in gcalctool 5.5.16
1391 * Generated gcalctool tarball for the GNOME 2.9.2 release.
1393 ----
1395 Overview of changes in gcalctool 5.5.15
1397 * Adjusted the scroll_right() routine to only scroll right if the 
1398   horizontal scroll bar is visible.
1400 ----
1402 Overview of changes in gcalctool 5.5.14
1404 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the 
1405   -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in 
1406   .../gcalctool/Makefile.am for now, to allow it to successfully build
1407   against the latest GNOME/Gtk+.
1409 * Slight adjustment to correct check the Advanced mode menu item when
1410   the user had previously terminated gcalctool in that mode.
1412 ----
1414 Overview of changes in gcalctool 5.5.13
1416 * Changed the names of the gconf mode type key so that there is backward 
1417   compatibility.
1419 * Reset the initial default mode to BASIC.
1421 ----
1423 Overview of changes in gcalctool 5.5.12
1425 * Fixed bug #157757. The horizontal scrollbar for the display area will 
1426   now only be visible when needed. It will also display the rightmost part 
1427   of the display as you are entering new input.
1429 ----
1431 Overview of changes in gcalctool 5.5.11
1433 * Added in a very basic mode for gcalctool. Rather than calling this a 
1434   "Light" mode, the existing "Basic" mode is now renamed to "Advanced" 
1435   and the new basic mode is called "Basic".
1437 ----
1439 Overview of changes in gcalctool 5.5.10
1441 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with
1442   non-integer Y will now display a descriptibe error in the status bar.
1444 ----
1446 Overview of changes in gcalctool 5.5.9
1448 * Generated gcalctool tarball for first GNOME 2.9 release.
1450 ----
1452 Overview of changes in gcalctool 5.5.8
1454 * Slight adjustment to bug #152301. The tooltip message had been tweaked to 
1455   "Show the About Gcalctool dialog".
1457 ----
1459 Overview of changes in gcalctool 5.5.7
1461 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from 
1462   "Show about help" to "Show the about dialog", to make it more understandable.
1464 ----
1466 Overview of changes in gcalctool 5.5.6
1468 * Fixed bug #153726. Gcalctool will now build correctly when using the 
1469   -fno-common option for gcc (3.3.4).
1471 ----
1473 Overview of changes in gcalctool 5.5.5
1475 * Numerical answer localization and thousand separator support for 
1476   arithmetic precedence mode.
1478 * If the accuracy was changed via one of the ten preset menu items in the 
1479   Acc menu, the tooltip wasn't getting correct updated with the new accuracy.
1481 ----
1483 Overview of changes in gcalctool 5.5.4
1485 * Further changes to the "Set Precision" popup (rfe #147803):
1486   - "Significant places" not "Significant Places".
1487   - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the 
1488     current precision, and be in the same radio box group as the other menu 
1489     items. Check the appropriate menu entry.
1490   - Adjust the Acc button tooltip to show the current accuracy too.
1491   - When the user attempts to enter an invalid entry in the Set Precision 
1492     popup, an error message is shown in the main gcalctool status bar.
1493   - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).
1495 * Fixed bug #152790. Most of the changes needed were already in CVS; there 
1496   was one compiler warning that still needed to be removed.
1498 * Storing the display value to a memory register was not updating the memory 
1499   register window, if it was visible.
1501 ----
1503 Overview of changes in gcalctool 5.5.3
1505 * Added in functionality to set the number of significant places > 9.
1506   There is a new menu item under the Acc menu called "Set Precision..."
1507   that brings up a small popup allowing you to set precision between 0
1508   and MAXACC significant places (where MAXACC is currently 30).
1510 ----
1512 Overview of changes in gcalctool 5.5.2
1514 * Fixed up numerous warnings generated by running lint on the gcalctool code.
1515   Removed unused variables and functions. Declared routines statically where 
1516   possible.
1518 ----
1520 Overview of changes in gcalctool 5.5.1
1522 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
1524 ----
1526 Overview of changes in gcalctool 5.5.0
1528 * Major new release of gcalctool. Incorporates an arithmetic operator
1529   precedence mode (currently the default while it's been debugged). To get
1530   the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
1531 * The "(" and ")" buttons have moved from the scientific mode into the
1532   Basic mode so that they are now available to users who need them but not
1533   everything that the Scientific mode provides.
1534 * There is a footer message area that provides feedback.
1535 * The display area now has an horizontal scrollbar.
1536 * Typing in the keyboard shortcuts for the various gcalctool buttons
1537   autocompletes their entry into the display area.
1538 * Tooltips show button's shortcut.
1540 ----
1542 Overview of changes in gcalctool 4.4.13
1544 * Remainder of the fix for bug #143924. Control-T shouldn't work in Basic 
1545   or Financial modes. 
1547 ----
1549 Overview of changes in gcalctool 4.4.12
1551 * Partial fix for bug #143924. After an error condition, the "Show 
1552   Trailing Zeroes" menu item is only activated if the user is in 
1553   Scientific mode.
1555 ----
1557 Overview of changes in gcalctool 4.4.11
1559 * Fixed bug 138106. In Basic or Financial mode, "Error" was been 
1560   incorrectly display if you user has "Show Thousands Separator" set.
1562 ----
1564 Overview of changes in gcalctool 4.4.10
1566 * Fixed bug 144031. gcalctool checked for the presence of the X11 
1567   libraries but doesn't need to.
1569 ----
1571 Overview of changes in gcalctool 4.4.9
1573 * Selecting Help->About from the menubar now works again.
1575 ----
1577 Overview of changes in gcalctool 4.4.8
1579 * Adjusted the creation of the menubar and the Accuracy and Left/Right 
1580   shift menus from GtkItemFactory to GtkUIManager.
1582 ----
1584 Overview of changes in gcalctool 4.4.7
1586 * Fixed bug 142824. gcalctool now correctly recognizes the localized 
1587   decimal point character.
1589 ----
1591 Overview of changes in gcalctool 4.4.6
1593 * Fixed bug 129397. Use GtkIconTheme to load gcalctool icon instead of
1594   built-in image.
1596 ----
1598 Overview of changes in gcalctool 4.4.5
1600 * Fixed bug 142888. Gcalctool is now connected to the "die" signal so 
1601   that it can be successfully terminated when removed from 
1602   gnome-session-properties.
1604 ----
1606 Overview of changes in gcalctool 4.4.4
1608 * The "Bsp" button label has been changed to "Bksp" to make it more 
1609   understandable.
1611 ----
1613 Overview of changes in gcalctool 4.4.3
1615 * Fixed bug 138106. If the "Error" message is being displayed, it is now 
1616   no longer incorrectly displayed as "Er,ror" if the "Show Thousands 
1617   Separator" is on.
1619 ----
1621 Overview of changes in gcalctool 4.4.2
1623 * Fixed bug 135068. Adjusted several default constant descriptions to be 
1624   more understandable. 
1626 ----
1628 Overview of changes in gcalctool 4.4.1
1630 * Fixed bug 135065. Tooltips for OR, AND, NOT, XOR and XNOR have been 
1631   changed from "Logical <whatever>" to "Bitwise <whatever>". 
1633 ----
1635 Overview of changes in gcalctool 4.4.0
1637 * Fixed bug 136872. gcalctool can now be built with "CFLAGS=-fdata-sections".
1639 ----
1641 Overview of changes in gcalctool 4.3.51
1643 * Version for GNOME 2.6 (FINAL) call for tarballs. Includes:
1644   - new locales for pa, en_GB, bg and ga.
1645   - localized online user documentation from the Sun translation team.
1646     for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
1648 ----
1650 Overview of changes in gcalctool 4.3.50
1652 * One more slight adjustment to the fix for bug 135064.
1653   Entering numbers that start with the numeric point character ('.")
1654   are now visibly displayed.
1656 ----
1658 Overview of changes in gcalctool 4.3.49
1660 * Adjustment to the fix for bug 135064. Fix to remove a potential spurious 
1661   initial thousands separator character after a change sign operation.
1663 ----
1665 Overview of changes in gcalctool 4.3.48
1667 * Fixed bug 135064. Changing the sign of a large number (when "Show 
1668   Thousands Separator" is on and this is not the C locale), no longer 
1669   corrupts the display.
1671 ----
1673 Overview of changes in gcalctool 4.3.47
1675 * Fixed bug 135328. Added Shift-slash as a recognized alternate for the 
1676   divide operation (needed by the be-latin1 keyboard layout).
1678 ----
1680 Overview of changes in gcalctool 4.3.46
1682 * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789 
1683   which are shifted about the accented characters on a French keyboard.
1685 ----
1687 Overview of changes in gcalctool 4.3.45
1689 * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up. 
1691 ----
1693 Overview of changes in gcalctool 4.3.44
1695 * Fixed bug 133764.
1696   - "Gradients" was still appearing when in Scientific mode (instead of 
1697     "Gradians".
1698   - In the x^2 button, the 2 should not be italicized.
1699   - In the x^2 and x^y buttons, the x should be italicized.
1700   - The View Thousands Separator menu item should not remain active during 
1701     an error condition.
1703 ----
1705 Overview of changes in gcalctool 4.3.43
1707 * Fixed bug 133590. The About box now lists the documenters of gcalctool. 
1709 ----
1711 Overview of changes in gcalctool 4.3.42
1713 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen 
1714   (rather than square brackets) to show what mode the user is currently 
1715   using.
1717 ----
1719 Overview of changes in gcalctool 4.3.41
1721 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather 
1722   than frames (per the HIG).
1724 ----
1726 Overview of changes in gcalctool 4.3.40
1728 * Fixed bug 131571. User defined constants are now read/written out (as 
1729   gconf resources) with no thousands separator and with a radix of ".". 
1731 ----
1733 Overview of changes in gcalctool 4.3.39
1735 * Fixed bug 131594. The "Insert ASCII View..." menu item and the 
1736   "Insert" button no longer use the GTK_STOCK_CONVERT stock icon 
1737  (as per the HIG).
1739 ----
1741 Overview of changes in gcalctool 4.3.38
1743 * Fixed bug 131059. Fix to allow the thousands separator to be used 
1744   correctly with the creation of the initial constant values in the 
1745   Russian locale. 
1747 ----
1749 Overview of changes in gcalctool 4.3.37
1751 * Fixed bug 130078. Changed the y^x button label to x^y (really x 
1752   superscript y). Adjusted the tooltip message to "Raise displayed 
1753   value to the power of y".
1755 ----
1757 Overview of changes in gcalctool 4.3.36
1759 * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check 
1760   from the get_tsep() routine in order to get the thousands separator to 
1761   correctly work in all locales. Note that there is no thousands separator 
1762   now for the C locale.
1764 ----
1766 Overview of changes in gcalctool 4.3.35
1768 * Fixed part of bug 126125. If the user entered: "1+(2()<backspace>)", 
1769   this resulted in an answer of 0. 
1771 ----
1773 Overview of changes in gcalctool 4.3.34
1775 * Fixed bug 130187. When gcalctool changes modes now, it's internal state 
1776   and the display are cleared.
1778 ----
1780 Overview of changes in gcalctool 4.3.33
1782 * Fixed bug 130282. Fixes for more problems with the thousands separator 
1783   in certain locales, plus correct handling of the radix character with 
1784   the initial constant values.
1786 ----
1788 Overview of changes in gcalctool 4.3.32
1790 * Fixed bug 128603 again. The solution this time was to duplicate the 
1791   initial string constant values to be confident that they are not in 
1792   read-only memory.
1794 ----
1796 Overview of changes in gcalctool 4.3.31
1798 * Fixed bug 129539.  The thousands separator is a null terminated string, 
1799   not a single character. Same for the radix.
1801 ----
1803 Overview of changes in gcalctool 4.3.30
1805 * Fixed bug 129496. "Gradients" should be "Gradians".
1807 ----
1809 Overview of changes in gcalctool 4.3.29
1811 * Fixed bug 128603. The changes for enhancement request #126626 which added 
1812   thousands separator support caused a crash at startup time on a Debian 
1813   system. The initial constant strings are being put in read-only memory 
1814   either by gcc (or because of the way that x86 arch is designed). This was 
1815   not a problem when tested with the Sun compilers on a Solaris SPARC machine.
1816   The remove_tsep() routine is display.c has been rewritten to correctly 
1817   handle this.
1819 ----
1821 Overview of changes in gcalctool 4.3.28
1823 * Further work on enhancement request 125873. As the user is typing in 
1824   input, the display will now show the thousands separator (if checked).
1826 ----
1828 Overview of changes in gcalctool 4.3.27
1830 * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
1831   This keyval/state pair needed to be added to the Xor recognized mappings.
1833 ----
1835 Overview of changes in gcalctool 4.3.26
1837 * Re-fixed bug 127672. The fix for Shift-"=" should have been for GDK_equal 
1838   not GDK_Return.  Needed to add in support for Shift-"/" too.
1840 ----
1842 Overview of changes in gcalctool 4.3.25
1844 * Implemented enhancement request 125873. gcalctool can now optionally 
1845   show the thousands seperator character for fixed point numbers displayed 
1846   in the decimal base. Same for numbers stored in the memory registers. 
1847   There is a new "Show Thousands Separator" menu entry in the View menu 
1848   to set this.
1850 ----
1852 Overview of changes in gcalctool 4.3.24
1854 * Fixed bug 126626. gcalctool no longer causes a Gtk-CRITICAL error when 
1855   the user enters "9*(1<Xor>". The problem was caused because a non-UTF 
1856   character was being inserted into the text string to be displayed for 
1857   the Xor function.
1859 ----
1861 Overview of changes in gcalctool 4.3.23
1863 * Fixed bug 125782. If the user is entering a left parenthesis and it is 
1864   the first one being displayed and there is no current arithmetic operand,
1865   then the current display is initially cleared to avoid the confusion of 
1866   showing something like "0(".
1868 ----
1870 Overview of changes in gcalctool 4.3.22
1872 * Fixed bug 127862. The fix for bug #125625 introduced a potential 
1873   out-of-order case for users who are rapid keyboard typers. This 
1874   bug fix rectifies this with the unfortunate side-effect of no longer 
1875   visual toggling the equivalent button to the keyboard character 
1876   that the user entered. This fix is still compatible with the way 
1877   the accessibility infrastructure works though.
1879 ----
1881 Overview of changes in gcalctool 4.3.21
1883 * Fixed bug 65806. For the "1/x", "x^2", "x!", "e^x", "10^x" and 
1884   "y^x" labels, all occurances of "x" and "y" are now italicized.
1885   The "e" in "e^x" is no longer italicized.
1887 ----
1889 Overview of changes in gcalctool 4.3.20
1891 * Fixed bug 127316. The "fix" introduced in gcalctool v4.1.18 to fix Sun 
1892   Bugtraq bug #1258472 against CDE dtcalc (which was also a problem with 
1893   gcalctool) was incorrect.
1895 ----
1897 Overview of changes in gcalctool 4.3.19
1899 * Fixed bug 127672. The "=" key on a Swedish keyboard is on the upper 
1900   level of a key (i.e. the Shift key needs to be down). Added another 
1901   mask/keysym pair to the "=" entry to handle this.
1903 ----
1905 Overview of changes in gcalctool 4.3.18
1907 * Fixed bug 125625. gcalctool now handles "clicked" events rather than 
1908   "pressed" ones.
1910 ----
1912 Overview of changes in gcalctool 4.3.17
1914 * Fixed bug 124928. Plugged several memory leaks.
1916 ----
1918 Overview of changes in gcalctool 4.3.16
1920 * Fixed bug 124377. Fixed rounding errors when the radix character for a 
1921   locale isn't ".".
1922 * Online help updated for various recent (small) changes.
1924 ----
1926 Overview of changes in gcalctool 4.3.15
1928 * Fixed bug 124172. The "+" character on a German keyboard is on the lower 
1929   level of a key (i.e. the Shift key doesn't need to be down). Added another
1930   mask/keysym pair to the "+" entry to handle this.
1932 ----
1934 Overview of changes in gcalctool 4.3.14
1936 * Fixed bug 120737. Changed the accessible text for the OR button from 
1937   "Logical OR" to "logical OR" so that it's not changed by FreeTTS's 
1938   token to words module to "logical Oregon".
1940 ----
1942 Overview of changes in gcalctool 4.3.13
1944 * Fixed bug #123948. Removed the GTK_DISABLE_DEPRECATED flag from
1945   .../gcalctool/gcalctool/Makefile.am, to allow the depreciated
1946   GtkItemFactory, to successfully build.
1948 ----
1950 Overview of changes in gcalctool 4.3.12
1952 * Fixed bug 123724. Hitting Esc now does the same as hitting 
1953   Control-Backspace; i.e. the CE (clear entry) functionality.
1954 * Updated the gcalctool man pages to reflect this change, and the changes
1955   for bug #118826.
1957 ----
1959 Overview of changes in gcalctool 4.3.11
1961 * Refixed bug 122373. gcalctool now uses nl_langinfo() to get the numeric 
1962   point for the users locale, rather than via a localised string.
1964 ----
1966 Overview of changes in gcalctool 4.3.10
1968 * Fixed enhancement #65806. Changed that label for e^x (e superscript x) to 
1969   use an italised "e".
1971 ----
1973 Overview of changes in gcalctool 4.3.9
1975 * Fixed bug 118826. The keyboard shortcuts for the six hex. digits are 
1976   now "A" to "F". The functions that previously used those letters have 
1977   been reassigned to their lowercase equivalents. 
1979 ----
1981 Overview of changes in gcalctool 4.3.8
1983 * Fixed bug 122408. The tooltips for the numeric buttons (0-9) have been 
1984   removed as they are redundant.
1986 ----
1988 Overview of changes in gcalctool 4.3.7
1990 * Fixed bug 120749. When gcalctool is displaying a menu, typing Alt+Tab 
1991   can no longer switch windows.
1993 ----
1995 Overview of changes in gcalctool 4.3.6
1997 * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
1998   Accessible names have now been added to each of the widgets in the 
1999   mode panel when in Scientific mode.
2001 ----
2003 Overview of changes in gcalctool 4.3.5
2005 * Fixed bug 122373. The decimal separator is now a translatable string so 
2006   that other locales that don't use a period can adjust accordingly.
2008 ----
2010 Overview of changes in gcalctool 4.3.4
2012 * Fixed bug 120605. Gcalctool debug messages are no longer translatable 
2013   strings.
2015 ----
2017 Overview of changes in gcalctool 4.3.3
2019 * Build for GNOME 2.4 (Final). Tag in CVS is GCALCTOOL_4_3_3
2021 ----
2023 Overview of changes in gcalctool 4.3.2
2025 * Fixed bug 119888. gcalctool keyboard handling has been improved.
2027 ----
2029 Overview of changes in gcalctool 4.3.1
2031 * Fixed bug 119832. The space bar can now correctly activate the button 
2032   that has focus.
2034 ----
2036 Overview of changes in gcalctool 4.3.0
2038 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2040 ----
2042 Overview of changes in gcalctool 4.2.104
2044 * Fixed bug 118246. The display field can now take focus. The initial 
2045   widget with focus is the Clr button.
2047 ----
2049 Overview of changes in gcalctool 4.2.103
2051 * (Bug #118247) Three more small adjustments to AccessibleName text:
2052   "E to the power of x" goes back to "E to the x"
2053   "Ten to the power of x" goes back to "Ten to the x"
2054   "Y to the power of x" goes back to "Y to the x"
2056 ----
2058 Overview of changes in gcalctool 4.2.102
2060 * (Bug #118247) Four small adjustments to AccessibleName text:
2061   "Random" becomes "Random number"
2062   "E to the x" becomes "E to the power of x"
2063   "Ten to the x" becomes "Ten to the power of x"
2064   "Y to the x" becomes "Y to the power of x"
2066 ----
2068 Overview of changes in gcalctool 4.2.101
2070 * Fixed bug 118247. Each gcalctool button now has an AccessibleName.
2072 ----
2074 Overview of changes in gcalctool 4.2.100
2076 * Fixed bug 117691. The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are 
2077   not valid equivalents for the 8, 2, 4 and 6 keys. They are needed for 
2078   keyboard navigation.
2080 ----
2082 Overview of changes in gcalctool 4.2.99
2084 * Bumped version number for GNOME 2.3.4 release, to include John's doc
2085   build changes.
2087 ----
2089 Overview of changes in gcalctool 4.2.98
2091 * Fixed bug 116944. Various HIG improvements to the edit constants, edit 
2092   functions, and insert ASCII value dialogs. 
2094 ----
2096 Overview of changes in gcalctool 4.2.97
2098 * Further work on bug 116727. A simpler fix was found.
2100 ----
2102 Overview of changes in gcalctool 4.2.96
2104 * Fixed bug 116727. When the calculator display is showing an error message,
2105   it is now correctly localized.
2107 ----
2109 Overview of changes in gcalctool 4.2.95
2111 * Fixed bug 115950. The "*" key wasn't being recognized as a keyboard 
2112   shortcut for multiplication.
2114 ----
2116 Overview of changes in gcalctool 4.2.94
2118 * Further work on bug 114364. The items in the constants menu are now always 
2119   displayed in the decimal numeric base. This is consistent with the way that 
2120   calctool in the OpenWindows DeskSet worked.
2122 ----
2124 Overview of changes in gcalctool 4.2.93
2126 * Fixed bug 114364. When you select "Edit Constants" from the Con menu, the 
2127   values of each constant are shown in Decimal. The label:
2128   "All constant values are specified in the decimal numeric base"
2129   has also been added to the "Edit Constant" popup to clarify this.
2131 ----
2133 Overview of changes in gcalctool 4.2.92
2135 * Fixed bug 115653. Adjusted the keyboard mnemonic checking code to now 
2136   check to make sure that neither of the Alt keys is pressed when comparing 
2137   against button equivalents.
2139 ----
2141 Overview of changes in gcalctool 4.2.91
2143 * Similar problem to bug #115212 but for the "Edit Constants" and
2144   "Edit Functions" dialog boxes. gcalctool no longer can display
2145   multiple versions of them.
2147 ----
2149 Overview of changes in gcalctool 4.2.90
2151 * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2152   When an error condition occurs:
2154   - make insensitive all buttons except Clr.
2155   - make all Scientific mode toggles and checkboxes insensitive.
2156   - make all menubar items insensitive except:
2157       Calculator->Quit
2158       Help->Contents
2160   When the error condition is cleared, resensitise everything, setting
2161   the numeric base buttons correctly.
2163 ----
2165 Overview of changes in gcalctool 4.2.89
2167 * Fix for bug #115212. gcalctool no longer can display multiple About boxes.
2169 ----
2171 Overview of changes in gcalctool 4.2.88
2173 * Fix for bug #108209. The appropriate gcalctool button is now animated 
2174   when the user enters that value via the keyboard.
2176 ----
2178 Overview of changes in gcalctool 4.2.87
2180 * Partial fix for bug 114363. When the calculator display is showing "Error",
2181   the Constant values and the Memory Register values no longer incorrectly
2182   show "Error" as well.
2184 ----
2186 Overview of changes in gcalctool 4.2.86
2188 * Fixed bug 113703. You can now specify an alternate location for
2189   the gcalctool schemas file with: --with-gconf-source=whatever
2191 ----
2193 Overview of changes in gcalctool 4.2.85
2195 * Fixed bug 113754. Decimal point didn't work with a German keyboard if 
2196   Numlock was turned on.
2198 ----
2200 Overview of changes in gcalctool 4.2.84
2202 * Install "gnome-calculator" symlink as reqested by Glynn Foster.
2204 ----
2206 Overview of changes in gcalctool 4.2.83
2208 * Fixed Bugzilla bug 111269. It was possible to type fast into gcalctool 
2209   and digits would be transposed. 
2211 ----
2213 Overview of changes in gcalctool 4.2.82
2215 * Refixed bug 110416.  Concatenated more error messages in mp.c.
2216 * Adjusted the Acc menu entries to be "<n> significant places" rather than 
2217   "<n> radix places".
2218 * Replaced "kilometers per hour / miles per hour" with "kilometers per hour 
2219   or miles per hour" in the first constant description.
2220 * Replaced occurances of "/" in the other constant descriptions with "or".
2222 ----
2224 Overview of changes in gcalctool 4.2.81
2226 * Translators: The documentation is now ready for translation!
2228 * Updated the following files:
2229     * configure.in: updated version number to 4.2.81
2230     * help/C/gcalctool.xml: first approved draft, ready for translation
2231     * help/C/gcalctool-C.omf: updated manual date and version number
2232     * help/C/l10n.txt: new file added 
2233     * help/C/figures/gcalctool_edit_const_window.png: deleted
2234     * help/C/figures/gcalctool_edit_func_window.png: deleted
2235     * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2236     * help/C/figures/gcalctool_mem_reg_window.png: deleted
2238 ----
2240 Overview of changes in gcalctool 4.2.80
2242 * Fixed Bugzilla bug 110416. Various fprintf statements in mp.c have been 
2243   concatenated to help translators.
2245 ----
2247 Overview of changes in gcalctool 4.2.79
2249 * Added in latest online help changes from Breda McColgan. This should now 
2250   put the online help in sync with the actual functionality of gcalctool.
2252 ----
2254 Overview of changes in gcalctool 4.2.78
2256 * Made translated menu entries actually visible. fixed some tooltips, added
2257   AC_PREREQ macro to configure.in.
2259 ----
2261 Overview of changes in gcalctool 4.2.77
2263 * This version announced on gnome-announce.
2265 ----
2267 Overview of changes in gcalctool 4.2.76
2269 * Slight adjustments to Bugzilla bug 108226 . Menu item is now
2270   "Show Trailing Zeroes", with a Control-T accelerator. Added a similar
2271   menu item to the View menu on the menu bar.
2273 ----
2275 Overview of changes in gcalctool 4.2.75
2277 * Fixed Bugzilla bug 108729. 
2279   Added tooltips to the radio and check buttons in scientific mode.
2281 ----
2283 Overview of changes in gcalctool 4.2.74
2285 * Fixed Bugzilla bug 108226.
2287   The menu items in the Acc menu are now "tickable", so you know what the
2288   current accuracy selection is. Setting one of these clears the previous one.
2290   A new "remove trailing zeroes" menu item is added to the Acc menu (last
2291   item, with a separator just above), that is "tickable". This tick doesn't
2292   affect the accuracy ticks. It's either on or off.
2294   The default setting for accuracy now becomes 9 numeric places and "remove 
2295   trailing zeroes".
2297   The Acc button is moved to the Scientific mode (clear slot in the top 
2298   right corner, above the Rand.
2300   The Base radio button group and the display type radio button group in 
2301   the mode panel in Scientific mode are now moved to the right side to be
2302   close in proximity to the Acc button. The other mode items move to the 
2303   left side.
2305 ----
2307 Overview of changes in gcalctool 4.2.73
2309 * Fixed Bugzilla bug 108208. The default value for the "showregisters" 
2310   resource in gcalctool.schemas was incorrectly set.
2311 * There should be no "default:" action in the command line parsing in 
2312   get_options(). 
2314 ----
2316 Overview of changes in gcalctool 4.2.72
2318 * Correctly fixed Bugzilla bug 108219. The previous fix didn't correct 
2319   set the radio buttons when changing mode from Scientific to Basic or 
2320   Financial. Only the internal state.
2322 ----
2324 Overview of changes in gcalctool 4.2.71
2326 * Further fix for Bugzilla bug 108209. Followup changes to make the numeric 
2327   keypad animate the buttons on Linux machines.
2329 ----
2331 Overview of changes in gcalctool 4.2.70
2333 * Fixed Bugzilla bug 108219.
2334   When you go from Scientific mode to either Basic or Financial mode, 
2335   the calculator will revert to "Dec" base in "Fix" notation.
2336   Any number in the display (and the memory registers if shown) will be 
2337   converted accordingly.
2338   When you are in a mode (Basic, Financial, or Scientific) you will only 
2339   be able to do the functionality that that mode shows.
2341 ----
2343 Overview of changes in gcalctool 4.2.69
2345 * Fixed Bugzilla bug 108333. The gcalctool buttons with menus associated 
2346   with them are now keyboard navigable.
2348 ----
2350 Overview of changes in gcalctool 4.2.68
2352 * Fixed Bugzilla bug 108209. When the user uses the keyboard to enter data,
2353   the associated gcalctool button will be animated.
2355 ----
2357 Overview of changes in gcalctool 4.2.67
2359 * Fixed Bugzilla bug 108210. Main gcalctool window is no longer resizable.
2361 ----
2363 Overview of changes in gcalctool 4.2.66
2365 * Incorporated various changes to the online help Breda McColgan in
2366   the Sun GNOME doc. team.  Translators, please do not translate yet.
2367   See ChangeLog for more information.
2369 ----
2371 Overview of changes in gcalctool 4.2.65
2373 * Added scrollkeeper checks into configure.in.
2374 * Fixed warning message:
2376   ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
2377   GNOME_FILE_DOMAIN_APP_HELP domain
2379 ----
2381 Overview of changes in gcalctool 4.2.64
2383 * Added in a first (draft) version of online help from Breda McColgan in
2384   the Sun GNOME doc. team.  Translators, please do not translate yet. See
2385   ChangeLog for more information.
2387 ----
2389 Overview of changes in gcalctool 4.2.63
2391 * Abstracted the key values and modifiers.
2393 ----
2395 Overview of changes in gcalctool 4.2.62
2397 * Adjusted the tooltip help to be minimalist messages.
2399 ----
2401 Overview of changes in gcalctool 4.2.61
2403 * Small adjustment to allow gcalctool to compile using the Solaris Forte
2404   compilers.
2406 ----
2408 Overview of changes in gcalctool 4.2.60
2410 * Gcalctool wasn't saving the trigonometric type when it was changed.
2412 ----
2414 Overview of changes in gcalctool 4.2.59
2416 * Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
2418 ----
2420 Overview of changes in gcalctool 4.2.58
2422 * Allows Backspace to now correctly work inside parentheses.
2424 ----
2426 Overview of changes in gcalctool 4.2.57
2428 * The Xor logical operation wasn't being performed correctly.
2429 * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
2430   checkboxes.
2432 ----
2434 Overview of changes in gcalctool 4.2.56
2436 * Removed the final period from the ten default constant descriptions.
2437 * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
2438   "centimeter".
2439 * Fixed up the values of the ten default constant definitions in the
2440   manual pages.
2441 * The "centimeters <=> inches" default constant should be 0.3937007
2442   rather than 2.54 to be consistent with the other constants.
2444 ----
2446 Overview of changes in gcalctool 4.2.55
2448 * Entering "(<Delete>)" no longer crashes gcalctool.
2450 ----
2452 Overview of changes in gcalctool 4.2.54
2454 * The financial Term tooltip example now works.
2455 * Moved the Exp button to the right of the Con and Fun buttons for better
2456   grouping.
2458 ----
2460 Overview of changes in gcalctool 4.2.53
2462 * Fixed Bugzilla bug 106501. Added bullet proofing to prevent user 
2463   backspacing off the end of the display string.
2465 ----
2467 Overview of changes in gcalctool 4.2.52
2469 * Toggled the positions of the Sto and Rcl buttons.
2471 ----
2473 Overview of changes in gcalctool 4.2.51
2475 * No longer crashes if the user Pastes in an empty clipboard value.
2476 * Now uses a text view for its display widget.
2478 ----
2480 Overview of changes in gcalctool 4.2.50
2482 * Fixes to the manual page:
2483   - the keyboard shortcut for the "Term" function is "t" not "T".
2484   - removed the LOGICAL mode section.
2486 ----
2488 Overview of changes in gcalctool 4.2.49
2490 * The display label and mode no longer expand when the calculator is resized. 
2491 * Replace the three characters of white space in the title bar text with one
2492   space character, so more of the title fits into the task window list applet.
2494 Overview of changes in gcalctool 4.2.48
2496 * Added a launcher to the GNOME's Accessories menu.
2498 ----
2500 Overview of changes in gcalctool 4.2.47
2502 * Marks the menu labels for translation.
2504 ----
2506 Overview of changes in gcalctool 4.2.46
2508 * Various cleanup, to make gcalctool be more like other GNOME applications.
2510 ----
2512 Overview of changes in gcalctool 4.2.45
2514 * Fixed Bugzilla bug 104249. The UI for adding new or editing existing 
2515   constants and/or functions has been improved.
2517 ----
2519 Overview of changes in gcalctool 4.2.44
2521 * Fixed Bugzilla bug 104830. gcalctool now uses gnome-calc3.png as its icon
2522   (same as the current gnome-calculator)
2524 ----
2526 Overview of changes in gcalctool 4.2.43
2528 * Further slight adjustments needed to fix Bugzilla bug 104248. The memory 
2529   registers window now displays correctly again.
2530 * Fixed Bugzilla bug 104240. The "File" menubar item is now called 
2531   "Calculator", and there is a set of unique mnemonics for the various 
2532   items in the Scientific mode panel. The gcalctool manual pages have been 
2533   updated to reflect these changes. 
2534 * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
2535   Added in a Control-A mnemonic for Help->About.
2537 ----
2539 Overview of changes in gcalctool 4.2.42
2541 * Fixed Bugzilla bug 104248. The View->Memory Registers menu item's toggle 
2542   is now set correctly depending upon whether the memory register windows 
2543   is visible or hidden. 
2544 * The correct radio item is now set in the View menu mode menu item entries 
2545   if gcalctool is initially started in Financial or Scientific mode.
2547 ----
2549 Overview of changes in gcalctool 4.2.41
2551 * The constant and function definitions are now read and written as Gconf
2552   resources.
2553 * Fixed Bugzilla bug 104250. The constant and the function menu items now 
2554   have "C<n>:" and "F<n>:" prefixes respectively, where <n> is the 
2555   constant/function number.
2557 ----
2559 Overview of changes in gcalctool 4.2.40
2561 * Fixed Bugzilla bug 104245. The View->Basic Mode, Financial Mode, 
2562   Scientific Mode and Memory Registers now have keyboard accelerators 
2563   (Control-B, Control-F, Control-S and Control-M respectively).
2565 ----
2567 Overview of changes in gcalctool 4.2.39
2569 * Further slight adjustments for Bugzilla bug 104287
2570   The insert button isthe default button. 
2571   The dialog is no longer resizable. 
2572   The ESC key can now be used to cancel the dialog. 
2574 ----
2576 Overview of changes in gcalctool 4.2.38
2578 * Fixed Bugzilla bug 104287. HIG improvements for the "Insert ASCII Value" 
2579   dialog.
2581 ----
2583 Overview of changes in gcalctool 4.2.37
2585 * Fixed Bugzilla bug 104241. The Insert ASCII Value" menu item is now 
2586   "Insert ASCII Value..."
2587 * Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
2588   <bonobo-i18n.h,> where all this stuff is already defined.
2590 ----
2592 Overview of changes in gcalctool 4.2.36
2594 * Fixed Bugzilla bug #102928. The x^2, e^x, 10^x and y^x keys now use 
2595   Pango markup to display the label using superscripts.
2597 ----
2599 Overview of changes in gcalctool 4.2.35
2601 * Added in handling of the numeric keypad for Linux systems.
2603 ----
2605 Overview of changes in gcalctool 4.2.34
2607 * Handling of the users saved function definitions now works correctly.
2608 * Changed the keyboard accelerators for the following to use non Alt-<?>
2609   values:
2611   Cos  (old value: Alt-c) becomes 'J'.
2612   Sin  (old value: Alt-s) becomes 'K'.
2613   Tan  (old value: Alt-t) becomes 'L'.
2614   Frac (old value: Alt-f) becomes ':'.
2615   Int  (old value: Alt-i) becomes 'i'.
2616   Abs  (old value: Alt-u) becomes 'u'.
2617   Rate (old value: Alt-r) becomes 'T'.
2618 * Removed the need to configure with "--enable-build-broken".
2620 ----
2622 Overview of changes in gcalctool 4.2.33
2624 * Adjusted the memory registers windows to use the same "R0:  0.00" format
2625   (bold for first part), as the Rcl, Sto and Exch menus.
2627 ----
2629 Overview of changes in gcalctool 4.2.32
2631 * The menu items for the Rcl, Sto and Exch menus now have the format
2632   "R0:     0.00", where the "R0:" part is in bold.
2633 * The keyboard accelerators for the menubar menu items are now working.
2635 ----
2637 Overview of changes in gcalctool 4.2.31
2639 * Updated the NEWS file with an overview of all the changes since v4.1.13.
2641 ----
2643 Overview of changes in gcalctool 4.2.30
2645 * Removed the gconf resource for getting/setting whether a beep is sounded
2646   on error. A beep will now always be sounded in such a case.
2647 * The writing out of the resources will now be immediately done when each 
2648   of those functions changes.
2650 ----
2652 Overview of changes in gcalctool 4.2.29
2654 * Updated the manual pages to reflect the recent v4.2.xx changes.
2655 * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
2656   on Linux.
2658 ----
2660 Overview of changes in gcalctool 4.2.28
2662 * The real fix for displaying the icon.
2664 ----
2666 Overview of changes in gcalctool 4.2.27
2668 * Vastly improved keyboard navigation.
2669 * Control-F1 now toggles the displaying of tooltip help, so the "-h"
2670   command line option has been removed and the old-style event handling
2671   code has also been removed.
2672 * Added in a signal handler for the "delete" event for the main gcalctool
2673   window. The callback calls gtk_main_quit() to terminate the application.
2675 ----
2677 Overview of changes in gcalctool 4.2.26
2679 * HCI change. Attempt to correct disaplay the gcalctool icon.
2681 ----
2683 Overview of changes in gcalctool 4.2.25
2685 * HCI change. The Sto/Rcl/Exch menu items now show the current register 
2686   values as well.
2688 ----
2690 Overview of changes in gcalctool 4.2.24
2692 * HCI change. All the radiobutton and checkbox items in the mode panel 
2693   now have a mnemonic associated with them.
2695 ----
2697 Overview of changes in gcalctool 4.2.23
2699 * HCI change. Fixed up the buttons on the "Insert ASCII Value", "Enter 
2700   Constant..." and "Enter Function..." popups. They now just use Cancel 
2701   and OK buttons, and use standard stock Gtk icons.
2703 ----
2705 Overview of changes in gcalctool 4.2.22
2707 * HCI change.  Added in an Edit->Paste menu item. If selected this will 
2708   paste the current contents of the clipboard into the calculator display 
2709   as if you'd typed it.
2710 * Added bullet proofing to protect the calculator against values that 
2711   weren't found. If a value wasn't found, it's just ignored, and it goes 
2712   on to process the next character in the string.
2713 * Improved the handling of the recognition of characters entered. It now
2714   takes into effect the mods value for each keysym.
2716 ----
2718 Overview of changes in gcalctool 4.2.21
2720 * HCI change. Added a 2 pixel border for the frames containing the Basic, 
2721   Financial and Scientific buttons and the mode panel.
2723 ----
2725 Overview of changes in gcalctool 4.2.20
2727 * HCI change. Removed the "operand item" label widget.
2729 ----
2731 Overview of changes in gcalctool 4.2.19
2733 * The frames around the mode button tables and the mode panel are no longer
2734   always being shown.
2736 ----
2738 Overview of changes in gcalctool 4.2.18
2740 * Fixed Bugzilla bug #101865. Remade various keyboard remappings:
2741 * Removed mention of the "-l" and "-r" command line options from the manual
2742   pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
2743   resource too.
2745 ----
2747 Overview of changes in gcalctool 4.2.17
2749 * Removed the "Keys" key, that allowed you to toggle the button labels to 
2750   show their keyboard equivalents.
2752 ----
2754 Overview of changes in gcalctool 4.2.16
2756 * Put each of the the button tables and the mode panel inside a frame, rather
2757   then use horizontal separators, to try to make the GUI look nicer.
2759 ----
2761 Overview of changes in gcalctool 4.2.15
2763 * Entering "((2+3)*(2+3))" now gives the correct answer.
2764 * Added some bullet-proofing to parentheses handling when bogus characters
2765   are entered.
2767 ----
2769 Overview of changes in gcalctool 4.2.14
2771 * Hooked up the Help->Contents menu item. Note that help support still has
2772   to be included (i.e. a help subdirectory with associated files etc.).
2774 ----
2776 Overview of changes in gcalctool 4.2.13
2778 * The View->Memory Registers menu item now correctly toggles the showing of
2779   the memory register window.
2781 ----
2783 Overview of changes in gcalctool 4.2.12
2785 * Menubar menu items now use stock Gtk icons (where applicable).
2787 ----
2789 Overview of changes in gcalctool 4.2.11
2791 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
2793 ----
2795 Overview of changes in gcalctool 4.2.10
2797 * Going into Scientific mode and clicking on "(" twice no longer causes a
2798   segmentation violation.
2800 ----
2802 Overview of changes in gcalctool 4.2.9
2804 * Added some horizontal separators to help make the calculator more readable
2805   when in Financial and Scientific Mode.
2807 ----
2809 Overview of changes in gcalctool 4.2.8
2811 * Entering "((2+3)*9+(5-3))" no longer causes a segmentation violation.
2813 ----
2815 Overview of changes in gcalctool 4.2.7
2817 * Removed the attempt to display a calculator image on the About popup.
2818 * Typing the keyboard equivalent of the menu buttons now works.
2819 * Removed the VERSION string from the titlebar. This is now in the About popup
2821 ----
2823 Overview of changes in gcalctool 4.2.6
2825 * Added in an About popup that's accessible through the Help->About Gcalctool
2826   menubar Help menu item.
2828 ----
2830 Overview of changes in gcalctool 4.2.5
2832 * Fixed Bugzilla bug #102927.
2833   Replaced abbreviation "trig." with full word "trigonometric".
2835 ----
2837 Overview of changes in gcalctool 4.2.4
2839 * Fixed Bugzilla bug #102922.
2840   Adjusted two occurances of sentence fragments to make it easier for 
2841   L10N folks to translate them.
2843 ----
2845 Overview of changes in gcalctool 4.2.3
2847 * Added Spanish (es) to ALL_LINGUAS at configure.in
2848 * gcalctool is now resizable again.
2850 ----
2852 Overview of changes in gcalctool 4.2.2
2854 * Made calculator window choose a reasonable size at startup, and resize
2855   when changing modes.
2857 ----
2859 Overview of changes in gcalctool 4.2.1
2861 * Removed the GNOME_UTIL_LIBS line in gcalctool/Makefile.am so that 
2862   gcalctool will correctly build.
2864 ----
2866 Overview of changes in gcalctool 4.2.0
2868 * The gcalctool GUI layout has been redone to make the Basic mode more
2869   basic and to make the application more GNOMEish.
2870 * The Financial/Logical/Scientific mode buttons have been moved into
2871   the main calculator window above the Basic mode buttons. The Logical
2872   and Scientific modes have been combined.
2873 * Added a menubar.
2874 * The six item mode display has been removed and a mode panel added for
2875   the scientific mode.
2876 * Removed the property sheet. gcalctool no longer has a left or right 
2877   handed style.
2878 * Blank buttons are now correctly hidden.
2879 * Added a "--enable-build-broken" flag to configure that has to be present
2880   in order to configure and build gcalctool while it's still in a semi-broken
2881   state.
2883 ----
2885 Overview of changes in gcalctool 4.1.27
2887 * Fixed Bugzilla bug #101782.
2888   Removed trailing "\n"'s where possible in the tooltip help messages.
2890 ----
2892 Overview of changes in gcalctool 4.1.26
2894 * Fixed Bugzilla bug #101861.
2895   The size of the memory register window is no longer hard-wired.
2897 ----
2899 Overview of changes in gcalctool 4.1.25
2901 * Fixed Bugzilla bug #101867.
2902   Changed multiply key from "X" to "*" (same as the existing gnome-calculator).
2904 ----
2906 Overview of changes in gcalctool 4.1.24
2908 * Fixed Bugzilla bug #101780.
2909   Removed leading and trailing spaces from the labels for the gcalctool buttons.
2911 ----
2913 Overview of changes in gcalctool 4.1.23
2915 * Fixed Bugzilla bug #101777.
2916   Removed trailing periods on the four window titles.
2918 ----
2920 Overview of changes in gcalctool 4.1.22
2922 * Various I18N changes.
2924 ----
2926 Overview of changes in gcalctool 4.1.21
2928 * Various I18N changes.
2930 ----
2932 Overview of changes in gcalctool 4.1.20
2934 * Fixed Sun Bugtraq bug #1102883 against DeskSet calctool:
2935   Adjusted so that all error messages just display "Error" which is
2936   more consistent.
2938 ----
2940 Overview of changes in gcalctool 4.1.19
2942 * Fixed Sun Bugtraq bug #4006391 against CDE dtcalc:
2943   Bring up gcalctool, enter 10000 X 0.58 =, get answer is 5800.
2944   Then click on Int button, supposely should get 5800, but the answer was 5799.
2946 ----
2948 Overview of changes in gcalctool 4.1.18
2950 * Fixed Sun Bugtraq bug #1258472 against CDE dtcalc:
2951   Start up gcalctool and set to decimal and fixed. Set accuracy to 2 decimal
2952   places. Do a division like 0.19/2  It gives 0.0A.
2954 ----
2956 Overview of changes in gcalctool 4.1.17
2958 * Fixed Bugtraq bug #1190181 against OpenWindows DeskSet calctool:
2959   gcalctool core dumped if parent directory was not readable.
2961 ----
2963 Overview of changes in gcalctool 4.1.16
2965 * Updated TODO file with all relevant calculator Sun bugs and rfes.
2966 * Adjusted matherr() routine so that strict ANCI C compilers can compile it.
2967 * Mode windows now shows buttons correctly if you start up in Basic mode,
2968   then try to show one of the other modes.
2970 ----
2972 Overview of changes in gcalctool 4.1.15
2974 * "Keys" button now displays correctly if started with left-handed style.
2975 * Switching handed style now displays button labels correctly if currently
2976   showing the keyboard equivalent.
2978 ----
2980 Overview of changes in gcalctool 4.1.14
2982 * Buttons are colored correctly if started with left-handed style.
2984 ----
2986 Overview of changes in gcalctool 4.1.13
2988 * The unused buttons in the mode window are now hidden.
2990 ----
2992 Overview of changes in gcalctool 4.1.12
2994 * Added gconf support, removing the use of X11 resources.
2996 ----
2998 Overview of changes in gcalctool 4.1.11
3000 * Explicitly setting the size of the calculator buttons has been removed.
3001 * The width of the mode window is now set to the width of the main window.
3003 ----
3005 Overview of changes in gcalctool 4.1.10
3007 * Fixes for I18N support.
3009 ----
3011 Overview of changes in gcalctool 4.1.9
3013 * Now that gcalctool is using Gtk resources to determine the appearance of
3014   the calculator, there is no need to use the custom display_frame widget.
3015 * The calculator display area now has tooltip help.
3017 ----
3019 Overview of changes in gcalctool 4.1.8
3021 * Fixed up mistakes is the gcalctool tooltip help text.
3022 * Three keyboard accelerators weren't working when a "menu" button had been
3023   pressed and the calculator was in pending mode:
3024   Base button - "o" (octal).
3025   Mode button - "l" (logical).
3026   Trig button - "g" (gradient).
3027 * The + and . keys on the numeric keypad now work.
3029 ----
3031 Overview of changes in gcalctool 4.1.7
3033 * Added in help support. Hitting the Help key will toggle whether tooltip
3034   help messages are displayed for the various buttons and other widgets.
3036   By default tooltips are disabled. Start gcalctool with the "-h" command
3037   line option will enable them. There is also a "gcalctool.showhelp"
3038   resource that can enable/disable them.
3040 ----
3042 Overview of changes in gcalctool 4.1.6
3044 * The new Constant/Function popup now has the various items aligned.
3046 ----
3048 Overview of changes in gcalctool 4.1.5
3050 * The size of the buttons in the Mode window are incorrect if the unused ones
3051   are not shown. Solved this my simply making the unused ones insnsitive, and
3052   showing them all.
3054 ----
3056 Overview of changes in gcalctool 4.1.4
3059 * Keyboard accelerators now work for the gcalctool "menu" buttons.
3061 ----
3063 Overview of changes in gcalctool 4.1.3
3065 * The constant and function definitions are now read and written to a file
3066   named ~/.gcalctoolcf.
3067 * gcalctool now also tries to read a ~/.gcalctoolrc file at startup time.
3068   This file (if it exists) can contain resources for changing the appearance
3069   of the application. A gcalctoolrc file is now also included with the
3070   gcalctool distribution, which gives the old OpenWindows DeskSet appearance
3071   to the calculator.
3072 * The ability to change various colors via X resources has also been removed.
3073   The manual pages have been updated to reflect this.
3075 ----
3077 Overview of changes in gcalctool 4.1.2
3079 * Starting gcalctool then switching hands to left-handed, then using the
3080   keyboard for input, wrongly associated the various keyboard accelerators
3081   for the swapped keys.
3083 ----
3085 Overview of changes in gcalctool 4.1.1
3087 * Now finds the X11 libraries in a platform independent way.
3088 * Fixed up the gcalctool usage message.
3089 * Fixed up the gcalctool manual pages.
3090 * gcalctool now looks for ~/.gcalctoolrc and ~/.gcalctooldefaults files.
3091 * X resources are now "gcalctool.<whatever" rather than "calctool.<whatever>".
3093 ----
3095 Overview of changes in gcalctool 4.1.0
3097 * Graphics driver is now based on Gtk2.
3099 ----
3101 Overview of changes in calctool 4.0.0
3103 * Code based on the calctool in the OpenWindows Deskset for Solaris 8.
3104 * Adjusted to use an autoconf/automake configuration and build environment.
3105 * Adjusted the code to a K&R style.
3106 * Incorporated in needed code from the libguide and libdeskset libraries.
3107 * Released under a GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL) license.
3108 * Just an XView graphics driver currently provided.
3110 ----