summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Collapse)Author
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
From Sunil Nimmagadda.
2014-03-22truer words were never spokenTed Unangst
2014-03-20Add some missing dobeeps.Mark Lumsden
ok florian@
2014-03-14Check if buffer is to be saved as a directory.Mark Lumsden
ok florian@
2014-03-06add missing stdio.h include for fparseln().Jasper Lievisse Adriaanse
from Ulrich Mueller, via Han Boetes ok florian@
2014-03-05complaint handlingFlorian Obser
2014-01-22fix fd leaks in error pathsJonathan Gray
ok krw@ phessler@
2014-01-21fulfilling theo's wishesHenning Brauer
2013-12-23Fix two dotline bugs for the price of one.Florian Obser
1) When answering "No newline at end of file, add one?" with y and dot is not at the end of buffer dotline is off by one 2) When displaying the same buffer in two windows, dot in the second window is below dot in the first and a newline is entered in the first window dotline is not updated in the second. OK lum
2013-12-23Move findbuffer() to buffer.c.Mark Lumsden
ok florian@
2013-12-20cannot let theo talking about emacs and mg slideHenning Brauer
2013-12-20Set the correct line number after successfully searching withFlorian Obser
re-search-{backward,forward}. OK lum
2013-12-20Remove a spurious message that appears in dired mode if you press aMark Lumsden
key without a function bound to it. ok florian@
2013-12-19Amend dired-unmark-backward to fit with recent change andMark Lumsden
include DEL in DIRED KEY BINDINGS.
2013-12-19Make dired-unmark-backward behave the same as emacs: move cursor up aMark Lumsden
line then remove 'D' instead of remove 'D' then move up a line. input/ok florian@
2013-10-22Fix previous; ENOCOFFEE.Florian Obser
Move xdirname call into the right if block, pointed out by Ulrich Mueller.
2013-10-22Our man page states that it's not portable to rely on dirname(3) notFlorian Obser
modifying the contents of the passed string. Replace dirname(3) with mg's xdirname portability helper function (a slightly different fix than Gentoo's). Report and initial analysis by Marien Zwart in Gentoo bug #487758 via Han Boetes (hboetes _AT_ gmail). Gentoo bugfix by Ulrich Mueller (ulm _AT_ gentoo). testing on glibc / input Ulrich Mueller; testing on glibc Han Boetes. Thanks! OK jasper@
2013-10-21unbreak make-directory by stripping trailing '/'Florian Obser
OK jasper@
2013-10-20the safety of the internet is called into doubtBret Lambert
prodding and okay mlarkin@
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
reported by Han Boetes. while here, rename re_buff accordingly for consistency. ok florian@
2013-08-13addition for 64bit time_tStuart Henderson
2013-06-15Move upwards passed multiple lines with no characters instead ofMark Lumsden
stopping when first line with no characters is found.
2013-06-03Add the 'g' character and dired-revert to refresh the dired buffer.Mark Lumsden
ok jmc@ for man page.
2013-06-02Add the 'quit-window' dired command and receive a basic English lessonlum
from jmc@ again.
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
anywhere. ok jasper@ florian@
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
reflect this.
2013-06-01tidy-up int declarations as suggested by florian@lum
2013-06-01Adjust M-} (forward-paragraph) to behave like emacs.lum
Bug fix and ok florian@
2013-05-31Also inform the user about beginning / end of buffer in previous-lineFlorian Obser
and next-line. ok lum@
2013-05-31Make the system bell toggleable via 'audible-bell', and if switchedlum
off, make available an alternative 'visible-bell'. ok florian@ jasper@ Feedback Sunil Nimmagadda.
2013-05-30"I dare you." lum@Florian Obser
2013-05-30Use adjustname() for the dired-copy-file and dired-rename-filelum
commands.
2013-05-30Use adjustname() before trying to use the path to be dired.lum
ok jasper@
2013-05-30Reuse the makedir() function in dir.c for dired'slum
dired-create-directory command. ok jasper@
2013-05-29Make the mg dired commands:lum
dired-flag-file-deleted dired-backup-unflag dired-unflag behave more like emacs when the cursor stays on the first character of the file name.
2013-05-29Use same method as elsewhere in mg to inidicate a failure of strdup.lum
2013-05-28In dired mode the commands:lum
dired-copy-file dired-rename-file dired-create-directory do not refresh the dired buffer. Now they do.
2013-05-27tweak previous;Jason McIntyre
2013-05-27Add dired-create-directory to function maps.lum
2013-05-27Add dired commands. ok and suggestions jmc@lum
2013-05-22Shuffle shell-command-on-region around to give shell-command.lum
ok florian@ jasper@ Testing Sunil Nimmagadda