aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2000-01-02*** empty log message ***Eli Zaretskii1-0/+11
2000-01-02(tty_defined_color): Pass frame to tty-color-desc. TheEli Zaretskii1-11/+22
2000-01-02(Ftty_display_color_p): Accept an optional argument FRAME.Eli Zaretskii1-3/+4
2000-01-02(insert_glyphs): Pass glyph, not &glyph, toEli Zaretskii2-2/+7
2000-01-02(mode_line_string): Support termcap frames as well.Eli Zaretskii2-4/+4
2000-01-01*** empty log message ***Gerd Moellmann1-0/+17
2000-01-01(Fconstrain_to_field): Don't constrain ifGerd Moellmann1-13/+15
2000-01-01(Fforward_word): Undo previous change.Gerd Moellmann1-4/+3
2000-01-01(Fforward_word): Notice field boundaries only ifGerd Moellmann1-4/+6
2000-01-01Add extern declaration for Vinhibit_field_text_motion.Gerd Moellmann1-0/+1
2000-01-01(Vinhibit_field_text_motion): New variable.Gerd Moellmann1-5/+17
2000-01-01(x_create_x_image_and_pixmap): Remove parameter file.Gerd Moellmann2-54/+50
2000-01-01(gif_load): Avoid sign extension and thus out of boundsGerd Moellmann2-92/+124
2000-01-01(gif_load): Avoid sign extension and thus out of boundsGerd Moellmann2-4/+13
1999-12-31New image functions adapted to Emacs conventions.Gerd Moellmann2-254/+306
1999-12-31Changes to xfns.c to support reading images from a memory buffer instead of f...William M. Perry2-142/+388
1999-12-31(next_element_from_buffer): Change assertion at the endGerd Moellmann2-3/+8
1999-12-31(enum jpeg_keyword_index): Add JPEG_DATA.Gerd Moellmann2-19/+148
1999-12-30(IT_update_begin): Don't dereference members of structEli Zaretskii2-5/+19
1999-12-30*** empty log message ***Gerd Moellmann1-0/+5
1999-12-30(Fexpand_abbrev): If expanding an abbrev which has onlyGerd Moellmann1-1/+14
1999-12-30(x_make_frame_visible): Wait for frame becoming visibleGerd Moellmann2-24/+25
1999-12-30(IT_write_glyphs): Track last changes to struct glyph.Eli Zaretskii2-12/+27
1999-12-29(mode_line_string): Support MS-DOS frames.Eli Zaretskii2-2/+6
1999-12-29(syms_of_eval): Initialize debug_may_continue.Gerd Moellmann2-0/+5
1999-12-29(read_process_output): Fix the args CHARPOS and LENINSKenichi Handa1-1/+1
1999-12-29*** empty log message ***Kenichi Handa1-0/+5
1999-12-28Changes for supporting mouse/modeline highlight and help echo features:Eli Zaretskii2-4/+688
1999-12-28(struct display_info): New.Eli Zaretskii2-0/+35
1999-12-28*** empty log message ***Gerd Moellmann1-0/+1
1999-12-28(dump_glyph_row): Adapt to changes in struct glyph.Gerd Moellmann1-2/+2
1999-12-28(modify_overlay): Always compute unchanged info.Gerd Moellmann2-7/+14
1999-12-28(try_window_id): Compute BEG_UNCHANGED and END_UNCHANGEDGerd Moellmann1-1/+1
1999-12-28Comment change.Richard M. Stallman1-2/+4
1999-12-27(FACE_FROM_ID): Cast the arg ID to `unsigned'.Kenichi Handa1-1/+1
1999-12-27*** empty log message ***Kenichi Handa1-0/+4
1999-12-27All codes adjusted for the change of struct glyph.Kenichi Handa2-42/+38
1999-12-27(encode_terminal_code): Adjusted for the change of structKenichi Handa1-41/+52
1999-12-27(line_hash_code) (direct_output_for_insert): AdjustedKenichi Handa1-6/+9
1999-12-27(struct glyph): Make face_id and padding_p the topKenichi Handa1-53/+41
1999-12-27(char_bytes): Use ((1 << CHARACTERBITS) - 1) insteadKenichi Handa1-1/+1
1999-12-27(CHAR_BYTES): Use ((1 << CHARACTERBITS) - 1) insteadKenichi Handa1-2/+3
1999-12-27(GLYPH): Defined as `int', not `unsigned int'. Now theKenichi Handa1-20/+17
1999-12-27*** empty log message ***Kenichi Handa1-0/+42
1999-12-27(struct composition): Change the order of declaringKenichi Handa1-4/+3
1999-12-27*** empty log message ***Kenichi Handa1-0/+5
1999-12-25*** empty log message ***Richard M. Stallman1-0/+5
1999-12-25*** empty log message ***Gerd Moellmann1-0/+5
1999-12-25(looking_at_1): Reset immediate_quit before modifyingGerd Moellmann1-1/+2
1999-12-24(read_process_output): Fix the arg FROM toKenichi Handa1-1/+1