| Age | Commit message (Expand) | Author |
| 2019-06-23 | Menu 0 does not exist anymore (it is now OPT_NOMENU), so emit an empty | martin |
| 2019-06-22 | Conserve space: make ints to shorts and make OPT_NOMENU 0 instead of -1 | christos |
| 2019-02-25 | Add an option to supress the vertical space between menu title and | martin |
| 2019-02-06 | Provide an accessor for the menu description structure by manu identifier. | martin |
| 2019-01-09 | Allow argument expansion in menu titles as well. | martin |
| 2019-01-04 | Add an option for single (disabled) menu lines to have no shortcut. | martin |
| 2018-11-21 | Add (optional) support for expanded static menu texts - that is: whatever | martin |
| 2012-03-06 | Remove the advertising clause and appease the eye a bit (still not good, but | mbalmer |
| 2011-09-06 | Mark __menu_initerror as dead in the output. | joerg |
| 2008-01-16 | Fix PR37377 from Devon O'Dell: num_menus can be referenced without being | tls |
| 2006-10-23 | Fully initialize the last element of menu_def[]. | he |
| 2006-02-20 | Allow menu entry option names to be code fragments that (should) call | dsl |
| 2004-08-02 | Support menu windows that preserve the underlying screen contents. | dsl |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2003-10-18 | Add an MC_ALWAYS_SCROLL to mean "always allow space for 'scrolltext'". | dsl |
| 2003-07-27 | More tweaks for sysinst. | dsl |
| 2003-07-25 | Spinkle some consts and remove/change parameter names so that sysinst | dsl |
| 2003-07-17 | only use __RCSID() if it is #defined | lukem |
| 2003-07-07 | Add OPT_IGNORE flag which makes menu item inactive. | dsl |
| 2003-06-23 | Add NetBSD RCS Ids. | agc |
| 2003-06-10 | Add extra command 'allow dynamic messages' which will push all texts through | dsl |
| 2003-06-09 | More changes to improve sysinst: | dsl |
| 2003-06-04 | Add 'exit' (for exit text) parameter to new_menu() for dynamic menus. | dsl |
| 2003-06-03 | Add a 'void *' argument to process_menu() so that some more global variables | dsl |
| 2003-05-16 | Re-instate last change, the sysinst I've just commited doesn't stand | dsl |
| 2003-05-09 | Revert part of previous, and remove "const" from "char *opt_name" and | lukem |
| 2003-05-09 | Finger trouble in previous commit. | dsl |
| 2003-05-09 | Update man page for recent changes, update code to match man page... | dsl |
| 2003-05-08 | Accept variable names for menu titles and options to allow internationalisation. | dsl |
| 2003-01-10 | produce lint free code. | christos |
| 2002-03-07 | MAX has special meaning in host tools. #undef it first. | tv |
| 2001-10-15 | Move hard-coded /usr/share/misc from mdb.c to pathnames.h, in accordance | bjh21 |
| 2001-02-20 | use getprogname() | cgd |
| 2001-01-07 | Improve a parameter list, add the actual documentation for menuc. | phil |
| 2000-12-28 | fix oversight in previous. | mrg |
| 2000-12-22 | say "<progname>: Could not initialize curses", with the progname | mrg |
| 2000-08-15 | Tweek the "no shortcut" code. | phil |
| 2000-08-15 | Changes: | hubertf |
| 2000-07-23 | Add format string to fprintf(). | wiz |
| 1999-06-20 | provide a way to set the string used for the 'Exit' menu item. | cgd |
| 1999-06-19 | * be more descriptive with the windor/screen too small for menu messages | cgd |
| 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-02 | Small tweeks, redoing language for dynamic menus. | phil |
| 1998-07-01 | Bug fixes, tweeks to scrolling, beginnings of dynamic menus. | 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 a online help facility. Each menu can specify a help screen associated | phil |
| 1998-03-30 | use static int instead of static | mrg |