Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Noticed by Han Boetes | |||
2005-10-13 | Use dired mode automatically if file specified for loading is | Kjell Wooding | |
a directory. Modified version of patch from Han Boetes. ok cloder@ | |||
2005-10-13 | KNF and minor cleanup. Remove an impossible condition check. | Kjell Wooding | |
Also, remove annoying "now readonly" message, as this information is already reflected in the statusbar | |||
2005-08-09 | Clean up eread handling in mg. (basically, fallout from the 'enter often | Kjell Wooding | |
means abort' behaviour added during the hackathon). Eliminates redundant ereply function, fixes miscellaneous cores when aborting, and move a number of assumed pathnames into the prompt text, since they are used there anyway. All changes consistent with emacs behavior ok beck@ many, many moons ago. | |||
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding | |
ok millert@, deraadt@ | |||
2005-06-03 | Clean up find-alternate-file (C-x C-v) so abort returns to original | Kjell Wooding | |
file, like its emacs ancestor. ok cloder@ | |||
2005-05-30 | add find-alternate-file command and binding for ^X^V; ok cloder | Jason Wright | |
(you're welcome kjell) | |||
2005-05-27 | In find file, behave like emacs: the default starting directory for | Chad Loder | |
completion is the directory of the current buffer's file, if any, rather than the working directory from where you launched mg. Prodding by reyk, ok reyk and fgont | |||
2005-04-21 | correct strlcpy abuse, and always check for NULL return from find_buffer | Bob Beck | |
ok cloder@, feedback from many | |||
2005-04-03 | This is a no binary change which does: | David Berghoff | |
- spelling, punctuation fixes - variable declaration lineup - use parentheses for return and sizeof - K&R function declarations -> ANSI - other minor code beautification ok henning@ | |||
2005-03-10 | fix more BACKUP/NOBACKUP/NO_BACKUP confusion, again no binary change. | Henning Brauer | |
spotted by jmc@ | |||
2005-03-09 | fix mg's behaviour with regards to files on which we do not have | Jean-Francois Brousseau | |
write access. diff originally from vincent@ and forgotten for a while. ok rohee@, "toss it in, i'll bitch if it doesn't work" henning@ | |||
2004-07-22 | stage 1 of the infinite minibuffer work - add support for on the fly | Vincent Labrecque | |
buffer reallocation in veread(). This commit only changes the API. All the buffers have exactly the same bounds as before for now. tested by a couple of my very helpful testers! | |||
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 | |
ok deraadt | |||
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 | |
ok deraadt@ | |||
2002-07-25 | replace the ugly and buggy adjustname function by a simple one using | Vincent Labrecque | |
simple APIs. makes mg not crash with 65k filenames... ok art@ | |||
2002-07-03 | a few missing tests for malloc()'s return value. | Vincent Labrecque | |
ok art@ | |||
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 | |
ok deraadt@ | |||
2002-05-29 | add an "auto-execute" feature, that allows binding function calls to | Vincent Labrecque | |
certain patterns. for example, `auto-execute "*.c" auto-indent-mode'. ok art@ | |||
2002-05-29 | add a function to visit a file read-only mapped to C-x C-v | Vincent Labrecque | |
ok art@ | |||
2002-03-16 | add readonly buffer support | Vincent Labrecque | |
plus some KNF ok art@ | |||
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque | |
* Add a whole lot of consts where I thought it made sense no ok, but no objections either... | |||
2002-02-19 | Make multiple buffers with the same basename work correctly.. (like GNU | Vincent Labrecque | |
emacs) and unbreak a stupid loop at the same time. ok art@ | |||
2002-02-14 | some KNF | Theo de Raadt | |
2002-02-13 | Oups, don't print fname<1> when there's only one buffer for this file. | Vincent Labrecque | |
2002-02-13 | Make mg malloc the l_text element instead of reallocating whole LINE | Vincent Labrecque | |
structures all the time. | |||
2002-02-13 | * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat. | Vincent Labrecque | |
* Be a little bit more verbose about some errors * Fix some memory leaks in fileio.c ok deraadt@, art@ | |||
2001-05-24 | spaces | Michael Shalayeff | |
2001-05-23 | Get rid of unnecessary casts of NULL. | Artur Grabowski | |
2001-05-23 | remove VOID. We're way beyond the point where this could build with an | Artur Grabowski | |
ancient compiler. | |||
2001-05-04 | Cleanups in filename and buffer name handling. | Artur Grabowski | |
Mostly just using libc instead of rolling our own. | |||
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2000-09-01 | More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org | Todd C. Miller | |
2000-04-13 | The start of KNF + -Wall. The code has been run through indent but | Todd C. Miller | |
needs hand fixup. I stopped at keymap.c... | |||
2000-02-26 | change WINDOW -> MGWIN to avoid curses type conflict | Todd C. Miller | |
convert to terminfo in tty*.c add support for some keypad function keys (arrows, pgup, pgdown) | |||
2000-02-25 | initial import of mg2a | Theo de Raadt | |