2001-11-02  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt 1.17.2.23: Update

	* src/command.c 1.85.2.35:
	pullup 1.212->1.213: fix possible buffer overflow noticed by
	Samuel Dralet

2000-11-17  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt 1.17.2.22: Update

	* src/screen.c 1.76.2.17: pullup modified: 1.188->1.189
	(If we move the cursor then unset the WrapNext flag, noticed by
	witek@mat.uni.torun.pl)

2000-11-11  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.76.2.16:
	pullup modified 1.185->1.187:
	extend corrupt multichar check

2000-10-30  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.85.2.34:
	Reverse previous pullup: it was totally wrong

2000-10-28  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt 1.17.2.21: Update

	* src/main.c 1.66.2.12:
	pullup (modified) init.c:1.46->1.47, 1.51->1.52
	fix default icon name, noticed by
	Jeremy C. Reed <reed@wcug.wwu.edu>
	fix setting of icon name with -e argument, noticed by
	John Waggenspack <John_Waggenspack@adc.com>

2000-10-26  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt 1.17.2.20: Update

	* src/command.c 1.85.2.33: pullup init.c:1.50->1.51:
	We get the current locale by passing NULL, not an empty string

2000-08-07  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt 1.17.2.19: Update

	* src/command.c 1.85.2.32:
	pullup modified 1.169->1.170:
	If we're not mapped then don't timeout on the select() - note
	that want_refresh won't be reset below since scr_refresh() will
	return early.  Noticed by
	Tore Bjorkeli <tore.bjorkeli@runit.no>

2000-07-26  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt 1.17.2.18: Update

	* src/command.c 1.85.2.31:
	pullup modified init.c:1.29->1.30: Fix Meta detection, overriding Alt

2000-07-21  Geoff C. Wing  <gcw@rxvt.org>

	* doc/rxvtRef-toc.html 1.2.4.1, doc/yodl/rxvt.yo.in 1.2.4.1:
	oec: (rxvt.yo): Fixed old references to babayaga.math.fu-berlin.de in
	the documentation.

Fri Jul 21 01:31:43 2000  Geoff C. Wing  <gcw@rxvt.org>

	* Makefile, configure: Regenerate

	* src/version.h: Bump version to 2.6.3

Wed Jul 19 07:28:48 2000  Geoff C. Wing  <gcw@rxvt.org>

	* autoconf/configure.in: pullup 1.92->1.93

Fri Jul 14 07:16:28 2000  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt: Update

	* doc/BUGS: English

	* doc/changes.txt: Update

	* src/screen.c: pullup (modified) 1.133->1.134

Wed Jul  5 08:59:01 2000  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt: Update

	* src/command.c: pullup modified 1.157->1.158

	* doc/yodl/rxvt-options.yo, doc/yodl/rxvt-resources.yo:
	Note help commands

	* doc/changes.txt: Update

	* src/feature.h: Turn off LOCAL_X_IS_UNIX by default

	* doc/changes.txt, doc/BUGS: Update

	* doc/yodl/rxvt-options.yo: pullup: 1.10->1.11

	* doc/changes.txt: Update

	* doc/yodl/rxvt-options.yo: pullup most of 1.9->1.10

	* doc/yodl/rxvt-resources.yo: pullup: 1.19->1.20

	* src/xdefaults.c: pullup 1.60->1.62: Add -xrm

	* src/command.c: Another fix for Input_Context usage

Mon Jun  5 07:26:59 2000  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: Incomplete fix for Input_Context usage

Sun Jun  4 06:57:17 2000  Geoff C. Wing  <gcw@rxvt.org>

	* src/logging.c: Make sure we're using the real wtmp file

	* src/main.c: pullup 1.110->1.112

	* src/feature.h: pullup 1.39->1.40

Mon May 22 01:21:07 2000  Geoff C. Wing  <gcw@rxvt.org>

	* doc/yodl/rxvt-options.yo: pullup 1.6->1.7

Sat May 20 09:21:52 2000  Oezguer Kesim  <oec@rxvt.org>

	* doc/rxvtRef-toc.html, doc/yodl/rxvt.yo:

	Fixed old references to babayaga.math.fu-berlin.de in the documentation.

Mon May  8 23:58:14 2000  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: STRLEN is a 2.7.x'ism

Thu May  4 01:01:45 2000  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt: Update

	* src/command.c:
	Make sure we get Input_Context variable if USE_XIM, noticed by
	Mike Miller <mbmiller@taxa.psyc.missouri.edu>

	* src/command.c:
	We can't use XRegisterIMInstantiateCallback() on Solaris' X in the
	C locale.  Dump its use altogether unless we can autoconfigure
	it, noticed by
	Mike Miller <mbmiller@taxa.psyc.missouri.edu>

Wed May  3 05:52:02 2000  Geoff C. Wing  <gcw@rxvt.org>

	* configure: Regenerate

	* autoconf/configure.in: Revert previous.
	Fails where static libraries may not be available, e.g. Solaris

Sat Apr 15 08:07:20 2000  Geoff C. Wing  <gcw@rxvt.org>

	* doc/Makefile.in: pullup modified 1.16->1.17

	* configure: Regenerate

	* autoconf/configure.in:
	This branch doesn't have -R flag for ld so avoid shared library
	use in configure checking, only for X stuff.

	* Makefile: Regenerate

	* src/version.h: Bump version to 2.6.2

Sun Mar 12 05:31:00 2000  Geoff C. Wing  <gcw@rxvt.org>

	* rclock/rclock.c: pullup 1.2->1.3

Sat Mar 11 05:48:25 2000  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt: Update

	* configure: Regenerate

	* autoconf/configure.in: pullup 1.82->1.83

Thu Mar  9 09:41:36 2000  Geoff C. Wing  <gcw@rxvt.org>

	* src/xdefaults.c: pullup 1.54->1.56

