summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2008-12-23time to add a new one.Claudio Jeker
2008-12-17change the name displayed by the c-mode on the mode line to "c",Igor Sobrado
2008-12-17sort CFLAGS, SRCS and the list of compile-time options; while here,Igor Sobrado
2008-11-15update the readme a bit by deleting most of the irrelevant info, such as msdosTed Unangst
2008-11-06add a description for the recently added c-mode.Igor Sobrado
2008-09-15Expose the undo commands as proper mg functions.Kjell Wooding
2008-09-15Enable dirty buffer detection in mg.Kjell Wooding
2008-08-27add a C-c target, so we can use it as a prefix for keybindings.Kjell Wooding
2008-07-30Replace GNU tutorial with public domain one, written from scratch byKjell Wooding
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