2 * Copyright (c) 1987-2008 Sun Microsystems, Inc.
3 * Copyright (c) 2007-2009 Robert Ancell
7 gcalctool change history.
8 =========================
10 2009-10-27 Robert Ancell <robert.ancell@gmail.com>
15 Released a gcalctool v5.29.1 tarball.
17 2009-10-13 Robert Ancell <robert.ancell@gmail.com>
19 * Handle ',' as radix point when editing display
21 2009-10-09 Robert Ancell <robert.ancell@gmail.com>
23 * Fix inactive random button
25 2009-10-06 Robin Sonefors <ozamosi@flukkost.nu>
27 * Add (rough) currency conversion (Bug #533690)
28 * Remove obsolete file from po/POTFILES.in (Bug #597264)
30 2009-10-05 Robin Sonefors <ozamosi@flukkost.nu>
32 * Fix off-by-one in mp_cast_to_double
34 2009-10-04 Robin Sonefors <ozamosi@flukkost.nu>
36 * Make "Insert character" work, use unsigned numbers, and work with UTF-8
38 2009-10-03 Robin Sonefors <ozamosi@flukkost.nu>
40 * Fix so the code builds without warnings on 64 bit platforms
41 * Fix automake's dependency graph to make parallell builds possible
43 2009-09-28 Robin Sonefors <ozamosi@flukkost.nu>
44 * Make numbers written with a keyboard respect sub/superscript toggles
45 * Move factorization code to mp.c
47 2009-09-28 Robert Ancell <robert.ancell@gmail.com>
49 * Revamped the user interface (Robert Ancell, Bug #336609, Bug #587897,
50 Bug #596391, Bug #571814, Bug #493694, Bug #548881, Bug #569334,
52 * Add a prime factorization function (Robin Sonefors, Bug #563217)
54 2009-09-22 Robert Ancell <robert.ancell@gmail.com>
59 Released a gcalctool v5.28.0 tarball.
61 2009-09-18 Robert Ancell <robert.ancell@gmail.com>
63 * Handle keycode for '^' used in non-English layouts (German, Spanish, etc)
64 and allow '**' to be converted to a '^' for layouts that do not support it
65 (Robert Ancell, Bug #546819)
67 2009-09-17 Robert Ancell <robert.ancell@gmail.com>
69 * Don't override space bar when buttons are focussed as this stops keyboard control
70 (Robert Ancell, Bug #595337)
72 2009-09-07 Robert Ancell <robert.ancell@gmail.com>
77 Released a gcalctool v5.27.92 tarball.
79 2009-08-31 Robert Ancell <robert.ancell@gmail.com>
81 * Fix base conversions (Robert Ancell)
82 * Fix disabled help menu (Robert Ancell)
84 2009-08-28 Robert Ancell <robert.ancell@gmail.com>
86 * Fix duplicate object names in data/financial.ui (Robert Ancell, Bug #593277)
88 2009-08-26 Robert Ancell <robert.ancell@gmail.com>
93 Released a gcalctool v5.27.91 tarball.
95 2009-08-11 Robert Ancell <robert.ancell@gmail.com>
100 Released a gcalctool v5.27.90 tarball.
102 2009-07-28 Robert Ancell <robert.ancell@gmail.com>
107 Released a gcalctool v5.27.5 tarball.
108 * Fix bug where inserting text in locales without thousands separators
109 replaces the whole display (Robert Ancell)
111 2009-07-27 Robert Ancell <robert.ancell@gmail.com>
113 * Update gconf descriptions to match translation guidelines
114 (Leonardo Fontenelle, Bug #589563)
115 * Connect functions to solve the function text and replace the display with
116 the result (Robert Ancell, Bug #548884)
118 2009-07-24 Robert Ancell <robert.ancell@gmail.com>
120 * Change bison syntax to be compatible with version 2.3 (Robert Ancell, Bug #589350)
122 2009-07-17 Robert Ancell <robert.ancell@gmail.com>
124 * Perform power and factorials before negation so -1! and -1^0.5
125 are valid as in 5.26.x (Robert Ancell)
127 2009-07-15 Robert Ancell <robert.ancell@gmail.com>
129 * Compile with -DGSEAL_ENABLE (Thomas Anderson, Bug #588591)
131 2009-07-14 Robert Ancell <robert.ancell@gmail.com>
136 Released a gcalctool v5.27.4 tarball.
138 2009-07-13 Robert Ancell <robert.ancell@gmail.com>
140 * Update bit editor after shifting (Robert Ancell, Bug #587545)
142 2009-07-12 Robert Ancell <robert.ancell@gmail.com>
144 * Use a base-10 internal representation (Robert Ancell, bug #585813, bug #585931, bug #560802)
146 2009-06-30 Robert Ancell <robert.ancell@gmail.com>
148 * Make padding consistent in GUI (Jerry Casiano, Bug #587292)
150 2009-06-24 Robert Ancell <robert.ancell@gmail.com>
152 * Support implicit multiply before functions, e.g. "6 log 3"
153 (Robert Ancell, Bug #586812)
154 * Use inverse notation for trigonometric functions, i.e. "asin" -> "sin⁻¹"
155 * Use lowercase notation for trigonometric and logarithm functions to look
156 more like standard mathematical notation
157 * Put spacing around functions, i.e. "sin" -> " sin "
158 * Use subscript for logarithm base two, i.e. "log2" -> "log₂"
159 * Added etched border around display (Robert Ancell, Bug #140836)
161 2009-06-17 Robert Ancell <robert.ancell@gmail.com>
163 * Rewrote out of date man page (Robert Ancell, Bug #585997)
165 2009-06-16 Robert Ancell <robert.ancell@gmail.com>
170 Released a gcalctool v5.27.3 tarball.
172 2009-06-15 Robert Ancell <robert.ancell@gmail.com>
174 * Percentage operation for addition and subtraction now takes percentage of
175 first value (Robert Ancell, Bug #480207)
176 * Use correct UTF-8 mathematical characters (Robert Ancell, Bug #347630)
178 2009-05-27 Robert Ancell <robert.ancell@gmail.com>
180 * Focus on the display entry by default
181 * Fix broken widget style. Copy gcalctoolrc to ~/.gcalctoolrc to get coloured buttons.
183 2009-05-26 Robert Ancell <robert.ancell@gmail.com>
185 * Fix missing icon in Help>Contents menu
187 2009-05-25 Robert Ancell <robert.ancell@gmail.com>
192 Released a gcalctool v5.27.2 tarball.
194 2009-05-15 Robert Ancell <robert.ancell@gmail.com>
196 * Made parser reentrant and part of MP code (Robert Ancell)
197 * Remove negative sign from numbers rounded to zero. This is only a partial fix as
198 the error value is still visible in scientific notation (Robert Ancell, Bug #560802)
200 2009-05-11 Robert Ancell <robert.ancell@gmail.com>
202 * Really fix the license text in the about dialog (Robert Ancell, Bug #579174)
203 * Support odd roots of negative numbers (Robert Ancell, Bug #576973)
204 * Keep settings (show zeroes, thousands separator etc) when changing modes (Robert Ancell, Bug #580398)
206 2009-05-07 Robin Sonefors <ozamosi@flukkost.nu>
208 * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253)
209 * Add variable word size for bitwise functions (Robin Sonefors, Bug #581253)
211 2009-05-07 Robert Ancell <robert.ancell@gmail.com>
213 * Add a --solve command-line argument (Robert Ancell, Bug #361758)
215 2009-05-04 Robert Ancell <robert.ancell@gmail.com>
217 * Make GConf schemas translatable (Robert Ancell, Bug #571948)
218 * Tidied up error messages (Robert Ancell, Bug #521184)
219 * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946)
223 Released a gcalctool v5.27.1 tarball.
225 2009-04-20 Robert Ancell <robert.ancell@gmail.com>
227 * Fix missing license text in about dialog (Robert Ancell, Bug #579174)
229 2009-04-06 Robert Ancell <robert.ancell@gmail.com>
231 * Replace MP number arrays with an MPNumber structure (Robert Ancell)
232 * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807)
234 2009-03-30 Robert Ancell <robert.ancell@gmail.com>
236 * Fix display on startup to be replaced on entry (Robert Ancell, Bug #576975)
238 2009-03-17 Robert Ancell <robert.ancell@gmail.com>
240 * Fix button expansion (nowak2000, Bug #575385)
241 * Removed deprecated test/ directory (Bug #574048)
245 Released a gcalctool v5.26.0 tarball.
247 2009-03-03 Robert Ancell <robert.ancell@gmail.com>
252 Released a gcalctool v5.25.92 tarball.
254 2009-02-28 Robert Ancell <robert.ancell@gmail.com>
256 * Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell, Bug #572881)
257 * Fix rounding errors in integer power calulations (Robert Ancell, Bug #527540)
258 * Fix error in cosine/tangent calculations (Robert Ancell, Bug #571007)
260 2009-02-17 Robert Ancell <robert.ancell@gmail.com>
265 Released a gcalctool v5.25.91 tarball.
267 2009-02-15 Robert Ancell <robert.ancell@gmail.com>
269 * Initialise GType system so usage of GConf doesn't cause crashes (Matthias Clasen, Bug #571581)
270 * Rework command-line arguments to be standard (Robert Ancell, Bug #569885)
272 2009-02-08 Robert Ancell <robert.ancell@gmail.com>
274 * Correctly handle decimal points for languages not using '.' (Robert Ancell, Bug #566929)
275 * Fix shortcut keys so standard menu keys work (Robert Ancell)
277 2009-02-03 Robert Ancell <robert.ancell@gmail.com>
282 Released a gcalctool v5.25.90 tarball.
284 2009-01-26 Robert Ancell <robert.ancell@gmail.com>
286 * gcalctool/mp-binary.c: Fix incorrect shift calculation (Robert Ancell, Bug #569176)
288 2009-01-19 Robert Ancell <robert.ancell@gmail.com>
293 Released a gcalctool v5.25.5 tarball.
295 2009-01-06 Robert Ancell <robert.ancell@gmail.com>
300 Released a gcalctool v5.25.4 tarball.
302 2008-12-01 Robert Ancell <robert.ancell@gmail.com>
307 Released a gcalctool v5.25.3 tarball.
309 2008-12-08 Robert Ancell <robert.ancell@gmail.com>
311 * Made exponential numbers work without a sign, e.g. '1e2' works
312 the same as '1e+2' (Robert Ancell).
313 * Correctly calculate exponential numbers in binary mode and
314 convert correctly when changing bases (Robert Ancell, Bug #516159).
315 * Fix broken accelerator keys from changes due to bug #379476 (Robert Ancell)
317 2008-12-01 Robert Ancell <robert.ancell@gmail.com>
322 Released a gcalctool v5.25.2 tarball.
324 2008-11-29 Robert Ancell <robert.ancell@gmail.com>
326 * Give binary invert operation higher precedence (Sami Pietilä, Bug #562251)
328 2008-11-23 Robert Ancell <robert.ancell@gmail.com>
330 * Removed double conversion in boolean and 32 bit and 16 bit mask operations so
331 they can handle larger numbers (Robert Ancell, Bug #509988)
333 2008-11-15 Robert Ancell <robert.ancell@gmail.com>
335 * gcalctool/gtk.c: Load financial dialogs when they are activated not only once
336 using financial mode - they are accessible from shortcut keys from all modes.
337 (Robin Sonefors, Bug #560196).
338 * Made scientific functions that are inverses of eachother use the inverse button
339 like the trigonometric ones do. Shortcut keys changed so inverse function is the
340 shift+base function (Robin Sonefors, Bug #379476).
342 2008-11-06 Robert Ancell <robert.ancell@gmail.com>
344 * gcalctool/get.c: Read configuration from /apps/gcalctool not /apps/(appname) as
345 the application name is different when symlinked (Matt Keenan, Bug #559260).
346 * Correct gconf key names in man page (Bug #559458).
348 2008-11-04 Robert Ancell <robert.ancell@gmail.com>
353 Released a gcalctool v5.25.1 tarball.
355 2008-11-02 Robert Ancell <robert.ancell@gmail.com>
357 * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663).
358 * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207).
359 * Set decimal point label to be based on LC_NUMERIC as users can set their numerical
360 representation to different to their language settings (Robin Sonefors, Bug #557331).
362 2008-10-17 Robert Ancell <robert.ancell@gmail.com>
364 * Added translator comments
366 2008-10-13 Robert Ancell <robert.ancell@gmail.com>
368 * Made financial dialogs move to next entry/complete form when activating
369 entries (Robin Sonefors, Bug #318686)
371 2008-10-12 Robert Ancell <robert.ancell@gmail.com>
373 * Remove GtkSpinButton warning (Robin Sonefors, Bug #553965)
374 * Made financial dialogs reset before display (Robin Sonefors, Bug #318686)
376 2008-10-11 Robert Ancell <robert.ancell@gmail.com>
378 * Only update bit panel when display contains a solved number (Bug #548690).
379 * Added keyboard shortcuts to financial dialogs (Robin Sonefors, Bug #318686).
381 2008-10-08 Robert Ancell <robert.ancell@gmail.com>
383 * Separated functions in programming and scientific modes (Robin Sonefors, Bug #501508).
384 * Don't clear display when changing modes and allow all functions to work in all non-basic
386 * Refactored mp-convert.c and mp-trigonometric.c from mp.c/mpmath.c (Bug #524091).
388 2008-10-07 Robert Ancell <robert.ancell@gmail.com>
390 * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686).
392 2008-09-28 Robert Ancell <robert.ancell@gmail.com>
394 * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508).
396 2008-09-25 Robert Ancell <robert.ancell@gmail.com>
398 * Applied seventh patch from Klaus: Remove even more gotos (Bug #524091).
399 * Removed almost all gotos, cleaned up mperr() (Bug #524091).
400 * gcalctool/gtk.c: Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).
402 2008-09-22 Robert Ancell <robert.ancell@gmail.com>
407 Released a gcalctool v5.24.0 tarball.
409 2008-09-07 Rich Burridge <rich.burridge@sun.com>
414 Released a gcalctool v5.23.92 tarball.
416 2008-09-01 Rich Burridge <rich.burridge@sun.com>
421 Released a gcalctool v5.23.91 tarball.
423 2008-08-22 Robert Ancell <robert.ancell@gmail.com>
425 * glade/gcalctool.glade: Fix packing for modulus button (Bug #548880)
427 2008-08-20 Robert Ancell <robert.ancell@gmail.com>
429 * gcalctool.desktop.in: Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so
430 other desktops can use GCalctool (bug #518862).
432 2008-08-19 Robert Ancell <robert.ancell@gmail.com>
434 * Applied sixth patch from Klaus: Remove gotos, add use of const args, made
435 function arg ordering consistent, added unittests (Bug #524091).
439 Released a gcalctool v5.23.90 tarball.
441 2008-08-17 Robert Ancell <robert.ancell@gmail.com>
443 * gcalctool/gtk.c: Fix some memory leaks (Felix Riemann, Bug #547942)
445 2008-08-05 Robert Ancell <robert.ancell@gmail.com>
450 Released a gcalctool v5.23.6 tarball.
452 2008-08-04 Robert Ancell <robert.ancell@gmail.com>
454 * gcalctool/gtk.c: Change icon name from 'gnome-calculator' to 'accessories-calculator' (Matthias Clasen, Bug #545074)
455 * Removed left-to-right mode due to maintenance effort (Bug #500994)
457 2008-07-27 Robert Ancell <robert.ancell@gmail.com>
459 * Converted bg and zh_CN documentation to gnome-doc-utils (Bug #336104)
461 2008-07-22 Robert Ancell <robert.ancell@gmail.com>
466 Released a gcalctool v5.23.5 tarball.
468 2008-07-21 Takeshi AIHANA <takeshi.aihana@gmail.com>
471 Removed help/ja/Makefile since switched to gnome-doc-utils now.
473 2008-07-16 Robert Ancell <robert.ancell@gmail.com>
475 * Applied fifth patch from Klaus: Remove pointer arguments to functions (Bug #524091).
476 * Applied fourth patch from Klaus: Remove constants calling mpchk (Bug #524091).
477 * Remove gotos and parameter adjustment (Bug #524091).
479 2008-07-03 Robert Ancell <robert.ancell@gmail.com>
481 * Applied third mp math tidy up patch from Klaus Niederkrueger (Bug #524091).
482 * Refactored some of the mp FORTRAN functions to be simpler (Robert Ancell, Bug #524091).
484 2008-06-17 Robert Ancell <robert.ancell@gmail.com>
486 * gcalctool/functions.c: Fix bug in factorial calculation that was
487 added when functions were renamed (Klaus Niederkrueger).
488 * gcalctool/gtk.c: Make trigonometric button text translatable (Yuri Penkin,
491 2008-06-17 Robert Ancell <robert.ancell@gmail.com>
496 Released a gcalctool v5.23.4 tarball.
498 2008-06-14 Robert Ancell <robert.ancell@gmail.com>
500 * Applied second mp math tidy up patch from Klaus Niederkrueger (Bug #524091).
501 * gcalctool/gtk.c: Added workaround to stop display disappearing when editing large
502 displays (Bug #524602).
503 * gcalctool/gtk.c: Allow shortcut keys to work when caps lock is on (Bug #538160).
505 2008-06-03 Robert Ancell <robert.ancell@gmail.com>
510 Released a gcalctool v5.23.3 tarball.
512 2008-05-28 Robert Ancell <robert.ancell@gmail.com>
515 * gcalctool/display.c: Default to no thousands separator not ',' (Bug #527669).
517 2008-05-18 Robert Ancell <robert.ancell@gmail.com>
519 * configure.in: Version 5.23.2
521 2008-04-29 Robert Ancell <robert.ancell@gmail.com>
523 * Restructure display.[ch] to have consistent function names and work towards
524 routing all display code through one point to support Unicode more easily (Bug #530532).
525 * gcalctool/display.[ch]:
526 gcalctool/gtk.c: Modify cursor when adding/removing thousands separators (Bug #527669).
528 2008-04-20 Robert Ancell <robert.ancell@gmail.com>
530 * configure.in: Version 5.23.1
532 2008-04-19 Robert Ancell <robert.ancell@gmail.com>
534 * gcalctool/display.c: Use correct radix when converting numbers to strings (Bug #527669).
536 2008-04-13 Robert Ancell <robert.ancell@gmail.com>
538 * gcalctool/gtk.c: Use correct maximum value for display horizontal scroll (Bug #524602)
540 2008-04-12 Robert Ancell <robert.ancell@gmail.com>
542 * gcalctool/gtk.c: Correctly populate the constant and function menus (Bug #527545)
544 gcalctool/functions.[ch]:
545 gcalctool/ui.h: Fix compiler warnings (Bug #527318)
546 * Fix a number of thousands separator issues (Bug #527669).
548 2008-04-10 Robert Ancell <robert.ancell@gmail.com>
550 * gcalctool/ce_parser.y: Change parser precedence to perform negation after
551 power operation (Bug #526094)
552 * gcalctool/Makefile.am:
555 configure.in: Fix build so make distcheck works (Bug #526702)
556 * gcalctool/gtk.c: Remove shadowed variables (Bug #526976)
558 2008-03-08 Robert Ancell <robert.ancell@gmail.com>
563 Released a gcalctool v5.22.1 tarball.
565 2008-04-07 Robert Ancell <robert.ancell@gmail.com>
567 * gcalctool/gtk.c: Handle shift-asterisk and asterisk for multiply
568 (the later occurs on the french keyboard) (Bug #526671)
570 2008-04-05 Robert Ancell <robert.ancell@gmail.com>
572 * Makefile.am: Don't distribute m4/.svn directory (Bug #524025)
574 2008-03-24 Robert Ancell <robert.ancell@gmail.com>
576 * Bug #524091 - First patch from Klaus Niederkrueger applied.
578 2008-03-12 Robert Ancell <robert.ancell@gmail.com>
580 * gcalctool/unittest.c:
581 Bug #135671 - Added initial unit tests
582 * Bug #520769 - Remove usage of sprintf() and strcpy() and replace
583 with snprintf() and strncpy().
585 2008-03-11 Robert Ancell <robert.ancell@gmail.com>
587 * gcalctool/functions.c:
588 Fixed bug #520525 - Clear display sets display to empty not "Ans".
590 2008-03-10 Rich Burridge <rich.burridge@sun.com>
593 Fixed bug #521620 - Impossible to type "(" in the GUI.
596 Fixed bug #520269 – Possibly incorrect use of plurals.
598 * gcalctool/calctool.c:
600 From Jens Granseuer <jensgr at gmx dot net>
601 Fixed bug #521668 – compile errors.
603 2008-03-10 Rich Burridge <rich.burridge@sun.com>
609 Released a gcalctool v5.22.0 tarball.
611 2008-03-06 Rich Burridge <rich.burridge@sun.com>
613 * gcalctool/calctool.h:
614 Fix for bug #520474 - Calculator uses 06 in place of decimal.
616 2008-03-02 Rich Burridge <rich.burridge@sun.com>
618 * gcalctool/calctool.c:
619 Fix for bug #519979 - Please provide translator comments.
621 2008-02-28 Rich Burridge <rich.burridge@sun.com>
624 Fix for bug #519243 - Memory registers save incorrectly.
626 2008-02-24 Rich Burridge <rich.burridge@sun.com>
631 Released a gcalctool v5.21.92 tarball.
633 2008-02-11 Rich Burridge <rich.burridge@sun.com>
638 Released a gcalctool v5.21.91 tarball.
640 2008-02-11 Robert Ancell <robert.ancell@gmail.com>
642 * glade/gcalctool.glade:
643 Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
645 2008-02-10 Rich Burridge <rich.burridge@sun.com>
648 gcalctool/calctool.c:
649 glade/gcalctool.glade:
650 help/C/gcalctool.xml:
651 Fix for bug #515326 – translation issues
653 2008-02-10 Robert Ancell <robert.ancell@gmail.com>
655 * glade/gcalctool.glade:
656 Unmark bitcalculating strings for translation (Bug #515326)
657 Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
659 2008-02-10 Luca Ferretti <elle.uca@libero.it>
662 Remove help/it/Makefile, switching to gnome-doc-utils
664 2008-02-04 Rich Burridge <rich.burridge@sun.com>
667 Fix for bug #514233 - Title not translated
669 2008-02-02 Rich Burridge <rich.burridge@sun.com>
672 Fix for bug #513868 - Switching mode clears values but not
673 "Malformed expression" in statusbar.
675 * gcalctool/ce_tokeniser.l:
676 From Sami Pietila <sami.pietila@utu.fi>
677 Fix for bug #513218 - Parsing not handling things the way a
678 "normal" calculator would.
681 From Philipp Kerling <k.philipp@gmail.com>
682 Fix for bug #482666 - XML errors in gcalctool de translation.
684 2008-02-02 Tommi Vainikainen <thv@iki.fi>
686 * glade/gcalctool.glade: Fix typo (Retreive -> Retrieve)
688 2008-01-28 Rich Burridge <rich.burridge@sun.com>
694 Released a gcalctool v5.21.90 tarball.
696 2008-01-26 Rich Burridge <rich.burridge@sun.com>
698 * gcalctool/functions.c:
699 From Sami Pietila <sami.pietila@utu.fi>
700 Fix for bug #512204 - Regression in (-,+) handling.
702 2008-01-24 Rich Burridge <rich.burridge@sun.com>
704 * gcalctool/ce_parser.y:
706 gcalctool/functions.c:
707 Fix for bug #511052 – Mod gives negative remainders.
709 2008-01-16 Claude Paroz <claude@2xlibre.net>
711 * gcalctool/gtk.c: (create_kframe):
714 2008-01-14 Rich Burridge <rich.burridge@sun.com>
719 Released a gcalctool v5.21.5 tarball.
721 2008-01-04 Rich Burridge <rich.burridge@sun.com>
724 Fix for bug #507126 - "x" should be a keyboard shortcut for bitwise
725 XOR but it's currently doing multiplication.
728 Fix for bug #507124 - gcalctool menu items are not being set inactive
729 when there is an error condition.
731 * help/C/gcalctool.xml:
732 More work on bug #503941 – Various Calculator docmentation issues.
733 - Adjusted the note in section 3.1.1 to describe what a C locale is.
735 2008-01-03 Rich Burridge <rich.burridge@sun.com>
737 * help/C/gcalctool.xml:
738 Work on bug #503941 – Various Calculator docmentation issues.
739 - Added a section 3.6 "Undo and Redo"
740 - After an error condition pressing Shift-Delete will now
741 clear it, not Delete.
742 - Updated and added numerous Alt-<whatever> and Control-<whatever>
743 definitions in the keyboard shortcut tables.
745 * RELEASE-HOWTO: (new)
746 Added a document that provides a step-by-step list to remind
747 gcalctool maintainers how to make a release.
749 * gcalctool/functions.c:
750 gcalctool/calctool.c:
751 gcalctool/calctool.h:
752 From Sami Pietila <sami.pietila@utu.fi>
753 Fix for bug #506742 - Various gcalctool buttons don't behave as
754 expected when they are used right after a Clr operation.
756 2008-01-02 Rich Burridge <rich.burridge@sun.com>
759 From Sami Pietila <sami.pietila@utu.fi>
760 Work on bug #499954 – Key repeat is delayed.
761 Adjustments to the set_bit_panel() routine for arithmetic operator
764 2008-01-01 Rich Burridge <rich.burridge@sun.com>
767 Updated the copyright messages to include 2008.
768 Updated the gcalctool About message in a similar fashion.
770 * help/C/figures/gcalctool_scientific_window.png:
771 help/C/gcalctool.xml:
772 gcalctool/functions.c:
773 gcalctool/lr_tokeniser.l:
774 gcalctool/lr_parser.y:
775 gcalctool/ce_tokeniser.l:
778 gcalctool/ce_parser.y:
780 gcalctool/calctool.c:
781 gcalctool/calctool.h:
782 gcalctool/gcalctool.1:
783 glade/gcalctool.glade:
784 From Robert Millan <rmh@aybabtu.com>
785 From Robert Ancell <robert.ancell@gmail.com>
786 Fixed bug #505892 - Added a base 2 logarithm button. Note that for
787 a future release of gcaltool, that this might be changed to a log<n>
788 button (see bug #336609 for more details).
790 2007-12-17 Rich Burridge <rich.burridge@sun.com>
794 Released a gcalctool v5.21.4 tarball.
796 2007-12-15 Rich Burridge <rich.burridge@sun.com>
798 * help/C/gcalctool.xml:
799 Adjusted online help documentation to add in a section 4.4. "Changing
800 The Display Area" and to update the new keyboard shortcut for Clear.
802 2007-12-15 Robert Ancell <robert.ancell@gmail.com>
804 * Use delete key to delete character right of cursor in display, clear
805 now uses shift+delete (Bug #326938).
806 * glade/gcalctool.glade: Update all button tooltips to have the shortcut
807 key for that button (Bug #503707).
809 2007-12-12 Rich Burridge <rich.burridge@sun.com>
811 * gcalctool.desktop.in:
812 Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
815 * help/C/gcalctool.xml:
816 Fixed bug #500802 - Update to GNOME Help Centre OMF Files for
817 "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
819 * help/C/gcalctool.xml:
820 Work on bug #501699. Adjusted "monthly interest rate" to "simple
821 monthly interest rate" in the online help for two of the financial
824 2007-12-09 Robert Ancell <robert.ancell@gmail.com>
826 * gcalctool/gtk.c: Fix incorrect menu radio button selected when
827 mode change aborted (bug #488226).
829 2007-12-07 Rich Burridge <rich.burridge@sun.com>
831 * gcalctool/functions.c:
832 Fix for bug #502306 - unable to use MOD operation after a
835 2007-12-03 Rich Burridge <rich.burridge@sun.com>
839 Released a gcalctool v5.21.3 tarball.
841 2007-12-2 Robert Ancell <robert.ancell@gmail.com>
843 * Added a "Reset to Default" accuracy menu item (bug #488542).
845 2007-11-28 Rich Burridge <rich.burridge@sun.com>
848 From Sami Pietila <sami.pietila@utu.fi>
849 When the bit calculation extension is enabled, a message now appears
852 * glade/gcalctool.glade:
853 Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension
854 produces incorrect results.
856 2007-11-27 Rich Burridge <rich.burridge@sun.com>
858 * help/C/figures/gcalctool_scientific_window.png:
859 help/C/gcalctool.xml:
860 Fixed bug #367731 - [doc] Update documentation for bit calculating
864 From Sami Pietila <sami.pietila@utu.fi>
865 Fixed bug 500029 - Clearing a bit in the bitcalculating extension,
866 sets the display to zero.
868 2007-11-27 Robert Ancell <robert.ancell@gmail.com>
871 Disable menu items not valid in current mode (Bug #499625).
873 2007-11-17 Robert Ancell <robert.ancell@gmail.com>
875 * gcalctool/Makefile.am: Fix build dependencies for parsers (Bug #497237).
876 * gcalctool/gtk.c: Trim pasted text on newlines, replace tabs with spaces
879 2007-11-13 Rich Burridge <rich.burridge@sun.com>
881 * help/C/figures/gcalctool_advanced_window.png:
882 help/C/figures/gcalctool_basic_window.png:
883 help/C/figures/gcalctool_financial_window.png:
884 help/C/figures/gcalctool_menu_symbol.png:
885 help/C/figures/gcalctool_scientific_window.png:
886 Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
888 * help/C/gcalctool.xml:
889 Fixed bug #367723 - [doc] Update documentation for Changing Modes
892 2007-11-12 Rich Burridge <rich.burridge@sun.com>
896 Released a gcalctool v5.21.2 tarball.
898 2007-11-10 Robert Ancell <robert.ancell@gmail.com>
900 * gtk.c: Close precision dialog when setting precision from
901 Acc button (Bug #495349).
902 * gcalctool.glade: Connect "activate" signal for precision
903 spin button after spin button has been updated (Bug #495345)
905 2007-11-6 Robert Ancell <robert.ancell@gmail.com>
908 Stop display characters from being translated as this will
909 cause the display parser to fail.
910 Change labels on trig function keys when inverse/hyperbolic
913 2007-11-4 Robert Ancell <robert.ancell@gmail.com>
916 Split calctool.h into seperate header files.
917 Removed unused function definitions and killed extern.h.
918 Moved gconf behaviour into get.c.
919 Removed some global variables for resource naming.
920 Merged graphics.c into gtk.c.
921 Renamed all gtk.c external functions to ui_*().
922 Moved main() into calctool.c.
923 Disable bitcalculating menu when not in scientific mode.
924 Renamed GTK+ callbacks so they all are in the form *_cb().
926 2007-11-3 Rich Burridge <rich.burridge@sun.com>
929 From dmacks@netspace.org
930 Fixed bug #482655 - Missing image file.
933 Fix the buglet in comment #51 of bug #485919.
935 2007-11-3 Robert Ancell <robert.ancell@gmail.com>
938 Re-enable accuracy menu items (Final part of bug #488694).
939 Make accuracy shortcuts only work in scientific mode (bug #488489).
940 Stop bogus '-/-' in accuracy menu items (bug #488703).
942 2007-11-1 Rich Burridge <rich.burridge@sun.com>
950 2007-11-1 Robert Ancell <robert.ancell@gmail.com>
953 glade/gcalctool.glade:
954 More work on bug #488694 - Move all popup menus into gcalctool.glade.
955 Split constant and function dialogs into seperate UI elements.
957 * gcalctool/graphics.c:
958 gcalctool/calctool.c:
959 gcalctool/calctool.h:
961 gcalctool/functions.c:
963 glade/gcalctool.glade:
964 More work on bug #488694 - Simplify menu code
966 2007-10-31 Rich Burridge <rich.burridge@sun.com>
968 * gcalctool/dsfuns.c:
969 gcalctool/calctool.h:
970 gcalctool/functions.c:
971 gcalctool/ce_parser.h:
973 Code cleanup to a consistent style, plus fixup for various warnings
976 2007-10-31 Robert Ancell <robert.ancell@gmail.com>
978 * gcalctool/mpmath.c:
979 gcalctool/graphics.c:
980 gcalctool/calctool.c:
981 gcalctool/calctool.h:
983 gcalctool/functions.c:
987 glade/gcalctool.glade:
988 More work on bug #488694 - Move accelerator handling from calctool.c
991 glade/gcalctool.glade:
992 More work on bug #488694 - Move ASCII, accuracy, function and
993 constant dialogs into gcalctool.glade
995 2007-10-30 Rich Burridge <rich.burridge@sun.com>
997 * gcalctool/mpmath.c:
998 Fix for bug #485134 - OR calculation produces incorrect result in
999 arithmetic precedence mode.
1001 2007-10-28 Rich Burridge <rich.burridge@sun.com>
1003 * gcalctool/functions.c:
1004 From Sami Pietila <sami.pietila@utu.fi>
1005 Fix for bug #490701 - base radio buttons initially fail.
1007 * Released a gcalctool v5.21.1 tarball.
1009 2007-10-27 Rich Burridge <rich.burridge@sun.com>
1011 * gcalctool/mpmath.c:
1012 From Sami Pietila <sami.pietila@utu.fi>
1013 Attempted fix for bug #485134 - OR calculation produces incorrect
1014 result in arithmetic precedence mode. This isn't a complete solution
1015 so the bug has been reopened.
1017 2007-10-26 Rich Burridge <rich.burridge@sun.com>
1019 * gcalctool/functions.c:
1020 From Sami Pietila <sami.pietila@utu.fi>
1021 Fix for bug #488828 - Reciprocal remembers backspaced items.
1023 2007-10-23 Rich Burridge <rich.burridge@sun.com>
1025 * glade/gcalctool.glade:
1026 More work on bug ##488694 - [a11y] Several calculator buttons
1027 don't speak correctly with Orca. Removed the accessible descriptions
1028 (not needed) and adjusted the "shift left" and "shift right" names
1029 (they were reversed).
1031 * gcalctool/functions.c:
1032 From Sami Pietila <sami.pietila@utu.fi>
1033 Patch to stablize arithmetic precedence.
1035 2007-10-23 Robert Ancell <robert.ancell@gmail.com>
1038 Stop acting on toggle events from radio buttons when they go
1039 inactive (Bug #485918).
1041 2007-10-22 Rich Burridge <rich.burridge@sun.com>
1043 * glade/gcalctool.glade:
1044 From Robert Ancell <robert.ancell@gmail.com>
1045 More work on bug #485919 - Use Glade for UI. This patch puts
1046 menu accelerators back again and fixes the top button row in
1047 basic mode being too tall.
1050 Added Robert Ancell to the list of gcalctool MAINTAINERS.
1052 * glade/gcalctool.glade:
1053 Fixed bug #488830 - Hex radio button shortcut conflicts with
1056 * glade/gcalctool.glade:
1057 Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip
1061 Fixed bug #488783 - memory registers not available if you start
1065 glade/gcalctool.glade:
1066 Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak
1067 correctly with Orca.
1069 2007-10-20 Rich Burridge <rich.burridge@sun.com>
1071 * gcalctool/calctool.c:
1072 gcalctool/calctool.h:
1073 gcalctool/functions.c:
1076 glade/gcalctool.glade: (new)
1078 glade/mode_panel.glade: (removed)
1080 From Robert Ancell <robert.ancell@gmail.com>
1081 More work on bug #485919 - Use Glade for UI. This now provides
1082 Glade support for the majority of the gcalctool GUI.
1084 2007-10-15 Rich Burridge <rich.burridge@sun.com>
1087 Fix for bug #485398 - Put memory register window inside the main window.
1088 Uses gtk_window_set_transient_for() to associate the memory register
1089 window with the main gcalctool window.
1091 * help/C/gcalctool.xml:
1092 Fix for bug #383850 - [doc] New names for Precedence.
1094 2007-10-13 Rich Burridge <rich.burridge@sun.com>
1097 From Sami Pietila <sami.pietila@utu.fi>
1098 Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence
1099 mode if user has "hand edited" the display.
1101 2007-10-12 Rich Burridge <rich.burridge@sun.com>
1104 gcalctool/calctool.c:
1106 gcalctool/Makefile.am:
1108 glade/Makefile.am: (new)
1109 glade/mode_panel.glade: (new)
1110 From Robert Ancell <robert.ancell@gmail.com>
1111 Work on bug #485919 - Use Glade for UI.
1112 Initial Glade patch adds support for the mode panel.
1114 2007-10-11 Rich Burridge <rich.burridge@sun.com>
1117 Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
1118 correctly set the state of the Edit-<Memory Registers check box if the
1119 user wanted the memory registers initially displayed.
1122 From Christian Persch <chpe@gnome.org>
1123 Correctly handle memory register display and "Memory Registers" menu
1124 item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
1125 (Needed because of the recent changes for bug #478961).
1127 2007-10-08 Rich Burridge <rich.burridge@sun.com>
1129 * Released a gcalctool v5.21.0 tarball.
1131 * gcalctool/calctool.h:
1132 gcalctool/display.c:
1133 gcalctool/functions.c:
1134 gcalctool/ce_tokeniser.l:
1137 With lots of help from Sami Pietila <sampie@utu.fi>
1138 Fix for bug #326938 – Display cursor in input area; allow home
1139 and end keys. This is in arithmetic precedence mode only.
1141 2007-10-08 Rich Burridge <rich.burridge@sun.com>
1143 * gcalctool/graphics.c:
1144 Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9
1147 2007-10-02 Rich Burridge <rich.burridge@sun.com>
1149 * help/C/gcalctool.xml:
1150 gcalctool/calctool.h:
1151 gcalctool/ce_tokeniser.l:
1152 Fix for bug #439087 – Gcalctool can't handle small physic constants
1153 like the Boltzmann constant. The number of significant places has
1154 been increased to 99 and the number of displayable digits has been
1155 increased to 200. The online help has been adjusted to reflect these
1158 Note that if you have something in the gcalctool display that is
1159 wider than the display area, a scrollbar is shown, but the first
1160 digit isn't properly displayed. The workaround here, is to enlarge
1161 the size of the calculator window until the scrollbar goes away.
1162 I believe this is a Gtk+ problem and have filed bug #482688 against it.
1164 * help/C/gcalctool.xml:
1165 Fixed bug #367738 – [doc] Square root documentation needs to be updated.
1166 The entry in the online help now includes examples for both arithmetic
1167 precedence and non-arithmetic precedence mode.
1169 * help/C/gcalctool.xml:
1170 Fixed bug #428571 – [doc] Repetitive usage of "use".
1172 2007-10-01 Rich Burridge <rich.burridge@sun.com>
1174 * gcalctool/Makefile.am:
1176 From Rémi Cardona <remi@gentoo.org>
1177 Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
1179 * help/C/gcalctool.xml:
1180 gcalctool/calctool.c:
1181 gcalctool/display.c:
1182 gcalctool/calctool.h:
1183 gcalctool/functions.c:
1184 gcalctool/lr_tokeniser.l:
1185 gcalctool/ce_tokeniser.l:
1186 gcalctool/gcalctool.1:
1187 Fixed bug #428573 – [doc] Spelling of logical gates.
1188 The logical operations, And, Not, Or, Xor and Xnor now use uppercase
1189 letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
1190 display area in arithmetic precedence mode. The gcalctool manual
1191 pages and the online help have been updated accordingly.
1193 The XOR operation in non-arithmetic mode was doing a multiplication
1196 The result for the AND example in the online help was incorrect.
1198 The syntax for using NOT in aritmetic mode is different then for
1199 non-arithmetic mode. The online help example has been updated to
1202 2007-09-28 Rich Burridge <rich.burridge@sun.com>
1204 * help/C/gcalctool.xml:
1205 gcalctool/calctool.c:
1206 gcalctool/calctool.h:
1207 gcalctool/functions.c:
1208 gcalctool/lr_tokeniser.l:
1209 gcalctool/ce_tokeniser.l:
1210 gcalctool/gcalctool.1:
1212 gcalctool/ce_parser.y:
1213 With lots of help from Sami Pietila <sampie@ariana-dsl.utu.fi>
1214 Fixed bug #469245 – Hexadecimal input is not intuitive and
1215 bug #455889 – Copy/paste of lower case hex letter does not work.
1216 The hexadecimal digits have been changed back to their pre Sept
1217 2003 (bug #118826) values of "a" - "f".
1219 The following functions have also had their keyboard shortcuts
1220 reverted back to their pre Sept 2003 upper-case values:
1224 [D] - Double-declining depreciation
1225 [E] - Enter an exponential number
1226 [F] - User-defined functions
1228 With copy/paste operations, where the user is pasting a string into
1229 gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
1230 "D" or "F" character is encountered, it will be converted to its
1231 lowercase equivalent. If an "E" is found, and the next character is a
1232 "-" or a "+", then it remains as an upper case "E" (it's assumed to be
1233 a possible exponential number), otherwise its converted to a lower
1236 Displaying of hex digits in the gcalctool display will still be
1237 in uppercase. Displaying of the "e" in an exponential number will
1238 still be in lower-case.
1240 The way to enter exponential numbers in arithmetic precedence mode
1241 has changed. The following four examples should show you the new
1244 1 2 Exp + 8 = 1200000000
1245 - 1 2 Exp + 8 = -1200000000
1246 1 2 Exp - 8 = 0.00000012
1247 - 1 2 Exp - 8 = -0.00000012
1249 In both left-to-right precedence and arithmetic precedence modes, if
1250 the user enters a numeric digit that is incorrect for the current
1251 numeric base, this shouldn't be allowed and should not be entered
1254 The gcalctool documentation (and tooltips) have been updated to
1255 reflect these changes.
1257 2007-09-24 Rich Burridge <rich.burridge@sun.com>
1259 * From Christian Persch <chpe@gnome.org>
1261 Fixed bug #479102 – memory registers dialogue should use ngettext.
1263 2007-09-21 Rich Burridge <rich.burridge@sun.com>
1265 * Updated the MAINTAINERS file with Sami's new email address.
1267 * From Christian Persch <chpe@gnome.org>
1269 Fixed bug #478961 – GtkAaction use.
1271 * From Christian Persch <chpe@gnome.org>
1273 Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
1275 * From Christian Persch <chpe@gnome.org>
1277 Fixed bug #478979 – show menu help in statusbar.
1279 * From Christian Persch <chpe@gnome.org>
1281 Fixed bug #479064 – should use ngettext on the Acc button.
1283 * From Christian Persch <chpe@gnome.org>
1285 Fixed bug #479097 – use gtkmessagedialog.
1287 * From Christian Persch <chpe@gnome.org>
1289 Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
1291 2007-09-17 Rich Burridge <rich.burridge@sun.com>
1293 * Released a gcalctool tarball for GNOME 2.20.0.
1295 2007-09-03 Rich Burridge <rich.burridge@sun.com>
1297 * Released a gcalctool tarball for GNOME 2.19.92.
1299 2007-08-27 Rich Burridge <rich.burridge@sun.com>
1301 * Released a gcalctool tarball for GNOME 2.19.91.
1303 2007-08-17 Rich Burridge <rich.burridge@sun.com>
1305 * From Lionel Le Folgoc
1306 gcalctool.desktop.in:
1307 Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
1309 2007-08-13 Rich Burridge <rich.burridge@sun.com>
1311 * Released a gcalctool tarball for GNOME 2.19.90.
1313 2007-08-11 Rich Burridge <rich.burridge@sun.com>
1316 Adjusted to the new format.
1318 2007-07-30 Rich Burridge <rich.burridge@sun.com>
1320 * Released a gcalctool tarball for GNOME 2.19.6.
1322 2007-07-30 Jan Arne Petersen <jpetersen@jpetersen.org>
1325 Remove help/de/Makefile due to gnome-doc-utils migration.
1327 2007-07-24 Rich Burridge <rich.burridge@sun.com>
1329 * From Christopher Taylor et al
1332 Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
1333 Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
1335 2007-07-22 Yair Hershkovitz <yairhr@gmail.com>
1337 Always use left-to-right direction for button's boxes. Fixed bug
1340 2007-07-08 Rich Burridge <rich.burridge@sun.com>
1342 * gcalctool.desktop.in:
1344 /jds/spec-files/trunk/patches/gcalctool-01-menu-entry.diff.
1345 Changed the Comment line.
1347 * Released a gcalctool tarball for GNOME 2.19.5.
1349 2007-06-26 Rich Burridge <rich.burridge@sun.com>
1351 * gcalctool/mpmath.c:
1352 Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
1355 Fixed bug #450790 – crash in Calculator when pasting in a very large
1358 2007-06-18 Rich Burridge <rich.burridge@sun.com>
1361 Fixed bug #448263 – drop libgnome dependency
1363 * Released a gcalctool tarball for GNOME 2.19.4.
1365 2007-06-04 Rich Burridge <rich.burridge@sun.com>
1367 * Released a gcalctool tarball for GNOME 2.19.3.
1369 2007-05-21 Rich Burridge <rich.burridge@sun.com>
1371 * Fixed bug #439985 – Negative value not saved in memory register
1372 across invocations of gcalctool. This was also a problem was negative
1375 2007-05-13 Rich Burridge <rich.burridge@sun.com>
1377 * Released a gcalctool tarball for GNOME 2.19.2.
1379 2007-04-30 Rich Burridge <rich.burridge@sun.com>
1381 * gcalctool/display.c:
1382 gcalctool/functions.c:
1384 Fixed bug #419927 - calculator rcl function does not work as documented.
1386 2007-04-23 Rich Burridge <rich.burridge@sun.com>
1388 * Released a gcalctool tarball for GNOME 2.19.1.
1389 (gcalctool version number now aligns with the GNOME
1390 minor.micro numbers).
1392 2007-04-18 Rich Burridge <rich.burridge@sun.com>
1395 Fixed up various compiler warnings.
1397 2007-04-13 Changwoo Ryu <cwryu@debian.org>
1400 Removed line for help/ko/Makefile.in due to gnome-doc-utils
1403 2007-03-28 Rich Burridge <rich.burridge@sun.com>
1405 * gcalctool.desktop.in:
1406 Fixed bug #413443 – gnome-calculator is not publically visible icon.
1408 2007-03-12 Rich Burridge <rich.burridge@sun.com>
1411 Adjust "Paste" to _("Paste") in the for_each_menu() routine for
1412 bug #317786 – copy and paste menu entries are always active.
1414 2007-03-12 Rich Burridge <rich.burridge@sun.com>
1416 * Released a gcalctool tarball for GNOME 2.18.0 (Final).
1418 2007-03-08 Christian Kirbach <Christian.Kirbach@googlemail.com>
1420 * gcalctool.desktop.in:
1421 "Application" is not a valid category in the freedesktop specification.
1422 Added the GTK category.
1424 2007-02-27 Rich Burridge <rich.burridge@sun.com>
1427 Fixed bug 412688 - gcalctool crashed with SIGSEGV in strlen().
1429 2007-02-25 Rich Burridge <rich.burridge@sun.com>
1431 * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
1433 2007-02-12 Rich Burridge <rich.burridge@sun.com>
1435 * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
1437 2007-02-06 Rich Burridge <rich.burridge@sun.com>
1440 Fixed bug #402473 – Problems pasting back value when using
1441 thousands separator.
1443 2007-01-22 Rich Burridge <rich.burridge@sun.com>
1445 * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
1447 2007-01-17 Rich Burridge <rich.burridge@sun.com>
1450 Fixed bug #397788 – Need spin control limit for Acc Other popup.
1452 2007-01-16 Rich Burridge <rich.burridge@sun.com>
1456 Fixed bug #317786 - copy and paste menu entries are always active.
1458 2007-01-08 Rich Burridge <rich.burridge@sun.com>
1460 * All copyright messages updated for 2007.
1461 * Released a gcalctool tarball for GNOME 2.17.5.
1463 2006-12-17 Rich Burridge <rich.burridge@sun.com>
1465 * Released a gcalctool tarball for GNOME 2.17.4.
1467 2006-12-15 Rich Burridge <rich.burridge@sun.com>
1469 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1470 Fixed bug #371669 - Floating Hexadecimal values converting to any.
1472 2006-12-08 Rich Burridge <rich.burridge@sun.com>
1474 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1475 Fixed bug #381037 – result can not be used for "mod" operation.
1477 * Fixed bug #369503 – Problems with 'arithmetic precedence mode'.
1479 2006-12-04 Rich Burridge <rich.burridge@sun.com>
1481 * Released a gcalctool tarball for GNOME 2.17.3.
1483 2006-11-28 Rich Burridge <rich.burridge@sun.com>
1486 Fixed bug #380145 – Markup error in alert message.
1488 2006-11-27 Rich Burridge <rich.burridge@sun.com>
1491 In set_win_position(), initialized the x and y variables.
1493 * help/C/gcalctool.xml:
1494 Fixed bug #367754 - [doc] Update documentation for % operator.
1496 * help/C/gcalctool.xml:
1497 Fixed bug #367728 - [doc] Update documentation for Mod (Modulus
1498 Division) operation.
1500 * help/C/gcalctool.xml:
1501 Fixed bug #367715 - [doc] Update doc to mention saving of memory
1504 * help/C/gcalctool.xml:
1505 Fixed bug #367718 - [doc] Documentation change needed for
1506 View->Memory Registers menu item inactive.
1508 * help/C/gcalctool.xml:
1509 Fixed bug #367735 - [doc] Update documentation for Ctrm operation.
1511 * help/C/gcalctool.xml:
1512 Fixed bug #367740 - [doc] Documentation for Clear Entry and Clear
1515 * help/C/gcalctool.xml:
1516 Fixed bug #367725 - [doc] Update documentation for the Memory
1519 * help/C/gcalctool.xml:
1520 Fixed bug #367720 - [doc] Documentation change needed for keyboard
1521 shortcuts for buttons with menus associated with them.
1523 * help/C/gcalctool.xml:
1524 Fixed bug #367712 - [doc] Need to document how to enter scientific
1525 number s with a negative exponent in AOP mode.
1527 2006-11-20 Rich Burridge <rich.burridge@sun.com>
1530 Modified patch from Sun Bugster bug #6480076.
1531 Made the gcalctool display areas focusable.
1533 * help/C/gcalctool.xml:
1534 Fixed bug #367722 – [doc] Update documentation for Xor and x^y
1537 2006-11-18 Rich Burridge <rich.burridge@sun.com>
1540 Fixed bug #76572 - Primary selection is not recognised.
1542 2006-11-04 Rich Burridge <rich.burridge@sun.com>
1544 * Released a gcalctool tarball for GNOME 2.17.2.
1546 2006-10-30 Rich Burridge <rich.burridge@sun.com>
1548 * gcalctool/calctool.c:
1549 gcalctool/calctool.h:
1550 gcalctool/display.c:
1551 gcalctool/functions.c:
1554 Fixed bug #358782 (http://bugzilla.gnome.org/show_bug.cgi?id=358782)
1555 Fixup sloppy string handling.
1557 * gcalctool/function.c:
1558 Fixup sloppy code indentation.
1559 Remove unwanted (commented out) code.
1560 Adjusted to /* ... */ style comments.
1562 2006-10-23 Rich Burridge <rich.burridge@sun.com>
1566 Fixed bug #364410 (http://bugzilla.gnome.org/show_bug.cgi?id=364410)
1567 Incorrectly rounded pi constant.
1569 2006-10-16 Rich Burridge <rich.burridge@sun.com>
1571 * Released a gcalctool tarball for GNOME 2.17.1.
1573 2006-10-07 Elijah Newren <newren gmail com>
1575 * gcalctool/gtk.c (create_change_mode_dialog): Remove markup from
1576 translatable messages. #360453
1578 2006-10-03 Rich Burridge <rich.burridge@sun.com>
1580 * gcalctool/display.c:
1581 From Matt Keenan <matt dot keenen at sun period com>
1582 Fixed bug 359291 - crash when localized decimal point is greater
1583 than 1 char. Removed the bogus assert.
1585 2006-10-01 Rich Burridge <rich.burridge@sun.com>
1587 * gcalctool/calctool.c:
1589 From Matthias Clasen:
1590 Fixed bug #358337 (http://bugzilla.gnome.org/show_bug.cgi?id=358337)
1591 gcalctool no longer crashes in the Oriya locale due to sloppy string
1594 2006-09-29 Sami Pietila <sampie@ariana-dsl.utu.fi>
1596 * Fixed pr #354730 - crash in Calculator: running
1599 2006-09-28 Sami Pietila <sampie@ariana-dsl.utu.fi>
1601 * Fixed pr #357208 - Bitcalculating extension needs to
1602 support negative numbers
1604 2006-09-22 Rich Burridge <rich.burridge@sun.com>
1606 * gcalctool/calctool.c:
1607 gcalctool/calctool.h:
1609 gcalctool/functions.c:
1610 gcalctool/functions.h:
1613 From Sami Pietila <sampie@ariana-dsl.utu.fi>
1614 Fixed bug #157961 - Bitcalculating extension for gcalctool.
1616 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
1618 * Fixed pr #355648 - Error reporting should be consistent.
1620 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
1622 * Fixed pr #135140 - percent operator works not as expected.
1624 2006-09-06 Rich Burridge <rich.burridge@sun.com>
1626 * gcalctool/calctool.c:
1627 gcalctool/calctool.h:
1630 Fixed bug #349981 - gcalctool should save screen position for next
1633 2006-09-04 Rich Burridge <rich.burridge@sun.com>
1635 * Released a gcalctool tarball for GNOME 2.16.0 (Final).
1637 2006-08-18 Rich Burridge <rich.burridge@sun.com>
1639 * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
1641 2006-08-09 Rich Burridge <rich.burridge@sun.com>
1643 * gcalctool/functions.c:
1644 gcalctool/graphics.c:
1646 Removed several chunks of code that were surronded by #if 0/#endif.
1648 2006-08-07 Rich Burridge <rich.burridge@sun.com>
1650 * gcalctool/display.c:
1651 gcalctool/functions.c:
1652 gcalctool/graphics.c:
1653 Fixed bug #350341 (http://bugzilla.gnome.org/show_bug.cgi?id=350341)
1654 gcalctool now builds again with gcc v2.95.
1656 2006-08-06 Rich Burridge <rich.burridge@sun.com>
1658 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
1660 2006-07-28 Lucas Rocha <lucasr@gnome.org>
1663 Removed line for help/es/Makefile.in due to g-d-u migration.
1665 Removed es from SUBDIRS due to g-d-u migration.
1667 2006-07-24 Rich Burridge <rich.burridge@sun.com>
1669 * gcalctool/calctool.c:
1670 More work on bug #347700
1671 (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
1672 Added another "Note to translators" comment for the Abs button labels.
1675 Fixed bug #348452 (http://bugzilla.gnome.org/show_bug.cgi?id=348452)
1676 Removed line for help/sv/Makefile.in
1678 * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
1680 2006-07-20 Rich Burridge <rich.burridge@sun.com>
1682 * gcalctool/calctool.c:
1683 Work on bug #347700 (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
1684 Added a "Note to translators" comment for the Bksp and Clr button
1687 2006-06-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
1689 * gcalctool/gtk.c (about_cb): Updated FSF postal address.
1691 2006-07-10 Rich Burridge <rich.burridge@sun.com>
1693 * Released a gcalctool tarball for GNOME 2.15.4.
1695 2006-06-09 Rich Burridge <rich.burridge@sun.com>
1697 * Released a gcalctool tarball for GNOME 2.15.3.
1699 2006-06-01 Rich Burridge <rich.burridge@sun.com>
1701 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1702 Fixed bug #343150 (http://bugzilla.gnome.org/show_bug.cgi?id=343150)
1703 Gcalctool no longer crashes when switching to scientific mode.
1705 2006-05-16 Rich Burridge <rich.burridge@sun.com>
1707 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
1709 2006-05-15 Rich Burridge <rich.burridge@sun.com>
1711 * Released a gcalctool tarball for GNOME 2.15.2.
1713 2006-05-10 Rich Burridge <rich.burridge@sun.com>
1715 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1716 Fixup compiler warnings from inclusion of last patch.
1718 2006-05-08 Rich Burridge <rich.burridge@sun.com>
1720 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1721 Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
1722 Backspace results in mal-formed expression.
1724 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1725 - = button is now also a one step undo. (This feature was temporary
1726 disabled by the previous redo/undo patch.)
1728 - Removed gotos from do_expression function. (This change might add
1729 unstability as this is a major change to the expression mode state
1732 - Functions (such as sin, cos, tan..) can use previously calculated
1735 2006-05-01 Rich Burridge <rich.burridge@sun.com>
1737 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1738 First cut at an Undo/Redo implementation for use with the arithmetic
1739 operator precedence mode.
1741 2006-04-25 Rich Burridge <rich.burridge@sun.com>
1743 * Respun the gcalctool tarball for GNOME 2.15.1 because intltool
1744 is not Solarisized. It's generated constructs in .../po/Makefile.in.in
1745 that do not work on Solaris. The hack fix was to change the SHELL
1746 definition in .../po/Makefile.in.in to /bin/bask before running
1747 make; make install; make dist
1749 * Removed the no entry from the po/LINGUAS file.
1751 2006-04-24 Rich Burridge <rich.burridge@sun.com>
1753 * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
1755 * Released a gcalctool tarball for GNOME 2.15.1.
1757 2006-04-24 Rich Burridge <rich.burridge@sun.com>
1759 * Fixed bug #337897 (http://bugzilla.gnome.org/show_bug.cgi?id=337897)
1760 Changes to use po/LINGUAS file.
1762 2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
1764 * configure.in: Remove obsolete entry for no_NO.
1765 * po/no.po: And the translation.
1767 2006-04-12 Rich Burridge <rich.burridge@sun.com>
1769 * Fixed bug #338220 (http://bugzilla.gnome.org/show_bug.cgi?id=338220)
1770 The 'Show trailing zeroes' option in the View menu should now be
1771 correctly set [in]sensitive depending upon which mode it's in.
1773 2006-03-31 Rich Burridge <rich.burridge@sun.com>
1775 * Further work on the gcalctool automated test tools:
1776 - Now allows comment lines starting with '#' to be read (and ignored)
1777 in the input file. Same for blank lines.
1779 - Added a listener to not start reading standard input until the
1780 application see a "focus:" event for gcalctool.
1782 - Adjusted the isApplication() routine in runtests.py to check for
1785 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1787 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1788 Fixed bug #332023 (http://bugzilla.gnome.org/show_bug.cgi?id=332023)
1789 The bitwise operators now work in arithmetic operator precedence
1790 mode, when you use them with the result of a previous operation.
1792 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1794 * Fixed bug #327729 (http://bugzilla.gnome.org/show_bug.cgi?id=327729)
1795 The fields in the memory register window were not correctly aligned
1796 in some themes. In the create_rframe() routine in gtk.c, the code has
1797 been changed to use a gtk_table rather than ten gtk_hbox's.
1799 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1801 * Fixed bug #330867 (http://bugzilla.gnome.org/show_bug.cgi?id=330867)
1802 Added License info to the Gcalctool About dialog.
1804 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1806 * Fixed bug #335095 (http://bugzilla.gnome.org/show_bug.cgi?id=335095)
1807 Gcalctool no longer displays the current mode in the title bar when
1808 in Basic mode (due to lack of space).
1810 2006-03-27 Tommi Vainikainen <thv@iki.fi>
1812 * .cvsignore, Makefile.am, configure.in, omf.make, xmldocs.make,
1813 m4/.cvsignore: Migrated to gnome-doc-utils build system for user
1816 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1818 * From Ross Burton <ross at burtonini dot com>
1819 Fixed bug #335236 (http://bugzilla.gnome.org/show_bug.cgi?id=335236)
1820 Gcalctool schemas files should be installed if built with
1823 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1825 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1826 Adjustments to the AOP code so that e to the power of x gives the
1827 correct answer at high precision.
1829 2006-03-22 Tommi Vainikainen <thv@iki.fi>
1831 * configure.in (ALL_LINGUAS): Added Dzongkha (dz).
1833 2006-03-17 Rich Burridge <rich.burridge@sun.com>
1835 * Added .../test/non_aop_input.txt, the start of an test file for
1836 gcalctool in non-arithmetic operator precedence mode.
1838 2006-03-13 Rich Burridge <rich.burridge@sun.com>
1840 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1842 2006-03-02 Rich Burridge <rich.burridge@sun.com>
1844 * From Elijah Newren <newren at gmail dot com>
1845 Fix for bug #333078 (http://bugzilla.gnome.org/show_bug.cgi?id=333078)
1846 cvs fails to build due to bg translation of help.
1848 * From Alexander Shopov <ash at contact dot bg>
1849 Inclusion of a translation of gcalctool help for the bg locale.
1851 2006-02-27 Rich Burridge <rich.burridge@sun.com>
1853 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1855 2006-02-12 Rich Burridge <rich.burridge@sun.com>
1857 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1859 2006-01-30 Rich Burridge <rich.burridge@sun.com>
1861 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1863 2006-01-23 Rich Burridge <rich.burridge@sun.com>
1865 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1866 Refixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1867 The recent changes to the square root and subtraction button labels
1868 broke the token parser for arithmetic operator precedence.
1870 2006-01-19 Rich Burridge <rich.burridge@sun.com>
1872 * Added the start of an automated test framework for gcalctool, written
1873 in Python, under the new "test" sub-directory. See the comments at the
1874 beginning of runtests.py for more information.
1876 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1878 * Fixed bug #327124 (http://bugzilla.gnome.org/show_bug.cgi?id=327124)
1879 Changes to fix bug #326344 had the side-effect of causing the CE
1880 button to no longer work correctly.
1882 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1884 * Fixed bug #327214 (http://bugzilla.gnome.org/show_bug.cgi?id=327214)
1885 The results from performing trig functions were not being passed on
1886 to future calculations correctly (in non-arithmetic operator precedence
1889 2006-01-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
1891 * Used U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1892 for division sign, as discussed in
1893 http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00137.html
1894 http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00157.html
1896 2006-01-13 Rich Burridge <rich.burridge@sun.com>
1898 * Released a gcalctool tarball for GNOME 2.13.5.
1900 2006-01-12 Rich Burridge <rich.burridge@sun.com>
1902 * From Wouter Bolsterlee
1903 Fixed bug #323149 (http://bugzilla.gnome.org/show_bug.cgi?id=323149)
1904 Gcalctool now uses the Unicode symbols for division, multiplication,
1905 plus/minus, minus and square root.
1907 2006-01-10 Rich Burridge <rich.burridge@sun.com>
1909 * Fixed bug #326344 (http://bugzilla.gnome.org/show_bug.cgi?id=326344)
1910 The bit display of large numbers (in non-arithmetic operator precedence
1911 mode with the scientific view) now hopefully works correctly.
1913 It no longer converts the displayed number to a double then a long
1914 long, which is where the loss of accuracy was occuring.
1916 This also involved adding a couple of parameters to the make_fixed()
1917 routine in display.c to make it more generally useful for things like
1920 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1922 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1923 Fixed bug #142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1924 Gcalctool no longer ignores locale specific numeric point in
1925 arithmetic operator precedence mode.
1927 * Adjusted all the copyright messages to include 2006.
1929 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1931 * Fixed bug #325074 (http://bugzilla.gnome.org/show_bug.cgi?id=325074)
1932 Gcalctool no longer crashes when you double click the 0 in the
1933 display area. Problem was the return value of the mouse_button_cb()
1936 2005-12-30 Abel Cheung <maddog@linuxhall.org>
1938 * configure.in: Added "zh_HK" to ALL_LINGUAS.
1940 2005-12-23 Rich Burridge <rich.burridge@sun.com>
1942 * Released a gcalctool tarball for GNOME 2.13.4.
1944 2005-12-21 Rich Burridge <rich.burridge@sun.com>
1946 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1947 Final fix for bug #153854
1948 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1949 Now handles the case where the first thing the user does is
1950 change mode (Basic, Financial, Advanced, Scientific) in AOP mode.
1952 2005-12-19 Rich Burridge <rich.burridge@sun.com>
1954 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1955 Fixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1956 Sqrt (and other similar operations) no longer fail in non-English
1959 2005-12-13 Rich Burridge <rich.burridge@sun.com>
1961 * Fixed bug #324001 (http://bugzilla.gnome.org/show_bug.cgi?id=324001)
1962 Primary Selection (middle mouse button) is now working.
1964 2005-12-12 Rich Burridge <rich.burridge@sun.com>
1966 * Released a gcalctool tarball for GNOME 2.13.3.
1968 2005-11-28 Rich Burridge <rich.burridge@sun.com>
1970 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1971 More work on bug #153854
1972 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1973 Similar change to that made on 15th November 2005, this time for
1974 arithmetic operator precedence (AOP) mode. Still need to correct
1975 handle this is AOP mode if it's the first thing the user does.
1977 2005-11-17 Rich Burridge <rich.burridge@sun.com>
1979 * Slight fixup for bug #157961. The toggling of the first bit in the
1980 bit panel wasn't working correctly. The long long lval variable in
1981 the bit_toggled() routine in gtk.c needed to be made unsigned.
1983 2005-11-15 Rich Burridge <rich.burridge@sun.com>
1985 * More work on bug #153854
1986 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1987 If the user has completed a calculation and we are going to a
1988 new mode that is "compatible" with this one, then just change
1989 modes. Otherwise display a dialog warning the user that the
1990 current calculation will be cleared.
1992 Incompatible modes are:
1995 Scientific -> Advanced
1996 Scientific -> Financial
1998 (unless we are in Scientific mode with Decimal numeric base and Fixed).
1999 These changes work nicely in non-arithmetic operator precedence mode.
2000 For some reason, the display is still being cleared in arithmetic
2001 operator precedence mode. Keeping the bug open and transferring to
2002 Sami for further evaluation.
2004 2005-11-14 Rich Burridge <rich.burridge@sun.com>
2006 * Released a gcalctool tarball for GNOME 2.13.2.
2008 2005-11-03 Rich Burridge <rich.burridge@sun.com>
2010 * Fixed bug #316755 (http://bugzilla.gnome.org/show_bug.cgi?id=316755)
2011 Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect:
2012 assertion `window != NULL' failed" warnings at startup.
2014 2005-10-27 Rich Burridge <rich.burridge@sun.com>
2016 * Fixed bug #319934 (http://bugzilla.gnome.org/show_bug.cgi?id=319934)
2017 The percent operator was broken in non-arithmetic operator precedence
2020 2005-10-13 Rich Burridge <rich.burridge@sun.com>
2022 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
2023 Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
2024 Exponential notation now works correctly in arithmetic operator
2027 2005-09-26 Rich Burridge <rich.burridge@sun.com>
2029 * Slight adjustment to the bit panel. It's now centralized.
2031 2005-09-23 Rich Burridge <rich.burridge@sun.com>
2033 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
2034 needed to also preserve v->toclear and v->pointed.
2036 * Work on enhancement request #157961
2037 (http://bugzilla.gnome.org/show_bug.cgi?id=157961).
2038 Started to implement the bit panel for non-arithmetic precedence mode.
2039 It's automatically displayed when in Scientific mode.
2041 2005-09-19 Rich Burridge <rich.burridge@sun.com>
2043 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
2044 Implemented enhancement request #148104 for arithmetic precedence
2045 mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
2046 The modulo operation. See entry below for more details.
2048 2005-09-15 Rich Burridge <rich.burridge@sun.com>
2050 * Fixed bug #316382 (http://bugzilla.gnome.org/show_bug.cgi?id=316382)
2051 The "useless" cursor is no longer displayed in the calculator
2054 2005-09-15 Rich Burridge <rich.burridge@sun.com>
2056 * Implemented enhancement request #148104 for non-arithmetic precedence
2057 mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
2058 Added in a modulo operation. This is available in Scientic Mode.
2059 A Mod B return the remainder when you divide A by B. A and B must be
2060 integers. Keyboard shortcut for this operation is "M".
2062 2005-09-13 Rich Burridge <rich.burridge@sun.com>
2064 * Fixed bug #162453 (http://bugzilla.gnome.org/show_bug.cgi?id=162453)
2065 The memory register dialog now uses GtkEntry widgets to display the
2066 register values. Gnopernicus can now correctly speak the contents of
2067 each memory register. There is also a close button to easily dismiss
2070 2005-09-13 Rich Burridge <rich.burridge@sun.com>
2072 * Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=312609)
2073 The memory register window is now a dialog rather than a top-level
2076 2005-09-12 Rich Burridge <rich.burridge@sun.com>
2078 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
2079 Fixed bug #311307 (http://bugzilla.gnome.org/show_bug.cgi?id=311307)
2080 Fix to prevent invalid numeric entry in arithmetic operator precedence
2081 mode, depending upon the current base.
2083 2005-09-12 Rich Burridge <rich.burridge@sun.com>
2085 * From yselkowitz at users dot sourceforge dot net
2086 A number of the bison- and flex-related make rules in
2087 .../gcalctool/Makefile.am were broken when builddir != srcdir.
2089 2005-08-26 Rich Burridge <rich.burridge@sun.com>
2091 * From dmacks at netspace dot org
2092 Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=314540)
2093 The libparser.a library needs ranlib run on it for Mac OS X.
2095 2005-08-24 Rich Burridge <rich.burridge@sun.com>
2097 * From Diego Petten? <flameeyes at gentoo dot org>
2098 Fixed bug #314375 (http://bugzilla.gnome.org/show_bug.cgi?id=314375)
2099 Replaced usage of malloc.h with stdlib.h in syntax_translation.c
2101 2005-08-22 Rich Burridge <rich.burridge@sun.com>
2103 * Generated release for GNOME 2.12 (RC)
2105 * From Olaf Heiring <olh at suse dot de> (via Rodrigo Moya)
2106 Changed type of argument in paren_disp from char to int for 64bit.
2108 2005-08-11 Rich Burridge <rich.burridge@sun.com>
2110 * Fixed bug #313255 (http://bugzilla.gnome.org/show_bug.cgi?id=313255)
2111 The definitions for BUT_<n>_BAS in gtk.c were incorrect.
2113 2005-08-08 Rich Burridge <rich.burridge@sun.com>
2115 * Generated release for GNOME 2.11.91 (beta2).
2117 2005-08-04 Sunil Mohan Adapa <sunil@atc.tcs.co.in>
2119 * configure.in: Added "te" to ALL_LINGUAS
2121 2005-08-03 Sami Pietila <sampie@ariana-dsl.utu.fi>
2123 * Fixed pr310167. Removed "ans" from the list of translated words.
2125 2005-07-25 Rich Burridge <rich.burridge@sun.com>
2127 Fixed bug #311306 (http://bugzilla.gnome.org/show_bug.cgi?id=311306)
2128 If the user was in View->Scientific with base Bin, Oct or Hex and
2129 then went to View->Basic, then returned to View->Scientific, some of
2130 the numeric keys were incorrectly greyed out.
2132 2005-07-19 Rich Burridge <rich.burridge@sun.com>
2134 * From Christian Krause <chkr at plauener dot de>
2135 Fixed bug #310849 (http://bugzilla.gnome.org/show_bug.cgi?id=310849)
2136 Gcalctool no longer crashes when pressing the "B" button (or typing
2139 2005-07-18 Rich Burridge <rich.burridge@sun.com>
2141 * Fixed bug #310791 (http://bugzilla.gnome.org/show_bug.cgi?id=310791)
2142 Memory register window view logic was screwed.
2144 2005-07-15 Rich Burridge <rich.burridge@sun.com>
2146 * From Jens Granseuer <jenssgr at gmx dot net>
2147 Fixed bug #310441 (http://bugzilla.gnome.org/show_bug.cgi?id=310441)
2148 Adjusted code to compile with gcc 2.95.2. (There was an assert before
2149 variable declarations in do_tfunc() in functions.c
2151 2005-07-11 Rich Burridge <rich.burridge@sun.com>
2153 * Fixed bug #153854 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
2154 When the user changes modes, a warning dialog is displayed to let
2155 them know that their current display will be cleared and the base
2156 reset to decimal. The user has the option of checking a toggle box
2157 on the dialog, that will prevent this warning from being displayed
2160 2005-07-01 Rich Burridge <rich.burridge@sun.com>
2162 * From Matt Keenan <matt.keenan@sun.com>
2163 Fixed bug #309294 (http://bugzilla.gnome.org/show_bug.cgi?id=309294)
2164 Adjustments to allow gcalctool to successfully build on Solaris with
2167 2005-06-30 Rich Burridge <rich.burridge@sun.com>
2169 * Fixed bug #309182 (http://bugzilla.gnome.org/show_bug.cgi?id=309182)
2170 In non-arithmetic precdence mode, gcalctool can now correctly change
2171 the sign of the exponent on scientific numbers again. The problem was
2172 caused by a chunk of code being removed from the handling of the
2173 "+/-" case when the arithmetic operator precedence code was merged in.
2175 2005-06-21 Rich Burridge <rich.burridge@sun.com>
2177 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
2178 Fixed bug #308408 (http://bugzilla.gnome.org/show_bug.cgi?id=308408)
2179 gcalctool can now correctly convert the hexadecimal numbers "A-F"
2180 to other bases in "use arithmetic operator precedence mode".
2182 2006-06-10 Jordi Mallach <jordi@debian.org>
2184 * gcalctool/gcalctool.1: Fix two typos (Debian Bug#310356).
2186 2006-06-03 Christian Rose <menthos@menthos.com>
2188 * configure.in: Added "gl" to ALL_LINGUAS.
2190 2005-05-31 Rich Burridge <rich.burridge@sun.com>
2192 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
2193 Fixed bug #305619 (http://bugzilla.gnome.org/show_bug.cgi?id=305619)
2194 Calculations with stored register values in arithmetic operator
2195 precedence mode, now work correctly.
2197 2005-05-26 Rich Burridge <rich.burridge@sun.com>
2199 * From Christian Krause <chkr at plauener dot de>
2200 Fixed bug #305034 (http://bugzilla.gnome.org/show_bug.cgi?id=305034)
2201 In "Use Arithmetic Precedence" mode, when switching the format
2202 (e.g. from ENG to FIX), the displayed value switches to zero (in the
2203 corresponding format, so e.g. 0.0 or 0e+0, ...).
2205 2005-05-25 Rich Burridge <rich.burridge@sun.com>
2207 * Fixed bug #305467 (http://bugzilla.gnome.org/show_bug.cgi?id=305467)
2208 gcalctool no longer crashes under the following scenerio:
2209 - type "f" to bring up the user function menu.
2210 - dismiss the menu by clicking elsewhere with the mouse.
2211 - type another character which isn't in the range "0" to "9".
2213 2005-05-18 Rich Burridge <rich.burridge@sun.com>
2215 * Did a gcalctool tarball release.
2217 2005-05-16 Rich Burridge <rich.burridge@sun.com>
2219 * Fixed bug #304056 (http://bugzilla.gnome.org/show_bug.cgi?id=304056)
2220 Adjusted the keyboard shortcuts for the Xor and x^y operations.
2225 2005-05-02 Rich Burridge <rich.burridge@sun.com>
2227 * From Paolo Borelli <pborelli at katamail dot com>
2228 Fixed bug #302555 (http://bugzilla.gnome.org/show_bug.cgi?id=302555)
2229 Various gcalctool variables have now been const'ified.
2231 2005-04-21 Rich Burridge <rich.burridge@sun.com>
2233 * From Vincent van Adrighem <adrighem at gnome dot org>
2234 Fixed bug #300957 (http://bugzilla.gnome.org/show_bug.cgi?id=300957)
2235 Replaced the underscore character in "translator_credits" with a
2236 hyphen, to prevent some translation tools from being confused.
2238 2005-04-13 Rich Burridge <rich.burridge@sun.com>
2240 * More work on bug #172704.
2241 - Adjusted the code to not try to display a menu when the user
2242 entered a left parentheses (another do_pending() type of
2244 - Toggling the "Show Trailing Zeroes" operation via keyboard
2245 shortcuts, needed to clear the v-.pending flag.
2247 2005-04-11 Rich Burridge <rich.burridge@sun.com>
2249 * Fixed up some problems reported by lint.
2251 2005-04-07 Rich Burridge <rich.burridge@sun.com>
2253 * Fixed bug #172704 (http://bugzilla.gnome.org/show_bug.cgi?id=172704)
2254 Fixed bug #172869 (http://bugzilla.gnome.org/show_bug.cgi?id=172869)
2255 When the user now uses the keyboard shortcut for any of the gcalctool
2256 buttons that have a menu associated with them, that menu is now displayed.
2257 The user can use the arrow keys to select a menu item or the menu items
2260 2005-04-06 Rich Burridge <rich.burridge@sun.com>
2262 * From Alan Horkan <horkana@tcd.ie>
2263 Fixed bug #171393 (http://bugzilla.gnome.org/show_bug.cgi?id=171393)
2264 Allow stock labels to show through. Should make translation that
2267 2005-04-06 Rich Burridge <rich.burridge@sun.com>
2269 * Refixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
2270 The Help->Contents menu item no longer appears if gcalctool is built
2273 2005-04-06 Rich Burridge <rich.burridge@sun.com>
2275 * Fixed bug #172798 (http://bugzilla.gnome.org/show_bug.cgi?id=172798)
2276 gtk_set_locale was already being run by gtk_init() and the gtk about
2277 popup didn't have the gcalctool icon.
2279 2005-03-31 Steve Murphy <murf@e-tools.com>
2281 * configure.in: Added "rw" to ALL_LINGUAS.
2283 2005-03-28 Abel Cheung <maddog@linuxhall.org>
2285 * configure.in: Added "tr" to ALL_LINGUAS.
2287 2005-03-31 Sami Pietila <sampie@ariana-dsl.utu.fi>
2289 * Fix for bug #172150
2290 * Minor fix: the initial zero value is not anymore used as a
2293 2005-03-23 Rich Burridge <rich.burridge@sun.com>
2295 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok,
2296 the on-screen keyboard assistive technology, it's possible that the
2297 event returned by gtk_get_current_event() is NULL. If this is the
2298 case, we need to fudge the popping up on the menu associated with
2301 2005-03-23 Rich Burridge <rich.burridge@sun.com>
2303 * Fixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
2304 You can now build gcalctool without the GNOME libraries by specifying
2305 "--disable-gnome" on the configure command line.
2307 2005-03-22 Adi Attar <aattar@cvs.gnome.org>
2309 * configure.in: Added 'xh' to ALL_LINGUAS.
2311 2005-03-19 Sami Pietila <sampie@ariana-dsl.utu.fi>
2313 * Fix for bug #168385
2316 2005-03-10 Rich Burridge <rich.burridge@sun.com>
2318 * Fixed bug #167479 (http://bugzilla.gnome.org/show_bug.cgi?id=167479)
2319 gcalctool with set the View->Memory Registers menu item inactive if
2320 the calculator is in Basic mode.
2322 2005-03-07 Rich Burridge <rich.burridge@sun.com>
2324 * Fixed bug #169196 (http://bugzilla.gnome.org/show_bug.cgi?id=169196)
2325 gcalctool now uses use g_get_home_dir().
2327 * Added in a better implementation of the trig_filter() routine in
2330 * Fixed bug #168694 (http://bugzilla.gnome.org/show_bug.cgi?id=168694)
2331 gcalctool now saves/restores the ten memory register values as gconf
2334 * Removed the redundant process_str() routine in graphics.c
2336 2005-03-07 Rich Burridge <rich.burridge@sun.com>
2338 * Version for GNOME 2.10.0 (final) call for tarballs.
2340 2005-03-07 Irene Ryan <irene.ryan@sun.com>
2341 (on behalf of Maeve Anslow)
2343 * help/C/gcalctool.xml; updated help manual
2344 * help/C/gcalctool-C.omf; updated OMF file details
2345 * help/C/l10n.txt; updated instructions for L10N
2346 * help/C/figures/gcalctool_basic_window.png; updated screenshot
2347 * help/C/figures/gcalctool_scientific_window.png; updated screenshot
2349 2005-02-28 Rich Burridge <rich.burridge@sun.com>
2351 * Version for GNOME 2.10.0 (rc1) call for tarballs.
2353 2005-02-27 Rich Burridge <rich.burridge@sun.com>
2355 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
2356 Partial fix for bug 168385
2357 (http://bugzilla.gnome.org/show_bug.cgi?id=168385)
2358 "F+F=" wasn't working in arithmetic operator precedence mode.
2360 2005-02-18 Rich Burridge <rich.burridge@sun.com>
2362 * From Sami Pietila <sampie@ariana-dsl.utu.fi>
2363 Changes to make the trigonometric code work with hyp and inv
2366 2005-02-15 Rich Burridge <rich.burridge@sun.com>
2368 * The fix for bug #162998 was incorrect when in Arithmetic Precedence
2369 mode. Had to remove an extra bogus signal handler that shouldn't
2370 have been connected up for menu-type buttons.
2372 * Exch functionality was incorrect in Arithmetic Precedence mode.
2374 * Left and Right shift operations weren't working correctly. Menu
2375 name comparison in mb_proc() in gtk.c was incorrect.
2377 2005-02-11 Rich Burridge <rich.burridge@sun.com>
2379 * Fixed bug 167124 (http://bugzilla.gnome.org/show_bug.cgi?id=167124)
2380 One of the entries in the words[] array in syntax_translation.c was
2381 accidentally commented out.
2383 2005-02-08 Rich Burridge <rich.burridge@sun.com>
2385 * From Dennis Cranston <dennis_cranston at yahoo com>
2386 Fixed bug 166634 (http://bugzilla.gnome.org/show_bug.cgi?id=166634)
2387 Call to create the About box was missing a NULL terminator.
2389 2005-02-07 Rich Burridge <rich.burridge@sun.com>
2391 * Adjusted all copyright messages to be 2005.
2392 * Version for GNOME 2.10.0 (beta2) call for tarballs.
2394 2005-02-03 Rich Burridge <rich.burridge@sun.com>
2396 * From Naveen & Team < naveenchandranv@gmail.com >
2397 Fixed bug #165522 (http://bugzilla.gnome.org/show_bug.cgi?id=165522)
2398 Made the status bar non-resizable.
2400 2005-01-31 Rich Burridge <rich.burridge@sun.com>
2402 * From Mariano Suárez-Alvarez <msuarezalvarez at arnet dot com dot ar>
2403 Various code cleanups. It moves some declarations of static functions
2404 to the corresponding .c files. It also cuts down the number of
2405 included files, moving some includes to where they are needed from
2408 2005-01-31 Rich Burridge <rich.burridge@sun.com>
2410 * From Kristof Vansant <de_lupus at pandora dot be>
2411 Adjusted the About dialog to use the latest GtkAbout widget.
2413 2005-01-24 Rich Burridge <rich.burridge@sun.com>
2415 * Version for GNOME 2.10.0 (beta1) call for tarballs.
2417 2005-01-21 Rich Burridge <rich.burridge@sun.com>
2419 * Fixed bug #162998 (http://bugzilla.gnome.org/show_bug.cgi?id=162998)
2420 The "menu" buttons in gcalctool now responds to the "clicked" event
2421 rather than the "button-press-event" to allow gok, the on-screen
2422 keyboard to function properly.
2424 * Fixed bug #159957 (http://bugzilla.gnome.org/show_bug.cgi?id=159957)
2425 Input number in FIX mode now make mimimal changes to (i.e append a
2426 single character) the display rather than completely delete and
2427 insert it. The is helpful to assistive technologies like gnopernicus.
2429 2005-01-18 Rich Burridge <rich.burridge@sun.com>
2431 * Fixed bug #164184 (http://bugzilla.gnome.org/show_bug.cgi?id=164184)
2432 Adjusted location of comments in syntax_translation.c so that the
2433 L10N message translation software isn't confused.
2435 2005-01-12 Rich Burridge <rich.burridge@sun.com>
2437 * Fixed bug #163468 (http://bugzilla.gnome.org/show_bug.cgi?id=163468)
2438 Pressing "(<Del>)" would cause gcalctool to crash.
2440 2004-01-10 Rich Burridge <rich.burridge@sun.com>
2442 * Version for GNOME 2.9.4 call for tarballs.
2444 2004-01-03 Rich Burridge <rich.burridge@sun.com>
2446 * From Pádraig Brady < P at draigBrady dot com >
2447 Couldn't use the "#" key to select constants as this symbol was
2448 a lower-case symbol on his keyboard.
2450 * From Pádraig Brady < P at draigBrady dot com >
2451 Powers that were a multiple of 30 (10 as well as 3) would not
2452 display correctly, having a 4 digit significand. Further testing
2453 showed that without the fix the following powers had a 4 digit
2454 significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
2456 2004-01-03 Rich Burridge <rich.burridge@sun.com>
2458 * Fixed bug #161976 (http://bugzilla.gnome.org/show_bug.cgi?id=161976).
2459 configure.in now checks to make sure that atk >= 1.5
2461 2005-01-03 Naveen & Team < naveenchandranv@gmail.com >
2463 * Fixed bug #155101 (http://bugzilla.gnome.org/show_bug.cgi?id=155101).
2464 Made the gcalctool window resizable.
2466 2004-12-21 Rich Burridge <rich.burridge@sun.com>
2468 * Version for GNOME 2.9.3 call for tarballs.
2470 2004-12-17 Rich Burridge <rich.burridge@sun.com>
2472 * Fixed bug #160929 (http://bugzilla.gnome.org/show_bug.cgi?id=160929).
2473 Removed the "Mode" word from each of the different mode menu items
2474 in the gcalctool View menu.
2476 2004-12-01 Rich Burridge <rich.burridge@sun.com>
2478 * From Hidetoshi Tajima <Hidetoshi dor Tajima at Sun dot COM>
2479 Fixed bug #157701 (http://bugzilla.gnome.org/show_bug.cgi?id=157701).
2480 gcalctool can now use real multiplication and division symbols
2481 instead of "*" and "/". This is done via locale string translations.
2482 There is now a new en_US.po message file included with the
2485 * Latest that same day...
2486 Adjusted the multiplication and division entries in the en_US.po
2487 file to be "*' and "/" to stop the Ximian tinderbox build breaking.
2488 This "fix" needs further investigating.
2490 2004-12-01 Rich Burridge <rich.burridge@sun.com>
2492 * Fixed bug #160088 (http://bugzilla.gnome.org/show_bug.cgi?id=160088).
2493 Adjusted the titlebar text so that it doesn't include the word "Mode"
2494 which was getting chopped when the calculator was in Basic mode.
2496 2004-11-29 Rich Burridge <rich.burridge@sun.com>
2498 * Fixed bug #157962 (http://bugzilla.gnome.org/show_bug.cgi?id=157962).
2499 Added in a set of three colors for gcalctool that will work with
2500 the default theme. To use them, the "gcalctoolrc" file supplied with
2501 the source distribution needs to be moved to ~/.gcalctoolrc
2503 2004-11-29 Rich Burridge <rich.burridge@sun.com>
2505 * Generated gcalctool tarball for the GNOME 2.9.2 release.
2507 2004-11-15 Rich Burridge <rich.burridge@sun.com>
2509 * Fixed bug #158357 (http://bugzilla.gnome.org/show_bug.cgi?id=158357).
2510 Removed the -DGNOME_DISABLE_DEPRECATED and the -DGTK_DISABLE_DEPRECATED
2511 flags from the INCLUDES definition in .../gcalctool/Makefile.am for now,
2512 to allow it to successfully build against the latest GNOME/Gtk+.
2514 * Slight adjustment to correct check the Advanced mode menu item when
2515 the user had previously terminated gcalctool in that mode.
2517 * Adjusted the scroll_right() routine to only scroll right if the
2518 horizontal scroll bar is visible.
2520 2004-11-14 Rich Burridge <rich.burridge@sun.com>
2522 * Changed the names of the gconf mode type key so that there is
2523 backward compatibility. Old key name was "mode". New key name
2526 * Reset the initial default mode to BASIC.
2528 2004-11-11 Rich Burridge <rich.burridge@sun.com>
2530 * From Sebastien Estienne <sebastien dot estienne at gmail.com>
2531 Changes to add in a very basic mode for gcalctool. Rather than calling
2532 this a "Light" mode, the existing "Basic" mode is now renamed to
2533 "Advanced" and the new basic mode is called "Basic".
2535 Took a different approach from Sebastien in implementing this, so that
2536 I could easily add in an extra row of buttons over what he'd sent in
2537 his patch. These are Bksp, CE, Clr and +/- (change sign).
2539 * Fixed bug #157757 (http://bugzilla.gnome.org/show_bug.cgi?id=157757)
2540 The horizontal scrollbar for the display area will now only be visible
2541 when needed. It will also display the rightmost part of the display
2542 as you are entering new input.
2544 2004-11-04 Sami Pietila <sampie@ariana-dsl.utu.fi>
2546 * Converted parsers to use calc_xpowy() instead of mppwr2().
2547 * Addressed some compiler warnings
2549 2004-11-03 Rich Burridge <rich.burridge@sun.com>
2551 * Partial fix for bug #157021
2552 (http://bugzilla.gnome.org/show_bug.cgi?id=157021).
2553 Changes have been added to fix this for non-arithmetic precedence mode.
2554 for x ^ y, if x is negative and y is an integer, then the mppwr() MP
2555 routine is used instead of mppwr2(). Added a new calc_xpowy() routine
2556 in mpmath.c to do this calculation. Also added a show_error() routine
2557 to functions.c to display the error in the status bar if the user
2558 enters -X with non-integer Y.
2560 2004-11-02 Sami Pietila <sampie@ariana-dsl.utu.fi>
2562 * -x^y was intepreted -(x^y). Fixed.
2563 * Also removed implicit multiplication as it caused problems.
2565 2004-11-01 Rich Burridge <rich.burridge@sun.com>
2567 * Generated gcalctool tarball for first GNOME 2.9 release.
2569 2004-10-15 Sami Pietila <sampie@ariana-dsl.utu.fi>
2573 2004-09-30 Rich Burridge <rich.burridge@sun.com>
2575 * Slight adjustment to bug #152301
2576 (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
2577 The tooltip message had been tweaked to
2578 "Show the About Gcalctool dialog".
2580 2004-09-28 Pawan Chitrakar
2582 * configure.in: Added "ne" Nepali in ALL_LINGUAS
2584 2004-09-27 Rich Burridge <rich.burridge@sun.com>
2586 * From Christian Rose <menthos at menthos dot com>
2587 Fixed bug #152301 (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
2588 Adjusted the tooltip message for Help->About... from "Show about help"
2589 to "Show the about dialog", to make it more understandable.
2591 2004-09-27 Rich Burridge <rich.burridge@sun.com>
2593 * From Heikki Tauriainen <heikki dot tauriainen at hut dot fi>
2594 Fixed bug #153726 (http://bugzilla.gnome.org/show_bug.cgi?id=153726)
2595 Gcalctool will now build correctly when using the -fno-common option
2598 2004-09-26 Sami Pietila <sampie@ariana-dsl.utu.fi>
2600 * Numerical localization (and thousand separator) disabled if an expression
2601 with parenthesis is entered in non-arithmetic precedence mode.
2603 2004-09-24 Rich Burridge <rich.burridge@sun.com>
2605 * If the accuracy was changed via one of the ten preset menu items
2606 in the Acc menu, the tooltip wasn't getting correct updated with
2609 2004-09-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
2611 * Numerical answer localization and thousand separator support
2612 for arithmetic precedence mode.
2614 2004-09-02 Rich Burridge <rich.burridge@sun.com>
2616 * Fixed rfe #147803 (http://bugzilla.gnome.org/show_bug.cgi?id=147803)
2617 Further changes to the "Set Precision" popup.
2618 - "Significant places" not "Significant Places".
2619 - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is
2620 the current precision, and be in the same radio box group as
2621 the other menu items. Check the appropriate menu entry
2622 - Adjust the Acc button tooltip to show the current accuracy too.
2623 - When the user attempts to enter an invalid entry in the Set
2624 Precision popup, an error message is shown in the main gcalctool
2626 - the other Acc radio button items (0-9) need to have mnemonics (_0,
2629 * From Jens Granseuer (jensgr at gmx dot net)
2630 Fixed bug #152790 (http://bugzilla.gnome.org/show_bug.cgi?id=152790)
2631 Most of the changes needed were already in CVS; there was one compiler
2632 warning that still needed to be removed.
2634 * Storing the display value to a memory register was not updating the
2635 memory register window, if it was visible.
2637 2004-09-02 Rich Burridge <rich.burridge@sun.com>
2639 * Added in functionality to set the number of significant places > 9.
2640 There is a new menu item under the Acc menu called "Set Precision..."
2641 that brings up a small popup allowing you to set precision between 0
2642 and MAXACC significant places (where MAXACC is currently 30).
2644 2004-09-08 Gora Mohanty <gmohanty@cvs.gnome.org>
2646 * configure.in: Added 'or' to ALL_LINGUAS.
2648 2004-08-24 Breda McColgan <breda.mccolgan@sun.com>
2650 * help/C/gcalctool.xml: Updated for GNOME 2.8, technical review draft * help/C/gcalctool-C.omf: Updated for GNOME 2.8
2651 * help/C/l10n.txt: Updated for GNOME 2.8
2652 * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.8
2654 2004-08-18 Kjartan Maraas <kmaraas@gnome.org>
2656 * configure.in: Add «nb» to ALL_LINGUAS.
2658 2004-08-16 Christian Rose <menthos@menthos.com>
2660 * configure.in: Added "bs" to ALL_LINGUAS.
2662 2004-08-02 Rich Burridge <rich.burridge@sun.com>
2664 * Refixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
2665 This time removed the .../help/<locale>omf_timestamp files as well.
2667 2004-08-01 Sami Pietila <sampie@ariana-dsl.utu.fi>
2669 * (Re)implemented paste functionality.
2671 2004-07-27 Rich Burridge <rich.burridge@sun.com>
2673 * Fixed up numerous warnings generated by running lint on the gcalctool
2674 code. Removed unused variables and functions. Declared routines
2675 statically where possible.
2677 2004-07-27 Rich Burridge <rich.burridge@sun.com>
2679 * From Joe Marcus Clarke (marcus at freebsd dot org)
2680 Fixed bug 148581 (http://bugzilla.gnome.org/show_bug.cgi?id=148581)
2681 Changes to get latest gcalctool compiling on a BSD system.
2683 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2685 * Added various filenames to .../gcalctool/.cvsignore.
2686 * Added mkinstalldirs so that I could successfully do a "make dist"
2687 on my Solaris machine.
2688 * Removed ChangeLog-NG and FIXME references from Makefile.am
2689 * Version 5.5.0 released.
2691 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2695 gcalctool/syntax_translation.c
2696 to ../po/POTFILES.in (thanks Marcel Telka!).
2698 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2700 * Fixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
2701 Removed the unwanted ...omf.out files from under the .../help/
2702 directories, an artifact of the gcalctool-ng branch merge.
2703 Removed the unwanted Makefile and Makefile.in files from the same
2706 2004-07-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
2707 * Menu option "Arithmetic Precedence" mode is disabled on error condition.
2708 * Remove goto commands from do_expression()
2710 2004-07-22 Sami Pietila <sampie@ariana-dsl.utu.fi>
2712 * Error is reported and input not accepted if a number exceeds 40 chars.
2713 * Added e+ and e- notation support to ce_tokeniser.
2714 * xh, xd, xb and xo support removed (from ce_tokeniser), where x is a number.
2715 * Empty input is always displayed as zero.
2716 * Removed some redundant #ifdefs
2717 * Applied a patch from Rich Burridge. The patch removes goto from exp_del_char()
2718 * Changed macro N_() to _() from statusbar entries.
2719 * Postfix operations can now use empty (zero) expression as a operator
2721 2004-07-19 Rich Burridge <rich.burridge@sun.com>
2723 * Added in function prototypes to fixup warning messages from the compiler.
2724 * Added a final newline in both .l files, so that they could be correctly
2725 compiled on a Solaris machine.
2726 * Removed the "[Experimental]" from the titleline.
2728 2004-07-19 Rich Burridge <rich.burridge@sun.com>
2730 * Removed ChangeLog-NG. It's not needed.
2731 * Added the contents of FIXME to the TODO file and removed
2733 * Added Copyright comments to the source files that didn't have
2735 * Adjusted the C code to the "One True Style". If/when you take over
2736 ownership of gcalctool, I'm happy for you to revert it to whatever
2737 style you like, but while I've got to maintain it, then all the source
2738 code will be a consistent style. Sorry.
2739 * Removed commented out C code or code surronded by "#if 0". It just
2740 leads to confusion. Look at the previous versions in CVS history if
2741 you need to see what was there.
2742 * Adjusted code so that line length is less than 80 characters (wherever
2744 * Adjusted comments to "/* ... */" style. The "// ..." style is not
2745 recognized by default with the Sun compiler.
2746 * Removed all Tabs. Tabs are evil.
2747 * Indentation is four spaces not two.
2748 * Added blank lines where appropriate to make the code more readable.
2749 * Adjusted code to define variables at the top of a routine.
2750 * Remove the "Next Generation (Experiemental)" from the about box.
2751 * Changed copyright dates to include 2004.
2752 * Removed the "word:" Gnuism from the words[] struct in
2753 syntax_translation.c. Similar problems with another struct in the
2756 2004-06-18 Christian Neumair <chris@gnome-de.org>
2758 * gcalctool/functions.c, gcalctool/graphics.c: s/precedencer/precedence/
2760 * gcalctool/gtk.c: Mark missing GtkActionEntry entries in menu entry
2761 array for translation.
2763 * (create_kframe): Call gtk_action_group_set_translation_domain to enable
2766 2004-06-18 Archana Shah <archana.shah@wipro.com>
2768 * gcalctool/gtk.c: Following functions added.
2770 * (gcalc_window_get_menu_items): Function to get the menu_items for actions
2771 which are having icons associated with them.
2773 * (gcalc_window_have_icons_notify): Function to be notified when key
2774 '/desktop/gnome/interface/menus_have_icons' toggles.
2776 * (gcalc_window_set_unset_image): Based on the value of above mentioned
2777 gconf key, icons will be set/unset.
2782 2004-06-14 Sami Pietila <sampie@ariana-dsl.utu.fi>
2784 * Merge from NG-branch.
2786 2004-06-14 Rich Burridge <rich.burridge@sun.com>
2788 * Remainder of the fix for bug #143924.
2789 http://bugzilla.gnome.org/show_bug.cgi?id=143924
2790 Control-T shouldn't work in Basic or Financial modes.
2791 I should have been using:
2793 g_object_set(gtk_ui_manager_get_action(X->ui, i), \
2794 "sensitive", state, NULL);
2798 gtk_widget_set_sensitive(gtk_ui_manager_get_widget(X->ui, i), state)
2800 to set the [in]activeness state of the various menubar menu items.
2802 2004-06-11 Rich Burridge <rich.burridge@sun.com>
2804 * Partial fix for bug #143924.
2805 http://bugzilla.gnome.org/show_bug.cgi?id=143924
2806 After an error condition, the "Show Trailing Zeroes" menu item is
2807 only activated if the user is in Scientific mode.
2809 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2811 * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2812 In Basic or Financial mode, "Error" was been incorrectly display if
2813 you user has "Show Thousands Separator" set.
2815 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2817 * Fixed bug 144031 (http://bugzilla.gnome.org/show_bug.cgi?id=144031)
2818 gcalctool checked for the presence of the X11 libraries but doesn't
2819 need to. Checks removed from configure.in.
2821 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2823 * Selecting Help->About from the menubar wasn't doing anything.
2824 With the switch to using the GtkUIManager, the hooks to link
2825 up to the about_cb were incorrect.
2827 2004-06-01 Rich Burridge <rich.burridge@sun.com>
2829 * Adjusted the creation of the Accuracy and Left/Right shift menus
2830 from GtkItemFactory to GtkUIManager.
2832 With this change, the -DGTK_DISABLE_DEPRECATED flag can now be
2833 added back into .../gcalctool/gcalctool/Makefile.am.
2835 2004-05-29 Rich Burridge <rich.burridge@sun.com>
2837 * Adjusted the menubar creation in gtk.c from GtkItemFactory to
2840 2004-05-29 Christian Rose <menthos@menthos.com>
2842 * configure.in: Added "tk" to ALL_LINGUAS.
2844 2004-05-26 Rich Burridge <rich.burridge@sun.com>
2846 * Fixed bug 142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
2847 gcalctool now correctly recognizes the localized decimal point
2848 character by explicitly checking to see if the keyboard event keyval
2849 matches what's returned by localeconv()->decimal_point.
2851 2004-05-25 Udayan Kumar <udayan_kumar@da-iict.org>
2853 * From Rich Burridge <rich.burridge@sun.com>
2854 Fixed bug 136119 (http://bugzilla.gnome.org/show_bug.cgi?id=136119)
2855 gcalctool/calctool.c : structure button b_bottons
2856 Added code for paranthesis in place of empty space
2858 2004-05-23 Rich Burridge <rich.burridge@sun.com>
2860 * From Michael Terry <mterry@fastmail.fm>
2861 Fixed bug 129397 (http://bugzilla.gnome.org/show_bug.cgi?id=129397)
2862 gcalctool.desktop.in, gcalctool/Makefile.am, gcalctool/gtk.c:
2863 Use GtkIconTheme to load gcalctool icon instead of built-in image.
2865 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2867 * From Balamurali Viswanathan <balamurali viswanathan at wipro dot com>
2868 Fixed bug 142888 (http://bugzilla.gnome.org/show_bug.cgi?id=142888)
2869 gcalctool is now connected to the "die" signal so that it can be
2870 successfully terminated when removed from gnome-session-properties.
2872 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2874 * Change suggested by Ron Jenkins.
2875 The "Bsp" (Backspace) button has been relabeled "Bksp" to make it
2876 more understandable. The gcalctool man pages have been updated to
2877 reflect this change. The online help will be updated at GNOME 2.8
2878 release time (see bug #138367).
2880 2004-05-17 Dan Winship <danw@novell.com>
2882 * gcalctool/calctool.c: s/malloc.h/stdlib.h/
2884 2004-05-17 Padraig O'Briain <padraig.obriain@sun.com>
2886 * gcalctool/caltool.h: Add second argument to set_display to specify
2887 whether to mminimize changes.
2889 * gcacltool/calctool.c gcalctool/display.c gcaltool/functions.c:
2890 Add second argument to calls to set_display. It is set to TRUE only
2891 when adding a digit after pressing caclulator button or deleting
2892 digit after pressing backspace.
2894 * gcacltool/gtk.c (set_display): Implement second argument
2895 minimize changes. Do nothing if display is not being changed.
2899 [Note that with this change, gcalctool now requires the Gtk that
2900 comes with GNOME 2.6 or later in order to build].
2902 2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org>
2904 * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2906 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2908 * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2909 If the "Error" message is being displayed, it is now no longer
2910 incorrectly displayed as "Er,ror" if the "Show Thousands Separator"
2913 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2915 * Fixed bug 135068 (http://bugzilla.gnome.org/show_bug.cgi?id=135068)
2916 Adjusted several default constant descriptions to be more
2919 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2921 * Fixed bug 135065 (http://bugzilla.gnome.org/show_bug.cgi?id=135065)
2922 Tooltips for OR, AND, NOT, XOR and XNOR have been changed from
2923 "Logical <whatever>" to "Bitwise <whatever>".
2925 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2927 * Fixed bug 136872 (http://bugzilla.gnome.org/show_bug.cgi?id=136872)
2928 gcalctool can now be built with "CFLAGS=-fdata-sections".
2930 2004-03-22 Rich Burridge <rich.burridge@sun.com>
2932 * Version for GNOME 2.6 (FINAL) call for tarballs.
2934 2004-03-22 Guntupalli Karunakar <karunakar@freedomink.org>
2936 * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
2938 2004-03-18 Gareth Owen <gowen72@yahoo.com>
2940 * configure.in: Added en_GB to ALL_LINGUAS
2942 2004-03-15 Glynn Foster <glynn.foster@sun.com>
2944 * configure.in, Makefile.am: Add localized online user documentation
2945 from the Sun translation team.
2946 * help/*: Online user documentation for de, es, fr, it, ja, ko, sv, zh_CN,
2949 2004-03-13 Alexander Shopov <ash@contact.bg>
2951 * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
2953 2004-03-08 Alastair McKinstry <mckinstry at computer dot org>
2955 * configure.in: Added ga ("Irish") to ALL_LINGUAS.
2957 2004-02-27 Miloslav Trmac <mitr at volny dot cz>
2959 * One more slight adjustment to the fix for bug 135064
2960 (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2961 Entering numbers that start with the numeric point character ('.")
2962 are now visibly displayed.
2964 2004-02-27 Miloslav Trmac <mitr at volny dot cz>
2966 * Adjustment to the fix for bug 135064
2967 (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2968 Fix to remove a potential spurious initial thousands separator
2969 character after a change sign operation.
2971 2004-02-25 Tomasz KÅoczko <kloczek@pld.org.pl>
2973 * Makefile.am: in configure.in is used AM_GCONF_SOURCE_2. Part of this
2974 aclocal macro allow disable/enable install schama files in make
2975 install target schemas in GConf database. Pass
2976 --disable-schemas-install in configure parameters disable defines by
2977 AM_CONDITIONAL() GCONF_SCHEMAS_INSTALL variable for allow in
2978 Makefile.am files run gconftool-2 for update GConf database
2979 conditionaly. This fix enables run gconftool-2 in install-data-local
2980 only if GCONF_SCHEMAS_INSTALL variable is defined .. so now passing in
2981 configure parameters --disable-schemas-install switch now works perfectly :)
2983 * Makefile.am, gcalctool/Makefile.am: minor cleanups
2984 s#@VARIABLE@#$(VARIABLE)#
2986 2004-02-26 Miloslav Trmac <mitr at volny dot cz>
2988 * Fixed bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2989 Changing the sign of a large number (when "Show Thousands Separator"
2990 is on and this is not the C locale), no longer corrupts the display.
2991 The fix involved resetting all the internal calculations in gcalctool
2992 to be done in the C locale, and then localized (radix character and
2993 thousands separator), just before the number is displayed.
2995 2004-02-24 Rich Burridge <rich.burridge@sun.com>
2997 * Fixed bug 135328 (http://bugzilla.gnome.org/show_bug.cgi?id=135328)
2998 Added Shift-slash as a recognized alternate for the divide operation
2999 (needed by the be-latin1 keyboard layout).
3001 2004-02-21 Paisa Seeluangsawat <paisa@users.sf.net>
3003 * configure.in: Added Thai (th) to ALL_LINGUAS.
3005 2004-02-21 Christian Rose <menthos@menthos.com>
3007 * configure.in: Added "en_CA" to ALL_LINGUAS.
3009 2004-02-18 Rich Burridge <rich.burridge@sun.com>
3011 * Fixed bug 134540 (http://bugzilla.gnome.org/show_bug.cgi?id=134540)
3012 gcalctool now correctly handles the digits 0123456789 which are
3013 shifted about the accented characters on a French keyboard.
3015 2004-02-17 Rich Burridge <rich.burridge@sun.com>
3017 * Fixed bug 134484 (http://bugzilla.gnome.org/show_bug.cgi?id=134484)
3018 Doing "3 x! x! x!" no longer causes gcalctool to lock up.
3020 2004-02-11 Breda McColgan <breda.mccolgan@sun.com>
3022 * Updated the following files due to fix for bug 133764
3023 (http://bugzilla.gnome.org/show_bug.cgi?id=133764
3024 * help/C/gcalctool.xml
3025 * help/C/gcalctool-C.omf
3026 * help/C/figures/gcalctool_basic_window.png
3027 * help/C/figures/gcalctool_scientific_window.png
3029 2004-02-07 Rich Burridge <rich.burridge@sun.com>
3031 * Fixed bug 133764 (http://bugzilla.gnome.org/show_bug.cgi?id=133764)
3032 - "Gradients" was still appearing when in Scientific mode (instead
3034 - In the x^2 button, the 2 should not be italicized.
3035 - In the x^2 and x^y buttons, the x should be italicized.
3036 - The View Thousands Separator menu item should not remain active
3037 during an error condition.
3039 2004-02-07 Rich Burridge <rich.burridge@sun.com>
3041 * Fixed bug 133590 (http://bugzilla.gnome.org/show_bug.cgi?id=133590)
3042 The About box now lists the documenters of gcalctool.
3044 2004-02-07 Breda McColgan <breda.mccolgan@sun.com>
3046 * help/C/gcalctool.xml: Updated for GNOME 2.6, technical review draft
3047 * help/C/gcalctool-C.omf: Updated for GNOME 2.6
3048 * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.6
3049 * help/C/figures/gcalctool_financial_window.png: Updated for GNOME 2.6
3050 * help/C/figures/gcalctool_scientific_window.png: Updated for GNOME 2.6
3052 2004-01-26 Lars Weber <me at lars dot in-berlin dor de>
3054 * Fixed bug 132582 (http://bugzilla.gnome.org/show_bug.cgi?id=132582)
3055 Adjusted the gcalctool titlebar to use a hyphen (rather than square
3056 brackets) to show what mode the user is currently using.
3058 2004-01-26 Lars Weber <me at lars dot in-berlin dor de>
3060 * Fixed bug 132570 (http://bugzilla.gnome.org/show_bug.cgi?id=132570)
3061 Adjusted UI to use spacing to delineate groups rather than frames
3064 2004-01-22 Rich Burridge <rich.burridge@sun.com>
3066 * Fixed bug 131571 (http://bugzilla.gnome.org/show_bug.cgi?id=131571)
3067 User defined constants are now read/written out (as gconf resources)
3068 with no thousands separator and with a radix of ".".
3070 2004-01-16 Rich Burridge <rich.burridge@sun.com>
3072 * Fixed bug 131594 (http://bugzilla.gnome.org/show_bug.cgi?id=131594)
3073 The "Insert ASCII View..." menu item and the "Insert" button no
3074 longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
3076 2004-01-07 Alexander Nedotsukov <bland at mail dot ru>
3078 * Fixed bug 131059 (http://bugzilla.gnome.org/show_bug.cgi?id=131059)
3079 Fix to allow the thousands separator to be used correctly with the
3080 creation of the initial constant values in the Russian locale.
3082 2004-01-07 Rich Burridge <rich.burridge@sun.com>
3084 * Fixed bug 130078 (http://bugzilla.gnome.org/show_bug.cgi?id=130078)
3085 Changed the y^x button label to x^y (really x superscript y). Adjusted
3086 the tooltip message to "Raise displayed value to the power of y".
3088 2004-01-06 Rich Burridge <rich.burridge@sun.com>
3090 * Fixed bug 130282 again (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
3091 Needed to remove the "|| tsep[0] == '\0'" check from the get_tsep()
3092 routine in order to get the thousands separator to correctly work in
3093 all locales. Note that there is no thousands separator now for the C
3096 2004-01-06 Rich Burridge <rich.burridge@sun.com>
3098 * Fixed part of bug 126125
3099 (http://bugzilla.gnome.org/show_bug.cgi?id=126125). If the user
3100 entered: "1+(2()<backspace>)", this resulted in an answer of 0.
3101 When the user backspaced over the ")" character, v->noparens should
3102 have been incremented.
3104 2004-01-05 Rich Burridge <rich.burridge@sun.com>
3106 * Fixed bug 130187 (http://bugzilla.gnome.org/show_bug.cgi?id=130187)
3107 When gcalctool changes modes now, it's internal state and the display
3110 2004-01-05 Rich Burridge <rich.burridge@sun.com>
3112 * Fixed bug 130282 (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
3113 Fixes for more problems with the thousands separator in certain
3114 locales, plus correct handling of the radix character with the initial
3117 2004-01-05 Rich Burridge <rich.burridge@sun.com>
3119 * Fixed bug 128603 again (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
3120 The solution this time was to duplicate the initial string constant
3121 values to be confident that they are not in read-only memory.
3123 2004-01-03 Sanlig Badral <badral@openmn.org>
3125 * configure.in: Added "mn" to ALL_LINGUAS.
3127 2004-01-03 Robert Sedak <robert.sedak@sk.htnet.hr>
3129 * configure.in: Added "hr" in ALL_LINGUAS.
3131 2003-12-26 Fernando Herrera <fherrera@onirica.com>
3133 * gcalctool.desktop.in: added X-GNOME-Bugzilla-OtherBinaries
3135 2003-12-24 ลà¸ygimantas BeruฤÂka <uid0@tuxfamily.org>
3137 * lt.po: Added "lt" to ALL_LINGUAS.
3139 2003-12-22 Miloslav Trmac <mitr at volny dot cz>
3141 * Fixed bug 129539 (http://bugzilla.gnome.org/show_bug.cgi?id=129539)
3142 The thousands separator is a null terminated string, not a single
3143 character. Same for the radix. Adjusted various functions to handle
3144 this. Note that in the C locale, nl_langinfo(THOUSEP) returns an empty
3145 string, so get_tsep() has been adjusted to return "," for that case.
3146 If nl_langinfo(RADIXCHAR) returns an empty string (it shouldn't do),
3147 then get_radix() will return ".".
3149 2003-12-20 Arafat Medini <lumina@silverpen.de>
3151 * ar.po: Added Arabic Locale "ar" to ALL_LINGUAS
3153 2003-12-05 Rich Burridge <rich.burridge@sun.com>
3155 * Fixed bug 129496 (http://bugzilla.gnome.org/show_bug.cgi?id=129496)
3156 "Gradients" should be "Gradians".
3158 2003-12-16 Mohammad DAMT <mdamt@bisnisweb.com>
3160 * configure.in: Added "id" in ALL_LINGUAS
3161 * po/id.po: Indonesian translation by Ahmad Riza H Nst <ari@160c.afraid.org>
3163 2003-12-05 Rich Burridge <rich.burridge@sun.com>
3165 * Fixed bug 128603 (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
3166 The changes for enhancement request #126626 which added thousands
3167 separator support caused a crash at startup time on a Debian system.
3168 The initial constant strings are being put in read-only memory either
3169 by gcc (or because of the way that x86 arch is designed). This was
3170 not a problem when tested with the Sun compilers on a Solaris SPARC
3171 machine. The remove_tsep() routine is display.c has been rewritten
3172 to correctly handle this.
3174 2003-12-04 Iรà¸aki Larraรà¸aga <dooteo@euskalgnu.org>
3176 * configure.in: Added Basque (eu) to ALL_LINGUAS.
3178 2003-12-03 Rich Burridge <rich.burridge@sun.com>
3180 * Further work on enhancement request 125873
3181 (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
3182 As the user is typing in input, the display will now show the
3183 thousands separator (if checked).
3185 2003-12-01 Rich Burridge <rich.burridge@sun.com>
3187 * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
3188 This keyval/state pair needed to be added to the Xor recognized mappings.
3190 2003-12-01 Rich Burridge <rich.burridge@sun.com>
3192 * Re-fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
3193 The fix for Shift-"=" should have been for GDK_equal not GDK_Return.
3194 Needed to add in support for Shift-"/" too.
3196 2003-11-26 Rich Burridge <rich.burridge@sun.com>
3198 * Implemented enhancement request 125873
3199 (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
3200 gcalctool can now optionally show the thousands seperator character
3201 for fixed point numbers displayed in the decimal base. Same for
3202 numbers stored in the memory registers. There is a new "Show
3203 Thousands Separator" menu entry in the View menu to set this.
3205 2003-11-26 Rich Burridge <rich.burridge@sun.com>
3207 * Fixed bug 126626 (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
3208 gcalctool no longer causes a Gtk-CRITICAL error when the user enters
3209 "9*(1<Xor>". The problem was caused because a non-UTF character was
3210 being inserted into the text string to be displayed for the Xor
3213 2003-11-26 Rich Burridge <rich.burridge@sun.com>
3215 * Fixed bug 125782 (http://bugzilla.gnome.org/show_bug.cgi?id=125782)
3216 If the user is entering a left parenthesis and it is the first one
3217 being displayed and there is no current arithmetic operand, then
3218 the current display is initially cleared to avoid the confusion of
3219 showing something like "0(".
3221 2003-11-26 Rich Burridge <rich.burridge@sun.com>
3223 * Fixed bug 127862 (http://bugzilla.gnome.org/show_bug.cgi?id=127862)
3224 The fix for bug #125625 introduced a potential out-of-order case
3225 for users who are rapid keyboard typers. This bug fix rectifies this
3226 with the unfortunate side-effect of no longer visual toggling the
3227 equivalent button to the keyboard character that the user entered.
3228 This fix is still compatible with the way the accessibility
3229 infrastructure works though.
3231 2003-11-24 Rich Burridge <rich.burridge@sun.com>
3233 * Fixed bug 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
3234 For the "1/x", "x^2", "x!", "e^x", "10^x" and "y^x" labels, all
3235 occurances of "x" and "y" are now italicized. The "e" in "e^x"
3236 is no longer italicized.
3238 2003-11-24 Rich Burridge <rich.burridge@sun.com>
3240 * Fixed bug 127316 (http://bugzilla.gnome.org/show_bug.cgi?id=127316)
3241 The "fix" introduced in gcalctool v4.1.18 to fix Sun Bugtraq bug
3242 #1258472 against CDE dtcalc (which was also a problem with gcalctool)
3245 2003-11-24 Rich Burridge <rich.burridge@sun.com>
3247 * Fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
3248 The "=" key on a Swedish keyboard is on the upper level of a key
3249 (i.e. the Shift key needs to be down). Added another mask/keysym
3250 pair to the "=" entry in calctool.c to handle this.
3252 2003-11-07 Rich Burridge <rich.burridge@sun.com>
3254 * Fixed bug 125625 (http://bugzilla.gnome.org/show_bug.cgi?id=125625)
3255 gcalctool now handles "clicked" events rather than "pressed" ones.
3257 2003-10-20 Kjartan Maraas <kmaraas@gnome.org>
3259 * Fixed bug 124928 (http://bugzilla.gnome.org/show_bug.cgi?id=124928)
3260 Plugged several memory leaks.
3262 2003-10-13 Breda McColgan <breda.mccolgan@sun.com>
3264 * Updated the following files:
3265 * help/C/gcalctool.xml: updated based on bug 123132
3266 * help/C/gcalctool-C.omf: updated manual date and version number
3267 * help/C/l10n.txt: updated manual version number and changes summary
3269 2003-10-13 Rich Burridge <rich.burridge@sun.com>
3271 * Fixed bug 124377 (http://bugzilla.gnome.org/show_bug.cgi?id=124377)
3272 Fixed rounding errors when the radix character for a locale isn't ".".
3273 The problem was in the first parameter passed to the MPstr_to_num()
3274 routine. "0.5" should have been a string consisting of
3275 SPRINTF(half, "0%c5", v->radix_char);
3277 2003-10-10 Rich Burridge <rich.burridge@sun.com>
3279 * Fixed bug 124172 (http://bugzilla.gnome.org/show_bug.cgi?id=124172)
3280 The "+" character on a German keyboard is on the lower level of a
3281 key (i.e. the Shift key doesn't need to be down). Added another
3282 mask/keysym pair to the "+" entry in calctool.c to handle this.
3284 2003-10-06 Rich Burridge <rich.burridge@sun.com>
3286 * Fixed bug 120737 (http://bugzilla.gnome.org/show_bug.cgi?id=120737)
3287 Changed the accessible text for the OR button from "Logical OR" to
3288 "logical OR" so that it's not changed by FreeTTS's token to words
3289 module to "logical Oregon".
3291 2003-10-06 Kaushal Kumar <kaushal.kumar@wipro.com>
3293 * gcalctool/Makefile.am: GtkItemFactory has been depricated.
3294 Remove the GTK_DISABLE_DEPRECATED flag. Fixes #123948.
3296 2003-10-03 Rich Burridge <rich.burridge@sun.com>
3298 * Fixed bug 123724 (http://bugzilla.gnome.org/show_bug.cgi?id=123724)
3299 Hitting Esc now does the same as hitting Control-Backspace; i.e. the
3300 CE (clear entry) functionality.
3302 * Updated the gcalctool man pages to reflect this change, and the changes
3305 2003-10-02 Rich Burridge <rich.burridge@sun.com>
3307 * Refixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
3308 gcalctool now uses nl_langinfo() to get the numeric point for the
3309 users locale, rather than via a localised string.
3311 2003-10-02 Rich Burridge <rich.burridge@sun.com>
3313 * Fixed enhancement 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
3314 Changed that label for e^x (e superscript x) to use an italised "e".
3316 2003-09-24 Rich Burridge <rich.burridge@sun.com>
3318 * Fixed bug 118826 (http://bugzilla.gnome.org/show_bug.cgi?id=118826)
3319 The keyboard shortcuts for the six hex. digits are now "A" to "F".
3320 The functions that previously used those letters have been reassigned
3321 to their lowercase equivalents. These were:
3324 Change Sign (now "c")
3325 Double-declining depreciation (now "d")
3326 Exponential (now "e")
3327 User-defined functions (now "f")
3329 Note that left or right shifting 10-15 places now uses the 'A' to
3330 'F' keyboard accelerators (rather than 'a' to 'f').
3332 2003-09-17 Rich Burridge <rich.burridge@sun.com>
3334 * Fixed bug 122408 (http://bugzilla.gnome.org/show_bug.cgi?id=122408)
3335 The tooltips for the numeric buttons (0-9) have been removed as they
3338 2003-09-17 Fatih Demir <kabalak@gtranslator.org>
3340 * configure.in: Added "ta" (Tamil) to the languages' list.
3342 2003-09-16 Rich Burridge <rich.burridge@sun.com>
3344 * Fixed bug 120749 (http://bugzilla.gnome.org/show_bug.cgi?id=120749)
3345 When gcalctool is displaying a menu, typing Alt+Tab can no longer
3346 switch windows. The menu_button_key_press_cb() routine in gtk.c
3347 needed to return TRUE if the event->keyval was a Space.
3349 2003-09-16 Rich Burridge <rich.burridge@sun.com>
3351 * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
3352 Accessible names have now been added to each of the widgets in the
3353 mode panel when in Scientific mode.
3355 2003-09-16 Rich Burridge <rich.burridge@sun.com>
3357 * Fixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
3358 The decimal separator is now a translatable string so that other
3359 locales that don't use a period (Italian uses a comma for example),
3360 can adjust accordingly.
3362 2003-09-16 Rich Burridge <rich.burridge@sun.com>
3364 * Fixed bug 120605 (http://bugzilla.gnome.org/show_bug.cgi?id=120605)
3365 Gcalctool contains lots of messages that are (potentially) only
3366 displayed if the user starts the application with either the -D or
3367 the -E command line options. As these are debugging messages, they
3368 need not be translated, so the _(...) macros around them have been
3371 2003-09-09 Andras Timar <timar@gnome.hu>
3373 * configure.in: Added Hungarian (hu) to ALL_LINGUAS.
3375 2003-09-08 Pablo Saratxaga <pablo@mandrakesoft.com>
3377 * configure.in: Added Farsi (fa), Macedonian (mk) and Vietnamese (vi)
3380 2003-09-08 Glynn Foster <glynn.foster@sun.com>
3382 * configure.in: Version 4.3.3
3384 2003-09-08 Mugurel Tudor <mugurelu@go.ro>
3386 * configure.in: Added "ro" to ALL_LINGUAS.
3388 2003-09-07 Sami Pesonen <sampeson@iki.fi>
3390 * configure.in: Added "fi" to ALL_LINGUAS.
3392 2003-09-05 Laurent Dhima <laurenti@alblinux.net>
3394 * configure.in: Added "sq" to ALL_LINGUAS.
3396 2003-08-27 Marcel Telka <marcel@telka.sk>
3398 * configure.in (ALL_LINGUAS): Added sk.
3400 2003-08-23 Ole Laursen <olau@hardworking.dk>
3402 * configure.in: Added "da" (Danish) to ALL_LINGUAS.
3404 2003-08-18 Rich Burridge <rich.burridge@sun.com>
3406 * Fixed bug 119888 (http://bugzilla.gnome.org/show_bug.cgi?id=119888)
3407 gcalctool keyboard handling has been improved.
3409 2003-08-16 Guntupalli Karunakar <karunakar@freedomink.org>
3411 * configure.in: Added "hi" in ALL_LINGUAS.
3413 2003-08-14 Rich Burridge <rich.burridge@sun.com>
3415 * From Dennis Cranston <dennis_cranston at yahoo com>
3416 Fixed bug 119832 (http://bugzilla.gnome.org/show_bug.cgi?id=119832)
3417 The space bar can now correctly activate the button that has focus.
3419 2003-08-08 Rich Burridge <rich.burridge@sun.com>
3421 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
3423 2003-08-06 Metin Amiroff <metin@karegen.com>
3425 * configure.in: Added "az" to ALL_LINGUAS.
3427 2003-08-06 Wang Jian <lark@linux.net.cn>
3429 * configure.in: Added "zh_CN" to ALL_LINGUAS.
3431 2003-08-04 Rich Burridge <rich.burridge@sun.com>
3433 * From Dennis Cranston <dennis_cranston at yahoo com>
3434 Fixed bug 118246 (http://bugzilla.gnome.org/show_bug.cgi?id=118246)
3435 The display field can now take focus. The initial widget with
3436 focus is the Clr button (also discussed this with Nils who agrees).
3438 2003-07-30 Dmitry G. Mastrukov <dmitry@taurussoft.org>
3440 * configure.in: Added Belarusian to ALL_LINGUAS.
3442 2003-07-29 Rich Burridge <rich.burridge@sun.com>
3444 * (Bug #118247) Three more small adjustments to AccessibleName text:
3445 "E to the power of x" goes back to "E to the x"
3446 "Ten to the power of x" goes back to "Ten to the x"
3447 "Y to the power of x" goes back to "Y to the x"
3449 (Sorry translators).
3451 2003-07-28 Rich Burridge <rich.burridge@sun.com>
3453 * (Bug #118247) Four small adjustments to AccessibleName text:
3454 "Random" becomes "Random number".
3455 "E to the x" becomes "E to the power of x"
3456 "Ten to the x" becomes "Ten to the power of x"
3457 "Y to the x" becomes "Y to the power of x"
3459 2003-07-25 Rich Burridge <rich.burridge@sun.com>
3461 * Fixed bug 118247 (http://bugzilla.gnome.org/show_bug.cgi?id=118247)
3462 Each gcalctool button now has an AccessibleName. By default these
3463 are taken from the buttons tooltip string. This is to:
3464 - reduce the amount of extra memory that would be taken up otherwise.
3465 - reduce the pain that all the translators would have to go through
3466 - reduce the repetition because a lot of the actual tooltip strings
3469 The exceptions to this are for the following buttons, where the
3470 tooltip string is too long:
3473 Label | AccessibleName
3474 ---------+----------------------------------------------
3478 Int "Integer portion"
3479 Sto "Store to register"
3480 Frac "Fractional portion"
3481 Rcl "Retrieve from register"
3482 Exch "Exchange with register"
3485 &16 "16 bit unsigned integer"
3486 &32 "32 bit unsigned integer"
3497 2003-07-25 Telsa Gwynne <hobbit@aloss.ukuu.org.uk>
3499 * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
3501 2003-07-25 Kang Jeong-Hee <Keizi@mail.co.kr>
3503 * configure.in: Added 'ko' (Korean) to ALL_LINGUAS.
3505 2003-07-22 Breda McColgan <breda.mccolgan@sun.com>
3507 * Updated the following files:
3508 * help/C/gcalctool.xml: updated based on bug 116944
3509 * help/C/gcalctool-C.omf: updated manual date and version number
3511 2003-07-21 Rich Burridge <rich.burridge@sun.com>
3513 * Fixed bug 117691 (http://bugzilla.gnome.org/show_bug.cgi?id=117691)
3514 The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are not valid
3515 equivalents for the 8, 2, 4 and 6 keys. They are needed for keyboard
3518 2003-07-13 John Fleck <jfleck@inkstain.net>
3525 use new docs build system. Latest gnome-common
3526 now required to build from cvs
3528 2003-07-09 Rich Burridge <rich.burridge@sun.com>
3530 * From Steve Chaplin <stevech1097 at yahoo com au>
3531 Added the -DGNOME_DISABLE_DEPRECATE in .../gcalctool/Makefile.am
3532 to catch any potential GNOME depreciated methods.
3534 2003-07-09 Hasbullah Bin Pit <sebol@ikhlas.com>
3536 * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
3537 * po/ms.po: Added Malay translation.
3539 2003-07-09 Alessio Frusciante <algol@firenze.linux.it>
3541 * configure.in: Added "it" (Italian) to ALL_LINGUAS.
3543 2003-07-07 Dennis Cranston <dennis_cranston at yahoo com>
3545 * Fixed bug 116944 (http://bugzilla.gnome.org/show_bug.cgi?id=116944)
3546 Various HIG improvements to the edit constants, edit functions,
3547 and insert ASCII value dialogs. (i.e. adjusted widget padding
3548 according to HIG; added a mnemonic for the constant and function
3551 2003-07-08 Rich Burridge <rich.burridge@sun.com>
3553 * Refixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
3554 After further discussion with Toshi, it was understood that I didn't
3555 need to call g_locale_to_utf8() for the numeric strings (which just
3556 consist of '0'-'9', 'e', 'A'-'F', '+', '-' and '.'). set_display() in
3557 gtk.c was simplified back to using just one parameter.
3559 2003-07-07 Rich Burridge <rich.burridge@sun.com>
3561 * Fixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
3562 When the calculator display is showing an error message, it is now
3563 correctly localized. Fix was to add in a second parameter to each
3564 call of set_display, that indicated whether this was an error
3565 condition or not. If it was, then the first parameter being passed
3566 in was already localized (had to do it this was so that the strings
3567 turned up in the message files), and wouldn't be run through
3568 g_locale_to_utf8(). Thanks to Toshi for pointing me in the right
3571 2003-07-06 Gil "Dolfin" Osher <dolfin@rpg.org.il>
3573 * configure.in: Added "he" (Hebrew) to ALL_LINGUAS.
3575 2003-07-04 Artur Flinta <aflinta@cvs.gnome.org>
3577 * configure.in: Added "pl" to ALL_LINGUAS.
3579 2003-06-25 Rich Burridge <rich.burridge@sun.com>
3581 * Fixed bug 115950 (http://bugzilla.gnome.org/show_bug.cgi?id=115950)
3582 The "*" key wasn't being recognized as a keyboard shortcut for
3583 multiplication. The problem was that GDK_SHIFT_MASK needed to be
3584 given in the equivalent entry for the mods array for this button
3587 2003-06-25 Breda McColgan <breda.mccolgan@sun.com>
3589 * Updated the following files:
3590 * help/C/gcalctool.xml: updated based on bug 114363 and bug 114364
3591 * help/C/gcalctool-C.omf: updated manual date and version number
3593 2003-06-24 Rich Burridge <rich.burridge@sun.com>
3595 * Further work on bug 114364. The items in the constants menu are now
3596 always displayed in the decimal numeric base. This is consistent with
3597 the way that calctool in the OpenWindows DeskSet worked.
3599 2003-06-24 Rich Burridge <rich.burridge@sun.com>
3601 * Fixed bug 114364 (http://bugzilla.gnome.org/show_bug.cgi?id=114364)
3602 When you change numeric base and then display the constant values in
3603 the Con menu, the values are shown in the current base.
3605 When you select "Edit Constants" from the Con menu, the values of each
3606 constant are shown in Decimal. The label:
3607 "All constant values are specified in the decimal numeric base"
3608 has also been added to the "Edit Constant" popup to clarify this.
3610 2003-06-23 Rich Burridge <rich.burridge@sun.com>
3612 * Fixed bug 115653 (http://bugzilla.gnome.org/show_bug.cgi?id=115653)
3613 Adjusted the keyboard mnemonic checking code to now check to make
3614 sure that neither of the Alt keys is pressed when comparing against
3617 2003-06-18 Rich Burridge <rich.burridge@sun.com>
3619 * Similar problem to bug #115212 but for the "Edit Constants" and
3620 "Edit Functions" dialog boxes. gcalctool no longer can display
3621 multiple versions of them. Also removed the X->CFtype and
3622 X->cf_entries variables.
3624 2003-06-18 Rich Burridge <rich.burridge@sun.com>
3626 * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
3627 When an error condition occurs:
3629 - make insensitive all buttons except Clr.
3630 - make all Scientific mode toggles and checkboxes insensitive.
3631 - make all menubar items insensitive except:
3635 When the error condition is cleared, resensitise everything, setting
3636 the numeric base buttons correctly.
3638 2003-06-18 Guntupalli Karunakar <karunakar@freedomink.org>
3640 * configure.in: Added "ml" in ALL_LINGUAS.
3642 2003-06-16 Rich Burridge <rich.burridge@sun.com>
3644 * From Steve Chaplin <stevech1097@yahoo.com.au>
3645 Fix for bug #115212 (http://bugzilla.gnome.org/show_bug.cgi?id=115212)
3646 gcalctool no longer can display multiple About boxes.
3648 2003-06-13 Rich Burridge <rich.burridge@sun.com>
3650 * From Dennis Cranston <dennis_cranston@yahoo.com>
3651 Fix for bug #108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3652 The appropriate gcalctool button is now animated when the user enters
3653 that value via the keyboard.
3655 2003-06-10 Rich Burridge <rich.burridge@sun.com>
3657 * Partial fix for bug 114363:
3658 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
3659 When the calculator display is showing "Error", the Constant values and
3660 the Memory Register values no longer incorrectly show "Error" as well.
3662 2003-06-10 Dmitry G. Mastrukov <dmitry@taurussoft.org>
3664 * configure.in: Added Russian to ALL_LINGUAS.
3666 2003-05-28 Rich Burridge <rich.burridge@sun.com>
3668 * Fixed bug 113703 (http://bugzilla.gnome.org/show_bug.cgi?id=113703)
3669 Fix from Havoc: "If you use AM_GCONF_SOURCE_2 in configure.in,
3670 then do a makefile snippet as in gnome-terminal/src/Makefile.am,
3671 you should be able to specify --with-gconf-source=whatever"
3673 2003-05-28 Danilo ? egan <dsegan@gmx.net>
3675 * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
3677 2003-05-26 Rich Burridge <rich.burridge@sun.com>
3679 * From Franz Klammer <klammer@webonaut.com>
3680 Fixed bug 113754 (http://bugzilla.gnome.org/show_bug.cgi?id=113754)
3681 Decimal point didn't work with a German keyboard if Numlock was
3684 2003-05-19 Rich Burridge <rich.burridge@sun.com>
3686 * .../gcalctool/Makefile.am: Install "gnome-calculator" symlink
3687 as reqested by Glynn Foster.
3689 2003-04-24 Rich Burridge <rich.burridge@sun.com>
3691 * Fixed bug 111269 (http://bugzilla.gnome.org/show_bug.cgi?id=111269)
3692 It was possible to type fast into gcalctool and digits would be
3693 transposed. gcalctool now looks for key_press_event and
3694 key_release_event events on the main window rather than set keyboard
3695 accelerators to the "clicked" action of the various buttons.
3697 2003-04-15 Rich Burridge <rich.burridge@sun.com>
3699 * Refixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
3700 Concatenated more error messages in mp.c.
3702 * Adjusted the Acc menu entries to be "<n> significant places" rather
3703 than "<n> radix places" in gtk.c.
3705 * Replaced "kilometers per hour / miles per hour" with
3706 "kilometers per hour or miles per hour" in the first constant
3707 description in calctool.c and gcalctool.1.
3709 * Replaced occurances of "/" in the other constant descriptions with "or".
3711 2003-04-15 Breda McColgan <breda.mccolgan@sun.com>
3713 * Translators: The documentation is now ready for translation!
3715 * Updated the following files:
3716 * configure.in: updated version number to 4.2.81
3717 * help/C/gcalctool.xml: first approved draft, ready for translation
3718 * help/C/gcalctool-C.omf: updated manual date and version number
3719 * help/C/l10n.txt: new file added
3720 * help/C/figures/gcalctool_edit_const_window.png: deleted
3721 * help/C/figures/gcalctool_edit_func_window.png: deleted
3722 * help/C/figures/gcalctool_ins_ascii_window.png: deleted
3723 * help/C/figures/gcalctool_mem_reg_window.png: deleted
3726 2003-04-13 Christian Neumair <chris@gnome-de.org>
3728 * Reflect translated mode information in window title (functions.c).
3730 2003-04-10 Rich Burridge <rich.burridge@sun.com>
3732 * Fixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
3733 Various fprintf statements in mp.c have been concatenated to help
3736 2003-04-02 Rich Burridge <rich.burridge@sun.com>
3738 * Added in latest online help changes from Breda McColgan. This should
3739 now put the online help in sync with the actual functionality of
3742 **IMPORTANT NOTE FOR TRANSLATORS**
3744 Please still hold off translating these files for a while. This is still
3745 a draft. The documentation needs to be reviewed by an editor, and
3746 editorial feedback incorporated. Look for a followup entry here in the
3747 Changelog, with an indication that they are ready for translation.
3749 2003-03-28 Christian Neumair <chris@gnome-de.org>
3751 * Added AC_PREREQ macro to configure.in to satisfy some ac wrapper scripts
3752 and added German (de) to ALL_LINGUAS; bumped version to 2.4.78;
3753 Added missing gettext call. This makes the i18ized menu entries actually
3754 visible. Fixed some tooltip strings. Updated some .cvsignore files.
3756 2003-03-25 Rich Burridge <rich.burridge@sun.com>
3758 * Added in various .cvsignore files to make checkins and updates cleaner.
3760 2003-03-25 Rich Burridge <rich.burridge@sun.com>
3762 * Adjusted ChangeLog format to the Gnu style. Moved older ChangeLog entries
3763 off into ChangeLog-YYYY files (years 1990, 1991, 1992, 1993 and 2002).
3765 2003-03-25 Rich Burridge <rich.burridge@sun.com>
3767 * Fixed up a compiler warning for set_show_zeroes_toggle() usage in gtk.c
3768 Fixed up distcheck, adding intltool to EXTRA_DIST
3770 This version to be announced in gnome-announce.
3772 2003-03-24 Rich Burridge <rich.burridge@sun.com>
3774 * Slight adjustments to bug 108226
3775 (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
3777 Menu item is now "Show Trailing Zeroes", with a Control-T accelerator.
3778 Added a similar menu item to the View menu on the menu bar (only active
3779 in Scientific mode). Adjusted program logic. Cases of "rm_zeroes" now
3780 become "show_zeroes". Updated the manual pages and the gcalctool
3783 2003-03-19 Dennis Cranston <dennis_cranston@yahoo.com>
3785 * Fixed bug 108729 (http://bugzilla.gnome.org/show_bug.cgi?id=108729)
3786 Added tooltips to the radio and check buttons in scientific mode.
3788 2003-03-18 Rich Burridge <rich.burridge@sun.com>
3790 * Fixed bug 108226 (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
3792 The menu items in the Acc menu are now "tickable", so you know what the
3793 current accuracy selection is. Setting one of these clears the previous
3796 A new "remove trailing zeroes" menu item is added to the Acc menu (last
3797 item, with a separator just above), that is "tickable". This tick doesn't
3798 affect the accuracy ticks. It's either on or off.
3800 The default setting for accuracy now becomes 9 numeric places and "remove
3803 The Acc button is moved to the Scientific mode (clear slot in the top
3804 right corner, above the Rand.
3806 The Base radio button group and the display type radio button group in
3807 the mode panel in Scientific mode are now moved to the right side to be
3808 close in proximity to the Acc button. The other mode items move to the
3811 2003-03-18 Rich Burridge <rich.burridge@sun.com>
3813 * From: Dennis Cranston <dennis_cranston@yahoo.com>
3814 Fixed bug 108208 (http://bugzilla.gnome.org/show_bug.cgi?id=108208)
3815 The default value for the "showregisters" resource in gcalctool.schemas
3816 was incorrectly set.
3818 * There should be no "default:" action in the command line parsing in
3821 2003-03-14 Rich Burridge <rich.burridge@sun.com>
3823 * Correctly fixed bug 108219
3824 (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
3825 The previous fix didn't correct set the radio buttons when changing
3826 mode from Scientific to Basic or Financial. Only the internal state.
3828 2003-03-14 Rich Burridge <rich.burridge@sun.com>
3830 * From: Dennis Cranston <dennis_cranston@yahoo.com>
3831 Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3832 Followup changes to make the numeric keypad animate the buttons on
3835 2003-03-14 Rich Burridge <rich.burridge@sun.com>
3837 * Fixed bug 108219 (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
3838 When you go from Scientific mode to either Basic or Financial mode,
3839 the calculator will revert to "Dec" base in "Fix" notation.
3841 Any number in the display (and the memory registers if shown) will be
3842 converted accordingly.
3844 When you are in a mode (Basic, Financial, or Scientific) you will only
3845 be able to do the functionality that that mode shows. For example, you
3846 will not be able to do base changes if you are in Basic or Financial mode.
3848 2003-03-14 Rich Burridge <rich.burridge@sun.com>
3850 * From: Dennis Cranston <dennis_cranston@yahoo.com>
3851 Fixed bug 108333 (http://bugzilla.gnome.org/show_bug.cgi?id=108333)
3852 The gcalctool buttons with menus associated with them are now keyboard
3855 2003-03-14 Rich Burridge <rich.burridge@sun.com>
3857 * From: Dennis Cranston <dennis_cranston@yahoo.com>
3858 Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3859 When the user uses the keyboard to enter data, the associated gcalctool
3860 button will be animated.
3862 2003-03-13 Rich Burridge <rich.burridge@sun.com>
3864 * Fixed bug 108210 (http://bugzilla.gnome.org/show_bug.cgi?id=108210)
3865 Main gcalctool window is no longer resizable.
3867 2003-03-13 Rich Burridge <rich.burridge@sun.com>
3869 * Incorporated several online help changes from Breda McColgan.
3871 **IMPORTANT NOTE FOR TRANSLATORS**
3873 Please still hold off translating these files for a while. This is still
3874 a draft. The documentation needs to be reviewed by an editor, and
3875 editorial feedback incorporated. Look for a followup entry here in the
3876 Changelog, with an indication that they are ready for translation.
3878 2003-03-05 Rich Burridge <rich.burridge@sun.com>
3880 * Added scrollkeeper checks into configure.in.
3882 * From: Dennis Cranston <dennis_cranston@yahoo.com>
3883 Fixed warning message:
3885 ** (gcalctool:27091): WARNING **: Help error: Unable to find the
3886 GNOME_FILE_DOMAIN_APP_HELP domain
3888 Adjustment to the gnome_help_display() call in gtk.c to use the right
3891 2003-03-05 Rich Burridge <rich.burridge@sun.com>
3893 * Added in a first (draft) version of online help from Breda McColgan in
3894 the Sun GNOME doc. team.
3896 **IMPORTANT NOTE FOR TRANSLATORS**
3898 Please hold off translating these files for a while. Slight revisions
3899 are planned for sometime in the next week or two. Look for a followup
3900 entry here in the Changelog, with an indication that they are ready for
3903 2003-03-05 Rich Burridge <rich.burridge@sun.com>
3905 * Abstracted the key values and modifiers. This will make it easier to
3906 create versions of this calculator for other graphical toolkits, or
3907 a version with no graphics at all (prompt style).
3909 2003-03-04 Rich Burridge <rich.burridge@sun.com>
3911 * Adjusted the tooltip help to be minimalist messages. Online help for
3912 gcalctool will be coming soon, and this will contain the detailed help
3913 information (plus examples).
3915 2003-02-28 Rich Burridge <rich.burridge@sun.com>
3917 * Small adjustment to allow gcalctool to compile using the Solaris Forte
3920 2003-02-26 Rich Burridge <rich.burridge@sun.com>
3922 * Gcalctool wasn't saving the trigonometric type when it was changed. The
3923 trig_cb() function was calling do_trig() incorrectly instead of
3926 * Removed the trailing period from the ten constant definitions in the man
3929 2003-02-26 evandrofg <someone@somewhere.org>
3931 * configure.in: Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3933 2003-02-21 Rich Burridge <rich.burridge@sun.com>
3935 * From: Dennis Cranston <dennis_cranston@yahoo.com>
3936 Allows Backspace to correctly work inside parentheses. Similar fix to
3937 the one for Delete in v4.2.55 (bug #106583).
3939 2003-02-21 Rich Burridge <rich.burridge@sun.com>
3941 * The Xor logical operation wasn't being performed correctly. Gdk uses
3942 keysym values that are greater than what can be fitted into a char.
3943 Adjusted v->cur_op and v->old_cal_value to now be ints.
3945 * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3946 checkboxes. In fact, it was toggling them twice, thereby returning them
3947 to whatever state they were in when the user hit Clr.
3949 2003-02-20 Rich Burridge <rich.burridge@sun.com>
3951 * Removed the final period from the ten default constant descriptions.
3953 * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3956 * Fixed up the values of the ten default constant definitions in the
3959 * The "centimeters <=> inches" default constant should be 0.3937007
3960 rather than 2.54 to be consistent with the other constants.
3962 2003-02-20 Rich Burridge <rich.burridge@sun.com>
3964 * Fixed bug 106583 (http://bugzilla.gnome.org/show_bug.cgi?id=106583)
3965 There were two parts to this. Dennis Cranston fixed the:
3967 (gcalctool:10872): Gtk-CRITICAL **: file gtktextbuffer.c: line 548:
3968 assertion `g_utf8_validate (text, len, NULL)' failed
3972 The crash was caused by the paren_disp() function in display.c not
3973 correctly checking for when a Delete character was entered.
3975 2003-02-20 Rich Burridge <rich.burridge@sun.com>
3977 * The financial Term tooltip example didn't work. The problem was that
3978 the Rate function had a keyboard shortcut of "T" and Term had "t". The
3979 check for which financial function was being processed in do_business()
3980 in functions.c didn't take into consideration any key mods (such as
3981 GDK_SHIFT_MASK). Add a key_equal function that now compares both the
3982 mods and the value of keys.
3984 * Moved the Exp button to the right of the Con and Fun buttons for better
3987 2003-02-19 Rich Burridge <rich.burridge@sun.com>
3989 * Fixed bug 106501 (http://bugzilla.gnome.org/show_bug.cgi?id=106501)
3990 A check has been added to the do_delete() function in functions.c to
3991 make sure that the length is greater than zero, before setting the
3992 len-1 character to '\0'.
3994 2003-02-19 Rich Burridge <rich.burridge@sun.com>
3996 * From Breda McColgan <breda.mccolgan@sun.com>
3997 Toggled the positions of the Sto and Rcl buttons. This is primarily to
3998 help with the online documentation, which consists of listing the
3999 gcalctool buttons in several tables, grouping "like" buttons together
4000 (for example: Bsp, CE, and Clr in one table; Sto, Rcl, and Exch in
4001 another table). Within a table, the buttons are listed in the sequence
4002 in which they appear in gcalctool. For the most part, the sequence
4003 isn't significant. However, it doesn't really make sense to talk about
4004 either Rcl or Exch until you've described Sto.
4006 2003-02-19 Rich Burridge <rich.burridge@sun.com>
4008 * From: Dennis Cranston <dennis_cranston@yahoo.com>
4009 - The process_str() function will cause a crash if the input string is
4010 null. For example, if the clipboard is empty and the user presses
4011 CTRL-V then gcalctool will core dump. Fixed by adding a null check to
4014 - gcalctool now uses a text view for its display widget.
4016 2003-02-18 Rich Burridge <rich.burridge@sun.com>
4018 * Fixes to the manual page:
4019 - the keyboard shortcut for the "Term" function is "t" not "T".
4020 - removed the LOGICAL mode section.
4022 2003-02-18 Rich Burridge <rich.burridge@sun.com>
4024 * From: Dennis Cranston <dennis_cranston@yahoo.com>
4025 Changes the EXPAND flag to FALSE when packing the display label and mode
4026 frame. These widgets shouldn't expand when the calculator is resized.
4028 Replace the three characters of white space in the title bar text with one
4029 space character, so more of the title fits into the task window list
4032 2003-02-12 Rich Burridge <rich.burridge@sun.com>
4034 * From: Dennis Cranston <dennis_cranston@yahoo.com>
4035 Added a launcher to the GNOME's Accessories menu. The launcher uses
4036 gcalctool.png for its icon which required moving the icon to the pixmaps
4037 installation directory.
4039 This means that the find_file() function is no longer necessary, and has
4040 been removed. It was used only in set_gcalctool_icon(). The path of
4041 gcalctool.png is now always PACKAGE_PIXMAP_DIR.
4043 2003-02-12 Rich Burridge <rich.burridge@sun.com>
4045 * From: Dennis Cranston <dennis_cranston@yahoo.com>
4046 Mark the menu labels for translation and converts the
4047 gtk_item_factory_get_widget() calls to
4048 gtk_item_factory_get_widget_by_action() calls.
4050 2003-02-11 Rich Burridge <rich.burridge@sun.com>
4052 * From: Dennis Cranston <dennis_cranston@yahoo.com>
4053 - Cleans up the Help menu's layout so it looks like other GNOME
4055 - Converts gtk_init() to gnome_program_init() to allow access to things
4056 like GNOME_STOCK_ABOUT.
4057 - Add an icon field to the Xobject structure.
4058 - Change setup_default_icon() to set_gcalctool_icon() and set X->icon in
4060 - Sets the window icon for the memory register and about windows.
4061 - Cleans up about_cb() and call it directly in menu callbacks -- like in
4062 other gtk+ applications.
4063 - Remove the unneccessary X->about structure field.
4065 2003-02-06 Daniel Yacob <locales@geez.org>
4067 * Added Amharic (am) to ALL_LINGUAS ata configure.in.
4069 2003-02-07 Rich Burridge <rich.burridge@sun.com>
4071 * From: Dennis Cranston <dennis_cranston@yahoo.com>
4072 Fixed bug 104249 (http://bugzilla.gnome.org/show_bug.cgi?id=104249)
4073 The UI for adding new or editing existing constants and/or functions
4074 has been improved. It now uses a treeview editable list. A help button
4075 is provided, but that currently isn't hooked up. I've added a note to
4076 bug #104821 for this problem.
4078 2003-02-04 Rich Burridge <rich.burridge@sun.com>
4080 * Fixed bug 104830 (http://bugzilla.gnome.org/show_bug.cgi?id=104830)
4081 gcalctool now uses gnome-calc3.png as its icon (same as the current
4082 gnome-calculator). For now, I've copied that to a file, gcalctool.png
4083 within the gcalctool distribution. Also removed calctool.gif.
4085 2003-01-28 Rich Burridge <rich.burridge@sun.com>
4087 * Further slight adjustments needed to fix Bugzilla bug 104248. The
4088 callback handler for the menu items (mb_proc in gtk.c) needed to
4089 have a check at the top to see if we'd started the application yet,
4090 and if it hadn't, then to just return. Seemed it was getting called
4091 as gcalctool was initially coming up, which was toggling the state
4092 of the v->rstate variable incorrectly.
4094 * Fixed bug 104240 (http://bugzilla.gnome.org/show_bug.cgi?id=104240)
4095 The "File" menubar item is now called "Calculator", and there is a set of
4096 unique mnemonics for the various items in the Scientific mode panel.
4097 The gcalctool manual pages have been updated to reflect these changes.
4099 * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
4100 Added in a Control-A mnemonic for Help->About.
4102 2003-01-28 Rich Burridge <rich.burridge@sun.com>
4104 * From: Dennis Cranston <dennis_cranston@yahoo.com>
4105 Fixed bug 104248 (http://bugzilla.gnome.org/show_bug.cgi?id=104248)
4106 The View->Memory Registers menu item's toggle is now set correctly
4107 depending upon whether the memory register windows is visible or hidden.
4109 * From: Dennis Cranston <dennis_cranston@yahoo.com>
4110 The correct radio item is now set in the View menu mode menu item entries
4111 if gcalctool is initially started in Financial or Scientific mode.
4113 2003-01-27 Rich Burridge <rich.burridge@sun.com>
4115 * The constant and function definitions are now read and written as Gconf
4116 resources, rather than to a ~/.gcalctoolcf file in the user's home
4117 directory. The manual pages have been updated to reflect this change.
4119 An entry has been added to the TODO file to reflect functionality that
4120 is no longer present because of this change.
4122 * Fixed bug 104250 (http://bugzilla.gnome.org/show_bug.cgi?id=104250)
4123 The constant and the function menu items now have "C<n>:" and "F<n>:"
4124 prefixes respectively, where <n> is the constant/function number.
4126 This also involved removing the "<=>" from four of the descriptions for
4127 the predefined constant values.
4129 2003-01-25 Rich Burridge <rich.burridge@sun.com>
4131 * Fixed bug 104245 (http://bugzilla.gnome.org/show_bug.cgi?id=104245)
4132 The View->Basic Mode, Financial Mode, Scientific Mode and Memory
4133 Registers now have keyboard accelerators (Control-B, Control-F, Control-S
4134 and Control-M respectively).
4136 2003-01-25 Rich Burridge <rich.burridge@sun.com>
4138 * From: Dennis Cranston <dennis_cranston@yahoo.com>
4139 Further slight adjustments for bug 104287
4140 (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
4141 The insert button isthe default button.
4142 The dialog is no longer resizable.
4143 The ESC key can now be used to cancel the dialog.
4145 2003-01-24 Rich Burridge <rich.burridge@sun.com>
4147 * From: Dennis Cranston <dennis_cranston@yahoo.com>
4148 Fixed bug 104287 (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
4149 HIG improvements for the "Insert ASCII Value" dialog.
4151 2003-01-23 Rich Burridge <rich.burridge@sun.com>
4153 * Fixed bug 104241 (http://bugzilla.gnome.org/show_bug.cgi?id=104241)
4154 The Insert ASCII Value" menu item is now "Insert ASCII Value..."
4156 * From: Hidetoshi Tajima <hidetoshi.tajima@sun.com>
4157 Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
4158 <bonobo-i18n.h,> where all this stuff is already defined.
4160 2003-01-23 Rich Burridge <rich.burridge@sun.com>
4162 * Fixed bug 102928 (http://bugzilla.gnome.org/show_bug.cgi?id=102928)
4163 The x^2, e^x, 10^x and y^x keys now use Pango markup to display the
4164 label using superscripts.
4166 2003-01-23 Rich Burridge <rich.burridge@sun.com>
4168 * Added in handling of the numeric keypad for Linux systems. This required
4169 an "event" signal handler on the main gcalctool window, and then checking
4170 for a set of keyvals that could be generated by the numeric keypad keys
4171 (with and without the NumLock key on).
4173 2003-01-22 Rich Burridge <rich.burridge@sun.com>
4175 * Handling the function "(3+3)" now works.
4176 The button struct now contains a new item (char func_char) which
4177 is the character equivalent to the button when you user enteres
4178 it into a function definition. The process_str() routine in
4179 graphics.c has been adjusted to call button_for_fc() (a new
4180 routine in functions.c) to compare each character in the function
4181 string against this item in each button struct to find the
4182 appropriate operation.
4184 Also needed changes to do_paren() to call button_for_fc() instead of
4187 These changes also fix bugtraq bug #4065378.
4188 Certain functions entered into gcalctool produce incorrect results.
4190 * Changed the keyboard accelerators for the following to use non Alt-<?>
4193 Cos (old value: Alt-c) becomes 'J'.
4194 Sin (old value: Alt-s) becomes 'K'.
4195 Tan (old value: Alt-t) becomes 'L'.
4196 Frac (old value: Alt-f) becomes ':'.
4197 Int (old value: Alt-i) becomes 'i'.
4198 Abs (old value: Alt-u) becomes 'u'.
4199 Rate (old value: Alt-r) becomes 'T'.
4201 Updated the manual pages and the tooltip help to reflect these changes.
4203 * Removed the need to configure with "--enable-build-broken".
4205 2003-01-22 Rich Burridge <rich.burridge@sun.com>
4207 * Adjusted the memory registers windows to use the same "R0: 0.00" format
4208 (bold for first part), as the Rcl, Sto and Exch menus.
4210 2003-01-22 Rich Burridge <rich.burridge@sun.com>
4212 * The menu items for the Rcl, Sto and Exch menus now have the format
4213 "R0: 0.00", where the "R0:" part is in bold.
4215 * From Padraig O'Briain <Padraig.Obriain@Sun.COM>
4216 Fix to get the keyboard accelerators for the menubar menu items working.
4217 The problem was due to the creation of two accelerator groups in main()
4220 2003-01-21 Rich Burridge <rich.burridge@sun.com>
4222 * Updated the NEWS file with an overview of all the changes since v4.1.13.
4224 2003-01-21 Rich Burridge <rich.burridge@sun.com>
4226 * Removed the gconf resource for getting/setting whether a beep is sounded
4227 on error. A beep will now always be sounded in such a case.
4229 * Removed the write_resources() routine. The writing out of the resources
4230 will now be immediately done when each of those functions changes.
4232 2003-01-25 Rich Burridge <rich.burridge@sun.com>
4234 * Updated the manual pages to reflect the recent v4.2.xx changes.
4236 * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
4239 2003-01-21 Rich Burridge <rich.burridge@sun.com>
4241 * The real fix for displaying the icon. The problem was that the icon was
4242 being installed in the pkgdata_DATA directory, but gcalctool was looking
4243 for it in the CALCTOOL_DATA_DIR directory, which was incorrectly set to
4244 $(datadir)/calctool" rather than $(datadir)/gcalctool".
4246 2003-01-20 Rich Burridge <rich.burridge@sun.com>
4248 * Removed the setting of an event mask and a global event handler in
4249 create_kframe() in gtk.c. This seems to have fixed up the keyboard
4250 navigation problems.
4252 Control-F1 now toggles the displaying of tooltip help, so the "-h"
4253 command line option has been removed and the old-style event handling
4254 code has also been removed.
4256 * Added in a signal handler for the "delete" event for the main gcalctool
4257 window. The callback calls gtk_main_quit() to terminate the application.
4259 2003-01-17 Rich Burridge <rich.burridge@sun.com>
4261 * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
4263 The gcalctool icon is now correctly displayed for me running Sun's
4264 fcs-10 build on Solaris. It's still a problem for Calum running
4265 GNOME HEAD on RH7.2.
4267 2003-01-16 Rich Burridge <rich.burridge@sun.com>
4269 * HCI change suggested by Glynn Foster <Glynn.Foster@Sun.COM>
4271 The Sto/Rcl/Exch menu items should show the current register values
4274 The Exch/Rcl/Sto menus are recreated each time that menu is needed. The
4275 menu item callbacks for these menus and the Constant and Function menus
4276 have been consolidated into a single menu_proc_cb() routine.
4278 2003-01-16 Rich Burridge <rich.burridge@sun.com>
4280 * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
4282 All the radiobutton and checkbox items in the mode panel now have a
4283 mnemonic associated with them.
4285 2003-01-16 Rich Burridge <rich.burridge@sun.com>
4287 * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
4289 Fixed up the buttons on the "Insert ASCII Value", "Enter Constant..." and
4290 "Enter Function..." popups. They now just use Cancel and OK buttons, and
4291 use standard stock Gtk icons.
4293 2003-01-16 Rich Burridge <rich.burridge@sun.com>
4295 * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
4297 Added in an Edit->Paste menu item. If selected this will paste
4298 the current contents of the clipboard into the calculator display
4299 as if you'd typed it.
4301 * Added bullet proofing to the process_str() routine in graphics.c
4302 to protect it against values that weren't found. If a value wasn't
4303 found, it's just ignored, and it goes on to process the next
4304 character in the string.
4306 * Improved the val_to_button() routine in functions.c. It now takes
4307 into consideration the mods value for each button struct entry when
4308 comparing against the given value. This isn't enough though, as it
4309 won't find Alt-<n> buttons.
4311 2003-01-16 Rich Burridge <rich.burridge@sun.com>
4313 * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
4315 Added a 2 pixel border for the frames containing the Basic, Financial and
4316 Scientific buttons and the mode panel. The calculator doesn't look so
4319 2003-01-16 Rich Burridge <rich.burridge@sun.com>
4321 * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
4323 Removed the "operand item" label widget, the routine where it was being
4324 set (set_op_item()) and all the calls to that routine. Other calculators
4325 don't have any equivalent to this, so it's not really needed.
4327 This also remove the opdisp entry in the button struct and the op_type
4330 * Adjusted the "keyboard values used" table in calctool.c to reflect the
4333 2003-01-14 Rich Burridge <rich.burridge@sun.com>
4335 * The frames around the mode button tables and the mode panel were always
4336 being shown. The make_but_table() and create_mode_panel() routines were
4337 returning the wrong widgets.
4339 2003-01-18 Rich Burridge <rich.burridge@sun.com>
4341 * Fixed bug #101865 (http://bugzilla.gnome.org/show_bug.cgi?id=101865)
4342 Made the following keyboard remappings:
4345 ---------------------------------
4348 Frac Control-f Alt-f
4352 Rate Control-r Alt-r
4358 Note that the keyboard equivalents for:
4361 ---------------------------------
4362 Quit q or Q Control-Q
4363 Copy Sun Copy key Control-C
4365 still have to be added in, although the menu items in the menu bar
4366 work fine. The appropriate changes have been made to the manual pages.
4368 * Removed mention of the "-l" and "-r" command line options from the manual
4369 pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
4372 2003-01-14 Rich Burridge <rich.burridge@sun.com>
4374 * After discussion with Calum Benson, removed the "Keys" key, that allowed
4375 you to toggle the button labels to show their keyboard equivalents. This
4376 functionality is now covered by the tooltip help and the Help->Contents
4379 2003-01-13 Rich Burridge <rich.burridge@sun.com>
4381 * Put each of the the button tables and the mode panel inside a frame,
4382 rather then use horizontal separators, to try to make the GUI look
4383 nicer. There is still a persistent display problem to fix though
4384 (see entry in the TODO file).
4386 2003-01-13 Rich Burridge <rich.burridge@sun.com>
4388 * Entering "((2+3)*(2+3))" gave the wrong answer. Problems was in the
4389 process_item() routine where extra values were reassigned. With gcalctool
4390 v4.2.0 onwards, "*" is now the multiplication operand, and "x" needed
4391 to be reassigned to that value (not the other way around). Had to
4392 adjust the assignment of the "x" and "*" keyboard accelerators
4395 * Added in some bullet-proofing to the do_parens() routine to hopefully
4396 improve the handling of bogus keyboard entries when a string in
4397 parentheses is being entered.
4399 2003-01-13 Rich Burridge <rich.burridge@sun.com>
4401 * Hooked up the Help->Contents menu item. Note that help support still has
4402 to be included (i.e. a help subdirectory with associated files etc.).
4404 2003-01-13 Rich Burridge <rich.burridge@sun.com>
4406 * The View->Memory Registers menu item now correctly toggles the showing of
4407 the memory register window.
4409 2003-01-13 Rich Burridge <rich.burridge@sun.com>
4411 * Menubar menu items now use stock Gtk icons (where applicable).
4413 2003-01-10 Rich Burridge <rich.burridge@sun.com>
4415 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
4416 This really needs help from a real graphics designer for a suggested color
4419 2003-01-10 Rich Burridge <rich.burridge@sun.com>
4421 * Go into Scientific mode. Click on "(" twice and you'll get a segv.
4422 The problem was the v->current needed to be set to a copy of the
4423 "n" button struct, rather than trying to find the button value from
4424 user_data. Created a copy_button_info() routine that is now called
4427 2003-01-10 Rich Burridge <rich.burridge@sun.com>
4429 * Added some horizontal separators to help make the calculator more readable
4430 when in Financial and Scientific Mode.
4432 2003-01-09 Rich Burridge <rich.burridge@sun.com>
4434 * Entering "((2+3)*9+(5-3))" causes a segv. The problem was due to the
4435 change from "x" to "*" as the character for multiplication. The .value
4436 entry in the button struct for the multiplication button needed to be
4437 changed to GDK_asterisk (rather than GDK_x), otherwise button_for_value()
4438 returns a NULL pointer.
4440 2003-01-09 Rich Burridge <rich.burridge@sun.com>
4442 * Removed the attempt to display a calculator image on the About popup.
4444 * Typing the keyboard equivalent of the menu buttons now works. The problem
4445 was in process_item() in display.c. v->current couldn't just point to the
4446 current button struct. It needed to be a copy of it, so that pending
4447 operation (which save the pending value), don't overwrite the base button
4450 * Removed the VERSION string from the titlebar. This is now in the About
4453 2003-01-09 Rich Burridge <rich.burridge@sun.com>
4455 * Added in an About popup that's accessible through the Help->About
4456 Gcalctool menubar Help menu item.
4458 2003-01-09 Rich Burridge <rich.burridge@sun.com>
4460 * Fixed bug #102927 (http://bugzilla.gnome.org/show_bug.cgi?id=102927)
4461 Replaced abbreviation "trig." with full word "trigonometric".
4463 2003-01-09 Rich Burridge <rich.burridge@sun.com>
4465 * Fixed bug #102922 (http://bugzilla.gnome.org/show_bug.cgi?id=102922)
4466 Adjusted the two occurances of sentence fragments in the
4467 cfframe_apply_cb() routine in gtk.c to make it easier for L10N folks
4470 2003-01-08 German Poo-Caaman~o <gpoo@ubiobio.cl>
4472 * Added Spanish (es) to ALL_LINGUAS at configure.in
4474 2003-01-08 Rich Burridge <rich.burridge@sun.com>
4476 * gcalctool is now resizable again.
4478 2003-01-08 Andrew Sobala <andrew@sobala.net>
4480 * Make calculator window choose a reasonable size at startup, and resize
4481 when changing modes.
4483 2003-01-08 Rich Burridge <rich.burridge@sun.com>
4485 * Removed the GNOME_UTIL_LIBS line from .../gcalctool/Makefile.am as it's
4488 2003-01-08 Andrew Sobala <andrew@sobala.net>
4490 * Fixed "blank buttons displaying" bug.
4492 * Added small section to configure.in that forces a "--enable-build-broken"
4493 flag to have to be passed to configure in order to build gcalctool while
4494 it is still in this semi-broken state. This will be removed when most of
4495 the items mentioned in the first section of the TODO file have been
4498 2003-01-08 Rich Burridge <rich.burridge@sun.com>
4500 * Updated the copyright messages to by the correct GPL ones for the various
4501 source files, plus used date of 2003 (not 2002) in:
4507 .../gcalctool/calctool.c
4508 .../gcalctool/calctool.h
4509 .../gcalctool/display.c
4510 .../gcalctool/dsdefs.h
4511 .../gcalctool/dsfuns.c
4512 .../gcalctool/extern.h
4513 .../gcalctool/functions.c
4514 .../gcalctool/gcalctool.1
4516 .../gcalctool/graphics.c
4520 * The Financial/Logical/Scientific mode buttons have been moved into
4521 the main calculator window above the Basic mode buttons.
4523 * Added a menubar with the following menus/items:
4526 -----------------------------------------------------------------
4527 Quit Copy Basic Mode Contents...
4528 Insert ASCII Value Financial Mode About Gcalctool
4534 The functionality has been hooked up except for the two Help menu items.
4536 * Revamped the gcalctool design. The Basic Mode is much simpler now.
4537 The Logical and Scientific modes have been combined into a single
4538 Scientific mode (which also includes some of the functionality that
4539 was in the previous Basic mode).
4541 The mode buttons are now extra button tables (and a mode panel) that get
4542 shown or hidden in the main gcalctool window depending upon the current
4545 The six item mode display has been removed. The current base, numeric
4546 display type, trigonometric type, hyp and inv settings can be seen by
4547 the radio buttons and check boxes in the mode panel. The current mode is
4548 given in the main window title bar. The only things that's really
4549 different is that there is no longer a current operand display item.
4551 * Remove the small property sheet that was displayed when you right clicked
4552 in the main window button area (not over a button). This had the ability
4553 to set a left or right-handed style. This functionality has also been
4554 removed, because with the simplification of the Basic mode, it's no
4555 longer needed. Remove the command line options and resources associated
4558 * From Andrew Sobala <andrew@sobala.net>
4559 Fixed bug #102698 - "make distcheck" fails. Fix was to use the correct
4560 GNOME 2 autogen.sh. Also added #(schema_DATA) to the top-level