Revisions of mlterm

Hillwood Yang's avatar Hillwood Yang (hillwood) accepted request 206479 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 31)
- mlterm-fix-biwidth-font-search.diff:
  Fix missing biwidth characeters as default with X11 core fonts
  (bnc#849342)
- Update font and aafont config files to use FreeMono and IPAGothic
  in etc.patch (bnc#849342)
buildservice-autocommit accepted request 197996 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 30)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 29)
- updated to 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.
  * 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.
  * Support 1 bpp framebuffer.
  * Support sixel graphics and wall pictures on 1 and 8 bpp framebuffer.
  * etc. see doc/en/ReleaseNote
buildservice-autocommit accepted request 161228 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 28)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 27)
- updated to 3.1.9:
  * Remove --enable-sixel option from configure, and add --disable-image option.
    That is, support sixel graphics by default unless configure with
    --disable-image option. (w3m-remoteimg (https://bitbucket.org/arakiken/w3m/downloads)
    which doesn't depend on sixel graphics but on OSC 5379 show_picture also works
    on mlterm by default.)
  * Separate SSH client functions to a dynamically loaded module (libptyssh)
    in platforms except win32.
  * Treat key strings of "main" configuration file case-insensitively.
    (Both encoding=utf8 and ENCODING=utf8 are available.)
  * Assign -M and -P options as the short options of --im and --clip.
  * Add "allow_change_shortcut" (--shortcut) option which enables "set_shortcut"
    command of configuration protocol.
  * Bug fixes:
    Fix the conflict of DCS(0x90) and the first byte of SJIS, GBK and so on.
    Fix the bug which disabled input and output of pty when configuration program
    such as mlconfig is started.
    Encode input character masked with 0x80 to the character encoding of pty
    if the value of mod_meta_mode option is 8bit. (Thanks to Vladimir Elisseev)
    Fix the bug which disabled Alt+symbol and Control+@ in win32.
    Fix the bug which disabled some shortcut key settings.
  etc. see doc/en/ReleaseNote
buildservice-autocommit accepted request 146375 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 26)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 25)
- updated to 3.1.6:
  * Sixel graphic pictures are divided to the screen cells.
  * Cursor blinking is enabled not only by VTE_CURSOR_BLINK_ON
    but also VTE_CURSOR_BLINK_SYSTEM.
  * Color names defined in ~/.mlterm/color are not available for
    -fg, -bg, -sbfg and -sbbg options.
  * Unicode line drawing characters like U+2500 etc are converted to
    dec special ones if -Y option is specified.
  * Gzipped pcf fonts are available.
  * etc/font-fb: unifont.pcf is added.
  * etc. see doc/ReleaseNote
- removed patches:
  * cast-from-pointer-to-integer-of-different-size.patch
  * mlconfig_fixdups.diff
  * mlterm-configure.patch
buildservice-autocommit accepted request 124012 from Marguerite Su's avatar Marguerite Su (MargueriteSu) (revision 24)
baserev update by copy to link target
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 124003 from Ray chen's avatar Ray chen (swyear) (revision 23)
- Should we remove all "Provides: locale" from mlterm-scim?
- remove "Provides: locale(scim:zh)" from sub-package mlterm-scim
buildservice-autocommit accepted request 89864 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 22)
baserev update by copy to link target
_service committed (revision 21)
generated via source service
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 20)
- updated to version 3.0.8:
  * Change default value of "use_ind" option from true to false.
  * Merge SF Patches: #3412453 (Thanks to Ahmed El-Mahmoudy)
  * Fix wrong origin setting by CSI ? 6 l. (Thanks to Konosuke 
    Watanabe san)
  * Fix a problem which causes segmentation fault if both -J 
    and -bi options are specified.
  * etc, see en/ReleaseNote
buildservice-autocommit accepted request 72322 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 19)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 18)
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 17)
- updated to version 3.0.3:
  * palette settings are reflected in vte_terminal_set_colors()
  * "--initstr" option is prohibited in "mlclient" configuration 
    protocol.
  * x_color_cache_256_t.is_loaded is cleared
    in unloading 256 colors in x_color_cache_unload() instead of
    x_color_cache_t.is_loaded.
  * etc. see ChangeLog
  * removed some patches with hope that they are not needed:
    - kiklib-configure.patch
    - po.patch
    - gettext-version.patch
    - norootforbuild.patch
    - pkconfig.patch
    - fribidi-link-fix.diff
buildservice-autocommit accepted request 52988 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 16)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 15)
  * uim-build-fix.diff
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 14)
- removed unneeded
  * scim.patch
  * cross-compile-not-needed.patch
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 13)
- updated to version 3.0.1:
  * fixed infinite loop. when a sequence-like input was actually 
    so looooong, mlterm should assume it was just not properly 
    terminated (Thanks to shinichiro.h).
  * should not loop forever when window was too narrow.
  * Check if button is pressed before win->button_motion is called.
  * Changed font and color configuration protocol numbers(not 
    compatible with cvs-2009/10/20 or before.)
  * Modifier keys with Del/Home/End are distinguished.
    The keypad middle key (XK_Begin, XK_KP_Begin) is mapped to 
    ^[[E, ^[[1;5E etc.
  * The default value of button3_behavior option is changed
    from "menu1" to "xterm".
  * "ESC[9Nm" and "ESC[10Nm" sequences are supported.
autobuild's avatar autobuild accepted request 47670 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 12)
checked in (request 47670)
Displaying revisions 61 - 80 of 91
openSUSE Build Service is sponsored by