<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git/setup.py, branch v10.14.3</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.14.3</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.14.3'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2018-10-16T06:00:55Z</updated>
<entry>
<title>Make 10.14.3 release</title>
<updated>2018-10-16T06:00:55Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-16T05:18:55Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=5d918357dd5734b900e1fdf074090ea662debd9e'/>
<id>urn:sha1:5d918357dd5734b900e1fdf074090ea662debd9e</id>
<content type='text'>
Adds commit 98af94d ("Make Kconfig.choices match its description").
Previously, Kconfig.choices was accidentally identical to
Kconfig.unique_choices. It's now crappy as advertised, and keeps
duplicates.

Removing duplicates (while preserving order) was the original reason for
adding Kconfig.unique_defined_syms and Kconfig.unique_choices. It'd be
rare to need Kconfig.choices.
</content>
</entry>
<entry>
<title>Make 10.14.2 release</title>
<updated>2018-10-14T20:37:49Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-14T20:37:49Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=853fa1915968015037610c03c67694da894a0081'/>
<id>urn:sha1:853fa1915968015037610c03c67694da894a0081</id>
<content type='text'>
Adds two small menuconfig improvements/fixes:

 - Commit 9a7b374 ("menuconfig: Fix some minor resizing jumpiness on
   gnome-terminal")

 - Commit 3d0dc9f ("menuconfig: Switch back to "very visible" cursor
   after Ctrl-F")
</content>
</entry>
<entry>
<title>Make 10.14.1 release</title>
<updated>2018-10-13T23:56:48Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-13T23:53:38Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=a204df5ea6f7cb925f8b2f4035a1adfa68d41b82'/>
<id>urn:sha1:a204df5ea6f7cb925f8b2f4035a1adfa68d41b82</id>
<content type='text'>
Adds commit 63bbecb ("menuconfig: Fix crash when pressing Ctrl-F with no
matches in jump-to dialog").

Ctrl-F is the view-help shortcut in the jump-to dialog.
</content>
</entry>
<entry>
<title>Make 10.14.0 release</title>
<updated>2018-10-13T22:58:32Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-13T22:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=8a8e03dab76f9c6893b355c5790a63095a0b781d'/>
<id>urn:sha1:8a8e03dab76f9c6893b355c5790a63095a0b781d</id>
<content type='text'>
Adds two menuconfig improvements and a documentation improvement:

 - Commit 96682d7 ("menuconfig: Add jump-to for choices, menus, and
   comments") generalizes the jump-to feature so that choices, menus,
   and comments can be jumped to in addition to symbols (or into, in the
   case of choices and menus).

 - Commit fae2e70 ("menuconfig: Do not show range hint for symbols
   without ranges") despams the menuconfig interface and could
   potentially avoid some confusion.

 - Commit bde4cc7 ("Add some hints re. generating custom configuration
   output") adds some documentation hints re. using the
   Symbol.config_string field when generating custom output. It can be
   useful for pruning symbols even when the output format isn't
   .config-like.
</content>
</entry>
<entry>
<title>Make 10.13.0 release</title>
<updated>2018-10-10T17:40:33Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-10T17:34:54Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=9b09e2b72e4214cc48ddad6c9b33dbe59f59c7ce'/>
<id>urn:sha1:9b09e2b72e4214cc48ddad6c9b33dbe59f59c7ce</id>
<content type='text'>
Adds commit a247f3f ("menuconfig: Improve/fix promptless choice
handling"), which fixes an obscure menuconfig crash involving symbols in
promptless choices, and improves how choices are displayed in
show-all/show-name mode a bit ('&lt;choice (name, if any)&gt;' instead of
either nothing or '&lt;name&gt;').
</content>
</entry>
<entry>
<title>Make 10.12.0 release</title>
<updated>2018-10-06T04:50:13Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-06T04:41:56Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=f0747641bb7f7db8f0fd75c6ef8908bac7d7a758'/>
<id>urn:sha1:f0747641bb7f7db8f0fd75c6ef8908bac7d7a758</id>
<content type='text'>
Adds commit f1e4d04 ("menuconfig: Remove "Value for " prefix from input
dialog titles"), which de-spams the menuconfig interface a bit.

Some documentation fixes and improvements are included as well:

 - Commit 631c51f ("Point to IS_ENABLED() is README")

 - Commit f594975 ("Add hints on incremental building to 'getting
   started'")

 - Commit d044ee9 ("Clarify --config-out description a bit")

 - Commit 358b77a ("Hint that load_config() with replace=False is for
   merging")

 - Commit 5d15df9 ("Update genconfig usage description")

The naming in some internal evaluation functions was cleaned up too.
</content>
</entry>
<entry>
<title>Make 10.11.0 release</title>
<updated>2018-10-03T06:08:03Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-03T06:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=5c4c9baca95829a0dbb8e04d7bc46b3e44f3602e'/>
<id>urn:sha1:5c4c9baca95829a0dbb8e04d7bc46b3e44f3602e</id>
<content type='text'>
Adds commit 4602028 ("genconfig: Allow writing a full .config without
incremental build info"), which adds a flag to genconfig that might be
handy in projects that include .config files in Makefiles but that don't
use incremental build information.
</content>
</entry>
<entry>
<title>Make 10.10.2 release</title>
<updated>2018-10-03T01:51:16Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-03T01:51:16Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=2fda7e6d1bca1e3b07bded409645f926c8069fbe'/>
<id>urn:sha1:2fda7e6d1bca1e3b07bded409645f926c8069fbe</id>
<content type='text'>
Just adds commit 4af2ac3 ("Actually fix README RST display on PyPI").
</content>
</entry>
<entry>
<title>Make 10.10.1 release</title>
<updated>2018-10-03T01:32:21Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-03T01:32:21Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=32b65bad60e9ffae3d7e44bc8ed69d73431ff71b'/>
<id>urn:sha1:32b65bad60e9ffae3d7e44bc8ed69d73431ff71b</id>
<content type='text'>
Just adds commit fe28703 ("Fix README RST display on PyPI").
</content>
</entry>
<entry>
<title>Make 10.10.0 release</title>
<updated>2018-10-03T00:11:26Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-03T00:10:10Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=76db00e4c619a4d1389be0fc948931fae48e4a03'/>
<id>urn:sha1:76db00e4c619a4d1389be0fc948931fae48e4a03</id>
<content type='text'>
Gets the README updated from commit 534e3e7 ("Add a 'getting started'
section to the README") up on PyPI.
</content>
</entry>
</feed>
