log lisp/progmodes/make-mode.el @ 89943:4c90ffeb71c5

age author description
Fri, 16 Apr 2004 12:51:06 +0000 Kenichi Handa Sync to HEAD
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Sat, 12 Apr 2008 05:40:15 +0000 Stefan Monnier (makefile-fill-paragraph): Treat indented comments like unindented ones.
Mon, 07 Jan 2008 02:11:00 +0000 Glenn Morris Add 2008 to copyright years.
Wed, 25 Jul 2007 04:29:40 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 21 Jan 2007 03:53:13 +0000 Glenn Morris Add 2007 to copyright years.
Thu, 28 Sep 2006 20:03:25 +0000 Stefan Monnier (makefile-mode): Don't disable jit-lock.
Mon, 03 Jul 2006 14:32:01 +0000 Chong Yidong * emulation/viper-init.el, calendar/calendar.el:
Sun, 02 Jul 2006 19:01:34 +0000 Daniel Pfeiffer (makefile-macroassign-regex): Accept preceding keyword.
Fri, 09 Jun 2006 17:43:54 +0000 Eli Zaretskii (makefile-fill-paragraph): Don't remove spaces after the comment start.
Sun, 28 May 2006 20:56:34 +0000 Stefan Monnier (makefile-browser-map, makefile-mode-syntax-table): Move init inside decl.
Sun, 21 May 2006 19:26:05 +0000 Roland Winkler (makefile-query-one-target-method): Make this the alias for the
Sun, 21 May 2006 18:46:41 +0000 Roland Winkler (makefile-special-targets-list)
Sat, 20 May 2006 18:36:11 +0000 Eli Zaretskii (makefile-mode): Doc fix.
Fri, 10 Feb 2006 09:00:31 +0000 Nick Roberts Update copyright for 2006.
Tue, 17 Jan 2006 18:11:53 +0000 Masatake YAMATO Added makefile-imake-mode.
Tue, 27 Dec 2005 01:06:54 +0000 Richard M. Stallman Remove faces from group `faces'.
Thu, 17 Nov 2005 07:40:11 +0000 Juri Linkov Add :link (custom-group-link font-lock-faces) to defgroup.
Sun, 16 Oct 2005 09:31:48 +0000 Masatake YAMATO * message.el (message-expand-group): Pass the common
Fri, 09 Sep 2005 01:24:59 +0000 Richard M. Stallman (makefile-add-log-defun): Trim the result.
Mon, 01 Aug 2005 08:43:45 +0000 Nick Roberts Update copyright for release of 22.1 for progmodes directory.
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.
Mon, 28 Oct 2002 08:15:29 +0000 Miles Bader (makefile-warn-continuations): Don't barf when there _aren't_ any
Sat, 26 Oct 2002 22:49:12 +0000 Richard M. Stallman (makefile-cleanup-continuations): Default for variable is nil.
Thu, 19 Sep 2002 01:21:46 +0000 Stefan Monnier (makefile-cleanup-continuations-p): Rename to makefile-cleanup-continuations.
Wed, 18 Sep 2002 16:00:29 +0000 Richard M. Stallman (makefile-fill-paragraph): Find comment boundaries before filling.
Wed, 28 Nov 2001 20:41:49 +0000 Stefan Monnier Move `provide' to the end.
Wed, 28 Nov 2001 20:40:36 +0000 Stefan Monnier Use line-(end|beginning)-position.
Mon, 30 Jul 2001 11:08:52 +0000 Eli Zaretskii (makefile-macroassign-regex): Recognize the ?= operator.
Mon, 16 Jul 2001 01:52:50 +0000 Stefan Monnier (makefile-browse): Use make-local-variable.
Wed, 25 Apr 2001 15:52:30 +0000 Stefan Monnier (makefile-font-lock-keywords):
Tue, 06 Feb 2001 17:08:19 +0000 Eli Zaretskii (makefile-mode): Set SYNTAX-BEGIN member
Wed, 26 Jul 2000 13:02:53 +0000 Gerd Moellmann (makefile-mode-abbrev-table): Remove
Mon, 12 Jun 2000 05:23:37 +0000 Stefan Monnier (makefile-pickup-filenames-as-targets): Don't quote lambda.
Wed, 03 May 2000 19:24:18 +0000 Gerd Moellmann (makefile-mode-abbrev-table): New variable.
Tue, 04 Apr 2000 21:03:15 +0000 Gerd Moellmann Some doc fixes.
Thu, 23 Mar 2000 02:37:44 +0000 Stefan Monnier (makefile-warn-suspicious-lines): clean
Fri, 26 Nov 1999 17:45:19 +0000 Dave Love (makefile-mode-hook): Customize.
Fri, 22 Oct 1999 17:02:13 +0000 Dave Love Minor doc fixes.
Sun, 07 Feb 1999 04:07:14 +0000 Richard M. Stallman Comment changes.
Tue, 02 Feb 1999 03:47:08 +0000 Richard M. Stallman (makefile-imenu-generic-expression): New var.
Mon, 27 Jul 1998 06:38:12 +0000 Richard M. Stallman Whitespace fix.
Fri, 03 Jul 1998 21:37:22 +0000 Richard M. Stallman (makefile-font-lock-keywords): Recognize automatic variable references.
Sun, 08 Mar 1998 00:21:26 +0000 Richard M. Stallman (makefile-browser-quit): Use quit-window.
Fri, 27 Feb 1998 22:11:43 +0000 Karl Heuer (make-mode): Provide make-mode, not makefile.
Fri, 20 Feb 1998 14:58:27 +0000 Simon Marshall Changed font-lock-reference-face to font-lock-constant-face.
Fri, 12 Sep 1997 22:40:55 +0000 Richard M. Stallman (makefile-pickup-everything-picks-up-filenames-p): Doc fix.
Mon, 28 Jul 1997 22:22:27 +0000 Richard M. Stallman (makefile-space-face): Add defface.
Sun, 27 Jul 1997 19:50:06 +0000 Richard M. Stallman Customized.
Tue, 27 May 1997 17:46:19 +0000 Richard M. Stallman Comment change.
Mon, 24 Mar 1997 05:30:10 +0000 Richard M. Stallman (makefile-backslash-align): New variable.
Tue, 11 Mar 1997 22:23:36 +0000 Karl Heuer (makefile-dependency-regex): Disallow "=" in name,
Sun, 03 Nov 1996 20:38:56 +0000 Richard M. Stallman (makefile-font-lock-keywords): Handle dependencies
Fri, 25 Oct 1996 04:34:53 +0000 Karl Heuer (makefile-font-lock-keywords): Accept - and . in
Tue, 20 Aug 1996 20:42:52 +0000 Richard M. Stallman (makefile-font-lock-keywords): Catch variable
Thu, 27 Jun 1996 07:48:39 +0000 Richard M. Stallman (makefile-gnumake-functions-alist): Add `addprefix'.
Mon, 26 Feb 1996 19:33:15 +0000 Richard M. Stallman (makefile-runtime-macros-list): Add + to the list.
Fri, 26 Jan 1996 19:30:42 +0000 Richard M. Stallman (makefile-font-lock-keywords): Improve highlighting
Wed, 24 Jan 1996 20:06:06 +0000 Richard M. Stallman (makefile-browser-toggle): Use delete-region, not kill-line.
Wed, 17 Jan 1996 22:26:18 +0000 Richard M. Stallman (makefile-mode): Fix criterion for calling makefile-define-space-face.
Sun, 14 Jan 1996 07:34:30 +0000 Erik Naggum Update FSF's address.
Tue, 09 Jan 1996 23:19:17 +0000 Karl Heuer (makefile-space-face): Don't work on
Thu, 04 Jan 1996 23:44:52 +0000 Karl Heuer (makefile-insert-special-target,
Mon, 25 Dec 1995 01:43:07 +0000 Richard M. Stallman (makefile-add-log-defun): Rewrite to scan back
Thu, 21 Dec 1995 17:56:09 +0000 Karl Heuer (makefile-font-lock-keywords): Fix bad structure
Fri, 10 Nov 1995 18:58:37 +0000 Karl Heuer (makefile-space-face): Don't list in facemenu.
Fri, 10 Nov 1995 04:44:37 +0000 Richard M. Stallman (makefile-mode): Call makefile-define-space-face only if it is defined.
Sun, 05 Nov 1995 04:40:19 +0000 Karl Heuer (makefile-define-space-face): Don't make face if non-X.
Mon, 30 Oct 1995 08:31:08 +0000 Simon Marshall Use frame-parameters, not font-lock-background-mode and font-lock-display-type.
Mon, 28 Aug 1995 15:09:57 +0000 Richard M. Stallman (makefile-font-lock-keywords): Highlight lines with
Thu, 24 Aug 1995 20:18:58 +0000 Richard M. Stallman (makefile-mode-syntax-table): "]" is a close-paren.
Thu, 24 Aug 1995 20:16:31 +0000 Richard M. Stallman (makefile-add-log-defun): Avoid error at eob.
Wed, 23 Aug 1995 23:51:38 +0000 Richard M. Stallman Doc fixes.
Mon, 21 Aug 1995 17:27:04 +0000 Richard M. Stallman (makefile-space-face): New variable.
Sat, 24 Jun 1995 07:34:27 +0000 Richard M. Stallman (makefile-define-tab-face): New function.
Thu, 15 Jun 1995 20:42:24 +0000 Karl Heuer Update GPL to version 2.
Tue, 30 May 1995 23:05:08 +0000 Karl Heuer Fix capitalization in menu bar.
Mon, 01 May 1995 17:16:40 +0000 Richard M. Stallman (makefile-mode): Set dabbrev-abbrev-skip-leading-regexp.
Sun, 30 Oct 1994 21:20:42 +0000 Richard M. Stallman Changed almost every doc string.
Wed, 12 Oct 1994 08:55:27 +0000 Simon Marshall * makefile.el: (makefile-mode-syntax-table): Made `'' and ``' be
Tue, 11 Oct 1994 20:42:23 +0000 Richard M. Stallman (makefile-mode-name): Removed.
Sun, 22 May 1994 22:14:17 +0000 Richard M. Stallman Doc fix.
Fri, 22 Apr 1994 20:20:49 +0000 Richard M. Stallman (makefile-mode): Removed extra quote before makefile-warn-suspicious-lines.
Mon, 11 Apr 1994 20:40:58 +0000 Karl Heuer (makefile-mode): make-local-variable misspelled as make-local-file.
Wed, 02 Mar 1994 07:57:04 +0000 Richard M. Stallman (makefile-mode): Set local-write-file-hooks, not write-file-hooks.
Mon, 07 Feb 1994 05:54:34 +0000 Richard M. Stallman (makefile-browser-fill, makefile-browser-toggle):
Thu, 06 Jan 1994 09:59:12 +0000 Richard M. Stallman (makefile-mode): Make comment-start, comment-end,
Thu, 23 Dec 1993 04:57:18 +0000 Richard M. Stallman (makefile-ignored-files-in-pickup-regex): Supply missing \\.
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Thu, 06 May 1993 01:30:26 +0000 Richard M. Stallman Comment changes.