Commit graph

37 commits

Author SHA1 Message Date
John Miller
28a0c53bc6 Factor out ein-mumamo. Documentaiton update.
Compiling ein when nxhtml is not installed causes an error when
compiling ein-mumamo.el. Since it seems unreasonable to force mumamo as
a dependency (it is not in MELPA) better to move mumamo support to its
own, optional package.

Also some long overdue upates to documentation.
2015-02-21 19:07:34 -06:00
John Miller
fac3637034 Updating package commentary, grammar.
So the MELPA package info is a bit more, well, informative.
2014-12-17 08:19:51 -06:00
John Miller
6dfb4a2b43 Updating documentation, remove ein-loaddefs
Updating documentation to list current requirements for ein. (require
'ein-loaddefs) is redundant when loading from MELPA.

For manual installation users can uncomment this line.
2014-12-14 15:20:05 -06:00
John Miller
d8e5a3e1bc Revert "Renaming to ein2"
This reverts commit 029f72d46d.
2014-12-09 10:42:39 -06:00
John Miller
029f72d46d Renaming to ein2
Renaming to ein2 in preparation for submitting to melpa. Note this
changes how you load ein! Call (require 'ein2) now instead of (require
'ein).

Note also that you can't load both ein and ein2 at the same time, so you
should delete ein from your packages before trying ein2.
2014-12-06 13:22:13 -06:00
Takafumi Arakaki
d0e96d0be6 Bump to 0.2.1alpha2 2013-02-10 04:12:50 +01:00
Takafumi Arakaki
93786cc61a Bump to 0.2.1alpha1 2013-01-17 11:27:39 +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
Takafumi Arakaki
dfd79228db Move ein:version to ein-core.el 2012-09-01 21:10:43 +02:00
Takafumi Arakaki
2cfaed7c88 Require ein-loaddefs.el from ein.el 2012-09-01 21:09:15 +02:00
Takafumi Arakaki
38038f0fc5 Autolaod ein:junk-new and ein:junk-rename 2012-09-01 19:03:50 +02:00
Takafumi Arakaki
6f7a29fb2f Add notes on Event vs hook vs callback 2012-08-28 17:18:39 +02:00
Takafumi Arakaki
b1a7e85235 Autoload ein:pseudo-console-mode 2012-08-28 08:21:38 +02:00
Takafumi Arakaki
21009827e2 Add ein:notebooklist-load 2012-08-26 22:15:44 +02:00
Takafumi Arakaki
ceace33504 Autoload ein:connect-to-default-notebook
Otherwise, hook won't work.
2012-08-26 22:10:07 +02:00
Takafumi Arakaki
478f1c99b3 Start v0.2.0 (bump to v0.2.0alpha0) 2012-08-23 22:17:52 +02:00
Takafumi Arakaki
09a2b63f56 Bump to 0.1.2 2012-08-23 22:17:52 +02:00
Takafumi Arakaki
3a3c21e785 Add a note on naming rule in ein.el 2012-08-19 00:24:17 +02:00
Takafumi Arakaki
6beaf48c38 Move ein:notebook-console-* to ein:console-* 2012-08-16 15:52:41 +02:00
Takafumi Arakaki
99b0f59ff9 Replace ein:notebook-eval-string
with ein:shared-output-eval-string
2012-08-16 01:59:20 +02:00
Takafumi Arakaki
e426340cd3 Fix: ein:tb-show did not work in shared-output buffer
It did not work because ein:get-notebook does not work.  Notebook
is not well defined in shared-output buffer since it knows only
about kernel (through cell).  This reflect the design that kernel
and notebook is well decoupled.
2012-08-15 20:54:22 +02:00
Takafumi Arakaki
730741bd03 Add ein:tb-show command 2012-08-14 21:11:13 +02:00
Takafumi Arakaki
f0a4888c90 Remove ein:get-notebook-buffer 2012-08-14 21:05:08 +02:00
Takafumi Arakaki
fa5ec1b070 Refactor ein-pytools to get rid of declare-function 2012-08-14 21:05:06 +02:00
Takafumi Arakaki
57df02d204 Start v0.1.2 (bump to 0.1.2alpha0) 2012-08-11 01:53:23 +02:00
Takafumi Arakaki
2e85132fd8 Bump to 0.1.1 2012-08-11 01:48:53 +02:00
Takafumi Arakaki
0f42dc1d20 Autload helm/anything interface 2012-08-10 22:10:16 +02:00
Takafumi Arakaki
4406d00e33 Rename ein-autoexec.el to ein-iexec.el 2012-07-29 14:17:05 +02:00
Takafumi Arakaki
3a968a9b18 Autoload ein:notebooklist-new-notebook 2012-07-25 20:52:48 +02:00
Takafumi Arakaki
66ea6f6d10 Add autoload for ein:autoexec-mode in ein.el 2012-07-22 16:01:53 +02:00
Takafumi Arakaki
1561cffa4a Add some autoloads for ein:dev-* funcs in ein.el 2012-07-22 14:24:34 +02:00
Takafumi Arakaki
38b2362268 Add some autoloads in ein.el 2012-07-12 01:59:01 +02:00
Takafumi Arakaki
d526d3a32a Start v0.1.1 (bump to 0.1.1alpha0) 2012-07-04 23:37:28 +02:00
Takafumi Arakaki
e1c6b7ed20 Bump to 0.1 2012-07-04 23:29:05 +02:00
Takafumi Arakaki
ca550ee5a4 Bump to 0.1beta1
Note that version number scheme is changed to `version-to-list'
-compliant scheme.
2012-07-03 16:27:12 +02:00
Takafumi Arakaki
d1031fd61e mv *ein*.el ein.py lisp/
fixes #6
2012-07-02 16:47:20 +02:00
Renamed from ein.el (Browse further)