aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)Dmitry Antipov2013-09-061-0/+13
* | * src/eval.c (eval_sub): Only call Ffunction if necessary.Stefan Monnier2013-09-061-0/+4
* | Attempt to make redisplay more selective when changing cursor type.Dmitry Antipov2013-09-061-0/+13
* | Fix ChangeLog typo.Dmitry Antipov2013-09-061-1/+1
* | Attempt to make redisplay more selective when changing fonts.Dmitry Antipov2013-09-061-0/+30
* | Cache current header and mode line height for each window.Dmitry Antipov2013-09-051-0/+16
* | * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER.Dmitry Antipov2013-09-051-0/+5
* | Make --without-x compatible with --enable-gcc-warnings.Dmitry Antipov2013-09-051-0/+21
* | * frame.c (check_minibuf_window): Update 'frame' with frame pointer.Dmitry Antipov2013-09-051-0/+6
* | * src/cmds.c (Fself_insert_command): Don't pass a non-integer to XINT.Stefan Monnier2013-09-041-0/+4
* | * alloc.c (make_event_array): First arg is now ptrdiff_t, not int.Paul Eggert2013-09-041-0/+5
* | * src/keyboard.c (read_key_sequence_vs): New function.Stefan Monnier2013-09-041-0/+4
* | * src/callint.c (Fcall_interactively): Always return a vector for 'K'.Stefan Monnier2013-09-041-0/+4
* | Makefile improvements.Paul Eggert2013-09-031-0/+8
* | * xterm.h (struct x_display_info): Do not track X connectionDmitry Antipov2013-09-041-0/+7
* | * buffer.c (drop_overlay):Dmitry Antipov2013-09-031-0/+6
* | * buffer.c (Fmake_overlay, Fmove_overlay):Dmitry Antipov2013-09-031-0/+7
* | * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed.Dmitry Antipov2013-09-031-0/+1
* | * xterm.h (struct x_output): Remove set-but-unusedDmitry Antipov2013-09-031-1/+3
* | * xterm.h (struct scroll_bar): Prefer int to Lisp_ObjectDmitry Antipov2013-09-031-0/+12
* | * nsfont.m (INVALID_GLYPH): New define.Jan Djärv2013-09-031-0/+6
* | Move Flast_nonminibuf_frame from dispnew.c to frame.c.Martin Rudalics2013-09-021-2/+4
* | * xterm.c (x_last_mouse_movement_time): Revert last change.Dmitry Antipov2013-09-021-0/+8
* | In check_minibuf_window don't abort if no window was found (Bug#15247).Martin Rudalics2013-09-021-0/+5
* | * xterm.c (handle_one_xevent): Use event.xunmap and not event.xmap whenDmitry Antipov2013-09-021-0/+2
* | Use XGetMotionEvents to ask the last mouse motion time from X server.Dmitry Antipov2013-09-021-0/+11
* | * msdos.c (last_mouse_window): Move to...Dmitry Antipov2013-09-021-0/+11
* | * window.h (Vmouse_window, Vmouse_event): Remove the leftovers.Dmitry Antipov2013-09-021-0/+1
* | * xterm.c (toplevel): Drop obsolete comment and move compose_status...Dmitry Antipov2013-09-021-0/+7
* | * msdos.c (IT_set_terminal_window): Remove no-op.Dmitry Antipov2013-09-021-0/+11
* | * nsterm.m (ns_set_terminal_modes, ns_reset_terminal_modes):Dmitry Antipov2013-09-011-0/+12
* | * dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent.Dmitry Antipov2013-09-011-0/+8
* | * fontset.c (face_for_char): Check char in the current face font firstJan Djärv2013-09-011-0/+5
* | In temp_output_buffer_show make sure window returned by display_buffer is liv...Martin Rudalics2013-08-311-0/+5
* | Minor cleanup to avoid forward declarations.Dmitry Antipov2013-08-301-0/+27
* | * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-291-0/+8
* | A possible fix for bug #14333 with hanging at exit on MS-Windows.Eli Zaretskii2013-08-291-0/+14
* | * lisp.h (XSETMARKER): Remove unused macro (it doesn't workDmitry Antipov2013-08-291-0/+2
* | * alloc.c (Fmake_marker, build_marker): Zero need_adjustmentDmitry Antipov2013-08-291-0/+5
* | * xterm.c (x_clear_area): Lost 7th arg because it is always False.Dmitry Antipov2013-08-291-0/+10
* | Hook scanning and indentation functions to find_newline. This helpsDmitry Antipov2013-08-291-0/+10
* | * src/eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexicallyStefan Monnier2013-08-281-2/+7
* | * nsterm.m (last_window): New variable.Jan Djärv2013-08-281-0/+8
* | * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE, CHAR_HEAD_P)Andreas Schwab2013-08-281-0/+9
* | Prefer enum glyph_row_area to int where appropriate.Dmitry Antipov2013-08-281-0/+15
* | * buffer.c (Foverlays_at, Foverlays_in, Fnext_overlay_change)Dmitry Antipov2013-08-281-0/+5
* | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,Paul Eggert2013-08-271-0/+5
* | Redesign redisplay interface to drop global output_cursor.Dmitry Antipov2013-08-281-0/+17
* | Simplify SELECT_TYPE-related code.Paul Eggert2013-08-271-0/+7
* | Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-0/+30