]> git.eshelyaron.com Git - emacs.git/commitdiff
Move some bugs to the tracker.
authorGlenn Morris <rgm@gnu.org>
Thu, 28 Aug 2008 03:10:21 +0000 (03:10 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 28 Aug 2008 03:10:21 +0000 (03:10 +0000)
admin/FOR-RELEASE

index 23b09c87ccde34f5b45a79550f44e250d701219b..5d69ce556bd9d546c5a57ed132eeec2b5a2be3ff 100644 (file)
@@ -24,20 +24,6 @@ sk   Miroslav Vaško
 
 ** Try to reorder NEWS: most important things first, related items together.
 
-* WINDOWS SUPPORT BUGS
-
-** Emacs crashes on Windows when visiting .tar.gz files.
-http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg01850.html
-
-** Drew Adams 12 Aug bug rpt: overlay display artifact: trace left behind
-Verify that the new font backend eliminates this and other Cleartype related
-problems.
-http://lists.gnu.org/archive/html/emacs-devel/2006-08/msg00439.html
-
-** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
-  (Did we decide that is unreproducible?)
-http://lists.gnu.org/archive/html/emacs-devel/2006-08/msg00310.html
-
 * BUGS
 
 ** Does deleting frames run Lisp code?  If so, can we get rid of that?
@@ -47,20 +33,6 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html
 ** Why were the calls to x_fully_uncatch_errors commented out in eval.c?
 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01987.html
 
-** grep et al should use font-lock to do highlighting, so that they respect font-lock-mode.
-"can't turn off font-lock"
-http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00548.html
-
-** mah@everybody.org, Sep 18: erc causes emacs to hang with multi-tty
-http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01765.html
-
-** jbw@macs.hw.ac.uk, Sep 18: before-string property has no effect if display property is empty
-http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00094.html
-http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01816.html
-
-** sdl.web@gmail.com, Sep 24: TLS infinite loop.
-http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01720.html
-
 ** rms: gnus-dired.el is a mistake.  Those features should not
 be part of Gnus.  They should be moved to some other part of Emacs.
 rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been
@@ -77,21 +49,10 @@ Fixed by this change?
        (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
 
 
-** multi-tty does not work correctly.
-If the server is started from a tty frame and emacsclient creates an
-X11 frame, the tty frame gets confused, it thinks it is an X11 frame
-when trying to do a C-z.  This worked with server.el version 1.136, it
-broke after that.
-http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg00545.html
 Also emacsclient does not work on Windows, it also worked with
 server.el version 1.136.
 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00710.html
 
-** Mouse clicks on the menubar don't currently work with a console
-Following the direct use of Gpm, the menubar now needs to be
-considered a special part of the screen in Emacs on a console.
-http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00277.html
-
 ** unicode-merge issues:
 
 *** The data segment size increased after the unicode-2 merge.