summaryrefslogtreecommitdiff
path: root/usr.bin/mg/def.h
AgeCommit message (Expand)Author
2016-04-14Add 'sentence-end-double-space'.Mark Lumsden
2016-01-02Add dired-find-alternate-file.Mark Lumsden
2015-12-29Add transpose-words, ok jasper@.Mark Lumsden
2015-10-29Fix opening dired from the command line. Incorrect cursor placementMark Lumsden
2015-10-12Maintain a list of files marked for deletion while refreshing a diredMark Lumsden
2015-09-29Mark eread(), veread(), and eformat() as printf-like andPhilip Guenther
2015-09-26Add transpose-paragraphs. ok jasper@Mark Lumsden
2015-09-24Add mark-paragraph. ok jasper@Mark Lumsden
2015-06-03Remove unused defines and functions.Brian Callahan
2015-05-08Remove ereply prototype since it is never used. Tweak a comment to reflectBrian Callahan
2015-03-25unifdef -U NO_DPROMPT and GOSREC.Brian Callahan
2015-03-25We really don't need ttydef.h -- it is like sysdef.h -- once useful becauseBrian Callahan
2015-03-19Clean up the includes in mg.Brian Callahan
2015-03-16Change the internal name of the newline function to deconflict with aBrian Callahan
2014-04-03When finding a file in a non-existant directory:Mark Lumsden
2014-03-22donebell is no longer required.Mark Lumsden
2013-12-23Move findbuffer() to buffer.c.Mark Lumsden
2013-05-31Make the system bell toggleable via 'audible-bell', and if switchedlum
2013-05-30Reuse the makedir() function in dir.c for dired'slum
2013-05-22Shuffle shell-command-on-region around to give shell-command.lum
2013-03-25Display the window's column number in mode line not theFlorian Obser
2012-12-27diff-buffer-with-fileFlorian Obser
2012-12-27Move code for shell-command-on-region around to make pipeio() usableFlorian Obser
2012-12-04Bring back column numbers and make them configurable, off by defaultFlorian 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-06Remove never read struct member, found while investigating a llvmFlorian Obser
2012-11-03This should be void.Christiano F. Haesbaert
2012-10-22Add (r)evert prompt to "File changed on disk; really edit the buffer"Florian Obser
2012-10-12- implement "revert-buffer", which reverts the current buffer to what's on diskJasper Lievisse Adriaanse
2012-08-31Allow an error message for a filename that is too long to be seen andlum
2012-06-14Allow mg to save backup files to a users home directory.lum
2012-06-07Add some cscope support to mg. From Sunil Nimmagadda. Due to somelum
2012-05-29Increase the size of some window variables from char to int. This difflum
2012-05-25Remove static FILE pointer used for handling files in fileio.c. Passlum
2012-04-12Remove the conditional directives NO_MACRO and NO_STARTUP.lum
2012-04-11Add:lum
2011-12-10mail.c was removed 3 yrs 5 months ago.lum
2011-11-28Add some ctags support to mg. From Sunil Nimmagadda.lum
2011-01-23Wrap basename,dirname with xbasename, xdirname funtions,Kjell Wooding
2011-01-18Add join-line, bound to M-^Kjell Wooding
2011-01-17Add back-to-indentation. (M-m)Kjell Wooding
2010-06-30you keep saying LIST_END. I do not think it means what you think itOwain Ainsworth
2009-06-05emacs handles the undo of a region kill (C-w) differently than a line killKjell Wooding
2009-06-04Add the notion of an "ephemeral" popup, so we can flag a windowKjell Wooding
2009-06-04Fix problem where line numbers get out of sync on a region-kill (C-w).Kjell Wooding
2009-06-04Rename w_flag to w_rflag. This is not a general purposeKjell Wooding
2008-09-15Expose the undo commands as proper mg functions.Kjell Wooding
2008-09-15Enable dirty buffer detection in mg.Kjell Wooding
2008-06-14Add compile (c-C c-P) to the c-mode keymap (export from grep.c)Kjell Wooding