Mercurial > emacs
changeset 95803:a774d9d92dbe
Fix eol breakage in previous change.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 10 Jun 2008 23:33:11 +0000 |
parents | 400f549db7c2 |
children | ea2762d2d847 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jun 10 23:25:59 2008 +0000 +++ b/lisp/ChangeLog Tue Jun 10 23:33:11 2008 +0000 @@ -828,6 +828,7 @@ * vc-hooks.el (vc-after-save): Improve test. (vc-mode-line): Fix indentation. + 2008-05-27 Chong Yidong <cyd@stupidchicken.com> * calendar/parse-time.el (parse-time-months) @@ -1256,6 +1257,7 @@ end of the ido history file. 2008-05-16 John Paul Wallington <jpw@pobox.com> + * 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.