Restructure display.[ch] to have consistent function names and work towards routing...
[gcalctool.git] / ChangeLog
blob1f829278b7460e31c1688c2dcf7bfd31bffe11c4
1 /*   $Header: /cvs/gnome/gcalctool/ChangeLog,v 1.467 2006/12/18 03:05:13 richb Exp $
2  *
3  *  Copyright (c) 1987-2008 Sun Microsystems, Inc.
4  *  All Rights Reserved.
5  */
7 gcalctool change history.
8 =========================
10 2008-04-29 Robert Ancell <robert.ancell@gmail.com>
12     * Restructure display.[ch] to have consistent function names and work towards
13       routing all display code through one point to support Unicode more easily (Bug #530532).
15 2008-04-20 Robert Ancell <robert.ancell@gmail.com>
17     * configure.in: Version 5.23.1
19 2008-04-19 Robert Ancell <robert.ancell@gmail.com>
21     * gcalctool/display.c: Use correct radix when converting numbers to strings (Bug #527669).
23 2008-04-13 Robert Ancell <robert.ancell@gmail.com>
25     * gcalctool/gtk.c: Use correct maximum value for display horizontal scroll (Bug #524602)
27 2008-04-12 Robert Ancell <robert.ancell@gmail.com>
29     * gcalctool/gtk.c: Correctly populate the constant and function menus (Bug #527545)
30     * gcalctool/gtk.c:
31       gcalctool/functions.[ch]:
32       gcalctool/ui.h: Fix compiler warnings (Bug #527318)
33     * Fix a number of thousands separator issues (Bug #527669).
35 2008-04-10 Robert Ancell <robert.ancell@gmail.com>
37     * gcalctool/ce_parser.y: Change parser precedence to perform negation after
38       power operation (Bug #526094)
39     * gcalctool/Makefile.am:
40       po/POTFILES.skip:
41       m4/Makefile.am:
42       configure.in: Fix build so make distcheck works (Bug #526702)
43     * gcalctool/gtk.c: Remove shadowed variables (Bug #526976)
45 2008-03-08 Robert Ancell <robert.ancell@gmail.com>
47     * README:
48       NEWS:
49       configure.in:
50       Released a gcalctool v5.22.1 tarball.     
52 2008-04-07 Robert Ancell <robert.ancell@gmail.com>
54     * gcalctool/gtk.c: Handle shift-asterisk and asterisk for multiply
55       (the later occurs on the french keyboard) (Bug #526671)
57 2008-04-05 Robert Ancell <robert.ancell@gmail.com>
59     * Makefile.am: Don't distribute m4/.svn directory (Bug #524025)
61 2008-03-24 Robert Ancell <robert.ancell@gmail.com>
63     * Bug #524091 - First patch from Klaus Niederkrueger applied.
65 2008-03-12 Robert Ancell <robert.ancell@gmail.com>
67     * gcalctool/unittest.c:
68       Bug #135671 - Added initial unit tests
69     * Bug #520769 - Remove usage of sprintf() and strcpy() and replace
70       with snprintf() and strncpy().
72 2008-03-11 Robert Ancell <robert.ancell@gmail.com>
74     * gcalctool/functions.c:
75       Fixed bug #520525 - Clear display sets display to empty not "Ans".
77 2008-03-10 Rich Burridge <rich.burridge@sun.com>
79     * gcalctool/gtk.c:
80       Fixed bug #521620 - Impossible to type "(" in the GUI.
82     * gcalctool/gtk.c:
83       Fixed bug #520269 – Possibly incorrect use of plurals.
85     * gcalctool/calctool.c:
86       gcalctool/gtk.c:
87       From Jens Granseuer <jensgr at gmx dot net>
88       Fixed bug #521668 – compile errors.
90 2008-03-10 Rich Burridge <rich.burridge@sun.com>
92     * AUTHORS:
93       README:
94       NEWS:
95       configure.in:
96       Released a gcalctool v5.22.0 tarball.
98 2008-03-06 Rich Burridge <rich.burridge@sun.com>
100     * gcalctool/calctool.h:
101       Fix for bug #520474 - Calculator uses 06 in place of decimal.
103 2008-03-02 Rich Burridge <rich.burridge@sun.com>
105     * gcalctool/calctool.c:
106       Fix for bug #519979 - Please provide translator comments.
108 2008-02-28 Rich Burridge <rich.burridge@sun.com>
110     * gcalctool/gtk.c:
111       Fix for bug #519243 - Memory registers save incorrectly.
113 2008-02-24 Rich Burridge <rich.burridge@sun.com>
115     * README:
116       NEWS:
117       configure.in:
118       Released a gcalctool v5.21.92 tarball.
120 2008-02-11 Rich Burridge <rich.burridge@sun.com>
122     * README:
123       NEWS:
124       configure.in:
125       Released a gcalctool v5.21.91 tarball.
127 2008-02-11  Robert Ancell  <robert.ancell@gmail.com>
129     * glade/gcalctool.glade:
130       Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
132 2008-02-10 Rich Burridge <rich.burridge@sun.com>
134     * gcalctool/gtk.c:
135       gcalctool/calctool.c:
136       glade/gcalctool.glade:
137       help/C/gcalctool.xml:
138       Fix for bug #515326 – translation issues
140 2008-02-10  Robert Ancell  <robert.ancell@gmail.com>
142     * glade/gcalctool.glade:
143       Unmark bitcalculating strings for translation (Bug #515326)
144       Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
146 2008-02-10  Luca Ferretti  <elle.uca@libero.it>
148     * configure.in:
149       Remove help/it/Makefile, switching to gnome-doc-utils
151 2008-02-04 Rich Burridge <rich.burridge@sun.com>
153     * gcalctool/gtk.c:
154       Fix for bug #514233 - Title not translated
156 2008-02-02 Rich Burridge <rich.burridge@sun.com>
158     * gcalctool/gtk.c:
159       Fix for bug #513868 - Switching mode clears values but not 
160       "Malformed expression" in statusbar.
162     * gcalctool/ce_tokeniser.l:
163       From Sami Pietila <sami.pietila@utu.fi>
164       Fix for bug #513218 - Parsing not handling things the way a 
165       "normal" calculator would.
167     * help/de/de.po:
168       From Philipp Kerling <k.philipp@gmail.com>
169       Fix for bug #482666 - XML errors in gcalctool de translation.
171 2008-02-02  Tommi Vainikainen  <thv@iki.fi>
173         * glade/gcalctool.glade: Fix typo (Retreive -> Retrieve)
175 2008-01-28 Rich Burridge <rich.burridge@sun.com>
177     * README:
178       RELEASE.HOWTO:
179       NEWS:
180       configure.in:
181       Released a gcalctool v5.21.90 tarball.
183 2008-01-26 Rich Burridge <rich.burridge@sun.com>
185     * gcalctool/functions.c:
186       From Sami Pietila <sami.pietila@utu.fi>
187       Fix for bug #512204 - Regression in (-,+) handling.
189 2008-01-24 Rich Burridge <rich.burridge@sun.com>
191     * gcalctool/ce_parser.y:
192       gcalctool/mpmath.c:
193       gcalctool/functions.c:
194       Fix for bug #511052 – Mod gives negative remainders.
196 2008-01-16  Claude Paroz  <claude@2xlibre.net>
198     * gcalctool/gtk.c: (create_kframe):
199       Typo in message.
201 2008-01-14 Rich Burridge <rich.burridge@sun.com>
203     * README:
204       NEWS:
205       configure.in:
206       Released a gcalctool v5.21.5 tarball.
208 2008-01-04 Rich Burridge <rich.burridge@sun.com>
210     * gcalctool/gtk.c:
211       Fix for bug #507126 - "x" should be a keyboard shortcut for bitwise 
212       XOR but it's currently doing multiplication.
214     * gcalctool/gtk.c:
215       Fix for bug #507124 - gcalctool menu items are not being set inactive 
216       when there is an error condition.
218     * help/C/gcalctool.xml:
219       More work on bug #503941 – Various Calculator docmentation issues.
220       - Adjusted the note in section 3.1.1 to describe what a C locale is.
222 2008-01-03 Rich Burridge <rich.burridge@sun.com>
224     * help/C/gcalctool.xml:
225       Work on bug #503941 – Various Calculator docmentation issues.
226       - Added a section 3.6 "Undo and Redo"
227       - After an error condition pressing Shift-Delete will now 
228         clear it, not Delete.
229       - Updated and added numerous Alt-<whatever> and Control-<whatever>
230         definitions in the keyboard shortcut tables.
232     * RELEASE-HOWTO:  (new)
233       Added a document that provides a step-by-step list to remind 
234       gcalctool maintainers how to make a release.
236     * gcalctool/functions.c:
237       gcalctool/calctool.c:
238       gcalctool/calctool.h:
239       From Sami Pietila <sami.pietila@utu.fi>
240       Fix for bug #506742 - Various gcalctool buttons don't behave as 
241       expected when they are used right after a Clr operation.
243 2008-01-02 Rich Burridge <rich.burridge@sun.com>
245     * gcalctool/gtk.c:
246       From Sami Pietila <sami.pietila@utu.fi>
247       Work on bug #499954 – Key repeat is delayed.
248       Adjustments to the set_bit_panel() routine for arithmetic operator
249       precedence mode.
251 2008-01-01 Rich Burridge <rich.burridge@sun.com>
253     * (most files):
254       Updated the copyright messages to include 2008.
255       Updated the gcalctool About message in a similar fashion.
257     * help/C/figures/gcalctool_scientific_window.png:
258       help/C/gcalctool.xml:
259       gcalctool/functions.c:
260       gcalctool/lr_tokeniser.l:
261       gcalctool/lr_parser.y:
262       gcalctool/ce_tokeniser.l:
263       gcalctool/gtk.c:
264       gcalctool/mpmath.c:
265       gcalctool/ce_parser.y:
266       gcalctool/mpmath.h:
267       gcalctool/calctool.c:
268       gcalctool/calctool.h:
269       gcalctool/gcalctool.1:
270       glade/gcalctool.glade:
271       From Robert Millan <rmh@aybabtu.com>
272       From Robert Ancell <robert.ancell@gmail.com>
273       Fixed bug #505892 - Added a base 2 logarithm button. Note that for 
274       a future release of gcaltool, that this might be changed to a log<n>
275       button (see bug #336609 for more details).
277 2007-12-17 Rich Burridge <rich.burridge@sun.com>
279     * configure.in:
280       NEWS:
281       Released a gcalctool v5.21.4 tarball.
283 2007-12-15 Rich Burridge <rich.burridge@sun.com>
285     * help/C/gcalctool.xml:
286       Adjusted online help documentation to add in a section 4.4. "Changing
287       The Display Area" and to update the new keyboard shortcut for Clear.
289 2007-12-15 Robert Ancell <robert.ancell@gmail.com>
291     * Use delete key to delete character right of cursor in display, clear
292       now uses shift+delete (Bug #326938).
293     * glade/gcalctool.glade: Update all button tooltips to have the shortcut
294       key for that button (Bug #503707).
296 2007-12-12 Rich Burridge <rich.burridge@sun.com>
298     * gcalctool.desktop.in:
299       Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
300       category
302     * help/C/gcalctool.xml:
303       Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
304       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
306     * help/C/gcalctool.xml:
307       Work on bug #501699. Adjusted "monthly interest rate" to "simple
308       monthly interest rate" in the online help for two of the financial
309       examples.
311 2007-12-09 Robert Ancell <robert.ancell@gmail.com>
313     * gcalctool/gtk.c: Fix incorrect menu radio button selected when
314       mode change aborted (bug #488226).
316 2007-12-07 Rich Burridge <rich.burridge@sun.com>
318     * gcalctool/functions.c:
319       Fix for bug #502306 - unable to use MOD operation after a 
320       x ᶺ y operation.
322 2007-12-03 Rich Burridge <rich.burridge@sun.com>
324     * configure.in:
325       NEWS:
326       Released a gcalctool v5.21.3 tarball.
328 2007-12-2 Robert Ancell <robert.ancell@gmail.com>
330     * Added a "Reset to Default" accuracy menu item (bug #488542).
332 2007-11-28 Rich Burridge <rich.burridge@sun.com>
334     * gcalctool/gtk.c:
335       From Sami Pietila <sami.pietila@utu.fi>
336       When the bit calculation extension is enabled, a message now appears
337       in the status bar.
339     * glade/gcalctool.glade:
340       Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension 
341       produces incorrect results.
343 2007-11-27 Rich Burridge <rich.burridge@sun.com>
345     * help/C/figures/gcalctool_scientific_window.png:
346       help/C/gcalctool.xml:
347       Fixed bug #367731 - [doc] Update documentation for bit calculating 
348       extension.
350     * gcalctool/gtk.c:
351       From Sami Pietila <sami.pietila@utu.fi>
352       Fixed bug 500029 - Clearing a bit in the bitcalculating extension, 
353       sets the display to zero.
355 2007-11-27 Robert Ancell <robert.ancell@gmail.com>
357     * gcalctool/gtk.c: 
358       Disable menu items not valid in current mode (Bug #499625).
360 2007-11-17 Robert Ancell <robert.ancell@gmail.com>
362     * gcalctool/Makefile.am: Fix build dependencies for parsers (Bug #497237).
363     * gcalctool/gtk.c: Trim pasted text on newlines, replace tabs with spaces
364       (Bug #488796).
366 2007-11-13 Rich Burridge <rich.burridge@sun.com>
368     * help/C/figures/gcalctool_advanced_window.png:
369       help/C/figures/gcalctool_basic_window.png:
370       help/C/figures/gcalctool_financial_window.png:
371       help/C/figures/gcalctool_menu_symbol.png:
372       help/C/figures/gcalctool_scientific_window.png:
373       Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
375     * help/C/gcalctool.xml:
376       Fixed bug #367723 - [doc] Update documentation for Changing Modes 
377       Clears Calculation.
379 2007-11-12 Rich Burridge <rich.burridge@sun.com>
381     * configure.in:
382       NEWS:
383       Released a gcalctool v5.21.2 tarball.
385 2007-11-10 Robert Ancell <robert.ancell@gmail.com>
387     * gtk.c: Close precision dialog when setting precision from
388       Acc button (Bug #495349).
389     * gcalctool.glade: Connect "activate" signal for precision
390       spin button after spin button has been updated (Bug #495345)
392 2007-11-6 Robert Ancell <robert.ancell@gmail.com>
394     * everything:
395       Stop display characters from being translated as this will
396       cause the display parser to fail.
397       Change labels on trig function keys when inverse/hyperbolic
398       toggled.
400 2007-11-4 Robert Ancell <robert.ancell@gmail.com>
402     * everything:
403       Split calctool.h into seperate header files.
404       Removed unused function definitions and killed extern.h.
405       Moved gconf behaviour into get.c.
406       Removed some global variables for resource naming.
407       Merged graphics.c into gtk.c.
408       Renamed all gtk.c external functions to ui_*().
409       Moved main() into calctool.c.
410       Disable bitcalculating menu when not in scientific mode.
411       Renamed GTK+ callbacks so they all are in the form *_cb().
413 2007-11-3 Rich Burridge <rich.burridge@sun.com>
415     * help/Makefile.am:
416       From dmacks@netspace.org
417       Fixed bug #482655 - Missing image file.
419     * gcalctool/gtk.c:
420       Fix the buglet in comment #51 of bug #485919.
422 2007-11-3 Robert Ancell <robert.ancell@gmail.com>
424     * gcalctool/gtk.c: 
425       Re-enable accuracy menu items (Final part of bug #488694).
426       Make accuracy shortcuts only work in scientific mode (bug #488489).
427       Stop bogus '-/-' in accuracy menu items (bug #488703).
429 2007-11-1 Rich Burridge <rich.burridge@sun.com>
431     * display.c:
432       calctool.h:
433       functions.c:
434       gtk.c:
435       More lint fixups.
437 2007-11-1 Robert Ancell <robert.ancell@gmail.com>
439     * gcalctool/gtk.c:
440       glade/gcalctool.glade:
441       More work on bug #488694 - Move all popup menus into gcalctool.glade.
442       Split constant and function dialogs into seperate UI elements.
444     * gcalctool/graphics.c:
445       gcalctool/calctool.c:
446       gcalctool/calctool.h:
447       gcalctool/display.c:
448       gcalctool/functions.c:      
449       gcalctool/gtk.c:
450       glade/gcalctool.glade:      
451       More work on bug #488694 - Simplify menu code
453 2007-10-31 Rich Burridge <rich.burridge@sun.com>
455     * gcalctool/dsfuns.c:
456       gcalctool/calctool.h:
457       gcalctool/functions.c:
458       gcalctool/ce_parser.h:
459       gcalctool/gtk.c:
460       Code cleanup to a consistent style, plus fixup for various warnings
461       from lint.
463 2007-10-31 Robert Ancell <robert.ancell@gmail.com>
465     * gcalctool/mpmath.c:
466       gcalctool/graphics.c:
467       gcalctool/calctool.c:
468       gcalctool/calctool.h:
469       gcalctool/display.c:
470       gcalctool/functions.c:
471       gcalctool/extern.h:
472       gcalctool/get.c:
473       gcalctool/gtk.c:
474       glade/gcalctool.glade:
475       More work on bug #488694 - Move accelerator handling from calctool.c
476       
477     * gcalctool/gtk.c:
478       glade/gcalctool.glade:
479       More work on bug #488694 - Move ASCII, accuracy, function and
480       constant dialogs into gcalctool.glade
482 2007-10-30 Rich Burridge <rich.burridge@sun.com>
484     * gcalctool/mpmath.c:
485       Fix for bug #485134 - OR calculation produces incorrect result in 
486       arithmetic precedence mode.
488 2007-10-28 Rich Burridge <rich.burridge@sun.com>
490     * gcalctool/functions.c:
491       From Sami Pietila <sami.pietila@utu.fi>
492       Fix for bug #490701 - base radio buttons initially fail.
494     * Released a gcalctool v5.21.1 tarball.
496 2007-10-27 Rich Burridge <rich.burridge@sun.com>
498     * gcalctool/mpmath.c:
499       From Sami Pietila <sami.pietila@utu.fi>
500       Attempted fix for bug #485134 - OR calculation produces incorrect 
501       result in arithmetic precedence mode. This isn't a complete solution
502       so the bug has been reopened.
504 2007-10-26 Rich Burridge <rich.burridge@sun.com>
506     * gcalctool/functions.c:
507       From Sami Pietila <sami.pietila@utu.fi>
508       Fix for bug #488828 - Reciprocal remembers backspaced items.
510 2007-10-23 Rich Burridge <rich.burridge@sun.com>
512     * glade/gcalctool.glade:
513       More work on bug ##488694 - [a11y] Several calculator buttons 
514       don't speak correctly with Orca. Removed the accessible descriptions
515       (not needed) and adjusted the "shift left" and "shift right" names
516       (they were reversed).
518     * gcalctool/functions.c:
519       From Sami Pietila <sami.pietila@utu.fi>
520       Patch to stablize arithmetic precedence.
522 2007-10-23 Robert Ancell <robert.ancell@gmail.com>
524     * gcalctool/gtk.c:
525       Stop acting on toggle events from radio buttons when they go
526       inactive (Bug #485918).
528 2007-10-22 Rich Burridge <rich.burridge@sun.com>
530     * glade/gcalctool.glade:
531       From Robert Ancell <robert.ancell@gmail.com>
532       More work on bug #485919 - Use Glade for UI. This patch puts 
533       menu accelerators back again and fixes the top button row in 
534       basic mode being too tall.
536     * MAINTAINERS:
537       Added Robert Ancell to the list of gcalctool MAINTAINERS.
539     * glade/gcalctool.glade:
540       Fixed bug #488830 - Hex radio button shortcut conflicts with 
541       Help menu shortcut.
543     * glade/gcalctool.glade:
544       Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip 
545       shortcut keys.
547     * gcalctool/gtk.c:
548       Fixed bug #488783 - memory registers not available if you start 
549       in Advanced mode
551     * gcalctool/gtk.c:
552       glade/gcalctool.glade:
553       Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak 
554       correctly with Orca.
556 2007-10-20 Rich Burridge <rich.burridge@sun.com>
558     * gcalctool/calctool.c:
559       gcalctool/calctool.h:
560       gcalctool/functions.c:
561       gcalctool/extern.h:
562       gcalctool/gtk.c:
563       glade/gcalctool.glade:    (new)
564       glade/Makefile.am:
565       glade/mode_panel.glade:   (removed)
566       po/POTFILES.in:
567       From Robert Ancell <robert.ancell@gmail.com>
568       More work on bug #485919 - Use Glade for UI. This now provides
569       Glade support for the majority of the gcalctool GUI.
571 2007-10-15 Rich Burridge <rich.burridge@sun.com>
573     * gcalctool/gtk.c:
574       Fix for bug #485398 - Put memory register window inside the main window.
575       Uses gtk_window_set_transient_for() to associate the memory register
576       window with the main gcalctool window.
578     * help/C/gcalctool.xml:
579       Fix for bug #383850 - [doc] New names for Precedence.
581 2007-10-13 Rich Burridge <rich.burridge@sun.com>
583     * gcalctool/gtk.c:
584       From Sami Pietila <sami.pietila@utu.fi>
585       Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence 
586       mode if user has "hand edited" the display.
588 2007-10-12 Rich Burridge <rich.burridge@sun.com>
590     * configure.in:
591       gcalctool/calctool.c:
592       gcalctool/gtk.c:
593       gcalctool/Makefile.am:
594       Makefile.am:
595       glade/Makefile.am:          (new)
596       glade/mode_panel.glade:     (new)
597       From Robert Ancell <robert.ancell@gmail.com>
598       Work on bug #485919 - Use Glade for UI.
599       Initial Glade patch adds support for the mode panel.
601 2007-10-11 Rich Burridge <rich.burridge@sun.com>
603     * gcalctool/gtk.c:
604       Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
605       correctly set the state of the Edit-<Memory Registers check box if the
606       user wanted the memory registers initially displayed.
608     * gcalctool/gtk.c:
609       From Christian Persch <chpe@gnome.org>
610       Correctly handle memory register display and "Memory Registers" menu
611       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
612       (Needed because of the recent changes for bug #478961).
614 2007-10-08 Rich Burridge <rich.burridge@sun.com>
616     * Released a gcalctool v5.21.0 tarball.
618     * gcalctool/calctool.h:
619       gcalctool/display.c:
620       gcalctool/functions.c:
621       gcalctool/ce_tokeniser.l:
622       gcalctool/get.c:
623       gcalctool/gtk.c:
624       With lots of help from Sami Pietila <sampie@utu.fi>
625       Fix for bug #326938 – Display cursor in input area; allow home
626       and end keys. This is in arithmetic precedence mode only.
628 2007-10-08 Rich Burridge <rich.burridge@sun.com>
630     * gcalctool/graphics.c:
631       Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 
632       places menu items.
634 2007-10-02 Rich Burridge <rich.burridge@sun.com>
636     * help/C/gcalctool.xml:
637       gcalctool/calctool.h:
638       gcalctool/ce_tokeniser.l:
639       Fix for bug #439087 – Gcalctool can't handle small physic constants 
640       like the Boltzmann constant. The number of significant places has
641       been increased to 99 and the number of displayable digits has been
642       increased to 200. The online help has been adjusted to reflect these
643       changes.
645       Note that if you have something in the gcalctool display that is 
646       wider than the display area, a scrollbar is shown, but the first 
647       digit isn't properly displayed. The workaround here, is to enlarge 
648       the size of the calculator window until the scrollbar goes away.
649       I believe this is a Gtk+ problem and have filed bug #482688 against it.
651     * help/C/gcalctool.xml:
652       Fixed bug #367738 – [doc] Square root documentation needs to be updated.
653       The entry in the online help now includes examples for both arithmetic 
654       precedence and non-arithmetic precedence mode.
656     * help/C/gcalctool.xml:
657       Fixed bug #428571 – [doc] Repetitive usage of "use".
659 2007-10-01 Rich Burridge <rich.burridge@sun.com>
661     * gcalctool/Makefile.am:
662       configure.in:
663       From Rémi Cardona <remi@gentoo.org>
664       Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
666     * help/C/gcalctool.xml:
667       gcalctool/calctool.c:
668       gcalctool/display.c:
669       gcalctool/calctool.h:
670       gcalctool/functions.c:
671       gcalctool/lr_tokeniser.l:
672       gcalctool/ce_tokeniser.l:
673       gcalctool/gcalctool.1:
674       Fixed bug #428573 – [doc] Spelling of logical gates.
675       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
676       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
677       display area in arithmetic precedence mode. The gcalctool manual
678       pages and the online help have been updated accordingly.
680       The XOR operation in non-arithmetic mode was doing a multiplication 
681       instead.
683       The result for the AND example in the online help was incorrect.
685       The syntax for using NOT in aritmetic mode is different then for
686       non-arithmetic mode. The online help example has been updated to
687       show both examples.
689 2007-09-28 Rich Burridge <rich.burridge@sun.com>
691     * help/C/gcalctool.xml:
692       gcalctool/calctool.c:
693       gcalctool/calctool.h:
694       gcalctool/functions.c:
695       gcalctool/lr_tokeniser.l:
696       gcalctool/ce_tokeniser.l:
697       gcalctool/gcalctool.1:
698       gcalctool/gtk.c:
699       gcalctool/ce_parser.y:
700       With lots of help from Sami Pietila <sampie@ariana-dsl.utu.fi>
701       Fixed bug #469245 – Hexadecimal input is not intuitive and
702       bug #455889 – Copy/paste of lower case hex letter does not work.
703       The hexadecimal digits have been changed back to their pre Sept
704       2003 (bug #118826) values of "a" - "f".
706       The following functions have also had their keyboard shortcuts
707       reverted back to their pre Sept 2003 upper-case values:
709       [A] - Set accuracy
710       [C] - Change sign
711       [D] - Double-declining depreciation
712       [E] - Enter an exponential number
713       [F] - User-defined functions
715       With copy/paste operations, where the user is pasting a string into
716       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
717       "D" or "F" character is encountered, it will be converted to its
718       lowercase equivalent. If an "E" is found,  and the next character is a
719       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
720       a possible exponential number), otherwise its converted to a lower
721       case "e".
723       Displaying of hex digits in the gcalctool display will still be
724       in uppercase. Displaying of the "e" in an exponential number will
725       still be in lower-case.
727       The way to enter exponential numbers in arithmetic precedence mode
728       has changed. The following four examples should show you the new
729       correct syntax:
731         1  2  Exp + 8  =              1200000000
732       - 1  2  Exp + 8  =             -1200000000
733         1  2  Exp - 8  =              0.00000012
734       - 1  2  Exp - 8  =             -0.00000012
736       In both left-to-right precedence and arithmetic precedence modes, if
737       the user enters a numeric digit that is incorrect for the current
738       numeric base, this shouldn't be allowed and should not be entered
739       in the display.
741       The gcalctool documentation (and tooltips) have been updated to
742       reflect these changes.
744 2007-09-24 Rich Burridge <rich.burridge@sun.com>
746     * From Christian Persch <chpe@gnome.org>
747       gcalctool/gtk.c:
748       Fixed bug #479102 – memory registers dialogue should use ngettext.
750 2007-09-21 Rich Burridge <rich.burridge@sun.com>
752     * Updated the MAINTAINERS file with Sami's new email address.
754     * From Christian Persch <chpe@gnome.org>
755       gcalctool/gtk.c:
756       Fixed bug #478961 – GtkAaction use.
758     * From Christian Persch <chpe@gnome.org>
759       gcalctool/gtk.c:
760       Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
762     * From Christian Persch <chpe@gnome.org>
763       gcalctool/gtk.c:
764       Fixed bug #478979 – show menu help in statusbar.
766     * From Christian Persch <chpe@gnome.org>
767       gcalctool/gtk.c:
768       Fixed bug #479064 – should use ngettext on the Acc button.
770     * From Christian Persch <chpe@gnome.org>
771       gcalctool/gtk.c:
772       Fixed bug #479097 – use gtkmessagedialog.
774     * From Christian Persch <chpe@gnome.org>
775       gcalctool/gtk.c:
776       Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
778 2007-09-17 Rich Burridge <rich.burridge@sun.com>
780     * Released a gcalctool tarball for GNOME 2.20.0.
782 2007-09-03 Rich Burridge <rich.burridge@sun.com>
784     * Released a gcalctool tarball for GNOME 2.19.92.
786 2007-08-27 Rich Burridge <rich.burridge@sun.com>
788     * Released a gcalctool tarball for GNOME 2.19.91.
790 2007-08-17 Rich Burridge <rich.burridge@sun.com>
792     * From Lionel Le Folgoc
793       gcalctool.desktop.in:
794       Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
796 2007-08-13 Rich Burridge <rich.burridge@sun.com>
798     * Released a gcalctool tarball for GNOME 2.19.90.
800 2007-08-11 Rich Burridge <rich.burridge@sun.com>
802     * MAINTAINERS:
803       Adjusted to the new format.
805 2007-07-30 Rich Burridge <rich.burridge@sun.com>
807     * Released a gcalctool tarball for GNOME 2.19.6.
809 2007-07-30 Jan Arne Petersen <jpetersen@jpetersen.org>
811     * configure.in:
812       Remove help/de/Makefile due to gnome-doc-utils migration.
814 2007-07-24 Rich Burridge <rich.burridge@sun.com>
816     * From Christopher Taylor et al
817       configure.in:
818       gcalctool/gtk.c:
819       Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
820       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
822 2007-07-22 Yair Hershkovitz <yairhr@gmail.com>
823     * gcalctool/gtk.c:
824       Always use left-to-right direction for button's boxes. Fixed bug
825       #439415.
827 2007-07-08 Rich Burridge <rich.burridge@sun.com>
829     * gcalctool.desktop.in:
830       Applied Sun patch 
831       /jds/spec-files/trunk/patches/gcalctool-01-menu-entry.diff.
832       Changed the Comment line.
834     * Released a gcalctool tarball for GNOME 2.19.5.
836 2007-06-26 Rich Burridge <rich.burridge@sun.com>
838     * gcalctool/mpmath.c:
839       Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
841     * gcalctool/gtk.c:
842       Fixed bug #450790 – crash in Calculator when pasting in a very large
843       number.
845 2007-06-18 Rich Burridge <rich.burridge@sun.com>
847     * From Jani Monoses
848       Fixed bug #448263 – drop libgnome dependency
850     * Released a gcalctool tarball for GNOME 2.19.4.
852 2007-06-04 Rich Burridge <rich.burridge@sun.com>
854     * Released a gcalctool tarball for GNOME 2.19.3.
856 2007-05-21 Rich Burridge <rich.burridge@sun.com>
858     * Fixed bug #439985 – Negative value not saved in memory register 
859       across invocations of gcalctool. This was also a problem was negative
860       constants.
862 2007-05-13 Rich Burridge <rich.burridge@sun.com>
864     * Released a gcalctool tarball for GNOME 2.19.2.
866 2007-04-30 Rich Burridge <rich.burridge@sun.com>
868    * gcalctool/display.c:
869      gcalctool/functions.c:
870      From: Sami Pietilä
871      Fixed bug #419927 - calculator rcl function does not work as documented.
873 2007-04-23 Rich Burridge <rich.burridge@sun.com>
875     * Released a gcalctool tarball for GNOME 2.19.1.
876       (gcalctool version number now aligns with the GNOME 
877        minor.micro numbers).
879 2007-04-18 Rich Burridge <rich.burridge@sun.com>
881    * gcalctool/gtk.c:
882      Fixed up various compiler warnings.
884 2007-04-13  Changwoo Ryu  <cwryu@debian.org>
886     * configure.in:
887       Removed line for help/ko/Makefile.in due to gnome-doc-utils
888       migration.
890 2007-03-28 Rich Burridge <rich.burridge@sun.com>
892    * gcalctool.desktop.in:
893      Fixed bug #413443 – gnome-calculator is not publically visible icon.
895 2007-03-12 Rich Burridge <rich.burridge@sun.com>
897     * gcalctool/gtk.c:
898       Adjust "Paste" to _("Paste") in the for_each_menu() routine for 
899       bug #317786 – copy and paste menu entries are always active.
901 2007-03-12 Rich Burridge <rich.burridge@sun.com>
903     * Released a gcalctool tarball for GNOME 2.18.0 (Final).
905 2007-03-08  Christian Kirbach  <Christian.Kirbach@googlemail.com>
907         * gcalctool.desktop.in:
908         "Application" is not a valid category in the freedesktop specification.
909         Added the GTK category.
911 2007-02-27 Rich Burridge <rich.burridge@sun.com>
913     * gcalctool/gtk.c:
914       Fixed bug 412688 - gcalctool crashed with SIGSEGV in strlen().
916 2007-02-25 Rich Burridge <rich.burridge@sun.com>
918     * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
920 2007-02-12 Rich Burridge <rich.burridge@sun.com>
922     * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
924 2007-02-06 Rich Burridge <rich.burridge@sun.com>
926     * gcalctool/gtk.c:
927       Fixed bug #402473 – Problems pasting back value when using 
928       thousands separator.
930 2007-01-22 Rich Burridge <rich.burridge@sun.com>
932     * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
934 2007-01-17 Rich Burridge <rich.burridge@sun.com>
936     * gcalctool/gtk.c:
937       Fixed bug #397788 – Need spin control limit for Acc Other popup.
939 2007-01-16 Rich Burridge <rich.burridge@sun.com>
941     * gcalctool/gtk.c:
942       From Thomas Molhave
943       Fixed bug #317786 - copy and paste menu entries are always active.
945 2007-01-08 Rich Burridge <rich.burridge@sun.com>
947     * All copyright messages updated for 2007.
948     * Released a gcalctool tarball for GNOME 2.17.5.
950 2006-12-17 Rich Burridge <rich.burridge@sun.com>
952     * Released a gcalctool tarball for GNOME 2.17.4.
954 2006-12-15 Rich Burridge <rich.burridge@sun.com>
956     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
957       Fixed bug #371669 - Floating Hexadecimal values converting to any.
959 2006-12-08 Rich Burridge <rich.burridge@sun.com>
961     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
962       Fixed bug #381037 – result can not be used for "mod" operation.
964     * Fixed bug #369503 – Problems with 'arithmetic precedence mode'.
966 2006-12-04 Rich Burridge <rich.burridge@sun.com>
968     * Released a gcalctool tarball for GNOME 2.17.3.
970 2006-11-28 Rich Burridge <rich.burridge@sun.com>
972     * gcalctool/gtk.c:
973       Fixed bug #380145 – Markup error in alert message.
975 2006-11-27 Rich Burridge <rich.burridge@sun.com>
977     * gcalctool/gtk.c:
978       In set_win_position(), initialized the x and y variables.
980     * help/C/gcalctool.xml:
981       Fixed bug #367754 - [doc] Update documentation for % operator.
983     * help/C/gcalctool.xml:
984       Fixed bug #367728 - [doc] Update documentation for Mod (Modulus 
985       Division) operation.
987     * help/C/gcalctool.xml:
988       Fixed bug #367715 - [doc] Update doc to mention saving of memory 
989       registers.
991     * help/C/gcalctool.xml:
992       Fixed bug #367718 - [doc] Documentation change needed for 
993       View->Memory Registers menu item inactive.
995     * help/C/gcalctool.xml:
996       Fixed bug #367735 - [doc] Update documentation for Ctrm operation.
998     * help/C/gcalctool.xml:
999       Fixed bug #367740 - [doc] Documentation for Clear Entry and Clear 
1000       could be better.
1002     * help/C/gcalctool.xml:
1003       Fixed bug #367725 - [doc] Update documentation for the Memory 
1004       Register Window.
1006     * help/C/gcalctool.xml:
1007       Fixed bug #367720 - [doc] Documentation change needed for keyboard 
1008       shortcuts for buttons with menus associated with them.
1010     * help/C/gcalctool.xml:
1011       Fixed bug #367712 - [doc] Need to document how to enter scientific 
1012       number s with a negative exponent in AOP mode.
1014 2006-11-20 Rich Burridge <rich.burridge@sun.com>
1016     * gcalctool/gtk.c:
1017       Modified patch from Sun Bugster bug #6480076.
1018       Made the gcalctool display areas focusable.
1020     * help/C/gcalctool.xml:
1021       Fixed bug #367722 – [doc] Update documentation for Xor and x^y 
1022       operations.
1024 2006-11-18 Rich Burridge <rich.burridge@sun.com>
1026     * gcalctool/gtk.c:
1027       Fixed bug #76572 - Primary selection is not recognised.
1029 2006-11-04 Rich Burridge <rich.burridge@sun.com>
1031     * Released a gcalctool tarball for GNOME 2.17.2.
1033 2006-10-30 Rich Burridge <rich.burridge@sun.com>
1035     * gcalctool/calctool.c:
1036       gcalctool/calctool.h:
1037       gcalctool/display.c:
1038       gcalctool/functions.c:
1039       gcalctool/get.c:
1040       gcalctool/gtk.c:
1041       Fixed bug #358782 (http://bugzilla.gnome.org/show_bug.cgi?id=358782)
1042       Fixup sloppy string handling.
1044     * gcalctool/function.c:
1045       Fixup sloppy code indentation.
1046       Remove unwanted (commented out) code.
1047       Adjusted to /* ... */ style comments.
1049 2006-10-23 Rich Burridge <rich.burridge@sun.com>
1051     * gcalctool/get.c:
1052       From Paul Schulz:
1053       Fixed bug #364410 (http://bugzilla.gnome.org/show_bug.cgi?id=364410)
1054       Incorrectly rounded pi constant.
1056 2006-10-16 Rich Burridge <rich.burridge@sun.com>
1058     * Released a gcalctool tarball for GNOME 2.17.1.
1060 2006-10-07 Elijah Newren <newren gmail com>
1062     * gcalctool/gtk.c (create_change_mode_dialog): Remove markup from
1063       translatable messages.  #360453
1065 2006-10-03 Rich Burridge <rich.burridge@sun.com>
1067     * gcalctool/display.c:
1068       From Matt Keenan <matt dot keenen at sun period com>
1069       Fixed bug 359291 - crash when localized decimal point is greater 
1070       than 1 char. Removed the bogus assert.
1072 2006-10-01 Rich Burridge <rich.burridge@sun.com>
1074     * gcalctool/calctool.c:
1075       gcalctool/gtk.c:
1076       From Matthias Clasen:
1077       Fixed bug #358337 (http://bugzilla.gnome.org/show_bug.cgi?id=358337)
1078       gcalctool no longer crashes in the Oriya locale due to sloppy string
1079       handling.
1081 2006-09-29 Sami Pietila <sampie@ariana-dsl.utu.fi>
1083     * Fixed pr #354730 - crash in Calculator: running
1084       3x10^38 using bi..
1086 2006-09-28 Sami Pietila <sampie@ariana-dsl.utu.fi>
1088     * Fixed pr #357208 - Bitcalculating extension needs to
1089       support negative numbers
1091 2006-09-22 Rich Burridge <rich.burridge@sun.com>
1093     * gcalctool/calctool.c:
1094       gcalctool/calctool.h:
1095       gcalctool/extern.h:
1096       gcalctool/functions.c:
1097       gcalctool/functions.h:
1098       gcalctool/get.c:
1099       gcalctool/gtk.c:
1100       From Sami Pietila <sampie@ariana-dsl.utu.fi>
1101       Fixed bug #157961 - Bitcalculating extension for gcalctool.
1103 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
1105     * Fixed pr #355648 - Error reporting should be consistent.
1107 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
1109     * Fixed pr #135140 - percent operator works not as expected.
1110         
1111 2006-09-06 Rich Burridge <rich.burridge@sun.com>
1113     * gcalctool/calctool.c:
1114       gcalctool/calctool.h:
1115       gcalctool/get.c:
1116       gcalctool/gtk.c:
1117       Fixed bug #349981 - gcalctool should save screen position for next 
1118       start.
1120 2006-09-04 Rich Burridge <rich.burridge@sun.com>
1122     * Released a gcalctool tarball for GNOME 2.16.0 (Final).
1124 2006-08-18 Rich Burridge <rich.burridge@sun.com>
1126     * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
1128 2006-08-09 Rich Burridge <rich.burridge@sun.com>
1130     * gcalctool/functions.c:
1131       gcalctool/graphics.c:
1132       gcalctool/gtk.c:
1133       Removed several chunks of code that were surronded by #if 0/#endif.
1135 2006-08-07 Rich Burridge <rich.burridge@sun.com>
1137     * gcalctool/display.c:
1138       gcalctool/functions.c:
1139       gcalctool/graphics.c:
1140       Fixed bug #350341 (http://bugzilla.gnome.org/show_bug.cgi?id=350341)
1141       gcalctool now builds again with gcc v2.95.
1143 2006-08-06 Rich Burridge <rich.burridge@sun.com>
1145     * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
1147 2006-07-28 Lucas Rocha <lucasr@gnome.org>
1149     * configure.in:
1150       Removed line for help/es/Makefile.in due to g-d-u migration.
1151     * help/Makefile.am:
1152       Removed es from SUBDIRS due to g-d-u migration. 
1154 2006-07-24 Rich Burridge <rich.burridge@sun.com>
1156     * gcalctool/calctool.c:
1157       More work on bug #347700 
1158       (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
1159       Added another "Note to translators" comment for the Abs button labels.
1161     * configure.in:
1162       Fixed bug #348452 (http://bugzilla.gnome.org/show_bug.cgi?id=348452)
1163       Removed line for help/sv/Makefile.in
1165     * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
1167 2006-07-20 Rich Burridge <rich.burridge@sun.com>
1169     * gcalctool/calctool.c:
1170       Work on bug #347700 (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
1171       Added a "Note to translators" comment for the Bksp and Clr button
1172       labels.
1174 2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
1176     * gcalctool/gtk.c (about_cb): Updated FSF postal address.
1178 2006-07-10 Rich Burridge <rich.burridge@sun.com>
1180     * Released a gcalctool tarball for GNOME 2.15.4.
1182 2006-06-09 Rich Burridge <rich.burridge@sun.com>
1184     * Released a gcalctool tarball for GNOME 2.15.3.
1186 2006-06-01 Rich Burridge <rich.burridge@sun.com>
1188     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1189       Fixed bug #343150 (http://bugzilla.gnome.org/show_bug.cgi?id=343150)
1190       Gcalctool no longer crashes when switching to scientific mode.
1192 2006-05-16 Rich Burridge <rich.burridge@sun.com>
1194     * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
1196 2006-05-15 Rich Burridge <rich.burridge@sun.com>
1198     * Released a gcalctool tarball for GNOME 2.15.2.
1200 2006-05-10 Rich Burridge <rich.burridge@sun.com>
1202     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1203       Fixup compiler warnings from inclusion of last patch.
1205 2006-05-08 Rich Burridge <rich.burridge@sun.com>
1207     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1208       Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
1209       Backspace results in mal-formed expression.
1211     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1212       - = button is now also a one step undo. (This feature was temporary 
1213         disabled by the previous redo/undo patch.)
1215       - Removed gotos from do_expression function. (This change might add
1216         unstability as this is a major change to the expression mode state
1217         machine.)
1219       - Functions (such as sin, cos, tan..) can use previously calculated
1220         value.
1222 2006-05-01 Rich Burridge <rich.burridge@sun.com>
1224     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1225       First cut at an Undo/Redo implementation for use with the arithmetic
1226       operator precedence mode.
1228 2006-04-25 Rich Burridge <rich.burridge@sun.com>
1230     * Respun the gcalctool tarball for GNOME 2.15.1 because intltool
1231       is not Solarisized. It's generated constructs in .../po/Makefile.in.in
1232       that do not work on Solaris. The hack fix was to change the SHELL
1233       definition in .../po/Makefile.in.in to /bin/bask before running
1234       make; make install; make dist
1236     * Removed the no entry from the po/LINGUAS file.
1238 2006-04-24 Rich Burridge <rich.burridge@sun.com>
1240     * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
1242     * Released a gcalctool tarball for GNOME 2.15.1.
1244 2006-04-24 Rich Burridge <rich.burridge@sun.com>
1246     * Fixed bug #337897 (http://bugzilla.gnome.org/show_bug.cgi?id=337897)
1247       Changes to use po/LINGUAS file.
1249 2006-04-17  Kjartan Maraas <kmaraas@gnome.org>
1251     * configure.in: Remove obsolete entry for no_NO.
1252     * po/no.po: And the translation.
1254 2006-04-12 Rich Burridge <rich.burridge@sun.com>
1256     * Fixed bug #338220 (http://bugzilla.gnome.org/show_bug.cgi?id=338220)
1257       The 'Show trailing zeroes' option in the View menu should now be
1258       correctly set [in]sensitive depending upon which mode it's in.
1260 2006-03-31 Rich Burridge <rich.burridge@sun.com>
1262     * Further work on the gcalctool automated test tools:
1263       - Now allows comment lines starting with '#' to be read (and ignored)
1264         in the input file. Same for blank lines.
1266       - Added a listener to not start reading standard input until the 
1267         application see a "focus:" event for gcalctool.
1269       - Adjusted the isApplication() routine in runtests.py to check for
1270         None.
1272 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1274     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1275       Fixed bug #332023 (http://bugzilla.gnome.org/show_bug.cgi?id=332023)
1276       The bitwise operators now work in arithmetic operator precedence
1277       mode, when you use them with the result of a previous operation.
1279 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1281     * Fixed bug #327729 (http://bugzilla.gnome.org/show_bug.cgi?id=327729)
1282       The fields in the memory register window were not correctly aligned
1283       in some themes. In the create_rframe() routine in gtk.c, the code has
1284       been changed to use a gtk_table rather than ten gtk_hbox's.
1286 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1288     * Fixed bug #330867 (http://bugzilla.gnome.org/show_bug.cgi?id=330867)
1289       Added License info to the Gcalctool About dialog.
1291 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1293     * Fixed bug #335095 (http://bugzilla.gnome.org/show_bug.cgi?id=335095)
1294       Gcalctool no longer displays the current mode in the title bar when 
1295       in Basic mode (due to lack of space).
1297 2006-03-27  Tommi Vainikainen  <thv@iki.fi>
1299     * .cvsignore, Makefile.am, configure.in, omf.make, xmldocs.make,
1300         m4/.cvsignore: Migrated to gnome-doc-utils build system for user
1301         manuals.
1303 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1305     * From Ross Burton <ross at burtonini dot com>
1306       Fixed bug #335236 (http://bugzilla.gnome.org/show_bug.cgi?id=335236)
1307       Gcalctool schemas files should be installed if built with
1308       "--without-gnome".
1310 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1312     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1313       Adjustments to the AOP code so that e to the power of x gives the
1314       correct answer at high precision.
1316 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
1318     * configure.in (ALL_LINGUAS): Added Dzongkha (dz).
1320 2006-03-17 Rich Burridge <rich.burridge@sun.com>
1322     * Added .../test/non_aop_input.txt, the start of an test file for
1323       gcalctool in non-arithmetic operator precedence mode.
1325 2006-03-13 Rich Burridge <rich.burridge@sun.com>
1327     * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1329 2006-03-02 Rich Burridge <rich.burridge@sun.com>
1331     * From Elijah Newren <newren at gmail dot com>
1332       Fix for bug #333078 (http://bugzilla.gnome.org/show_bug.cgi?id=333078)
1333       cvs fails to build due to bg translation of help.
1335     * From Alexander Shopov <ash at contact dot bg>
1336       Inclusion of a translation of gcalctool help for the bg locale.
1338 2006-02-27 Rich Burridge <rich.burridge@sun.com>
1340     * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1342 2006-02-12 Rich Burridge <rich.burridge@sun.com>
1344     * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1346 2006-01-30 Rich Burridge <rich.burridge@sun.com>
1348     * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1350 2006-01-23 Rich Burridge <rich.burridge@sun.com>
1352     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1353       Refixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1354       The recent changes to the square root and subtraction button labels
1355       broke the token parser for arithmetic operator precedence.
1357 2006-01-19 Rich Burridge <rich.burridge@sun.com>
1359     * Added the start of an automated test framework for gcalctool, written
1360       in Python, under the new "test" sub-directory. See the comments at the
1361       beginning of runtests.py for more information.
1363 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1365     * Fixed bug #327124 (http://bugzilla.gnome.org/show_bug.cgi?id=327124)
1366       Changes to fix bug #326344 had the side-effect of causing the CE
1367       button to no longer work correctly.
1369 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1371     * Fixed bug #327214 (http://bugzilla.gnome.org/show_bug.cgi?id=327214)
1372       The results from performing trig functions were not being passed on
1373       to future calculations correctly (in non-arithmetic operator precedence 
1374       mode).
1376 2006-01-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
1378     * Used U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1379       for division sign, as discussed in
1380       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00137.html
1381       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00157.html
1383 2006-01-13 Rich Burridge <rich.burridge@sun.com>
1385     * Released a gcalctool tarball for GNOME 2.13.5.
1387 2006-01-12 Rich Burridge <rich.burridge@sun.com>
1389     * From Wouter Bolsterlee
1390       Fixed bug #323149 (http://bugzilla.gnome.org/show_bug.cgi?id=323149)
1391       Gcalctool now uses the Unicode symbols for division, multiplication, 
1392       plus/minus, minus and square root.
1394 2006-01-10 Rich Burridge <rich.burridge@sun.com>
1396     * Fixed bug #326344 (http://bugzilla.gnome.org/show_bug.cgi?id=326344)
1397       The bit display of large numbers (in non-arithmetic operator precedence
1398       mode with the scientific view) now hopefully works correctly.
1400       It no longer converts the displayed number to a double then a long 
1401       long, which is where the loss of accuracy was occuring.
1403       This also involved adding a couple of parameters to the make_fixed() 
1404       routine in display.c to make it more generally useful for things like 
1405       this.
1407 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1409     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1410       Fixed bug #142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1411       Gcalctool no longer ignores locale specific numeric point in
1412       arithmetic operator precedence mode.
1414     * Adjusted all the copyright messages to include 2006.
1416 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1418     * Fixed bug #325074 (http://bugzilla.gnome.org/show_bug.cgi?id=325074)
1419       Gcalctool no longer crashes when you double click the 0 in the 
1420       display area. Problem was the return value of the mouse_button_cb()
1421       routine in gtk.c.
1423 2005-12-30  Abel Cheung  <maddog@linuxhall.org>
1425     * configure.in: Added "zh_HK" to ALL_LINGUAS.
1427 2005-12-23 Rich Burridge <rich.burridge@sun.com>
1429     * Released a gcalctool tarball for GNOME 2.13.4.
1431 2005-12-21 Rich Burridge <rich.burridge@sun.com>
1433     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1434       Final fix for bug #153854 
1435       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1436       Now handles the case where the first thing the user does is 
1437       change mode (Basic, Financial, Advanced, Scientific) in AOP mode.
1439 2005-12-19 Rich Burridge <rich.burridge@sun.com>
1441     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1442       Fixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1443       Sqrt (and other similar operations) no longer fail in non-English 
1444       locales
1446 2005-12-13 Rich Burridge <rich.burridge@sun.com>
1448     * Fixed bug #324001 (http://bugzilla.gnome.org/show_bug.cgi?id=324001)
1449       Primary Selection (middle mouse button) is now working.
1451 2005-12-12 Rich Burridge <rich.burridge@sun.com>
1453     * Released a gcalctool tarball for GNOME 2.13.3.
1455 2005-11-28 Rich Burridge <rich.burridge@sun.com>
1457     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1458       More work on bug #153854 
1459       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1460       Similar change to that made on 15th November 2005, this time for
1461       arithmetic operator precedence (AOP) mode. Still need to correct 
1462       handle this is AOP mode if it's the first thing the user does.
1464 2005-11-17 Rich Burridge <rich.burridge@sun.com>
1466     * Slight fixup for bug #157961. The toggling of the first bit in the
1467       bit panel wasn't working correctly. The long long lval variable in
1468       the bit_toggled() routine in gtk.c needed to be made unsigned.
1470 2005-11-15 Rich Burridge <rich.burridge@sun.com>
1472     * More work on bug #153854 
1473       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1474       If the user has completed a calculation and we are going to a
1475       new mode that is "compatible" with this one, then just change
1476       modes. Otherwise display a dialog warning the user that the
1477       current calculation will be cleared.
1479       Incompatible modes are:
1481       Scientific -> Basic
1482       Scientific -> Advanced
1483       Scientific -> Financial
1485       (unless we are in Scientific mode with Decimal numeric base and Fixed).
1486       These changes work nicely in non-arithmetic operator precedence mode.
1487       For some reason, the display is still being cleared in arithmetic
1488       operator precedence mode. Keeping the bug open and transferring to 
1489       Sami for further evaluation.
1491 2005-11-14 Rich Burridge <rich.burridge@sun.com>
1493     * Released a gcalctool tarball for GNOME 2.13.2.
1495 2005-11-03 Rich Burridge <rich.burridge@sun.com>
1497     * Fixed bug #316755 (http://bugzilla.gnome.org/show_bug.cgi?id=316755)
1498       Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect: 
1499       assertion `window != NULL' failed" warnings at startup.
1501 2005-10-27 Rich Burridge <rich.burridge@sun.com>
1503     * Fixed bug #319934 (http://bugzilla.gnome.org/show_bug.cgi?id=319934)
1504       The percent operator was broken in non-arithmetic operator precedence
1505       mode.
1507 2005-10-13 Rich Burridge <rich.burridge@sun.com>
1509     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1510       Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1511       Exponential notation now works correctly in arithmetic operator
1512       precedence mode.
1514 2005-09-26 Rich Burridge <rich.burridge@sun.com>
1516     * Slight adjustment to the bit panel. It's now centralized.
1518 2005-09-23 Rich Burridge <rich.burridge@sun.com>
1520     * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1521       needed to also preserve v->toclear and v->pointed.
1523     * Work on enhancement request #157961
1524       (http://bugzilla.gnome.org/show_bug.cgi?id=157961).
1525       Started to implement the bit panel for non-arithmetic precedence mode.
1526       It's automatically displayed when in Scientific mode.
1528 2005-09-19 Rich Burridge <rich.burridge@sun.com>
1530     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1531       Implemented enhancement request #148104 for arithmetic precedence
1532       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1533       The modulo operation. See entry below for more details.
1535 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1537     * Fixed bug #316382 (http://bugzilla.gnome.org/show_bug.cgi?id=316382)
1538       The "useless" cursor is no longer displayed in the calculator 
1539       display area.
1541 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1543     * Implemented enhancement request #148104 for non-arithmetic precedence
1544       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1545       Added in a modulo operation. This is available in Scientic Mode.
1546       A Mod B return the remainder when you divide A by B. A and B must be
1547       integers. Keyboard shortcut for this operation is "M".
1549 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1551     * Fixed bug #162453 (http://bugzilla.gnome.org/show_bug.cgi?id=162453)
1552       The memory register dialog now uses GtkEntry widgets to display the
1553       register values. Gnopernicus can now correctly speak the contents of 
1554       each memory register. There is also a close button to easily dismiss 
1555       this dialog.
1557 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1559     * Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=312609)
1560       The memory register window is now a dialog rather than a top-level 
1561       window.
1563 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1565     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1566       Fixed bug #311307 (http://bugzilla.gnome.org/show_bug.cgi?id=311307)
1567       Fix to prevent invalid numeric entry in arithmetic operator precedence
1568       mode, depending upon the current base.
1570 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1572     * From yselkowitz at users dot sourceforge dot net
1573       A number of the bison- and flex-related make rules in 
1574       .../gcalctool/Makefile.am were broken when builddir != srcdir. 
1576 2005-08-26 Rich Burridge <rich.burridge@sun.com>
1578     * From dmacks at netspace dot org
1579       Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=314540)
1580       The libparser.a library needs ranlib run on it for Mac OS X.
1582 2005-08-24 Rich Burridge <rich.burridge@sun.com>
1584     * From Diego Petten? <flameeyes at gentoo dot org>
1585       Fixed bug #314375 (http://bugzilla.gnome.org/show_bug.cgi?id=314375)
1586       Replaced usage of malloc.h with stdlib.h in syntax_translation.c
1588 2005-08-22 Rich Burridge <rich.burridge@sun.com>
1590     * Generated release for GNOME 2.12 (RC)
1592     * From Olaf Heiring <olh at suse dot de> (via Rodrigo Moya)
1593       Changed type of argument in paren_disp from char to int for 64bit.
1595 2005-08-11 Rich Burridge <rich.burridge@sun.com>
1597     * Fixed bug #313255 (http://bugzilla.gnome.org/show_bug.cgi?id=313255)
1598       The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1600 2005-08-08 Rich Burridge <rich.burridge@sun.com>
1602     * Generated release for GNOME 2.11.91 (beta2).
1604 2005-08-04  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
1606     * configure.in: Added "te" to ALL_LINGUAS
1608 2005-08-03 Sami Pietila <sampie@ariana-dsl.utu.fi>
1610     * Fixed pr310167. Removed "ans" from the list of translated words.
1611         
1612 2005-07-25 Rich Burridge <rich.burridge@sun.com>
1614       Fixed bug #311306 (http://bugzilla.gnome.org/show_bug.cgi?id=311306)
1615       If the user was in View->Scientific with base Bin, Oct or Hex and 
1616       then went to View->Basic, then returned to View->Scientific, some of
1617       the numeric keys were incorrectly greyed out.
1619 2005-07-19 Rich Burridge <rich.burridge@sun.com>
1621     * From Christian Krause <chkr at plauener dot de>
1622       Fixed bug #310849 (http://bugzilla.gnome.org/show_bug.cgi?id=310849)
1623       Gcalctool no longer crashes when pressing the "B" button (or typing 
1624       Shift-B).
1626 2005-07-18 Rich Burridge <rich.burridge@sun.com>
1628     * Fixed bug #310791 (http://bugzilla.gnome.org/show_bug.cgi?id=310791)
1629       Memory register window view logic was screwed.
1631 2005-07-15 Rich Burridge <rich.burridge@sun.com>
1633     * From Jens Granseuer <jenssgr at gmx dot net>
1634       Fixed bug #310441 (http://bugzilla.gnome.org/show_bug.cgi?id=310441)
1635       Adjusted code to compile with gcc 2.95.2. (There was an assert before
1636       variable declarations in do_tfunc() in functions.c
1638 2005-07-11 Rich Burridge <rich.burridge@sun.com>
1640     * Fixed bug #153854 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1641       When the user changes modes, a warning dialog is displayed to let
1642       them know that their current display will be cleared and the base
1643       reset to decimal. The user has the option of checking a toggle box
1644       on the dialog, that will prevent this warning from being displayed 
1645       again.
1647 2005-07-01 Rich Burridge <rich.burridge@sun.com>
1649     * From Matt Keenan <matt.keenan@sun.com>
1650       Fixed bug #309294 (http://bugzilla.gnome.org/show_bug.cgi?id=309294)
1651       Adjustments to allow gcalctool to successfully build on Solaris with
1652       pkgconfig >= 0.17.1
1654 2005-06-30 Rich Burridge <rich.burridge@sun.com>
1656     * Fixed bug #309182 (http://bugzilla.gnome.org/show_bug.cgi?id=309182)
1657       In non-arithmetic precdence mode, gcalctool can now correctly change
1658       the sign of the exponent on scientific numbers again. The problem was
1659       caused by a chunk of code being removed from the handling of the 
1660       "+/-" case when the arithmetic operator precedence code was merged in.
1662 2005-06-21 Rich Burridge <rich.burridge@sun.com>
1664     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1665       Fixed bug #308408 (http://bugzilla.gnome.org/show_bug.cgi?id=308408)
1666       gcalctool can now correctly convert the hexadecimal numbers "A-F"
1667       to other bases in "use arithmetic operator precedence mode".
1669 2006-06-10  Jordi Mallach  <jordi@debian.org>
1671         * gcalctool/gcalctool.1: Fix two typos (Debian Bug#310356).
1673 2006-06-03  Christian Rose  <menthos@menthos.com>
1675         * configure.in: Added "gl" to ALL_LINGUAS.
1677 2005-05-31 Rich Burridge <rich.burridge@sun.com>
1679     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1680       Fixed bug #305619 (http://bugzilla.gnome.org/show_bug.cgi?id=305619)
1681       Calculations with stored register values in arithmetic operator 
1682       precedence mode, now work correctly.
1684 2005-05-26 Rich Burridge <rich.burridge@sun.com>
1686     * From Christian Krause <chkr at plauener dot de>
1687       Fixed bug #305034 (http://bugzilla.gnome.org/show_bug.cgi?id=305034)
1688       In "Use Arithmetic Precedence" mode, when switching the format 
1689       (e.g. from ENG to FIX), the displayed value switches to zero (in the 
1690       corresponding format, so e.g. 0.0 or 0e+0, ...).
1692 2005-05-25 Rich Burridge <rich.burridge@sun.com>
1694     * Fixed bug #305467 (http://bugzilla.gnome.org/show_bug.cgi?id=305467)
1695       gcalctool no longer crashes under the following scenerio:
1696       - type "f" to bring up the user function menu.
1697       - dismiss the menu by clicking elsewhere with the mouse.
1698       - type another character which isn't in the range "0" to "9".
1700 2005-05-18 Rich Burridge <rich.burridge@sun.com>
1702     * Did a gcalctool tarball release.
1704 2005-05-16 Rich Burridge <rich.burridge@sun.com>
1706     * Fixed bug #304056 (http://bugzilla.gnome.org/show_bug.cgi?id=304056)
1707       Adjusted the keyboard shortcuts for the Xor and x^y operations.
1708       New values are:
1709       Xor - 'x'
1710       x^y - '^'
1712 2005-05-02 Rich Burridge <rich.burridge@sun.com>
1714     * From Paolo Borelli <pborelli at katamail dot com>
1715       Fixed bug #302555 (http://bugzilla.gnome.org/show_bug.cgi?id=302555)
1716       Various gcalctool variables have now been const'ified.
1718 2005-04-21 Rich Burridge <rich.burridge@sun.com>
1720     * From Vincent van Adrighem <adrighem at gnome dot org>
1721       Fixed bug #300957 (http://bugzilla.gnome.org/show_bug.cgi?id=300957)
1722       Replaced the underscore character in "translator_credits" with a
1723       hyphen, to prevent some translation tools from being confused.
1725 2005-04-13 Rich Burridge <rich.burridge@sun.com>
1727     * More work on bug #172704. 
1728       - Adjusted the code to not try to display a menu when the user 
1729         entered a left parentheses (another do_pending() type of 
1730         operation).
1731       - Toggling the "Show Trailing Zeroes" operation via keyboard
1732         shortcuts, needed to clear the v-.pending flag.
1734 2005-04-11 Rich Burridge <rich.burridge@sun.com>
1736     * Fixed up some problems reported by lint.
1738 2005-04-07 Rich Burridge <rich.burridge@sun.com>
1740     * Fixed bug #172704 (http://bugzilla.gnome.org/show_bug.cgi?id=172704)
1741       Fixed bug #172869 (http://bugzilla.gnome.org/show_bug.cgi?id=172869)
1742       When the user now uses the keyboard shortcut for any of the gcalctool
1743       buttons that have a menu associated with them, that menu is now displayed.
1744       The user can use the arrow keys to select a menu item or the menu items 
1745       shortcut.
1747 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1749     * From Alan Horkan <horkana@tcd.ie>
1750       Fixed bug #171393 (http://bugzilla.gnome.org/show_bug.cgi?id=171393)
1751       Allow stock labels to show through. Should make translation that 
1752       little bit easier. 
1754 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1756     * Refixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1757       The Help->Contents menu item no longer appears if gcalctool is built
1758       Gtk-only.
1760 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1762     * Fixed bug #172798 (http://bugzilla.gnome.org/show_bug.cgi?id=172798)
1763       gtk_set_locale was already being run by gtk_init() and the gtk about 
1764       popup didn't have the gcalctool icon.
1766 2005-03-31  Steve Murphy  <murf@e-tools.com>
1768     * configure.in: Added "rw" to ALL_LINGUAS.
1770 2005-03-28  Abel Cheung  <maddog@linuxhall.org>
1772     * configure.in: Added "tr" to ALL_LINGUAS.
1774 2005-03-31 Sami Pietila <sampie@ariana-dsl.utu.fi>
1776     * Fix for bug #172150
1777     * Minor fix: the initial zero value is not anymore used as a
1778       function parameter.
1780 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1782     * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1783       the on-screen keyboard assistive technology, it's possible that the 
1784       event returned by gtk_get_current_event() is NULL. If this is the 
1785       case, we need to fudge the popping up on the menu associated with 
1786       this menu button.
1788 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1790     * Fixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1791       You can now build gcalctool without the GNOME libraries by specifying
1792       "--disable-gnome" on the configure command line.
1794 2005-03-22  Adi Attar  <aattar@cvs.gnome.org>
1796         * configure.in: Added 'xh' to ALL_LINGUAS.
1798 2005-03-19 Sami Pietila <sampie@ariana-dsl.utu.fi>
1800     * Fix for bug #168385
1801     * Minor cleanups
1802         
1803 2005-03-10 Rich Burridge <rich.burridge@sun.com>
1805     * Fixed bug #167479 (http://bugzilla.gnome.org/show_bug.cgi?id=167479)
1806       gcalctool with set the View->Memory Registers menu item inactive if
1807       the calculator is in Basic mode.
1809 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1811     * Fixed bug #169196 (http://bugzilla.gnome.org/show_bug.cgi?id=169196)
1812       gcalctool now uses use g_get_home_dir().
1814     * Added in a better implementation of the trig_filter() routine in 
1815       functions.c
1817     * Fixed bug #168694 (http://bugzilla.gnome.org/show_bug.cgi?id=168694)
1818       gcalctool now saves/restores the ten memory register values as gconf 
1819       resources.
1821     * Removed the redundant process_str() routine in graphics.c
1823 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1825     * Version for GNOME 2.10.0 (final) call for tarballs.
1827 2005-03-07 Irene Ryan <irene.ryan@sun.com>
1828                         (on behalf of Maeve Anslow)
1830         * help/C/gcalctool.xml; updated help manual
1831         * help/C/gcalctool-C.omf; updated OMF file details
1832         * help/C/l10n.txt; updated instructions for L10N
1833         * help/C/figures/gcalctool_basic_window.png; updated screenshot
1834         * help/C/figures/gcalctool_scientific_window.png; updated screenshot
1835         
1836 2005-02-28 Rich Burridge <rich.burridge@sun.com>
1838     * Version for GNOME 2.10.0 (rc1) call for tarballs.
1840 2005-02-27 Rich Burridge <rich.burridge@sun.com>
1842     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1843       Partial fix for bug 168385 
1844       (http://bugzilla.gnome.org/show_bug.cgi?id=168385)
1845       "F+F=" wasn't working in arithmetic operator precedence mode.
1847 2005-02-18 Rich Burridge <rich.burridge@sun.com>
1849     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1850       Changes to make the trigonometric code work with hyp and inv
1851       properly.
1853 2005-02-15 Rich Burridge <rich.burridge@sun.com>
1855     * The fix for bug #162998 was incorrect when in Arithmetic Precedence
1856       mode. Had to remove an extra bogus signal handler that shouldn't
1857       have been connected up for menu-type buttons.
1859     * Exch functionality was incorrect in Arithmetic Precedence mode.
1861     * Left and Right shift operations weren't working correctly. Menu
1862       name comparison in mb_proc() in gtk.c was incorrect.
1864 2005-02-11 Rich Burridge <rich.burridge@sun.com>
1866     * Fixed bug 167124 (http://bugzilla.gnome.org/show_bug.cgi?id=167124)
1867       One of the entries in the words[] array in syntax_translation.c was
1868       accidentally commented out.
1870 2005-02-08 Rich Burridge <rich.burridge@sun.com>
1872     * From Dennis Cranston <dennis_cranston at yahoo com>
1873       Fixed bug 166634 (http://bugzilla.gnome.org/show_bug.cgi?id=166634)
1874       Call to create the About box was missing a NULL terminator.
1876 2005-02-07 Rich Burridge <rich.burridge@sun.com>
1878     * Adjusted all copyright messages to be 2005.
1879     * Version for GNOME 2.10.0 (beta2) call for tarballs.
1881 2005-02-03 Rich Burridge <rich.burridge@sun.com>
1883     * From Naveen & Team < naveenchandranv@gmail.com >
1884       Fixed bug #165522 (http://bugzilla.gnome.org/show_bug.cgi?id=165522)
1885       Made the status bar non-resizable.
1887 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1889     * From Mariano Suárez-Alvarez <msuarezalvarez at arnet dot com dot ar>
1890       Various code cleanups. It moves some declarations of static functions 
1891       to the corresponding .c files. It also cuts down the number of 
1892       included files, moving some includes to where they are needed from 
1893       calctool.h.
1895 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1897     * From Kristof Vansant <de_lupus at pandora dot be>
1898       Adjusted the About dialog to use the latest GtkAbout widget.
1900 2005-01-24 Rich Burridge <rich.burridge@sun.com>
1902     * Version for GNOME 2.10.0 (beta1) call for tarballs.
1904 2005-01-21 Rich Burridge <rich.burridge@sun.com>
1906     * Fixed bug #162998 (http://bugzilla.gnome.org/show_bug.cgi?id=162998)
1907       The "menu" buttons in gcalctool now responds to the "clicked" event
1908       rather than the "button-press-event" to allow gok, the on-screen 
1909       keyboard to function properly.
1911     * Fixed bug #159957 (http://bugzilla.gnome.org/show_bug.cgi?id=159957)
1912       Input number in FIX mode now make mimimal changes to (i.e append a
1913       single character) the display rather than completely delete and
1914       insert it. The is helpful to assistive technologies like gnopernicus.
1916 2005-01-18 Rich Burridge <rich.burridge@sun.com>
1918     * Fixed bug #164184 (http://bugzilla.gnome.org/show_bug.cgi?id=164184)
1919       Adjusted location of comments in syntax_translation.c so that the
1920       L10N message translation software isn't confused.
1922 2005-01-12 Rich Burridge <rich.burridge@sun.com>
1924     * Fixed bug #163468 (http://bugzilla.gnome.org/show_bug.cgi?id=163468)
1925       Pressing "(<Del>)" would cause gcalctool to crash.
1927 2004-01-10 Rich Burridge <rich.burridge@sun.com>
1929     * Version for GNOME 2.9.4 call for tarballs.
1931 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1933     * From Pádraig Brady < P at draigBrady dot com >
1934       Couldn't use the "#" key to select constants as this symbol was
1935       a lower-case symbol on his keyboard.
1937     * From Pádraig Brady < P at draigBrady dot com >
1938       Powers that were a multiple of 30 (10 as well as 3) would not 
1939       display correctly, having a 4 digit significand. Further testing 
1940       showed that without the fix the following powers had a 4 digit 
1941       significand: 27,30, 57,60, 90, 96 (and every 3 from here on). 
1943 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1945     * Fixed bug #161976 (http://bugzilla.gnome.org/show_bug.cgi?id=161976).
1946       configure.in now checks to make sure that atk >= 1.5
1948 2005-01-03 Naveen & Team < naveenchandranv@gmail.com >
1950     * Fixed bug #155101 (http://bugzilla.gnome.org/show_bug.cgi?id=155101).
1951       Made the gcalctool window resizable.
1953 2004-12-21 Rich Burridge <rich.burridge@sun.com>
1955     * Version for GNOME 2.9.3 call for tarballs.
1957 2004-12-17 Rich Burridge <rich.burridge@sun.com>
1959     * Fixed bug #160929 (http://bugzilla.gnome.org/show_bug.cgi?id=160929).
1960       Removed the "Mode" word from each of the different mode menu items 
1961       in the gcalctool View menu.
1963 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1965     * From Hidetoshi Tajima <Hidetoshi dor Tajima at Sun dot COM>
1966       Fixed bug #157701 (http://bugzilla.gnome.org/show_bug.cgi?id=157701).
1967       gcalctool can now use real multiplication and division symbols
1968       instead of "*" and "/". This is done via locale string translations.
1969       There is now a new en_US.po message file included with the
1970       distribution.
1972     * Latest that same day...
1973       Adjusted the multiplication and division entries in the en_US.po
1974       file to be "*' and "/" to stop the Ximian tinderbox build breaking.
1975       This "fix" needs further investigating.
1977 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1979     * Fixed bug #160088 (http://bugzilla.gnome.org/show_bug.cgi?id=160088).
1980       Adjusted the titlebar text so that it doesn't include the word "Mode"
1981       which was getting chopped when the calculator was in Basic mode.
1983 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1985     * Fixed bug #157962 (http://bugzilla.gnome.org/show_bug.cgi?id=157962).
1986       Added in a set of three colors for gcalctool that will work with 
1987       the default theme. To use them, the "gcalctoolrc" file supplied with
1988       the source distribution needs to be moved to ~/.gcalctoolrc
1990 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1992     * Generated gcalctool tarball for the GNOME 2.9.2 release.
1994 2004-11-15 Rich Burridge <rich.burridge@sun.com>
1996     * Fixed bug #158357 (http://bugzilla.gnome.org/show_bug.cgi?id=158357).
1997       Removed the -DGNOME_DISABLE_DEPRECATED and the -DGTK_DISABLE_DEPRECATED
1998       flags from the INCLUDES definition in .../gcalctool/Makefile.am for now,
1999       to allow it to successfully build against the latest GNOME/Gtk+.
2001     * Slight adjustment to correct check the Advanced mode menu item when
2002       the user had previously terminated gcalctool in that mode.
2004     * Adjusted the scroll_right() routine to only scroll right if the 
2005       horizontal scroll bar is visible.
2007 2004-11-14 Rich Burridge <rich.burridge@sun.com>
2009     * Changed the names of the gconf mode type key so that there is
2010       backward compatibility. Old key name was "mode". New key name
2011       id "modetype".
2013     * Reset the initial default mode to BASIC.
2015 2004-11-11 Rich Burridge <rich.burridge@sun.com>
2017     * From Sebastien Estienne <sebastien dot estienne at gmail.com>
2018       Changes to add in a very basic mode for gcalctool. Rather than calling
2019       this a "Light" mode, the existing "Basic" mode is now renamed to
2020       "Advanced" and the new basic mode is called "Basic".
2022       Took a different approach from Sebastien in implementing this, so that
2023       I could easily add in an extra row of buttons over what he'd sent in 
2024       his patch.  These are Bksp, CE, Clr and +/- (change sign).
2026     * Fixed bug #157757 (http://bugzilla.gnome.org/show_bug.cgi?id=157757)
2027       The horizontal scrollbar for the display area will now only be visible
2028       when needed. It will also display the rightmost part of the display
2029       as you are entering new input.
2031 2004-11-04 Sami Pietila <sampie@ariana-dsl.utu.fi>
2033     * Converted parsers to use calc_xpowy() instead of mppwr2().
2034     * Addressed some compiler warnings
2036 2004-11-03 Rich Burridge <rich.burridge@sun.com>
2038     * Partial fix for bug #157021 
2039       (http://bugzilla.gnome.org/show_bug.cgi?id=157021).
2040       Changes have been added to fix this for non-arithmetic precedence mode.
2041       for x ^ y, if x is negative and y is an integer, then the mppwr() MP
2042       routine is used instead of mppwr2(). Added a new calc_xpowy() routine 
2043       in mpmath.c to do this calculation. Also added a show_error() routine
2044       to functions.c to display the error in the status bar if the user
2045       enters -X with non-integer Y.
2047 2004-11-02 Sami Pietila <sampie@ariana-dsl.utu.fi>
2049     * -x^y was intepreted -(x^y). Fixed. 
2050     * Also removed implicit multiplication as it caused problems.
2052 2004-11-01 Rich Burridge <rich.burridge@sun.com>
2054     * Generated gcalctool tarball for first GNOME 2.9 release.
2056 2004-10-15 Sami Pietila <sampie@ariana-dsl.utu.fi>
2058     * Fixed pr 148639.  
2060 2004-09-30 Rich Burridge <rich.burridge@sun.com>
2062     * Slight adjustment to bug #152301
2063       (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
2064       The tooltip message had been tweaked to 
2065       "Show the About Gcalctool dialog".
2067 2004-09-28 Pawan Chitrakar 
2069         * configure.in: Added "ne" Nepali in ALL_LINGUAS
2071 2004-09-27 Rich Burridge <rich.burridge@sun.com>
2073     * From Christian Rose <menthos at menthos dot com>
2074       Fixed bug #152301 (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
2075       Adjusted the tooltip message for Help->About... from "Show about help"
2076       to "Show the about dialog", to make it more understandable.
2078 2004-09-27 Rich Burridge <rich.burridge@sun.com>
2080     * From Heikki Tauriainen <heikki dot tauriainen at hut dot fi>
2081       Fixed bug #153726 (http://bugzilla.gnome.org/show_bug.cgi?id=153726)
2082       Gcalctool will now build correctly when using the -fno-common option 
2083       for gcc (3.3.4).
2085 2004-09-26 Sami Pietila <sampie@ariana-dsl.utu.fi>
2087     * Numerical localization (and thousand separator) disabled if an expression
2088       with parenthesis is entered in non-arithmetic precedence mode.
2089       
2090 2004-09-24 Rich Burridge <rich.burridge@sun.com>
2092     * If the accuracy was changed via one of the ten preset menu items
2093       in the Acc menu, the tooltip wasn't getting correct updated with 
2094       the new accuracy.
2096 2004-09-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
2098     * Numerical answer localization and thousand separator support
2099       for arithmetic precedence mode.
2101 2004-09-02 Rich Burridge <rich.burridge@sun.com>
2103     * Fixed rfe #147803 (http://bugzilla.gnome.org/show_bug.cgi?id=147803)
2104       Further changes to the "Set Precision" popup.
2105       - "Significant places" not "Significant Places".
2106       - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is
2107         the current precision, and be in the same radio box group as 
2108         the other menu items. Check the appropriate menu entry
2109       - Adjust the Acc button tooltip to show the current accuracy too.
2110       - When the user attempts to enter an invalid entry in the Set 
2111         Precision popup, an error message is shown in the main gcalctool 
2112         status bar.
2113       - the other Acc radio button items (0-9) need to have mnemonics (_0,
2114         _1 ...).
2116     * From Jens Granseuer (jensgr at gmx dot net)
2117       Fixed bug #152790 (http://bugzilla.gnome.org/show_bug.cgi?id=152790)
2118       Most of the changes needed were already in CVS; there was one compiler
2119       warning that still needed to be removed.
2121     * Storing the display value to a memory register was not updating the
2122       memory register window, if it was visible.
2124 2004-09-02 Rich Burridge <rich.burridge@sun.com>
2126     * Added in functionality to set the number of significant places > 9.
2127       There is a new menu item under the Acc menu called "Set Precision..."
2128       that brings up a small popup allowing you to set precision between 0
2129       and MAXACC significant places (where MAXACC is currently 30).
2131 2004-09-08  Gora Mohanty  <gmohanty@cvs.gnome.org>
2132                                                                                 
2133         * configure.in: Added 'or' to ALL_LINGUAS.
2135 2004-08-24 Breda McColgan <breda.mccolgan@sun.com>
2137         * help/C/gcalctool.xml: Updated for GNOME 2.8, technical review draft   * help/C/gcalctool-C.omf: Updated for GNOME 2.8
2138         * help/C/l10n.txt: Updated for GNOME 2.8
2139         * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.8
2141 2004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
2143         * configure.in: Add Â«nb» to ALL_LINGUAS.
2145 2004-08-16  Christian Rose  <menthos@menthos.com>
2147         * configure.in: Added "bs" to ALL_LINGUAS.
2149 2004-08-02 Rich Burridge <rich.burridge@sun.com>
2150     
2151     * Refixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
2152       This time removed the .../help/<locale>omf_timestamp files as well.
2154 2004-08-01 Sami Pietila <sampie@ariana-dsl.utu.fi>
2156     * (Re)implemented paste functionality.
2158 2004-07-27 Rich Burridge <rich.burridge@sun.com>
2160     * Fixed up numerous warnings generated by running lint on the gcalctool
2161       code. Removed unused variables and functions. Declared routines
2162       statically where possible.
2164 2004-07-27 Rich Burridge <rich.burridge@sun.com>
2166     * From Joe Marcus Clarke (marcus at freebsd dot org)
2167       Fixed bug 148581 (http://bugzilla.gnome.org/show_bug.cgi?id=148581)
2168       Changes to get latest gcalctool compiling on a BSD system.
2170 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2172     * Added various filenames to .../gcalctool/.cvsignore.
2173     * Added mkinstalldirs so that I could successfully do a "make dist"
2174       on my Solaris machine.
2175     * Removed ChangeLog-NG and FIXME references from Makefile.am
2176     * Version 5.5.0 released.
2178 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2180     * Added:
2181       gcalctool/mpmath.c
2182       gcalctool/syntax_translation.c
2183       to ../po/POTFILES.in (thanks Marcel Telka!).
2185 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2187     * Fixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
2188       Removed the unwanted ...omf.out files from under the .../help/
2189       directories, an artifact of the gcalctool-ng branch merge.
2190       Removed the unwanted Makefile and Makefile.in files from the same
2191       directories.
2193 2004-07-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
2194     * Menu option "Arithmetic Precedence" mode is disabled on error condition.
2195     * Remove goto commands from do_expression()
2197 2004-07-22 Sami Pietila <sampie@ariana-dsl.utu.fi>
2199     * Error is reported and input not accepted if a number exceeds 40 chars.
2200     * Added e+ and e- notation support to ce_tokeniser.
2201     * xh, xd, xb and xo support removed (from ce_tokeniser), where x is a number.
2202     * Empty input is always displayed as zero.
2203     * Removed some redundant #ifdefs
2204     * Applied a patch from Rich Burridge. The patch removes goto from exp_del_char()
2205     * Changed macro N_() to _() from statusbar entries.
2206     * Postfix operations can now use empty (zero) expression as a operator
2208 2004-07-19 Rich Burridge <rich.burridge@sun.com>
2210     * Added in function prototypes to fixup warning messages from the compiler.
2211     * Added a final newline in both .l files, so that they could be correctly
2212       compiled on a Solaris machine.
2213     * Removed the "[Experimental]" from the titleline.
2215 2004-07-19 Rich Burridge <rich.burridge@sun.com>
2217     * Removed ChangeLog-NG. It's not needed.
2218     * Added the contents of FIXME to the TODO file and removed
2219       FIXME.
2220     * Added Copyright comments to the source files that didn't have
2221       them.
2222     * Adjusted the C code to the "One True Style". If/when you take over
2223       ownership of gcalctool, I'm happy for you to revert it to whatever
2224       style you like, but while I've got to maintain it, then all the source
2225       code will be a consistent style. Sorry.
2226     * Removed commented out C code or code surronded by "#if 0". It just 
2227       leads to confusion. Look at the previous versions in CVS history if 
2228       you need to see what was there.
2229     * Adjusted code so that line length is less than 80 characters (wherever
2230       possible).
2231     * Adjusted comments to "/* ... */" style. The "// ..." style is not
2232       recognized by default with the Sun compiler.
2233     * Removed all Tabs. Tabs are evil.
2234     * Indentation is four spaces not two.
2235     * Added blank lines where appropriate to make the code more readable.
2236     * Adjusted code to define variables at the top of a routine.
2237     * Remove the "Next Generation (Experiemental)" from the about box.
2238     * Changed copyright dates to include 2004.
2239     * Removed the "word:" Gnuism from the words[] struct in 
2240       syntax_translation.c. Similar problems with another struct in the
2241       same source file.
2243 2004-06-18 Christian Neumair <chris@gnome-de.org>
2245      * gcalctool/functions.c, gcalctool/graphics.c: s/precedencer/precedence/
2247      * gcalctool/gtk.c: Mark missing GtkActionEntry entries in menu entry
2248      array for translation.
2250      * (create_kframe): Call gtk_action_group_set_translation_domain to enable
2251      menu i18n.
2253 2004-06-18 Archana Shah <archana.shah@wipro.com>
2255      * gcalctool/gtk.c: Following functions added.
2257      * (gcalc_window_get_menu_items): Function to get the menu_items for actions
2258        which are having icons associated with them.
2260      * (gcalc_window_have_icons_notify): Function to be notified when key
2261        '/desktop/gnome/interface/menus_have_icons' toggles.
2263      * (gcalc_window_set_unset_image): Based on the value of above mentioned 
2264        gconf key, icons will be set/unset.
2266      * Fixes bug#144596 
2268         
2269 2004-06-14 Sami Pietila <sampie@ariana-dsl.utu.fi>
2271     * Merge from NG-branch.
2272         
2273 2004-06-14 Rich Burridge <rich.burridge@sun.com>
2275     * Remainder of the fix for bug #143924.
2276       http://bugzilla.gnome.org/show_bug.cgi?id=143924
2277       Control-T shouldn't work in Basic or Financial modes. 
2278       I should have been using:
2280         g_object_set(gtk_ui_manager_get_action(X->ui, i),  \
2281                      "sensitive", state, NULL);
2283       rather than:
2285         gtk_widget_set_sensitive(gtk_ui_manager_get_widget(X->ui, i), state)
2287       to set the [in]activeness state of the various menubar menu items.
2289 2004-06-11 Rich Burridge <rich.burridge@sun.com>
2291     * Partial fix for bug #143924.
2292       http://bugzilla.gnome.org/show_bug.cgi?id=143924
2293       After an error condition, the "Show Trailing Zeroes" menu item is
2294       only activated if the user is in Scientific mode.
2296 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2298     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2299       In Basic or Financial mode, "Error" was been incorrectly display if
2300       you user has "Show Thousands Separator" set.
2302 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2304     * Fixed bug 144031 (http://bugzilla.gnome.org/show_bug.cgi?id=144031)
2305       gcalctool checked for the presence of the X11 libraries but doesn't
2306       need to. Checks removed from configure.in.
2308 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2310     * Selecting Help->About from the menubar wasn't doing anything. 
2311       With the switch to using the GtkUIManager, the hooks to link 
2312       up to the about_cb were incorrect.
2314 2004-06-01 Rich Burridge <rich.burridge@sun.com>
2316     * Adjusted the creation of the Accuracy and Left/Right shift menus
2317       from GtkItemFactory to GtkUIManager. 
2319       With this change, the -DGTK_DISABLE_DEPRECATED flag can now be 
2320       added back into .../gcalctool/gcalctool/Makefile.am.
2322 2004-05-29 Rich Burridge <rich.burridge@sun.com>
2324     * Adjusted the menubar creation in gtk.c from GtkItemFactory to
2325       GtkUIManager. 
2327 2004-05-29  Christian Rose  <menthos@menthos.com>
2329     * configure.in: Added "tk" to ALL_LINGUAS.
2331 2004-05-26 Rich Burridge <rich.burridge@sun.com>
2333     * Fixed bug 142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
2334       gcalctool now correctly recognizes the localized decimal point
2335       character by explicitly checking to see if the keyboard event keyval
2336       matches what's returned by localeconv()->decimal_point.
2338 2004-05-25 Udayan Kumar <udayan_kumar@da-iict.org>
2340     * From Rich Burridge <rich.burridge@sun.com>
2341       Fixed bug 136119 (http://bugzilla.gnome.org/show_bug.cgi?id=136119)
2342       gcalctool/calctool.c : structure button b_bottons 
2343       Added code for paranthesis in place of empty space
2345 2004-05-23 Rich Burridge <rich.burridge@sun.com>
2347     * From Michael Terry <mterry@fastmail.fm>
2348       Fixed bug 129397 (http://bugzilla.gnome.org/show_bug.cgi?id=129397)
2349       gcalctool.desktop.in, gcalctool/Makefile.am, gcalctool/gtk.c:
2350       Use GtkIconTheme to load gcalctool icon instead of built-in image.
2352 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2354     * From Balamurali Viswanathan  <balamurali viswanathan at wipro dot com>
2355       Fixed bug 142888 (http://bugzilla.gnome.org/show_bug.cgi?id=142888)
2356       gcalctool is now connected to the "die" signal so that it can be
2357       successfully terminated when removed from gnome-session-properties.
2359 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2361     * Change suggested by Ron Jenkins.
2362       The "Bsp" (Backspace) button has been relabeled "Bksp" to make it
2363       more understandable. The gcalctool man pages have been updated to
2364       reflect this change. The online help will be updated at GNOME 2.8
2365       release time (see bug #138367).
2367 2004-05-17  Dan Winship  <danw@novell.com>
2369     * gcalctool/calctool.c: s/malloc.h/stdlib.h/
2371 2004-05-17 Padraig O'Briain <padraig.obriain@sun.com>
2373     * gcalctool/caltool.h: Add second argument to set_display to specify 
2374       whether to mminimize changes.
2376     * gcacltool/calctool.c gcalctool/display.c gcaltool/functions.c: 
2377       Add second argument to calls to set_display. It is set to TRUE only 
2378       when adding a digit after pressing caclulator button or deleting 
2379       digit after pressing backspace.
2381     * gcacltool/gtk.c (set_display): Implement second argument
2382       minimize changes. Do nothing if display is not being changed.
2384       Fixes bug #134376.
2386      [Note that with this change, gcalctool now requires the Gtk that 
2387       comes with GNOME 2.6 or later in order to build].
2389 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
2391     * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2393 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2395     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2396       If the "Error" message is being displayed, it is now no longer
2397       incorrectly displayed as "Er,ror" if the "Show Thousands Separator"
2398       is on.
2400 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2402     * Fixed bug 135068 (http://bugzilla.gnome.org/show_bug.cgi?id=135068)
2403       Adjusted several default constant descriptions to be more 
2404       understandable.
2406 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2408     * Fixed bug 135065 (http://bugzilla.gnome.org/show_bug.cgi?id=135065)
2409       Tooltips for OR, AND, NOT, XOR and XNOR have been changed from
2410       "Logical <whatever>" to "Bitwise <whatever>".
2412 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2414     * Fixed bug 136872 (http://bugzilla.gnome.org/show_bug.cgi?id=136872)
2415       gcalctool can now be built with "CFLAGS=-fdata-sections".
2417 2004-03-22 Rich Burridge <rich.burridge@sun.com>
2419     * Version for GNOME 2.6 (FINAL) call for tarballs.
2421 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
2423     * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
2425 2004-03-18  Gareth Owen <gowen72@yahoo.com>
2427     * configure.in: Added en_GB to ALL_LINGUAS
2429 2004-03-15 Glynn Foster  <glynn.foster@sun.com>
2430         
2431    * configure.in, Makefile.am: Add localized online user documentation
2432      from the Sun translation team.
2433    * help/*: Online user documentation for de, es, fr, it, ja, ko, sv, zh_CN,
2434      zh_HK and zh_TW.
2436 2004-03-13 Alexander Shopov <ash@contact.bg>
2438    * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
2440 2004-03-08 Alastair McKinstry <mckinstry at computer dot org>
2442    * configure.in: Added ga ("Irish") to ALL_LINGUAS.
2444 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2446     * One more slight adjustment to the fix for bug 135064 
2447       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2448       Entering numbers that start with the numeric point character ('.")
2449       are now visibly displayed.
2451 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2453     * Adjustment to the fix for bug 135064 
2454       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2455       Fix to remove a potential spurious initial thousands separator 
2456       character after a change sign operation.
2458 2004-02-25  Tomasz Kłoczko <kloczek@pld.org.pl>
2460     * Makefile.am: in configure.in is used AM_GCONF_SOURCE_2. Part of this
2461       aclocal macro allow disable/enable install schama files in make
2462       install target schemas in GConf database. Pass
2463       --disable-schemas-install in configure parameters disable defines by
2464       AM_CONDITIONAL() GCONF_SCHEMAS_INSTALL variable for allow in
2465       Makefile.am files run gconftool-2 for update GConf database
2466       conditionaly. This fix enables run gconftool-2 in install-data-local
2467       only if GCONF_SCHEMAS_INSTALL variable is defined .. so now passing in
2468       configure parameters --disable-schemas-install switch now works perfectly :)
2470       * Makefile.am, gcalctool/Makefile.am: minor cleanups
2471       s#@VARIABLE@#$(VARIABLE)#
2473 2004-02-26  Miloslav Trmac <mitr at volny dot cz>
2475     * Fixed bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2476       Changing the sign of a large number (when "Show Thousands Separator"
2477       is on and this is not the C locale), no longer corrupts the display.
2478       The fix involved resetting all the internal calculations in gcalctool
2479       to be done in the C locale, and then localized (radix character and
2480       thousands separator), just before the number is displayed.
2482 2004-02-24  Rich Burridge <rich.burridge@sun.com>
2484     * Fixed bug 135328 (http://bugzilla.gnome.org/show_bug.cgi?id=135328)
2485       Added Shift-slash as a recognized alternate for the divide operation
2486       (needed by the be-latin1 keyboard layout).
2488 2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>
2490     * configure.in: Added Thai (th) to ALL_LINGUAS.
2492 2004-02-21  Christian Rose  <menthos@menthos.com>
2494     * configure.in: Added "en_CA" to ALL_LINGUAS.
2496 2004-02-18  Rich Burridge <rich.burridge@sun.com>
2498     * Fixed bug 134540 (http://bugzilla.gnome.org/show_bug.cgi?id=134540)
2499       gcalctool now correctly handles the digits 0123456789 which are
2500       shifted about the accented characters on a French keyboard.
2502 2004-02-17  Rich Burridge <rich.burridge@sun.com>
2504     * Fixed bug 134484 (http://bugzilla.gnome.org/show_bug.cgi?id=134484)
2505       Doing "3 x! x! x!" no longer causes gcalctool to lock up.
2507 2004-02-11 Breda McColgan <breda.mccolgan@sun.com>
2509     * Updated the following files due to fix for bug 133764 
2510       (http://bugzilla.gnome.org/show_bug.cgi?id=133764
2511            * help/C/gcalctool.xml
2512            * help/C/gcalctool-C.omf
2513            * help/C/figures/gcalctool_basic_window.png
2514            * help/C/figures/gcalctool_scientific_window.png
2516 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2518     * Fixed bug 133764 (http://bugzilla.gnome.org/show_bug.cgi?id=133764)
2519       - "Gradients" was still appearing when in Scientific mode (instead 
2520         of "Gradians".
2521       - In the x^2 button, the 2 should not be italicized.
2522       - In the x^2 and x^y buttons, the x should be italicized.
2523       - The View Thousands Separator menu item should not remain active 
2524         during an error condition.
2526 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2528     * Fixed bug 133590 (http://bugzilla.gnome.org/show_bug.cgi?id=133590)
2529       The About box now lists the documenters of gcalctool.
2531 2004-02-07 Breda McColgan <breda.mccolgan@sun.com>
2533     * help/C/gcalctool.xml: Updated for GNOME 2.6, technical review draft
2534     * help/C/gcalctool-C.omf: Updated for GNOME 2.6
2535     * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.6
2536     * help/C/figures/gcalctool_financial_window.png: Updated for GNOME 2.6
2537     * help/C/figures/gcalctool_scientific_window.png: Updated for GNOME 2.6
2539 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2541     * Fixed bug 132582 (http://bugzilla.gnome.org/show_bug.cgi?id=132582)
2542       Adjusted the gcalctool titlebar to use a hyphen (rather than square
2543       brackets) to show what mode the user is currently using.
2545 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2547     * Fixed bug 132570 (http://bugzilla.gnome.org/show_bug.cgi?id=132570)
2548       Adjusted UI to use spacing to delineate groups rather than frames
2549       (per the HIG).
2551 2004-01-22  Rich Burridge <rich.burridge@sun.com>
2553     * Fixed bug 131571 (http://bugzilla.gnome.org/show_bug.cgi?id=131571)
2554       User defined constants are now read/written out (as gconf resources)
2555       with no thousands separator and with a radix of ".".
2557 2004-01-16  Rich Burridge <rich.burridge@sun.com>
2559     * Fixed bug 131594 (http://bugzilla.gnome.org/show_bug.cgi?id=131594)
2560       The "Insert ASCII View..." menu item and the "Insert" button no
2561       longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
2563 2004-01-07  Alexander Nedotsukov <bland at mail dot ru>
2565     * Fixed bug 131059 (http://bugzilla.gnome.org/show_bug.cgi?id=131059)
2566       Fix to allow the thousands separator to be used correctly with the
2567       creation of the initial constant values in the Russian locale.
2569 2004-01-07  Rich Burridge <rich.burridge@sun.com>
2571     * Fixed bug 130078 (http://bugzilla.gnome.org/show_bug.cgi?id=130078)
2572       Changed the y^x button label to x^y (really x superscript y). Adjusted
2573       the tooltip message to "Raise displayed value to the power of y".
2575 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2577     * Fixed bug 130282 again (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2578       Needed to remove the "|| tsep[0] == '\0'" check from the get_tsep()
2579       routine in order to get the thousands separator to correctly work in
2580       all locales. Note that there is no thousands separator now for the C 
2581       locale.
2583 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2585     * Fixed part of bug 126125 
2586       (http://bugzilla.gnome.org/show_bug.cgi?id=126125). If the user
2587       entered: "1+(2()<backspace>)", this resulted in an answer of 0.
2588       When the user backspaced over the ")" character, v->noparens should
2589       have been incremented.
2591 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2593     * Fixed bug 130187 (http://bugzilla.gnome.org/show_bug.cgi?id=130187)
2594       When gcalctool changes modes now, it's internal state and the display
2595       are cleared.
2597 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2599     * Fixed bug 130282 (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2600       Fixes for more problems with the thousands separator in certain
2601       locales, plus correct handling of the radix character with the initial
2602       constant values.
2604 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2606     * Fixed bug 128603 again (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2607       The solution this time was to duplicate the initial string constant
2608       values to be confident that they are not in read-only memory.
2610 2004-01-03  Sanlig Badral  <badral@openmn.org>
2612     * configure.in: Added "mn" to ALL_LINGUAS.
2614 2004-01-03  Robert Sedak  <robert.sedak@sk.htnet.hr>
2616     * configure.in: Added "hr" in ALL_LINGUAS.
2618 2003-12-26  Fernando Herrera  <fherrera@onirica.com>
2620     * gcalctool.desktop.in: added X-GNOME-Bugzilla-OtherBinaries
2622 2003-12-24  à¸¥à¸ygimantas Beruฤka  <uid0@tuxfamily.org>
2624     * lt.po: Added "lt" to ALL_LINGUAS.
2626 2003-12-22  Miloslav Trmac <mitr at volny dot cz>
2628     * Fixed bug 129539 (http://bugzilla.gnome.org/show_bug.cgi?id=129539)
2629       The thousands separator is a null terminated string, not a single
2630       character. Same for the radix. Adjusted various functions to handle
2631       this. Note that in the C locale, nl_langinfo(THOUSEP) returns an empty
2632       string, so get_tsep() has been adjusted to return "," for that case.
2633       If nl_langinfo(RADIXCHAR) returns an empty string (it shouldn't do),
2634       then get_radix() will return ".".
2636 2003-12-20  Arafat Medini <lumina@silverpen.de>
2638     * ar.po: Added Arabic Locale "ar" to ALL_LINGUAS
2640 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2642     * Fixed bug 129496 (http://bugzilla.gnome.org/show_bug.cgi?id=129496)
2643       "Gradients" should be "Gradians".
2645 2003-12-16 Mohammad DAMT  <mdamt@bisnisweb.com>
2647     * configure.in: Added "id" in ALL_LINGUAS
2648     * po/id.po: Indonesian translation by Ahmad Riza H Nst <ari@160c.afraid.org>
2650 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2652     * Fixed bug 128603 (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2653       The changes for enhancement request #126626 which added thousands 
2654       separator support caused a crash at startup time on a Debian system. 
2655       The initial constant strings are being put in read-only memory either 
2656       by gcc (or because of the way that x86 arch is designed). This was 
2657       not a problem when tested with the Sun compilers on a Solaris SPARC 
2658       machine.  The remove_tsep() routine is display.c has been rewritten 
2659       to correctly handle this.
2661 2003-12-04  Iรฑaki Larraรฑaga <dooteo@euskalgnu.org>
2663     * configure.in: Added Basque (eu) to ALL_LINGUAS.
2665 2003-12-03  Rich Burridge <rich.burridge@sun.com>
2667     * Further work on enhancement request 125873
2668       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2669       As the user is typing in input, the display will now show the
2670       thousands separator (if checked).
2672 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2674     * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2675       This keyval/state pair needed to be added to the Xor recognized mappings.
2677 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2679     * Re-fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2680       The fix for Shift-"=" should have been for GDK_equal not GDK_Return.
2681       Needed to add in support for Shift-"/" too.
2683 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2685     * Implemented enhancement request 125873
2686       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2687       gcalctool can now optionally show the thousands seperator character
2688       for fixed point numbers displayed in the decimal base. Same for
2689       numbers stored in the memory registers. There is a new "Show 
2690       Thousands Separator" menu entry in the View menu to set this.
2692 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2694     * Fixed bug 126626 (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2695       gcalctool no longer causes a Gtk-CRITICAL error when the user enters
2696       "9*(1<Xor>". The problem was caused because a non-UTF character was
2697       being inserted into the text string to be displayed for the Xor
2698       function.
2700 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2702     * Fixed bug 125782 (http://bugzilla.gnome.org/show_bug.cgi?id=125782)
2703       If the user is entering a left parenthesis and it is the first one 
2704       being displayed and there is no current arithmetic operand, then 
2705       the current display is initially cleared to avoid the confusion of 
2706       showing something like "0(".
2708 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2710     * Fixed bug 127862 (http://bugzilla.gnome.org/show_bug.cgi?id=127862)
2711       The fix for bug #125625 introduced a potential out-of-order case
2712       for users who are rapid keyboard typers. This bug fix rectifies this
2713       with the unfortunate side-effect of no longer visual toggling the 
2714       equivalent button to the keyboard character that the user entered.  
2715       This fix is still compatible with the way the accessibility 
2716       infrastructure works though.
2718 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2720     * Fixed bug 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2721       For the "1/x", "x^2", "x!", "e^x", "10^x" and "y^x" labels, all 
2722       occurances of "x" and "y" are now italicized. The "e" in "e^x" 
2723       is no longer italicized.
2725 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2727     * Fixed bug 127316 (http://bugzilla.gnome.org/show_bug.cgi?id=127316)
2728       The "fix" introduced in gcalctool v4.1.18 to fix Sun Bugtraq bug 
2729       #1258472 against CDE dtcalc (which was also a problem with gcalctool)
2730       was incorrect.
2732 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2734     * Fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2735       The "=" key on a Swedish keyboard is on the upper level of a key 
2736       (i.e. the Shift key needs to be down). Added another mask/keysym 
2737       pair to the "=" entry in calctool.c to handle this.
2739 2003-11-07  Rich Burridge <rich.burridge@sun.com>
2741     * Fixed bug 125625 (http://bugzilla.gnome.org/show_bug.cgi?id=125625)
2742       gcalctool now handles "clicked" events rather than "pressed" ones.
2744 2003-10-20  Kjartan Maraas <kmaraas@gnome.org>
2746     * Fixed bug 124928 (http://bugzilla.gnome.org/show_bug.cgi?id=124928)
2747       Plugged several memory leaks.
2749 2003-10-13  Breda McColgan  <breda.mccolgan@sun.com>
2751     * Updated the following files:
2752         * help/C/gcalctool.xml: updated based on bug 123132
2753         * help/C/gcalctool-C.omf: updated manual date and version number
2754         * help/C/l10n.txt: updated manual version number and changes summary
2756 2003-10-13  Rich Burridge <rich.burridge@sun.com>
2758     * Fixed bug 124377 (http://bugzilla.gnome.org/show_bug.cgi?id=124377)
2759       Fixed rounding errors when the radix character for a locale isn't ".".
2760       The problem was in the first parameter passed to the MPstr_to_num() 
2761       routine. "0.5" should have been a string consisting of 
2762       SPRINTF(half, "0%c5", v->radix_char);
2764 2003-10-10  Rich Burridge <rich.burridge@sun.com>
2766     * Fixed bug 124172 (http://bugzilla.gnome.org/show_bug.cgi?id=124172)
2767       The "+" character on a German keyboard is on the lower level of a
2768       key (i.e. the Shift key doesn't need to be down). Added another
2769       mask/keysym pair to the "+" entry in calctool.c to handle this.
2771 2003-10-06  Rich Burridge <rich.burridge@sun.com>
2773     * Fixed bug 120737 (http://bugzilla.gnome.org/show_bug.cgi?id=120737)
2774       Changed the accessible text for the OR button from "Logical OR" to
2775       "logical OR" so that it's not changed by FreeTTS's token to words
2776       module to "logical Oregon".
2778 2003-10-06  Kaushal Kumar <kaushal.kumar@wipro.com>
2780     * gcalctool/Makefile.am: GtkItemFactory has been depricated.
2781       Remove the GTK_DISABLE_DEPRECATED flag. Fixes #123948.
2783 2003-10-03  Rich Burridge <rich.burridge@sun.com>
2785     * Fixed bug 123724 (http://bugzilla.gnome.org/show_bug.cgi?id=123724)
2786       Hitting Esc now does the same as hitting Control-Backspace; i.e. the
2787       CE (clear entry) functionality.
2789     * Updated the gcalctool man pages to reflect this change, and the changes
2790       for bug #118826.
2792 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2794     * Refixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2795       gcalctool now uses nl_langinfo() to get the numeric point for the
2796       users locale, rather than via a localised string.
2798 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2800     * Fixed enhancement 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2801       Changed that label for e^x (e superscript x) to use an italised "e".
2803 2003-09-24  Rich Burridge <rich.burridge@sun.com>
2805     * Fixed bug 118826 (http://bugzilla.gnome.org/show_bug.cgi?id=118826)
2806       The keyboard shortcuts for the six hex. digits are now "A" to "F".
2807       The functions that previously used those letters have been reassigned
2808       to their lowercase equivalents. These were:
2810         Accuracy                      (now "a")
2811         Change Sign                   (now "c")
2812         Double-declining depreciation (now "d")
2813         Exponential                   (now "e")
2814         User-defined functions        (now "f")
2816       Note that left or right shifting 10-15 places now uses the 'A' to
2817       'F' keyboard accelerators (rather than 'a' to 'f').
2819 2003-09-17  Rich Burridge <rich.burridge@sun.com>
2821     * Fixed bug 122408 (http://bugzilla.gnome.org/show_bug.cgi?id=122408)
2822       The tooltips for the numeric buttons (0-9) have been removed as they
2823       are redundant.
2825 2003-09-17  Fatih Demir <kabalak@gtranslator.org>
2827     * configure.in: Added "ta" (Tamil) to the languages' list.
2829 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2831     * Fixed bug 120749 (http://bugzilla.gnome.org/show_bug.cgi?id=120749)
2832       When gcalctool is displaying a menu, typing Alt+Tab can no longer
2833       switch windows. The menu_button_key_press_cb() routine in gtk.c
2834       needed to return TRUE if the event->keyval was a Space.
2836 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2838     * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2839       Accessible names have now been added to each of the widgets in the 
2840       mode panel when in Scientific mode.
2842 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2844     * Fixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2845       The decimal separator is now a translatable string so that other
2846       locales that don't use a period (Italian uses a comma for example),
2847       can adjust accordingly.
2849 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2851     * Fixed bug 120605 (http://bugzilla.gnome.org/show_bug.cgi?id=120605)
2852       Gcalctool contains lots of messages that are (potentially) only 
2853       displayed if the user starts the application with either the -D or 
2854       the -E command line options. As these are debugging messages, they 
2855       need not be translated, so the _(...) macros around them have been 
2856       removed.
2858 2003-09-09  Andras Timar  <timar@gnome.hu>
2860     * configure.in: Added Hungarian (hu) to ALL_LINGUAS.
2862 2003-09-08  Pablo Saratxaga  <pablo@mandrakesoft.com>
2864     * configure.in: Added Farsi (fa), Macedonian (mk) and Vietnamese (vi)
2865       to ALL_LINGUAS
2867 2003-09-08  Glynn Foster  <glynn.foster@sun.com>
2869     * configure.in: Version 4.3.3
2871 2003-09-08  Mugurel Tudor  <mugurelu@go.ro>
2873     * configure.in: Added "ro" to ALL_LINGUAS.
2875 2003-09-07  Sami Pesonen  <sampeson@iki.fi>
2877     * configure.in: Added "fi" to ALL_LINGUAS.
2879 2003-09-05  Laurent Dhima  <laurenti@alblinux.net>
2881     * configure.in: Added "sq" to ALL_LINGUAS.
2883 2003-08-27  Marcel Telka  <marcel@telka.sk>
2885     * configure.in (ALL_LINGUAS): Added sk.
2887 2003-08-23  Ole Laursen  <olau@hardworking.dk>
2889     * configure.in: Added "da" (Danish) to ALL_LINGUAS.
2891 2003-08-18  Rich Burridge <rich.burridge@sun.com>
2893     * Fixed bug 119888 (http://bugzilla.gnome.org/show_bug.cgi?id=119888)
2894       gcalctool keyboard handling has been improved.
2896 2003-08-16  Guntupalli Karunakar  <karunakar@freedomink.org>
2898     * configure.in: Added "hi" in ALL_LINGUAS.
2900 2003-08-14  Rich Burridge <rich.burridge@sun.com>
2902     * From Dennis Cranston  <dennis_cranston at yahoo com>
2903       Fixed bug 119832 (http://bugzilla.gnome.org/show_bug.cgi?id=119832)
2904       The space bar can now correctly activate the button that has focus.
2906 2003-08-08  Rich Burridge  <rich.burridge@sun.com>
2908     * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2910 2003-08-06  Metin Amiroff  <metin@karegen.com>
2912     * configure.in: Added "az" to ALL_LINGUAS.
2914 2003-08-06  Wang Jian  <lark@linux.net.cn>
2916     * configure.in: Added "zh_CN" to ALL_LINGUAS.
2918 2003-08-04  Rich Burridge  <rich.burridge@sun.com>
2920     * From Dennis Cranston  <dennis_cranston at yahoo com>
2921       Fixed bug 118246 (http://bugzilla.gnome.org/show_bug.cgi?id=118246)
2922       The display field can now take focus. The initial widget with
2923       focus is the Clr button (also discussed this with Nils who agrees).
2925 2003-07-30  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2927     * configure.in: Added Belarusian to ALL_LINGUAS.
2929 2003-07-29  Rich Burridge  <rich.burridge@sun.com>
2931     * (Bug #118247) Three more small adjustments to AccessibleName text:
2932       "E to the power of x" goes back to "E to the x"
2933       "Ten to the power of x" goes back to "Ten to the x"
2934       "Y to the power of x" goes back to "Y to the x"
2936       (Sorry translators).
2938 2003-07-28  Rich Burridge  <rich.burridge@sun.com>
2940     * (Bug #118247) Four small adjustments to AccessibleName text:
2941       "Random" becomes "Random number".
2942       "E to the x" becomes "E to the power of x"
2943       "Ten to the x" becomes "Ten to the power of x"
2944       "Y to the x" becomes "Y to the power of x"
2946 2003-07-25  Rich Burridge  <rich.burridge@sun.com>
2948     * Fixed bug 118247 (http://bugzilla.gnome.org/show_bug.cgi?id=118247)
2949       Each gcalctool button now has an AccessibleName. By default these
2950       are taken from the buttons tooltip string. This is to:
2951       - reduce the amount of extra memory that would be taken up otherwise.
2952       - reduce the pain that all the translators would have to go through
2953       - reduce the repetition because a lot of the actual tooltip strings 
2954         are just fine.
2956       The exceptions to this are for the following buttons, where the
2957       tooltip string is too long:
2959         Button |   
2960         Label  |                        AccessibleName
2961       ---------+----------------------------------------------
2962         Bsp       "Backspace" 
2963         CE        "Clear Entry"
2964         Clr       "Clear"
2965         Int       "Integer portion"
2966         Sto       "Store to register"
2967         Frac      "Fractional portion"
2968         Rcl       "Retrieve from register"
2969         Exch      "Exchange with register"
2970         <         "Shift left"
2971         >         "Shift right"
2972         &16       "16 bit unsigned integer"
2973         &32       "32 bit unsigned integer"
2974         (         "Left bracket"
2975         )         "Right bracket"
2976         Acc       "Accuracy"
2977         Exp       "Exponential"
2978         e^x       "E to the x"
2979         10^x      "Ten to the x"
2980         y^x       "Y to the x"
2981         x!        "Factorial"
2982         Rand      "Random"
2984 2003-07-25  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>
2986     * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
2988 2003-07-25  Kang Jeong-Hee  <Keizi@mail.co.kr>
2990     * configure.in: Added 'ko' (Korean) to ALL_LINGUAS.
2992 2003-07-22  Breda McColgan  <breda.mccolgan@sun.com>
2994     * Updated the following files:
2995         * help/C/gcalctool.xml: updated based on bug 116944
2996         * help/C/gcalctool-C.omf: updated manual date and version number
2998 2003-07-21  Rich Burridge  <rich.burridge@sun.com>
3000     * Fixed bug 117691 (http://bugzilla.gnome.org/show_bug.cgi?id=117691)
3001       The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are not valid 
3002       equivalents for the 8, 2, 4 and 6 keys. They are needed for keyboard 
3003       navigation.
3005 2003-07-13 John Fleck <jfleck@inkstain.net>
3007     Remove:
3008         * xmldocs.make
3009         * omf.make
3010     Edit:
3011         * autogen.sh
3012         use new docs build system. Latest gnome-common
3013         now required to build from cvs
3015 2003-07-09  Rich Burridge  <rich.burridge@sun.com>
3017     * From Steve Chaplin <stevech1097 at yahoo com au>
3018       Added the -DGNOME_DISABLE_DEPRECATE in .../gcalctool/Makefile.am
3019       to catch any potential GNOME depreciated methods.
3021 2003-07-09  Hasbullah Bin Pit  <sebol@ikhlas.com>
3023     * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
3024     * po/ms.po: Added Malay translation.
3026 2003-07-09  Alessio Frusciante <algol@firenze.linux.it>
3028     * configure.in: Added "it" (Italian) to ALL_LINGUAS.
3030 2003-07-07  Dennis Cranston <dennis_cranston at yahoo com>
3032     * Fixed bug 116944 (http://bugzilla.gnome.org/show_bug.cgi?id=116944)
3033       Various HIG improvements to the edit constants, edit functions,
3034       and insert ASCII value dialogs. (i.e. adjusted widget padding
3035       according to HIG; added a mnemonic for the constant and function
3036       treeviews; etc.)
3038 2003-07-08  Rich Burridge  <rich.burridge@sun.com>
3040     * Refixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
3041       After further discussion with Toshi, it was understood that I didn't
3042       need to call g_locale_to_utf8() for the numeric strings (which just
3043       consist of '0'-'9', 'e', 'A'-'F', '+', '-' and '.'). set_display() in
3044       gtk.c was simplified back to using just one parameter.
3046 2003-07-07  Rich Burridge  <rich.burridge@sun.com>
3048     * Fixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
3049       When the calculator display is showing an error message, it is now
3050       correctly localized. Fix was to add in a second parameter to each 
3051       call of set_display, that indicated whether this was an error 
3052       condition or not. If it was, then the first parameter being passed 
3053       in was already localized (had to do it this was so that the strings 
3054       turned up in the message files), and wouldn't be run through 
3055       g_locale_to_utf8(). Thanks to Toshi for pointing me in the right 
3056       direction.
3058 2003-07-06  Gil "Dolfin" Osher <dolfin@rpg.org.il>
3060     * configure.in: Added "he" (Hebrew) to ALL_LINGUAS.
3062 2003-07-04  Artur Flinta  <aflinta@cvs.gnome.org>
3064     * configure.in: Added "pl" to ALL_LINGUAS.
3066 2003-06-25  Rich Burridge  <rich.burridge@sun.com>
3068     * Fixed bug 115950 (http://bugzilla.gnome.org/show_bug.cgi?id=115950)
3069       The "*" key wasn't being recognized as a keyboard shortcut for
3070       multiplication. The problem was that GDK_SHIFT_MASK needed to be
3071       given in the equivalent entry for the mods array for this button
3072       struct.
3074 2003-06-25  Breda McColgan  <breda.mccolgan@sun.com>
3076     * Updated the following files:
3077         * help/C/gcalctool.xml: updated based on bug 114363 and bug 114364
3078         * help/C/gcalctool-C.omf: updated manual date and version number
3080 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
3082     * Further work on bug 114364. The items in the constants menu are now 
3083       always displayed in the decimal numeric base. This is consistent with 
3084       the way that calctool in the OpenWindows DeskSet worked.
3086 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
3088     * Fixed bug 114364 (http://bugzilla.gnome.org/show_bug.cgi?id=114364)
3089       When you change numeric base and then display the constant values in 
3090       the Con menu, the values are shown in the current base.
3092       When you select "Edit Constants" from the Con menu, the values of each 
3093       constant are shown in Decimal. The label:
3094       "All constant values are specified in the decimal numeric base"
3095       has also been added to the "Edit Constant" popup to clarify this.
3097 2003-06-23  Rich Burridge  <rich.burridge@sun.com>
3099     * Fixed bug 115653 (http://bugzilla.gnome.org/show_bug.cgi?id=115653)
3100       Adjusted the keyboard mnemonic checking code to now check to make
3101       sure that neither of the Alt keys is pressed when comparing against
3102       button equivalents.
3104 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
3106     * Similar problem to bug #115212 but for the "Edit Constants" and
3107       "Edit Functions" dialog boxes. gcalctool no longer can display
3108       multiple versions of them. Also removed the X->CFtype and 
3109       X->cf_entries variables.
3111 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
3113     * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
3114       When an error condition occurs:
3115   
3116       - make insensitive all buttons except Clr.
3117       - make all Scientific mode toggles and checkboxes insensitive.
3118       - make all menubar items insensitive except:
3119            Calculator->Quit
3120            Help->Contents
3121   
3122       When the error condition is cleared, resensitise everything, setting
3123       the numeric base buttons correctly.
3125 2003-06-18  Guntupalli Karunakar  <karunakar@freedomink.org>
3127     * configure.in: Added "ml" in ALL_LINGUAS.
3129 2003-06-16  Rich Burridge  <rich.burridge@sun.com>
3131    * From Steve Chaplin <stevech1097@yahoo.com.au>
3132      Fix for bug #115212 (http://bugzilla.gnome.org/show_bug.cgi?id=115212)
3133      gcalctool no longer can display multiple About boxes.
3135 2003-06-13  Rich Burridge  <rich.burridge@sun.com>
3137     * From Dennis Cranston  <dennis_cranston@yahoo.com>
3138       Fix for bug #108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3139       The appropriate gcalctool button is now animated when the user enters 
3140       that value via the keyboard.
3142 2003-06-10  Rich Burridge  <rich.burridge@sun.com>
3144     * Partial fix for bug 114363:
3145       (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
3146       When the calculator display is showing "Error", the Constant values and
3147       the Memory Register values no longer incorrectly show "Error" as well.
3149 2003-06-10  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
3151     * configure.in: Added Russian to ALL_LINGUAS.
3153 2003-05-28  Rich Burridge  <rich.burridge@sun.com>
3155     * Fixed bug 113703 (http://bugzilla.gnome.org/show_bug.cgi?id=113703)
3156       Fix from Havoc: "If you use AM_GCONF_SOURCE_2 in configure.in, 
3157       then do a makefile snippet as in gnome-terminal/src/Makefile.am,
3158       you should be able to specify --with-gconf-source=whatever"
3160 2003-05-28  Danilo ? egan  <dsegan@gmx.net>
3162     * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
3164 2003-05-26  Rich Burridge  <rich.burridge@sun.com>
3166     * From Franz Klammer <klammer@webonaut.com>
3167       Fixed bug 113754 (http://bugzilla.gnome.org/show_bug.cgi?id=113754)
3168       Decimal point didn't work with a German keyboard if Numlock was 
3169       turned on.
3171 2003-05-19  Rich Burridge  <rich.burridge@sun.com>
3173     * .../gcalctool/Makefile.am: Install "gnome-calculator" symlink
3174       as reqested by Glynn Foster.
3176 2003-04-24  Rich Burridge  <rich.burridge@sun.com>
3178     * Fixed bug 111269 (http://bugzilla.gnome.org/show_bug.cgi?id=111269)
3179       It was possible to type fast into gcalctool and digits would be
3180       transposed. gcalctool now looks for key_press_event and 
3181       key_release_event events on the main window rather than set keyboard 
3182       accelerators to the "clicked" action of the various buttons.
3184 2003-04-15  Rich Burridge  <rich.burridge@sun.com>
3186     * Refixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
3187       Concatenated more error messages in mp.c.
3189     * Adjusted the Acc menu entries to be "<n> significant places" rather
3190       than "<n> radix places" in gtk.c.
3192     * Replaced "kilometers per hour / miles per hour" with 
3193       "kilometers per hour or miles per hour" in the first constant
3194       description in calctool.c and gcalctool.1.
3196     * Replaced occurances of "/" in the other constant descriptions with "or".
3198 2003-04-15  Breda McColgan  <breda.mccolgan@sun.com>
3200     * Translators: The documentation is now ready for translation!
3202     * Updated the following files:
3203         * configure.in: updated version number to 4.2.81
3204         * help/C/gcalctool.xml: first approved draft, ready for translation
3205         * help/C/gcalctool-C.omf: updated manual date and version number
3206         * help/C/l10n.txt: new file added 
3207         * help/C/figures/gcalctool_edit_const_window.png: deleted
3208         * help/C/figures/gcalctool_edit_func_window.png: deleted
3209         * help/C/figures/gcalctool_ins_ascii_window.png: deleted
3210         * help/C/figures/gcalctool_mem_reg_window.png: deleted
3211         
3213 2003-04-13  Christian Neumair  <chris@gnome-de.org>
3215     * Reflect translated mode information in window title (functions.c).
3217 2003-04-10  Rich Burridge  <rich.burridge@sun.com>
3219     * Fixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
3220       Various fprintf statements in mp.c have been concatenated to help
3221       translators.
3223 2003-04-02  Rich Burridge  <rich.burridge@sun.com>
3225     * Added in latest online help changes from Breda McColgan. This should
3226       now put the online help in sync with the actual functionality of
3227       gcalctool.
3229       **IMPORTANT NOTE FOR TRANSLATORS**
3231       Please still hold off translating these files for a while. This is still
3232       a draft. The documentation needs to be reviewed by an editor, and
3233       editorial feedback incorporated. Look for a followup entry here in the
3234       Changelog, with an indication that they are ready for translation.
3236 2003-03-28  Christian Neumair  <chris@gnome-de.org>
3238     * Added AC_PREREQ macro to configure.in to satisfy some ac wrapper scripts
3239       and added German (de) to ALL_LINGUAS; bumped version to 2.4.78;
3240       Added missing gettext call. This makes the i18ized menu entries actually
3241       visible. Fixed some tooltip strings. Updated some .cvsignore files.
3243 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3245     * Added in various .cvsignore files to make checkins and updates cleaner.
3247 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3249     * Adjusted ChangeLog format to the Gnu style. Moved older ChangeLog entries
3250       off into ChangeLog-YYYY files (years 1990, 1991, 1992, 1993 and 2002).
3252 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3254     * Fixed up a compiler warning for set_show_zeroes_toggle() usage in gtk.c
3255       Fixed up distcheck, adding intltool to EXTRA_DIST
3257       This version to be announced in gnome-announce.
3259 2003-03-24  Rich Burridge  <rich.burridge@sun.com>
3261     * Slight adjustments to bug 108226
3262       (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
3264       Menu item is now "Show Trailing Zeroes", with a Control-T accelerator.
3265       Added a similar menu item to the View menu on the menu bar (only active
3266       in Scientific mode). Adjusted program logic. Cases of "rm_zeroes" now
3267       become "show_zeroes". Updated the manual pages and the gcalctool
3268       schemas file.
3270 2003-03-19  Dennis Cranston <dennis_cranston@yahoo.com>
3272     * Fixed bug 108729 (http://bugzilla.gnome.org/show_bug.cgi?id=108729)
3273       Added tooltips to the radio and check buttons in scientific mode.
3275 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
3277     * Fixed bug 108226 (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
3279       The menu items in the Acc menu are now "tickable", so you know what the 
3280       current accuracy selection is. Setting one of these clears the previous 
3281       one.
3283       A new "remove trailing zeroes" menu item is added to the Acc menu (last
3284       item, with a separator just above), that is "tickable". This tick doesn't
3285       affect the accuracy ticks. It's either on or off.
3287       The default setting for accuracy now becomes 9 numeric places and "remove 
3288       trailing zeroes".
3290       The Acc button is moved to the Scientific mode (clear slot in the top 
3291       right corner, above the Rand.
3293       The Base radio button group and the display type radio button group in
3294       the mode panel in Scientific mode are now moved to the right side to be
3295       close in proximity to the Acc button. The other mode items move to the
3296       left side.
3298 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
3300     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3301       Fixed bug 108208 (http://bugzilla.gnome.org/show_bug.cgi?id=108208)
3302       The default value for the "showregisters" resource in gcalctool.schemas
3303       was incorrectly set.
3305     * There should be no "default:" action in the command line parsing in 
3306       get_options().
3308 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3310     * Correctly fixed bug 108219 
3311       (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
3312       The previous fix didn't correct set the radio buttons when changing 
3313       mode from Scientific to Basic or Financial. Only the internal state.
3315 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3317     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3318       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3319       Followup changes to make the numeric keypad animate the buttons on 
3320       Linux machines.
3322 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3324     * Fixed bug 108219 (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
3325       When you go from Scientific mode to either Basic or Financial mode, 
3326       the calculator will revert to "Dec" base in "Fix" notation.
3328       Any number in the display (and the memory registers if shown) will be 
3329       converted accordingly.
3331       When you are in a mode (Basic, Financial, or Scientific) you will only 
3332       be able to do the functionality that that mode shows. For example, you 
3333       will not be able to do base changes if you are in Basic or Financial mode.
3335 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3337     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3338       Fixed bug 108333 (http://bugzilla.gnome.org/show_bug.cgi?id=108333)
3339       The gcalctool buttons with menus associated with them are now keyboard
3340       navigable.
3342 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3344     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3345       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3346       When the user uses the keyboard to enter data, the associated gcalctool
3347       button will be animated.
3349 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3351     * Fixed bug 108210 (http://bugzilla.gnome.org/show_bug.cgi?id=108210)
3352       Main gcalctool window is no longer resizable.
3354 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3356     * Incorporated several online help changes from Breda McColgan.
3358       **IMPORTANT NOTE FOR TRANSLATORS**
3360       Please still hold off translating these files for a while. This is still
3361       a draft. The documentation needs to be reviewed by an editor, and 
3362       editorial feedback incorporated. Look for a followup entry here in the 
3363       Changelog, with an indication that they are ready for translation.
3365 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3367     * Added scrollkeeper checks into configure.in.
3369     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3370       Fixed warning message:
3372       ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
3373       GNOME_FILE_DOMAIN_APP_HELP domain
3375       Adjustment to the gnome_help_display() call in gtk.c to use the right 
3376       parameters.
3378 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3380     * Added in a first (draft) version of online help from Breda McColgan in
3381       the Sun GNOME doc. team.
3383       **IMPORTANT NOTE FOR TRANSLATORS**
3385       Please hold off translating these files for a while. Slight revisions
3386       are planned for sometime in the next week or two. Look for a followup 
3387       entry here in the Changelog, with an indication that they are ready for 
3388       translation.
3390 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3392     * Abstracted the key values and modifiers. This will make it easier to
3393       create versions of this calculator for other graphical toolkits, or
3394       a version with no graphics at all (prompt style).
3396 2003-03-04  Rich Burridge  <rich.burridge@sun.com>
3398     * Adjusted the tooltip help to be minimalist messages. Online help for
3399       gcalctool will be coming soon, and this will contain the detailed help
3400       information (plus examples).
3402 2003-02-28  Rich Burridge  <rich.burridge@sun.com>
3404     * Small adjustment to allow gcalctool to compile using the Solaris Forte
3405       compilers.
3407 2003-02-26  Rich Burridge  <rich.burridge@sun.com>
3409     * Gcalctool wasn't saving the trigonometric type when it was changed. The
3410       trig_cb() function was calling do_trig() incorrectly instead of 
3411       do_trigtype().
3413     * Removed the trailing period from the ten constant definitions in the man 
3414       pages.
3416 2003-02-26  evandrofg <someone@somewhere.org>
3418     * configure.in: Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3420 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3422     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3423       Allows Backspace to correctly work inside parentheses. Similar fix to
3424       the one for Delete in v4.2.55 (bug #106583).
3426 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3428     * The Xor logical operation wasn't being performed correctly. Gdk uses
3429       keysym values that are greater than what can be fitted into a char.
3430       Adjusted v->cur_op and v->old_cal_value to now be ints.
3432     * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3433       checkboxes. In fact, it was toggling them twice, thereby returning them
3434       to whatever state they were in when the user hit Clr.
3436 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3438     * Removed the final period from the ten default constant descriptions.
3440     * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3441       "centimeter".
3443     * Fixed up the values of the ten default constant definitions in the
3444       manual pages.
3446     * The "centimeters <=> inches" default constant should be 0.3937007
3447       rather than 2.54 to be consistent with the other constants.
3449 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3451     * Fixed bug 106583 (http://bugzilla.gnome.org/show_bug.cgi?id=106583)
3452       There were two parts to this. Dennis Cranston fixed the:
3454       (gcalctool:10872): Gtk-CRITICAL **: file gtktextbuffer.c: line 548:
3455       assertion `g_utf8_validate (text, len, NULL)' failed
3457       messages. 
3459       The crash was caused by the paren_disp() function in display.c not
3460       correctly checking for when a Delete character was entered.
3462 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3464     * The financial Term tooltip example didn't work. The problem was that
3465       the Rate function had a keyboard shortcut of "T" and Term had "t". The
3466       check for which financial function was being processed in do_business()
3467       in functions.c didn't take into consideration any key mods (such as
3468       GDK_SHIFT_MASK). Add a key_equal function that now compares both the
3469       mods and the value of keys.
3471     * Moved the Exp button to the right of the Con and Fun buttons for better
3472       grouping.
3474 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3476     * Fixed bug 106501 (http://bugzilla.gnome.org/show_bug.cgi?id=106501)
3477       A check has been added to the do_delete() function in functions.c to
3478       make sure that the length is greater than zero, before setting the
3479       len-1 character to '\0'.
3481 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3483     * From Breda McColgan <breda.mccolgan@sun.com>
3484       Toggled the positions of the Sto and Rcl buttons. This is primarily to
3485       help with the online documentation, which consists of listing the 
3486       gcalctool buttons in several tables, grouping "like" buttons together 
3487       (for example: Bsp, CE, and Clr in one table; Sto, Rcl, and Exch in 
3488       another table). Within a table, the buttons are listed in the sequence 
3489       in which they appear in gcalctool. For the most part, the sequence 
3490       isn't significant. However, it doesn't really make sense to talk about 
3491       either Rcl or Exch until you've described Sto.
3493 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3495     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3496       - The process_str() function will cause a crash if the input string is 
3497         null. For example, if the clipboard is empty and the user presses 
3498         CTRL-V then gcalctool will core dump. Fixed by adding a null check to 
3499         the function. 
3501       - gcalctool now uses a text view for its display widget.
3503 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3505     * Fixes to the manual page:
3506       - the keyboard shortcut for the "Term" function is "t" not "T".
3507       - removed the LOGICAL mode section.
3509 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3511     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3512       Changes the EXPAND flag to FALSE when packing the display label and mode
3513       frame. These widgets shouldn't expand when the calculator is resized. 
3515       Replace the three characters of white space in the title bar text with one
3516       space character, so more of the title fits into the task window list 
3517       applet.
3519 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3521     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3522       Added a launcher to the GNOME's Accessories menu. The launcher uses 
3523       gcalctool.png for its icon which required moving the icon to the pixmaps 
3524       installation directory.  
3526       This means that the find_file() function is no longer necessary, and has
3527       been removed. It was used only in set_gcalctool_icon(). The path of 
3528       gcalctool.png is now always PACKAGE_PIXMAP_DIR. 
3530 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3532     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3533       Mark the menu labels for translation and converts the
3534       gtk_item_factory_get_widget() calls to 
3535       gtk_item_factory_get_widget_by_action() calls. 
3537 2003-02-11  Rich Burridge  <rich.burridge@sun.com>
3539     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3540       - Cleans up the Help menu's layout so it looks like other GNOME 
3541         applications.
3542       - Converts gtk_init() to gnome_program_init() to allow access to things 
3543         like GNOME_STOCK_ABOUT.
3544       - Add an icon field to the Xobject structure.
3545       - Change setup_default_icon() to set_gcalctool_icon() and set X->icon in 
3546         the function.
3547       - Sets the window icon for the memory register and about windows.
3548       - Cleans up about_cb() and call it directly in menu callbacks -- like in 
3549         other gtk+ applications.
3550       - Remove the unneccessary X->about structure field.
3552 2003-02-06  Daniel Yacob  <locales@geez.org>
3554     * Added Amharic (am) to ALL_LINGUAS ata configure.in.
3556 2003-02-07  Rich Burridge  <rich.burridge@sun.com>
3558     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3559       Fixed bug 104249 (http://bugzilla.gnome.org/show_bug.cgi?id=104249)
3560       The UI for adding new or editing existing constants and/or functions
3561       has been improved. It now uses a treeview editable list. A help button
3562       is provided, but that currently isn't hooked up. I've added a note to
3563       bug #104821 for this problem.
3565 2003-02-04  Rich Burridge  <rich.burridge@sun.com>
3567     * Fixed bug 104830 (http://bugzilla.gnome.org/show_bug.cgi?id=104830)
3568       gcalctool now uses gnome-calc3.png as its icon (same as the current
3569       gnome-calculator). For now, I've copied that to a file, gcalctool.png
3570       within the gcalctool distribution. Also removed calctool.gif.
3572 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3574     * Further slight adjustments needed to fix Bugzilla bug 104248. The 
3575       callback handler for the menu items (mb_proc in gtk.c) needed to 
3576       have a check at the top to see if we'd started the application yet, 
3577       and if it hadn't, then to just return. Seemed it was getting called 
3578       as gcalctool was initially coming up, which was toggling the state 
3579       of the v->rstate variable incorrectly.
3581     * Fixed bug 104240 (http://bugzilla.gnome.org/show_bug.cgi?id=104240)
3582       The "File" menubar item is now called "Calculator", and there is a set of
3583       unique mnemonics for the various items in the Scientific mode panel.
3584       The gcalctool manual pages have been updated to reflect these changes.
3586     * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3587       Added in a Control-A mnemonic for Help->About.
3589 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3591     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3592       Fixed bug 104248 (http://bugzilla.gnome.org/show_bug.cgi?id=104248)
3593       The View->Memory Registers menu item's toggle is now set correctly
3594       depending upon whether the memory register windows is visible or hidden.
3596     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3597       The correct radio item is now set in the View menu mode menu item entries
3598       if gcalctool is initially started in Financial or Scientific mode.
3600 2003-01-27  Rich Burridge  <rich.burridge@sun.com>
3602     * The constant and function definitions are now read and written as Gconf
3603       resources, rather than to a ~/.gcalctoolcf file in the user's home 
3604       directory. The manual pages have been updated to reflect this change.
3606       An entry has been added to the TODO file to reflect functionality that
3607       is no longer present because of this change.
3609     * Fixed bug 104250 (http://bugzilla.gnome.org/show_bug.cgi?id=104250)
3610       The constant and the function menu items now have "C<n>:" and "F<n>:" 
3611       prefixes respectively, where <n> is the constant/function number.
3613       This also involved removing the "<=>" from four of the descriptions for
3614       the predefined constant values.
3616 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3618     * Fixed bug 104245 (http://bugzilla.gnome.org/show_bug.cgi?id=104245)
3619       The View->Basic Mode, Financial Mode, Scientific Mode and Memory
3620       Registers now have keyboard accelerators (Control-B, Control-F, Control-S
3621       and Control-M respectively).
3623 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3625     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3626       Further slight adjustments for bug 104287
3627       (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3628       The insert button isthe default button.
3629       The dialog is no longer resizable.
3630       The ESC key can now be used to cancel the dialog.
3632 2003-01-24  Rich Burridge  <rich.burridge@sun.com>
3634     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3635       Fixed bug 104287 (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3636       HIG improvements for the "Insert ASCII Value" dialog.
3638 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3640     * Fixed bug 104241 (http://bugzilla.gnome.org/show_bug.cgi?id=104241)
3641       The Insert ASCII Value" menu item is now "Insert ASCII Value..."
3643     * From: Hidetoshi Tajima <hidetoshi.tajima@sun.com>
3644       Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3645       <bonobo-i18n.h,> where all this stuff is already defined.
3647 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3649     * Fixed bug 102928 (http://bugzilla.gnome.org/show_bug.cgi?id=102928)
3650       The x^2, e^x, 10^x and y^x keys now use Pango markup to display the
3651       label using superscripts.
3653 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3655     * Added in handling of the numeric keypad for Linux systems. This required
3656       an "event" signal handler on the main gcalctool window, and then checking
3657       for a set of keyvals that could be generated by the numeric keypad keys
3658       (with and without the NumLock key on).
3660 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3662     * Handling the function "(3+3)" now works.
3663       The button struct now contains a new item (char func_char) which 
3664       is the character equivalent to the button when you user enteres 
3665       it into a function definition. The process_str() routine in 
3666       graphics.c has been adjusted to call button_for_fc() (a new 
3667       routine in functions.c) to compare each character in the function 
3668       string against this item in each button struct to find the 
3669       appropriate operation.
3671       Also needed changes to do_paren() to call button_for_fc() instead of 
3672       button_for_value().
3674       These changes also fix bugtraq bug #4065378.
3675       Certain functions entered into gcalctool produce incorrect results.
3677     * Changed the keyboard accelerators for the following to use non Alt-<?>
3678       values:
3680       Cos  (old value: Alt-c) becomes 'J'.
3681       Sin  (old value: Alt-s) becomes 'K'.
3682       Tan  (old value: Alt-t) becomes 'L'.
3683       Frac (old value: Alt-f) becomes ':'.
3684       Int  (old value: Alt-i) becomes 'i'.
3685       Abs  (old value: Alt-u) becomes 'u'.
3686       Rate (old value: Alt-r) becomes 'T'.
3688       Updated the manual pages and the tooltip help to reflect these changes.
3690     * Removed the need to configure with "--enable-build-broken".
3692 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3694     * Adjusted the memory registers windows to use the same "R0:  0.00" format 
3695       (bold for first part), as the Rcl, Sto and Exch menus. 
3697 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3699     * The menu items for the Rcl, Sto and Exch menus now have the format
3700       "R0:     0.00", where the "R0:" part is in bold.
3702     * From Padraig O'Briain <Padraig.Obriain@Sun.COM>
3703       Fix to get the keyboard accelerators for the menubar menu items working.
3704       The problem was due to the creation of two accelerator groups in main()
3705       in gtk.c.
3707 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3709     * Updated the NEWS file with an overview of all the changes since v4.1.13.
3711 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3713     * Removed the gconf resource for getting/setting whether a beep is sounded
3714       on error. A beep will now always be sounded in such a case.
3716     * Removed the write_resources() routine. The writing out of the resources
3717       will now be immediately done when each of those functions changes.
3719 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3721     * Updated the manual pages to reflect the recent v4.2.xx changes.
3723     * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3724       on Linux.
3726 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3728     * The real fix for displaying the icon. The problem was that the icon was
3729       being installed in the pkgdata_DATA directory, but gcalctool was looking
3730       for it in the CALCTOOL_DATA_DIR directory, which was incorrectly set to
3731       $(datadir)/calctool" rather than $(datadir)/gcalctool".
3733 2003-01-20  Rich Burridge  <rich.burridge@sun.com>
3735     * Removed the setting of an event mask and a global event handler in 
3736       create_kframe() in gtk.c. This seems to have fixed up the keyboard 
3737       navigation problems.
3739       Control-F1 now toggles the displaying of tooltip help, so the "-h"
3740       command line option has been removed and the old-style event handling
3741       code has also been removed.
3743     * Added in a signal handler for the "delete" event for the main gcalctool
3744       window. The callback calls gtk_main_quit() to terminate the application.
3746 2003-01-17  Rich Burridge  <rich.burridge@sun.com>
3748     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3750       The gcalctool icon is now correctly displayed for me running Sun's
3751       fcs-10 build on Solaris. It's still a problem for Calum running
3752       GNOME HEAD on RH7.2.
3754 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3756     * HCI change suggested by Glynn Foster <Glynn.Foster@Sun.COM>
3758       The Sto/Rcl/Exch menu items should show the current register values 
3759       as well.
3761       The Exch/Rcl/Sto menus are recreated each time that menu is needed. The
3762       menu item callbacks for these menus and the Constant and Function menus
3763       have been consolidated into a single menu_proc_cb() routine.
3765 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3767     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3769       All the radiobutton and checkbox items in the mode panel now have a 
3770       mnemonic associated with them.
3772 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3774     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3776       Fixed up the buttons on the "Insert ASCII Value", "Enter Constant..." and
3777       "Enter Function..." popups. They now just use Cancel and OK buttons, and 
3778       use standard stock Gtk icons.
3780 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3782     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3784       Added in an Edit->Paste menu item. If selected this will paste 
3785       the current contents of the clipboard into the calculator display 
3786       as if you'd typed it.
3788     * Added bullet proofing to the process_str() routine in graphics.c 
3789       to protect it against values that weren't found. If a value wasn't 
3790       found, it's just ignored, and it goes on to process the next 
3791       character in the string.
3793     * Improved the val_to_button() routine in functions.c. It now takes 
3794       into consideration the mods value for each button struct entry when 
3795       comparing against the given value. This isn't enough though, as it 
3796       won't find Alt-<n> buttons.
3798 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3800     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3802       Added a 2 pixel border for the frames containing the Basic, Financial and
3803       Scientific buttons and the mode panel. The calculator doesn't look so
3804       crowded now.
3806 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3808     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3810       Removed the "operand item" label widget, the routine where it was being 
3811       set (set_op_item()) and all the calls to that routine. Other calculators 
3812       don't have any equivalent to this, so it's not really needed.
3814       This also remove the opdisp entry in the button struct and the op_type 
3815       enum.
3817     * Adjusted the "keyboard values used" table in calctool.c to reflect the
3818       current state.
3820 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3822     * The frames around the mode button tables and the mode panel were always 
3823       being shown. The make_but_table() and create_mode_panel() routines were
3824       returning the wrong widgets.
3826 2003-01-18  Rich Burridge  <rich.burridge@sun.com>
3828     * Fixed bug #101865 (http://bugzilla.gnome.org/show_bug.cgi?id=101865)
3829       Made the following keyboard remappings:
3831       Function     Old         New
3832       ---------------------------------
3833       Cos        Control-c     d
3834       Ddb        Control-d     Alt-C
3835       Frac       Control-f     Alt-f
3836       Int        Control-i     Alt-i
3837       Sln        Control-l     l
3838       Ctrm       Control-m     m
3839       Rate       Control-r     Alt-r
3840       Sin        Control-s     Alt-s
3841       Tan        Control-t     Alt-t
3842       Abs        Control-u     Alt-u
3843       Syd        Control-y     Y
3845       Note that the keyboard equivalents for:
3847       Function     Old         New
3848       ---------------------------------
3849       Quit       q or Q        Control-Q
3850       Copy       Sun Copy key  Control-C
3852       still have to be added in, although the menu items in the menu bar 
3853       work fine. The appropriate changes have been made to the manual pages.
3855     * Removed mention of the "-l" and "-r" command line options from the manual 
3856       pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3857       resource too.
3859 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3861     * After discussion with Calum Benson, removed the "Keys" key, that allowed
3862       you to toggle the button labels to show their keyboard equivalents. This
3863       functionality is now covered by the tooltip help and the Help->Contents
3864       online help.
3866 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3868     * Put each of the the button tables and the mode panel inside a frame,
3869       rather then use horizontal separators, to try to make the GUI look 
3870       nicer. There is still a persistent display problem to fix though 
3871       (see entry in the TODO file).
3873 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3875     * Entering "((2+3)*(2+3))" gave the wrong answer. Problems was in the
3876       process_item() routine where extra values were reassigned. With gcalctool
3877       v4.2.0 onwards, "*" is now the multiplication operand, and "x" needed 
3878       to be reassigned to that value (not the other way around). Had to 
3879       adjust the assignment of the "x" and "*" keyboard accelerators 
3880       accordingly too.
3882     * Added in some bullet-proofing to the do_parens() routine to hopefully 
3883       improve the handling of bogus keyboard entries when a string in 
3884       parentheses is being entered.
3886 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3888     * Hooked up the Help->Contents menu item. Note that help support still has
3889       to be included (i.e. a help subdirectory with associated files etc.).
3891 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3893     * The View->Memory Registers menu item now correctly toggles the showing of
3894       the memory register window.
3896 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3898     * Menubar menu items now use stock Gtk icons (where applicable).
3900 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3902     * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3903       This really needs help from a real graphics designer for a suggested color
3904       set.
3906 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3908     * Go into Scientific mode. Click on "(" twice and you'll get a segv.
3909       The problem was the v->current needed to be set to a copy of the 
3910       "n" button struct, rather than trying to find the button value from 
3911       user_data. Created a copy_button_info() routine that is now called 
3912       in three places.
3914 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3916     * Added some horizontal separators to help make the calculator more readable
3917       when in Financial and Scientific Mode.
3919 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3921     * Entering "((2+3)*9+(5-3))" causes a segv. The problem was due to the
3922       change from "x" to "*" as the character for multiplication. The .value
3923       entry in the button struct for the multiplication button needed to be
3924       changed to GDK_asterisk (rather than GDK_x), otherwise button_for_value()
3925       returns a NULL pointer.
3927 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3929     * Removed the attempt to display a calculator image on the About popup.
3931     * Typing the keyboard equivalent of the menu buttons now works. The problem
3932       was in process_item() in display.c. v->current couldn't just point to the
3933       current button struct. It needed to be a copy of it, so that pending
3934       operation (which save the pending value), don't overwrite the base button
3935       entries.
3937     * Removed the VERSION string from the titlebar. This is now in the About 
3938       popup.
3940 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3942     * Added in an About popup that's accessible through the Help->About 
3943       Gcalctool menubar Help menu item.
3945 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3947     * Fixed bug #102927 (http://bugzilla.gnome.org/show_bug.cgi?id=102927)
3948       Replaced abbreviation "trig." with full word "trigonometric".
3950 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3952     * Fixed bug #102922 (http://bugzilla.gnome.org/show_bug.cgi?id=102922)
3953       Adjusted the two occurances of sentence fragments in the 
3954       cfframe_apply_cb() routine in gtk.c to make it easier for L10N folks 
3955       to translate them.
3957 2003-01-08  German Poo-Caaman~o  <gpoo@ubiobio.cl>
3959     * Added Spanish (es) to ALL_LINGUAS at configure.in
3961 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3963     * gcalctool is now resizable again.
3965 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3967     * Make calculator window choose a reasonable size at startup, and resize 
3968       when changing modes.
3970 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3972     * Removed the GNOME_UTIL_LIBS line from .../gcalctool/Makefile.am as it's
3973       not needed.
3975 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3977     * Fixed "blank buttons displaying" bug. 
3979     * Added small section to configure.in that forces a "--enable-build-broken"
3980       flag to have to be passed to configure in order to build gcalctool while 
3981       it is still in this semi-broken state. This will be removed when most of
3982       the items mentioned in the first section of the TODO file have been
3983       implemented.
3985 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3987     * Updated the copyright messages to by the correct GPL ones for the various
3988       source files, plus used date of 2003 (not 2002) in:
3990       .../ChangeLog
3991       .../NEWS
3992       .../README
3993       .../TODO.
3994       .../gcalctool/calctool.c
3995       .../gcalctool/calctool.h
3996       .../gcalctool/display.c
3997       .../gcalctool/dsdefs.h
3998       .../gcalctool/dsfuns.c
3999       .../gcalctool/extern.h
4000       .../gcalctool/functions.c
4001       .../gcalctool/gcalctool.1
4002       .../gcalctool/get.c
4003       .../gcalctool/graphics.c
4004       .../gcalctool/gtk.c
4005       .../gcalctool/mp.c
4007     * The Financial/Logical/Scientific mode buttons have been moved into
4008       the main calculator window above the Basic mode buttons.
4010     * Added a menubar with the following menus/items:
4012       File      Edit                  View              Help
4013       -----------------------------------------------------------------
4014       Quit      Copy                  Basic Mode        Contents...
4015                 Insert ASCII Value    Financial Mode    About Gcalctool
4016                                       Scientific Mode
4018                                       Memory Register
4019                                       Right-handed Style
4021       The functionality has been hooked up except for the two Help menu items.
4023     * Revamped the gcalctool design. The Basic Mode is much simpler now.
4024       The Logical and Scientific modes have been combined into a single
4025       Scientific mode (which also includes some of the functionality that
4026       was in the previous Basic mode).
4028       The mode buttons are now extra button tables (and a mode panel) that get
4029       shown or hidden in the main gcalctool window depending upon the current
4030       mode.
4032       The six item mode display has been removed. The current base, numeric
4033       display type, trigonometric type, hyp and inv settings can be seen by
4034       the radio buttons and check boxes in the mode panel. The current mode is
4035       given in the main window title bar. The only things that's really 
4036       different is that there is no longer a current operand display item.
4038     * Remove the small property sheet that was displayed when you right clicked
4039       in the main window button area (not over a button). This had the ability
4040       to set a left or right-handed style. This functionality has also been
4041       removed, because with the simplification of the Basic mode, it's no 
4042       longer needed. Remove the command line options and resources associated 
4043       with this.
4045     * From Andrew Sobala <andrew@sobala.net>
4046       Fixed bug #102698 - "make distcheck" fails. Fix was to use the correct
4047       GNOME 2 autogen.sh. Also added #(schema_DATA) to the top-level
4048       Makefile.am