emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/byte-switch updated (2db473b -> ad70ca1)


From: Vibhav Pant
Subject: [Emacs-diffs] feature/byte-switch updated (2db473b -> ad70ca1)
Date: Sun, 5 Feb 2017 17:39:06 +0000 (UTC)

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

      from  2db473b   bytecomp.el: Use macroexp-const-p instead of 
bc-cond-valid-obj2-p.
      adds  ab96c85   Avoid crashes on C-g in TTY sessions
      adds  998e197   More fixes to prevent crashes on C-g
      adds  f74d496   * lisp/subr.el (string-make-unibyte, 
string-make-multibyte): Obsolete.
      adds  499780d   * lisp/indent.el (indent-region-line-by-line): New 
function.
      adds  1056be0   Add delq list arg check
      adds  5cebfc4   mh-compat.el: remove duplicate definition
      adds  77888c8   edt-mapper: just loading a library should not run code
      adds  68e8f4b   css-mode documentation lookup feature
      adds  3c941b9   comint-get-old-input-default: behavior follows docstring
      adds  f3c77d1   stash
      adds  fbf74c1   Revert two accidental commits
      adds  189df82   Handle patch terminators produced by git and bzr patch 
export
      adds  3506ec2   New test for diff-mode handling trailing --
      adds  52a1ce6   * test/lisp/vc/diff-mode-tests.el: Require diff-mode.
      adds  a727a03   * src/alloc.c, src/lisp.h: Fix minor glitches in recent 
changes.
      adds  18a3fcc   Allow C-s C-w to yank ' to the search ring in the Gnus 
article buffer
      adds  d1c9310   DOn't use string-as-unibyte in Gnus
      adds  5060ea5   Fix typo in a NEWS entry for CSS mode
      adds  52515f1   auth-source-user-and-password: add forgotten user 
parameter
      adds  5af51bd   read-multiple-choice: explain dialog popups more
      adds  12da2a5   ; Bump let-alist
      adds  d805757   Fix a subtle problem in Tramp with timers
      adds  5d61ef0   Revert "DOn't use string-as-unibyte in Gnus"
      adds  94ad13b   Allow C++ nested brace-list-entries to be better indented.
      adds  33be500   Remove immediate_quit.
      adds  b01ac67   Revamp quitting and fix infloops
      adds  b4c9f91   Fix quitting bug when buffers are frozen
      adds  910e63d   Prevent creating thumbnails of all gif frames
      adds  70d36dd   Turn on lexical-binding in parse-time.el
      adds  141b085   Treat list-buffers-directory as a string
      adds  8e871ae   Allow occur command to operate on the region
      adds  e280b94   Show current line highlighted in *Occur* buffer
      adds  01d87bf   Ignore error after kill last file or hunk
      adds  a362b56   Check if there are hunks before kill or refine a hunk
      adds  46aa9a3   Merge from gnulib
      adds  f5372d4   * lisp/doc-view.el (doc-view-mode): Don't require a final 