Wed Jan 26 23:31:19 2000  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c:
	Use -bd (resource: borderColor) properly (even though it's not
	visible in normal WM'd windows)

Tue Jan  4 11:20:02 2000  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: pullup 1.146->1.147

Thu Dec 23 00:57:07 1999  Geoff C. Wing  <gcw@rxvt.org>

	* configure: Regenerate

	* autoconf/configure.in: pullup 1.74->1.75

Wed Dec 22 02:57:29 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: pullup 1.109->1.110 and 1.117->1.118

Sun Dec 12 10:15:22 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/feature.h: Pull up 1.34->1.35

	* src/command.c: Pull up 1.140->1.141

Sat Dec 11 07:30:53 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: pullup 1.119->1.120

Thu Nov 11 11:58:51 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/feature.h: Undo mistaken commit

	* src/screen.c: pullup 1.115->1.116

	* src/rxvt.h:
	pullup part of 1.56->1.57 needed for main.c/screen.c update

	* src/feature.h: Mistaken commit

	* src/main.c: pullup 1.78->1.79

Thu Oct 14 23:48:55 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/Makefile.in: pullup 1.30->1.31

Mon Sep 20 18:39:41 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/scrollbar.c: pullup 1.23->1.24

Tue Sep  7 15:20:54 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/scrollbar.c: pullup 1.21->1.23

	* src/main.c: pullup 1.81->1.82

	* src/rxvt.h: pullup 1.57->1.58

Thu Aug 19 04:23:54 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: pullup 1.91->1.92

Tue Aug 17 08:16:14 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/Makefile.in: 1.13->1.14

	* src/main.c: Whoops, STRNCMP->strncmp while in this branch

	* Makefile: Regenerate

	* doc/Makefile.in: pullup 1.12->1.13

	* src/version.h: Bump version to 2.6.1

	* src/main.c: pullup 1.80->1.81

	* src/feature.h: pullup 1.28->1.29

	* configure: Regenerate

	* autoconf/configure.in: pullup modified 1.67->1.69

Mon Aug 16 07:37:02 1999  Geoff C. Wing  <gcw@rxvt.org>

	* configure: Regenerate

	* autoconf/configure.in: pullup 1.65->1.66

	* configure: Regenerate

	* autoconf/configure.in: pullup 1.66->1.67

Thu Aug 12 16:32:39 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: pullup 1.119->1.120

Mon Aug  9 07:11:37 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt: Update

	* configure: Regenerate

	* autoconf/configure.in: pullup 1.63->1.65

Mon Aug  2 05:23:31 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt: Update

	* configure: Regenerate

	* autoconf/configure.in: pullup 1.61->1.62

Sun Aug  1 11:19:26 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: pullup 1.115->1.116

	* configure: Regenerate

	* autoconf/configure.in: pullup 1.60->1.61

	* doc/changes.txt: Update

	* src/command.c: pullup 1.114->1.115: Fix CSI cursor movements.

Wed Jul 28 22:36:29 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: pullup 1.112->1.113: Fix UNSHIFTED_SCROLLKEYS

	* src/xdefaults.c: Accept more values as TRUE, from
	Andrew J. Schorr <schorr@ead.dsa.com>

	* src/command.c: pullup 1.111->1.112

Sun Jul 18 17:23:55 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: pullup 1.107->1.109

Sat Jul 17 09:47:26 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/scrollbar.c: pullup 1.20->1.21

	* src/command.c: pullup 1.106->1.107

	* src/rxvt.h: pullup 1.54->1.55

	* configure: Regenerate

	* autoconf/configure.in: pullup 1.58->1.59

Wed Jul 14 14:06:17 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: pullup 1.105->1.106: Fix some stupid orderings

Sat Jul 10 04:20:01 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/logging.c:
	Fix utmp position calculation for BSD to ignore comment/blank lines.

Wed Jul  7 13:22:22 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c:
	pullup 1.90->1.91: Bounds check properly after type change

Tue Jul  6 17:16:21 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: pullup 1.89->1.90: Comment out now unnecessary checks

	* src/rxvt.h: pullup 1.52->1.53
	Revert previous.  Make TermWin.nscrolled + TermWin.view_start unsigned to
	avoid overflows.  Fixes problem with "rxvt -sl 32767" noticed by,
	Preston Brown <pbrown@redhat.com>

	* src/rxvt.h: pullup 1.51->1.52: Bump row_col_t to 32bit

Sun Jul  4 15:10:18 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/strings.c: 1) remove --disable-rmemset; add --enable-strings
	remove rmemset.c; add strings.c - in 2.15 Mark Olesen added a
	strcasecmp() function stating it avoided linking in an extra library.
	Unstated: what library and what OS.  Add some similar functions, but
	make the default to be disabled because it will probably add text
	space for most people.
	Moved rmemset() -> memset(), my_strcasecmp() -> strcasecmp() and wrote
	several other replacement string functions.  Note that external
	programs will also use these.
	2) CALLOC() had weird argument ordering for dmalloc.  dmalloc versions
	haven't defined this for a while so go back to normal ordering - if
	you use an old dmalloc, you may have problems.

Sat Jul  3 07:19:16 1999  Geoff C. Wing  <gcw@rxvt.org>

	* configure: Regenerate

	* autoconf/configure.in: pullup 1.51->1.52
	Do proper check for XPM includes & libraries.  Disable and give warnings if
	either cannot be found when --enable-xpm-background is specified.
	Semi-standardise some "if test" lines.

Fri Jul  2 14:59:41 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt: Note some changes

	* src/main.c:
	pullup 1.71->1.72: Need default scrollTtyOutput after change of name.

	* doc/yodl/rxvt-options.yo:
	pullup 1.5->1.6 : Note opposite effect of -si and scrollTtyOutput

	* src/xdefaults.c: pullup 1.37->1.38
	Allow reverse options/flags.
	Reverse sense of --scrollTtyOutput, but keep -si.

	* src/rxvt.h: pullup 1.45->1.48
	Allow reverse options/flags.
	Reverse sense of --scrollTtyOutput, but keep -si.

	* src/screen.c: pullup 1.82->1.83
	Allow reverse options/flags.
	Reverse sense of --scrollTtyOutput, but keep -si.

	* src/command.c: pullup 1.97->1.98
	Allow reverse options/flags.
	Reverse sense of --scrollTtyOutput, but keep -si.

Wed Jun 30 08:40:32 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/BUGS: pullup 1.7->1.8: Update bug email

Tue Jun 22 16:53:54 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c: Reversed scrollbar floating logic, noticed by
	Erik Jacobsen <erik@mint.com>

	* src/rxvt.h: always have want_refresh

	* autoconf/config.h.in: Regenerate

	* autoconf/acconfig.h: Update comment

	* src/command.c: pullup 1.96->1.97

	* src/command.h: pullup 1.14->1.15

	* src/command.c: Check for unlockpt()

	* configure, autoconf/config.h.in: Regenerate

	* autoconf/configure.in: pullup 1.48->1.49

Sat Jun 19 08:06:15 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c:
	Provide better grantpt() handling, and tty ownership now dependent on
	grantpt() success.

Thu Jun 17 17:35:27 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c:
	grantpt() is expected to properly set security on tty device.

Sat Jun 12 07:23:32 1999  Geoff C. Wing  <gcw@rxvt.org>

	* configure: Regenerate

	* autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in:
	Better checking for Irix version

Fri Jun 11 16:46:55 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/feature.h: typo

Wed Jun  9 12:59:10 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: pullup 1.93->1.94

	* src/command.c: Remove extra, unbalanced parenthesis, noticed by
	Fabrice_GONTON@paribas.com

Tue Jun  8 09:53:55 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/Makefile.in:
	Last Minute: Distribute yodl/rxvt.yo - doing so may stuff up virtual paths for some people but will prevent unnecessary yodl requirement for most.
Wed Jul  7 13:22:22 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c:
	pullup 1.90->1.91: Bounds check properly after type change

Tue Jul  6 17:16:21 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: pullup 1.89->1.90: Comment out now unnecessary checks

	* src/rxvt.h: pullup 1.52->1.53
	Revert previous.  Make TermWin.nscrolled + TermWin.view_start unsigned to
	avoid overflows.  Fixes problem with "rxvt -sl 32767" noticed by,
	Preston Brown <pbrown@redhat.com>

	* src/rxvt.h: pullup 1.51->1.52: Bump row_col_t to 32bit

Sun Jul  4 15:10:18 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/strings.c: 1) remove --disable-rmemset; add --enable-strings
	remove rmemset.c; add strings.c - in 2.15 Mark Olesen added a
	strcasecmp() function stating it avoided linking in an extra library.
	Unstated: what library and what OS.  Add some similar functions, but
	make the default to be disabled because it will probably add text
	space for most people.
	Moved rmemset() -> memset(), my_strcasecmp() -> strcasecmp() and wrote
	several other replacement string functions.  Note that external
	programs will also use these.
	2) CALLOC() had weird argument ordering for dmalloc.  dmalloc versions
	haven't defined this for a while so go back to normal ordering - if
	you use an old dmalloc, you may have problems.

Sat Jul  3 07:19:16 1999  Geoff C. Wing  <gcw@rxvt.org>

	* configure: Regenerate

	* autoconf/configure.in: pullup 1.51->1.52
	Do proper check for XPM includes & libraries.  Disable and give warnings if
	either cannot be found when --enable-xpm-background is specified.
	Semi-standardise some "if test" lines.

Fri Jul  2 14:59:41 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt: Note some changes

	* src/main.c:
	pullup 1.71->1.72: Need default scrollTtyOutput after change of name.

	* doc/yodl/rxvt-options.yo:
	pullup 1.5->1.6 : Note opposite effect of -si and scrollTtyOutput

	* src/xdefaults.c: pullup 1.37->1.38
	Allow reverse options/flags.
	Reverse sense of --scrollTtyOutput, but keep -si.

	* src/rxvt.h: pullup 1.45->1.48
	Allow reverse options/flags.
	Reverse sense of --scrollTtyOutput, but keep -si.

	* src/screen.c: pullup 1.82->1.83
	Allow reverse options/flags.
	Reverse sense of --scrollTtyOutput, but keep -si.

	* src/command.c: pullup 1.97->1.98
	Allow reverse options/flags.
	Reverse sense of --scrollTtyOutput, but keep -si.

Wed Jun 30 08:40:32 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/BUGS: pullup 1.7->1.8: Update bug email

Tue Jun 22 16:53:54 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c: Reversed scrollbar floating logic, noticed by
	Erik Jacobsen <erik@mint.com>

	* src/rxvt.h: always have want_refresh

	* autoconf/config.h.in: Regenerate

	* autoconf/acconfig.h: Update comment

	* src/command.c: pullup 1.96->1.97

	* src/command.h: pullup 1.14->1.15

	* src/command.c: Check for unlockpt()

	* configure, autoconf/config.h.in: Regenerate

	* autoconf/configure.in: pullup 1.48->1.49

