aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * frame.c (Fmodify_frame_parameters): Always check 2nd arg withDmitry Antipov2013-07-302-4/+10
* * fns.c (toplevel): Remove comment before Fsafe_length becauseDmitry Antipov2013-07-292-2/+5
* * frame.c (delete_frame): Avoid unnecessary 'this_f' test.Paul Eggert2013-07-282-5/+10
* Fix bug #14970 with crashes when deleting many frames on MS-Windows.Eli Zaretskii2013-07-283-3/+17
* Spelling fixes.Paul Eggert2013-07-283-4/+4
* Fix focus-out events on MS-Windows.Eli Zaretskii2013-07-272-6/+8
* Fix documentation of list-processes and process-list.Eli Zaretskii2013-07-262-1/+3
* Fix typos in ChangeLogs.Juanma Barranquero2013-07-261-3/+3
* Fix bug #14841 with invisible frames on MS-Windows.Eli Zaretskii2013-07-262-3/+16
* Fix minor problems found by static checking.Paul Eggert2013-07-262-6/+13
* Add support for lexical variables to the debugger's `e' command.Stefan Monnier2013-07-263-34/+160
* * fileio.c (Finsert_file_contents): Use a more-conservative fix.Paul Eggert2013-07-251-4/+1
* * fileio.c (Finsert_file_contents): Avoid double-close.Paul Eggert2013-07-252-1/+9
* Fix bug #14780 with unreachable lines near end of buffer.Eli Zaretskii2013-07-242-5/+16
* * src/alloc.c (make_save_ptr): Define if HAVE_NTGUI is defined (Bug#14944).Ken Brown2013-07-242-1/+6
* * src/eval.c (Fprogn): Do not check that BODY is a proper list.Paul Eggert2013-07-242-6/+7
* No need for configure to create etc/ and lisp/ any moreGlenn Morris2013-07-232-0/+10
* Use a @configure_input@ comment at the start of generated MakefilesGlenn Morris2013-07-231-1/+1
* Port to GNU/Linux systems with tinfo but not ncurses.Paul Eggert2013-07-232-1/+7
* * eval.c (Fprogn): Check that BODY is a proper list.Paul Eggert2013-07-232-0/+8
* Tune UNEVALLED functions by using XCAR instead of Fcar, etc.Paul Eggert2013-07-233-75/+80
* * emacsgtkfixed.c: Port to GCC 4.6.Paul Eggert2013-07-232-1/+6