| Commit message (Expand) | Author | Age | Files | Lines |
* | (/ N) now returns the reciprocal of N | Paul Eggert | 2015-10-20 | 1 | -4/+7 |
* | Fix memory leak in fontset handling | Dima Kogan | 2015-10-20 | 1 | -1/+4 |
* | Enable --with-wide-int build on 32-bit Cygwin | Ken Brown | 2015-10-19 | 1 | -8/+0 |
* | Resurrect image loading under auto-image-file-mode | Eli Zaretskii | 2015-10-19 | 1 | -1/+13 |
* | Avoid crashes when redisplayng a window changes faces or fonts | Eli Zaretskii | 2015-10-17 | 2 | -2/+23 |
* | Make src headers idempotent and standalone | Paul Eggert | 2015-10-16 | 32 | -0/+140 |
* | Improve documentation of COLLECTION in completion functions | Eli Zaretskii | 2015-10-16 | 1 | -2/+5 |
* | Refer to `(elisp)Basic Completion' in completing-read docstring | Dmitry Gutov | 2015-10-15 | 1 | -1/+1 |
* | Spelling fixes | Paul Eggert | 2015-10-14 | 1 | -1/+1 |
* | Take XPNTR private | Paul Eggert | 2015-10-13 | 2 | -30/+35 |
* | Do process ConfigureNotify events indicating size changes. | Ken Raeburn | 2015-10-13 | 1 | -1/+6 |
* | * src/w32fns.c (x_change_tool_bar_height): Remove unused variable frame. | Juanma Barranquero | 2015-10-13 | 1 | -1/+0 |
* | Allow setting frame pixel sizes from frame parameters (Bug#21415) | Martin Rudalics | 2015-10-13 | 12 | -423/+340 |
* | Remove or comment out unused variables | Juanma Barranquero | 2015-10-12 | 3 | -8/+7 |
* | * src/w32proc.c (sys_select): Fix bitwise test. | Juanma Barranquero | 2015-10-12 | 1 | -1/+1 |
* | Attempt to avoid crashes in plist-member | Eli Zaretskii | 2015-10-12 | 1 | -1/+1 |
* | * w32fns.c (get_wm_chars): Increment counter, not pointer. | Juanma Barranquero | 2015-10-12 | 1 | -1/+1 |
* | Handle an opaque-move X11 window manager operation more efficiently. | Ken Raeburn | 2015-10-11 | 1 | -13/+41 |
* | Fix cursor setting for tip frame; re-enable cursor generation. | Ken Raeburn | 2015-10-11 | 1 | -5/+4 |
* | Rewrite x_set_mouse_color to sync less. | Ken Raeburn | 2015-10-11 | 1 | -114/+150 |
* | Add x_catch_errors_with_handler. | Ken Raeburn | 2015-10-11 | 2 | -1/+20 |
* | Introduce x_uncatch_errors_after_check to reduce XSync calls. | Ken Raeburn | 2015-10-11 | 5 | -8/+31 |
* | Use ‘echo’ safely with ‘\’ or leading ‘-’ | Paul Eggert | 2015-10-10 | 1 | -1/+1 |
* | Improve CHECK_IMPURE and PURE_P speedup | Paul Eggert | 2015-10-10 | 1 | -1/+2 |
* | Fix --enable-gcc-warnings problem with older GCC | Paul Eggert | 2015-10-10 | 2 | -0/+9 |
* | Fix vertical-motion in truncated lines that end in a stretch | Eli Zaretskii | 2015-10-10 | 1 | -1/+5 |
* | Avoid link-time errors due to inline functions | Eli Zaretskii | 2015-10-10 | 1 | -0/+1 |
* | * src/data.c (Faset): Fix last change. | Andreas Schwab | 2015-10-10 | 1 | -1/+1 |
* | CHECK_IMPURE and PURE_P speedup | Paul Eggert | 2015-10-10 | 4 | -22/+26 |
* | In adjust_frame_size don't count minibuffer height twice (Bug#21643) | Martin Rudalics | 2015-10-09 | 1 | -1/+1 |
* | Use g_clear_error instead of g_error_free | Daiki Ueno | 2015-10-09 | 1 | -5/+5 |
* | * src/image.c (image_size_error): Simplify. | Paul Eggert | 2015-10-08 | 1 | -2/+1 |
* | Fix problems caught with --enable-gcc-warnings | Paul Eggert | 2015-10-08 | 3 | -4/+0 |
* | Disable non-working pointerColor setting for X tooltip frame. | Ken Raeburn | 2015-10-08 | 1 | -0/+4 |
* | Reduce some unnecessary X calls. | Ken Raeburn | 2015-10-08 | 2 | -19/+6 |
* | Reduce color allocation/query traffic in the TrueColor case. | Ken Raeburn | 2015-10-08 | 5 | -26/+104 |
* | Cache XParseColor results in the X display info structure. | Ken Raeburn | 2015-10-08 | 5 | -13/+79 |
* | * src/syntax.c (syms_of_syntax): Make syntax-propertize--done local | Stefan Monnier | 2015-10-07 | 1 | -0/+1 |
* | Fix segfault in image_size_error | Eli Zaretskii | 2015-10-07 | 1 | -1/+2 |
* | In resize_frame_windows don't set a top position when resizing horizontally. | Martin Rudalics | 2015-10-07 | 1 | -5/+10 |
* | Fix bug in GC_CHECK_MARKED_OBJECTS check | Paul Eggert | 2015-10-06 | 1 | -1/+1 |
* | Fix display of characters adjacent to ZWJ and ZWNJ | Eli Zaretskii | 2015-10-06 | 1 | -6/+12 |
* | Don't use XFASTINT on a negative number | Andreas Schwab | 2015-10-06 | 1 | -10/+11 |
* | * src/buffer.c (syms_of_buffer): Typo fix. (Bug#21622) | Xue Fuqiao | 2015-10-06 | 1 | -1/+1 |
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs | K. Handa | 2015-10-05 | 14 | -126/+253 |
|\ |
|
| * | Remove redundant redisplay code | Eli Zaretskii | 2015-10-05 | 1 | -34/+6 |
| * | * src/xdisp.c (windows_or_buffers_changed): Improve docstring | Stefan Monnier | 2015-10-04 | 1 | -13/+45 |
| * | * src/macfont.m (macfont_encode_char, syms_of_macfont): Remove unused vars. | YAMAMOTO Mitsuharu | 2015-10-05 | 1 | -3/+0 |
| * | ; Restore some of the recent deletions in fileio.c | Eli Zaretskii | 2015-10-04 | 1 | -5/+16 |
| * | * src/coding.c (complement_process_encoding_system): Revert last | Andreas Schwab | 2015-10-03 | 1 | -1/+0 |