aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* *** empty log message ***Jason Rumney2000-03-271-0/+4
* (Fload): Move safe_p definition to above #ifdef DOS_NT block.Jason Rumney2000-03-271-1/+1
* (w32_read_socket): Handle WM_MENUSELECT message.Jason Rumney2000-03-271-412/+252
* Use new macro names for handling per-buffer variables.Gerd Moellmann2000-03-272-6/+6
* (mark_maybe_object): New function.Gerd Moellmann2000-03-272-77/+248
* (GC_SETJMP_WORKS): Define.Gerd Moellmann2000-03-272-0/+12
* (face_before_or_after_it_pos): Pass multibytenessGerd Moellmann2000-03-272-2/+11
* (direct_output_for_insert): Use DEC_TEXT_POSGerd Moellmann2000-03-271-1/+1
* (INC_TEXT_POS, DEC_TEXT_POS): Add parameter MULTIBYTE_P.Gerd Moellmann2000-03-271-4/+10
* (Fsubst_char_in_region): Don't use INC_POS in unibyteGerd Moellmann2000-03-272-2/+10
* (x_copy_color): New function.Gerd Moellmann2000-03-272-0/+59
* (x_set_cursor_color): Get color reference counts right.Gerd Moellmann2000-03-271-4/+27
* (register_color, unregister_colors, unregister_colors)Gerd Moellmann2000-03-271-2/+66
* (x_specified_cursor_type, x_copy_color): Add prototypes.Gerd Moellmann2000-03-271-2/+4
* (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARSGerd Moellmann2000-03-271-17/+17
* Use new macro namesGerd Moellmann2000-03-274-24/+24
* (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.Gerd Moellmann2000-03-271-15/+15
* (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P.Gerd Moellmann2000-03-271-0/+2