Age | Commit message (Expand) | Author |
2019-07-02 | I totally forgot about the instance where blink-and-insert can be | Mark Lumsden |
2019-07-01 | add dired-goto-file | Mark Lumsden |
2019-06-17 | From Leonid Bobrov: add a condition to {beginning,end}-of-buffer to | Mark Lumsden |
2019-06-06 | tweak previous; | Jason McIntyre |
2019-06-03 | This diff gives the commands beginning-of-buffer and end-of-buffer the | Mark Lumsden |
2018-12-26 | revert "kill a region if 'delete' or 'backspace' is pressed" | Peter Hessler |
2018-12-18 | use Sq for single chars, and escape ";" properly; | Jason McIntyre |
2018-12-18 | Make mg kill a region if the 'delete' or 'backspace' keys are pressed | Mark Lumsden |
2018-12-13 | Allow all non-ephemeral buffers to be toggled writable or read-only | Mark Lumsden |
2018-11-18 | small clean up of dired section | Mark Lumsden |
2018-08-29 | Add set-case-replaced to toggle case-preserving replace on or off. | Reyk Floeter |
2017-12-11 | fix the description of delete-non-matching-lines; | Jason McIntyre |
2016-07-28 | these programs probably do not need to use TMPDIR. ok florian | Ted Unangst |
2016-04-14 | Add 'sentence-end-double-space'. | Mark Lumsden |
2016-03-17 | Show modes for buffers more clearly. ok jasper@ | Mark Lumsden |
2016-03-16 | notab mode is not enabled at the moment. | Mark Lumsden |
2016-01-02 | Add dired-find-alternate-file. | Mark Lumsden |
2015-12-30 | Widen the dired command list. ok jmc@ | Mark Lumsden |
2015-12-29 | Add transpose-words, ok jasper@. | Mark Lumsden |
2015-12-24 | Add -R option to allow files specified on the command line to be | Mark Lumsden |
2015-12-22 | Remove commands that are not implemented, at the moment. Added by | Mark Lumsden |
2015-12-21 | Add RET to dired-find-file. ok jasper@ | Mark Lumsden |
2015-11-18 | Remove "space-to-tabstop" from the manpage - it is not enabled, | Reyk Floeter |
2015-10-12 | Correctly mark-up some recent additions. ok jmc@ | Mark Lumsden |
2015-09-26 | Add transpose-paragraphs. ok jasper@ | Mark Lumsden |
2015-09-24 | Add mark-paragraph. ok jasper@ | Mark Lumsden |
2015-09-09 | mg doesn't support 'dired-do-delete'. Change description to the | Mark Lumsden |
2015-03-17 | correct command name; from kaspars bankovskis | Jason McIntyre |
2014-11-03 | comment out no-tab-mode, since mg is currently compiled without it; | Jason McIntyre |
2014-04-02 | Add the '#' character as a comment character in the startup file. | Mark Lumsden |
2014-03-27 | new-line -> newline; | Jason McIntyre |
2014-03-26 | Previously, C-t (transpose two chars) did not behave the same as | Mark Lumsden |
2013-12-19 | Amend dired-unmark-backward to fit with recent change and | 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 | Rename the dired-* commands to be like the emacs equivalents. | lum |
2013-06-01 | new sentence, new line; | Jason McIntyre |
2013-06-01 | Add dired key bindings. ok and advice jmc@ | lum |
2013-05-31 | Make the system bell toggleable via 'audible-bell', and if switched | lum |
2013-05-27 | tweak previous; | Jason McIntyre |
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 |
2012-12-28 | Respect locale for ctype purposes, e.g. display ISO Latin 1 characters; | Christian Weisgerber |
2012-12-27 | diff-buffer-with-file | Florian Obser |
2012-12-04 | Bring back column numbers and make them configurable, off by default | Florian Obser |
2012-11-27 | - add 'make-directory' (not bound to any shortcut). | Jasper Lievisse Adriaanse |
2012-11-13 | Column numbers are gone for good. | Florian Obser |
2012-10-22 | Add (r)evert prompt to "File changed on disk; really edit the buffer" | Florian Obser |
2012-10-12 | - implement "revert-buffer", which reverts the current buffer to what's on disk | Jasper Lievisse Adriaanse |
2012-07-11 | fix three typos. | Igor Sobrado |