aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing src/ChangeLog text that somehow ended up in last commit message i...Daniel Colascione2014-04-021-0/+10
* Fix typoDaniel Colascione2014-04-021-1/+1
* Add GC bug investigation codeDaniel Colascione2014-04-024-0/+120
* * xterm.c (x_term_init) [USE_LUCID]: Fix minor memory leak.Dmitry Antipov2014-04-022-1/+6
* Merge from emacs-24; up to 2014-03-28T01:39:30Z!rgm@gnu.orgJuanma Barranquero2014-04-024-33/+63
|\
| * In x_new_font don't calculate non-toolkit scrollbar width from font width (Bu...Martin Rudalics2014-04-022-14/+15
| * In x_set_window_size postpone calculation of default frame sizes (Bug#17142).Martin Rudalics2014-03-302-17/+30
| * * src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000. (Bug#17112)Ken Brown2014-03-282-0/+9
| * Adjust image background width on X11 accordingly when its x position is adjus...YAMAMOTO Mitsuharu2014-03-282-2/+11
* | * font.c (font_list_entities): Do not add empty vector to font cache.Dmitry Antipov2014-04-022-15/+24
* | * fns.c (validate_subarray): Rename from validate_substring,Paul Eggert2014-04-012-46/+59
* | * fns.c (Fsubstring, Fsubstring_no_properties, secure_hash):Dmitry Antipov2014-03-312-66/+46
* | * search.c (Freplace_match): Use make_specified_string.Dmitry Antipov2014-03-314-20/+10
* | * nsmenu.m (free_frame_tool_bar): Set wait_for_tool_bar = NOJan Djärv2014-03-312-1/+7
* | Avoid flickering on frame creation with tool bar on OSX.Jan Djärv2014-03-304-3/+34
* | Improve usage of AC_INITGlenn Morris2014-03-282-2/+12
* | Add system-configuration-features, summarising some configure resultsGlenn Morris2014-03-282-0/+10
* | Port recent signal-related changes to FreeBSD.Paul Eggert2014-03-273-2/+10
* | Merge from emacs-24; up to 2014-03-24T03:06:35Z!dancol@dancol.orgJuanma Barranquero2014-03-273-9/+39
|\ \ | |/
| * Fix bug #17115 with displaying on w32 images that have 'box' face.YAMAMOTO Mitsuharu2014-03-272-4/+18
| * More backward-compatible fix to char-equal core dump.Paul Eggert2014-03-262-6/+20
* | src/image.c: Avoid partial load of SVG libraries.Juanma Barranquero2014-03-272-3/+13
* | Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.orgJuanma Barranquero2014-03-269-128/+238
|\ \ | |/
| * Fix core dump in char-equal.Paul Eggert2014-03-252-10/+10
| * * insdel.c (adjust_markers_for_delete): Remove unused local.Paul Eggert2014-03-252-3/+6
| * Undo in region after markers in undo history relocatedBarry O'Reilly2014-03-244-84/+99
| * Refine previous fix of x_set_window_size to handle Bug#17077.Martin Rudalics2014-03-242-12/+28
| * * src/fileio.c (Ffile_symlink_p): Doc fix.Glenn Morris2014-03-232-2/+5
| * * lisp/simple.el (redisplay-highlight-region-function): Increase priority ofStefan Monnier2014-03-232-13/+42
| * Fix ChangeLog entry of last commit.Eli Zaretskii2014-03-231-1/+1
| * Fix bug #17047 with cursor motion when invisible text starts a line.Eli Zaretskii2014-03-232-4/+48
| * Backport memory fix (2014-03-22T03:04:53Z!dancol@dancol.org) from trunkDaniel Colascione2014-03-222-4/+22
| * Backport memory fix (2014-03-23T05:15:48Z!dancol@dancol.org) from trunkDaniel Colascione2014-03-222-1/+9
* | src/*.c: Silence a few warnings about unused vars and functions.Juanma Barranquero2014-03-269-16/+40
* | Doc tweaks related to file lockingGlenn Morris2014-03-252-1/+5
* | Remove the build-time option CLASH_DETECTIONGlenn Morris2014-03-256-42/+14
* | Speed up thread startup on MS-Windows.Eli Zaretskii2014-03-252-0/+12
* | Handle sigmask better with nested signal handlers.Paul Eggert2014-03-2510-62/+91
* | Clean up gc_sweepDaniel Colascione2014-03-233-297/+330
|\ \
* | | src/w32fns.c (Fw32_shell_execute): Declare `result' only on Cygwin.Juanma Barranquero2014-03-232-1/+6
|/ /
* | Further improve XIM initDaniel Colascione2014-03-232-66/+84
|\ \
| * | Further improve create_frame_xic patchDaniel Colascione2014-03-232-59/+75
|/ /
* | Improve XIC fixDaniel Colascione2014-03-232-42/+65
* | Work around flaky XIM modulesDaniel Colascione2014-03-232-0/+15
* | Improve init_tty readabilityDaniel Colascione2014-03-232-2/+10
* | Don't underflow datagram_address arrayDaniel Colascione2014-03-222-1/+9
* | Make some files in etc obsoleteGlenn Morris2014-03-222-4/+7
* | Do not read uninitialized memory in conv_sockaddr_to_lispDaniel Colascione2014-03-212-4/+22
|\ \
| * | Do not read unitialized memory in conv_sockaddr_to_lispDaniel Colascione2014-03-212-4/+22
* | | Merge from emacs-24; up to 2014-03-21T08:51:02Z!eliz@gnu.orgGlenn Morris2014-03-214-27/+60
|\ \ \ | | |/ | |/|