Commit Graph

8 Commits

Author SHA1 Message Date
Uwe Brauer 9c03ebf876 Update to GPL3+ (see the ChangeLog file for details, files in test directory left out)
* cedet-matlab.el: update to GPL3+

* company-matlab-shell.el: ditto

* company-matlab-shell.el: ditto

* dl_emacs_support.m: ditto

* linemark.el: ditto

* matlab-publish.el: ditto

* semanticdb-matlab.el: ditto

* semantic-matlab.el: Ditto

* matlab.el: ditto

* mlint.el: Ditto
2023-07-12 18:55:41 +02:00
Uwe Brauer c945bf5025 Correct a silly typo in company-matlab-shell.el
* company-matlab-shell.el: 677 correct a silly typo: Auctex should be Matlab
2021-11-22 09:33:48 +01:00
Eric Ludlam fdadaa0cdb matlab.el, mlint.el, semantic-matlab.el,
tlc.el, linemark.el, company-matlab-shell.el:
Update Copyrights:
* Fix date ranges to be more reliable.
* Remove MathWorks as copyright holder.
2020-02-08 21:43:34 -05:00
Eric Ludlam 9eaf9e7752 Overview:
Move large chunks of matlab.el to matlab-complete.el,
matlab-shell.el, and matlab-topic.el.
Update existing .el files to require new files as needed.
Update Makefiles to no longer have Makefile check.

matlab.el: Settings updates:
(matlab-mode-version): Update to 4.0 (based on expectations of this change.)
(matlab-functions-have-end): set to t.  Fix doc.
(matlab-functions-have-end-p): If guess, then guess, otherwise
base it on matlab-functions-have-end.
(matlab-fill-code): set to nil.
(matlab-keyword-list, matlab-block-end-pre-if): remove endfunction
(matlab-calculate-indentation): remove matlab-ltype-endfunction-comm.

matlab.el: code moving
(matlab-frame-init): moved earlier near keymaps.
2019-11-08 20:49:50 -05:00
John Ciolfi 50266ff812 Allow completion within a line and better quit support. 2018-01-25 13:10:25 -05:00
John Ciolfi be1b68bd03 fix tab completiong, m-file debugging, and emacs warnings
See ChangeLog for details.
2017-12-05 14:08:53 -05:00
zappo 552d18289b (company): Allow build when this require doesn't exist. 2009-07-06 20:36:56 +00:00
zappo 7477cae744 Contributed by David Engster.
Company mode support for matlab-shell.
2009-07-06 20:22:05 +00:00