Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2019-06-22 | Offering to add a new line at the end of the buffer didn't consider if | Mark Lumsden |
2019-06-22 | This diff moves the check for a newline at the end of a buffer (when | Mark Lumsden |
2016-01-02 | Add dired-find-alternate-file. | Mark Lumsden |
2015-10-29 | Fix opening dired from the command line. Incorrect cursor placement | Mark Lumsden |
2015-09-29 | Check to see if the file to be opened is a directory as soon as is | Mark Lumsden |
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 |
2014-04-09 | Revert 1.93, it breaks permission checks. | Florian Obser |
2014-04-03 | When finding a file in a non-existant directory: | Mark Lumsden |
2014-03-31 | Tidy up. No functional change. | Mark Lumsden |
2014-03-20 | Add some missing dobeeps. | Mark Lumsden |
2014-03-14 | Check if buffer is to be saved as a directory. | Mark Lumsden |
2013-12-23 | Move findbuffer() to buffer.c. | Mark Lumsden |
2013-10-22 | Fix previous; ENOCOFFEE. | Florian Obser |
2013-10-22 | Our man page states that it's not portable to rely on dirname(3) not | Florian Obser |
2013-03-25 | Record when the buffer was saved in the undo history. The buffer | Florian Obser |
2013-02-10 | Grammar nits. | lum |
2012-11-27 | - add 'make-directory' (not bound to any shortcut). | Jasper Lievisse Adriaanse |
2012-08-30 | oops. need to reset errno. Otherwise we can't save a new file in a | lum |
2012-08-30 | This diff allows the user to decide what to do with buffers that | lum |
2012-08-28 | Make mg behave more like emacs with regards to opening a new buffer: | lum |
2012-06-18 | Removing this 'if' statement allows dired buffers to not have their | lum |
2012-05-25 | Remove static FILE pointer used for handling files in fileio.c. Pass | lum |
2012-05-10 | Allow throwaway buffers to be saved via C-c s. This diff | lum |
2012-05-08 | Fix a bug in writeout() where the stats of the wrong file | lum |
2012-04-11 | When writing a file via 'C-x C-w', ask user if they want to overwrite an | lum |
2011-08-31 | On a file write fail: | lum |
2011-01-23 | Wrap basename,dirname with xbasename, xdirname funtions, | Kjell Wooding |
2011-01-21 | It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it ... | Kjell Wooding |
2011-01-18 | augbname immediately does a basename. No need to do it in the | Kjell Wooding |
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 |
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-18 | Don't free the buffer name until after you call adjustname. | Kjell Wooding |
2008-06-13 | Fix debian bug #432656 | Kjell Wooding |
2008-03-21 | Reset startrow when opening multiple files. Spotted by matthieu@ | Pierre-Yves Ritschard |
2006-12-24 | Fix a bug where inserting a file resulted in an incorrect | Kjell Wooding |
2006-11-17 | Fix a needless inversion of flag names; i.e. change them from the | Kjell Wooding |
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 |
2006-06-01 | make // /~ path rewriting optional in adjustname() and use it everywhere | Jason Wright |
2006-06-01 | Initialize current window, and clear the readonly flag earlier in file | Kjell Wooding |
2006-06-01 | find-file-other-window and find-buffer-other-window should split | Kjell Wooding |
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 |