2002-03-22  Kevin Vandersloot <kfv101@psu.edu>

	* gnome-calc.c: Do some testing for tan so that tan 90
	returns infinity etc. Fixes bug #75891. Also when an error
	occurs don't require the user to clear the calc if an error
	occurs.

2002-03-18 Yogeesh MB <yogeeshappa.mathighatta@wipro.com>
 
        * gcalc.c : Added session Management Patch#75107

2002-03-21  Kevin Vandersloot <kfv101@psu.edu>

	* gnome-calc.c: Use a GtkLabel with markup capabilities 
	instead of an event box. Also display inf when dividing by
	zero. Fixes bugs 71587, 74088, 72948, 74333

2002-03-20  Kevin Vandersloot <kfv101@psu.edu>

	* gcalc.c: Set the CLIPBAORD when copying. Fixes bug #74325.
	Also update the binary name to gnome-calculator in gnome_init
	calls

	* Makefile.am: remove old stuff

2002-03-10  Kevin Vandersloot <kfv101@psu.edu>

	* gnome-calc.c: abs has bad results on floats ;) Use fabs
	instead. Fixes bug #73951

2002-03-05  jacob berkman  <jacob@ximian.com>

	* help/C/Makefile.am (figs): fix file name

2002-03-01 John Fleck <jfleck@inkstain.net>

	added
	* help/C/gnome-calculator-C.omf
	* help/C/gnome-calculator.xml
	* help/C/figures/gcalc_window.png
	* help/C/legal.xml
	removed
	* help/C/gcalc-C.omf
	* help/C/gcalc.xml
	* help/C/figures/gcalc-main.png
	changed
	* help/Makefile.am
	* help/C/Makefile.am
	adding new docs from Sun, fixing bug #70078 (rename
	docs to reflect new executable name)
	also removed de, it, and es docs, which are out of date, from
	the build

2002-02-28  Mikael Hallendal  <micke@codefactory.se>

	* gnome-calc.c (negate_val): don't negate zero. Fixes #72946
	
Wed Feb 27 10:11:58 2002  George Lebl <jirka@5z.com>

	* gnome-calculator.c: fix #70151 by treating very low numbers
	  like 0 when they're output from sin and cos.  Also do a more
	  precise conversion for deg->rad, rad->deg for some standard
	  values.  This should work portably even though
	  cos(M_PI_2) != 0.0, which seems stupid to me.

2002-02-27  Bastien Nocera  <hadess@hadess.net>

	* doc/C/gcalc.sgml:
	* doc/de/gcalc.sgml:
	* doc/es/gcalc.sgml:
	* doc/it/gcalc.sgml: update to new name
	(Fix: 70078)

2002-02-15  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-calc.c: Make it use the translated strings for the tooltips.
	
2002-01-31  Zbigniew Chyla  <cyba@gnome.pl>

	* gcalc.c (about_cb): Don't try to translate empty string.

2001-02-02  Zbigniew Chyla  <cyba@gnome.pl>

	* .cvsignore: s/gcalc/gnome-calculator/

2002-01-27  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* gcalc.1:
	* gcalc.desktop.in:
	* gnome-calculator.1:
	* gnome-calculator.desktop.in:

	To avoid confusion, rename things in Utility/
	to gnome-MENUTITLE.
	
Fri Jan 25 16:48:30 2002  George Lebl <jirka@5z.com>

	* gnome-calc.c: Add the 'e' button tooltip from
	  "JAYARAJ P R" <jayaraj.rajappan@wipro.com>

Fri Jan 25 15:37:55 2002  George Lebl <jirka@5z.com>

	* gnome-calc.c: Apply a patch from "Yogeesh MB"
	  <yogeeshappa.mathighatta@wipro.com> to right align the
	  display.  And also use "Helvetica 24" as the font so
	  that it's more readable then the default.  Need to make this
	  smarter really.

