<feed xmlns='http://www.w3.org/2005/Atom'>
<title>perspective-el.git, branch 2.16</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/perspective-el.git/'/>
<entry>
<title>Bump to version 2.16.</title>
<updated>2021-07-31T18:25:57+00:00</updated>
<author>
<name>Constantine Vetoshev</name>
<email>gepardcv@gmail.com</email>
</author>
<published>2021-07-31T18:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/perspective-el.git/commit/?id=c052ab2ce23f969ad2b7853ba0b3cbd4a5954c47'/>
<id>c052ab2ce23f969ad2b7853ba0b3cbd4a5954c47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update window splitting hint to use display-buffer-base-action.</title>
<updated>2021-07-10T00:10:58+00:00</updated>
<author>
<name>Constantine Vetoshev</name>
<email>gepardcv@gmail.com</email>
</author>
<published>2021-07-10T00:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/perspective-el.git/commit/?id=b55aec612db791a1720232df0e2df0d3597d850b'/>
<id>b55aec612db791a1720232df0e2df0d3597d850b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #159 from mehw/properly_restore_default_value_of_header-line-format</title>
<updated>2021-07-09T23:53:50+00:00</updated>
<author>
<name>gcv</name>
<email>gepardcv@gmail.com</email>
</author>
<published>2021-07-09T23:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/perspective-el.git/commit/?id=5ad026545b47f85eec53b680b4803497b03f2a1e'/>
<id>5ad026545b47f85eec53b680b4803497b03f2a1e</id>
<content type='text'>
disabling persp-mode should not mix a buffer's header-line-format with its default (aka global) value</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
disabling persp-mode should not mix a buffer's header-line-format with its default (aka global) value</pre>
</div>
</content>
</entry>
<entry>
<title>Change CONTRIBUTING link to point to GitHub Actions.</title>
<updated>2021-07-08T23:50:08+00:00</updated>
<author>
<name>Constantine Vetoshev</name>
<email>gepardcv@gmail.com</email>
</author>
<published>2021-07-08T23:50:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/perspective-el.git/commit/?id=8e5a51adb9336c8bb4259f9c478c18c79490002a'/>
<id>8e5a51adb9336c8bb4259f9c478c18c79490002a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>persp-mode: properly restore header-line-format default value</title>
<updated>2021-07-08T22:23:31+00:00</updated>
<author>
<name>Matthew White</name>
<email>mehw.is.me@inventati.org</email>
</author>
<published>2021-06-18T14:15:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/perspective-el.git/commit/?id=6e1d64ce2c3dfb3a0ff721aed80d35fd47f89522'/>
<id>6e1d64ce2c3dfb3a0ff721aed80d35fd47f89522</id>
<content type='text'>
Do not use the buffer local value of 'header-line-format' when setting
its default value upon disabling 'persp-mode'.

This solves a weird behavior.  Disabling 'persp-mode' sets the default
value of 'header-line-format' to the buffer local value.  i.e. turning
off 'persp-mode' while in *Buffer List* will set the header of buffers
which do not use a local value to the same header of *Buffer List*.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not use the buffer local value of 'header-line-format' when setting
its default value upon disabling 'persp-mode'.

This solves a weird behavior.  Disabling 'persp-mode' sets the default
value of 'header-line-format' to the buffer local value.  i.e. turning
off 'persp-mode' while in *Buffer List* will set the header of buffers
which do not use a local value to the same header of *Buffer List*.
</pre>
</div>
</content>
</entry>
<entry>
<title>basic-persp-header-line-format-default-value: new ert test</title>
<updated>2021-07-08T22:23:29+00:00</updated>
<author>
<name>Matthew White</name>
<email>mehw.is.me@inventati.org</email>
</author>
<published>2021-07-08T21:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/perspective-el.git/commit/?id=7d129ff6bfe36c05721032a6d4c1cc9ef8177548'/>
<id>7d129ff6bfe36c05721032a6d4c1cc9ef8177548</id>
<content type='text'>
Test whether disabling 'persp-mode' while in a buffer with a locally
modified 'header-line-format' uses the latter's to update the global
default value of 'header-line-format'.  Because it shouldn't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test whether disabling 'persp-mode' while in a buffer with a locally
modified 'header-line-format' uses the latter's to update the global
default value of 'header-line-format'.  Because it shouldn't.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #158 from mehw/fix_macro_persp-test-with-persp</title>
<updated>2021-07-08T18:51:12+00:00</updated>
<author>
<name>gcv</name>
<email>gepardcv@gmail.com</email>
</author>
<published>2021-07-08T18:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/perspective-el.git/commit/?id=46c7fdcdde074c4eb1b2c58ec2ee34df0efe509f'/>
<id>46c7fdcdde074c4eb1b2c58ec2ee34df0efe509f</id>
<content type='text'>
persp-test-with-persp: use delete rather than delq to remove strings (equal vs eq)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
persp-test-with-persp: use delete rather than delq to remove strings (equal vs eq)</pre>
</div>
</content>
</entry>
<entry>
<title>persp-test-with-persp: use delete, not delq, to remove strings</title>
<updated>2021-07-08T13:33:23+00:00</updated>
<author>
<name>Matthew White</name>
<email>mehw.is.me@inventati.org</email>
</author>
<published>2021-07-08T13:33:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/perspective-el.git/commit/?id=8496095d3cc1ac851415f1dfff3899374155e392'/>
<id>8496095d3cc1ac851415f1dfff3899374155e392</id>
<content type='text'>
Strings comparison requires 'equal', not 'eq', i.e. 'delq' will not
remove "main" (aka 'persp-initial-frame-name') from '("main" "A")'.

Using 'delq', 'persp-test-with-persp' will try to improperly kill a
scratch buffer named "*scratch* (main)", if 'persp-names' returns a
list like '("main" "A")'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Strings comparison requires 'equal', not 'eq', i.e. 'delq' will not
remove "main" (aka 'persp-initial-frame-name') from '("main" "A")'.

Using 'delq', 'persp-test-with-persp' will try to improperly kill a
scratch buffer named "*scratch* (main)", if 'persp-names' returns a
list like '("main" "A")'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Travis with GitHub Actions.</title>
<updated>2021-07-06T19:10:56+00:00</updated>
<author>
<name>Constantine Vetoshev</name>
<email>gepardcv@gmail.com</email>
</author>
<published>2021-07-06T18:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/perspective-el.git/commit/?id=b847965128695ac6e18a7a218e6e2d2d5a1bd8c9'/>
<id>b847965128695ac6e18a7a218e6e2d2d5a1bd8c9</id>
<content type='text'>
travis-ci.org was deprecated on 2021-06-15.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
travis-ci.org was deprecated on 2021-06-15.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add persp-kill-others.</title>
<updated>2021-07-06T13:05:59+00:00</updated>
<author>
<name>Constantine Vetoshev</name>
<email>gepardcv@gmail.com</email>
</author>
<published>2021-07-06T13:05:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/perspective-el.git/commit/?id=2ff458a4f4bd4496a45f7946dd0c445616d3fb5e'/>
<id>2ff458a4f4bd4496a45f7946dd0c445616d3fb5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
