Skip to content

Commit

Permalink
Updated CHNAGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiroTakeda committed Jul 7, 2024
1 parent 7282e4d commit 21e04b7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,26 @@ Maintainer: Shiro Takeda
Change logs of GAMS mode.
====================================================

Version 6.16

This comment has been minimized.

Copy link
@christophe-gouel

christophe-gouel Jul 17, 2024

Collaborator

Company-mode was supported since the 6.13.

For me, this release is about improving font-locking and autocompletion.

This comment has been minimized.

Copy link
@ShiroTakeda

ShiroTakeda Jul 19, 2024

Author Owner

Thank you. I have corrected the description.

This comment has been minimized.

Copy link
@christophe-gouel

christophe-gouel Jul 19, 2024

Collaborator

Thanks. Next time, I will make sure to also contribute to the CHANGELOG when I make contributions.

----------------------------------

* The new GAMS mode supports `company-mode` which is a text completion
framework for Emacs. If you want to use company-mode in GAMS mode, 1)
install company-mode by yourself, and 2) Please add the following code
to init.el

(add-hook
'gams-mode-hook
#'(lambda () (company-mode))
)


Version 6.15
----------------------------------

* In GAMS-SIL mode, $label command is now treated in the same way as
$title command.



Version 6.14
Expand Down

0 comments on commit 21e04b7

Please sign in to comment.