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
2020-02-09
Do not define variables in def.h since this will lead to duplicate definitions
Florian Obser
2019-11-08
Add that make-backup-files variable is enabled by default
solene
2019-07-20
Missed a free.
Mark Lumsden
2019-07-20
Move a bit of code to where it is called only if needed.
Mark Lumsden
2019-07-19
Previously I left the ')' on the end of a list to indicate the end.
Mark Lumsden
2019-07-18
The 'list' diff I committed this morning, was missing a couple of
Mark Lumsden
2019-07-18
Make indentation consistent. This has been bugging me for a while now.
Mark Lumsden
2019-07-18
Add logging to interpreter.c
Mark Lumsden
2019-07-18
Add some more basic interpreter functionality to mg. Needs a lot more
Mark Lumsden
2019-07-17
Add BUFSIZE define.
Mark Lumsden
2019-07-17
Add two dobeep functions to make calls to the system bell require
Mark Lumsden
2019-07-11
Allow functions that have 1 or more parameters receive and process
Mark Lumsden
2019-07-05
Make mg display the correct file name in the minibuffer if you load
Mark Lumsden
2019-07-03
selfinsert() can't be called directly from a startup file or by
Mark Lumsden
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-07-02
I totally forgot about the instance where blink-and-insert can be
Mark Lumsden
2019-07-01
Check if user tries to go to current directory in dired-goto-file.
Mark Lumsden
2019-07-01
add dired-goto-file
Mark Lumsden
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-27
Display an error message if trying to copy or rename a file to itself.
Mark Lumsden
2019-06-27
Print out message after copying a file.
Mark Lumsden
2019-06-27
This diff uses the existing filename as the new filename if none is
Mark Lumsden
2019-06-26
Add some key and map logging.
Mark Lumsden
2019-06-26
This diff uses the existing filename as the new filename if none is
Mark Lumsden
2019-06-26
This diff makes blink-and-insert do as the man page says it should do.
Mark Lumsden
2019-06-25
Add 'dired-revert' to the dired funmap, the 'g' command already works
Mark Lumsden
2019-06-24
switch-to-buffer (C-x b) doesn't cancel properly if C-g is pressed.
Mark Lumsden
2019-06-22
Tidy up the comments:
Mark Lumsden
2019-06-22
Offering to add a new line at the end of the buffer didn't consider if
Mark Lumsden
2019-06-22
Log window pointer and other window data to a file.
Mark Lumsden
2019-06-22
This diff moves the check for a newline at the end of a buffer (when
Mark Lumsden
2019-06-17
From Leonid Bobrov: add a condition to {beginning,end}-of-buffer to
Mark Lumsden
2019-06-14
Note a segv with fprintf if a file with long lines is loaded with
Mark Lumsden
2019-06-12
The output of line info in the line.log file now contains the
Mark Lumsden
2019-06-12
A note about log.c.
Mark Lumsden
2019-06-10
Fix not checking correct fprintf return value.
Mark Lumsden
2019-06-10
Add 'undo' logging (same output as undo-list command). Also, add
Mark Lumsden
2019-06-10
Allow mg to log its internal status to a file. At the moment it only
Mark Lumsden
2019-06-07
Amend showcpos() to show more information about how mg is operating.
Mark Lumsden
2019-06-06
tweak previous;
Jason McIntyre
2019-06-03
This diff gives the commands beginning-of-buffer and end-of-buffer the
Mark Lumsden
2018-12-30
Delete unnecessary <libgen.h> #includes
Philip Guenther
2018-12-26
revert "kill a region if 'delete' or 'backspace' is pressed"
Peter Hessler
2018-12-18
use Sq for single chars, and escape ";" properly;
Jason McIntyre
2018-12-18
Make mg kill a region if the 'delete' or 'backspace' keys are pressed
Mark Lumsden
2018-12-13
Allow all non-ephemeral buffers to be toggled writable or read-only
Mark Lumsden
2018-11-18
small clean up of dired section
Mark Lumsden
2018-11-17
fix undo in transpose-paragraph.
Mark Lumsden
2018-08-29
Add set-case-replaced to toggle case-preserving replace on or off.
Reyk Floeter
2018-07-12
Use (mostly) the same capitalisation in the replacement string as in
Florian Obser
[next]