| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (msdos.o): Depend on termchar.h, charset.h, coding.h, and disptab.h | Eli Zaretskii | 1998-12-06 | 1 | -2/+2 |
| * | (Fstring_as_unibyte): Doc fix. | Andreas Schwab | 1998-12-04 | 1 | -1/+0 |
| * | (init_environment): Record the time we started up. | Eli Zaretskii | 1998-12-03 | 1 | -19/+35 |
| * | (dos_cleanup): Flush and fsync the termscript stream. | Eli Zaretskii | 1998-12-03 | 1 | -0/+7 |
| * | Declare char_valid_p. | Andreas Schwab | 1998-12-03 | 1 | -0/+1 |
| * | (check_windows_init_file): Use decode_env_path when | Geoff Voelker | 1998-12-03 | 1 | -2/+4 |
| * | (FONT_MAX_WIDTH): New macro. | Geoff Voelker | 1998-12-03 | 1 | -0/+1 |
| * | (dumpglyphs): Use unsigned char arrays. | Geoff Voelker | 1998-12-03 | 1 | -6/+61 |
| * | (WM_EMACS_TOGGLE_LOCK_KEY): New define. | Geoff Voelker | 1998-12-02 | 1 | -1/+2 |
| * | (key_event): Use Vw32_phantom_key_code. Undo the | Geoff Voelker | 1998-12-02 | 1 | -5/+56 |
| * | (Vw32_phantom_key_code): New variable. | Geoff Voelker | 1998-12-02 | 1 | -48/+217 |
| * | (w32_last_error): Fix cut+paste error. | Geoff Voelker | 1998-12-02 | 1 | -6/+6 |
| * | termhooks.h (event_kind) [WINDOWSNT]: Define | Geoff Voelker | 1998-12-02 | 1 | -0/+4 |
| * | (parse_modifiers): Declare prototype. | Geoff Voelker | 1998-12-02 | 1 | -0/+1 |
| * | (Qlanguage_change): New variable. | Geoff Voelker | 1998-12-02 | 1 | -6/+21 |
| * | (Qouter_window_id): New variable. | Richard M. Stallman | 1998-12-02 | 1 | -0/+6 |
| * | (Freplace_match): Set OPOINT clearly for the case | Richard M. Stallman | 1998-12-01 | 1 | -1/+3 |
| * | (display_text_line): When handling HPOS < 0 after loop, | Richard M. Stallman | 1998-11-30 | 1 | -2/+3 |
| * | (Fsingle_key_description): Fix previous change. | Richard M. Stallman | 1998-11-28 | 1 | -2/+3 |
| * | (Fstring_as_unibyte, Fstring_as_multibyte): | Richard M. Stallman | 1998-11-27 | 1 | -2/+7 |
| * | (Frequire): Update declaration. | Kenichi Handa | 1998-11-26 | 1 | -1/+1 |
| * | (ccl_driver) <CCL_TranslateCharacter>: Don't suppress MSB | Kenichi Handa | 1998-11-26 | 1 | -2/+2 |
| * | (non_ascii_char_to_string): If C has modifier bits, | Kenichi Handa | 1998-11-26 | 1 | -0/+17 |
| * | (CHAR_BYTES): If C has modifier bits, return 1. | Kenichi Handa | 1998-11-26 | 1 | -1/+2 |
| * | (internal_self_insert): If C has modifier bits, insert | Kenichi Handa | 1998-11-26 | 1 | -0/+4 |
| * | (read_process_output): Call signal_after_change. | Richard M. Stallman | 1998-11-25 | 1 | -1/+4 |
| * | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1998-11-24 | 1 | -3/+10 |
| * | (syms_of_keyboard): Doc fix. | Richard M. Stallman | 1998-11-24 | 1 | -2/+6 |
| * | (Fmake_keymap): Doc fix. | Richard M. Stallman | 1998-11-24 | 1 | -2/+2 |
| * | (word_boundary_p): If C1 or C2 are composite | Kenichi Handa | 1998-11-24 | 1 | -0/+5 |
| * | (Fset_mouse_position): Doc fix. | Richard M. Stallman | 1998-11-22 | 1 | -1/+5 |
| * | (Fsingle_key_description): Handle generic characters. | Richard M. Stallman | 1998-11-19 | 1 | -5/+24 |
| * | (Frequire): New arg NOERROR. | Richard M. Stallman | 1998-11-19 | 1 | -6/+12 |
| * | (Qmouse_face): Replace definition with extern decl. | Richard M. Stallman | 1998-11-18 | 1 | -4/+2 |
| * | (Qmouse_face): Variable definition moved here. | Richard M. Stallman | 1998-11-18 | 1 | -1/+3 |
| * | (temp_output_buffer_show): Around temp-buffer-show-hook, | Richard M. Stallman | 1998-11-17 | 1 | -3/+3 |
| * | (CHAR_TABLE_REF): Check if IDX is negative or not. | Kenichi Handa | 1998-11-16 | 1 | -1/+1 |
| * | (non_ascii_char_to_string): If C is negative, signal error. | Kenichi Handa | 1998-11-16 | 1 | -0/+3 |
| * | (SINGLE_BYTE_CHAR_P): Check if C is negative or not. | Kenichi Handa | 1998-11-16 | 1 | -1/+1 |
| * | Initial revision | Kenichi Handa | 1998-11-16 | 1 | -0/+17 |
| * | Include charset.h. | Kenichi Handa | 1998-11-16 | 2 | -0/+2 |
| * | (abbrev.o): Depend on charset.h | Kenichi Handa | 1998-11-16 | 1 | -2/+2 |
| * | (SYNTAX_ENTRY_INT): For a composite character, check | Kenichi Handa | 1998-11-16 | 1 | -3/+6 |
| * | (LIBS_MACHINE): Delete redundant definition. | Karl Heuer | 1998-11-13 | 1 | -3/+0 |
| * | (XTread_socket): Fix previous change in case F == 0. | Karl Heuer | 1998-11-12 | 1 | -1/+2 |
| * | Initial revision | Karl Heuer | 1998-11-11 | 1 | -0/+22 |
| * | (BSD_PGRPS): Add #undef. | Karl Heuer | 1998-11-11 | 1 | -0/+4 |
| * | (BROKEN_FIONREAD): #undef commented out. | Karl Heuer | 1998-11-11 | 1 | -0/+4 |
| * | (MAX_ALLOCA): New macro. | Eli Zaretskii | 1998-11-11 | 1 | -6/+36 |
| * | (byte_combining_error): Error message improved. | Kenichi Handa | 1998-11-11 | 1 | -1/+1 |