Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-18 | We should probably thank OpenSSL. | Ingo Schwarze | |
They gave Theo another chance to be happy. | |||
2014-04-17 | I'm just trying to improve the code... | Ted Unangst | |
2014-04-17 | spidey senses | Stuart Henderson | |
2014-04-15 | My mailbox is full of shock. | Ted Unangst | |
2014-04-14 | "the randomization in this entire codebase is a grand experiment in stupid" | Ted Unangst | |
2014-04-10 | fix fd leaks in error paths missed last time around | Jonathan Gray | |
2014-04-09 | Revert 1.93, it breaks permission checks. | Florian Obser | |
"go for it" deraadt@ | |||
2014-04-03 | When finding a file in a non-existant directory: | Mark Lumsden | |
C-x C-f ~/no/dir/here/fn offer to make the directory by pressing 'y', instead of suggesting the make-directory command. ok jasper@ | |||
2014-04-02 | Add the '#' character as a comment character in the startup file. | Mark Lumsden | |
Include ';' and '#' into man page. ok deraadt@ phessler@ | |||
2014-03-31 | Tidy up. No functional change. | Mark Lumsden | |
2014-03-31 | Allow more than one level of directories to be create via | Mark Lumsden | |
make-directory again. ok florian@ jasper@ | |||
2014-03-31 | Remove a redundant assignment for slashp in findnonblank(). | Brian Callahan | |
Remove a redundant comment in the same place while here. Tweaks from lum@ ok florian@ lum@ | |||
2014-03-28 | let's talk about shit | Henning Brauer | |
2014-03-27 | Don't use nospace uninitialized in gotobop and gotoeop. | Florian Obser | |
Problem noticed and diff from bcallah@. Slightly different fix by me. OK lum@, bcallah@ | |||
2014-03-27 | new-line -> newline; | Jason McIntyre | |
not sure whether it's worth flattening the other few examples of this in our pages, but since it's used multiple times here without hyphen, at least keeps this page consistent; | |||
2014-03-26 | Previously, C-t (transpose two chars) did not behave the same as | Mark Lumsden | |
Emacs. This diff makes mg behave more so. Though new-line characters are treated as any other. Difference from emacs observed and reported by deraadt@. First diff tested and ridiculed by deraadt@. Second diff not tested and not ridiculed by deraadt@ but at least email responded to. | |||
2014-03-22 | donebell is no longer required. | Mark Lumsden | |
2014-03-22 | If no default tag defined, still let user input a tag to find. | Mark Lumsden | |
From Sunil Nimmagadda. | |||
2014-03-22 | truer words were never spoken | Ted Unangst | |
2014-03-20 | Add some missing dobeeps. | Mark Lumsden | |
ok florian@ | |||
2014-03-14 | Check if buffer is to be saved as a directory. | Mark Lumsden | |
ok florian@ | |||
2014-03-06 | add missing stdio.h include for fparseln(). | Jasper Lievisse Adriaanse | |
from Ulrich Mueller, via Han Boetes ok florian@ | |||
2014-03-05 | complaint handling | Florian Obser | |
2014-01-22 | fix fd leaks in error paths | Jonathan Gray | |
ok krw@ phessler@ | |||
2014-01-21 | fulfilling theo's wishes | Henning Brauer | |
2013-12-23 | Fix 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-23 | Move findbuffer() to buffer.c. | Mark Lumsden | |
ok florian@ | |||
2013-12-20 | cannot let theo talking about emacs and mg slide | Henning Brauer | |
2013-12-20 | Set the correct line number after successfully searching with | Florian Obser | |
re-search-{backward,forward}. OK lum | |||
2013-12-20 | Remove a spurious message that appears in dired mode if you press a | Mark Lumsden | |
key without a function bound to it. ok florian@ | |||
2013-12-19 | Amend dired-unmark-backward to fit with recent change and | Mark Lumsden | |
include DEL in DIRED KEY BINDINGS. | |||
2013-12-19 | Make dired-unmark-backward behave the same as emacs: move cursor up a | Mark Lumsden | |
line then remove 'D' instead of remove 'D' then move up a line. input/ok florian@ | |||
2013-10-22 | Fix previous; ENOCOFFEE. | Florian Obser | |
Move xdirname call into the right if block, pointed out by Ulrich Mueller. | |||
2013-10-22 | Our man page states that it's not portable to rely on dirname(3) not | Florian 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-21 | unbreak make-directory by stripping trailing '/' | Florian Obser | |
OK jasper@ | |||
2013-10-20 | the safety of the internet is called into doubt | Bret Lambert | |
prodding and okay mlarkin@ | |||
2013-10-08 | backwards compatibility is king, and will remain king, until 2038. | Reyk Floeter | |
2013-09-24 | rename re_match to regex_match to prevent a namespace conflict on Linux as | Jasper Lievisse Adriaanse | |
reported by Han Boetes. while here, rename re_buff accordingly for consistency. ok florian@ | |||
2013-08-13 | addition for 64bit time_t | Stuart Henderson | |
2013-06-15 | Move upwards passed multiple lines with no characters instead of | Mark Lumsden | |
stopping when first line with no characters is found. | |||
2013-06-03 | Add the 'g' character and dired-revert to refresh the dired buffer. | Mark Lumsden | |
ok jmc@ for man page. | |||
2013-06-02 | Add the 'quit-window' dired command and receive a basic English lesson | lum | |
from jmc@ again. | |||
2013-06-02 | Fix return value in refreshbuffer. | lum | |
2013-06-02 | Rename the dired-* commands to be like the emacs equivalents. | lum | |
2013-06-01 | new sentence, new line; | Jason McIntyre | |
2013-06-01 | Remove 'lint' mode. lint(1) is gone, and the mode was not documented | lum | |
anywhere. ok jasper@ florian@ | |||
2013-06-01 | If popbuf() fails, calling function should return FALSE. | lum | |
2013-06-01 | Add dired key bindings. ok and advice jmc@ | lum | |
2013-06-01 | Make 'kill-paragraph' behave like emacs. ok florian@ | lum | |
2013-06-01 | Update the forw/backpara comments to reflect recent changes. | lum | |