summaryrefslogtreecommitdiff
path: root/usr.bin/mg/def.h
AgeCommit message (Expand)Author
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
2008-06-14unf*ck undo.Kjell Wooding
2008-06-13phessler noted that c-mode ignored blinking braces.Kjell Wooding
2008-06-12Introduce a basic c-mode to mg.Kjell Wooding
2008-06-11Add delete-leading-space, delete-trailing-space,Kjell Wooding
2008-06-10Add a clear-mark function.Kjell Wooding
2007-05-28Add a global-wd-mode command, which toggles between the currentKjell Wooding
2007-02-21Fix a reference to WFHARD in a comment; it was renamed WFFULL monthsDeanna Phillips
2006-11-19spacingTheo de Raadt
2006-11-17Fix a needless inversion of flag names; i.e. change them from theKjell Wooding
2006-08-01* move sys/queue.h inclusion to sysdef.h (it's system specific)Jason Wright
2006-07-25Add bfirstlp(), blastlp() macros, returning the first and last linesKjell Wooding
2006-07-25Rename the header line of a buffer to b_headp, from the remarkablyKjell Wooding
2006-07-08Introduce a 'MODIFIED' boundary type for undo records.Kjell Wooding
2006-06-01Display line number in the mg statusbar. Yes, it seems like a fuglyKjell Wooding