| Commit message (Expand) | Author | Age | Files | Lines |
| * | * w32term.c (note_mouse_movement): Fix last change. | Dmitry Antipov | 2013-09-18 | 1 | -1/+1 |
| * | Ifdef away recent changes which aren't relevant to NS port. | Dmitry Antipov | 2013-09-18 | 3 | -1/+16 |
| * | * frame.c (x_redo_mouse_highlight): New function | Dmitry Antipov | 2013-09-18 | 10 | -64/+90 |
| * | * frame.c (x_mouse_grabbed): New function. | Dmitry Antipov | 2013-09-18 | 10 | -63/+75 |
| * | * w32term.c (w32_read_socket): Avoid temporary | Dmitry Antipov | 2013-09-17 | 3 | -19/+10 |
| * | * frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function. | Dmitry Antipov | 2013-09-17 | 5 | -38/+31 |
| * | * dispextern.h (check_x_display_info, x_get_string_resource): | Dmitry Antipov | 2013-09-17 | 8 | -25/+25 |
| * | * xterm.h (struct x_display_info): New member | Dmitry Antipov | 2013-09-17 | 5 | -33/+37 |
| * | Add a major-mode for the *Messages* buffer | Glenn Morris | 2013-09-17 | 2 | -3/+20 |
| * | * xterm.c (toplevel) [USE_MOTIF]: Include xlwmenu.h to pacify GCC. | Dmitry Antipov | 2013-09-17 | 2 | -1/+2 |
| * | Don't overuse 'const' in types of locals. | Paul Eggert | 2013-09-17 | 9 | -28/+49 |
| * | * xterm.c (handle_one_xevent): Do not call to x_clear_area | Dmitry Antipov | 2013-09-17 | 2 | -1/+3 |
| * | * configure.ac: Do not check for g_type_init because we | Dmitry Antipov | 2013-09-17 | 3 | -6/+19 |
| * | * xsettings.c (init_gconf, init_gsettings): Check for Glib 2.36.0 | Jan Djärv | 2013-09-16 | 2 | -0/+7 |
| * | Fix syms_of_(mac|ms)font calls. | Jan Djärv | 2013-09-16 | 3 | -6/+14 |
| * | * xterm.c (toolkit_scroll_bar_interaction): Use bool for boolean. | Dmitry Antipov | 2013-09-16 | 2 | -3/+10 |
| * | Do not copy X event in handle_one_xevent except KeyPress case. | Dmitry Antipov | 2013-09-16 | 8 | -233/+226 |
| * | Fix X event waiting to handle multiple frames. | Dmitry Antipov | 2013-09-16 | 3 | -40/+42 |
| * | Fix compilation for GNUStep due to font changes. | Jan Djärv | 2013-09-15 | 3 | -5/+12 |
| * | Forgot to add files. | Jan Djärv | 2013-09-15 | 3 | -0/+13217 |
| * | Port the font backend from the Mac port. | Jan Djärv | 2013-09-15 | 8 | -44/+133 |
| * | Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999, | Dmitry Antipov | 2013-09-15 | 9 | -100/+36 |
| * | * xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WINDOWS because | Dmitry Antipov | 2013-09-15 | 3 | -8/+2 |
| * | * xterm.h (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET) [USE_X_TOOLKIT]: | Dmitry Antipov | 2013-09-15 | 3 | -8/+6 |
| * | * frame.h (FRAME_SMALLEST_CHAR_WIDTH, FRAME_SMALLEST_FONT_HEIGHT): | Dmitry Antipov | 2013-09-15 | 5 | -24/+12 |
| * | * xterm.h (FRAME_X_SCREEN_NUMBER): Add comment. | Dmitry Antipov | 2013-09-15 | 2 | -4/+12 |
| * | 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 | 2 | -2/+7 |
| * | * frame.c (Fx_focus_frame) [HAVE_WINDOW_SYSTEM]: Fix last change. | Dmitry Antipov | 2013-09-13 | 1 | -1/+4 |
| * | Unify Fx_focus_frame between all ports. | Dmitry Antipov | 2013-09-13 | 9 | -33/+38 |
| * | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 28 | -354/+352 |
| * | * xterm.h (x_window_to_frame, x_any_window_to_frame) | Dmitry Antipov | 2013-09-13 | 4 | -196/+187 |
| * | lisp.mk (lisp): Add w32-common-fns.elc. | Eli Zaretskii | 2013-09-12 | 2 | -0/+5 |
| * | * src/charset.c (char_charset): Document an exception for char-charset. | Xue Fuqiao | 2013-09-12 | 2 | -0/+6 |
| * | * xterm.h (x_display_info): New field last_user_time... | Dmitry Antipov | 2013-09-12 | 3 | -17/+23 |
| * | * xterm.c (x_set_scroll_bar_thumb) [USE_LUCID && !HAVE_XAW3D]: Clip | Dmitry Antipov | 2013-09-12 | 2 | -3/+17 |
| * | * 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 |