<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/test/manual, branch feature/byte-tail-recursion</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>* test/manual/indent/scss-mode.scss: Fix indentation</title>
<updated>2017-02-04T19:40:13+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2017-02-04T19:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=caf31fb5f53aef47bea1cd2e741f5d9c254c1a81'/>
<id>caf31fb5f53aef47bea1cd2e741f5d9c254c1a81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation of multiline CSS property values</title>
<updated>2017-02-04T19:19:54+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2017-02-02T19:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f6ff7bb1fcd062fe4ebf6c89890524110501583e'/>
<id>f6ff7bb1fcd062fe4ebf6c89890524110501583e</id>
<content type='text'>
* lisp/textmodes/css-mode.el (css-smie-grammar): Give colons belonging
to properties higher precedence.
(css--colon-inside-selector-p, css--colon-inside-funcall): New
functions for helping SMIE during tokenization.
(css-smie--forward-token, css-smie--backward-token): Distinguish
colons belonging to properties from other colons.

* test/manual/indent/css-mode.css: Add tests for the changes above.

* test/manual/indent/scss-mode.scss: Ditto.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/css-mode.el (css-smie-grammar): Give colons belonging
to properties higher precedence.
(css--colon-inside-selector-p, css--colon-inside-funcall): New
functions for helping SMIE during tokenization.
(css-smie--forward-token, css-smie--backward-token): Distinguish
colons belonging to properties from other colons.

* test/manual/indent/css-mode.css: Add tests for the changes above.

* test/manual/indent/scss-mode.scss: Ditto.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for scrolling</title>
<updated>2017-02-03T02:21:18+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2017-01-28T21:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=da515a0d8e97d89a1c7e60faea190174a8c72618'/>
<id>da515a0d8e97d89a1c7e60faea190174a8c72618</id>
<content type='text'>
* test/manual/scroll-tests.el: New tests for scroll-margin behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/manual/scroll-tests.el: New tests for scroll-margin behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add chained indentation to js-mode</title>
<updated>2017-01-13T19:38:36+00:00</updated>
<author>
<name>Tom Tromey</name>
</author>
<published>2017-01-13T06:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=502390822f9c0068898ae41285b37568bf0e4d1c'/>
<id>502390822f9c0068898ae41285b37568bf0e4d1c</id>
<content type='text'>
Bug#20896
* lisp/progmodes/js.el (js-chain-indent): New variable.
(js--skip-term-backward, js--skip-terms-backward)
(js--chained-expression-p): New functions.
(js--proper-indentation): Call js--chained-expression-p.
* test/manual/indent/js-chain.js: New file.
* test/manual/indent/js.js: Add (non-)chained indentation test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug#20896
* lisp/progmodes/js.el (js-chain-indent): New variable.
(js--skip-term-backward, js--skip-terms-backward)
(js--chained-expression-p): New functions.
(js--proper-indentation): Call js--chained-expression-p.
* test/manual/indent/js-chain.js: New file.
* test/manual/indent/js.js: Add (non-)chained indentation test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix js-mode indentation bug</title>
<updated>2017-01-13T19:38:36+00:00</updated>
<author>
<name>Tom Tromey</name>
</author>
<published>2017-01-10T05:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b47f97218efb8d9966e084bdfd8a86e8c47cf81d'/>
<id>b47f97218efb8d9966e084bdfd8a86e8c47cf81d</id>
<content type='text'>
Bug#15582:
* lisp/progmodes/js.el (js--find-newline-backward): New function.
(js--continued-expression-p): Use it.
* test/manual/indent/js.js: Add new test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug#15582:
* lisp/progmodes/js.el (js--find-newline-backward): New function.
(js--continued-expression-p): Use it.
* test/manual/indent/js.js: Add new test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix definition of EMACS in test/manual/indent/Makefile</title>
<updated>2017-01-13T19:38:36+00:00</updated>
<author>
<name>Tom Tromey</name>
</author>
<published>2017-01-13T06:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cab7a385881b29df45338acd07dbc39ec703fa80'/>
<id>cab7a385881b29df45338acd07dbc39ec703fa80</id>
<content type='text'>
* test/manual/indent/Makefile (EMACS): Add one more "..".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/manual/indent/Makefile (EMACS): Add one more "..".
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-25</title>
<updated>2017-01-01T09:10:47+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2017-01-01T09:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9'/>
<id>bcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9</id>
<content type='text'>
2e2a806 Fix copyright years by hand
5badc81 Update copyright year to 2017
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2e2a806 Fix copyright years by hand
5badc81 Update copyright year to 2017
</pre>
</div>
</content>
</entry>
<entry>
<title>Forth related improvements for etags</title>
<updated>2016-12-01T16:58:08+00:00</updated>
<author>
<name>Helmut Eller</name>
</author>
<published>2016-12-01T16:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bb8e38273e701ad5c65e747e8eda3bd8f3aa4adb'/>
<id>bb8e38273e701ad5c65e747e8eda3bd8f3aa4adb</id>
<content type='text'>
Generate correct tags names for things like "(foo)".
Previously "(foo" created.

