summaryrefslogtreecommitdiff
path: root/math/gcalctool
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-44/+1
2009-05-18Update to 5.26.2:wiz2-6/+6
Overview of changes in gcalctool 5.26.2 * Remove negative sign from numbers rounded to zero. This is only a partial fix as the error value is still visible in scientific notation (Robert Ancell, Bug #560802) * Support odd roots of negative numbers (Robert Ancell, Bug #576973) * Keep settings (show zeroes, thousands separator etc) when changing modes (Robert Ancell, Bug #580398) * Fix missing license text in about dialog (Robert Ancell, Bug #579174) * Updated documentation: el (Jennie Petoumenou) * Updated translations: el (Jennie Petoumenou), es (Jorge Gonzalez)
2009-04-17update to 5.26.1drochner3-8/+17
changes: -bugfixes -translation updates
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz2-29/+2
infrastructure supports this properly (thanks joerg!).
2009-03-18Update gcalctool to 5.26.0.jmcneill4-8/+64
Overview of changes in gcalctool 5.26.0 * Fix button expansion (nowak2000, Bug #575385) * Removed deprecated test/ directory (Bug #574048) * Updated documentation: C (Robin Sonefors), ca (Joan Duran) * Updated translations: as (Amitakhya Phukan), da (Ask H. Larsen), el (Jennie Petoumenou), es (Jorge Gonzalez), fi (Tommi Vainikainen), gl (Ignacio Casal Quinteiro), gu (Ankitkumar Patel), hi (Rajesh Ranjan), hu (Gabor Kelemen), it (Sergio Durzu), lt (Vytautas Rėkus), mai (Rajesh Ranjan), ml (Ani Peter), mr (Sandeep Shedmake), nb (Kjartan Maraas), nl (Tino Meinen), pl (Wadim Dziedzic), ru (Nickolay V. Shmyrev), ta (felix), te (Krishnababu K), zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao) Overview of changes in gcalctool 5.25.92 * Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell, Bug #572881) * Fix rounding errors in integer power calulations (Robert Ancell, Bug #527540) * Fix error in cosine/tangent calculations (Robert Ancell, Bug #571007) * Updated documentation: eu (Inaki Larranaga Murgoitio) * Updated translations: en_GB (Philip Withnall), fi (Ilkka Tuohela), fr (Bruno Brouard, Claude Paroz), ja (Takeshi AIHANA) kn (Shankar Prasad), lv (Raivis Dejus), nl (Wouter Bolsterlee), pt (Duarte Loreto) pt_BR (Og Maciel, Rodrigo Flores), sv (Daniel Nylander) Overview of changes in gcalctool 5.25.91 * Initialise GType system so usage of GConf doesn't cause crashes (Matthias Clasen, Bug #571581) * Rework command-line arguments to be standard (Robert Ancell, Bug #569885) * Correctly handle decimal points for languages not using '.' (Robert Ancell, Bug #566929) * Fix shortcut keys so standard menu keys work (Robert Ancell) * Updated documentation: eu (Inaki Larranaga Murgoitio) * Updated translations: ast (Mikel González), cs (Petr Pulc), da (Ask H. Larsen), eu (Inaki Larranaga Murgoitio), gu (Sweta Kothari), hu (Gabor Kelemen), ro (Adi Roiban), vi (Clytie Siddall), zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao) Overview of changes in gcalctool 5.25.90 * Fixed incorrect bit shift operation (Robert Ancell, Bug #569176) * Updated documentation: sv (Daniel Nylander) * Updated translations: ca (Joan Duran), de (Christian Kirbach), ko (Changwoo Ryu), or (Manoj Kumar Giri) Overview of changes in gcalctool 5.25.5 * Updated documentation: de (Christian Kirbach) * Updated translations: nb (Kjartan Maraas), th (Theppitak Karoonboonyanan) Overview of changes in gcalctool 5.25.4 * Updated translations: de (ckirbach), es (Jorge Gonzalez), zh_CN (甘露) Overview of changes in gcalctool 5.25.3 * Made exponential numbers work without a sign, e.g. '1e2' works the same as '1e+2' (Robert Ancell). * Correctly calculate exponential numbers in binary mode and convert correctly when changing bases (Robert Ancell, Bug #516159). * Fix broken accelerator keys from changes in 5.25.2 (Robert Ancell, Bug #379476). Overview of changes in gcalctool 5.25.2 * Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are controlled by the shift key. The following shortcut keys have changed: Function | Old | New -------------------------- Sine | K | k Inv. Sine | - | K Cosine | J | j Inv. Cosine | - | J Tangent | L | w Inv. Tangent | - | W Natural Log | N | n e^x | { | N Log | G | g 10^x | } | G Log_2 | H | h 2^x | - | H x^y | ^ | ^ or o x^(1/y) | - | O (Robin Sonefors, Bug #379476). * Fixed crash where financial dialogs are activated from other modes on startup (Robin Sonefors, Bug #560196). * Give binary invert operation higher precedence so that ~X and X == 0 (Sami Pietilä, Bug #562251) * Fixed calculation errors for boolean operations on very large numbers (Robert Ancell, Bug #509988) * Always read configuration from /apps/gcalctool not /apps/(appname) as the application name is different when symlinked (e.g. the gnome-calculator symlink) (Matt Keenan, Bug #559260). * Correct gconf key names in man page (Robert Ancell, Bug #559458). * Updated translations: es (Jorge Gonzalez) * Updated help: es (Jorge Gonzalez) Overview of changes in gcalctool 5.25.1 * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508). * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686). * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663). * Don't clear display when changing modes and allow all functions to work in all non-basic modes (Robert Ancell, Bug #554133). * Set decimal point label to be based on LC_NUMERIC as users can set their numerical representation to different to their language settings (Robin Sonefors, Bug #557331). * More refactoring in MP math library (Klaus Niederkrueger, Robert Ancell, Bug #524091). * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965). * Only update bit panel when display contains a solved number (Robert Ancell, Bug #548690). * Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307). * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207). * Added translator comments (Robert Ancell) * Updated translations: bg (Alexander Shopov), da (Ask H. Larsen, Kenneth Nielsen), es (Jorge Gonzalez), et (Ivar Smolin), fi (Ilkka Tuohela), mk (Jovan Naumovski), pt_BR (Vladimir Melo, Leonardo Ferreira Fontenelle) * Updated help: es (Jorge Gonzalez)
2009-02-05update to 5.24.3.1drochner2-6/+7
This fixes an embarrassing bug in bitshift calculations.
2009-01-12Update to 5.24.3:wiz2-6/+6
Overview of changes in gcalctool 5.24.3 * Updated documentation: de (Christian Kirbach).
2008-12-02Update to 5.24.2:wiz2-6/+6
Overview of changes in gcalctool 5.24.2 * Re-enable trigonometric types which have been disabled since 2.24.0 (Robert Ancell, Bug #559575) * Remember setting to ignore change mode warning between instances (Robert Ancell, Bug #556407) * Always read configuration from /apps/gcalctool not /apps/(appname) as the application name is different when symlinked (Matt Keenan, Bug #559260). * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207). * Removed double conversion in boolean and 32 bit and 16 bit mask operations so they can handle larger numbers (Robert Ancell, Bug #509988) * Updated translations: et (Ivar Smolin), pt_BR (Leonardo Ferreira Fontenelle), uk (Maxim Dziumanenko).
2008-10-25Update to 5.24.1:wiz3-14/+31
Overview of changes in gcalctool 5.24.1 * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965) * Only update bit panel when display contains a solved number (Bug #548690). * gcalctool/gtk.c: Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307). * Updated translations: ar (Anas Afif Emad), bg (Alexander Shopov), pt_BR (Vladimir Melo). Overview of changes in gcalctool 5.24.0 * Updated translations: af (Friedel Wolff), ar (Anas Afif Emad, Khaled Hosny), bn_IN (Sankarshan Mukhopadhyay), da (Kenneth Nielsen), dz (Pema Geyleg), gu (Sweta Kothari), hr (Robert Sedak), hu (Gabor Kelemen), it (Luca Ferretti), kn (Shankar Prasad), ko (Changwoo Ryu), lt (Gintautas Miliauskas), ml (Sreejith K incorporated, Praveen Arimbrathodiyil), mr (Sandeep Shedmake), ro (Mişu Moldovan), sq (Laurent Dhima), ta (Tirumurthi Vasudevan), te (Krishnababu K), tr (Baris Cicek), zh_CN (Funda Wang) * Updated help: es (Jorge Gonzalez) ---- Overview of changes in gcalctool 5.23.92 * Updated translations: en_GB (Philip Withnall), ca (Gil Forcada), bg (Alexander Shopov) ---- Overview of changes in gcalctool 5.23.91 * Fix packing for modulus button (Bug #548880) * Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so other desktops can use GCalctool (bug #518862). ---- Overview of changes in gcalctool 5.23.90 * Fix some small memory leaks (Felix Riemann, Bug #547942) * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091) * Updated translations: ar (Khaled Hosny), fi (Ilkka Tuohela), he (Yair Hershkovitz), ja (Takeshi Aihana), pt (Duarte Loreto), sk (Marcel Telka) * Updated documentation: ru (Yuriy Penkin) ---- Overview of changes in gcalctool 5.23.6 * Deprecated left-to-right mode (Bug #500994). * Updated remaining documentation (bg, zh_CN, zh_HK, zh_TW) to gnome-doc-utils (Robert Ancell, Bug #336104) * Changed icon from deprecated 'gnome-calculator' to 'accessories-calculator') (Matthias Clasen, Bug #545074) * Updated translations: ar (Djihed Afifi), fr (Claude Paroz), pt_BG (Fabrício Godoy) ---- Overview of changes in gcalctool 5.23.5 * Fix regression in factorial operation (Klaus Niederkrueger) * Made trigonometric button text translatable (Yuri Penkin, Bug #540196) * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091) * Updated Japanese documentation to gnome-doc-utils (Claude Paroz, Takeshi Aihana, Bug #336104) * Updated translations: ca (Joan Duran), oc (Yannig Marchegay), ru (Yuriy Penkin), sv (Daniel Nylander), th (Theppitak Karoonboonyanan) ---- Overview of changes in gcalctool 5.23.4 * Added workaround to stop display disappearing when editing large displays (Bug #524602) * Applied second mp math tidy up patch from Klaus Niederkrueger (Bug #524091) * Updated translations: ar (Djihed Afifi) ---- Overview of changes in gcalctool 5.23.3 * Default to no thousands separator not ',' for locales that do not require one (Bug #527669) * Updated translations: ar (Djihed Afifi), et (Ivar Smolin), vi (Clytie Siddall) ---- Overview of changes in gcalctool 5.23.2 * Fixes the cursor from moving around when editing numbers with thousands separators (Bug #527669) * Structural changes in preperation for full unicode support (Bug #530532) * Updated translations: es (Jorge González), gl (Ignacio Casal Quinteiro), nb (Kjartan Maraas), nl (Tino Meinen), pt_BR (Leonardo Ferreira Fontenelle), sl (Matej Urbančič) ---- Overview of changes in gcalctool 5.23.1 * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318) * Fixes incorrect negation precedence (Bug #526094) * Fixes issues with thousands seperators and radix in non-english locales (Bug #527669) * Fixes regression in constant and function menus (Bug #527545) * Fixes problem where display is invisible after solving equation (Bug #524602)
2008-07-15update to 5.22.3drochner2-6/+6
changes: -UI fix -translation update
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-05-29update to 5.22.2drochner2-7/+7
changes: -bugfixes -translation updates
2008-04-25Update to 5.23.1:wiz2-7/+7
Overview of changes in gcalctool 5.23.1 * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318) * Fixes incorrect negation precedence (Bug #526094) * Fixes issues with thousands seperators and radix in non-english locales (Bug #527669) * Fixes regression in constant and function menus (Bug #527545) * Fixes problem where display is invisible after solving equation (Bug #524602)
2008-04-15update to 5.22.1drochner3-12/+26
This switches to the gnome-2.22 release branch.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-1/+2
2008-02-05never believe a linux hacker blindly: it wants flex, not lexdrochner1-2/+2
2008-02-04PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLStnn1-2/+2
2007-11-03update to 5.20.2drochner4-24/+26
This switches to the new gnome-2.20 branch.
2007-09-29make this compile with gtk-2.12, basically from Yakovetsky Vladimirdrochner2-1/+14
per PR pkg/37035, fixed differently (not for technical reasons but for consistency with pkgsrc/x11/gnome2-applets)
2007-09-25Fix comment (GConf2 -> GConf).hira1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-4/+4
Bump PKGREVISION.
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-2/+2
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-1/+2
affected packages.
2007-04-20Remove obsolete patch.wiz1-13/+0
2007-04-11update to 5.9.14drochner3-10/+9
changes: minor bugfixes
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>.