emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 21 Sep 2007 17:10:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/09/21 17:10:48

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5879
retrieving revision 1.5880
diff -u -b -r1.5879 -r1.5880
--- ChangeLog   21 Sep 2007 10:57:21 -0000      1.5879
+++ ChangeLog   21 Sep 2007 17:10:46 -0000      1.5880
@@ -1,3 +1,15 @@
+2007-09-21  Stefan Monnier  <address@hidden>
+
+       * termhooks.h (term_gpm): Delete.  Use gpm_tty's NULLness instead.
+       (gpm_tty): Change its type.
+       * term.c (term_gpm): Delete.  Use gpm_tty's NULLness instead.
+       (gpm_tty): Change its type and initialize it.
+       (Fterm_open_connection): Check the frame is indeed a tty.
+       Use the new gpm_tty.
+       (Fterm_close_connection): Use the new gpm_tty.
+       * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
+       * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
+
 2007-09-21  Juanma Barranquero  <address@hidden>
 
        * w32term.c (x_draw_glyph_string): Use strike_through_color, not




reply via email to

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