Mike Gerwitz
b74698a8eb
Added initial, basic documentation for method proxies
...
Implementation details will follow; this has gone undocumented long enough
and it does not feel right making another release without this.
2014-01-06 00:42:32 -05:00
Mike Gerwitz
4efa6b0438
Added GNU to `ease.js' in certain manual titles
...
For consistency and to promote GNU
2014-01-06 00:14:02 -05:00
Mike Gerwitz
5511ef78b5
Manual corrections for class examples; overrides must be virtual
...
Artifact from pre-virtual days.
2013-12-25 02:04:30 -05:00
Mike Gerwitz
a11a1a4efc
Corrected html dep ordering issue to ensure img files are built
2013-12-24 23:55:14 -05:00
Mike Gerwitz
fdd7d0f1b2
doc Makefile modified to let automake do much of the work
...
Also no longer using build/ directory for output and using -o in favor of stdout
to correct @contents error.
2013-12-24 23:50:25 -05:00
Mike Gerwitz
2d928215cd
automake did not seem to update version.texi when included inside header comments
2013-12-24 23:03:10 -05:00
Mike Gerwitz
018351e565
[copyright] Copyright update for texinfo documents and misc. scripts
2013-12-23 00:39:48 -05:00
Mike Gerwitz
8b83add95f
ease.js is now GNU ease.js.
...
On Sun, Dec 22, 2013 at 03:31:08AM -0500, Richard Stallman wrote:
> I hereby dub ease.js a GNU package, and you its maintainer.
>
> Please don't forget to mention prominently in the README file and
> other suitable documentation places that it is a GNU program.
2013-12-23 00:27:18 -05:00
Mike Gerwitz
26dffce00a
[copyright] Copyright update after adding --follow to copyright script
2013-12-22 22:50:29 -05:00
Mike Gerwitz
bef545b425
Corrected doc Makefile EXTRA_DIST img/
2013-12-22 01:05:31 -05:00
Mike Gerwitz
3d3cb42982
Corrected @setfilename for easejs.texi
2013-12-22 01:05:30 -05:00
Mike Gerwitz
efc82bb9a9
{manual=>easejs}.texi
...
Brandon Invergo recommended the name change so that the info file was
identifiable after installation.
2013-12-21 23:58:02 -05:00
Mike Gerwitz
9ec3529b60
verset will no longer update version.tex; deprecated by previous commit
2013-12-21 23:43:47 -05:00
Brandon Invergo
f9bb93c54d
Applied autotool-related patch by Brandon Invergo
...
On Sat, Dec 21, 2013 at 12:29:23PM +0000, Brandon Invergo wrote:
> - configure.ac: add "foreign" to the AM_INIT statement so you don't have
> to do it from the command line
>
> - configure.ac: add a test for midair -p, which is standard boilerplate
> stuff
>
> - configure.ac: let the user dictate the locations of the java, node and
> closure-compiler executables via the JAVA, NODE and CCJAR environment
> variables
>
> - Makefile.am: use the MKDIR_P and CCJAR environment variables insntead
> of hard-coded paths
>
> - doc/Makefile: rename to doc/Makefile.am
>
> - doc/Makefile.am: remove manual infodoc handling; Automake can automate
> this stuff
>
> - doc/Makefile.am: support installing the documentation (install-plain,
> install-pdf, install-html), which gets installed usually to
> ${prefix}/share/doc/easejs (i.e. /usr/share/doc/easejs)
>
> - doc/classes.texi: fix some @ref macros
>
> - doc/manual.texi: fix the @include location
2013-12-21 23:31:45 -05:00
Mike Gerwitz
2a76be2461
[copyright] Copyright update
2013-12-20 00:50:54 -05:00
Mike Gerwitz
a75375fe6f
Added README to scripts/ directory
2012-05-11 20:53:02 -04:00
Mike Gerwitz
6c7ccdcb3b
Added GNU GPL v3+ license header and copyright notice to all scripts and Makefiles
...
Note: ease.js is licensed under the LGPL. Many of its external scripts are under the GPL.
2012-05-11 19:11:12 -04:00
Mike Gerwitz
d63c844144
Documentation correction regarding class dfn keywords
2012-05-08 18:01:29 -04:00
Mike Gerwitz
bc44bfd8e9
Set version to 0.2.0-dev
2012-03-05 22:55:14 -05:00
Mike Gerwitz
3740e0c9e0
manual.texi now looking for version.texi
2012-03-05 22:55:08 -05:00
Mike Gerwitz
22005e396e
Added missing closing parenthesis in Visibility Object Implementation section of manual
2012-01-19 23:25:47 -05:00
Mike Gerwitz
0ceffe2146
Visibility Object Implementation doc correction
2012-01-19 23:24:56 -05:00
Mike Gerwitz
4627958247
Updated version in documentation and package.json to v0.1.0
...
- We are nearly there. Happy holidays and happy new year from ease.js ;)
2011-12-23 00:09:11 -05:00
Mike Gerwitz
021b67bbff
Whoops - abstract member param names may now contain underscores
2011-12-22 09:10:51 -05:00
Mike Gerwitz
ac837107c5
Corrected terms in Abstract Members section of documentation
...
- "Parameters" instead of "arguments"
- "Declaration", not "definition"
2011-12-21 20:13:42 -05:00
Mike Gerwitz
50904390da
Interface members may now only contain arg names that are valid var names
...
- This should apply to all abstract definitions. This will be resolved in the next commit. I am tired.
2011-12-20 23:56:46 -05:00
Mike Gerwitz
d5ef3eb221
Minor documentation correction (>= to >)
2011-12-15 21:21:46 -05:00
Mike Gerwitz
075e73e4d1
[ #5 ] Added private naming conflict mention and inheritance information to Inheritance section of manual
2011-12-03 12:26:03 -05:00
Mike Gerwitz
50da560c1f
[ #5 ] Added pre-es5 fallback section to visibility object implementation
2011-11-29 21:07:24 -05:00
Mike Gerwitz
b339cf0859
[ #5 ] Removed doc-* prefix from doc Makefile; redundant
2011-11-29 19:48:26 -05:00
Mike Gerwitz
bdc32906e7
[ #5 ] Added FinalClass to manual
2011-11-27 22:53:43 -05:00
Mike Gerwitz
d730481332
[ #5 ] Updated "Root Directory" section of manual
2011-11-27 22:43:31 -05:00
Mike Gerwitz
e376770cf4
[ #5 ] Updated "Lib Directory" section
2011-11-27 22:40:55 -05:00
Mike Gerwitz
80577e06b0
[ #5 ] Updated "Test Directory" section
2011-11-27 22:39:35 -05:00
Mike Gerwitz
4d50a40577
[ #5 ] Slightly adjusted *-wide.dia PNG output size
2011-11-27 21:42:14 -05:00
Mike Gerwitz
412f8ad769
[ #5 ] Added method wrapping details for visibility implementation
2011-11-27 21:40:30 -05:00
Mike Gerwitz
5ef46d4992
[ #5 ] Added property proxy implementation details
2011-11-27 18:33:56 -05:00
Mike Gerwitz
0a88a0f83b
[ #5 ] Added bulk of "The Visibility Object" section to manual
2011-11-27 15:32:38 -05:00
Mike Gerwitz
49dd78f5c2
[ #5 ] Altered doc Makefile to build wide pngs from dia diagrams
2011-11-27 11:56:19 -05:00
Mike Gerwitz
4c4c716596
[ #5 ] Added additional visibility rationale examples
2011-11-25 17:28:00 -05:00
Mike Gerwitz
9aaef9736e
[ #5 ] Began adding visibility implementation details
2011-11-25 12:53:06 -05:00
Mike Gerwitz
a701ee40a7
[ #5 ] Typo correction in abstract class example
2011-11-20 18:08:52 -05:00
Mike Gerwitz
20b3abc008
[ #5 ] Added abstract classes section to manual
2011-11-20 14:25:37 -05:00
Mike Gerwitz
8655a6a58f
[ #5 ] Added mention to Interfaces section in manual that Interface must be imported
2011-11-20 10:53:16 -05:00
Mike Gerwitz
a7258f99cb
[ #5 ] Adjusted manual CSS to place border around @samp
2011-11-20 00:28:56 -05:00
Mike Gerwitz
199bba3c38
[ #5 ] Added interface documentation to manual (abstract class pending)
2011-11-20 00:28:51 -05:00
Mike Gerwitz
b2fcf8880a
[ #5 ] Corrected <= in doc Makefile for HTML replacement
2011-11-19 22:32:55 -05:00
Mike Gerwitz
058e5f5f7d
[ #5 ] Minor typo correction in inheritance section of manual
2011-11-19 22:30:10 -05:00
Mike Gerwitz
a022b62f8f
[ #5 ] Committed forgotten mkeywords.texi (oops
2011-11-19 12:40:16 -05:00
Mike Gerwitz
18c31cc9e5
[ #5 ] Added additional information to Visibility Escallation section of manual
2011-11-15 23:40:38 -05:00