Age | Commit message (Expand) | Author |
2012-05-29 | Increase the size of some window variables from char to int. This diff | lum |
2012-05-25 | full-stops mainly. | lum |
2012-05-25 | Be consistent on how we describe key-strokes: UP-low (c-H -> C-h) | lum |
2012-05-25 | Move the windows section in the tutorial to a more sensible place | lum |
2012-05-25 | When paging down a buffer (C-v) stop earlier before having the last | lum |
2012-05-25 | Allow searching (C-s or C-r) to wrap around the ends of a buffer. | lum |
2012-05-25 | Prepare mg buffers before startup file is parsed so multiple files can | lum |
2012-05-25 | Remove static FILE pointer used for handling files in fileio.c. Pass | lum |
2012-05-23 | Change how mg handles files beginning with a '~'. | lum |
2012-05-18 | Allow no-tab-mode to compile. From James Turner. | lum |
2012-05-10 | Allow throwaway buffers to be saved via C-c s. This diff | lum |
2012-05-08 | Fix a bug in writeout() where the stats of the wrong file | lum |
2012-05-07 | Remove CVS tag. Makes tutorial look a bit neater. | lum |
2012-04-12 | Remove the conditional directives NO_MACRO and NO_STARTUP. | lum |
2012-04-11 | Add: | lum |
2012-04-11 | When writing a file via 'C-x C-w', ask user if they want to overwrite an | lum |
2012-03-28 | The Delete key should delete the character to the right of the cursor. | lum |
2012-03-28 | Close an opendir(). From Igor Zinovik. | lum |
2012-03-14 | Remove the NO_HELP conditional directives. If defined, mg will not compile and | lum |
2012-02-09 | typo. ok jmc@ | lum |
2012-01-26 | Tidy window and buffer NULL checks. | lum |
2012-01-17 | Did Richard Stallman suggest the name change AND the new name "mg"? This is | lum |
2011-12-10 | mail.c was removed 3 yrs 5 months ago. | lum |
2011-12-05 | Use absolute filenames while pushing and popping off the stack. | lum |
2011-11-29 | Missing wordlen check from version 1.20. Spotted by matthew@ | lum |
2011-11-28 | Fix a few grating comment typos. | Matthew Dempsky |
2011-11-28 | jmc's suggested text for the ctags man page update was slighty | lum |
2011-11-28 | Change behaviour of M-q (fill-paragraph) to allow | lum |
2011-11-28 | Add some ctags support to mg. From Sunil Nimmagadda. | lum |
2011-09-10 | Another small tidy up. ok jmc@ | lum |
2011-09-02 | Add email address for diffs and remove plural man pages. ok jmc@ | lum |
2011-08-31 | Remove 2nd person. ok jmc@ | lum |
2011-08-31 | On a file write fail: | lum |
2011-08-31 | Allow dired mode to open files regardless of characters in | lum |
2011-08-29 | In dired mode, make point move up and down first character | lum |
2011-08-01 | Change Gnu to GNU in man page (also, while here, in README and in a comment) | lum |
2011-07-15 | When killing lines using ^U <n> ^K, count the characters exactly (for | Theo de Raadt |
2011-07-08 | hackathons are good to this file | Damien Miller |
2011-02-02 | Put correct path for tutorial into man page. oops. | lum |
2011-02-02 | Move mg(1) tutorial file into a release, instead of languishing in src. | lum |
2011-01-23 | Wrap basename,dirname with xbasename, xdirname funtions, | Kjell Wooding |
2011-01-21 | It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it ... | Kjell Wooding |
2011-01-21 | Change len+memcmp check to a strncmp for prefix testing on | Kjell Wooding |
2011-01-19 | patch from Henri Kemppainen: | Kjell Wooding |
2011-01-18 | new sentence, new line; | Jason McIntyre |
2011-01-18 | Add missing prototypes and move dired.c to "extensions" in Makefile. | lum |
2011-01-18 | augbname immediately does a basename. No need to do it in the | Kjell Wooding |
2011-01-18 | Obvious error on my part. | Kjell Wooding |
2011-01-18 | Add join-line, bound to M-^ | Kjell Wooding |
2011-01-17 | Add back-to-indentation. (M-m) | Kjell Wooding |