| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix bug #14616 with unnecessary redrawing of TTY frames. | Eli Zaretskii | 2013-08-07 | 2 | -1/+18 |
| * | In w32fullscreen_hook really maximize frame when asked for (Bug#14841). | Martin Rudalics | 2013-08-07 | 2 | -1/+8 |
| * | Prefer selected_window to Fselected_window, likewise for frames. | Dmitry Antipov | 2013-08-07 | 5 | -14/+15 |
| * | Be more careful if selected window shows the buffer other than current, | Dmitry Antipov | 2013-08-07 | 4 | -65/+71 |
| * | * window.c (window_scroll, window_scroll_pixel_based) | Dmitry Antipov | 2013-08-06 | 2 | -7/+12 |
| * | * process.c: Fix minor off-by-one issues in descriptor counts. | Paul Eggert | 2013-08-06 | 2 | -27/+39 |
| * | Use region cache to speedup bidi_find_paragraph_start. | Dmitry Antipov | 2013-08-06 | 7 | -20/+93 |
| * | Invalidate region caches only if buffer text is going to be changed. | Dmitry Antipov | 2013-08-06 | 6 | -38/+72 |
| * | Revert introduction of isearch-filter-predicates. | Stefan Monnier | 2013-08-05 | 3 | -1/+6 |
| * | New macro to iterate over live buffers similar to frames. | Dmitry Antipov | 2013-08-05 | 9 | -64/+60 |
| * | Fix some minor races in hosts lacking mkostemp. | Paul Eggert | 2013-08-04 | 3 | -29/+10 |
| * | Minor fix of the last commit. | Eli Zaretskii | 2013-08-04 | 2 | -1/+1 |
| * | Implement mkostemp for MS-Windows. | Eli Zaretskii | 2013-08-04 | 2 | -38/+49 |
| * | * dispnew.c (glyph_matrix_count, glyph_pool_count): | Dmitry Antipov | 2013-08-04 | 2 | -19/+38 |
| * | * composite.h: Minor fixups. | Paul Eggert | 2013-08-03 | 3 | -30/+42 |
| * | * composite.h (compose_region): Remove the leftover. | Dmitry Antipov | 2013-08-03 | 2 | -2/+1 |
| * | Do not use global Lisp_Object in composition macros. | Dmitry Antipov | 2013-08-03 | 5 | -51/+68 |
| * | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 45 | -395/+410 |
| * | Make defvar affect the default binding outside of any let. | Stefan Monnier | 2013-08-02 | 4 | -57/+105 |
| * | Fix X GC leak in GTK and raw (no toolkit) X ports. | Dmitry Antipov | 2013-08-02 | 4 | -37/+24 |
| * | * nsterm.h (EmacsView): Add maximizing_resize, put it and old_title | Jan Djärv | 2013-08-02 | 3 | -11/+42 |
| * | Fix last change. | Dmitry Antipov | 2013-08-02 | 1 | -2/+5 |
| * | * insdel.c (adjust_after_replace, replace_range, del_range_2): | Dmitry Antipov | 2013-08-02 | 2 | -17/+16 |
| * | * w32term.c (x_unfocus_frame): Remove unused dummy function. | Dmitry Antipov | 2013-08-02 | 2 | -5/+1 |
| * | * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontname | Dmitry Antipov | 2013-08-02 | 4 | -29/+23 |
| * | 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 | 4 | -4/+6 |
| * | Fix last font-related change. | Dmitry Antipov | 2013-08-01 | 3 | -8/+17 |
| * | * frame.h (FRAME_MOUSE_UPDATE): | Dmitry Antipov | 2013-08-01 | 3 | -8/+12 |
| * | Avoid redundant Lisp_Object <-> struct frame conversions in font API. | Dmitry Antipov | 2013-08-01 | 10 | -84/+80 |
| * | * xterm.c (any_help_event_p, x_draw_glyph_string_background): | Dmitry Antipov | 2013-08-01 | 3 | -20/+11 |
| * | Do not use pure Xism x_wm_set_icon_position in non-X ports. | Dmitry Antipov | 2013-08-01 | 6 | -31/+16 |
| * | * xterm.c (x_flush): Call XFlush once per each X display, not | Dmitry Antipov | 2013-08-01 | 2 | -9/+14 |
| * | * xterm.c (last_mouse_press_frame): Remove the | Dmitry Antipov | 2013-08-01 | 2 | -10/+6 |
| * | Drop unnecessary functions that deals with frame pixel size. | Dmitry Antipov | 2013-07-31 | 12 | -67/+19 |
| * | * frame.c (Fset_frame_height, Fset_frame_width): Mention nil frame in docstring. | Dmitry Antipov | 2013-07-31 | 2 | -14/+17 |
| * | * frame.c (Fmake_terminal_frame): Use store_in_alist to setup | Dmitry Antipov | 2013-07-31 | 2 | -9/+11 |
| * | * frame.c (make_frame, x_set_frame_parameters): Use bool for boolean. | Dmitry Antipov | 2013-07-31 | 5 | -12/+26 |
| * | Fix tempfile bug on platforms lacking mkostemp and mkstemp. | Paul Eggert | 2013-07-30 | 2 | -2/+9 |
| * | * xfaces.c (make_face_cache): For struct face_cache, prefer | Dmitry Antipov | 2013-07-30 | 2 | -9/+12 |
| * | * fringe.c (draw_window_fringes, update_window_fringes) | Dmitry Antipov | 2013-07-30 | 12 | -62/+82 |
| * | * frame.c (Fmodify_frame_parameters): Always check 2nd arg with | Dmitry Antipov | 2013-07-30 | 2 | -4/+10 |
| * | * fns.c (toplevel): Remove comment before Fsafe_length because | Dmitry Antipov | 2013-07-29 | 2 | -2/+5 |
| * | * frame.c (delete_frame): Avoid unnecessary 'this_f' test. | Paul Eggert | 2013-07-28 | 2 | -5/+10 |
| * | Fix bug #14970 with crashes when deleting many frames on MS-Windows. | Eli Zaretskii | 2013-07-28 | 3 | -3/+17 |
| * | Spelling fixes. | Paul Eggert | 2013-07-28 | 3 | -4/+4 |
| * | Fix focus-out events on MS-Windows. | Eli Zaretskii | 2013-07-27 | 2 | -6/+8 |
| * | Fix documentation of list-processes and process-list. | Eli Zaretskii | 2013-07-26 | 2 | -1/+3 |
| * | Fix typos in ChangeLogs. | Juanma Barranquero | 2013-07-26 | 1 | -3/+3 |
| * | Fix bug #14841 with invisible frames on MS-Windows. | Eli Zaretskii | 2013-07-26 | 2 | -3/+16 |