4 * Copyright (c) 1987-2008 Sun Microsystems, Inc.
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)
20 Overview of changes in gcalctool 5.22.1
22 * Fix for bug where the initial zero in the display was not cleared (bug
24 * Support bracket and multiply keys on non-english keyboards (bugs #521620
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.
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.
43 Overview of changes in gcalctool 5.21.92
45 * Released a gcalctool tarball for GNOME 5.21.92.
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)
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.
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).
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"
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
105 * Fix incorrect menu radio button selected when mode change aborted
108 * Fix for bug #502306 - unable to use MOD operation after a
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).
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"
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
134 * Fix incorrect menu radio button selected when mode change aborted
137 * Fix for bug #502306 - unable to use MOD operation after a
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
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
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).
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
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
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.
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
225 * Added Robert Ancell to the list of gcalctool MAINTAINERS.
227 * Fixed bug #488830 - Hex radio button shortcut conflicts with Help menu
230 * Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip shortcut
233 * Fixed bug #488783 - memory registers not available if you start in
236 * Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak
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).
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
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
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
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
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
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:
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
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
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
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.
361 Overview of changes in gcalctool 5.20.0
363 * Released a gcalctool tarball for GNOME 2.20.0.
367 Overview of changes in gcalctool 5.19.92
369 * Released a gcalctool tarball for GNOME 2.19.92.
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.
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.
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.
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
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
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.
432 Overview of changes in gcalctool 5.19.2
434 * Released a gcalctool tarball for GNOME 2.19.2.
438 Overview of changes in gcalctool 5.19.1
440 * Released a gcalctool tarball for GNOME 2.19.1.
444 Overview of changes in gcalctool 5.9.14
446 * Released a gcalctool tarball for GNOME 2.18.0 (Final).
450 Overview of changes in gcalctool 5.9.13
452 * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
456 Overview of changes in gcalctool 5.9.12
458 * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
462 Overview of changes in gcalctool 5.9.11
464 * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
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.
475 Overview of changes in gcalctool 5.9.9
477 * Released a gcalctool tarball for GNOME 2.17.4.
481 Overview of changes in gcalctool 5.9.8
483 * Released a gcalctool tarball for GNOME 2.17.3.
487 Overview of changes in gcalctool 5.9.7
489 * Released a gcalctool tarball for GNOME 2.17.2.
493 Overview of changes in gcalctool 5.9.6
495 * Fixed bug #358782. Fixup sloppy string handling.
499 Overview of changes in gcalctool 5.9.5
501 * Fixed bug #364410. Incorrectly rounded pi constant.
505 Overview of changes in gcalctool 5.9.4
507 * Released a gcalctool tarball for GNOME 2.17.1.
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.
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
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.
536 Overview of changes in gcalctool 5.9.0
538 * Fixed bug #349981 - gcalctool should save screen position for next start.
542 Overview of changes in gcalctool 5.8.24
544 * Released a gcalctool tarball for GNOME 2.16.0 (Final).
548 Overview of changes in gcalctool 5.8.23
550 * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
554 Overview of changes in gcalctool 5.8.22
556 * Removed several chunks of code that were surronded by #if 0/#endif.
560 Overview of changes in gcalctool 5.8.21
562 * Fixed bug #350341. gcalctool now builds again with gcc v2.95.
566 Overview of changes in gcalctool 5.8.20
568 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
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).
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.
590 Overview of changes in gcalctool 5.8.17
592 * Released a gcalctool tarball for GNOME 2.15.4.
596 Overview of changes in gcalctool 5.8.16
598 * Released a gcalctool tarball for GNOME 2.15.3.
602 Overview of changes in gcalctool 5.8.15
604 * Fixed bug #343150. Gcalctool no longer crashes when switching to
609 Overview of changes in gcalctool 5.8.14
611 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
615 Overview of changes in gcalctool 5.8.13
617 * Released a gcalctool tarball for GNOME 2.15.2.
621 Overview of changes in gcalctool 5.8.12
623 * Fixup compiler warnings from inclusion of last patch.
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
639 * Functions (such as sin, cos, tan..) can use previously calculated value.
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.
650 Overview of changes in gcalctool 5.8.9
652 * Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files
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.
663 Overview of changes in gcalctool 5.8.7
665 * Fixed bug #337897. Changes to use po/LINGUAS file.
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
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.
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.
691 Overview of changes in gcalctool 5.8.3
693 * Fixed bug #330867. Added License info to the Gcalctool About dialog.
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).
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".
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.
718 Overview of changes in gcalctool 5.7.32
720 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
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.
732 Overview of changes in gcalctool 5.7.30
734 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
738 Overview of changes in gcalctool 5.7.29
740 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
744 Overview of changes in gcalctool 5.7.28
746 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
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
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.
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).
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.
780 Overview of changes in gcalctool 5.7.23
782 * Released a gcalctool tarball for GNOME 2.13.5.
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.
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
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.
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.
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)
823 * Released a gcalctool tarball for GNOME 2.13.4.
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
834 Overview of changes in gcalctool 5.7.16
836 * Fixed bug #324001. Primary Selection (middle mouse button) is now working.
840 Overview of changes in gcalctool 5.7.15
842 * Released a gcalctool tarball for GNOME 2.13.3.
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.
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.
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:
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.
880 Overview of changes in gcalctool 5.7.11
882 * Released a gcalctool tarball for GNOME 2.13.2.
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"
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.
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
909 Overview of changes in gcalctool 5.7.7
911 * Slight adjustment to the bit panel. It's now centralized.
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.
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.
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.
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".
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
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.
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.
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.
979 Overview of changes in gcalctool 5.6.30
981 * Fixed bug #314540. The libparser.a library needs ranlib run on it
986 Overview of changes in gcalctool 5.6.29
988 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in
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.
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).
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.
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).
1026 Overview of changes in gcalctool 5.6.23
1028 * Fixed bug #310791. Memory register window view logic was screwed.
1032 Overview of changes in gcalctool 5.6.22
1034 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
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
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.
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.
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".
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.
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, ...).
1083 Overview of changes in gcalctool 5.6.15
1085 * Fixed bug #305467. gcalctool no longer crashes under the following
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".
1093 Overview of changes in gcalctool 5.6.14
1095 * Did a gcalctool tarball release.
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:
1108 Overview of changes in gcalctool 5.6.12
1110 * Fixed bug #302555. Various gcalctool variables have now been const'ified.
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.
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.
1132 Overview of changes in gcalctool 5.6.9
1134 * Fixed up some problems reported by lint.
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.
1147 Overview of changes in gcalctool 5.6.7
1149 * Fixed bug #171393. Allow stock labels to show through.
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.
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.
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
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
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.
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
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
1210 Overview of changes in gcalctool 5.5.41
1212 * Version for GNOME 2.10.0 (final) call for tarballs.
1216 Overview of changes in gcalctool 5.5.40
1218 * Version for GNOME 2.10.0 (rc1) call for tarballs.
1222 Overview of changes in gcalctool 5.5.39
1224 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator
1229 Overview of changes in gcalctool 5.5.38
1231 * Changes to make the trigonometric code work with hyp and inv properly.
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.
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.
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.
1256 Overview of changes in gcalctool 5.5.34
1258 * Fixed bug 166634. Call to create the About box was missing a
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.
1270 Overview of changes in gcalctool 5.5.32
1272 * Fixed bug #165522. Made the status bar non-resizable.
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
1285 Overview of changes in gcalctool 5.5.30
1287 * Adjusted the About dialog to use the latest GtkAbout widget.
1291 Overview of changes in gcalctool 5.5.29
1293 * Version for GNOME 2.10.0 (beta1) call for tarballs.
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
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.
1317 Overview of changes in gcalctool 5.5.26
1319 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
1323 Overview of changes in gcalctool 5.5.25
1325 * Version for GNOME 2.9.4 call for tarballs.
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).
1341 Overview of changes in gcalctool 5.5.23
1343 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
1347 Overview of changes in gcalctool 5.5.22
1349 * Fixed bug #155101. Made the gcalctool window resizable.
1353 Overview of changes in gcalctool 5.5.21
1355 * Version for GNOME 2.9.3 call for tarballs.
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.
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 "/".
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
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
1389 Overview of changes in gcalctool 5.5.16
1391 * Generated gcalctool tarball for the GNOME 2.9.2 release.
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.
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.
1414 Overview of changes in gcalctool 5.5.13
1416 * Changed the names of the gconf mode type key so that there is backward
1419 * Reset the initial default mode to BASIC.
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.
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".
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.
1446 Overview of changes in gcalctool 5.5.9
1448 * Generated gcalctool tarball for first GNOME 2.9 release.
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".
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.
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).
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.
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.
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).
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
1520 Overview of changes in gcalctool 5.5.1
1522 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
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.
1542 Overview of changes in gcalctool 4.4.13
1544 * Remainder of the fix for bug #143924. Control-T shouldn't work in Basic
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
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.
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.
1571 Overview of changes in gcalctool 4.4.9
1573 * Selecting Help->About from the menubar now works again.
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.
1584 Overview of changes in gcalctool 4.4.7
1586 * Fixed bug 142824. gcalctool now correctly recognizes the localized
1587 decimal point character.
1591 Overview of changes in gcalctool 4.4.6
1593 * Fixed bug 129397. Use GtkIconTheme to load gcalctool icon instead of
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.
1606 Overview of changes in gcalctool 4.4.4
1608 * The "Bsp" button label has been changed to "Bksp" to make it more
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
1621 Overview of changes in gcalctool 4.4.2
1623 * Fixed bug 135068. Adjusted several default constant descriptions to be
1624 more understandable.
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>".
1635 Overview of changes in gcalctool 4.4.0
1637 * Fixed bug 136872. gcalctool can now be built with "CFLAGS=-fdata-sections".
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.
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.
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.
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.
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).
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.
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.
1693 Overview of changes in gcalctool 4.3.44
1696 - "Gradients" was still appearing when in Scientific mode (instead of
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
1705 Overview of changes in gcalctool 4.3.43
1707 * Fixed bug 133590. The About box now lists the documenters of gcalctool.
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
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).
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 ".".
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
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
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".
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.
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.
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.
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.
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
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.
1803 Overview of changes in gcalctool 4.3.30
1805 * Fixed bug 129496. "Gradients" should be "Gradians".
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
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).
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.
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.
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
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
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(".
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.
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.
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.
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.
1905 Overview of changes in gcalctool 4.3.18
1907 * Fixed bug 125625. gcalctool now handles "clicked" events rather than
1912 Overview of changes in gcalctool 4.3.17
1914 * Fixed bug 124928. Plugged several memory leaks.
1918 Overview of changes in gcalctool 4.3.16
1920 * Fixed bug 124377. Fixed rounding errors when the radix character for a
1922 * Online help updated for various recent (small) changes.
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.
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".
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.
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
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.
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".
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.
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.
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.
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.
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.
2010 Overview of changes in gcalctool 4.3.4
2012 * Fixed bug 120605. Gcalctool debug messages are no longer translatable
2017 Overview of changes in gcalctool 4.3.3
2019 * Build for GNOME 2.4 (Final). Tag in CVS is GCALCTOOL_4_3_3
2023 Overview of changes in gcalctool 4.3.2
2025 * Fixed bug 119888. gcalctool keyboard handling has been improved.
2029 Overview of changes in gcalctool 4.3.1
2031 * Fixed bug 119832. The space bar can now correctly activate the button
2036 Overview of changes in gcalctool 4.3.0
2038 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
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.
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"
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"
2068 Overview of changes in gcalctool 4.2.101
2070 * Fixed bug 118247. Each gcalctool button now has an AccessibleName.
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.
2082 Overview of changes in gcalctool 4.2.99
2084 * Bumped version number for GNOME 2.3.4 release, to include John's doc
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.
2096 Overview of changes in gcalctool 4.2.97
2098 * Further work on bug 116727. A simpler fix was found.
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.
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.
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.
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.
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.
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.
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:
2160 When the error condition is cleared, resensitise everything, setting
2161 the numeric base buttons correctly.
2165 Overview of changes in gcalctool 4.2.89
2167 * Fix for bug #115212. gcalctool no longer can display multiple About boxes.
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.
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.
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
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.
2200 Overview of changes in gcalctool 4.2.84
2202 * Install "gnome-calculator" symlink as reqested by Glynn Foster.
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.
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
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".
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
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.
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.
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.
2261 Overview of changes in gcalctool 4.2.77
2263 * This version announced on gnome-announce.
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.
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.
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
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
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
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.
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.
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.
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.
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.
2357 Overview of changes in gcalctool 4.2.67
2359 * Fixed Bugzilla bug 108210. Main gcalctool window is no longer resizable.
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.
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
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.
2389 Overview of changes in gcalctool 4.2.63
2391 * Abstracted the key values and modifiers.
2395 Overview of changes in gcalctool 4.2.62
2397 * Adjusted the tooltip help to be minimalist messages.
2401 Overview of changes in gcalctool 4.2.61
2403 * Small adjustment to allow gcalctool to compile using the Solaris Forte
2408 Overview of changes in gcalctool 4.2.60
2410 * Gcalctool wasn't saving the trigonometric type when it was changed.
2414 Overview of changes in gcalctool 4.2.59
2416 * Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
2420 Overview of changes in gcalctool 4.2.58
2422 * Allows Backspace to now correctly work inside parentheses.
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
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
2439 * Fixed up the values of the ten default constant definitions in the
2441 * The "centimeters <=> inches" default constant should be 0.3937007
2442 rather than 2.54 to be consistent with the other constants.
2446 Overview of changes in gcalctool 4.2.55
2448 * Entering "(<Delete>)" no longer crashes gcalctool.
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
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.
2467 Overview of changes in gcalctool 4.2.52
2469 * Toggled the positions of the Sto and Rcl buttons.
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.
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.
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.
2500 Overview of changes in gcalctool 4.2.47
2502 * Marks the menu labels for translation.
2506 Overview of changes in gcalctool 4.2.46
2508 * Various cleanup, to make gcalctool be more like other GNOME applications.
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.
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)
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.
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.
2549 Overview of changes in gcalctool 4.2.41
2551 * The constant and function definitions are now read and written as Gconf
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.
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).
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.
2576 Overview of changes in gcalctool 4.2.38
2578 * Fixed Bugzilla bug 104287. HIG improvements for the "Insert ASCII Value"
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.
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.
2599 Overview of changes in gcalctool 4.2.35
2601 * Added in handling of the numeric keypad for Linux systems.
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-<?>
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".
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.
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.
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.
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.
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
2660 Overview of changes in gcalctool 4.2.28
2662 * The real fix for displaying the icon.
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.
2677 Overview of changes in gcalctool 4.2.26
2679 * HCI change. Attempt to correct disaplay the gcalctool icon.
2683 Overview of changes in gcalctool 4.2.25
2685 * HCI change. The Sto/Rcl/Exch menu items now show the current register
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.
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.
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.
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.
2725 Overview of changes in gcalctool 4.2.20
2727 * HCI change. Removed the "operand item" label widget.
2731 Overview of changes in gcalctool 4.2.19
2733 * The frames around the mode button tables and the mode panel are no longer
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
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.
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.
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
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.).
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.
2783 Overview of changes in gcalctool 4.2.12
2785 * Menubar menu items now use stock Gtk icons (where applicable).
2789 Overview of changes in gcalctool 4.2.11
2791 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
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.
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.
2809 Overview of changes in gcalctool 4.2.8
2811 * Entering "((2+3)*9+(5-3))" no longer causes a segmentation violation.
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
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.
2830 Overview of changes in gcalctool 4.2.5
2832 * Fixed Bugzilla bug #102927.
2833 Replaced abbreviation "trig." with full word "trigonometric".
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.
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.
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.
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.
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.
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
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
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.
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.
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).
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.
2913 Overview of changes in gcalctool 4.1.23
2915 * Fixed Bugzilla bug #101777.
2916 Removed trailing periods on the four window titles.
2920 Overview of changes in gcalctool 4.1.22
2922 * Various I18N changes.
2926 Overview of changes in gcalctool 4.1.21
2928 * Various I18N changes.
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
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.
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.
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.
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.
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.
2980 Overview of changes in gcalctool 4.1.14
2982 * Buttons are colored correctly if started with left-handed style.
2986 Overview of changes in gcalctool 4.1.13
2988 * The unused buttons in the mode window are now hidden.
2992 Overview of changes in gcalctool 4.1.12
2994 * Added gconf support, removing the use of X11 resources.
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.
3005 Overview of changes in gcalctool 4.1.10
3007 * Fixes for I18N support.
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.
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.
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.
3042 Overview of changes in gcalctool 4.1.6
3044 * The new Constant/Function popup now has the various items aligned.
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
3056 Overview of changes in gcalctool 4.1.4
3059 * Keyboard accelerators now work for the gcalctool "menu" buttons.
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
3072 * The ability to change various colors via X resources has also been removed.
3073 The manual pages have been updated to reflect this.
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.
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>".
3095 Overview of changes in gcalctool 4.1.0
3097 * Graphics driver is now based on Gtk2.
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.