]> code.delx.au - gnu-emacs/history - src
*** empty log message ***
[gnu-emacs] / src /
2000-01-04 Gerd Moellmann*** empty log message ***
2000-01-04 Gerd Moellmann(x_create_im): New function to set IM and IC of a frame.
2000-01-04 Gerd Moellmann*** empty log message ***
2000-01-04 Gerd Moellmann(current_gif_memory_src): New variable.
2000-01-04 Gerd Moellmann(EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
2000-01-04 Gerd Moellmann(struct sound): Renamed from struct sound_file.
2000-01-04 Gerd Moellmann(Fgarbage_collect): Return number of live and free
2000-01-04 Gerd MoellmannAdd prototype for allocate_string_data.
2000-01-04 Gerd Moellmann(BASE_PURE_SIZE): Increase to 600000.
2000-01-04 Eli Zaretskii(syms_of_xfaces): defsubr Scolor_gray_p and
2000-01-04 Kenichi Handa(Finsert_file_contents): Signal error if visiting file
2000-01-04 Kenichi Handa*** empty log message ***
2000-01-04 Kenichi Handa*** empty log message ***
2000-01-04 Kenichi Handa(encode_terminal_code): Fix the previous change.
2000-01-04 Kenichi Handa*** empty log message ***
2000-01-03 Gerd Moellmann(NO_EDITRES): Define even if HAVE_LIBXMU.
2000-01-03 Gerd Moellmann(syms_of_xfaces): Change Sface_color_gray_p to
2000-01-03 Eli Zaretskii*** empty log message ***
2000-01-03 Eli Zaretskii(handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
2000-01-03 Eli Zaretskii(unspecified_colors): Remove.
2000-01-03 Eli Zaretskii(Qunspecified_fg, Qunspecified_bg): Remove.
2000-01-03 Gerd Moellmann*** empty log message ***
2000-01-03 Gerd Moellmann(reseat_at_next_visible_line_start): Position before
2000-01-03 Eli Zaretskii*** empty log message ***
2000-01-03 Eli Zaretskii(Fcolor_gray_p): Renamed from face-color-gray-p.
2000-01-02 Eli Zaretskii*** empty log message ***
2000-01-02 Eli Zaretskii(tty_defined_color): Pass frame to tty-color-desc....
2000-01-02 Eli Zaretskii(Ftty_display_color_p): Accept an optional argument...
2000-01-02 Eli Zaretskii(insert_glyphs): Pass glyph, not &glyph, to
2000-01-02 Eli Zaretskii(mode_line_string): Support termcap frames as well.
2000-01-01 Gerd Moellmann*** empty log message ***
2000-01-01 Gerd Moellmann(Fconstrain_to_field): Don't constrain if
2000-01-01 Gerd Moellmann(Fforward_word): Undo previous change.
2000-01-01 Gerd Moellmann(Fforward_word): Notice field boundaries only if
2000-01-01 Gerd MoellmannAdd extern declaration for Vinhibit_field_text_motion.
2000-01-01 Gerd Moellmann(Vinhibit_field_text_motion): New variable.
2000-01-01 Gerd Moellmann(x_create_x_image_and_pixmap): Remove parameter file.
2000-01-01 Gerd Moellmann(gif_load): Avoid sign extension and thus out of bounds
2000-01-01 Gerd Moellmann(gif_load): Avoid sign extension and thus out of bounds
1999-12-31 Gerd MoellmannNew image functions adapted to Emacs conventions.
1999-12-31 William M. PerryChanges to xfns.c to support reading images from a...
1999-12-31 Gerd Moellmann(next_element_from_buffer): Change assertion at the end
1999-12-31 Gerd Moellmann(enum jpeg_keyword_index): Add JPEG_DATA.
1999-12-30 Eli Zaretskii(IT_update_begin): Don't dereference members of struct
1999-12-30 Gerd Moellmann*** empty log message ***
1999-12-30 Gerd Moellmann(Fexpand_abbrev): If expanding an abbrev which has...
1999-12-30 Gerd Moellmann(x_make_frame_visible): Wait for frame becoming visible
1999-12-30 Eli Zaretskii(IT_write_glyphs): Track last changes to struct glyph.
1999-12-29 Eli Zaretskii(mode_line_string): Support MS-DOS frames.
1999-12-29 Gerd Moellmann(syms_of_eval): Initialize debug_may_continue.
1999-12-29 Kenichi Handa(read_process_output): Fix the args CHARPOS and LENINS
1999-12-29 Kenichi Handa*** empty log message ***
1999-12-28 Eli ZaretskiiChanges for supporting mouse/modeline highlight and...
1999-12-28 Eli Zaretskii(struct display_info): New.
1999-12-28 Gerd Moellmann*** empty log message ***
1999-12-28 Gerd Moellmann(dump_glyph_row): Adapt to changes in struct glyph.
1999-12-28 Gerd Moellmann(modify_overlay): Always compute unchanged info.
1999-12-28 Gerd Moellmann(try_window_id): Compute BEG_UNCHANGED and END_UNCHANGED
1999-12-28 Richard M. StallmanComment change.
1999-12-27 Kenichi Handa(FACE_FROM_ID): Cast the arg ID to `unsigned'.
1999-12-27 Kenichi Handa*** empty log message ***
1999-12-27 Kenichi HandaAll codes adjusted for the change of struct glyph.
1999-12-27 Kenichi Handa(encode_terminal_code): Adjusted for the change of...
1999-12-27 Kenichi Handa(line_hash_code) (direct_output_for_insert): Adjusted
1999-12-27 Kenichi Handa(struct glyph): Make face_id and padding_p the top
1999-12-27 Kenichi Handa(char_bytes): Use ((1 << CHARACTERBITS) - 1) instead
1999-12-27 Kenichi Handa(CHAR_BYTES): Use ((1 << CHARACTERBITS) - 1) instead
1999-12-27 Kenichi Handa(GLYPH): Defined as `int', not `unsigned int'. Now the
1999-12-27 Kenichi Handa*** empty log message ***
1999-12-27 Kenichi Handa(struct composition): Change the order of declaring
1999-12-27 Kenichi Handa*** empty log message ***
1999-12-25 Richard M. Stallman*** empty log message ***
1999-12-25 Gerd Moellmann*** empty log message ***
1999-12-25 Gerd Moellmann(looking_at_1): Reset immediate_quit before modifying
1999-12-24 Kenichi Handa(read_process_output): Fix the arg FROM to
1999-12-24 Kenichi Handa*** empty log message ***
1999-12-23 Richard M. Stallman(Freplace_match): For nonliteral replacement,
1999-12-22 Dave Love*** empty log message ***
1999-12-22 Dave Love(Fx_show_tip): Gcpro `timeout' too.
1999-12-22 Gerd Moellmann(Fx_create_frame): Move x_default_parameter calls that
1999-12-22 Gerd Moellmann(realize_x_face): Don't use uninitialized local
1999-12-22 Gerd Moellmann(clear_font_table): Don't use uninitialized local
1999-12-22 Kenichi Handa(face_color_supported_p): Check by tty_defined_color
1999-12-22 Gerd Moellmann*** empty log message ***
1999-12-22 Gerd Moellmann(Fset_buffer_multibyte): Arrange for a thorough
1999-12-22 Gerd Moellmann(XTread_socket): At the beginning of the loop, pass the
1999-12-20 Dave Love(Fx_show_tip): Add missing UNGCPRO.
1999-12-19 Richard M. Stallman(Fcompleting_read): Rename arg INIT to INITIAL_INPUT.
1999-12-19 Gerd Moellmann*** empty log message ***
1999-12-19 Gerd Moellmann(debugger_may_continue): New variable.
1999-12-19 Eli Zaretskii(IT_set_face): Don't swap face colors when highlight or
1999-12-17 Dave Love*** empty log message ***
1999-12-17 Dave Love(Fkeywordp): New function.
1999-12-16 Eli Zaretskii(tty_defined_color): Fix last change.
1999-12-15 Dave Love(BUILD_GLYPH_STRINGS): For pcc, remove continuation...
1999-12-15 Gerd Moellmann(redisplay_window) <optional new window start>: Check
1999-12-15 Dave LoveCopyright up-date.
1999-12-15 Dave Love1999-12-15 Kenichi Handa <handa@etl.go.jp>
1999-12-15 Eli ZaretskiiChanges for separate unspecified foreground and backgro...
1999-12-15 Kenichi Handa(code_convert_region): Fix the secoding arg to
next