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
2024-05-21
remove prototypes with no matching function and externs with no var
Jonathan Gray
2023-04-21
mg: allow to change the tab width
Omar Polo
2023-04-17
resurrect mg' no-tab-mode
Omar Polo
2023-03-30
don't access(conffile)
Omar Polo
2022-10-20
add zap-to-char and zap-up-to-char; bind zap-to-char to M-z.
Omar Polo
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
[next]