Takafumi Arakaki
5f7bd7ef78
Add bit more about el-get tips
2012-07-03 11:56:20 +02:00
Takafumi Arakaki
d209946d29
Remove warning from installation using el-get
...
As this PR is merged:
https://github.com/dimitri/el-get/pull/792
2012-07-03 11:42:47 +02:00
Takafumi Arakaki
fd74285aac
Add Gotchas and caveats > python-mode.el
2012-07-02 23:50:16 +02:00
Takafumi Arakaki
5a1db54cb5
Comment out html_static_path in conf.py
...
To suppress the warning from Sphinx about non-existing directory.
2012-07-02 23:49:43 +02:00
Takafumi Arakaki
798b7a20b2
Fix gh-pages-clone target in doc/Makefile
2012-07-02 21:07:18 +02:00
Takafumi Arakaki
4c15c66d94
Add gh-pages-clone/pull targets in doc/Makefile
2012-07-02 21:02:47 +02:00
Takafumi Arakaki
391695dfc7
Stop tracking gh-pages as submodule
2012-07-02 20:58:34 +02:00
Takafumi Arakaki
4e98a4d4c2
Rename gh-pages related build target in doc/Makefile
2012-07-02 20:50:06 +02:00
Takafumi Arakaki
502a49e838
Add MELPA as an installation method
2012-07-02 20:25:18 +02:00
Takafumi Arakaki
bb6e4555a2
Update gh-pages
2012-07-02 17:41:49 +02:00
Takafumi Arakaki
8aac6acac7
Fix load-path for EIN in doc/source/conf.el
2012-07-02 17:40:32 +02:00
Takafumi Arakaki
9fd3d38bb1
Warn el-get user about directory reorganization
2012-07-02 17:37:44 +02:00
Takafumi Arakaki
d1031fd61e
mv *ein*.el ein.py lisp/
...
fixes #6
2012-07-02 16:47:20 +02:00
Takafumi Arakaki
dea32d4ce7
Mention license in README and document
...
fixes #5
2012-07-02 16:10:22 +02:00
Takafumi Arakaki
1467f9aff7
Copy full GPLv3 from GNU website
...
wget http://www.gnu.org/licenses/gpl-3.0.txt -O COPYING
2012-07-02 16:03:02 +02:00
Takafumi Arakaki
5114b90ab0
Update gh-pages
2012-07-01 20:46:26 +02:00
Takafumi Arakaki
d223770d8a
Add download link
2012-07-01 20:39:45 +02:00
Takafumi Arakaki
85c6d2ebaf
Bump to 0.1.beta
2012-07-01 20:34:37 +02:00
Takafumi Arakaki
32d9fa02e4
Add email address in the source files
2012-07-01 20:18:05 +02:00
Takafumi Arakaki
fa15301438
Add header comments in ein.el
2012-07-01 20:07:11 +02:00
Takafumi Arakaki
0fe431f208
Update gh-pages
2012-07-01 19:30:30 +02:00
Takafumi Arakaki
b4f3221e8f
Update README and document
2012-07-01 19:20:00 +02:00
Takafumi Arakaki
3f7bdf4082
Update gh-pages
2012-06-26 22:11:20 +02:00
Takafumi Arakaki
1af6508414
Automate updating gh-pages
2012-06-26 22:02:10 +02:00
Takafumi Arakaki
5f5e2a293c
Add some texts to the intro part of the document
2012-06-26 21:27:26 +02:00
Takafumi Arakaki
480454326b
Add table of contents in the document
2012-06-26 20:55:16 +02:00
Takafumi Arakaki
c779087a61
Add "Gotchas and caveats" in document
2012-06-26 20:48:34 +02:00
Takafumi Arakaki
c0646f14bb
Better error message for ein:notebooklist-open
2012-06-26 19:41:50 +02:00
Takafumi Arakaki
22f0464373
Use hash table for ein:notebooklist-list
...
In the previous version, the global variable ein:notebooklist-list
kept growing when the notebook list is reloaded. In this change
backend for data storage is switched to hash table so that the size
of data will not increase when the list is reloaded.
Fixes the problem old notebook name showed up in the completion
list of ein:notebooklist-open-notebook-global.
2012-06-26 17:54:31 +02:00
Takafumi Arakaki
48a4475583
Refresh notebook list after renaming notebook
2012-06-26 17:03:36 +02:00
Takafumi Arakaki
895e3e2070
Small change on discard-output-on-save document
2012-06-23 01:06:24 +02:00
Takafumi Arakaki
8dacbf1652
Refactor ein:cell-finish-tooltip
2012-06-21 16:22:46 +02:00
Takafumi Arakaki
b7be93cf91
Add ein:pos-tip-face
2012-06-21 16:17:14 +02:00
Takafumi Arakaki
bf614f729e
Update gh-pages
2012-06-21 15:06:30 +02:00
Takafumi Arakaki
642e461061
Merge branch 'query-singleton-ajax'
2012-06-21 15:05:09 +02:00
Takafumi Arakaki
9847301a5f
Document ein:query-timeout more
2012-06-21 15:03:41 +02:00
Takafumi Arakaki
3ef39aa7d4
Fixed misplaced ein:notebook-querty-timeout-open/save in doc
2012-06-21 14:59:27 +02:00
Takafumi Arakaki
91e578e9cc
Correct ein:notebook-querty-timeout-open/save docs
2012-06-21 03:53:51 +02:00
Takafumi Arakaki
38a3533e8f
Minor fix in ein:query-ajax-timeout-callback
2012-06-21 01:05:54 +02:00
Takafumi Arakaki
c52c05836e
Increase ein:notebook-querty-timeout-save
...
I checked that ein:notebook-querty-timeout-open/save are enough
for opening/saving 50MB notebook in my machine.
2012-06-21 01:05:42 +02:00
Takafumi Arakaki
1b7edc7aa1
Document query timeout configurations
2012-06-21 00:48:03 +02:00
Takafumi Arakaki
0bf69e5e7b
Make default query timeout shorter
2012-06-21 00:02:14 +02:00
Takafumi Arakaki
283615ee50
Add ein:notebook-querty-timeout-open/save
2012-06-21 00:01:23 +02:00
Takafumi Arakaki
446ff43248
Add ein:byte-compile-ein
2012-06-20 23:15:48 +02:00
Takafumi Arakaki
4667aea841
Ignore compiled version in test-load.el
2012-06-20 23:15:46 +02:00
Takafumi Arakaki
be2db6ed10
Load compiled version in ein:load-files by default
2012-06-20 23:15:36 +02:00
Takafumi Arakaki
976bb3fefb
Make notebook save callback more user cancel aware
2012-06-20 23:14:27 +02:00
Takafumi Arakaki
99660cf5e7
Use ein:query-singleton-ajax everywhere
2012-06-20 23:14:26 +02:00
Takafumi Arakaki
1ad0b71d6c
Add ein:query-singleton-ajax
2012-06-20 23:14:25 +02:00
Takafumi Arakaki
de7f0c7fa6
Refactor to make timeout cancel more general
2012-06-20 20:29:06 +02:00