Mercurial > emacs
diff lisp/ChangeLog @ 107536:22bf58a96b3a
(makefile-rule-action-regex): Backtrack less.
(makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
not be present any more.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 24 Mar 2010 11:57:16 -0400 |
parents | 7c79bc199c73 |
children | 75e87467a0db b6cc517c1044 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Mar 23 20:02:42 2010 -0700 +++ b/lisp/ChangeLog Wed Mar 24 11:57:16 2010 -0400 @@ -1,3 +1,9 @@ +2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca> + + * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less. + (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may + not be present any more. + 2010-03-24 Juanma Barranquero <lekktu@gmail.com> * faces.el (set-face-attribute): Fix typo in docstring. @@ -7,7 +13,7 @@ 2010-03-23 Glenn Morris <rgm@gnu.org> - * textmodes/flyspell.el (sgml-lexical-context): Autoload it. (Bug#5752) + * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752). 2010-03-21 Chong Yidong <cyd@stupidchicken.com> @@ -15,16 +21,16 @@ 2010-03-22 Alan Mackenzie <acm@muc.de> - * progmodes/cc-engine.el (c-remove-stale-state-cache): Fix - off-by-one error. Fixes bug #5747. + * progmodes/cc-engine.el (c-remove-stale-state-cache): + Fix off-by-one error. Fixes bug #5747. 2010-03-22 Juanma Barranquero <lekktu@gmail.com> * image-dired.el (image-dired-display-thumbs): Fix typo in docstring. (image-dired-read-comment): Doc fix. - * json.el (json-object-type, json-array-type, json-key-type, json-false) - (json-null, json-read-number): + * json.el (json-object-type, json-array-type, json-key-type) + (json-false, json-null, json-read-number): * minibuffer.el (completion-in-region-functions): * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks) (cal-tex-cursor-week): @@ -70,8 +76,8 @@ 2010-03-13 Michael Albinus <michael.albinus@gmx.de> - * net/tramp.el (tramp-find-executable): Use - `tramp-get-connection-buffer'. Make the regexp for checking + * net/tramp.el (tramp-find-executable): + Use `tramp-get-connection-buffer'. Make the regexp for checking output of "wc -l" more robust. (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris. (tramp-open-connection-setup-interactive-shell): Remove workaround