aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER.Dmitry Antipov2013-09-055-36/+14
* Make --without-x compatible with --enable-gcc-warnings.Dmitry Antipov2013-09-056-26/+78
* * frame.c (check_minibuf_window): Update 'frame' with frame pointer.Dmitry Antipov2013-09-053-1/+9
* * src/cmds.c (Fself_insert_command): Don't pass a non-integer to XINT.Stefan Monnier2013-09-042-1/+5
* * alloc.c (make_event_array): First arg is now ptrdiff_t, not int.Paul Eggert2013-09-043-3/+8
* * src/keyboard.c (read_key_sequence_vs): New function.Stefan Monnier2013-09-042-92/+64
* * src/callint.c (Fcall_interactively): Always return a vector for 'K'.Stefan Monnier2013-09-042-2/+6
* Makefile improvements.Paul Eggert2013-09-032-8/+14
* * xterm.h (struct x_display_info): Do not track X connectionDmitry Antipov2013-09-043-8/+16
* * lisp/finder.el (finder-compile-keywords): Don't mess with windows.Stefan Monnier2013-09-031-13/+0
* * buffer.c (drop_overlay):Dmitry Antipov2013-09-033-3/+9
* * buffer.c (Fmake_overlay, Fmove_overlay):Dmitry Antipov2013-09-034-18/+24
* * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed.Dmitry Antipov2013-09-033-9/+1
* * xterm.h (struct x_output): Remove set-but-unusedDmitry Antipov2013-09-033-9/+3
* * xterm.h (struct scroll_bar): Prefer int to Lisp_ObjectDmitry Antipov2013-09-034-35/+46
* * nsfont.m (INVALID_GLYPH): New define.Jan Djärv2013-09-032-4/+11
* Move Flast_nonminibuf_frame from dispnew.c to frame.c.Martin Rudalics2013-09-023-16/+18
* * xterm.c (x_last_mouse_movement_time): Revert last change.Dmitry Antipov2013-09-022-55/+26
* In check_minibuf_window don't abort if no window was found (Bug#15247).Martin Rudalics2013-09-022-3/+7
* * xterm.c (handle_one_xevent): Use event.xunmap and not event.xmap whenDmitry Antipov2013-09-022-1/+3
* * xterm.c (x_last_mouse_movement_time) [X_MOTION_HISTORY]: Fix last change.Dmitry Antipov2013-09-021-2/+6
* Use XGetMotionEvents to ask the last mouse motion time from X server.Dmitry Antipov2013-09-022-15/+58
* * msdos.c (last_mouse_window): Move to...Dmitry Antipov2013-09-025-52/+47
* * window.h (Vmouse_window, Vmouse_event): Remove the leftovers.Dmitry Antipov2013-09-022-8/+1
* * xterm.c (toplevel): Drop obsolete comment and move compose_status...Dmitry Antipov2013-09-022-12/+20
* * msdos.c (IT_set_terminal_window): Remove no-op.Dmitry Antipov2013-09-025-42/+15
* * nsterm.m (ns_set_terminal_modes, ns_reset_terminal_modes):Dmitry Antipov2013-09-014-71/+18
* * dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent.Dmitry Antipov2013-09-015-26/+23
* * fontset.c (face_for_char): Check char in the current face font firstJan Djärv2013-09-012-0/+18
* In temp_output_buffer_show make sure window returned by display_buffer is liv...Martin Rudalics2013-08-312-3/+6
* Minor cleanup to avoid forward declarations.Dmitry Antipov2013-08-3013-85/+60
* * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-296-37/+31
* A possible fix for bug #14333 with hanging at exit on MS-Windows.Eli Zaretskii2013-08-294-1/+34
* * lisp.h (XSETMARKER): Remove unused macro (it doesn't workDmitry Antipov2013-08-292-4/+2
* * alloc.c (Fmake_marker, build_marker): Zero need_adjustmentDmitry Antipov2013-08-292-0/+7
* * xterm.c (x_clear_area): Lost 7th arg because it is always False.Dmitry Antipov2013-08-295-65/+55
* Hook scanning and indentation functions to find_newline. This helpsDmitry Antipov2013-08-295-116/+40
* * src/eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexicallyStefan Monnier2013-08-282-13/+17
* * nsterm.m (last_window): New variable.Jan Djärv2013-08-282-2/+39
* * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE, CHAR_HEAD_P)Andreas Schwab2013-08-282-16/+24
* Prefer enum glyph_row_area to int where appropriate.Dmitry Antipov2013-08-287-47/+68
* * buffer.c (Foverlays_at, Foverlays_in, Fnext_overlay_change)Dmitry Antipov2013-08-282-0/+17
* * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,Paul Eggert2013-08-272-1/+6
* Redesign redisplay interface to drop global output_cursor.Dmitry Antipov2013-08-288-124/+75
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-279-44/+46
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-2730-415/+359
* * xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:)Dmitry Antipov2013-08-275-9/+12
* * lisp.h (Mouse_HLInfo): Move from here...Dmitry Antipov2013-08-2712-152/+94
* Fix minor problems found by static checking.Paul Eggert2013-08-269-26/+47
* * src/lread.c (substitute_object_recurse): Handle hash-tables as well.Stefan Monnier2013-08-262-23/+28