summaryrefslogtreecommitdiff
path: root/usr.bin/mg/def.h
AgeCommit message (Expand)Author
2005-03-10fix more BACKUP/NOBACKUP/NO_BACKUP confusion, again no binary change.Henning Brauer
2005-03-09fix mg's behaviour with regards to files on which we do not haveJean-Francois Brousseau
2004-07-22stage 1 of the infinite minibuffer work - add support for on the flyVincent Labrecque
2004-07-09when saving a file, check whether it is newline terminated and if it is not,Vincent Labrecque
2004-01-27make mail-mode more intelligent on middle-of-line insertions, and add aVincent Labrecque
2003-11-29save the previous undo position as an offset in the buffer instead ofVincent Labrecque
2003-11-09remove the only use of the hackish undo_add_custom function.Vincent Labrecque
2003-11-09remove unused structure elementVincent Labrecque
2003-10-27fix crash on startup by using the good allocation routine in edinit()Vincent Labrecque
2003-10-21make undo records per MGWIN, not per BUFFER...Vincent Labrecque
2003-08-15make dired work more like emacs. (well, make it _work_, and then add aVincent Labrecque
2003-06-26protosVincent Labrecque
2003-05-05add a mail-mode, to do automatic line-wrapping.Vincent Labrecque
2003-01-06support +number; rewritten from buggy code by mjc@bitz.ca, vincent okTheo de Raadt
2002-07-24 remove the CHANGE undo record type, use a combination of delete and insertVincent Labrecque
2002-07-01KNF + ansi; from zyrnix (only the easy part of his diffs)Vincent Labrecque
2002-06-21remove the "extern" for a variable that does not exist anymore.Vincent Labrecque
2002-05-29 add an "auto-execute" feature, that allows binding function calls toVincent Labrecque
2002-05-29 add a function to visit a file read-only mapped to C-x C-vVincent Labrecque
2002-03-18 Enter the new undo code. it is still disabled since it has bugs, but it'sVincent Labrecque
2002-03-16 This should've been commited yesterday, before the funmap change.Vincent Labrecque
2002-03-16 add readonly buffer supportVincent Labrecque
2002-03-11 * Move to ANSI function definitions.Vincent Labrecque
2002-02-26keep undo records in the BUFFER structures insteda of having a huge list.Vincent Labrecque
2002-02-21KNFTheo de Raadt
2002-02-21 Save undo records for newline insertions.Vincent Labrecque
2002-02-21 Don't ignore the argument to undo. (makes ^U work)Vincent Labrecque
2002-02-21signal-safe window size changingTheo de Raadt
2002-02-20 Add undo code to mg.Vincent Labrecque
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-14d_makename now takes a length parameter so we can remove theVincent Labrecque
2002-02-14spellingTheo de Raadt
2002-02-13 Make mg malloc the l_text element instead of reallocating whole LINEVincent Labrecque
2002-02-13 * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat.Vincent Labrecque
2002-01-18Remove the NROW and NCOL limits. The static arrays are now replaced withArtur Grabowski
2002-01-10Clean up tty resizing code.Artur Grabowski
2002-01-08typo; mjc@bitz.caTodd C. Miller
2001-05-24Make the keymap/mode table growable in runtime.Artur Grabowski
2001-05-24Add a missing piece of something I committed by accident that IArtur Grabowski
2001-05-24Break out function -> name mappings to an own file.Artur Grabowski
2001-05-24spacesMichael Shalayeff
2001-05-23cinfo is const, keyname() and findbind() take buffer size to use strlcpy vs c...Michael Shalayeff
2001-05-23remove VOID. We're way beyond the point where this could build with anArtur Grabowski
2001-05-23No need to export nfunct and functnames now that help doesn't use themArtur Grabowski
2001-05-23export free_file_list. XXX - it doesn't belong in echo.c and it's the wrong n...Artur Grabowski
2001-05-23kill complete_function. Not used anymore.Artur Grabowski
2001-05-23It's unnecessary to have addline as a function. Make it a macro.Artur Grabowski
2001-05-23Add addlinef that's an addline with printf-style format arguments.Artur Grabowski
2001-05-04Cleanups in filename and buffer name handling.Artur Grabowski
2001-05-03Add a delay (in miliseconds) argument to ttwait.Artur Grabowski