diff options
| author | Glenn Morris | 2008-02-23 21:01:03 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-23 21:01:03 +0000 |
| commit | af09f655a34175fb47c2ba8d3bc4531b7540374b (patch) | |
| tree | 581ac79be0b3d2671bdfe116d95e653f7a434c24 /admin/FOR-RELEASE | |
| parent | 3cac8dceb66aff23025ce5a41f0ab9c69edd10a6 (diff) | |
| download | emacs-af09f655a34175fb47c2ba8d3bc4531b7540374b.tar.gz emacs-af09f655a34175fb47c2ba8d3bc4531b7540374b.zip | |
Some comments on previous change. A couple of things are already
fixed.
Diffstat (limited to 'admin/FOR-RELEASE')
| -rw-r--r-- | admin/FOR-RELEASE | 22 |
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 |
| 32 | on a vfat or ntfs filesystem | 32 | on a vfat or ntfs filesystem |
| 33 | http://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 |
| 35 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00014.html | 36 | http://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 |
| 38 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00024.html | 40 | http://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-;) |
| 41 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00162.html | 43 | http://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 |
| 44 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-11/msg00058.html | 47 | http://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 |
| 47 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00012.html | 50 | http://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 |
| 50 | And: Bug in url-get-authentication | 54 | And: 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 |
| 54 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00058.html | 58 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00058.html |
| 59 | http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01367.html | ||
| 60 | |||
| 61 | This should move the R frame edge 20pix to the R of the R screen edge. | ||
| 62 | Instead, 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 | |||
| 66 | This should move the L frame edge 20pix to the L of the L screen edge. | ||
| 67 | Instead, 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 | |||
| 71 | It works in Emacs 21. The "+ +" and "- +" forms are OK; ie it is when | ||
| 72 | the 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 |
| 70 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00039.html | 89 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00039.html |
| 71 | Do we need papers for Jari Aalto? | 90 | Do 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 |
| 74 | even when other frame was closed due to assertion in xcd_xlib.c | 93 | even 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) |
| 92 | This obsolete form was not explicitly allowed, but some legacy | 111 | This obsolete form was not explicitly allowed, but some legacy |
| 93 | programs use it. | 112 | programs 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 |
| 96 | display properties of adjacent overlays | 116 | display properties of adjacent overlays |