aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Kim F. Storm2004-04-281-0/+6
* *** empty log message ***Stefan Monnier2004-04-271-0/+7
* (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.Stefan Monnier2004-04-271-8/+11
* *** empty log message ***Eli Zaretskii2004-04-271-0/+6
* (init_environment): If one of the TMP... environmentEli Zaretskii2004-04-271-1/+20
* *** empty log message ***Eli Zaretskii2004-04-271-0/+7
* (Fset_file_times): New function.Eli Zaretskii2004-04-271-0/+56
* (lisp_time_argument): Provide externally.Eli Zaretskii2004-04-271-2/+2
* (x_produce_glyphs): Fix last change; handle newline inKim F. Storm2004-04-271-2/+2
* *** empty log message ***Kim F. Storm2004-04-271-0/+3
* *** empty log message ***Kim F. Storm2004-04-261-0/+2
* (struct it): New member use_default_face.Kim F. Storm2004-04-261-1/+4
* (Qline_height): New variable.Kim F. Storm2004-04-261-29/+58
* *** empty log message ***Kim F. Storm2004-04-261-1/+12
* .Andreas Schwab2004-04-261-0/+14
* (print_object): Print non-ascii characters in bool vector representationAndreas Schwab2004-04-261-2/+11
* (Fcopy_sequence, concat, internal_equal, Ffillarray, mapcar1): UseAndreas Schwab2004-04-261-10/+13
* (Faref, Faset): Use BOOL_VECTOR_BITS_PER_CHAR instead ofAndreas Schwab2004-04-261-6/+6
* (Fmake_bool_vector): Use BOOL_VECTOR_BITS_PER_CHAR instead ofAndreas Schwab2004-04-261-4/+5
* (read1): Use BOOL_VECTOR_BITS_PER_CHAR instead of BITS_PER_CHAR forAndreas Schwab2004-04-261-5/+6
* (BOOL_VECTOR_BITS_PER_CHAR): Define.Andreas Schwab2004-04-261-0/+4
* lread.c (init_lread): Fixing typo HAVE_CARBON test logicSteven Tamm2004-04-262-2/+6
* Changes from arch/CVS synchronizationMiles Bader2004-04-261-0/+4
* Revision: [email protected]/emacs--cvs-trunk--0--patch-248Miles Bader2004-04-262-26/+26
* (Fpop_to_buffer): Fix docstring.Juanma Barranquero2004-04-252-2/+7
* lread.c (init_lread): Don't display missing lisp directorySteven Tamm2004-04-252-3/+12
* *** empty log message ***Kim F. Storm2004-04-241-0/+4
* (x_draw_hollow_cursor): Fix height of box for narrow lines.Kim F. Storm2004-04-242-2/+4
* (append_space_for_newline): Rename from append_space.Kim F. Storm2004-04-242-26/+51
* *** empty log message ***Juanma Barranquero2004-04-231-6/+5
* *** empty log message ***Kenichi Handa2004-04-231-0/+5
* (Finternal_char_font): If POSITION is nil, returnKenichi Handa2004-04-231-18/+33
* *** empty log message ***Juanma Barranquero2004-04-231-7/+11
* Add "-*- makefile -*-" mode tag.Juanma Barranquero2004-04-231-1/+1
* *** empty log message ***Stefan Monnier2004-04-211-0/+6
* (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:Stefan Monnier2004-04-211-2/+2
* *** empty log message ***Stefan Monnier2004-04-211-2/+6
* (image_ascent): Remove prototype.Kim F. Storm2004-04-202-2/+0
* (x_draw_relief_rect): Add top_p and bot_p args.Kim F. Storm2004-04-201-64/+90
* (Qslice): New variable.Kim F. Storm2004-04-201-25/+173
* (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.Kim F. Storm2004-04-201-3/+3
* (Fpos_visible_in_window_p): Return pixel position ifKim F. Storm2004-04-201-51/+44
* (w32_draw_relief_rect): Add top_p and bot_p args.Kim F. Storm2004-04-201-68/+85
* (x_draw_relief_rect): Add top_p and bot_p args.Kim F. Storm2004-04-201-77/+97
* (pos_visible_p): Fix prototype.Kim F. Storm2004-04-201-1/+2
* (Fposn_at_x_y, Fposn_at_point): New defuns.Kim F. Storm2004-04-201-0/+57
* (image_ascent): Add slice arg; calculate ascent forKim F. Storm2004-04-201-2/+10
* (buffer_posn_from_coords): Return full image widthKim F. Storm2004-04-201-5/+19
* (struct glyph_slice): New struct.Kim F. Storm2004-04-201-5/+49
* Add image slices.Kim F. Storm2004-04-201-0/+77