Sat Jun 19 08:06:15 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c:
	Provide better grantpt() handling, and tty ownership now dependent on
	grantpt() success.

Thu Jun 17 17:35:27 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c:
	grantpt() is expected to properly set security on tty device.

Sat Jun 12 07:23:32 1999  Geoff C. Wing  <gcw@rxvt.org>

	* configure: Regenerate

	* autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in:
	Better checking for Irix version

Fri Jun 11 16:46:55 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/feature.h: typo

Wed Jun  9 12:59:10 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: pullup 1.93->1.94

	* src/command.c: Remove extra, unbalanced parenthesis, noticed by
	Fabrice_GONTON@paribas.com

Tue Jun  8 09:53:55 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/Makefile.in:
	Last Minute: Distribute yodl/rxvt.yo - doing so may stuff up virtual paths for some people but will prevent unnecessary yodl requirement for most.

Mon Jun  7 04:44:38 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/Makefile.in: Prepare for release

	* src/screen.c: Remove unused variable.

Sun Jun  6 13:50:49 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/LSM.in: Update size.  Again!

	* Makefile: Regenerate

	* doc/changes.txt: Update

	* src/version.h: Bump version to 2.6.0 finally.

	* autoconf/config.h.in:
	Also check for grantpt() if we're USG/GLIBC like ttys

Thu Jun  3 15:01:38 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/feature.h: Not Linux by default: match distributed termcap

	* configure: Regenerate

	* autoconf/acconfig.h, autoconf/configure.in, src/command.c:
	Also check for grantpt() if we're USG/GLIBC like ttys

Mon May 31 02:54:35 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: Remove unused variable from selection_paste()

Wed May 26 13:03:06 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: Remove bogon on #else line

Fri May 21 11:54:01 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: Fix two multichar set problems:
	- writing Kanji during insert mode (by ESC [ 4 h).
	- writing Kanji in middle of two Kanji characters (e.g. when two Kanji are placed on columns 1,2 and 3,4, and new Kanji is put on columns 2,3), noticed by
	TATEOKA Takamichi <tate@spa.is.uec.ac.jp>

	* src/screen.c: pullin 1.76.2.3:
	Fix compilation error on MULTICHAR_SET
	pullin 1.76.2.4:
	Fix processing order of tab, carriage return and line feed when in MULTICHAR_SET, reported by
	TATEOKA Takamichi <tate@spa.is.uec.ac.jp>

Thu May 20 13:37:46 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c:
	Fix processing order of tab, carriage return and line feed when in MULTICHAR_SET, reported by
	TATEOKA Takamichi <tate@spa.is.uec.ac.jp>

	* src/screen.c: Fix compilation error on MULTICHAR_SET

	* src/command.c: Cleanup mouse wheel scrolling code.

Wed May 19 13:05:42 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c:
	Fix compilation with NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING

	* src/command.c:
	Update scrollbar display when using wheel mouse (buttons 4 & 5), reported by
	Kikutani Makoto <kikutani@sprintmail.com>

	* src/command.c:
	In get_pty(), wrap some local variables within their scope so they work properly irrespective of #ifdef's, from
	Denis N. Antonioli <antonio@ifi.unizh.ch>

Mon May 17 01:22:30 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c:
	scr_touch() on change of font to force a refresh.  We could do scr_expose() on a calculated size but would be a lot more trouble and bug prone.

	* src/xdefaults.c, src/rxvt.h, src/screen.c, doc/changes.txt, doc/yodl/rxvt-resources.yo, src/feature.h, src/main.c, autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in, README.configure:
	Integrate ZH_CN (GB2312) (--enable-gb) support from
	Ha Shao <hashao@china.com>

	* configure: Regenerate

	* autoconf/configure.in:
	Give fall back behaviour for some pty opening routines.

	* src/command.c: Add PTYS_ARE_CLONE tty opening for HP-UX

Wed May 12 06:28:41 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c:
	Fix font width check from per_char[] at possible wrong offset,  noticed by
	<id@windowmaker.org>

Mon May 10 00:48:31 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: Stupid indent command.

	* Makefile: Regenerate

	* src/command.c:
	Try the indirect opening of tty.  This whole area needs rewriting.

	* src/version.h: Bump version to 2.6.PRE4

	* src/command.c:
	Try the indirect opening of tty.  This whole area needs rewriting.

Wed May  5 22:08:09 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/xdefaults.c: Was the to_keysym define really worth it?  Remove it

	* configure: Regenerate

	* autoconf/configure.in: Try to avoid another false positive

	* doc/TODO: Note in progress items.

	* src/screen.c: Move some common code into own routine.  Reindent.

	* src/command.c, src/command.h:
	Back to simple queue for CN requests.  Don't want prev information.

	* src/rmemset.c: No stub if not defined.

	* src/command.c: Fix buffer overrun.

Tue Apr 27 08:19:12 1999  Geoff C. Wing  <gcw@rxvt.org>

	* configure: Regenerate

	* autoconf/configure.in: Avoid a false positive with EACCES

Mon Apr 19 04:17:29 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c:
	Fix Multichar selection problems with old selection style, noticed by
	Yasuda Tsutomu <_tom_@sf.airnet.ne.jp>

	* configure, autoconf/config.h.in: Regenerate

	* src/command.c, autoconf/acconfig.h, autoconf/configure.in:
	Check for GLIBC getpt() extension, partly from
	Andreas Jaeger <aj@arthur.rhein-neckar.de>

	* README.configure: Enhance --enable-xim description.

Sat Apr 17 09:02:12 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c:
	XRegisterIMInstantiateCallback() in C locale if not MULTICHAR_SET.
	Different method for XIM: try XSetLocaleModifiers() with given options,
	if any, then with none (allowing XMODIFIERS env. var. to be used), then
	with "@im=none".  Hopefully this will satisfy everyone's needs.

Fri Apr 16 05:44:06 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/graphics.c: No stubs for internal routines if not defined

Tue Apr 13 12:30:08 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: Fix stuff up in loop for check of preedit type.

	* src/command.c: Fix some of my stuff-ups including
	do NOT XRegisterIMInstantiateCallback() before we change locale, from
	MANTANI Nobutaka <nobutaka@nobutaka.com>

	* src/command.c: Minor cleanup.

	* src/command.c: Clean up loops.  Enhance defaults for preedit type.

	* src/command.c: Pasto.

Mon Apr 12 07:40:57 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.h, src/misc.c, src/command.c:
	strcpy() -> STRCPY(), other small clean ups.

Sun Apr 11 13:56:01 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c:
	Clean up.  Fix typo.  XRegisterIMInstantiateCallback() before we change locale.

	* configure: Regenerate

	* autoconf/configure.in:
	Fix botch of checking setting for utmp/x and wtmp/x, noticed by
	Marc Baudoin <babafou@pasteur.fr>

Fri Apr  9 07:21:11 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c:
	Be more generous with mapping unmapped keysyms to Latin1, from
	Pavel Roskin <pavel_roskin@geocities.com>

Mon Apr  5 02:46:10 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt: _tom_@sf.airnet.ne.jp  is  Yasuda Tsutomu

Sun Apr  4 03:14:44 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/LSM.in: See previous LSM.in log message

	* Makefile: Regenerate

	* src/version.h: Bump version to 2.6.PRE3

	* configure: Regenerate

	* autoconf/configure.in: Verbose pty/tty type

	* README.configure: Clean up

	* doc/changes.txt: Update

Fri Apr  2 08:13:36 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: Always do proper selection request conversions.

	* src/screen.c:
	Integrate part of a patch to handle Kanji/multichar stuff better,
	from _tom_@sf.airnet.ne.jp

Thu Apr  1 06:29:01 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c:
	Use determined sb_width, not WIDTH for width adjustments.

	* src/command.c: Removed unused variable.

	* src/command.c: Fix 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.
	From MANTANI Nobutaka <nobutaka@nobutaka.com>

Wed Mar 31 05:46:38 1999  Geoff C. Wing  <gcw@rxvt.org>

	* configure: Regenerate

	* src/command.c, autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in:
	Move pty type to config.h using basic configure check which will
	probably need enhancing (and testing).

Mon Mar 29 05:31:37 1999  Geoff C. Wing  <gcw@rxvt.org>

	* Makefile.in: Add ChangeLog to distribution

	* src/command.c, src/xdefaults.c, src/rxvt.h:
	Remake resource `modifier' as override for probe, from
	Guillaume Laurent <glaurent@worldnet.fr>

Sun Mar 28 07:36:48 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c, src/command.h, src/feature.h:
	Clean up up/down-arrow & Prior/Next handling.

	* autoconf/Make.common.in: Update sites and contact information

Wed Mar 24 09:01:09 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: Set want_refresh on window focus change.

	* src/rxvt.h, src/screen.c, src/command.c, src/main.c:
	Be less avoiding of screen refreshes in case X events have caused updates,
	from Vaughn Cato <vcato@bellsouth.net>
	Different strategy to determine screen updates - anything that might have
	affected the screen now signals via `want_refresh'.  If it's unset, then
	nothing needs updating - or it's handled within the same routine.  Items
	which require want_refresh update:
	 - text added, changed
	 - cursor moved, changed, made {in,}visible
	 - view_start changed
	 - selection changed
	 - window changed

	* doc/changes.txt: Update

	* doc/yodl/rxvt-options.yo, doc/yodl/rxvt-resources.yo:
	Document floating/trough better

	* src/main.c:
	Don't want trough (scrollbar floating) unless normal scrollbar - noticed by
	Peter H. Chou <pchou@leland.Stanford.EDU>

	* configure: Regenerate

	* autoconf/configure.in: Clarify options slightly

Thu Mar 11 14:09:21 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/Attic/xpm.h, src/xpm.c, src/Makefile.in:
	Move xpm.h back into xpm.c - avoid possible recursive inclusion.
	Fixes problem noted by Felix Puetsch <Felix.Puetsch@zpr.uni-koeln.de>

Mon Mar  8 08:33:59 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/rxvt.h, src/scrollbar.c:
	Make NeXT scroller minimum height of 15, suggested by Mike <logan@dct.com>
	Fix up a miscalculation in its height while we're there.

	* src/command.c:
	Fix XIM bug: can't input Japanese character when rxvt is started with
	"-bg white" option.
	Tsutomu Yasuda <tom@ap.nhe.nec.co.jp>

Sun Feb 28 07:59:19 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt: Update

	* src/command.c, src/feature.h:
	Allow scrolling of single lines with shift and up/down arrow keys
	(not keypad arrow keys) in a similar manner to shift prior/next

Sun Feb 21 09:33:48 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: Indenting.

Wed Feb  3 06:56:22 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.h, src/command.c: Clean up.
	Check for matching parent depths if we're transparent, noticed by
	Jeremie Petit <Jeremie.Petit@Digital.com>

	* src/scrollbar.c: Constify and clean up.

Mon Feb  1 02:29:51 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c: Free  char **r_argv  after we're done with it.

	* src/logging.c:
	Don't utmpname() - for one thing, it's based on a configure guess.
	Use whatever the system has for us to use.  Is this dangerous on
	some systems?  Can invoking programs do utmpname() which we inherit?

Sun Jan 31 14:20:43 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt: Update

Fri Jan 29 15:30:00 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: Fix weirdo OOB bug

	* src/screen.c: Be careful examining font struct - don't go OOB.

Thu Jan 28 08:24:39 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c:
	Fix change_font/move_window bug better - avoids coredump on resize window!

Wed Jan 27 10:42:56 1999  Geoff C. Wing  <gcw@rxvt.org>

	* doc/LSM.in:
	Keeping LSM which has a tar.gz size within the tar.gz is a real pain.

	* doc/FAQ:
	Note different compilation option method in this day and age.

	* doc/changes.txt: Update with latest info.

	* doc/yodl/rxvt-resources.yo:
	Clarify how resources are read in the default case.

	* Makefile: Regenerate

	* src/version.h: Bump version to 2.6.PRE2

	* src/main.c: Clean up the env var allocation a bit.

Sun Jan 24 05:39:54 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: Clean up.

Sat Jan 23 14:31:32 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c:
	Fix resize_font/move_window causes blank term bug - reported by
	Hannu Liljemark <hannu.liljemark@mbnet.fi>

	* src/menubar.c, src/rxvt.h, src/screen.c, src/command.c, src/main.c:
	Handle issues with transparent windows dying when the parents are away -
	we're playing around with windows:
	1) we didn't create
	2) for which we're not responsible
	3) nobody else knows we're playing with
	so we have to make sure we're on the ball.

	Keep up to date information about parent windows we care about.

	* doc/changes.txt: Update

