summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2013-09-29In delete_frame record selected frame only after calling Qdelete_frame_functi...Andreas Politz
2013-09-28Pick up default selection color on OSX when user defaults are not set.Jan Djärv
2013-09-28Fix compilation under GLYPH_DEBUG, broken by conditional tool_bar_window.Eli Zaretskii
2013-09-25Signal error when reading an empty byte-code object (Bug#15405)Barry O'Reilly
2013-09-24* dispnew.c (clear_glyph_row, copy_row_except_pointers): Use enumsPaul Eggert
2013-09-24* data.c (POPCOUNT_STATIC_INLINE): New macro, as a hack for popcount.Paul Eggert
2013-09-24Fix build break due to vector changesDaniel Colascione
2013-09-24* dispnew.c (clear_glyph_row, copy_row_except_pointers):Paul Eggert
2013-09-24Use union for the payload of struct Lisp_Vector.Dmitry Antipov
2013-09-24Optimize glyph row clearing and copying routines.Dmitry Antipov
2013-09-23Some minor cleanups of recently-added bool vector code.Paul Eggert
2013-09-23* alloc.c (valgrind_p): Use bool for boolean.Paul Eggert
2013-09-23* dispextern.h (cancel_line, init_desired_glyphs):Dmitry Antipov
2013-09-23* xdisp.c (noninteractive_need_newline, message_log_need_newline)Dmitry Antipov
2013-09-23* dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame):Dmitry Antipov
2013-09-23Fix last commit.Eli Zaretskii
2013-09-23Fix bug #15437 with mouse highlight on overlay strings.Eli Zaretskii
2013-09-23Fix the definition of 'assume' for GCC older than 4.5.Eli Zaretskii
2013-09-23Suppress some unhelpful warnings when using clang.Jan Djärv
2013-09-23src/w32console.c, src/w32term.c: Remove unused variables.Juanma Barranquero
2013-09-22Tell valgrind about conservative GC regions and suppress spuriousDaniel Colascione
2013-09-22Fix compiler warnings from XCode 5.0 on OSX.Jan Djärv
2013-09-22* conf_post.h (assume): Fix compiler error: x shall be cond.Jan Djärv
2013-09-22Suppress unused variable warning when compiling without a window system.Daniel Colascione
2013-09-22Add set operations for bool-vector.Daniel Colascione
2013-09-22Fix bug #15365 with aborts in try_window_id.Eli Zaretskii
2013-09-21Fix syntax.h bug introduced by recent INLINE change.Paul Eggert
2013-09-21Fix bug #15426 with directory-files invoked from a unibyte buffer.Eli Zaretskii
2013-09-20Port recent change to hosts where pointers aren't 'long'.Paul Eggert
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-09-20* xterm.c (handle_one_xevent): Revert part of 2013-09-17 changeDmitry Antipov
2013-09-19Fix a compiler warning on MS-Windows due to recent changes.Eli Zaretskii
2013-09-19* xterm.h (struct x_display_info): New members last_mouse_glyph_frame,Dmitry Antipov
2013-09-19Do not use external array to process X scroll bar messages.Dmitry Antipov
2013-09-18Ifdef away recent changes which aren't relevant to NS port.Dmitry Antipov
2013-09-18* frame.c (x_redo_mouse_highlight): New functionDmitry Antipov
2013-09-18* frame.c (x_mouse_grabbed): New function.Dmitry Antipov
2013-09-17* w32term.c (w32_read_socket): Avoid temporaryDmitry Antipov
2013-09-17* frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.Dmitry Antipov
2013-09-17* dispextern.h (check_x_display_info, x_get_string_resource):Dmitry Antipov
2013-09-17* xterm.h (struct x_display_info): New memberDmitry Antipov
2013-09-17Add a major-mode for the *Messages* bufferGlenn Morris
2013-09-17* xterm.c (toplevel) [USE_MOTIF]: Include xlwmenu.h to pacify GCC.Dmitry Antipov
2013-09-17Don't overuse 'const' in types of locals.Paul Eggert
2013-09-17* xterm.c (handle_one_xevent): Do not call to x_clear_areaDmitry Antipov
2013-09-17* configure.ac: Do not check for g_type_init because weDmitry Antipov
2013-09-16* xsettings.c (init_gconf, init_gsettings): Check for Glib 2.36.0Jan Djärv
2013-09-16Fix syms_of_(mac|ms)font calls.Jan Djärv
2013-09-16* xterm.c (toolkit_scroll_bar_interaction): Use bool for boolean.Dmitry Antipov
2013-09-16Do not copy X event in handle_one_xevent except KeyPress case.Dmitry Antipov