The following changes since commit c18400c6bb04f4e8875c1930db72ddd9b94649ca: Makefile(s): avoid recipe prefix in conditional statements (2024-11-24 13:45:49 +0100) are available in the Git repository at: https://github.com/j6t/gitk.git master for you to fetch changes up to 661734e6c8c38d2cd2000481ffb22cca6e2b0e5e: Merge branch 'ah/commit-id-to-clipboard' (2024-12-17 21:54:58 +0100) These updates add the following features to Gitk: * The commit message and the patch text can optionally be displayed with lines wrapped. There are separate options for these two kinds of text. * When a commit is selected, the commit ID is copied to the "X11 selection" (to be pasted with a middle mouse click, only available on X11). The commit ID can now also optionally be copied to the primary clipboard (to be pasted with Ctrl-V typically). * Section headers in the Preferences dialog are now better visible. There is also a bug fix: * Starting Gitk on macOS no longer hangs indefinitely. ---------------------------------------------------------------- Avi Halachmi (:avih) (3): gitk: UI text: change "SHA1 ID" to "Commit ID" gitk: prefs dialog: refine Auto-select UI gitk: support auto-copy comit ID to primary clipboard Christoph Sommer (2): gitk: make headings of preferences bold gitk: add text wrapping preferences Johannes Sixt (3): Merge branch 'sv-20231026' of https://github.com/nafmo/gitk-l10n-sv gitk: offer "Copy commit ID to X11 selection" only on X11 Merge branch 'ah/commit-id-to-clipboard' Peter Krefting (1): gitk: sv.po: Update Swedish translation (323t) Tobias Pietzsch (1): gitk: check main window visibility before waiting for it to show gitk | 86 +++++--- po/sv.po | 734 ++++++++++++++++++++++++++++++++------------------------------- 2 files changed, 439 insertions(+), 381 deletions(-)