Skip to content

Releases: ShiroTakeda/gams-mode

ver.6.1.2

03 Dec 10:34
Compare
Choose a tag to compare

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 by gams-highlighted-keywords-face even in comment region. The default keywords are TODO, BUG, FIXME.

ver.6.1

27 Mar 07:54
Compare
Choose a tag to compare

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

02 Mar 09:31
Compare
Choose a tag to compare
  • 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 and gams-template-file.

      gams-statement-file -> "~/.emacs.d/gams-statement.txt"
      gams-template-file -> "~/.emacs.d/gams-template.txt"
    

ver.4.2.2

10 Mar 09:43
Compare
Choose a tag to compare
ver.4.2.2 Pre-release
Pre-release

ver.4.2.1

24 Feb 23:52
Compare
Choose a tag to compare
ver.4.2.1 Pre-release
Pre-release

ver.4.2

24 Feb 23:53
Compare
Choose a tag to compare