mbox series

[PULL] gitk: various fixes for Windows, Meson build

Message ID 94cdb4c6-5466-44bc-ba42-120ae86fa951@kdbg.org (mailing list archive)
State Accepted
Commit b838bf1938926a7a900166136d995d86f8a00e24
Headers show
Series [PULL] gitk: various fixes for Windows, Meson build | expand

Pull-request

https://github.com/j6t/gitk.git master

Message

Johannes Sixt Feb. 20, 2025, 10:16 a.m. UTC
The following changes since commit e76b53ef23871ff81ab305822eb605baf0cc5bd3:

  gitk: Update Bulgarian translation (327t) (2024-12-24 11:58:09 +0100)

are available in the Git repository at:

  https://github.com/j6t/gitk.git master

for you to fetch changes up to 4a6cc6a20eeb593f1ad0f60475a9867532d7c5d5:

  Merge branch 'pks-meson-support' of https://github.com/pks-t/gitk (2025-02-20 10:54:37 +0100)

----------------------------------------------------------------
James J. Raden (1):
      gitk: make the "list references" default window width wider

Johannes Schindelin (2):
      gitk(Windows): avoid inadvertently calling executables in the worktree
      gitk: fix arrow keys in input fields with Tcl/Tk >= 8.6

Johannes Sixt (2):
      Merge branch 'g4w-gitk' of https://github.com/dscho/gitk
      Merge branch 'pks-meson-support' of https://github.com/pks-t/gitk

Karsten Blees (1):
      gitk: Unicode file name support

Patrick Steinhardt (2):
      gitk: extract script to build executable
      gitk: introduce support for the Meson build system

Sebastian Schuberth (1):
      gitk: Use an external icon file on Windows

 Makefile        |   5 +-
 generate-tcl.sh |  11 +++
 gitk            | 213 +++++++++++++++++++++++++++++++++++++++++++++++---------
 meson.build     |  30 ++++++++
 po/meson.build  |  19 +++++
 5 files changed, 241 insertions(+), 37 deletions(-)
 create mode 100755 generate-tcl.sh
 create mode 100644 meson.build
 create mode 100644 po/meson.build

Comments

Junio C Hamano Feb. 20, 2025, 2:01 p.m. UTC | #1
Johannes Sixt <j6t@kdbg.org> writes:

> The following changes since commit e76b53ef23871ff81ab305822eb605baf0cc5bd3:
>
>   gitk: Update Bulgarian translation (327t) (2024-12-24 11:58:09 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/j6t/gitk.git master
>
> for you to fetch changes up to 4a6cc6a20eeb593f1ad0f60475a9867532d7c5d5:
>
>   Merge branch 'pks-meson-support' of https://github.com/pks-t/gitk (2025-02-20 10:54:37 +0100)
>
> ----------------------------------------------------------------
> James J. Raden (1):
>       gitk: make the "list references" default window width wider
>
> Johannes Schindelin (2):
>       gitk(Windows): avoid inadvertently calling executables in the worktree
>       gitk: fix arrow keys in input fields with Tcl/Tk >= 8.6
>
> Johannes Sixt (2):
>       Merge branch 'g4w-gitk' of https://github.com/dscho/gitk
>       Merge branch 'pks-meson-support' of https://github.com/pks-t/gitk
>
> Karsten Blees (1):
>       gitk: Unicode file name support
>
> Patrick Steinhardt (2):
>       gitk: extract script to build executable
>       gitk: introduce support for the Meson build system
>
> Sebastian Schuberth (1):
>       gitk: Use an external icon file on Windows
>
>  Makefile        |   5 +-
>  generate-tcl.sh |  11 +++
>  gitk            | 213 +++++++++++++++++++++++++++++++++++++++++++++++---------
>  meson.build     |  30 ++++++++
>  po/meson.build  |  19 +++++
>  5 files changed, 241 insertions(+), 37 deletions(-)
>  create mode 100755 generate-tcl.sh
>  create mode 100644 meson.build
>  create mode 100644 po/meson.build

Pulled.  Big thanks to everybody who is involved in this set of updates.