Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | po/: Add Makevars | Lukas Fleischer | 2012-11-26 | 1 | -4/+0 |
| | | | | | | | | Add project-specific gettext settings to "po/Makevars". Also, remove the "AM_XGETTEXT_OPTION" autoconf macro and use "XGETTEXT_OPTIONS" Makevars instead. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | autogen.sh: Add missing autopoint(1) command | Lukas Fleischer | 2012-11-26 | 1 | -0/+1 |
| | | | | | | | autopoint(1) is needed to create the gettext infrastructure. This was forgotten in 7e7987575a4d5228137dba649813307c381c5034. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Add a configuration file upgrade script | Lukas Fleischer | 2012-03-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | This isn't ready for distribution but allows users of the -git version of calcurse to easily update their configuration files without having to edit them manually. Following things are still missing here: * A command line parameter to specify a custom data directory. * A backup file that is created automatically before upgrading. * Debug output. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Add a minimal test suite | Lukas Fleischer | 2012-01-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Introduce a new "test/" sub-directory that contains tests for calcurse. Right now, it only includes the quick-and-dirty "run-test" helper that can be used to run and verify tests: $ ./run-test test-1 test-2 test-3 test-4 Running test-1... ok Running test-2... ok Running test-3... FAIL Each argument passed to run-test must be a test script located in the current directory. run-test invokes each script twice and passes the command line argument "expected" and "actual", respectively. A test case succeeds if both "expected" and "actual" instances return with a zero exit status and produce exactly the same output. It fails otherwise. run-test terminates with a non-zero exit status as soon as one of the test fails. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Add a configure setting to skip "doc/" | Lukas Fleischer | 2011-09-03 | 1 | -4/+15 |
| | | | | | | | | | | | | | | | | This should fix all remaining build issues with documentation generation. Finally. The new "--disable-docs" option should be used to skip documentation completely, whereas "--without-asciidoc" can be used if both manual and man page should not be rebuilt. As a consequence, "--without-asciidoc" can only be combined with "--enable-docs" if ready-made documentation already exists in "doc/". This is true for release tarballs (where we include prebuilt documentation for the sake of portability and simplicity), as well as for Git checkouts where the documentation has already been built earlier. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Add Git version string support. | Lukas Fleischer | 2011-04-22 | 1 | -1/+3 |
| | | | | | | | | Introduce a script to auto-generate version strings. Use `git describe` to create descriptive version strings when building from a Git checkout, use ".version" files for release tarballs. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Add "--no-location" to xgettext options. | Lukas Fleischer | 2011-04-10 | 1 | -0/+4 |
| | | | | | | | Disable line numbers in portable object files. They are not very useful and generate a lot of junk on every update, hiding the actual changes. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Update mail addresses to match the new mailing lists. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Convert man page to AsciiDoc. | Lukas Fleischer | 2011-03-03 | 1 | -0/+13 |
| | | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Remove CVS "$Id" headers. | Lukas Fleischer | 2011-03-03 | 1 | -2/+0 |
| | | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Convert documentation to AsciiDoc, delete translations. | Lukas Fleischer | 2011-03-03 | 1 | -2/+29 |
| | |||||
* | Fixed file permissions. | Lukas Fleischer | 2011-03-03 | 1 | -0/+0 |
| | |||||
* | Updates for the upcoming 2.8. | Frederic Culot | 2010-05-26 | 1 | -2/+3 |
| | |||||
* | calcurse 2.7 released | Frederic Culot | 2009-08-22 | 1 | -3/+2 |
| | |||||
* | Check for some headers added. | Frederic Culot | 2009-07-20 | 1 | -3/+4 |
| | |||||
* | stdbool header removed, unsigned type used instead | Frederic Culot | 2009-07-12 | 1 | -4/+4 |
| | |||||
* | Switched to 2.6. Check added for regex.h header. | Frederic Culot | 2009-07-05 | 1 | -3/+3 |
| | |||||
* | switch to 2.5 | Frederic Culot | 2009-01-24 | 1 | -2/+2 |
| | |||||
* | configuration script improved to link with ncursesw if ncurses is not found | Frederic Culot | 2009-01-23 | 1 | -9/+22 |
| | |||||
* | bugfix: avoid possible segfault if notify_stop_main_thread is called before ↵ | Frederic Culot | 2009-01-22 | 1 | -2/+2 |
| | | | | thread was launched (thanks Jan for reporting this) | ||||
* | Added wrappers around libc's memory management functions, to easily debug ↵ | Frederic Culot | 2008-12-28 | 1 | -1/+17 |
| | | | | memory usage | ||||
* | calcurse 2.4 released | Frederic Culot | 2008-12-27 | 1 | -2/+2 |
| | |||||
* | prefer overridability and let people choose their own CFLAGS | Frederic Culot | 2008-12-08 | 1 | -15/+2 |
| | |||||
* | oops, forgot to remove previous CFLAGS declaration | Frederic Culot | 2008-12-08 | 1 | -3/+1 |
| | |||||
* | --enable-debug configuration option added | Frederic Culot | 2008-12-08 | 1 | -1/+16 |
| | |||||
* | Switched to calcurse-2.4_beta. Fixed compiler flags overwriting and added ↵ | Frederic Culot | 2008-12-08 | 1 | -3/+3 |
| | | | | locale.h include (thanks Cedric for your patch) | ||||
* | switched to calcurse 2.3 | Frederic Culot | 2008-10-15 | 1 | -2/+2 |
| | |||||
* | manpage, manuals and translations updated for 2.3_beta | Frederic Culot | 2008-09-21 | 1 | -2/+2 |
| | |||||
* | switched to calcurse 2.2 | Frederic Culot | 2008-08-28 | 1 | -2/+2 |
| | |||||
* | french translation updated. Switched to 2.2_beta | Frederic Culot | 2008-08-12 | 1 | -2/+2 |
| | |||||
* | version 2.1 released | Frederic Culot | 2008-05-17 | 1 | -2/+2 |
| | |||||
* | 2.1_beta soon to be released | Frederic Culot | 2008-04-20 | 1 | -2/+2 |
| | |||||
* | NEWS and po files updated | Frederic Culot | 2008-03-02 | 1 | -2/+2 |
| | | | | Dutch manual and translation updated, thanks Jeremy | ||||
* | memory leak fixed in notify_thread_app() | Frederic Culot | 2008-02-10 | 1 | -2/+2 |
| | | | | | | check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable | ||||
* | configure.ac updated | Frederic Culot | 2008-01-26 | 1 | -5/+5 |
| | |||||
* | calcurse 1.9 released | Frederic Culot | 2007-10-23 | 1 | -2/+2 |
| | |||||
* | bugfix: wrong symbol used for pthread library (thanks Michael for noticing ↵ | Frederic Culot | 2007-09-16 | 1 | -2/+2 |
| | | | | this mistake) | ||||
* | Autotools use improved | Frederic Culot | 2007-07-28 | 1 | -32/+70 |
| | |||||
* | calcurse version switched to 1.8 | Frederic Culot | 2007-05-22 | 1 | -2/+2 |
| | |||||
* | version switched to 1.8_beta | Frederic Culot | 2007-04-15 | 1 | -3/+3 |
| | | | | check for header files updated | ||||
* | calcurse version switched to 1.7 | Frederic Culot | 2007-01-16 | 1 | -2/+2 |
| | |||||
* | new version number: 1.7_beta | Frederic Culot | 2006-12-18 | 1 | -2/+2 |
| | |||||
* | forgot a white space :( | Frederic Culot | 2006-10-17 | 1 | -2/+2 |
| | |||||
* | check for getopt.h header file added | Frederic Culot | 2006-10-17 | 1 | -2/+2 |
| | |||||
* | moved LOCALEDIR definition from configure.ac to src/Makefile.am | Frederic Culot | 2006-09-22 | 1 | -5/+1 |
| | |||||
* | added test for pthread library and switched to version 1.6 | Frederic Culot | 2006-09-09 | 1 | -2/+10 |
| | |||||
* | switched to version number 1.5 | Frederic Culot | 2006-08-24 | 1 | -2/+2 |
| | |||||
* | Initial revision | Frederic Culot | 2006-07-31 | 1 | -0/+44 |