#
# NPI - Calculatrice en Notation Polonaise Inverse.
# Copyright (C) 2000-2017 MiKael NAVARRO
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#

2017-07-07 MiKael NAVARRO

	* Updt copyright notices to comply with rules of Savannah and GNU.

2016-01-09 MiKael NAVARRO

	* PGCD command.

2013-03-17 MiKael NAVARRO

	* Loan formula.

2012-11-10 MiKael NAVARRO

	* Add shadowrun utilities.

2011-12-21 MiKael NAVARRO

	* Adapt Jabber/IRC bots.

2011-12-10 MiKael NAVARRO

	* Add doctests...

2011-12-07 MiKael NAVARRO

	* Migrate to Python 3000.

2011-11-30 MiKael NAVARRO

	* Add a primitive Jaber bot (with sleekXMPP).
	* Begin portage to Python 3.

2006-09-08 Roberto AGUILAR

	* Add aliases, arithmetic and stack manipulation commands.
	* Allow to give command inputs without -i option.

2006-07-13 MiKael NAVARRO

	* Add a primitive IRC bot that performs RPN mathematical operations.
	* Complete the documentation.

2005-02-07 MiKael NAVARRO

	* Update doc in reStructuredText ;)

2005-02-06 MiKael NAVARRO

	* Use optparse instead of getopt module (need Python 2.3+).

2005-12-09 MiKael NAVARRO

	* Accept an input string or a script file.
	* Allow commands to be send via a pipe.

2005-08-31 MiKael NAVARRO

	* Improve setup.py installation script.

2005-08-30 MiKael NAVARRO

	* Test the Readline import.
	* Reorder help outputs.
	* Display host infos.

2005-08-27 MiKael NAVARRO

	* Rewrite the project in Python language.

2004-07-21 MiKael NAVARRO

	* Updt docs.

2004-02-27 MiKael NAVARRO

	* Update documentation (licenses).

2004-01-04 MiKael NAVARRO

	* Update documentation (in french ;-).

2003-09-08 MiKael NAVARRO

	* Add little documentation (LaTeX).

2003-09-06 MiKael NAVARRO

	* Add new functions (trigo, proba, ...).

2003-09-05 MiKael NAVARRO

	* Decompose file structure.

2003-09-03 MiKael NAVARRO

	* Add new functions to manipulating the stack.

2003-08-27 MiKael NAVARRO

	* Improve algorithm using libreadline (ptr to func).
	* Add completion (TAB) support.

2003-08-26 MiKael NAVARRO

	* Use lib GNU Readline 4.2a.

2003-08-22 MiKael NAVARRO

	* Autoconf support.

2000-06-24 MiKael NAVARRO

	* Initial release (0.1.2).

