Mercurial > emacs
comparison admin/FOR-RELEASE @ 97783:37f7145c67b7
Move some bugs to the tracker.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 28 Aug 2008 03:10:21 +0000 |
parents | fe0432f437b6 |
children | 3d3e770f42b3 |
comparison
equal
deleted
inserted
replaced
97782:cb78e0393bd9 | 97783:37f7145c67b7 |
---|---|
22 | 22 |
23 ** Remove temporary +++/--- lines in NEWS. | 23 ** Remove temporary +++/--- lines in NEWS. |
24 | 24 |
25 ** Try to reorder NEWS: most important things first, related items together. | 25 ** Try to reorder NEWS: most important things first, related items together. |
26 | 26 |
27 * WINDOWS SUPPORT BUGS | |
28 | |
29 ** Emacs crashes on Windows when visiting .tar.gz files. | |
30 http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg01850.html | |
31 | |
32 ** Drew Adams 12 Aug bug rpt: overlay display artifact: trace left behind | |
33 Verify that the new font backend eliminates this and other Cleartype related | |
34 problems. | |
35 http://lists.gnu.org/archive/html/emacs-devel/2006-08/msg00439.html | |
36 | |
37 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin. | |
38 (Did we decide that is unreproducible?) | |
39 http://lists.gnu.org/archive/html/emacs-devel/2006-08/msg00310.html | |
40 | |
41 * BUGS | 27 * BUGS |
42 | 28 |
43 ** Does deleting frames run Lisp code? If so, can we get rid of that? | 29 ** Does deleting frames run Lisp code? If so, can we get rid of that? |
44 It is a dangerous design. | 30 It is a dangerous design. |
45 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html | 31 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html |
46 | 32 |
47 ** Why were the calls to x_fully_uncatch_errors commented out in eval.c? | 33 ** Why were the calls to x_fully_uncatch_errors commented out in eval.c? |
48 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01987.html | 34 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01987.html |
49 | |
50 ** grep et al should use font-lock to do highlighting, so that they respect font-lock-mode. | |
51 "can't turn off font-lock" | |
52 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00548.html | |
53 | |
54 ** mah@everybody.org, Sep 18: erc causes emacs to hang with multi-tty | |
55 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01765.html | |
56 | |
57 ** jbw@macs.hw.ac.uk, Sep 18: before-string property has no effect if display property is empty | |
58 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00094.html | |
59 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01816.html | |
60 | |
61 ** sdl.web@gmail.com, Sep 24: TLS infinite loop. | |
62 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01720.html | |
63 | 35 |
64 ** rms: gnus-dired.el is a mistake. Those features should not | 36 ** rms: gnus-dired.el is a mistake. Those features should not |
65 be part of Gnus. They should be moved to some other part of Emacs. | 37 be part of Gnus. They should be moved to some other part of Emacs. |
66 rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been | 38 rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been |
67 minimized. I don't know what is left to do here. | 39 minimized. I don't know what is left to do here. |
75 | 47 |
76 * ps-print.el: [...] | 48 * ps-print.el: [...] |
77 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one. | 49 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one. |
78 | 50 |
79 | 51 |
80 ** multi-tty does not work correctly. | |
81 If the server is started from a tty frame and emacsclient creates an | |
82 X11 frame, the tty frame gets confused, it thinks it is an X11 frame | |
83 when trying to do a C-z. This worked with server.el version 1.136, it | |
84 broke after that. | |
85 http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg00545.html | |
86 Also emacsclient does not work on Windows, it also worked with | 52 Also emacsclient does not work on Windows, it also worked with |
87 server.el version 1.136. | 53 server.el version 1.136. |
88 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00710.html | 54 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00710.html |
89 | |
90 ** Mouse clicks on the menubar don't currently work with a console | |
91 Following the direct use of Gpm, the menubar now needs to be | |
92 considered a special part of the screen in Emacs on a console. | |
93 http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00277.html | |
94 | 55 |
95 ** unicode-merge issues: | 56 ** unicode-merge issues: |
96 | 57 |
97 *** The data segment size increased after the unicode-2 merge. | 58 *** The data segment size increased after the unicode-2 merge. |
98 The "data" size increased for emacs from ~4MB to ~11MB on x86. | 59 The "data" size increased for emacs from ~4MB to ~11MB on x86. |