summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2007-04-24It's never too late to write "too late" correctly.Miod Vallat
2007-03-29Indicate when macro recording is in progress on the modeline.Kjell Wooding
2007-02-21Fix a reference to WFHARD in a comment; it was renamed WFFULL monthsDeanna Phillips
2007-02-20Remove useless -h option (if you don't know the synopsis, how do you knowChad Loder
2007-02-20Back out -h doc after discussion with theoChad Loder
2007-02-20Document -h option.Chad Loder
2007-02-13Fix a problem with wrapped incremental searches.Kjell Wooding
2007-02-08Fix a commentKjell Wooding
2007-02-08comment a functionKjell Wooding
2006-12-30one more 'verses'->'versus' typo in commentMartin Reindl
2006-12-29mention meta-key-mode in mg(1) to enable 8-bit character input. thisReyk Floeter
2006-12-24Fix a bug where inserting a file resulted in an incorrectKjell Wooding
2006-12-24Add column-number indicator to status line (enabled when line-number-mode isKjell Wooding
2006-12-21Fix a realloc-style bug (curmap = reallocmap(curmap)) inKjell Wooding
2006-12-21Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode,Kjell Wooding
2006-12-20kjell loves his extra spacesTheo de Raadt
2006-12-20Get rid of CVMVAS define. Originally to change pgforw/back parameterKjell Wooding
2006-12-20since auto-execute expects a function name at the "Execute:" prompt anyway,Kjell Wooding
2006-12-20kill an ill-formed (and totally unnecessary) realloc.Kjell Wooding
2006-12-16Get rid of PREFIXREGION ifdef, since we always enable it anyway.Kjell Wooding
2006-11-19spacingTheo de Raadt
2006-11-18Move buffer name allocation into bnew() where it belongsKjell Wooding
2006-11-181. Fix line numbering/mark line bug in isearch.Kjell Wooding
2006-11-18Due to a thinko on my part, (and a badly named structure member),Kjell Wooding
2006-11-18Fix line number bug (actually, dot-mark bug). to reproduce:Kjell Wooding
2006-11-17Fix a needless inversion of flag names; i.e. change them from theKjell Wooding
2006-11-17fix a segfault on isearch. Using ^W to add more than NPAT chars to theKjell Wooding
2006-11-01Don't overwrite line[strlen(line) - 1] when line is zero-length.Ray Lai
2006-09-19Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-09-02various improvements from deanna phillips; tweaked by myselfJason McIntyre
2006-08-18Move backward-paragraph, forward-paragraph to M-{, M-} respectively.Kjell Wooding
2006-08-01* move sys/queue.h inclusion to sysdef.h (it's system specific)Jason Wright
2006-07-27unused functionTheo de Raadt
2006-07-25Add bfirstlp(), blastlp() macros, returning the first and last linesKjell Wooding
2006-07-25Rename the header line of a buffer to b_headp, from the remarkablyKjell Wooding
2006-07-17These bugs were fixed long ago.Kjell Wooding
2006-07-17Better usage() wording. Add -h to mean same. Some whitespace cleanKjell Wooding
2006-07-08Introduce a 'MODIFIED' boundary type for undo records.Kjell Wooding
2006-07-08Fix a trio of bugs in line numbering: adjusting linenos after undo,Kjell Wooding
2006-06-29- use <dirent.h> not <sys/dir.h> (this appeases FreeBSD's annoying #warning)Jason Wright
2006-06-01kill another superfluous strlenKjell Wooding
2006-06-01Style. no practical change.Kjell Wooding
2006-06-01Fix message on empty goto-line. While here, lose a strlen and KNF.Kjell Wooding
2006-06-01Display line number in the mg statusbar. Yes, it seems like a fuglyKjell Wooding
2006-06-01fix styleKjell Wooding
2006-06-01make // /~ path rewriting optional in adjustname() and use it everywhereJason Wright
2006-06-01Initialize current window, and clear the readonly flag earlier in fileKjell Wooding
2006-06-01Make transpose (c-T) undoable.Kjell Wooding
2006-06-01find-file-other-window and find-buffer-other-window should splitKjell Wooding
2006-06-01Cleanup, and a new one from Aleksander Piotrowski:Kjell Wooding