log lisp/progmodes/make-mode.el @ 90594:a965377e6761

age author description
2006-07-06 Miles Bader Merge from emacs--devo--0
2006-06-17 Miles Bader Merge from emacs--devo--0
2006-06-07 Miles Bader Merge from emacs--devo--0
2006-02-11 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14
2006-01-19 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-2
2006-01-16 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
2006-01-16 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95
2005-09-11 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81
2005-08-05 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-77
2005-07-07 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
2005-06-15 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63
2005-06-09 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61
2005-06-06 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
2005-05-26 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-55
2005-05-20 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53
2005-05-12 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-51
2004-09-21 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-43
2004-07-23 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25
2004-04-16 Kenichi Handa Sync to HEAD
2006-01-16 Henrik Enberg sync with trunk
2003-09-08 Kenichi Handa New directory
2008-04-12 Stefan Monnier (makefile-fill-paragraph): Treat indented comments like unindented ones.
2008-01-07 Glenn Morris Add 2008 to copyright years.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-09-28 Stefan Monnier (makefile-mode): Don't disable jit-lock.
2006-07-03 Chong Yidong * emulation/viper-init.el, calendar/calendar.el:
2006-07-02 Daniel Pfeiffer (makefile-macroassign-regex): Accept preceding keyword.
2006-06-09 Eli Zaretskii (makefile-fill-paragraph): Don't remove spaces after the comment start.
2006-05-28 Stefan Monnier (makefile-browser-map, makefile-mode-syntax-table): Move init inside decl.
2006-05-21 Roland Winkler (makefile-query-one-target-method): Make this the alias for the
2006-05-21 Roland Winkler (makefile-special-targets-list)
2006-05-20 Eli Zaretskii (makefile-mode): Doc fix.
2006-02-10 Nick Roberts Update copyright for 2006.
2006-01-17 Masatake YAMATO Added makefile-imake-mode.
2005-12-27 Richard M. Stallman Remove faces from group `faces'.
2005-11-17 Juri Linkov Add :link (custom-group-link font-lock-faces) to defgroup.
2005-10-16 Masatake YAMATO * message.el (message-expand-group): Pass the common
2005-09-09 Richard M. Stallman (makefile-add-log-defun): Trim the result.
2005-08-01 Nick Roberts Update copyright for release of 22.1 for progmodes directory.
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-15 Daniel Pfeiffer (put 'makefile-space-face 'face-alias 'makefile-space)
2005-06-14 Daniel Pfeiffer (makefile-space, makefile-makepp-perl): Eliminate "-face" suffix.
2005-06-08 Richard M. Stallman (makefile-shell-face): Make this a no-op
2005-06-06 Richard M. Stallman (makefile-dependency-regex): Handle whitespace
2005-06-03 Daniel Pfeiffer (makefile-targets-face, makefile-shell-face, makefile-makepp-perl-face): Add :version.
2005-05-29 Daniel Pfeiffer (makefile-makepp-mode, makefile-bsdmake-mode): Continuation lines may be empty.
2005-05-29 Daniel Pfeiffer (makefile-rule-action-regex, makefile-macroassign-regex): Continuation lines may be empty. Reported by Joshua Varner.
2005-05-21 Daniel Pfeiffer (makefile-imenu-generic-expression): Use function to find dependencies, because regexp alone is so complex, it easily goes into an endless loop.
2005-05-19 Richard M. Stallman (makefile-mode): Use run-mode-hooks.
2005-05-19 Daniel Pfeiffer (makefile-add-this-line-targets): Simplify and integrate into `makefile-pickup-targets'.
2005-05-18 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.
2005-05-17 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.
2005-05-17 Daniel Pfeiffer (makefile-dependency-skip): New variable.
2005-05-16 Daniel Pfeiffer (makefile-dependency-regex): Turn it into a var, and refine it to mask one more level of nested vars.
2005-05-13 Daniel Pfeiffer (makefile-targets-face, makefile-shell-face, makefile-makepp-perl-face): New faces.
2005-05-05 Daniel Pfeiffer (makefile-font-lock-keywords): Use font-lock-negation-char-face.
2004-09-20 Richard M. Stallman (makefile-fill-paragraph): Don't insist on spaces when looking for
2004-07-22 Kim F. Storm Fix comments.
2004-01-03 Eli Zaretskii * progmodes/idlwave.el (idlwave-make-tags):