summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2012-04-12Remove the conditional directives NO_MACRO and NO_STARTUP.lum
2012-04-11Add:lum
2012-04-11When writing a file via 'C-x C-w', ask user if they want to overwrite anlum
2012-03-28The Delete key should delete the character to the right of the cursor.lum
2012-03-28Close an opendir(). From Igor Zinovik.lum
2012-03-14Remove the NO_HELP conditional directives. If defined, mg will not compile andlum
2012-02-09typo. ok jmc@lum
2012-01-26Tidy window and buffer NULL checks.lum
2012-01-17Did Richard Stallman suggest the name change AND the new name "mg"? This islum
2011-12-10mail.c was removed 3 yrs 5 months ago.lum
2011-12-05Use absolute filenames while pushing and popping off the stack.lum
2011-11-29Missing wordlen check from version 1.20. Spotted by matthew@lum
2011-11-28Fix a few grating comment typos.Matthew Dempsky
2011-11-28jmc's suggested text for the ctags man page update was slightylum
2011-11-28Change behaviour of M-q (fill-paragraph) to allowlum
2011-11-28Add some ctags support to mg. From Sunil Nimmagadda.lum
2011-09-10Another small tidy up. ok jmc@lum
2011-09-02Add email address for diffs and remove plural man pages. ok jmc@lum
2011-08-31Remove 2nd person. ok jmc@lum
2011-08-31On a file write fail:lum
2011-08-31Allow dired mode to open files regardless of characters inlum
2011-08-29In dired mode, make point move up and down first characterlum
2011-08-01Change Gnu to GNU in man page (also, while here, in README and in a comment)lum
2011-07-15When killing lines using ^U <n> ^K, count the characters exactly (forTheo de Raadt
2011-07-08hackathons are good to this fileDamien Miller
2011-02-02Put correct path for tutorial into man page. oops.lum
2011-02-02Move mg(1) tutorial file into a release, instead of languishing in src.lum
2011-01-23Wrap basename,dirname with xbasename, xdirname funtions,Kjell Wooding
2011-01-21It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it ...Kjell Wooding
2011-01-21Change len+memcmp check to a strncmp for prefix testing onKjell Wooding
2011-01-19patch from Henri Kemppainen:Kjell Wooding
2011-01-18new sentence, new line;Jason McIntyre
2011-01-18Add missing prototypes and move dired.c to "extensions" in Makefile.lum
2011-01-18augbname immediately does a basename. No need to do it in theKjell Wooding
2011-01-18Obvious error on my part.Kjell Wooding
2011-01-18Add join-line, bound to M-^Kjell Wooding
2011-01-17Add back-to-indentation. (M-m)Kjell Wooding
2010-10-07use an upper case "C" in "Control" for consistency; use the sameIgor Sobrado
2010-08-03that had to be addedHenning Brauer
2010-06-30you keep saying LIST_END. I do not think it means what you think itOwain Ainsworth
2010-06-26From the Loganaden Velvindron:Kjell Wooding
2010-06-24this just had to be here...Jasper Lievisse Adriaanse
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-03-03it's true!Jasper Lievisse Adriaanse
2010-01-24- revert previous; nitems() shouldn't be used in userland (yet).Jasper Lievisse Adriaanse
2010-01-24use nitems here, no real changeTed Unangst
2010-01-01when asked for the benefit of pre-selecting pkgs in the installer;Ingo Schwarze
2009-11-24Another one.Owain Ainsworth
2009-11-24More words of wisdom.Owain Ainsworth
2009-11-12fix memory leak found by parfait; ok jsg@Todd C. Miller