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