Age | Commit message (Expand) | Author |
2023-04-21 | mg: allow to change the tab width | Omar Polo |
2023-04-17 | resurrect mg' no-tab-mode | Omar Polo |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-05-24 | fix some dobeep_msgs calls | op |
2021-02-27 | Add dobeep functions that take messages to basic.c. | Mark Lumsden |
2019-06-17 | From Leonid Bobrov: add a condition to {beginning,end}-of-buffer to | Mark Lumsden |
2019-06-03 | This diff gives the commands beginning-of-buffer and end-of-buffer the | Mark Lumsden |
2015-10-10 | Make functions that accept multiple iterations via C-u N, honour 0. | Mark Lumsden |
2015-09-26 | whitespace | Jasper Lievisse Adriaanse |
2015-03-24 | When exiting the loop early don't forget to clean up. | Florian Obser |
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-05-31 | Also inform the user about beginning / end of buffer in previous-line | Florian Obser |
2013-05-31 | Make the system bell toggleable via 'audible-bell', and if switched | lum |
2013-03-25 | Display the window's column number in mode line not the | Florian Obser |
2012-10-12 | - implement "revert-buffer", which reverts the current buffer to what's on disk | Jasper Lievisse Adriaanse |
2012-06-18 | When using M-> Place cursor at the bottom of the window (minus 3 | lum |
2012-06-08 | From an email to tech@: | lum |
2012-06-08 | Fix bug where line-number counter would go a bit hay-wire when paging | lum |
2012-06-01 | While scrolling, show a message and beep when you reach either end of | lum |
2012-05-31 | Currently, mg's cursor jumps from top to bottom of the screen as you | lum |
2012-05-30 | Reverse part of v1.131. The end of buffer can still be reached so I | lum |
2012-05-25 | When paging down a buffer (C-v) stop earlier before having the last | lum |
2009-06-04 | Rename w_flag to w_rflag. This is not a general purpose | Kjell Wooding |
2008-06-10 | Add a clear-mark function. | Kjell Wooding |
2006-12-20 | Get rid of CVMVAS define. Originally to change pgforw/back parameter | Kjell Wooding |
2006-11-18 | Due to a thinko on my part, (and a badly named structure member), | 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 | Fix message on empty goto-line. While here, lose a strlen and KNF. | 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 |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt |
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-04-03 | This is a no binary change which does: | David Berghoff |
2005-03-10 | spacing | Theo de Raadt |
2004-07-22 | stage 1 of the infinite minibuffer work - add support for on the fly | Vincent Labrecque |
2003-09-19 | do not += snprintf; andrushock@korovino.net | Theo de Raadt |
2003-05-16 | fix the goal calculation routine so moving up and down moves to the right | Vincent Labrecque |
2002-03-11 | remove errno=0 assignments, we don't need these with Hakan's code | Vincent Labrecque |
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque |
2002-03-10 | Better long vs int. millert@ ok. | Hakan Olsson |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-14 | use strtol instead of atoi to get range checking, etc | Vincent Labrecque |
2002-02-13 | Make mg malloc the l_text element instead of reallocating whole LINE | Vincent Labrecque |
2002-02-08 | more gosmacs | Theo de Raadt |
2001-05-23 | remove VOID. We're way beyond the point where this could build with an | Artur Grabowski |
2001-02-12 | goto-line 0 should go to the beginning of the file, not the end; | Todd C. Miller |