Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5172:be6e5ea38dda
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 29 Mar 2010 00:11:03 -0500 |
parents | 5ddbab03b0e6 b50624d3ae55 |
children | bd1e25975cdc |
comparison
equal
deleted
inserted
replaced
5171:8cd17b2131a1 | 5172:be6e5ea38dda |
---|---|
4 * diagnose.el (show-object-memory-usage-stats): | 4 * diagnose.el (show-object-memory-usage-stats): |
5 Further changes to correspond with changes in the C code; | 5 Further changes to correspond with changes in the C code; |
6 add an additional column in show-object-memory-usage-stats showing | 6 add an additional column in show-object-memory-usage-stats showing |
7 the ancillary Lisp overhead used with each type; shrink columns for | 7 the ancillary Lisp overhead used with each type; shrink columns for |
8 windows in show-memory-usage to get it to fit in 79 chars. | 8 windows in show-memory-usage to get it to fit in 79 chars. |
9 | |
10 2010-03-26 Aidan Kehoe <kehoea@parhasard.net> | |
11 | |
12 * descr-text.el (describe-char-display): | |
13 Behave better on builds without database support, and for | |
14 characters where no font is available. Especially relevant on | |
15 Win32. | |
16 | |
17 2010-03-23 Aidan Kehoe <kehoea@parhasard.net> | |
18 | |
19 * x-win-xfree86.el (x-win-init-xfree86): | |
20 If iso-left-tab (something ISO-specified and portable in theory; | |
21 in practice only seen with XFree86 and derived non-US layouts) | |
22 exists on the keyboard layout, make it equivalent to shift-tab, | |
23 addressing the issue FKtPp sees in | |
24 http://mid.gmane.org/1269358206.4873.1.camel@fktpp-laptop . | |
25 | |
26 2010-03-21 Aidan Kehoe <kehoea@parhasard.net> | |
27 | |
28 * cl-extra.el (cl-prettyprint): | |
29 Handle (function ...) specially here, as we do (quote ...). | |
9 | 30 |
10 2010-03-20 Ben Wing <ben@xemacs.org> | 31 2010-03-20 Ben Wing <ben@xemacs.org> |
11 | 32 |
12 * diagnose.el (show-memory-usage): | 33 * diagnose.el (show-memory-usage): |
13 * diagnose.el (show-object-memory-usage-stats): | 34 * diagnose.el (show-object-memory-usage-stats): |