emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/byte-switch updated (a75d080 -> c1a9b5d)


From: Vibhav Pant
Subject: [Emacs-diffs] feature/byte-switch updated (a75d080 -> c1a9b5d)
Date: Sat, 11 Feb 2017 09:25:15 -0500 (EST)

vibhavp pushed a change to branch feature/byte-switch.

      from  a75d080   * src/bytecode.c: Refactor to follow GNU coding standards
      adds  5e222f6   * lisp/textmodes/css-mode.el: Require subr-x at compile 
time
      adds  b7fa6b1   Simplify use of FOR_EACH_TAIL
      adds  14dd910   Signal list cycles in ‘length’ etc.
      adds  b491322   FOR_EACH_TAIL now checks for quit
      adds  c3ee4d2   Add cyclic-list tests
      adds  d45dbcc   Port to clang 3.8.0
      adds  03a012a   Make FOR_EACH_TAIL more like other FOR_EACH macros
      adds  d713498   Do not trick info/dir’s timestamp
      adds  c939075   Add xdg library
      adds  4b59f53   Revert "Don't tag Gnus bugs with "gnus""
      adds  1af484f   Ensure that Gnus bugs show up in the Emacs tracker
      adds  c8ee570   Suppress undesired error messages in filenotify-tests.el
      adds  e3b6596   Modify suppressing `vc-refresh-state' in 
filenotify-tests.el
      adds  90f76eb   describe-char: unambiguous name for inserting ASCII 7
      adds  41de25c   Make mm-shr use mail-parse-charset by default
      adds  2bfe83f   Make sure eshell pipelines don't drop data
      adds  1e23bf5   Ibuffer: Don't truncate shell command output
      adds  d9fd1d3   Ibuffer: Erase output buffer before shell commands
      adds  bbbfa31   ; Theme updates
      adds  3817a44   Fix environment variable for xdg-data-dirs
      adds  35b9b7e   Ibuffer: Update mode documentation
      adds  d825d1f   * lisp/isearch.el (isearch-search-fun-default): Set 
isearch-adjusted
      adds  937bf04   Restore special setting of this-command-keys by M-x
      adds  2d284db   Improve fontification in bat-mode
      adds  c48f8fa   Fix instrumenting code with propertized strings in Edebug
      adds  65298ff   Move cyclic tests to fns-tests.el
      adds  cef233e   Fix a bug with displaying an image after a TAB
      adds  abcba32   Fix a few integer-overflow glitches
      adds  59e7efe   Extract grep-find-ignored-directories processing from 
rgrep-default-command
      adds  26187a3   Fix warnings in debug tracing code
      adds  44578d9   Fix handling of PBM data
      adds  09d5083   ; Fix typo in etc/NEWS
      adds  ac83b2d   Fix handling of XBM images on MS-Windows
       new  c1a9b5d   Merge branch 'master' into feature/byte-switch


Summary of changes:
 Makefile.in                           |   8 +-
 doc/emacs/search.texi                 |   8 +-
 etc/NEWS                              |  10 +-
 etc/themes/tsdh-light-theme.el        |  21 ++-
 lisp/descr-text.el                    |  16 +-
 lisp/emacs-lisp/edebug.el             |   6 +-
 lisp/eshell/esh-proc.el               |  16 +-
 lisp/gnus/gnus-msg.el                 |   6 +-
 lisp/gnus/gnus.el                     |   4 +
 lisp/gnus/mm-decode.el                |  19 ++-
 lisp/ibuf-ext.el                      |  46 ++++--
 lisp/ibuf-macs.el                     |  10 +-
 lisp/ibuffer.el                       |  10 +-
 lisp/info.el                          |   7 +-
 lisp/isearch.el                       |   8 +-
 lisp/progmodes/bat-mode.el            |  11 +-
 lisp/progmodes/grep.el                |  26 ++-
 lisp/simple.el                        |   3 +
 lisp/textmodes/css-mode.el            |   2 +-
 lisp/xdg.el                           | 144 ++++++++++++++++
 src/composite.c                       |  89 +++++-----
 src/data.c                            |   6 +
 src/dispextern.h                      |   2 +-
 src/fns.c                             | 262 ++++++++++++------------------
 src/image.c                           |  16 +-
 src/keyboard.c                        |  25 +++
 src/lisp.h                            |  75 ++++++---
 src/xdisp.c                           |  52 +++---
 src/xfaces.c                          |   2 +-
 src/xwidget.c                         |  12 +-
 test/lisp/filenotify-tests.el         |   4 +
 test/lisp/progmodes/bat-mode-tests.el |  86 ++++++++++
 test/src/fns-tests.el                 | 298 ++++++++++++++++++++++++++++++++++
 33 files changed, 964 insertions(+), 346 deletions(-)
 create mode 100644 lisp/xdg.el
 create mode 100644 test/lisp/progmodes/bat-mode-tests.el



reply via email to

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