-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
63 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- ChangeLog 2024-08-09 08:26:17.806452638 -0400 | ||
+++ ChangeLog-spell-corrected 2024-08-09 08:26:56.001261911 -0400 | ||
@@ -50,7 +50,7 @@ | ||
2021-09-04 rocky <[email protected]> | ||
|
||
* mathics_pygments/builtins.py, | ||
- mathics_pygments/data/mma-tables.json: Fix script capital N. Rebuld | ||
+ mathics_pygments/data/mma-tables.json: Fix script capital N. Rebuild | ||
tables | ||
|
||
2021-06-27 rocky <[email protected]> | ||
@@ -71,7 +71,7 @@ | ||
|
||
2021-06-22 R. Bernstein <[email protected]> | ||
|
||
- * : Merge pull request #2 from Mathics3/administrivia Varous lintings | ||
+ * : Merge pull request #2 from Mathics3/administrivia Various lintings | ||
|
||
2021-06-22 rocky <[email protected]> | ||
|
||
@@ -89,7 +89,7 @@ | ||
2021-06-22 rocky <[email protected]> | ||
|
||
* .github/workflows/autoblack.yml, .github/workflows/{osx.yaml => | ||
- osx.yml}, .github/workflows/{ubuntu.yaml => ubuntu.yml}: Varous | ||
+ osx.yml}, .github/workflows/{ubuntu.yaml => ubuntu.yml}: Vairous | ||
lintings | ||
|
||
2021-06-22 rocky <[email protected]> | ||
@@ -142,7 +142,7 @@ | ||
|
||
2021-05-14 rocky <[email protected]> | ||
|
||
- * CHANGES.rst, MANIFEST.in, Makefile, mathics_pygments/version.py: | ||
+ * CHANGES.rst, MANIFEST.in, Makefile, mathics_pygments/version.py: | ||
Get ready for release 1.0.0 | ||
|
||
2021-05-14 rocky <[email protected]> | ||
@@ -152,7 +152,7 @@ | ||
|
||
2021-05-13 rocky <[email protected]> | ||
|
||
- * .gitignore, MANIFEST.in, mathics_pygments/builtins.py: | ||
+ * .gitignore, MANIFEST.in, mathics_pygments/builtins.py: | ||
Administriva | ||
|
||
2021-05-12 rocky <[email protected]> | ||
@@ -165,7 +165,7 @@ | ||
|
||
* mathics_pygments/builtins.py, | ||
mathics_pygments/data/mma-tables.json, mathics_pygments/lexer.py, | ||
- mathics_pygments/style.py: More oeprators, what's up with Degree | ||
+ mathics_pygments/style.py: More operators, what's up with Degree | ||
|
||
2021-05-09 rocky <[email protected]> | ||
|
||
@@ -335,4 +335,3 @@ | ||
2016-02-14 Ravi Menon <[email protected]> | ||
|
||
* Initial commit for v0.1.0 of the Mathematica Lexer for Pygments | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
# space around "=" below. | ||
|
||
# fmt: off | ||
__version__="1.0.3.dev0" # noqa | ||
__version__="1.0.3" # noqa |