aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-01-051-0/+3
* (C_SWITCH_SYSTEM): Add -I /usr/local/include andGerd Moellmann2000-01-051-3/+5
* *** empty log message ***Gerd Moellmann2000-01-041-0/+7
* (x_create_im): New function to set IM and IC of a frame.Gerd Moellmann2000-01-041-63/+69
* *** empty log message ***Gerd Moellmann2000-01-041-0/+5
* (current_gif_memory_src): New variable.Gerd Moellmann2000-01-041-2/+7
* (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): GiveGerd Moellmann2000-01-042-24/+24
* (struct sound): Renamed from struct sound_file.Gerd Moellmann2000-01-042-112/+174
* (Fgarbage_collect): Return number of live and freeGerd Moellmann2000-01-042-790/+1046
* Add prototype for allocate_string_data.Gerd Moellmann2000-01-041-2/+4
* (BASE_PURE_SIZE): Increase to 600000.Gerd Moellmann2000-01-041-1/+1
* (syms_of_xfaces): defsubr Scolor_gray_p andEli Zaretskii2000-01-042-1/+6
* (Finsert_file_contents): Signal error if visiting fileKenichi Handa2000-01-041-3/+7
* *** empty log message ***Kenichi Handa2000-01-041-0/+3
* *** empty log message ***Kenichi Handa2000-01-041-1/+1
* (encode_terminal_code): Fix the previous change.Kenichi Handa2000-01-042-3/+6
* *** empty log message ***Kenichi Handa2000-01-041-0/+4
* (NO_EDITRES): Define even if HAVE_LIBXMU.Gerd Moellmann2000-01-032-2/+11
* (syms_of_xfaces): Change Sface_color_gray_p toGerd Moellmann2000-01-031-2/+2
* *** empty log message ***Eli Zaretskii2000-01-031-0/+5
* (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: NoEli Zaretskii2000-01-031-2/+2
* (unspecified_colors): Remove.Eli Zaretskii2000-01-032-15/+30
* (Qunspecified_fg, Qunspecified_bg): Remove.Eli Zaretskii2000-01-031-15/+12
* *** empty log message ***Gerd Moellmann2000-01-031-0/+10
* (reseat_at_next_visible_line_start): Position beforeGerd Moellmann2000-01-031-24/+31
* *** empty log message ***Eli Zaretskii2000-01-031-0/+5
* (Fcolor_gray_p): Renamed from face-color-gray-p.Eli Zaretskii2000-01-031-4/+4
* *** empty log message ***Eli Zaretskii2000-01-021-0/+11
* (tty_defined_color): Pass frame to tty-color-desc. TheEli Zaretskii2000-01-021-11/+22
* (Ftty_display_color_p): Accept an optional argument FRAME.Eli Zaretskii2000-01-021-3/+4
* (insert_glyphs): Pass glyph, not &glyph, toEli Zaretskii2000-01-022-2/+7
* (mode_line_string): Support termcap frames as well.Eli Zaretskii2000-01-022-4/+4
* *** empty log message ***Gerd Moellmann2000-01-011-0/+17
* (Fconstrain_to_field): Don't constrain ifGerd Moellmann2000-01-011-13/+15
* (Fforward_word): Undo previous change.Gerd Moellmann2000-01-011-4/+3
* (Fforward_word): Notice field boundaries only ifGerd Moellmann2000-01-011-4/+6
* Add extern declaration for Vinhibit_field_text_motion.Gerd Moellmann2000-01-011-0/+1
* (Vinhibit_field_text_motion): New variable.Gerd Moellmann2000-01-011-5/+17
* (x_create_x_image_and_pixmap): Remove parameter file.Gerd Moellmann2000-01-012-54/+50
* (gif_load): Avoid sign extension and thus out of boundsGerd Moellmann2000-01-012-92/+124
* (gif_load): Avoid sign extension and thus out of boundsGerd Moellmann2000-01-012-4/+13
* New image functions adapted to Emacs conventions.Gerd Moellmann1999-12-312-254/+306
* Changes to xfns.c to support reading images from a memory buffer instead of f...William M. Perry1999-12-312-142/+388
* (next_element_from_buffer): Change assertion at the endGerd Moellmann1999-12-312-3/+8
* (enum jpeg_keyword_index): Add JPEG_DATA.Gerd Moellmann1999-12-312-19/+148
* (IT_update_begin): Don't dereference members of structEli Zaretskii1999-12-302-5/+19
* *** empty log message ***Gerd Moellmann1999-12-301-0/+5
* (Fexpand_abbrev): If expanding an abbrev which has onlyGerd Moellmann1999-12-301-1/+14
* (x_make_frame_visible): Wait for frame becoming visibleGerd Moellmann1999-12-302-24/+25
* (IT_write_glyphs): Track last changes to struct glyph.Eli Zaretskii1999-12-302-12/+27