| Commit message (Expand) | Author | Files | Lines |
| 1998-06-24 | (get_doc_string): 2nd arg is now DEFINITION; | Richard M. Stallman | 1 | -10/+40 |
| 1998-06-23 | (indented_beyond_p): Return the right kind of value. | Richard M. Stallman | 1 | -1/+1 |
| 1998-06-23 | (sort_args): Discard duplicate options with no args. | Richard M. Stallman | 1 | -80/+117 |
| 1998-06-23 | (command_loop): Reset executing_macro after | Richard M. Stallman | 1 | -1/+4 |
| 1998-06-23 | (Fcall_process): Handle third argument BUFFER | Richard M. Stallman | 1 | -4/+6 |
| 1998-06-23 | (Fmodify_syntax_entry): Use macro STRING_BYTES to get | Kenichi Handa | 1 | -2/+2 |
| 1998-06-22 | Include buffer.h, charset.h, and coding.h. | Andrew Innes | 1 | -67/+145 |
| 1998-06-22 | (print_string): Properly compute number of chars | Karl Heuer | 1 | -5/+18 |
| 1998-06-22 | (Vinhibit_redisplay, Qinhibit_redisplay): New variables. | Karl Heuer | 1 | -0/+15 |
| 1998-06-22 | (menu_item_eval_property): Bind Qinhibit_redisplay. | Karl Heuer | 1 | -1/+3 |
| 1998-06-22 | (Qinhibit_redisplay): Declared. | Karl Heuer | 1 | -0/+1 |
| 1998-06-22 | (initialize_w32_display): Call init_crit to initialize | Andrew Innes | 1 | -0/+3 |
| 1998-06-22 | (read_process_output): While processing carryover, | Kenichi Handa | 1 | -7/+13 |
| 1998-06-21 | (wait_reading_process_input): Recompute timeout each | Eli Zaretskii | 1 | -13/+26 |
| 1998-06-20 | (Freplace_match): Work by chars, not by bytes, | Karl Heuer | 1 | -16/+20 |
| 1998-06-20 | (x_list_fonts): Keep alloca usage simple. | Karl Heuer | 1 | -1/+3 |
| 1998-06-20 | Doc fixes. | Karl Heuer | 4 | -5/+5 |
| 1998-06-20 | (strout): Show multibyte message correctly. | Karl Heuer | 1 | -1/+3 |
| 1998-06-20 | Comment for CCL_MapMultiple modified.. | Kenichi Handa | 1 | -19/+29 |
| 1998-06-20 | (find_charset_in_str): Do not set the value of | Kenichi Handa | 1 | -5/+0 |
| 1998-06-20 | (read_process_output): Handle carryover correctly. | Kenichi Handa | 1 | -2/+14 |
| 1998-06-20 | (dumpglyphs): Check the case that FACE_FONT (face) is | Kenichi Handa | 1 | -6/+8 |
| 1998-06-19 | (syms_of_minibuf): Initialize buffer-name-history. | Karl Heuer | 1 | -0/+1 |
| 1998-06-18 | (casify_object): Cope with modifier bits in character. | Karl Heuer | 1 | -5/+9 |
| 1998-06-17 | (is_unc_volume, open_unc_volume, read_unc_volume, | Geoff Voelker | 1 | -5/+143 |
| 1998-06-16 | (x_list_fonts): If SIZE is zero and MAXNAMES is 1, use | Kenichi Handa | 1 | -6/+39 |
| 1998-06-16 | (encode_eol): Fix typo that prevented converting to Mac | Richard M. Stallman | 1 | -7/+5 |
| 1998-06-16 | (sys_rename): On some network drives, rename fails with | Richard M. Stallman | 1 | -3/+3 |
| 1998-06-16 | (message_dolog): GCPRO the oldpoint, oldbegv and oldzv | Richard M. Stallman | 1 | -0/+3 |
| 1998-06-15 | (syms_of_fileio): Doc-string of the variable | Kenichi Handa | 1 | -2/+2 |
| 1998-06-15 | (Finsert_file_contents): Redo the change for handling | Kenichi Handa | 1 | -148/+187 |
| 1998-06-14 | (skip_chars): Don't examine STRING before verifying that it is a string. | Richard M. Stallman | 1 | -3/+5 |
| 1998-06-14 | (Fcall_interactively) <k, K>: If sequence ends in a down | Richard M. Stallman | 1 | -0/+30 |
| 1998-06-14 | (dos_set_keyboard): Call Int 2Fh via the DPMI server, not directly. | Eli Zaretskii | 1 | -9/+26 |
| 1998-06-14 | (Fcompleting_read): Escape bare newline in doc string. | Erik Naggum | 1 | -1/+1 |
| 1998-06-14 | (Finsert_file_contents): Fix change to set INSERTED. | Richard M. Stallman | 1 | -1/+1 |
| 1998-06-13 | (parse_menu_item): Put a quote around DEF | Richard M. Stallman | 1 | -2/+3 |
| 1998-06-13 | (detect_coding_system): Always return a list of HIGHEST is zero. | Kenichi Handa | 1 | -5/+7 |
| 1998-06-12 | (standard_args): Fix arg order to match code in `main'. | Richard M. Stallman | 1 | -11/+17 |
| 1998-06-12 | (Finsert_file_contents): Undo the previous change for | Kenichi Handa | 1 | -179/+148 |
| 1998-06-12 | (Finsert_file_contents): After calling handler, | Kenichi Handa | 1 | -0/+2 |
| 1998-06-12 | (set_auto_coding_unwind): New function. | Kenichi Handa | 1 | -149/+189 |
| 1998-06-11 | (SETUP_SYNTAX_TABLE): Don't call update_syntax_table | Richard M. Stallman | 1 | -2/+3 |
| 1998-06-11 | (LINK_FLAGS): Place debug info in executable in | Geoff Voelker | 1 | -2/+2 |
| 1998-06-11 | (Fforward_comment): Properly compute BYTEPOS arg to char_quoted. | Richard M. Stallman | 1 | -3/+2 |
| 1998-06-10 | (getcwd): Remove define. | Richard M. Stallman | 1 | -1/+4 |
| 1998-06-10 | (sys_rename): Don't examine errno if rename didn't fail. | Richard M. Stallman | 1 | -2/+3 |
| 1998-06-10 | (readevalloop): New arg READFUN. Callers changed. | Richard M. Stallman | 1 | -13/+19 |
| 1998-06-10 | (Feval_region): Accept 4 args. | Richard M. Stallman | 1 | -1/+1 |
| 1998-06-09 | (PTR_TO_OFFSET): Alternate definition if not `emacs'. | Richard M. Stallman | 1 | -0/+4 |