Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-10-20 | add zap-to-char and zap-up-to-char; bind zap-to-char to M-z. | Omar Polo |
2018-07-11 | When in incremental search handle ^M (a.k.a. <cr>) like ^[ (a.k.a. | Kenneth R Westerback |
2017-08-06 | Present the default choice before the colon in prompts. Matches GNU Emacs | Brian Callahan |
2017-05-30 | fix -Wshadow warnings. | Florian Obser |
2015-03-19 | Clean up the includes in mg. | Brian Callahan |
2014-03-20 | Add some missing dobeeps. | Mark Lumsden |
2013-05-31 | Make the system bell toggleable via 'audible-bell', and if switched | lum |
2012-09-07 | Make C-r not screw up the line counter if the pattern ends up not | lum |
2012-05-25 | Allow searching (C-s or C-r) to wrap around the ends of a buffer. | lum |
2012-04-12 | Remove the conditional directives NO_MACRO and NO_STARTUP. | lum |
2011-01-21 | It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it ... | Kjell Wooding |
2009-06-04 | Rename w_flag to w_rflag. This is not a general purpose | Kjell Wooding |
2008-06-12 | incremental search isn't allowed in macros, so if your fingers | Kjell Wooding |
2007-02-13 | Fix a problem with wrapped incremental searches. | Kjell Wooding |
2006-11-18 | 1. Fix line numbering/mark line bug in isearch. | Kjell Wooding |
2006-11-17 | fix a segfault on isearch. Using ^W to add more than NPAT chars to 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-02-03 | Fix off by one ocurring if ^W immediate follows ^S; testing marc@; | Otto Moerbeek |
2005-12-13 | More name-clash delinting | Kjell Wooding |
2005-12-13 | do some silly de-linting | 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-10-11 | Allow the more traditional emacs keybindings during search/replace, too | Kjell Wooding |
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-14 | Three more ereply that should be ereads. This fixes henning's "replace | Kjell Wooding |
2005-06-05 | if functions permits null reply from minibuffer, use eread (with | Kjell Wooding |
2005-06-03 | Like emacs, handle ^W during incremental search. Pressing ^W during | Chad Loder |
2005-05-27 | Add emacs-style replace-string function that does not prompt you | Chad Loder |
2005-05-27 | Fix dumb bug in initial prompt for search-forward | Chad Loder |
2005-05-27 | Do not dump core if user hits ^g to exit minibuffer from search-forward. | Chad Loder |
2005-05-25 | Incremental search will now wrap to beginning (or end if backwards) if | Chad Loder |
2005-05-23 | make ^S/^R behave like 'emacs': mixed case patterns forces a case sensitive | Jason Wright |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2004-07-22 | stage 1 of the infinite minibuffer work - add support for on the fly | Vincent Labrecque |
2003-05-20 | Finish KNF of prototypes. That should be all of them. | Chad Loder |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-13 | * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat. | Vincent Labrecque |
2001-05-24 | spaces | Michael Shalayeff |
2001-05-23 | remove VOID. We're way beyond the point where this could build with an | Artur Grabowski |
2001-05-03 | Fix another annoying feature in mg. When I try to use the keypad to | 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-25 | initial import of mg2a | Theo de Raadt |