Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-06-01 | The k*() functions were moved to yank.c in 2005. Update the comment to | lum | |
reflect this. | |||
2013-06-01 | tidy-up int declarations as suggested by florian@ | lum | |
2013-06-01 | Adjust M-} (forward-paragraph) to behave like emacs. | lum | |
Bug fix and ok florian@ | |||
2013-05-31 | Also inform the user about beginning / end of buffer in previous-line | Florian Obser | |
and next-line. ok lum@ | |||
2013-05-31 | Make the system bell toggleable via 'audible-bell', and if switched | lum | |
off, make available an alternative 'visible-bell'. ok florian@ jasper@ Feedback Sunil Nimmagadda. | |||
2013-05-30 | "I dare you." lum@ | Florian Obser | |
2013-05-30 | Use adjustname() for the dired-copy-file and dired-rename-file | lum | |
commands. | |||
2013-05-30 | Use adjustname() before trying to use the path to be dired. | lum | |
ok jasper@ | |||
2013-05-30 | Reuse the makedir() function in dir.c for dired's | lum | |
dired-create-directory command. ok jasper@ | |||
2013-05-29 | Make 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-29 | Use same method as elsewhere in mg to inidicate a failure of strdup. | lum | |
2013-05-28 | In 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-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 | |
ok florian@ jasper@ Testing Sunil Nimmagadda | |||
2013-05-19 | Make the cursor position when moving backwards by paragraph behave the | lum | |
same as emacs: move to line above paragraph. ok florian@ | |||
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 | |
Reviewed and suggestions from jmc@. | |||
2013-05-17 | If directory exists when trying to create a new one, warn user. | lum | |
ok jasper@ | |||
2013-04-20 | use poll() instead of select() [with a fixed size fd_set] | Theo de Raadt | |
ok florian | |||
2013-03-25 | Display the window's column number in mode line not the | Florian Obser | |
column number of the active window. OK jasper@ | |||
2013-03-25 | Correct line numbers for undo-list. | Florian Obser | |
OK jasper@ | |||
2013-03-25 | Record when the buffer was saved in the undo history. The buffer | Florian Obser | |
will be marked unchanged at the correct point when stepping through the undo history. OK jasper@ | |||
2013-02-17 | Fix line counting when using forward-paragraph and backward-paragraph. | lum | |
Feedback and ok florian@ | |||
2013-02-17 | Replace hand rolled TAILQ_REMOVE with example from queue(3). | Florian Obser | |
While this did work in this particular case because the list was no longer used it at least sets a bad example. ok benno, jasper, lum | |||
2013-02-15 | cleanup undo history in revert-buffer | Florian Obser | |
problem spotted, initial diff and ok lum@ | |||
2013-02-10 | Grammar nits. | lum | |
2013-01-19 | Don't spin in ttgetc when stdin is lost (found by benno@). | Florian Obser | |
While there prevent an unterminated recursion in panic(). ok lum@, benno@ | |||
2012-12-28 | Respect locale for ctype purposes, e.g. display ISO Latin 1 characters; | Christian Weisgerber | |
ok stsp@ reyk@ Document that multi-byte character sets are not supported; from stsp@ | |||
2012-12-27 | diff-buffer-with-file | Florian Obser | |
input gsoares@, Sunil Nimmagadda, jasper@ ok jasper@, benno@ | |||
2012-12-27 | Move code for shell-command-on-region around to make pipeio() usable | Florian Obser | |
in other functions. ok jasper@, benno@ | |||
2012-12-04 | Bring back column numbers and make them configurable, off by default | Florian Obser | |
to not kill slow serial lines. Committing my independently written, slightly different version, as requested by jasper@. OK jasper@, OK reyk@ for jasper@'s version of the diff "Sure, if you think so then." deraadt@ | |||
2012-11-27 | - add 'make-directory' (not bound to any shortcut). | Jasper Lievisse Adriaanse | |
feedback from florian@ lum@ ok florian@ | |||
2012-11-27 | - move prototype of expandtilder() to def.h; needed by an upcoming diff. | Jasper Lievisse Adriaanse | |
2012-11-20 | keep functnames sorted | Florian Obser | |
ok jasper, lum | |||
2012-11-13 | Column numbers are gone for good. | Florian Obser | |
"yes" deraadt, input jmc |