Releases: ShiroTakeda/gams-mode
ver.6.1.2
GAMS mode version 6.1.2
-
Added new variable
gams-highlighted-keywords-in-comment
. In this variable, you specify the list of keywords highlighted even in comment region.In comment region, all texts are colored by
gams-comment-face
. But the words registered in this list are colored bygams-highlighted-keywords-face
even in comment region. The default keywords are TODO, BUG, FIXME.
ver.6.1
GAMS mode version 6.1
-
Modified GAMS-TEMPLATE mode.
-
Modified the format of "gams-template.txt" (
gams-template-file
) which stores templates. The previous gams-template.txt is not compatible with the current GAMS-TEMPLATE mode. You need to recreate the new "gams-template.txt" or replace the old one with the new sample template
file. -
Added
gams-temp-change-template-file
function. -
Fixed the bug in GAMS-MODEL library in gnupack Emacs.
ver.6.0
-
Note: Important changes have been added to this version of GAMS mode. Read the explanation below carefully and change your configurations in init.el file.
-
Changed the name of the main lisp code from "gams.el" to "gams-mode.el".
-
The name of feature provided by gams-mode.el changed from gams to gams-mode. So you need to use (require 'gams-mode) instead of (require 'gams).
-
Changed the name of variables and functions whose prefix is "gams*" or "gams:". Now all variables and functions defined in gams-mode.el have prefix "gams-". As a result of this change, names of the following customizable variables changed.
Old name New name `gams:process-command-name` -> `gams-process-command-name` `gams:process-command-option` -> `gams-process-command-option`
You need to modify init.el setting.
-
Change the default value of variables
gams-statement-file
andgams-template-file
.gams-statement-file -> "~/.emacs.d/gams-statement.txt" gams-template-file -> "~/.emacs.d/gams-template.txt"