Age | Commit message (Expand) | Author |
2007-04-24 | It's never too late to write "too late" correctly. | Miod Vallat |
2007-03-29 | Indicate when macro recording is in progress on the modeline. | Kjell Wooding |
2007-02-21 | Fix a reference to WFHARD in a comment; it was renamed WFFULL months | Deanna Phillips |
2007-02-20 | Remove useless -h option (if you don't know the synopsis, how do you know | Chad Loder |
2007-02-20 | Back out -h doc after discussion with theo | Chad Loder |
2007-02-20 | Document -h option. | Chad Loder |
2007-02-13 | Fix a problem with wrapped incremental searches. | Kjell Wooding |
2007-02-08 | Fix a comment | Kjell Wooding |
2007-02-08 | comment a function | Kjell Wooding |
2006-12-30 | one more 'verses'->'versus' typo in comment | Martin Reindl |
2006-12-29 | mention meta-key-mode in mg(1) to enable 8-bit character input. this | Reyk Floeter |
2006-12-24 | Fix a bug where inserting a file resulted in an incorrect | Kjell Wooding |
2006-12-24 | Add column-number indicator to status line (enabled when line-number-mode is | Kjell Wooding |
2006-12-21 | Fix a realloc-style bug (curmap = reallocmap(curmap)) in | Kjell Wooding |
2006-12-21 | Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode, | Kjell Wooding |
2006-12-20 | kjell loves his extra spaces | Theo de Raadt |
2006-12-20 | Get rid of CVMVAS define. Originally to change pgforw/back parameter | Kjell Wooding |
2006-12-20 | since auto-execute expects a function name at the "Execute:" prompt anyway, | Kjell Wooding |
2006-12-20 | kill an ill-formed (and totally unnecessary) realloc. | Kjell Wooding |
2006-12-16 | Get rid of PREFIXREGION ifdef, since we always enable it anyway. | Kjell Wooding |
2006-11-19 | spacing | Theo de Raadt |
2006-11-18 | Move buffer name allocation into bnew() where it belongs | Kjell Wooding |
2006-11-18 | 1. Fix line numbering/mark line bug in isearch. | Kjell Wooding |
2006-11-18 | Due to a thinko on my part, (and a badly named structure member), | Kjell Wooding |
2006-11-18 | Fix line number bug (actually, dot-mark bug). to reproduce: | Kjell Wooding |
2006-11-17 | Fix a needless inversion of flag names; i.e. change them from the | Kjell Wooding |
2006-11-17 | fix a segfault on isearch. Using ^W to add more than NPAT chars to the | Kjell Wooding |
2006-11-01 | Don't overwrite line[strlen(line) - 1] when line is zero-length. | Ray Lai |
2006-09-19 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-09-02 | various improvements from deanna phillips; tweaked by myself | Jason McIntyre |
2006-08-18 | Move 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-27 | unused function | Theo de Raadt |
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-07-17 | These bugs were fixed long ago. | Kjell Wooding |
2006-07-17 | Better usage() wording. Add -h to mean same. Some whitespace clean | Kjell Wooding |
2006-07-08 | Introduce a 'MODIFIED' boundary type for undo records. | Kjell Wooding |
2006-07-08 | Fix 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-01 | kill another superfluous strlen | Kjell Wooding |
2006-06-01 | Style. no practical change. | 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-06-01 | fix style | Kjell Wooding |
2006-06-01 | make // /~ path rewriting optional in adjustname() and use it everywhere | Jason Wright |
2006-06-01 | Initialize current window, and clear the readonly flag earlier in file | Kjell Wooding |
2006-06-01 | Make transpose (c-T) undoable. | Kjell Wooding |
2006-06-01 | find-file-other-window and find-buffer-other-window should split | Kjell Wooding |
2006-06-01 | Cleanup, and a new one from Aleksander Piotrowski: | Kjell Wooding |