| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | term/internal.el (IT-display-table-setup): Don't overstep | Eli Zaretskii | 1999-11-21 | 1 | -1/+1 |
| | | | | | character code 255. | ||||
| * | (IT-display-table-setup): Do not remap \222 to | Eli Zaretskii | 1999-06-14 | 1 | -7/+3 |
| | | | | | | the ASCII apostrophe, as most DOS codepages have some other glyph there. | ||||
| * | (dos-cpNNN-setup): New function, with the guts | Eli Zaretskii | 1999-04-05 | 1 | -12/+49 |
| | | | | | | | | | of dos-codepage-setup. (cjk-codepages-alist): New variable, an alist of Far-Eastern codepages for which there's no need to set up cpNNN coding systems. (dos-codepage-setup): Support Far-Eastern DOS terminals. | ||||
| * | (dos-codepage-setup): Compute the unibyte | Eli Zaretskii | 1999-03-16 | 1 | -51/+52 |
| | | | | | | | syntax table and bind unibyte-display-via-language-environment here, rather than at top level, so that resetting to unibyte in .emacs works as expected. | ||||
| * | (top level): Display character 255 as 8bit as well. | Eli Zaretskii | 1999-03-07 | 1 | -1/+1 |
| | | |||||
| * | (dos-codepage-setup): Set selection coding system to cpNNN-dos. | Eli Zaretskii | 1999-02-04 | 1 | -0/+1 |
| | | |||||
| * | (dos-codepage-setup): Call prefer-coding-system | Eli Zaretskii | 1999-01-24 | 1 | -0/+1 |
| | | | | | | to set the appropriate cpNNN-dos coding system as the highest-priority coding system. | ||||
| * | (IT-character-translations): New variable, an | Eli Zaretskii | 1998-12-20 | 1 | -5/+297 |
| | | | | | | | | | | | | | | alist used to display characters for which there's no glyphs in the current codepage. (IT-display-table-setup): New function, sets up the DOS terminal for a given codepage. (dos-codepage-setup): New function, sets up the MULE environment for the current value of dos-codepage. (top-level if): In the multibyte mode, turn on unibyte-display-via-language-environment. In the unibyte mode, set up the special syntax tables to map lower- to upper case and back. | ||||
| * | Remove code that sets syntax table for non-ASCII characters. | Eli Zaretskii | 1998-12-03 | 1 | -37/+0 |
| | | |||||
| * | Switch to raw-text as coding system. | Richard M. Stallman | 1997-09-11 | 1 | -2/+1 |
| | | |||||
| * | Add the coding: tag to prevent Emacs from thinking this is encoded in SJIS. | Eli Zaretskii | 1997-08-27 | 1 | -0/+1 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1997-04-20 | 1 | -2/+4 |
| | | |||||
| * | Update FSF's office address. | Erik Naggum | 1996-01-14 | 1 | -3/+7 |
| | | |||||
| * | Rewrite for new case tables. | Richard M. Stallman | 1995-11-10 | 1 | -11/+6 |
| | | |||||
| * | Don't bind [mouse-1]; that's done elsewhere. | Richard M. Stallman | 1994-04-30 | 1 | -8/+16 |
| | | | | | Define lower-upper case correspondence for the three mostly used code pages. | ||||
| * | entered into RCS | Richard M. Stallman | 1994-01-05 | 1 | -0/+84 |