Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-16 | * configure.in: check for setpgrp. | sabetts | |
* src/actions.c (spawn): if setpgid doesn't exist, try setpgrp. | |||
2001-09-16 | * configure.in: check for setsid and setpgid functions. Add | sabetts | |
contrib/Makefile to AC_OUTPUT. * Makefile.am (SUBDIRS): add contrib | |||
2001-09-07 | Use AC_CHECK_FUNCS to check for getopt and | sabetts | |
getopt_long. | |||
2001-09-06 | * configure.in: check for getopt and getopt_long. | sabetts | |
* src/getopt.c: wrap the whole file in an #ifndef HAVE_GETOPT_LONG * src/getopt1.c: wrap the whole file in an #ifndef HAVE_GETOPT_LONG | |||
2001-06-29 | better xterm check, fixes #430631 | algernon | |
2001-03-14 | warn the user if the x terminal emulator cannot be | sabetts | |
found. | |||
2001-03-05 | change version to 0.2.0-cvs | rcyeske | |
2001-03-02 | * configure.in: adds -g to CFLAGS when debugging is turned on. | sabetts | |
2001-03-02 | * actions.c (initialize_default_keybindings): removed emacs | sabetts | |
binding. * Makefile.am (SUBDIRS): removed man/ * configure.in (AC_OUTPUT): removed man/Makefile removed references to emacs. * doc/Makefile.am (man_MANS): ratpoison.1 moved to doc/ * doc/ratpoison.texi: minor updates. | |||
2001-02-26 | * configure.in (AC_OUTPUT): added man/Makefile | sabetts | |
* Makefile.am (SUBDIRS): added man dir | |||
2001-02-22 | changed version to 0.0.6-cvs | rcyeske | |
2001-02-19 | trivial changes | rcyeske | |
2001-02-18 | configure warns the user if it can't find emacs. | sabetts | |
2001-02-18 | removed man/Makefile from AC_OUTPUT | sabetts | |
2001-02-17 | fuck autoconf. my docs say AC_CONFIG_HEADER is good, rc s ↵ | algernon | |
autoconf/automake/whatever barfs at it. We both have the same version. Damn it. | |||
2001-02-17 | s/AM_CONFIG_HEADER/AC_CONFIG_HEADER/; | algernon | |
2001-02-15 | fixed --enable-debug, added --with-emacs, added man/Makefile to AC_OUTPUT | algernon | |
2001-01-02 | added --with-xterm=PROG option | sabetts | |
2000-12-04 | debugging is now on by default | sabetts | |
2000-11-27 | bumped version number | sabetts | |
2000-10-15 | *** empty log message *** | sabetts | |
2000-09-15 | Added a --enable-debug option to enable debugging output. | sabetts | |
2000-09-07 | restructured tree, added automake and autoconf to the build process. | sabetts | |