pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mlterm



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sat Jan 26 18:18:06 UTC 2013

Modified Files:
        pkgsrc/x11/mlterm: Makefile distinfo

Log Message:
Update mlterm to 3.1.7.

Changes per doc/en/ReleaseNote:

ver 3.1.7
* Support not only bmp formats but also other image formats by mlimgloader
  (which requires gdk-pixbuf or GDI+) in win32.
* "contrast", "gamma" and "brightness" options are available in win32.
* Support CSI 22 0..2 t and CSI 23 0..2 t.
* Support DCS ... { ... ST. (DECDLD)
  (http://github.com/saitoha/vim-powerline/tree/drcs works!)
* Assign U+10XXYY like drcsterm to DRCS (ESC ( SP XX YY)
  (0x40 <= XX <= 0x7e, 0x20 <= YY <= 0x7f)
  (See http://github.com/saitoha/drcsterm)
* Remove "title" from configuration protocol.
* Support alpha values of icon files if mlterm is built without
  --with-imagelib=gdk-pixbuf option.
* Support UTF8 text for setting the window title by OSC 0 or OSC 2 in win32.
* Add --disable-use-tools option (which disables external tools) to configure.
* Support alpha mask of sixel graphics.
* Support uim and kbd plugin in framebuffer.
* Bug fixes:
  Fix the bug of "button3_behavior" option rejecting "mlclient ..." command.
  Fix the incorrect parsing of font names which contain digit characters like
  "Courier 10 Pitch" which was regarded as 10-point size "Courier" font.
  Adjust the pty size to the screen size in creating a new pty by Ctrl+F2 etc
  in framebuffer.
  Revive "contrast", "gamma" and "brightness" options of mlterm built without
  --with-imagelib option in Linux.
  Fix segfault in starting mlterm with --pic option in framebuffer.
  Fix the malfunction of cursor keys in mlcc in cygwin. (Thanks to saitoha san)
  Fix the bug of saving or restoring cursor in OSC ? 1047 h or OSC ? 1047 l.
  Exit mlcc to avoid segfault if OSC 5380 doesn't return anything.
  Fix the bug of unloading fonts which are still used in framebuffer.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/mlterm/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/mlterm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index