log lisp/progmodes/make-mode.el @ 64085:18a818a2ee7c

age author description
Mon, 04 Jul 2005 17:55:18 +0000 Lute Kamstra Update FSF's address.
Wed, 15 Jun 2005 22:15:46 +0000 Daniel Pfeiffer (put 'makefile-space-face 'face-alias 'makefile-space)
Tue, 14 Jun 2005 22:33:56 +0000 Daniel Pfeiffer (makefile-space, makefile-makepp-perl): Eliminate "-face" suffix.
Wed, 08 Jun 2005 15:43:59 +0000 Richard M. Stallman (makefile-shell-face): Make this a no-op
Mon, 06 Jun 2005 12:50:01 +0000 Richard M. Stallman (makefile-dependency-regex): Handle whitespace
Fri, 03 Jun 2005 08:42:33 +0000 Daniel Pfeiffer (makefile-targets-face, makefile-shell-face, makefile-makepp-perl-face): Add :version.
Sun, 29 May 2005 07:59:51 +0000 Daniel Pfeiffer (makefile-makepp-mode, makefile-bsdmake-mode): Continuation lines may be empty.
Sun, 29 May 2005 07:52:55 +0000 Daniel Pfeiffer (makefile-rule-action-regex, makefile-macroassign-regex): Continuation lines may be empty. Reported by Joshua Varner.
Sat, 21 May 2005 02:45:27 +0000 Daniel Pfeiffer (makefile-imenu-generic-expression): Use function to find dependencies, because regexp alone is so complex, it easily goes into an endless loop.
Thu, 19 May 2005 15:46:00 +0000 Richard M. Stallman (makefile-mode): Use run-mode-hooks.
Thu, 19 May 2005 02:16:32 +0000 Daniel Pfeiffer (makefile-add-this-line-targets): Simplify and integrate into `makefile-pickup-targets'.
Wed, 18 May 2005 20:10:48 +0000 Daniel Pfeiffer (makefile-previous-dependency, makefile-match-dependency): Check for := (and in bsd mode also !=) to give a better result, even when font-lock is not on.
Tue, 17 May 2005 21:36:49 +0000 Daniel Pfeiffer (makefile-macroassign-regex, makefile-make-font-lock-keywords): Also fontify plain strings assigned to variables, mostly so that a colon has a face and is thus not taken as a dependency separator.
Tue, 17 May 2005 20:44:18 +0000 Daniel Pfeiffer (makefile-dependency-skip): New variable.
Mon, 16 May 2005 20:13:09 +0000 Daniel Pfeiffer (makefile-dependency-regex): Turn it into a var, and refine it to mask one more level of nested vars.
Fri, 13 May 2005 07:51:15 +0000 Daniel Pfeiffer (makefile-targets-face, makefile-shell-face, makefile-makepp-perl-face): New faces.
Thu, 05 May 2005 19:05:42 +0000 Daniel Pfeiffer (makefile-font-lock-keywords): Use font-lock-negation-char-face.
Mon, 20 Sep 2004 15:45:31 +0000 Richard M. Stallman (makefile-fill-paragraph): Don't insist on spaces when looking for
Thu, 22 Jul 2004 14:26:26 +0000 Kim F. Storm Fix comments.
Sat, 03 Jan 2004 12:11:21 +0000 Eli Zaretskii * progmodes/idlwave.el (idlwave-make-tags):
Wed, 26 Nov 2003 16:49:33 +0000 Stefan Monnier (makefile-font-lock-syntactic-keywords): Don't use `space' for \\\n.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Wed, 19 Mar 2003 22:23:20 +0000 Juanma Barranquero (makefile-font-lock-syntactic-keywords): New variable.
Mon, 24 Feb 2003 23:49:27 +0000 Andreas Schwab (makefile-font-lock-keywords): Protect
Wed, 12 Feb 2003 15:49:41 +0000 Juanma Barranquero (makefile-font-lock-keywords): Simplify last change.
Tue, 11 Feb 2003 23:45:21 +0000 Juanma Barranquero (makefile-font-lock-keywords): Fontify single character variable references, but
Tue, 04 Feb 2003 13:24:35 +0000 Juanma Barranquero Trailing whitepace deleted.
Sat, 28 Dec 2002 01:02:40 +0000 Andreas Schwab (makefile-font-lock-keywords): Highlight
Mon, 02 Dec 2002 16:16:52 +0000 Richard M. Stallman (makefile-font-lock-keywords): Highlight more make keywords:
Sun, 17 Nov 2002 22:37:11 +0000 Markus Rost (makefile-space-face): Fix typo in group name.