Age | Commit message (Expand) | Author |
2012-08-31 | Allow an error message for a filename that is too long to be seen and | lum |
2012-08-30 | Some line counter goodness from Florian Obser. | lum |
2012-08-30 | This diff allows the user to decide what to do with buffers that | lum |
2012-03-14 | Remove the NO_HELP conditional directives. If defined, mg will not compile and | 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 | Add missing prototypes and move dired.c to "extensions" in Makefile. | lum |
2010-06-30 | you keep saying LIST_END. I do not think it means what you think it | Owain Ainsworth |
2009-06-05 | swap function order to bring into scope | Theo de Raadt |
2009-06-04 | If a buffer is created with a name that starts and ends with an askerisk | 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 |
2009-06-02 | Fix up some comments to match reality | Kjell Wooding |
2008-09-15 | Enable dirty buffer detection in mg. | Kjell Wooding |
2007-05-28 | Add a global-wd-mode command, which toggles between the current | Kjell Wooding |
2006-11-19 | spacing | Theo de Raadt |
2006-11-18 | Move buffer name allocation into bnew() where it belongs | Kjell Wooding |
2006-11-18 | Fix line number bug (actually, dot-mark bug). to reproduce: | 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 | Fix a trio of bugs in line numbering: adjusting linenos after undo, | Kjell Wooding |
2006-06-01 | Display line number in the mg statusbar. Yes, it seems like a fugly | 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 |
2006-04-06 | Fix a bug whereby a written buffer (^X^W) would not have the correct | Kjell Wooding |
2006-04-03 | lint love; ok kjell | Theo de Raadt |
2005-12-20 | Clean up the ugly casted frees. In one case, this meant eliminating a nasty | Kjell Wooding |
2005-12-13 | More name-clash delinting | Kjell Wooding |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt |
2005-11-13 | Better error checking of snprintfs. From Han Boetes. | Kjell Wooding |
2005-10-14 | add missing /* ARGSUSED */ to quiet lint. | Kjell Wooding |
2005-10-14 | Whoops. C-x C-v (filevisitalt) didn't work on inital scratch buffer. | Kjell Wooding |
2005-10-13 | spacing | Theo de Raadt |
2005-10-13 | KNF and minor cleanup. Remove an impossible condition check. | Kjell Wooding |
2005-10-11 | A while back, undo records were moved from the BUFFER struct to MGWIN. | Kjell Wooding |
2005-09-28 | fix buflist mode; pr 4524; from jason | Theo de Raadt |
2005-08-09 | Clean up eread handling in mg. (basically, fallout from the 'enter often | Kjell Wooding |
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding |
2005-06-03 | Fix memory leak. OK kjell, with comments by beck and kjell | Chad Loder |
2005-06-03 | Clean up find-alternate-file (C-x C-v) so abort returns to original | Kjell Wooding |
2005-05-31 | fix broken minibuffer defaults introduced in echo.c:1.33 | Kjell Wooding |
2005-05-25 | '1' in buffer-list mode should open the listed buffer in its own window | Jason Wright |
2005-05-15 | Fix insert-buffer prompt format string. strlcpy returns size_t, not int | Chad Loder |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2005-03-10 | spacing | Theo de Raadt |
2005-03-09 | fix mg's behaviour with regards to files on which we do not have | Jean-Francois Brousseau |
2004-07-22 | stage 1 of the infinite minibuffer work - add support for on the fly | Vincent Labrecque |
2003-10-21 | make undo records per MGWIN, not per BUFFER... | Vincent Labrecque |
2003-08-15 | make dired work more like emacs. (well, make it _work_, and then add a | Vincent Labrecque |