| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Fix X event waiting to handle multiple frames. | Dmitry Antipov | 2013-09-16 | 1 | -0/+10 |
| * | | Fix compilation for GNUStep due to font changes. | Jan Djärv | 2013-09-15 | 1 | -0/+6 |
| * | | Port the font backend from the Mac port. | Jan Djärv | 2013-09-15 | 1 | -0/+32 |
| * | | Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999, | Dmitry Antipov | 2013-09-15 | 1 | -0/+14 |
| * | | * xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WINDOWS because | Dmitry Antipov | 2013-09-15 | 1 | -0/+2 |
| * | | * xterm.h (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET) [USE_X_TOOLKIT]: | Dmitry Antipov | 2013-09-15 | 1 | -0/+4 |
| * | | * frame.h (FRAME_SMALLEST_CHAR_WIDTH, FRAME_SMALLEST_FONT_HEIGHT): | Dmitry Antipov | 2013-09-15 | 1 | -0/+3 |
| * | | * xterm.h (FRAME_X_SCREEN_NUMBER): Add comment. | Dmitry Antipov | 2013-09-15 | 1 | -0/+5 |
| * | | Fix src/ChangeLog entry of last commit. | Eli Zaretskii | 2013-09-14 | 1 | -1/+1 |
| * | | Fix bug #15375 with inaccurate docs of display margin width values. | Eli Zaretskii | 2013-09-14 | 1 | -0/+5 |
| * | | Unify Fx_focus_frame between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -0/+20 |
| * | | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -0/+17 |
| * | | * xterm.h (x_window_to_frame, x_any_window_to_frame) | Dmitry Antipov | 2013-09-13 | 1 | -0/+11 |
| * | | lisp.mk (lisp): Add w32-common-fns.elc. | Eli Zaretskii | 2013-09-12 | 1 | -0/+4 |
| * | | * src/charset.c (char_charset): Document an exception for char-charset. | Xue Fuqiao | 2013-09-12 | 1 | -0/+4 |
| * | | * xterm.h (x_display_info): New field last_user_time... | Dmitry Antipov | 2013-09-12 | 1 | -0/+6 |
| * | | * xterm.c (x_set_scroll_bar_thumb) [USE_LUCID && !HAVE_XAW3D]: Clip | Dmitry Antipov | 2013-09-12 | 1 | -0/+5 |
| * | | * src/emacs.c (usage_message): Possessive apostrophe tweak. | Glenn Morris | 2013-09-11 | 1 | -0/+4 |
| * | | * nsterm.m (syms_of_nsterm): Use Qns. | Dmitry Antipov | 2013-09-11 | 1 | -0/+6 |
| * | | * termhooks.h (fullscreen_hook): Remove the leftover. | Dmitry Antipov | 2013-09-11 | 1 | -0/+5 |
| * | | Cleaning up a few X scroll bar bits. | Dmitry Antipov | 2013-09-11 | 1 | -0/+16 |
| * | | * src/insdel.c (insert_from_buffer_1): Don't mark buffer as modified when | Stefan Monnier | 2013-09-11 | 1 | -0/+5 |
| * | | * xdisp.c (Ftool_bar_lines_needed): Declare as 'const' if ifdeffed out, | Paul Eggert | 2013-09-11 | 1 | -0/+5 |
| * | | Ifdef away frame tool bar code when it is not really used. | Dmitry Antipov | 2013-09-11 | 1 | -0/+23 |
| * | | Fix corruption with multiple emacsclient -t instances. | Paul Eggert | 2013-09-11 | 1 | -0/+11 |
| * | | Fix last change. | Dmitry Antipov | 2013-09-11 | 1 | -0/+15 |
| * | | * src/keyboard.c (read_char): Don't break immediate_echo. | Stefan Monnier | 2013-09-10 | 1 | -0/+4 |
| * | | * lisp/subr.el (with-demoted-errors): Add `format' argument. | Stefan Monnier | 2013-09-10 | 1 | -2/+6 |
| * | | Review and drop old frame resize hack. | Dmitry Antipov | 2013-09-09 | 1 | -0/+11 |
| * | | Do not populate pure Xism x_sync to other ports. | Dmitry Antipov | 2013-09-09 | 1 | -0/+8 |
| * | | Cleanup frame flushing. | Dmitry Antipov | 2013-09-09 | 1 | -0/+21 |
| * | | Port --without-x --enable-gcc-warnings to Fedora 19. | Paul Eggert | 2013-09-06 | 1 | -0/+6 |
| * | | * lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_face_id) | Dmitry Antipov | 2013-09-06 | 1 | -0/+13 |
| * | | * src/eval.c (eval_sub): Only call Ffunction if necessary. | Stefan Monnier | 2013-09-06 | 1 | -0/+4 |
| * | | Attempt to make redisplay more selective when changing cursor type. | Dmitry Antipov | 2013-09-06 | 1 | -0/+13 |
| * | | 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 | 1 | -0/+30 |
| * | | Cache current header and mode line height for each window. | Dmitry Antipov | 2013-09-05 | 1 | -0/+16 |
| * | | * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER. | Dmitry Antipov | 2013-09-05 | 1 | -0/+5 |
| * | | Make --without-x compatible with --enable-gcc-warnings. | Dmitry Antipov | 2013-09-05 | 1 | -0/+21 |
| * | | * frame.c (check_minibuf_window): Update 'frame' with frame pointer. | Dmitry Antipov | 2013-09-05 | 1 | -0/+6 |
| * | | * src/cmds.c (Fself_insert_command): Don't pass a non-integer to XINT. | Stefan Monnier | 2013-09-04 | 1 | -0/+4 |
| * | | * alloc.c (make_event_array): First arg is now ptrdiff_t, not int. | Paul Eggert | 2013-09-04 | 1 | -0/+5 |
| * | | * src/keyboard.c (read_key_sequence_vs): New function. | Stefan Monnier | 2013-09-04 | 1 | -0/+4 |
| * | | * src/callint.c (Fcall_interactively): Always return a vector for 'K'. | Stefan Monnier | 2013-09-04 | 1 | -0/+4 |
| * | | Makefile improvements. | Paul Eggert | 2013-09-03 | 1 | -0/+8 |
| * | | * xterm.h (struct x_display_info): Do not track X connection | Dmitry Antipov | 2013-09-04 | 1 | -0/+7 |
| * | | * buffer.c (drop_overlay): | Dmitry Antipov | 2013-09-03 | 1 | -0/+6 |
| * | | * buffer.c (Fmake_overlay, Fmove_overlay): | Dmitry Antipov | 2013-09-03 | 1 | -0/+7 |
| * | | * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed. | Dmitry Antipov | 2013-09-03 | 1 | -0/+1 |