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 (28a5d77 -> 814f0c


From: Tassilo Horn
Subject: [Emacs-diffs] scratch/replace-region-contents updated (28a5d77 -> 814f0c0)
Date: Tue, 12 Feb 2019 15:15:01 -0500 (EST)

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

      from  28a5d77   Move replace-region-contents from subr.el to subr-x.el
      adds  1e155dc   Fix byte compile warnings in checkdoc.el
      adds  5764640   Don’t assume CURRENT_TIME_LIST
      adds  f8e9da8   * lisp/ecomplete.el (ecomplete-add-item): Simplify.
      adds  b78363e   Cleanup stale diagnostics on Flymake restart
      adds  24695e8   Unbreak the Cygw32 build
      adds  459869a   Properly remove stale Flymake diagnostics on :region 
reports
      adds  c8c6ad2   Document that [:cntrl:] does not match DEL (Bug#34391)
      adds  54b9ee7   * test/lisp/emacs-lisp/package-tests.el: Allow extra 
extras
      adds  57c7479   Prefer encode-time to its alias
      adds  3eb63da   Fix doc string treatment of integer overflow
      adds  988e37f   Simplify use of encode-time
      adds  9324124   Don’t assume CURRENT_TIME_LIST
      adds  2860f6c   Simplify url-digest-auth-make-cnonce
      adds  d41f912   Add missing categories L, R, . and SPC to rx
       new  f9d9fe4   Merge branch 'origin/master' into 
scratch/replace-region-contents
       new  814f0c0   Improve replace-buffer-contents with quick fallback path


Summary of changes:
 doc/lispref/searching.texi            |  2 +-
 lisp/calendar/cal-dst.el              |  4 +-
 lisp/calendar/icalendar.el            |  2 +-
 lisp/calendar/time-date.el            |  7 ++--
 lisp/calendar/timeclock.el            | 37 +++++++-----------
 lisp/ecomplete.el                     |  2 +-
 lisp/emacs-lisp/checkdoc.el           | 14 +------
 lisp/emacs-lisp/rx.el                 |  8 +++-
 lisp/emacs-lisp/timer.el              |  2 +-
 lisp/eshell/esh-util.el               |  2 +-
 lisp/find-lisp.el                     | 11 ++----
 lisp/gnus/gnus-art.el                 |  2 +-
 lisp/gnus/gnus-delay.el               | 26 +++++--------
 lisp/gnus/gnus-group.el               | 11 +++---
 lisp/gnus/gnus-icalendar.el           |  7 +---
 lisp/gnus/gnus-logic.el               |  6 +--
 lisp/gnus/gnus-sum.el                 |  2 +-
 lisp/gnus/message.el                  |  2 +-
 lisp/gnus/nndiary.el                  | 24 ++++++------
 lisp/gnus/nnmail.el                   |  7 +---
 lisp/gnus/nnmaildir.el                | 15 ++------
 lisp/gnus/nnrss.el                    |  2 +-
 lisp/ido.el                           | 31 ++++++++-------
 lisp/mail/ietf-drums.el               |  2 +-
 lisp/mh-e/mh-alias.el                 |  4 +-
 lisp/net/newst-backend.el             | 22 ++---------
 lisp/net/rcirc.el                     |  4 +-
 lisp/net/soap-client.el               |  2 +-
 lisp/net/tramp-adb.el                 |  9 ++---
 lisp/obsolete/xesam.el                |  2 +-
 lisp/org/org-agenda.el                | 18 ++++-----
 lisp/org/org-capture.el               |  5 +--
 lisp/org/org-clock.el                 | 70 ++++++++++++++++------------------
 lisp/org/org-colview.el               |  4 +-
 lisp/org/org-element.el               |  4 +-
 lisp/org/org-macro.el                 |  2 +-
 lisp/org/org-table.el                 |  4 +-
 lisp/org/org-timer.el                 |  8 ++--
 lisp/org/org.el                       | 72 +++++++++++++++++------------------
 lisp/progmodes/flymake.el             | 24 +++++++-----
 lisp/url/url-auth.el                  |  3 +-
 lisp/url/url-cache.el                 |  4 +-
 lisp/url/url-cookie.el                |  4 +-
 lisp/url/url-dav.el                   |  2 +-
 lisp/vc/vc-cvs.el                     |  7 ++--
 lisp/woman.el                         |  6 +--
 src/editfns.c                         | 45 ++++++++++++++++------
 src/emacs.c                           |  4 +-
 test/lisp/emacs-lisp/package-tests.el | 66 ++++++++++++++++++++++++--------
 test/src/regex-emacs-tests.el         |  6 +--
 50 files changed, 307 insertions(+), 322 deletions(-)



reply via email to

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