Thu Jan 10 17:23:07 2002  George Lebl <jirka@5z.com>

	* gnome-calc.c, Makefile.am: Apply two patches from
	  Markus Bertheau <twanger@bluetwanger.de>, one to make
	  the display a GtkEntry, and one to add tooltips.

2002-01-08  Anders Carlsson  <andersca@gnu.org>

	* doc/C/gcalc.sgml: Fix speling error.

2001-12-24 John Fleck <jfleck@inkstain.net>

	* help/C/gcalc.xml - cleaning up xml so it validates

2001-12-23 John Fleck <jfleck@inkstain.net>

	* Makefile.am - change to point to new help directory
	* help/C/Makefile.am, gcalc-C.omf - change to point to new xml
	version of the docs

2001-11-27  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:

	install .desktop file into datadir/applications
	
	* gcalc.desktop.in:

	Rename "Calculator", change comment, add Categories field
	
Tue Nov 20 19:50:12 2001  Owen Taylor  <otaylor@redhat.com>

	* gnome-calc.c: Remove gnome-defs.h include.

	* gnome-calc.h: Switch over to G_BEGIN_DECLS, G_END_DECLS,
	since gnome-defs.h no longer is around.

2001-10-12  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am, calculator-font.png, gcalc.c,
	gnome-calc.c: Ported to Gnome2, moved the
	calculator-font.png from libgnomeui (the gnome-calc
	widget is not in libgnomeui anymore), the stock icons
	in the menus don't work yet

2001-10-04 John Fleck <jfleck@inkstain.net>

	* gcalc.c, doc/C/gcalc-C.omf, doc/C/gcalc.sgml
	standardizing name - GNOME Calculator - in response to
	GNOME Usability Project request, bug #61582

2001-09-30  Glynn Foster  <glynn.foster@sun.com>

	* gnome-calc.c: (display_expose), (create_button): Fixed 
          buttons so that they expand/contract vertically. Fixed display
	  so that numbers are always aligned to the right hand side. Maybe
	  this should be using Pango for 2.0 :)

2001-08-14  Kjartan Maraas  <kmaraas@gnome.org>

	* sr.c: Include <stdlib.h> to still a warning.
	
2001-08-08  Abel Cheung  <maddog@linux.org.hk>

	* \*.desktop: Added zh_TW.Big5 (traditional Chinese) strings.

2001-07-21 John Fleck <jfleck@inkstain.net>

	*doc/de/gcalc.sgml
	fixing invalid sgml

Mon Jun 25 02:09:09 2001  George Lebl <jirka@5z.com>

	* Makefile.am, sr.[ch], gcalc.c: Added X11R3 xcalc -analog slide
	  rule mode, courtesy Jamie Zawinski <jwz@jwz.org>, (well it's
	  mostly the original xcalc code, so it kind of sucks, needs
	  to be ported to GTK+ and made not to not suck)

Sun Jun 24 18:12:25 2001  George Lebl <jirka@5z.com>

	* gnome-calc.c: Delete does CE/E, generalize INV creation a bit more,
	  and 'i' is a shortcut to INV as in xcalc

Sun Jun 24 17:49:56 2001  George Lebl <jirka@5z.com>

	* gnome-calc.c: add keys for keypad without numlock, and Esc for AC.
	  Also mark the font png translatable so that translators can make
	  per locale fonts

2001-06-18  Kjartan Maraas  <kmaraas@gnome.org>

	* *: Added the below patch.
	
2001-03-17  Chema Celorio  <chema@celorio.com>

	* gnome-calc.c: moved from gnome-libs into here.
	backported it form GTK+2 (ifdef the two builds)
	s/GnomeCalculator/GnomeCalc/g
	s/gnome_calculator_/gnome_calc_/g
	since we don't want to clash with the symbols in libgnomeui
	(backspace_cb): implement
	(key_press_event_cb): ditto
	(gnome_calc_bind_extra_keys): ditto

	* gnome-calc.h: ditto, add the header for _bind_extra_keys

	* gcalc.c (main): after creating the gnome_calc, call
	gnome_calc_bind_extra_keys

	* Makefile.am (INCLUDES): add the pixbuf includes
	(gcalc_LDADD): and LDADD
	
