summaryrefslogtreecommitdiff
path: root/lisp/disp-table.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge from emacs--devo--0Miles Bader2007-11-111-3/+2
|\| | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
| * | (describe-display-table): Use with-help-window instead of ↵Martin Rudalics2007-11-101-3/+2
| | | | | | | | | | | | with-output-to-temp-buffer.
* | | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| | |
* | | (glyph-char): Fix for a new character code space (22-bit).Kenichi Handa2007-05-281-2/+2
| | | | | | | | | | | | (glyph-face): Likewise.
* | | (make-glyph-code): Fix previous change.Kenichi Handa2007-05-281-1/+1
| | |
* | | (make-glyph-code): Fix for a new character codeKenichi Handa2007-05-281-2/+2
| | | | | | | | | | | | space (22-bit).
* | | Merge from emacs--devo--0Miles Bader2007-05-261-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 773) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-211
| * | (standard-display-european): Docstring fix.Stefan Monnier2007-05-251-2/+2
| |/
* | Merge from emacs--devo--0Miles Bader2007-02-261-1/+25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 638-652) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 202) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177
| * (make-glyph-code, glyph-char, glyph-face): New defuns.Kim F. Storm2007-02-141-1/+25
| | | | | | | | (standard-display-underline): Use make-glyph-code.
* | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2006-12-071-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 523-544) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 168-171) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150
| * Update copyright years.Glenn Morris2006-12-051-1/+1
| |
| * (standard-display-8bit, standard-display-default): "?\ " -> "?\s".Juanma Barranquero2006-11-271-2/+2
| |
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 43-57) - Update from CVS - Merge from erc--emacs--0 - Make constrain-to-field notice overlays - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 18-21) - Update from CVS - Merge from emacs--devo--0
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 616-696) - Add lisp/mh-e/.arch-inventory - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords. - lisp/gnus/ChangeLog: Remove duplicate entry * gnus--rel--5.10 (patch 147-181) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: lisp/mml.el (mml-preview): Doc fix. - Update from CVS: texi/message.texi: Fix default values. - Update from CVS: texi/gnus.texi (RSS): Addition.
| * (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.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95Miles Bader2006-01-161-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 598-615) - Update from CVS - Remove lisp/toolbar directory - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 142-146) - Update from CVS
| * (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.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81Miles Bader2005-09-111-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 532-541) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 112-115) - Update from CVS
| * (standard-display-european): Don't setReiner Steib2005-09-081-2/+4
| | | | | | | | enable-multibyte-characters to nil.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 514-518) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 104-105) - Update from CVS
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
| * 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.
* | Sync to HEADKenichi Handa2004-04-161-4/+15
| |
* | (standard-display-default): Use characterp.Dave Love2003-09-101-1/+1
| |
* | New directoryKenichi Handa2003-09-081-1/+0
|/
* 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.