| Commit message (Expand) | Author | Age | Files | Lines |
| * | * src/emacs.c (usage_message): Possessive apostrophe tweak. | Glenn Morris | 2013-09-11 | 4 | -5/+9 |
| * | * nsterm.m (syms_of_nsterm): Use Qns. | Dmitry Antipov | 2013-09-11 | 5 | -20/+13 |
| * | * termhooks.h (fullscreen_hook): Remove the leftover. | Dmitry Antipov | 2013-09-11 | 2 | -6/+6 |
| * | Cleaning up a few X scroll bar bits. | Dmitry Antipov | 2013-09-11 | 4 | -15/+37 |
| * | * src/insdel.c (insert_from_buffer_1): Don't mark buffer as modified when | Stefan Monnier | 2013-09-11 | 2 | -0/+8 |
| * | * xdisp.c (Ftool_bar_lines_needed): Declare as 'const' if ifdeffed out, | Paul Eggert | 2013-09-11 | 2 | -0/+9 |
| * | Ifdef away frame tool bar code when it is not really used. | Dmitry Antipov | 2013-09-11 | 8 | -45/+102 |
| * | Fix corruption with multiple emacsclient -t instances. | Paul Eggert | 2013-09-11 | 3 | -14/+11 |
| * | Fix last change. | Dmitry Antipov | 2013-09-11 | 2 | -5/+25 |
| * | Change comparison functions =, <, >, <=, >= to take many arguments. | Barry O'Reilly | 2013-09-11 | 4 | -38/+59 |
| * | * keyboard.c (read_char): Fix last change. | Stefan Monnier | 2013-09-10 | 1 | -1/+1 |
| * | * src/keyboard.c (read_char): Don't break immediate_echo. | Stefan Monnier | 2013-09-10 | 2 | -3/+5 |
| * | * lisp/subr.el (with-demoted-errors): Add `format' argument. | Stefan Monnier | 2013-09-10 | 2 | -3/+9 |
| * | Review and drop old frame resize hack. | Dmitry Antipov | 2013-09-09 | 4 | -19/+14 |
| * | Do not populate pure Xism x_sync to other ports. | Dmitry Antipov | 2013-09-09 | 6 | -19/+11 |
| * | Cleanup frame flushing. | Dmitry Antipov | 2013-09-09 | 10 | -71/+41 |
| * | Port --without-x --enable-gcc-warnings to Fedora 19. | Paul Eggert | 2013-09-06 | 2 | -0/+8 |
| * | * lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_face_id) | Dmitry Antipov | 2013-09-06 | 5 | -81/+72 |
| * | * src/eval.c (eval_sub): Only call Ffunction if necessary. | Stefan Monnier | 2013-09-06 | 2 | -4/+7 |
| * | Attempt to make redisplay more selective when changing cursor type. | Dmitry Antipov | 2013-09-06 | 3 | -12/+30 |
| * | Fix ChangeLog typo. | Dmitry Antipov | 2013-09-06 | 1 | -1/+1 |
| * | Attempt to make redisplay more selective when changing fonts. | Dmitry Antipov | 2013-09-06 | 10 | -114/+111 |
| * | Cache current header and mode line height for each window. | Dmitry Antipov | 2013-09-05 | 5 | -36/+50 |
| * | * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER. | Dmitry Antipov | 2013-09-05 | 5 | -36/+14 |
| * | Make --without-x compatible with --enable-gcc-warnings. | Dmitry Antipov | 2013-09-05 | 6 | -26/+78 |
| * | * frame.c (check_minibuf_window): Update 'frame' with frame pointer. | Dmitry Antipov | 2013-09-05 | 3 | -1/+9 |
| * | * src/cmds.c (Fself_insert_command): Don't pass a non-integer to XINT. | Stefan Monnier | 2013-09-04 | 2 | -1/+5 |
| * | * alloc.c (make_event_array): First arg is now ptrdiff_t, not int. | Paul Eggert | 2013-09-04 | 3 | -3/+8 |
| * | * src/keyboard.c (read_key_sequence_vs): New function. | Stefan Monnier | 2013-09-04 | 2 | -92/+64 |
| * | * src/callint.c (Fcall_interactively): Always return a vector for 'K'. | Stefan Monnier | 2013-09-04 | 2 | -2/+6 |
| * | Makefile improvements. | Paul Eggert | 2013-09-03 | 2 | -8/+14 |
| * | * xterm.h (struct x_display_info): Do not track X connection | Dmitry Antipov | 2013-09-04 | 3 | -8/+16 |
| * | * lisp/finder.el (finder-compile-keywords): Don't mess with windows. | Stefan Monnier | 2013-09-03 | 1 | -13/+0 |
| * | * buffer.c (drop_overlay): | Dmitry Antipov | 2013-09-03 | 3 | -3/+9 |
| * | * buffer.c (Fmake_overlay, Fmove_overlay): | Dmitry Antipov | 2013-09-03 | 4 | -18/+24 |
| * | * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed. | Dmitry Antipov | 2013-09-03 | 3 | -9/+1 |
| * | * xterm.h (struct x_output): Remove set-but-unused | Dmitry Antipov | 2013-09-03 | 3 | -9/+3 |
| * | * xterm.h (struct scroll_bar): Prefer int to Lisp_Object | Dmitry Antipov | 2013-09-03 | 4 | -35/+46 |
| * | * nsfont.m (INVALID_GLYPH): New define. | Jan Djärv | 2013-09-03 | 2 | -4/+11 |
| * | Move Flast_nonminibuf_frame from dispnew.c to frame.c. | Martin Rudalics | 2013-09-02 | 3 | -16/+18 |
| * | * xterm.c (x_last_mouse_movement_time): Revert last change. | Dmitry Antipov | 2013-09-02 | 2 | -55/+26 |
| * | In check_minibuf_window don't abort if no window was found (Bug#15247). | Martin Rudalics | 2013-09-02 | 2 | -3/+7 |
| * | * xterm.c (handle_one_xevent): Use event.xunmap and not event.xmap when | Dmitry Antipov | 2013-09-02 | 2 | -1/+3 |
| * | * xterm.c (x_last_mouse_movement_time) [X_MOTION_HISTORY]: Fix last change. | Dmitry Antipov | 2013-09-02 | 1 | -2/+6 |
| * | Use XGetMotionEvents to ask the last mouse motion time from X server. | Dmitry Antipov | 2013-09-02 | 2 | -15/+58 |
| * | * msdos.c (last_mouse_window): Move to... | Dmitry Antipov | 2013-09-02 | 5 | -52/+47 |
| * | * window.h (Vmouse_window, Vmouse_event): Remove the leftovers. | Dmitry Antipov | 2013-09-02 | 2 | -8/+1 |
| * | * 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 |