annotate src/changes.txt @ 9:9159df67520a

remove "icons" option
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 07 Aug 2022 00:19:52 -0600
parents df1e18048d97
children 2606bfb75529
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
2366f2960d2e add serve.sh
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
1 changes, most recent at top
2366f2960d2e add serve.sh
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2
2
c7c738ddbbf8 remove minified
Franklin Schmidt <fschmidt@gmail.com>
parents: 1
diff changeset
3
9
9159df67520a remove "icons" option
Franklin Schmidt <fschmidt@gmail.com>
parents: 7
diff changeset
4 Changing icons required including a javascript file and setting the "icons" option. This is confusing so I got rid of the "icons" option. And I added icons/famfamfam.js as an option which is the default.
9159df67520a remove "icons" option
Franklin Schmidt <fschmidt@gmail.com>
parents: 7
diff changeset
5
7
df1e18048d97 add examples/min.html and better defaults
Franklin Schmidt <fschmidt@gmail.com>
parents: 6
diff changeset
6 Added examples/min.html and fixed defaults of 'style', 'width', and 'height'. 'width' defaults to 600 and 'height' defaults to 300. The dimensions of the textarea aren't used. This guarantees a reasonable default.
df1e18048d97 add examples/min.html and better defaults
Franklin Schmidt <fschmidt@gmail.com>
parents: 6
diff changeset
7
6
c26f7240e96b fix emoticonsRoot
Franklin Schmidt <fschmidt@gmail.com>
parents: 4
diff changeset
8 fix emoticonsRoot
c26f7240e96b fix emoticonsRoot
Franklin Schmidt <fschmidt@gmail.com>
parents: 4
diff changeset
9
4
b7725dab7482 move /development/* to /
Franklin Schmidt <fschmidt@gmail.com>
parents: 3
diff changeset
10 Move /development/* to /
b7725dab7482 move /development/* to /
Franklin Schmidt <fschmidt@gmail.com>
parents: 3
diff changeset
11
3
ec68006a495e remove jquery
Franklin Schmidt <fschmidt@gmail.com>
parents: 2
diff changeset
12 Remove jQuery, another modern nightmare.
ec68006a495e remove jquery
Franklin Schmidt <fschmidt@gmail.com>
parents: 2
diff changeset
13
2
c7c738ddbbf8 remove minified
Franklin Schmidt <fschmidt@gmail.com>
parents: 1
diff changeset
14 Remove minified. Donald Knuth said "The real problem is that programmers have spent far too much time worrying about efficiency in the wrong places and at the wrong times; premature optimization is the root of all evil (or at least most of it) in programming." This certainly applies to minification of static files that are cached in the browser anyway. Not only is this pointless but it makes debugging more difficult and forces a build process. But of course modern scum programmers love this because they love pointless complexity.
c7c738ddbbf8 remove minified
Franklin Schmidt <fschmidt@gmail.com>
parents: 1
diff changeset
15
1
2366f2960d2e add serve.sh
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
16 Add changes.txt
2366f2960d2e add serve.sh
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
17 Add serve.sh