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
/
def.h
Age
Commit message (
Expand
)
Author
2021-05-06
Add the line number of an error to error messages.
Mark Lumsden
2021-05-06
Add a number to parameters for ewprintf() via beeping.
Mark Lumsden
2021-05-03
When parsing a variable value within double quotes, allow an escaped
Mark Lumsden
2021-04-22
Add a non-interactive version of query-replace-regexp function called
Mark Lumsden
2021-04-20
Add 'dired-jump' from Philip K. <philip@warpmail.net> sent to tech@
Mark Lumsden
2021-03-25
Use length of line to indicate end of characters to process in
Mark Lumsden
2021-03-21
Add quoted strings capability in list values, no special chars
Mark Lumsden
2021-03-20
Add a 'batch' mode to mg via the '-b' command line option which will
Mark Lumsden
2021-03-01
Put the hardcoded '\n' character which is found throughout mg into a
Mark Lumsden
2021-02-23
Allow the user to specify a path to the mg startup file on the command line.
Mark Lumsden
2020-02-09
Do not define variables in def.h since this will lead to duplicate definitions
Florian Obser
2019-07-18
Make indentation consistent. This has been bugging me for a while now.
Mark Lumsden
2019-07-18
Add some more basic interpreter functionality to mg. Needs a lot more
Mark Lumsden
2019-07-17
Add two dobeep functions to make calls to the system bell require
Mark Lumsden
2019-07-03
selfinsert() can't be called directly from a startup file or by
Mark Lumsden
2019-07-02
I totally forgot about the instance where blink-and-insert can be
Mark Lumsden
2019-06-26
This diff makes blink-and-insert do as the man page says it should do.
Mark Lumsden
2019-06-22
Tidy up the comments:
Mark Lumsden
2019-06-22
This diff moves the check for a newline at the end of a buffer (when
Mark Lumsden
2018-12-13
Allow all non-ephemeral buffers to be toggled writable or read-only
Mark Lumsden
2018-08-29
Add set-case-replaced to toggle case-preserving replace on or off.
Reyk Floeter
2016-04-14
Add 'sentence-end-double-space'.
Mark Lumsden
2016-01-02
Add dired-find-alternate-file.
Mark Lumsden
2015-12-29
Add transpose-words, ok jasper@.
Mark Lumsden
2015-10-29
Fix opening dired from the command line. Incorrect cursor placement
Mark Lumsden
2015-10-12
Maintain a list of files marked for deletion while refreshing a dired
Mark Lumsden
2015-09-29
Mark eread(), veread(), and eformat() as printf-like and
Philip Guenther
2015-09-26
Add transpose-paragraphs. ok jasper@
Mark Lumsden
2015-09-24
Add mark-paragraph. ok jasper@
Mark Lumsden
2015-06-03
Remove unused defines and functions.
Brian Callahan
2015-05-08
Remove ereply prototype since it is never used. Tweak a comment to reflect
Brian Callahan
2015-03-25
unifdef -U NO_DPROMPT and GOSREC.
Brian Callahan
2015-03-25
We really don't need ttydef.h -- it is like sysdef.h -- once useful because
Brian Callahan
2015-03-19
Clean up the includes in mg.
Brian Callahan
2015-03-16
Change the internal name of the newline function to deconflict with a
Brian Callahan
2014-04-03
When finding a file in a non-existant directory:
Mark Lumsden
2014-03-22
donebell is no longer required.
Mark Lumsden
2013-12-23
Move findbuffer() to buffer.c.
Mark Lumsden
2013-05-31
Make the system bell toggleable via 'audible-bell', and if switched
lum
2013-05-30
Reuse the makedir() function in dir.c for dired's
lum
2013-05-22
Shuffle shell-command-on-region around to give shell-command.
lum
2013-03-25
Display the window's column number in mode line not the
Florian Obser
2012-12-27
diff-buffer-with-file
Florian Obser
2012-12-27
Move code for shell-command-on-region around to make pipeio() usable
Florian Obser
2012-12-04
Bring back column numbers and make them configurable, off by default
Florian Obser
2012-11-27
- add 'make-directory' (not bound to any shortcut).
Jasper Lievisse Adriaanse
2012-11-27
- move prototype of expandtilder() to def.h; needed by an upcoming diff.
Jasper Lievisse Adriaanse
2012-11-06
Remove never read struct member, found while investigating a llvm
Florian Obser
2012-11-03
This should be void.
Christiano F. Haesbaert
2012-10-22
Add (r)evert prompt to "File changed on disk; really edit the buffer"
Florian Obser
[next]