Age | Commit message (Expand) | Author |
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 |
2008-06-14 | unf*ck undo. | Kjell Wooding |
2008-06-13 | phessler noted that c-mode ignored blinking braces. | Kjell Wooding |
2008-06-12 | Introduce a basic c-mode to mg. | Kjell Wooding |
2008-06-11 | Add delete-leading-space, delete-trailing-space, | Kjell Wooding |
2008-06-10 | Add a clear-mark function. | Kjell Wooding |
2007-05-28 | Add a global-wd-mode command, which toggles between the current | Kjell Wooding |
2007-02-21 | Fix a reference to WFHARD in a comment; it was renamed WFFULL months | Deanna Phillips |
2006-11-19 | spacing | Theo de Raadt |
2006-11-17 | Fix a needless inversion of flag names; i.e. change them from the | Kjell Wooding |
2006-08-01 | * move sys/queue.h inclusion to sysdef.h (it's system specific) | Jason Wright |
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-07-08 | Introduce a 'MODIFIED' boundary type for undo records. | Kjell Wooding |
2006-06-01 | Display line number in the mg statusbar. Yes, it seems like a fugly | Kjell Wooding |