** Backport find-function-search-for-symbol change to try `.emacs'
[emacs.git] / admin / FOR-RELEASE
blobecd52a7e25dd9061d9f8a8bfab541565e72115f0
1 Tasks needed before the next release.
3 * WINDOWS SUPPORT BUGS.
5 These don't need to be fixed before a release, but we call the
6 attention of Windows users to fixing them.
8 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
9   (Did we decide that is unreproducible?)
11 * BUGS WAITING FOR MORE USER INPUT
13 ** undefined reference getopt_long
14 Report by Daniel C. Bastos <dbast0s@yahoo.com.br> on bug-gnu-emacs
15 from 2007-08-27.  Impossible to procede without more input from OP (as
16 of 20070912, emails are bouncing) or someone else who can reproduce this.
17 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01497.html
19 ** emacs-22.1 with GTK problems (with patches)
20 Only outstanding issue seems to be whether Solaris 2.6 GTK can be
21 supported in the absence of recursive mutexes, via a change to
22 alloc.c, or whether configure should abort.
23 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00055.html
25 * BUGS
27 ** nesting of unwind-protect and atomic-change-group
28 Stefan has a fix at
29 http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00032.html
31 ** Emacs fails to start properly if the current working directory is
32 on a vfat or ntfs filesystem
33 http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00033.html
35 ** dired cannot access file names with a quote
36 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00024.html
38 ** Auto-Save bug when file/directory no longer exists
39 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-11/msg00058.html
41 ** url-digest-auth doesn't work with Apache 2.2.3 and AUTH Digest
42 And: Bug in url-get-authentication
43 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00059.html
45 ** modify-frame-parameters behaviour broken
46 http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00058.html
47 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01367.html
49 This should move the R frame edge 20pix to the R of the R screen edge.
50 Instead, it moves the L frame edge 20pix to the R of the L screen edge.
51 (modify-frame-parameters nil
52                          '((user-position . t) (user-size . t) (left - -20)))
54 This should move the L frame edge 20pix to the L of the L screen edge.
55 Instead, it moves the R frame edge 20pix to the L of the R screen edge.
56 (modify-frame-parameters nil
57                          '((user-position . t) (user-size . t) (left + -20)))
59 It works in Emacs 21. The "+ +" and "- +" forms are OK; ie it is when
60 the number is -ve that things go wrong.
63 * Bugs and feature requests for 22.3 or later
65 ** python.el changes by Dave Love?
67 ** etags support for php5
68 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00131.html
70 ** Etags completion problem for local tags table
71 http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00103.html
73 ** M-x grep significantly slower in emacs 22 (compared to emacs 21)
74 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00155.html
76 ** Emacs CVS: find-file.el - Line up all columns in output
77 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00039.html
78 Do we need papers for Jari Aalto? [no, we have them already]
80 ** emacs crashs when remote x-windows closes after make-frame-on-display
81 even when other frame was closed due to assertion in xcd_xlib.c
82 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00082.html
84 ** outline does not change heading line endings
85 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00175.html
86 If this feature might be easy to implement and safe, we can add it to
87 Emacs 22 at some point.
89 ** mouse-2 and calc-yank
90 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00048.html
92 ** query-replace / longlines / C-o
93 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00073.html
95 ** don't require path hints for *shell*
96 http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00046.html
98 ** Two display bugs involving interactions between after-string and
99 display properties of adjacent overlays
100 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00119.html
102 ** overlay face property not used for after-string property
103 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00124.html
105 ** Should dired-do-search bind tags-loop-revert-buffers automatically?
106 http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00059.html
108 ** Backport find-function-search-for-symbol change to try `.emacs'
109 Fix is already in the trunk, and can wait till after 22.2.
110 http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00147.html
112 * DOCUMENTATION
114 ** Shouldn't directory-abbrev-alist be in Emacs manual?
115 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00017.html
118 Local variables:
119 mode: outline
120 coding: utf-8
121 end: