Update change log and document

This commit is contained in:
Takafumi Arakaki 2013-01-10 23:14:13 +01:00
parent f6a40567c0
commit 1f3156d89f
2 changed files with 9 additions and 0 deletions

View file

@ -103,6 +103,7 @@ Requirements
* IPython_ 0.12 or higher.
* `websocket.el`_ 0.9
* `request.el`_ >= 0.2
* (optional) mumamo_ developmental version:
It will be automatically loaded when it is on the path.
The official way to setup path is to load nXhtml_.
@ -126,6 +127,7 @@ It is known to work in Emacs 23.2, 24.1 and 24.2.
.. _IPython: http://ipython.org/
.. _websocket.el: https://github.com/ahyatt/emacs-websocket
.. _request.el: https://github.com/tkf/emacs-request
.. _mumamo: http://www.emacswiki.org/emacs/MuMaMo
.. _nXhtml: http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html
.. _python.el: https://github.com/fgallina/python.el

View file

@ -87,6 +87,7 @@ Requirements
* IPython_ 0.12 or higher.
* `websocket.el`_ 0.9
* `request.el`_ >= 0.2
* (optional) mumamo_ developmental version:
It will be automatically loaded when it is on the path.
The official way to setup path is to load nXhtml_.
@ -110,6 +111,7 @@ It is known to work in Emacs 23.2, 24.1 and 24.2.
.. _IPython: http://ipython.org/
.. _websocket.el: https://github.com/ahyatt/emacs-websocket
.. _request.el: https://github.com/tkf/emacs-request
.. _mumamo: http://www.emacswiki.org/emacs/MuMaMo
.. _nXhtml: http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html
.. _python.el: https://github.com/fgallina/python.el
@ -542,6 +544,11 @@ with :el:symbol:`ein:dev-stop-debug`.
Change Log
==========
v0.2.1
------
* Use request.el_ for smoother experience.
v0.2
----