emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk updated (7314c12 -> 9eba6b9)


From: Po Lu
Subject: feature/pgtk updated (7314c12 -> 9eba6b9)
Date: Mon, 6 Dec 2021 04:24:48 -0500 (EST)

oldosfan pushed a change to branch feature/pgtk.

      from  7314c12   Fix child frame crash on pgtk
      adds  2454f98   Don't fill byte-compilation warnings in batch mode
      adds  e6a0cfa   vc-git--program-version to support Git for macOS version 
string
      adds  e449f62   Fix jittering when precision scrolling over images
      adds  fba7c87   image-dired: Don't disable mouse dragging
      adds  82f96ed   image-dired: Use string-match-p in one case
      adds  9171061   EIEIO: Remove redundant type info in help
      adds  2a73a52   ; Small doc fix in recent eieio-opt.el change
      adds  9ab479b   Make gnus-check-backend-function mode `debug-on-signal' 
friendly
      adds  0dca455   Make the Git stash commands available in vc-dir Git 
buffers
      adds  34f5656   Document the subtleties of the 'cursor' text property
      adds  0bf10d5   * test/Makefile.in (check-declare): Add missing --batch.
      adds  e3427fa   Fix typos and improve consistency in ERC manual
      adds  013161d   Merge from origin/emacs-28
      adds  4434dea   Added dired-create-destination-dirs-on-trailing-dirsep
      adds  0d88c3c   Add time-convert tests
      adds  83fa35b   Use time-equal-p to compare timestamps in tests
      adds  af60618   Simplify cedet-utest-elapsed-time
      adds  524c42f   Prefer nil to (current-time) when either will do
      adds  f4d7ca7   Simplify message-unique-id etc.
      adds  084f440   Simplify message-make-expires
      adds  2bda029   Use time-convert in with-decoded-time-value
      adds  1866373   Fix image load timekeeping bug
      adds  15f20c0   Simplify RFC 5322 time zone generation
      adds  dbef214   Simplify by using format-time-string
      adds  19932c3   Avoid timestamp info loss in mh-alias-tstamp
      adds  a21b8c5   Fix minor clock skew issues
      adds  c1145c3   Update org-compat doc string
       new  9eba6b9   Merge remote-tracking branch 'origin/master' into 
feature/pgtk


Summary of changes:
 doc/lispref/text.texi                 | 41 ++++++++++++---------
 doc/misc/erc.texi                     | 25 ++++++-------
 doc/misc/gnus.texi                    |  2 +-
 lisp/calendar/time-date.el            |  2 +-
 lisp/dired-aux.el                     | 42 ++++++++++++++++++++--
 lisp/emacs-lisp/eieio-opt.el          |  1 +
 lisp/emacs-lisp/eieio.el              |  5 ---
 lisp/emacs-lisp/timer.el              |  4 +--
 lisp/emacs-lisp/warnings.el           |  4 ++-
 lisp/gnus/gnus-score.el               |  4 +--
 lisp/gnus/gnus-search.el              |  7 ++--
 lisp/gnus/gnus-sum.el                 |  6 ++--
 lisp/gnus/gnus.el                     |  6 ++--
 lisp/gnus/message.el                  | 31 ++++++++--------
 lisp/image-dired.el                   |  9 ++---
 lisp/image.el                         |  6 ++--
 lisp/image/gravatar.el                |  4 +--
 lisp/mail/feedmail.el                 | 18 ++++------
 lisp/mail/mail-utils.el               | 15 +++-----
 lisp/mail/sendmail.el                 | 14 +++-----
 lisp/mh-e/mh-alias.el                 |  3 +-
 lisp/midnight.el                      |  2 +-
 lisp/net/dbus.el                      |  2 +-
 lisp/net/rcirc.el                     |  2 +-
 lisp/net/sasl.el                      | 23 ++++++------
 lisp/net/tramp-gvfs.el                |  2 +-
 lisp/net/tramp-sh.el                  |  2 +-
 lisp/net/tramp-sudoedit.el            |  2 +-
 lisp/net/tramp.el                     |  4 +--
 lisp/org/org-compat.el                |  3 +-
 lisp/pixel-scroll.el                  | 17 +++++----
 lisp/progmodes/vhdl-mode.el           |  5 +--
 lisp/timezone.el                      |  5 +--
 lisp/vc/vc-dir.el                     |  7 +++-
 lisp/vc/vc-git.el                     | 24 +++++++++----
 test/Makefile.in                      |  2 +-
 test/lisp/autorevert-tests.el         |  6 ++--
 test/lisp/calendar/time-date-tests.el | 17 ++++-----
 test/lisp/net/tramp-tests.el          |  2 +-
 test/lisp/vc/vc-git-tests.el          | 67 +++++++++++++++++++++++++++++++++++
 test/manual/cedet/cedet-utests.el     |  4 +--
 test/src/timefns-tests.el             | 12 +++++++
 42 files changed, 284 insertions(+), 175 deletions(-)
 create mode 100644 test/lisp/vc/vc-git-tests.el



reply via email to

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