Age | Commit message (Expand) | Author |
2010-06-30 | you keep saying LIST_END. I do not think it means what you think it | Owain Ainsworth |
2009-06-05 | emacs handles the undo of a region kill (C-w) differently than a line kill | Kjell Wooding |
2009-06-04 | Add the notion of an "ephemeral" popup, so we can flag a window | Kjell Wooding |
2009-06-04 | Fix problem where line numbers get out of sync on a region-kill (C-w). | Kjell Wooding |
2009-06-04 | Rename w_flag to w_rflag. This is not a general purpose | Kjell Wooding |
2008-09-15 | Expose the undo commands as proper mg functions. | Kjell Wooding |
2008-09-15 | Enable dirty buffer detection in mg. | Kjell Wooding |
2008-06-14 | Add compile (c-C c-P) to the c-mode keymap (export from grep.c) | Kjell Wooding |
2008-06-14 | unf*ck undo. | Kjell Wooding |
2008-06-13 | phessler noted that c-mode ignored blinking braces. | Kjell Wooding |
2008-06-12 | Introduce a basic c-mode to mg. | Kjell Wooding |
2008-06-11 | Add delete-leading-space, delete-trailing-space, | Kjell Wooding |
2008-06-10 | Add a clear-mark function. | Kjell Wooding |
2007-05-28 | Add a global-wd-mode command, which toggles between the current | Kjell Wooding |
2007-02-21 | Fix a reference to WFHARD in a comment; it was renamed WFFULL months | Deanna Phillips |
2006-11-19 | spacing | Theo de Raadt |
2006-11-17 | Fix a needless inversion of flag names; i.e. change them from the | Kjell Wooding |
2006-08-01 | * move sys/queue.h inclusion to sysdef.h (it's system specific) | Jason Wright |
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-08 | Introduce a 'MODIFIED' boundary type for undo records. | Kjell Wooding |
2006-06-01 | Display line number in the mg statusbar. Yes, it seems like a fugly | Kjell Wooding |
2006-06-01 | make // /~ path rewriting optional in adjustname() and use it everywhere | Jason Wright |
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 mg "line to c-string" functionality to a function. | Kjell Wooding |
2006-05-08 | spacing | 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 | fixed "text in message line would get stuck there" issue. | Kjell Wooding |
2006-02-25 | Fix a coredump occurring when the terminal is resized while mg is | Otto Moerbeek |
2005-12-20 | Clean up the ugly casted frees. In one case, this meant eliminating a nasty | Kjell Wooding |
2005-12-13 | Last round of easy delinting. | Kjell Wooding |
2005-12-13 | More name-clash delinting | Kjell Wooding |
2005-12-13 | If you're going to pass a length parameter, you should use it. | Kjell Wooding |
2005-11-22 | Move kill-related commands to their own file. | Kjell Wooding |
2005-11-20 | toast NO_DIRED #ifdef; ok kjell | Theo de Raadt |
2005-11-18 | Split kill buffer code into a separate function. | Kjell Wooding |
2005-11-18 | clean up some comments after theo's cleanup | Kjell Wooding |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt |
2005-11-18 | Casefold on replace was killed ages ago (it was wrong). Remove a | Kjell Wooding |
2005-11-07 | Move most of the dired hooks into dired.c. While here, enable some | Kjell Wooding |
2005-10-14 | move the dired routines into dired.c where they belong. | Kjell Wooding |
2005-10-13 | Make dired buffer read-only by default. | Kjell Wooding |
2005-10-13 | Use dired mode automatically if file specified for loading is | Kjell Wooding |
2005-10-13 | Make mg's grep and compile more path-aware, by defaulting to | Kjell Wooding |
2005-10-11 | A while back, undo records were moved from the BUFFER struct to MGWIN. | Kjell Wooding |
2005-10-11 | Enable the 'next-error' (C-x `) keybinding by default. | Kjell Wooding |
2005-10-06 | Make mg undo much more emacs like (and correct). | Kjell Wooding |
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding |