comparison admin/FOR-RELEASE @ 77999:e70e9b06760f

Add a bug about hi-lock-mode and font-lock-mode. Fix encoding of some nonascii chars.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 11 Jun 2007 15:46:12 +0000
parents 68abeb3f7129
children 4d83e9f9b01e
comparison
equal deleted inserted replaced
77998:71120e9b162d 77999:e70e9b06760f
10 ** Ask maintainers of refcard translations to update them. 10 ** Ask maintainers of refcard translations to update them.
11 11
12 Requests to have been sent out on 2006-05-23 (Reiner Steib). 12 Requests to have been sent out on 2006-05-23 (Reiner Steib).
13 13
14 LANG Translator Status 14 LANG Translator Status
15 cs Pavel Janík Can't work on it now. 15 cs Pavel Janík Can't work on it now.
16 de Sven Joachim Done 16 de Sven Joachim Done
17 fr Eric Jacoboni Done 17 fr Eric Jacoboni Done
18 pl WÅ‚odek Bzyl Done 18 pl WÅ‚odek Bzyl Done
19 pt-br Rodrigo Real Done 19 pt-br Rodrigo Real Done
20 ru Alex Ott Done 20 ru Alex Ott Done
21 sk Miroslav Vaško No response 21 sk Miroslav Vaško No response
22 22
23 Reminders sent out on 2006-06-08. 23 Reminders sent out on 2006-06-08.
33 33
34 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin. 34 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
35 (Did we decide that is unreproducible?) 35 (Did we decide that is unreproducible?)
36 36
37 * BUGS 37 * BUGS
38
39 ** hi-lock-mode doesn't always turn on font-lock-mode-internal
40
41 From: Alan Mackenzie <acm@muc.de>
42 Subject: hi-lock-mode doesn't work with emacs -Q.
43 Message-ID: <20070607092651.GA1710@muc.de>
44
45 Start 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
59 line, type:
60
61 foo
62
63 . This new "foo" doesn't get highlighted. It should be.
38 64
39 * FIXES FOR EMACS 22.2 65 * FIXES FOR EMACS 22.2
40 66
41 Here we list small fixes that arrived too late for Emacs 22.1, but 67 Here we list small fixes that arrived too late for Emacs 22.1, but
42 that should be installed on the release branch after 22.1 is released. 68 that should be installed on the release branch after 22.1 is released.
60 SECTION READERS 86 SECTION READERS
61 ---------------------------------- 87 ----------------------------------
62 etc/TUTORIAL rms 88 etc/TUTORIAL rms
63 etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg> 89 etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg>
64 etc/TUTORIAL.cn 90 etc/TUTORIAL.cn
65 etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz> 91 etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
66 etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org> 92 etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org>
67 etc/TUTORIAL.eo 93 etc/TUTORIAL.eo
68 etc/TUTORIAL.es Marcelo Toledo 94 etc/TUTORIAL.es Marcelo Toledo
69 etc/TUTORIAL.fr ttn 95 etc/TUTORIAL.fr ttn
70 etc/TUTORIAL.it ttn 96 etc/TUTORIAL.it ttn
73 etc/TUTORIAL.nl Lute Kamstra 99 etc/TUTORIAL.nl Lute Kamstra
74 etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se> 100 etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se>
75 etc/TUTORIAL.pt_BR Marcelo Toledo 101 etc/TUTORIAL.pt_BR Marcelo Toledo
76 etc/TUTORIAL.ro 102 etc/TUTORIAL.ro
77 etc/TUTORIAL.ru Alex Ott <alexott@gmail.com> 103 etc/TUTORIAL.ru Alex Ott <alexott@gmail.com>
78 etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz> 104 etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz>
79 etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si> 105 etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
80 etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se> 106 etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se>
81 etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org> 107 etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org>
82 etc/TUTORIAL.zh 108 etc/TUTORIAL.zh
83 109