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 (9046959 -> 33f710


From: Tassilo Horn
Subject: [Emacs-diffs] scratch/replace-region-contents updated (9046959 -> 33f710e)
Date: Sat, 16 Feb 2019 13:58:49 -0500 (EST)

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

      from  9046959   Use actual time as a measure instead of diffs
      adds  0d19e08   Change scoring strategy for 'flex' completion style
      adds  3fa003a   * lisp/net/eww.el (eww): With prefix arg, open url in new 
buffer.
      adds  b439b43   Add documentation for last change in eww.el
      adds  cef2489   Use lexical binding for conf-mode
      adds  c3f87ef   Add basic conf-mode tests
      adds  4d00262   Support ~USER for some names on MS-Windows
      adds  00b8c7e   Make ls-lisp.el behave like Posix hosts when directory 
doesn't exist
      adds  877eba7   * lisp/progmodes/compile.el: Remove redundant :groups
      adds  3c80bc3   * src/lread.c (readevalloop): Use filename to decide 
macroexpansion
      adds  3aaa2d2   Fix Hunspell invocation for discovering its dictionaries
      adds  71fc6d2   * admin/notes/emba: New file.
      adds  b384996   Minor fixes in ELisp manual wrt syntax-table properties
      adds  3f4b8e9   * src/data.c (Fmake_local_variable): Fix bug#34318
      adds  a29c70d   Merge from origin/emacs-26
      adds  6d89120   Avoid crashes upon C-g in nested invocations of 
'read_char'
      adds  58e0e92   Backport: js-indent-align-list-continuation: Make 
variable safe
      adds  38b4424   ; Merge from origin/emacs-26
      adds  25d9fe2   Work for empty MIME attachments (related to bug#34387)
      adds  92a2c73   Merge from origin/emacs-26
      adds  834ca18   * doc/misc/eshell.texi (Built-ins): Fix alias description
      adds  613f974   ; Merge from origin/emacs-26
      adds  3cba92d   Fix faces in compilation messages
      adds  f721084   Avoid errors in erc-dcc.el when erc-dcc-verbose is non-nil
      adds  b15e6e4   Merge from origin/emacs-26
      adds  a298a1f   * test/lisp/textmodes/conf-mode-tests.el 
(conf-test-align-assignments): Fix whitespace.
      adds  fd0ab0b   Merge branch 'master' of 
git+ssh://git.sv.gnu.org/srv/git/emacs into trunk
      adds  f390147   * lisp/progmodes/cc-engine.el: Remove unneeded require of 
'cl'
      adds  3d9a56f   Fix 'early-init-file' value when file is missing
      adds  aff0c58   Port tramp-adb to various 'touch' platforms
      adds  478bbf7   Prevent over-eager rx character range condensation
      adds  6b7b85b   * lisp/startup.el: Rename load-user-init-file
      adds  2208c01   * lisp/startup.el (load--user-init-file): Support 
early-init.elc as well.
      adds  5c158d1   * src/lread.c (readevalloop): Simplify via suffix_p.
       new  33f710e   Merge branch 'origin/master' into 
scratch/replace-region-contents


Summary of changes:
 admin/notes/emba                       |  64 +++++++++++
 doc/lispref/syntax.texi                |  11 +-
 doc/misc/eww.texi                      |   4 +
 etc/NEWS                               |  13 +++
 lisp/emacs-lisp/rx.el                  |   7 ++
 lisp/erc/erc-dcc.el                    |  11 +-
 lisp/gnus/mm-decode.el                 |   2 +-
 lisp/gnus/mm-view.el                   |  10 +-
 lisp/gnus/mml.el                       |   6 +-
 lisp/ls-lisp.el                        |  10 +-
 lisp/minibuffer.el                     |  46 ++++----
 lisp/net/eww.el                        |  20 +++-
 lisp/net/tramp-adb.el                  |  17 ++-
 lisp/progmodes/cc-engine.el            |   2 -
 lisp/progmodes/compile.el              |  97 ++++++----------
 lisp/startup.el                        |  48 ++++----
 lisp/textmodes/conf-mode.el            |   8 +-
 lisp/textmodes/ispell.el               |   9 +-
 src/data.c                             |  10 ++
 src/lread.c                            |  16 ++-
 src/w32.c                              |  24 +++-
 test/lisp/emacs-lisp/rx-tests.el       |   6 +-
 test/lisp/textmodes/conf-mode-tests.el | 204 +++++++++++++++++++++++++++++++++
 test/src/data-tests.el                 |  18 +++
 24 files changed, 507 insertions(+), 156 deletions(-)
 create mode 100644 admin/notes/emba
 create mode 100644 test/lisp/textmodes/conf-mode-tests.el



reply via email to

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