aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a comment to emacs_memftime, explaining why it needs to loop.Paul Eggert1998-09-091-0/+5
* (emacs_memftime): New function.Paul Eggert1998-09-081-3/+53
* (adjust_after_replace): Don't add combining bytes toKenichi Handa1998-09-081-12/+17
* (Fsubst_char_in_region): Call replace_range with theKenichi Handa1998-09-081-1/+1
* (Ffind_charset_region): Optimization for unibyte buffer.Kenichi Handa1998-09-081-1/+8
* (base64_decode_1, base64_encode_1): New functions.Karl Heuer1998-09-071-0/+376
* (Fwidget_put): Return VALUE instead of garbage.Karl Heuer1998-09-071-0/+1
* (error): After enlarging buffer, write to it, not to buf.Karl Heuer1998-09-071-2/+2
* (count_combining_after): Check also preceding bytes atKenichi Handa1998-09-071-2/+14
* (STRING_CHAR_AND_LENGTH): Return correct value inKenichi Handa1998-09-071-5/+3
* (ccl_coding_driver): Always calculate correct mulibyteKenichi Handa1998-09-071-13/+6
* (Fformat_time_string, Fdecode_time, Fcurrent_time_zone):Paul Eggert1998-09-061-13/+15
* (Fformat): Detect incomplete format spec at string's end.Karl Heuer1998-09-061-1/+3
* (Fload): Handle case where openp finds a magic fileKarl Heuer1998-09-061-6/+17
* (enable-multibyte-characters): Doc fix.Dave Love1998-09-041-3/+3
* (allocate_heap): Define NTHEAP_PROBE_BASE by default.Geoff Voelker1998-09-021-1/+2
* (Ftranspose_regions): Use BYTE_POS_ADDR to get anKenichi Handa1998-09-021-10/+10
* (Vnext_selection_coding_system): New variable.Eli Zaretskii1998-09-011-6/+28
* (x_load_font): If SIZE is 0, don't use a name x_list_font returns.Kenichi Handa1998-09-011-1/+1
* (w32_wnd_proc): Always zero button_state when releasingGeoff Voelker1998-09-011-1/+1
* (read1): Don't assume that atof ("-0.0") yields -0.0.Paul Eggert1998-08-311-12/+25
* (IT_cmgoto): When tracking echo area messages with theEli Zaretskii1998-08-311-5/+28
* (copy_text): If Vnonascii_translation_table is non-nil, tryKenichi Handa1998-08-311-2/+2
* (unibyte_char_to_multibyte):Kenichi Handa1998-08-311-9/+25
* (decode_coding): Even if SRC_BYTES is zero, tryKenichi Handa1998-08-311-4/+12
* (concat): If Vnonascii_translation_table is non-nil, tryKenichi Handa1998-08-311-1/+3
* (dumpglyphs): If Vnonascii_translation_table is non-nil, tryKenichi Handa1998-08-311-2/+2
* (arith_driver, float_arith_driver): Compute (- x) byPaul Eggert1998-08-291-6/+2
* (x_create_bitmap_from_file): Fail immediately if magic.Karl Heuer1998-08-291-0/+3
* (Fchar_bytes): Add \n\ in doc-string.Kenichi Handa1998-08-291-1/+1
* (NOT_USING_MOTIF): New macro.Paul Eggert1998-08-281-2/+8
* (adjust_after_replace): Fix the code to recode undoKenichi Handa1998-08-281-2/+8
* (code_convert_region1): Remove all text properties of the region.Kenichi Handa1998-08-281-0/+4
* (count_size_as_multibyte): Use macro CHAR_BYTES instead of Fchar_bytes.Kenichi Handa1998-08-281-1/+1
* (Fposition_bytes): If the arg POSITION is out ofKenichi Handa1998-08-281-2/+8
* (Fchar_bytes): Now always return 1.Kenichi Handa1998-08-281-7/+17
* (CHAR_BYTES): New macro.Kenichi Handa1998-08-281-0/+4
* (Faset): Use macro CHAR_BYTES instead of Fchar_bytes.Kenichi Handa1998-08-281-4/+4
* (concat): Use macro CHAR_BYTES instead of Fchar_bytes.Kenichi Handa1998-08-281-2/+2
* (message_dolog): Use macro CHAR_BYTES instead of Fchar_bytes.Kenichi Handa1998-08-281-1/+1
* (detect_coding_iso2022): Handle ESC N and ESC OKenichi Handa1998-08-271-27/+11
* (fixup_locale): New function. For now, it resetsPaul Eggert1998-08-271-3/+24
* (selection_data_to_lisp_data): Code-convert selectionsRichard M. Stallman1998-08-261-2/+9
* (x_calc_absolute_position): Cast argument to XFree, inKarl Heuer1998-08-261-1/+1
* (x_list_fonts): Work-around for the case XGetAtomNameKenichi Handa1998-08-251-6/+15
* (input-method-previous-message): Doc fix.Andreas Schwab1998-08-241-1/+1
* (file-coding-system-alist, select-safe-coding-system-function): Doc fix.Andreas Schwab1998-08-241-2/+2
* (detect_coding_iso2022): Don't check the byte length ofKenichi Handa1998-08-241-8/+24
* (detect_coding_system): If detect_eol_type returnsKenichi Handa1998-08-211-1/+1
* (Fcall_process): Use malloc for decoding_buf.emacs-20.3Richard M. Stallman1998-08-191-1/+3