Mercurial > emacs
diff lisp/ChangeLog @ 107776:cdab6ddd22d0
* font-lock.el: Require CL when compiling.
(font-lock-turn-on-thing-lock): Use `case'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 03 Apr 2010 16:10:14 -0400 |
parents | ff4ed96c4bfa |
children | 13c077500eb3 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Apr 03 16:59:53 2010 +0300 +++ b/lisp/ChangeLog Sat Apr 03 16:10:14 2010 -0400 @@ -1,3 +1,8 @@ +2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca> + + * font-lock.el: Require CL when compiling. + (font-lock-turn-on-thing-lock): Use `case'. + 2010-04-03 Eli Zaretskii <eliz@gnu.org> * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli @@ -23,11 +28,11 @@ * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling `vc-hg-command' with a list of flags. - * progmodes/bug-reference.el (bug-reference-bug-regexp): Also - accept "patch" and "RFE". + * progmodes/bug-reference.el (bug-reference-bug-regexp): + Also accept "patch" and "RFE". (bug-reference-fontify): `bug-reference-url-format' can also be a function to be able to handle the bug kind. - (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add + (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add. 2010-04-02 Jan Djärv <jan.h.d@swipnet.se> @@ -36,8 +41,7 @@ 2010-03-31 Chong Yidong <cyd@stupidchicken.com> - * cus-edit.el (custom-buffer-sort-alphabetically): Update - :version. + * cus-edit.el (custom-buffer-sort-alphabetically): Update :version. 2010-03-31 Juri Linkov <juri@jurta.org>