Age | Commit message (Expand) | Author |
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 |
2006-05-29 | Another mnemonic rename, missed the first time. | Kjell Wooding |
2006-05-28 | Make Window Flags more mnemonic (and less dumb); i.e. | Kjell Wooding |
2006-05-27 | Move stderr redirection to a common location, as suggested by vincent a | Kjell Wooding |
2006-05-27 | Move mg "line to c-string" functionality to a function. | Kjell Wooding |
2006-05-08 | spacing | Kjell Wooding |
2006-05-08 | minor man page tweaks. From han boetes. | Kjell Wooding |
2006-05-03 | correct one more comment | Kjell Wooding |
2006-05-03 | Do some KNF, clean up some unused junk that has lying around for 40-odd | Kjell Wooding |
2006-05-03 | len = strlen(foo); if foo[len - 1]... will do bad things if len == 0. | Kjell Wooding |
2006-05-02 | Make buffers store their own working directory. This makes things like | Kjell Wooding |
2006-04-06 | Fix a bug whereby a written buffer (^X^W) would not have the correct | Kjell Wooding |
2006-04-03 | few more int that can become a size_t | Theo de Raadt |
2006-04-03 | fixed "text in message line would get stuck there" issue. | Kjell Wooding |
2006-04-03 | lint love; ok kjell | Theo de Raadt |
2006-04-03 | Always leave compile buffer on first line after compilation. | Kjell Wooding |
2006-04-02 | test char against '\0', not 0 | Kjell Wooding |
2006-04-02 | fix ^W (delete to start of word) in minibuffer; | Kjell Wooding |
2006-03-30 | Clean up some allocations. Remove malloc casts, and some easy | Kjell Wooding |
2006-03-28 | Use <sp> and <cr> as shortcuts for y/n (like emacs) | Kjell Wooding |
2006-03-10 | i am going to be hated for including this one | Damien Miller |
2006-02-25 | Fix a coredump occurring when the terminal is resized while mg is | Otto Moerbeek |
2006-02-03 | Fix off by one ocurring if ^W immediate follows ^S; testing marc@; | Otto Moerbeek |
2005-12-20 | Clean up the ugly casted frees. In one case, this meant eliminating a nasty | Kjell Wooding |
2005-12-20 | Do some delinting of strl-type functions. Also, remove a superfluous | Kjell Wooding |
2005-12-20 | Fix broken "Undo of undo" when line is empty. Noticed by theo. | Kjell Wooding |
2005-12-15 | NULL != '\0'. Spotted by Han Boetes and a linux gcc. | Kjell Wooding |
2005-12-14 | argh. One problem with fixing a hidden global symbol is that if you miss one, | Kjell Wooding |
2005-12-13 | Fix a typo (introduced in rev 1.6) that utterly broke cost calculations. | Kjell Wooding |