Update CHANGELOG

This commit is contained in:
Nathaniel Nicandro 2019-03-23 16:24:28 -05:00
parent c0c8ac7fae
commit 49a25754da
No known key found for this signature in database
GPG key ID: C34814B309DD06B8

View file

@ -1,3 +1,46 @@
* master
- Properly cleanup connection files when restarting a kernel.
- Fontify ANSI coded regions in example blocks and fixed width elements in
=org-mode=. This feature is activated when =jupyter-org-interaction-mode= and
currently applies to all example blocks and fixed width elements. This is
useful for kernels that apply ANSI color codes to source block results such
as IJulia.
- Note the ANSI codes will be removed from the elements during export so that
they don't appear in the final exported document.
- In =org-mode= when =point= is on a Jupyter source block inside an invisible
region, e.g. when it =point= lies inside a folded subtree, ignore any special
keybindings for the source block.
- Consider the =/docker:= TRAMP method provided by
https://github.com/emacs-pe/docker-tramp.el. See [[orgit-rev:.::4ef27c2][(magit-rev 4ef27c2)]] for more
details.
- Change the default completion context to only consider the deepest nested
parenthetical level. Previously all levels were considered, but this is not a
good default when interacting with LISP like kernels such as Clojupyter.
- In =org-mode=, when evaluating Jupyter source blocks during export, ensure
that all source blocks are evaluated synchronously even when =:async yes= is
specified.
- When using =jupyter-eval-line-or-region= and friends, don't display a message
in the =*Messages*= buffer if a traceback will be shown.
- Be consistent with the use of the =:file= header argument when =:async no= is
specified vs =:async yes=. In particular, the =:file= header argument means
to use the path specified as the name of any image file generated by the
source block in =emacs-jupyter=. For regular =org-mode= source blocks, it
means to write the *results* of the source block to file. See #40 and #59.
- Fix off by one line issue when =jupyter-org-toggle-latex= is non-nil.
- Don't wrap the source code of an IJulia source block in a =let= block when
using the =:dir= header argument in =org-mode= source blocks.
* v0.7.3
- Fix an issue where loading =jupyter-org-client.el= would trigger a recursive