Mercurial > emacs
comparison lisp/ChangeLog @ 68239:e08826f8b714
Added makefile-imake-mode.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Tue, 17 Jan 2006 18:11:53 +0000 |
parents | f88d3a26b09b |
children | 7057b41ec1db |
comparison
equal
deleted
inserted
replaced
68238:f88d3a26b09b | 68239:e08826f8b714 |
---|---|
1 2006-01-18 Masatake YAMATO <jet@gyve.org> | |
2 | |
3 * progmodes/make-mode.el (makefile-imake-mode): New mode | |
4 derived from maiefile-mode. | |
5 (makefile-imake-mode-syntax-table): New syntax table | |
6 derived from makefile-mode-syntax-table. | |
7 (makefile-mode): Write about makefile-imake-mode in | |
8 doc string. | |
9 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode. | |
10 (makefile-imake-font-lock-keywords): New font lock keywords. | |
11 | |
12 * files.el (auto-mode-alist): Added Imakefile. | |
13 | |
1 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es> | 14 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es> |
2 | 15 |
3 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when | 16 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when |
4 loading the file rather than when turning on flyspell-mode. | 17 loading the file rather than when turning on flyspell-mode. |
5 | 18 |