summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2013-05-30"I dare you." lum@Florian Obser
2013-05-30Use adjustname() for the dired-copy-file and dired-rename-filelum
2013-05-30Use adjustname() before trying to use the path to be dired.lum
2013-05-30Reuse the makedir() function in dir.c for dired'slum
2013-05-29Make the mg dired commands:lum
2013-05-29Use same method as elsewhere in mg to inidicate a failure of strdup.lum
2013-05-28In dired mode the commands:lum
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
2013-05-19Make the cursor position when moving backwards by paragraph behave thelum
2013-05-18Use adjustname() for path. ok jasper@lum
2013-05-18and and -> andlum
2013-05-18Update last updated date.lum
2013-05-17Describe the file -> buffer semantic.lum
2013-05-17If directory exists when trying to create a new one, warn user.lum
2013-04-20use poll() instead of select() [with a fixed size fd_set]Theo de Raadt
2013-03-25Display the window's column number in mode line not theFlorian Obser
2013-03-25Correct line numbers for undo-list.Florian Obser
2013-03-25Record when the buffer was saved in the undo history. The bufferFlorian Obser
2013-02-17Fix line counting when using forward-paragraph and backward-paragraph.lum
2013-02-17Replace hand rolled TAILQ_REMOVE with example from queue(3).Florian Obser
2013-02-15cleanup undo history in revert-bufferFlorian Obser
2013-02-10Grammar nits.lum
2013-01-19Don't spin in ttgetc when stdin is lost (found by benno@).Florian Obser
2012-12-28Respect locale for ctype purposes, e.g. display ISO Latin 1 characters;Christian Weisgerber
2012-12-27diff-buffer-with-fileFlorian Obser
2012-12-27Move code for shell-command-on-region around to make pipeio() usableFlorian Obser
2012-12-04Bring back column numbers and make them configurable, off by defaultFlorian Obser
2012-11-27- add 'make-directory' (not bound to any shortcut).Jasper Lievisse Adriaanse
2012-11-27- move prototype of expandtilder() to def.h; needed by an upcoming diff.Jasper Lievisse Adriaanse
2012-11-20keep functnames sortedFlorian Obser
2012-11-13Column numbers are gone for good.Florian Obser
2012-11-11updating the character offset on the line all the time is astoundinglyTheo de Raadt
2012-11-06Remove never read struct member, found while investigating a llvmFlorian Obser
2012-11-03fix potential memory leak, found by llvmFlorian Obser
2012-11-03kill dead assignment, found by llvmFlorian Obser
2012-11-03Don't leak a file descriptor when testing for permissions, also makeChristiano F. Haesbaert
2012-11-03This should be void.Christiano F. Haesbaert
2012-10-26- fix potential memory and fd leakFlorian Obser
2012-10-23Use correct file for revert-buffer; do not ignore abort.Florian Obser
2012-10-22Add (r)evert prompt to "File changed on disk; really edit the buffer"Florian Obser
2012-10-22Check for dirty buffer on buffer change.Florian Obser
2012-10-20- fix a potential double freeJasper Lievisse Adriaanse
2012-10-12- implement "revert-buffer", which reverts the current buffer to what's on diskJasper Lievisse Adriaanse
2012-09-25Stop the space char completing a file name. This mimics more recentlum
2012-09-07Make C-r not screw up the line counter if the pattern ends up notlum
2012-08-31Allow an error message for a filename that is too long to be seen andlum
2012-08-30oops. need to reset errno. Otherwise we can't save a new file in alum