- 20 Feb, 1998 1 commit
-
-
Simon Marshall authored
-
- 12 Sep, 1997 1 commit
-
-
Richard M. Stallman authored
(makefile-mode): Doc fix.
-
- 28 Jul, 1997 1 commit
-
-
Richard M. Stallman authored
(makefile-define-space-face): Function deleted. (makefile-mode): Don't call makefile-define-space-font.
-
- 27 Jul, 1997 1 commit
-
-
Richard M. Stallman authored
Doc fixes.
-
- 27 May, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 24 Mar, 1997 1 commit
-
-
Richard M. Stallman authored
(makefile-backslash-region): Re-imported from cc-mode; modified to handle makefile-backslash-align. (makefile-append-backslash, makefile-delete-backslash): Re-imported from cc-mode. (makefile-backslashify-current-line): Function deleted. (makefile-fill-paragraph): New function. (makefile-mode-map): Bind C-c C-c to comment-region. (makefile-mode): Set fill-paragraph to makefile-fill-paragraph.
-
- 11 Mar, 1997 1 commit
-
-
Karl Heuer authored
so that "flags=-o:1" is treated as an assignment, not a dependency. (makefile-dependency-regex, makefile-macroassign-regex): Disallow spaces in symbol name.
-
- 03 Nov, 1996 1 commit
-
-
Richard M. Stallman authored
first and variable references after. (makefile-dependency-regex, makefile-macroassign-regex): Accept spaces at the beginning of the line.
-
- 25 Oct, 1996 1 commit
-
-
Karl Heuer authored
variable names.
-
- 20 Aug, 1996 1 commit
-
-
Richard M. Stallman authored
references that use substitutions.
-
- 27 Jun, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 26 Feb, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 26 Jan, 1996 1 commit
-
-
Richard M. Stallman authored
of variable references inside other highlighted regions.
-
- 24 Jan, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 17 Jan, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 14 Jan, 1996 1 commit
-
-
Erik Naggum authored
-
- 09 Jan, 1996 1 commit
-
-
Karl Heuer authored
facemenu-unlisted-faces if it isn't bound.
-
- 04 Jan, 1996 1 commit
-
-
Karl Heuer authored
makefile-backslash-region): Doc fix.
-
- 25 Dec, 1995 1 commit
-
-
Richard M. Stallman authored
checking one line at a time. Notice blank lines and comments.
-
- 21 Dec, 1995 1 commit
-
-
Karl Heuer authored
for the "^\t+#" element. Add faces to menu only if window-system. (makefile-mode): Do not check if makefile-define-space-face is defined. Call it only if window-system.
-
- 10 Nov, 1995 2 commits
-
-
Karl Heuer authored
-
Richard M. Stallman authored
(makefile-define-space-face): Create the face unconditionally; alter it only if have X.
-
- 05 Nov, 1995 1 commit
-
-
Karl Heuer authored
-
- 30 Oct, 1995 1 commit
-
-
Simon Marshall authored
-
- 28 Aug, 1995 1 commit
-
-
Richard M. Stallman authored
tab followed by #, and initial spaces preceding tabs--not all initial spaces.
-
- 24 Aug, 1995 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 23 Aug, 1995 1 commit
-
-
Richard M. Stallman authored
(makefile-font-lock-keywords): Highlight lines of just whitespace.
-
- 21 Aug, 1995 1 commit
-
-
Richard M. Stallman authored
(makefile-define-space-face): New function. (makefile-tab-face): Variable deleted. (makefile-define-tab-face): Function deleted. (makefile-font-lock-keywords): Highlight leading spaces, not tabs.
-
- 24 Jun, 1995 1 commit
-
-
Richard M. Stallman authored
(makefile-tab-face): Don't create face here. (makefile-mode): Call makefile-define-tab-face.
-
- 15 Jun, 1995 1 commit
-
-
Karl Heuer authored
-
- 30 May, 1995 1 commit
-
-
Karl Heuer authored
-
- 01 May, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 30 Oct, 1994 1 commit
-
-
Richard M. Stallman authored
(makefile-macroassign-regex): Don't include space and tab in macro names. (makefile-backslash-column): New variable. (makefile-backslash-region): New function. (makefile-backslashify-current-line): New function. (makefile-mode-map): Bind C-c C-\ to makefile-backslash-region. (makefile-tab-face): New variable. (makefile-font-lock-keywords): Use makefile-tab-face. (makefile-font-lock-keywords): Use defvar, not defconst.
-
- 12 Oct, 1994 1 commit
-
-
Simon Marshall authored
strings, and `#' be a comment. (makefile-font-lock-keywords): Add variable reference regexp. (makefile-mode): Set font-lock-defaults.
-
- 11 Oct, 1994 1 commit
-
-
Richard M. Stallman authored
(makefile-mode): Skip any number of "#"s at beginning of comments. (makefile-electric-keys): New variable. (makefile-electric-dot): Self insert if not at bol. (makefile-electric-equal): Really self-insert if not at bol. (makefile-pickup-everything): Prefix arg means force pickups to be redone. (makefile-insert-macro-ref): Don't use format. (makefile-runtime-macros-list): Added "$" to list. (makefile-insert-special-target): Don't use format. (makefile-insert-macro): Don't use format. (makefile-insert-target): Don't use format. (makefile-insert-target-ref): Don't use format. (makefile-electric-colon): Really self-insert if not at bol. (makefile-complete): New function. Bound to M-TAB. (makefile-do-macro-insertion): New function. (makefile-mode-map): Add menu bar bindings. (makefile-font-lock-keywords): New constant. (makefile-mode): Deal with font-lock, add-log, imenu. (makefile-macroassign-regex): Changed for use with font-lock. (makefile-dependency-regex): Changed for use with font-lock. (makefile-add-log-defun): New function. (makefile-menu-index-function): New function.
-
- 22 May, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 22 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 11 Apr, 1994 1 commit
-
-
Karl Heuer authored
-
- 02 Mar, 1994 1 commit
-
-
Richard M. Stallman authored
Version 1.16. (makefile-mode): Correct `make-variable-buffer-local' to `make-local-variable'. Set indent-tabs-mode to t. (makefile-insert-macro-ref): Do not append a space to the inserted macro reference. (makefile-insert-macro-ref): Likewise if the reference is to one of makefile-runtime-macros-list. (makefile-format-macro-ref): If the name of the macro ref starts with a '(' or '{' then the enclosing parentheses are not added. (makefile-warn-suspicious-lines): New function. Changed mode name to "Makefile" instead of "makefile".
-