#
# 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/>.
#

Changes New in release 0.3.4 - 07 July 2017
-------------------------------------------

- Updt copyright notices to comply with rules of Savannah rand GNU.

Changes New in release 0.3.3 - 09 January 2016
----------------------------------------------

- PGCD calc.

Changes New in release 0.3.2 - 17 March 2013
--------------------------------------------

- Loan formula.

Changes New in release 0.3.1 - 10 November 2012
-----------------------------------------------

- Add shadowrun utilities.

Changes New in release 0.3.0 - 21 December 2011
-----------------------------------------------

- Migrate to Python 3000 (adapt Jabber/IRC bots too).
- Add doctests...

Changes New in release 0.2.6 - 30 November 2011
-----------------------------------------------

- Add a primitive Jaber bot (with sleekXMPP).
- And begin portage to Python 3.

Changes New in release 0.2.5 - 11 September 2006
------------------------------------------------

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

Changes New in release 0.2.4 - 13 Jully 2006
--------------------------------------------

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

Changes New in release 0.2.3 - 07 February 2006
-----------------------------------------------

- Update doc in reStructuredText ;)
- Use optarg instead of getopt module (need Python 2.3+).

Changes New in release 0.2.2 - 09 December 2005
-----------------------------------------------

- Accept an input string or a script file.
- Allow commands to be send via a pipe.
- Improve setup.py installation script.

Changes New in release 0.2.1 - 30 Aout 2005
-------------------------------------------

- Test the Readline import.
- Reorder help outputs.
- Display hot infos.

Changes New in release 0.2.0 - 27 Aout 2005
-------------------------------------------

- Rewritten in Python language.

Changes New in release 0.1.10 - 21 July 2004
--------------------------------------------

- Updt docs.

Changes New in release 0.1.9 - 27 February 2004
-----------------------------------------------

- Update documentation (licenses).

Changes New in release 0.1.8 - 04 January 2004
------------------------------------------------

- Update documentation (in french ;-).

Changes New in release 0.1.7 - 08 September 2003
------------------------------------------------

- Add little documentation (LaTeX).
- Add new functions (trigo, proba, ...).
- Decompose file structure.
- Add new functions to manipulating the stack.

Changes New in release 0.1.6 - 27 August 2003
---------------------------------------------

- Add completion (TAB) support.

Changes New in release 0.1.5 - 27 August 2003
---------------------------------------------

- Improve algorithm using libreadline (ptr to func).

Changes New in release 0.1.4 - 26 August 2003
---------------------------------------------

- Use lib GNU Readline 4.2a.

Changes New in release 0.1.3 - 22 August 2003
---------------------------------------------

- Autoconf support.

New release 0.1.2 - 24 June 2000
--------------------------------

- Initial release.

