Takafumi Arakaki
6cb611d72e
Use pattern rule env-ipy.%
2013-02-10 05:33:25 +01:00
Takafumi Arakaki
6a92afbc02
Simplify Makefile
...
testein-default/24 etc. are very old and can be merged with the
ones used by travis test.
2013-02-10 05:28:36 +01:00
Takafumi Arakaki
df95d130c4
Merge branch 'travis-enhancement'
2013-02-10 05:14:17 +01:00
Takafumi Arakaki
a1c8b71fd4
Should allow_failures.env be a string?
...
Probably `matrix.allow_failures.env` should be a string when I don't
use `matrix`/`global` in `env`.
2013-02-10 05:11:44 +01:00
Takafumi Arakaki
bc9bae222b
Should allow_failures be exactly the same as env?
2013-02-10 05:04:44 +01:00
Takafumi Arakaki
955a82461e
Follow change in IPython kernel: payload key
...
This is the change introduced by ipython/ipython#2872
2013-02-10 05:00:40 +01:00
Takafumi Arakaki
2fdc4d9b56
Allow failures with emacs-snapshot
2013-02-10 04:18:56 +01:00
Takafumi Arakaki
83f1bb4fcb
Test with emacs24
2013-02-10 04:17:48 +01:00
Takafumi Arakaki
d0e96d0be6
Bump to 0.2.1alpha2
2013-02-10 04:12:50 +01:00
Takafumi Arakaki
3f8d6fd495
Merge branch 'history-unique'
...
History search using helm/anything discards duplications.
This functionality requires at least version 4.0 of IPython kernel.
https://github.com/ipython/ipython/pull/2792
2013-02-01 22:44:13 +01:00
Takafumi Arakaki
4b0ca7d9df
Add note for el-get user: stable recipe is old
...
Also, I think the old note is not relevant anymore,
so I am removing it.
see #98
2013-01-22 23:15:20 +01:00
Takafumi Arakaki
17b657cf8f
Show recent history first in helm/anything UI
2013-01-21 22:06:58 +01:00
Takafumi Arakaki
239914525c
Fix typo in the previous command
2013-01-21 19:56:02 +01:00
Takafumi Arakaki
5ed36c8d80
Document the usage of zeroein without /bin/sh
2013-01-21 19:53:34 +01:00
Takafumi Arakaki
dbc336c0fc
Update changelog
2013-01-19 00:04:50 +01:00
Takafumi Arakaki
20818f2e77
Do not list duplications when searching history
...
The key 'unique' is introduced in IPython as of:
https://github.com/ipython/ipython/pull/2792
2013-01-18 14:28:21 +01:00
Takafumi Arakaki
1023327dd7
Merge branch 'kernel-info-request'
...
Add support for `kernel_info` request for IPython kernel protocol.
See: https://github.com/ipython/ipython/issues/2649
2013-01-18 14:18:32 +01:00
Takafumi Arakaki
29a4d7533a
Update changelog
2013-01-18 14:12:44 +01:00
Takafumi Arakaki
735e14e7b4
Add ein:kernel-kernel-info-request
...
See: ipython/ipython#2649
2013-01-18 14:03:17 +01:00
Takafumi Arakaki
93786cc61a
Bump to 0.2.1alpha1
2013-01-17 11:27:39 +01:00
Takafumi Arakaki
ea0b30a86c
Merge branch 'request'
...
Start using request.el_ for smoother experience.
It also helps to reduce workarounds for url.el in EIN.
All the tests are passed and I have no errors so far.
It also supports login as it used be (i.e., still
the support is experimental).
.. _request.el: https://github.com/tkf/emacs-request
2013-01-17 11:27:02 +01:00
Takafumi Arakaki
10db056db4
Record request.el configuration
2013-01-16 21:01:01 +01:00
Takafumi Arakaki
0d7cf29002
Run test with curl and url-retrieve
2013-01-16 21:01:00 +01:00
Takafumi Arakaki
0c8aa32ca2
Fix: org-store-link not working in connected buffer
2013-01-16 15:35:23 +01:00
Takafumi Arakaki
1f3156d89f
Update change log and document
2013-01-10 23:18:47 +01:00
Takafumi Arakaki
f6a40567c0
EIN requires request >= 0.2
2013-01-10 22:41:55 +01:00
Takafumi Arakaki
bdb107a71d
Include request in ein:dev-sys-info
2013-01-10 22:20:33 +01:00
Takafumi Arakaki
271e04055c
Fix and simplify ein:notebooklist-new-notebook-error
...
* The url.el bug 12374 is fixed and request.el provides
monkey patch. There is no need for the workaround now.
* request-response-redirects does not exist anymore.
2013-01-10 22:10:03 +01:00
Takafumi Arakaki
382ce21631
Merge branch 'request-login' into request
2013-01-10 22:01:07 +01:00
Takafumi Arakaki
de5853a15e
Workaround in ein:notebooklist-login--error
2013-01-10 21:59:42 +01:00
Takafumi Arakaki
dc77d9e74c
Update lib/request
2013-01-10 21:59:37 +01:00
Takafumi Arakaki
7b80104ea6
Cosmetic fix on ein:notebooklist-login--error
2013-01-09 05:51:25 +01:00
Takafumi Arakaki
dd2bd6e277
Merge pull request #96 from stuhlmueller/patch-1
...
Add missing step to quick try instructions.
2013-01-08 10:37:06 -08:00
Andreas Stuhlmüller
50f6153de8
Add missing step to quick try instructions.
2013-01-08 08:41:26 +01:00
Takafumi Arakaki
3966a6c22f
Fix ein:testing-delete-notebook-by-name
...
ein:notebooklist-reload, which is called from success
callback of ein:notebooklist-delete-notebook, needs to
access ein:%notebooklist%. However it was set to nil
in ein:testing-delete-notebook-by-name just after the
delete button is "clicked". This was meant to detect
if the delete process is finished, but was not working.
To solve this problem, I add ein:notebooklist-after-open-hook
and use it to detect end of the delete process.
2012-12-30 15:59:16 +01:00
Takafumi Arakaki
8a1eef9e6a
Fix ein:notebook-save-notebook: remove ":cache nil"
2012-12-29 19:48:05 +01:00
Takafumi Arakaki
8409fa14ad
Fix timeout handling in ein:query-singleton-ajax
2012-12-29 19:36:53 +01:00
Takafumi Arakaki
84ea2748fb
Remove unused functions from ein-query.el
2012-12-29 19:32:43 +01:00
Takafumi Arakaki
e58ce1413e
Use request-cookie-string
2012-12-29 19:30:00 +01:00
Takafumi Arakaki
0a191c7686
Fix ein:notebooklist-delete-notebook
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
3328dcc099
Fix tests in tests/test-ein-kernel.el
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
e24078b03b
Add request as dependency
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
191a8f0022
Cosmetic changes
...
The changes I deferred in the previous commits to make the
diff small.
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
5b5aa30752
Use keyword arguments of CB supported by request.el
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
2f317bf2e4
Remove unsupported :cache argument
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
fdb80c9962
Rewrite callbacks: replace cons with apply-partially
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
9e3be6c954
Rewrite ein:query-singleton-ajax using request
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
15506e87ec
Add request.el as a submodule
...
git submodule add git://github.com/tkf/emacs-request lib/request
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
553224241f
Bump to 0.2.1alpha0
2012-12-29 18:53:05 +01:00
Takafumi Arakaki
12f01a93b2
Bump to 0.2.0
2012-12-29 18:48:01 +01:00