Fixed bug #520525 - Clear display sets display to empty not "Ans"
[gcalctool.git] / ChangeLog
blob58df2a982da870b7b4ec7212e6b6fb0e9b937a8c
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-03-11 Robert Ancell <robert.ancell@gmail.com>
12     * gcalctool/functions.c:
13       Fixed bug #520525 - Clear display sets display to empty not "Ans".
15 2008-03-10 Rich Burridge <rich.burridge@sun.com>
17     * gcalctool/gtk.c:
18       Fixed bug #521620 - Impossible to type "(" in the GUI.
20     * gcalctool/gtk.c:
21       Fixed bug #520269 – Possibly incorrect use of plurals.
23     * gcalctool/calctool.c:
24       gcalctool/gtk.c:
25       From Jens Granseuer <jensgr at gmx dot net>
26       Fixed bug #521668 – compile errors.
28 2008-03-10 Rich Burridge <rich.burridge@sun.com>
30     * AUTHORS:
31       README:
32       NEWS:
33       configure.in:
34       Released a gcalctool v5.22.0 tarball.
36 2008-03-06 Rich Burridge <rich.burridge@sun.com>
38     * gcalctool/calctool.h:
39       Fix for bug #520474 - Calculator uses 06 in place of decimal.
41 2008-03-02 Rich Burridge <rich.burridge@sun.com>
43     * gcalctool/calctool.c:
44       Fix for bug #519979 - Please provide translator comments.
46 2008-02-28 Rich Burridge <rich.burridge@sun.com>
48     * gcalctool/gtk.c:
49       Fix for bug #519243 - Memory registers save incorrectly.
51 2008-02-24 Rich Burridge <rich.burridge@sun.com>
53     * README:
54       NEWS:
55       configure.in:
56       Released a gcalctool v5.21.92 tarball.
58 2008-02-11 Rich Burridge <rich.burridge@sun.com>
60     * README:
61       NEWS:
62       configure.in:
63       Released a gcalctool v5.21.91 tarball.
65 2008-02-11  Robert Ancell  <robert.ancell@gmail.com>
67     * glade/gcalctool.glade:
68       Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
70 2008-02-10 Rich Burridge <rich.burridge@sun.com>
72     * gcalctool/gtk.c:
73       gcalctool/calctool.c:
74       glade/gcalctool.glade:
75       help/C/gcalctool.xml:
76       Fix for bug #515326 – translation issues
78 2008-02-10  Robert Ancell  <robert.ancell@gmail.com>
80     * glade/gcalctool.glade:
81       Unmark bitcalculating strings for translation (Bug #515326)
82       Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
84 2008-02-10  Luca Ferretti  <elle.uca@libero.it>
86     * configure.in:
87       Remove help/it/Makefile, switching to gnome-doc-utils
89 2008-02-04 Rich Burridge <rich.burridge@sun.com>
91     * gcalctool/gtk.c:
92       Fix for bug #514233 - Title not translated
94 2008-02-02 Rich Burridge <rich.burridge@sun.com>
96     * gcalctool/gtk.c:
97       Fix for bug #513868 - Switching mode clears values but not 
98       "Malformed expression" in statusbar.
100     * gcalctool/ce_tokeniser.l:
101       From Sami Pietila <sami.pietila@utu.fi>
102       Fix for bug #513218 - Parsing not handling things the way a 
103       "normal" calculator would.
105     * help/de/de.po:
106       From Philipp Kerling <k.philipp@gmail.com>
107       Fix for bug #482666 - XML errors in gcalctool de translation.
109 2008-02-02  Tommi Vainikainen  <thv@iki.fi>
111         * glade/gcalctool.glade: Fix typo (Retreive -> Retrieve)
113 2008-01-28 Rich Burridge <rich.burridge@sun.com>
115     * README:
116       RELEASE.HOWTO:
117       NEWS:
118       configure.in:
119       Released a gcalctool v5.21.90 tarball.
121 2008-01-26 Rich Burridge <rich.burridge@sun.com>
123     * gcalctool/functions.c:
124       From Sami Pietila <sami.pietila@utu.fi>
125       Fix for bug #512204 - Regression in (-,+) handling.
127 2008-01-24 Rich Burridge <rich.burridge@sun.com>
129     * gcalctool/ce_parser.y:
130       gcalctool/mpmath.c:
131       gcalctool/functions.c:
132       Fix for bug #511052 – Mod gives negative remainders.
134 2008-01-16  Claude Paroz  <claude@2xlibre.net>
136     * gcalctool/gtk.c: (create_kframe):
137       Typo in message.
139 2008-01-14 Rich Burridge <rich.burridge@sun.com>
141     * README:
142       NEWS:
143       configure.in:
144       Released a gcalctool v5.21.5 tarball.
146 2008-01-04 Rich Burridge <rich.burridge@sun.com>
148     * gcalctool/gtk.c:
149       Fix for bug #507126 - "x" should be a keyboard shortcut for bitwise 
150       XOR but it's currently doing multiplication.
152     * gcalctool/gtk.c:
153       Fix for bug #507124 - gcalctool menu items are not being set inactive 
154       when there is an error condition.
156     * help/C/gcalctool.xml:
157       More work on bug #503941 – Various Calculator docmentation issues.
158       - Adjusted the note in section 3.1.1 to describe what a C locale is.
160 2008-01-03 Rich Burridge <rich.burridge@sun.com>
162     * help/C/gcalctool.xml:
163       Work on bug #503941 – Various Calculator docmentation issues.
164       - Added a section 3.6 "Undo and Redo"
165       - After an error condition pressing Shift-Delete will now 
166         clear it, not Delete.
167       - Updated and added numerous Alt-<whatever> and Control-<whatever>
168         definitions in the keyboard shortcut tables.
170     * RELEASE-HOWTO:  (new)
171       Added a document that provides a step-by-step list to remind 
172       gcalctool maintainers how to make a release.
174     * gcalctool/functions.c:
175       gcalctool/calctool.c:
176       gcalctool/calctool.h:
177       From Sami Pietila <sami.pietila@utu.fi>
178       Fix for bug #506742 - Various gcalctool buttons don't behave as 
179       expected when they are used right after a Clr operation.
181 2008-01-02 Rich Burridge <rich.burridge@sun.com>
183     * gcalctool/gtk.c:
184       From Sami Pietila <sami.pietila@utu.fi>
185       Work on bug #499954 – Key repeat is delayed.
186       Adjustments to the set_bit_panel() routine for arithmetic operator
187       precedence mode.
189 2008-01-01 Rich Burridge <rich.burridge@sun.com>
191     * (most files):
192       Updated the copyright messages to include 2008.
193       Updated the gcalctool About message in a similar fashion.
195     * help/C/figures/gcalctool_scientific_window.png:
196       help/C/gcalctool.xml:
197       gcalctool/functions.c:
198       gcalctool/lr_tokeniser.l:
199       gcalctool/lr_parser.y:
200       gcalctool/ce_tokeniser.l:
201       gcalctool/gtk.c:
202       gcalctool/mpmath.c:
203       gcalctool/ce_parser.y:
204       gcalctool/mpmath.h:
205       gcalctool/calctool.c:
206       gcalctool/calctool.h:
207       gcalctool/gcalctool.1:
208       glade/gcalctool.glade:
209       From Robert Millan <rmh@aybabtu.com>
210       From Robert Ancell <robert.ancell@gmail.com>
211       Fixed bug #505892 - Added a base 2 logarithm button. Note that for 
212       a future release of gcaltool, that this might be changed to a log<n>
213       button (see bug #336609 for more details).
215 2007-12-17 Rich Burridge <rich.burridge@sun.com>
217     * configure.in:
218       NEWS:
219       Released a gcalctool v5.21.4 tarball.
221 2007-12-15 Rich Burridge <rich.burridge@sun.com>
223     * help/C/gcalctool.xml:
224       Adjusted online help documentation to add in a section 4.4. "Changing
225       The Display Area" and to update the new keyboard shortcut for Clear.
227 2007-12-15 Robert Ancell <robert.ancell@gmail.com>
229     * Use delete key to delete character right of cursor in display, clear
230       now uses shift+delete (Bug #326938).
231     * glade/gcalctool.glade: Update all button tooltips to have the shortcut
232       key for that button (Bug #503707).
234 2007-12-12 Rich Burridge <rich.burridge@sun.com>
236     * gcalctool.desktop.in:
237       Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
238       category
240     * help/C/gcalctool.xml:
241       Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
242       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
244     * help/C/gcalctool.xml:
245       Work on bug #501699. Adjusted "monthly interest rate" to "simple
246       monthly interest rate" in the online help for two of the financial
247       examples.
249 2007-12-09 Robert Ancell <robert.ancell@gmail.com>
251     * gcalctool/gtk.c: Fix incorrect menu radio button selected when
252       mode change aborted (bug #488226).
254 2007-12-07 Rich Burridge <rich.burridge@sun.com>
256     * gcalctool/functions.c:
257       Fix for bug #502306 - unable to use MOD operation after a 
258       x ᶺ y operation.
260 2007-12-03 Rich Burridge <rich.burridge@sun.com>
262     * configure.in:
263       NEWS:
264       Released a gcalctool v5.21.3 tarball.
266 2007-12-2 Robert Ancell <robert.ancell@gmail.com>
268     * Added a "Reset to Default" accuracy menu item (bug #488542).
270 2007-11-28 Rich Burridge <rich.burridge@sun.com>
272     * gcalctool/gtk.c:
273       From Sami Pietila <sami.pietila@utu.fi>
274       When the bit calculation extension is enabled, a message now appears
275       in the status bar.
277     * glade/gcalctool.glade:
278       Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension 
279       produces incorrect results.
281 2007-11-27 Rich Burridge <rich.burridge@sun.com>
283     * help/C/figures/gcalctool_scientific_window.png:
284       help/C/gcalctool.xml:
285       Fixed bug #367731 - [doc] Update documentation for bit calculating 
286       extension.
288     * gcalctool/gtk.c:
289       From Sami Pietila <sami.pietila@utu.fi>
290       Fixed bug 500029 - Clearing a bit in the bitcalculating extension, 
291       sets the display to zero.
293 2007-11-27 Robert Ancell <robert.ancell@gmail.com>
295     * gcalctool/gtk.c: 
296       Disable menu items not valid in current mode (Bug #499625).
298 2007-11-17 Robert Ancell <robert.ancell@gmail.com>
300     * gcalctool/Makefile.am: Fix build dependencies for parsers (Bug #497237).
301     * gcalctool/gtk.c: Trim pasted text on newlines, replace tabs with spaces
302       (Bug #488796).
304 2007-11-13 Rich Burridge <rich.burridge@sun.com>
306     * help/C/figures/gcalctool_advanced_window.png:
307       help/C/figures/gcalctool_basic_window.png:
308       help/C/figures/gcalctool_financial_window.png:
309       help/C/figures/gcalctool_menu_symbol.png:
310       help/C/figures/gcalctool_scientific_window.png:
311       Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
313     * help/C/gcalctool.xml:
314       Fixed bug #367723 - [doc] Update documentation for Changing Modes 
315       Clears Calculation.
317 2007-11-12 Rich Burridge <rich.burridge@sun.com>
319     * configure.in:
320       NEWS:
321       Released a gcalctool v5.21.2 tarball.
323 2007-11-10 Robert Ancell <robert.ancell@gmail.com>
325     * gtk.c: Close precision dialog when setting precision from
326       Acc button (Bug #495349).
327     * gcalctool.glade: Connect "activate" signal for precision
328       spin button after spin button has been updated (Bug #495345)
330 2007-11-6 Robert Ancell <robert.ancell@gmail.com>
332     * everything:
333       Stop display characters from being translated as this will
334       cause the display parser to fail.
335       Change labels on trig function keys when inverse/hyperbolic
336       toggled.
338 2007-11-4 Robert Ancell <robert.ancell@gmail.com>
340     * everything:
341       Split calctool.h into seperate header files.
342       Removed unused function definitions and killed extern.h.
343       Moved gconf behaviour into get.c.
344       Removed some global variables for resource naming.
345       Merged graphics.c into gtk.c.
346       Renamed all gtk.c external functions to ui_*().
347       Moved main() into calctool.c.
348       Disable bitcalculating menu when not in scientific mode.
349       Renamed GTK+ callbacks so they all are in the form *_cb().
351 2007-11-3 Rich Burridge <rich.burridge@sun.com>
353     * help/Makefile.am:
354       From dmacks@netspace.org
355       Fixed bug #482655 - Missing image file.
357     * gcalctool/gtk.c:
358       Fix the buglet in comment #51 of bug #485919.
360 2007-11-3 Robert Ancell <robert.ancell@gmail.com>
362     * gcalctool/gtk.c: 
363       Re-enable accuracy menu items (Final part of bug #488694).
364       Make accuracy shortcuts only work in scientific mode (bug #488489).
365       Stop bogus '-/-' in accuracy menu items (bug #488703).
367 2007-11-1 Rich Burridge <rich.burridge@sun.com>
369     * display.c:
370       calctool.h:
371       functions.c:
372       gtk.c:
373       More lint fixups.
375 2007-11-1 Robert Ancell <robert.ancell@gmail.com>
377     * gcalctool/gtk.c:
378       glade/gcalctool.glade:
379       More work on bug #488694 - Move all popup menus into gcalctool.glade.
380       Split constant and function dialogs into seperate UI elements.
382     * gcalctool/graphics.c:
383       gcalctool/calctool.c:
384       gcalctool/calctool.h:
385       gcalctool/display.c:
386       gcalctool/functions.c:      
387       gcalctool/gtk.c:
388       glade/gcalctool.glade:      
389       More work on bug #488694 - Simplify menu code
391 2007-10-31 Rich Burridge <rich.burridge@sun.com>
393     * gcalctool/dsfuns.c:
394       gcalctool/calctool.h:
395       gcalctool/functions.c:
396       gcalctool/ce_parser.h:
397       gcalctool/gtk.c:
398       Code cleanup to a consistent style, plus fixup for various warnings
399       from lint.
401 2007-10-31 Robert Ancell <robert.ancell@gmail.com>
403     * gcalctool/mpmath.c:
404       gcalctool/graphics.c:
405       gcalctool/calctool.c:
406       gcalctool/calctool.h:
407       gcalctool/display.c:
408       gcalctool/functions.c:
409       gcalctool/extern.h:
410       gcalctool/get.c:
411       gcalctool/gtk.c:
412       glade/gcalctool.glade:
413       More work on bug #488694 - Move accelerator handling from calctool.c
414       
415     * gcalctool/gtk.c:
416       glade/gcalctool.glade:
417       More work on bug #488694 - Move ASCII, accuracy, function and
418       constant dialogs into gcalctool.glade
420 2007-10-30 Rich Burridge <rich.burridge@sun.com>
422     * gcalctool/mpmath.c:
423       Fix for bug #485134 - OR calculation produces incorrect result in 
424       arithmetic precedence mode.
426 2007-10-28 Rich Burridge <rich.burridge@sun.com>
428     * gcalctool/functions.c:
429       From Sami Pietila <sami.pietila@utu.fi>
430       Fix for bug #490701 - base radio buttons initially fail.
432     * Released a gcalctool v5.21.1 tarball.
434 2007-10-27 Rich Burridge <rich.burridge@sun.com>
436     * gcalctool/mpmath.c:
437       From Sami Pietila <sami.pietila@utu.fi>
438       Attempted fix for bug #485134 - OR calculation produces incorrect 
439       result in arithmetic precedence mode. This isn't a complete solution
440       so the bug has been reopened.
442 2007-10-26 Rich Burridge <rich.burridge@sun.com>
444     * gcalctool/functions.c:
445       From Sami Pietila <sami.pietila@utu.fi>
446       Fix for bug #488828 - Reciprocal remembers backspaced items.
448 2007-10-23 Rich Burridge <rich.burridge@sun.com>
450     * glade/gcalctool.glade:
451       More work on bug ##488694 - [a11y] Several calculator buttons 
452       don't speak correctly with Orca. Removed the accessible descriptions
453       (not needed) and adjusted the "shift left" and "shift right" names
454       (they were reversed).
456     * gcalctool/functions.c:
457       From Sami Pietila <sami.pietila@utu.fi>
458       Patch to stablize arithmetic precedence.
460 2007-10-23 Robert Ancell <robert.ancell@gmail.com>
462     * gcalctool/gtk.c:
463       Stop acting on toggle events from radio buttons when they go
464       inactive (Bug #485918).
466 2007-10-22 Rich Burridge <rich.burridge@sun.com>
468     * glade/gcalctool.glade:
469       From Robert Ancell <robert.ancell@gmail.com>
470       More work on bug #485919 - Use Glade for UI. This patch puts 
471       menu accelerators back again and fixes the top button row in 
472       basic mode being too tall.
474     * MAINTAINERS:
475       Added Robert Ancell to the list of gcalctool MAINTAINERS.
477     * glade/gcalctool.glade:
478       Fixed bug #488830 - Hex radio button shortcut conflicts with 
479       Help menu shortcut.
481     * glade/gcalctool.glade:
482       Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip 
483       shortcut keys.
485     * gcalctool/gtk.c:
486       Fixed bug #488783 - memory registers not available if you start 
487       in Advanced mode
489     * gcalctool/gtk.c:
490       glade/gcalctool.glade:
491       Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak 
492       correctly with Orca.
494 2007-10-20 Rich Burridge <rich.burridge@sun.com>
496     * gcalctool/calctool.c:
497       gcalctool/calctool.h:
498       gcalctool/functions.c:
499       gcalctool/extern.h:
500       gcalctool/gtk.c:
501       glade/gcalctool.glade:    (new)
502       glade/Makefile.am:
503       glade/mode_panel.glade:   (removed)
504       po/POTFILES.in:
505       From Robert Ancell <robert.ancell@gmail.com>
506       More work on bug #485919 - Use Glade for UI. This now provides
507       Glade support for the majority of the gcalctool GUI.
509 2007-10-15 Rich Burridge <rich.burridge@sun.com>
511     * gcalctool/gtk.c:
512       Fix for bug #485398 - Put memory register window inside the main window.
513       Uses gtk_window_set_transient_for() to associate the memory register
514       window with the main gcalctool window.
516     * help/C/gcalctool.xml:
517       Fix for bug #383850 - [doc] New names for Precedence.
519 2007-10-13 Rich Burridge <rich.burridge@sun.com>
521     * gcalctool/gtk.c:
522       From Sami Pietila <sami.pietila@utu.fi>
523       Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence 
524       mode if user has "hand edited" the display.
526 2007-10-12 Rich Burridge <rich.burridge@sun.com>
528     * configure.in:
529       gcalctool/calctool.c:
530       gcalctool/gtk.c:
531       gcalctool/Makefile.am:
532       Makefile.am:
533       glade/Makefile.am:          (new)
534       glade/mode_panel.glade:     (new)
535       From Robert Ancell <robert.ancell@gmail.com>
536       Work on bug #485919 - Use Glade for UI.
537       Initial Glade patch adds support for the mode panel.
539 2007-10-11 Rich Burridge <rich.burridge@sun.com>
541     * gcalctool/gtk.c:
542       Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
543       correctly set the state of the Edit-<Memory Registers check box if the
544       user wanted the memory registers initially displayed.
546     * gcalctool/gtk.c:
547       From Christian Persch <chpe@gnome.org>
548       Correctly handle memory register display and "Memory Registers" menu
549       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
550       (Needed because of the recent changes for bug #478961).
552 2007-10-08 Rich Burridge <rich.burridge@sun.com>
554     * Released a gcalctool v5.21.0 tarball.
556     * gcalctool/calctool.h:
557       gcalctool/display.c:
558       gcalctool/functions.c:
559       gcalctool/ce_tokeniser.l:
560       gcalctool/get.c:
561       gcalctool/gtk.c:
562       With lots of help from Sami Pietila <sampie@utu.fi>
563       Fix for bug #326938 – Display cursor in input area; allow home
564       and end keys. This is in arithmetic precedence mode only.
566 2007-10-08 Rich Burridge <rich.burridge@sun.com>
568     * gcalctool/graphics.c:
569       Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 
570       places menu items.
572 2007-10-02 Rich Burridge <rich.burridge@sun.com>
574     * help/C/gcalctool.xml:
575       gcalctool/calctool.h:
576       gcalctool/ce_tokeniser.l:
577       Fix for bug #439087 – Gcalctool can't handle small physic constants 
578       like the Boltzmann constant. The number of significant places has
579       been increased to 99 and the number of displayable digits has been
580       increased to 200. The online help has been adjusted to reflect these
581       changes.
583       Note that if you have something in the gcalctool display that is 
584       wider than the display area, a scrollbar is shown, but the first 
585       digit isn't properly displayed. The workaround here, is to enlarge 
586       the size of the calculator window until the scrollbar goes away.
587       I believe this is a Gtk+ problem and have filed bug #482688 against it.
589     * help/C/gcalctool.xml:
590       Fixed bug #367738 – [doc] Square root documentation needs to be updated.
591       The entry in the online help now includes examples for both arithmetic 
592       precedence and non-arithmetic precedence mode.
594     * help/C/gcalctool.xml:
595       Fixed bug #428571 – [doc] Repetitive usage of "use".
597 2007-10-01 Rich Burridge <rich.burridge@sun.com>
599     * gcalctool/Makefile.am:
600       configure.in:
601       From Rémi Cardona <remi@gentoo.org>
602       Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
604     * help/C/gcalctool.xml:
605       gcalctool/calctool.c:
606       gcalctool/display.c:
607       gcalctool/calctool.h:
608       gcalctool/functions.c:
609       gcalctool/lr_tokeniser.l:
610       gcalctool/ce_tokeniser.l:
611       gcalctool/gcalctool.1:
612       Fixed bug #428573 – [doc] Spelling of logical gates.
613       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
614       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
615       display area in arithmetic precedence mode. The gcalctool manual
616       pages and the online help have been updated accordingly.
618       The XOR operation in non-arithmetic mode was doing a multiplication 
619       instead.
621       The result for the AND example in the online help was incorrect.
623       The syntax for using NOT in aritmetic mode is different then for
624       non-arithmetic mode. The online help example has been updated to
625       show both examples.
627 2007-09-28 Rich Burridge <rich.burridge@sun.com>
629     * help/C/gcalctool.xml:
630       gcalctool/calctool.c:
631       gcalctool/calctool.h:
632       gcalctool/functions.c:
633       gcalctool/lr_tokeniser.l:
634       gcalctool/ce_tokeniser.l:
635       gcalctool/gcalctool.1:
636       gcalctool/gtk.c:
637       gcalctool/ce_parser.y:
638       With lots of help from Sami Pietila <sampie@ariana-dsl.utu.fi>
639       Fixed bug #469245 – Hexadecimal input is not intuitive and
640       bug #455889 – Copy/paste of lower case hex letter does not work.
641       The hexadecimal digits have been changed back to their pre Sept
642       2003 (bug #118826) values of "a" - "f".
644       The following functions have also had their keyboard shortcuts
645       reverted back to their pre Sept 2003 upper-case values:
647       [A] - Set accuracy
648       [C] - Change sign
649       [D] - Double-declining depreciation
650       [E] - Enter an exponential number
651       [F] - User-defined functions
653       With copy/paste operations, where the user is pasting a string into
654       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
655       "D" or "F" character is encountered, it will be converted to its
656       lowercase equivalent. If an "E" is found,  and the next character is a
657       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
658       a possible exponential number), otherwise its converted to a lower
659       case "e".
661       Displaying of hex digits in the gcalctool display will still be
662       in uppercase. Displaying of the "e" in an exponential number will
663       still be in lower-case.
665       The way to enter exponential numbers in arithmetic precedence mode
666       has changed. The following four examples should show you the new
667       correct syntax:
669         1  2  Exp + 8  =              1200000000
670       - 1  2  Exp + 8  =             -1200000000
671         1  2  Exp - 8  =              0.00000012
672       - 1  2  Exp - 8  =             -0.00000012
674       In both left-to-right precedence and arithmetic precedence modes, if
675       the user enters a numeric digit that is incorrect for the current
676       numeric base, this shouldn't be allowed and should not be entered
677       in the display.
679       The gcalctool documentation (and tooltips) have been updated to
680       reflect these changes.
682 2007-09-24 Rich Burridge <rich.burridge@sun.com>
684     * From Christian Persch <chpe@gnome.org>
685       gcalctool/gtk.c:
686       Fixed bug #479102 – memory registers dialogue should use ngettext.
688 2007-09-21 Rich Burridge <rich.burridge@sun.com>
690     * Updated the MAINTAINERS file with Sami's new email address.
692     * From Christian Persch <chpe@gnome.org>
693       gcalctool/gtk.c:
694       Fixed bug #478961 – GtkAaction use.
696     * From Christian Persch <chpe@gnome.org>
697       gcalctool/gtk.c:
698       Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
700     * From Christian Persch <chpe@gnome.org>
701       gcalctool/gtk.c:
702       Fixed bug #478979 – show menu help in statusbar.
704     * From Christian Persch <chpe@gnome.org>
705       gcalctool/gtk.c:
706       Fixed bug #479064 – should use ngettext on the Acc button.
708     * From Christian Persch <chpe@gnome.org>
709       gcalctool/gtk.c:
710       Fixed bug #479097 – use gtkmessagedialog.
712     * From Christian Persch <chpe@gnome.org>
713       gcalctool/gtk.c:
714       Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
716 2007-09-17 Rich Burridge <rich.burridge@sun.com>
718     * Released a gcalctool tarball for GNOME 2.20.0.
720 2007-09-03 Rich Burridge <rich.burridge@sun.com>
722     * Released a gcalctool tarball for GNOME 2.19.92.
724 2007-08-27 Rich Burridge <rich.burridge@sun.com>
726     * Released a gcalctool tarball for GNOME 2.19.91.
728 2007-08-17 Rich Burridge <rich.burridge@sun.com>
730     * From Lionel Le Folgoc
731       gcalctool.desktop.in:
732       Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
734 2007-08-13 Rich Burridge <rich.burridge@sun.com>
736     * Released a gcalctool tarball for GNOME 2.19.90.
738 2007-08-11 Rich Burridge <rich.burridge@sun.com>
740     * MAINTAINERS:
741       Adjusted to the new format.
743 2007-07-30 Rich Burridge <rich.burridge@sun.com>
745     * Released a gcalctool tarball for GNOME 2.19.6.
747 2007-07-30 Jan Arne Petersen <jpetersen@jpetersen.org>
749     * configure.in:
750       Remove help/de/Makefile due to gnome-doc-utils migration.
752 2007-07-24 Rich Burridge <rich.burridge@sun.com>
754     * From Christopher Taylor et al
755       configure.in:
756       gcalctool/gtk.c:
757       Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
758       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
760 2007-07-22 Yair Hershkovitz <yairhr@gmail.com>
761     * gcalctool/gtk.c:
762       Always use left-to-right direction for button's boxes. Fixed bug
763       #439415.
765 2007-07-08 Rich Burridge <rich.burridge@sun.com>
767     * gcalctool.desktop.in:
768       Applied Sun patch 
769       /jds/spec-files/trunk/patches/gcalctool-01-menu-entry.diff.
770       Changed the Comment line.
772     * Released a gcalctool tarball for GNOME 2.19.5.
774 2007-06-26 Rich Burridge <rich.burridge@sun.com>
776     * gcalctool/mpmath.c:
777       Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
779     * gcalctool/gtk.c:
780       Fixed bug #450790 – crash in Calculator when pasting in a very large
781       number.
783 2007-06-18 Rich Burridge <rich.burridge@sun.com>
785     * From Jani Monoses
786       Fixed bug #448263 – drop libgnome dependency
788     * Released a gcalctool tarball for GNOME 2.19.4.
790 2007-06-04 Rich Burridge <rich.burridge@sun.com>
792     * Released a gcalctool tarball for GNOME 2.19.3.
794 2007-05-21 Rich Burridge <rich.burridge@sun.com>
796     * Fixed bug #439985 – Negative value not saved in memory register 
797       across invocations of gcalctool. This was also a problem was negative
798       constants.
800 2007-05-13 Rich Burridge <rich.burridge@sun.com>
802     * Released a gcalctool tarball for GNOME 2.19.2.
804 2007-04-30 Rich Burridge <rich.burridge@sun.com>
806    * gcalctool/display.c:
807      gcalctool/functions.c:
808      From: Sami Pietilä
809      Fixed bug #419927 - calculator rcl function does not work as documented.
811 2007-04-23 Rich Burridge <rich.burridge@sun.com>
813     * Released a gcalctool tarball for GNOME 2.19.1.
814       (gcalctool version number now aligns with the GNOME 
815        minor.micro numbers).
817 2007-04-18 Rich Burridge <rich.burridge@sun.com>
819    * gcalctool/gtk.c:
820      Fixed up various compiler warnings.
822 2007-04-13  Changwoo Ryu  <cwryu@debian.org>
824     * configure.in:
825       Removed line for help/ko/Makefile.in due to gnome-doc-utils
826       migration.
828 2007-03-28 Rich Burridge <rich.burridge@sun.com>
830    * gcalctool.desktop.in:
831      Fixed bug #413443 – gnome-calculator is not publically visible icon.
833 2007-03-12 Rich Burridge <rich.burridge@sun.com>
835     * gcalctool/gtk.c:
836       Adjust "Paste" to _("Paste") in the for_each_menu() routine for 
837       bug #317786 – copy and paste menu entries are always active.
839 2007-03-12 Rich Burridge <rich.burridge@sun.com>
841     * Released a gcalctool tarball for GNOME 2.18.0 (Final).
843 2007-03-08  Christian Kirbach  <Christian.Kirbach@googlemail.com>
845         * gcalctool.desktop.in:
846         "Application" is not a valid category in the freedesktop specification.
847         Added the GTK category.
849 2007-02-27 Rich Burridge <rich.burridge@sun.com>
851     * gcalctool/gtk.c:
852       Fixed bug 412688 - gcalctool crashed with SIGSEGV in strlen().
854 2007-02-25 Rich Burridge <rich.burridge@sun.com>
856     * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
858 2007-02-12 Rich Burridge <rich.burridge@sun.com>
860     * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
862 2007-02-06 Rich Burridge <rich.burridge@sun.com>
864     * gcalctool/gtk.c:
865       Fixed bug #402473 – Problems pasting back value when using 
866       thousands separator.
868 2007-01-22 Rich Burridge <rich.burridge@sun.com>
870     * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
872 2007-01-17 Rich Burridge <rich.burridge@sun.com>
874     * gcalctool/gtk.c:
875       Fixed bug #397788 – Need spin control limit for Acc Other popup.
877 2007-01-16 Rich Burridge <rich.burridge@sun.com>
879     * gcalctool/gtk.c:
880       From Thomas Molhave
881       Fixed bug #317786 - copy and paste menu entries are always active.
883 2007-01-08 Rich Burridge <rich.burridge@sun.com>
885     * All copyright messages updated for 2007.
886     * Released a gcalctool tarball for GNOME 2.17.5.
888 2006-12-17 Rich Burridge <rich.burridge@sun.com>
890     * Released a gcalctool tarball for GNOME 2.17.4.
892 2006-12-15 Rich Burridge <rich.burridge@sun.com>
894     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
895       Fixed bug #371669 - Floating Hexadecimal values converting to any.
897 2006-12-08 Rich Burridge <rich.burridge@sun.com>
899     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
900       Fixed bug #381037 – result can not be used for "mod" operation.
902     * Fixed bug #369503 – Problems with 'arithmetic precedence mode'.
904 2006-12-04 Rich Burridge <rich.burridge@sun.com>
906     * Released a gcalctool tarball for GNOME 2.17.3.
908 2006-11-28 Rich Burridge <rich.burridge@sun.com>
910     * gcalctool/gtk.c:
911       Fixed bug #380145 – Markup error in alert message.
913 2006-11-27 Rich Burridge <rich.burridge@sun.com>
915     * gcalctool/gtk.c:
916       In set_win_position(), initialized the x and y variables.
918     * help/C/gcalctool.xml:
919       Fixed bug #367754 - [doc] Update documentation for % operator.
921     * help/C/gcalctool.xml:
922       Fixed bug #367728 - [doc] Update documentation for Mod (Modulus 
923       Division) operation.
925     * help/C/gcalctool.xml:
926       Fixed bug #367715 - [doc] Update doc to mention saving of memory 
927       registers.
929     * help/C/gcalctool.xml:
930       Fixed bug #367718 - [doc] Documentation change needed for 
931       View->Memory Registers menu item inactive.
933     * help/C/gcalctool.xml:
934       Fixed bug #367735 - [doc] Update documentation for Ctrm operation.
936     * help/C/gcalctool.xml:
937       Fixed bug #367740 - [doc] Documentation for Clear Entry and Clear 
938       could be better.
940     * help/C/gcalctool.xml:
941       Fixed bug #367725 - [doc] Update documentation for the Memory 
942       Register Window.
944     * help/C/gcalctool.xml:
945       Fixed bug #367720 - [doc] Documentation change needed for keyboard 
946       shortcuts for buttons with menus associated with them.
948     * help/C/gcalctool.xml:
949       Fixed bug #367712 - [doc] Need to document how to enter scientific 
950       number s with a negative exponent in AOP mode.
952 2006-11-20 Rich Burridge <rich.burridge@sun.com>
954     * gcalctool/gtk.c:
955       Modified patch from Sun Bugster bug #6480076.
956       Made the gcalctool display areas focusable.
958     * help/C/gcalctool.xml:
959       Fixed bug #367722 – [doc] Update documentation for Xor and x^y 
960       operations.
962 2006-11-18 Rich Burridge <rich.burridge@sun.com>
964     * gcalctool/gtk.c:
965       Fixed bug #76572 - Primary selection is not recognised.
967 2006-11-04 Rich Burridge <rich.burridge@sun.com>
969     * Released a gcalctool tarball for GNOME 2.17.2.
971 2006-10-30 Rich Burridge <rich.burridge@sun.com>
973     * gcalctool/calctool.c:
974       gcalctool/calctool.h:
975       gcalctool/display.c:
976       gcalctool/functions.c:
977       gcalctool/get.c:
978       gcalctool/gtk.c:
979       Fixed bug #358782 (http://bugzilla.gnome.org/show_bug.cgi?id=358782)
980       Fixup sloppy string handling.
982     * gcalctool/function.c:
983       Fixup sloppy code indentation.
984       Remove unwanted (commented out) code.
985       Adjusted to /* ... */ style comments.
987 2006-10-23 Rich Burridge <rich.burridge@sun.com>
989     * gcalctool/get.c:
990       From Paul Schulz:
991       Fixed bug #364410 (http://bugzilla.gnome.org/show_bug.cgi?id=364410)
992       Incorrectly rounded pi constant.
994 2006-10-16 Rich Burridge <rich.burridge@sun.com>
996     * Released a gcalctool tarball for GNOME 2.17.1.
998 2006-10-07 Elijah Newren <newren gmail com>
1000     * gcalctool/gtk.c (create_change_mode_dialog): Remove markup from
1001       translatable messages.  #360453
1003 2006-10-03 Rich Burridge <rich.burridge@sun.com>
1005     * gcalctool/display.c:
1006       From Matt Keenan <matt dot keenen at sun period com>
1007       Fixed bug 359291 - crash when localized decimal point is greater 
1008       than 1 char. Removed the bogus assert.
1010 2006-10-01 Rich Burridge <rich.burridge@sun.com>
1012     * gcalctool/calctool.c:
1013       gcalctool/gtk.c:
1014       From Matthias Clasen:
1015       Fixed bug #358337 (http://bugzilla.gnome.org/show_bug.cgi?id=358337)
1016       gcalctool no longer crashes in the Oriya locale due to sloppy string
1017       handling.
1019 2006-09-29 Sami Pietila <sampie@ariana-dsl.utu.fi>
1021     * Fixed pr #354730 - crash in Calculator: running
1022       3x10^38 using bi..
1024 2006-09-28 Sami Pietila <sampie@ariana-dsl.utu.fi>
1026     * Fixed pr #357208 - Bitcalculating extension needs to
1027       support negative numbers
1029 2006-09-22 Rich Burridge <rich.burridge@sun.com>
1031     * gcalctool/calctool.c:
1032       gcalctool/calctool.h:
1033       gcalctool/extern.h:
1034       gcalctool/functions.c:
1035       gcalctool/functions.h:
1036       gcalctool/get.c:
1037       gcalctool/gtk.c:
1038       From Sami Pietila <sampie@ariana-dsl.utu.fi>
1039       Fixed bug #157961 - Bitcalculating extension for gcalctool.
1041 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
1043     * Fixed pr #355648 - Error reporting should be consistent.
1045 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
1047     * Fixed pr #135140 - percent operator works not as expected.
1048         
1049 2006-09-06 Rich Burridge <rich.burridge@sun.com>
1051     * gcalctool/calctool.c:
1052       gcalctool/calctool.h:
1053       gcalctool/get.c:
1054       gcalctool/gtk.c:
1055       Fixed bug #349981 - gcalctool should save screen position for next 
1056       start.
1058 2006-09-04 Rich Burridge <rich.burridge@sun.com>
1060     * Released a gcalctool tarball for GNOME 2.16.0 (Final).
1062 2006-08-18 Rich Burridge <rich.burridge@sun.com>
1064     * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
1066 2006-08-09 Rich Burridge <rich.burridge@sun.com>
1068     * gcalctool/functions.c:
1069       gcalctool/graphics.c:
1070       gcalctool/gtk.c:
1071       Removed several chunks of code that were surronded by #if 0/#endif.
1073 2006-08-07 Rich Burridge <rich.burridge@sun.com>
1075     * gcalctool/display.c:
1076       gcalctool/functions.c:
1077       gcalctool/graphics.c:
1078       Fixed bug #350341 (http://bugzilla.gnome.org/show_bug.cgi?id=350341)
1079       gcalctool now builds again with gcc v2.95.
1081 2006-08-06 Rich Burridge <rich.burridge@sun.com>
1083     * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
1085 2006-07-28 Lucas Rocha <lucasr@gnome.org>
1087     * configure.in:
1088       Removed line for help/es/Makefile.in due to g-d-u migration.
1089     * help/Makefile.am:
1090       Removed es from SUBDIRS due to g-d-u migration. 
1092 2006-07-24 Rich Burridge <rich.burridge@sun.com>
1094     * gcalctool/calctool.c:
1095       More work on bug #347700 
1096       (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
1097       Added another "Note to translators" comment for the Abs button labels.
1099     * configure.in:
1100       Fixed bug #348452 (http://bugzilla.gnome.org/show_bug.cgi?id=348452)
1101       Removed line for help/sv/Makefile.in
1103     * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
1105 2006-07-20 Rich Burridge <rich.burridge@sun.com>
1107     * gcalctool/calctool.c:
1108       Work on bug #347700 (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
1109       Added a "Note to translators" comment for the Bksp and Clr button
1110       labels.
1112 2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
1114     * gcalctool/gtk.c (about_cb): Updated FSF postal address.
1116 2006-07-10 Rich Burridge <rich.burridge@sun.com>
1118     * Released a gcalctool tarball for GNOME 2.15.4.
1120 2006-06-09 Rich Burridge <rich.burridge@sun.com>
1122     * Released a gcalctool tarball for GNOME 2.15.3.
1124 2006-06-01 Rich Burridge <rich.burridge@sun.com>
1126     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1127       Fixed bug #343150 (http://bugzilla.gnome.org/show_bug.cgi?id=343150)
1128       Gcalctool no longer crashes when switching to scientific mode.
1130 2006-05-16 Rich Burridge <rich.burridge@sun.com>
1132     * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
1134 2006-05-15 Rich Burridge <rich.burridge@sun.com>
1136     * Released a gcalctool tarball for GNOME 2.15.2.
1138 2006-05-10 Rich Burridge <rich.burridge@sun.com>
1140     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1141       Fixup compiler warnings from inclusion of last patch.
1143 2006-05-08 Rich Burridge <rich.burridge@sun.com>
1145     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1146       Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
1147       Backspace results in mal-formed expression.
1149     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1150       - = button is now also a one step undo. (This feature was temporary 
1151         disabled by the previous redo/undo patch.)
1153       - Removed gotos from do_expression function. (This change might add
1154         unstability as this is a major change to the expression mode state
1155         machine.)
1157       - Functions (such as sin, cos, tan..) can use previously calculated
1158         value.
1160 2006-05-01 Rich Burridge <rich.burridge@sun.com>
1162     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1163       First cut at an Undo/Redo implementation for use with the arithmetic
1164       operator precedence mode.
1166 2006-04-25 Rich Burridge <rich.burridge@sun.com>
1168     * Respun the gcalctool tarball for GNOME 2.15.1 because intltool
1169       is not Solarisized. It's generated constructs in .../po/Makefile.in.in
1170       that do not work on Solaris. The hack fix was to change the SHELL
1171       definition in .../po/Makefile.in.in to /bin/bask before running
1172       make; make install; make dist
1174     * Removed the no entry from the po/LINGUAS file.
1176 2006-04-24 Rich Burridge <rich.burridge@sun.com>
1178     * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
1180     * Released a gcalctool tarball for GNOME 2.15.1.
1182 2006-04-24 Rich Burridge <rich.burridge@sun.com>
1184     * Fixed bug #337897 (http://bugzilla.gnome.org/show_bug.cgi?id=337897)
1185       Changes to use po/LINGUAS file.
1187 2006-04-17  Kjartan Maraas <kmaraas@gnome.org>
1189     * configure.in: Remove obsolete entry for no_NO.
1190     * po/no.po: And the translation.
1192 2006-04-12 Rich Burridge <rich.burridge@sun.com>
1194     * Fixed bug #338220 (http://bugzilla.gnome.org/show_bug.cgi?id=338220)
1195       The 'Show trailing zeroes' option in the View menu should now be
1196       correctly set [in]sensitive depending upon which mode it's in.
1198 2006-03-31 Rich Burridge <rich.burridge@sun.com>
1200     * Further work on the gcalctool automated test tools:
1201       - Now allows comment lines starting with '#' to be read (and ignored)
1202         in the input file. Same for blank lines.
1204       - Added a listener to not start reading standard input until the 
1205         application see a "focus:" event for gcalctool.
1207       - Adjusted the isApplication() routine in runtests.py to check for
1208         None.
1210 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1212     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1213       Fixed bug #332023 (http://bugzilla.gnome.org/show_bug.cgi?id=332023)
1214       The bitwise operators now work in arithmetic operator precedence
1215       mode, when you use them with the result of a previous operation.
1217 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1219     * Fixed bug #327729 (http://bugzilla.gnome.org/show_bug.cgi?id=327729)
1220       The fields in the memory register window were not correctly aligned
1221       in some themes. In the create_rframe() routine in gtk.c, the code has
1222       been changed to use a gtk_table rather than ten gtk_hbox's.
1224 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1226     * Fixed bug #330867 (http://bugzilla.gnome.org/show_bug.cgi?id=330867)
1227       Added License info to the Gcalctool About dialog.
1229 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1231     * Fixed bug #335095 (http://bugzilla.gnome.org/show_bug.cgi?id=335095)
1232       Gcalctool no longer displays the current mode in the title bar when 
1233       in Basic mode (due to lack of space).
1235 2006-03-27  Tommi Vainikainen  <thv@iki.fi>
1237     * .cvsignore, Makefile.am, configure.in, omf.make, xmldocs.make,
1238         m4/.cvsignore: Migrated to gnome-doc-utils build system for user
1239         manuals.
1241 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1243     * From Ross Burton <ross at burtonini dot com>
1244       Fixed bug #335236 (http://bugzilla.gnome.org/show_bug.cgi?id=335236)
1245       Gcalctool schemas files should be installed if built with
1246       "--without-gnome".
1248 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1250     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1251       Adjustments to the AOP code so that e to the power of x gives the
1252       correct answer at high precision.
1254 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
1256     * configure.in (ALL_LINGUAS): Added Dzongkha (dz).
1258 2006-03-17 Rich Burridge <rich.burridge@sun.com>
1260     * Added .../test/non_aop_input.txt, the start of an test file for
1261       gcalctool in non-arithmetic operator precedence mode.
1263 2006-03-13 Rich Burridge <rich.burridge@sun.com>
1265     * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1267 2006-03-02 Rich Burridge <rich.burridge@sun.com>
1269     * From Elijah Newren <newren at gmail dot com>
1270       Fix for bug #333078 (http://bugzilla.gnome.org/show_bug.cgi?id=333078)
1271       cvs fails to build due to bg translation of help.
1273     * From Alexander Shopov <ash at contact dot bg>
1274       Inclusion of a translation of gcalctool help for the bg locale.
1276 2006-02-27 Rich Burridge <rich.burridge@sun.com>
1278     * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1280 2006-02-12 Rich Burridge <rich.burridge@sun.com>
1282     * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1284 2006-01-30 Rich Burridge <rich.burridge@sun.com>
1286     * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1288 2006-01-23 Rich Burridge <rich.burridge@sun.com>
1290     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1291       Refixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1292       The recent changes to the square root and subtraction button labels
1293       broke the token parser for arithmetic operator precedence.
1295 2006-01-19 Rich Burridge <rich.burridge@sun.com>
1297     * Added the start of an automated test framework for gcalctool, written
1298       in Python, under the new "test" sub-directory. See the comments at the
1299       beginning of runtests.py for more information.
1301 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1303     * Fixed bug #327124 (http://bugzilla.gnome.org/show_bug.cgi?id=327124)
1304       Changes to fix bug #326344 had the side-effect of causing the CE
1305       button to no longer work correctly.
1307 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1309     * Fixed bug #327214 (http://bugzilla.gnome.org/show_bug.cgi?id=327214)
1310       The results from performing trig functions were not being passed on
1311       to future calculations correctly (in non-arithmetic operator precedence 
1312       mode).
1314 2006-01-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
1316     * Used U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1317       for division sign, as discussed in
1318       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00137.html
1319       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00157.html
1321 2006-01-13 Rich Burridge <rich.burridge@sun.com>
1323     * Released a gcalctool tarball for GNOME 2.13.5.
1325 2006-01-12 Rich Burridge <rich.burridge@sun.com>
1327     * From Wouter Bolsterlee
1328       Fixed bug #323149 (http://bugzilla.gnome.org/show_bug.cgi?id=323149)
1329       Gcalctool now uses the Unicode symbols for division, multiplication, 
1330       plus/minus, minus and square root.
1332 2006-01-10 Rich Burridge <rich.burridge@sun.com>
1334     * Fixed bug #326344 (http://bugzilla.gnome.org/show_bug.cgi?id=326344)
1335       The bit display of large numbers (in non-arithmetic operator precedence
1336       mode with the scientific view) now hopefully works correctly.
1338       It no longer converts the displayed number to a double then a long 
1339       long, which is where the loss of accuracy was occuring.
1341       This also involved adding a couple of parameters to the make_fixed() 
1342       routine in display.c to make it more generally useful for things like 
1343       this.
1345 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1347     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1348       Fixed bug #142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1349       Gcalctool no longer ignores locale specific numeric point in
1350       arithmetic operator precedence mode.
1352     * Adjusted all the copyright messages to include 2006.
1354 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1356     * Fixed bug #325074 (http://bugzilla.gnome.org/show_bug.cgi?id=325074)
1357       Gcalctool no longer crashes when you double click the 0 in the 
1358       display area. Problem was the return value of the mouse_button_cb()
1359       routine in gtk.c.
1361 2005-12-30  Abel Cheung  <maddog@linuxhall.org>
1363     * configure.in: Added "zh_HK" to ALL_LINGUAS.
1365 2005-12-23 Rich Burridge <rich.burridge@sun.com>
1367     * Released a gcalctool tarball for GNOME 2.13.4.
1369 2005-12-21 Rich Burridge <rich.burridge@sun.com>
1371     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1372       Final fix for bug #153854 
1373       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1374       Now handles the case where the first thing the user does is 
1375       change mode (Basic, Financial, Advanced, Scientific) in AOP mode.
1377 2005-12-19 Rich Burridge <rich.burridge@sun.com>
1379     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1380       Fixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1381       Sqrt (and other similar operations) no longer fail in non-English 
1382       locales
1384 2005-12-13 Rich Burridge <rich.burridge@sun.com>
1386     * Fixed bug #324001 (http://bugzilla.gnome.org/show_bug.cgi?id=324001)
1387       Primary Selection (middle mouse button) is now working.
1389 2005-12-12 Rich Burridge <rich.burridge@sun.com>
1391     * Released a gcalctool tarball for GNOME 2.13.3.
1393 2005-11-28 Rich Burridge <rich.burridge@sun.com>
1395     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1396       More work on bug #153854 
1397       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1398       Similar change to that made on 15th November 2005, this time for
1399       arithmetic operator precedence (AOP) mode. Still need to correct 
1400       handle this is AOP mode if it's the first thing the user does.
1402 2005-11-17 Rich Burridge <rich.burridge@sun.com>
1404     * Slight fixup for bug #157961. The toggling of the first bit in the
1405       bit panel wasn't working correctly. The long long lval variable in
1406       the bit_toggled() routine in gtk.c needed to be made unsigned.
1408 2005-11-15 Rich Burridge <rich.burridge@sun.com>
1410     * More work on bug #153854 
1411       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1412       If the user has completed a calculation and we are going to a
1413       new mode that is "compatible" with this one, then just change
1414       modes. Otherwise display a dialog warning the user that the
1415       current calculation will be cleared.
1417       Incompatible modes are:
1419       Scientific -> Basic
1420       Scientific -> Advanced
1421       Scientific -> Financial
1423       (unless we are in Scientific mode with Decimal numeric base and Fixed).
1424       These changes work nicely in non-arithmetic operator precedence mode.
1425       For some reason, the display is still being cleared in arithmetic
1426       operator precedence mode. Keeping the bug open and transferring to 
1427       Sami for further evaluation.
1429 2005-11-14 Rich Burridge <rich.burridge@sun.com>
1431     * Released a gcalctool tarball for GNOME 2.13.2.
1433 2005-11-03 Rich Burridge <rich.burridge@sun.com>
1435     * Fixed bug #316755 (http://bugzilla.gnome.org/show_bug.cgi?id=316755)
1436       Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect: 
1437       assertion `window != NULL' failed" warnings at startup.
1439 2005-10-27 Rich Burridge <rich.burridge@sun.com>
1441     * Fixed bug #319934 (http://bugzilla.gnome.org/show_bug.cgi?id=319934)
1442       The percent operator was broken in non-arithmetic operator precedence
1443       mode.
1445 2005-10-13 Rich Burridge <rich.burridge@sun.com>
1447     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1448       Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1449       Exponential notation now works correctly in arithmetic operator
1450       precedence mode.
1452 2005-09-26 Rich Burridge <rich.burridge@sun.com>
1454     * Slight adjustment to the bit panel. It's now centralized.
1456 2005-09-23 Rich Burridge <rich.burridge@sun.com>
1458     * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1459       needed to also preserve v->toclear and v->pointed.
1461     * Work on enhancement request #157961
1462       (http://bugzilla.gnome.org/show_bug.cgi?id=157961).
1463       Started to implement the bit panel for non-arithmetic precedence mode.
1464       It's automatically displayed when in Scientific mode.
1466 2005-09-19 Rich Burridge <rich.burridge@sun.com>
1468     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1469       Implemented enhancement request #148104 for arithmetic precedence
1470       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1471       The modulo operation. See entry below for more details.
1473 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1475     * Fixed bug #316382 (http://bugzilla.gnome.org/show_bug.cgi?id=316382)
1476       The "useless" cursor is no longer displayed in the calculator 
1477       display area.
1479 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1481     * Implemented enhancement request #148104 for non-arithmetic precedence
1482       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1483       Added in a modulo operation. This is available in Scientic Mode.
1484       A Mod B return the remainder when you divide A by B. A and B must be
1485       integers. Keyboard shortcut for this operation is "M".
1487 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1489     * Fixed bug #162453 (http://bugzilla.gnome.org/show_bug.cgi?id=162453)
1490       The memory register dialog now uses GtkEntry widgets to display the
1491       register values. Gnopernicus can now correctly speak the contents of 
1492       each memory register. There is also a close button to easily dismiss 
1493       this dialog.
1495 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1497     * Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=312609)
1498       The memory register window is now a dialog rather than a top-level 
1499       window.
1501 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1503     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1504       Fixed bug #311307 (http://bugzilla.gnome.org/show_bug.cgi?id=311307)
1505       Fix to prevent invalid numeric entry in arithmetic operator precedence
1506       mode, depending upon the current base.
1508 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1510     * From yselkowitz at users dot sourceforge dot net
1511       A number of the bison- and flex-related make rules in 
1512       .../gcalctool/Makefile.am were broken when builddir != srcdir. 
1514 2005-08-26 Rich Burridge <rich.burridge@sun.com>
1516     * From dmacks at netspace dot org
1517       Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=314540)
1518       The libparser.a library needs ranlib run on it for Mac OS X.
1520 2005-08-24 Rich Burridge <rich.burridge@sun.com>
1522     * From Diego Petten? <flameeyes at gentoo dot org>
1523       Fixed bug #314375 (http://bugzilla.gnome.org/show_bug.cgi?id=314375)
1524       Replaced usage of malloc.h with stdlib.h in syntax_translation.c
1526 2005-08-22 Rich Burridge <rich.burridge@sun.com>
1528     * Generated release for GNOME 2.12 (RC)
1530     * From Olaf Heiring <olh at suse dot de> (via Rodrigo Moya)
1531       Changed type of argument in paren_disp from char to int for 64bit.
1533 2005-08-11 Rich Burridge <rich.burridge@sun.com>
1535     * Fixed bug #313255 (http://bugzilla.gnome.org/show_bug.cgi?id=313255)
1536       The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1538 2005-08-08 Rich Burridge <rich.burridge@sun.com>
1540     * Generated release for GNOME 2.11.91 (beta2).
1542 2005-08-04  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
1544     * configure.in: Added "te" to ALL_LINGUAS
1546 2005-08-03 Sami Pietila <sampie@ariana-dsl.utu.fi>
1548     * Fixed pr310167. Removed "ans" from the list of translated words.
1549         
1550 2005-07-25 Rich Burridge <rich.burridge@sun.com>
1552       Fixed bug #311306 (http://bugzilla.gnome.org/show_bug.cgi?id=311306)
1553       If the user was in View->Scientific with base Bin, Oct or Hex and 
1554       then went to View->Basic, then returned to View->Scientific, some of
1555       the numeric keys were incorrectly greyed out.
1557 2005-07-19 Rich Burridge <rich.burridge@sun.com>
1559     * From Christian Krause <chkr at plauener dot de>
1560       Fixed bug #310849 (http://bugzilla.gnome.org/show_bug.cgi?id=310849)
1561       Gcalctool no longer crashes when pressing the "B" button (or typing 
1562       Shift-B).
1564 2005-07-18 Rich Burridge <rich.burridge@sun.com>
1566     * Fixed bug #310791 (http://bugzilla.gnome.org/show_bug.cgi?id=310791)
1567       Memory register window view logic was screwed.
1569 2005-07-15 Rich Burridge <rich.burridge@sun.com>
1571     * From Jens Granseuer <jenssgr at gmx dot net>
1572       Fixed bug #310441 (http://bugzilla.gnome.org/show_bug.cgi?id=310441)
1573       Adjusted code to compile with gcc 2.95.2. (There was an assert before
1574       variable declarations in do_tfunc() in functions.c
1576 2005-07-11 Rich Burridge <rich.burridge@sun.com>
1578     * Fixed bug #153854 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1579       When the user changes modes, a warning dialog is displayed to let
1580       them know that their current display will be cleared and the base
1581       reset to decimal. The user has the option of checking a toggle box
1582       on the dialog, that will prevent this warning from being displayed 
1583       again.
1585 2005-07-01 Rich Burridge <rich.burridge@sun.com>
1587     * From Matt Keenan <matt.keenan@sun.com>
1588       Fixed bug #309294 (http://bugzilla.gnome.org/show_bug.cgi?id=309294)
1589       Adjustments to allow gcalctool to successfully build on Solaris with
1590       pkgconfig >= 0.17.1
1592 2005-06-30 Rich Burridge <rich.burridge@sun.com>
1594     * Fixed bug #309182 (http://bugzilla.gnome.org/show_bug.cgi?id=309182)
1595       In non-arithmetic precdence mode, gcalctool can now correctly change
1596       the sign of the exponent on scientific numbers again. The problem was
1597       caused by a chunk of code being removed from the handling of the 
1598       "+/-" case when the arithmetic operator precedence code was merged in.
1600 2005-06-21 Rich Burridge <rich.burridge@sun.com>
1602     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1603       Fixed bug #308408 (http://bugzilla.gnome.org/show_bug.cgi?id=308408)
1604       gcalctool can now correctly convert the hexadecimal numbers "A-F"
1605       to other bases in "use arithmetic operator precedence mode".
1607 2006-06-10  Jordi Mallach  <jordi@debian.org>
1609         * gcalctool/gcalctool.1: Fix two typos (Debian Bug#310356).
1611 2006-06-03  Christian Rose  <menthos@menthos.com>
1613         * configure.in: Added "gl" to ALL_LINGUAS.
1615 2005-05-31 Rich Burridge <rich.burridge@sun.com>
1617     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1618       Fixed bug #305619 (http://bugzilla.gnome.org/show_bug.cgi?id=305619)
1619       Calculations with stored register values in arithmetic operator 
1620       precedence mode, now work correctly.
1622 2005-05-26 Rich Burridge <rich.burridge@sun.com>
1624     * From Christian Krause <chkr at plauener dot de>
1625       Fixed bug #305034 (http://bugzilla.gnome.org/show_bug.cgi?id=305034)
1626       In "Use Arithmetic Precedence" mode, when switching the format 
1627       (e.g. from ENG to FIX), the displayed value switches to zero (in the 
1628       corresponding format, so e.g. 0.0 or 0e+0, ...).
1630 2005-05-25 Rich Burridge <rich.burridge@sun.com>
1632     * Fixed bug #305467 (http://bugzilla.gnome.org/show_bug.cgi?id=305467)
1633       gcalctool no longer crashes under the following scenerio:
1634       - type "f" to bring up the user function menu.
1635       - dismiss the menu by clicking elsewhere with the mouse.
1636       - type another character which isn't in the range "0" to "9".
1638 2005-05-18 Rich Burridge <rich.burridge@sun.com>
1640     * Did a gcalctool tarball release.
1642 2005-05-16 Rich Burridge <rich.burridge@sun.com>
1644     * Fixed bug #304056 (http://bugzilla.gnome.org/show_bug.cgi?id=304056)
1645       Adjusted the keyboard shortcuts for the Xor and x^y operations.
1646       New values are:
1647       Xor - 'x'
1648       x^y - '^'
1650 2005-05-02 Rich Burridge <rich.burridge@sun.com>
1652     * From Paolo Borelli <pborelli at katamail dot com>
1653       Fixed bug #302555 (http://bugzilla.gnome.org/show_bug.cgi?id=302555)
1654       Various gcalctool variables have now been const'ified.
1656 2005-04-21 Rich Burridge <rich.burridge@sun.com>
1658     * From Vincent van Adrighem <adrighem at gnome dot org>
1659       Fixed bug #300957 (http://bugzilla.gnome.org/show_bug.cgi?id=300957)
1660       Replaced the underscore character in "translator_credits" with a
1661       hyphen, to prevent some translation tools from being confused.
1663 2005-04-13 Rich Burridge <rich.burridge@sun.com>
1665     * More work on bug #172704. 
1666       - Adjusted the code to not try to display a menu when the user 
1667         entered a left parentheses (another do_pending() type of 
1668         operation).
1669       - Toggling the "Show Trailing Zeroes" operation via keyboard
1670         shortcuts, needed to clear the v-.pending flag.
1672 2005-04-11 Rich Burridge <rich.burridge@sun.com>
1674     * Fixed up some problems reported by lint.
1676 2005-04-07 Rich Burridge <rich.burridge@sun.com>
1678     * Fixed bug #172704 (http://bugzilla.gnome.org/show_bug.cgi?id=172704)
1679       Fixed bug #172869 (http://bugzilla.gnome.org/show_bug.cgi?id=172869)
1680       When the user now uses the keyboard shortcut for any of the gcalctool
1681       buttons that have a menu associated with them, that menu is now displayed.
1682       The user can use the arrow keys to select a menu item or the menu items 
1683       shortcut.
1685 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1687     * From Alan Horkan <horkana@tcd.ie>
1688       Fixed bug #171393 (http://bugzilla.gnome.org/show_bug.cgi?id=171393)
1689       Allow stock labels to show through. Should make translation that 
1690       little bit easier. 
1692 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1694     * Refixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1695       The Help->Contents menu item no longer appears if gcalctool is built
1696       Gtk-only.
1698 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1700     * Fixed bug #172798 (http://bugzilla.gnome.org/show_bug.cgi?id=172798)
1701       gtk_set_locale was already being run by gtk_init() and the gtk about 
1702       popup didn't have the gcalctool icon.
1704 2005-03-31  Steve Murphy  <murf@e-tools.com>
1706     * configure.in: Added "rw" to ALL_LINGUAS.
1708 2005-03-28  Abel Cheung  <maddog@linuxhall.org>
1710     * configure.in: Added "tr" to ALL_LINGUAS.
1712 2005-03-31 Sami Pietila <sampie@ariana-dsl.utu.fi>
1714     * Fix for bug #172150
1715     * Minor fix: the initial zero value is not anymore used as a
1716       function parameter.
1718 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1720     * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1721       the on-screen keyboard assistive technology, it's possible that the 
1722       event returned by gtk_get_current_event() is NULL. If this is the 
1723       case, we need to fudge the popping up on the menu associated with 
1724       this menu button.
1726 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1728     * Fixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1729       You can now build gcalctool without the GNOME libraries by specifying
1730       "--disable-gnome" on the configure command line.
1732 2005-03-22  Adi Attar  <aattar@cvs.gnome.org>
1734         * configure.in: Added 'xh' to ALL_LINGUAS.
1736 2005-03-19 Sami Pietila <sampie@ariana-dsl.utu.fi>
1738     * Fix for bug #168385
1739     * Minor cleanups
1740         
1741 2005-03-10 Rich Burridge <rich.burridge@sun.com>
1743     * Fixed bug #167479 (http://bugzilla.gnome.org/show_bug.cgi?id=167479)
1744       gcalctool with set the View->Memory Registers menu item inactive if
1745       the calculator is in Basic mode.
1747 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1749     * Fixed bug #169196 (http://bugzilla.gnome.org/show_bug.cgi?id=169196)
1750       gcalctool now uses use g_get_home_dir().
1752     * Added in a better implementation of the trig_filter() routine in 
1753       functions.c
1755     * Fixed bug #168694 (http://bugzilla.gnome.org/show_bug.cgi?id=168694)
1756       gcalctool now saves/restores the ten memory register values as gconf 
1757       resources.
1759     * Removed the redundant process_str() routine in graphics.c
1761 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1763     * Version for GNOME 2.10.0 (final) call for tarballs.
1765 2005-03-07 Irene Ryan <irene.ryan@sun.com>
1766                         (on behalf of Maeve Anslow)
1768         * help/C/gcalctool.xml; updated help manual
1769         * help/C/gcalctool-C.omf; updated OMF file details
1770         * help/C/l10n.txt; updated instructions for L10N
1771         * help/C/figures/gcalctool_basic_window.png; updated screenshot
1772         * help/C/figures/gcalctool_scientific_window.png; updated screenshot
1773         
1774 2005-02-28 Rich Burridge <rich.burridge@sun.com>
1776     * Version for GNOME 2.10.0 (rc1) call for tarballs.
1778 2005-02-27 Rich Burridge <rich.burridge@sun.com>
1780     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1781       Partial fix for bug 168385 
1782       (http://bugzilla.gnome.org/show_bug.cgi?id=168385)
1783       "F+F=" wasn't working in arithmetic operator precedence mode.
1785 2005-02-18 Rich Burridge <rich.burridge@sun.com>
1787     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1788       Changes to make the trigonometric code work with hyp and inv
1789       properly.
1791 2005-02-15 Rich Burridge <rich.burridge@sun.com>
1793     * The fix for bug #162998 was incorrect when in Arithmetic Precedence
1794       mode. Had to remove an extra bogus signal handler that shouldn't
1795       have been connected up for menu-type buttons.
1797     * Exch functionality was incorrect in Arithmetic Precedence mode.
1799     * Left and Right shift operations weren't working correctly. Menu
1800       name comparison in mb_proc() in gtk.c was incorrect.
1802 2005-02-11 Rich Burridge <rich.burridge@sun.com>
1804     * Fixed bug 167124 (http://bugzilla.gnome.org/show_bug.cgi?id=167124)
1805       One of the entries in the words[] array in syntax_translation.c was
1806       accidentally commented out.
1808 2005-02-08 Rich Burridge <rich.burridge@sun.com>
1810     * From Dennis Cranston <dennis_cranston at yahoo com>
1811       Fixed bug 166634 (http://bugzilla.gnome.org/show_bug.cgi?id=166634)
1812       Call to create the About box was missing a NULL terminator.
1814 2005-02-07 Rich Burridge <rich.burridge@sun.com>
1816     * Adjusted all copyright messages to be 2005.
1817     * Version for GNOME 2.10.0 (beta2) call for tarballs.
1819 2005-02-03 Rich Burridge <rich.burridge@sun.com>
1821     * From Naveen & Team < naveenchandranv@gmail.com >
1822       Fixed bug #165522 (http://bugzilla.gnome.org/show_bug.cgi?id=165522)
1823       Made the status bar non-resizable.
1825 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1827     * From Mariano Suárez-Alvarez <msuarezalvarez at arnet dot com dot ar>
1828       Various code cleanups. It moves some declarations of static functions 
1829       to the corresponding .c files. It also cuts down the number of 
1830       included files, moving some includes to where they are needed from 
1831       calctool.h.
1833 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1835     * From Kristof Vansant <de_lupus at pandora dot be>
1836       Adjusted the About dialog to use the latest GtkAbout widget.
1838 2005-01-24 Rich Burridge <rich.burridge@sun.com>
1840     * Version for GNOME 2.10.0 (beta1) call for tarballs.
1842 2005-01-21 Rich Burridge <rich.burridge@sun.com>
1844     * Fixed bug #162998 (http://bugzilla.gnome.org/show_bug.cgi?id=162998)
1845       The "menu" buttons in gcalctool now responds to the "clicked" event
1846       rather than the "button-press-event" to allow gok, the on-screen 
1847       keyboard to function properly.
1849     * Fixed bug #159957 (http://bugzilla.gnome.org/show_bug.cgi?id=159957)
1850       Input number in FIX mode now make mimimal changes to (i.e append a
1851       single character) the display rather than completely delete and
1852       insert it. The is helpful to assistive technologies like gnopernicus.
1854 2005-01-18 Rich Burridge <rich.burridge@sun.com>
1856     * Fixed bug #164184 (http://bugzilla.gnome.org/show_bug.cgi?id=164184)
1857       Adjusted location of comments in syntax_translation.c so that the
1858       L10N message translation software isn't confused.
1860 2005-01-12 Rich Burridge <rich.burridge@sun.com>
1862     * Fixed bug #163468 (http://bugzilla.gnome.org/show_bug.cgi?id=163468)
1863       Pressing "(<Del>)" would cause gcalctool to crash.
1865 2004-01-10 Rich Burridge <rich.burridge@sun.com>
1867     * Version for GNOME 2.9.4 call for tarballs.
1869 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1871     * From Pádraig Brady < P at draigBrady dot com >
1872       Couldn't use the "#" key to select constants as this symbol was
1873       a lower-case symbol on his keyboard.
1875     * From Pádraig Brady < P at draigBrady dot com >
1876       Powers that were a multiple of 30 (10 as well as 3) would not 
1877       display correctly, having a 4 digit significand. Further testing 
1878       showed that without the fix the following powers had a 4 digit 
1879       significand: 27,30, 57,60, 90, 96 (and every 3 from here on). 
1881 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1883     * Fixed bug #161976 (http://bugzilla.gnome.org/show_bug.cgi?id=161976).
1884       configure.in now checks to make sure that atk >= 1.5
1886 2005-01-03 Naveen & Team < naveenchandranv@gmail.com >
1888     * Fixed bug #155101 (http://bugzilla.gnome.org/show_bug.cgi?id=155101).
1889       Made the gcalctool window resizable.
1891 2004-12-21 Rich Burridge <rich.burridge@sun.com>
1893     * Version for GNOME 2.9.3 call for tarballs.
1895 2004-12-17 Rich Burridge <rich.burridge@sun.com>
1897     * Fixed bug #160929 (http://bugzilla.gnome.org/show_bug.cgi?id=160929).
1898       Removed the "Mode" word from each of the different mode menu items 
1899       in the gcalctool View menu.
1901 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1903     * From Hidetoshi Tajima <Hidetoshi dor Tajima at Sun dot COM>
1904       Fixed bug #157701 (http://bugzilla.gnome.org/show_bug.cgi?id=157701).
1905       gcalctool can now use real multiplication and division symbols
1906       instead of "*" and "/". This is done via locale string translations.
1907       There is now a new en_US.po message file included with the
1908       distribution.
1910     * Latest that same day...
1911       Adjusted the multiplication and division entries in the en_US.po
1912       file to be "*' and "/" to stop the Ximian tinderbox build breaking.
1913       This "fix" needs further investigating.
1915 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1917     * Fixed bug #160088 (http://bugzilla.gnome.org/show_bug.cgi?id=160088).
1918       Adjusted the titlebar text so that it doesn't include the word "Mode"
1919       which was getting chopped when the calculator was in Basic mode.
1921 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1923     * Fixed bug #157962 (http://bugzilla.gnome.org/show_bug.cgi?id=157962).
1924       Added in a set of three colors for gcalctool that will work with 
1925       the default theme. To use them, the "gcalctoolrc" file supplied with
1926       the source distribution needs to be moved to ~/.gcalctoolrc
1928 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1930     * Generated gcalctool tarball for the GNOME 2.9.2 release.
1932 2004-11-15 Rich Burridge <rich.burridge@sun.com>
1934     * Fixed bug #158357 (http://bugzilla.gnome.org/show_bug.cgi?id=158357).
1935       Removed the -DGNOME_DISABLE_DEPRECATED and the -DGTK_DISABLE_DEPRECATED
1936       flags from the INCLUDES definition in .../gcalctool/Makefile.am for now,
1937       to allow it to successfully build against the latest GNOME/Gtk+.
1939     * Slight adjustment to correct check the Advanced mode menu item when
1940       the user had previously terminated gcalctool in that mode.
1942     * Adjusted the scroll_right() routine to only scroll right if the 
1943       horizontal scroll bar is visible.
1945 2004-11-14 Rich Burridge <rich.burridge@sun.com>
1947     * Changed the names of the gconf mode type key so that there is
1948       backward compatibility. Old key name was "mode". New key name
1949       id "modetype".
1951     * Reset the initial default mode to BASIC.
1953 2004-11-11 Rich Burridge <rich.burridge@sun.com>
1955     * From Sebastien Estienne <sebastien dot estienne at gmail.com>
1956       Changes to add in a very basic mode for gcalctool. Rather than calling
1957       this a "Light" mode, the existing "Basic" mode is now renamed to
1958       "Advanced" and the new basic mode is called "Basic".
1960       Took a different approach from Sebastien in implementing this, so that
1961       I could easily add in an extra row of buttons over what he'd sent in 
1962       his patch.  These are Bksp, CE, Clr and +/- (change sign).
1964     * Fixed bug #157757 (http://bugzilla.gnome.org/show_bug.cgi?id=157757)
1965       The horizontal scrollbar for the display area will now only be visible
1966       when needed. It will also display the rightmost part of the display
1967       as you are entering new input.
1969 2004-11-04 Sami Pietila <sampie@ariana-dsl.utu.fi>
1971     * Converted parsers to use calc_xpowy() instead of mppwr2().
1972     * Addressed some compiler warnings
1974 2004-11-03 Rich Burridge <rich.burridge@sun.com>
1976     * Partial fix for bug #157021 
1977       (http://bugzilla.gnome.org/show_bug.cgi?id=157021).
1978       Changes have been added to fix this for non-arithmetic precedence mode.
1979       for x ^ y, if x is negative and y is an integer, then the mppwr() MP
1980       routine is used instead of mppwr2(). Added a new calc_xpowy() routine 
1981       in mpmath.c to do this calculation. Also added a show_error() routine
1982       to functions.c to display the error in the status bar if the user
1983       enters -X with non-integer Y.
1985 2004-11-02 Sami Pietila <sampie@ariana-dsl.utu.fi>
1987     * -x^y was intepreted -(x^y). Fixed. 
1988     * Also removed implicit multiplication as it caused problems.
1990 2004-11-01 Rich Burridge <rich.burridge@sun.com>
1992     * Generated gcalctool tarball for first GNOME 2.9 release.
1994 2004-10-15 Sami Pietila <sampie@ariana-dsl.utu.fi>
1996     * Fixed pr 148639.  
1998 2004-09-30 Rich Burridge <rich.burridge@sun.com>
2000     * Slight adjustment to bug #152301
2001       (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
2002       The tooltip message had been tweaked to 
2003       "Show the About Gcalctool dialog".
2005 2004-09-28 Pawan Chitrakar 
2007         * configure.in: Added "ne" Nepali in ALL_LINGUAS
2009 2004-09-27 Rich Burridge <rich.burridge@sun.com>
2011     * From Christian Rose <menthos at menthos dot com>
2012       Fixed bug #152301 (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
2013       Adjusted the tooltip message for Help->About... from "Show about help"
2014       to "Show the about dialog", to make it more understandable.
2016 2004-09-27 Rich Burridge <rich.burridge@sun.com>
2018     * From Heikki Tauriainen <heikki dot tauriainen at hut dot fi>
2019       Fixed bug #153726 (http://bugzilla.gnome.org/show_bug.cgi?id=153726)
2020       Gcalctool will now build correctly when using the -fno-common option 
2021       for gcc (3.3.4).
2023 2004-09-26 Sami Pietila <sampie@ariana-dsl.utu.fi>
2025     * Numerical localization (and thousand separator) disabled if an expression
2026       with parenthesis is entered in non-arithmetic precedence mode.
2027       
2028 2004-09-24 Rich Burridge <rich.burridge@sun.com>
2030     * If the accuracy was changed via one of the ten preset menu items
2031       in the Acc menu, the tooltip wasn't getting correct updated with 
2032       the new accuracy.
2034 2004-09-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
2036     * Numerical answer localization and thousand separator support
2037       for arithmetic precedence mode.
2039 2004-09-02 Rich Burridge <rich.burridge@sun.com>
2041     * Fixed rfe #147803 (http://bugzilla.gnome.org/show_bug.cgi?id=147803)
2042       Further changes to the "Set Precision" popup.
2043       - "Significant places" not "Significant Places".
2044       - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is
2045         the current precision, and be in the same radio box group as 
2046         the other menu items. Check the appropriate menu entry
2047       - Adjust the Acc button tooltip to show the current accuracy too.
2048       - When the user attempts to enter an invalid entry in the Set 
2049         Precision popup, an error message is shown in the main gcalctool 
2050         status bar.
2051       - the other Acc radio button items (0-9) need to have mnemonics (_0,
2052         _1 ...).
2054     * From Jens Granseuer (jensgr at gmx dot net)
2055       Fixed bug #152790 (http://bugzilla.gnome.org/show_bug.cgi?id=152790)
2056       Most of the changes needed were already in CVS; there was one compiler
2057       warning that still needed to be removed.
2059     * Storing the display value to a memory register was not updating the
2060       memory register window, if it was visible.
2062 2004-09-02 Rich Burridge <rich.burridge@sun.com>
2064     * Added in functionality to set the number of significant places > 9.
2065       There is a new menu item under the Acc menu called "Set Precision..."
2066       that brings up a small popup allowing you to set precision between 0
2067       and MAXACC significant places (where MAXACC is currently 30).
2069 2004-09-08  Gora Mohanty  <gmohanty@cvs.gnome.org>
2070                                                                                 
2071         * configure.in: Added 'or' to ALL_LINGUAS.
2073 2004-08-24 Breda McColgan <breda.mccolgan@sun.com>
2075         * help/C/gcalctool.xml: Updated for GNOME 2.8, technical review draft   * help/C/gcalctool-C.omf: Updated for GNOME 2.8
2076         * help/C/l10n.txt: Updated for GNOME 2.8
2077         * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.8
2079 2004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
2081         * configure.in: Add Â«nb» to ALL_LINGUAS.
2083 2004-08-16  Christian Rose  <menthos@menthos.com>
2085         * configure.in: Added "bs" to ALL_LINGUAS.
2087 2004-08-02 Rich Burridge <rich.burridge@sun.com>
2088     
2089     * Refixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
2090       This time removed the .../help/<locale>omf_timestamp files as well.
2092 2004-08-01 Sami Pietila <sampie@ariana-dsl.utu.fi>
2094     * (Re)implemented paste functionality.
2096 2004-07-27 Rich Burridge <rich.burridge@sun.com>
2098     * Fixed up numerous warnings generated by running lint on the gcalctool
2099       code. Removed unused variables and functions. Declared routines
2100       statically where possible.
2102 2004-07-27 Rich Burridge <rich.burridge@sun.com>
2104     * From Joe Marcus Clarke (marcus at freebsd dot org)
2105       Fixed bug 148581 (http://bugzilla.gnome.org/show_bug.cgi?id=148581)
2106       Changes to get latest gcalctool compiling on a BSD system.
2108 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2110     * Added various filenames to .../gcalctool/.cvsignore.
2111     * Added mkinstalldirs so that I could successfully do a "make dist"
2112       on my Solaris machine.
2113     * Removed ChangeLog-NG and FIXME references from Makefile.am
2114     * Version 5.5.0 released.
2116 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2118     * Added:
2119       gcalctool/mpmath.c
2120       gcalctool/syntax_translation.c
2121       to ../po/POTFILES.in (thanks Marcel Telka!).
2123 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2125     * Fixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
2126       Removed the unwanted ...omf.out files from under the .../help/
2127       directories, an artifact of the gcalctool-ng branch merge.
2128       Removed the unwanted Makefile and Makefile.in files from the same
2129       directories.
2131 2004-07-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
2132     * Menu option "Arithmetic Precedence" mode is disabled on error condition.
2133     * Remove goto commands from do_expression()
2135 2004-07-22 Sami Pietila <sampie@ariana-dsl.utu.fi>
2137     * Error is reported and input not accepted if a number exceeds 40 chars.
2138     * Added e+ and e- notation support to ce_tokeniser.
2139     * xh, xd, xb and xo support removed (from ce_tokeniser), where x is a number.
2140     * Empty input is always displayed as zero.
2141     * Removed some redundant #ifdefs
2142     * Applied a patch from Rich Burridge. The patch removes goto from exp_del_char()
2143     * Changed macro N_() to _() from statusbar entries.
2144     * Postfix operations can now use empty (zero) expression as a operator
2146 2004-07-19 Rich Burridge <rich.burridge@sun.com>
2148     * Added in function prototypes to fixup warning messages from the compiler.
2149     * Added a final newline in both .l files, so that they could be correctly
2150       compiled on a Solaris machine.
2151     * Removed the "[Experimental]" from the titleline.
2153 2004-07-19 Rich Burridge <rich.burridge@sun.com>
2155     * Removed ChangeLog-NG. It's not needed.
2156     * Added the contents of FIXME to the TODO file and removed
2157       FIXME.
2158     * Added Copyright comments to the source files that didn't have
2159       them.
2160     * Adjusted the C code to the "One True Style". If/when you take over
2161       ownership of gcalctool, I'm happy for you to revert it to whatever
2162       style you like, but while I've got to maintain it, then all the source
2163       code will be a consistent style. Sorry.
2164     * Removed commented out C code or code surronded by "#if 0". It just 
2165       leads to confusion. Look at the previous versions in CVS history if 
2166       you need to see what was there.
2167     * Adjusted code so that line length is less than 80 characters (wherever
2168       possible).
2169     * Adjusted comments to "/* ... */" style. The "// ..." style is not
2170       recognized by default with the Sun compiler.
2171     * Removed all Tabs. Tabs are evil.
2172     * Indentation is four spaces not two.
2173     * Added blank lines where appropriate to make the code more readable.
2174     * Adjusted code to define variables at the top of a routine.
2175     * Remove the "Next Generation (Experiemental)" from the about box.
2176     * Changed copyright dates to include 2004.
2177     * Removed the "word:" Gnuism from the words[] struct in 
2178       syntax_translation.c. Similar problems with another struct in the
2179       same source file.
2181 2004-06-18 Christian Neumair <chris@gnome-de.org>
2183      * gcalctool/functions.c, gcalctool/graphics.c: s/precedencer/precedence/
2185      * gcalctool/gtk.c: Mark missing GtkActionEntry entries in menu entry
2186      array for translation.
2188      * (create_kframe): Call gtk_action_group_set_translation_domain to enable
2189      menu i18n.
2191 2004-06-18 Archana Shah <archana.shah@wipro.com>
2193      * gcalctool/gtk.c: Following functions added.
2195      * (gcalc_window_get_menu_items): Function to get the menu_items for actions
2196        which are having icons associated with them.
2198      * (gcalc_window_have_icons_notify): Function to be notified when key
2199        '/desktop/gnome/interface/menus_have_icons' toggles.
2201      * (gcalc_window_set_unset_image): Based on the value of above mentioned 
2202        gconf key, icons will be set/unset.
2204      * Fixes bug#144596 
2206         
2207 2004-06-14 Sami Pietila <sampie@ariana-dsl.utu.fi>
2209     * Merge from NG-branch.
2210         
2211 2004-06-14 Rich Burridge <rich.burridge@sun.com>
2213     * Remainder of the fix for bug #143924.
2214       http://bugzilla.gnome.org/show_bug.cgi?id=143924
2215       Control-T shouldn't work in Basic or Financial modes. 
2216       I should have been using:
2218         g_object_set(gtk_ui_manager_get_action(X->ui, i),  \
2219                      "sensitive", state, NULL);
2221       rather than:
2223         gtk_widget_set_sensitive(gtk_ui_manager_get_widget(X->ui, i), state)
2225       to set the [in]activeness state of the various menubar menu items.
2227 2004-06-11 Rich Burridge <rich.burridge@sun.com>
2229     * Partial fix for bug #143924.
2230       http://bugzilla.gnome.org/show_bug.cgi?id=143924
2231       After an error condition, the "Show Trailing Zeroes" menu item is
2232       only activated if the user is in Scientific mode.
2234 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2236     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2237       In Basic or Financial mode, "Error" was been incorrectly display if
2238       you user has "Show Thousands Separator" set.
2240 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2242     * Fixed bug 144031 (http://bugzilla.gnome.org/show_bug.cgi?id=144031)
2243       gcalctool checked for the presence of the X11 libraries but doesn't
2244       need to. Checks removed from configure.in.
2246 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2248     * Selecting Help->About from the menubar wasn't doing anything. 
2249       With the switch to using the GtkUIManager, the hooks to link 
2250       up to the about_cb were incorrect.
2252 2004-06-01 Rich Burridge <rich.burridge@sun.com>
2254     * Adjusted the creation of the Accuracy and Left/Right shift menus
2255       from GtkItemFactory to GtkUIManager. 
2257       With this change, the -DGTK_DISABLE_DEPRECATED flag can now be 
2258       added back into .../gcalctool/gcalctool/Makefile.am.
2260 2004-05-29 Rich Burridge <rich.burridge@sun.com>
2262     * Adjusted the menubar creation in gtk.c from GtkItemFactory to
2263       GtkUIManager. 
2265 2004-05-29  Christian Rose  <menthos@menthos.com>
2267     * configure.in: Added "tk" to ALL_LINGUAS.
2269 2004-05-26 Rich Burridge <rich.burridge@sun.com>
2271     * Fixed bug 142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
2272       gcalctool now correctly recognizes the localized decimal point
2273       character by explicitly checking to see if the keyboard event keyval
2274       matches what's returned by localeconv()->decimal_point.
2276 2004-05-25 Udayan Kumar <udayan_kumar@da-iict.org>
2278     * From Rich Burridge <rich.burridge@sun.com>
2279       Fixed bug 136119 (http://bugzilla.gnome.org/show_bug.cgi?id=136119)
2280       gcalctool/calctool.c : structure button b_bottons 
2281       Added code for paranthesis in place of empty space
2283 2004-05-23 Rich Burridge <rich.burridge@sun.com>
2285     * From Michael Terry <mterry@fastmail.fm>
2286       Fixed bug 129397 (http://bugzilla.gnome.org/show_bug.cgi?id=129397)
2287       gcalctool.desktop.in, gcalctool/Makefile.am, gcalctool/gtk.c:
2288       Use GtkIconTheme to load gcalctool icon instead of built-in image.
2290 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2292     * From Balamurali Viswanathan  <balamurali viswanathan at wipro dot com>
2293       Fixed bug 142888 (http://bugzilla.gnome.org/show_bug.cgi?id=142888)
2294       gcalctool is now connected to the "die" signal so that it can be
2295       successfully terminated when removed from gnome-session-properties.
2297 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2299     * Change suggested by Ron Jenkins.
2300       The "Bsp" (Backspace) button has been relabeled "Bksp" to make it
2301       more understandable. The gcalctool man pages have been updated to
2302       reflect this change. The online help will be updated at GNOME 2.8
2303       release time (see bug #138367).
2305 2004-05-17  Dan Winship  <danw@novell.com>
2307     * gcalctool/calctool.c: s/malloc.h/stdlib.h/
2309 2004-05-17 Padraig O'Briain <padraig.obriain@sun.com>
2311     * gcalctool/caltool.h: Add second argument to set_display to specify 
2312       whether to mminimize changes.
2314     * gcacltool/calctool.c gcalctool/display.c gcaltool/functions.c: 
2315       Add second argument to calls to set_display. It is set to TRUE only 
2316       when adding a digit after pressing caclulator button or deleting 
2317       digit after pressing backspace.
2319     * gcacltool/gtk.c (set_display): Implement second argument
2320       minimize changes. Do nothing if display is not being changed.
2322       Fixes bug #134376.
2324      [Note that with this change, gcalctool now requires the Gtk that 
2325       comes with GNOME 2.6 or later in order to build].
2327 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
2329     * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2331 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2333     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2334       If the "Error" message is being displayed, it is now no longer
2335       incorrectly displayed as "Er,ror" if the "Show Thousands Separator"
2336       is on.
2338 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2340     * Fixed bug 135068 (http://bugzilla.gnome.org/show_bug.cgi?id=135068)
2341       Adjusted several default constant descriptions to be more 
2342       understandable.
2344 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2346     * Fixed bug 135065 (http://bugzilla.gnome.org/show_bug.cgi?id=135065)
2347       Tooltips for OR, AND, NOT, XOR and XNOR have been changed from
2348       "Logical <whatever>" to "Bitwise <whatever>".
2350 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2352     * Fixed bug 136872 (http://bugzilla.gnome.org/show_bug.cgi?id=136872)
2353       gcalctool can now be built with "CFLAGS=-fdata-sections".
2355 2004-03-22 Rich Burridge <rich.burridge@sun.com>
2357     * Version for GNOME 2.6 (FINAL) call for tarballs.
2359 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
2361     * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
2363 2004-03-18  Gareth Owen <gowen72@yahoo.com>
2365     * configure.in: Added en_GB to ALL_LINGUAS
2367 2004-03-15 Glynn Foster  <glynn.foster@sun.com>
2368         
2369    * configure.in, Makefile.am: Add localized online user documentation
2370      from the Sun translation team.
2371    * help/*: Online user documentation for de, es, fr, it, ja, ko, sv, zh_CN,
2372      zh_HK and zh_TW.
2374 2004-03-13 Alexander Shopov <ash@contact.bg>
2376    * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
2378 2004-03-08 Alastair McKinstry <mckinstry at computer dot org>
2380    * configure.in: Added ga ("Irish") to ALL_LINGUAS.
2382 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2384     * One more slight adjustment to the fix for bug 135064 
2385       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2386       Entering numbers that start with the numeric point character ('.")
2387       are now visibly displayed.
2389 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2391     * Adjustment to the fix for bug 135064 
2392       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2393       Fix to remove a potential spurious initial thousands separator 
2394       character after a change sign operation.
2396 2004-02-25  Tomasz Kłoczko <kloczek@pld.org.pl>
2398     * Makefile.am: in configure.in is used AM_GCONF_SOURCE_2. Part of this
2399       aclocal macro allow disable/enable install schama files in make
2400       install target schemas in GConf database. Pass
2401       --disable-schemas-install in configure parameters disable defines by
2402       AM_CONDITIONAL() GCONF_SCHEMAS_INSTALL variable for allow in
2403       Makefile.am files run gconftool-2 for update GConf database
2404       conditionaly. This fix enables run gconftool-2 in install-data-local
2405       only if GCONF_SCHEMAS_INSTALL variable is defined .. so now passing in
2406       configure parameters --disable-schemas-install switch now works perfectly :)
2408       * Makefile.am, gcalctool/Makefile.am: minor cleanups
2409       s#@VARIABLE@#$(VARIABLE)#
2411 2004-02-26  Miloslav Trmac <mitr at volny dot cz>
2413     * Fixed bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2414       Changing the sign of a large number (when "Show Thousands Separator"
2415       is on and this is not the C locale), no longer corrupts the display.
2416       The fix involved resetting all the internal calculations in gcalctool
2417       to be done in the C locale, and then localized (radix character and
2418       thousands separator), just before the number is displayed.
2420 2004-02-24  Rich Burridge <rich.burridge@sun.com>
2422     * Fixed bug 135328 (http://bugzilla.gnome.org/show_bug.cgi?id=135328)
2423       Added Shift-slash as a recognized alternate for the divide operation
2424       (needed by the be-latin1 keyboard layout).
2426 2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>
2428     * configure.in: Added Thai (th) to ALL_LINGUAS.
2430 2004-02-21  Christian Rose  <menthos@menthos.com>
2432     * configure.in: Added "en_CA" to ALL_LINGUAS.
2434 2004-02-18  Rich Burridge <rich.burridge@sun.com>
2436     * Fixed bug 134540 (http://bugzilla.gnome.org/show_bug.cgi?id=134540)
2437       gcalctool now correctly handles the digits 0123456789 which are
2438       shifted about the accented characters on a French keyboard.
2440 2004-02-17  Rich Burridge <rich.burridge@sun.com>
2442     * Fixed bug 134484 (http://bugzilla.gnome.org/show_bug.cgi?id=134484)
2443       Doing "3 x! x! x!" no longer causes gcalctool to lock up.
2445 2004-02-11 Breda McColgan <breda.mccolgan@sun.com>
2447     * Updated the following files due to fix for bug 133764 
2448       (http://bugzilla.gnome.org/show_bug.cgi?id=133764
2449            * help/C/gcalctool.xml
2450            * help/C/gcalctool-C.omf
2451            * help/C/figures/gcalctool_basic_window.png
2452            * help/C/figures/gcalctool_scientific_window.png
2454 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2456     * Fixed bug 133764 (http://bugzilla.gnome.org/show_bug.cgi?id=133764)
2457       - "Gradients" was still appearing when in Scientific mode (instead 
2458         of "Gradians".
2459       - In the x^2 button, the 2 should not be italicized.
2460       - In the x^2 and x^y buttons, the x should be italicized.
2461       - The View Thousands Separator menu item should not remain active 
2462         during an error condition.
2464 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2466     * Fixed bug 133590 (http://bugzilla.gnome.org/show_bug.cgi?id=133590)
2467       The About box now lists the documenters of gcalctool.
2469 2004-02-07 Breda McColgan <breda.mccolgan@sun.com>
2471     * help/C/gcalctool.xml: Updated for GNOME 2.6, technical review draft
2472     * help/C/gcalctool-C.omf: Updated for GNOME 2.6
2473     * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.6
2474     * help/C/figures/gcalctool_financial_window.png: Updated for GNOME 2.6
2475     * help/C/figures/gcalctool_scientific_window.png: Updated for GNOME 2.6
2477 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2479     * Fixed bug 132582 (http://bugzilla.gnome.org/show_bug.cgi?id=132582)
2480       Adjusted the gcalctool titlebar to use a hyphen (rather than square
2481       brackets) to show what mode the user is currently using.
2483 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2485     * Fixed bug 132570 (http://bugzilla.gnome.org/show_bug.cgi?id=132570)
2486       Adjusted UI to use spacing to delineate groups rather than frames
2487       (per the HIG).
2489 2004-01-22  Rich Burridge <rich.burridge@sun.com>
2491     * Fixed bug 131571 (http://bugzilla.gnome.org/show_bug.cgi?id=131571)
2492       User defined constants are now read/written out (as gconf resources)
2493       with no thousands separator and with a radix of ".".
2495 2004-01-16  Rich Burridge <rich.burridge@sun.com>
2497     * Fixed bug 131594 (http://bugzilla.gnome.org/show_bug.cgi?id=131594)
2498       The "Insert ASCII View..." menu item and the "Insert" button no
2499       longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
2501 2004-01-07  Alexander Nedotsukov <bland at mail dot ru>
2503     * Fixed bug 131059 (http://bugzilla.gnome.org/show_bug.cgi?id=131059)
2504       Fix to allow the thousands separator to be used correctly with the
2505       creation of the initial constant values in the Russian locale.
2507 2004-01-07  Rich Burridge <rich.burridge@sun.com>
2509     * Fixed bug 130078 (http://bugzilla.gnome.org/show_bug.cgi?id=130078)
2510       Changed the y^x button label to x^y (really x superscript y). Adjusted
2511       the tooltip message to "Raise displayed value to the power of y".
2513 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2515     * Fixed bug 130282 again (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2516       Needed to remove the "|| tsep[0] == '\0'" check from the get_tsep()
2517       routine in order to get the thousands separator to correctly work in
2518       all locales. Note that there is no thousands separator now for the C 
2519       locale.
2521 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2523     * Fixed part of bug 126125 
2524       (http://bugzilla.gnome.org/show_bug.cgi?id=126125). If the user
2525       entered: "1+(2()<backspace>)", this resulted in an answer of 0.
2526       When the user backspaced over the ")" character, v->noparens should
2527       have been incremented.
2529 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2531     * Fixed bug 130187 (http://bugzilla.gnome.org/show_bug.cgi?id=130187)
2532       When gcalctool changes modes now, it's internal state and the display
2533       are cleared.
2535 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2537     * Fixed bug 130282 (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2538       Fixes for more problems with the thousands separator in certain
2539       locales, plus correct handling of the radix character with the initial
2540       constant values.
2542 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2544     * Fixed bug 128603 again (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2545       The solution this time was to duplicate the initial string constant
2546       values to be confident that they are not in read-only memory.
2548 2004-01-03  Sanlig Badral  <badral@openmn.org>
2550     * configure.in: Added "mn" to ALL_LINGUAS.
2552 2004-01-03  Robert Sedak  <robert.sedak@sk.htnet.hr>
2554     * configure.in: Added "hr" in ALL_LINGUAS.
2556 2003-12-26  Fernando Herrera  <fherrera@onirica.com>
2558     * gcalctool.desktop.in: added X-GNOME-Bugzilla-OtherBinaries
2560 2003-12-24  à¸¥à¸ygimantas Beruฤka  <uid0@tuxfamily.org>
2562     * lt.po: Added "lt" to ALL_LINGUAS.
2564 2003-12-22  Miloslav Trmac <mitr at volny dot cz>
2566     * Fixed bug 129539 (http://bugzilla.gnome.org/show_bug.cgi?id=129539)
2567       The thousands separator is a null terminated string, not a single
2568       character. Same for the radix. Adjusted various functions to handle
2569       this. Note that in the C locale, nl_langinfo(THOUSEP) returns an empty
2570       string, so get_tsep() has been adjusted to return "," for that case.
2571       If nl_langinfo(RADIXCHAR) returns an empty string (it shouldn't do),
2572       then get_radix() will return ".".
2574 2003-12-20  Arafat Medini <lumina@silverpen.de>
2576     * ar.po: Added Arabic Locale "ar" to ALL_LINGUAS
2578 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2580     * Fixed bug 129496 (http://bugzilla.gnome.org/show_bug.cgi?id=129496)
2581       "Gradients" should be "Gradians".
2583 2003-12-16 Mohammad DAMT  <mdamt@bisnisweb.com>
2585     * configure.in: Added "id" in ALL_LINGUAS
2586     * po/id.po: Indonesian translation by Ahmad Riza H Nst <ari@160c.afraid.org>
2588 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2590     * Fixed bug 128603 (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2591       The changes for enhancement request #126626 which added thousands 
2592       separator support caused a crash at startup time on a Debian system. 
2593       The initial constant strings are being put in read-only memory either 
2594       by gcc (or because of the way that x86 arch is designed). This was 
2595       not a problem when tested with the Sun compilers on a Solaris SPARC 
2596       machine.  The remove_tsep() routine is display.c has been rewritten 
2597       to correctly handle this.
2599 2003-12-04  Iรฑaki Larraรฑaga <dooteo@euskalgnu.org>
2601     * configure.in: Added Basque (eu) to ALL_LINGUAS.
2603 2003-12-03  Rich Burridge <rich.burridge@sun.com>
2605     * Further work on enhancement request 125873
2606       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2607       As the user is typing in input, the display will now show the
2608       thousands separator (if checked).
2610 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2612     * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2613       This keyval/state pair needed to be added to the Xor recognized mappings.
2615 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2617     * Re-fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2618       The fix for Shift-"=" should have been for GDK_equal not GDK_Return.
2619       Needed to add in support for Shift-"/" too.
2621 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2623     * Implemented enhancement request 125873
2624       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2625       gcalctool can now optionally show the thousands seperator character
2626       for fixed point numbers displayed in the decimal base. Same for
2627       numbers stored in the memory registers. There is a new "Show 
2628       Thousands Separator" menu entry in the View menu to set this.
2630 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2632     * Fixed bug 126626 (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2633       gcalctool no longer causes a Gtk-CRITICAL error when the user enters
2634       "9*(1<Xor>". The problem was caused because a non-UTF character was
2635       being inserted into the text string to be displayed for the Xor
2636       function.
2638 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2640     * Fixed bug 125782 (http://bugzilla.gnome.org/show_bug.cgi?id=125782)
2641       If the user is entering a left parenthesis and it is the first one 
2642       being displayed and there is no current arithmetic operand, then 
2643       the current display is initially cleared to avoid the confusion of 
2644       showing something like "0(".
2646 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2648     * Fixed bug 127862 (http://bugzilla.gnome.org/show_bug.cgi?id=127862)
2649       The fix for bug #125625 introduced a potential out-of-order case
2650       for users who are rapid keyboard typers. This bug fix rectifies this
2651       with the unfortunate side-effect of no longer visual toggling the 
2652       equivalent button to the keyboard character that the user entered.  
2653       This fix is still compatible with the way the accessibility 
2654       infrastructure works though.
2656 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2658     * Fixed bug 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2659       For the "1/x", "x^2", "x!", "e^x", "10^x" and "y^x" labels, all 
2660       occurances of "x" and "y" are now italicized. The "e" in "e^x" 
2661       is no longer italicized.
2663 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2665     * Fixed bug 127316 (http://bugzilla.gnome.org/show_bug.cgi?id=127316)
2666       The "fix" introduced in gcalctool v4.1.18 to fix Sun Bugtraq bug 
2667       #1258472 against CDE dtcalc (which was also a problem with gcalctool)
2668       was incorrect.
2670 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2672     * Fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2673       The "=" key on a Swedish keyboard is on the upper level of a key 
2674       (i.e. the Shift key needs to be down). Added another mask/keysym 
2675       pair to the "=" entry in calctool.c to handle this.
2677 2003-11-07  Rich Burridge <rich.burridge@sun.com>
2679     * Fixed bug 125625 (http://bugzilla.gnome.org/show_bug.cgi?id=125625)
2680       gcalctool now handles "clicked" events rather than "pressed" ones.
2682 2003-10-20  Kjartan Maraas <kmaraas@gnome.org>
2684     * Fixed bug 124928 (http://bugzilla.gnome.org/show_bug.cgi?id=124928)
2685       Plugged several memory leaks.
2687 2003-10-13  Breda McColgan  <breda.mccolgan@sun.com>
2689     * Updated the following files:
2690         * help/C/gcalctool.xml: updated based on bug 123132
2691         * help/C/gcalctool-C.omf: updated manual date and version number
2692         * help/C/l10n.txt: updated manual version number and changes summary
2694 2003-10-13  Rich Burridge <rich.burridge@sun.com>
2696     * Fixed bug 124377 (http://bugzilla.gnome.org/show_bug.cgi?id=124377)
2697       Fixed rounding errors when the radix character for a locale isn't ".".
2698       The problem was in the first parameter passed to the MPstr_to_num() 
2699       routine. "0.5" should have been a string consisting of 
2700       SPRINTF(half, "0%c5", v->radix_char);
2702 2003-10-10  Rich Burridge <rich.burridge@sun.com>
2704     * Fixed bug 124172 (http://bugzilla.gnome.org/show_bug.cgi?id=124172)
2705       The "+" character on a German keyboard is on the lower level of a
2706       key (i.e. the Shift key doesn't need to be down). Added another
2707       mask/keysym pair to the "+" entry in calctool.c to handle this.
2709 2003-10-06  Rich Burridge <rich.burridge@sun.com>
2711     * Fixed bug 120737 (http://bugzilla.gnome.org/show_bug.cgi?id=120737)
2712       Changed the accessible text for the OR button from "Logical OR" to
2713       "logical OR" so that it's not changed by FreeTTS's token to words
2714       module to "logical Oregon".
2716 2003-10-06  Kaushal Kumar <kaushal.kumar@wipro.com>
2718     * gcalctool/Makefile.am: GtkItemFactory has been depricated.
2719       Remove the GTK_DISABLE_DEPRECATED flag. Fixes #123948.
2721 2003-10-03  Rich Burridge <rich.burridge@sun.com>
2723     * Fixed bug 123724 (http://bugzilla.gnome.org/show_bug.cgi?id=123724)
2724       Hitting Esc now does the same as hitting Control-Backspace; i.e. the
2725       CE (clear entry) functionality.
2727     * Updated the gcalctool man pages to reflect this change, and the changes
2728       for bug #118826.
2730 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2732     * Refixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2733       gcalctool now uses nl_langinfo() to get the numeric point for the
2734       users locale, rather than via a localised string.
2736 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2738     * Fixed enhancement 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2739       Changed that label for e^x (e superscript x) to use an italised "e".
2741 2003-09-24  Rich Burridge <rich.burridge@sun.com>
2743     * Fixed bug 118826 (http://bugzilla.gnome.org/show_bug.cgi?id=118826)
2744       The keyboard shortcuts for the six hex. digits are now "A" to "F".
2745       The functions that previously used those letters have been reassigned
2746       to their lowercase equivalents. These were:
2748         Accuracy                      (now "a")
2749         Change Sign                   (now "c")
2750         Double-declining depreciation (now "d")
2751         Exponential                   (now "e")
2752         User-defined functions        (now "f")
2754       Note that left or right shifting 10-15 places now uses the 'A' to
2755       'F' keyboard accelerators (rather than 'a' to 'f').
2757 2003-09-17  Rich Burridge <rich.burridge@sun.com>
2759     * Fixed bug 122408 (http://bugzilla.gnome.org/show_bug.cgi?id=122408)
2760       The tooltips for the numeric buttons (0-9) have been removed as they
2761       are redundant.
2763 2003-09-17  Fatih Demir <kabalak@gtranslator.org>
2765     * configure.in: Added "ta" (Tamil) to the languages' list.
2767 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2769     * Fixed bug 120749 (http://bugzilla.gnome.org/show_bug.cgi?id=120749)
2770       When gcalctool is displaying a menu, typing Alt+Tab can no longer
2771       switch windows. The menu_button_key_press_cb() routine in gtk.c
2772       needed to return TRUE if the event->keyval was a Space.
2774 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2776     * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2777       Accessible names have now been added to each of the widgets in the 
2778       mode panel when in Scientific mode.
2780 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2782     * Fixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2783       The decimal separator is now a translatable string so that other
2784       locales that don't use a period (Italian uses a comma for example),
2785       can adjust accordingly.
2787 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2789     * Fixed bug 120605 (http://bugzilla.gnome.org/show_bug.cgi?id=120605)
2790       Gcalctool contains lots of messages that are (potentially) only 
2791       displayed if the user starts the application with either the -D or 
2792       the -E command line options. As these are debugging messages, they 
2793       need not be translated, so the _(...) macros around them have been 
2794       removed.
2796 2003-09-09  Andras Timar  <timar@gnome.hu>
2798     * configure.in: Added Hungarian (hu) to ALL_LINGUAS.
2800 2003-09-08  Pablo Saratxaga  <pablo@mandrakesoft.com>
2802     * configure.in: Added Farsi (fa), Macedonian (mk) and Vietnamese (vi)
2803       to ALL_LINGUAS
2805 2003-09-08  Glynn Foster  <glynn.foster@sun.com>
2807     * configure.in: Version 4.3.3
2809 2003-09-08  Mugurel Tudor  <mugurelu@go.ro>
2811     * configure.in: Added "ro" to ALL_LINGUAS.
2813 2003-09-07  Sami Pesonen  <sampeson@iki.fi>
2815     * configure.in: Added "fi" to ALL_LINGUAS.
2817 2003-09-05  Laurent Dhima  <laurenti@alblinux.net>
2819     * configure.in: Added "sq" to ALL_LINGUAS.
2821 2003-08-27  Marcel Telka  <marcel@telka.sk>
2823     * configure.in (ALL_LINGUAS): Added sk.
2825 2003-08-23  Ole Laursen  <olau@hardworking.dk>
2827     * configure.in: Added "da" (Danish) to ALL_LINGUAS.
2829 2003-08-18  Rich Burridge <rich.burridge@sun.com>
2831     * Fixed bug 119888 (http://bugzilla.gnome.org/show_bug.cgi?id=119888)
2832       gcalctool keyboard handling has been improved.
2834 2003-08-16  Guntupalli Karunakar  <karunakar@freedomink.org>
2836     * configure.in: Added "hi" in ALL_LINGUAS.
2838 2003-08-14  Rich Burridge <rich.burridge@sun.com>
2840     * From Dennis Cranston  <dennis_cranston at yahoo com>
2841       Fixed bug 119832 (http://bugzilla.gnome.org/show_bug.cgi?id=119832)
2842       The space bar can now correctly activate the button that has focus.
2844 2003-08-08  Rich Burridge  <rich.burridge@sun.com>
2846     * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2848 2003-08-06  Metin Amiroff  <metin@karegen.com>
2850     * configure.in: Added "az" to ALL_LINGUAS.
2852 2003-08-06  Wang Jian  <lark@linux.net.cn>
2854     * configure.in: Added "zh_CN" to ALL_LINGUAS.
2856 2003-08-04  Rich Burridge  <rich.burridge@sun.com>
2858     * From Dennis Cranston  <dennis_cranston at yahoo com>
2859       Fixed bug 118246 (http://bugzilla.gnome.org/show_bug.cgi?id=118246)
2860       The display field can now take focus. The initial widget with
2861       focus is the Clr button (also discussed this with Nils who agrees).
2863 2003-07-30  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2865     * configure.in: Added Belarusian to ALL_LINGUAS.
2867 2003-07-29  Rich Burridge  <rich.burridge@sun.com>
2869     * (Bug #118247) Three more small adjustments to AccessibleName text:
2870       "E to the power of x" goes back to "E to the x"
2871       "Ten to the power of x" goes back to "Ten to the x"
2872       "Y to the power of x" goes back to "Y to the x"
2874       (Sorry translators).
2876 2003-07-28  Rich Burridge  <rich.burridge@sun.com>
2878     * (Bug #118247) Four small adjustments to AccessibleName text:
2879       "Random" becomes "Random number".
2880       "E to the x" becomes "E to the power of x"
2881       "Ten to the x" becomes "Ten to the power of x"
2882       "Y to the x" becomes "Y to the power of x"
2884 2003-07-25  Rich Burridge  <rich.burridge@sun.com>
2886     * Fixed bug 118247 (http://bugzilla.gnome.org/show_bug.cgi?id=118247)
2887       Each gcalctool button now has an AccessibleName. By default these
2888       are taken from the buttons tooltip string. This is to:
2889       - reduce the amount of extra memory that would be taken up otherwise.
2890       - reduce the pain that all the translators would have to go through
2891       - reduce the repetition because a lot of the actual tooltip strings 
2892         are just fine.
2894       The exceptions to this are for the following buttons, where the
2895       tooltip string is too long:
2897         Button |   
2898         Label  |                        AccessibleName
2899       ---------+----------------------------------------------
2900         Bsp       "Backspace" 
2901         CE        "Clear Entry"
2902         Clr       "Clear"
2903         Int       "Integer portion"
2904         Sto       "Store to register"
2905         Frac      "Fractional portion"
2906         Rcl       "Retrieve from register"
2907         Exch      "Exchange with register"
2908         <         "Shift left"
2909         >         "Shift right"
2910         &16       "16 bit unsigned integer"
2911         &32       "32 bit unsigned integer"
2912         (         "Left bracket"
2913         )         "Right bracket"
2914         Acc       "Accuracy"
2915         Exp       "Exponential"
2916         e^x       "E to the x"
2917         10^x      "Ten to the x"
2918         y^x       "Y to the x"
2919         x!        "Factorial"
2920         Rand      "Random"
2922 2003-07-25  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>
2924     * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
2926 2003-07-25  Kang Jeong-Hee  <Keizi@mail.co.kr>
2928     * configure.in: Added 'ko' (Korean) to ALL_LINGUAS.
2930 2003-07-22  Breda McColgan  <breda.mccolgan@sun.com>
2932     * Updated the following files:
2933         * help/C/gcalctool.xml: updated based on bug 116944
2934         * help/C/gcalctool-C.omf: updated manual date and version number
2936 2003-07-21  Rich Burridge  <rich.burridge@sun.com>
2938     * Fixed bug 117691 (http://bugzilla.gnome.org/show_bug.cgi?id=117691)
2939       The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are not valid 
2940       equivalents for the 8, 2, 4 and 6 keys. They are needed for keyboard 
2941       navigation.
2943 2003-07-13 John Fleck <jfleck@inkstain.net>
2945     Remove:
2946         * xmldocs.make
2947         * omf.make
2948     Edit:
2949         * autogen.sh
2950         use new docs build system. Latest gnome-common
2951         now required to build from cvs
2953 2003-07-09  Rich Burridge  <rich.burridge@sun.com>
2955     * From Steve Chaplin <stevech1097 at yahoo com au>
2956       Added the -DGNOME_DISABLE_DEPRECATE in .../gcalctool/Makefile.am
2957       to catch any potential GNOME depreciated methods.
2959 2003-07-09  Hasbullah Bin Pit  <sebol@ikhlas.com>
2961     * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
2962     * po/ms.po: Added Malay translation.
2964 2003-07-09  Alessio Frusciante <algol@firenze.linux.it>
2966     * configure.in: Added "it" (Italian) to ALL_LINGUAS.
2968 2003-07-07  Dennis Cranston <dennis_cranston at yahoo com>
2970     * Fixed bug 116944 (http://bugzilla.gnome.org/show_bug.cgi?id=116944)
2971       Various HIG improvements to the edit constants, edit functions,
2972       and insert ASCII value dialogs. (i.e. adjusted widget padding
2973       according to HIG; added a mnemonic for the constant and function
2974       treeviews; etc.)
2976 2003-07-08  Rich Burridge  <rich.burridge@sun.com>
2978     * Refixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2979       After further discussion with Toshi, it was understood that I didn't
2980       need to call g_locale_to_utf8() for the numeric strings (which just
2981       consist of '0'-'9', 'e', 'A'-'F', '+', '-' and '.'). set_display() in
2982       gtk.c was simplified back to using just one parameter.
2984 2003-07-07  Rich Burridge  <rich.burridge@sun.com>
2986     * Fixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2987       When the calculator display is showing an error message, it is now
2988       correctly localized. Fix was to add in a second parameter to each 
2989       call of set_display, that indicated whether this was an error 
2990       condition or not. If it was, then the first parameter being passed 
2991       in was already localized (had to do it this was so that the strings 
2992       turned up in the message files), and wouldn't be run through 
2993       g_locale_to_utf8(). Thanks to Toshi for pointing me in the right 
2994       direction.
2996 2003-07-06  Gil "Dolfin" Osher <dolfin@rpg.org.il>
2998     * configure.in: Added "he" (Hebrew) to ALL_LINGUAS.
3000 2003-07-04  Artur Flinta  <aflinta@cvs.gnome.org>
3002     * configure.in: Added "pl" to ALL_LINGUAS.
3004 2003-06-25  Rich Burridge  <rich.burridge@sun.com>
3006     * Fixed bug 115950 (http://bugzilla.gnome.org/show_bug.cgi?id=115950)
3007       The "*" key wasn't being recognized as a keyboard shortcut for
3008       multiplication. The problem was that GDK_SHIFT_MASK needed to be
3009       given in the equivalent entry for the mods array for this button
3010       struct.
3012 2003-06-25  Breda McColgan  <breda.mccolgan@sun.com>
3014     * Updated the following files:
3015         * help/C/gcalctool.xml: updated based on bug 114363 and bug 114364
3016         * help/C/gcalctool-C.omf: updated manual date and version number
3018 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
3020     * Further work on bug 114364. The items in the constants menu are now 
3021       always displayed in the decimal numeric base. This is consistent with 
3022       the way that calctool in the OpenWindows DeskSet worked.
3024 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
3026     * Fixed bug 114364 (http://bugzilla.gnome.org/show_bug.cgi?id=114364)
3027       When you change numeric base and then display the constant values in 
3028       the Con menu, the values are shown in the current base.
3030       When you select "Edit Constants" from the Con menu, the values of each 
3031       constant are shown in Decimal. The label:
3032       "All constant values are specified in the decimal numeric base"
3033       has also been added to the "Edit Constant" popup to clarify this.
3035 2003-06-23  Rich Burridge  <rich.burridge@sun.com>
3037     * Fixed bug 115653 (http://bugzilla.gnome.org/show_bug.cgi?id=115653)
3038       Adjusted the keyboard mnemonic checking code to now check to make
3039       sure that neither of the Alt keys is pressed when comparing against
3040       button equivalents.
3042 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
3044     * Similar problem to bug #115212 but for the "Edit Constants" and
3045       "Edit Functions" dialog boxes. gcalctool no longer can display
3046       multiple versions of them. Also removed the X->CFtype and 
3047       X->cf_entries variables.
3049 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
3051     * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
3052       When an error condition occurs:
3053   
3054       - make insensitive all buttons except Clr.
3055       - make all Scientific mode toggles and checkboxes insensitive.
3056       - make all menubar items insensitive except:
3057            Calculator->Quit
3058            Help->Contents
3059   
3060       When the error condition is cleared, resensitise everything, setting
3061       the numeric base buttons correctly.
3063 2003-06-18  Guntupalli Karunakar  <karunakar@freedomink.org>
3065     * configure.in: Added "ml" in ALL_LINGUAS.
3067 2003-06-16  Rich Burridge  <rich.burridge@sun.com>
3069    * From Steve Chaplin <stevech1097@yahoo.com.au>
3070      Fix for bug #115212 (http://bugzilla.gnome.org/show_bug.cgi?id=115212)
3071      gcalctool no longer can display multiple About boxes.
3073 2003-06-13  Rich Burridge  <rich.burridge@sun.com>
3075     * From Dennis Cranston  <dennis_cranston@yahoo.com>
3076       Fix for bug #108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3077       The appropriate gcalctool button is now animated when the user enters 
3078       that value via the keyboard.
3080 2003-06-10  Rich Burridge  <rich.burridge@sun.com>
3082     * Partial fix for bug 114363:
3083       (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
3084       When the calculator display is showing "Error", the Constant values and
3085       the Memory Register values no longer incorrectly show "Error" as well.
3087 2003-06-10  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
3089     * configure.in: Added Russian to ALL_LINGUAS.
3091 2003-05-28  Rich Burridge  <rich.burridge@sun.com>
3093     * Fixed bug 113703 (http://bugzilla.gnome.org/show_bug.cgi?id=113703)
3094       Fix from Havoc: "If you use AM_GCONF_SOURCE_2 in configure.in, 
3095       then do a makefile snippet as in gnome-terminal/src/Makefile.am,
3096       you should be able to specify --with-gconf-source=whatever"
3098 2003-05-28  Danilo ? egan  <dsegan@gmx.net>
3100     * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
3102 2003-05-26  Rich Burridge  <rich.burridge@sun.com>
3104     * From Franz Klammer <klammer@webonaut.com>
3105       Fixed bug 113754 (http://bugzilla.gnome.org/show_bug.cgi?id=113754)
3106       Decimal point didn't work with a German keyboard if Numlock was 
3107       turned on.
3109 2003-05-19  Rich Burridge  <rich.burridge@sun.com>
3111     * .../gcalctool/Makefile.am: Install "gnome-calculator" symlink
3112       as reqested by Glynn Foster.
3114 2003-04-24  Rich Burridge  <rich.burridge@sun.com>
3116     * Fixed bug 111269 (http://bugzilla.gnome.org/show_bug.cgi?id=111269)
3117       It was possible to type fast into gcalctool and digits would be
3118       transposed. gcalctool now looks for key_press_event and 
3119       key_release_event events on the main window rather than set keyboard 
3120       accelerators to the "clicked" action of the various buttons.
3122 2003-04-15  Rich Burridge  <rich.burridge@sun.com>
3124     * Refixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
3125       Concatenated more error messages in mp.c.
3127     * Adjusted the Acc menu entries to be "<n> significant places" rather
3128       than "<n> radix places" in gtk.c.
3130     * Replaced "kilometers per hour / miles per hour" with 
3131       "kilometers per hour or miles per hour" in the first constant
3132       description in calctool.c and gcalctool.1.
3134     * Replaced occurances of "/" in the other constant descriptions with "or".
3136 2003-04-15  Breda McColgan  <breda.mccolgan@sun.com>
3138     * Translators: The documentation is now ready for translation!
3140     * Updated the following files:
3141         * configure.in: updated version number to 4.2.81
3142         * help/C/gcalctool.xml: first approved draft, ready for translation
3143         * help/C/gcalctool-C.omf: updated manual date and version number
3144         * help/C/l10n.txt: new file added 
3145         * help/C/figures/gcalctool_edit_const_window.png: deleted
3146         * help/C/figures/gcalctool_edit_func_window.png: deleted
3147         * help/C/figures/gcalctool_ins_ascii_window.png: deleted
3148         * help/C/figures/gcalctool_mem_reg_window.png: deleted
3149         
3151 2003-04-13  Christian Neumair  <chris@gnome-de.org>
3153     * Reflect translated mode information in window title (functions.c).
3155 2003-04-10  Rich Burridge  <rich.burridge@sun.com>
3157     * Fixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
3158       Various fprintf statements in mp.c have been concatenated to help
3159       translators.
3161 2003-04-02  Rich Burridge  <rich.burridge@sun.com>
3163     * Added in latest online help changes from Breda McColgan. This should
3164       now put the online help in sync with the actual functionality of
3165       gcalctool.
3167       **IMPORTANT NOTE FOR TRANSLATORS**
3169       Please still hold off translating these files for a while. This is still
3170       a draft. The documentation needs to be reviewed by an editor, and
3171       editorial feedback incorporated. Look for a followup entry here in the
3172       Changelog, with an indication that they are ready for translation.
3174 2003-03-28  Christian Neumair  <chris@gnome-de.org>
3176     * Added AC_PREREQ macro to configure.in to satisfy some ac wrapper scripts
3177       and added German (de) to ALL_LINGUAS; bumped version to 2.4.78;
3178       Added missing gettext call. This makes the i18ized menu entries actually
3179       visible. Fixed some tooltip strings. Updated some .cvsignore files.
3181 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3183     * Added in various .cvsignore files to make checkins and updates cleaner.
3185 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3187     * Adjusted ChangeLog format to the Gnu style. Moved older ChangeLog entries
3188       off into ChangeLog-YYYY files (years 1990, 1991, 1992, 1993 and 2002).
3190 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3192     * Fixed up a compiler warning for set_show_zeroes_toggle() usage in gtk.c
3193       Fixed up distcheck, adding intltool to EXTRA_DIST
3195       This version to be announced in gnome-announce.
3197 2003-03-24  Rich Burridge  <rich.burridge@sun.com>
3199     * Slight adjustments to bug 108226
3200       (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
3202       Menu item is now "Show Trailing Zeroes", with a Control-T accelerator.
3203       Added a similar menu item to the View menu on the menu bar (only active
3204       in Scientific mode). Adjusted program logic. Cases of "rm_zeroes" now
3205       become "show_zeroes". Updated the manual pages and the gcalctool
3206       schemas file.
3208 2003-03-19  Dennis Cranston <dennis_cranston@yahoo.com>
3210     * Fixed bug 108729 (http://bugzilla.gnome.org/show_bug.cgi?id=108729)
3211       Added tooltips to the radio and check buttons in scientific mode.
3213 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
3215     * Fixed bug 108226 (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
3217       The menu items in the Acc menu are now "tickable", so you know what the 
3218       current accuracy selection is. Setting one of these clears the previous 
3219       one.
3221       A new "remove trailing zeroes" menu item is added to the Acc menu (last
3222       item, with a separator just above), that is "tickable". This tick doesn't
3223       affect the accuracy ticks. It's either on or off.
3225       The default setting for accuracy now becomes 9 numeric places and "remove 
3226       trailing zeroes".
3228       The Acc button is moved to the Scientific mode (clear slot in the top 
3229       right corner, above the Rand.
3231       The Base radio button group and the display type radio button group in
3232       the mode panel in Scientific mode are now moved to the right side to be
3233       close in proximity to the Acc button. The other mode items move to the
3234       left side.
3236 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
3238     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3239       Fixed bug 108208 (http://bugzilla.gnome.org/show_bug.cgi?id=108208)
3240       The default value for the "showregisters" resource in gcalctool.schemas
3241       was incorrectly set.
3243     * There should be no "default:" action in the command line parsing in 
3244       get_options().
3246 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3248     * Correctly fixed bug 108219 
3249       (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
3250       The previous fix didn't correct set the radio buttons when changing 
3251       mode from Scientific to Basic or Financial. Only the internal state.
3253 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3255     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3256       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3257       Followup changes to make the numeric keypad animate the buttons on 
3258       Linux machines.
3260 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3262     * Fixed bug 108219 (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
3263       When you go from Scientific mode to either Basic or Financial mode, 
3264       the calculator will revert to "Dec" base in "Fix" notation.
3266       Any number in the display (and the memory registers if shown) will be 
3267       converted accordingly.
3269       When you are in a mode (Basic, Financial, or Scientific) you will only 
3270       be able to do the functionality that that mode shows. For example, you 
3271       will not be able to do base changes if you are in Basic or Financial mode.
3273 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3275     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3276       Fixed bug 108333 (http://bugzilla.gnome.org/show_bug.cgi?id=108333)
3277       The gcalctool buttons with menus associated with them are now keyboard
3278       navigable.
3280 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3282     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3283       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3284       When the user uses the keyboard to enter data, the associated gcalctool
3285       button will be animated.
3287 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3289     * Fixed bug 108210 (http://bugzilla.gnome.org/show_bug.cgi?id=108210)
3290       Main gcalctool window is no longer resizable.
3292 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3294     * Incorporated several online help changes from Breda McColgan.
3296       **IMPORTANT NOTE FOR TRANSLATORS**
3298       Please still hold off translating these files for a while. This is still
3299       a draft. The documentation needs to be reviewed by an editor, and 
3300       editorial feedback incorporated. Look for a followup entry here in the 
3301       Changelog, with an indication that they are ready for translation.
3303 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3305     * Added scrollkeeper checks into configure.in.
3307     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3308       Fixed warning message:
3310       ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
3311       GNOME_FILE_DOMAIN_APP_HELP domain
3313       Adjustment to the gnome_help_display() call in gtk.c to use the right 
3314       parameters.
3316 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3318     * Added in a first (draft) version of online help from Breda McColgan in
3319       the Sun GNOME doc. team.
3321       **IMPORTANT NOTE FOR TRANSLATORS**
3323       Please hold off translating these files for a while. Slight revisions
3324       are planned for sometime in the next week or two. Look for a followup 
3325       entry here in the Changelog, with an indication that they are ready for 
3326       translation.
3328 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3330     * Abstracted the key values and modifiers. This will make it easier to
3331       create versions of this calculator for other graphical toolkits, or
3332       a version with no graphics at all (prompt style).
3334 2003-03-04  Rich Burridge  <rich.burridge@sun.com>
3336     * Adjusted the tooltip help to be minimalist messages. Online help for
3337       gcalctool will be coming soon, and this will contain the detailed help
3338       information (plus examples).
3340 2003-02-28  Rich Burridge  <rich.burridge@sun.com>
3342     * Small adjustment to allow gcalctool to compile using the Solaris Forte
3343       compilers.
3345 2003-02-26  Rich Burridge  <rich.burridge@sun.com>
3347     * Gcalctool wasn't saving the trigonometric type when it was changed. The
3348       trig_cb() function was calling do_trig() incorrectly instead of 
3349       do_trigtype().
3351     * Removed the trailing period from the ten constant definitions in the man 
3352       pages.
3354 2003-02-26  evandrofg <someone@somewhere.org>
3356     * configure.in: Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3358 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3360     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3361       Allows Backspace to correctly work inside parentheses. Similar fix to
3362       the one for Delete in v4.2.55 (bug #106583).
3364 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3366     * The Xor logical operation wasn't being performed correctly. Gdk uses
3367       keysym values that are greater than what can be fitted into a char.
3368       Adjusted v->cur_op and v->old_cal_value to now be ints.
3370     * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3371       checkboxes. In fact, it was toggling them twice, thereby returning them
3372       to whatever state they were in when the user hit Clr.
3374 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3376     * Removed the final period from the ten default constant descriptions.
3378     * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3379       "centimeter".
3381     * Fixed up the values of the ten default constant definitions in the
3382       manual pages.
3384     * The "centimeters <=> inches" default constant should be 0.3937007
3385       rather than 2.54 to be consistent with the other constants.
3387 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3389     * Fixed bug 106583 (http://bugzilla.gnome.org/show_bug.cgi?id=106583)
3390       There were two parts to this. Dennis Cranston fixed the:
3392       (gcalctool:10872): Gtk-CRITICAL **: file gtktextbuffer.c: line 548:
3393       assertion `g_utf8_validate (text, len, NULL)' failed
3395       messages. 
3397       The crash was caused by the paren_disp() function in display.c not
3398       correctly checking for when a Delete character was entered.
3400 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3402     * The financial Term tooltip example didn't work. The problem was that
3403       the Rate function had a keyboard shortcut of "T" and Term had "t". The
3404       check for which financial function was being processed in do_business()
3405       in functions.c didn't take into consideration any key mods (such as
3406       GDK_SHIFT_MASK). Add a key_equal function that now compares both the
3407       mods and the value of keys.
3409     * Moved the Exp button to the right of the Con and Fun buttons for better
3410       grouping.
3412 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3414     * Fixed bug 106501 (http://bugzilla.gnome.org/show_bug.cgi?id=106501)
3415       A check has been added to the do_delete() function in functions.c to
3416       make sure that the length is greater than zero, before setting the
3417       len-1 character to '\0'.
3419 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3421     * From Breda McColgan <breda.mccolgan@sun.com>
3422       Toggled the positions of the Sto and Rcl buttons. This is primarily to
3423       help with the online documentation, which consists of listing the 
3424       gcalctool buttons in several tables, grouping "like" buttons together 
3425       (for example: Bsp, CE, and Clr in one table; Sto, Rcl, and Exch in 
3426       another table). Within a table, the buttons are listed in the sequence 
3427       in which they appear in gcalctool. For the most part, the sequence 
3428       isn't significant. However, it doesn't really make sense to talk about 
3429       either Rcl or Exch until you've described Sto.
3431 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3433     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3434       - The process_str() function will cause a crash if the input string is 
3435         null. For example, if the clipboard is empty and the user presses 
3436         CTRL-V then gcalctool will core dump. Fixed by adding a null check to 
3437         the function. 
3439       - gcalctool now uses a text view for its display widget.
3441 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3443     * Fixes to the manual page:
3444       - the keyboard shortcut for the "Term" function is "t" not "T".
3445       - removed the LOGICAL mode section.
3447 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3449     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3450       Changes the EXPAND flag to FALSE when packing the display label and mode
3451       frame. These widgets shouldn't expand when the calculator is resized. 
3453       Replace the three characters of white space in the title bar text with one
3454       space character, so more of the title fits into the task window list 
3455       applet.
3457 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3459     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3460       Added a launcher to the GNOME's Accessories menu. The launcher uses 
3461       gcalctool.png for its icon which required moving the icon to the pixmaps 
3462       installation directory.  
3464       This means that the find_file() function is no longer necessary, and has
3465       been removed. It was used only in set_gcalctool_icon(). The path of 
3466       gcalctool.png is now always PACKAGE_PIXMAP_DIR. 
3468 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3470     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3471       Mark the menu labels for translation and converts the
3472       gtk_item_factory_get_widget() calls to 
3473       gtk_item_factory_get_widget_by_action() calls. 
3475 2003-02-11  Rich Burridge  <rich.burridge@sun.com>
3477     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3478       - Cleans up the Help menu's layout so it looks like other GNOME 
3479         applications.
3480       - Converts gtk_init() to gnome_program_init() to allow access to things 
3481         like GNOME_STOCK_ABOUT.
3482       - Add an icon field to the Xobject structure.
3483       - Change setup_default_icon() to set_gcalctool_icon() and set X->icon in 
3484         the function.
3485       - Sets the window icon for the memory register and about windows.
3486       - Cleans up about_cb() and call it directly in menu callbacks -- like in 
3487         other gtk+ applications.
3488       - Remove the unneccessary X->about structure field.
3490 2003-02-06  Daniel Yacob  <locales@geez.org>
3492     * Added Amharic (am) to ALL_LINGUAS ata configure.in.
3494 2003-02-07  Rich Burridge  <rich.burridge@sun.com>
3496     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3497       Fixed bug 104249 (http://bugzilla.gnome.org/show_bug.cgi?id=104249)
3498       The UI for adding new or editing existing constants and/or functions
3499       has been improved. It now uses a treeview editable list. A help button
3500       is provided, but that currently isn't hooked up. I've added a note to
3501       bug #104821 for this problem.
3503 2003-02-04  Rich Burridge  <rich.burridge@sun.com>
3505     * Fixed bug 104830 (http://bugzilla.gnome.org/show_bug.cgi?id=104830)
3506       gcalctool now uses gnome-calc3.png as its icon (same as the current
3507       gnome-calculator). For now, I've copied that to a file, gcalctool.png
3508       within the gcalctool distribution. Also removed calctool.gif.
3510 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3512     * Further slight adjustments needed to fix Bugzilla bug 104248. The 
3513       callback handler for the menu items (mb_proc in gtk.c) needed to 
3514       have a check at the top to see if we'd started the application yet, 
3515       and if it hadn't, then to just return. Seemed it was getting called 
3516       as gcalctool was initially coming up, which was toggling the state 
3517       of the v->rstate variable incorrectly.
3519     * Fixed bug 104240 (http://bugzilla.gnome.org/show_bug.cgi?id=104240)
3520       The "File" menubar item is now called "Calculator", and there is a set of
3521       unique mnemonics for the various items in the Scientific mode panel.
3522       The gcalctool manual pages have been updated to reflect these changes.
3524     * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3525       Added in a Control-A mnemonic for Help->About.
3527 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3529     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3530       Fixed bug 104248 (http://bugzilla.gnome.org/show_bug.cgi?id=104248)
3531       The View->Memory Registers menu item's toggle is now set correctly
3532       depending upon whether the memory register windows is visible or hidden.
3534     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3535       The correct radio item is now set in the View menu mode menu item entries
3536       if gcalctool is initially started in Financial or Scientific mode.
3538 2003-01-27  Rich Burridge  <rich.burridge@sun.com>
3540     * The constant and function definitions are now read and written as Gconf
3541       resources, rather than to a ~/.gcalctoolcf file in the user's home 
3542       directory. The manual pages have been updated to reflect this change.
3544       An entry has been added to the TODO file to reflect functionality that
3545       is no longer present because of this change.
3547     * Fixed bug 104250 (http://bugzilla.gnome.org/show_bug.cgi?id=104250)
3548       The constant and the function menu items now have "C<n>:" and "F<n>:" 
3549       prefixes respectively, where <n> is the constant/function number.
3551       This also involved removing the "<=>" from four of the descriptions for
3552       the predefined constant values.
3554 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3556     * Fixed bug 104245 (http://bugzilla.gnome.org/show_bug.cgi?id=104245)
3557       The View->Basic Mode, Financial Mode, Scientific Mode and Memory
3558       Registers now have keyboard accelerators (Control-B, Control-F, Control-S
3559       and Control-M respectively).
3561 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3563     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3564       Further slight adjustments for bug 104287
3565       (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3566       The insert button isthe default button.
3567       The dialog is no longer resizable.
3568       The ESC key can now be used to cancel the dialog.
3570 2003-01-24  Rich Burridge  <rich.burridge@sun.com>
3572     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3573       Fixed bug 104287 (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3574       HIG improvements for the "Insert ASCII Value" dialog.
3576 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3578     * Fixed bug 104241 (http://bugzilla.gnome.org/show_bug.cgi?id=104241)
3579       The Insert ASCII Value" menu item is now "Insert ASCII Value..."
3581     * From: Hidetoshi Tajima <hidetoshi.tajima@sun.com>
3582       Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3583       <bonobo-i18n.h,> where all this stuff is already defined.
3585 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3587     * Fixed bug 102928 (http://bugzilla.gnome.org/show_bug.cgi?id=102928)
3588       The x^2, e^x, 10^x and y^x keys now use Pango markup to display the
3589       label using superscripts.
3591 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3593     * Added in handling of the numeric keypad for Linux systems. This required
3594       an "event" signal handler on the main gcalctool window, and then checking
3595       for a set of keyvals that could be generated by the numeric keypad keys
3596       (with and without the NumLock key on).
3598 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3600     * Handling the function "(3+3)" now works.
3601       The button struct now contains a new item (char func_char) which 
3602       is the character equivalent to the button when you user enteres 
3603       it into a function definition. The process_str() routine in 
3604       graphics.c has been adjusted to call button_for_fc() (a new 
3605       routine in functions.c) to compare each character in the function 
3606       string against this item in each button struct to find the 
3607       appropriate operation.
3609       Also needed changes to do_paren() to call button_for_fc() instead of 
3610       button_for_value().
3612       These changes also fix bugtraq bug #4065378.
3613       Certain functions entered into gcalctool produce incorrect results.
3615     * Changed the keyboard accelerators for the following to use non Alt-<?>
3616       values:
3618       Cos  (old value: Alt-c) becomes 'J'.
3619       Sin  (old value: Alt-s) becomes 'K'.
3620       Tan  (old value: Alt-t) becomes 'L'.
3621       Frac (old value: Alt-f) becomes ':'.
3622       Int  (old value: Alt-i) becomes 'i'.
3623       Abs  (old value: Alt-u) becomes 'u'.
3624       Rate (old value: Alt-r) becomes 'T'.
3626       Updated the manual pages and the tooltip help to reflect these changes.
3628     * Removed the need to configure with "--enable-build-broken".
3630 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3632     * Adjusted the memory registers windows to use the same "R0:  0.00" format 
3633       (bold for first part), as the Rcl, Sto and Exch menus. 
3635 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3637     * The menu items for the Rcl, Sto and Exch menus now have the format
3638       "R0:     0.00", where the "R0:" part is in bold.
3640     * From Padraig O'Briain <Padraig.Obriain@Sun.COM>
3641       Fix to get the keyboard accelerators for the menubar menu items working.
3642       The problem was due to the creation of two accelerator groups in main()
3643       in gtk.c.
3645 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3647     * Updated the NEWS file with an overview of all the changes since v4.1.13.
3649 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3651     * Removed the gconf resource for getting/setting whether a beep is sounded
3652       on error. A beep will now always be sounded in such a case.
3654     * Removed the write_resources() routine. The writing out of the resources
3655       will now be immediately done when each of those functions changes.
3657 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3659     * Updated the manual pages to reflect the recent v4.2.xx changes.
3661     * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3662       on Linux.
3664 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3666     * The real fix for displaying the icon. The problem was that the icon was
3667       being installed in the pkgdata_DATA directory, but gcalctool was looking
3668       for it in the CALCTOOL_DATA_DIR directory, which was incorrectly set to
3669       $(datadir)/calctool" rather than $(datadir)/gcalctool".
3671 2003-01-20  Rich Burridge  <rich.burridge@sun.com>
3673     * Removed the setting of an event mask and a global event handler in 
3674       create_kframe() in gtk.c. This seems to have fixed up the keyboard 
3675       navigation problems.
3677       Control-F1 now toggles the displaying of tooltip help, so the "-h"
3678       command line option has been removed and the old-style event handling
3679       code has also been removed.
3681     * Added in a signal handler for the "delete" event for the main gcalctool
3682       window. The callback calls gtk_main_quit() to terminate the application.
3684 2003-01-17  Rich Burridge  <rich.burridge@sun.com>
3686     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3688       The gcalctool icon is now correctly displayed for me running Sun's
3689       fcs-10 build on Solaris. It's still a problem for Calum running
3690       GNOME HEAD on RH7.2.
3692 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3694     * HCI change suggested by Glynn Foster <Glynn.Foster@Sun.COM>
3696       The Sto/Rcl/Exch menu items should show the current register values 
3697       as well.
3699       The Exch/Rcl/Sto menus are recreated each time that menu is needed. The
3700       menu item callbacks for these menus and the Constant and Function menus
3701       have been consolidated into a single menu_proc_cb() routine.
3703 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3705     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3707       All the radiobutton and checkbox items in the mode panel now have a 
3708       mnemonic associated with them.
3710 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3712     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3714       Fixed up the buttons on the "Insert ASCII Value", "Enter Constant..." and
3715       "Enter Function..." popups. They now just use Cancel and OK buttons, and 
3716       use standard stock Gtk icons.
3718 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3720     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3722       Added in an Edit->Paste menu item. If selected this will paste 
3723       the current contents of the clipboard into the calculator display 
3724       as if you'd typed it.
3726     * Added bullet proofing to the process_str() routine in graphics.c 
3727       to protect it against values that weren't found. If a value wasn't 
3728       found, it's just ignored, and it goes on to process the next 
3729       character in the string.
3731     * Improved the val_to_button() routine in functions.c. It now takes 
3732       into consideration the mods value for each button struct entry when 
3733       comparing against the given value. This isn't enough though, as it 
3734       won't find Alt-<n> buttons.
3736 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3738     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3740       Added a 2 pixel border for the frames containing the Basic, Financial and
3741       Scientific buttons and the mode panel. The calculator doesn't look so
3742       crowded now.
3744 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3746     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3748       Removed the "operand item" label widget, the routine where it was being 
3749       set (set_op_item()) and all the calls to that routine. Other calculators 
3750       don't have any equivalent to this, so it's not really needed.
3752       This also remove the opdisp entry in the button struct and the op_type 
3753       enum.
3755     * Adjusted the "keyboard values used" table in calctool.c to reflect the
3756       current state.
3758 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3760     * The frames around the mode button tables and the mode panel were always 
3761       being shown. The make_but_table() and create_mode_panel() routines were
3762       returning the wrong widgets.
3764 2003-01-18  Rich Burridge  <rich.burridge@sun.com>
3766     * Fixed bug #101865 (http://bugzilla.gnome.org/show_bug.cgi?id=101865)
3767       Made the following keyboard remappings:
3769       Function     Old         New
3770       ---------------------------------
3771       Cos        Control-c     d
3772       Ddb        Control-d     Alt-C
3773       Frac       Control-f     Alt-f
3774       Int        Control-i     Alt-i
3775       Sln        Control-l     l
3776       Ctrm       Control-m     m
3777       Rate       Control-r     Alt-r
3778       Sin        Control-s     Alt-s
3779       Tan        Control-t     Alt-t
3780       Abs        Control-u     Alt-u
3781       Syd        Control-y     Y
3783       Note that the keyboard equivalents for:
3785       Function     Old         New
3786       ---------------------------------
3787       Quit       q or Q        Control-Q
3788       Copy       Sun Copy key  Control-C
3790       still have to be added in, although the menu items in the menu bar 
3791       work fine. The appropriate changes have been made to the manual pages.
3793     * Removed mention of the "-l" and "-r" command line options from the manual 
3794       pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3795       resource too.
3797 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3799     * After discussion with Calum Benson, removed the "Keys" key, that allowed
3800       you to toggle the button labels to show their keyboard equivalents. This
3801       functionality is now covered by the tooltip help and the Help->Contents
3802       online help.
3804 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3806     * Put each of the the button tables and the mode panel inside a frame,
3807       rather then use horizontal separators, to try to make the GUI look 
3808       nicer. There is still a persistent display problem to fix though 
3809       (see entry in the TODO file).
3811 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3813     * Entering "((2+3)*(2+3))" gave the wrong answer. Problems was in the
3814       process_item() routine where extra values were reassigned. With gcalctool
3815       v4.2.0 onwards, "*" is now the multiplication operand, and "x" needed 
3816       to be reassigned to that value (not the other way around). Had to 
3817       adjust the assignment of the "x" and "*" keyboard accelerators 
3818       accordingly too.
3820     * Added in some bullet-proofing to the do_parens() routine to hopefully 
3821       improve the handling of bogus keyboard entries when a string in 
3822       parentheses is being entered.
3824 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3826     * Hooked up the Help->Contents menu item. Note that help support still has
3827       to be included (i.e. a help subdirectory with associated files etc.).
3829 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3831     * The View->Memory Registers menu item now correctly toggles the showing of
3832       the memory register window.
3834 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3836     * Menubar menu items now use stock Gtk icons (where applicable).
3838 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3840     * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3841       This really needs help from a real graphics designer for a suggested color
3842       set.
3844 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3846     * Go into Scientific mode. Click on "(" twice and you'll get a segv.
3847       The problem was the v->current needed to be set to a copy of the 
3848       "n" button struct, rather than trying to find the button value from 
3849       user_data. Created a copy_button_info() routine that is now called 
3850       in three places.
3852 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3854     * Added some horizontal separators to help make the calculator more readable
3855       when in Financial and Scientific Mode.
3857 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3859     * Entering "((2+3)*9+(5-3))" causes a segv. The problem was due to the
3860       change from "x" to "*" as the character for multiplication. The .value
3861       entry in the button struct for the multiplication button needed to be
3862       changed to GDK_asterisk (rather than GDK_x), otherwise button_for_value()
3863       returns a NULL pointer.
3865 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3867     * Removed the attempt to display a calculator image on the About popup.
3869     * Typing the keyboard equivalent of the menu buttons now works. The problem
3870       was in process_item() in display.c. v->current couldn't just point to the
3871       current button struct. It needed to be a copy of it, so that pending
3872       operation (which save the pending value), don't overwrite the base button
3873       entries.
3875     * Removed the VERSION string from the titlebar. This is now in the About 
3876       popup.
3878 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3880     * Added in an About popup that's accessible through the Help->About 
3881       Gcalctool menubar Help menu item.
3883 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3885     * Fixed bug #102927 (http://bugzilla.gnome.org/show_bug.cgi?id=102927)
3886       Replaced abbreviation "trig." with full word "trigonometric".
3888 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3890     * Fixed bug #102922 (http://bugzilla.gnome.org/show_bug.cgi?id=102922)
3891       Adjusted the two occurances of sentence fragments in the 
3892       cfframe_apply_cb() routine in gtk.c to make it easier for L10N folks 
3893       to translate them.
3895 2003-01-08  German Poo-Caaman~o  <gpoo@ubiobio.cl>
3897     * Added Spanish (es) to ALL_LINGUAS at configure.in
3899 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3901     * gcalctool is now resizable again.
3903 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3905     * Make calculator window choose a reasonable size at startup, and resize 
3906       when changing modes.
3908 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3910     * Removed the GNOME_UTIL_LIBS line from .../gcalctool/Makefile.am as it's
3911       not needed.
3913 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3915     * Fixed "blank buttons displaying" bug. 
3917     * Added small section to configure.in that forces a "--enable-build-broken"
3918       flag to have to be passed to configure in order to build gcalctool while 
3919       it is still in this semi-broken state. This will be removed when most of
3920       the items mentioned in the first section of the TODO file have been
3921       implemented.
3923 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3925     * Updated the copyright messages to by the correct GPL ones for the various
3926       source files, plus used date of 2003 (not 2002) in:
3928       .../ChangeLog
3929       .../NEWS
3930       .../README
3931       .../TODO.
3932       .../gcalctool/calctool.c
3933       .../gcalctool/calctool.h
3934       .../gcalctool/display.c
3935       .../gcalctool/dsdefs.h
3936       .../gcalctool/dsfuns.c
3937       .../gcalctool/extern.h
3938       .../gcalctool/functions.c
3939       .../gcalctool/gcalctool.1
3940       .../gcalctool/get.c
3941       .../gcalctool/graphics.c
3942       .../gcalctool/gtk.c
3943       .../gcalctool/mp.c
3945     * The Financial/Logical/Scientific mode buttons have been moved into
3946       the main calculator window above the Basic mode buttons.
3948     * Added a menubar with the following menus/items:
3950       File      Edit                  View              Help
3951       -----------------------------------------------------------------
3952       Quit      Copy                  Basic Mode        Contents...
3953                 Insert ASCII Value    Financial Mode    About Gcalctool
3954                                       Scientific Mode
3956                                       Memory Register
3957                                       Right-handed Style
3959       The functionality has been hooked up except for the two Help menu items.
3961     * Revamped the gcalctool design. The Basic Mode is much simpler now.
3962       The Logical and Scientific modes have been combined into a single
3963       Scientific mode (which also includes some of the functionality that
3964       was in the previous Basic mode).
3966       The mode buttons are now extra button tables (and a mode panel) that get
3967       shown or hidden in the main gcalctool window depending upon the current
3968       mode.
3970       The six item mode display has been removed. The current base, numeric
3971       display type, trigonometric type, hyp and inv settings can be seen by
3972       the radio buttons and check boxes in the mode panel. The current mode is
3973       given in the main window title bar. The only things that's really 
3974       different is that there is no longer a current operand display item.
3976     * Remove the small property sheet that was displayed when you right clicked
3977       in the main window button area (not over a button). This had the ability
3978       to set a left or right-handed style. This functionality has also been
3979       removed, because with the simplification of the Basic mode, it's no 
3980       longer needed. Remove the command line options and resources associated 
3981       with this.
3983     * From Andrew Sobala <andrew@sobala.net>
3984       Fixed bug #102698 - "make distcheck" fails. Fix was to use the correct
3985       GNOME 2 autogen.sh. Also added #(schema_DATA) to the top-level
3986       Makefile.am