Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-09 | when saving a file, check whether it is newline terminated and if it is not, | Vincent Labrecque | |
prompt the user and add the newline if he agrees. tested by a lot of helpful tech@ guys, approved by henning | |||
2004-01-27 | make mail-mode more intelligent on middle-of-line insertions, and add a | Vincent Labrecque | |
comment to change the wrapping column. (mail-set-margin) tested by henning and phessler, thanks! | |||
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 | |
lrealloc() - don't realloc if new size <= old size. Avoids a realloc(p, 0) vincent@ OK | |||
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 | |
somewhat more useful.... ok millert@ + no objections on ICB | |||
2002-03-16 | add readonly buffer support | Vincent Labrecque | |
plus some KNF ok art@ | |||
2002-02-21 | Save undo records for newline insertions. | Vincent Labrecque | |
That makes mg behave more like GNU emacs. | |||
2002-02-20 | Add undo code to mg. | Vincent Labrecque | |
needs further hacking. ok `whole bunch of people on icb'@ | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-14 | some KNF | Theo de Raadt | |
2002-02-14 | Oups, my chartypes commit broke this. | Vincent Labrecque | |
Use mg specific _MG_U/_MG_L chartypes instead of systemwide ones. | |||
2002-02-13 | Make mg malloc the l_text element instead of reallocating whole LINE | Vincent Labrecque | |
structures all the time. | |||
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 | |
ancient compiler. | |||
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 | |
needs hand fixup. I stopped at keymap.c... | |||
2000-02-26 | change WINDOW -> MGWIN to avoid curses type conflict | Todd C. Miller | |
convert to terminfo in tty*.c add support for some keypad function keys (arrows, pgup, pgdown) | |||
2000-02-25 | initial import of mg2a | Theo de Raadt | |