aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Signal error when reading an empty byte-code object (Bug#15405)Barry O'Reilly2013-09-253-2/+14
* * dispnew.c (clear_glyph_row, copy_row_except_pointers): Use enumsPaul Eggert2013-09-242-2/+6
* * data.c (POPCOUNT_STATIC_INLINE): New macro, as a hack for popcount.Paul Eggert2013-09-242-5/+25
* Fix build break due to vector changesDaniel Colascione2013-09-242-1/+6
* * dispnew.c (clear_glyph_row, copy_row_except_pointers):Paul Eggert2013-09-242-6/+12
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-2424-113/+116
* Optimize glyph row clearing and copying routines.Dmitry Antipov2013-09-243-57/+36
* Some minor cleanups of recently-added bool vector code.Paul Eggert2013-09-236-72/+69
* * alloc.c (valgrind_p): Use bool for boolean.Paul Eggert2013-09-232-5/+9
* * dispextern.h (cancel_line, init_desired_glyphs):Dmitry Antipov2013-09-232-3/+3
* * xdisp.c (noninteractive_need_newline, message_log_need_newline)Dmitry Antipov2013-09-234-13/+23
* * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame):Dmitry Antipov2013-09-237-27/+29
* Fix last commit.Eli Zaretskii2013-09-232-1/+3
* Fix bug #15437 with mouse highlight on overlay strings.Eli Zaretskii2013-09-232-7/+11
* Fix the definition of 'assume' for GCC older than 4.5.Eli Zaretskii2013-09-232-4/+7
* Suppress some unhelpful warnings when using clang.Jan Djärv2013-09-233-4/+27
* src/w32console.c, src/w32term.c: Remove unused variables.Juanma Barranquero2013-09-233-2/+5
* Tell valgrind about conservative GC regions and suppress spuriousDaniel Colascione2013-09-222-0/+36
* Fix compiler warnings from XCode 5.0 on OSX.Jan Djärv2013-09-225-9/+23
* * conf_post.h (assume): Fix compiler error: x shall be cond.Jan Djärv2013-09-222-1/+5
* Suppress unused variable warning when compiling without a window system.Daniel Colascione2013-09-222-0/+7
* Add set operations for bool-vector.Daniel Colascione2013-09-2214-66/+656
* Fix bug #15365 with aborts in try_window_id.Eli Zaretskii2013-09-222-4/+6
* Fix syntax.h bug introduced by recent INLINE change.Paul Eggert2013-09-214-17/+51
* Fix bug #15426 with directory-files invoked from a unibyte buffer.Eli Zaretskii2013-09-212-1/+7
* Port recent change to hosts where pointers aren't 'long'.Paul Eggert2013-09-202-35/+21
* A simpler, centralized INLINE.Paul Eggert2013-09-2034-381/+337
* * xterm.c (handle_one_xevent): Revert part of 2013-09-17 changeDmitry Antipov2013-09-202-9/+17
* Fix a compiler warning on MS-Windows due to recent changes.Eli Zaretskii2013-09-192-2/+8
* * xterm.h (struct x_display_info): New members last_mouse_glyph_frame,Dmitry Antipov2013-09-197-166/+185
* Do not use external array to process X scroll bar messages.Dmitry Antipov2013-09-192-40/+49
* * w32term.c (note_mouse_movement): Fix last change.Dmitry Antipov2013-09-181-1/+1
* Ifdef away recent changes which aren't relevant to NS port.Dmitry Antipov2013-09-183-1/+16
* * frame.c (x_redo_mouse_highlight): New functionDmitry Antipov2013-09-1810-64/+90
* * frame.c (x_mouse_grabbed): New function.Dmitry Antipov2013-09-1810-63/+75
* * w32term.c (w32_read_socket): Avoid temporaryDmitry Antipov2013-09-173-19/+10
* * frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.Dmitry Antipov2013-09-175-38/+31
* * dispextern.h (check_x_display_info, x_get_string_resource):Dmitry Antipov2013-09-178-25/+25
* * xterm.h (struct x_display_info): New memberDmitry Antipov2013-09-175-33/+37
* Add a major-mode for the *Messages* bufferGlenn Morris2013-09-172-3/+20
* * xterm.c (toplevel) [USE_MOTIF]: Include xlwmenu.h to pacify GCC.Dmitry Antipov2013-09-172-1/+2
* Don't overuse 'const' in types of locals.Paul Eggert2013-09-179-28/+49
* * xterm.c (handle_one_xevent): Do not call to x_clear_areaDmitry Antipov2013-09-172-1/+3
* * configure.ac: Do not check for g_type_init because weDmitry Antipov2013-09-173-6/+19
* * xsettings.c (init_gconf, init_gsettings): Check for Glib 2.36.0Jan Djärv2013-09-162-0/+7
* Fix syms_of_(mac|ms)font calls.Jan Djärv2013-09-163-6/+14
* * xterm.c (toolkit_scroll_bar_interaction): Use bool for boolean.Dmitry Antipov2013-09-162-3/+10
* Do not copy X event in handle_one_xevent except KeyPress case.Dmitry Antipov2013-09-168-233/+226
* Fix X event waiting to handle multiple frames.Dmitry Antipov2013-09-163-40/+42
* Fix compilation for GNUStep due to font changes.Jan Djärv2013-09-153-5/+12