emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/replace-region-contents updated (bfa10b7 -> e5c99a


From: Tassilo Horn
Subject: [Emacs-diffs] scratch/replace-region-contents updated (bfa10b7 -> e5c99a1)
Date: Wed, 20 Feb 2019 10:59:13 -0500 (EST)

tsdh pushed a change to branch scratch/replace-region-contents.

      from  bfa10b7   Revert set_bit signature change, fix accidental rename
      adds  7898568   * Put INLINE and ATTRIBUTE_NO_SANITIZE_UNDEFINED into 
c-noise-macro-names
      adds  adeea44   Fontify C function identifiers in parentheses correctly 
(e.g. in lisp.h)
      adds  4f24b4a   * lisp/tar-mode.el (tar--try-jka-compr): Remove.  
(Bug#34251)
      adds  43f6fd4   * lisp/emacs-lisp/cl-lib.el (cl-endp): Remove stray 'x.
      adds  9cb2cb9   emacs-init-time outputs more digits now
      adds  287dd6b   * src/fns.c: Fix comment.
      adds  b05702d   Increase timeout on emba for Tramp
      adds  2eecaa2   * lisp/vc/smerge-mode.el (smerge-vc-next-conflict): New 
command
      adds  2ede38c   * lisp/vc/smerge-mode.el (smerge-change-buffer-confirm): 
New var
      adds  eccfdaf   Use 'timer_getoverrun' on Cygwin when possible
      adds  e6f8ddb   * lisp/emacs-lisp/cl-lib.el (cl-endp): Move to cl-seq.el
      adds  5d46862   Minor profiler improvements
      adds  a812ed2   Speed up cl-list-length
      adds  e66d5a1   * lisp/elec-pair.el: Do modify+undo more carefully
      adds  ed1e805   * lisp/progmodes/sql.el defensive programming
      adds  a755dc1   * lisp/erc/erc.el (erc-version-string): Remove, unused
      adds  3f6e4c1   * lisp/mh-e/mh-acros.el (mh-defstruct): Minor 
simplification
      adds  1a6bcc9   * lisp/progmodes/sql.el: Added password wallet using 
`auth-source' package. (sql-auth-source-search-wallet): New function. 
(sql-password-wallet): New variable. (sql-password-search-wallet-function): New 
variable. (sql-get-login): Handle password wallet search. 
(sql-product-interactive): Handle password function. * 
test/lisp/progmodes/sql-test.el: Test wallet changes. (sql-test-login-params): 
New test variable. (with-sql-test-connect-harness): New macro to wrap test c 
[...]
      adds  3700375   Merge branch 'wallet'
      adds  55478e4   switch-to-buffer's completion table uses its own sorting
      adds  e8b6cc9   cycle-sort-function prevails in 
completion-all-sorted-completions
      adds  0a6c447   Implement access-file in Tramp
      adds  9f7212a   Simplify easy-mmode-define-navigation
      adds  712661b   * lisp/progmodes/sql.el: Fix use of string-empty-p in 
recent change.
      adds  15a2b2c   Fix handling of MINIBUF argument in 'walk-window-tree'
      adds  74240f2   * lisp/progmodes/sql.el (sql-is-indent-available): Remove
      adds  29db0dd   Improve connection hand-shaking in tramp-adb.el
      adds  ae77728   Fix missing interactive spec
       new  e5c99a1   Merge branch 'master' into scratch/replace-region-contents


Summary of changes:
 .dir-locals.el                       |   2 +-
 configure.ac                         |   2 +-
 etc/NEWS                             |  48 ++++++---
 lisp/arc-mode.el                     |   2 +-
 lisp/elec-pair.el                    |  33 +++---
 lisp/emacs-lisp/cl-extra.el          |   8 +-
 lisp/emacs-lisp/cl-lib.el            |   7 --
 lisp/emacs-lisp/cl-seq.el            |   7 ++
 lisp/emacs-lisp/easy-mmode.el        |   4 +-
 lisp/erc/erc.el                      |   3 -
 lisp/json.el                         |   2 +-
 lisp/mh-e/mh-acros.el                |  14 ++-
 lisp/minibuffer.el                   |  22 ++--
 lisp/net/tramp-adb.el                |   7 +-
 lisp/net/tramp-archive.el            |   6 +-
 lisp/net/tramp-gvfs.el               |   2 +-
 lisp/net/tramp-rclone.el             |   2 +-
 lisp/net/tramp-sh.el                 |   5 +-
 lisp/net/tramp-smb.el                |   5 +-
 lisp/net/tramp-sudoedit.el           |   2 +-
 lisp/net/tramp.el                    |  11 ++
 lisp/progmodes/cc-engine.el          |  58 +++++++++--
 lisp/progmodes/cc-mode.el            |   2 +-
 lisp/progmodes/cc-vars.el            |   4 +
 lisp/progmodes/sql.el                | 193 ++++++++++++++++++++++++++++++-----
 lisp/tar-mode.el                     |  23 +----
 lisp/time.el                         |   2 +-
 lisp/vc/smerge-mode.el               |  34 ++++++
 lisp/vc/vc-hooks.el                  |  20 ++--
 lisp/vc/vc.el                        |  45 +++-----
 lisp/window.el                       |  34 +++---
 src/fns.c                            |   3 +-
 src/minibuf.c                        |   6 +-
 src/profiler.c                       |  49 ++++-----
 test/lisp/net/tramp-archive-tests.el |  21 +++-
 test/lisp/net/tramp-tests.el         |  29 ++++--
 test/lisp/progmodes/sql-tests.el     | 101 ++++++++++++++++++
 37 files changed, 592 insertions(+), 226 deletions(-)



reply via email to

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