aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* *** empty log message ***Gerd Moellmann2000-03-291-4/+9
* (Ftop_level): Cancel busy-cursor.Gerd Moellmann2000-03-291-0/+4
* (read1): Accept `.' (period) as symbol start like in CLGerd Moellmann2000-03-291-4/+1
* (Freplace_match): Adjust multibyteness of the currentKenichi Handa2000-03-291-4/+41
* *** empty log message ***Kenichi Handa2000-03-291-0/+6
* *** empty log message ***Gerd Moellmann2000-03-291-0/+4
* (call_debugger): Cancel busy-cursor.Gerd Moellmann2000-03-291-0/+5
* *** empty log message ***Dave Love2000-03-291-10/+0
* (analyse_first): New function obtained by ripping out mostStefan Monnier2000-03-292-62/+96
* (GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha.Dave Love2000-03-282-0/+12
* Include stdio.h. Test STDC_HEADERS, not __STDC__.Dave Love2000-03-282-1/+16
* (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as an expression.Stefan Monnier2000-03-272-123/+118