emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk updated (f638541 -> 39c466b)


From: Po Lu
Subject: feature/pgtk updated (f638541 -> 39c466b)
Date: Fri, 3 Dec 2021 19:40:38 -0500 (EST)

oldosfan pushed a change to branch feature/pgtk.

      from  f638541   Fix a compilation warning in pgtkterm.c
      adds  7609924   Adapt directory summary line handling in Tramp
      adds  ba063f8   Send scroll stop events to xwidgets when built with 
XInput 2
      adds  1431fce   Revert "Support display of non-ASCII characters with 
aligned columns"
      adds  d3eb3918  Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
      adds  5869bf5   * lisp/emacs-lisp/cl-macs.el (natnum): Define it as a type
      adds  e3a10c8   * lisp/emacs-lisp/cl-macs.el (natnum): Fix typo
      adds  9db76af   ; * lisp/image-mode.el (image-mode): Minor doc fix.
      adds  8fda677   image-mode: Advertize viewing as text less eagerly
      adds  756c209   * lisp/image.el (image): Add :prefix and :link.
      adds  2bd1b1a   Fix dired--insert-disk-space
      adds  8090ef4   Fix typo in NEWS about 'write-file'
      adds  4306227   Don't support obsolete sregex syntax in re-builder
      adds  ddc875d   emacs-lisp-mode: Use error face for "/d" indicator
      adds  20124d7   ; Minor cleanup in re-builder after my last commit
      adds  52b2ffd   Improve how dired-mark-sexp interprets file sizes in 
non-C locales
      adds  4a303c4   Remove separators at the beginning and end of the context 
menu
      adds  85e56d9   Clarify the run-at-time documentation about "integral 
multiple"
      adds  32a8b3b   Fix regression introduced by the previous date-to-time 
change
      adds  b56f273   Add support for some Polish characters with `C-x 8'
      adds  d003f70   Move 'C-x 8 .' to 'C-x 8 . .'
      adds  d0997ee   Add a docstring to `iso-transl-set-language'
      adds  c9186b1   Use gnus-message instead of plain message in gnus-search
      adds  19ac237   More-robust svg_load_image fallback
      adds  02386da   Simplify svg_load_image
      adds  bcb4651   Improve overflow checking in svg_load_image
      adds  5586eb4   Prefer rsvg_handle_get_intrinsic_size_in_pixels
      adds  76bbb7e   Remove two functions obsolete since Emacs 23
      adds  c082dbb   Remove some more items obsolete since Emacs 23
      adds  7558e83   ; * etc/NEWS: Move incompatible changes into a separate 
section.
      adds  c8b72ad   Add more dired-x tests
      adds  397a6a7   Revert "emacs-lisp-mode: Use error face for "/d" 
indicator"
      adds  1e2bc1b   Port to Tiny C on x86-64
      adds  352c737   Ensure that MAIN_FIRST have finished compilation before 
doing the rest
       new  39c466b   Merge remote-tracking branch 'origin/master' into 
feature/pgtk


Summary of changes:
 configure.ac                     |   1 +
 doc/lispref/os.texi              |   8 +-
 etc/NEWS                         |  39 +++++---
 lisp/Makefile.in                 |  18 +++-
 lisp/calendar/time-date.el       |   5 +-
 lisp/dired-x.el                  |  22 +++--
 lisp/dired.el                    |   5 +-
 lisp/emacs-lisp/cl-macs.el       |   1 +
 lisp/emacs-lisp/re-builder.el    |  18 ++--
 lisp/emacs-lisp/shadow.el        |   3 -
 lisp/emacs-lisp/timer.el         |  12 ++-
 lisp/gnus/gnus-search.el         |  18 ++--
 lisp/image-mode.el               |  48 ++++++----
 lisp/image.el                    |   2 +
 lisp/international/iso-transl.el |  23 ++++-
 lisp/international/mule-cmds.el  |  16 ----
 lisp/mouse.el                    |  19 ++--
 lisp/net/newst-backend.el        |  52 +----------
 lisp/net/tramp-sh.el             |  20 +++--
 lisp/net/tramp-smb.el            |  14 +--
 lisp/nxml/xsd-regexp.el          |   3 -
 lisp/obsolete/vc-arch.el         |   2 -
 src/image.c                      | 187 +++++++++++++++++++++++----------------
 src/lisp.h                       |   5 ++
 src/xdisp.c                      |  57 ------------
 src/xwidget.c                    |   3 +
 test/lisp/dired-x-tests.el       |  10 +++
 27 files changed, 318 insertions(+), 293 deletions(-)



reply via email to

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