Next | Query returned 218 messages, browsing 91 to 100 | Previous

History of commit frequency

CVS Commit History:


   2015-06-13 23:25:45 by Izumi Tsutsui | Files touched by this commit (7) | Package updated
Log message:
Update mlterm to 3.5.0.

pkgsrc changes:
 - handle new canna and wnn input method plugins as options
 - remove post-3.4.5 patch
 - pull the following post-3.5.0 Romanized Japanese conversion updates for wnn:
   \ 
https://bitbucket.org/arakiken/mlterm/commits/8de212cf5b3ec7f77ce1f9f6aa66770cb28b935e

Changes noted in doc/en/ReleaseNote:

ver 3.5.0
* Support WSDISPLAYIO_GET_FBINFO on NetBSD/framebuffer.
* Support Canna (--im canna) and Freewnn (--im wnn) as input method plugins.
* Support vertical and horizontal screen separation.
  (Note that -s=false option disables not only scrollbar but also screen separation.)
* Add HSPLIT_SCREEN(Shift+F1), VSPLIT_SCREEN(Shift+F2), NEXT_SCREEN(Shift+F3),
  PREV_SCREEN(Shift+F4), CLOSE_SCREEN(Shift+F5), HEXPAND_SCREEN(Shift+F6) and
  VEXPAND_SCREEN(Shift+F7) to shortcut key settings.
* Add "hsplit_screen", "vsplit_screen", \ 
"hresize_screen", "vresize_screen" and
  "next_screen" to OSC 5379.
* Rename "use_scrollbar" option to "use_mdi" which enables \ 
not only scrollbar but
  also screen separation.
* Support Allow132 (CSI?40h, CSI?40l).
  (Merge https://gist.github.com/saitoha/4b320b9cb6d637d14dbc)
* HankakuZenkaku key works on Linux/framebuffer.
* Bug fixes:
  Fix stiff behavior of "use_local_echo=true" on ssh connection by libssh2.
  Fix a bug which disabled OSC 5379 show_picture URL on all platforms except win32.
  (enbugged at 3.4.2)
   2015-04-25 16:25:26 by Tobias Nygren | Files touched by this commit (687) | Package updated
Log message:
Recursive revbump following MesaLib update, categories p through x.
   2015-03-21 21:41:37 by Izumi Tsutsui | Files touched by this commit (3) | Package updated
Log message:
Pull upstream fix for NetBSD which also affects RPIs.

https://bitbucket.org/arakiken/mlterm/commits/d2f31b50c2b90bf731ae2223a975d9bb6320478f
> x_display_wscons.c: WSDISPLAYIO_GET_FBINFO is supported.

Tested on RPI2 with the following change by jun@:
http://mail-index.netbsd.org/source-changes/2015/01/21/msg062550.html
> Newer Raspberry Pi firmware has changed the framebuffer from BGR to RGB.

Bump PKGREVISION.  (leaf package update)
   2015-03-14 15:59:28 by Izumi Tsutsui | Files touched by this commit (3)
Log message:
Update mlterm to 3.4.5.

Changes noted in doc/en/ReleaseNote:

ver 3.4.5
* Fix a bug which disabled to start mlconfig. (Enbugged at 3.4.4)
* Fix hangup when mlconfig exits on cygwin+win32gdi+libssh2.
* Enable to open a framebuffer device even if normal users aren't permitted to
  open it on Linux, FreeBSD and {Net|Open}BSD/wscons.

ver 3.4.4
* Support DECBI(ESC 6), DECFI(ESC 9), DECIC(CSI'}), DECDC(CSI'~), DECST8C(CSI?W),
  DECSACE(CSI*x), DECRARA(CSI$t) and DECCARA(CSI$r).
* libvte compatible library supports vte-2.91 API. (vte 0.38 or later)
* Change the default value of --with-gtk of configure script from 2.0 to 3.0.
* Change the default value of "use_clipboard" option from \ 
"false" to "true".
* Show message on screen if you change settings by "proto:" shortcut.
* OPEN_SCREEN or OPEN_PTY shortcut key opens pty with the same char encoding and
  executes the same command as the current screen connecting to a remote host \ 
via libssh2.
* OSC 5380 without challenge doesn't return "#forbidden" but shows \ 
"key=value" on
  the screen temporarily.
* "Alt" which equals to "Mod" is available in ~/.mlterm/key.
* Bug fixes:
  Fix unexpected erasure at the bottom line of the screen if you use gnome-terminal
  3.6.2 with libvte compatible library.
  Fix segfault in opening multiple ptys with the use of gnome-pty-helper.
  Fix error in compiling mlconfig with gtk+-3.x and libssh2.
  Fix saving wrong character set by DECSC etc if --boxdraw=unicode option is \ 
specified.
   2015-02-13 19:21:28 by Izumi Tsutsui | Files touched by this commit (4)
Log message:
Update mlterm to 3.4.3.

Changes noted in doc/en/ReleaseNote:

ver 3.4.3
* Support true type fonts with the use of freetype library (./configure \ 
--enable-anti-alias)
  on framebuffer and Android.
* Support ISCII proportional fonts with the use of freetype library on \ 
framebuffer and
  Android.
* Drop -C/--ind/use_ind and -D/--bi/use_bidi options. Add -C/--ctl/use_ctl \ 
option which
  enables or disables both rendering bi-directional text and indic scripts.
* --deffont/default_font option and vte_terminal_set_font* functions of libvte \ 
compatible
 library overwrite the default font of "ISO10646_UCS4_1" not only \ 
"DEFAULT".
* Simplify font configuration of OSC 5380 and 5381.
  (e.g.) 'mlcc font USASCII' returns \ 
"#ISO8859_1,12=-mplus-*-medium-r-*--12-*-iso8859-1")
* Bug fixes:
  Fix the position of a candidate window of fcitx. (Thanks to @msmhrt)
  Fix frozen screen in preediting text by soft keyboard on Android. (Thanks to \ 
@mikoto2000)
   2015-01-10 12:15:05 by Izumi Tsutsui | Files touched by this commit (2)
