Age | Commit message (Expand) | Author |
2019-07-11 | Allow functions that have 1 or more parameters receive and process | Mark Lumsden |
2019-07-01 | Check if user tries to go to current directory in dired-goto-file. | Mark Lumsden |
2019-07-01 | add dired-goto-file | Mark Lumsden |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-27 | Display an error message if trying to copy or rename a file to itself. | Mark Lumsden |
2019-06-27 | Print out message after copying a file. | Mark Lumsden |
2019-06-27 | This diff uses the existing filename as the new filename if none is | Mark Lumsden |
2019-06-26 | This diff uses the existing filename as the new filename if none is | Mark Lumsden |
2019-06-25 | Add 'dired-revert' to the dired funmap, the 'g' command already works | Mark Lumsden |
2018-12-30 | Delete unnecessary <libgen.h> #includes | Philip Guenther |
2016-10-07 | Switch a SLIST_FOREACH loop containing SLIST_REMOVE to SLIST_FOREACH_SAFE. | Jonathan Gray |
2016-01-02 | Add dired-find-alternate-file. | Mark Lumsden |
2015-12-11 | Remove NULL-checks before free(). | mmcc |
2015-10-29 | Fix opening dired from the command line. Incorrect cursor placement | Mark Lumsden |
2015-10-13 | Check if a file name can be extracted from a line before marking for | Mark Lumsden |
2015-10-12 | Maintain a list of files marked for deletion while refreshing a dired | Mark Lumsden |
2015-09-28 | Make dired mode treat a double '/' in a path like fundamental mode. | Mark Lumsden |
2015-09-26 | whitespace | Jasper Lievisse Adriaanse |
2015-09-24 | Fix where the cursor is positioned after expunging files. ok jasper@ | Mark Lumsden |
2015-09-23 | fix line number handling in dired delete functions. | Mark Lumsden |
2015-09-21 | If you open the same directory twice in dired mode, mg does not behave | Mark Lumsden |
2015-09-14 | Calculate the correct line number when opening in dired mode. | Mark Lumsden |
2015-03-19 | More unifdef cleanup: | Brian Callahan |
2015-03-19 | Clean up the includes in mg. | Brian Callahan |
2014-12-30 | Remove some checks that will always evaluate to true. Noticed by a very | Brian Callahan |
2014-11-16 | Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), | Philip Guenther |
2014-04-03 | When finding a file in a non-existant directory: | Mark Lumsden |
2014-03-20 | Add some missing dobeeps. | Mark Lumsden |
2013-12-20 | Remove a spurious message that appears in dired mode if you press a | Mark Lumsden |
2013-12-19 | Make dired-unmark-backward behave the same as emacs: move cursor up a | 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-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 | Add dired-create-directory to function maps. | lum |
2012-11-03 | Don't leak a file descriptor when testing for permissions, also make | Christiano F. Haesbaert |
2012-03-14 | Remove the NO_HELP conditional directives. If defined, mg will not compile and | lum |
2011-08-31 | Allow dired mode to open files regardless of characters in | lum |
2011-08-29 | In dired mode, make point move up and down first character | lum |
2011-01-23 | Wrap basename,dirname with xbasename, xdirname funtions, | Kjell Wooding |
2011-01-18 | Add missing prototypes and move dired.c to "extensions" in Makefile. | lum |
2010-06-26 | From the Loganaden Velvindron: | Kjell Wooding |
2009-06-04 | Add the notion of an "ephemeral" popup, so we can flag a window | Kjell Wooding |
2009-06-04 | Rename w_flag to w_rflag. This is not a general purpose | Kjell Wooding |