Mercurial > emacs
comparison README.multi-tty @ 83412:573105015a96
Work around Emacs crash on Konsole detach. (Tom Schutzer-Weissmann)
* src/dispnew.c (window_change_signal): Don't believe width/height values
that are impossibly small.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-452
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Tue, 13 Dec 2005 19:03:29 +0000 |
parents | c35ff18ca977 |
children | 4513d8dcdfd5 |
comparison
equal
deleted
inserted
replaced
83411:c35ff18ca977 | 83412:573105015a96 |
---|---|
33 | 33 |
34 Bernard Adrian <bernadrian@free.fr> | 34 Bernard Adrian <bernadrian@free.fr> |
35 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> | 35 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> |
36 Vincent Bernat <bernat@luffy.cx> | 36 Vincent Bernat <bernat@luffy.cx> |
37 Han Boetes <han@mijncomputer.nl> | 37 Han Boetes <han@mijncomputer.nl> |
38 Francisco Borges <borges@let.rug.nl> | |
38 Damien Cassou <damien.cassou@laposte.net> | 39 Damien Cassou <damien.cassou@laposte.net> |
39 Robert J. Chassell <bob@rattlesnake.com> | 40 Robert J. Chassell <bob@rattlesnake.com> |
40 Romain Francoise <romain@orebokech.com> | 41 Romain Francoise <romain@orebokech.com> |
41 Ami Fischman <ami@fischman.org> | 42 Ami Fischman <ami@fischman.org> |
42 Friedrich Delgado Friedrichs <friedel@nomaden.org> | 43 Friedrich Delgado Friedrichs <friedel@nomaden.org> |
50 Ted Morse <morse@ciholas.com> | 51 Ted Morse <morse@ciholas.com> |
51 Gergely Nagy <algernon@debian.org> | 52 Gergely Nagy <algernon@debian.org> |
52 Dan Nicolaescu <dann@ics.uci.edu> | 53 Dan Nicolaescu <dann@ics.uci.edu> |
53 Kalle Olavi Niemitalo <kon@iki.fi> | 54 Kalle Olavi Niemitalo <kon@iki.fi> |
54 Mark Plaksin <happy@mcplaksin.org> | 55 Mark Plaksin <happy@mcplaksin.org> |
55 Francisco Borges <borges@let.rug.nl> | |
56 Frank Ruell <stoerte@dreamwarrior.net> | 56 Frank Ruell <stoerte@dreamwarrior.net> |
57 Tom Schutzer-Weissmann <trmsw@yahoo.co.uk> | |
57 Dan Waber <dwaber@logolalia.com> | 58 Dan Waber <dwaber@logolalia.com> |
58 and many others. | 59 and many others. |
59 | 60 |
60 Richard Stallman was kind enough to review an earlier version of my | 61 Richard Stallman was kind enough to review an earlier version of my |
61 patches. | 62 patches. |
389 (The rest of this file consists of my development notes and as such it | 390 (The rest of this file consists of my development notes and as such it |
390 is probably not very interesting for anyone else.) | 391 is probably not very interesting for anyone else.) |
391 | 392 |
392 THINGS TO DO | 393 THINGS TO DO |
393 ------------ | 394 ------------ |
395 | |
396 ** Emacs crashes when a tty frame is resized so that there is no space | |
397 for all its windows. (Tom Schutzer-Weissmann) | |
394 | 398 |
395 ** Report GTK multi-display problems to GTK maintainers. For extra | 399 ** Report GTK multi-display problems to GTK maintainers. For extra |
396 credit, fix them. | 400 credit, fix them. |
397 | 401 |
398 Currently you can not connect to new X displays when you compile | 402 Currently you can not connect to new X displays when you compile |