aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * src/w32fns.c (x_change_tool_bar_height): Remove unused variable frame.Juanma Barranquero2015-10-131-1/+0
* | Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-1312-423/+340
* | Remove or comment out unused variablesJuanma Barranquero2015-10-123-8/+7
* | * src/w32proc.c (sys_select): Fix bitwise test.Juanma Barranquero2015-10-121-1/+1
* | Attempt to avoid crashes in plist-memberEli Zaretskii2015-10-121-1/+1
* | * w32fns.c (get_wm_chars): Increment counter, not pointer.Juanma Barranquero2015-10-121-1/+1
* | Handle an opaque-move X11 window manager operation more efficiently.Ken Raeburn2015-10-111-13/+41
* | Fix cursor setting for tip frame; re-enable cursor generation.Ken Raeburn2015-10-111-5/+4
* | Rewrite x_set_mouse_color to sync less.Ken Raeburn2015-10-111-114/+150
* | Add x_catch_errors_with_handler.Ken Raeburn2015-10-112-1/+20
* | Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-115-8/+31
* | Use ‘echo’ safely with ‘\’ or leading ‘-’Paul Eggert2015-10-101-1/+1
* | Improve CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-101-1/+2
* | Fix --enable-gcc-warnings problem with older GCCPaul Eggert2015-10-102-0/+9
* | Fix vertical-motion in truncated lines that end in a stretchEli Zaretskii2015-10-101-1/+5
* | Avoid link-time errors due to inline functionsEli Zaretskii2015-10-101-0/+1
* | * src/data.c (Faset): Fix last change.Andreas Schwab2015-10-101-1/+1
* | CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-104-22/+26
* | In adjust_frame_size don't count minibuffer height twice (Bug#21643)Martin Rudalics2015-10-091-1/+1
* | Use g_clear_error instead of g_error_freeDaiki Ueno2015-10-091-5/+5
* | * src/image.c (image_size_error): Simplify.Paul Eggert2015-10-081-2/+1
* | Fix problems caught with --enable-gcc-warningsPaul Eggert2015-10-083-4/+0
* | Disable non-working pointerColor setting for X tooltip frame.Ken Raeburn2015-10-081-0/+4
* | Reduce some unnecessary X calls.Ken Raeburn2015-10-082-19/+6
* | Reduce color allocation/query traffic in the TrueColor case.Ken Raeburn2015-10-085-26/+104
* | Cache XParseColor results in the X display info structure.Ken Raeburn2015-10-085-13/+79
* | * src/syntax.c (syms_of_syntax): Make syntax-propertize--done localStefan Monnier2015-10-071-0/+1
* | Fix segfault in image_size_errorEli Zaretskii2015-10-071-1/+2
* | In resize_frame_windows don't set a top position when resizing horizontally.Martin Rudalics2015-10-071-5/+10
* | Fix bug in GC_CHECK_MARKED_OBJECTS checkPaul Eggert2015-10-061-1/+1
* | Fix display of characters adjacent to ZWJ and ZWNJEli Zaretskii2015-10-061-6/+12
* | Don't use XFASTINT on a negative numberAndreas Schwab2015-10-061-10/+11
* | * src/buffer.c (syms_of_buffer): Typo fix. (Bug#21622)Xue Fuqiao2015-10-061-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsK. Handa2015-10-0514-126/+253
|\ \
| * | Remove redundant redisplay codeEli Zaretskii2015-10-051-34/+6
| * | * src/xdisp.c (windows_or_buffers_changed): Improve docstringStefan Monnier2015-10-041-13/+45
| * | * src/macfont.m (macfont_encode_char, syms_of_macfont): Remove unused vars.YAMAMOTO Mitsuharu2015-10-051-3/+0
| * | ; Restore some of the recent deletions in fileio.cEli Zaretskii2015-10-041-5/+16
| * | * src/coding.c (complement_process_encoding_system): Revert lastAndreas Schwab2015-10-031-1/+0
| * | More validatation of coding systemsAndreas Schwab2015-10-032-19/+9
| * | Avoid crashes in coding_inherit_eol_typeEli Zaretskii2015-10-031-0/+2
| * | More validatation of coding system in 'write-region'Eli Zaretskii2015-10-031-7/+16
| * | Avoid crashes due to invalid coding-systemEli Zaretskii2015-10-031-1/+8
| * | Revert my two recent process.c changesTassilo Horn2015-10-031-12/+6
| * | Fix problems found by clang 3.5.0Paul Eggert2015-10-022-2/+2
| * | Revert "Attempt to fix slow redisplay caused by last changes"Eli Zaretskii2015-10-011-4/+3
| * | Fix slow redisplay when daemon frame existsEli Zaretskii2015-10-011-1/+5
| * | Attempt to fix slow redisplay caused by last changesEli Zaretskii2015-10-011-3/+4
| * | Improve doc strings in dired.cStephen Leake2015-10-011-3/+10
| * | Avoid assertion violations in push_prefix_propEli Zaretskii2015-09-301-1/+2