Age | Commit message (Expand) | Author |
2005-10-14 | add missing /* ARGSUSED */ to quiet lint. | Kjell Wooding |
2005-10-14 | more replstr into the #ifdef | Theo de Raadt |
2005-10-14 | put proto in same #ifdef as code | Theo de Raadt |
2005-10-14 | more headers to please lint | Theo de Raadt |
2005-10-14 | unused variables | Theo de Raadt |
2005-10-14 | Whoops. C-x C-v (filevisitalt) didn't work on inital scratch buffer. | Kjell Wooding |
2005-10-14 | move the dired routines into dired.c where they belong. | Kjell Wooding |
2005-10-13 | toast unused variable | Theo de Raadt |
2005-10-13 | use strtonum() correctly | Theo de Raadt |
2005-10-13 | spacing | Theo de Raadt |
2005-10-13 | Make dired buffer read-only by default. | Kjell Wooding |
2005-10-13 | Make undoing of a yank operation work as expected | Kjell Wooding |
2005-10-13 | Use dired mode automatically if file specified for loading is | Kjell Wooding |
2005-10-13 | add the (emacs) toggle-readonly keybinding (C-x C-q). | Kjell Wooding |
2005-10-13 | check if current line is null. fixes a core in dired. | Kjell Wooding |
2005-10-13 | Fix dired mode. Make deletions work, and keystrokes match emacs. | Kjell Wooding |
2005-10-13 | KNF and minor cleanup. Remove an impossible condition check. | Kjell Wooding |
2005-10-13 | Make mg's grep and compile more path-aware, by defaulting to | Kjell Wooding |
2005-10-11 | bit more consistency in the list of key bindings; | Jason McIntyre |
2005-10-11 | fix undo BUGS entry. ok deraadt@ | Kjell Wooding |
2005-10-11 | document a few more things; kjell ok | Theo de Raadt |
2005-10-11 | prevent trashing of errno in signal handler | Theo de Raadt |
2005-10-11 | A while back, undo records were moved from the BUFFER struct to MGWIN. | Kjell Wooding |
2005-10-11 | Allow the more traditional emacs keybindings during search/replace, too | Kjell Wooding |
2005-10-11 | Enable the 'next-error' (C-x `) keybinding by default. | Kjell Wooding |
2005-10-11 | Be more explicit in error prompt. ok deraadt. | Kjell Wooding |
2005-10-06 | Add find-file-read-only keybinding (c-X c-R), as in emacs. | Kjell Wooding |
2005-10-06 | Make mg undo much more emacs like (and correct). | Kjell Wooding |
2005-10-04 | couldn't resist... | Marco Peereboom |
2005-09-28 | fix buflist mode; pr 4524; from jason | Theo de Raadt |
2005-09-24 | some people suggested to put this quote in here... ok joris@ | Reyk Floeter |
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-14 | Three more ereply that should be ereads. This fixes henning's "replace | Kjell Wooding |
2005-06-05 | if functions permits null reply from minibuffer, use eread (with | Kjell Wooding |
2005-06-03 | Make M-x gid tokenize C identifiers correctly. Problem reported by mjc. | Chad Loder |
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 |
2005-06-03 | Clean up find-alternate-file (C-x C-v) so abort returns to original | Kjell Wooding |
2005-05-31 | fix broken minibuffer defaults introduced in echo.c:1.33 | Kjell Wooding |
2005-05-30 | add find-alternate-file command and binding for ^X^V; ok cloder | Jason Wright |
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 |
2005-05-28 | If the user gets into a minibuffer, they will not know how to hit | Chad Loder |
2005-05-27 | In find file, behave like emacs: the default starting directory for | Chad Loder |
2005-05-27 | Add emacs-style replace-string function that does not prompt you | Chad Loder |
2005-05-27 | Fix dumb bug in initial prompt for search-forward | Chad Loder |
2005-05-27 | Do not dump core if user hits ^g to exit minibuffer from search-forward. | Chad Loder |
2005-05-27 | more | Jason Wright |
2005-05-25 | Mention isearch wrap | Chad Loder |