aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (setup_echo_area_for_printing): Choose an echoGerd Moellmann2000-04-101-4/+15
* *** empty log message ***Gerd Moellmann2000-04-101-0/+4
* (compute_motion): Set immediate_quit.Gerd Moellmann2000-04-101-1/+6
* *** empty log message ***Gerd Moellmann2000-04-091-0/+8
* (tty_suppress_bold_inverse_default_colors_p): NewGerd Moellmann2000-04-091-0/+31
* *** empty log message ***Gerd Moellmann2000-04-091-0/+5
* (Frestore_buffer_modified_p): New function.Gerd Moellmann2000-04-091-0/+31
* * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes aKen Raeburn2000-04-082-2/+5
* fixing more int/lisp confusion, in coding.* and fontset.cKen Raeburn2000-04-081-0/+10
* (CHARSET_TABLE_ENTRY): Fix comment -- argument is a C int, not a lisp integer.Ken Raeburn2000-04-081-1/+1
* * coding.h (code_convert_string): Declare.Ken Raeburn2000-04-082-1/+3
* (make_fontset_for_ascii_face): Use XINT on return value.Ken Raeburn2000-04-081-2/+2
* * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointerKen Raeburn2000-04-052-5/+10
* * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:Ken Raeburn2000-04-052-1/+13
* make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILPKen Raeburn2000-04-0510-29/+46
* *** empty log message ***Gerd Moellmann2000-04-041-0/+3
* (compare_window_configurations): Signal an errorGerd Moellmann2000-04-041-0/+5
* *** empty log message ***Gerd Moellmann2000-04-041-0/+6
* (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/Gerd Moellmann2000-04-041-17/+120
* *** empty log message ***Gerd Moellmann2000-04-031-0/+3
* (Fbase64_decode_region, Fbase64_decode_string): SignalGerd Moellmann2000-04-031-10/+10
* (NUM_MOUSE_BUTTONS): Removed.Gerd Moellmann2000-04-032-7/+27
* (larger_vector): Make externally visible.Gerd Moellmann2000-04-031-2/+1
* (larger_vector): Add prototype.Gerd Moellmann2000-04-031-0/+1
* (lispy_mouse_names): Variable removed.Gerd Moellmann2000-04-031-34/+43
* * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.Stefan Monnier2000-04-024-143/+110
* * composite.c (run_composite_function): Use NILP when checking for nil.Ken Raeburn2000-04-022-4/+8
* fix error in last log messageKen Raeburn2000-04-021-2/+3
* * editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to testKen Raeburn2000-04-022-4/+13
* * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-typeKen Raeburn2000-04-022-4/+26
* *** empty log message ***Gerd Moellmann2000-04-011-0/+9
* (TN_no_color_video): New variable.Gerd Moellmann2000-04-011-9/+52
* Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:Ken Raeburn2000-04-014-27/+56
* * window.c (CURBEG, CURSIZE): Don't overload lisp object lvaluesKen Raeburn2000-04-012-13/+24
* *** empty log message ***Gerd Moellmann2000-04-011-1/+4
* (realize_basic_faces): Block input while realizingGerd Moellmann2000-04-011-0/+5
* (lispy_mouse_names): Add additional mouse names.Gerd Moellmann2000-04-012-1/+9
* (NUM_MOUSE_BUTTONS): Increase to 15.Gerd Moellmann2000-04-011-1/+1
* *** empty log message ***Gerd Moellmann2000-03-311-0/+5
* (x_produce_glyphs): When displaying unibyte textGerd Moellmann2000-03-311-3/+14
* * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.Ken Raeburn2000-03-302-2/+16
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-3013-32/+63
* (xstrdup): Add prototype.Gerd Moellmann2000-03-302-0/+17
* (realize_tty_face): Use find_symbol_value insteadGerd Moellmann2000-03-301-18/+4
* (xstrdup): Moved here from xfaces.c.Gerd Moellmann2000-03-301-14/+17
* (free_image_cache): Free the cache structure itselfGerd Moellmann2000-03-301-4/+16
* *** empty log message ***Kenichi Handa2000-03-301-7/+7
* Augment the comment of lookup_face.Kenichi Handa2000-03-301-1/+7
* * scroll.c (CHECK_BOUNDS): Renamed from CHECK.Ken Raeburn2000-03-293-3/+7
* Stop assuming interval pointers and lisp objects can be distinguished byKen Raeburn2000-03-296-17/+85