Removed unused v->ghostzero
[gcalctool.git] / ChangeLog
blob270ac470c346c92f86aeeac76eb9220d58ff54f0
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-27 Robert Ancell <robert.ancell@gmail.com>
13     * gcalctool/gtk.c: Disable menu items not valid in current mode (Bug #499625).
15 2007-11-17 Robert Ancell <robert.ancell@gmail.com>
17     * gcalctool/Makefile.am: Fix build dependencies for parsers (Bug #497237).
18     * gcalctool/gtk.c: Trim pasted text on newlines, replace tabs with spaces
19       (Bug #488796).
21 2007-11-13 Rich Burridge <rich.burridge@sun.com>
23     * help/C/figures/gcalctool_advanced_window.png:
24       help/C/figures/gcalctool_basic_window.png:
25       help/C/figures/gcalctool_financial_window.png:
26       help/C/figures/gcalctool_menu_symbol.png:
27       help/C/figures/gcalctool_scientific_window.png:
28       Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
30     * help/C/gcalctool.xml:
31       Fixed bug #367723 - [doc] Update documentation for Changing Modes 
32       Clears Calculation.
34 2007-11-12 Rich Burridge <rich.burridge@sun.com>
36     * configure.in:
37       NEWS:
38       Released a gcalctool v5.21.2 tarball.
40 2007-11-10 Robert Ancell <robert.ancell@gmail.com>
42     * gtk.c: Close precision dialog when setting precision from
43       Acc button (Bug #495349).
44     * gcalctool.glade: Connect "activate" signal for precision
45       spin button after spin button has been updated (Bug #495345)
47 2007-11-6 Robert Ancell <robert.ancell@gmail.com>
49     * everything:
50       Stop display characters from being translated as this will
51       cause the display parser to fail.
52       Change labels on trig function keys when inverse/hyperbolic
53       toggled.
55 2007-11-4 Robert Ancell <robert.ancell@gmail.com>
57     * everything:
58       Split calctool.h into seperate header files.
59       Removed unused function definitions and killed extern.h.
60       Moved gconf behaviour into get.c.
61       Removed some global variables for resource naming.
62       Merged graphics.c into gtk.c.
63       Renamed all gtk.c external functions to ui_*().
64       Moved main() into calctool.c.
65       Disable bitcalculating menu when not in scientific mode.
66       Renamed GTK+ callbacks so they all are in the form *_cb().
68 2007-11-3 Rich Burridge <rich.burridge@sun.com>
70     * help/Makefile.am:
71       From dmacks@netspace.org
72       Fixed bug #482655 - Missing image file.
74     * gcalctool/gtk.c:
75       Fix the buglet in comment #51 of bug #485919.
77 2007-11-3 Robert Ancell <robert.ancell@gmail.com>
79     * gcalctool/gtk.c: 
80       Re-enable accuracy menu items (Final part of bug #488694).
81       Make accuracy shortcuts only work in scientific mode (bug #488489).
82       Stop bogus '-/-' in accuracy menu items (bug #488703).
84 2007-11-1 Rich Burridge <rich.burridge@sun.com>
86     * display.c:
87       calctool.h:
88       functions.c:
89       gtk.c:
90       More lint fixups.
92 2007-11-1 Robert Ancell <robert.ancell@gmail.com>
94     * gcalctool/gtk.c:
95       glade/gcalctool.glade:
96       More work on bug #488694 - Move all popup menus into gcalctool.glade.
97       Split constant and function dialogs into seperate UI elements.
99     * gcalctool/graphics.c:
100       gcalctool/calctool.c:
101       gcalctool/calctool.h:
102       gcalctool/display.c:
103       gcalctool/functions.c:      
104       gcalctool/gtk.c:
105       glade/gcalctool.glade:      
106       More work on bug #488694 - Simplify menu code
108 2007-10-31 Rich Burridge <rich.burridge@sun.com>
110     * gcalctool/dsfuns.c:
111       gcalctool/calctool.h:
112       gcalctool/functions.c:
113       gcalctool/ce_parser.h:
114       gcalctool/gtk.c:
115       Code cleanup to a consistent style, plus fixup for various warnings
116       from lint.
118 2007-10-31 Robert Ancell <robert.ancell@gmail.com>
120     * gcalctool/mpmath.c:
121       gcalctool/graphics.c:
122       gcalctool/calctool.c:
123       gcalctool/calctool.h:
124       gcalctool/display.c:
125       gcalctool/functions.c:
126       gcalctool/extern.h:
127       gcalctool/get.c:
128       gcalctool/gtk.c:
129       glade/gcalctool.glade:
130       More work on bug #488694 - Move accelerator handling from calctool.c
131       
132     * gcalctool/gtk.c:
133       glade/gcalctool.glade:
134       More work on bug #488694 - Move ASCII, accuracy, function and
135       constant dialogs into gcalctool.glade
137 2007-10-30 Rich Burridge <rich.burridge@sun.com>
139     * gcalctool/mpmath.c:
140       Fix for bug #485134 - OR calculation produces incorrect result in 
141       arithmetic precedence mode.
143 2007-10-28 Rich Burridge <rich.burridge@sun.com>
145     * gcalctool/functions.c:
146       From Sami Pietila <sami.pietila@utu.fi>
147       Fix for bug #490701 - base radio buttons initially fail.
149     * Released a gcalctool v5.21.1 tarball.
151 2007-10-27 Rich Burridge <rich.burridge@sun.com>
153     * gcalctool/mpmath.c:
154       From Sami Pietila <sami.pietila@utu.fi>
155       Attempted fix for bug #485134 - OR calculation produces incorrect 
156       result in arithmetic precedence mode. This isn't a complete solution
157       so the bug has been reopened.
159 2007-10-26 Rich Burridge <rich.burridge@sun.com>
161     * gcalctool/functions.c:
162       From Sami Pietila <sami.pietila@utu.fi>
163       Fix for bug #488828 - Reciprocal remembers backspaced items.
165 2007-10-23 Rich Burridge <rich.burridge@sun.com>
167     * glade/gcalctool.glade:
168       More work on bug ##488694 - [a11y] Several calculator buttons 
169       don't speak correctly with Orca. Removed the accessible descriptions
170       (not needed) and adjusted the "shift left" and "shift right" names
171       (they were reversed).
173     * gcalctool/functions.c:
174       From Sami Pietila <sami.pietila@utu.fi>
175       Patch to stablize arithmetic precedence.
177 2007-10-23 Robert Ancell <robert.ancell@gmail.com>
179     * gcalctool/gtk.c:
180       Stop acting on toggle events from radio buttons when they go
181       inactive (Bug #485918).
183 2007-10-22 Rich Burridge <rich.burridge@sun.com>
185     * glade/gcalctool.glade:
186       From Robert Ancell <robert.ancell@gmail.com>
187       More work on bug #485919 - Use Glade for UI. This patch puts 
188       menu accelerators back again and fixes the top button row in 
189       basic mode being too tall.
191     * MAINTAINERS:
192       Added Robert Ancell to the list of gcalctool MAINTAINERS.
194     * glade/gcalctool.glade:
195       Fixed bug #488830 - Hex radio button shortcut conflicts with 
196       Help menu shortcut.
198     * glade/gcalctool.glade:
199       Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip 
200       shortcut keys.
202     * gcalctool/gtk.c:
203       Fixed bug #488783 - memory registers not available if you start 
204       in Advanced mode
206     * gcalctool/gtk.c:
207       glade/gcalctool.glade:
208       Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak 
209       correctly with Orca.
211 2007-10-20 Rich Burridge <rich.burridge@sun.com>
213     * gcalctool/calctool.c:
214       gcalctool/calctool.h:
215       gcalctool/functions.c:
216       gcalctool/extern.h:
217       gcalctool/gtk.c:
218       glade/gcalctool.glade:    (new)
219       glade/Makefile.am:
220       glade/mode_panel.glade:   (removed)
221       po/POTFILES.in:
222       From Robert Ancell <robert.ancell@gmail.com>
223       More work on bug #485919 - Use Glade for UI. This now provides
224       Glade support for the majority of the gcalctool GUI.
226 2007-10-15 Rich Burridge <rich.burridge@sun.com>
228     * gcalctool/gtk.c:
229       Fix for bug #485398 - Put memory register window inside the main window.
230       Uses gtk_window_set_transient_for() to associate the memory register
231       window with the main gcalctool window.
233     * help/C/gcalctool.xml:
234       Fix for bug #383850 - [doc] New names for Precedence.
236 2007-10-13 Rich Burridge <rich.burridge@sun.com>
238     * gcalctool/gtk.c:
239       From Sami Pietila <sami.pietila@utu.fi>
240       Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence 
241       mode if user has "hand edited" the display.
243 2007-10-12 Rich Burridge <rich.burridge@sun.com>
245     * configure.in:
246       gcalctool/calctool.c:
247       gcalctool/gtk.c:
248       gcalctool/Makefile.am:
249       Makefile.am:
250       glade/Makefile.am:          (new)
251       glade/mode_panel.glade:     (new)
252       From Robert Ancell <robert.ancell@gmail.com>
253       Work on bug #485919 - Use Glade for UI.
254       Initial Glade patch adds support for the mode panel.
256 2007-10-11 Rich Burridge <rich.burridge@sun.com>
258     * gcalctool/gtk.c:
259       Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
260       correctly set the state of the Edit-<Memory Registers check box if the
261       user wanted the memory registers initially displayed.
263     * gcalctool/gtk.c:
264       From Christian Persch <chpe@gnome.org>
265       Correctly handle memory register display and "Memory Registers" menu
266       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
267       (Needed because of the recent changes for bug #478961).
269 2007-10-08 Rich Burridge <rich.burridge@sun.com>
271     * Released a gcalctool v5.21.0 tarball.
273     * gcalctool/calctool.h:
274       gcalctool/display.c:
275       gcalctool/functions.c:
276       gcalctool/ce_tokeniser.l:
277       gcalctool/get.c:
278       gcalctool/gtk.c:
279       With lots of help from Sami Pietila <sampie@utu.fi>
280       Fix for bug #326938 – Display cursor in input area; allow home
281       and end keys. This is in arithmetic precedence mode only.
283 2007-10-08 Rich Burridge <rich.burridge@sun.com>
285     * gcalctool/graphics.c:
286       Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 
287       places menu items.
289 2007-10-02 Rich Burridge <rich.burridge@sun.com>
291     * help/C/gcalctool.xml:
292       gcalctool/calctool.h:
293       gcalctool/ce_tokeniser.l:
294       Fix for bug #439087 – Gcalctool can't handle small physic constants 
295       like the Boltzmann constant. The number of significant places has
296       been increased to 99 and the number of displayable digits has been
297       increased to 200. The online help has been adjusted to reflect these
298       changes.
300       Note that if you have something in the gcalctool display that is 
301       wider than the display area, a scrollbar is shown, but the first 
302       digit isn't properly displayed. The workaround here, is to enlarge 
303       the size of the calculator window until the scrollbar goes away.
304       I believe this is a Gtk+ problem and have filed bug #482688 against it.
306     * help/C/gcalctool.xml:
307       Fixed bug #367738 – [doc] Square root documentation needs to be updated.
308       The entry in the online help now includes examples for both arithmetic 
309       precedence and non-arithmetic precedence mode.
311     * help/C/gcalctool.xml:
312       Fixed bug #428571 – [doc] Repetitive usage of "use".
314 2007-10-01 Rich Burridge <rich.burridge@sun.com>
316     * gcalctool/Makefile.am:
317       configure.in:
318       From Rémi Cardona <remi@gentoo.org>
319       Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
321     * help/C/gcalctool.xml:
322       gcalctool/calctool.c:
323       gcalctool/display.c:
324       gcalctool/calctool.h:
325       gcalctool/functions.c:
326       gcalctool/lr_tokeniser.l:
327       gcalctool/ce_tokeniser.l:
328       gcalctool/gcalctool.1:
329       Fixed bug #428573 – [doc] Spelling of logical gates.
330       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
331       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
332       display area in arithmetic precedence mode. The gcalctool manual
333       pages and the online help have been updated accordingly.
335       The XOR operation in non-arithmetic mode was doing a multiplication 
336       instead.
338       The result for the AND example in the online help was incorrect.
340       The syntax for using NOT in aritmetic mode is different then for
341       non-arithmetic mode. The online help example has been updated to
342       show both examples.
344 2007-09-28 Rich Burridge <rich.burridge@sun.com>
346     * help/C/gcalctool.xml:
347       gcalctool/calctool.c:
348       gcalctool/calctool.h:
349       gcalctool/functions.c:
350       gcalctool/lr_tokeniser.l:
351       gcalctool/ce_tokeniser.l:
352       gcalctool/gcalctool.1:
353       gcalctool/gtk.c:
354       gcalctool/ce_parser.y:
355       With lots of help from Sami Pietila <sampie@ariana-dsl.utu.fi>
356       Fixed bug #469245 – Hexadecimal input is not intuitive and
357       bug #455889 – Copy/paste of lower case hex letter does not work.
358       The hexadecimal digits have been changed back to their pre Sept
359       2003 (bug #118826) values of "a" - "f".
361       The following functions have also had their keyboard shortcuts
362       reverted back to their pre Sept 2003 upper-case values:
364       [A] - Set accuracy
365       [C] - Change sign
366       [D] - Double-declining depreciation
367       [E] - Enter an exponential number
368       [F] - User-defined functions
370       With copy/paste operations, where the user is pasting a string into
371       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
372       "D" or "F" character is encountered, it will be converted to its
373       lowercase equivalent. If an "E" is found,  and the next character is a
374       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
375       a possible exponential number), otherwise its converted to a lower
376       case "e".
378       Displaying of hex digits in the gcalctool display will still be
379       in uppercase. Displaying of the "e" in an exponential number will
380       still be in lower-case.
382       The way to enter exponential numbers in arithmetic precedence mode
383       has changed. The following four examples should show you the new
384       correct syntax:
386         1  2  Exp + 8  =              1200000000
387       - 1  2  Exp + 8  =             -1200000000
388         1  2  Exp - 8  =              0.00000012
389       - 1  2  Exp - 8  =             -0.00000012
391       In both left-to-right precedence and arithmetic precedence modes, if
392       the user enters a numeric digit that is incorrect for the current
393       numeric base, this shouldn't be allowed and should not be entered
394       in the display.
396       The gcalctool documentation (and tooltips) have been updated to
397       reflect these changes.
399 2007-09-24 Rich Burridge <rich.burridge@sun.com>
401     * From Christian Persch <chpe@gnome.org>
402       gcalctool/gtk.c:
403       Fixed bug #479102 – memory registers dialogue should use ngettext.
405 2007-09-21 Rich Burridge <rich.burridge@sun.com>
407     * Updated the MAINTAINERS file with Sami's new email address.
409     * From Christian Persch <chpe@gnome.org>
410       gcalctool/gtk.c:
411       Fixed bug #478961 – GtkAaction use.
413     * From Christian Persch <chpe@gnome.org>
414       gcalctool/gtk.c:
415       Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
417     * From Christian Persch <chpe@gnome.org>
418       gcalctool/gtk.c:
419       Fixed bug #478979 – show menu help in statusbar.
421     * From Christian Persch <chpe@gnome.org>
422       gcalctool/gtk.c:
423       Fixed bug #479064 – should use ngettext on the Acc button.
425     * From Christian Persch <chpe@gnome.org>
426       gcalctool/gtk.c:
427       Fixed bug #479097 – use gtkmessagedialog.
429     * From Christian Persch <chpe@gnome.org>
430       gcalctool/gtk.c:
431       Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
433 2007-09-17 Rich Burridge <rich.burridge@sun.com>
435     * Released a gcalctool tarball for GNOME 2.20.0.
437 2007-09-03 Rich Burridge <rich.burridge@sun.com>
439     * Released a gcalctool tarball for GNOME 2.19.92.
441 2007-08-27 Rich Burridge <rich.burridge@sun.com>
443     * Released a gcalctool tarball for GNOME 2.19.91.
445 2007-08-17 Rich Burridge <rich.burridge@sun.com>
447     * From Lionel Le Folgoc
448       gcalctool.desktop.in:
449       Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
451 2007-08-13 Rich Burridge <rich.burridge@sun.com>
453     * Released a gcalctool tarball for GNOME 2.19.90.
455 2007-08-11 Rich Burridge <rich.burridge@sun.com>
457     * MAINTAINERS:
458       Adjusted to the new format.
460 2007-07-30 Rich Burridge <rich.burridge@sun.com>
462     * Released a gcalctool tarball for GNOME 2.19.6.
464 2007-07-30 Jan Arne Petersen <jpetersen@jpetersen.org>
466     * configure.in:
467       Remove help/de/Makefile due to gnome-doc-utils migration.
469 2007-07-24 Rich Burridge <rich.burridge@sun.com>
471     * From Christopher Taylor et al
472       configure.in:
473       gcalctool/gtk.c:
474       Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
475       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
477 2007-07-22 Yair Hershkovitz <yairhr@gmail.com>
478     * gcalctool/gtk.c:
479       Always use left-to-right direction for button's boxes. Fixed bug
480       #439415.
482 2007-07-08 Rich Burridge <rich.burridge@sun.com>
484     * gcalctool.desktop.in:
485       Applied Sun patch 
486       /jds/spec-files/trunk/patches/gcalctool-01-menu-entry.diff.
487       Changed the Comment line.
489     * Released a gcalctool tarball for GNOME 2.19.5.
491 2007-06-26 Rich Burridge <rich.burridge@sun.com>
493     * gcalctool/mpmath.c:
494       Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
496     * gcalctool/gtk.c:
497       Fixed bug #450790 – crash in Calculator when pasting in a very large
498       number.
500 2007-06-18 Rich Burridge <rich.burridge@sun.com>
502     * From Jani Monoses
503       Fixed bug #448263 – drop libgnome dependency
505     * Released a gcalctool tarball for GNOME 2.19.4.
507 2007-06-04 Rich Burridge <rich.burridge@sun.com>
509     * Released a gcalctool tarball for GNOME 2.19.3.
511 2007-05-21 Rich Burridge <rich.burridge@sun.com>
513     * Fixed bug #439985 – Negative value not saved in memory register 
514       across invocations of gcalctool. This was also a problem was negative
515       constants.
517 2007-05-13 Rich Burridge <rich.burridge@sun.com>
519     * Released a gcalctool tarball for GNOME 2.19.2.
521 2007-04-30 Rich Burridge <rich.burridge@sun.com>
523    * gcalctool/display.c:
524      gcalctool/functions.c:
525      From: Sami Pietilä
526      Fixed bug #419927 - calculator rcl function does not work as documented.
528 2007-04-23 Rich Burridge <rich.burridge@sun.com>
530     * Released a gcalctool tarball for GNOME 2.19.1.
531       (gcalctool version number now aligns with the GNOME 
532        minor.micro numbers).
534 2007-04-18 Rich Burridge <rich.burridge@sun.com>
536    * gcalctool/gtk.c:
537      Fixed up various compiler warnings.
539 2007-04-13  Changwoo Ryu  <cwryu@debian.org>
541     * configure.in:
542       Removed line for help/ko/Makefile.in due to gnome-doc-utils
543       migration.
545 2007-03-28 Rich Burridge <rich.burridge@sun.com>
547    * gcalctool.desktop.in:
548      Fixed bug #413443 – gnome-calculator is not publically visible icon.
550 2007-03-12 Rich Burridge <rich.burridge@sun.com>
552     * gcalctool/gtk.c:
553       Adjust "Paste" to _("Paste") in the for_each_menu() routine for 
554       bug #317786 – copy and paste menu entries are always active.
556 2007-03-12 Rich Burridge <rich.burridge@sun.com>
558     * Released a gcalctool tarball for GNOME 2.18.0 (Final).
560 2007-03-08  Christian Kirbach  <Christian.Kirbach@googlemail.com>
562         * gcalctool.desktop.in:
563         "Application" is not a valid category in the freedesktop specification.
564         Added the GTK category.
566 2007-02-27 Rich Burridge <rich.burridge@sun.com>
568     * gcalctool/gtk.c:
569       Fixed bug 412688 - gcalctool crashed with SIGSEGV in strlen().
571 2007-02-25 Rich Burridge <rich.burridge@sun.com>
573     * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
575 2007-02-12 Rich Burridge <rich.burridge@sun.com>
577     * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
579 2007-02-06 Rich Burridge <rich.burridge@sun.com>
581     * gcalctool/gtk.c:
582       Fixed bug #402473 – Problems pasting back value when using 
583       thousands separator.
585 2007-01-22 Rich Burridge <rich.burridge@sun.com>
587     * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
589 2007-01-17 Rich Burridge <rich.burridge@sun.com>
591     * gcalctool/gtk.c:
592       Fixed bug #397788 – Need spin control limit for Acc Other popup.
594 2007-01-16 Rich Burridge <rich.burridge@sun.com>
596     * gcalctool/gtk.c:
597       From Thomas Molhave
598       Fixed bug #317786 - copy and paste menu entries are always active.
600 2007-01-08 Rich Burridge <rich.burridge@sun.com>
602     * All copyright messages updated for 2007.
603     * Released a gcalctool tarball for GNOME 2.17.5.
605 2006-12-17 Rich Burridge <rich.burridge@sun.com>
607     * Released a gcalctool tarball for GNOME 2.17.4.
609 2006-12-15 Rich Burridge <rich.burridge@sun.com>
611     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
612       Fixed bug #371669 - Floating Hexadecimal values converting to any.
614 2006-12-08 Rich Burridge <rich.burridge@sun.com>
616     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
617       Fixed bug #381037 – result can not be used for "mod" operation.
619     * Fixed bug #369503 – Problems with 'arithmetic precedence mode'.
621 2006-12-04 Rich Burridge <rich.burridge@sun.com>
623     * Released a gcalctool tarball for GNOME 2.17.3.
625 2006-11-28 Rich Burridge <rich.burridge@sun.com>
627     * gcalctool/gtk.c:
628       Fixed bug #380145 – Markup error in alert message.
630 2006-11-27 Rich Burridge <rich.burridge@sun.com>
632     * gcalctool/gtk.c:
633       In set_win_position(), initialized the x and y variables.
635     * help/C/gcalctool.xml:
636       Fixed bug #367754 - [doc] Update documentation for % operator.
638     * help/C/gcalctool.xml:
639       Fixed bug #367728 - [doc] Update documentation for Mod (Modulus 
640       Division) operation.
642     * help/C/gcalctool.xml:
643       Fixed bug #367715 - [doc] Update doc to mention saving of memory 
644       registers.
646     * help/C/gcalctool.xml:
647       Fixed bug #367718 - [doc] Documentation change needed for 
648       View->Memory Registers menu item inactive.
650     * help/C/gcalctool.xml:
651       Fixed bug #367735 - [doc] Update documentation for Ctrm operation.
653     * help/C/gcalctool.xml:
654       Fixed bug #367740 - [doc] Documentation for Clear Entry and Clear 
655       could be better.
657     * help/C/gcalctool.xml:
658       Fixed bug #367725 - [doc] Update documentation for the Memory 
659       Register Window.
661     * help/C/gcalctool.xml:
662       Fixed bug #367720 - [doc] Documentation change needed for keyboard 
663       shortcuts for buttons with menus associated with them.
665     * help/C/gcalctool.xml:
666       Fixed bug #367712 - [doc] Need to document how to enter scientific 
667       number s with a negative exponent in AOP mode.
669 2006-11-20 Rich Burridge <rich.burridge@sun.com>
671     * gcalctool/gtk.c:
672       Modified patch from Sun Bugster bug #6480076.
673       Made the gcalctool display areas focusable.
675     * help/C/gcalctool.xml:
676       Fixed bug #367722 – [doc] Update documentation for Xor and x^y 
677       operations.
679 2006-11-18 Rich Burridge <rich.burridge@sun.com>
681     * gcalctool/gtk.c:
682       Fixed bug #76572 - Primary selection is not recognised.
684 2006-11-04 Rich Burridge <rich.burridge@sun.com>
686     * Released a gcalctool tarball for GNOME 2.17.2.
688 2006-10-30 Rich Burridge <rich.burridge@sun.com>
690     * gcalctool/calctool.c:
691       gcalctool/calctool.h:
692       gcalctool/display.c:
693       gcalctool/functions.c:
694       gcalctool/get.c:
695       gcalctool/gtk.c:
696       Fixed bug #358782 (http://bugzilla.gnome.org/show_bug.cgi?id=358782)
697       Fixup sloppy string handling.
699     * gcalctool/function.c:
700       Fixup sloppy code indentation.
701       Remove unwanted (commented out) code.
702       Adjusted to /* ... */ style comments.
704 2006-10-23 Rich Burridge <rich.burridge@sun.com>
706     * gcalctool/get.c:
707       From Paul Schulz:
708       Fixed bug #364410 (http://bugzilla.gnome.org/show_bug.cgi?id=364410)
709       Incorrectly rounded pi constant.
711 2006-10-16 Rich Burridge <rich.burridge@sun.com>
713     * Released a gcalctool tarball for GNOME 2.17.1.
715 2006-10-07 Elijah Newren <newren gmail com>
717     * gcalctool/gtk.c (create_change_mode_dialog): Remove markup from
718       translatable messages.  #360453
720 2006-10-03 Rich Burridge <rich.burridge@sun.com>
722     * gcalctool/display.c:
723       From Matt Keenan <matt dot keenen at sun period com>
724       Fixed bug 359291 - crash when localized decimal point is greater 
725       than 1 char. Removed the bogus assert.
727 2006-10-01 Rich Burridge <rich.burridge@sun.com>
729     * gcalctool/calctool.c:
730       gcalctool/gtk.c:
731       From Matthias Clasen:
732       Fixed bug #358337 (http://bugzilla.gnome.org/show_bug.cgi?id=358337)
733       gcalctool no longer crashes in the Oriya locale due to sloppy string
734       handling.
736 2006-09-29 Sami Pietila <sampie@ariana-dsl.utu.fi>
738     * Fixed pr #354730 - crash in Calculator: running
739       3x10^38 using bi..
741 2006-09-28 Sami Pietila <sampie@ariana-dsl.utu.fi>
743     * Fixed pr #357208 - Bitcalculating extension needs to
744       support negative numbers
746 2006-09-22 Rich Burridge <rich.burridge@sun.com>
748     * gcalctool/calctool.c:
749       gcalctool/calctool.h:
750       gcalctool/extern.h:
751       gcalctool/functions.c:
752       gcalctool/functions.h:
753       gcalctool/get.c:
754       gcalctool/gtk.c:
755       From Sami Pietila <sampie@ariana-dsl.utu.fi>
756       Fixed bug #157961 - Bitcalculating extension for gcalctool.
758 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
760     * Fixed pr #355648 - Error reporting should be consistent.
762 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
764     * Fixed pr #135140 - percent operator works not as expected.
765         
766 2006-09-06 Rich Burridge <rich.burridge@sun.com>
768     * gcalctool/calctool.c:
769       gcalctool/calctool.h:
770       gcalctool/get.c:
771       gcalctool/gtk.c:
772       Fixed bug #349981 - gcalctool should save screen position for next 
773       start.
775 2006-09-04 Rich Burridge <rich.burridge@sun.com>
777     * Released a gcalctool tarball for GNOME 2.16.0 (Final).
779 2006-08-18 Rich Burridge <rich.burridge@sun.com>
781     * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
783 2006-08-09 Rich Burridge <rich.burridge@sun.com>
785     * gcalctool/functions.c:
786       gcalctool/graphics.c:
787       gcalctool/gtk.c:
788       Removed several chunks of code that were surronded by #if 0/#endif.
790 2006-08-07 Rich Burridge <rich.burridge@sun.com>
792     * gcalctool/display.c:
793       gcalctool/functions.c:
794       gcalctool/graphics.c:
795       Fixed bug #350341 (http://bugzilla.gnome.org/show_bug.cgi?id=350341)
796       gcalctool now builds again with gcc v2.95.
798 2006-08-06 Rich Burridge <rich.burridge@sun.com>
800     * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
802 2006-07-28 Lucas Rocha <lucasr@gnome.org>
804     * configure.in:
805       Removed line for help/es/Makefile.in due to g-d-u migration.
806     * help/Makefile.am:
807       Removed es from SUBDIRS due to g-d-u migration. 
809 2006-07-24 Rich Burridge <rich.burridge@sun.com>
811     * gcalctool/calctool.c:
812       More work on bug #347700 
813       (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
814       Added another "Note to translators" comment for the Abs button labels.
816     * configure.in:
817       Fixed bug #348452 (http://bugzilla.gnome.org/show_bug.cgi?id=348452)
818       Removed line for help/sv/Makefile.in
820     * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
822 2006-07-20 Rich Burridge <rich.burridge@sun.com>
824     * gcalctool/calctool.c:
825       Work on bug #347700 (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
826       Added a "Note to translators" comment for the Bksp and Clr button
827       labels.
829 2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
831     * gcalctool/gtk.c (about_cb): Updated FSF postal address.
833 2006-07-10 Rich Burridge <rich.burridge@sun.com>
835     * Released a gcalctool tarball for GNOME 2.15.4.
837 2006-06-09 Rich Burridge <rich.burridge@sun.com>
839     * Released a gcalctool tarball for GNOME 2.15.3.
841 2006-06-01 Rich Burridge <rich.burridge@sun.com>
843     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
844       Fixed bug #343150 (http://bugzilla.gnome.org/show_bug.cgi?id=343150)
845       Gcalctool no longer crashes when switching to scientific mode.
847 2006-05-16 Rich Burridge <rich.burridge@sun.com>
849     * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
851 2006-05-15 Rich Burridge <rich.burridge@sun.com>
853     * Released a gcalctool tarball for GNOME 2.15.2.
855 2006-05-10 Rich Burridge <rich.burridge@sun.com>
857     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
858       Fixup compiler warnings from inclusion of last patch.
860 2006-05-08 Rich Burridge <rich.burridge@sun.com>
862     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
863       Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
864       Backspace results in mal-formed expression.
866     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
867       - = button is now also a one step undo. (This feature was temporary 
868         disabled by the previous redo/undo patch.)
870       - Removed gotos from do_expression function. (This change might add
871         unstability as this is a major change to the expression mode state
872         machine.)
874       - Functions (such as sin, cos, tan..) can use previously calculated
875         value.
877 2006-05-01 Rich Burridge <rich.burridge@sun.com>
879     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
880       First cut at an Undo/Redo implementation for use with the arithmetic
881       operator precedence mode.
883 2006-04-25 Rich Burridge <rich.burridge@sun.com>
885     * Respun the gcalctool tarball for GNOME 2.15.1 because intltool
886       is not Solarisized. It's generated constructs in .../po/Makefile.in.in
887       that do not work on Solaris. The hack fix was to change the SHELL
888       definition in .../po/Makefile.in.in to /bin/bask before running
889       make; make install; make dist
891     * Removed the no entry from the po/LINGUAS file.
893 2006-04-24 Rich Burridge <rich.burridge@sun.com>
895     * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
897     * Released a gcalctool tarball for GNOME 2.15.1.
899 2006-04-24 Rich Burridge <rich.burridge@sun.com>
901     * Fixed bug #337897 (http://bugzilla.gnome.org/show_bug.cgi?id=337897)
902       Changes to use po/LINGUAS file.
904 2006-04-17  Kjartan Maraas <kmaraas@gnome.org>
906     * configure.in: Remove obsolete entry for no_NO.
907     * po/no.po: And the translation.
909 2006-04-12 Rich Burridge <rich.burridge@sun.com>
911     * Fixed bug #338220 (http://bugzilla.gnome.org/show_bug.cgi?id=338220)
912       The 'Show trailing zeroes' option in the View menu should now be
913       correctly set [in]sensitive depending upon which mode it's in.
915 2006-03-31 Rich Burridge <rich.burridge@sun.com>
917     * Further work on the gcalctool automated test tools:
918       - Now allows comment lines starting with '#' to be read (and ignored)
919         in the input file. Same for blank lines.
921       - Added a listener to not start reading standard input until the 
922         application see a "focus:" event for gcalctool.
924       - Adjusted the isApplication() routine in runtests.py to check for
925         None.
927 2006-03-28 Rich Burridge <rich.burridge@sun.com>
929     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
930       Fixed bug #332023 (http://bugzilla.gnome.org/show_bug.cgi?id=332023)
931       The bitwise operators now work in arithmetic operator precedence
932       mode, when you use them with the result of a previous operation.
934 2006-03-28 Rich Burridge <rich.burridge@sun.com>
936     * Fixed bug #327729 (http://bugzilla.gnome.org/show_bug.cgi?id=327729)
937       The fields in the memory register window were not correctly aligned
938       in some themes. In the create_rframe() routine in gtk.c, the code has
939       been changed to use a gtk_table rather than ten gtk_hbox's.
941 2006-03-28 Rich Burridge <rich.burridge@sun.com>
943     * Fixed bug #330867 (http://bugzilla.gnome.org/show_bug.cgi?id=330867)
944       Added License info to the Gcalctool About dialog.
946 2006-03-27 Rich Burridge <rich.burridge@sun.com>
948     * Fixed bug #335095 (http://bugzilla.gnome.org/show_bug.cgi?id=335095)
949       Gcalctool no longer displays the current mode in the title bar when 
950       in Basic mode (due to lack of space).
952 2006-03-27  Tommi Vainikainen  <thv@iki.fi>
954     * .cvsignore, Makefile.am, configure.in, omf.make, xmldocs.make,
955         m4/.cvsignore: Migrated to gnome-doc-utils build system for user
956         manuals.
958 2006-03-27 Rich Burridge <rich.burridge@sun.com>
960     * From Ross Burton <ross at burtonini dot com>
961       Fixed bug #335236 (http://bugzilla.gnome.org/show_bug.cgi?id=335236)
962       Gcalctool schemas files should be installed if built with
963       "--without-gnome".
965 2006-03-27 Rich Burridge <rich.burridge@sun.com>
967     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
968       Adjustments to the AOP code so that e to the power of x gives the
969       correct answer at high precision.
971 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
973     * configure.in (ALL_LINGUAS): Added Dzongkha (dz).
975 2006-03-17 Rich Burridge <rich.burridge@sun.com>
977     * Added .../test/non_aop_input.txt, the start of an test file for
978       gcalctool in non-arithmetic operator precedence mode.
980 2006-03-13 Rich Burridge <rich.burridge@sun.com>
982     * Released a gcalctool tarball for GNOME 2.14.0 (Final).
984 2006-03-02 Rich Burridge <rich.burridge@sun.com>
986     * From Elijah Newren <newren at gmail dot com>
987       Fix for bug #333078 (http://bugzilla.gnome.org/show_bug.cgi?id=333078)
988       cvs fails to build due to bg translation of help.
990     * From Alexander Shopov <ash at contact dot bg>
991       Inclusion of a translation of gcalctool help for the bg locale.
993 2006-02-27 Rich Burridge <rich.burridge@sun.com>
995     * Released a gcalctool tarball for GNOME 2.14.0 (RC).
997 2006-02-12 Rich Burridge <rich.burridge@sun.com>
999     * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1001 2006-01-30 Rich Burridge <rich.burridge@sun.com>
1003     * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1005 2006-01-23 Rich Burridge <rich.burridge@sun.com>
1007     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1008       Refixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1009       The recent changes to the square root and subtraction button labels
1010       broke the token parser for arithmetic operator precedence.
1012 2006-01-19 Rich Burridge <rich.burridge@sun.com>
1014     * Added the start of an automated test framework for gcalctool, written
1015       in Python, under the new "test" sub-directory. See the comments at the
1016       beginning of runtests.py for more information.
1018 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1020     * Fixed bug #327124 (http://bugzilla.gnome.org/show_bug.cgi?id=327124)
1021       Changes to fix bug #326344 had the side-effect of causing the CE
1022       button to no longer work correctly.
1024 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1026     * Fixed bug #327214 (http://bugzilla.gnome.org/show_bug.cgi?id=327214)
1027       The results from performing trig functions were not being passed on
1028       to future calculations correctly (in non-arithmetic operator precedence 
1029       mode).
1031 2006-01-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
1033     * Used U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1034       for division sign, as discussed in
1035       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00137.html
1036       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00157.html
1038 2006-01-13 Rich Burridge <rich.burridge@sun.com>
1040     * Released a gcalctool tarball for GNOME 2.13.5.
1042 2006-01-12 Rich Burridge <rich.burridge@sun.com>
1044     * From Wouter Bolsterlee
1045       Fixed bug #323149 (http://bugzilla.gnome.org/show_bug.cgi?id=323149)
1046       Gcalctool now uses the Unicode symbols for division, multiplication, 
1047       plus/minus, minus and square root.
1049 2006-01-10 Rich Burridge <rich.burridge@sun.com>
1051     * Fixed bug #326344 (http://bugzilla.gnome.org/show_bug.cgi?id=326344)
1052       The bit display of large numbers (in non-arithmetic operator precedence
1053       mode with the scientific view) now hopefully works correctly.
1055       It no longer converts the displayed number to a double then a long 
1056       long, which is where the loss of accuracy was occuring.
1058       This also involved adding a couple of parameters to the make_fixed() 
1059       routine in display.c to make it more generally useful for things like 
1060       this.
1062 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1064     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1065       Fixed bug #142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1066       Gcalctool no longer ignores locale specific numeric point in
1067       arithmetic operator precedence mode.
1069     * Adjusted all the copyright messages to include 2006.
1071 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1073     * Fixed bug #325074 (http://bugzilla.gnome.org/show_bug.cgi?id=325074)
1074       Gcalctool no longer crashes when you double click the 0 in the 
1075       display area. Problem was the return value of the mouse_button_cb()
1076       routine in gtk.c.
1078 2005-12-30  Abel Cheung  <maddog@linuxhall.org>
1080     * configure.in: Added "zh_HK" to ALL_LINGUAS.
1082 2005-12-23 Rich Burridge <rich.burridge@sun.com>
1084     * Released a gcalctool tarball for GNOME 2.13.4.
1086 2005-12-21 Rich Burridge <rich.burridge@sun.com>
1088     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1089       Final fix for bug #153854 
1090       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1091       Now handles the case where the first thing the user does is 
1092       change mode (Basic, Financial, Advanced, Scientific) in AOP mode.
1094 2005-12-19 Rich Burridge <rich.burridge@sun.com>
1096     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1097       Fixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1098       Sqrt (and other similar operations) no longer fail in non-English 
1099       locales
1101 2005-12-13 Rich Burridge <rich.burridge@sun.com>
1103     * Fixed bug #324001 (http://bugzilla.gnome.org/show_bug.cgi?id=324001)
1104       Primary Selection (middle mouse button) is now working.
1106 2005-12-12 Rich Burridge <rich.burridge@sun.com>
1108     * Released a gcalctool tarball for GNOME 2.13.3.
1110 2005-11-28 Rich Burridge <rich.burridge@sun.com>
1112     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1113       More work on bug #153854 
1114       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1115       Similar change to that made on 15th November 2005, this time for
1116       arithmetic operator precedence (AOP) mode. Still need to correct 
1117       handle this is AOP mode if it's the first thing the user does.
1119 2005-11-17 Rich Burridge <rich.burridge@sun.com>
1121     * Slight fixup for bug #157961. The toggling of the first bit in the
1122       bit panel wasn't working correctly. The long long lval variable in
1123       the bit_toggled() routine in gtk.c needed to be made unsigned.
1125 2005-11-15 Rich Burridge <rich.burridge@sun.com>
1127     * More work on bug #153854 
1128       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1129       If the user has completed a calculation and we are going to a
1130       new mode that is "compatible" with this one, then just change
1131       modes. Otherwise display a dialog warning the user that the
1132       current calculation will be cleared.
1134       Incompatible modes are:
1136       Scientific -> Basic
1137       Scientific -> Advanced
1138       Scientific -> Financial
1140       (unless we are in Scientific mode with Decimal numeric base and Fixed).
1141       These changes work nicely in non-arithmetic operator precedence mode.
1142       For some reason, the display is still being cleared in arithmetic
1143       operator precedence mode. Keeping the bug open and transferring to 
1144       Sami for further evaluation.
1146 2005-11-14 Rich Burridge <rich.burridge@sun.com>
1148     * Released a gcalctool tarball for GNOME 2.13.2.
1150 2005-11-03 Rich Burridge <rich.burridge@sun.com>
1152     * Fixed bug #316755 (http://bugzilla.gnome.org/show_bug.cgi?id=316755)
1153       Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect: 
1154       assertion `window != NULL' failed" warnings at startup.
1156 2005-10-27 Rich Burridge <rich.burridge@sun.com>
1158     * Fixed bug #319934 (http://bugzilla.gnome.org/show_bug.cgi?id=319934)
1159       The percent operator was broken in non-arithmetic operator precedence
1160       mode.
1162 2005-10-13 Rich Burridge <rich.burridge@sun.com>
1164     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1165       Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1166       Exponential notation now works correctly in arithmetic operator
1167       precedence mode.
1169 2005-09-26 Rich Burridge <rich.burridge@sun.com>
1171     * Slight adjustment to the bit panel. It's now centralized.
1173 2005-09-23 Rich Burridge <rich.burridge@sun.com>
1175     * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1176       needed to also preserve v->toclear and v->pointed.
1178     * Work on enhancement request #157961
1179       (http://bugzilla.gnome.org/show_bug.cgi?id=157961).
1180       Started to implement the bit panel for non-arithmetic precedence mode.
1181       It's automatically displayed when in Scientific mode.
1183 2005-09-19 Rich Burridge <rich.burridge@sun.com>
1185     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1186       Implemented enhancement request #148104 for arithmetic precedence
1187       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1188       The modulo operation. See entry below for more details.
1190 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1192     * Fixed bug #316382 (http://bugzilla.gnome.org/show_bug.cgi?id=316382)
1193       The "useless" cursor is no longer displayed in the calculator 
1194       display area.
1196 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1198     * Implemented enhancement request #148104 for non-arithmetic precedence
1199       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1200       Added in a modulo operation. This is available in Scientic Mode.
1201       A Mod B return the remainder when you divide A by B. A and B must be
1202       integers. Keyboard shortcut for this operation is "M".
1204 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1206     * Fixed bug #162453 (http://bugzilla.gnome.org/show_bug.cgi?id=162453)
1207       The memory register dialog now uses GtkEntry widgets to display the
1208       register values. Gnopernicus can now correctly speak the contents of 
1209       each memory register. There is also a close button to easily dismiss 
1210       this dialog.
1212 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1214     * Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=312609)
1215       The memory register window is now a dialog rather than a top-level 
1216       window.
1218 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1220     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1221       Fixed bug #311307 (http://bugzilla.gnome.org/show_bug.cgi?id=311307)
1222       Fix to prevent invalid numeric entry in arithmetic operator precedence
1223       mode, depending upon the current base.
1225 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1227     * From yselkowitz at users dot sourceforge dot net
1228       A number of the bison- and flex-related make rules in 
1229       .../gcalctool/Makefile.am were broken when builddir != srcdir. 
1231 2005-08-26 Rich Burridge <rich.burridge@sun.com>
1233     * From dmacks at netspace dot org
1234       Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=314540)
1235       The libparser.a library needs ranlib run on it for Mac OS X.
1237 2005-08-24 Rich Burridge <rich.burridge@sun.com>
1239     * From Diego Petten? <flameeyes at gentoo dot org>
1240       Fixed bug #314375 (http://bugzilla.gnome.org/show_bug.cgi?id=314375)
1241       Replaced usage of malloc.h with stdlib.h in syntax_translation.c
1243 2005-08-22 Rich Burridge <rich.burridge@sun.com>
1245     * Generated release for GNOME 2.12 (RC)
1247     * From Olaf Heiring <olh at suse dot de> (via Rodrigo Moya)
1248       Changed type of argument in paren_disp from char to int for 64bit.
1250 2005-08-11 Rich Burridge <rich.burridge@sun.com>
1252     * Fixed bug #313255 (http://bugzilla.gnome.org/show_bug.cgi?id=313255)
1253       The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1255 2005-08-08 Rich Burridge <rich.burridge@sun.com>
1257     * Generated release for GNOME 2.11.91 (beta2).
1259 2005-08-04  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
1261     * configure.in: Added "te" to ALL_LINGUAS
1263 2005-08-03 Sami Pietila <sampie@ariana-dsl.utu.fi>
1265     * Fixed pr310167. Removed "ans" from the list of translated words.
1266         
1267 2005-07-25 Rich Burridge <rich.burridge@sun.com>
1269       Fixed bug #311306 (http://bugzilla.gnome.org/show_bug.cgi?id=311306)
1270       If the user was in View->Scientific with base Bin, Oct or Hex and 
1271       then went to View->Basic, then returned to View->Scientific, some of
1272       the numeric keys were incorrectly greyed out.
1274 2005-07-19 Rich Burridge <rich.burridge@sun.com>
1276     * From Christian Krause <chkr at plauener dot de>
1277       Fixed bug #310849 (http://bugzilla.gnome.org/show_bug.cgi?id=310849)
1278       Gcalctool no longer crashes when pressing the "B" button (or typing 
1279       Shift-B).
1281 2005-07-18 Rich Burridge <rich.burridge@sun.com>
1283     * Fixed bug #310791 (http://bugzilla.gnome.org/show_bug.cgi?id=310791)
1284       Memory register window view logic was screwed.
1286 2005-07-15 Rich Burridge <rich.burridge@sun.com>
1288     * From Jens Granseuer <jenssgr at gmx dot net>
1289       Fixed bug #310441 (http://bugzilla.gnome.org/show_bug.cgi?id=310441)
1290       Adjusted code to compile with gcc 2.95.2. (There was an assert before
1291       variable declarations in do_tfunc() in functions.c
1293 2005-07-11 Rich Burridge <rich.burridge@sun.com>
1295     * Fixed bug #153854 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1296       When the user changes modes, a warning dialog is displayed to let
1297       them know that their current display will be cleared and the base
1298       reset to decimal. The user has the option of checking a toggle box
1299       on the dialog, that will prevent this warning from being displayed 
1300       again.
1302 2005-07-01 Rich Burridge <rich.burridge@sun.com>
1304     * From Matt Keenan <matt.keenan@sun.com>
1305       Fixed bug #309294 (http://bugzilla.gnome.org/show_bug.cgi?id=309294)
1306       Adjustments to allow gcalctool to successfully build on Solaris with
1307       pkgconfig >= 0.17.1
1309 2005-06-30 Rich Burridge <rich.burridge@sun.com>
1311     * Fixed bug #309182 (http://bugzilla.gnome.org/show_bug.cgi?id=309182)
1312       In non-arithmetic precdence mode, gcalctool can now correctly change
1313       the sign of the exponent on scientific numbers again. The problem was
1314       caused by a chunk of code being removed from the handling of the 
1315       "+/-" case when the arithmetic operator precedence code was merged in.
1317 2005-06-21 Rich Burridge <rich.burridge@sun.com>
1319     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1320       Fixed bug #308408 (http://bugzilla.gnome.org/show_bug.cgi?id=308408)
1321       gcalctool can now correctly convert the hexadecimal numbers "A-F"
1322       to other bases in "use arithmetic operator precedence mode".
1324 2006-06-10  Jordi Mallach  <jordi@debian.org>
1326         * gcalctool/gcalctool.1: Fix two typos (Debian Bug#310356).
1328 2006-06-03  Christian Rose  <menthos@menthos.com>
1330         * configure.in: Added "gl" to ALL_LINGUAS.
1332 2005-05-31 Rich Burridge <rich.burridge@sun.com>
1334     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1335       Fixed bug #305619 (http://bugzilla.gnome.org/show_bug.cgi?id=305619)
1336       Calculations with stored register values in arithmetic operator 
1337       precedence mode, now work correctly.
1339 2005-05-26 Rich Burridge <rich.burridge@sun.com>
1341     * From Christian Krause <chkr at plauener dot de>
1342       Fixed bug #305034 (http://bugzilla.gnome.org/show_bug.cgi?id=305034)
1343       In "Use Arithmetic Precedence" mode, when switching the format 
1344       (e.g. from ENG to FIX), the displayed value switches to zero (in the 
1345       corresponding format, so e.g. 0.0 or 0e+0, ...).
1347 2005-05-25 Rich Burridge <rich.burridge@sun.com>
1349     * Fixed bug #305467 (http://bugzilla.gnome.org/show_bug.cgi?id=305467)
1350       gcalctool no longer crashes under the following scenerio:
1351       - type "f" to bring up the user function menu.
1352       - dismiss the menu by clicking elsewhere with the mouse.
1353       - type another character which isn't in the range "0" to "9".
1355 2005-05-18 Rich Burridge <rich.burridge@sun.com>
1357     * Did a gcalctool tarball release.
1359 2005-05-16 Rich Burridge <rich.burridge@sun.com>
1361     * Fixed bug #304056 (http://bugzilla.gnome.org/show_bug.cgi?id=304056)
1362       Adjusted the keyboard shortcuts for the Xor and x^y operations.
1363       New values are:
1364       Xor - 'x'
1365       x^y - '^'
1367 2005-05-02 Rich Burridge <rich.burridge@sun.com>
1369     * From Paolo Borelli <pborelli at katamail dot com>
1370       Fixed bug #302555 (http://bugzilla.gnome.org/show_bug.cgi?id=302555)
1371       Various gcalctool variables have now been const'ified.
1373 2005-04-21 Rich Burridge <rich.burridge@sun.com>
1375     * From Vincent van Adrighem <adrighem at gnome dot org>
1376       Fixed bug #300957 (http://bugzilla.gnome.org/show_bug.cgi?id=300957)
1377       Replaced the underscore character in "translator_credits" with a
1378       hyphen, to prevent some translation tools from being confused.
1380 2005-04-13 Rich Burridge <rich.burridge@sun.com>
1382     * More work on bug #172704. 
1383       - Adjusted the code to not try to display a menu when the user 
1384         entered a left parentheses (another do_pending() type of 
1385         operation).
1386       - Toggling the "Show Trailing Zeroes" operation via keyboard
1387         shortcuts, needed to clear the v-.pending flag.
1389 2005-04-11 Rich Burridge <rich.burridge@sun.com>
1391     * Fixed up some problems reported by lint.
1393 2005-04-07 Rich Burridge <rich.burridge@sun.com>
1395     * Fixed bug #172704 (http://bugzilla.gnome.org/show_bug.cgi?id=172704)
1396       Fixed bug #172869 (http://bugzilla.gnome.org/show_bug.cgi?id=172869)
1397       When the user now uses the keyboard shortcut for any of the gcalctool
1398       buttons that have a menu associated with them, that menu is now displayed.
1399       The user can use the arrow keys to select a menu item or the menu items 
1400       shortcut.
1402 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1404     * From Alan Horkan <horkana@tcd.ie>
1405       Fixed bug #171393 (http://bugzilla.gnome.org/show_bug.cgi?id=171393)
1406       Allow stock labels to show through. Should make translation that 
1407       little bit easier. 
1409 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1411     * Refixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1412       The Help->Contents menu item no longer appears if gcalctool is built
1413       Gtk-only.
1415 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1417     * Fixed bug #172798 (http://bugzilla.gnome.org/show_bug.cgi?id=172798)
1418       gtk_set_locale was already being run by gtk_init() and the gtk about 
1419       popup didn't have the gcalctool icon.
1421 2005-03-31  Steve Murphy  <murf@e-tools.com>
1423     * configure.in: Added "rw" to ALL_LINGUAS.
1425 2005-03-28  Abel Cheung  <maddog@linuxhall.org>
1427     * configure.in: Added "tr" to ALL_LINGUAS.
1429 2005-03-31 Sami Pietila <sampie@ariana-dsl.utu.fi>
1431     * Fix for bug #172150
1432     * Minor fix: the initial zero value is not anymore used as a
1433       function parameter.
1435 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1437     * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1438       the on-screen keyboard assistive technology, it's possible that the 
1439       event returned by gtk_get_current_event() is NULL. If this is the 
1440       case, we need to fudge the popping up on the menu associated with 
1441       this menu button.
1443 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1445     * Fixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1446       You can now build gcalctool without the GNOME libraries by specifying
1447       "--disable-gnome" on the configure command line.
1449 2005-03-22  Adi Attar  <aattar@cvs.gnome.org>
1451         * configure.in: Added 'xh' to ALL_LINGUAS.
1453 2005-03-19 Sami Pietila <sampie@ariana-dsl.utu.fi>
1455     * Fix for bug #168385
1456     * Minor cleanups
1457         
1458 2005-03-10 Rich Burridge <rich.burridge@sun.com>
1460     * Fixed bug #167479 (http://bugzilla.gnome.org/show_bug.cgi?id=167479)
1461       gcalctool with set the View->Memory Registers menu item inactive if
1462       the calculator is in Basic mode.
1464 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1466     * Fixed bug #169196 (http://bugzilla.gnome.org/show_bug.cgi?id=169196)
1467       gcalctool now uses use g_get_home_dir().
1469     * Added in a better implementation of the trig_filter() routine in 
1470       functions.c
1472     * Fixed bug #168694 (http://bugzilla.gnome.org/show_bug.cgi?id=168694)
1473       gcalctool now saves/restores the ten memory register values as gconf 
1474       resources.
1476     * Removed the redundant process_str() routine in graphics.c
1478 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1480     * Version for GNOME 2.10.0 (final) call for tarballs.
1482 2005-03-07 Irene Ryan <irene.ryan@sun.com>
1483                         (on behalf of Maeve Anslow)
1485         * help/C/gcalctool.xml; updated help manual
1486         * help/C/gcalctool-C.omf; updated OMF file details
1487         * help/C/l10n.txt; updated instructions for L10N
1488         * help/C/figures/gcalctool_basic_window.png; updated screenshot
1489         * help/C/figures/gcalctool_scientific_window.png; updated screenshot
1490         
1491 2005-02-28 Rich Burridge <rich.burridge@sun.com>
1493     * Version for GNOME 2.10.0 (rc1) call for tarballs.
1495 2005-02-27 Rich Burridge <rich.burridge@sun.com>
1497     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1498       Partial fix for bug 168385 
1499       (http://bugzilla.gnome.org/show_bug.cgi?id=168385)
1500       "F+F=" wasn't working in arithmetic operator precedence mode.
1502 2005-02-18 Rich Burridge <rich.burridge@sun.com>
1504     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1505       Changes to make the trigonometric code work with hyp and inv
1506       properly.
1508 2005-02-15 Rich Burridge <rich.burridge@sun.com>
1510     * The fix for bug #162998 was incorrect when in Arithmetic Precedence
1511       mode. Had to remove an extra bogus signal handler that shouldn't
1512       have been connected up for menu-type buttons.
1514     * Exch functionality was incorrect in Arithmetic Precedence mode.
1516     * Left and Right shift operations weren't working correctly. Menu
1517       name comparison in mb_proc() in gtk.c was incorrect.
1519 2005-02-11 Rich Burridge <rich.burridge@sun.com>
1521     * Fixed bug 167124 (http://bugzilla.gnome.org/show_bug.cgi?id=167124)
1522       One of the entries in the words[] array in syntax_translation.c was
1523       accidentally commented out.
1525 2005-02-08 Rich Burridge <rich.burridge@sun.com>
1527     * From Dennis Cranston <dennis_cranston at yahoo com>
1528       Fixed bug 166634 (http://bugzilla.gnome.org/show_bug.cgi?id=166634)
1529       Call to create the About box was missing a NULL terminator.
1531 2005-02-07 Rich Burridge <rich.burridge@sun.com>
1533     * Adjusted all copyright messages to be 2005.
1534     * Version for GNOME 2.10.0 (beta2) call for tarballs.
1536 2005-02-03 Rich Burridge <rich.burridge@sun.com>
1538     * From Naveen & Team < naveenchandranv@gmail.com >
1539       Fixed bug #165522 (http://bugzilla.gnome.org/show_bug.cgi?id=165522)
1540       Made the status bar non-resizable.
1542 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1544     * From Mariano Suárez-Alvarez <msuarezalvarez at arnet dot com dot ar>
1545       Various code cleanups. It moves some declarations of static functions 
1546       to the corresponding .c files. It also cuts down the number of 
1547       included files, moving some includes to where they are needed from 
1548       calctool.h.
1550 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1552     * From Kristof Vansant <de_lupus at pandora dot be>
1553       Adjusted the About dialog to use the latest GtkAbout widget.
1555 2005-01-24 Rich Burridge <rich.burridge@sun.com>
1557     * Version for GNOME 2.10.0 (beta1) call for tarballs.
1559 2005-01-21 Rich Burridge <rich.burridge@sun.com>
1561     * Fixed bug #162998 (http://bugzilla.gnome.org/show_bug.cgi?id=162998)
1562       The "menu" buttons in gcalctool now responds to the "clicked" event
1563       rather than the "button-press-event" to allow gok, the on-screen 
1564       keyboard to function properly.
1566     * Fixed bug #159957 (http://bugzilla.gnome.org/show_bug.cgi?id=159957)
1567       Input number in FIX mode now make mimimal changes to (i.e append a
1568       single character) the display rather than completely delete and
1569       insert it. The is helpful to assistive technologies like gnopernicus.
1571 2005-01-18 Rich Burridge <rich.burridge@sun.com>
1573     * Fixed bug #164184 (http://bugzilla.gnome.org/show_bug.cgi?id=164184)
1574       Adjusted location of comments in syntax_translation.c so that the
1575       L10N message translation software isn't confused.
1577 2005-01-12 Rich Burridge <rich.burridge@sun.com>
1579     * Fixed bug #163468 (http://bugzilla.gnome.org/show_bug.cgi?id=163468)
1580       Pressing "(<Del>)" would cause gcalctool to crash.
1582 2004-01-10 Rich Burridge <rich.burridge@sun.com>
1584     * Version for GNOME 2.9.4 call for tarballs.
1586 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1588     * From Pádraig Brady < P at draigBrady dot com >
1589       Couldn't use the "#" key to select constants as this symbol was
1590       a lower-case symbol on his keyboard.
1592     * From Pádraig Brady < P at draigBrady dot com >
1593       Powers that were a multiple of 30 (10 as well as 3) would not 
1594       display correctly, having a 4 digit significand. Further testing 
1595       showed that without the fix the following powers had a 4 digit 
1596       significand: 27,30, 57,60, 90, 96 (and every 3 from here on). 
1598 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1600     * Fixed bug #161976 (http://bugzilla.gnome.org/show_bug.cgi?id=161976).
1601       configure.in now checks to make sure that atk >= 1.5
1603 2005-01-03 Naveen & Team < naveenchandranv@gmail.com >
1605     * Fixed bug #155101 (http://bugzilla.gnome.org/show_bug.cgi?id=155101).
1606       Made the gcalctool window resizable.
1608 2004-12-21 Rich Burridge <rich.burridge@sun.com>
1610     * Version for GNOME 2.9.3 call for tarballs.
1612 2004-12-17 Rich Burridge <rich.burridge@sun.com>
1614     * Fixed bug #160929 (http://bugzilla.gnome.org/show_bug.cgi?id=160929).
1615       Removed the "Mode" word from each of the different mode menu items 
1616       in the gcalctool View menu.
1618 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1620     * From Hidetoshi Tajima <Hidetoshi dor Tajima at Sun dot COM>
1621       Fixed bug #157701 (http://bugzilla.gnome.org/show_bug.cgi?id=157701).
1622       gcalctool can now use real multiplication and division symbols
1623       instead of "*" and "/". This is done via locale string translations.
1624       There is now a new en_US.po message file included with the
1625       distribution.
1627     * Latest that same day...
1628       Adjusted the multiplication and division entries in the en_US.po
1629       file to be "*' and "/" to stop the Ximian tinderbox build breaking.
1630       This "fix" needs further investigating.
1632 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1634     * Fixed bug #160088 (http://bugzilla.gnome.org/show_bug.cgi?id=160088).
1635       Adjusted the titlebar text so that it doesn't include the word "Mode"
1636       which was getting chopped when the calculator was in Basic mode.
1638 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1640     * Fixed bug #157962 (http://bugzilla.gnome.org/show_bug.cgi?id=157962).
1641       Added in a set of three colors for gcalctool that will work with 
1642       the default theme. To use them, the "gcalctoolrc" file supplied with
1643       the source distribution needs to be moved to ~/.gcalctoolrc
1645 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1647     * Generated gcalctool tarball for the GNOME 2.9.2 release.
1649 2004-11-15 Rich Burridge <rich.burridge@sun.com>
1651     * Fixed bug #158357 (http://bugzilla.gnome.org/show_bug.cgi?id=158357).
1652       Removed the -DGNOME_DISABLE_DEPRECATED and the -DGTK_DISABLE_DEPRECATED
1653       flags from the INCLUDES definition in .../gcalctool/Makefile.am for now,
1654       to allow it to successfully build against the latest GNOME/Gtk+.
1656     * Slight adjustment to correct check the Advanced mode menu item when
1657       the user had previously terminated gcalctool in that mode.
1659     * Adjusted the scroll_right() routine to only scroll right if the 
1660       horizontal scroll bar is visible.
1662 2004-11-14 Rich Burridge <rich.burridge@sun.com>
1664     * Changed the names of the gconf mode type key so that there is
1665       backward compatibility. Old key name was "mode". New key name
1666       id "modetype".
1668     * Reset the initial default mode to BASIC.
1670 2004-11-11 Rich Burridge <rich.burridge@sun.com>
1672     * From Sebastien Estienne <sebastien dot estienne at gmail.com>
1673       Changes to add in a very basic mode for gcalctool. Rather than calling
1674       this a "Light" mode, the existing "Basic" mode is now renamed to
1675       "Advanced" and the new basic mode is called "Basic".
1677       Took a different approach from Sebastien in implementing this, so that
1678       I could easily add in an extra row of buttons over what he'd sent in 
1679       his patch.  These are Bksp, CE, Clr and +/- (change sign).
1681     * Fixed bug #157757 (http://bugzilla.gnome.org/show_bug.cgi?id=157757)
1682       The horizontal scrollbar for the display area will now only be visible
1683       when needed. It will also display the rightmost part of the display
1684       as you are entering new input.
1686 2004-11-04 Sami Pietila <sampie@ariana-dsl.utu.fi>
1688     * Converted parsers to use calc_xpowy() instead of mppwr2().
1689     * Addressed some compiler warnings
1691 2004-11-03 Rich Burridge <rich.burridge@sun.com>
1693     * Partial fix for bug #157021 
1694       (http://bugzilla.gnome.org/show_bug.cgi?id=157021).
1695       Changes have been added to fix this for non-arithmetic precedence mode.
1696       for x ^ y, if x is negative and y is an integer, then the mppwr() MP
1697       routine is used instead of mppwr2(). Added a new calc_xpowy() routine 
1698       in mpmath.c to do this calculation. Also added a show_error() routine
1699       to functions.c to display the error in the status bar if the user
1700       enters -X with non-integer Y.
1702 2004-11-02 Sami Pietila <sampie@ariana-dsl.utu.fi>
1704     * -x^y was intepreted -(x^y). Fixed. 
1705     * Also removed implicit multiplication as it caused problems.
1707 2004-11-01 Rich Burridge <rich.burridge@sun.com>
1709     * Generated gcalctool tarball for first GNOME 2.9 release.
1711 2004-10-15 Sami Pietila <sampie@ariana-dsl.utu.fi>
1713     * Fixed pr 148639.  
1715 2004-09-30 Rich Burridge <rich.burridge@sun.com>
1717     * Slight adjustment to bug #152301
1718       (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
1719       The tooltip message had been tweaked to 
1720       "Show the About Gcalctool dialog".
1722 2004-09-28 Pawan Chitrakar 
1724         * configure.in: Added "ne" Nepali in ALL_LINGUAS
1726 2004-09-27 Rich Burridge <rich.burridge@sun.com>
1728     * From Christian Rose <menthos at menthos dot com>
1729       Fixed bug #152301 (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
1730       Adjusted the tooltip message for Help->About... from "Show about help"
1731       to "Show the about dialog", to make it more understandable.
1733 2004-09-27 Rich Burridge <rich.burridge@sun.com>
1735     * From Heikki Tauriainen <heikki dot tauriainen at hut dot fi>
1736       Fixed bug #153726 (http://bugzilla.gnome.org/show_bug.cgi?id=153726)
1737       Gcalctool will now build correctly when using the -fno-common option 
1738       for gcc (3.3.4).
1740 2004-09-26 Sami Pietila <sampie@ariana-dsl.utu.fi>
1742     * Numerical localization (and thousand separator) disabled if an expression
1743       with parenthesis is entered in non-arithmetic precedence mode.
1744       
1745 2004-09-24 Rich Burridge <rich.burridge@sun.com>
1747     * If the accuracy was changed via one of the ten preset menu items
1748       in the Acc menu, the tooltip wasn't getting correct updated with 
1749       the new accuracy.
1751 2004-09-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
1753     * Numerical answer localization and thousand separator support
1754       for arithmetic precedence mode.
1756 2004-09-02 Rich Burridge <rich.burridge@sun.com>
1758     * Fixed rfe #147803 (http://bugzilla.gnome.org/show_bug.cgi?id=147803)
1759       Further changes to the "Set Precision" popup.
1760       - "Significant places" not "Significant Places".
1761       - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is
1762         the current precision, and be in the same radio box group as 
1763         the other menu items. Check the appropriate menu entry
1764       - Adjust the Acc button tooltip to show the current accuracy too.
1765       - When the user attempts to enter an invalid entry in the Set 
1766         Precision popup, an error message is shown in the main gcalctool 
1767         status bar.
1768       - the other Acc radio button items (0-9) need to have mnemonics (_0,
1769         _1 ...).
1771     * From Jens Granseuer (jensgr at gmx dot net)
1772       Fixed bug #152790 (http://bugzilla.gnome.org/show_bug.cgi?id=152790)
1773       Most of the changes needed were already in CVS; there was one compiler
1774       warning that still needed to be removed.
1776     * Storing the display value to a memory register was not updating the
1777       memory register window, if it was visible.
1779 2004-09-02 Rich Burridge <rich.burridge@sun.com>
1781     * Added in functionality to set the number of significant places > 9.
1782       There is a new menu item under the Acc menu called "Set Precision..."
1783       that brings up a small popup allowing you to set precision between 0
1784       and MAXACC significant places (where MAXACC is currently 30).
1786 2004-09-08  Gora Mohanty  <gmohanty@cvs.gnome.org>
1787                                                                                 
1788         * configure.in: Added 'or' to ALL_LINGUAS.
1790 2004-08-24 Breda McColgan <breda.mccolgan@sun.com>
1792         * help/C/gcalctool.xml: Updated for GNOME 2.8, technical review draft   * help/C/gcalctool-C.omf: Updated for GNOME 2.8
1793         * help/C/l10n.txt: Updated for GNOME 2.8
1794         * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.8
1796 2004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
1798         * configure.in: Add Â«nb» to ALL_LINGUAS.
1800 2004-08-16  Christian Rose  <menthos@menthos.com>
1802         * configure.in: Added "bs" to ALL_LINGUAS.
1804 2004-08-02 Rich Burridge <rich.burridge@sun.com>
1805     
1806     * Refixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
1807       This time removed the .../help/<locale>omf_timestamp files as well.
1809 2004-08-01 Sami Pietila <sampie@ariana-dsl.utu.fi>
1811     * (Re)implemented paste functionality.
1813 2004-07-27 Rich Burridge <rich.burridge@sun.com>
1815     * Fixed up numerous warnings generated by running lint on the gcalctool
1816       code. Removed unused variables and functions. Declared routines
1817       statically where possible.
1819 2004-07-27 Rich Burridge <rich.burridge@sun.com>
1821     * From Joe Marcus Clarke (marcus at freebsd dot org)
1822       Fixed bug 148581 (http://bugzilla.gnome.org/show_bug.cgi?id=148581)
1823       Changes to get latest gcalctool compiling on a BSD system.
1825 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1827     * Added various filenames to .../gcalctool/.cvsignore.
1828     * Added mkinstalldirs so that I could successfully do a "make dist"
1829       on my Solaris machine.
1830     * Removed ChangeLog-NG and FIXME references from Makefile.am
1831     * Version 5.5.0 released.
1833 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1835     * Added:
1836       gcalctool/mpmath.c
1837       gcalctool/syntax_translation.c
1838       to ../po/POTFILES.in (thanks Marcel Telka!).
1840 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1842     * Fixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
1843       Removed the unwanted ...omf.out files from under the .../help/
1844       directories, an artifact of the gcalctool-ng branch merge.
1845       Removed the unwanted Makefile and Makefile.in files from the same
1846       directories.
1848 2004-07-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
1849     * Menu option "Arithmetic Precedence" mode is disabled on error condition.
1850     * Remove goto commands from do_expression()
1852 2004-07-22 Sami Pietila <sampie@ariana-dsl.utu.fi>
1854     * Error is reported and input not accepted if a number exceeds 40 chars.
1855     * Added e+ and e- notation support to ce_tokeniser.
1856     * xh, xd, xb and xo support removed (from ce_tokeniser), where x is a number.
1857     * Empty input is always displayed as zero.
1858     * Removed some redundant #ifdefs
1859     * Applied a patch from Rich Burridge. The patch removes goto from exp_del_char()
1860     * Changed macro N_() to _() from statusbar entries.
1861     * Postfix operations can now use empty (zero) expression as a operator
1863 2004-07-19 Rich Burridge <rich.burridge@sun.com>
1865     * Added in function prototypes to fixup warning messages from the compiler.
1866     * Added a final newline in both .l files, so that they could be correctly
1867       compiled on a Solaris machine.
1868     * Removed the "[Experimental]" from the titleline.
1870 2004-07-19 Rich Burridge <rich.burridge@sun.com>
1872     * Removed ChangeLog-NG. It's not needed.
1873     * Added the contents of FIXME to the TODO file and removed
1874       FIXME.
1875     * Added Copyright comments to the source files that didn't have
1876       them.
1877     * Adjusted the C code to the "One True Style". If/when you take over
1878       ownership of gcalctool, I'm happy for you to revert it to whatever
1879       style you like, but while I've got to maintain it, then all the source
1880       code will be a consistent style. Sorry.
1881     * Removed commented out C code or code surronded by "#if 0". It just 
1882       leads to confusion. Look at the previous versions in CVS history if 
1883       you need to see what was there.
1884     * Adjusted code so that line length is less than 80 characters (wherever
1885       possible).
1886     * Adjusted comments to "/* ... */" style. The "// ..." style is not
1887       recognized by default with the Sun compiler.
1888     * Removed all Tabs. Tabs are evil.
1889     * Indentation is four spaces not two.
1890     * Added blank lines where appropriate to make the code more readable.
1891     * Adjusted code to define variables at the top of a routine.
1892     * Remove the "Next Generation (Experiemental)" from the about box.
1893     * Changed copyright dates to include 2004.
1894     * Removed the "word:" Gnuism from the words[] struct in 
1895       syntax_translation.c. Similar problems with another struct in the
1896       same source file.
1898 2004-06-18 Christian Neumair <chris@gnome-de.org>
1900      * gcalctool/functions.c, gcalctool/graphics.c: s/precedencer/precedence/
1902      * gcalctool/gtk.c: Mark missing GtkActionEntry entries in menu entry
1903      array for translation.
1905      * (create_kframe): Call gtk_action_group_set_translation_domain to enable
1906      menu i18n.
1908 2004-06-18 Archana Shah <archana.shah@wipro.com>
1910      * gcalctool/gtk.c: Following functions added.
1912      * (gcalc_window_get_menu_items): Function to get the menu_items for actions
1913        which are having icons associated with them.
1915      * (gcalc_window_have_icons_notify): Function to be notified when key
1916        '/desktop/gnome/interface/menus_have_icons' toggles.
1918      * (gcalc_window_set_unset_image): Based on the value of above mentioned 
1919        gconf key, icons will be set/unset.
1921      * Fixes bug#144596 
1923         
1924 2004-06-14 Sami Pietila <sampie@ariana-dsl.utu.fi>
1926     * Merge from NG-branch.
1927         
1928 2004-06-14 Rich Burridge <rich.burridge@sun.com>
1930     * Remainder of the fix for bug #143924.
1931       http://bugzilla.gnome.org/show_bug.cgi?id=143924
1932       Control-T shouldn't work in Basic or Financial modes. 
1933       I should have been using:
1935         g_object_set(gtk_ui_manager_get_action(X->ui, i),  \
1936                      "sensitive", state, NULL);
1938       rather than:
1940         gtk_widget_set_sensitive(gtk_ui_manager_get_widget(X->ui, i), state)
1942       to set the [in]activeness state of the various menubar menu items.
1944 2004-06-11 Rich Burridge <rich.burridge@sun.com>
1946     * Partial fix for bug #143924.
1947       http://bugzilla.gnome.org/show_bug.cgi?id=143924
1948       After an error condition, the "Show Trailing Zeroes" menu item is
1949       only activated if the user is in Scientific mode.
1951 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1953     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
1954       In Basic or Financial mode, "Error" was been incorrectly display if
1955       you user has "Show Thousands Separator" set.
1957 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1959     * Fixed bug 144031 (http://bugzilla.gnome.org/show_bug.cgi?id=144031)
1960       gcalctool checked for the presence of the X11 libraries but doesn't
1961       need to. Checks removed from configure.in.
1963 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1965     * Selecting Help->About from the menubar wasn't doing anything. 
1966       With the switch to using the GtkUIManager, the hooks to link 
1967       up to the about_cb were incorrect.
1969 2004-06-01 Rich Burridge <rich.burridge@sun.com>
1971     * Adjusted the creation of the Accuracy and Left/Right shift menus
1972       from GtkItemFactory to GtkUIManager. 
1974       With this change, the -DGTK_DISABLE_DEPRECATED flag can now be 
1975       added back into .../gcalctool/gcalctool/Makefile.am.
1977 2004-05-29 Rich Burridge <rich.burridge@sun.com>
1979     * Adjusted the menubar creation in gtk.c from GtkItemFactory to
1980       GtkUIManager. 
1982 2004-05-29  Christian Rose  <menthos@menthos.com>
1984     * configure.in: Added "tk" to ALL_LINGUAS.
1986 2004-05-26 Rich Burridge <rich.burridge@sun.com>
1988     * Fixed bug 142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1989       gcalctool now correctly recognizes the localized decimal point
1990       character by explicitly checking to see if the keyboard event keyval
1991       matches what's returned by localeconv()->decimal_point.
1993 2004-05-25 Udayan Kumar <udayan_kumar@da-iict.org>
1995     * From Rich Burridge <rich.burridge@sun.com>
1996       Fixed bug 136119 (http://bugzilla.gnome.org/show_bug.cgi?id=136119)
1997       gcalctool/calctool.c : structure button b_bottons 
1998       Added code for paranthesis in place of empty space
2000 2004-05-23 Rich Burridge <rich.burridge@sun.com>
2002     * From Michael Terry <mterry@fastmail.fm>
2003       Fixed bug 129397 (http://bugzilla.gnome.org/show_bug.cgi?id=129397)
2004       gcalctool.desktop.in, gcalctool/Makefile.am, gcalctool/gtk.c:
2005       Use GtkIconTheme to load gcalctool icon instead of built-in image.
2007 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2009     * From Balamurali Viswanathan  <balamurali viswanathan at wipro dot com>
2010       Fixed bug 142888 (http://bugzilla.gnome.org/show_bug.cgi?id=142888)
2011       gcalctool is now connected to the "die" signal so that it can be
2012       successfully terminated when removed from gnome-session-properties.
2014 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2016     * Change suggested by Ron Jenkins.
2017       The "Bsp" (Backspace) button has been relabeled "Bksp" to make it
2018       more understandable. The gcalctool man pages have been updated to
2019       reflect this change. The online help will be updated at GNOME 2.8
2020       release time (see bug #138367).
2022 2004-05-17  Dan Winship  <danw@novell.com>
2024     * gcalctool/calctool.c: s/malloc.h/stdlib.h/
2026 2004-05-17 Padraig O'Briain <padraig.obriain@sun.com>
2028     * gcalctool/caltool.h: Add second argument to set_display to specify 
2029       whether to mminimize changes.
2031     * gcacltool/calctool.c gcalctool/display.c gcaltool/functions.c: 
2032       Add second argument to calls to set_display. It is set to TRUE only 
2033       when adding a digit after pressing caclulator button or deleting 
2034       digit after pressing backspace.
2036     * gcacltool/gtk.c (set_display): Implement second argument
2037       minimize changes. Do nothing if display is not being changed.
2039       Fixes bug #134376.
2041      [Note that with this change, gcalctool now requires the Gtk that 
2042       comes with GNOME 2.6 or later in order to build].
2044 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
2046     * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2048 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2050     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2051       If the "Error" message is being displayed, it is now no longer
2052       incorrectly displayed as "Er,ror" if the "Show Thousands Separator"
2053       is on.
2055 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2057     * Fixed bug 135068 (http://bugzilla.gnome.org/show_bug.cgi?id=135068)
2058       Adjusted several default constant descriptions to be more 
2059       understandable.
2061 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2063     * Fixed bug 135065 (http://bugzilla.gnome.org/show_bug.cgi?id=135065)
2064       Tooltips for OR, AND, NOT, XOR and XNOR have been changed from
2065       "Logical <whatever>" to "Bitwise <whatever>".
2067 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2069     * Fixed bug 136872 (http://bugzilla.gnome.org/show_bug.cgi?id=136872)
2070       gcalctool can now be built with "CFLAGS=-fdata-sections".
2072 2004-03-22 Rich Burridge <rich.burridge@sun.com>
2074     * Version for GNOME 2.6 (FINAL) call for tarballs.
2076 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
2078     * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
2080 2004-03-18  Gareth Owen <gowen72@yahoo.com>
2082     * configure.in: Added en_GB to ALL_LINGUAS
2084 2004-03-15 Glynn Foster  <glynn.foster@sun.com>
2085         
2086    * configure.in, Makefile.am: Add localized online user documentation
2087      from the Sun translation team.
2088    * help/*: Online user documentation for de, es, fr, it, ja, ko, sv, zh_CN,
2089      zh_HK and zh_TW.
2091 2004-03-13 Alexander Shopov <ash@contact.bg>
2093    * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
2095 2004-03-08 Alastair McKinstry <mckinstry at computer dot org>
2097    * configure.in: Added ga ("Irish") to ALL_LINGUAS.
2099 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2101     * One more slight adjustment to the fix for bug 135064 
2102       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2103       Entering numbers that start with the numeric point character ('.")
2104       are now visibly displayed.
2106 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2108     * Adjustment to the fix for bug 135064 
2109       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2110       Fix to remove a potential spurious initial thousands separator 
2111       character after a change sign operation.
2113 2004-02-25  Tomasz Kłoczko <kloczek@pld.org.pl>
2115     * Makefile.am: in configure.in is used AM_GCONF_SOURCE_2. Part of this
2116       aclocal macro allow disable/enable install schama files in make
2117       install target schemas in GConf database. Pass
2118       --disable-schemas-install in configure parameters disable defines by
2119       AM_CONDITIONAL() GCONF_SCHEMAS_INSTALL variable for allow in
2120       Makefile.am files run gconftool-2 for update GConf database
2121       conditionaly. This fix enables run gconftool-2 in install-data-local
2122       only if GCONF_SCHEMAS_INSTALL variable is defined .. so now passing in
2123       configure parameters --disable-schemas-install switch now works perfectly :)
2125       * Makefile.am, gcalctool/Makefile.am: minor cleanups
2126       s#@VARIABLE@#$(VARIABLE)#
2128 2004-02-26  Miloslav Trmac <mitr at volny dot cz>
2130     * Fixed bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2131       Changing the sign of a large number (when "Show Thousands Separator"
2132       is on and this is not the C locale), no longer corrupts the display.
2133       The fix involved resetting all the internal calculations in gcalctool
2134       to be done in the C locale, and then localized (radix character and
2135       thousands separator), just before the number is displayed.
2137 2004-02-24  Rich Burridge <rich.burridge@sun.com>
2139     * Fixed bug 135328 (http://bugzilla.gnome.org/show_bug.cgi?id=135328)
2140       Added Shift-slash as a recognized alternate for the divide operation
2141       (needed by the be-latin1 keyboard layout).
2143 2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>
2145     * configure.in: Added Thai (th) to ALL_LINGUAS.
2147 2004-02-21  Christian Rose  <menthos@menthos.com>
2149     * configure.in: Added "en_CA" to ALL_LINGUAS.
2151 2004-02-18  Rich Burridge <rich.burridge@sun.com>
2153     * Fixed bug 134540 (http://bugzilla.gnome.org/show_bug.cgi?id=134540)
2154       gcalctool now correctly handles the digits 0123456789 which are
2155       shifted about the accented characters on a French keyboard.
2157 2004-02-17  Rich Burridge <rich.burridge@sun.com>
2159     * Fixed bug 134484 (http://bugzilla.gnome.org/show_bug.cgi?id=134484)
2160       Doing "3 x! x! x!" no longer causes gcalctool to lock up.
2162 2004-02-11 Breda McColgan <breda.mccolgan@sun.com>
2164     * Updated the following files due to fix for bug 133764 
2165       (http://bugzilla.gnome.org/show_bug.cgi?id=133764
2166            * help/C/gcalctool.xml
2167            * help/C/gcalctool-C.omf
2168            * help/C/figures/gcalctool_basic_window.png
2169            * help/C/figures/gcalctool_scientific_window.png
2171 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2173     * Fixed bug 133764 (http://bugzilla.gnome.org/show_bug.cgi?id=133764)
2174       - "Gradients" was still appearing when in Scientific mode (instead 
2175         of "Gradians".
2176       - In the x^2 button, the 2 should not be italicized.
2177       - In the x^2 and x^y buttons, the x should be italicized.
2178       - The View Thousands Separator menu item should not remain active 
2179         during an error condition.
2181 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2183     * Fixed bug 133590 (http://bugzilla.gnome.org/show_bug.cgi?id=133590)
2184       The About box now lists the documenters of gcalctool.
2186 2004-02-07 Breda McColgan <breda.mccolgan@sun.com>
2188     * help/C/gcalctool.xml: Updated for GNOME 2.6, technical review draft
2189     * help/C/gcalctool-C.omf: Updated for GNOME 2.6
2190     * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.6
2191     * help/C/figures/gcalctool_financial_window.png: Updated for GNOME 2.6
2192     * help/C/figures/gcalctool_scientific_window.png: Updated for GNOME 2.6
2194 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2196     * Fixed bug 132582 (http://bugzilla.gnome.org/show_bug.cgi?id=132582)
2197       Adjusted the gcalctool titlebar to use a hyphen (rather than square
2198       brackets) to show what mode the user is currently using.
2200 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2202     * Fixed bug 132570 (http://bugzilla.gnome.org/show_bug.cgi?id=132570)
2203       Adjusted UI to use spacing to delineate groups rather than frames
2204       (per the HIG).
2206 2004-01-22  Rich Burridge <rich.burridge@sun.com>
2208     * Fixed bug 131571 (http://bugzilla.gnome.org/show_bug.cgi?id=131571)
2209       User defined constants are now read/written out (as gconf resources)
2210       with no thousands separator and with a radix of ".".
2212 2004-01-16  Rich Burridge <rich.burridge@sun.com>
2214     * Fixed bug 131594 (http://bugzilla.gnome.org/show_bug.cgi?id=131594)
2215       The "Insert ASCII View..." menu item and the "Insert" button no
2216       longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
2218 2004-01-07  Alexander Nedotsukov <bland at mail dot ru>
2220     * Fixed bug 131059 (http://bugzilla.gnome.org/show_bug.cgi?id=131059)
2221       Fix to allow the thousands separator to be used correctly with the
2222       creation of the initial constant values in the Russian locale.
2224 2004-01-07  Rich Burridge <rich.burridge@sun.com>
2226     * Fixed bug 130078 (http://bugzilla.gnome.org/show_bug.cgi?id=130078)
2227       Changed the y^x button label to x^y (really x superscript y). Adjusted
2228       the tooltip message to "Raise displayed value to the power of y".
2230 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2232     * Fixed bug 130282 again (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2233       Needed to remove the "|| tsep[0] == '\0'" check from the get_tsep()
2234       routine in order to get the thousands separator to correctly work in
2235       all locales. Note that there is no thousands separator now for the C 
2236       locale.
2238 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2240     * Fixed part of bug 126125 
2241       (http://bugzilla.gnome.org/show_bug.cgi?id=126125). If the user
2242       entered: "1+(2()<backspace>)", this resulted in an answer of 0.
2243       When the user backspaced over the ")" character, v->noparens should
2244       have been incremented.
2246 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2248     * Fixed bug 130187 (http://bugzilla.gnome.org/show_bug.cgi?id=130187)
2249       When gcalctool changes modes now, it's internal state and the display
2250       are cleared.
2252 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2254     * Fixed bug 130282 (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2255       Fixes for more problems with the thousands separator in certain
2256       locales, plus correct handling of the radix character with the initial
2257       constant values.
2259 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2261     * Fixed bug 128603 again (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2262       The solution this time was to duplicate the initial string constant
2263       values to be confident that they are not in read-only memory.
2265 2004-01-03  Sanlig Badral  <badral@openmn.org>
2267     * configure.in: Added "mn" to ALL_LINGUAS.
2269 2004-01-03  Robert Sedak  <robert.sedak@sk.htnet.hr>
2271     * configure.in: Added "hr" in ALL_LINGUAS.
2273 2003-12-26  Fernando Herrera  <fherrera@onirica.com>
2275     * gcalctool.desktop.in: added X-GNOME-Bugzilla-OtherBinaries
2277 2003-12-24  à¸¥à¸ygimantas Beruฤka  <uid0@tuxfamily.org>
2279     * lt.po: Added "lt" to ALL_LINGUAS.
2281 2003-12-22  Miloslav Trmac <mitr at volny dot cz>
2283     * Fixed bug 129539 (http://bugzilla.gnome.org/show_bug.cgi?id=129539)
2284       The thousands separator is a null terminated string, not a single
2285       character. Same for the radix. Adjusted various functions to handle
2286       this. Note that in the C locale, nl_langinfo(THOUSEP) returns an empty
2287       string, so get_tsep() has been adjusted to return "," for that case.
2288       If nl_langinfo(RADIXCHAR) returns an empty string (it shouldn't do),
2289       then get_radix() will return ".".
2291 2003-12-20  Arafat Medini <lumina@silverpen.de>
2293     * ar.po: Added Arabic Locale "ar" to ALL_LINGUAS
2295 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2297     * Fixed bug 129496 (http://bugzilla.gnome.org/show_bug.cgi?id=129496)
2298       "Gradients" should be "Gradians".
2300 2003-12-16 Mohammad DAMT  <mdamt@bisnisweb.com>
2302     * configure.in: Added "id" in ALL_LINGUAS
2303     * po/id.po: Indonesian translation by Ahmad Riza H Nst <ari@160c.afraid.org>
2305 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2307     * Fixed bug 128603 (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2308       The changes for enhancement request #126626 which added thousands 
2309       separator support caused a crash at startup time on a Debian system. 
2310       The initial constant strings are being put in read-only memory either 
2311       by gcc (or because of the way that x86 arch is designed). This was 
2312       not a problem when tested with the Sun compilers on a Solaris SPARC 
2313       machine.  The remove_tsep() routine is display.c has been rewritten 
2314       to correctly handle this.
2316 2003-12-04  Iรฑaki Larraรฑaga <dooteo@euskalgnu.org>
2318     * configure.in: Added Basque (eu) to ALL_LINGUAS.
2320 2003-12-03  Rich Burridge <rich.burridge@sun.com>
2322     * Further work on enhancement request 125873
2323       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2324       As the user is typing in input, the display will now show the
2325       thousands separator (if checked).
2327 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2329     * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2330       This keyval/state pair needed to be added to the Xor recognized mappings.
2332 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2334     * Re-fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2335       The fix for Shift-"=" should have been for GDK_equal not GDK_Return.
2336       Needed to add in support for Shift-"/" too.
2338 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2340     * Implemented enhancement request 125873
2341       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2342       gcalctool can now optionally show the thousands seperator character
2343       for fixed point numbers displayed in the decimal base. Same for
2344       numbers stored in the memory registers. There is a new "Show 
2345       Thousands Separator" menu entry in the View menu to set this.
2347 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2349     * Fixed bug 126626 (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2350       gcalctool no longer causes a Gtk-CRITICAL error when the user enters
2351       "9*(1<Xor>". The problem was caused because a non-UTF character was
2352       being inserted into the text string to be displayed for the Xor
2353       function.
2355 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2357     * Fixed bug 125782 (http://bugzilla.gnome.org/show_bug.cgi?id=125782)
2358       If the user is entering a left parenthesis and it is the first one 
2359       being displayed and there is no current arithmetic operand, then 
2360       the current display is initially cleared to avoid the confusion of 
2361       showing something like "0(".
2363 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2365     * Fixed bug 127862 (http://bugzilla.gnome.org/show_bug.cgi?id=127862)
2366       The fix for bug #125625 introduced a potential out-of-order case
2367       for users who are rapid keyboard typers. This bug fix rectifies this
2368       with the unfortunate side-effect of no longer visual toggling the 
2369       equivalent button to the keyboard character that the user entered.  
2370       This fix is still compatible with the way the accessibility 
2371       infrastructure works though.
2373 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2375     * Fixed bug 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2376       For the "1/x", "x^2", "x!", "e^x", "10^x" and "y^x" labels, all 
2377       occurances of "x" and "y" are now italicized. The "e" in "e^x" 
2378       is no longer italicized.
2380 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2382     * Fixed bug 127316 (http://bugzilla.gnome.org/show_bug.cgi?id=127316)
2383       The "fix" introduced in gcalctool v4.1.18 to fix Sun Bugtraq bug 
2384       #1258472 against CDE dtcalc (which was also a problem with gcalctool)
2385       was incorrect.
2387 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2389     * Fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2390       The "=" key on a Swedish keyboard is on the upper level of a key 
2391       (i.e. the Shift key needs to be down). Added another mask/keysym 
2392       pair to the "=" entry in calctool.c to handle this.
2394 2003-11-07  Rich Burridge <rich.burridge@sun.com>
2396     * Fixed bug 125625 (http://bugzilla.gnome.org/show_bug.cgi?id=125625)
2397       gcalctool now handles "clicked" events rather than "pressed" ones.
2399 2003-10-20  Kjartan Maraas <kmaraas@gnome.org>
2401     * Fixed bug 124928 (http://bugzilla.gnome.org/show_bug.cgi?id=124928)
2402       Plugged several memory leaks.
2404 2003-10-13  Breda McColgan  <breda.mccolgan@sun.com>
2406     * Updated the following files:
2407         * help/C/gcalctool.xml: updated based on bug 123132
2408         * help/C/gcalctool-C.omf: updated manual date and version number
2409         * help/C/l10n.txt: updated manual version number and changes summary
2411 2003-10-13  Rich Burridge <rich.burridge@sun.com>
2413     * Fixed bug 124377 (http://bugzilla.gnome.org/show_bug.cgi?id=124377)
2414       Fixed rounding errors when the radix character for a locale isn't ".".
2415       The problem was in the first parameter passed to the MPstr_to_num() 
2416       routine. "0.5" should have been a string consisting of 
2417       SPRINTF(half, "0%c5", v->radix_char);
2419 2003-10-10  Rich Burridge <rich.burridge@sun.com>
2421     * Fixed bug 124172 (http://bugzilla.gnome.org/show_bug.cgi?id=124172)
2422       The "+" character on a German keyboard is on the lower level of a
2423       key (i.e. the Shift key doesn't need to be down). Added another
2424       mask/keysym pair to the "+" entry in calctool.c to handle this.
2426 2003-10-06  Rich Burridge <rich.burridge@sun.com>
2428     * Fixed bug 120737 (http://bugzilla.gnome.org/show_bug.cgi?id=120737)
2429       Changed the accessible text for the OR button from "Logical OR" to
2430       "logical OR" so that it's not changed by FreeTTS's token to words
2431       module to "logical Oregon".
2433 2003-10-06  Kaushal Kumar <kaushal.kumar@wipro.com>
2435     * gcalctool/Makefile.am: GtkItemFactory has been depricated.
2436       Remove the GTK_DISABLE_DEPRECATED flag. Fixes #123948.
2438 2003-10-03  Rich Burridge <rich.burridge@sun.com>
2440     * Fixed bug 123724 (http://bugzilla.gnome.org/show_bug.cgi?id=123724)
2441       Hitting Esc now does the same as hitting Control-Backspace; i.e. the
2442       CE (clear entry) functionality.
2444     * Updated the gcalctool man pages to reflect this change, and the changes
2445       for bug #118826.
2447 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2449     * Refixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2450       gcalctool now uses nl_langinfo() to get the numeric point for the
2451       users locale, rather than via a localised string.
2453 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2455     * Fixed enhancement 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2456       Changed that label for e^x (e superscript x) to use an italised "e".
2458 2003-09-24  Rich Burridge <rich.burridge@sun.com>
2460     * Fixed bug 118826 (http://bugzilla.gnome.org/show_bug.cgi?id=118826)
2461       The keyboard shortcuts for the six hex. digits are now "A" to "F".
2462       The functions that previously used those letters have been reassigned
2463       to their lowercase equivalents. These were:
2465         Accuracy                      (now "a")
2466         Change Sign                   (now "c")
2467         Double-declining depreciation (now "d")
2468         Exponential                   (now "e")
2469         User-defined functions        (now "f")
2471       Note that left or right shifting 10-15 places now uses the 'A' to
2472       'F' keyboard accelerators (rather than 'a' to 'f').
2474 2003-09-17  Rich Burridge <rich.burridge@sun.com>
2476     * Fixed bug 122408 (http://bugzilla.gnome.org/show_bug.cgi?id=122408)
2477       The tooltips for the numeric buttons (0-9) have been removed as they
2478       are redundant.
2480 2003-09-17  Fatih Demir <kabalak@gtranslator.org>
2482     * configure.in: Added "ta" (Tamil) to the languages' list.
2484 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2486     * Fixed bug 120749 (http://bugzilla.gnome.org/show_bug.cgi?id=120749)
2487       When gcalctool is displaying a menu, typing Alt+Tab can no longer
2488       switch windows. The menu_button_key_press_cb() routine in gtk.c
2489       needed to return TRUE if the event->keyval was a Space.
2491 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2493     * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2494       Accessible names have now been added to each of the widgets in the 
2495       mode panel when in Scientific mode.
2497 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2499     * Fixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2500       The decimal separator is now a translatable string so that other
2501       locales that don't use a period (Italian uses a comma for example),
2502       can adjust accordingly.
2504 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2506     * Fixed bug 120605 (http://bugzilla.gnome.org/show_bug.cgi?id=120605)
2507       Gcalctool contains lots of messages that are (potentially) only 
2508       displayed if the user starts the application with either the -D or 
2509       the -E command line options. As these are debugging messages, they 
2510       need not be translated, so the _(...) macros around them have been 
2511       removed.
2513 2003-09-09  Andras Timar  <timar@gnome.hu>
2515     * configure.in: Added Hungarian (hu) to ALL_LINGUAS.
2517 2003-09-08  Pablo Saratxaga  <pablo@mandrakesoft.com>
2519     * configure.in: Added Farsi (fa), Macedonian (mk) and Vietnamese (vi)
2520       to ALL_LINGUAS
2522 2003-09-08  Glynn Foster  <glynn.foster@sun.com>
2524     * configure.in: Version 4.3.3
2526 2003-09-08  Mugurel Tudor  <mugurelu@go.ro>
2528     * configure.in: Added "ro" to ALL_LINGUAS.
2530 2003-09-07  Sami Pesonen  <sampeson@iki.fi>
2532     * configure.in: Added "fi" to ALL_LINGUAS.
2534 2003-09-05  Laurent Dhima  <laurenti@alblinux.net>
2536     * configure.in: Added "sq" to ALL_LINGUAS.
2538 2003-08-27  Marcel Telka  <marcel@telka.sk>
2540     * configure.in (ALL_LINGUAS): Added sk.
2542 2003-08-23  Ole Laursen  <olau@hardworking.dk>
2544     * configure.in: Added "da" (Danish) to ALL_LINGUAS.
2546 2003-08-18  Rich Burridge <rich.burridge@sun.com>
2548     * Fixed bug 119888 (http://bugzilla.gnome.org/show_bug.cgi?id=119888)
2549       gcalctool keyboard handling has been improved.
2551 2003-08-16  Guntupalli Karunakar  <karunakar@freedomink.org>
2553     * configure.in: Added "hi" in ALL_LINGUAS.
2555 2003-08-14  Rich Burridge <rich.burridge@sun.com>
2557     * From Dennis Cranston  <dennis_cranston at yahoo com>
2558       Fixed bug 119832 (http://bugzilla.gnome.org/show_bug.cgi?id=119832)
2559       The space bar can now correctly activate the button that has focus.
2561 2003-08-08  Rich Burridge  <rich.burridge@sun.com>
2563     * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2565 2003-08-06  Metin Amiroff  <metin@karegen.com>
2567     * configure.in: Added "az" to ALL_LINGUAS.
2569 2003-08-06  Wang Jian  <lark@linux.net.cn>
2571     * configure.in: Added "zh_CN" to ALL_LINGUAS.
2573 2003-08-04  Rich Burridge  <rich.burridge@sun.com>
2575     * From Dennis Cranston  <dennis_cranston at yahoo com>
2576       Fixed bug 118246 (http://bugzilla.gnome.org/show_bug.cgi?id=118246)
2577       The display field can now take focus. The initial widget with
2578       focus is the Clr button (also discussed this with Nils who agrees).
2580 2003-07-30  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2582     * configure.in: Added Belarusian to ALL_LINGUAS.
2584 2003-07-29  Rich Burridge  <rich.burridge@sun.com>
2586     * (Bug #118247) Three more small adjustments to AccessibleName text:
2587       "E to the power of x" goes back to "E to the x"
2588       "Ten to the power of x" goes back to "Ten to the x"
2589       "Y to the power of x" goes back to "Y to the x"
2591       (Sorry translators).
2593 2003-07-28  Rich Burridge  <rich.burridge@sun.com>
2595     * (Bug #118247) Four small adjustments to AccessibleName text:
2596       "Random" becomes "Random number".
2597       "E to the x" becomes "E to the power of x"
2598       "Ten to the x" becomes "Ten to the power of x"
2599       "Y to the x" becomes "Y to the power of x"
2601 2003-07-25  Rich Burridge  <rich.burridge@sun.com>
2603     * Fixed bug 118247 (http://bugzilla.gnome.org/show_bug.cgi?id=118247)
2604       Each gcalctool button now has an AccessibleName. By default these
2605       are taken from the buttons tooltip string. This is to:
2606       - reduce the amount of extra memory that would be taken up otherwise.
2607       - reduce the pain that all the translators would have to go through
2608       - reduce the repetition because a lot of the actual tooltip strings 
2609         are just fine.
2611       The exceptions to this are for the following buttons, where the
2612       tooltip string is too long:
2614         Button |   
2615         Label  |                        AccessibleName
2616       ---------+----------------------------------------------
2617         Bsp       "Backspace" 
2618         CE        "Clear Entry"
2619         Clr       "Clear"
2620         Int       "Integer portion"
2621         Sto       "Store to register"
2622         Frac      "Fractional portion"
2623         Rcl       "Retrieve from register"
2624         Exch      "Exchange with register"
2625         <         "Shift left"
2626         >         "Shift right"
2627         &16       "16 bit unsigned integer"
2628         &32       "32 bit unsigned integer"
2629         (         "Left bracket"
2630         )         "Right bracket"
2631         Acc       "Accuracy"
2632         Exp       "Exponential"
2633         e^x       "E to the x"
2634         10^x      "Ten to the x"
2635         y^x       "Y to the x"
2636         x!        "Factorial"
2637         Rand      "Random"
2639 2003-07-25  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>
2641     * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
2643 2003-07-25  Kang Jeong-Hee  <Keizi@mail.co.kr>
2645     * configure.in: Added 'ko' (Korean) to ALL_LINGUAS.
2647 2003-07-22  Breda McColgan  <breda.mccolgan@sun.com>
2649     * Updated the following files:
2650         * help/C/gcalctool.xml: updated based on bug 116944
2651         * help/C/gcalctool-C.omf: updated manual date and version number
2653 2003-07-21  Rich Burridge  <rich.burridge@sun.com>
2655     * Fixed bug 117691 (http://bugzilla.gnome.org/show_bug.cgi?id=117691)
2656       The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are not valid 
2657       equivalents for the 8, 2, 4 and 6 keys. They are needed for keyboard 
2658       navigation.
2660 2003-07-13 John Fleck <jfleck@inkstain.net>
2662     Remove:
2663         * xmldocs.make
2664         * omf.make
2665     Edit:
2666         * autogen.sh
2667         use new docs build system. Latest gnome-common
2668         now required to build from cvs
2670 2003-07-09  Rich Burridge  <rich.burridge@sun.com>
2672     * From Steve Chaplin <stevech1097 at yahoo com au>
2673       Added the -DGNOME_DISABLE_DEPRECATE in .../gcalctool/Makefile.am
2674       to catch any potential GNOME depreciated methods.
2676 2003-07-09  Hasbullah Bin Pit  <sebol@ikhlas.com>
2678     * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
2679     * po/ms.po: Added Malay translation.
2681 2003-07-09  Alessio Frusciante <algol@firenze.linux.it>
2683     * configure.in: Added "it" (Italian) to ALL_LINGUAS.
2685 2003-07-07  Dennis Cranston <dennis_cranston at yahoo com>
2687     * Fixed bug 116944 (http://bugzilla.gnome.org/show_bug.cgi?id=116944)
2688       Various HIG improvements to the edit constants, edit functions,
2689       and insert ASCII value dialogs. (i.e. adjusted widget padding
2690       according to HIG; added a mnemonic for the constant and function
2691       treeviews; etc.)
2693 2003-07-08  Rich Burridge  <rich.burridge@sun.com>
2695     * Refixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2696       After further discussion with Toshi, it was understood that I didn't
2697       need to call g_locale_to_utf8() for the numeric strings (which just
2698       consist of '0'-'9', 'e', 'A'-'F', '+', '-' and '.'). set_display() in
2699       gtk.c was simplified back to using just one parameter.
2701 2003-07-07  Rich Burridge  <rich.burridge@sun.com>
2703     * Fixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2704       When the calculator display is showing an error message, it is now
2705       correctly localized. Fix was to add in a second parameter to each 
2706       call of set_display, that indicated whether this was an error 
2707       condition or not. If it was, then the first parameter being passed 
2708       in was already localized (had to do it this was so that the strings 
2709       turned up in the message files), and wouldn't be run through 
2710       g_locale_to_utf8(). Thanks to Toshi for pointing me in the right 
2711       direction.
2713 2003-07-06  Gil "Dolfin" Osher <dolfin@rpg.org.il>
2715     * configure.in: Added "he" (Hebrew) to ALL_LINGUAS.
2717 2003-07-04  Artur Flinta  <aflinta@cvs.gnome.org>
2719     * configure.in: Added "pl" to ALL_LINGUAS.
2721 2003-06-25  Rich Burridge  <rich.burridge@sun.com>
2723     * Fixed bug 115950 (http://bugzilla.gnome.org/show_bug.cgi?id=115950)
2724       The "*" key wasn't being recognized as a keyboard shortcut for
2725       multiplication. The problem was that GDK_SHIFT_MASK needed to be
2726       given in the equivalent entry for the mods array for this button
2727       struct.
2729 2003-06-25  Breda McColgan  <breda.mccolgan@sun.com>
2731     * Updated the following files:
2732         * help/C/gcalctool.xml: updated based on bug 114363 and bug 114364
2733         * help/C/gcalctool-C.omf: updated manual date and version number
2735 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
2737     * Further work on bug 114364. The items in the constants menu are now 
2738       always displayed in the decimal numeric base. This is consistent with 
2739       the way that calctool in the OpenWindows DeskSet worked.
2741 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
2743     * Fixed bug 114364 (http://bugzilla.gnome.org/show_bug.cgi?id=114364)
2744       When you change numeric base and then display the constant values in 
2745       the Con menu, the values are shown in the current base.
2747       When you select "Edit Constants" from the Con menu, the values of each 
2748       constant are shown in Decimal. The label:
2749       "All constant values are specified in the decimal numeric base"
2750       has also been added to the "Edit Constant" popup to clarify this.
2752 2003-06-23  Rich Burridge  <rich.burridge@sun.com>
2754     * Fixed bug 115653 (http://bugzilla.gnome.org/show_bug.cgi?id=115653)
2755       Adjusted the keyboard mnemonic checking code to now check to make
2756       sure that neither of the Alt keys is pressed when comparing against
2757       button equivalents.
2759 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
2761     * Similar problem to bug #115212 but for the "Edit Constants" and
2762       "Edit Functions" dialog boxes. gcalctool no longer can display
2763       multiple versions of them. Also removed the X->CFtype and 
2764       X->cf_entries variables.
2766 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
2768     * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2769       When an error condition occurs:
2770   
2771       - make insensitive all buttons except Clr.
2772       - make all Scientific mode toggles and checkboxes insensitive.
2773       - make all menubar items insensitive except:
2774            Calculator->Quit
2775            Help->Contents
2776   
2777       When the error condition is cleared, resensitise everything, setting
2778       the numeric base buttons correctly.
2780 2003-06-18  Guntupalli Karunakar  <karunakar@freedomink.org>
2782     * configure.in: Added "ml" in ALL_LINGUAS.
2784 2003-06-16  Rich Burridge  <rich.burridge@sun.com>
2786    * From Steve Chaplin <stevech1097@yahoo.com.au>
2787      Fix for bug #115212 (http://bugzilla.gnome.org/show_bug.cgi?id=115212)
2788      gcalctool no longer can display multiple About boxes.
2790 2003-06-13  Rich Burridge  <rich.burridge@sun.com>
2792     * From Dennis Cranston  <dennis_cranston@yahoo.com>
2793       Fix for bug #108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2794       The appropriate gcalctool button is now animated when the user enters 
2795       that value via the keyboard.
2797 2003-06-10  Rich Burridge  <rich.burridge@sun.com>
2799     * Partial fix for bug 114363:
2800       (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2801       When the calculator display is showing "Error", the Constant values and
2802       the Memory Register values no longer incorrectly show "Error" as well.
2804 2003-06-10  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2806     * configure.in: Added Russian to ALL_LINGUAS.
2808 2003-05-28  Rich Burridge  <rich.burridge@sun.com>
2810     * Fixed bug 113703 (http://bugzilla.gnome.org/show_bug.cgi?id=113703)
2811       Fix from Havoc: "If you use AM_GCONF_SOURCE_2 in configure.in, 
2812       then do a makefile snippet as in gnome-terminal/src/Makefile.am,
2813       you should be able to specify --with-gconf-source=whatever"
2815 2003-05-28  Danilo ? egan  <dsegan@gmx.net>
2817     * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
2819 2003-05-26  Rich Burridge  <rich.burridge@sun.com>
2821     * From Franz Klammer <klammer@webonaut.com>
2822       Fixed bug 113754 (http://bugzilla.gnome.org/show_bug.cgi?id=113754)
2823       Decimal point didn't work with a German keyboard if Numlock was 
2824       turned on.
2826 2003-05-19  Rich Burridge  <rich.burridge@sun.com>
2828     * .../gcalctool/Makefile.am: Install "gnome-calculator" symlink
2829       as reqested by Glynn Foster.
2831 2003-04-24  Rich Burridge  <rich.burridge@sun.com>
2833     * Fixed bug 111269 (http://bugzilla.gnome.org/show_bug.cgi?id=111269)
2834       It was possible to type fast into gcalctool and digits would be
2835       transposed. gcalctool now looks for key_press_event and 
2836       key_release_event events on the main window rather than set keyboard 
2837       accelerators to the "clicked" action of the various buttons.
2839 2003-04-15  Rich Burridge  <rich.burridge@sun.com>
2841     * Refixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
2842       Concatenated more error messages in mp.c.
2844     * Adjusted the Acc menu entries to be "<n> significant places" rather
2845       than "<n> radix places" in gtk.c.
2847     * Replaced "kilometers per hour / miles per hour" with 
2848       "kilometers per hour or miles per hour" in the first constant
2849       description in calctool.c and gcalctool.1.
2851     * Replaced occurances of "/" in the other constant descriptions with "or".
2853 2003-04-15  Breda McColgan  <breda.mccolgan@sun.com>
2855     * Translators: The documentation is now ready for translation!
2857     * Updated the following files:
2858         * configure.in: updated version number to 4.2.81
2859         * help/C/gcalctool.xml: first approved draft, ready for translation
2860         * help/C/gcalctool-C.omf: updated manual date and version number
2861         * help/C/l10n.txt: new file added 
2862         * help/C/figures/gcalctool_edit_const_window.png: deleted
2863         * help/C/figures/gcalctool_edit_func_window.png: deleted
2864         * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2865         * help/C/figures/gcalctool_mem_reg_window.png: deleted
2866         
2868 2003-04-13  Christian Neumair  <chris@gnome-de.org>
2870     * Reflect translated mode information in window title (functions.c).
2872 2003-04-10  Rich Burridge  <rich.burridge@sun.com>
2874     * Fixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
2875       Various fprintf statements in mp.c have been concatenated to help
2876       translators.
2878 2003-04-02  Rich Burridge  <rich.burridge@sun.com>
2880     * Added in latest online help changes from Breda McColgan. This should
2881       now put the online help in sync with the actual functionality of
2882       gcalctool.
2884       **IMPORTANT NOTE FOR TRANSLATORS**
2886       Please still hold off translating these files for a while. This is still
2887       a draft. The documentation needs to be reviewed by an editor, and
2888       editorial feedback incorporated. Look for a followup entry here in the
2889       Changelog, with an indication that they are ready for translation.
2891 2003-03-28  Christian Neumair  <chris@gnome-de.org>
2893     * Added AC_PREREQ macro to configure.in to satisfy some ac wrapper scripts
2894       and added German (de) to ALL_LINGUAS; bumped version to 2.4.78;
2895       Added missing gettext call. This makes the i18ized menu entries actually
2896       visible. Fixed some tooltip strings. Updated some .cvsignore files.
2898 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2900     * Added in various .cvsignore files to make checkins and updates cleaner.
2902 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2904     * Adjusted ChangeLog format to the Gnu style. Moved older ChangeLog entries
2905       off into ChangeLog-YYYY files (years 1990, 1991, 1992, 1993 and 2002).
2907 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2909     * Fixed up a compiler warning for set_show_zeroes_toggle() usage in gtk.c
2910       Fixed up distcheck, adding intltool to EXTRA_DIST
2912       This version to be announced in gnome-announce.
2914 2003-03-24  Rich Burridge  <rich.burridge@sun.com>
2916     * Slight adjustments to bug 108226
2917       (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
2919       Menu item is now "Show Trailing Zeroes", with a Control-T accelerator.
2920       Added a similar menu item to the View menu on the menu bar (only active
2921       in Scientific mode). Adjusted program logic. Cases of "rm_zeroes" now
2922       become "show_zeroes". Updated the manual pages and the gcalctool
2923       schemas file.
2925 2003-03-19  Dennis Cranston <dennis_cranston@yahoo.com>
2927     * Fixed bug 108729 (http://bugzilla.gnome.org/show_bug.cgi?id=108729)
2928       Added tooltips to the radio and check buttons in scientific mode.
2930 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
2932     * Fixed bug 108226 (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
2934       The menu items in the Acc menu are now "tickable", so you know what the 
2935       current accuracy selection is. Setting one of these clears the previous 
2936       one.
2938       A new "remove trailing zeroes" menu item is added to the Acc menu (last
2939       item, with a separator just above), that is "tickable". This tick doesn't
2940       affect the accuracy ticks. It's either on or off.
2942       The default setting for accuracy now becomes 9 numeric places and "remove 
2943       trailing zeroes".
2945       The Acc button is moved to the Scientific mode (clear slot in the top 
2946       right corner, above the Rand.
2948       The Base radio button group and the display type radio button group in
2949       the mode panel in Scientific mode are now moved to the right side to be
2950       close in proximity to the Acc button. The other mode items move to the
2951       left side.
2953 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
2955     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2956       Fixed bug 108208 (http://bugzilla.gnome.org/show_bug.cgi?id=108208)
2957       The default value for the "showregisters" resource in gcalctool.schemas
2958       was incorrectly set.
2960     * There should be no "default:" action in the command line parsing in 
2961       get_options().
2963 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2965     * Correctly fixed bug 108219 
2966       (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
2967       The previous fix didn't correct set the radio buttons when changing 
2968       mode from Scientific to Basic or Financial. Only the internal state.
2970 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2972     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2973       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2974       Followup changes to make the numeric keypad animate the buttons on 
2975       Linux machines.
2977 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2979     * Fixed bug 108219 (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
2980       When you go from Scientific mode to either Basic or Financial mode, 
2981       the calculator will revert to "Dec" base in "Fix" notation.
2983       Any number in the display (and the memory registers if shown) will be 
2984       converted accordingly.
2986       When you are in a mode (Basic, Financial, or Scientific) you will only 
2987       be able to do the functionality that that mode shows. For example, you 
2988       will not be able to do base changes if you are in Basic or Financial mode.
2990 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2992     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2993       Fixed bug 108333 (http://bugzilla.gnome.org/show_bug.cgi?id=108333)
2994       The gcalctool buttons with menus associated with them are now keyboard
2995       navigable.
2997 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2999     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3000       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3001       When the user uses the keyboard to enter data, the associated gcalctool
3002       button will be animated.
3004 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3006     * Fixed bug 108210 (http://bugzilla.gnome.org/show_bug.cgi?id=108210)
3007       Main gcalctool window is no longer resizable.
3009 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3011     * Incorporated several online help changes from Breda McColgan.
3013       **IMPORTANT NOTE FOR TRANSLATORS**
3015       Please still hold off translating these files for a while. This is still
3016       a draft. The documentation needs to be reviewed by an editor, and 
3017       editorial feedback incorporated. Look for a followup entry here in the 
3018       Changelog, with an indication that they are ready for translation.
3020 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3022     * Added scrollkeeper checks into configure.in.
3024     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3025       Fixed warning message:
3027       ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
3028       GNOME_FILE_DOMAIN_APP_HELP domain
3030       Adjustment to the gnome_help_display() call in gtk.c to use the right 
3031       parameters.
3033 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3035     * Added in a first (draft) version of online help from Breda McColgan in
3036       the Sun GNOME doc. team.
3038       **IMPORTANT NOTE FOR TRANSLATORS**
3040       Please hold off translating these files for a while. Slight revisions
3041       are planned for sometime in the next week or two. Look for a followup 
3042       entry here in the Changelog, with an indication that they are ready for 
3043       translation.
3045 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3047     * Abstracted the key values and modifiers. This will make it easier to
3048       create versions of this calculator for other graphical toolkits, or
3049       a version with no graphics at all (prompt style).
3051 2003-03-04  Rich Burridge  <rich.burridge@sun.com>
3053     * Adjusted the tooltip help to be minimalist messages. Online help for
3054       gcalctool will be coming soon, and this will contain the detailed help
3055       information (plus examples).
3057 2003-02-28  Rich Burridge  <rich.burridge@sun.com>
3059     * Small adjustment to allow gcalctool to compile using the Solaris Forte
3060       compilers.
3062 2003-02-26  Rich Burridge  <rich.burridge@sun.com>
3064     * Gcalctool wasn't saving the trigonometric type when it was changed. The
3065       trig_cb() function was calling do_trig() incorrectly instead of 
3066       do_trigtype().
3068     * Removed the trailing period from the ten constant definitions in the man 
3069       pages.
3071 2003-02-26  evandrofg <someone@somewhere.org>
3073     * configure.in: Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3075 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3077     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3078       Allows Backspace to correctly work inside parentheses. Similar fix to
3079       the one for Delete in v4.2.55 (bug #106583).
3081 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3083     * The Xor logical operation wasn't being performed correctly. Gdk uses
3084       keysym values that are greater than what can be fitted into a char.
3085       Adjusted v->cur_op and v->old_cal_value to now be ints.
3087     * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3088       checkboxes. In fact, it was toggling them twice, thereby returning them
3089       to whatever state they were in when the user hit Clr.
3091 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3093     * Removed the final period from the ten default constant descriptions.
3095     * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3096       "centimeter".
3098     * Fixed up the values of the ten default constant definitions in the
3099       manual pages.
3101     * The "centimeters <=> inches" default constant should be 0.3937007
3102       rather than 2.54 to be consistent with the other constants.
3104 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3106     * Fixed bug 106583 (http://bugzilla.gnome.org/show_bug.cgi?id=106583)
3107       There were two parts to this. Dennis Cranston fixed the:
3109       (gcalctool:10872): Gtk-CRITICAL **: file gtktextbuffer.c: line 548:
3110       assertion `g_utf8_validate (text, len, NULL)' failed
3112       messages. 
3114       The crash was caused by the paren_disp() function in display.c not
3115       correctly checking for when a Delete character was entered.
3117 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3119     * The financial Term tooltip example didn't work. The problem was that
3120       the Rate function had a keyboard shortcut of "T" and Term had "t". The
3121       check for which financial function was being processed in do_business()
3122       in functions.c didn't take into consideration any key mods (such as
3123       GDK_SHIFT_MASK). Add a key_equal function that now compares both the
3124       mods and the value of keys.
3126     * Moved the Exp button to the right of the Con and Fun buttons for better
3127       grouping.
3129 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3131     * Fixed bug 106501 (http://bugzilla.gnome.org/show_bug.cgi?id=106501)
3132       A check has been added to the do_delete() function in functions.c to
3133       make sure that the length is greater than zero, before setting the
3134       len-1 character to '\0'.
3136 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3138     * From Breda McColgan <breda.mccolgan@sun.com>
3139       Toggled the positions of the Sto and Rcl buttons. This is primarily to
3140       help with the online documentation, which consists of listing the 
3141       gcalctool buttons in several tables, grouping "like" buttons together 
3142       (for example: Bsp, CE, and Clr in one table; Sto, Rcl, and Exch in 
3143       another table). Within a table, the buttons are listed in the sequence 
3144       in which they appear in gcalctool. For the most part, the sequence 
3145       isn't significant. However, it doesn't really make sense to talk about 
3146       either Rcl or Exch until you've described Sto.
3148 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3150     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3151       - The process_str() function will cause a crash if the input string is 
3152         null. For example, if the clipboard is empty and the user presses 
3153         CTRL-V then gcalctool will core dump. Fixed by adding a null check to 
3154         the function. 
3156       - gcalctool now uses a text view for its display widget.
3158 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3160     * Fixes to the manual page:
3161       - the keyboard shortcut for the "Term" function is "t" not "T".
3162       - removed the LOGICAL mode section.
3164 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3166     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3167       Changes the EXPAND flag to FALSE when packing the display label and mode
3168       frame. These widgets shouldn't expand when the calculator is resized. 
3170       Replace the three characters of white space in the title bar text with one
3171       space character, so more of the title fits into the task window list 
3172       applet.
3174 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3176     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3177       Added a launcher to the GNOME's Accessories menu. The launcher uses 
3178       gcalctool.png for its icon which required moving the icon to the pixmaps 
3179       installation directory.  
3181       This means that the find_file() function is no longer necessary, and has
3182       been removed. It was used only in set_gcalctool_icon(). The path of 
3183       gcalctool.png is now always PACKAGE_PIXMAP_DIR. 
3185 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3187     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3188       Mark the menu labels for translation and converts the
3189       gtk_item_factory_get_widget() calls to 
3190       gtk_item_factory_get_widget_by_action() calls. 
3192 2003-02-11  Rich Burridge  <rich.burridge@sun.com>
3194     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3195       - Cleans up the Help menu's layout so it looks like other GNOME 
3196         applications.
3197       - Converts gtk_init() to gnome_program_init() to allow access to things 
3198         like GNOME_STOCK_ABOUT.
3199       - Add an icon field to the Xobject structure.
3200       - Change setup_default_icon() to set_gcalctool_icon() and set X->icon in 
3201         the function.
3202       - Sets the window icon for the memory register and about windows.
3203       - Cleans up about_cb() and call it directly in menu callbacks -- like in 
3204         other gtk+ applications.
3205       - Remove the unneccessary X->about structure field.
3207 2003-02-06  Daniel Yacob  <locales@geez.org>
3209     * Added Amharic (am) to ALL_LINGUAS ata configure.in.
3211 2003-02-07  Rich Burridge  <rich.burridge@sun.com>
3213     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3214       Fixed bug 104249 (http://bugzilla.gnome.org/show_bug.cgi?id=104249)
3215       The UI for adding new or editing existing constants and/or functions
3216       has been improved. It now uses a treeview editable list. A help button
3217       is provided, but that currently isn't hooked up. I've added a note to
3218       bug #104821 for this problem.
3220 2003-02-04  Rich Burridge  <rich.burridge@sun.com>
3222     * Fixed bug 104830 (http://bugzilla.gnome.org/show_bug.cgi?id=104830)
3223       gcalctool now uses gnome-calc3.png as its icon (same as the current
3224       gnome-calculator). For now, I've copied that to a file, gcalctool.png
3225       within the gcalctool distribution. Also removed calctool.gif.
3227 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3229     * Further slight adjustments needed to fix Bugzilla bug 104248. The 
3230       callback handler for the menu items (mb_proc in gtk.c) needed to 
3231       have a check at the top to see if we'd started the application yet, 
3232       and if it hadn't, then to just return. Seemed it was getting called 
3233       as gcalctool was initially coming up, which was toggling the state 
3234       of the v->rstate variable incorrectly.
3236     * Fixed bug 104240 (http://bugzilla.gnome.org/show_bug.cgi?id=104240)
3237       The "File" menubar item is now called "Calculator", and there is a set of
3238       unique mnemonics for the various items in the Scientific mode panel.
3239       The gcalctool manual pages have been updated to reflect these changes.
3241     * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3242       Added in a Control-A mnemonic for Help->About.
3244 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3246     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3247       Fixed bug 104248 (http://bugzilla.gnome.org/show_bug.cgi?id=104248)
3248       The View->Memory Registers menu item's toggle is now set correctly
3249       depending upon whether the memory register windows is visible or hidden.
3251     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3252       The correct radio item is now set in the View menu mode menu item entries
3253       if gcalctool is initially started in Financial or Scientific mode.
3255 2003-01-27  Rich Burridge  <rich.burridge@sun.com>
3257     * The constant and function definitions are now read and written as Gconf
3258       resources, rather than to a ~/.gcalctoolcf file in the user's home 
3259       directory. The manual pages have been updated to reflect this change.
3261       An entry has been added to the TODO file to reflect functionality that
3262       is no longer present because of this change.
3264     * Fixed bug 104250 (http://bugzilla.gnome.org/show_bug.cgi?id=104250)
3265       The constant and the function menu items now have "C<n>:" and "F<n>:" 
3266       prefixes respectively, where <n> is the constant/function number.
3268       This also involved removing the "<=>" from four of the descriptions for
3269       the predefined constant values.
3271 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3273     * Fixed bug 104245 (http://bugzilla.gnome.org/show_bug.cgi?id=104245)
3274       The View->Basic Mode, Financial Mode, Scientific Mode and Memory
3275       Registers now have keyboard accelerators (Control-B, Control-F, Control-S
3276       and Control-M respectively).
3278 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3280     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3281       Further slight adjustments for bug 104287
3282       (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3283       The insert button isthe default button.
3284       The dialog is no longer resizable.
3285       The ESC key can now be used to cancel the dialog.
3287 2003-01-24  Rich Burridge  <rich.burridge@sun.com>
3289     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3290       Fixed bug 104287 (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3291       HIG improvements for the "Insert ASCII Value" dialog.
3293 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3295     * Fixed bug 104241 (http://bugzilla.gnome.org/show_bug.cgi?id=104241)
3296       The Insert ASCII Value" menu item is now "Insert ASCII Value..."
3298     * From: Hidetoshi Tajima <hidetoshi.tajima@sun.com>
3299       Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3300       <bonobo-i18n.h,> where all this stuff is already defined.
3302 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3304     * Fixed bug 102928 (http://bugzilla.gnome.org/show_bug.cgi?id=102928)
3305       The x^2, e^x, 10^x and y^x keys now use Pango markup to display the
3306       label using superscripts.
3308 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3310     * Added in handling of the numeric keypad for Linux systems. This required
3311       an "event" signal handler on the main gcalctool window, and then checking
3312       for a set of keyvals that could be generated by the numeric keypad keys
3313       (with and without the NumLock key on).
3315 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3317     * Handling the function "(3+3)" now works.
3318       The button struct now contains a new item (char func_char) which 
3319       is the character equivalent to the button when you user enteres 
3320       it into a function definition. The process_str() routine in 
3321       graphics.c has been adjusted to call button_for_fc() (a new 
3322       routine in functions.c) to compare each character in the function 
3323       string against this item in each button struct to find the 
3324       appropriate operation.
3326       Also needed changes to do_paren() to call button_for_fc() instead of 
3327       button_for_value().
3329       These changes also fix bugtraq bug #4065378.
3330       Certain functions entered into gcalctool produce incorrect results.
3332     * Changed the keyboard accelerators for the following to use non Alt-<?>
3333       values:
3335       Cos  (old value: Alt-c) becomes 'J'.
3336       Sin  (old value: Alt-s) becomes 'K'.
3337       Tan  (old value: Alt-t) becomes 'L'.
3338       Frac (old value: Alt-f) becomes ':'.
3339       Int  (old value: Alt-i) becomes 'i'.
3340       Abs  (old value: Alt-u) becomes 'u'.
3341       Rate (old value: Alt-r) becomes 'T'.
3343       Updated the manual pages and the tooltip help to reflect these changes.
3345     * Removed the need to configure with "--enable-build-broken".
3347 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3349     * Adjusted the memory registers windows to use the same "R0:  0.00" format 
3350       (bold for first part), as the Rcl, Sto and Exch menus. 
3352 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3354     * The menu items for the Rcl, Sto and Exch menus now have the format
3355       "R0:     0.00", where the "R0:" part is in bold.
3357     * From Padraig O'Briain <Padraig.Obriain@Sun.COM>
3358       Fix to get the keyboard accelerators for the menubar menu items working.
3359       The problem was due to the creation of two accelerator groups in main()
3360       in gtk.c.
3362 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3364     * Updated the NEWS file with an overview of all the changes since v4.1.13.
3366 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3368     * Removed the gconf resource for getting/setting whether a beep is sounded
3369       on error. A beep will now always be sounded in such a case.
3371     * Removed the write_resources() routine. The writing out of the resources
3372       will now be immediately done when each of those functions changes.
3374 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3376     * Updated the manual pages to reflect the recent v4.2.xx changes.
3378     * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3379       on Linux.
3381 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3383     * The real fix for displaying the icon. The problem was that the icon was
3384       being installed in the pkgdata_DATA directory, but gcalctool was looking
3385       for it in the CALCTOOL_DATA_DIR directory, which was incorrectly set to
3386       $(datadir)/calctool" rather than $(datadir)/gcalctool".
3388 2003-01-20  Rich Burridge  <rich.burridge@sun.com>
3390     * Removed the setting of an event mask and a global event handler in 
3391       create_kframe() in gtk.c. This seems to have fixed up the keyboard 
3392       navigation problems.
3394       Control-F1 now toggles the displaying of tooltip help, so the "-h"
3395       command line option has been removed and the old-style event handling
3396       code has also been removed.
3398     * Added in a signal handler for the "delete" event for the main gcalctool
3399       window. The callback calls gtk_main_quit() to terminate the application.
3401 2003-01-17  Rich Burridge  <rich.burridge@sun.com>
3403     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3405       The gcalctool icon is now correctly displayed for me running Sun's
3406       fcs-10 build on Solaris. It's still a problem for Calum running
3407       GNOME HEAD on RH7.2.
3409 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3411     * HCI change suggested by Glynn Foster <Glynn.Foster@Sun.COM>
3413       The Sto/Rcl/Exch menu items should show the current register values 
3414       as well.
3416       The Exch/Rcl/Sto menus are recreated each time that menu is needed. The
3417       menu item callbacks for these menus and the Constant and Function menus
3418       have been consolidated into a single menu_proc_cb() routine.
3420 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3422     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3424       All the radiobutton and checkbox items in the mode panel now have a 
3425       mnemonic associated with them.
3427 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3429     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3431       Fixed up the buttons on the "Insert ASCII Value", "Enter Constant..." and
3432       "Enter Function..." popups. They now just use Cancel and OK buttons, and 
3433       use standard stock Gtk icons.
3435 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3437     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3439       Added in an Edit->Paste menu item. If selected this will paste 
3440       the current contents of the clipboard into the calculator display 
3441       as if you'd typed it.
3443     * Added bullet proofing to the process_str() routine in graphics.c 
3444       to protect it against values that weren't found. If a value wasn't 
3445       found, it's just ignored, and it goes on to process the next 
3446       character in the string.
3448     * Improved the val_to_button() routine in functions.c. It now takes 
3449       into consideration the mods value for each button struct entry when 
3450       comparing against the given value. This isn't enough though, as it 
3451       won't find Alt-<n> buttons.
3453 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3455     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3457       Added a 2 pixel border for the frames containing the Basic, Financial and
3458       Scientific buttons and the mode panel. The calculator doesn't look so
3459       crowded now.
3461 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3463     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3465       Removed the "operand item" label widget, the routine where it was being 
3466       set (set_op_item()) and all the calls to that routine. Other calculators 
3467       don't have any equivalent to this, so it's not really needed.
3469       This also remove the opdisp entry in the button struct and the op_type 
3470       enum.
3472     * Adjusted the "keyboard values used" table in calctool.c to reflect the
3473       current state.
3475 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3477     * The frames around the mode button tables and the mode panel were always 
3478       being shown. The make_but_table() and create_mode_panel() routines were
3479       returning the wrong widgets.
3481 2003-01-18  Rich Burridge  <rich.burridge@sun.com>
3483     * Fixed bug #101865 (http://bugzilla.gnome.org/show_bug.cgi?id=101865)
3484       Made the following keyboard remappings:
3486       Function     Old         New
3487       ---------------------------------
3488       Cos        Control-c     d
3489       Ddb        Control-d     Alt-C
3490       Frac       Control-f     Alt-f
3491       Int        Control-i     Alt-i
3492       Sln        Control-l     l
3493       Ctrm       Control-m     m
3494       Rate       Control-r     Alt-r
3495       Sin        Control-s     Alt-s
3496       Tan        Control-t     Alt-t
3497       Abs        Control-u     Alt-u
3498       Syd        Control-y     Y
3500       Note that the keyboard equivalents for:
3502       Function     Old         New
3503       ---------------------------------
3504       Quit       q or Q        Control-Q
3505       Copy       Sun Copy key  Control-C
3507       still have to be added in, although the menu items in the menu bar 
3508       work fine. The appropriate changes have been made to the manual pages.
3510     * Removed mention of the "-l" and "-r" command line options from the manual 
3511       pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3512       resource too.
3514 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3516     * After discussion with Calum Benson, removed the "Keys" key, that allowed
3517       you to toggle the button labels to show their keyboard equivalents. This
3518       functionality is now covered by the tooltip help and the Help->Contents
3519       online help.
3521 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3523     * Put each of the the button tables and the mode panel inside a frame,
3524       rather then use horizontal separators, to try to make the GUI look 
3525       nicer. There is still a persistent display problem to fix though 
3526       (see entry in the TODO file).
3528 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3530     * Entering "((2+3)*(2+3))" gave the wrong answer. Problems was in the
3531       process_item() routine where extra values were reassigned. With gcalctool
3532       v4.2.0 onwards, "*" is now the multiplication operand, and "x" needed 
3533       to be reassigned to that value (not the other way around). Had to 
3534       adjust the assignment of the "x" and "*" keyboard accelerators 
3535       accordingly too.
3537     * Added in some bullet-proofing to the do_parens() routine to hopefully 
3538       improve the handling of bogus keyboard entries when a string in 
3539       parentheses is being entered.
3541 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3543     * Hooked up the Help->Contents menu item. Note that help support still has
3544       to be included (i.e. a help subdirectory with associated files etc.).
3546 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3548     * The View->Memory Registers menu item now correctly toggles the showing of
3549       the memory register window.
3551 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3553     * Menubar menu items now use stock Gtk icons (where applicable).
3555 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3557     * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3558       This really needs help from a real graphics designer for a suggested color
3559       set.
3561 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3563     * Go into Scientific mode. Click on "(" twice and you'll get a segv.
3564       The problem was the v->current needed to be set to a copy of the 
3565       "n" button struct, rather than trying to find the button value from 
3566       user_data. Created a copy_button_info() routine that is now called 
3567       in three places.
3569 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3571     * Added some horizontal separators to help make the calculator more readable
3572       when in Financial and Scientific Mode.
3574 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3576     * Entering "((2+3)*9+(5-3))" causes a segv. The problem was due to the
3577       change from "x" to "*" as the character for multiplication. The .value
3578       entry in the button struct for the multiplication button needed to be
3579       changed to GDK_asterisk (rather than GDK_x), otherwise button_for_value()
3580       returns a NULL pointer.
3582 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3584     * Removed the attempt to display a calculator image on the About popup.
3586     * Typing the keyboard equivalent of the menu buttons now works. The problem
3587       was in process_item() in display.c. v->current couldn't just point to the
3588       current button struct. It needed to be a copy of it, so that pending
3589       operation (which save the pending value), don't overwrite the base button
3590       entries.
3592     * Removed the VERSION string from the titlebar. This is now in the About 
3593       popup.
3595 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3597     * Added in an About popup that's accessible through the Help->About 
3598       Gcalctool menubar Help menu item.
3600 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3602     * Fixed bug #102927 (http://bugzilla.gnome.org/show_bug.cgi?id=102927)
3603       Replaced abbreviation "trig." with full word "trigonometric".
3605 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3607     * Fixed bug #102922 (http://bugzilla.gnome.org/show_bug.cgi?id=102922)
3608       Adjusted the two occurances of sentence fragments in the 
3609       cfframe_apply_cb() routine in gtk.c to make it easier for L10N folks 
3610       to translate them.
3612 2003-01-08  German Poo-Caaman~o  <gpoo@ubiobio.cl>
3614     * Added Spanish (es) to ALL_LINGUAS at configure.in
3616 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3618     * gcalctool is now resizable again.
3620 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3622     * Make calculator window choose a reasonable size at startup, and resize 
3623       when changing modes.
3625 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3627     * Removed the GNOME_UTIL_LIBS line from .../gcalctool/Makefile.am as it's
3628       not needed.
3630 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3632     * Fixed "blank buttons displaying" bug. 
3634     * Added small section to configure.in that forces a "--enable-build-broken"
3635       flag to have to be passed to configure in order to build gcalctool while 
3636       it is still in this semi-broken state. This will be removed when most of
3637       the items mentioned in the first section of the TODO file have been
3638       implemented.
3640 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3642     * Updated the copyright messages to by the correct GPL ones for the various
3643       source files, plus used date of 2003 (not 2002) in:
3645       .../ChangeLog
3646       .../NEWS
3647       .../README
3648       .../TODO.
3649       .../gcalctool/calctool.c
3650       .../gcalctool/calctool.h
3651       .../gcalctool/display.c
3652       .../gcalctool/dsdefs.h
3653       .../gcalctool/dsfuns.c
3654       .../gcalctool/extern.h
3655       .../gcalctool/functions.c
3656       .../gcalctool/gcalctool.1
3657       .../gcalctool/get.c
3658       .../gcalctool/graphics.c
3659       .../gcalctool/gtk.c
3660       .../gcalctool/mp.c
3662     * The Financial/Logical/Scientific mode buttons have been moved into
3663       the main calculator window above the Basic mode buttons.
3665     * Added a menubar with the following menus/items:
3667       File      Edit                  View              Help
3668       -----------------------------------------------------------------
3669       Quit      Copy                  Basic Mode        Contents...
3670                 Insert ASCII Value    Financial Mode    About Gcalctool
3671                                       Scientific Mode
3673                                       Memory Register
3674                                       Right-handed Style
3676       The functionality has been hooked up except for the two Help menu items.
3678     * Revamped the gcalctool design. The Basic Mode is much simpler now.
3679       The Logical and Scientific modes have been combined into a single
3680       Scientific mode (which also includes some of the functionality that
3681       was in the previous Basic mode).
3683       The mode buttons are now extra button tables (and a mode panel) that get
3684       shown or hidden in the main gcalctool window depending upon the current
3685       mode.
3687       The six item mode display has been removed. The current base, numeric
3688       display type, trigonometric type, hyp and inv settings can be seen by
3689       the radio buttons and check boxes in the mode panel. The current mode is
3690       given in the main window title bar. The only things that's really 
3691       different is that there is no longer a current operand display item.
3693     * Remove the small property sheet that was displayed when you right clicked
3694       in the main window button area (not over a button). This had the ability
3695       to set a left or right-handed style. This functionality has also been
3696       removed, because with the simplification of the Basic mode, it's no 
3697       longer needed. Remove the command line options and resources associated 
3698       with this.
3700     * From Andrew Sobala <andrew@sobala.net>
3701       Fixed bug #102698 - "make distcheck" fails. Fix was to use the correct
3702       GNOME 2 autogen.sh. Also added #(schema_DATA) to the top-level
3703       Makefile.am