| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fformat): Properly print floats. | Richard M. Stallman | 1998-03-17 | 1 | -1/+4 |
| * | (Fchar_after, Fchar_before): Properly check arg type | Richard M. Stallman | 1998-03-17 | 1 | -11/+24 |
| * | Fstore_match_data => Fset_match_data. | Richard M. Stallman | 1998-03-17 | 1 | -1/+1 |
| * | (Frecenter): Operate on window's buffer even if some other was current. | Richard M. Stallman | 1998-03-17 | 1 | -22/+40 |
| * | (ADJUST_CHAR_POS): New macro. | Kenichi Handa | 1998-03-16 | 1 | -15/+40 |
| * | (code_convert_region): The 6th arg name is changed to | Kenichi Handa | 1998-03-16 | 1 | -15/+23 |
| * | (Finsert_file_contents): Comment modified. Give | Kenichi Handa | 1998-03-16 | 1 | -4/+9 |
| * | (insert_1_both, insert_from_string_1, insert_from_buffer_1) | Richard M. Stallman | 1998-03-14 | 1 | -12/+21 |
| * | (message_dolog): Save and restore Vdeactivate_mark. | Richard M. Stallman | 1998-03-14 | 1 | -2/+5 |
| * | (set_frame_menubar): Fstore_match_data => Fset_match_data. | Richard M. Stallman | 1998-03-14 | 1 | -1/+1 |
| * | (exec_sentinel, read_process_output): Fstore_match_data => Fset_match_data. | Richard M. Stallman | 1998-03-14 | 1 | -5/+5 |
| * | (Fset_match_data): Renamed from Fstore_match_data. | Richard M. Stallman | 1998-03-14 | 1 | -2/+2 |
| * | (internal_self_insert): Call Fforward_buffer to advance | Richard M. Stallman | 1998-03-13 | 1 | -2/+1 |
| * | (struct Lisp_Buffer_Local_Value): | Richard M. Stallman | 1998-03-12 | 1 | -4/+9 |
| * | (SETUP_SLAVE_PTY): New definition. | Richard M. Stallman | 1998-03-12 | 1 | -0/+9 |
| * | (store_symval_forwarding, swap_in_symval_forwarding) | Richard M. Stallman | 1998-03-12 | 1 | -37/+125 |
| * | (gc_sweep, mark_object): Handle new data structure | Richard M. Stallman | 1998-03-12 | 1 | -8/+9 |
| * | (print): Handle new data structure | Richard M. Stallman | 1998-03-12 | 1 | -5/+17 |
| * | (init_buffer): Call Fset_buffer_multibyte for *scratch*. | Richard M. Stallman | 1998-03-12 | 1 | -8/+10 |
| * | (code_convert_region): Adjusted for the change of | Kenichi Handa | 1998-03-12 | 1 | -104/+24 |
| * | (adjust_before_replace): Call | Kenichi Handa | 1998-03-12 | 1 | -17/+49 |
| * | (Finsert_file_contents): Don't do position adjustments | Kenichi Handa | 1998-03-12 | 1 | -18/+19 |
| * | (combine_bytes): New function. | Richard M. Stallman | 1998-03-11 | 1 | -174/+208 |
| * | (adjust_markers_for_insert): Don't leave a marker within | Richard M. Stallman | 1998-03-11 | 1 | -37/+111 |
| * | (insert_1_both, insert_from_string_1, insert_from_buffer_1): | Richard M. Stallman | 1998-03-10 | 1 | -19/+26 |
| * | (code_convert_region): Fix previous change. Adjusted | Richard M. Stallman | 1998-03-10 | 1 | -26/+50 |
| * | (fontset_pattern_regexp): `==' was used instead of `='. | Richard M. Stallman | 1998-03-10 | 1 | -1/+1 |
| * | (adjust_markers_for_insert): | Richard M. Stallman | 1998-03-09 | 1 | -111/+295 |
| * | (simple_search): Don't count a character until it matches! | Richard M. Stallman | 1998-03-09 | 1 | -35/+59 |
| * | (advance_to_char_boundary): Handle the case the code | Richard M. Stallman | 1998-03-06 | 1 | -4/+14 |
| * | (Fmake_string): Handle the case INIT is a multibyte character correctly. | Richard M. Stallman | 1998-03-06 | 1 | -6/+28 |
| * | (alloc.o): Depend on charset.h. | Richard M. Stallman | 1998-03-06 | 1 | -1/+1 |
| * | (code_convert_region): Fix previous change. | Kenichi Handa | 1998-03-04 | 1 | -1/+1 |
| * | (Fset_buffer_multibyte): Fix arg for chars_in_text. | Kenichi Handa | 1998-03-04 | 1 | -4/+22 |
| * | (Fformat): Format multibyte characters by "%c" | Kenichi Handa | 1998-03-04 | 1 | -3/+14 |
| * | (strwidth): Make it work for invalid bytes sequence. | Kenichi Handa | 1998-03-04 | 1 | -7/+6 |
| * | (code_convert_region): Handle the case that codes | Kenichi Handa | 1998-03-04 | 1 | -2/+44 |
| * | (BASE_PURESIZE): Increased. | Richard M. Stallman | 1998-03-03 | 1 | -1/+1 |
| * | (dired.o): Depend on charset.h and coding.h. | Kenichi Handa | 1998-03-03 | 1 | -1/+1 |
| * | (insert_1_both): If enable-multibyte-characters is nil, | Kenichi Handa | 1998-03-03 | 1 | -0/+3 |
| * | (Vdefault_file_name_coding_system): Extern it. | Kenichi Handa | 1998-03-03 | 1 | -3/+2 |
| * | (Fformat): Fix previous change. | Kenichi Handa | 1998-03-03 | 1 | -1/+1 |
| * | (ENCODE_FILE): Moved from fileio.c. Use | Kenichi Handa | 1998-03-03 | 1 | -0/+22 |
| * | Include charset.h and coding.h. | Kenichi Handa | 1998-03-03 | 1 | -23/+8 |
| * | (Vdefault_file_name_coding_system): Extern it. | Kenichi Handa | 1998-03-03 | 1 | -3/+2 |
| * | (ENCODE_FILE): This macro is moved to coding.h. | Kenichi Handa | 1998-03-03 | 1 | -22/+31 |
| * | (Vnonascii_translate_table, Qcharset): New variable decls. | Richard M. Stallman | 1998-03-03 | 1 | -2/+18 |
| * | (DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is | Kenichi Handa | 1998-03-03 | 1 | -22/+11 |
| * | (Fcall_process): Calculate CARRYOVER correctly. | Kenichi Handa | 1998-03-03 | 1 | -1/+1 |
| * | (general_insert_function): Use | Kenichi Handa | 1998-03-03 | 1 | -1/+1 |