2003-05-02  Narayana Pattipati <narayana.pattipati@wipro.com>

	Patch from Leena Gunda <leena.gunda@wipro.com>
	Approved by Glynn Foster.

	* gnome-calc.c: If factorial is of a number is out of range then 
	display 'inf' which indicates out of range. bugzilla bug#109846

2003-02-11  Takeshi AIHANA <aihana@gnome.gr.jp>

	* help/ja/*: Added docs for Japanese translation by
        KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>.

2003-02-07  Arvind Samptur <arvind.samptur@wipro.com>

	Patch from Kaushal Kumar <kaushal.kumar@wipro.com>
	Approved by Glynn Foster.

	* gnome-calc.c : Handling of parenthesis corrected.
	Fixes bugs #103438 and #103439. 

2003-01-31  Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>

	* gnome-calc.c, gcalc.c : Fix callback to give correct
	signal prototype. Handle default response.

2003-01-23  Breda McColgan <Breda.McColgan@sun.com>

        * help/C/gnome-calculator.xml: updated for GNOME 2.2
        * help/C/gnome-calculator-C.omf: updated manual date
          and version number

2003-01-10  Glynn Foster  <glynn.foster@sun.com>

	* gnome-calc.c: (reduce_stack_prec): Check if the stack is 
	NULL first. Don't reduce if it is, just return.

2002-12-21 John Fleck <jfleck@inkstain.net>

	* gcalc.c - add "Inc." to FSF copyright thing
	Fix #101754

2002-12-02  Glynn Foster  <glynn.foster@sun.com>

	* gnome-calculator.desktop.in: Update for StartupNotify.

2002-11-18  Fernando Herrera <fherrera@onirica.com>

	* gnome-calculator.desktop.in: add X-GNOME-BUGZILLA stuff

2002-10-16  Emmanuel Vecchia <emmanuel.vecchia@sun.com>

	* gnome-calc.c: Add Page_Up, Page_Down, Home and End to
	the extra bindings so that now the calculator works with and
	without numlock.

2002-09-06  Padraig O'Briain  <padraig.obriain@sun.com>

	* gnome-calc.c: Do not set accelerators for upper case characters
	as GTK treats uppercase and lower case the same.

2002-08-30  Frederic Crozat  <fcrozat@mandrakesoft.com>

        * gnome-calc.c: Keypad are read correctly when numlock
	is on (bug #85356, patch from twaugh@redhat.com)
	* gcalc.c: (main): Uncomment code for extra keys

2002-08-22  Glynn Foster  <glynn.foster@sun.com>

	* gcalc.c: (main): s/GNOME Calculator/Calculator according
	to the HIG. Fixes 91439.

2002-08-14  Glynn Foster <glynn.foster@sun.com>

	* gcalc.c: Fix about string to remove the 'the'.

2002-08-12  Glynn Foster  <glynn.foster@sun.com>

	* gcalc.c: Mark string for translation in the about dialog.
	Fixes #89711.

2002-08-08  Glynn Foster  <glynn.fostser@sun.com>

        * gnome-calculator.1: Update man page.

2002-08-07  Glynn Foster  <glynn.foster@sun.com>

	* gcalc.c: s/similiar/similar

2002-07-29  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* sr.c: (do_sr): fix gcc 3.1.x warning 

2002-07-08  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am: Update for X checks.

2002-07-05  Glynn Foster  <glynn.foster@sun.com>

	* gnome-calculator.desktop.in: s/DocPath/X-GNOME-DocPath. Conforms
	to spec.

2002-07-02 John Fleck <jfleck@inkstain.net>

	* new screenshot (help/C/figures/gcalc_window.png)
	fixes #85766

2002-06-18  Glynn Foster  <glynn.foster@sun.com>

	* gnome-calc.c: Turn on the use of superscripts for power labels
	from George's previous patch.

2002-06-04  George Lebl  <jirka@5z.com>

	* gcalc.c: use _UI_SUBTREE instead of _UI_SUBTREE_STOCK since 
	that makes translations actually work. _UI_SUBTREE_STOCK means
	that the string comes from libgnomeui which in this cases it
	doesn't.

2002-05-31  Ross Burton  <ross@burtonini.com>

	* gcalc.c (about_cb): Set the about dialog as a transient for the
	parent window, so that it appears in the correct place. Fixes #83799.

Fri May 31 13:29:24 2002  George Lebl <jirka@5z.com>

	* gnome-calc.c: fix the 'e' button so that it actually works (use
	  clicked and not the button press event).  Prepare so that we can
	  use the superscripts for the power labels which I didn't change
	  since we're in string freeze.  whack the 'store' global EEEK!
	  Use the fact that memory == 0.0 to see if something is set,
	  that's how most calculators do it.

	* sr.c: random fixage.

2002-05-31  Hidetoshi Tajima <hidetoshi.tajima@sun.com>

	* Makefile.am: Updated fix for #83627.

2002-05-31  Hidetoshi Tajima <hidetoshi.tajima@sun.com>

	* Makefile.am: Fix GNOMELOCALEDIR to point to correct place.
	Fixes #83627.

2002-05-31  Glynn Foster  <glynn.foster@sun.com>

	* gnome-calc.c: Don't have a cursor visible for the storage 
	widget.

2002-05-28  Kevin Vandersloot <kfv101@psu.edu>

	* gnome-calc.c: Convert display to use GtkTextView instead 
	of GtkLabel. Fixes #65807 although might have some resizing 
	issues.

2002-05-25  Glynn Foster  <glynn.foster@sun.com>

	* gnome-calc.c: Add an 'm' button to mark storage. Kinda
	hacked, but kinda works too. Still some size problems
	though. Fixes #70700.

2002-05-25  Glynn Foster  <glynn.foster@sun.com>

	* gcalc.c: (about_cb), (main): Add new calculator image.
	* gnome-calculator.desktop.in: Add .desktop.in love.
	* gnome-calc.c: (negate_val): Don't negate 0's. Fixes #82866.

2002-05-11  Andrew Sobala <andrew@sobala.net>

	* Fix EE calculation. Fixes #81315.

2002-05-10  Sasi Kiran Lanka <sasi.kiran@wipro.com>

	* gnome-calc.c: Fixes #75390, Error in Arithmetic operation.
	(eg: 3+= gives 6; 3+=== gives 12; 3+(8+==)= gives 27)

2002-05-10  Sasi Kiran Lanka <sasi.kiran@wipro.com

	* gnome-calc.c: Include unary operators for fix #74363.

2002-05-09  Yogeesh MB <yogeeshappa.mathighatta@wipro.com>

	* gnome-calc.c: Fixes #74363, gets order of operators wrong  
	(eg: 10+-3 = 7 instead of 13 and 20+-+*3 = 60 instead of 23).

2002-05-07 Satyajit Kanungo  <satyajit.kanungo@wipro.com>

	* gnome-calculator.desktop.in: Added DocPath in the 
	desktop.in file. Fixes #80921.

2002-05-07  Glynn Foster  <glynn.foster@sun.com>

	* gcalc.c, gnome-calc.c, sr.c: Wow, this code
	has too many eee's. Fixes #37509

2002-05-04 John Fleck <jfleck@inkstain.net>

	* help/C/figures/gcalc_window.png
	update screenshot
	fix bug #76423

2002-05-01  Glynn Foster  <glynn.foster@sun.com>

	* gcalc.c: s/File/Dictionary Finally fixes #76423.

2002-04-28  Dennis Cranston <dennis_cranston@yahoo.com>

	* gcalc.c:  Use gnome-calc2.png for the logo in the about
	dialog. Fixes #80109

2002-04-27  Yogeesh MB <yogeeshappa.mathighatta@wipro.com>

	* gnome-calc.c: ugly hack to avoid the resizing when changing
	from DEG to GRAD. Fixes #74089. There is probably a better way
	to solve this.

2002-04-20  Abel Cheung  <maddog@linux.org.hk>

	* gnome-calc.c: Use verbose tooltips for some buttons in gcalc.

2002-04-24 John Fleck <jfleck@inkstain.net>

	* help/C/gnome-calculator-C.omf
	updating OMF file to match that required by
	ScrollKeeper >= 0.3.8

2002-04-24 Yogeesh MB <yogeeshappa.mathighatta@wipro.com>

	* gcalc.c, gnome-calc.c: Remove some deprecated stuff.

2002-04-20  Abel Cheung  <maddog@linux.org.hk>

	* help/C/gnome-calculator-C.omf: Strip CR's. Validation
	against scrollkeeper 0.3.7 fails though. :(

2002-04-16  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am, gcalc.c: get help working

2002-04-07 John Fleck <jfleck@inkstain.net>

	* help/C/figures/gcalc_window.png
	redo screenshot

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

	* gnome-calc.c: fix divide by zero returning 0. Bug
	#71587.

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

	* help/C/gnome-calculator-C.omf
	fix #77063
	thanks to textshell@neutronstar.dyndns.org

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

	* Makefile.am (gnome_calculator_LDADD): add X libs

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

