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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.779 by ayin, Wed Aug 1 17:55:37 2007 UTC vs.
Revision 1.975 by sf-exg, Fri Nov 19 23:47:19 2010 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: xcopyarea pass broken, fix and improve 3TODO: xcopyarea pass broken, fix and improve
4TODO: event mechanism that replaces on_keyboard_command with something more scalable. 4TODO: event mechanism that replaces on_user_command with something more scalable.
5TODO: slipwheeling needs a keyboard grab to get key release events. 5TODO: slipwheeling needs a keyboard grab to get key release events.
6TODO: overlays collide with the way the out-of-focus cursor is being drawn 6TODO: overlays collide with the way the out-of-focus cursor is being drawn
7TODO: "slow" rendering mode for bidi and scripts, pango! 7TODO: "slow" rendering mode for bidi and scripts, pango!
8TODO: read property sequence is broken with respect to utf-8 etc. 8TODO: read property sequence is broken with respect to utf-8 etc.
9TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?) 9TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?)
10TODO: better resource handling for tabbar in -pe tabbed.
10TODO: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines 11WISH: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
11 => when setting the constraints, the wm might (correctly) 12 => when setting the constraints, the wm might (correctly)
12 resize the outer window, which might result in a smaller window overall. 13 resize the outer window, which might result in a smaller window overall.
13 or something like that. guys, send me a patch. 14 or something like that. guys, send me a patch.
14WISH: selection-color-pair instead of reverse video 15WISH: coloured pastebin
15WISH: load system-wide config file even if we don't have one 16WISH: load system-wide config file even if we don't have one
16WISH: look into XAddConnectionWatch, does anybody need that? 17WISH: look into XAddConnectionWatch, does anybody need that?
17WISH: anyevent mouse notification / manage MotionMask better.
18WISH: kick out xpm.C, replace by pixbuf
19DUMB: support tex fonts 18DUMB: support tex fonts
19TODO: perl-shell-window? perl-unix-socket?
20TODO: command line editing when icanon?
20 21
218. 22 - avoid spurious redraws of the bg image when bg is transparent or
23 when using 'root' mode (Emanuele Giaquinta).
24 - make OSC 20 simpler and more correct (Emanuele Giaquinta).
25 - fix regression in urxvtd that prevented options from being correctly
26 set (reported by Michal Vaner).
27 - fix build on XFree86.
28
299.09 Sat Nov 13 01:39:07 CET 2010
30 - NOTICE: this release updates terminfo/termcap.
31 - the bestest release ever.
32 - it was verified that urxvt handles µ and μ correctly.
33 - add support for blending and blurring with XRender (Emanuele Giaquinta).
34 - add support for using gdk-pixbuf as image backend (Emanuele Giaquinta).
35 - cleanup and minor fixes of the image code (Emanuele Giaquinta).
36 - new perl extension "confirm-paste" (Emanuele Giaquinta).
37 - new on_tt_paste perl hook and tt_paste perl binding (Emanuele Giaquinta).
38 - new on_bell perl hook (Emanuele Giaquinta).
39 - searchable-scrollback no longer ignores the first line
40 (Emanuele Giaquinta).
41 - properly set VSTATUS in termios for *BSD (reported by Ed Schouten).
42 - fix utmpx detection on upcoming FreeBSD 9.
43 - Use COMPOUND_TEXT encoding for WM_NAME/WM_ICON_NAME value when it
44 is not fully convertible to STRING (patch by James Cloos).
45 - fix a buffer overflow that would cause wrong key sequences to
46 be generated for numpad keys (introduced in 9.05).
47 - fix definition of sgr0 to work around limitations in luit.
48 - extend ISO 14755 5.4 mode to also print the font name of the
49 characters other than first one in the selected cell
50 (Emanuele Giaquinta).
51 - new iso14755 option to disable ISO 14755 at runtime
52 (Emanuele Giaquinta).
53 - make sure pagewise scrolling scrolls at least one line
54 (found by Mikachu).
55 - remove deprecated OSC 18 / 19 and make OSC 17 / 19 apply to
56 highlightColor / highlightTextColor (Emanuele Giaquinta).
57 - add highlightTextColor resource to change the foreground colour of
58 highlighted characters (Emanuele Giaquinta).
59 - make highlightColor apply also to selected cells with reverse video
60 but not to non selected cells with reverse video (Emanuele Giaquinta).
61 - remove colorRV resource (it was enabled only with frills off).
62 - fix numlock handling, the most longstanding bug to date (Emanuele Giaquinta).
63 - reduce the number of custom bits to 4, to make room
64 for 256 colours.
65 - add support for 256 colors (Emanuele Giaquinta, Marc Lehmann).
66 - add rxvt-unicode-256color terminfo and use it by default in 256 colors mode.
67 - update rxvt-unicode terminfo to state 7744 colour pairs to cover all
68 88*88 possible pairs.
69 - actually added macosx-clipboard-native, which should have been in
70 the 9.07 release but had been forgotten.
71 - fix hang if DECAWM is not set and there are not enough columns to insert a
72 character (Emanuele Giaquinta).
73 - cub1 ("backspace") will now respect wrapping when past the rightmost column,
74 working around a shortcoming of most tty line discipline's line editing.
75 - add support for grabbing the clipboard selection and extend
76 selection{_clear,_grab,} perl bindings to optionally work
77 on the clipboard selection (based on patch by Dana Jansens).
78 - no longer force CERASE to BACKSPACE - use the system default. affects
79 default value for VERASE only when no compatible setting for
80 backspacekey was given.
81 - use higher than 38400 baudrate setting, if detected.
82 - erase screen would clear to the wrong background when blinking
83 was enabled (which selects high intensity under some circumstances).
84 - scr_kill_char didn't touch the line.
85 - upgrade and port to libev-4.01.
86 - enabled solaris event ports and kqueue backends (if available).
87
889.07 Wed Dec 30 07:07:18 CET 2009
89 - port to glibc-2.10 changes (strchr etc. returning const char *
90 in C++), based on patches by Milos Jakubicek and Oliver Mader.
91 - the binary search algorithm to find precomposed characters
92 was faulty, skipping some possible combinations (found by
93 Mikachu).
94 - new -letterspace option, patch by Mark H. Wilkinson.
95 - enable --mlock option for urxvt with frills on
96 systems supporting it (patch by Russell Harmon).
97 - urxvt did not compile without frills enabled
98 (analysed by Matthew Rosewarne).
99 - correctly reset the mbstate after an illegal
100 input sequence when handling terminal output (Emanuele Giaquinta).
101 - avoid redrawing wide characters with combining enabled on every
102 refresh (reported by Mikachu).
103 - fix a typo preventing the ISO-646.1991 character set from being
104 recognized (http://achurch.org/patch-pile/).
105 - better warning for x11 font encoding detection failures, also,
106 try to deduce encoding from both font properties and name
107 (adapted from http://achurch.org/patch-pile/).
108 - resizing the window with the scrollbar disabled via the escapes
109 sequence could make the window bigger again (Mikachu).
110 - make sure the alignment for fd passing control messages
111 is correct and work around some NetBSD issues (Taylor R Campbell).
112 - update to libptytty 1.3.
113 - replace macosx-clipboard by a nicer version by Reza Jelveh, and move
114 the old version to macosx-clipboard-native.
115 - document the -uc option (Emanuele Giaquinta).
116 - assertions in libev are now enabled depending on frills.
117 - update AnyEvent implementation to version 5.23 API.
118 - work around arrogant bsd idiocies again: netbsd spills the default
119 namespace with lots of symbols "for gnu/gcc compatibility" even
120 though neither of them does it, and then calls the rest of the world
121 in need of fixing. go figure.
122 - on_keyboard_command is on_user_command (patch by Michael Witten).
123 - setting the selection from perl will now reset the selection screen
124 to the current screen. the screen can be manipulated using
125 the new ->selection_screen method.
126 - implement --enable-assert configure option and get rid of DEBUG_STRICT
127 (based on patch by Emanuele Giaquinta).
128 - fix printpipe data output (patch by Emanuele Giaquinta).
129 - allow `xxx' quoting style for perl selection.
130 - upgrade to libev-3.9 prerelease.
131 - updated compose tables to unicode 5.2.0.
132
1339.06 Sat Nov 8 17:47:18 CET 2008
134 - NOTICE: this release updates terminfo/termcap.
135 - updates libev to 3.48.
136 - the aterm code now frees the as visual and image manager objects
137 when a window was closed.
138 - do not (wrongly) adjust the virtual line length inside
139 scr_insdel_chars/ERASE (Miroslav Lichvar).
140 - fix an issue where wide tab characters caused character shifts
141 when part of them was deleted (tracked down by Miroslav Lichvar).
142 - artificially enlargen the previous character at the end of a line
143 when trying to output a character that doesn't fit. looks ugly, but
144 makes copy&paste work.
145 - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
146 no longer apply.
147 - the urgency hint is now cleared on both focus in and focus out.
148 - cache urgency hint locally to avoid server rtt on every focus change.
149 - perl 5.10 needs PERL_SYS_INIT3 on hppa.
150 - ignore byte-order marks and do not treat them like combining characters.
151 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
152 - do some µ-optimisations to the character fast path.
153 - use a less cunning, but more robust algorithm to avoid one terminal
154 monopolising the whole process by outputting a lot of text.
155 - try to work around linux first breaking sched_yield and now breaking
156 the only known workaround.
157 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
158 - initialise the as visual only on demand, instead of unconditionally,
159 to save memory in the common case of not using visual gimmicks.
160 - try to work around bugs in a few wm's that erroneously resize
161 client windows on hint property updates by temporarily
162 disabling size hints.
163 - implement the DECSTR soft reset sequence and use it for tput init,
164 and make hard RIS and DECSTR both reset more private modes, such
165 as mouse reporting.
166 - redundantly clear mouse reporting and a few other states in
167 tput init/tput reset, for older urxvts.
168 - partial/full clear screens did cause flickering and possibly pixel
169 droppings when urxvt viewed the scrollback buffer.
170 - use current rendition style in DCH sequence.
171 - the 132/80 mode switch no longer forces a screen reset.
172 - add an osc sequence to change the border colour (Emanuele Giaquinta).
173 - new perl extension "overlay-osc", for status displays and the like.
174 - fix some minor cursor drawing issues with overlays by allowing
175 overlays to modify screen flags (to disable the cursor themselves).
176 - work around programs not restoring rstyle before rmcup
177 (analysed by Miroslav Lichvar).
178
1799.05 Sun Jun 15 20:09:20 CEST 2008
180 - new option --cd/chdir to set the starting working directory.
181 - tabbed extension now starts in the "correct" working directory.
182 - work around fedora 9 providing isastream but not the relevant
183 header file for it (report by Tuncer Ayaz).
184 - upgrade libev, fixing a bug in the select backend.
185 with more than 31 file descriptors on non-linux 64 bit systems.
186 - correctly reset the multibyte state to the initial one
187 after EILSEQ (patch by Neil Booth). This fixes the
188 issue of rxvt-unicode not properly displaying text after an illegal
189 sequence on NetBSD and probably other systems.
190 - more intelligent property handling with -pe tabbed, works around
191 broken window managers (kwm et al.), saves bandwidth and should
192 help working window managers as well.
193 - made tabs moveable (based on a patch by Petr Machata).
194 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K.
195 - support relative paths for RXVT_SOCKET in urxvtd.
196 - the tabbed extension now blindly copies over all (rxvt-) resources
197 from the toplevel window to the children.
198 - better diagnostic on 0x0 window geometries.
199 - update AnyEvent API to version 3.4 and above.
200 - document the default value of :0 for DISPLAY.
201 - rename perl method XChangeWindowProperty to XChangeProperty.
202
2039.02 Tue Jan 29 11:58:36 CET 2008
204 - the "exg makes everybody happy" release.
205 - fix build with !xft.
206 - always compile in plain style scrollbar (simplifies code and looks great).
207
2089.01 Sat Jan 26 20:49:27 CET 2008
209 - be more aggressive about handling X events, this seems to be required
210 with newer xlibs (should fix the "screen stays black until event is
211 received" problem, again :)
212 - add buffered resource to control xft double-buffering.
213
2149.0 Fri Jan 25 19:34:04 CET 2008
215 - fix a crash bug where urxvtd would crash when urxvtc was called
216 with wrong arguments (I wish debian maintainers in general would
217 report bugs and their proposed fixes to the original package maintainers
218 instead of sitting on them for good measure to see if anybody notices).
219 - drawing xft compose characters was causing garbage to be drawn.
220 - correctly clear xft character background in all cases.
221 - implement bracketed paste mode (xterm private mode 2004).
222 - improve documentation on alpha channel handling, make urxvt
223 work better on servers lacking the RENDER extension when alpha
224 channels or background images are used.
225 - check for refresh after initialising to avoid staying blank
226 till the first event arrives. or so.
227 - the FORCE_UNBUFFERED_XFT feature macro works again.
228 - continuously update transparency while moving/resizing now.
229 - OSC 39/49 are deprecated and aliased to OSC 10/11.
230 - cub1 now acts as advertised (and ignores the "wrapped" state).
231 - the 132/80 mode switch now forces a height of 24, too, and
232 resets the terminal.
233 - scrollbar code cleanups.
234 - stopping children is no longer confused with children exiting.
235 - removed (undocumented) #aarrggbb format.
236 - updated to libev 3.0.
237
2388.9 Mon Dec 24 07:51:40 CET 2007
239 - fix the issue where urxvtd would not immediately close a window
240 when the command exited but only on the next X event.
241 - changed terminfo file not to use application keypad mode.
242 - fix the issue where making a selection in one urxvtd window
243 would not clear it visually in another.
244 - fix an issue of urxvt not getting background pixmap updates
245 and flickering after bg pixmap changes (reported by Mikachu).
246 - fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
247 - correctly provide dependencies for libev (µikachu).
248 - minor code reorganisations and cleanups.
249 - be more robust in case the urxvt-popup extension cannot be loaded.
250
2518.8 Sat Dec 15 19:40:39 CET 2007
252 - option -C was aliased to all unsupported options, activating
253 options that shouldn't be compiled in, leading to interesting
254 effects.
255 - updated libev, working around a bug in linux 2.4, curing the
256 symptom of urxvt not closing its window on shell exit. also
257 fixes a problem with urxvt not refreshing.
258 - the text blink callback was called even when no blinking
259 text was visible.
260 - pre-8.4 slipwheeling behaviour has been reinstated, with
261 some minor improvements.
262 - streamlined x events processing to only flush once per
263 display and not once per terminal window.
264 - quite a bit of minor code cleanups and codesize optimisations.
265
2668.7 Sun Nov 25 10:23:49 CET 2007
267 - update libev with an important bugfix that would cause crashes
268 when closing windows (when using rxvtd, and update is recommended).
269 - do not compile in the block builtin graphics with --disable-frills.
270
2718.6 Fri Nov 23 14:10:57 CET 2007
272 - upgrade libev to disable kqueue on anything but netbsd as it
273 seems to be broken everywhere else w.r.t. ptys.
274 - allow for spurious event notifications, as at least epoll and
275 especially solaris ports like to lie about them (symptoms:
276 urxvt "hangs" until there is some x11 related activity).
277 - -keysym command line options are now subjected to xlib parsing.
278 - add 'xrm' option analogous to Xt one.
279
2808.5a Wed Nov 21 10:16:33 CET 2007
281 - make it compile with --disable-transparency.
282
2838.5 Wed Nov 21 05:19:20 CET 2007
284 - expect major portability issues in this release: please test and report.
285 - converted from the veritable io manager event loop to
286 the high performance libev (http://software.schmorp.de/pkg/libev).
287 - minor tuning to the perl selection (include single words and more quoting chars).
288 - fix memory leak in pixmap code.
289 - fix a serious bug while setting the XIM destroy callback
290 on (typical) 64 bit systems.
291 - automove-background functionality re-implemented internally using :root op in pixmap
292 geometry string. For example: rxvt -pixmap "image.jpg;:root"
293 - do not link rxvtc against every lib on the planet anymore.
294 - parallel builds should work once more.
295
2968.4 Sat Oct 27 14:02:13 CEST 2007
297 - overhaul of the transparency/pixmap code (sasha).
298 - fix possible race between visual bell and poweron.
299 (reported by Martin von Gagern, gentoo?).
300 - urxvt -e no longer crashes the child.
301 - fixed some minor memleaks on incorrect usage or
302 missing DISPLAY.
303 - implement xterm 1002/1003 mouse tracking modes (exg).
304 - source code organisational cleanups (exg).
305 - updated io_manager.
306
3078.3 Wed Aug 1 20:21:31 CEST 2007
22 - new option: skipScroll/-ss, enabled by default. 308 - new option: skipScroll/-ss, enabled by default.
23 - go with the times and expect x11 library files in /usr/lib, not 309 - go with the times and expect x11 library files in /usr/lib, not
24 /usr/X11R6/lib. 310 /usr/X11R6/lib.
25 - initial transparency improvement/afterstep support 311 - initial transparency improvement/afterimage support
26 patch by Sasha Vasko. 312 patch by Sasha Vasko.
27 - add urgentOnBell resource to set the urgency hint 313 - add urgentOnBell resource to set the urgency hint
28 (patch by Philip Paeps). 314 (patch by Philip Paeps).
29 - do not process focus events caused by grabs 315 - do not process focus events caused by grabs
30 (patch by Mikachu). 316 (patch by Mikachu).
124 earlier versions only read it if display-resources (usually from 410 earlier versions only read it if display-resources (usually from
125 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my 411 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
126 resource used") and seems to be logical behaviour, too. .Xdefaults 412 resource used") and seems to be logical behaviour, too. .Xdefaults
127 resources have a lower priority than display-specific resources. 413 resources have a lower priority than display-specific resources.
128 - add "kuake" perl extension that does a similar thing to the kuake 414 - add "kuake" perl extension that does a similar thing to the kuake
129 terminal emulator (see man urxtvperl). 415 terminal emulator (see man urxvtperl).
130 - use less "correct" color scaling that is compatible with libX11 and 416 - use less "correct" color scaling that is compatible with libX11 and
131 Xft (avoids off-by-one colors resulting in striped backgrounds). 417 Xft (avoids off-by-one colors resulting in striped backgrounds).
132 - the "depth" resource is now respected. 418 - the "depth" resource is now respected.
133 - preset the searchable-scrollback pattern with "(?i)" to default search 419 - preset the searchable-scrollback pattern with "(?i)" to default search
134 to case-insensitivity. Will automatically be cleared when typing an 420 to case-insensitivity. Will automatically be cleared when typing an
175 - modified XIM according to a patch sent by Takano Akio that sets 461 - modified XIM according to a patch sent by Takano Akio that sets
176 the preedit rectangle for OverTheSpot, which helps some input methods 462 the preedit rectangle for OverTheSpot, which helps some input methods
177 to correctly position their preedit window. 463 to correctly position their preedit window.
178 - un-optimise the line clearing on newly scrolled-in lines a bit: the 464 - un-optimise the line clearing on newly scrolled-in lines a bit: the
179 former reasoning was that any fg colour on default bg looks the same 465 former reasoning was that any fg colour on default bg looks the same
180 in empty spaces, but thats not true when reversing (e.g. selection), 466 in empty spaces, but that's not true when reversing (e.g. selection),
181 so also check for matching fg colours. This fixes the problem where 467 so also check for matching fg colours. This fixes the problem where
182 selecting newly scrolled-in lines would exhibit wrong colours. 468 selecting newly scrolled-in lines would exhibit wrong colours.
183 - fix a bug in the perl interface causing focus in events to generate 469 - fix a bug in the perl interface causing focus in events to generate
184 focus out perl events, causing bad focus effects with -pe tabbed. 470 focus out perl events, causing bad focus effects with -pe tabbed.
185 - fix a race resulting in a crash on exiting. 471 - fix a race resulting in a crash on exiting.
1947.6 Fri Feb 10 08:52:36 CET 2006 4807.6 Fri Feb 10 08:52:36 CET 2006
195 - changed interpretation of [alpha] colour prefix. 481 - changed interpretation of [alpha] colour prefix.
196 - +option now really sets the option to default, instead of using the 482 - +option now really sets the option to default, instead of using the
197 resource value. 483 resource value.
198 - options that require an argument now really _require_ an argument. 484 - options that require an argument now really _require_ an argument.
199 - the tabbed extension now forwards focus and keys events to th 485 - the tabbed extension now forwards focus and key events to the
200 relevant tab window. 486 relevant tab window.
201 - tab colours are now configurable and have sensible defaults 487 - tab colours are now configurable and have sensible defaults
202 (initial patch by hednod). 488 (initial patch by hednod).
203 - option menu is extendable, readline, selection and 489 - option menu is extendable, readline, selection and
204 selection-autotransform can now be disabled/enabled at runtime. 490 selection-autotransform can now be disabled/enabled at runtime.
344 being interpreted in the locale urxvt was started. 630 being interpreted in the locale urxvt was started.
345 - implemented override-redirect option and enabled it on menus, 631 - implemented override-redirect option and enabled it on menus,
346 as kwin puts our windows behind the terminal (what a shoddy wm). 632 as kwin puts our windows behind the terminal (what a shoddy wm).
347 - fixed struct utmp check in configure for OpenBSD. 633 - fixed struct utmp check in configure for OpenBSD.
348 - complete overhaul of the pty/utmp management stuff and configure 634 - complete overhaul of the pty/utmp management stuff and configure
349 (Emanuele Giaquinta). 635 (Emanuele Giaquinta=exg).
350 - add tsl/fsl and related capabilities to the terminfo description, 636 - add tsl/fsl and related capabilities to the terminfo description,
351 to set the window title. 637 to set the window title.
352 - swap the environment in some more cases. This hopefully fixes 638 - swap the environment in some more cases. This hopefully fixes
353 some segfaults that might be caused by xft asking for env variables 639 some segfaults that might be caused by xft asking for env variables
354 at the wrong time. 640 at the wrong time.
565 - added doc/embed-tk, an embedding example in Perl/Tk, 851 - added doc/embed-tk, an embedding example in Perl/Tk,
566 and doc/rxvt-tabbed, a primitive tabbed shell implemented 852 and doc/rxvt-tabbed, a primitive tabbed shell implemented
567 in Perl/Gtk2. 853 in Perl/Gtk2.
568 - fix assertion failure ("crash") on mousewheel-scrolling 854 - fix assertion failure ("crash") on mousewheel-scrolling
569 when the terminal height is small, by removing the assert. 855 when the terminal height is small, by removing the assert.
570 (reported by Mikael Magnusson). 856 (reported by Mikael Magnusson=Mikachu).
571 - SYNCCVS. backported bugfixes done to rxvt 857 - SYNCCVS. backported bugfixes done to rxvt
572 (sourceforge bugs #1028739, #1028732), except for 858 (sourceforge bugs #1028739, #1028732), except for
573 pts/%s fix as it seems to collide with freebsd, 859 pts/%s fix as it seems to collide with freebsd,
574 and sourceforge bug #954654, which is not neccessary. 860 and sourceforge bug #954654, which is not neccessary.
575 - change terminfo file to not clobber G1 when using 861 - change terminfo file to not clobber G1 when using
1191 - completely removed non-working graphics mode 1477 - completely removed non-working graphics mode
1192 1478
11931.4 Fri Jan 16 23:03:22 CET 2004 14791.4 Fri Jan 16 23:03:22 CET 2004
1194 - fix stupid segfault on esc-c 1480 - fix stupid segfault on esc-c
1195 - small font tunings 1481 - small font tunings
1196 - much better io manager, less bugs, higher speed 1482 - much better io manager, fewer bugs, higher speed
1197 - better error reporting for unknown options 1483 - better error reporting for unknown options
1198 1484
11991.3 2003-12-26 14851.3 2003-12-26
1200 - fix a bug in font height selection 1486 - fix a bug in font height selection
1201 - autoscale scalable x11 fonts 1487 - autoscale scalable x11 fonts
12111.1 2003-12-18 14971.1 2003-12-18
1212 - Support for XIM in other than the current locale. 1498 - Support for XIM in other than the current locale.
1213 - Support for non-utf-8-locales 1499 - Support for non-utf-8-locales
1214 - much improved font choosing 1500 - much improved font choosing
1215 1501
12161.0 15021.0 2003-12-18
1217 - first release 1503 - first release
1218 - originally cloned from rxvt-CVS 2003-11-19 00:26 1504 - originally cloned from rxvt-CVS 2003-11-19 00:26
1219 - removed rclock et al. 1505 - removed rclock et al.
1220 - initial conversion to C++ 1506 - initial conversion to C++
1221 1507

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines