2013-11-30 23:28:41 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Update mlterm to 3.3.1.
Changes from doc/en/ReleaseNote:
ver 3.3.1
* Add "use_auto_detect" and "auto_detect_encodings" options.
(auto_detect_encodings=utf8,eucjp,sjis and use_auto_detect=true enable
auto detection of utf8, eucjp and sjis.)
* Support ESC $ on non-ISO2022 encodings such as UTF-8.
* Reset pending DCS sequence by pressing ESC key.
* Support iBus 1.5.
* Enable to specify the conversion engine name of iBus. (e.g. --im ibus:anthy)
* Desynchronize ESC [ 5379 ; show_picture BEL on cygwin/win32gdi or mingw.
* "unlimited" value is available for "logsize" option.
* Bug fixes:
Fix the bug of convertion to sjis.
Fix the bug which disabled threading scp.
Fix https://bugzilla.novell.com/show_bug.cgi?id=849342
|
2013-10-28 14:26:07 by Izumi Tsutsui | Files touched by this commit (5) |
Log message:
Update mlterm to 3.3.0.
pkgsrc changes:
- remove obsolete post-3.2.2 fixes
- adjust patches per changes in original files
Changes from doc/en/ReleaseNote:
ver 3.3.0
* Support framebuffer on NetBSD/x68k. (Thanks to NetBSD/x68k developers)
* Support Android. (Experimental)
* Update the colormap instead of searching the closest color when
OSC 4 ; c ; spec changes RGB of the color number on framebuffer.
* Support OSC ? 80 h (disable sixel scrolling).
* Support U+XXXX-XXXX key in 'font' configuration file.
* Add "unicode_noconv_areas" (a.k.a --ucsnoconv) option.
* Add "allow_scp" (a.k.a --scp) option.
* Remove SWITCH_OSC52. (Use "proto:allow_osc52=switch" instead.)
* OSC 5383 reqests challenge sequence.
* Bug fixes:
#70 (Thanks to Thomas Wolff)
Fix the bug which disabled redrawing the margin area on framebuffer.
Fix the bug of the transparent color of sixel graphics on win32.
OSC 4 has an effect on RGB of the window background color.
Send a sixel next line character (-) following a sixel dump.
Fix the bug which disabled Mod+XXX shortcut key settings on win32.
Fix the bug which erased the end character of each line in scrolling if DECSLRM
set the right margin at the right end is fixed.
Fix the bug of DL/IL which scrolled the screen instead of inserting or deleteing
lines from the cursor position.
Fix keypad '5' key (VK_CLEAR) on win32.
Fix the bug of ignoring the next character after sixel graphics data.
Fix the bug which makes the window smaller than necessary in resizing.
Support wsdisplay of the BBGGRR format on NetBSD/OpenBSD. (Thanks to @oshimyja san)
|
2013-10-10 16:42:40 by Ryo ONODERA | Files touched by this commit (1058) |
Log message:
Recursive revbump from pango-1.36.0
|
2013-09-04 14:31:27 by OBATA Akio | Files touched by this commit (47) |
Log message:
recursive bump from graphics/gd shlib major bump.
|
2013-09-02 21:51:33 by Adam Ciarcinski | Files touched by this commit (1071) | |
Log message:
Revbump after cairo update
|
2013-08-11 15:23:34 by Izumi Tsutsui | Files touched by this commit (6) |
Log message:
Update mlterm to 3.2.2.
pkgsrc changes:
- remove obsolete post-3.2.1 fixes
- pull a post 3.2.2 fix for a bug of copy_area() which disabled redrawing
the margin area. (found after Open Source Conference 2013 Kyoto)
Changes from doc/en/ReleaseNote:
ver 3.2.2
* Support SSH agent authentication and forwarding.
* Support X11 forwarding (no xauth) on win32/libssh2 and java.
* Add "X11 forwarding" checkbox to the connection dialog on win32.
* Change "skip_dialog" option to "show_dialog" and reverse \
the default behavior.
* Open a pty channel on the same ssh session as the active screen when OPEN_PTY
or OPEN_SCREEN shortcut key is pressed.
* Bug fixes:
Fix configure error which --with-gui=xlib,fb option causes. (enbugged at 3.2.1)
DECALN(ESC#8) resets the screen margins.
Fix the cursor position in inserting RTL characters after one LTR character.
Fix segmentation fault of libvte compatible libyrary with synaptic 0.80.
Fix clipboard operations of copy&paste on multiple windows on win32.
Fix hangup on x11 forwarding.
Fix segmentation fault in closing the first window on win32/libssh2.
Fix the font and position of IME preedit text on win32.
|
2013-06-29 22:29:47 by Izumi Tsutsui | Files touched by this commit (14) | |
Log message:
Update mlterm to 3.2.1. (leaf package update)
Also pull post-3.2.1 patches for configure scripts.
pkgsrc changes:
- remove obsolete post-3.2.0 patches
- adjust for etc/font-fb changes
- update PLIST for new framebuffer software keyboard files
Changes from doc/en/ReleaseNote:
ver 3.2.1
* Support framebuffer on OpenBSD.
* Support software keyboard on framebuffer.
(Double-click Button1 at the right bottom corner of the screen to show it.)
* Support USB keyboard with iBus on NetBSD/OpenBSD framebuffer.
* Support CSI ? 69 h, CSI ? 69 l (DECLRMM) and CSI pl;pr s (DECSLRM).
* Support CSI 3 m and CSI 23 m which set/unset italic attribute.
* Prefer JISX0208 to JISX0213 all the time in converting Unicode to other cs.
* If DEFAULT=-foo-bar-medium-r-*--%d-*- is specified in ~/.mlterm/font,
-foo-bar-bold-r-*--%d-*-, -foo-bar-medium-i-*--%d-*- or -foo-bar-bold-i-*--%d-*-
are automatically searched for a bold, italic or bold italic font.
* Bug fixes:
SF Bug #3614142 (Thanks to Ahmed El-Mahmoudy)
SF Bug #3614192 (Thanks to Ahmed El-Mahmoudy)
Fix the bug which caused segmentation fault in using a font whose width doesn't
match the usascii font on 24 or 32 bpp framebuffer.
Fix the bug which caused segmentation fault in closing input method status window.
Fix the bug which caused segmentation fault in loading illegal pcf fonts.
Resize the window in attaching a new pty. (enbugged at 3.2.0)
Fix the bug which disabled mlconfig and mlterm-menu. (enbugged at 3.2.0)
Fix the error message in the failure of loading US-ASCII font.
Fix the bug which lets parcellite reset the selected region.
Report relative-origin position of the cursor to CPR sequence.
|
2013-06-26 13:29:47 by Izumi Tsutsui | Files touched by this commit (3) |
Log message:
Pull one more post-3.2.0 fix from upstream (leaf package bug fixes):
https://bitbucket.org/arakiken/mlterm/commits/c8814173cb051b32ce1d1b440b4033bd0
bba567d#chg-xwindow/fb/x_display.c
> fb/x_display.c: get_ps2_kcode() is added to convert usb keycode
> to ps2 keycode for iBus on NetBSD/OpenBSD framebuffer.
This makes ibus inputmethod usable with USB keyboard on mlterm-fb.
Bump PKGREVISION.
|
2013-06-23 08:02:39 by Izumi Tsutsui | Files touched by this commit (8) |
Log message:
Pull more post-3.2.0 fixes from upstream (leaf package bug fixes):
http://mlterm.sf.net/mlterm-3.2.0-fixes.patch
- Fix the bug which caused segmentation fault in closing input method
status window.
- Fix the error message in the failure of loading US-ASCII font.
- Resize the window in attaching a new pty. (enbugged at 3.2.0)
- Fix the bug which lets parcellite reset the selected region.
- Fix the bug which disabled mlconfig and mlterm-menu. (enbugged at 3.2.0)
- SF Bug #3614192
Bump PKGREVISION.
|
2013-06-23 03:30:06 by Izumi Tsutsui | Files touched by this commit (1) |
Log message:
Fix PLIST error in "PKG_OPTIONS.mlterm=mlterm-fb m17nlib" case.
Reported by Mayuresh on pkgsrc-users@:
http://mail-index.netbsd.org/pkgsrc-users/2013/06/22/msg018231.html
|