summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2002-12-29anotherHenning Brauer
2002-12-11miod asked me to add thisMichael Shalayeff
2002-12-09bind ^Xg to gotoline by defaultTheo de Raadt
2002-11-30So you think your work is funny, eh?Miod Vallat
2002-11-25yeahHenning Brauer
2002-11-25more funPeter Valchev
2002-10-18<deraadt> screw this operating system shit, i just want to drive!Henning Brauer
2002-10-10anotherHenning Brauer
2002-09-28use rescan, not NULL, since ^X-t is not a prefixTheo de Raadt
2002-09-28doc that undo is a teeny bit differentTheo de Raadt
2002-09-26activate the two key sequences for undo again; ok art henningTheo de Raadt
2002-09-24anotherHenning Brauer
2002-09-15don't add undo records when we open a file, only when we insert it.Vincent Labrecque
2002-09-15 rename realocmap to reallocmap, plus some style.Vincent Labrecque
2002-09-15KNFVincent Labrecque
2002-09-15typo in comment.Vincent Labrecque
2002-08-29fix a little display bug when editing a file with binary characters, columnsVincent Labrecque
2002-08-28ANSIfication uncovers function argument bugs. How unusual.Artur Grabowski
2002-08-23ansiVincent Labrecque
2002-08-22knfTheo de Raadt
2002-08-22print hex codes instead of non-printing characters. fixes some displayVincent Labrecque
2002-07-25love, jasonMichael Shalayeff
2002-07-25use vasprintf() instead of vsnprintf + malloc + vsnprintf hack;idea from deraadtVincent Labrecque
2002-07-25 replace the ugly and buggy adjustname function by a simple one usingVincent Labrecque
2002-07-25this just had to go inHenning Brauer
2002-07-24 remove the CHANGE undo record type, use a combination of delete and insertVincent Labrecque
2002-07-19feature requests come from idiotsHenning Brauer
2002-07-11oppose abort()ion and urinetherapyMichael Shalayeff
2002-07-03remove a useless {} that was there for "historical reasons" and only servedVincent Labrecque
2002-07-03 a few missing tests for malloc()'s return value.Vincent Labrecque
2002-07-01 just make vtresize return TRUE/FALSE instead of 0/-1, for consistency withVincent Labrecque
2002-07-01KNFVincent Labrecque
2002-07-01KNF + ansi; from zyrnix (only the easy part of his diffs)Vincent Labrecque
2002-06-27seems c-x c-q is for the vc- mode. remove it.Vincent Labrecque
2002-06-27 bind C-x C-q to toggle-read-only, just like emacs.Vincent Labrecque
2002-06-26Another great quote.Miod Vallat
2002-06-25display readonly/modified combination just like emacs.Vincent Labrecque
2002-06-21fix bad usage of strlcpy()'s return value. (made pointers pointVincent Labrecque
2002-06-21remove the "extern" for a variable that does not exist anymore.Vincent Labrecque
2002-06-20KNFify the return (return x -> return (x))Vincent Labrecque
2002-06-20 some KNFVincent Labrecque
2002-06-19initialize some undo-related variables.Vincent Labrecque
2002-06-19add an undo insert record on insert-file. this makes insert-file undoable.Vincent Labrecque
2002-06-10I do not care about commit countKjell Wooding
2002-06-10I love to fightKjell Wooding
2002-06-10Theo's comments about airport securityBob Beck
2002-06-09<deraadt> i admit you are better than i am...Aaron Campbell
2002-06-08Free commits from theo's drunken state.Kjell Wooding
2002-06-08It had to go in.Bob Beck
2002-05-30fix segfault when using just-one-space on an empty line; fromVincent Labrecque