Age | Commit message (Expand) | Author |
2014-01-22 | fix fd leaks in error paths | Jonathan Gray |
2014-01-21 | fulfilling theo's wishes | Henning Brauer |
2013-12-23 | Fix two dotline bugs for the price of one. | Florian Obser |
2013-12-23 | Move findbuffer() to buffer.c. | Mark Lumsden |
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 |
2013-12-20 | Remove a spurious message that appears in dired mode if you press a | Mark Lumsden |
2013-12-19 | Amend dired-unmark-backward to fit with recent change and | Mark Lumsden |
2013-12-19 | Make dired-unmark-backward behave the same as emacs: move cursor up a | Mark Lumsden |
2013-10-22 | Fix previous; ENOCOFFEE. | Florian Obser |
2013-10-22 | Our man page states that it's not portable to rely on dirname(3) not | Florian Obser |
2013-10-21 | unbreak make-directory by stripping trailing '/' | Florian Obser |
2013-10-20 | the safety of the internet is called into doubt | Bret Lambert |
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 |
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 |
2013-06-03 | Add the 'g' character and dired-revert to refresh the dired buffer. | Mark Lumsden |
2013-06-02 | Add the 'quit-window' dired command and receive a basic English lesson | lum |
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 |
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 |
2013-06-01 | The k*() functions were moved to yank.c in 2005. Update the comment to | lum |
2013-06-01 | tidy-up int declarations as suggested by florian@ | lum |
2013-06-01 | Adjust M-} (forward-paragraph) to behave like emacs. | lum |
2013-05-31 | Also inform the user about beginning / end of buffer in previous-line | Florian Obser |
2013-05-31 | Make the system bell toggleable via 'audible-bell', and if switched | lum |
2013-05-30 | "I dare you." lum@ | Florian Obser |
2013-05-30 | Use adjustname() for the dired-copy-file and dired-rename-file | lum |
2013-05-30 | Use adjustname() before trying to use the path to be dired. | lum |
2013-05-30 | Reuse the makedir() function in dir.c for dired's | lum |
2013-05-29 | Make the mg dired commands: | lum |
2013-05-29 | Use same method as elsewhere in mg to inidicate a failure of strdup. | lum |
2013-05-28 | In dired mode the commands: | lum |
2013-05-27 | tweak previous; | Jason McIntyre |
2013-05-27 | Add dired-create-directory to function maps. | lum |
2013-05-27 | Add dired commands. ok and suggestions jmc@ | lum |
2013-05-22 | Shuffle shell-command-on-region around to give shell-command. | lum |
2013-05-19 | Make the cursor position when moving backwards by paragraph behave the | lum |
2013-05-18 | Use adjustname() for path. ok jasper@ | lum |
2013-05-18 | and and -> and | lum |
2013-05-18 | Update last updated date. | lum |
2013-05-17 | Describe the file -> buffer semantic. | lum |
2013-05-17 | If directory exists when trying to create a new one, warn user. | lum |
2013-04-20 | use poll() instead of select() [with a fixed size fd_set] | Theo de Raadt |