| Commit message (Expand) | Author | Age | Files | Lines |
| * | (change_window_height): Handle shrink as well as enlarge. | Karl Heuer | 1997-03-14 | 1 | -1/+1 |
| * | (FAST_MAKE_GLYPH): Don't cast CHAR arg; character codes | Karl Heuer | 1997-03-10 | 1 | -2/+1 |
| * | (decode_eol): Fix bug of converting CRLF to LF. | Kenichi Handa | 1997-03-05 | 1 | -1/+1 |
| * | (compute_motion): When POS >= TO, don't call | Kenichi Handa | 1997-03-05 | 1 | -14/+20 |
| * | (CATEGORY_SET): Cast arg C to | Kenichi Handa | 1997-03-03 | 1 | -5/+7 |
| * | [__GLIBC__ >= 2]: Don't declare __getpagesize. | Karl Heuer | 1997-03-01 | 1 | -0/+4 |
| * | Initial revision | Karl Heuer | 1997-03-01 | 1 | -0/+1638 |
| * | (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY): Cast arg C to | Kenichi Handa | 1997-02-28 | 1 | -8/+10 |
| * | (init_syntax_once): Add trick to avoid compiler warning | Kenichi Handa | 1997-02-28 | 1 | -3/+9 |
| * | (Fload): Call Vload_source_file_function with 4 args. | Erik Naggum | 1997-02-27 | 1 | -1/+1 |
| * | (init_buffer_once): Make member | Kenichi Handa | 1997-02-27 | 1 | -2/+9 |
| * | (CATEGORY_SET): For a composite character, return | Kenichi Handa | 1997-02-27 | 1 | -10/+13 |
| * | (Fregister_ccl_program): Escape newlines in docstring. | Kenichi Handa | 1997-02-27 | 1 | -2/+2 |
| * | (Fcmpchar_cmp_rule): Escape newlines in docstring. | Kenichi Handa | 1997-02-27 | 1 | -8/+8 |
| * | (INC_POS, DEC_POS): Don't increase or decrease too | Kenichi Handa | 1997-02-27 | 1 | -6/+9 |
| * | (create_process, Fopen_network_stream): Typo in indexes | Kenichi Handa | 1997-02-27 | 1 | -167/+254 |
| * | (struct iso2022_spec): Member requested_designation is | Kenichi Handa | 1997-02-27 | 1 | -4/+14 |
| * | (Faref, Faset): Handle a composite char correctly in char-table. | Kenichi Handa | 1997-02-27 | 1 | -8/+8 |
| * | (DISP_CHAR_VECTOR): Allow bare 8-bit in display-table. | Kenichi Handa | 1997-02-27 | 1 | -1/+2 |
| * | Escape newlines in docstring. | Kenichi Handa | 1997-02-27 | 1 | -1/+1 |
| * | (Finsert_file_contents, Fwrite_region): Do not perform | Kenichi Handa | 1997-02-27 | 1 | -2/+4 |
| * | (Vuse_default_ascent): Extern. | Kenichi Handa | 1997-02-27 | 1 | -0/+5 |
| * | (syms_of_fontset): Intern Qfontset. Declare new lisp | Kenichi Handa | 1997-02-27 | 1 | -11/+25 |
| * | (describe_vector): Do not descibe deeper char-table if | Kenichi Handa | 1997-02-27 | 1 | -1/+3 |
| * | (Fstart_process, Fopen_network_stream): Do not perform | Kenichi Handa | 1997-02-27 | 1 | -76/+104 |
| * | (describe_syntax): Handle the case that the argument | Kenichi Handa | 1997-02-27 | 1 | -0/+6 |
| * | `ospeed' should be short if not HAVE_TERMIIO_H. | Kenichi Handa | 1997-02-27 | 1 | -1/+1 |
| * | (try_window_id): Display blank lines from the next | Kenichi Handa | 1997-02-27 | 1 | -5/+12 |
| * | (syms_of_xfns): Documentation of | Kenichi Handa | 1997-02-27 | 1 | -1/+1 |
| * | (lisp_data_to_selection_data, selection_data_to_lisp_data): | Kenichi Handa | 1997-02-27 | 1 | -2/+2 |
| * | (struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT. | Kenichi Handa | 1997-02-27 | 1 | -2/+3 |
| * | (dumpglyphs): Pay attention to characters registered in | Kenichi Handa | 1997-02-27 | 1 | -8/+30 |
| * | (skip_chars): If enable-multibyte-characters is nil, | Kenichi Handa | 1997-02-27 | 1 | -69/+101 |
| * | (lisp, shortlisp): Add lao.elc. | Kenichi Handa | 1997-02-27 | 1 | -0/+2 |
| * | Fix previous change. | Karl Heuer | 1997-02-23 | 1 | -4/+15 |
| * | Fix FSF address in comment. | Karl Heuer | 1997-02-23 | 10 | -100/+116 |
| * | [__GNU__] (NeXT, host_self): | Miles Bader | 1997-02-23 | 1 | -1/+7 |
| * | (Fcopy_sequence, concat, internal_equal, Ffillarray): | Karl Heuer | 1997-02-22 | 1 | -5/+14 |
| * | Include charset.h and coding.h. | Karl Heuer | 1997-02-22 | 1 | -54/+234 |
| * | (init_eval_once): Increase max_lisp_eval_depth to 300. | Karl Heuer | 1997-02-22 | 1 | -1/+1 |
| * | (main): Call several initialization function introduced | Karl Heuer | 1997-02-22 | 1 | -0/+8 |
| * | Change FETCH_CHAR references to FETCH_BYTE. | Karl Heuer | 1997-02-22 | 2 | -4/+4 |
| * | Include category.h and charset.h. | Karl Heuer | 1997-02-20 | 1 | -31/+153 |
| * | Initial revision | Karl Heuer | 1997-02-20 | 10 | -0/+9038 |
| * | (struct font_info): This definition is moved to | Karl Heuer | 1997-02-20 | 1 | -12/+29 |
| * | Include charset.h, ccl.h, and fontset.h. | Karl Heuer | 1997-02-20 | 1 | -207/+733 |
| * | Include charset.h and coding.h. | Karl Heuer | 1997-02-20 | 1 | -3/+78 |
| * | Include charset.h and fontset.h. | Karl Heuer | 1997-02-20 | 1 | -3/+47 |
| * | Include charset.h. | Karl Heuer | 1997-02-20 | 1 | -11/+70 |
| * | Include charset.h and coding.h. | Karl Heuer | 1997-02-20 | 1 | -43/+139 |