|
1 | | ---- ChangeLog 2025-08-29 05:28:29.545046534 -0400 |
2 | | -+++ ChangeLog-spell-corrected 2025-08-29 05:31:47.748145274 -0400 |
3 | | -@@ -32,7 +32,7 @@ |
| 1 | +--- ChangeLog 2026-04-17 13:08:56.535096309 -0400 |
| 2 | ++++ ChangeLog-spell-corrected 2026-04-17 13:10:48.233242983 -0400 |
| 3 | +@@ -20,7 +20,7 @@ |
| 4 | + |
| 5 | + * .github/workflows/isort-and-black-checks.yml, |
| 6 | + .github/workflows/macos.yaml, .github/workflows/ubuntu.yml, |
| 7 | +- .github/workflows/windows.yml, pyproject.toml: Project adminstration |
| 8 | ++ .github/workflows/windows.yml, pyproject.toml: Project administration |
| 9 | + stuff (#112) Repo is now Mathics3-scanner Use @v6 in CI. Bump min scanner version |
| 10 | + |
| 11 | + 2026-03-13 rocky <rb@dustyfeet.com> |
| 12 | +@@ -99,7 +99,7 @@ |
| 13 | + 2025-08-24 R. Bernstein <rocky@users.noreply.github.com> |
| 14 | + |
| 15 | + * mathicsscript/__main__.py, mathicsscript/format.py, |
| 16 | +- mathicsscript/termshell.py, mathicsscript/termshell_prompt.py: |
| 17 | ++ mathicsscript/termshell.py, mathicsscript/termshell_prompt.py: |
| 18 | + Miscellaneous small fixes... (#107) * Syntax Errors showing more properly by removing weird SymbolForm handling. Also get ready for an "error" kind of format * Remove GNU Readline termshell style error when no style given * Better error checking on giving a file argument for an invalid |
| 19 | + file |
| 20 | + |
| 21 | +@@ -137,7 +137,7 @@ |
4 | 22 | 2025-07-22 R. Bernstein <rocky@users.noreply.github.com> |
5 | 23 |
|
6 | 24 | * NEWS.md => CHANGES.rst, mathicsscript/bindkeys.py, |
|
9 | 27 |
|
10 | 28 | 2025-07-22 rocky <rb@dustyfeet.com> |
11 | 29 |
|
12 | | -@@ -233,7 +233,7 @@ |
| 30 | +@@ -338,7 +338,7 @@ |
13 | 31 | 2023-02-25 rocky <rb@dustyfeet.com> |
14 | 32 |
|
15 | 33 | * mathicsscript/__main__.py, mathicsscript/asymptote.py, |
|
18 | 36 | flake8 things |
19 | 37 |
|
20 | 38 | 2023-02-25 rocky <rb@dustyfeet.com> |
21 | | -@@ -263,7 +263,7 @@ |
| 39 | +@@ -368,7 +368,7 @@ |
22 | 40 |
|
23 | 41 | 2022-12-10 rocky <rb@dustyfeet.com> |
24 | 42 |
|
|
27 | 45 | black |
28 | 46 |
|
29 | 47 | 2022-11-28 rocky <rb@dustyfeet.com> |
30 | | -@@ -369,7 +369,7 @@ |
| 48 | +@@ -474,7 +474,7 @@ |
31 | 49 | 2022-02-15 rocky <rb@dustyfeet.com> |
32 | 50 |
|
33 | 51 | * NEWS.md, mathicsscript/bindkeys.py, |
|
36 | 54 | Handle keybindings in GNU Readline |
37 | 55 |
|
38 | 56 | 2022-02-15 R. Bernstein <rocky@users.noreply.github.com> |
39 | | -@@ -407,7 +407,7 @@ |
| 57 | +@@ -512,7 +512,7 @@ |
40 | 58 |
|
41 | 59 | 2022-02-06 rocky <rb@dustyfeet.com> |
42 | 60 |
|
|
45 | 63 | Imports in core have changed Specifically where strip_context is located |
46 | 64 |
|
47 | 65 | 2021-12-19 rocky <rb@dustyfeet.com> |
48 | | -@@ -433,7 +433,7 @@ |
| 66 | +@@ -538,7 +538,7 @@ |
49 | 67 | 2021-09-04 rocky <rb@dustyfeet.com> |
50 | 68 |
|
51 | 69 | * mathicsscript/data/inputrc-no-unicode, |
|
54 | 72 | GNU readline was reading inputrc from wrong place Update readline tables. Warning: input-no-unicode is probably wrong |
55 | 73 |
|
56 | 74 | 2021-09-04 rocky <rb@dustyfeet.com> |
57 | | -@@ -595,7 +595,7 @@ |
| 75 | +@@ -700,7 +700,7 @@ |
58 | 76 |
|
59 | 77 | 2021-06-30 rocky <rb@dustyfeet.com> |
60 | 78 |
|
|
63 | 81 | Start using Asymptote |
64 | 82 |
|
65 | 83 | 2021-06-30 rocky <rb@dustyfeet.com> |
66 | | -@@ -680,7 +680,7 @@ |
| 84 | +@@ -785,7 +785,7 @@ |
67 | 85 |
|
68 | 86 | 2021-06-15 rocky <rb@dustyfeet.com> |
69 | 87 |
|
|
72 | 90 | PyQT5: extra module for matplotlib |
73 | 91 |
|
74 | 92 | 2021-06-15 rocky <rb@dustyfeet.com> |
75 | | -@@ -801,7 +801,7 @@ |
| 93 | +@@ -906,7 +906,7 @@ |
76 | 94 |
|
77 | 95 | 2021-05-27 rocky <rb@dustyfeet.com> |
78 | 96 |
|
|
81 | 99 | WIP start using prompt-toolkit |
82 | 100 |
|
83 | 101 | 2021-05-15 R. Bernstein <rocky@users.noreply.github.com> |
84 | | -@@ -1139,7 +1139,7 @@ |
| 102 | +@@ -1244,7 +1244,7 @@ |
85 | 103 |
|
86 | 104 | 2021-01-09 rocky <rb@dustyfeet.com> |
87 | 105 |
|
|
90 | 108 | `-e` `--execute` is better suited for embedded use This options adds `--quiet` and shows just evaluation output as |
91 | 109 | text--execute |
92 | 110 |
|
93 | | -@@ -1168,7 +1168,7 @@ |
| 111 | +@@ -1273,7 +1273,7 @@ |
94 | 112 |
|
95 | 113 | 2021-01-03 rocky <rb@dustyfeet.com> |
96 | 114 |
|
|
99 | 117 |
|
100 | 118 | 2021-01-02 rocky <rb@dustyfeet.com> |
101 | 119 |
|
102 | | -@@ -1251,7 +1251,7 @@ |
| 120 | +@@ -1356,7 +1356,7 @@ |
103 | 121 |
|
104 | 122 | 2020-12-22 R. Bernstein <rocky@users.noreply.github.com> |
105 | 123 |
|
|
108 | 126 |
|
109 | 127 | 2020-12-22 rocky <rb@dustyfeet.com> |
110 | 128 |
|
111 | | -@@ -1268,13 +1268,13 @@ |
| 129 | +@@ -1373,13 +1373,13 @@ |
112 | 130 | * mathicsscript/__main__.py, mathicsscript/format.py, |
113 | 131 | mathicsscript/inputrc, mathicsscript/inputrc-no-unicode, |
114 | 132 | mathicsscript/inputrc-unicode, mathicsscript/termshell.py, |
|
124 | 142 |
|
125 | 143 | 2020-12-12 rocky <rb@dustyfeet.com> |
126 | 144 |
|
127 | | -@@ -1292,7 +1292,7 @@ |
| 145 | +@@ -1397,7 +1397,7 @@ |
128 | 146 |
|
129 | 147 | 2020-12-08 rocky <rb@dustyfeet.com> |
130 | 148 |
|
|
133 | 151 |
|
134 | 152 | 2020-12-07 rocky <rb@dustyfeet.com> |
135 | 153 |
|
136 | | -@@ -1300,7 +1300,7 @@ |
| 154 | +@@ -1405,7 +1405,7 @@ |
137 | 155 |
|
138 | 156 | 2020-12-07 rocky <rb@dustyfeet.com> |
139 | 157 |
|
|
142 | 160 | FindSpannngTree: use layout style of parent graph |
143 | 161 |
|
144 | 162 | 2020-12-07 rocky <rb@dustyfeet.com> |
145 | | -@@ -1334,7 +1334,7 @@ |
| 163 | +@@ -1439,7 +1439,7 @@ |
146 | 164 |
|
147 | 165 | 2020-12-04 rocky <rb@dustyfeet.com> |
148 | 166 |
|
|
151 | 169 |
|
152 | 170 | 2020-12-04 rocky <rb@dustyfeet.com> |
153 | 171 |
|
154 | | -@@ -1406,7 +1406,7 @@ |
| 172 | +@@ -1511,7 +1511,7 @@ |
155 | 173 |
|
156 | 174 | 2020-11-27 rocky <rb@dustyfeet.com> |
157 | 175 |
|
|
160 | 178 | Can't use mathematica.lexer for now.. Sigh. It has promise. But recent Python gives now gives these... FutureWarning: Possible nested set at position ... |
161 | 179 |
|
162 | 180 | 2020-11-27 rocky <rb@dustyfeet.com> |
163 | | -@@ -1489,7 +1489,7 @@ |
| 181 | +@@ -1594,7 +1594,7 @@ |
164 | 182 | 2020-11-18 rocky <rb@dustyfeet.com> |
165 | 183 |
|
166 | 184 | * mathicsscript/__main__.py, mathicsscript/settings.m, |
|
169 | 187 | 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 |
170 | 188 | invalid. Also make sure to reset the Mathics variable to a the last |
171 | 189 | valid value when an invalid one is set. |
172 | | -@@ -1581,7 +1581,7 @@ |
| 190 | +@@ -1686,7 +1686,7 @@ |
173 | 191 |
|
174 | 192 | * NEWS.md, admin-tools/git2cl, admin-tools/make-dist.sh, |
175 | 193 | admin-tools/pyenv-versions, mathicsscript/term_background.py, |
|
178 | 196 | Get ready for release 1.1.0rc1 |
179 | 197 |
|
180 | 198 | 2020-10-21 R. Bernstein <rocky@users.noreply.github.com> |
181 | | -@@ -1672,4 +1672,3 @@ |
| 199 | +@@ -1777,4 +1777,3 @@ |
182 | 200 |
|
183 | 201 | * Cull code from Mathics/main and revise ... colorama is no longer optional. We'll be using click soon. Start |
184 | 202 | to pull in my better terminal-detection script. |
|
0 commit comments