aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * nsterm.m (windowDidExitFullScreen:):Jan Djärv2013-10-082-2/+7
* Complete ChangeLog entry that was inadvertently truncated.Paul Eggert2013-10-071-0/+3
* Fix race where emacs aborts when sent SIGTERM.Paul Eggert2013-10-072-2/+7
* * lisp.h (bits_word, BITS_WORD_MAX): New type and macro.Paul Eggert2013-10-074-69/+81
* Improve support for popcount and counting trailing zeros.Paul Eggert2013-10-073-141/+64
* * nsterm.m (windowDidEnterFullScreen:): setPresentationOptions onlyJan Djärv2013-10-072-0/+7
* * xdisp.c (handle_fontified_prop): Prefer ptrdiff_t to int where needed.Dmitry Antipov2013-10-072-2/+3
* * insdel.c (insert_from_gap): Prefer ptrdiff_t to int where needed.Dmitry Antipov2013-10-072-2/+5
* * alloc.c (Fmake_string): Fix last change.Dmitry Antipov2013-10-071-1/+1
* emacs_read and emacs_write now use void *, not char *.Paul Eggert2013-10-074-8/+17
* * alloc.c (Fmake_string): For ASCII char initializer, preferDmitry Antipov2013-10-072-11/+22
* Don't force auto hide dock when hide menu changes.Jan Djärv2013-10-062-5/+6
* * nsterm.m (ns_update_begin): If native fullscreen and no toolbar,Jan Djärv2013-10-062-3/+40
* Minor doc fixes.Xue Fuqiao2013-10-052-0/+7
* * nsterm.m (check_native_fs): Remove erroneous comment.Jan Djärv2013-10-052-1/+4
* * xdisp.c (redisplay_internal): Simplify because scan_for_column nowDmitry Antipov2013-10-042-8/+5
* Use hardware support for byteswapping on glibc x86 etc.Paul Eggert2013-10-046-55/+27
* * bytecode.c (exec_byte_code): Use some more volatile variablesPaul Eggert2013-10-032-6/+24
* * lisp.h (eassert): Assume that COND is true when optimizing.Paul Eggert2013-10-034-19/+19
* * xdisp.c (Qglyphless_char): Now static.Paul Eggert2013-10-033-2/+3
* Merge from gnulib.Paul Eggert2013-10-033-19/+7
* * eval.c (clobbered_eassert): New macro.Paul Eggert2013-10-022-16/+34
* Introduce new bytecodes for efficient catch/condition-case in lexbind.Stefan Monnier2013-10-035-282/+294
* * lisp/subr.el (decode-char, encode-char): Use advertised-calling-conventionStefan Monnier2013-10-032-13/+12
* * macfont.m (macfont_draw): Use s->ybase for correct y position.Jan Djärv2013-10-022-4/+8
* * frame.h (struct frame): Drop has_minibuffer member because...Dmitry Antipov2013-10-023-9/+11
* * window.h (struct window): Prefer enum text_cursor_kinds to intDmitry Antipov2013-10-023-5/+22
* * fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM becauseDmitry Antipov2013-10-022-4/+5
* * macfont.m (macfont_draw): Use CGRectMake rather than NSMakeRectAlp Aker2013-10-012-1/+6
* Fix bug #15484 with link error in the --without-x configuration.Eli Zaretskii2013-09-292-0/+7
* * window.c (calc_absolute_offset): #elif should be #elif defined.Jan Djärv2013-09-292-1/+3
* * frame.c (delete_frame): Block/unblock input to overcome raceJan Djärv2013-09-292-2/+9
* In delete_frame record selected frame only after calling Qdelete_frame_functi...Andreas Politz2013-09-292-2/+7
* Pick up default selection color on OSX when user defaults are not set.Jan Djärv2013-09-283-12/+47
* Fix compilation under GLYPH_DEBUG, broken by conditional tool_bar_window.Eli Zaretskii2013-09-282-1/+11
* 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