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.
|