1 Overview of changes in gcalctool 6.3.4
3 * Fix a crash in gcalctool when ECB rate file can't be parsed
4 * Fix square centimeter conversions
5 * Fix incorrect spelling of Celsius
6 * Remove deprecated API usage
8 Overview of changes in gcalctool 6.2.0
10 * Updated translations
12 Overview of changes in gcalctool 6.1.5
14 * Add CFA franc into currency list
16 Overview of changes in gcalctool 6.1.3
18 * Fix crash running on BSD (Joe Marcus Clarke, Bug #650174)
20 Overview of changes in gcalctool 6.1.0
22 * Fix conversion of nautical miles (Bruce Cowan, Bug #648205)
23 * Fix some unit labels that were not in plural form (Bug #644681)
24 * Use nmi as label for nautical mile, use nm for nanometers (Bug #644682)
25 * Mark strings for translation that were missed
26 (Kjartan Maraas, Bug #646093)
27 * Only write to GSettings when settings change, don't sync on exit
29 * Fix crash when not all currencies downloaded
30 * Fix bit editor (Bug #646142)
31 * Use K for kelvin, not ˚K (Bug #643585)
32 * Add space between number and ˚C
33 * Fix 0^n generating error for fractional n (Bug #634066)
34 * Support both μs and us for entering microseconds
35 * Fix order of implied multiplication
36 * Make automatic exponentiation less aggressive
37 * Fix thousands separator being on front of three digit numbers
38 * Don't clear display when entering digit inside result
39 * Add a swap units button (Jonh Wendell, Bug #633193)
40 * Drop support for GTK2
42 Overview of changes in gcalctool 6.0.0
44 * Use /org/gnome as location for gsettings keys. This will mean
45 gcalctool 5.31.x users will have their settings reset to defaults.
46 * Correctly choose the first conversion when none/invalid defined
49 Overview of changes in gcalctool 5.91.93
53 Overview of changes in gcalctool 5.91.92
55 * Add gcalccmd man page (Jean Schurger, Bug #645138)
56 * Remove references to ~/.gcalctoolrc (Jean Schurger, Bug #645137)
58 Overview of changes in gcalctool 5.91.91
60 * Disable localized digits (Bug #644980)
61 * Fix crash doing bitwise operations with large numbers (Bug #637328)
62 * Don't use automatic exponential format when not in base 10
63 * Only use thousands separators in base 10
64 * Set currency on first start (Bug #640818)
65 * Support entering super/subscript with numeric keypad (Bug #634904)
67 Overview of changes in gcalctool 5.91.90
69 * Integrate unittests into build process
71 Overview of changes in gcalctool 5.91.90
73 * Fix grammar mistakes
74 * Fix translated conversions (Bug #641166)
76 Overview of changes in gcalctool 5.91.6
78 * Add fixed rate of 15.6466 EEK = 1 EUR (Bug #639332)
79 * Use full name of currency in conversion bar
80 * Add temperature conversion
81 * Update conversion bar when currencies are updated
82 * Fix incorrect display of complex numbers
83 * Now able to change currencies from advanced mode
85 Overview of changes in gcalctool 5.91.5
87 * Make new variable buttons that combines add/set/get and clear into one
89 * Add a decimal point button to the programming mode
90 * Make the numeric keypad produce numbers even when numlock is on
92 Overview of changes in gcalctool 5.91.4
94 * Use new Indian Rupee sign ₹ (Bug #636587, Carlos Cejudo)
95 * Use currency rates from the IMF as well as the ECB to add 24 new rates:
96 AED, BHD, BND, BWP, CLP, COP, DZD, ILS, IRR, KWD, KZT, LKR,
97 LYD, MUR, NPR, OMR, PEN, PKR, QAR, SAR, TND, TTD, UYU, VEF
98 * Don't hide GCalctool in KDE
99 * Convert numeric keypad separator into locale specific version
102 Overview of changes in gcalctool 5.91.3
104 * Fix incorrect calculation of tanh
105 * Fix dropping of decimal points when thousand separator is '.' (Bug #635517)
106 * Improve conversion bar
107 * Fix crash in scientific mode
108 * Add new automatic display mode that switches from fixed to scientific when
109 numbers are too large
111 Overview of changes in gcalctool 5.91.2
113 * Fix broken thousands separators code (Bug #628908)
114 * Don't make window resizable, it is not supposed to be
115 * Use icons for undo and clear buttons as the translations cause them to be
116 oversized in some languages
117 * Handle Han digits (〇〡〢〣〤〥〦〧〨〩)
118 * If a thousands separator is not defined then use ' ' (Bug #632182)
119 * Fix incorrect error text for acosh function (Bug #632614)
121 Overview of changes in gcalctool 5.91.1
123 * Clear display when an answer is displayed and a numeric point is inserted
124 * Add GUI for unit conversations (bug #539830)
125 * Fix the definition of ounces
126 * Remove trailing whitespace when entering super-/subscript mode
128 * Calculate answers in separate thread (bug #576371)
129 * Stop '*'+backspace+'*' being converted into '^'
130 * Updated translations
132 Overview of changes in gcalctool 5.91.0
134 * Port to GTK+-3 (bug #630115, William Jon McCann)
135 * Don't crash on pasting empty clipboard
136 * Mark more strings as translatable (bug #630899, Gabor Kelemen)
137 * Make calculator window resizable (bug #630594)
138 * Put back visible thousands separators (bug #628908)
139 * Make thousands separators and radix points respect the users locale
140 * Updated translations
142 Overview of changes in gcalctool 5.32.0
144 * Updated translations
146 Overview of changes in gcalctool 5.31.91
148 * Increase accuracy of internal calculations, don't crash printing numbers
149 when they get too large.
150 * Updated translations
152 Overview of changes in gcalctool 5.31.90
154 * Updated translations
156 Overview of changes in gcalctool 5.31.6
158 * Fix double pasting into display with middle button
159 * Add a11y names to widgets
161 Overview of changes in gcalctool 5.31.5
163 * Call gsettings_sync() before quit
165 Overview of changes in gcalctool 5.31.4
167 * Show currency conversion below display
169 * Use gsettings instead of gconf
171 Overview of changes in gcalctool 5.31.3
173 * Support complex trigonometry
175 * Add complex argument button to scientific mode
177 * Make popup button for additional functions, with integer/fractional
178 component, floor, ceiling, round and sign functions.
180 Overview of changes in gcalctool 5.31.2
182 * Replace backspace button with undo button
184 * Remove memory buttons from basic mode (too complex)
186 * Support complex arithmetic
188 Overview of changes in gcalctool 5.31.1
190 * Dynamically load button layouts to speed up startup time
192 * Add colours to buttons (Bug #157962)
194 * Merge advanced and scientific mode
198 * Use arrows on superscript buttons (i.e. '↑n' instead of '⎕ⁿ')
200 * Don't change window title to match mode (no need to)
202 * Rename View menu to Mode
204 * Make inverses of variables work (Bug #614979)
206 * Show answer in bold (Bug #505168)
208 * Reimplement undo and redo
210 * Automatically add missing closing brackets (Bug #615243)
212 * Show all defined variables in variable popups
214 Overview of changes in gcalctool 5.30.0
216 * Fix errors in variable exponents (e.g. xy²)
218 * Handle powers in convesion units, (e.g. 1m² in mm²)
220 * Don't clear ans when clearing display (Bug #613552)
222 * Handle equations like (x+3y)(2x-4y)
224 Overview of changes in gcalctool 5.29.92
226 * Add shortcuts to base buttons (Ctrl+B, Ctrl+O, Ctrl+D, Ctrl+H)
228 * Convert number in display if it has a base and a base button is pressed
230 * Make scientific notation button behave the same as keyboard shortcut (i.e.
231 go into superscript mode).
233 * Only allow superscript minus to be entered if can make a valid superscript
234 number, otherwise revert to standard minus.
236 * Allow hexadecimal numbers to be entered in lower-case
238 * Make bit editor active for displayed numbers not in base 10
240 * Make variable powers work, e.g. x²
242 * Fix spacebar not working when display has focus (Bug #611971)
244 * Load currency rates when doing typed currency conversion
246 * Use GIO instead of libsoup
248 Overview of changes in gcalctool 5.29.91
250 * Fix bug where backspace deletes all input in locales with no thousands
253 * Make boolean operations work with zero, e.g. "0 XOR 5"
255 * Don't override space and return when display area not selected (Bug #596645)
257 * Make window non-resizable (Bug #602154)
259 * Change boolean functions to uppercase (xor -> XOR)
261 * Documentation rewritten
263 * Modernised build system
265 Overview of changes in gcalctool 5.29.90
267 * Miscellaneous string fixes
269 * Updated translations: bg (Ivaylo Valkov), da (Ask H. Larsen),
270 en_GB (Philip Withnall), es (Jorge González),
271 fr (Laurent Coudeur), nb (Kjartan Maraas),
272 zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
274 Overview of changes in gcalctool 5.29.6
276 * Reimplement automatic ans substitution (Robert Ancell)
278 * Make builds less verbose (bug #607118, Thomas Andersen)
280 * De-break function that check if currency rates are out of date (Robin Sonefors)
282 * Fix shift button keybinding crash (Robert Ancell)
284 * Updated translations: ast (Xandru Armesto Fernandez), bn (Jamil Ahmed),
285 cs (Petr Kovar), de (Christian Kirbach),
286 fr (Laurent Coudeur and Claude Paroz), hu (Gabor Kelemen),
287 nb (Kjartan Maraas), sv (Daniel Nylander),
288 ta (vasudeven), uk (Maxim V. Dziumanenko)
290 Overview of changes in gcalctool 5.29.4
292 * Make 0^0 = 1 (Robert Ancell, Bug #605011)
294 * Use superscript digits for scientific notation (Robert Ancell)
296 * Clear display when entering a number after an equation (Robert Ancell)
298 * Make Ctrl+W a shortcut to quit (Robert Ancell)
300 * Updated translations: et (Ivar Smolin), ro (Lucian Adrian Grijincu),
303 Overview of changes in gcalctool 5.29.2
305 * Support conversions in display (e.g. "1 AUD in USD" or "6.2 inches in
306 meters") (Robert Ancell)
308 * Support arbitrary varible names, e.g. set with "name=55" (Robert Ancell)
310 * Add a command-line version of gcalctool 'gcalccmd'
311 (Rich Burridge, Bug #590767)
313 * Updated translations: en@shaw (Thomas Thurman), es (Jorge González),
314 sl (Matej Urbančič), ta (drtvasudevan),
317 Overview of changes in gcalctool 5.29.1
319 * New user interface:
320 - Window is now shorter to better fix in netbook resolutions
321 - Superscript and subscript numbers to allow better notation, e.g. "₃√5"
322 - Preferences moved into a dialog
323 - Functions are now typed, e.g. s+i+n for sine instead of "k"
324 - Error messages now displayed below equation, and improved descriptions
326 Overview of changes in gcalctool 5.28.0
328 * Don't override space bar when buttons are focussed as this stops keyboard control
329 (Robert Ancell, Bug #595337)
331 * Handle keycode for '^' used in non-English layouts (German, Spanish, etc)
332 and allow '**' to be converted to a '^' for layouts that do not support it
333 (Robert Ancell, Bug #546819)
335 * Updated documentation: de (Christian Kirbach), fr (Claude Paroz)
337 * Updated translations: as (Amitakhya Phukan), bg (Yavor Doganov)
338 bn_IN (Runa Bhattacharjee), bn (Jamil Ahmed)
339 cs (Marek Černocký), da (Ask H. Larsen)
340 en_GB (Bruce Cowan), et (Ivar Smolin)
341 hi (Rajesh Ranjan), it (Davide Falagna)
342 kn (Shankar Prasad), lt (Gintautas Miliauskas)
343 ml (Ani), mr (Sandeep Shedmake)
344 or (Manoj Kumar Giri), pa (A S Alam)
345 ro (Adi Roiban), sl (Matej Urbančič)
346 sr (Branko Kokanović), sr@latin (Branko Kokanović)
347 te (krishnababu k), uk (Maxim V. Dziumanenko)
348 zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
350 Overview of changes in gcalctool 5.27.92
352 * Fix base conversions (Robert Ancell)
354 * Fix disabled help menu (Robert Ancell)
356 * Fix duplicate object names in data/financial.ui (Robert Ancell, Bug #593277)
358 * Updated translations: ar (Khaled Hosny), el (Jennie Petoumenou)
359 eu (Inaki Larranaga Murgoitio), fr (Claude Paroz)
360 gu (Sweta Kothari), hu (Gabor Kelemen)
361 kn (Shankar Prasad), ml (Ani)
362 pl (Tomasz Dominikowski), pt (Duarte Loreto)
363 sr (Branko Kokanović), sv (Daniel Nylander)
364 tr (Baris Cicek), zh_CN (Aron Xu)
366 Overview of changes in gcalctool 5.27.91
368 * Updated documentation: cs (Petr Kovar)
370 * Updated translations: bn_IN (Runa Bhattacharjee), et (Ivar Smolin)
371 eu (Inaki Larranaga Murgoitio), fi (Tommi Vainikainen)
372 ga (Seán de Búrca), gl (Antón Méixome)
373 kn (Shankar Prasad), ko (Changwoo Ryu)
374 nb (Kjartan Maraas), or (Manoj Kumar Giri)
375 pl (Piotr Drąg), pt_BR (Leonardo Ferreira Fontenelle)
376 sv (Daniel Nylander), ta (ifelix)
378 Overview of changes in gcalctool 5.27.90
380 * Fix bug where inserting text in locales without thousands separators replaces the whole display (Robert Ancell)
382 * Updated documentation: es (Jorge González)
384 * Updated translations: de (Christian Kirbach), es (Jorge González)
385 gl (Antón Méixome), nb (Kjartan Maraas)
386 sv (Daniel Nylander), ta (drtvasudevan)
388 Overview of changes in gcalctool 5.27.5
390 * Perform power and factorials before negation so -1! and -1^0.5 are valid as in 5.26.x (Robert Ancell)
392 * Connect functions to solve the function text and replace the display with the result (Robert Ancell, Bug #548884)
394 * Change bison syntax to be compatible with version 2.3 (Robert Ancell, Bug #589350)
396 * Compile with -DGSEAL_ENABLE (Thomas Anderson, Bug #588591)
398 * Update gconf descriptions to match translation guidelines (Leonardo Fontenelle, Bug #589563)
400 * Updated documentation: fr (Laurent Coudeur, Claude Paroz)
402 * Updated translations: es (Jorge González), et (Ivar Smolin, Mattias Põldaru)
403 fr (Claude Paroz), pt_BR (Daniel S. Koda)
405 Overview of changes in gcalctool 5.27.4
407 * Update bit editor after shifting (Robert Ancell, Bug #587545)
409 * Use a base-10 internal representation (Robert Ancell, bug #585813, bug #585931, bug #560802)
411 * Make padding consistent in GUI (Jerry Casiano, Bug #587292)
413 * Support implicit multiply before functions, e.g. "6 log 3" (Robert Ancell, Bug #586812)
415 * Use inverse notation for trigonometric functions, i.e. "asin" -> "sin⁻¹"
417 * Use lowercase notation for trigonometric and logarithm functions to look
418 more like standard mathematical notation
420 * Put spacing around functions, i.e. "sin" -> " sin "
422 * Use subscript for logarithm base two, i.e. "log2" -> "log₂"
424 * Added etched border around display (Robert Ancell, Bug #140836)
426 * Rewrote out of date man page (Robert Ancell, Bug #585997)
428 * Updated documentation: cs (Marek Cernocky)
430 * Updated translations: bn_IN (Runa Bhattacharjee), cs (Marek Cernocky),
431 es (Jorge Gonzalez), fr (Jonathan Ernst, Claude Paroz),
432 ta (drtvasudevan), sv (Daniel Nylander),
433 uk (Maxim V. Dziumanenko)
435 Overview of changes in gcalctool 5.27.3
437 * Percentage operation for addition and subtraction now takes percentage of
438 first value (Robert Ancell, Bug #480207)
440 * Use correct UTF-8 mathematical characters (Robert Ancell, Bug #347630)
442 * Focus on the display entry by default
444 * Fix broken widget style. Copy gcalctoolrc to ~/.gcalctoolrc to get coloured buttons.
446 * Fix missing icon in Help>Contents menu
448 * Updated translations: nb (Kjartan Maraas), ta (drtvasudevan)
450 Overview of changes in gcalctool 5.27.2
452 * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253)
454 * Add variable word size for bitwise functions (Robin Sonefors, Bug #581253)
456 * Remove negative sign from numbers rounded to zero. This is only a partial
457 fix as the error value is still visible in scientific notation
458 (Robert Ancell, Bug #560802)
460 * Support odd roots of negative numbers (Robert Ancell, Bug #576973)
462 * Keep settings (show zeroes, thousands separator etc) when changing modes
463 (Robert Ancell, Bug #580398)
465 * Add a --solve command-line argument (Robert Ancell)
467 * Really fix the license text in the about dialog (Robert Ancell, Bug #579174)
469 * Made parser reentrant and part of MP code (Robert Ancell)
471 * Remove references to arithmetic/left-to-right precedence from the manual
472 (Robert Ancell, Bug #559734)
474 * Fix grammatical errors in manual (Bruce Cowan, Bug #569275)
476 * Remove untranslated figures in documentation - they are automatically
477 copied from the C documentation (Robert Ancell, Bug #566680)
479 * Updated translations: si (K.P.Gayan Tharaka)
481 Overview of changes in gcalctool 5.27.1
483 * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807)
485 * Fix display on startup to be replaced on entry (Robert Ancell, Bug #576975)
487 * Make GConf schemas translatable (Robert Ancell, Bug #571948)
489 * Replace MP number arrays with an MPNumber structure (Robert Ancell)
491 * Tidied up error messages (Robert Ancell, Bug #521184)
493 * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946)
494 This will cause the gconf schema to be incompatible with gcalctool < 5.26.0.
495 Expect settings to reset to defaults when upgrading. Switching between
496 versions will cause resets.
498 * Fix missing license text in about dialog (Robert Ancell, Bug #579174)
500 * Updated translations: es (Jorge Gonzalez), et (Ivar Smolin)
502 Overview of changes in gcalctool 5.26.0
504 * Fix button expansion (nowak2000, Bug #575385)
506 * Removed deprecated test/ directory (Bug #574048)
508 * Updated documentation: C (Robin Sonefors), ca (Joan Duran)
510 * Updated translations: as (Amitakhya Phukan), da (Ask H. Larsen),
511 el (Jennie Petoumenou), es (Jorge Gonzalez),
512 fi (Tommi Vainikainen), gl (Ignacio Casal Quinteiro),
513 gu (Ankitkumar Patel), hi (Rajesh Ranjan),
514 hu (Gabor Kelemen), it (Sergio Durzu),
515 lt (Vytautas Rėkus), mai (Rajesh Ranjan),
516 ml (Ani Peter), mr (Sandeep Shedmake),
517 nb (Kjartan Maraas), nl (Tino Meinen),
518 pl (Wadim Dziedzic), ru (Nickolay V. Shmyrev),
519 ta (felix), te (Krishnababu K),
520 zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
522 Overview of changes in gcalctool 5.25.92
524 * Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell, Bug #572881)
526 * Fix rounding errors in integer power calulations (Robert Ancell, Bug #527540)
528 * Fix error in cosine/tangent calculations (Robert Ancell, Bug #571007)
530 * Updated documentation: eu (Inaki Larranaga Murgoitio)
532 * Updated translations: en_GB (Philip Withnall), fi (Ilkka Tuohela),
533 fr (Bruno Brouard, Claude Paroz), ja (Takeshi AIHANA)
534 kn (Shankar Prasad), lv (Raivis Dejus),
535 nl (Wouter Bolsterlee), pt (Duarte Loreto)
536 pt_BR (Og Maciel, Rodrigo Flores), sv (Daniel Nylander)
538 Overview of changes in gcalctool 5.25.91
540 * Initialise GType system so usage of GConf doesn't cause crashes (Matthias Clasen, Bug #571581)
542 * Rework command-line arguments to be standard (Robert Ancell, Bug #569885)
544 * Correctly handle decimal points for languages not using '.' (Robert Ancell, Bug #566929)
546 * Fix shortcut keys so standard menu keys work (Robert Ancell)
548 * Updated documentation: eu (Inaki Larranaga Murgoitio)
550 * Updated translations: ast (Mikel González), cs (Petr Pulc), da (Ask H. Larsen), eu (Inaki Larranaga Murgoitio),
551 gu (Sweta Kothari), hu (Gabor Kelemen), ro (Adi Roiban), vi (Clytie Siddall),
552 zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
554 Overview of changes in gcalctool 5.25.90
556 * Fixed incorrect bit shift operation (Robert Ancell, Bug #569176)
558 * Updated documentation: sv (Daniel Nylander)
560 * Updated translations: ca (Joan Duran), de (Christian Kirbach), ko (Changwoo Ryu), or (Manoj Kumar Giri)
562 Overview of changes in gcalctool 5.25.5
564 * Updated documentation: de (Christian Kirbach)
566 * Updated translations: nb (Kjartan Maraas), th (Theppitak Karoonboonyanan)
568 Overview of changes in gcalctool 5.25.4
570 * Updated translations: de (ckirbach), es (Jorge Gonzalez), zh_CN (甘露)
572 Overview of changes in gcalctool 5.25.3
574 * Made exponential numbers work without a sign, e.g. '1e2' works
575 the same as '1e+2' (Robert Ancell).
577 * Correctly calculate exponential numbers in binary mode and
578 convert correctly when changing bases (Robert Ancell, Bug #516159).
580 * Fix broken accelerator keys from changes in 5.25.2 (Robert Ancell, Bug #379476).
582 Overview of changes in gcalctool 5.25.2
584 * Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are controlled by the shift key.
585 The following shortcut keys have changed:
588 --------------------------
604 (Robin Sonefors, Bug #379476).
606 * Fixed crash where financial dialogs are activated from other modes on startup
607 (Robin Sonefors, Bug #560196).
609 * Give binary invert operation higher precedence so that ~X and X == 0 (Sami Pietilä, Bug #562251)
611 * Fixed calculation errors for boolean operations on very large numbers (Robert Ancell, Bug #509988)
613 * Always read configuration from /apps/gcalctool not /apps/(appname) as the application
614 name is different when symlinked (e.g. the gnome-calculator symlink) (Matt Keenan, Bug #559260).
616 * Correct gconf key names in man page (Robert Ancell, Bug #559458).
618 * Updated translations: es (Jorge Gonzalez)
620 * Updated help: es (Jorge Gonzalez)
622 Overview of changes in gcalctool 5.25.1
624 * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508).
626 * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686).
628 * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663).
630 * Don't clear display when changing modes and allow all functions to work in all non-basic
631 modes (Robert Ancell, Bug #554133).
633 * Set decimal point label to be based on LC_NUMERIC as users can set their numerical
634 representation to different to their language settings (Robin Sonefors, Bug #557331).
636 * More refactoring in MP math library (Klaus Niederkrueger, Robert Ancell, Bug #524091).
638 * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965).
640 * Only update bit panel when display contains a solved number (Robert Ancell, Bug #548690).
642 * Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).
644 * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207).
646 * Added translator comments (Robert Ancell)
648 * Updated translations: bg (Alexander Shopov),
649 da (Ask H. Larsen, Kenneth Nielsen),
653 mk (Jovan Naumovski),
654 pt_BR (Vladimir Melo, Leonardo Ferreira Fontenelle)
656 * Updated help: es (Jorge Gonzalez)
658 Overview of changes in gcalctool 5.24.0
660 * Updated translations: af (Friedel Wolff), ar (Anas Afif Emad, Khaled Hosny),
661 bn_IN (Sankarshan Mukhopadhyay), da (Kenneth Nielsen),
662 dz (Pema Geyleg), gu (Sweta Kothari),
663 hr (Robert Sedak), hu (Gabor Kelemen),
664 it (Luca Ferretti), kn (Shankar Prasad),
665 ko (Changwoo Ryu), lt (Gintautas Miliauskas),
666 ml (Sreejith K incorporated, Praveen Arimbrathodiyil),
667 mr (Sandeep Shedmake), ro (Mişu Moldovan),
668 sq (Laurent Dhima), ta (Tirumurthi Vasudevan),
669 te (Krishnababu K), tr (Baris Cicek),
672 * Updated help: es (Jorge Gonzalez)
675 Overview of changes in gcalctool 5.23.92
677 * Updated translations: en_GB (Philip Withnall), ca (Gil Forcada),
678 bg (Alexander Shopov)
682 Overview of changes in gcalctool 5.23.91
684 * Fix packing for modulus button (Bug #548880)
686 * Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so
687 other desktops can use GCalctool (bug #518862).
691 Overview of changes in gcalctool 5.23.90
693 * Fix some small memory leaks (Felix Riemann, Bug #547942)
695 * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
697 * Updated translations: ar (Khaled Hosny), fi (Ilkka Tuohela), he (Yair Hershkovitz), ja (Takeshi Aihana), pt (Duarte Loreto), sk (Marcel Telka)
699 * Updated documentation: ru (Yuriy Penkin)
703 Overview of changes in gcalctool 5.23.6
705 * Deprecated left-to-right mode (Bug #500994).
707 * Updated remaining documentation (bg, zh_CN, zh_HK, zh_TW) to gnome-doc-utils (Robert Ancell, Bug #336104)
709 * Changed icon from deprecated 'gnome-calculator' to 'accessories-calculator') (Matthias Clasen, Bug #545074)
711 * Updated translations: ar (Djihed Afifi), fr (Claude Paroz), pt_BG (Fabrício Godoy)
715 Overview of changes in gcalctool 5.23.5
717 * Fix regression in factorial operation (Klaus Niederkrueger)
719 * Made trigonometric button text translatable (Yuri Penkin, Bug #540196)
721 * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)
723 * Updated Japanese documentation to gnome-doc-utils (Claude Paroz, Takeshi Aihana, Bug #336104)
725 * Updated translations: ca (Joan Duran), oc (Yannig Marchegay), ru (Yuriy Penkin), sv (Daniel Nylander), th (Theppitak Karoonboonyanan)
729 Overview of changes in gcalctool 5.23.4
731 * Added workaround to stop display disappearing when editing large displays (Bug #524602)
733 * Applied second mp math tidy up patch from Klaus Niederkrueger (Bug #524091)
735 * Updated translations: ar (Djihed Afifi)
739 Overview of changes in gcalctool 5.23.3
741 * Default to no thousands separator not ',' for locales that do not require one (Bug #527669)
743 * Updated translations: ar (Djihed Afifi), et (Ivar Smolin), vi (Clytie Siddall)
747 Overview of changes in gcalctool 5.23.2
749 * Fixes the cursor from moving around when editing numbers with thousands separators (Bug #527669)
751 * Structural changes in preperation for full unicode support (Bug #530532)
753 * Updated translations: es (Jorge González), gl (Ignacio Casal Quinteiro), nb (Kjartan Maraas),
754 nl (Tino Meinen), pt_BR (Leonardo Ferreira Fontenelle), sl (Matej Urbančič)
758 Overview of changes in gcalctool 5.23.1
760 * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318)
762 * Fixes incorrect negation precedence (Bug #526094)
764 * Fixes issues with thousands seperators and radix in non-english
765 locales (Bug #527669)
767 * Fixes regression in constant and function menus (Bug #527545)
769 * Fixes problem where display is invisible after solving equation
774 Overview of changes in gcalctool 5.22.0
776 * Fix for bug #520474 - Calculator uses 06 in place of decimal.
778 * Fix for bug #519979 - Please provide translator comments.
780 * Fix for bug #519243 - Memory registers save incorrectly.
784 Overview of changes in gcalctool 5.21.92
786 * Released a gcalctool tarball for GNOME 5.21.92.
790 Overview of changes in gcalctool 5.21.91
792 * Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
794 * Fix for bug #515326 – translation issues
796 * Unmark bitcalculating strings for translation (Bug #515326)
797 Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
799 * Remove help/it/Makefile, switching to gnome-doc-utils
801 * Fix for bug #514233 - Title not translated
803 * Fix for bug #513868 - Switching mode clears values but not
804 "Malformed expression" in statusbar.
806 * Fix for bug #513218 - Parsing not handling things the way a
807 "normal" calculator would.
809 * Fix for bug #482666 - XML errors in gcalctool de translation.
811 * Fix typo (Retreive -> Retrieve)
815 Overview of changes in gcalctool 5.21.90
817 * Fix for bug #512204 - Regression in (-,+) handling.
819 * Fix for bug #511052 – Mod gives negative remainders.
821 * Fixed typo in message in create_kframe() in gtk.c.
825 Overview of changes in gcalctool 5.21.5
827 * Adjusted online help documentation to add in a section 4.4. "Changing
828 The Display Area" and to update the new keyboard shortcut for Clear.
830 * Use delete key to delete character right of cursor in display, clear
831 now uses shift+delete (Bug #326938).
833 * Update all button tooltips to have the shortcut
834 key for that button (Bug #503707).
836 * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
839 * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for
840 "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
842 * Work on bug #501699. Adjusted "monthly interest rate" to "simple
843 monthly interest rate" in the online help for two of the financial
846 * Fix incorrect menu radio button selected when mode change aborted
849 * Fix for bug #502306 - unable to use MOD operation after a
854 Overview of changes in gcalctool 5.21.4
856 * Adjusted online help documentation to add in a section 4.4. "Changing
857 The Display Area" and to update the new keyboard shortcut for Clear.
859 * Use delete key to delete character right of cursor in display, clear
860 now uses shift+delete (Bug #326938).
862 * Update all button tooltips to have the shortcut
863 key for that button (Bug #503707).
865 * Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
868 * Fixed bug #500802 - Update to GNOME Help Centre OMF Files for
869 "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
871 * Work on bug #501699. Adjusted "monthly interest rate" to "simple
872 monthly interest rate" in the online help for two of the financial
875 * Fix incorrect menu radio button selected when mode change aborted
878 * Fix for bug #502306 - unable to use MOD operation after a
883 Overview of changes in gcalctool 5.21.3
885 * Added a "Reset to Default" accuracy menu item (bug #488542).
887 * When the bit calculation extension is enabled, a message now appears
890 * Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension
891 produces incorrect results.
893 * Fixed bug #367731 - [doc] Update documentation for bit calculating
896 * Fixed bug 500029 - Clearing a bit in the bitcalculating extension,
897 sets the display to zero.
899 * Disable menu items not valid in current mode (Bug #499625).
901 * Fix build dependencies for parsers (Bug #497237).
903 * Trim pasted text on newlines, replace tabs with spaces (Bug #488796).
905 * Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
907 * Fixed bug #367723 - [doc] Update documentation for Changing Modes
912 Overview of changes in gcalctool 5.21.2
914 * Fixed bug #485919 - Use Glade for UI. Glade conversion of gcalctool
915 is now complete (thanks Robert).
917 * Fixed bug #495349 - Close precision dialog when setting precision from
920 * Fixed bug #495345 - Connect "activate" signal for precision spin button
921 after spin button has been updated.
923 * Fixed bug #482655 - Missing image file.
925 * Fix the buglet in comment #51 of bug #485919
927 * Fixed for final remaining parts of bug #488694 - [a11y] Several
928 calculator buttons don't speak correctly with Orca.
930 * Fixed bug #488489 - Make accuracy shortcuts only work in scientific mode.
932 * Fixed bug # 488703 - Stop bogus '-/-' appearing in accuracy menu items.
934 * Fix for bug #485134 - OR calculation produces incorrect result in
935 arithmetic precedence mode.
937 * General code cleanup.
941 Overview of changes in gcalctool 5.21.1
943 * Work on bug #485919 - Use Glade for UI.
944 > Adds support for the mode panel.
945 > Puts menu accelerators back again and fixes the top button row in
946 basic mode being too tall.
947 > Now provides Glade support for the majority of the gcalctool GUI.
949 * Fix for bug #490701 - base radio buttons initially fail.
951 * Attempted fix for bug #485134 - OR calculation produces incorrect
952 result in arithmetic precedence mode. This isn't a complete solution
953 so the bug has been reopened.
955 * Fix for bug #488828 - Reciprocal remembers backspaced items.
957 * More work on bug ##488694 - [a11y] Several calculator buttons don't speak
958 correctly with Orca. Removed the accessible descriptions (not needed) and
959 adjusted the "shift left" and "shift right" names (they were reversed).
961 * Patch to stablize arithmetic precedence.
963 * Stop acting on toggle events from radio buttons when they go inactive
966 * Added Robert Ancell to the list of gcalctool MAINTAINERS.
968 * Fixed bug #488830 - Hex radio button shortcut conflicts with Help menu
971 * Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip shortcut
974 * Fixed bug #488783 - memory registers not available if you start in
977 * Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak
980 * Fix for bug #485398 - Put memory register window inside the main window.
981 Uses gtk_window_set_transient_for() to associate the memory register
982 window with the main gcalctool window.
984 * Fix for bug #383850 - [doc] New names for Precedence.
986 * Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence mode
987 if user has "hand edited" the display.
989 * Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
990 correctly set the state of the Edit-<Memory Registers check box if the
991 user wanted the memory registers initially displayed.
993 * Correctly handle memory register display and "Memory Registers" menu
994 item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
995 (Needed because of the recent changes for bug #478961).
999 Overview of changes in gcalctool 5.21.0
1001 * Fix for bug #326938 – Display cursor in input area; allow home and
1002 end keys. This is in arithmetic precedence mode only.
1004 * Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 places
1007 * Fix for bug #439087 – Gcalctool can't handle small physic constants
1008 like the Boltzmann constant. The number of significant places has
1009 been increased to 99 and the number of displayable digits has been
1010 increased to 200. The online help has been adjusted to reflect these
1013 Note that if you have something in the gcalctool display that is
1014 wider than the display area, a scrollbar is shown, but the first
1015 digit isn't properly displayed. The workaround here, is to enlarge
1016 the size of the calculator window until the scrollbar goes away.
1017 I believe this is a Gtk+ problem and have filed bug #482688 against
1020 * Fixed bug #367738 – [doc] Square root documentation needs to be updated.
1021 The entry in the online help now includes examples for both arithmetic
1022 precedence and non-arithmetic precedence mode.
1024 * Fixed bug #428571 – [doc] Repetitive usage of "use".
1026 * Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
1028 * Fixed bug #428573 – [doc] Spelling of logical gates.
1029 The logical operations, And, Not, Or, Xor and Xnor now use uppercase
1030 letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
1031 display area in arithmetic precedence mode. The gcalctool manual
1032 pages and the online help have been updated accordingly.
1034 The XOR operation in non-arithmetic mode was doing a multiplication
1037 The result for the AND example in the online help was incorrect.
1039 The syntax for using NOT in aritmetic mode is different then for
1040 non-arithmetic mode. The online help example has been updated to
1043 * Fixed bug #469245 – Hexadecimal input is not intuitive and
1044 bug #455889 – Copy/paste of lower case hex letter does not work.
1045 The hexadecimal digits have been changed back to their pre Sept
1046 2003 (bug #118826) values of "a" - "f".
1048 The following functions have also had their keyboard shortcuts
1049 reverted back to their pre Sept 2003 upper-case values:
1053 [D] - Double-declining depreciation
1054 [E] - Enter an exponential number
1055 [F] - User-defined functions
1057 With copy/paste operations, where the user is pasting a string into
1058 gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
1059 "D" or "F" character is encountered, it will be converted to its
1060 lowercase equivalent. If an "E" is found, and the next character is a
1061 "-" or a "+", then it remains as an upper case "E" (it's assumed to be
1062 a possible exponential number), otherwise its converted to a lower
1065 Displaying of hex digits in the gcalctool display will still be
1066 in uppercase. Displaying of the "e" in an exponential number will
1067 still be in lower-case.
1069 The way to enter exponential numbers in arithmetic precedence mode
1070 has changed. The following four examples should show you the new
1073 1 2 Exp + 8 = 1200000000
1074 - 1 2 Exp + 8 = -1200000000
1075 1 2 Exp - 8 = 0.00000012
1076 - 1 2 Exp - 8 = -0.00000012
1078 In both left-to-right precedence and arithmetic precedence modes, if
1079 the user enters a numeric digit that is incorrect for the current
1080 numeric base, this shouldn't be allowed and should not be entered
1083 The gcalctool documentation (and tooltips) have been updated to
1084 reflect these changes.
1086 * Fixed bug #479102 – memory registers dialogue should use ngettext.
1088 * Fixed bug #478961 – GtkAaction use.
1090 * Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
1092 * Fixed bug #478979 – show menu help in statusbar.
1094 * Fixed bug #479064 – should use ngettext on the Acc button.
1096 * Fixed bug #479097 – use gtkmessagedialog.
1098 * Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
1102 Overview of changes in gcalctool 5.20.0
1104 * Released a gcalctool tarball for GNOME 2.20.0.
1108 Overview of changes in gcalctool 5.19.92
1110 * Released a gcalctool tarball for GNOME 2.19.92.
1114 Overview of changes in gcalctool 5.19.91
1116 * Released a gcalctool tarball for GNOME 2.19.91.
1118 - Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
1122 Overview of changes in gcalctool 5.19.90
1124 * Released a gcalctool tarball for GNOME 2.19.90.
1126 - Adjusted the MAINTAINERS file to the new format.
1130 Overview of changes in gcalctool 5.19.6
1132 * Released a gcalctool tarball for GNOME 2.19.6.
1134 - Remove help/de/Makefile due to gnome-doc-utils migration.
1136 - Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
1137 Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
1139 - Fixed bug #439415. Always use left-to-right direction for button's boxes.
1143 Overview of changes in gcalctool 5.19.5
1145 * Released a gcalctool tarball for GNOME 2.19.5.
1147 - Applied Sun patch to change the Comment line in gcalctool.desktop.in
1149 - Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
1151 - Fixed bug #450790 – crash in Calculator when pasting in a very large
1156 Overview of changes in gcalctool 5.19.4
1158 * Released a gcalctool tarball for GNOME 2.19.4.
1160 - Fixed bug #448263 – drop libgnome dependency
1164 Overview of changes in gcalctool 5.19.3
1166 * Released a gcalctool tarball for GNOME 2.19.3.
1168 - Fixed bug #439985 – Negative value not saved in memory register across
1169 invocations of gcalctool. This was also a problem was negative constants.
1173 Overview of changes in gcalctool 5.19.2
1175 * Released a gcalctool tarball for GNOME 2.19.2.
1179 Overview of changes in gcalctool 5.19.1
1181 * Released a gcalctool tarball for GNOME 2.19.1.
1185 Overview of changes in gcalctool 5.9.14
1187 * Released a gcalctool tarball for GNOME 2.18.0 (Final).
1191 Overview of changes in gcalctool 5.9.13
1193 * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
1197 Overview of changes in gcalctool 5.9.12
1199 * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
1203 Overview of changes in gcalctool 5.9.11
1205 * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
1209 Overview of changes in gcalctool 5.9.10
1211 * All copyright messages updated for 2007.
1212 * Released a gcalctool tarball for GNOME 2.17.5.
1216 Overview of changes in gcalctool 5.9.9
1218 * Released a gcalctool tarball for GNOME 2.17.4.
1222 Overview of changes in gcalctool 5.9.8
1224 * Released a gcalctool tarball for GNOME 2.17.3.
1228 Overview of changes in gcalctool 5.9.7
1230 * Released a gcalctool tarball for GNOME 2.17.2.
1234 Overview of changes in gcalctool 5.9.6
1236 * Fixed bug #358782. Fixup sloppy string handling.
1240 Overview of changes in gcalctool 5.9.5
1242 * Fixed bug #364410. Incorrectly rounded pi constant.
1246 Overview of changes in gcalctool 5.9.4
1248 * Released a gcalctool tarball for GNOME 2.17.1.
1252 Overview of changes in gcalctool 5.9.3
1254 * Fixed bug 359291 - crash when localized decimal point is greater than
1255 1 char. Removed the bogus assert.
1259 Overview of changes in gcalctool 5.9.2
1261 * Fixed bug #358337 - gcalctool no longer crashes in the Oriya locale due
1262 to sloppy string handling.
1263 * Fixed bug #354730 - crash in Calculator: running 3x10^38 using bi..
1264 * Fixed bug #357208 - Bitcalculating extension needs to support negative
1269 Overview of changes in gcalctool 5.9.1
1271 * Fixed bug #157961 - Bitcalculating extension for gcalctool.
1272 * Fixed bug #355648 - Error reporting should be consistent.
1273 * Fixed bug #135140 - percent operator works not as expected.
1277 Overview of changes in gcalctool 5.9.0
1279 * Fixed bug #349981 - gcalctool should save screen position for next start.
1283 Overview of changes in gcalctool 5.8.24
1285 * Released a gcalctool tarball for GNOME 2.16.0 (Final).
1289 Overview of changes in gcalctool 5.8.23
1291 * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
1295 Overview of changes in gcalctool 5.8.22
1297 * Removed several chunks of code that were surronded by #if 0/#endif.
1301 Overview of changes in gcalctool 5.8.21
1303 * Fixed bug #350341. gcalctool now builds again with gcc v2.95.
1307 Overview of changes in gcalctool 5.8.20
1309 * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
1313 Overview of changes in gcalctool 5.8.19
1315 * More work on bug #347700. Added another "Note to translators"
1316 comment for the Abs button labels.
1318 * Fixed bug #348452. Removed line for help/sv/Makefile.in
1320 * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
1324 Overview of changes in gcalctool 5.8.18
1326 * Work on bug #347700. Added a "Note to translators" comment for the
1327 Bksp and Clr button labels.
1331 Overview of changes in gcalctool 5.8.17
1333 * Released a gcalctool tarball for GNOME 2.15.4.
1337 Overview of changes in gcalctool 5.8.16
1339 * Released a gcalctool tarball for GNOME 2.15.3.
1343 Overview of changes in gcalctool 5.8.15
1345 * Fixed bug #343150. Gcalctool no longer crashes when switching to
1350 Overview of changes in gcalctool 5.8.14
1352 * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
1356 Overview of changes in gcalctool 5.8.13
1358 * Released a gcalctool tarball for GNOME 2.15.2.
1362 Overview of changes in gcalctool 5.8.12
1364 * Fixup compiler warnings from inclusion of last patch.
1368 Overview of changes in gcalctool 5.8.11
1370 * Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
1371 Backspace results in mal-formed expression.
1373 * = button is now also a one step undo. (This feature was temporary
1374 disabled by the previous redo/undo patch.)
1376 * Removed gotos from do_expression function. (This change might add
1377 unstability as this is a major change to the expression mode state
1380 * Functions (such as sin, cos, tan..) can use previously calculated value.
1384 Overview of changes in gcalctool 5.8.10
1386 * First cut at an Undo/Redo implementation for use with the arithmetic
1387 operator precedence mode.
1391 Overview of changes in gcalctool 5.8.9
1393 * Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files
1397 Overview of changes in gcalctool 5.8.8
1399 * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
1400 * Released a gcalctool tarball for GNOME 2.15.1.
1404 Overview of changes in gcalctool 5.8.7
1406 * Fixed bug #337897. Changes to use po/LINGUAS file.
1410 Overview of changes in gcalctool 5.8.6
1412 * Fixed bug #338220. The 'Show trailing zeroes' option in the View menu
1413 should now be correctly set [in]sensitive depending upon which mode
1418 Overview of changes in gcalctool 5.8.5
1420 * Fixed bug #332023. The bitwise operators now work in arithmetic operator
1421 precedence mode, when you use them with the result of a previous operation.
1425 Overview of changes in gcalctool 5.8.4
1427 * Fixed bug #327729. The fields in the memory register window were not
1428 correctly aligned in some themes.
1432 Overview of changes in gcalctool 5.8.3
1434 * Fixed bug #330867. Added License info to the Gcalctool About dialog.
1438 Overview of changes in gcalctool 5.8.2
1440 * Fixed bug #335095. Gcalctool no longer displays the current mode in
1441 the title bar when in Basic mode (due to lack of space).
1445 Overview of changes in gcalctool 5.8.1
1447 * Fixed bug #335236. Gcalctool schemas files should be installed if
1448 built with "--without-gnome".
1452 Overview of changes in gcalctool 5.8.0
1454 * Adjustments to the AOP code so that e to the power of x gives the
1455 correct answer at high precision.
1459 Overview of changes in gcalctool 5.7.32
1461 * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1465 Overview of changes in gcalctool 5.7.31
1467 * Fix for bug #333078. cvs fails to build due to bg translation of help.
1469 * Inclusion of a translation of gcalctool help for the bg locale.
1473 Overview of changes in gcalctool 5.7.30
1475 * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1479 Overview of changes in gcalctool 5.7.29
1481 * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1485 Overview of changes in gcalctool 5.7.28
1487 * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1491 Overview of changes in gcalctool 5.7.27
1493 * Refixed bug #323150. The recent changes to the square root and
1494 subtraction button labels broke the token parser for arithmetic
1495 operator precedence.
1499 Overview of changes in gcalctool 5.7.26
1501 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of
1502 causing the CE button to no longer work correctly.
1506 Overview of changes in gcalctool 5.7.25
1508 * Fixed bug #327214. The results from performing trig functions were not
1509 being passed on to future calculations correctly (in non-arithmetic
1510 operator precedence mode).
1514 Overview of changes in gcalctool 5.7.24
1516 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1517 for label on division button.
1521 Overview of changes in gcalctool 5.7.23
1523 * Released a gcalctool tarball for GNOME 2.13.5.
1527 Overview of changes in gcalctool 5.7.22
1529 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division,
1530 multiplication, plus/minus, minus and square root.
1534 Overview of changes in gcalctool 5.7.21
1536 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic
1537 operator precedence mode with the scientific view) now hopefully works
1542 Overview of changes in gcalctool 5.7.20
1544 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric
1545 point in arithmetic operator precedence mode.
1547 * Adjusted all the copyright messages to include 2006.
1551 Overview of changes in gcalctool 5.7.19
1553 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1554 Gcalctool no longer crashes when you double click the 0 in the display area.
1558 Overview of changes in gcalctool 5.7.18
1560 * Final fix for bug #153854. Now handles the case where the first thing
1561 the user does is change mode (Basic, Financial, Advanced, Scientific)
1564 * Released a gcalctool tarball for GNOME 2.13.4.
1568 Overview of changes in gcalctool 5.7.17
1570 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail
1571 in non-English locales
1575 Overview of changes in gcalctool 5.7.16
1577 * Fixed bug #324001. Primary Selection (middle mouse button) is now working.
1581 Overview of changes in gcalctool 5.7.15
1583 * Released a gcalctool tarball for GNOME 2.13.3.
1587 Overview of changes in gcalctool 5.7.14
1589 * More work on bug #153854. Similar change to that made on 15th November
1590 2005, this time for arithmetic operator precedence mode.
1594 Overview of changes in gcalctool 5.7.13
1596 * Slight fixup for bug #157961. The toggling of the first bit in the
1597 bit panel wasn't working correctly.
1601 Overview of changes in gcalctool 5.7.12
1603 * More work on bug #153854
1604 If the user has completed a calculation and we are going to a
1605 new mode that is "compatible" with this one, then just change
1606 modes. Otherwise display a dialog warning the user that the
1607 current calculation will be cleared.
1609 Incompatible modes are:
1612 Scientific -> Advanced
1613 Scientific -> Financial
1615 (unless we are in Scientific mode with Decimal numeric base and Fixed).
1617 These changes work nicely in non-arithmetic operator precedence mode.
1621 Overview of changes in gcalctool 5.7.11
1623 * Released a gcalctool tarball for GNOME 2.13.2.
1627 Overview of changes in gcalctool 5.7.10
1629 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **:
1630 gdk_window_invalidate_rect: assertion `window != NULL' failed"
1631 warnings at startup.
1635 Overview of changes in gcalctool 5.7.9
1637 * Fixed bug #319934. The percent operator was broken in non-arithmetic
1638 operator precedence mode.
1642 Overview of changes in gcalctool 5.7.8
1644 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1645 Exponential notation now works correctly in arithmetic operator
1650 Overview of changes in gcalctool 5.7.7
1652 * Slight adjustment to the bit panel. It's now centralized.
1656 Overview of changes in gcalctool 5.7.6
1658 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1659 needed to also preserve v->toclear and v->pointed.
1661 * Work on enhancement request #157961. Started to implement the bit
1662 panel for non-arithmetic precedence mode. It's automatically displayed
1663 when in Scientific mode.
1667 Overview of changes in gcalctool 5.7.5
1669 * Implemented enhancement request #148104 for arithmetic precedence mode.
1670 The modulo operation. See entry below for more details.
1674 Overview of changes in gcalctool 5.7.4
1676 * Fixed bug #316382. The "useless" cursor is no longer displayed in
1677 the calculator display area.
1681 Overview of changes in gcalctool 5.7.3
1683 * Implemented enhancement request #148104 for non-arithmetic precedence
1684 mode. Added in a modulo operation. This is available in Scientic Mode.
1685 A Mod B return the remainder when you divide A by B. A and B must be
1686 integers. Keyboard shortcut for this operation is "M".
1690 Overview of changes in gcalctool 5.7.2
1692 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets
1693 to display the register values. Gnopernicus can now correctly speak the
1694 contents of each memory register. There is also a close button to easily
1695 dismiss this dialog.
1699 Overview of changes in gcalctool 5.7.1
1701 * Fixed bug #314540. The memory register window is now a dialog rather
1702 than a top-level window.
1706 Overview of changes in gcalctool 5.7.0
1708 * Fix to prevent invalid numeric entry in arithmetic operator precedence
1709 mode, depending upon the current base.
1713 Overview of changes in gcalctool 5.6.31
1715 * A number of the bison- and flex-related make rules in
1716 .../gcalctool/Makefile.am were broken when builddir != srcdir.
1720 Overview of changes in gcalctool 5.6.30
1722 * Fixed bug #314540. The libparser.a library needs ranlib run on it
1727 Overview of changes in gcalctool 5.6.29
1729 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in
1730 syntax_translation.c
1734 Overview of changes in gcalctool 5.6.28
1736 * Generated release for GNOME 2.12 (RC)
1738 * Changed type of argument in paren_disp from char to int for 64bit.
1742 Overview of changes in gcalctool 5.6.27
1744 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1746 Overview of changes in gcalctool 5.6.26
1748 * Generated release for GNOME 2.11.91 (beta2).
1752 Overview of changes in gcalctool 5.6.25
1754 * Fixed bug #311306. If the user was in View->Scientific with base Bin,
1755 Oct or Hex and then went to View->Basic, then returned to View->Scientific,
1756 some of the numeric keys were incorrectly greyed out.
1760 Overview of changes in gcalctool 5.6.24
1762 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B"
1763 button (or typing Shift-B).
1767 Overview of changes in gcalctool 5.6.23
1769 * Fixed bug #310791. Memory register window view logic was screwed.
1773 Overview of changes in gcalctool 5.6.22
1775 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
1779 Overview of changes in gcalctool 5.6.21
1781 * Fixed bug #153854. When the user changes modes, a warning dialog is
1782 displayed to let them know that their current display will be cleared
1783 and the base reset to decimal. The user has the option of checking a
1784 toggle box on the dialog, that will prevent this warning from being
1789 Overview of changes in gcalctool 5.6.20
1791 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build
1792 on Solaris with pkgconfig >= 0.17.1.
1796 Overview of changes in gcalctool 5.6.19
1798 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now
1799 correctly change the sign of the exponent on scientific numbers again.
1802 Overview of changes in gcalctool 5.6.18
1804 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal
1805 numbers "A-F" to other bases in "use arithmetic operator precedence mode".
1809 Overview of changes in gcalctool 5.6.17
1811 * Fixed bug #305619. Calculations with stored register values in arithmetic
1812 operator precedence mode, now work correctly.
1816 Overview of changes in gcalctool 5.6.16
1818 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching
1819 the format (e.g. from ENG to FIX), the displayed value switches to zero
1820 (in the corresponding format, so e.g. 0.0 or 0e+0, ...).
1824 Overview of changes in gcalctool 5.6.15
1826 * Fixed bug #305467. gcalctool no longer crashes under the following
1828 - type "f" to bring up the user function menu.
1829 - dismiss the menu by clicking elsewhere with the mouse.
1830 - type another character which isn't in the range "0" to "9".
1834 Overview of changes in gcalctool 5.6.14
1836 * Did a gcalctool tarball release.
1840 Overview of changes in gcalctool 5.6.13
1842 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y
1843 operations. New values are:
1849 Overview of changes in gcalctool 5.6.12
1851 * Fixed bug #302555. Various gcalctool variables have now been const'ified.
1855 Overview of changes in gcalctool 5.6.11
1857 * Fixed bug #300957. Replaced the underscore character in
1858 "translator_credits" with a hyphen, to prevent some
1859 translation tools from being confused.
1863 Overview of changes in gcalctool 5.6.10
1865 * More work on bug #172704.
1866 - Adjusted the code to not try to display a menu when the user
1867 entered a left parentheses (another do_pending() type of operation).
1868 - Toggling the "Show Trailing Zeroes" operation via keyboard
1869 shortcuts, needed to clear the v-.pending flag.
1873 Overview of changes in gcalctool 5.6.9
1875 * Fixed up some problems reported by lint.
1879 Overview of changes in gcalctool 5.6.8
1881 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut
1882 for any of the gcalctool buttons that have a menu associated with them, that
1883 menu is now displayed. The user can use the arrow keys to select a menu item
1884 or the menu items shortcut.
1888 Overview of changes in gcalctool 5.6.7
1890 * Fixed bug #171393. Allow stock labels to show through.
1894 Overview of changes in gcalctool 5.6.6
1896 * Refixed bug #158280. The Help->Contents menu item no longer appears if
1897 gcalctool is built Gtk-only.
1901 Overview of changes in gcalctool 5.6.5
1903 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init()
1904 and the gtk about popup didn't have the gcalctool icon.
1908 Overview of changes in gcalctool 5.6.4
1910 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok,
1911 the on-screen keyboard assistive technology, it's possible that the
1912 event returned by gtk_get_current_event() is NULL. If this is the
1913 case, we need to fudge the popping up on the menu associated with
1918 Overview of changes in gcalctool 5.6.3
1920 * Fixed bug #158280. You can now build gcalctool without the GNOME
1921 libraries by specifying "--disable-gnome" on the configure command
1926 Overview of changes in gcalctool 5.6.2
1928 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu
1929 item inactive if the calculator is in Basic mode.
1933 Overview of changes in gcalctool 5.6.1
1935 * Fixed bug #168694. gcalctool now saves/restores the ten memory
1936 register values as gconf resources.
1938 * Removed the redundant process_str() routine in graphics.c
1942 Overview of changes in gcalctool 5.6.0
1944 * Fixed bug #169196. gcalctool now uses use g_get_home_dir().
1946 * Added in a better implementation of the trig_filter() routine in
1951 Overview of changes in gcalctool 5.5.41
1953 * Version for GNOME 2.10.0 (final) call for tarballs.
1957 Overview of changes in gcalctool 5.5.40
1959 * Version for GNOME 2.10.0 (rc1) call for tarballs.
1963 Overview of changes in gcalctool 5.5.39
1965 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator
1970 Overview of changes in gcalctool 5.5.38
1972 * Changes to make the trigonometric code work with hyp and inv properly.
1976 Overview of changes in gcalctool 5.5.37
1978 * Left and Right shift operations weren't working correctly. Menu
1979 name comparison in mb_proc() in gtk.c was incorrect.
1983 Overview of changes in gcalctool 5.5.36
1985 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
1986 * Exch functionality was incorrect in Arithmetic Precedence mode.
1990 Overview of changes in gcalctool 5.5.35
1992 * Fixed bug 167124. One of the entries in the words[] array in
1993 syntax_translation.c was accidentally commented out.
1997 Overview of changes in gcalctool 5.5.34
1999 * Fixed bug 166634. Call to create the About box was missing a
2004 Overview of changes in gcalctool 5.5.33
2006 * Adjusted all copyright messages to be 2005.
2007 * Version for GNOME 2.10.0 (beta2) call for tarballs.
2011 Overview of changes in gcalctool 5.5.32
2013 * Fixed bug #165522. Made the status bar non-resizable.
2017 Overview of changes in gcalctool 5.5.31
2019 * Various code cleanups. It moves some declarations of static functions
2020 to the corresponding .c files. It also cuts down the number of
2021 included files, moving some includes to where they are needed from
2026 Overview of changes in gcalctool 5.5.30
2028 * Adjusted the About dialog to use the latest GtkAbout widget.
2032 Overview of changes in gcalctool 5.5.29
2034 * Version for GNOME 2.10.0 (beta1) call for tarballs.
2038 Overview of changes in gcalctool 5.5.28
2040 * Fixed bug #162998. The "menu" buttons in gcalctool now responds
2041 to the "clicked" event rather than the "button-press-event" to
2042 allow gok, the on-screen keyboard to function properly.
2044 * Fixed bug #159957. Input number in FIX mode now make mimimal changes
2045 to (i.e append a single character) the display rather than completely
2046 delete and insert it. The is helpful to assistive technologies like
2051 Overview of changes in gcalctool 5.5.27
2053 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c
2054 so that the L10N message translation software isn't confused.
2058 Overview of changes in gcalctool 5.5.26
2060 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
2064 Overview of changes in gcalctool 5.5.25
2066 * Version for GNOME 2.9.4 call for tarballs.
2070 Overview of changes in gcalctool 5.5.24
2072 * Couldn't use the "#" key to select constants as this symbol was
2073 a lower-case symbol on his keyboard.
2075 * Powers that were a multiple of 30 (10 as well as 3) would not
2076 display correctly, having a 4 digit significand. Further testing
2077 showed that without the fix the following powers had a 4 digit
2078 significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
2082 Overview of changes in gcalctool 5.5.23
2084 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
2088 Overview of changes in gcalctool 5.5.22
2090 * Fixed bug #155101. Made the gcalctool window resizable.
2094 Overview of changes in gcalctool 5.5.21
2096 * Version for GNOME 2.9.3 call for tarballs.
2100 Overview of changes in gcalctool 5.5.20
2102 * Fixed bug #160929. Removed the "Mode" word from each of the different
2103 mode menu items in the gcalctool View menu.
2107 Overview of changes in gcalctool 5.5.19
2109 * Fixed bug #157701. gcalctool can now use real multiplication and division
2110 symbols instead of "*" and "/".
2114 Overview of changes in gcalctool 5.5.18
2116 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include
2117 the word "Mode" which was getting chopped when the calculator was in
2122 Overview of changes in gcalctool 5.5.17
2124 * Fixed bug #157962. Added in a set of three colors for gcalctool that
2125 will work with the default theme. To use them, the "gcalctoolrc" file
2126 supplied with the source distribution needs to be moved to ~/.gcalctoolrc
2130 Overview of changes in gcalctool 5.5.16
2132 * Generated gcalctool tarball for the GNOME 2.9.2 release.
2136 Overview of changes in gcalctool 5.5.15
2138 * Adjusted the scroll_right() routine to only scroll right if the
2139 horizontal scroll bar is visible.
2143 Overview of changes in gcalctool 5.5.14
2145 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the
2146 -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in
2147 .../gcalctool/Makefile.am for now, to allow it to successfully build
2148 against the latest GNOME/Gtk+.
2150 * Slight adjustment to correct check the Advanced mode menu item when
2151 the user had previously terminated gcalctool in that mode.
2155 Overview of changes in gcalctool 5.5.13
2157 * Changed the names of the gconf mode type key so that there is backward
2160 * Reset the initial default mode to BASIC.
2164 Overview of changes in gcalctool 5.5.12
2166 * Fixed bug #157757. The horizontal scrollbar for the display area will
2167 now only be visible when needed. It will also display the rightmost part
2168 of the display as you are entering new input.
2172 Overview of changes in gcalctool 5.5.11
2174 * Added in a very basic mode for gcalctool. Rather than calling this a
2175 "Light" mode, the existing "Basic" mode is now renamed to "Advanced"
2176 and the new basic mode is called "Basic".
2180 Overview of changes in gcalctool 5.5.10
2182 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with
2183 non-integer Y will now display a descriptibe error in the status bar.
2187 Overview of changes in gcalctool 5.5.9
2189 * Generated gcalctool tarball for first GNOME 2.9 release.
2193 Overview of changes in gcalctool 5.5.8
2195 * Slight adjustment to bug #152301. The tooltip message had been tweaked to
2196 "Show the About Gcalctool dialog".
2200 Overview of changes in gcalctool 5.5.7
2202 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from
2203 "Show about help" to "Show the about dialog", to make it more understandable.
2207 Overview of changes in gcalctool 5.5.6
2209 * Fixed bug #153726. Gcalctool will now build correctly when using the
2210 -fno-common option for gcc (3.3.4).
2214 Overview of changes in gcalctool 5.5.5
2216 * Numerical answer localization and thousand separator support for
2217 arithmetic precedence mode.
2219 * If the accuracy was changed via one of the ten preset menu items in the
2220 Acc menu, the tooltip wasn't getting correct updated with the new accuracy.
2224 Overview of changes in gcalctool 5.5.4
2226 * Further changes to the "Set Precision" popup (rfe #147803):
2227 - "Significant places" not "Significant Places".
2228 - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the
2229 current precision, and be in the same radio box group as the other menu
2230 items. Check the appropriate menu entry.
2231 - Adjust the Acc button tooltip to show the current accuracy too.
2232 - When the user attempts to enter an invalid entry in the Set Precision
2233 popup, an error message is shown in the main gcalctool status bar.
2234 - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).
2236 * Fixed bug #152790. Most of the changes needed were already in CVS; there
2237 was one compiler warning that still needed to be removed.
2239 * Storing the display value to a memory register was not updating the memory
2240 register window, if it was visible.
2244 Overview of changes in gcalctool 5.5.3
2246 * Added in functionality to set the number of significant places > 9.
2247 There is a new menu item under the Acc menu called "Set Precision..."
2248 that brings up a small popup allowing you to set precision between 0
2249 and MAXACC significant places (where MAXACC is currently 30).
2253 Overview of changes in gcalctool 5.5.2
2255 * Fixed up numerous warnings generated by running lint on the gcalctool code.
2256 Removed unused variables and functions. Declared routines statically where
2261 Overview of changes in gcalctool 5.5.1
2263 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
2267 Overview of changes in gcalctool 5.5.0
2269 * Major new release of gcalctool. Incorporates an arithmetic operator
2270 precedence mode (currently the default while it's been debugged). To get
2271 the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
2272 * The "(" and ")" buttons have moved from the scientific mode into the
2273 Basic mode so that they are now available to users who need them but not
2274 everything that the Scientific mode provides.
2275 * There is a footer message area that provides feedback.
2276 * The display area now has an horizontal scrollbar.
2277 * Typing in the keyboard shortcuts for the various gcalctool buttons
2278 autocompletes their entry into the display area.
2279 * Tooltips show button's shortcut.
2283 Overview of changes in gcalctool 4.4.13
2285 * Remainder of the fix for bug #143924. Control-T shouldn't work in Basic
2290 Overview of changes in gcalctool 4.4.12
2292 * Partial fix for bug #143924. After an error condition, the "Show
2293 Trailing Zeroes" menu item is only activated if the user is in
2298 Overview of changes in gcalctool 4.4.11
2300 * Fixed bug 138106. In Basic or Financial mode, "Error" was been
2301 incorrectly display if you user has "Show Thousands Separator" set.
2305 Overview of changes in gcalctool 4.4.10
2307 * Fixed bug 144031. gcalctool checked for the presence of the X11
2308 libraries but doesn't need to.
2312 Overview of changes in gcalctool 4.4.9
2314 * Selecting Help->About from the menubar now works again.
2318 Overview of changes in gcalctool 4.4.8
2320 * Adjusted the creation of the menubar and the Accuracy and Left/Right
2321 shift menus from GtkItemFactory to GtkUIManager.
2325 Overview of changes in gcalctool 4.4.7
2327 * Fixed bug 142824. gcalctool now correctly recognizes the localized
2328 decimal point character.
2332 Overview of changes in gcalctool 4.4.6
2334 * Fixed bug 129397. Use GtkIconTheme to load gcalctool icon instead of
2339 Overview of changes in gcalctool 4.4.5
2341 * Fixed bug 142888. Gcalctool is now connected to the "die" signal so
2342 that it can be successfully terminated when removed from
2343 gnome-session-properties.
2347 Overview of changes in gcalctool 4.4.4
2349 * The "Bsp" button label has been changed to "Bksp" to make it more
2354 Overview of changes in gcalctool 4.4.3
2356 * Fixed bug 138106. If the "Error" message is being displayed, it is now
2357 no longer incorrectly displayed as "Er,ror" if the "Show Thousands
2362 Overview of changes in gcalctool 4.4.2
2364 * Fixed bug 135068. Adjusted several default constant descriptions to be
2365 more understandable.
2369 Overview of changes in gcalctool 4.4.1
2371 * Fixed bug 135065. Tooltips for OR, AND, NOT, XOR and XNOR have been
2372 changed from "Logical <whatever>" to "Bitwise <whatever>".
2376 Overview of changes in gcalctool 4.4.0
2378 * Fixed bug 136872. gcalctool can now be built with "CFLAGS=-fdata-sections".
2382 Overview of changes in gcalctool 4.3.51
2384 * Version for GNOME 2.6 (FINAL) call for tarballs. Includes:
2385 - new locales for pa, en_GB, bg and ga.
2386 - localized online user documentation from the Sun translation team.
2387 for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
2391 Overview of changes in gcalctool 4.3.50
2393 * One more slight adjustment to the fix for bug 135064.
2394 Entering numbers that start with the numeric point character ('.")
2395 are now visibly displayed.
2399 Overview of changes in gcalctool 4.3.49
2401 * Adjustment to the fix for bug 135064. Fix to remove a potential spurious
2402 initial thousands separator character after a change sign operation.
2406 Overview of changes in gcalctool 4.3.48
2408 * Fixed bug 135064. Changing the sign of a large number (when "Show
2409 Thousands Separator" is on and this is not the C locale), no longer
2410 corrupts the display.
2414 Overview of changes in gcalctool 4.3.47
2416 * Fixed bug 135328. Added Shift-slash as a recognized alternate for the
2417 divide operation (needed by the be-latin1 keyboard layout).
2421 Overview of changes in gcalctool 4.3.46
2423 * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789
2424 which are shifted about the accented characters on a French keyboard.
2428 Overview of changes in gcalctool 4.3.45
2430 * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up.
2434 Overview of changes in gcalctool 4.3.44
2437 - "Gradients" was still appearing when in Scientific mode (instead of
2439 - In the x^2 button, the 2 should not be italicized.
2440 - In the x^2 and x^y buttons, the x should be italicized.
2441 - The View Thousands Separator menu item should not remain active during
2446 Overview of changes in gcalctool 4.3.43
2448 * Fixed bug 133590. The About box now lists the documenters of gcalctool.
2452 Overview of changes in gcalctool 4.3.42
2454 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen
2455 (rather than square brackets) to show what mode the user is currently
2460 Overview of changes in gcalctool 4.3.41
2462 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather
2463 than frames (per the HIG).
2467 Overview of changes in gcalctool 4.3.40
2469 * Fixed bug 131571. User defined constants are now read/written out (as
2470 gconf resources) with no thousands separator and with a radix of ".".
2474 Overview of changes in gcalctool 4.3.39
2476 * Fixed bug 131594. The "Insert ASCII View..." menu item and the
2477 "Insert" button no longer use the GTK_STOCK_CONVERT stock icon
2482 Overview of changes in gcalctool 4.3.38
2484 * Fixed bug 131059. Fix to allow the thousands separator to be used
2485 correctly with the creation of the initial constant values in the
2490 Overview of changes in gcalctool 4.3.37
2492 * Fixed bug 130078. Changed the y^x button label to x^y (really x
2493 superscript y). Adjusted the tooltip message to "Raise displayed
2494 value to the power of y".
2498 Overview of changes in gcalctool 4.3.36
2500 * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check
2501 from the get_tsep() routine in order to get the thousands separator to
2502 correctly work in all locales. Note that there is no thousands separator
2503 now for the C locale.
2507 Overview of changes in gcalctool 4.3.35
2509 * Fixed part of bug 126125. If the user entered: "1+(2()<backspace>)",
2510 this resulted in an answer of 0.
2514 Overview of changes in gcalctool 4.3.34
2516 * Fixed bug 130187. When gcalctool changes modes now, it's internal state
2517 and the display are cleared.
2521 Overview of changes in gcalctool 4.3.33
2523 * Fixed bug 130282. Fixes for more problems with the thousands separator
2524 in certain locales, plus correct handling of the radix character with
2525 the initial constant values.
2529 Overview of changes in gcalctool 4.3.32
2531 * Fixed bug 128603 again. The solution this time was to duplicate the
2532 initial string constant values to be confident that they are not in
2537 Overview of changes in gcalctool 4.3.31
2539 * Fixed bug 129539. The thousands separator is a null terminated string,
2540 not a single character. Same for the radix.
2544 Overview of changes in gcalctool 4.3.30
2546 * Fixed bug 129496. "Gradients" should be "Gradians".
2550 Overview of changes in gcalctool 4.3.29
2552 * Fixed bug 128603. The changes for enhancement request #126626 which added
2553 thousands separator support caused a crash at startup time on a Debian
2554 system. The initial constant strings are being put in read-only memory
2555 either by gcc (or because of the way that x86 arch is designed). This was
2556 not a problem when tested with the Sun compilers on a Solaris SPARC machine.
2557 The remove_tsep() routine is display.c has been rewritten to correctly
2562 Overview of changes in gcalctool 4.3.28
2564 * Further work on enhancement request 125873. As the user is typing in
2565 input, the display will now show the thousands separator (if checked).
2569 Overview of changes in gcalctool 4.3.27
2571 * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2572 This keyval/state pair needed to be added to the Xor recognized mappings.
2576 Overview of changes in gcalctool 4.3.26
2578 * Re-fixed bug 127672. The fix for Shift-"=" should have been for GDK_equal
2579 not GDK_Return. Needed to add in support for Shift-"/" too.
2583 Overview of changes in gcalctool 4.3.25
2585 * Implemented enhancement request 125873. gcalctool can now optionally
2586 show the thousands seperator character for fixed point numbers displayed
2587 in the decimal base. Same for numbers stored in the memory registers.
2588 There is a new "Show Thousands Separator" menu entry in the View menu
2593 Overview of changes in gcalctool 4.3.24
2595 * Fixed bug 126626. gcalctool no longer causes a Gtk-CRITICAL error when
2596 the user enters "9*(1<Xor>". The problem was caused because a non-UTF
2597 character was being inserted into the text string to be displayed for
2602 Overview of changes in gcalctool 4.3.23
2604 * Fixed bug 125782. If the user is entering a left parenthesis and it is
2605 the first one being displayed and there is no current arithmetic operand,
2606 then the current display is initially cleared to avoid the confusion of
2607 showing something like "0(".
2611 Overview of changes in gcalctool 4.3.22
2613 * Fixed bug 127862. The fix for bug #125625 introduced a potential
2614 out-of-order case for users who are rapid keyboard typers. This
2615 bug fix rectifies this with the unfortunate side-effect of no longer
2616 visual toggling the equivalent button to the keyboard character
2617 that the user entered. This fix is still compatible with the way
2618 the accessibility infrastructure works though.
2622 Overview of changes in gcalctool 4.3.21
2624 * Fixed bug 65806. For the "1/x", "x^2", "x!", "e^x", "10^x" and
2625 "y^x" labels, all occurances of "x" and "y" are now italicized.
2626 The "e" in "e^x" is no longer italicized.
2630 Overview of changes in gcalctool 4.3.20
2632 * Fixed bug 127316. The "fix" introduced in gcalctool v4.1.18 to fix Sun
2633 Bugtraq bug #1258472 against CDE dtcalc (which was also a problem with
2634 gcalctool) was incorrect.
2638 Overview of changes in gcalctool 4.3.19
2640 * Fixed bug 127672. The "=" key on a Swedish keyboard is on the upper
2641 level of a key (i.e. the Shift key needs to be down). Added another
2642 mask/keysym pair to the "=" entry to handle this.
2646 Overview of changes in gcalctool 4.3.18
2648 * Fixed bug 125625. gcalctool now handles "clicked" events rather than
2653 Overview of changes in gcalctool 4.3.17
2655 * Fixed bug 124928. Plugged several memory leaks.
2659 Overview of changes in gcalctool 4.3.16
2661 * Fixed bug 124377. Fixed rounding errors when the radix character for a
2663 * Online help updated for various recent (small) changes.
2667 Overview of changes in gcalctool 4.3.15
2669 * Fixed bug 124172. The "+" character on a German keyboard is on the lower
2670 level of a key (i.e. the Shift key doesn't need to be down). Added another
2671 mask/keysym pair to the "+" entry to handle this.
2675 Overview of changes in gcalctool 4.3.14
2677 * Fixed bug 120737. Changed the accessible text for the OR button from
2678 "Logical OR" to "logical OR" so that it's not changed by FreeTTS's
2679 token to words module to "logical Oregon".
2683 Overview of changes in gcalctool 4.3.13
2685 * Fixed bug #123948. Removed the GTK_DISABLE_DEPRECATED flag from
2686 .../gcalctool/gcalctool/Makefile.am, to allow the depreciated
2687 GtkItemFactory, to successfully build.
2691 Overview of changes in gcalctool 4.3.12
2693 * Fixed bug 123724. Hitting Esc now does the same as hitting
2694 Control-Backspace; i.e. the CE (clear entry) functionality.
2695 * Updated the gcalctool man pages to reflect this change, and the changes
2700 Overview of changes in gcalctool 4.3.11
2702 * Refixed bug 122373. gcalctool now uses nl_langinfo() to get the numeric
2703 point for the users locale, rather than via a localised string.
2707 Overview of changes in gcalctool 4.3.10
2709 * Fixed enhancement #65806. Changed that label for e^x (e superscript x) to
2710 use an italised "e".
2714 Overview of changes in gcalctool 4.3.9
2716 * Fixed bug 118826. The keyboard shortcuts for the six hex. digits are
2717 now "A" to "F". The functions that previously used those letters have
2718 been reassigned to their lowercase equivalents.
2722 Overview of changes in gcalctool 4.3.8
2724 * Fixed bug 122408. The tooltips for the numeric buttons (0-9) have been
2725 removed as they are redundant.
2729 Overview of changes in gcalctool 4.3.7
2731 * Fixed bug 120749. When gcalctool is displaying a menu, typing Alt+Tab
2732 can no longer switch windows.
2736 Overview of changes in gcalctool 4.3.6
2738 * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2739 Accessible names have now been added to each of the widgets in the
2740 mode panel when in Scientific mode.
2744 Overview of changes in gcalctool 4.3.5
2746 * Fixed bug 122373. The decimal separator is now a translatable string so
2747 that other locales that don't use a period can adjust accordingly.
2751 Overview of changes in gcalctool 4.3.4
2753 * Fixed bug 120605. Gcalctool debug messages are no longer translatable
2758 Overview of changes in gcalctool 4.3.3
2760 * Build for GNOME 2.4 (Final). Tag in CVS is GCALCTOOL_4_3_3
2764 Overview of changes in gcalctool 4.3.2
2766 * Fixed bug 119888. gcalctool keyboard handling has been improved.
2770 Overview of changes in gcalctool 4.3.1
2772 * Fixed bug 119832. The space bar can now correctly activate the button
2777 Overview of changes in gcalctool 4.3.0
2779 * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2783 Overview of changes in gcalctool 4.2.104
2785 * Fixed bug 118246. The display field can now take focus. The initial
2786 widget with focus is the Clr button.
2790 Overview of changes in gcalctool 4.2.103
2792 * (Bug #118247) Three more small adjustments to AccessibleName text:
2793 "E to the power of x" goes back to "E to the x"
2794 "Ten to the power of x" goes back to "Ten to the x"
2795 "Y to the power of x" goes back to "Y to the x"
2799 Overview of changes in gcalctool 4.2.102
2801 * (Bug #118247) Four small adjustments to AccessibleName text:
2802 "Random" becomes "Random number"
2803 "E to the x" becomes "E to the power of x"
2804 "Ten to the x" becomes "Ten to the power of x"
2805 "Y to the x" becomes "Y to the power of x"
2809 Overview of changes in gcalctool 4.2.101
2811 * Fixed bug 118247. Each gcalctool button now has an AccessibleName.
2815 Overview of changes in gcalctool 4.2.100
2817 * Fixed bug 117691. The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are
2818 not valid equivalents for the 8, 2, 4 and 6 keys. They are needed for
2819 keyboard navigation.
2823 Overview of changes in gcalctool 4.2.99
2825 * Bumped version number for GNOME 2.3.4 release, to include John's doc
2830 Overview of changes in gcalctool 4.2.98
2832 * Fixed bug 116944. Various HIG improvements to the edit constants, edit
2833 functions, and insert ASCII value dialogs.
2837 Overview of changes in gcalctool 4.2.97
2839 * Further work on bug 116727. A simpler fix was found.
2843 Overview of changes in gcalctool 4.2.96
2845 * Fixed bug 116727. When the calculator display is showing an error message,
2846 it is now correctly localized.
2850 Overview of changes in gcalctool 4.2.95
2852 * Fixed bug 115950. The "*" key wasn't being recognized as a keyboard
2853 shortcut for multiplication.
2857 Overview of changes in gcalctool 4.2.94
2859 * Further work on bug 114364. The items in the constants menu are now always
2860 displayed in the decimal numeric base. This is consistent with the way that
2861 calctool in the OpenWindows DeskSet worked.
2865 Overview of changes in gcalctool 4.2.93
2867 * Fixed bug 114364. When you select "Edit Constants" from the Con menu, the
2868 values of each constant are shown in Decimal. The label:
2869 "All constant values are specified in the decimal numeric base"
2870 has also been added to the "Edit Constant" popup to clarify this.
2874 Overview of changes in gcalctool 4.2.92
2876 * Fixed bug 115653. Adjusted the keyboard mnemonic checking code to now
2877 check to make sure that neither of the Alt keys is pressed when comparing
2878 against button equivalents.
2882 Overview of changes in gcalctool 4.2.91
2884 * Similar problem to bug #115212 but for the "Edit Constants" and
2885 "Edit Functions" dialog boxes. gcalctool no longer can display
2886 multiple versions of them.
2890 Overview of changes in gcalctool 4.2.90
2892 * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2893 When an error condition occurs:
2895 - make insensitive all buttons except Clr.
2896 - make all Scientific mode toggles and checkboxes insensitive.
2897 - make all menubar items insensitive except:
2901 When the error condition is cleared, resensitise everything, setting
2902 the numeric base buttons correctly.
2906 Overview of changes in gcalctool 4.2.89
2908 * Fix for bug #115212. gcalctool no longer can display multiple About boxes.
2912 Overview of changes in gcalctool 4.2.88
2914 * Fix for bug #108209. The appropriate gcalctool button is now animated
2915 when the user enters that value via the keyboard.
2919 Overview of changes in gcalctool 4.2.87
2921 * Partial fix for bug 114363. When the calculator display is showing "Error",
2922 the Constant values and the Memory Register values no longer incorrectly
2923 show "Error" as well.
2927 Overview of changes in gcalctool 4.2.86
2929 * Fixed bug 113703. You can now specify an alternate location for
2930 the gcalctool schemas file with: --with-gconf-source=whatever
2934 Overview of changes in gcalctool 4.2.85
2936 * Fixed bug 113754. Decimal point didn't work with a German keyboard if
2937 Numlock was turned on.
2941 Overview of changes in gcalctool 4.2.84
2943 * Install "gnome-calculator" symlink as reqested by Glynn Foster.
2947 Overview of changes in gcalctool 4.2.83
2949 * Fixed Bugzilla bug 111269. It was possible to type fast into gcalctool
2950 and digits would be transposed.
2954 Overview of changes in gcalctool 4.2.82
2956 * Refixed bug 110416. Concatenated more error messages in mp.c.
2957 * Adjusted the Acc menu entries to be "<n> significant places" rather than
2959 * Replaced "kilometers per hour / miles per hour" with "kilometers per hour
2960 or miles per hour" in the first constant description.
2961 * Replaced occurances of "/" in the other constant descriptions with "or".
2965 Overview of changes in gcalctool 4.2.81
2967 * Translators: The documentation is now ready for translation!
2969 * Updated the following files:
2970 * configure.in: updated version number to 4.2.81
2971 * help/C/gcalctool.xml: first approved draft, ready for translation
2972 * help/C/gcalctool-C.omf: updated manual date and version number
2973 * help/C/l10n.txt: new file added
2974 * help/C/figures/gcalctool_edit_const_window.png: deleted
2975 * help/C/figures/gcalctool_edit_func_window.png: deleted
2976 * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2977 * help/C/figures/gcalctool_mem_reg_window.png: deleted
2981 Overview of changes in gcalctool 4.2.80
2983 * Fixed Bugzilla bug 110416. Various fprintf statements in mp.c have been
2984 concatenated to help translators.
2988 Overview of changes in gcalctool 4.2.79
2990 * Added in latest online help changes from Breda McColgan. This should now
2991 put the online help in sync with the actual functionality of gcalctool.
2995 Overview of changes in gcalctool 4.2.78
2997 * Made translated menu entries actually visible. fixed some tooltips, added
2998 AC_PREREQ macro to configure.in.
3002 Overview of changes in gcalctool 4.2.77
3004 * This version announced on gnome-announce.
3008 Overview of changes in gcalctool 4.2.76
3010 * Slight adjustments to Bugzilla bug 108226 . Menu item is now
3011 "Show Trailing Zeroes", with a Control-T accelerator. Added a similar
3012 menu item to the View menu on the menu bar.
3016 Overview of changes in gcalctool 4.2.75
3018 * Fixed Bugzilla bug 108729.
3020 Added tooltips to the radio and check buttons in scientific mode.
3024 Overview of changes in gcalctool 4.2.74
3026 * Fixed Bugzilla bug 108226.
3028 The menu items in the Acc menu are now "tickable", so you know what the
3029 current accuracy selection is. Setting one of these clears the previous one.
3031 A new "remove trailing zeroes" menu item is added to the Acc menu (last
3032 item, with a separator just above), that is "tickable". This tick doesn't
3033 affect the accuracy ticks. It's either on or off.
3035 The default setting for accuracy now becomes 9 numeric places and "remove
3038 The Acc button is moved to the Scientific mode (clear slot in the top
3039 right corner, above the Rand.
3041 The Base radio button group and the display type radio button group in
3042 the mode panel in Scientific mode are now moved to the right side to be
3043 close in proximity to the Acc button. The other mode items move to the
3048 Overview of changes in gcalctool 4.2.73
3050 * Fixed Bugzilla bug 108208. The default value for the "showregisters"
3051 resource in gcalctool.schemas was incorrectly set.
3052 * There should be no "default:" action in the command line parsing in
3057 Overview of changes in gcalctool 4.2.72
3059 * Correctly fixed Bugzilla bug 108219. The previous fix didn't correct
3060 set the radio buttons when changing mode from Scientific to Basic or
3061 Financial. Only the internal state.
3065 Overview of changes in gcalctool 4.2.71
3067 * Further fix for Bugzilla bug 108209. Followup changes to make the numeric
3068 keypad animate the buttons on Linux machines.
3072 Overview of changes in gcalctool 4.2.70
3074 * Fixed Bugzilla bug 108219.
3075 When you go from Scientific mode to either Basic or Financial mode,
3076 the calculator will revert to "Dec" base in "Fix" notation.
3077 Any number in the display (and the memory registers if shown) will be
3078 converted accordingly.
3079 When you are in a mode (Basic, Financial, or Scientific) you will only
3080 be able to do the functionality that that mode shows.
3084 Overview of changes in gcalctool 4.2.69
3086 * Fixed Bugzilla bug 108333. The gcalctool buttons with menus associated
3087 with them are now keyboard navigable.
3091 Overview of changes in gcalctool 4.2.68
3093 * Fixed Bugzilla bug 108209. When the user uses the keyboard to enter data,
3094 the associated gcalctool button will be animated.
3098 Overview of changes in gcalctool 4.2.67
3100 * Fixed Bugzilla bug 108210. Main gcalctool window is no longer resizable.
3104 Overview of changes in gcalctool 4.2.66
3106 * Incorporated various changes to the online help Breda McColgan in
3107 the Sun GNOME doc. team. Translators, please do not translate yet.
3108 See ChangeLog for more information.
3112 Overview of changes in gcalctool 4.2.65
3114 * Added scrollkeeper checks into configure.in.
3115 * Fixed warning message:
3117 ** (gcalctool:27091): WARNING **: Help error: Unable to find the
3118 GNOME_FILE_DOMAIN_APP_HELP domain
3122 Overview of changes in gcalctool 4.2.64
3124 * Added in a first (draft) version of online help from Breda McColgan in
3125 the Sun GNOME doc. team. Translators, please do not translate yet. See
3126 ChangeLog for more information.
3130 Overview of changes in gcalctool 4.2.63
3132 * Abstracted the key values and modifiers.
3136 Overview of changes in gcalctool 4.2.62
3138 * Adjusted the tooltip help to be minimalist messages.
3142 Overview of changes in gcalctool 4.2.61
3144 * Small adjustment to allow gcalctool to compile using the Solaris Forte
3149 Overview of changes in gcalctool 4.2.60
3151 * Gcalctool wasn't saving the trigonometric type when it was changed.
3155 Overview of changes in gcalctool 4.2.59
3157 * Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3161 Overview of changes in gcalctool 4.2.58
3163 * Allows Backspace to now correctly work inside parentheses.
3167 Overview of changes in gcalctool 4.2.57
3169 * The Xor logical operation wasn't being performed correctly.
3170 * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3175 Overview of changes in gcalctool 4.2.56
3177 * Removed the final period from the ten default constant descriptions.
3178 * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3180 * Fixed up the values of the ten default constant definitions in the
3182 * The "centimeters <=> inches" default constant should be 0.3937007
3183 rather than 2.54 to be consistent with the other constants.
3187 Overview of changes in gcalctool 4.2.55
3189 * Entering "(<Delete>)" no longer crashes gcalctool.
3193 Overview of changes in gcalctool 4.2.54
3195 * The financial Term tooltip example now works.
3196 * Moved the Exp button to the right of the Con and Fun buttons for better
3201 Overview of changes in gcalctool 4.2.53
3203 * Fixed Bugzilla bug 106501. Added bullet proofing to prevent user
3204 backspacing off the end of the display string.
3208 Overview of changes in gcalctool 4.2.52
3210 * Toggled the positions of the Sto and Rcl buttons.
3214 Overview of changes in gcalctool 4.2.51
3216 * No longer crashes if the user Pastes in an empty clipboard value.
3217 * Now uses a text view for its display widget.
3221 Overview of changes in gcalctool 4.2.50
3223 * Fixes to the manual page:
3224 - the keyboard shortcut for the "Term" function is "t" not "T".
3225 - removed the LOGICAL mode section.
3229 Overview of changes in gcalctool 4.2.49
3231 * The display label and mode no longer expand when the calculator is resized.
3232 * Replace the three characters of white space in the title bar text with one
3233 space character, so more of the title fits into the task window list applet.
3235 Overview of changes in gcalctool 4.2.48
3237 * Added a launcher to the GNOME's Accessories menu.
3241 Overview of changes in gcalctool 4.2.47
3243 * Marks the menu labels for translation.
3247 Overview of changes in gcalctool 4.2.46
3249 * Various cleanup, to make gcalctool be more like other GNOME applications.
3253 Overview of changes in gcalctool 4.2.45
3255 * Fixed Bugzilla bug 104249. The UI for adding new or editing existing
3256 constants and/or functions has been improved.
3260 Overview of changes in gcalctool 4.2.44
3262 * Fixed Bugzilla bug 104830. gcalctool now uses gnome-calc3.png as its icon
3263 (same as the current gnome-calculator)
3267 Overview of changes in gcalctool 4.2.43
3269 * Further slight adjustments needed to fix Bugzilla bug 104248. The memory
3270 registers window now displays correctly again.
3271 * Fixed Bugzilla bug 104240. The "File" menubar item is now called
3272 "Calculator", and there is a set of unique mnemonics for the various
3273 items in the Scientific mode panel. The gcalctool manual pages have been
3274 updated to reflect these changes.
3275 * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3276 Added in a Control-A mnemonic for Help->About.
3280 Overview of changes in gcalctool 4.2.42
3282 * Fixed Bugzilla bug 104248. The View->Memory Registers menu item's toggle
3283 is now set correctly depending upon whether the memory register windows
3284 is visible or hidden.
3285 * The correct radio item is now set in the View menu mode menu item entries
3286 if gcalctool is initially started in Financial or Scientific mode.
3290 Overview of changes in gcalctool 4.2.41
3292 * The constant and function definitions are now read and written as Gconf
3294 * Fixed Bugzilla bug 104250. The constant and the function menu items now
3295 have "C<n>:" and "F<n>:" prefixes respectively, where <n> is the
3296 constant/function number.
3300 Overview of changes in gcalctool 4.2.40
3302 * Fixed Bugzilla bug 104245. The View->Basic Mode, Financial Mode,
3303 Scientific Mode and Memory Registers now have keyboard accelerators
3304 (Control-B, Control-F, Control-S and Control-M respectively).
3308 Overview of changes in gcalctool 4.2.39
3310 * Further slight adjustments for Bugzilla bug 104287
3311 The insert button isthe default button.
3312 The dialog is no longer resizable.
3313 The ESC key can now be used to cancel the dialog.
3317 Overview of changes in gcalctool 4.2.38
3319 * Fixed Bugzilla bug 104287. HIG improvements for the "Insert ASCII Value"
3324 Overview of changes in gcalctool 4.2.37
3326 * Fixed Bugzilla bug 104241. The Insert ASCII Value" menu item is now
3327 "Insert ASCII Value..."
3328 * Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3329 <bonobo-i18n.h,> where all this stuff is already defined.
3333 Overview of changes in gcalctool 4.2.36
3335 * Fixed Bugzilla bug #102928. The x^2, e^x, 10^x and y^x keys now use
3336 Pango markup to display the label using superscripts.
3340 Overview of changes in gcalctool 4.2.35
3342 * Added in handling of the numeric keypad for Linux systems.
3346 Overview of changes in gcalctool 4.2.34
3348 * Handling of the users saved function definitions now works correctly.
3349 * Changed the keyboard accelerators for the following to use non Alt-<?>
3352 Cos (old value: Alt-c) becomes 'J'.
3353 Sin (old value: Alt-s) becomes 'K'.
3354 Tan (old value: Alt-t) becomes 'L'.
3355 Frac (old value: Alt-f) becomes ':'.
3356 Int (old value: Alt-i) becomes 'i'.
3357 Abs (old value: Alt-u) becomes 'u'.
3358 Rate (old value: Alt-r) becomes 'T'.
3359 * Removed the need to configure with "--enable-build-broken".
3363 Overview of changes in gcalctool 4.2.33
3365 * Adjusted the memory registers windows to use the same "R0: 0.00" format
3366 (bold for first part), as the Rcl, Sto and Exch menus.
3370 Overview of changes in gcalctool 4.2.32
3372 * The menu items for the Rcl, Sto and Exch menus now have the format
3373 "R0: 0.00", where the "R0:" part is in bold.
3374 * The keyboard accelerators for the menubar menu items are now working.
3378 Overview of changes in gcalctool 4.2.31
3380 * Updated the NEWS file with an overview of all the changes since v4.1.13.
3384 Overview of changes in gcalctool 4.2.30
3386 * Removed the gconf resource for getting/setting whether a beep is sounded
3387 on error. A beep will now always be sounded in such a case.
3388 * The writing out of the resources will now be immediately done when each
3389 of those functions changes.
3393 Overview of changes in gcalctool 4.2.29
3395 * Updated the manual pages to reflect the recent v4.2.xx changes.
3396 * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3401 Overview of changes in gcalctool 4.2.28
3403 * The real fix for displaying the icon.
3407 Overview of changes in gcalctool 4.2.27
3409 * Vastly improved keyboard navigation.
3410 * Control-F1 now toggles the displaying of tooltip help, so the "-h"
3411 command line option has been removed and the old-style event handling
3412 code has also been removed.
3413 * Added in a signal handler for the "delete" event for the main gcalctool
3414 window. The callback calls gtk_main_quit() to terminate the application.
3418 Overview of changes in gcalctool 4.2.26
3420 * HCI change. Attempt to correct disaplay the gcalctool icon.
3424 Overview of changes in gcalctool 4.2.25
3426 * HCI change. The Sto/Rcl/Exch menu items now show the current register
3431 Overview of changes in gcalctool 4.2.24
3433 * HCI change. All the radiobutton and checkbox items in the mode panel
3434 now have a mnemonic associated with them.
3438 Overview of changes in gcalctool 4.2.23
3440 * HCI change. Fixed up the buttons on the "Insert ASCII Value", "Enter
3441 Constant..." and "Enter Function..." popups. They now just use Cancel
3442 and OK buttons, and use standard stock Gtk icons.
3446 Overview of changes in gcalctool 4.2.22
3448 * HCI change. Added in an Edit->Paste menu item. If selected this will
3449 paste the current contents of the clipboard into the calculator display
3450 as if you'd typed it.
3451 * Added bullet proofing to protect the calculator against values that
3452 weren't found. If a value wasn't found, it's just ignored, and it goes
3453 on to process the next character in the string.
3454 * Improved the handling of the recognition of characters entered. It now
3455 takes into effect the mods value for each keysym.
3459 Overview of changes in gcalctool 4.2.21
3461 * HCI change. Added a 2 pixel border for the frames containing the Basic,
3462 Financial and Scientific buttons and the mode panel.
3466 Overview of changes in gcalctool 4.2.20
3468 * HCI change. Removed the "operand item" label widget.
3472 Overview of changes in gcalctool 4.2.19
3474 * The frames around the mode button tables and the mode panel are no longer
3479 Overview of changes in gcalctool 4.2.18
3481 * Fixed Bugzilla bug #101865. Remade various keyboard remappings:
3482 * Removed mention of the "-l" and "-r" command line options from the manual
3483 pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3488 Overview of changes in gcalctool 4.2.17
3490 * Removed the "Keys" key, that allowed you to toggle the button labels to
3491 show their keyboard equivalents.
3495 Overview of changes in gcalctool 4.2.16
3497 * Put each of the the button tables and the mode panel inside a frame, rather
3498 then use horizontal separators, to try to make the GUI look nicer.
3502 Overview of changes in gcalctool 4.2.15
3504 * Entering "((2+3)*(2+3))" now gives the correct answer.
3505 * Added some bullet-proofing to parentheses handling when bogus characters
3510 Overview of changes in gcalctool 4.2.14
3512 * Hooked up the Help->Contents menu item. Note that help support still has
3513 to be included (i.e. a help subdirectory with associated files etc.).
3517 Overview of changes in gcalctool 4.2.13
3519 * The View->Memory Registers menu item now correctly toggles the showing of
3520 the memory register window.
3524 Overview of changes in gcalctool 4.2.12
3526 * Menubar menu items now use stock Gtk icons (where applicable).
3530 Overview of changes in gcalctool 4.2.11
3532 * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3536 Overview of changes in gcalctool 4.2.10
3538 * Going into Scientific mode and clicking on "(" twice no longer causes a
3539 segmentation violation.
3543 Overview of changes in gcalctool 4.2.9
3545 * Added some horizontal separators to help make the calculator more readable
3546 when in Financial and Scientific Mode.
3550 Overview of changes in gcalctool 4.2.8
3552 * Entering "((2+3)*9+(5-3))" no longer causes a segmentation violation.
3556 Overview of changes in gcalctool 4.2.7
3558 * Removed the attempt to display a calculator image on the About popup.
3559 * Typing the keyboard equivalent of the menu buttons now works.
3560 * Removed the VERSION string from the titlebar. This is now in the About popup
3564 Overview of changes in gcalctool 4.2.6
3566 * Added in an About popup that's accessible through the Help->About Gcalctool
3567 menubar Help menu item.
3571 Overview of changes in gcalctool 4.2.5
3573 * Fixed Bugzilla bug #102927.
3574 Replaced abbreviation "trig." with full word "trigonometric".
3578 Overview of changes in gcalctool 4.2.4
3580 * Fixed Bugzilla bug #102922.
3581 Adjusted two occurances of sentence fragments to make it easier for
3582 L10N folks to translate them.
3586 Overview of changes in gcalctool 4.2.3
3588 * Added Spanish (es) to ALL_LINGUAS at configure.in
3589 * gcalctool is now resizable again.
3593 Overview of changes in gcalctool 4.2.2
3595 * Made calculator window choose a reasonable size at startup, and resize
3596 when changing modes.
3600 Overview of changes in gcalctool 4.2.1
3602 * Removed the GNOME_UTIL_LIBS line in gcalctool/Makefile.am so that
3603 gcalctool will correctly build.
3607 Overview of changes in gcalctool 4.2.0
3609 * The gcalctool GUI layout has been redone to make the Basic mode more
3610 basic and to make the application more GNOMEish.
3611 * The Financial/Logical/Scientific mode buttons have been moved into
3612 the main calculator window above the Basic mode buttons. The Logical
3613 and Scientific modes have been combined.
3615 * The six item mode display has been removed and a mode panel added for
3616 the scientific mode.
3617 * Removed the property sheet. gcalctool no longer has a left or right
3619 * Blank buttons are now correctly hidden.
3620 * Added a "--enable-build-broken" flag to configure that has to be present
3621 in order to configure and build gcalctool while it's still in a semi-broken
3626 Overview of changes in gcalctool 4.1.27
3628 * Fixed Bugzilla bug #101782.
3629 Removed trailing "\n"'s where possible in the tooltip help messages.
3633 Overview of changes in gcalctool 4.1.26
3635 * Fixed Bugzilla bug #101861.
3636 The size of the memory register window is no longer hard-wired.
3640 Overview of changes in gcalctool 4.1.25
3642 * Fixed Bugzilla bug #101867.
3643 Changed multiply key from "X" to "*" (same as the existing gnome-calculator).
3647 Overview of changes in gcalctool 4.1.24
3649 * Fixed Bugzilla bug #101780.
3650 Removed leading and trailing spaces from the labels for the gcalctool buttons.
3654 Overview of changes in gcalctool 4.1.23
3656 * Fixed Bugzilla bug #101777.
3657 Removed trailing periods on the four window titles.
3661 Overview of changes in gcalctool 4.1.22
3663 * Various I18N changes.
3667 Overview of changes in gcalctool 4.1.21
3669 * Various I18N changes.
3673 Overview of changes in gcalctool 4.1.20
3675 * Fixed Sun Bugtraq bug #1102883 against DeskSet calctool:
3676 Adjusted so that all error messages just display "Error" which is
3681 Overview of changes in gcalctool 4.1.19
3683 * Fixed Sun Bugtraq bug #4006391 against CDE dtcalc:
3684 Bring up gcalctool, enter 10000 X 0.58 =, get answer is 5800.
3685 Then click on Int button, supposely should get 5800, but the answer was 5799.
3689 Overview of changes in gcalctool 4.1.18
3691 * Fixed Sun Bugtraq bug #1258472 against CDE dtcalc:
3692 Start up gcalctool and set to decimal and fixed. Set accuracy to 2 decimal
3693 places. Do a division like 0.19/2 It gives 0.0A.
3697 Overview of changes in gcalctool 4.1.17
3699 * Fixed Bugtraq bug #1190181 against OpenWindows DeskSet calctool:
3700 gcalctool core dumped if parent directory was not readable.
3704 Overview of changes in gcalctool 4.1.16
3706 * Updated TODO file with all relevant calculator Sun bugs and rfes.
3707 * Adjusted matherr() routine so that strict ANCI C compilers can compile it.
3708 * Mode windows now shows buttons correctly if you start up in Basic mode,
3709 then try to show one of the other modes.
3713 Overview of changes in gcalctool 4.1.15
3715 * "Keys" button now displays correctly if started with left-handed style.
3716 * Switching handed style now displays button labels correctly if currently
3717 showing the keyboard equivalent.
3721 Overview of changes in gcalctool 4.1.14
3723 * Buttons are colored correctly if started with left-handed style.
3727 Overview of changes in gcalctool 4.1.13
3729 * The unused buttons in the mode window are now hidden.
3733 Overview of changes in gcalctool 4.1.12
3735 * Added gconf support, removing the use of X11 resources.
3739 Overview of changes in gcalctool 4.1.11
3741 * Explicitly setting the size of the calculator buttons has been removed.
3742 * The width of the mode window is now set to the width of the main window.
3746 Overview of changes in gcalctool 4.1.10
3748 * Fixes for I18N support.
3752 Overview of changes in gcalctool 4.1.9
3754 * Now that gcalctool is using Gtk resources to determine the appearance of
3755 the calculator, there is no need to use the custom display_frame widget.
3756 * The calculator display area now has tooltip help.
3760 Overview of changes in gcalctool 4.1.8
3762 * Fixed up mistakes is the gcalctool tooltip help text.
3763 * Three keyboard accelerators weren't working when a "menu" button had been
3764 pressed and the calculator was in pending mode:
3765 Base button - "o" (octal).
3766 Mode button - "l" (logical).
3767 Trig button - "g" (gradient).
3768 * The + and . keys on the numeric keypad now work.
3772 Overview of changes in gcalctool 4.1.7
3774 * Added in help support. Hitting the Help key will toggle whether tooltip
3775 help messages are displayed for the various buttons and other widgets.
3777 By default tooltips are disabled. Start gcalctool with the "-h" command
3778 line option will enable them. There is also a "gcalctool.showhelp"
3779 resource that can enable/disable them.
3783 Overview of changes in gcalctool 4.1.6
3785 * The new Constant/Function popup now has the various items aligned.
3789 Overview of changes in gcalctool 4.1.5
3791 * The size of the buttons in the Mode window are incorrect if the unused ones
3792 are not shown. Solved this my simply making the unused ones insnsitive, and
3797 Overview of changes in gcalctool 4.1.4
3800 * Keyboard accelerators now work for the gcalctool "menu" buttons.
3804 Overview of changes in gcalctool 4.1.3
3806 * The constant and function definitions are now read and written to a file
3807 named ~/.gcalctoolcf.
3808 * gcalctool now also tries to read a ~/.gcalctoolrc file at startup time.
3809 This file (if it exists) can contain resources for changing the appearance
3810 of the application. A gcalctoolrc file is now also included with the
3811 gcalctool distribution, which gives the old OpenWindows DeskSet appearance
3813 * The ability to change various colors via X resources has also been removed.
3814 The manual pages have been updated to reflect this.
3818 Overview of changes in gcalctool 4.1.2
3820 * Starting gcalctool then switching hands to left-handed, then using the
3821 keyboard for input, wrongly associated the various keyboard accelerators
3822 for the swapped keys.
3826 Overview of changes in gcalctool 4.1.1
3828 * Now finds the X11 libraries in a platform independent way.
3829 * Fixed up the gcalctool usage message.
3830 * Fixed up the gcalctool manual pages.
3831 * gcalctool now looks for ~/.gcalctoolrc and ~/.gcalctooldefaults files.
3832 * X resources are now "gcalctool.<whatever" rather than "calctool.<whatever>".
3836 Overview of changes in gcalctool 4.1.0
3838 * Graphics driver is now based on Gtk2.
3842 Overview of changes in calctool 4.0.0
3844 * Code based on the calctool in the OpenWindows Deskset for Solaris 8.
3845 * Adjusted to use an autoconf/automake configuration and build environment.
3846 * Adjusted the code to a K&R style.
3847 * Incorporated in needed code from the libguide and libdeskset libraries.
3848 * Released under a GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL) license.
3849 * Just an XView graphics driver currently provided.