emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] concurrency-libtask updated (80d9d4e -> 47e9d62)


From: Philipp Stephani
Subject: [Emacs-diffs] concurrency-libtask updated (80d9d4e -> 47e9d62)
Date: Sun, 30 Oct 2016 17:30:00 +0000 (UTC)

phst pushed a change to branch concurrency-libtask.

      from  80d9d4e   Support for context switching using pthreads
      adds  0465bf5   Add more tests for Bug#24627
      adds  53a0562   ; Spelling fix
      adds  11d380a   New user variable 'electric-quote-chars'
      adds  354c4a9   electric-quote-chars fixups
      adds  63eebff   Update from gnulib
      adds  e2fd206   Fix avl-tree alias docstrings
       new  76b7e0e   Merge branch 'master' into concurrency-libtask
       new  dddd533   Fix typo
      adds  f5543ff   Improve result of `auth-source-search' in Tramp
      adds  c290715   Add double-buffering support to reduce flicker
      adds  aaa3a93   Unbreak MS-Windows build
      adds  966b73b   Avoid errors in posn-at-point for large images
      adds  27443df   Quote file names in dired compression commands
      adds  a37eba8   Speed up initialization by preferring /dev/urandom to 
GnuTLS
       new  47e9d62   Merge remote-tracking branch 'origin/master' into 
concurrency-libtask


Summary of changes:
 configure.ac                 |   18 +++
 doc/emacs/text.texi          |   14 +-
 doc/lispref/frames.texi      |   13 ++
 etc/NEWS                     |   11 ++
 lib/gnulib.mk                |    1 +
 lib/libtask/context.c        |    2 +-
 lib/stdlib.in.h              |   15 +++
 lisp/dired-aux.el            |   12 +-
 lisp/electric.el             |   58 ++++++---
 lisp/emacs-lisp/avl-tree.el  |   12 +-
 lisp/net/tramp.el            |    5 +-
 m4/st_dm_mode.m4             |    2 +-
 m4/stdint.m4                 |   11 +-
 m4/stdlib_h.m4               |    5 +-
 m4/utimes.m4                 |    2 +-
 oldXMenu/AddPane.c           |    1 +
 oldXMenu/AddSel.c            |    1 +
 oldXMenu/XCrAssoc.c          |    1 +
 src/Makefile.in              |    6 +-
 src/dispextern.h             |    5 +-
 src/font.c                   |   10 ++
 src/font.h                   |   11 +-
 src/frame.c                  |    2 +
 src/ftxfont.c                |   14 +-
 src/gtkutil.c                |  167 ++++++++++++------------
 src/image.c                  |   20 +--
 src/keyboard.c               |    8 ++
 src/nsfns.m                  |    1 +
 src/sysdep.c                 |   44 ++++---
 src/termhooks.h              |    5 +
 src/w32fns.c                 |    1 +
 src/w32term.c                |   14 +-
 src/w32term.h                |    2 +-
 src/xdisp.c                  |   69 +++++++++-
 src/xfaces.c                 |    2 +-
 src/xfns.c                   |  128 ++++++++++++++++++-
 src/xfont.c                  |   16 +--
 src/xftfont.c                |   31 +++--
 src/xterm.c                  |  288 ++++++++++++++++++++++++++++++------------
 src/xterm.h                  |   35 +++++
 src/xwidget.c                |    2 +-
 test/lisp/thingatpt-tests.el |   26 +++-
 42 files changed, 807 insertions(+), 284 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]