Mercurial > emacs
comparison lispref/ChangeLog @ 90192:173dee4e2611
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 353-357)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 09 Jun 2005 07:13:03 +0000 |
parents | 01137c1fdbe9 ef765645a5cf |
children | a1b34dec1104 |
comparison
equal
deleted
inserted
replaced
90191:c766b49f5bbd | 90192:173dee4e2611 |
---|---|
1 2005-06-09 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * searching.texi (Entire Match Data): Explain new `reseat' argument to | |
4 match-data and set-match-data. | |
5 | |
6 2005-06-08 Richard M. Stallman <rms@gnu.org> | |
7 | |
8 * searching.texi (Entire Match Data): Clarify when match-data | |
9 returns markers and when integers. | |
10 | |
11 * display.texi (Defining Faces): Explain that face name should not | |
12 end in `-face'. | |
13 | |
14 * modes.texi (Mode Line Data): Minor cleanup. | |
15 (Customizing Keywords): Node split out of Search-based Fontification. | |
16 Add example of using font-lock-add-keywords from a hook. | |
17 Clarify when MODE should be non-nil, and when nil. | |
18 | |
19 2005-06-06 Richard M. Stallman <rms@gnu.org> | |
20 | |
21 * modes.texi (Mode Line Data): Explain what happens when the car | |
22 of a list is a void symbol. | |
23 (Search-based Fontification): Explain MODE arg to | |
24 font-lock-add-keywords and warn about calls from major modes. | |
25 | |
26 2005-06-08 Juri Linkov <juri@jurta.org> | |
27 | |
28 * display.texi (Standard Faces): Add `shadow' face. | |
29 | |
1 2005-05-29 Luc Teirlinck <teirllm@auburn.edu> | 30 2005-05-29 Luc Teirlinck <teirllm@auburn.edu> |
2 | 31 |
3 * modes.texi (Major Mode Conventions): A derived mode only needs | 32 * modes.texi (Major Mode Conventions): A derived mode only needs |
4 to put the call to the parent mode inside `delay-mode-hooks'. | 33 to put the call to the parent mode inside `delay-mode-hooks'. |
5 | 34 |