index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mg
Age
Commit message (
Expand
)
Author
2002-05-30
fix segfault when using just-one-space on an empty line; from
Vincent Labrecque
2002-05-29
zap the ctrl-x ctrl-v keybinding for find-file-read-only. looks like
Vincent Labrecque
2002-05-29
Add a few missing tests for BFREADONLY.
Vincent Labrecque
2002-05-29
add an "auto-execute" feature, that allows binding function calls to
Vincent Labrecque
2002-05-29
add an entry for "find-file-read-only" and one for toggle-read-only,
Vincent Labrecque
2002-05-29
add a function to visit a file read-only mapped to C-x C-v
Vincent Labrecque
2002-05-29
show the line number in the config file when we find an error.
Vincent Labrecque
2002-05-10
doc error; soeren@thing.dk
Theo de Raadt
2002-05-06
different fix; reported by zyrnix@users.sourceforge.net
Theo de Raadt
2002-04-22
don't use /bin/cp to copy files.
Vincent Labrecque
2002-04-22
fix mem leak
Vincent Labrecque
2002-04-15
use fchmod and fchown instead; vincent
Theo de Raadt
2002-04-01
Add some frightening quote.
Miod Vallat
2002-03-28
Fix bug I introduced in previous commit.
Todd C. Miller
2002-03-27
Fix write() loop in ttflush(). Pointed out by vincent@
Todd C. Miller
2002-03-27
Fixes the the following problems (from zyrnix)
Todd C. Miller
2002-03-26
Add a new vax reference. (after prompting by miod)
Hugh Graham
2002-03-18
Enter the new undo code. it is still disabled since it has bugs, but it's
Vincent Labrecque
2002-03-18
grep/compile mode shouldn't be readonly by default.
Vincent Labrecque
2002-03-16
This should've been commited yesterday, before the funmap change.
Vincent Labrecque
2002-03-16
Make these special buffers readonly by default. ok art@
Vincent Labrecque
2002-03-16
map undo_dump to the "undo-list" command.
Vincent Labrecque
2002-03-16
add readonly buffer support
Vincent Labrecque
2002-03-11
remove errno=0 assignments, we don't need these with Hakan's code
Vincent Labrecque
2002-03-11
* Move to ANSI function definitions.
Vincent Labrecque
2002-03-10
Better long vs int. millert@ ok.
Hakan Olsson
2002-03-05
Fix a ridiculous bug I introduced in the buffer code. Free the undo records
Vincent Labrecque
2002-03-01
disable undo until it is fixed to be (1) correct and (2) not crash like it do...
Theo de Raadt
2002-02-26
keep undo records in the BUFFER structures insteda of having a huge list.
Vincent Labrecque
2002-02-22
if file mode known, try to avoid a race.. i think. millert spotted a bug in ...
Theo de Raadt
2002-02-21
"rephrase" the loop's condition, gets rid of an ugly operation.
Vincent Labrecque
2002-02-21
KNF
Theo de Raadt
2002-02-21
document undo
Theo de Raadt
2002-02-21
Save undo records for newline insertions.
Vincent Labrecque
2002-02-21
Don't ignore the argument to undo. (makes ^U work)
Vincent Labrecque
2002-02-21
remove a wrapper around getenv()
Theo de Raadt
2002-02-21
always define CHARMASK
Theo de Raadt
2002-02-21
^Xu is also an undo char
Theo de Raadt
2002-02-21
Typo and...
Vincent Labrecque
2002-02-21
It seems you need to have hacked mg at some point to be considered a
Daniel Hartmeier
2002-02-21
signal-safe window size changing
Theo de Raadt
2002-02-20
do not print "New size..." -- other emacs do not bother
Theo de Raadt
2002-02-20
bind C-_ to undo.
Artur Grabowski
2002-02-20
Save newline deletes in their own undo record.
Vincent Labrecque
2002-02-20
Add undo code to mg.
Vincent Labrecque
2002-02-19
Make multiple buffers with the same basename work correctly.. (like GNU
Vincent Labrecque
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-02-15
make pressing return in dired mode open the file we're currently at.
Vincent Labrecque
2002-02-14
remove the strcpy call, plus some KNF
Vincent Labrecque
2002-02-14
d_makename now takes a length parameter so we can remove the
Vincent Labrecque
[next]