diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/FOR-RELEASE | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 1898cf4dea4..864f0285ab2 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -18,11 +18,17 @@ redisplay uses an invalidated face_id with FACE_FROM_ID | |||
| 18 | which then returns a NULL pointer. Said to happen with | 18 | which then returns a NULL pointer. Said to happen with |
| 19 | isearch faces. | 19 | isearch faces. |
| 20 | 20 | ||
| 21 | * LOSSAGE | ||
| 22 | |||
| 23 | ** Clean up flymake.el to follow Emacs Lisp conventions. | ||
| 21 | 24 | ||
| 22 | * GTK RELATED BUGS | 25 | * GTK RELATED BUGS |
| 23 | 26 | ||
| 24 | ** Make GTK scrollbars behave like others w.r.t. overscrolling. | 27 | ** Make GTK scrollbars behave like others w.r.t. overscrolling. |
| 25 | 28 | ||
| 29 | ** Make GTK update the menu bar in two stages, as with Xt, | ||
| 30 | so that the first can run Lisp code, while only the second | ||
| 31 | needs BLOCK_INPUT. | ||
| 26 | 32 | ||
| 27 | * DOCUMENTATION | 33 | * DOCUMENTATION |
| 28 | 34 | ||