diff options
| -rw-r--r-- | admin/FOR-RELEASE | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index b6d52323c73..a4af056bff3 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -55,6 +55,23 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00055.html | |||
| 55 | 55 | ||
| 56 | * BUGS | 56 | * BUGS |
| 57 | 57 | ||
| 58 | ** modify-frame-parameters behaviour broken | ||
| 59 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00058.html | ||
| 60 | http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01367.html | ||
| 61 | |||
| 62 | This should move the R frame edge 20pix to the R of the R screen edge. | ||
| 63 | Instead, it moves the L frame edge 20pix to the R of the L screen edge. | ||
| 64 | (modify-frame-parameters nil | ||
| 65 | '((user-position . t) (user-size . t) (left - -20))) | ||
| 66 | |||
| 67 | This should move the L frame edge 20pix to the R of the L screen edge. | ||
| 68 | It also moves the L frame edge 20pix to the R of the L screen edge. | ||
| 69 | (modify-frame-parameters nil | ||
| 70 | '((user-position . t) (user-size . t) (left + +20))) | ||
| 71 | |||
| 72 | (It works in Emacs 21.) | ||
| 73 | |||
| 74 | |||
| 58 | ** Does deleting frames run Lisp code? If so, can we get rid of that? | 75 | ** Does deleting frames run Lisp code? If so, can we get rid of that? |
| 59 | It is a dangerous design. | 76 | It is a dangerous design. |
| 60 | http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html | 77 | http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html |