Bug #520769 - Remove usage of sprintf() and strcpy() and replace with snprintf()...
[gcalctool.git] / ChangeLog
blobcbf9c7f131e18914ea05cc24864d73dd6370d60f
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-12 Robert Ancell <robert.ancell@gmail.com>
12     * gcalctool/unittest.c:
13       Bug #135671 - Added initial unit tests
14     * Bug #520769 - Remove usage of sprintf() and strcpy() and replace
15       with snprintf() and strncpy().
17 2008-03-11 Robert Ancell <robert.ancell@gmail.com>
19     * gcalctool/functions.c:
20       Fixed bug #520525 - Clear display sets display to empty not "Ans".
22 2008-03-10 Rich Burridge <rich.burridge@sun.com>
24     * gcalctool/gtk.c:
25       Fixed bug #521620 - Impossible to type "(" in the GUI.
27     * gcalctool/gtk.c:
28       Fixed bug #520269 – Possibly incorrect use of plurals.
30     * gcalctool/calctool.c:
31       gcalctool/gtk.c:
32       From Jens Granseuer <jensgr at gmx dot net>
33       Fixed bug #521668 – compile errors.
35 2008-03-10 Rich Burridge <rich.burridge@sun.com>
37     * AUTHORS:
38       README:
39       NEWS:
40       configure.in:
41       Released a gcalctool v5.22.0 tarball.
43 2008-03-06 Rich Burridge <rich.burridge@sun.com>
45     * gcalctool/calctool.h:
46       Fix for bug #520474 - Calculator uses 06 in place of decimal.
48 2008-03-02 Rich Burridge <rich.burridge@sun.com>
50     * gcalctool/calctool.c:
51       Fix for bug #519979 - Please provide translator comments.
53 2008-02-28 Rich Burridge <rich.burridge@sun.com>
55     * gcalctool/gtk.c:
56       Fix for bug #519243 - Memory registers save incorrectly.
58 2008-02-24 Rich Burridge <rich.burridge@sun.com>
60     * README:
61       NEWS:
62       configure.in:
63       Released a gcalctool v5.21.92 tarball.
65 2008-02-11 Rich Burridge <rich.burridge@sun.com>
67     * README:
68       NEWS:
69       configure.in:
70       Released a gcalctool v5.21.91 tarball.
72 2008-02-11  Robert Ancell  <robert.ancell@gmail.com>
74     * glade/gcalctool.glade:
75       Change Help->Help menu to Help->Contents to match HIG (Bug #514812)
77 2008-02-10 Rich Burridge <rich.burridge@sun.com>
79     * gcalctool/gtk.c:
80       gcalctool/calctool.c:
81       glade/gcalctool.glade:
82       help/C/gcalctool.xml:
83       Fix for bug #515326 – translation issues
85 2008-02-10  Robert Ancell  <robert.ancell@gmail.com>
87     * glade/gcalctool.glade:
88       Unmark bitcalculating strings for translation (Bug #515326)
89       Change help menu shortcut from Ctrl+H to F1 to match HIG (Bug #514812)
91 2008-02-10  Luca Ferretti  <elle.uca@libero.it>
93     * configure.in:
94       Remove help/it/Makefile, switching to gnome-doc-utils
96 2008-02-04 Rich Burridge <rich.burridge@sun.com>
98     * gcalctool/gtk.c:
99       Fix for bug #514233 - Title not translated
101 2008-02-02 Rich Burridge <rich.burridge@sun.com>
103     * gcalctool/gtk.c:
104       Fix for bug #513868 - Switching mode clears values but not 
105       "Malformed expression" in statusbar.
107     * gcalctool/ce_tokeniser.l:
108       From Sami Pietila <sami.pietila@utu.fi>
109       Fix for bug #513218 - Parsing not handling things the way a 
110       "normal" calculator would.
112     * help/de/de.po:
113       From Philipp Kerling <k.philipp@gmail.com>
114       Fix for bug #482666 - XML errors in gcalctool de translation.
116 2008-02-02  Tommi Vainikainen  <thv@iki.fi>
118         * glade/gcalctool.glade: Fix typo (Retreive -> Retrieve)
120 2008-01-28 Rich Burridge <rich.burridge@sun.com>
122     * README:
123       RELEASE.HOWTO:
124       NEWS:
125       configure.in:
126       Released a gcalctool v5.21.90 tarball.
128 2008-01-26 Rich Burridge <rich.burridge@sun.com>
130     * gcalctool/functions.c:
131       From Sami Pietila <sami.pietila@utu.fi>
132       Fix for bug #512204 - Regression in (-,+) handling.
134 2008-01-24 Rich Burridge <rich.burridge@sun.com>
136     * gcalctool/ce_parser.y:
137       gcalctool/mpmath.c:
138       gcalctool/functions.c:
139       Fix for bug #511052 – Mod gives negative remainders.
141 2008-01-16  Claude Paroz  <claude@2xlibre.net>
143     * gcalctool/gtk.c: (create_kframe):
144       Typo in message.
146 2008-01-14 Rich Burridge <rich.burridge@sun.com>
148     * README:
149       NEWS:
150       configure.in:
151       Released a gcalctool v5.21.5 tarball.
153 2008-01-04 Rich Burridge <rich.burridge@sun.com>
155     * gcalctool/gtk.c:
156       Fix for bug #507126 - "x" should be a keyboard shortcut for bitwise 
157       XOR but it's currently doing multiplication.
159     * gcalctool/gtk.c:
160       Fix for bug #507124 - gcalctool menu items are not being set inactive 
161       when there is an error condition.
163     * help/C/gcalctool.xml:
164       More work on bug #503941 – Various Calculator docmentation issues.
165       - Adjusted the note in section 3.1.1 to describe what a C locale is.
167 2008-01-03 Rich Burridge <rich.burridge@sun.com>
169     * help/C/gcalctool.xml:
170       Work on bug #503941 – Various Calculator docmentation issues.
171       - Added a section 3.6 "Undo and Redo"
172       - After an error condition pressing Shift-Delete will now 
173         clear it, not Delete.
174       - Updated and added numerous Alt-<whatever> and Control-<whatever>
175         definitions in the keyboard shortcut tables.
177     * RELEASE-HOWTO:  (new)
178       Added a document that provides a step-by-step list to remind 
179       gcalctool maintainers how to make a release.
181     * gcalctool/functions.c:
182       gcalctool/calctool.c:
183       gcalctool/calctool.h:
184       From Sami Pietila <sami.pietila@utu.fi>
185       Fix for bug #506742 - Various gcalctool buttons don't behave as 
186       expected when they are used right after a Clr operation.
188 2008-01-02 Rich Burridge <rich.burridge@sun.com>
190     * gcalctool/gtk.c:
191       From Sami Pietila <sami.pietila@utu.fi>
192       Work on bug #499954 – Key repeat is delayed.
193       Adjustments to the set_bit_panel() routine for arithmetic operator
194       precedence mode.
196 2008-01-01 Rich Burridge <rich.burridge@sun.com>
198     * (most files):
199       Updated the copyright messages to include 2008.
200       Updated the gcalctool About message in a similar fashion.
202     * help/C/figures/gcalctool_scientific_window.png:
203       help/C/gcalctool.xml:
204       gcalctool/functions.c:
205       gcalctool/lr_tokeniser.l:
206       gcalctool/lr_parser.y:
207       gcalctool/ce_tokeniser.l:
208       gcalctool/gtk.c:
209       gcalctool/mpmath.c:
210       gcalctool/ce_parser.y:
211       gcalctool/mpmath.h:
212       gcalctool/calctool.c:
213       gcalctool/calctool.h:
214       gcalctool/gcalctool.1:
215       glade/gcalctool.glade:
216       From Robert Millan <rmh@aybabtu.com>
217       From Robert Ancell <robert.ancell@gmail.com>
218       Fixed bug #505892 - Added a base 2 logarithm button. Note that for 
219       a future release of gcaltool, that this might be changed to a log<n>
220       button (see bug #336609 for more details).
222 2007-12-17 Rich Burridge <rich.burridge@sun.com>
224     * configure.in:
225       NEWS:
226       Released a gcalctool v5.21.4 tarball.
228 2007-12-15 Rich Burridge <rich.burridge@sun.com>
230     * help/C/gcalctool.xml:
231       Adjusted online help documentation to add in a section 4.4. "Changing
232       The Display Area" and to update the new keyboard shortcut for Clear.
234 2007-12-15 Robert Ancell <robert.ancell@gmail.com>
236     * Use delete key to delete character right of cursor in display, clear
237       now uses shift+delete (Bug #326938).
238     * glade/gcalctool.glade: Update all button tooltips to have the shortcut
239       key for that button (Bug #503707).
241 2007-12-12 Rich Burridge <rich.burridge@sun.com>
243     * gcalctool.desktop.in:
244       Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
245       category
247     * help/C/gcalctool.xml:
248       Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
249       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
251     * help/C/gcalctool.xml:
252       Work on bug #501699. Adjusted "monthly interest rate" to "simple
253       monthly interest rate" in the online help for two of the financial
254       examples.
256 2007-12-09 Robert Ancell <robert.ancell@gmail.com>
258     * gcalctool/gtk.c: Fix incorrect menu radio button selected when
259       mode change aborted (bug #488226).
261 2007-12-07 Rich Burridge <rich.burridge@sun.com>
263     * gcalctool/functions.c:
264       Fix for bug #502306 - unable to use MOD operation after a 
265       x ᶺ y operation.
267 2007-12-03 Rich Burridge <rich.burridge@sun.com>
269     * configure.in:
270       NEWS:
271       Released a gcalctool v5.21.3 tarball.
273 2007-12-2 Robert Ancell <robert.ancell@gmail.com>
275     * Added a "Reset to Default" accuracy menu item (bug #488542).
277 2007-11-28 Rich Burridge <rich.burridge@sun.com>
279     * gcalctool/gtk.c:
280       From Sami Pietila <sami.pietila@utu.fi>
281       When the bit calculation extension is enabled, a message now appears
282       in the status bar.
284     * glade/gcalctool.glade:
285       Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension 
286       produces incorrect results.
288 2007-11-27 Rich Burridge <rich.burridge@sun.com>
290     * help/C/figures/gcalctool_scientific_window.png:
291       help/C/gcalctool.xml:
292       Fixed bug #367731 - [doc] Update documentation for bit calculating 
293       extension.
295     * gcalctool/gtk.c:
296       From Sami Pietila <sami.pietila@utu.fi>
297       Fixed bug 500029 - Clearing a bit in the bitcalculating extension, 
298       sets the display to zero.
300 2007-11-27 Robert Ancell <robert.ancell@gmail.com>
302     * gcalctool/gtk.c: 
303       Disable menu items not valid in current mode (Bug #499625).
305 2007-11-17 Robert Ancell <robert.ancell@gmail.com>
307     * gcalctool/Makefile.am: Fix build dependencies for parsers (Bug #497237).
308     * gcalctool/gtk.c: Trim pasted text on newlines, replace tabs with spaces
309       (Bug #488796).
311 2007-11-13 Rich Burridge <rich.burridge@sun.com>
313     * help/C/figures/gcalctool_advanced_window.png:
314       help/C/figures/gcalctool_basic_window.png:
315       help/C/figures/gcalctool_financial_window.png:
316       help/C/figures/gcalctool_menu_symbol.png:
317       help/C/figures/gcalctool_scientific_window.png:
318       Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
320     * help/C/gcalctool.xml:
321       Fixed bug #367723 - [doc] Update documentation for Changing Modes 
322       Clears Calculation.
324 2007-11-12 Rich Burridge <rich.burridge@sun.com>
326     * configure.in:
327       NEWS:
328       Released a gcalctool v5.21.2 tarball.
330 2007-11-10 Robert Ancell <robert.ancell@gmail.com>
332     * gtk.c: Close precision dialog when setting precision from
333       Acc button (Bug #495349).
334     * gcalctool.glade: Connect "activate" signal for precision
335       spin button after spin button has been updated (Bug #495345)
337 2007-11-6 Robert Ancell <robert.ancell@gmail.com>
339     * everything:
340       Stop display characters from being translated as this will
341       cause the display parser to fail.
342       Change labels on trig function keys when inverse/hyperbolic
343       toggled.
345 2007-11-4 Robert Ancell <robert.ancell@gmail.com>
347     * everything:
348       Split calctool.h into seperate header files.
349       Removed unused function definitions and killed extern.h.
350       Moved gconf behaviour into get.c.
351       Removed some global variables for resource naming.
352       Merged graphics.c into gtk.c.
353       Renamed all gtk.c external functions to ui_*().
354       Moved main() into calctool.c.
355       Disable bitcalculating menu when not in scientific mode.
356       Renamed GTK+ callbacks so they all are in the form *_cb().
358 2007-11-3 Rich Burridge <rich.burridge@sun.com>
360     * help/Makefile.am:
361       From dmacks@netspace.org
362       Fixed bug #482655 - Missing image file.
364     * gcalctool/gtk.c:
365       Fix the buglet in comment #51 of bug #485919.
367 2007-11-3 Robert Ancell <robert.ancell@gmail.com>
369     * gcalctool/gtk.c: 
370       Re-enable accuracy menu items (Final part of bug #488694).
371       Make accuracy shortcuts only work in scientific mode (bug #488489).
372       Stop bogus '-/-' in accuracy menu items (bug #488703).
374 2007-11-1 Rich Burridge <rich.burridge@sun.com>
376     * display.c:
377       calctool.h:
378       functions.c:
379       gtk.c:
380       More lint fixups.
382 2007-11-1 Robert Ancell <robert.ancell@gmail.com>
384     * gcalctool/gtk.c:
385       glade/gcalctool.glade:
386       More work on bug #488694 - Move all popup menus into gcalctool.glade.
387       Split constant and function dialogs into seperate UI elements.
389     * gcalctool/graphics.c:
390       gcalctool/calctool.c:
391       gcalctool/calctool.h:
392       gcalctool/display.c:
393       gcalctool/functions.c:      
394       gcalctool/gtk.c:
395       glade/gcalctool.glade:      
396       More work on bug #488694 - Simplify menu code
398 2007-10-31 Rich Burridge <rich.burridge@sun.com>
400     * gcalctool/dsfuns.c:
401       gcalctool/calctool.h:
402       gcalctool/functions.c:
403       gcalctool/ce_parser.h:
404       gcalctool/gtk.c:
405       Code cleanup to a consistent style, plus fixup for various warnings
406       from lint.
408 2007-10-31 Robert Ancell <robert.ancell@gmail.com>
410     * gcalctool/mpmath.c:
411       gcalctool/graphics.c:
412       gcalctool/calctool.c:
413       gcalctool/calctool.h:
414       gcalctool/display.c:
415       gcalctool/functions.c:
416       gcalctool/extern.h:
417       gcalctool/get.c:
418       gcalctool/gtk.c:
419       glade/gcalctool.glade:
420       More work on bug #488694 - Move accelerator handling from calctool.c
421       
422     * gcalctool/gtk.c:
423       glade/gcalctool.glade:
424       More work on bug #488694 - Move ASCII, accuracy, function and
425       constant dialogs into gcalctool.glade
427 2007-10-30 Rich Burridge <rich.burridge@sun.com>
429     * gcalctool/mpmath.c:
430       Fix for bug #485134 - OR calculation produces incorrect result in 
431       arithmetic precedence mode.
433 2007-10-28 Rich Burridge <rich.burridge@sun.com>
435     * gcalctool/functions.c:
436       From Sami Pietila <sami.pietila@utu.fi>
437       Fix for bug #490701 - base radio buttons initially fail.
439     * Released a gcalctool v5.21.1 tarball.
441 2007-10-27 Rich Burridge <rich.burridge@sun.com>
443     * gcalctool/mpmath.c:
444       From Sami Pietila <sami.pietila@utu.fi>
445       Attempted fix for bug #485134 - OR calculation produces incorrect 
446       result in arithmetic precedence mode. This isn't a complete solution
447       so the bug has been reopened.
449 2007-10-26 Rich Burridge <rich.burridge@sun.com>
451     * gcalctool/functions.c:
452       From Sami Pietila <sami.pietila@utu.fi>
453       Fix for bug #488828 - Reciprocal remembers backspaced items.
455 2007-10-23 Rich Burridge <rich.burridge@sun.com>
457     * glade/gcalctool.glade:
458       More work on bug ##488694 - [a11y] Several calculator buttons 
459       don't speak correctly with Orca. Removed the accessible descriptions
460       (not needed) and adjusted the "shift left" and "shift right" names
461       (they were reversed).
463     * gcalctool/functions.c:
464       From Sami Pietila <sami.pietila@utu.fi>
465       Patch to stablize arithmetic precedence.
467 2007-10-23 Robert Ancell <robert.ancell@gmail.com>
469     * gcalctool/gtk.c:
470       Stop acting on toggle events from radio buttons when they go
471       inactive (Bug #485918).
473 2007-10-22 Rich Burridge <rich.burridge@sun.com>
475     * glade/gcalctool.glade:
476       From Robert Ancell <robert.ancell@gmail.com>
477       More work on bug #485919 - Use Glade for UI. This patch puts 
478       menu accelerators back again and fixes the top button row in 
479       basic mode being too tall.
481     * MAINTAINERS:
482       Added Robert Ancell to the list of gcalctool MAINTAINERS.
484     * glade/gcalctool.glade:
485       Fixed bug #488830 - Hex radio button shortcut conflicts with 
486       Help menu shortcut.
488     * glade/gcalctool.glade:
489       Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip 
490       shortcut keys.
492     * gcalctool/gtk.c:
493       Fixed bug #488783 - memory registers not available if you start 
494       in Advanced mode
496     * gcalctool/gtk.c:
497       glade/gcalctool.glade:
498       Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak 
499       correctly with Orca.
501 2007-10-20 Rich Burridge <rich.burridge@sun.com>
503     * gcalctool/calctool.c:
504       gcalctool/calctool.h:
505       gcalctool/functions.c:
506       gcalctool/extern.h:
507       gcalctool/gtk.c:
508       glade/gcalctool.glade:    (new)
509       glade/Makefile.am:
510       glade/mode_panel.glade:   (removed)
511       po/POTFILES.in:
512       From Robert Ancell <robert.ancell@gmail.com>
513       More work on bug #485919 - Use Glade for UI. This now provides
514       Glade support for the majority of the gcalctool GUI.
516 2007-10-15 Rich Burridge <rich.burridge@sun.com>
518     * gcalctool/gtk.c:
519       Fix for bug #485398 - Put memory register window inside the main window.
520       Uses gtk_window_set_transient_for() to associate the memory register
521       window with the main gcalctool window.
523     * help/C/gcalctool.xml:
524       Fix for bug #383850 - [doc] New names for Precedence.
526 2007-10-13 Rich Burridge <rich.burridge@sun.com>
528     * gcalctool/gtk.c:
529       From Sami Pietila <sami.pietila@utu.fi>
530       Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence 
531       mode if user has "hand edited" the display.
533 2007-10-12 Rich Burridge <rich.burridge@sun.com>
535     * configure.in:
536       gcalctool/calctool.c:
537       gcalctool/gtk.c:
538       gcalctool/Makefile.am:
539       Makefile.am:
540       glade/Makefile.am:          (new)
541       glade/mode_panel.glade:     (new)
542       From Robert Ancell <robert.ancell@gmail.com>
543       Work on bug #485919 - Use Glade for UI.
544       Initial Glade patch adds support for the mode panel.
546 2007-10-11 Rich Burridge <rich.burridge@sun.com>
548     * gcalctool/gtk.c:
549       Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
550       correctly set the state of the Edit-<Memory Registers check box if the
551       user wanted the memory registers initially displayed.
553     * gcalctool/gtk.c:
554       From Christian Persch <chpe@gnome.org>
555       Correctly handle memory register display and "Memory Registers" menu
556       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
557       (Needed because of the recent changes for bug #478961).
559 2007-10-08 Rich Burridge <rich.burridge@sun.com>
561     * Released a gcalctool v5.21.0 tarball.
563     * gcalctool/calctool.h:
564       gcalctool/display.c:
565       gcalctool/functions.c:
566       gcalctool/ce_tokeniser.l:
567       gcalctool/get.c:
568       gcalctool/gtk.c:
569       With lots of help from Sami Pietila <sampie@utu.fi>
570       Fix for bug #326938 – Display cursor in input area; allow home
571       and end keys. This is in arithmetic precedence mode only.
573 2007-10-08 Rich Burridge <rich.burridge@sun.com>
575     * gcalctool/graphics.c:
576       Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 
577       places menu items.
579 2007-10-02 Rich Burridge <rich.burridge@sun.com>
581     * help/C/gcalctool.xml:
582       gcalctool/calctool.h:
583       gcalctool/ce_tokeniser.l:
584       Fix for bug #439087 – Gcalctool can't handle small physic constants 
585       like the Boltzmann constant. The number of significant places has
586       been increased to 99 and the number of displayable digits has been
587       increased to 200. The online help has been adjusted to reflect these
588       changes.
590       Note that if you have something in the gcalctool display that is 
591       wider than the display area, a scrollbar is shown, but the first 
592       digit isn't properly displayed. The workaround here, is to enlarge 
593       the size of the calculator window until the scrollbar goes away.
594       I believe this is a Gtk+ problem and have filed bug #482688 against it.
596     * help/C/gcalctool.xml:
597       Fixed bug #367738 – [doc] Square root documentation needs to be updated.
598       The entry in the online help now includes examples for both arithmetic 
599       precedence and non-arithmetic precedence mode.
601     * help/C/gcalctool.xml:
602       Fixed bug #428571 – [doc] Repetitive usage of "use".
604 2007-10-01 Rich Burridge <rich.burridge@sun.com>
606     * gcalctool/Makefile.am:
607       configure.in:
608       From Rémi Cardona <remi@gentoo.org>
609       Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
611     * help/C/gcalctool.xml:
612       gcalctool/calctool.c:
613       gcalctool/display.c:
614       gcalctool/calctool.h:
615       gcalctool/functions.c:
616       gcalctool/lr_tokeniser.l:
617       gcalctool/ce_tokeniser.l:
618       gcalctool/gcalctool.1:
619       Fixed bug #428573 – [doc] Spelling of logical gates.
620       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
621       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
622       display area in arithmetic precedence mode. The gcalctool manual
623       pages and the online help have been updated accordingly.
625       The XOR operation in non-arithmetic mode was doing a multiplication 
626       instead.
628       The result for the AND example in the online help was incorrect.
630       The syntax for using NOT in aritmetic mode is different then for
631       non-arithmetic mode. The online help example has been updated to
632       show both examples.
634 2007-09-28 Rich Burridge <rich.burridge@sun.com>
636     * help/C/gcalctool.xml:
637       gcalctool/calctool.c:
638       gcalctool/calctool.h:
639       gcalctool/functions.c:
640       gcalctool/lr_tokeniser.l:
641       gcalctool/ce_tokeniser.l:
642       gcalctool/gcalctool.1:
643       gcalctool/gtk.c:
644       gcalctool/ce_parser.y:
645       With lots of help from Sami Pietila <sampie@ariana-dsl.utu.fi>
646       Fixed bug #469245 – Hexadecimal input is not intuitive and
647       bug #455889 – Copy/paste of lower case hex letter does not work.
648       The hexadecimal digits have been changed back to their pre Sept
649       2003 (bug #118826) values of "a" - "f".
651       The following functions have also had their keyboard shortcuts
652       reverted back to their pre Sept 2003 upper-case values:
654       [A] - Set accuracy
655       [C] - Change sign
656       [D] - Double-declining depreciation
657       [E] - Enter an exponential number
658       [F] - User-defined functions
660       With copy/paste operations, where the user is pasting a string into
661       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
662       "D" or "F" character is encountered, it will be converted to its
663       lowercase equivalent. If an "E" is found,  and the next character is a
664       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
665       a possible exponential number), otherwise its converted to a lower
666       case "e".
668       Displaying of hex digits in the gcalctool display will still be
669       in uppercase. Displaying of the "e" in an exponential number will
670       still be in lower-case.
672       The way to enter exponential numbers in arithmetic precedence mode
673       has changed. The following four examples should show you the new
674       correct syntax:
676         1  2  Exp + 8  =              1200000000
677       - 1  2  Exp + 8  =             -1200000000
678         1  2  Exp - 8  =              0.00000012
679       - 1  2  Exp - 8  =             -0.00000012
681       In both left-to-right precedence and arithmetic precedence modes, if
682       the user enters a numeric digit that is incorrect for the current
683       numeric base, this shouldn't be allowed and should not be entered
684       in the display.
686       The gcalctool documentation (and tooltips) have been updated to
687       reflect these changes.
689 2007-09-24 Rich Burridge <rich.burridge@sun.com>
691     * From Christian Persch <chpe@gnome.org>
692       gcalctool/gtk.c:
693       Fixed bug #479102 – memory registers dialogue should use ngettext.
695 2007-09-21 Rich Burridge <rich.burridge@sun.com>
697     * Updated the MAINTAINERS file with Sami's new email address.
699     * From Christian Persch <chpe@gnome.org>
700       gcalctool/gtk.c:
701       Fixed bug #478961 – GtkAaction use.
703     * From Christian Persch <chpe@gnome.org>
704       gcalctool/gtk.c:
705       Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
707     * From Christian Persch <chpe@gnome.org>
708       gcalctool/gtk.c:
709       Fixed bug #478979 – show menu help in statusbar.
711     * From Christian Persch <chpe@gnome.org>
712       gcalctool/gtk.c:
713       Fixed bug #479064 – should use ngettext on the Acc button.
715     * From Christian Persch <chpe@gnome.org>
716       gcalctool/gtk.c:
717       Fixed bug #479097 – use gtkmessagedialog.
719     * From Christian Persch <chpe@gnome.org>
720       gcalctool/gtk.c:
721       Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
723 2007-09-17 Rich Burridge <rich.burridge@sun.com>
725     * Released a gcalctool tarball for GNOME 2.20.0.
727 2007-09-03 Rich Burridge <rich.burridge@sun.com>
729     * Released a gcalctool tarball for GNOME 2.19.92.
731 2007-08-27 Rich Burridge <rich.burridge@sun.com>
733     * Released a gcalctool tarball for GNOME 2.19.91.
735 2007-08-17 Rich Burridge <rich.burridge@sun.com>
737     * From Lionel Le Folgoc
738       gcalctool.desktop.in:
739       Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
741 2007-08-13 Rich Burridge <rich.burridge@sun.com>
743     * Released a gcalctool tarball for GNOME 2.19.90.
745 2007-08-11 Rich Burridge <rich.burridge@sun.com>
747     * MAINTAINERS:
748       Adjusted to the new format.
750 2007-07-30 Rich Burridge <rich.burridge@sun.com>
752     * Released a gcalctool tarball for GNOME 2.19.6.
754 2007-07-30 Jan Arne Petersen <jpetersen@jpetersen.org>
756     * configure.in:
757       Remove help/de/Makefile due to gnome-doc-utils migration.
759 2007-07-24 Rich Burridge <rich.burridge@sun.com>
761     * From Christopher Taylor et al
762       configure.in:
763       gcalctool/gtk.c:
764       Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
765       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
767 2007-07-22 Yair Hershkovitz <yairhr@gmail.com>
768     * gcalctool/gtk.c:
769       Always use left-to-right direction for button's boxes. Fixed bug
770       #439415.
772 2007-07-08 Rich Burridge <rich.burridge@sun.com>
774     * gcalctool.desktop.in:
775       Applied Sun patch 
776       /jds/spec-files/trunk/patches/gcalctool-01-menu-entry.diff.
777       Changed the Comment line.
779     * Released a gcalctool tarball for GNOME 2.19.5.
781 2007-06-26 Rich Burridge <rich.burridge@sun.com>
783     * gcalctool/mpmath.c:
784       Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
786     * gcalctool/gtk.c:
787       Fixed bug #450790 – crash in Calculator when pasting in a very large
788       number.
790 2007-06-18 Rich Burridge <rich.burridge@sun.com>
792     * From Jani Monoses
793       Fixed bug #448263 – drop libgnome dependency
795     * Released a gcalctool tarball for GNOME 2.19.4.
797 2007-06-04 Rich Burridge <rich.burridge@sun.com>
799     * Released a gcalctool tarball for GNOME 2.19.3.
801 2007-05-21 Rich Burridge <rich.burridge@sun.com>
803     * Fixed bug #439985 – Negative value not saved in memory register 
804       across invocations of gcalctool. This was also a problem was negative
805       constants.
807 2007-05-13 Rich Burridge <rich.burridge@sun.com>
809     * Released a gcalctool tarball for GNOME 2.19.2.
811 2007-04-30 Rich Burridge <rich.burridge@sun.com>
813    * gcalctool/display.c:
814      gcalctool/functions.c:
815      From: Sami Pietilä
816      Fixed bug #419927 - calculator rcl function does not work as documented.
818 2007-04-23 Rich Burridge <rich.burridge@sun.com>
820     * Released a gcalctool tarball for GNOME 2.19.1.
821       (gcalctool version number now aligns with the GNOME 
822        minor.micro numbers).
824 2007-04-18 Rich Burridge <rich.burridge@sun.com>
826    * gcalctool/gtk.c:
827      Fixed up various compiler warnings.
829 2007-04-13  Changwoo Ryu  <cwryu@debian.org>
831     * configure.in:
832       Removed line for help/ko/Makefile.in due to gnome-doc-utils
833       migration.
835 2007-03-28 Rich Burridge <rich.burridge@sun.com>
837    * gcalctool.desktop.in:
838      Fixed bug #413443 – gnome-calculator is not publically visible icon.
840 2007-03-12 Rich Burridge <rich.burridge@sun.com>
842     * gcalctool/gtk.c:
843       Adjust "Paste" to _("Paste") in the for_each_menu() routine for 
844       bug #317786 – copy and paste menu entries are always active.
846 2007-03-12 Rich Burridge <rich.burridge@sun.com>
848     * Released a gcalctool tarball for GNOME 2.18.0 (Final).
850 2007-03-08  Christian Kirbach  <Christian.Kirbach@googlemail.com>
852         * gcalctool.desktop.in:
853         "Application" is not a valid category in the freedesktop specification.
854         Added the GTK category.
856 2007-02-27 Rich Burridge <rich.burridge@sun.com>
858     * gcalctool/gtk.c:
859       Fixed bug 412688 - gcalctool crashed with SIGSEGV in strlen().
861 2007-02-25 Rich Burridge <rich.burridge@sun.com>
863     * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
865 2007-02-12 Rich Burridge <rich.burridge@sun.com>
867     * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
869 2007-02-06 Rich Burridge <rich.burridge@sun.com>
871     * gcalctool/gtk.c:
872       Fixed bug #402473 – Problems pasting back value when using 
873       thousands separator.
875 2007-01-22 Rich Burridge <rich.burridge@sun.com>
877     * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
879 2007-01-17 Rich Burridge <rich.burridge@sun.com>
881     * gcalctool/gtk.c:
882       Fixed bug #397788 – Need spin control limit for Acc Other popup.
884 2007-01-16 Rich Burridge <rich.burridge@sun.com>
886     * gcalctool/gtk.c:
887       From Thomas Molhave
888       Fixed bug #317786 - copy and paste menu entries are always active.
890 2007-01-08 Rich Burridge <rich.burridge@sun.com>
892     * All copyright messages updated for 2007.
893     * Released a gcalctool tarball for GNOME 2.17.5.
895 2006-12-17 Rich Burridge <rich.burridge@sun.com>
897     * Released a gcalctool tarball for GNOME 2.17.4.
899 2006-12-15 Rich Burridge <rich.burridge@sun.com>
901     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
902       Fixed bug #371669 - Floating Hexadecimal values converting to any.
904 2006-12-08 Rich Burridge <rich.burridge@sun.com>
906     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
907       Fixed bug #381037 – result can not be used for "mod" operation.
909     * Fixed bug #369503 – Problems with 'arithmetic precedence mode'.
911 2006-12-04 Rich Burridge <rich.burridge@sun.com>
913     * Released a gcalctool tarball for GNOME 2.17.3.
915 2006-11-28 Rich Burridge <rich.burridge@sun.com>
917     * gcalctool/gtk.c:
918       Fixed bug #380145 – Markup error in alert message.
920 2006-11-27 Rich Burridge <rich.burridge@sun.com>
922     * gcalctool/gtk.c:
923       In set_win_position(), initialized the x and y variables.
925     * help/C/gcalctool.xml:
926       Fixed bug #367754 - [doc] Update documentation for % operator.
928     * help/C/gcalctool.xml:
929       Fixed bug #367728 - [doc] Update documentation for Mod (Modulus 
930       Division) operation.
932     * help/C/gcalctool.xml:
933       Fixed bug #367715 - [doc] Update doc to mention saving of memory 
934       registers.
936     * help/C/gcalctool.xml:
937       Fixed bug #367718 - [doc] Documentation change needed for 
938       View->Memory Registers menu item inactive.
940     * help/C/gcalctool.xml:
941       Fixed bug #367735 - [doc] Update documentation for Ctrm operation.
943     * help/C/gcalctool.xml:
944       Fixed bug #367740 - [doc] Documentation for Clear Entry and Clear 
945       could be better.
947     * help/C/gcalctool.xml:
948       Fixed bug #367725 - [doc] Update documentation for the Memory 
949       Register Window.
951     * help/C/gcalctool.xml:
952       Fixed bug #367720 - [doc] Documentation change needed for keyboard 
953       shortcuts for buttons with menus associated with them.
955     * help/C/gcalctool.xml:
956       Fixed bug #367712 - [doc] Need to document how to enter scientific 
957       number s with a negative exponent in AOP mode.
959 2006-11-20 Rich Burridge <rich.burridge@sun.com>
961     * gcalctool/gtk.c:
962       Modified patch from Sun Bugster bug #6480076.
963       Made the gcalctool display areas focusable.
965     * help/C/gcalctool.xml:
966       Fixed bug #367722 – [doc] Update documentation for Xor and x^y 
967       operations.
969 2006-11-18 Rich Burridge <rich.burridge@sun.com>
971     * gcalctool/gtk.c:
972       Fixed bug #76572 - Primary selection is not recognised.
974 2006-11-04 Rich Burridge <rich.burridge@sun.com>
976     * Released a gcalctool tarball for GNOME 2.17.2.
978 2006-10-30 Rich Burridge <rich.burridge@sun.com>
980     * gcalctool/calctool.c:
981       gcalctool/calctool.h:
982       gcalctool/display.c:
983       gcalctool/functions.c:
984       gcalctool/get.c:
985       gcalctool/gtk.c:
986       Fixed bug #358782 (http://bugzilla.gnome.org/show_bug.cgi?id=358782)
987       Fixup sloppy string handling.
989     * gcalctool/function.c:
990       Fixup sloppy code indentation.
991       Remove unwanted (commented out) code.
992       Adjusted to /* ... */ style comments.
994 2006-10-23 Rich Burridge <rich.burridge@sun.com>
996     * gcalctool/get.c:
997       From Paul Schulz:
998       Fixed bug #364410 (http://bugzilla.gnome.org/show_bug.cgi?id=364410)
999       Incorrectly rounded pi constant.
1001 2006-10-16 Rich Burridge <rich.burridge@sun.com>
1003     * Released a gcalctool tarball for GNOME 2.17.1.
1005 2006-10-07 Elijah Newren <newren gmail com>
1007     * gcalctool/gtk.c (create_change_mode_dialog): Remove markup from
1008       translatable messages.  #360453
1010 2006-10-03 Rich Burridge <rich.burridge@sun.com>
1012     * gcalctool/display.c:
1013       From Matt Keenan <matt dot keenen at sun period com>
1014       Fixed bug 359291 - crash when localized decimal point is greater 
1015       than 1 char. Removed the bogus assert.
1017 2006-10-01 Rich Burridge <rich.burridge@sun.com>
1019     * gcalctool/calctool.c:
1020       gcalctool/gtk.c:
1021       From Matthias Clasen:
1022       Fixed bug #358337 (http://bugzilla.gnome.org/show_bug.cgi?id=358337)
1023       gcalctool no longer crashes in the Oriya locale due to sloppy string
1024       handling.
1026 2006-09-29 Sami Pietila <sampie@ariana-dsl.utu.fi>
1028     * Fixed pr #354730 - crash in Calculator: running
1029       3x10^38 using bi..
1031 2006-09-28 Sami Pietila <sampie@ariana-dsl.utu.fi>
1033     * Fixed pr #357208 - Bitcalculating extension needs to
1034       support negative numbers
1036 2006-09-22 Rich Burridge <rich.burridge@sun.com>
1038     * gcalctool/calctool.c:
1039       gcalctool/calctool.h:
1040       gcalctool/extern.h:
1041       gcalctool/functions.c:
1042       gcalctool/functions.h:
1043       gcalctool/get.c:
1044       gcalctool/gtk.c:
1045       From Sami Pietila <sampie@ariana-dsl.utu.fi>
1046       Fixed bug #157961 - Bitcalculating extension for gcalctool.
1048 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
1050     * Fixed pr #355648 - Error reporting should be consistent.
1052 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
1054     * Fixed pr #135140 - percent operator works not as expected.
1055         
1056 2006-09-06 Rich Burridge <rich.burridge@sun.com>
1058     * gcalctool/calctool.c:
1059       gcalctool/calctool.h:
1060       gcalctool/get.c:
1061       gcalctool/gtk.c:
1062       Fixed bug #349981 - gcalctool should save screen position for next 
1063       start.
1065 2006-09-04 Rich Burridge <rich.burridge@sun.com>
1067     * Released a gcalctool tarball for GNOME 2.16.0 (Final).
1069 2006-08-18 Rich Burridge <rich.burridge@sun.com>
1071     * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
1073 2006-08-09 Rich Burridge <rich.burridge@sun.com>
1075     * gcalctool/functions.c:
1076       gcalctool/graphics.c:
1077       gcalctool/gtk.c:
1078       Removed several chunks of code that were surronded by #if 0/#endif.
1080 2006-08-07 Rich Burridge <rich.burridge@sun.com>
1082     * gcalctool/display.c:
1083       gcalctool/functions.c:
1084       gcalctool/graphics.c:
1085       Fixed bug #350341 (http://bugzilla.gnome.org/show_bug.cgi?id=350341)
1086       gcalctool now builds again with gcc v2.95.
1088 2006-08-06 Rich Burridge <rich.burridge@sun.com>
1090     * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
1092 2006-07-28 Lucas Rocha <lucasr@gnome.org>
1094     * configure.in:
1095       Removed line for help/es/Makefile.in due to g-d-u migration.
1096     * help/Makefile.am:
1097       Removed es from SUBDIRS due to g-d-u migration. 
1099 2006-07-24 Rich Burridge <rich.burridge@sun.com>
1101     * gcalctool/calctool.c:
1102       More work on bug #347700 
1103       (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
1104       Added another "Note to translators" comment for the Abs button labels.
1106     * configure.in:
1107       Fixed bug #348452 (http://bugzilla.gnome.org/show_bug.cgi?id=348452)
1108       Removed line for help/sv/Makefile.in
1110     * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
1112 2006-07-20 Rich Burridge <rich.burridge@sun.com>
1114     * gcalctool/calctool.c:
1115       Work on bug #347700 (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
1116       Added a "Note to translators" comment for the Bksp and Clr button
1117       labels.
1119 2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
1121     * gcalctool/gtk.c (about_cb): Updated FSF postal address.
1123 2006-07-10 Rich Burridge <rich.burridge@sun.com>
1125     * Released a gcalctool tarball for GNOME 2.15.4.
1127 2006-06-09 Rich Burridge <rich.burridge@sun.com>
1129     * Released a gcalctool tarball for GNOME 2.15.3.
1131 2006-06-01 Rich Burridge <rich.burridge@sun.com>
1133     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1134       Fixed bug #343150 (http://bugzilla.gnome.org/show_bug.cgi?id=343150)
1135       Gcalctool no longer crashes when switching to scientific mode.
1137 2006-05-16 Rich Burridge <rich.burridge@sun.com>
1139     * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
1141 2006-05-15 Rich Burridge <rich.burridge@sun.com>
1143     * Released a gcalctool tarball for GNOME 2.15.2.
1145 2006-05-10 Rich Burridge <rich.burridge@sun.com>
1147     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1148       Fixup compiler warnings from inclusion of last patch.
1150 2006-05-08 Rich Burridge <rich.burridge@sun.com>
1152     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1153       Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
1154       Backspace results in mal-formed expression.
1156     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1157       - = button is now also a one step undo. (This feature was temporary 
1158         disabled by the previous redo/undo patch.)
1160       - Removed gotos from do_expression function. (This change might add
1161         unstability as this is a major change to the expression mode state
1162         machine.)
1164       - Functions (such as sin, cos, tan..) can use previously calculated
1165         value.
1167 2006-05-01 Rich Burridge <rich.burridge@sun.com>
1169     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1170       First cut at an Undo/Redo implementation for use with the arithmetic
1171       operator precedence mode.
1173 2006-04-25 Rich Burridge <rich.burridge@sun.com>
1175     * Respun the gcalctool tarball for GNOME 2.15.1 because intltool
1176       is not Solarisized. It's generated constructs in .../po/Makefile.in.in
1177       that do not work on Solaris. The hack fix was to change the SHELL
1178       definition in .../po/Makefile.in.in to /bin/bask before running
1179       make; make install; make dist
1181     * Removed the no entry from the po/LINGUAS file.
1183 2006-04-24 Rich Burridge <rich.burridge@sun.com>
1185     * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
1187     * Released a gcalctool tarball for GNOME 2.15.1.
1189 2006-04-24 Rich Burridge <rich.burridge@sun.com>
1191     * Fixed bug #337897 (http://bugzilla.gnome.org/show_bug.cgi?id=337897)
1192       Changes to use po/LINGUAS file.
1194 2006-04-17  Kjartan Maraas <kmaraas@gnome.org>
1196     * configure.in: Remove obsolete entry for no_NO.
1197     * po/no.po: And the translation.
1199 2006-04-12 Rich Burridge <rich.burridge@sun.com>
1201     * Fixed bug #338220 (http://bugzilla.gnome.org/show_bug.cgi?id=338220)
1202       The 'Show trailing zeroes' option in the View menu should now be
1203       correctly set [in]sensitive depending upon which mode it's in.
1205 2006-03-31 Rich Burridge <rich.burridge@sun.com>
1207     * Further work on the gcalctool automated test tools:
1208       - Now allows comment lines starting with '#' to be read (and ignored)
1209         in the input file. Same for blank lines.
1211       - Added a listener to not start reading standard input until the 
1212         application see a "focus:" event for gcalctool.
1214       - Adjusted the isApplication() routine in runtests.py to check for
1215         None.
1217 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1219     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1220       Fixed bug #332023 (http://bugzilla.gnome.org/show_bug.cgi?id=332023)
1221       The bitwise operators now work in arithmetic operator precedence
1222       mode, when you use them with the result of a previous operation.
1224 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1226     * Fixed bug #327729 (http://bugzilla.gnome.org/show_bug.cgi?id=327729)
1227       The fields in the memory register window were not correctly aligned
1228       in some themes. In the create_rframe() routine in gtk.c, the code has
1229       been changed to use a gtk_table rather than ten gtk_hbox's.
1231 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1233     * Fixed bug #330867 (http://bugzilla.gnome.org/show_bug.cgi?id=330867)
1234       Added License info to the Gcalctool About dialog.
1236 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1238     * Fixed bug #335095 (http://bugzilla.gnome.org/show_bug.cgi?id=335095)
1239       Gcalctool no longer displays the current mode in the title bar when 
1240       in Basic mode (due to lack of space).
1242 2006-03-27  Tommi Vainikainen  <thv@iki.fi>
1244     * .cvsignore, Makefile.am, configure.in, omf.make, xmldocs.make,
1245         m4/.cvsignore: Migrated to gnome-doc-utils build system for user
1246         manuals.
1248 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1250     * From Ross Burton <ross at burtonini dot com>
1251       Fixed bug #335236 (http://bugzilla.gnome.org/show_bug.cgi?id=335236)
1252       Gcalctool schemas files should be installed if built with
1253       "--without-gnome".
1255 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1257     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1258       Adjustments to the AOP code so that e to the power of x gives the
1259       correct answer at high precision.
1261 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
1263     * configure.in (ALL_LINGUAS): Added Dzongkha (dz).
1265 2006-03-17 Rich Burridge <rich.burridge@sun.com>
1267     * Added .../test/non_aop_input.txt, the start of an test file for
1268       gcalctool in non-arithmetic operator precedence mode.
1270 2006-03-13 Rich Burridge <rich.burridge@sun.com>
1272     * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1274 2006-03-02 Rich Burridge <rich.burridge@sun.com>
1276     * From Elijah Newren <newren at gmail dot com>
1277       Fix for bug #333078 (http://bugzilla.gnome.org/show_bug.cgi?id=333078)
1278       cvs fails to build due to bg translation of help.
1280     * From Alexander Shopov <ash at contact dot bg>
1281       Inclusion of a translation of gcalctool help for the bg locale.
1283 2006-02-27 Rich Burridge <rich.burridge@sun.com>
1285     * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1287 2006-02-12 Rich Burridge <rich.burridge@sun.com>
1289     * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1291 2006-01-30 Rich Burridge <rich.burridge@sun.com>
1293     * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1295 2006-01-23 Rich Burridge <rich.burridge@sun.com>
1297     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1298       Refixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1299       The recent changes to the square root and subtraction button labels
1300       broke the token parser for arithmetic operator precedence.
1302 2006-01-19 Rich Burridge <rich.burridge@sun.com>
1304     * Added the start of an automated test framework for gcalctool, written
1305       in Python, under the new "test" sub-directory. See the comments at the
1306       beginning of runtests.py for more information.
1308 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1310     * Fixed bug #327124 (http://bugzilla.gnome.org/show_bug.cgi?id=327124)
1311       Changes to fix bug #326344 had the side-effect of causing the CE
1312       button to no longer work correctly.
1314 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1316     * Fixed bug #327214 (http://bugzilla.gnome.org/show_bug.cgi?id=327214)
1317       The results from performing trig functions were not being passed on
1318       to future calculations correctly (in non-arithmetic operator precedence 
1319       mode).
1321 2006-01-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
1323     * Used U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1324       for division sign, as discussed in
1325       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00137.html
1326       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00157.html
1328 2006-01-13 Rich Burridge <rich.burridge@sun.com>
1330     * Released a gcalctool tarball for GNOME 2.13.5.
1332 2006-01-12 Rich Burridge <rich.burridge@sun.com>
1334     * From Wouter Bolsterlee
1335       Fixed bug #323149 (http://bugzilla.gnome.org/show_bug.cgi?id=323149)
1336       Gcalctool now uses the Unicode symbols for division, multiplication, 
1337       plus/minus, minus and square root.
1339 2006-01-10 Rich Burridge <rich.burridge@sun.com>
1341     * Fixed bug #326344 (http://bugzilla.gnome.org/show_bug.cgi?id=326344)
1342       The bit display of large numbers (in non-arithmetic operator precedence
1343       mode with the scientific view) now hopefully works correctly.
1345       It no longer converts the displayed number to a double then a long 
1346       long, which is where the loss of accuracy was occuring.
1348       This also involved adding a couple of parameters to the make_fixed() 
1349       routine in display.c to make it more generally useful for things like 
1350       this.
1352 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1354     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1355       Fixed bug #142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1356       Gcalctool no longer ignores locale specific numeric point in
1357       arithmetic operator precedence mode.
1359     * Adjusted all the copyright messages to include 2006.
1361 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1363     * Fixed bug #325074 (http://bugzilla.gnome.org/show_bug.cgi?id=325074)
1364       Gcalctool no longer crashes when you double click the 0 in the 
1365       display area. Problem was the return value of the mouse_button_cb()
1366       routine in gtk.c.
1368 2005-12-30  Abel Cheung  <maddog@linuxhall.org>
1370     * configure.in: Added "zh_HK" to ALL_LINGUAS.
1372 2005-12-23 Rich Burridge <rich.burridge@sun.com>
1374     * Released a gcalctool tarball for GNOME 2.13.4.
1376 2005-12-21 Rich Burridge <rich.burridge@sun.com>
1378     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1379       Final fix for bug #153854 
1380       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1381       Now handles the case where the first thing the user does is 
1382       change mode (Basic, Financial, Advanced, Scientific) in AOP mode.
1384 2005-12-19 Rich Burridge <rich.burridge@sun.com>
1386     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1387       Fixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1388       Sqrt (and other similar operations) no longer fail in non-English 
1389       locales
1391 2005-12-13 Rich Burridge <rich.burridge@sun.com>
1393     * Fixed bug #324001 (http://bugzilla.gnome.org/show_bug.cgi?id=324001)
1394       Primary Selection (middle mouse button) is now working.
1396 2005-12-12 Rich Burridge <rich.burridge@sun.com>
1398     * Released a gcalctool tarball for GNOME 2.13.3.
1400 2005-11-28 Rich Burridge <rich.burridge@sun.com>
1402     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1403       More work on bug #153854 
1404       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1405       Similar change to that made on 15th November 2005, this time for
1406       arithmetic operator precedence (AOP) mode. Still need to correct 
1407       handle this is AOP mode if it's the first thing the user does.
1409 2005-11-17 Rich Burridge <rich.burridge@sun.com>
1411     * Slight fixup for bug #157961. The toggling of the first bit in the
1412       bit panel wasn't working correctly. The long long lval variable in
1413       the bit_toggled() routine in gtk.c needed to be made unsigned.
1415 2005-11-15 Rich Burridge <rich.burridge@sun.com>
1417     * More work on bug #153854 
1418       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1419       If the user has completed a calculation and we are going to a
1420       new mode that is "compatible" with this one, then just change
1421       modes. Otherwise display a dialog warning the user that the
1422       current calculation will be cleared.
1424       Incompatible modes are:
1426       Scientific -> Basic
1427       Scientific -> Advanced
1428       Scientific -> Financial
1430       (unless we are in Scientific mode with Decimal numeric base and Fixed).
1431       These changes work nicely in non-arithmetic operator precedence mode.
1432       For some reason, the display is still being cleared in arithmetic
1433       operator precedence mode. Keeping the bug open and transferring to 
1434       Sami for further evaluation.
1436 2005-11-14 Rich Burridge <rich.burridge@sun.com>
1438     * Released a gcalctool tarball for GNOME 2.13.2.
1440 2005-11-03 Rich Burridge <rich.burridge@sun.com>
1442     * Fixed bug #316755 (http://bugzilla.gnome.org/show_bug.cgi?id=316755)
1443       Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect: 
1444       assertion `window != NULL' failed" warnings at startup.
1446 2005-10-27 Rich Burridge <rich.burridge@sun.com>
1448     * Fixed bug #319934 (http://bugzilla.gnome.org/show_bug.cgi?id=319934)
1449       The percent operator was broken in non-arithmetic operator precedence
1450       mode.
1452 2005-10-13 Rich Burridge <rich.burridge@sun.com>
1454     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1455       Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1456       Exponential notation now works correctly in arithmetic operator
1457       precedence mode.
1459 2005-09-26 Rich Burridge <rich.burridge@sun.com>
1461     * Slight adjustment to the bit panel. It's now centralized.
1463 2005-09-23 Rich Burridge <rich.burridge@sun.com>
1465     * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1466       needed to also preserve v->toclear and v->pointed.
1468     * Work on enhancement request #157961
1469       (http://bugzilla.gnome.org/show_bug.cgi?id=157961).
1470       Started to implement the bit panel for non-arithmetic precedence mode.
1471       It's automatically displayed when in Scientific mode.
1473 2005-09-19 Rich Burridge <rich.burridge@sun.com>
1475     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1476       Implemented enhancement request #148104 for arithmetic precedence
1477       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1478       The modulo operation. See entry below for more details.
1480 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1482     * Fixed bug #316382 (http://bugzilla.gnome.org/show_bug.cgi?id=316382)
1483       The "useless" cursor is no longer displayed in the calculator 
1484       display area.
1486 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1488     * Implemented enhancement request #148104 for non-arithmetic precedence
1489       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1490       Added in a modulo operation. This is available in Scientic Mode.
1491       A Mod B return the remainder when you divide A by B. A and B must be
1492       integers. Keyboard shortcut for this operation is "M".
1494 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1496     * Fixed bug #162453 (http://bugzilla.gnome.org/show_bug.cgi?id=162453)
1497       The memory register dialog now uses GtkEntry widgets to display the
1498       register values. Gnopernicus can now correctly speak the contents of 
1499       each memory register. There is also a close button to easily dismiss 
1500       this dialog.
1502 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1504     * Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=312609)
1505       The memory register window is now a dialog rather than a top-level 
1506       window.
1508 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1510     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1511       Fixed bug #311307 (http://bugzilla.gnome.org/show_bug.cgi?id=311307)
1512       Fix to prevent invalid numeric entry in arithmetic operator precedence
1513       mode, depending upon the current base.
1515 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1517     * From yselkowitz at users dot sourceforge dot net
1518       A number of the bison- and flex-related make rules in 
1519       .../gcalctool/Makefile.am were broken when builddir != srcdir. 
1521 2005-08-26 Rich Burridge <rich.burridge@sun.com>
1523     * From dmacks at netspace dot org
1524       Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=314540)
1525       The libparser.a library needs ranlib run on it for Mac OS X.
1527 2005-08-24 Rich Burridge <rich.burridge@sun.com>
1529     * From Diego Petten? <flameeyes at gentoo dot org>
1530       Fixed bug #314375 (http://bugzilla.gnome.org/show_bug.cgi?id=314375)
1531       Replaced usage of malloc.h with stdlib.h in syntax_translation.c
1533 2005-08-22 Rich Burridge <rich.burridge@sun.com>
1535     * Generated release for GNOME 2.12 (RC)
1537     * From Olaf Heiring <olh at suse dot de> (via Rodrigo Moya)
1538       Changed type of argument in paren_disp from char to int for 64bit.
1540 2005-08-11 Rich Burridge <rich.burridge@sun.com>
1542     * Fixed bug #313255 (http://bugzilla.gnome.org/show_bug.cgi?id=313255)
1543       The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1545 2005-08-08 Rich Burridge <rich.burridge@sun.com>
1547     * Generated release for GNOME 2.11.91 (beta2).
1549 2005-08-04  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
1551     * configure.in: Added "te" to ALL_LINGUAS
1553 2005-08-03 Sami Pietila <sampie@ariana-dsl.utu.fi>
1555     * Fixed pr310167. Removed "ans" from the list of translated words.
1556         
1557 2005-07-25 Rich Burridge <rich.burridge@sun.com>
1559       Fixed bug #311306 (http://bugzilla.gnome.org/show_bug.cgi?id=311306)
1560       If the user was in View->Scientific with base Bin, Oct or Hex and 
1561       then went to View->Basic, then returned to View->Scientific, some of
1562       the numeric keys were incorrectly greyed out.
1564 2005-07-19 Rich Burridge <rich.burridge@sun.com>
1566     * From Christian Krause <chkr at plauener dot de>
1567       Fixed bug #310849 (http://bugzilla.gnome.org/show_bug.cgi?id=310849)
1568       Gcalctool no longer crashes when pressing the "B" button (or typing 
1569       Shift-B).
1571 2005-07-18 Rich Burridge <rich.burridge@sun.com>
1573     * Fixed bug #310791 (http://bugzilla.gnome.org/show_bug.cgi?id=310791)
1574       Memory register window view logic was screwed.
1576 2005-07-15 Rich Burridge <rich.burridge@sun.com>
1578     * From Jens Granseuer <jenssgr at gmx dot net>
1579       Fixed bug #310441 (http://bugzilla.gnome.org/show_bug.cgi?id=310441)
1580       Adjusted code to compile with gcc 2.95.2. (There was an assert before
1581       variable declarations in do_tfunc() in functions.c
1583 2005-07-11 Rich Burridge <rich.burridge@sun.com>
1585     * Fixed bug #153854 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1586       When the user changes modes, a warning dialog is displayed to let
1587       them know that their current display will be cleared and the base
1588       reset to decimal. The user has the option of checking a toggle box
1589       on the dialog, that will prevent this warning from being displayed 
1590       again.
1592 2005-07-01 Rich Burridge <rich.burridge@sun.com>
1594     * From Matt Keenan <matt.keenan@sun.com>
1595       Fixed bug #309294 (http://bugzilla.gnome.org/show_bug.cgi?id=309294)
1596       Adjustments to allow gcalctool to successfully build on Solaris with
1597       pkgconfig >= 0.17.1
1599 2005-06-30 Rich Burridge <rich.burridge@sun.com>
1601     * Fixed bug #309182 (http://bugzilla.gnome.org/show_bug.cgi?id=309182)
1602       In non-arithmetic precdence mode, gcalctool can now correctly change
1603       the sign of the exponent on scientific numbers again. The problem was
1604       caused by a chunk of code being removed from the handling of the 
1605       "+/-" case when the arithmetic operator precedence code was merged in.
1607 2005-06-21 Rich Burridge <rich.burridge@sun.com>
1609     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1610       Fixed bug #308408 (http://bugzilla.gnome.org/show_bug.cgi?id=308408)
1611       gcalctool can now correctly convert the hexadecimal numbers "A-F"
1612       to other bases in "use arithmetic operator precedence mode".
1614 2006-06-10  Jordi Mallach  <jordi@debian.org>
1616         * gcalctool/gcalctool.1: Fix two typos (Debian Bug#310356).
1618 2006-06-03  Christian Rose  <menthos@menthos.com>
1620         * configure.in: Added "gl" to ALL_LINGUAS.
1622 2005-05-31 Rich Burridge <rich.burridge@sun.com>
1624     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1625       Fixed bug #305619 (http://bugzilla.gnome.org/show_bug.cgi?id=305619)
1626       Calculations with stored register values in arithmetic operator 
1627       precedence mode, now work correctly.
1629 2005-05-26 Rich Burridge <rich.burridge@sun.com>
1631     * From Christian Krause <chkr at plauener dot de>
1632       Fixed bug #305034 (http://bugzilla.gnome.org/show_bug.cgi?id=305034)
1633       In "Use Arithmetic Precedence" mode, when switching the format 
1634       (e.g. from ENG to FIX), the displayed value switches to zero (in the 
1635       corresponding format, so e.g. 0.0 or 0e+0, ...).
1637 2005-05-25 Rich Burridge <rich.burridge@sun.com>
1639     * Fixed bug #305467 (http://bugzilla.gnome.org/show_bug.cgi?id=305467)
1640       gcalctool no longer crashes under the following scenerio:
1641       - type "f" to bring up the user function menu.
1642       - dismiss the menu by clicking elsewhere with the mouse.
1643       - type another character which isn't in the range "0" to "9".
1645 2005-05-18 Rich Burridge <rich.burridge@sun.com>
1647     * Did a gcalctool tarball release.
1649 2005-05-16 Rich Burridge <rich.burridge@sun.com>
1651     * Fixed bug #304056 (http://bugzilla.gnome.org/show_bug.cgi?id=304056)
1652       Adjusted the keyboard shortcuts for the Xor and x^y operations.
1653       New values are:
1654       Xor - 'x'
1655       x^y - '^'
1657 2005-05-02 Rich Burridge <rich.burridge@sun.com>
1659     * From Paolo Borelli <pborelli at katamail dot com>
1660       Fixed bug #302555 (http://bugzilla.gnome.org/show_bug.cgi?id=302555)
1661       Various gcalctool variables have now been const'ified.
1663 2005-04-21 Rich Burridge <rich.burridge@sun.com>
1665     * From Vincent van Adrighem <adrighem at gnome dot org>
1666       Fixed bug #300957 (http://bugzilla.gnome.org/show_bug.cgi?id=300957)
1667       Replaced the underscore character in "translator_credits" with a
1668       hyphen, to prevent some translation tools from being confused.
1670 2005-04-13 Rich Burridge <rich.burridge@sun.com>
1672     * More work on bug #172704. 
1673       - Adjusted the code to not try to display a menu when the user 
1674         entered a left parentheses (another do_pending() type of 
1675         operation).
1676       - Toggling the "Show Trailing Zeroes" operation via keyboard
1677         shortcuts, needed to clear the v-.pending flag.
1679 2005-04-11 Rich Burridge <rich.burridge@sun.com>
1681     * Fixed up some problems reported by lint.
1683 2005-04-07 Rich Burridge <rich.burridge@sun.com>
1685     * Fixed bug #172704 (http://bugzilla.gnome.org/show_bug.cgi?id=172704)
1686       Fixed bug #172869 (http://bugzilla.gnome.org/show_bug.cgi?id=172869)
1687       When the user now uses the keyboard shortcut for any of the gcalctool
1688       buttons that have a menu associated with them, that menu is now displayed.
1689       The user can use the arrow keys to select a menu item or the menu items 
1690       shortcut.
1692 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1694     * From Alan Horkan <horkana@tcd.ie>
1695       Fixed bug #171393 (http://bugzilla.gnome.org/show_bug.cgi?id=171393)
1696       Allow stock labels to show through. Should make translation that 
1697       little bit easier. 
1699 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1701     * Refixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1702       The Help->Contents menu item no longer appears if gcalctool is built
1703       Gtk-only.
1705 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1707     * Fixed bug #172798 (http://bugzilla.gnome.org/show_bug.cgi?id=172798)
1708       gtk_set_locale was already being run by gtk_init() and the gtk about 
1709       popup didn't have the gcalctool icon.
1711 2005-03-31  Steve Murphy  <murf@e-tools.com>
1713     * configure.in: Added "rw" to ALL_LINGUAS.
1715 2005-03-28  Abel Cheung  <maddog@linuxhall.org>
1717     * configure.in: Added "tr" to ALL_LINGUAS.
1719 2005-03-31 Sami Pietila <sampie@ariana-dsl.utu.fi>
1721     * Fix for bug #172150
1722     * Minor fix: the initial zero value is not anymore used as a
1723       function parameter.
1725 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1727     * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1728       the on-screen keyboard assistive technology, it's possible that the 
1729       event returned by gtk_get_current_event() is NULL. If this is the 
1730       case, we need to fudge the popping up on the menu associated with 
1731       this menu button.
1733 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1735     * Fixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1736       You can now build gcalctool without the GNOME libraries by specifying
1737       "--disable-gnome" on the configure command line.
1739 2005-03-22  Adi Attar  <aattar@cvs.gnome.org>
1741         * configure.in: Added 'xh' to ALL_LINGUAS.
1743 2005-03-19 Sami Pietila <sampie@ariana-dsl.utu.fi>
1745     * Fix for bug #168385
1746     * Minor cleanups
1747         
1748 2005-03-10 Rich Burridge <rich.burridge@sun.com>
1750     * Fixed bug #167479 (http://bugzilla.gnome.org/show_bug.cgi?id=167479)
1751       gcalctool with set the View->Memory Registers menu item inactive if
1752       the calculator is in Basic mode.
1754 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1756     * Fixed bug #169196 (http://bugzilla.gnome.org/show_bug.cgi?id=169196)
1757       gcalctool now uses use g_get_home_dir().
1759     * Added in a better implementation of the trig_filter() routine in 
1760       functions.c
1762     * Fixed bug #168694 (http://bugzilla.gnome.org/show_bug.cgi?id=168694)
1763       gcalctool now saves/restores the ten memory register values as gconf 
1764       resources.
1766     * Removed the redundant process_str() routine in graphics.c
1768 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1770     * Version for GNOME 2.10.0 (final) call for tarballs.
1772 2005-03-07 Irene Ryan <irene.ryan@sun.com>
1773                         (on behalf of Maeve Anslow)
1775         * help/C/gcalctool.xml; updated help manual
1776         * help/C/gcalctool-C.omf; updated OMF file details
1777         * help/C/l10n.txt; updated instructions for L10N
1778         * help/C/figures/gcalctool_basic_window.png; updated screenshot
1779         * help/C/figures/gcalctool_scientific_window.png; updated screenshot
1780         
1781 2005-02-28 Rich Burridge <rich.burridge@sun.com>
1783     * Version for GNOME 2.10.0 (rc1) call for tarballs.
1785 2005-02-27 Rich Burridge <rich.burridge@sun.com>
1787     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1788       Partial fix for bug 168385 
1789       (http://bugzilla.gnome.org/show_bug.cgi?id=168385)
1790       "F+F=" wasn't working in arithmetic operator precedence mode.
1792 2005-02-18 Rich Burridge <rich.burridge@sun.com>
1794     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1795       Changes to make the trigonometric code work with hyp and inv
1796       properly.
1798 2005-02-15 Rich Burridge <rich.burridge@sun.com>
1800     * The fix for bug #162998 was incorrect when in Arithmetic Precedence
1801       mode. Had to remove an extra bogus signal handler that shouldn't
1802       have been connected up for menu-type buttons.
1804     * Exch functionality was incorrect in Arithmetic Precedence mode.
1806     * Left and Right shift operations weren't working correctly. Menu
1807       name comparison in mb_proc() in gtk.c was incorrect.
1809 2005-02-11 Rich Burridge <rich.burridge@sun.com>
1811     * Fixed bug 167124 (http://bugzilla.gnome.org/show_bug.cgi?id=167124)
1812       One of the entries in the words[] array in syntax_translation.c was
1813       accidentally commented out.
1815 2005-02-08 Rich Burridge <rich.burridge@sun.com>
1817     * From Dennis Cranston <dennis_cranston at yahoo com>
1818       Fixed bug 166634 (http://bugzilla.gnome.org/show_bug.cgi?id=166634)
1819       Call to create the About box was missing a NULL terminator.
1821 2005-02-07 Rich Burridge <rich.burridge@sun.com>
1823     * Adjusted all copyright messages to be 2005.
1824     * Version for GNOME 2.10.0 (beta2) call for tarballs.
1826 2005-02-03 Rich Burridge <rich.burridge@sun.com>
1828     * From Naveen & Team < naveenchandranv@gmail.com >
1829       Fixed bug #165522 (http://bugzilla.gnome.org/show_bug.cgi?id=165522)
1830       Made the status bar non-resizable.
1832 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1834     * From Mariano Suárez-Alvarez <msuarezalvarez at arnet dot com dot ar>
1835       Various code cleanups. It moves some declarations of static functions 
1836       to the corresponding .c files. It also cuts down the number of 
1837       included files, moving some includes to where they are needed from 
1838       calctool.h.
1840 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1842     * From Kristof Vansant <de_lupus at pandora dot be>
1843       Adjusted the About dialog to use the latest GtkAbout widget.
1845 2005-01-24 Rich Burridge <rich.burridge@sun.com>
1847     * Version for GNOME 2.10.0 (beta1) call for tarballs.
1849 2005-01-21 Rich Burridge <rich.burridge@sun.com>
1851     * Fixed bug #162998 (http://bugzilla.gnome.org/show_bug.cgi?id=162998)
1852       The "menu" buttons in gcalctool now responds to the "clicked" event
1853       rather than the "button-press-event" to allow gok, the on-screen 
1854       keyboard to function properly.
1856     * Fixed bug #159957 (http://bugzilla.gnome.org/show_bug.cgi?id=159957)
1857       Input number in FIX mode now make mimimal changes to (i.e append a
1858       single character) the display rather than completely delete and
1859       insert it. The is helpful to assistive technologies like gnopernicus.
1861 2005-01-18 Rich Burridge <rich.burridge@sun.com>
1863     * Fixed bug #164184 (http://bugzilla.gnome.org/show_bug.cgi?id=164184)
1864       Adjusted location of comments in syntax_translation.c so that the
1865       L10N message translation software isn't confused.
1867 2005-01-12 Rich Burridge <rich.burridge@sun.com>
1869     * Fixed bug #163468 (http://bugzilla.gnome.org/show_bug.cgi?id=163468)
1870       Pressing "(<Del>)" would cause gcalctool to crash.
1872 2004-01-10 Rich Burridge <rich.burridge@sun.com>
1874     * Version for GNOME 2.9.4 call for tarballs.
1876 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1878     * From Pádraig Brady < P at draigBrady dot com >
1879       Couldn't use the "#" key to select constants as this symbol was
1880       a lower-case symbol on his keyboard.
1882     * From Pádraig Brady < P at draigBrady dot com >
1883       Powers that were a multiple of 30 (10 as well as 3) would not 
1884       display correctly, having a 4 digit significand. Further testing 
1885       showed that without the fix the following powers had a 4 digit 
1886       significand: 27,30, 57,60, 90, 96 (and every 3 from here on). 
1888 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1890     * Fixed bug #161976 (http://bugzilla.gnome.org/show_bug.cgi?id=161976).
1891       configure.in now checks to make sure that atk >= 1.5
1893 2005-01-03 Naveen & Team < naveenchandranv@gmail.com >
1895     * Fixed bug #155101 (http://bugzilla.gnome.org/show_bug.cgi?id=155101).
1896       Made the gcalctool window resizable.
1898 2004-12-21 Rich Burridge <rich.burridge@sun.com>
1900     * Version for GNOME 2.9.3 call for tarballs.
1902 2004-12-17 Rich Burridge <rich.burridge@sun.com>
1904     * Fixed bug #160929 (http://bugzilla.gnome.org/show_bug.cgi?id=160929).
1905       Removed the "Mode" word from each of the different mode menu items 
1906       in the gcalctool View menu.
1908 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1910     * From Hidetoshi Tajima <Hidetoshi dor Tajima at Sun dot COM>
1911       Fixed bug #157701 (http://bugzilla.gnome.org/show_bug.cgi?id=157701).
1912       gcalctool can now use real multiplication and division symbols
1913       instead of "*" and "/". This is done via locale string translations.
1914       There is now a new en_US.po message file included with the
1915       distribution.
1917     * Latest that same day...
1918       Adjusted the multiplication and division entries in the en_US.po
1919       file to be "*' and "/" to stop the Ximian tinderbox build breaking.
1920       This "fix" needs further investigating.
1922 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1924     * Fixed bug #160088 (http://bugzilla.gnome.org/show_bug.cgi?id=160088).
1925       Adjusted the titlebar text so that it doesn't include the word "Mode"
1926       which was getting chopped when the calculator was in Basic mode.
1928 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1930     * Fixed bug #157962 (http://bugzilla.gnome.org/show_bug.cgi?id=157962).
1931       Added in a set of three colors for gcalctool that will work with 
1932       the default theme. To use them, the "gcalctoolrc" file supplied with
1933       the source distribution needs to be moved to ~/.gcalctoolrc
1935 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1937     * Generated gcalctool tarball for the GNOME 2.9.2 release.
1939 2004-11-15 Rich Burridge <rich.burridge@sun.com>
1941     * Fixed bug #158357 (http://bugzilla.gnome.org/show_bug.cgi?id=158357).
1942       Removed the -DGNOME_DISABLE_DEPRECATED and the -DGTK_DISABLE_DEPRECATED
1943       flags from the INCLUDES definition in .../gcalctool/Makefile.am for now,
1944       to allow it to successfully build against the latest GNOME/Gtk+.
1946     * Slight adjustment to correct check the Advanced mode menu item when
1947       the user had previously terminated gcalctool in that mode.
1949     * Adjusted the scroll_right() routine to only scroll right if the 
1950       horizontal scroll bar is visible.
1952 2004-11-14 Rich Burridge <rich.burridge@sun.com>
1954     * Changed the names of the gconf mode type key so that there is
1955       backward compatibility. Old key name was "mode". New key name
1956       id "modetype".
1958     * Reset the initial default mode to BASIC.
1960 2004-11-11 Rich Burridge <rich.burridge@sun.com>
1962     * From Sebastien Estienne <sebastien dot estienne at gmail.com>
1963       Changes to add in a very basic mode for gcalctool. Rather than calling
1964       this a "Light" mode, the existing "Basic" mode is now renamed to
1965       "Advanced" and the new basic mode is called "Basic".
1967       Took a different approach from Sebastien in implementing this, so that
1968       I could easily add in an extra row of buttons over what he'd sent in 
1969       his patch.  These are Bksp, CE, Clr and +/- (change sign).
1971     * Fixed bug #157757 (http://bugzilla.gnome.org/show_bug.cgi?id=157757)
1972       The horizontal scrollbar for the display area will now only be visible
1973       when needed. It will also display the rightmost part of the display
1974       as you are entering new input.
1976 2004-11-04 Sami Pietila <sampie@ariana-dsl.utu.fi>
1978     * Converted parsers to use calc_xpowy() instead of mppwr2().
1979     * Addressed some compiler warnings
1981 2004-11-03 Rich Burridge <rich.burridge@sun.com>
1983     * Partial fix for bug #157021 
1984       (http://bugzilla.gnome.org/show_bug.cgi?id=157021).
1985       Changes have been added to fix this for non-arithmetic precedence mode.
1986       for x ^ y, if x is negative and y is an integer, then the mppwr() MP
1987       routine is used instead of mppwr2(). Added a new calc_xpowy() routine 
1988       in mpmath.c to do this calculation. Also added a show_error() routine
1989       to functions.c to display the error in the status bar if the user
1990       enters -X with non-integer Y.
1992 2004-11-02 Sami Pietila <sampie@ariana-dsl.utu.fi>
1994     * -x^y was intepreted -(x^y). Fixed. 
1995     * Also removed implicit multiplication as it caused problems.
1997 2004-11-01 Rich Burridge <rich.burridge@sun.com>
1999     * Generated gcalctool tarball for first GNOME 2.9 release.
2001 2004-10-15 Sami Pietila <sampie@ariana-dsl.utu.fi>
2003     * Fixed pr 148639.  
2005 2004-09-30 Rich Burridge <rich.burridge@sun.com>
2007     * Slight adjustment to bug #152301
2008       (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
2009       The tooltip message had been tweaked to 
2010       "Show the About Gcalctool dialog".
2012 2004-09-28 Pawan Chitrakar 
2014         * configure.in: Added "ne" Nepali in ALL_LINGUAS
2016 2004-09-27 Rich Burridge <rich.burridge@sun.com>
2018     * From Christian Rose <menthos at menthos dot com>
2019       Fixed bug #152301 (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
2020       Adjusted the tooltip message for Help->About... from "Show about help"
2021       to "Show the about dialog", to make it more understandable.
2023 2004-09-27 Rich Burridge <rich.burridge@sun.com>
2025     * From Heikki Tauriainen <heikki dot tauriainen at hut dot fi>
2026       Fixed bug #153726 (http://bugzilla.gnome.org/show_bug.cgi?id=153726)
2027       Gcalctool will now build correctly when using the -fno-common option 
2028       for gcc (3.3.4).
2030 2004-09-26 Sami Pietila <sampie@ariana-dsl.utu.fi>
2032     * Numerical localization (and thousand separator) disabled if an expression
2033       with parenthesis is entered in non-arithmetic precedence mode.
2034       
2035 2004-09-24 Rich Burridge <rich.burridge@sun.com>
2037     * If the accuracy was changed via one of the ten preset menu items
2038       in the Acc menu, the tooltip wasn't getting correct updated with 
2039       the new accuracy.
2041 2004-09-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
2043     * Numerical answer localization and thousand separator support
2044       for arithmetic precedence mode.
2046 2004-09-02 Rich Burridge <rich.burridge@sun.com>
2048     * Fixed rfe #147803 (http://bugzilla.gnome.org/show_bug.cgi?id=147803)
2049       Further changes to the "Set Precision" popup.
2050       - "Significant places" not "Significant Places".
2051       - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is
2052         the current precision, and be in the same radio box group as 
2053         the other menu items. Check the appropriate menu entry
2054       - Adjust the Acc button tooltip to show the current accuracy too.
2055       - When the user attempts to enter an invalid entry in the Set 
2056         Precision popup, an error message is shown in the main gcalctool 
2057         status bar.
2058       - the other Acc radio button items (0-9) need to have mnemonics (_0,
2059         _1 ...).
2061     * From Jens Granseuer (jensgr at gmx dot net)
2062       Fixed bug #152790 (http://bugzilla.gnome.org/show_bug.cgi?id=152790)
2063       Most of the changes needed were already in CVS; there was one compiler
2064       warning that still needed to be removed.
2066     * Storing the display value to a memory register was not updating the
2067       memory register window, if it was visible.
2069 2004-09-02 Rich Burridge <rich.burridge@sun.com>
2071     * Added in functionality to set the number of significant places > 9.
2072       There is a new menu item under the Acc menu called "Set Precision..."
2073       that brings up a small popup allowing you to set precision between 0
2074       and MAXACC significant places (where MAXACC is currently 30).
2076 2004-09-08  Gora Mohanty  <gmohanty@cvs.gnome.org>
2077                                                                                 
2078         * configure.in: Added 'or' to ALL_LINGUAS.
2080 2004-08-24 Breda McColgan <breda.mccolgan@sun.com>
2082         * help/C/gcalctool.xml: Updated for GNOME 2.8, technical review draft   * help/C/gcalctool-C.omf: Updated for GNOME 2.8
2083         * help/C/l10n.txt: Updated for GNOME 2.8
2084         * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.8
2086 2004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
2088         * configure.in: Add Â«nb» to ALL_LINGUAS.
2090 2004-08-16  Christian Rose  <menthos@menthos.com>
2092         * configure.in: Added "bs" to ALL_LINGUAS.
2094 2004-08-02 Rich Burridge <rich.burridge@sun.com>
2095     
2096     * Refixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
2097       This time removed the .../help/<locale>omf_timestamp files as well.
2099 2004-08-01 Sami Pietila <sampie@ariana-dsl.utu.fi>
2101     * (Re)implemented paste functionality.
2103 2004-07-27 Rich Burridge <rich.burridge@sun.com>
2105     * Fixed up numerous warnings generated by running lint on the gcalctool
2106       code. Removed unused variables and functions. Declared routines
2107       statically where possible.
2109 2004-07-27 Rich Burridge <rich.burridge@sun.com>
2111     * From Joe Marcus Clarke (marcus at freebsd dot org)
2112       Fixed bug 148581 (http://bugzilla.gnome.org/show_bug.cgi?id=148581)
2113       Changes to get latest gcalctool compiling on a BSD system.
2115 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2117     * Added various filenames to .../gcalctool/.cvsignore.
2118     * Added mkinstalldirs so that I could successfully do a "make dist"
2119       on my Solaris machine.
2120     * Removed ChangeLog-NG and FIXME references from Makefile.am
2121     * Version 5.5.0 released.
2123 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2125     * Added:
2126       gcalctool/mpmath.c
2127       gcalctool/syntax_translation.c
2128       to ../po/POTFILES.in (thanks Marcel Telka!).
2130 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2132     * Fixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
2133       Removed the unwanted ...omf.out files from under the .../help/
2134       directories, an artifact of the gcalctool-ng branch merge.
2135       Removed the unwanted Makefile and Makefile.in files from the same
2136       directories.
2138 2004-07-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
2139     * Menu option "Arithmetic Precedence" mode is disabled on error condition.
2140     * Remove goto commands from do_expression()
2142 2004-07-22 Sami Pietila <sampie@ariana-dsl.utu.fi>
2144     * Error is reported and input not accepted if a number exceeds 40 chars.
2145     * Added e+ and e- notation support to ce_tokeniser.
2146     * xh, xd, xb and xo support removed (from ce_tokeniser), where x is a number.
2147     * Empty input is always displayed as zero.
2148     * Removed some redundant #ifdefs
2149     * Applied a patch from Rich Burridge. The patch removes goto from exp_del_char()
2150     * Changed macro N_() to _() from statusbar entries.
2151     * Postfix operations can now use empty (zero) expression as a operator
2153 2004-07-19 Rich Burridge <rich.burridge@sun.com>
2155     * Added in function prototypes to fixup warning messages from the compiler.
2156     * Added a final newline in both .l files, so that they could be correctly
2157       compiled on a Solaris machine.
2158     * Removed the "[Experimental]" from the titleline.
2160 2004-07-19 Rich Burridge <rich.burridge@sun.com>
2162     * Removed ChangeLog-NG. It's not needed.
2163     * Added the contents of FIXME to the TODO file and removed
2164       FIXME.
2165     * Added Copyright comments to the source files that didn't have
2166       them.
2167     * Adjusted the C code to the "One True Style". If/when you take over
2168       ownership of gcalctool, I'm happy for you to revert it to whatever
2169       style you like, but while I've got to maintain it, then all the source
2170       code will be a consistent style. Sorry.
2171     * Removed commented out C code or code surronded by "#if 0". It just 
2172       leads to confusion. Look at the previous versions in CVS history if 
2173       you need to see what was there.
2174     * Adjusted code so that line length is less than 80 characters (wherever
2175       possible).
2176     * Adjusted comments to "/* ... */" style. The "// ..." style is not
2177       recognized by default with the Sun compiler.
2178     * Removed all Tabs. Tabs are evil.
2179     * Indentation is four spaces not two.
2180     * Added blank lines where appropriate to make the code more readable.
2181     * Adjusted code to define variables at the top of a routine.
2182     * Remove the "Next Generation (Experiemental)" from the about box.
2183     * Changed copyright dates to include 2004.
2184     * Removed the "word:" Gnuism from the words[] struct in 
2185       syntax_translation.c. Similar problems with another struct in the
2186       same source file.
2188 2004-06-18 Christian Neumair <chris@gnome-de.org>
2190      * gcalctool/functions.c, gcalctool/graphics.c: s/precedencer/precedence/
2192      * gcalctool/gtk.c: Mark missing GtkActionEntry entries in menu entry
2193      array for translation.
2195      * (create_kframe): Call gtk_action_group_set_translation_domain to enable
2196      menu i18n.
2198 2004-06-18 Archana Shah <archana.shah@wipro.com>
2200      * gcalctool/gtk.c: Following functions added.
2202      * (gcalc_window_get_menu_items): Function to get the menu_items for actions
2203        which are having icons associated with them.
2205      * (gcalc_window_have_icons_notify): Function to be notified when key
2206        '/desktop/gnome/interface/menus_have_icons' toggles.
2208      * (gcalc_window_set_unset_image): Based on the value of above mentioned 
2209        gconf key, icons will be set/unset.
2211      * Fixes bug#144596 
2213         
2214 2004-06-14 Sami Pietila <sampie@ariana-dsl.utu.fi>
2216     * Merge from NG-branch.
2217         
2218 2004-06-14 Rich Burridge <rich.burridge@sun.com>
2220     * Remainder of the fix for bug #143924.
2221       http://bugzilla.gnome.org/show_bug.cgi?id=143924
2222       Control-T shouldn't work in Basic or Financial modes. 
2223       I should have been using:
2225         g_object_set(gtk_ui_manager_get_action(X->ui, i),  \
2226                      "sensitive", state, NULL);
2228       rather than:
2230         gtk_widget_set_sensitive(gtk_ui_manager_get_widget(X->ui, i), state)
2232       to set the [in]activeness state of the various menubar menu items.
2234 2004-06-11 Rich Burridge <rich.burridge@sun.com>
2236     * Partial fix for bug #143924.
2237       http://bugzilla.gnome.org/show_bug.cgi?id=143924
2238       After an error condition, the "Show Trailing Zeroes" menu item is
2239       only activated if the user is in Scientific mode.
2241 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2243     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2244       In Basic or Financial mode, "Error" was been incorrectly display if
2245       you user has "Show Thousands Separator" set.
2247 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2249     * Fixed bug 144031 (http://bugzilla.gnome.org/show_bug.cgi?id=144031)
2250       gcalctool checked for the presence of the X11 libraries but doesn't
2251       need to. Checks removed from configure.in.
2253 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2255     * Selecting Help->About from the menubar wasn't doing anything. 
2256       With the switch to using the GtkUIManager, the hooks to link 
2257       up to the about_cb were incorrect.
2259 2004-06-01 Rich Burridge <rich.burridge@sun.com>
2261     * Adjusted the creation of the Accuracy and Left/Right shift menus
2262       from GtkItemFactory to GtkUIManager. 
2264       With this change, the -DGTK_DISABLE_DEPRECATED flag can now be 
2265       added back into .../gcalctool/gcalctool/Makefile.am.
2267 2004-05-29 Rich Burridge <rich.burridge@sun.com>
2269     * Adjusted the menubar creation in gtk.c from GtkItemFactory to
2270       GtkUIManager. 
2272 2004-05-29  Christian Rose  <menthos@menthos.com>
2274     * configure.in: Added "tk" to ALL_LINGUAS.
2276 2004-05-26 Rich Burridge <rich.burridge@sun.com>
2278     * Fixed bug 142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
2279       gcalctool now correctly recognizes the localized decimal point
2280       character by explicitly checking to see if the keyboard event keyval
2281       matches what's returned by localeconv()->decimal_point.
2283 2004-05-25 Udayan Kumar <udayan_kumar@da-iict.org>
2285     * From Rich Burridge <rich.burridge@sun.com>
2286       Fixed bug 136119 (http://bugzilla.gnome.org/show_bug.cgi?id=136119)
2287       gcalctool/calctool.c : structure button b_bottons 
2288       Added code for paranthesis in place of empty space
2290 2004-05-23 Rich Burridge <rich.burridge@sun.com>
2292     * From Michael Terry <mterry@fastmail.fm>
2293       Fixed bug 129397 (http://bugzilla.gnome.org/show_bug.cgi?id=129397)
2294       gcalctool.desktop.in, gcalctool/Makefile.am, gcalctool/gtk.c:
2295       Use GtkIconTheme to load gcalctool icon instead of built-in image.
2297 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2299     * From Balamurali Viswanathan  <balamurali viswanathan at wipro dot com>
2300       Fixed bug 142888 (http://bugzilla.gnome.org/show_bug.cgi?id=142888)
2301       gcalctool is now connected to the "die" signal so that it can be
2302       successfully terminated when removed from gnome-session-properties.
2304 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2306     * Change suggested by Ron Jenkins.
2307       The "Bsp" (Backspace) button has been relabeled "Bksp" to make it
2308       more understandable. The gcalctool man pages have been updated to
2309       reflect this change. The online help will be updated at GNOME 2.8
2310       release time (see bug #138367).
2312 2004-05-17  Dan Winship  <danw@novell.com>
2314     * gcalctool/calctool.c: s/malloc.h/stdlib.h/
2316 2004-05-17 Padraig O'Briain <padraig.obriain@sun.com>
2318     * gcalctool/caltool.h: Add second argument to set_display to specify 
2319       whether to mminimize changes.
2321     * gcacltool/calctool.c gcalctool/display.c gcaltool/functions.c: 
2322       Add second argument to calls to set_display. It is set to TRUE only 
2323       when adding a digit after pressing caclulator button or deleting 
2324       digit after pressing backspace.
2326     * gcacltool/gtk.c (set_display): Implement second argument
2327       minimize changes. Do nothing if display is not being changed.
2329       Fixes bug #134376.
2331      [Note that with this change, gcalctool now requires the Gtk that 
2332       comes with GNOME 2.6 or later in order to build].
2334 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
2336     * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2338 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2340     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2341       If the "Error" message is being displayed, it is now no longer
2342       incorrectly displayed as "Er,ror" if the "Show Thousands Separator"
2343       is on.
2345 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2347     * Fixed bug 135068 (http://bugzilla.gnome.org/show_bug.cgi?id=135068)
2348       Adjusted several default constant descriptions to be more 
2349       understandable.
2351 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2353     * Fixed bug 135065 (http://bugzilla.gnome.org/show_bug.cgi?id=135065)
2354       Tooltips for OR, AND, NOT, XOR and XNOR have been changed from
2355       "Logical <whatever>" to "Bitwise <whatever>".
2357 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2359     * Fixed bug 136872 (http://bugzilla.gnome.org/show_bug.cgi?id=136872)
2360       gcalctool can now be built with "CFLAGS=-fdata-sections".
2362 2004-03-22 Rich Burridge <rich.burridge@sun.com>
2364     * Version for GNOME 2.6 (FINAL) call for tarballs.
2366 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
2368     * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
2370 2004-03-18  Gareth Owen <gowen72@yahoo.com>
2372     * configure.in: Added en_GB to ALL_LINGUAS
2374 2004-03-15 Glynn Foster  <glynn.foster@sun.com>
2375         
2376    * configure.in, Makefile.am: Add localized online user documentation
2377      from the Sun translation team.
2378    * help/*: Online user documentation for de, es, fr, it, ja, ko, sv, zh_CN,
2379      zh_HK and zh_TW.
2381 2004-03-13 Alexander Shopov <ash@contact.bg>
2383    * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
2385 2004-03-08 Alastair McKinstry <mckinstry at computer dot org>
2387    * configure.in: Added ga ("Irish") to ALL_LINGUAS.
2389 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2391     * One more slight adjustment to the fix for bug 135064 
2392       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2393       Entering numbers that start with the numeric point character ('.")
2394       are now visibly displayed.
2396 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2398     * Adjustment to the fix for bug 135064 
2399       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2400       Fix to remove a potential spurious initial thousands separator 
2401       character after a change sign operation.
2403 2004-02-25  Tomasz Kłoczko <kloczek@pld.org.pl>
2405     * Makefile.am: in configure.in is used AM_GCONF_SOURCE_2. Part of this
2406       aclocal macro allow disable/enable install schama files in make
2407       install target schemas in GConf database. Pass
2408       --disable-schemas-install in configure parameters disable defines by
2409       AM_CONDITIONAL() GCONF_SCHEMAS_INSTALL variable for allow in
2410       Makefile.am files run gconftool-2 for update GConf database
2411       conditionaly. This fix enables run gconftool-2 in install-data-local
2412       only if GCONF_SCHEMAS_INSTALL variable is defined .. so now passing in
2413       configure parameters --disable-schemas-install switch now works perfectly :)
2415       * Makefile.am, gcalctool/Makefile.am: minor cleanups
2416       s#@VARIABLE@#$(VARIABLE)#
2418 2004-02-26  Miloslav Trmac <mitr at volny dot cz>
2420     * Fixed bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2421       Changing the sign of a large number (when "Show Thousands Separator"
2422       is on and this is not the C locale), no longer corrupts the display.
2423       The fix involved resetting all the internal calculations in gcalctool
2424       to be done in the C locale, and then localized (radix character and
2425       thousands separator), just before the number is displayed.
2427 2004-02-24  Rich Burridge <rich.burridge@sun.com>
2429     * Fixed bug 135328 (http://bugzilla.gnome.org/show_bug.cgi?id=135328)
2430       Added Shift-slash as a recognized alternate for the divide operation
2431       (needed by the be-latin1 keyboard layout).
2433 2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>
2435     * configure.in: Added Thai (th) to ALL_LINGUAS.
2437 2004-02-21  Christian Rose  <menthos@menthos.com>
2439     * configure.in: Added "en_CA" to ALL_LINGUAS.
2441 2004-02-18  Rich Burridge <rich.burridge@sun.com>
2443     * Fixed bug 134540 (http://bugzilla.gnome.org/show_bug.cgi?id=134540)
2444       gcalctool now correctly handles the digits 0123456789 which are
2445       shifted about the accented characters on a French keyboard.
2447 2004-02-17  Rich Burridge <rich.burridge@sun.com>
2449     * Fixed bug 134484 (http://bugzilla.gnome.org/show_bug.cgi?id=134484)
2450       Doing "3 x! x! x!" no longer causes gcalctool to lock up.
2452 2004-02-11 Breda McColgan <breda.mccolgan@sun.com>
2454     * Updated the following files due to fix for bug 133764 
2455       (http://bugzilla.gnome.org/show_bug.cgi?id=133764
2456            * help/C/gcalctool.xml
2457            * help/C/gcalctool-C.omf
2458            * help/C/figures/gcalctool_basic_window.png
2459            * help/C/figures/gcalctool_scientific_window.png
2461 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2463     * Fixed bug 133764 (http://bugzilla.gnome.org/show_bug.cgi?id=133764)
2464       - "Gradients" was still appearing when in Scientific mode (instead 
2465         of "Gradians".
2466       - In the x^2 button, the 2 should not be italicized.
2467       - In the x^2 and x^y buttons, the x should be italicized.
2468       - The View Thousands Separator menu item should not remain active 
2469         during an error condition.
2471 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2473     * Fixed bug 133590 (http://bugzilla.gnome.org/show_bug.cgi?id=133590)
2474       The About box now lists the documenters of gcalctool.
2476 2004-02-07 Breda McColgan <breda.mccolgan@sun.com>
2478     * help/C/gcalctool.xml: Updated for GNOME 2.6, technical review draft
2479     * help/C/gcalctool-C.omf: Updated for GNOME 2.6
2480     * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.6
2481     * help/C/figures/gcalctool_financial_window.png: Updated for GNOME 2.6
2482     * help/C/figures/gcalctool_scientific_window.png: Updated for GNOME 2.6
2484 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2486     * Fixed bug 132582 (http://bugzilla.gnome.org/show_bug.cgi?id=132582)
2487       Adjusted the gcalctool titlebar to use a hyphen (rather than square
2488       brackets) to show what mode the user is currently using.
2490 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2492     * Fixed bug 132570 (http://bugzilla.gnome.org/show_bug.cgi?id=132570)
2493       Adjusted UI to use spacing to delineate groups rather than frames
2494       (per the HIG).
2496 2004-01-22  Rich Burridge <rich.burridge@sun.com>
2498     * Fixed bug 131571 (http://bugzilla.gnome.org/show_bug.cgi?id=131571)
2499       User defined constants are now read/written out (as gconf resources)
2500       with no thousands separator and with a radix of ".".
2502 2004-01-16  Rich Burridge <rich.burridge@sun.com>
2504     * Fixed bug 131594 (http://bugzilla.gnome.org/show_bug.cgi?id=131594)
2505       The "Insert ASCII View..." menu item and the "Insert" button no
2506       longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
2508 2004-01-07  Alexander Nedotsukov <bland at mail dot ru>
2510     * Fixed bug 131059 (http://bugzilla.gnome.org/show_bug.cgi?id=131059)
2511       Fix to allow the thousands separator to be used correctly with the
2512       creation of the initial constant values in the Russian locale.
2514 2004-01-07  Rich Burridge <rich.burridge@sun.com>
2516     * Fixed bug 130078 (http://bugzilla.gnome.org/show_bug.cgi?id=130078)
2517       Changed the y^x button label to x^y (really x superscript y). Adjusted
2518       the tooltip message to "Raise displayed value to the power of y".
2520 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2522     * Fixed bug 130282 again (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2523       Needed to remove the "|| tsep[0] == '\0'" check from the get_tsep()
2524       routine in order to get the thousands separator to correctly work in
2525       all locales. Note that there is no thousands separator now for the C 
2526       locale.
2528 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2530     * Fixed part of bug 126125 
2531       (http://bugzilla.gnome.org/show_bug.cgi?id=126125). If the user
2532       entered: "1+(2()<backspace>)", this resulted in an answer of 0.
2533       When the user backspaced over the ")" character, v->noparens should
2534       have been incremented.
2536 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2538     * Fixed bug 130187 (http://bugzilla.gnome.org/show_bug.cgi?id=130187)
2539       When gcalctool changes modes now, it's internal state and the display
2540       are cleared.
2542 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2544     * Fixed bug 130282 (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2545       Fixes for more problems with the thousands separator in certain
2546       locales, plus correct handling of the radix character with the initial
2547       constant values.
2549 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2551     * Fixed bug 128603 again (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2552       The solution this time was to duplicate the initial string constant
2553       values to be confident that they are not in read-only memory.
2555 2004-01-03  Sanlig Badral  <badral@openmn.org>
2557     * configure.in: Added "mn" to ALL_LINGUAS.
2559 2004-01-03  Robert Sedak  <robert.sedak@sk.htnet.hr>
2561     * configure.in: Added "hr" in ALL_LINGUAS.
2563 2003-12-26  Fernando Herrera  <fherrera@onirica.com>
2565     * gcalctool.desktop.in: added X-GNOME-Bugzilla-OtherBinaries
2567 2003-12-24  à¸¥à¸ygimantas Beruฤka  <uid0@tuxfamily.org>
2569     * lt.po: Added "lt" to ALL_LINGUAS.
2571 2003-12-22  Miloslav Trmac <mitr at volny dot cz>
2573     * Fixed bug 129539 (http://bugzilla.gnome.org/show_bug.cgi?id=129539)
2574       The thousands separator is a null terminated string, not a single
2575       character. Same for the radix. Adjusted various functions to handle
2576       this. Note that in the C locale, nl_langinfo(THOUSEP) returns an empty
2577       string, so get_tsep() has been adjusted to return "," for that case.
2578       If nl_langinfo(RADIXCHAR) returns an empty string (it shouldn't do),
2579       then get_radix() will return ".".
2581 2003-12-20  Arafat Medini <lumina@silverpen.de>
2583     * ar.po: Added Arabic Locale "ar" to ALL_LINGUAS
2585 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2587     * Fixed bug 129496 (http://bugzilla.gnome.org/show_bug.cgi?id=129496)
2588       "Gradients" should be "Gradians".
2590 2003-12-16 Mohammad DAMT  <mdamt@bisnisweb.com>
2592     * configure.in: Added "id" in ALL_LINGUAS
2593     * po/id.po: Indonesian translation by Ahmad Riza H Nst <ari@160c.afraid.org>
2595 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2597     * Fixed bug 128603 (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2598       The changes for enhancement request #126626 which added thousands 
2599       separator support caused a crash at startup time on a Debian system. 
2600       The initial constant strings are being put in read-only memory either 
2601       by gcc (or because of the way that x86 arch is designed). This was 
2602       not a problem when tested with the Sun compilers on a Solaris SPARC 
2603       machine.  The remove_tsep() routine is display.c has been rewritten 
2604       to correctly handle this.
2606 2003-12-04  Iรฑaki Larraรฑaga <dooteo@euskalgnu.org>
2608     * configure.in: Added Basque (eu) to ALL_LINGUAS.
2610 2003-12-03  Rich Burridge <rich.burridge@sun.com>
2612     * Further work on enhancement request 125873
2613       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2614       As the user is typing in input, the display will now show the
2615       thousands separator (if checked).
2617 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2619     * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2620       This keyval/state pair needed to be added to the Xor recognized mappings.
2622 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2624     * Re-fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2625       The fix for Shift-"=" should have been for GDK_equal not GDK_Return.
2626       Needed to add in support for Shift-"/" too.
2628 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2630     * Implemented enhancement request 125873
2631       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2632       gcalctool can now optionally show the thousands seperator character
2633       for fixed point numbers displayed in the decimal base. Same for
2634       numbers stored in the memory registers. There is a new "Show 
2635       Thousands Separator" menu entry in the View menu to set this.
2637 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2639     * Fixed bug 126626 (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2640       gcalctool no longer causes a Gtk-CRITICAL error when the user enters
2641       "9*(1<Xor>". The problem was caused because a non-UTF character was
2642       being inserted into the text string to be displayed for the Xor
2643       function.
2645 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2647     * Fixed bug 125782 (http://bugzilla.gnome.org/show_bug.cgi?id=125782)
2648       If the user is entering a left parenthesis and it is the first one 
2649       being displayed and there is no current arithmetic operand, then 
2650       the current display is initially cleared to avoid the confusion of 
2651       showing something like "0(".
2653 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2655     * Fixed bug 127862 (http://bugzilla.gnome.org/show_bug.cgi?id=127862)
2656       The fix for bug #125625 introduced a potential out-of-order case
2657       for users who are rapid keyboard typers. This bug fix rectifies this
2658       with the unfortunate side-effect of no longer visual toggling the 
2659       equivalent button to the keyboard character that the user entered.  
2660       This fix is still compatible with the way the accessibility 
2661       infrastructure works though.
2663 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2665     * Fixed bug 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2666       For the "1/x", "x^2", "x!", "e^x", "10^x" and "y^x" labels, all 
2667       occurances of "x" and "y" are now italicized. The "e" in "e^x" 
2668       is no longer italicized.
2670 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2672     * Fixed bug 127316 (http://bugzilla.gnome.org/show_bug.cgi?id=127316)
2673       The "fix" introduced in gcalctool v4.1.18 to fix Sun Bugtraq bug 
2674       #1258472 against CDE dtcalc (which was also a problem with gcalctool)
2675       was incorrect.
2677 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2679     * Fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2680       The "=" key on a Swedish keyboard is on the upper level of a key 
2681       (i.e. the Shift key needs to be down). Added another mask/keysym 
2682       pair to the "=" entry in calctool.c to handle this.
2684 2003-11-07  Rich Burridge <rich.burridge@sun.com>
2686     * Fixed bug 125625 (http://bugzilla.gnome.org/show_bug.cgi?id=125625)
2687       gcalctool now handles "clicked" events rather than "pressed" ones.
2689 2003-10-20  Kjartan Maraas <kmaraas@gnome.org>
2691     * Fixed bug 124928 (http://bugzilla.gnome.org/show_bug.cgi?id=124928)
2692       Plugged several memory leaks.
2694 2003-10-13  Breda McColgan  <breda.mccolgan@sun.com>
2696     * Updated the following files:
2697         * help/C/gcalctool.xml: updated based on bug 123132
2698         * help/C/gcalctool-C.omf: updated manual date and version number
2699         * help/C/l10n.txt: updated manual version number and changes summary
2701 2003-10-13  Rich Burridge <rich.burridge@sun.com>
2703     * Fixed bug 124377 (http://bugzilla.gnome.org/show_bug.cgi?id=124377)
2704       Fixed rounding errors when the radix character for a locale isn't ".".
2705       The problem was in the first parameter passed to the MPstr_to_num() 
2706       routine. "0.5" should have been a string consisting of 
2707       SPRINTF(half, "0%c5", v->radix_char);
2709 2003-10-10  Rich Burridge <rich.burridge@sun.com>
2711     * Fixed bug 124172 (http://bugzilla.gnome.org/show_bug.cgi?id=124172)
2712       The "+" character on a German keyboard is on the lower level of a
2713       key (i.e. the Shift key doesn't need to be down). Added another
2714       mask/keysym pair to the "+" entry in calctool.c to handle this.
2716 2003-10-06  Rich Burridge <rich.burridge@sun.com>
2718     * Fixed bug 120737 (http://bugzilla.gnome.org/show_bug.cgi?id=120737)
2719       Changed the accessible text for the OR button from "Logical OR" to
2720       "logical OR" so that it's not changed by FreeTTS's token to words
2721       module to "logical Oregon".
2723 2003-10-06  Kaushal Kumar <kaushal.kumar@wipro.com>
2725     * gcalctool/Makefile.am: GtkItemFactory has been depricated.
2726       Remove the GTK_DISABLE_DEPRECATED flag. Fixes #123948.
2728 2003-10-03  Rich Burridge <rich.burridge@sun.com>
2730     * Fixed bug 123724 (http://bugzilla.gnome.org/show_bug.cgi?id=123724)
2731       Hitting Esc now does the same as hitting Control-Backspace; i.e. the
2732       CE (clear entry) functionality.
2734     * Updated the gcalctool man pages to reflect this change, and the changes
2735       for bug #118826.
2737 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2739     * Refixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2740       gcalctool now uses nl_langinfo() to get the numeric point for the
2741       users locale, rather than via a localised string.
2743 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2745     * Fixed enhancement 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2746       Changed that label for e^x (e superscript x) to use an italised "e".
2748 2003-09-24  Rich Burridge <rich.burridge@sun.com>
2750     * Fixed bug 118826 (http://bugzilla.gnome.org/show_bug.cgi?id=118826)
2751       The keyboard shortcuts for the six hex. digits are now "A" to "F".
2752       The functions that previously used those letters have been reassigned
2753       to their lowercase equivalents. These were:
2755         Accuracy                      (now "a")
2756         Change Sign                   (now "c")
2757         Double-declining depreciation (now "d")
2758         Exponential                   (now "e")
2759         User-defined functions        (now "f")
2761       Note that left or right shifting 10-15 places now uses the 'A' to
2762       'F' keyboard accelerators (rather than 'a' to 'f').
2764 2003-09-17  Rich Burridge <rich.burridge@sun.com>
2766     * Fixed bug 122408 (http://bugzilla.gnome.org/show_bug.cgi?id=122408)
2767       The tooltips for the numeric buttons (0-9) have been removed as they
2768       are redundant.
2770 2003-09-17  Fatih Demir <kabalak@gtranslator.org>
2772     * configure.in: Added "ta" (Tamil) to the languages' list.
2774 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2776     * Fixed bug 120749 (http://bugzilla.gnome.org/show_bug.cgi?id=120749)
2777       When gcalctool is displaying a menu, typing Alt+Tab can no longer
2778       switch windows. The menu_button_key_press_cb() routine in gtk.c
2779       needed to return TRUE if the event->keyval was a Space.
2781 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2783     * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2784       Accessible names have now been added to each of the widgets in the 
2785       mode panel when in Scientific mode.
2787 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2789     * Fixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2790       The decimal separator is now a translatable string so that other
2791       locales that don't use a period (Italian uses a comma for example),
2792       can adjust accordingly.
2794 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2796     * Fixed bug 120605 (http://bugzilla.gnome.org/show_bug.cgi?id=120605)
2797       Gcalctool contains lots of messages that are (potentially) only 
2798       displayed if the user starts the application with either the -D or 
2799       the -E command line options. As these are debugging messages, they 
2800       need not be translated, so the _(...) macros around them have been 
2801       removed.
2803 2003-09-09  Andras Timar  <timar@gnome.hu>
2805     * configure.in: Added Hungarian (hu) to ALL_LINGUAS.
2807 2003-09-08  Pablo Saratxaga  <pablo@mandrakesoft.com>
2809     * configure.in: Added Farsi (fa), Macedonian (mk) and Vietnamese (vi)
2810       to ALL_LINGUAS
2812 2003-09-08  Glynn Foster  <glynn.foster@sun.com>
2814     * configure.in: Version 4.3.3
2816 2003-09-08  Mugurel Tudor  <mugurelu@go.ro>
2818     * configure.in: Added "ro" to ALL_LINGUAS.
2820 2003-09-07  Sami Pesonen  <sampeson@iki.fi>
2822     * configure.in: Added "fi" to ALL_LINGUAS.
2824 2003-09-05  Laurent Dhima  <laurenti@alblinux.net>
2826     * configure.in: Added "sq" to ALL_LINGUAS.
2828 2003-08-27  Marcel Telka  <marcel@telka.sk>
2830     * configure.in (ALL_LINGUAS): Added sk.
2832 2003-08-23  Ole Laursen  <olau@hardworking.dk>
2834     * configure.in: Added "da" (Danish) to ALL_LINGUAS.
2836 2003-08-18  Rich Burridge <rich.burridge@sun.com>
2838     * Fixed bug 119888 (http://bugzilla.gnome.org/show_bug.cgi?id=119888)
2839       gcalctool keyboard handling has been improved.
2841 2003-08-16  Guntupalli Karunakar  <karunakar@freedomink.org>
2843     * configure.in: Added "hi" in ALL_LINGUAS.
2845 2003-08-14  Rich Burridge <rich.burridge@sun.com>
2847     * From Dennis Cranston  <dennis_cranston at yahoo com>
2848       Fixed bug 119832 (http://bugzilla.gnome.org/show_bug.cgi?id=119832)
2849       The space bar can now correctly activate the button that has focus.
2851 2003-08-08  Rich Burridge  <rich.burridge@sun.com>
2853     * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2855 2003-08-06  Metin Amiroff  <metin@karegen.com>
2857     * configure.in: Added "az" to ALL_LINGUAS.
2859 2003-08-06  Wang Jian  <lark@linux.net.cn>
2861     * configure.in: Added "zh_CN" to ALL_LINGUAS.
2863 2003-08-04  Rich Burridge  <rich.burridge@sun.com>
2865     * From Dennis Cranston  <dennis_cranston at yahoo com>
2866       Fixed bug 118246 (http://bugzilla.gnome.org/show_bug.cgi?id=118246)
2867       The display field can now take focus. The initial widget with
2868       focus is the Clr button (also discussed this with Nils who agrees).
2870 2003-07-30  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2872     * configure.in: Added Belarusian to ALL_LINGUAS.
2874 2003-07-29  Rich Burridge  <rich.burridge@sun.com>
2876     * (Bug #118247) Three more small adjustments to AccessibleName text:
2877       "E to the power of x" goes back to "E to the x"
2878       "Ten to the power of x" goes back to "Ten to the x"
2879       "Y to the power of x" goes back to "Y to the x"
2881       (Sorry translators).
2883 2003-07-28  Rich Burridge  <rich.burridge@sun.com>
2885     * (Bug #118247) Four small adjustments to AccessibleName text:
2886       "Random" becomes "Random number".
2887       "E to the x" becomes "E to the power of x"
2888       "Ten to the x" becomes "Ten to the power of x"
2889       "Y to the x" becomes "Y to the power of x"
2891 2003-07-25  Rich Burridge  <rich.burridge@sun.com>
2893     * Fixed bug 118247 (http://bugzilla.gnome.org/show_bug.cgi?id=118247)
2894       Each gcalctool button now has an AccessibleName. By default these
2895       are taken from the buttons tooltip string. This is to:
2896       - reduce the amount of extra memory that would be taken up otherwise.
2897       - reduce the pain that all the translators would have to go through
2898       - reduce the repetition because a lot of the actual tooltip strings 
2899         are just fine.
2901       The exceptions to this are for the following buttons, where the
2902       tooltip string is too long:
2904         Button |   
2905         Label  |                        AccessibleName
2906       ---------+----------------------------------------------
2907         Bsp       "Backspace" 
2908         CE        "Clear Entry"
2909         Clr       "Clear"
2910         Int       "Integer portion"
2911         Sto       "Store to register"
2912         Frac      "Fractional portion"
2913         Rcl       "Retrieve from register"
2914         Exch      "Exchange with register"
2915         <         "Shift left"
2916         >         "Shift right"
2917         &16       "16 bit unsigned integer"
2918         &32       "32 bit unsigned integer"
2919         (         "Left bracket"
2920         )         "Right bracket"
2921         Acc       "Accuracy"
2922         Exp       "Exponential"
2923         e^x       "E to the x"
2924         10^x      "Ten to the x"
2925         y^x       "Y to the x"
2926         x!        "Factorial"
2927         Rand      "Random"
2929 2003-07-25  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>
2931     * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
2933 2003-07-25  Kang Jeong-Hee  <Keizi@mail.co.kr>
2935     * configure.in: Added 'ko' (Korean) to ALL_LINGUAS.
2937 2003-07-22  Breda McColgan  <breda.mccolgan@sun.com>
2939     * Updated the following files:
2940         * help/C/gcalctool.xml: updated based on bug 116944
2941         * help/C/gcalctool-C.omf: updated manual date and version number
2943 2003-07-21  Rich Burridge  <rich.burridge@sun.com>
2945     * Fixed bug 117691 (http://bugzilla.gnome.org/show_bug.cgi?id=117691)
2946       The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are not valid 
2947       equivalents for the 8, 2, 4 and 6 keys. They are needed for keyboard 
2948       navigation.
2950 2003-07-13 John Fleck <jfleck@inkstain.net>
2952     Remove:
2953         * xmldocs.make
2954         * omf.make
2955     Edit:
2956         * autogen.sh
2957         use new docs build system. Latest gnome-common
2958         now required to build from cvs
2960 2003-07-09  Rich Burridge  <rich.burridge@sun.com>
2962     * From Steve Chaplin <stevech1097 at yahoo com au>
2963       Added the -DGNOME_DISABLE_DEPRECATE in .../gcalctool/Makefile.am
2964       to catch any potential GNOME depreciated methods.
2966 2003-07-09  Hasbullah Bin Pit  <sebol@ikhlas.com>
2968     * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
2969     * po/ms.po: Added Malay translation.
2971 2003-07-09  Alessio Frusciante <algol@firenze.linux.it>
2973     * configure.in: Added "it" (Italian) to ALL_LINGUAS.
2975 2003-07-07  Dennis Cranston <dennis_cranston at yahoo com>
2977     * Fixed bug 116944 (http://bugzilla.gnome.org/show_bug.cgi?id=116944)
2978       Various HIG improvements to the edit constants, edit functions,
2979       and insert ASCII value dialogs. (i.e. adjusted widget padding
2980       according to HIG; added a mnemonic for the constant and function
2981       treeviews; etc.)
2983 2003-07-08  Rich Burridge  <rich.burridge@sun.com>
2985     * Refixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2986       After further discussion with Toshi, it was understood that I didn't
2987       need to call g_locale_to_utf8() for the numeric strings (which just
2988       consist of '0'-'9', 'e', 'A'-'F', '+', '-' and '.'). set_display() in
2989       gtk.c was simplified back to using just one parameter.
2991 2003-07-07  Rich Burridge  <rich.burridge@sun.com>
2993     * Fixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2994       When the calculator display is showing an error message, it is now
2995       correctly localized. Fix was to add in a second parameter to each 
2996       call of set_display, that indicated whether this was an error 
2997       condition or not. If it was, then the first parameter being passed 
2998       in was already localized (had to do it this was so that the strings 
2999       turned up in the message files), and wouldn't be run through 
3000       g_locale_to_utf8(). Thanks to Toshi for pointing me in the right 
3001       direction.
3003 2003-07-06  Gil "Dolfin" Osher <dolfin@rpg.org.il>
3005     * configure.in: Added "he" (Hebrew) to ALL_LINGUAS.
3007 2003-07-04  Artur Flinta  <aflinta@cvs.gnome.org>
3009     * configure.in: Added "pl" to ALL_LINGUAS.
3011 2003-06-25  Rich Burridge  <rich.burridge@sun.com>
3013     * Fixed bug 115950 (http://bugzilla.gnome.org/show_bug.cgi?id=115950)
3014       The "*" key wasn't being recognized as a keyboard shortcut for
3015       multiplication. The problem was that GDK_SHIFT_MASK needed to be
3016       given in the equivalent entry for the mods array for this button
3017       struct.
3019 2003-06-25  Breda McColgan  <breda.mccolgan@sun.com>
3021     * Updated the following files:
3022         * help/C/gcalctool.xml: updated based on bug 114363 and bug 114364
3023         * help/C/gcalctool-C.omf: updated manual date and version number
3025 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
3027     * Further work on bug 114364. The items in the constants menu are now 
3028       always displayed in the decimal numeric base. This is consistent with 
3029       the way that calctool in the OpenWindows DeskSet worked.
3031 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
3033     * Fixed bug 114364 (http://bugzilla.gnome.org/show_bug.cgi?id=114364)
3034       When you change numeric base and then display the constant values in 
3035       the Con menu, the values are shown in the current base.
3037       When you select "Edit Constants" from the Con menu, the values of each 
3038       constant are shown in Decimal. The label:
3039       "All constant values are specified in the decimal numeric base"
3040       has also been added to the "Edit Constant" popup to clarify this.
3042 2003-06-23  Rich Burridge  <rich.burridge@sun.com>
3044     * Fixed bug 115653 (http://bugzilla.gnome.org/show_bug.cgi?id=115653)
3045       Adjusted the keyboard mnemonic checking code to now check to make
3046       sure that neither of the Alt keys is pressed when comparing against
3047       button equivalents.
3049 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
3051     * Similar problem to bug #115212 but for the "Edit Constants" and
3052       "Edit Functions" dialog boxes. gcalctool no longer can display
3053       multiple versions of them. Also removed the X->CFtype and 
3054       X->cf_entries variables.
3056 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
3058     * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
3059       When an error condition occurs:
3060   
3061       - make insensitive all buttons except Clr.
3062       - make all Scientific mode toggles and checkboxes insensitive.
3063       - make all menubar items insensitive except:
3064            Calculator->Quit
3065            Help->Contents
3066   
3067       When the error condition is cleared, resensitise everything, setting
3068       the numeric base buttons correctly.
3070 2003-06-18  Guntupalli Karunakar  <karunakar@freedomink.org>
3072     * configure.in: Added "ml" in ALL_LINGUAS.
3074 2003-06-16  Rich Burridge  <rich.burridge@sun.com>
3076    * From Steve Chaplin <stevech1097@yahoo.com.au>
3077      Fix for bug #115212 (http://bugzilla.gnome.org/show_bug.cgi?id=115212)
3078      gcalctool no longer can display multiple About boxes.
3080 2003-06-13  Rich Burridge  <rich.burridge@sun.com>
3082     * From Dennis Cranston  <dennis_cranston@yahoo.com>
3083       Fix for bug #108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3084       The appropriate gcalctool button is now animated when the user enters 
3085       that value via the keyboard.
3087 2003-06-10  Rich Burridge  <rich.burridge@sun.com>
3089     * Partial fix for bug 114363:
3090       (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
3091       When the calculator display is showing "Error", the Constant values and
3092       the Memory Register values no longer incorrectly show "Error" as well.
3094 2003-06-10  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
3096     * configure.in: Added Russian to ALL_LINGUAS.
3098 2003-05-28  Rich Burridge  <rich.burridge@sun.com>
3100     * Fixed bug 113703 (http://bugzilla.gnome.org/show_bug.cgi?id=113703)
3101       Fix from Havoc: "If you use AM_GCONF_SOURCE_2 in configure.in, 
3102       then do a makefile snippet as in gnome-terminal/src/Makefile.am,
3103       you should be able to specify --with-gconf-source=whatever"
3105 2003-05-28  Danilo ? egan  <dsegan@gmx.net>
3107     * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
3109 2003-05-26  Rich Burridge  <rich.burridge@sun.com>
3111     * From Franz Klammer <klammer@webonaut.com>
3112       Fixed bug 113754 (http://bugzilla.gnome.org/show_bug.cgi?id=113754)
3113       Decimal point didn't work with a German keyboard if Numlock was 
3114       turned on.
3116 2003-05-19  Rich Burridge  <rich.burridge@sun.com>
3118     * .../gcalctool/Makefile.am: Install "gnome-calculator" symlink
3119       as reqested by Glynn Foster.
3121 2003-04-24  Rich Burridge  <rich.burridge@sun.com>
3123     * Fixed bug 111269 (http://bugzilla.gnome.org/show_bug.cgi?id=111269)
3124       It was possible to type fast into gcalctool and digits would be
3125       transposed. gcalctool now looks for key_press_event and 
3126       key_release_event events on the main window rather than set keyboard 
3127       accelerators to the "clicked" action of the various buttons.
3129 2003-04-15  Rich Burridge  <rich.burridge@sun.com>
3131     * Refixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
3132       Concatenated more error messages in mp.c.
3134     * Adjusted the Acc menu entries to be "<n> significant places" rather
3135       than "<n> radix places" in gtk.c.
3137     * Replaced "kilometers per hour / miles per hour" with 
3138       "kilometers per hour or miles per hour" in the first constant
3139       description in calctool.c and gcalctool.1.
3141     * Replaced occurances of "/" in the other constant descriptions with "or".
3143 2003-04-15  Breda McColgan  <breda.mccolgan@sun.com>
3145     * Translators: The documentation is now ready for translation!
3147     * Updated the following files:
3148         * configure.in: updated version number to 4.2.81
3149         * help/C/gcalctool.xml: first approved draft, ready for translation
3150         * help/C/gcalctool-C.omf: updated manual date and version number
3151         * help/C/l10n.txt: new file added 
3152         * help/C/figures/gcalctool_edit_const_window.png: deleted
3153         * help/C/figures/gcalctool_edit_func_window.png: deleted
3154         * help/C/figures/gcalctool_ins_ascii_window.png: deleted
3155         * help/C/figures/gcalctool_mem_reg_window.png: deleted
3156         
3158 2003-04-13  Christian Neumair  <chris@gnome-de.org>
3160     * Reflect translated mode information in window title (functions.c).
3162 2003-04-10  Rich Burridge  <rich.burridge@sun.com>
3164     * Fixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
3165       Various fprintf statements in mp.c have been concatenated to help
3166       translators.
3168 2003-04-02  Rich Burridge  <rich.burridge@sun.com>
3170     * Added in latest online help changes from Breda McColgan. This should
3171       now put the online help in sync with the actual functionality of
3172       gcalctool.
3174       **IMPORTANT NOTE FOR TRANSLATORS**
3176       Please still hold off translating these files for a while. This is still
3177       a draft. The documentation needs to be reviewed by an editor, and
3178       editorial feedback incorporated. Look for a followup entry here in the
3179       Changelog, with an indication that they are ready for translation.
3181 2003-03-28  Christian Neumair  <chris@gnome-de.org>
3183     * Added AC_PREREQ macro to configure.in to satisfy some ac wrapper scripts
3184       and added German (de) to ALL_LINGUAS; bumped version to 2.4.78;
3185       Added missing gettext call. This makes the i18ized menu entries actually
3186       visible. Fixed some tooltip strings. Updated some .cvsignore files.
3188 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3190     * Added in various .cvsignore files to make checkins and updates cleaner.
3192 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3194     * Adjusted ChangeLog format to the Gnu style. Moved older ChangeLog entries
3195       off into ChangeLog-YYYY files (years 1990, 1991, 1992, 1993 and 2002).
3197 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3199     * Fixed up a compiler warning for set_show_zeroes_toggle() usage in gtk.c
3200       Fixed up distcheck, adding intltool to EXTRA_DIST
3202       This version to be announced in gnome-announce.
3204 2003-03-24  Rich Burridge  <rich.burridge@sun.com>
3206     * Slight adjustments to bug 108226
3207       (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
3209       Menu item is now "Show Trailing Zeroes", with a Control-T accelerator.
3210       Added a similar menu item to the View menu on the menu bar (only active
3211       in Scientific mode). Adjusted program logic. Cases of "rm_zeroes" now
3212       become "show_zeroes". Updated the manual pages and the gcalctool
3213       schemas file.
3215 2003-03-19  Dennis Cranston <dennis_cranston@yahoo.com>
3217     * Fixed bug 108729 (http://bugzilla.gnome.org/show_bug.cgi?id=108729)
3218       Added tooltips to the radio and check buttons in scientific mode.
3220 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
3222     * Fixed bug 108226 (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
3224       The menu items in the Acc menu are now "tickable", so you know what the 
3225       current accuracy selection is. Setting one of these clears the previous 
3226       one.
3228       A new "remove trailing zeroes" menu item is added to the Acc menu (last
3229       item, with a separator just above), that is "tickable". This tick doesn't
3230       affect the accuracy ticks. It's either on or off.
3232       The default setting for accuracy now becomes 9 numeric places and "remove 
3233       trailing zeroes".
3235       The Acc button is moved to the Scientific mode (clear slot in the top 
3236       right corner, above the Rand.
3238       The Base radio button group and the display type radio button group in
3239       the mode panel in Scientific mode are now moved to the right side to be
3240       close in proximity to the Acc button. The other mode items move to the
3241       left side.
3243 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
3245     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3246       Fixed bug 108208 (http://bugzilla.gnome.org/show_bug.cgi?id=108208)
3247       The default value for the "showregisters" resource in gcalctool.schemas
3248       was incorrectly set.
3250     * There should be no "default:" action in the command line parsing in 
3251       get_options().
3253 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3255     * Correctly fixed bug 108219 
3256       (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
3257       The previous fix didn't correct set the radio buttons when changing 
3258       mode from Scientific to Basic or Financial. Only the internal state.
3260 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3262     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3263       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3264       Followup changes to make the numeric keypad animate the buttons on 
3265       Linux machines.
3267 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3269     * Fixed bug 108219 (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
3270       When you go from Scientific mode to either Basic or Financial mode, 
3271       the calculator will revert to "Dec" base in "Fix" notation.
3273       Any number in the display (and the memory registers if shown) will be 
3274       converted accordingly.
3276       When you are in a mode (Basic, Financial, or Scientific) you will only 
3277       be able to do the functionality that that mode shows. For example, you 
3278       will not be able to do base changes if you are in Basic or Financial mode.
3280 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3282     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3283       Fixed bug 108333 (http://bugzilla.gnome.org/show_bug.cgi?id=108333)
3284       The gcalctool buttons with menus associated with them are now keyboard
3285       navigable.
3287 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3289     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3290       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3291       When the user uses the keyboard to enter data, the associated gcalctool
3292       button will be animated.
3294 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3296     * Fixed bug 108210 (http://bugzilla.gnome.org/show_bug.cgi?id=108210)
3297       Main gcalctool window is no longer resizable.
3299 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3301     * Incorporated several online help changes from Breda McColgan.
3303       **IMPORTANT NOTE FOR TRANSLATORS**
3305       Please still hold off translating these files for a while. This is still
3306       a draft. The documentation needs to be reviewed by an editor, and 
3307       editorial feedback incorporated. Look for a followup entry here in the 
3308       Changelog, with an indication that they are ready for translation.
3310 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3312     * Added scrollkeeper checks into configure.in.
3314     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3315       Fixed warning message:
3317       ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
3318       GNOME_FILE_DOMAIN_APP_HELP domain
3320       Adjustment to the gnome_help_display() call in gtk.c to use the right 
3321       parameters.
3323 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3325     * Added in a first (draft) version of online help from Breda McColgan in
3326       the Sun GNOME doc. team.
3328       **IMPORTANT NOTE FOR TRANSLATORS**
3330       Please hold off translating these files for a while. Slight revisions
3331       are planned for sometime in the next week or two. Look for a followup 
3332       entry here in the Changelog, with an indication that they are ready for 
3333       translation.
3335 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3337     * Abstracted the key values and modifiers. This will make it easier to
3338       create versions of this calculator for other graphical toolkits, or
3339       a version with no graphics at all (prompt style).
3341 2003-03-04  Rich Burridge  <rich.burridge@sun.com>
3343     * Adjusted the tooltip help to be minimalist messages. Online help for
3344       gcalctool will be coming soon, and this will contain the detailed help
3345       information (plus examples).
3347 2003-02-28  Rich Burridge  <rich.burridge@sun.com>
3349     * Small adjustment to allow gcalctool to compile using the Solaris Forte
3350       compilers.
3352 2003-02-26  Rich Burridge  <rich.burridge@sun.com>
3354     * Gcalctool wasn't saving the trigonometric type when it was changed. The
3355       trig_cb() function was calling do_trig() incorrectly instead of 
3356       do_trigtype().
3358     * Removed the trailing period from the ten constant definitions in the man 
3359       pages.
3361 2003-02-26  evandrofg <someone@somewhere.org>
3363     * configure.in: Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3365 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3367     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3368       Allows Backspace to correctly work inside parentheses. Similar fix to
3369       the one for Delete in v4.2.55 (bug #106583).
3371 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3373     * The Xor logical operation wasn't being performed correctly. Gdk uses
3374       keysym values that are greater than what can be fitted into a char.
3375       Adjusted v->cur_op and v->old_cal_value to now be ints.
3377     * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3378       checkboxes. In fact, it was toggling them twice, thereby returning them
3379       to whatever state they were in when the user hit Clr.
3381 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3383     * Removed the final period from the ten default constant descriptions.
3385     * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3386       "centimeter".
3388     * Fixed up the values of the ten default constant definitions in the
3389       manual pages.
3391     * The "centimeters <=> inches" default constant should be 0.3937007
3392       rather than 2.54 to be consistent with the other constants.
3394 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3396     * Fixed bug 106583 (http://bugzilla.gnome.org/show_bug.cgi?id=106583)
3397       There were two parts to this. Dennis Cranston fixed the:
3399       (gcalctool:10872): Gtk-CRITICAL **: file gtktextbuffer.c: line 548:
3400       assertion `g_utf8_validate (text, len, NULL)' failed
3402       messages. 
3404       The crash was caused by the paren_disp() function in display.c not
3405       correctly checking for when a Delete character was entered.
3407 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3409     * The financial Term tooltip example didn't work. The problem was that
3410       the Rate function had a keyboard shortcut of "T" and Term had "t". The
3411       check for which financial function was being processed in do_business()
3412       in functions.c didn't take into consideration any key mods (such as
3413       GDK_SHIFT_MASK). Add a key_equal function that now compares both the
3414       mods and the value of keys.
3416     * Moved the Exp button to the right of the Con and Fun buttons for better
3417       grouping.
3419 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3421     * Fixed bug 106501 (http://bugzilla.gnome.org/show_bug.cgi?id=106501)
3422       A check has been added to the do_delete() function in functions.c to
3423       make sure that the length is greater than zero, before setting the
3424       len-1 character to '\0'.
3426 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3428     * From Breda McColgan <breda.mccolgan@sun.com>
3429       Toggled the positions of the Sto and Rcl buttons. This is primarily to
3430       help with the online documentation, which consists of listing the 
3431       gcalctool buttons in several tables, grouping "like" buttons together 
3432       (for example: Bsp, CE, and Clr in one table; Sto, Rcl, and Exch in 
3433       another table). Within a table, the buttons are listed in the sequence 
3434       in which they appear in gcalctool. For the most part, the sequence 
3435       isn't significant. However, it doesn't really make sense to talk about 
3436       either Rcl or Exch until you've described Sto.
3438 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3440     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3441       - The process_str() function will cause a crash if the input string is 
3442         null. For example, if the clipboard is empty and the user presses 
3443         CTRL-V then gcalctool will core dump. Fixed by adding a null check to 
3444         the function. 
3446       - gcalctool now uses a text view for its display widget.
3448 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3450     * Fixes to the manual page:
3451       - the keyboard shortcut for the "Term" function is "t" not "T".
3452       - removed the LOGICAL mode section.
3454 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3456     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3457       Changes the EXPAND flag to FALSE when packing the display label and mode
3458       frame. These widgets shouldn't expand when the calculator is resized. 
3460       Replace the three characters of white space in the title bar text with one
3461       space character, so more of the title fits into the task window list 
3462       applet.
3464 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3466     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3467       Added a launcher to the GNOME's Accessories menu. The launcher uses 
3468       gcalctool.png for its icon which required moving the icon to the pixmaps 
3469       installation directory.  
3471       This means that the find_file() function is no longer necessary, and has
3472       been removed. It was used only in set_gcalctool_icon(). The path of 
3473       gcalctool.png is now always PACKAGE_PIXMAP_DIR. 
3475 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3477     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3478       Mark the menu labels for translation and converts the
3479       gtk_item_factory_get_widget() calls to 
3480       gtk_item_factory_get_widget_by_action() calls. 
3482 2003-02-11  Rich Burridge  <rich.burridge@sun.com>
3484     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3485       - Cleans up the Help menu's layout so it looks like other GNOME 
3486         applications.
3487       - Converts gtk_init() to gnome_program_init() to allow access to things 
3488         like GNOME_STOCK_ABOUT.
3489       - Add an icon field to the Xobject structure.
3490       - Change setup_default_icon() to set_gcalctool_icon() and set X->icon in 
3491         the function.
3492       - Sets the window icon for the memory register and about windows.
3493       - Cleans up about_cb() and call it directly in menu callbacks -- like in 
3494         other gtk+ applications.
3495       - Remove the unneccessary X->about structure field.
3497 2003-02-06  Daniel Yacob  <locales@geez.org>
3499     * Added Amharic (am) to ALL_LINGUAS ata configure.in.
3501 2003-02-07  Rich Burridge  <rich.burridge@sun.com>
3503     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3504       Fixed bug 104249 (http://bugzilla.gnome.org/show_bug.cgi?id=104249)
3505       The UI for adding new or editing existing constants and/or functions
3506       has been improved. It now uses a treeview editable list. A help button
3507       is provided, but that currently isn't hooked up. I've added a note to
3508       bug #104821 for this problem.
3510 2003-02-04  Rich Burridge  <rich.burridge@sun.com>
3512     * Fixed bug 104830 (http://bugzilla.gnome.org/show_bug.cgi?id=104830)
3513       gcalctool now uses gnome-calc3.png as its icon (same as the current
3514       gnome-calculator). For now, I've copied that to a file, gcalctool.png
3515       within the gcalctool distribution. Also removed calctool.gif.
3517 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3519     * Further slight adjustments needed to fix Bugzilla bug 104248. The 
3520       callback handler for the menu items (mb_proc in gtk.c) needed to 
3521       have a check at the top to see if we'd started the application yet, 
3522       and if it hadn't, then to just return. Seemed it was getting called 
3523       as gcalctool was initially coming up, which was toggling the state 
3524       of the v->rstate variable incorrectly.
3526     * Fixed bug 104240 (http://bugzilla.gnome.org/show_bug.cgi?id=104240)
3527       The "File" menubar item is now called "Calculator", and there is a set of
3528       unique mnemonics for the various items in the Scientific mode panel.
3529       The gcalctool manual pages have been updated to reflect these changes.
3531     * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3532       Added in a Control-A mnemonic for Help->About.
3534 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3536     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3537       Fixed bug 104248 (http://bugzilla.gnome.org/show_bug.cgi?id=104248)
3538       The View->Memory Registers menu item's toggle is now set correctly
3539       depending upon whether the memory register windows is visible or hidden.
3541     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3542       The correct radio item is now set in the View menu mode menu item entries
3543       if gcalctool is initially started in Financial or Scientific mode.
3545 2003-01-27  Rich Burridge  <rich.burridge@sun.com>
3547     * The constant and function definitions are now read and written as Gconf
3548       resources, rather than to a ~/.gcalctoolcf file in the user's home 
3549       directory. The manual pages have been updated to reflect this change.
3551       An entry has been added to the TODO file to reflect functionality that
3552       is no longer present because of this change.
3554     * Fixed bug 104250 (http://bugzilla.gnome.org/show_bug.cgi?id=104250)
3555       The constant and the function menu items now have "C<n>:" and "F<n>:" 
3556       prefixes respectively, where <n> is the constant/function number.
3558       This also involved removing the "<=>" from four of the descriptions for
3559       the predefined constant values.
3561 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3563     * Fixed bug 104245 (http://bugzilla.gnome.org/show_bug.cgi?id=104245)
3564       The View->Basic Mode, Financial Mode, Scientific Mode and Memory
3565       Registers now have keyboard accelerators (Control-B, Control-F, Control-S
3566       and Control-M respectively).
3568 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3570     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3571       Further slight adjustments for bug 104287
3572       (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3573       The insert button isthe default button.
3574       The dialog is no longer resizable.
3575       The ESC key can now be used to cancel the dialog.
3577 2003-01-24  Rich Burridge  <rich.burridge@sun.com>
3579     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3580       Fixed bug 104287 (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3581       HIG improvements for the "Insert ASCII Value" dialog.
3583 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3585     * Fixed bug 104241 (http://bugzilla.gnome.org/show_bug.cgi?id=104241)
3586       The Insert ASCII Value" menu item is now "Insert ASCII Value..."
3588     * From: Hidetoshi Tajima <hidetoshi.tajima@sun.com>
3589       Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3590       <bonobo-i18n.h,> where all this stuff is already defined.
3592 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3594     * Fixed bug 102928 (http://bugzilla.gnome.org/show_bug.cgi?id=102928)
3595       The x^2, e^x, 10^x and y^x keys now use Pango markup to display the
3596       label using superscripts.
3598 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3600     * Added in handling of the numeric keypad for Linux systems. This required
3601       an "event" signal handler on the main gcalctool window, and then checking
3602       for a set of keyvals that could be generated by the numeric keypad keys
3603       (with and without the NumLock key on).
3605 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3607     * Handling the function "(3+3)" now works.
3608       The button struct now contains a new item (char func_char) which 
3609       is the character equivalent to the button when you user enteres 
3610       it into a function definition. The process_str() routine in 
3611       graphics.c has been adjusted to call button_for_fc() (a new 
3612       routine in functions.c) to compare each character in the function 
3613       string against this item in each button struct to find the 
3614       appropriate operation.
3616       Also needed changes to do_paren() to call button_for_fc() instead of 
3617       button_for_value().
3619       These changes also fix bugtraq bug #4065378.
3620       Certain functions entered into gcalctool produce incorrect results.
3622     * Changed the keyboard accelerators for the following to use non Alt-<?>
3623       values:
3625       Cos  (old value: Alt-c) becomes 'J'.
3626       Sin  (old value: Alt-s) becomes 'K'.
3627       Tan  (old value: Alt-t) becomes 'L'.
3628       Frac (old value: Alt-f) becomes ':'.
3629       Int  (old value: Alt-i) becomes 'i'.
3630       Abs  (old value: Alt-u) becomes 'u'.
3631       Rate (old value: Alt-r) becomes 'T'.
3633       Updated the manual pages and the tooltip help to reflect these changes.
3635     * Removed the need to configure with "--enable-build-broken".
3637 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3639     * Adjusted the memory registers windows to use the same "R0:  0.00" format 
3640       (bold for first part), as the Rcl, Sto and Exch menus. 
3642 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3644     * The menu items for the Rcl, Sto and Exch menus now have the format
3645       "R0:     0.00", where the "R0:" part is in bold.
3647     * From Padraig O'Briain <Padraig.Obriain@Sun.COM>
3648       Fix to get the keyboard accelerators for the menubar menu items working.
3649       The problem was due to the creation of two accelerator groups in main()
3650       in gtk.c.
3652 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3654     * Updated the NEWS file with an overview of all the changes since v4.1.13.
3656 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3658     * Removed the gconf resource for getting/setting whether a beep is sounded
3659       on error. A beep will now always be sounded in such a case.
3661     * Removed the write_resources() routine. The writing out of the resources
3662       will now be immediately done when each of those functions changes.
3664 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3666     * Updated the manual pages to reflect the recent v4.2.xx changes.
3668     * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3669       on Linux.
3671 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3673     * The real fix for displaying the icon. The problem was that the icon was
3674       being installed in the pkgdata_DATA directory, but gcalctool was looking
3675       for it in the CALCTOOL_DATA_DIR directory, which was incorrectly set to
3676       $(datadir)/calctool" rather than $(datadir)/gcalctool".
3678 2003-01-20  Rich Burridge  <rich.burridge@sun.com>
3680     * Removed the setting of an event mask and a global event handler in 
3681       create_kframe() in gtk.c. This seems to have fixed up the keyboard 
3682       navigation problems.
3684       Control-F1 now toggles the displaying of tooltip help, so the "-h"
3685       command line option has been removed and the old-style event handling
3686       code has also been removed.
3688     * Added in a signal handler for the "delete" event for the main gcalctool
3689       window. The callback calls gtk_main_quit() to terminate the application.
3691 2003-01-17  Rich Burridge  <rich.burridge@sun.com>
3693     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3695       The gcalctool icon is now correctly displayed for me running Sun's
3696       fcs-10 build on Solaris. It's still a problem for Calum running
3697       GNOME HEAD on RH7.2.
3699 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3701     * HCI change suggested by Glynn Foster <Glynn.Foster@Sun.COM>
3703       The Sto/Rcl/Exch menu items should show the current register values 
3704       as well.
3706       The Exch/Rcl/Sto menus are recreated each time that menu is needed. The
3707       menu item callbacks for these menus and the Constant and Function menus
3708       have been consolidated into a single menu_proc_cb() routine.
3710 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3712     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3714       All the radiobutton and checkbox items in the mode panel now have a 
3715       mnemonic associated with them.
3717 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3719     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3721       Fixed up the buttons on the "Insert ASCII Value", "Enter Constant..." and
3722       "Enter Function..." popups. They now just use Cancel and OK buttons, and 
3723       use standard stock Gtk icons.
3725 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3727     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3729       Added in an Edit->Paste menu item. If selected this will paste 
3730       the current contents of the clipboard into the calculator display 
3731       as if you'd typed it.
3733     * Added bullet proofing to the process_str() routine in graphics.c 
3734       to protect it against values that weren't found. If a value wasn't 
3735       found, it's just ignored, and it goes on to process the next 
3736       character in the string.
3738     * Improved the val_to_button() routine in functions.c. It now takes 
3739       into consideration the mods value for each button struct entry when 
3740       comparing against the given value. This isn't enough though, as it 
3741       won't find Alt-<n> buttons.
3743 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3745     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3747       Added a 2 pixel border for the frames containing the Basic, Financial and
3748       Scientific buttons and the mode panel. The calculator doesn't look so
3749       crowded now.
3751 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3753     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3755       Removed the "operand item" label widget, the routine where it was being 
3756       set (set_op_item()) and all the calls to that routine. Other calculators 
3757       don't have any equivalent to this, so it's not really needed.
3759       This also remove the opdisp entry in the button struct and the op_type 
3760       enum.
3762     * Adjusted the "keyboard values used" table in calctool.c to reflect the
3763       current state.
3765 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3767     * The frames around the mode button tables and the mode panel were always 
3768       being shown. The make_but_table() and create_mode_panel() routines were
3769       returning the wrong widgets.
3771 2003-01-18  Rich Burridge  <rich.burridge@sun.com>
3773     * Fixed bug #101865 (http://bugzilla.gnome.org/show_bug.cgi?id=101865)
3774       Made the following keyboard remappings:
3776       Function     Old         New
3777       ---------------------------------
3778       Cos        Control-c     d
3779       Ddb        Control-d     Alt-C
3780       Frac       Control-f     Alt-f
3781       Int        Control-i     Alt-i
3782       Sln        Control-l     l
3783       Ctrm       Control-m     m
3784       Rate       Control-r     Alt-r
3785       Sin        Control-s     Alt-s
3786       Tan        Control-t     Alt-t
3787       Abs        Control-u     Alt-u
3788       Syd        Control-y     Y
3790       Note that the keyboard equivalents for:
3792       Function     Old         New
3793       ---------------------------------
3794       Quit       q or Q        Control-Q
3795       Copy       Sun Copy key  Control-C
3797       still have to be added in, although the menu items in the menu bar 
3798       work fine. The appropriate changes have been made to the manual pages.
3800     * Removed mention of the "-l" and "-r" command line options from the manual 
3801       pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3802       resource too.
3804 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3806     * After discussion with Calum Benson, removed the "Keys" key, that allowed
3807       you to toggle the button labels to show their keyboard equivalents. This
3808       functionality is now covered by the tooltip help and the Help->Contents
3809       online help.
3811 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3813     * Put each of the the button tables and the mode panel inside a frame,
3814       rather then use horizontal separators, to try to make the GUI look 
3815       nicer. There is still a persistent display problem to fix though 
3816       (see entry in the TODO file).
3818 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3820     * Entering "((2+3)*(2+3))" gave the wrong answer. Problems was in the
3821       process_item() routine where extra values were reassigned. With gcalctool
3822       v4.2.0 onwards, "*" is now the multiplication operand, and "x" needed 
3823       to be reassigned to that value (not the other way around). Had to 
3824       adjust the assignment of the "x" and "*" keyboard accelerators 
3825       accordingly too.
3827     * Added in some bullet-proofing to the do_parens() routine to hopefully 
3828       improve the handling of bogus keyboard entries when a string in 
3829       parentheses is being entered.
3831 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3833     * Hooked up the Help->Contents menu item. Note that help support still has
3834       to be included (i.e. a help subdirectory with associated files etc.).
3836 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3838     * The View->Memory Registers menu item now correctly toggles the showing of
3839       the memory register window.
3841 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3843     * Menubar menu items now use stock Gtk icons (where applicable).
3845 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3847     * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3848       This really needs help from a real graphics designer for a suggested color
3849       set.
3851 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3853     * Go into Scientific mode. Click on "(" twice and you'll get a segv.
3854       The problem was the v->current needed to be set to a copy of the 
3855       "n" button struct, rather than trying to find the button value from 
3856       user_data. Created a copy_button_info() routine that is now called 
3857       in three places.
3859 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3861     * Added some horizontal separators to help make the calculator more readable
3862       when in Financial and Scientific Mode.
3864 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3866     * Entering "((2+3)*9+(5-3))" causes a segv. The problem was due to the
3867       change from "x" to "*" as the character for multiplication. The .value
3868       entry in the button struct for the multiplication button needed to be
3869       changed to GDK_asterisk (rather than GDK_x), otherwise button_for_value()
3870       returns a NULL pointer.
3872 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3874     * Removed the attempt to display a calculator image on the About popup.
3876     * Typing the keyboard equivalent of the menu buttons now works. The problem
3877       was in process_item() in display.c. v->current couldn't just point to the
3878       current button struct. It needed to be a copy of it, so that pending
3879       operation (which save the pending value), don't overwrite the base button
3880       entries.
3882     * Removed the VERSION string from the titlebar. This is now in the About 
3883       popup.
3885 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3887     * Added in an About popup that's accessible through the Help->About 
3888       Gcalctool menubar Help menu item.
3890 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3892     * Fixed bug #102927 (http://bugzilla.gnome.org/show_bug.cgi?id=102927)
3893       Replaced abbreviation "trig." with full word "trigonometric".
3895 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3897     * Fixed bug #102922 (http://bugzilla.gnome.org/show_bug.cgi?id=102922)
3898       Adjusted the two occurances of sentence fragments in the 
3899       cfframe_apply_cb() routine in gtk.c to make it easier for L10N folks 
3900       to translate them.
3902 2003-01-08  German Poo-Caaman~o  <gpoo@ubiobio.cl>
3904     * Added Spanish (es) to ALL_LINGUAS at configure.in
3906 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3908     * gcalctool is now resizable again.
3910 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3912     * Make calculator window choose a reasonable size at startup, and resize 
3913       when changing modes.
3915 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3917     * Removed the GNOME_UTIL_LIBS line from .../gcalctool/Makefile.am as it's
3918       not needed.
3920 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3922     * Fixed "blank buttons displaying" bug. 
3924     * Added small section to configure.in that forces a "--enable-build-broken"
3925       flag to have to be passed to configure in order to build gcalctool while 
3926       it is still in this semi-broken state. This will be removed when most of
3927       the items mentioned in the first section of the TODO file have been
3928       implemented.
3930 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3932     * Updated the copyright messages to by the correct GPL ones for the various
3933       source files, plus used date of 2003 (not 2002) in:
3935       .../ChangeLog
3936       .../NEWS
3937       .../README
3938       .../TODO.
3939       .../gcalctool/calctool.c
3940       .../gcalctool/calctool.h
3941       .../gcalctool/display.c
3942       .../gcalctool/dsdefs.h
3943       .../gcalctool/dsfuns.c
3944       .../gcalctool/extern.h
3945       .../gcalctool/functions.c
3946       .../gcalctool/gcalctool.1
3947       .../gcalctool/get.c
3948       .../gcalctool/graphics.c
3949       .../gcalctool/gtk.c
3950       .../gcalctool/mp.c
3952     * The Financial/Logical/Scientific mode buttons have been moved into
3953       the main calculator window above the Basic mode buttons.
3955     * Added a menubar with the following menus/items:
3957       File      Edit                  View              Help
3958       -----------------------------------------------------------------
3959       Quit      Copy                  Basic Mode        Contents...
3960                 Insert ASCII Value    Financial Mode    About Gcalctool
3961                                       Scientific Mode
3963                                       Memory Register
3964                                       Right-handed Style
3966       The functionality has been hooked up except for the two Help menu items.
3968     * Revamped the gcalctool design. The Basic Mode is much simpler now.
3969       The Logical and Scientific modes have been combined into a single
3970       Scientific mode (which also includes some of the functionality that
3971       was in the previous Basic mode).
3973       The mode buttons are now extra button tables (and a mode panel) that get
3974       shown or hidden in the main gcalctool window depending upon the current
3975       mode.
3977       The six item mode display has been removed. The current base, numeric
3978       display type, trigonometric type, hyp and inv settings can be seen by
3979       the radio buttons and check boxes in the mode panel. The current mode is
3980       given in the main window title bar. The only things that's really 
3981       different is that there is no longer a current operand display item.
3983     * Remove the small property sheet that was displayed when you right clicked
3984       in the main window button area (not over a button). This had the ability
3985       to set a left or right-handed style. This functionality has also been
3986       removed, because with the simplification of the Basic mode, it's no 
3987       longer needed. Remove the command line options and resources associated 
3988       with this.
3990     * From Andrew Sobala <andrew@sobala.net>
3991       Fixed bug #102698 - "make distcheck" fails. Fix was to use the correct
3992       GNOME 2 autogen.sh. Also added #(schema_DATA) to the top-level
3993       Makefile.am