<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/tools, branch OTP-20.3.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update release notes</title>
<updated>2018-03-09T10:01:07+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-03-09T10:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7c7ba7191a3932e737fa81fd0166df1c637d4b31'/>
<id>7c7ba7191a3932e737fa81fd0166df1c637d4b31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version numbers</title>
<updated>2018-03-09T09:59:22+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-03-09T09:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=db5a9ef5e49f55338369f088bbef1d492f8c3c0c'/>
<id>db5a9ef5e49f55338369f088bbef1d492f8c3c0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pr/1620' into maint</title>
<updated>2018-03-02T12:26:21+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-03-02T12:26:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=075baa1d95f225b60b9d9d53592cdfaecf81c24f'/>
<id>075baa1d95f225b60b9d9d53592cdfaecf81c24f</id>
<content type='text'>
* pr/1620:
  Add updated type-spec to Emacs skeletons of OTP behaviours
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pr/1620:
  Add updated type-spec to Emacs skeletons of OTP behaviours
</pre>
</div>
</content>
</entry>
<entry>
<title>Add updated type-spec to Emacs skeletons of OTP behaviours</title>
<updated>2018-03-02T11:26:52+00:00</updated>
<author>
<name>Hamidreza Soleimani</name>
<email>hamidreza.s@gmail.com</email>
</author>
<published>2017-11-05T14:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=41989853942f90763b21103958d8b2c0889f3728'/>
<id>41989853942f90763b21103958d8b2c0889f3728</id>
<content type='text'>
The changes are based on the latest versions of following modules
and are also similar to gen_statem Emacs skeleton. Note that the
gen_fsm is not updated because it is deprecated.

application:
* add/update type-spec for all callbacks
* add start_phase/3 callback
* add prep_stop/1 callback
* add config_change/3 callback

supervisor:
* add/update type-spec for all callbacks

supervisor_bridge:
* add/update type-spec for all callbacks

gen_server:
* add/update type-spec for all callbacks
* add format_status/2 callback

gen_event:
* add/update type-spec for all callbacks
* add format_status/2 callback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changes are based on the latest versions of following modules
and are also similar to gen_statem Emacs skeleton. Note that the
gen_fsm is not updated because it is deprecated.

application:
* add/update type-spec for all callbacks
* add start_phase/3 callback
* add prep_stop/1 callback
* add config_change/3 callback

supervisor:
* add/update type-spec for all callbacks

supervisor_bridge:
* add/update type-spec for all callbacks

gen_server:
* add/update type-spec for all callbacks
* add format_status/2 callback

gen_event:
* add/update type-spec for all callbacks
* add format_status/2 callback
</pre>
</div>
</content>
</entry>
<entry>
<title>Derive `erlang-shell-mode` properly from `comint-mode`</title>
<updated>2018-03-02T08:43:11+00:00</updated>
<author>
<name>Tianxiang Xiong</name>
<email>tianxiang.xiong@gmail.com</email>
</author>
<published>2018-02-12T08:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d17ef36e2f0c81540dfc71e77cce91a4ff604f0c'/>
<id>d17ef36e2f0c81540dfc71e77cce91a4ff604f0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dgud/tools/emacs/indent-tests' into maint</title>
<updated>2018-03-01T13:55:17+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-03-01T13:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=af960d82c5b8322a40bddc4bc08897b7e2d95463'/>
<id>af960d82c5b8322a40bddc4bc08897b7e2d95463</id>
<content type='text'>
* dgud/tools/emacs/indent-tests:
  emacs: delimiter first in icr works
  emacs: Indent delimiter first in term elements correctly
  emacs: Indent tuple (and maps) elements as list elements
  Add emacs indention testcase

OTP-14944
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/tools/emacs/indent-tests:
  emacs: delimiter first in icr works
  emacs: Indent delimiter first in term elements correctly
  emacs: Indent tuple (and maps) elements as list elements
  Add emacs indention testcase

OTP-14944
</pre>
</div>
</content>
</entry>
<entry>
<title>emacs: delimiter first in icr works</title>
<updated>2018-03-01T13:39:50+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-01-10T15:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=13f1dec0220d44e5178feb52cf076dbdebaa23a0'/>
<id>13f1dec0220d44e5178feb52cf076dbdebaa23a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>emacs: Indent delimiter first in term elements correctly</title>
<updated>2018-03-01T13:39:50+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-01-10T11:59:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f0a74dfbaf87f65f6fe7f63fa63965a35fa30faa'/>
<id>f0a74dfbaf87f65f6fe7f63fa63965a35fa30faa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>emacs: Indent tuple (and maps) elements as list elements</title>
<updated>2018-03-01T13:39:49+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-01-09T12:00:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e57a6ec75ed99d4695fb8fcd31dd625483951687'/>
<id>e57a6ec75ed99d4695fb8fcd31dd625483951687</id>
<content type='text'>
Avoid

From:
{
^^element1,
^^element2
}

To:
{
^element1,
^element2
}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid

From:
{
^^element1,
^^element2
}

To:
{
^element1,
^element2
}
</pre>
</div>
</content>
</entry>
<entry>
<title>Add emacs indention testcase</title>
<updated>2018-03-01T12:37:13+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-12-20T09:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=aa9054e0ea48a127f2aeafcdce1df4d1aec09574'/>
<id>aa9054e0ea48a127f2aeafcdce1df4d1aec09574</id>
<content type='text'>
Split the manual testcase and run them in daily tests instead.
Easy to run directly as well:
(cd ../test; cerl -eval "emacs_SUITE:indent([])")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split the manual testcase and run them in daily tests instead.
Easy to run directly as well:
(cd ../test; cerl -eval "emacs_SUITE:indent([])")
</pre>
</div>
</content>
</entry>
</feed>
