History log of /src/usr.bin/msgc/msgc.1 |
Revision | | Date | Author | Comments |
1.27 |
| 11-Oct-2021 |
rillig | msgc.1: fix typos
|
1.26 |
| 06-Mar-2012 |
mbalmer | Remove the advertising clause with the explicit ok from Perry E. Metzger.
|
1.25 |
| 02-Mar-2012 |
wiz | Use mdoc macros only.
|
1.24 |
| 02-Mar-2012 |
mbalmer | Add msg_printf(fmt, ...), a function to display raw messages without going through the message catalog.
|
1.23 |
| 11-Jan-2012 |
riz | MENU_name -> MSG_name
|
1.22 |
| 14-May-2010 |
joerg | branches: 1.22.6; Simplify markup.
|
1.21 |
| 09-Mar-2009 |
joerg | Fix preamble to match order set out by mdoc(7). Discussed with wiz.
|
1.20 |
| 15-Oct-2003 |
wiz | branches: 1.20.42; Bump date for previous.
|
1.19 |
| 25-Sep-2003 |
dsl | Add a msg_row() function that returns the current screen row. Allows sysinst to place menus below any header text. Remove msg_*.1 man pages for all the functions (they are in the wrong place are a fair waste of directory space).
|
1.18 |
| 04-Jun-2003 |
dsl | Add msg_prompt_win() that will prompt in the specified window (instead of the default one), and with a box around the window if >= 3 lines. Stop the char delete from killingthe RHS of any box. Make msg_string a noop for invalid strings (might be quoted text).
|
1.17 |
| 26-Sep-2002 |
wiz | Begin new sentences on new lines. Minor mdoc improvements.
|
1.16 |
| 01-Dec-2001 |
wiz | Use standard headers.
|
1.15 |
| 01-Dec-2001 |
wiz | Whitespace cleanup.
|
1.14 |
| 04-Dec-2000 |
wiz | Fix typos and wording.
|
1.13 |
| 06-Jul-2000 |
jhawk | Document paragraph-filling behavior of msg_display{,_add}(), and document function of msg_table_add(). What a whacko api.
|
1.12 |
| 06-Jul-2000 |
jhawk | Add msg_*() functions to NAME (they are already in SYNOPSIS), and add MLINKS for them. Perhaps later on they should be broken out into a section other than 1? At least now they are findable via "man -k" etc.
|
1.11 |
| 31-Dec-1999 |
garbled | Add FILES and EVIRONMENT sections detailing what files these programs use, where they live, and how to modify that behavior.
|
1.10 |
| 04-Jul-1999 |
cgd | nuke msg_printf() and msg_printf_add().
|
1.9 |
| 04-Jul-1999 |
cgd | const-ify strings as appropriate, and convert message 'numbers' from ints to 'msg's. 'msg' is currently typedef'd as 'const char *', but it'll become more complex eventually.
|
1.8 |
| 04-Jul-1999 |
cgd | privatize msg_beep
|
1.7 |
| 04-Jul-1999 |
cgd | nuke msg_{,no}echo, add msg_prompt_noecho
|
1.6 |
| 04-Jul-1999 |
cgd | nuke msg_prompt_str, msg_prompt_addstr, and msg_table (unused), and make msg_vprintf private.
|
1.5 |
| 04-Jul-1999 |
cgd | provide APIs (currently mostly undocumented) to print pre-formatted (table) text.
|
1.4 |
| 25-Apr-1999 |
veego | It was a bad idea to call a function 'beep'. Rename it to msg_beep to avoid conflicts with the new curses.h.
|
1.3 |
| 22-Mar-1999 |
garbled | branches: 1.3.2; More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
1.2 |
| 19-Oct-1997 |
lukem | fix up .Nm usage, getopt returns -1 not EOF
|
1.1 |
| 26-Sep-1997 |
phil | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 26-Sep-1997 |
phil | Import a simple message system with 'compiled' messages. Used by the net system install program.
|
1.3.2.1 |
| 24-Jun-1999 |
cgd | pull up rev(s) 1.4 from trunk. (cgd)
|
1.20.42.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.22.6.1 |
| 17-Apr-2012 |
yamt | sync with head
|