#
6bb38e0f |
| 18-Jun-2012 |
lum <lum@openbsd.org> |
Add a BACKUP FILES section. Suggested by jmc@ He will review further.
|
#
fb713a57 |
| 18-Jun-2012 |
lum <lum@openbsd.org> |
Add ~/.mg.d to FILES. Reviewed by jmc@
|
#
6e4d0eba |
| 14-Jun-2012 |
lum <lum@openbsd.org> |
Allow mg to save backup files to a users home directory. Suggestions from eric@ and Sunil Nimmagadda. Remarks deraadt@.
|
#
4061ece6 |
| 07-Jun-2012 |
lum <lum@openbsd.org> |
Add some cscope support to mg. From Sunil Nimmagadda. Due to some structural limitations in mg, mg doesn't behave exactly the same as emacs cscope (see the README) but is still very usable.
man pag
Add some cscope support to mg. From Sunil Nimmagadda. Due to some structural limitations in mg, mg doesn't behave exactly the same as emacs cscope (see the README) but is still very usable.
man page bits reviewed by jmc@, otherwise tested and reviewed by myself.
show more ...
|
#
ccc55fe4 |
| 25-May-2012 |
lum <lum@openbsd.org> |
Be consistent on how we describe key-strokes: UP-low (c-H -> C-h)
|
#
f4c5913b |
| 11-Apr-2012 |
lum <lum@openbsd.org> |
Add: 1. C-x h to mark whole buffer. 2. M-| to pipe current region to external command. From Sunil Nimmagadda.
Feedback from deraadt@ and myself. ok for man page amendments from jmc@
|
#
42e429a9 |
| 09-Feb-2012 |
lum <lum@openbsd.org> |
typo. ok jmc@
|
#
a3c63f2f |
| 28-Nov-2011 |
lum <lum@openbsd.org> |
jmc's suggested text for the ctags man page update was slighty different in the committed version. Change to his original text, requested by him.
|
#
595ec481 |
| 28-Nov-2011 |
lum <lum@openbsd.org> |
Add some ctags support to mg. From Sunil Nimmagadda.
Man page review and suggestions from jmc@
Revewied and tested by myself, and ok deraadt@
|
#
46165f78 |
| 02-Sep-2011 |
lum <lum@openbsd.org> |
Add email address for diffs and remove plural man pages. ok jmc@
Also tweak man page from jmc@
|
#
39795a52 |
| 31-Aug-2011 |
lum <lum@openbsd.org> |
Remove 2nd person. ok jmc@
|
#
5ef5b4be |
| 01-Aug-2011 |
lum <lum@openbsd.org> |
Change Gnu to GNU in man page (also, while here, in README and in a comment) ok jmc@
|
#
1de2bf81 |
| 02-Feb-2011 |
lum <lum@openbsd.org> |
Put correct path for tutorial into man page. oops.
|
#
b0c6321c |
| 02-Feb-2011 |
lum <lum@openbsd.org> |
Move mg(1) tutorial file into a release, instead of languishing in src. ok nick@ schwarze@ miod@ kjell@
|
#
27ed998b |
| 18-Jan-2011 |
jmc <jmc@openbsd.org> |
new sentence, new line;
|
#
26a7a05e |
| 18-Jan-2011 |
kjell <kjell@openbsd.org> |
Add join-line, bound to M-^ Join the current line to the previous.
original diff by Henri Kemppainen. minor mod to add undo boundaries. Thanks!
|
#
ea7e1a3a |
| 17-Jan-2011 |
kjell <kjell@openbsd.org> |
Add back-to-indentation. (M-m) Move the dot to the first non-whitespace character on the current line. from Henri Kemppainen . ok theo
|
#
2de2b5ac |
| 07-Oct-2010 |
sobrado <sobrado@openbsd.org> |
use an upper case "C" in "Control" for consistency; use the same capitalization for keys in Control and Meta for both key bindings and descriptions.
ok kjell@
|
#
e1665715 |
| 26-Mar-2010 |
jmc <jmc@openbsd.org> |
dispense with some wacky escape sequences;
|
#
8ef5803d |
| 23-Jun-2009 |
nicm <nicm@openbsd.org> |
Escape ) to make "C-x )" spaced correctly in key list.
"if it formats correctly, go for it" jmc@
|
#
85e0d7d3 |
| 05-Jun-2009 |
jmc <jmc@openbsd.org> |
the the
|
#
6456b496 |
| 04-Jun-2009 |
kjell <kjell@openbsd.org> |
If a buffer is created with a name that starts and ends with an askerisk (e.g. *scratch*, *Completions*, *grep*) it is considered throwaway; i.e. the user will NOT be prompted to save changes when th
If a buffer is created with a name that starts and ends with an askerisk (e.g. *scratch*, *Completions*, *grep*) it is considered throwaway; i.e. the user will NOT be prompted to save changes when the buffer is killed.
show more ...
|
#
dfc0241f |
| 06-Nov-2008 |
sobrado <sobrado@openbsd.org> |
add a description for the recently added c-mode.
ok jmc@
|
#
a13804d2 |
| 15-Sep-2008 |
kjell <kjell@openbsd.org> |
Expose the undo commands as proper mg functions. This should have no functional change on undo, but it does facilitate testing undo behavior.
|
#
d0eedb02 |
| 29-Jun-2008 |
sobrado <sobrado@openbsd.org> |
documentation tweaks.
|