Opened 4 years ago

Closed 4 years ago

#12780 closed enhancement (fixed)

xterm-351

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 9.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New version.

Change History (3)

comment:1 by Bruce Dubbs, 4 years ago

Patch 351 - 2019/11/17

  • correct logic in property_to_string for deciding when to fallback from UTF-8 decoding to ISO-8859-1 decoding, broken in xterm 350.
  • add -report-icons to help-message.
  • improved autoconf macros:
    • CF_ADD_LIBS: the change to filter out duplicates caused this to append rather than prepend. revise to fix that.
    • CF_GCC_VERSION and CF_GCC_WARNINGS: move checks to distinguish icc/clang from gcc from the macro which handles the --enable-warnings option, to make this work without-warnings for the inline-checks.
  • update config.guess, config.sub
  • correct status in XTGETXRES replies when the resource was not found.
  • fix some gcc, cppcheck, clang and coverity warnings.
  • guard call to RequestResize from the struct-notify event handler to prevent recursion in the Xft+buffered workaround in some cases when doing manual resizing rather than resizing via escape sequences.
  • amend the workaround for Xft+buffered blanking by moving the switch to bitmap-fonts to account for differences in font metrics between bitmap- and TrueType-fonts.
  • improve the note on the xterm-rep terminfo entry.

comment:2 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22383.

Note: See TracTickets for help on using tickets.