Removed an unused parameter in previous_visible().
[selector.git] / selector.c
2010-06-17 Francois FleuretRemoved an unused parameter in previous_visible().
2010-05-24 Francois FleuretCosmetics.
2010-05-17 Francois FleuretAdded the --bash option.
2010-04-17 Francois FleuretFixed the --help message.
2010-04-17 Francois FleuretCosmetics.
2010-04-17 Francois FleuretRewrote the parsing of the color parameters.
2010-04-16 Francois FleuretRemoved the -f option.
2010-04-13 Francois FleuretRemoved a debug line.
2010-04-13 Francois FleuretFixed a bug with the result of getopt_long.
2010-04-13 Francois FleuretChanged the month and year.
2010-04-13 Francois FleuretChanged the version number to 1.1 since the argument...
2010-04-13 Francois FleuretChanged two long options.
2010-04-13 Francois FleuretNow uses getopt_long to parse the arguments.
2010-03-17 Francois FleuretRemoved the revision number.
2010-03-16 Francois FleuretMoved the help in its own function.
2010-03-16 Francois FleuretAdded a safe_malloc and removed the cast when using it.
2010-03-05 Francois FleuretAdded the information from uname into the help.
2010-02-26 Francois FleuretReplaced the exit values with EXIT_SUCCESS and EXIT_FAI...
2010-01-19 Francois FleuretChanged ttyname() to isatty() + cosmetics.
2010-01-17 Francois FleuretRemoved the typedef for hash_table_t.
2009-10-12 Francois FleuretCosmetics.
2009-08-15 Francois FleuretCosmetics.
2009-08-04 Francois FleuretCosmetics (80 columns).
2009-07-28 Francois FleuretCosmetices. Added comments.
2009-07-09 Francois FleuretThe help is now written to stdout for -h and stderr...
2009-07-05 Francois FleuretCosmectics. Added "Selector: " in the error messages.
2009-07-05 Francois FleuretIntroduced a struct hash_table_t to clean the code...
2009-07-01 Francois FleuretNow compiles with -pedantic.
2009-07-01 Francois FleuretCosmetics.
2009-06-28 Francois FleuretAdded the fclose() for the input files.
2009-06-27 Francois FleuretCosmetics.
2009-06-27 Francois FleuretChanged the comments to the C syntax.
2009-06-27 Francois FleuretFinished the conversion to pure C.
2009-06-27 Francois FleuretThis C version compiles.