| Commit message (Expand) | Author | Age | Files | Lines |
| * | (adjust_markers_for_replace): Don't adjust a byte | Kenichi Handa | 1998-09-16 | 1 | -28/+59 |
| * | (code_convert_region): Update beg_unchanged and | Kenichi Handa | 1998-09-16 | 1 | -5/+5 |
| * | (message_log_check_duplicate): Count byte length of the | Kenichi Handa | 1998-09-16 | 1 | -1/+1 |
| * | (Fmake_local_variable): Doc fix. | Karl Heuer | 1998-09-13 | 1 | -1/+6 |
| * | (redisplay_internal): Use TEMP_SET_PT_BOTH | Karl Heuer | 1998-09-13 | 1 | -9/+9 |
| * | (Fwith_output_to_temp_buffer): Doc fix. | Dave Love | 1998-09-10 | 1 | -1/+4 |
| * | (TIOCSIGSEND): Add #undef. | Karl Heuer | 1998-09-10 | 1 | -0/+8 |
| * | (main): Mention --display and --eval in help. | Karl Heuer | 1998-09-10 | 1 | -3/+4 |
| * | (command_loop_1): When switching to selected window's bfr, | Karl Heuer | 1998-09-10 | 1 | -2/+13 |
| * | Add a comment to emacs_memftime, explaining why it needs to loop. | Paul Eggert | 1998-09-09 | 1 | -0/+5 |
| * | (emacs_memftime): New function. | Paul Eggert | 1998-09-08 | 1 | -3/+53 |
| * | (adjust_after_replace): Don't add combining bytes to | Kenichi Handa | 1998-09-08 | 1 | -12/+17 |
| * | (Fsubst_char_in_region): Call replace_range with the | Kenichi Handa | 1998-09-08 | 1 | -1/+1 |
| * | (Ffind_charset_region): Optimization for unibyte buffer. | Kenichi Handa | 1998-09-08 | 1 | -1/+8 |
| * | (base64_decode_1, base64_encode_1): New functions. | Karl Heuer | 1998-09-07 | 1 | -0/+376 |
| * | (Fwidget_put): Return VALUE instead of garbage. | Karl Heuer | 1998-09-07 | 1 | -0/+1 |
| * | (error): After enlarging buffer, write to it, not to buf. | Karl Heuer | 1998-09-07 | 1 | -2/+2 |
| * | (count_combining_after): Check also preceding bytes at | Kenichi Handa | 1998-09-07 | 1 | -2/+14 |
| * | (STRING_CHAR_AND_LENGTH): Return correct value in | Kenichi Handa | 1998-09-07 | 1 | -5/+3 |
| * | (ccl_coding_driver): Always calculate correct mulibyte | Kenichi Handa | 1998-09-07 | 1 | -13/+6 |
| * | (Fformat_time_string, Fdecode_time, Fcurrent_time_zone): | Paul Eggert | 1998-09-06 | 1 | -13/+15 |
| * | (Fformat): Detect incomplete format spec at string's end. | Karl Heuer | 1998-09-06 | 1 | -1/+3 |
| * | (Fload): Handle case where openp finds a magic file | Karl Heuer | 1998-09-06 | 1 | -6/+17 |
| * | (enable-multibyte-characters): Doc fix. | Dave Love | 1998-09-04 | 1 | -3/+3 |
| * | (allocate_heap): Define NTHEAP_PROBE_BASE by default. | Geoff Voelker | 1998-09-02 | 1 | -1/+2 |
| * | (Ftranspose_regions): Use BYTE_POS_ADDR to get an | Kenichi Handa | 1998-09-02 | 1 | -10/+10 |
| * | (Vnext_selection_coding_system): New variable. | Eli Zaretskii | 1998-09-01 | 1 | -6/+28 |
| * | (x_load_font): If SIZE is 0, don't use a name x_list_font returns. | Kenichi Handa | 1998-09-01 | 1 | -1/+1 |
| * | (w32_wnd_proc): Always zero button_state when releasing | Geoff Voelker | 1998-09-01 | 1 | -1/+1 |
| * | (read1): Don't assume that atof ("-0.0") yields -0.0. | Paul Eggert | 1998-08-31 | 1 | -12/+25 |
| * | (IT_cmgoto): When tracking echo area messages with the | Eli Zaretskii | 1998-08-31 | 1 | -5/+28 |
| * | (copy_text): If Vnonascii_translation_table is non-nil, try | Kenichi Handa | 1998-08-31 | 1 | -2/+2 |
| * | (unibyte_char_to_multibyte): | Kenichi Handa | 1998-08-31 | 1 | -9/+25 |
| * | (decode_coding): Even if SRC_BYTES is zero, try | Kenichi Handa | 1998-08-31 | 1 | -4/+12 |
| * | (concat): If Vnonascii_translation_table is non-nil, try | Kenichi Handa | 1998-08-31 | 1 | -1/+3 |
| * | (dumpglyphs): If Vnonascii_translation_table is non-nil, try | Kenichi Handa | 1998-08-31 | 1 | -2/+2 |
| * | (arith_driver, float_arith_driver): Compute (- x) by | Paul Eggert | 1998-08-29 | 1 | -6/+2 |
| * | (x_create_bitmap_from_file): Fail immediately if magic. | Karl Heuer | 1998-08-29 | 1 | -0/+3 |
| * | (Fchar_bytes): Add \n\ in doc-string. | Kenichi Handa | 1998-08-29 | 1 | -1/+1 |
| * | (NOT_USING_MOTIF): New macro. | Paul Eggert | 1998-08-28 | 1 | -2/+8 |
| * | (adjust_after_replace): Fix the code to recode undo | Kenichi Handa | 1998-08-28 | 1 | -2/+8 |
| * | (code_convert_region1): Remove all text properties of the region. | Kenichi Handa | 1998-08-28 | 1 | -0/+4 |
| * | (count_size_as_multibyte): Use macro CHAR_BYTES instead of Fchar_bytes. | Kenichi Handa | 1998-08-28 | 1 | -1/+1 |
| * | (Fposition_bytes): If the arg POSITION is out of | Kenichi Handa | 1998-08-28 | 1 | -2/+8 |
| * | (Fchar_bytes): Now always return 1. | Kenichi Handa | 1998-08-28 | 1 | -7/+17 |
| * | (CHAR_BYTES): New macro. | Kenichi Handa | 1998-08-28 | 1 | -0/+4 |
| * | (Faset): Use macro CHAR_BYTES instead of Fchar_bytes. | Kenichi Handa | 1998-08-28 | 1 | -4/+4 |
| * | (concat): Use macro CHAR_BYTES instead of Fchar_bytes. | Kenichi Handa | 1998-08-28 | 1 | -2/+2 |
| * | (message_dolog): Use macro CHAR_BYTES instead of Fchar_bytes. | Kenichi Handa | 1998-08-28 | 1 | -1/+1 |
| * | (detect_coding_iso2022): Handle ESC N and ESC O | Kenichi Handa | 1998-08-27 | 1 | -27/+11 |