undid erroneous commit
[gcalctool.git] / ChangeLog
blob071a479d8606ad4bd2cdd9063761292e1445bb95
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-10-20 Rich Burridge <rich.burridge@sun.com>
13     * gcalctool/calctool.c:
14       gcalctool/calctool.h:
15       gcalctool/functions.c:
16       gcalctool/extern.h:
17       gcalctool/gtk.c:
18       glade/gcalctool.glade:    (new)
19       glade/Makefile.am:
20       glade/mode_panel.glade:   (removed)
21       po/POTFILES.in:
22       From Robert Ancell <robert.ancell@gmail.com>
23       More work on bug #485919 - Use Glade for UI. This now provides
24       Glade support for the majority of the gcalctool GUI.
26 2007-10-15 Rich Burridge <rich.burridge@sun.com>
28     * gcalctool/gtk.c:
29       Fix for bug #485398 - Put memory register window inside the main window.
30       Uses gtk_window_set_transient_for() to associate the memory register
31       window with the main gcalctool window.
33     * help/C/gcalctool.xml:
34       Fix for bug #383850 - [doc] New names for Precedence.
36 2007-10-13 Rich Burridge <rich.burridge@sun.com>
38     * gcalctool/gtk.c:
39       From Sami Pietila <sami.pietila@utu.fi>
40       Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence 
41       mode if user has "hand edited" the display.
43 2007-10-12 Rich Burridge <rich.burridge@sun.com>
45     * configure.in:
46       gcalctool/calctool.c:
47       gcalctool/gtk.c:
48       gcalctool/Makefile.am:
49       Makefile.am:
50       glade/Makefile.am:          (new)
51       glade/mode_panel.glade:     (new)
52       From Robert Ancell <robert.ancell@gmail.com>
53       Work on bug #485919 - Use Glade for UI.
54       Initial Glade patch adds support for the mode panel.
56 2007-10-11 Rich Burridge <rich.burridge@sun.com>
58     * gcalctool/gtk.c:
59       Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
60       correctly set the state of the Edit-<Memory Registers check box if the
61       user wanted the memory registers initially displayed.
63     * gcalctool/gtk.c:
64       From Christian Persch <chpe@gnome.org>
65       Correctly handle memory register display and "Memory Registers" menu
66       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
67       (Needed because of the recent changes for bug #478961).
69 2007-10-08 Rich Burridge <rich.burridge@sun.com>
71     * Released a gcalctool v5.21.0 tarball.
73     * gcalctool/calctool.h:
74       gcalctool/display.c:
75       gcalctool/functions.c:
76       gcalctool/ce_tokeniser.l:
77       gcalctool/get.c:
78       gcalctool/gtk.c:
79       With lots of help from Sami Pietila <sampie@utu.fi>
80       Fix for bug #326938 – Display cursor in input area; allow home
81       and end keys. This is in arithmetic precedence mode only.
83 2007-10-08 Rich Burridge <rich.burridge@sun.com>
85     * gcalctool/graphics.c:
86       Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 
87       places menu items.
89 2007-10-02 Rich Burridge <rich.burridge@sun.com>
91     * help/C/gcalctool.xml:
92       gcalctool/calctool.h:
93       gcalctool/ce_tokeniser.l:
94       Fix for bug #439087 – Gcalctool can't handle small physic constants 
95       like the Boltzmann constant. The number of significant places has
96       been increased to 99 and the number of displayable digits has been
97       increased to 200. The online help has been adjusted to reflect these
98       changes.
100       Note that if you have something in the gcalctool display that is 
101       wider than the display area, a scrollbar is shown, but the first 
102       digit isn't properly displayed. The workaround here, is to enlarge 
103       the size of the calculator window until the scrollbar goes away.
104       I believe this is a Gtk+ problem and have filed bug #482688 against it.
106     * help/C/gcalctool.xml:
107       Fixed bug #367738 – [doc] Square root documentation needs to be updated.
108       The entry in the online help now includes examples for both arithmetic 
109       precedence and non-arithmetic precedence mode.
111     * help/C/gcalctool.xml:
112       Fixed bug #428571 – [doc] Repetitive usage of "use".
114 2007-10-01 Rich Burridge <rich.burridge@sun.com>
116     * gcalctool/Makefile.am:
117       configure.in:
118       From Rémi Cardona <remi@gentoo.org>
119       Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
121     * help/C/gcalctool.xml:
122       gcalctool/calctool.c:
123       gcalctool/display.c:
124       gcalctool/calctool.h:
125       gcalctool/functions.c:
126       gcalctool/lr_tokeniser.l:
127       gcalctool/ce_tokeniser.l:
128       gcalctool/gcalctool.1:
129       Fixed bug #428573 – [doc] Spelling of logical gates.
130       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
131       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
132       display area in arithmetic precedence mode. The gcalctool manual
133       pages and the online help have been updated accordingly.
135       The XOR operation in non-arithmetic mode was doing a multiplication 
136       instead.
138       The result for the AND example in the online help was incorrect.
140       The syntax for using NOT in aritmetic mode is different then for
141       non-arithmetic mode. The online help example has been updated to
142       show both examples.
144 2007-09-28 Rich Burridge <rich.burridge@sun.com>
146     * help/C/gcalctool.xml:
147       gcalctool/calctool.c:
148       gcalctool/calctool.h:
149       gcalctool/functions.c:
150       gcalctool/lr_tokeniser.l:
151       gcalctool/ce_tokeniser.l:
152       gcalctool/gcalctool.1:
153       gcalctool/gtk.c:
154       gcalctool/ce_parser.y:
155       With lots of help from Sami Pietila <sampie@ariana-dsl.utu.fi>
156       Fixed bug #469245 – Hexadecimal input is not intuitive and
157       bug #455889 – Copy/paste of lower case hex letter does not work.
158       The hexadecimal digits have been changed back to their pre Sept
159       2003 (bug #118826) values of "a" - "f".
161       The following functions have also had their keyboard shortcuts
162       reverted back to their pre Sept 2003 upper-case values:
164       [A] - Set accuracy
165       [C] - Change sign
166       [D] - Double-declining depreciation
167       [E] - Enter an exponential number
168       [F] - User-defined functions
170       With copy/paste operations, where the user is pasting a string into
171       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
172       "D" or "F" character is encountered, it will be converted to its
173       lowercase equivalent. If an "E" is found,  and the next character is a
174       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
175       a possible exponential number), otherwise its converted to a lower
176       case "e".
178       Displaying of hex digits in the gcalctool display will still be
179       in uppercase. Displaying of the "e" in an exponential number will
180       still be in lower-case.
182       The way to enter exponential numbers in arithmetic precedence mode
183       has changed. The following four examples should show you the new
184       correct syntax:
186         1  2  Exp + 8  =              1200000000
187       - 1  2  Exp + 8  =             -1200000000
188         1  2  Exp - 8  =              0.00000012
189       - 1  2  Exp - 8  =             -0.00000012
191       In both left-to-right precedence and arithmetic precedence modes, if
192       the user enters a numeric digit that is incorrect for the current
193       numeric base, this shouldn't be allowed and should not be entered
194       in the display.
196       The gcalctool documentation (and tooltips) have been updated to
197       reflect these changes.
199 2007-09-24 Rich Burridge <rich.burridge@sun.com>
201     * From Christian Persch <chpe@gnome.org>
202       gcalctool/gtk.c:
203       Fixed bug #479102 – memory registers dialogue should use ngettext.
205 2007-09-21 Rich Burridge <rich.burridge@sun.com>
207     * Updated the MAINTAINERS file with Sami's new email address.
209     * From Christian Persch <chpe@gnome.org>
210       gcalctool/gtk.c:
211       Fixed bug #478961 – GtkAaction use.
213     * From Christian Persch <chpe@gnome.org>
214       gcalctool/gtk.c:
215       Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
217     * From Christian Persch <chpe@gnome.org>
218       gcalctool/gtk.c:
219       Fixed bug #478979 – show menu help in statusbar.
221     * From Christian Persch <chpe@gnome.org>
222       gcalctool/gtk.c:
223       Fixed bug #479064 – should use ngettext on the Acc button.
225     * From Christian Persch <chpe@gnome.org>
226       gcalctool/gtk.c:
227       Fixed bug #479097 – use gtkmessagedialog.
229     * From Christian Persch <chpe@gnome.org>
230       gcalctool/gtk.c:
231       Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
233 2007-09-17 Rich Burridge <rich.burridge@sun.com>
235     * Released a gcalctool tarball for GNOME 2.20.0.
237 2007-09-03 Rich Burridge <rich.burridge@sun.com>
239     * Released a gcalctool tarball for GNOME 2.19.92.
241 2007-08-27 Rich Burridge <rich.burridge@sun.com>
243     * Released a gcalctool tarball for GNOME 2.19.91.
245 2007-08-17 Rich Burridge <rich.burridge@sun.com>
247     * From Lionel Le Folgoc
248       gcalctool.desktop.in:
249       Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
251 2007-08-13 Rich Burridge <rich.burridge@sun.com>
253     * Released a gcalctool tarball for GNOME 2.19.90.
255 2007-08-11 Rich Burridge <rich.burridge@sun.com>
257     * MAINTAINERS:
258       Adjusted to the new format.
260 2007-07-30 Rich Burridge <rich.burridge@sun.com>
262     * Released a gcalctool tarball for GNOME 2.19.6.
264 2007-07-30 Jan Arne Petersen <jpetersen@jpetersen.org>
266     * configure.in:
267       Remove help/de/Makefile due to gnome-doc-utils migration.
269 2007-07-24 Rich Burridge <rich.burridge@sun.com>
271     * From Christopher Taylor et al
272       configure.in:
273       gcalctool/gtk.c:
274       Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
275       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
277 2007-07-22 Yair Hershkovitz <yairhr@gmail.com>
278     * gcalctool/gtk.c:
279       Always use left-to-right direction for button's boxes. Fixed bug
280       #439415.
282 2007-07-08 Rich Burridge <rich.burridge@sun.com>
284     * gcalctool.desktop.in:
285       Applied Sun patch 
286       /jds/spec-files/trunk/patches/gcalctool-01-menu-entry.diff.
287       Changed the Comment line.
289     * Released a gcalctool tarball for GNOME 2.19.5.
291 2007-06-26 Rich Burridge <rich.burridge@sun.com>
293     * gcalctool/mpmath.c:
294       Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
296     * gcalctool/gtk.c:
297       Fixed bug #450790 – crash in Calculator when pasting in a very large
298       number.
300 2007-06-18 Rich Burridge <rich.burridge@sun.com>
302     * From Jani Monoses
303       Fixed bug #448263 – drop libgnome dependency
305     * Released a gcalctool tarball for GNOME 2.19.4.
307 2007-06-04 Rich Burridge <rich.burridge@sun.com>
309     * Released a gcalctool tarball for GNOME 2.19.3.
311 2007-05-21 Rich Burridge <rich.burridge@sun.com>
313     * Fixed bug #439985 – Negative value not saved in memory register 
314       across invocations of gcalctool. This was also a problem was negative
315       constants.
317 2007-05-13 Rich Burridge <rich.burridge@sun.com>
319     * Released a gcalctool tarball for GNOME 2.19.2.
321 2007-04-30 Rich Burridge <rich.burridge@sun.com>
323    * gcalctool/display.c:
324      gcalctool/functions.c:
325      From: Sami Pietilä
326      Fixed bug #419927 - calculator rcl function does not work as documented.
328 2007-04-23 Rich Burridge <rich.burridge@sun.com>
330     * Released a gcalctool tarball for GNOME 2.19.1.
331       (gcalctool version number now aligns with the GNOME 
332        minor.micro numbers).
334 2007-04-18 Rich Burridge <rich.burridge@sun.com>
336    * gcalctool/gtk.c:
337      Fixed up various compiler warnings.
339 2007-04-13  Changwoo Ryu  <cwryu@debian.org>
341     * configure.in:
342       Removed line for help/ko/Makefile.in due to gnome-doc-utils
343       migration.
345 2007-03-28 Rich Burridge <rich.burridge@sun.com>
347    * gcalctool.desktop.in:
348      Fixed bug #413443 – gnome-calculator is not publically visible icon.
350 2007-03-12 Rich Burridge <rich.burridge@sun.com>
352     * gcalctool/gtk.c:
353       Adjust "Paste" to _("Paste") in the for_each_menu() routine for 
354       bug #317786 – copy and paste menu entries are always active.
356 2007-03-12 Rich Burridge <rich.burridge@sun.com>
358     * Released a gcalctool tarball for GNOME 2.18.0 (Final).
360 2007-03-08  Christian Kirbach  <Christian.Kirbach@googlemail.com>
362         * gcalctool.desktop.in:
363         "Application" is not a valid category in the freedesktop specification.
364         Added the GTK category.
366 2007-02-27 Rich Burridge <rich.burridge@sun.com>
368     * gcalctool/gtk.c:
369       Fixed bug 412688 - gcalctool crashed with SIGSEGV in strlen().
371 2007-02-25 Rich Burridge <rich.burridge@sun.com>
373     * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
375 2007-02-12 Rich Burridge <rich.burridge@sun.com>
377     * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
379 2007-02-06 Rich Burridge <rich.burridge@sun.com>
381     * gcalctool/gtk.c:
382       Fixed bug #402473 – Problems pasting back value when using 
383       thousands separator.
385 2007-01-22 Rich Burridge <rich.burridge@sun.com>
387     * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
389 2007-01-17 Rich Burridge <rich.burridge@sun.com>
391     * gcalctool/gtk.c:
392       Fixed bug #397788 – Need spin control limit for Acc Other popup.
394 2007-01-16 Rich Burridge <rich.burridge@sun.com>
396     * gcalctool/gtk.c:
397       From Thomas Molhave
398       Fixed bug #317786 - copy and paste menu entries are always active.
400 2007-01-08 Rich Burridge <rich.burridge@sun.com>
402     * All copyright messages updated for 2007.
403     * Released a gcalctool tarball for GNOME 2.17.5.
405 2006-12-17 Rich Burridge <rich.burridge@sun.com>
407     * Released a gcalctool tarball for GNOME 2.17.4.
409 2006-12-15 Rich Burridge <rich.burridge@sun.com>
411     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
412       Fixed bug #371669 - Floating Hexadecimal values converting to any.
414 2006-12-08 Rich Burridge <rich.burridge@sun.com>
416     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
417       Fixed bug #381037 – result can not be used for "mod" operation.
419     * Fixed bug #369503 – Problems with 'arithmetic precedence mode'.
421 2006-12-04 Rich Burridge <rich.burridge@sun.com>
423     * Released a gcalctool tarball for GNOME 2.17.3.
425 2006-11-28 Rich Burridge <rich.burridge@sun.com>
427     * gcalctool/gtk.c:
428       Fixed bug #380145 – Markup error in alert message.
430 2006-11-27 Rich Burridge <rich.burridge@sun.com>
432     * gcalctool/gtk.c:
433       In set_win_position(), initialized the x and y variables.
435     * help/C/gcalctool.xml:
436       Fixed bug #367754 - [doc] Update documentation for % operator.
438     * help/C/gcalctool.xml:
439       Fixed bug #367728 - [doc] Update documentation for Mod (Modulus 
440       Division) operation.
442     * help/C/gcalctool.xml:
443       Fixed bug #367715 - [doc] Update doc to mention saving of memory 
444       registers.
446     * help/C/gcalctool.xml:
447       Fixed bug #367718 - [doc] Documentation change needed for 
448       View->Memory Registers menu item inactive.
450     * help/C/gcalctool.xml:
451       Fixed bug #367735 - [doc] Update documentation for Ctrm operation.
453     * help/C/gcalctool.xml:
454       Fixed bug #367740 - [doc] Documentation for Clear Entry and Clear 
455       could be better.
457     * help/C/gcalctool.xml:
458       Fixed bug #367725 - [doc] Update documentation for the Memory 
459       Register Window.
461     * help/C/gcalctool.xml:
462       Fixed bug #367720 - [doc] Documentation change needed for keyboard 
463       shortcuts for buttons with menus associated with them.
465     * help/C/gcalctool.xml:
466       Fixed bug #367712 - [doc] Need to document how to enter scientific 
467       number s with a negative exponent in AOP mode.
469 2006-11-20 Rich Burridge <rich.burridge@sun.com>
471     * gcalctool/gtk.c:
472       Modified patch from Sun Bugster bug #6480076.
473       Made the gcalctool display areas focusable.
475     * help/C/gcalctool.xml:
476       Fixed bug #367722 – [doc] Update documentation for Xor and x^y 
477       operations.
479 2006-11-18 Rich Burridge <rich.burridge@sun.com>
481     * gcalctool/gtk.c:
482       Fixed bug #76572 - Primary selection is not recognised.
484 2006-11-04 Rich Burridge <rich.burridge@sun.com>
486     * Released a gcalctool tarball for GNOME 2.17.2.
488 2006-10-30 Rich Burridge <rich.burridge@sun.com>
490     * gcalctool/calctool.c:
491       gcalctool/calctool.h:
492       gcalctool/display.c:
493       gcalctool/functions.c:
494       gcalctool/get.c:
495       gcalctool/gtk.c:
496       Fixed bug #358782 (http://bugzilla.gnome.org/show_bug.cgi?id=358782)
497       Fixup sloppy string handling.
499     * gcalctool/function.c:
500       Fixup sloppy code indentation.
501       Remove unwanted (commented out) code.
502       Adjusted to /* ... */ style comments.
504 2006-10-23 Rich Burridge <rich.burridge@sun.com>
506     * gcalctool/get.c:
507       From Paul Schulz:
508       Fixed bug #364410 (http://bugzilla.gnome.org/show_bug.cgi?id=364410)
509       Incorrectly rounded pi constant.
511 2006-10-16 Rich Burridge <rich.burridge@sun.com>
513     * Released a gcalctool tarball for GNOME 2.17.1.
515 2006-10-07 Elijah Newren <newren gmail com>
517     * gcalctool/gtk.c (create_change_mode_dialog): Remove markup from
518       translatable messages.  #360453
520 2006-10-03 Rich Burridge <rich.burridge@sun.com>
522     * gcalctool/display.c:
523       From Matt Keenan <matt dot keenen at sun period com>
524       Fixed bug 359291 - crash when localized decimal point is greater 
525       than 1 char. Removed the bogus assert.
527 2006-10-01 Rich Burridge <rich.burridge@sun.com>
529     * gcalctool/calctool.c:
530       gcalctool/gtk.c:
531       From Matthias Clasen:
532       Fixed bug #358337 (http://bugzilla.gnome.org/show_bug.cgi?id=358337)
533       gcalctool no longer crashes in the Oriya locale due to sloppy string
534       handling.
536 2006-09-29 Sami Pietila <sampie@ariana-dsl.utu.fi>
538     * Fixed pr #354730 - crash in Calculator: running
539       3x10^38 using bi..
541 2006-09-28 Sami Pietila <sampie@ariana-dsl.utu.fi>
543     * Fixed pr #357208 - Bitcalculating extension needs to
544       support negative numbers
546 2006-09-22 Rich Burridge <rich.burridge@sun.com>
548     * gcalctool/calctool.c:
549       gcalctool/calctool.h:
550       gcalctool/extern.h:
551       gcalctool/functions.c:
552       gcalctool/functions.h:
553       gcalctool/get.c:
554       gcalctool/gtk.c:
555       From Sami Pietila <sampie@ariana-dsl.utu.fi>
556       Fixed bug #157961 - Bitcalculating extension for gcalctool.
558 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
560     * Fixed pr #355648 - Error reporting should be consistent.
562 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
564     * Fixed pr #135140 - percent operator works not as expected.
565         
566 2006-09-06 Rich Burridge <rich.burridge@sun.com>
568     * gcalctool/calctool.c:
569       gcalctool/calctool.h:
570       gcalctool/get.c:
571       gcalctool/gtk.c:
572       Fixed bug #349981 - gcalctool should save screen position for next 
573       start.
575 2006-09-04 Rich Burridge <rich.burridge@sun.com>
577     * Released a gcalctool tarball for GNOME 2.16.0 (Final).
579 2006-08-18 Rich Burridge <rich.burridge@sun.com>
581     * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
583 2006-08-09 Rich Burridge <rich.burridge@sun.com>
585     * gcalctool/functions.c:
586       gcalctool/graphics.c:
587       gcalctool/gtk.c:
588       Removed several chunks of code that were surronded by #if 0/#endif.
590 2006-08-07 Rich Burridge <rich.burridge@sun.com>
592     * gcalctool/display.c:
593       gcalctool/functions.c:
594       gcalctool/graphics.c:
595       Fixed bug #350341 (http://bugzilla.gnome.org/show_bug.cgi?id=350341)
596       gcalctool now builds again with gcc v2.95.
598 2006-08-06 Rich Burridge <rich.burridge@sun.com>
600     * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
602 2006-07-28 Lucas Rocha <lucasr@gnome.org>
604     * configure.in:
605       Removed line for help/es/Makefile.in due to g-d-u migration.
606     * help/Makefile.am:
607       Removed es from SUBDIRS due to g-d-u migration. 
609 2006-07-24 Rich Burridge <rich.burridge@sun.com>
611     * gcalctool/calctool.c:
612       More work on bug #347700 
613       (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
614       Added another "Note to translators" comment for the Abs button labels.
616     * configure.in:
617       Fixed bug #348452 (http://bugzilla.gnome.org/show_bug.cgi?id=348452)
618       Removed line for help/sv/Makefile.in
620     * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
622 2006-07-20 Rich Burridge <rich.burridge@sun.com>
624     * gcalctool/calctool.c:
625       Work on bug #347700 (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
626       Added a "Note to translators" comment for the Bksp and Clr button
627       labels.
629 2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
631     * gcalctool/gtk.c (about_cb): Updated FSF postal address.
633 2006-07-10 Rich Burridge <rich.burridge@sun.com>
635     * Released a gcalctool tarball for GNOME 2.15.4.
637 2006-06-09 Rich Burridge <rich.burridge@sun.com>
639     * Released a gcalctool tarball for GNOME 2.15.3.
641 2006-06-01 Rich Burridge <rich.burridge@sun.com>
643     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
644       Fixed bug #343150 (http://bugzilla.gnome.org/show_bug.cgi?id=343150)
645       Gcalctool no longer crashes when switching to scientific mode.
647 2006-05-16 Rich Burridge <rich.burridge@sun.com>
649     * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
651 2006-05-15 Rich Burridge <rich.burridge@sun.com>
653     * Released a gcalctool tarball for GNOME 2.15.2.
655 2006-05-10 Rich Burridge <rich.burridge@sun.com>
657     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
658       Fixup compiler warnings from inclusion of last patch.
660 2006-05-08 Rich Burridge <rich.burridge@sun.com>
662     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
663       Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
664       Backspace results in mal-formed expression.
666     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
667       - = button is now also a one step undo. (This feature was temporary 
668         disabled by the previous redo/undo patch.)
670       - Removed gotos from do_expression function. (This change might add
671         unstability as this is a major change to the expression mode state
672         machine.)
674       - Functions (such as sin, cos, tan..) can use previously calculated
675         value.
677 2006-05-01 Rich Burridge <rich.burridge@sun.com>
679     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
680       First cut at an Undo/Redo implementation for use with the arithmetic
681       operator precedence mode.
683 2006-04-25 Rich Burridge <rich.burridge@sun.com>
685     * Respun the gcalctool tarball for GNOME 2.15.1 because intltool
686       is not Solarisized. It's generated constructs in .../po/Makefile.in.in
687       that do not work on Solaris. The hack fix was to change the SHELL
688       definition in .../po/Makefile.in.in to /bin/bask before running
689       make; make install; make dist
691     * Removed the no entry from the po/LINGUAS file.
693 2006-04-24 Rich Burridge <rich.burridge@sun.com>
695     * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
697     * Released a gcalctool tarball for GNOME 2.15.1.
699 2006-04-24 Rich Burridge <rich.burridge@sun.com>
701     * Fixed bug #337897 (http://bugzilla.gnome.org/show_bug.cgi?id=337897)
702       Changes to use po/LINGUAS file.
704 2006-04-17  Kjartan Maraas <kmaraas@gnome.org>
706     * configure.in: Remove obsolete entry for no_NO.
707     * po/no.po: And the translation.
709 2006-04-12 Rich Burridge <rich.burridge@sun.com>
711     * Fixed bug #338220 (http://bugzilla.gnome.org/show_bug.cgi?id=338220)
712       The 'Show trailing zeroes' option in the View menu should now be
713       correctly set [in]sensitive depending upon which mode it's in.
715 2006-03-31 Rich Burridge <rich.burridge@sun.com>
717     * Further work on the gcalctool automated test tools:
718       - Now allows comment lines starting with '#' to be read (and ignored)
719         in the input file. Same for blank lines.
721       - Added a listener to not start reading standard input until the 
722         application see a "focus:" event for gcalctool.
724       - Adjusted the isApplication() routine in runtests.py to check for
725         None.
727 2006-03-28 Rich Burridge <rich.burridge@sun.com>
729     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
730       Fixed bug #332023 (http://bugzilla.gnome.org/show_bug.cgi?id=332023)
731       The bitwise operators now work in arithmetic operator precedence
732       mode, when you use them with the result of a previous operation.
734 2006-03-28 Rich Burridge <rich.burridge@sun.com>
736     * Fixed bug #327729 (http://bugzilla.gnome.org/show_bug.cgi?id=327729)
737       The fields in the memory register window were not correctly aligned
738       in some themes. In the create_rframe() routine in gtk.c, the code has
739       been changed to use a gtk_table rather than ten gtk_hbox's.
741 2006-03-28 Rich Burridge <rich.burridge@sun.com>
743     * Fixed bug #330867 (http://bugzilla.gnome.org/show_bug.cgi?id=330867)
744       Added License info to the Gcalctool About dialog.
746 2006-03-27 Rich Burridge <rich.burridge@sun.com>
748     * Fixed bug #335095 (http://bugzilla.gnome.org/show_bug.cgi?id=335095)
749       Gcalctool no longer displays the current mode in the title bar when 
750       in Basic mode (due to lack of space).
752 2006-03-27  Tommi Vainikainen  <thv@iki.fi>
754     * .cvsignore, Makefile.am, configure.in, omf.make, xmldocs.make,
755         m4/.cvsignore: Migrated to gnome-doc-utils build system for user
756         manuals.
758 2006-03-27 Rich Burridge <rich.burridge@sun.com>
760     * From Ross Burton <ross at burtonini dot com>
761       Fixed bug #335236 (http://bugzilla.gnome.org/show_bug.cgi?id=335236)
762       Gcalctool schemas files should be installed if built with
763       "--without-gnome".
765 2006-03-27 Rich Burridge <rich.burridge@sun.com>
767     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
768       Adjustments to the AOP code so that e to the power of x gives the
769       correct answer at high precision.
771 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
773     * configure.in (ALL_LINGUAS): Added Dzongkha (dz).
775 2006-03-17 Rich Burridge <rich.burridge@sun.com>
777     * Added .../test/non_aop_input.txt, the start of an test file for
778       gcalctool in non-arithmetic operator precedence mode.
780 2006-03-13 Rich Burridge <rich.burridge@sun.com>
782     * Released a gcalctool tarball for GNOME 2.14.0 (Final).
784 2006-03-02 Rich Burridge <rich.burridge@sun.com>
786     * From Elijah Newren <newren at gmail dot com>
787       Fix for bug #333078 (http://bugzilla.gnome.org/show_bug.cgi?id=333078)
788       cvs fails to build due to bg translation of help.
790     * From Alexander Shopov <ash at contact dot bg>
791       Inclusion of a translation of gcalctool help for the bg locale.
793 2006-02-27 Rich Burridge <rich.burridge@sun.com>
795     * Released a gcalctool tarball for GNOME 2.14.0 (RC).
797 2006-02-12 Rich Burridge <rich.burridge@sun.com>
799     * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
801 2006-01-30 Rich Burridge <rich.burridge@sun.com>
803     * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
805 2006-01-23 Rich Burridge <rich.burridge@sun.com>
807     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
808       Refixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
809       The recent changes to the square root and subtraction button labels
810       broke the token parser for arithmetic operator precedence.
812 2006-01-19 Rich Burridge <rich.burridge@sun.com>
814     * Added the start of an automated test framework for gcalctool, written
815       in Python, under the new "test" sub-directory. See the comments at the
816       beginning of runtests.py for more information.
818 2006-01-17 Rich Burridge <rich.burridge@sun.com>
820     * Fixed bug #327124 (http://bugzilla.gnome.org/show_bug.cgi?id=327124)
821       Changes to fix bug #326344 had the side-effect of causing the CE
822       button to no longer work correctly.
824 2006-01-17 Rich Burridge <rich.burridge@sun.com>
826     * Fixed bug #327214 (http://bugzilla.gnome.org/show_bug.cgi?id=327214)
827       The results from performing trig functions were not being passed on
828       to future calculations correctly (in non-arithmetic operator precedence 
829       mode).
831 2006-01-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
833     * Used U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
834       for division sign, as discussed in
835       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00137.html
836       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00157.html
838 2006-01-13 Rich Burridge <rich.burridge@sun.com>
840     * Released a gcalctool tarball for GNOME 2.13.5.
842 2006-01-12 Rich Burridge <rich.burridge@sun.com>
844     * From Wouter Bolsterlee
845       Fixed bug #323149 (http://bugzilla.gnome.org/show_bug.cgi?id=323149)
846       Gcalctool now uses the Unicode symbols for division, multiplication, 
847       plus/minus, minus and square root.
849 2006-01-10 Rich Burridge <rich.burridge@sun.com>
851     * Fixed bug #326344 (http://bugzilla.gnome.org/show_bug.cgi?id=326344)
852       The bit display of large numbers (in non-arithmetic operator precedence
853       mode with the scientific view) now hopefully works correctly.
855       It no longer converts the displayed number to a double then a long 
856       long, which is where the loss of accuracy was occuring.
858       This also involved adding a couple of parameters to the make_fixed() 
859       routine in display.c to make it more generally useful for things like 
860       this.
862 2006-01-09 Rich Burridge <rich.burridge@sun.com>
864     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
865       Fixed bug #142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
866       Gcalctool no longer ignores locale specific numeric point in
867       arithmetic operator precedence mode.
869     * Adjusted all the copyright messages to include 2006.
871 2006-01-09 Rich Burridge <rich.burridge@sun.com>
873     * Fixed bug #325074 (http://bugzilla.gnome.org/show_bug.cgi?id=325074)
874       Gcalctool no longer crashes when you double click the 0 in the 
875       display area. Problem was the return value of the mouse_button_cb()
876       routine in gtk.c.
878 2005-12-30  Abel Cheung  <maddog@linuxhall.org>
880     * configure.in: Added "zh_HK" to ALL_LINGUAS.
882 2005-12-23 Rich Burridge <rich.burridge@sun.com>
884     * Released a gcalctool tarball for GNOME 2.13.4.
886 2005-12-21 Rich Burridge <rich.burridge@sun.com>
888     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
889       Final fix for bug #153854 
890       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
891       Now handles the case where the first thing the user does is 
892       change mode (Basic, Financial, Advanced, Scientific) in AOP mode.
894 2005-12-19 Rich Burridge <rich.burridge@sun.com>
896     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
897       Fixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
898       Sqrt (and other similar operations) no longer fail in non-English 
899       locales
901 2005-12-13 Rich Burridge <rich.burridge@sun.com>
903     * Fixed bug #324001 (http://bugzilla.gnome.org/show_bug.cgi?id=324001)
904       Primary Selection (middle mouse button) is now working.
906 2005-12-12 Rich Burridge <rich.burridge@sun.com>
908     * Released a gcalctool tarball for GNOME 2.13.3.
910 2005-11-28 Rich Burridge <rich.burridge@sun.com>
912     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
913       More work on bug #153854 
914       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
915       Similar change to that made on 15th November 2005, this time for
916       arithmetic operator precedence (AOP) mode. Still need to correct 
917       handle this is AOP mode if it's the first thing the user does.
919 2005-11-17 Rich Burridge <rich.burridge@sun.com>
921     * Slight fixup for bug #157961. The toggling of the first bit in the
922       bit panel wasn't working correctly. The long long lval variable in
923       the bit_toggled() routine in gtk.c needed to be made unsigned.
925 2005-11-15 Rich Burridge <rich.burridge@sun.com>
927     * More work on bug #153854 
928       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
929       If the user has completed a calculation and we are going to a
930       new mode that is "compatible" with this one, then just change
931       modes. Otherwise display a dialog warning the user that the
932       current calculation will be cleared.
934       Incompatible modes are:
936       Scientific -> Basic
937       Scientific -> Advanced
938       Scientific -> Financial
940       (unless we are in Scientific mode with Decimal numeric base and Fixed).
941       These changes work nicely in non-arithmetic operator precedence mode.
942       For some reason, the display is still being cleared in arithmetic
943       operator precedence mode. Keeping the bug open and transferring to 
944       Sami for further evaluation.
946 2005-11-14 Rich Burridge <rich.burridge@sun.com>
948     * Released a gcalctool tarball for GNOME 2.13.2.
950 2005-11-03 Rich Burridge <rich.burridge@sun.com>
952     * Fixed bug #316755 (http://bugzilla.gnome.org/show_bug.cgi?id=316755)
953       Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect: 
954       assertion `window != NULL' failed" warnings at startup.
956 2005-10-27 Rich Burridge <rich.burridge@sun.com>
958     * Fixed bug #319934 (http://bugzilla.gnome.org/show_bug.cgi?id=319934)
959       The percent operator was broken in non-arithmetic operator precedence
960       mode.
962 2005-10-13 Rich Burridge <rich.burridge@sun.com>
964     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
965       Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
966       Exponential notation now works correctly in arithmetic operator
967       precedence mode.
969 2005-09-26 Rich Burridge <rich.burridge@sun.com>
971     * Slight adjustment to the bit panel. It's now centralized.
973 2005-09-23 Rich Burridge <rich.burridge@sun.com>
975     * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
976       needed to also preserve v->toclear and v->pointed.
978     * Work on enhancement request #157961
979       (http://bugzilla.gnome.org/show_bug.cgi?id=157961).
980       Started to implement the bit panel for non-arithmetic precedence mode.
981       It's automatically displayed when in Scientific mode.
983 2005-09-19 Rich Burridge <rich.burridge@sun.com>
985     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
986       Implemented enhancement request #148104 for arithmetic precedence
987       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
988       The modulo operation. See entry below for more details.
990 2005-09-15 Rich Burridge <rich.burridge@sun.com>
992     * Fixed bug #316382 (http://bugzilla.gnome.org/show_bug.cgi?id=316382)
993       The "useless" cursor is no longer displayed in the calculator 
994       display area.
996 2005-09-15 Rich Burridge <rich.burridge@sun.com>
998     * Implemented enhancement request #148104 for non-arithmetic precedence
999       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1000       Added in a modulo operation. This is available in Scientic Mode.
1001       A Mod B return the remainder when you divide A by B. A and B must be
1002       integers. Keyboard shortcut for this operation is "M".
1004 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1006     * Fixed bug #162453 (http://bugzilla.gnome.org/show_bug.cgi?id=162453)
1007       The memory register dialog now uses GtkEntry widgets to display the
1008       register values. Gnopernicus can now correctly speak the contents of 
1009       each memory register. There is also a close button to easily dismiss 
1010       this dialog.
1012 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1014     * Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=312609)
1015       The memory register window is now a dialog rather than a top-level 
1016       window.
1018 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1020     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1021       Fixed bug #311307 (http://bugzilla.gnome.org/show_bug.cgi?id=311307)
1022       Fix to prevent invalid numeric entry in arithmetic operator precedence
1023       mode, depending upon the current base.
1025 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1027     * From yselkowitz at users dot sourceforge dot net
1028       A number of the bison- and flex-related make rules in 
1029       .../gcalctool/Makefile.am were broken when builddir != srcdir. 
1031 2005-08-26 Rich Burridge <rich.burridge@sun.com>
1033     * From dmacks at netspace dot org
1034       Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=314540)
1035       The libparser.a library needs ranlib run on it for Mac OS X.
1037 2005-08-24 Rich Burridge <rich.burridge@sun.com>
1039     * From Diego Petten? <flameeyes at gentoo dot org>
1040       Fixed bug #314375 (http://bugzilla.gnome.org/show_bug.cgi?id=314375)
1041       Replaced usage of malloc.h with stdlib.h in syntax_translation.c
1043 2005-08-22 Rich Burridge <rich.burridge@sun.com>
1045     * Generated release for GNOME 2.12 (RC)
1047     * From Olaf Heiring <olh at suse dot de> (via Rodrigo Moya)
1048       Changed type of argument in paren_disp from char to int for 64bit.
1050 2005-08-11 Rich Burridge <rich.burridge@sun.com>
1052     * Fixed bug #313255 (http://bugzilla.gnome.org/show_bug.cgi?id=313255)
1053       The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1055 2005-08-08 Rich Burridge <rich.burridge@sun.com>
1057     * Generated release for GNOME 2.11.91 (beta2).
1059 2005-08-04  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
1061     * configure.in: Added "te" to ALL_LINGUAS
1063 2005-08-03 Sami Pietila <sampie@ariana-dsl.utu.fi>
1065     * Fixed pr310167. Removed "ans" from the list of translated words.
1066         
1067 2005-07-25 Rich Burridge <rich.burridge@sun.com>
1069       Fixed bug #311306 (http://bugzilla.gnome.org/show_bug.cgi?id=311306)
1070       If the user was in View->Scientific with base Bin, Oct or Hex and 
1071       then went to View->Basic, then returned to View->Scientific, some of
1072       the numeric keys were incorrectly greyed out.
1074 2005-07-19 Rich Burridge <rich.burridge@sun.com>
1076     * From Christian Krause <chkr at plauener dot de>
1077       Fixed bug #310849 (http://bugzilla.gnome.org/show_bug.cgi?id=310849)
1078       Gcalctool no longer crashes when pressing the "B" button (or typing 
1079       Shift-B).
1081 2005-07-18 Rich Burridge <rich.burridge@sun.com>
1083     * Fixed bug #310791 (http://bugzilla.gnome.org/show_bug.cgi?id=310791)
1084       Memory register window view logic was screwed.
1086 2005-07-15 Rich Burridge <rich.burridge@sun.com>
1088     * From Jens Granseuer <jenssgr at gmx dot net>
1089       Fixed bug #310441 (http://bugzilla.gnome.org/show_bug.cgi?id=310441)
1090       Adjusted code to compile with gcc 2.95.2. (There was an assert before
1091       variable declarations in do_tfunc() in functions.c
1093 2005-07-11 Rich Burridge <rich.burridge@sun.com>
1095     * Fixed bug #153854 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1096       When the user changes modes, a warning dialog is displayed to let
1097       them know that their current display will be cleared and the base
1098       reset to decimal. The user has the option of checking a toggle box
1099       on the dialog, that will prevent this warning from being displayed 
1100       again.
1102 2005-07-01 Rich Burridge <rich.burridge@sun.com>
1104     * From Matt Keenan <matt.keenan@sun.com>
1105       Fixed bug #309294 (http://bugzilla.gnome.org/show_bug.cgi?id=309294)
1106       Adjustments to allow gcalctool to successfully build on Solaris with
1107       pkgconfig >= 0.17.1
1109 2005-06-30 Rich Burridge <rich.burridge@sun.com>
1111     * Fixed bug #309182 (http://bugzilla.gnome.org/show_bug.cgi?id=309182)
1112       In non-arithmetic precdence mode, gcalctool can now correctly change
1113       the sign of the exponent on scientific numbers again. The problem was
1114       caused by a chunk of code being removed from the handling of the 
1115       "+/-" case when the arithmetic operator precedence code was merged in.
1117 2005-06-21 Rich Burridge <rich.burridge@sun.com>
1119     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1120       Fixed bug #308408 (http://bugzilla.gnome.org/show_bug.cgi?id=308408)
1121       gcalctool can now correctly convert the hexadecimal numbers "A-F"
1122       to other bases in "use arithmetic operator precedence mode".
1124 2006-06-10  Jordi Mallach  <jordi@debian.org>
1126         * gcalctool/gcalctool.1: Fix two typos (Debian Bug#310356).
1128 2006-06-03  Christian Rose  <menthos@menthos.com>
1130         * configure.in: Added "gl" to ALL_LINGUAS.
1132 2005-05-31 Rich Burridge <rich.burridge@sun.com>
1134     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1135       Fixed bug #305619 (http://bugzilla.gnome.org/show_bug.cgi?id=305619)
1136       Calculations with stored register values in arithmetic operator 
1137       precedence mode, now work correctly.
1139 2005-05-26 Rich Burridge <rich.burridge@sun.com>
1141     * From Christian Krause <chkr at plauener dot de>
1142       Fixed bug #305034 (http://bugzilla.gnome.org/show_bug.cgi?id=305034)
1143       In "Use Arithmetic Precedence" mode, when switching the format 
1144       (e.g. from ENG to FIX), the displayed value switches to zero (in the 
1145       corresponding format, so e.g. 0.0 or 0e+0, ...).
1147 2005-05-25 Rich Burridge <rich.burridge@sun.com>
1149     * Fixed bug #305467 (http://bugzilla.gnome.org/show_bug.cgi?id=305467)
1150       gcalctool no longer crashes under the following scenerio:
1151       - type "f" to bring up the user function menu.
1152       - dismiss the menu by clicking elsewhere with the mouse.
1153       - type another character which isn't in the range "0" to "9".
1155 2005-05-18 Rich Burridge <rich.burridge@sun.com>
1157     * Did a gcalctool tarball release.
1159 2005-05-16 Rich Burridge <rich.burridge@sun.com>
1161     * Fixed bug #304056 (http://bugzilla.gnome.org/show_bug.cgi?id=304056)
1162       Adjusted the keyboard shortcuts for the Xor and x^y operations.
1163       New values are:
1164       Xor - 'x'
1165       x^y - '^'
1167 2005-05-02 Rich Burridge <rich.burridge@sun.com>
1169     * From Paolo Borelli <pborelli at katamail dot com>
1170       Fixed bug #302555 (http://bugzilla.gnome.org/show_bug.cgi?id=302555)
1171       Various gcalctool variables have now been const'ified.
1173 2005-04-21 Rich Burridge <rich.burridge@sun.com>
1175     * From Vincent van Adrighem <adrighem at gnome dot org>
1176       Fixed bug #300957 (http://bugzilla.gnome.org/show_bug.cgi?id=300957)
1177       Replaced the underscore character in "translator_credits" with a
1178       hyphen, to prevent some translation tools from being confused.
1180 2005-04-13 Rich Burridge <rich.burridge@sun.com>
1182     * More work on bug #172704. 
1183       - Adjusted the code to not try to display a menu when the user 
1184         entered a left parentheses (another do_pending() type of 
1185         operation).
1186       - Toggling the "Show Trailing Zeroes" operation via keyboard
1187         shortcuts, needed to clear the v-.pending flag.
1189 2005-04-11 Rich Burridge <rich.burridge@sun.com>
1191     * Fixed up some problems reported by lint.
1193 2005-04-07 Rich Burridge <rich.burridge@sun.com>
1195     * Fixed bug #172704 (http://bugzilla.gnome.org/show_bug.cgi?id=172704)
1196       Fixed bug #172869 (http://bugzilla.gnome.org/show_bug.cgi?id=172869)
1197       When the user now uses the keyboard shortcut for any of the gcalctool
1198       buttons that have a menu associated with them, that menu is now displayed.
1199       The user can use the arrow keys to select a menu item or the menu items 
1200       shortcut.
1202 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1204     * From Alan Horkan <horkana@tcd.ie>
1205       Fixed bug #171393 (http://bugzilla.gnome.org/show_bug.cgi?id=171393)
1206       Allow stock labels to show through. Should make translation that 
1207       little bit easier. 
1209 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1211     * Refixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1212       The Help->Contents menu item no longer appears if gcalctool is built
1213       Gtk-only.
1215 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1217     * Fixed bug #172798 (http://bugzilla.gnome.org/show_bug.cgi?id=172798)
1218       gtk_set_locale was already being run by gtk_init() and the gtk about 
1219       popup didn't have the gcalctool icon.
1221 2005-03-31  Steve Murphy  <murf@e-tools.com>
1223     * configure.in: Added "rw" to ALL_LINGUAS.
1225 2005-03-28  Abel Cheung  <maddog@linuxhall.org>
1227     * configure.in: Added "tr" to ALL_LINGUAS.
1229 2005-03-31 Sami Pietila <sampie@ariana-dsl.utu.fi>
1231     * Fix for bug #172150
1232     * Minor fix: the initial zero value is not anymore used as a
1233       function parameter.
1235 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1237     * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1238       the on-screen keyboard assistive technology, it's possible that the 
1239       event returned by gtk_get_current_event() is NULL. If this is the 
1240       case, we need to fudge the popping up on the menu associated with 
1241       this menu button.
1243 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1245     * Fixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1246       You can now build gcalctool without the GNOME libraries by specifying
1247       "--disable-gnome" on the configure command line.
1249 2005-03-22  Adi Attar  <aattar@cvs.gnome.org>
1251         * configure.in: Added 'xh' to ALL_LINGUAS.
1253 2005-03-19 Sami Pietila <sampie@ariana-dsl.utu.fi>
1255     * Fix for bug #168385
1256     * Minor cleanups
1257         
1258 2005-03-10 Rich Burridge <rich.burridge@sun.com>
1260     * Fixed bug #167479 (http://bugzilla.gnome.org/show_bug.cgi?id=167479)
1261       gcalctool with set the View->Memory Registers menu item inactive if
1262       the calculator is in Basic mode.
1264 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1266     * Fixed bug #169196 (http://bugzilla.gnome.org/show_bug.cgi?id=169196)
1267       gcalctool now uses use g_get_home_dir().
1269     * Added in a better implementation of the trig_filter() routine in 
1270       functions.c
1272     * Fixed bug #168694 (http://bugzilla.gnome.org/show_bug.cgi?id=168694)
1273       gcalctool now saves/restores the ten memory register values as gconf 
1274       resources.
1276     * Removed the redundant process_str() routine in graphics.c
1278 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1280     * Version for GNOME 2.10.0 (final) call for tarballs.
1282 2005-03-07 Irene Ryan <irene.ryan@sun.com>
1283                         (on behalf of Maeve Anslow)
1285         * help/C/gcalctool.xml; updated help manual
1286         * help/C/gcalctool-C.omf; updated OMF file details
1287         * help/C/l10n.txt; updated instructions for L10N
1288         * help/C/figures/gcalctool_basic_window.png; updated screenshot
1289         * help/C/figures/gcalctool_scientific_window.png; updated screenshot
1290         
1291 2005-02-28 Rich Burridge <rich.burridge@sun.com>
1293     * Version for GNOME 2.10.0 (rc1) call for tarballs.
1295 2005-02-27 Rich Burridge <rich.burridge@sun.com>
1297     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1298       Partial fix for bug 168385 
1299       (http://bugzilla.gnome.org/show_bug.cgi?id=168385)
1300       "F+F=" wasn't working in arithmetic operator precedence mode.
1302 2005-02-18 Rich Burridge <rich.burridge@sun.com>
1304     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1305       Changes to make the trigonometric code work with hyp and inv
1306       properly.
1308 2005-02-15 Rich Burridge <rich.burridge@sun.com>
1310     * The fix for bug #162998 was incorrect when in Arithmetic Precedence
1311       mode. Had to remove an extra bogus signal handler that shouldn't
1312       have been connected up for menu-type buttons.
1314     * Exch functionality was incorrect in Arithmetic Precedence mode.
1316     * Left and Right shift operations weren't working correctly. Menu
1317       name comparison in mb_proc() in gtk.c was incorrect.
1319 2005-02-11 Rich Burridge <rich.burridge@sun.com>
1321     * Fixed bug 167124 (http://bugzilla.gnome.org/show_bug.cgi?id=167124)
1322       One of the entries in the words[] array in syntax_translation.c was
1323       accidentally commented out.
1325 2005-02-08 Rich Burridge <rich.burridge@sun.com>
1327     * From Dennis Cranston <dennis_cranston at yahoo com>
1328       Fixed bug 166634 (http://bugzilla.gnome.org/show_bug.cgi?id=166634)
1329       Call to create the About box was missing a NULL terminator.
1331 2005-02-07 Rich Burridge <rich.burridge@sun.com>
1333     * Adjusted all copyright messages to be 2005.
1334     * Version for GNOME 2.10.0 (beta2) call for tarballs.
1336 2005-02-03 Rich Burridge <rich.burridge@sun.com>
1338     * From Naveen & Team < naveenchandranv@gmail.com >
1339       Fixed bug #165522 (http://bugzilla.gnome.org/show_bug.cgi?id=165522)
1340       Made the status bar non-resizable.
1342 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1344     * From Mariano Suárez-Alvarez <msuarezalvarez at arnet dot com dot ar>
1345       Various code cleanups. It moves some declarations of static functions 
1346       to the corresponding .c files. It also cuts down the number of 
1347       included files, moving some includes to where they are needed from 
1348       calctool.h.
1350 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1352     * From Kristof Vansant <de_lupus at pandora dot be>
1353       Adjusted the About dialog to use the latest GtkAbout widget.
1355 2005-01-24 Rich Burridge <rich.burridge@sun.com>
1357     * Version for GNOME 2.10.0 (beta1) call for tarballs.
1359 2005-01-21 Rich Burridge <rich.burridge@sun.com>
1361     * Fixed bug #162998 (http://bugzilla.gnome.org/show_bug.cgi?id=162998)
1362       The "menu" buttons in gcalctool now responds to the "clicked" event
1363       rather than the "button-press-event" to allow gok, the on-screen 
1364       keyboard to function properly.
1366     * Fixed bug #159957 (http://bugzilla.gnome.org/show_bug.cgi?id=159957)
1367       Input number in FIX mode now make mimimal changes to (i.e append a
1368       single character) the display rather than completely delete and
1369       insert it. The is helpful to assistive technologies like gnopernicus.
1371 2005-01-18 Rich Burridge <rich.burridge@sun.com>
1373     * Fixed bug #164184 (http://bugzilla.gnome.org/show_bug.cgi?id=164184)
1374       Adjusted location of comments in syntax_translation.c so that the
1375       L10N message translation software isn't confused.
1377 2005-01-12 Rich Burridge <rich.burridge@sun.com>
1379     * Fixed bug #163468 (http://bugzilla.gnome.org/show_bug.cgi?id=163468)
1380       Pressing "(<Del>)" would cause gcalctool to crash.
1382 2004-01-10 Rich Burridge <rich.burridge@sun.com>
1384     * Version for GNOME 2.9.4 call for tarballs.
1386 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1388     * From Pádraig Brady < P at draigBrady dot com >
1389       Couldn't use the "#" key to select constants as this symbol was
1390       a lower-case symbol on his keyboard.
1392     * From Pádraig Brady < P at draigBrady dot com >
1393       Powers that were a multiple of 30 (10 as well as 3) would not 
1394       display correctly, having a 4 digit significand. Further testing 
1395       showed that without the fix the following powers had a 4 digit 
1396       significand: 27,30, 57,60, 90, 96 (and every 3 from here on). 
1398 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1400     * Fixed bug #161976 (http://bugzilla.gnome.org/show_bug.cgi?id=161976).
1401       configure.in now checks to make sure that atk >= 1.5
1403 2005-01-03 Naveen & Team < naveenchandranv@gmail.com >
1405     * Fixed bug #155101 (http://bugzilla.gnome.org/show_bug.cgi?id=155101).
1406       Made the gcalctool window resizable.
1408 2004-12-21 Rich Burridge <rich.burridge@sun.com>
1410     * Version for GNOME 2.9.3 call for tarballs.
1412 2004-12-17 Rich Burridge <rich.burridge@sun.com>
1414     * Fixed bug #160929 (http://bugzilla.gnome.org/show_bug.cgi?id=160929).
1415       Removed the "Mode" word from each of the different mode menu items 
1416       in the gcalctool View menu.
1418 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1420     * From Hidetoshi Tajima <Hidetoshi dor Tajima at Sun dot COM>
1421       Fixed bug #157701 (http://bugzilla.gnome.org/show_bug.cgi?id=157701).
1422       gcalctool can now use real multiplication and division symbols
1423       instead of "*" and "/". This is done via locale string translations.
1424       There is now a new en_US.po message file included with the
1425       distribution.
1427     * Latest that same day...
1428       Adjusted the multiplication and division entries in the en_US.po
1429       file to be "*' and "/" to stop the Ximian tinderbox build breaking.
1430       This "fix" needs further investigating.
1432 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1434     * Fixed bug #160088 (http://bugzilla.gnome.org/show_bug.cgi?id=160088).
1435       Adjusted the titlebar text so that it doesn't include the word "Mode"
1436       which was getting chopped when the calculator was in Basic mode.
1438 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1440     * Fixed bug #157962 (http://bugzilla.gnome.org/show_bug.cgi?id=157962).
1441       Added in a set of three colors for gcalctool that will work with 
1442       the default theme. To use them, the "gcalctoolrc" file supplied with
1443       the source distribution needs to be moved to ~/.gcalctoolrc
1445 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1447     * Generated gcalctool tarball for the GNOME 2.9.2 release.
1449 2004-11-15 Rich Burridge <rich.burridge@sun.com>
1451     * Fixed bug #158357 (http://bugzilla.gnome.org/show_bug.cgi?id=158357).
1452       Removed the -DGNOME_DISABLE_DEPRECATED and the -DGTK_DISABLE_DEPRECATED
1453       flags from the INCLUDES definition in .../gcalctool/Makefile.am for now,
1454       to allow it to successfully build against the latest GNOME/Gtk+.
1456     * Slight adjustment to correct check the Advanced mode menu item when
1457       the user had previously terminated gcalctool in that mode.
1459     * Adjusted the scroll_right() routine to only scroll right if the 
1460       horizontal scroll bar is visible.
1462 2004-11-14 Rich Burridge <rich.burridge@sun.com>
1464     * Changed the names of the gconf mode type key so that there is
1465       backward compatibility. Old key name was "mode". New key name
1466       id "modetype".
1468     * Reset the initial default mode to BASIC.
1470 2004-11-11 Rich Burridge <rich.burridge@sun.com>
1472     * From Sebastien Estienne <sebastien dot estienne at gmail.com>
1473       Changes to add in a very basic mode for gcalctool. Rather than calling
1474       this a "Light" mode, the existing "Basic" mode is now renamed to
1475       "Advanced" and the new basic mode is called "Basic".
1477       Took a different approach from Sebastien in implementing this, so that
1478       I could easily add in an extra row of buttons over what he'd sent in 
1479       his patch.  These are Bksp, CE, Clr and +/- (change sign).
1481     * Fixed bug #157757 (http://bugzilla.gnome.org/show_bug.cgi?id=157757)
1482       The horizontal scrollbar for the display area will now only be visible
1483       when needed. It will also display the rightmost part of the display
1484       as you are entering new input.
1486 2004-11-04 Sami Pietila <sampie@ariana-dsl.utu.fi>
1488     * Converted parsers to use calc_xpowy() instead of mppwr2().
1489     * Addressed some compiler warnings
1491 2004-11-03 Rich Burridge <rich.burridge@sun.com>
1493     * Partial fix for bug #157021 
1494       (http://bugzilla.gnome.org/show_bug.cgi?id=157021).
1495       Changes have been added to fix this for non-arithmetic precedence mode.
1496       for x ^ y, if x is negative and y is an integer, then the mppwr() MP
1497       routine is used instead of mppwr2(). Added a new calc_xpowy() routine 
1498       in mpmath.c to do this calculation. Also added a show_error() routine
1499       to functions.c to display the error in the status bar if the user
1500       enters -X with non-integer Y.
1502 2004-11-02 Sami Pietila <sampie@ariana-dsl.utu.fi>
1504     * -x^y was intepreted -(x^y). Fixed. 
1505     * Also removed implicit multiplication as it caused problems.
1507 2004-11-01 Rich Burridge <rich.burridge@sun.com>
1509     * Generated gcalctool tarball for first GNOME 2.9 release.
1511 2004-10-15 Sami Pietila <sampie@ariana-dsl.utu.fi>
1513     * Fixed pr 148639.  
1515 2004-09-30 Rich Burridge <rich.burridge@sun.com>
1517     * Slight adjustment to bug #152301
1518       (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
1519       The tooltip message had been tweaked to 
1520       "Show the About Gcalctool dialog".
1522 2004-09-28 Pawan Chitrakar 
1524         * configure.in: Added "ne" Nepali in ALL_LINGUAS
1526 2004-09-27 Rich Burridge <rich.burridge@sun.com>
1528     * From Christian Rose <menthos at menthos dot com>
1529       Fixed bug #152301 (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
1530       Adjusted the tooltip message for Help->About... from "Show about help"
1531       to "Show the about dialog", to make it more understandable.
1533 2004-09-27 Rich Burridge <rich.burridge@sun.com>
1535     * From Heikki Tauriainen <heikki dot tauriainen at hut dot fi>
1536       Fixed bug #153726 (http://bugzilla.gnome.org/show_bug.cgi?id=153726)
1537       Gcalctool will now build correctly when using the -fno-common option 
1538       for gcc (3.3.4).
1540 2004-09-26 Sami Pietila <sampie@ariana-dsl.utu.fi>
1542     * Numerical localization (and thousand separator) disabled if an expression
1543       with parenthesis is entered in non-arithmetic precedence mode.
1544       
1545 2004-09-24 Rich Burridge <rich.burridge@sun.com>
1547     * If the accuracy was changed via one of the ten preset menu items
1548       in the Acc menu, the tooltip wasn't getting correct updated with 
1549       the new accuracy.
1551 2004-09-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
1553     * Numerical answer localization and thousand separator support
1554       for arithmetic precedence mode.
1556 2004-09-02 Rich Burridge <rich.burridge@sun.com>
1558     * Fixed rfe #147803 (http://bugzilla.gnome.org/show_bug.cgi?id=147803)
1559       Further changes to the "Set Precision" popup.
1560       - "Significant places" not "Significant Places".
1561       - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is
1562         the current precision, and be in the same radio box group as 
1563         the other menu items. Check the appropriate menu entry
1564       - Adjust the Acc button tooltip to show the current accuracy too.
1565       - When the user attempts to enter an invalid entry in the Set 
1566         Precision popup, an error message is shown in the main gcalctool 
1567         status bar.
1568       - the other Acc radio button items (0-9) need to have mnemonics (_0,
1569         _1 ...).
1571     * From Jens Granseuer (jensgr at gmx dot net)
1572       Fixed bug #152790 (http://bugzilla.gnome.org/show_bug.cgi?id=152790)
1573       Most of the changes needed were already in CVS; there was one compiler
1574       warning that still needed to be removed.
1576     * Storing the display value to a memory register was not updating the
1577       memory register window, if it was visible.
1579 2004-09-02 Rich Burridge <rich.burridge@sun.com>
1581     * Added in functionality to set the number of significant places > 9.
1582       There is a new menu item under the Acc menu called "Set Precision..."
1583       that brings up a small popup allowing you to set precision between 0
1584       and MAXACC significant places (where MAXACC is currently 30).
1586 2004-09-08  Gora Mohanty  <gmohanty@cvs.gnome.org>
1587                                                                                 
1588         * configure.in: Added 'or' to ALL_LINGUAS.
1590 2004-08-24 Breda McColgan <breda.mccolgan@sun.com>
1592         * help/C/gcalctool.xml: Updated for GNOME 2.8, technical review draft   * help/C/gcalctool-C.omf: Updated for GNOME 2.8
1593         * help/C/l10n.txt: Updated for GNOME 2.8
1594         * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.8
1596 2004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
1598         * configure.in: Add Â«nb» to ALL_LINGUAS.
1600 2004-08-16  Christian Rose  <menthos@menthos.com>
1602         * configure.in: Added "bs" to ALL_LINGUAS.
1604 2004-08-02 Rich Burridge <rich.burridge@sun.com>
1605     
1606     * Refixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
1607       This time removed the .../help/<locale>omf_timestamp files as well.
1609 2004-08-01 Sami Pietila <sampie@ariana-dsl.utu.fi>
1611     * (Re)implemented paste functionality.
1613 2004-07-27 Rich Burridge <rich.burridge@sun.com>
1615     * Fixed up numerous warnings generated by running lint on the gcalctool
1616       code. Removed unused variables and functions. Declared routines
1617       statically where possible.
1619 2004-07-27 Rich Burridge <rich.burridge@sun.com>
1621     * From Joe Marcus Clarke (marcus at freebsd dot org)
1622       Fixed bug 148581 (http://bugzilla.gnome.org/show_bug.cgi?id=148581)
1623       Changes to get latest gcalctool compiling on a BSD system.
1625 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1627     * Added various filenames to .../gcalctool/.cvsignore.
1628     * Added mkinstalldirs so that I could successfully do a "make dist"
1629       on my Solaris machine.
1630     * Removed ChangeLog-NG and FIXME references from Makefile.am
1631     * Version 5.5.0 released.
1633 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1635     * Added:
1636       gcalctool/mpmath.c
1637       gcalctool/syntax_translation.c
1638       to ../po/POTFILES.in (thanks Marcel Telka!).
1640 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1642     * Fixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
1643       Removed the unwanted ...omf.out files from under the .../help/
1644       directories, an artifact of the gcalctool-ng branch merge.
1645       Removed the unwanted Makefile and Makefile.in files from the same
1646       directories.
1648 2004-07-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
1649     * Menu option "Arithmetic Precedence" mode is disabled on error condition.
1650     * Remove goto commands from do_expression()
1652 2004-07-22 Sami Pietila <sampie@ariana-dsl.utu.fi>
1654     * Error is reported and input not accepted if a number exceeds 40 chars.
1655     * Added e+ and e- notation support to ce_tokeniser.
1656     * xh, xd, xb and xo support removed (from ce_tokeniser), where x is a number.
1657     * Empty input is always displayed as zero.
1658     * Removed some redundant #ifdefs
1659     * Applied a patch from Rich Burridge. The patch removes goto from exp_del_char()
1660     * Changed macro N_() to _() from statusbar entries.
1661     * Postfix operations can now use empty (zero) expression as a operator
1663 2004-07-19 Rich Burridge <rich.burridge@sun.com>
1665     * Added in function prototypes to fixup warning messages from the compiler.
1666     * Added a final newline in both .l files, so that they could be correctly
1667       compiled on a Solaris machine.
1668     * Removed the "[Experimental]" from the titleline.
1670 2004-07-19 Rich Burridge <rich.burridge@sun.com>
1672     * Removed ChangeLog-NG. It's not needed.
1673     * Added the contents of FIXME to the TODO file and removed
1674       FIXME.
1675     * Added Copyright comments to the source files that didn't have
1676       them.
1677     * Adjusted the C code to the "One True Style". If/when you take over
1678       ownership of gcalctool, I'm happy for you to revert it to whatever
1679       style you like, but while I've got to maintain it, then all the source
1680       code will be a consistent style. Sorry.
1681     * Removed commented out C code or code surronded by "#if 0". It just 
1682       leads to confusion. Look at the previous versions in CVS history if 
1683       you need to see what was there.
1684     * Adjusted code so that line length is less than 80 characters (wherever
1685       possible).
1686     * Adjusted comments to "/* ... */" style. The "// ..." style is not
1687       recognized by default with the Sun compiler.
1688     * Removed all Tabs. Tabs are evil.
1689     * Indentation is four spaces not two.
1690     * Added blank lines where appropriate to make the code more readable.
1691     * Adjusted code to define variables at the top of a routine.
1692     * Remove the "Next Generation (Experiemental)" from the about box.
1693     * Changed copyright dates to include 2004.
1694     * Removed the "word:" Gnuism from the words[] struct in 
1695       syntax_translation.c. Similar problems with another struct in the
1696       same source file.
1698 2004-06-18 Christian Neumair <chris@gnome-de.org>
1700      * gcalctool/functions.c, gcalctool/graphics.c: s/precedencer/precedence/
1702      * gcalctool/gtk.c: Mark missing GtkActionEntry entries in menu entry
1703      array for translation.
1705      * (create_kframe): Call gtk_action_group_set_translation_domain to enable
1706      menu i18n.
1708 2004-06-18 Archana Shah <archana.shah@wipro.com>
1710      * gcalctool/gtk.c: Following functions added.
1712      * (gcalc_window_get_menu_items): Function to get the menu_items for actions
1713        which are having icons associated with them.
1715      * (gcalc_window_have_icons_notify): Function to be notified when key
1716        '/desktop/gnome/interface/menus_have_icons' toggles.
1718      * (gcalc_window_set_unset_image): Based on the value of above mentioned 
1719        gconf key, icons will be set/unset.
1721      * Fixes bug#144596 
1723         
1724 2004-06-14 Sami Pietila <sampie@ariana-dsl.utu.fi>
1726     * Merge from NG-branch.
1727         
1728 2004-06-14 Rich Burridge <rich.burridge@sun.com>
1730     * Remainder of the fix for bug #143924.
1731       http://bugzilla.gnome.org/show_bug.cgi?id=143924
1732       Control-T shouldn't work in Basic or Financial modes. 
1733       I should have been using:
1735         g_object_set(gtk_ui_manager_get_action(X->ui, i),  \
1736                      "sensitive", state, NULL);
1738       rather than:
1740         gtk_widget_set_sensitive(gtk_ui_manager_get_widget(X->ui, i), state)
1742       to set the [in]activeness state of the various menubar menu items.
1744 2004-06-11 Rich Burridge <rich.burridge@sun.com>
1746     * Partial fix for bug #143924.
1747       http://bugzilla.gnome.org/show_bug.cgi?id=143924
1748       After an error condition, the "Show Trailing Zeroes" menu item is
1749       only activated if the user is in Scientific mode.
1751 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1753     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
1754       In Basic or Financial mode, "Error" was been incorrectly display if
1755       you user has "Show Thousands Separator" set.
1757 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1759     * Fixed bug 144031 (http://bugzilla.gnome.org/show_bug.cgi?id=144031)
1760       gcalctool checked for the presence of the X11 libraries but doesn't
1761       need to. Checks removed from configure.in.
1763 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1765     * Selecting Help->About from the menubar wasn't doing anything. 
1766       With the switch to using the GtkUIManager, the hooks to link 
1767       up to the about_cb were incorrect.
1769 2004-06-01 Rich Burridge <rich.burridge@sun.com>
1771     * Adjusted the creation of the Accuracy and Left/Right shift menus
1772       from GtkItemFactory to GtkUIManager. 
1774       With this change, the -DGTK_DISABLE_DEPRECATED flag can now be 
1775       added back into .../gcalctool/gcalctool/Makefile.am.
1777 2004-05-29 Rich Burridge <rich.burridge@sun.com>
1779     * Adjusted the menubar creation in gtk.c from GtkItemFactory to
1780       GtkUIManager. 
1782 2004-05-29  Christian Rose  <menthos@menthos.com>
1784     * configure.in: Added "tk" to ALL_LINGUAS.
1786 2004-05-26 Rich Burridge <rich.burridge@sun.com>
1788     * Fixed bug 142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1789       gcalctool now correctly recognizes the localized decimal point
1790       character by explicitly checking to see if the keyboard event keyval
1791       matches what's returned by localeconv()->decimal_point.
1793 2004-05-25 Udayan Kumar <udayan_kumar@da-iict.org>
1795     * From Rich Burridge <rich.burridge@sun.com>
1796       Fixed bug 136119 (http://bugzilla.gnome.org/show_bug.cgi?id=136119)
1797       gcalctool/calctool.c : structure button b_bottons 
1798       Added code for paranthesis in place of empty space
1800 2004-05-23 Rich Burridge <rich.burridge@sun.com>
1802     * From Michael Terry <mterry@fastmail.fm>
1803       Fixed bug 129397 (http://bugzilla.gnome.org/show_bug.cgi?id=129397)
1804       gcalctool.desktop.in, gcalctool/Makefile.am, gcalctool/gtk.c:
1805       Use GtkIconTheme to load gcalctool icon instead of built-in image.
1807 2004-05-21 Rich Burridge <rich.burridge@sun.com>
1809     * From Balamurali Viswanathan  <balamurali viswanathan at wipro dot com>
1810       Fixed bug 142888 (http://bugzilla.gnome.org/show_bug.cgi?id=142888)
1811       gcalctool is now connected to the "die" signal so that it can be
1812       successfully terminated when removed from gnome-session-properties.
1814 2004-05-21 Rich Burridge <rich.burridge@sun.com>
1816     * Change suggested by Ron Jenkins.
1817       The "Bsp" (Backspace) button has been relabeled "Bksp" to make it
1818       more understandable. The gcalctool man pages have been updated to
1819       reflect this change. The online help will be updated at GNOME 2.8
1820       release time (see bug #138367).
1822 2004-05-17  Dan Winship  <danw@novell.com>
1824     * gcalctool/calctool.c: s/malloc.h/stdlib.h/
1826 2004-05-17 Padraig O'Briain <padraig.obriain@sun.com>
1828     * gcalctool/caltool.h: Add second argument to set_display to specify 
1829       whether to mminimize changes.
1831     * gcacltool/calctool.c gcalctool/display.c gcaltool/functions.c: 
1832       Add second argument to calls to set_display. It is set to TRUE only 
1833       when adding a digit after pressing caclulator button or deleting 
1834       digit after pressing backspace.
1836     * gcacltool/gtk.c (set_display): Implement second argument
1837       minimize changes. Do nothing if display is not being changed.
1839       Fixes bug #134376.
1841      [Note that with this change, gcalctool now requires the Gtk that 
1842       comes with GNOME 2.6 or later in order to build].
1844 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
1846     * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
1848 2004-03-28 Rich Burridge <rich.burridge@sun.com>
1850     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
1851       If the "Error" message is being displayed, it is now no longer
1852       incorrectly displayed as "Er,ror" if the "Show Thousands Separator"
1853       is on.
1855 2004-03-28 Rich Burridge <rich.burridge@sun.com>
1857     * Fixed bug 135068 (http://bugzilla.gnome.org/show_bug.cgi?id=135068)
1858       Adjusted several default constant descriptions to be more 
1859       understandable.
1861 2004-03-28 Rich Burridge <rich.burridge@sun.com>
1863     * Fixed bug 135065 (http://bugzilla.gnome.org/show_bug.cgi?id=135065)
1864       Tooltips for OR, AND, NOT, XOR and XNOR have been changed from
1865       "Logical <whatever>" to "Bitwise <whatever>".
1867 2004-03-28 Rich Burridge <rich.burridge@sun.com>
1869     * Fixed bug 136872 (http://bugzilla.gnome.org/show_bug.cgi?id=136872)
1870       gcalctool can now be built with "CFLAGS=-fdata-sections".
1872 2004-03-22 Rich Burridge <rich.burridge@sun.com>
1874     * Version for GNOME 2.6 (FINAL) call for tarballs.
1876 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
1878     * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
1880 2004-03-18  Gareth Owen <gowen72@yahoo.com>
1882     * configure.in: Added en_GB to ALL_LINGUAS
1884 2004-03-15 Glynn Foster  <glynn.foster@sun.com>
1885         
1886    * configure.in, Makefile.am: Add localized online user documentation
1887      from the Sun translation team.
1888    * help/*: Online user documentation for de, es, fr, it, ja, ko, sv, zh_CN,
1889      zh_HK and zh_TW.
1891 2004-03-13 Alexander Shopov <ash@contact.bg>
1893    * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
1895 2004-03-08 Alastair McKinstry <mckinstry at computer dot org>
1897    * configure.in: Added ga ("Irish") to ALL_LINGUAS.
1899 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
1901     * One more slight adjustment to the fix for bug 135064 
1902       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
1903       Entering numbers that start with the numeric point character ('.")
1904       are now visibly displayed.
1906 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
1908     * Adjustment to the fix for bug 135064 
1909       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
1910       Fix to remove a potential spurious initial thousands separator 
1911       character after a change sign operation.
1913 2004-02-25  Tomasz Kłoczko <kloczek@pld.org.pl>
1915     * Makefile.am: in configure.in is used AM_GCONF_SOURCE_2. Part of this
1916       aclocal macro allow disable/enable install schama files in make
1917       install target schemas in GConf database. Pass
1918       --disable-schemas-install in configure parameters disable defines by
1919       AM_CONDITIONAL() GCONF_SCHEMAS_INSTALL variable for allow in
1920       Makefile.am files run gconftool-2 for update GConf database
1921       conditionaly. This fix enables run gconftool-2 in install-data-local
1922       only if GCONF_SCHEMAS_INSTALL variable is defined .. so now passing in
1923       configure parameters --disable-schemas-install switch now works perfectly :)
1925       * Makefile.am, gcalctool/Makefile.am: minor cleanups
1926       s#@VARIABLE@#$(VARIABLE)#
1928 2004-02-26  Miloslav Trmac <mitr at volny dot cz>
1930     * Fixed bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
1931       Changing the sign of a large number (when "Show Thousands Separator"
1932       is on and this is not the C locale), no longer corrupts the display.
1933       The fix involved resetting all the internal calculations in gcalctool
1934       to be done in the C locale, and then localized (radix character and
1935       thousands separator), just before the number is displayed.
1937 2004-02-24  Rich Burridge <rich.burridge@sun.com>
1939     * Fixed bug 135328 (http://bugzilla.gnome.org/show_bug.cgi?id=135328)
1940       Added Shift-slash as a recognized alternate for the divide operation
1941       (needed by the be-latin1 keyboard layout).
1943 2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>
1945     * configure.in: Added Thai (th) to ALL_LINGUAS.
1947 2004-02-21  Christian Rose  <menthos@menthos.com>
1949     * configure.in: Added "en_CA" to ALL_LINGUAS.
1951 2004-02-18  Rich Burridge <rich.burridge@sun.com>
1953     * Fixed bug 134540 (http://bugzilla.gnome.org/show_bug.cgi?id=134540)
1954       gcalctool now correctly handles the digits 0123456789 which are
1955       shifted about the accented characters on a French keyboard.
1957 2004-02-17  Rich Burridge <rich.burridge@sun.com>
1959     * Fixed bug 134484 (http://bugzilla.gnome.org/show_bug.cgi?id=134484)
1960       Doing "3 x! x! x!" no longer causes gcalctool to lock up.
1962 2004-02-11 Breda McColgan <breda.mccolgan@sun.com>
1964     * Updated the following files due to fix for bug 133764 
1965       (http://bugzilla.gnome.org/show_bug.cgi?id=133764
1966            * help/C/gcalctool.xml
1967            * help/C/gcalctool-C.omf
1968            * help/C/figures/gcalctool_basic_window.png
1969            * help/C/figures/gcalctool_scientific_window.png
1971 2004-02-07  Rich Burridge <rich.burridge@sun.com>
1973     * Fixed bug 133764 (http://bugzilla.gnome.org/show_bug.cgi?id=133764)
1974       - "Gradients" was still appearing when in Scientific mode (instead 
1975         of "Gradians".
1976       - In the x^2 button, the 2 should not be italicized.
1977       - In the x^2 and x^y buttons, the x should be italicized.
1978       - The View Thousands Separator menu item should not remain active 
1979         during an error condition.
1981 2004-02-07  Rich Burridge <rich.burridge@sun.com>
1983     * Fixed bug 133590 (http://bugzilla.gnome.org/show_bug.cgi?id=133590)
1984       The About box now lists the documenters of gcalctool.
1986 2004-02-07 Breda McColgan <breda.mccolgan@sun.com>
1988     * help/C/gcalctool.xml: Updated for GNOME 2.6, technical review draft
1989     * help/C/gcalctool-C.omf: Updated for GNOME 2.6
1990     * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.6
1991     * help/C/figures/gcalctool_financial_window.png: Updated for GNOME 2.6
1992     * help/C/figures/gcalctool_scientific_window.png: Updated for GNOME 2.6
1994 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
1996     * Fixed bug 132582 (http://bugzilla.gnome.org/show_bug.cgi?id=132582)
1997       Adjusted the gcalctool titlebar to use a hyphen (rather than square
1998       brackets) to show what mode the user is currently using.
2000 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2002     * Fixed bug 132570 (http://bugzilla.gnome.org/show_bug.cgi?id=132570)
2003       Adjusted UI to use spacing to delineate groups rather than frames
2004       (per the HIG).
2006 2004-01-22  Rich Burridge <rich.burridge@sun.com>
2008     * Fixed bug 131571 (http://bugzilla.gnome.org/show_bug.cgi?id=131571)
2009       User defined constants are now read/written out (as gconf resources)
2010       with no thousands separator and with a radix of ".".
2012 2004-01-16  Rich Burridge <rich.burridge@sun.com>
2014     * Fixed bug 131594 (http://bugzilla.gnome.org/show_bug.cgi?id=131594)
2015       The "Insert ASCII View..." menu item and the "Insert" button no
2016       longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
2018 2004-01-07  Alexander Nedotsukov <bland at mail dot ru>
2020     * Fixed bug 131059 (http://bugzilla.gnome.org/show_bug.cgi?id=131059)
2021       Fix to allow the thousands separator to be used correctly with the
2022       creation of the initial constant values in the Russian locale.
2024 2004-01-07  Rich Burridge <rich.burridge@sun.com>
2026     * Fixed bug 130078 (http://bugzilla.gnome.org/show_bug.cgi?id=130078)
2027       Changed the y^x button label to x^y (really x superscript y). Adjusted
2028       the tooltip message to "Raise displayed value to the power of y".
2030 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2032     * Fixed bug 130282 again (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2033       Needed to remove the "|| tsep[0] == '\0'" check from the get_tsep()
2034       routine in order to get the thousands separator to correctly work in
2035       all locales. Note that there is no thousands separator now for the C 
2036       locale.
2038 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2040     * Fixed part of bug 126125 
2041       (http://bugzilla.gnome.org/show_bug.cgi?id=126125). If the user
2042       entered: "1+(2()<backspace>)", this resulted in an answer of 0.
2043       When the user backspaced over the ")" character, v->noparens should
2044       have been incremented.
2046 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2048     * Fixed bug 130187 (http://bugzilla.gnome.org/show_bug.cgi?id=130187)
2049       When gcalctool changes modes now, it's internal state and the display
2050       are cleared.
2052 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2054     * Fixed bug 130282 (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2055       Fixes for more problems with the thousands separator in certain
2056       locales, plus correct handling of the radix character with the initial
2057       constant values.
2059 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2061     * Fixed bug 128603 again (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2062       The solution this time was to duplicate the initial string constant
2063       values to be confident that they are not in read-only memory.
2065 2004-01-03  Sanlig Badral  <badral@openmn.org>
2067     * configure.in: Added "mn" to ALL_LINGUAS.
2069 2004-01-03  Robert Sedak  <robert.sedak@sk.htnet.hr>
2071     * configure.in: Added "hr" in ALL_LINGUAS.
2073 2003-12-26  Fernando Herrera  <fherrera@onirica.com>
2075     * gcalctool.desktop.in: added X-GNOME-Bugzilla-OtherBinaries
2077 2003-12-24  à¸¥à¸ygimantas Beruฤka  <uid0@tuxfamily.org>
2079     * lt.po: Added "lt" to ALL_LINGUAS.
2081 2003-12-22  Miloslav Trmac <mitr at volny dot cz>
2083     * Fixed bug 129539 (http://bugzilla.gnome.org/show_bug.cgi?id=129539)
2084       The thousands separator is a null terminated string, not a single
2085       character. Same for the radix. Adjusted various functions to handle
2086       this. Note that in the C locale, nl_langinfo(THOUSEP) returns an empty
2087       string, so get_tsep() has been adjusted to return "," for that case.
2088       If nl_langinfo(RADIXCHAR) returns an empty string (it shouldn't do),
2089       then get_radix() will return ".".
2091 2003-12-20  Arafat Medini <lumina@silverpen.de>
2093     * ar.po: Added Arabic Locale "ar" to ALL_LINGUAS
2095 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2097     * Fixed bug 129496 (http://bugzilla.gnome.org/show_bug.cgi?id=129496)
2098       "Gradients" should be "Gradians".
2100 2003-12-16 Mohammad DAMT  <mdamt@bisnisweb.com>
2102     * configure.in: Added "id" in ALL_LINGUAS
2103     * po/id.po: Indonesian translation by Ahmad Riza H Nst <ari@160c.afraid.org>
2105 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2107     * Fixed bug 128603 (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2108       The changes for enhancement request #126626 which added thousands 
2109       separator support caused a crash at startup time on a Debian system. 
2110       The initial constant strings are being put in read-only memory either 
2111       by gcc (or because of the way that x86 arch is designed). This was 
2112       not a problem when tested with the Sun compilers on a Solaris SPARC 
2113       machine.  The remove_tsep() routine is display.c has been rewritten 
2114       to correctly handle this.
2116 2003-12-04  Iรฑaki Larraรฑaga <dooteo@euskalgnu.org>
2118     * configure.in: Added Basque (eu) to ALL_LINGUAS.
2120 2003-12-03  Rich Burridge <rich.burridge@sun.com>
2122     * Further work on enhancement request 125873
2123       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2124       As the user is typing in input, the display will now show the
2125       thousands separator (if checked).
2127 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2129     * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2130       This keyval/state pair needed to be added to the Xor recognized mappings.
2132 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2134     * Re-fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2135       The fix for Shift-"=" should have been for GDK_equal not GDK_Return.
2136       Needed to add in support for Shift-"/" too.
2138 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2140     * Implemented enhancement request 125873
2141       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2142       gcalctool can now optionally show the thousands seperator character
2143       for fixed point numbers displayed in the decimal base. Same for
2144       numbers stored in the memory registers. There is a new "Show 
2145       Thousands Separator" menu entry in the View menu to set this.
2147 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2149     * Fixed bug 126626 (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2150       gcalctool no longer causes a Gtk-CRITICAL error when the user enters
2151       "9*(1<Xor>". The problem was caused because a non-UTF character was
2152       being inserted into the text string to be displayed for the Xor
2153       function.
2155 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2157     * Fixed bug 125782 (http://bugzilla.gnome.org/show_bug.cgi?id=125782)
2158       If the user is entering a left parenthesis and it is the first one 
2159       being displayed and there is no current arithmetic operand, then 
2160       the current display is initially cleared to avoid the confusion of 
2161       showing something like "0(".
2163 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2165     * Fixed bug 127862 (http://bugzilla.gnome.org/show_bug.cgi?id=127862)
2166       The fix for bug #125625 introduced a potential out-of-order case
2167       for users who are rapid keyboard typers. This bug fix rectifies this
2168       with the unfortunate side-effect of no longer visual toggling the 
2169       equivalent button to the keyboard character that the user entered.  
2170       This fix is still compatible with the way the accessibility 
2171       infrastructure works though.
2173 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2175     * Fixed bug 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2176       For the "1/x", "x^2", "x!", "e^x", "10^x" and "y^x" labels, all 
2177       occurances of "x" and "y" are now italicized. The "e" in "e^x" 
2178       is no longer italicized.
2180 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2182     * Fixed bug 127316 (http://bugzilla.gnome.org/show_bug.cgi?id=127316)
2183       The "fix" introduced in gcalctool v4.1.18 to fix Sun Bugtraq bug 
2184       #1258472 against CDE dtcalc (which was also a problem with gcalctool)
2185       was incorrect.
2187 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2189     * Fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2190       The "=" key on a Swedish keyboard is on the upper level of a key 
2191       (i.e. the Shift key needs to be down). Added another mask/keysym 
2192       pair to the "=" entry in calctool.c to handle this.
2194 2003-11-07  Rich Burridge <rich.burridge@sun.com>
2196     * Fixed bug 125625 (http://bugzilla.gnome.org/show_bug.cgi?id=125625)
2197       gcalctool now handles "clicked" events rather than "pressed" ones.
2199 2003-10-20  Kjartan Maraas <kmaraas@gnome.org>
2201     * Fixed bug 124928 (http://bugzilla.gnome.org/show_bug.cgi?id=124928)
2202       Plugged several memory leaks.
2204 2003-10-13  Breda McColgan  <breda.mccolgan@sun.com>
2206     * Updated the following files:
2207         * help/C/gcalctool.xml: updated based on bug 123132
2208         * help/C/gcalctool-C.omf: updated manual date and version number
2209         * help/C/l10n.txt: updated manual version number and changes summary
2211 2003-10-13  Rich Burridge <rich.burridge@sun.com>
2213     * Fixed bug 124377 (http://bugzilla.gnome.org/show_bug.cgi?id=124377)
2214       Fixed rounding errors when the radix character for a locale isn't ".".
2215       The problem was in the first parameter passed to the MPstr_to_num() 
2216       routine. "0.5" should have been a string consisting of 
2217       SPRINTF(half, "0%c5", v->radix_char);
2219 2003-10-10  Rich Burridge <rich.burridge@sun.com>
2221     * Fixed bug 124172 (http://bugzilla.gnome.org/show_bug.cgi?id=124172)
2222       The "+" character on a German keyboard is on the lower level of a
2223       key (i.e. the Shift key doesn't need to be down). Added another
2224       mask/keysym pair to the "+" entry in calctool.c to handle this.
2226 2003-10-06  Rich Burridge <rich.burridge@sun.com>
2228     * Fixed bug 120737 (http://bugzilla.gnome.org/show_bug.cgi?id=120737)
2229       Changed the accessible text for the OR button from "Logical OR" to
2230       "logical OR" so that it's not changed by FreeTTS's token to words
2231       module to "logical Oregon".
2233 2003-10-06  Kaushal Kumar <kaushal.kumar@wipro.com>
2235     * gcalctool/Makefile.am: GtkItemFactory has been depricated.
2236       Remove the GTK_DISABLE_DEPRECATED flag. Fixes #123948.
2238 2003-10-03  Rich Burridge <rich.burridge@sun.com>
2240     * Fixed bug 123724 (http://bugzilla.gnome.org/show_bug.cgi?id=123724)
2241       Hitting Esc now does the same as hitting Control-Backspace; i.e. the
2242       CE (clear entry) functionality.
2244     * Updated the gcalctool man pages to reflect this change, and the changes
2245       for bug #118826.
2247 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2249     * Refixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2250       gcalctool now uses nl_langinfo() to get the numeric point for the
2251       users locale, rather than via a localised string.
2253 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2255     * Fixed enhancement 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2256       Changed that label for e^x (e superscript x) to use an italised "e".
2258 2003-09-24  Rich Burridge <rich.burridge@sun.com>
2260     * Fixed bug 118826 (http://bugzilla.gnome.org/show_bug.cgi?id=118826)
2261       The keyboard shortcuts for the six hex. digits are now "A" to "F".
2262       The functions that previously used those letters have been reassigned
2263       to their lowercase equivalents. These were:
2265         Accuracy                      (now "a")
2266         Change Sign                   (now "c")
2267         Double-declining depreciation (now "d")
2268         Exponential                   (now "e")
2269         User-defined functions        (now "f")
2271       Note that left or right shifting 10-15 places now uses the 'A' to
2272       'F' keyboard accelerators (rather than 'a' to 'f').
2274 2003-09-17  Rich Burridge <rich.burridge@sun.com>
2276     * Fixed bug 122408 (http://bugzilla.gnome.org/show_bug.cgi?id=122408)
2277       The tooltips for the numeric buttons (0-9) have been removed as they
2278       are redundant.
2280 2003-09-17  Fatih Demir <kabalak@gtranslator.org>
2282     * configure.in: Added "ta" (Tamil) to the languages' list.
2284 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2286     * Fixed bug 120749 (http://bugzilla.gnome.org/show_bug.cgi?id=120749)
2287       When gcalctool is displaying a menu, typing Alt+Tab can no longer
2288       switch windows. The menu_button_key_press_cb() routine in gtk.c
2289       needed to return TRUE if the event->keyval was a Space.
2291 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2293     * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2294       Accessible names have now been added to each of the widgets in the 
2295       mode panel when in Scientific mode.
2297 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2299     * Fixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2300       The decimal separator is now a translatable string so that other
2301       locales that don't use a period (Italian uses a comma for example),
2302       can adjust accordingly.
2304 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2306     * Fixed bug 120605 (http://bugzilla.gnome.org/show_bug.cgi?id=120605)
2307       Gcalctool contains lots of messages that are (potentially) only 
2308       displayed if the user starts the application with either the -D or 
2309       the -E command line options. As these are debugging messages, they 
2310       need not be translated, so the _(...) macros around them have been 
2311       removed.
2313 2003-09-09  Andras Timar  <timar@gnome.hu>
2315     * configure.in: Added Hungarian (hu) to ALL_LINGUAS.
2317 2003-09-08  Pablo Saratxaga  <pablo@mandrakesoft.com>
2319     * configure.in: Added Farsi (fa), Macedonian (mk) and Vietnamese (vi)
2320       to ALL_LINGUAS
2322 2003-09-08  Glynn Foster  <glynn.foster@sun.com>
2324     * configure.in: Version 4.3.3
2326 2003-09-08  Mugurel Tudor  <mugurelu@go.ro>
2328     * configure.in: Added "ro" to ALL_LINGUAS.
2330 2003-09-07  Sami Pesonen  <sampeson@iki.fi>
2332     * configure.in: Added "fi" to ALL_LINGUAS.
2334 2003-09-05  Laurent Dhima  <laurenti@alblinux.net>
2336     * configure.in: Added "sq" to ALL_LINGUAS.
2338 2003-08-27  Marcel Telka  <marcel@telka.sk>
2340     * configure.in (ALL_LINGUAS): Added sk.
2342 2003-08-23  Ole Laursen  <olau@hardworking.dk>
2344     * configure.in: Added "da" (Danish) to ALL_LINGUAS.
2346 2003-08-18  Rich Burridge <rich.burridge@sun.com>
2348     * Fixed bug 119888 (http://bugzilla.gnome.org/show_bug.cgi?id=119888)
2349       gcalctool keyboard handling has been improved.
2351 2003-08-16  Guntupalli Karunakar  <karunakar@freedomink.org>
2353     * configure.in: Added "hi" in ALL_LINGUAS.
2355 2003-08-14  Rich Burridge <rich.burridge@sun.com>
2357     * From Dennis Cranston  <dennis_cranston at yahoo com>
2358       Fixed bug 119832 (http://bugzilla.gnome.org/show_bug.cgi?id=119832)
2359       The space bar can now correctly activate the button that has focus.
2361 2003-08-08  Rich Burridge  <rich.burridge@sun.com>
2363     * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2365 2003-08-06  Metin Amiroff  <metin@karegen.com>
2367     * configure.in: Added "az" to ALL_LINGUAS.
2369 2003-08-06  Wang Jian  <lark@linux.net.cn>
2371     * configure.in: Added "zh_CN" to ALL_LINGUAS.
2373 2003-08-04  Rich Burridge  <rich.burridge@sun.com>
2375     * From Dennis Cranston  <dennis_cranston at yahoo com>
2376       Fixed bug 118246 (http://bugzilla.gnome.org/show_bug.cgi?id=118246)
2377       The display field can now take focus. The initial widget with
2378       focus is the Clr button (also discussed this with Nils who agrees).
2380 2003-07-30  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2382     * configure.in: Added Belarusian to ALL_LINGUAS.
2384 2003-07-29  Rich Burridge  <rich.burridge@sun.com>
2386     * (Bug #118247) Three more small adjustments to AccessibleName text:
2387       "E to the power of x" goes back to "E to the x"
2388       "Ten to the power of x" goes back to "Ten to the x"
2389       "Y to the power of x" goes back to "Y to the x"
2391       (Sorry translators).
2393 2003-07-28  Rich Burridge  <rich.burridge@sun.com>
2395     * (Bug #118247) Four small adjustments to AccessibleName text:
2396       "Random" becomes "Random number".
2397       "E to the x" becomes "E to the power of x"
2398       "Ten to the x" becomes "Ten to the power of x"
2399       "Y to the x" becomes "Y to the power of x"
2401 2003-07-25  Rich Burridge  <rich.burridge@sun.com>
2403     * Fixed bug 118247 (http://bugzilla.gnome.org/show_bug.cgi?id=118247)
2404       Each gcalctool button now has an AccessibleName. By default these
2405       are taken from the buttons tooltip string. This is to:
2406       - reduce the amount of extra memory that would be taken up otherwise.
2407       - reduce the pain that all the translators would have to go through
2408       - reduce the repetition because a lot of the actual tooltip strings 
2409         are just fine.
2411       The exceptions to this are for the following buttons, where the
2412       tooltip string is too long:
2414         Button |   
2415         Label  |                        AccessibleName
2416       ---------+----------------------------------------------
2417         Bsp       "Backspace" 
2418         CE        "Clear Entry"
2419         Clr       "Clear"
2420         Int       "Integer portion"
2421         Sto       "Store to register"
2422         Frac      "Fractional portion"
2423         Rcl       "Retrieve from register"
2424         Exch      "Exchange with register"
2425         <         "Shift left"
2426         >         "Shift right"
2427         &16       "16 bit unsigned integer"
2428         &32       "32 bit unsigned integer"
2429         (         "Left bracket"
2430         )         "Right bracket"
2431         Acc       "Accuracy"
2432         Exp       "Exponential"
2433         e^x       "E to the x"
2434         10^x      "Ten to the x"
2435         y^x       "Y to the x"
2436         x!        "Factorial"
2437         Rand      "Random"
2439 2003-07-25  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>
2441     * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
2443 2003-07-25  Kang Jeong-Hee  <Keizi@mail.co.kr>
2445     * configure.in: Added 'ko' (Korean) to ALL_LINGUAS.
2447 2003-07-22  Breda McColgan  <breda.mccolgan@sun.com>
2449     * Updated the following files:
2450         * help/C/gcalctool.xml: updated based on bug 116944
2451         * help/C/gcalctool-C.omf: updated manual date and version number
2453 2003-07-21  Rich Burridge  <rich.burridge@sun.com>
2455     * Fixed bug 117691 (http://bugzilla.gnome.org/show_bug.cgi?id=117691)
2456       The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are not valid 
2457       equivalents for the 8, 2, 4 and 6 keys. They are needed for keyboard 
2458       navigation.
2460 2003-07-13 John Fleck <jfleck@inkstain.net>
2462     Remove:
2463         * xmldocs.make
2464         * omf.make
2465     Edit:
2466         * autogen.sh
2467         use new docs build system. Latest gnome-common
2468         now required to build from cvs
2470 2003-07-09  Rich Burridge  <rich.burridge@sun.com>
2472     * From Steve Chaplin <stevech1097 at yahoo com au>
2473       Added the -DGNOME_DISABLE_DEPRECATE in .../gcalctool/Makefile.am
2474       to catch any potential GNOME depreciated methods.
2476 2003-07-09  Hasbullah Bin Pit  <sebol@ikhlas.com>
2478     * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
2479     * po/ms.po: Added Malay translation.
2481 2003-07-09  Alessio Frusciante <algol@firenze.linux.it>
2483     * configure.in: Added "it" (Italian) to ALL_LINGUAS.
2485 2003-07-07  Dennis Cranston <dennis_cranston at yahoo com>
2487     * Fixed bug 116944 (http://bugzilla.gnome.org/show_bug.cgi?id=116944)
2488       Various HIG improvements to the edit constants, edit functions,
2489       and insert ASCII value dialogs. (i.e. adjusted widget padding
2490       according to HIG; added a mnemonic for the constant and function
2491       treeviews; etc.)
2493 2003-07-08  Rich Burridge  <rich.burridge@sun.com>
2495     * Refixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2496       After further discussion with Toshi, it was understood that I didn't
2497       need to call g_locale_to_utf8() for the numeric strings (which just
2498       consist of '0'-'9', 'e', 'A'-'F', '+', '-' and '.'). set_display() in
2499       gtk.c was simplified back to using just one parameter.
2501 2003-07-07  Rich Burridge  <rich.burridge@sun.com>
2503     * Fixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2504       When the calculator display is showing an error message, it is now
2505       correctly localized. Fix was to add in a second parameter to each 
2506       call of set_display, that indicated whether this was an error 
2507       condition or not. If it was, then the first parameter being passed 
2508       in was already localized (had to do it this was so that the strings 
2509       turned up in the message files), and wouldn't be run through 
2510       g_locale_to_utf8(). Thanks to Toshi for pointing me in the right 
2511       direction.
2513 2003-07-06  Gil "Dolfin" Osher <dolfin@rpg.org.il>
2515     * configure.in: Added "he" (Hebrew) to ALL_LINGUAS.
2517 2003-07-04  Artur Flinta  <aflinta@cvs.gnome.org>
2519     * configure.in: Added "pl" to ALL_LINGUAS.
2521 2003-06-25  Rich Burridge  <rich.burridge@sun.com>
2523     * Fixed bug 115950 (http://bugzilla.gnome.org/show_bug.cgi?id=115950)
2524       The "*" key wasn't being recognized as a keyboard shortcut for
2525       multiplication. The problem was that GDK_SHIFT_MASK needed to be
2526       given in the equivalent entry for the mods array for this button
2527       struct.
2529 2003-06-25  Breda McColgan  <breda.mccolgan@sun.com>
2531     * Updated the following files:
2532         * help/C/gcalctool.xml: updated based on bug 114363 and bug 114364
2533         * help/C/gcalctool-C.omf: updated manual date and version number
2535 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
2537     * Further work on bug 114364. The items in the constants menu are now 
2538       always displayed in the decimal numeric base. This is consistent with 
2539       the way that calctool in the OpenWindows DeskSet worked.
2541 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
2543     * Fixed bug 114364 (http://bugzilla.gnome.org/show_bug.cgi?id=114364)
2544       When you change numeric base and then display the constant values in 
2545       the Con menu, the values are shown in the current base.
2547       When you select "Edit Constants" from the Con menu, the values of each 
2548       constant are shown in Decimal. The label:
2549       "All constant values are specified in the decimal numeric base"
2550       has also been added to the "Edit Constant" popup to clarify this.
2552 2003-06-23  Rich Burridge  <rich.burridge@sun.com>
2554     * Fixed bug 115653 (http://bugzilla.gnome.org/show_bug.cgi?id=115653)
2555       Adjusted the keyboard mnemonic checking code to now check to make
2556       sure that neither of the Alt keys is pressed when comparing against
2557       button equivalents.
2559 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
2561     * Similar problem to bug #115212 but for the "Edit Constants" and
2562       "Edit Functions" dialog boxes. gcalctool no longer can display
2563       multiple versions of them. Also removed the X->CFtype and 
2564       X->cf_entries variables.
2566 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
2568     * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2569       When an error condition occurs:
2570   
2571       - make insensitive all buttons except Clr.
2572       - make all Scientific mode toggles and checkboxes insensitive.
2573       - make all menubar items insensitive except:
2574            Calculator->Quit
2575            Help->Contents
2576   
2577       When the error condition is cleared, resensitise everything, setting
2578       the numeric base buttons correctly.
2580 2003-06-18  Guntupalli Karunakar  <karunakar@freedomink.org>
2582     * configure.in: Added "ml" in ALL_LINGUAS.
2584 2003-06-16  Rich Burridge  <rich.burridge@sun.com>
2586    * From Steve Chaplin <stevech1097@yahoo.com.au>
2587      Fix for bug #115212 (http://bugzilla.gnome.org/show_bug.cgi?id=115212)
2588      gcalctool no longer can display multiple About boxes.
2590 2003-06-13  Rich Burridge  <rich.burridge@sun.com>
2592     * From Dennis Cranston  <dennis_cranston@yahoo.com>
2593       Fix for bug #108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2594       The appropriate gcalctool button is now animated when the user enters 
2595       that value via the keyboard.
2597 2003-06-10  Rich Burridge  <rich.burridge@sun.com>
2599     * Partial fix for bug 114363:
2600       (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2601       When the calculator display is showing "Error", the Constant values and
2602       the Memory Register values no longer incorrectly show "Error" as well.
2604 2003-06-10  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2606     * configure.in: Added Russian to ALL_LINGUAS.
2608 2003-05-28  Rich Burridge  <rich.burridge@sun.com>
2610     * Fixed bug 113703 (http://bugzilla.gnome.org/show_bug.cgi?id=113703)
2611       Fix from Havoc: "If you use AM_GCONF_SOURCE_2 in configure.in, 
2612       then do a makefile snippet as in gnome-terminal/src/Makefile.am,
2613       you should be able to specify --with-gconf-source=whatever"
2615 2003-05-28  Danilo ? egan  <dsegan@gmx.net>
2617     * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
2619 2003-05-26  Rich Burridge  <rich.burridge@sun.com>
2621     * From Franz Klammer <klammer@webonaut.com>
2622       Fixed bug 113754 (http://bugzilla.gnome.org/show_bug.cgi?id=113754)
2623       Decimal point didn't work with a German keyboard if Numlock was 
2624       turned on.
2626 2003-05-19  Rich Burridge  <rich.burridge@sun.com>
2628     * .../gcalctool/Makefile.am: Install "gnome-calculator" symlink
2629       as reqested by Glynn Foster.
2631 2003-04-24  Rich Burridge  <rich.burridge@sun.com>
2633     * Fixed bug 111269 (http://bugzilla.gnome.org/show_bug.cgi?id=111269)
2634       It was possible to type fast into gcalctool and digits would be
2635       transposed. gcalctool now looks for key_press_event and 
2636       key_release_event events on the main window rather than set keyboard 
2637       accelerators to the "clicked" action of the various buttons.
2639 2003-04-15  Rich Burridge  <rich.burridge@sun.com>
2641     * Refixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
2642       Concatenated more error messages in mp.c.
2644     * Adjusted the Acc menu entries to be "<n> significant places" rather
2645       than "<n> radix places" in gtk.c.
2647     * Replaced "kilometers per hour / miles per hour" with 
2648       "kilometers per hour or miles per hour" in the first constant
2649       description in calctool.c and gcalctool.1.
2651     * Replaced occurances of "/" in the other constant descriptions with "or".
2653 2003-04-15  Breda McColgan  <breda.mccolgan@sun.com>
2655     * Translators: The documentation is now ready for translation!
2657     * Updated the following files:
2658         * configure.in: updated version number to 4.2.81
2659         * help/C/gcalctool.xml: first approved draft, ready for translation
2660         * help/C/gcalctool-C.omf: updated manual date and version number
2661         * help/C/l10n.txt: new file added 
2662         * help/C/figures/gcalctool_edit_const_window.png: deleted
2663         * help/C/figures/gcalctool_edit_func_window.png: deleted
2664         * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2665         * help/C/figures/gcalctool_mem_reg_window.png: deleted
2666         
2668 2003-04-13  Christian Neumair  <chris@gnome-de.org>
2670     * Reflect translated mode information in window title (functions.c).
2672 2003-04-10  Rich Burridge  <rich.burridge@sun.com>
2674     * Fixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
2675       Various fprintf statements in mp.c have been concatenated to help
2676       translators.
2678 2003-04-02  Rich Burridge  <rich.burridge@sun.com>
2680     * Added in latest online help changes from Breda McColgan. This should
2681       now put the online help in sync with the actual functionality of
2682       gcalctool.
2684       **IMPORTANT NOTE FOR TRANSLATORS**
2686       Please still hold off translating these files for a while. This is still
2687       a draft. The documentation needs to be reviewed by an editor, and
2688       editorial feedback incorporated. Look for a followup entry here in the
2689       Changelog, with an indication that they are ready for translation.
2691 2003-03-28  Christian Neumair  <chris@gnome-de.org>
2693     * Added AC_PREREQ macro to configure.in to satisfy some ac wrapper scripts
2694       and added German (de) to ALL_LINGUAS; bumped version to 2.4.78;
2695       Added missing gettext call. This makes the i18ized menu entries actually
2696       visible. Fixed some tooltip strings. Updated some .cvsignore files.
2698 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2700     * Added in various .cvsignore files to make checkins and updates cleaner.
2702 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2704     * Adjusted ChangeLog format to the Gnu style. Moved older ChangeLog entries
2705       off into ChangeLog-YYYY files (years 1990, 1991, 1992, 1993 and 2002).
2707 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2709     * Fixed up a compiler warning for set_show_zeroes_toggle() usage in gtk.c
2710       Fixed up distcheck, adding intltool to EXTRA_DIST
2712       This version to be announced in gnome-announce.
2714 2003-03-24  Rich Burridge  <rich.burridge@sun.com>
2716     * Slight adjustments to bug 108226
2717       (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
2719       Menu item is now "Show Trailing Zeroes", with a Control-T accelerator.
2720       Added a similar menu item to the View menu on the menu bar (only active
2721       in Scientific mode). Adjusted program logic. Cases of "rm_zeroes" now
2722       become "show_zeroes". Updated the manual pages and the gcalctool
2723       schemas file.
2725 2003-03-19  Dennis Cranston <dennis_cranston@yahoo.com>
2727     * Fixed bug 108729 (http://bugzilla.gnome.org/show_bug.cgi?id=108729)
2728       Added tooltips to the radio and check buttons in scientific mode.
2730 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
2732     * Fixed bug 108226 (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
2734       The menu items in the Acc menu are now "tickable", so you know what the 
2735       current accuracy selection is. Setting one of these clears the previous 
2736       one.
2738       A new "remove trailing zeroes" menu item is added to the Acc menu (last
2739       item, with a separator just above), that is "tickable". This tick doesn't
2740       affect the accuracy ticks. It's either on or off.
2742       The default setting for accuracy now becomes 9 numeric places and "remove 
2743       trailing zeroes".
2745       The Acc button is moved to the Scientific mode (clear slot in the top 
2746       right corner, above the Rand.
2748       The Base radio button group and the display type radio button group in
2749       the mode panel in Scientific mode are now moved to the right side to be
2750       close in proximity to the Acc button. The other mode items move to the
2751       left side.
2753 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
2755     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2756       Fixed bug 108208 (http://bugzilla.gnome.org/show_bug.cgi?id=108208)
2757       The default value for the "showregisters" resource in gcalctool.schemas
2758       was incorrectly set.
2760     * There should be no "default:" action in the command line parsing in 
2761       get_options().
2763 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2765     * Correctly fixed bug 108219 
2766       (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
2767       The previous fix didn't correct set the radio buttons when changing 
2768       mode from Scientific to Basic or Financial. Only the internal state.
2770 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2772     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2773       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2774       Followup changes to make the numeric keypad animate the buttons on 
2775       Linux machines.
2777 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2779     * Fixed bug 108219 (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
2780       When you go from Scientific mode to either Basic or Financial mode, 
2781       the calculator will revert to "Dec" base in "Fix" notation.
2783       Any number in the display (and the memory registers if shown) will be 
2784       converted accordingly.
2786       When you are in a mode (Basic, Financial, or Scientific) you will only 
2787       be able to do the functionality that that mode shows. For example, you 
2788       will not be able to do base changes if you are in Basic or Financial mode.
2790 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2792     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2793       Fixed bug 108333 (http://bugzilla.gnome.org/show_bug.cgi?id=108333)
2794       The gcalctool buttons with menus associated with them are now keyboard
2795       navigable.
2797 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2799     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2800       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2801       When the user uses the keyboard to enter data, the associated gcalctool
2802       button will be animated.
2804 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
2806     * Fixed bug 108210 (http://bugzilla.gnome.org/show_bug.cgi?id=108210)
2807       Main gcalctool window is no longer resizable.
2809 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
2811     * Incorporated several online help changes from Breda McColgan.
2813       **IMPORTANT NOTE FOR TRANSLATORS**
2815       Please still hold off translating these files for a while. This is still
2816       a draft. The documentation needs to be reviewed by an editor, and 
2817       editorial feedback incorporated. Look for a followup entry here in the 
2818       Changelog, with an indication that they are ready for translation.
2820 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
2822     * Added scrollkeeper checks into configure.in.
2824     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2825       Fixed warning message:
2827       ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
2828       GNOME_FILE_DOMAIN_APP_HELP domain
2830       Adjustment to the gnome_help_display() call in gtk.c to use the right 
2831       parameters.
2833 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
2835     * Added in a first (draft) version of online help from Breda McColgan in
2836       the Sun GNOME doc. team.
2838       **IMPORTANT NOTE FOR TRANSLATORS**
2840       Please hold off translating these files for a while. Slight revisions
2841       are planned for sometime in the next week or two. Look for a followup 
2842       entry here in the Changelog, with an indication that they are ready for 
2843       translation.
2845 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
2847     * Abstracted the key values and modifiers. This will make it easier to
2848       create versions of this calculator for other graphical toolkits, or
2849       a version with no graphics at all (prompt style).
2851 2003-03-04  Rich Burridge  <rich.burridge@sun.com>
2853     * Adjusted the tooltip help to be minimalist messages. Online help for
2854       gcalctool will be coming soon, and this will contain the detailed help
2855       information (plus examples).
2857 2003-02-28  Rich Burridge  <rich.burridge@sun.com>
2859     * Small adjustment to allow gcalctool to compile using the Solaris Forte
2860       compilers.
2862 2003-02-26  Rich Burridge  <rich.burridge@sun.com>
2864     * Gcalctool wasn't saving the trigonometric type when it was changed. The
2865       trig_cb() function was calling do_trig() incorrectly instead of 
2866       do_trigtype().
2868     * Removed the trailing period from the ten constant definitions in the man 
2869       pages.
2871 2003-02-26  evandrofg <someone@somewhere.org>
2873     * configure.in: Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
2875 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
2877     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2878       Allows Backspace to correctly work inside parentheses. Similar fix to
2879       the one for Delete in v4.2.55 (bug #106583).
2881 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
2883     * The Xor logical operation wasn't being performed correctly. Gdk uses
2884       keysym values that are greater than what can be fitted into a char.
2885       Adjusted v->cur_op and v->old_cal_value to now be ints.
2887     * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
2888       checkboxes. In fact, it was toggling them twice, thereby returning them
2889       to whatever state they were in when the user hit Clr.
2891 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
2893     * Removed the final period from the ten default constant descriptions.
2895     * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
2896       "centimeter".
2898     * Fixed up the values of the ten default constant definitions in the
2899       manual pages.
2901     * The "centimeters <=> inches" default constant should be 0.3937007
2902       rather than 2.54 to be consistent with the other constants.
2904 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
2906     * Fixed bug 106583 (http://bugzilla.gnome.org/show_bug.cgi?id=106583)
2907       There were two parts to this. Dennis Cranston fixed the:
2909       (gcalctool:10872): Gtk-CRITICAL **: file gtktextbuffer.c: line 548:
2910       assertion `g_utf8_validate (text, len, NULL)' failed
2912       messages. 
2914       The crash was caused by the paren_disp() function in display.c not
2915       correctly checking for when a Delete character was entered.
2917 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
2919     * The financial Term tooltip example didn't work. The problem was that
2920       the Rate function had a keyboard shortcut of "T" and Term had "t". The
2921       check for which financial function was being processed in do_business()
2922       in functions.c didn't take into consideration any key mods (such as
2923       GDK_SHIFT_MASK). Add a key_equal function that now compares both the
2924       mods and the value of keys.
2926     * Moved the Exp button to the right of the Con and Fun buttons for better
2927       grouping.
2929 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
2931     * Fixed bug 106501 (http://bugzilla.gnome.org/show_bug.cgi?id=106501)
2932       A check has been added to the do_delete() function in functions.c to
2933       make sure that the length is greater than zero, before setting the
2934       len-1 character to '\0'.
2936 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
2938     * From Breda McColgan <breda.mccolgan@sun.com>
2939       Toggled the positions of the Sto and Rcl buttons. This is primarily to
2940       help with the online documentation, which consists of listing the 
2941       gcalctool buttons in several tables, grouping "like" buttons together 
2942       (for example: Bsp, CE, and Clr in one table; Sto, Rcl, and Exch in 
2943       another table). Within a table, the buttons are listed in the sequence 
2944       in which they appear in gcalctool. For the most part, the sequence 
2945       isn't significant. However, it doesn't really make sense to talk about 
2946       either Rcl or Exch until you've described Sto.
2948 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
2950     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2951       - The process_str() function will cause a crash if the input string is 
2952         null. For example, if the clipboard is empty and the user presses 
2953         CTRL-V then gcalctool will core dump. Fixed by adding a null check to 
2954         the function. 
2956       - gcalctool now uses a text view for its display widget.
2958 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
2960     * Fixes to the manual page:
2961       - the keyboard shortcut for the "Term" function is "t" not "T".
2962       - removed the LOGICAL mode section.
2964 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
2966     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2967       Changes the EXPAND flag to FALSE when packing the display label and mode
2968       frame. These widgets shouldn't expand when the calculator is resized. 
2970       Replace the three characters of white space in the title bar text with one
2971       space character, so more of the title fits into the task window list 
2972       applet.
2974 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
2976     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2977       Added a launcher to the GNOME's Accessories menu. The launcher uses 
2978       gcalctool.png for its icon which required moving the icon to the pixmaps 
2979       installation directory.  
2981       This means that the find_file() function is no longer necessary, and has
2982       been removed. It was used only in set_gcalctool_icon(). The path of 
2983       gcalctool.png is now always PACKAGE_PIXMAP_DIR. 
2985 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
2987     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2988       Mark the menu labels for translation and converts the
2989       gtk_item_factory_get_widget() calls to 
2990       gtk_item_factory_get_widget_by_action() calls. 
2992 2003-02-11  Rich Burridge  <rich.burridge@sun.com>
2994     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2995       - Cleans up the Help menu's layout so it looks like other GNOME 
2996         applications.
2997       - Converts gtk_init() to gnome_program_init() to allow access to things 
2998         like GNOME_STOCK_ABOUT.
2999       - Add an icon field to the Xobject structure.
3000       - Change setup_default_icon() to set_gcalctool_icon() and set X->icon in 
3001         the function.
3002       - Sets the window icon for the memory register and about windows.
3003       - Cleans up about_cb() and call it directly in menu callbacks -- like in 
3004         other gtk+ applications.
3005       - Remove the unneccessary X->about structure field.
3007 2003-02-06  Daniel Yacob  <locales@geez.org>
3009     * Added Amharic (am) to ALL_LINGUAS ata configure.in.
3011 2003-02-07  Rich Burridge  <rich.burridge@sun.com>
3013     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3014       Fixed bug 104249 (http://bugzilla.gnome.org/show_bug.cgi?id=104249)
3015       The UI for adding new or editing existing constants and/or functions
3016       has been improved. It now uses a treeview editable list. A help button
3017       is provided, but that currently isn't hooked up. I've added a note to
3018       bug #104821 for this problem.
3020 2003-02-04  Rich Burridge  <rich.burridge@sun.com>
3022     * Fixed bug 104830 (http://bugzilla.gnome.org/show_bug.cgi?id=104830)
3023       gcalctool now uses gnome-calc3.png as its icon (same as the current
3024       gnome-calculator). For now, I've copied that to a file, gcalctool.png
3025       within the gcalctool distribution. Also removed calctool.gif.
3027 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3029     * Further slight adjustments needed to fix Bugzilla bug 104248. The 
3030       callback handler for the menu items (mb_proc in gtk.c) needed to 
3031       have a check at the top to see if we'd started the application yet, 
3032       and if it hadn't, then to just return. Seemed it was getting called 
3033       as gcalctool was initially coming up, which was toggling the state 
3034       of the v->rstate variable incorrectly.
3036     * Fixed bug 104240 (http://bugzilla.gnome.org/show_bug.cgi?id=104240)
3037       The "File" menubar item is now called "Calculator", and there is a set of
3038       unique mnemonics for the various items in the Scientific mode panel.
3039       The gcalctool manual pages have been updated to reflect these changes.
3041     * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3042       Added in a Control-A mnemonic for Help->About.
3044 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3046     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3047       Fixed bug 104248 (http://bugzilla.gnome.org/show_bug.cgi?id=104248)
3048       The View->Memory Registers menu item's toggle is now set correctly
3049       depending upon whether the memory register windows is visible or hidden.
3051     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3052       The correct radio item is now set in the View menu mode menu item entries
3053       if gcalctool is initially started in Financial or Scientific mode.
3055 2003-01-27  Rich Burridge  <rich.burridge@sun.com>
3057     * The constant and function definitions are now read and written as Gconf
3058       resources, rather than to a ~/.gcalctoolcf file in the user's home 
3059       directory. The manual pages have been updated to reflect this change.
3061       An entry has been added to the TODO file to reflect functionality that
3062       is no longer present because of this change.
3064     * Fixed bug 104250 (http://bugzilla.gnome.org/show_bug.cgi?id=104250)
3065       The constant and the function menu items now have "C<n>:" and "F<n>:" 
3066       prefixes respectively, where <n> is the constant/function number.
3068       This also involved removing the "<=>" from four of the descriptions for
3069       the predefined constant values.
3071 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3073     * Fixed bug 104245 (http://bugzilla.gnome.org/show_bug.cgi?id=104245)
3074       The View->Basic Mode, Financial Mode, Scientific Mode and Memory
3075       Registers now have keyboard accelerators (Control-B, Control-F, Control-S
3076       and Control-M respectively).
3078 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3080     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3081       Further slight adjustments for bug 104287
3082       (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3083       The insert button isthe default button.
3084       The dialog is no longer resizable.
3085       The ESC key can now be used to cancel the dialog.
3087 2003-01-24  Rich Burridge  <rich.burridge@sun.com>
3089     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3090       Fixed bug 104287 (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3091       HIG improvements for the "Insert ASCII Value" dialog.
3093 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3095     * Fixed bug 104241 (http://bugzilla.gnome.org/show_bug.cgi?id=104241)
3096       The Insert ASCII Value" menu item is now "Insert ASCII Value..."
3098     * From: Hidetoshi Tajima <hidetoshi.tajima@sun.com>
3099       Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3100       <bonobo-i18n.h,> where all this stuff is already defined.
3102 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3104     * Fixed bug 102928 (http://bugzilla.gnome.org/show_bug.cgi?id=102928)
3105       The x^2, e^x, 10^x and y^x keys now use Pango markup to display the
3106       label using superscripts.
3108 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3110     * Added in handling of the numeric keypad for Linux systems. This required
3111       an "event" signal handler on the main gcalctool window, and then checking
3112       for a set of keyvals that could be generated by the numeric keypad keys
3113       (with and without the NumLock key on).
3115 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3117     * Handling the function "(3+3)" now works.
3118       The button struct now contains a new item (char func_char) which 
3119       is the character equivalent to the button when you user enteres 
3120       it into a function definition. The process_str() routine in 
3121       graphics.c has been adjusted to call button_for_fc() (a new 
3122       routine in functions.c) to compare each character in the function 
3123       string against this item in each button struct to find the 
3124       appropriate operation.
3126       Also needed changes to do_paren() to call button_for_fc() instead of 
3127       button_for_value().
3129       These changes also fix bugtraq bug #4065378.
3130       Certain functions entered into gcalctool produce incorrect results.
3132     * Changed the keyboard accelerators for the following to use non Alt-<?>
3133       values:
3135       Cos  (old value: Alt-c) becomes 'J'.
3136       Sin  (old value: Alt-s) becomes 'K'.
3137       Tan  (old value: Alt-t) becomes 'L'.
3138       Frac (old value: Alt-f) becomes ':'.
3139       Int  (old value: Alt-i) becomes 'i'.
3140       Abs  (old value: Alt-u) becomes 'u'.
3141       Rate (old value: Alt-r) becomes 'T'.
3143       Updated the manual pages and the tooltip help to reflect these changes.
3145     * Removed the need to configure with "--enable-build-broken".
3147 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3149     * Adjusted the memory registers windows to use the same "R0:  0.00" format 
3150       (bold for first part), as the Rcl, Sto and Exch menus. 
3152 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3154     * The menu items for the Rcl, Sto and Exch menus now have the format
3155       "R0:     0.00", where the "R0:" part is in bold.
3157     * From Padraig O'Briain <Padraig.Obriain@Sun.COM>
3158       Fix to get the keyboard accelerators for the menubar menu items working.
3159       The problem was due to the creation of two accelerator groups in main()
3160       in gtk.c.
3162 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3164     * Updated the NEWS file with an overview of all the changes since v4.1.13.
3166 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3168     * Removed the gconf resource for getting/setting whether a beep is sounded
3169       on error. A beep will now always be sounded in such a case.
3171     * Removed the write_resources() routine. The writing out of the resources
3172       will now be immediately done when each of those functions changes.
3174 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3176     * Updated the manual pages to reflect the recent v4.2.xx changes.
3178     * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3179       on Linux.
3181 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3183     * The real fix for displaying the icon. The problem was that the icon was
3184       being installed in the pkgdata_DATA directory, but gcalctool was looking
3185       for it in the CALCTOOL_DATA_DIR directory, which was incorrectly set to
3186       $(datadir)/calctool" rather than $(datadir)/gcalctool".
3188 2003-01-20  Rich Burridge  <rich.burridge@sun.com>
3190     * Removed the setting of an event mask and a global event handler in 
3191       create_kframe() in gtk.c. This seems to have fixed up the keyboard 
3192       navigation problems.
3194       Control-F1 now toggles the displaying of tooltip help, so the "-h"
3195       command line option has been removed and the old-style event handling
3196       code has also been removed.
3198     * Added in a signal handler for the "delete" event for the main gcalctool
3199       window. The callback calls gtk_main_quit() to terminate the application.
3201 2003-01-17  Rich Burridge  <rich.burridge@sun.com>
3203     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3205       The gcalctool icon is now correctly displayed for me running Sun's
3206       fcs-10 build on Solaris. It's still a problem for Calum running
3207       GNOME HEAD on RH7.2.
3209 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3211     * HCI change suggested by Glynn Foster <Glynn.Foster@Sun.COM>
3213       The Sto/Rcl/Exch menu items should show the current register values 
3214       as well.
3216       The Exch/Rcl/Sto menus are recreated each time that menu is needed. The
3217       menu item callbacks for these menus and the Constant and Function menus
3218       have been consolidated into a single menu_proc_cb() routine.
3220 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3222     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3224       All the radiobutton and checkbox items in the mode panel now have a 
3225       mnemonic associated with them.
3227 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3229     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3231       Fixed up the buttons on the "Insert ASCII Value", "Enter Constant..." and
3232       "Enter Function..." popups. They now just use Cancel and OK buttons, and 
3233       use standard stock Gtk icons.
3235 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3237     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3239       Added in an Edit->Paste menu item. If selected this will paste 
3240       the current contents of the clipboard into the calculator display 
3241       as if you'd typed it.
3243     * Added bullet proofing to the process_str() routine in graphics.c 
3244       to protect it against values that weren't found. If a value wasn't 
3245       found, it's just ignored, and it goes on to process the next 
3246       character in the string.
3248     * Improved the val_to_button() routine in functions.c. It now takes 
3249       into consideration the mods value for each button struct entry when 
3250       comparing against the given value. This isn't enough though, as it 
3251       won't find Alt-<n> buttons.
3253 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3255     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3257       Added a 2 pixel border for the frames containing the Basic, Financial and
3258       Scientific buttons and the mode panel. The calculator doesn't look so
3259       crowded now.
3261 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3263     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3265       Removed the "operand item" label widget, the routine where it was being 
3266       set (set_op_item()) and all the calls to that routine. Other calculators 
3267       don't have any equivalent to this, so it's not really needed.
3269       This also remove the opdisp entry in the button struct and the op_type 
3270       enum.
3272     * Adjusted the "keyboard values used" table in calctool.c to reflect the
3273       current state.
3275 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3277     * The frames around the mode button tables and the mode panel were always 
3278       being shown. The make_but_table() and create_mode_panel() routines were
3279       returning the wrong widgets.
3281 2003-01-18  Rich Burridge  <rich.burridge@sun.com>
3283     * Fixed bug #101865 (http://bugzilla.gnome.org/show_bug.cgi?id=101865)
3284       Made the following keyboard remappings:
3286       Function     Old         New
3287       ---------------------------------
3288       Cos        Control-c     d
3289       Ddb        Control-d     Alt-C
3290       Frac       Control-f     Alt-f
3291       Int        Control-i     Alt-i
3292       Sln        Control-l     l
3293       Ctrm       Control-m     m
3294       Rate       Control-r     Alt-r
3295       Sin        Control-s     Alt-s
3296       Tan        Control-t     Alt-t
3297       Abs        Control-u     Alt-u
3298       Syd        Control-y     Y
3300       Note that the keyboard equivalents for:
3302       Function     Old         New
3303       ---------------------------------
3304       Quit       q or Q        Control-Q
3305       Copy       Sun Copy key  Control-C
3307       still have to be added in, although the menu items in the menu bar 
3308       work fine. The appropriate changes have been made to the manual pages.
3310     * Removed mention of the "-l" and "-r" command line options from the manual 
3311       pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3312       resource too.
3314 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3316     * After discussion with Calum Benson, removed the "Keys" key, that allowed
3317       you to toggle the button labels to show their keyboard equivalents. This
3318       functionality is now covered by the tooltip help and the Help->Contents
3319       online help.
3321 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3323     * Put each of the the button tables and the mode panel inside a frame,
3324       rather then use horizontal separators, to try to make the GUI look 
3325       nicer. There is still a persistent display problem to fix though 
3326       (see entry in the TODO file).
3328 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3330     * Entering "((2+3)*(2+3))" gave the wrong answer. Problems was in the
3331       process_item() routine where extra values were reassigned. With gcalctool
3332       v4.2.0 onwards, "*" is now the multiplication operand, and "x" needed 
3333       to be reassigned to that value (not the other way around). Had to 
3334       adjust the assignment of the "x" and "*" keyboard accelerators 
3335       accordingly too.
3337     * Added in some bullet-proofing to the do_parens() routine to hopefully 
3338       improve the handling of bogus keyboard entries when a string in 
3339       parentheses is being entered.
3341 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3343     * Hooked up the Help->Contents menu item. Note that help support still has
3344       to be included (i.e. a help subdirectory with associated files etc.).
3346 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3348     * The View->Memory Registers menu item now correctly toggles the showing of
3349       the memory register window.
3351 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3353     * Menubar menu items now use stock Gtk icons (where applicable).
3355 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3357     * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3358       This really needs help from a real graphics designer for a suggested color
3359       set.
3361 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3363     * Go into Scientific mode. Click on "(" twice and you'll get a segv.
3364       The problem was the v->current needed to be set to a copy of the 
3365       "n" button struct, rather than trying to find the button value from 
3366       user_data. Created a copy_button_info() routine that is now called 
3367       in three places.
3369 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3371     * Added some horizontal separators to help make the calculator more readable
3372       when in Financial and Scientific Mode.
3374 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3376     * Entering "((2+3)*9+(5-3))" causes a segv. The problem was due to the
3377       change from "x" to "*" as the character for multiplication. The .value
3378       entry in the button struct for the multiplication button needed to be
3379       changed to GDK_asterisk (rather than GDK_x), otherwise button_for_value()
3380       returns a NULL pointer.
3382 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3384     * Removed the attempt to display a calculator image on the About popup.
3386     * Typing the keyboard equivalent of the menu buttons now works. The problem
3387       was in process_item() in display.c. v->current couldn't just point to the
3388       current button struct. It needed to be a copy of it, so that pending
3389       operation (which save the pending value), don't overwrite the base button
3390       entries.
3392     * Removed the VERSION string from the titlebar. This is now in the About 
3393       popup.
3395 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3397     * Added in an About popup that's accessible through the Help->About 
3398       Gcalctool menubar Help menu item.
3400 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3402     * Fixed bug #102927 (http://bugzilla.gnome.org/show_bug.cgi?id=102927)
3403       Replaced abbreviation "trig." with full word "trigonometric".
3405 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3407     * Fixed bug #102922 (http://bugzilla.gnome.org/show_bug.cgi?id=102922)
3408       Adjusted the two occurances of sentence fragments in the 
3409       cfframe_apply_cb() routine in gtk.c to make it easier for L10N folks 
3410       to translate them.
3412 2003-01-08  German Poo-Caaman~o  <gpoo@ubiobio.cl>
3414     * Added Spanish (es) to ALL_LINGUAS at configure.in
3416 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3418     * gcalctool is now resizable again.
3420 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3422     * Make calculator window choose a reasonable size at startup, and resize 
3423       when changing modes.
3425 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3427     * Removed the GNOME_UTIL_LIBS line from .../gcalctool/Makefile.am as it's
3428       not needed.
3430 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3432     * Fixed "blank buttons displaying" bug. 
3434     * Added small section to configure.in that forces a "--enable-build-broken"
3435       flag to have to be passed to configure in order to build gcalctool while 
3436       it is still in this semi-broken state. This will be removed when most of
3437       the items mentioned in the first section of the TODO file have been
3438       implemented.
3440 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3442     * Updated the copyright messages to by the correct GPL ones for the various
3443       source files, plus used date of 2003 (not 2002) in:
3445       .../ChangeLog
3446       .../NEWS
3447       .../README
3448       .../TODO.
3449       .../gcalctool/calctool.c
3450       .../gcalctool/calctool.h
3451       .../gcalctool/display.c
3452       .../gcalctool/dsdefs.h
3453       .../gcalctool/dsfuns.c
3454       .../gcalctool/extern.h
3455       .../gcalctool/functions.c
3456       .../gcalctool/gcalctool.1
3457       .../gcalctool/get.c
3458       .../gcalctool/graphics.c
3459       .../gcalctool/gtk.c
3460       .../gcalctool/mp.c
3462     * The Financial/Logical/Scientific mode buttons have been moved into
3463       the main calculator window above the Basic mode buttons.
3465     * Added a menubar with the following menus/items:
3467       File      Edit                  View              Help
3468       -----------------------------------------------------------------
3469       Quit      Copy                  Basic Mode        Contents...
3470                 Insert ASCII Value    Financial Mode    About Gcalctool
3471                                       Scientific Mode
3473                                       Memory Register
3474                                       Right-handed Style
3476       The functionality has been hooked up except for the two Help menu items.
3478     * Revamped the gcalctool design. The Basic Mode is much simpler now.
3479       The Logical and Scientific modes have been combined into a single
3480       Scientific mode (which also includes some of the functionality that
3481       was in the previous Basic mode).
3483       The mode buttons are now extra button tables (and a mode panel) that get
3484       shown or hidden in the main gcalctool window depending upon the current
3485       mode.
3487       The six item mode display has been removed. The current base, numeric
3488       display type, trigonometric type, hyp and inv settings can be seen by
3489       the radio buttons and check boxes in the mode panel. The current mode is
3490       given in the main window title bar. The only things that's really 
3491       different is that there is no longer a current operand display item.
3493     * Remove the small property sheet that was displayed when you right clicked
3494       in the main window button area (not over a button). This had the ability
3495       to set a left or right-handed style. This functionality has also been
3496       removed, because with the simplification of the Basic mode, it's no 
3497       longer needed. Remove the command line options and resources associated 
3498       with this.
3500     * From Andrew Sobala <andrew@sobala.net>
3501       Fixed bug #102698 - "make distcheck" fails. Fix was to use the correct
3502       GNOME 2 autogen.sh. Also added #(schema_DATA) to the top-level
3503       Makefile.am