summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
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
2012-08-30Some line counter goodness from Florian Obser.lum
2012-08-30This diff allows the user to decide what to do with buffers thatlum
2012-08-28Make mg behave more like emacs with regards to opening a new buffer:lum
2012-07-11fix three typos.Igor Sobrado
2012-07-10Fix an outstanding debian bug: #658539lum
2012-07-09OpenBSD has two kinds of developers ...Mike Larkin
2012-07-02Maintain mg's Public Domain license heritage.lum
2012-06-26It is time to bring this back alive.Claudio Jeker
2012-06-26add missing rcs idsJasper Lievisse Adriaanse
2012-06-21Shuffle leave-tmpdir-backups up to correct place in alphabetic order.lum
2012-06-20make a list format more nicely; ok lumJason McIntyre
2012-06-19various small markup fixes; ok lumJason McIntyre
2012-06-18Add a BACKUP FILES section.lum
2012-06-18Add ~/.mg.d to FILES. Reviewed by jmc@lum
2012-06-18When using M-> Place cursor at the bottom of the window (minus 3lum
2012-06-18Removing this 'if' statement allows dired buffers to not have theirlum
2012-06-18- add a pathnames.hJasper Lievisse Adriaanse
2012-06-18- explicitly use DOCMODE instead of NONBINMODEJasper Lievisse Adriaanse
2012-06-15Fixes a problem where if you try to open a file that doesn't exist and haslum
2012-06-14Add paragraph about "non-standard" mg commands.lum
2012-06-14Allow mg to save backup files to a users home directory.lum
2012-06-11Change error message to reflect the correct filename: nname is 'Newlum
2012-06-08From an email to tech@:lum
2012-06-08Fix bug where line-number counter would go a bit hay-wire when paginglum
2012-06-07Add some cscope support to mg. From Sunil Nimmagadda. Due to somelum
2012-06-04Open theo mode without splitting window in 2.lum