| Commit message (Expand) | Author | Age | Files | Lines |
| * | * xterm.c (toplevel): Drop obsolete comment and move compose_status... | Dmitry Antipov | 2013-09-02 | 2 | -12/+20 |
| * | * msdos.c (IT_set_terminal_window): Remove no-op. | Dmitry Antipov | 2013-09-02 | 5 | -42/+15 |
| * | * nsterm.m (ns_set_terminal_modes, ns_reset_terminal_modes): | Dmitry Antipov | 2013-09-01 | 4 | -71/+18 |
| * | * dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent. | Dmitry Antipov | 2013-09-01 | 5 | -26/+23 |
| * | * fontset.c (face_for_char): Check char in the current face font first | Jan Djärv | 2013-09-01 | 2 | -0/+18 |
| * | In temp_output_buffer_show make sure window returned by display_buffer is liv... | Martin Rudalics | 2013-08-31 | 2 | -3/+6 |
| * | Minor cleanup to avoid forward declarations. | Dmitry Antipov | 2013-08-30 | 13 | -85/+60 |
| * | * intervals.c (set_point_from_marker): New function. | Dmitry Antipov | 2013-08-29 | 6 | -37/+31 |
| * | A possible fix for bug #14333 with hanging at exit on MS-Windows. | Eli Zaretskii | 2013-08-29 | 4 | -1/+34 |
| * | * lisp.h (XSETMARKER): Remove unused macro (it doesn't work | Dmitry Antipov | 2013-08-29 | 2 | -4/+2 |
| * | * alloc.c (Fmake_marker, build_marker): Zero need_adjustment | Dmitry Antipov | 2013-08-29 | 2 | -0/+7 |
| * | * xterm.c (x_clear_area): Lost 7th arg because it is always False. | Dmitry Antipov | 2013-08-29 | 5 | -65/+55 |
| * | Hook scanning and indentation functions to find_newline. This helps | Dmitry Antipov | 2013-08-29 | 5 | -116/+40 |
| * | * src/eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexically | Stefan Monnier | 2013-08-28 | 2 | -13/+17 |
| * | * nsterm.m (last_window): New variable. | Jan Djärv | 2013-08-28 | 2 | -2/+39 |
| * | * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE, CHAR_HEAD_P) | Andreas Schwab | 2013-08-28 | 2 | -16/+24 |
| * | Prefer enum glyph_row_area to int where appropriate. | Dmitry Antipov | 2013-08-28 | 7 | -47/+68 |
| * | * buffer.c (Foverlays_at, Foverlays_in, Fnext_overlay_change) | Dmitry Antipov | 2013-08-28 | 2 | -0/+17 |
| * | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | Paul Eggert | 2013-08-27 | 2 | -1/+6 |
| * | Redesign redisplay interface to drop global output_cursor. | Dmitry Antipov | 2013-08-28 | 8 | -124/+75 |
| * | Simplify SELECT_TYPE-related code. | Paul Eggert | 2013-08-27 | 9 | -44/+46 |
| * | Simplify EMACS_TIME-related code. | Paul Eggert | 2013-08-27 | 30 | -415/+359 |
| * | * xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:) | Dmitry Antipov | 2013-08-27 | 5 | -9/+12 |
| * | * lisp.h (Mouse_HLInfo): Move from here... | Dmitry Antipov | 2013-08-27 | 12 | -152/+94 |
| * | Fix minor problems found by static checking. | Paul Eggert | 2013-08-26 | 9 | -26/+47 |
| * | * src/lread.c (substitute_object_recurse): Handle hash-tables as well. | Stefan Monnier | 2013-08-26 | 2 | -23/+28 |
| * | Fix unlikely core dump in init_tty, and simplify terminfo case. | Paul Eggert | 2013-08-26 | 3 | -16/+34 |
| * | * frame.c (check_minibuf_window): Initialize 'window' properly, | Paul Eggert | 2013-08-26 | 2 | -1/+6 |
| * | 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 | 2 | -2/+7 |
| * | * lisp.h (Mouse_HLInfo): Drop set-but-unused members | Dmitry Antipov | 2013-08-26 | 3 | -14/+11 |
| * | New function check_minibuf_window to fix bug#15183. | Martin Rudalics | 2013-08-26 | 2 | -32/+55 |
| * | * window.h (struct window): Replace last_cursor with last_cursor_vpos | Dmitry Antipov | 2013-08-26 | 4 | -11/+19 |
| * | Fix recovering from possible decompression error. Since | Dmitry Antipov | 2013-08-26 | 2 | -3/+14 |
| * | * alloc.c (sweep_vectors): Do not initialize 'block' twice. | Dmitry Antipov | 2013-08-26 | 1 | -1/+1 |
| * | * syntax.c (init_syntax_once): Adjust comment and do an early | Dmitry Antipov | 2013-08-26 | 7 | -32/+14 |
| * | Add commentary for the last commit. | Eli Zaretskii | 2013-08-24 | 1 | -0/+2 |
| * | Fix bug #15175 with cursor on boxed characters from display tables. | Eli Zaretskii | 2013-08-24 | 2 | -1/+5 |
| * | Fix bug #15176 with setting directory times on MS-Windows. | Eli Zaretskii | 2013-08-24 | 2 | -6/+29 |
| * | * gtkutil.c (x_wm_set_size_hint): Don't set hints when maximized | Jan Djärv | 2013-08-24 | 2 | -0/+16 |
| * | System-dependent integer overflow fixes. | Paul Eggert | 2013-08-23 | 3 | -29/+55 |
| * | Don't let very long directory names overrun the stack. | Paul Eggert | 2013-08-23 | 6 | -138/+142 |
| * | Fix bug #15155 with ignoring face remapping for strings from prefix properties. | Eli Zaretskii | 2013-08-23 | 2 | -3/+12 |
| * | * window.c (struct save_window_data): Fix typo. | Dmitry Antipov | 2013-08-23 | 1 | -1/+1 |
| * | Minor cleanup for redisplay interface and few related functions. | Dmitry Antipov | 2013-08-23 | 7 | -47/+51 |
| * | Redesign redisplay interface to drop updated_row and updated_area. | Dmitry Antipov | 2013-08-23 | 4 | -55/+59 |
| * | * process.c (flush_pending_output): Remove stub. | Paul Eggert | 2013-08-22 | 4 | -25/+9 |
| * | * callproc.c: Fix race that killed background processes. | Paul Eggert | 2013-08-21 | 2 | -17/+36 |
| * | Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE | Dmitry Antipov | 2013-08-21 | 2 | -3/+18 |
| * | * process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC flag. | Paul Eggert | 2013-08-20 | 2 | -0/+15 |