-
Notifications
You must be signed in to change notification settings - Fork 8
/
ChangeLog-spell-corrected.diff
176 lines (122 loc) · 6.23 KB
/
ChangeLog-spell-corrected.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
--- ChangeLog 2024-08-09 19:09:43.824371249 -0400
+++ ChangeLog-spell-corrected 2024-08-09 19:08:55.526614192 -0400
@@ -53,7 +53,7 @@
2023-02-25 rocky <[email protected]>
* mathicsscript/__main__.py, mathicsscript/asymptote.py,
- mathicsscript/fake_psviewer.py, mathicsscript/format.py: Removce
+ mathicsscript/fake_psviewer.py, mathicsscript/format.py: Remove
flake8 things
2023-02-25 rocky <[email protected]>
@@ -83,7 +83,7 @@
2022-12-10 rocky <[email protected]>
- * mathicsscript/termshell.py, mathicsscript/termshell_prompt.py:
+ * mathicsscript/termshell.py, mathicsscript/termshell_prompt.py:
black
2022-11-28 rocky <[email protected]>
@@ -189,7 +189,7 @@
2022-02-15 rocky <[email protected]>
* NEWS.md, mathicsscript/bindkeys.py,
- mathicsscript/termshell_gnu.py, mathicsscript/termshell_prompt.py:
+ mathicsscript/termshell_gnu.py, mathicsscript/termshell_prompt.py:
Handle keybindings in GNU Readline
2022-02-15 R. Bernstein <[email protected]>
@@ -227,7 +227,7 @@
2022-02-06 rocky <[email protected]>
- * mathicsscript/completion.py, mathicsscript/termshell_gnu.py:
+ * mathicsscript/completion.py, mathicsscript/termshell_gnu.py:
Imports in core have changed Specifically where strip_context is located
2021-12-19 rocky <[email protected]>
@@ -253,7 +253,7 @@
2021-09-04 rocky <[email protected]>
* mathicsscript/data/inputrc-no-unicode,
- mathicsscript/data/inputrc-unicode, mathicsscript/termshell_gnu.py:
+ mathicsscript/data/inputrc-unicode, mathicsscript/termshell_gnu.py:
GNU readline was reading inputrc from wrong place Update readline tables. Warning: input-no-unicode is probably wrong
2021-09-04 rocky <[email protected]>
@@ -415,7 +415,7 @@
2021-06-30 rocky <[email protected]>
- * .pre-commit-config.yaml, mathicsscript/asymptote.py, setup.py:
+ * .pre-commit-config.yaml, mathicsscript/asymptote.py, setup.py:
Start using Asymptote
2021-06-30 rocky <[email protected]>
@@ -500,7 +500,7 @@
2021-06-15 rocky <[email protected]>
- * mathicsscript/bindkeys.py, requirements-extra.txt, setup.py:
+ * mathicsscript/bindkeys.py, requirements-extra.txt, setup.py:
PyQT5: extra module for matplotlib
2021-06-15 rocky <[email protected]>
@@ -621,7 +621,7 @@
2021-05-27 rocky <[email protected]>
- * mathicsscript/mmalexer.py, mathicsscript/termshell.py, setup.py:
+ * mathicsscript/mmalexer.py, mathicsscript/termshell.py, setup.py:
WIP start using prompt-toolkit
2021-05-15 R. Bernstein <[email protected]>
@@ -959,7 +959,7 @@
2021-01-09 rocky <[email protected]>
- * NEWS.md, mathicsscript/__main__.py, mathicsscript/termshell.py:
+ * NEWS.md, mathicsscript/__main__.py, mathicsscript/termshell.py:
`-e` `--execute` is better suited for embedded use This options adds `--quiet` and shows just evaluation output as
text--execute
@@ -988,7 +988,7 @@
2021-01-03 rocky <[email protected]>
- * mathicsscript/termshell.py: Guard agains None eval returns
+ * mathicsscript/termshell.py: Guard against "None" eval returns
2021-01-02 rocky <[email protected]>
@@ -1071,7 +1071,7 @@
2020-12-22 R. Bernstein <[email protected]>
- * : Merge pull request #7 from Mathics3/unicode-option Start to suport Unicode as a CLI option
+ * : Merge pull request #7 from Mathics3/unicode-option Start to support Unicode as a CLI option
2020-12-22 rocky <[email protected]>
@@ -1088,13 +1088,13 @@
* mathicsscript/__main__.py, mathicsscript/format.py,
mathicsscript/inputrc, mathicsscript/inputrc-no-unicode,
mathicsscript/inputrc-unicode, mathicsscript/termshell.py,
- setup.py, test/test_completion.py: Start to suport Unicode as a CLI
+ setup.py, test/test_completion.py: Start to support Unicode as a CLI
option
2020-12-12 rocky <[email protected]>
* mathicsscript/__main__.py, mathicsscript/termshell.py: Handle
- Unicode/WL charcter code mismatches
+ Unicode/WL character code mismatches
2020-12-12 rocky <[email protected]>
@@ -1112,7 +1112,7 @@
2020-12-08 rocky <[email protected]>
- * mathicsscript/format.py: Use equal aspect ratio on ciruclar graphs
+ * mathicsscript/format.py: Use equal aspect ratio on circular graphs
2020-12-07 rocky <[email protected]>
@@ -1120,7 +1120,7 @@
2020-12-07 rocky <[email protected]>
- * mathicsscript/__main__.py, mathicsscript/format.py:
+ * mathicsscript/__main__.py, mathicsscript/format.py:
FindSpannngTree: use layout style of parent graph
2020-12-07 rocky <[email protected]>
@@ -1154,7 +1154,7 @@
2020-12-04 rocky <[email protected]>
- * mathicsscript/format.py: Handel labeled nodes better Change color to white if we have node labels Change code slightly to facilitate expanding.
+ * mathicsscript/format.py: Handle labeled nodes better Change color to white if we have node labels Change code slightly to facilitate expanding.
2020-12-04 rocky <[email protected]>
@@ -1226,7 +1226,7 @@
2020-11-27 rocky <[email protected]>
- * mathicsscript/mmalexer.py, mathicsscript/termshell.py, setup.py:
+ * mathicsscript/mmalexer.py, mathicsscript/termshell.py, setup.py:
Can't use mathematica.lexer for now.. Sigh. It has promise. But recent Python gives now gives these... FutureWarning: Possible nested set at position ...
2020-11-27 rocky <[email protected]>
@@ -1309,7 +1309,7 @@
2020-11-18 rocky <[email protected]>
* mathicsscript/__main__.py, mathicsscript/settings.m,
- mathicsscript/termshell.py, settings/settings.m, setup.py:
+ mathicsscript/termshell.py, settings/settings.m, setup.py:
Miscellaneous changes Settings`$ShowFullForm -> Settings`$ShowFullFormInput The old name has already caused too much confusion. Check Pygments style and give a columnized list when the name is
invalid. Also make sure to reset the Mathics variable to a the last
valid value when an invalid one is set.
@@ -1401,7 +1401,7 @@
* NEWS.md, admin-tools/git2cl, admin-tools/make-dist.sh,
admin-tools/pyenv-versions, mathicsscript/term_background.py,
- mathicsscript/version.py, setup.py, test/test_term_background.py:
+ mathicsscript/version.py, setup.py, test/test_term_background.py:
Get ready for release 1.1.0rc1
2020-10-21 R. Bernstein <[email protected]>
@@ -1492,4 +1492,3 @@
* Cull code from Mathics/main and revise ... colorama is no longer optional. We'll be using click soon. Start
to pull in my better terminal-detection script.
-