Fri Jan 22 12:27:15 1999  Geoff C. Wing  <gcw@rxvt.org>

	* Makefile, configure: Regenerate

	* src/main.c: Oops, remove conflict

	* src/screen.c, src/xdefaults.c, src/xpm.c, src/command.c, src/graphics.c, src/main.c, src/menubar.c, autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in, src/command.h, src/rxvt.h:
	Merge rxvt-xim branch - XIM changes from MANTANI Nobutaka <nobutaka@nobutaka.com>

Thu Jan 21 08:32:15 1999  Geoff C. Wing  <gcw@rxvt.org>

	* configure: Regenerate

	* autoconf/acconfig.h, src/xpm.c, src/xdefaults.c, src/screen.c, src/menubar.c, src/graphics.c, src/main.c, src/command.c, src/rxvt.h, autoconf/config.h.in, autoconf/configure.in:
	Merge latest update from MANTANI Nobutaka <nobutaka@nobutaka.com>

	* src/main.c:
	Fix declaration of COLORFGBG env var to make it long lived,
	Rob Somerville <somervil@cadvision.com>

Tue Jan 12 15:18:53 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: Typo.

	* src/xdefaults.c, src/rxvt.h, src/screen.c, src/command.h, src/main.c, src/command.c:
	XIM changes against PRE1 - from patch from
	HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>

Sun Jan 10 12:07:51 1999  Geoff C. Wing  <gcw@rxvt.org>

	* Makefile: Regenerate

	* doc/LSM.in: Update size

	* README.configure: Document --enable-transparency

	* src/version.h: Bump version to 2.6.PRE1

	* doc/changes.txt: Sync all the latest changes.

	* doc/BUGS: Update

	* src/main.c:
	We must still export COLORFGBG even with NO_BRIGHTCOLOR defined.
	Noticed by Moritz Barsnick <barsnick@gmx.net>

	* configure: Regenerate

	* autoconf/configure.in:
	Check for XPointer typedef.  Make sure we properly include X directory

	* src/rxvt.h: Add check for XPointer typedef.

	* configure: Regenerate

	* autoconf/acconfig.h, autoconf/config.h.in:
	Check for XPointer typedef.

	* doc/Makefile.in: Idiot.  Fix all: rule

	* configure: Regenerate

	* doc/Makefile.in:
	Check for TBL.  Premake everything, except maybe rxvt.1, and do not
	depend all on anything.

	* autoconf/Make.common.in, autoconf/configure.in:
	Check for ``tbl'' so we can format the manual page on the end system.

	* doc/yodl/rxvt-options.yo, doc/yodl/rxvt-resources.yo:
	Document ip/inheritPixmap support.

Sat Jan  9 07:34:26 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/feature.h, src/screen.c:
	Default to not "bw" (termcap) and use xterm-defined undefined behaviour.

Fri Jan  8 22:47:12 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c:
	Remove, now unnecessary, __CYGWIN__ avoidance of struct winsize members

	* src/xdefaults.c:
	Options --transparent -> --inheritPixmap, -tr -> -ip,
	-tr compatibility added.

	* src/menubar.c:
	Remove use of itimerval.it_value when we're only using it_value

Thu Jan  7 06:27:36 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/misc.c: Stupid comparison.  Change && to ||

Tue Jan  5 06:50:23 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/Makefile.in: No ! in if test - from <rednoise@pike.sover.net>

	* configure: Regenerate

	* autoconf/configure.in:
	Must terminate typedefs, duh! - from Paul D. Smith <psmith@BayNetworks.COM

	* autoconf/Make.common.in:
	Add back @X_EXTRA_LIBS@ - from Paul D. Smith <psmith@BayNetworks.COM>

