emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 c04b921: Add commentary in gtkutil.c


From: Eli Zaretskii
Subject: emacs-27 c04b921: Add commentary in gtkutil.c
Date: Sat, 11 Jul 2020 05:48:38 -0400 (EDT)

branch: emacs-27
commit c04b92104c2bc4c1a719e06fbe11045a204c36a0
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Add commentary in gtkutil.c
    
    * src/gtkutil.c: Add a comment regarding the incompatibilities
    vis-a-vis GTK.  Suggested by Richard Stallman <rms@gnu.org>.
---
 src/gtkutil.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/gtkutil.c b/src/gtkutil.c
index 466cb42..df537c5 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -17,6 +17,13 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 
+/* FIXME: This code is problematic; it misuses GTK, so the GTK
+   developers don't think they should fix the resulting problems in GTK
+   itself.  The right way to fix this is by rewriting the code in Emacs
+   to use GTK3 properly.  As of 2020, there is a project to do this.
+   Talk with Yuuki Harano <masm+emacs@masm11.me> if you are interested
+   in doing substantial work on this.  */
+
 #include <config.h>
 
 #ifdef USE_GTK



reply via email to

[Prev in Thread] Current Thread [Next in Thread]