Unmark bitcalculating strings for translation (Bug #515326)
[gcalctool.git] / ChangeLog
blob7906cad470721f94076a2107731b06162fbd89b3
1 /*   $Header: /cvs/gnome/gcalctool/ChangeLog,v 1.467 2006/12/18 03:05:13 richb Exp $
2  *
3  *  Copyright (c) 1987-2008 Sun Microsystems, Inc.
4  *  All Rights Reserved.
5  */
7 gcalctool change history.
8 =========================
10 2008-02-10  Robert Ancell  <robert.ancell@gmail.com>
12     * glade/gcalctool.glade:
13       Unmark bitcalculating strings for translation (Bug #515326)
15 2008-02-10  Luca Ferretti  <elle.uca@libero.it>
17     * configure.in:
18       Remove help/it/Makefile, switching to gnome-doc-utils
20 2008-02-04 Rich Burridge <rich.burridge@sun.com>
22     * gcalctool/gtk.c:
23       Fix for bug #514233 - Title not translated
25 2008-02-02 Rich Burridge <rich.burridge@sun.com>
27     * gcalctool/gtk.c:
28       Fix for bug #513868 - Switching mode clears values but not 
29       "Malformed expression" in statusbar.
31     * gcalctool/ce_tokeniser.l:
32       From Sami Pietila <sami.pietila@utu.fi>
33       Fix for bug #513218 - Parsing not handling things the way a 
34       "normal" calculator would.
36     * help/de/de.po:
37       From Philipp Kerling <k.philipp@gmail.com>
38       Fix for bug #482666 - XML errors in gcalctool de translation.
40 2008-02-02  Tommi Vainikainen  <thv@iki.fi>
42         * glade/gcalctool.glade: Fix typo (Retreive -> Retrieve)
44 2008-01-28 Rich Burridge <rich.burridge@sun.com>
46     * README:
47       RELEASE.HOWTO:
48       NEWS:
49       configure.in:
50       Released a gcalctool v5.21.90 tarball.
52 2008-01-26 Rich Burridge <rich.burridge@sun.com>
54     * gcalctool/functions.c:
55       From Sami Pietila <sami.pietila@utu.fi>
56       Fix for bug #512204 - Regression in (-,+) handling.
58 2008-01-24 Rich Burridge <rich.burridge@sun.com>
60     * gcalctool/ce_parser.y:
61       gcalctool/mpmath.c:
62       gcalctool/functions.c:
63       Fix for bug #511052 – Mod gives negative remainders.
65 2008-01-16  Claude Paroz  <claude@2xlibre.net>
67     * gcalctool/gtk.c: (create_kframe):
68       Typo in message.
70 2008-01-14 Rich Burridge <rich.burridge@sun.com>
72     * README:
73       NEWS:
74       configure.in:
75       Released a gcalctool v5.21.5 tarball.
77 2008-01-04 Rich Burridge <rich.burridge@sun.com>
79     * gcalctool/gtk.c:
80       Fix for bug #507126 - "x" should be a keyboard shortcut for bitwise 
81       XOR but it's currently doing multiplication.
83     * gcalctool/gtk.c:
84       Fix for bug #507124 - gcalctool menu items are not being set inactive 
85       when there is an error condition.
87     * help/C/gcalctool.xml:
88       More work on bug #503941 – Various Calculator docmentation issues.
89       - Adjusted the note in section 3.1.1 to describe what a C locale is.
91 2008-01-03 Rich Burridge <rich.burridge@sun.com>
93     * help/C/gcalctool.xml:
94       Work on bug #503941 – Various Calculator docmentation issues.
95       - Added a section 3.6 "Undo and Redo"
96       - After an error condition pressing Shift-Delete will now 
97         clear it, not Delete.
98       - Updated and added numerous Alt-<whatever> and Control-<whatever>
99         definitions in the keyboard shortcut tables.
101     * RELEASE-HOWTO:  (new)
102       Added a document that provides a step-by-step list to remind 
103       gcalctool maintainers how to make a release.
105     * gcalctool/functions.c:
106       gcalctool/calctool.c:
107       gcalctool/calctool.h:
108       From Sami Pietila <sami.pietila@utu.fi>
109       Fix for bug #506742 - Various gcalctool buttons don't behave as 
110       expected when they are used right after a Clr operation.
112 2008-01-02 Rich Burridge <rich.burridge@sun.com>
114     * gcalctool/gtk.c:
115       From Sami Pietila <sami.pietila@utu.fi>
116       Work on bug #499954 – Key repeat is delayed.
117       Adjustments to the set_bit_panel() routine for arithmetic operator
118       precedence mode.
120 2008-01-01 Rich Burridge <rich.burridge@sun.com>
122     * (most files):
123       Updated the copyright messages to include 2008.
124       Updated the gcalctool About message in a similar fashion.
126     * help/C/figures/gcalctool_scientific_window.png:
127       help/C/gcalctool.xml:
128       gcalctool/functions.c:
129       gcalctool/lr_tokeniser.l:
130       gcalctool/lr_parser.y:
131       gcalctool/ce_tokeniser.l:
132       gcalctool/gtk.c:
133       gcalctool/mpmath.c:
134       gcalctool/ce_parser.y:
135       gcalctool/mpmath.h:
136       gcalctool/calctool.c:
137       gcalctool/calctool.h:
138       gcalctool/gcalctool.1:
139       glade/gcalctool.glade:
140       From Robert Millan <rmh@aybabtu.com>
141       From Robert Ancell <robert.ancell@gmail.com>
142       Fixed bug #505892 - Added a base 2 logarithm button. Note that for 
143       a future release of gcaltool, that this might be changed to a log<n>
144       button (see bug #336609 for more details).
146 2007-12-17 Rich Burridge <rich.burridge@sun.com>
148     * configure.in:
149       NEWS:
150       Released a gcalctool v5.21.4 tarball.
152 2007-12-15 Rich Burridge <rich.burridge@sun.com>
154     * help/C/gcalctool.xml:
155       Adjusted online help documentation to add in a section 4.4. "Changing
156       The Display Area" and to update the new keyboard shortcut for Clear.
158 2007-12-15 Robert Ancell <robert.ancell@gmail.com>
160     * Use delete key to delete character right of cursor in display, clear
161       now uses shift+delete (Bug #326938).
162     * glade/gcalctool.glade: Update all button tooltips to have the shortcut
163       key for that button (Bug #503707).
165 2007-12-12 Rich Burridge <rich.burridge@sun.com>
167     * gcalctool.desktop.in:
168       Fixed bug #502650 - gcalctool.desktop should contain "Calculator"
169       category
171     * help/C/gcalctool.xml:
172       Fixed bug #500802 - Update to GNOME Help Centre OMF Files for 
173       "Issue 24: Documentation Meta-data" of GNOME's GHOP Contest.
175     * help/C/gcalctool.xml:
176       Work on bug #501699. Adjusted "monthly interest rate" to "simple
177       monthly interest rate" in the online help for two of the financial
178       examples.
180 2007-12-09 Robert Ancell <robert.ancell@gmail.com>
182     * gcalctool/gtk.c: Fix incorrect menu radio button selected when
183       mode change aborted (bug #488226).
185 2007-12-07 Rich Burridge <rich.burridge@sun.com>
187     * gcalctool/functions.c:
188       Fix for bug #502306 - unable to use MOD operation after a 
189       x ᶺ y operation.
191 2007-12-03 Rich Burridge <rich.burridge@sun.com>
193     * configure.in:
194       NEWS:
195       Released a gcalctool v5.21.3 tarball.
197 2007-12-2 Robert Ancell <robert.ancell@gmail.com>
199     * Added a "Reset to Default" accuracy menu item (bug #488542).
201 2007-11-28 Rich Burridge <rich.burridge@sun.com>
203     * gcalctool/gtk.c:
204       From Sami Pietila <sami.pietila@utu.fi>
205       When the bit calculation extension is enabled, a message now appears
206       in the status bar.
208     * glade/gcalctool.glade:
209       Fixed bug #500060 - Twiddling bits 32-63 in bitcalculation extension 
210       produces incorrect results.
212 2007-11-27 Rich Burridge <rich.burridge@sun.com>
214     * help/C/figures/gcalctool_scientific_window.png:
215       help/C/gcalctool.xml:
216       Fixed bug #367731 - [doc] Update documentation for bit calculating 
217       extension.
219     * gcalctool/gtk.c:
220       From Sami Pietila <sami.pietila@utu.fi>
221       Fixed bug 500029 - Clearing a bit in the bitcalculating extension, 
222       sets the display to zero.
224 2007-11-27 Robert Ancell <robert.ancell@gmail.com>
226     * gcalctool/gtk.c: 
227       Disable menu items not valid in current mode (Bug #499625).
229 2007-11-17 Robert Ancell <robert.ancell@gmail.com>
231     * gcalctool/Makefile.am: Fix build dependencies for parsers (Bug #497237).
232     * gcalctool/gtk.c: Trim pasted text on newlines, replace tabs with spaces
233       (Bug #488796).
235 2007-11-13 Rich Burridge <rich.burridge@sun.com>
237     * help/C/figures/gcalctool_advanced_window.png:
238       help/C/figures/gcalctool_basic_window.png:
239       help/C/figures/gcalctool_financial_window.png:
240       help/C/figures/gcalctool_menu_symbol.png:
241       help/C/figures/gcalctool_scientific_window.png:
242       Fixed bug #367737 - [doc] Documentation screenshots need to be updated.
244     * help/C/gcalctool.xml:
245       Fixed bug #367723 - [doc] Update documentation for Changing Modes 
246       Clears Calculation.
248 2007-11-12 Rich Burridge <rich.burridge@sun.com>
250     * configure.in:
251       NEWS:
252       Released a gcalctool v5.21.2 tarball.
254 2007-11-10 Robert Ancell <robert.ancell@gmail.com>
256     * gtk.c: Close precision dialog when setting precision from
257       Acc button (Bug #495349).
258     * gcalctool.glade: Connect "activate" signal for precision
259       spin button after spin button has been updated (Bug #495345)
261 2007-11-6 Robert Ancell <robert.ancell@gmail.com>
263     * everything:
264       Stop display characters from being translated as this will
265       cause the display parser to fail.
266       Change labels on trig function keys when inverse/hyperbolic
267       toggled.
269 2007-11-4 Robert Ancell <robert.ancell@gmail.com>
271     * everything:
272       Split calctool.h into seperate header files.
273       Removed unused function definitions and killed extern.h.
274       Moved gconf behaviour into get.c.
275       Removed some global variables for resource naming.
276       Merged graphics.c into gtk.c.
277       Renamed all gtk.c external functions to ui_*().
278       Moved main() into calctool.c.
279       Disable bitcalculating menu when not in scientific mode.
280       Renamed GTK+ callbacks so they all are in the form *_cb().
282 2007-11-3 Rich Burridge <rich.burridge@sun.com>
284     * help/Makefile.am:
285       From dmacks@netspace.org
286       Fixed bug #482655 - Missing image file.
288     * gcalctool/gtk.c:
289       Fix the buglet in comment #51 of bug #485919.
291 2007-11-3 Robert Ancell <robert.ancell@gmail.com>
293     * gcalctool/gtk.c: 
294       Re-enable accuracy menu items (Final part of bug #488694).
295       Make accuracy shortcuts only work in scientific mode (bug #488489).
296       Stop bogus '-/-' in accuracy menu items (bug #488703).
298 2007-11-1 Rich Burridge <rich.burridge@sun.com>
300     * display.c:
301       calctool.h:
302       functions.c:
303       gtk.c:
304       More lint fixups.
306 2007-11-1 Robert Ancell <robert.ancell@gmail.com>
308     * gcalctool/gtk.c:
309       glade/gcalctool.glade:
310       More work on bug #488694 - Move all popup menus into gcalctool.glade.
311       Split constant and function dialogs into seperate UI elements.
313     * gcalctool/graphics.c:
314       gcalctool/calctool.c:
315       gcalctool/calctool.h:
316       gcalctool/display.c:
317       gcalctool/functions.c:      
318       gcalctool/gtk.c:
319       glade/gcalctool.glade:      
320       More work on bug #488694 - Simplify menu code
322 2007-10-31 Rich Burridge <rich.burridge@sun.com>
324     * gcalctool/dsfuns.c:
325       gcalctool/calctool.h:
326       gcalctool/functions.c:
327       gcalctool/ce_parser.h:
328       gcalctool/gtk.c:
329       Code cleanup to a consistent style, plus fixup for various warnings
330       from lint.
332 2007-10-31 Robert Ancell <robert.ancell@gmail.com>
334     * gcalctool/mpmath.c:
335       gcalctool/graphics.c:
336       gcalctool/calctool.c:
337       gcalctool/calctool.h:
338       gcalctool/display.c:
339       gcalctool/functions.c:
340       gcalctool/extern.h:
341       gcalctool/get.c:
342       gcalctool/gtk.c:
343       glade/gcalctool.glade:
344       More work on bug #488694 - Move accelerator handling from calctool.c
345       
346     * gcalctool/gtk.c:
347       glade/gcalctool.glade:
348       More work on bug #488694 - Move ASCII, accuracy, function and
349       constant dialogs into gcalctool.glade
351 2007-10-30 Rich Burridge <rich.burridge@sun.com>
353     * gcalctool/mpmath.c:
354       Fix for bug #485134 - OR calculation produces incorrect result in 
355       arithmetic precedence mode.
357 2007-10-28 Rich Burridge <rich.burridge@sun.com>
359     * gcalctool/functions.c:
360       From Sami Pietila <sami.pietila@utu.fi>
361       Fix for bug #490701 - base radio buttons initially fail.
363     * Released a gcalctool v5.21.1 tarball.
365 2007-10-27 Rich Burridge <rich.burridge@sun.com>
367     * gcalctool/mpmath.c:
368       From Sami Pietila <sami.pietila@utu.fi>
369       Attempted fix for bug #485134 - OR calculation produces incorrect 
370       result in arithmetic precedence mode. This isn't a complete solution
371       so the bug has been reopened.
373 2007-10-26 Rich Burridge <rich.burridge@sun.com>
375     * gcalctool/functions.c:
376       From Sami Pietila <sami.pietila@utu.fi>
377       Fix for bug #488828 - Reciprocal remembers backspaced items.
379 2007-10-23 Rich Burridge <rich.burridge@sun.com>
381     * glade/gcalctool.glade:
382       More work on bug ##488694 - [a11y] Several calculator buttons 
383       don't speak correctly with Orca. Removed the accessible descriptions
384       (not needed) and adjusted the "shift left" and "shift right" names
385       (they were reversed).
387     * gcalctool/functions.c:
388       From Sami Pietila <sami.pietila@utu.fi>
389       Patch to stablize arithmetic precedence.
391 2007-10-23 Robert Ancell <robert.ancell@gmail.com>
393     * gcalctool/gtk.c:
394       Stop acting on toggle events from radio buttons when they go
395       inactive (Bug #485918).
397 2007-10-22 Rich Burridge <rich.burridge@sun.com>
399     * glade/gcalctool.glade:
400       From Robert Ancell <robert.ancell@gmail.com>
401       More work on bug #485919 - Use Glade for UI. This patch puts 
402       menu accelerators back again and fixes the top button row in 
403       basic mode being too tall.
405     * MAINTAINERS:
406       Added Robert Ancell to the list of gcalctool MAINTAINERS.
408     * glade/gcalctool.glade:
409       Fixed bug #488830 - Hex radio button shortcut conflicts with 
410       Help menu shortcut.
412     * glade/gcalctool.glade:
413       Fixed bug #488829 - Accuracy and Change Sign have wrong tooltip 
414       shortcut keys.
416     * gcalctool/gtk.c:
417       Fixed bug #488783 - memory registers not available if you start 
418       in Advanced mode
420     * gcalctool/gtk.c:
421       glade/gcalctool.glade:
422       Fixed bug bug #488694 - [a11y] Several calculator buttons don't speak 
423       correctly with Orca.
425 2007-10-20 Rich Burridge <rich.burridge@sun.com>
427     * gcalctool/calctool.c:
428       gcalctool/calctool.h:
429       gcalctool/functions.c:
430       gcalctool/extern.h:
431       gcalctool/gtk.c:
432       glade/gcalctool.glade:    (new)
433       glade/Makefile.am:
434       glade/mode_panel.glade:   (removed)
435       po/POTFILES.in:
436       From Robert Ancell <robert.ancell@gmail.com>
437       More work on bug #485919 - Use Glade for UI. This now provides
438       Glade support for the majority of the gcalctool GUI.
440 2007-10-15 Rich Burridge <rich.burridge@sun.com>
442     * gcalctool/gtk.c:
443       Fix for bug #485398 - Put memory register window inside the main window.
444       Uses gtk_window_set_transient_for() to associate the memory register
445       window with the main gcalctool window.
447     * help/C/gcalctool.xml:
448       Fix for bug #383850 - [doc] New names for Precedence.
450 2007-10-13 Rich Burridge <rich.burridge@sun.com>
452     * gcalctool/gtk.c:
453       From Sami Pietila <sami.pietila@utu.fi>
454       Fix for bug #485137 - Undo/Redo don't work in arithmetic precedence 
455       mode if user has "hand edited" the display.
457 2007-10-12 Rich Burridge <rich.burridge@sun.com>
459     * configure.in:
460       gcalctool/calctool.c:
461       gcalctool/gtk.c:
462       gcalctool/Makefile.am:
463       Makefile.am:
464       glade/Makefile.am:          (new)
465       glade/mode_panel.glade:     (new)
466       From Robert Ancell <robert.ancell@gmail.com>
467       Work on bug #485919 - Use Glade for UI.
468       Initial Glade patch adds support for the mode panel.
470 2007-10-11 Rich Burridge <rich.burridge@sun.com>
472     * gcalctool/gtk.c:
473       Added a call to "set_memory_toggle(v->rstate);" in make_frames() to
474       correctly set the state of the Edit-<Memory Registers check box if the
475       user wanted the memory registers initially displayed.
477     * gcalctool/gtk.c:
478       From Christian Persch <chpe@gnome.org>
479       Correctly handle memory register display and "Memory Registers" menu
480       item checkbox status when user goes from Sci/Fin/Adv mode to Basic.
481       (Needed because of the recent changes for bug #478961).
483 2007-10-08 Rich Burridge <rich.burridge@sun.com>
485     * Released a gcalctool v5.21.0 tarball.
487     * gcalctool/calctool.h:
488       gcalctool/display.c:
489       gcalctool/functions.c:
490       gcalctool/ce_tokeniser.l:
491       gcalctool/get.c:
492       gcalctool/gtk.c:
493       With lots of help from Sami Pietila <sampie@utu.fi>
494       Fix for bug #326938 – Display cursor in input area; allow home
495       and end keys. This is in arithmetic precedence mode only.
497 2007-10-08 Rich Burridge <rich.burridge@sun.com>
499     * gcalctool/graphics.c:
500       Fix for bug #484158 – Setting Accuracy is incorrect via the 0-9 
501       places menu items.
503 2007-10-02 Rich Burridge <rich.burridge@sun.com>
505     * help/C/gcalctool.xml:
506       gcalctool/calctool.h:
507       gcalctool/ce_tokeniser.l:
508       Fix for bug #439087 – Gcalctool can't handle small physic constants 
509       like the Boltzmann constant. The number of significant places has
510       been increased to 99 and the number of displayable digits has been
511       increased to 200. The online help has been adjusted to reflect these
512       changes.
514       Note that if you have something in the gcalctool display that is 
515       wider than the display area, a scrollbar is shown, but the first 
516       digit isn't properly displayed. The workaround here, is to enlarge 
517       the size of the calculator window until the scrollbar goes away.
518       I believe this is a Gtk+ problem and have filed bug #482688 against it.
520     * help/C/gcalctool.xml:
521       Fixed bug #367738 – [doc] Square root documentation needs to be updated.
522       The entry in the online help now includes examples for both arithmetic 
523       precedence and non-arithmetic precedence mode.
525     * help/C/gcalctool.xml:
526       Fixed bug #428571 – [doc] Repetitive usage of "use".
528 2007-10-01 Rich Burridge <rich.burridge@sun.com>
530     * gcalctool/Makefile.am:
531       configure.in:
532       From Rémi Cardona <remi@gentoo.org>
533       Use GNOME_MAINTAINER_MODE_DEFINES() to handle *_DISABLE_DEPRECATED
535     * help/C/gcalctool.xml:
536       gcalctool/calctool.c:
537       gcalctool/display.c:
538       gcalctool/calctool.h:
539       gcalctool/functions.c:
540       gcalctool/lr_tokeniser.l:
541       gcalctool/ce_tokeniser.l:
542       gcalctool/gcalctool.1:
543       Fixed bug #428573 – [doc] Spelling of logical gates.
544       The logical operations, And, Not, Or, Xor and Xnor now use uppercase
545       letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
546       display area in arithmetic precedence mode. The gcalctool manual
547       pages and the online help have been updated accordingly.
549       The XOR operation in non-arithmetic mode was doing a multiplication 
550       instead.
552       The result for the AND example in the online help was incorrect.
554       The syntax for using NOT in aritmetic mode is different then for
555       non-arithmetic mode. The online help example has been updated to
556       show both examples.
558 2007-09-28 Rich Burridge <rich.burridge@sun.com>
560     * help/C/gcalctool.xml:
561       gcalctool/calctool.c:
562       gcalctool/calctool.h:
563       gcalctool/functions.c:
564       gcalctool/lr_tokeniser.l:
565       gcalctool/ce_tokeniser.l:
566       gcalctool/gcalctool.1:
567       gcalctool/gtk.c:
568       gcalctool/ce_parser.y:
569       With lots of help from Sami Pietila <sampie@ariana-dsl.utu.fi>
570       Fixed bug #469245 – Hexadecimal input is not intuitive and
571       bug #455889 – Copy/paste of lower case hex letter does not work.
572       The hexadecimal digits have been changed back to their pre Sept
573       2003 (bug #118826) values of "a" - "f".
575       The following functions have also had their keyboard shortcuts
576       reverted back to their pre Sept 2003 upper-case values:
578       [A] - Set accuracy
579       [C] - Change sign
580       [D] - Double-declining depreciation
581       [E] - Enter an exponential number
582       [F] - User-defined functions
584       With copy/paste operations, where the user is pasting a string into
585       gcalctool, the copy buffer is now iterated over. If an "A", "B", "C",
586       "D" or "F" character is encountered, it will be converted to its
587       lowercase equivalent. If an "E" is found,  and the next character is a
588       "-" or a "+", then it remains as an upper case "E" (it's assumed to be
589       a possible exponential number), otherwise its converted to a lower
590       case "e".
592       Displaying of hex digits in the gcalctool display will still be
593       in uppercase. Displaying of the "e" in an exponential number will
594       still be in lower-case.
596       The way to enter exponential numbers in arithmetic precedence mode
597       has changed. The following four examples should show you the new
598       correct syntax:
600         1  2  Exp + 8  =              1200000000
601       - 1  2  Exp + 8  =             -1200000000
602         1  2  Exp - 8  =              0.00000012
603       - 1  2  Exp - 8  =             -0.00000012
605       In both left-to-right precedence and arithmetic precedence modes, if
606       the user enters a numeric digit that is incorrect for the current
607       numeric base, this shouldn't be allowed and should not be entered
608       in the display.
610       The gcalctool documentation (and tooltips) have been updated to
611       reflect these changes.
613 2007-09-24 Rich Burridge <rich.burridge@sun.com>
615     * From Christian Persch <chpe@gnome.org>
616       gcalctool/gtk.c:
617       Fixed bug #479102 – memory registers dialogue should use ngettext.
619 2007-09-21 Rich Burridge <rich.burridge@sun.com>
621     * Updated the MAINTAINERS file with Sami's new email address.
623     * From Christian Persch <chpe@gnome.org>
624       gcalctool/gtk.c:
625       Fixed bug #478961 – GtkAaction use.
627     * From Christian Persch <chpe@gnome.org>
628       gcalctool/gtk.c:
629       Fixed bug #478964 – don't use deprecated gtk_widget_ref func.
631     * From Christian Persch <chpe@gnome.org>
632       gcalctool/gtk.c:
633       Fixed bug #478979 – show menu help in statusbar.
635     * From Christian Persch <chpe@gnome.org>
636       gcalctool/gtk.c:
637       Fixed bug #479064 – should use ngettext on the Acc button.
639     * From Christian Persch <chpe@gnome.org>
640       gcalctool/gtk.c:
641       Fixed bug #479097 – use gtkmessagedialog.
643     * From Christian Persch <chpe@gnome.org>
644       gcalctool/gtk.c:
645       Fixed bug #479066 – weird way to use gnome menus-have-icons setting.
647 2007-09-17 Rich Burridge <rich.burridge@sun.com>
649     * Released a gcalctool tarball for GNOME 2.20.0.
651 2007-09-03 Rich Burridge <rich.burridge@sun.com>
653     * Released a gcalctool tarball for GNOME 2.19.92.
655 2007-08-27 Rich Burridge <rich.burridge@sun.com>
657     * Released a gcalctool tarball for GNOME 2.19.91.
659 2007-08-17 Rich Burridge <rich.burridge@sun.com>
661     * From Lionel Le Folgoc
662       gcalctool.desktop.in:
663       Fixed bug #467442 – gcalctool does not appear in xfce4 menu.
665 2007-08-13 Rich Burridge <rich.burridge@sun.com>
667     * Released a gcalctool tarball for GNOME 2.19.90.
669 2007-08-11 Rich Burridge <rich.burridge@sun.com>
671     * MAINTAINERS:
672       Adjusted to the new format.
674 2007-07-30 Rich Burridge <rich.burridge@sun.com>
676     * Released a gcalctool tarball for GNOME 2.19.6.
678 2007-07-30 Jan Arne Petersen <jpetersen@jpetersen.org>
680     * configure.in:
681       Remove help/de/Makefile due to gnome-doc-utils migration.
683 2007-07-24 Rich Burridge <rich.burridge@sun.com>
685     * From Christopher Taylor et al
686       configure.in:
687       gcalctool/gtk.c:
688       Fixed bug #459702 – gcalc does not build against gtk+-2.11.6.
689       Occurances of gtk_tooltips_set_tip are now gtk_widget_set_tooltip_text.
691 2007-07-22 Yair Hershkovitz <yairhr@gmail.com>
692     * gcalctool/gtk.c:
693       Always use left-to-right direction for button's boxes. Fixed bug
694       #439415.
696 2007-07-08 Rich Burridge <rich.burridge@sun.com>
698     * gcalctool.desktop.in:
699       Applied Sun patch 
700       /jds/spec-files/trunk/patches/gcalctool-01-menu-entry.diff.
701       Changed the Comment line.
703     * Released a gcalctool tarball for GNOME 2.19.5.
705 2007-06-26 Rich Burridge <rich.burridge@sun.com>
707     * gcalctool/mpmath.c:
708       Fixed bug #451286 – 0 power of 0. This now returns 1 and not an error.
710     * gcalctool/gtk.c:
711       Fixed bug #450790 – crash in Calculator when pasting in a very large
712       number.
714 2007-06-18 Rich Burridge <rich.burridge@sun.com>
716     * From Jani Monoses
717       Fixed bug #448263 – drop libgnome dependency
719     * Released a gcalctool tarball for GNOME 2.19.4.
721 2007-06-04 Rich Burridge <rich.burridge@sun.com>
723     * Released a gcalctool tarball for GNOME 2.19.3.
725 2007-05-21 Rich Burridge <rich.burridge@sun.com>
727     * Fixed bug #439985 – Negative value not saved in memory register 
728       across invocations of gcalctool. This was also a problem was negative
729       constants.
731 2007-05-13 Rich Burridge <rich.burridge@sun.com>
733     * Released a gcalctool tarball for GNOME 2.19.2.
735 2007-04-30 Rich Burridge <rich.burridge@sun.com>
737    * gcalctool/display.c:
738      gcalctool/functions.c:
739      From: Sami Pietilä
740      Fixed bug #419927 - calculator rcl function does not work as documented.
742 2007-04-23 Rich Burridge <rich.burridge@sun.com>
744     * Released a gcalctool tarball for GNOME 2.19.1.
745       (gcalctool version number now aligns with the GNOME 
746        minor.micro numbers).
748 2007-04-18 Rich Burridge <rich.burridge@sun.com>
750    * gcalctool/gtk.c:
751      Fixed up various compiler warnings.
753 2007-04-13  Changwoo Ryu  <cwryu@debian.org>
755     * configure.in:
756       Removed line for help/ko/Makefile.in due to gnome-doc-utils
757       migration.
759 2007-03-28 Rich Burridge <rich.burridge@sun.com>
761    * gcalctool.desktop.in:
762      Fixed bug #413443 – gnome-calculator is not publically visible icon.
764 2007-03-12 Rich Burridge <rich.burridge@sun.com>
766     * gcalctool/gtk.c:
767       Adjust "Paste" to _("Paste") in the for_each_menu() routine for 
768       bug #317786 – copy and paste menu entries are always active.
770 2007-03-12 Rich Burridge <rich.burridge@sun.com>
772     * Released a gcalctool tarball for GNOME 2.18.0 (Final).
774 2007-03-08  Christian Kirbach  <Christian.Kirbach@googlemail.com>
776         * gcalctool.desktop.in:
777         "Application" is not a valid category in the freedesktop specification.
778         Added the GTK category.
780 2007-02-27 Rich Burridge <rich.burridge@sun.com>
782     * gcalctool/gtk.c:
783       Fixed bug 412688 - gcalctool crashed with SIGSEGV in strlen().
785 2007-02-25 Rich Burridge <rich.burridge@sun.com>
787     * Released a gcalctool tarball for GNOME 2.18.0 (Release Candidate).
789 2007-02-12 Rich Burridge <rich.burridge@sun.com>
791     * Released a gcalctool tarball for GNOME 2.18.0 (beta-2).
793 2007-02-06 Rich Burridge <rich.burridge@sun.com>
795     * gcalctool/gtk.c:
796       Fixed bug #402473 – Problems pasting back value when using 
797       thousands separator.
799 2007-01-22 Rich Burridge <rich.burridge@sun.com>
801     * Released a gcalctool tarball for GNOME 2.18.0 (beta-1).
803 2007-01-17 Rich Burridge <rich.burridge@sun.com>
805     * gcalctool/gtk.c:
806       Fixed bug #397788 – Need spin control limit for Acc Other popup.
808 2007-01-16 Rich Burridge <rich.burridge@sun.com>
810     * gcalctool/gtk.c:
811       From Thomas Molhave
812       Fixed bug #317786 - copy and paste menu entries are always active.
814 2007-01-08 Rich Burridge <rich.burridge@sun.com>
816     * All copyright messages updated for 2007.
817     * Released a gcalctool tarball for GNOME 2.17.5.
819 2006-12-17 Rich Burridge <rich.burridge@sun.com>
821     * Released a gcalctool tarball for GNOME 2.17.4.
823 2006-12-15 Rich Burridge <rich.burridge@sun.com>
825     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
826       Fixed bug #371669 - Floating Hexadecimal values converting to any.
828 2006-12-08 Rich Burridge <rich.burridge@sun.com>
830     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
831       Fixed bug #381037 – result can not be used for "mod" operation.
833     * Fixed bug #369503 – Problems with 'arithmetic precedence mode'.
835 2006-12-04 Rich Burridge <rich.burridge@sun.com>
837     * Released a gcalctool tarball for GNOME 2.17.3.
839 2006-11-28 Rich Burridge <rich.burridge@sun.com>
841     * gcalctool/gtk.c:
842       Fixed bug #380145 – Markup error in alert message.
844 2006-11-27 Rich Burridge <rich.burridge@sun.com>
846     * gcalctool/gtk.c:
847       In set_win_position(), initialized the x and y variables.
849     * help/C/gcalctool.xml:
850       Fixed bug #367754 - [doc] Update documentation for % operator.
852     * help/C/gcalctool.xml:
853       Fixed bug #367728 - [doc] Update documentation for Mod (Modulus 
854       Division) operation.
856     * help/C/gcalctool.xml:
857       Fixed bug #367715 - [doc] Update doc to mention saving of memory 
858       registers.
860     * help/C/gcalctool.xml:
861       Fixed bug #367718 - [doc] Documentation change needed for 
862       View->Memory Registers menu item inactive.
864     * help/C/gcalctool.xml:
865       Fixed bug #367735 - [doc] Update documentation for Ctrm operation.
867     * help/C/gcalctool.xml:
868       Fixed bug #367740 - [doc] Documentation for Clear Entry and Clear 
869       could be better.
871     * help/C/gcalctool.xml:
872       Fixed bug #367725 - [doc] Update documentation for the Memory 
873       Register Window.
875     * help/C/gcalctool.xml:
876       Fixed bug #367720 - [doc] Documentation change needed for keyboard 
877       shortcuts for buttons with menus associated with them.
879     * help/C/gcalctool.xml:
880       Fixed bug #367712 - [doc] Need to document how to enter scientific 
881       number s with a negative exponent in AOP mode.
883 2006-11-20 Rich Burridge <rich.burridge@sun.com>
885     * gcalctool/gtk.c:
886       Modified patch from Sun Bugster bug #6480076.
887       Made the gcalctool display areas focusable.
889     * help/C/gcalctool.xml:
890       Fixed bug #367722 – [doc] Update documentation for Xor and x^y 
891       operations.
893 2006-11-18 Rich Burridge <rich.burridge@sun.com>
895     * gcalctool/gtk.c:
896       Fixed bug #76572 - Primary selection is not recognised.
898 2006-11-04 Rich Burridge <rich.burridge@sun.com>
900     * Released a gcalctool tarball for GNOME 2.17.2.
902 2006-10-30 Rich Burridge <rich.burridge@sun.com>
904     * gcalctool/calctool.c:
905       gcalctool/calctool.h:
906       gcalctool/display.c:
907       gcalctool/functions.c:
908       gcalctool/get.c:
909       gcalctool/gtk.c:
910       Fixed bug #358782 (http://bugzilla.gnome.org/show_bug.cgi?id=358782)
911       Fixup sloppy string handling.
913     * gcalctool/function.c:
914       Fixup sloppy code indentation.
915       Remove unwanted (commented out) code.
916       Adjusted to /* ... */ style comments.
918 2006-10-23 Rich Burridge <rich.burridge@sun.com>
920     * gcalctool/get.c:
921       From Paul Schulz:
922       Fixed bug #364410 (http://bugzilla.gnome.org/show_bug.cgi?id=364410)
923       Incorrectly rounded pi constant.
925 2006-10-16 Rich Burridge <rich.burridge@sun.com>
927     * Released a gcalctool tarball for GNOME 2.17.1.
929 2006-10-07 Elijah Newren <newren gmail com>
931     * gcalctool/gtk.c (create_change_mode_dialog): Remove markup from
932       translatable messages.  #360453
934 2006-10-03 Rich Burridge <rich.burridge@sun.com>
936     * gcalctool/display.c:
937       From Matt Keenan <matt dot keenen at sun period com>
938       Fixed bug 359291 - crash when localized decimal point is greater 
939       than 1 char. Removed the bogus assert.
941 2006-10-01 Rich Burridge <rich.burridge@sun.com>
943     * gcalctool/calctool.c:
944       gcalctool/gtk.c:
945       From Matthias Clasen:
946       Fixed bug #358337 (http://bugzilla.gnome.org/show_bug.cgi?id=358337)
947       gcalctool no longer crashes in the Oriya locale due to sloppy string
948       handling.
950 2006-09-29 Sami Pietila <sampie@ariana-dsl.utu.fi>
952     * Fixed pr #354730 - crash in Calculator: running
953       3x10^38 using bi..
955 2006-09-28 Sami Pietila <sampie@ariana-dsl.utu.fi>
957     * Fixed pr #357208 - Bitcalculating extension needs to
958       support negative numbers
960 2006-09-22 Rich Burridge <rich.burridge@sun.com>
962     * gcalctool/calctool.c:
963       gcalctool/calctool.h:
964       gcalctool/extern.h:
965       gcalctool/functions.c:
966       gcalctool/functions.h:
967       gcalctool/get.c:
968       gcalctool/gtk.c:
969       From Sami Pietila <sampie@ariana-dsl.utu.fi>
970       Fixed bug #157961 - Bitcalculating extension for gcalctool.
972 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
974     * Fixed pr #355648 - Error reporting should be consistent.
976 2006-09-13 Sami Pietila <sampie@ariana-dsl.utu.fi>
978     * Fixed pr #135140 - percent operator works not as expected.
979         
980 2006-09-06 Rich Burridge <rich.burridge@sun.com>
982     * gcalctool/calctool.c:
983       gcalctool/calctool.h:
984       gcalctool/get.c:
985       gcalctool/gtk.c:
986       Fixed bug #349981 - gcalctool should save screen position for next 
987       start.
989 2006-09-04 Rich Burridge <rich.burridge@sun.com>
991     * Released a gcalctool tarball for GNOME 2.16.0 (Final).
993 2006-08-18 Rich Burridge <rich.burridge@sun.com>
995     * Released a gcalctool tarball for GNOME 2.16.0 (RC1).
997 2006-08-09 Rich Burridge <rich.burridge@sun.com>
999     * gcalctool/functions.c:
1000       gcalctool/graphics.c:
1001       gcalctool/gtk.c:
1002       Removed several chunks of code that were surronded by #if 0/#endif.
1004 2006-08-07 Rich Burridge <rich.burridge@sun.com>
1006     * gcalctool/display.c:
1007       gcalctool/functions.c:
1008       gcalctool/graphics.c:
1009       Fixed bug #350341 (http://bugzilla.gnome.org/show_bug.cgi?id=350341)
1010       gcalctool now builds again with gcc v2.95.
1012 2006-08-06 Rich Burridge <rich.burridge@sun.com>
1014     * Released a gcalctool tarball for GNOME 2.16.0 (beta2).
1016 2006-07-28 Lucas Rocha <lucasr@gnome.org>
1018     * configure.in:
1019       Removed line for help/es/Makefile.in due to g-d-u migration.
1020     * help/Makefile.am:
1021       Removed es from SUBDIRS due to g-d-u migration. 
1023 2006-07-24 Rich Burridge <rich.burridge@sun.com>
1025     * gcalctool/calctool.c:
1026       More work on bug #347700 
1027       (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
1028       Added another "Note to translators" comment for the Abs button labels.
1030     * configure.in:
1031       Fixed bug #348452 (http://bugzilla.gnome.org/show_bug.cgi?id=348452)
1032       Removed line for help/sv/Makefile.in
1034     * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
1036 2006-07-20 Rich Burridge <rich.burridge@sun.com>
1038     * gcalctool/calctool.c:
1039       Work on bug #347700 (http://bugzilla.gnome.org/show_bug.cgi?id=347700)
1040       Added a "Note to translators" comment for the Bksp and Clr button
1041       labels.
1043 2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
1045     * gcalctool/gtk.c (about_cb): Updated FSF postal address.
1047 2006-07-10 Rich Burridge <rich.burridge@sun.com>
1049     * Released a gcalctool tarball for GNOME 2.15.4.
1051 2006-06-09 Rich Burridge <rich.burridge@sun.com>
1053     * Released a gcalctool tarball for GNOME 2.15.3.
1055 2006-06-01 Rich Burridge <rich.burridge@sun.com>
1057     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1058       Fixed bug #343150 (http://bugzilla.gnome.org/show_bug.cgi?id=343150)
1059       Gcalctool no longer crashes when switching to scientific mode.
1061 2006-05-16 Rich Burridge <rich.burridge@sun.com>
1063     * Adjusted configure.in so that gcalctool now requires intltool v0.35.0.
1065 2006-05-15 Rich Burridge <rich.burridge@sun.com>
1067     * Released a gcalctool tarball for GNOME 2.15.2.
1069 2006-05-10 Rich Burridge <rich.burridge@sun.com>
1071     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1072       Fixup compiler warnings from inclusion of last patch.
1074 2006-05-08 Rich Burridge <rich.burridge@sun.com>
1076     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1077       Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538)
1078       Backspace results in mal-formed expression.
1080     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1081       - = button is now also a one step undo. (This feature was temporary 
1082         disabled by the previous redo/undo patch.)
1084       - Removed gotos from do_expression function. (This change might add
1085         unstability as this is a major change to the expression mode state
1086         machine.)
1088       - Functions (such as sin, cos, tan..) can use previously calculated
1089         value.
1091 2006-05-01 Rich Burridge <rich.burridge@sun.com>
1093     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1094       First cut at an Undo/Redo implementation for use with the arithmetic
1095       operator precedence mode.
1097 2006-04-25 Rich Burridge <rich.burridge@sun.com>
1099     * Respun the gcalctool tarball for GNOME 2.15.1 because intltool
1100       is not Solarisized. It's generated constructs in .../po/Makefile.in.in
1101       that do not work on Solaris. The hack fix was to change the SHELL
1102       definition in .../po/Makefile.in.in to /bin/bask before running
1103       make; make install; make dist
1105     * Removed the no entry from the po/LINGUAS file.
1107 2006-04-24 Rich Burridge <rich.burridge@sun.com>
1109     * Removed .../po/Makefile.in.in. Shouldn't have been in CVS.
1111     * Released a gcalctool tarball for GNOME 2.15.1.
1113 2006-04-24 Rich Burridge <rich.burridge@sun.com>
1115     * Fixed bug #337897 (http://bugzilla.gnome.org/show_bug.cgi?id=337897)
1116       Changes to use po/LINGUAS file.
1118 2006-04-17  Kjartan Maraas <kmaraas@gnome.org>
1120     * configure.in: Remove obsolete entry for no_NO.
1121     * po/no.po: And the translation.
1123 2006-04-12 Rich Burridge <rich.burridge@sun.com>
1125     * Fixed bug #338220 (http://bugzilla.gnome.org/show_bug.cgi?id=338220)
1126       The 'Show trailing zeroes' option in the View menu should now be
1127       correctly set [in]sensitive depending upon which mode it's in.
1129 2006-03-31 Rich Burridge <rich.burridge@sun.com>
1131     * Further work on the gcalctool automated test tools:
1132       - Now allows comment lines starting with '#' to be read (and ignored)
1133         in the input file. Same for blank lines.
1135       - Added a listener to not start reading standard input until the 
1136         application see a "focus:" event for gcalctool.
1138       - Adjusted the isApplication() routine in runtests.py to check for
1139         None.
1141 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1143     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1144       Fixed bug #332023 (http://bugzilla.gnome.org/show_bug.cgi?id=332023)
1145       The bitwise operators now work in arithmetic operator precedence
1146       mode, when you use them with the result of a previous operation.
1148 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1150     * Fixed bug #327729 (http://bugzilla.gnome.org/show_bug.cgi?id=327729)
1151       The fields in the memory register window were not correctly aligned
1152       in some themes. In the create_rframe() routine in gtk.c, the code has
1153       been changed to use a gtk_table rather than ten gtk_hbox's.
1155 2006-03-28 Rich Burridge <rich.burridge@sun.com>
1157     * Fixed bug #330867 (http://bugzilla.gnome.org/show_bug.cgi?id=330867)
1158       Added License info to the Gcalctool About dialog.
1160 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1162     * Fixed bug #335095 (http://bugzilla.gnome.org/show_bug.cgi?id=335095)
1163       Gcalctool no longer displays the current mode in the title bar when 
1164       in Basic mode (due to lack of space).
1166 2006-03-27  Tommi Vainikainen  <thv@iki.fi>
1168     * .cvsignore, Makefile.am, configure.in, omf.make, xmldocs.make,
1169         m4/.cvsignore: Migrated to gnome-doc-utils build system for user
1170         manuals.
1172 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1174     * From Ross Burton <ross at burtonini dot com>
1175       Fixed bug #335236 (http://bugzilla.gnome.org/show_bug.cgi?id=335236)
1176       Gcalctool schemas files should be installed if built with
1177       "--without-gnome".
1179 2006-03-27 Rich Burridge <rich.burridge@sun.com>
1181     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1182       Adjustments to the AOP code so that e to the power of x gives the
1183       correct answer at high precision.
1185 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
1187     * configure.in (ALL_LINGUAS): Added Dzongkha (dz).
1189 2006-03-17 Rich Burridge <rich.burridge@sun.com>
1191     * Added .../test/non_aop_input.txt, the start of an test file for
1192       gcalctool in non-arithmetic operator precedence mode.
1194 2006-03-13 Rich Burridge <rich.burridge@sun.com>
1196     * Released a gcalctool tarball for GNOME 2.14.0 (Final).
1198 2006-03-02 Rich Burridge <rich.burridge@sun.com>
1200     * From Elijah Newren <newren at gmail dot com>
1201       Fix for bug #333078 (http://bugzilla.gnome.org/show_bug.cgi?id=333078)
1202       cvs fails to build due to bg translation of help.
1204     * From Alexander Shopov <ash at contact dot bg>
1205       Inclusion of a translation of gcalctool help for the bg locale.
1207 2006-02-27 Rich Burridge <rich.burridge@sun.com>
1209     * Released a gcalctool tarball for GNOME 2.14.0 (RC).
1211 2006-02-12 Rich Burridge <rich.burridge@sun.com>
1213     * Released a gcalctool tarball for GNOME 2.14.0 (beta2).
1215 2006-01-30 Rich Burridge <rich.burridge@sun.com>
1217     * Released a gcalctool tarball for GNOME 2.14.0 (beta1).
1219 2006-01-23 Rich Burridge <rich.burridge@sun.com>
1221     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1222       Refixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1223       The recent changes to the square root and subtraction button labels
1224       broke the token parser for arithmetic operator precedence.
1226 2006-01-19 Rich Burridge <rich.burridge@sun.com>
1228     * Added the start of an automated test framework for gcalctool, written
1229       in Python, under the new "test" sub-directory. See the comments at the
1230       beginning of runtests.py for more information.
1232 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1234     * Fixed bug #327124 (http://bugzilla.gnome.org/show_bug.cgi?id=327124)
1235       Changes to fix bug #326344 had the side-effect of causing the CE
1236       button to no longer work correctly.
1238 2006-01-17 Rich Burridge <rich.burridge@sun.com>
1240     * Fixed bug #327214 (http://bugzilla.gnome.org/show_bug.cgi?id=327214)
1241       The results from performing trig functions were not being passed on
1242       to future calculations correctly (in non-arithmetic operator precedence 
1243       mode).
1245 2006-01-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
1247     * Used U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
1248       for division sign, as discussed in
1249       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00137.html
1250       http://mail.gnome.org/archives/gnome-i18n/2006-January/msg00157.html
1252 2006-01-13 Rich Burridge <rich.burridge@sun.com>
1254     * Released a gcalctool tarball for GNOME 2.13.5.
1256 2006-01-12 Rich Burridge <rich.burridge@sun.com>
1258     * From Wouter Bolsterlee
1259       Fixed bug #323149 (http://bugzilla.gnome.org/show_bug.cgi?id=323149)
1260       Gcalctool now uses the Unicode symbols for division, multiplication, 
1261       plus/minus, minus and square root.
1263 2006-01-10 Rich Burridge <rich.burridge@sun.com>
1265     * Fixed bug #326344 (http://bugzilla.gnome.org/show_bug.cgi?id=326344)
1266       The bit display of large numbers (in non-arithmetic operator precedence
1267       mode with the scientific view) now hopefully works correctly.
1269       It no longer converts the displayed number to a double then a long 
1270       long, which is where the loss of accuracy was occuring.
1272       This also involved adding a couple of parameters to the make_fixed() 
1273       routine in display.c to make it more generally useful for things like 
1274       this.
1276 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1278     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1279       Fixed bug #142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
1280       Gcalctool no longer ignores locale specific numeric point in
1281       arithmetic operator precedence mode.
1283     * Adjusted all the copyright messages to include 2006.
1285 2006-01-09 Rich Burridge <rich.burridge@sun.com>
1287     * Fixed bug #325074 (http://bugzilla.gnome.org/show_bug.cgi?id=325074)
1288       Gcalctool no longer crashes when you double click the 0 in the 
1289       display area. Problem was the return value of the mouse_button_cb()
1290       routine in gtk.c.
1292 2005-12-30  Abel Cheung  <maddog@linuxhall.org>
1294     * configure.in: Added "zh_HK" to ALL_LINGUAS.
1296 2005-12-23 Rich Burridge <rich.burridge@sun.com>
1298     * Released a gcalctool tarball for GNOME 2.13.4.
1300 2005-12-21 Rich Burridge <rich.burridge@sun.com>
1302     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1303       Final fix for bug #153854 
1304       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1305       Now handles the case where the first thing the user does is 
1306       change mode (Basic, Financial, Advanced, Scientific) in AOP mode.
1308 2005-12-19 Rich Burridge <rich.burridge@sun.com>
1310     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1311       Fixed bug #323150 (http://bugzilla.gnome.org/show_bug.cgi?id=323150)
1312       Sqrt (and other similar operations) no longer fail in non-English 
1313       locales
1315 2005-12-13 Rich Burridge <rich.burridge@sun.com>
1317     * Fixed bug #324001 (http://bugzilla.gnome.org/show_bug.cgi?id=324001)
1318       Primary Selection (middle mouse button) is now working.
1320 2005-12-12 Rich Burridge <rich.burridge@sun.com>
1322     * Released a gcalctool tarball for GNOME 2.13.3.
1324 2005-11-28 Rich Burridge <rich.burridge@sun.com>
1326     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1327       More work on bug #153854 
1328       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1329       Similar change to that made on 15th November 2005, this time for
1330       arithmetic operator precedence (AOP) mode. Still need to correct 
1331       handle this is AOP mode if it's the first thing the user does.
1333 2005-11-17 Rich Burridge <rich.burridge@sun.com>
1335     * Slight fixup for bug #157961. The toggling of the first bit in the
1336       bit panel wasn't working correctly. The long long lval variable in
1337       the bit_toggled() routine in gtk.c needed to be made unsigned.
1339 2005-11-15 Rich Burridge <rich.burridge@sun.com>
1341     * More work on bug #153854 
1342       (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1343       If the user has completed a calculation and we are going to a
1344       new mode that is "compatible" with this one, then just change
1345       modes. Otherwise display a dialog warning the user that the
1346       current calculation will be cleared.
1348       Incompatible modes are:
1350       Scientific -> Basic
1351       Scientific -> Advanced
1352       Scientific -> Financial
1354       (unless we are in Scientific mode with Decimal numeric base and Fixed).
1355       These changes work nicely in non-arithmetic operator precedence mode.
1356       For some reason, the display is still being cleared in arithmetic
1357       operator precedence mode. Keeping the bug open and transferring to 
1358       Sami for further evaluation.
1360 2005-11-14 Rich Burridge <rich.burridge@sun.com>
1362     * Released a gcalctool tarball for GNOME 2.13.2.
1364 2005-11-03 Rich Burridge <rich.burridge@sun.com>
1366     * Fixed bug #316755 (http://bugzilla.gnome.org/show_bug.cgi?id=316755)
1367       Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect: 
1368       assertion `window != NULL' failed" warnings at startup.
1370 2005-10-27 Rich Burridge <rich.burridge@sun.com>
1372     * Fixed bug #319934 (http://bugzilla.gnome.org/show_bug.cgi?id=319934)
1373       The percent operator was broken in non-arithmetic operator precedence
1374       mode.
1376 2005-10-13 Rich Burridge <rich.burridge@sun.com>
1378     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1379       Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
1380       Exponential notation now works correctly in arithmetic operator
1381       precedence mode.
1383 2005-09-26 Rich Burridge <rich.burridge@sun.com>
1385     * Slight adjustment to the bit panel. It's now centralized.
1387 2005-09-23 Rich Burridge <rich.burridge@sun.com>
1389     * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
1390       needed to also preserve v->toclear and v->pointed.
1392     * Work on enhancement request #157961
1393       (http://bugzilla.gnome.org/show_bug.cgi?id=157961).
1394       Started to implement the bit panel for non-arithmetic precedence mode.
1395       It's automatically displayed when in Scientific mode.
1397 2005-09-19 Rich Burridge <rich.burridge@sun.com>
1399     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1400       Implemented enhancement request #148104 for arithmetic precedence
1401       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1402       The modulo operation. See entry below for more details.
1404 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1406     * Fixed bug #316382 (http://bugzilla.gnome.org/show_bug.cgi?id=316382)
1407       The "useless" cursor is no longer displayed in the calculator 
1408       display area.
1410 2005-09-15 Rich Burridge <rich.burridge@sun.com>
1412     * Implemented enhancement request #148104 for non-arithmetic precedence
1413       mode (http://bugzilla.gnome.org/show_bug.cgi?id=148104)
1414       Added in a modulo operation. This is available in Scientic Mode.
1415       A Mod B return the remainder when you divide A by B. A and B must be
1416       integers. Keyboard shortcut for this operation is "M".
1418 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1420     * Fixed bug #162453 (http://bugzilla.gnome.org/show_bug.cgi?id=162453)
1421       The memory register dialog now uses GtkEntry widgets to display the
1422       register values. Gnopernicus can now correctly speak the contents of 
1423       each memory register. There is also a close button to easily dismiss 
1424       this dialog.
1426 2005-09-13 Rich Burridge <rich.burridge@sun.com>
1428     * Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=312609)
1429       The memory register window is now a dialog rather than a top-level 
1430       window.
1432 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1434     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1435       Fixed bug #311307 (http://bugzilla.gnome.org/show_bug.cgi?id=311307)
1436       Fix to prevent invalid numeric entry in arithmetic operator precedence
1437       mode, depending upon the current base.
1439 2005-09-12 Rich Burridge <rich.burridge@sun.com>
1441     * From yselkowitz at users dot sourceforge dot net
1442       A number of the bison- and flex-related make rules in 
1443       .../gcalctool/Makefile.am were broken when builddir != srcdir. 
1445 2005-08-26 Rich Burridge <rich.burridge@sun.com>
1447     * From dmacks at netspace dot org
1448       Fixed bug #314540 (http://bugzilla.gnome.org/show_bug.cgi?id=314540)
1449       The libparser.a library needs ranlib run on it for Mac OS X.
1451 2005-08-24 Rich Burridge <rich.burridge@sun.com>
1453     * From Diego Petten? <flameeyes at gentoo dot org>
1454       Fixed bug #314375 (http://bugzilla.gnome.org/show_bug.cgi?id=314375)
1455       Replaced usage of malloc.h with stdlib.h in syntax_translation.c
1457 2005-08-22 Rich Burridge <rich.burridge@sun.com>
1459     * Generated release for GNOME 2.12 (RC)
1461     * From Olaf Heiring <olh at suse dot de> (via Rodrigo Moya)
1462       Changed type of argument in paren_disp from char to int for 64bit.
1464 2005-08-11 Rich Burridge <rich.burridge@sun.com>
1466     * Fixed bug #313255 (http://bugzilla.gnome.org/show_bug.cgi?id=313255)
1467       The definitions for BUT_<n>_BAS in gtk.c were incorrect.
1469 2005-08-08 Rich Burridge <rich.burridge@sun.com>
1471     * Generated release for GNOME 2.11.91 (beta2).
1473 2005-08-04  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
1475     * configure.in: Added "te" to ALL_LINGUAS
1477 2005-08-03 Sami Pietila <sampie@ariana-dsl.utu.fi>
1479     * Fixed pr310167. Removed "ans" from the list of translated words.
1480         
1481 2005-07-25 Rich Burridge <rich.burridge@sun.com>
1483       Fixed bug #311306 (http://bugzilla.gnome.org/show_bug.cgi?id=311306)
1484       If the user was in View->Scientific with base Bin, Oct or Hex and 
1485       then went to View->Basic, then returned to View->Scientific, some of
1486       the numeric keys were incorrectly greyed out.
1488 2005-07-19 Rich Burridge <rich.burridge@sun.com>
1490     * From Christian Krause <chkr at plauener dot de>
1491       Fixed bug #310849 (http://bugzilla.gnome.org/show_bug.cgi?id=310849)
1492       Gcalctool no longer crashes when pressing the "B" button (or typing 
1493       Shift-B).
1495 2005-07-18 Rich Burridge <rich.burridge@sun.com>
1497     * Fixed bug #310791 (http://bugzilla.gnome.org/show_bug.cgi?id=310791)
1498       Memory register window view logic was screwed.
1500 2005-07-15 Rich Burridge <rich.burridge@sun.com>
1502     * From Jens Granseuer <jenssgr at gmx dot net>
1503       Fixed bug #310441 (http://bugzilla.gnome.org/show_bug.cgi?id=310441)
1504       Adjusted code to compile with gcc 2.95.2. (There was an assert before
1505       variable declarations in do_tfunc() in functions.c
1507 2005-07-11 Rich Burridge <rich.burridge@sun.com>
1509     * Fixed bug #153854 (http://bugzilla.gnome.org/show_bug.cgi?id=153854)
1510       When the user changes modes, a warning dialog is displayed to let
1511       them know that their current display will be cleared and the base
1512       reset to decimal. The user has the option of checking a toggle box
1513       on the dialog, that will prevent this warning from being displayed 
1514       again.
1516 2005-07-01 Rich Burridge <rich.burridge@sun.com>
1518     * From Matt Keenan <matt.keenan@sun.com>
1519       Fixed bug #309294 (http://bugzilla.gnome.org/show_bug.cgi?id=309294)
1520       Adjustments to allow gcalctool to successfully build on Solaris with
1521       pkgconfig >= 0.17.1
1523 2005-06-30 Rich Burridge <rich.burridge@sun.com>
1525     * Fixed bug #309182 (http://bugzilla.gnome.org/show_bug.cgi?id=309182)
1526       In non-arithmetic precdence mode, gcalctool can now correctly change
1527       the sign of the exponent on scientific numbers again. The problem was
1528       caused by a chunk of code being removed from the handling of the 
1529       "+/-" case when the arithmetic operator precedence code was merged in.
1531 2005-06-21 Rich Burridge <rich.burridge@sun.com>
1533     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1534       Fixed bug #308408 (http://bugzilla.gnome.org/show_bug.cgi?id=308408)
1535       gcalctool can now correctly convert the hexadecimal numbers "A-F"
1536       to other bases in "use arithmetic operator precedence mode".
1538 2006-06-10  Jordi Mallach  <jordi@debian.org>
1540         * gcalctool/gcalctool.1: Fix two typos (Debian Bug#310356).
1542 2006-06-03  Christian Rose  <menthos@menthos.com>
1544         * configure.in: Added "gl" to ALL_LINGUAS.
1546 2005-05-31 Rich Burridge <rich.burridge@sun.com>
1548     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1549       Fixed bug #305619 (http://bugzilla.gnome.org/show_bug.cgi?id=305619)
1550       Calculations with stored register values in arithmetic operator 
1551       precedence mode, now work correctly.
1553 2005-05-26 Rich Burridge <rich.burridge@sun.com>
1555     * From Christian Krause <chkr at plauener dot de>
1556       Fixed bug #305034 (http://bugzilla.gnome.org/show_bug.cgi?id=305034)
1557       In "Use Arithmetic Precedence" mode, when switching the format 
1558       (e.g. from ENG to FIX), the displayed value switches to zero (in the 
1559       corresponding format, so e.g. 0.0 or 0e+0, ...).
1561 2005-05-25 Rich Burridge <rich.burridge@sun.com>
1563     * Fixed bug #305467 (http://bugzilla.gnome.org/show_bug.cgi?id=305467)
1564       gcalctool no longer crashes under the following scenerio:
1565       - type "f" to bring up the user function menu.
1566       - dismiss the menu by clicking elsewhere with the mouse.
1567       - type another character which isn't in the range "0" to "9".
1569 2005-05-18 Rich Burridge <rich.burridge@sun.com>
1571     * Did a gcalctool tarball release.
1573 2005-05-16 Rich Burridge <rich.burridge@sun.com>
1575     * Fixed bug #304056 (http://bugzilla.gnome.org/show_bug.cgi?id=304056)
1576       Adjusted the keyboard shortcuts for the Xor and x^y operations.
1577       New values are:
1578       Xor - 'x'
1579       x^y - '^'
1581 2005-05-02 Rich Burridge <rich.burridge@sun.com>
1583     * From Paolo Borelli <pborelli at katamail dot com>
1584       Fixed bug #302555 (http://bugzilla.gnome.org/show_bug.cgi?id=302555)
1585       Various gcalctool variables have now been const'ified.
1587 2005-04-21 Rich Burridge <rich.burridge@sun.com>
1589     * From Vincent van Adrighem <adrighem at gnome dot org>
1590       Fixed bug #300957 (http://bugzilla.gnome.org/show_bug.cgi?id=300957)
1591       Replaced the underscore character in "translator_credits" with a
1592       hyphen, to prevent some translation tools from being confused.
1594 2005-04-13 Rich Burridge <rich.burridge@sun.com>
1596     * More work on bug #172704. 
1597       - Adjusted the code to not try to display a menu when the user 
1598         entered a left parentheses (another do_pending() type of 
1599         operation).
1600       - Toggling the "Show Trailing Zeroes" operation via keyboard
1601         shortcuts, needed to clear the v-.pending flag.
1603 2005-04-11 Rich Burridge <rich.burridge@sun.com>
1605     * Fixed up some problems reported by lint.
1607 2005-04-07 Rich Burridge <rich.burridge@sun.com>
1609     * Fixed bug #172704 (http://bugzilla.gnome.org/show_bug.cgi?id=172704)
1610       Fixed bug #172869 (http://bugzilla.gnome.org/show_bug.cgi?id=172869)
1611       When the user now uses the keyboard shortcut for any of the gcalctool
1612       buttons that have a menu associated with them, that menu is now displayed.
1613       The user can use the arrow keys to select a menu item or the menu items 
1614       shortcut.
1616 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1618     * From Alan Horkan <horkana@tcd.ie>
1619       Fixed bug #171393 (http://bugzilla.gnome.org/show_bug.cgi?id=171393)
1620       Allow stock labels to show through. Should make translation that 
1621       little bit easier. 
1623 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1625     * Refixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1626       The Help->Contents menu item no longer appears if gcalctool is built
1627       Gtk-only.
1629 2005-04-06 Rich Burridge <rich.burridge@sun.com>
1631     * Fixed bug #172798 (http://bugzilla.gnome.org/show_bug.cgi?id=172798)
1632       gtk_set_locale was already being run by gtk_init() and the gtk about 
1633       popup didn't have the gcalctool icon.
1635 2005-03-31  Steve Murphy  <murf@e-tools.com>
1637     * configure.in: Added "rw" to ALL_LINGUAS.
1639 2005-03-28  Abel Cheung  <maddog@linuxhall.org>
1641     * configure.in: Added "tr" to ALL_LINGUAS.
1643 2005-03-31 Sami Pietila <sampie@ariana-dsl.utu.fi>
1645     * Fix for bug #172150
1646     * Minor fix: the initial zero value is not anymore used as a
1647       function parameter.
1649 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1651     * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, 
1652       the on-screen keyboard assistive technology, it's possible that the 
1653       event returned by gtk_get_current_event() is NULL. If this is the 
1654       case, we need to fudge the popping up on the menu associated with 
1655       this menu button.
1657 2005-03-23 Rich Burridge <rich.burridge@sun.com>
1659     * Fixed bug #158280 (http://bugzilla.gnome.org/show_bug.cgi?id=158280)
1660       You can now build gcalctool without the GNOME libraries by specifying
1661       "--disable-gnome" on the configure command line.
1663 2005-03-22  Adi Attar  <aattar@cvs.gnome.org>
1665         * configure.in: Added 'xh' to ALL_LINGUAS.
1667 2005-03-19 Sami Pietila <sampie@ariana-dsl.utu.fi>
1669     * Fix for bug #168385
1670     * Minor cleanups
1671         
1672 2005-03-10 Rich Burridge <rich.burridge@sun.com>
1674     * Fixed bug #167479 (http://bugzilla.gnome.org/show_bug.cgi?id=167479)
1675       gcalctool with set the View->Memory Registers menu item inactive if
1676       the calculator is in Basic mode.
1678 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1680     * Fixed bug #169196 (http://bugzilla.gnome.org/show_bug.cgi?id=169196)
1681       gcalctool now uses use g_get_home_dir().
1683     * Added in a better implementation of the trig_filter() routine in 
1684       functions.c
1686     * Fixed bug #168694 (http://bugzilla.gnome.org/show_bug.cgi?id=168694)
1687       gcalctool now saves/restores the ten memory register values as gconf 
1688       resources.
1690     * Removed the redundant process_str() routine in graphics.c
1692 2005-03-07 Rich Burridge <rich.burridge@sun.com>
1694     * Version for GNOME 2.10.0 (final) call for tarballs.
1696 2005-03-07 Irene Ryan <irene.ryan@sun.com>
1697                         (on behalf of Maeve Anslow)
1699         * help/C/gcalctool.xml; updated help manual
1700         * help/C/gcalctool-C.omf; updated OMF file details
1701         * help/C/l10n.txt; updated instructions for L10N
1702         * help/C/figures/gcalctool_basic_window.png; updated screenshot
1703         * help/C/figures/gcalctool_scientific_window.png; updated screenshot
1704         
1705 2005-02-28 Rich Burridge <rich.burridge@sun.com>
1707     * Version for GNOME 2.10.0 (rc1) call for tarballs.
1709 2005-02-27 Rich Burridge <rich.burridge@sun.com>
1711     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1712       Partial fix for bug 168385 
1713       (http://bugzilla.gnome.org/show_bug.cgi?id=168385)
1714       "F+F=" wasn't working in arithmetic operator precedence mode.
1716 2005-02-18 Rich Burridge <rich.burridge@sun.com>
1718     * From Sami Pietila <sampie@ariana-dsl.utu.fi>
1719       Changes to make the trigonometric code work with hyp and inv
1720       properly.
1722 2005-02-15 Rich Burridge <rich.burridge@sun.com>
1724     * The fix for bug #162998 was incorrect when in Arithmetic Precedence
1725       mode. Had to remove an extra bogus signal handler that shouldn't
1726       have been connected up for menu-type buttons.
1728     * Exch functionality was incorrect in Arithmetic Precedence mode.
1730     * Left and Right shift operations weren't working correctly. Menu
1731       name comparison in mb_proc() in gtk.c was incorrect.
1733 2005-02-11 Rich Burridge <rich.burridge@sun.com>
1735     * Fixed bug 167124 (http://bugzilla.gnome.org/show_bug.cgi?id=167124)
1736       One of the entries in the words[] array in syntax_translation.c was
1737       accidentally commented out.
1739 2005-02-08 Rich Burridge <rich.burridge@sun.com>
1741     * From Dennis Cranston <dennis_cranston at yahoo com>
1742       Fixed bug 166634 (http://bugzilla.gnome.org/show_bug.cgi?id=166634)
1743       Call to create the About box was missing a NULL terminator.
1745 2005-02-07 Rich Burridge <rich.burridge@sun.com>
1747     * Adjusted all copyright messages to be 2005.
1748     * Version for GNOME 2.10.0 (beta2) call for tarballs.
1750 2005-02-03 Rich Burridge <rich.burridge@sun.com>
1752     * From Naveen & Team < naveenchandranv@gmail.com >
1753       Fixed bug #165522 (http://bugzilla.gnome.org/show_bug.cgi?id=165522)
1754       Made the status bar non-resizable.
1756 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1758     * From Mariano Suárez-Alvarez <msuarezalvarez at arnet dot com dot ar>
1759       Various code cleanups. It moves some declarations of static functions 
1760       to the corresponding .c files. It also cuts down the number of 
1761       included files, moving some includes to where they are needed from 
1762       calctool.h.
1764 2005-01-31 Rich Burridge <rich.burridge@sun.com>
1766     * From Kristof Vansant <de_lupus at pandora dot be>
1767       Adjusted the About dialog to use the latest GtkAbout widget.
1769 2005-01-24 Rich Burridge <rich.burridge@sun.com>
1771     * Version for GNOME 2.10.0 (beta1) call for tarballs.
1773 2005-01-21 Rich Burridge <rich.burridge@sun.com>
1775     * Fixed bug #162998 (http://bugzilla.gnome.org/show_bug.cgi?id=162998)
1776       The "menu" buttons in gcalctool now responds to the "clicked" event
1777       rather than the "button-press-event" to allow gok, the on-screen 
1778       keyboard to function properly.
1780     * Fixed bug #159957 (http://bugzilla.gnome.org/show_bug.cgi?id=159957)
1781       Input number in FIX mode now make mimimal changes to (i.e append a
1782       single character) the display rather than completely delete and
1783       insert it. The is helpful to assistive technologies like gnopernicus.
1785 2005-01-18 Rich Burridge <rich.burridge@sun.com>
1787     * Fixed bug #164184 (http://bugzilla.gnome.org/show_bug.cgi?id=164184)
1788       Adjusted location of comments in syntax_translation.c so that the
1789       L10N message translation software isn't confused.
1791 2005-01-12 Rich Burridge <rich.burridge@sun.com>
1793     * Fixed bug #163468 (http://bugzilla.gnome.org/show_bug.cgi?id=163468)
1794       Pressing "(<Del>)" would cause gcalctool to crash.
1796 2004-01-10 Rich Burridge <rich.burridge@sun.com>
1798     * Version for GNOME 2.9.4 call for tarballs.
1800 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1802     * From Pádraig Brady < P at draigBrady dot com >
1803       Couldn't use the "#" key to select constants as this symbol was
1804       a lower-case symbol on his keyboard.
1806     * From Pádraig Brady < P at draigBrady dot com >
1807       Powers that were a multiple of 30 (10 as well as 3) would not 
1808       display correctly, having a 4 digit significand. Further testing 
1809       showed that without the fix the following powers had a 4 digit 
1810       significand: 27,30, 57,60, 90, 96 (and every 3 from here on). 
1812 2004-01-03 Rich Burridge <rich.burridge@sun.com>
1814     * Fixed bug #161976 (http://bugzilla.gnome.org/show_bug.cgi?id=161976).
1815       configure.in now checks to make sure that atk >= 1.5
1817 2005-01-03 Naveen & Team < naveenchandranv@gmail.com >
1819     * Fixed bug #155101 (http://bugzilla.gnome.org/show_bug.cgi?id=155101).
1820       Made the gcalctool window resizable.
1822 2004-12-21 Rich Burridge <rich.burridge@sun.com>
1824     * Version for GNOME 2.9.3 call for tarballs.
1826 2004-12-17 Rich Burridge <rich.burridge@sun.com>
1828     * Fixed bug #160929 (http://bugzilla.gnome.org/show_bug.cgi?id=160929).
1829       Removed the "Mode" word from each of the different mode menu items 
1830       in the gcalctool View menu.
1832 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1834     * From Hidetoshi Tajima <Hidetoshi dor Tajima at Sun dot COM>
1835       Fixed bug #157701 (http://bugzilla.gnome.org/show_bug.cgi?id=157701).
1836       gcalctool can now use real multiplication and division symbols
1837       instead of "*" and "/". This is done via locale string translations.
1838       There is now a new en_US.po message file included with the
1839       distribution.
1841     * Latest that same day...
1842       Adjusted the multiplication and division entries in the en_US.po
1843       file to be "*' and "/" to stop the Ximian tinderbox build breaking.
1844       This "fix" needs further investigating.
1846 2004-12-01 Rich Burridge <rich.burridge@sun.com>
1848     * Fixed bug #160088 (http://bugzilla.gnome.org/show_bug.cgi?id=160088).
1849       Adjusted the titlebar text so that it doesn't include the word "Mode"
1850       which was getting chopped when the calculator was in Basic mode.
1852 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1854     * Fixed bug #157962 (http://bugzilla.gnome.org/show_bug.cgi?id=157962).
1855       Added in a set of three colors for gcalctool that will work with 
1856       the default theme. To use them, the "gcalctoolrc" file supplied with
1857       the source distribution needs to be moved to ~/.gcalctoolrc
1859 2004-11-29 Rich Burridge <rich.burridge@sun.com>
1861     * Generated gcalctool tarball for the GNOME 2.9.2 release.
1863 2004-11-15 Rich Burridge <rich.burridge@sun.com>
1865     * Fixed bug #158357 (http://bugzilla.gnome.org/show_bug.cgi?id=158357).
1866       Removed the -DGNOME_DISABLE_DEPRECATED and the -DGTK_DISABLE_DEPRECATED
1867       flags from the INCLUDES definition in .../gcalctool/Makefile.am for now,
1868       to allow it to successfully build against the latest GNOME/Gtk+.
1870     * Slight adjustment to correct check the Advanced mode menu item when
1871       the user had previously terminated gcalctool in that mode.
1873     * Adjusted the scroll_right() routine to only scroll right if the 
1874       horizontal scroll bar is visible.
1876 2004-11-14 Rich Burridge <rich.burridge@sun.com>
1878     * Changed the names of the gconf mode type key so that there is
1879       backward compatibility. Old key name was "mode". New key name
1880       id "modetype".
1882     * Reset the initial default mode to BASIC.
1884 2004-11-11 Rich Burridge <rich.burridge@sun.com>
1886     * From Sebastien Estienne <sebastien dot estienne at gmail.com>
1887       Changes to add in a very basic mode for gcalctool. Rather than calling
1888       this a "Light" mode, the existing "Basic" mode is now renamed to
1889       "Advanced" and the new basic mode is called "Basic".
1891       Took a different approach from Sebastien in implementing this, so that
1892       I could easily add in an extra row of buttons over what he'd sent in 
1893       his patch.  These are Bksp, CE, Clr and +/- (change sign).
1895     * Fixed bug #157757 (http://bugzilla.gnome.org/show_bug.cgi?id=157757)
1896       The horizontal scrollbar for the display area will now only be visible
1897       when needed. It will also display the rightmost part of the display
1898       as you are entering new input.
1900 2004-11-04 Sami Pietila <sampie@ariana-dsl.utu.fi>
1902     * Converted parsers to use calc_xpowy() instead of mppwr2().
1903     * Addressed some compiler warnings
1905 2004-11-03 Rich Burridge <rich.burridge@sun.com>
1907     * Partial fix for bug #157021 
1908       (http://bugzilla.gnome.org/show_bug.cgi?id=157021).
1909       Changes have been added to fix this for non-arithmetic precedence mode.
1910       for x ^ y, if x is negative and y is an integer, then the mppwr() MP
1911       routine is used instead of mppwr2(). Added a new calc_xpowy() routine 
1912       in mpmath.c to do this calculation. Also added a show_error() routine
1913       to functions.c to display the error in the status bar if the user
1914       enters -X with non-integer Y.
1916 2004-11-02 Sami Pietila <sampie@ariana-dsl.utu.fi>
1918     * -x^y was intepreted -(x^y). Fixed. 
1919     * Also removed implicit multiplication as it caused problems.
1921 2004-11-01 Rich Burridge <rich.burridge@sun.com>
1923     * Generated gcalctool tarball for first GNOME 2.9 release.
1925 2004-10-15 Sami Pietila <sampie@ariana-dsl.utu.fi>
1927     * Fixed pr 148639.  
1929 2004-09-30 Rich Burridge <rich.burridge@sun.com>
1931     * Slight adjustment to bug #152301
1932       (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
1933       The tooltip message had been tweaked to 
1934       "Show the About Gcalctool dialog".
1936 2004-09-28 Pawan Chitrakar 
1938         * configure.in: Added "ne" Nepali in ALL_LINGUAS
1940 2004-09-27 Rich Burridge <rich.burridge@sun.com>
1942     * From Christian Rose <menthos at menthos dot com>
1943       Fixed bug #152301 (http://bugzilla.gnome.org/show_bug.cgi?id=152301)
1944       Adjusted the tooltip message for Help->About... from "Show about help"
1945       to "Show the about dialog", to make it more understandable.
1947 2004-09-27 Rich Burridge <rich.burridge@sun.com>
1949     * From Heikki Tauriainen <heikki dot tauriainen at hut dot fi>
1950       Fixed bug #153726 (http://bugzilla.gnome.org/show_bug.cgi?id=153726)
1951       Gcalctool will now build correctly when using the -fno-common option 
1952       for gcc (3.3.4).
1954 2004-09-26 Sami Pietila <sampie@ariana-dsl.utu.fi>
1956     * Numerical localization (and thousand separator) disabled if an expression
1957       with parenthesis is entered in non-arithmetic precedence mode.
1958       
1959 2004-09-24 Rich Burridge <rich.burridge@sun.com>
1961     * If the accuracy was changed via one of the ten preset menu items
1962       in the Acc menu, the tooltip wasn't getting correct updated with 
1963       the new accuracy.
1965 2004-09-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
1967     * Numerical answer localization and thousand separator support
1968       for arithmetic precedence mode.
1970 2004-09-02 Rich Burridge <rich.burridge@sun.com>
1972     * Fixed rfe #147803 (http://bugzilla.gnome.org/show_bug.cgi?id=147803)
1973       Further changes to the "Set Precision" popup.
1974       - "Significant places" not "Significant Places".
1975       - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is
1976         the current precision, and be in the same radio box group as 
1977         the other menu items. Check the appropriate menu entry
1978       - Adjust the Acc button tooltip to show the current accuracy too.
1979       - When the user attempts to enter an invalid entry in the Set 
1980         Precision popup, an error message is shown in the main gcalctool 
1981         status bar.
1982       - the other Acc radio button items (0-9) need to have mnemonics (_0,
1983         _1 ...).
1985     * From Jens Granseuer (jensgr at gmx dot net)
1986       Fixed bug #152790 (http://bugzilla.gnome.org/show_bug.cgi?id=152790)
1987       Most of the changes needed were already in CVS; there was one compiler
1988       warning that still needed to be removed.
1990     * Storing the display value to a memory register was not updating the
1991       memory register window, if it was visible.
1993 2004-09-02 Rich Burridge <rich.burridge@sun.com>
1995     * Added in functionality to set the number of significant places > 9.
1996       There is a new menu item under the Acc menu called "Set Precision..."
1997       that brings up a small popup allowing you to set precision between 0
1998       and MAXACC significant places (where MAXACC is currently 30).
2000 2004-09-08  Gora Mohanty  <gmohanty@cvs.gnome.org>
2001                                                                                 
2002         * configure.in: Added 'or' to ALL_LINGUAS.
2004 2004-08-24 Breda McColgan <breda.mccolgan@sun.com>
2006         * help/C/gcalctool.xml: Updated for GNOME 2.8, technical review draft   * help/C/gcalctool-C.omf: Updated for GNOME 2.8
2007         * help/C/l10n.txt: Updated for GNOME 2.8
2008         * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.8
2010 2004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
2012         * configure.in: Add Â«nb» to ALL_LINGUAS.
2014 2004-08-16  Christian Rose  <menthos@menthos.com>
2016         * configure.in: Added "bs" to ALL_LINGUAS.
2018 2004-08-02 Rich Burridge <rich.burridge@sun.com>
2019     
2020     * Refixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
2021       This time removed the .../help/<locale>omf_timestamp files as well.
2023 2004-08-01 Sami Pietila <sampie@ariana-dsl.utu.fi>
2025     * (Re)implemented paste functionality.
2027 2004-07-27 Rich Burridge <rich.burridge@sun.com>
2029     * Fixed up numerous warnings generated by running lint on the gcalctool
2030       code. Removed unused variables and functions. Declared routines
2031       statically where possible.
2033 2004-07-27 Rich Burridge <rich.burridge@sun.com>
2035     * From Joe Marcus Clarke (marcus at freebsd dot org)
2036       Fixed bug 148581 (http://bugzilla.gnome.org/show_bug.cgi?id=148581)
2037       Changes to get latest gcalctool compiling on a BSD system.
2039 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2041     * Added various filenames to .../gcalctool/.cvsignore.
2042     * Added mkinstalldirs so that I could successfully do a "make dist"
2043       on my Solaris machine.
2044     * Removed ChangeLog-NG and FIXME references from Makefile.am
2045     * Version 5.5.0 released.
2047 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2049     * Added:
2050       gcalctool/mpmath.c
2051       gcalctool/syntax_translation.c
2052       to ../po/POTFILES.in (thanks Marcel Telka!).
2054 2004-07-26 Rich Burridge <rich.burridge@sun.com>
2056     * Fixed bug 148381 (http://bugzilla.gnome.org/show_bug.cgi?id=148381)
2057       Removed the unwanted ...omf.out files from under the .../help/
2058       directories, an artifact of the gcalctool-ng branch merge.
2059       Removed the unwanted Makefile and Makefile.in files from the same
2060       directories.
2062 2004-07-23 Sami Pietila <sampie@ariana-dsl.utu.fi>
2063     * Menu option "Arithmetic Precedence" mode is disabled on error condition.
2064     * Remove goto commands from do_expression()
2066 2004-07-22 Sami Pietila <sampie@ariana-dsl.utu.fi>
2068     * Error is reported and input not accepted if a number exceeds 40 chars.
2069     * Added e+ and e- notation support to ce_tokeniser.
2070     * xh, xd, xb and xo support removed (from ce_tokeniser), where x is a number.
2071     * Empty input is always displayed as zero.
2072     * Removed some redundant #ifdefs
2073     * Applied a patch from Rich Burridge. The patch removes goto from exp_del_char()
2074     * Changed macro N_() to _() from statusbar entries.
2075     * Postfix operations can now use empty (zero) expression as a operator
2077 2004-07-19 Rich Burridge <rich.burridge@sun.com>
2079     * Added in function prototypes to fixup warning messages from the compiler.
2080     * Added a final newline in both .l files, so that they could be correctly
2081       compiled on a Solaris machine.
2082     * Removed the "[Experimental]" from the titleline.
2084 2004-07-19 Rich Burridge <rich.burridge@sun.com>
2086     * Removed ChangeLog-NG. It's not needed.
2087     * Added the contents of FIXME to the TODO file and removed
2088       FIXME.
2089     * Added Copyright comments to the source files that didn't have
2090       them.
2091     * Adjusted the C code to the "One True Style". If/when you take over
2092       ownership of gcalctool, I'm happy for you to revert it to whatever
2093       style you like, but while I've got to maintain it, then all the source
2094       code will be a consistent style. Sorry.
2095     * Removed commented out C code or code surronded by "#if 0". It just 
2096       leads to confusion. Look at the previous versions in CVS history if 
2097       you need to see what was there.
2098     * Adjusted code so that line length is less than 80 characters (wherever
2099       possible).
2100     * Adjusted comments to "/* ... */" style. The "// ..." style is not
2101       recognized by default with the Sun compiler.
2102     * Removed all Tabs. Tabs are evil.
2103     * Indentation is four spaces not two.
2104     * Added blank lines where appropriate to make the code more readable.
2105     * Adjusted code to define variables at the top of a routine.
2106     * Remove the "Next Generation (Experiemental)" from the about box.
2107     * Changed copyright dates to include 2004.
2108     * Removed the "word:" Gnuism from the words[] struct in 
2109       syntax_translation.c. Similar problems with another struct in the
2110       same source file.
2112 2004-06-18 Christian Neumair <chris@gnome-de.org>
2114      * gcalctool/functions.c, gcalctool/graphics.c: s/precedencer/precedence/
2116      * gcalctool/gtk.c: Mark missing GtkActionEntry entries in menu entry
2117      array for translation.
2119      * (create_kframe): Call gtk_action_group_set_translation_domain to enable
2120      menu i18n.
2122 2004-06-18 Archana Shah <archana.shah@wipro.com>
2124      * gcalctool/gtk.c: Following functions added.
2126      * (gcalc_window_get_menu_items): Function to get the menu_items for actions
2127        which are having icons associated with them.
2129      * (gcalc_window_have_icons_notify): Function to be notified when key
2130        '/desktop/gnome/interface/menus_have_icons' toggles.
2132      * (gcalc_window_set_unset_image): Based on the value of above mentioned 
2133        gconf key, icons will be set/unset.
2135      * Fixes bug#144596 
2137         
2138 2004-06-14 Sami Pietila <sampie@ariana-dsl.utu.fi>
2140     * Merge from NG-branch.
2141         
2142 2004-06-14 Rich Burridge <rich.burridge@sun.com>
2144     * Remainder of the fix for bug #143924.
2145       http://bugzilla.gnome.org/show_bug.cgi?id=143924
2146       Control-T shouldn't work in Basic or Financial modes. 
2147       I should have been using:
2149         g_object_set(gtk_ui_manager_get_action(X->ui, i),  \
2150                      "sensitive", state, NULL);
2152       rather than:
2154         gtk_widget_set_sensitive(gtk_ui_manager_get_widget(X->ui, i), state)
2156       to set the [in]activeness state of the various menubar menu items.
2158 2004-06-11 Rich Burridge <rich.burridge@sun.com>
2160     * Partial fix for bug #143924.
2161       http://bugzilla.gnome.org/show_bug.cgi?id=143924
2162       After an error condition, the "Show Trailing Zeroes" menu item is
2163       only activated if the user is in Scientific mode.
2165 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2167     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2168       In Basic or Financial mode, "Error" was been incorrectly display if
2169       you user has "Show Thousands Separator" set.
2171 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2173     * Fixed bug 144031 (http://bugzilla.gnome.org/show_bug.cgi?id=144031)
2174       gcalctool checked for the presence of the X11 libraries but doesn't
2175       need to. Checks removed from configure.in.
2177 2004-06-09 Rich Burridge <rich.burridge@sun.com>
2179     * Selecting Help->About from the menubar wasn't doing anything. 
2180       With the switch to using the GtkUIManager, the hooks to link 
2181       up to the about_cb were incorrect.
2183 2004-06-01 Rich Burridge <rich.burridge@sun.com>
2185     * Adjusted the creation of the Accuracy and Left/Right shift menus
2186       from GtkItemFactory to GtkUIManager. 
2188       With this change, the -DGTK_DISABLE_DEPRECATED flag can now be 
2189       added back into .../gcalctool/gcalctool/Makefile.am.
2191 2004-05-29 Rich Burridge <rich.burridge@sun.com>
2193     * Adjusted the menubar creation in gtk.c from GtkItemFactory to
2194       GtkUIManager. 
2196 2004-05-29  Christian Rose  <menthos@menthos.com>
2198     * configure.in: Added "tk" to ALL_LINGUAS.
2200 2004-05-26 Rich Burridge <rich.burridge@sun.com>
2202     * Fixed bug 142824 (http://bugzilla.gnome.org/show_bug.cgi?id=142824)
2203       gcalctool now correctly recognizes the localized decimal point
2204       character by explicitly checking to see if the keyboard event keyval
2205       matches what's returned by localeconv()->decimal_point.
2207 2004-05-25 Udayan Kumar <udayan_kumar@da-iict.org>
2209     * From Rich Burridge <rich.burridge@sun.com>
2210       Fixed bug 136119 (http://bugzilla.gnome.org/show_bug.cgi?id=136119)
2211       gcalctool/calctool.c : structure button b_bottons 
2212       Added code for paranthesis in place of empty space
2214 2004-05-23 Rich Burridge <rich.burridge@sun.com>
2216     * From Michael Terry <mterry@fastmail.fm>
2217       Fixed bug 129397 (http://bugzilla.gnome.org/show_bug.cgi?id=129397)
2218       gcalctool.desktop.in, gcalctool/Makefile.am, gcalctool/gtk.c:
2219       Use GtkIconTheme to load gcalctool icon instead of built-in image.
2221 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2223     * From Balamurali Viswanathan  <balamurali viswanathan at wipro dot com>
2224       Fixed bug 142888 (http://bugzilla.gnome.org/show_bug.cgi?id=142888)
2225       gcalctool is now connected to the "die" signal so that it can be
2226       successfully terminated when removed from gnome-session-properties.
2228 2004-05-21 Rich Burridge <rich.burridge@sun.com>
2230     * Change suggested by Ron Jenkins.
2231       The "Bsp" (Backspace) button has been relabeled "Bksp" to make it
2232       more understandable. The gcalctool man pages have been updated to
2233       reflect this change. The online help will be updated at GNOME 2.8
2234       release time (see bug #138367).
2236 2004-05-17  Dan Winship  <danw@novell.com>
2238     * gcalctool/calctool.c: s/malloc.h/stdlib.h/
2240 2004-05-17 Padraig O'Briain <padraig.obriain@sun.com>
2242     * gcalctool/caltool.h: Add second argument to set_display to specify 
2243       whether to mminimize changes.
2245     * gcacltool/calctool.c gcalctool/display.c gcaltool/functions.c: 
2246       Add second argument to calls to set_display. It is set to TRUE only 
2247       when adding a digit after pressing caclulator button or deleting 
2248       digit after pressing backspace.
2250     * gcacltool/gtk.c (set_display): Implement second argument
2251       minimize changes. Do nothing if display is not being changed.
2253       Fixes bug #134376.
2255      [Note that with this change, gcalctool now requires the Gtk that 
2256       comes with GNOME 2.6 or later in order to build].
2258 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
2260     * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2262 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2264     * Fixed bug 138106 (http://bugzilla.gnome.org/show_bug.cgi?id=138106)
2265       If the "Error" message is being displayed, it is now no longer
2266       incorrectly displayed as "Er,ror" if the "Show Thousands Separator"
2267       is on.
2269 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2271     * Fixed bug 135068 (http://bugzilla.gnome.org/show_bug.cgi?id=135068)
2272       Adjusted several default constant descriptions to be more 
2273       understandable.
2275 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2277     * Fixed bug 135065 (http://bugzilla.gnome.org/show_bug.cgi?id=135065)
2278       Tooltips for OR, AND, NOT, XOR and XNOR have been changed from
2279       "Logical <whatever>" to "Bitwise <whatever>".
2281 2004-03-28 Rich Burridge <rich.burridge@sun.com>
2283     * Fixed bug 136872 (http://bugzilla.gnome.org/show_bug.cgi?id=136872)
2284       gcalctool can now be built with "CFLAGS=-fdata-sections".
2286 2004-03-22 Rich Burridge <rich.burridge@sun.com>
2288     * Version for GNOME 2.6 (FINAL) call for tarballs.
2290 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
2292     * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
2294 2004-03-18  Gareth Owen <gowen72@yahoo.com>
2296     * configure.in: Added en_GB to ALL_LINGUAS
2298 2004-03-15 Glynn Foster  <glynn.foster@sun.com>
2299         
2300    * configure.in, Makefile.am: Add localized online user documentation
2301      from the Sun translation team.
2302    * help/*: Online user documentation for de, es, fr, it, ja, ko, sv, zh_CN,
2303      zh_HK and zh_TW.
2305 2004-03-13 Alexander Shopov <ash@contact.bg>
2307    * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
2309 2004-03-08 Alastair McKinstry <mckinstry at computer dot org>
2311    * configure.in: Added ga ("Irish") to ALL_LINGUAS.
2313 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2315     * One more slight adjustment to the fix for bug 135064 
2316       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2317       Entering numbers that start with the numeric point character ('.")
2318       are now visibly displayed.
2320 2004-02-27  Miloslav Trmac <mitr at volny dot cz>
2322     * Adjustment to the fix for bug 135064 
2323       (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2324       Fix to remove a potential spurious initial thousands separator 
2325       character after a change sign operation.
2327 2004-02-25  Tomasz Kłoczko <kloczek@pld.org.pl>
2329     * Makefile.am: in configure.in is used AM_GCONF_SOURCE_2. Part of this
2330       aclocal macro allow disable/enable install schama files in make
2331       install target schemas in GConf database. Pass
2332       --disable-schemas-install in configure parameters disable defines by
2333       AM_CONDITIONAL() GCONF_SCHEMAS_INSTALL variable for allow in
2334       Makefile.am files run gconftool-2 for update GConf database
2335       conditionaly. This fix enables run gconftool-2 in install-data-local
2336       only if GCONF_SCHEMAS_INSTALL variable is defined .. so now passing in
2337       configure parameters --disable-schemas-install switch now works perfectly :)
2339       * Makefile.am, gcalctool/Makefile.am: minor cleanups
2340       s#@VARIABLE@#$(VARIABLE)#
2342 2004-02-26  Miloslav Trmac <mitr at volny dot cz>
2344     * Fixed bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
2345       Changing the sign of a large number (when "Show Thousands Separator"
2346       is on and this is not the C locale), no longer corrupts the display.
2347       The fix involved resetting all the internal calculations in gcalctool
2348       to be done in the C locale, and then localized (radix character and
2349       thousands separator), just before the number is displayed.
2351 2004-02-24  Rich Burridge <rich.burridge@sun.com>
2353     * Fixed bug 135328 (http://bugzilla.gnome.org/show_bug.cgi?id=135328)
2354       Added Shift-slash as a recognized alternate for the divide operation
2355       (needed by the be-latin1 keyboard layout).
2357 2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>
2359     * configure.in: Added Thai (th) to ALL_LINGUAS.
2361 2004-02-21  Christian Rose  <menthos@menthos.com>
2363     * configure.in: Added "en_CA" to ALL_LINGUAS.
2365 2004-02-18  Rich Burridge <rich.burridge@sun.com>
2367     * Fixed bug 134540 (http://bugzilla.gnome.org/show_bug.cgi?id=134540)
2368       gcalctool now correctly handles the digits 0123456789 which are
2369       shifted about the accented characters on a French keyboard.
2371 2004-02-17  Rich Burridge <rich.burridge@sun.com>
2373     * Fixed bug 134484 (http://bugzilla.gnome.org/show_bug.cgi?id=134484)
2374       Doing "3 x! x! x!" no longer causes gcalctool to lock up.
2376 2004-02-11 Breda McColgan <breda.mccolgan@sun.com>
2378     * Updated the following files due to fix for bug 133764 
2379       (http://bugzilla.gnome.org/show_bug.cgi?id=133764
2380            * help/C/gcalctool.xml
2381            * help/C/gcalctool-C.omf
2382            * help/C/figures/gcalctool_basic_window.png
2383            * help/C/figures/gcalctool_scientific_window.png
2385 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2387     * Fixed bug 133764 (http://bugzilla.gnome.org/show_bug.cgi?id=133764)
2388       - "Gradients" was still appearing when in Scientific mode (instead 
2389         of "Gradians".
2390       - In the x^2 button, the 2 should not be italicized.
2391       - In the x^2 and x^y buttons, the x should be italicized.
2392       - The View Thousands Separator menu item should not remain active 
2393         during an error condition.
2395 2004-02-07  Rich Burridge <rich.burridge@sun.com>
2397     * Fixed bug 133590 (http://bugzilla.gnome.org/show_bug.cgi?id=133590)
2398       The About box now lists the documenters of gcalctool.
2400 2004-02-07 Breda McColgan <breda.mccolgan@sun.com>
2402     * help/C/gcalctool.xml: Updated for GNOME 2.6, technical review draft
2403     * help/C/gcalctool-C.omf: Updated for GNOME 2.6
2404     * help/C/figures/gcalctool_basic_window.png: Updated for GNOME 2.6
2405     * help/C/figures/gcalctool_financial_window.png: Updated for GNOME 2.6
2406     * help/C/figures/gcalctool_scientific_window.png: Updated for GNOME 2.6
2408 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2410     * Fixed bug 132582 (http://bugzilla.gnome.org/show_bug.cgi?id=132582)
2411       Adjusted the gcalctool titlebar to use a hyphen (rather than square
2412       brackets) to show what mode the user is currently using.
2414 2004-01-26  Lars Weber <me at lars dot in-berlin dor de>
2416     * Fixed bug 132570 (http://bugzilla.gnome.org/show_bug.cgi?id=132570)
2417       Adjusted UI to use spacing to delineate groups rather than frames
2418       (per the HIG).
2420 2004-01-22  Rich Burridge <rich.burridge@sun.com>
2422     * Fixed bug 131571 (http://bugzilla.gnome.org/show_bug.cgi?id=131571)
2423       User defined constants are now read/written out (as gconf resources)
2424       with no thousands separator and with a radix of ".".
2426 2004-01-16  Rich Burridge <rich.burridge@sun.com>
2428     * Fixed bug 131594 (http://bugzilla.gnome.org/show_bug.cgi?id=131594)
2429       The "Insert ASCII View..." menu item and the "Insert" button no
2430       longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
2432 2004-01-07  Alexander Nedotsukov <bland at mail dot ru>
2434     * Fixed bug 131059 (http://bugzilla.gnome.org/show_bug.cgi?id=131059)
2435       Fix to allow the thousands separator to be used correctly with the
2436       creation of the initial constant values in the Russian locale.
2438 2004-01-07  Rich Burridge <rich.burridge@sun.com>
2440     * Fixed bug 130078 (http://bugzilla.gnome.org/show_bug.cgi?id=130078)
2441       Changed the y^x button label to x^y (really x superscript y). Adjusted
2442       the tooltip message to "Raise displayed value to the power of y".
2444 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2446     * Fixed bug 130282 again (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2447       Needed to remove the "|| tsep[0] == '\0'" check from the get_tsep()
2448       routine in order to get the thousands separator to correctly work in
2449       all locales. Note that there is no thousands separator now for the C 
2450       locale.
2452 2004-01-06  Rich Burridge <rich.burridge@sun.com>
2454     * Fixed part of bug 126125 
2455       (http://bugzilla.gnome.org/show_bug.cgi?id=126125). If the user
2456       entered: "1+(2()<backspace>)", this resulted in an answer of 0.
2457       When the user backspaced over the ")" character, v->noparens should
2458       have been incremented.
2460 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2462     * Fixed bug 130187 (http://bugzilla.gnome.org/show_bug.cgi?id=130187)
2463       When gcalctool changes modes now, it's internal state and the display
2464       are cleared.
2466 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2468     * Fixed bug 130282 (http://bugzilla.gnome.org/show_bug.cgi?id=130282)
2469       Fixes for more problems with the thousands separator in certain
2470       locales, plus correct handling of the radix character with the initial
2471       constant values.
2473 2004-01-05  Rich Burridge <rich.burridge@sun.com>
2475     * Fixed bug 128603 again (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2476       The solution this time was to duplicate the initial string constant
2477       values to be confident that they are not in read-only memory.
2479 2004-01-03  Sanlig Badral  <badral@openmn.org>
2481     * configure.in: Added "mn" to ALL_LINGUAS.
2483 2004-01-03  Robert Sedak  <robert.sedak@sk.htnet.hr>
2485     * configure.in: Added "hr" in ALL_LINGUAS.
2487 2003-12-26  Fernando Herrera  <fherrera@onirica.com>
2489     * gcalctool.desktop.in: added X-GNOME-Bugzilla-OtherBinaries
2491 2003-12-24  à¸¥à¸ygimantas Beruฤka  <uid0@tuxfamily.org>
2493     * lt.po: Added "lt" to ALL_LINGUAS.
2495 2003-12-22  Miloslav Trmac <mitr at volny dot cz>
2497     * Fixed bug 129539 (http://bugzilla.gnome.org/show_bug.cgi?id=129539)
2498       The thousands separator is a null terminated string, not a single
2499       character. Same for the radix. Adjusted various functions to handle
2500       this. Note that in the C locale, nl_langinfo(THOUSEP) returns an empty
2501       string, so get_tsep() has been adjusted to return "," for that case.
2502       If nl_langinfo(RADIXCHAR) returns an empty string (it shouldn't do),
2503       then get_radix() will return ".".
2505 2003-12-20  Arafat Medini <lumina@silverpen.de>
2507     * ar.po: Added Arabic Locale "ar" to ALL_LINGUAS
2509 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2511     * Fixed bug 129496 (http://bugzilla.gnome.org/show_bug.cgi?id=129496)
2512       "Gradients" should be "Gradians".
2514 2003-12-16 Mohammad DAMT  <mdamt@bisnisweb.com>
2516     * configure.in: Added "id" in ALL_LINGUAS
2517     * po/id.po: Indonesian translation by Ahmad Riza H Nst <ari@160c.afraid.org>
2519 2003-12-05  Rich Burridge <rich.burridge@sun.com>
2521     * Fixed bug 128603 (http://bugzilla.gnome.org/show_bug.cgi?id=128603)
2522       The changes for enhancement request #126626 which added thousands 
2523       separator support caused a crash at startup time on a Debian system. 
2524       The initial constant strings are being put in read-only memory either 
2525       by gcc (or because of the way that x86 arch is designed). This was 
2526       not a problem when tested with the Sun compilers on a Solaris SPARC 
2527       machine.  The remove_tsep() routine is display.c has been rewritten 
2528       to correctly handle this.
2530 2003-12-04  Iรฑaki Larraรฑaga <dooteo@euskalgnu.org>
2532     * configure.in: Added Basque (eu) to ALL_LINGUAS.
2534 2003-12-03  Rich Burridge <rich.burridge@sun.com>
2536     * Further work on enhancement request 125873
2537       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2538       As the user is typing in input, the display will now show the
2539       thousands separator (if checked).
2541 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2543     * On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK.
2544       This keyval/state pair needed to be added to the Xor recognized mappings.
2546 2003-12-01  Rich Burridge <rich.burridge@sun.com>
2548     * Re-fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2549       The fix for Shift-"=" should have been for GDK_equal not GDK_Return.
2550       Needed to add in support for Shift-"/" too.
2552 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2554     * Implemented enhancement request 125873
2555       (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2556       gcalctool can now optionally show the thousands seperator character
2557       for fixed point numbers displayed in the decimal base. Same for
2558       numbers stored in the memory registers. There is a new "Show 
2559       Thousands Separator" menu entry in the View menu to set this.
2561 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2563     * Fixed bug 126626 (http://bugzilla.gnome.org/show_bug.cgi?id=126626)
2564       gcalctool no longer causes a Gtk-CRITICAL error when the user enters
2565       "9*(1<Xor>". The problem was caused because a non-UTF character was
2566       being inserted into the text string to be displayed for the Xor
2567       function.
2569 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2571     * Fixed bug 125782 (http://bugzilla.gnome.org/show_bug.cgi?id=125782)
2572       If the user is entering a left parenthesis and it is the first one 
2573       being displayed and there is no current arithmetic operand, then 
2574       the current display is initially cleared to avoid the confusion of 
2575       showing something like "0(".
2577 2003-11-26  Rich Burridge <rich.burridge@sun.com>
2579     * Fixed bug 127862 (http://bugzilla.gnome.org/show_bug.cgi?id=127862)
2580       The fix for bug #125625 introduced a potential out-of-order case
2581       for users who are rapid keyboard typers. This bug fix rectifies this
2582       with the unfortunate side-effect of no longer visual toggling the 
2583       equivalent button to the keyboard character that the user entered.  
2584       This fix is still compatible with the way the accessibility 
2585       infrastructure works though.
2587 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2589     * Fixed bug 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2590       For the "1/x", "x^2", "x!", "e^x", "10^x" and "y^x" labels, all 
2591       occurances of "x" and "y" are now italicized. The "e" in "e^x" 
2592       is no longer italicized.
2594 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2596     * Fixed bug 127316 (http://bugzilla.gnome.org/show_bug.cgi?id=127316)
2597       The "fix" introduced in gcalctool v4.1.18 to fix Sun Bugtraq bug 
2598       #1258472 against CDE dtcalc (which was also a problem with gcalctool)
2599       was incorrect.
2601 2003-11-24  Rich Burridge <rich.burridge@sun.com>
2603     * Fixed bug 127672 (http://bugzilla.gnome.org/show_bug.cgi?id=127672)
2604       The "=" key on a Swedish keyboard is on the upper level of a key 
2605       (i.e. the Shift key needs to be down). Added another mask/keysym 
2606       pair to the "=" entry in calctool.c to handle this.
2608 2003-11-07  Rich Burridge <rich.burridge@sun.com>
2610     * Fixed bug 125625 (http://bugzilla.gnome.org/show_bug.cgi?id=125625)
2611       gcalctool now handles "clicked" events rather than "pressed" ones.
2613 2003-10-20  Kjartan Maraas <kmaraas@gnome.org>
2615     * Fixed bug 124928 (http://bugzilla.gnome.org/show_bug.cgi?id=124928)
2616       Plugged several memory leaks.
2618 2003-10-13  Breda McColgan  <breda.mccolgan@sun.com>
2620     * Updated the following files:
2621         * help/C/gcalctool.xml: updated based on bug 123132
2622         * help/C/gcalctool-C.omf: updated manual date and version number
2623         * help/C/l10n.txt: updated manual version number and changes summary
2625 2003-10-13  Rich Burridge <rich.burridge@sun.com>
2627     * Fixed bug 124377 (http://bugzilla.gnome.org/show_bug.cgi?id=124377)
2628       Fixed rounding errors when the radix character for a locale isn't ".".
2629       The problem was in the first parameter passed to the MPstr_to_num() 
2630       routine. "0.5" should have been a string consisting of 
2631       SPRINTF(half, "0%c5", v->radix_char);
2633 2003-10-10  Rich Burridge <rich.burridge@sun.com>
2635     * Fixed bug 124172 (http://bugzilla.gnome.org/show_bug.cgi?id=124172)
2636       The "+" character on a German keyboard is on the lower level of a
2637       key (i.e. the Shift key doesn't need to be down). Added another
2638       mask/keysym pair to the "+" entry in calctool.c to handle this.
2640 2003-10-06  Rich Burridge <rich.burridge@sun.com>
2642     * Fixed bug 120737 (http://bugzilla.gnome.org/show_bug.cgi?id=120737)
2643       Changed the accessible text for the OR button from "Logical OR" to
2644       "logical OR" so that it's not changed by FreeTTS's token to words
2645       module to "logical Oregon".
2647 2003-10-06  Kaushal Kumar <kaushal.kumar@wipro.com>
2649     * gcalctool/Makefile.am: GtkItemFactory has been depricated.
2650       Remove the GTK_DISABLE_DEPRECATED flag. Fixes #123948.
2652 2003-10-03  Rich Burridge <rich.burridge@sun.com>
2654     * Fixed bug 123724 (http://bugzilla.gnome.org/show_bug.cgi?id=123724)
2655       Hitting Esc now does the same as hitting Control-Backspace; i.e. the
2656       CE (clear entry) functionality.
2658     * Updated the gcalctool man pages to reflect this change, and the changes
2659       for bug #118826.
2661 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2663     * Refixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2664       gcalctool now uses nl_langinfo() to get the numeric point for the
2665       users locale, rather than via a localised string.
2667 2003-10-02  Rich Burridge <rich.burridge@sun.com>
2669     * Fixed enhancement 65806 (http://bugzilla.gnome.org/show_bug.cgi?id=65806)
2670       Changed that label for e^x (e superscript x) to use an italised "e".
2672 2003-09-24  Rich Burridge <rich.burridge@sun.com>
2674     * Fixed bug 118826 (http://bugzilla.gnome.org/show_bug.cgi?id=118826)
2675       The keyboard shortcuts for the six hex. digits are now "A" to "F".
2676       The functions that previously used those letters have been reassigned
2677       to their lowercase equivalents. These were:
2679         Accuracy                      (now "a")
2680         Change Sign                   (now "c")
2681         Double-declining depreciation (now "d")
2682         Exponential                   (now "e")
2683         User-defined functions        (now "f")
2685       Note that left or right shifting 10-15 places now uses the 'A' to
2686       'F' keyboard accelerators (rather than 'a' to 'f').
2688 2003-09-17  Rich Burridge <rich.burridge@sun.com>
2690     * Fixed bug 122408 (http://bugzilla.gnome.org/show_bug.cgi?id=122408)
2691       The tooltips for the numeric buttons (0-9) have been removed as they
2692       are redundant.
2694 2003-09-17  Fatih Demir <kabalak@gtranslator.org>
2696     * configure.in: Added "ta" (Tamil) to the languages' list.
2698 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2700     * Fixed bug 120749 (http://bugzilla.gnome.org/show_bug.cgi?id=120749)
2701       When gcalctool is displaying a menu, typing Alt+Tab can no longer
2702       switch windows. The menu_button_key_press_cb() routine in gtk.c
2703       needed to return TRUE if the event->keyval was a Space.
2705 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2707     * Fixed bug 120745 (http://bugzilla.gnome.org/show_bug.cgi?id=120745)
2708       Accessible names have now been added to each of the widgets in the 
2709       mode panel when in Scientific mode.
2711 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2713     * Fixed bug 122373 (http://bugzilla.gnome.org/show_bug.cgi?id=122373)
2714       The decimal separator is now a translatable string so that other
2715       locales that don't use a period (Italian uses a comma for example),
2716       can adjust accordingly.
2718 2003-09-16  Rich Burridge <rich.burridge@sun.com>
2720     * Fixed bug 120605 (http://bugzilla.gnome.org/show_bug.cgi?id=120605)
2721       Gcalctool contains lots of messages that are (potentially) only 
2722       displayed if the user starts the application with either the -D or 
2723       the -E command line options. As these are debugging messages, they 
2724       need not be translated, so the _(...) macros around them have been 
2725       removed.
2727 2003-09-09  Andras Timar  <timar@gnome.hu>
2729     * configure.in: Added Hungarian (hu) to ALL_LINGUAS.
2731 2003-09-08  Pablo Saratxaga  <pablo@mandrakesoft.com>
2733     * configure.in: Added Farsi (fa), Macedonian (mk) and Vietnamese (vi)
2734       to ALL_LINGUAS
2736 2003-09-08  Glynn Foster  <glynn.foster@sun.com>
2738     * configure.in: Version 4.3.3
2740 2003-09-08  Mugurel Tudor  <mugurelu@go.ro>
2742     * configure.in: Added "ro" to ALL_LINGUAS.
2744 2003-09-07  Sami Pesonen  <sampeson@iki.fi>
2746     * configure.in: Added "fi" to ALL_LINGUAS.
2748 2003-09-05  Laurent Dhima  <laurenti@alblinux.net>
2750     * configure.in: Added "sq" to ALL_LINGUAS.
2752 2003-08-27  Marcel Telka  <marcel@telka.sk>
2754     * configure.in (ALL_LINGUAS): Added sk.
2756 2003-08-23  Ole Laursen  <olau@hardworking.dk>
2758     * configure.in: Added "da" (Danish) to ALL_LINGUAS.
2760 2003-08-18  Rich Burridge <rich.burridge@sun.com>
2762     * Fixed bug 119888 (http://bugzilla.gnome.org/show_bug.cgi?id=119888)
2763       gcalctool keyboard handling has been improved.
2765 2003-08-16  Guntupalli Karunakar  <karunakar@freedomink.org>
2767     * configure.in: Added "hi" in ALL_LINGUAS.
2769 2003-08-14  Rich Burridge <rich.burridge@sun.com>
2771     * From Dennis Cranston  <dennis_cranston at yahoo com>
2772       Fixed bug 119832 (http://bugzilla.gnome.org/show_bug.cgi?id=119832)
2773       The space bar can now correctly activate the button that has focus.
2775 2003-08-08  Rich Burridge  <rich.burridge@sun.com>
2777     * Build for GNOME 2.4 (Beta1). Tag in CVS is GCALCTOOL_4_3_0
2779 2003-08-06  Metin Amiroff  <metin@karegen.com>
2781     * configure.in: Added "az" to ALL_LINGUAS.
2783 2003-08-06  Wang Jian  <lark@linux.net.cn>
2785     * configure.in: Added "zh_CN" to ALL_LINGUAS.
2787 2003-08-04  Rich Burridge  <rich.burridge@sun.com>
2789     * From Dennis Cranston  <dennis_cranston at yahoo com>
2790       Fixed bug 118246 (http://bugzilla.gnome.org/show_bug.cgi?id=118246)
2791       The display field can now take focus. The initial widget with
2792       focus is the Clr button (also discussed this with Nils who agrees).
2794 2003-07-30  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
2796     * configure.in: Added Belarusian to ALL_LINGUAS.
2798 2003-07-29  Rich Burridge  <rich.burridge@sun.com>
2800     * (Bug #118247) Three more small adjustments to AccessibleName text:
2801       "E to the power of x" goes back to "E to the x"
2802       "Ten to the power of x" goes back to "Ten to the x"
2803       "Y to the power of x" goes back to "Y to the x"
2805       (Sorry translators).
2807 2003-07-28  Rich Burridge  <rich.burridge@sun.com>
2809     * (Bug #118247) Four small adjustments to AccessibleName text:
2810       "Random" becomes "Random number".
2811       "E to the x" becomes "E to the power of x"
2812       "Ten to the x" becomes "Ten to the power of x"
2813       "Y to the x" becomes "Y to the power of x"
2815 2003-07-25  Rich Burridge  <rich.burridge@sun.com>
2817     * Fixed bug 118247 (http://bugzilla.gnome.org/show_bug.cgi?id=118247)
2818       Each gcalctool button now has an AccessibleName. By default these
2819       are taken from the buttons tooltip string. This is to:
2820       - reduce the amount of extra memory that would be taken up otherwise.
2821       - reduce the pain that all the translators would have to go through
2822       - reduce the repetition because a lot of the actual tooltip strings 
2823         are just fine.
2825       The exceptions to this are for the following buttons, where the
2826       tooltip string is too long:
2828         Button |   
2829         Label  |                        AccessibleName
2830       ---------+----------------------------------------------
2831         Bsp       "Backspace" 
2832         CE        "Clear Entry"
2833         Clr       "Clear"
2834         Int       "Integer portion"
2835         Sto       "Store to register"
2836         Frac      "Fractional portion"
2837         Rcl       "Retrieve from register"
2838         Exch      "Exchange with register"
2839         <         "Shift left"
2840         >         "Shift right"
2841         &16       "16 bit unsigned integer"
2842         &32       "32 bit unsigned integer"
2843         (         "Left bracket"
2844         )         "Right bracket"
2845         Acc       "Accuracy"
2846         Exp       "Exponential"
2847         e^x       "E to the x"
2848         10^x      "Ten to the x"
2849         y^x       "Y to the x"
2850         x!        "Factorial"
2851         Rand      "Random"
2853 2003-07-25  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>
2855     * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
2857 2003-07-25  Kang Jeong-Hee  <Keizi@mail.co.kr>
2859     * configure.in: Added 'ko' (Korean) to ALL_LINGUAS.
2861 2003-07-22  Breda McColgan  <breda.mccolgan@sun.com>
2863     * Updated the following files:
2864         * help/C/gcalctool.xml: updated based on bug 116944
2865         * help/C/gcalctool-C.omf: updated manual date and version number
2867 2003-07-21  Rich Burridge  <rich.burridge@sun.com>
2869     * Fixed bug 117691 (http://bugzilla.gnome.org/show_bug.cgi?id=117691)
2870       The GDK_Up, GDK_Down, GDK_Left and GDK_Right keysyms are not valid 
2871       equivalents for the 8, 2, 4 and 6 keys. They are needed for keyboard 
2872       navigation.
2874 2003-07-13 John Fleck <jfleck@inkstain.net>
2876     Remove:
2877         * xmldocs.make
2878         * omf.make
2879     Edit:
2880         * autogen.sh
2881         use new docs build system. Latest gnome-common
2882         now required to build from cvs
2884 2003-07-09  Rich Burridge  <rich.burridge@sun.com>
2886     * From Steve Chaplin <stevech1097 at yahoo com au>
2887       Added the -DGNOME_DISABLE_DEPRECATE in .../gcalctool/Makefile.am
2888       to catch any potential GNOME depreciated methods.
2890 2003-07-09  Hasbullah Bin Pit  <sebol@ikhlas.com>
2892     * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
2893     * po/ms.po: Added Malay translation.
2895 2003-07-09  Alessio Frusciante <algol@firenze.linux.it>
2897     * configure.in: Added "it" (Italian) to ALL_LINGUAS.
2899 2003-07-07  Dennis Cranston <dennis_cranston at yahoo com>
2901     * Fixed bug 116944 (http://bugzilla.gnome.org/show_bug.cgi?id=116944)
2902       Various HIG improvements to the edit constants, edit functions,
2903       and insert ASCII value dialogs. (i.e. adjusted widget padding
2904       according to HIG; added a mnemonic for the constant and function
2905       treeviews; etc.)
2907 2003-07-08  Rich Burridge  <rich.burridge@sun.com>
2909     * Refixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2910       After further discussion with Toshi, it was understood that I didn't
2911       need to call g_locale_to_utf8() for the numeric strings (which just
2912       consist of '0'-'9', 'e', 'A'-'F', '+', '-' and '.'). set_display() in
2913       gtk.c was simplified back to using just one parameter.
2915 2003-07-07  Rich Burridge  <rich.burridge@sun.com>
2917     * Fixed bug 116727 (http://bugzilla.gnome.org/show_bug.cgi?id=116727)
2918       When the calculator display is showing an error message, it is now
2919       correctly localized. Fix was to add in a second parameter to each 
2920       call of set_display, that indicated whether this was an error 
2921       condition or not. If it was, then the first parameter being passed 
2922       in was already localized (had to do it this was so that the strings 
2923       turned up in the message files), and wouldn't be run through 
2924       g_locale_to_utf8(). Thanks to Toshi for pointing me in the right 
2925       direction.
2927 2003-07-06  Gil "Dolfin" Osher <dolfin@rpg.org.il>
2929     * configure.in: Added "he" (Hebrew) to ALL_LINGUAS.
2931 2003-07-04  Artur Flinta  <aflinta@cvs.gnome.org>
2933     * configure.in: Added "pl" to ALL_LINGUAS.
2935 2003-06-25  Rich Burridge  <rich.burridge@sun.com>
2937     * Fixed bug 115950 (http://bugzilla.gnome.org/show_bug.cgi?id=115950)
2938       The "*" key wasn't being recognized as a keyboard shortcut for
2939       multiplication. The problem was that GDK_SHIFT_MASK needed to be
2940       given in the equivalent entry for the mods array for this button
2941       struct.
2943 2003-06-25  Breda McColgan  <breda.mccolgan@sun.com>
2945     * Updated the following files:
2946         * help/C/gcalctool.xml: updated based on bug 114363 and bug 114364
2947         * help/C/gcalctool-C.omf: updated manual date and version number
2949 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
2951     * Further work on bug 114364. The items in the constants menu are now 
2952       always displayed in the decimal numeric base. This is consistent with 
2953       the way that calctool in the OpenWindows DeskSet worked.
2955 2003-06-24  Rich Burridge  <rich.burridge@sun.com>
2957     * Fixed bug 114364 (http://bugzilla.gnome.org/show_bug.cgi?id=114364)
2958       When you change numeric base and then display the constant values in 
2959       the Con menu, the values are shown in the current base.
2961       When you select "Edit Constants" from the Con menu, the values of each 
2962       constant are shown in Decimal. The label:
2963       "All constant values are specified in the decimal numeric base"
2964       has also been added to the "Edit Constant" popup to clarify this.
2966 2003-06-23  Rich Burridge  <rich.burridge@sun.com>
2968     * Fixed bug 115653 (http://bugzilla.gnome.org/show_bug.cgi?id=115653)
2969       Adjusted the keyboard mnemonic checking code to now check to make
2970       sure that neither of the Alt keys is pressed when comparing against
2971       button equivalents.
2973 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
2975     * Similar problem to bug #115212 but for the "Edit Constants" and
2976       "Edit Functions" dialog boxes. gcalctool no longer can display
2977       multiple versions of them. Also removed the X->CFtype and 
2978       X->cf_entries variables.
2980 2003-06-18  Rich Burridge  <rich.burridge@sun.com>
2982     * Fixed bug 114363 (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
2983       When an error condition occurs:
2984   
2985       - make insensitive all buttons except Clr.
2986       - make all Scientific mode toggles and checkboxes insensitive.
2987       - make all menubar items insensitive except:
2988            Calculator->Quit
2989            Help->Contents
2990   
2991       When the error condition is cleared, resensitise everything, setting
2992       the numeric base buttons correctly.
2994 2003-06-18  Guntupalli Karunakar  <karunakar@freedomink.org>
2996     * configure.in: Added "ml" in ALL_LINGUAS.
2998 2003-06-16  Rich Burridge  <rich.burridge@sun.com>
3000    * From Steve Chaplin <stevech1097@yahoo.com.au>
3001      Fix for bug #115212 (http://bugzilla.gnome.org/show_bug.cgi?id=115212)
3002      gcalctool no longer can display multiple About boxes.
3004 2003-06-13  Rich Burridge  <rich.burridge@sun.com>
3006     * From Dennis Cranston  <dennis_cranston@yahoo.com>
3007       Fix for bug #108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3008       The appropriate gcalctool button is now animated when the user enters 
3009       that value via the keyboard.
3011 2003-06-10  Rich Burridge  <rich.burridge@sun.com>
3013     * Partial fix for bug 114363:
3014       (http://bugzilla.gnome.org/show_bug.cgi?id=114363)
3015       When the calculator display is showing "Error", the Constant values and
3016       the Memory Register values no longer incorrectly show "Error" as well.
3018 2003-06-10  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
3020     * configure.in: Added Russian to ALL_LINGUAS.
3022 2003-05-28  Rich Burridge  <rich.burridge@sun.com>
3024     * Fixed bug 113703 (http://bugzilla.gnome.org/show_bug.cgi?id=113703)
3025       Fix from Havoc: "If you use AM_GCONF_SOURCE_2 in configure.in, 
3026       then do a makefile snippet as in gnome-terminal/src/Makefile.am,
3027       you should be able to specify --with-gconf-source=whatever"
3029 2003-05-28  Danilo ? egan  <dsegan@gmx.net>
3031     * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
3033 2003-05-26  Rich Burridge  <rich.burridge@sun.com>
3035     * From Franz Klammer <klammer@webonaut.com>
3036       Fixed bug 113754 (http://bugzilla.gnome.org/show_bug.cgi?id=113754)
3037       Decimal point didn't work with a German keyboard if Numlock was 
3038       turned on.
3040 2003-05-19  Rich Burridge  <rich.burridge@sun.com>
3042     * .../gcalctool/Makefile.am: Install "gnome-calculator" symlink
3043       as reqested by Glynn Foster.
3045 2003-04-24  Rich Burridge  <rich.burridge@sun.com>
3047     * Fixed bug 111269 (http://bugzilla.gnome.org/show_bug.cgi?id=111269)
3048       It was possible to type fast into gcalctool and digits would be
3049       transposed. gcalctool now looks for key_press_event and 
3050       key_release_event events on the main window rather than set keyboard 
3051       accelerators to the "clicked" action of the various buttons.
3053 2003-04-15  Rich Burridge  <rich.burridge@sun.com>
3055     * Refixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
3056       Concatenated more error messages in mp.c.
3058     * Adjusted the Acc menu entries to be "<n> significant places" rather
3059       than "<n> radix places" in gtk.c.
3061     * Replaced "kilometers per hour / miles per hour" with 
3062       "kilometers per hour or miles per hour" in the first constant
3063       description in calctool.c and gcalctool.1.
3065     * Replaced occurances of "/" in the other constant descriptions with "or".
3067 2003-04-15  Breda McColgan  <breda.mccolgan@sun.com>
3069     * Translators: The documentation is now ready for translation!
3071     * Updated the following files:
3072         * configure.in: updated version number to 4.2.81
3073         * help/C/gcalctool.xml: first approved draft, ready for translation
3074         * help/C/gcalctool-C.omf: updated manual date and version number
3075         * help/C/l10n.txt: new file added 
3076         * help/C/figures/gcalctool_edit_const_window.png: deleted
3077         * help/C/figures/gcalctool_edit_func_window.png: deleted
3078         * help/C/figures/gcalctool_ins_ascii_window.png: deleted
3079         * help/C/figures/gcalctool_mem_reg_window.png: deleted
3080         
3082 2003-04-13  Christian Neumair  <chris@gnome-de.org>
3084     * Reflect translated mode information in window title (functions.c).
3086 2003-04-10  Rich Burridge  <rich.burridge@sun.com>
3088     * Fixed bug 110416 (http://bugzilla.gnome.org/show_bug.cgi?id=110416)
3089       Various fprintf statements in mp.c have been concatenated to help
3090       translators.
3092 2003-04-02  Rich Burridge  <rich.burridge@sun.com>
3094     * Added in latest online help changes from Breda McColgan. This should
3095       now put the online help in sync with the actual functionality of
3096       gcalctool.
3098       **IMPORTANT NOTE FOR TRANSLATORS**
3100       Please still hold off translating these files for a while. This is still
3101       a draft. The documentation needs to be reviewed by an editor, and
3102       editorial feedback incorporated. Look for a followup entry here in the
3103       Changelog, with an indication that they are ready for translation.
3105 2003-03-28  Christian Neumair  <chris@gnome-de.org>
3107     * Added AC_PREREQ macro to configure.in to satisfy some ac wrapper scripts
3108       and added German (de) to ALL_LINGUAS; bumped version to 2.4.78;
3109       Added missing gettext call. This makes the i18ized menu entries actually
3110       visible. Fixed some tooltip strings. Updated some .cvsignore files.
3112 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3114     * Added in various .cvsignore files to make checkins and updates cleaner.
3116 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3118     * Adjusted ChangeLog format to the Gnu style. Moved older ChangeLog entries
3119       off into ChangeLog-YYYY files (years 1990, 1991, 1992, 1993 and 2002).
3121 2003-03-25  Rich Burridge  <rich.burridge@sun.com>
3123     * Fixed up a compiler warning for set_show_zeroes_toggle() usage in gtk.c
3124       Fixed up distcheck, adding intltool to EXTRA_DIST
3126       This version to be announced in gnome-announce.
3128 2003-03-24  Rich Burridge  <rich.burridge@sun.com>
3130     * Slight adjustments to bug 108226
3131       (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
3133       Menu item is now "Show Trailing Zeroes", with a Control-T accelerator.
3134       Added a similar menu item to the View menu on the menu bar (only active
3135       in Scientific mode). Adjusted program logic. Cases of "rm_zeroes" now
3136       become "show_zeroes". Updated the manual pages and the gcalctool
3137       schemas file.
3139 2003-03-19  Dennis Cranston <dennis_cranston@yahoo.com>
3141     * Fixed bug 108729 (http://bugzilla.gnome.org/show_bug.cgi?id=108729)
3142       Added tooltips to the radio and check buttons in scientific mode.
3144 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
3146     * Fixed bug 108226 (http://bugzilla.gnome.org/show_bug.cgi?id=108226)
3148       The menu items in the Acc menu are now "tickable", so you know what the 
3149       current accuracy selection is. Setting one of these clears the previous 
3150       one.
3152       A new "remove trailing zeroes" menu item is added to the Acc menu (last
3153       item, with a separator just above), that is "tickable". This tick doesn't
3154       affect the accuracy ticks. It's either on or off.
3156       The default setting for accuracy now becomes 9 numeric places and "remove 
3157       trailing zeroes".
3159       The Acc button is moved to the Scientific mode (clear slot in the top 
3160       right corner, above the Rand.
3162       The Base radio button group and the display type radio button group in
3163       the mode panel in Scientific mode are now moved to the right side to be
3164       close in proximity to the Acc button. The other mode items move to the
3165       left side.
3167 2003-03-18  Rich Burridge  <rich.burridge@sun.com>
3169     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3170       Fixed bug 108208 (http://bugzilla.gnome.org/show_bug.cgi?id=108208)
3171       The default value for the "showregisters" resource in gcalctool.schemas
3172       was incorrectly set.
3174     * There should be no "default:" action in the command line parsing in 
3175       get_options().
3177 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3179     * Correctly fixed bug 108219 
3180       (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
3181       The previous fix didn't correct set the radio buttons when changing 
3182       mode from Scientific to Basic or Financial. Only the internal state.
3184 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3186     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3187       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3188       Followup changes to make the numeric keypad animate the buttons on 
3189       Linux machines.
3191 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3193     * Fixed bug 108219 (http://bugzilla.gnome.org/show_bug.cgi?id=108219)
3194       When you go from Scientific mode to either Basic or Financial mode, 
3195       the calculator will revert to "Dec" base in "Fix" notation.
3197       Any number in the display (and the memory registers if shown) will be 
3198       converted accordingly.
3200       When you are in a mode (Basic, Financial, or Scientific) you will only 
3201       be able to do the functionality that that mode shows. For example, you 
3202       will not be able to do base changes if you are in Basic or Financial mode.
3204 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3206     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3207       Fixed bug 108333 (http://bugzilla.gnome.org/show_bug.cgi?id=108333)
3208       The gcalctool buttons with menus associated with them are now keyboard
3209       navigable.
3211 2003-03-14  Rich Burridge  <rich.burridge@sun.com>
3213     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3214       Fixed bug 108209 (http://bugzilla.gnome.org/show_bug.cgi?id=108209)
3215       When the user uses the keyboard to enter data, the associated gcalctool
3216       button will be animated.
3218 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3220     * Fixed bug 108210 (http://bugzilla.gnome.org/show_bug.cgi?id=108210)
3221       Main gcalctool window is no longer resizable.
3223 2003-03-13  Rich Burridge  <rich.burridge@sun.com>
3225     * Incorporated several online help changes from Breda McColgan.
3227       **IMPORTANT NOTE FOR TRANSLATORS**
3229       Please still hold off translating these files for a while. This is still
3230       a draft. The documentation needs to be reviewed by an editor, and 
3231       editorial feedback incorporated. Look for a followup entry here in the 
3232       Changelog, with an indication that they are ready for translation.
3234 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3236     * Added scrollkeeper checks into configure.in.
3238     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3239       Fixed warning message:
3241       ** (gcalctool:27091): WARNING **: Help error: Unable to find the 
3242       GNOME_FILE_DOMAIN_APP_HELP domain
3244       Adjustment to the gnome_help_display() call in gtk.c to use the right 
3245       parameters.
3247 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3249     * Added in a first (draft) version of online help from Breda McColgan in
3250       the Sun GNOME doc. team.
3252       **IMPORTANT NOTE FOR TRANSLATORS**
3254       Please hold off translating these files for a while. Slight revisions
3255       are planned for sometime in the next week or two. Look for a followup 
3256       entry here in the Changelog, with an indication that they are ready for 
3257       translation.
3259 2003-03-05  Rich Burridge  <rich.burridge@sun.com>
3261     * Abstracted the key values and modifiers. This will make it easier to
3262       create versions of this calculator for other graphical toolkits, or
3263       a version with no graphics at all (prompt style).
3265 2003-03-04  Rich Burridge  <rich.burridge@sun.com>
3267     * Adjusted the tooltip help to be minimalist messages. Online help for
3268       gcalctool will be coming soon, and this will contain the detailed help
3269       information (plus examples).
3271 2003-02-28  Rich Burridge  <rich.burridge@sun.com>
3273     * Small adjustment to allow gcalctool to compile using the Solaris Forte
3274       compilers.
3276 2003-02-26  Rich Burridge  <rich.burridge@sun.com>
3278     * Gcalctool wasn't saving the trigonometric type when it was changed. The
3279       trig_cb() function was calling do_trig() incorrectly instead of 
3280       do_trigtype().
3282     * Removed the trailing period from the ten constant definitions in the man 
3283       pages.
3285 2003-02-26  evandrofg <someone@somewhere.org>
3287     * configure.in: Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.
3289 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3291     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3292       Allows Backspace to correctly work inside parentheses. Similar fix to
3293       the one for Delete in v4.2.55 (bug #106583).
3295 2003-02-21  Rich Burridge  <rich.burridge@sun.com>
3297     * The Xor logical operation wasn't being performed correctly. Gdk uses
3298       keysym values that are greater than what can be fitted into a char.
3299       Adjusted v->cur_op and v->old_cal_value to now be ints.
3301     * Hitting Clr was not correctly clearing the Hyp and Inv trigonometric
3302       checkboxes. In fact, it was toggling them twice, thereby returning them
3303       to whatever state they were in when the user hit Clr.
3305 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3307     * Removed the final period from the ten default constant descriptions.
3309     * Changed occurances of "kilometre" to "kilometer" and "centimetre" to
3310       "centimeter".
3312     * Fixed up the values of the ten default constant definitions in the
3313       manual pages.
3315     * The "centimeters <=> inches" default constant should be 0.3937007
3316       rather than 2.54 to be consistent with the other constants.
3318 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3320     * Fixed bug 106583 (http://bugzilla.gnome.org/show_bug.cgi?id=106583)
3321       There were two parts to this. Dennis Cranston fixed the:
3323       (gcalctool:10872): Gtk-CRITICAL **: file gtktextbuffer.c: line 548:
3324       assertion `g_utf8_validate (text, len, NULL)' failed
3326       messages. 
3328       The crash was caused by the paren_disp() function in display.c not
3329       correctly checking for when a Delete character was entered.
3331 2003-02-20  Rich Burridge  <rich.burridge@sun.com>
3333     * The financial Term tooltip example didn't work. The problem was that
3334       the Rate function had a keyboard shortcut of "T" and Term had "t". The
3335       check for which financial function was being processed in do_business()
3336       in functions.c didn't take into consideration any key mods (such as
3337       GDK_SHIFT_MASK). Add a key_equal function that now compares both the
3338       mods and the value of keys.
3340     * Moved the Exp button to the right of the Con and Fun buttons for better
3341       grouping.
3343 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3345     * Fixed bug 106501 (http://bugzilla.gnome.org/show_bug.cgi?id=106501)
3346       A check has been added to the do_delete() function in functions.c to
3347       make sure that the length is greater than zero, before setting the
3348       len-1 character to '\0'.
3350 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3352     * From Breda McColgan <breda.mccolgan@sun.com>
3353       Toggled the positions of the Sto and Rcl buttons. This is primarily to
3354       help with the online documentation, which consists of listing the 
3355       gcalctool buttons in several tables, grouping "like" buttons together 
3356       (for example: Bsp, CE, and Clr in one table; Sto, Rcl, and Exch in 
3357       another table). Within a table, the buttons are listed in the sequence 
3358       in which they appear in gcalctool. For the most part, the sequence 
3359       isn't significant. However, it doesn't really make sense to talk about 
3360       either Rcl or Exch until you've described Sto.
3362 2003-02-19  Rich Burridge  <rich.burridge@sun.com>
3364     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3365       - The process_str() function will cause a crash if the input string is 
3366         null. For example, if the clipboard is empty and the user presses 
3367         CTRL-V then gcalctool will core dump. Fixed by adding a null check to 
3368         the function. 
3370       - gcalctool now uses a text view for its display widget.
3372 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3374     * Fixes to the manual page:
3375       - the keyboard shortcut for the "Term" function is "t" not "T".
3376       - removed the LOGICAL mode section.
3378 2003-02-18  Rich Burridge  <rich.burridge@sun.com>
3380     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3381       Changes the EXPAND flag to FALSE when packing the display label and mode
3382       frame. These widgets shouldn't expand when the calculator is resized. 
3384       Replace the three characters of white space in the title bar text with one
3385       space character, so more of the title fits into the task window list 
3386       applet.
3388 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3390     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3391       Added a launcher to the GNOME's Accessories menu. The launcher uses 
3392       gcalctool.png for its icon which required moving the icon to the pixmaps 
3393       installation directory.  
3395       This means that the find_file() function is no longer necessary, and has
3396       been removed. It was used only in set_gcalctool_icon(). The path of 
3397       gcalctool.png is now always PACKAGE_PIXMAP_DIR. 
3399 2003-02-12  Rich Burridge  <rich.burridge@sun.com>
3401     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3402       Mark the menu labels for translation and converts the
3403       gtk_item_factory_get_widget() calls to 
3404       gtk_item_factory_get_widget_by_action() calls. 
3406 2003-02-11  Rich Burridge  <rich.burridge@sun.com>
3408     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3409       - Cleans up the Help menu's layout so it looks like other GNOME 
3410         applications.
3411       - Converts gtk_init() to gnome_program_init() to allow access to things 
3412         like GNOME_STOCK_ABOUT.
3413       - Add an icon field to the Xobject structure.
3414       - Change setup_default_icon() to set_gcalctool_icon() and set X->icon in 
3415         the function.
3416       - Sets the window icon for the memory register and about windows.
3417       - Cleans up about_cb() and call it directly in menu callbacks -- like in 
3418         other gtk+ applications.
3419       - Remove the unneccessary X->about structure field.
3421 2003-02-06  Daniel Yacob  <locales@geez.org>
3423     * Added Amharic (am) to ALL_LINGUAS ata configure.in.
3425 2003-02-07  Rich Burridge  <rich.burridge@sun.com>
3427     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3428       Fixed bug 104249 (http://bugzilla.gnome.org/show_bug.cgi?id=104249)
3429       The UI for adding new or editing existing constants and/or functions
3430       has been improved. It now uses a treeview editable list. A help button
3431       is provided, but that currently isn't hooked up. I've added a note to
3432       bug #104821 for this problem.
3434 2003-02-04  Rich Burridge  <rich.burridge@sun.com>
3436     * Fixed bug 104830 (http://bugzilla.gnome.org/show_bug.cgi?id=104830)
3437       gcalctool now uses gnome-calc3.png as its icon (same as the current
3438       gnome-calculator). For now, I've copied that to a file, gcalctool.png
3439       within the gcalctool distribution. Also removed calctool.gif.
3441 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3443     * Further slight adjustments needed to fix Bugzilla bug 104248. The 
3444       callback handler for the menu items (mb_proc in gtk.c) needed to 
3445       have a check at the top to see if we'd started the application yet, 
3446       and if it hadn't, then to just return. Seemed it was getting called 
3447       as gcalctool was initially coming up, which was toggling the state 
3448       of the v->rstate variable incorrectly.
3450     * Fixed bug 104240 (http://bugzilla.gnome.org/show_bug.cgi?id=104240)
3451       The "File" menubar item is now called "Calculator", and there is a set of
3452       unique mnemonics for the various items in the Scientific mode panel.
3453       The gcalctool manual pages have been updated to reflect these changes.
3455     * Added in a Control-I mnemonic for Edit->Insert ASCII Value.
3456       Added in a Control-A mnemonic for Help->About.
3458 2003-01-28  Rich Burridge  <rich.burridge@sun.com>
3460     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3461       Fixed bug 104248 (http://bugzilla.gnome.org/show_bug.cgi?id=104248)
3462       The View->Memory Registers menu item's toggle is now set correctly
3463       depending upon whether the memory register windows is visible or hidden.
3465     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3466       The correct radio item is now set in the View menu mode menu item entries
3467       if gcalctool is initially started in Financial or Scientific mode.
3469 2003-01-27  Rich Burridge  <rich.burridge@sun.com>
3471     * The constant and function definitions are now read and written as Gconf
3472       resources, rather than to a ~/.gcalctoolcf file in the user's home 
3473       directory. The manual pages have been updated to reflect this change.
3475       An entry has been added to the TODO file to reflect functionality that
3476       is no longer present because of this change.
3478     * Fixed bug 104250 (http://bugzilla.gnome.org/show_bug.cgi?id=104250)
3479       The constant and the function menu items now have "C<n>:" and "F<n>:" 
3480       prefixes respectively, where <n> is the constant/function number.
3482       This also involved removing the "<=>" from four of the descriptions for
3483       the predefined constant values.
3485 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3487     * Fixed bug 104245 (http://bugzilla.gnome.org/show_bug.cgi?id=104245)
3488       The View->Basic Mode, Financial Mode, Scientific Mode and Memory
3489       Registers now have keyboard accelerators (Control-B, Control-F, Control-S
3490       and Control-M respectively).
3492 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3494     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3495       Further slight adjustments for bug 104287
3496       (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3497       The insert button isthe default button.
3498       The dialog is no longer resizable.
3499       The ESC key can now be used to cancel the dialog.
3501 2003-01-24  Rich Burridge  <rich.burridge@sun.com>
3503     * From: Dennis Cranston <dennis_cranston@yahoo.com>
3504       Fixed bug 104287 (http://bugzilla.gnome.org/show_bug.cgi?id=104287)
3505       HIG improvements for the "Insert ASCII Value" dialog.
3507 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3509     * Fixed bug 104241 (http://bugzilla.gnome.org/show_bug.cgi?id=104241)
3510       The Insert ASCII Value" menu item is now "Insert ASCII Value..."
3512     * From: Hidetoshi Tajima <hidetoshi.tajima@sun.com>
3513       Tidied up the I18N code as gcalctool now includes <gnome.h> which includes
3514       <bonobo-i18n.h,> where all this stuff is already defined.
3516 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3518     * Fixed bug 102928 (http://bugzilla.gnome.org/show_bug.cgi?id=102928)
3519       The x^2, e^x, 10^x and y^x keys now use Pango markup to display the
3520       label using superscripts.
3522 2003-01-23  Rich Burridge  <rich.burridge@sun.com>
3524     * Added in handling of the numeric keypad for Linux systems. This required
3525       an "event" signal handler on the main gcalctool window, and then checking
3526       for a set of keyvals that could be generated by the numeric keypad keys
3527       (with and without the NumLock key on).
3529 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3531     * Handling the function "(3+3)" now works.
3532       The button struct now contains a new item (char func_char) which 
3533       is the character equivalent to the button when you user enteres 
3534       it into a function definition. The process_str() routine in 
3535       graphics.c has been adjusted to call button_for_fc() (a new 
3536       routine in functions.c) to compare each character in the function 
3537       string against this item in each button struct to find the 
3538       appropriate operation.
3540       Also needed changes to do_paren() to call button_for_fc() instead of 
3541       button_for_value().
3543       These changes also fix bugtraq bug #4065378.
3544       Certain functions entered into gcalctool produce incorrect results.
3546     * Changed the keyboard accelerators for the following to use non Alt-<?>
3547       values:
3549       Cos  (old value: Alt-c) becomes 'J'.
3550       Sin  (old value: Alt-s) becomes 'K'.
3551       Tan  (old value: Alt-t) becomes 'L'.
3552       Frac (old value: Alt-f) becomes ':'.
3553       Int  (old value: Alt-i) becomes 'i'.
3554       Abs  (old value: Alt-u) becomes 'u'.
3555       Rate (old value: Alt-r) becomes 'T'.
3557       Updated the manual pages and the tooltip help to reflect these changes.
3559     * Removed the need to configure with "--enable-build-broken".
3561 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3563     * Adjusted the memory registers windows to use the same "R0:  0.00" format 
3564       (bold for first part), as the Rcl, Sto and Exch menus. 
3566 2003-01-22  Rich Burridge  <rich.burridge@sun.com>
3568     * The menu items for the Rcl, Sto and Exch menus now have the format
3569       "R0:     0.00", where the "R0:" part is in bold.
3571     * From Padraig O'Briain <Padraig.Obriain@Sun.COM>
3572       Fix to get the keyboard accelerators for the menubar menu items working.
3573       The problem was due to the creation of two accelerator groups in main()
3574       in gtk.c.
3576 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3578     * Updated the NEWS file with an overview of all the changes since v4.1.13.
3580 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3582     * Removed the gconf resource for getting/setting whether a beep is sounded
3583       on error. A beep will now always be sounded in such a case.
3585     * Removed the write_resources() routine. The writing out of the resources
3586       will now be immediately done when each of those functions changes.
3588 2003-01-25  Rich Burridge  <rich.burridge@sun.com>
3590     * Updated the manual pages to reflect the recent v4.2.xx changes.
3592     * Replaced the occurance of mktemp with mkstemp to placate the Gnu compiler
3593       on Linux.
3595 2003-01-21  Rich Burridge  <rich.burridge@sun.com>
3597     * The real fix for displaying the icon. The problem was that the icon was
3598       being installed in the pkgdata_DATA directory, but gcalctool was looking
3599       for it in the CALCTOOL_DATA_DIR directory, which was incorrectly set to
3600       $(datadir)/calctool" rather than $(datadir)/gcalctool".
3602 2003-01-20  Rich Burridge  <rich.burridge@sun.com>
3604     * Removed the setting of an event mask and a global event handler in 
3605       create_kframe() in gtk.c. This seems to have fixed up the keyboard 
3606       navigation problems.
3608       Control-F1 now toggles the displaying of tooltip help, so the "-h"
3609       command line option has been removed and the old-style event handling
3610       code has also been removed.
3612     * Added in a signal handler for the "delete" event for the main gcalctool
3613       window. The callback calls gtk_main_quit() to terminate the application.
3615 2003-01-17  Rich Burridge  <rich.burridge@sun.com>
3617     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3619       The gcalctool icon is now correctly displayed for me running Sun's
3620       fcs-10 build on Solaris. It's still a problem for Calum running
3621       GNOME HEAD on RH7.2.
3623 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3625     * HCI change suggested by Glynn Foster <Glynn.Foster@Sun.COM>
3627       The Sto/Rcl/Exch menu items should show the current register values 
3628       as well.
3630       The Exch/Rcl/Sto menus are recreated each time that menu is needed. The
3631       menu item callbacks for these menus and the Constant and Function menus
3632       have been consolidated into a single menu_proc_cb() routine.
3634 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3636     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3638       All the radiobutton and checkbox items in the mode panel now have a 
3639       mnemonic associated with them.
3641 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3643     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3645       Fixed up the buttons on the "Insert ASCII Value", "Enter Constant..." and
3646       "Enter Function..." popups. They now just use Cancel and OK buttons, and 
3647       use standard stock Gtk icons.
3649 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3651     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3653       Added in an Edit->Paste menu item. If selected this will paste 
3654       the current contents of the clipboard into the calculator display 
3655       as if you'd typed it.
3657     * Added bullet proofing to the process_str() routine in graphics.c 
3658       to protect it against values that weren't found. If a value wasn't 
3659       found, it's just ignored, and it goes on to process the next 
3660       character in the string.
3662     * Improved the val_to_button() routine in functions.c. It now takes 
3663       into consideration the mods value for each button struct entry when 
3664       comparing against the given value. This isn't enough though, as it 
3665       won't find Alt-<n> buttons.
3667 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3669     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3671       Added a 2 pixel border for the frames containing the Basic, Financial and
3672       Scientific buttons and the mode panel. The calculator doesn't look so
3673       crowded now.
3675 2003-01-16  Rich Burridge  <rich.burridge@sun.com>
3677     * HCI change suggested by Calum Benson <Calum.Benson@Sun.COM>
3679       Removed the "operand item" label widget, the routine where it was being 
3680       set (set_op_item()) and all the calls to that routine. Other calculators 
3681       don't have any equivalent to this, so it's not really needed.
3683       This also remove the opdisp entry in the button struct and the op_type 
3684       enum.
3686     * Adjusted the "keyboard values used" table in calctool.c to reflect the
3687       current state.
3689 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3691     * The frames around the mode button tables and the mode panel were always 
3692       being shown. The make_but_table() and create_mode_panel() routines were
3693       returning the wrong widgets.
3695 2003-01-18  Rich Burridge  <rich.burridge@sun.com>
3697     * Fixed bug #101865 (http://bugzilla.gnome.org/show_bug.cgi?id=101865)
3698       Made the following keyboard remappings:
3700       Function     Old         New
3701       ---------------------------------
3702       Cos        Control-c     d
3703       Ddb        Control-d     Alt-C
3704       Frac       Control-f     Alt-f
3705       Int        Control-i     Alt-i
3706       Sln        Control-l     l
3707       Ctrm       Control-m     m
3708       Rate       Control-r     Alt-r
3709       Sin        Control-s     Alt-s
3710       Tan        Control-t     Alt-t
3711       Abs        Control-u     Alt-u
3712       Syd        Control-y     Y
3714       Note that the keyboard equivalents for:
3716       Function     Old         New
3717       ---------------------------------
3718       Quit       q or Q        Control-Q
3719       Copy       Sun Copy key  Control-C
3721       still have to be added in, although the menu items in the menu bar 
3722       work fine. The appropriate changes have been made to the manual pages.
3724     * Removed mention of the "-l" and "-r" command line options from the manual 
3725       pages. Remove reference to the /schemes/apps/gcalctool/righthanded Gconf
3726       resource too.
3728 2003-01-14  Rich Burridge  <rich.burridge@sun.com>
3730     * After discussion with Calum Benson, removed the "Keys" key, that allowed
3731       you to toggle the button labels to show their keyboard equivalents. This
3732       functionality is now covered by the tooltip help and the Help->Contents
3733       online help.
3735 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3737     * Put each of the the button tables and the mode panel inside a frame,
3738       rather then use horizontal separators, to try to make the GUI look 
3739       nicer. There is still a persistent display problem to fix though 
3740       (see entry in the TODO file).
3742 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3744     * Entering "((2+3)*(2+3))" gave the wrong answer. Problems was in the
3745       process_item() routine where extra values were reassigned. With gcalctool
3746       v4.2.0 onwards, "*" is now the multiplication operand, and "x" needed 
3747       to be reassigned to that value (not the other way around). Had to 
3748       adjust the assignment of the "x" and "*" keyboard accelerators 
3749       accordingly too.
3751     * Added in some bullet-proofing to the do_parens() routine to hopefully 
3752       improve the handling of bogus keyboard entries when a string in 
3753       parentheses is being entered.
3755 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3757     * Hooked up the Help->Contents menu item. Note that help support still has
3758       to be included (i.e. a help subdirectory with associated files etc.).
3760 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3762     * The View->Memory Registers menu item now correctly toggles the showing of
3763       the memory register window.
3765 2003-01-13  Rich Burridge  <rich.burridge@sun.com>
3767     * Menubar menu items now use stock Gtk icons (where applicable).
3769 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3771     * Revised the gcalctoolrc (Gtk resources) file for the new display layout.
3772       This really needs help from a real graphics designer for a suggested color
3773       set.
3775 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3777     * Go into Scientific mode. Click on "(" twice and you'll get a segv.
3778       The problem was the v->current needed to be set to a copy of the 
3779       "n" button struct, rather than trying to find the button value from 
3780       user_data. Created a copy_button_info() routine that is now called 
3781       in three places.
3783 2003-01-10  Rich Burridge  <rich.burridge@sun.com>
3785     * Added some horizontal separators to help make the calculator more readable
3786       when in Financial and Scientific Mode.
3788 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3790     * Entering "((2+3)*9+(5-3))" causes a segv. The problem was due to the
3791       change from "x" to "*" as the character for multiplication. The .value
3792       entry in the button struct for the multiplication button needed to be
3793       changed to GDK_asterisk (rather than GDK_x), otherwise button_for_value()
3794       returns a NULL pointer.
3796 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3798     * Removed the attempt to display a calculator image on the About popup.
3800     * Typing the keyboard equivalent of the menu buttons now works. The problem
3801       was in process_item() in display.c. v->current couldn't just point to the
3802       current button struct. It needed to be a copy of it, so that pending
3803       operation (which save the pending value), don't overwrite the base button
3804       entries.
3806     * Removed the VERSION string from the titlebar. This is now in the About 
3807       popup.
3809 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3811     * Added in an About popup that's accessible through the Help->About 
3812       Gcalctool menubar Help menu item.
3814 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3816     * Fixed bug #102927 (http://bugzilla.gnome.org/show_bug.cgi?id=102927)
3817       Replaced abbreviation "trig." with full word "trigonometric".
3819 2003-01-09  Rich Burridge  <rich.burridge@sun.com>
3821     * Fixed bug #102922 (http://bugzilla.gnome.org/show_bug.cgi?id=102922)
3822       Adjusted the two occurances of sentence fragments in the 
3823       cfframe_apply_cb() routine in gtk.c to make it easier for L10N folks 
3824       to translate them.
3826 2003-01-08  German Poo-Caaman~o  <gpoo@ubiobio.cl>
3828     * Added Spanish (es) to ALL_LINGUAS at configure.in
3830 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3832     * gcalctool is now resizable again.
3834 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3836     * Make calculator window choose a reasonable size at startup, and resize 
3837       when changing modes.
3839 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3841     * Removed the GNOME_UTIL_LIBS line from .../gcalctool/Makefile.am as it's
3842       not needed.
3844 2003-01-08  Andrew Sobala  <andrew@sobala.net>
3846     * Fixed "blank buttons displaying" bug. 
3848     * Added small section to configure.in that forces a "--enable-build-broken"
3849       flag to have to be passed to configure in order to build gcalctool while 
3850       it is still in this semi-broken state. This will be removed when most of
3851       the items mentioned in the first section of the TODO file have been
3852       implemented.
3854 2003-01-08  Rich Burridge  <rich.burridge@sun.com>
3856     * Updated the copyright messages to by the correct GPL ones for the various
3857       source files, plus used date of 2003 (not 2002) in:
3859       .../ChangeLog
3860       .../NEWS
3861       .../README
3862       .../TODO.
3863       .../gcalctool/calctool.c
3864       .../gcalctool/calctool.h
3865       .../gcalctool/display.c
3866       .../gcalctool/dsdefs.h
3867       .../gcalctool/dsfuns.c
3868       .../gcalctool/extern.h
3869       .../gcalctool/functions.c
3870       .../gcalctool/gcalctool.1
3871       .../gcalctool/get.c
3872       .../gcalctool/graphics.c
3873       .../gcalctool/gtk.c
3874       .../gcalctool/mp.c
3876     * The Financial/Logical/Scientific mode buttons have been moved into
3877       the main calculator window above the Basic mode buttons.
3879     * Added a menubar with the following menus/items:
3881       File      Edit                  View              Help
3882       -----------------------------------------------------------------
3883       Quit      Copy                  Basic Mode        Contents...
3884                 Insert ASCII Value    Financial Mode    About Gcalctool
3885                                       Scientific Mode
3887                                       Memory Register
3888                                       Right-handed Style
3890       The functionality has been hooked up except for the two Help menu items.
3892     * Revamped the gcalctool design. The Basic Mode is much simpler now.
3893       The Logical and Scientific modes have been combined into a single
3894       Scientific mode (which also includes some of the functionality that
3895       was in the previous Basic mode).
3897       The mode buttons are now extra button tables (and a mode panel) that get
3898       shown or hidden in the main gcalctool window depending upon the current
3899       mode.
3901       The six item mode display has been removed. The current base, numeric
3902       display type, trigonometric type, hyp and inv settings can be seen by
3903       the radio buttons and check boxes in the mode panel. The current mode is
3904       given in the main window title bar. The only things that's really 
3905       different is that there is no longer a current operand display item.
3907     * Remove the small property sheet that was displayed when you right clicked
3908       in the main window button area (not over a button). This had the ability
3909       to set a left or right-handed style. This functionality has also been
3910       removed, because with the simplification of the Basic mode, it's no 
3911       longer needed. Remove the command line options and resources associated 
3912       with this.
3914     * From Andrew Sobala <andrew@sobala.net>
3915       Fixed bug #102698 - "make distcheck" fails. Fix was to use the correct
3916       GNOME 2 autogen.sh. Also added #(schema_DATA) to the top-level
3917       Makefile.am