aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #15064 with assertion violation due to mouse face.Eli Zaretskii2013-08-102-7/+11
* Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov2013-08-0912-48/+36
* Define a few variables of obscure types to aid debugging exceptions on Windows.Eli Zaretskii2013-08-092-0/+23
* * nsterm.m (ns_update_begin): Don't change clip path if it would beJan Djärv2013-08-082-5/+19
* Redesign redisplay interface to drop global variable updated_window.Dmitry Antipov2013-08-087-121/+98
* Do not reset window modification event counters excessively.Dmitry Antipov2013-08-085-33/+17
* Fix typo in ChangeLog entry.Dmitry Antipov2013-08-071-1/+1
* * xselect.c (x_send_client_event): Set send_event and serial, memsetJan Djärv2013-08-072-4/+12
* xdisp.c: Fix a typo in a comment for the last commit.Eli Zaretskii2013-08-071-1/+1
* Fix bug #14616 with unnecessary redrawing of TTY frames.Eli Zaretskii2013-08-072-1/+18
* In w32fullscreen_hook really maximize frame when asked for (Bug#14841).Martin Rudalics2013-08-072-1/+8
* Prefer selected_window to Fselected_window, likewise for frames.Dmitry Antipov2013-08-075-14/+15
* Be more careful if selected window shows the buffer other than current,Dmitry Antipov2013-08-074-65/+71
* * window.c (window_scroll, window_scroll_pixel_based)Dmitry Antipov2013-08-062-7/+12
* * process.c: Fix minor off-by-one issues in descriptor counts.Paul Eggert2013-08-062-27/+39
* Use region cache to speedup bidi_find_paragraph_start.Dmitry Antipov2013-08-067-20/+93
* Invalidate region caches only if buffer text is going to be changed.Dmitry Antipov2013-08-066-38/+72
* Revert introduction of isearch-filter-predicates.Stefan Monnier2013-08-053-1/+6
* New macro to iterate over live buffers similar to frames.Dmitry Antipov2013-08-059-64/+60
* Fix some minor races in hosts lacking mkostemp.Paul Eggert2013-08-043-29/+10
* Minor fix of the last commit.Eli Zaretskii2013-08-042-1/+1
* Implement mkostemp for MS-Windows.Eli Zaretskii2013-08-042-38/+49
* * dispnew.c (glyph_matrix_count, glyph_pool_count):Dmitry Antipov2013-08-042-19/+38
* * composite.h: Minor fixups.Paul Eggert2013-08-033-30/+42
* * composite.h (compose_region): Remove the leftover.Dmitry Antipov2013-08-032-2/+1
* Do not use global Lisp_Object in composition macros.Dmitry Antipov2013-08-035-51/+68
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-0345-395/+410
* Make defvar affect the default binding outside of any let.Stefan Monnier2013-08-024-57/+105
* Fix X GC leak in GTK and raw (no toolkit) X ports.Dmitry Antipov2013-08-024-37/+24
* * nsterm.h (EmacsView): Add maximizing_resize, put it and old_titleJan Djärv2013-08-023-11/+42
* Fix last change.Dmitry Antipov2013-08-021-2/+5
* * insdel.c (adjust_after_replace, replace_range, del_range_2):Dmitry Antipov2013-08-022-17/+16
* * w32term.c (x_unfocus_frame): Remove unused dummy function.Dmitry Antipov2013-08-022-5/+1
* * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontnameDmitry Antipov2013-08-024-29/+23
* Fix typos in ChangeLogs.Juanma Barranquero2013-08-021-4/+4
* * fileio.c, fns.c (merge): Move extern decl from here ...Paul Eggert2013-08-014-4/+6
* Fix last font-related change.Dmitry Antipov2013-08-013-8/+17
* * frame.h (FRAME_MOUSE_UPDATE):Dmitry Antipov2013-08-013-8/+12
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-0110-84/+80
* * xterm.c (any_help_event_p, x_draw_glyph_string_background):Dmitry Antipov2013-08-013-20/+11
* Do not use pure Xism x_wm_set_icon_position in non-X ports.Dmitry Antipov2013-08-016-31/+16
* * xterm.c (x_flush): Call XFlush once per each X display, notDmitry Antipov2013-08-012-9/+14
* * xterm.c (last_mouse_press_frame): Remove theDmitry Antipov2013-08-012-10/+6
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-3112-67/+19
* * frame.c (Fset_frame_height, Fset_frame_width): Mention nil frame in docstring.Dmitry Antipov2013-07-312-14/+17
* * frame.c (Fmake_terminal_frame): Use store_in_alist to setupDmitry Antipov2013-07-312-9/+11
* * frame.c (make_frame, x_set_frame_parameters): Use bool for boolean.Dmitry Antipov2013-07-315-12/+26
* Fix tempfile bug on platforms lacking mkostemp and mkstemp.Paul Eggert2013-07-302-2/+9
* * xfaces.c (make_face_cache): For struct face_cache, preferDmitry Antipov2013-07-302-9/+12
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-3012-62/+82