Fix a bug where a tag for "-bar" was created when encountering things
like "create-bar".

Recognize more words from the Forth-2012 Standard.

* lib-src/etags.c (Forth_words): Check for whitespace after defining
words.  Create tag with make_tag instead of get_tag to avoid notiname
which isn't appropriate for Forth.

* test/manual/etags/forth-src/test-forth.fth: Add some test cases.
* test/manual/etags/ETAGS.good_1:
* test/manual/etags/ETAGS.good_2:
* test/manual/etags/ETAGS.good_3:
* test/manual/etags/ETAGS.good_4:
* test/manual/etags/ETAGS.good_5:
* test/manual/etags/ETAGS.good_6:
* test/manual/etags/CTAGS.good: Adapt to the changes in etags.c and
new test cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Generate correct tags names for things like "(foo)".
Previously "(foo" created.

Fix a bug where a tag for "-bar" was created when encountering things
like "create-bar".

Recognize more words from the Forth-2012 Standard.

* lib-src/etags.c (Forth_words): Check for whitespace after defining
words.  Create tag with make_tag instead of get_tag to avoid notiname
which isn't appropriate for Forth.

* test/manual/etags/forth-src/test-forth.fth: Add some test cases.
* test/manual/etags/ETAGS.good_1:
* test/manual/etags/ETAGS.good_2:
* test/manual/etags/ETAGS.good_3:
* test/manual/etags/ETAGS.good_4:
* test/manual/etags/ETAGS.good_5:
* test/manual/etags/ETAGS.good_6:
* test/manual/etags/CTAGS.good: Adapt to the changes in etags.c and
new test cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add example for bug#24854</title>
<updated>2016-11-18T00:12:02+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2016-11-18T00:12:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=03c00f716ff7d30c400995e42d7702ed2ba1a07d'/>
<id>03c00f716ff7d30c400995e42d7702ed2ba1a07d</id>
<content type='text'>
* test/manual/indent/js.js: Add example for bug#24854.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/manual/indent/js.js: Add example for bug#24854.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-25</title>
<updated>2016-09-26T20:35:56+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-09-26T20:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fffa49b136b02052073fa584cf7b9fe99b1bf951'/>
<id>fffa49b136b02052073fa584cf7b9fe99b1bf951</id>
<content type='text'>
cf9e174 Document the optional zlib library in MS-Windows builds
84eb144 ; * admin/notes/unicode: Mention BidiCharacterTest.txt.
73c67dd Fix tagging of DEFUN by etags
ea1960b Avoid resetting track-mouse by mouse clicks
505fef3 Improve nt/README.W32 instructions
1229cc4 Document that desktop file overrides frame parameters
f0eb70d ; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 release

# Conflicts:
#	ChangeLog.2
#	admin/notes/unicode
#	lisp/ldefs-boot.el
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cf9e174 Document the optional zlib library in MS-Windows builds
84eb144 ; * admin/notes/unicode: Mention BidiCharacterTest.txt.
73c67dd Fix tagging of DEFUN by etags
ea1960b Avoid resetting track-mouse by mouse clicks
505fef3 Improve nt/README.W32 instructions
1229cc4 Document that desktop file overrides frame parameters
f0eb70d ; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 release

# Conflicts:
#	ChangeLog.2
#	admin/notes/unicode
#	lisp/ldefs-boot.el
</pre>
</div>
</content>
</entry>
</feed>
