comparison lisp/ChangeLog @ 5117:3742ea8250b5 ben-lisp-object ben-lisp-object-final-ws-year-2005

Checking in final CVS version of workspace 'ben-lisp-object'
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 00:20:27 -0600
parents 0f411920c8db
children e0db3c197671
comparison
equal deleted inserted replaced
5116:e56f73345619 5117:3742ea8250b5
1 2005-11-13 Ben Wing <ben@xemacs.org>
2
3 * disp-table.el:
4 * disp-table.el (describe-display-table):
5 * disp-table.el (make-display-table):
6 * disp-table.el (display-table-p): New.
7 * disp-table.el (frob-display-table):
8 * disp-table.el (put-display-table-range): New.
9 * disp-table.el (put-display-table): New.
10 * disp-table.el (get-display-table): New.
11 * disp-table.el (standard-display-default-1):
12 * disp-table.el (standard-display-ascii):
13 * disp-table.el (standard-display-g1):
14 * disp-table.el (standard-display-graphic):
15 * disp-table.el (standard-display-underline):
16 * disp-table.el (standard-display-european):
17 * font.el:
18 * font.el (font-caps-display-table):
19 Make display tables be char tables, not vectors of 256. Create new
20 functions `put-display-table', `get-display-table', `put-display-table-range'
21 for accessing/modifying a display table in an abstract fashion.
22 Rewrite font.el to use them.
23
24 NOTE: This will break code that assumes it can `aset' display tables.
25
1 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org> 26 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org>
2 27
3 * help.el: 28 * help.el:
4 * menubar-items.el (default-menubar): 29 * menubar-items.el (default-menubar):
5 Add 'Known Problems' to the Help menu. 30 Add 'Known Problems' to the Help menu.