| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-06 | editrc(5): Markup fixes | uwe | |
| 2017-06-27 | Include EDITRC in doc. | kre | |
| 2016-05-22 | documentation improvements (Ingo Schwarze) | christos | |
| 2016-04-28 | new man page from Ingo Schwarze. | christos | |
| 2016-04-17 | Remove empty callbacks (Ingo Schwartze) | christos | |
| 2014-12-25 | Bump date for previous. | wiz | |
| 2014-12-25 | From Ingo Schwarze, based on changes from Kaspars Bankovskis: | wiz | |
| * Document error handling of el_init(), el_set(), el_source(), and history_init(). * Fix a typo an improve punctuation below H_SETUNIQUE. * The ellipsis already implies "optional", no need for []. * Sort options in editrc(5). * Prevent e.g. rom being misconstrued as the end of a sentence. * Drop a useless duplicate .Ar macro. * Put telltc in its proper place in the alphabetical order. * A few typos in vi editor command names. * Some missing vi editor command names. * Some missing author macros. | |||
| 2013-01-10 | Add FILES section. | wiz | |
| From jmc@OpenBSD. | |||
| 2012-06-02 | Switch from Op to Oo/Oc for nested block. | njoly | |
| 2011-04-25 | Markup consistency, from YOMURA Masanori. Add serial comma. | wiz | |
| 2009-04-11 | Drop trailing whitespace. | wiz | |
| 2009-04-11 | Don't use .Xo/.Xc to work around ancient macro argument limit in groff. | joerg | |
| 2009-03-09 | Fix preamble to match order set out by mdoc(7). Discussed with wiz. | joerg | |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin | |
| 2006-08-21 | Change to a 3 clause copyright after permission of the holders. | christos | |
| 2003-11-01 | Document history builtin commands. | christos | |
| 2003-10-19 | Bump date for previous. | wiz | |
| 2003-10-18 | Allow setty to set chars using char=value | christos | |
| 2003-06-27 | Add Ns. | wiz | |
| 2003-05-14 | setup -> set up, from jmc@openbsd. | wiz | |
| 2003-03-31 | em-gosmacs-traspose->em-gosmacs-transpose (Igor Sobrado, PR misc/19909) | perry | |
| 2002-10-02 | empty, not emptry. By Adrian Mrva. | wiz | |
| 2002-01-15 | Punctuation nits. | wiz | |
| 2001-06-19 | `existent', not `existant' | wiz | |
| 2000-11-08 | improve description of line syntax | lukem | |
| 2000-06-21 | * add -m option to makelist, which generates an mdoc table with the key | lukem | |
| bindings and their descriptions * manually add the output of 'sh ./makelist -m vi.c ed.c common.c' to a new section in editrc(5) called `EDITOR COMMANDS' | |||
| 1999-07-02 | More trailing white space. | simonb | |
| 1999-03-22 | Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled | |
| so we shouldn't override it with versions in the manpages. Wheee! | |||
| 1998-07-29 | * add more checks for NULL pointers in passed arguments | lukem | |
| * implement el_get(EditLine *, int op, void *result), which does the inverse of el_set() * add EL_EDITMODE operation to el_set and el_get; if non zero editing is enabled (the default). * add "edit on | off" editrc command, which modifies EL_EDITMODE. users can now add '*:edit off' in ~/.editrc as an advisory to disable editing. NOTE: at this time EL_EDITMODE is just an indication of the state of the 'edit' command. It's up to the application to check this after el_source() or el_parse() to determine if editing is still required. | |||
| 1997-07-30 | Fix files using old TNF copyright notice | jtc | |
| 1997-04-24 | editrc -> editline | christos | |
| 1997-01-11 | * document ^char and \ escape sequences | lukem | |
| * when parsing ^char control chars, check the correct char when determining validity (previously, ^char was a NOP interpreted as the literal string because of this bug) | |||
| 1997-01-11 | RCSid police | lukem | |
| editline first appeared in 4.4BSD not NetBSD1.0 | |||
| 1997-01-09 | * add a man page for the editline routines | lukem | |
| * add a man page describing editrc * fix bugs in el_parse(): * didn't execute command when program name matched (test reversed) * was checking against empty string instead of program name * after checks, command to run also pointed to empty string [christos - the author of libedit - ok-ed the man pages in general (which I wrote from scratch by RTFS) as well as the bugfix] | |||
