Age | Commit message (Expand) | Author |
2008-06-18 | Don't free the buffer name until after you call adjustname. | Kjell Wooding |
2008-06-13 | Fix debian bug #432656 | Kjell Wooding |
2008-03-21 | Reset startrow when opening multiple files. Spotted by matthieu@ | Pierre-Yves Ritschard |
2006-12-24 | Fix a bug where inserting a file resulted in an incorrect | Kjell Wooding |
2006-11-17 | Fix a needless inversion of flag names; i.e. change them from the | Kjell Wooding |
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-06-01 | Initialize current window, and clear the readonly flag earlier in file | Kjell Wooding |
2006-06-01 | find-file-other-window and find-buffer-other-window should split | Kjell Wooding |
2006-05-28 | Make Window Flags more mnemonic (and less dumb); i.e. | 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 | lint love; ok kjell | Theo de Raadt |
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-13 | More name-clash delinting | Kjell Wooding |
2005-11-20 | Kill the NO_BACKUP #ifdef | Kjell Wooding |
2005-11-20 | toast NO_DIRED #ifdef; ok kjell | Theo de Raadt |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt |
2005-11-13 | Copy buffer before handing it to basename(). | Kjell Wooding |
2005-10-14 | add missing /* ARGSUSED */ to quiet lint. | Kjell Wooding |
2005-10-13 | spacing | Theo de Raadt |
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 | KNF and minor cleanup. Remove an impossible condition check. | Kjell Wooding |
2005-08-09 | Clean up eread handling in mg. (basically, fallout from the 'enter often | Kjell Wooding |
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding |
2005-06-03 | Clean up find-alternate-file (C-x C-v) so abort returns to original | Kjell Wooding |
2005-05-30 | add find-alternate-file command and binding for ^X^V; ok cloder | Jason Wright |
2005-05-27 | In find file, behave like emacs: the default starting directory for | Chad Loder |
2005-04-21 | correct strlcpy abuse, and always check for NULL return from find_buffer | Bob Beck |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2005-03-10 | fix more BACKUP/NOBACKUP/NO_BACKUP confusion, again no binary change. | Henning Brauer |
2005-03-09 | fix mg's behaviour with regards to files on which we do not have | Jean-Francois Brousseau |
2004-07-22 | stage 1 of the infinite minibuffer work - add support for on the fly | Vincent Labrecque |
2003-11-09 | fix the undo record size for insert-file so we do not get an extra byte | Vincent Labrecque |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-10-13 | remember the new filename on ^X^W | Vincent Labrecque |
2003-08-16 | spacing | Theo de Raadt |
2003-01-06 | support +number; rewritten from buggy code by mjc@bitz.ca, vincent ok | Theo de Raadt |
2002-09-15 | don't add undo records when we open a file, only when we insert it. | Vincent Labrecque |
2002-07-25 | replace the ugly and buggy adjustname function by a simple one using | Vincent Labrecque |
2002-07-03 | a few missing tests for malloc()'s return value. | Vincent Labrecque |
2002-07-01 | KNF + ansi; from zyrnix (only the easy part of his diffs) | Vincent Labrecque |
2002-06-19 | add an undo insert record on insert-file. this makes insert-file undoable. | Vincent Labrecque |
2002-05-29 | add an "auto-execute" feature, that allows binding function calls to | Vincent Labrecque |