Make menu shortcut keys popup menus
[gcalctool.git] / ChangeLog
blobe7a791062ef4bbd14a6aee3d7cf3c9e4447b92aa
2 /*   $Header: /cvs/gnome/gcalctool/ChangeLog,v 1.467 2006/12/18 03:05:13 richb Exp $
3  *
4  *  Copyright (c) 1987-2007 Sun Microsystems, Inc.
5  *  All Rights Reserved.
6  */
8 gcalctool change history.
9 =========================
11 2007-11-3 Robert Ancell <robert.ancell@gmail.com>
13     * gcalctool/gtk.c: Re-enable accuracy menu items (Final part of bug #488694).
14       Make accuracy shortcuts only work in scientific mode (bug #488489).
15       Stop bogus '-/-' in accuracy menu items (bug #488703).
17 2007-11-1 Rich Burridge <rich.burridge@sun.com>
19     * display.c:
20       calctool.h:
21       functions.c:
22       gtk.c:
23       More lint fixups.
25 2007-11-1 Robert Ancell <robert.ancell@gmail.com>
27     * gcalctool/gtk.c:
28       glade/gcalctool.glade:
29       More work on bug #488694 - Move all popup menus into gcalctool.glade.
30       Split constant and function dialogs into seperate UI elements.
32     * gcalctool/graphics.c:
33       gcalctool/calctool.c:
34       gcalctool/calctool.h:
35       gcalctool/display.c:
36       gcalctool/functions.c:      
37       gcalctool/gtk.c:
38       glade/gcalctool.glade:      
39       More work on bug #488694 - Simplify menu code
41 2007-10-31 Rich Burridge <rich.burridge@sun.com>
43     * gcalctool/dsfuns.c:
44       gcalctool/calctool.h:
45       gcalctool/functions.c:
46       gcalctool/ce_parser.h:
47       gcalctool/gtk.c:
48       Code cleanup to a consistent style, plus fixup for various warnings
49       from lint.
51 2007-10-31 Robert Ancell <robert.ancell@gmail.com>
53     * gcalctool/mpmath.c:
54       gcalctool/graphics.c:
55       gcalctool/calctool.c:
56       gcalctool/calctool.h:
57       gcalctool/display.c:
58       gcalctool/functions.c:
59       gcalctool/extern.h:
60       gcalctool/get.c:
61       gcalctool/gtk.c:
62       glade/gcalctool.glade:
63       More work on bug #488694 - Move accelerator handling from calctool.c
64       
65     * gcalctool/gtk.c:
66       glade/gcalctool.glade:
67       More work on bug #488694 - Move ASCII, accuracy, function and
68       constant dialogs into gcalctool.glade
70 2007-10-30 Rich Burridge <rich.burridge@sun.com>
72     * gcalctool/mpmath.c:
73       Fix for bug #485134 - OR calculation produces incorrect result in 
74       arithmetic precedence mode.
76 2007-10-28 Rich Burridge <rich.burridge@sun.com>
78     * gcalctool/functions.c:
79       From Sami Pietila <sami.pietila@utu.fi>
80       Fix for bug #490701 - base radio buttons initially fail.
82     * Released a gcalctool v5.21.1 tarball.
84 2007-10-27 Rich Burridge <rich.burridge@sun.com>
86     * gcalctool/mpmath.c:
87       From Sami Pietila <sami.pietila@utu.fi>
88       Attempted fix for bug #485134 - OR calculation produces incorrect 
89       result in arithmetic precedence mode. This isn't a complete solution
90       so the bug has been reopened.
92 2007-10-26 Rich Burridge <rich.burridge@sun.com>
94     * gcalctool/functions.c:
95       From Sami Pietila <sami.pietila@utu.fi>
96       Fix for bug #488828 - Reciprocal remembers backspaced items.
98 2007-10-23 Rich Burridge <rich.burridge@sun.com>
100     * glade/gcalctool.glade:
101       More work on bug ##488694 - [a11y] Several calculator buttons 
102       don't speak correctly with Orca. Removed the accessible descriptions
103       (not needed) and adjusted the "shift left" and "shift right" names
104       (they were reversed).
106     * gcalctool/functions.c:
107       From Sami Pietila <sami.pietila@utu.fi>
108       Patch to stablize arithmetic precedence.
110 2007-10-23 Robert Ancell <robert.ancell@gmail.com>
112     * gcalctool/gtk.c:
113       Stop acting on toggle events from radio buttons when they go
114       inactive (Bug #485918).
116 2007-10-22 Rich Burridge <rich.burridge@sun.com>
118     * glade/gcalctool.glade:
119       From Robert Ancell <robert.ancell@gmail.com>
120       More work on bug #485919 - Use Glade for UI. This patch puts 
121       menu accelerators back again and fixes the top button row in 
122       basic mode being too tall.
124     * MAINTAINERS:
125       Added Robert Ancell to the list of gcalctool MAINTAINERS.
127     * glade/gcalctool.glade:
128       Fixed bug #488830 - Hex radio button shortcut conflicts with 
129       Help menu shortcut.
131     * glade/gcalctool.glade:
132       Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip 
133       shortcut keys.
135     * gcalctool/gtk.c:
136       Fixed bug #488783 - memory registers not available if you start 
137       in Advanced mode
139     * gcalctool/gtk.c:
140       glade/gcalctool.glade:
141       Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak 
142       correctly with Orca.
144 2007-10-20 Rich Burridge <rich.burridge@sun.com>
146     * gcalctool/calctool.c:
147       gcalctool/calctool.h:
148       gcalctool/functions.c:
149       gcalctool/extern.h:
150       gcalctool/gtk.c:
151       glade/gcalctool.glade:    (new)
152       glade/Makefile.am:
153       glade/mode_panel.glade:   (removed)
154       po/POTFILES.in:
155       From Robert Ancell <robert.ancell@gmail.com>
156       More work on bug #485919 - Use Glade for UI. This now provides
157       Glade support for the majority of the gcalctool GUI.
159 2007-10-15 Rich Burridge <rich.burridge@sun.com>
161     * gcalctool/gtk.c:
162       Fix for bug #485398 - Put memory register window inside the main window.
163       Uses gtk_window_set_transient_for() to associate the memory register
164       window with the main gcalctool window.
166     * help/C/gcalctool.xml:
167       Fix for bug #383850 - [doc] New names for Precedence.
169 2007-10-13 Rich Burridge <rich.burridge@sun.com>
171     * gcalctool/gtk.c:
172       From Sami Pietila <sami.pietila@utu.fi>
173       Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence 
174       mode if user has "hand edited" the display.
176 2007-10-12 Rich Burridge <rich.burridge@sun.com>
178     * configure.in:
179       gcalctool/calctool.c:
180       gcalctool/gtk.c:
181       gcalctool/Makefile.am:
182       Makefile.am:
183       glade/Makefile.am:          (new)
184       glade/mode_panel.glade:     (new)
185       From Robert Ancell <robert.ancell@gmail.com>
186       Work on bug #485919 - Use Glade for UI.
187       Initial Glade patch adds support for the mode panel.
189 2007-10-11 Rich Burridge <rich.burridge@sun.com>
191     * gcalctool/gtk.c:
192       Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
193       correctly set the state of the Edit-<Memory Registers check box if the
194       user wanted the memory registers initially displayed.
196     * gcalctool/gtk.c:
197       From Christian Persch <chpe@gnome.org>
198       Correctly handle memory register display and "Memory Registers" menu
199       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
200       (Needed because of the recent changes for bug #478961).
202 2007-10-08 Rich Burridge <rich.burridge@sun.com>
204     * Released a gcalctool v5.21.0 tarball.
206     * gcalctool/calctool.h:
207       gcalctool/display.c:
208       gcalctool/functions.c:
209       gcalctool/ce_tokeniser.l:
210       gcalctool/get.c:
211       gcalctool/gtk.c:
212       With lots of help from Sami Pietila <sampie@utu.fi>
213       Fix for bug #326938 – Display cursor in input area; allow home
214       and end keys. This is in arithmetic precedence mode only.
216 2007-10-08 Rich Burridge <rich.burridge@sun.com>
218     * gcalctool/graphics.c:
219       Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 
220       places menu items.
222 2007-10-02 Rich Burridge <rich.burridge@sun.com>
224     * help/C/gcalctool.xml:
225       gcalctool/calctool.h:
226       gcalctool/ce_tokeniser.l:
227       Fix for bug #439087 – Gcalctool can't handle small physic constants 
228       like the Boltzmann constant. The number of significant places has
229       been increased to 99 and the number of displayable digits has been
230       increased to 200. The online help has been adjusted to reflect these
231       changes.
233       Note that if you have something in the gcalctool display that is 
234       wider than the display area, a scrollbar is shown, but the first 
235       digit isn't properly displayed. The workaround here, is to enlarge 
236       the size of the calculator window until the scrollbar goes away.
237       I believe this is a Gtk+ problem and have filed bug #482688 against it.
239     * help/C/gcalctool.xml:
240       Fixed bug #367738 – [doc] Square root documentation needs to be updated.
241       The entry in the online help now includes examples for both arithmetic 
242       precedence and non-arithmetic precedence mode.
244     * help/C/gcalctool.xml:
245       Fixed bug #428571 – [doc] Repetitive usage of "use".
247 2007-10-01 Rich Burridge <rich.burridge@sun.com>
249     * gcalctool/Makefile.am:
250       configure.in:
251       From Rémi Cardona <remi@gentoo.org>
252       Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
254     * help/C/gcalctool.xml:
255       gcalctool/calctool.c:
256       gcalctool/display.c:
257       gcalctool/calctool.h:
258       gcalctool/functions.c:
259       gcalctool/lr_tokeniser.l:
260       gcalctool/ce_tokeniser.l:
261       gcalctool/gcalctool.1:
262       Fixed bug #428573 – [doc] Spelling of logical gates.
263       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
264       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
265       display area in arithmetic precedence mode. The gcalctool manual
266       pages and the online help have been updated accordingly.
268       The XOR operation in non-arithmetic mode was doing a multiplication 
269       instead.
271       The result for the AND example in the online help was incorrect.
273       The syntax for using NOT in aritmetic mode is different then for
274       non-arithmetic mode. The online help example has been updated to
275       show both examples.
277 2007-09-28 Rich Burridge <rich.burridge@sun.com>
279     * help/C/gcalctool.xml:
280       gcalctool/calctool.c:
281       gcalctool/calctool.h:
282       gcalctool/functions.c:
283       gcalctool/lr_tokeniser.l:
284       gcalctool/ce_tokeniser.l:
285       gcalctool/gcalctool.1:
286       gcalctool/gtk.c:
287       gcalctool/ce_parser.y:
288       With lots of help from Sami Pietila <sampie@ariana-dsl.utu.fi>
289       Fixed bug #469245 – Hexadecimal input is not intuitive and
290       bug #455889 – Copy/paste of lower case hex letter does not work.
291       The hexadecimal digits have been changed back to their pre Sept
292       2003 (bug #118826) values of "a" - "f".
294       The following functions have also had their keyboard shortcuts
295       reverted back to their pre Sept 2003 upper-case values:
297       [A] - Set accuracy
298       [C] - Change sign
299       [D] - Double-declining depreciation
300       [E] - Enter an exponential number
301       [F] - User-defined functions
303       With copy/paste operations, where the user is pasting a string into
304       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
305       "D" or "F" character is encountered, it will be converted to its
306       lowercase equivalent. If an "E" is found,  and the next character is a
307       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
308       a possible exponential number), otherwise its converted to a lower
309       case "e".
311       Displaying of hex digits in the gcalctool display will still be
312       in uppercase. Displaying of the "e" in an exponential number will
313       still be in lower-case.
315       The way to enter exponential numbers in arithmetic precedence mode
316       has changed. The following four examples should show you the new
317       correct syntax:
319         1  2  Exp + 8  =              1200000000
320       - 1  2  Exp + 8  =             -1200000000
321         1  2  Exp - 8  =              0.00000012
322       - 1  2  Exp - 8  =             -0.00000012
324       In both left-to-right precedence and arithmetic precedence modes, if
325       the user enters a numeric digit that is incorrect for the current
326       numeric base, this shouldn't be allowed and should not be entered
327       in the display.
329       The gcalctool documentation (and tooltips) have been updated to
330       reflect these changes.
332 2007-09-24 Rich Burridge <rich.burridge@sun.com>
334     * From Christian Persch <chpe@gnome.org>
335       gcalctool/gtk.c:
336       Fixed bug #479102 – memory registers dialogue should use ngettext.
338 2007-09-21 Rich Burridge <rich.burridge@sun.com>
340     * Updated the MAINTAINERS file with Sami's new email address.
342     * From Christian Persch <chpe@gnome.org>
343       gcalctool/gtk.c:
344       Fixed bug #478961 – GtkAaction use.
346     * From Christian Persch <chpe@gnome.org>
347       gcalctool/gtk.c:
348       Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
350     * From Christian Persch <chpe@gnome.org>
351       gcalctool/gtk.c:
352       Fixed bug #478979 – show menu help in statusbar.
354     * From Christian Persch <chpe@gnome.org>
355       gcalctool/gtk.c:
356       Fixed bug #479064 – should use ngettext on the Acc button.
358     * From Christian Persch <chpe@gnome.org>
359       gcalctool/gtk.c:
360       Fixed bug #479097 – use gtkmessagedialog.
362     * From Christian Persch <chpe@gnome.org>
363       gcalctool/gtk.c:
364       Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
366 2007-09-17 Rich Burridge <rich.burridge@sun.com>
368     * Released a gcalctool tarball for GNOME 2.20.0.
370 2007-09-03 Rich Burridge <rich.burridge@sun.com>
372     * Released a gcalctool tarball for GNOME 2.19.92.
374 2007-08-27 Rich Burridge <rich.burridge@sun.com>
376     * Released a gcalctool tarball for GNOME 2.19.91.
378 2007-08-17 Rich Burridge <rich.burridge@sun.com>
380     * From Lionel Le Folgoc
381       gcalctool.desktop.in:
382       Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
384 2007-08-13 Rich Burridge <rich.burridge@sun.com>
386     * Released a gcalctool tarball for GNOME 2.19.90.
388 2007-08-11 Rich Burridge <rich.burridge@sun.com>
390     * MAINTAINERS:
391       Adjusted to the new format.
393 2007-07-30 Rich Burridge <rich.burridge@sun.com>
395     * Released a gcalctool tarball for GNOME 2.19.6.
397 2007-07-30 Jan Arne Petersen <jpetersen@jpetersen.org>
399     * configure.in:
400       Remove help/de/Makefile due to gnome-doc-utils migration.
402 2007-07-24 Rich Burridge <rich.burridge@sun.com>
404     * From Christopher Taylor et al
405       configure.in:
406       gcalctool/gtk.c:
407       Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
408       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
410 2007-07-22 Yair Hershkovitz <yairhr@gmail.com>
411     * gcalctool/gtk.c:
412       Always use left-to-right direction for button's boxes. Fixed bug
413       #439415.
415 2007-07-08 Rich Burridge <rich.burridge@sun.com>
417     * gcalctool.desktop.in:
418       Applied Sun patch 
419       /jds/spec-files/trunk/patches/gcalctool-01-menu-entry.diff.
420       Changed the Comment line.
422     * Released a gcalctool tarball for GNOME 2.19.5.
424 2007-06-26 Rich Burridge <rich.burridge@sun.com>
426     * gcalctool/mpmath.c:
427       Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
429     * gcalctool/gtk.c:
430       Fixed bug #450790 – crash in Calculator when pasting in a very large
431       number.
433 2007-06-18 Rich Burridge <rich.burridge@sun.com>
435     * From Jani Monoses
436       Fixed bug #448263 – drop libgnome dependency
438     * Released a gcalctool tarball for GNOME 2.19.4.
440 2007-06-04 Rich Burridge <rich.burridge@sun.com>
442     * Released a gcalctool tarball for GNOME 2.19.3.
444 2007-05-21 Rich Burridge <rich.burridge@sun.com>
446     * Fixed bug #439985 – Negative value not saved in memory register 
447       across invocations of gcalctool. This was also a problem was negative
448       constants.
450 2007-05-13 Rich Burridge <rich.burridge@sun.com>
452     * Released a gcalctool tarball for GNOME 2.19.2.
454 2007-04-30 Rich Burridge <rich.burridge@sun.com>
456    * gcalctool/display.c:
457      gcalctool/functions.c:
458      From: Sami Pietilä
459      Fixed bug #419927 - calculator rcl function does not work as documented.
461 2007-04-23 Rich Burridge <rich.burridge@sun.com>
463     * Released a gcalctool tarball for GNOME 2.19.1.
464       (gcalctool version number now aligns with the GNOME 
465        minor.micro numbers).
467 2007-04-18 Rich Burridge <rich.burridge@sun.com>
469    * gcalctool/gtk.c:
470      Fixed up various compiler warnings.
472 2007-04-13  Changwoo Ryu  <cwryu@debian.org>
474     * configure.in:
475       Removed line for help/ko/Makefile.in due to gnome-doc-utils
476       migration.
478 2007-03-28 Rich Burridge <rich.burridge@sun.com>
480    * gcalctool.desktop.in:
481      Fixed bug #413443 – gnome-calculator is not publically visible icon.
483 2007-03-12 Rich Burridge <rich.burridge@sun.com>
485     * gcalctool/gtk.c:
486       Adjust "Paste" to _("Paste") in the for_each_menu() routine for 
487       bug #317786 – copy and paste menu entries are always active.
489 2007-03-12 Rich Burridge <rich.burridge@sun.com>
491     * Released a gcalctool tarball for GNOME 2.18.0 (Final).
493 2007-03-08  Christian Kirbach  <Christian.Kirbach@googlemail.com>
495         * gcalctool.desktop.in:
496         "Application" is not a valid category in the freedesktop specification.
497         Added the GTK category.
499 2007-02-27 Rich Burridge <rich.burridge@sun.com>
501     * gcalctool/gtk.c:
502       Fixed bug 412688 - gcalctool crashed with SIGSEGV in strlen().
504 2007-02-25 Rich Burridge <rich.burridge@sun.com>
506     * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
508 2007-02-12 Rich Burridge <rich.burridge@sun.com>
510     * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
512 2007-02-06 Rich Burridge <rich.burridge@sun.com>
514     * gcalctool/gtk.c:
515       Fixed bug #402473 – Problems pasting back value when using 
516       thousands separator.
518 2007-01-22 Rich Burridge <rich.burridge@sun.com>
520     * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
522 2007-01-17 Rich Burridge <rich.burridge@sun.com>
524     * gcalctool/gtk.c:
525       Fixed bug #397788 – Need spin control limit for Acc Other popup.
527 2007-01-16 Rich Burridge <rich.burridge@sun.com>
529     * gcalctool/gtk.c:
530       From Thomas Molhave
531       Fixed bug #317786 - copy and paste menu entries are always active.
533 2007-01-08 Rich Burridge <rich.burridge@sun.com>
535     * All copyright messages updated for 2007.
536     * Released a gcalctool tarball for GNOME 2.17.5.
538 2006-12-17 Rich Burridge <rich.burridge@sun.com>
540     * Released a gcalctool tarball for GNOME 2.17.4.
542 2006-12-15 Rich Burridge <rich.burridge@sun.com>
544     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
545       Fixed bug #371669 - Floating Hexadecimal values converting to any.
547 2006-12-08 Rich Burridge <rich.burridge@sun.com>
549     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
550       Fixed bug #381037 – result can not be used for "mod" operation.
552     * Fixed bug #369503 – Problems with 'arithmetic precedence mode'.
554 2006-12-04 Rich Burridge <rich.burridge@sun.com>
556     * Released a gcalctool tarball for GNOME 2.17.3.
558 2006-11-28 Rich Burridge <rich.burridge@sun.com>
560     * gcalctool/gtk.c:
561       Fixed bug #380145 – Markup error in alert message.
563 2006-11-27 Rich Burridge <rich.burridge@sun.com>
565     * gcalctool/gtk.c:
566       In set_win_position(), initialized the x and y variables.
568     * help/C/gcalctool.xml:
569       Fixed bug #367754 - [doc] Update documentation for % operator.
571     * help/C/gcalctool.xml:
572       Fixed bug #367728 - [doc] Update documentation for Mod (Modulus 
573       Division) operation.
575     * help/C/gcalctool.xml:
576       Fixed bug #367715 - [doc] Update doc to mention saving of memory 
577       registers.
579     * help/C/gcalctool.xml:
580       Fixed bug #367718 - [doc] Documentation change needed for 
581       View->Memory Registers menu item inactive.
583     * help/C/gcalctool.xml:
584       Fixed bug #367735 - [doc] Update documentation for Ctrm operation.
586     * help/C/gcalctool.xml:
587       Fixed bug #367740 - [doc] Documentation for Clear Entry and Clear 
588       could be better.
590     * help/C/gcalctool.xml:
591       Fixed bug #367725 - [doc] Update documentation for the Memory 
592       Register Window.
594     * help/C/gcalctool.xml:
595       Fixed bug #367720 - [doc] Documentation change needed for keyboard 
596       shortcuts for buttons with menus associated with them.
598     * help/C/gcalctool.xml:
599       Fixed bug #367712 - [doc] Need to document how to enter scientific 
600       number s with a negative exponent in AOP mode.
602 2006-11-20 Rich Burridge <rich.burridge@sun.com>
604     * gcalctool/gtk.c:
605       Modified patch from Sun Bugster bug #6480076.
606       Made the gcalctool display areas focusable.
608     * help/C/gcalctool.xml:
609       Fixed bug #367722 – [doc] Update documentation for Xor and x^y 
610       operations.
612 2006-11-18 Rich Burridge <rich.burridge@sun.com>
614     * gcalctool/gtk.c:
615       Fixed bug #76572 - Primary selection is not recognised.
617 2006-11-04 Rich Burridge <rich.burridge@sun.com>
619     * Released a gcalctool tarball for GNOME 2.17.2.
621 2006-10-30 Rich Burridge <rich.burridge@sun.com>
623     * gcalctool/calctool.c:
624       gcalctool/calctool.h:
625       gcalctool/display.c:
626       gcalctool/functions.c:
627       gcalctool/get.c:
628       gcalctool/gtk.c:
629       Fixed bug #358782 (http://bugzilla.gnome.org/show_bug.cgi?id=358782)
630       Fixup sloppy string handling.
632     * gcalctool/function.c:
633       Fixup sloppy code indentation.
634       Remove unwanted (commented out) code.
635       Adjusted to /* ... */ style comments.
637 2006-10-23 Rich Burridge <rich.burridge@sun.com>
639     * gcalctool/get.c:
640       From Paul Schulz:
641       Fixed bug #364410 (http://bugzilla.gnome.org/show_bug.cgi?id=364410)
642       Incorrectly rounded pi constant.
644 2006-10-16 Rich Burridge <rich.burridge@sun.com>
646     * Released a gcalctool tarball for GNOME 2.17.1.
648 2006-10-07 Elijah Newren <newren gmail com>
650     * gcalctool/gtk.c (create_change_mode_dialog): Remove markup from
651       translatable messages.  #360453
653 2006-10-03 Rich Burridge <rich.burridge@sun.com>
655     * gcalctool/display.c:
656       From Matt Keenan <matt dot keenen at sun period com>
657       Fixed bug 359291 - crash when localized decimal point is greater 
658       than 1 char. Removed the bogus assert.
660 2006-10-01 Rich Burridge <rich.burridge@sun.com>
662     * gcalctool/calctool.c:
663       gcalctool/gtk.c:
664       From Matthias Clasen:
665       Fixed bug #358337 (http://bugzilla.gnome.org/show_bug.cgi?id=358337)
666       gcalctool no longer crashes in the Oriya locale due to sloppy string
667       handling.
669 2006-09-29 Sami Pietila <sampie@ariana-dsl.utu.fi>
671     * Fixed pr #354730 - crash in Calculator: running
672       3x10^38 using bi..
674 2006-09-28 Sami Pietila <sampie@ariana-dsl.utu.fi>
676     * Fixed pr #357208 - Bitcalculating extension needs to
677       support negative numbers
679 2006-09-22 Rich Burridge <rich.burridge@sun.com>
681     * gcalctool/calctool.c:
682       gcalctool/calctool.h:
683       gcalctool/extern.h:
684       gcalctool/functions.c:
685       gcalctool/functions.h:
686       gcalctool/get.c:
687       gcalctool/gtk.c:
688       From Sami Pietila <sampie@ariana-dsl.utu.fi>
689       Fixed bug #157961 - Bitcalculating extension for gcalctool.
691 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
693     * Fixed pr #355648 - Error reporting should be consistent.
695 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
697     * Fixed pr #135140 - percent operator works not as expected.
698         
699 2006-09-06 Rich Burridge <rich.burridge@sun.com>
701     * gcalctool/calctool.c:
702       gcalctool/calctool.h:
703       gcalctool/get.c:
704       gcalctool/gtk.c:
705       Fixed bug #349981 - gcalctool should save screen position for next 
706       start.
708 2006-09-04 Rich Burridge <rich.burridge@sun.com>
710     * Released a gcalctool tarball for GNOME 2.16.0 (Final).
712 2006-08-18 Rich Burridge <rich.burridge@sun.com>
714     * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
716 2006-08-09 Rich Burridge <rich.burridge@sun.com>
718     * gcalctool/functions.c:
719       gcalctool/graphics.c:
720       gcalctool/gtk.c:
721       Removed several chunks of code that were surronded by #if 0/#endif.
723 2006-08-07 Rich Burridge <rich.burridge@sun.com>
725     * gcalctool/display.c:
726       gcalctool/functions.c:
727       gcalctool/graphics.c:
728       Fixed bug #350341 (http://bugzilla.gnome.org/show_bug.cgi?id=350341)
729       gcalctool now builds again with gcc v2.95.
731 2006-08-06 Rich Burridge <rich.burridge@sun.com>
733     * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
735 2006-07-28 Lucas Rocha <lucasr@gnome.org>
737     * configure.in:
738       Removed line for help/es/Makefile.in due to g-d-u migration.
739     * help/Makefile.am:
740       Removed es from SUBDIRS due to g-d-u migration. 
742 2006-07-24 Rich Burridge <rich.burridge@sun.com>
744     * gcalctool/calctool.c:
745       More work on bug #347700 
746       (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
747       Added another "Note to translators" comment for the Abs button labels.
749     * configure.in:
750       Fixed bug #348452 (http://bugzilla.gnome.org/show_bug.cgi?id=348452)
751       Removed line for help/sv/Makefile.in
753     * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
755 2006-07-20 Rich Burridge <rich.burridge@sun.com>
757     * gcalctool/calctool.c:
758       Work on bug #347700 (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
759       Added a "Note to translators" comment for the Bksp and Clr button
760       labels.
762 2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
764     * gcalctool/gtk.c (about_cb): Updated FSF postal address.
766 2006-07-10 Rich Burridge <rich.burridge@sun.com>
768     * Released a gcalctool tarball for GNOME 2.15.4.
770 2006-06-09 Rich Burridge <rich.burridge@sun.com>
772     * Released a gcalctool tarball for GNOME 2.15.3.
774 2006-06-01 Rich Burridge <rich.burridge@sun.com>
776     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
777       Fixed bug #343150 (http://bugzilla.gnome.org/show_bug.cgi?id=343150)
778       Gcalctool no longer crashes when switching to scientific mode.
780 2006-05-16 Rich Burridge <rich.burridge@sun.com>
782     * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
784 2006-05-15 Rich Burridge <rich.burridge@sun.com>
786     * Released a gcalctool tarball for GNOME 2.15.2.
788 2006-05-10 Rich Burridge <rich.burridge@sun.com>
790     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
791       Fixup compiler warnings from inclusion of last patch.
793 2006-05-08 Rich Burridge <rich.burridge@sun.com>
795     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
796       Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
797       Backspace results in mal-formed expression.
799     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
800       - = button is now also a one step undo. (This feature was temporary 
801         disabled by the previous redo/undo patch.)
803       - Removed gotos from do_expression function. (This change might add
804         unstability as this is a major change to the expression mode state
805         machine.)
807       - Functions (such as sin, cos, tan..) can use previously calculated
808         value.
810 2006-05-01 Rich Burridge <rich.burridge@sun.com>
812     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
813       First cut at an Undo/Redo implementation for use with the arithmetic
814       operator precedence mode.
816 2006-04-25 Rich Burridge <rich.burridge@sun.com>
818     * Respun the gcalctool tarball for GNOME 2.15.1 because intltool
819       is not Solarisized. It's generated constructs in .../po/Makefile.in.in
820       that do not work on Solaris. The hack fix was to change the SHELL
821       definition in .../po/Makefile.in.in to /bin/bask before running
822       make; make install; make dist
824     * Removed the no entry from the po/LINGUAS file.
826 2006-04-24 Rich Burridge <rich.burridge@sun.com>
828     * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
830     * Released a gcalctool tarball for GNOME 2.15.1.
832 2006-04-24 Rich Burridge <rich.burridge@sun.com>
834     * Fixed bug #337897 (http://bugzilla.gnome.org/show_bug.cgi?id=337897)
835       Changes to use po/LINGUAS file.
837 2006-04-17  Kjartan Maraas <kmaraas@gnome.org>
839     * configure.in: Remove obsolete entry for no_NO.
840     * po/no.po: And the translation.
842 2006-04-12 Rich Burridge <rich.burridge@sun.com>
844     * Fixed bug #338220 (http://bugzilla.gnome.org/show_bug.cgi?id=338220)
845       The 'Show trailing zeroes' option in the View menu should now be
846       correctly set [in]sensitive depending upon which mode it's in.
848 2006-03-31 Rich Burridge <rich.burridge@sun.com>
850     * Further work on the gcalctool automated test tools:
851       - Now allows comment lines starting with '#' to be read (and ignored)
852         in the input file. Same for blank lines.
854       - Added a listener to not start reading standard input until the 
855         application see a "focus:" event for gcalctool.
857       - Adjusted the isApplication() routine in runtests.py to check for
858         None.
860 2006-03-28 Rich Burridge <rich.burridge@sun.com>
862     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
863       Fixed bug #332023 (http://bugzilla.gnome.org/show_bug.cgi?id=332023)
864       The bitwise operators now work in arithmetic operator precedence
865       mode, when you use them with the result of a previous operation.
867 2006-03-28 Rich Burridge <rich.burridge@sun.com>
869     * Fixed bug #327729 (http://bugzilla.gnome.org/show_bug.cgi?id=327729)
870       The fields in the memory register window were not correctly aligned
871       in some themes. In the create_rframe() routine in gtk.c, the code has
872       been changed to use a gtk_table rather than ten gtk_hbox's.
874 2006-03-28 Rich Burridge <rich.burridge@sun.com>
876     * Fixed bug #330867 (http://bugzilla.gnome.org/show_bug.cgi?id=330867)
877       Added License info to the Gcalctool About dialog.
879 2006-03-27 Rich Burridge <rich.burridge@sun.com>
881     * Fixed bug #335095 (http://bugzilla.gnome.org/show_bug.cgi?id=335095)
882       Gcalctool no longer displays the current mode in the title bar when 
883       in Basic mode (due to lack of space).
885 2006-03-27  Tommi Vainikainen  <thv@iki.fi>
887     * .cvsignore, Makefile.am, configure.in, omf.make, xmldocs.make,
888         m4/.cvsignore: Migrated to gnome-doc-utils build system for user
889         manuals.
891 2006-03-27 Rich Burridge <rich.burridge@sun.com>
893     * From Ross Burton <ross at burtonini dot com>
894       Fixed bug #335236 (http://bugzilla.gnome.org/show_bug.cgi?id=335236)
895       Gcalctool schemas files should be installed if built with
896       "--without-gnome".
898 2006-03-27 Rich Burridge <rich.burridge@sun.com>
900     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
901       Adjustments to the AOP code so that e to the power of x gives the
902       correct answer at high precision.
904 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
906     * configure.in (ALL_LINGUAS): Added Dzongkha (dz).
908 2006-03-17 Rich Burridge <rich.burridge@sun.com>
910     * Added .../test/non_aop_input.txt, the start of an test file for
911       gcalctool in non-arithmetic operator precedence mode.
913 2006-03-13 Rich Burridge <rich.burridge@sun.com>
915     * Released a gcalctool tarball for GNOME 2.14.0 (Final).
917 2006-03-02 Rich Burridge <rich.burridge@sun.com>
919     * From Elijah Newren <newren at gmail dot com>
920       Fix for bug #333078 (http://bugzilla.gnome.org/show_bug.cgi?id=333078)
921       cvs fails to build due to bg translation of help.
923     * From Alexander Shopov <ash at contact dot bg>
924       Inclusion of a translation of gcalctool help for the bg locale.
926 2006-02-27 Rich Burridge <rich.burridge@sun.com>
928     * Released a gcalctool tarball for GNOME 2.14.0 (RC).
930 2006-02-12 Rich Burridge <rich.burridge@sun.com>
932     * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
934 2006-01-30 Rich Burridge <rich.burridge@sun.com>
936     * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
938 2006-01-23 Rich Burridge <rich.burridge@sun.com>
940     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
941       Refixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
942       The recent changes to the square root and subtraction button labels
943       broke the token parser for arithmetic operator precedence.
945 2006-01-19 Rich Burridge <rich.burridge@sun.com>
947     * Added the start of an automated test framework for gcalctool, written
948       in Python, under the new "test" sub-directory. See the comments at the
949       beginning of runtests.py for more information.
951 2006-01-17 Rich Burridge <rich.burridge@sun.com>
953     * Fixed bug #327124 (http://bugzilla.gnome.org/show_bug.cgi?id=327124)
954       Changes to fix bug #326344 had the side-effect of causing the CE
955       button to no longer work correctly.
957 2006-01-17 Rich Burridge <rich.burridge@sun.com>
959     * Fixed bug #327214 (http://bugzilla.gnome.org/show_bug.cgi?id=327214)
960       The results from performing trig functions were not being passed on
961       to future calculations correctly (in non-arithmetic operator precedence 
962       mode).
964 2006-01-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
966     * Used U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
967       for division sign, as discussed in
968       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00137.html
969       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00157.html
971 2006-01-13 Rich Burridge <rich.burridge@sun.com>
973     * Released a gcalctool tarball for GNOME 2.13.5.
975 2006-01-12 Rich Burridge <rich.burridge@sun.com>
977     * From Wouter Bolsterlee
978       Fixed bug #323149 (http://bugzilla.gnome.org/show_bug.cgi?id=323149)
979       Gcalctool now uses the Unicode symbols for division, multiplication, 
980       plus/minus, minus and square root.
982 2006-01-10 Rich Burridge <rich.burridge@sun.com>
984     * Fixed bug #326344 (http://bugzilla.gnome.org/show_bug.cgi?id=326344)
985       The bit display of large numbers (in non-arithmetic operator precedence
986       mode with the scientific view) now hopefully works correctly.
988       It no longer converts the displayed number to a double then a long 
989       long, which is where the loss of accuracy was occuring.
991       This also involved adding a couple of parameters to the make_fixed() 
992       routine in display.c to make it more generally useful for things like 
993       this.
995 2006-01-09 Rich Burridge <rich.burridge@sun.com>
997     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
998       Fixed bug #142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
999       Gcalctool no longer ignores locale specific numeric point in
1000       arithmetic operator precedence mode.
1002     * Adjusted all the copyright messages to include 2006.
1004 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1006     * Fixed bug #325074 (http://bugzilla.gnome.org/show_bug.cgi?id=325074)
1007       Gcalctool no longer crashes when you double click the 0 in the 
1008       display area. Problem was the return value of the mouse_button_cb()
1009       routine in gtk.c.
1011 2005-12-30  Abel Cheung  <maddog@linuxhall.org>
1013     * configure.in: Added "zh_HK" to ALL_LINGUAS.
1015 2005-12-23 Rich Burridge <rich.burridge@sun.com>
1017     * Released a gcalctool tarball for GNOME 2.13.4.
1019 2005-12-21 Rich Burridge <rich.burridge@sun.com>
1021     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1022       Final fix for bug #153854 
1023       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1024       Now handles the case where the first thing the user does is 
1025       change mode (Basic, Financial, Advanced, Scientific) in AOP mode.
1027 2005-12-19 Rich Burridge <rich.burridge@sun.com>
1029     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1030       Fixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1031       Sqrt (and other similar operations) no longer fail in non-English 
1032       locales
1034 2005-12-13 Rich Burridge <rich.burridge@sun.com>
1036     * Fixed bug #324001 (http://bugzilla.gnome.org/show_bug.cgi?id=324001)
1037       Primary Selection (middle mouse button) is now working.
1039 2005-12-12 Rich Burridge <rich.burridge@sun.com>
1041     * Released a gcalctool tarball for GNOME 2.13.3.
1043 2005-11-28 Rich Burridge <rich.burridge@sun.com>
1045     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1046       More work on bug #153854 
1047       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1048       Similar change to that made on 15th November 2005, this time for
1049       arithmetic operator precedence (AOP) mode. Still need to correct 
1050       handle this is AOP mode if it's the first thing the user does.
1052 2005-11-17 Rich Burridge <rich.burridge@sun.com>
1054     * Slight fixup for bug #157961. The toggling of the first bit in the
1055       bit panel wasn't working correctly. The long long lval variable in
1056       the bit_toggled() routine in gtk.c needed to be made unsigned.
1058 2005-11-15 Rich Burridge <rich.burridge@sun.com>
1060     * More work on bug #153854 
1061       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1062       If the user has completed a calculation and we are going to a
1063       new mode that is "compatible" with this one, then just change
1064       modes. Otherwise display a dialog warning the user that the
1065       current calculation will be cleared.
1067       Incompatible modes are:
1069       Scientific -> Basic
1070       Scientific -> Advanced
1071       Scientific -> Financial
1073       (unless we are in Scientific mode with Decimal numeric base and Fixed).
1074       These changes work nicely in non-arithmetic operator precedence mode.
1075       For some reason, the display is still being cleared in arithmetic
1076       operator precedence mode. Keeping the bug open and transferring to 
1077       Sami for further evaluation.
1079 2005-11-14 Rich Burridge <rich.burridge@sun.com>
1081     * Released a gcalctool tarball for GNOME 2.13.2.
1083 2005-11-03 Rich Burridge <rich.burridge@sun.com>
1085     * Fixed bug #316755 (http://bugzilla.gnome.org/show_bug.cgi?id=316755)
1086       Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect: 
1087       assertion `window != NULL' failed" warnings at startup.
1089 2005-10-27 Rich Burridge <rich.burridge@sun.com>
1091     * Fixed bug #319934 (http://bugzilla.gnome.org/show_bug.cgi?id=319934)
1092       The percent operator was broken in non-arithmetic operator precedence
1093       mode.
1095 2005-10-13 Rich Burridge <rich.burridge@sun.com>
1097     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1098       Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1099       Exponential notation now works correctly in arithmetic operator
1100       precedence mode.
1102 2005-09-26 Rich Burridge <rich.burridge@sun.com>
1104     * Slight adjustment to the bit panel. It's now centralized.
1106 2005-09-23 Rich Burridge <rich.burridge@sun.com>
1108     * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1109       needed to also preserve v->toclear and v->pointed.
1111     * Work on enhancement request #157961
1112       (http://bugzilla.gnome.org/show_bug.cgi?id=157961).
1113       Started to implement the bit panel for non-arithmetic precedence mode.
1114       It's automatically displayed when in Scientific mode.
1116 2005-09-19 Rich Burridge <rich.burridge@sun.com>
1118     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1119       Implemented enhancement request #148104 for arithmetic precedence
1120       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1121       The modulo operation. See entry below for more details.
1123 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1125     * Fixed bug #316382 (http://bugzilla.gnome.org/show_bug.cgi?id=316382)
1126       The "useless" cursor is no longer displayed in the calculator 
1127       display area.
1129 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1131     * Implemented enhancement request #148104 for non-arithmetic precedence
1132       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1133       Added in a modulo operation. This is available in Scientic Mode.
1134       A Mod B return the remainder when you divide A by B. A and B must be
1135       integers. Keyboard shortcut for this operation is "M".
1137 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1139     * Fixed bug #162453 (http://bugzilla.gnome.org/show_bug.cgi?id=162453)
1140       The memory register dialog now uses GtkEntry widgets to display the
1141       register values. Gnopernicus can now correctly speak the contents of 
1142       each memory register. There is also a close button to easily dismiss 
1143       this dialog.
1145 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1147     * Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=312609)
1148       The memory register window is now a dialog rather than a top-level 
1149       window.
1151 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1153     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1154       Fixed bug #311307 (http://bugzilla.gnome.org/show_bug.cgi?id=311307)
1155       Fix to prevent invalid numeric entry in arithmetic operator precedence
1156       mode, depending upon the current base.
1158 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1160     * From yselkowitz at users dot sourceforge dot net
1161       A number of the bison- and flex-related make rules in 
1162       .../gcalctool/Makefile.am were broken when builddir != srcdir. 
1164 2005-08-26 Rich Burridge <rich.burridge@sun.com>
1166     * From dmacks at netspace dot org
1167       Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=314540)
1168       The libparser.a library needs ranlib run on it for Mac OS X.
1170 2005-08-24 Rich Burridge <rich.burridge@sun.com>
1172     * From Diego Petten? <flameeyes at gentoo dot org>
1173       Fixed bug #314375 (http://bugzilla.gnome.org/show_bug.cgi?id=314375)
1174       Replaced usage of malloc.h with stdlib.h in syntax_translation.c
1176 2005-08-22 Rich Burridge <rich.burridge@sun.com>
1178     * Generated release for GNOME 2.12 (RC)
1180     * From Olaf Heiring <olh at suse dot de> (via Rodrigo Moya)
1181       Changed type of argument in paren_disp from char to int for 64bit.
1183 2005-08-11 Rich Burridge <rich.burridge@sun.com>
1185     * Fixed bug #313255 (http://bugzilla.gnome.org/show_bug.cgi?id=313255)
1186       The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1188 2005-08-08 Rich Burridge <rich.burridge@sun.com>
1190     * Generated release for GNOME 2.11.91 (beta2).
1192 2005-08-04  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
1194     * configure.in: Added "te" to ALL_LINGUAS
1196 2005-08-03 Sami Pietila <sampie@ariana-dsl.utu.fi>
1198     * Fixed pr310167. Removed "ans" from the list of translated words.
1199         
1200 2005-07-25 Rich Burridge <rich.burridge@sun.com>
1202       Fixed bug #311306 (http://bugzilla.gnome.org/show_bug.cgi?id=311306)
1203       If the user was in View->Scientific with base Bin, Oct or Hex and 
1204       then went to View->Basic, then returned to View->Scientific, some of
1205       the numeric keys were incorrectly greyed out.
1207 2005-07-19 Rich Burridge <rich.burridge@sun.com>
1209     * From Christian Krause <chkr at plauener dot de>
1210       Fixed bug #310849 (http://bugzilla.gnome.org/show_bug.cgi?id=310849)
1211       Gcalctool no longer crashes when pressing the "B" button (or typing 
1212       Shift-B).
1214 2005-07-18 Rich Burridge <rich.burridge@sun.com>
1216     * Fixed bug #310791 (http://bugzilla.gnome.org/show_bug.cgi?id=310791)
1217       Memory register window view logic was screwed.
1219 2005-07-15 Rich Burridge <rich.burridge@sun.com>
1221     * From Jens Granseuer <jenssgr at gmx dot net>
1222       Fixed bug #310441 (http://bugzilla.gnome.org/show_bug.cgi?id=310441)
1223       Adjusted code to compile with gcc 2.95.2. (There was an assert before
1224       variable declarations in do_tfunc() in functions.c
1226 2005-07-11 Rich Burridge <rich.burridge@sun.com>
1228     * Fixed bug #153854 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1229       When the user changes modes, a warning dialog is displayed to let
1230       them know that their current display will be cleared and the base
1231       reset to decimal. The user has the option of checking a toggle box
1232       on the dialog, that will prevent this warning from being displayed 
1233       again.
1235 2005-07-01 Rich Burridge <rich.burridge@sun.com>
1237     * From Matt Keenan <matt.keenan@sun.com>
1238       Fixed bug #309294 (http://bugzilla.gnome.org/show_bug.cgi?id=309294)
1239       Adjustments to allow gcalctool to successfully build on Solaris with
1240       pkgconfig >= 0.17.1
1242 2005-06-30 Rich Burridge <rich.burridge@sun.com>
1244     * Fixed bug #309182 (http://bugzilla.gnome.org/show_bug.cgi?id=309182)
1245       In non-arithmetic precdence mode, gcalctool can now correctly change
1246       the sign of the exponent on scientific numbers again. The problem was
1247       caused by a chunk of code being removed from the handling of the 
1248       "+/-" case when the arithmetic operator precedence code was merged in.
1250 2005-06-21 Rich Burridge <rich.burridge@sun.com>
1252     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1253       Fixed bug #308408 (http://bugzilla.gnome.org/show_bug.cgi?id=308408)
1254       gcalctool can now correctly convert the hexadecimal numbers "A-F"
1255       to other bases in "use arithmetic operator precedence mode".
1257 2006-06-10  Jordi Mallach  <jordi@debian.org>
1259         * gcalctool/gcalctool.1: Fix two typos (Debian Bug#310356).
1261 2006-06-03  Christian Rose  <menthos@menthos.com>
1263         * configure.in: Added "gl" to ALL_LINGUAS.
1265 2005-05-31 Rich Burridge <rich.burridge@sun.com>
1267     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1268       Fixed bug #305619 (http://bugzilla.gnome.org/show_bug.cgi?id=305619)
1269       Calculations with stored register values in arithmetic operator 
1270       precedence mode, now work correctly.
1272 2005-05-26 Rich Burridge <rich.burridge@sun.com>
1274     * From Christian Krause <chkr at plauener dot de>
1275       Fixed bug #305034 (http://bugzilla.gnome.org/show_bug.cgi?id=305034)
1276       In "Use Arithmetic Precedence" mode, when switching the format 
1277       (e.g. from ENG to FIX), the displayed value switches to zero (in the 
1278       corresponding format, so e.g. 0.0 or 0e+0, ...).
1280 2005-05-25 Rich Burridge <rich.burridge@sun.com>
1282     * Fixed bug #305467 (http://bugzilla.gnome.org/show_bug.cgi?id=305467)
1283       gcalctool no longer crashes under the following scenerio:
1284       - type "f" to bring up the user function menu.
1285       - dismiss the menu by clicking elsewhere with the mouse.
1286       - type another character which isn't in the range "0" to "9".
1288 2005-05-18 Rich Burridge <rich.burridge@sun.com>
1290     * Did a gcalctool tarball release.
1292 2005-05-16 Rich Burridge <rich.burridge@sun.com>
1294     * Fixed bug #304056 (http://bugzilla.gnome.org/show_bug.cgi?id=304056)
1295       Adjusted the keyboard shortcuts for the Xor and x^y operations.
1296       New values are:
1297       Xor - 'x'
1298       x^y - '^'
1300 2005-05-02 Rich Burridge <rich.burridge@sun.com>
1302     * From Paolo Borelli <pborelli at katamail dot com>
1303       Fixed bug #302555 (http://bugzilla.gnome.org/show_bug.cgi?id=302555)
1304       Various gcalctool variables have now been const'ified.
1306 2005-04-21 Rich Burridge <rich.burridge@sun.com>
1308     * From Vincent van Adrighem <adrighem at gnome dot org>
1309       Fixed bug #300957 (http://bugzilla.gnome.org/show_bug.cgi?id=300957)
1310       Replaced the underscore character in "translator_credits" with a
1311       hyphen, to prevent some translation tools from being confused.
1313 2005-04-13 Rich Burridge <rich.burridge@sun.com>
1315     * More work on bug #172704. 
1316       - Adjusted the code to not try to display a menu when the user 
1317         entered a left parentheses (another do_pending() type of 
1318         operation).
1319       - Toggling the "Show Trailing Zeroes" operation via keyboard
1320         shortcuts, needed to clear the v-.pending flag.
1322 2005-04-11 Rich Burridge <rich.burridge@sun.com>
1324     * Fixed up some problems reported by lint.
1326 2005-04-07 Rich Burridge <rich.burridge@sun.com>
1328     * Fixed bug #172704 (http://bugzilla.gnome.org/show_bug.cgi?id=172704)
1329       Fixed bug #172869 (http://bugzilla.gnome.org/show_bug.cgi?id=172869)
1330       When the user now uses the keyboard shortcut for any of the gcalctool
1331       buttons that have a menu associated with them, that menu is now displayed.
1332       The user can use the arrow keys to select a menu item or the menu items 
1333       shortcut.
1335 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1337     * From Alan Horkan <horkana@tcd.ie>
1338       Fixed bug #171393 (http://bugzilla.gnome.org/show_bug.cgi?id=171393)
1339       Allow stock labels to show through. Should make translation that 
1340       little bit easier. 
1342 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1344     * Refixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1345       The Help->Contents menu item no longer appears if gcalctool is built
1346       Gtk-only.
1348 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1350     * Fixed bug #172798 (http://bugzilla.gnome.org/show_bug.cgi?id=172798)
1351       gtk_set_locale was already being run by gtk_init() and the gtk about 
1352       popup didn't have the gcalctool icon.
1354 2005-03-31  Steve Murphy  <murf@e-tools.com>
1356     * configure.in: Added "rw" to ALL_LINGUAS.
1358 2005-03-28  Abel Cheung  <maddog@linuxhall.org>
1360     * configure.in: Added "tr" to ALL_LINGUAS.
1362 2005-03-31 Sami Pietila <sampie@ariana-dsl.utu.fi>
1364     * Fix for bug #172150
1365     * Minor fix: the initial zero value is not anymore used as a
1366       function parameter.
1368 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1370     * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1371       the on-screen keyboard assistive technology, it's possible that the 
1372       event returned by gtk_get_current_event() is NULL. If this is the 
1373       case, we need to fudge the popping up on the menu associated with 
1374       this menu button.
1376 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1378     * Fixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1379       You can now build gcalctool without the GNOME libraries by specifying
1380       "--disable-gnome" on the configure command line.
1382 2005-03-22  Adi Attar  <aattar@cvs.gnome.org>
1384         * configure.in: Added 'xh' to ALL_LINGUAS.
1386 2005-03-19 Sami Pietila <sampie@ariana-dsl.utu.fi>
1388     * Fix for bug #168385
1389     * Minor cleanups
1390         
1391 2005-03-10 Rich Burridge <rich.burridge@sun.com>
1393     * Fixed bug #167479 (http://bugzilla.gnome.org/show_bug.cgi?id=167479)
1394       gcalctool with set the View->Memory Registers menu item inactive if
1395       the calculator is in Basic mode.
1397 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1399     * Fixed bug #169196 (http://bugzilla.gnome.org/show_bug.cgi?id=169196)
1400       gcalctool now uses use g_get_home_dir().
1402     * Added in a better implementation of the trig_filter() routine in 
1403       functions.c
1405     * Fixed bug #168694 (http://bugzilla.gnome.org/show_bug.cgi?id=168694)
1406       gcalctool now saves/restores the ten memory register values as gconf 
1407       resources.
1409     * Removed the redundant process_str() routine in graphics.c
1411 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1413     * Version for GNOME 2.10.0 (final) call for tarballs.
1415 2005-03-07 Irene Ryan <irene.ryan@sun.com>
1416                         (on behalf of Maeve Anslow)
1418         * help/C/gcalctool.xml; updated help manual
1419         * help/C/gcalctool-C.omf; updated OMF file details
1420         * help/C/l10n.txt; updated instructions for L10N
1421         * help/C/figures/gcalctool_basic_window.png; updated screenshot
1422         * help/C/figures/gcalctool_scientific_window.png; updated screenshot
1423         
1424 2005-02-28 Rich Burridge <rich.burridge@sun.com>
1426     * Version for GNOME 2.10.0 (rc1) call for tarballs.
1428 2005-02-27 Rich Burridge <rich.burridge@sun.com>
1430     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1431       Partial fix for bug 168385 
1432       (http://bugzilla.gnome.org/show_bug.cgi?id=168385)
1433       "F+F=" wasn't working in arithmetic operator precedence mode.
1435 2005-02-18 Rich Burridge <rich.burridge@sun.com>
1437     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1438       Changes to make the trigonometric code work with hyp and inv
1439       properly.
1441 2005-02-15 Rich Burridge <rich.burridge@sun.com>
1443     * The fix for bug #162998 was incorrect when in Arithmetic Precedence
1444       mode. Had to remove an extra bogus signal handler that shouldn't
1445       have been connected up for menu-type buttons.
1447     * Exch functionality was incorrect in Arithmetic Precedence mode.
1449     * Left and Right shift operations weren't working correctly. Menu
1450       name comparison in mb_proc() in gtk.c was incorrect.
1452 2005-02-11 Rich Burridge <rich.burridge@sun.com>
1454     * Fixed bug 167124 (http://bugzilla.gnome.org/show_bug.cgi?id=167124)
1455       One of the entries in the words[] array in syntax_translation.c was
1456       accidentally commented out.
1458 2005-02-08 Rich Burridge <rich.burridge@sun.com>
1460     * From Dennis Cranston <dennis_cranston at yahoo com>
1461       Fixed bug 166634 (http://bugzilla.gnome.org/show_bug.cgi?id=166634)
1462       Call to create the About box was missing a NULL terminator.
1464 2005-02-07 Rich Burridge <rich.burridge@sun.com>
1466     * Adjusted all copyright messages to be 2005.
1467     * Version for GNOME 2.10.0 (beta2) call for tarballs.
1469 2005-02-03 Rich Burridge <rich.burridge@sun.com>
1471     * From Naveen & Team < naveenchandranv@gmail.com >
1472       Fixed bug #165522 (http://bugzilla.gnome.org/show_bug.cgi?id=165522)
1473       Made the status bar non-resizable.
1475 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1477     * From Mariano Suárez-Alvarez <msuarezalvarez at arnet dot com dot ar>
1478       Various code cleanups. It moves some declarations of static functions 
1479       to the corresponding .c files. It also cuts down the number of 
1480       included files, moving some includes to where they are needed from 
1481       calctool.h.
1483 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1485     * From Kristof Vansant <de_lupus at pandora dot be>
1486       Adjusted the About dialog to use the latest GtkAbout widget.
1488 2005-01-24 Rich Burridge <rich.burridge@sun.com>
1490     * Version for GNOME 2.10.0 (beta1) call for tarballs.
1492 2005-01-21 Rich Burridge <rich.burridge@sun.com>
1494     * Fixed bug #162998 (http://bugzilla.gnome.org/show_bug.cgi?id=162998)
1495       The "menu" buttons in gcalctool now responds to the "clicked" event
1496       rather than the "button-press-event" to allow gok, the on-screen 
1497       keyboard to function properly.
1499     * Fixed bug #159957 (http://bugzilla.gnome.org/show_bug.cgi?id=159957)
1500       Input number in FIX mode now make mimimal changes to (i.e append a
1501       single character) the display rather than completely delete and
1502       insert it. The is helpful to assistive technologies like gnopernicus.
1504 2005-01-18 Rich Burridge <rich.burridge@sun.com>
1506     * Fixed bug #164184 (http://bugzilla.gnome.org/show_bug.cgi?id=164184)
1507       Adjusted location of comments in syntax_translation.c so that the
1508       L10N message translation software isn't confused.
1510 2005-01-12 Rich Burridge <rich.burridge@sun.com>
1512     * Fixed bug #163468 (http://bugzilla.gnome.org/show_bug.cgi?id=163468)
1513       Pressing "(<Del>)" would cause gcalctool to crash.
1515 2004-01-10 Rich Burridge <rich.burridge@sun.com>
1517     * Version for GNOME 2.9.4 call for tarballs.
1519 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1521     * From Pádraig Brady < P at draigBrady dot com >
1522       Couldn't use the "#" key to select constants as this symbol was
1523       a lower-case symbol on his keyboard.
1525     * From Pádraig Brady < P at draigBrady dot com >
1526       Powers that were a multiple of 30 (10 as well as 3) would not 
1527       display correctly, having a 4 digit significand. Further testing 
1528       showed that without the fix the following powers had a 4 digit 
1529       significand: 27,30, 57,60, 90, 96 (and every 3 from here on). 
1531 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1533     * Fixed bug #161976 (http://bugzilla.gnome.org/show_bug.cgi?id=161976).
1534       configure.in now checks to make sure that atk >= 1.5
1536 2005-01-03 Naveen & Team < naveenchandranv@gmail.com >
1538     * Fixed bug #155101 (http://bugzilla.gnome.org/show_bug.cgi?id=155101).
1539       Made the gcalctool window resizable.
1541 2004-12-21 Rich Burridge <rich.burridge@sun.com>
1543     * Version for GNOME 2.9.3 call for tarballs.
1545 2004-12-17 Rich Burridge <rich.burridge@sun.com>
1547     * Fixed bug #160929 (http://bugzilla.gnome.org/show_bug.cgi?id=160929).
1548       Removed the "Mode" word from each of the different mode menu items 
1549       in the gcalctool View menu.
1551 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1553     * From Hidetoshi Tajima <Hidetoshi dor Tajima at Sun dot COM>
1554       Fixed bug #157701 (http://bugzilla.gnome.org/show_bug.cgi?id=157701).
1555       gcalctool can now use real multiplication and division symbols
1556       instead of "*" and "/". This is done via locale string translations.
1557       There is now a new en_US.po message file included with the
1558       distribution.
1560     * Latest that same day...
1561       Adjusted the multiplication and division entries in the en_US.po
1562       file to be "*' and "/" to stop the Ximian tinderbox build breaking.
1563       This "fix" needs further investigating.
1565 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1567     * Fixed bug #160088 (http://bugzilla.gnome.org/show_bug.cgi?id=160088).
1568       Adjusted the titlebar text so that it doesn't include the word "Mode"
1569       which was getting chopped when the calculator was in Basic mode.
1571 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1573     * Fixed bug #157962 (http://bugzilla.gnome.org/show_bug.cgi?id=157962).
1574       Added in a set of three colors for gcalctool that will work with 
1575       the default theme. To use them, the "gcalctoolrc" file supplied with
1576       the source distribution needs to be moved to ~/.gcalctoolrc
1578 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1580     * Generated gcalctool tarball for the GNOME 2.9.2 release.
1582 2004-11-15 Rich Burridge <rich.burridge@sun.com>
1584     * Fixed bug #158357 (http://bugzilla.gnome.org/show_bug.cgi?id=158357).
1585       Removed the -DGNOME_DISABLE_DEPRECATED and the -DGTK_DISABLE_DEPRECATED
1586       flags from the INCLUDES definition in .../gcalctool/Makefile.am for now,
1587       to allow it to successfully build against the latest GNOME/Gtk+.
1589     * Slight adjustment to correct check the Advanced mode menu item when
1590       the user had previously terminated gcalctool in that mode.
1592     * Adjusted the scroll_right() routine to only scroll right if the 
1593       horizontal scroll bar is visible.
1595 2004-11-14 Rich Burridge <rich.burridge@sun.com>
1597     * Changed the names of the gconf mode type key so that there is
1598       backward compatibility. Old key name was "mode". New key name
1599       id "modetype".
1601     * Reset the initial default mode to BASIC.
1603 2004-11-11 Rich Burridge <rich.burridge@sun.com>
1605     * From Sebastien Estienne <sebastien dot estienne at gmail.com>
1606       Changes to add in a very basic mode for gcalctool. Rather than calling
1607       this a "Light" mode, the existing "Basic" mode is now renamed to
1608       "Advanced" and the new basic mode is called "Basic".
1610       Took a different approach from Sebastien in implementing this, so that
1611       I could easily add in an extra row of buttons over what he'd sent in 
1612       his patch.  These are Bksp, CE, Clr and +/- (change sign).
1614     * Fixed bug #157757 (http://bugzilla.gnome.org/show_bug.cgi?id=157757)
1615       The horizontal scrollbar for the display area will now only be visible
1616       when needed. It will also display the rightmost part of the display
1617       as you are entering new input.
1619 2004-11-04 Sami Pietila <sampie@ariana-dsl.utu.fi>
1621     * Converted parsers to use calc_xpowy() instead of mppwr2().
1622     * Addressed some compiler warnings
1624 2004-11-03 Rich Burridge <rich.burridge@sun.com>
1626     * Partial fix for bug #157021 
1627       (http://bugzilla.gnome.org/show_bug.cgi?id=157021).
1628       Changes have been added to fix this for non-arithmetic precedence mode.
1629       for x ^ y, if x is negative and y is an integer, then the mppwr() MP
1630       routine is used instead of mppwr2(). Added a new calc_xpowy() routine 
1631       in mpmath.c to do this calculation. Also added a show_error() routine
1632       to functions.c to display the error in the status bar if the user
1633       enters -X with non-integer Y.
1635 2004-11-02 Sami Pietila <sampie@ariana-dsl.utu.fi>
1637     * -x^y was intepreted -(x^y). Fixed. 
1638     * Also removed implicit multiplication as it caused problems.
1640 2004-11-01 Rich Burridge <rich.burridge@sun.com>
1642     * Generated gcalctool tarball for first GNOME 2.9 release.
1644 2004-10-15 Sami Pietila <sampie@ariana-dsl.utu.fi>
1646     * Fixed pr 148639.  
1648 2004-09-30 Rich Burridge <rich.burridge@sun.com>
1650     * Slight adjustment to bug #152301
1651       (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
1652       The tooltip message had been tweaked to 
1653       "Show the About Gcalctool dialog".
1655 2004-09-28 Pawan Chitrakar 
1657         * configure.in: Added "ne" Nepali in ALL_LINGUAS
1659 2004-09-27 Rich Burridge <rich.burridge@sun.com>
1661     * From Christian Rose <menthos at menthos dot com>
1662       Fixed bug #152301 (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
1663       Adjusted the tooltip message for Help->About... from "Show about help"
1664       to "Show the about dialog", to make it more understandable.
1666 2004-09-27 Rich Burridge <rich.burridge@sun.com>
1668     * From Heikki Tauriainen <heikki dot tauriainen at hut dot fi>
1669       Fixed bug #153726 (http://bugzilla.gnome.org/show_bug.cgi?id=153726)
1670       Gcalctool will now build correctly when using the -fno-common option 
1671       for gcc (3.3.4).
1673 2004-09-26 Sami Pietila <sampie@ariana-dsl.utu.fi>
1675     * Numerical localization (and thousand separator) disabled if an expression
1676       with parenthesis is entered in non-arithmetic precedence mode.
1677       
1678 2004-09-24 Rich Burridge <rich.burridge@sun.com>
1680     * If the accuracy was changed via one of the ten preset menu items
1681       in the Acc menu, the tooltip wasn't getting correct updated with 
1682       the new accuracy.
1684 2004-09-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
1686     * Numerical answer localization and thousand separator support
1687       for arithmetic precedence mode.
1689 2004-09-02 Rich Burridge <rich.burridge@sun.com>
1691     * Fixed rfe #147803 (http://bugzilla.gnome.org/show_bug.cgi?id=147803)
1692       Further changes to the "Set Precision" popup.
1693       - "Significant places" not "Significant Places".
1694       - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is
1695         the current precision, and be in the same radio box group as 
1696         the other menu items. Check the appropriate menu entry
1697       - Adjust the Acc button tooltip to show the current accuracy too.
1698       - When the user attempts to enter an invalid entry in the Set 
1699         Precision popup, an error message is shown in the main gcalctool 
1700         status bar.
1701       - the other Acc radio button items (0-9) need to have mnemonics (_0,
1702         _1 ...).
1704     * From Jens Granseuer (jensgr at gmx dot net)
1705       Fixed bug #152790 (http://bugzilla.gnome.org/show_bug.cgi?id=152790)
1706       Most of the changes needed were already in CVS; there was one compiler
1707       warning that still needed to be removed.
1709     * Storing the display value to a memory register was not updating the
1710       memory register window, if it was visible.
1712 2004-09-02 Rich Burridge <rich.burridge@sun.com>
1714     * Added in functionality to set the number of significant places > 9.
1715       There is a new menu item under the Acc menu called "Set Precision..."
1716       that brings up a small popup allowing you to set precision between 0
1717       and MAXACC significant places (where MAXACC is currently 30).
1719 2004-09-08  Gora Mohanty  <gmohanty@cvs.gnome.org>
1720                                                                                 
1721         * configure.in: Added 'or' to ALL_LINGUAS.
1723 2004-08-24 Breda McColgan <breda.mccolgan@sun.com>
1725         * help/C/gcalctool.xml: Updated for GNOME 2.8, technical review draft   * help/C/gcalctool-C.omf: Updated for GNOME 2.8
1726         * help/C/l10n.txt: Updated for GNOME 2.8
1727         * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.8
1729 2004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
1731         * configure.in: Add Â«nb» to ALL_LINGUAS.
1733 2004-08-16  Christian Rose  <menthos@menthos.com>
1735         * configure.in: Added "bs" to ALL_LINGUAS.
1737 2004-08-02 Rich Burridge <rich.burridge@sun.com>
1738     
1739     * Refixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
1740       This time removed the .../help/<locale>omf_timestamp files as well.
1742 2004-08-01 Sami Pietila <sampie@ariana-dsl.utu.fi>
1744     * (Re)implemented paste functionality.
1746 2004-07-27 Rich Burridge <rich.burridge@sun.com>
1748     * Fixed up numerous warnings generated by running lint on the gcalctool
1749       code. Removed unused variables and functions. Declared routines
1750       statically where possible.
1752 2004-07-27 Rich Burridge <rich.burridge@sun.com>
1754     * From Joe Marcus Clarke (marcus at freebsd dot org)
1755       Fixed bug 148581 (http://bugzilla.gnome.org/show_bug.cgi?id=148581)
1756       Changes to get latest gcalctool compiling on a BSD system.
1758 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1760     * Added various filenames to .../gcalctool/.cvsignore.
1761     * Added mkinstalldirs so that I could successfully do a "make dist"
1762       on my Solaris machine.
1763     * Removed ChangeLog-NG and FIXME references from Makefile.am
1764     * Version 5.5.0 released.
1766 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1768     * Added:
1769       gcalctool/mpmath.c
1770       gcalctool/syntax_translation.c
1771       to ../po/POTFILES.in (thanks Marcel Telka!).
1773 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1775     * Fixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
1776       Removed the unwanted ...omf.out files from under the .../help/
1777       directories, an artifact of the gcalctool-ng branch merge.
1778       Removed the unwanted Makefile and Makefile.in files from the same
1779       directories.
1781 2004-07-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
1782     * Menu option "Arithmetic Precedence" mode is disabled on error condition.
1783     * Remove goto commands from do_expression()
1785 2004-07-22 Sami Pietila <sampie@ariana-dsl.utu.fi>
1787     * Error is reported and input not accepted if a number exceeds 40 chars.
1788     * Added e+ and e- notation support to ce_tokeniser.
1789     * xh, xd, xb and xo support removed (from ce_tokeniser), where x is a number.
1790     * Empty input is always displayed as zero.
1791     * Removed some redundant #ifdefs
1792     * Applied a patch from Rich Burridge. The patch removes goto from exp_del_char()
1793     * Changed macro N_() to _() from statusbar entries.
1794     * Postfix operations can now use empty (zero) expression as a operator
1796 2004-07-19 Rich Burridge <rich.burridge@sun.com>
1798     * Added in function prototypes to fixup warning messages from the compiler.
1799     * Added a final newline in both .l files, so that they could be correctly
1800       compiled on a Solaris machine.
1801     * Removed the "[Experimental]" from the titleline.
1803 2004-07-19 Rich Burridge <rich.burridge@sun.com>
1805     * Removed ChangeLog-NG. It's not needed.
1806     * Added the contents of FIXME to the TODO file and removed
1807       FIXME.
1808     * Added Copyright comments to the source files that didn't have
1809       them.
1810     * Adjusted the C code to the "One True Style". If/when you take over
1811       ownership of gcalctool, I'm happy for you to revert it to whatever
1812       style you like, but while I've got to maintain it, then all the source
1813       code will be a consistent style. Sorry.
1814     * Removed commented out C code or code surronded by "#if 0". It just 
1815       leads to confusion. Look at the previous versions in CVS history if 
1816       you need to see what was there.
1817     * Adjusted code so that line length is less than 80 characters (wherever
1818       possible).
1819     * Adjusted comments to "/* ... */" style. The "// ..." style is not
1820       recognized by default with the Sun compiler.
1821     * Removed all Tabs. Tabs are evil.
1822     * Indentation is four spaces not two.
1823     * Added blank lines where appropriate to make the code more readable.
1824     * Adjusted code to define variables at the top of a routine.
1825     * Remove the "Next Generation (Experiemental)" from the about box.
1826     * Changed copyright dates to include 2004.
1827     * Removed the "word:" Gnuism from the words[] struct in 
1828       syntax_translation.c. Similar problems with another struct in the
1829       same source file.
1831 2004-06-18 Christian Neumair <chris@gnome-de.org>
1833      * gcalctool/functions.c, gcalctool/graphics.c: s/precedencer/precedence/
1835      * gcalctool/gtk.c: Mark missing GtkActionEntry entries in menu entry
1836      array for translation.
1838      * (create_kframe): Call gtk_action_group_set_translation_domain to enable
1839      menu i18n.
1841 2004-06-18 Archana Shah <archana.shah@wipro.com>
1843      * gcalctool/gtk.c: Following functions added.
1845      * (gcalc_window_get_menu_items): Function to get the menu_items for actions
1846        which are having icons associated with them.
1848      * (gcalc_window_have_icons_notify): Function to be notified when key
1849        '/desktop/gnome/interface/menus_have_icons' toggles.
1851      * (gcalc_window_set_unset_image): Based on the value of above mentioned 
1852        gconf key, icons will be set/unset.
1854      * Fixes bug#144596 
1856         
1857 2004-06-14 Sami Pietila <sampie@ariana-dsl.utu.fi>
1859     * Merge from NG-branch.
1860         
1861 2004-06-14 Rich Burridge <rich.burridge@sun.com>
1863     * Remainder of the fix for bug #143924.
1864       http://bugzilla.gnome.org/show_bug.cgi?id=143924
1865       Control-T shouldn't work in Basic or Financial modes. 
1866       I should have been using:
1868         g_object_set(gtk_ui_manager_get_action(X->ui, i),  \
1869                      "sensitive", state, NULL);
1871       rather than:
1873         gtk_widget_set_sensitive(gtk_ui_manager_get_widget(X->ui, i), state)
1875       to set the [in]activeness state of the various menubar menu items.
1877 2004-06-11 Rich Burridge <rich.burridge@sun.com>
1879     * Partial fix for bug #143924.
1880       http://bugzilla.gnome.org/show_bug.cgi?id=143924
1881       After an error condition, the "Show Trailing Zeroes" menu item is
1882       only activated if the user is in Scientific mode.
1884 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1886     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
1887       In Basic or Financial mode, "Error" was been incorrectly display if
1888       you user has "Show Thousands Separator" set.
1890 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1892     * Fixed bug 144031 (http://bugzilla.gnome.org/show_bug.cgi?id=144031)
1893       gcalctool checked for the presence of the X11 libraries but doesn't
1894       need to. Checks removed from configure.in.
1896 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1898     * Selecting Help->About from the menubar wasn't doing anything. 
1899       With the switch to using the GtkUIManager, the hooks to link 
1900       up to the about_cb were incorrect.
1902 2004-06-01 Rich Burridge <rich.burridge@sun.com>
1904     * Adjusted the creation of the Accuracy and Left/Right shift menus
1905       from GtkItemFactory to GtkUIManager. 
1907       With this change, the -DGTK_DISABLE_DEPRECATED flag can now be 
1908       added back into .../gcalctool/gcalctool/Makefile.am.
1910 2004-05-29 Rich Burridge <rich.burridge@sun.com>
1912     * Adjusted the menubar creation in gtk.c from GtkItemFactory to
1913       GtkUIManager. 
1915 2004-05-29  Christian Rose  <menthos@menthos.com>
1917     * configure.in: Added "tk" to ALL_LINGUAS.
1919 2004-05-26 Rich Burridge <rich.burridge@sun.com>
1921     * Fixed bug 142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1922       gcalctool now correctly recognizes the localized decimal point
1923       character by explicitly checking to see if the keyboard event keyval
1924       matches what's returned by localeconv()->decimal_point.
1926 2004-05-25 Udayan Kumar <udayan_kumar@da-iict.org>
1928     * From Rich Burridge <rich.burridge@sun.com>
1929       Fixed bug 136119 (http://bugzilla.gnome.org/show_bug.cgi?id=136119)
1930       gcalctool/calctool.c : structure button b_bottons 
1931       Added code for paranthesis in place of empty space
1933 2004-05-23 Rich Burridge <rich.burridge@sun.com>
1935     * From Michael Terry <mterry@fastmail.fm>
1936       Fixed bug 129397 (http://bugzilla.gnome.org/show_bug.cgi?id=129397)
1937       gcalctool.desktop.in, gcalctool/Makefile.am, gcalctool/gtk.c:
1938       Use GtkIconTheme to load gcalctool icon instead of built-in image.
1940 2004-05-21 Rich Burridge <rich.burridge@sun.com>
1942     * From Balamurali Viswanathan  <balamurali viswanathan at wipro dot com>
1943       Fixed bug 142888 (http://bugzilla.gnome.org/show_bug.cgi?id=142888)
1944       gcalctool is now connected to the "die" signal so that it can be
1945       successfully terminated when removed from gnome-session-properties.
1947 2004-05-21 Rich Burridge <rich.burridge@sun.com>
1949     * Change suggested by Ron Jenkins.
1950       The "Bsp" (Backspace) button has been relabeled "Bksp" to make it
1951       more understandable. The gcalctool man pages have been updated to
1952       reflect this change. The online help will be updated at GNOME 2.8
1953       release time (see bug #138367).
1955 2004-05-17  Dan Winship  <danw@novell.com>
1957     * gcalctool/calctool.c: s/malloc.h/stdlib.h/
1959 2004-05-17 Padraig O'Briain <padraig.obriain@sun.com>
1961     * gcalctool/caltool.h: Add second argument to set_display to specify 
1962       whether to mminimize changes.
1964     * gcacltool/calctool.c gcalctool/display.c gcaltool/functions.c: 
1965       Add second argument to calls to set_display. It is set to TRUE only 
1966       when adding a digit after pressing caclulator button or deleting 
1967       digit after pressing backspace.
1969     * gcacltool/gtk.c (set_display): Implement second argument
1970       minimize changes. Do nothing if display is not being changed.
1972       Fixes bug #134376.
1974      [Note that with this change, gcalctool now requires the Gtk that 
1975       comes with GNOME 2.6 or later in order to build].
1977 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
1979     * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
1981 2004-03-28 Rich Burridge <rich.burridge@sun.com>
1983     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
1984       If the "Error" message is being displayed, it is now no longer
1985       incorrectly displayed as "Er,ror" if the "Show Thousands Separator"
1986       is on.
1988 2004-03-28 Rich Burridge <rich.burridge@sun.com>
1990     * Fixed bug 135068 (http://bugzilla.gnome.org/show_bug.cgi?id=135068)
1991       Adjusted several default constant descriptions to be more 
1992       understandable.
1994 2004-03-28 Rich Burridge <rich.burridge@sun.com>
1996     * Fixed bug 135065 (http://bugzilla.gnome.org/show_bug.cgi?id=135065)
1997       Tooltips for OR, AND, NOT, XOR and XNOR have been changed from
1998       "Logical <whatever>" to "Bitwise <whatever>".
2000 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2002     * Fixed bug 136872 (http://bugzilla.gnome.org/show_bug.cgi?id=136872)
2003       gcalctool can now be built with "CFLAGS=-fdata-sections".
2005 2004-03-22 Rich Burridge <rich.burridge@sun.com>
2007     * Version for GNOME 2.6 (FINAL) call for tarballs.
2009 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
2011     * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
2013 2004-03-18  Gareth Owen <gowen72@yahoo.com>
2015     * configure.in: Added en_GB to ALL_LINGUAS
2017 2004-03-15 Glynn Foster  <glynn.foster@sun.com>
2018         
2019    * configure.in, Makefile.am: Add localized online user documentation
2020      from the Sun translation team.
2021    * help/*: Online user documentation for de, es, fr, it, ja, ko, sv, zh_CN,
2022      zh_HK and zh_TW.
2024 2004-03-13 Alexander Shopov <ash@contact.bg>
2026    * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
2028 2004-03-08 Alastair McKinstry <mckinstry at computer dot org>
2030    * configure.in: Added ga ("Irish") to ALL_LINGUAS.
2032 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2034     * One more slight adjustment to the fix for bug 135064 
2035       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2036       Entering numbers that start with the numeric point character ('.")
2037       are now visibly displayed.
2039 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2041     * Adjustment to the fix for bug 135064 
2042       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2043       Fix to remove a potential spurious initial thousands separator 
2044       character after a change sign operation.
2046 2004-02-25  Tomasz Kłoczko <kloczek@pld.org.pl>
2048     * Makefile.am: in configure.in is used AM_GCONF_SOURCE_2. Part of this
2049       aclocal macro allow disable/enable install schama files in make
2050       install target schemas in GConf database. Pass
2051       --disable-schemas-install in configure parameters disable defines by
2052       AM_CONDITIONAL() GCONF_SCHEMAS_INSTALL variable for allow in
2053       Makefile.am files run gconftool-2 for update GConf database
2054       conditionaly. This fix enables run gconftool-2 in install-data-local
2055       only if GCONF_SCHEMAS_INSTALL variable is defined .. so now passing in
2056       configure parameters --disable-schemas-install switch now works perfectly :)
2058       * Makefile.am, gcalctool/Makefile.am: minor cleanups
2059       s#@VARIABLE@#$(VARIABLE)#
2061 2004-02-26  Miloslav Trmac <mitr at volny dot cz>
2063     * Fixed bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2064       Changing the sign of a large number (when "Show Thousands Separator"
2065       is on and this is not the C locale), no longer corrupts the display.
2066       The fix involved resetting all the internal calculations in gcalctool
2067       to be done in the C locale, and then localized (radix character and
2068       thousands separator), just before the number is displayed.
2070 2004-02-24  Rich Burridge <rich.burridge@sun.com>
2072     * Fixed bug 135328 (http://bugzilla.gnome.org/show_bug.cgi?id=135328)
2073       Added Shift-slash as a recognized alternate for the divide operation
2074       (needed by the be-latin1 keyboard layout).
2076 2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>
2078     * configure.in: Added Thai (th) to ALL_LINGUAS.
2080 2004-02-21  Christian Rose  <menthos@menthos.com>
2082     * configure.in: Added "en_CA" to ALL_LINGUAS.
2084 2004-02-18  Rich Burridge <rich.burridge@sun.com>
2086     * Fixed bug 134540 (http://bugzilla.gnome.org/show_bug.cgi?id=134540)
2087       gcalctool now correctly handles the digits 0123456789 which are
2088       shifted about the accented characters on a French keyboard.
2090 2004-02-17  Rich Burridge <rich.burridge@sun.com>
2092     * Fixed bug 134484 (http://bugzilla.gnome.org/show_bug.cgi?id=134484)
2093       Doing "3 x! x! x!" no longer causes gcalctool to lock up.
2095 2004-02-11 Breda McColgan <breda.mccolgan@sun.com>
2097     * Updated the following files due to fix for bug 133764 
2098       (http://bugzilla.gnome.org/show_bug.cgi?id=133764
2099            * help/C/gcalctool.xml
2100            * help/C/gcalctool-C.omf
2101            * help/C/figures/gcalctool_basic_window.png
2102            * help/C/figures/gcalctool_scientific_window.png
2104 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2106     * Fixed bug 133764 (http://bugzilla.gnome.org/show_bug.cgi?id=133764)
2107       - "Gradients" was still appearing when in Scientific mode (instead 
2108         of "Gradians".
2109       - In the x^2 button, the 2 should not be italicized.
2110       - In the x^2 and x^y buttons, the x should be italicized.
2111       - The View Thousands Separator menu item should not remain active 
2112         during an error condition.
2114 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2116     * Fixed bug 133590 (http://bugzilla.gnome.org/show_bug.cgi?id=133590)
2117       The About box now lists the documenters of gcalctool.
2119 2004-02-07 Breda McColgan <breda.mccolgan@sun.com>
2121     * help/C/gcalctool.xml: Updated for GNOME 2.6, technical review draft
2122     * help/C/gcalctool-C.omf: Updated for GNOME 2.6
2123     * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.6
2124     * help/C/figures/gcalctool_financial_window.png: Updated for GNOME 2.6
2125     * help/C/figures/gcalctool_scientific_window.png: Updated for GNOME 2.6
2127 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2129     * Fixed bug 132582 (http://bugzilla.gnome.org/show_bug.cgi?id=132582)
2130       Adjusted the gcalctool titlebar to use a hyphen (rather than square
2131       brackets) to show what mode the user is currently using.
2133 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2135     * Fixed bug 132570 (http://bugzilla.gnome.org/show_bug.cgi?id=132570)
2136       Adjusted UI to use spacing to delineate groups rather than frames
2137       (per the HIG).
2139 2004-01-22  Rich Burridge <rich.burridge@sun.com>
2141     * Fixed bug 131571 (http://bugzilla.gnome.org/show_bug.cgi?id=131571)
2142       User defined constants are now read/written out (as gconf resources)
2143       with no thousands separator and with a radix of ".".
2145 2004-01-16  Rich Burridge <rich.burridge@sun.com>
2147     * Fixed bug 131594 (http://bugzilla.gnome.org/show_bug.cgi?id=131594)
2148       The "Insert ASCII View..." menu item and the "Insert" button no
2149       longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
2151 2004-01-07  Alexander Nedotsukov <bland at mail dot ru>
2153     * Fixed bug 131059 (http://bugzilla.gnome.org/show_bug.cgi?id=131059)
2154       Fix to allow the thousands separator to be used correctly with the
2155       creation of the initial constant values in the Russian locale.
2157 2004-01-07  Rich Burridge <rich.burridge@sun.com>
2159     * Fixed bug 130078 (http://bugzilla.gnome.org/show_bug.cgi?id=130078)
2160       Changed the y^x button label to x^y (really x superscript y). Adjusted
2161       the tooltip message to "Raise displayed value to the power of y".
2163 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2165     * Fixed bug 130282 again (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2166       Needed to remove the "|| tsep[0] == '\0'" check from the get_tsep()
2167       routine in order to get the thousands separator to correctly work in
2168       all locales. Note that there is no thousands separator now for the C 
2169       locale.
2171 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2173     * Fixed part of bug 126125 
2174       (http://bugzilla.gnome.org/show_bug.cgi?id=126125). If the user
2175       entered: "1+(2()<backspace>)", this resulted in an answer of 0.
2176       When the user backspaced over the ")" character, v->noparens should
2177       have been incremented.
2179 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2181     * Fixed bug 130187 (http://bugzilla.gnome.org/show_bug.cgi?id=130187)
2182       When gcalctool changes modes now, it's internal state and the display
2183       are cleared.
2185 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2187     * Fixed bug 130282 (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2188       Fixes for more problems with the thousands separator in certain
2189       locales, plus correct handling of the radix character with the initial
2190       constant values.
2192 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2194     * Fixed bug 128603 again (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2195       The solution this time was to duplicate the initial string constant
2196       values to be confident that they are not in read-only memory.
2198 2004-01-03  Sanlig Badral  <badral@openmn.org>
2200     * configure.in: Added "mn" to ALL_LINGUAS.
2202 2004-01-03  Robert Sedak  <robert.sedak@sk.htnet.hr>
2204     * configure.in: Added "hr" in ALL_LINGUAS.
2206 2003-12-26  Fernando Herrera  <fherrera@onirica.com>
2208     * gcalctool.desktop.in: added X-GNOME-Bugzilla-OtherBinaries
2210 2003-12-24  à¸¥à¸ygimantas Beruฤka  <uid0@tuxfamily.org>
2212     * lt.po: Added "lt" to ALL_LINGUAS.
2214 2003-12-22  Miloslav Trmac <mitr at volny dot cz>
2216     * Fixed bug 129539 (http://bugzilla.gnome.org/show_bug.cgi?id=129539)
2217       The thousands separator is a null terminated string, not a single
2218       character. Same for the radix. Adjusted various functions to handle
2219       this. Note that in the C locale, nl_langinfo(THOUSEP) returns an empty
2220       string, so get_tsep() has been adjusted to return "," for that case.
2221       If nl_langinfo(RADIXCHAR) returns an empty string (it shouldn't do),
2222       then get_radix() will return ".".
2224 2003-12-20  Arafat Medini <lumina@silverpen.de>
2226     * ar.po: Added Arabic Locale "ar" to ALL_LINGUAS
2228 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2230     * Fixed bug 129496 (http://bugzilla.gnome.org/show_bug.cgi?id=129496)
2231       "Gradients" should be "Gradians".
2233 2003-12-16 Mohammad DAMT  <mdamt@bisnisweb.com>
2235     * configure.in: Added "id" in ALL_LINGUAS
2236     * po/id.po: Indonesian translation by Ahmad Riza H Nst <ari@160c.afraid.org>
2238 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2240     * Fixed bug 128603 (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2241       The changes for enhancement request #126626 which added thousands 
2242       separator support caused a crash at startup time on a Debian system. 
2243       The initial constant strings are being put in read-only memory either 
2244       by gcc (or because of the way that x86 arch is designed). This was 
2245       not a problem when tested with the Sun compilers on a Solaris SPARC 
2246       machine.  The remove_tsep() routine is display.c has been rewritten 
2247       to correctly handle this.
2249 2003-12-04  Iรฑaki Larraรฑaga <dooteo@euskalgnu.org>
2251     * configure.in: Added Basque (eu) to ALL_LINGUAS.
2253 2003-12-03  Rich Burridge <rich.burridge@sun.com>
2255     * Further work on enhancement request 125873
2256       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2257       As the user is typing in input, the display will now show the
2258       thousands separator (if checked).
2260 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2262     * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2263       This keyval/state pair needed to be added to the Xor recognized mappings.
2265 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2267     * Re-fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2268       The fix for Shift-"=" should have been for GDK_equal not GDK_Return.
2269       Needed to add in support for Shift-"/" too.
2271 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2273     * Implemented enhancement request 125873
2274       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2275       gcalctool can now optionally show the thousands seperator character
2276       for fixed point numbers displayed in the decimal base. Same for
2277       numbers stored in the memory registers. There is a new "Show 
2278       Thousands Separator" menu entry in the View menu to set this.
2280 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2282     * Fixed bug 126626 (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2283       gcalctool no longer causes a Gtk-CRITICAL error when the user enters
2284       "9*(1<Xor>". The problem was caused because a non-UTF character was
2285       being inserted into the text string to be displayed for the Xor
2286       function.
2288 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2290     * Fixed bug 125782 (http://bugzilla.gnome.org/show_bug.cgi?id=125782)
2291       If the user is entering a left parenthesis and it is the first one 
2292       being displayed and there is no current arithmetic operand, then 
2293       the current display is initially cleared to avoid the confusion of 
2294       showing something like "0(".
2296 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2298     * Fixed bug 127862 (http://bugzilla.gnome.org/show_bug.cgi?id=127862)
2299       The fix for bug #125625 introduced a potential out-of-order case
2300       for users who are rapid keyboard typers. This bug fix rectifies this
2301       with the unfortunate side-effect of no longer visual toggling the 
2302       equivalent button to the keyboard character that the user entered.  
2303       This fix is still compatible with the way the accessibility 
2304       infrastructure works though.
2306 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2308     * Fixed bug 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2309       For the "1/x", "x^2", "x!", "e^x", "10^x" and "y^x" labels, all 
2310       occurances of "x" and "y" are now italicized. The "e" in "e^x" 
2311       is no longer italicized.
2313 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2315     * Fixed bug 127316 (http://bugzilla.gnome.org/show_bug.cgi?id=127316)
2316       The "fix" introduced in gcalctool v4.1.18 to fix Sun Bugtraq bug 
2317       #1258472 against CDE dtcalc (which was also a problem with gcalctool)
2318       was incorrect.
2320 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2322     * Fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2323       The "=" key on a Swedish keyboard is on the upper level of a key 
2324       (i.e. the Shift key needs to be down). Added another mask/keysym 
2325       pair to the "=" entry in calctool.c to handle this.
2327 2003-11-07  Rich Burridge <rich.burridge@sun.com>
2329     * Fixed bug 125625 (http://bugzilla.gnome.org/show_bug.cgi?id=125625)
2330       gcalctool now handles "clicked" events rather than "pressed" ones.
2332 2003-10-20  Kjartan Maraas <kmaraas@gnome.org>
2334     * Fixed bug 124928 (http://bugzilla.gnome.org/show_bug.cgi?id=124928)
2335       Plugged several memory leaks.
2337 2003-10-13  Breda McColgan  <breda.mccolgan@sun.com>
2339     * Updated the following files:
2340         * help/C/gcalctool.xml: updated based on bug 123132
2341         * help/C/gcalctool-C.omf: updated manual date and version number
2342         * help/C/l10n.txt: updated manual version number and changes summary
2344 2003-10-13  Rich Burridge <rich.burridge@sun.com>
2346     * Fixed bug 124377 (http://bugzilla.gnome.org/show_bug.cgi?id=124377)
2347       Fixed rounding errors when the radix character for a locale isn't ".".
2348       The problem was in the first parameter passed to the MPstr_to_num() 
2349       routine. "0.5" should have been a string consisting of 
2350       SPRINTF(half, "0%c5", v->radix_char);
2352 2003-10-10  Rich Burridge <rich.burridge@sun.com>
2354     * Fixed bug 124172 (http://bugzilla.gnome.org/show_bug.cgi?id=124172)
2355       The "+" character on a German keyboard is on the lower level of a
2356       key (i.e. the Shift key doesn't need to be down). Added another
2357       mask/keysym pair to the "+" entry in calctool.c to handle this.
2359 2003-10-06  Rich Burridge <rich.burridge@sun.com>
2361     * Fixed bug 120737 (http://bugzilla.gnome.org/show_bug.cgi?id=120737)
2362       Changed the accessible text for the OR button from "Logical OR" to
2363       "logical OR" so that it's not changed by FreeTTS's token to words
2364       module to "logical Oregon".
2366 2003-10-06  Kaushal Kumar <kaushal.kumar@wipro.com>
2368     * gcalctool/Makefile.am: GtkItemFactory has been depricated.
2369       Remove the GTK_DISABLE_DEPRECATED flag. Fixes #123948.
2371 2003-10-03  Rich Burridge <rich.burridge@sun.com>
2373     * Fixed bug 123724 (http://bugzilla.gnome.org/show_bug.cgi?id=123724)
2374       Hitting Esc now does the same as hitting Control-Backspace; i.e. the
2375       CE (clear entry) functionality.
2377     * Updated the gcalctool man pages to reflect this change, and the changes
2378       for bug #118826.
2380 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2382     * Refixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2383       gcalctool now uses nl_langinfo() to get the numeric point for the
2384       users locale, rather than via a localised string.
2386 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2388     * Fixed enhancement 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2389       Changed that label for e^x (e superscript x) to use an italised "e".
2391 2003-09-24  Rich Burridge <rich.burridge@sun.com>
2393     * Fixed bug 118826 (http://bugzilla.gnome.org/show_bug.cgi?id=118826)
2394       The keyboard shortcuts for the six hex. digits are now "A" to "F".
2395       The functions that previously used those letters have been reassigned
2396       to their lowercase equivalents. These were:
2398         Accuracy                      (now "a")
2399         Change Sign                   (now "c")
2400         Double-declining depreciation (now "d")
2401         Exponential                   (now "e")
2402         User-defined functions        (now "f")
2404       Note that left or right shifting 10-15 places now uses the 'A' to
2405       'F' keyboard accelerators (rather than 'a' to 'f').
2407 2003-09-17  Rich Burridge <rich.burridge@sun.com>
2409     * Fixed bug 122408 (http://bugzilla.gnome.org/show_bug.cgi?id=122408)
2410       The tooltips for the numeric buttons (0-9) have been removed as they
2411       are redundant.
2413 2003-09-17  Fatih Demir <kabalak@gtranslator.org>
2415     * configure.in: Added "ta" (Tamil) to the languages' list.
2417 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2419     * Fixed bug 120749 (http://bugzilla.gnome.org/show_bug.cgi?id=120749)
2420       When gcalctool is displaying a menu, typing Alt+Tab can no longer
2421       switch windows. The menu_button_key_press_cb() routine in gtk.c
2422       needed to return TRUE if the event->keyval was a Space.
2424 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2426     * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2427       Accessible names have now been added to each of the widgets in the 
2428       mode panel when in Scientific mode.
2430 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2432     * Fixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2433       The decimal separator is now a translatable string so that other
2434       locales that don't use a period (Italian uses a comma for example),
2435       can adjust accordingly.
2437 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2439     * Fixed bug 120605 (http://bugzilla.gnome.org/show_bug.cgi?id=120605)
2440       Gcalctool contains lots of messages that are (potentially) only 
2441       displayed if the user starts the application with either the -D or 
2442       the -E command line options. As these are debugging messages, they 
2443       need not be translated, so the _(...) macros around them have been 
2444       removed.
2446 2003-09-09  Andras Timar  <timar@gnome.hu>
2448     * configure.in: Added Hungarian (hu) to ALL_LINGUAS.
2450 2003-09-08  Pablo Saratxaga  <pablo@mandrakesoft.com>
2452     * configure.in: Added Farsi (fa), Macedonian (mk) and Vietnamese (vi)
2453       to ALL_LINGUAS
2455 2003-09-08  Glynn Foster  <glynn.foster@sun.com>
2457     * configure.in: Version 4.3.3
2459 2003-09-08  Mugurel Tudor  <mugurelu@go.ro>
2461     * configure.in: Added "ro" to ALL_LINGUAS.
2463 2003-09-07  Sami Pesonen  <sampeson@iki.fi>
2465     * configure.in: Added "fi" to ALL_LINGUAS.
2467 2003-09-05  Laurent Dhima  <laurenti@alblinux.net>
2469     * configure.in: Added "sq" to ALL_LINGUAS.
2471 2003-08-27  Marcel Telka  <marcel@telka.sk>
2473     * configure.in (ALL_LINGUAS): Added sk.
2475 2003-08-23  Ole Laursen  <olau@hardworking.dk>
2477     * configure.in: Added "da" (Danish) to ALL_LINGUAS.
2479 2003-08-18  Rich Burridge <rich.burridge@sun.com>
2481     * Fixed bug 119888 (http://bugzilla.gnome.org/show_bug.cgi?id=119888)
2482       gcalctool keyboard handling has been improved.
2484 2003-08-16  Guntupalli Karunakar  <karunakar@freedomink.org>
2486     * configure.in: Added "hi" in ALL_LINGUAS.
2488 2003-08-14  Rich Burridge <rich.burridge@sun.com>
2490     * From Dennis Cranston  <dennis_cranston at yahoo com>
2491       Fixed bug 119832 (http://bugzilla.gnome.org/show_bug.cgi?id=119832)
2492       The space bar can now correctly activate the button that has focus.
2494 2003-08-08  Rich Burridge  <rich.burridge@sun.com>
2496     * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2498 2003-08-06  Metin Amiroff  <metin@karegen.com>
2500     * configure.in: Added "az" to ALL_LINGUAS.
2502 2003-08-06  Wang Jian  <lark@linux.net.cn>
2504     * configure.in: Added "zh_CN" to ALL_LINGUAS.
2506 2003-08-04  Rich Burridge  <rich.burridge@sun.com>
2508     * From Dennis Cranston  <dennis_cranston at yahoo com>
2509       Fixed bug 118246 (http://bugzilla.gnome.org/show_bug.cgi?id=118246)
2510       The display field can now take focus. The initial widget with
2511       focus is the Clr button (also discussed this with Nils who agrees).
2513 2003-07-30  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2515     * configure.in: Added Belarusian to ALL_LINGUAS.
2517 2003-07-29  Rich Burridge  <rich.burridge@sun.com>
2519     * (Bug #118247) Three more small adjustments to AccessibleName text:
2520       "E to the power of x" goes back to "E to the x"
2521       "Ten to the power of x" goes back to "Ten to the x"
2522       "Y to the power of x" goes back to "Y to the x"
2524       (Sorry translators).
2526 2003-07-28  Rich Burridge  <rich.burridge@sun.com>
2528     * (Bug #118247) Four small adjustments to AccessibleName text:
2529       "Random" becomes "Random number".
2530       "E to the x" becomes "E to the power of x"
2531       "Ten to the x" becomes "Ten to the power of x"
2532       "Y to the x" becomes "Y to the power of x"
2534 2003-07-25  Rich Burridge  <rich.burridge@sun.com>
2536     * Fixed bug 118247 (http://bugzilla.gnome.org/show_bug.cgi?id=118247)
2537       Each gcalctool button now has an AccessibleName. By default these
2538       are taken from the buttons tooltip string. This is to:
2539       - reduce the amount of extra memory that would be taken up otherwise.
2540       - reduce the pain that all the translators would have to go through
2541       - reduce the repetition because a lot of the actual tooltip strings 
2542         are just fine.
2544       The exceptions to this are for the following buttons, where the
2545       tooltip string is too long:
2547         Button |   
2548         Label  |                        AccessibleName
2549       ---------+----------------------------------------------
2550         Bsp       "Backspace" 
2551         CE        "Clear Entry"
2552         Clr       "Clear"
2553         Int       "Integer portion"
2554         Sto       "Store to register"
2555         Frac      "Fractional portion"
2556         Rcl       "Retrieve from register"
2557         Exch      "Exchange with register"
2558         <         "Shift left"
2559         >         "Shift right"
2560         &16       "16 bit unsigned integer"
2561         &32       "32 bit unsigned integer"
2562         (         "Left bracket"
2563         )         "Right bracket"
2564         Acc       "Accuracy"
2565         Exp       "Exponential"
2566         e^x       "E to the x"
2567         10^x      "Ten to the x"
2568         y^x       "Y to the x"
2569         x!        "Factorial"
2570         Rand      "Random"
2572 2003-07-25  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>
2574     * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
2576 2003-07-25  Kang Jeong-Hee  <Keizi@mail.co.kr>
2578     * configure.in: Added 'ko' (Korean) to ALL_LINGUAS.
2580 2003-07-22  Breda McColgan  <breda.mccolgan@sun.com>
2582     * Updated the following files:
2583         * help/C/gcalctool.xml: updated based on bug 116944
2584         * help/C/gcalctool-C.omf: updated manual date and version number
2586 2003-07-21  Rich Burridge  <rich.burridge@sun.com>
2588     * Fixed bug 117691 (http://bugzilla.gnome.org/show_bug.cgi?id=117691)
2589       The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are not valid 
2590       equivalents for the 8, 2, 4 and 6 keys. They are needed for keyboard 
2591       navigation.
2593 2003-07-13 John Fleck <jfleck@inkstain.net>
2595     Remove:
2596         * xmldocs.make
2597         * omf.make
2598     Edit:
2599         * autogen.sh
2600         use new docs build system. Latest gnome-common
2601         now required to build from cvs
2603 2003-07-09  Rich Burridge  <rich.burridge@sun.com>
2605     * From Steve Chaplin <stevech1097 at yahoo com au>
2606       Added the -DGNOME_DISABLE_DEPRECATE in .../gcalctool/Makefile.am
2607       to catch any potential GNOME depreciated methods.
2609 2003-07-09  Hasbullah Bin Pit  <sebol@ikhlas.com>
2611     * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
2612     * po/ms.po: Added Malay translation.
2614 2003-07-09  Alessio Frusciante <algol@firenze.linux.it>
2616     * configure.in: Added "it" (Italian) to ALL_LINGUAS.
2618 2003-07-07  Dennis Cranston <dennis_cranston at yahoo com>
2620     * Fixed bug 116944 (http://bugzilla.gnome.org/show_bug.cgi?id=116944)
2621       Various HIG improvements to the edit constants, edit functions,
2622       and insert ASCII value dialogs. (i.e. adjusted widget padding
2623       according to HIG; added a mnemonic for the constant and function
2624       treeviews; etc.)
2626 2003-07-08  Rich Burridge  <rich.burridge@sun.com>
2628     * Refixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2629       After further discussion with Toshi, it was understood that I didn't
2630       need to call g_locale_to_utf8() for the numeric strings (which just
2631       consist of '0'-'9', 'e', 'A'-'F', '+', '-' and '.'). set_display() in
2632       gtk.c was simplified back to using just one parameter.
2634 2003-07-07  Rich Burridge  <rich.burridge@sun.com>
2636     * Fixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2637       When the calculator display is showing an error message, it is now
2638       correctly localized. Fix was to add in a second parameter to each 
2639       call of set_display, that indicated whether this was an error 
2640       condition or not. If it was, then the first parameter being passed 
2641       in was already localized (had to do it this was so that the strings 
2642       turned up in the message files), and wouldn't be run through 
2643       g_locale_to_utf8(). Thanks to Toshi for pointing me in the right 
2644       direction.
2646 2003-07-06  Gil "Dolfin" Osher <dolfin@rpg.org.il>
2648     * configure.in: Added "he" (Hebrew) to ALL_LINGUAS.
2650 2003-07-04  Artur Flinta  <aflinta@cvs.gnome.org>
2652     * configure.in: Added "pl" to ALL_LINGUAS.
2654 2003-06-25  Rich Burridge  <rich.burridge@sun.com>
2656     * Fixed bug 115950 (http://bugzilla.gnome.org/show_bug.cgi?id=115950)
2657       The "*" key wasn't being recognized as a keyboard shortcut for
2658       multiplication. The problem was that GDK_SHIFT_MASK needed to be
2659       given in the equivalent entry for the mods array for this button
2660       struct.
2662 2003-06-25  Breda McColgan  <breda.mccolgan@sun.com>
2664     * Updated the following files:
2665         * help/C/gcalctool.xml: updated based on bug 114363 and bug 114364
2666         * help/C/gcalctool-C.omf: updated manual date and version number
2668 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
2670     * Further work on bug 114364. The items in the constants menu are now 
2671       always displayed in the decimal numeric base. This is consistent with 
2672       the way that calctool in the OpenWindows DeskSet worked.
2674 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
2676     * Fixed bug 114364 (http://bugzilla.gnome.org/show_bug.cgi?id=114364)
2677       When you change numeric base and then display the constant values in 
2678       the Con menu, the values are shown in the current base.
2680       When you select "Edit Constants" from the Con menu, the values of each 
2681       constant are shown in Decimal. The label:
2682       "All constant values are specified in the decimal numeric base"
2683       has also been added to the "Edit Constant" popup to clarify this.
2685 2003-06-23  Rich Burridge  <rich.burridge@sun.com>
2687     * Fixed bug 115653 (http://bugzilla.gnome.org/show_bug.cgi?id=115653)
2688       Adjusted the keyboard mnemonic checking code to now check to make
2689       sure that neither of the Alt keys is pressed when comparing against
2690       button equivalents.
2692 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
2694     * Similar problem to bug #115212 but for the "Edit Constants" and
2695       "Edit Functions" dialog boxes. gcalctool no longer can display
2696       multiple versions of them. Also removed the X->CFtype and 
2697       X->cf_entries variables.
2699 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
2701     * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2702       When an error condition occurs:
2703   
2704       - make insensitive all buttons except Clr.
2705       - make all Scientific mode toggles and checkboxes insensitive.
2706       - make all menubar items insensitive except:
2707            Calculator->Quit
2708            Help->Contents
2709   
2710       When the error condition is cleared, resensitise everything, setting
2711       the numeric base buttons correctly.
2713 2003-06-18  Guntupalli Karunakar  <karunakar@freedomink.org>
2715     * configure.in: Added "ml" in ALL_LINGUAS.
2717 2003-06-16  Rich Burridge  <rich.burridge@sun.com>
2719    * From Steve Chaplin <stevech1097@yahoo.com.au>
2720      Fix for bug #115212 (http://bugzilla.gnome.org/show_bug.cgi?id=115212)
2721      gcalctool no longer can display multiple About boxes.
2723 2003-06-13  Rich Burridge  <rich.burridge@sun.com>
2725     * From Dennis Cranston  <dennis_cranston@yahoo.com>
2726       Fix for bug #108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2727       The appropriate gcalctool button is now animated when the user enters 
2728       that value via the keyboard.
2730 2003-06-10  Rich Burridge  <rich.burridge@sun.com>
2732     * Partial fix for bug 114363:
2733       (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2734       When the calculator display is showing "Error", the Constant values and
2735       the Memory Register values no longer incorrectly show "Error" as well.
2737 2003-06-10  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2739     * configure.in: Added Russian to ALL_LINGUAS.
2741 2003-05-28  Rich Burridge  <rich.burridge@sun.com>
2743     * Fixed bug 113703 (http://bugzilla.gnome.org/show_bug.cgi?id=113703)
2744       Fix from Havoc: "If you use AM_GCONF_SOURCE_2 in configure.in, 
2745       then do a makefile snippet as in gnome-terminal/src/Makefile.am,
2746       you should be able to specify --with-gconf-source=whatever"
2748 2003-05-28  Danilo ? egan  <dsegan@gmx.net>
2750     * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
2752 2003-05-26  Rich Burridge  <rich.burridge@sun.com>
2754     * From Franz Klammer <klammer@webonaut.com>
2755       Fixed bug 113754 (http://bugzilla.gnome.org/show_bug.cgi?id=113754)
2756       Decimal point didn't work with a German keyboard if Numlock was 
2757       turned on.
2759 2003-05-19  Rich Burridge  <rich.burridge@sun.com>
2761     * .../gcalctool/Makefile.am: Install "gnome-calculator" symlink
2762       as reqested by Glynn Foster.
2764 2003-04-24  Rich Burridge  <rich.burridge@sun.com>
2766     * Fixed bug 111269 (http://bugzilla.gnome.org/show_bug.cgi?id=111269)
2767       It was possible to type fast into gcalctool and digits would be
2768       transposed. gcalctool now looks for key_press_event and 
2769       key_release_event events on the main window rather than set keyboard 
2770       accelerators to the "clicked" action of the various buttons.
2772 2003-04-15  Rich Burridge  <rich.burridge@sun.com>
2774     * Refixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
2775       Concatenated more error messages in mp.c.
2777     * Adjusted the Acc menu entries to be "<n> significant places" rather
2778       than "<n> radix places" in gtk.c.
2780     * Replaced "kilometers per hour / miles per hour" with 
2781       "kilometers per hour or miles per hour" in the first constant
2782       description in calctool.c and gcalctool.1.
2784     * Replaced occurances of "/" in the other constant descriptions with "or".
2786 2003-04-15  Breda McColgan  <breda.mccolgan@sun.com>
2788     * Translators: The documentation is now ready for translation!
2790     * Updated the following files:
2791         * configure.in: updated version number to 4.2.81
2792         * help/C/gcalctool.xml: first approved draft, ready for translation
2793         * help/C/gcalctool-C.omf: updated manual date and version number
2794         * help/C/l10n.txt: new file added 
2795         * help/C/figures/gcalctool_edit_const_window.png: deleted
2796         * help/C/figures/gcalctool_edit_func_window.png: deleted
2797         * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2798         * help/C/figures/gcalctool_mem_reg_window.png: deleted
2799         
2801 2003-04-13  Christian Neumair  <chris@gnome-de.org>
2803     * Reflect translated mode information in window title (functions.c).
2805 2003-04-10  Rich Burridge  <rich.burridge@sun.com>
2807     * Fixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
2808       Various fprintf statements in mp.c have been concatenated to help
2809       translators.
2811 2003-04-02  Rich Burridge  <rich.burridge@sun.com>
2813     * Added in latest online help changes from Breda McColgan. This should
2814       now put the online help in sync with the actual functionality of
2815       gcalctool.
2817       **IMPORTANT NOTE FOR TRANSLATORS**
2819       Please still hold off translating these files for a while. This is still
2820       a draft. The documentation needs to be reviewed by an editor, and
2821       editorial feedback incorporated. Look for a followup entry here in the
2822       Changelog, with an indication that they are ready for translation.
2824 2003-03-28  Christian Neumair  <chris@gnome-de.org>
2826     * Added AC_PREREQ macro to configure.in to satisfy some ac wrapper scripts
2827       and added German (de) to ALL_LINGUAS; bumped version to 2.4.78;
2828       Added missing gettext call. This makes the i18ized menu entries actually
2829       visible. Fixed some tooltip strings. Updated some .cvsignore files.
2831 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2833     * Added in various .cvsignore files to make checkins and updates cleaner.
2835 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2837     * Adjusted ChangeLog format to the Gnu style. Moved older ChangeLog entries
2838       off into ChangeLog-YYYY files (years 1990, 1991, 1992, 1993 and 2002).
2840 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2842     * Fixed up a compiler warning for set_show_zeroes_toggle() usage in gtk.c
2843       Fixed up distcheck, adding intltool to EXTRA_DIST
2845       This version to be announced in gnome-announce.
2847 2003-03-24  Rich Burridge  <rich.burridge@sun.com>
2849     * Slight adjustments to bug 108226
2850       (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
2852       Menu item is now "Show Trailing Zeroes", with a Control-T accelerator.
2853       Added a similar menu item to the View menu on the menu bar (only active
2854       in Scientific mode). Adjusted program logic. Cases of "rm_zeroes" now
2855       become "show_zeroes". Updated the manual pages and the gcalctool
2856       schemas file.
2858 2003-03-19  Dennis Cranston <dennis_cranston@yahoo.com>
2860     * Fixed bug 108729 (http://bugzilla.gnome.org/show_bug.cgi?id=108729)
2861       Added tooltips to the radio and check buttons in scientific mode.
2863 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
2865     * Fixed bug 108226 (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
2867       The menu items in the Acc menu are now "tickable", so you know what the 
2868       current accuracy selection is. Setting one of these clears the previous 
2869       one.
2871       A new "remove trailing zeroes" menu item is added to the Acc menu (last
2872       item, with a separator just above), that is "tickable". This tick doesn't
2873       affect the accuracy ticks. It's either on or off.
2875       The default setting for accuracy now becomes 9 numeric places and "remove 
2876       trailing zeroes".
2878       The Acc button is moved to the Scientific mode (clear slot in the top 
2879       right corner, above the Rand.
2881       The Base radio button group and the display type radio button group in
2882       the mode panel in Scientific mode are now moved to the right side to be
2883       close in proximity to the Acc button. The other mode items move to the
2884       left side.
2886 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
2888     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2889       Fixed bug 108208 (http://bugzilla.gnome.org/show_bug.cgi?id=108208)
2890       The default value for the "showregisters" resource in gcalctool.schemas
2891       was incorrectly set.
2893     * There should be no "default:" action in the command line parsing in 
2894       get_options().
2896 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2898     * Correctly fixed bug 108219 
2899       (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
2900       The previous fix didn't correct set the radio buttons when changing 
2901       mode from Scientific to Basic or Financial. Only the internal state.
2903 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2905     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2906       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2907       Followup changes to make the numeric keypad animate the buttons on 
2908       Linux machines.
2910 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2912     * Fixed bug 108219 (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
2913       When you go from Scientific mode to either Basic or Financial mode, 
2914       the calculator will revert to "Dec" base in "Fix" notation.
2916       Any number in the display (and the memory registers if shown) will be 
2917       converted accordingly.
2919       When you are in a mode (Basic, Financial, or Scientific) you will only 
2920       be able to do the functionality that that mode shows. For example, you 
2921       will not be able to do base changes if you are in Basic or Financial mode.
2923 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2925     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2926       Fixed bug 108333 (http://bugzilla.gnome.org/show_bug.cgi?id=108333)
2927       The gcalctool buttons with menus associated with them are now keyboard
2928       navigable.
2930 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2932     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2933       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2934       When the user uses the keyboard to enter data, the associated gcalctool
2935       button will be animated.
2937 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
2939     * Fixed bug 108210 (http://bugzilla.gnome.org/show_bug.cgi?id=108210)
2940       Main gcalctool window is no longer resizable.
2942 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
2944     * Incorporated several online help changes from Breda McColgan.
2946       **IMPORTANT NOTE FOR TRANSLATORS**
2948       Please still hold off translating these files for a while. This is still
2949       a draft. The documentation needs to be reviewed by an editor, and 
2950       editorial feedback incorporated. Look for a followup entry here in the 
2951       Changelog, with an indication that they are ready for translation.
2953 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
2955     * Added scrollkeeper checks into configure.in.
2957     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2958       Fixed warning message:
2960       ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
2961       GNOME_FILE_DOMAIN_APP_HELP domain
2963       Adjustment to the gnome_help_display() call in gtk.c to use the right 
2964       parameters.
2966 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
2968     * Added in a first (draft) version of online help from Breda McColgan in
2969       the Sun GNOME doc. team.
2971       **IMPORTANT NOTE FOR TRANSLATORS**
2973       Please hold off translating these files for a while. Slight revisions
2974       are planned for sometime in the next week or two. Look for a followup 
2975       entry here in the Changelog, with an indication that they are ready for 
2976       translation.
2978 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
2980     * Abstracted the key values and modifiers. This will make it easier to
2981       create versions of this calculator for other graphical toolkits, or
2982       a version with no graphics at all (prompt style).
2984 2003-03-04  Rich Burridge  <rich.burridge@sun.com>
2986     * Adjusted the tooltip help to be minimalist messages. Online help for
2987       gcalctool will be coming soon, and this will contain the detailed help
2988       information (plus examples).
2990 2003-02-28  Rich Burridge  <rich.burridge@sun.com>
2992     * Small adjustment to allow gcalctool to compile using the Solaris Forte
2993       compilers.
2995 2003-02-26  Rich Burridge  <rich.burridge@sun.com>
2997     * Gcalctool wasn't saving the trigonometric type when it was changed. The
2998       trig_cb() function was calling do_trig() incorrectly instead of 
2999       do_trigtype().
3001     * Removed the trailing period from the ten constant definitions in the man 
3002       pages.
3004 2003-02-26  evandrofg <someone@somewhere.org>
3006     * configure.in: Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3008 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3010     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3011       Allows Backspace to correctly work inside parentheses. Similar fix to
3012       the one for Delete in v4.2.55 (bug #106583).
3014 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3016     * The Xor logical operation wasn't being performed correctly. Gdk uses
3017       keysym values that are greater than what can be fitted into a char.
3018       Adjusted v->cur_op and v->old_cal_value to now be ints.
3020     * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3021       checkboxes. In fact, it was toggling them twice, thereby returning them
3022       to whatever state they were in when the user hit Clr.
3024 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3026     * Removed the final period from the ten default constant descriptions.
3028     * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3029       "centimeter".
3031     * Fixed up the values of the ten default constant definitions in the
3032       manual pages.
3034     * The "centimeters <=> inches" default constant should be 0.3937007
3035       rather than 2.54 to be consistent with the other constants.
3037 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3039     * Fixed bug 106583 (http://bugzilla.gnome.org/show_bug.cgi?id=106583)
3040       There were two parts to this. Dennis Cranston fixed the:
3042       (gcalctool:10872): Gtk-CRITICAL **: file gtktextbuffer.c: line 548:
3043       assertion `g_utf8_validate (text, len, NULL)' failed
3045       messages. 
3047       The crash was caused by the paren_disp() function in display.c not
3048       correctly checking for when a Delete character was entered.
3050 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3052     * The financial Term tooltip example didn't work. The problem was that
3053       the Rate function had a keyboard shortcut of "T" and Term had "t". The
3054       check for which financial function was being processed in do_business()
3055       in functions.c didn't take into consideration any key mods (such as
3056       GDK_SHIFT_MASK). Add a key_equal function that now compares both the
3057       mods and the value of keys.
3059     * Moved the Exp button to the right of the Con and Fun buttons for better
3060       grouping.
3062 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3064     * Fixed bug 106501 (http://bugzilla.gnome.org/show_bug.cgi?id=106501)
3065       A check has been added to the do_delete() function in functions.c to
3066       make sure that the length is greater than zero, before setting the
3067       len-1 character to '\0'.
3069 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3071     * From Breda McColgan <breda.mccolgan@sun.com>
3072       Toggled the positions of the Sto and Rcl buttons. This is primarily to
3073       help with the online documentation, which consists of listing the 
3074       gcalctool buttons in several tables, grouping "like" buttons together 
3075       (for example: Bsp, CE, and Clr in one table; Sto, Rcl, and Exch in 
3076       another table). Within a table, the buttons are listed in the sequence 
3077       in which they appear in gcalctool. For the most part, the sequence 
3078       isn't significant. However, it doesn't really make sense to talk about 
3079       either Rcl or Exch until you've described Sto.
3081 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3083     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3084       - The process_str() function will cause a crash if the input string is 
3085         null. For example, if the clipboard is empty and the user presses 
3086         CTRL-V then gcalctool will core dump. Fixed by adding a null check to 
3087         the function. 
3089       - gcalctool now uses a text view for its display widget.
3091 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3093     * Fixes to the manual page:
3094       - the keyboard shortcut for the "Term" function is "t" not "T".
3095       - removed the LOGICAL mode section.
3097 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3099     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3100       Changes the EXPAND flag to FALSE when packing the display label and mode
3101       frame. These widgets shouldn't expand when the calculator is resized. 
3103       Replace the three characters of white space in the title bar text with one
3104       space character, so more of the title fits into the task window list 
3105       applet.
3107 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3109     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3110       Added a launcher to the GNOME's Accessories menu. The launcher uses 
3111       gcalctool.png for its icon which required moving the icon to the pixmaps 
3112       installation directory.  
3114       This means that the find_file() function is no longer necessary, and has
3115       been removed. It was used only in set_gcalctool_icon(). The path of 
3116       gcalctool.png is now always PACKAGE_PIXMAP_DIR. 
3118 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3120     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3121       Mark the menu labels for translation and converts the
3122       gtk_item_factory_get_widget() calls to 
3123       gtk_item_factory_get_widget_by_action() calls. 
3125 2003-02-11  Rich Burridge  <rich.burridge@sun.com>
3127     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3128       - Cleans up the Help menu's layout so it looks like other GNOME 
3129         applications.
3130       - Converts gtk_init() to gnome_program_init() to allow access to things 
3131         like GNOME_STOCK_ABOUT.
3132       - Add an icon field to the Xobject structure.
3133       - Change setup_default_icon() to set_gcalctool_icon() and set X->icon in 
3134         the function.
3135       - Sets the window icon for the memory register and about windows.
3136       - Cleans up about_cb() and call it directly in menu callbacks -- like in 
3137         other gtk+ applications.
3138       - Remove the unneccessary X->about structure field.
3140 2003-02-06  Daniel Yacob  <locales@geez.org>
3142     * Added Amharic (am) to ALL_LINGUAS ata configure.in.
3144 2003-02-07  Rich Burridge  <rich.burridge@sun.com>
3146     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3147       Fixed bug 104249 (http://bugzilla.gnome.org/show_bug.cgi?id=104249)
3148       The UI for adding new or editing existing constants and/or functions
3149       has been improved. It now uses a treeview editable list. A help button
3150       is provided, but that currently isn't hooked up. I've added a note to
3151       bug #104821 for this problem.
3153 2003-02-04  Rich Burridge  <rich.burridge@sun.com>
3155     * Fixed bug 104830 (http://bugzilla.gnome.org/show_bug.cgi?id=104830)
3156       gcalctool now uses gnome-calc3.png as its icon (same as the current
3157       gnome-calculator). For now, I've copied that to a file, gcalctool.png
3158       within the gcalctool distribution. Also removed calctool.gif.
3160 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3162     * Further slight adjustments needed to fix Bugzilla bug 104248. The 
3163       callback handler for the menu items (mb_proc in gtk.c) needed to 
3164       have a check at the top to see if we'd started the application yet, 
3165       and if it hadn't, then to just return. Seemed it was getting called 
3166       as gcalctool was initially coming up, which was toggling the state 
3167       of the v->rstate variable incorrectly.
3169     * Fixed bug 104240 (http://bugzilla.gnome.org/show_bug.cgi?id=104240)
3170       The "File" menubar item is now called "Calculator", and there is a set of
3171       unique mnemonics for the various items in the Scientific mode panel.
3172       The gcalctool manual pages have been updated to reflect these changes.
3174     * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3175       Added in a Control-A mnemonic for Help->About.
3177 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3179     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3180       Fixed bug 104248 (http://bugzilla.gnome.org/show_bug.cgi?id=104248)
3181       The View->Memory Registers menu item's toggle is now set correctly
3182       depending upon whether the memory register windows is visible or hidden.
3184     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3185       The correct radio item is now set in the View menu mode menu item entries
3186       if gcalctool is initially started in Financial or Scientific mode.
3188 2003-01-27  Rich Burridge  <rich.burridge@sun.com>
3190     * The constant and function definitions are now read and written as Gconf
3191       resources, rather than to a ~/.gcalctoolcf file in the user's home 
3192       directory. The manual pages have been updated to reflect this change.
3194       An entry has been added to the TODO file to reflect functionality that
3195       is no longer present because of this change.
3197     * Fixed bug 104250 (http://bugzilla.gnome.org/show_bug.cgi?id=104250)
3198       The constant and the function menu items now have "C<n>:" and "F<n>:" 
3199       prefixes respectively, where <n> is the constant/function number.
3201       This also involved removing the "<=>" from four of the descriptions for
3202       the predefined constant values.
3204 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3206     * Fixed bug 104245 (http://bugzilla.gnome.org/show_bug.cgi?id=104245)
3207       The View->Basic Mode, Financial Mode, Scientific Mode and Memory
3208       Registers now have keyboard accelerators (Control-B, Control-F, Control-S
3209       and Control-M respectively).
3211 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3213     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3214       Further slight adjustments for bug 104287
3215       (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3216       The insert button isthe default button.
3217       The dialog is no longer resizable.
3218       The ESC key can now be used to cancel the dialog.
3220 2003-01-24  Rich Burridge  <rich.burridge@sun.com>
3222     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3223       Fixed bug 104287 (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3224       HIG improvements for the "Insert ASCII Value" dialog.
3226 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3228     * Fixed bug 104241 (http://bugzilla.gnome.org/show_bug.cgi?id=104241)
3229       The Insert ASCII Value" menu item is now "Insert ASCII Value..."
3231     * From: Hidetoshi Tajima <hidetoshi.tajima@sun.com>
3232       Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3233       <bonobo-i18n.h,> where all this stuff is already defined.
3235 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3237     * Fixed bug 102928 (http://bugzilla.gnome.org/show_bug.cgi?id=102928)
3238       The x^2, e^x, 10^x and y^x keys now use Pango markup to display the
3239       label using superscripts.
3241 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3243     * Added in handling of the numeric keypad for Linux systems. This required
3244       an "event" signal handler on the main gcalctool window, and then checking
3245       for a set of keyvals that could be generated by the numeric keypad keys
3246       (with and without the NumLock key on).
3248 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3250     * Handling the function "(3+3)" now works.
3251       The button struct now contains a new item (char func_char) which 
3252       is the character equivalent to the button when you user enteres 
3253       it into a function definition. The process_str() routine in 
3254       graphics.c has been adjusted to call button_for_fc() (a new 
3255       routine in functions.c) to compare each character in the function 
3256       string against this item in each button struct to find the 
3257       appropriate operation.
3259       Also needed changes to do_paren() to call button_for_fc() instead of 
3260       button_for_value().
3262       These changes also fix bugtraq bug #4065378.
3263       Certain functions entered into gcalctool produce incorrect results.
3265     * Changed the keyboard accelerators for the following to use non Alt-<?>
3266       values:
3268       Cos  (old value: Alt-c) becomes 'J'.
3269       Sin  (old value: Alt-s) becomes 'K'.
3270       Tan  (old value: Alt-t) becomes 'L'.
3271       Frac (old value: Alt-f) becomes ':'.
3272       Int  (old value: Alt-i) becomes 'i'.
3273       Abs  (old value: Alt-u) becomes 'u'.
3274       Rate (old value: Alt-r) becomes 'T'.
3276       Updated the manual pages and the tooltip help to reflect these changes.
3278     * Removed the need to configure with "--enable-build-broken".
3280 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3282     * Adjusted the memory registers windows to use the same "R0:  0.00" format 
3283       (bold for first part), as the Rcl, Sto and Exch menus. 
3285 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3287     * The menu items for the Rcl, Sto and Exch menus now have the format
3288       "R0:     0.00", where the "R0:" part is in bold.
3290     * From Padraig O'Briain <Padraig.Obriain@Sun.COM>
3291       Fix to get the keyboard accelerators for the menubar menu items working.
3292       The problem was due to the creation of two accelerator groups in main()
3293       in gtk.c.
3295 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3297     * Updated the NEWS file with an overview of all the changes since v4.1.13.
3299 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3301     * Removed the gconf resource for getting/setting whether a beep is sounded
3302       on error. A beep will now always be sounded in such a case.
3304     * Removed the write_resources() routine. The writing out of the resources
3305       will now be immediately done when each of those functions changes.
3307 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3309     * Updated the manual pages to reflect the recent v4.2.xx changes.
3311     * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3312       on Linux.
3314 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3316     * The real fix for displaying the icon. The problem was that the icon was
3317       being installed in the pkgdata_DATA directory, but gcalctool was looking
3318       for it in the CALCTOOL_DATA_DIR directory, which was incorrectly set to
3319       $(datadir)/calctool" rather than $(datadir)/gcalctool".
3321 2003-01-20  Rich Burridge  <rich.burridge@sun.com>
3323     * Removed the setting of an event mask and a global event handler in 
3324       create_kframe() in gtk.c. This seems to have fixed up the keyboard 
3325       navigation problems.
3327       Control-F1 now toggles the displaying of tooltip help, so the "-h"
3328       command line option has been removed and the old-style event handling
3329       code has also been removed.
3331     * Added in a signal handler for the "delete" event for the main gcalctool
3332       window. The callback calls gtk_main_quit() to terminate the application.
3334 2003-01-17  Rich Burridge  <rich.burridge@sun.com>
3336     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3338       The gcalctool icon is now correctly displayed for me running Sun's
3339       fcs-10 build on Solaris. It's still a problem for Calum running
3340       GNOME HEAD on RH7.2.
3342 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3344     * HCI change suggested by Glynn Foster <Glynn.Foster@Sun.COM>
3346       The Sto/Rcl/Exch menu items should show the current register values 
3347       as well.
3349       The Exch/Rcl/Sto menus are recreated each time that menu is needed. The
3350       menu item callbacks for these menus and the Constant and Function menus
3351       have been consolidated into a single menu_proc_cb() routine.
3353 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3355     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3357       All the radiobutton and checkbox items in the mode panel now have a 
3358       mnemonic associated with them.
3360 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3362     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3364       Fixed up the buttons on the "Insert ASCII Value", "Enter Constant..." and
3365       "Enter Function..." popups. They now just use Cancel and OK buttons, and 
3366       use standard stock Gtk icons.
3368 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3370     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3372       Added in an Edit->Paste menu item. If selected this will paste 
3373       the current contents of the clipboard into the calculator display 
3374       as if you'd typed it.
3376     * Added bullet proofing to the process_str() routine in graphics.c 
3377       to protect it against values that weren't found. If a value wasn't 
3378       found, it's just ignored, and it goes on to process the next 
3379       character in the string.
3381     * Improved the val_to_button() routine in functions.c. It now takes 
3382       into consideration the mods value for each button struct entry when 
3383       comparing against the given value. This isn't enough though, as it 
3384       won't find Alt-<n> buttons.
3386 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3388     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3390       Added a 2 pixel border for the frames containing the Basic, Financial and
3391       Scientific buttons and the mode panel. The calculator doesn't look so
3392       crowded now.
3394 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3396     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3398       Removed the "operand item" label widget, the routine where it was being 
3399       set (set_op_item()) and all the calls to that routine. Other calculators 
3400       don't have any equivalent to this, so it's not really needed.
3402       This also remove the opdisp entry in the button struct and the op_type 
3403       enum.
3405     * Adjusted the "keyboard values used" table in calctool.c to reflect the
3406       current state.
3408 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3410     * The frames around the mode button tables and the mode panel were always 
3411       being shown. The make_but_table() and create_mode_panel() routines were
3412       returning the wrong widgets.
3414 2003-01-18  Rich Burridge  <rich.burridge@sun.com>
3416     * Fixed bug #101865 (http://bugzilla.gnome.org/show_bug.cgi?id=101865)
3417       Made the following keyboard remappings:
3419       Function     Old         New
3420       ---------------------------------
3421       Cos        Control-c     d
3422       Ddb        Control-d     Alt-C
3423       Frac       Control-f     Alt-f
3424       Int        Control-i     Alt-i
3425       Sln        Control-l     l
3426       Ctrm       Control-m     m
3427       Rate       Control-r     Alt-r
3428       Sin        Control-s     Alt-s
3429       Tan        Control-t     Alt-t
3430       Abs        Control-u     Alt-u
3431       Syd        Control-y     Y
3433       Note that the keyboard equivalents for:
3435       Function     Old         New
3436       ---------------------------------
3437       Quit       q or Q        Control-Q
3438       Copy       Sun Copy key  Control-C
3440       still have to be added in, although the menu items in the menu bar 
3441       work fine. The appropriate changes have been made to the manual pages.
3443     * Removed mention of the "-l" and "-r" command line options from the manual 
3444       pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3445       resource too.
3447 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3449     * After discussion with Calum Benson, removed the "Keys" key, that allowed
3450       you to toggle the button labels to show their keyboard equivalents. This
3451       functionality is now covered by the tooltip help and the Help->Contents
3452       online help.
3454 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3456     * Put each of the the button tables and the mode panel inside a frame,
3457       rather then use horizontal separators, to try to make the GUI look 
3458       nicer. There is still a persistent display problem to fix though 
3459       (see entry in the TODO file).
3461 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3463     * Entering "((2+3)*(2+3))" gave the wrong answer. Problems was in the
3464       process_item() routine where extra values were reassigned. With gcalctool
3465       v4.2.0 onwards, "*" is now the multiplication operand, and "x" needed 
3466       to be reassigned to that value (not the other way around). Had to 
3467       adjust the assignment of the "x" and "*" keyboard accelerators 
3468       accordingly too.
3470     * Added in some bullet-proofing to the do_parens() routine to hopefully 
3471       improve the handling of bogus keyboard entries when a string in 
3472       parentheses is being entered.
3474 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3476     * Hooked up the Help->Contents menu item. Note that help support still has
3477       to be included (i.e. a help subdirectory with associated files etc.).
3479 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3481     * The View->Memory Registers menu item now correctly toggles the showing of
3482       the memory register window.
3484 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3486     * Menubar menu items now use stock Gtk icons (where applicable).
3488 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3490     * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3491       This really needs help from a real graphics designer for a suggested color
3492       set.
3494 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3496     * Go into Scientific mode. Click on "(" twice and you'll get a segv.
3497       The problem was the v->current needed to be set to a copy of the 
3498       "n" button struct, rather than trying to find the button value from 
3499       user_data. Created a copy_button_info() routine that is now called 
3500       in three places.
3502 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3504     * Added some horizontal separators to help make the calculator more readable
3505       when in Financial and Scientific Mode.
3507 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3509     * Entering "((2+3)*9+(5-3))" causes a segv. The problem was due to the
3510       change from "x" to "*" as the character for multiplication. The .value
3511       entry in the button struct for the multiplication button needed to be
3512       changed to GDK_asterisk (rather than GDK_x), otherwise button_for_value()
3513       returns a NULL pointer.
3515 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3517     * Removed the attempt to display a calculator image on the About popup.
3519     * Typing the keyboard equivalent of the menu buttons now works. The problem
3520       was in process_item() in display.c. v->current couldn't just point to the
3521       current button struct. It needed to be a copy of it, so that pending
3522       operation (which save the pending value), don't overwrite the base button
3523       entries.
3525     * Removed the VERSION string from the titlebar. This is now in the About 
3526       popup.
3528 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3530     * Added in an About popup that's accessible through the Help->About 
3531       Gcalctool menubar Help menu item.
3533 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3535     * Fixed bug #102927 (http://bugzilla.gnome.org/show_bug.cgi?id=102927)
3536       Replaced abbreviation "trig." with full word "trigonometric".
3538 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3540     * Fixed bug #102922 (http://bugzilla.gnome.org/show_bug.cgi?id=102922)
3541       Adjusted the two occurances of sentence fragments in the 
3542       cfframe_apply_cb() routine in gtk.c to make it easier for L10N folks 
3543       to translate them.
3545 2003-01-08  German Poo-Caaman~o  <gpoo@ubiobio.cl>
3547     * Added Spanish (es) to ALL_LINGUAS at configure.in
3549 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3551     * gcalctool is now resizable again.
3553 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3555     * Make calculator window choose a reasonable size at startup, and resize 
3556       when changing modes.
3558 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3560     * Removed the GNOME_UTIL_LIBS line from .../gcalctool/Makefile.am as it's
3561       not needed.
3563 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3565     * Fixed "blank buttons displaying" bug. 
3567     * Added small section to configure.in that forces a "--enable-build-broken"
3568       flag to have to be passed to configure in order to build gcalctool while 
3569       it is still in this semi-broken state. This will be removed when most of
3570       the items mentioned in the first section of the TODO file have been
3571       implemented.
3573 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3575     * Updated the copyright messages to by the correct GPL ones for the various
3576       source files, plus used date of 2003 (not 2002) in:
3578       .../ChangeLog
3579       .../NEWS
3580       .../README
3581       .../TODO.
3582       .../gcalctool/calctool.c
3583       .../gcalctool/calctool.h
3584       .../gcalctool/display.c
3585       .../gcalctool/dsdefs.h
3586       .../gcalctool/dsfuns.c
3587       .../gcalctool/extern.h
3588       .../gcalctool/functions.c
3589       .../gcalctool/gcalctool.1
3590       .../gcalctool/get.c
3591       .../gcalctool/graphics.c
3592       .../gcalctool/gtk.c
3593       .../gcalctool/mp.c
3595     * The Financial/Logical/Scientific mode buttons have been moved into
3596       the main calculator window above the Basic mode buttons.
3598     * Added a menubar with the following menus/items:
3600       File      Edit                  View              Help
3601       -----------------------------------------------------------------
3602       Quit      Copy                  Basic Mode        Contents...
3603                 Insert ASCII Value    Financial Mode    About Gcalctool
3604                                       Scientific Mode
3606                                       Memory Register
3607                                       Right-handed Style
3609       The functionality has been hooked up except for the two Help menu items.
3611     * Revamped the gcalctool design. The Basic Mode is much simpler now.
3612       The Logical and Scientific modes have been combined into a single
3613       Scientific mode (which also includes some of the functionality that
3614       was in the previous Basic mode).
3616       The mode buttons are now extra button tables (and a mode panel) that get
3617       shown or hidden in the main gcalctool window depending upon the current
3618       mode.
3620       The six item mode display has been removed. The current base, numeric
3621       display type, trigonometric type, hyp and inv settings can be seen by
3622       the radio buttons and check boxes in the mode panel. The current mode is
3623       given in the main window title bar. The only things that's really 
3624       different is that there is no longer a current operand display item.
3626     * Remove the small property sheet that was displayed when you right clicked
3627       in the main window button area (not over a button). This had the ability
3628       to set a left or right-handed style. This functionality has also been
3629       removed, because with the simplification of the Basic mode, it's no 
3630       longer needed. Remove the command line options and resources associated 
3631       with this.
3633     * From Andrew Sobala <andrew@sobala.net>
3634       Fixed bug #102698 - "make distcheck" fails. Fix was to use the correct
3635       GNOME 2 autogen.sh. Also added #(schema_DATA) to the top-level
3636       Makefile.am