Fri Jan  1 07:41:43 1999  Geoff C. Wing  <gcw@rxvt.org>

	* src/rxvt.h:
	In refresh loop, when we're on a space we check w/o FG colour, unless we're
	inversed then we check w/o BG colour & inverse attribute and move the FG
	colour into the BG colour position.

	* src/main.c:
	Must check position of TermWin.parent too, if we're transparent.  As
	demonstrated by Shade function in AfterStep.

	* src/command.c:
	Transparency can't take advantage of CNQueue - yet.  Needs x,y info

	* src/screen.c: Prototype scr_clear()

	* src/xpm.c: Fix XSync() arg

Thu Dec 31 15:25:10 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c, src/main.c:
	Look for AfterStep background change and handle appropriately.  From
	Sasha Vasko <sashav@sprintmail.com>

	* configure: Regenerate

	* src/xpm.c, src/rxvt.h, src/screen.c, src/scrollbar.c, src/xdefaults.c, src/command.h, src/feature.h, src/main.c, src/command.c, autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in:
	Integrate NeXTstep scrollbar and transparency additions from
	Alfredo K. Kojima <kojima@windowmaker.org>

Wed Dec 30 07:41:32 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/Makefile.in:
	Distribute *.intpro and *.extpro - don't presume people have sane enough
	systems to be able to build them themselves.

Fri Dec 18 14:04:08 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/rxvt.h: Rs_cutchars is required.

Wed Dec  9 06:41:57 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/Makefile.in: sed -> $(SED)

Thu Dec  3 03:16:21 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/scrollbar.c, src/rxvt.h:
	Add minimum scrollbar height.  Fixes bug noticed by
	Brian Korver <briank@cs.stanford.edu>

Thu Nov 26 06:50:36 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/Makefile.in: Missing $

	* src/rsizes.h.in: Magic move: wrong name: rsizes.h -> rsizes.h.in

	* src/screen.c: Cosmetic change.

	* configure: Regenerate

	* autoconf/configure.in:
	Make default long not long long.  So do checking against long long as well.

	* configure: Regenerate

	* src/graphics/Makefile.in, doc/Makefile.in, rclock/Makefile.in, Makefile.in:
	Add .PATH

	* src/Makefile.in: Be nicer to more shells

	* src/makeextprotos-awk, src/makeintprotos-awk: Remove old stuff

	* src/makeextprotos-awk, src/makeintprotos-awk: Be nicer to other awks

	* src/Makefile.in: Add srcdir for proto generation

	* autoconf/config.h.in, autoconf/configure.in:
	Go back to using X_PATH_XTRA() but don't pull in X_PRE_LIBS

Wed Nov 25 16:34:36 1998  Geoff C. Wing  <gcw@rxvt.org>

	* configure: Regenerate

	* src/rmemset.c, src/rsizes.h.in, src/rxvt.h, src/screen.c, src/screen.h, src/Makefile.in, src/command.h, autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in:
	Do a different test for sizes of 16bit (2 byte), 32bit (4 byte), etc.
	Check if we've already typedef'd  int16_t  et al.  Otherwise, typedef
	them in src/rsizes.h

	* Makefile: Regenerate

	* src/version.h: Bump version to 2.4.11

Mon Nov 23 18:59:54 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c:
	Fix how hate_those_clicks works on initial click.  selection.beg and
	selection.end are set at 0 at the start so be careful to either set or
	use the mark position.  May need to rethink setting selection.{beg,end}
	Fixes problem noted by Paul Slootman <paul@wau.mis.ah.nl>

	* src/misc.c: Cast the octal value from int to char.

	* src/misc.c:
	Better fix octal reading before anyone notices it's broken.

	* src/command.c: Remove double comment

	* doc/BUGS: Describe problem with menubar autoraising better.

Sun Nov 22 06:40:47 1998  Geoff C. Wing  <gcw@rxvt.org>

	* doc/BUGS: Verbose

Sat Nov 21 14:50:55 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c:
	Close off any file descriptors we don't actually use in rxvt (not the
	child) and set num_fds to be our maximum (plus one) file descriptor
	so that select() only passes over those ones.  Maybe in future, look
	at something better that FD_ZERO in cmd_getc() all the time.

Fri Nov 20 03:59:54 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: Typo is #ifdef .  Define variable for loop.

	* src/screen.c:
	Initialise selection.len or we can coredump if paste after ESC-c

	* src/logging.h:
	Protect logging.intpro inclusion by #ifdef UTMP_SUPPORT

Thu Nov 19 11:00:30 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c:
	Have to do foreground and background cursor colour settings
	separately.

	* src/makeextprotos-awk, src/makeintprotos-awk:
	Got carried away quoting.  Remove the incorrect backslashes.

	* src/makeextprotos-awk, src/makeintprotos-awk:
	Try different escaping method

Wed Nov 18 07:21:51 1998  Geoff C. Wing  <gcw@rxvt.org>

	* Makefile: Regenerate

	* autoconf/Make.common.in: Remove RCS Id tag

	* doc/Makefile.in: Dependences

	* Makefile: Regenerate

	* src/version.h: can we spell?  s/NOVERMBER/NOVEMBER/

	* src/version.h: bump version to 2.4.10

	* doc/changes.txt: note changes

	* src/xpm.c: Remove testing stuff which was committed accidentally

Tue Nov 17 19:55:57 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/xpm.c: Merge in branch: fix-bufpixmap

	* src/screen.c, src/feature.h, src/main.c, src/rxvt.h:
	Optimisation for local display

	* src/screen.c: Try to do fewer XDrawString() type calls.

	* src/main.c: Move scr_touch() out of xpm.c

	* src/xpm.c: Setup properly if no pixmap specified

	* src/xpm.c: Fixing XPM_BUFFERING

	* configure: Regenerate

	* autoconf/Make.common.in, autoconf/config.h.in, autoconf/configure.in:
	Use AC_PATH_X not AC_PATH_XTRA so we don't link in libSM and libICE

	* src/command.c: Small cleanups.

	* src/misc.c: Clean up.  Rewrite part of Str_escaped()

Mon Nov 16 19:55:54 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/scrollbar.c:
	Optimise button drawing w.r.t. space - combine two similar functions

	* src/screen.c: Fix scr_printscreen()

	* src/command.c, src/main.c: Clean up.  Trim the fat.

	* src/screen.c, src/screen.h: Move some items from screen.h to screen.c

	* src/xpm.c: Make xpmAttr static, thus local.

	* src/main.c, src/menubar.c, src/scrollbar.c:
	Fix up geometry calculations and mapping order

	* src/main.c: Move routines a bit.  Small cleanup.

	* src/main.c, src/menubar.c, src/rxvt.h, src/scrollbar.c:
	Reorganise code for mapping of windows.  Remove delay_menu_drawing hack.
	Still more to do.

	* src/command.c, src/command.h:
	Remove dynamic allocation of cmdbuf_base[].  Make as BSS

	* src/xdefaults.c, src/xpm.c, src/misc.c, src/screen.c, src/graphics.c, src/main.c, src/menubar.c, src/command.c:
	Const poisoning.  Rearrange main.c a bit.

	* src/rxvt.h: Const poisoning.

Sun Nov 15 10:14:25 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.h, src/command.c: Dynamic allocation of  cmdbuf_base

	* src/menubar.c, src/misc.c, src/xpm.c:
	Dynamic allocation in  File_search_path(), thus File_find() now returns
	a string which needs to be free()d.

	* src/screen.c, src/xdefaults.c, src/command.c, src/graphics.c, src/main.c:
	Cast formatting.  Const poisoning.  Small cleanups.

	* src/feature.h: Allow PRINT_PIPE by default

	* src/command.c: proto format

	* src/screen.c: Cleanup blank_screen_mem() and slight macro name change

	* src/command.c, src/graphics.c, src/screen.c:
	Cast arg 1 in tt_printf() calls

	* src/makeintprotos-awk, src/makeextprotos-awk:
	Format returns slightly nicer

	* src/xpm.c, src/logging.c, src/main.c, src/menubar.c, src/screen.c, src/xdefaults.c, src/command.c, src/graphics.c:
	Const poisoning and small protos cleanup

	* src/makeextprotos-awk, src/makeintprotos-awk:
	Awk versions of makeextprotos-sed and makeintprotos-sed

	* src/Makefile.in: Use awk not sed to generate protos

	* configure: Regenerate

	* autoconf/Make.common.in, autoconf/configure.in:
	Check for AWK as well.

