comparison 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
comparison
equal deleted inserted replaced
107775:d0d89fd7a351 107776:cdab6ddd22d0
1 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * font-lock.el: Require CL when compiling.
4 (font-lock-turn-on-thing-lock): Use `case'.
5
1 2010-04-03 Eli Zaretskii <eliz@gnu.org> 6 2010-04-03 Eli Zaretskii <eliz@gnu.org>
2 7
3 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli 8 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
4 Zaretskii. 9 Zaretskii.
5 10
21 2010-04-02 Sam Steingold <sds@gnu.org> 26 2010-04-02 Sam Steingold <sds@gnu.org>
22 27
23 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling 28 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
24 `vc-hg-command' with a list of flags. 29 `vc-hg-command' with a list of flags.
25 30
26 * progmodes/bug-reference.el (bug-reference-bug-regexp): Also 31 * progmodes/bug-reference.el (bug-reference-bug-regexp):
27 accept "patch" and "RFE". 32 Also accept "patch" and "RFE".
28 (bug-reference-fontify): `bug-reference-url-format' can also be a 33 (bug-reference-fontify): `bug-reference-url-format' can also be a
29 function to be able to handle the bug kind. 34 function to be able to handle the bug kind.
30 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add 35 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
31 36
32 2010-04-02 Jan Djärv <jan.h.d@swipnet.se> 37 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
33 38
34 * tmm.el (tmm-get-keymap): Check with symbolp before passing 39 * tmm.el (tmm-get-keymap): Check with symbolp before passing
35 value to fboundp, it may not be a symbol. 40 value to fboundp, it may not be a symbol.
36 41
37 2010-03-31 Chong Yidong <cyd@stupidchicken.com> 42 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
38 43
39 * cus-edit.el (custom-buffer-sort-alphabetically): Update 44 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
40 :version.
41 45
42 2010-03-31 Juri Linkov <juri@jurta.org> 46 2010-03-31 Juri Linkov <juri@jurta.org>
43 47
44 * simple.el (next-line, previous-line): Re-throw a signal 48 * simple.el (next-line, previous-line): Re-throw a signal
45 with `signal' instead of using `ding'. 49 with `signal' instead of using `ding'.