newline
      adds  eee5372   Fix lisp.h underparenthesization
      adds  df91577   ; Fix recent documentation changes
      adds  53c16c7   Pacify Oracle Studio 12.5
      adds  604724e   (xref-collect-matches): Use '-E' together with '-e'
      adds  d17e92d   Refactor uses of scroll_margin to a function
      adds  c92fc7a   Don't count mode line for scroll-margin limit
      adds  e27a91c   Make limit on scroll-margin variable
      adds  b9be4c1   Fix scrolling with partial lines
      adds  da515a0   Add tests for scrolling
      adds  ce88155   ; Merge: fixes and updates to scroll margin (Bug#5718)
      adds  e080d01   Re-port alloc.c to Solaris sparc and simplify
      adds  be10c00   Rename to if-let* and when-let*
      adds  6db5582   New defcustom 'save-some-buffers-default-predicate'
      adds  12a79dc   Document 'save-some-buffers-default-predicate'
      adds  331eb6c   Add tests for lisp/emacs-lisp/testcover.el
      adds  c71b718   Support options with embedded whitespace in 
'dired-listing-switches'
      adds  78f841d   Change edebug-max-depth from defconst to defcustom
      adds  cc84a40   ; * lisp/files.el (save-some-buffers-default-predicate): 
Add :version.
      adds  a46a619   Fix a syntax error when evaluating pcase.el under Edebug
      adds  8ba27b7   Avoid invalid read syntax errors due to 
'ert-with-test-buffer'
      adds  ef3d8d6   New macro 'ert-with-message-capture'
      adds  c8f91b1   Fix autorevert-tests on MS-Windows
      adds  ff4dd0d   Add tests for lisp/kmacro.el
      adds  f6ff7bb   Fix indentation of multiline CSS property values
      adds  caf31fb   * test/manual/indent/scss-mode.scss: Fix indentation
      adds  394fc3f   Set comment-multi-line in js-mode
      adds  148100d   typo fix
       new  ad70ca1   Merge remote-tracking branch 'origin/master' into 
feature/byte-switch


Summary of changes:
 admin/notes/multi-tty                              |    5 +-
 doc/emacs/display.texi                             |   12 +-
 doc/emacs/files.texi                               |    6 +
 doc/emacs/search.texi                              |   20 +-
 doc/lispintro/emacs-lisp-intro.texi                |    8 +-
 doc/lispref/edebug.texi                            |   10 +-
 doc/lispref/files.texi                             |   26 +-
 doc/lispref/windows.texi                           |   15 +
 doc/misc/cc-mode.texi                              |   31 +-
 doc/misc/texinfo.tex                               |   33 +-
 etc/NEWS                                           |   36 +
 lib/c-ctype.h                                      |   20 +-
 lib/strftime.c                                     |   12 +-
 lib/time-internal.h                                |    4 +-
 lib/verify.h                                       |    7 +-
 lisp/auth-source.el                                |    2 +-
 lisp/buff-menu.el                                  |   19 +-
 lisp/calendar/parse-time.el                        |   12 +-
 lisp/cus-start.el                                  |    1 +
 lisp/dired.el                                      |    4 +
 lisp/doc-view.el                                   |    5 +
 lisp/emacs-lisp/edebug.el                          |   13 +-
 lisp/emacs-lisp/ert-x.el                           |   26 +-
 lisp/emacs-lisp/let-alist.el                       |    2 +-
 lisp/emacs-lisp/pcase.el                           |    3 +-
 lisp/emacs-lisp/subr-x.el                          |   41 +-
 lisp/emulation/edt-mapper.el                       |  525 ++++++------
 lisp/emulation/edt.el                              |    8 +-
 lisp/files.el                                      |   15 +-
 lisp/gnus/gnus-art.el                              |    7 +-
 lisp/ibuffer.el                                    |   15 +-
 lisp/image-dired.el                                |    8 +-
 lisp/indent.el                                     |   32 +-
 lisp/info.el                                       |   11 +
 lisp/mh-e/mh-compat.el                             |   10 -
 lisp/net/tramp.el                                  |   30 +-
 lisp/progmodes/cc-align.el                         |   12 +
 lisp/progmodes/cc-engine.el                        |  101 ++-
 lisp/progmodes/cc-styles.el                        |    1 +
 lisp/progmodes/cc-vars.el                          |    2 +-
 lisp/progmodes/js.el                               |    1 +
 lisp/progmodes/xref.el                             |    6 +-
 lisp/replace.el                                    |  115 ++-
 lisp/subr.el                                       |    2 +
 lisp/textmodes/css-mode.el                         |  156 +++-
 lisp/vc/diff-mode.el                               |  184 ++--
 src/alloc.c                                        |  215 ++---
 src/bytecode.c                                     |   20 +-
 src/callproc.c                                     |   18 +-
 src/dired.c                                        |    3 -
 src/dispextern.h                                   |    1 +
 src/doc.c                                          |    9 +-
 src/editfns.c                                      |   10 +-
 src/emacs.c                                        |    2 +-
 src/eval.c                                         |   15 +-
 src/fileio.c                                       |   74 +-
 src/filelock.c                                     |    7 +-
 src/fns.c                                          |   96 +--
 src/indent.c                                       |   13 +-
 src/keyboard.c                                     |   93 +-
 src/lisp.h                                         |   47 +-
 src/lread.c                                        |    2 +-
 src/process.c                                      |   10 +-
 src/regex.c                                        |   10 +-
 src/search.c                                       |   98 +--
 src/syntax.c                                       |  140 +--
 src/sysdep.c                                       |  129 ++-
 src/w32fns.c                                       |   11 +-
 src/window.c                                       |   55 +-
 src/window.h                                       |    2 +
 src/xdisp.c                                        |  104 +--
 test/lisp/autorevert-tests.el                      |  170 ++--
 .../emacs-lisp/testcover-resources/testcases.el    |  493 +++++++++++
 test/lisp/emacs-lisp/testcover-tests.el            |  186 ++++
 test/lisp/filenotify-tests.el                      |   56 +-
 test/lisp/kmacro-tests.el                          |  890 ++++++++++++++++++++
 test/lisp/progmodes/js-tests.el                    |   14 +
 test/lisp/textmodes/css-mode-tests.el              |   15 +
 test/lisp/vc/diff-mode-tests.el                    |  203 +++++
 test/manual/indent/css-mode.css                    |   27 +
 test/manual/indent/scss-mode.scss                  |   44 +-
 test/manual/scroll-tests.el                        |  130 +++
 82 files changed, 3655 insertions(+), 1371 deletions(-)
 create mode 100644 test/lisp/emacs-lisp/testcover-resources/testcases.el
 create mode 100644 test/lisp/emacs-lisp/testcover-tests.el
 create mode 100644 test/lisp/kmacro-tests.el
 create mode 100644 test/lisp/vc/diff-mode-tests.el
 create mode 100644 test/manual/scroll-tests.el



reply via email to

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