Fri Nov 13 13:50:56 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/xdefaults.c: usage(): output "graphics" if compiled in

	* src/screen.c: Remove unused change to rendition pointer.

	* src/graphics/qplot.c, src/graphics/grxlib.c:
	Remove rcsid[].  Add commented Id strings.

	* src/main.c: Missing #ifdef XPM_BACKGROUND and #if (MENUBAR_MAX)

Thu Nov 12 04:51:13 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/scrollbar.c, src/xdefaults.c, src/xpm.c, src/grkelot.c, src/logging.c, src/main.c, src/menubar.c, src/misc.c, src/netdisp.c, src/rmemset.c, src/screen.c, src/command.c, src/graphics.c:
	Add back Id strings, as comments this time.

	* src/screen.c:
	Invert selection before checking for bold overstrike pixel droppings.

	* src/feature.h, src/main.c:
	Allow setting of basic colours in feature.h

	* src/grkelot.h, src/logging.c, src/main.c, src/misc.c, src/netdisp.c, src/rmemset.c, src/screen.c, src/xdefaults.c, src/xpm.c, src/command.c, src/graphics.c, src/grkelot.c:
	Copyright notice changes.

Wed Nov 11 06:35:07 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c, src/misc.c: Clean up.  Be nicer with assignments.

Tue Nov 10 12:49:44 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/xdefaults.c: Tidy const some more.

	* src/main.c: Fix up consts.

	* src/xdefaults.c: Rearrange optList[] a bit.  Fix up consts.

	* src/command.c, src/screen.c:
	Swap scroll_text() and scr_scroll_text() so that scr_scroll_text() is now
	the external call name.

Mon Nov  9 05:51:30 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c, src/netdisp.c:
	Fix up DISPLAY_IS_IP - #ifdef in the wrong spot, and fix a couple of
	assignments

	* src/main.c, src/xdefaults.c: Add some /* NOTREACHED */

Mon Nov  2 04:11:42 1998  Geoff C. Wing  <gcw@rxvt.org>

	* doc/LSM.in: Update size

	* Makefile: Regen.

	* src/version.h: bump version to 2.4.9

Thu Oct 29 05:20:14 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/Makefile.in, src/main.c, src/version.h: No ident strings

	* doc/changes.txt: Update

	* Makefile: Regen

	* src/main.c: Remove identstring[]

	* src/version.h: Bump to 2.4.8b

	* src/Makefile.in: Fix dependencies on version.h

	* configure: Regenerate

	* autoconf/config.h.in: Regen.

	* src/logging.c, src/logging.h, autoconf/acconfig.h, autoconf/configure.in:
	Try harder to detect utmp/utmpx stuff

Wed Oct 28 14:04:26 1998  Geoff C. Wing  <gcw@rxvt.org>

	* doc/yodl/rxvtRef-xpm.yo: Revert - reflects current & old behaviour

Mon Oct 26 15:18:35 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: Malloc on fly some tmp stuff.  Bound it.

	* src/xpm.c, src/graphics.c, src/grkelot.c, src/logging.c, src/main.c, src/menubar.c, src/misc.c, src/netdisp.c, src/rmemset.c, src/screen.c, src/scrollbar.c, src/xdefaults.c, src/command.c:
	Remove rcsid[] strings - just leave one in main.c

	* src/xdefaults.c, src/menubar.c, src/misc.c, src/rxvt.h, src/screen.c, src/command.c, src/main.c:
	Resource variable name change.  Also set up resource variables in one for() loop,
	rather than scattered everywhere.

	* src/command.c, src/command.h, src/main.c, src/rxvt.h:
	Move window_ops() from main.c to command.c as process_window_ops()

	* src/graphics.c:
	Gr_ButtonReport() is accessed externally, so change INTPROTO -> EXTPROTO

	* src/screen.c:
	In OLD_SELECTION, we run around the mark, not the beginning.

	* src/command.c: Free X modifier map after we're finished with it.

	* autoconf/config.h.in, configure: Regenerate

	* README.configure: Recomment for --disable-{new,old}-selection

	* src/screen.h, src/xdefaults.c, doc/yodl/rxvt-resources.yo, src/main.c, src/rxvt.h, src/screen.c, autoconf/acconfig.h, autoconf/configure.in:
	Allow compilation of old_selection/old_word_selection/new_selection
	Choice via resource 'selectstyle' - defaults to new.  Possible settings
	"OLD" and "OLDWORD" (case insensitive).

	* src/Makefile.in: Another go at dependencies

	* src/Makefile.in: Get this dependency stuff working.

	* src/command.c, src/main.c, src/rxvt.h, src/xdefaults.c, doc/yodl/rxvt-resources.yo:
	Probe for Meta and NumLock mappings.
	ModMeta and ModNumLock resources have gone away.

Sat Oct 24 10:22:45 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/Attic/xpm.h, src/menubar.h, src/misc.c, src/netdisp.h, src/protos.h, src/rmemset.c, src/screen.c, src/scrollbar.c, src/xdefaults.c, src/Makefile.in, src/command.h, src/graphics.c, src/grkelot.c, src/logging.h, src/main.c, configure, autoconf/configure.in:
	Don't like this protos directory procedure

	* src/command.c, src/feature.h: Make scrolling via mouse wheel smoother

	* autoconf/config.h.in, configure: Regenerate

	* src/command.h, autoconf/acconfig.h, autoconf/configure.in, src/command.c:
	Better checking for Xsetlocale(), setlocale() from
	Stanislav Meduna <stano@trillian.eunet.sk>

Thu Oct 22 04:39:05 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/Makefile.in: Change dependencies

	* src/Makefile.in: Clean up.

	* src/Makefile.in: Different method of not overmaking targets

	* autoconf/Make.common.in, autoconf/configure.in, Makefile, configure:
	Add checks for ECHO and CMP

	* src/main.c, src/protos.h: Clean up #ifdef DISPLAY_IS_IP

	* src/menubar.c:
	Now that we know which are internal routines, improve placement of #ifdef's

	* src/rmemset.c: Cast type correctly

	* src/screen.c: Remove unused variable

	* src/main.c: Lint picking

	* src/Makefile.in: Whoops.  Wrong target in protos/

	* Makefile: Regen

	* doc/Makefile.in: Update distribution list

	* doc/yodl/Attic/versioninfo.yo: Generated file

	* configure, autoconf/configure.in: Subst some more files.

	* doc/Makefile.in: Clean up some srcdir's

	* doc/yodl/rxvtRef.yo.in: yucky chdir()

	* doc/yodl/rxvt.yo.in: Twisted are the ways of vpaths

	* doc/yodl/rxvt.yo.in, doc/yodl/rxvtRef.yo.in:
	Have to set paths at configure time.

	* doc/yodl/Attic/rxvt.yo, doc/yodl/Attic/rxvtRef.yo:
	Have to set paths at configure time

	* src/Makefile.in: Typo

	* src/Makefile.in: it's ``be kind to gmake week''

	* src/Makefile.in: Handle dependence better

	* src/Attic/xpm.h, src/logging.h, src/main.c, src/menubar.h, src/misc.c, src/netdisp.h, src/protos.h, src/rmemset.c, src/screen.c, src/scrollbar.c, src/xdefaults.c, src/Makefile.in, src/command.h, src/graphics.c, src/grkelot.c:
	Rearrange protos into their own directory.

Wed Oct 21 14:37:24 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/Attic/xpm.h, src/xpm.c: Cleanup.

	* src/Attic/makeprotos-sed:
	Changed to similar files: makeintprotos-sed & makeextprotos-sed

	* src/Attic/utmp.c, src/scrollbar.c, src/xdefaults.c, src/xpm.c, src/rmemset.c, src/screen.c, src/command.c, src/graphics.c, src/grkelot.c, src/logging.c, src/main.c, src/menubar.c, src/misc.c, src/netdisp.c, src/Attic/xpm.h, src/Makefile.in, src/command.h, src/feature.h, src/logging.h, src/menubar.h, src/netdisp.h, src/protos.h, src/rxvt.h:
	Reorganise source:
	Change PROTO to INTPROTO or EXTPROTO depending on whether it is only called
	from this source file or also from external files.
	Move unnecessary stuff out of common rxvt.h into own local header files.

	* src/makeextprotos-sed, src/makeintprotos-sed:
	Break up protos into those for local and external use

	* doc/Attic/rxvtRef.txt, doc/Attic/rxvt.1, doc/Attic/rxvt.html, doc/Attic/rxvt.pretbl, doc/Attic/rxvtRef.html:
	Generated files.  Don't bother keeping in CVS.

	* doc/Makefile.in: rename rxvt.pretbl to rxvt.tbl

