| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | * nsmenu.m (ns_update_menubar): Call fillWithWidgetValue:setDelegate. | Jan Djärv | 2013-08-11 | 1 | -0/+18 |
| * | | Omit some unnecessary casts. | Paul Eggert | 2013-08-10 | 1 | -0/+54 |
| * | | Minor string-length refactoring. | Paul Eggert | 2013-08-10 | 1 | -0/+7 |
| * | | * xterm.c (x_error_handler): Also ignore BadWindow for X_SetInputFocus, | Jan Djärv | 2013-08-10 | 1 | -0/+5 |
| * | | Fix bug #15064 with assertion violation due to mouse face. | Eli Zaretskii | 2013-08-10 | 1 | -0/+6 |
| * | | Use xstrdup and build_unibyte_string where applicable. | Dmitry Antipov | 2013-08-09 | 1 | -0/+16 |
| * | | Define a few variables of obscure types to aid debugging exceptions on Windows. | Eli Zaretskii | 2013-08-09 | 1 | -0/+8 |
| * | | * nsterm.m (ns_update_begin): Don't change clip path if it would be | Jan Djärv | 2013-08-08 | 1 | -0/+5 |
| * | | Redesign redisplay interface to drop global variable updated_window. | Dmitry Antipov | 2013-08-08 | 1 | -0/+26 |
| * | | Do not reset window modification event counters excessively. | Dmitry Antipov | 2013-08-08 | 1 | -0/+13 |
| * | | Fix typo in ChangeLog entry. | Dmitry Antipov | 2013-08-07 | 1 | -1/+1 |
| * | | * xselect.c (x_send_client_event): Set send_event and serial, memset | Jan Djärv | 2013-08-07 | 1 | -0/+6 |
| * | | Fix bug #14616 with unnecessary redrawing of TTY frames. | Eli Zaretskii | 2013-08-07 | 1 | -0/+6 |
| * | | In w32fullscreen_hook really maximize frame when asked for (Bug#14841). | Martin Rudalics | 2013-08-07 | 1 | -0/+5 |
| * | | Prefer selected_window to Fselected_window, likewise for frames. | Dmitry Antipov | 2013-08-07 | 1 | -0/+9 |
| * | | Be more careful if selected window shows the buffer other than current, | Dmitry Antipov | 2013-08-07 | 1 | -0/+18 |
| * | | * window.c (window_scroll, window_scroll_pixel_based) | Dmitry Antipov | 2013-08-06 | 1 | -0/+5 |
| * | | * process.c: Fix minor off-by-one issues in descriptor counts. | Paul Eggert | 2013-08-06 | 1 | -0/+12 |
| * | | Use region cache to speedup bidi_find_paragraph_start. | Dmitry Antipov | 2013-08-06 | 1 | -0/+19 |
| * | | Invalidate region caches only if buffer text is going to be changed. | Dmitry Antipov | 2013-08-06 | 1 | -0/+18 |
| * | | Revert introduction of isearch-filter-predicates. | Stefan Monnier | 2013-08-05 | 1 | -0/+4 |
| * | | New macro to iterate over live buffers similar to frames. | Dmitry Antipov | 2013-08-05 | 1 | -0/+15 |
| * | | Fix some minor races in hosts lacking mkostemp. | Paul Eggert | 2013-08-04 | 1 | -0/+7 |
| * | | Minor fix of the last commit. | Eli Zaretskii | 2013-08-04 | 1 | -0/+1 |
| * | | Implement mkostemp for MS-Windows. | Eli Zaretskii | 2013-08-04 | 1 | -0/+6 |
| * | | * dispnew.c (glyph_matrix_count, glyph_pool_count): | Dmitry Antipov | 2013-08-04 | 1 | -0/+8 |
| * | | * composite.h: Minor fixups. | Paul Eggert | 2013-08-03 | 1 | -0/+9 |
| * | | * composite.h (compose_region): Remove the leftover. | Dmitry Antipov | 2013-08-03 | 1 | -0/+1 |
| * | | Do not use global Lisp_Object in composition macros. | Dmitry Antipov | 2013-08-03 | 1 | -0/+14 |
| * | | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -0/+12 |
| * | | Make defvar affect the default binding outside of any let. | Stefan Monnier | 2013-08-02 | 1 | -0/+10 |
| * | | Fix X GC leak in GTK and raw (no toolkit) X ports. | Dmitry Antipov | 2013-08-02 | 1 | -0/+10 |
| * | | * nsterm.h (EmacsView): Add maximizing_resize, put it and old_title | Jan Djärv | 2013-08-02 | 1 | -0/+10 |
| * | | * insdel.c (adjust_after_replace, replace_range, del_range_2): | Dmitry Antipov | 2013-08-02 | 1 | -0/+6 |
| * | | * w32term.c (x_unfocus_frame): Remove unused dummy function. | Dmitry Antipov | 2013-08-02 | 1 | -0/+1 |
| * | | * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontname | Dmitry Antipov | 2013-08-02 | 1 | -0/+11 |
| * | | Fix typos in ChangeLogs. | Juanma Barranquero | 2013-08-02 | 1 | -4/+4 |
| * | | * fileio.c, fns.c (merge): Move extern decl from here ... | Paul Eggert | 2013-08-01 | 1 | -0/+5 |
| * | | Fix last font-related change. | Dmitry Antipov | 2013-08-01 | 1 | -0/+10 |
| * | | * frame.h (FRAME_MOUSE_UPDATE): | Dmitry Antipov | 2013-08-01 | 1 | -0/+6 |
| * | | Avoid redundant Lisp_Object <-> struct frame conversions in font API. | Dmitry Antipov | 2013-08-01 | 1 | -0/+19 |
| * | | * xterm.c (any_help_event_p, x_draw_glyph_string_background): | Dmitry Antipov | 2013-08-01 | 1 | -0/+5 |
| * | | Do not use pure Xism x_wm_set_icon_position in non-X ports. | Dmitry Antipov | 2013-08-01 | 1 | -0/+10 |
| * | | * xterm.c (x_flush): Call XFlush once per each X display, not | Dmitry Antipov | 2013-08-01 | 1 | -0/+4 |
| * | | * xterm.c (last_mouse_press_frame): Remove the | Dmitry Antipov | 2013-08-01 | 1 | -0/+6 |
| * | | Drop unnecessary functions that deals with frame pixel size. | Dmitry Antipov | 2013-07-31 | 1 | -0/+13 |
| * | | * frame.c (Fset_frame_height, Fset_frame_width): Mention nil frame in docstring. | Dmitry Antipov | 2013-07-31 | 1 | -0/+3 |
| * | | * frame.c (Fmake_terminal_frame): Use store_in_alist to setup | Dmitry Antipov | 2013-07-31 | 1 | -0/+5 |
| * | | * frame.c (make_frame, x_set_frame_parameters): Use bool for boolean. | Dmitry Antipov | 2013-07-31 | 1 | -0/+12 |
| * | | Fix tempfile bug on platforms lacking mkostemp and mkstemp. | Paul Eggert | 2013-07-30 | 1 | -0/+6 |