| Commit message (Expand) | Author | Age | Files | Lines |
| * | (push_key_description): Delete useless `if' statement. | Kenichi Handa | 1997-09-25 | 1 | -2/+0 |
| * | (find_charset_in_str): Return also charsets in | Kenichi Handa | 1997-09-25 | 1 | -5/+35 |
| * | (mode-line-format): Doc fix. | Karl Heuer | 1997-09-25 | 1 | -0/+1 |
| * | (child_setup) [WINDOWSNT]: Change directory of | Geoff Voelker | 1997-09-23 | 1 | -0/+3 |
| * | (command_loop_1): Add nonascii_insert_offset | Richard M. Stallman | 1997-09-17 | 1 | -0/+9 |
| * | (compute_motion): Ignore the display table entry for a | Richard M. Stallman | 1997-09-15 | 1 | -1/+2 |
| * | (Finsert_file_contents): If a coding system is | Richard M. Stallman | 1997-09-14 | 1 | -0/+2 |
| * | Comment change. | Richard M. Stallman | 1997-09-14 | 1 | -1/+0 |
| * | When redisplaying the echo area, use the value | Richard M. Stallman | 1997-09-13 | 1 | -16/+34 |
| * | (syms_of_minibuf): Doc fix. | Richard M. Stallman | 1997-09-13 | 1 | -3/+1 |
| * | (Fexternal_debugging_output): On Windows output to debugger. | Richard M. Stallman | 1997-09-12 | 1 | -1/+9 |
| * | automatically generated from GPLed version | Paul Eggert | 1997-09-11 | 2 | -30/+29 |
| * | Switch to raw-text as coding system. | Richard M. Stallman | 1997-09-11 | 1 | -1/+1 |
| * | (syms_of_msdos): Intern background-color and | Richard M. Stallman | 1997-09-11 | 1 | -2/+8 |
| * | (ENCODE_FILE): New macro. | Richard M. Stallman | 1997-09-11 | 1 | -66/+158 |
| * | (BROKEN_MKTIME): Define. | Richard M. Stallman | 1997-09-10 | 1 | -0/+5 |
| * | (Fcall_process): Encode the new current dir. | Richard M. Stallman | 1997-09-09 | 1 | -0/+6 |
| * | (create_process): Encode the new current dir. | Richard M. Stallman | 1997-09-09 | 1 | -0/+5 |
| * | (UPDATE_SYNTAX_TABLE_FORWARD): Add missing fourth | Richard M. Stallman | 1997-09-09 | 1 | -4/+4 |
| * | (x_screen_planes): Fix type of argument. | Richard M. Stallman | 1997-09-09 | 1 | -3/+3 |
| * | (encode_designation_at_bol): Fix type of local vars C1, C2. | Richard M. Stallman | 1997-09-09 | 1 | -1/+2 |
| * | (ENCODE_FILE): New macro. | Richard M. Stallman | 1997-09-08 | 1 | -17/+67 |
| * | (Fencode_coding_string, Fdecode_coding_string): Doc fixes. | Richard M. Stallman | 1997-09-08 | 1 | -4/+4 |
| * | (Feval_buffer): New arg FILENAME. | Richard M. Stallman | 1997-09-07 | 1 | -5/+12 |
| * | (modify_overlay): Update overlay_modiff of proper buffer. | Richard M. Stallman | 1997-09-07 | 1 | -1/+1 |
| * | Test __OpenBSD__ along with __NetBSD__. | Richard M. Stallman | 1997-09-07 | 1 | -2/+2 |
| * | Initial revision | Richard M. Stallman | 1997-09-07 | 1 | -0/+35 |
| * | (Fcall_process_region): Fix previous change: | Richard M. Stallman | 1997-09-07 | 1 | -1/+1 |
| * | (display_string): Determine multibyte from current buffer, | Richard M. Stallman | 1997-09-07 | 1 | -1/+1 |
| * | Test __OpenBSD__ along with __NetBSD__. | Richard M. Stallman | 1997-09-06 | 1 | -3/+7 |
| * | Test __OpenBSD__ along with __NetBSD__. | Richard M. Stallman | 1997-09-06 | 3 | -11/+13 |
| * | (Ffind_operation_coding_system): If a function in | Kenichi Handa | 1997-09-05 | 1 | -2/+10 |
| * | (Fcall_interactively): Pass new arg to Fread_coding_system. | Richard M. Stallman | 1997-09-05 | 1 | -1/+1 |
| * | (Fread_coding_system): New optional arg DEFAULT_CODING_SYSTEM. | Richard M. Stallman | 1997-09-05 | 1 | -5/+9 |
| * | (Fread_coding_system): Update decl. | Richard M. Stallman | 1997-09-05 | 1 | -1/+1 |
| * | (Fexpand_file_name): If default dir isn't string, use `/'. | Richard M. Stallman | 1997-09-05 | 1 | -11/+12 |
| * | (main): Update Copyright messages. | Erik Naggum | 1997-09-04 | 1 | -1/+1 |
| * | (Faset): Simplify a statement in the char-table case. | Richard M. Stallman | 1997-09-04 | 1 | -7/+13 |
| * | (Qcoding_system_history): New variable. | Richard M. Stallman | 1997-09-04 | 1 | -2/+7 |
| * | (setup_coding_system, Ffind_operation_coding_system) | Richard M. Stallman | 1997-09-04 | 1 | -6/+12 |
| * | (detect_coding_mask): Re-work previous change. | Richard M. Stallman | 1997-09-04 | 1 | -2/+2 |
| * | (HAVE_RINT): Add #undef. | Richard M. Stallman | 1997-09-03 | 1 | -0/+10 |
| * | (emacs_rint): Define this, | Richard M. Stallman | 1997-09-03 | 1 | -6/+10 |
| * | (Fcall_process): Set EOL conversion type to LF when | Richard M. Stallman | 1997-09-03 | 1 | -42/+53 |
| * | (main): Call run_time_remap earlier, before any use of stdio. | Richard M. Stallman | 1997-09-03 | 1 | -5/+5 |
| * | (read_minibuf): Fix use of Ffboundp. | Richard M. Stallman | 1997-09-03 | 1 | -2/+3 |
| * | (my_endbss) [WINDOWSNT]: New variable. | Geoff Voelker | 1997-09-03 | 1 | -0/+6 |
| * | (INTERRUPT_INPUT): Don't define. | Geoff Voelker | 1997-09-03 | 1 | -16/+65 |
| * | (have_menus_p): Move to w32fns.c. | Geoff Voelker | 1997-09-03 | 1 | -7/+0 |
| * | (w32_output): New fields menubar_widget, menubar_active, | Geoff Voelker | 1997-09-03 | 1 | -16/+39 |