summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2014-04-03When finding a file in a non-existant directory:Mark Lumsden
2014-04-02Add the '#' character as a comment character in the startup file.Mark Lumsden
2014-03-31Tidy up. No functional change.Mark Lumsden
2014-03-31Allow more than one level of directories to be create viaMark Lumsden
2014-03-31Remove a redundant assignment for slashp in findnonblank().Brian Callahan
2014-03-28let's talk about shitHenning Brauer
2014-03-27Don't use nospace uninitialized in gotobop and gotoeop.Florian Obser
2014-03-27new-line -> newline;Jason McIntyre
2014-03-26Previously, C-t (transpose two chars) did not behave the same asMark Lumsden
2014-03-22donebell is no longer required.Mark Lumsden
2014-03-22If no default tag defined, still let user input a tag to find.Mark Lumsden
2014-03-22truer words were never spokenTed Unangst
2014-03-20Add some missing dobeeps.Mark Lumsden
2014-03-14Check if buffer is to be saved as a directory.Mark Lumsden
2014-03-06add missing stdio.h include for fparseln().Jasper Lievisse Adriaanse
2014-03-05complaint handlingFlorian Obser
2014-01-22fix fd leaks in error pathsJonathan Gray
2014-01-21fulfilling theo's wishesHenning Brauer
2013-12-23Fix two dotline bugs for the price of one.Florian Obser
2013-12-23Move findbuffer() to buffer.c.Mark Lumsden
2013-12-20cannot let theo talking about emacs and mg slideHenning Brauer
2013-12-20Set the correct line number after successfully searching withFlorian Obser
2013-12-20Remove a spurious message that appears in dired mode if you press aMark Lumsden
2013-12-19Amend dired-unmark-backward to fit with recent change andMark Lumsden
2013-12-19Make dired-unmark-backward behave the same as emacs: move cursor up aMark Lumsden
2013-10-22Fix previous; ENOCOFFEE.Florian Obser
2013-10-22Our man page states that it's not portable to rely on dirname(3) notFlorian Obser
2013-10-21unbreak make-directory by stripping trailing '/'Florian Obser
2013-10-20the safety of the internet is called into doubtBret Lambert
2013-10-08backwards compatibility is king, and will remain king, until 2038.Reyk Floeter
2013-09-24rename re_match to regex_match to prevent a namespace conflict on Linux asJasper Lievisse Adriaanse
2013-08-13addition for 64bit time_tStuart Henderson
2013-06-15Move upwards passed multiple lines with no characters instead ofMark Lumsden
2013-06-03Add the 'g' character and dired-revert to refresh the dired buffer.Mark Lumsden
2013-06-02Add the 'quit-window' dired command and receive a basic English lessonlum
2013-06-02Fix return value in refreshbuffer.lum
2013-06-02Rename the dired-* commands to be like the emacs equivalents.lum
2013-06-01new sentence, new line;Jason McIntyre
2013-06-01Remove 'lint' mode. lint(1) is gone, and the mode was not documentedlum
2013-06-01If popbuf() fails, calling function should return FALSE.lum
2013-06-01Add dired key bindings. ok and advice jmc@lum
2013-06-01Make 'kill-paragraph' behave like emacs. ok florian@lum
2013-06-01Update the forw/backpara comments to reflect recent changes.lum
2013-06-01The k*() functions were moved to yank.c in 2005. Update the comment tolum
2013-06-01tidy-up int declarations as suggested by florian@lum
2013-06-01Adjust M-} (forward-paragraph) to behave like emacs.lum
2013-05-31Also inform the user about beginning / end of buffer in previous-lineFlorian Obser
2013-05-31Make the system bell toggleable via 'audible-bell', and if switchedlum
2013-05-30"I dare you." lum@Florian Obser
2013-05-30Use adjustname() for the dired-copy-file and dired-rename-filelum