summaryrefslogtreecommitdiffstats
path: root/Makefile.in
AgeCommit message (Collapse)Author
2024-04-01Bump to release 1.4.0v1.4.0pgen
2022-07-18Bump to release 1.0.0.RC2v1.0.0.RC2pgen
2022-05-19Prepare for 1.0.0 RC1 releasepgen
2022-05-02Update to autoconf 2.71pgen
2021-12-10Bump to release 0.9.19v0.9.19pgen
2021-11-21Add safe wrappers to manage EINTRpgen
2021-06-10Removal of SUSE-specific specfile generationpgen
2021-01-30Bump to release 0.9.17v0.9.17pgen
2020-08-04Switch to automake 1.16.2pgen
2019-10-14Use an updated version of autotoolspgen
2019-10-01Use ctxopt.[ch] for options managementpgen
The old getopt, derived from egetopt, was too restrictive, so I developed ctxopt to better manage smenu options.
2019-03-30Improve error messages and add a FAQpgen
2019-03-30Rework the usage mechanismpgen
2018-10-08Rename ptrlist.[ch] to list.[ch]pgen
2018-10-01Create getopt.[ch]pgen
2018-10-01Create utils.[ch]pgen
2018-10-01Create fgetc.[ch]pgen
2018-10-01Create smenu.hpgen
2018-10-01Create utf8.[ch] and change code accordinglypgen
Change multibyte to utf8 to specify that we only support UTF-8 encoding.
2018-10-01Start splitting the code into different filespgen
2018-08-14Add a blacklist mechanism for some failing testspgen
On some systems ptylie behaves wrongly. This leads to some tests failing where they should succeed.
2018-05-25Add the subpackage '-tests' in the specfilepgen
2018-05-11Add the first roll of an automated testing system.pgen
2018-04-08Bump to release 0.9.12v0.9.12pgen
2018-03-08Remove INTERNALS.rst from Makefile.am and Makefile.inpgen
2018-02-01Partially revert the previous commit (e6b8) as it breaks UTF-8pgen
2017-12-10A giant commit because a lot of things have been rewritten/enhanced/fixedv0.9.10pgen
- Bump to version 0.9.10 * The words acquisition is rewritten and splitted in multiple phases * Add the capacity to (de)select rows an columns containing regexes * -i, -e, -C and -R can be used more than once and have a cumulative effect * Bugfix: -s is able to jump to non selectable words * Bugfix: The attributes are not overloaded when reading configuration files * Bugfix: the right bar is too far right in some cases. * Bugfix: the right shift indicator is omitted in some cases * Add a -x|-X option to set a timeout in seconds * Add a -f option to select an alternative configuration file * Add a -a option to set the attributes of the displayed elements * Add more controls in the selection parser * smenu can now read words directly from a file given as parameter * Rewrite the replace function used by -S/-I/-E with a more sed-like one * Searches should always consider the visual aspect of words (-S/-I/-E)
2016-12-19Improve the configure processpgen
Use the macro "AC_CONFIG_AUX_DIR" to isolate the auxiliary build tools in a dedicated directory.
2016-12-19Add code to detect the host system at compile timepgen
Compilation should now be successful on BSD system derivatives
2016-03-13Bump to version 0.9.1v0.9.1pgen
- Add a ChangeLog file - Move, add and improve some comments
2016-03-06Reorganize the code a littlepgen
- remove the smenu.h header file - add/rewrite some comments - move parts of code to more logical places
2016-03-03Add the examples directory to objects managed by automakepgen
2016-02-24Make configure.am generic by putting the version string in a filepgen
2015-12-02Improve the build processpgen
- 'make dist' generate a bzip2 compressed tarball - 'make' will work quietly
2015-11-28Add a RPM spec file templatepgen
2015-11-21Update configure and the build section in README.rstpgen
2015-11-21Put the code under autoconf controlpgen