Commit Briefs
bump version to 0.8.2 (tags/0.8.2)
config: add Shift+Insert as selpaste() again
This was changed before in: commit 20f713548de451b67db3306cf8cf7b2f38fee05c on Wed Jan 25 19:17:38 2017
Let the user specify CPPFLAGS
This complements the work done in d4928ed, allowing the user to specify the preprocessor flags with the CPPFLAGS environment variable. This is useful for example to specify preprocessor macros with -D. CFLAGS could be used instead, but CPPFLAGS is more correct and is expected to be honored in some cases. For example, the helper scripts to build Debian packages make use of CPPFLAGS, but the variable is currently being ignored unless manually appended to CFLAGS.
Set the path of pkg-config in a variable instead of hardcoding it
In this way the path of pkg-config can be overridden from the command line. This is useful for example when cross-compiling.
Makefile: fix dependencies on config.h
patch by Younes Khoudli (changed slightly). Thanks
fix memory leak in xloadcols()
reported by Avi Halachmi (:avih)" <avihpit@yahoo.com> patch slightly changed by me.
Remove the ISO 14755 feature
And move it to the patches section. Keeping it would force to add an exec pledge on OpenBSD, and some people think it's bloated, so bye!
Revert "Simplify cursor color handling"
This reverts commit 1911c9274d9b03f3d7999c6ce26e2d5169642d26.
Revert "Make cursor follow text color"
This reverts commit b51bcd5553af3db394014efbd78acf7828fa48ff.
Revert "Fix crash when cursor color is truecolor"
This reverts commit 5535c1f04c665c05faff2a65d5558246b7748d49.
Fix crash when cursor color is truecolor
Reported-by: Ivan Tham <pickfire@riseup.net>
Fix crash on resize
Prevent to realloc xw.specbuc with a negative number of col. Add proper hints for the minimal size, for one character.
code-style for pledge(2)
feedback from Klemens, thanks
bump version to 0.8.1 (tags/0.8.1)
fix regression by selecting clipboard text
"restore the old behaviour that the primary doesn't get deleted by a simple left click" Patch by Daniel Tameling <tamelingdaniel@gmail.com>, thanks!
