| Commit message (Expand) | Author | Age | Files | Lines |
* | Add dired-find-alternate-file. |  lum | 2016-01-02 | 1 | -5/+13 |
* | Fix opening dired from the command line. Incorrect cursor placement |  lum | 2015-10-29 | 1 | -3/+1 |
* | Check to see if the file to be opened is a directory as soon as is |  lum | 2015-09-29 | 1 | -5/+27 |
* | We really don't need ttydef.h -- it is like sysdef.h -- once useful because |  bcallah | 2015-03-25 | 1 | -5/+2 |
* | Clean up the includes in mg. |  bcallah | 2015-03-19 | 1 | -4/+10 |
* | Revert 1.93, it breaks permission checks. |  florian | 2014-04-09 | 1 | -14/+16 |
* | When finding a file in a non-existant directory: |  lum | 2014-04-03 | 1 | -4/+4 |
* | Tidy up. No functional change. |  lum | 2014-03-31 | 1 | -16/+14 |
* | Add some missing dobeeps. |  lum | 2014-03-20 | 1 | -2/+10 |
* | Check if buffer is to be saved as a directory. |  lum | 2014-03-14 | 1 | -1/+6 |
* | Move findbuffer() to buffer.c. |  lum | 2013-12-23 | 1 | -28/+1 |
* | Fix previous; ENOCOFFEE. |  florian | 2013-10-22 | 1 | -4/+3 |
* | Our man page states that it's not portable to rely on dirname(3) not |  florian | 2013-10-22 | 1 | -10/+10 |
* | Record when the buffer was saved in the undo history. The buffer |  florian | 2013-03-25 | 1 | -1/+5 |
* | Grammar nits. |  lum | 2013-02-10 | 1 | -2/+2 |
* | - add 'make-directory' (not bound to any shortcut). |  jasper | 2012-11-27 | 1 | -3/+4 |
* | oops. need to reset errno. Otherwise we can't save a new file in a |  lum | 2012-08-30 | 1 | -1/+2 |
* | This diff allows the user to decide what to do with buffers that |  lum | 2012-08-30 | 1 | -2/+17 |
* | Make mg behave more like emacs with regards to opening a new buffer: |  lum | 2012-08-28 | 1 | -6/+24 |
* | Removing this 'if' statement allows dired buffers to not have their |  lum | 2012-06-18 | 1 | -7/+5 |
* | Remove static FILE pointer used for handling files in fileio.c. Pass |  lum | 2012-05-25 | 1 | -12/+16 |
* | Allow throwaway buffers to be saved via C-c s. This diff |  lum | 2012-05-10 | 1 | -2/+5 |
* | Fix a bug in writeout() where the stats of the wrong file |  lum | 2012-05-08 | 1 | -2/+4 |
* | When writing a file via 'C-x C-w', ask user if they want to overwrite an |  lum | 2012-04-11 | 1 | -2/+14 |
* | On a file write fail: |  lum | 2011-08-31 | 1 | -4/+6 |
* | Wrap basename,dirname with xbasename, xdirname funtions, |  kjell | 2011-01-23 | 1 | -22/+37 |
* | It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it was built. no binary change here. confirmed by lum@, tested by Henri Kemppainen |  kjell | 2011-01-21 | 1 | -3/+3 |
* | augbname immediately does a basename. No need to do it in the |  kjell | 2011-01-18 | 1 | -2/+2 |
* | From the Loganaden Velvindron: |  kjell | 2010-06-26 | 1 | -5/+7 |
* | Add the notion of an "ephemeral" popup, so we can flag a window |  kjell | 2009-06-04 | 1 | -2/+2 |
* | Rename w_flag to w_rflag. This is not a general purpose |  kjell | 2009-06-04 | 1 | -3/+3 |
* | Expose the undo commands as proper mg functions. |  kjell | 2008-09-15 | 1 | -6/+6 |
* | Enable dirty buffer detection in mg. |  kjell | 2008-09-15 | 1 | -2/+11 |
* | Don't free the buffer name until after you call adjustname. |  kjell | 2008-06-18 | 1 | -2/+2 |
* | Fix debian bug #432656 |  kjell | 2008-06-13 | 1 | -4/+28 |
* | Reset startrow when opening multiple files. Spotted by matthieu@ |  pyr | 2008-03-21 | 1 | -2/+4 |
* | Fix a bug where inserting a file resulted in an incorrect |  kjell | 2006-12-24 | 1 | -17/+25 |
* | Fix a needless inversion of flag names; i.e. change them from the |  kjell | 2006-11-17 | 1 | -2/+4 |
* | Add bfirstlp(), blastlp() macros, returning the first and last lines |  kjell | 2006-07-25 | 1 | -2/+2 |
* | Rename the header line of a buffer to b_headp, from the remarkably |  kjell | 2006-07-25 | 1 | -5/+5 |
* | Introduce a 'MODIFIED' boundary type for undo records. |  kjell | 2006-07-08 | 1 | -1/+2 |
* | Display line number in the mg statusbar. Yes, it seems like a fugly |  kjell | 2006-06-01 | 1 | -7/+10 |
* | make // /~ path rewriting optional in adjustname() and use it everywhere |  jason | 2006-06-01 | 1 | -6/+6 |
* | Initialize current window, and clear the readonly flag earlier in file |  kjell | 2006-06-01 | 1 | -11/+12 |
* | find-file-other-window and find-buffer-other-window should split |  kjell | 2006-06-01 | 1 | -1/+3 |
* | Make Window Flags more mnemonic (and less dumb); i.e. |  kjell | 2006-05-28 | 1 | -4/+4 |
* | Make buffers store their own working directory. This makes things like |  kjell | 2006-05-02 | 1 | -29/+30 |
* | Fix a bug whereby a written buffer (^X^W) would not have the correct |  kjell | 2006-04-06 | 1 | -18/+13 |
* | few more int that can become a size_t |  deraadt | 2006-04-03 | 1 | -4/+5 |
* | lint love; ok kjell |  deraadt | 2006-04-03 | 1 | -2/+2 |