Tue Oct 20 08:48:17 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/menubar.c:
	change debug printf() to fprintf(stderr,) - reindent file.

Mon Oct 19 07:33:55 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c:
	blend make_screen_mem()/blank_line() into  blank_screen_mem() to make us
	a bit safer.  Rename scroll_text() to scr_scroll_text() and make
	scroll_text() a somewhat safer (w.r.t. memory allocation) counterpart.

	* src/command.c:
	Add CSI "T","^" and CSI "S" for scroll/pan down and scroll up

	* src/main.c: Window reporting functions a la XTerm

	* src/command.c, src/main.c, src/rxvt.h, src/screen.c:
	Clean up some const-ness

Tue Oct  6 14:24:00 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: Typos in cursor movement via CSI "A"

	* src/command.c: Typos in cursor movement via CSI "E" & "F": CPL & CNL

	* src/feature.h: Add NO_FRILLS define

Mon Oct  5 07:01:14 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c:
	Change CNQueue manipulation slightly.  Better check on screen resizing.

	* src/command.c, src/main.c:
	Clean up CSI number passing.  Discard ConfigureNotify events we caused.
	Handle certain CSI window operations a la XTerm.

Fri Oct  2 02:09:41 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c, src/screen.c:
	Fix scr_tab() - though not yet parsing for scr_tab(0)
	Add DECBI/DECFI backindex/forwardindex

Thu Oct  1 06:28:00 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/menubar.c: Resize menubar triangles.

	* src/screen.c: Fix outline cursor position calculation and check.

	* src/command.c: Rename rs_modifier to rs_modmeta.  Add rs_modnumlock.
	Clean up some left over Mod1Mask bogons.  Fix up mouse reporting.

	* src/rxvt.h, doc/yodl/rxvt-resources.yo, src/main.c, src/xdefaults.c:
	Rename rs_modifier to rs_modmeta.  Add rs_modnumlock.

	* src/menubar.c: Add a pixel vertical space on either side of text.
	Use a couple of macros to clarify.

Wed Sep 30 15:11:46 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/menubar.c:
	Fix up menubar display - some funny calculations were going on previously

	* src/main.c, src/misc.c, src/command.c: Tidy up.

	* src/menubar.c:
	Change calculations for separator lines so HALFSHADOW also works.

Sat Sep 26 14:00:10 1998  Geoff C. Wing  <gcw@rxvt.org>

	* autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in, configure:
	Readd --disable-resources  and fix typo

	* src/screen.c: More diligent in checking selection

Thu Sep 24 20:09:14 1998  Geoff C. Wing  <gcw@rxvt.org>

	* doc/TODO: update.

	* src/main.c: Interpret backspace/delete resources

	* Attic/rxvt-2.4.6.lsm: Don't want this.

	* doc/Attic/rxvt.1, doc/Attic/rxvt.html, doc/Attic/rxvt.pretbl, doc/LSM.in, doc/yodl/Attic/versioninfo.yo, Makefile:
	Version 2.4.8

	* src/version.h: bump version to 2.4.8

	* src/xdefaults.c: Change reporting of backspace/delete

	* README.configure: Document backspace/delete --enable/--disable

	* autoconf/configure.in, configure: Tidy spacing

	* src/command.c: Shouldn't set PrivMode_BackSpace initially.

	* doc/changes.txt: Update

	* doc/yodl/rxvt-resources.yo, doc/Attic/rxvt.1, doc/Attic/rxvt.html, doc/Attic/rxvt.pretbl:
	Document resources `backspacekey' and `deletekey'

	* src/command.c, src/feature.h, src/main.c:
	Better handling of backspace - now use traditional settings if the
	resource is unset.

	* src/rxvt.h, src/xdefaults.c, src/command.c, src/feature.h, src/main.c:
	Make backspace/delete key handling configurable via resources

	* autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in, configure:
	Reverse handling of backspace/delete keys (and it was broken anyway)

	* autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in, configure:
	Add --enable-backspace and --enable-delete

	* src/command.c: Use NO_SETLOCALE define and cleanup.

	* autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in, configure:
	Add check for setlocale() - which usually gets defined to _Xsetlocale() by X

	* src/command.c: Cleanup init_xlocale() a bit

	* src/main.c:
	Don't change pointer colour on change of default fg colour.

	* src/screen.c: Better bounds comparison in scroll_text()

	* src/screen.c:
	selection_extend_colrow() - hmm, why were we setting begin to mark if we're
	in the first line?

	* src/screen.c:
	Clean up some MULTICHAR_SET stuff.  Fix cursor for MULTICHAR_SET

	* src/screen.c:
	Avoid leaving an out-of-date outline cursor on the screen

Wed Sep 23 09:55:56 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: More selection checks: scr_erase_screen()

	* src/screen.c: Clean up some selection checks

	* src/screen.c:
	Try a better selection check in scr_add_lines() - check for writing inside
	a selection area.
	Remove bogon #ifdef CHAR_SETS

Tue Sep 22 19:39:51 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: Keep the reverse video when resizing the screen

	* src/screen.c, src/screen.h:
	Moved too much into screen.h so move some back.

	* src/screen.c:
	Have to set the selection screen when we _start_ selecting.

	* src/screen.c: Forgot to set default flags for swap screen.

	* src/screen.c, src/screen.h, src/rxvt.h: Change some types

	* INSTALL: Update notes about editing config.h on cross-compile

	* src/screen.c: Cleanup.

	* src/Makefile.in: Add distribution of screen.h
	Depend screen.c on screen.h

	* src/screen.c: Clean up multichar handling of cursor display.
	Fix scr_insdel_lines() shifting selection.
	Break up selection reversing screen.rend into its own routine.

	* src/screen.h: Remove unused variables

	* src/rxvt.h, src/screen.c, src/screen.h, src/main.c:
	Remove RS_Cursor/RS_Select - handle differently
	Default cursorColor/cursorColor2/colorBD/colorUL to the appropriate
	_current_ settings if unset.

	* src/screen.h:
	Split up some defines for screen.c - allow manipulation from outside.

	* src/xdefaults.c, src/rxvt.h:
	Start removing CHAR_SETS - always have ACS graphics/UK char sets now
	that RS_Cursor and RS_Select are being removed.
	Split some of rxvt.h into screen.h - make import of Nat Friedman's Dingus
	easier.

	* autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in, README.configure, configure:
	Remove --enable-small : it is now automatic

	* autoconf/configure.in, configure:
	Report on which types will be used for 16bit/32bit/pointer

Mon Sep 21 03:56:37 1998  Geoff C. Wing  <gcw@rxvt.org>

	* autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in, src/rmemset.c, src/rxvt.h, configure:
	Move size type checking into configure

	* autoconf/config.h.in, autoconf/configure.in, configure:
	Add check for sizeof(int *)

	* src/screen.c: Not again, and it's #if not #ifdef

	* src/screen.c: Whoops, NSWAP is really NSCREENS

	* doc/TODO: Fixed Xlocale.
	Add note about char/short/int/long sizes

	* src/Makefile.in, src/command.c: Remove DEBUG_SELECTION define

Sun Sep 20 23:51:02 1998  Geoff C. Wing  <gcw@rxvt.org>

	* INSTALL: Update info about doc/rxvt.pretbl

	* doc/Makefile.in: Remove RMF in rxvt.1 rule

	* doc/Makefile.in: Make rxvt.pretbl a target and depend rxvt.1 on it.

	* src/xpm.c: Resurrect negative positioning.

	* src/main.c: Remove inline's

	* Makefile.in: Distribute README.configure

	* INSTALL, README.configure:
	Update memory stuff a bit and point INSTALL to README.configure

	* doc/Attic/rxvt.pretbl: Manual page before being run through tbl

	* doc/yodl/rxvt-resources.yo, doc/Attic/rxvt.1, doc/Attic/rxvt.html:
	Document modifier resource

	* doc/Makefile.in: Depend rxvt.1 better and leave pre-tbl version

	* configure, autoconf/configure.in: Fix check for Xlocale stuff.
	Be a bit nicer on cross compiles

	* src/rxvt.h: rmemset() uses longs now, not integers

	* src/rmemset.c: Use longs now, not integers.

	* src/xpm.c: scale_pixmap() returns 0 if XPM_BACKGROUND not defined

