<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ctct.git/CHANGELOG, branch master</title>
<subtitle>a simple console contact manager</subtitle>
<id>http://git.respiranto.de/ctct.git/atom?h=master</id>
<link rel='self' href='http://git.respiranto.de/ctct.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/'/>
<updated>2019-01-11T12:52:09+00:00</updated>
<entry>
<title>Divide CHANGELOG into a few more sections</title>
<updated>2019-01-11T12:52:09+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2019-01-11T12:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=7d2edff0955b6a88582f0454f7665f1a0916256d'/>
<id>urn:sha1:7d2edff0955b6a88582f0454f7665f1a0916256d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Honor $VISUAL</title>
<updated>2019-01-10T07:17:52+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2019-01-10T07:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=9e34fc04c31fa00f97a889be2d41fb43d44deeb0'/>
<id>urn:sha1:9e34fc04c31fa00f97a889be2d41fb43d44deeb0</id>
<content type='text'>
It does now take precedence over $EDITOR when editing files.

You probably do not want to edit contact entries with ed.
</content>
</entry>
<entry>
<title>Update CHANGELOG</title>
<updated>2019-01-10T07:16:50+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2019-01-10T07:16:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=0f8ac72b86937513bf10c3ce21ac445724e9a13a'/>
<id>urn:sha1:0f8ac72b86937513bf10c3ce21ac445724e9a13a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use arrays for the program variables</title>
<updated>2018-12-25T18:55:10+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-25T18:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=6b7f9285c430ae198b1190a6454b503da716fa6f'/>
<id>urn:sha1:6b7f9285c430ae198b1190a6454b503da716fa6f</id>
<content type='text'>
Also,
- Fix --search-by-data with $output_program != cat.
 `- Required a the introduction of $tmp_dir.
- Correct some bad explanation in ctct_config(5).
- Correctly initialize $user_config_file in the script.
</content>
</entry>
<entry>
<title>Update CHANGELOG</title>
<updated>2018-12-25T16:52:44+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-25T16:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=822c9773316ffff0ec8f1c791af3fd50433ee9b0'/>
<id>urn:sha1:822c9773316ffff0ec8f1c791af3fd50433ee9b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove sed dependency from README</title>
<updated>2018-12-25T16:43:30+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-25T16:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=fc85d5685caeef1b9eef719f935dabc1625984d9'/>
<id>urn:sha1:fc85d5685caeef1b9eef719f935dabc1625984d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Decide the next version to be 0.3.0, not 0.2.3</title>
<updated>2018-12-25T16:29:06+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-25T16:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=38118d392a446e53e71338de1c50d1a5659d3938'/>
<id>urn:sha1:38118d392a446e53e71338de1c50d1a5659d3938</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent matching illegal sequences globally</title>
<updated>2018-12-25T15:27:49+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-25T15:03:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=194052e67ed30121d7b66e8e7db559a32d001dab'/>
<id>urn:sha1:194052e67ed30121d7b66e8e7db559a32d001dab</id>
<content type='text'>
E.g., a+b will no longer be matched by anything.  This is due to the
global usage of a modified list_all().

Also:
- Use different return types for different things (e.g. $RET_SUCCESS).
 `- Both internally and externally (exit codes, documented in ctct(1)).
- Make --search-by-data more efficient.
 `- One call to grep for all files.
 `- The conjunction of the regexes still requires several calls.
- Rename functions to more speaking names.
- Document the function parameters.
- Add vi modelines.
- Use [[:alpha:]] instead of [A-Za-z] which appears to be the same but
  more clear.  Notably, both seem to include non-ASCII letters, for
  example 'à'.
- Set nullglob option in the script to prevent errors for cases where
  glob patterns would be used.
- Add a silent option ro check_syntax() (not used).
- Add a full_path option to list_all() (not used).
- Use return instead of exit in main().
- Remove one remaining usage of eval.
- Fix small format issue in ctct(1) (I -&gt; B).
 `- They are no longer, but it hardly harms to have this option.
</content>
</entry>
<entry>
<title>Rename conf file and bash completion script</title>
<updated>2018-12-24T21:08:46+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-24T20:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=e82f76b87ff9779532908a02315b6425fb8a53f4'/>
<id>urn:sha1:e82f76b87ff9779532908a02315b6425fb8a53f4</id>
<content type='text'>
Also,
- Add the new manpage to the Makefile.
- Add additional dependencies in README.
- Fix some small formatting mistakes in ctct(1).
</content>
</entry>
<entry>
<title>Split off ctct_config(5)</title>
<updated>2018-12-24T19:21:08+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-24T19:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=263743c43945d4ee8d0fcd88636db3ddd4981eaa'/>
<id>urn:sha1:263743c43945d4ee8d0fcd88636db3ddd4981eaa</id>
<content type='text'>
</content>
</entry>
</feed>