2001-06-05  Christian Rose  <menthos@menthos.com>

	* gcalc.desktop: Modified sv translation.

2001-05-30 John Fleck <jfleck@inkstain.net>

	* gcalc.c - adding George's email address to the about box, fixing
	bug #54152 

2001-05-29  Matthias Warkus  <mawarkus@gnome.org>

	* doc/Makefile.am: Added de to SUBDIRS
	* doc/de/*: Added translation of documentation

        Translation by Peter Hudec <PeterHudec@web.de>. Three cheers to
	him.

2001-05-16 Kevin Vandersloot <kfv101@psu.edu>

       * gcalc.c : don't allow window to be sized smaller than default
                   so buttons don't get too small 

Wed Mar 21 15:16:34 2001  George Lebl <jirka@5z.com>

	* doc/Makefile.am: remove es from SUBDIRS until it's ready

2001-03-20 John Fleck <jfleck@swcp.com>

	* adding omf file for Spanish docs. Makefile still needed (it
	needs figures before I can integrate it)

2001-03-20  Manuel de Vega Barreiro  <mbarreiro@red.madritel.es>

	* Added Spanish translations.

2001-02-20 John Fleck <jfleck@inkstain.net>

	* update bugzilla reference in doc/C/gcalc.sgml and it/gcalc.sgml

2001-02-01 John Fleck <jfleck@inkstain.net>

	* update doc/it/Makefile.am to fix typo (we were referring to
	ln7.html, but it's ln10.html)

2000-11-19 John Fleck <jfleck@inkstain.net>
	
	* updated doc/C/Makefile.am to install sgml in help directory

2000-11-08 John Fleck <jfleck@inkstain.net>
	* updated gcalc.sgml for Nautilus compatibility

2000-11-08  Gediminas Paulauskas  <menesis@delfi.lt>

	* gcalc.desktop : Added lt.
	
2000-04-22  Fatih Demir	<kabalak@gmx.net>
	
	* gcalc.desktop : Added [tr] .

2000-02-23  Peter Hawkins  <peterhawkins@ozemail.com.au>

	* gcalc.c: Stopped about box from being opened multiple times.

1999-04-28  Ettore Perazzoli  <ettore@comm2000.it>

	* gcalc.desktop: Added Italian translations.

1999-02-06  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* gcalc.desktop: Added Korean translations.

Thu Jan 07 23:49:05 1999  George Lebl  <jirka@5z.com>

	* gcalc.c: change back to file

Thu Jan 07 23:44:28 1999  George Lebl  <jirka@5z.com>

	* gcalc.c: call the file menu, _Calculator again

Wed Jan 06 17:47:53 1999  George Lebl  <jirka@5z.com>

	* gcalc.c: standardized menus with the new app-helper macros

Sun Nov 29 02:37:39 1998  George Lebl  <jirka@5z.com>

	* gcalc.c: don't put a leading space to copied string

Sun Nov 29 02:31:18 1998  George Lebl  <jirka@5z.com>

	* gcalc.c: fixed the Copy command, it now works properly after
	  "stealing" some code from gtkeditable and realizing that the
	  calculator widget is not a window widget and as such can't
	  get selection events and stuff

Fri Nov 13 02:30:34 1998  George Lebl  <jirka@5z.com>

	* gcalc.c: got rid of the foot, and edded the copy code, which
	  doesn't seem to work at all

1998-09-24  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gcalc.c (main): Added shortcut support

1998-09-22  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* Makefile.am (EXTRA_DIST): Added missing pixmap files.  There we
	go again.

Tue Aug 25 00:49:28 1998  George Lebl  <jirka@5z.com>

	* gcalc.c: added the foot menu, added an edit menu, but got 
	  scared after looking at how to do selections, will do that
	  later

Thu Apr 30 23:15:30 1998  George Lebl  <jirka@5z.com>

	* gcalc.c: added support for the accel table from the
	  calculator widget

