]> code.delx.au - gnu-emacs/history - src
(mallocobj): Don't add gmalloc if using glibc.
[gnu-emacs] / src /
1997-04-09 Richard M. Stallman(mallocobj): Don't add gmalloc if using glibc.
1997-04-09 Richard M. StallmanUpdate copyright year.
1997-04-09 Richard M. Stallman(DOUG_LEA_MALLOC): Add #undef.
1997-04-09 Richard M. Stallman(malloc_get_state, malloc_set_state): New declarations.
1997-04-09 Richard M. StallmanFor glibc's malloc, include <malloc.h> for mallinfo,
1997-04-08 Richard M. Stallman(init_casetab_once): Initialize the purpose slot.
1997-04-07 Paul D. SmithLast-minute changed for 3.75.1
1997-04-07 Paul D. SmithChanges for make 3.75.1
1997-04-07 Kenichi Handa(disp_char_vector): Extern it.
1997-04-07 Kenichi Handa(Vhighlight_wrong_size_font, Vclip_large_size_font):
1997-04-07 Kenichi Handa(Vhighlight_wrong_size_font, Vclip_large_size_font...
1997-04-07 Kenichi Handa(lisp, shortlisp): Include english.elc and tibetan...
1997-04-07 Kenichi Handa(Fmake_char_table): Adjusted for the new structure of
1997-04-07 Kenichi Handa(describe_vector): Adjusted for the new structure of...
1997-04-07 Kenichi Handa(CHAR_TABLE_STANDARD_SLOTS): Now 4 more slots than
1997-04-07 Kenichi Handa(read1): Adjusted for the new structure of Lisp_Char_Table.
1997-04-07 Kenichi Handa(category-table-p): Check only type and purpose.
1997-04-07 Kenichi Handa(ccl_driver): Fix bug of the case CCL_WriteArrayReadJump.
1997-04-07 Kenichi Handa(non_ascii_char_to_string, update_charset_table,
1997-04-07 Kenichi Handa(CHARSET_TABLE_ENTRY): Handle ASCII charset correctly.
1997-04-07 Kenichi Handa(detect_coding_iso2022, detect_coding_mask): Ignore
1997-04-07 Kenichi Handa(Faref, Faset): Adjusted for the new structure of
1997-04-07 Kenichi Handa(copy_sub_char_table): New function.
1997-04-07 Kenichi Handa(disp_char_vector): New function to be used from the
1997-04-07 Kenichi Handa(dumpglyphs): Clip and highlight glyphs displayed with
1997-04-06 Eli Zaretskii(init_cmdargs) [MSDOS]: Make the change that sets
1997-04-05 Richard M. Stallman(Ffind_coding_system): Doc fix.
1997-04-03 Karl Heuer(Fcopy_sequence): Delete unused variable.
1997-04-03 Karl HeuerFix comment typo.
1997-04-03 Karl Heuer(CHAR_TABLE_REF): Fix syntax error.
1997-04-03 Karl Heuer[!__GNUC__] (CATEGORY_SET): Fix syntax error.
1997-04-02 Richard M. Stallman(Fcopy_file): Fix error message.
1997-04-02 Richard M. Stallman(Finsert_file_contents): Handle non-regular files.
1997-04-02 Richard M. Stallman(Finsert_file_contents): When handling REPLACE,
1997-04-02 Richard M. Stallman(skip_chars): Make `c' an unsigned int.
1997-04-02 Richard M. Stallman(change_frame_size_1): Call Fset_window_buffer,
1997-04-02 Richard M. Stallman(Qwindow_configuration_change_hook): New variable.
1997-04-01 Richard M. Stallman(Fuser_variable_p): If not a symbol, return nil.
1997-04-01 Richard M. Stallman(Finsert_file_contents): Determine the character coding
1997-04-01 Richard M. Stallman(Fcopy_file): Use Qfile_date_error if can't set file...
1997-03-30 Richard M. Stallman(Faccessible_keymaps): When metizing, convert a
1997-03-25 Richard M. Stallman(Fopen_network_stream): Use same socket for in and...
1997-03-23 Erik Naggum(Fbury_buffer): add missing semi
1997-03-23 Richard M. Stallman(frames_bury_buffer): New function.
1997-03-23 Richard M. Stallman(Fbury_buffer): Call frames_bury_buffer.
1997-03-22 Richard M. Stallman(XTread_socket): Accept XK_ISO_* keys.
1997-03-22 Richard M. Stallman(make_lispy_event): Use iso_lispy_function_keys for
1997-03-22 Richard M. Stallman(XTread_socket): Handle ISO_Left_Tab.
1997-03-22 Richard M. Stallman(Fset_window_buffer): Increment display_count if it...
1997-03-22 Richard M. Stallman(Freplace_match): Give error if
1997-03-22 Richard M. Stallman(wait_reading_process_input): If wait_for_cell,
1997-03-22 Richard M. Stallman(print): Generate a backslash in \2e10.
1997-03-22 Richard M. Stallman(struct frame): New field buffer_list.
1997-03-22 Richard M. Stallman(frame_buffer_list, set_frame_buffer_list): New functions.
1997-03-22 Richard M. StallmanChange copyright year.
1997-03-22 Richard M. Stallman(struct buffer): New field display_count.
1997-03-22 Richard M. Stallman(reset_buffer): Initialize display_count slot.
1997-03-22 Richard M. Stallman(mark_object): Mark the buffer_list field.
1997-03-19 Kenichi Handa(dumpglyphs): Set a clipping region when we draw glyphs
1997-03-19 Kenichi Handa(Valternative_fontname_alist): New variable.
1997-03-19 Kenichi Handa(Valternative_fontname_alist): Extern it.
1997-03-19 Kenichi Handa(insert_glyphs): Fix a bug which turns up when
1997-03-18 Kenichi HandaAdjusted for the change of MAX_CHARSET.
1997-03-18 Kenichi Handa(describe_vector): Adjusted for the change of CHAR_TABL...
1997-03-18 Kenichi Handa(CHAR_TABLE_ORDINARY_SLOTS): Change to 384 (== 256...
1997-03-18 Kenichi HandaAdjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.
1997-03-18 Kenichi HandaAdjusted for the change of MAX_CHARSET.
1997-03-18 Kenichi Handa(MAX_CHARSET): Definition changed to the actual
1997-03-18 Kenichi Handa(Faref, Faset): Adjusted for the change of CHAR_TABLE_O...
1997-03-18 Kenichi Handa(GLYPH_FOLLOW_ALIASES): Assure that the resulting G
1997-03-18 Kenichi Handa(map_char_table): Handle multibyte characters.
1997-03-18 Kenichi Handa(SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY): Adjusted for...
1997-03-18 Kenichi Handa(encode_terminal_code): Check validity of character...
1997-03-18 Kenichi Handa(copy_part_of_rope): Declare glyph as type GLYPH. ...
1997-03-18 Kenichi Handa(x_list_fonts): Comment about cached font list added.
1997-03-17 Karl HeuerFix typo in comment.
1997-03-17 Karl HeuerFix typos in comment.
1997-03-14 Karl Heuer(change_window_height): Handle shrink as well as enlarge.
1997-03-10 Karl Heuer(FAST_MAKE_GLYPH): Don't cast CHAR arg; character codes
1997-03-05 Kenichi Handa(decode_eol): Fix bug of converting CRLF to LF.
1997-03-05 Kenichi Handa(compute_motion): When POS >= TO, don't call
1997-03-03 Kenichi Handa(CATEGORY_SET): Cast arg C to
1997-03-01 Karl Heuer[__GLIBC__ >= 2]: Don't declare __getpagesize.
1997-03-01 Karl HeuerInitial revision
1997-02-28 Kenichi Handa(SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY): Cast arg C to
1997-02-28 Kenichi Handa(init_syntax_once): Add trick to avoid compiler warning
1997-02-27 Erik Naggum(Fload): Call Vload_source_file_function with 4 args.
1997-02-27 Kenichi Handa(init_buffer_once): Make member
1997-02-27 Kenichi Handa(CATEGORY_SET): For a composite character, return
1997-02-27 Kenichi Handa(Fregister_ccl_program): Escape newlines in docstring.
1997-02-27 Kenichi Handa(Fcmpchar_cmp_rule): Escape newlines in docstring.
1997-02-27 Kenichi Handa(INC_POS, DEC_POS): Don't increase or decrease too
1997-02-27 Kenichi Handa(create_process, Fopen_network_stream): Typo in indexes
1997-02-27 Kenichi Handa(struct iso2022_spec): Member requested_designation is
1997-02-27 Kenichi Handa(Faref, Faset): Handle a composite char correctly in...
1997-02-27 Kenichi Handa(DISP_CHAR_VECTOR): Allow bare 8-bit in display-table.
1997-02-27 Kenichi HandaEscape newlines in docstring.
1997-02-27 Kenichi Handa(Finsert_file_contents, Fwrite_region): Do not perform
1997-02-27 Kenichi Handa(Vuse_default_ascent): Extern.
1997-02-27 Kenichi Handa(syms_of_fontset): Intern Qfontset. Declare new lisp
next