Age | Commit message (Expand) | Author |
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 |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2006-11-01 | Don't overwrite line[strlen(line) - 1] when line is zero-length. | Ray Lai |
2006-07-25 | Add bfirstlp(), blastlp() macros, returning the first and last lines | Kjell Wooding |
2006-07-25 | Rename the header line of a buffer to b_headp, from the remarkably | Kjell Wooding |
2006-06-01 | Display line number in the mg statusbar. Yes, it seems like a fugly | Kjell Wooding |
2006-06-01 | make // /~ path rewriting optional in adjustname() and use it everywhere | Jason Wright |
2006-05-28 | Make Window Flags more mnemonic (and less dumb); i.e. | Kjell Wooding |
2006-05-02 | Make buffers store their own working directory. This makes things like | Kjell Wooding |
2005-12-20 | Do some delinting of strl-type functions. Also, remove a superfluous | Kjell Wooding |
2005-12-13 | Last round of easy delinting. | Kjell Wooding |