ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/Changes
(Generate patch)

Comparing rxvt-unicode/Changes (file contents):
Revision 1.680 by root, Wed Jul 5 20:37:52 2006 UTC vs.
Revision 1.891 by root, Tue Nov 4 22:44:09 2008 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think
3TODO: xcopyarea pass broken, fix and improve 4TODO: xcopyarea pass broken, fix and improve
4TODO: event mechanism that replaces on_keyboard_command with something more scalable. 5TODO: event mechanism that replaces on_keyboard_command with something more scalable.
5TODO: slipwheeling needs a keyboard grab to get key release events. 6TODO: slipwheeling needs a keyboard grab to get key release events.
6TODO: overlays collide with the way the out-of-focus cursor is being drawn 7TODO: overlays collide with the way the out-of-focus cursor is being drawn
7TODO: split perl documentation and urxvt.pm into separate files
8TODO: harmonize --disable-options into position-dependent options.
9TODO: "slow" rendering mode for bidi and scripts, pango! 8TODO: "slow" rendering mode for bidi and scripts, pango!
10TODO: read property sequence is broken with respect to utf-8 etc. 9TODO: read property sequence is broken with respect to utf-8 etc.
11TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?) 10TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?)
12TODO: default selection should handle = better 11TODO: better resource handling for tabbar in -pe tabbed.
13TODO: kick out xpm.C, replace by pixbuf 12WISH: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
14WISH: skipscroll option 13 => when setting the constraints, the wm might (correctly)
14 resize the outer window, which might result in a smaller window overall.
15 or something like that. guys, send me a patch.
16WISH: coloured pastebin
15WISH: selection-color-pair instead of reverse video 17WISH: selection-color-pair instead of reverse video
16WISH: load system-wide config file even if we don't have one 18WISH: load system-wide config file even if we don't have one
17WISH: look into XAddConnectionWatch, does anybody need that? 19WISH: look into XAddConnectionWatch, does anybody need that?
18WISH: anyevent mouse notification / manage MotionMask better.
19WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
20DUMB: support tex fonts 20DUMB: support tex fonts
21 21
22TODO: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines 22TODO: /*TODO: the xlceararea/xfillrectangle below don't take scroll offste into account, ask mikachu for details */
23TODO: zero scorllback buffer should free memory 23
24TODO: kuake 24TODO: cursor over overlays, when focus change?
25TODO: fix the flaw in the url regex jost pointed out 25TODO: tput reset, reset more stuff/mouse reporting
26TODO: look into the selection hilight patch 26 - the aterm code now frees the as visual and image manager objects
27TODO: implement smartcase-like search in searchable-scrollback 27 when a window was closed.
28TODO: digital clock gets nuked after searching 28 - do not (wrongly) adjust the virtual line length inside
29TODO: investigate the color-management patch send ages ago, as well as other postings 29 scr_insdel_chars/ERASE (Miroslav Lichvar).
30 - fix an issue where wide tab characters caused character shifts
31 when part of them was deleted (tracked down by Miroslav Lichvar).
32 - artificially enlargen the previous character at the end of a line
33 when trying to output a character that doesn't fit. looks ugly, but
34 makes copy&paste work.
35 - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
36 no longer apply.
37 - the urgency hint is now cleared on both focus in and focus out.
38 - cache urgency hint locally to avoid server rtt on every focus change.
39 - perl 5.10 needs PERL_SYS_INIT3 on hppa.
40 - ignore byte-order marks and do not treat them like combining characters.
41 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
42 - do some µ-optimisations to the character fast path.
43 - use a less cunning, but more robust algorithm to avoid one terminal
44 monopolising the whole process by outputting a lot of text.
45 - try to work around linux first breaking sched_yield and now breaking
46 the only known workaround.
47 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
48 - initialise the as visual only on demand, instead of unconditionally,
49 to save memory in the common case of not using visual gimmicks.
50 - try to work around a race between urxvt and wm's on programmatic
51 resizes by temporarily disabling size hints.
52 - implement the DECSTR soft reset sequence and use it for tput init,
53 and make hard RIS and DECSTR both reset more private modes, such
54 as mouse reporting.
55 - redundantly clear mouse reporting and a few other states in
56 tput init/tput reset, for older urxvts.
57 - no longer clear the screen in tput init.
58
599.05 Sun Jun 15 20:09:20 CEST 2008
60 - new option --cd/chdir to set the starting working directory.
61 - tabbed extension now starts in the "correct" working directory.
62 - work around fedora 9 providing isastream but not the relevant
63 header file for it (report by Tuncer Ayaz).
64 - upgrade libev, fixing a bug in the select backend
65 with more than 31 file descriptors on non-linux 64 bit systems.
66 - correctly reset the multibyte state to the initial one
67 after EILSEQ (patch by Neil Booth). This fixes the
68 issue of rxvt-unicode not properly displaying text after an illegal
69 sequence on NetBSD and probably other systems.
70 - more intelligent property handling with -pe tabbed, works around
71 broken window managers (kwm et al.), saves bandwidth and should
72 help working window managers as well.
73 - made tabs moveable (based on a patch by Petr Machata).
74 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K.
75 - support relative paths for RXVT_SOCKET in urxvtd.
76 - the tabbed extension now blindly copies over all (rxvt-) resources
77 from the toplevel window to the children.
78 - better diagnostic on 0x0 window geometries.
79 - update AnyEvent API to version 3.4 and above.
80 - document the default value of :0 for DISPLAY.
81 - rename perl method XChangeWindowProperty to XChangeProperty.
82
839.02 Tue Jan 29 11:58:36 CET 2008
84 - the "exg makes everybody happy" release.
85 - fix build with !xft.
86 - always compile in plain style scrollbar (simplifies code and looks great).
87
889.01 Sat Jan 26 20:49:27 CET 2008
89 - be more aggressive about handling X events, this seems to be required
90 with newer xlibs (should fix the "screen stays black until event is
91 received" problem, again :)
92 - add buffered resource to control xft double-buffering.
93
949.0 Fri Jan 25 19:34:04 CET 2008
95 - fix a crash bug where urxvtd would crash when urxvtc was called
96 with wrong arguments (I wish debian maintainers in general would
97 report bugs and their proposed fixes to the original package maintaienrs
98 instead of sitting on them for good measure to see if anybody notices).
99 - drawing xft compose characters was causing garbage to be drawn.
100 - correctly clear xft character background in all cases.
101 - implement bracketed paste mode (xterm private mode 2004).
102 - improve documentation on alpha channel handling, make urxvt
103 work better on servers lacking the RENDER extension when alpha
104 channels or background images are used.
105 - check for refresh after initialising to avoid staying blank
106 till the first event arrives. or so.
107 - the FORCE_UNBUFFERED_XFT feature macro works again.
108 - continuously update transparency while moving/resizing now.
109 - OSC 39/49 are deprecated and aliased to OSC 10/11.
110 - cub1 now acts as advertised (and ignores the "wrapped" state).
111 - the 132/80 mode switch now forces a height of 24, too, and
112 resets the terminal.
113 - scrollbar code cleanups.
114 - stopping children is no longer confused with children exiting.
115 - removed (undocumented) #aarrggbb format.
116 - updated to libev 3.0.
117
1188.9 Mon Dec 24 07:51:40 CET 2007
119 - fix the issue where urxvtd would not immediately close a window
120 when the command exited but only on the next X event.
121 - changed terminfo file not to use application keypad mode.
122 - fix the issue where making a selection in one urxvtd window
123 would not clear it visually in another.
124 - fix an issue of urxvt not getting background pixmap updates
125 and flickering after bg pixmap changes (reported by Mikachu).
126 - fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
127 - correctly provide dependencies for libev (µikachu).
128 - minor code reorganisations and cleanups.
129 - be more robust in case the urxvt-popup extension cannot be loaded.
130
1318.8 Sat Dec 15 19:40:39 CET 2007
132 - option -C was aliased to all unsupported options, activating
133 options that shouldn't be compiled in, leading to interesting
134 effects.
135 - updated libev, working around a bug in linux 2.4, curing the
136 symptom of urxvt not closing its window on shell exit. also
137 fixes a problem with urxvt not refreshing.
138 - the text blink callback was called even when no blinking
139 text was visible.
140 - pre-8.4 slipwheeling behaviour has been reinstated, with
141 some minor improvements.
142 - streamlined x events processing to only flush once per
143 display and not once per terminal window.
144 - quite a bit of minor code cleanups and codesize optimisations.
145
1468.7 Sun Nov 25 10:23:49 CET 2007
147 - update libev with an important bugfix that would cause crashes
148 when closing windows (when using rxvtd, and update is recommended).
149 - do not compile in the block builtin graphics with --disable-frills.
150
1518.6 Fri Nov 23 14:10:57 CET 2007
152 - upgrade libev to disable kqueue on anything but netbsd as it
153 seems to be broken everywhere else w.r.t. ptys.
154 - allow for spurious event notifications, as at least epoll and
155 especially solaris ports like to lie about them (symptoms:
156 urxvt "hangs" until there is some x11 related activity).
157 - -keysym command line options are now subjected to xlib parsing.
158 - add 'xrm' option analogous to Xt one.
159
1608.5a Wed Nov 21 10:16:33 CET 2007
161 - make it compile with --disable-transparency.
162
1638.5 Wed Nov 21 05:19:20 CET 2007
164 - expect major portability issues in this release: please test and report.
165 - converted from the veritable io manager event loop to
166 the high performance libev (http://software.schmorp.de/pkg/libev).
167 - minor tuning to the perl selection (include single words and more quoting chars).
168 - fix memory leak in pixmap code.
169 - fix a serious bug while setting the XIM destroy callback
170 on (typical) 64 bit systems.
171 - automove-background functionality re-implemented internaly using :root op in pixmap
172 geometry string. For example: rxvt -pixmap "image.jpg;:root"
173 - do not link rxvtc against every lib on the planet anymore.
174 - parallel builds should work once more.
175
1768.4 Sat Oct 27 14:02:13 CEST 2007
177 - overhaul of the transparency/pixmap code (sasha).
178 - fix possible race betwen visual bell and poweron.
179 (reported by Martin von Gagern, gentoo?).
180 - urxvt -e no longer crashes the child.
181 - fixed some minor memleaks on incorrect usage or
182 missing DISPLAY.
183 - implement xterm 1002/1003 mouse tracking modes (exg).
184 - source code organisational cleanups (exg).
185 - updated io_manager.
186
1878.3 Wed Aug 1 20:21:31 CEST 2007
188 - new option: skipScroll/-ss, enabled by default.
189 - go with the times and expect x11 library files in /usr/lib, not
190 /usr/X11R6/lib.
191 - initial transparency improvement/afterimage support
192 patch by Sasha Vasko.
193 - add urgentOnBell resource to set the urgency hint
194 (patch by Philip Paeps).
195 - do not process focus events caused by grabs
196 (patch by Mikachu).
197 - add iso14755_52 resource to disable iso14755 5.2 (exg).
198 - add binding for backspace in iso14755 5.1 to remove the last
199 digit (exg).
200 - better option handling, support more than 30 options (exg).
201 - nuke reconf script, serves no purpose anymore.
202 - fixed and documented matcher/on_user_command processing in matcher
203 extension (tpope).
204 - compile out of the box on Solaris 10 (exg).
205 - fix MappingNotify events (reported by Stephan Walter).
206 - zero-initialise mwmhints, this seems to solve all sorts of minor
207 problems.
208
2098.2 Sat Feb 17 21:35:28 CET 2007
210 - fix make depend in src/, reported by exg.
211 - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
212 (patch by Sergey Vlasov).
213 - unbundled iom perl interface somewhat.
214 - scrollbar-xterm now uses the selected scrollColor instead of fg
215 (found by Aiviru).
216 - disabled linux kernel bug workaround again: disabling it gives
217 a 50% speed hit on affected machines, while enabling it gives
218 a similar speed hit to screen, which is likely the more common
219 case to work around for :/
220 - urxvt::rend2mask perl function, and utilization of it by matcher
221 (patch by Moshe Kamensky).
222 - use perl:matcher on a keysym to open most recently displayed URL.
223 - with matcher, when multiple patterns match, last wins, not first.
224 - fix make and make install with srcdir != builddir (exg).
225 - updated bundled libptytty to fix a bug where the tty would be kept
226 open (see the libptytty ChangeLog for details).
227 - delay setting the IUTF8 flag to after the tty settings have been
228 set so its value does not get lost (reported and analysed by Andrei
229 Paskevich).
230 - rip out support for obsolete sgtty.h interface.
231 - rip out support for non-POSIX termios variants.
232 - update libptytty.
233 - update iom.C, make it call ptytty::sanitise_stdfd on init.
234 - when !XFT, change rounding of colours to use a less correct formula to
235 meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f).
236 - change the starting offset of the pixmap set with backgroundPixmap
237 from (50,50) to (0,0) (exg).
238 - fix a typo in button_release, now meta-button2 request the value of
239 the Clipboard selection as it should (patch by Serge Koksharov).
240 - fix a bug in drawing a cell with a nonspacing char when using an xft
241 font with inheritPixmap and tintColor (exg).
242
2438.1 Thu Dec 7 22:27:25 CET 2006
244 - ケリスマスプレゼント - zomg!!1, it's too early!!!
245 - fix the assumption that chars < 256 are single-width. Now
246 only assume this for codepoints 32 to 126 (reported by Dai.H.).
247 - $term->strwidth returned wide chars as width 1, because some jerk
248 confused min and max. Fixing this also fixes xim-onthespot.
249 Reported by Takano Akio.
250 - secondaryScroll is now enabled by default (as per the manpage),
251 reported by exg.
252 - correct the description of [percent]color rgba format in the manpage.
253 - incorporated macosx-clipboard extension by Samuel Ljungkvist.
254 - ignore (some) useless focus events (reported by mmc).
255 - updated compose table to unicode 5.0.0.
256
2578.0 Thu Nov 2 18:35:19 CET 2006
258 - combining characters cleared the area instead of creating an overlay,
259 thus losing the ability to draw combining characters properly in most
260 circumstances (reported by exg).
261 - specified fonts were incorrectly morphed to bold/italic according to the
262 basefont, even if explicitly specified (tracked down by tpope).
263 - fixed urxvt::strwidth to calculate width in the same way as screen.C.
264 - fix a crash caused by passing negative widths to overlay functions.
265 - added 'matcher' extension by tpope, replacing the mark-urls extension.
266 - improve url regex to match anything www.* (tpope).
267 - fixed bug with outline cursor color being wrong after xft fonts.
268 - update to libptytty-1.0.
269 - give proper diagnostic when RXVT_SOCKET is too long instead of
270 corrupting the stack (patch by exg).
271 - display current terminal locale in option menu.
272 - urxvtd no longer crashes when the client sends an inaccessible
273 working directory (reported by Roland Baer, possibly fixes gentoo
274 bug #143985).
275 - fixed many minor issues reported by Roland Baer.
276 - Leonid Khramov spotted a minor glitch in rxvtfont.C that
277 should not have any consequences, but was buggy nonetheless.
278 - manpage fix by exg.
279
2807.9 Mon Aug 7 18:16:07 CEST 2006
281 - fix the crashing bug people encountered with 7.8 + urxvtd + perl
282 + transparency. Ought to fix debian bug #380348.
283 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But
284 it does! :->
285 - rxvt_fatal() in case the locale string is too long for our static buffer.
286 - fixed many, many, typos in the manpages (patch supplied by ves).
287
2887.8 Mon Jul 17 21:00:46 CEST 2006
30 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults, earlier 289 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults,
31 versions only read it if display-resources (usually from .Xresources) 290 earlier versions only read it if display-resources (usually from
32 are not set. This avoids the #1 FAQ ("why isn't my resource used") and 291 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
33 seems to be logical behaviour, too. .Xdefaults resources have a lower 292 resource used") and seems to be logical behaviour, too. .Xdefaults
34 priority than display-specific resources. 293 resources have a lower priority than display-specific resources.
294 - add "kuake" perl extension that does a similar thing to the kuake
295 terminal emulator (see man urxtvperl).
35 - use less "correct" color scaling that is compatible with libX11 and Xft 296 - use less "correct" color scaling that is compatible with libX11 and
36 (avoids off-by-one colors resulting in striped backgrounds). 297 Xft (avoids off-by-one colors resulting in striped backgrounds).
37 - the "depth" resource is now respected. 298 - the "depth" resource is now respected.
299 - preset the searchable-scrollback pattern with "(?i)" to default search
300 to case-insensitivity. Will automatically be cleared when typing an
301 uppercase character.
38 - add FORCE_UNBUFFERED_XFT define to features.h. 302 - add FORCE_UNBUFFERED_XFT define to features.h.
303 - re-enabled highlightcolor support with --enable-frills, based on
304 a patch by Martin Stubenschrott.
39 - double-buffered xft drawing did suffer from pixel offset issues 305 - double-buffered xft drawing did suffer from pixel offset issues
40 when pixmap transparency was enabled. 306 when pixmap transparency was enabled.
307 - strategically add # to the url-match regexes, as we really want to
308 match common URIs not common URLs. Reported by Aaron Griffin.
41 - moved on_osc_seq to on_osc_seq_perl and added a more 309 - moved on_osc_seq to on_osc_seq_perl and added a more
42 generic osc_seq. 310 generic osc_seq.
43 - fix a bug causing double callback invocations when perl hooks 311 - fix a bug causing double callback invocations when perl hooks
44 were invoked recursively. 312 were invoked recursively.
45 - the automove-background extension now properly works when the 313 - the automove-background extension now properly works when the
47 - selection-pastebin did not work properly with non-latin1-characters. 315 - selection-pastebin did not work properly with non-latin1-characters.
48 - apply colorUL only when the text colour is the default fg 316 - apply colorUL only when the text colour is the default fg
49 (patch by Wu Fengguang). 317 (patch by Wu Fengguang).
50 - removed rxvtlib.h from the tarball, it had no reason to be there 318 - removed rxvtlib.h from the tarball, it had no reason to be there
51 (spotted by Decklin Foster). 319 (spotted by Decklin Foster).
52 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported 320 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
53 by omatunto_. 321 by omatunto_.
54 - slap in a using namespace std, might help on platforms that don't 322 - slap in a using namespace std, might help on platforms that don't
55 follow C++ closely enough. 323 follow C++ closely enough.
56 - fix mailto url regex, spotted within milliseconds by Jost Krieger. 324 - fix mailto url regex, spotted within milliseconds by Jost Krieger.
325 - applied fade_color_update_func.patch by WU Fengguang.
326 - fix a bug where (due to an optimisation in av_delete), hiding the
327 bottom-most overlay would hide two overlays.
57 328
587.7 Tue Feb 21 12:32:49 CET 2006 3297.7 Tue Feb 21 12:32:49 CET 2006
59 - use double-buffered drawing (xft fonts only). On many driver/hardware 330 - use double-buffered drawing (xft fonts only). On many driver/hardware
60 combination this actually increases xft drawing speed, at the expense 331 combination this actually increases xft drawing speed, at the expense
61 of more network bandwidth and slight nausea on the side of the author. 332 of more network bandwidth and slight nausea on the side of the author.
114 - add ISO646.1991-IRV to the list of supported codesets. 385 - add ISO646.1991-IRV to the list of supported codesets.
115 - minor libptytty update. 386 - minor libptytty update.
116 387
1177.5 Tue Jan 31 15:15:43 CET 2006 3887.5 Tue Jan 31 15:15:43 CET 2006
118 - further improvements to the careful mode detection, and font width 389 - further improvements to the careful mode detection, and font width
119 detection: 390 detection:
120 - fully double-wide fonts will now be correctly treated, 391 - fully double-wide fonts will now be correctly treated,
121 - overlap detection was improved. 392 - overlap detection was improved.
122 - detect totally broken fonts (usually synthesized by xft). 393 - detect totally broken fonts (usually synthesized by xft).
123 - careful mode forced refresh sometimes clashed with blinking, 394 - careful mode forced refresh sometimes clashed with blinking,
124 causing unnecessary screen redraws. 395 causing unnecessary screen redraws.
148 - fix version report (DA) (which was unfortunately broken). 419 - fix version report (DA) (which was unfortunately broken).
149 - changed version number report again, now to emulate xterm closer. 420 - changed version number report again, now to emulate xterm closer.
150 - added the OSC sequence 702 to detect the urxvt version number. 421 - added the OSC sequence 702 to detect the urxvt version number.
151 - small configure updates. 422 - small configure updates.
152 - further RTT optimisations. 423 - further RTT optimisations.
424 - backported clean-up patches for makefiles and documentation from
425 the debian package.
426 - updated doc/rxvt-unicode.spec file. It's still not maintained here,
427 but much newer than the old one.
153 428
1547.4 Sat Jan 28 15:26:27 CET 2006 4297.4 Sat Jan 28 15:26:27 CET 2006
155 - screen background wasn't always erased properly when scrolling, 430 - screen background wasn't always erased properly when scrolling,
156 - re-enabled clearing optimisation disabled in 7.4pre. 431 - re-enabled clearing optimisation disabled in 7.4pre.
157 - small configure updates for libptytty. 432 - small configure updates for libptytty.
848 - some doc updates (Eduard Bloch). 1123 - some doc updates (Eduard Bloch).
849 - use faster inheritpixmap method when tinting color not set. 1124 - use faster inheritpixmap method when tinting color not set.
850 - fix pixmap offset when tinting (reported by Eduard Bloch). 1125 - fix pixmap offset when tinting (reported by Eduard Bloch).
851 - new -sh option by Mikael Magnusson. 1126 - new -sh option by Mikael Magnusson.
852 - off-focus-fading (--enable-fading) support (patch by 1127 - off-focus-fading (--enable-fading) support (patch by
853 Mikael Magnusson). 1128 Mikael Magnusson, based on aterm code).
854 - cursor now set correctly on --disable-blank (reported by 1129 - cursor now set correctly on --disable-blank (reported by
855 Mikael Magnusson). 1130 Mikael Magnusson).
856 - better (and non-crashing) slipwheeling (Mikael Magnusson). 1131 - better (and non-crashing) slipwheeling (Mikael Magnusson).
857 - solaris 2.8 portability changes (reported by Colin Marquardt). 1132 - solaris 2.8 portability changes (reported by Colin Marquardt).
858 - disable-xim now really disables xim code. 1133 - disable-xim now really disables xim code.
1082 - completely removed non-working graphics mode 1357 - completely removed non-working graphics mode
1083 1358
10841.4 Fri Jan 16 23:03:22 CET 2004 13591.4 Fri Jan 16 23:03:22 CET 2004
1085 - fix stupid segfault on esc-c 1360 - fix stupid segfault on esc-c
1086 - small font tunings 1361 - small font tunings
1087 - much better io manager, less bugs, higher speed 1362 - much better io manager, fewer bugs, higher speed
1088 - better error reporting for unknown options 1363 - better error reporting for unknown options
1089 1364
10901.3 2003-12-26 13651.3 2003-12-26
1091 - fix a bug in font height selection 1366 - fix a bug in font height selection
1092 - autoscale scalable x11 fonts 1367 - autoscale scalable x11 fonts
11021.1 2003-12-18 13771.1 2003-12-18
1103 - Support for XIM in other than the current locale. 1378 - Support for XIM in other than the current locale.
1104 - Support for non-utf-8-locales 1379 - Support for non-utf-8-locales
1105 - much improved font choosing 1380 - much improved font choosing
1106 1381
11071.0 13821.0 2003-12-18
1108 - first release 1383 - first release
1109 - originally cloned from rxvt-CVS 2003-11-19 00:26 1384 - originally cloned from rxvt-CVS 2003-11-19 00:26
1110 - removed rclock et al. 1385 - removed rclock et al.
1111 - initial conversion to C++ 1386 - initial conversion to C++
1112 1387

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines