Age | Commit message (Expand) | Author |
2021-03-01 | Put the hardcoded '\n' character which is found throughout mg into a | Mark Lumsden |
2020-07-22 | Prevent mg segfault with query-replace-regex replacing ^ | Theo Buehler |
2018-08-29 | Add set-case-replaced to toggle case-preserving replace on or off. | Reyk Floeter |
2018-07-12 | Use (mostly) the same capitalisation in the replacement string as in | Florian Obser |
2017-09-09 | When inserting a newline, only increment dotline for windows that are | Florian Obser |
2015-12-11 | Remove NULL-checks before free(). | mmcc |
2015-09-29 | Mark eread(), veread(), and eformat() as printf-like and | Philip Guenther |
2015-06-03 | Remove unused defines and functions. | Brian Callahan |
2015-03-19 | Clean up the includes in mg. | Brian Callahan |
2014-11-16 | Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), | Philip Guenther |
2014-03-20 | Add some missing dobeeps. | Mark Lumsden |
2013-12-23 | Fix two dotline bugs for the price of one. | Florian Obser |
2013-06-01 | The k*() functions were moved to yank.c in 2005. Update the comment to | lum |
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 |