aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2008-02-23 21:01:03 +0000
committerGlenn Morris2008-02-23 21:01:03 +0000
commitaf09f655a34175fb47c2ba8d3bc4531b7540374b (patch)
tree581ac79be0b3d2671bdfe116d95e653f7a434c24 /admin
parent3cac8dceb66aff23025ce5a41f0ab9c69edd10a6 (diff)
downloademacs-af09f655a34175fb47c2ba8d3bc4531b7540374b.tar.gz
emacs-af09f655a34175fb47c2ba8d3bc4531b7540374b.zip
Some comments on previous change. A couple of things are already
fixed.
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE22
1 files changed, 21 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index f0db9ac8721..7672d699981 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -30,21 +30,25 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00032.html
30 30
31** Emacs fails to start properly if the current working directory is 31** Emacs fails to start properly if the current working directory is
32on a vfat or ntfs filesystem 32on a vfat or ntfs filesystem
33http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00033.html
33 34
34** Loading ebrowse file yields warning 35** Loading ebrowse file yields warning
35http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00014.html 36http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00014.html
37[fixed in trunk 2007-10-13]
36 38
37** dired cannot access file names with a quote 39** dired cannot access file names with a quote
38http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00024.html 40http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00024.html
39 41
40** inserting a comment into a blank line for nroff (M-;) 42** inserting a comment into a blank line for nroff (M-;)
41http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00162.html 43http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00162.html
44[was fixed by 2007-11-01 change]
42 45
43** Auto-Save bug when file/directory no longer exists 46** Auto-Save bug when file/directory no longer exists
44http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-11/msg00058.html 47http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-11/msg00058.html
45 48
46** url-cookies file stored world-readable 49** url-cookies file stored world-readable
47http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00012.html 50http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00012.html
51[was fixed by 2007-12-11 change]
48 52
49** url-digest-auth doesn't work with Apache 2.2.3 and AUTH Digest 53** url-digest-auth doesn't work with Apache 2.2.3 and AUTH Digest
50And: Bug in url-get-authentication 54And: Bug in url-get-authentication
@@ -52,6 +56,21 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00059.html
52 56
53** modify-frame-parameters behaviour broken 57** modify-frame-parameters behaviour broken
54http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00058.html 58http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00058.html
59http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01367.html
60
61This should move the R frame edge 20pix to the R of the R screen edge.
62Instead, it moves the L frame edge 20pix to the R of the L screen edge.
63(modify-frame-parameters nil
64 '((user-position . t) (user-size . t) (left - -20)))
65
66This should move the L frame edge 20pix to the L of the L screen edge.
67Instead, it moves the R frame edge 20pix to the L of the R screen edge.
68(modify-frame-parameters nil
69 '((user-position . t) (user-size . t) (left + -20)))
70
71It works in Emacs 21. The "+ +" and "- +" forms are OK; ie it is when
72the number is -ve that things go wrong.
73
55 74
56* Bugs and feature requests for 22.3 or later 75* Bugs and feature requests for 22.3 or later
57 76
@@ -68,7 +87,7 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00155.html
68 87
69** Emacs CVS: find-file.el - Line up all columns in output 88** Emacs CVS: find-file.el - Line up all columns in output
70http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00039.html 89http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00039.html
71Do we need papers for Jari Aalto? 90Do we need papers for Jari Aalto? [no, we have them already]
72 91
73** emacs crashs when remote x-windows closes after make-frame-on-display 92** emacs crashs when remote x-windows closes after make-frame-on-display
74even when other frame was closed due to assertion in xcd_xlib.c 93even when other frame was closed due to assertion in xcd_xlib.c
@@ -91,6 +110,7 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00046.html
91** Tweak sit-for to accept the form (sit-for 1 nil t) 110** Tweak sit-for to accept the form (sit-for 1 nil t)
92This obsolete form was not explicitly allowed, but some legacy 111This obsolete form was not explicitly allowed, but some legacy
93programs use it. 112programs use it.
113[already fixed in 22 branch on 2008-02-21 AFAIK]
94 114
95** Two display bugs involving interactions between after-string and 115** Two display bugs involving interactions between after-string and
96display properties of adjacent overlays 116display properties of adjacent overlays