summaryrefslogtreecommitdiff
path: root/lisp/disp-table.el
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (standard-display-european): Make 160 display as space.Richard M. Stallman1995-12-231-3/+5
|
* (standard-display-european): Test code 161, not 160.Karl Heuer1995-12-211-1/+3
|
* (display-table-slot,set-display-table-slot): Document the slot names.Erik Naggum1995-12-031-2/+5
|
* (display-table-slot, set-display-table-slot):Richard M. Stallman1995-10-121-45/+23
| | | | | | | | | | Get slot number from a property of its name. Eliminate the type-checking. (make-display-table): Call make-char-table the new way. (describe-display-table): Use slot names to access slots. (display-table): Give it the char-table-extra-slots property. (display-table-char-p, display-table-vector-p): Functions deleted. (display-table-slot-name-alist): Variable deleted.
* New implementation with char-tables.Erik Naggum1995-10-091-37/+79
|
* (standard-display-ascii): Doc fix. Allow use with X.Karl Heuer1995-01-161-5/+4
|
* (describe-display-table): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+2
|
* * disp-table.el: Add support for new window border display tableJim Blandy1994-09-191-7/+12
| | | | | | | | | | | element. (describe-display-table): Describe the window border glyph. (display-table-len): New constant. (make-display-table, standard-display-8bit, standard-display-default, standard-display-ascii, standard-display-g1, standard-display-graphic, standard-display-underline): Use display-table-len, instead of hard-coding the display table length.
* (standard-display-european): Treat 0 arg like negative.Richard M. Stallman1994-06-071-1/+1
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (standard-display-ascii): Error if using a windowing system.Karl Heuer1994-03-191-4/+20
| | | | | (standard-display-g1, standard-display-graphic): Ditto. (standard-display-underline): If window system, use underline font.
* (create-glyph): Don't use slots that look like ASCII.Karl Heuer1994-03-191-0/+3
|
* (describe-current-display-table):Richard M. Stallman1993-11-081-12/+17
| | | | | Don't get error if no display table now. (describe-display-table): Put all the output in the temp buffer.
* * disp-table.el (standard-display-european): Doc fix. MakeJim Blandy1993-05-251-5/+11
| | | | this autoload. Make it respond to prefix arg like a minor mode.
* * disp-table.el (standard-display-default): New function.Jim Blandy1993-05-241-0/+20
| | | | (standard-display-european): New command.
* Change "i14n" keyword to "i18n".Jim Blandy1993-05-241-1/+1
|
* * disp-table.el (describe-display-table): Don't use the termJim Blandy1993-05-031-3/+3
| | | | | | | "rope"; we're using vectors of characters now. (standard-display-8bit, standard-display-ascii): Set the element of the display table to a vector, not an integer; the latter doesn't mean anything.
* Use `vector', not `make-rope'.Richard M. Stallman1993-04-121-4/+4
|
* Add autoload comments.Richard M. Stallman1993-03-081-14/+12
| | | | | (rope-to-vector): Deleted. (describe-display-table): Don't use rope-to-vector.
* entered into RCSEric S. Raymond1992-07-221-3/+3
|
* *** empty log message ***Eric S. Raymond1992-07-161-3/+6
|
* *** empty log message ***Richard M. Stallman1992-06-071-19/+15
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1992-03-161-3/+3
|
* Initial revisionJoseph Arceneaux1989-10-311-0/+115