view 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
line wrap: on
line source

Tasks needed before the next release.

* TO BE DONE SHORTLY BEFORE RELEASE

** Check for widow and orphan lines in manuals;
make sure all the pages really look ok in the manual as formatted.

** Regenerate the postscript files of the reference cards in etc.

** Ask maintainers of refcard translations to update them.

Requests to have been sent out on 2006-05-23 (Reiner Steib).

LANG	Translator            Status
cs	Pavel Janík           Can't work on it now.
de	Sven Joachim          Done
fr	Eric Jacoboni         Done
pl	Włodek Bzyl           Done
pt-br	Rodrigo Real          Done
ru	Alex Ott              Done
sk	Miroslav Vaško        No response

Reminders sent out on 2006-06-08.

* WINDOWS SUPPORT BUGS.

These don't need to be fixed before a release, but we call the
attention of Windows users to fixing them.

** Drew Adams 12 Aug bug rpt: overlay display artifact: trace left behind
Windows only bug. Bug appears only when Cleartype enabled, probably related
to the hack introduced on 2005-07-01 to fix some other Cleartype problem.

** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
  (Did we decide that is unreproducible?)

* BUGS

** hi-lock-mode doesn't always turn on font-lock-mode-internal

From: Alan Mackenzie <acm@muc.de>
Subject: hi-lock-mode doesn't work with emacs -Q.
Message-ID: <20070607092651.GA1710@muc.de>

Start emacs -Q.  (Emacs 22.1, of course).  Visit a new file with:

    C-x C-f foo.txt

.  Type this:

    This file is foo.txt.

.  Enable hi-lock-mode and make "foo" a highlightable pattern:

    M-x hi-lock-mode
    C-x w h foo<CR><CR>    ; accept the default hi-yellow face.

.  This highlights the "foo" yellow, as expected.  At the end of the
line, type:

    foo

.  This new "foo" doesn't get highlighted.  It should be.

* FIXES FOR EMACS 22.2

Here we list small fixes that arrived too late for Emacs 22.1, but
that should be installed on the release branch after 22.1 is released.

** viper should not load cl at run time.

** yamaoka@jpl.org's patch for mail-extract-address-components problem.

* DOCUMENTATION

** Check the Emacs Tutorial.

The first line of every tutorial must begin with text ending in a
period (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective
language.  This should be followed by "See end for copying
conditions", likewise in the respective language.

After each file name, on the same line or the following line, come the
names of the people who have checked it.

SECTION                  READERS
----------------------------------
etc/TUTORIAL             rms
etc/TUTORIAL.bg          Ognyan Kulev <ogi@fmi.uni-sofia.bg>
etc/TUTORIAL.cn
etc/TUTORIAL.cs          Pavel Janík <Pavel@Janik.cz>
etc/TUTORIAL.de          Werner LEMBERG <wl@gnu.org>
etc/TUTORIAL.eo
etc/TUTORIAL.es          Marcelo Toledo
etc/TUTORIAL.fr          ttn
etc/TUTORIAL.it          ttn
etc/TUTORIAL.ja		 Kenichi Handa <handa@m17n.org>
etc/TUTORIAL.ko
etc/TUTORIAL.nl		 Lute Kamstra
etc/TUTORIAL.pl          Slawomir Nowaczyk <slawek@cs.lth.se>
etc/TUTORIAL.pt_BR       Marcelo Toledo
etc/TUTORIAL.ro
etc/TUTORIAL.ru          Alex Ott <alexott@gmail.com>
etc/TUTORIAL.sk          Pavel Janík <Pavel@Janik.cz>
etc/TUTORIAL.sl          Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
etc/TUTORIAL.sv          Mats Lidell <matsl@contactor.se>
etc/TUTORIAL.th          Virach Sornlertlamvanich <virach@tcllab.org>
etc/TUTORIAL.zh


Local variables:
mode: outline
coding: utf-8
end: