summaryrefslogtreecommitdiff
path: root/lisp/disp-table.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (make-glyph-code, glyph-char, glyph-face): New defuns.Kim F. Storm2007-02-141-1/+25
| | | | (standard-display-underline): Use make-glyph-code.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* (standard-display-8bit, standard-display-default): "?\ " -> "?\s".Juanma Barranquero2006-11-271-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (standard-display-european): Add to the warning message a reference to theEli Zaretskii2005-12-031-1/+1
| | | | doc string.
* (standard-display-european): Apply changes previously mentioned butYAMAMOTO Mitsuharu2005-11-091-1/+1
| | | | not applied actually.
* (standard-display-g1, standard-display-graphic): Refuse to use stringYAMAMOTO Mitsuharu2005-10-211-3/+3
| | | | | | glyphs also on Mac. (standard-display-european): Don't set terminal coding system also on Mac.
* (standard-display-european): Don't setReiner Steib2005-09-081-2/+4
| | | | enable-multibyte-characters to nil.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Undo 2004-12-01 change. Display table is nowKim F. Storm2004-12-021-15/+2
| | | | setup in faces.el.
* Add an autoloaded table, that doesn't require this library, with glyph face.Daniel Pfeiffer2004-12-011-2/+15
|
* (standard-display-8bit): Simplify.Stefan Monnier2004-03-191-4/+2
|
* * disp-table.el (standard-display-8bit)Kenichi Handa2003-10-281-0/+12
| | | | | | | (standard-display-default, standard-display-ascii) (standard-display-g1, standard-display-graphic) (standard-display-underline): Assure that standard-display-table is a display table.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (standard-display-european):Stefan Monnier2001-12-021-18/+8
| | | | | Simplify since the function is not interactive any more. Don't set the existing buffers to unibyte.
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+3
|
* (standard-display-default): Make the test of `l'Dave Love2000-08-241-3/+2
| | | | useful.
* (create-glyph): Doc fix.Dave Love2000-06-081-1/+1
|
* (standard-display-underline): Don't use internal-find-face.Dave Love2000-05-261-2/+1
|
* (standard-display-g1, standard-display-graphic):Eli Zaretskii2000-05-251-2/+2
| | | | Only refuse to use string glyphs on X and MS-Windows.
* * disp-table.el (standard-display-european): Remove undocumentedPaul Eggert1999-10-211-23/+10
| | | | | | | arg AUTO; no longer used by startup.el. Do not attempt to treat all non-English language environments as coding system names. Instead, use the downcased language environment name as a coding system name if it is one; otherwise, use latin-1.
* (standard-display-european):Karl Heuer1999-06-041-19/+29
| | | | | | For an interactive call by the user, don't set enable-multibyte-characters, and don't set the terminal coding system.
* (standard-display-european): Make all existingRichard M. Stallman1999-01-191-11/+15
| | | | buffers unibyte. Fix doc.
* (standard-display-european): Doc fix.Richard M. Stallman1998-05-091-0/+4
|
* (standard-display-european): Don't callRichard M. Stallman1998-05-081-2/+2
| | | | set-terminal-coding-system when window-system is w32.
* (standard-display-european): Use set-language-environmentRichard M. Stallman1998-04-301-12/+11
| | | | | | instead of loading a syntax definitions file. Use standard-display-european-internal. Let current-language-environment specify terminal coding system.
* (standard-display-underline): Shift face id by 19 bits.Karl Heuer1998-03-231-1/+1
|
* (standard-display-european): If AUTO is nil,Richard M. Stallman1998-02-161-3/+8
| | | | clear multibyte in *scratch*, and load latin-1.
* (standard-display-european): Doc fix.Richard M. Stallman1997-12-211-4/+6
|
* (standard-display-european): Do something useful where AUTO is t or a symbol.Richard M. Stallman1997-09-131-1/+4
|
* (standard-display-european): Doc fix.Richard M. Stallman1997-09-091-1/+4
|
* (standard-display-european): If AUTO is non-nil, intern it.Richard M. Stallman1997-09-091-2/+2
| | | | Don't call set-terminal-coding-system if noninteractive.
* (standard-display-european): Arg AUTORichard M. Stallman1997-09-081-2/+11
| | | | specifies coding system for terminal output (if needed).
* (standard-display-european): Map \222 to apostrophe.Geoff Voelker1997-09-021-1/+6
|
* (standard-display-european): Doc fix.Richard M. Stallman1997-08-291-5/+6
|
* (standard-display-european): New arg AUTO.Richard M. Stallman1997-08-011-2/+12
| | | | Normally, set enable-multibyte-characters to nil.
* 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
|