Age | Commit message (Expand) | Author |
2016-04-14 | Add 'sentence-end-double-space'. | Mark Lumsden |
2016-01-02 | Add dired-find-alternate-file. | Mark Lumsden |
2015-12-29 | Add transpose-words, ok jasper@. | Mark Lumsden |
2015-10-29 | Fix opening dired from the command line. Incorrect cursor placement | Mark Lumsden |
2015-10-12 | Maintain a list of files marked for deletion while refreshing a dired | Mark Lumsden |
2015-09-29 | Mark eread(), veread(), and eformat() as printf-like and | Philip Guenther |
2015-09-26 | Add transpose-paragraphs. ok jasper@ | Mark Lumsden |
2015-09-24 | Add mark-paragraph. ok jasper@ | Mark Lumsden |
2015-06-03 | Remove unused defines and functions. | Brian Callahan |
2015-05-08 | Remove ereply prototype since it is never used. Tweak a comment to reflect | Brian Callahan |
2015-03-25 | unifdef -U NO_DPROMPT and GOSREC. | Brian Callahan |
2015-03-25 | We really don't need ttydef.h -- it is like sysdef.h -- once useful because | Brian Callahan |
2015-03-19 | Clean up the includes in mg. | Brian Callahan |
2015-03-16 | Change the internal name of the newline function to deconflict with a | Brian Callahan |
2014-04-03 | When finding a file in a non-existant directory: | Mark Lumsden |
2014-03-22 | donebell is no longer required. | Mark Lumsden |
2013-12-23 | Move findbuffer() to buffer.c. | Mark Lumsden |
2013-05-31 | Make the system bell toggleable via 'audible-bell', and if switched | lum |
2013-05-30 | Reuse the makedir() function in dir.c for dired's | lum |
2013-05-22 | Shuffle shell-command-on-region around to give shell-command. | lum |
2013-03-25 | Display the window's column number in mode line not the | Florian Obser |
2012-12-27 | diff-buffer-with-file | Florian Obser |
2012-12-27 | Move code for shell-command-on-region around to make pipeio() usable | 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-27 | - move prototype of expandtilder() to def.h; needed by an upcoming diff. | Jasper Lievisse Adriaanse |
2012-11-06 | Remove never read struct member, found while investigating a llvm | Florian Obser |
2012-11-03 | This should be void. | Christiano F. Haesbaert |
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-08-31 | Allow an error message for a filename that is too long to be seen and | lum |
2012-06-14 | Allow mg to save backup files to a users home directory. | lum |
2012-06-07 | Add some cscope support to mg. From Sunil Nimmagadda. Due to some | lum |
2012-05-29 | Increase the size of some window variables from char to int. This diff | lum |
2012-05-25 | Remove static FILE pointer used for handling files in fileio.c. Pass | lum |
2012-04-12 | Remove the conditional directives NO_MACRO and NO_STARTUP. | lum |
2012-04-11 | Add: | lum |
2011-12-10 | mail.c was removed 3 yrs 5 months ago. | lum |
2011-11-28 | Add some ctags support to mg. From Sunil Nimmagadda. | lum |
2011-01-23 | Wrap basename,dirname with xbasename, xdirname funtions, | Kjell Wooding |
2011-01-18 | Add join-line, bound to M-^ | Kjell Wooding |
2011-01-17 | Add back-to-indentation. (M-m) | Kjell Wooding |
2010-06-30 | you keep saying LIST_END. I do not think it means what you think it | Owain Ainsworth |
2009-06-05 | emacs handles the undo of a region kill (C-w) differently than a line kill | Kjell Wooding |
2009-06-04 | Add the notion of an "ephemeral" popup, so we can flag a window | Kjell Wooding |
2009-06-04 | Fix problem where line numbers get out of sync on a region-kill (C-w). | Kjell Wooding |
2009-06-04 | Rename w_flag to w_rflag. This is not a general purpose | Kjell Wooding |
2008-09-15 | Expose the undo commands as proper mg functions. | Kjell Wooding |
2008-09-15 | Enable dirty buffer detection in mg. | Kjell Wooding |
2008-06-14 | Add compile (c-C c-P) to the c-mode keymap (export from grep.c) | Kjell Wooding |