📄 changes.txt
字号:
\-----------------------------------Geoff Wing <gcw@pobox.com> added OSC escape sequence #55 to dump scrollback/screen to a fileSEO Young-Jin <yjseo@mizi.co.kr> fixed XGetDefaults() to use standard files (and then some)2.6.0 to 2.6.1\-----------------------------------Geoff Wing <gcw@pobox.com> fixed setting of tty permission/ownership with grantpt(). ie. don't fixed configuration for some systems changed a timeout to previous setting giving smoother scrolling. fixed reversed --scrollTtyOutput (noticed (this time) by Thomas Lofgren <lofgren@sics.se>) fixed offset for writing into BSD utmp file added seperate cursor save/restore information for secondary screen fixed CSI cursor movement fixed typos causing compile failure - reported by various fixed UNSHIFTED_SCROLLKEYSMike Hopkirk (Hops) <hops@sco.COM> fixed SB_BORDER scrollbar delineator2.6.PRE3 to 2.6.0\-----------------------------------Geoff Wing <gcw@pobox.com> et al. fixed configuration for many systemsHa Shao <hashao@china.com> added support for ZH_CN (GB2312) fonts and encoding.2.6.PRE2 to 2.6.PRE3\-----------------------------------Geoff Wing <gcw@pobox.com> fixed several OOB memory accesses and leaks (mostly found by Rob Somerville <somervil@cadvision.com>) added shift up/down arrows a la shift prior/next added SCROLL_ON_SHIFT, SCROLL_ON_META, SCROLL_ON_CTRL to feature.hVaughn Cato <vcato@bellsouth.net> fixed jerky selection for some people (esp. Linux)Peter H. Chou <pchou@leland.Stanford.EDU> fixed floating scrollbar (trough) to not affect NeXT scrollbar MANTANI Nobutaka <nobutaka@nobutaka.com> fixed two problems on X Input Method: 1) Can't display preedit area in "OverTheSpot" input style with some input methods. 2) The location of preedit area in "OffTheSpot" input style is wrong.Yasuda Tsutomu <_tom_@sf.airnet.ne.jp> fixed some multichar set (Kanji) selection added better selection request type conversion2.6.PRE1 to 2.6.PRE2\-----------------------------------Geoff Wing <gcw@pobox.com> fixed declaration position for COLORFGBG env var - really fixed this time (noticed by Rob Somerville <somervil@cadvision.com>) fixed transparent term reparenting/configure issues fixed some documentation (noticed by Richard Browne <richb@timestone.com.au>)MANTANI Nobutaka <nobutaka@nobutaka.com> added XIM (X Input Method) enhancements added input of multibyte characters with XIM (X Input Method) enhancements via input styles "OverTheSpot", "OffTheSpot" and "Root" added configure option --enable-xim added resources "inputMethod" (-im), "preeditType" (-pt) changed configure to search for libxpg4, needed for FreeBSD's setlocale()2.4.10 to 2.6.PRE1\-----------------------------------Geoff Wing <gcw@pobox.com> fixed scrollbar slider drawing to have a minimum size (noticed by Brian Korver <briank@cs.stanford.edu>) fixed backward #ifdef's on JUMP_MOUSE_WHEEL fixed coredump on paste after terminal reset fixed bad marking on selection with old selection (noticed by Paul Slootman <paul@wau.mis.ah.nl>) fixed bad cursor colour setting (noticed by Louis-David Mitterrand <mito@aparima.com>) fixed octal recognition from strings (hopefully no-one noticed) fixed proto generation awk script (noticed by Paul D. Smith <psmith@BayNetworks.COM>) changed distribution to include protos, for bad systems added configure check for XPointer (needed for SunOS; comments by Moritz Barsnick <barsnick@gmx.net>) fixed export of COLORFGBG (noticed by Moritz Barsnick <barsnick@gmx.net>)Alfredo K. Kojima <kojima@windowmaker.org> changed NEXT_SCROLLBAR code to produce real NEXTSTEP scrollers added inheritPixmap support - terminal window uses parent pixmapSasha Vasko <sashav@sprintmail.com> fixed handling of background change via property _XROOTPMAP_ID2.4.9 to 2.4.10\-----------------------------------Geoff Wing <gcw@pobox.com> fixed screen refreshing - significant reduction of XDrawString() et al calls in many cases leading to large speed increase, especially for remote X clients fixed source code const stuff fixed DISPLAY_IS_IP feature changed window creation, menubar reading, etc. order and removed one of my earlier hacks changed configure to be less extreme about X libs2.4.8 to 2.4.9\-----------------------------------Geoff Wing <gcw@pobox.com> changed screen allocation to be safer added several xterm style window operations and reports DEC style escape sequences fixed handling of some DEC style escape sequences fixed menubar display fixed outline cursor removal fixed clear selection when writing within a selection added resources to handle backspace and delete changed source code organisation again - also be nicer when making in a different directory added probe of ModifierMapping for Meta/Alt and NumLock keys removed resource to set Meta/Alt key added support to allow compilation of both old and new selection styles changed internals - allocate rs_* as rs[Rs_*]Stanislav Meduna <stano@trillian.eunet.sk> fixed checking of Xsetlocale(), setlocale() in configure2.4.7 to 2.4.8\-----------------------------------Geoff Wing <gcw@pobox.com> fixed XPM handling of position in geometry changed XPM tiling to have the X server tile in the basic case moved several configuration options from feature.h to configure fixed introduced pixel dropping bug when RS_DIRTY was removed added `troughColor' resource - the original patch written by Reid D Rivenburgh (noted below) was lost and never added fixed border pixel colour - if not set, use foreground not background fixed handling of cursorColor/cursorColor/colorBD/colorUL to always use the _current_ fg/bg colours appropriately if unset changed source code organisation - moved some things into screen.h - to allow other add-ons to access screen structures without including all of rxvt.h changed internals - ripped out RS_Cursor/RS_Select to make basic multichar sets (not Kanji/Big5) always enabled - thus handle selection and cursor display differently fixed bug on scroll lines affecting selection changed rmemset to use a type which is the same size as an (int *) - based on comments by Paul Slootman <paul@wurtel.demon.nl> fixed pointer colour change on default fg colour change changed handling of backspace/delete keys - if not disabled during ./configure then settable via resources - defaults similar to previous2.4.6 to 2.4.7\-----------------------------------Geoff Wing <gcw@pobox.com> moved several configuration options from feature.h to configure added configure option to use system memset() added support for no multichar sets to allow 2 byte rendition type changed rmemset for slightly more optimised execution changed source code organisation slightlyGuillaume Laurent <glaurent@worldnet.fr> added Meta modifier selectable via resource ``modifier''John E. Davis <davis@space.mit.edu> added print mode to accept ESC sequence variation2.4.5 to 2.4.6\-----------------------------------Geoff Wing <gcw@pobox.com> merged support for Big5 & Kanji. changed short option: fk --> fm changed long options: kfont/cfont --> mfont changed long option: kanji_encoding --> multichar_encoding changed font list in feature.h - user define list of fonts fixed configure check for Xlocale() added configure option --enable-dmalloc (Gray Watson's malloc) added configure option --enable-dlmalloc (Doug Lea's malloc) added support for Cygnus Solution's GNU-Win32 extensions (b18 tested) fixed utmp/wtmp handling on machines with updwtmpx() added support for old rxvt style selection - OLD_SELECTION changed define of struct screen_t to rxvt.h changed internal handling of bold overstrike pixel dropping - prescan line changed internal handling of selection mechanism to properly support multiple methods - and optimized changed internal handling of selection sync'ing - and optimized added assert()s via DEBUG_STRICT define to catch some possible bugs fixed scrollbar colour on mono displays changed privilege revocation to before we do anything fixed selection clearing when across the screen boundary and we swap screens fixed resize / screen refresh order when changing scrollbar display fixed font handling when we're given per_char of NULL changed internal handling of row width - maximum line length is now bound by a short - not enforced changed rxvt.1 and refer.html to yodl source Bruce Stephens <bruce@cenderis.demon.co.uk> added support for buttons 4 and 5 (eg. on a mouse with wheel) to scroll screenFrank Chen Hsiung Chan <frankch@life.nthu.edu.tw> fixed clash of use of BIG5 as define and enum. Also typo fix.John Eikenberry <jae@ai.uga.edu> added window_group use to window manager properties added NeXT scrollbar style - group up and down buttons togetherDenis N. Antonioli <antonio@ifi.unizh.ch> fixed setting of application icon name and titleAdam Spiers <adam@thelonious.new.ox.ac.uk> fixed enumeration of *.keysym.* in resources2.4.4 to 2.4.5 *_Official Release_*\-----------------------------------Geoff Wing <gcw@pobox.com> changed the approach at the Boldoverstrike-Pixeldroppings front temporarily fixed a bug in the exposure handling added the --enable-ttygid Oezguer Kesim <kesim@math.fu-berlin.de> switched rxvt licence to GPL changed copyrights of the modules fixed the terminfo/termcap entriesMark Olesen <olesen@me.queensu.ca> FINALLY added Double-Click mouse reporting. Uses the upper bits of the Button character for X11 reporting so should cause no compatibility problems. * State = (<b> - SPACE) & 60 4 = Shift 8 = Meta 16 = Control 32 = Double Click (Rxvt extension) NOTE: no Release is reported after a double-click and the Release for the first click of a double-click is not reported. This also means the Release event of a very fast click/release won't be reported.2.4.3 to 2.4.4\-----------------------------------Geoff Wing <mason@primenet.com.au> fixed a bug in the selection mechanismOezguer Kesim <kesim@math.fu-berlin.de> fixed the fontchange-windowresize-racecondition-bug (thanks Geoff!) fixed the broken console-support under solaris added a new terminfo entry for rxvt, based on the one which comes with ncurses (thanks Larry!) some changes on aclocal.m4 and configure removed the XTERM_COLOR_TERM option from feature.h - use --with-term=NAME instead updated the man-pageKikutani Makoto <kikutani@jdc.ericsson.se> fixed a bug when copy&paste with kanjiPaul D. Smith <psmith@BayNetworks.COM> fixed a bug which prevented rxvt to compile when configured with --enable-xterm-scroll2.4.2 to 2.4.3\-----------------------------------Geoff Wing <mason@primenet.com.au> fixed a bug in scrolling lots of text more work on avoiding the pixel droppings further cleanupsOezguer Kesim <kesim@math.fu-berlin.de> some changes on the configure scriptFrank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw> added experimental big5 supportReid D Rivenburgh <reid@lanl.gov> added the "troughColor" resourceMike Hopkirk (Hops) <hops@sco.COM> added support of SCO OSr5 pty naming (also UW SysVr5) correction of pty hang with large paste buffer (happens on on all tested platforms) fixed Weird default scroll thumb behaviour fixed incorrect setting of WM_COMMAND if specified with -e switch fixed # of lines of context between screen pages (Shift-Prior/Next) Visual delineation of Scrollbar and vt wdw with dark internal border 2.4.1 to 2.4.2\-----------------------------------Geoff Wing <mason@primnet.com.au> new anti-bold-overstrike-pixel-dropping (plan 3)Oezguer Kesim <kesim@math.fu-berlin.de> fixed a bug which caused rxvt to dump core after resizing and selecting2.4.0 to 2.4.1\-----------------------------------Geoff Wing <mason@primnet.com.au> added --with-xpm-{include,library} to autoconf/a4local.m4 added VERYBOLD feature fixed some misspelling in autoconf/configure.in
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -