summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2005-10-14add missing /* ARGSUSED */ to quiet lint.Kjell Wooding
2005-10-14more replstr into the #ifdefTheo de Raadt
2005-10-14put proto in same #ifdef as codeTheo de Raadt
2005-10-14more headers to please lintTheo de Raadt
2005-10-14unused variablesTheo de Raadt
2005-10-14Whoops. C-x C-v (filevisitalt) didn't work on inital scratch buffer.Kjell Wooding
2005-10-14move the dired routines into dired.c where they belong.Kjell Wooding
2005-10-13toast unused variableTheo de Raadt
2005-10-13use strtonum() correctlyTheo de Raadt
2005-10-13spacingTheo de Raadt
2005-10-13Make dired buffer read-only by default.Kjell Wooding
2005-10-13Make undoing of a yank operation work as expectedKjell Wooding
2005-10-13Use dired mode automatically if file specified for loading isKjell Wooding
2005-10-13add the (emacs) toggle-readonly keybinding (C-x C-q).Kjell Wooding
2005-10-13check if current line is null. fixes a core in dired.Kjell Wooding
2005-10-13Fix dired mode. Make deletions work, and keystrokes match emacs.Kjell Wooding
2005-10-13KNF and minor cleanup. Remove an impossible condition check.Kjell Wooding
2005-10-13Make mg's grep and compile more path-aware, by defaulting toKjell Wooding
2005-10-11bit more consistency in the list of key bindings;Jason McIntyre
2005-10-11fix undo BUGS entry. ok deraadt@Kjell Wooding
2005-10-11document a few more things; kjell okTheo de Raadt
2005-10-11prevent trashing of errno in signal handlerTheo de Raadt
2005-10-11A while back, undo records were moved from the BUFFER struct to MGWIN.Kjell Wooding
2005-10-11Allow the more traditional emacs keybindings during search/replace, tooKjell Wooding
2005-10-11Enable the 'next-error' (C-x `) keybinding by default.Kjell Wooding
2005-10-11Be more explicit in error prompt. ok deraadt.Kjell Wooding
2005-10-06Add find-file-read-only keybinding (c-X c-R), as in emacs.Kjell Wooding
2005-10-06Make mg undo much more emacs like (and correct).Kjell Wooding
2005-10-04couldn't resist...Marco Peereboom
2005-09-28fix buflist mode; pr 4524; from jasonTheo de Raadt
2005-09-24some people suggested to put this quote in here... ok joris@Reyk Floeter
2005-08-09Clean up eread handling in mg. (basically, fallout from the 'enter oftenKjell Wooding
2005-06-14Add explicit public domain notices to all public domain files.Kjell Wooding
2005-06-14Three more ereply that should be ereads. This fixes henning's "replaceKjell Wooding
2005-06-05if functions permits null reply from minibuffer, use eread (withKjell Wooding
2005-06-03Make M-x gid tokenize C identifiers correctly. Problem reported by mjc.Chad Loder
2005-06-03Fix memory leak. OK kjell, with comments by beck and kjellChad Loder
2005-06-03Like emacs, handle ^W during incremental search. Pressing ^W duringChad Loder
2005-06-03Clean up find-alternate-file (C-x C-v) so abort returns to originalKjell Wooding
2005-05-31fix broken minibuffer defaults introduced in echo.c:1.33Kjell Wooding
2005-05-30add find-alternate-file command and binding for ^X^V; ok cloderJason Wright
2005-05-29Try to undo crazy Quebecois stuff that was breaking undoChad Loder
2005-05-28Dired now prompts in the minibuffer using the current directory nameChad Loder
2005-05-28If the user gets into a minibuffer, they will not know how to hitChad Loder
2005-05-27In find file, behave like emacs: the default starting directory forChad Loder
2005-05-27Add emacs-style replace-string function that does not prompt youChad Loder
2005-05-27Fix dumb bug in initial prompt for search-forwardChad Loder
2005-05-27Do not dump core if user hits ^g to exit minibuffer from search-forward.Chad Loder
2005-05-27moreJason Wright
2005-05-25Mention isearch wrapChad Loder