Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-03 | New release: ratpoison-1.4.9 | Jérémie Courrèges-Anglas | |
2017-03-23 | Don't link against libhistory by default. | Jérémie Courrèges-Anglas | |
2017-03-10 | Bump to -rc2 | Jérémie Courrèges-Anglas | |
2017-03-09 | Don't hardcode gcc. | Jérémie Courrèges-Anglas | |
NB, the implementation of AX_CHECK_COMPILE_FLAG is under GPLv3. | |||
2017-03-09 | Require xrandr support by default. | Jérémie Courrèges-Anglas | |
2017-02-15 | Bump to 1.4.9-rc1 | Jérémie Courrèges-Anglas | |
2017-02-15 | Merge branch 'xrandr' | Jérémie Courrèges-Anglas | |
All the hard work on xrandr done by Mathieu OTHACEHE, thanks! | |||
2016-12-09 | Bump to xrandr4 | Jérémie Courrèges-Anglas | |
2016-12-08 | Bump to xrandr3. | Jérémie Courrèges-Anglas | |
2016-12-01 | Bump to ratpoison-1.4.9-xrandr2 | Jérémie Courrèges-Anglas | |
2016-11-24 | __builtin_prefetch is a compiler feature, not a library function | Jérémie Courrèges-Anglas | |
2016-11-24 | Tweak previous. | Jérémie Courrèges-Anglas | |
Use nicer names that the long ac_cv_* variables. Also, the reason why the third parameter of AC_CHECK_LIB was significant is that, if using the default (empty), the macro adds -lXrandr to LIBS. Later, LIBS is used for compile tests, which fail if libXrandr is not in the default search path of ld(1), for example in /usr/X11R6/lib... | |||
2016-11-23 | define HAVE_XRANDR/link with libXrandr when we actually want to | Jérémie Courrèges-Anglas | |
2016-11-22 | Use a different tarball name for xrandr support. | Jérémie Courrèges-Anglas | |
2016-11-22 | autotools: xkb is an external package -> --with[out]-xkb | Jérémie Courrèges-Anglas | |
2016-11-21 | autotools: detect precisely Xrandr support | Jérémie Courrèges-Anglas | |
Bail out if xrandr support can't be found but the user explicitely requested it. | |||
2016-11-21 | libXext isn't used | Jérémie Courrèges-Anglas | |
2016-11-17 | Add xrandr support | Mathieu OTHACEHE | |
Drop deprecated xinerama support and replace it with xrandr. Signed-off-by: Mathieu OTHACEHE <m.othacehe@gmail.com> | |||
2014-12-30 | Move to ratpoison-1.4.9-beta. | Jérémie Courrèges-Anglas | |
2014-09-14 | Here comes ratpoison-1.4.8 | Jérémie Courrèges-Anglas | |
2014-09-14 | Check for and include sys/stat.h | Jérémie Courrèges-Anglas | |
* needed by the recent use of fchmod, missing include warning triggered on Debian stable but not OpenBSD | |||
2014-06-14 | Rewrite libhistory handling. | Jérémie Courrèges-Anglas | |
2014-06-14 | Fix --enable-mdoc error message. | Jérémie Courrèges-Anglas | |
2014-06-14 | Support --enable-debug=no | Jérémie Courrèges-Anglas | |
Reported by Jeroen Roovers (jer@gentoo) who proposed a similar patch. | |||
2014-06-14 | Kill RCS Ids. | Jérémie Courrèges-Anglas | |
2014-06-14 | Move to 1.4.7-beta | Jérémie Courrèges-Anglas | |
2014-04-08 | Here comes ratpoison-1.4.7 | Jérémie Courrèges-Anglas | |
2014-04-02 | Here's 1.4.7-rc3. | Jérémie Courrèges-Anglas | |
2014-03-29 | Here's 1.4.7-rc2. | Jérémie Courrèges-Anglas | |
2014-03-29 | Detect XKB support at build and runtime. | Jérémie Courrèges-Anglas | |
2014-03-25 | Use AM_MISSING_PROG for mandoc (better error messages). | Jérémie Courrèges-Anglas | |
Prompted by a discussion with Bernhard R. Link. | |||
2014-03-24 | Heading towards 1.4.7 | Jérémie Courrèges-Anglas | |
2014-03-24 | Install ratpoison.el in share/emacs/site-lisp | Jérémie Courrèges-Anglas | |
2014-02-20 | Fall back to ioctl(TIOCNOTTY) to detach from the controlling terminal. | Jérémie Courrèges-Anglas | |
* As with setpgid, only do this if setsid fails or is absent. | |||
2014-02-20 | Detect pwd.h and getpwuid. | Jérémie Courrèges-Anglas | |
2014-02-20 | Test for __builtin_prefetch, not for __GNUC__. | Jérémie Courrèges-Anglas | |
* Fixes build with pcc. | |||
2014-02-20 | Replace man(7) manpage with a mdoc(7)-formatted one. | Jérémie Courrèges-Anglas | |
* The former manpage needed Groff to be properly formatted, this is a dependancy I want to remove. Support for systems where neither groff nor mandoc are available is achieved by generating a man(7) manpage, which will be shipped in the tarballs. * The mdoc(7) language provides semantic annotations for better documentation of Unix utilities, contrary to man(7) which provides mere presentation markup. * The build system now encodes paths in the manpage according to the settings passed to ./configure. Note that some markup used may not be perfectly appropriate. Comments about this matter, and questions from distro maintainers using manpage patches are welcome. Selected reading: - http://mdocml.bsd.lv general information about mdoc(7) - http://mdocml.bsd.lv/mdoc.7.html mdoc(7) macros reference - http://manpages.bsd.lv/ mdoc(7) tutorial | |||
2014-01-03 | Check for alternative names of typeof(). | Jérémie Courrèges-Anglas | |
2013-11-26 | Prettify --with-xterm handling. | Jérémie Courrèges-Anglas | |
2013-11-26 | Prettify --enable-debug handling. | Jérémie Courrèges-Anglas | |
2013-11-26 | If asked for, use the Electric Fence library. | Jérémie Courrèges-Anglas | |
2013-11-26 | Assume we have stdarg.h and unistd.h. | Jérémie Courrèges-Anglas | |
2013-11-26 | Don't check for usleep, useless since Dec. 2004 | Jérémie Courrèges-Anglas | |
* see 9cb1a3d. If your system doesn't provide usleep or ratpoison doesn't manage to find it, please report back. | |||
2013-11-26 | Don't check for getopt(3), we don't use it. | Jérémie Courrèges-Anglas | |
2013-11-22 | Revert unintended changes in 1ecaccd77c18036d8ff4c137487aa8c5a04d2b36 | Jérémie Courrèges-Anglas | |
I'll be more careful when using 'c' in Magit. ;) | |||
2013-11-20 | Cleanup cmd_meta | Jérémie Courrèges-Anglas | |
* plug memory leak * consistent indentation * minimize variables scope * kill commented code | |||
2013-04-07 | oops, actually bump to 1.4.7-beta | Jérémie Courrèges-Anglas | |
2013-04-07 | Bump to 1.4.7-beta | Jérémie Courrèges-Anglas | |
2013-04-07 | Here comes ratpoison 1.4.6v1.4.6 | Jérémie Courrèges-Anglas | |
Thanks a lot to Shawn Betts, Bernhard R. Link and all of you folks who provided advices, bugreports and feedback. Long live ratpoison! Death to the rodent! | |||
2013-04-01 | bump to 1.4.6-rc1 | Jérémie Courrèges-Anglas | |
* add NEWS and ChangeLog bits |