emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk updated (105c756 -> 15d5af8)


From: Po Lu
Subject: feature/pgtk updated (105c756 -> 15d5af8)
Date: Thu, 2 Dec 2021 19:37:06 -0500 (EST)

oldosfan pushed a change to branch feature/pgtk.

      from  105c756   Get rid of duplicate pgtk function
      adds  6927841   Fix recent changes related to 'glyphless-display-mode'
      adds  dfc7338   ; * lisp/international/characters.el: Fix a typo in last 
change.
      adds  e2494bd   ; * lisp/dired-x.el (dired-virtual): Doc fix.  (Bug#20992)
      adds  aa6a05c   Fix display of free disk space in Dired
      adds  d45e72f   Improve momentum scrolling algorithm
      adds  a516ab7   Add a new variable 'process-error-pause-time'
      adds  9ea5a91   Make `C-c C-w' copy the executable bits to the new file
      adds  c469efb   * lisp/gnus/gnus-art.el (gnus--variable-pitch-p): Don't 
error out if face nil
      adds  4c7faf3   Fix previous macroexp--warn-wrap change
      adds  a97fce7   Fix characters.el build issue
      adds  84166ea   CC Mode: Recognise "struct foo {" as introducing a type 
declaration
      adds  50b40e1   ; * lisp/org/ob-julia.el: Fix Author header for 
authors.el.
      adds  9963b11   ; * admin/authors.el (authors-aliases): Further updates.
      adds  2be090d   ; * ChangeLog.3: Minor fixes.
      adds  40fc31e   ; * ChangeLog.3: Update.
      adds  6294e60   ; * admin/authors.el (authors-aliases): More fixes.
      adds  aa1d7dd   ; * etc/AUTHORS: Update.
      adds  fa2e812   Merge from origin/emacs-28
      adds  740ae28   Bump Emacs version to 28.0.90
      adds  8ff1a9d   ; Merge from origin/emacs-28
      adds  8230a47   * lisp/help.el (help--analyze-key): Prefer posn-set-point 
over mouse-set-point
      adds  334ff02   * lisp/repeat.el: Use same logic for repeat-check-key and 
repeat-exit-timeout.
      adds  b3d4b18   ; make change-history-commit
      adds  f38dfa5   ; Update loaddefs files.
      adds  48d1e6e   Merge from origin/emacs-28
      adds  cf49f6e   ; update_autogen: Remove -I flag handling completely
      adds  db56f2c   update_autogen: Remove unused -H flag
      adds  a8bfdf2   update_autogen: Improve error handling slightly
      adds  608267c   Support display of non-ASCII characters with aligned 
columns
      adds  8203c2c   ; * src/xdisp.c (syms_of_xdisp) <align-columns-display>: 
Doc fix.
      adds  f5f5297   * etc/NEWS: Mention change in `insert-directory' 
derivates.  Fix typos.
       new  15d5af8   Merge remote-tracking branch 'origin/master' into 
feature/pgtk


Summary of changes:
 ChangeLog.3                      |   98 ++-
 admin/authors.el                 |   11 +-
 admin/update_autogen             |   22 +-
 doc/lispref/display.texi         |    5 +-
 doc/lispref/processes.texi       |    9 +
 etc/AUTHORS                      | 1657 +++++++++++++++++++++++++-------------
 etc/NEWS                         |   42 +-
 lisp/cus-start.el                |    1 +
 lisp/dired-x.el                  |    8 +-
 lisp/dired.el                    |   12 +-
 lisp/emacs-lisp/macroexp.el      |   11 +-
 lisp/files.el                    |   66 +-
 lisp/gnus/gnus-art.el            |   11 +-
 lisp/help.el                     |   14 +-
 lisp/international/characters.el |   28 +-
 lisp/isearch.el                  |    4 +-
 lisp/org/ob-julia.el             |    4 +-
 lisp/pixel-scroll.el             |   45 +-
 lisp/progmodes/cc-engine.el      |    7 +-
 lisp/repeat.el                   |   27 +-
 lisp/textmodes/glyphless-mode.el |    2 +-
 src/process.c                    |   12 +-
 src/xdisp.c                      |   57 ++
 23 files changed, 1448 insertions(+), 705 deletions(-)



reply via email to

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