dockapps/wmnotify.git
2020-03-29 Hugo VilleneuveNULL terminate strncpy destination string master
2019-02-15 Hugo VilleneuveAdd option to invert single and double-click actions
2019-02-15 Hugo VilleneuveFix indentation
2019-02-15 Hugo VilleneuveFix compiler warning about inline function
2019-02-15 Hugo VilleneuveAdd debug log messages
2019-02-15 Hugo VilleneuveDisplay counter only with new mail animation in debug...
2019-02-15 Hugo Villeneuvewmnotify 1.1.0
2017-01-14 Hugo VilleneuveImprove IMAP debug messages
2017-01-14 Hugo VilleneuveFix bug in IMAP debug output
2017-01-14 Hugo VilleneuveRemove clear text password in debug mode
2015-02-28 Hugo VilleneuveUpdate documentation
2014-03-24 Hugo VilleneuveChangeLog is now automatically generated from git log...
2014-03-23 Hugo VilleneuveShorten GPLv2 licence text in header of each source...
2014-03-23 Hugo VilleneuveReplace u_intX by C99 uint_X
2013-12-08 Hugo VilleneuveRemove obsolescent macro AM_PROG_CC_C_O
2013-11-06 Hugo VilleneuveAdd SVG source image
2013-11-06 Hugo VilleneuveFix application crash when IMAP LOGIN command failed
2013-11-06 Hugo VilleneuveFix error when running "make distcheck"
2013-11-06 Hugo VilleneuveAdd test AC_PROG_CC and comment about AM_PROG_CC_C_O
2013-11-06 Hugo VilleneuveFix automake warning about deprecated INCLUDES
2013-11-06 Hugo VilleneuveRemove display and geometry command line options
2013-11-06 Hugo VilleneuveAdd final executable to src/gitignore
2013-11-06 Hugo VilleneuveAdd autoconf-generated files to gitignore
2013-11-06 Hugo VilleneuveReorder maintainer-clean files
2013-11-06 Hugo VilleneuveReplace custom autogen.sh script with simple autoreconf...
2013-11-06 Hugo VilleneuveRemove custom rule to clean .deps, now supported by...
2013-11-06 Hugo VilleneuveFixed erroneous ChangeLog message
2013-11-06 Hugo VilleneuveGrouped XLib Window members in dockapp structure
2013-11-06 Hugo VilleneuveIndentation with GNU indent
2013-11-06 Hugo VilleneuveFix compilation warning with SSLv23_client_method()
2013-05-25 Hugo VilleneuveRemoved custom typedef
2013-05-25 Hugo VilleneuveRemoved obsolete autoconf macros
2013-05-25 Hugo Villeneuvewmnotify 1.0.0 v1.0.0
2013-05-25 Hugo VilleneuveRemoved binary files
2013-05-25 Hugo VilleneuveRemoved temporary directory
2013-05-25 Hugo VilleneuveAdded optional IMAP folder name
2013-05-25 Hugo VilleneuveRemoved custom Makefile rule for silent compilation...
2013-05-25 Hugo VilleneuveSyntax correction
2013-05-25 Hugo VilleneuveAdded SSLv3 and TLSv1 methods in addition to SSLv2
2013-05-25 Hugo VilleneuveAdded GPL license header to all source files
2013-05-25 Hugo VilleneuveAdded installation instructions for missing libraries
2013-05-25 Hugo VilleneuveForbid enabling use_ssl=1 in configuration file if...
2013-05-25 Hugo VilleneuveFixed configure errors when SSL and libsndfile are...
2013-05-25 Hugo VilleneuveFixed a bug when receiving more than 1024 bytes from...
2013-05-25 Hugo VilleneuveUpdated TODO
2013-05-25 Hugo Villeneuvewmnotify 0.3.2 v0.3.2
2013-05-25 Hugo VilleneuveRenamed configure.in to configure.ac
2013-05-25 Hugo VilleneuveAdded mimimal version number verification for OpenSSL...
2013-05-25 Hugo VilleneuveReplaced deprecated function OpenSSL_add_all_algorithms()
2013-05-25 Hugo VilleneuveAdded <stdbool.h> for standard bool definitions
2013-05-25 Hugo VilleneuveNow creating the default configuration file with correc...
2013-05-25 Hugo VilleneuveUpdated TODO
2013-05-25 Hugo VilleneuveCode reformatting
2013-05-25 Hugo VilleneuveAdded a visual notification that a double-click has...
2013-05-25 Hugo VilleneuveReplaced use of perror() with herror() for obtaining...
2013-05-25 Hugo VilleneuveAdded more verbose messages for SSL read operations
2013-05-25 Hugo VilleneuveRemoved no more used hv-debug macro
2013-05-25 Hugo VilleneuveAdded credits to Joffrey Pannequin and Randy in ChangeLog v0.3.1
2013-05-25 Hugo VilleneuveFixed bug when response is broken into multiple packets
2013-05-25 Hugo VilleneuveAdded support for IMAP4 commands that may span multiple...
2013-05-25 Hugo VilleneuveCleanup of autoconf files