| Commit message (Expand) | Author | Age | Files | Lines |
* | When in incremental search handle ^M (a.k.a. <cr>) like ^[ (a.k.a. |  krw | 2018-07-11 | 1 | -5/+5 |
* | Present the default choice before the colon in prompts. Matches GNU Emacs |  bcallah | 2017-08-06 | 1 | -2/+2 |
* | fix -Wshadow warnings. |  florian | 2017-05-30 | 1 | -8/+8 |
* | Clean up the includes in mg. |  bcallah | 2015-03-19 | 1 | -3/+6 |
* | Add some missing dobeeps. |  lum | 2014-03-20 | 1 | -1/+9 |
* | Make the system bell toggleable via 'audible-bell', and if switched |  lum | 2013-05-31 | 1 | -14/+14 |
* | Make C-r not screw up the line counter if the pattern ends up not |  lum | 2012-09-07 | 1 | -3/+6 |
* | Allow searching (C-s or C-r) to wrap around the ends of a buffer. |  lum | 2012-05-25 | 1 | -17/+25 |
* | Remove the conditional directives NO_MACRO and NO_STARTUP. |  lum | 2012-04-12 | 1 | -7/+1 |
* | It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it was built. no binary change here. confirmed by lum@, tested by Henri Kemppainen |  kjell | 2011-01-21 | 1 | -1/+2 |
* | Rename w_flag to w_rflag. This is not a general purpose |  kjell | 2009-06-04 | 1 | -9/+9 |
* | incremental search isn't allowed in macros, so if your fingers |  kjell | 2008-06-12 | 1 | -3/+11 |
* | Fix a problem with wrapped incremental searches. |  kjell | 2007-02-13 | 1 | -19/+17 |
* | 1. Fix line numbering/mark line bug in isearch. |  kjell | 2006-11-18 | 1 | -4/+12 |
* | fix a segfault on isearch. Using ^W to add more than NPAT chars to the |  kjell | 2006-11-17 | 1 | -7/+11 |
* | Add bfirstlp(), blastlp() macros, returning the first and last lines |  kjell | 2006-07-25 | 1 | -3/+3 |
* | Rename the header line of a buffer to b_headp, from the remarkably |  kjell | 2006-07-25 | 1 | -7/+7 |
* | Display line number in the mg statusbar. Yes, it seems like a fugly |  kjell | 2006-06-01 | 1 | -4/+22 |
* | Make Window Flags more mnemonic (and less dumb); i.e. |  kjell | 2006-05-28 | 1 | -3/+3 |
* | Fix off by one ocurring if ^W immediate follows ^S; testing marc@; |  otto | 2006-02-03 | 1 | -1/+3 |
* | More name-clash delinting |  kjell | 2005-12-13 | 1 | -2/+5 |
* | do some silly de-linting |  kjell | 2005-12-13 | 1 | -2/+2 |
* | greedy use of typedef struct was making code harder to read; ok kjell cloder |  deraadt | 2005-11-18 | 1 | -9/+9 |
* | Casefold on replace was killed ages ago (it was wrong). Remove a |  kjell | 2005-11-18 | 1 | -5/+5 |
* | Allow the more traditional emacs keybindings during search/replace, too |  kjell | 2005-10-11 | 1 | -10/+11 |
* | Clean up eread handling in mg. (basically, fallout from the 'enter often |  kjell | 2005-08-09 | 1 | -4/+4 |
* | Add explicit public domain notices to all public domain files. |  kjell | 2005-06-14 | 1 | -1/+3 |
* | Three more ereply that should be ereads. This fixes henning's "replace |  kjell | 2005-06-14 | 1 | -3/+5 |
* | if functions permits null reply from minibuffer, use eread (with |  kjell | 2005-06-05 | 1 | -2/+3 |
* | Like emacs, handle ^W during incremental search. Pressing ^W during |  cloder | 2005-06-03 | 1 | -2/+41 |
* | Add emacs-style replace-string function that does not prompt you |  cloder | 2005-05-27 | 1 | -1/+39 |
* | Fix dumb bug in initial prompt for search-forward |  cloder | 2005-05-27 | 1 | -2/+2 |
* | Do not dump core if user hits ^g to exit minibuffer from search-forward. |  cloder | 2005-05-27 | 1 | -3/+5 |
* | Incremental search will now wrap to beginning (or end if backwards) if |  cloder | 2005-05-25 | 1 | -3/+23 |
* | make ^S/^R behave like 'emacs': mixed case patterns forces a case sensitive |  jason | 2005-05-23 | 1 | -9/+17 |
* | This is a no binary change which does: |  db | 2005-04-03 | 1 | -41/+40 |
* | stage 1 of the infinite minibuffer work - add support for on the fly |  vincent | 2004-07-22 | 1 | -14/+16 |
* | Finish KNF of prototypes. That should be all of them. |  cloder | 2003-05-20 | 1 | -35/+21 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -11/+11 |
* | * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat. |  vincent | 2002-02-13 | 1 | -4/+4 |
* | spaces |  mickey | 2001-05-24 | 1 | -23/+23 |
* | remove VOID. We're way beyond the point where this could build with an |  art | 2001-05-23 | 1 | -24/+24 |
* | Fix another annoying feature in mg. When I try to use the keypad to |  art | 2001-05-03 | 1 | -1/+9 |
* | $OpenBSD$ |  niklas | 2001-01-29 | 1 | -0/+2 |
* | More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org |  millert | 2000-09-01 | 1 | -152/+147 |
* | The start of KNF + -Wall. The code has been run through indent but |  millert | 2000-04-13 | 1 | -133/+161 |
* | initial import of mg2a |  deraadt | 2000-02-25 | 1 | -0/+664 |