From: Juanma Barranquero Date: Tue, 10 Jun 2008 23:33:11 +0000 (+0000) Subject: Fix eol breakage in previous change. X-Git-Tag: emacs-pretest-23.0.90~4895 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a83983874d7c6aaeba299c7ed03c132a0a5b4794;p=emacs.git Fix eol breakage in previous change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2e99aa14e36..254bc97bf8e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -828,6 +828,7 @@ * vc-hooks.el (vc-after-save): Improve test. (vc-mode-line): Fix indentation. + 2008-05-27 Chong Yidong * calendar/parse-time.el (parse-time-months) @@ -1256,6 +1257,7 @@ end of the ido history file. 2008-05-16 John Paul Wallington + * vc-dispatcher.el (top-level): Revert previous change: require cl when compiling. @@ -2099,6 +2101,7 @@ * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last. Add "..." in the appropriate places. + * epa.el (epa-key-list-mode-map): Add more menu entries. Add "..." in the appropriate places. @@ -9289,6 +9292,7 @@ Add support for .pm files and .php files. (flymake-err-line-patterns): Add pattern for PHP errors. (flymake-php-init): New function. PHP support for flymake. + * progmodes/compile.el (compilation-error-regexp-alist-alist): Add regular expression for PHP errors.