emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk updated (87cdc63 -> 13edadb)


From: Po Lu
Subject: feature/pgtk updated (87cdc63 -> 13edadb)
Date: Sun, 12 Dec 2021 08:44:44 -0500 (EST)

oldosfan pushed a change to branch feature/pgtk.

      from  87cdc63   Fix coding style
      adds  6656a4d   Make sqlite-mode-list-tables work on older sqlite versions
      adds  4b29468   Tweak erroring in sqlite-mode-delete
      adds  a374849   Fix the DJGPP port
      adds  30dd5c9   Update to Org 9.5.1-25-g9ca3bc
      adds  8a07343   Avoid undefined behavior in 'send-process-region' 
(Bug#52369).
      adds  2d116c4   Merge from origin/emacs-28
      adds  95d7a79   Update bovine/gcc-tests for newer Macos versions
      adds  eff1bb7   Fix frame focus on X Toolkit builds with XInput 2
      adds  8e948ab   Fix some compilation warnings in sqlite-less builds
      adds  4f987e1   Fix last change
      adds  11b2dfc   * src/xterm.c (x_detect_focus_change): Fix XI2 focus on 
GTK builds.
      adds  e52739c   Make with-sqlite-transaction mode code efficient
      adds  e29c904   ; * lisp/emacs-lisp/shortdoc.el (keymaps): Fix typo.
      adds  8faada1   eshell: Prefer octal number for file modes
      adds  6c9adaf   Check for support in sqlite-mode-open-file
      adds  bdfd83e   Fix an off-by-one error in TEX parsing in etags
      adds  1945564   Really fix the etags TEX parsing
      adds  5bc785d   Fix overline display when there is a box
      adds  0ee1a46   Fix overline display over stretch glyphs with box on NS
       new  2de147e   Merge remote-tracking branch 'origin/master' into 
feature/pgtk
       new  13edadb   Fix overline display when there is a box on PGTK


Summary of changes:
 config.bat                                   |   7 +-
 lib-src/etags.c                              |   9 ++-
 lisp/emacs-lisp/shortdoc.el                  |   2 +-
 lisp/eshell/esh-util.el                      |   4 +-
 lisp/loadup.el                               |   4 +-
 lisp/org/oc-basic.el                         |  32 ++++++---
 lisp/org/oc-csl.el                           |   4 +-
 lisp/org/oc.el                               |   2 +-
 lisp/org/org-keys.el                         |   2 +-
 lisp/org/org-macro.el                        |   2 +-
 lisp/org/org-version.el                      |   2 +-
 lisp/org/org.el                              |  15 ++--
 lisp/org/ox-beamer.el                        |   2 +-
 lisp/org/ox-icalendar.el                     |   4 +-
 lisp/org/ox-koma-letter.el                   |   2 +-
 lisp/org/ox-man.el                           |   2 +-
 lisp/org/ox-texinfo.el                       |   2 +-
 lisp/org/ox.el                               |  11 ++-
 lisp/sqlite-mode.el                          |  14 +++-
 lisp/sqlite.el                               |  11 +--
 nt/inc/nl_types.h => msdos/langinfo.h        |  11 +--
 msdos/sed1v2.inp                             |  24 ++++++-
 msdos/sed2v2.inp                             |   1 +
 msdos/sed3v2.inp                             |   1 +
 msdos/sedlibmk.inp                           |  63 ++++++++++-------
 src/callproc.c                               |  27 +++++++
 src/fileio.c                                 |   2 +
 src/msdos.c                                  | 102 +++++++++++++++++++++++++++
 src/msdos.h                                  |   2 +
 src/nsterm.m                                 |  22 ++++--
 src/pgtkterm.c                               |   8 +--
 src/process.c                                |  20 +++++-
 src/thread.h                                 |   1 +
 src/w32term.c                                |   8 +--
 src/xterm.c                                  |  18 +++--
 test/lisp/cedet/semantic/bovine/gcc-tests.el |   5 +-
 test/src/sqlite-tests.el                     |  10 +++
 37 files changed, 354 insertions(+), 104 deletions(-)
 copy nt/inc/nl_types.h => msdos/langinfo.h (75%)



reply via email to

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