aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorStefan Monnier2007-06-11 15:46:12 +0000
committerStefan Monnier2007-06-11 15:46:12 +0000
commit3a07a00bbf3ae87a87ae54a0336f574b67d45da9 (patch)
tree14ac9b32da69dcae7418de5d7b03230331be99e2 /admin
parentf0fc85830bcfcbfdba13f4f83bf3897f19d9926c (diff)
downloademacs-3a07a00bbf3ae87a87ae54a0336f574b67d45da9.tar.gz
emacs-3a07a00bbf3ae87a87ae54a0336f574b67d45da9.zip
Add a bug about hi-lock-mode and font-lock-mode.
Fix encoding of some nonascii chars.
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE34
1 files changed, 30 insertions, 4 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 2fceaee33cf..fe226fc7d9e 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -12,10 +12,10 @@ make sure all the pages really look ok in the manual as formatted.
12Requests to have been sent out on 2006-05-23 (Reiner Steib). 12Requests to have been sent out on 2006-05-23 (Reiner Steib).
13 13
14LANG Translator Status 14LANG Translator Status
15cs Pavel Janík Can't work on it now. 15cs Pavel Janík Can't work on it now.
16de Sven Joachim Done 16de Sven Joachim Done
17fr Eric Jacoboni Done 17fr Eric Jacoboni Done
18pl Włodek Bzyl Done 18pl Włodek Bzyl Done
19pt-br Rodrigo Real Done 19pt-br Rodrigo Real Done
20ru Alex Ott Done 20ru Alex Ott Done
21sk Miroslav Vaško No response 21sk Miroslav Vaško No response
@@ -36,6 +36,32 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
36 36
37* BUGS 37* BUGS
38 38
39** hi-lock-mode doesn't always turn on font-lock-mode-internal
40
41From: Alan Mackenzie <acm@muc.de>
42Subject: hi-lock-mode doesn't work with emacs -Q.
43Message-ID: <20070607092651.GA1710@muc.de>
44
45Start emacs -Q. (Emacs 22.1, of course). Visit a new file with:
46
47 C-x C-f foo.txt
48
49. Type this:
50
51 This file is foo.txt.
52
53. Enable hi-lock-mode and make "foo" a highlightable pattern:
54
55 M-x hi-lock-mode
56 C-x w h foo<CR><CR> ; accept the default hi-yellow face.
57
58. This highlights the "foo" yellow, as expected. At the end of the
59line, type:
60
61 foo
62
63. This new "foo" doesn't get highlighted. It should be.
64
39* FIXES FOR EMACS 22.2 65* FIXES FOR EMACS 22.2
40 66
41Here we list small fixes that arrived too late for Emacs 22.1, but 67Here we list small fixes that arrived too late for Emacs 22.1, but
@@ -62,7 +88,7 @@ SECTION READERS
62etc/TUTORIAL rms 88etc/TUTORIAL rms
63etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg> 89etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg>
64etc/TUTORIAL.cn 90etc/TUTORIAL.cn
65etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz> 91etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
66etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org> 92etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org>
67etc/TUTORIAL.eo 93etc/TUTORIAL.eo
68etc/TUTORIAL.es Marcelo Toledo 94etc/TUTORIAL.es Marcelo Toledo
@@ -75,7 +101,7 @@ etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se>
75etc/TUTORIAL.pt_BR Marcelo Toledo 101etc/TUTORIAL.pt_BR Marcelo Toledo
76etc/TUTORIAL.ro 102etc/TUTORIAL.ro
77etc/TUTORIAL.ru Alex Ott <alexott@gmail.com> 103etc/TUTORIAL.ru Alex Ott <alexott@gmail.com>
78etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz> 104etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz>
79etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si> 105etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
80etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se> 106etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se>
81etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org> 107etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org>