diff options
| author | Paul Eggert | 2018-05-26 16:42:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-05-26 16:44:09 -0700 |
| commit | a73e4f53ab86c69fdb8f5869173d6693d73e6fb2 (patch) | |
| tree | 2845d9e4077a7777fc4b069a21074c95b2b9fe1b /etc | |
| parent | 6fcab83600317e94ea7b915da7730a8c7e50226d (diff) | |
| download | emacs-a73e4f53ab86c69fdb8f5869173d6693d73e6fb2.tar.gz emacs-a73e4f53ab86c69fdb8f5869173d6693d73e6fb2.zip | |
GNOME moved URLs for its active bug reports
* src/emacs.c (main) [USE_GTK]:
* src/gtkutil.c (xg_display_close):
* src/xterm.c (x_connection_closed):
Update GNOME bug report URLs.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/PROBLEMS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index d42539061be..fe48febfb78 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -207,7 +207,7 @@ configuring your compiler to use the native linker instead of GNU ld. | |||
| 207 | ** When Emacs is compiled with Gtk+, closing a display kills Emacs. | 207 | ** When Emacs is compiled with Gtk+, closing a display kills Emacs. |
| 208 | 208 | ||
| 209 | There is a long-standing bug in GTK that prevents it from recovering | 209 | There is a long-standing bug in GTK that prevents it from recovering |
| 210 | from disconnects: http://bugzilla.gnome.org/show_bug.cgi?id=85715. | 210 | from disconnects: https://gitlab.gnome.org/GNOME/gtk/issues/221 |
| 211 | 211 | ||
| 212 | Thus, for instance, when Emacs is run as a server on a text terminal, | 212 | Thus, for instance, when Emacs is run as a server on a text terminal, |
| 213 | and an X frame is created, and the X server for that frame crashes or | 213 | and an X frame is created, and the X server for that frame crashes or |
| @@ -225,7 +225,7 @@ The error message is: | |||
| 225 | 225 | ||
| 226 | X protocol error: BadMatch (invalid parameter attributes) on protocol request 140 | 226 | X protocol error: BadMatch (invalid parameter attributes) on protocol request 140 |
| 227 | When compiled with GTK, Emacs cannot recover from X disconnects. | 227 | When compiled with GTK, Emacs cannot recover from X disconnects. |
| 228 | This is a GTK bug: https://bugzilla.gnome.org/show_bug.cgi?id=85715 | 228 | This is a GTK bug: https://gitlab.gnome.org/GNOME/gtk/issues/221 |
| 229 | For details, see etc/PROBLEMS. | 229 | For details, see etc/PROBLEMS. |
| 230 | Fatal error 6: Aborted | 230 | Fatal error 6: Aborted |
| 231 | 231 | ||