summaryrefslogtreecommitdiff
path: root/math/gcalctool
AgeCommit message (Collapse)AuthorFilesLines
2007-03-25Fix build with gnome-doc-utils-0.10.1.wiz2-1/+15
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-1/+2
2006-11-09update to 5.8.25drochner3-8/+8
changes: minor bugfixes
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-1/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-15Update to 5.8.24:jmmv3-9/+11
Overview of changes in gcalctool 5.8.24 * Released a gcalctool tarball for GNOME 2.16.0 (Final). Overview of changes in gcalctool 5.8.23 * Released a gcalctool tarball for GNOME 2.16.0 (RC1). Overview of changes in gcalctool 5.8.22 * Removed several chunks of code that were surronded by #if 0/#endif. Overview of changes in gcalctool 5.8.21 * Fixed bug #350341. gcalctool now builds again with gcc v2.95. Overview of changes in gcalctool 5.8.20 * Released a gcalctool tarball for GNOME 2.16.0 (beta2). Overview of changes in gcalctool 5.8.19 * More work on bug #347700. Added another "Note to translators" comment for the Abs button labels. * Fixed bug #348452. Removed line for help/sv/Makefile.in * Released a gcalctool tarball for GNOME 2.16.0 (beta1).
2006-08-03update to 5.8.19drochner3-11/+13
changes: -bugfixes -undo/redo function -Functions (such as sin, cos, tan..) can use previously calculated value
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-1/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-67/+67
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-03-30Update to 5.7.32:jmmv4-110/+19
Overview of changes in gcalctool 5.7.32 * Released a gcalctool tarball for GNOME 2.14.0 (Final). ---- Overview of changes in gcalctool 5.7.31 * Fix for bug #333078. cvs fails to build due to bg translation of help. * Inclusion of a translation of gcalctool help for the bg locale. ---- Overview of changes in gcalctool 5.7.30 * Released a gcalctool tarball for GNOME 2.14.0 (RC). ---- Overview of changes in gcalctool 5.7.29 * Released a gcalctool tarball for GNOME 2.14.0 (beta2). ---- Overview of changes in gcalctool 5.7.28 * Released a gcalctool tarball for GNOME 2.14.0 (beta1). ---- Overview of changes in gcalctool 5.7.27 * Refixed bug #323150. The recent changes to the square root and subtraction button labels broke the token parser for arithmetic operator precedence. ---- Overview of changes in gcalctool 5.7.26 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of causing the CE button to no longer work correctly. ---- Overview of changes in gcalctool 5.7.25 * Fixed bug #327214. The results from performing trig functions were not being passed on to future calculations correctly (in non-arithmetic operator precedence mode). ---- Overview of changes in gcalctool 5.7.24 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH) for label on division button. ---- Overview of changes in gcalctool 5.7.23 * Released a gcalctool tarball for GNOME 2.13.5. ---- Overview of changes in gcalctool 5.7.22 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, multiplication, plus/minus, minus and square root. ---- Overview of changes in gcalctool 5.7.21 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic operator precedence mode with the scientific view) now hopefully works correctly. ---- Overview of changes in gcalctool 5.7.20 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric point in arithmetic operator precedence mode. * Adjusted all the copyright messages to include 2006. ---- Overview of changes in gcalctool 5.7.19 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378) Gcalctool no longer crashes when you double click the 0 in the display area. ---- Overview of changes in gcalctool 5.7.18 * Final fix for bug #153854. Now handles the case where the first thing the user does is change mode (Basic, Financial, Advanced, Scientific) in AOP mode. * Released a gcalctool tarball for GNOME 2.13.4. ---- Overview of changes in gcalctool 5.7.17 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail in non-English locales ---- Overview of changes in gcalctool 5.7.16 * Fixed bug #324001. Primary Selection (middle mouse button) is now working. ---- Overview of changes in gcalctool 5.7.15 * Released a gcalctool tarball for GNOME 2.13.3. ---- Overview of changes in gcalctool 5.7.14 * More work on bug #153854. Similar change to that made on 15th November 2005, this time for arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.7.13 * Slight fixup for bug #157961. The toggling of the first bit in the bit panel wasn't working correctly. ---- Overview of changes in gcalctool 5.7.12 * More work on bug #153854 If the user has completed a calculation and we are going to a new mode that is "compatible" with this one, then just change modes. Otherwise display a dialog warning the user that the current calculation will be cleared. Incompatible modes are: Scientific -> Basic Scientific -> Advanced Scientific -> Financial (unless we are in Scientific mode with Decimal numeric base and Fixed). These changes work nicely in non-arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.7.11 * Released a gcalctool tarball for GNOME 2.13.2. ---- Overview of changes in gcalctool 5.7.10 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion `window != NULL' failed" warnings at startup. ---- Overview of changes in gcalctool 5.7.9 * Fixed bug #319934. The percent operator was broken in non-arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.7.8 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378) Exponential notation now works correctly in arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.7.7 * Slight adjustment to the bit panel. It's now centralized. ---- Overview of changes in gcalctool 5.7.6 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391 needed to also preserve v->toclear and v->pointed. * Work on enhancement request #157961. Started to implement the bit panel for non-arithmetic precedence mode. It's automatically displayed when in Scientific mode. ---- Overview of changes in gcalctool 5.7.5 * Implemented enhancement request #148104 for arithmetic precedence mode. The modulo operation. See entry below for more details. ---- Overview of changes in gcalctool 5.7.4 * Fixed bug #316382. The "useless" cursor is no longer displayed in the calculator display area. ---- Overview of changes in gcalctool 5.7.3 * Implemented enhancement request #148104 for non-arithmetic precedence mode. Added in a modulo operation. This is available in Scientic Mode. A Mod B return the remainder when you divide A by B. A and B must be integers. Keyboard shortcut for this operation is "M". ---- Overview of changes in gcalctool 5.7.2 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets to display the register values. Gnopernicus can now correctly speak the contents of each memory register. There is also a close button to easily dismiss this dialog. ---- Overview of changes in gcalctool 5.7.1 * Fixed bug #314540. The memory register window is now a dialog rather than a top-level window. ---- Overview of changes in gcalctool 5.7.0 * Fix to prevent invalid numeric entry in arithmetic operator precedence mode, depending upon the current base.
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-1/+2
Bump BUILDLINK_RECOMMENDED.
2005-10-16Update to 5.6.31:jmmv3-8/+11
Overview of changes in gcalctool 5.6.31 * Generated release for GNOME 2.12.0 (Final) ---- Overview of changes in gcalctool 5.6.30 * Fixed bug #314540. The libparser.a library needs ranlib run on it for Mac OS X. ---- Overview of changes in gcalctool 5.6.29 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in syntax_translation.c ---- Overview of changes in gcalctool 5.6.28 * Generated release for GNOME 2.12 (RC) * Changed type of argument in paren_disp from char to int for 64bit. ---- Overview of changes in gcalctool 5.6.27 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect. ---- Overview of changes in gcalctool 5.6.26 * Generated release for GNOME 2.11.91 (beta2). ---- Overview of changes in gcalctool 5.6.25 * Fixed bug #311306. If the user was in View->Scientific with base Bin, Oct or Hex and then went to View->Basic, then returned to View->Scientific, some of the numeric keys were incorrectly greyed out. ---- Overview of changes in gcalctool 5.6.24 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B" button (or typing Shift-B). ---- Overview of changes in gcalctool 5.6.23 * Fixed bug #310791. Memory register window view logic was screwed. ---- Overview of changes in gcalctool 5.6.22 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2. ---- Overview of changes in gcalctool 5.6.21 * Fixed bug #153854. When the user changes modes, a warning dialog is displayed to let them know that their current display will be cleared and the base reset to decimal. The user has the option of checking a toggle box on the dialog, that will prevent this warning from being displayed again. ---- Overview of changes in gcalctool 5.6.20 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build on Solaris with pkgconfig >= 0.17.1. ---- Overview of changes in gcalctool 5.6.19 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now correctly change the sign of the exponent on scientific numbers again. ---- Overview of changes in gcalctool 5.6.18 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal numbers "A-F" to other bases in "use arithmetic operator precedence mode". ---- Overview of changes in gcalctool 5.6.17 * Fixed bug #305619. Calculations with stored register values in arithmetic operator precedence mode, now work correctly. ---- Overview of changes in gcalctool 5.6.16 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching the format (e.g. from ENG to FIX), the displayed value switches to zero (in the corresponding format, so e.g. 0.0 or 0e+0, ...). ---- Overview of changes in gcalctool 5.6.15 * Fixed bug #305467. gcalctool no longer crashes under the following scenerio: - type "f" to bring up the user function menu. - dismiss the menu by clicking elsewhere with the mouse. - type another character which isn't in the range "0" to "9". ---- Overview of changes in gcalctool 5.6.14 * Did a gcalctool tarball release. ---- Overview of changes in gcalctool 5.6.13 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y operations. New values are: Xor - 'x' x^y - '^' ---- Overview of changes in gcalctool 5.6.12 * Fixed bug #302555. Various gcalctool variables have now been const'ified. ---- Overview of changes in gcalctool 5.6.11 * Fixed bug #300957. Replaced the underscore character in "translator_credits" with a hyphen, to prevent some translation tools from being confused. ---- Overview of changes in gcalctool 5.6.10 * More work on bug #172704. - Adjusted the code to not try to display a menu when the user entered a left parentheses (another do_pending() type of operation). - Toggling the "Show Trailing Zeroes" operation via keyboard shortcuts, needed to clear the v-.pending flag. ---- Overview of changes in gcalctool 5.6.9 * Fixed up some problems reported by lint. ---- Overview of changes in gcalctool 5.6.8 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut for any of the gcalctool buttons that have a menu associated with them, that menu is now displayed. The user can use the arrow keys to select a menu item or the menu items shortcut. ---- Overview of changes in gcalctool 5.6.7 * Fixed bug #171393. Allow stock labels to show through. ---- Overview of changes in gcalctool 5.6.6 * Refixed bug #158280. The Help->Contents menu item no longer appears if gcalctool is built Gtk-only. ---- Overview of changes in gcalctool 5.6.5 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init() and the gtk about popup didn't have the gcalctool icon. ---- Overview of changes in gcalctool 5.6.4 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, the on-screen keyboard assistive technology, it's possible that the event returned by gtk_get_current_event() is NULL. If this is the case, we need to fudge the popping up on the menu associated with this menu button. ---- Overview of changes in gcalctool 5.6.3 * Fixed bug #158280. You can now build gcalctool without the GNOME libraries by specifying "--disable-gnome" on the configure command line. ---- Overview of changes in gcalctool 5.6.2 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu item inactive if the calculator is in Basic mode. ---- Overview of changes in gcalctool 5.6.1 * Fixed bug #168694. gcalctool now saves/restores the ten memory register values as gconf resources. * Removed the redundant process_str() routine in graphics.c ---- Overview of changes in gcalctool 5.6.0 * Fixed bug #169196. gcalctool now uses use g_get_home_dir(). * Added in a better implementation of the trig_filter() routine in functions.c
2005-10-10Update libtool.m4 fragment to allow build on DragonFly.joerg2-1/+94
2005-09-23Reset maintainer, posix dot org dot uk has no DNS entry.wiz1-2/+2
2005-08-21This uses libtool.jmmv1-1/+2
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-18The sources assume <malloc.h> exists. Create a fake one for platformskristerw1-1/+9
that don't have it.
2005-06-21The configure script is broken and doesn't accept our YACC definitionjlam1-1/+3
because it's a full path to bison. Force HAVE_YACC=yes to sidestep the stupid extra check added by the gcalctool authors. This should fix the build of gcalctool. Commit approved during the deep freeze by <agc>.
2005-06-12math/gcalctool requires bison to build, even though it claims it onlyjlam1-2/+2
needs yacc. This fixes PR pkg/29897.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-20update to 5.5.42drochner4-32/+10
changes: -pre-C99 fix - saves a patch -new translations
2005-04-12Added a patch needed for gcc-2.95. Approved by jlam.rillig2-1/+26
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Update to 5.5.41:jmmv3-9/+12
Overview of changes in gcalctool 5.5.41 * Version for GNOME 2.10.0 (final) call for tarballs. ---- Overview of changes in gcalctool 5.5.40 * Version for GNOME 2.10.0 (rc1) call for tarballs. ---- Overview of changes in gcalctool 5.5.39 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.5.38 * Changes to make the trigonometric code work with hyp and inv properly. ---- Overview of changes in gcalctool 5.5.37 * Left and Right shift operations weren't working correctly. Menu name comparison in mb_proc() in gtk.c was incorrect. ---- Overview of changes in gcalctool 5.5.36 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode. * Exch functionality was incorrect in Arithmetic Precedence mode. ---- Overview of changes in gcalctool 5.5.35 * Fixed bug 167124. One of the entries in the words[] array in syntax_translation.c was accidentally commented out. ---- Overview of changes in gcalctool 5.5.34 * Fixed bug 166634. Call to create the About box was missing a NULL terminator. ---- Overview of changes in gcalctool 5.5.33 * Adjusted all copyright messages to be 2005. * Version for GNOME 2.10.0 (beta2) call for tarballs. ---- Overview of changes in gcalctool 5.5.32 * Fixed bug #165522. Made the status bar non-resizable. ---- Overview of changes in gcalctool 5.5.31 * Various code cleanups. It moves some declarations of static functions to the corresponding .c files. It also cuts down the number of included files, moving some includes to where they are needed from calctool.h. ---- Overview of changes in gcalctool 5.5.30 * Adjusted the About dialog to use the latest GtkAbout widget. ---- Overview of changes in gcalctool 5.5.29 * Version for GNOME 2.10.0 (beta1) call for tarballs. ---- Overview of changes in gcalctool 5.5.28 * Fixed bug #162998. The "menu" buttons in gcalctool now responds to the "clicked" event rather than the "button-press-event" to allow gok, the on-screen keyboard to function properly. * Fixed bug #159957. Input number in FIX mode now make mimimal changes to (i.e append a single character) the display rather than completely delete and insert it. The is helpful to assistive technologies like gnopernicus. ---- Overview of changes in gcalctool 5.5.27 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c so that the L10N message translation software isn't confused. ---- Overview of changes in gcalctool 5.5.26 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash. ---- Overview of changes in gcalctool 5.5.25 * Version for GNOME 2.9.4 call for tarballs. ---- Overview of changes in gcalctool 5.5.24 * Couldn't use the "#" key to select constants as this symbol was a lower-case symbol on his keyboard. * Powers that were a multiple of 30 (10 as well as 3) would not display correctly, having a 4 digit significand. Further testing showed that without the fix the following powers had a 4 digit significand: 27,30, 57,60, 90, 96 (and every 3 from here on). ---- Overview of changes in gcalctool 5.5.23 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5 ---- Overview of changes in gcalctool 5.5.22 * Fixed bug #155101. Made the gcalctool window resizable. ---- Overview of changes in gcalctool 5.5.21 * Version for GNOME 2.9.3 call for tarballs. ---- Overview of changes in gcalctool 5.5.20 * Fixed bug #160929. Removed the "Mode" word from each of the different mode menu items in the gcalctool View menu. ---- Overview of changes in gcalctool 5.5.19 * Fixed bug #157701. gcalctool can now use real multiplication and division symbols instead of "*" and "/". ---- Overview of changes in gcalctool 5.5.18 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include the word "Mode" which was getting chopped when the calculator was in Basic mode. ---- Overview of changes in gcalctool 5.5.17 * Fixed bug #157962. Added in a set of three colors for gcalctool that will work with the default theme. To use them, the "gcalctoolrc" file supplied with the source distribution needs to be moved to ~/.gcalctoolrc ---- Overview of changes in gcalctool 5.5.16 * Generated gcalctool tarball for the GNOME 2.9.2 release. ---- Overview of changes in gcalctool 5.5.15 * Adjusted the scroll_right() routine to only scroll right if the horizontal scroll bar is visible. ---- Overview of changes in gcalctool 5.5.14 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in .../gcalctool/Makefile.am for now, to allow it to successfully build against the latest GNOME/Gtk+. * Slight adjustment to correct check the Advanced mode menu item when the user had previously terminated gcalctool in that mode. ---- Overview of changes in gcalctool 5.5.13 * Changed the names of the gconf mode type key so that there is backward compatibility. * Reset the initial default mode to BASIC. ---- Overview of changes in gcalctool 5.5.12 * Fixed bug #157757. The horizontal scrollbar for the display area will now only be visible when needed. It will also display the rightmost part of the display as you are entering new input. ---- Overview of changes in gcalctool 5.5.11 * Added in a very basic mode for gcalctool. Rather than calling this a "Light" mode, the existing "Basic" mode is now renamed to "Advanced" and the new basic mode is called "Basic". ---- Overview of changes in gcalctool 5.5.10 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with non-integer Y will now display a descriptibe error in the status bar. ---- Overview of changes in gcalctool 5.5.9 * Generated gcalctool tarball for first GNOME 2.9 release. ---- Overview of changes in gcalctool 5.5.8 * Slight adjustment to bug #152301. The tooltip message had been tweaked to "Show the About Gcalctool dialog". ---- Overview of changes in gcalctool 5.5.7 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from "Show about help" to "Show the about dialog", to make it more understandable. ---- Overview of changes in gcalctool 5.5.6 * Fixed bug #153726. Gcalctool will now build correctly when using the -fno-common option for gcc (3.3.4). ---- Overview of changes in gcalctool 5.5.5 * Numerical answer localization and thousand separator support for arithmetic precedence mode. * If the accuracy was changed via one of the ten preset menu items in the Acc menu, the tooltip wasn't getting correct updated with the new accuracy. ---- Overview of changes in gcalctool 5.5.4 * Further changes to the "Set Precision" popup (rfe #147803): - "Significant places" not "Significant Places". - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the current precision, and be in the same radio box group as the other menu items. Check the appropriate menu entry. - Adjust the Acc button tooltip to show the current accuracy too. - When the user attempts to enter an invalid entry in the Set Precision popup, an error message is shown in the main gcalctool status bar. - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...). * Fixed bug #152790. Most of the changes needed were already in CVS; there was one compiler warning that still needed to be removed. * Storing the display value to a memory register was not updating the memory register window, if it was visible. ---- Overview of changes in gcalctool 5.5.3 * Added in functionality to set the number of significant places > 9. There is a new menu item under the Acc menu called "Set Precision..." that brings up a small popup allowing you to set precision between 0 and MAXACC significant places (where MAXACC is currently 30). ---- Overview of changes in gcalctool 5.5.2 * Fixed up numerous warnings generated by running lint on the gcalctool code. Removed unused variables and functions. Declared routines statically where possible. ---- Overview of changes in gcalctool 5.5.1 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system. ---- Overview of changes in gcalctool 5.5.0 * Major new release of gcalctool. Incorporates an arithmetic operator precedence mode (currently the default while it's been debugged). To get the old style, uncheck View->Use Arithmetic Precedence from the menu bar. * The "(" and ")" buttons have moved from the scientific mode into the Basic mode so that they are now available to users who need them but not everything that the Scientific mode provides. * There is a footer message area that provides feedback. * The display area now has an horizontal scrollbar. * Typing in the keyboard shortcuts for the various gcalctool buttons autocompletes their entry into the display area. * Tooltips show button's shortcut.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-12Update to 4.4.22:jmmv2-5/+5
Overview of changes in gcalctool 4.4.22 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash. Overview of changes in gcalctool 4.4.21 * Fixed bug #157277. Entering "(" followed by Clr using the mouse to click on the buttons, caused a bogus character to be displayed and the display wasn't cleared.
2004-10-12Update to 4.4.20: some fixes and updated translations.jmmv3-7/+7
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-21Update to 4.4.18: This version corresponds to GNOME 2.8.0.jmmv4-23/+12
* Generated tarball distribution for GNOME 2.8 (Final).
2004-05-11s/malloc.h/stdlib.h/ for darwin/freebsddanw2-1/+15
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-01Update to 4.3.51:jmmv3-8/+101
* Version for GNOME 2.6 (FINAL) call for tarballs. Includes: - new locales for pa, en_GB, bg and ga. - localized online user documentation from the Sun translation team. for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-11Update to 4.3.50:jmmv3-8/+9
* 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-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+2
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv1-1/+2
database.
2004-02-27Update to 4.3.48:jmmv3-6/+8
* 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-26Update gcalctool to 4.3.46.minskim2-5/+5
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-16Update to 4.3.44.jmmv2-9/+9
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-11bl3ifyxtraeme1-7/+7
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2