Handle shift-asterisk and asterisk for multiply (the later occurs on the french keybo...
[gcalctool.git] / ChangeLog
blob1296a1ba90442ee1a06e761c2ff11cc661e477f8
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-07 Robert Ancell <robert.ancell@gmail.com>
12     * gcalctool/gtk.c: Handle shift-asterisk and asterisk for multiply
13       (the later occurs on the french keyboard) (Bug #526671)
15 2008-04-05 Robert Ancell <robert.ancell@gmail.com>
17     * Makefile.am: Don't distribute m4/.svn directory (Bug #524025)
19 2008-03-24 Robert Ancell <robert.ancell@gmail.com>
21     * Bug #524091 - First patch from Klaus Niederkrueger applied.
23 2008-03-12 Robert Ancell <robert.ancell@gmail.com>
25     * gcalctool/unittest.c:
26       Bug #135671 - Added initial unit tests
27     * Bug #520769 - Remove usage of sprintf() and strcpy() and replace
28       with snprintf() and strncpy().
30 2008-03-11 Robert Ancell <robert.ancell@gmail.com>
32     * gcalctool/functions.c:
33       Fixed bug #520525 - Clear display sets display to empty not "Ans".
35 2008-03-10 Rich Burridge <rich.burridge@sun.com>
37     * gcalctool/gtk.c:
38       Fixed bug #521620 - Impossible to type "(" in the GUI.
40     * gcalctool/gtk.c:
41       Fixed bug #520269 – Possibly incorrect use of plurals.
43     * gcalctool/calctool.c:
44       gcalctool/gtk.c:
45       From Jens Granseuer <jensgr at gmx dot net>
46       Fixed bug #521668 – compile errors.
48 2008-03-10 Rich Burridge <rich.burridge@sun.com>
50     * AUTHORS:
51       README:
52       NEWS:
53       configure.in:
54       Released a gcalctool v5.22.0 tarball.
56 2008-03-06 Rich Burridge <rich.burridge@sun.com>
58     * gcalctool/calctool.h:
59       Fix for bug #520474 - Calculator uses 06 in place of decimal.
61 2008-03-02 Rich Burridge <rich.burridge@sun.com>
63     * gcalctool/calctool.c:
64       Fix for bug #519979 - Please provide translator comments.
66 2008-02-28 Rich Burridge <rich.burridge@sun.com>
68     * gcalctool/gtk.c:
69       Fix for bug #519243 - Memory registers save incorrectly.
71 2008-02-24 Rich Burridge <rich.burridge@sun.com>
73     * README:
74       NEWS:
75       configure.in:
76       Released a gcalctool v5.21.92 tarball.
78 2008-02-11 Rich Burridge <rich.burridge@sun.com>
80     * README:
81       NEWS:
82       configure.in:
83       Released a gcalctool v5.21.91 tarball.
85 2008-02-11  Robert Ancell  <robert.ancell@gmail.com>
87     * glade/gcalctool.glade:
88       Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
90 2008-02-10 Rich Burridge <rich.burridge@sun.com>
92     * gcalctool/gtk.c:
93       gcalctool/calctool.c:
94       glade/gcalctool.glade:
95       help/C/gcalctool.xml:
96       Fix for bug #515326 – translation issues
98 2008-02-10  Robert Ancell  <robert.ancell@gmail.com>
100     * glade/gcalctool.glade:
101       Unmark bitcalculating strings for translation (Bug #515326)
102       Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
104 2008-02-10  Luca Ferretti  <elle.uca@libero.it>
106     * configure.in:
107       Remove help/it/Makefile, switching to gnome-doc-utils
109 2008-02-04 Rich Burridge <rich.burridge@sun.com>
111     * gcalctool/gtk.c:
112       Fix for bug #514233 - Title not translated
114 2008-02-02 Rich Burridge <rich.burridge@sun.com>
116     * gcalctool/gtk.c:
117       Fix for bug #513868 - Switching mode clears values but not 
118       "Malformed expression" in statusbar.
120     * gcalctool/ce_tokeniser.l:
121       From Sami Pietila <sami.pietila@utu.fi>
122       Fix for bug #513218 - Parsing not handling things the way a 
123       "normal" calculator would.
125     * help/de/de.po:
126       From Philipp Kerling <k.philipp@gmail.com>
127       Fix for bug #482666 - XML errors in gcalctool de translation.
129 2008-02-02  Tommi Vainikainen  <thv@iki.fi>
131         * glade/gcalctool.glade: Fix typo (Retreive -> Retrieve)
133 2008-01-28 Rich Burridge <rich.burridge@sun.com>
135     * README:
136       RELEASE.HOWTO:
137       NEWS:
138       configure.in:
139       Released a gcalctool v5.21.90 tarball.
141 2008-01-26 Rich Burridge <rich.burridge@sun.com>
143     * gcalctool/functions.c:
144       From Sami Pietila <sami.pietila@utu.fi>
145       Fix for bug #512204 - Regression in (-,+) handling.
147 2008-01-24 Rich Burridge <rich.burridge@sun.com>
149     * gcalctool/ce_parser.y:
150       gcalctool/mpmath.c:
151       gcalctool/functions.c:
152       Fix for bug #511052 – Mod gives negative remainders.
154 2008-01-16  Claude Paroz  <claude@2xlibre.net>
156     * gcalctool/gtk.c: (create_kframe):
157       Typo in message.
159 2008-01-14 Rich Burridge <rich.burridge@sun.com>
161     * README:
162       NEWS:
163       configure.in:
164       Released a gcalctool v5.21.5 tarball.
166 2008-01-04 Rich Burridge <rich.burridge@sun.com>
168     * gcalctool/gtk.c:
169       Fix for bug #507126 - "x" should be a keyboard shortcut for bitwise 
170       XOR but it's currently doing multiplication.
172     * gcalctool/gtk.c:
173       Fix for bug #507124 - gcalctool menu items are not being set inactive 
174       when there is an error condition.
176     * help/C/gcalctool.xml:
177       More work on bug #503941 – Various Calculator docmentation issues.
178       - Adjusted the note in section 3.1.1 to describe what a C locale is.
180 2008-01-03 Rich Burridge <rich.burridge@sun.com>
182     * help/C/gcalctool.xml:
183       Work on bug #503941 – Various Calculator docmentation issues.
184       - Added a section 3.6 "Undo and Redo"
185       - After an error condition pressing Shift-Delete will now 
186         clear it, not Delete.
187       - Updated and added numerous Alt-<whatever> and Control-<whatever>
188         definitions in the keyboard shortcut tables.
190     * RELEASE-HOWTO:  (new)
191       Added a document that provides a step-by-step list to remind 
192       gcalctool maintainers how to make a release.
194     * gcalctool/functions.c:
195       gcalctool/calctool.c:
196       gcalctool/calctool.h:
197       From Sami Pietila <sami.pietila@utu.fi>
198       Fix for bug #506742 - Various gcalctool buttons don't behave as 
199       expected when they are used right after a Clr operation.
201 2008-01-02 Rich Burridge <rich.burridge@sun.com>
203     * gcalctool/gtk.c:
204       From Sami Pietila <sami.pietila@utu.fi>
205       Work on bug #499954 – Key repeat is delayed.
206       Adjustments to the set_bit_panel() routine for arithmetic operator
207       precedence mode.
209 2008-01-01 Rich Burridge <rich.burridge@sun.com>
211     * (most files):
212       Updated the copyright messages to include 2008.
213       Updated the gcalctool About message in a similar fashion.
215     * help/C/figures/gcalctool_scientific_window.png:
216       help/C/gcalctool.xml:
217       gcalctool/functions.c:
218       gcalctool/lr_tokeniser.l:
219       gcalctool/lr_parser.y:
220       gcalctool/ce_tokeniser.l:
221       gcalctool/gtk.c:
222       gcalctool/mpmath.c:
223       gcalctool/ce_parser.y:
224       gcalctool/mpmath.h:
225       gcalctool/calctool.c:
226       gcalctool/calctool.h:
227       gcalctool/gcalctool.1:
228       glade/gcalctool.glade:
229       From Robert Millan <rmh@aybabtu.com>
230       From Robert Ancell <robert.ancell@gmail.com>
231       Fixed bug #505892 - Added a base 2 logarithm button. Note that for 
232       a future release of gcaltool, that this might be changed to a log<n>
233       button (see bug #336609 for more details).
235 2007-12-17 Rich Burridge <rich.burridge@sun.com>
237     * configure.in:
238       NEWS:
239       Released a gcalctool v5.21.4 tarball.
241 2007-12-15 Rich Burridge <rich.burridge@sun.com>
243     * help/C/gcalctool.xml:
244       Adjusted online help documentation to add in a section 4.4. "Changing
245       The Display Area" and to update the new keyboard shortcut for Clear.
247 2007-12-15 Robert Ancell <robert.ancell@gmail.com>
249     * Use delete key to delete character right of cursor in display, clear
250       now uses shift+delete (Bug #326938).
251     * glade/gcalctool.glade: Update all button tooltips to have the shortcut
252       key for that button (Bug #503707).
254 2007-12-12 Rich Burridge <rich.burridge@sun.com>
256     * gcalctool.desktop.in:
257       Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
258       category
260     * help/C/gcalctool.xml:
261       Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
262       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
264     * help/C/gcalctool.xml:
265       Work on bug #501699. Adjusted "monthly interest rate" to "simple
266       monthly interest rate" in the online help for two of the financial
267       examples.
269 2007-12-09 Robert Ancell <robert.ancell@gmail.com>
271     * gcalctool/gtk.c: Fix incorrect menu radio button selected when
272       mode change aborted (bug #488226).
274 2007-12-07 Rich Burridge <rich.burridge@sun.com>
276     * gcalctool/functions.c:
277       Fix for bug #502306 - unable to use MOD operation after a 
278       x ᶺ y operation.
280 2007-12-03 Rich Burridge <rich.burridge@sun.com>
282     * configure.in:
283       NEWS:
284       Released a gcalctool v5.21.3 tarball.
286 2007-12-2 Robert Ancell <robert.ancell@gmail.com>
288     * Added a "Reset to Default" accuracy menu item (bug #488542).
290 2007-11-28 Rich Burridge <rich.burridge@sun.com>
292     * gcalctool/gtk.c:
293       From Sami Pietila <sami.pietila@utu.fi>
294       When the bit calculation extension is enabled, a message now appears
295       in the status bar.
297     * glade/gcalctool.glade:
298       Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension 
299       produces incorrect results.
301 2007-11-27 Rich Burridge <rich.burridge@sun.com>
303     * help/C/figures/gcalctool_scientific_window.png:
304       help/C/gcalctool.xml:
305       Fixed bug #367731 - [doc] Update documentation for bit calculating 
306       extension.
308     * gcalctool/gtk.c:
309       From Sami Pietila <sami.pietila@utu.fi>
310       Fixed bug 500029 - Clearing a bit in the bitcalculating extension, 
311       sets the display to zero.
313 2007-11-27 Robert Ancell <robert.ancell@gmail.com>
315     * gcalctool/gtk.c: 
316       Disable menu items not valid in current mode (Bug #499625).
318 2007-11-17 Robert Ancell <robert.ancell@gmail.com>
320     * gcalctool/Makefile.am: Fix build dependencies for parsers (Bug #497237).
321     * gcalctool/gtk.c: Trim pasted text on newlines, replace tabs with spaces
322       (Bug #488796).
324 2007-11-13 Rich Burridge <rich.burridge@sun.com>
326     * help/C/figures/gcalctool_advanced_window.png:
327       help/C/figures/gcalctool_basic_window.png:
328       help/C/figures/gcalctool_financial_window.png:
329       help/C/figures/gcalctool_menu_symbol.png:
330       help/C/figures/gcalctool_scientific_window.png:
331       Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
333     * help/C/gcalctool.xml:
334       Fixed bug #367723 - [doc] Update documentation for Changing Modes 
335       Clears Calculation.
337 2007-11-12 Rich Burridge <rich.burridge@sun.com>
339     * configure.in:
340       NEWS:
341       Released a gcalctool v5.21.2 tarball.
343 2007-11-10 Robert Ancell <robert.ancell@gmail.com>
345     * gtk.c: Close precision dialog when setting precision from
346       Acc button (Bug #495349).
347     * gcalctool.glade: Connect "activate" signal for precision
348       spin button after spin button has been updated (Bug #495345)
350 2007-11-6 Robert Ancell <robert.ancell@gmail.com>
352     * everything:
353       Stop display characters from being translated as this will
354       cause the display parser to fail.
355       Change labels on trig function keys when inverse/hyperbolic
356       toggled.
358 2007-11-4 Robert Ancell <robert.ancell@gmail.com>
360     * everything:
361       Split calctool.h into seperate header files.
362       Removed unused function definitions and killed extern.h.
363       Moved gconf behaviour into get.c.
364       Removed some global variables for resource naming.
365       Merged graphics.c into gtk.c.
366       Renamed all gtk.c external functions to ui_*().
367       Moved main() into calctool.c.
368       Disable bitcalculating menu when not in scientific mode.
369       Renamed GTK+ callbacks so they all are in the form *_cb().
371 2007-11-3 Rich Burridge <rich.burridge@sun.com>
373     * help/Makefile.am:
374       From dmacks@netspace.org
375       Fixed bug #482655 - Missing image file.
377     * gcalctool/gtk.c:
378       Fix the buglet in comment #51 of bug #485919.
380 2007-11-3 Robert Ancell <robert.ancell@gmail.com>
382     * gcalctool/gtk.c: 
383       Re-enable accuracy menu items (Final part of bug #488694).
384       Make accuracy shortcuts only work in scientific mode (bug #488489).
385       Stop bogus '-/-' in accuracy menu items (bug #488703).
387 2007-11-1 Rich Burridge <rich.burridge@sun.com>
389     * display.c:
390       calctool.h:
391       functions.c:
392       gtk.c:
393       More lint fixups.
395 2007-11-1 Robert Ancell <robert.ancell@gmail.com>
397     * gcalctool/gtk.c:
398       glade/gcalctool.glade:
399       More work on bug #488694 - Move all popup menus into gcalctool.glade.
400       Split constant and function dialogs into seperate UI elements.
402     * gcalctool/graphics.c:
403       gcalctool/calctool.c:
404       gcalctool/calctool.h:
405       gcalctool/display.c:
406       gcalctool/functions.c:      
407       gcalctool/gtk.c:
408       glade/gcalctool.glade:      
409       More work on bug #488694 - Simplify menu code
411 2007-10-31 Rich Burridge <rich.burridge@sun.com>
413     * gcalctool/dsfuns.c:
414       gcalctool/calctool.h:
415       gcalctool/functions.c:
416       gcalctool/ce_parser.h:
417       gcalctool/gtk.c:
418       Code cleanup to a consistent style, plus fixup for various warnings
419       from lint.
421 2007-10-31 Robert Ancell <robert.ancell@gmail.com>
423     * gcalctool/mpmath.c:
424       gcalctool/graphics.c:
425       gcalctool/calctool.c:
426       gcalctool/calctool.h:
427       gcalctool/display.c:
428       gcalctool/functions.c:
429       gcalctool/extern.h:
430       gcalctool/get.c:
431       gcalctool/gtk.c:
432       glade/gcalctool.glade:
433       More work on bug #488694 - Move accelerator handling from calctool.c
434       
435     * gcalctool/gtk.c:
436       glade/gcalctool.glade:
437       More work on bug #488694 - Move ASCII, accuracy, function and
438       constant dialogs into gcalctool.glade
440 2007-10-30 Rich Burridge <rich.burridge@sun.com>
442     * gcalctool/mpmath.c:
443       Fix for bug #485134 - OR calculation produces incorrect result in 
444       arithmetic precedence mode.
446 2007-10-28 Rich Burridge <rich.burridge@sun.com>
448     * gcalctool/functions.c:
449       From Sami Pietila <sami.pietila@utu.fi>
450       Fix for bug #490701 - base radio buttons initially fail.
452     * Released a gcalctool v5.21.1 tarball.
454 2007-10-27 Rich Burridge <rich.burridge@sun.com>
456     * gcalctool/mpmath.c:
457       From Sami Pietila <sami.pietila@utu.fi>
458       Attempted fix for bug #485134 - OR calculation produces incorrect 
459       result in arithmetic precedence mode. This isn't a complete solution
460       so the bug has been reopened.
462 2007-10-26 Rich Burridge <rich.burridge@sun.com>
464     * gcalctool/functions.c:
465       From Sami Pietila <sami.pietila@utu.fi>
466       Fix for bug #488828 - Reciprocal remembers backspaced items.
468 2007-10-23 Rich Burridge <rich.burridge@sun.com>
470     * glade/gcalctool.glade:
471       More work on bug ##488694 - [a11y] Several calculator buttons 
472       don't speak correctly with Orca. Removed the accessible descriptions
473       (not needed) and adjusted the "shift left" and "shift right" names
474       (they were reversed).
476     * gcalctool/functions.c:
477       From Sami Pietila <sami.pietila@utu.fi>
478       Patch to stablize arithmetic precedence.
480 2007-10-23 Robert Ancell <robert.ancell@gmail.com>
482     * gcalctool/gtk.c:
483       Stop acting on toggle events from radio buttons when they go
484       inactive (Bug #485918).
486 2007-10-22 Rich Burridge <rich.burridge@sun.com>
488     * glade/gcalctool.glade:
489       From Robert Ancell <robert.ancell@gmail.com>
490       More work on bug #485919 - Use Glade for UI. This patch puts 
491       menu accelerators back again and fixes the top button row in 
492       basic mode being too tall.
494     * MAINTAINERS:
495       Added Robert Ancell to the list of gcalctool MAINTAINERS.
497     * glade/gcalctool.glade:
498       Fixed bug #488830 - Hex radio button shortcut conflicts with 
499       Help menu shortcut.
501     * glade/gcalctool.glade:
502       Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip 
503       shortcut keys.
505     * gcalctool/gtk.c:
506       Fixed bug #488783 - memory registers not available if you start 
507       in Advanced mode
509     * gcalctool/gtk.c:
510       glade/gcalctool.glade:
511       Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak 
512       correctly with Orca.
514 2007-10-20 Rich Burridge <rich.burridge@sun.com>
516     * gcalctool/calctool.c:
517       gcalctool/calctool.h:
518       gcalctool/functions.c:
519       gcalctool/extern.h:
520       gcalctool/gtk.c:
521       glade/gcalctool.glade:    (new)
522       glade/Makefile.am:
523       glade/mode_panel.glade:   (removed)
524       po/POTFILES.in:
525       From Robert Ancell <robert.ancell@gmail.com>
526       More work on bug #485919 - Use Glade for UI. This now provides
527       Glade support for the majority of the gcalctool GUI.
529 2007-10-15 Rich Burridge <rich.burridge@sun.com>
531     * gcalctool/gtk.c:
532       Fix for bug #485398 - Put memory register window inside the main window.
533       Uses gtk_window_set_transient_for() to associate the memory register
534       window with the main gcalctool window.
536     * help/C/gcalctool.xml:
537       Fix for bug #383850 - [doc] New names for Precedence.
539 2007-10-13 Rich Burridge <rich.burridge@sun.com>
541     * gcalctool/gtk.c:
542       From Sami Pietila <sami.pietila@utu.fi>
543       Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence 
544       mode if user has "hand edited" the display.
546 2007-10-12 Rich Burridge <rich.burridge@sun.com>
548     * configure.in:
549       gcalctool/calctool.c:
550       gcalctool/gtk.c:
551       gcalctool/Makefile.am:
552       Makefile.am:
553       glade/Makefile.am:          (new)
554       glade/mode_panel.glade:     (new)
555       From Robert Ancell <robert.ancell@gmail.com>
556       Work on bug #485919 - Use Glade for UI.
557       Initial Glade patch adds support for the mode panel.
559 2007-10-11 Rich Burridge <rich.burridge@sun.com>
561     * gcalctool/gtk.c:
562       Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
563       correctly set the state of the Edit-<Memory Registers check box if the
564       user wanted the memory registers initially displayed.
566     * gcalctool/gtk.c:
567       From Christian Persch <chpe@gnome.org>
568       Correctly handle memory register display and "Memory Registers" menu
569       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
570       (Needed because of the recent changes for bug #478961).
572 2007-10-08 Rich Burridge <rich.burridge@sun.com>
574     * Released a gcalctool v5.21.0 tarball.
576     * gcalctool/calctool.h:
577       gcalctool/display.c:
578       gcalctool/functions.c:
579       gcalctool/ce_tokeniser.l:
580       gcalctool/get.c:
581       gcalctool/gtk.c:
582       With lots of help from Sami Pietila <sampie@utu.fi>
583       Fix for bug #326938 – Display cursor in input area; allow home
584       and end keys. This is in arithmetic precedence mode only.
586 2007-10-08 Rich Burridge <rich.burridge@sun.com>
588     * gcalctool/graphics.c:
589       Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 
590       places menu items.
592 2007-10-02 Rich Burridge <rich.burridge@sun.com>
594     * help/C/gcalctool.xml:
595       gcalctool/calctool.h:
596       gcalctool/ce_tokeniser.l:
597       Fix for bug #439087 – Gcalctool can't handle small physic constants 
598       like the Boltzmann constant. The number of significant places has
599       been increased to 99 and the number of displayable digits has been
600       increased to 200. The online help has been adjusted to reflect these
601       changes.
603       Note that if you have something in the gcalctool display that is 
604       wider than the display area, a scrollbar is shown, but the first 
605       digit isn't properly displayed. The workaround here, is to enlarge 
606       the size of the calculator window until the scrollbar goes away.
607       I believe this is a Gtk+ problem and have filed bug #482688 against it.
609     * help/C/gcalctool.xml:
610       Fixed bug #367738 – [doc] Square root documentation needs to be updated.
611       The entry in the online help now includes examples for both arithmetic 
612       precedence and non-arithmetic precedence mode.
614     * help/C/gcalctool.xml:
615       Fixed bug #428571 – [doc] Repetitive usage of "use".
617 2007-10-01 Rich Burridge <rich.burridge@sun.com>
619     * gcalctool/Makefile.am:
620       configure.in:
621       From Rémi Cardona <remi@gentoo.org>
622       Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
624     * help/C/gcalctool.xml:
625       gcalctool/calctool.c:
626       gcalctool/display.c:
627       gcalctool/calctool.h:
628       gcalctool/functions.c:
629       gcalctool/lr_tokeniser.l:
630       gcalctool/ce_tokeniser.l:
631       gcalctool/gcalctool.1:
632       Fixed bug #428573 – [doc] Spelling of logical gates.
633       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
634       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
635       display area in arithmetic precedence mode. The gcalctool manual
636       pages and the online help have been updated accordingly.
638       The XOR operation in non-arithmetic mode was doing a multiplication 
639       instead.
641       The result for the AND example in the online help was incorrect.
643       The syntax for using NOT in aritmetic mode is different then for
644       non-arithmetic mode. The online help example has been updated to
645       show both examples.
647 2007-09-28 Rich Burridge <rich.burridge@sun.com>
649     * help/C/gcalctool.xml:
650       gcalctool/calctool.c:
651       gcalctool/calctool.h:
652       gcalctool/functions.c:
653       gcalctool/lr_tokeniser.l:
654       gcalctool/ce_tokeniser.l:
655       gcalctool/gcalctool.1:
656       gcalctool/gtk.c:
657       gcalctool/ce_parser.y:
658       With lots of help from Sami Pietila <sampie@ariana-dsl.utu.fi>
659       Fixed bug #469245 – Hexadecimal input is not intuitive and
660       bug #455889 – Copy/paste of lower case hex letter does not work.
661       The hexadecimal digits have been changed back to their pre Sept
662       2003 (bug #118826) values of "a" - "f".
664       The following functions have also had their keyboard shortcuts
665       reverted back to their pre Sept 2003 upper-case values:
667       [A] - Set accuracy
668       [C] - Change sign
669       [D] - Double-declining depreciation
670       [E] - Enter an exponential number
671       [F] - User-defined functions
673       With copy/paste operations, where the user is pasting a string into
674       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
675       "D" or "F" character is encountered, it will be converted to its
676       lowercase equivalent. If an "E" is found,  and the next character is a
677       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
678       a possible exponential number), otherwise its converted to a lower
679       case "e".
681       Displaying of hex digits in the gcalctool display will still be
682       in uppercase. Displaying of the "e" in an exponential number will
683       still be in lower-case.
685       The way to enter exponential numbers in arithmetic precedence mode
686       has changed. The following four examples should show you the new
687       correct syntax:
689         1  2  Exp + 8  =              1200000000
690       - 1  2  Exp + 8  =             -1200000000
691         1  2  Exp - 8  =              0.00000012
692       - 1  2  Exp - 8  =             -0.00000012
694       In both left-to-right precedence and arithmetic precedence modes, if
695       the user enters a numeric digit that is incorrect for the current
696       numeric base, this shouldn't be allowed and should not be entered
697       in the display.
699       The gcalctool documentation (and tooltips) have been updated to
700       reflect these changes.
702 2007-09-24 Rich Burridge <rich.burridge@sun.com>
704     * From Christian Persch <chpe@gnome.org>
705       gcalctool/gtk.c:
706       Fixed bug #479102 – memory registers dialogue should use ngettext.
708 2007-09-21 Rich Burridge <rich.burridge@sun.com>
710     * Updated the MAINTAINERS file with Sami's new email address.
712     * From Christian Persch <chpe@gnome.org>
713       gcalctool/gtk.c:
714       Fixed bug #478961 – GtkAaction use.
716     * From Christian Persch <chpe@gnome.org>
717       gcalctool/gtk.c:
718       Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
720     * From Christian Persch <chpe@gnome.org>
721       gcalctool/gtk.c:
722       Fixed bug #478979 – show menu help in statusbar.
724     * From Christian Persch <chpe@gnome.org>
725       gcalctool/gtk.c:
726       Fixed bug #479064 – should use ngettext on the Acc button.
728     * From Christian Persch <chpe@gnome.org>
729       gcalctool/gtk.c:
730       Fixed bug #479097 – use gtkmessagedialog.
732     * From Christian Persch <chpe@gnome.org>
733       gcalctool/gtk.c:
734       Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
736 2007-09-17 Rich Burridge <rich.burridge@sun.com>
738     * Released a gcalctool tarball for GNOME 2.20.0.
740 2007-09-03 Rich Burridge <rich.burridge@sun.com>
742     * Released a gcalctool tarball for GNOME 2.19.92.
744 2007-08-27 Rich Burridge <rich.burridge@sun.com>
746     * Released a gcalctool tarball for GNOME 2.19.91.
748 2007-08-17 Rich Burridge <rich.burridge@sun.com>
750     * From Lionel Le Folgoc
751       gcalctool.desktop.in:
752       Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
754 2007-08-13 Rich Burridge <rich.burridge@sun.com>
756     * Released a gcalctool tarball for GNOME 2.19.90.
758 2007-08-11 Rich Burridge <rich.burridge@sun.com>
760     * MAINTAINERS:
761       Adjusted to the new format.
763 2007-07-30 Rich Burridge <rich.burridge@sun.com>
765     * Released a gcalctool tarball for GNOME 2.19.6.
767 2007-07-30 Jan Arne Petersen <jpetersen@jpetersen.org>
769     * configure.in:
770       Remove help/de/Makefile due to gnome-doc-utils migration.
772 2007-07-24 Rich Burridge <rich.burridge@sun.com>
774     * From Christopher Taylor et al
775       configure.in:
776       gcalctool/gtk.c:
777       Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
778       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
780 2007-07-22 Yair Hershkovitz <yairhr@gmail.com>
781     * gcalctool/gtk.c:
782       Always use left-to-right direction for button's boxes. Fixed bug
783       #439415.
785 2007-07-08 Rich Burridge <rich.burridge@sun.com>
787     * gcalctool.desktop.in:
788       Applied Sun patch 
789       /jds/spec-files/trunk/patches/gcalctool-01-menu-entry.diff.
790       Changed the Comment line.
792     * Released a gcalctool tarball for GNOME 2.19.5.
794 2007-06-26 Rich Burridge <rich.burridge@sun.com>
796     * gcalctool/mpmath.c:
797       Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
799     * gcalctool/gtk.c:
800       Fixed bug #450790 – crash in Calculator when pasting in a very large
801       number.
803 2007-06-18 Rich Burridge <rich.burridge@sun.com>
805     * From Jani Monoses
806       Fixed bug #448263 – drop libgnome dependency
808     * Released a gcalctool tarball for GNOME 2.19.4.
810 2007-06-04 Rich Burridge <rich.burridge@sun.com>
812     * Released a gcalctool tarball for GNOME 2.19.3.
814 2007-05-21 Rich Burridge <rich.burridge@sun.com>
816     * Fixed bug #439985 – Negative value not saved in memory register 
817       across invocations of gcalctool. This was also a problem was negative
818       constants.
820 2007-05-13 Rich Burridge <rich.burridge@sun.com>
822     * Released a gcalctool tarball for GNOME 2.19.2.
824 2007-04-30 Rich Burridge <rich.burridge@sun.com>
826    * gcalctool/display.c:
827      gcalctool/functions.c:
828      From: Sami Pietilä
829      Fixed bug #419927 - calculator rcl function does not work as documented.
831 2007-04-23 Rich Burridge <rich.burridge@sun.com>
833     * Released a gcalctool tarball for GNOME 2.19.1.
834       (gcalctool version number now aligns with the GNOME 
835        minor.micro numbers).
837 2007-04-18 Rich Burridge <rich.burridge@sun.com>
839    * gcalctool/gtk.c:
840      Fixed up various compiler warnings.
842 2007-04-13  Changwoo Ryu  <cwryu@debian.org>
844     * configure.in:
845       Removed line for help/ko/Makefile.in due to gnome-doc-utils
846       migration.
848 2007-03-28 Rich Burridge <rich.burridge@sun.com>
850    * gcalctool.desktop.in:
851      Fixed bug #413443 – gnome-calculator is not publically visible icon.
853 2007-03-12 Rich Burridge <rich.burridge@sun.com>
855     * gcalctool/gtk.c:
856       Adjust "Paste" to _("Paste") in the for_each_menu() routine for 
857       bug #317786 – copy and paste menu entries are always active.
859 2007-03-12 Rich Burridge <rich.burridge@sun.com>
861     * Released a gcalctool tarball for GNOME 2.18.0 (Final).
863 2007-03-08  Christian Kirbach  <Christian.Kirbach@googlemail.com>
865         * gcalctool.desktop.in:
866         "Application" is not a valid category in the freedesktop specification.
867         Added the GTK category.
869 2007-02-27 Rich Burridge <rich.burridge@sun.com>
871     * gcalctool/gtk.c:
872       Fixed bug 412688 - gcalctool crashed with SIGSEGV in strlen().
874 2007-02-25 Rich Burridge <rich.burridge@sun.com>
876     * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
878 2007-02-12 Rich Burridge <rich.burridge@sun.com>
880     * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
882 2007-02-06 Rich Burridge <rich.burridge@sun.com>
884     * gcalctool/gtk.c:
885       Fixed bug #402473 – Problems pasting back value when using 
886       thousands separator.
888 2007-01-22 Rich Burridge <rich.burridge@sun.com>
890     * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
892 2007-01-17 Rich Burridge <rich.burridge@sun.com>
894     * gcalctool/gtk.c:
895       Fixed bug #397788 – Need spin control limit for Acc Other popup.
897 2007-01-16 Rich Burridge <rich.burridge@sun.com>
899     * gcalctool/gtk.c:
900       From Thomas Molhave
901       Fixed bug #317786 - copy and paste menu entries are always active.
903 2007-01-08 Rich Burridge <rich.burridge@sun.com>
905     * All copyright messages updated for 2007.
906     * Released a gcalctool tarball for GNOME 2.17.5.
908 2006-12-17 Rich Burridge <rich.burridge@sun.com>
910     * Released a gcalctool tarball for GNOME 2.17.4.
912 2006-12-15 Rich Burridge <rich.burridge@sun.com>
914     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
915       Fixed bug #371669 - Floating Hexadecimal values converting to any.
917 2006-12-08 Rich Burridge <rich.burridge@sun.com>
919     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
920       Fixed bug #381037 – result can not be used for "mod" operation.
922     * Fixed bug #369503 – Problems with 'arithmetic precedence mode'.
924 2006-12-04 Rich Burridge <rich.burridge@sun.com>
926     * Released a gcalctool tarball for GNOME 2.17.3.
928 2006-11-28 Rich Burridge <rich.burridge@sun.com>
930     * gcalctool/gtk.c:
931       Fixed bug #380145 – Markup error in alert message.
933 2006-11-27 Rich Burridge <rich.burridge@sun.com>
935     * gcalctool/gtk.c:
936       In set_win_position(), initialized the x and y variables.
938     * help/C/gcalctool.xml:
939       Fixed bug #367754 - [doc] Update documentation for % operator.
941     * help/C/gcalctool.xml:
942       Fixed bug #367728 - [doc] Update documentation for Mod (Modulus 
943       Division) operation.
945     * help/C/gcalctool.xml:
946       Fixed bug #367715 - [doc] Update doc to mention saving of memory 
947       registers.
949     * help/C/gcalctool.xml:
950       Fixed bug #367718 - [doc] Documentation change needed for 
951       View->Memory Registers menu item inactive.
953     * help/C/gcalctool.xml:
954       Fixed bug #367735 - [doc] Update documentation for Ctrm operation.
956     * help/C/gcalctool.xml:
957       Fixed bug #367740 - [doc] Documentation for Clear Entry and Clear 
958       could be better.
960     * help/C/gcalctool.xml:
961       Fixed bug #367725 - [doc] Update documentation for the Memory 
962       Register Window.
964     * help/C/gcalctool.xml:
965       Fixed bug #367720 - [doc] Documentation change needed for keyboard 
966       shortcuts for buttons with menus associated with them.
968     * help/C/gcalctool.xml:
969       Fixed bug #367712 - [doc] Need to document how to enter scientific 
970       number s with a negative exponent in AOP mode.
972 2006-11-20 Rich Burridge <rich.burridge@sun.com>
974     * gcalctool/gtk.c:
975       Modified patch from Sun Bugster bug #6480076.
976       Made the gcalctool display areas focusable.
978     * help/C/gcalctool.xml:
979       Fixed bug #367722 – [doc] Update documentation for Xor and x^y 
980       operations.
982 2006-11-18 Rich Burridge <rich.burridge@sun.com>
984     * gcalctool/gtk.c:
985       Fixed bug #76572 - Primary selection is not recognised.
987 2006-11-04 Rich Burridge <rich.burridge@sun.com>
989     * Released a gcalctool tarball for GNOME 2.17.2.
991 2006-10-30 Rich Burridge <rich.burridge@sun.com>
993     * gcalctool/calctool.c:
994       gcalctool/calctool.h:
995       gcalctool/display.c:
996       gcalctool/functions.c:
997       gcalctool/get.c:
998       gcalctool/gtk.c:
999       Fixed bug #358782 (http://bugzilla.gnome.org/show_bug.cgi?id=358782)
1000       Fixup sloppy string handling.
1002     * gcalctool/function.c:
1003       Fixup sloppy code indentation.
1004       Remove unwanted (commented out) code.
1005       Adjusted to /* ... */ style comments.
1007 2006-10-23 Rich Burridge <rich.burridge@sun.com>
1009     * gcalctool/get.c:
1010       From Paul Schulz:
1011       Fixed bug #364410 (http://bugzilla.gnome.org/show_bug.cgi?id=364410)
1012       Incorrectly rounded pi constant.
1014 2006-10-16 Rich Burridge <rich.burridge@sun.com>
1016     * Released a gcalctool tarball for GNOME 2.17.1.
1018 2006-10-07 Elijah Newren <newren gmail com>
1020     * gcalctool/gtk.c (create_change_mode_dialog): Remove markup from
1021       translatable messages.  #360453
1023 2006-10-03 Rich Burridge <rich.burridge@sun.com>
1025     * gcalctool/display.c:
1026       From Matt Keenan <matt dot keenen at sun period com>
1027       Fixed bug 359291 - crash when localized decimal point is greater 
1028       than 1 char. Removed the bogus assert.
1030 2006-10-01 Rich Burridge <rich.burridge@sun.com>
1032     * gcalctool/calctool.c:
1033       gcalctool/gtk.c:
1034       From Matthias Clasen:
1035       Fixed bug #358337 (http://bugzilla.gnome.org/show_bug.cgi?id=358337)
1036       gcalctool no longer crashes in the Oriya locale due to sloppy string
1037       handling.
1039 2006-09-29 Sami Pietila <sampie@ariana-dsl.utu.fi>
1041     * Fixed pr #354730 - crash in Calculator: running
1042       3x10^38 using bi..
1044 2006-09-28 Sami Pietila <sampie@ariana-dsl.utu.fi>
1046     * Fixed pr #357208 - Bitcalculating extension needs to
1047       support negative numbers
1049 2006-09-22 Rich Burridge <rich.burridge@sun.com>
1051     * gcalctool/calctool.c:
1052       gcalctool/calctool.h:
1053       gcalctool/extern.h:
1054       gcalctool/functions.c:
1055       gcalctool/functions.h:
1056       gcalctool/get.c:
1057       gcalctool/gtk.c:
1058       From Sami Pietila <sampie@ariana-dsl.utu.fi>
1059       Fixed bug #157961 - Bitcalculating extension for gcalctool.
1061 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
1063     * Fixed pr #355648 - Error reporting should be consistent.
1065 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
1067     * Fixed pr #135140 - percent operator works not as expected.
1068         
1069 2006-09-06 Rich Burridge <rich.burridge@sun.com>
1071     * gcalctool/calctool.c:
1072       gcalctool/calctool.h:
1073       gcalctool/get.c:
1074       gcalctool/gtk.c:
1075       Fixed bug #349981 - gcalctool should save screen position for next 
1076       start.
1078 2006-09-04 Rich Burridge <rich.burridge@sun.com>
1080     * Released a gcalctool tarball for GNOME 2.16.0 (Final).
1082 2006-08-18 Rich Burridge <rich.burridge@sun.com>
1084     * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
1086 2006-08-09 Rich Burridge <rich.burridge@sun.com>
1088     * gcalctool/functions.c:
1089       gcalctool/graphics.c:
1090       gcalctool/gtk.c:
1091       Removed several chunks of code that were surronded by #if 0/#endif.
1093 2006-08-07 Rich Burridge <rich.burridge@sun.com>
1095     * gcalctool/display.c:
1096       gcalctool/functions.c:
1097       gcalctool/graphics.c:
1098       Fixed bug #350341 (http://bugzilla.gnome.org/show_bug.cgi?id=350341)
1099       gcalctool now builds again with gcc v2.95.
1101 2006-08-06 Rich Burridge <rich.burridge@sun.com>
1103     * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
1105 2006-07-28 Lucas Rocha <lucasr@gnome.org>
1107     * configure.in:
1108       Removed line for help/es/Makefile.in due to g-d-u migration.
1109     * help/Makefile.am:
1110       Removed es from SUBDIRS due to g-d-u migration. 
1112 2006-07-24 Rich Burridge <rich.burridge@sun.com>
1114     * gcalctool/calctool.c:
1115       More work on bug #347700 
1116       (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
1117       Added another "Note to translators" comment for the Abs button labels.
1119     * configure.in:
1120       Fixed bug #348452 (http://bugzilla.gnome.org/show_bug.cgi?id=348452)
1121       Removed line for help/sv/Makefile.in
1123     * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
1125 2006-07-20 Rich Burridge <rich.burridge@sun.com>
1127     * gcalctool/calctool.c:
1128       Work on bug #347700 (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
1129       Added a "Note to translators" comment for the Bksp and Clr button
1130       labels.
1132 2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
1134     * gcalctool/gtk.c (about_cb): Updated FSF postal address.
1136 2006-07-10 Rich Burridge <rich.burridge@sun.com>
1138     * Released a gcalctool tarball for GNOME 2.15.4.
1140 2006-06-09 Rich Burridge <rich.burridge@sun.com>
1142     * Released a gcalctool tarball for GNOME 2.15.3.
1144 2006-06-01 Rich Burridge <rich.burridge@sun.com>
1146     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1147       Fixed bug #343150 (http://bugzilla.gnome.org/show_bug.cgi?id=343150)
1148       Gcalctool no longer crashes when switching to scientific mode.
1150 2006-05-16 Rich Burridge <rich.burridge@sun.com>
1152     * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
1154 2006-05-15 Rich Burridge <rich.burridge@sun.com>
1156     * Released a gcalctool tarball for GNOME 2.15.2.
1158 2006-05-10 Rich Burridge <rich.burridge@sun.com>
1160     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1161       Fixup compiler warnings from inclusion of last patch.
1163 2006-05-08 Rich Burridge <rich.burridge@sun.com>
1165     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1166       Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
1167       Backspace results in mal-formed expression.
1169     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1170       - = button is now also a one step undo. (This feature was temporary 
1171         disabled by the previous redo/undo patch.)
1173       - Removed gotos from do_expression function. (This change might add
1174         unstability as this is a major change to the expression mode state
1175         machine.)
1177       - Functions (such as sin, cos, tan..) can use previously calculated
1178         value.
1180 2006-05-01 Rich Burridge <rich.burridge@sun.com>
1182     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1183       First cut at an Undo/Redo implementation for use with the arithmetic
1184       operator precedence mode.
1186 2006-04-25 Rich Burridge <rich.burridge@sun.com>
1188     * Respun the gcalctool tarball for GNOME 2.15.1 because intltool
1189       is not Solarisized. It's generated constructs in .../po/Makefile.in.in
1190       that do not work on Solaris. The hack fix was to change the SHELL
1191       definition in .../po/Makefile.in.in to /bin/bask before running
1192       make; make install; make dist
1194     * Removed the no entry from the po/LINGUAS file.
1196 2006-04-24 Rich Burridge <rich.burridge@sun.com>
1198     * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
1200     * Released a gcalctool tarball for GNOME 2.15.1.
1202 2006-04-24 Rich Burridge <rich.burridge@sun.com>
1204     * Fixed bug #337897 (http://bugzilla.gnome.org/show_bug.cgi?id=337897)
1205       Changes to use po/LINGUAS file.
1207 2006-04-17  Kjartan Maraas <kmaraas@gnome.org>
1209     * configure.in: Remove obsolete entry for no_NO.
1210     * po/no.po: And the translation.
1212 2006-04-12 Rich Burridge <rich.burridge@sun.com>
1214     * Fixed bug #338220 (http://bugzilla.gnome.org/show_bug.cgi?id=338220)
1215       The 'Show trailing zeroes' option in the View menu should now be
1216       correctly set [in]sensitive depending upon which mode it's in.
1218 2006-03-31 Rich Burridge <rich.burridge@sun.com>
1220     * Further work on the gcalctool automated test tools:
1221       - Now allows comment lines starting with '#' to be read (and ignored)
1222         in the input file. Same for blank lines.
1224       - Added a listener to not start reading standard input until the 
1225         application see a "focus:" event for gcalctool.
1227       - Adjusted the isApplication() routine in runtests.py to check for
1228         None.
1230 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1232     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1233       Fixed bug #332023 (http://bugzilla.gnome.org/show_bug.cgi?id=332023)
1234       The bitwise operators now work in arithmetic operator precedence
1235       mode, when you use them with the result of a previous operation.
1237 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1239     * Fixed bug #327729 (http://bugzilla.gnome.org/show_bug.cgi?id=327729)
1240       The fields in the memory register window were not correctly aligned
1241       in some themes. In the create_rframe() routine in gtk.c, the code has
1242       been changed to use a gtk_table rather than ten gtk_hbox's.
1244 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1246     * Fixed bug #330867 (http://bugzilla.gnome.org/show_bug.cgi?id=330867)
1247       Added License info to the Gcalctool About dialog.
1249 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1251     * Fixed bug #335095 (http://bugzilla.gnome.org/show_bug.cgi?id=335095)
1252       Gcalctool no longer displays the current mode in the title bar when 
1253       in Basic mode (due to lack of space).
1255 2006-03-27  Tommi Vainikainen  <thv@iki.fi>
1257     * .cvsignore, Makefile.am, configure.in, omf.make, xmldocs.make,
1258         m4/.cvsignore: Migrated to gnome-doc-utils build system for user
1259         manuals.
1261 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1263     * From Ross Burton <ross at burtonini dot com>
1264       Fixed bug #335236 (http://bugzilla.gnome.org/show_bug.cgi?id=335236)
1265       Gcalctool schemas files should be installed if built with
1266       "--without-gnome".
1268 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1270     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1271       Adjustments to the AOP code so that e to the power of x gives the
1272       correct answer at high precision.
1274 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
1276     * configure.in (ALL_LINGUAS): Added Dzongkha (dz).
1278 2006-03-17 Rich Burridge <rich.burridge@sun.com>
1280     * Added .../test/non_aop_input.txt, the start of an test file for
1281       gcalctool in non-arithmetic operator precedence mode.
1283 2006-03-13 Rich Burridge <rich.burridge@sun.com>
1285     * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1287 2006-03-02 Rich Burridge <rich.burridge@sun.com>
1289     * From Elijah Newren <newren at gmail dot com>
1290       Fix for bug #333078 (http://bugzilla.gnome.org/show_bug.cgi?id=333078)
1291       cvs fails to build due to bg translation of help.
1293     * From Alexander Shopov <ash at contact dot bg>
1294       Inclusion of a translation of gcalctool help for the bg locale.
1296 2006-02-27 Rich Burridge <rich.burridge@sun.com>
1298     * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1300 2006-02-12 Rich Burridge <rich.burridge@sun.com>
1302     * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1304 2006-01-30 Rich Burridge <rich.burridge@sun.com>
1306     * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1308 2006-01-23 Rich Burridge <rich.burridge@sun.com>
1310     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1311       Refixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1312       The recent changes to the square root and subtraction button labels
1313       broke the token parser for arithmetic operator precedence.
1315 2006-01-19 Rich Burridge <rich.burridge@sun.com>
1317     * Added the start of an automated test framework for gcalctool, written
1318       in Python, under the new "test" sub-directory. See the comments at the
1319       beginning of runtests.py for more information.
1321 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1323     * Fixed bug #327124 (http://bugzilla.gnome.org/show_bug.cgi?id=327124)
1324       Changes to fix bug #326344 had the side-effect of causing the CE
1325       button to no longer work correctly.
1327 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1329     * Fixed bug #327214 (http://bugzilla.gnome.org/show_bug.cgi?id=327214)
1330       The results from performing trig functions were not being passed on
1331       to future calculations correctly (in non-arithmetic operator precedence 
1332       mode).
1334 2006-01-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
1336     * Used U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1337       for division sign, as discussed in
1338       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00137.html
1339       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00157.html
1341 2006-01-13 Rich Burridge <rich.burridge@sun.com>
1343     * Released a gcalctool tarball for GNOME 2.13.5.
1345 2006-01-12 Rich Burridge <rich.burridge@sun.com>
1347     * From Wouter Bolsterlee
1348       Fixed bug #323149 (http://bugzilla.gnome.org/show_bug.cgi?id=323149)
1349       Gcalctool now uses the Unicode symbols for division, multiplication, 
1350       plus/minus, minus and square root.
1352 2006-01-10 Rich Burridge <rich.burridge@sun.com>
1354     * Fixed bug #326344 (http://bugzilla.gnome.org/show_bug.cgi?id=326344)
1355       The bit display of large numbers (in non-arithmetic operator precedence
1356       mode with the scientific view) now hopefully works correctly.
1358       It no longer converts the displayed number to a double then a long 
1359       long, which is where the loss of accuracy was occuring.
1361       This also involved adding a couple of parameters to the make_fixed() 
1362       routine in display.c to make it more generally useful for things like 
1363       this.
1365 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1367     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1368       Fixed bug #142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1369       Gcalctool no longer ignores locale specific numeric point in
1370       arithmetic operator precedence mode.
1372     * Adjusted all the copyright messages to include 2006.
1374 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1376     * Fixed bug #325074 (http://bugzilla.gnome.org/show_bug.cgi?id=325074)
1377       Gcalctool no longer crashes when you double click the 0 in the 
1378       display area. Problem was the return value of the mouse_button_cb()
1379       routine in gtk.c.
1381 2005-12-30  Abel Cheung  <maddog@linuxhall.org>
1383     * configure.in: Added "zh_HK" to ALL_LINGUAS.
1385 2005-12-23 Rich Burridge <rich.burridge@sun.com>
1387     * Released a gcalctool tarball for GNOME 2.13.4.
1389 2005-12-21 Rich Burridge <rich.burridge@sun.com>
1391     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1392       Final fix for bug #153854 
1393       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1394       Now handles the case where the first thing the user does is 
1395       change mode (Basic, Financial, Advanced, Scientific) in AOP mode.
1397 2005-12-19 Rich Burridge <rich.burridge@sun.com>
1399     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1400       Fixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1401       Sqrt (and other similar operations) no longer fail in non-English 
1402       locales
1404 2005-12-13 Rich Burridge <rich.burridge@sun.com>
1406     * Fixed bug #324001 (http://bugzilla.gnome.org/show_bug.cgi?id=324001)
1407       Primary Selection (middle mouse button) is now working.
1409 2005-12-12 Rich Burridge <rich.burridge@sun.com>
1411     * Released a gcalctool tarball for GNOME 2.13.3.
1413 2005-11-28 Rich Burridge <rich.burridge@sun.com>
1415     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1416       More work on bug #153854 
1417       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1418       Similar change to that made on 15th November 2005, this time for
1419       arithmetic operator precedence (AOP) mode. Still need to correct 
1420       handle this is AOP mode if it's the first thing the user does.
1422 2005-11-17 Rich Burridge <rich.burridge@sun.com>
1424     * Slight fixup for bug #157961. The toggling of the first bit in the
1425       bit panel wasn't working correctly. The long long lval variable in
1426       the bit_toggled() routine in gtk.c needed to be made unsigned.
1428 2005-11-15 Rich Burridge <rich.burridge@sun.com>
1430     * More work on bug #153854 
1431       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1432       If the user has completed a calculation and we are going to a
1433       new mode that is "compatible" with this one, then just change
1434       modes. Otherwise display a dialog warning the user that the
1435       current calculation will be cleared.
1437       Incompatible modes are:
1439       Scientific -> Basic
1440       Scientific -> Advanced
1441       Scientific -> Financial
1443       (unless we are in Scientific mode with Decimal numeric base and Fixed).
1444       These changes work nicely in non-arithmetic operator precedence mode.
1445       For some reason, the display is still being cleared in arithmetic
1446       operator precedence mode. Keeping the bug open and transferring to 
1447       Sami for further evaluation.
1449 2005-11-14 Rich Burridge <rich.burridge@sun.com>
1451     * Released a gcalctool tarball for GNOME 2.13.2.
1453 2005-11-03 Rich Burridge <rich.burridge@sun.com>
1455     * Fixed bug #316755 (http://bugzilla.gnome.org/show_bug.cgi?id=316755)
1456       Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect: 
1457       assertion `window != NULL' failed" warnings at startup.
1459 2005-10-27 Rich Burridge <rich.burridge@sun.com>
1461     * Fixed bug #319934 (http://bugzilla.gnome.org/show_bug.cgi?id=319934)
1462       The percent operator was broken in non-arithmetic operator precedence
1463       mode.
1465 2005-10-13 Rich Burridge <rich.burridge@sun.com>
1467     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1468       Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1469       Exponential notation now works correctly in arithmetic operator
1470       precedence mode.
1472 2005-09-26 Rich Burridge <rich.burridge@sun.com>
1474     * Slight adjustment to the bit panel. It's now centralized.
1476 2005-09-23 Rich Burridge <rich.burridge@sun.com>
1478     * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1479       needed to also preserve v->toclear and v->pointed.
1481     * Work on enhancement request #157961
1482       (http://bugzilla.gnome.org/show_bug.cgi?id=157961).
1483       Started to implement the bit panel for non-arithmetic precedence mode.
1484       It's automatically displayed when in Scientific mode.
1486 2005-09-19 Rich Burridge <rich.burridge@sun.com>
1488     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1489       Implemented enhancement request #148104 for arithmetic precedence
1490       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1491       The modulo operation. See entry below for more details.
1493 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1495     * Fixed bug #316382 (http://bugzilla.gnome.org/show_bug.cgi?id=316382)
1496       The "useless" cursor is no longer displayed in the calculator 
1497       display area.
1499 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1501     * Implemented enhancement request #148104 for non-arithmetic precedence
1502       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1503       Added in a modulo operation. This is available in Scientic Mode.
1504       A Mod B return the remainder when you divide A by B. A and B must be
1505       integers. Keyboard shortcut for this operation is "M".
1507 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1509     * Fixed bug #162453 (http://bugzilla.gnome.org/show_bug.cgi?id=162453)
1510       The memory register dialog now uses GtkEntry widgets to display the
1511       register values. Gnopernicus can now correctly speak the contents of 
1512       each memory register. There is also a close button to easily dismiss 
1513       this dialog.
1515 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1517     * Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=312609)
1518       The memory register window is now a dialog rather than a top-level 
1519       window.
1521 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1523     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1524       Fixed bug #311307 (http://bugzilla.gnome.org/show_bug.cgi?id=311307)
1525       Fix to prevent invalid numeric entry in arithmetic operator precedence
1526       mode, depending upon the current base.
1528 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1530     * From yselkowitz at users dot sourceforge dot net
1531       A number of the bison- and flex-related make rules in 
1532       .../gcalctool/Makefile.am were broken when builddir != srcdir. 
1534 2005-08-26 Rich Burridge <rich.burridge@sun.com>
1536     * From dmacks at netspace dot org
1537       Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=314540)
1538       The libparser.a library needs ranlib run on it for Mac OS X.
1540 2005-08-24 Rich Burridge <rich.burridge@sun.com>
1542     * From Diego Petten? <flameeyes at gentoo dot org>
1543       Fixed bug #314375 (http://bugzilla.gnome.org/show_bug.cgi?id=314375)
1544       Replaced usage of malloc.h with stdlib.h in syntax_translation.c
1546 2005-08-22 Rich Burridge <rich.burridge@sun.com>
1548     * Generated release for GNOME 2.12 (RC)
1550     * From Olaf Heiring <olh at suse dot de> (via Rodrigo Moya)
1551       Changed type of argument in paren_disp from char to int for 64bit.
1553 2005-08-11 Rich Burridge <rich.burridge@sun.com>
1555     * Fixed bug #313255 (http://bugzilla.gnome.org/show_bug.cgi?id=313255)
1556       The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1558 2005-08-08 Rich Burridge <rich.burridge@sun.com>
1560     * Generated release for GNOME 2.11.91 (beta2).
1562 2005-08-04  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
1564     * configure.in: Added "te" to ALL_LINGUAS
1566 2005-08-03 Sami Pietila <sampie@ariana-dsl.utu.fi>
1568     * Fixed pr310167. Removed "ans" from the list of translated words.
1569         
1570 2005-07-25 Rich Burridge <rich.burridge@sun.com>
1572       Fixed bug #311306 (http://bugzilla.gnome.org/show_bug.cgi?id=311306)
1573       If the user was in View->Scientific with base Bin, Oct or Hex and 
1574       then went to View->Basic, then returned to View->Scientific, some of
1575       the numeric keys were incorrectly greyed out.
1577 2005-07-19 Rich Burridge <rich.burridge@sun.com>
1579     * From Christian Krause <chkr at plauener dot de>
1580       Fixed bug #310849 (http://bugzilla.gnome.org/show_bug.cgi?id=310849)
1581       Gcalctool no longer crashes when pressing the "B" button (or typing 
1582       Shift-B).
1584 2005-07-18 Rich Burridge <rich.burridge@sun.com>
1586     * Fixed bug #310791 (http://bugzilla.gnome.org/show_bug.cgi?id=310791)
1587       Memory register window view logic was screwed.
1589 2005-07-15 Rich Burridge <rich.burridge@sun.com>
1591     * From Jens Granseuer <jenssgr at gmx dot net>
1592       Fixed bug #310441 (http://bugzilla.gnome.org/show_bug.cgi?id=310441)
1593       Adjusted code to compile with gcc 2.95.2. (There was an assert before
1594       variable declarations in do_tfunc() in functions.c
1596 2005-07-11 Rich Burridge <rich.burridge@sun.com>
1598     * Fixed bug #153854 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1599       When the user changes modes, a warning dialog is displayed to let
1600       them know that their current display will be cleared and the base
1601       reset to decimal. The user has the option of checking a toggle box
1602       on the dialog, that will prevent this warning from being displayed 
1603       again.
1605 2005-07-01 Rich Burridge <rich.burridge@sun.com>
1607     * From Matt Keenan <matt.keenan@sun.com>
1608       Fixed bug #309294 (http://bugzilla.gnome.org/show_bug.cgi?id=309294)
1609       Adjustments to allow gcalctool to successfully build on Solaris with
1610       pkgconfig >= 0.17.1
1612 2005-06-30 Rich Burridge <rich.burridge@sun.com>
1614     * Fixed bug #309182 (http://bugzilla.gnome.org/show_bug.cgi?id=309182)
1615       In non-arithmetic precdence mode, gcalctool can now correctly change
1616       the sign of the exponent on scientific numbers again. The problem was
1617       caused by a chunk of code being removed from the handling of the 
1618       "+/-" case when the arithmetic operator precedence code was merged in.
1620 2005-06-21 Rich Burridge <rich.burridge@sun.com>
1622     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1623       Fixed bug #308408 (http://bugzilla.gnome.org/show_bug.cgi?id=308408)
1624       gcalctool can now correctly convert the hexadecimal numbers "A-F"
1625       to other bases in "use arithmetic operator precedence mode".
1627 2006-06-10  Jordi Mallach  <jordi@debian.org>
1629         * gcalctool/gcalctool.1: Fix two typos (Debian Bug#310356).
1631 2006-06-03  Christian Rose  <menthos@menthos.com>
1633         * configure.in: Added "gl" to ALL_LINGUAS.
1635 2005-05-31 Rich Burridge <rich.burridge@sun.com>
1637     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1638       Fixed bug #305619 (http://bugzilla.gnome.org/show_bug.cgi?id=305619)
1639       Calculations with stored register values in arithmetic operator 
1640       precedence mode, now work correctly.
1642 2005-05-26 Rich Burridge <rich.burridge@sun.com>
1644     * From Christian Krause <chkr at plauener dot de>
1645       Fixed bug #305034 (http://bugzilla.gnome.org/show_bug.cgi?id=305034)
1646       In "Use Arithmetic Precedence" mode, when switching the format 
1647       (e.g. from ENG to FIX), the displayed value switches to zero (in the 
1648       corresponding format, so e.g. 0.0 or 0e+0, ...).
1650 2005-05-25 Rich Burridge <rich.burridge@sun.com>
1652     * Fixed bug #305467 (http://bugzilla.gnome.org/show_bug.cgi?id=305467)
1653       gcalctool no longer crashes under the following scenerio:
1654       - type "f" to bring up the user function menu.
1655       - dismiss the menu by clicking elsewhere with the mouse.
1656       - type another character which isn't in the range "0" to "9".
1658 2005-05-18 Rich Burridge <rich.burridge@sun.com>
1660     * Did a gcalctool tarball release.
1662 2005-05-16 Rich Burridge <rich.burridge@sun.com>
1664     * Fixed bug #304056 (http://bugzilla.gnome.org/show_bug.cgi?id=304056)
1665       Adjusted the keyboard shortcuts for the Xor and x^y operations.
1666       New values are:
1667       Xor - 'x'
1668       x^y - '^'
1670 2005-05-02 Rich Burridge <rich.burridge@sun.com>
1672     * From Paolo Borelli <pborelli at katamail dot com>
1673       Fixed bug #302555 (http://bugzilla.gnome.org/show_bug.cgi?id=302555)
1674       Various gcalctool variables have now been const'ified.
1676 2005-04-21 Rich Burridge <rich.burridge@sun.com>
1678     * From Vincent van Adrighem <adrighem at gnome dot org>
1679       Fixed bug #300957 (http://bugzilla.gnome.org/show_bug.cgi?id=300957)
1680       Replaced the underscore character in "translator_credits" with a
1681       hyphen, to prevent some translation tools from being confused.
1683 2005-04-13 Rich Burridge <rich.burridge@sun.com>
1685     * More work on bug #172704. 
1686       - Adjusted the code to not try to display a menu when the user 
1687         entered a left parentheses (another do_pending() type of 
1688         operation).
1689       - Toggling the "Show Trailing Zeroes" operation via keyboard
1690         shortcuts, needed to clear the v-.pending flag.
1692 2005-04-11 Rich Burridge <rich.burridge@sun.com>
1694     * Fixed up some problems reported by lint.
1696 2005-04-07 Rich Burridge <rich.burridge@sun.com>
1698     * Fixed bug #172704 (http://bugzilla.gnome.org/show_bug.cgi?id=172704)
1699       Fixed bug #172869 (http://bugzilla.gnome.org/show_bug.cgi?id=172869)
1700       When the user now uses the keyboard shortcut for any of the gcalctool
1701       buttons that have a menu associated with them, that menu is now displayed.
1702       The user can use the arrow keys to select a menu item or the menu items 
1703       shortcut.
1705 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1707     * From Alan Horkan <horkana@tcd.ie>
1708       Fixed bug #171393 (http://bugzilla.gnome.org/show_bug.cgi?id=171393)
1709       Allow stock labels to show through. Should make translation that 
1710       little bit easier. 
1712 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1714     * Refixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1715       The Help->Contents menu item no longer appears if gcalctool is built
1716       Gtk-only.
1718 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1720     * Fixed bug #172798 (http://bugzilla.gnome.org/show_bug.cgi?id=172798)
1721       gtk_set_locale was already being run by gtk_init() and the gtk about 
1722       popup didn't have the gcalctool icon.
1724 2005-03-31  Steve Murphy  <murf@e-tools.com>
1726     * configure.in: Added "rw" to ALL_LINGUAS.
1728 2005-03-28  Abel Cheung  <maddog@linuxhall.org>
1730     * configure.in: Added "tr" to ALL_LINGUAS.
1732 2005-03-31 Sami Pietila <sampie@ariana-dsl.utu.fi>
1734     * Fix for bug #172150
1735     * Minor fix: the initial zero value is not anymore used as a
1736       function parameter.
1738 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1740     * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1741       the on-screen keyboard assistive technology, it's possible that the 
1742       event returned by gtk_get_current_event() is NULL. If this is the 
1743       case, we need to fudge the popping up on the menu associated with 
1744       this menu button.
1746 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1748     * Fixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1749       You can now build gcalctool without the GNOME libraries by specifying
1750       "--disable-gnome" on the configure command line.
1752 2005-03-22  Adi Attar  <aattar@cvs.gnome.org>
1754         * configure.in: Added 'xh' to ALL_LINGUAS.
1756 2005-03-19 Sami Pietila <sampie@ariana-dsl.utu.fi>
1758     * Fix for bug #168385
1759     * Minor cleanups
1760         
1761 2005-03-10 Rich Burridge <rich.burridge@sun.com>
1763     * Fixed bug #167479 (http://bugzilla.gnome.org/show_bug.cgi?id=167479)
1764       gcalctool with set the View->Memory Registers menu item inactive if
1765       the calculator is in Basic mode.
1767 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1769     * Fixed bug #169196 (http://bugzilla.gnome.org/show_bug.cgi?id=169196)
1770       gcalctool now uses use g_get_home_dir().
1772     * Added in a better implementation of the trig_filter() routine in 
1773       functions.c
1775     * Fixed bug #168694 (http://bugzilla.gnome.org/show_bug.cgi?id=168694)
1776       gcalctool now saves/restores the ten memory register values as gconf 
1777       resources.
1779     * Removed the redundant process_str() routine in graphics.c
1781 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1783     * Version for GNOME 2.10.0 (final) call for tarballs.
1785 2005-03-07 Irene Ryan <irene.ryan@sun.com>
1786                         (on behalf of Maeve Anslow)
1788         * help/C/gcalctool.xml; updated help manual
1789         * help/C/gcalctool-C.omf; updated OMF file details
1790         * help/C/l10n.txt; updated instructions for L10N
1791         * help/C/figures/gcalctool_basic_window.png; updated screenshot
1792         * help/C/figures/gcalctool_scientific_window.png; updated screenshot
1793         
1794 2005-02-28 Rich Burridge <rich.burridge@sun.com>
1796     * Version for GNOME 2.10.0 (rc1) call for tarballs.
1798 2005-02-27 Rich Burridge <rich.burridge@sun.com>
1800     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1801       Partial fix for bug 168385 
1802       (http://bugzilla.gnome.org/show_bug.cgi?id=168385)
1803       "F+F=" wasn't working in arithmetic operator precedence mode.
1805 2005-02-18 Rich Burridge <rich.burridge@sun.com>
1807     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1808       Changes to make the trigonometric code work with hyp and inv
1809       properly.
1811 2005-02-15 Rich Burridge <rich.burridge@sun.com>
1813     * The fix for bug #162998 was incorrect when in Arithmetic Precedence
1814       mode. Had to remove an extra bogus signal handler that shouldn't
1815       have been connected up for menu-type buttons.
1817     * Exch functionality was incorrect in Arithmetic Precedence mode.
1819     * Left and Right shift operations weren't working correctly. Menu
1820       name comparison in mb_proc() in gtk.c was incorrect.
1822 2005-02-11 Rich Burridge <rich.burridge@sun.com>
1824     * Fixed bug 167124 (http://bugzilla.gnome.org/show_bug.cgi?id=167124)
1825       One of the entries in the words[] array in syntax_translation.c was
1826       accidentally commented out.
1828 2005-02-08 Rich Burridge <rich.burridge@sun.com>
1830     * From Dennis Cranston <dennis_cranston at yahoo com>
1831       Fixed bug 166634 (http://bugzilla.gnome.org/show_bug.cgi?id=166634)
1832       Call to create the About box was missing a NULL terminator.
1834 2005-02-07 Rich Burridge <rich.burridge@sun.com>
1836     * Adjusted all copyright messages to be 2005.
1837     * Version for GNOME 2.10.0 (beta2) call for tarballs.
1839 2005-02-03 Rich Burridge <rich.burridge@sun.com>
1841     * From Naveen & Team < naveenchandranv@gmail.com >
1842       Fixed bug #165522 (http://bugzilla.gnome.org/show_bug.cgi?id=165522)
1843       Made the status bar non-resizable.
1845 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1847     * From Mariano Suárez-Alvarez <msuarezalvarez at arnet dot com dot ar>
1848       Various code cleanups. It moves some declarations of static functions 
1849       to the corresponding .c files. It also cuts down the number of 
1850       included files, moving some includes to where they are needed from 
1851       calctool.h.
1853 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1855     * From Kristof Vansant <de_lupus at pandora dot be>
1856       Adjusted the About dialog to use the latest GtkAbout widget.
1858 2005-01-24 Rich Burridge <rich.burridge@sun.com>
1860     * Version for GNOME 2.10.0 (beta1) call for tarballs.
1862 2005-01-21 Rich Burridge <rich.burridge@sun.com>
1864     * Fixed bug #162998 (http://bugzilla.gnome.org/show_bug.cgi?id=162998)
1865       The "menu" buttons in gcalctool now responds to the "clicked" event
1866       rather than the "button-press-event" to allow gok, the on-screen 
1867       keyboard to function properly.
1869     * Fixed bug #159957 (http://bugzilla.gnome.org/show_bug.cgi?id=159957)
1870       Input number in FIX mode now make mimimal changes to (i.e append a
1871       single character) the display rather than completely delete and
1872       insert it. The is helpful to assistive technologies like gnopernicus.
1874 2005-01-18 Rich Burridge <rich.burridge@sun.com>
1876     * Fixed bug #164184 (http://bugzilla.gnome.org/show_bug.cgi?id=164184)
1877       Adjusted location of comments in syntax_translation.c so that the
1878       L10N message translation software isn't confused.
1880 2005-01-12 Rich Burridge <rich.burridge@sun.com>
1882     * Fixed bug #163468 (http://bugzilla.gnome.org/show_bug.cgi?id=163468)
1883       Pressing "(<Del>)" would cause gcalctool to crash.
1885 2004-01-10 Rich Burridge <rich.burridge@sun.com>
1887     * Version for GNOME 2.9.4 call for tarballs.
1889 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1891     * From Pádraig Brady < P at draigBrady dot com >
1892       Couldn't use the "#" key to select constants as this symbol was
1893       a lower-case symbol on his keyboard.
1895     * From Pádraig Brady < P at draigBrady dot com >
1896       Powers that were a multiple of 30 (10 as well as 3) would not 
1897       display correctly, having a 4 digit significand. Further testing 
1898       showed that without the fix the following powers had a 4 digit 
1899       significand: 27,30, 57,60, 90, 96 (and every 3 from here on). 
1901 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1903     * Fixed bug #161976 (http://bugzilla.gnome.org/show_bug.cgi?id=161976).
1904       configure.in now checks to make sure that atk >= 1.5
1906 2005-01-03 Naveen & Team < naveenchandranv@gmail.com >
1908     * Fixed bug #155101 (http://bugzilla.gnome.org/show_bug.cgi?id=155101).
1909       Made the gcalctool window resizable.
1911 2004-12-21 Rich Burridge <rich.burridge@sun.com>
1913     * Version for GNOME 2.9.3 call for tarballs.
1915 2004-12-17 Rich Burridge <rich.burridge@sun.com>
1917     * Fixed bug #160929 (http://bugzilla.gnome.org/show_bug.cgi?id=160929).
1918       Removed the "Mode" word from each of the different mode menu items 
1919       in the gcalctool View menu.
1921 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1923     * From Hidetoshi Tajima <Hidetoshi dor Tajima at Sun dot COM>
1924       Fixed bug #157701 (http://bugzilla.gnome.org/show_bug.cgi?id=157701).
1925       gcalctool can now use real multiplication and division symbols
1926       instead of "*" and "/". This is done via locale string translations.
1927       There is now a new en_US.po message file included with the
1928       distribution.
1930     * Latest that same day...
1931       Adjusted the multiplication and division entries in the en_US.po
1932       file to be "*' and "/" to stop the Ximian tinderbox build breaking.
1933       This "fix" needs further investigating.
1935 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1937     * Fixed bug #160088 (http://bugzilla.gnome.org/show_bug.cgi?id=160088).
1938       Adjusted the titlebar text so that it doesn't include the word "Mode"
1939       which was getting chopped when the calculator was in Basic mode.
1941 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1943     * Fixed bug #157962 (http://bugzilla.gnome.org/show_bug.cgi?id=157962).
1944       Added in a set of three colors for gcalctool that will work with 
1945       the default theme. To use them, the "gcalctoolrc" file supplied with
1946       the source distribution needs to be moved to ~/.gcalctoolrc
1948 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1950     * Generated gcalctool tarball for the GNOME 2.9.2 release.
1952 2004-11-15 Rich Burridge <rich.burridge@sun.com>
1954     * Fixed bug #158357 (http://bugzilla.gnome.org/show_bug.cgi?id=158357).
1955       Removed the -DGNOME_DISABLE_DEPRECATED and the -DGTK_DISABLE_DEPRECATED
1956       flags from the INCLUDES definition in .../gcalctool/Makefile.am for now,
1957       to allow it to successfully build against the latest GNOME/Gtk+.
1959     * Slight adjustment to correct check the Advanced mode menu item when
1960       the user had previously terminated gcalctool in that mode.
1962     * Adjusted the scroll_right() routine to only scroll right if the 
1963       horizontal scroll bar is visible.
1965 2004-11-14 Rich Burridge <rich.burridge@sun.com>
1967     * Changed the names of the gconf mode type key so that there is
1968       backward compatibility. Old key name was "mode". New key name
1969       id "modetype".
1971     * Reset the initial default mode to BASIC.
1973 2004-11-11 Rich Burridge <rich.burridge@sun.com>
1975     * From Sebastien Estienne <sebastien dot estienne at gmail.com>
1976       Changes to add in a very basic mode for gcalctool. Rather than calling
1977       this a "Light" mode, the existing "Basic" mode is now renamed to
1978       "Advanced" and the new basic mode is called "Basic".
1980       Took a different approach from Sebastien in implementing this, so that
1981       I could easily add in an extra row of buttons over what he'd sent in 
1982       his patch.  These are Bksp, CE, Clr and +/- (change sign).
1984     * Fixed bug #157757 (http://bugzilla.gnome.org/show_bug.cgi?id=157757)
1985       The horizontal scrollbar for the display area will now only be visible
1986       when needed. It will also display the rightmost part of the display
1987       as you are entering new input.
1989 2004-11-04 Sami Pietila <sampie@ariana-dsl.utu.fi>
1991     * Converted parsers to use calc_xpowy() instead of mppwr2().
1992     * Addressed some compiler warnings
1994 2004-11-03 Rich Burridge <rich.burridge@sun.com>
1996     * Partial fix for bug #157021 
1997       (http://bugzilla.gnome.org/show_bug.cgi?id=157021).
1998       Changes have been added to fix this for non-arithmetic precedence mode.
1999       for x ^ y, if x is negative and y is an integer, then the mppwr() MP
2000       routine is used instead of mppwr2(). Added a new calc_xpowy() routine 
2001       in mpmath.c to do this calculation. Also added a show_error() routine
2002       to functions.c to display the error in the status bar if the user
2003       enters -X with non-integer Y.
2005 2004-11-02 Sami Pietila <sampie@ariana-dsl.utu.fi>
2007     * -x^y was intepreted -(x^y). Fixed. 
2008     * Also removed implicit multiplication as it caused problems.
2010 2004-11-01 Rich Burridge <rich.burridge@sun.com>
2012     * Generated gcalctool tarball for first GNOME 2.9 release.
2014 2004-10-15 Sami Pietila <sampie@ariana-dsl.utu.fi>
2016     * Fixed pr 148639.  
2018 2004-09-30 Rich Burridge <rich.burridge@sun.com>
2020     * Slight adjustment to bug #152301
2021       (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
2022       The tooltip message had been tweaked to 
2023       "Show the About Gcalctool dialog".
2025 2004-09-28 Pawan Chitrakar 
2027         * configure.in: Added "ne" Nepali in ALL_LINGUAS
2029 2004-09-27 Rich Burridge <rich.burridge@sun.com>
2031     * From Christian Rose <menthos at menthos dot com>
2032       Fixed bug #152301 (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
2033       Adjusted the tooltip message for Help->About... from "Show about help"
2034       to "Show the about dialog", to make it more understandable.
2036 2004-09-27 Rich Burridge <rich.burridge@sun.com>
2038     * From Heikki Tauriainen <heikki dot tauriainen at hut dot fi>
2039       Fixed bug #153726 (http://bugzilla.gnome.org/show_bug.cgi?id=153726)
2040       Gcalctool will now build correctly when using the -fno-common option 
2041       for gcc (3.3.4).
2043 2004-09-26 Sami Pietila <sampie@ariana-dsl.utu.fi>
2045     * Numerical localization (and thousand separator) disabled if an expression
2046       with parenthesis is entered in non-arithmetic precedence mode.
2047       
2048 2004-09-24 Rich Burridge <rich.burridge@sun.com>
2050     * If the accuracy was changed via one of the ten preset menu items
2051       in the Acc menu, the tooltip wasn't getting correct updated with 
2052       the new accuracy.
2054 2004-09-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
2056     * Numerical answer localization and thousand separator support
2057       for arithmetic precedence mode.
2059 2004-09-02 Rich Burridge <rich.burridge@sun.com>
2061     * Fixed rfe #147803 (http://bugzilla.gnome.org/show_bug.cgi?id=147803)
2062       Further changes to the "Set Precision" popup.
2063       - "Significant places" not "Significant Places".
2064       - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is
2065         the current precision, and be in the same radio box group as 
2066         the other menu items. Check the appropriate menu entry
2067       - Adjust the Acc button tooltip to show the current accuracy too.
2068       - When the user attempts to enter an invalid entry in the Set 
2069         Precision popup, an error message is shown in the main gcalctool 
2070         status bar.
2071       - the other Acc radio button items (0-9) need to have mnemonics (_0,
2072         _1 ...).
2074     * From Jens Granseuer (jensgr at gmx dot net)
2075       Fixed bug #152790 (http://bugzilla.gnome.org/show_bug.cgi?id=152790)
2076       Most of the changes needed were already in CVS; there was one compiler
2077       warning that still needed to be removed.
2079     * Storing the display value to a memory register was not updating the
2080       memory register window, if it was visible.
2082 2004-09-02 Rich Burridge <rich.burridge@sun.com>
2084     * Added in functionality to set the number of significant places > 9.
2085       There is a new menu item under the Acc menu called "Set Precision..."
2086       that brings up a small popup allowing you to set precision between 0
2087       and MAXACC significant places (where MAXACC is currently 30).
2089 2004-09-08  Gora Mohanty  <gmohanty@cvs.gnome.org>
2090                                                                                 
2091         * configure.in: Added 'or' to ALL_LINGUAS.
2093 2004-08-24 Breda McColgan <breda.mccolgan@sun.com>
2095         * help/C/gcalctool.xml: Updated for GNOME 2.8, technical review draft   * help/C/gcalctool-C.omf: Updated for GNOME 2.8
2096         * help/C/l10n.txt: Updated for GNOME 2.8
2097         * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.8
2099 2004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
2101         * configure.in: Add Â«nb» to ALL_LINGUAS.
2103 2004-08-16  Christian Rose  <menthos@menthos.com>
2105         * configure.in: Added "bs" to ALL_LINGUAS.
2107 2004-08-02 Rich Burridge <rich.burridge@sun.com>
2108     
2109     * Refixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
2110       This time removed the .../help/<locale>omf_timestamp files as well.
2112 2004-08-01 Sami Pietila <sampie@ariana-dsl.utu.fi>
2114     * (Re)implemented paste functionality.
2116 2004-07-27 Rich Burridge <rich.burridge@sun.com>
2118     * Fixed up numerous warnings generated by running lint on the gcalctool
2119       code. Removed unused variables and functions. Declared routines
2120       statically where possible.
2122 2004-07-27 Rich Burridge <rich.burridge@sun.com>
2124     * From Joe Marcus Clarke (marcus at freebsd dot org)
2125       Fixed bug 148581 (http://bugzilla.gnome.org/show_bug.cgi?id=148581)
2126       Changes to get latest gcalctool compiling on a BSD system.
2128 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2130     * Added various filenames to .../gcalctool/.cvsignore.
2131     * Added mkinstalldirs so that I could successfully do a "make dist"
2132       on my Solaris machine.
2133     * Removed ChangeLog-NG and FIXME references from Makefile.am
2134     * Version 5.5.0 released.
2136 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2138     * Added:
2139       gcalctool/mpmath.c
2140       gcalctool/syntax_translation.c
2141       to ../po/POTFILES.in (thanks Marcel Telka!).
2143 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2145     * Fixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
2146       Removed the unwanted ...omf.out files from under the .../help/
2147       directories, an artifact of the gcalctool-ng branch merge.
2148       Removed the unwanted Makefile and Makefile.in files from the same
2149       directories.
2151 2004-07-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
2152     * Menu option "Arithmetic Precedence" mode is disabled on error condition.
2153     * Remove goto commands from do_expression()
2155 2004-07-22 Sami Pietila <sampie@ariana-dsl.utu.fi>
2157     * Error is reported and input not accepted if a number exceeds 40 chars.
2158     * Added e+ and e- notation support to ce_tokeniser.
2159     * xh, xd, xb and xo support removed (from ce_tokeniser), where x is a number.
2160     * Empty input is always displayed as zero.
2161     * Removed some redundant #ifdefs
2162     * Applied a patch from Rich Burridge. The patch removes goto from exp_del_char()
2163     * Changed macro N_() to _() from statusbar entries.
2164     * Postfix operations can now use empty (zero) expression as a operator
2166 2004-07-19 Rich Burridge <rich.burridge@sun.com>
2168     * Added in function prototypes to fixup warning messages from the compiler.
2169     * Added a final newline in both .l files, so that they could be correctly
2170       compiled on a Solaris machine.
2171     * Removed the "[Experimental]" from the titleline.
2173 2004-07-19 Rich Burridge <rich.burridge@sun.com>
2175     * Removed ChangeLog-NG. It's not needed.
2176     * Added the contents of FIXME to the TODO file and removed
2177       FIXME.
2178     * Added Copyright comments to the source files that didn't have
2179       them.
2180     * Adjusted the C code to the "One True Style". If/when you take over
2181       ownership of gcalctool, I'm happy for you to revert it to whatever
2182       style you like, but while I've got to maintain it, then all the source
2183       code will be a consistent style. Sorry.
2184     * Removed commented out C code or code surronded by "#if 0". It just 
2185       leads to confusion. Look at the previous versions in CVS history if 
2186       you need to see what was there.
2187     * Adjusted code so that line length is less than 80 characters (wherever
2188       possible).
2189     * Adjusted comments to "/* ... */" style. The "// ..." style is not
2190       recognized by default with the Sun compiler.
2191     * Removed all Tabs. Tabs are evil.
2192     * Indentation is four spaces not two.
2193     * Added blank lines where appropriate to make the code more readable.
2194     * Adjusted code to define variables at the top of a routine.
2195     * Remove the "Next Generation (Experiemental)" from the about box.
2196     * Changed copyright dates to include 2004.
2197     * Removed the "word:" Gnuism from the words[] struct in 
2198       syntax_translation.c. Similar problems with another struct in the
2199       same source file.
2201 2004-06-18 Christian Neumair <chris@gnome-de.org>
2203      * gcalctool/functions.c, gcalctool/graphics.c: s/precedencer/precedence/
2205      * gcalctool/gtk.c: Mark missing GtkActionEntry entries in menu entry
2206      array for translation.
2208      * (create_kframe): Call gtk_action_group_set_translation_domain to enable
2209      menu i18n.
2211 2004-06-18 Archana Shah <archana.shah@wipro.com>
2213      * gcalctool/gtk.c: Following functions added.
2215      * (gcalc_window_get_menu_items): Function to get the menu_items for actions
2216        which are having icons associated with them.
2218      * (gcalc_window_have_icons_notify): Function to be notified when key
2219        '/desktop/gnome/interface/menus_have_icons' toggles.
2221      * (gcalc_window_set_unset_image): Based on the value of above mentioned 
2222        gconf key, icons will be set/unset.
2224      * Fixes bug#144596 
2226         
2227 2004-06-14 Sami Pietila <sampie@ariana-dsl.utu.fi>
2229     * Merge from NG-branch.
2230         
2231 2004-06-14 Rich Burridge <rich.burridge@sun.com>
2233     * Remainder of the fix for bug #143924.
2234       http://bugzilla.gnome.org/show_bug.cgi?id=143924
2235       Control-T shouldn't work in Basic or Financial modes. 
2236       I should have been using:
2238         g_object_set(gtk_ui_manager_get_action(X->ui, i),  \
2239                      "sensitive", state, NULL);
2241       rather than:
2243         gtk_widget_set_sensitive(gtk_ui_manager_get_widget(X->ui, i), state)
2245       to set the [in]activeness state of the various menubar menu items.
2247 2004-06-11 Rich Burridge <rich.burridge@sun.com>
2249     * Partial fix for bug #143924.
2250       http://bugzilla.gnome.org/show_bug.cgi?id=143924
2251       After an error condition, the "Show Trailing Zeroes" menu item is
2252       only activated if the user is in Scientific mode.
2254 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2256     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2257       In Basic or Financial mode, "Error" was been incorrectly display if
2258       you user has "Show Thousands Separator" set.
2260 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2262     * Fixed bug 144031 (http://bugzilla.gnome.org/show_bug.cgi?id=144031)
2263       gcalctool checked for the presence of the X11 libraries but doesn't
2264       need to. Checks removed from configure.in.
2266 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2268     * Selecting Help->About from the menubar wasn't doing anything. 
2269       With the switch to using the GtkUIManager, the hooks to link 
2270       up to the about_cb were incorrect.
2272 2004-06-01 Rich Burridge <rich.burridge@sun.com>
2274     * Adjusted the creation of the Accuracy and Left/Right shift menus
2275       from GtkItemFactory to GtkUIManager. 
2277       With this change, the -DGTK_DISABLE_DEPRECATED flag can now be 
2278       added back into .../gcalctool/gcalctool/Makefile.am.
2280 2004-05-29 Rich Burridge <rich.burridge@sun.com>
2282     * Adjusted the menubar creation in gtk.c from GtkItemFactory to
2283       GtkUIManager. 
2285 2004-05-29  Christian Rose  <menthos@menthos.com>
2287     * configure.in: Added "tk" to ALL_LINGUAS.
2289 2004-05-26 Rich Burridge <rich.burridge@sun.com>
2291     * Fixed bug 142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
2292       gcalctool now correctly recognizes the localized decimal point
2293       character by explicitly checking to see if the keyboard event keyval
2294       matches what's returned by localeconv()->decimal_point.
2296 2004-05-25 Udayan Kumar <udayan_kumar@da-iict.org>
2298     * From Rich Burridge <rich.burridge@sun.com>
2299       Fixed bug 136119 (http://bugzilla.gnome.org/show_bug.cgi?id=136119)
2300       gcalctool/calctool.c : structure button b_bottons 
2301       Added code for paranthesis in place of empty space
2303 2004-05-23 Rich Burridge <rich.burridge@sun.com>
2305     * From Michael Terry <mterry@fastmail.fm>
2306       Fixed bug 129397 (http://bugzilla.gnome.org/show_bug.cgi?id=129397)
2307       gcalctool.desktop.in, gcalctool/Makefile.am, gcalctool/gtk.c:
2308       Use GtkIconTheme to load gcalctool icon instead of built-in image.
2310 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2312     * From Balamurali Viswanathan  <balamurali viswanathan at wipro dot com>
2313       Fixed bug 142888 (http://bugzilla.gnome.org/show_bug.cgi?id=142888)
2314       gcalctool is now connected to the "die" signal so that it can be
2315       successfully terminated when removed from gnome-session-properties.
2317 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2319     * Change suggested by Ron Jenkins.
2320       The "Bsp" (Backspace) button has been relabeled "Bksp" to make it
2321       more understandable. The gcalctool man pages have been updated to
2322       reflect this change. The online help will be updated at GNOME 2.8
2323       release time (see bug #138367).
2325 2004-05-17  Dan Winship  <danw@novell.com>
2327     * gcalctool/calctool.c: s/malloc.h/stdlib.h/
2329 2004-05-17 Padraig O'Briain <padraig.obriain@sun.com>
2331     * gcalctool/caltool.h: Add second argument to set_display to specify 
2332       whether to mminimize changes.
2334     * gcacltool/calctool.c gcalctool/display.c gcaltool/functions.c: 
2335       Add second argument to calls to set_display. It is set to TRUE only 
2336       when adding a digit after pressing caclulator button or deleting 
2337       digit after pressing backspace.
2339     * gcacltool/gtk.c (set_display): Implement second argument
2340       minimize changes. Do nothing if display is not being changed.
2342       Fixes bug #134376.
2344      [Note that with this change, gcalctool now requires the Gtk that 
2345       comes with GNOME 2.6 or later in order to build].
2347 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
2349     * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2351 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2353     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2354       If the "Error" message is being displayed, it is now no longer
2355       incorrectly displayed as "Er,ror" if the "Show Thousands Separator"
2356       is on.
2358 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2360     * Fixed bug 135068 (http://bugzilla.gnome.org/show_bug.cgi?id=135068)
2361       Adjusted several default constant descriptions to be more 
2362       understandable.
2364 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2366     * Fixed bug 135065 (http://bugzilla.gnome.org/show_bug.cgi?id=135065)
2367       Tooltips for OR, AND, NOT, XOR and XNOR have been changed from
2368       "Logical <whatever>" to "Bitwise <whatever>".
2370 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2372     * Fixed bug 136872 (http://bugzilla.gnome.org/show_bug.cgi?id=136872)
2373       gcalctool can now be built with "CFLAGS=-fdata-sections".
2375 2004-03-22 Rich Burridge <rich.burridge@sun.com>
2377     * Version for GNOME 2.6 (FINAL) call for tarballs.
2379 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
2381     * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
2383 2004-03-18  Gareth Owen <gowen72@yahoo.com>
2385     * configure.in: Added en_GB to ALL_LINGUAS
2387 2004-03-15 Glynn Foster  <glynn.foster@sun.com>
2388         
2389    * configure.in, Makefile.am: Add localized online user documentation
2390      from the Sun translation team.
2391    * help/*: Online user documentation for de, es, fr, it, ja, ko, sv, zh_CN,
2392      zh_HK and zh_TW.
2394 2004-03-13 Alexander Shopov <ash@contact.bg>
2396    * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
2398 2004-03-08 Alastair McKinstry <mckinstry at computer dot org>
2400    * configure.in: Added ga ("Irish") to ALL_LINGUAS.
2402 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2404     * One more slight adjustment to the fix for bug 135064 
2405       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2406       Entering numbers that start with the numeric point character ('.")
2407       are now visibly displayed.
2409 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2411     * Adjustment to the fix for bug 135064 
2412       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2413       Fix to remove a potential spurious initial thousands separator 
2414       character after a change sign operation.
2416 2004-02-25  Tomasz Kłoczko <kloczek@pld.org.pl>
2418     * Makefile.am: in configure.in is used AM_GCONF_SOURCE_2. Part of this
2419       aclocal macro allow disable/enable install schama files in make
2420       install target schemas in GConf database. Pass
2421       --disable-schemas-install in configure parameters disable defines by
2422       AM_CONDITIONAL() GCONF_SCHEMAS_INSTALL variable for allow in
2423       Makefile.am files run gconftool-2 for update GConf database
2424       conditionaly. This fix enables run gconftool-2 in install-data-local
2425       only if GCONF_SCHEMAS_INSTALL variable is defined .. so now passing in
2426       configure parameters --disable-schemas-install switch now works perfectly :)
2428       * Makefile.am, gcalctool/Makefile.am: minor cleanups
2429       s#@VARIABLE@#$(VARIABLE)#
2431 2004-02-26  Miloslav Trmac <mitr at volny dot cz>
2433     * Fixed bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2434       Changing the sign of a large number (when "Show Thousands Separator"
2435       is on and this is not the C locale), no longer corrupts the display.
2436       The fix involved resetting all the internal calculations in gcalctool
2437       to be done in the C locale, and then localized (radix character and
2438       thousands separator), just before the number is displayed.
2440 2004-02-24  Rich Burridge <rich.burridge@sun.com>
2442     * Fixed bug 135328 (http://bugzilla.gnome.org/show_bug.cgi?id=135328)
2443       Added Shift-slash as a recognized alternate for the divide operation
2444       (needed by the be-latin1 keyboard layout).
2446 2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>
2448     * configure.in: Added Thai (th) to ALL_LINGUAS.
2450 2004-02-21  Christian Rose  <menthos@menthos.com>
2452     * configure.in: Added "en_CA" to ALL_LINGUAS.
2454 2004-02-18  Rich Burridge <rich.burridge@sun.com>
2456     * Fixed bug 134540 (http://bugzilla.gnome.org/show_bug.cgi?id=134540)
2457       gcalctool now correctly handles the digits 0123456789 which are
2458       shifted about the accented characters on a French keyboard.
2460 2004-02-17  Rich Burridge <rich.burridge@sun.com>
2462     * Fixed bug 134484 (http://bugzilla.gnome.org/show_bug.cgi?id=134484)
2463       Doing "3 x! x! x!" no longer causes gcalctool to lock up.
2465 2004-02-11 Breda McColgan <breda.mccolgan@sun.com>
2467     * Updated the following files due to fix for bug 133764 
2468       (http://bugzilla.gnome.org/show_bug.cgi?id=133764
2469            * help/C/gcalctool.xml
2470            * help/C/gcalctool-C.omf
2471            * help/C/figures/gcalctool_basic_window.png
2472            * help/C/figures/gcalctool_scientific_window.png
2474 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2476     * Fixed bug 133764 (http://bugzilla.gnome.org/show_bug.cgi?id=133764)
2477       - "Gradients" was still appearing when in Scientific mode (instead 
2478         of "Gradians".
2479       - In the x^2 button, the 2 should not be italicized.
2480       - In the x^2 and x^y buttons, the x should be italicized.
2481       - The View Thousands Separator menu item should not remain active 
2482         during an error condition.
2484 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2486     * Fixed bug 133590 (http://bugzilla.gnome.org/show_bug.cgi?id=133590)
2487       The About box now lists the documenters of gcalctool.
2489 2004-02-07 Breda McColgan <breda.mccolgan@sun.com>
2491     * help/C/gcalctool.xml: Updated for GNOME 2.6, technical review draft
2492     * help/C/gcalctool-C.omf: Updated for GNOME 2.6
2493     * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.6
2494     * help/C/figures/gcalctool_financial_window.png: Updated for GNOME 2.6
2495     * help/C/figures/gcalctool_scientific_window.png: Updated for GNOME 2.6
2497 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2499     * Fixed bug 132582 (http://bugzilla.gnome.org/show_bug.cgi?id=132582)
2500       Adjusted the gcalctool titlebar to use a hyphen (rather than square
2501       brackets) to show what mode the user is currently using.
2503 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2505     * Fixed bug 132570 (http://bugzilla.gnome.org/show_bug.cgi?id=132570)
2506       Adjusted UI to use spacing to delineate groups rather than frames
2507       (per the HIG).
2509 2004-01-22  Rich Burridge <rich.burridge@sun.com>
2511     * Fixed bug 131571 (http://bugzilla.gnome.org/show_bug.cgi?id=131571)
2512       User defined constants are now read/written out (as gconf resources)
2513       with no thousands separator and with a radix of ".".
2515 2004-01-16  Rich Burridge <rich.burridge@sun.com>
2517     * Fixed bug 131594 (http://bugzilla.gnome.org/show_bug.cgi?id=131594)
2518       The "Insert ASCII View..." menu item and the "Insert" button no
2519       longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
2521 2004-01-07  Alexander Nedotsukov <bland at mail dot ru>
2523     * Fixed bug 131059 (http://bugzilla.gnome.org/show_bug.cgi?id=131059)
2524       Fix to allow the thousands separator to be used correctly with the
2525       creation of the initial constant values in the Russian locale.
2527 2004-01-07  Rich Burridge <rich.burridge@sun.com>
2529     * Fixed bug 130078 (http://bugzilla.gnome.org/show_bug.cgi?id=130078)
2530       Changed the y^x button label to x^y (really x superscript y). Adjusted
2531       the tooltip message to "Raise displayed value to the power of y".
2533 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2535     * Fixed bug 130282 again (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2536       Needed to remove the "|| tsep[0] == '\0'" check from the get_tsep()
2537       routine in order to get the thousands separator to correctly work in
2538       all locales. Note that there is no thousands separator now for the C 
2539       locale.
2541 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2543     * Fixed part of bug 126125 
2544       (http://bugzilla.gnome.org/show_bug.cgi?id=126125). If the user
2545       entered: "1+(2()<backspace>)", this resulted in an answer of 0.
2546       When the user backspaced over the ")" character, v->noparens should
2547       have been incremented.
2549 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2551     * Fixed bug 130187 (http://bugzilla.gnome.org/show_bug.cgi?id=130187)
2552       When gcalctool changes modes now, it's internal state and the display
2553       are cleared.
2555 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2557     * Fixed bug 130282 (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2558       Fixes for more problems with the thousands separator in certain
2559       locales, plus correct handling of the radix character with the initial
2560       constant values.
2562 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2564     * Fixed bug 128603 again (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2565       The solution this time was to duplicate the initial string constant
2566       values to be confident that they are not in read-only memory.
2568 2004-01-03  Sanlig Badral  <badral@openmn.org>
2570     * configure.in: Added "mn" to ALL_LINGUAS.
2572 2004-01-03  Robert Sedak  <robert.sedak@sk.htnet.hr>
2574     * configure.in: Added "hr" in ALL_LINGUAS.
2576 2003-12-26  Fernando Herrera  <fherrera@onirica.com>
2578     * gcalctool.desktop.in: added X-GNOME-Bugzilla-OtherBinaries
2580 2003-12-24  à¸¥à¸ygimantas Beruฤka  <uid0@tuxfamily.org>
2582     * lt.po: Added "lt" to ALL_LINGUAS.
2584 2003-12-22  Miloslav Trmac <mitr at volny dot cz>
2586     * Fixed bug 129539 (http://bugzilla.gnome.org/show_bug.cgi?id=129539)
2587       The thousands separator is a null terminated string, not a single
2588       character. Same for the radix. Adjusted various functions to handle
2589       this. Note that in the C locale, nl_langinfo(THOUSEP) returns an empty
2590       string, so get_tsep() has been adjusted to return "," for that case.
2591       If nl_langinfo(RADIXCHAR) returns an empty string (it shouldn't do),
2592       then get_radix() will return ".".
2594 2003-12-20  Arafat Medini <lumina@silverpen.de>
2596     * ar.po: Added Arabic Locale "ar" to ALL_LINGUAS
2598 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2600     * Fixed bug 129496 (http://bugzilla.gnome.org/show_bug.cgi?id=129496)
2601       "Gradients" should be "Gradians".
2603 2003-12-16 Mohammad DAMT  <mdamt@bisnisweb.com>
2605     * configure.in: Added "id" in ALL_LINGUAS
2606     * po/id.po: Indonesian translation by Ahmad Riza H Nst <ari@160c.afraid.org>
2608 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2610     * Fixed bug 128603 (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2611       The changes for enhancement request #126626 which added thousands 
2612       separator support caused a crash at startup time on a Debian system. 
2613       The initial constant strings are being put in read-only memory either 
2614       by gcc (or because of the way that x86 arch is designed). This was 
2615       not a problem when tested with the Sun compilers on a Solaris SPARC 
2616       machine.  The remove_tsep() routine is display.c has been rewritten 
2617       to correctly handle this.
2619 2003-12-04  Iรฑaki Larraรฑaga <dooteo@euskalgnu.org>
2621     * configure.in: Added Basque (eu) to ALL_LINGUAS.
2623 2003-12-03  Rich Burridge <rich.burridge@sun.com>
2625     * Further work on enhancement request 125873
2626       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2627       As the user is typing in input, the display will now show the
2628       thousands separator (if checked).
2630 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2632     * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2633       This keyval/state pair needed to be added to the Xor recognized mappings.
2635 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2637     * Re-fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2638       The fix for Shift-"=" should have been for GDK_equal not GDK_Return.
2639       Needed to add in support for Shift-"/" too.
2641 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2643     * Implemented enhancement request 125873
2644       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2645       gcalctool can now optionally show the thousands seperator character
2646       for fixed point numbers displayed in the decimal base. Same for
2647       numbers stored in the memory registers. There is a new "Show 
2648       Thousands Separator" menu entry in the View menu to set this.
2650 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2652     * Fixed bug 126626 (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2653       gcalctool no longer causes a Gtk-CRITICAL error when the user enters
2654       "9*(1<Xor>". The problem was caused because a non-UTF character was
2655       being inserted into the text string to be displayed for the Xor
2656       function.
2658 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2660     * Fixed bug 125782 (http://bugzilla.gnome.org/show_bug.cgi?id=125782)
2661       If the user is entering a left parenthesis and it is the first one 
2662       being displayed and there is no current arithmetic operand, then 
2663       the current display is initially cleared to avoid the confusion of 
2664       showing something like "0(".
2666 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2668     * Fixed bug 127862 (http://bugzilla.gnome.org/show_bug.cgi?id=127862)
2669       The fix for bug #125625 introduced a potential out-of-order case
2670       for users who are rapid keyboard typers. This bug fix rectifies this
2671       with the unfortunate side-effect of no longer visual toggling the 
2672       equivalent button to the keyboard character that the user entered.  
2673       This fix is still compatible with the way the accessibility 
2674       infrastructure works though.
2676 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2678     * Fixed bug 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2679       For the "1/x", "x^2", "x!", "e^x", "10^x" and "y^x" labels, all 
2680       occurances of "x" and "y" are now italicized. The "e" in "e^x" 
2681       is no longer italicized.
2683 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2685     * Fixed bug 127316 (http://bugzilla.gnome.org/show_bug.cgi?id=127316)
2686       The "fix" introduced in gcalctool v4.1.18 to fix Sun Bugtraq bug 
2687       #1258472 against CDE dtcalc (which was also a problem with gcalctool)
2688       was incorrect.
2690 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2692     * Fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2693       The "=" key on a Swedish keyboard is on the upper level of a key 
2694       (i.e. the Shift key needs to be down). Added another mask/keysym 
2695       pair to the "=" entry in calctool.c to handle this.
2697 2003-11-07  Rich Burridge <rich.burridge@sun.com>
2699     * Fixed bug 125625 (http://bugzilla.gnome.org/show_bug.cgi?id=125625)
2700       gcalctool now handles "clicked" events rather than "pressed" ones.
2702 2003-10-20  Kjartan Maraas <kmaraas@gnome.org>
2704     * Fixed bug 124928 (http://bugzilla.gnome.org/show_bug.cgi?id=124928)
2705       Plugged several memory leaks.
2707 2003-10-13  Breda McColgan  <breda.mccolgan@sun.com>
2709     * Updated the following files:
2710         * help/C/gcalctool.xml: updated based on bug 123132
2711         * help/C/gcalctool-C.omf: updated manual date and version number
2712         * help/C/l10n.txt: updated manual version number and changes summary
2714 2003-10-13  Rich Burridge <rich.burridge@sun.com>
2716     * Fixed bug 124377 (http://bugzilla.gnome.org/show_bug.cgi?id=124377)
2717       Fixed rounding errors when the radix character for a locale isn't ".".
2718       The problem was in the first parameter passed to the MPstr_to_num() 
2719       routine. "0.5" should have been a string consisting of 
2720       SPRINTF(half, "0%c5", v->radix_char);
2722 2003-10-10  Rich Burridge <rich.burridge@sun.com>
2724     * Fixed bug 124172 (http://bugzilla.gnome.org/show_bug.cgi?id=124172)
2725       The "+" character on a German keyboard is on the lower level of a
2726       key (i.e. the Shift key doesn't need to be down). Added another
2727       mask/keysym pair to the "+" entry in calctool.c to handle this.
2729 2003-10-06  Rich Burridge <rich.burridge@sun.com>
2731     * Fixed bug 120737 (http://bugzilla.gnome.org/show_bug.cgi?id=120737)
2732       Changed the accessible text for the OR button from "Logical OR" to
2733       "logical OR" so that it's not changed by FreeTTS's token to words
2734       module to "logical Oregon".
2736 2003-10-06  Kaushal Kumar <kaushal.kumar@wipro.com>
2738     * gcalctool/Makefile.am: GtkItemFactory has been depricated.
2739       Remove the GTK_DISABLE_DEPRECATED flag. Fixes #123948.
2741 2003-10-03  Rich Burridge <rich.burridge@sun.com>
2743     * Fixed bug 123724 (http://bugzilla.gnome.org/show_bug.cgi?id=123724)
2744       Hitting Esc now does the same as hitting Control-Backspace; i.e. the
2745       CE (clear entry) functionality.
2747     * Updated the gcalctool man pages to reflect this change, and the changes
2748       for bug #118826.
2750 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2752     * Refixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2753       gcalctool now uses nl_langinfo() to get the numeric point for the
2754       users locale, rather than via a localised string.
2756 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2758     * Fixed enhancement 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2759       Changed that label for e^x (e superscript x) to use an italised "e".
2761 2003-09-24  Rich Burridge <rich.burridge@sun.com>
2763     * Fixed bug 118826 (http://bugzilla.gnome.org/show_bug.cgi?id=118826)
2764       The keyboard shortcuts for the six hex. digits are now "A" to "F".
2765       The functions that previously used those letters have been reassigned
2766       to their lowercase equivalents. These were:
2768         Accuracy                      (now "a")
2769         Change Sign                   (now "c")
2770         Double-declining depreciation (now "d")
2771         Exponential                   (now "e")
2772         User-defined functions        (now "f")
2774       Note that left or right shifting 10-15 places now uses the 'A' to
2775       'F' keyboard accelerators (rather than 'a' to 'f').
2777 2003-09-17  Rich Burridge <rich.burridge@sun.com>
2779     * Fixed bug 122408 (http://bugzilla.gnome.org/show_bug.cgi?id=122408)
2780       The tooltips for the numeric buttons (0-9) have been removed as they
2781       are redundant.
2783 2003-09-17  Fatih Demir <kabalak@gtranslator.org>
2785     * configure.in: Added "ta" (Tamil) to the languages' list.
2787 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2789     * Fixed bug 120749 (http://bugzilla.gnome.org/show_bug.cgi?id=120749)
2790       When gcalctool is displaying a menu, typing Alt+Tab can no longer
2791       switch windows. The menu_button_key_press_cb() routine in gtk.c
2792       needed to return TRUE if the event->keyval was a Space.
2794 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2796     * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2797       Accessible names have now been added to each of the widgets in the 
2798       mode panel when in Scientific mode.
2800 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2802     * Fixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2803       The decimal separator is now a translatable string so that other
2804       locales that don't use a period (Italian uses a comma for example),
2805       can adjust accordingly.
2807 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2809     * Fixed bug 120605 (http://bugzilla.gnome.org/show_bug.cgi?id=120605)
2810       Gcalctool contains lots of messages that are (potentially) only 
2811       displayed if the user starts the application with either the -D or 
2812       the -E command line options. As these are debugging messages, they 
2813       need not be translated, so the _(...) macros around them have been 
2814       removed.
2816 2003-09-09  Andras Timar  <timar@gnome.hu>
2818     * configure.in: Added Hungarian (hu) to ALL_LINGUAS.
2820 2003-09-08  Pablo Saratxaga  <pablo@mandrakesoft.com>
2822     * configure.in: Added Farsi (fa), Macedonian (mk) and Vietnamese (vi)
2823       to ALL_LINGUAS
2825 2003-09-08  Glynn Foster  <glynn.foster@sun.com>
2827     * configure.in: Version 4.3.3
2829 2003-09-08  Mugurel Tudor  <mugurelu@go.ro>
2831     * configure.in: Added "ro" to ALL_LINGUAS.
2833 2003-09-07  Sami Pesonen  <sampeson@iki.fi>
2835     * configure.in: Added "fi" to ALL_LINGUAS.
2837 2003-09-05  Laurent Dhima  <laurenti@alblinux.net>
2839     * configure.in: Added "sq" to ALL_LINGUAS.
2841 2003-08-27  Marcel Telka  <marcel@telka.sk>
2843     * configure.in (ALL_LINGUAS): Added sk.
2845 2003-08-23  Ole Laursen  <olau@hardworking.dk>
2847     * configure.in: Added "da" (Danish) to ALL_LINGUAS.
2849 2003-08-18  Rich Burridge <rich.burridge@sun.com>
2851     * Fixed bug 119888 (http://bugzilla.gnome.org/show_bug.cgi?id=119888)
2852       gcalctool keyboard handling has been improved.
2854 2003-08-16  Guntupalli Karunakar  <karunakar@freedomink.org>
2856     * configure.in: Added "hi" in ALL_LINGUAS.
2858 2003-08-14  Rich Burridge <rich.burridge@sun.com>
2860     * From Dennis Cranston  <dennis_cranston at yahoo com>
2861       Fixed bug 119832 (http://bugzilla.gnome.org/show_bug.cgi?id=119832)
2862       The space bar can now correctly activate the button that has focus.
2864 2003-08-08  Rich Burridge  <rich.burridge@sun.com>
2866     * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2868 2003-08-06  Metin Amiroff  <metin@karegen.com>
2870     * configure.in: Added "az" to ALL_LINGUAS.
2872 2003-08-06  Wang Jian  <lark@linux.net.cn>
2874     * configure.in: Added "zh_CN" to ALL_LINGUAS.
2876 2003-08-04  Rich Burridge  <rich.burridge@sun.com>
2878     * From Dennis Cranston  <dennis_cranston at yahoo com>
2879       Fixed bug 118246 (http://bugzilla.gnome.org/show_bug.cgi?id=118246)
2880       The display field can now take focus. The initial widget with
2881       focus is the Clr button (also discussed this with Nils who agrees).
2883 2003-07-30  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2885     * configure.in: Added Belarusian to ALL_LINGUAS.
2887 2003-07-29  Rich Burridge  <rich.burridge@sun.com>
2889     * (Bug #118247) Three more small adjustments to AccessibleName text:
2890       "E to the power of x" goes back to "E to the x"
2891       "Ten to the power of x" goes back to "Ten to the x"
2892       "Y to the power of x" goes back to "Y to the x"
2894       (Sorry translators).
2896 2003-07-28  Rich Burridge  <rich.burridge@sun.com>
2898     * (Bug #118247) Four small adjustments to AccessibleName text:
2899       "Random" becomes "Random number".
2900       "E to the x" becomes "E to the power of x"
2901       "Ten to the x" becomes "Ten to the power of x"
2902       "Y to the x" becomes "Y to the power of x"
2904 2003-07-25  Rich Burridge  <rich.burridge@sun.com>
2906     * Fixed bug 118247 (http://bugzilla.gnome.org/show_bug.cgi?id=118247)
2907       Each gcalctool button now has an AccessibleName. By default these
2908       are taken from the buttons tooltip string. This is to:
2909       - reduce the amount of extra memory that would be taken up otherwise.
2910       - reduce the pain that all the translators would have to go through
2911       - reduce the repetition because a lot of the actual tooltip strings 
2912         are just fine.
2914       The exceptions to this are for the following buttons, where the
2915       tooltip string is too long:
2917         Button |   
2918         Label  |                        AccessibleName
2919       ---------+----------------------------------------------
2920         Bsp       "Backspace" 
2921         CE        "Clear Entry"
2922         Clr       "Clear"
2923         Int       "Integer portion"
2924         Sto       "Store to register"
2925         Frac      "Fractional portion"
2926         Rcl       "Retrieve from register"
2927         Exch      "Exchange with register"
2928         <         "Shift left"
2929         >         "Shift right"
2930         &16       "16 bit unsigned integer"
2931         &32       "32 bit unsigned integer"
2932         (         "Left bracket"
2933         )         "Right bracket"
2934         Acc       "Accuracy"
2935         Exp       "Exponential"
2936         e^x       "E to the x"
2937         10^x      "Ten to the x"
2938         y^x       "Y to the x"
2939         x!        "Factorial"
2940         Rand      "Random"
2942 2003-07-25  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>
2944     * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
2946 2003-07-25  Kang Jeong-Hee  <Keizi@mail.co.kr>
2948     * configure.in: Added 'ko' (Korean) to ALL_LINGUAS.
2950 2003-07-22  Breda McColgan  <breda.mccolgan@sun.com>
2952     * Updated the following files:
2953         * help/C/gcalctool.xml: updated based on bug 116944
2954         * help/C/gcalctool-C.omf: updated manual date and version number
2956 2003-07-21  Rich Burridge  <rich.burridge@sun.com>
2958     * Fixed bug 117691 (http://bugzilla.gnome.org/show_bug.cgi?id=117691)
2959       The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are not valid 
2960       equivalents for the 8, 2, 4 and 6 keys. They are needed for keyboard 
2961       navigation.
2963 2003-07-13 John Fleck <jfleck@inkstain.net>
2965     Remove:
2966         * xmldocs.make
2967         * omf.make
2968     Edit:
2969         * autogen.sh
2970         use new docs build system. Latest gnome-common
2971         now required to build from cvs
2973 2003-07-09  Rich Burridge  <rich.burridge@sun.com>
2975     * From Steve Chaplin <stevech1097 at yahoo com au>
2976       Added the -DGNOME_DISABLE_DEPRECATE in .../gcalctool/Makefile.am
2977       to catch any potential GNOME depreciated methods.
2979 2003-07-09  Hasbullah Bin Pit  <sebol@ikhlas.com>
2981     * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
2982     * po/ms.po: Added Malay translation.
2984 2003-07-09  Alessio Frusciante <algol@firenze.linux.it>
2986     * configure.in: Added "it" (Italian) to ALL_LINGUAS.
2988 2003-07-07  Dennis Cranston <dennis_cranston at yahoo com>
2990     * Fixed bug 116944 (http://bugzilla.gnome.org/show_bug.cgi?id=116944)
2991       Various HIG improvements to the edit constants, edit functions,
2992       and insert ASCII value dialogs. (i.e. adjusted widget padding
2993       according to HIG; added a mnemonic for the constant and function
2994       treeviews; etc.)
2996 2003-07-08  Rich Burridge  <rich.burridge@sun.com>
2998     * Refixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2999       After further discussion with Toshi, it was understood that I didn't
3000       need to call g_locale_to_utf8() for the numeric strings (which just
3001       consist of '0'-'9', 'e', 'A'-'F', '+', '-' and '.'). set_display() in
3002       gtk.c was simplified back to using just one parameter.
3004 2003-07-07  Rich Burridge  <rich.burridge@sun.com>
3006     * Fixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
3007       When the calculator display is showing an error message, it is now
3008       correctly localized. Fix was to add in a second parameter to each 
3009       call of set_display, that indicated whether this was an error 
3010       condition or not. If it was, then the first parameter being passed 
3011       in was already localized (had to do it this was so that the strings 
3012       turned up in the message files), and wouldn't be run through 
3013       g_locale_to_utf8(). Thanks to Toshi for pointing me in the right 
3014       direction.
3016 2003-07-06  Gil "Dolfin" Osher <dolfin@rpg.org.il>
3018     * configure.in: Added "he" (Hebrew) to ALL_LINGUAS.
3020 2003-07-04  Artur Flinta  <aflinta@cvs.gnome.org>
3022     * configure.in: Added "pl" to ALL_LINGUAS.
3024 2003-06-25  Rich Burridge  <rich.burridge@sun.com>
3026     * Fixed bug 115950 (http://bugzilla.gnome.org/show_bug.cgi?id=115950)
3027       The "*" key wasn't being recognized as a keyboard shortcut for
3028       multiplication. The problem was that GDK_SHIFT_MASK needed to be
3029       given in the equivalent entry for the mods array for this button
3030       struct.
3032 2003-06-25  Breda McColgan  <breda.mccolgan@sun.com>
3034     * Updated the following files:
3035         * help/C/gcalctool.xml: updated based on bug 114363 and bug 114364
3036         * help/C/gcalctool-C.omf: updated manual date and version number
3038 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
3040     * Further work on bug 114364. The items in the constants menu are now 
3041       always displayed in the decimal numeric base. This is consistent with 
3042       the way that calctool in the OpenWindows DeskSet worked.
3044 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
3046     * Fixed bug 114364 (http://bugzilla.gnome.org/show_bug.cgi?id=114364)
3047       When you change numeric base and then display the constant values in 
3048       the Con menu, the values are shown in the current base.
3050       When you select "Edit Constants" from the Con menu, the values of each 
3051       constant are shown in Decimal. The label:
3052       "All constant values are specified in the decimal numeric base"
3053       has also been added to the "Edit Constant" popup to clarify this.
3055 2003-06-23  Rich Burridge  <rich.burridge@sun.com>
3057     * Fixed bug 115653 (http://bugzilla.gnome.org/show_bug.cgi?id=115653)
3058       Adjusted the keyboard mnemonic checking code to now check to make
3059       sure that neither of the Alt keys is pressed when comparing against
3060       button equivalents.
3062 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
3064     * Similar problem to bug #115212 but for the "Edit Constants" and
3065       "Edit Functions" dialog boxes. gcalctool no longer can display
3066       multiple versions of them. Also removed the X->CFtype and 
3067       X->cf_entries variables.
3069 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
3071     * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
3072       When an error condition occurs:
3073   
3074       - make insensitive all buttons except Clr.
3075       - make all Scientific mode toggles and checkboxes insensitive.
3076       - make all menubar items insensitive except:
3077            Calculator->Quit
3078            Help->Contents
3079   
3080       When the error condition is cleared, resensitise everything, setting
3081       the numeric base buttons correctly.
3083 2003-06-18  Guntupalli Karunakar  <karunakar@freedomink.org>
3085     * configure.in: Added "ml" in ALL_LINGUAS.
3087 2003-06-16  Rich Burridge  <rich.burridge@sun.com>
3089    * From Steve Chaplin <stevech1097@yahoo.com.au>
3090      Fix for bug #115212 (http://bugzilla.gnome.org/show_bug.cgi?id=115212)
3091      gcalctool no longer can display multiple About boxes.
3093 2003-06-13  Rich Burridge  <rich.burridge@sun.com>
3095     * From Dennis Cranston  <dennis_cranston@yahoo.com>
3096       Fix for bug #108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3097       The appropriate gcalctool button is now animated when the user enters 
3098       that value via the keyboard.
3100 2003-06-10  Rich Burridge  <rich.burridge@sun.com>
3102     * Partial fix for bug 114363:
3103       (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
3104       When the calculator display is showing "Error", the Constant values and
3105       the Memory Register values no longer incorrectly show "Error" as well.
3107 2003-06-10  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
3109     * configure.in: Added Russian to ALL_LINGUAS.
3111 2003-05-28  Rich Burridge  <rich.burridge@sun.com>
3113     * Fixed bug 113703 (http://bugzilla.gnome.org/show_bug.cgi?id=113703)
3114       Fix from Havoc: "If you use AM_GCONF_SOURCE_2 in configure.in, 
3115       then do a makefile snippet as in gnome-terminal/src/Makefile.am,
3116       you should be able to specify --with-gconf-source=whatever"
3118 2003-05-28  Danilo ? egan  <dsegan@gmx.net>
3120     * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
3122 2003-05-26  Rich Burridge  <rich.burridge@sun.com>
3124     * From Franz Klammer <klammer@webonaut.com>
3125       Fixed bug 113754 (http://bugzilla.gnome.org/show_bug.cgi?id=113754)
3126       Decimal point didn't work with a German keyboard if Numlock was 
3127       turned on.
3129 2003-05-19  Rich Burridge  <rich.burridge@sun.com>
3131     * .../gcalctool/Makefile.am: Install "gnome-calculator" symlink
3132       as reqested by Glynn Foster.
3134 2003-04-24  Rich Burridge  <rich.burridge@sun.com>
3136     * Fixed bug 111269 (http://bugzilla.gnome.org/show_bug.cgi?id=111269)
3137       It was possible to type fast into gcalctool and digits would be
3138       transposed. gcalctool now looks for key_press_event and 
3139       key_release_event events on the main window rather than set keyboard 
3140       accelerators to the "clicked" action of the various buttons.
3142 2003-04-15  Rich Burridge  <rich.burridge@sun.com>
3144     * Refixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
3145       Concatenated more error messages in mp.c.
3147     * Adjusted the Acc menu entries to be "<n> significant places" rather
3148       than "<n> radix places" in gtk.c.
3150     * Replaced "kilometers per hour / miles per hour" with 
3151       "kilometers per hour or miles per hour" in the first constant
3152       description in calctool.c and gcalctool.1.
3154     * Replaced occurances of "/" in the other constant descriptions with "or".
3156 2003-04-15  Breda McColgan  <breda.mccolgan@sun.com>
3158     * Translators: The documentation is now ready for translation!
3160     * Updated the following files:
3161         * configure.in: updated version number to 4.2.81
3162         * help/C/gcalctool.xml: first approved draft, ready for translation
3163         * help/C/gcalctool-C.omf: updated manual date and version number
3164         * help/C/l10n.txt: new file added 
3165         * help/C/figures/gcalctool_edit_const_window.png: deleted
3166         * help/C/figures/gcalctool_edit_func_window.png: deleted
3167         * help/C/figures/gcalctool_ins_ascii_window.png: deleted
3168         * help/C/figures/gcalctool_mem_reg_window.png: deleted
3169         
3171 2003-04-13  Christian Neumair  <chris@gnome-de.org>
3173     * Reflect translated mode information in window title (functions.c).
3175 2003-04-10  Rich Burridge  <rich.burridge@sun.com>
3177     * Fixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
3178       Various fprintf statements in mp.c have been concatenated to help
3179       translators.
3181 2003-04-02  Rich Burridge  <rich.burridge@sun.com>
3183     * Added in latest online help changes from Breda McColgan. This should
3184       now put the online help in sync with the actual functionality of
3185       gcalctool.
3187       **IMPORTANT NOTE FOR TRANSLATORS**
3189       Please still hold off translating these files for a while. This is still
3190       a draft. The documentation needs to be reviewed by an editor, and
3191       editorial feedback incorporated. Look for a followup entry here in the
3192       Changelog, with an indication that they are ready for translation.
3194 2003-03-28  Christian Neumair  <chris@gnome-de.org>
3196     * Added AC_PREREQ macro to configure.in to satisfy some ac wrapper scripts
3197       and added German (de) to ALL_LINGUAS; bumped version to 2.4.78;
3198       Added missing gettext call. This makes the i18ized menu entries actually
3199       visible. Fixed some tooltip strings. Updated some .cvsignore files.
3201 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3203     * Added in various .cvsignore files to make checkins and updates cleaner.
3205 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3207     * Adjusted ChangeLog format to the Gnu style. Moved older ChangeLog entries
3208       off into ChangeLog-YYYY files (years 1990, 1991, 1992, 1993 and 2002).
3210 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3212     * Fixed up a compiler warning for set_show_zeroes_toggle() usage in gtk.c
3213       Fixed up distcheck, adding intltool to EXTRA_DIST
3215       This version to be announced in gnome-announce.
3217 2003-03-24  Rich Burridge  <rich.burridge@sun.com>
3219     * Slight adjustments to bug 108226
3220       (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
3222       Menu item is now "Show Trailing Zeroes", with a Control-T accelerator.
3223       Added a similar menu item to the View menu on the menu bar (only active
3224       in Scientific mode). Adjusted program logic. Cases of "rm_zeroes" now
3225       become "show_zeroes". Updated the manual pages and the gcalctool
3226       schemas file.
3228 2003-03-19  Dennis Cranston <dennis_cranston@yahoo.com>
3230     * Fixed bug 108729 (http://bugzilla.gnome.org/show_bug.cgi?id=108729)
3231       Added tooltips to the radio and check buttons in scientific mode.
3233 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
3235     * Fixed bug 108226 (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
3237       The menu items in the Acc menu are now "tickable", so you know what the 
3238       current accuracy selection is. Setting one of these clears the previous 
3239       one.
3241       A new "remove trailing zeroes" menu item is added to the Acc menu (last
3242       item, with a separator just above), that is "tickable". This tick doesn't
3243       affect the accuracy ticks. It's either on or off.
3245       The default setting for accuracy now becomes 9 numeric places and "remove 
3246       trailing zeroes".
3248       The Acc button is moved to the Scientific mode (clear slot in the top 
3249       right corner, above the Rand.
3251       The Base radio button group and the display type radio button group in
3252       the mode panel in Scientific mode are now moved to the right side to be
3253       close in proximity to the Acc button. The other mode items move to the
3254       left side.
3256 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
3258     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3259       Fixed bug 108208 (http://bugzilla.gnome.org/show_bug.cgi?id=108208)
3260       The default value for the "showregisters" resource in gcalctool.schemas
3261       was incorrectly set.
3263     * There should be no "default:" action in the command line parsing in 
3264       get_options().
3266 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3268     * Correctly fixed bug 108219 
3269       (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
3270       The previous fix didn't correct set the radio buttons when changing 
3271       mode from Scientific to Basic or Financial. Only the internal state.
3273 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3275     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3276       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3277       Followup changes to make the numeric keypad animate the buttons on 
3278       Linux machines.
3280 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3282     * Fixed bug 108219 (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
3283       When you go from Scientific mode to either Basic or Financial mode, 
3284       the calculator will revert to "Dec" base in "Fix" notation.
3286       Any number in the display (and the memory registers if shown) will be 
3287       converted accordingly.
3289       When you are in a mode (Basic, Financial, or Scientific) you will only 
3290       be able to do the functionality that that mode shows. For example, you 
3291       will not be able to do base changes if you are in Basic or Financial mode.
3293 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3295     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3296       Fixed bug 108333 (http://bugzilla.gnome.org/show_bug.cgi?id=108333)
3297       The gcalctool buttons with menus associated with them are now keyboard
3298       navigable.
3300 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3302     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3303       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3304       When the user uses the keyboard to enter data, the associated gcalctool
3305       button will be animated.
3307 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3309     * Fixed bug 108210 (http://bugzilla.gnome.org/show_bug.cgi?id=108210)
3310       Main gcalctool window is no longer resizable.
3312 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3314     * Incorporated several online help changes from Breda McColgan.
3316       **IMPORTANT NOTE FOR TRANSLATORS**
3318       Please still hold off translating these files for a while. This is still
3319       a draft. The documentation needs to be reviewed by an editor, and 
3320       editorial feedback incorporated. Look for a followup entry here in the 
3321       Changelog, with an indication that they are ready for translation.
3323 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3325     * Added scrollkeeper checks into configure.in.
3327     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3328       Fixed warning message:
3330       ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
3331       GNOME_FILE_DOMAIN_APP_HELP domain
3333       Adjustment to the gnome_help_display() call in gtk.c to use the right 
3334       parameters.
3336 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3338     * Added in a first (draft) version of online help from Breda McColgan in
3339       the Sun GNOME doc. team.
3341       **IMPORTANT NOTE FOR TRANSLATORS**
3343       Please hold off translating these files for a while. Slight revisions
3344       are planned for sometime in the next week or two. Look for a followup 
3345       entry here in the Changelog, with an indication that they are ready for 
3346       translation.
3348 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3350     * Abstracted the key values and modifiers. This will make it easier to
3351       create versions of this calculator for other graphical toolkits, or
3352       a version with no graphics at all (prompt style).
3354 2003-03-04  Rich Burridge  <rich.burridge@sun.com>
3356     * Adjusted the tooltip help to be minimalist messages. Online help for
3357       gcalctool will be coming soon, and this will contain the detailed help
3358       information (plus examples).
3360 2003-02-28  Rich Burridge  <rich.burridge@sun.com>
3362     * Small adjustment to allow gcalctool to compile using the Solaris Forte
3363       compilers.
3365 2003-02-26  Rich Burridge  <rich.burridge@sun.com>
3367     * Gcalctool wasn't saving the trigonometric type when it was changed. The
3368       trig_cb() function was calling do_trig() incorrectly instead of 
3369       do_trigtype().
3371     * Removed the trailing period from the ten constant definitions in the man 
3372       pages.
3374 2003-02-26  evandrofg <someone@somewhere.org>
3376     * configure.in: Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3378 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3380     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3381       Allows Backspace to correctly work inside parentheses. Similar fix to
3382       the one for Delete in v4.2.55 (bug #106583).
3384 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3386     * The Xor logical operation wasn't being performed correctly. Gdk uses
3387       keysym values that are greater than what can be fitted into a char.
3388       Adjusted v->cur_op and v->old_cal_value to now be ints.
3390     * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3391       checkboxes. In fact, it was toggling them twice, thereby returning them
3392       to whatever state they were in when the user hit Clr.
3394 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3396     * Removed the final period from the ten default constant descriptions.
3398     * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3399       "centimeter".
3401     * Fixed up the values of the ten default constant definitions in the
3402       manual pages.
3404     * The "centimeters <=> inches" default constant should be 0.3937007
3405       rather than 2.54 to be consistent with the other constants.
3407 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3409     * Fixed bug 106583 (http://bugzilla.gnome.org/show_bug.cgi?id=106583)
3410       There were two parts to this. Dennis Cranston fixed the:
3412       (gcalctool:10872): Gtk-CRITICAL **: file gtktextbuffer.c: line 548:
3413       assertion `g_utf8_validate (text, len, NULL)' failed
3415       messages. 
3417       The crash was caused by the paren_disp() function in display.c not
3418       correctly checking for when a Delete character was entered.
3420 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3422     * The financial Term tooltip example didn't work. The problem was that
3423       the Rate function had a keyboard shortcut of "T" and Term had "t". The
3424       check for which financial function was being processed in do_business()
3425       in functions.c didn't take into consideration any key mods (such as
3426       GDK_SHIFT_MASK). Add a key_equal function that now compares both the
3427       mods and the value of keys.
3429     * Moved the Exp button to the right of the Con and Fun buttons for better
3430       grouping.
3432 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3434     * Fixed bug 106501 (http://bugzilla.gnome.org/show_bug.cgi?id=106501)
3435       A check has been added to the do_delete() function in functions.c to
3436       make sure that the length is greater than zero, before setting the
3437       len-1 character to '\0'.
3439 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3441     * From Breda McColgan <breda.mccolgan@sun.com>
3442       Toggled the positions of the Sto and Rcl buttons. This is primarily to
3443       help with the online documentation, which consists of listing the 
3444       gcalctool buttons in several tables, grouping "like" buttons together 
3445       (for example: Bsp, CE, and Clr in one table; Sto, Rcl, and Exch in 
3446       another table). Within a table, the buttons are listed in the sequence 
3447       in which they appear in gcalctool. For the most part, the sequence 
3448       isn't significant. However, it doesn't really make sense to talk about 
3449       either Rcl or Exch until you've described Sto.
3451 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3453     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3454       - The process_str() function will cause a crash if the input string is 
3455         null. For example, if the clipboard is empty and the user presses 
3456         CTRL-V then gcalctool will core dump. Fixed by adding a null check to 
3457         the function. 
3459       - gcalctool now uses a text view for its display widget.
3461 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3463     * Fixes to the manual page:
3464       - the keyboard shortcut for the "Term" function is "t" not "T".
3465       - removed the LOGICAL mode section.
3467 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3469     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3470       Changes the EXPAND flag to FALSE when packing the display label and mode
3471       frame. These widgets shouldn't expand when the calculator is resized. 
3473       Replace the three characters of white space in the title bar text with one
3474       space character, so more of the title fits into the task window list 
3475       applet.
3477 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3479     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3480       Added a launcher to the GNOME's Accessories menu. The launcher uses 
3481       gcalctool.png for its icon which required moving the icon to the pixmaps 
3482       installation directory.  
3484       This means that the find_file() function is no longer necessary, and has
3485       been removed. It was used only in set_gcalctool_icon(). The path of 
3486       gcalctool.png is now always PACKAGE_PIXMAP_DIR. 
3488 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3490     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3491       Mark the menu labels for translation and converts the
3492       gtk_item_factory_get_widget() calls to 
3493       gtk_item_factory_get_widget_by_action() calls. 
3495 2003-02-11  Rich Burridge  <rich.burridge@sun.com>
3497     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3498       - Cleans up the Help menu's layout so it looks like other GNOME 
3499         applications.
3500       - Converts gtk_init() to gnome_program_init() to allow access to things 
3501         like GNOME_STOCK_ABOUT.
3502       - Add an icon field to the Xobject structure.
3503       - Change setup_default_icon() to set_gcalctool_icon() and set X->icon in 
3504         the function.
3505       - Sets the window icon for the memory register and about windows.
3506       - Cleans up about_cb() and call it directly in menu callbacks -- like in 
3507         other gtk+ applications.
3508       - Remove the unneccessary X->about structure field.
3510 2003-02-06  Daniel Yacob  <locales@geez.org>
3512     * Added Amharic (am) to ALL_LINGUAS ata configure.in.
3514 2003-02-07  Rich Burridge  <rich.burridge@sun.com>
3516     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3517       Fixed bug 104249 (http://bugzilla.gnome.org/show_bug.cgi?id=104249)
3518       The UI for adding new or editing existing constants and/or functions
3519       has been improved. It now uses a treeview editable list. A help button
3520       is provided, but that currently isn't hooked up. I've added a note to
3521       bug #104821 for this problem.
3523 2003-02-04  Rich Burridge  <rich.burridge@sun.com>
3525     * Fixed bug 104830 (http://bugzilla.gnome.org/show_bug.cgi?id=104830)
3526       gcalctool now uses gnome-calc3.png as its icon (same as the current
3527       gnome-calculator). For now, I've copied that to a file, gcalctool.png
3528       within the gcalctool distribution. Also removed calctool.gif.
3530 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3532     * Further slight adjustments needed to fix Bugzilla bug 104248. The 
3533       callback handler for the menu items (mb_proc in gtk.c) needed to 
3534       have a check at the top to see if we'd started the application yet, 
3535       and if it hadn't, then to just return. Seemed it was getting called 
3536       as gcalctool was initially coming up, which was toggling the state 
3537       of the v->rstate variable incorrectly.
3539     * Fixed bug 104240 (http://bugzilla.gnome.org/show_bug.cgi?id=104240)
3540       The "File" menubar item is now called "Calculator", and there is a set of
3541       unique mnemonics for the various items in the Scientific mode panel.
3542       The gcalctool manual pages have been updated to reflect these changes.
3544     * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3545       Added in a Control-A mnemonic for Help->About.
3547 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3549     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3550       Fixed bug 104248 (http://bugzilla.gnome.org/show_bug.cgi?id=104248)
3551       The View->Memory Registers menu item's toggle is now set correctly
3552       depending upon whether the memory register windows is visible or hidden.
3554     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3555       The correct radio item is now set in the View menu mode menu item entries
3556       if gcalctool is initially started in Financial or Scientific mode.
3558 2003-01-27  Rich Burridge  <rich.burridge@sun.com>
3560     * The constant and function definitions are now read and written as Gconf
3561       resources, rather than to a ~/.gcalctoolcf file in the user's home 
3562       directory. The manual pages have been updated to reflect this change.
3564       An entry has been added to the TODO file to reflect functionality that
3565       is no longer present because of this change.
3567     * Fixed bug 104250 (http://bugzilla.gnome.org/show_bug.cgi?id=104250)
3568       The constant and the function menu items now have "C<n>:" and "F<n>:" 
3569       prefixes respectively, where <n> is the constant/function number.
3571       This also involved removing the "<=>" from four of the descriptions for
3572       the predefined constant values.
3574 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3576     * Fixed bug 104245 (http://bugzilla.gnome.org/show_bug.cgi?id=104245)
3577       The View->Basic Mode, Financial Mode, Scientific Mode and Memory
3578       Registers now have keyboard accelerators (Control-B, Control-F, Control-S
3579       and Control-M respectively).
3581 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3583     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3584       Further slight adjustments for bug 104287
3585       (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3586       The insert button isthe default button.
3587       The dialog is no longer resizable.
3588       The ESC key can now be used to cancel the dialog.
3590 2003-01-24  Rich Burridge  <rich.burridge@sun.com>
3592     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3593       Fixed bug 104287 (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3594       HIG improvements for the "Insert ASCII Value" dialog.
3596 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3598     * Fixed bug 104241 (http://bugzilla.gnome.org/show_bug.cgi?id=104241)
3599       The Insert ASCII Value" menu item is now "Insert ASCII Value..."
3601     * From: Hidetoshi Tajima <hidetoshi.tajima@sun.com>
3602       Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3603       <bonobo-i18n.h,> where all this stuff is already defined.
3605 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3607     * Fixed bug 102928 (http://bugzilla.gnome.org/show_bug.cgi?id=102928)
3608       The x^2, e^x, 10^x and y^x keys now use Pango markup to display the
3609       label using superscripts.
3611 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3613     * Added in handling of the numeric keypad for Linux systems. This required
3614       an "event" signal handler on the main gcalctool window, and then checking
3615       for a set of keyvals that could be generated by the numeric keypad keys
3616       (with and without the NumLock key on).
3618 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3620     * Handling the function "(3+3)" now works.
3621       The button struct now contains a new item (char func_char) which 
3622       is the character equivalent to the button when you user enteres 
3623       it into a function definition. The process_str() routine in 
3624       graphics.c has been adjusted to call button_for_fc() (a new 
3625       routine in functions.c) to compare each character in the function 
3626       string against this item in each button struct to find the 
3627       appropriate operation.
3629       Also needed changes to do_paren() to call button_for_fc() instead of 
3630       button_for_value().
3632       These changes also fix bugtraq bug #4065378.
3633       Certain functions entered into gcalctool produce incorrect results.
3635     * Changed the keyboard accelerators for the following to use non Alt-<?>
3636       values:
3638       Cos  (old value: Alt-c) becomes 'J'.
3639       Sin  (old value: Alt-s) becomes 'K'.
3640       Tan  (old value: Alt-t) becomes 'L'.
3641       Frac (old value: Alt-f) becomes ':'.
3642       Int  (old value: Alt-i) becomes 'i'.
3643       Abs  (old value: Alt-u) becomes 'u'.
3644       Rate (old value: Alt-r) becomes 'T'.
3646       Updated the manual pages and the tooltip help to reflect these changes.
3648     * Removed the need to configure with "--enable-build-broken".
3650 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3652     * Adjusted the memory registers windows to use the same "R0:  0.00" format 
3653       (bold for first part), as the Rcl, Sto and Exch menus. 
3655 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3657     * The menu items for the Rcl, Sto and Exch menus now have the format
3658       "R0:     0.00", where the "R0:" part is in bold.
3660     * From Padraig O'Briain <Padraig.Obriain@Sun.COM>
3661       Fix to get the keyboard accelerators for the menubar menu items working.
3662       The problem was due to the creation of two accelerator groups in main()
3663       in gtk.c.
3665 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3667     * Updated the NEWS file with an overview of all the changes since v4.1.13.
3669 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3671     * Removed the gconf resource for getting/setting whether a beep is sounded
3672       on error. A beep will now always be sounded in such a case.
3674     * Removed the write_resources() routine. The writing out of the resources
3675       will now be immediately done when each of those functions changes.
3677 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3679     * Updated the manual pages to reflect the recent v4.2.xx changes.
3681     * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3682       on Linux.
3684 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3686     * The real fix for displaying the icon. The problem was that the icon was
3687       being installed in the pkgdata_DATA directory, but gcalctool was looking
3688       for it in the CALCTOOL_DATA_DIR directory, which was incorrectly set to
3689       $(datadir)/calctool" rather than $(datadir)/gcalctool".
3691 2003-01-20  Rich Burridge  <rich.burridge@sun.com>
3693     * Removed the setting of an event mask and a global event handler in 
3694       create_kframe() in gtk.c. This seems to have fixed up the keyboard 
3695       navigation problems.
3697       Control-F1 now toggles the displaying of tooltip help, so the "-h"
3698       command line option has been removed and the old-style event handling
3699       code has also been removed.
3701     * Added in a signal handler for the "delete" event for the main gcalctool
3702       window. The callback calls gtk_main_quit() to terminate the application.
3704 2003-01-17  Rich Burridge  <rich.burridge@sun.com>
3706     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3708       The gcalctool icon is now correctly displayed for me running Sun's
3709       fcs-10 build on Solaris. It's still a problem for Calum running
3710       GNOME HEAD on RH7.2.
3712 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3714     * HCI change suggested by Glynn Foster <Glynn.Foster@Sun.COM>
3716       The Sto/Rcl/Exch menu items should show the current register values 
3717       as well.
3719       The Exch/Rcl/Sto menus are recreated each time that menu is needed. The
3720       menu item callbacks for these menus and the Constant and Function menus
3721       have been consolidated into a single menu_proc_cb() routine.
3723 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3725     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3727       All the radiobutton and checkbox items in the mode panel now have a 
3728       mnemonic associated with them.
3730 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3732     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3734       Fixed up the buttons on the "Insert ASCII Value", "Enter Constant..." and
3735       "Enter Function..." popups. They now just use Cancel and OK buttons, and 
3736       use standard stock Gtk icons.
3738 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3740     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3742       Added in an Edit->Paste menu item. If selected this will paste 
3743       the current contents of the clipboard into the calculator display 
3744       as if you'd typed it.
3746     * Added bullet proofing to the process_str() routine in graphics.c 
3747       to protect it against values that weren't found. If a value wasn't 
3748       found, it's just ignored, and it goes on to process the next 
3749       character in the string.
3751     * Improved the val_to_button() routine in functions.c. It now takes 
3752       into consideration the mods value for each button struct entry when 
3753       comparing against the given value. This isn't enough though, as it 
3754       won't find Alt-<n> buttons.
3756 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3758     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3760       Added a 2 pixel border for the frames containing the Basic, Financial and
3761       Scientific buttons and the mode panel. The calculator doesn't look so
3762       crowded now.
3764 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3766     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3768       Removed the "operand item" label widget, the routine where it was being 
3769       set (set_op_item()) and all the calls to that routine. Other calculators 
3770       don't have any equivalent to this, so it's not really needed.
3772       This also remove the opdisp entry in the button struct and the op_type 
3773       enum.
3775     * Adjusted the "keyboard values used" table in calctool.c to reflect the
3776       current state.
3778 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3780     * The frames around the mode button tables and the mode panel were always 
3781       being shown. The make_but_table() and create_mode_panel() routines were
3782       returning the wrong widgets.
3784 2003-01-18  Rich Burridge  <rich.burridge@sun.com>
3786     * Fixed bug #101865 (http://bugzilla.gnome.org/show_bug.cgi?id=101865)
3787       Made the following keyboard remappings:
3789       Function     Old         New
3790       ---------------------------------
3791       Cos        Control-c     d
3792       Ddb        Control-d     Alt-C
3793       Frac       Control-f     Alt-f
3794       Int        Control-i     Alt-i
3795       Sln        Control-l     l
3796       Ctrm       Control-m     m
3797       Rate       Control-r     Alt-r
3798       Sin        Control-s     Alt-s
3799       Tan        Control-t     Alt-t
3800       Abs        Control-u     Alt-u
3801       Syd        Control-y     Y
3803       Note that the keyboard equivalents for:
3805       Function     Old         New
3806       ---------------------------------
3807       Quit       q or Q        Control-Q
3808       Copy       Sun Copy key  Control-C
3810       still have to be added in, although the menu items in the menu bar 
3811       work fine. The appropriate changes have been made to the manual pages.
3813     * Removed mention of the "-l" and "-r" command line options from the manual 
3814       pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3815       resource too.
3817 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3819     * After discussion with Calum Benson, removed the "Keys" key, that allowed
3820       you to toggle the button labels to show their keyboard equivalents. This
3821       functionality is now covered by the tooltip help and the Help->Contents
3822       online help.
3824 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3826     * Put each of the the button tables and the mode panel inside a frame,
3827       rather then use horizontal separators, to try to make the GUI look 
3828       nicer. There is still a persistent display problem to fix though 
3829       (see entry in the TODO file).
3831 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3833     * Entering "((2+3)*(2+3))" gave the wrong answer. Problems was in the
3834       process_item() routine where extra values were reassigned. With gcalctool
3835       v4.2.0 onwards, "*" is now the multiplication operand, and "x" needed 
3836       to be reassigned to that value (not the other way around). Had to 
3837       adjust the assignment of the "x" and "*" keyboard accelerators 
3838       accordingly too.
3840     * Added in some bullet-proofing to the do_parens() routine to hopefully 
3841       improve the handling of bogus keyboard entries when a string in 
3842       parentheses is being entered.
3844 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3846     * Hooked up the Help->Contents menu item. Note that help support still has
3847       to be included (i.e. a help subdirectory with associated files etc.).
3849 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3851     * The View->Memory Registers menu item now correctly toggles the showing of
3852       the memory register window.
3854 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3856     * Menubar menu items now use stock Gtk icons (where applicable).
3858 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3860     * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3861       This really needs help from a real graphics designer for a suggested color
3862       set.
3864 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3866     * Go into Scientific mode. Click on "(" twice and you'll get a segv.
3867       The problem was the v->current needed to be set to a copy of the 
3868       "n" button struct, rather than trying to find the button value from 
3869       user_data. Created a copy_button_info() routine that is now called 
3870       in three places.
3872 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3874     * Added some horizontal separators to help make the calculator more readable
3875       when in Financial and Scientific Mode.
3877 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3879     * Entering "((2+3)*9+(5-3))" causes a segv. The problem was due to the
3880       change from "x" to "*" as the character for multiplication. The .value
3881       entry in the button struct for the multiplication button needed to be
3882       changed to GDK_asterisk (rather than GDK_x), otherwise button_for_value()
3883       returns a NULL pointer.
3885 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3887     * Removed the attempt to display a calculator image on the About popup.
3889     * Typing the keyboard equivalent of the menu buttons now works. The problem
3890       was in process_item() in display.c. v->current couldn't just point to the
3891       current button struct. It needed to be a copy of it, so that pending
3892       operation (which save the pending value), don't overwrite the base button
3893       entries.
3895     * Removed the VERSION string from the titlebar. This is now in the About 
3896       popup.
3898 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3900     * Added in an About popup that's accessible through the Help->About 
3901       Gcalctool menubar Help menu item.
3903 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3905     * Fixed bug #102927 (http://bugzilla.gnome.org/show_bug.cgi?id=102927)
3906       Replaced abbreviation "trig." with full word "trigonometric".
3908 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3910     * Fixed bug #102922 (http://bugzilla.gnome.org/show_bug.cgi?id=102922)
3911       Adjusted the two occurances of sentence fragments in the 
3912       cfframe_apply_cb() routine in gtk.c to make it easier for L10N folks 
3913       to translate them.
3915 2003-01-08  German Poo-Caaman~o  <gpoo@ubiobio.cl>
3917     * Added Spanish (es) to ALL_LINGUAS at configure.in
3919 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3921     * gcalctool is now resizable again.
3923 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3925     * Make calculator window choose a reasonable size at startup, and resize 
3926       when changing modes.
3928 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3930     * Removed the GNOME_UTIL_LIBS line from .../gcalctool/Makefile.am as it's
3931       not needed.
3933 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3935     * Fixed "blank buttons displaying" bug. 
3937     * Added small section to configure.in that forces a "--enable-build-broken"
3938       flag to have to be passed to configure in order to build gcalctool while 
3939       it is still in this semi-broken state. This will be removed when most of
3940       the items mentioned in the first section of the TODO file have been
3941       implemented.
3943 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3945     * Updated the copyright messages to by the correct GPL ones for the various
3946       source files, plus used date of 2003 (not 2002) in:
3948       .../ChangeLog
3949       .../NEWS
3950       .../README
3951       .../TODO.
3952       .../gcalctool/calctool.c
3953       .../gcalctool/calctool.h
3954       .../gcalctool/display.c
3955       .../gcalctool/dsdefs.h
3956       .../gcalctool/dsfuns.c
3957       .../gcalctool/extern.h
3958       .../gcalctool/functions.c
3959       .../gcalctool/gcalctool.1
3960       .../gcalctool/get.c
3961       .../gcalctool/graphics.c
3962       .../gcalctool/gtk.c
3963       .../gcalctool/mp.c
3965     * The Financial/Logical/Scientific mode buttons have been moved into
3966       the main calculator window above the Basic mode buttons.
3968     * Added a menubar with the following menus/items:
3970       File      Edit                  View              Help
3971       -----------------------------------------------------------------
3972       Quit      Copy                  Basic Mode        Contents...
3973                 Insert ASCII Value    Financial Mode    About Gcalctool
3974                                       Scientific Mode
3976                                       Memory Register
3977                                       Right-handed Style
3979       The functionality has been hooked up except for the two Help menu items.
3981     * Revamped the gcalctool design. The Basic Mode is much simpler now.
3982       The Logical and Scientific modes have been combined into a single
3983       Scientific mode (which also includes some of the functionality that
3984       was in the previous Basic mode).
3986       The mode buttons are now extra button tables (and a mode panel) that get
3987       shown or hidden in the main gcalctool window depending upon the current
3988       mode.
3990       The six item mode display has been removed. The current base, numeric
3991       display type, trigonometric type, hyp and inv settings can be seen by
3992       the radio buttons and check boxes in the mode panel. The current mode is
3993       given in the main window title bar. The only things that's really 
3994       different is that there is no longer a current operand display item.
3996     * Remove the small property sheet that was displayed when you right clicked
3997       in the main window button area (not over a button). This had the ability
3998       to set a left or right-handed style. This functionality has also been
3999       removed, because with the simplification of the Basic mode, it's no 
4000       longer needed. Remove the command line options and resources associated 
4001       with this.
4003     * From Andrew Sobala <andrew@sobala.net>
4004       Fixed bug #102698 - "make distcheck" fails. Fix was to use the correct
4005       GNOME 2 autogen.sh. Also added #(schema_DATA) to the top-level
4006       Makefile.am