aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/erlang.el
AgeCommit message (Expand)Author
2017-09-12Update the version to 2.8.0Bozhidar Batsov
2017-05-23Remove the obsolete erlang-buffer-substring functionBozhidar Batsov
2017-05-07Add a :package-version property to the new defcustom erlang-shell-prompt-read...Bozhidar Batsov
2017-05-07Bump the version numberBozhidar Batsov
2017-05-07Make the erlang-shell prompt read-only by defaultBozhidar Batsov
2017-05-07Remove a mention of Emacs 21Bozhidar Batsov
2017-04-29Drop some redundant backwards compatibility codeBozhidar Batsov
2017-04-29Enable lexical binding for erlang-modeBozhidar Batsov
2017-04-29Remove some ancient compatibility aliasesBozhidar Batsov
2017-04-28Merge branch 'dgud/emacs/update-bifs'Lukas Larsson
2017-04-28Update available bifs for 20Dan Gudmundsson
2017-04-27Restore Emacs 25 supportJohan Claesson
2017-04-25Merge pull request #1411 from bbatsov/drop-legacy-codeDan Gudmundsson
2017-04-25erts: Add erlang:list_to_port/1 debug bifLukas Larsson
2017-04-25erts: Auto-import port_to_list for consistencyLukas Larsson
2017-04-21erts: Polish off erlang:list_to_ref/1Lukas Larsson
2017-04-17Remove a bunch of redundant feature and function checksBozhidar Batsov
2017-04-17Drop the redundant erlang-uncomment-region commandBozhidar Batsov
2017-04-16Drop some legacy compatibility codeBozhidar Batsov
2017-02-08Emacs: Consider arity when jumping to definitionsJohan Claesson
2017-02-08Fix a command's nameBozhidar Batsov
2017-02-08Set erlang-mode's encoding to utf-8Bozhidar Batsov
2017-02-08Remove redundant wrappers around Emacs version constantsBozhidar Batsov
2017-02-08Convert some defvars to defcustoms and fix some docstringsBozhidar Batsov
2017-02-08Remove some unneeded backward compatibility codeBozhidar Batsov
2017-02-08Remove redundant erlang-interactive-pBozhidar Batsov
2017-02-08Remove redundant function prog-modeBozhidar Batsov
2017-02-08Remove redundant function erlang-string-to-intBozhidar Batsov
2017-02-08Require Emacs 24.1 in erlang-modeBozhidar Batsov
2017-02-08Fix some whitespace in erlang-modeBozhidar Batsov
2016-11-28Merge branch 'maint'Dan Gudmundsson
2016-11-19Add an option erlang-icr-indentVictor Ren
2016-11-08Merge branch 'maint'Dan Gudmundsson
2016-10-25New commands to ease looking up OTP documentationLeo Liu
2016-10-24Merge branch 'maint'Dan Gudmundsson
2016-10-11Fix all whitespace-related issues in erlang.elBozhidar Batsov
2016-10-07Merge branch 'maint'Dan Gudmundsson
2016-10-07Merge branch 'dgud/tools/emacs/edoc-support/PR-1195/OTP-13945' into maintDan Gudmundsson
2016-10-06New file erlang-edoc.el to support EDoc in erlang-modeLeo Liu
2016-10-05Merge branch 'maint'Dan Gudmundsson
2016-10-05Merge branch 'dgud/emacs/do-not-require-final-newline/PR-1130' into maintDan Gudmundsson
2016-09-05Implement the new ceil/1 and floor/1 guard BIFsBjörn Gustavsson
2016-08-31Emacs: extend support for compile optionsJohan Claesson
2016-08-31Function instead of lambda in adviceJohan Claesson
2016-08-31Enable tag completion in emacs erlang shellJohan Claesson
2016-07-15erlang-mode: do not configure require-final-newlineTuncer Ayaz
2016-06-14Tag completion in Emacs 25Johan Claesson
2016-05-23emacs: Improve default tag searchDan Gudmundsson
2016-05-23Let find-tag visit definitions in right orderJohan Claesson
2016-05-20Merge branch 'dgud/tools/emacs-xref/PR-1051'Dan Gudmundsson