Age | Commit message (Expand) | Author |
2011-01-18 | Obvious error on my part. | Kjell Wooding |
2009-11-12 | fix memory leak found by parfait; ok jsg@ | Todd C. Miller |
2009-06-05 | emacs handles the undo of a region kill (C-w) differently than a line kill | 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 |
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-06-01 | Display line number in the mg statusbar. Yes, it seems like a fugly | Kjell Wooding |
2006-05-28 | Make Window Flags more mnemonic (and less dumb); i.e. | Kjell Wooding |
2006-05-27 | Move mg "line to c-string" functionality to a function. | Kjell Wooding |
2005-12-20 | Clean up the ugly casted frees. In one case, this meant eliminating a nasty | Kjell Wooding |
2005-12-20 | Do some delinting of strl-type functions. Also, remove a superfluous | Kjell Wooding |
2005-12-20 | Fix broken "Undo of undo" when line is empty. Noticed by theo. | Kjell Wooding |
2005-12-13 | do some silly de-linting | Kjell Wooding |
2005-11-22 | Move kill-related commands to their own file. | Kjell Wooding |
2005-11-22 | Fix backwards insert into kill buffer (aaa \n bbb M-BS M-BS c-Y) by | Kjell Wooding |
2005-11-21 | kill kill kill unused stuff; ok kjell | Theo de Raadt |
2005-11-20 | toast NO_DIRED #ifdef; ok kjell | Theo de Raadt |
2005-11-18 | Split kill buffer code into a separate function. | Kjell Wooding |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt |
2005-11-18 | Casefold on replace was killed ages ago (it was wrong). Remove a | Kjell Wooding |
2005-11-18 | Kill a stupid interface. kgrow should take direction, not TRUE/FALSE. | Kjell Wooding |
2005-10-13 | spacing | Theo de Raadt |
2005-10-06 | Make mg undo much more emacs like (and correct). | Kjell Wooding |
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2004-07-09 | when saving a file, check whether it is newline terminated and if it is not, | Vincent Labrecque |
2004-01-27 | make mail-mode more intelligent on middle-of-line insertions, and add a | Vincent Labrecque |
2003-11-09 | remove the only use of the hackish undo_add_custom function. | Vincent Labrecque |
2003-04-16 | lalloc() - return NULL on error, not FALSE | Todd C. Miller |
2002-07-01 | KNF + ansi; from zyrnix (only the easy part of his diffs) | Vincent Labrecque |
2002-03-18 | Enter the new undo code. it is still disabled since it has bugs, but it's | Vincent Labrecque |
2002-03-16 | add readonly buffer support | Vincent Labrecque |
2002-02-21 | Save undo records for newline insertions. | Vincent Labrecque |
2002-02-20 | Add undo code to mg. | Vincent Labrecque |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-14 | some KNF | Theo de Raadt |
2002-02-14 | Oups, my chartypes commit broke this. | Vincent Labrecque |
2002-02-13 | Make mg malloc the l_text element instead of reallocating whole LINE | Vincent Labrecque |
2001-05-24 | spaces | Michael Shalayeff |
2001-05-23 | Get rid of unnecessary casts of NULL. | Artur Grabowski |
2001-05-23 | remove VOID. We're way beyond the point where this could build with an | Artur Grabowski |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2000-09-01 | More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org | Todd C. Miller |
2000-04-13 | The start of KNF + -Wall. The code has been run through indent but | Todd C. Miller |
2000-02-26 | change WINDOW -> MGWIN to avoid curses type conflict | Todd C. Miller |
2000-02-25 | initial import of mg2a | Theo de Raadt |