Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding | |
ok millert@, deraadt@ | |||
2005-06-14 | Three more ereply that should be ereads. This fixes henning's "replace | Kjell Wooding | |
with null string is busted" observation. ok henning@, cloder@ | |||
2005-06-05 | if functions permits null reply from minibuffer, use eread (with | Kjell Wooding | |
EFNUL), not ereply. ok cloder | |||
2005-06-03 | Make M-x gid tokenize C identifiers correctly. Problem reported by mjc. | Chad Loder | |
Testing and OK mjc | |||
2005-06-03 | Fix memory leak. OK kjell, with comments by beck and kjell | Chad Loder | |
2005-06-03 | Like emacs, handle ^W during incremental search. Pressing ^W during | Chad Loder | |
search will add the rest of the word from the current buffer to the pattern buffer. Testing and comments by kjell and marc | |||
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-31 | fix broken minibuffer defaults introduced in echo.c:1.33 | Kjell Wooding | |
adds eread flag EFDEF allowing null minibuffer response noticed by otto ok cloder@ jason@, works otto@ | |||
2005-05-30 | add find-alternate-file command and binding for ^X^V; ok cloder | Jason Wright | |
(you're welcome kjell) | |||
2005-05-29 | Try to undo crazy Quebecois stuff that was breaking undo | Chad Loder | |
2005-05-28 | Dired now prompts in the minibuffer using the current directory name | Chad Loder | |
or the name of the directory of the current buffer's file. OK kjell, jason | |||
2005-05-28 | If the user gets into a minibuffer, they will not know how to hit | Chad Loder | |
Ctrl+g to get out of it. Let them hit enter, like in emacs. OK kjell, jason | |||
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-05-27 | Add emacs-style replace-string function that does not prompt you | Chad Loder | |
to confirm replacements. OK jason, deraadt | |||
2005-05-27 | Fix dumb bug in initial prompt for search-forward | Chad Loder | |
OK jason, kjell | |||
2005-05-27 | Do not dump core if user hits ^g to exit minibuffer from search-forward. | Chad Loder | |
Found by deraadt, ok kjell | |||
2005-05-27 | more | Jason Wright | |
2005-05-25 | Mention isearch wrap | Chad Loder | |
2005-05-25 | Incremental search will now wrap to beginning (or end if backwards) if | Chad Loder | |
you hit the search key again after a failure. OK jason | |||
2005-05-25 | in M-x compile, after prompting for command, check buffers and optionally | Jason Wright | |
save them. ok cloder@ | |||
2005-05-25 | '1' in buffer-list mode should open the listed buffer in its own window | Jason Wright | |
(ie. it's just like ^M, except for a call to onlywind()). | |||
2005-05-24 | 'nother | Henning Brauer | |
2005-05-23 | make ^S/^R behave like 'emacs': mixed case patterns forces a case sensitive | Jason Wright | |
search. all lower case patterns is a case insensitive search; ok art | |||
2005-05-22 | at the bbq | Todd T. Fries | |
2005-05-15 | Fix insert-buffer prompt format string. strlcpy returns size_t, not int | Chad Loder | |
(from Han Boetes). Improve error messages (from Han Boetes). OK otto, jaredy, beck | |||
2005-05-05 | another | Todd T. Fries | |
2005-05-01 | another | joshua stein | |
2005-04-29 | Remove unneeded include. Han Boetes. | Otto Moerbeek | |
2005-04-28 | another | Damien Miller | |
2005-04-28 | Get rid of unused arg to complete_function_list(). Han Boetes. | Otto Moerbeek | |
2005-04-28 | That should be FALSE in previous commit. | Otto Moerbeek | |
2005-04-28 | NULL is not an int. Han Boetes. | Otto Moerbeek | |
2005-04-21 | correct strlcpy abuse, and always check for NULL return from find_buffer | Bob Beck | |
ok cloder@, feedback from many | |||
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt | |
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-12 | sync usage() w/ synopsis; | Jason McIntyre | |
2005-03-12 | - tweak synopsis | Jason McIntyre | |
- avoid line splits - minor tweaks | |||
2005-03-12 | spacing | Theo de Raadt | |
2005-03-10 | fix more BACKUP/NOBACKUP/NO_BACKUP confusion, again no binary change. | Henning Brauer | |
spotted by jmc@ | |||
2005-03-10 | spacing | Theo de Raadt | |
2005-03-10 | add -n command line switch to disable backup file generation, handy | Henning Brauer | |
when you use mg for your mail from within mutt etc from PR3930, Carson Harding <harding@motd.ca>, Thanks! | |||
2005-03-10 | the realpath() was needed to do do relative to absolute path | Henning Brauer | |
conversion. revert my diff that takes it out, and instead, on realpath() failure (like when you have no perms on pwd) just return the unexpanded path. everything still fine with that, just tab completeion and the like does not work (obviously). this was mainly for "sudo mg /etc/something" from ~ where ~ is nfs-mounted with root mapped to -2 and now, that case works as well as tab completion on insert-file etc. | |||
2005-03-09 | remove useless -DBACKUP from CFLAGS and change the comment for BACKUP | Henning Brauer | |
to NOBACKUP what the code actually uses (and reverse the descr too of course) spotted by jmc@ quite some time ago, no binary change. | |||
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@ | |||
2005-03-09 | the mg binary is too small, if we keep adding theo quotes we might be | Henning Brauer | |
as big as vi one day | |||
2005-03-02 | slacking is a medical condition | Jolan Luff | |
2005-02-01 | make fbackupfile() return FALSE when the rename(2) from the | Henning Brauer | |
mkstemp()-derived name to the filename~ one fails From: Han Boetes <han@mijncomputer.nl> | |||
2005-01-31 | Safer backup file generation using mkstemp(); henning@ OK | Todd C. Miller | |
2005-01-15 | hatrick | Jolan Luff | |
2005-01-14 | Couldn't resist this one... | Marco Peereboom | |