Always use display cursor (Bug #488796)
[gcalctool.git] / ChangeLog
blob671cccdc4d05fa78d9a18997367aca2d0fe9a0f1
2 /*   $Header: /cvs/gnome/gcalctool/ChangeLog,v 1.467 2006/12/18 03:05:13 richb Exp $
3  *
4  *  Copyright (c) 1987-2007 Sun Microsystems, Inc.
5  *  All Rights Reserved.
6  */
8 gcalctool change history.
9 =========================
11 2007-11-17 Robert Ancell <robert.ancell@gmail.com>
13     * gcalctool/Makefile.am: Fix build dependencies for parsers (Bug #497237).
15 2007-11-13 Rich Burridge <rich.burridge@sun.com>
17     * help/C/figures/gcalctool_advanced_window.png:
18       help/C/figures/gcalctool_basic_window.png:
19       help/C/figures/gcalctool_financial_window.png:
20       help/C/figures/gcalctool_menu_symbol.png:
21       help/C/figures/gcalctool_scientific_window.png:
22       Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
24     * help/C/gcalctool.xml:
25       Fixed bug #367723 - [doc] Update documentation for Changing Modes 
26       Clears Calculation.
28 2007-11-12 Rich Burridge <rich.burridge@sun.com>
30     * configure.in:
31       NEWS:
32       Released a gcalctool v5.21.2 tarball.
34 2007-11-10 Robert Ancell <robert.ancell@gmail.com>
36     * gtk.c: Close precision dialog when setting precision from
37       Acc button (Bug #495349).
38     * gcalctool.glade: Connect "activate" signal for precision
39       spin button after spin button has been updated (Bug #495345)
41 2007-11-6 Robert Ancell <robert.ancell@gmail.com>
43     * everything:
44       Stop display characters from being translated as this will
45       cause the display parser to fail.
46       Change labels on trig function keys when inverse/hyperbolic
47       toggled.
49 2007-11-4 Robert Ancell <robert.ancell@gmail.com>
51     * everything:
52       Split calctool.h into seperate header files.
53       Removed unused function definitions and killed extern.h.
54       Moved gconf behaviour into get.c.
55       Removed some global variables for resource naming.
56       Merged graphics.c into gtk.c.
57       Renamed all gtk.c external functions to ui_*().
58       Moved main() into calctool.c.
59       Disable bitcalculating menu when not in scientific mode.
60       Renamed GTK+ callbacks so they all are in the form *_cb().
62 2007-11-3 Rich Burridge <rich.burridge@sun.com>
64     * help/Makefile.am:
65       From dmacks@netspace.org
66       Fixed bug #482655 - Missing image file.
68     * gcalctool/gtk.c:
69       Fix the buglet in comment #51 of bug #485919.
71 2007-11-3 Robert Ancell <robert.ancell@gmail.com>
73     * gcalctool/gtk.c: 
74       Re-enable accuracy menu items (Final part of bug #488694).
75       Make accuracy shortcuts only work in scientific mode (bug #488489).
76       Stop bogus '-/-' in accuracy menu items (bug #488703).
78 2007-11-1 Rich Burridge <rich.burridge@sun.com>
80     * display.c:
81       calctool.h:
82       functions.c:
83       gtk.c:
84       More lint fixups.
86 2007-11-1 Robert Ancell <robert.ancell@gmail.com>
88     * gcalctool/gtk.c:
89       glade/gcalctool.glade:
90       More work on bug #488694 - Move all popup menus into gcalctool.glade.
91       Split constant and function dialogs into seperate UI elements.
93     * gcalctool/graphics.c:
94       gcalctool/calctool.c:
95       gcalctool/calctool.h:
96       gcalctool/display.c:
97       gcalctool/functions.c:      
98       gcalctool/gtk.c:
99       glade/gcalctool.glade:      
100       More work on bug #488694 - Simplify menu code
102 2007-10-31 Rich Burridge <rich.burridge@sun.com>
104     * gcalctool/dsfuns.c:
105       gcalctool/calctool.h:
106       gcalctool/functions.c:
107       gcalctool/ce_parser.h:
108       gcalctool/gtk.c:
109       Code cleanup to a consistent style, plus fixup for various warnings
110       from lint.
112 2007-10-31 Robert Ancell <robert.ancell@gmail.com>
114     * gcalctool/mpmath.c:
115       gcalctool/graphics.c:
116       gcalctool/calctool.c:
117       gcalctool/calctool.h:
118       gcalctool/display.c:
119       gcalctool/functions.c:
120       gcalctool/extern.h:
121       gcalctool/get.c:
122       gcalctool/gtk.c:
123       glade/gcalctool.glade:
124       More work on bug #488694 - Move accelerator handling from calctool.c
125       
126     * gcalctool/gtk.c:
127       glade/gcalctool.glade:
128       More work on bug #488694 - Move ASCII, accuracy, function and
129       constant dialogs into gcalctool.glade
131 2007-10-30 Rich Burridge <rich.burridge@sun.com>
133     * gcalctool/mpmath.c:
134       Fix for bug #485134 - OR calculation produces incorrect result in 
135       arithmetic precedence mode.
137 2007-10-28 Rich Burridge <rich.burridge@sun.com>
139     * gcalctool/functions.c:
140       From Sami Pietila <sami.pietila@utu.fi>
141       Fix for bug #490701 - base radio buttons initially fail.
143     * Released a gcalctool v5.21.1 tarball.
145 2007-10-27 Rich Burridge <rich.burridge@sun.com>
147     * gcalctool/mpmath.c:
148       From Sami Pietila <sami.pietila@utu.fi>
149       Attempted fix for bug #485134 - OR calculation produces incorrect 
150       result in arithmetic precedence mode. This isn't a complete solution
151       so the bug has been reopened.
153 2007-10-26 Rich Burridge <rich.burridge@sun.com>
155     * gcalctool/functions.c:
156       From Sami Pietila <sami.pietila@utu.fi>
157       Fix for bug #488828 - Reciprocal remembers backspaced items.
159 2007-10-23 Rich Burridge <rich.burridge@sun.com>
161     * glade/gcalctool.glade:
162       More work on bug ##488694 - [a11y] Several calculator buttons 
163       don't speak correctly with Orca. Removed the accessible descriptions
164       (not needed) and adjusted the "shift left" and "shift right" names
165       (they were reversed).
167     * gcalctool/functions.c:
168       From Sami Pietila <sami.pietila@utu.fi>
169       Patch to stablize arithmetic precedence.
171 2007-10-23 Robert Ancell <robert.ancell@gmail.com>
173     * gcalctool/gtk.c:
174       Stop acting on toggle events from radio buttons when they go
175       inactive (Bug #485918).
177 2007-10-22 Rich Burridge <rich.burridge@sun.com>
179     * glade/gcalctool.glade:
180       From Robert Ancell <robert.ancell@gmail.com>
181       More work on bug #485919 - Use Glade for UI. This patch puts 
182       menu accelerators back again and fixes the top button row in 
183       basic mode being too tall.
185     * MAINTAINERS:
186       Added Robert Ancell to the list of gcalctool MAINTAINERS.
188     * glade/gcalctool.glade:
189       Fixed bug #488830 - Hex radio button shortcut conflicts with 
190       Help menu shortcut.
192     * glade/gcalctool.glade:
193       Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip 
194       shortcut keys.
196     * gcalctool/gtk.c:
197       Fixed bug #488783 - memory registers not available if you start 
198       in Advanced mode
200     * gcalctool/gtk.c:
201       glade/gcalctool.glade:
202       Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak 
203       correctly with Orca.
205 2007-10-20 Rich Burridge <rich.burridge@sun.com>
207     * gcalctool/calctool.c:
208       gcalctool/calctool.h:
209       gcalctool/functions.c:
210       gcalctool/extern.h:
211       gcalctool/gtk.c:
212       glade/gcalctool.glade:    (new)
213       glade/Makefile.am:
214       glade/mode_panel.glade:   (removed)
215       po/POTFILES.in:
216       From Robert Ancell <robert.ancell@gmail.com>
217       More work on bug #485919 - Use Glade for UI. This now provides
218       Glade support for the majority of the gcalctool GUI.
220 2007-10-15 Rich Burridge <rich.burridge@sun.com>
222     * gcalctool/gtk.c:
223       Fix for bug #485398 - Put memory register window inside the main window.
224       Uses gtk_window_set_transient_for() to associate the memory register
225       window with the main gcalctool window.
227     * help/C/gcalctool.xml:
228       Fix for bug #383850 - [doc] New names for Precedence.
230 2007-10-13 Rich Burridge <rich.burridge@sun.com>
232     * gcalctool/gtk.c:
233       From Sami Pietila <sami.pietila@utu.fi>
234       Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence 
235       mode if user has "hand edited" the display.
237 2007-10-12 Rich Burridge <rich.burridge@sun.com>
239     * configure.in:
240       gcalctool/calctool.c:
241       gcalctool/gtk.c:
242       gcalctool/Makefile.am:
243       Makefile.am:
244       glade/Makefile.am:          (new)
245       glade/mode_panel.glade:     (new)
246       From Robert Ancell <robert.ancell@gmail.com>
247       Work on bug #485919 - Use Glade for UI.
248       Initial Glade patch adds support for the mode panel.
250 2007-10-11 Rich Burridge <rich.burridge@sun.com>
252     * gcalctool/gtk.c:
253       Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
254       correctly set the state of the Edit-<Memory Registers check box if the
255       user wanted the memory registers initially displayed.
257     * gcalctool/gtk.c:
258       From Christian Persch <chpe@gnome.org>
259       Correctly handle memory register display and "Memory Registers" menu
260       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
261       (Needed because of the recent changes for bug #478961).
263 2007-10-08 Rich Burridge <rich.burridge@sun.com>
265     * Released a gcalctool v5.21.0 tarball.
267     * gcalctool/calctool.h:
268       gcalctool/display.c:
269       gcalctool/functions.c:
270       gcalctool/ce_tokeniser.l:
271       gcalctool/get.c:
272       gcalctool/gtk.c:
273       With lots of help from Sami Pietila <sampie@utu.fi>
274       Fix for bug #326938 – Display cursor in input area; allow home
275       and end keys. This is in arithmetic precedence mode only.
277 2007-10-08 Rich Burridge <rich.burridge@sun.com>
279     * gcalctool/graphics.c:
280       Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 
281       places menu items.
283 2007-10-02 Rich Burridge <rich.burridge@sun.com>
285     * help/C/gcalctool.xml:
286       gcalctool/calctool.h:
287       gcalctool/ce_tokeniser.l:
288       Fix for bug #439087 – Gcalctool can't handle small physic constants 
289       like the Boltzmann constant. The number of significant places has
290       been increased to 99 and the number of displayable digits has been
291       increased to 200. The online help has been adjusted to reflect these
292       changes.
294       Note that if you have something in the gcalctool display that is 
295       wider than the display area, a scrollbar is shown, but the first 
296       digit isn't properly displayed. The workaround here, is to enlarge 
297       the size of the calculator window until the scrollbar goes away.
298       I believe this is a Gtk+ problem and have filed bug #482688 against it.
300     * help/C/gcalctool.xml:
301       Fixed bug #367738 – [doc] Square root documentation needs to be updated.
302       The entry in the online help now includes examples for both arithmetic 
303       precedence and non-arithmetic precedence mode.
305     * help/C/gcalctool.xml:
306       Fixed bug #428571 – [doc] Repetitive usage of "use".
308 2007-10-01 Rich Burridge <rich.burridge@sun.com>
310     * gcalctool/Makefile.am:
311       configure.in:
312       From Rémi Cardona <remi@gentoo.org>
313       Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
315     * help/C/gcalctool.xml:
316       gcalctool/calctool.c:
317       gcalctool/display.c:
318       gcalctool/calctool.h:
319       gcalctool/functions.c:
320       gcalctool/lr_tokeniser.l:
321       gcalctool/ce_tokeniser.l:
322       gcalctool/gcalctool.1:
323       Fixed bug #428573 – [doc] Spelling of logical gates.
324       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
325       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
326       display area in arithmetic precedence mode. The gcalctool manual
327       pages and the online help have been updated accordingly.
329       The XOR operation in non-arithmetic mode was doing a multiplication 
330       instead.
332       The result for the AND example in the online help was incorrect.
334       The syntax for using NOT in aritmetic mode is different then for
335       non-arithmetic mode. The online help example has been updated to
336       show both examples.
338 2007-09-28 Rich Burridge <rich.burridge@sun.com>
340     * help/C/gcalctool.xml:
341       gcalctool/calctool.c:
342       gcalctool/calctool.h:
343       gcalctool/functions.c:
344       gcalctool/lr_tokeniser.l:
345       gcalctool/ce_tokeniser.l:
346       gcalctool/gcalctool.1:
347       gcalctool/gtk.c:
348       gcalctool/ce_parser.y:
349       With lots of help from Sami Pietila <sampie@ariana-dsl.utu.fi>
350       Fixed bug #469245 – Hexadecimal input is not intuitive and
351       bug #455889 – Copy/paste of lower case hex letter does not work.
352       The hexadecimal digits have been changed back to their pre Sept
353       2003 (bug #118826) values of "a" - "f".
355       The following functions have also had their keyboard shortcuts
356       reverted back to their pre Sept 2003 upper-case values:
358       [A] - Set accuracy
359       [C] - Change sign
360       [D] - Double-declining depreciation
361       [E] - Enter an exponential number
362       [F] - User-defined functions
364       With copy/paste operations, where the user is pasting a string into
365       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
366       "D" or "F" character is encountered, it will be converted to its
367       lowercase equivalent. If an "E" is found,  and the next character is a
368       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
369       a possible exponential number), otherwise its converted to a lower
370       case "e".
372       Displaying of hex digits in the gcalctool display will still be
373       in uppercase. Displaying of the "e" in an exponential number will
374       still be in lower-case.
376       The way to enter exponential numbers in arithmetic precedence mode
377       has changed. The following four examples should show you the new
378       correct syntax:
380         1  2  Exp + 8  =              1200000000
381       - 1  2  Exp + 8  =             -1200000000
382         1  2  Exp - 8  =              0.00000012
383       - 1  2  Exp - 8  =             -0.00000012
385       In both left-to-right precedence and arithmetic precedence modes, if
386       the user enters a numeric digit that is incorrect for the current
387       numeric base, this shouldn't be allowed and should not be entered
388       in the display.
390       The gcalctool documentation (and tooltips) have been updated to
391       reflect these changes.
393 2007-09-24 Rich Burridge <rich.burridge@sun.com>
395     * From Christian Persch <chpe@gnome.org>
396       gcalctool/gtk.c:
397       Fixed bug #479102 – memory registers dialogue should use ngettext.
399 2007-09-21 Rich Burridge <rich.burridge@sun.com>
401     * Updated the MAINTAINERS file with Sami's new email address.
403     * From Christian Persch <chpe@gnome.org>
404       gcalctool/gtk.c:
405       Fixed bug #478961 – GtkAaction use.
407     * From Christian Persch <chpe@gnome.org>
408       gcalctool/gtk.c:
409       Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
411     * From Christian Persch <chpe@gnome.org>
412       gcalctool/gtk.c:
413       Fixed bug #478979 – show menu help in statusbar.
415     * From Christian Persch <chpe@gnome.org>
416       gcalctool/gtk.c:
417       Fixed bug #479064 – should use ngettext on the Acc button.
419     * From Christian Persch <chpe@gnome.org>
420       gcalctool/gtk.c:
421       Fixed bug #479097 – use gtkmessagedialog.
423     * From Christian Persch <chpe@gnome.org>
424       gcalctool/gtk.c:
425       Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
427 2007-09-17 Rich Burridge <rich.burridge@sun.com>
429     * Released a gcalctool tarball for GNOME 2.20.0.
431 2007-09-03 Rich Burridge <rich.burridge@sun.com>
433     * Released a gcalctool tarball for GNOME 2.19.92.
435 2007-08-27 Rich Burridge <rich.burridge@sun.com>
437     * Released a gcalctool tarball for GNOME 2.19.91.
439 2007-08-17 Rich Burridge <rich.burridge@sun.com>
441     * From Lionel Le Folgoc
442       gcalctool.desktop.in:
443       Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
445 2007-08-13 Rich Burridge <rich.burridge@sun.com>
447     * Released a gcalctool tarball for GNOME 2.19.90.
449 2007-08-11 Rich Burridge <rich.burridge@sun.com>
451     * MAINTAINERS:
452       Adjusted to the new format.
454 2007-07-30 Rich Burridge <rich.burridge@sun.com>
456     * Released a gcalctool tarball for GNOME 2.19.6.
458 2007-07-30 Jan Arne Petersen <jpetersen@jpetersen.org>
460     * configure.in:
461       Remove help/de/Makefile due to gnome-doc-utils migration.
463 2007-07-24 Rich Burridge <rich.burridge@sun.com>
465     * From Christopher Taylor et al
466       configure.in:
467       gcalctool/gtk.c:
468       Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
469       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
471 2007-07-22 Yair Hershkovitz <yairhr@gmail.com>
472     * gcalctool/gtk.c:
473       Always use left-to-right direction for button's boxes. Fixed bug
474       #439415.
476 2007-07-08 Rich Burridge <rich.burridge@sun.com>
478     * gcalctool.desktop.in:
479       Applied Sun patch 
480       /jds/spec-files/trunk/patches/gcalctool-01-menu-entry.diff.
481       Changed the Comment line.
483     * Released a gcalctool tarball for GNOME 2.19.5.
485 2007-06-26 Rich Burridge <rich.burridge@sun.com>
487     * gcalctool/mpmath.c:
488       Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
490     * gcalctool/gtk.c:
491       Fixed bug #450790 – crash in Calculator when pasting in a very large
492       number.
494 2007-06-18 Rich Burridge <rich.burridge@sun.com>
496     * From Jani Monoses
497       Fixed bug #448263 – drop libgnome dependency
499     * Released a gcalctool tarball for GNOME 2.19.4.
501 2007-06-04 Rich Burridge <rich.burridge@sun.com>
503     * Released a gcalctool tarball for GNOME 2.19.3.
505 2007-05-21 Rich Burridge <rich.burridge@sun.com>
507     * Fixed bug #439985 – Negative value not saved in memory register 
508       across invocations of gcalctool. This was also a problem was negative
509       constants.
511 2007-05-13 Rich Burridge <rich.burridge@sun.com>
513     * Released a gcalctool tarball for GNOME 2.19.2.
515 2007-04-30 Rich Burridge <rich.burridge@sun.com>
517    * gcalctool/display.c:
518      gcalctool/functions.c:
519      From: Sami Pietilä
520      Fixed bug #419927 - calculator rcl function does not work as documented.
522 2007-04-23 Rich Burridge <rich.burridge@sun.com>
524     * Released a gcalctool tarball for GNOME 2.19.1.
525       (gcalctool version number now aligns with the GNOME 
526        minor.micro numbers).
528 2007-04-18 Rich Burridge <rich.burridge@sun.com>
530    * gcalctool/gtk.c:
531      Fixed up various compiler warnings.
533 2007-04-13  Changwoo Ryu  <cwryu@debian.org>
535     * configure.in:
536       Removed line for help/ko/Makefile.in due to gnome-doc-utils
537       migration.
539 2007-03-28 Rich Burridge <rich.burridge@sun.com>
541    * gcalctool.desktop.in:
542      Fixed bug #413443 – gnome-calculator is not publically visible icon.
544 2007-03-12 Rich Burridge <rich.burridge@sun.com>
546     * gcalctool/gtk.c:
547       Adjust "Paste" to _("Paste") in the for_each_menu() routine for 
548       bug #317786 – copy and paste menu entries are always active.
550 2007-03-12 Rich Burridge <rich.burridge@sun.com>
552     * Released a gcalctool tarball for GNOME 2.18.0 (Final).
554 2007-03-08  Christian Kirbach  <Christian.Kirbach@googlemail.com>
556         * gcalctool.desktop.in:
557         "Application" is not a valid category in the freedesktop specification.
558         Added the GTK category.
560 2007-02-27 Rich Burridge <rich.burridge@sun.com>
562     * gcalctool/gtk.c:
563       Fixed bug 412688 - gcalctool crashed with SIGSEGV in strlen().
565 2007-02-25 Rich Burridge <rich.burridge@sun.com>
567     * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
569 2007-02-12 Rich Burridge <rich.burridge@sun.com>
571     * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
573 2007-02-06 Rich Burridge <rich.burridge@sun.com>
575     * gcalctool/gtk.c:
576       Fixed bug #402473 – Problems pasting back value when using 
577       thousands separator.
579 2007-01-22 Rich Burridge <rich.burridge@sun.com>
581     * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
583 2007-01-17 Rich Burridge <rich.burridge@sun.com>
585     * gcalctool/gtk.c:
586       Fixed bug #397788 – Need spin control limit for Acc Other popup.
588 2007-01-16 Rich Burridge <rich.burridge@sun.com>
590     * gcalctool/gtk.c:
591       From Thomas Molhave
592       Fixed bug #317786 - copy and paste menu entries are always active.
594 2007-01-08 Rich Burridge <rich.burridge@sun.com>
596     * All copyright messages updated for 2007.
597     * Released a gcalctool tarball for GNOME 2.17.5.
599 2006-12-17 Rich Burridge <rich.burridge@sun.com>
601     * Released a gcalctool tarball for GNOME 2.17.4.
603 2006-12-15 Rich Burridge <rich.burridge@sun.com>
605     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
606       Fixed bug #371669 - Floating Hexadecimal values converting to any.
608 2006-12-08 Rich Burridge <rich.burridge@sun.com>
610     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
611       Fixed bug #381037 – result can not be used for "mod" operation.
613     * Fixed bug #369503 – Problems with 'arithmetic precedence mode'.
615 2006-12-04 Rich Burridge <rich.burridge@sun.com>
617     * Released a gcalctool tarball for GNOME 2.17.3.
619 2006-11-28 Rich Burridge <rich.burridge@sun.com>
621     * gcalctool/gtk.c:
622       Fixed bug #380145 – Markup error in alert message.
624 2006-11-27 Rich Burridge <rich.burridge@sun.com>
626     * gcalctool/gtk.c:
627       In set_win_position(), initialized the x and y variables.
629     * help/C/gcalctool.xml:
630       Fixed bug #367754 - [doc] Update documentation for % operator.
632     * help/C/gcalctool.xml:
633       Fixed bug #367728 - [doc] Update documentation for Mod (Modulus 
634       Division) operation.
636     * help/C/gcalctool.xml:
637       Fixed bug #367715 - [doc] Update doc to mention saving of memory 
638       registers.
640     * help/C/gcalctool.xml:
641       Fixed bug #367718 - [doc] Documentation change needed for 
642       View->Memory Registers menu item inactive.
644     * help/C/gcalctool.xml:
645       Fixed bug #367735 - [doc] Update documentation for Ctrm operation.
647     * help/C/gcalctool.xml:
648       Fixed bug #367740 - [doc] Documentation for Clear Entry and Clear 
649       could be better.
651     * help/C/gcalctool.xml:
652       Fixed bug #367725 - [doc] Update documentation for the Memory 
653       Register Window.
655     * help/C/gcalctool.xml:
656       Fixed bug #367720 - [doc] Documentation change needed for keyboard 
657       shortcuts for buttons with menus associated with them.
659     * help/C/gcalctool.xml:
660       Fixed bug #367712 - [doc] Need to document how to enter scientific 
661       number s with a negative exponent in AOP mode.
663 2006-11-20 Rich Burridge <rich.burridge@sun.com>
665     * gcalctool/gtk.c:
666       Modified patch from Sun Bugster bug #6480076.
667       Made the gcalctool display areas focusable.
669     * help/C/gcalctool.xml:
670       Fixed bug #367722 – [doc] Update documentation for Xor and x^y 
671       operations.
673 2006-11-18 Rich Burridge <rich.burridge@sun.com>
675     * gcalctool/gtk.c:
676       Fixed bug #76572 - Primary selection is not recognised.
678 2006-11-04 Rich Burridge <rich.burridge@sun.com>
680     * Released a gcalctool tarball for GNOME 2.17.2.
682 2006-10-30 Rich Burridge <rich.burridge@sun.com>
684     * gcalctool/calctool.c:
685       gcalctool/calctool.h:
686       gcalctool/display.c:
687       gcalctool/functions.c:
688       gcalctool/get.c:
689       gcalctool/gtk.c:
690       Fixed bug #358782 (http://bugzilla.gnome.org/show_bug.cgi?id=358782)
691       Fixup sloppy string handling.
693     * gcalctool/function.c:
694       Fixup sloppy code indentation.
695       Remove unwanted (commented out) code.
696       Adjusted to /* ... */ style comments.
698 2006-10-23 Rich Burridge <rich.burridge@sun.com>
700     * gcalctool/get.c:
701       From Paul Schulz:
702       Fixed bug #364410 (http://bugzilla.gnome.org/show_bug.cgi?id=364410)
703       Incorrectly rounded pi constant.
705 2006-10-16 Rich Burridge <rich.burridge@sun.com>
707     * Released a gcalctool tarball for GNOME 2.17.1.
709 2006-10-07 Elijah Newren <newren gmail com>
711     * gcalctool/gtk.c (create_change_mode_dialog): Remove markup from
712       translatable messages.  #360453
714 2006-10-03 Rich Burridge <rich.burridge@sun.com>
716     * gcalctool/display.c:
717       From Matt Keenan <matt dot keenen at sun period com>
718       Fixed bug 359291 - crash when localized decimal point is greater 
719       than 1 char. Removed the bogus assert.
721 2006-10-01 Rich Burridge <rich.burridge@sun.com>
723     * gcalctool/calctool.c:
724       gcalctool/gtk.c:
725       From Matthias Clasen:
726       Fixed bug #358337 (http://bugzilla.gnome.org/show_bug.cgi?id=358337)
727       gcalctool no longer crashes in the Oriya locale due to sloppy string
728       handling.
730 2006-09-29 Sami Pietila <sampie@ariana-dsl.utu.fi>
732     * Fixed pr #354730 - crash in Calculator: running
733       3x10^38 using bi..
735 2006-09-28 Sami Pietila <sampie@ariana-dsl.utu.fi>
737     * Fixed pr #357208 - Bitcalculating extension needs to
738       support negative numbers
740 2006-09-22 Rich Burridge <rich.burridge@sun.com>
742     * gcalctool/calctool.c:
743       gcalctool/calctool.h:
744       gcalctool/extern.h:
745       gcalctool/functions.c:
746       gcalctool/functions.h:
747       gcalctool/get.c:
748       gcalctool/gtk.c:
749       From Sami Pietila <sampie@ariana-dsl.utu.fi>
750       Fixed bug #157961 - Bitcalculating extension for gcalctool.
752 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
754     * Fixed pr #355648 - Error reporting should be consistent.
756 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
758     * Fixed pr #135140 - percent operator works not as expected.
759         
760 2006-09-06 Rich Burridge <rich.burridge@sun.com>
762     * gcalctool/calctool.c:
763       gcalctool/calctool.h:
764       gcalctool/get.c:
765       gcalctool/gtk.c:
766       Fixed bug #349981 - gcalctool should save screen position for next 
767       start.
769 2006-09-04 Rich Burridge <rich.burridge@sun.com>
771     * Released a gcalctool tarball for GNOME 2.16.0 (Final).
773 2006-08-18 Rich Burridge <rich.burridge@sun.com>
775     * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
777 2006-08-09 Rich Burridge <rich.burridge@sun.com>
779     * gcalctool/functions.c:
780       gcalctool/graphics.c:
781       gcalctool/gtk.c:
782       Removed several chunks of code that were surronded by #if 0/#endif.
784 2006-08-07 Rich Burridge <rich.burridge@sun.com>
786     * gcalctool/display.c:
787       gcalctool/functions.c:
788       gcalctool/graphics.c:
789       Fixed bug #350341 (http://bugzilla.gnome.org/show_bug.cgi?id=350341)
790       gcalctool now builds again with gcc v2.95.
792 2006-08-06 Rich Burridge <rich.burridge@sun.com>
794     * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
796 2006-07-28 Lucas Rocha <lucasr@gnome.org>
798     * configure.in:
799       Removed line for help/es/Makefile.in due to g-d-u migration.
800     * help/Makefile.am:
801       Removed es from SUBDIRS due to g-d-u migration. 
803 2006-07-24 Rich Burridge <rich.burridge@sun.com>
805     * gcalctool/calctool.c:
806       More work on bug #347700 
807       (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
808       Added another "Note to translators" comment for the Abs button labels.
810     * configure.in:
811       Fixed bug #348452 (http://bugzilla.gnome.org/show_bug.cgi?id=348452)
812       Removed line for help/sv/Makefile.in
814     * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
816 2006-07-20 Rich Burridge <rich.burridge@sun.com>
818     * gcalctool/calctool.c:
819       Work on bug #347700 (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
820       Added a "Note to translators" comment for the Bksp and Clr button
821       labels.
823 2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
825     * gcalctool/gtk.c (about_cb): Updated FSF postal address.
827 2006-07-10 Rich Burridge <rich.burridge@sun.com>
829     * Released a gcalctool tarball for GNOME 2.15.4.
831 2006-06-09 Rich Burridge <rich.burridge@sun.com>
833     * Released a gcalctool tarball for GNOME 2.15.3.
835 2006-06-01 Rich Burridge <rich.burridge@sun.com>
837     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
838       Fixed bug #343150 (http://bugzilla.gnome.org/show_bug.cgi?id=343150)
839       Gcalctool no longer crashes when switching to scientific mode.
841 2006-05-16 Rich Burridge <rich.burridge@sun.com>
843     * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
845 2006-05-15 Rich Burridge <rich.burridge@sun.com>
847     * Released a gcalctool tarball for GNOME 2.15.2.
849 2006-05-10 Rich Burridge <rich.burridge@sun.com>
851     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
852       Fixup compiler warnings from inclusion of last patch.
854 2006-05-08 Rich Burridge <rich.burridge@sun.com>
856     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
857       Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
858       Backspace results in mal-formed expression.
860     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
861       - = button is now also a one step undo. (This feature was temporary 
862         disabled by the previous redo/undo patch.)
864       - Removed gotos from do_expression function. (This change might add
865         unstability as this is a major change to the expression mode state
866         machine.)
868       - Functions (such as sin, cos, tan..) can use previously calculated
869         value.
871 2006-05-01 Rich Burridge <rich.burridge@sun.com>
873     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
874       First cut at an Undo/Redo implementation for use with the arithmetic
875       operator precedence mode.
877 2006-04-25 Rich Burridge <rich.burridge@sun.com>
879     * Respun the gcalctool tarball for GNOME 2.15.1 because intltool
880       is not Solarisized. It's generated constructs in .../po/Makefile.in.in
881       that do not work on Solaris. The hack fix was to change the SHELL
882       definition in .../po/Makefile.in.in to /bin/bask before running
883       make; make install; make dist
885     * Removed the no entry from the po/LINGUAS file.
887 2006-04-24 Rich Burridge <rich.burridge@sun.com>
889     * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
891     * Released a gcalctool tarball for GNOME 2.15.1.
893 2006-04-24 Rich Burridge <rich.burridge@sun.com>
895     * Fixed bug #337897 (http://bugzilla.gnome.org/show_bug.cgi?id=337897)
896       Changes to use po/LINGUAS file.
898 2006-04-17  Kjartan Maraas <kmaraas@gnome.org>
900     * configure.in: Remove obsolete entry for no_NO.
901     * po/no.po: And the translation.
903 2006-04-12 Rich Burridge <rich.burridge@sun.com>
905     * Fixed bug #338220 (http://bugzilla.gnome.org/show_bug.cgi?id=338220)
906       The 'Show trailing zeroes' option in the View menu should now be
907       correctly set [in]sensitive depending upon which mode it's in.
909 2006-03-31 Rich Burridge <rich.burridge@sun.com>
911     * Further work on the gcalctool automated test tools:
912       - Now allows comment lines starting with '#' to be read (and ignored)
913         in the input file. Same for blank lines.
915       - Added a listener to not start reading standard input until the 
916         application see a "focus:" event for gcalctool.
918       - Adjusted the isApplication() routine in runtests.py to check for
919         None.
921 2006-03-28 Rich Burridge <rich.burridge@sun.com>
923     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
924       Fixed bug #332023 (http://bugzilla.gnome.org/show_bug.cgi?id=332023)
925       The bitwise operators now work in arithmetic operator precedence
926       mode, when you use them with the result of a previous operation.
928 2006-03-28 Rich Burridge <rich.burridge@sun.com>
930     * Fixed bug #327729 (http://bugzilla.gnome.org/show_bug.cgi?id=327729)
931       The fields in the memory register window were not correctly aligned
932       in some themes. In the create_rframe() routine in gtk.c, the code has
933       been changed to use a gtk_table rather than ten gtk_hbox's.
935 2006-03-28 Rich Burridge <rich.burridge@sun.com>
937     * Fixed bug #330867 (http://bugzilla.gnome.org/show_bug.cgi?id=330867)
938       Added License info to the Gcalctool About dialog.
940 2006-03-27 Rich Burridge <rich.burridge@sun.com>
942     * Fixed bug #335095 (http://bugzilla.gnome.org/show_bug.cgi?id=335095)
943       Gcalctool no longer displays the current mode in the title bar when 
944       in Basic mode (due to lack of space).
946 2006-03-27  Tommi Vainikainen  <thv@iki.fi>
948     * .cvsignore, Makefile.am, configure.in, omf.make, xmldocs.make,
949         m4/.cvsignore: Migrated to gnome-doc-utils build system for user
950         manuals.
952 2006-03-27 Rich Burridge <rich.burridge@sun.com>
954     * From Ross Burton <ross at burtonini dot com>
955       Fixed bug #335236 (http://bugzilla.gnome.org/show_bug.cgi?id=335236)
956       Gcalctool schemas files should be installed if built with
957       "--without-gnome".
959 2006-03-27 Rich Burridge <rich.burridge@sun.com>
961     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
962       Adjustments to the AOP code so that e to the power of x gives the
963       correct answer at high precision.
965 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
967     * configure.in (ALL_LINGUAS): Added Dzongkha (dz).
969 2006-03-17 Rich Burridge <rich.burridge@sun.com>
971     * Added .../test/non_aop_input.txt, the start of an test file for
972       gcalctool in non-arithmetic operator precedence mode.
974 2006-03-13 Rich Burridge <rich.burridge@sun.com>
976     * Released a gcalctool tarball for GNOME 2.14.0 (Final).
978 2006-03-02 Rich Burridge <rich.burridge@sun.com>
980     * From Elijah Newren <newren at gmail dot com>
981       Fix for bug #333078 (http://bugzilla.gnome.org/show_bug.cgi?id=333078)
982       cvs fails to build due to bg translation of help.
984     * From Alexander Shopov <ash at contact dot bg>
985       Inclusion of a translation of gcalctool help for the bg locale.
987 2006-02-27 Rich Burridge <rich.burridge@sun.com>
989     * Released a gcalctool tarball for GNOME 2.14.0 (RC).
991 2006-02-12 Rich Burridge <rich.burridge@sun.com>
993     * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
995 2006-01-30 Rich Burridge <rich.burridge@sun.com>
997     * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
999 2006-01-23 Rich Burridge <rich.burridge@sun.com>
1001     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1002       Refixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1003       The recent changes to the square root and subtraction button labels
1004       broke the token parser for arithmetic operator precedence.
1006 2006-01-19 Rich Burridge <rich.burridge@sun.com>
1008     * Added the start of an automated test framework for gcalctool, written
1009       in Python, under the new "test" sub-directory. See the comments at the
1010       beginning of runtests.py for more information.
1012 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1014     * Fixed bug #327124 (http://bugzilla.gnome.org/show_bug.cgi?id=327124)
1015       Changes to fix bug #326344 had the side-effect of causing the CE
1016       button to no longer work correctly.
1018 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1020     * Fixed bug #327214 (http://bugzilla.gnome.org/show_bug.cgi?id=327214)
1021       The results from performing trig functions were not being passed on
1022       to future calculations correctly (in non-arithmetic operator precedence 
1023       mode).
1025 2006-01-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
1027     * Used U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1028       for division sign, as discussed in
1029       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00137.html
1030       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00157.html
1032 2006-01-13 Rich Burridge <rich.burridge@sun.com>
1034     * Released a gcalctool tarball for GNOME 2.13.5.
1036 2006-01-12 Rich Burridge <rich.burridge@sun.com>
1038     * From Wouter Bolsterlee
1039       Fixed bug #323149 (http://bugzilla.gnome.org/show_bug.cgi?id=323149)
1040       Gcalctool now uses the Unicode symbols for division, multiplication, 
1041       plus/minus, minus and square root.
1043 2006-01-10 Rich Burridge <rich.burridge@sun.com>
1045     * Fixed bug #326344 (http://bugzilla.gnome.org/show_bug.cgi?id=326344)
1046       The bit display of large numbers (in non-arithmetic operator precedence
1047       mode with the scientific view) now hopefully works correctly.
1049       It no longer converts the displayed number to a double then a long 
1050       long, which is where the loss of accuracy was occuring.
1052       This also involved adding a couple of parameters to the make_fixed() 
1053       routine in display.c to make it more generally useful for things like 
1054       this.
1056 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1058     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1059       Fixed bug #142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1060       Gcalctool no longer ignores locale specific numeric point in
1061       arithmetic operator precedence mode.
1063     * Adjusted all the copyright messages to include 2006.
1065 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1067     * Fixed bug #325074 (http://bugzilla.gnome.org/show_bug.cgi?id=325074)
1068       Gcalctool no longer crashes when you double click the 0 in the 
1069       display area. Problem was the return value of the mouse_button_cb()
1070       routine in gtk.c.
1072 2005-12-30  Abel Cheung  <maddog@linuxhall.org>
1074     * configure.in: Added "zh_HK" to ALL_LINGUAS.
1076 2005-12-23 Rich Burridge <rich.burridge@sun.com>
1078     * Released a gcalctool tarball for GNOME 2.13.4.
1080 2005-12-21 Rich Burridge <rich.burridge@sun.com>
1082     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1083       Final fix for bug #153854 
1084       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1085       Now handles the case where the first thing the user does is 
1086       change mode (Basic, Financial, Advanced, Scientific) in AOP mode.
1088 2005-12-19 Rich Burridge <rich.burridge@sun.com>
1090     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1091       Fixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1092       Sqrt (and other similar operations) no longer fail in non-English 
1093       locales
1095 2005-12-13 Rich Burridge <rich.burridge@sun.com>
1097     * Fixed bug #324001 (http://bugzilla.gnome.org/show_bug.cgi?id=324001)
1098       Primary Selection (middle mouse button) is now working.
1100 2005-12-12 Rich Burridge <rich.burridge@sun.com>
1102     * Released a gcalctool tarball for GNOME 2.13.3.
1104 2005-11-28 Rich Burridge <rich.burridge@sun.com>
1106     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1107       More work on bug #153854 
1108       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1109       Similar change to that made on 15th November 2005, this time for
1110       arithmetic operator precedence (AOP) mode. Still need to correct 
1111       handle this is AOP mode if it's the first thing the user does.
1113 2005-11-17 Rich Burridge <rich.burridge@sun.com>
1115     * Slight fixup for bug #157961. The toggling of the first bit in the
1116       bit panel wasn't working correctly. The long long lval variable in
1117       the bit_toggled() routine in gtk.c needed to be made unsigned.
1119 2005-11-15 Rich Burridge <rich.burridge@sun.com>
1121     * More work on bug #153854 
1122       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1123       If the user has completed a calculation and we are going to a
1124       new mode that is "compatible" with this one, then just change
1125       modes. Otherwise display a dialog warning the user that the
1126       current calculation will be cleared.
1128       Incompatible modes are:
1130       Scientific -> Basic
1131       Scientific -> Advanced
1132       Scientific -> Financial
1134       (unless we are in Scientific mode with Decimal numeric base and Fixed).
1135       These changes work nicely in non-arithmetic operator precedence mode.
1136       For some reason, the display is still being cleared in arithmetic
1137       operator precedence mode. Keeping the bug open and transferring to 
1138       Sami for further evaluation.
1140 2005-11-14 Rich Burridge <rich.burridge@sun.com>
1142     * Released a gcalctool tarball for GNOME 2.13.2.
1144 2005-11-03 Rich Burridge <rich.burridge@sun.com>
1146     * Fixed bug #316755 (http://bugzilla.gnome.org/show_bug.cgi?id=316755)
1147       Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect: 
1148       assertion `window != NULL' failed" warnings at startup.
1150 2005-10-27 Rich Burridge <rich.burridge@sun.com>
1152     * Fixed bug #319934 (http://bugzilla.gnome.org/show_bug.cgi?id=319934)
1153       The percent operator was broken in non-arithmetic operator precedence
1154       mode.
1156 2005-10-13 Rich Burridge <rich.burridge@sun.com>
1158     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1159       Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1160       Exponential notation now works correctly in arithmetic operator
1161       precedence mode.
1163 2005-09-26 Rich Burridge <rich.burridge@sun.com>
1165     * Slight adjustment to the bit panel. It's now centralized.
1167 2005-09-23 Rich Burridge <rich.burridge@sun.com>
1169     * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1170       needed to also preserve v->toclear and v->pointed.
1172     * Work on enhancement request #157961
1173       (http://bugzilla.gnome.org/show_bug.cgi?id=157961).
1174       Started to implement the bit panel for non-arithmetic precedence mode.
1175       It's automatically displayed when in Scientific mode.
1177 2005-09-19 Rich Burridge <rich.burridge@sun.com>
1179     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1180       Implemented enhancement request #148104 for arithmetic precedence
1181       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1182       The modulo operation. See entry below for more details.
1184 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1186     * Fixed bug #316382 (http://bugzilla.gnome.org/show_bug.cgi?id=316382)
1187       The "useless" cursor is no longer displayed in the calculator 
1188       display area.
1190 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1192     * Implemented enhancement request #148104 for non-arithmetic precedence
1193       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1194       Added in a modulo operation. This is available in Scientic Mode.
1195       A Mod B return the remainder when you divide A by B. A and B must be
1196       integers. Keyboard shortcut for this operation is "M".
1198 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1200     * Fixed bug #162453 (http://bugzilla.gnome.org/show_bug.cgi?id=162453)
1201       The memory register dialog now uses GtkEntry widgets to display the
1202       register values. Gnopernicus can now correctly speak the contents of 
1203       each memory register. There is also a close button to easily dismiss 
1204       this dialog.
1206 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1208     * Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=312609)
1209       The memory register window is now a dialog rather than a top-level 
1210       window.
1212 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1214     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1215       Fixed bug #311307 (http://bugzilla.gnome.org/show_bug.cgi?id=311307)
1216       Fix to prevent invalid numeric entry in arithmetic operator precedence
1217       mode, depending upon the current base.
1219 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1221     * From yselkowitz at users dot sourceforge dot net
1222       A number of the bison- and flex-related make rules in 
1223       .../gcalctool/Makefile.am were broken when builddir != srcdir. 
1225 2005-08-26 Rich Burridge <rich.burridge@sun.com>
1227     * From dmacks at netspace dot org
1228       Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=314540)
1229       The libparser.a library needs ranlib run on it for Mac OS X.
1231 2005-08-24 Rich Burridge <rich.burridge@sun.com>
1233     * From Diego Petten? <flameeyes at gentoo dot org>
1234       Fixed bug #314375 (http://bugzilla.gnome.org/show_bug.cgi?id=314375)
1235       Replaced usage of malloc.h with stdlib.h in syntax_translation.c
1237 2005-08-22 Rich Burridge <rich.burridge@sun.com>
1239     * Generated release for GNOME 2.12 (RC)
1241     * From Olaf Heiring <olh at suse dot de> (via Rodrigo Moya)
1242       Changed type of argument in paren_disp from char to int for 64bit.
1244 2005-08-11 Rich Burridge <rich.burridge@sun.com>
1246     * Fixed bug #313255 (http://bugzilla.gnome.org/show_bug.cgi?id=313255)
1247       The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1249 2005-08-08 Rich Burridge <rich.burridge@sun.com>
1251     * Generated release for GNOME 2.11.91 (beta2).
1253 2005-08-04  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
1255     * configure.in: Added "te" to ALL_LINGUAS
1257 2005-08-03 Sami Pietila <sampie@ariana-dsl.utu.fi>
1259     * Fixed pr310167. Removed "ans" from the list of translated words.
1260         
1261 2005-07-25 Rich Burridge <rich.burridge@sun.com>
1263       Fixed bug #311306 (http://bugzilla.gnome.org/show_bug.cgi?id=311306)
1264       If the user was in View->Scientific with base Bin, Oct or Hex and 
1265       then went to View->Basic, then returned to View->Scientific, some of
1266       the numeric keys were incorrectly greyed out.
1268 2005-07-19 Rich Burridge <rich.burridge@sun.com>
1270     * From Christian Krause <chkr at plauener dot de>
1271       Fixed bug #310849 (http://bugzilla.gnome.org/show_bug.cgi?id=310849)
1272       Gcalctool no longer crashes when pressing the "B" button (or typing 
1273       Shift-B).
1275 2005-07-18 Rich Burridge <rich.burridge@sun.com>
1277     * Fixed bug #310791 (http://bugzilla.gnome.org/show_bug.cgi?id=310791)
1278       Memory register window view logic was screwed.
1280 2005-07-15 Rich Burridge <rich.burridge@sun.com>
1282     * From Jens Granseuer <jenssgr at gmx dot net>
1283       Fixed bug #310441 (http://bugzilla.gnome.org/show_bug.cgi?id=310441)
1284       Adjusted code to compile with gcc 2.95.2. (There was an assert before
1285       variable declarations in do_tfunc() in functions.c
1287 2005-07-11 Rich Burridge <rich.burridge@sun.com>
1289     * Fixed bug #153854 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1290       When the user changes modes, a warning dialog is displayed to let
1291       them know that their current display will be cleared and the base
1292       reset to decimal. The user has the option of checking a toggle box
1293       on the dialog, that will prevent this warning from being displayed 
1294       again.
1296 2005-07-01 Rich Burridge <rich.burridge@sun.com>
1298     * From Matt Keenan <matt.keenan@sun.com>
1299       Fixed bug #309294 (http://bugzilla.gnome.org/show_bug.cgi?id=309294)
1300       Adjustments to allow gcalctool to successfully build on Solaris with
1301       pkgconfig >= 0.17.1
1303 2005-06-30 Rich Burridge <rich.burridge@sun.com>
1305     * Fixed bug #309182 (http://bugzilla.gnome.org/show_bug.cgi?id=309182)
1306       In non-arithmetic precdence mode, gcalctool can now correctly change
1307       the sign of the exponent on scientific numbers again. The problem was
1308       caused by a chunk of code being removed from the handling of the 
1309       "+/-" case when the arithmetic operator precedence code was merged in.
1311 2005-06-21 Rich Burridge <rich.burridge@sun.com>
1313     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1314       Fixed bug #308408 (http://bugzilla.gnome.org/show_bug.cgi?id=308408)
1315       gcalctool can now correctly convert the hexadecimal numbers "A-F"
1316       to other bases in "use arithmetic operator precedence mode".
1318 2006-06-10  Jordi Mallach  <jordi@debian.org>
1320         * gcalctool/gcalctool.1: Fix two typos (Debian Bug#310356).
1322 2006-06-03  Christian Rose  <menthos@menthos.com>
1324         * configure.in: Added "gl" to ALL_LINGUAS.
1326 2005-05-31 Rich Burridge <rich.burridge@sun.com>
1328     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1329       Fixed bug #305619 (http://bugzilla.gnome.org/show_bug.cgi?id=305619)
1330       Calculations with stored register values in arithmetic operator 
1331       precedence mode, now work correctly.
1333 2005-05-26 Rich Burridge <rich.burridge@sun.com>
1335     * From Christian Krause <chkr at plauener dot de>
1336       Fixed bug #305034 (http://bugzilla.gnome.org/show_bug.cgi?id=305034)
1337       In "Use Arithmetic Precedence" mode, when switching the format 
1338       (e.g. from ENG to FIX), the displayed value switches to zero (in the 
1339       corresponding format, so e.g. 0.0 or 0e+0, ...).
1341 2005-05-25 Rich Burridge <rich.burridge@sun.com>
1343     * Fixed bug #305467 (http://bugzilla.gnome.org/show_bug.cgi?id=305467)
1344       gcalctool no longer crashes under the following scenerio:
1345       - type "f" to bring up the user function menu.
1346       - dismiss the menu by clicking elsewhere with the mouse.
1347       - type another character which isn't in the range "0" to "9".
1349 2005-05-18 Rich Burridge <rich.burridge@sun.com>
1351     * Did a gcalctool tarball release.
1353 2005-05-16 Rich Burridge <rich.burridge@sun.com>
1355     * Fixed bug #304056 (http://bugzilla.gnome.org/show_bug.cgi?id=304056)
1356       Adjusted the keyboard shortcuts for the Xor and x^y operations.
1357       New values are:
1358       Xor - 'x'
1359       x^y - '^'
1361 2005-05-02 Rich Burridge <rich.burridge@sun.com>
1363     * From Paolo Borelli <pborelli at katamail dot com>
1364       Fixed bug #302555 (http://bugzilla.gnome.org/show_bug.cgi?id=302555)
1365       Various gcalctool variables have now been const'ified.
1367 2005-04-21 Rich Burridge <rich.burridge@sun.com>
1369     * From Vincent van Adrighem <adrighem at gnome dot org>
1370       Fixed bug #300957 (http://bugzilla.gnome.org/show_bug.cgi?id=300957)
1371       Replaced the underscore character in "translator_credits" with a
1372       hyphen, to prevent some translation tools from being confused.
1374 2005-04-13 Rich Burridge <rich.burridge@sun.com>
1376     * More work on bug #172704. 
1377       - Adjusted the code to not try to display a menu when the user 
1378         entered a left parentheses (another do_pending() type of 
1379         operation).
1380       - Toggling the "Show Trailing Zeroes" operation via keyboard
1381         shortcuts, needed to clear the v-.pending flag.
1383 2005-04-11 Rich Burridge <rich.burridge@sun.com>
1385     * Fixed up some problems reported by lint.
1387 2005-04-07 Rich Burridge <rich.burridge@sun.com>
1389     * Fixed bug #172704 (http://bugzilla.gnome.org/show_bug.cgi?id=172704)
1390       Fixed bug #172869 (http://bugzilla.gnome.org/show_bug.cgi?id=172869)
1391       When the user now uses the keyboard shortcut for any of the gcalctool
1392       buttons that have a menu associated with them, that menu is now displayed.
1393       The user can use the arrow keys to select a menu item or the menu items 
1394       shortcut.
1396 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1398     * From Alan Horkan <horkana@tcd.ie>
1399       Fixed bug #171393 (http://bugzilla.gnome.org/show_bug.cgi?id=171393)
1400       Allow stock labels to show through. Should make translation that 
1401       little bit easier. 
1403 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1405     * Refixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1406       The Help->Contents menu item no longer appears if gcalctool is built
1407       Gtk-only.
1409 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1411     * Fixed bug #172798 (http://bugzilla.gnome.org/show_bug.cgi?id=172798)
1412       gtk_set_locale was already being run by gtk_init() and the gtk about 
1413       popup didn't have the gcalctool icon.
1415 2005-03-31  Steve Murphy  <murf@e-tools.com>
1417     * configure.in: Added "rw" to ALL_LINGUAS.
1419 2005-03-28  Abel Cheung  <maddog@linuxhall.org>
1421     * configure.in: Added "tr" to ALL_LINGUAS.
1423 2005-03-31 Sami Pietila <sampie@ariana-dsl.utu.fi>
1425     * Fix for bug #172150
1426     * Minor fix: the initial zero value is not anymore used as a
1427       function parameter.
1429 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1431     * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1432       the on-screen keyboard assistive technology, it's possible that the 
1433       event returned by gtk_get_current_event() is NULL. If this is the 
1434       case, we need to fudge the popping up on the menu associated with 
1435       this menu button.
1437 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1439     * Fixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1440       You can now build gcalctool without the GNOME libraries by specifying
1441       "--disable-gnome" on the configure command line.
1443 2005-03-22  Adi Attar  <aattar@cvs.gnome.org>
1445         * configure.in: Added 'xh' to ALL_LINGUAS.
1447 2005-03-19 Sami Pietila <sampie@ariana-dsl.utu.fi>
1449     * Fix for bug #168385
1450     * Minor cleanups
1451         
1452 2005-03-10 Rich Burridge <rich.burridge@sun.com>
1454     * Fixed bug #167479 (http://bugzilla.gnome.org/show_bug.cgi?id=167479)
1455       gcalctool with set the View->Memory Registers menu item inactive if
1456       the calculator is in Basic mode.
1458 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1460     * Fixed bug #169196 (http://bugzilla.gnome.org/show_bug.cgi?id=169196)
1461       gcalctool now uses use g_get_home_dir().
1463     * Added in a better implementation of the trig_filter() routine in 
1464       functions.c
1466     * Fixed bug #168694 (http://bugzilla.gnome.org/show_bug.cgi?id=168694)
1467       gcalctool now saves/restores the ten memory register values as gconf 
1468       resources.
1470     * Removed the redundant process_str() routine in graphics.c
1472 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1474     * Version for GNOME 2.10.0 (final) call for tarballs.
1476 2005-03-07 Irene Ryan <irene.ryan@sun.com>
1477                         (on behalf of Maeve Anslow)
1479         * help/C/gcalctool.xml; updated help manual
1480         * help/C/gcalctool-C.omf; updated OMF file details
1481         * help/C/l10n.txt; updated instructions for L10N
1482         * help/C/figures/gcalctool_basic_window.png; updated screenshot
1483         * help/C/figures/gcalctool_scientific_window.png; updated screenshot
1484         
1485 2005-02-28 Rich Burridge <rich.burridge@sun.com>
1487     * Version for GNOME 2.10.0 (rc1) call for tarballs.
1489 2005-02-27 Rich Burridge <rich.burridge@sun.com>
1491     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1492       Partial fix for bug 168385 
1493       (http://bugzilla.gnome.org/show_bug.cgi?id=168385)
1494       "F+F=" wasn't working in arithmetic operator precedence mode.
1496 2005-02-18 Rich Burridge <rich.burridge@sun.com>
1498     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1499       Changes to make the trigonometric code work with hyp and inv
1500       properly.
1502 2005-02-15 Rich Burridge <rich.burridge@sun.com>
1504     * The fix for bug #162998 was incorrect when in Arithmetic Precedence
1505       mode. Had to remove an extra bogus signal handler that shouldn't
1506       have been connected up for menu-type buttons.
1508     * Exch functionality was incorrect in Arithmetic Precedence mode.
1510     * Left and Right shift operations weren't working correctly. Menu
1511       name comparison in mb_proc() in gtk.c was incorrect.
1513 2005-02-11 Rich Burridge <rich.burridge@sun.com>
1515     * Fixed bug 167124 (http://bugzilla.gnome.org/show_bug.cgi?id=167124)
1516       One of the entries in the words[] array in syntax_translation.c was
1517       accidentally commented out.
1519 2005-02-08 Rich Burridge <rich.burridge@sun.com>
1521     * From Dennis Cranston <dennis_cranston at yahoo com>
1522       Fixed bug 166634 (http://bugzilla.gnome.org/show_bug.cgi?id=166634)
1523       Call to create the About box was missing a NULL terminator.
1525 2005-02-07 Rich Burridge <rich.burridge@sun.com>
1527     * Adjusted all copyright messages to be 2005.
1528     * Version for GNOME 2.10.0 (beta2) call for tarballs.
1530 2005-02-03 Rich Burridge <rich.burridge@sun.com>
1532     * From Naveen & Team < naveenchandranv@gmail.com >
1533       Fixed bug #165522 (http://bugzilla.gnome.org/show_bug.cgi?id=165522)
1534       Made the status bar non-resizable.
1536 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1538     * From Mariano Suárez-Alvarez <msuarezalvarez at arnet dot com dot ar>
1539       Various code cleanups. It moves some declarations of static functions 
1540       to the corresponding .c files. It also cuts down the number of 
1541       included files, moving some includes to where they are needed from 
1542       calctool.h.
1544 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1546     * From Kristof Vansant <de_lupus at pandora dot be>
1547       Adjusted the About dialog to use the latest GtkAbout widget.
1549 2005-01-24 Rich Burridge <rich.burridge@sun.com>
1551     * Version for GNOME 2.10.0 (beta1) call for tarballs.
1553 2005-01-21 Rich Burridge <rich.burridge@sun.com>
1555     * Fixed bug #162998 (http://bugzilla.gnome.org/show_bug.cgi?id=162998)
1556       The "menu" buttons in gcalctool now responds to the "clicked" event
1557       rather than the "button-press-event" to allow gok, the on-screen 
1558       keyboard to function properly.
1560     * Fixed bug #159957 (http://bugzilla.gnome.org/show_bug.cgi?id=159957)
1561       Input number in FIX mode now make mimimal changes to (i.e append a
1562       single character) the display rather than completely delete and
1563       insert it. The is helpful to assistive technologies like gnopernicus.
1565 2005-01-18 Rich Burridge <rich.burridge@sun.com>
1567     * Fixed bug #164184 (http://bugzilla.gnome.org/show_bug.cgi?id=164184)
1568       Adjusted location of comments in syntax_translation.c so that the
1569       L10N message translation software isn't confused.
1571 2005-01-12 Rich Burridge <rich.burridge@sun.com>
1573     * Fixed bug #163468 (http://bugzilla.gnome.org/show_bug.cgi?id=163468)
1574       Pressing "(<Del>)" would cause gcalctool to crash.
1576 2004-01-10 Rich Burridge <rich.burridge@sun.com>
1578     * Version for GNOME 2.9.4 call for tarballs.
1580 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1582     * From Pádraig Brady < P at draigBrady dot com >
1583       Couldn't use the "#" key to select constants as this symbol was
1584       a lower-case symbol on his keyboard.
1586     * From Pádraig Brady < P at draigBrady dot com >
1587       Powers that were a multiple of 30 (10 as well as 3) would not 
1588       display correctly, having a 4 digit significand. Further testing 
1589       showed that without the fix the following powers had a 4 digit 
1590       significand: 27,30, 57,60, 90, 96 (and every 3 from here on). 
1592 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1594     * Fixed bug #161976 (http://bugzilla.gnome.org/show_bug.cgi?id=161976).
1595       configure.in now checks to make sure that atk >= 1.5
1597 2005-01-03 Naveen & Team < naveenchandranv@gmail.com >
1599     * Fixed bug #155101 (http://bugzilla.gnome.org/show_bug.cgi?id=155101).
1600       Made the gcalctool window resizable.
1602 2004-12-21 Rich Burridge <rich.burridge@sun.com>
1604     * Version for GNOME 2.9.3 call for tarballs.
1606 2004-12-17 Rich Burridge <rich.burridge@sun.com>
1608     * Fixed bug #160929 (http://bugzilla.gnome.org/show_bug.cgi?id=160929).
1609       Removed the "Mode" word from each of the different mode menu items 
1610       in the gcalctool View menu.
1612 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1614     * From Hidetoshi Tajima <Hidetoshi dor Tajima at Sun dot COM>
1615       Fixed bug #157701 (http://bugzilla.gnome.org/show_bug.cgi?id=157701).
1616       gcalctool can now use real multiplication and division symbols
1617       instead of "*" and "/". This is done via locale string translations.
1618       There is now a new en_US.po message file included with the
1619       distribution.
1621     * Latest that same day...
1622       Adjusted the multiplication and division entries in the en_US.po
1623       file to be "*' and "/" to stop the Ximian tinderbox build breaking.
1624       This "fix" needs further investigating.
1626 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1628     * Fixed bug #160088 (http://bugzilla.gnome.org/show_bug.cgi?id=160088).
1629       Adjusted the titlebar text so that it doesn't include the word "Mode"
1630       which was getting chopped when the calculator was in Basic mode.
1632 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1634     * Fixed bug #157962 (http://bugzilla.gnome.org/show_bug.cgi?id=157962).
1635       Added in a set of three colors for gcalctool that will work with 
1636       the default theme. To use them, the "gcalctoolrc" file supplied with
1637       the source distribution needs to be moved to ~/.gcalctoolrc
1639 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1641     * Generated gcalctool tarball for the GNOME 2.9.2 release.
1643 2004-11-15 Rich Burridge <rich.burridge@sun.com>
1645     * Fixed bug #158357 (http://bugzilla.gnome.org/show_bug.cgi?id=158357).
1646       Removed the -DGNOME_DISABLE_DEPRECATED and the -DGTK_DISABLE_DEPRECATED
1647       flags from the INCLUDES definition in .../gcalctool/Makefile.am for now,
1648       to allow it to successfully build against the latest GNOME/Gtk+.
1650     * Slight adjustment to correct check the Advanced mode menu item when
1651       the user had previously terminated gcalctool in that mode.
1653     * Adjusted the scroll_right() routine to only scroll right if the 
1654       horizontal scroll bar is visible.
1656 2004-11-14 Rich Burridge <rich.burridge@sun.com>
1658     * Changed the names of the gconf mode type key so that there is
1659       backward compatibility. Old key name was "mode". New key name
1660       id "modetype".
1662     * Reset the initial default mode to BASIC.
1664 2004-11-11 Rich Burridge <rich.burridge@sun.com>
1666     * From Sebastien Estienne <sebastien dot estienne at gmail.com>
1667       Changes to add in a very basic mode for gcalctool. Rather than calling
1668       this a "Light" mode, the existing "Basic" mode is now renamed to
1669       "Advanced" and the new basic mode is called "Basic".
1671       Took a different approach from Sebastien in implementing this, so that
1672       I could easily add in an extra row of buttons over what he'd sent in 
1673       his patch.  These are Bksp, CE, Clr and +/- (change sign).
1675     * Fixed bug #157757 (http://bugzilla.gnome.org/show_bug.cgi?id=157757)
1676       The horizontal scrollbar for the display area will now only be visible
1677       when needed. It will also display the rightmost part of the display
1678       as you are entering new input.
1680 2004-11-04 Sami Pietila <sampie@ariana-dsl.utu.fi>
1682     * Converted parsers to use calc_xpowy() instead of mppwr2().
1683     * Addressed some compiler warnings
1685 2004-11-03 Rich Burridge <rich.burridge@sun.com>
1687     * Partial fix for bug #157021 
1688       (http://bugzilla.gnome.org/show_bug.cgi?id=157021).
1689       Changes have been added to fix this for non-arithmetic precedence mode.
1690       for x ^ y, if x is negative and y is an integer, then the mppwr() MP
1691       routine is used instead of mppwr2(). Added a new calc_xpowy() routine 
1692       in mpmath.c to do this calculation. Also added a show_error() routine
1693       to functions.c to display the error in the status bar if the user
1694       enters -X with non-integer Y.
1696 2004-11-02 Sami Pietila <sampie@ariana-dsl.utu.fi>
1698     * -x^y was intepreted -(x^y). Fixed. 
1699     * Also removed implicit multiplication as it caused problems.
1701 2004-11-01 Rich Burridge <rich.burridge@sun.com>
1703     * Generated gcalctool tarball for first GNOME 2.9 release.
1705 2004-10-15 Sami Pietila <sampie@ariana-dsl.utu.fi>
1707     * Fixed pr 148639.  
1709 2004-09-30 Rich Burridge <rich.burridge@sun.com>
1711     * Slight adjustment to bug #152301
1712       (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
1713       The tooltip message had been tweaked to 
1714       "Show the About Gcalctool dialog".
1716 2004-09-28 Pawan Chitrakar 
1718         * configure.in: Added "ne" Nepali in ALL_LINGUAS
1720 2004-09-27 Rich Burridge <rich.burridge@sun.com>
1722     * From Christian Rose <menthos at menthos dot com>
1723       Fixed bug #152301 (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
1724       Adjusted the tooltip message for Help->About... from "Show about help"
1725       to "Show the about dialog", to make it more understandable.
1727 2004-09-27 Rich Burridge <rich.burridge@sun.com>
1729     * From Heikki Tauriainen <heikki dot tauriainen at hut dot fi>
1730       Fixed bug #153726 (http://bugzilla.gnome.org/show_bug.cgi?id=153726)
1731       Gcalctool will now build correctly when using the -fno-common option 
1732       for gcc (3.3.4).
1734 2004-09-26 Sami Pietila <sampie@ariana-dsl.utu.fi>
1736     * Numerical localization (and thousand separator) disabled if an expression
1737       with parenthesis is entered in non-arithmetic precedence mode.
1738       
1739 2004-09-24 Rich Burridge <rich.burridge@sun.com>
1741     * If the accuracy was changed via one of the ten preset menu items
1742       in the Acc menu, the tooltip wasn't getting correct updated with 
1743       the new accuracy.
1745 2004-09-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
1747     * Numerical answer localization and thousand separator support
1748       for arithmetic precedence mode.
1750 2004-09-02 Rich Burridge <rich.burridge@sun.com>
1752     * Fixed rfe #147803 (http://bugzilla.gnome.org/show_bug.cgi?id=147803)
1753       Further changes to the "Set Precision" popup.
1754       - "Significant places" not "Significant Places".
1755       - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is
1756         the current precision, and be in the same radio box group as 
1757         the other menu items. Check the appropriate menu entry
1758       - Adjust the Acc button tooltip to show the current accuracy too.
1759       - When the user attempts to enter an invalid entry in the Set 
1760         Precision popup, an error message is shown in the main gcalctool 
1761         status bar.
1762       - the other Acc radio button items (0-9) need to have mnemonics (_0,
1763         _1 ...).
1765     * From Jens Granseuer (jensgr at gmx dot net)
1766       Fixed bug #152790 (http://bugzilla.gnome.org/show_bug.cgi?id=152790)
1767       Most of the changes needed were already in CVS; there was one compiler
1768       warning that still needed to be removed.
1770     * Storing the display value to a memory register was not updating the
1771       memory register window, if it was visible.
1773 2004-09-02 Rich Burridge <rich.burridge@sun.com>
1775     * Added in functionality to set the number of significant places > 9.
1776       There is a new menu item under the Acc menu called "Set Precision..."
1777       that brings up a small popup allowing you to set precision between 0
1778       and MAXACC significant places (where MAXACC is currently 30).
1780 2004-09-08  Gora Mohanty  <gmohanty@cvs.gnome.org>
1781                                                                                 
1782         * configure.in: Added 'or' to ALL_LINGUAS.
1784 2004-08-24 Breda McColgan <breda.mccolgan@sun.com>
1786         * help/C/gcalctool.xml: Updated for GNOME 2.8, technical review draft   * help/C/gcalctool-C.omf: Updated for GNOME 2.8
1787         * help/C/l10n.txt: Updated for GNOME 2.8
1788         * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.8
1790 2004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
1792         * configure.in: Add Â«nb» to ALL_LINGUAS.
1794 2004-08-16  Christian Rose  <menthos@menthos.com>
1796         * configure.in: Added "bs" to ALL_LINGUAS.
1798 2004-08-02 Rich Burridge <rich.burridge@sun.com>
1799     
1800     * Refixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
1801       This time removed the .../help/<locale>omf_timestamp files as well.
1803 2004-08-01 Sami Pietila <sampie@ariana-dsl.utu.fi>
1805     * (Re)implemented paste functionality.
1807 2004-07-27 Rich Burridge <rich.burridge@sun.com>
1809     * Fixed up numerous warnings generated by running lint on the gcalctool
1810       code. Removed unused variables and functions. Declared routines
1811       statically where possible.
1813 2004-07-27 Rich Burridge <rich.burridge@sun.com>
1815     * From Joe Marcus Clarke (marcus at freebsd dot org)
1816       Fixed bug 148581 (http://bugzilla.gnome.org/show_bug.cgi?id=148581)
1817       Changes to get latest gcalctool compiling on a BSD system.
1819 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1821     * Added various filenames to .../gcalctool/.cvsignore.
1822     * Added mkinstalldirs so that I could successfully do a "make dist"
1823       on my Solaris machine.
1824     * Removed ChangeLog-NG and FIXME references from Makefile.am
1825     * Version 5.5.0 released.
1827 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1829     * Added:
1830       gcalctool/mpmath.c
1831       gcalctool/syntax_translation.c
1832       to ../po/POTFILES.in (thanks Marcel Telka!).
1834 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1836     * Fixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
1837       Removed the unwanted ...omf.out files from under the .../help/
1838       directories, an artifact of the gcalctool-ng branch merge.
1839       Removed the unwanted Makefile and Makefile.in files from the same
1840       directories.
1842 2004-07-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
1843     * Menu option "Arithmetic Precedence" mode is disabled on error condition.
1844     * Remove goto commands from do_expression()
1846 2004-07-22 Sami Pietila <sampie@ariana-dsl.utu.fi>
1848     * Error is reported and input not accepted if a number exceeds 40 chars.
1849     * Added e+ and e- notation support to ce_tokeniser.
1850     * xh, xd, xb and xo support removed (from ce_tokeniser), where x is a number.
1851     * Empty input is always displayed as zero.
1852     * Removed some redundant #ifdefs
1853     * Applied a patch from Rich Burridge. The patch removes goto from exp_del_char()
1854     * Changed macro N_() to _() from statusbar entries.
1855     * Postfix operations can now use empty (zero) expression as a operator
1857 2004-07-19 Rich Burridge <rich.burridge@sun.com>
1859     * Added in function prototypes to fixup warning messages from the compiler.
1860     * Added a final newline in both .l files, so that they could be correctly
1861       compiled on a Solaris machine.
1862     * Removed the "[Experimental]" from the titleline.
1864 2004-07-19 Rich Burridge <rich.burridge@sun.com>
1866     * Removed ChangeLog-NG. It's not needed.
1867     * Added the contents of FIXME to the TODO file and removed
1868       FIXME.
1869     * Added Copyright comments to the source files that didn't have
1870       them.
1871     * Adjusted the C code to the "One True Style". If/when you take over
1872       ownership of gcalctool, I'm happy for you to revert it to whatever
1873       style you like, but while I've got to maintain it, then all the source
1874       code will be a consistent style. Sorry.
1875     * Removed commented out C code or code surronded by "#if 0". It just 
1876       leads to confusion. Look at the previous versions in CVS history if 
1877       you need to see what was there.
1878     * Adjusted code so that line length is less than 80 characters (wherever
1879       possible).
1880     * Adjusted comments to "/* ... */" style. The "// ..." style is not
1881       recognized by default with the Sun compiler.
1882     * Removed all Tabs. Tabs are evil.
1883     * Indentation is four spaces not two.
1884     * Added blank lines where appropriate to make the code more readable.
1885     * Adjusted code to define variables at the top of a routine.
1886     * Remove the "Next Generation (Experiemental)" from the about box.
1887     * Changed copyright dates to include 2004.
1888     * Removed the "word:" Gnuism from the words[] struct in 
1889       syntax_translation.c. Similar problems with another struct in the
1890       same source file.
1892 2004-06-18 Christian Neumair <chris@gnome-de.org>
1894      * gcalctool/functions.c, gcalctool/graphics.c: s/precedencer/precedence/
1896      * gcalctool/gtk.c: Mark missing GtkActionEntry entries in menu entry
1897      array for translation.
1899      * (create_kframe): Call gtk_action_group_set_translation_domain to enable
1900      menu i18n.
1902 2004-06-18 Archana Shah <archana.shah@wipro.com>
1904      * gcalctool/gtk.c: Following functions added.
1906      * (gcalc_window_get_menu_items): Function to get the menu_items for actions
1907        which are having icons associated with them.
1909      * (gcalc_window_have_icons_notify): Function to be notified when key
1910        '/desktop/gnome/interface/menus_have_icons' toggles.
1912      * (gcalc_window_set_unset_image): Based on the value of above mentioned 
1913        gconf key, icons will be set/unset.
1915      * Fixes bug#144596 
1917         
1918 2004-06-14 Sami Pietila <sampie@ariana-dsl.utu.fi>
1920     * Merge from NG-branch.
1921         
1922 2004-06-14 Rich Burridge <rich.burridge@sun.com>
1924     * Remainder of the fix for bug #143924.
1925       http://bugzilla.gnome.org/show_bug.cgi?id=143924
1926       Control-T shouldn't work in Basic or Financial modes. 
1927       I should have been using:
1929         g_object_set(gtk_ui_manager_get_action(X->ui, i),  \
1930                      "sensitive", state, NULL);
1932       rather than:
1934         gtk_widget_set_sensitive(gtk_ui_manager_get_widget(X->ui, i), state)
1936       to set the [in]activeness state of the various menubar menu items.
1938 2004-06-11 Rich Burridge <rich.burridge@sun.com>
1940     * Partial fix for bug #143924.
1941       http://bugzilla.gnome.org/show_bug.cgi?id=143924
1942       After an error condition, the "Show Trailing Zeroes" menu item is
1943       only activated if the user is in Scientific mode.
1945 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1947     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
1948       In Basic or Financial mode, "Error" was been incorrectly display if
1949       you user has "Show Thousands Separator" set.
1951 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1953     * Fixed bug 144031 (http://bugzilla.gnome.org/show_bug.cgi?id=144031)
1954       gcalctool checked for the presence of the X11 libraries but doesn't
1955       need to. Checks removed from configure.in.
1957 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1959     * Selecting Help->About from the menubar wasn't doing anything. 
1960       With the switch to using the GtkUIManager, the hooks to link 
1961       up to the about_cb were incorrect.
1963 2004-06-01 Rich Burridge <rich.burridge@sun.com>
1965     * Adjusted the creation of the Accuracy and Left/Right shift menus
1966       from GtkItemFactory to GtkUIManager. 
1968       With this change, the -DGTK_DISABLE_DEPRECATED flag can now be 
1969       added back into .../gcalctool/gcalctool/Makefile.am.
1971 2004-05-29 Rich Burridge <rich.burridge@sun.com>
1973     * Adjusted the menubar creation in gtk.c from GtkItemFactory to
1974       GtkUIManager. 
1976 2004-05-29  Christian Rose  <menthos@menthos.com>
1978     * configure.in: Added "tk" to ALL_LINGUAS.
1980 2004-05-26 Rich Burridge <rich.burridge@sun.com>
1982     * Fixed bug 142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1983       gcalctool now correctly recognizes the localized decimal point
1984       character by explicitly checking to see if the keyboard event keyval
1985       matches what's returned by localeconv()->decimal_point.
1987 2004-05-25 Udayan Kumar <udayan_kumar@da-iict.org>
1989     * From Rich Burridge <rich.burridge@sun.com>
1990       Fixed bug 136119 (http://bugzilla.gnome.org/show_bug.cgi?id=136119)
1991       gcalctool/calctool.c : structure button b_bottons 
1992       Added code for paranthesis in place of empty space
1994 2004-05-23 Rich Burridge <rich.burridge@sun.com>
1996     * From Michael Terry <mterry@fastmail.fm>
1997       Fixed bug 129397 (http://bugzilla.gnome.org/show_bug.cgi?id=129397)
1998       gcalctool.desktop.in, gcalctool/Makefile.am, gcalctool/gtk.c:
1999       Use GtkIconTheme to load gcalctool icon instead of built-in image.
2001 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2003     * From Balamurali Viswanathan  <balamurali viswanathan at wipro dot com>
2004       Fixed bug 142888 (http://bugzilla.gnome.org/show_bug.cgi?id=142888)
2005       gcalctool is now connected to the "die" signal so that it can be
2006       successfully terminated when removed from gnome-session-properties.
2008 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2010     * Change suggested by Ron Jenkins.
2011       The "Bsp" (Backspace) button has been relabeled "Bksp" to make it
2012       more understandable. The gcalctool man pages have been updated to
2013       reflect this change. The online help will be updated at GNOME 2.8
2014       release time (see bug #138367).
2016 2004-05-17  Dan Winship  <danw@novell.com>
2018     * gcalctool/calctool.c: s/malloc.h/stdlib.h/
2020 2004-05-17 Padraig O'Briain <padraig.obriain@sun.com>
2022     * gcalctool/caltool.h: Add second argument to set_display to specify 
2023       whether to mminimize changes.
2025     * gcacltool/calctool.c gcalctool/display.c gcaltool/functions.c: 
2026       Add second argument to calls to set_display. It is set to TRUE only 
2027       when adding a digit after pressing caclulator button or deleting 
2028       digit after pressing backspace.
2030     * gcacltool/gtk.c (set_display): Implement second argument
2031       minimize changes. Do nothing if display is not being changed.
2033       Fixes bug #134376.
2035      [Note that with this change, gcalctool now requires the Gtk that 
2036       comes with GNOME 2.6 or later in order to build].
2038 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
2040     * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2042 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2044     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2045       If the "Error" message is being displayed, it is now no longer
2046       incorrectly displayed as "Er,ror" if the "Show Thousands Separator"
2047       is on.
2049 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2051     * Fixed bug 135068 (http://bugzilla.gnome.org/show_bug.cgi?id=135068)
2052       Adjusted several default constant descriptions to be more 
2053       understandable.
2055 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2057     * Fixed bug 135065 (http://bugzilla.gnome.org/show_bug.cgi?id=135065)
2058       Tooltips for OR, AND, NOT, XOR and XNOR have been changed from
2059       "Logical <whatever>" to "Bitwise <whatever>".
2061 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2063     * Fixed bug 136872 (http://bugzilla.gnome.org/show_bug.cgi?id=136872)
2064       gcalctool can now be built with "CFLAGS=-fdata-sections".
2066 2004-03-22 Rich Burridge <rich.burridge@sun.com>
2068     * Version for GNOME 2.6 (FINAL) call for tarballs.
2070 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
2072     * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
2074 2004-03-18  Gareth Owen <gowen72@yahoo.com>
2076     * configure.in: Added en_GB to ALL_LINGUAS
2078 2004-03-15 Glynn Foster  <glynn.foster@sun.com>
2079         
2080    * configure.in, Makefile.am: Add localized online user documentation
2081      from the Sun translation team.
2082    * help/*: Online user documentation for de, es, fr, it, ja, ko, sv, zh_CN,
2083      zh_HK and zh_TW.
2085 2004-03-13 Alexander Shopov <ash@contact.bg>
2087    * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
2089 2004-03-08 Alastair McKinstry <mckinstry at computer dot org>
2091    * configure.in: Added ga ("Irish") to ALL_LINGUAS.
2093 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2095     * One more slight adjustment to the fix for bug 135064 
2096       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2097       Entering numbers that start with the numeric point character ('.")
2098       are now visibly displayed.
2100 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2102     * Adjustment to the fix for bug 135064 
2103       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2104       Fix to remove a potential spurious initial thousands separator 
2105       character after a change sign operation.
2107 2004-02-25  Tomasz Kłoczko <kloczek@pld.org.pl>
2109     * Makefile.am: in configure.in is used AM_GCONF_SOURCE_2. Part of this
2110       aclocal macro allow disable/enable install schama files in make
2111       install target schemas in GConf database. Pass
2112       --disable-schemas-install in configure parameters disable defines by
2113       AM_CONDITIONAL() GCONF_SCHEMAS_INSTALL variable for allow in
2114       Makefile.am files run gconftool-2 for update GConf database
2115       conditionaly. This fix enables run gconftool-2 in install-data-local
2116       only if GCONF_SCHEMAS_INSTALL variable is defined .. so now passing in
2117       configure parameters --disable-schemas-install switch now works perfectly :)
2119       * Makefile.am, gcalctool/Makefile.am: minor cleanups
2120       s#@VARIABLE@#$(VARIABLE)#
2122 2004-02-26  Miloslav Trmac <mitr at volny dot cz>
2124     * Fixed bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2125       Changing the sign of a large number (when "Show Thousands Separator"
2126       is on and this is not the C locale), no longer corrupts the display.
2127       The fix involved resetting all the internal calculations in gcalctool
2128       to be done in the C locale, and then localized (radix character and
2129       thousands separator), just before the number is displayed.
2131 2004-02-24  Rich Burridge <rich.burridge@sun.com>
2133     * Fixed bug 135328 (http://bugzilla.gnome.org/show_bug.cgi?id=135328)
2134       Added Shift-slash as a recognized alternate for the divide operation
2135       (needed by the be-latin1 keyboard layout).
2137 2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>
2139     * configure.in: Added Thai (th) to ALL_LINGUAS.
2141 2004-02-21  Christian Rose  <menthos@menthos.com>
2143     * configure.in: Added "en_CA" to ALL_LINGUAS.
2145 2004-02-18  Rich Burridge <rich.burridge@sun.com>
2147     * Fixed bug 134540 (http://bugzilla.gnome.org/show_bug.cgi?id=134540)
2148       gcalctool now correctly handles the digits 0123456789 which are
2149       shifted about the accented characters on a French keyboard.
2151 2004-02-17  Rich Burridge <rich.burridge@sun.com>
2153     * Fixed bug 134484 (http://bugzilla.gnome.org/show_bug.cgi?id=134484)
2154       Doing "3 x! x! x!" no longer causes gcalctool to lock up.
2156 2004-02-11 Breda McColgan <breda.mccolgan@sun.com>
2158     * Updated the following files due to fix for bug 133764 
2159       (http://bugzilla.gnome.org/show_bug.cgi?id=133764
2160            * help/C/gcalctool.xml
2161            * help/C/gcalctool-C.omf
2162            * help/C/figures/gcalctool_basic_window.png
2163            * help/C/figures/gcalctool_scientific_window.png
2165 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2167     * Fixed bug 133764 (http://bugzilla.gnome.org/show_bug.cgi?id=133764)
2168       - "Gradients" was still appearing when in Scientific mode (instead 
2169         of "Gradians".
2170       - In the x^2 button, the 2 should not be italicized.
2171       - In the x^2 and x^y buttons, the x should be italicized.
2172       - The View Thousands Separator menu item should not remain active 
2173         during an error condition.
2175 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2177     * Fixed bug 133590 (http://bugzilla.gnome.org/show_bug.cgi?id=133590)
2178       The About box now lists the documenters of gcalctool.
2180 2004-02-07 Breda McColgan <breda.mccolgan@sun.com>
2182     * help/C/gcalctool.xml: Updated for GNOME 2.6, technical review draft
2183     * help/C/gcalctool-C.omf: Updated for GNOME 2.6
2184     * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.6
2185     * help/C/figures/gcalctool_financial_window.png: Updated for GNOME 2.6
2186     * help/C/figures/gcalctool_scientific_window.png: Updated for GNOME 2.6
2188 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2190     * Fixed bug 132582 (http://bugzilla.gnome.org/show_bug.cgi?id=132582)
2191       Adjusted the gcalctool titlebar to use a hyphen (rather than square
2192       brackets) to show what mode the user is currently using.
2194 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2196     * Fixed bug 132570 (http://bugzilla.gnome.org/show_bug.cgi?id=132570)
2197       Adjusted UI to use spacing to delineate groups rather than frames
2198       (per the HIG).
2200 2004-01-22  Rich Burridge <rich.burridge@sun.com>
2202     * Fixed bug 131571 (http://bugzilla.gnome.org/show_bug.cgi?id=131571)
2203       User defined constants are now read/written out (as gconf resources)
2204       with no thousands separator and with a radix of ".".
2206 2004-01-16  Rich Burridge <rich.burridge@sun.com>
2208     * Fixed bug 131594 (http://bugzilla.gnome.org/show_bug.cgi?id=131594)
2209       The "Insert ASCII View..." menu item and the "Insert" button no
2210       longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
2212 2004-01-07  Alexander Nedotsukov <bland at mail dot ru>
2214     * Fixed bug 131059 (http://bugzilla.gnome.org/show_bug.cgi?id=131059)
2215       Fix to allow the thousands separator to be used correctly with the
2216       creation of the initial constant values in the Russian locale.
2218 2004-01-07  Rich Burridge <rich.burridge@sun.com>
2220     * Fixed bug 130078 (http://bugzilla.gnome.org/show_bug.cgi?id=130078)
2221       Changed the y^x button label to x^y (really x superscript y). Adjusted
2222       the tooltip message to "Raise displayed value to the power of y".
2224 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2226     * Fixed bug 130282 again (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2227       Needed to remove the "|| tsep[0] == '\0'" check from the get_tsep()
2228       routine in order to get the thousands separator to correctly work in
2229       all locales. Note that there is no thousands separator now for the C 
2230       locale.
2232 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2234     * Fixed part of bug 126125 
2235       (http://bugzilla.gnome.org/show_bug.cgi?id=126125). If the user
2236       entered: "1+(2()<backspace>)", this resulted in an answer of 0.
2237       When the user backspaced over the ")" character, v->noparens should
2238       have been incremented.
2240 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2242     * Fixed bug 130187 (http://bugzilla.gnome.org/show_bug.cgi?id=130187)
2243       When gcalctool changes modes now, it's internal state and the display
2244       are cleared.
2246 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2248     * Fixed bug 130282 (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2249       Fixes for more problems with the thousands separator in certain
2250       locales, plus correct handling of the radix character with the initial
2251       constant values.
2253 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2255     * Fixed bug 128603 again (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2256       The solution this time was to duplicate the initial string constant
2257       values to be confident that they are not in read-only memory.
2259 2004-01-03  Sanlig Badral  <badral@openmn.org>
2261     * configure.in: Added "mn" to ALL_LINGUAS.
2263 2004-01-03  Robert Sedak  <robert.sedak@sk.htnet.hr>
2265     * configure.in: Added "hr" in ALL_LINGUAS.
2267 2003-12-26  Fernando Herrera  <fherrera@onirica.com>
2269     * gcalctool.desktop.in: added X-GNOME-Bugzilla-OtherBinaries
2271 2003-12-24  à¸¥à¸ygimantas Beruฤka  <uid0@tuxfamily.org>
2273     * lt.po: Added "lt" to ALL_LINGUAS.
2275 2003-12-22  Miloslav Trmac <mitr at volny dot cz>
2277     * Fixed bug 129539 (http://bugzilla.gnome.org/show_bug.cgi?id=129539)
2278       The thousands separator is a null terminated string, not a single
2279       character. Same for the radix. Adjusted various functions to handle
2280       this. Note that in the C locale, nl_langinfo(THOUSEP) returns an empty
2281       string, so get_tsep() has been adjusted to return "," for that case.
2282       If nl_langinfo(RADIXCHAR) returns an empty string (it shouldn't do),
2283       then get_radix() will return ".".
2285 2003-12-20  Arafat Medini <lumina@silverpen.de>
2287     * ar.po: Added Arabic Locale "ar" to ALL_LINGUAS
2289 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2291     * Fixed bug 129496 (http://bugzilla.gnome.org/show_bug.cgi?id=129496)
2292       "Gradients" should be "Gradians".
2294 2003-12-16 Mohammad DAMT  <mdamt@bisnisweb.com>
2296     * configure.in: Added "id" in ALL_LINGUAS
2297     * po/id.po: Indonesian translation by Ahmad Riza H Nst <ari@160c.afraid.org>
2299 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2301     * Fixed bug 128603 (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2302       The changes for enhancement request #126626 which added thousands 
2303       separator support caused a crash at startup time on a Debian system. 
2304       The initial constant strings are being put in read-only memory either 
2305       by gcc (or because of the way that x86 arch is designed). This was 
2306       not a problem when tested with the Sun compilers on a Solaris SPARC 
2307       machine.  The remove_tsep() routine is display.c has been rewritten 
2308       to correctly handle this.
2310 2003-12-04  Iรฑaki Larraรฑaga <dooteo@euskalgnu.org>
2312     * configure.in: Added Basque (eu) to ALL_LINGUAS.
2314 2003-12-03  Rich Burridge <rich.burridge@sun.com>
2316     * Further work on enhancement request 125873
2317       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2318       As the user is typing in input, the display will now show the
2319       thousands separator (if checked).
2321 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2323     * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2324       This keyval/state pair needed to be added to the Xor recognized mappings.
2326 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2328     * Re-fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2329       The fix for Shift-"=" should have been for GDK_equal not GDK_Return.
2330       Needed to add in support for Shift-"/" too.
2332 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2334     * Implemented enhancement request 125873
2335       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2336       gcalctool can now optionally show the thousands seperator character
2337       for fixed point numbers displayed in the decimal base. Same for
2338       numbers stored in the memory registers. There is a new "Show 
2339       Thousands Separator" menu entry in the View menu to set this.
2341 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2343     * Fixed bug 126626 (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2344       gcalctool no longer causes a Gtk-CRITICAL error when the user enters
2345       "9*(1<Xor>". The problem was caused because a non-UTF character was
2346       being inserted into the text string to be displayed for the Xor
2347       function.
2349 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2351     * Fixed bug 125782 (http://bugzilla.gnome.org/show_bug.cgi?id=125782)
2352       If the user is entering a left parenthesis and it is the first one 
2353       being displayed and there is no current arithmetic operand, then 
2354       the current display is initially cleared to avoid the confusion of 
2355       showing something like "0(".
2357 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2359     * Fixed bug 127862 (http://bugzilla.gnome.org/show_bug.cgi?id=127862)
2360       The fix for bug #125625 introduced a potential out-of-order case
2361       for users who are rapid keyboard typers. This bug fix rectifies this
2362       with the unfortunate side-effect of no longer visual toggling the 
2363       equivalent button to the keyboard character that the user entered.  
2364       This fix is still compatible with the way the accessibility 
2365       infrastructure works though.
2367 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2369     * Fixed bug 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2370       For the "1/x", "x^2", "x!", "e^x", "10^x" and "y^x" labels, all 
2371       occurances of "x" and "y" are now italicized. The "e" in "e^x" 
2372       is no longer italicized.
2374 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2376     * Fixed bug 127316 (http://bugzilla.gnome.org/show_bug.cgi?id=127316)
2377       The "fix" introduced in gcalctool v4.1.18 to fix Sun Bugtraq bug 
2378       #1258472 against CDE dtcalc (which was also a problem with gcalctool)
2379       was incorrect.
2381 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2383     * Fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2384       The "=" key on a Swedish keyboard is on the upper level of a key 
2385       (i.e. the Shift key needs to be down). Added another mask/keysym 
2386       pair to the "=" entry in calctool.c to handle this.
2388 2003-11-07  Rich Burridge <rich.burridge@sun.com>
2390     * Fixed bug 125625 (http://bugzilla.gnome.org/show_bug.cgi?id=125625)
2391       gcalctool now handles "clicked" events rather than "pressed" ones.
2393 2003-10-20  Kjartan Maraas <kmaraas@gnome.org>
2395     * Fixed bug 124928 (http://bugzilla.gnome.org/show_bug.cgi?id=124928)
2396       Plugged several memory leaks.
2398 2003-10-13  Breda McColgan  <breda.mccolgan@sun.com>
2400     * Updated the following files:
2401         * help/C/gcalctool.xml: updated based on bug 123132
2402         * help/C/gcalctool-C.omf: updated manual date and version number
2403         * help/C/l10n.txt: updated manual version number and changes summary
2405 2003-10-13  Rich Burridge <rich.burridge@sun.com>
2407     * Fixed bug 124377 (http://bugzilla.gnome.org/show_bug.cgi?id=124377)
2408       Fixed rounding errors when the radix character for a locale isn't ".".
2409       The problem was in the first parameter passed to the MPstr_to_num() 
2410       routine. "0.5" should have been a string consisting of 
2411       SPRINTF(half, "0%c5", v->radix_char);
2413 2003-10-10  Rich Burridge <rich.burridge@sun.com>
2415     * Fixed bug 124172 (http://bugzilla.gnome.org/show_bug.cgi?id=124172)
2416       The "+" character on a German keyboard is on the lower level of a
2417       key (i.e. the Shift key doesn't need to be down). Added another
2418       mask/keysym pair to the "+" entry in calctool.c to handle this.
2420 2003-10-06  Rich Burridge <rich.burridge@sun.com>
2422     * Fixed bug 120737 (http://bugzilla.gnome.org/show_bug.cgi?id=120737)
2423       Changed the accessible text for the OR button from "Logical OR" to
2424       "logical OR" so that it's not changed by FreeTTS's token to words
2425       module to "logical Oregon".
2427 2003-10-06  Kaushal Kumar <kaushal.kumar@wipro.com>
2429     * gcalctool/Makefile.am: GtkItemFactory has been depricated.
2430       Remove the GTK_DISABLE_DEPRECATED flag. Fixes #123948.
2432 2003-10-03  Rich Burridge <rich.burridge@sun.com>
2434     * Fixed bug 123724 (http://bugzilla.gnome.org/show_bug.cgi?id=123724)
2435       Hitting Esc now does the same as hitting Control-Backspace; i.e. the
2436       CE (clear entry) functionality.
2438     * Updated the gcalctool man pages to reflect this change, and the changes
2439       for bug #118826.
2441 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2443     * Refixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2444       gcalctool now uses nl_langinfo() to get the numeric point for the
2445       users locale, rather than via a localised string.
2447 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2449     * Fixed enhancement 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2450       Changed that label for e^x (e superscript x) to use an italised "e".
2452 2003-09-24  Rich Burridge <rich.burridge@sun.com>
2454     * Fixed bug 118826 (http://bugzilla.gnome.org/show_bug.cgi?id=118826)
2455       The keyboard shortcuts for the six hex. digits are now "A" to "F".
2456       The functions that previously used those letters have been reassigned
2457       to their lowercase equivalents. These were:
2459         Accuracy                      (now "a")
2460         Change Sign                   (now "c")
2461         Double-declining depreciation (now "d")
2462         Exponential                   (now "e")
2463         User-defined functions        (now "f")
2465       Note that left or right shifting 10-15 places now uses the 'A' to
2466       'F' keyboard accelerators (rather than 'a' to 'f').
2468 2003-09-17  Rich Burridge <rich.burridge@sun.com>
2470     * Fixed bug 122408 (http://bugzilla.gnome.org/show_bug.cgi?id=122408)
2471       The tooltips for the numeric buttons (0-9) have been removed as they
2472       are redundant.
2474 2003-09-17  Fatih Demir <kabalak@gtranslator.org>
2476     * configure.in: Added "ta" (Tamil) to the languages' list.
2478 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2480     * Fixed bug 120749 (http://bugzilla.gnome.org/show_bug.cgi?id=120749)
2481       When gcalctool is displaying a menu, typing Alt+Tab can no longer
2482       switch windows. The menu_button_key_press_cb() routine in gtk.c
2483       needed to return TRUE if the event->keyval was a Space.
2485 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2487     * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2488       Accessible names have now been added to each of the widgets in the 
2489       mode panel when in Scientific mode.
2491 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2493     * Fixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2494       The decimal separator is now a translatable string so that other
2495       locales that don't use a period (Italian uses a comma for example),
2496       can adjust accordingly.
2498 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2500     * Fixed bug 120605 (http://bugzilla.gnome.org/show_bug.cgi?id=120605)
2501       Gcalctool contains lots of messages that are (potentially) only 
2502       displayed if the user starts the application with either the -D or 
2503       the -E command line options. As these are debugging messages, they 
2504       need not be translated, so the _(...) macros around them have been 
2505       removed.
2507 2003-09-09  Andras Timar  <timar@gnome.hu>
2509     * configure.in: Added Hungarian (hu) to ALL_LINGUAS.
2511 2003-09-08  Pablo Saratxaga  <pablo@mandrakesoft.com>
2513     * configure.in: Added Farsi (fa), Macedonian (mk) and Vietnamese (vi)
2514       to ALL_LINGUAS
2516 2003-09-08  Glynn Foster  <glynn.foster@sun.com>
2518     * configure.in: Version 4.3.3
2520 2003-09-08  Mugurel Tudor  <mugurelu@go.ro>
2522     * configure.in: Added "ro" to ALL_LINGUAS.
2524 2003-09-07  Sami Pesonen  <sampeson@iki.fi>
2526     * configure.in: Added "fi" to ALL_LINGUAS.
2528 2003-09-05  Laurent Dhima  <laurenti@alblinux.net>
2530     * configure.in: Added "sq" to ALL_LINGUAS.
2532 2003-08-27  Marcel Telka  <marcel@telka.sk>
2534     * configure.in (ALL_LINGUAS): Added sk.
2536 2003-08-23  Ole Laursen  <olau@hardworking.dk>
2538     * configure.in: Added "da" (Danish) to ALL_LINGUAS.
2540 2003-08-18  Rich Burridge <rich.burridge@sun.com>
2542     * Fixed bug 119888 (http://bugzilla.gnome.org/show_bug.cgi?id=119888)
2543       gcalctool keyboard handling has been improved.
2545 2003-08-16  Guntupalli Karunakar  <karunakar@freedomink.org>
2547     * configure.in: Added "hi" in ALL_LINGUAS.
2549 2003-08-14  Rich Burridge <rich.burridge@sun.com>
2551     * From Dennis Cranston  <dennis_cranston at yahoo com>
2552       Fixed bug 119832 (http://bugzilla.gnome.org/show_bug.cgi?id=119832)
2553       The space bar can now correctly activate the button that has focus.
2555 2003-08-08  Rich Burridge  <rich.burridge@sun.com>
2557     * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2559 2003-08-06  Metin Amiroff  <metin@karegen.com>
2561     * configure.in: Added "az" to ALL_LINGUAS.
2563 2003-08-06  Wang Jian  <lark@linux.net.cn>
2565     * configure.in: Added "zh_CN" to ALL_LINGUAS.
2567 2003-08-04  Rich Burridge  <rich.burridge@sun.com>
2569     * From Dennis Cranston  <dennis_cranston at yahoo com>
2570       Fixed bug 118246 (http://bugzilla.gnome.org/show_bug.cgi?id=118246)
2571       The display field can now take focus. The initial widget with
2572       focus is the Clr button (also discussed this with Nils who agrees).
2574 2003-07-30  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2576     * configure.in: Added Belarusian to ALL_LINGUAS.
2578 2003-07-29  Rich Burridge  <rich.burridge@sun.com>
2580     * (Bug #118247) Three more small adjustments to AccessibleName text:
2581       "E to the power of x" goes back to "E to the x"
2582       "Ten to the power of x" goes back to "Ten to the x"
2583       "Y to the power of x" goes back to "Y to the x"
2585       (Sorry translators).
2587 2003-07-28  Rich Burridge  <rich.burridge@sun.com>
2589     * (Bug #118247) Four small adjustments to AccessibleName text:
2590       "Random" becomes "Random number".
2591       "E to the x" becomes "E to the power of x"
2592       "Ten to the x" becomes "Ten to the power of x"
2593       "Y to the x" becomes "Y to the power of x"
2595 2003-07-25  Rich Burridge  <rich.burridge@sun.com>
2597     * Fixed bug 118247 (http://bugzilla.gnome.org/show_bug.cgi?id=118247)
2598       Each gcalctool button now has an AccessibleName. By default these
2599       are taken from the buttons tooltip string. This is to:
2600       - reduce the amount of extra memory that would be taken up otherwise.
2601       - reduce the pain that all the translators would have to go through
2602       - reduce the repetition because a lot of the actual tooltip strings 
2603         are just fine.
2605       The exceptions to this are for the following buttons, where the
2606       tooltip string is too long:
2608         Button |   
2609         Label  |                        AccessibleName
2610       ---------+----------------------------------------------
2611         Bsp       "Backspace" 
2612         CE        "Clear Entry"
2613         Clr       "Clear"
2614         Int       "Integer portion"
2615         Sto       "Store to register"
2616         Frac      "Fractional portion"
2617         Rcl       "Retrieve from register"
2618         Exch      "Exchange with register"
2619         <         "Shift left"
2620         >         "Shift right"
2621         &16       "16 bit unsigned integer"
2622         &32       "32 bit unsigned integer"
2623         (         "Left bracket"
2624         )         "Right bracket"
2625         Acc       "Accuracy"
2626         Exp       "Exponential"
2627         e^x       "E to the x"
2628         10^x      "Ten to the x"
2629         y^x       "Y to the x"
2630         x!        "Factorial"
2631         Rand      "Random"
2633 2003-07-25  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>
2635     * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
2637 2003-07-25  Kang Jeong-Hee  <Keizi@mail.co.kr>
2639     * configure.in: Added 'ko' (Korean) to ALL_LINGUAS.
2641 2003-07-22  Breda McColgan  <breda.mccolgan@sun.com>
2643     * Updated the following files:
2644         * help/C/gcalctool.xml: updated based on bug 116944
2645         * help/C/gcalctool-C.omf: updated manual date and version number
2647 2003-07-21  Rich Burridge  <rich.burridge@sun.com>
2649     * Fixed bug 117691 (http://bugzilla.gnome.org/show_bug.cgi?id=117691)
2650       The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are not valid 
2651       equivalents for the 8, 2, 4 and 6 keys. They are needed for keyboard 
2652       navigation.
2654 2003-07-13 John Fleck <jfleck@inkstain.net>
2656     Remove:
2657         * xmldocs.make
2658         * omf.make
2659     Edit:
2660         * autogen.sh
2661         use new docs build system. Latest gnome-common
2662         now required to build from cvs
2664 2003-07-09  Rich Burridge  <rich.burridge@sun.com>
2666     * From Steve Chaplin <stevech1097 at yahoo com au>
2667       Added the -DGNOME_DISABLE_DEPRECATE in .../gcalctool/Makefile.am
2668       to catch any potential GNOME depreciated methods.
2670 2003-07-09  Hasbullah Bin Pit  <sebol@ikhlas.com>
2672     * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
2673     * po/ms.po: Added Malay translation.
2675 2003-07-09  Alessio Frusciante <algol@firenze.linux.it>
2677     * configure.in: Added "it" (Italian) to ALL_LINGUAS.
2679 2003-07-07  Dennis Cranston <dennis_cranston at yahoo com>
2681     * Fixed bug 116944 (http://bugzilla.gnome.org/show_bug.cgi?id=116944)
2682       Various HIG improvements to the edit constants, edit functions,
2683       and insert ASCII value dialogs. (i.e. adjusted widget padding
2684       according to HIG; added a mnemonic for the constant and function
2685       treeviews; etc.)
2687 2003-07-08  Rich Burridge  <rich.burridge@sun.com>
2689     * Refixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2690       After further discussion with Toshi, it was understood that I didn't
2691       need to call g_locale_to_utf8() for the numeric strings (which just
2692       consist of '0'-'9', 'e', 'A'-'F', '+', '-' and '.'). set_display() in
2693       gtk.c was simplified back to using just one parameter.
2695 2003-07-07  Rich Burridge  <rich.burridge@sun.com>
2697     * Fixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2698       When the calculator display is showing an error message, it is now
2699       correctly localized. Fix was to add in a second parameter to each 
2700       call of set_display, that indicated whether this was an error 
2701       condition or not. If it was, then the first parameter being passed 
2702       in was already localized (had to do it this was so that the strings 
2703       turned up in the message files), and wouldn't be run through 
2704       g_locale_to_utf8(). Thanks to Toshi for pointing me in the right 
2705       direction.
2707 2003-07-06  Gil "Dolfin" Osher <dolfin@rpg.org.il>
2709     * configure.in: Added "he" (Hebrew) to ALL_LINGUAS.
2711 2003-07-04  Artur Flinta  <aflinta@cvs.gnome.org>
2713     * configure.in: Added "pl" to ALL_LINGUAS.
2715 2003-06-25  Rich Burridge  <rich.burridge@sun.com>
2717     * Fixed bug 115950 (http://bugzilla.gnome.org/show_bug.cgi?id=115950)
2718       The "*" key wasn't being recognized as a keyboard shortcut for
2719       multiplication. The problem was that GDK_SHIFT_MASK needed to be
2720       given in the equivalent entry for the mods array for this button
2721       struct.
2723 2003-06-25  Breda McColgan  <breda.mccolgan@sun.com>
2725     * Updated the following files:
2726         * help/C/gcalctool.xml: updated based on bug 114363 and bug 114364
2727         * help/C/gcalctool-C.omf: updated manual date and version number
2729 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
2731     * Further work on bug 114364. The items in the constants menu are now 
2732       always displayed in the decimal numeric base. This is consistent with 
2733       the way that calctool in the OpenWindows DeskSet worked.
2735 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
2737     * Fixed bug 114364 (http://bugzilla.gnome.org/show_bug.cgi?id=114364)
2738       When you change numeric base and then display the constant values in 
2739       the Con menu, the values are shown in the current base.
2741       When you select "Edit Constants" from the Con menu, the values of each 
2742       constant are shown in Decimal. The label:
2743       "All constant values are specified in the decimal numeric base"
2744       has also been added to the "Edit Constant" popup to clarify this.
2746 2003-06-23  Rich Burridge  <rich.burridge@sun.com>
2748     * Fixed bug 115653 (http://bugzilla.gnome.org/show_bug.cgi?id=115653)
2749       Adjusted the keyboard mnemonic checking code to now check to make
2750       sure that neither of the Alt keys is pressed when comparing against
2751       button equivalents.
2753 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
2755     * Similar problem to bug #115212 but for the "Edit Constants" and
2756       "Edit Functions" dialog boxes. gcalctool no longer can display
2757       multiple versions of them. Also removed the X->CFtype and 
2758       X->cf_entries variables.
2760 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
2762     * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2763       When an error condition occurs:
2764   
2765       - make insensitive all buttons except Clr.
2766       - make all Scientific mode toggles and checkboxes insensitive.
2767       - make all menubar items insensitive except:
2768            Calculator->Quit
2769            Help->Contents
2770   
2771       When the error condition is cleared, resensitise everything, setting
2772       the numeric base buttons correctly.
2774 2003-06-18  Guntupalli Karunakar  <karunakar@freedomink.org>
2776     * configure.in: Added "ml" in ALL_LINGUAS.
2778 2003-06-16  Rich Burridge  <rich.burridge@sun.com>
2780    * From Steve Chaplin <stevech1097@yahoo.com.au>
2781      Fix for bug #115212 (http://bugzilla.gnome.org/show_bug.cgi?id=115212)
2782      gcalctool no longer can display multiple About boxes.
2784 2003-06-13  Rich Burridge  <rich.burridge@sun.com>
2786     * From Dennis Cranston  <dennis_cranston@yahoo.com>
2787       Fix for bug #108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2788       The appropriate gcalctool button is now animated when the user enters 
2789       that value via the keyboard.
2791 2003-06-10  Rich Burridge  <rich.burridge@sun.com>
2793     * Partial fix for bug 114363:
2794       (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2795       When the calculator display is showing "Error", the Constant values and
2796       the Memory Register values no longer incorrectly show "Error" as well.
2798 2003-06-10  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2800     * configure.in: Added Russian to ALL_LINGUAS.
2802 2003-05-28  Rich Burridge  <rich.burridge@sun.com>
2804     * Fixed bug 113703 (http://bugzilla.gnome.org/show_bug.cgi?id=113703)
2805       Fix from Havoc: "If you use AM_GCONF_SOURCE_2 in configure.in, 
2806       then do a makefile snippet as in gnome-terminal/src/Makefile.am,
2807       you should be able to specify --with-gconf-source=whatever"
2809 2003-05-28  Danilo ? egan  <dsegan@gmx.net>
2811     * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
2813 2003-05-26  Rich Burridge  <rich.burridge@sun.com>
2815     * From Franz Klammer <klammer@webonaut.com>
2816       Fixed bug 113754 (http://bugzilla.gnome.org/show_bug.cgi?id=113754)
2817       Decimal point didn't work with a German keyboard if Numlock was 
2818       turned on.
2820 2003-05-19  Rich Burridge  <rich.burridge@sun.com>
2822     * .../gcalctool/Makefile.am: Install "gnome-calculator" symlink
2823       as reqested by Glynn Foster.
2825 2003-04-24  Rich Burridge  <rich.burridge@sun.com>
2827     * Fixed bug 111269 (http://bugzilla.gnome.org/show_bug.cgi?id=111269)
2828       It was possible to type fast into gcalctool and digits would be
2829       transposed. gcalctool now looks for key_press_event and 
2830       key_release_event events on the main window rather than set keyboard 
2831       accelerators to the "clicked" action of the various buttons.
2833 2003-04-15  Rich Burridge  <rich.burridge@sun.com>
2835     * Refixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
2836       Concatenated more error messages in mp.c.
2838     * Adjusted the Acc menu entries to be "<n> significant places" rather
2839       than "<n> radix places" in gtk.c.
2841     * Replaced "kilometers per hour / miles per hour" with 
2842       "kilometers per hour or miles per hour" in the first constant
2843       description in calctool.c and gcalctool.1.
2845     * Replaced occurances of "/" in the other constant descriptions with "or".
2847 2003-04-15  Breda McColgan  <breda.mccolgan@sun.com>
2849     * Translators: The documentation is now ready for translation!
2851     * Updated the following files:
2852         * configure.in: updated version number to 4.2.81
2853         * help/C/gcalctool.xml: first approved draft, ready for translation
2854         * help/C/gcalctool-C.omf: updated manual date and version number
2855         * help/C/l10n.txt: new file added 
2856         * help/C/figures/gcalctool_edit_const_window.png: deleted
2857         * help/C/figures/gcalctool_edit_func_window.png: deleted
2858         * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2859         * help/C/figures/gcalctool_mem_reg_window.png: deleted
2860         
2862 2003-04-13  Christian Neumair  <chris@gnome-de.org>
2864     * Reflect translated mode information in window title (functions.c).
2866 2003-04-10  Rich Burridge  <rich.burridge@sun.com>
2868     * Fixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
2869       Various fprintf statements in mp.c have been concatenated to help
2870       translators.
2872 2003-04-02  Rich Burridge  <rich.burridge@sun.com>
2874     * Added in latest online help changes from Breda McColgan. This should
2875       now put the online help in sync with the actual functionality of
2876       gcalctool.
2878       **IMPORTANT NOTE FOR TRANSLATORS**
2880       Please still hold off translating these files for a while. This is still
2881       a draft. The documentation needs to be reviewed by an editor, and
2882       editorial feedback incorporated. Look for a followup entry here in the
2883       Changelog, with an indication that they are ready for translation.
2885 2003-03-28  Christian Neumair  <chris@gnome-de.org>
2887     * Added AC_PREREQ macro to configure.in to satisfy some ac wrapper scripts
2888       and added German (de) to ALL_LINGUAS; bumped version to 2.4.78;
2889       Added missing gettext call. This makes the i18ized menu entries actually
2890       visible. Fixed some tooltip strings. Updated some .cvsignore files.
2892 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2894     * Added in various .cvsignore files to make checkins and updates cleaner.
2896 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2898     * Adjusted ChangeLog format to the Gnu style. Moved older ChangeLog entries
2899       off into ChangeLog-YYYY files (years 1990, 1991, 1992, 1993 and 2002).
2901 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2903     * Fixed up a compiler warning for set_show_zeroes_toggle() usage in gtk.c
2904       Fixed up distcheck, adding intltool to EXTRA_DIST
2906       This version to be announced in gnome-announce.
2908 2003-03-24  Rich Burridge  <rich.burridge@sun.com>
2910     * Slight adjustments to bug 108226
2911       (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
2913       Menu item is now "Show Trailing Zeroes", with a Control-T accelerator.
2914       Added a similar menu item to the View menu on the menu bar (only active
2915       in Scientific mode). Adjusted program logic. Cases of "rm_zeroes" now
2916       become "show_zeroes". Updated the manual pages and the gcalctool
2917       schemas file.
2919 2003-03-19  Dennis Cranston <dennis_cranston@yahoo.com>
2921     * Fixed bug 108729 (http://bugzilla.gnome.org/show_bug.cgi?id=108729)
2922       Added tooltips to the radio and check buttons in scientific mode.
2924 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
2926     * Fixed bug 108226 (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
2928       The menu items in the Acc menu are now "tickable", so you know what the 
2929       current accuracy selection is. Setting one of these clears the previous 
2930       one.
2932       A new "remove trailing zeroes" menu item is added to the Acc menu (last
2933       item, with a separator just above), that is "tickable". This tick doesn't
2934       affect the accuracy ticks. It's either on or off.
2936       The default setting for accuracy now becomes 9 numeric places and "remove 
2937       trailing zeroes".
2939       The Acc button is moved to the Scientific mode (clear slot in the top 
2940       right corner, above the Rand.
2942       The Base radio button group and the display type radio button group in
2943       the mode panel in Scientific mode are now moved to the right side to be
2944       close in proximity to the Acc button. The other mode items move to the
2945       left side.
2947 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
2949     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2950       Fixed bug 108208 (http://bugzilla.gnome.org/show_bug.cgi?id=108208)
2951       The default value for the "showregisters" resource in gcalctool.schemas
2952       was incorrectly set.
2954     * There should be no "default:" action in the command line parsing in 
2955       get_options().
2957 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2959     * Correctly fixed bug 108219 
2960       (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
2961       The previous fix didn't correct set the radio buttons when changing 
2962       mode from Scientific to Basic or Financial. Only the internal state.
2964 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2966     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2967       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2968       Followup changes to make the numeric keypad animate the buttons on 
2969       Linux machines.
2971 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2973     * Fixed bug 108219 (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
2974       When you go from Scientific mode to either Basic or Financial mode, 
2975       the calculator will revert to "Dec" base in "Fix" notation.
2977       Any number in the display (and the memory registers if shown) will be 
2978       converted accordingly.
2980       When you are in a mode (Basic, Financial, or Scientific) you will only 
2981       be able to do the functionality that that mode shows. For example, you 
2982       will not be able to do base changes if you are in Basic or Financial mode.
2984 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2986     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2987       Fixed bug 108333 (http://bugzilla.gnome.org/show_bug.cgi?id=108333)
2988       The gcalctool buttons with menus associated with them are now keyboard
2989       navigable.
2991 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2993     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2994       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2995       When the user uses the keyboard to enter data, the associated gcalctool
2996       button will be animated.
2998 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3000     * Fixed bug 108210 (http://bugzilla.gnome.org/show_bug.cgi?id=108210)
3001       Main gcalctool window is no longer resizable.
3003 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3005     * Incorporated several online help changes from Breda McColgan.
3007       **IMPORTANT NOTE FOR TRANSLATORS**
3009       Please still hold off translating these files for a while. This is still
3010       a draft. The documentation needs to be reviewed by an editor, and 
3011       editorial feedback incorporated. Look for a followup entry here in the 
3012       Changelog, with an indication that they are ready for translation.
3014 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3016     * Added scrollkeeper checks into configure.in.
3018     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3019       Fixed warning message:
3021       ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
3022       GNOME_FILE_DOMAIN_APP_HELP domain
3024       Adjustment to the gnome_help_display() call in gtk.c to use the right 
3025       parameters.
3027 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3029     * Added in a first (draft) version of online help from Breda McColgan in
3030       the Sun GNOME doc. team.
3032       **IMPORTANT NOTE FOR TRANSLATORS**
3034       Please hold off translating these files for a while. Slight revisions
3035       are planned for sometime in the next week or two. Look for a followup 
3036       entry here in the Changelog, with an indication that they are ready for 
3037       translation.
3039 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3041     * Abstracted the key values and modifiers. This will make it easier to
3042       create versions of this calculator for other graphical toolkits, or
3043       a version with no graphics at all (prompt style).
3045 2003-03-04  Rich Burridge  <rich.burridge@sun.com>
3047     * Adjusted the tooltip help to be minimalist messages. Online help for
3048       gcalctool will be coming soon, and this will contain the detailed help
3049       information (plus examples).
3051 2003-02-28  Rich Burridge  <rich.burridge@sun.com>
3053     * Small adjustment to allow gcalctool to compile using the Solaris Forte
3054       compilers.
3056 2003-02-26  Rich Burridge  <rich.burridge@sun.com>
3058     * Gcalctool wasn't saving the trigonometric type when it was changed. The
3059       trig_cb() function was calling do_trig() incorrectly instead of 
3060       do_trigtype().
3062     * Removed the trailing period from the ten constant definitions in the man 
3063       pages.
3065 2003-02-26  evandrofg <someone@somewhere.org>
3067     * configure.in: Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3069 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3071     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3072       Allows Backspace to correctly work inside parentheses. Similar fix to
3073       the one for Delete in v4.2.55 (bug #106583).
3075 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3077     * The Xor logical operation wasn't being performed correctly. Gdk uses
3078       keysym values that are greater than what can be fitted into a char.
3079       Adjusted v->cur_op and v->old_cal_value to now be ints.
3081     * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3082       checkboxes. In fact, it was toggling them twice, thereby returning them
3083       to whatever state they were in when the user hit Clr.
3085 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3087     * Removed the final period from the ten default constant descriptions.
3089     * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3090       "centimeter".
3092     * Fixed up the values of the ten default constant definitions in the
3093       manual pages.
3095     * The "centimeters <=> inches" default constant should be 0.3937007
3096       rather than 2.54 to be consistent with the other constants.
3098 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3100     * Fixed bug 106583 (http://bugzilla.gnome.org/show_bug.cgi?id=106583)
3101       There were two parts to this. Dennis Cranston fixed the:
3103       (gcalctool:10872): Gtk-CRITICAL **: file gtktextbuffer.c: line 548:
3104       assertion `g_utf8_validate (text, len, NULL)' failed
3106       messages. 
3108       The crash was caused by the paren_disp() function in display.c not
3109       correctly checking for when a Delete character was entered.
3111 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3113     * The financial Term tooltip example didn't work. The problem was that
3114       the Rate function had a keyboard shortcut of "T" and Term had "t". The
3115       check for which financial function was being processed in do_business()
3116       in functions.c didn't take into consideration any key mods (such as
3117       GDK_SHIFT_MASK). Add a key_equal function that now compares both the
3118       mods and the value of keys.
3120     * Moved the Exp button to the right of the Con and Fun buttons for better
3121       grouping.
3123 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3125     * Fixed bug 106501 (http://bugzilla.gnome.org/show_bug.cgi?id=106501)
3126       A check has been added to the do_delete() function in functions.c to
3127       make sure that the length is greater than zero, before setting the
3128       len-1 character to '\0'.
3130 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3132     * From Breda McColgan <breda.mccolgan@sun.com>
3133       Toggled the positions of the Sto and Rcl buttons. This is primarily to
3134       help with the online documentation, which consists of listing the 
3135       gcalctool buttons in several tables, grouping "like" buttons together 
3136       (for example: Bsp, CE, and Clr in one table; Sto, Rcl, and Exch in 
3137       another table). Within a table, the buttons are listed in the sequence 
3138       in which they appear in gcalctool. For the most part, the sequence 
3139       isn't significant. However, it doesn't really make sense to talk about 
3140       either Rcl or Exch until you've described Sto.
3142 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3144     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3145       - The process_str() function will cause a crash if the input string is 
3146         null. For example, if the clipboard is empty and the user presses 
3147         CTRL-V then gcalctool will core dump. Fixed by adding a null check to 
3148         the function. 
3150       - gcalctool now uses a text view for its display widget.
3152 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3154     * Fixes to the manual page:
3155       - the keyboard shortcut for the "Term" function is "t" not "T".
3156       - removed the LOGICAL mode section.
3158 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3160     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3161       Changes the EXPAND flag to FALSE when packing the display label and mode
3162       frame. These widgets shouldn't expand when the calculator is resized. 
3164       Replace the three characters of white space in the title bar text with one
3165       space character, so more of the title fits into the task window list 
3166       applet.
3168 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3170     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3171       Added a launcher to the GNOME's Accessories menu. The launcher uses 
3172       gcalctool.png for its icon which required moving the icon to the pixmaps 
3173       installation directory.  
3175       This means that the find_file() function is no longer necessary, and has
3176       been removed. It was used only in set_gcalctool_icon(). The path of 
3177       gcalctool.png is now always PACKAGE_PIXMAP_DIR. 
3179 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3181     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3182       Mark the menu labels for translation and converts the
3183       gtk_item_factory_get_widget() calls to 
3184       gtk_item_factory_get_widget_by_action() calls. 
3186 2003-02-11  Rich Burridge  <rich.burridge@sun.com>
3188     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3189       - Cleans up the Help menu's layout so it looks like other GNOME 
3190         applications.
3191       - Converts gtk_init() to gnome_program_init() to allow access to things 
3192         like GNOME_STOCK_ABOUT.
3193       - Add an icon field to the Xobject structure.
3194       - Change setup_default_icon() to set_gcalctool_icon() and set X->icon in 
3195         the function.
3196       - Sets the window icon for the memory register and about windows.
3197       - Cleans up about_cb() and call it directly in menu callbacks -- like in 
3198         other gtk+ applications.
3199       - Remove the unneccessary X->about structure field.
3201 2003-02-06  Daniel Yacob  <locales@geez.org>
3203     * Added Amharic (am) to ALL_LINGUAS ata configure.in.
3205 2003-02-07  Rich Burridge  <rich.burridge@sun.com>
3207     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3208       Fixed bug 104249 (http://bugzilla.gnome.org/show_bug.cgi?id=104249)
3209       The UI for adding new or editing existing constants and/or functions
3210       has been improved. It now uses a treeview editable list. A help button
3211       is provided, but that currently isn't hooked up. I've added a note to
3212       bug #104821 for this problem.
3214 2003-02-04  Rich Burridge  <rich.burridge@sun.com>
3216     * Fixed bug 104830 (http://bugzilla.gnome.org/show_bug.cgi?id=104830)
3217       gcalctool now uses gnome-calc3.png as its icon (same as the current
3218       gnome-calculator). For now, I've copied that to a file, gcalctool.png
3219       within the gcalctool distribution. Also removed calctool.gif.
3221 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3223     * Further slight adjustments needed to fix Bugzilla bug 104248. The 
3224       callback handler for the menu items (mb_proc in gtk.c) needed to 
3225       have a check at the top to see if we'd started the application yet, 
3226       and if it hadn't, then to just return. Seemed it was getting called 
3227       as gcalctool was initially coming up, which was toggling the state 
3228       of the v->rstate variable incorrectly.
3230     * Fixed bug 104240 (http://bugzilla.gnome.org/show_bug.cgi?id=104240)
3231       The "File" menubar item is now called "Calculator", and there is a set of
3232       unique mnemonics for the various items in the Scientific mode panel.
3233       The gcalctool manual pages have been updated to reflect these changes.
3235     * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3236       Added in a Control-A mnemonic for Help->About.
3238 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3240     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3241       Fixed bug 104248 (http://bugzilla.gnome.org/show_bug.cgi?id=104248)
3242       The View->Memory Registers menu item's toggle is now set correctly
3243       depending upon whether the memory register windows is visible or hidden.
3245     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3246       The correct radio item is now set in the View menu mode menu item entries
3247       if gcalctool is initially started in Financial or Scientific mode.
3249 2003-01-27  Rich Burridge  <rich.burridge@sun.com>
3251     * The constant and function definitions are now read and written as Gconf
3252       resources, rather than to a ~/.gcalctoolcf file in the user's home 
3253       directory. The manual pages have been updated to reflect this change.
3255       An entry has been added to the TODO file to reflect functionality that
3256       is no longer present because of this change.
3258     * Fixed bug 104250 (http://bugzilla.gnome.org/show_bug.cgi?id=104250)
3259       The constant and the function menu items now have "C<n>:" and "F<n>:" 
3260       prefixes respectively, where <n> is the constant/function number.
3262       This also involved removing the "<=>" from four of the descriptions for
3263       the predefined constant values.
3265 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3267     * Fixed bug 104245 (http://bugzilla.gnome.org/show_bug.cgi?id=104245)
3268       The View->Basic Mode, Financial Mode, Scientific Mode and Memory
3269       Registers now have keyboard accelerators (Control-B, Control-F, Control-S
3270       and Control-M respectively).
3272 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3274     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3275       Further slight adjustments for bug 104287
3276       (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3277       The insert button isthe default button.
3278       The dialog is no longer resizable.
3279       The ESC key can now be used to cancel the dialog.
3281 2003-01-24  Rich Burridge  <rich.burridge@sun.com>
3283     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3284       Fixed bug 104287 (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3285       HIG improvements for the "Insert ASCII Value" dialog.
3287 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3289     * Fixed bug 104241 (http://bugzilla.gnome.org/show_bug.cgi?id=104241)
3290       The Insert ASCII Value" menu item is now "Insert ASCII Value..."
3292     * From: Hidetoshi Tajima <hidetoshi.tajima@sun.com>
3293       Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3294       <bonobo-i18n.h,> where all this stuff is already defined.
3296 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3298     * Fixed bug 102928 (http://bugzilla.gnome.org/show_bug.cgi?id=102928)
3299       The x^2, e^x, 10^x and y^x keys now use Pango markup to display the
3300       label using superscripts.
3302 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3304     * Added in handling of the numeric keypad for Linux systems. This required
3305       an "event" signal handler on the main gcalctool window, and then checking
3306       for a set of keyvals that could be generated by the numeric keypad keys
3307       (with and without the NumLock key on).
3309 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3311     * Handling the function "(3+3)" now works.
3312       The button struct now contains a new item (char func_char) which 
3313       is the character equivalent to the button when you user enteres 
3314       it into a function definition. The process_str() routine in 
3315       graphics.c has been adjusted to call button_for_fc() (a new 
3316       routine in functions.c) to compare each character in the function 
3317       string against this item in each button struct to find the 
3318       appropriate operation.
3320       Also needed changes to do_paren() to call button_for_fc() instead of 
3321       button_for_value().
3323       These changes also fix bugtraq bug #4065378.
3324       Certain functions entered into gcalctool produce incorrect results.
3326     * Changed the keyboard accelerators for the following to use non Alt-<?>
3327       values:
3329       Cos  (old value: Alt-c) becomes 'J'.
3330       Sin  (old value: Alt-s) becomes 'K'.
3331       Tan  (old value: Alt-t) becomes 'L'.
3332       Frac (old value: Alt-f) becomes ':'.
3333       Int  (old value: Alt-i) becomes 'i'.
3334       Abs  (old value: Alt-u) becomes 'u'.
3335       Rate (old value: Alt-r) becomes 'T'.
3337       Updated the manual pages and the tooltip help to reflect these changes.
3339     * Removed the need to configure with "--enable-build-broken".
3341 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3343     * Adjusted the memory registers windows to use the same "R0:  0.00" format 
3344       (bold for first part), as the Rcl, Sto and Exch menus. 
3346 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3348     * The menu items for the Rcl, Sto and Exch menus now have the format
3349       "R0:     0.00", where the "R0:" part is in bold.
3351     * From Padraig O'Briain <Padraig.Obriain@Sun.COM>
3352       Fix to get the keyboard accelerators for the menubar menu items working.
3353       The problem was due to the creation of two accelerator groups in main()
3354       in gtk.c.
3356 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3358     * Updated the NEWS file with an overview of all the changes since v4.1.13.
3360 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3362     * Removed the gconf resource for getting/setting whether a beep is sounded
3363       on error. A beep will now always be sounded in such a case.
3365     * Removed the write_resources() routine. The writing out of the resources
3366       will now be immediately done when each of those functions changes.
3368 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3370     * Updated the manual pages to reflect the recent v4.2.xx changes.
3372     * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3373       on Linux.
3375 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3377     * The real fix for displaying the icon. The problem was that the icon was
3378       being installed in the pkgdata_DATA directory, but gcalctool was looking
3379       for it in the CALCTOOL_DATA_DIR directory, which was incorrectly set to
3380       $(datadir)/calctool" rather than $(datadir)/gcalctool".
3382 2003-01-20  Rich Burridge  <rich.burridge@sun.com>
3384     * Removed the setting of an event mask and a global event handler in 
3385       create_kframe() in gtk.c. This seems to have fixed up the keyboard 
3386       navigation problems.
3388       Control-F1 now toggles the displaying of tooltip help, so the "-h"
3389       command line option has been removed and the old-style event handling
3390       code has also been removed.
3392     * Added in a signal handler for the "delete" event for the main gcalctool
3393       window. The callback calls gtk_main_quit() to terminate the application.
3395 2003-01-17  Rich Burridge  <rich.burridge@sun.com>
3397     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3399       The gcalctool icon is now correctly displayed for me running Sun's
3400       fcs-10 build on Solaris. It's still a problem for Calum running
3401       GNOME HEAD on RH7.2.
3403 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3405     * HCI change suggested by Glynn Foster <Glynn.Foster@Sun.COM>
3407       The Sto/Rcl/Exch menu items should show the current register values 
3408       as well.
3410       The Exch/Rcl/Sto menus are recreated each time that menu is needed. The
3411       menu item callbacks for these menus and the Constant and Function menus
3412       have been consolidated into a single menu_proc_cb() routine.
3414 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3416     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3418       All the radiobutton and checkbox items in the mode panel now have a 
3419       mnemonic associated with them.
3421 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3423     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3425       Fixed up the buttons on the "Insert ASCII Value", "Enter Constant..." and
3426       "Enter Function..." popups. They now just use Cancel and OK buttons, and 
3427       use standard stock Gtk icons.
3429 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3431     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3433       Added in an Edit->Paste menu item. If selected this will paste 
3434       the current contents of the clipboard into the calculator display 
3435       as if you'd typed it.
3437     * Added bullet proofing to the process_str() routine in graphics.c 
3438       to protect it against values that weren't found. If a value wasn't 
3439       found, it's just ignored, and it goes on to process the next 
3440       character in the string.
3442     * Improved the val_to_button() routine in functions.c. It now takes 
3443       into consideration the mods value for each button struct entry when 
3444       comparing against the given value. This isn't enough though, as it 
3445       won't find Alt-<n> buttons.
3447 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3449     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3451       Added a 2 pixel border for the frames containing the Basic, Financial and
3452       Scientific buttons and the mode panel. The calculator doesn't look so
3453       crowded now.
3455 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3457     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3459       Removed the "operand item" label widget, the routine where it was being 
3460       set (set_op_item()) and all the calls to that routine. Other calculators 
3461       don't have any equivalent to this, so it's not really needed.
3463       This also remove the opdisp entry in the button struct and the op_type 
3464       enum.
3466     * Adjusted the "keyboard values used" table in calctool.c to reflect the
3467       current state.
3469 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3471     * The frames around the mode button tables and the mode panel were always 
3472       being shown. The make_but_table() and create_mode_panel() routines were
3473       returning the wrong widgets.
3475 2003-01-18  Rich Burridge  <rich.burridge@sun.com>
3477     * Fixed bug #101865 (http://bugzilla.gnome.org/show_bug.cgi?id=101865)
3478       Made the following keyboard remappings:
3480       Function     Old         New
3481       ---------------------------------
3482       Cos        Control-c     d
3483       Ddb        Control-d     Alt-C
3484       Frac       Control-f     Alt-f
3485       Int        Control-i     Alt-i
3486       Sln        Control-l     l
3487       Ctrm       Control-m     m
3488       Rate       Control-r     Alt-r
3489       Sin        Control-s     Alt-s
3490       Tan        Control-t     Alt-t
3491       Abs        Control-u     Alt-u
3492       Syd        Control-y     Y
3494       Note that the keyboard equivalents for:
3496       Function     Old         New
3497       ---------------------------------
3498       Quit       q or Q        Control-Q
3499       Copy       Sun Copy key  Control-C
3501       still have to be added in, although the menu items in the menu bar 
3502       work fine. The appropriate changes have been made to the manual pages.
3504     * Removed mention of the "-l" and "-r" command line options from the manual 
3505       pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3506       resource too.
3508 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3510     * After discussion with Calum Benson, removed the "Keys" key, that allowed
3511       you to toggle the button labels to show their keyboard equivalents. This
3512       functionality is now covered by the tooltip help and the Help->Contents
3513       online help.
3515 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3517     * Put each of the the button tables and the mode panel inside a frame,
3518       rather then use horizontal separators, to try to make the GUI look 
3519       nicer. There is still a persistent display problem to fix though 
3520       (see entry in the TODO file).
3522 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3524     * Entering "((2+3)*(2+3))" gave the wrong answer. Problems was in the
3525       process_item() routine where extra values were reassigned. With gcalctool
3526       v4.2.0 onwards, "*" is now the multiplication operand, and "x" needed 
3527       to be reassigned to that value (not the other way around). Had to 
3528       adjust the assignment of the "x" and "*" keyboard accelerators 
3529       accordingly too.
3531     * Added in some bullet-proofing to the do_parens() routine to hopefully 
3532       improve the handling of bogus keyboard entries when a string in 
3533       parentheses is being entered.
3535 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3537     * Hooked up the Help->Contents menu item. Note that help support still has
3538       to be included (i.e. a help subdirectory with associated files etc.).
3540 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3542     * The View->Memory Registers menu item now correctly toggles the showing of
3543       the memory register window.
3545 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3547     * Menubar menu items now use stock Gtk icons (where applicable).
3549 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3551     * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3552       This really needs help from a real graphics designer for a suggested color
3553       set.
3555 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3557     * Go into Scientific mode. Click on "(" twice and you'll get a segv.
3558       The problem was the v->current needed to be set to a copy of the 
3559       "n" button struct, rather than trying to find the button value from 
3560       user_data. Created a copy_button_info() routine that is now called 
3561       in three places.
3563 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3565     * Added some horizontal separators to help make the calculator more readable
3566       when in Financial and Scientific Mode.
3568 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3570     * Entering "((2+3)*9+(5-3))" causes a segv. The problem was due to the
3571       change from "x" to "*" as the character for multiplication. The .value
3572       entry in the button struct for the multiplication button needed to be
3573       changed to GDK_asterisk (rather than GDK_x), otherwise button_for_value()
3574       returns a NULL pointer.
3576 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3578     * Removed the attempt to display a calculator image on the About popup.
3580     * Typing the keyboard equivalent of the menu buttons now works. The problem
3581       was in process_item() in display.c. v->current couldn't just point to the
3582       current button struct. It needed to be a copy of it, so that pending
3583       operation (which save the pending value), don't overwrite the base button
3584       entries.
3586     * Removed the VERSION string from the titlebar. This is now in the About 
3587       popup.
3589 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3591     * Added in an About popup that's accessible through the Help->About 
3592       Gcalctool menubar Help menu item.
3594 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3596     * Fixed bug #102927 (http://bugzilla.gnome.org/show_bug.cgi?id=102927)
3597       Replaced abbreviation "trig." with full word "trigonometric".
3599 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3601     * Fixed bug #102922 (http://bugzilla.gnome.org/show_bug.cgi?id=102922)
3602       Adjusted the two occurances of sentence fragments in the 
3603       cfframe_apply_cb() routine in gtk.c to make it easier for L10N folks 
3604       to translate them.
3606 2003-01-08  German Poo-Caaman~o  <gpoo@ubiobio.cl>
3608     * Added Spanish (es) to ALL_LINGUAS at configure.in
3610 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3612     * gcalctool is now resizable again.
3614 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3616     * Make calculator window choose a reasonable size at startup, and resize 
3617       when changing modes.
3619 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3621     * Removed the GNOME_UTIL_LIBS line from .../gcalctool/Makefile.am as it's
3622       not needed.
3624 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3626     * Fixed "blank buttons displaying" bug. 
3628     * Added small section to configure.in that forces a "--enable-build-broken"
3629       flag to have to be passed to configure in order to build gcalctool while 
3630       it is still in this semi-broken state. This will be removed when most of
3631       the items mentioned in the first section of the TODO file have been
3632       implemented.
3634 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3636     * Updated the copyright messages to by the correct GPL ones for the various
3637       source files, plus used date of 2003 (not 2002) in:
3639       .../ChangeLog
3640       .../NEWS
3641       .../README
3642       .../TODO.
3643       .../gcalctool/calctool.c
3644       .../gcalctool/calctool.h
3645       .../gcalctool/display.c
3646       .../gcalctool/dsdefs.h
3647       .../gcalctool/dsfuns.c
3648       .../gcalctool/extern.h
3649       .../gcalctool/functions.c
3650       .../gcalctool/gcalctool.1
3651       .../gcalctool/get.c
3652       .../gcalctool/graphics.c
3653       .../gcalctool/gtk.c
3654       .../gcalctool/mp.c
3656     * The Financial/Logical/Scientific mode buttons have been moved into
3657       the main calculator window above the Basic mode buttons.
3659     * Added a menubar with the following menus/items:
3661       File      Edit                  View              Help
3662       -----------------------------------------------------------------
3663       Quit      Copy                  Basic Mode        Contents...
3664                 Insert ASCII Value    Financial Mode    About Gcalctool
3665                                       Scientific Mode
3667                                       Memory Register
3668                                       Right-handed Style
3670       The functionality has been hooked up except for the two Help menu items.
3672     * Revamped the gcalctool design. The Basic Mode is much simpler now.
3673       The Logical and Scientific modes have been combined into a single
3674       Scientific mode (which also includes some of the functionality that
3675       was in the previous Basic mode).
3677       The mode buttons are now extra button tables (and a mode panel) that get
3678       shown or hidden in the main gcalctool window depending upon the current
3679       mode.
3681       The six item mode display has been removed. The current base, numeric
3682       display type, trigonometric type, hyp and inv settings can be seen by
3683       the radio buttons and check boxes in the mode panel. The current mode is
3684       given in the main window title bar. The only things that's really 
3685       different is that there is no longer a current operand display item.
3687     * Remove the small property sheet that was displayed when you right clicked
3688       in the main window button area (not over a button). This had the ability
3689       to set a left or right-handed style. This functionality has also been
3690       removed, because with the simplification of the Basic mode, it's no 
3691       longer needed. Remove the command line options and resources associated 
3692       with this.
3694     * From Andrew Sobala <andrew@sobala.net>
3695       Fixed bug #102698 - "make distcheck" fails. Fix was to use the correct
3696       GNOME 2 autogen.sh. Also added #(schema_DATA) to the top-level
3697       Makefile.am