| Age | Commit message (Expand) | Author |
| 2013-06-29 | merge trunk | Kenichi Handa |
| 2013-06-28 | coding.h (define_coding_undecided_arg_index): New enum. | Kenichi Handa |
| 2013-06-27 | * image.c (x_from_xcolors): Remove unused local. | Paul Eggert |
| 2013-06-28 | Fix typo in ChangeLog for last commit. | YAMAMOTO Mitsuharu |
| 2013-06-28 | Defer image data transfer between X client and server until actual display ha... | YAMAMOTO Mitsuharu |
| 2013-06-27 | Do not tickle glib SIGCHLD handling if Cygwin. | Paul Eggert |
| 2013-06-23 | A more-conservative workaround for Cygwin SIGCHLD issues. | Paul Eggert |
| 2013-06-23 | Implement :max-width/:max-height for (ImageMagic) images | Lars Magne Ingebrigtsen |
| 2013-06-23 | Try to avoid malloc SEGVs on Cygwin. | Paul Eggert |
| 2013-06-22 | Clean up SIGCHLD handling a bit. | Paul Eggert |
| 2013-06-22 | * process.c (wait_reading_process_output): Avoid int overflow | Paul Eggert |
| 2013-06-21 | * process.c (create_process): Handle a couple more cases, | Paul Eggert |
| 2013-06-21 | * process.c (create_process): Mark PROCESS volatile. | Andreas Schwab |
| 2013-06-21 | Use C99-style flexible array members if available. | Paul Eggert |
| 2013-06-20 | * syntax.c: Integer cleanups. | Paul Eggert |
| 2013-06-20 | Yet another attempt at fixing bugs #14602, 14630, 14669. | Eli Zaretskii |
| 2013-06-20 | * alloc.c (die): Move "assertion failed" string here ... | Paul Eggert |
| 2013-06-20 | Add log2 support and make log10 obsolete for consistency. | Paul Eggert |
| 2013-06-19 | Fix typos in ChangeLogs. | Juanma Barranquero |
| 2013-06-19 | src/sound.c: Silence some warnings. | Juanma Barranquero |
| 2013-06-19 | * sound.c: Integer cleanups. | Paul Eggert |
| 2013-06-18 | * syntax.c (skip_chars): Don't use uninitialized storage | Paul Eggert |
| 2013-06-18 | * process.c: Include xgselect.h if HAVE_GLIB. Include glib.h | Jan Djärv |
| 2013-06-18 | * conf_post.h: Add comments for INLINE, EXTERN_INLINE, etc. | Paul Eggert |
| 2013-06-18 | src/ChangeLog: Add bug ID to the previous change. | Kenichi Handa |
| 2013-06-18 | merge emacs | Kenichi Handa |
| 2013-06-18 | font.c (Ffont_spec): Signal an error for an invalid font name. | Kenichi Handa |
| 2013-06-18 | lisp/ChangeLog, src/ChangeLog: Rotate changelogs. | Juanma Barranquero |
| 2013-06-18 | Porting fixes for merged specpdl and backtrace stacks. | Paul Eggert |
| 2013-06-17 | * frame.c (x_report_frame_params): Cast parent_desc to uintptr_t. | Paul Eggert |
| 2013-06-17 | * nsfont.m (ns_registry_to_script): Parenthesize while expression. | Paul Eggert |
| 2013-06-17 | src/ChangeLog: Rearrange the last 2 entries in correct order. | Eli Zaretskii |
| 2013-06-17 | Possible fix for bug #14630, which continues bug #14062. | Eli Zaretskii |
| 2013-06-17 | Implement new function `add-face-text-property' | Lars Magne Ingebrigtsen |
| 2013-06-16 | Use functions, not macros, for XINT etc. | Paul Eggert |
| 2013-06-15 | Fix bug #14567 with jumpy scrolling of tall images. | Eli Zaretskii |
| 2013-06-15 | * fns.c (Fcopy_sequence): Simplify XTYPE calculation. | Paul Eggert |
| 2013-06-13 | * lisp/subr.el (with-eval-after-load): New macro. | Stefan Monnier |
| 2013-06-12 | * src/fileio.c (Fdo_auto_save): Trap errors in auto-save-hook (tiny change) | Kelly Dean |
| 2013-06-12 | * src/fileio.c (expand_file_name): Doc fix. | Xue Fuqiao |
| 2013-06-11 | Tickle glib by waiting for Emacs itself, not for process 0. | Paul Eggert |
| 2013-06-10 | * keyboard.c: Don't use PROP (...) as an lvalue. | Paul Eggert |
| 2013-06-10 | Fix ChangeLog typos and whitespace. | Juanma Barranquero |
| 2013-06-10 | Minor cleanup in last commit in get_it_property. | Eli Zaretskii |
| 2013-06-09 | Fix current-bidi-paragraph-direction wrt window pointer. | Eli Zaretskii |
| 2013-06-09 | Fix bug #14575 with window-specific overlays with line-prefix or wrap-prefix. | Eli Zaretskii |
| 2013-06-08 | Fix bug #14575 with window-specific overlays with display props. | Eli Zaretskii |
| 2013-06-08 | Fix compilation issues for GNUStep and GLIB conflicts. | Jan Djärv |
| 2013-06-08 | * xgselect.c (xg_select): Remove call to window_system_available | Jan Djärv |
| 2013-06-07 | Fix "make TAGS" on MS-Windows. | Eli Zaretskii |