summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-08-02* insdel.c (adjust_after_replace, replace_range, del_range_2):Dmitry Antipov
2013-08-02* w32term.c (x_unfocus_frame): Remove unused dummy function.Dmitry Antipov
2013-08-02* xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontnameDmitry Antipov
2013-08-02Fix typos in ChangeLogs.Juanma Barranquero
2013-08-01* fileio.c, fns.c (merge): Move extern decl from here ...Paul Eggert
2013-08-01Fix last font-related change.Dmitry Antipov
2013-08-01* frame.h (FRAME_MOUSE_UPDATE):Dmitry Antipov
2013-08-01Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov
2013-08-01* xterm.c (any_help_event_p, x_draw_glyph_string_background):Dmitry Antipov
2013-08-01Do not use pure Xism x_wm_set_icon_position in non-X ports.Dmitry Antipov
2013-08-01* xterm.c (x_flush): Call XFlush once per each X display, notDmitry Antipov
2013-08-01* xterm.c (last_mouse_press_frame): Remove theDmitry Antipov
2013-07-31Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov
2013-07-31* frame.c (Fset_frame_height, Fset_frame_width): Mention nil frame in docstring.Dmitry Antipov
2013-07-31* frame.c (Fmake_terminal_frame): Use store_in_alist to setupDmitry Antipov
2013-07-31* frame.c (make_frame, x_set_frame_parameters): Use bool for boolean.Dmitry Antipov
2013-07-30Fix tempfile bug on platforms lacking mkostemp and mkstemp.Paul Eggert
2013-07-30* xfaces.c (make_face_cache): For struct face_cache, preferDmitry Antipov
2013-07-30* fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov
2013-07-30* frame.c (Fmodify_frame_parameters): Always check 2nd arg withDmitry Antipov
2013-07-29* fns.c (toplevel): Remove comment before Fsafe_length becauseDmitry Antipov
2013-07-28* frame.c (delete_frame): Avoid unnecessary 'this_f' test.Paul Eggert
2013-07-28Fix bug #14970 with crashes when deleting many frames on MS-Windows.Eli Zaretskii
2013-07-28Spelling fixes.Paul Eggert
2013-07-27Fix focus-out events on MS-Windows.Eli Zaretskii
2013-07-26Fix documentation of list-processes and process-list.Eli Zaretskii
2013-07-26Fix typos in ChangeLogs.Juanma Barranquero
2013-07-26Fix bug #14841 with invisible frames on MS-Windows.Eli Zaretskii
2013-07-26Fix minor problems found by static checking.Paul Eggert
2013-07-26Add support for lexical variables to the debugger's `e' command.Stefan Monnier
2013-07-25* fileio.c (Finsert_file_contents): Use a more-conservative fix.Paul Eggert
2013-07-25* fileio.c (Finsert_file_contents): Avoid double-close.Paul Eggert
2013-07-24Fix bug #14780 with unreachable lines near end of buffer.Eli Zaretskii
2013-07-24* src/alloc.c (make_save_ptr): Define if HAVE_NTGUI is defined (Bug#14944).Ken Brown
2013-07-24* src/eval.c (Fprogn): Do not check that BODY is a proper list.Paul Eggert
2013-07-23No need for configure to create etc/ and lisp/ any moreGlenn Morris
2013-07-23Use a @configure_input@ comment at the start of generated MakefilesGlenn Morris
2013-07-23Port to GNU/Linux systems with tinfo but not ncurses.Paul Eggert
2013-07-23* eval.c (Fprogn): Check that BODY is a proper list.Paul Eggert
2013-07-23Tune UNEVALLED functions by using XCAR instead of Fcar, etc.Paul Eggert
2013-07-23* emacsgtkfixed.c: Port to GCC 4.6.Paul Eggert
2013-07-23src/callproc.c (child_setup): Silence compiler warnings.Juanma Barranquero
2013-07-22* sysdep.c (frame) [__FreeBSD__]: #define to freebsd_framePaul Eggert
2013-07-21* alloc.c (make_save_ptr_ptr): Define this function.Paul Eggert
2013-07-21* nsterm.m (sendEvent:): Skip mouse moved if no dialog and no EmacsJan Djärv
2013-07-20Avoid vfork-related deadlock more cleanly.Paul Eggert
2013-07-20Spelling fixes.Paul Eggert
2013-07-21lisp/ChangeLog, src/ChangeLog: Fix typos.Juanma Barranquero
2013-07-20Merge from emacs-24; up to 2012-12-31T11:35:13Z!rudalics@gmx.atGlenn Morris
2013-07-20Fix array bounds violation when pty allocation fails.Paul Eggert