Skip to content

Commit

Permalink
Version 1.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis J. Wright committed Dec 14, 2022
1 parent a6ba692 commit 0844127
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Major modes for editing and running REDUCE source code

**[Francis Wright](https://sites.google.com/site/fjwcentaur)**

Version 1.10beta, December 2022
Version 1.10, December 2022

REDUCE IDE is a package that provides an Integrated Development Environment for the [REDUCE computer algebra system](https://reduce-algebra.sourceforge.io/) within the GNU Emacs editor. Its two major components are Emacs Lisp libraries that provide major modes for editing REDUCE source code and running a *command-line version* of REDUCE in an Emacs window. It assumes that Emacs is running under a GUI such as Microsoft Windows or the X Window System under some flavour of UNIX or Linux, and displays Unicode character sets correctly. REDUCE IDE does not include REDUCE, which is available separately from [SourceForge](https://sourceforge.net/projects/reduce-algebra/). You don't need to install REDUCE in order to edit REDUCE source code using REDUCE IDE, but if you want to run REDUCE in REDUCE IDE then you do need to install REDUCE.

Expand Down
2 changes: 1 addition & 1 deletion packages/archive-contents
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(1
(reduce-ide .
[(1 10 -2) ((emacs (27)))
[(1 10) ((emacs (27)))
;; See function `version-to-list':
;; git = -4, alpha = -3, beta = -2, pre = -1
"REDUCE Integrated Development Environment" tar
Expand Down
4 changes: 2 additions & 2 deletions reduce-delim.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

;; Author: Francis J. Wright <https://sites.google.com/site/fjwcentaur>
;; Created: 22 March 2018
;; Time-stamp: <2022-12-10 17:47:45 franc>
;; Time-stamp: <2022-12-14 15:40:12 franc>
;; Homepage: https://reduce-algebra.sourceforge.io/reduce-ide/
;; Package-Version: 1.10beta
;; Package-Version: 1.10

;; This file is part of REDUCE IDE.

Expand Down
4 changes: 2 additions & 2 deletions reduce-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

;; Author: Francis J. Wright <https://sites.google.com/site/fjwcentaur>
;; Created: 6 June 2022 as a separate file (was part of reduce-mode.el)
;; Time-stamp: <2022-12-10 17:47:45 franc>
;; Time-stamp: <2022-12-14 15:40:11 franc>
;; Homepage: https://reduce-algebra.sourceforge.io/reduce-ide/
;; Package-Version: 1.10beta
;; Package-Version: 1.10

;; This file is part of REDUCE IDE.

Expand Down
4 changes: 2 additions & 2 deletions reduce-ide.texinfo
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
@c %**start of header
@settitle GNU Emacs REDUCE Integrated Development Environment
@c Manual last updated:
@set UPDATED Time-stamp: <2022-12-13 17:04:46 franc>
@set UPDATED Time-stamp: <2022-12-14 15:40:10 franc>
@c Software version:
@set VERSION 1.10beta
@set VERSION 1.10
@afourpaper
@c With different size paper the printed page breaks will need attention!
@c Look for @page and @need commands.
Expand Down
4 changes: 2 additions & 2 deletions reduce-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

;; Author: Francis J. Wright <https://sites.google.com/site/fjwcentaur>
;; Created: late 1992
;; Time-stamp: <2022-12-12 15:49:23 franc>
;; Time-stamp: <2022-12-14 15:40:10 franc>
;; Homepage: https://reduce-algebra.sourceforge.io/reduce-ide/
;; Package-Version: 1.10beta
;; Package-Version: 1.10
;; Package-Requires: (cl-lib)

;; This file is part of REDUCE IDE.
Expand Down
4 changes: 2 additions & 2 deletions reduce-run.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

;; Author: Francis J. Wright <https://sites.google.com/site/fjwcentaur>
;; Created: late 1998
;; Time-stamp: <2022-12-11 18:16:43 franc>
;; Time-stamp: <2022-12-14 15:40:09 franc>
;; Keywords: languages, processes
;; Homepage: https://reduce-algebra.sourceforge.io/reduce-ide/
;; Package-Version: 1.10beta
;; Package-Version: 1.10

;; This file is part of REDUCE IDE.

Expand Down

0 comments on commit 0844127

Please sign in to comment.