| Age | Commit message (Expand) | Author |
| 2000-07-23 | Add format string to fprintf(). | wiz |
| 2000-07-03 | Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, | matt |
| 2000-04-22 | Make this work again now that curses no longer does an implicit tgetent() | thorpej |
| 1999-12-31 | Add FILES and EVIRONMENT sections detailing what files these programs use, | garbled |
| 1999-07-26 | declare EXITSTRING | christos |
| 1999-06-20 | need to provide an exit string for dynamic menus. hardcodes "Exit". | cgd |
| 1999-06-20 | provide the ability to do horizontal centering of menus, and make that | cgd |
| 1999-06-20 | provide a way to set the string used for the 'Exit' menu item. | cgd |
| 1999-06-20 | size menus without titles correctly. also, correctly position titles so | cgd |
| 1999-06-19 | * be more descriptive with the windor/screen too small for menu messages | cgd |
| 1999-04-18 | Don't frob the interals of a WINDOW*, use the getmaxy() macro. | simonb |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1998-09-27 | don't install in /usr/share if NOSHARE is defined | lukem |
| 1998-07-23 | Put back "return value" meaning in option actions accidentally removed | phil |
| 1998-07-16 | Major restructuring of the runtime code, now supports dynamic menus. | phil |
| 1998-07-03 | Fix bugs found in scrolling, make scrolling never leave blank | phil |
| 1998-07-02 | Small tweeks, redoing language for dynamic menus. | phil |
| 1998-07-01 | Stop scrolling of a non-scrolling menu using arrow keys. | phil |
| 1998-07-01 | Bug fixes, tweeks to scrolling, beginnings of dynamic menus. | phil |
| 1998-06-30 | Fixed a couple of simple bugs, added data returned for arrow keys for | phil |
| 1998-06-29 | Correct a menu title. | phil |
| 1998-06-29 | Bug fixes in scrolling menues, better error detection with small screens, | phil |
| 1998-06-25 | Tweeks to option lettering ... to allow 51 options per menu. Also | phil |
| 1998-06-25 | Add scrollable menus. Tweek testm's Makefile to remake if menu_sys.def | phil |
| 1998-06-24 | Add -ltermcap. | phil |
| 1998-06-24 | Beep if no help is defined for a menu. | phil |
| 1998-06-24 | Add a online help facility. Each menu can specify a help screen associated | phil |
| 1998-04-09 | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, | tv |
| 1998-03-30 | use static int instead of static | mrg |
| 1998-02-18 | Simply include -lcurses instead of -lcurses -ltermcap | jtc |
| 1998-02-03 | <stdlib.h> -> <unistd.h> to fix compiler warning | perry |
| 1998-01-15 | fgetc() returns 'int'. (char)EOF != EOF on unsigned-char machines. | cgd |
| 1997-11-14 | Do screen refresh correctly. | phil |
| 1997-11-14 | Make ^L redisplay the screen. | phil |
| 1997-11-09 | Add code for handling NULL return from initscr(). Added "ERROR ACTION" | phil |
| 1997-10-22 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-19 | fix up .Nm usage, getopt returns -1 not EOF | lukem |
| 1997-10-19 | don't define WARNS=1 here | lukem |
| 1997-10-11 | Also need -I. to get menu_defs.h in an obj dir. | mycroft |
| 1997-10-11 | Clean this up, and make it work with obj directories. | mycroft |
| 1997-10-11 | Clean up this garbage. | mycroft |
| 1997-09-26 | Correct the usage() for reality. | phil |
| 1997-09-26 | Add a curses based menu compiler system. (Used by the new system install | phil |