2004-03-11 17:41:28 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 4.3.50:
* One more slight adjustment to the fix for bug 135064
(http://bugzilla.gnome.org/show_bug.cgi?id=135064)
Entering numbers that start with the numeric point character ('.")
are now visibly displayed.
* Adjustment to the fix for bug 135064
(http://bugzilla.gnome.org/show_bug.cgi?id=135064)
Fix to remove a potential spurious initial thousands separator
character after a change sign operation.
|
2004-03-07 13:09:22 by Julio M. Merino Vidal | Files touched by this commit (26) |
Log message:
Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
|
2004-02-27 18:26:30 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 4.3.48:
* Fixed bug 135064. Changing the sign of a large number (when "Show
Thousands Separator" is on and this is not the C locale), no longer
corrupts the display.
My special thanks to Miloslav Trmac for fixing this problem in a
really elegant manner. This is an important change to the way that
numbers are displayed.
The fix involved resetting all the internal calculations in gcalctool
to be done in the C locale, and then localized (radix character and
thousands separator), just before the number is displayed.
I'd appreciate it if everybody could give this a good thrashing in as
many locales as possible to make sure that it's fully working.
* Fixed bug 135328. Added Shift-slash as a recognized alternate for the
divide operation (needed by the be-latin1 keyboard layout).
|
2004-02-26 18:14:35 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update gcalctool to 4.3.46.
Changes since 4.3.44:
* Fixed bug 134540. gcalctool now correctly handles the digits
0123456789 which are shifted about the accented characters on a
French keyboard.
* Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to
lock up.
|
2004-02-17 00:44:14 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message:
Update to 4.3.44.
Overview of changes in gcalctool 4.3.44
* Fixed bug 133764.
- "Gradients" was still appearing when in Scientific mode (instead of
"Gradians".
- In the x^2 button, the 2 should not be italicized.
- In the x^2 and x^y buttons, the x should be italicized.
- The View Thousands Separator menu item should not remain active during
an error condition.
Overview of changes in gcalctool 4.3.43
* Fixed bug 133590. The About box now lists the documenters of gcalctool.
Overview of changes in gcalctool 4.3.42
* Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen
(rather than square brackets) to show what mode the user is currently
using.
Overview of changes in gcalctool 4.3.41
* Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather
than frames (per the HIG).
Overview of changes in gcalctool 4.3.40
* Fixed bug 131571. User defined constants are now read/written out (as
gconf resources) with no thousands separator and with a radix of ".".
Overview of changes in gcalctool 4.3.39
* Fixed bug 131594. The "Insert ASCII View..." menu item and the
"Insert" button no longer use the GTK_STOCK_CONVERT stock icon
(as per the HIG).
|
2004-02-11 06:05:39 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
bl3ify
|
2004-02-09 19:47:39 by Julio M. Merino Vidal | Files touched by this commit (55) | |
Log message:
Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).
|
2004-01-24 14:58:23 by grant beattie | Files touched by this commit (14) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|
2004-01-23 22:50:52 by Julio M. Merino Vidal | Files touched by this commit (209) | |
Log message:
Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
|
2004-01-16 03:46:01 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 4.3.38 from Min Sik Kim in PR pkg/24101.
Changes since 4.3.35:
* Fixed bug 131059. Fix to allow the thousands separator to be used
correctly with the creation of the initial constant values in the
Russian locale.
* Fixed bug 130078. Changed the y^x button label to x^y (really x
superscript y). Adjusted the tooltip message to "Raise displayed
value to the power of y".
* Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check
from the get_tsep() routine in order to get the thousands separator to
correctly work in all locales. Note that there is no thousands separator
now for the C locale.
|