Log message:
Update mlterm to 3.4.2.

Changes noted in doc/en/ReleaseNote:

ver 3.4.2
* Support colorful emoji with the use of http://github.com/github/gemoji.
  (Copy images/emoji/unicode/*.png in \ 
https://github.com/github/gemoji/archive/master.zip
   to ~/.mlterm/emoji/ in advance.)
* Support DCS + q Pt ST which requests termcap/terminfo string.
* Support CSI?8452h and CSI?8452l.
* Support CSI?117h and CSI?117l.
* Add "Bidi Separators" entry to "Encoding" tab of mlconfig.
* Add "Unicode areas you won't convert to other charsets" entry to \ 
"Font" tab of mlconfig.
* Add "Word separators", "Don't scroll automatically in scrolling \ 
back" and
  "Set full width areas manually" entries to "Others" tab of \ 
mlconfig.
* Add "word_separators", "unicode_noconv_areas" and \ 
"unicode_full_width_areas"
  to OSC 5380/5381.
* Improve performance of drawing text with cairo.
* Bug fixes:
  Fix incorrect result of searching bold or italic fonts when type_engine == xcore.
  (enbugged at 3.3.0)
  Fix segfault in opening a new channel over an opened session on win32.
   2014-12-13 17:55:21 by Izumi Tsutsui | Files touched by this commit (3)
Log message:
Update mlterm to 3.4.1.

pkgsrc changes:
 - remove post-3.4.1 fix

Changed noted in doc/en/ReleaseNote:

ver 3.4.1
* Update unicode properties to 7.0.0.
* Automatically select an appropriate character set in selecting font on mlconfig
  according to a selected character encoding.
* Add "Blink cursor" and "Log" entries to "Others" \ 
tab of mlconfig.
* Add "Color" tab which customizes cursor colors , vt 16 colors and so \ 
on to mlconfig.
* Add "Font policy" and "Box drawing font" entries to \ 
"Font" tab of mlconfig.
* Support OSC 5380;color:key and OSC 5381;color:key.
* 'mlcc color [color name]' returns current rgb of specified colors.
* Bug fixes:
  SF Bug #72 (Thanks to http://sf.net/u/p2all)
  Fix a bug which disabled "\x1b]5381;/dev/...;pty_name\x07". \ 
(enbugged at 3.3.8)
  Fix "is_auto_encoding" of OSC 5379 which didn't work.
  Fix a bug which disabled "xft" checkbox of mlconfig.
  Revive "New" button in "PTY List" of mlconfig.
   2014-11-30 14:26:00 by Izumi Tsutsui | Files touched by this commit (3)
Log message:
Pull a post-3.4.0 fix from upstream.

http://sourceforge.net/projects/mlterm/files/01release/mlterm-3.4.0/mlterm-3.4.0-fixes.patch/download
 * Pty to be responsed to by OSC 5381 is fixed.

Bump PKGREVISION.
   2014-11-02 20:38:12 by Izumi Tsutsui | Files touched by this commit (5)
Log message:
Update mlterm to 3.4.0.

pkgsrc changes:
- add options for cairo and fribidi and enable them and xft2 by default
  per upstream default changes
- also make gdk_pixbuf2 support optional (enabled by default)
- regen a patch to adjust offset
- take over maintainership to reflect reality

Changes noted in doc/en/ReleaseNote:

ver 3.4.0
* Support DEC Locator mode (which is necessary for Xsixel
  (http://github.com/saitoha/xserver-SIXEL)).
* Support CSI > 2 p (for SDL-sixel and Xsixel) which always hides mouse pointer
  even if it moves. (Not compatible with xterm though.)
* Add --point/use_point_size option.
* Support software keyboard on rotated display.
* Support HLS in sixel sequence.
* Change the default mouse pointer on a mlterm window from IDC_ARROW to IDC_IBEAM
  on win32.
* Embed sixel processing to mlterm which is built without --with-imagelib option
  instead of using 'mlimgloader' to improve performance.
* './configure;make install' (without 'make') is available.
* Build with fribidi, xft and cairo by default.
* Change the default value of "type_engine" option from \ 
"xcore" to "xft".
  (If you want to use xcore, add "type_engine = xcore" to ~/.mlterm/main.)
* Bug fixes:
  Fix corrupt scrolling within left-right margin which contains full-width \ 
characters.
  Fix a bug which disabled to show inline pictures if logsize=unlimited.
  Fix a bug which calls select(2) with an invalid file descriptor after \ 
restarting ibus.
  Fix a libvte bug which disabled color configurations on roxterm or sakura.
   2014-08-16 06:10:44 by Izumi Tsutsui | Files touched by this commit (8) | Package removed
Log message:
Update mlterm to 3.3.8.

pkgsrc changes:
 - remove post-3.3.7 fix patches

Changes noted in doc/en/ReleaseNote:

ver 3.3.8
* Support rectangle selection by pressing alt key while selecting.
* Support DECDMAC/DECINVM.
* Start scp by drag&drop a file with shift key to the screen on ssh connection.
* Add --seqfmt/vt_seq_format option.
* Read /dev/kbd on NetBSD/x68k framebuffer.
* Add "Auto detect" entry to "Encoding" tab of mlconfig.
* Add "Local echo" checkbox to "Others" tab in mlconfig.
* Bug fixes:
  Fix weird background picture on NetBSD/x68k Text VRAM by unexpectedly cached \ 
pixels.

Next | Query returned 218 messages, browsing 91 to 100 | Previous