| Commit message (Expand) | Author | Age | Files | Lines |
| * | * src/eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexically | Stefan Monnier | 2013-08-28 | 2 | -13/+17 |
| * | * nsterm.m (last_window): New variable. | Jan Djärv | 2013-08-28 | 2 | -2/+39 |
| * | * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE, CHAR_HEAD_P) | Andreas Schwab | 2013-08-28 | 2 | -16/+24 |
| * | Prefer enum glyph_row_area to int where appropriate. | Dmitry Antipov | 2013-08-28 | 7 | -47/+68 |
| * | * buffer.c (Foverlays_at, Foverlays_in, Fnext_overlay_change) | Dmitry Antipov | 2013-08-28 | 2 | -0/+17 |
| * | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | Paul Eggert | 2013-08-27 | 2 | -1/+6 |
| * | Redesign redisplay interface to drop global output_cursor. | Dmitry Antipov | 2013-08-28 | 8 | -124/+75 |
| * | Simplify SELECT_TYPE-related code. | Paul Eggert | 2013-08-27 | 9 | -44/+46 |
| * | Simplify EMACS_TIME-related code. | Paul Eggert | 2013-08-27 | 30 | -415/+359 |
| * | * xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:) | Dmitry Antipov | 2013-08-27 | 5 | -9/+12 |
| * | * lisp.h (Mouse_HLInfo): Move from here... | Dmitry Antipov | 2013-08-27 | 12 | -152/+94 |
| * | Fix minor problems found by static checking. | Paul Eggert | 2013-08-26 | 9 | -26/+47 |
| * | * src/lread.c (substitute_object_recurse): Handle hash-tables as well. | Stefan Monnier | 2013-08-26 | 2 | -23/+28 |
| * | Fix unlikely core dump in init_tty, and simplify terminfo case. | Paul Eggert | 2013-08-26 | 3 | -16/+34 |
| * | * frame.c (check_minibuf_window): Initialize 'window' properly, | Paul Eggert | 2013-08-26 | 2 | -1/+6 |
| * | Fix ChangeLog typo. | Dmitry Antipov | 2013-08-26 | 1 | -1/+1 |
| * | * gtkutil.c (xg_initialize): Set gtk-menu-bar-accel to "" instead | Jan Djärv | 2013-08-26 | 2 | -2/+7 |
| * | * lisp.h (Mouse_HLInfo): Drop set-but-unused members | Dmitry Antipov | 2013-08-26 | 3 | -14/+11 |
| * | New function check_minibuf_window to fix bug#15183. | Martin Rudalics | 2013-08-26 | 2 | -32/+55 |
| * | * window.h (struct window): Replace last_cursor with last_cursor_vpos | Dmitry Antipov | 2013-08-26 | 4 | -11/+19 |
| * | Fix recovering from possible decompression error. Since | Dmitry Antipov | 2013-08-26 | 2 | -3/+14 |
| * | * alloc.c (sweep_vectors): Do not initialize 'block' twice. | Dmitry Antipov | 2013-08-26 | 1 | -1/+1 |
| * | * syntax.c (init_syntax_once): Adjust comment and do an early | Dmitry Antipov | 2013-08-26 | 7 | -32/+14 |
| * | Add commentary for the last commit. | Eli Zaretskii | 2013-08-24 | 1 | -0/+2 |
| * | Fix bug #15175 with cursor on boxed characters from display tables. | Eli Zaretskii | 2013-08-24 | 2 | -1/+5 |
| * | Fix bug #15176 with setting directory times on MS-Windows. | Eli Zaretskii | 2013-08-24 | 2 | -6/+29 |
| * | * gtkutil.c (x_wm_set_size_hint): Don't set hints when maximized | Jan Djärv | 2013-08-24 | 2 | -0/+16 |
| * | System-dependent integer overflow fixes. | Paul Eggert | 2013-08-23 | 3 | -29/+55 |
| * | Don't let very long directory names overrun the stack. | Paul Eggert | 2013-08-23 | 6 | -138/+142 |
| * | Fix bug #15155 with ignoring face remapping for strings from prefix properties. | Eli Zaretskii | 2013-08-23 | 2 | -3/+12 |
| * | * window.c (struct save_window_data): Fix typo. | Dmitry Antipov | 2013-08-23 | 1 | -1/+1 |
| * | Minor cleanup for redisplay interface and few related functions. | Dmitry Antipov | 2013-08-23 | 7 | -47/+51 |
| * | Redesign redisplay interface to drop updated_row and updated_area. | Dmitry Antipov | 2013-08-23 | 4 | -55/+59 |
| * | * process.c (flush_pending_output): Remove stub. | Paul Eggert | 2013-08-22 | 4 | -25/+9 |
| * | * callproc.c: Fix race that killed background processes. | Paul Eggert | 2013-08-21 | 2 | -17/+36 |
| * | Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE | Dmitry Antipov | 2013-08-21 | 2 | -3/+18 |
| * | * process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC flag. | Paul Eggert | 2013-08-20 | 2 | -0/+15 |
| * | src/character.c (string_char): Improve commentary. | Kenichi Handa | 2013-08-20 | 2 | -2/+16 |
| * | * image.c (SIGNATURE_DIGESTSIZE): Remove. | Paul Eggert | 2013-08-19 | 2 | -9/+13 |
| * | * image.c: Shrink memory needed for animation cache. | Paul Eggert | 2013-08-19 | 2 | -18/+34 |
| * | (imagemagick_get_animation_cache): Fix memory leak. | Lars Magne Ingebrigtsen | 2013-08-19 | 2 | -1/+4 |
| * | * image.c: Space before paren. | Paul Eggert | 2013-08-19 | 1 | -2/+2 |
| * | Fix previous commit. | Lars Magne Ingebrigtsen | 2013-08-19 | 1 | -18/+16 |
| * | * image.c (imagemagick_get_animation_cache): Don't segfault on each invocation. | Lars Magne Ingebrigtsen | 2013-08-19 | 2 | -12/+21 |
| * | * image.c: Fix animation cache signature memory leak. | Paul Eggert | 2013-08-19 | 2 | -34/+39 |
| * | * process.c (handle_child_signal): Fix crash; deleted pid. | Paul Eggert | 2013-08-18 | 2 | -1/+9 |
| * | * image.c (imagemagick_create_cache, imagemagick_get_animation_cache) | Dmitry Antipov | 2013-08-19 | 2 | -5/+10 |
| * | * image.c (imagemagick_get_animation_cache): Don't segfault when | Lars Magne Ingebrigtsen | 2013-08-18 | 2 | -1/+7 |
| * | Change size of static heap on Cygwin; report maximum usage after dumping. | Ken Brown | 2013-08-18 | 2 | -3/+23 |
| * | Fix a minor issue with loading zlib DLL on MS-Windows. | Eli Zaretskii | 2013-08-17 | 2 | -1/+8 |