summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2008-06-29documentation tweaks.Igor Sobrado
2008-06-18Don't free the buffer name until after you call adjustname.Kjell Wooding
2008-06-16could not resist. OK ok buddy henningClaudio Jeker
2008-06-15first pass: it would be nice if mg users read over this page and sent usJason McIntyre
2008-06-15Typos, forgotten wordKjell Wooding
2008-06-15How about we actually document the 230-odd functions that make upKjell Wooding
2008-06-14We do not need a whole MODE for blinking one character.Kjell Wooding
2008-06-14Add compile (c-C c-P) to the c-mode keymap (export from grep.c)Kjell Wooding
2008-06-14unf*ck undo.Kjell Wooding
2008-06-13One more "//" instead of "/" case. Hidden in a getcwd.Kjell Wooding
2008-06-13phessler noted that c-mode ignored blinking braces.Kjell Wooding
2008-06-13Allow selfinsert to be called with FFRAND; i.e. from anotherKjell Wooding
2008-06-13Remove mail-mode. It was a buggy reimplementation of auto-fill-mode.Kjell Wooding
2008-06-13Fix debian bug #432656Kjell Wooding
2008-06-13Fix autoexec file handling.Kjell Wooding
2008-06-12incremental search isn't allowed in macros, so if your fingersKjell Wooding
2008-06-12c-mode now understands the two most common type of commentsKjell Wooding
2008-06-12Make set-fill-column interactive (and scriptable in a startup file)Kjell Wooding
2008-06-12WhitespaceKjell Wooding
2008-06-12Introduce a basic c-mode to mg.Kjell Wooding
2008-06-11Expose changemode for use by "self-contained" modesKjell Wooding
2008-06-11Add delete-leading-space, delete-trailing-space,Kjell Wooding
2008-06-11Use getcolpos to compute column. doto does not account for tabsKjell Wooding
2008-06-11With Vincent's permission, the last remaining chunk of mg has beenKjell Wooding
2008-06-11Let curses handle the setup of terminal instead of doing it on our ownTobias Stoeckmann
2008-06-10Add a clear-mark function.Kjell Wooding
2008-06-10Fix obvious off-by-one in macro loop. From Marc Butler via debianKjell Wooding
2008-06-10Remove copyright notices and put these files back into the public domain.Kjell Wooding
2008-06-08moreHenning Brauer
2008-05-29add a detailed synopsis to mg(1); synchronize with usage.Igor Sobrado
2008-05-22I really hate commiting here, but this was far too good not to.Bob Beck
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-03-21Reset startrow when opening multiple files. Spotted by matthieu@Pierre-Yves Ritschard
2008-02-05prevent the "ttflush write failed" panic when resizing using a windowReyk Floeter
2008-01-10kill trailing whitespace;Jason McIntyre
2008-01-10This file is in the public domain. ok deraadt@Kjell Wooding
2008-01-10Greatly improve this man page. ok jmc@Kjell Wooding
2007-11-27typos; ok jmc@Martynas Venckus
2007-09-16I can't think of any good reason to inline this.Kjell Wooding
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-08-28another quoteJasper Lievisse Adriaanse
2007-08-06this file has been too long without an edit, someone has obviouslyDamien Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-28Add a global-wd-mode command, which toggles between the currentKjell Wooding
2007-04-24It's never too late to write "too late" correctly.Miod Vallat
2007-03-29Indicate when macro recording is in progress on the modeline.Kjell Wooding
2007-02-21Fix a reference to WFHARD in a comment; it was renamed WFFULL monthsDeanna Phillips
2007-02-20Remove useless -h option (if you don't know the synopsis, how do you knowChad Loder
2007-02-20Back out -h doc after discussion with theoChad Loder
2007-02-20Document -h option.Chad Loder