Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2469:3de172a37a93
[xemacs-hg @ 2005-01-06 03:45:28 by malcolmp]
Fix window-memory-usage failure on tty due to a call to an undefined method.
author | malcolmp |
---|---|
date | Thu, 06 Jan 2005 03:45:32 +0000 |
parents | ce8038b28f80 |
children | bc9d41cf82df |
comparison
equal
deleted
inserted
replaced
2468:483e8c7a3bd0 | 2469:3de172a37a93 |
---|---|
1 2005-01-06 Zajcev Evgeny <zevlg@yandex.ru> | |
2 | |
3 * scrollbar.c (compute_scrollbar_instance_usage): | |
4 Only call device method compute_scrollbar_instance_usage() if it | |
5 is defined. | |
6 | |
1 2004-12-15 Stephen J. Turnbull <stephen@xemacs.org> | 7 2004-12-15 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 8 |
3 * EmacsManager.c (EmacsManagerChangeSize): Respect XtGeometryNo. | 9 * EmacsManager.c (EmacsManagerChangeSize): Respect XtGeometryNo. |
4 | 10 |
5 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> | 11 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> |