emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk updated (6e5c2fb -> 78a3933)


From: Po Lu
Subject: feature/pgtk updated (6e5c2fb -> 78a3933)
Date: Wed, 1 Dec 2021 20:21:25 -0500 (EST)

oldosfan pushed a change to branch feature/pgtk.

      from  6e5c2fb   Stop relying on `x_coalesce_scroll_events' in pgtk code
      adds  2ee6621   Fix precision pixel scrolling for a recent change
      adds  ddaedb1   ; * src/w32term.c (w32_construct_mouse_wheel): Fix a typo.
      adds  6348ca1   Make pixel-fill-region handle space regions better
      adds  8959b13   Fix update-glyphless-char-display variable setting
      adds  6a60bd4   Add a new minor mode `glyphless-display-mode'
      adds  45252ad   Fix closure-conversion of shadowed captured lambda-lifted 
vars
      adds  93824a7   Add new face `variable-pitch-text'
      adds  0f6bf30   characters.el: remove repetition in 
glyphless-char-display-control
      adds  d086d4f   Fix fencepost error in pixel-fill--fill-line
      adds  e2e2dd4   Mention 'glyphless-display-mode' in conjunction with bidi 
display
      adds  cbcf8a6   Fix table-fixed-width-mode when typing fast
      adds  02ebd79   * lisp/emacs-lisp/cconv.el (cconv--lifted-arg): Simplify
      adds  ec3b6fa   Make `C-x C-d' require either an existing directory or a 
wildcard
      adds  c35c86a   * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Decl struct 
predicates as pure
      adds  f3284d5   * Redefine `comp-cstr-shallow-copy'
      adds  fd86829   Make use of `comp-cstr-shallow-copy'
      adds  ed7591c   Fix "SEE ALSO" buttons in some man pages
      adds  1914d94   Change how Dired displays available space
      adds  01a6c0b   Get rid of vmotion loop in 
`pixel-scroll-precision-scroll-up'
       new  78a3933   Merge remote-tracking branch 'origin/master' into 
feature/pgtk


Summary of changes:
 doc/emacs/dired.texi                               |   8 ++
 doc/emacs/display.texi                             |  25 +++-
 doc/emacs/mule.texi                                |  13 ++
 doc/lispref/display.texi                           |   7 +
 etc/NEWS                                           |  18 +++
 lisp/dired.el                                      |  51 ++++++-
 lisp/emacs-lisp/cconv.el                           |  31 ++++-
 lisp/emacs-lisp/cl-macs.el                         |   2 +-
 lisp/emacs-lisp/comp-cstr.el                       |  64 ++++-----
 lisp/emacs-lisp/comp.el                            |  16 +--
 lisp/faces.el                                      |   9 ++
 lisp/files.el                                      |  33 ++---
 lisp/gnus/gnus-art.el                              |   2 +-
 lisp/international/characters.el                   |  55 +++-----
 lisp/ls-lisp.el                                    |  13 +-
 lisp/man.el                                        |  32 +++--
 lisp/net/shr.el                                    |   2 +-
 lisp/pixel-scroll.el                               |  39 +++---
 lisp/textmodes/glyphless-mode.el                   |  67 +++++++++
 lisp/textmodes/pixel-fill.el                       |  24 ++--
 lisp/textmodes/table.el                            | 102 +++++++-------
 src/w32term.c                                      |   4 +-
 .../insert-directory/test_dir/bar                  |   0
 .../insert-directory/test_dir/foo                  |   0
 .../insert-directory/test_dir_other/bar            |   0
 .../insert-directory/test_dir_other/foo            |   0
 test/lisp/dired-tests.el                           |  74 ++++++++++
 test/lisp/emacs-lisp/bytecomp-tests.el             |  43 ++++++
 test/lisp/emacs-lisp/cconv-tests.el                | 152 +++++++++++++++++++++
 test/lisp/files-tests.el                           |  74 ----------
 30 files changed, 665 insertions(+), 295 deletions(-)
 create mode 100644 lisp/textmodes/glyphless-mode.el
 rename test/lisp/{files-resources => 
dired-resources}/insert-directory/test_dir/bar (100%)
 rename test/lisp/{files-resources => 
dired-resources}/insert-directory/test_dir/foo (100%)
 rename test/lisp/{files-resources => 
dired-resources}/insert-directory/test_dir_other/bar (100%)
 rename test/lisp/{files-resources => 
dired-resources}/insert-directory/test_dir_other/foo (100%)



reply via email to

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