| Age | Commit message (Expand) | Author |
| 2013-09-03 | * xterm.h (struct x_output): Remove set-but-unused | Dmitry Antipov |
| 2013-09-03 | * xterm.h (struct scroll_bar): Prefer int to Lisp_Object | Dmitry Antipov |
| 2013-09-03 | * nsfont.m (INVALID_GLYPH): New define. | Jan Djärv |
| 2013-09-02 | Move Flast_nonminibuf_frame from dispnew.c to frame.c. | Martin Rudalics |
| 2013-09-02 | * xterm.c (x_last_mouse_movement_time): Revert last change. | Dmitry Antipov |
| 2013-09-02 | In check_minibuf_window don't abort if no window was found (Bug#15247). | Martin Rudalics |
| 2013-09-02 | * xterm.c (handle_one_xevent): Use event.xunmap and not event.xmap when | Dmitry Antipov |
| 2013-09-02 | Use XGetMotionEvents to ask the last mouse motion time from X server. | Dmitry Antipov |
| 2013-09-02 | * msdos.c (last_mouse_window): Move to... | Dmitry Antipov |
| 2013-09-02 | * window.h (Vmouse_window, Vmouse_event): Remove the leftovers. | Dmitry Antipov |
| 2013-09-02 | * xterm.c (toplevel): Drop obsolete comment and move compose_status... | Dmitry Antipov |
| 2013-09-02 | * msdos.c (IT_set_terminal_window): Remove no-op. | Dmitry Antipov |
| 2013-09-01 | * nsterm.m (ns_set_terminal_modes, ns_reset_terminal_modes): | Dmitry Antipov |
| 2013-09-01 | * dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent. | Dmitry Antipov |
| 2013-09-01 | * fontset.c (face_for_char): Check char in the current face font first | Jan Djärv |
| 2013-08-31 | In temp_output_buffer_show make sure window returned by display_buffer is liv... | Martin Rudalics |
| 2013-08-30 | Minor cleanup to avoid forward declarations. | Dmitry Antipov |
| 2013-08-29 | * intervals.c (set_point_from_marker): New function. | Dmitry Antipov |
| 2013-08-29 | A possible fix for bug #14333 with hanging at exit on MS-Windows. | Eli Zaretskii |
| 2013-08-29 | * lisp.h (XSETMARKER): Remove unused macro (it doesn't work | Dmitry Antipov |
| 2013-08-29 | * alloc.c (Fmake_marker, build_marker): Zero need_adjustment | Dmitry Antipov |
| 2013-08-29 | * xterm.c (x_clear_area): Lost 7th arg because it is always False. | Dmitry Antipov |
| 2013-08-29 | Hook scanning and indentation functions to find_newline. This helps | Dmitry Antipov |
| 2013-08-28 | * src/eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexically | Stefan Monnier |
| 2013-08-28 | * nsterm.m (last_window): New variable. | Jan Djärv |
| 2013-08-28 | * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE, CHAR_HEAD_P) | Andreas Schwab |
| 2013-08-28 | Prefer enum glyph_row_area to int where appropriate. | Dmitry Antipov |
| 2013-08-28 | * buffer.c (Foverlays_at, Foverlays_in, Fnext_overlay_change) | Dmitry Antipov |
| 2013-08-27 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | Paul Eggert |
| 2013-08-28 | Redesign redisplay interface to drop global output_cursor. | Dmitry Antipov |
| 2013-08-27 | Simplify SELECT_TYPE-related code. | Paul Eggert |
| 2013-08-27 | Simplify EMACS_TIME-related code. | Paul Eggert |
| 2013-08-27 | * xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:) | Dmitry Antipov |
| 2013-08-27 | * lisp.h (Mouse_HLInfo): Move from here... | Dmitry Antipov |
| 2013-08-26 | Fix minor problems found by static checking. | Paul Eggert |
| 2013-08-26 | * src/lread.c (substitute_object_recurse): Handle hash-tables as well. | Stefan Monnier |
| 2013-08-26 | Fix unlikely core dump in init_tty, and simplify terminfo case. | Paul Eggert |
| 2013-08-26 | * frame.c (check_minibuf_window): Initialize 'window' properly, | Paul Eggert |
| 2013-08-26 | Fix ChangeLog typo. | Dmitry Antipov |
| 2013-08-26 | * gtkutil.c (xg_initialize): Set gtk-menu-bar-accel to "" instead | Jan Djärv |
| 2013-08-26 | * lisp.h (Mouse_HLInfo): Drop set-but-unused members | Dmitry Antipov |
| 2013-08-26 | New function check_minibuf_window to fix bug#15183. | Martin Rudalics |
| 2013-08-26 | * window.h (struct window): Replace last_cursor with last_cursor_vpos | Dmitry Antipov |
| 2013-08-26 | Fix recovering from possible decompression error. Since | Dmitry Antipov |
| 2013-08-26 | * syntax.c (init_syntax_once): Adjust comment and do an early | Dmitry Antipov |
| 2013-08-24 | Fix bug #15175 with cursor on boxed characters from display tables. | Eli Zaretskii |
| 2013-08-24 | Fix bug #15176 with setting directory times on MS-Windows. | Eli Zaretskii |
| 2013-08-24 | * gtkutil.c (x_wm_set_size_hint): Don't set hints when maximized | Jan Djärv |
| 2013-08-23 | System-dependent integer overflow fixes. | Paul Eggert |
| 2013-08-23 | Don't let very long directory names overrun the stack. | Paul Eggert |