Changelog

v0.2.0 (WIP)

Since there is a backward incompatible change in installation method, the version is bumped from 0.1.x to 0.2.x (I am not using any versioning rule, though).

  • Python modules are installed via python-environment.el now. No need to run make requirements outside of Emacs.
  • In fact, make requirements is obsolete now. Running this command print some error message for help and exit with an error.

Contributions from:

Closed issues and pulled patches:

v0.1.3 (never released)

(This version is not released. All changes below are available in v0.2.0.)

Highlights:

Contributions from:

Closed issues and pulled patches:

v0.1.2 (2013-05-26)

Highlights:

Contributions from:

Closed issues and pulled patches:

v0.1.1 (2012-12-01)

  • Add experimental “full-name” support [1].
  • PR-11 fixes Makefile for BSD make (thanks, @goro1080!).
  • Fix issue-9: line number sent to the server was shifted when the cursor is at the beginning of line.
  • Fix issue-10: get_in_function_call was called in non-python-mode buffer.
  • Fix issue-7: server process was killed unexpectedly.
  • Add jedi:setup-keys. You don’t need to manually add Jedi commands to python-mode-map now.

Contributions from:

Closed issues and pulled patches:

[1]jedi:get-full-name-* functions require developmental version of Jedi. See also: Request: Definition.fullname · Issue #61 · davidhalter/jedi

v0.1.0 (2012-11-09)

  • PR-8 adds ELDoc like argument highlighting (thanks, @syohex!).
  • PR-2 adds meta-data in header comment for ELPA (thanks, @syohex!).
  • PR-1 fixes Makefile for newer pip version (thanks, @L42y!).
  • First version.

Contributions from:

Closed issues and pulled patches: