]> gitweb.michael.orlitzky.com - nagios-mode.git/history - nagios-mode.el
README: minor wording tweak.
[nagios-mode.git] / nagios-mode.el
2022-11-14 Michael Orlitzkynagios-mode.el: add some missing directives.
2022-11-14 Michael Orlitzkynagios-mode.el: move directives to their own lines...
2022-11-14 Michael Orlitzkynagios-mode.el: drop obsolete syntax-begin-function...
2022-11-13 Michael Orlitzkynagios-mode.el: replace all tabs with spaces, as God...
2022-11-13 Michael Orlitzkynagios-mode.el: add a few new macros.
2022-11-11 Michael Orlitzkynagios-mode.el: drop support for hostgroupescalation...
2010-08-21 Michael OrlitzkyUpdate char-is-commented to support semicolon comments.
2010-08-21 Michael OrlitzkyWhitespace fixes.
2010-08-21 Michael OrlitzkyPrefix all functions with "nagios-".
2010-08-21 Michael OrlitzkyUpdated the last-opening-brace, last-closing-brace...
2010-08-21 Michael OrlitzkyFix the brace-on-line function.
2010-08-21 Michael OrlitzkyFix 9db78f (two commits ago) so that it actually works.
2010-08-20 Michael OrlitzkyFix a setq within an if statement.
2010-08-20 Michael OrlitzkyIf the point is left of indent-column after nagios...
2010-08-20 Michael OrlitzkyFixed a bug in first-char-offset affecting indentation.
2010-08-20 Michael OrlitzkyAdd a newline.
2010-08-20 Michael OrlitzkyRename pos-offset to point-offset.
2010-08-20 Michael OrlitzkyMake nagios-indent-line interactive.
2010-08-20 Michael OrlitzkyClean up the nagios-calculate-indent function. Gets...
2010-08-20 Michael OrlitzkyClean up the nagios-indent-to function and eliminate...
2010-08-20 Michael OrlitzkyEliminate the last use of regexp-alt-raw and the functi...
2010-08-20 Michael OrlitzkySimplify the nagios-in-block function and eliminate...
2010-08-20 Michael OrlitzkyRemove the slashes from around the macro definitions...
2010-08-19 Michael OrlitzkyReplace kill-region with delete-region in the indentati...
2010-04-18 Michael OrlitzkyChanged the object definition regex to use the output...
2010-04-18 Michael OrlitzkyUpdated the list of macros from Nagios' macros.h.
2010-04-09 Michael OrlitzkyDefine syntax-begin-function as beginning-of-line.
2010-04-09 Michael OrlitzkyAdded a value for comment-start-skip.
2010-04-09 Michael OrlitzkyRemove the nagios-comments and nagios-string constants.
2009-08-28 Michael OrlitzkyAdded the contactgroups and contactgroup_members direct...
2009-08-28 Michael OrlitzkyAdded the first_notification_delay directive.
2009-02-16 Michael OrlitzkyAdded back font locking for strings.
2009-02-16 Michael OrlitzkyBegan matching only the first subexpression of the...
2009-02-16 Michael OrlitzkySet the default behavior to match keywords only (ignori...
2009-02-16 Michael OrlitzkyFixed the syntax highlighting so that it passes all...
2009-02-13 Michael OrlitzkyFixed regexp-word so that it treats newlines as word...
2009-02-13 Michael OrlitzkyAdded support for more missing directives: "host_notifi...
2009-02-13 Michael OrlitzkyAdded support for the servicegroup definition, and...
2009-02-08 Michael OrlitzkyAdded support for some Nagios 3 directives.
2008-09-03 mjoInitial commit.