Sat Sep 19 14:40:50 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/xpm.c: Cleanup.

	* doc/changes.txt: Refix XPM position

	* src/xpm.c, doc/yodl/rxvt-resources.yo, doc/yodl/rxvtRef-xpm.yo, doc/Attic/rxvt.html, doc/Attic/rxvtRef.html, doc/Attic/rxvtRef.txt, doc/Attic/rxvt.1:
	Refix handling of positioning in pixmap geometry

	* README.configure: Document --enable-half-shadow

	* src/feature.h: Turn off SB_BORDER by default

	* doc/changes.txt: sync

	* src/main.c:
	Border pixel should be foreground colour, not background colour

	* autoconf/acconfig.h, autoconf/configure.in, src/feature.h, configure:
	Move HALFSHADOW from src/feature.h to ./configure

	* src/command.c: Formatting

	* autoconf/config.h.in:
	Regen OLD_SELECTION, OLD_WORD_SELECTION, HALFSHADOW

	* doc/yodl/rxvt-resources.yo, doc/Attic/rxvt.1, doc/Attic/rxvt.html, src/rxvt.h, src/xdefaults.c, src/main.c, src/scrollbar.c:
	Add troughColor and appropriate resource as colour of scrollbar trough area

	* doc/BUGS: Note bug in selection with swap screen use.

	* doc/BUGS: Fixed XPM

	* doc/TODO: Update to current status.

	* README.configure:
	Start adding slightly better documentation for the ./configure options

	* autoconf/configure.in, src/feature.h, configure:
	Move OLD_SELECTION and OLD_WORD_SELECTION into ./configure

	* autoconf/configure.in, configure:
	Stupidly used the wrong enable names in autoconf/configure.in

	* autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in, src/feature.h, configure:
	Move USE_XGETDEFAULTS and NO_RESOURCES from src/feature.h to ./configure

Tue Sep 15 02:03:37 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/xpm.c: Clean up code/comments

Mon Sep 14 02:04:05 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c:
	Display fixes.  Pixel dropping fix - now go backwards in the check since we
	don't want to overwrite what we're going to test next.

Fri Sep  4 05:43:56 1998  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt: Document XPM changes

	* doc/Attic/rxvt.1, doc/yodl/rxvt-resources.yo, doc/yodl/rxvtRef-xpm.yo, src/xpm.c, doc/Attic/rxvtRef.txt, doc/Attic/rxvt.html, doc/Attic/rxvtRef.html:
	Change default XPM geom to 0x0-0-0:
	x/y position of -0 means centre pixmap in that axis

	* doc/yodl/rxvt-resources.yo, doc/yodl/rxvtRef-xpm.yo, src/xpm.c, doc/Attic/rxvt.1, doc/Attic/rxvtRef.txt:
	Change XPM geometry defaults and handling.  When not tiled in a direction
	  then a position of 0 means centred.  Handle negative positions as being from
	  the right/bottom of the window.
	Use X's tiling for base tiling.  We should use more of it (future changes)

Sat Aug 29 10:54:25 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c, src/scrollbar.c, src/xdefaults.c, src/xpm.c, src/graphics.c, src/main.c, src/menubar.c, src/rxvt.h, src/command.c:
	Update colour name definitions

Fri Aug 28 01:52:14 1998  Geoff C. Wing  <gcw@rxvt.org>

	* doc/TODO: More stuff

	* doc/changes.txt: Update for 2.4.7

	* src/feature.h: No default FORCE_*

	* Makefile, configure: Regenerate

	* src/grkelot.h: nitpick

	* doc/yodl/Attic/versioninfo.yo, doc/Attic/rxvt.1, doc/Attic/rxvt.html, doc/Attic/rxvtRef.html, doc/Attic/rxvtRef.txt:
	Regenerate

	* autoconf/acconfig.h, autoconf/config.h.in, autoconf/configure.in, src/rxvt.h:
	Rename SMALL to SMALLREND

	* src/xdefaults.c, src/xpm.c, src/Attic/utmp.c, src/scrollbar.c, src/misc.c, src/netdisp.c, src/rmemset.c, src/screen.c, src/graphics.c, src/grkelot.c, src/main.c, src/menubar.c, src/command.c:
	Attribute authors better

	* src/version.h: bump version to 2.4.7

Mon Aug 10 12:17:10 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/xpm.c, src/rxvt.h: Move xpm.h include into xpm.c

	* src/screen.c, src/command.c: Clean up some prototypes.

Sun Aug  9 08:21:46 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: Fix test which was changed with RS_Dirty removal.

	* autoconf/config.h.in: RMEMSET

Sat Aug  8 23:26:14 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: Whoops.  Set **drawn_text to 0, not OR it

	* src/rxvt.h, autoconf/configure.in, autoconf/acconfig.h, configure:
	Add --disable-memset routine to use system's memset routine.

	* src/screen.c, src/rxvt.h, autoconf/configure.in, autoconf/config.h.in, autoconf/acconfig.h, configure:
	First cut --enable-small to shrink rend_t if possible

	* src/xpm.c, src/menubar.c:
	Clean up some #ifdef's to commit out procedure body's

	* autoconf/configure.in, autoconf/config.h.in, configure, INSTALL:
	Check for sizeof(char), sizeof(short), sizeof(long)

	* src/scrollbar.c, src/menubar.c, src/main.c:
	Move some stuff out of main.c into menubar.c & scrollbar.c

	* src/graphics.c, src/rxvt.h: Move XPM defines out of graphics.c

	* src/main.c: Remove some XPM and MenuBar stuff.

	* src/menubar.c: Move map_menuBar() here

	* src/xdefaults.c: Indent

	* src/command.c, src/feature.h, configure, autoconf/configure.in, autoconf/config.h.in, autoconf/acconfig.h:
	Move some options into configure

Fri Aug  7 12:38:30 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/Makefile.in: Add xpm.c stuff

	* src/main.c, src/xpm.c: Id

	* src/protos.h: Add xpm.pro

	* src/main.c: Split XPM only routines out of here

	* src/xpm.c: Split XPM only routines out of main.c

Tue Jul 28 11:53:22 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/rxvt.h, src/xdefaults.c, src/Attic/utmp.c, src/scrollbar.c, src/screen.c, src/misc.c, src/netdisp.c, src/rmemset.c, src/main.c, src/menubar.c, src/graphics.c, src/grkelot.c, src/command.c:
	Partially delint

	* src/screen.c: REMALLOC() -> REALLOC()

Mon Jul 20 11:15:09 1998  Geoff C. Wing  <gcw@rxvt.org>

	* doc/yodl/Attic/versioninfo.yo, Makefile: 2.4.7a

	* src/version.h: bump version to 2.4.7a

	* doc/yodl/rxvtRef-menubar.yo: Typo

	* src/rxvt.h, src/menubar.c, src/xdefaults.c, src/command.c:
	REMALLOC() --> REALLOC()

Sat Jul 18 09:11:48 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c: REALLOC() --> REMALLOC()

Fri Jul 17 16:01:16 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c: Be careful with swap too.

	* src/rmemset.c: Optimise slightly.

	* src/command.c: Small cleanup.

	* src/command.c: Let print mode accept ESC sequence variation:
	John E. Davis <davis@space.mit.edu>

Thu Jul 16 04:55:57 1998  Geoff C. Wing  <gcw@rxvt.org>

	* src/rxvt.h, src/xdefaults.c, src/main.c, src/command.c:
	Meta Modifier selectable via resource:
	Guillaume Laurent <glaurent@worldnet.fr>

	* src/command.c: malloc() -> MALLOC()

Mon Apr 20 08:19:40 1998  Geoff C. Wing  <gcw@rxvt.org>

	* doc/yodl/rxvtRef-menubar.yo: Typo ) --> }

	* src/graphics/README, src/graphics/data: Add rcsid[] strings

	* src/version.h: bump version to 2.4.6

