Add a bug about hi-lock-mode and font-lock-mode.
[bpt/emacs.git] / admin / FOR-RELEASE
CommitLineData
e47ac727
RS
1Tasks needed before the next release.
2
c8de0427 3* TO BE DONE SHORTLY BEFORE RELEASE
1f912e99 4
059cbcd5
RS
5** Check for widow and orphan lines in manuals;
6make sure all the pages really look ok in the manual as formatted.
7
57985b44 8** Regenerate the postscript files of the reference cards in etc.
f199f76c 9
b713c813
RS
10** Ask maintainers of refcard translations to update them.
11
49561a36
RS
12Requests to have been sent out on 2006-05-23 (Reiner Steib).
13
14LANG Translator Status
3a07a00b 15cs Pavel Janík Can't work on it now.
6fc99f0c 16de Sven Joachim Done
76b0b55f 17fr Eric Jacoboni Done
3a07a00b 18pl Włodek Bzyl Done
49561a36 19pt-br Rodrigo Real Done
6232e72d 20ru Alex Ott Done
9c486161 21sk Miroslav Vaško No response
49561a36 22
ecd19d22 23Reminders sent out on 2006-06-08.
49561a36 24
f9de7738 25* WINDOWS SUPPORT BUGS.
eebe9a29 26
950703c9 27These don't need to be fixed before a release, but we call the
f9de7738 28attention of Windows users to fixing them.
ee31cd78 29
1877c3cb 30** Drew Adams 12 Aug bug rpt: overlay display artifact: trace left behind
f763da8d 31Windows only bug. Bug appears only when Cleartype enabled, probably related
7fe147ae 32to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
f9de7738 33
8d8f91ae
CY
34** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
35 (Did we decide that is unreproducible?)
36
f9de7738
RS
37* BUGS
38
3a07a00b
SM
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
67bdacb3
GM
65* FIXES FOR EMACS 22.2
66
67Here we list small fixes that arrived too late for Emacs 22.1, but
68that should be installed on the release branch after 22.1 is released.
69
d3a9d7d6 70** viper should not load cl at run time.
a9175d2e 71
0daf086a
RS
72** yamaoka@jpl.org's patch for mail-extract-address-components problem.
73
7956ef44
KS
74* DOCUMENTATION
75
0b048d52
MT
76** Check the Emacs Tutorial.
77
29121f81
RS
78The first line of every tutorial must begin with text ending in a
79period (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective
80language. This should be followed by "See end for copying
81conditions", likewise in the respective language.
b75122e4
RS
82
83After each file name, on the same line or the following line, come the
84names of the people who have checked it.
85
0b048d52
MT
86SECTION READERS
87----------------------------------
b75122e4 88etc/TUTORIAL rms
f290db1d 89etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg>
0b048d52 90etc/TUTORIAL.cn
3a07a00b 91etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
ce854ec1 92etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org>
31c17bcd 93etc/TUTORIAL.eo
f290db1d 94etc/TUTORIAL.es Marcelo Toledo
02319508
TTN
95etc/TUTORIAL.fr ttn
96etc/TUTORIAL.it ttn
c09b2b56 97etc/TUTORIAL.ja Kenichi Handa <handa@m17n.org>
0b048d52 98etc/TUTORIAL.ko
1d88af04 99etc/TUTORIAL.nl Lute Kamstra
e31eb62c 100etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se>
f290db1d 101etc/TUTORIAL.pt_BR Marcelo Toledo
0b048d52 102etc/TUTORIAL.ro
8471dc58 103etc/TUTORIAL.ru Alex Ott <alexott@gmail.com>
3a07a00b 104etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz>
a049b36c 105etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
f290db1d 106etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se>
8471dc58 107etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org>
0b048d52
MT
108etc/TUTORIAL.zh
109
c0a070c1
KS
110\f
111Local variables:
112mode: outline
49561a36 113coding: utf-8
c0a070c1 114end: