Stop display characters from being translated as this will cause the display parser...
[gcalctool.git] / ChangeLog
blobaf5dfda865f7c2b86f004cdc0f39558d524a28f8
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-6 Robert Ancell <robert.ancell@gmail.com>
13     * everything:
14       Stop display characters from being translated as this will
15       cause the display parser to fail.
16       Change labels on trig function keys when inverse/hyperbolic
17       toggled.
19 2007-11-4 Robert Ancell <robert.ancell@gmail.com>
21     * everything:
22       Split calctool.h into seperate header files.
23       Removed unused function definitions and killed extern.h.
24       Moved gconf behaviour into get.c.
25       Removed some global variables for resource naming.
26       Merged graphics.c into gtk.c.
27       Renamed all gtk.c external functions to ui_*().
28       Moved main() into calctool.c.
29       Disable bitcalculating menu when not in scientific mode.
30       Renamed GTK+ callbacks so they all are in the form *_cb().
32 2007-11-3 Rich Burridge <rich.burridge@sun.com>
34     * help/Makefile.am:
35       From dmacks@netspace.org
36       Fixed bug #482655 - Missing image file.
38     * gcalctool/gtk.c:
39       Fix the buglet in comment #51 of bug #485919.
41 2007-11-3 Robert Ancell <robert.ancell@gmail.com>
43     * gcalctool/gtk.c: 
44       Re-enable accuracy menu items (Final part of bug #488694).
45       Make accuracy shortcuts only work in scientific mode (bug #488489).
46       Stop bogus '-/-' in accuracy menu items (bug #488703).
48 2007-11-1 Rich Burridge <rich.burridge@sun.com>
50     * display.c:
51       calctool.h:
52       functions.c:
53       gtk.c:
54       More lint fixups.
56 2007-11-1 Robert Ancell <robert.ancell@gmail.com>
58     * gcalctool/gtk.c:
59       glade/gcalctool.glade:
60       More work on bug #488694 - Move all popup menus into gcalctool.glade.
61       Split constant and function dialogs into seperate UI elements.
63     * gcalctool/graphics.c:
64       gcalctool/calctool.c:
65       gcalctool/calctool.h:
66       gcalctool/display.c:
67       gcalctool/functions.c:      
68       gcalctool/gtk.c:
69       glade/gcalctool.glade:      
70       More work on bug #488694 - Simplify menu code
72 2007-10-31 Rich Burridge <rich.burridge@sun.com>
74     * gcalctool/dsfuns.c:
75       gcalctool/calctool.h:
76       gcalctool/functions.c:
77       gcalctool/ce_parser.h:
78       gcalctool/gtk.c:
79       Code cleanup to a consistent style, plus fixup for various warnings
80       from lint.
82 2007-10-31 Robert Ancell <robert.ancell@gmail.com>
84     * gcalctool/mpmath.c:
85       gcalctool/graphics.c:
86       gcalctool/calctool.c:
87       gcalctool/calctool.h:
88       gcalctool/display.c:
89       gcalctool/functions.c:
90       gcalctool/extern.h:
91       gcalctool/get.c:
92       gcalctool/gtk.c:
93       glade/gcalctool.glade:
94       More work on bug #488694 - Move accelerator handling from calctool.c
95       
96     * gcalctool/gtk.c:
97       glade/gcalctool.glade:
98       More work on bug #488694 - Move ASCII, accuracy, function and
99       constant dialogs into gcalctool.glade
101 2007-10-30 Rich Burridge <rich.burridge@sun.com>
103     * gcalctool/mpmath.c:
104       Fix for bug #485134 - OR calculation produces incorrect result in 
105       arithmetic precedence mode.
107 2007-10-28 Rich Burridge <rich.burridge@sun.com>
109     * gcalctool/functions.c:
110       From Sami Pietila <sami.pietila@utu.fi>
111       Fix for bug #490701 - base radio buttons initially fail.
113     * Released a gcalctool v5.21.1 tarball.
115 2007-10-27 Rich Burridge <rich.burridge@sun.com>
117     * gcalctool/mpmath.c:
118       From Sami Pietila <sami.pietila@utu.fi>
119       Attempted fix for bug #485134 - OR calculation produces incorrect 
120       result in arithmetic precedence mode. This isn't a complete solution
121       so the bug has been reopened.
123 2007-10-26 Rich Burridge <rich.burridge@sun.com>
125     * gcalctool/functions.c:
126       From Sami Pietila <sami.pietila@utu.fi>
127       Fix for bug #488828 - Reciprocal remembers backspaced items.
129 2007-10-23 Rich Burridge <rich.burridge@sun.com>
131     * glade/gcalctool.glade:
132       More work on bug ##488694 - [a11y] Several calculator buttons 
133       don't speak correctly with Orca. Removed the accessible descriptions
134       (not needed) and adjusted the "shift left" and "shift right" names
135       (they were reversed).
137     * gcalctool/functions.c:
138       From Sami Pietila <sami.pietila@utu.fi>
139       Patch to stablize arithmetic precedence.
141 2007-10-23 Robert Ancell <robert.ancell@gmail.com>
143     * gcalctool/gtk.c:
144       Stop acting on toggle events from radio buttons when they go
145       inactive (Bug #485918).
147 2007-10-22 Rich Burridge <rich.burridge@sun.com>
149     * glade/gcalctool.glade:
150       From Robert Ancell <robert.ancell@gmail.com>
151       More work on bug #485919 - Use Glade for UI. This patch puts 
152       menu accelerators back again and fixes the top button row in 
153       basic mode being too tall.
155     * MAINTAINERS:
156       Added Robert Ancell to the list of gcalctool MAINTAINERS.
158     * glade/gcalctool.glade:
159       Fixed bug #488830 - Hex radio button shortcut conflicts with 
160       Help menu shortcut.
162     * glade/gcalctool.glade:
163       Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip 
164       shortcut keys.
166     * gcalctool/gtk.c:
167       Fixed bug #488783 - memory registers not available if you start 
168       in Advanced mode
170     * gcalctool/gtk.c:
171       glade/gcalctool.glade:
172       Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak 
173       correctly with Orca.
175 2007-10-20 Rich Burridge <rich.burridge@sun.com>
177     * gcalctool/calctool.c:
178       gcalctool/calctool.h:
179       gcalctool/functions.c:
180       gcalctool/extern.h:
181       gcalctool/gtk.c:
182       glade/gcalctool.glade:    (new)
183       glade/Makefile.am:
184       glade/mode_panel.glade:   (removed)
185       po/POTFILES.in:
186       From Robert Ancell <robert.ancell@gmail.com>
187       More work on bug #485919 - Use Glade for UI. This now provides
188       Glade support for the majority of the gcalctool GUI.
190 2007-10-15 Rich Burridge <rich.burridge@sun.com>
192     * gcalctool/gtk.c:
193       Fix for bug #485398 - Put memory register window inside the main window.
194       Uses gtk_window_set_transient_for() to associate the memory register
195       window with the main gcalctool window.
197     * help/C/gcalctool.xml:
198       Fix for bug #383850 - [doc] New names for Precedence.
200 2007-10-13 Rich Burridge <rich.burridge@sun.com>
202     * gcalctool/gtk.c:
203       From Sami Pietila <sami.pietila@utu.fi>
204       Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence 
205       mode if user has "hand edited" the display.
207 2007-10-12 Rich Burridge <rich.burridge@sun.com>
209     * configure.in:
210       gcalctool/calctool.c:
211       gcalctool/gtk.c:
212       gcalctool/Makefile.am:
213       Makefile.am:
214       glade/Makefile.am:          (new)
215       glade/mode_panel.glade:     (new)
216       From Robert Ancell <robert.ancell@gmail.com>
217       Work on bug #485919 - Use Glade for UI.
218       Initial Glade patch adds support for the mode panel.
220 2007-10-11 Rich Burridge <rich.burridge@sun.com>
222     * gcalctool/gtk.c:
223       Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
224       correctly set the state of the Edit-<Memory Registers check box if the
225       user wanted the memory registers initially displayed.
227     * gcalctool/gtk.c:
228       From Christian Persch <chpe@gnome.org>
229       Correctly handle memory register display and "Memory Registers" menu
230       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
231       (Needed because of the recent changes for bug #478961).
233 2007-10-08 Rich Burridge <rich.burridge@sun.com>
235     * Released a gcalctool v5.21.0 tarball.
237     * gcalctool/calctool.h:
238       gcalctool/display.c:
239       gcalctool/functions.c:
240       gcalctool/ce_tokeniser.l:
241       gcalctool/get.c:
242       gcalctool/gtk.c:
243       With lots of help from Sami Pietila <sampie@utu.fi>
244       Fix for bug #326938 – Display cursor in input area; allow home
245       and end keys. This is in arithmetic precedence mode only.
247 2007-10-08 Rich Burridge <rich.burridge@sun.com>
249     * gcalctool/graphics.c:
250       Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 
251       places menu items.
253 2007-10-02 Rich Burridge <rich.burridge@sun.com>
255     * help/C/gcalctool.xml:
256       gcalctool/calctool.h:
257       gcalctool/ce_tokeniser.l:
258       Fix for bug #439087 – Gcalctool can't handle small physic constants 
259       like the Boltzmann constant. The number of significant places has
260       been increased to 99 and the number of displayable digits has been
261       increased to 200. The online help has been adjusted to reflect these
262       changes.
264       Note that if you have something in the gcalctool display that is 
265       wider than the display area, a scrollbar is shown, but the first 
266       digit isn't properly displayed. The workaround here, is to enlarge 
267       the size of the calculator window until the scrollbar goes away.
268       I believe this is a Gtk+ problem and have filed bug #482688 against it.
270     * help/C/gcalctool.xml:
271       Fixed bug #367738 – [doc] Square root documentation needs to be updated.
272       The entry in the online help now includes examples for both arithmetic 
273       precedence and non-arithmetic precedence mode.
275     * help/C/gcalctool.xml:
276       Fixed bug #428571 – [doc] Repetitive usage of "use".
278 2007-10-01 Rich Burridge <rich.burridge@sun.com>
280     * gcalctool/Makefile.am:
281       configure.in:
282       From Rémi Cardona <remi@gentoo.org>
283       Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
285     * help/C/gcalctool.xml:
286       gcalctool/calctool.c:
287       gcalctool/display.c:
288       gcalctool/calctool.h:
289       gcalctool/functions.c:
290       gcalctool/lr_tokeniser.l:
291       gcalctool/ce_tokeniser.l:
292       gcalctool/gcalctool.1:
293       Fixed bug #428573 – [doc] Spelling of logical gates.
294       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
295       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
296       display area in arithmetic precedence mode. The gcalctool manual
297       pages and the online help have been updated accordingly.
299       The XOR operation in non-arithmetic mode was doing a multiplication 
300       instead.
302       The result for the AND example in the online help was incorrect.
304       The syntax for using NOT in aritmetic mode is different then for
305       non-arithmetic mode. The online help example has been updated to
306       show both examples.
308 2007-09-28 Rich Burridge <rich.burridge@sun.com>
310     * help/C/gcalctool.xml:
311       gcalctool/calctool.c:
312       gcalctool/calctool.h:
313       gcalctool/functions.c:
314       gcalctool/lr_tokeniser.l:
315       gcalctool/ce_tokeniser.l:
316       gcalctool/gcalctool.1:
317       gcalctool/gtk.c:
318       gcalctool/ce_parser.y:
319       With lots of help from Sami Pietila <sampie@ariana-dsl.utu.fi>
320       Fixed bug #469245 – Hexadecimal input is not intuitive and
321       bug #455889 – Copy/paste of lower case hex letter does not work.
322       The hexadecimal digits have been changed back to their pre Sept
323       2003 (bug #118826) values of "a" - "f".
325       The following functions have also had their keyboard shortcuts
326       reverted back to their pre Sept 2003 upper-case values:
328       [A] - Set accuracy
329       [C] - Change sign
330       [D] - Double-declining depreciation
331       [E] - Enter an exponential number
332       [F] - User-defined functions
334       With copy/paste operations, where the user is pasting a string into
335       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
336       "D" or "F" character is encountered, it will be converted to its
337       lowercase equivalent. If an "E" is found,  and the next character is a
338       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
339       a possible exponential number), otherwise its converted to a lower
340       case "e".
342       Displaying of hex digits in the gcalctool display will still be
343       in uppercase. Displaying of the "e" in an exponential number will
344       still be in lower-case.
346       The way to enter exponential numbers in arithmetic precedence mode
347       has changed. The following four examples should show you the new
348       correct syntax:
350         1  2  Exp + 8  =              1200000000
351       - 1  2  Exp + 8  =             -1200000000
352         1  2  Exp - 8  =              0.00000012
353       - 1  2  Exp - 8  =             -0.00000012
355       In both left-to-right precedence and arithmetic precedence modes, if
356       the user enters a numeric digit that is incorrect for the current
357       numeric base, this shouldn't be allowed and should not be entered
358       in the display.
360       The gcalctool documentation (and tooltips) have been updated to
361       reflect these changes.
363 2007-09-24 Rich Burridge <rich.burridge@sun.com>
365     * From Christian Persch <chpe@gnome.org>
366       gcalctool/gtk.c:
367       Fixed bug #479102 – memory registers dialogue should use ngettext.
369 2007-09-21 Rich Burridge <rich.burridge@sun.com>
371     * Updated the MAINTAINERS file with Sami's new email address.
373     * From Christian Persch <chpe@gnome.org>
374       gcalctool/gtk.c:
375       Fixed bug #478961 – GtkAaction use.
377     * From Christian Persch <chpe@gnome.org>
378       gcalctool/gtk.c:
379       Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
381     * From Christian Persch <chpe@gnome.org>
382       gcalctool/gtk.c:
383       Fixed bug #478979 – show menu help in statusbar.
385     * From Christian Persch <chpe@gnome.org>
386       gcalctool/gtk.c:
387       Fixed bug #479064 – should use ngettext on the Acc button.
389     * From Christian Persch <chpe@gnome.org>
390       gcalctool/gtk.c:
391       Fixed bug #479097 – use gtkmessagedialog.
393     * From Christian Persch <chpe@gnome.org>
394       gcalctool/gtk.c:
395       Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
397 2007-09-17 Rich Burridge <rich.burridge@sun.com>
399     * Released a gcalctool tarball for GNOME 2.20.0.
401 2007-09-03 Rich Burridge <rich.burridge@sun.com>
403     * Released a gcalctool tarball for GNOME 2.19.92.
405 2007-08-27 Rich Burridge <rich.burridge@sun.com>
407     * Released a gcalctool tarball for GNOME 2.19.91.
409 2007-08-17 Rich Burridge <rich.burridge@sun.com>
411     * From Lionel Le Folgoc
412       gcalctool.desktop.in:
413       Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
415 2007-08-13 Rich Burridge <rich.burridge@sun.com>
417     * Released a gcalctool tarball for GNOME 2.19.90.
419 2007-08-11 Rich Burridge <rich.burridge@sun.com>
421     * MAINTAINERS:
422       Adjusted to the new format.
424 2007-07-30 Rich Burridge <rich.burridge@sun.com>
426     * Released a gcalctool tarball for GNOME 2.19.6.
428 2007-07-30 Jan Arne Petersen <jpetersen@jpetersen.org>
430     * configure.in:
431       Remove help/de/Makefile due to gnome-doc-utils migration.
433 2007-07-24 Rich Burridge <rich.burridge@sun.com>
435     * From Christopher Taylor et al
436       configure.in:
437       gcalctool/gtk.c:
438       Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
439       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
441 2007-07-22 Yair Hershkovitz <yairhr@gmail.com>
442     * gcalctool/gtk.c:
443       Always use left-to-right direction for button's boxes. Fixed bug
444       #439415.
446 2007-07-08 Rich Burridge <rich.burridge@sun.com>
448     * gcalctool.desktop.in:
449       Applied Sun patch 
450       /jds/spec-files/trunk/patches/gcalctool-01-menu-entry.diff.
451       Changed the Comment line.
453     * Released a gcalctool tarball for GNOME 2.19.5.
455 2007-06-26 Rich Burridge <rich.burridge@sun.com>
457     * gcalctool/mpmath.c:
458       Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
460     * gcalctool/gtk.c:
461       Fixed bug #450790 – crash in Calculator when pasting in a very large
462       number.
464 2007-06-18 Rich Burridge <rich.burridge@sun.com>
466     * From Jani Monoses
467       Fixed bug #448263 – drop libgnome dependency
469     * Released a gcalctool tarball for GNOME 2.19.4.
471 2007-06-04 Rich Burridge <rich.burridge@sun.com>
473     * Released a gcalctool tarball for GNOME 2.19.3.
475 2007-05-21 Rich Burridge <rich.burridge@sun.com>
477     * Fixed bug #439985 – Negative value not saved in memory register 
478       across invocations of gcalctool. This was also a problem was negative
479       constants.
481 2007-05-13 Rich Burridge <rich.burridge@sun.com>
483     * Released a gcalctool tarball for GNOME 2.19.2.
485 2007-04-30 Rich Burridge <rich.burridge@sun.com>
487    * gcalctool/display.c:
488      gcalctool/functions.c:
489      From: Sami Pietilä
490      Fixed bug #419927 - calculator rcl function does not work as documented.
492 2007-04-23 Rich Burridge <rich.burridge@sun.com>
494     * Released a gcalctool tarball for GNOME 2.19.1.
495       (gcalctool version number now aligns with the GNOME 
496        minor.micro numbers).
498 2007-04-18 Rich Burridge <rich.burridge@sun.com>
500    * gcalctool/gtk.c:
501      Fixed up various compiler warnings.
503 2007-04-13  Changwoo Ryu  <cwryu@debian.org>
505     * configure.in:
506       Removed line for help/ko/Makefile.in due to gnome-doc-utils
507       migration.
509 2007-03-28 Rich Burridge <rich.burridge@sun.com>
511    * gcalctool.desktop.in:
512      Fixed bug #413443 – gnome-calculator is not publically visible icon.
514 2007-03-12 Rich Burridge <rich.burridge@sun.com>
516     * gcalctool/gtk.c:
517       Adjust "Paste" to _("Paste") in the for_each_menu() routine for 
518       bug #317786 – copy and paste menu entries are always active.
520 2007-03-12 Rich Burridge <rich.burridge@sun.com>
522     * Released a gcalctool tarball for GNOME 2.18.0 (Final).
524 2007-03-08  Christian Kirbach  <Christian.Kirbach@googlemail.com>
526         * gcalctool.desktop.in:
527         "Application" is not a valid category in the freedesktop specification.
528         Added the GTK category.
530 2007-02-27 Rich Burridge <rich.burridge@sun.com>
532     * gcalctool/gtk.c:
533       Fixed bug 412688 - gcalctool crashed with SIGSEGV in strlen().
535 2007-02-25 Rich Burridge <rich.burridge@sun.com>
537     * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
539 2007-02-12 Rich Burridge <rich.burridge@sun.com>
541     * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
543 2007-02-06 Rich Burridge <rich.burridge@sun.com>
545     * gcalctool/gtk.c:
546       Fixed bug #402473 – Problems pasting back value when using 
547       thousands separator.
549 2007-01-22 Rich Burridge <rich.burridge@sun.com>
551     * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
553 2007-01-17 Rich Burridge <rich.burridge@sun.com>
555     * gcalctool/gtk.c:
556       Fixed bug #397788 – Need spin control limit for Acc Other popup.
558 2007-01-16 Rich Burridge <rich.burridge@sun.com>
560     * gcalctool/gtk.c:
561       From Thomas Molhave
562       Fixed bug #317786 - copy and paste menu entries are always active.
564 2007-01-08 Rich Burridge <rich.burridge@sun.com>
566     * All copyright messages updated for 2007.
567     * Released a gcalctool tarball for GNOME 2.17.5.
569 2006-12-17 Rich Burridge <rich.burridge@sun.com>
571     * Released a gcalctool tarball for GNOME 2.17.4.
573 2006-12-15 Rich Burridge <rich.burridge@sun.com>
575     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
576       Fixed bug #371669 - Floating Hexadecimal values converting to any.
578 2006-12-08 Rich Burridge <rich.burridge@sun.com>
580     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
581       Fixed bug #381037 – result can not be used for "mod" operation.
583     * Fixed bug #369503 – Problems with 'arithmetic precedence mode'.
585 2006-12-04 Rich Burridge <rich.burridge@sun.com>
587     * Released a gcalctool tarball for GNOME 2.17.3.
589 2006-11-28 Rich Burridge <rich.burridge@sun.com>
591     * gcalctool/gtk.c:
592       Fixed bug #380145 – Markup error in alert message.
594 2006-11-27 Rich Burridge <rich.burridge@sun.com>
596     * gcalctool/gtk.c:
597       In set_win_position(), initialized the x and y variables.
599     * help/C/gcalctool.xml:
600       Fixed bug #367754 - [doc] Update documentation for % operator.
602     * help/C/gcalctool.xml:
603       Fixed bug #367728 - [doc] Update documentation for Mod (Modulus 
604       Division) operation.
606     * help/C/gcalctool.xml:
607       Fixed bug #367715 - [doc] Update doc to mention saving of memory 
608       registers.
610     * help/C/gcalctool.xml:
611       Fixed bug #367718 - [doc] Documentation change needed for 
612       View->Memory Registers menu item inactive.
614     * help/C/gcalctool.xml:
615       Fixed bug #367735 - [doc] Update documentation for Ctrm operation.
617     * help/C/gcalctool.xml:
618       Fixed bug #367740 - [doc] Documentation for Clear Entry and Clear 
619       could be better.
621     * help/C/gcalctool.xml:
622       Fixed bug #367725 - [doc] Update documentation for the Memory 
623       Register Window.
625     * help/C/gcalctool.xml:
626       Fixed bug #367720 - [doc] Documentation change needed for keyboard 
627       shortcuts for buttons with menus associated with them.
629     * help/C/gcalctool.xml:
630       Fixed bug #367712 - [doc] Need to document how to enter scientific 
631       number s with a negative exponent in AOP mode.
633 2006-11-20 Rich Burridge <rich.burridge@sun.com>
635     * gcalctool/gtk.c:
636       Modified patch from Sun Bugster bug #6480076.
637       Made the gcalctool display areas focusable.
639     * help/C/gcalctool.xml:
640       Fixed bug #367722 – [doc] Update documentation for Xor and x^y 
641       operations.
643 2006-11-18 Rich Burridge <rich.burridge@sun.com>
645     * gcalctool/gtk.c:
646       Fixed bug #76572 - Primary selection is not recognised.
648 2006-11-04 Rich Burridge <rich.burridge@sun.com>
650     * Released a gcalctool tarball for GNOME 2.17.2.
652 2006-10-30 Rich Burridge <rich.burridge@sun.com>
654     * gcalctool/calctool.c:
655       gcalctool/calctool.h:
656       gcalctool/display.c:
657       gcalctool/functions.c:
658       gcalctool/get.c:
659       gcalctool/gtk.c:
660       Fixed bug #358782 (http://bugzilla.gnome.org/show_bug.cgi?id=358782)
661       Fixup sloppy string handling.
663     * gcalctool/function.c:
664       Fixup sloppy code indentation.
665       Remove unwanted (commented out) code.
666       Adjusted to /* ... */ style comments.
668 2006-10-23 Rich Burridge <rich.burridge@sun.com>
670     * gcalctool/get.c:
671       From Paul Schulz:
672       Fixed bug #364410 (http://bugzilla.gnome.org/show_bug.cgi?id=364410)
673       Incorrectly rounded pi constant.
675 2006-10-16 Rich Burridge <rich.burridge@sun.com>
677     * Released a gcalctool tarball for GNOME 2.17.1.
679 2006-10-07 Elijah Newren <newren gmail com>
681     * gcalctool/gtk.c (create_change_mode_dialog): Remove markup from
682       translatable messages.  #360453
684 2006-10-03 Rich Burridge <rich.burridge@sun.com>
686     * gcalctool/display.c:
687       From Matt Keenan <matt dot keenen at sun period com>
688       Fixed bug 359291 - crash when localized decimal point is greater 
689       than 1 char. Removed the bogus assert.
691 2006-10-01 Rich Burridge <rich.burridge@sun.com>
693     * gcalctool/calctool.c:
694       gcalctool/gtk.c:
695       From Matthias Clasen:
696       Fixed bug #358337 (http://bugzilla.gnome.org/show_bug.cgi?id=358337)
697       gcalctool no longer crashes in the Oriya locale due to sloppy string
698       handling.
700 2006-09-29 Sami Pietila <sampie@ariana-dsl.utu.fi>
702     * Fixed pr #354730 - crash in Calculator: running
703       3x10^38 using bi..
705 2006-09-28 Sami Pietila <sampie@ariana-dsl.utu.fi>
707     * Fixed pr #357208 - Bitcalculating extension needs to
708       support negative numbers
710 2006-09-22 Rich Burridge <rich.burridge@sun.com>
712     * gcalctool/calctool.c:
713       gcalctool/calctool.h:
714       gcalctool/extern.h:
715       gcalctool/functions.c:
716       gcalctool/functions.h:
717       gcalctool/get.c:
718       gcalctool/gtk.c:
719       From Sami Pietila <sampie@ariana-dsl.utu.fi>
720       Fixed bug #157961 - Bitcalculating extension for gcalctool.
722 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
724     * Fixed pr #355648 - Error reporting should be consistent.
726 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
728     * Fixed pr #135140 - percent operator works not as expected.
729         
730 2006-09-06 Rich Burridge <rich.burridge@sun.com>
732     * gcalctool/calctool.c:
733       gcalctool/calctool.h:
734       gcalctool/get.c:
735       gcalctool/gtk.c:
736       Fixed bug #349981 - gcalctool should save screen position for next 
737       start.
739 2006-09-04 Rich Burridge <rich.burridge@sun.com>
741     * Released a gcalctool tarball for GNOME 2.16.0 (Final).
743 2006-08-18 Rich Burridge <rich.burridge@sun.com>
745     * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
747 2006-08-09 Rich Burridge <rich.burridge@sun.com>
749     * gcalctool/functions.c:
750       gcalctool/graphics.c:
751       gcalctool/gtk.c:
752       Removed several chunks of code that were surronded by #if 0/#endif.
754 2006-08-07 Rich Burridge <rich.burridge@sun.com>
756     * gcalctool/display.c:
757       gcalctool/functions.c:
758       gcalctool/graphics.c:
759       Fixed bug #350341 (http://bugzilla.gnome.org/show_bug.cgi?id=350341)
760       gcalctool now builds again with gcc v2.95.
762 2006-08-06 Rich Burridge <rich.burridge@sun.com>
764     * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
766 2006-07-28 Lucas Rocha <lucasr@gnome.org>
768     * configure.in:
769       Removed line for help/es/Makefile.in due to g-d-u migration.
770     * help/Makefile.am:
771       Removed es from SUBDIRS due to g-d-u migration. 
773 2006-07-24 Rich Burridge <rich.burridge@sun.com>
775     * gcalctool/calctool.c:
776       More work on bug #347700 
777       (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
778       Added another "Note to translators" comment for the Abs button labels.
780     * configure.in:
781       Fixed bug #348452 (http://bugzilla.gnome.org/show_bug.cgi?id=348452)
782       Removed line for help/sv/Makefile.in
784     * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
786 2006-07-20 Rich Burridge <rich.burridge@sun.com>
788     * gcalctool/calctool.c:
789       Work on bug #347700 (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
790       Added a "Note to translators" comment for the Bksp and Clr button
791       labels.
793 2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
795     * gcalctool/gtk.c (about_cb): Updated FSF postal address.
797 2006-07-10 Rich Burridge <rich.burridge@sun.com>
799     * Released a gcalctool tarball for GNOME 2.15.4.
801 2006-06-09 Rich Burridge <rich.burridge@sun.com>
803     * Released a gcalctool tarball for GNOME 2.15.3.
805 2006-06-01 Rich Burridge <rich.burridge@sun.com>
807     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
808       Fixed bug #343150 (http://bugzilla.gnome.org/show_bug.cgi?id=343150)
809       Gcalctool no longer crashes when switching to scientific mode.
811 2006-05-16 Rich Burridge <rich.burridge@sun.com>
813     * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
815 2006-05-15 Rich Burridge <rich.burridge@sun.com>
817     * Released a gcalctool tarball for GNOME 2.15.2.
819 2006-05-10 Rich Burridge <rich.burridge@sun.com>
821     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
822       Fixup compiler warnings from inclusion of last patch.
824 2006-05-08 Rich Burridge <rich.burridge@sun.com>
826     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
827       Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
828       Backspace results in mal-formed expression.
830     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
831       - = button is now also a one step undo. (This feature was temporary 
832         disabled by the previous redo/undo patch.)
834       - Removed gotos from do_expression function. (This change might add
835         unstability as this is a major change to the expression mode state
836         machine.)
838       - Functions (such as sin, cos, tan..) can use previously calculated
839         value.
841 2006-05-01 Rich Burridge <rich.burridge@sun.com>
843     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
844       First cut at an Undo/Redo implementation for use with the arithmetic
845       operator precedence mode.
847 2006-04-25 Rich Burridge <rich.burridge@sun.com>
849     * Respun the gcalctool tarball for GNOME 2.15.1 because intltool
850       is not Solarisized. It's generated constructs in .../po/Makefile.in.in
851       that do not work on Solaris. The hack fix was to change the SHELL
852       definition in .../po/Makefile.in.in to /bin/bask before running
853       make; make install; make dist
855     * Removed the no entry from the po/LINGUAS file.
857 2006-04-24 Rich Burridge <rich.burridge@sun.com>
859     * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
861     * Released a gcalctool tarball for GNOME 2.15.1.
863 2006-04-24 Rich Burridge <rich.burridge@sun.com>
865     * Fixed bug #337897 (http://bugzilla.gnome.org/show_bug.cgi?id=337897)
866       Changes to use po/LINGUAS file.
868 2006-04-17  Kjartan Maraas <kmaraas@gnome.org>
870     * configure.in: Remove obsolete entry for no_NO.
871     * po/no.po: And the translation.
873 2006-04-12 Rich Burridge <rich.burridge@sun.com>
875     * Fixed bug #338220 (http://bugzilla.gnome.org/show_bug.cgi?id=338220)
876       The 'Show trailing zeroes' option in the View menu should now be
877       correctly set [in]sensitive depending upon which mode it's in.
879 2006-03-31 Rich Burridge <rich.burridge@sun.com>
881     * Further work on the gcalctool automated test tools:
882       - Now allows comment lines starting with '#' to be read (and ignored)
883         in the input file. Same for blank lines.
885       - Added a listener to not start reading standard input until the 
886         application see a "focus:" event for gcalctool.
888       - Adjusted the isApplication() routine in runtests.py to check for
889         None.
891 2006-03-28 Rich Burridge <rich.burridge@sun.com>
893     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
894       Fixed bug #332023 (http://bugzilla.gnome.org/show_bug.cgi?id=332023)
895       The bitwise operators now work in arithmetic operator precedence
896       mode, when you use them with the result of a previous operation.
898 2006-03-28 Rich Burridge <rich.burridge@sun.com>
900     * Fixed bug #327729 (http://bugzilla.gnome.org/show_bug.cgi?id=327729)
901       The fields in the memory register window were not correctly aligned
902       in some themes. In the create_rframe() routine in gtk.c, the code has
903       been changed to use a gtk_table rather than ten gtk_hbox's.
905 2006-03-28 Rich Burridge <rich.burridge@sun.com>
907     * Fixed bug #330867 (http://bugzilla.gnome.org/show_bug.cgi?id=330867)
908       Added License info to the Gcalctool About dialog.
910 2006-03-27 Rich Burridge <rich.burridge@sun.com>
912     * Fixed bug #335095 (http://bugzilla.gnome.org/show_bug.cgi?id=335095)
913       Gcalctool no longer displays the current mode in the title bar when 
914       in Basic mode (due to lack of space).
916 2006-03-27  Tommi Vainikainen  <thv@iki.fi>
918     * .cvsignore, Makefile.am, configure.in, omf.make, xmldocs.make,
919         m4/.cvsignore: Migrated to gnome-doc-utils build system for user
920         manuals.
922 2006-03-27 Rich Burridge <rich.burridge@sun.com>
924     * From Ross Burton <ross at burtonini dot com>
925       Fixed bug #335236 (http://bugzilla.gnome.org/show_bug.cgi?id=335236)
926       Gcalctool schemas files should be installed if built with
927       "--without-gnome".
929 2006-03-27 Rich Burridge <rich.burridge@sun.com>
931     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
932       Adjustments to the AOP code so that e to the power of x gives the
933       correct answer at high precision.
935 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
937     * configure.in (ALL_LINGUAS): Added Dzongkha (dz).
939 2006-03-17 Rich Burridge <rich.burridge@sun.com>
941     * Added .../test/non_aop_input.txt, the start of an test file for
942       gcalctool in non-arithmetic operator precedence mode.
944 2006-03-13 Rich Burridge <rich.burridge@sun.com>
946     * Released a gcalctool tarball for GNOME 2.14.0 (Final).
948 2006-03-02 Rich Burridge <rich.burridge@sun.com>
950     * From Elijah Newren <newren at gmail dot com>
951       Fix for bug #333078 (http://bugzilla.gnome.org/show_bug.cgi?id=333078)
952       cvs fails to build due to bg translation of help.
954     * From Alexander Shopov <ash at contact dot bg>
955       Inclusion of a translation of gcalctool help for the bg locale.
957 2006-02-27 Rich Burridge <rich.burridge@sun.com>
959     * Released a gcalctool tarball for GNOME 2.14.0 (RC).
961 2006-02-12 Rich Burridge <rich.burridge@sun.com>
963     * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
965 2006-01-30 Rich Burridge <rich.burridge@sun.com>
967     * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
969 2006-01-23 Rich Burridge <rich.burridge@sun.com>
971     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
972       Refixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
973       The recent changes to the square root and subtraction button labels
974       broke the token parser for arithmetic operator precedence.
976 2006-01-19 Rich Burridge <rich.burridge@sun.com>
978     * Added the start of an automated test framework for gcalctool, written
979       in Python, under the new "test" sub-directory. See the comments at the
980       beginning of runtests.py for more information.
982 2006-01-17 Rich Burridge <rich.burridge@sun.com>
984     * Fixed bug #327124 (http://bugzilla.gnome.org/show_bug.cgi?id=327124)
985       Changes to fix bug #326344 had the side-effect of causing the CE
986       button to no longer work correctly.
988 2006-01-17 Rich Burridge <rich.burridge@sun.com>
990     * Fixed bug #327214 (http://bugzilla.gnome.org/show_bug.cgi?id=327214)
991       The results from performing trig functions were not being passed on
992       to future calculations correctly (in non-arithmetic operator precedence 
993       mode).
995 2006-01-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
997     * Used U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
998       for division sign, as discussed in
999       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00137.html
1000       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00157.html
1002 2006-01-13 Rich Burridge <rich.burridge@sun.com>
1004     * Released a gcalctool tarball for GNOME 2.13.5.
1006 2006-01-12 Rich Burridge <rich.burridge@sun.com>
1008     * From Wouter Bolsterlee
1009       Fixed bug #323149 (http://bugzilla.gnome.org/show_bug.cgi?id=323149)
1010       Gcalctool now uses the Unicode symbols for division, multiplication, 
1011       plus/minus, minus and square root.
1013 2006-01-10 Rich Burridge <rich.burridge@sun.com>
1015     * Fixed bug #326344 (http://bugzilla.gnome.org/show_bug.cgi?id=326344)
1016       The bit display of large numbers (in non-arithmetic operator precedence
1017       mode with the scientific view) now hopefully works correctly.
1019       It no longer converts the displayed number to a double then a long 
1020       long, which is where the loss of accuracy was occuring.
1022       This also involved adding a couple of parameters to the make_fixed() 
1023       routine in display.c to make it more generally useful for things like 
1024       this.
1026 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1028     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1029       Fixed bug #142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1030       Gcalctool no longer ignores locale specific numeric point in
1031       arithmetic operator precedence mode.
1033     * Adjusted all the copyright messages to include 2006.
1035 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1037     * Fixed bug #325074 (http://bugzilla.gnome.org/show_bug.cgi?id=325074)
1038       Gcalctool no longer crashes when you double click the 0 in the 
1039       display area. Problem was the return value of the mouse_button_cb()
1040       routine in gtk.c.
1042 2005-12-30  Abel Cheung  <maddog@linuxhall.org>
1044     * configure.in: Added "zh_HK" to ALL_LINGUAS.
1046 2005-12-23 Rich Burridge <rich.burridge@sun.com>
1048     * Released a gcalctool tarball for GNOME 2.13.4.
1050 2005-12-21 Rich Burridge <rich.burridge@sun.com>
1052     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1053       Final fix for bug #153854 
1054       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1055       Now handles the case where the first thing the user does is 
1056       change mode (Basic, Financial, Advanced, Scientific) in AOP mode.
1058 2005-12-19 Rich Burridge <rich.burridge@sun.com>
1060     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1061       Fixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1062       Sqrt (and other similar operations) no longer fail in non-English 
1063       locales
1065 2005-12-13 Rich Burridge <rich.burridge@sun.com>
1067     * Fixed bug #324001 (http://bugzilla.gnome.org/show_bug.cgi?id=324001)
1068       Primary Selection (middle mouse button) is now working.
1070 2005-12-12 Rich Burridge <rich.burridge@sun.com>
1072     * Released a gcalctool tarball for GNOME 2.13.3.
1074 2005-11-28 Rich Burridge <rich.burridge@sun.com>
1076     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1077       More work on bug #153854 
1078       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1079       Similar change to that made on 15th November 2005, this time for
1080       arithmetic operator precedence (AOP) mode. Still need to correct 
1081       handle this is AOP mode if it's the first thing the user does.
1083 2005-11-17 Rich Burridge <rich.burridge@sun.com>
1085     * Slight fixup for bug #157961. The toggling of the first bit in the
1086       bit panel wasn't working correctly. The long long lval variable in
1087       the bit_toggled() routine in gtk.c needed to be made unsigned.
1089 2005-11-15 Rich Burridge <rich.burridge@sun.com>
1091     * More work on bug #153854 
1092       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1093       If the user has completed a calculation and we are going to a
1094       new mode that is "compatible" with this one, then just change
1095       modes. Otherwise display a dialog warning the user that the
1096       current calculation will be cleared.
1098       Incompatible modes are:
1100       Scientific -> Basic
1101       Scientific -> Advanced
1102       Scientific -> Financial
1104       (unless we are in Scientific mode with Decimal numeric base and Fixed).
1105       These changes work nicely in non-arithmetic operator precedence mode.
1106       For some reason, the display is still being cleared in arithmetic
1107       operator precedence mode. Keeping the bug open and transferring to 
1108       Sami for further evaluation.
1110 2005-11-14 Rich Burridge <rich.burridge@sun.com>
1112     * Released a gcalctool tarball for GNOME 2.13.2.
1114 2005-11-03 Rich Burridge <rich.burridge@sun.com>
1116     * Fixed bug #316755 (http://bugzilla.gnome.org/show_bug.cgi?id=316755)
1117       Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect: 
1118       assertion `window != NULL' failed" warnings at startup.
1120 2005-10-27 Rich Burridge <rich.burridge@sun.com>
1122     * Fixed bug #319934 (http://bugzilla.gnome.org/show_bug.cgi?id=319934)
1123       The percent operator was broken in non-arithmetic operator precedence
1124       mode.
1126 2005-10-13 Rich Burridge <rich.burridge@sun.com>
1128     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1129       Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1130       Exponential notation now works correctly in arithmetic operator
1131       precedence mode.
1133 2005-09-26 Rich Burridge <rich.burridge@sun.com>
1135     * Slight adjustment to the bit panel. It's now centralized.
1137 2005-09-23 Rich Burridge <rich.burridge@sun.com>
1139     * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1140       needed to also preserve v->toclear and v->pointed.
1142     * Work on enhancement request #157961
1143       (http://bugzilla.gnome.org/show_bug.cgi?id=157961).
1144       Started to implement the bit panel for non-arithmetic precedence mode.
1145       It's automatically displayed when in Scientific mode.
1147 2005-09-19 Rich Burridge <rich.burridge@sun.com>
1149     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1150       Implemented enhancement request #148104 for arithmetic precedence
1151       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1152       The modulo operation. See entry below for more details.
1154 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1156     * Fixed bug #316382 (http://bugzilla.gnome.org/show_bug.cgi?id=316382)
1157       The "useless" cursor is no longer displayed in the calculator 
1158       display area.
1160 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1162     * Implemented enhancement request #148104 for non-arithmetic precedence
1163       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1164       Added in a modulo operation. This is available in Scientic Mode.
1165       A Mod B return the remainder when you divide A by B. A and B must be
1166       integers. Keyboard shortcut for this operation is "M".
1168 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1170     * Fixed bug #162453 (http://bugzilla.gnome.org/show_bug.cgi?id=162453)
1171       The memory register dialog now uses GtkEntry widgets to display the
1172       register values. Gnopernicus can now correctly speak the contents of 
1173       each memory register. There is also a close button to easily dismiss 
1174       this dialog.
1176 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1178     * Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=312609)
1179       The memory register window is now a dialog rather than a top-level 
1180       window.
1182 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1184     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1185       Fixed bug #311307 (http://bugzilla.gnome.org/show_bug.cgi?id=311307)
1186       Fix to prevent invalid numeric entry in arithmetic operator precedence
1187       mode, depending upon the current base.
1189 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1191     * From yselkowitz at users dot sourceforge dot net
1192       A number of the bison- and flex-related make rules in 
1193       .../gcalctool/Makefile.am were broken when builddir != srcdir. 
1195 2005-08-26 Rich Burridge <rich.burridge@sun.com>
1197     * From dmacks at netspace dot org
1198       Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=314540)
1199       The libparser.a library needs ranlib run on it for Mac OS X.
1201 2005-08-24 Rich Burridge <rich.burridge@sun.com>
1203     * From Diego Petten? <flameeyes at gentoo dot org>
1204       Fixed bug #314375 (http://bugzilla.gnome.org/show_bug.cgi?id=314375)
1205       Replaced usage of malloc.h with stdlib.h in syntax_translation.c
1207 2005-08-22 Rich Burridge <rich.burridge@sun.com>
1209     * Generated release for GNOME 2.12 (RC)
1211     * From Olaf Heiring <olh at suse dot de> (via Rodrigo Moya)
1212       Changed type of argument in paren_disp from char to int for 64bit.
1214 2005-08-11 Rich Burridge <rich.burridge@sun.com>
1216     * Fixed bug #313255 (http://bugzilla.gnome.org/show_bug.cgi?id=313255)
1217       The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1219 2005-08-08 Rich Burridge <rich.burridge@sun.com>
1221     * Generated release for GNOME 2.11.91 (beta2).
1223 2005-08-04  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
1225     * configure.in: Added "te" to ALL_LINGUAS
1227 2005-08-03 Sami Pietila <sampie@ariana-dsl.utu.fi>
1229     * Fixed pr310167. Removed "ans" from the list of translated words.
1230         
1231 2005-07-25 Rich Burridge <rich.burridge@sun.com>
1233       Fixed bug #311306 (http://bugzilla.gnome.org/show_bug.cgi?id=311306)
1234       If the user was in View->Scientific with base Bin, Oct or Hex and 
1235       then went to View->Basic, then returned to View->Scientific, some of
1236       the numeric keys were incorrectly greyed out.
1238 2005-07-19 Rich Burridge <rich.burridge@sun.com>
1240     * From Christian Krause <chkr at plauener dot de>
1241       Fixed bug #310849 (http://bugzilla.gnome.org/show_bug.cgi?id=310849)
1242       Gcalctool no longer crashes when pressing the "B" button (or typing 
1243       Shift-B).
1245 2005-07-18 Rich Burridge <rich.burridge@sun.com>
1247     * Fixed bug #310791 (http://bugzilla.gnome.org/show_bug.cgi?id=310791)
1248       Memory register window view logic was screwed.
1250 2005-07-15 Rich Burridge <rich.burridge@sun.com>
1252     * From Jens Granseuer <jenssgr at gmx dot net>
1253       Fixed bug #310441 (http://bugzilla.gnome.org/show_bug.cgi?id=310441)
1254       Adjusted code to compile with gcc 2.95.2. (There was an assert before
1255       variable declarations in do_tfunc() in functions.c
1257 2005-07-11 Rich Burridge <rich.burridge@sun.com>
1259     * Fixed bug #153854 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1260       When the user changes modes, a warning dialog is displayed to let
1261       them know that their current display will be cleared and the base
1262       reset to decimal. The user has the option of checking a toggle box
1263       on the dialog, that will prevent this warning from being displayed 
1264       again.
1266 2005-07-01 Rich Burridge <rich.burridge@sun.com>
1268     * From Matt Keenan <matt.keenan@sun.com>
1269       Fixed bug #309294 (http://bugzilla.gnome.org/show_bug.cgi?id=309294)
1270       Adjustments to allow gcalctool to successfully build on Solaris with
1271       pkgconfig >= 0.17.1
1273 2005-06-30 Rich Burridge <rich.burridge@sun.com>
1275     * Fixed bug #309182 (http://bugzilla.gnome.org/show_bug.cgi?id=309182)
1276       In non-arithmetic precdence mode, gcalctool can now correctly change
1277       the sign of the exponent on scientific numbers again. The problem was
1278       caused by a chunk of code being removed from the handling of the 
1279       "+/-" case when the arithmetic operator precedence code was merged in.
1281 2005-06-21 Rich Burridge <rich.burridge@sun.com>
1283     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1284       Fixed bug #308408 (http://bugzilla.gnome.org/show_bug.cgi?id=308408)
1285       gcalctool can now correctly convert the hexadecimal numbers "A-F"
1286       to other bases in "use arithmetic operator precedence mode".
1288 2006-06-10  Jordi Mallach  <jordi@debian.org>
1290         * gcalctool/gcalctool.1: Fix two typos (Debian Bug#310356).
1292 2006-06-03  Christian Rose  <menthos@menthos.com>
1294         * configure.in: Added "gl" to ALL_LINGUAS.
1296 2005-05-31 Rich Burridge <rich.burridge@sun.com>
1298     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1299       Fixed bug #305619 (http://bugzilla.gnome.org/show_bug.cgi?id=305619)
1300       Calculations with stored register values in arithmetic operator 
1301       precedence mode, now work correctly.
1303 2005-05-26 Rich Burridge <rich.burridge@sun.com>
1305     * From Christian Krause <chkr at plauener dot de>
1306       Fixed bug #305034 (http://bugzilla.gnome.org/show_bug.cgi?id=305034)
1307       In "Use Arithmetic Precedence" mode, when switching the format 
1308       (e.g. from ENG to FIX), the displayed value switches to zero (in the 
1309       corresponding format, so e.g. 0.0 or 0e+0, ...).
1311 2005-05-25 Rich Burridge <rich.burridge@sun.com>
1313     * Fixed bug #305467 (http://bugzilla.gnome.org/show_bug.cgi?id=305467)
1314       gcalctool no longer crashes under the following scenerio:
1315       - type "f" to bring up the user function menu.
1316       - dismiss the menu by clicking elsewhere with the mouse.
1317       - type another character which isn't in the range "0" to "9".
1319 2005-05-18 Rich Burridge <rich.burridge@sun.com>
1321     * Did a gcalctool tarball release.
1323 2005-05-16 Rich Burridge <rich.burridge@sun.com>
1325     * Fixed bug #304056 (http://bugzilla.gnome.org/show_bug.cgi?id=304056)
1326       Adjusted the keyboard shortcuts for the Xor and x^y operations.
1327       New values are:
1328       Xor - 'x'
1329       x^y - '^'
1331 2005-05-02 Rich Burridge <rich.burridge@sun.com>
1333     * From Paolo Borelli <pborelli at katamail dot com>
1334       Fixed bug #302555 (http://bugzilla.gnome.org/show_bug.cgi?id=302555)
1335       Various gcalctool variables have now been const'ified.
1337 2005-04-21 Rich Burridge <rich.burridge@sun.com>
1339     * From Vincent van Adrighem <adrighem at gnome dot org>
1340       Fixed bug #300957 (http://bugzilla.gnome.org/show_bug.cgi?id=300957)
1341       Replaced the underscore character in "translator_credits" with a
1342       hyphen, to prevent some translation tools from being confused.
1344 2005-04-13 Rich Burridge <rich.burridge@sun.com>
1346     * More work on bug #172704. 
1347       - Adjusted the code to not try to display a menu when the user 
1348         entered a left parentheses (another do_pending() type of 
1349         operation).
1350       - Toggling the "Show Trailing Zeroes" operation via keyboard
1351         shortcuts, needed to clear the v-.pending flag.
1353 2005-04-11 Rich Burridge <rich.burridge@sun.com>
1355     * Fixed up some problems reported by lint.
1357 2005-04-07 Rich Burridge <rich.burridge@sun.com>
1359     * Fixed bug #172704 (http://bugzilla.gnome.org/show_bug.cgi?id=172704)
1360       Fixed bug #172869 (http://bugzilla.gnome.org/show_bug.cgi?id=172869)
1361       When the user now uses the keyboard shortcut for any of the gcalctool
1362       buttons that have a menu associated with them, that menu is now displayed.
1363       The user can use the arrow keys to select a menu item or the menu items 
1364       shortcut.
1366 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1368     * From Alan Horkan <horkana@tcd.ie>
1369       Fixed bug #171393 (http://bugzilla.gnome.org/show_bug.cgi?id=171393)
1370       Allow stock labels to show through. Should make translation that 
1371       little bit easier. 
1373 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1375     * Refixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1376       The Help->Contents menu item no longer appears if gcalctool is built
1377       Gtk-only.
1379 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1381     * Fixed bug #172798 (http://bugzilla.gnome.org/show_bug.cgi?id=172798)
1382       gtk_set_locale was already being run by gtk_init() and the gtk about 
1383       popup didn't have the gcalctool icon.
1385 2005-03-31  Steve Murphy  <murf@e-tools.com>
1387     * configure.in: Added "rw" to ALL_LINGUAS.
1389 2005-03-28  Abel Cheung  <maddog@linuxhall.org>
1391     * configure.in: Added "tr" to ALL_LINGUAS.
1393 2005-03-31 Sami Pietila <sampie@ariana-dsl.utu.fi>
1395     * Fix for bug #172150
1396     * Minor fix: the initial zero value is not anymore used as a
1397       function parameter.
1399 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1401     * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1402       the on-screen keyboard assistive technology, it's possible that the 
1403       event returned by gtk_get_current_event() is NULL. If this is the 
1404       case, we need to fudge the popping up on the menu associated with 
1405       this menu button.
1407 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1409     * Fixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1410       You can now build gcalctool without the GNOME libraries by specifying
1411       "--disable-gnome" on the configure command line.
1413 2005-03-22  Adi Attar  <aattar@cvs.gnome.org>
1415         * configure.in: Added 'xh' to ALL_LINGUAS.
1417 2005-03-19 Sami Pietila <sampie@ariana-dsl.utu.fi>
1419     * Fix for bug #168385
1420     * Minor cleanups
1421         
1422 2005-03-10 Rich Burridge <rich.burridge@sun.com>
1424     * Fixed bug #167479 (http://bugzilla.gnome.org/show_bug.cgi?id=167479)
1425       gcalctool with set the View->Memory Registers menu item inactive if
1426       the calculator is in Basic mode.
1428 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1430     * Fixed bug #169196 (http://bugzilla.gnome.org/show_bug.cgi?id=169196)
1431       gcalctool now uses use g_get_home_dir().
1433     * Added in a better implementation of the trig_filter() routine in 
1434       functions.c
1436     * Fixed bug #168694 (http://bugzilla.gnome.org/show_bug.cgi?id=168694)
1437       gcalctool now saves/restores the ten memory register values as gconf 
1438       resources.
1440     * Removed the redundant process_str() routine in graphics.c
1442 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1444     * Version for GNOME 2.10.0 (final) call for tarballs.
1446 2005-03-07 Irene Ryan <irene.ryan@sun.com>
1447                         (on behalf of Maeve Anslow)
1449         * help/C/gcalctool.xml; updated help manual
1450         * help/C/gcalctool-C.omf; updated OMF file details
1451         * help/C/l10n.txt; updated instructions for L10N
1452         * help/C/figures/gcalctool_basic_window.png; updated screenshot
1453         * help/C/figures/gcalctool_scientific_window.png; updated screenshot
1454         
1455 2005-02-28 Rich Burridge <rich.burridge@sun.com>
1457     * Version for GNOME 2.10.0 (rc1) call for tarballs.
1459 2005-02-27 Rich Burridge <rich.burridge@sun.com>
1461     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1462       Partial fix for bug 168385 
1463       (http://bugzilla.gnome.org/show_bug.cgi?id=168385)
1464       "F+F=" wasn't working in arithmetic operator precedence mode.
1466 2005-02-18 Rich Burridge <rich.burridge@sun.com>
1468     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1469       Changes to make the trigonometric code work with hyp and inv
1470       properly.
1472 2005-02-15 Rich Burridge <rich.burridge@sun.com>
1474     * The fix for bug #162998 was incorrect when in Arithmetic Precedence
1475       mode. Had to remove an extra bogus signal handler that shouldn't
1476       have been connected up for menu-type buttons.
1478     * Exch functionality was incorrect in Arithmetic Precedence mode.
1480     * Left and Right shift operations weren't working correctly. Menu
1481       name comparison in mb_proc() in gtk.c was incorrect.
1483 2005-02-11 Rich Burridge <rich.burridge@sun.com>
1485     * Fixed bug 167124 (http://bugzilla.gnome.org/show_bug.cgi?id=167124)
1486       One of the entries in the words[] array in syntax_translation.c was
1487       accidentally commented out.
1489 2005-02-08 Rich Burridge <rich.burridge@sun.com>
1491     * From Dennis Cranston <dennis_cranston at yahoo com>
1492       Fixed bug 166634 (http://bugzilla.gnome.org/show_bug.cgi?id=166634)
1493       Call to create the About box was missing a NULL terminator.
1495 2005-02-07 Rich Burridge <rich.burridge@sun.com>
1497     * Adjusted all copyright messages to be 2005.
1498     * Version for GNOME 2.10.0 (beta2) call for tarballs.
1500 2005-02-03 Rich Burridge <rich.burridge@sun.com>
1502     * From Naveen & Team < naveenchandranv@gmail.com >
1503       Fixed bug #165522 (http://bugzilla.gnome.org/show_bug.cgi?id=165522)
1504       Made the status bar non-resizable.
1506 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1508     * From Mariano Suárez-Alvarez <msuarezalvarez at arnet dot com dot ar>
1509       Various code cleanups. It moves some declarations of static functions 
1510       to the corresponding .c files. It also cuts down the number of 
1511       included files, moving some includes to where they are needed from 
1512       calctool.h.
1514 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1516     * From Kristof Vansant <de_lupus at pandora dot be>
1517       Adjusted the About dialog to use the latest GtkAbout widget.
1519 2005-01-24 Rich Burridge <rich.burridge@sun.com>
1521     * Version for GNOME 2.10.0 (beta1) call for tarballs.
1523 2005-01-21 Rich Burridge <rich.burridge@sun.com>
1525     * Fixed bug #162998 (http://bugzilla.gnome.org/show_bug.cgi?id=162998)
1526       The "menu" buttons in gcalctool now responds to the "clicked" event
1527       rather than the "button-press-event" to allow gok, the on-screen 
1528       keyboard to function properly.
1530     * Fixed bug #159957 (http://bugzilla.gnome.org/show_bug.cgi?id=159957)
1531       Input number in FIX mode now make mimimal changes to (i.e append a
1532       single character) the display rather than completely delete and
1533       insert it. The is helpful to assistive technologies like gnopernicus.
1535 2005-01-18 Rich Burridge <rich.burridge@sun.com>
1537     * Fixed bug #164184 (http://bugzilla.gnome.org/show_bug.cgi?id=164184)
1538       Adjusted location of comments in syntax_translation.c so that the
1539       L10N message translation software isn't confused.
1541 2005-01-12 Rich Burridge <rich.burridge@sun.com>
1543     * Fixed bug #163468 (http://bugzilla.gnome.org/show_bug.cgi?id=163468)
1544       Pressing "(<Del>)" would cause gcalctool to crash.
1546 2004-01-10 Rich Burridge <rich.burridge@sun.com>
1548     * Version for GNOME 2.9.4 call for tarballs.
1550 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1552     * From Pádraig Brady < P at draigBrady dot com >
1553       Couldn't use the "#" key to select constants as this symbol was
1554       a lower-case symbol on his keyboard.
1556     * From Pádraig Brady < P at draigBrady dot com >
1557       Powers that were a multiple of 30 (10 as well as 3) would not 
1558       display correctly, having a 4 digit significand. Further testing 
1559       showed that without the fix the following powers had a 4 digit 
1560       significand: 27,30, 57,60, 90, 96 (and every 3 from here on). 
1562 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1564     * Fixed bug #161976 (http://bugzilla.gnome.org/show_bug.cgi?id=161976).
1565       configure.in now checks to make sure that atk >= 1.5
1567 2005-01-03 Naveen & Team < naveenchandranv@gmail.com >
1569     * Fixed bug #155101 (http://bugzilla.gnome.org/show_bug.cgi?id=155101).
1570       Made the gcalctool window resizable.
1572 2004-12-21 Rich Burridge <rich.burridge@sun.com>
1574     * Version for GNOME 2.9.3 call for tarballs.
1576 2004-12-17 Rich Burridge <rich.burridge@sun.com>
1578     * Fixed bug #160929 (http://bugzilla.gnome.org/show_bug.cgi?id=160929).
1579       Removed the "Mode" word from each of the different mode menu items 
1580       in the gcalctool View menu.
1582 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1584     * From Hidetoshi Tajima <Hidetoshi dor Tajima at Sun dot COM>
1585       Fixed bug #157701 (http://bugzilla.gnome.org/show_bug.cgi?id=157701).
1586       gcalctool can now use real multiplication and division symbols
1587       instead of "*" and "/". This is done via locale string translations.
1588       There is now a new en_US.po message file included with the
1589       distribution.
1591     * Latest that same day...
1592       Adjusted the multiplication and division entries in the en_US.po
1593       file to be "*' and "/" to stop the Ximian tinderbox build breaking.
1594       This "fix" needs further investigating.
1596 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1598     * Fixed bug #160088 (http://bugzilla.gnome.org/show_bug.cgi?id=160088).
1599       Adjusted the titlebar text so that it doesn't include the word "Mode"
1600       which was getting chopped when the calculator was in Basic mode.
1602 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1604     * Fixed bug #157962 (http://bugzilla.gnome.org/show_bug.cgi?id=157962).
1605       Added in a set of three colors for gcalctool that will work with 
1606       the default theme. To use them, the "gcalctoolrc" file supplied with
1607       the source distribution needs to be moved to ~/.gcalctoolrc
1609 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1611     * Generated gcalctool tarball for the GNOME 2.9.2 release.
1613 2004-11-15 Rich Burridge <rich.burridge@sun.com>
1615     * Fixed bug #158357 (http://bugzilla.gnome.org/show_bug.cgi?id=158357).
1616       Removed the -DGNOME_DISABLE_DEPRECATED and the -DGTK_DISABLE_DEPRECATED
1617       flags from the INCLUDES definition in .../gcalctool/Makefile.am for now,
1618       to allow it to successfully build against the latest GNOME/Gtk+.
1620     * Slight adjustment to correct check the Advanced mode menu item when
1621       the user had previously terminated gcalctool in that mode.
1623     * Adjusted the scroll_right() routine to only scroll right if the 
1624       horizontal scroll bar is visible.
1626 2004-11-14 Rich Burridge <rich.burridge@sun.com>
1628     * Changed the names of the gconf mode type key so that there is
1629       backward compatibility. Old key name was "mode". New key name
1630       id "modetype".
1632     * Reset the initial default mode to BASIC.
1634 2004-11-11 Rich Burridge <rich.burridge@sun.com>
1636     * From Sebastien Estienne <sebastien dot estienne at gmail.com>
1637       Changes to add in a very basic mode for gcalctool. Rather than calling
1638       this a "Light" mode, the existing "Basic" mode is now renamed to
1639       "Advanced" and the new basic mode is called "Basic".
1641       Took a different approach from Sebastien in implementing this, so that
1642       I could easily add in an extra row of buttons over what he'd sent in 
1643       his patch.  These are Bksp, CE, Clr and +/- (change sign).
1645     * Fixed bug #157757 (http://bugzilla.gnome.org/show_bug.cgi?id=157757)
1646       The horizontal scrollbar for the display area will now only be visible
1647       when needed. It will also display the rightmost part of the display
1648       as you are entering new input.
1650 2004-11-04 Sami Pietila <sampie@ariana-dsl.utu.fi>
1652     * Converted parsers to use calc_xpowy() instead of mppwr2().
1653     * Addressed some compiler warnings
1655 2004-11-03 Rich Burridge <rich.burridge@sun.com>
1657     * Partial fix for bug #157021 
1658       (http://bugzilla.gnome.org/show_bug.cgi?id=157021).
1659       Changes have been added to fix this for non-arithmetic precedence mode.
1660       for x ^ y, if x is negative and y is an integer, then the mppwr() MP
1661       routine is used instead of mppwr2(). Added a new calc_xpowy() routine 
1662       in mpmath.c to do this calculation. Also added a show_error() routine
1663       to functions.c to display the error in the status bar if the user
1664       enters -X with non-integer Y.
1666 2004-11-02 Sami Pietila <sampie@ariana-dsl.utu.fi>
1668     * -x^y was intepreted -(x^y). Fixed. 
1669     * Also removed implicit multiplication as it caused problems.
1671 2004-11-01 Rich Burridge <rich.burridge@sun.com>
1673     * Generated gcalctool tarball for first GNOME 2.9 release.
1675 2004-10-15 Sami Pietila <sampie@ariana-dsl.utu.fi>
1677     * Fixed pr 148639.  
1679 2004-09-30 Rich Burridge <rich.burridge@sun.com>
1681     * Slight adjustment to bug #152301
1682       (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
1683       The tooltip message had been tweaked to 
1684       "Show the About Gcalctool dialog".
1686 2004-09-28 Pawan Chitrakar 
1688         * configure.in: Added "ne" Nepali in ALL_LINGUAS
1690 2004-09-27 Rich Burridge <rich.burridge@sun.com>
1692     * From Christian Rose <menthos at menthos dot com>
1693       Fixed bug #152301 (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
1694       Adjusted the tooltip message for Help->About... from "Show about help"
1695       to "Show the about dialog", to make it more understandable.
1697 2004-09-27 Rich Burridge <rich.burridge@sun.com>
1699     * From Heikki Tauriainen <heikki dot tauriainen at hut dot fi>
1700       Fixed bug #153726 (http://bugzilla.gnome.org/show_bug.cgi?id=153726)
1701       Gcalctool will now build correctly when using the -fno-common option 
1702       for gcc (3.3.4).
1704 2004-09-26 Sami Pietila <sampie@ariana-dsl.utu.fi>
1706     * Numerical localization (and thousand separator) disabled if an expression
1707       with parenthesis is entered in non-arithmetic precedence mode.
1708       
1709 2004-09-24 Rich Burridge <rich.burridge@sun.com>
1711     * If the accuracy was changed via one of the ten preset menu items
1712       in the Acc menu, the tooltip wasn't getting correct updated with 
1713       the new accuracy.
1715 2004-09-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
1717     * Numerical answer localization and thousand separator support
1718       for arithmetic precedence mode.
1720 2004-09-02 Rich Burridge <rich.burridge@sun.com>
1722     * Fixed rfe #147803 (http://bugzilla.gnome.org/show_bug.cgi?id=147803)
1723       Further changes to the "Set Precision" popup.
1724       - "Significant places" not "Significant Places".
1725       - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is
1726         the current precision, and be in the same radio box group as 
1727         the other menu items. Check the appropriate menu entry
1728       - Adjust the Acc button tooltip to show the current accuracy too.
1729       - When the user attempts to enter an invalid entry in the Set 
1730         Precision popup, an error message is shown in the main gcalctool 
1731         status bar.
1732       - the other Acc radio button items (0-9) need to have mnemonics (_0,
1733         _1 ...).
1735     * From Jens Granseuer (jensgr at gmx dot net)
1736       Fixed bug #152790 (http://bugzilla.gnome.org/show_bug.cgi?id=152790)
1737       Most of the changes needed were already in CVS; there was one compiler
1738       warning that still needed to be removed.
1740     * Storing the display value to a memory register was not updating the
1741       memory register window, if it was visible.
1743 2004-09-02 Rich Burridge <rich.burridge@sun.com>
1745     * Added in functionality to set the number of significant places > 9.
1746       There is a new menu item under the Acc menu called "Set Precision..."
1747       that brings up a small popup allowing you to set precision between 0
1748       and MAXACC significant places (where MAXACC is currently 30).
1750 2004-09-08  Gora Mohanty  <gmohanty@cvs.gnome.org>
1751                                                                                 
1752         * configure.in: Added 'or' to ALL_LINGUAS.
1754 2004-08-24 Breda McColgan <breda.mccolgan@sun.com>
1756         * help/C/gcalctool.xml: Updated for GNOME 2.8, technical review draft   * help/C/gcalctool-C.omf: Updated for GNOME 2.8
1757         * help/C/l10n.txt: Updated for GNOME 2.8
1758         * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.8
1760 2004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
1762         * configure.in: Add Â«nb» to ALL_LINGUAS.
1764 2004-08-16  Christian Rose  <menthos@menthos.com>
1766         * configure.in: Added "bs" to ALL_LINGUAS.
1768 2004-08-02 Rich Burridge <rich.burridge@sun.com>
1769     
1770     * Refixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
1771       This time removed the .../help/<locale>omf_timestamp files as well.
1773 2004-08-01 Sami Pietila <sampie@ariana-dsl.utu.fi>
1775     * (Re)implemented paste functionality.
1777 2004-07-27 Rich Burridge <rich.burridge@sun.com>
1779     * Fixed up numerous warnings generated by running lint on the gcalctool
1780       code. Removed unused variables and functions. Declared routines
1781       statically where possible.
1783 2004-07-27 Rich Burridge <rich.burridge@sun.com>
1785     * From Joe Marcus Clarke (marcus at freebsd dot org)
1786       Fixed bug 148581 (http://bugzilla.gnome.org/show_bug.cgi?id=148581)
1787       Changes to get latest gcalctool compiling on a BSD system.
1789 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1791     * Added various filenames to .../gcalctool/.cvsignore.
1792     * Added mkinstalldirs so that I could successfully do a "make dist"
1793       on my Solaris machine.
1794     * Removed ChangeLog-NG and FIXME references from Makefile.am
1795     * Version 5.5.0 released.
1797 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1799     * Added:
1800       gcalctool/mpmath.c
1801       gcalctool/syntax_translation.c
1802       to ../po/POTFILES.in (thanks Marcel Telka!).
1804 2004-07-26 Rich Burridge <rich.burridge@sun.com>
1806     * Fixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
1807       Removed the unwanted ...omf.out files from under the .../help/
1808       directories, an artifact of the gcalctool-ng branch merge.
1809       Removed the unwanted Makefile and Makefile.in files from the same
1810       directories.
1812 2004-07-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
1813     * Menu option "Arithmetic Precedence" mode is disabled on error condition.
1814     * Remove goto commands from do_expression()
1816 2004-07-22 Sami Pietila <sampie@ariana-dsl.utu.fi>
1818     * Error is reported and input not accepted if a number exceeds 40 chars.
1819     * Added e+ and e- notation support to ce_tokeniser.
1820     * xh, xd, xb and xo support removed (from ce_tokeniser), where x is a number.
1821     * Empty input is always displayed as zero.
1822     * Removed some redundant #ifdefs
1823     * Applied a patch from Rich Burridge. The patch removes goto from exp_del_char()
1824     * Changed macro N_() to _() from statusbar entries.
1825     * Postfix operations can now use empty (zero) expression as a operator
1827 2004-07-19 Rich Burridge <rich.burridge@sun.com>
1829     * Added in function prototypes to fixup warning messages from the compiler.
1830     * Added a final newline in both .l files, so that they could be correctly
1831       compiled on a Solaris machine.
1832     * Removed the "[Experimental]" from the titleline.
1834 2004-07-19 Rich Burridge <rich.burridge@sun.com>
1836     * Removed ChangeLog-NG. It's not needed.
1837     * Added the contents of FIXME to the TODO file and removed
1838       FIXME.
1839     * Added Copyright comments to the source files that didn't have
1840       them.
1841     * Adjusted the C code to the "One True Style". If/when you take over
1842       ownership of gcalctool, I'm happy for you to revert it to whatever
1843       style you like, but while I've got to maintain it, then all the source
1844       code will be a consistent style. Sorry.
1845     * Removed commented out C code or code surronded by "#if 0". It just 
1846       leads to confusion. Look at the previous versions in CVS history if 
1847       you need to see what was there.
1848     * Adjusted code so that line length is less than 80 characters (wherever
1849       possible).
1850     * Adjusted comments to "/* ... */" style. The "// ..." style is not
1851       recognized by default with the Sun compiler.
1852     * Removed all Tabs. Tabs are evil.
1853     * Indentation is four spaces not two.
1854     * Added blank lines where appropriate to make the code more readable.
1855     * Adjusted code to define variables at the top of a routine.
1856     * Remove the "Next Generation (Experiemental)" from the about box.
1857     * Changed copyright dates to include 2004.
1858     * Removed the "word:" Gnuism from the words[] struct in 
1859       syntax_translation.c. Similar problems with another struct in the
1860       same source file.
1862 2004-06-18 Christian Neumair <chris@gnome-de.org>
1864      * gcalctool/functions.c, gcalctool/graphics.c: s/precedencer/precedence/
1866      * gcalctool/gtk.c: Mark missing GtkActionEntry entries in menu entry
1867      array for translation.
1869      * (create_kframe): Call gtk_action_group_set_translation_domain to enable
1870      menu i18n.
1872 2004-06-18 Archana Shah <archana.shah@wipro.com>
1874      * gcalctool/gtk.c: Following functions added.
1876      * (gcalc_window_get_menu_items): Function to get the menu_items for actions
1877        which are having icons associated with them.
1879      * (gcalc_window_have_icons_notify): Function to be notified when key
1880        '/desktop/gnome/interface/menus_have_icons' toggles.
1882      * (gcalc_window_set_unset_image): Based on the value of above mentioned 
1883        gconf key, icons will be set/unset.
1885      * Fixes bug#144596 
1887         
1888 2004-06-14 Sami Pietila <sampie@ariana-dsl.utu.fi>
1890     * Merge from NG-branch.
1891         
1892 2004-06-14 Rich Burridge <rich.burridge@sun.com>
1894     * Remainder of the fix for bug #143924.
1895       http://bugzilla.gnome.org/show_bug.cgi?id=143924
1896       Control-T shouldn't work in Basic or Financial modes. 
1897       I should have been using:
1899         g_object_set(gtk_ui_manager_get_action(X->ui, i),  \
1900                      "sensitive", state, NULL);
1902       rather than:
1904         gtk_widget_set_sensitive(gtk_ui_manager_get_widget(X->ui, i), state)
1906       to set the [in]activeness state of the various menubar menu items.
1908 2004-06-11 Rich Burridge <rich.burridge@sun.com>
1910     * Partial fix for bug #143924.
1911       http://bugzilla.gnome.org/show_bug.cgi?id=143924
1912       After an error condition, the "Show Trailing Zeroes" menu item is
1913       only activated if the user is in Scientific mode.
1915 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1917     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
1918       In Basic or Financial mode, "Error" was been incorrectly display if
1919       you user has "Show Thousands Separator" set.
1921 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1923     * Fixed bug 144031 (http://bugzilla.gnome.org/show_bug.cgi?id=144031)
1924       gcalctool checked for the presence of the X11 libraries but doesn't
1925       need to. Checks removed from configure.in.
1927 2004-06-09 Rich Burridge <rich.burridge@sun.com>
1929     * Selecting Help->About from the menubar wasn't doing anything. 
1930       With the switch to using the GtkUIManager, the hooks to link 
1931       up to the about_cb were incorrect.
1933 2004-06-01 Rich Burridge <rich.burridge@sun.com>
1935     * Adjusted the creation of the Accuracy and Left/Right shift menus
1936       from GtkItemFactory to GtkUIManager. 
1938       With this change, the -DGTK_DISABLE_DEPRECATED flag can now be 
1939       added back into .../gcalctool/gcalctool/Makefile.am.
1941 2004-05-29 Rich Burridge <rich.burridge@sun.com>
1943     * Adjusted the menubar creation in gtk.c from GtkItemFactory to
1944       GtkUIManager. 
1946 2004-05-29  Christian Rose  <menthos@menthos.com>
1948     * configure.in: Added "tk" to ALL_LINGUAS.
1950 2004-05-26 Rich Burridge <rich.burridge@sun.com>
1952     * Fixed bug 142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1953       gcalctool now correctly recognizes the localized decimal point
1954       character by explicitly checking to see if the keyboard event keyval
1955       matches what's returned by localeconv()->decimal_point.
1957 2004-05-25 Udayan Kumar <udayan_kumar@da-iict.org>
1959     * From Rich Burridge <rich.burridge@sun.com>
1960       Fixed bug 136119 (http://bugzilla.gnome.org/show_bug.cgi?id=136119)
1961       gcalctool/calctool.c : structure button b_bottons 
1962       Added code for paranthesis in place of empty space
1964 2004-05-23 Rich Burridge <rich.burridge@sun.com>
1966     * From Michael Terry <mterry@fastmail.fm>
1967       Fixed bug 129397 (http://bugzilla.gnome.org/show_bug.cgi?id=129397)
1968       gcalctool.desktop.in, gcalctool/Makefile.am, gcalctool/gtk.c:
1969       Use GtkIconTheme to load gcalctool icon instead of built-in image.
1971 2004-05-21 Rich Burridge <rich.burridge@sun.com>
1973     * From Balamurali Viswanathan  <balamurali viswanathan at wipro dot com>
1974       Fixed bug 142888 (http://bugzilla.gnome.org/show_bug.cgi?id=142888)
1975       gcalctool is now connected to the "die" signal so that it can be
1976       successfully terminated when removed from gnome-session-properties.
1978 2004-05-21 Rich Burridge <rich.burridge@sun.com>
1980     * Change suggested by Ron Jenkins.
1981       The "Bsp" (Backspace) button has been relabeled "Bksp" to make it
1982       more understandable. The gcalctool man pages have been updated to
1983       reflect this change. The online help will be updated at GNOME 2.8
1984       release time (see bug #138367).
1986 2004-05-17  Dan Winship  <danw@novell.com>
1988     * gcalctool/calctool.c: s/malloc.h/stdlib.h/
1990 2004-05-17 Padraig O'Briain <padraig.obriain@sun.com>
1992     * gcalctool/caltool.h: Add second argument to set_display to specify 
1993       whether to mminimize changes.
1995     * gcacltool/calctool.c gcalctool/display.c gcaltool/functions.c: 
1996       Add second argument to calls to set_display. It is set to TRUE only 
1997       when adding a digit after pressing caclulator button or deleting 
1998       digit after pressing backspace.
2000     * gcacltool/gtk.c (set_display): Implement second argument
2001       minimize changes. Do nothing if display is not being changed.
2003       Fixes bug #134376.
2005      [Note that with this change, gcalctool now requires the Gtk that 
2006       comes with GNOME 2.6 or later in order to build].
2008 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
2010     * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2012 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2014     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2015       If the "Error" message is being displayed, it is now no longer
2016       incorrectly displayed as "Er,ror" if the "Show Thousands Separator"
2017       is on.
2019 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2021     * Fixed bug 135068 (http://bugzilla.gnome.org/show_bug.cgi?id=135068)
2022       Adjusted several default constant descriptions to be more 
2023       understandable.
2025 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2027     * Fixed bug 135065 (http://bugzilla.gnome.org/show_bug.cgi?id=135065)
2028       Tooltips for OR, AND, NOT, XOR and XNOR have been changed from
2029       "Logical <whatever>" to "Bitwise <whatever>".
2031 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2033     * Fixed bug 136872 (http://bugzilla.gnome.org/show_bug.cgi?id=136872)
2034       gcalctool can now be built with "CFLAGS=-fdata-sections".
2036 2004-03-22 Rich Burridge <rich.burridge@sun.com>
2038     * Version for GNOME 2.6 (FINAL) call for tarballs.
2040 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
2042     * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
2044 2004-03-18  Gareth Owen <gowen72@yahoo.com>
2046     * configure.in: Added en_GB to ALL_LINGUAS
2048 2004-03-15 Glynn Foster  <glynn.foster@sun.com>
2049         
2050    * configure.in, Makefile.am: Add localized online user documentation
2051      from the Sun translation team.
2052    * help/*: Online user documentation for de, es, fr, it, ja, ko, sv, zh_CN,
2053      zh_HK and zh_TW.
2055 2004-03-13 Alexander Shopov <ash@contact.bg>
2057    * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
2059 2004-03-08 Alastair McKinstry <mckinstry at computer dot org>
2061    * configure.in: Added ga ("Irish") to ALL_LINGUAS.
2063 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2065     * One more slight adjustment to the fix for bug 135064 
2066       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2067       Entering numbers that start with the numeric point character ('.")
2068       are now visibly displayed.
2070 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2072     * Adjustment to the fix for bug 135064 
2073       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2074       Fix to remove a potential spurious initial thousands separator 
2075       character after a change sign operation.
2077 2004-02-25  Tomasz Kłoczko <kloczek@pld.org.pl>
2079     * Makefile.am: in configure.in is used AM_GCONF_SOURCE_2. Part of this
2080       aclocal macro allow disable/enable install schama files in make
2081       install target schemas in GConf database. Pass
2082       --disable-schemas-install in configure parameters disable defines by
2083       AM_CONDITIONAL() GCONF_SCHEMAS_INSTALL variable for allow in
2084       Makefile.am files run gconftool-2 for update GConf database
2085       conditionaly. This fix enables run gconftool-2 in install-data-local
2086       only if GCONF_SCHEMAS_INSTALL variable is defined .. so now passing in
2087       configure parameters --disable-schemas-install switch now works perfectly :)
2089       * Makefile.am, gcalctool/Makefile.am: minor cleanups
2090       s#@VARIABLE@#$(VARIABLE)#
2092 2004-02-26  Miloslav Trmac <mitr at volny dot cz>
2094     * Fixed bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2095       Changing the sign of a large number (when "Show Thousands Separator"
2096       is on and this is not the C locale), no longer corrupts the display.
2097       The fix involved resetting all the internal calculations in gcalctool
2098       to be done in the C locale, and then localized (radix character and
2099       thousands separator), just before the number is displayed.
2101 2004-02-24  Rich Burridge <rich.burridge@sun.com>
2103     * Fixed bug 135328 (http://bugzilla.gnome.org/show_bug.cgi?id=135328)
2104       Added Shift-slash as a recognized alternate for the divide operation
2105       (needed by the be-latin1 keyboard layout).
2107 2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>
2109     * configure.in: Added Thai (th) to ALL_LINGUAS.
2111 2004-02-21  Christian Rose  <menthos@menthos.com>
2113     * configure.in: Added "en_CA" to ALL_LINGUAS.
2115 2004-02-18  Rich Burridge <rich.burridge@sun.com>
2117     * Fixed bug 134540 (http://bugzilla.gnome.org/show_bug.cgi?id=134540)
2118       gcalctool now correctly handles the digits 0123456789 which are
2119       shifted about the accented characters on a French keyboard.
2121 2004-02-17  Rich Burridge <rich.burridge@sun.com>
2123     * Fixed bug 134484 (http://bugzilla.gnome.org/show_bug.cgi?id=134484)
2124       Doing "3 x! x! x!" no longer causes gcalctool to lock up.
2126 2004-02-11 Breda McColgan <breda.mccolgan@sun.com>
2128     * Updated the following files due to fix for bug 133764 
2129       (http://bugzilla.gnome.org/show_bug.cgi?id=133764
2130            * help/C/gcalctool.xml
2131            * help/C/gcalctool-C.omf
2132            * help/C/figures/gcalctool_basic_window.png
2133            * help/C/figures/gcalctool_scientific_window.png
2135 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2137     * Fixed bug 133764 (http://bugzilla.gnome.org/show_bug.cgi?id=133764)
2138       - "Gradients" was still appearing when in Scientific mode (instead 
2139         of "Gradians".
2140       - In the x^2 button, the 2 should not be italicized.
2141       - In the x^2 and x^y buttons, the x should be italicized.
2142       - The View Thousands Separator menu item should not remain active 
2143         during an error condition.
2145 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2147     * Fixed bug 133590 (http://bugzilla.gnome.org/show_bug.cgi?id=133590)
2148       The About box now lists the documenters of gcalctool.
2150 2004-02-07 Breda McColgan <breda.mccolgan@sun.com>
2152     * help/C/gcalctool.xml: Updated for GNOME 2.6, technical review draft
2153     * help/C/gcalctool-C.omf: Updated for GNOME 2.6
2154     * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.6
2155     * help/C/figures/gcalctool_financial_window.png: Updated for GNOME 2.6
2156     * help/C/figures/gcalctool_scientific_window.png: Updated for GNOME 2.6
2158 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2160     * Fixed bug 132582 (http://bugzilla.gnome.org/show_bug.cgi?id=132582)
2161       Adjusted the gcalctool titlebar to use a hyphen (rather than square
2162       brackets) to show what mode the user is currently using.
2164 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2166     * Fixed bug 132570 (http://bugzilla.gnome.org/show_bug.cgi?id=132570)
2167       Adjusted UI to use spacing to delineate groups rather than frames
2168       (per the HIG).
2170 2004-01-22  Rich Burridge <rich.burridge@sun.com>
2172     * Fixed bug 131571 (http://bugzilla.gnome.org/show_bug.cgi?id=131571)
2173       User defined constants are now read/written out (as gconf resources)
2174       with no thousands separator and with a radix of ".".
2176 2004-01-16  Rich Burridge <rich.burridge@sun.com>
2178     * Fixed bug 131594 (http://bugzilla.gnome.org/show_bug.cgi?id=131594)
2179       The "Insert ASCII View..." menu item and the "Insert" button no
2180       longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
2182 2004-01-07  Alexander Nedotsukov <bland at mail dot ru>
2184     * Fixed bug 131059 (http://bugzilla.gnome.org/show_bug.cgi?id=131059)
2185       Fix to allow the thousands separator to be used correctly with the
2186       creation of the initial constant values in the Russian locale.
2188 2004-01-07  Rich Burridge <rich.burridge@sun.com>
2190     * Fixed bug 130078 (http://bugzilla.gnome.org/show_bug.cgi?id=130078)
2191       Changed the y^x button label to x^y (really x superscript y). Adjusted
2192       the tooltip message to "Raise displayed value to the power of y".
2194 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2196     * Fixed bug 130282 again (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2197       Needed to remove the "|| tsep[0] == '\0'" check from the get_tsep()
2198       routine in order to get the thousands separator to correctly work in
2199       all locales. Note that there is no thousands separator now for the C 
2200       locale.
2202 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2204     * Fixed part of bug 126125 
2205       (http://bugzilla.gnome.org/show_bug.cgi?id=126125). If the user
2206       entered: "1+(2()<backspace>)", this resulted in an answer of 0.
2207       When the user backspaced over the ")" character, v->noparens should
2208       have been incremented.
2210 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2212     * Fixed bug 130187 (http://bugzilla.gnome.org/show_bug.cgi?id=130187)
2213       When gcalctool changes modes now, it's internal state and the display
2214       are cleared.
2216 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2218     * Fixed bug 130282 (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2219       Fixes for more problems with the thousands separator in certain
2220       locales, plus correct handling of the radix character with the initial
2221       constant values.
2223 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2225     * Fixed bug 128603 again (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2226       The solution this time was to duplicate the initial string constant
2227       values to be confident that they are not in read-only memory.
2229 2004-01-03  Sanlig Badral  <badral@openmn.org>
2231     * configure.in: Added "mn" to ALL_LINGUAS.
2233 2004-01-03  Robert Sedak  <robert.sedak@sk.htnet.hr>
2235     * configure.in: Added "hr" in ALL_LINGUAS.
2237 2003-12-26  Fernando Herrera  <fherrera@onirica.com>
2239     * gcalctool.desktop.in: added X-GNOME-Bugzilla-OtherBinaries
2241 2003-12-24  à¸¥à¸ygimantas Beruฤka  <uid0@tuxfamily.org>
2243     * lt.po: Added "lt" to ALL_LINGUAS.
2245 2003-12-22  Miloslav Trmac <mitr at volny dot cz>
2247     * Fixed bug 129539 (http://bugzilla.gnome.org/show_bug.cgi?id=129539)
2248       The thousands separator is a null terminated string, not a single
2249       character. Same for the radix. Adjusted various functions to handle
2250       this. Note that in the C locale, nl_langinfo(THOUSEP) returns an empty
2251       string, so get_tsep() has been adjusted to return "," for that case.
2252       If nl_langinfo(RADIXCHAR) returns an empty string (it shouldn't do),
2253       then get_radix() will return ".".
2255 2003-12-20  Arafat Medini <lumina@silverpen.de>
2257     * ar.po: Added Arabic Locale "ar" to ALL_LINGUAS
2259 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2261     * Fixed bug 129496 (http://bugzilla.gnome.org/show_bug.cgi?id=129496)
2262       "Gradients" should be "Gradians".
2264 2003-12-16 Mohammad DAMT  <mdamt@bisnisweb.com>
2266     * configure.in: Added "id" in ALL_LINGUAS
2267     * po/id.po: Indonesian translation by Ahmad Riza H Nst <ari@160c.afraid.org>
2269 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2271     * Fixed bug 128603 (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2272       The changes for enhancement request #126626 which added thousands 
2273       separator support caused a crash at startup time on a Debian system. 
2274       The initial constant strings are being put in read-only memory either 
2275       by gcc (or because of the way that x86 arch is designed). This was 
2276       not a problem when tested with the Sun compilers on a Solaris SPARC 
2277       machine.  The remove_tsep() routine is display.c has been rewritten 
2278       to correctly handle this.
2280 2003-12-04  Iรฑaki Larraรฑaga <dooteo@euskalgnu.org>
2282     * configure.in: Added Basque (eu) to ALL_LINGUAS.
2284 2003-12-03  Rich Burridge <rich.burridge@sun.com>
2286     * Further work on enhancement request 125873
2287       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2288       As the user is typing in input, the display will now show the
2289       thousands separator (if checked).
2291 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2293     * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2294       This keyval/state pair needed to be added to the Xor recognized mappings.
2296 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2298     * Re-fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2299       The fix for Shift-"=" should have been for GDK_equal not GDK_Return.
2300       Needed to add in support for Shift-"/" too.
2302 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2304     * Implemented enhancement request 125873
2305       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2306       gcalctool can now optionally show the thousands seperator character
2307       for fixed point numbers displayed in the decimal base. Same for
2308       numbers stored in the memory registers. There is a new "Show 
2309       Thousands Separator" menu entry in the View menu to set this.
2311 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2313     * Fixed bug 126626 (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2314       gcalctool no longer causes a Gtk-CRITICAL error when the user enters
2315       "9*(1<Xor>". The problem was caused because a non-UTF character was
2316       being inserted into the text string to be displayed for the Xor
2317       function.
2319 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2321     * Fixed bug 125782 (http://bugzilla.gnome.org/show_bug.cgi?id=125782)
2322       If the user is entering a left parenthesis and it is the first one 
2323       being displayed and there is no current arithmetic operand, then 
2324       the current display is initially cleared to avoid the confusion of 
2325       showing something like "0(".
2327 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2329     * Fixed bug 127862 (http://bugzilla.gnome.org/show_bug.cgi?id=127862)
2330       The fix for bug #125625 introduced a potential out-of-order case
2331       for users who are rapid keyboard typers. This bug fix rectifies this
2332       with the unfortunate side-effect of no longer visual toggling the 
2333       equivalent button to the keyboard character that the user entered.  
2334       This fix is still compatible with the way the accessibility 
2335       infrastructure works though.
2337 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2339     * Fixed bug 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2340       For the "1/x", "x^2", "x!", "e^x", "10^x" and "y^x" labels, all 
2341       occurances of "x" and "y" are now italicized. The "e" in "e^x" 
2342       is no longer italicized.
2344 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2346     * Fixed bug 127316 (http://bugzilla.gnome.org/show_bug.cgi?id=127316)
2347       The "fix" introduced in gcalctool v4.1.18 to fix Sun Bugtraq bug 
2348       #1258472 against CDE dtcalc (which was also a problem with gcalctool)
2349       was incorrect.
2351 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2353     * Fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2354       The "=" key on a Swedish keyboard is on the upper level of a key 
2355       (i.e. the Shift key needs to be down). Added another mask/keysym 
2356       pair to the "=" entry in calctool.c to handle this.
2358 2003-11-07  Rich Burridge <rich.burridge@sun.com>
2360     * Fixed bug 125625 (http://bugzilla.gnome.org/show_bug.cgi?id=125625)
2361       gcalctool now handles "clicked" events rather than "pressed" ones.
2363 2003-10-20  Kjartan Maraas <kmaraas@gnome.org>
2365     * Fixed bug 124928 (http://bugzilla.gnome.org/show_bug.cgi?id=124928)
2366       Plugged several memory leaks.
2368 2003-10-13  Breda McColgan  <breda.mccolgan@sun.com>
2370     * Updated the following files:
2371         * help/C/gcalctool.xml: updated based on bug 123132
2372         * help/C/gcalctool-C.omf: updated manual date and version number
2373         * help/C/l10n.txt: updated manual version number and changes summary
2375 2003-10-13  Rich Burridge <rich.burridge@sun.com>
2377     * Fixed bug 124377 (http://bugzilla.gnome.org/show_bug.cgi?id=124377)
2378       Fixed rounding errors when the radix character for a locale isn't ".".
2379       The problem was in the first parameter passed to the MPstr_to_num() 
2380       routine. "0.5" should have been a string consisting of 
2381       SPRINTF(half, "0%c5", v->radix_char);
2383 2003-10-10  Rich Burridge <rich.burridge@sun.com>
2385     * Fixed bug 124172 (http://bugzilla.gnome.org/show_bug.cgi?id=124172)
2386       The "+" character on a German keyboard is on the lower level of a
2387       key (i.e. the Shift key doesn't need to be down). Added another
2388       mask/keysym pair to the "+" entry in calctool.c to handle this.
2390 2003-10-06  Rich Burridge <rich.burridge@sun.com>
2392     * Fixed bug 120737 (http://bugzilla.gnome.org/show_bug.cgi?id=120737)
2393       Changed the accessible text for the OR button from "Logical OR" to
2394       "logical OR" so that it's not changed by FreeTTS's token to words
2395       module to "logical Oregon".
2397 2003-10-06  Kaushal Kumar <kaushal.kumar@wipro.com>
2399     * gcalctool/Makefile.am: GtkItemFactory has been depricated.
2400       Remove the GTK_DISABLE_DEPRECATED flag. Fixes #123948.
2402 2003-10-03  Rich Burridge <rich.burridge@sun.com>
2404     * Fixed bug 123724 (http://bugzilla.gnome.org/show_bug.cgi?id=123724)
2405       Hitting Esc now does the same as hitting Control-Backspace; i.e. the
2406       CE (clear entry) functionality.
2408     * Updated the gcalctool man pages to reflect this change, and the changes
2409       for bug #118826.
2411 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2413     * Refixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2414       gcalctool now uses nl_langinfo() to get the numeric point for the
2415       users locale, rather than via a localised string.
2417 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2419     * Fixed enhancement 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2420       Changed that label for e^x (e superscript x) to use an italised "e".
2422 2003-09-24  Rich Burridge <rich.burridge@sun.com>
2424     * Fixed bug 118826 (http://bugzilla.gnome.org/show_bug.cgi?id=118826)
2425       The keyboard shortcuts for the six hex. digits are now "A" to "F".
2426       The functions that previously used those letters have been reassigned
2427       to their lowercase equivalents. These were:
2429         Accuracy                      (now "a")
2430         Change Sign                   (now "c")
2431         Double-declining depreciation (now "d")
2432         Exponential                   (now "e")
2433         User-defined functions        (now "f")
2435       Note that left or right shifting 10-15 places now uses the 'A' to
2436       'F' keyboard accelerators (rather than 'a' to 'f').
2438 2003-09-17  Rich Burridge <rich.burridge@sun.com>
2440     * Fixed bug 122408 (http://bugzilla.gnome.org/show_bug.cgi?id=122408)
2441       The tooltips for the numeric buttons (0-9) have been removed as they
2442       are redundant.
2444 2003-09-17  Fatih Demir <kabalak@gtranslator.org>
2446     * configure.in: Added "ta" (Tamil) to the languages' list.
2448 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2450     * Fixed bug 120749 (http://bugzilla.gnome.org/show_bug.cgi?id=120749)
2451       When gcalctool is displaying a menu, typing Alt+Tab can no longer
2452       switch windows. The menu_button_key_press_cb() routine in gtk.c
2453       needed to return TRUE if the event->keyval was a Space.
2455 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2457     * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2458       Accessible names have now been added to each of the widgets in the 
2459       mode panel when in Scientific mode.
2461 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2463     * Fixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2464       The decimal separator is now a translatable string so that other
2465       locales that don't use a period (Italian uses a comma for example),
2466       can adjust accordingly.
2468 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2470     * Fixed bug 120605 (http://bugzilla.gnome.org/show_bug.cgi?id=120605)
2471       Gcalctool contains lots of messages that are (potentially) only 
2472       displayed if the user starts the application with either the -D or 
2473       the -E command line options. As these are debugging messages, they 
2474       need not be translated, so the _(...) macros around them have been 
2475       removed.
2477 2003-09-09  Andras Timar  <timar@gnome.hu>
2479     * configure.in: Added Hungarian (hu) to ALL_LINGUAS.
2481 2003-09-08  Pablo Saratxaga  <pablo@mandrakesoft.com>
2483     * configure.in: Added Farsi (fa), Macedonian (mk) and Vietnamese (vi)
2484       to ALL_LINGUAS
2486 2003-09-08  Glynn Foster  <glynn.foster@sun.com>
2488     * configure.in: Version 4.3.3
2490 2003-09-08  Mugurel Tudor  <mugurelu@go.ro>
2492     * configure.in: Added "ro" to ALL_LINGUAS.
2494 2003-09-07  Sami Pesonen  <sampeson@iki.fi>
2496     * configure.in: Added "fi" to ALL_LINGUAS.
2498 2003-09-05  Laurent Dhima  <laurenti@alblinux.net>
2500     * configure.in: Added "sq" to ALL_LINGUAS.
2502 2003-08-27  Marcel Telka  <marcel@telka.sk>
2504     * configure.in (ALL_LINGUAS): Added sk.
2506 2003-08-23  Ole Laursen  <olau@hardworking.dk>
2508     * configure.in: Added "da" (Danish) to ALL_LINGUAS.
2510 2003-08-18  Rich Burridge <rich.burridge@sun.com>
2512     * Fixed bug 119888 (http://bugzilla.gnome.org/show_bug.cgi?id=119888)
2513       gcalctool keyboard handling has been improved.
2515 2003-08-16  Guntupalli Karunakar  <karunakar@freedomink.org>
2517     * configure.in: Added "hi" in ALL_LINGUAS.
2519 2003-08-14  Rich Burridge <rich.burridge@sun.com>
2521     * From Dennis Cranston  <dennis_cranston at yahoo com>
2522       Fixed bug 119832 (http://bugzilla.gnome.org/show_bug.cgi?id=119832)
2523       The space bar can now correctly activate the button that has focus.
2525 2003-08-08  Rich Burridge  <rich.burridge@sun.com>
2527     * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2529 2003-08-06  Metin Amiroff  <metin@karegen.com>
2531     * configure.in: Added "az" to ALL_LINGUAS.
2533 2003-08-06  Wang Jian  <lark@linux.net.cn>
2535     * configure.in: Added "zh_CN" to ALL_LINGUAS.
2537 2003-08-04  Rich Burridge  <rich.burridge@sun.com>
2539     * From Dennis Cranston  <dennis_cranston at yahoo com>
2540       Fixed bug 118246 (http://bugzilla.gnome.org/show_bug.cgi?id=118246)
2541       The display field can now take focus. The initial widget with
2542       focus is the Clr button (also discussed this with Nils who agrees).
2544 2003-07-30  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2546     * configure.in: Added Belarusian to ALL_LINGUAS.
2548 2003-07-29  Rich Burridge  <rich.burridge@sun.com>
2550     * (Bug #118247) Three more small adjustments to AccessibleName text:
2551       "E to the power of x" goes back to "E to the x"
2552       "Ten to the power of x" goes back to "Ten to the x"
2553       "Y to the power of x" goes back to "Y to the x"
2555       (Sorry translators).
2557 2003-07-28  Rich Burridge  <rich.burridge@sun.com>
2559     * (Bug #118247) Four small adjustments to AccessibleName text:
2560       "Random" becomes "Random number".
2561       "E to the x" becomes "E to the power of x"
2562       "Ten to the x" becomes "Ten to the power of x"
2563       "Y to the x" becomes "Y to the power of x"
2565 2003-07-25  Rich Burridge  <rich.burridge@sun.com>
2567     * Fixed bug 118247 (http://bugzilla.gnome.org/show_bug.cgi?id=118247)
2568       Each gcalctool button now has an AccessibleName. By default these
2569       are taken from the buttons tooltip string. This is to:
2570       - reduce the amount of extra memory that would be taken up otherwise.
2571       - reduce the pain that all the translators would have to go through
2572       - reduce the repetition because a lot of the actual tooltip strings 
2573         are just fine.
2575       The exceptions to this are for the following buttons, where the
2576       tooltip string is too long:
2578         Button |   
2579         Label  |                        AccessibleName
2580       ---------+----------------------------------------------
2581         Bsp       "Backspace" 
2582         CE        "Clear Entry"
2583         Clr       "Clear"
2584         Int       "Integer portion"
2585         Sto       "Store to register"
2586         Frac      "Fractional portion"
2587         Rcl       "Retrieve from register"
2588         Exch      "Exchange with register"
2589         <         "Shift left"
2590         >         "Shift right"
2591         &16       "16 bit unsigned integer"
2592         &32       "32 bit unsigned integer"
2593         (         "Left bracket"
2594         )         "Right bracket"
2595         Acc       "Accuracy"
2596         Exp       "Exponential"
2597         e^x       "E to the x"
2598         10^x      "Ten to the x"
2599         y^x       "Y to the x"
2600         x!        "Factorial"
2601         Rand      "Random"
2603 2003-07-25  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>
2605     * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
2607 2003-07-25  Kang Jeong-Hee  <Keizi@mail.co.kr>
2609     * configure.in: Added 'ko' (Korean) to ALL_LINGUAS.
2611 2003-07-22  Breda McColgan  <breda.mccolgan@sun.com>
2613     * Updated the following files:
2614         * help/C/gcalctool.xml: updated based on bug 116944
2615         * help/C/gcalctool-C.omf: updated manual date and version number
2617 2003-07-21  Rich Burridge  <rich.burridge@sun.com>
2619     * Fixed bug 117691 (http://bugzilla.gnome.org/show_bug.cgi?id=117691)
2620       The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are not valid 
2621       equivalents for the 8, 2, 4 and 6 keys. They are needed for keyboard 
2622       navigation.
2624 2003-07-13 John Fleck <jfleck@inkstain.net>
2626     Remove:
2627         * xmldocs.make
2628         * omf.make
2629     Edit:
2630         * autogen.sh
2631         use new docs build system. Latest gnome-common
2632         now required to build from cvs
2634 2003-07-09  Rich Burridge  <rich.burridge@sun.com>
2636     * From Steve Chaplin <stevech1097 at yahoo com au>
2637       Added the -DGNOME_DISABLE_DEPRECATE in .../gcalctool/Makefile.am
2638       to catch any potential GNOME depreciated methods.
2640 2003-07-09  Hasbullah Bin Pit  <sebol@ikhlas.com>
2642     * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
2643     * po/ms.po: Added Malay translation.
2645 2003-07-09  Alessio Frusciante <algol@firenze.linux.it>
2647     * configure.in: Added "it" (Italian) to ALL_LINGUAS.
2649 2003-07-07  Dennis Cranston <dennis_cranston at yahoo com>
2651     * Fixed bug 116944 (http://bugzilla.gnome.org/show_bug.cgi?id=116944)
2652       Various HIG improvements to the edit constants, edit functions,
2653       and insert ASCII value dialogs. (i.e. adjusted widget padding
2654       according to HIG; added a mnemonic for the constant and function
2655       treeviews; etc.)
2657 2003-07-08  Rich Burridge  <rich.burridge@sun.com>
2659     * Refixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2660       After further discussion with Toshi, it was understood that I didn't
2661       need to call g_locale_to_utf8() for the numeric strings (which just
2662       consist of '0'-'9', 'e', 'A'-'F', '+', '-' and '.'). set_display() in
2663       gtk.c was simplified back to using just one parameter.
2665 2003-07-07  Rich Burridge  <rich.burridge@sun.com>
2667     * Fixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2668       When the calculator display is showing an error message, it is now
2669       correctly localized. Fix was to add in a second parameter to each 
2670       call of set_display, that indicated whether this was an error 
2671       condition or not. If it was, then the first parameter being passed 
2672       in was already localized (had to do it this was so that the strings 
2673       turned up in the message files), and wouldn't be run through 
2674       g_locale_to_utf8(). Thanks to Toshi for pointing me in the right 
2675       direction.
2677 2003-07-06  Gil "Dolfin" Osher <dolfin@rpg.org.il>
2679     * configure.in: Added "he" (Hebrew) to ALL_LINGUAS.
2681 2003-07-04  Artur Flinta  <aflinta@cvs.gnome.org>
2683     * configure.in: Added "pl" to ALL_LINGUAS.
2685 2003-06-25  Rich Burridge  <rich.burridge@sun.com>
2687     * Fixed bug 115950 (http://bugzilla.gnome.org/show_bug.cgi?id=115950)
2688       The "*" key wasn't being recognized as a keyboard shortcut for
2689       multiplication. The problem was that GDK_SHIFT_MASK needed to be
2690       given in the equivalent entry for the mods array for this button
2691       struct.
2693 2003-06-25  Breda McColgan  <breda.mccolgan@sun.com>
2695     * Updated the following files:
2696         * help/C/gcalctool.xml: updated based on bug 114363 and bug 114364
2697         * help/C/gcalctool-C.omf: updated manual date and version number
2699 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
2701     * Further work on bug 114364. The items in the constants menu are now 
2702       always displayed in the decimal numeric base. This is consistent with 
2703       the way that calctool in the OpenWindows DeskSet worked.
2705 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
2707     * Fixed bug 114364 (http://bugzilla.gnome.org/show_bug.cgi?id=114364)
2708       When you change numeric base and then display the constant values in 
2709       the Con menu, the values are shown in the current base.
2711       When you select "Edit Constants" from the Con menu, the values of each 
2712       constant are shown in Decimal. The label:
2713       "All constant values are specified in the decimal numeric base"
2714       has also been added to the "Edit Constant" popup to clarify this.
2716 2003-06-23  Rich Burridge  <rich.burridge@sun.com>
2718     * Fixed bug 115653 (http://bugzilla.gnome.org/show_bug.cgi?id=115653)
2719       Adjusted the keyboard mnemonic checking code to now check to make
2720       sure that neither of the Alt keys is pressed when comparing against
2721       button equivalents.
2723 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
2725     * Similar problem to bug #115212 but for the "Edit Constants" and
2726       "Edit Functions" dialog boxes. gcalctool no longer can display
2727       multiple versions of them. Also removed the X->CFtype and 
2728       X->cf_entries variables.
2730 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
2732     * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2733       When an error condition occurs:
2734   
2735       - make insensitive all buttons except Clr.
2736       - make all Scientific mode toggles and checkboxes insensitive.
2737       - make all menubar items insensitive except:
2738            Calculator->Quit
2739            Help->Contents
2740   
2741       When the error condition is cleared, resensitise everything, setting
2742       the numeric base buttons correctly.
2744 2003-06-18  Guntupalli Karunakar  <karunakar@freedomink.org>
2746     * configure.in: Added "ml" in ALL_LINGUAS.
2748 2003-06-16  Rich Burridge  <rich.burridge@sun.com>
2750    * From Steve Chaplin <stevech1097@yahoo.com.au>
2751      Fix for bug #115212 (http://bugzilla.gnome.org/show_bug.cgi?id=115212)
2752      gcalctool no longer can display multiple About boxes.
2754 2003-06-13  Rich Burridge  <rich.burridge@sun.com>
2756     * From Dennis Cranston  <dennis_cranston@yahoo.com>
2757       Fix for bug #108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2758       The appropriate gcalctool button is now animated when the user enters 
2759       that value via the keyboard.
2761 2003-06-10  Rich Burridge  <rich.burridge@sun.com>
2763     * Partial fix for bug 114363:
2764       (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2765       When the calculator display is showing "Error", the Constant values and
2766       the Memory Register values no longer incorrectly show "Error" as well.
2768 2003-06-10  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2770     * configure.in: Added Russian to ALL_LINGUAS.
2772 2003-05-28  Rich Burridge  <rich.burridge@sun.com>
2774     * Fixed bug 113703 (http://bugzilla.gnome.org/show_bug.cgi?id=113703)
2775       Fix from Havoc: "If you use AM_GCONF_SOURCE_2 in configure.in, 
2776       then do a makefile snippet as in gnome-terminal/src/Makefile.am,
2777       you should be able to specify --with-gconf-source=whatever"
2779 2003-05-28  Danilo ? egan  <dsegan@gmx.net>
2781     * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
2783 2003-05-26  Rich Burridge  <rich.burridge@sun.com>
2785     * From Franz Klammer <klammer@webonaut.com>
2786       Fixed bug 113754 (http://bugzilla.gnome.org/show_bug.cgi?id=113754)
2787       Decimal point didn't work with a German keyboard if Numlock was 
2788       turned on.
2790 2003-05-19  Rich Burridge  <rich.burridge@sun.com>
2792     * .../gcalctool/Makefile.am: Install "gnome-calculator" symlink
2793       as reqested by Glynn Foster.
2795 2003-04-24  Rich Burridge  <rich.burridge@sun.com>
2797     * Fixed bug 111269 (http://bugzilla.gnome.org/show_bug.cgi?id=111269)
2798       It was possible to type fast into gcalctool and digits would be
2799       transposed. gcalctool now looks for key_press_event and 
2800       key_release_event events on the main window rather than set keyboard 
2801       accelerators to the "clicked" action of the various buttons.
2803 2003-04-15  Rich Burridge  <rich.burridge@sun.com>
2805     * Refixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
2806       Concatenated more error messages in mp.c.
2808     * Adjusted the Acc menu entries to be "<n> significant places" rather
2809       than "<n> radix places" in gtk.c.
2811     * Replaced "kilometers per hour / miles per hour" with 
2812       "kilometers per hour or miles per hour" in the first constant
2813       description in calctool.c and gcalctool.1.
2815     * Replaced occurances of "/" in the other constant descriptions with "or".
2817 2003-04-15  Breda McColgan  <breda.mccolgan@sun.com>
2819     * Translators: The documentation is now ready for translation!
2821     * Updated the following files:
2822         * configure.in: updated version number to 4.2.81
2823         * help/C/gcalctool.xml: first approved draft, ready for translation
2824         * help/C/gcalctool-C.omf: updated manual date and version number
2825         * help/C/l10n.txt: new file added 
2826         * help/C/figures/gcalctool_edit_const_window.png: deleted
2827         * help/C/figures/gcalctool_edit_func_window.png: deleted
2828         * help/C/figures/gcalctool_ins_ascii_window.png: deleted
2829         * help/C/figures/gcalctool_mem_reg_window.png: deleted
2830         
2832 2003-04-13  Christian Neumair  <chris@gnome-de.org>
2834     * Reflect translated mode information in window title (functions.c).
2836 2003-04-10  Rich Burridge  <rich.burridge@sun.com>
2838     * Fixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
2839       Various fprintf statements in mp.c have been concatenated to help
2840       translators.
2842 2003-04-02  Rich Burridge  <rich.burridge@sun.com>
2844     * Added in latest online help changes from Breda McColgan. This should
2845       now put the online help in sync with the actual functionality of
2846       gcalctool.
2848       **IMPORTANT NOTE FOR TRANSLATORS**
2850       Please still hold off translating these files for a while. This is still
2851       a draft. The documentation needs to be reviewed by an editor, and
2852       editorial feedback incorporated. Look for a followup entry here in the
2853       Changelog, with an indication that they are ready for translation.
2855 2003-03-28  Christian Neumair  <chris@gnome-de.org>
2857     * Added AC_PREREQ macro to configure.in to satisfy some ac wrapper scripts
2858       and added German (de) to ALL_LINGUAS; bumped version to 2.4.78;
2859       Added missing gettext call. This makes the i18ized menu entries actually
2860       visible. Fixed some tooltip strings. Updated some .cvsignore files.
2862 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2864     * Added in various .cvsignore files to make checkins and updates cleaner.
2866 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2868     * Adjusted ChangeLog format to the Gnu style. Moved older ChangeLog entries
2869       off into ChangeLog-YYYY files (years 1990, 1991, 1992, 1993 and 2002).
2871 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
2873     * Fixed up a compiler warning for set_show_zeroes_toggle() usage in gtk.c
2874       Fixed up distcheck, adding intltool to EXTRA_DIST
2876       This version to be announced in gnome-announce.
2878 2003-03-24  Rich Burridge  <rich.burridge@sun.com>
2880     * Slight adjustments to bug 108226
2881       (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
2883       Menu item is now "Show Trailing Zeroes", with a Control-T accelerator.
2884       Added a similar menu item to the View menu on the menu bar (only active
2885       in Scientific mode). Adjusted program logic. Cases of "rm_zeroes" now
2886       become "show_zeroes". Updated the manual pages and the gcalctool
2887       schemas file.
2889 2003-03-19  Dennis Cranston <dennis_cranston@yahoo.com>
2891     * Fixed bug 108729 (http://bugzilla.gnome.org/show_bug.cgi?id=108729)
2892       Added tooltips to the radio and check buttons in scientific mode.
2894 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
2896     * Fixed bug 108226 (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
2898       The menu items in the Acc menu are now "tickable", so you know what the 
2899       current accuracy selection is. Setting one of these clears the previous 
2900       one.
2902       A new "remove trailing zeroes" menu item is added to the Acc menu (last
2903       item, with a separator just above), that is "tickable". This tick doesn't
2904       affect the accuracy ticks. It's either on or off.
2906       The default setting for accuracy now becomes 9 numeric places and "remove 
2907       trailing zeroes".
2909       The Acc button is moved to the Scientific mode (clear slot in the top 
2910       right corner, above the Rand.
2912       The Base radio button group and the display type radio button group in
2913       the mode panel in Scientific mode are now moved to the right side to be
2914       close in proximity to the Acc button. The other mode items move to the
2915       left side.
2917 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
2919     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2920       Fixed bug 108208 (http://bugzilla.gnome.org/show_bug.cgi?id=108208)
2921       The default value for the "showregisters" resource in gcalctool.schemas
2922       was incorrectly set.
2924     * There should be no "default:" action in the command line parsing in 
2925       get_options().
2927 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2929     * Correctly fixed bug 108219 
2930       (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
2931       The previous fix didn't correct set the radio buttons when changing 
2932       mode from Scientific to Basic or Financial. Only the internal state.
2934 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2936     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2937       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2938       Followup changes to make the numeric keypad animate the buttons on 
2939       Linux machines.
2941 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2943     * Fixed bug 108219 (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
2944       When you go from Scientific mode to either Basic or Financial mode, 
2945       the calculator will revert to "Dec" base in "Fix" notation.
2947       Any number in the display (and the memory registers if shown) will be 
2948       converted accordingly.
2950       When you are in a mode (Basic, Financial, or Scientific) you will only 
2951       be able to do the functionality that that mode shows. For example, you 
2952       will not be able to do base changes if you are in Basic or Financial mode.
2954 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2956     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2957       Fixed bug 108333 (http://bugzilla.gnome.org/show_bug.cgi?id=108333)
2958       The gcalctool buttons with menus associated with them are now keyboard
2959       navigable.
2961 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
2963     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2964       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
2965       When the user uses the keyboard to enter data, the associated gcalctool
2966       button will be animated.
2968 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
2970     * Fixed bug 108210 (http://bugzilla.gnome.org/show_bug.cgi?id=108210)
2971       Main gcalctool window is no longer resizable.
2973 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
2975     * Incorporated several online help changes from Breda McColgan.
2977       **IMPORTANT NOTE FOR TRANSLATORS**
2979       Please still hold off translating these files for a while. This is still
2980       a draft. The documentation needs to be reviewed by an editor, and 
2981       editorial feedback incorporated. Look for a followup entry here in the 
2982       Changelog, with an indication that they are ready for translation.
2984 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
2986     * Added scrollkeeper checks into configure.in.
2988     * From: Dennis Cranston <dennis_cranston@yahoo.com>
2989       Fixed warning message:
2991       ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
2992       GNOME_FILE_DOMAIN_APP_HELP domain
2994       Adjustment to the gnome_help_display() call in gtk.c to use the right 
2995       parameters.
2997 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
2999     * Added in a first (draft) version of online help from Breda McColgan in
3000       the Sun GNOME doc. team.
3002       **IMPORTANT NOTE FOR TRANSLATORS**
3004       Please hold off translating these files for a while. Slight revisions
3005       are planned for sometime in the next week or two. Look for a followup 
3006       entry here in the Changelog, with an indication that they are ready for 
3007       translation.
3009 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3011     * Abstracted the key values and modifiers. This will make it easier to
3012       create versions of this calculator for other graphical toolkits, or
3013       a version with no graphics at all (prompt style).
3015 2003-03-04  Rich Burridge  <rich.burridge@sun.com>
3017     * Adjusted the tooltip help to be minimalist messages. Online help for
3018       gcalctool will be coming soon, and this will contain the detailed help
3019       information (plus examples).
3021 2003-02-28  Rich Burridge  <rich.burridge@sun.com>
3023     * Small adjustment to allow gcalctool to compile using the Solaris Forte
3024       compilers.
3026 2003-02-26  Rich Burridge  <rich.burridge@sun.com>
3028     * Gcalctool wasn't saving the trigonometric type when it was changed. The
3029       trig_cb() function was calling do_trig() incorrectly instead of 
3030       do_trigtype().
3032     * Removed the trailing period from the ten constant definitions in the man 
3033       pages.
3035 2003-02-26  evandrofg <someone@somewhere.org>
3037     * configure.in: Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3039 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3041     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3042       Allows Backspace to correctly work inside parentheses. Similar fix to
3043       the one for Delete in v4.2.55 (bug #106583).
3045 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3047     * The Xor logical operation wasn't being performed correctly. Gdk uses
3048       keysym values that are greater than what can be fitted into a char.
3049       Adjusted v->cur_op and v->old_cal_value to now be ints.
3051     * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3052       checkboxes. In fact, it was toggling them twice, thereby returning them
3053       to whatever state they were in when the user hit Clr.
3055 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3057     * Removed the final period from the ten default constant descriptions.
3059     * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3060       "centimeter".
3062     * Fixed up the values of the ten default constant definitions in the
3063       manual pages.
3065     * The "centimeters <=> inches" default constant should be 0.3937007
3066       rather than 2.54 to be consistent with the other constants.
3068 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3070     * Fixed bug 106583 (http://bugzilla.gnome.org/show_bug.cgi?id=106583)
3071       There were two parts to this. Dennis Cranston fixed the:
3073       (gcalctool:10872): Gtk-CRITICAL **: file gtktextbuffer.c: line 548:
3074       assertion `g_utf8_validate (text, len, NULL)' failed
3076       messages. 
3078       The crash was caused by the paren_disp() function in display.c not
3079       correctly checking for when a Delete character was entered.
3081 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3083     * The financial Term tooltip example didn't work. The problem was that
3084       the Rate function had a keyboard shortcut of "T" and Term had "t". The
3085       check for which financial function was being processed in do_business()
3086       in functions.c didn't take into consideration any key mods (such as
3087       GDK_SHIFT_MASK). Add a key_equal function that now compares both the
3088       mods and the value of keys.
3090     * Moved the Exp button to the right of the Con and Fun buttons for better
3091       grouping.
3093 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3095     * Fixed bug 106501 (http://bugzilla.gnome.org/show_bug.cgi?id=106501)
3096       A check has been added to the do_delete() function in functions.c to
3097       make sure that the length is greater than zero, before setting the
3098       len-1 character to '\0'.
3100 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3102     * From Breda McColgan <breda.mccolgan@sun.com>
3103       Toggled the positions of the Sto and Rcl buttons. This is primarily to
3104       help with the online documentation, which consists of listing the 
3105       gcalctool buttons in several tables, grouping "like" buttons together 
3106       (for example: Bsp, CE, and Clr in one table; Sto, Rcl, and Exch in 
3107       another table). Within a table, the buttons are listed in the sequence 
3108       in which they appear in gcalctool. For the most part, the sequence 
3109       isn't significant. However, it doesn't really make sense to talk about 
3110       either Rcl or Exch until you've described Sto.
3112 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3114     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3115       - The process_str() function will cause a crash if the input string is 
3116         null. For example, if the clipboard is empty and the user presses 
3117         CTRL-V then gcalctool will core dump. Fixed by adding a null check to 
3118         the function. 
3120       - gcalctool now uses a text view for its display widget.
3122 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3124     * Fixes to the manual page:
3125       - the keyboard shortcut for the "Term" function is "t" not "T".
3126       - removed the LOGICAL mode section.
3128 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3130     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3131       Changes the EXPAND flag to FALSE when packing the display label and mode
3132       frame. These widgets shouldn't expand when the calculator is resized. 
3134       Replace the three characters of white space in the title bar text with one
3135       space character, so more of the title fits into the task window list 
3136       applet.
3138 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3140     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3141       Added a launcher to the GNOME's Accessories menu. The launcher uses 
3142       gcalctool.png for its icon which required moving the icon to the pixmaps 
3143       installation directory.  
3145       This means that the find_file() function is no longer necessary, and has
3146       been removed. It was used only in set_gcalctool_icon(). The path of 
3147       gcalctool.png is now always PACKAGE_PIXMAP_DIR. 
3149 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3151     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3152       Mark the menu labels for translation and converts the
3153       gtk_item_factory_get_widget() calls to 
3154       gtk_item_factory_get_widget_by_action() calls. 
3156 2003-02-11  Rich Burridge  <rich.burridge@sun.com>
3158     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3159       - Cleans up the Help menu's layout so it looks like other GNOME 
3160         applications.
3161       - Converts gtk_init() to gnome_program_init() to allow access to things 
3162         like GNOME_STOCK_ABOUT.
3163       - Add an icon field to the Xobject structure.
3164       - Change setup_default_icon() to set_gcalctool_icon() and set X->icon in 
3165         the function.
3166       - Sets the window icon for the memory register and about windows.
3167       - Cleans up about_cb() and call it directly in menu callbacks -- like in 
3168         other gtk+ applications.
3169       - Remove the unneccessary X->about structure field.
3171 2003-02-06  Daniel Yacob  <locales@geez.org>
3173     * Added Amharic (am) to ALL_LINGUAS ata configure.in.
3175 2003-02-07  Rich Burridge  <rich.burridge@sun.com>
3177     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3178       Fixed bug 104249 (http://bugzilla.gnome.org/show_bug.cgi?id=104249)
3179       The UI for adding new or editing existing constants and/or functions
3180       has been improved. It now uses a treeview editable list. A help button
3181       is provided, but that currently isn't hooked up. I've added a note to
3182       bug #104821 for this problem.
3184 2003-02-04  Rich Burridge  <rich.burridge@sun.com>
3186     * Fixed bug 104830 (http://bugzilla.gnome.org/show_bug.cgi?id=104830)
3187       gcalctool now uses gnome-calc3.png as its icon (same as the current
3188       gnome-calculator). For now, I've copied that to a file, gcalctool.png
3189       within the gcalctool distribution. Also removed calctool.gif.
3191 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3193     * Further slight adjustments needed to fix Bugzilla bug 104248. The 
3194       callback handler for the menu items (mb_proc in gtk.c) needed to 
3195       have a check at the top to see if we'd started the application yet, 
3196       and if it hadn't, then to just return. Seemed it was getting called 
3197       as gcalctool was initially coming up, which was toggling the state 
3198       of the v->rstate variable incorrectly.
3200     * Fixed bug 104240 (http://bugzilla.gnome.org/show_bug.cgi?id=104240)
3201       The "File" menubar item is now called "Calculator", and there is a set of
3202       unique mnemonics for the various items in the Scientific mode panel.
3203       The gcalctool manual pages have been updated to reflect these changes.
3205     * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3206       Added in a Control-A mnemonic for Help->About.
3208 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3210     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3211       Fixed bug 104248 (http://bugzilla.gnome.org/show_bug.cgi?id=104248)
3212       The View->Memory Registers menu item's toggle is now set correctly
3213       depending upon whether the memory register windows is visible or hidden.
3215     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3216       The correct radio item is now set in the View menu mode menu item entries
3217       if gcalctool is initially started in Financial or Scientific mode.
3219 2003-01-27  Rich Burridge  <rich.burridge@sun.com>
3221     * The constant and function definitions are now read and written as Gconf
3222       resources, rather than to a ~/.gcalctoolcf file in the user's home 
3223       directory. The manual pages have been updated to reflect this change.
3225       An entry has been added to the TODO file to reflect functionality that
3226       is no longer present because of this change.
3228     * Fixed bug 104250 (http://bugzilla.gnome.org/show_bug.cgi?id=104250)
3229       The constant and the function menu items now have "C<n>:" and "F<n>:" 
3230       prefixes respectively, where <n> is the constant/function number.
3232       This also involved removing the "<=>" from four of the descriptions for
3233       the predefined constant values.
3235 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3237     * Fixed bug 104245 (http://bugzilla.gnome.org/show_bug.cgi?id=104245)
3238       The View->Basic Mode, Financial Mode, Scientific Mode and Memory
3239       Registers now have keyboard accelerators (Control-B, Control-F, Control-S
3240       and Control-M respectively).
3242 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3244     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3245       Further slight adjustments for bug 104287
3246       (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3247       The insert button isthe default button.
3248       The dialog is no longer resizable.
3249       The ESC key can now be used to cancel the dialog.
3251 2003-01-24  Rich Burridge  <rich.burridge@sun.com>
3253     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3254       Fixed bug 104287 (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3255       HIG improvements for the "Insert ASCII Value" dialog.
3257 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3259     * Fixed bug 104241 (http://bugzilla.gnome.org/show_bug.cgi?id=104241)
3260       The Insert ASCII Value" menu item is now "Insert ASCII Value..."
3262     * From: Hidetoshi Tajima <hidetoshi.tajima@sun.com>
3263       Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3264       <bonobo-i18n.h,> where all this stuff is already defined.
3266 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3268     * Fixed bug 102928 (http://bugzilla.gnome.org/show_bug.cgi?id=102928)
3269       The x^2, e^x, 10^x and y^x keys now use Pango markup to display the
3270       label using superscripts.
3272 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3274     * Added in handling of the numeric keypad for Linux systems. This required
3275       an "event" signal handler on the main gcalctool window, and then checking
3276       for a set of keyvals that could be generated by the numeric keypad keys
3277       (with and without the NumLock key on).
3279 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3281     * Handling the function "(3+3)" now works.
3282       The button struct now contains a new item (char func_char) which 
3283       is the character equivalent to the button when you user enteres 
3284       it into a function definition. The process_str() routine in 
3285       graphics.c has been adjusted to call button_for_fc() (a new 
3286       routine in functions.c) to compare each character in the function 
3287       string against this item in each button struct to find the 
3288       appropriate operation.
3290       Also needed changes to do_paren() to call button_for_fc() instead of 
3291       button_for_value().
3293       These changes also fix bugtraq bug #4065378.
3294       Certain functions entered into gcalctool produce incorrect results.
3296     * Changed the keyboard accelerators for the following to use non Alt-<?>
3297       values:
3299       Cos  (old value: Alt-c) becomes 'J'.
3300       Sin  (old value: Alt-s) becomes 'K'.
3301       Tan  (old value: Alt-t) becomes 'L'.
3302       Frac (old value: Alt-f) becomes ':'.
3303       Int  (old value: Alt-i) becomes 'i'.
3304       Abs  (old value: Alt-u) becomes 'u'.
3305       Rate (old value: Alt-r) becomes 'T'.
3307       Updated the manual pages and the tooltip help to reflect these changes.
3309     * Removed the need to configure with "--enable-build-broken".
3311 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3313     * Adjusted the memory registers windows to use the same "R0:  0.00" format 
3314       (bold for first part), as the Rcl, Sto and Exch menus. 
3316 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3318     * The menu items for the Rcl, Sto and Exch menus now have the format
3319       "R0:     0.00", where the "R0:" part is in bold.
3321     * From Padraig O'Briain <Padraig.Obriain@Sun.COM>
3322       Fix to get the keyboard accelerators for the menubar menu items working.
3323       The problem was due to the creation of two accelerator groups in main()
3324       in gtk.c.
3326 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3328     * Updated the NEWS file with an overview of all the changes since v4.1.13.
3330 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3332     * Removed the gconf resource for getting/setting whether a beep is sounded
3333       on error. A beep will now always be sounded in such a case.
3335     * Removed the write_resources() routine. The writing out of the resources
3336       will now be immediately done when each of those functions changes.
3338 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3340     * Updated the manual pages to reflect the recent v4.2.xx changes.
3342     * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3343       on Linux.
3345 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3347     * The real fix for displaying the icon. The problem was that the icon was
3348       being installed in the pkgdata_DATA directory, but gcalctool was looking
3349       for it in the CALCTOOL_DATA_DIR directory, which was incorrectly set to
3350       $(datadir)/calctool" rather than $(datadir)/gcalctool".
3352 2003-01-20  Rich Burridge  <rich.burridge@sun.com>
3354     * Removed the setting of an event mask and a global event handler in 
3355       create_kframe() in gtk.c. This seems to have fixed up the keyboard 
3356       navigation problems.
3358       Control-F1 now toggles the displaying of tooltip help, so the "-h"
3359       command line option has been removed and the old-style event handling
3360       code has also been removed.
3362     * Added in a signal handler for the "delete" event for the main gcalctool
3363       window. The callback calls gtk_main_quit() to terminate the application.
3365 2003-01-17  Rich Burridge  <rich.burridge@sun.com>
3367     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3369       The gcalctool icon is now correctly displayed for me running Sun's
3370       fcs-10 build on Solaris. It's still a problem for Calum running
3371       GNOME HEAD on RH7.2.
3373 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3375     * HCI change suggested by Glynn Foster <Glynn.Foster@Sun.COM>
3377       The Sto/Rcl/Exch menu items should show the current register values 
3378       as well.
3380       The Exch/Rcl/Sto menus are recreated each time that menu is needed. The
3381       menu item callbacks for these menus and the Constant and Function menus
3382       have been consolidated into a single menu_proc_cb() routine.
3384 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3386     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3388       All the radiobutton and checkbox items in the mode panel now have a 
3389       mnemonic associated with them.
3391 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3393     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3395       Fixed up the buttons on the "Insert ASCII Value", "Enter Constant..." and
3396       "Enter Function..." popups. They now just use Cancel and OK buttons, and 
3397       use standard stock Gtk icons.
3399 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3401     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3403       Added in an Edit->Paste menu item. If selected this will paste 
3404       the current contents of the clipboard into the calculator display 
3405       as if you'd typed it.
3407     * Added bullet proofing to the process_str() routine in graphics.c 
3408       to protect it against values that weren't found. If a value wasn't 
3409       found, it's just ignored, and it goes on to process the next 
3410       character in the string.
3412     * Improved the val_to_button() routine in functions.c. It now takes 
3413       into consideration the mods value for each button struct entry when 
3414       comparing against the given value. This isn't enough though, as it 
3415       won't find Alt-<n> buttons.
3417 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3419     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3421       Added a 2 pixel border for the frames containing the Basic, Financial and
3422       Scientific buttons and the mode panel. The calculator doesn't look so
3423       crowded now.
3425 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3427     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3429       Removed the "operand item" label widget, the routine where it was being 
3430       set (set_op_item()) and all the calls to that routine. Other calculators 
3431       don't have any equivalent to this, so it's not really needed.
3433       This also remove the opdisp entry in the button struct and the op_type 
3434       enum.
3436     * Adjusted the "keyboard values used" table in calctool.c to reflect the
3437       current state.
3439 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3441     * The frames around the mode button tables and the mode panel were always 
3442       being shown. The make_but_table() and create_mode_panel() routines were
3443       returning the wrong widgets.
3445 2003-01-18  Rich Burridge  <rich.burridge@sun.com>
3447     * Fixed bug #101865 (http://bugzilla.gnome.org/show_bug.cgi?id=101865)
3448       Made the following keyboard remappings:
3450       Function     Old         New
3451       ---------------------------------
3452       Cos        Control-c     d
3453       Ddb        Control-d     Alt-C
3454       Frac       Control-f     Alt-f
3455       Int        Control-i     Alt-i
3456       Sln        Control-l     l
3457       Ctrm       Control-m     m
3458       Rate       Control-r     Alt-r
3459       Sin        Control-s     Alt-s
3460       Tan        Control-t     Alt-t
3461       Abs        Control-u     Alt-u
3462       Syd        Control-y     Y
3464       Note that the keyboard equivalents for:
3466       Function     Old         New
3467       ---------------------------------
3468       Quit       q or Q        Control-Q
3469       Copy       Sun Copy key  Control-C
3471       still have to be added in, although the menu items in the menu bar 
3472       work fine. The appropriate changes have been made to the manual pages.
3474     * Removed mention of the "-l" and "-r" command line options from the manual 
3475       pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3476       resource too.
3478 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3480     * After discussion with Calum Benson, removed the "Keys" key, that allowed
3481       you to toggle the button labels to show their keyboard equivalents. This
3482       functionality is now covered by the tooltip help and the Help->Contents
3483       online help.
3485 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3487     * Put each of the the button tables and the mode panel inside a frame,
3488       rather then use horizontal separators, to try to make the GUI look 
3489       nicer. There is still a persistent display problem to fix though 
3490       (see entry in the TODO file).
3492 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3494     * Entering "((2+3)*(2+3))" gave the wrong answer. Problems was in the
3495       process_item() routine where extra values were reassigned. With gcalctool
3496       v4.2.0 onwards, "*" is now the multiplication operand, and "x" needed 
3497       to be reassigned to that value (not the other way around). Had to 
3498       adjust the assignment of the "x" and "*" keyboard accelerators 
3499       accordingly too.
3501     * Added in some bullet-proofing to the do_parens() routine to hopefully 
3502       improve the handling of bogus keyboard entries when a string in 
3503       parentheses is being entered.
3505 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3507     * Hooked up the Help->Contents menu item. Note that help support still has
3508       to be included (i.e. a help subdirectory with associated files etc.).
3510 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3512     * The View->Memory Registers menu item now correctly toggles the showing of
3513       the memory register window.
3515 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3517     * Menubar menu items now use stock Gtk icons (where applicable).
3519 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3521     * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3522       This really needs help from a real graphics designer for a suggested color
3523       set.
3525 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3527     * Go into Scientific mode. Click on "(" twice and you'll get a segv.
3528       The problem was the v->current needed to be set to a copy of the 
3529       "n" button struct, rather than trying to find the button value from 
3530       user_data. Created a copy_button_info() routine that is now called 
3531       in three places.
3533 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3535     * Added some horizontal separators to help make the calculator more readable
3536       when in Financial and Scientific Mode.
3538 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3540     * Entering "((2+3)*9+(5-3))" causes a segv. The problem was due to the
3541       change from "x" to "*" as the character for multiplication. The .value
3542       entry in the button struct for the multiplication button needed to be
3543       changed to GDK_asterisk (rather than GDK_x), otherwise button_for_value()
3544       returns a NULL pointer.
3546 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3548     * Removed the attempt to display a calculator image on the About popup.
3550     * Typing the keyboard equivalent of the menu buttons now works. The problem
3551       was in process_item() in display.c. v->current couldn't just point to the
3552       current button struct. It needed to be a copy of it, so that pending
3553       operation (which save the pending value), don't overwrite the base button
3554       entries.
3556     * Removed the VERSION string from the titlebar. This is now in the About 
3557       popup.
3559 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3561     * Added in an About popup that's accessible through the Help->About 
3562       Gcalctool menubar Help menu item.
3564 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3566     * Fixed bug #102927 (http://bugzilla.gnome.org/show_bug.cgi?id=102927)
3567       Replaced abbreviation "trig." with full word "trigonometric".
3569 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3571     * Fixed bug #102922 (http://bugzilla.gnome.org/show_bug.cgi?id=102922)
3572       Adjusted the two occurances of sentence fragments in the 
3573       cfframe_apply_cb() routine in gtk.c to make it easier for L10N folks 
3574       to translate them.
3576 2003-01-08  German Poo-Caaman~o  <gpoo@ubiobio.cl>
3578     * Added Spanish (es) to ALL_LINGUAS at configure.in
3580 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3582     * gcalctool is now resizable again.
3584 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3586     * Make calculator window choose a reasonable size at startup, and resize 
3587       when changing modes.
3589 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3591     * Removed the GNOME_UTIL_LIBS line from .../gcalctool/Makefile.am as it's
3592       not needed.
3594 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3596     * Fixed "blank buttons displaying" bug. 
3598     * Added small section to configure.in that forces a "--enable-build-broken"
3599       flag to have to be passed to configure in order to build gcalctool while 
3600       it is still in this semi-broken state. This will be removed when most of
3601       the items mentioned in the first section of the TODO file have been
3602       implemented.
3604 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3606     * Updated the copyright messages to by the correct GPL ones for the various
3607       source files, plus used date of 2003 (not 2002) in:
3609       .../ChangeLog
3610       .../NEWS
3611       .../README
3612       .../TODO.
3613       .../gcalctool/calctool.c
3614       .../gcalctool/calctool.h
3615       .../gcalctool/display.c
3616       .../gcalctool/dsdefs.h
3617       .../gcalctool/dsfuns.c
3618       .../gcalctool/extern.h
3619       .../gcalctool/functions.c
3620       .../gcalctool/gcalctool.1
3621       .../gcalctool/get.c
3622       .../gcalctool/graphics.c
3623       .../gcalctool/gtk.c
3624       .../gcalctool/mp.c
3626     * The Financial/Logical/Scientific mode buttons have been moved into
3627       the main calculator window above the Basic mode buttons.
3629     * Added a menubar with the following menus/items:
3631       File      Edit                  View              Help
3632       -----------------------------------------------------------------
3633       Quit      Copy                  Basic Mode        Contents...
3634                 Insert ASCII Value    Financial Mode    About Gcalctool
3635                                       Scientific Mode
3637                                       Memory Register
3638                                       Right-handed Style
3640       The functionality has been hooked up except for the two Help menu items.
3642     * Revamped the gcalctool design. The Basic Mode is much simpler now.
3643       The Logical and Scientific modes have been combined into a single
3644       Scientific mode (which also includes some of the functionality that
3645       was in the previous Basic mode).
3647       The mode buttons are now extra button tables (and a mode panel) that get
3648       shown or hidden in the main gcalctool window depending upon the current
3649       mode.
3651       The six item mode display has been removed. The current base, numeric
3652       display type, trigonometric type, hyp and inv settings can be seen by
3653       the radio buttons and check boxes in the mode panel. The current mode is
3654       given in the main window title bar. The only things that's really 
3655       different is that there is no longer a current operand display item.
3657     * Remove the small property sheet that was displayed when you right clicked
3658       in the main window button area (not over a button). This had the ability
3659       to set a left or right-handed style. This functionality has also been
3660       removed, because with the simplification of the Basic mode, it's no 
3661       longer needed. Remove the command line options and resources associated 
3662       with this.
3664     * From Andrew Sobala <andrew@sobala.net>
3665       Fixed bug #102698 - "make distcheck" fails. Fix was to use the correct
3666       GNOME 2 autogen.sh. Also added #(schema_DATA) to the top-level
3667       Makefile.am