| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | | * nsterm.m (windowDidEnterFullScreen:): setPresentationOptions only | Jan Djärv | 2013-10-07 | 2 | -0/+7 |
| * | | | | | * xdisp.c (handle_fontified_prop): Prefer ptrdiff_t to int where needed. | Dmitry Antipov | 2013-10-07 | 2 | -2/+3 |
| * | | | | | * insdel.c (insert_from_gap): Prefer ptrdiff_t to int where needed. | Dmitry Antipov | 2013-10-07 | 2 | -2/+5 |
| * | | | | | * alloc.c (Fmake_string): Fix last change. | Dmitry Antipov | 2013-10-07 | 1 | -1/+1 |
| * | | | | | emacs_read and emacs_write now use void *, not char *. | Paul Eggert | 2013-10-07 | 4 | -8/+17 |
| * | | | | | * alloc.c (Fmake_string): For ASCII char initializer, prefer | Dmitry Antipov | 2013-10-07 | 2 | -11/+22 |
| * | | | | | Don't force auto hide dock when hide menu changes. | Jan Djärv | 2013-10-06 | 2 | -5/+6 |
| * | | | | | * nsterm.m (ns_update_begin): If native fullscreen and no toolbar, | Jan Djärv | 2013-10-06 | 2 | -3/+40 |
| * | | | | | Minor doc fixes. | Xue Fuqiao | 2013-10-05 | 2 | -0/+7 |
| * | | | | | * nsterm.m (check_native_fs): Remove erroneous comment. | Jan Djärv | 2013-10-05 | 2 | -1/+4 |
| * | | | | | * xdisp.c (redisplay_internal): Simplify because scan_for_column now | Dmitry Antipov | 2013-10-04 | 2 | -8/+5 |
| * | | | | | Use hardware support for byteswapping on glibc x86 etc. | Paul Eggert | 2013-10-04 | 6 | -55/+27 |
| * | | | | | * bytecode.c (exec_byte_code): Use some more volatile variables | Paul Eggert | 2013-10-03 | 2 | -6/+24 |
| * | | | | | * lisp.h (eassert): Assume that COND is true when optimizing. | Paul Eggert | 2013-10-03 | 4 | -19/+19 |
| * | | | | | * xdisp.c (Qglyphless_char): Now static. | Paul Eggert | 2013-10-03 | 3 | -2/+3 |
| * | | | | | Merge from gnulib. | Paul Eggert | 2013-10-03 | 3 | -19/+7 |
| * | | | | | * eval.c (clobbered_eassert): New macro. | Paul Eggert | 2013-10-02 | 2 | -16/+34 |
| * | | | | | Introduce new bytecodes for efficient catch/condition-case in lexbind. | Stefan Monnier | 2013-10-03 | 5 | -282/+294 |
| * | | | | | * lisp/subr.el (decode-char, encode-char): Use advertised-calling-convention | Stefan Monnier | 2013-10-03 | 2 | -13/+12 |
| * | | | | | * macfont.m (macfont_draw): Use s->ybase for correct y position. | Jan Djärv | 2013-10-02 | 2 | -4/+8 |
| * | | | | | * frame.h (struct frame): Drop has_minibuffer member because... | Dmitry Antipov | 2013-10-02 | 3 | -9/+11 |
| * | | | | | * window.h (struct window): Prefer enum text_cursor_kinds to int | Dmitry Antipov | 2013-10-02 | 3 | -5/+22 |
| * | | | | | * fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM because | Dmitry Antipov | 2013-10-02 | 2 | -4/+5 |
| * | | | | | * macfont.m (macfont_draw): Use CGRectMake rather than NSMakeRect | Alp Aker | 2013-10-01 | 2 | -1/+6 |
| * | | | | | Fix bug #15484 with link error in the --without-x configuration. | Eli Zaretskii | 2013-09-29 | 2 | -0/+7 |
| * | | | | | * window.c (calc_absolute_offset): #elif should be #elif defined. | Jan Djärv | 2013-09-29 | 2 | -1/+3 |
| * | | | | | * frame.c (delete_frame): Block/unblock input to overcome race | Jan Djärv | 2013-09-29 | 2 | -2/+9 |
| * | | | | | In delete_frame record selected frame only after calling Qdelete_frame_functi... | Andreas Politz | 2013-09-29 | 2 | -2/+7 |
| * | | | | | Pick up default selection color on OSX when user defaults are not set. | Jan Djärv | 2013-09-28 | 3 | -12/+47 |
| * | | | | | Fix compilation under GLYPH_DEBUG, broken by conditional tool_bar_window. | Eli Zaretskii | 2013-09-28 | 2 | -1/+11 |
| | |_|/ /
|/| | | |
|
| * | | | | Signal error when reading an empty byte-code object (Bug#15405) | Barry O'Reilly | 2013-09-25 | 3 | -2/+14 |
| * | | | | * dispnew.c (clear_glyph_row, copy_row_except_pointers): Use enums | Paul Eggert | 2013-09-24 | 2 | -2/+6 |
| * | | | | * data.c (POPCOUNT_STATIC_INLINE): New macro, as a hack for popcount. | Paul Eggert | 2013-09-24 | 2 | -5/+25 |
| * | | | | Fix build break due to vector changes | Daniel Colascione | 2013-09-24 | 2 | -1/+6 |
| * | | | | * dispnew.c (clear_glyph_row, copy_row_except_pointers): | Paul Eggert | 2013-09-24 | 2 | -6/+12 |
| * | | | | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 24 | -113/+116 |
| * | | | | Optimize glyph row clearing and copying routines. | Dmitry Antipov | 2013-09-24 | 3 | -57/+36 |
| * | | | | Some minor cleanups of recently-added bool vector code. | Paul Eggert | 2013-09-23 | 6 | -72/+69 |
| * | | | | * alloc.c (valgrind_p): Use bool for boolean. | Paul Eggert | 2013-09-23 | 2 | -5/+9 |
| * | | | | * dispextern.h (cancel_line, init_desired_glyphs): | Dmitry Antipov | 2013-09-23 | 2 | -3/+3 |
| * | | | | * xdisp.c (noninteractive_need_newline, message_log_need_newline) | Dmitry Antipov | 2013-09-23 | 4 | -13/+23 |
| * | | | | * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame): | Dmitry Antipov | 2013-09-23 | 7 | -27/+29 |
| * | | | | Fix last commit. | Eli Zaretskii | 2013-09-23 | 2 | -1/+3 |
| * | | | | Fix bug #15437 with mouse highlight on overlay strings. | Eli Zaretskii | 2013-09-23 | 2 | -7/+11 |
| * | | | | Fix the definition of 'assume' for GCC older than 4.5. | Eli Zaretskii | 2013-09-23 | 2 | -4/+7 |
| * | | | | Suppress some unhelpful warnings when using clang. | Jan Djärv | 2013-09-23 | 3 | -4/+27 |
| * | | | | src/w32console.c, src/w32term.c: Remove unused variables. | Juanma Barranquero | 2013-09-23 | 3 | -2/+5 |
| * | | | | Tell valgrind about conservative GC regions and suppress spurious | Daniel Colascione | 2013-09-22 | 2 | -0/+36 |
| * | | | | Fix compiler warnings from XCode 5.0 on OSX. | Jan Djärv | 2013-09-22 | 5 | -9/+23 |
| * | | | | * conf_post.h (assume): Fix compiler error: x shall be cond. | Jan Djärv | 2013-09-22 | 2 | -1/+5 |