diff options
| author | Glenn Morris | 2018-08-24 13:13:08 -0400 |
|---|---|---|
| committer | Glenn Morris | 2018-08-24 13:13:08 -0400 |
| commit | 624e7dc77865e0a9359dd7f7b0e861743d091313 (patch) | |
| tree | 0ee4e99a4158d11d09fe8428f362c9e7bef02150 /src | |
| parent | 51ef6d5576ac5ae2315619e8c7972585d6526d9b (diff) | |
| download | emacs-624e7dc77865e0a9359dd7f7b0e861743d091313.tar.gz emacs-624e7dc77865e0a9359dd7f7b0e861743d091313.zip | |
Update GNOME bugtracker URLs
* configure.ac, admin/notes/multi-tty, etc/PROBLEMS:
* src/emacs.c (main):
* src/xterm.c (x_connection_closed): Update GNOME bugtracker URLs.
; * src/gtkutil.c (xg_display_close):
; * src/image.c (svg_load_image): Update URLs in comments.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 | ||||
| -rw-r--r-- | src/gtkutil.c | 2 | ||||
| -rw-r--r-- | src/image.c | 2 | ||||
| -rw-r--r-- | src/xterm.c | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/emacs.c b/src/emacs.c index f5e47428ef9..483e848f6db 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1067,7 +1067,7 @@ main (int argc, char **argv) | |||
| 1067 | #endif /* HAVE_LIBSYSTEMD */ | 1067 | #endif /* HAVE_LIBSYSTEMD */ |
| 1068 | 1068 | ||
| 1069 | #ifdef USE_GTK | 1069 | #ifdef USE_GTK |
| 1070 | fprintf (stderr, "\nWarning: due to a long standing Gtk+ bug\nhttp://bugzilla.gnome.org/show_bug.cgi?id=85715\n\ | 1070 | fprintf (stderr, "\nWarning: due to a long standing Gtk+ bug\nhttps://gitlab.gnome.org/GNOME/gtk/issues/221\n\ |
| 1071 | Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost.\n\ | 1071 | Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost.\n\ |
| 1072 | Using an Emacs configured with --with-x-toolkit=lucid does not have this problem.\n"); | 1072 | Using an Emacs configured with --with-x-toolkit=lucid does not have this problem.\n"); |
| 1073 | #endif /* USE_GTK */ | 1073 | #endif /* USE_GTK */ |
diff --git a/src/gtkutil.c b/src/gtkutil.c index 83b306a730a..6b72671da91 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -259,7 +259,7 @@ xg_display_close (Display *dpy) | |||
| 259 | 259 | ||
| 260 | #if GTK_CHECK_VERSION (2, 0, 0) && ! GTK_CHECK_VERSION (2, 10, 0) | 260 | #if GTK_CHECK_VERSION (2, 0, 0) && ! GTK_CHECK_VERSION (2, 10, 0) |
| 261 | /* GTK 2.2-2.8 has a bug that makes gdk_display_close crash (bug | 261 | /* GTK 2.2-2.8 has a bug that makes gdk_display_close crash (bug |
| 262 | http://bugzilla.gnome.org/show_bug.cgi?id=85715). This way we | 262 | https://gitlab.gnome.org/GNOME/gtk/issues/221). This way we |
| 263 | can continue running, but there will be memory leaks. */ | 263 | can continue running, but there will be memory leaks. */ |
| 264 | g_object_run_dispose (G_OBJECT (gdpy)); | 264 | g_object_run_dispose (G_OBJECT (gdpy)); |
| 265 | #else | 265 | #else |
diff --git a/src/image.c b/src/image.c index 4d5a1bf5e66..767979e63bd 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -9302,7 +9302,7 @@ svg_load_image (struct frame *f, struct image *img, char *contents, | |||
| 9302 | 9302 | ||
| 9303 | /* Set base_uri for properly handling referenced images (via 'href'). | 9303 | /* Set base_uri for properly handling referenced images (via 'href'). |
| 9304 | See rsvg bug 596114 - "image refs are relative to curdir, not .svg file" | 9304 | See rsvg bug 596114 - "image refs are relative to curdir, not .svg file" |
| 9305 | (https://bugzilla.gnome.org/show_bug.cgi?id=596114). */ | 9305 | (https://gitlab.gnome.org/GNOME/librsvg/issues/33). */ |
| 9306 | if (filename) | 9306 | if (filename) |
| 9307 | rsvg_handle_set_base_uri(rsvg_handle, filename); | 9307 | rsvg_handle_set_base_uri(rsvg_handle, filename); |
| 9308 | 9308 | ||
diff --git a/src/xterm.c b/src/xterm.c index a5646910334..b2d1b5c1980 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -9812,13 +9812,13 @@ x_connection_closed (Display *dpy, const char *error_message, bool ioerror) | |||
| 9812 | current Xt versions, this isn't needed either. */ | 9812 | current Xt versions, this isn't needed either. */ |
| 9813 | #ifdef USE_GTK | 9813 | #ifdef USE_GTK |
| 9814 | /* A long-standing GTK bug prevents proper disconnect handling | 9814 | /* A long-standing GTK bug prevents proper disconnect handling |
| 9815 | (https://bugzilla.gnome.org/show_bug.cgi?id=85715). Once, | 9815 | (https://gitlab.gnome.org/GNOME/gtk/issues/221). Once, |
| 9816 | the resulting Glib error message loop filled a user's disk. | 9816 | the resulting Glib error message loop filled a user's disk. |
| 9817 | To avoid this, kill Emacs unconditionally on disconnect. */ | 9817 | To avoid this, kill Emacs unconditionally on disconnect. */ |
| 9818 | shut_down_emacs (0, Qnil); | 9818 | shut_down_emacs (0, Qnil); |
| 9819 | fprintf (stderr, "%s\n\ | 9819 | fprintf (stderr, "%s\n\ |
| 9820 | When compiled with GTK, Emacs cannot recover from X disconnects.\n\ | 9820 | When compiled with GTK, Emacs cannot recover from X disconnects.\n\ |
| 9821 | This is a GTK bug: https://bugzilla.gnome.org/show_bug.cgi?id=85715\n\ | 9821 | This is a GTK bug: https://gitlab.gnome.org/GNOME/gtk/issues/221\n\ |
| 9822 | For details, see etc/PROBLEMS.\n", | 9822 | For details, see etc/PROBLEMS.\n", |
| 9823 | error_msg); | 9823 | error_msg); |
| 9824 | emacs_abort (); | 9824 | emacs_abort (); |