aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/erlang.el
AgeCommit message (Expand)Author
2017-09-06Merge branch 'maint' into john/erts/merge-zlib-and-vector-qJohn Högberg
2017-09-06Merge branch 'lukas/erts/nif_vector_q/OTP-14598' into maintJohn Högberg
2017-09-05erts: Add erlang:iolist_to_iovecLukas Larsson
2017-08-28Merge branch 'rickard/dist/OTP-14459' into rickard/dist/master/OTP-14459Rickard Green
2017-08-28Support for distribution controller processesRickard Green
2017-08-23Emacs: Fix default target for xref-find-referencesJohan Claesson
2017-05-09[emacs] fixup Forgot prognDan Gudmundsson
2017-05-09[emacs] Fix paranthesis error advice-addSiri Hansen
2017-05-04Update copyright yearRaimo Niskanen
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