Commit graph

732 commits

Author SHA1 Message Date
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
Takafumi Arakaki
2e0286c10b Add ein:dev-show-debug-setting 2012-06-20 18:43:32 +02:00
Takafumi Arakaki
6f821d5fea Set ein:debug in ein:dev-start/stop-debug 2012-06-20 18:43:16 +02:00
Takafumi Arakaki
28c23d1f36 Cleaner ein:notebook-console-open
See also:
https://github.com/fgallina/python.el/issues/85
2012-06-20 18:24:49 +02:00
Takafumi Arakaki
b38c03c506 Remove meaningless code from ein-notebooklist.el 2012-06-19 00:41:59 +02:00
Takafumi Arakaki
727365a482 Add keybind `q' to quit shared output buffer 2012-06-19 00:41:33 +02:00
Takafumi Arakaki
6135e75b59 Reload notebook list after new notebook is created
This refreshes data stored in notebook list struct so that new notebook
info is available for command like ein:notebooklist-open-notebook-global
2012-06-18 21:04:27 +02:00
Takafumi Arakaki
7b1f7ac7d1 Add C-c C-w as an alias of C-c M-w 2012-06-18 17:01:52 +02:00
Takafumi Arakaki
118635dc1a Update gh-pages 2012-06-17 20:09:16 +02:00
Takafumi Arakaki
ac8d0e9492 Added byte compile instruction in the doc
I just noticed macro ein:aand in ein:cell-from-ewoc-node slows down
significantly notebook when using without compile.
2012-06-17 16:16:06 +02:00
Takafumi Arakaki
5a93a096dc Make EIN byte compile-able w/o optional packages 2012-06-17 16:10:55 +02:00
Takafumi Arakaki
4849b21dc3 Support print page in ein:notebook-open-in-browser 2012-06-17 14:49:54 +02:00
Takafumi Arakaki
efcd1e8f63 Improve ein:notebook-execute-current-cell-and-goto-next 2012-06-17 13:41:23 +02:00
Takafumi Arakaki
54a3d3687b Add messaging in ein:notebook-copy-cell-command 2012-06-17 12:52:09 +02:00
Takafumi Arakaki
7d81026f2c Fix ein:notebook-merge-cell-command
Let binding of buffer-undo-list of shadowed the global variable.
2012-06-17 09:50:45 +02:00