aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in ChangeLogs.Juanma Barranquero2013-06-291-0/+19
* Fix typo in src/ChangeLog.Eli Zaretskii2013-06-291-1/+1
* Fix minor problems found by static checking.Paul Eggert2013-06-295-36/+53
* Implement visual-order cursor motion.Eli Zaretskii2013-06-292-0/+397
* merge trunkKenichi Handa2013-06-291-1/+2
|\
| * * image.c (image_unget_x_image): Fix formatting.YAMAMOTO Mitsuharu2013-06-291-1/+2
* | merge trunkKenichi Handa2013-06-297-221/+526
|\ \ | |/
| * * image.c (x_from_xcolors): Remove unused local.Paul Eggert2013-06-272-1/+4
| * Fix W32-specific part of last change.YAMAMOTO Mitsuharu2013-06-281-2/+5
| * Fix typo in ChangeLog for last commit.YAMAMOTO Mitsuharu2013-06-281-1/+1
| * Defer image data transfer between X client and server until actual display ha...YAMAMOTO Mitsuharu2013-06-283-165/+338
| * Do not tickle glib SIGCHLD handling if Cygwin.Paul Eggert2013-06-275-36/+54
| * A more-conservative workaround for Cygwin SIGCHLD issues.Paul Eggert2013-06-235-35/+52
| * Implement :max-width/:max-height for (ImageMagic) imagesLars Magne Ingebrigtsen2013-06-232-17/+87
| * Try to avoid malloc SEGVs on Cygwin.Paul Eggert2013-06-236-4/+25
* | coding.c (setup_coding_system): Handle CODING->spec.undecided.Kenichi Handa2013-06-291-10/+66
* | coding.h (define_coding_undecided_arg_index): New enum.Kenichi Handa2013-06-282-0/+39
|/
* Clean up SIGCHLD handling a bit.Paul Eggert2013-06-224-18/+32
* * process.c (wait_reading_process_output): Avoid int overflowPaul Eggert2013-06-222-7/+9
* * process.c (create_process): Handle a couple more cases,Paul Eggert2013-06-212-8/+36
* * process.c (create_process): Mark PROCESS volatile.Andreas Schwab2013-06-212-1/+6
* Use C99-style flexible array members if available.Paul Eggert2013-06-217-50/+99
* * syntax.c: Integer cleanups.Paul Eggert2013-06-204-201/+208
* Yet another attempt at fixing bugs #14602, 14630, 14669.Eli Zaretskii2013-06-204-5/+43
* * alloc.c (die): Move "assertion failed" string here ...Paul Eggert2013-06-203-3/+9
* Add log2 support and make log10 obsolete for consistency.Paul Eggert2013-06-202-15/+19
* * floatfns.c: Add commentary re C99 and C11.Paul Eggert2013-06-191-0/+11
* Fix typos in ChangeLogs.Juanma Barranquero2013-06-191-1/+1
* src/sound.c: Silence some warnings.Juanma Barranquero2013-06-192-11/+15
* * sound.c: Integer cleanups.Paul Eggert2013-06-192-65/+44
* * syntax.c (skip_chars): Don't use uninitialized storagePaul Eggert2013-06-182-24/+27
* * process.c: Include xgselect.h if HAVE_GLIB. Include glib.hJan Djärv2013-06-182-1/+9
* * conf_post.h: Add comments for INLINE, EXTERN_INLINE, etc.Paul Eggert2013-06-182-0/+35
* Spelling fixes.Paul Eggert2013-06-181-1/+1
* src/ChangeLog: Add bug ID to the previous change.Kenichi Handa2013-06-181-1/+2
* merge emacsKenichi Handa2013-06-1810-23059/+23215
|\
| * lisp/ChangeLog, src/ChangeLog: Rotate changelogs.Juanma Barranquero2013-06-182-22924/+22950
| * Porting fixes for merged specpdl and backtrace stacks.Paul Eggert2013-06-185-115/+154
| * * frame.c (x_report_frame_params): Cast parent_desc to uintptr_t.Paul Eggert2013-06-172-1/+4
| * * nsfont.m (ns_registry_to_script): Parenthesize while expression.Paul Eggert2013-06-172-1/+5
| * src/ChangeLog: Rearrange the last 2 entries in correct order.Eli Zaretskii2013-06-171-6/+6
| * Possible fix for bug #14630, which continues bug #14062.Eli Zaretskii2013-06-172-1/+8
| * Implement new function `add-face-text-property'Lars Magne Ingebrigtsen2013-06-172-17/+94
* | font.c (Ffont_spec): Signal an error for an invalid font name.Kenichi Handa2013-06-182-1/+6
|/
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-1617-704/+1565
* Fix bug #14567 with jumpy scrolling of tall images.Eli Zaretskii2013-06-152-0/+24
* * fns.c (Fcopy_sequence): Simplify XTYPE calculation.Paul Eggert2013-06-152-1/+5
* * lisp/subr.el (with-eval-after-load): New macro.Stefan Monnier2013-06-133-4/+12
* * src/fileio.c (Fdo_auto_save): Trap errors in auto-save-hook (tiny change)Kelly Dean2013-06-122-1/+5
* * src/fileio.c (expand_file_name): Doc fix.Xue Fuqiao2013-06-122-2/+7