(checkdoc-buffer-label): New function.
[bpt/emacs.git] / src /
1998-09-04 Dave Love(enable-multibyte-characters): Doc fix.
1998-09-02 Geoff Voelker(allocate_heap): Define NTHEAP_PROBE_BASE by default.
1998-09-02 Kenichi Handa(Ftranspose_regions): Use BYTE_POS_ADDR to get an
1998-09-01 Eli Zaretskii(Vnext_selection_coding_system): New variable.
1998-09-01 Kenichi Handa(x_load_font): If SIZE is 0, don't use a name x_list_fo...
1998-09-01 Geoff Voelker(w32_wnd_proc): Always zero button_state when releasing
1998-08-31 Paul Eggert(read1): Don't assume that atof ("-0.0") yields -0.0.
1998-08-31 Eli Zaretskii(IT_cmgoto): When tracking echo area messages with the
1998-08-31 Kenichi Handa(copy_text): If Vnonascii_translation_table is non...
1998-08-31 Kenichi Handa(unibyte_char_to_multibyte):
1998-08-31 Kenichi Handa(decode_coding): Even if SRC_BYTES is zero, try
1998-08-31 Kenichi Handa(concat): If Vnonascii_translation_table is non-nil...
1998-08-31 Kenichi Handa(dumpglyphs): If Vnonascii_translation_table is non...
1998-08-29 Paul Eggert(arith_driver, float_arith_driver): Compute (- x) by
1998-08-29 Karl Heuer(x_create_bitmap_from_file): Fail immediately if magic.
1998-08-29 Kenichi Handa(Fchar_bytes): Add \n\ in doc-string.
1998-08-28 Paul Eggert(NOT_USING_MOTIF): New macro.
1998-08-28 Kenichi Handa(adjust_after_replace): Fix the code to recode undo
1998-08-28 Kenichi Handa(code_convert_region1): Remove all text properties...
1998-08-28 Kenichi Handa(count_size_as_multibyte): Use macro CHAR_BYTES instead...
1998-08-28 Kenichi Handa(Fposition_bytes): If the arg POSITION is out of
1998-08-28 Kenichi Handa(Fchar_bytes): Now always return 1.
1998-08-28 Kenichi Handa(CHAR_BYTES): New macro.
1998-08-28 Kenichi Handa(Faset): Use macro CHAR_BYTES instead of Fchar_bytes.
1998-08-28 Kenichi Handa(concat): Use macro CHAR_BYTES instead of Fchar_bytes.
1998-08-28 Kenichi Handa(message_dolog): Use macro CHAR_BYTES instead of Fchar_...
1998-08-27 Kenichi Handa(detect_coding_iso2022): Handle ESC N and ESC O
1998-08-27 Paul Eggert(fixup_locale): New function. For now, it resets
1998-08-26 Richard M. Stallman(selection_data_to_lisp_data): Code-convert selections
1998-08-26 Karl Heuer(x_calc_absolute_position): Cast argument to XFree, in
1998-08-25 Kenichi Handa(x_list_fonts): Work-around for the case XGetAtomName
1998-08-24 Andreas Schwab(input-method-previous-message): Doc fix.
1998-08-24 Andreas Schwab(file-coding-system-alist, select-safe-coding-system...
1998-08-24 Kenichi Handa(detect_coding_iso2022): Don't check the byte length of
1998-08-21 Kenichi Handa(detect_coding_system): If detect_eol_type returns
1998-08-19 Richard M. Stallman(Fcall_process): Use malloc for decoding_buf.
1998-08-19 Richard M. Stallman(LD_SWITCH_SYSTEM): Delete -dp.
1998-08-19 Geoff Voelker(SYSTEM_PURESIZE_EXTRA): Increase.
1998-08-19 Kenichi Handa(ccl_driver): In case
1998-08-18 Richard M. Stallman(tgetst1): Supprt EBCDIC systems.
1998-08-18 Kenichi HandaIf eof is encounterd while processing the
1998-08-18 Kenichi Handa(ccl_coding_driver): Setup ccl->last_block properly.
1998-08-18 Kenichi Handa(write_glyphs): When terminal_coding require flushing,
1998-08-18 Richard M. Stallman(read_char): If not reading a key sequence (MAPS is...
1998-08-18 Richard M. Stallman(Fcall_interactively): Pass new args to Fread_event
1998-08-18 Richard M. Stallman(Ftranspose_regions): Pass 0 as NOMARKERS to replace_range.
1998-08-18 Richard M. Stallman(internal_self_insert): Pass 1 as NOMARKERS to replace_...
1998-08-18 Richard M. Stallman(Fread_event, Fread_char, Fread_char_exclusive):
1998-08-18 Richard M. Stallman(Fmultibyte_char_to_unibyte): New function.
1998-08-18 Richard M. Stallman(Fy_or_n_p): Don't bind input-method-function.
1998-08-18 Richard M. Stallman(read_filtered_event): New arg INPUT_METHOD. Calls...
1998-08-18 Richard M. Stallman(replace_range): Rename NOMARKERS arg to MARKERS.
1998-08-18 Richard M. Stallman(Fy_or_n_p): Bind input-method-function to nil.
1998-08-17 Richard M. Stallman(Freset_this_command_lengths): Return nil.
1998-08-17 Richard M. Stallman(unibyte_display_through_language_environment):
1998-08-16 Richard M. Stallman(vmotion): Don't use WINDOW for Fget_char_property
1998-08-15 Richard M. Stallmanx_display_unibyte_char_with_fontset renamed to
1998-08-15 Richard M. Stallman(wait_reading_process_input): If a pty gives EIO,
1998-08-15 Richard M. Stallman(widget_store_internal_border): Conditionalize declaration.
1998-08-15 Kenichi Handa(copy_text): Fix previous change, call
1998-08-15 Kenichi Handa(coding_category_name): Fix the order of initial
1998-08-15 Kenichi Handa(BASE_PURESIZE): Increased.
1998-08-15 Kenichi Handa(x_display_unibyte_char_with_fontset): New variable.
1998-08-15 Kenichi Handa(Vnext_selection_coding_system): New variable.
1998-08-15 Kenichi Handa(dumpglyphs): If x_display_unibyte_char_with_fontset is
1998-08-15 Kenichi Handa(x_display_unibyte_char_with_fontset): Extern it.
1998-08-14 Richard M. Stallman(stat): Fall-back to default behaviour when we cannot get
1998-08-13 Eli Zaretskii(dos_set_keyboard): Set up stack and flags before
1998-08-10 Richard M. Stallman(scan_sexps_forward): Set up the syntax table scanning
1998-08-10 Eli Zaretskii(IT_cmgoto): In the echo area, only put the cursor at
1998-08-10 Richard M. Stallman(read_char): Don't decrement this_command_key_count...
1998-08-10 Kenichi Handa(default_buffer_file_coding): New variable.
1998-08-10 Kenichi Handa(default_buffer_file_coding): Extern it.
1998-08-10 Kenichi Handa(Fwrite_region): Reflect the eol conversion
1998-08-10 Richard M. Stallman(__FreeBSD_version): Define it, or else include osrelda...
1998-08-10 Richard M. Stallman(unexec): Check for section names end and edata with...
1998-08-09 Richard M. Stallman(Fminibuffer_complete): this_command renamed to Vthis_c...
1998-08-09 Richard M. Stallman(Fcall_last_kbd_macro): this_command renamed to Vthis_c...
1998-08-09 Richard M. Stallman(Vthis_command): Renamed from this_command.
1998-08-09 Richard M. Stallman(CHARSET_OK): Check that coding_system_table[IDX] ...
1998-08-08 Richard M. Stallman(x_term_init): Don't reset LC_TIME to "C", since we
1998-08-08 Richard M. StallmanAvoid using initializers for Lisp_Object.
1998-08-08 Richard M. Stallman(Vthis_command): Renamed from this_command.
1998-08-08 Richard M. StallmanInitial revision
1998-08-08 Richard M. Stallman(x_list_fonts): Fix previous change.
1998-08-08 Richard M. Stallman(Fcall_process): Check type of process cmd args earlier on.
1998-08-08 Richard M. Stallman(Fprocess_send_eof): Transfer proc_encode_coding_system
1998-08-07 Richard M. Stallman(FRAME_OUTER_WINDOW): New macro.
1998-08-07 Richard M. Stallman(print_escape_multibyte, Qprint_escape_multibyte)
1998-08-07 Richard M. Stallman(Fcall_interactively): Pass new arg to Fread_key_sequence.
1998-08-07 Kenichi Handa(general_insert_function): If enable-multibyte-characte...
1998-08-07 Kenichi Handa(multibyte_char_to_unibyte): Extern it.
1998-08-07 Kenichi Handa(multibyte_char_to_unibyte): New function.
1998-08-07 Kenichi Handa(internal_self_insert): If enable-multibyte-characters is
1998-08-07 Kenichi Handa(Fread_key_sequence): Update declaration.
1998-08-06 Richard M. Stallman(Fsplit_window): Doc fix.
1998-08-06 Kenichi Handa(Fdirectory_files): If MATCH is non-nil, decode filenames
1998-08-06 Richard M. Stallman(Fexecute_kbd_macro): Fix error message.
1998-08-05 Richard M. Stallman(Vselection_coding_system): Renamed from Vclipboard_cod...
1998-08-05 Richard M. Stallman(Funexpand_abbrev): Add ADJUST instead of subtracting.
next