1999-12-21  Geoff C. Wing  <gcw@rxvt.org>

	* Makefile 1.20: Regenerate

	* Makefile.in 1.6: Add src/test directory

	* src/version.h 1.19: Bump version to 2.7.2

	* doc/FAQ 1.4: Note yodl for documentation

1999-12-19  Geoff C. Wing  <gcw@rxvt.org>

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

	* configure 1.69: Regenerate

	* src/test/Makefile.in 1.1: Some basic test routines

	* src/test/strings-memmove.c 1.2: Visible result on OK

	* autoconf/configure.in 1.73: Add src/test directory

	* src/command.c 1.146: Copyright update

	* src/command.c 1.145:
	First cut at integrating QNX support, from 2.6.1 support
	for QNX 4.2[3-5] with Watcom C 10.6 by
	D. J. Hawkey Jr. <hawkeyd@visi.com>

	* src/test/strings-memmove.c 1.1:
	Add a basic test for memmove() in strings.c to confirm that everything
	is hunky dory.  Quite verbose.

1999-12-18  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.123, src/logging.c 1.18: Update casts

	* doc/changes.txt 1.31: Update

	* src/main.c 1.99, src/rxvt.h 1.65:
	Do borderwidths in int16_t so we don't have problems with types.

	* doc/yodl/rxvt-options.yo 1.8, doc/yodl/rxvt-resources.yo 1.17:
	Document internalBorder/externalBorder and short options for them.

	* doc/changes.txt 1.30: Update

	* src/rxvt.h 1.64, src/screen.c 1.122, src/xdefaults.c 1.51, src/graphics.c 1.24, src/main.c 1.98, src/command.c 1.144:
	Add configurable internal and external border widths

	* src/feature.h 1.37, src/main.c 1.97:
	Re-add BORDERWIDTH as EXTERNALBORDERWIDTH and use appropriately in
	geometry positioning.

	* src/scrollbar.c 1.26, src/main.c 1.96:
	Move scrollbar resizing code from main.c to scrollbar.c and make sure
	we size the scrollbar initially instead of waiting for a WM to send
	us events, otherwise it won't be visible.

	* src/command.c 1.143: Constify

1999-12-16  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c 1.95: Fix negative position calculation

	* src/graphics.c 1.23, src/main.c 1.94, src/rxvt.h 1.63, src/screen.c 1.121, src/command.c 1.142, src/feature.h 1.36:
	Clarify use of BORDERWIDTH, rename to INTERNALBORDERWIDTH

1999-12-13  Geoff C. Wing  <gcw@rxvt.org>

	* src/logging.c 1.17, src/misc.c 1.31, src/xdefaults.c 1.50, src/xpm.c 1.33:
	Indenting

1999-12-12  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c 1.93: Conditionalise variables

	* src/command.c 1.141, src/feature.h 1.35:
	Add SCROLL_ON_UPDOWN_KEYS to allow scrollback via (shift|meta|ctrl)
	modifier and up/down keys, default off for backwards compatibility, from
	Oskar Liljeblad <osk@hem.passagen.se>

	* src/command.h 1.19, src/command.c 1.140:
	Clean up IMBUFSIZ buffers and increase them

	* src/command.c 1.139: Clean up IMisRunning()

	* src/strings.c 1.2: clean up

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

	* src/logging.c 1.16: Copyright notice change

	* doc/changes.txt 1.29: Update

	* INSTALL 1.7: Short note on configure options

	* src/logging.c 1.15, src/logging.h 1.6:
	Add conglomerate patch: add lastlog support, add QNX support, from
	D J Hawkey Jr <hawkeyd@visi.com>
	Add WTMP_ONLY_ON_LOGIN, log wtmp entries only for login terms (-ls option)

	* src/feature.h 1.34:
	Allow for wtmp logging only with login shells, -ls option

	* configure 1.68: Regenerate

	* autoconf/acconfig.h 1.32, autoconf/config.h.in 1.40, autoconf/configure.in 1.72:
	Add --enable-lastlog and associated checks

	* src/screen.c 1.120:
	Fix selection_paste() to use the correct variable and thus
	handle large pastes again, noticed by
	Dominik Vogt <dominik.vogt@gmx.de>

1999-12-10  Geoff C. Wing  <gcw@rxvt.org>

	* src/misc.c 1.30: Str_escaped() Size optimisation.

	* src/logging.c 1.14: Fix size of stored ut_id

	* src/command.h 1.18, src/command.c 1.138:
	Add some defines for QNX, from
	D. J. Hawkey Jr. <hawkeyd@visi.com>

1999-12-05  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.136:
	Remove PrivCases() define from process_terminal_mode() and place in
	its own routine.  Size optimisation.

	* src/feature.h 1.33, src/xdefaults.c 1.49, src/screen.c 1.119:
	Add NO_BELL option to disable all bell indications

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

	* doc/changes.txt 1.28: Update

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

	* src/feature.h 1.32:
	Turn off DISPLAY mangling (which Alpha people need/needed) by default.

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

	* src/screen.c 1.118:
	If a paste conversion to the proper locale fails, dump it in anyway.
	Free the return of XmbTextPropertyToTextList()

	* src/feature.h 1.31:
	Add define for resetting tty device permissions to pre-invocation state

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

	* src/main.c 1.92: Set window name if debugging

	* src/main.c 1.91: Correct the use of XFetchName() return

	* src/command.c 1.135: More debug output for InheritPixmap

	* src/screen.c 1.117: Fix up use of enumeration in scr_expose()

	* src/command.c 1.134: Set variable properly

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

	* src/command.c 1.133: Add some more debugging outputs

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

	* src/screen.c 1.116: Handle display permutations properly

	* src/command.c 1.132: Rearrange pty/tty stuff

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

	* src/main.c 1.90, src/xdefaults.c 1.48:
	Make sure we're trimming strings from Xresources, partly from
	Remi Guyomarch <rguyom@mail.dotcom.fr>

1999-10-14  Geoff C. Wing  <gcw@rxvt.org>

	* src/Makefile.in 1.31: Improve build rule for parallel builds, from
	Trent Piepho <xyzzy@u.washington.edu>

1999-10-09  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.131:
	Have to update scrollbar immediately after a reset, otherwise it may
	be delayed indefinitely.

1999-10-08  Geoff C. Wing  <gcw@rxvt.org>

	* configure 1.67: Regenerate

	* autoconf/config.h.in 1.39, autoconf/configure.in 1.71:
	Check for setpgrp()/setpgid()

1999-10-06  Geoff C. Wing  <gcw@rxvt.org>

	* doc/yodl/rxvt-options.yo 1.7:
	Fix resource name scrollTtyKeypress, noticed by
	Dominik Vogt <dominik.vogt@gmx.de>

1999-10-04  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.115:
	Fix error with reverse multibyte display, noticed by
	Tung-Han Hsieh <thhsieh@linux.org.tw>

	* src/screen.c 1.114: Check for NULL before use in pasting, from
	Kikutani, Makoto <kikutani@galaxy.net>

1999-10-03  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.130: Add DECREQTPARM since we document it

	* src/screen.c 1.113, src/xdefaults.c 1.47, src/main.c 1.89, src/menubar.c 1.32, src/misc.c 1.29, src/rxvt.h 1.62, src/command.c 1.129:
	Big resource renaming.  Put all the resources into a struct.  This
	may save a few bytes and facilitates debugging.

	* src/main.c 1.88: Use whole DISPLAY for local X.

1999-09-30  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.112: Pasto

	* src/screen.c 1.111: Mini size optimisation: remove CHECK_SELECTION()

1999-09-29  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.110:
	Fix empty paste coredump w/MULTICHAR_SET and optimise w/o, from
	Tung-Han Hsieh <thhsieh@linux.org.tw>

1999-09-28  Geoff C. Wing  <gcw@rxvt.org>

	* src/rxvt.h 1.61: Expand tranparency parent base

	* src/command.c 1.128: Repair SM/RM insert/replace mode code.

	* src/command.c 1.127, src/main.c 1.87:
	Do proper transparency check at the start.

	* doc/changes.txt 1.27: Update

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

	* doc/Makefile.in 1.15:
	Update to not depend on configure generating correct paths.

	* configure 1.66: Regenerate

	* autoconf/configure.in 1.70: Don't generate yodl files anymore.

	* doc/yodl/rxvtRef.yo 1.5: Remove CHDIR()s

	* doc/yodl/rxvt.yo.in 1.3, doc/yodl/rxvtRef.yo.in 1.3, doc/yodl/rxvt.yo 1.4, doc/yodl/rxvtRef.yo 1.4:
	Cannot set paths at configure time because configure doesn't work.

	* Makefile 1.19: Regenerate

1999-09-27  Geoff C. Wing  <gcw@rxvt.org>

	* src/xdefaults.c 1.46:
	Output XIM as it has major effect upon terminal.

	* src/screen.c 1.109: Fix my idiotic optimisation from 1.106->1.107

	* src/screen.c 1.108:
	Remove the unused parts of scr_expose() and optimise it.

	* src/command.c 1.126: Fix up comment formatting

	* src/menubar.c 1.31:
	Pad Arrows struct (and allow current debug code to work).

	* src/screen.c 1.107: Optimise some code.

	* src/screen.c 1.106: Get rid of variable focus in scr_refresh()

	* src/screen.c 1.105: Improve checks for pixel dropping avoidance.

1999-09-26  Geoff C. Wing  <gcw@rxvt.org>

	* autoconf/acconfig.h 1.31, autoconf/config.h.in 1.38:
	Put defines which rely on user specification to configure at the top
	of config.h and autodetected defines after that.

	* src/screen.c 1.104:
	Do a two pass run across each line for pixel dropping avoidance.  Do
	the pass for left pixel droppings then include that information during
	the pass for right pixel droppings.  This integrates the bold overstrike
	pixel dropping avoidance.  Multichar fonts are not handled yet.  Negative
	lbearings with absolute value greater than the font width are not handled.
	Positive rbearings greater than twice the font width are not handled.

	* doc/changes.txt 1.26: Update

	* src/screen.c 1.103:
	Fix exposures argument of XClearArea().  Fix one calculation

	* src/screen.c 1.102: Use the macro for calculation

1999-09-25  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.101:
	Expand areas affected by CLEAR_ROWS() and ERASE_ROWS() to include sides

	* src/graphics.c 1.22, src/main.c 1.86, src/command.c 1.125, src/rxvt.h 1.60, src/feature.h 1.30:
	Replace TermWin_internalBorder with BORDERWIDTH.  Change default of
	BORDERWIDTH to 2.

	* src/main.c 1.85: Properly #ifdef some variables

	* src/command.c 1.124: Improve check for XIM server, from
	MANTANI Nobutaka <nobutaka@nobutaka.com>

	* src/command.c 1.123:
	Name CSI functions.  Determine any defaults before individual calls.
	Add secondary device attribute response ('R';version) with 'R'
	arbitrarily chosen.

	* src/version.h 1.18:
	Add VSTRING (version) for use in secondary device attribute response

1999-09-24  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c 1.84, src/rxvt.h 1.59:
	Require strict font checking only upon user request (compiled).

1999-09-23  Geoff C. Wing  <gcw@rxvt.org>

	* src/main.c 1.83, src/screen.c 1.100, src/scrollbar.c 1.25, src/command.c 1.122:
	Add extra argument to scr_touch()/scr_expose() to specify if immediate
	refresh is desired.
	Delay refreshing of transparent windows in some situations.  Allow a
	fast sequence of XConfigureWindow()s to do their job before we refresh.

1999-09-20  Geoff C. Wing  <gcw@rxvt.org>

	* src/scrollbar.c 1.24:
	Remove extraneous (and now erroneous) definitions

1999-09-07  Geoff C. Wing  <gcw@rxvt.org>

	* src/scrollbar.c 1.23:
	Adapt part of Jim Knoble's NeXT scrollbar changes to rxvt/xterm scrollbars.

1999-09-06  Geoff C. Wing  <gcw@rxvt.org>

	* src/scrollbar.c 1.22, src/main.c 1.82, src/rxvt.h 1.58:
	Fix jitter in NeXT scrollbar size calculations.  Name some constants
	used in calculations, from
	Jim Knoble <jmknoble@pobox.com>

1999-08-29  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.99:
	Use mark position appropriately for selection extension.

1999-08-19  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.121, src/command.h 1.17:
	Check that the xim server is still running when we try to do stuff, from
	MANTANI Nobutaka <nobutaka@nobutaka.com>

1999-08-17  Geoff C. Wing  <gcw@rxvt.org>

	* doc/Makefile.in 1.14: Remove dependency in install for the moment

	* src/feature.h 1.29, src/main.c 1.81:
	LOCAL_X_IS_UNIX define to workaround a problem with Irix opening
	a local X display.

	* configure 1.65: Regenerate

	* autoconf/configure.in 1.69:
	Add warning for not found pty type.  Move warning for XPM to end.

	* autoconf/configure.in 1.68: Add extra sgi checks

1999-08-16  Geoff C. Wing  <gcw@rxvt.org>

	* configure 1.64: Regenerate

	* autoconf/configure.in 1.67: Fix another operator precedence error

1999-08-14  Geoff C. Wing  <gcw@rxvt.org>

	* configure 1.63: Regenerate

	* autoconf/configure.in 1.66: Add missing changequote for C code, from
	Chun-Chung Chen <cjj@u.washington.edu>

1999-08-12  Geoff C. Wing  <gcw@rxvt.org>

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

	* src/command.c 1.120:
	Check focus before sending IM preedit position, from
	Tung-Han Hsieh <thhsieh@linux.org.tw>

1999-08-10  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.119:
	Reorder child operations to fix problems on USG pty machines, aided by
	Larry W. Virden <lvirden@cas.org>

1999-08-09  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt 1.25: Update

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

	* configure 1.62: Regenerate

	* autoconf/configure.in 1.65: Fix operator precedence, from
	Albert Chin <china@thewrittenword.com>

	* src/logging.c 1.13:
	Add lost tty determining code when split fully into BSD/SYSV types.

1999-08-06  Geoff C. Wing  <gcw@rxvt.org>

	* configure 1.61: Regenerate

	* autoconf/configure.in 1.64: Balance parentheses.

1999-08-05  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.98: Forgot #ifdef MULTICHAR_ENCODING

	* doc/Makefile.in 1.13:
	Depend versioninfo.yo on version.h (instead of file generated from
	version.h)

	* Makefile 1.18: Regenerate

	* src/version.h 1.17: Update date for proper 2.7.0 development release.

	* src/screen.c 1.97, src/screen.h 1.13:
	Oops. Set MULTICHAR_ENCODING in the proper place.

	* src/screen.c 1.96, src/screen.h 1.12:
	Use MULTICHAR_ENCODING (set with configure)

	* configure 1.60: Regenerate

	* autoconf/configure.in 1.63:
	Use --with-encoding. Set --enable-xim if --enable-languages

	* src/main.c 1.80, src/screen.c 1.95, src/feature.h 1.27:
	Get multichar font stuff working again.  Handle all languages thus
	don't define base multichar fonts.  People can still define as mfont
	& mfont[1234567].  If we don't have a multichar font for the current
	size, spew an error at init/font-change and print blanks instead.

	* src/screen.c 1.94, src/main.c 1.79, src/rxvt.h 1.57:
	Add IS_MULTI1() & IS_MULTI2 to check for multichar states.
	Allow bold fonts and multichar fonts which are smaller than the
	main font.  Bold fonts which are larger are dropped.  No proper
	handling yet for multichar fonts.

1999-08-03  Geoff C. Wing  <gcw@rxvt.org>

	* src/misc.c 1.28: Indenting

	* src/command.h 1.16: Youch.  We really want O_NOCTTY but...

	* src/command.c 1.118: Add a missing close()

	* src/command.c 1.117:
	More efforts to properly get the slave tty.  Goes overboard on some
	systems but tries to be safe.
	Use D_CMD() for error message printing.

1999-08-02  Geoff C. Wing  <gcw@rxvt.org>

	* configure 1.59: Regenerate

	* autoconf/configure.in 1.62: Go psycho on ptmx checking

1999-08-01  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.116:
	Allow Shift-Insert (paste selection) to work outside the window, just
	like regular keys, noticed by
	<pixel@linux-mandrake.com>

	* configure 1.58: Regenerate

	* autoconf/configure.in 1.61:
	find utmpx - if a utmp file exists at the same location and is more
	than an hour newer, then don't use utmpx.  People leave lots of odd
	files around.

	* doc/changes.txt 1.23: Update

	* src/command.c 1.115: Fix CSI cursor movements.

1999-07-31  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.114, src/main.c 1.78:
	Major change: move unsetenv()s to parent; move open of slave tty to
	parent; add use of revoke(); put code which wants setuid privileges
	into their own routines; all privileged operations done in parent;
	add use of setreuid() if that's all that's available; move child code
	except some terminal setup into its own routine; use standard file
	descriptor names; don't try to write stuff to file descriptors we
	have closed; add proper check of setsid().

	* src/rxvt.h 1.56: Define common file numbers via standard names

	* configure 1.57: Regenerate

	* autoconf/config.h.in 1.37, autoconf/configure.in 1.60:
	Check for revoke(), setreuid(), setsid()

	* src/xdefaults.c 1.45: Add missing bit of last commit

1999-07-30  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt 1.22: Update

	* src/feature.h 1.26, src/xdefaults.c 1.44:
	Clean up XGetDefaults() - go for everything.  Mainly from
	SEO Young-Jin <yjseo@mizi.co.kr>

	* src/xdefaults.c 1.43: Fix cut'n'paste error.

1999-07-28  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.113: Fix UNSHIFTED_SCROLLKEYS

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

	* src/command.c 1.112:
	Remove error messages printed when the old stderr is gone.

1999-07-27  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.111: Clean up

1999-07-24  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.110:
	make cmd_write() append to the cmd buffer, not prepend.

	* src/feature.h 1.25, src/screen.c 1.93, src/screen.h 1.11:
	Make cursor position fully independent on primary and secondary
	screens, including cursor save & restore.  Add define to feature.h
	to disable this.

1999-07-18  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.109: Make sure we do the check for InputOnly windows.

	* src/command.c 1.108:
	We can only change the backgrounds on InputOutput windows.

1999-07-17  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.92: More bounds checking

	* src/scrollbar.c 1.21:
	Fix scrollbar line drawing with SB_BORDER feature, from
	Mike Hopkirk (Hops) <hops@sco.com>

	* configure 1.56: Regenerate

	* src/command.c 1.107, src/rxvt.h 1.55, autoconf/configure.in 1.59:
	SCO fixes: partly from
	Mike Hopkirk (Hops) <hops@sco.com>

1999-07-14  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.106: Fix some stupid orderings

1999-07-10  Geoff C. Wing  <gcw@rxvt.org>

	* src/logging.c 1.12:
	Separate BSD and SYSV stuff slightly.  Add wtmp logging for BSD.
	Fix utmp position calculation for BSD to ignore comment/blank lines.

	* src/command.c 1.105, src/main.c 1.77, src/misc.c 1.27, src/rxvt.h 1.54:
	basename() -> r_basename():  Avoid Linux clashes:
	BSD*:             <libgen.h> char *basename(char *);
	SUS2:             <libgen.h> char *basename(char *);
	Digital:          <libgen.h> char *basename(char *);
	Linux Redhat 5.2: <string.h> char *basename(const char *)

1999-07-09  Geoff C. Wing  <gcw@rxvt.org>

	* configure 1.55: Regenerate

	* autoconf/configure.in 1.58:
	Don't have --enable-everything ==> --enable-strings

	* src/command.c 1.104, autoconf/config.h.in 1.36, autoconf/configure.in 1.57:
	Revert last

	* autoconf/config.h.in 1.35, autoconf/configure.in 1.56:
	Check for ttyslot()

	* src/command.c 1.103:
	Move cmd_fd to 0.  Then if we've got ttyslot() everything will be groovy.

	* src/logging.c 1.11: Handle wtmp write errors a bit more elegantly

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

	* configure 1.54: Regenerate

	* autoconf/configure.in 1.55: LIBS line hacking to support -R or -Wl,-R
	I wonder who's going to have problems with this.

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

	* src/screen.c 1.91: Bounds check properly after type change

1999-07-06  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.90: Comment out now unnecessary checks

	* src/rxvt.h 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 1.52: Bump row_col_t to 32bit

	* src/screen.c 1.89: g/c

1999-07-05  Geoff C. Wing  <gcw@rxvt.org>

	* configure 1.53: Regenerate

	* src/feature.h 1.24, autoconf/acconfig.h 1.30, autoconf/config.h.in 1.34, autoconf/configure.in 1.54:
	Add --enable-everything to enable standard non-three-or-more-option features.
	Move feature.h(NO_FRILLS) as --(en|dis)able-frills

1999-07-04  Geoff C. Wing  <gcw@rxvt.org>

	* README.configure 1.11: Note --disable-memset -> --enable-strings

	* src/screen.c 1.88, src/strings.c 1.1, src/xdefaults.c 1.41, src/xpm.c 1.32, src/misc.c 1.26, src/netdisp.c 1.12, src/protos.h 1.9, src/rmemset.c 1.19, src/rxvt.h 1.51, src/menubar.c 1.30, src/Makefile.in 1.30, src/command.c 1.102, src/logging.c 1.10, src/main.c 1.76, doc/changes.txt 1.21, autoconf/acconfig.h 1.29, autoconf/config.h.in 1.33, autoconf/configure.in 1.53, Makefile 1.17, configure 1.52:
	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.

1999-07-03  Geoff C. Wing  <gcw@rxvt.org>

	* configure 1.51: Regenerate

	* autoconf/configure.in 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.

	* src/main.c 1.75, src/misc.c 1.25, src/screen.c 1.87, src/xpm.c 1.31, src/command.c 1.101, src/logging.c 1.9:
	Update my copyrights

	* src/rxvt.h 1.50, src/screen.c 1.86, src/screen.h 1.10, src/xdefaults.c 1.40, src/command.c 1.100, src/feature.h 1.23, src/main.c 1.74:
	Remove trailing whitespace

1999-07-02  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt 1.20: Formating.

	* src/main.c 1.73, src/rxvt.h 1.49, src/screen.c 1.85, doc/yodl/rxvtRef-xterm.yo 1.3:
	Add another XTerm escape sequence (OSC) #55 : dumps to a file all of the
	scrollback and current screen.  File is either absolute or relative to the
	term's invocation.  NO errors reported.  NO file argument parsing.  Wrapped
	lines preserved.

	* src/main.c 1.72: Need default scrollTtyOutput after change of name.

	* src/misc.c 1.24: Update comment

	* src/screen.c 1.84, src/xdefaults.c 1.39, src/main.c 1.71, src/misc.c 1.23, src/command.c 1.99:
	my_basename() -> r_basename()
	xdefaults.c:my_strcasecmp() -> misc.c:r_strcasecmp() & use tolower()
	new r_strncasecmp()

	* doc/changes.txt 1.19: Note some changes

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

	* src/xdefaults.c 1.38: Allow reversed flags/options

	* src/rxvt.h 1.48: Missing bit of previous

	* src/command.c 1.98, src/rxvt.h 1.47, src/screen.c 1.83:
	Opt_scrollTtyOutputInh -> Opt_scrollTtyOutput

	* src/rxvt.h 1.46: Allow invocation flags to have reverse meaning

1999-06-30  Geoff C. Wing  <gcw@rxvt.org>

	* doc/BUGS 1.8: Update bug email

1999-06-23  Geoff C. Wing  <gcw@rxvt.org>

	* configure 1.50: Regenerate

	* autoconf/configure.in 1.51: Remove echo -n

	* src/version.h 1.16: Bump version to 2.7.0 as development

	* configure 1.49: Regenerate

	* src/rxvt.h 1.45, src/screen.c 1.82, src/screen.h 1.9, src/xdefaults.c 1.37, autoconf/config.h.in 1.32, autoconf/configure.in 1.50, doc/yodl/rxvt-options.yo 1.5, doc/yodl/rxvt-resources.yo 1.16, src/feature.h 1.22, src/main.c 1.70, autoconf/acconfig.h 1.28:
	First cut at integration of all multichar glyph languages. Still to do:
	- proper font selection
	- configuration default setting
	- method of changing encodings (and fonts) after invocation
	- proper handling of size mismatches in fonts

1999-06-22  Geoff C. Wing  <gcw@rxvt.org>

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

	* src/rxvt.h 1.44: always have want_refresh

	* autoconf/acconfig.h 1.27: Update comment

	* src/command.c 1.97, src/command.h 1.15:
	PUSH tty controls on PTMX not svr4

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

	* autoconf/config.h.in 1.31: Regenerate

	* autoconf/configure.in 1.49: Check for unlockpt()

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

	* autoconf/acconfig.h 1.26:
	Remove unused define as it defined by default detection

	* configure 1.48: Regenerate

	* autoconf/config.h.in 1.30, autoconf/configure.in 1.48:
	Try other method of IRIX pty detection

1999-06-10  Geoff C. Wing  <gcw@rxvt.org>

	* autoconf/config.h.in 1.29: Regenerate

	* src/command.c 1.95:
	grantpt() is supposed to set the tty uid/gid/mode appropriately, from
	Carlos Carvalho <carlos@fisica.ufpr.br>

1999-06-09  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.94: Revert to old timeout in cmd_getc()

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

1999-06-03  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.81, src/scrollbar.c 1.20, src/xdefaults.c 1.36, src/xpm.c 1.30, src/grkelot.c 1.11, src/logging.c 1.8, src/main.c 1.68, src/menubar.c 1.29, src/misc.c 1.22, src/netdisp.c 1.11, src/rmemset.c 1.18, src/rxvt.h 1.43, src/command.c 1.92, src/graphics.c 1.21:
	Move include of config.h out of rxvt.h and into individual files

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

1999-05-31  Geoff C. Wing  <gcw@rxvt.org>

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

1999-05-27  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.90: pullup 1.85.2.7

1999-05-22  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.89, src/graphics.c 1.20, src/menubar.c 1.28, src/netdisp.c 1.10, src/protos.h 1.8, src/rxvt.h 1.42, src/xpm.c 1.29, autoconf/configure.in 1.46, src/Makefile.in 1.29, configure 1.47:
	Revert to only making what we need; only more so than before

1999-05-21  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.79: 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 1.78: pullup 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>

1999-05-20  Geoff C. Wing  <gcw@rxvt.org>

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

1999-05-19  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.77, src/version.h 1.15, src/xdefaults.c 1.35, doc/yodl/rxvt-resources.yo 1.15, src/feature.h 1.21, src/main.c 1.67, src/rxvt.h 1.41, autoconf/acconfig.h 1.24, autoconf/config.h.in 1.28, autoconf/configure.in 1.45, doc/changes.txt 1.18, README.configure 1.10, configure 1.46, src/command.c 1.87:
	pullup changes from 2-6-0

1999-05-10  Geoff C. Wing  <gcw@rxvt.org>

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

1999-05-05  Geoff C. Wing  <gcw@rxvt.org>

	* src/misc.c 1.21: Build some routines only upon requirement.

	* src/screen.c 1.76: Fix some logic in scr_erase_line() for whole line.

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

	* configure 1.45: Regenerate

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

	* doc/TODO 1.7: Note in progress items.

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

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

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

	* src/command.c 1.84: Fix buffer overrun.

1999-04-27  Geoff C. Wing  <gcw@rxvt.org>

	* configure 1.44: Regenerate

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

1999-04-19  Geoff C. Wing  <gcw@rxvt.org>

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

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

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

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

1999-04-17  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.82:
	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.

1999-04-16  Geoff C. Wing  <gcw@rxvt.org>

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

1999-04-13  Geoff C. Wing  <gcw@rxvt.org>

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

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

	* src/command.c 1.78: Minor cleanup.

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

	* src/command.c 1.76: Pasto.

1999-04-12  Geoff C. Wing  <gcw@rxvt.org>

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

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

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

	* configure 1.42: Regenerate

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

1999-04-09  Geoff C. Wing  <gcw@rxvt.org>

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

1999-04-05  Geoff C. Wing  <gcw@rxvt.org>

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

1999-04-04  Geoff C. Wing  <gcw@rxvt.org>

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

	* Makefile 1.16: Regenerate

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

	* configure 1.41: Regenerate

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

	* README.configure 1.8: Clean up

	* doc/changes.txt 1.16: Update

1999-04-02  Geoff C. Wing  <gcw@rxvt.org>

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

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

1999-04-01  Geoff C. Wing  <gcw@rxvt.org>

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

	* src/command.c 1.70: Removed unused variable.

	* src/command.c 1.69: 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>

1999-03-31  Geoff C. Wing  <gcw@rxvt.org>

	* configure 1.40: Regenerate

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

1999-03-29  Geoff C. Wing  <gcw@rxvt.org>

	* Makefile.in 1.5: Add ChangeLog to distribution

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

1999-03-28  Geoff C. Wing  <gcw@rxvt.org>

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

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

1999-03-24  Geoff C. Wing  <gcw@rxvt.org>

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

	* src/rxvt.h 1.39, src/screen.c 1.71, src/command.c 1.64, src/main.c 1.66:
	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 1.15: Update

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

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

	* configure 1.39: Regenerate

	* autoconf/configure.in 1.38: Clarify options slightly

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

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

1999-03-08  Geoff C. Wing  <gcw@rxvt.org>

	* src/rxvt.h 1.38, src/scrollbar.c 1.19:
	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 1.63:
	Fix XIM bug: can't input Japanese character when rxvt is started with
	"-bg white" option.
	Tsutomu Yasuda <tom@ap.nhe.nec.co.jp>

1999-02-28  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt 1.14: Update

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

1999-02-21  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.70: Indenting.

1999-02-03  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.h 1.11: Clean up.
	Check for matching parent depths if we're transparent.

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

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

1999-02-01  Geoff C. Wing  <gcw@rxvt.org>

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

	* src/logging.c 1.7:
	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?

1999-01-31  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt 1.13: Update

1999-01-29  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.68: Fix weirdo OOB bug

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

1999-01-28  Geoff C. Wing  <gcw@rxvt.org>

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

1999-01-27  Geoff C. Wing  <gcw@rxvt.org>

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

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

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

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

	* Makefile 1.15: Regenerate

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

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

1999-01-24  Geoff C. Wing  <gcw@rxvt.org>

	* src/command.c 1.60: Clean up.

1999-01-23  Geoff C. Wing  <gcw@rxvt.org>

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

	* src/menubar.c 1.27, src/rxvt.h 1.37, src/screen.c 1.66, src/command.c 1.59, src/main.c 1.60:
	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 1.11: Update

1999-01-22  Geoff C. Wing  <gcw@rxvt.org>

	* Makefile 1.14, configure 1.38: Regenerate

	* src/main.c 1.59: Oops, remove conflict

	* src/screen.c 1.65, src/xdefaults.c 1.32, src/xpm.c 1.27, src/command.c 1.58, src/graphics.c 1.18, src/main.c 1.58, src/menubar.c 1.26, autoconf/acconfig.h 1.21, autoconf/config.h.in 1.25, autoconf/configure.in 1.37, src/command.h 1.10, src/rxvt.h 1.36:
	Merge rxvt-xim branch - XIM changes from MANTANI Nobutaka <nobutaka@nobutaka.com>

1999-01-21  Geoff C. Wing  <gcw@rxvt.org>

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

1999-01-10  Geoff C. Wing  <gcw@rxvt.org>

	* Makefile 1.13: Regenerate

	* doc/LSM.in 1.5: Update size

	* README.configure 1.7: Document --enable-transparency

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

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

	* doc/BUGS 1.7: Update

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

	* configure 1.37: Regenerate

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

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

	* configure 1.36: Regenerate

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

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

	* configure 1.35: Regenerate

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

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

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

1999-01-09  Geoff C. Wing  <gcw@rxvt.org>

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

1999-01-08  Geoff C. Wing  <gcw@rxvt.org>

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

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

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

1999-01-07  Geoff C. Wing  <gcw@rxvt.org>

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

1999-01-05  Geoff C. Wing  <gcw@rxvt.org>

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

	* configure 1.34: Regenerate

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

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

1999-01-01  Geoff C. Wing  <gcw@rxvt.org>

	* src/rxvt.h 1.34:
	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 1.55:
	Must check position of TermWin.parent too, if we're transparent.  As
	demonstrated by Shade function in AfterStep.

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

	* src/screen.c 1.63: Prototype scr_clear()

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

1998-12-31  Geoff C. Wing  <gcw@rxvt.org>

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

	* configure 1.33: Regenerate

	* src/xpm.c 1.25, src/rxvt.h 1.33, src/screen.c 1.62, src/scrollbar.c 1.17, src/xdefaults.c 1.30, src/command.h 1.9, src/feature.h 1.17, src/main.c 1.53, src/command.c 1.54, autoconf/acconfig.h 1.19, autoconf/config.h.in 1.23, autoconf/configure.in 1.33:
	Integrate NeXTstep scrollbar and transparency additions from
	Alfredo K. Kojima <kojima@windowmaker.org>

1998-12-30  Geoff C. Wing  <gcw@rxvt.org>

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

1998-12-18  Geoff C. Wing  <gcw@rxvt.org>

	* src/rxvt.h 1.32: Rs_cutchars is required.

1998-12-09  Geoff C. Wing  <gcw@rxvt.org>

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

1998-12-03  Geoff C. Wing  <gcw@rxvt.org>

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

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

	* src/Makefile.in 1.24: Missing $

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

	* src/screen.c 1.61: Cosmetic change.

	* configure 1.32: Regenerate

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

	* configure 1.31: Regenerate

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

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

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

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

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

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

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

	* configure 1.30: Regenerate

	* src/rmemset.c 1.16, src/rsizes.h.in 1.1, src/rxvt.h 1.30, src/screen.c 1.60, src/screen.h 1.8, src/Makefile.in 1.21, src/command.h 1.8, autoconf/acconfig.h 1.18, autoconf/config.h.in 1.21, autoconf/configure.in 1.30:
	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 1.12: Regenerate

	* src/version.h 1.11: Bump version to 2.4.11

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

	* src/screen.c 1.59:
	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 1.18: Cast the octal value from int to char.

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

	* src/command.c 1.53: Remove double comment

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

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

	* doc/BUGS 1.5: Verbose

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

	* src/command.c 1.52:
	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.

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

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

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

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

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

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

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

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

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

	* Makefile 1.11: Regenerate

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

	* doc/Makefile.in 1.9: Dependences

	* Makefile 1.10: Regenerate

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

	* src/version.h 1.9: bump version to 2.4.10

	* doc/changes.txt 1.9: note changes

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

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

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

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

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

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

	* configure 1.29: Regenerate

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

	* src/command.c 1.50: Small cleanups.

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

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

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

	* src/screen.c 1.54: Fix scr_printscreen()

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

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

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

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

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

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

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

	* src/xdefaults.c 1.29, src/xpm.c 1.21, src/misc.c 1.15, src/screen.c 1.52, src/graphics.c 1.17, src/main.c 1.46, src/menubar.c 1.22, src/command.c 1.47:
	Const poisoning.  Rearrange main.c a bit.

	* src/rxvt.h 1.27: Const poisoning.

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

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

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

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

	* src/feature.h 1.15: Allow PRINT_PIPE by default

	* src/command.c 1.44: proto format

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

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

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

	* src/xpm.c 1.19, src/logging.c 1.6, src/main.c 1.44, src/menubar.c 1.20, src/screen.c 1.48, src/xdefaults.c 1.27, src/command.c 1.42, src/graphics.c 1.14:
	Const poisoning and small protos cleanup

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

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

	* configure 1.28: Regenerate

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

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

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

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

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

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

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

	* src/scrollbar.c 1.12, src/xdefaults.c 1.25, src/xpm.c 1.18, src/grkelot.c 1.10, src/logging.c 1.5, src/main.c 1.42, src/menubar.c 1.19, src/misc.c 1.13, src/netdisp.c 1.9, src/rmemset.c 1.15, src/screen.c 1.46, src/command.c 1.41, src/graphics.c 1.13:
	Add back Id strings, as comments this time.

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

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

	* src/grkelot.h 1.4, src/logging.c 1.4, src/main.c 1.40, src/misc.c 1.12, src/netdisp.c 1.8, src/rmemset.c 1.14, src/screen.c 1.44, src/xdefaults.c 1.24, src/xpm.c 1.17, src/command.c 1.40, src/graphics.c 1.12, src/grkelot.c 1.9:
	Copyright notice changes.

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

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

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

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

	* src/main.c 1.39: Fix up consts.

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

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

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

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

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

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

	* doc/LSM.in 1.4: Update size

	* Makefile 1.9: Regen.

	* src/version.h 1.8: bump version to 2.4.9

1998-10-29  Geoff C. Wing  <gcw@rxvt.org>

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

	* doc/changes.txt 1.8: Update

	* Makefile 1.8: Regen

	* src/main.c 1.35: Remove identstring[]

	* src/version.h 1.6: Bump to 2.4.8b

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

	* configure 1.27: Regenerate

	* autoconf/config.h.in 1.19: Regen.

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

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

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

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

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

	* src/xpm.c 1.16, src/graphics.c 1.11, src/grkelot.c 1.8, src/logging.c 1.2, src/main.c 1.34, src/menubar.c 1.18, src/misc.c 1.10, src/netdisp.c 1.6, src/rmemset.c 1.13, src/screen.c 1.42, src/scrollbar.c 1.11, src/xdefaults.c 1.20, src/command.c 1.36:
	Remove rcsid[] strings - just leave one in main.c

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

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

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

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

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

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

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

	* src/screen.h 1.6, src/xdefaults.c 1.18, doc/yodl/rxvt-resources.yo 1.11, src/main.c 1.31, src/rxvt.h 1.24, src/screen.c 1.39, autoconf/acconfig.h 1.16, autoconf/configure.in 1.26:
	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 1.17: Another go at dependencies

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

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

1998-10-24  Geoff C. Wing  <gcw@rxvt.org>

	* src/menubar.h 1.3, src/misc.c 1.8, src/netdisp.h 1.3, src/protos.h 1.7, src/rmemset.c 1.12, src/screen.c 1.38, src/scrollbar.c 1.10, src/xdefaults.c 1.16, src/xpm.h 1.4, src/Makefile.in 1.15, src/command.h 1.4, src/graphics.c 1.9, src/grkelot.c 1.7, src/logging.h 1.3, src/main.c 1.29, configure 1.25, autoconf/configure.in 1.25:
	Don't like this protos directory procedure

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

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

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

1998-10-22  Geoff C. Wing  <gcw@rxvt.org>

	* src/Makefile.in 1.14: Change dependencies

	* src/Makefile.in 1.13: Clean up.

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

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

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

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

	* src/rmemset.c 1.11: Cast type correctly

	* src/screen.c 1.37: Remove unused variable

	* src/main.c 1.27: Lint picking

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

	* Makefile 1.6: Regen

	* doc/Makefile.in 1.8: Update distribution list

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

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

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

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

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

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

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

	* src/Makefile.in 1.10: Typo

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

	* src/Makefile.in 1.8: Handle dependence better

	* src/logging.h 1.2, src/main.c 1.26, src/menubar.h 1.2, src/misc.c 1.7, src/netdisp.h 1.2, src/protos.h 1.5, src/rmemset.c 1.10, src/screen.c 1.36, src/scrollbar.c 1.9, src/xdefaults.c 1.15, src/xpm.h 1.3, src/Makefile.in 1.7, src/command.h 1.2, src/graphics.c 1.8, src/grkelot.c 1.6:
	Rearrange protos into their own directory.

1998-10-21  Geoff C. Wing  <gcw@rxvt.org>

	* src/xpm.h 1.2, src/xpm.c 1.15: Cleanup.

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

	* src/utmp.c 1.5, src/scrollbar.c 1.8, src/xdefaults.c 1.14, src/xpm.c 1.14, src/rmemset.c 1.9, src/screen.c 1.35, src/command.c 1.29, src/graphics.c 1.7, src/grkelot.c 1.5, src/logging.c 1.1, src/main.c 1.25, src/menubar.c 1.15, src/misc.c 1.6, src/netdisp.c 1.5, src/Makefile.in 1.6, src/command.h 1.1, src/feature.h 1.12, src/logging.h 1.1, src/menubar.h 1.1, src/netdisp.h 1.1, src/protos.h 1.4, src/rxvt.h 1.22, src/xpm.h 1.1:
	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 1.1, src/makeintprotos-sed 1.1:
	Break up protos into those for local and external use

	* doc/rxvtRef.txt 1.7, doc/rxvt.1 1.11, doc/rxvt.html 1.10, doc/rxvt.pretbl 1.4, doc/rxvtRef.html 1.6:
	Generated files.  Don't bother keeping in CVS.

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

1998-10-20  Geoff C. Wing  <gcw@rxvt.org>

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

1998-10-19  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.34:
	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 1.28:
	Add CSI "T","^" and CSI "S" for scroll/pan down and scroll up

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

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

1998-10-06  Geoff C. Wing  <gcw@rxvt.org>

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

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

	* src/feature.h 1.11: Add NO_FRILLS define

1998-10-05  Geoff C. Wing  <gcw@rxvt.org>

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

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

1998-10-02  Geoff C. Wing  <gcw@rxvt.org>

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

1998-10-01  Geoff C. Wing  <gcw@rxvt.org>

	* src/menubar.c 1.13: Resize menubar triangles.

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

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

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

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

1998-09-30  Geoff C. Wing  <gcw@rxvt.org>

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

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

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

1998-09-26  Geoff C. Wing  <gcw@rxvt.org>

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

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

1998-09-24  Geoff C. Wing  <gcw@rxvt.org>

	* doc/TODO 1.6: update.

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

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

	* doc/LSM.in 1.3, doc/rxvt.1 1.10, doc/rxvt.html 1.9, doc/rxvt.pretbl 1.3, doc/yodl/versioninfo.yo 1.5, Makefile 1.5:
	Version 2.4.8

	* src/version.h 1.5: bump version to 2.4.8

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

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

	* autoconf/configure.in 1.20, configure 1.20: Tidy spacing

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

	* doc/changes.txt 1.7: Update

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

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

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

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

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

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

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

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

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

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

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

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

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

1998-09-23  Geoff C. Wing  <gcw@rxvt.org>

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

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

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

1998-09-22  Geoff C. Wing  <gcw@rxvt.org>

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

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

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

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

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

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

	* src/screen.c 1.17: Cleanup.

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

	* src/screen.c 1.16: 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 1.3: Remove unused variables

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

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

	* src/xdefaults.c 1.10, src/rxvt.h 1.16:
	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 1.10, autoconf/config.h.in 1.12, autoconf/configure.in 1.16, README.configure 1.4, configure 1.16:
	Remove --enable-small : it is now automatic

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

1998-09-21  Geoff C. Wing  <gcw@rxvt.org>

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

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

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

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

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

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

1998-09-20  Geoff C. Wing  <gcw@rxvt.org>

	* INSTALL 1.5: Update info about doc/rxvt.pretbl

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

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

	* src/xpm.c 1.13: Resurrect negative positioning.

	* src/main.c 1.13: Remove inline's

	* Makefile.in 1.3: Distribute README.configure

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

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

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

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

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

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

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

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

1998-09-19  Geoff C. Wing  <gcw@rxvt.org>

	* src/xpm.c 1.11: Cleanup.

	* doc/changes.txt 1.6: Refix XPM position

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

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

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

	* doc/changes.txt 1.5: sync

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

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

	* src/command.c 1.14: Formatting

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

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

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

	* doc/BUGS 1.3: Fixed XPM

	* doc/TODO 1.4: Update to current status.

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

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

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

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

1998-09-15  Geoff C. Wing  <gcw@rxvt.org>

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

1998-09-14  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.12:
	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.

1998-09-04  Geoff C. Wing  <gcw@rxvt.org>

	* doc/changes.txt 1.4: Document XPM changes

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

	* doc/yodl/rxvt-resources.yo 1.3, doc/yodl/rxvtRef-xpm.yo 1.3, src/xpm.c 1.7, doc/rxvt.1 1.4, doc/rxvtRef.txt 1.4:
	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)

1998-08-29  Geoff C. Wing  <gcw@rxvt.org>

	* src/screen.c 1.11, src/scrollbar.c 1.6, src/xdefaults.c 1.8, src/xpm.c 1.6, src/graphics.c 1.6, src/main.c 1.10, src/menubar.c 1.9, src/rxvt.h 1.12, src/command.c 1.13:
	Update colour name definitions

1998-08-28  Geoff C. Wing  <gcw@rxvt.org>

	* doc/TODO 1.3: More stuff

	* doc/changes.txt 1.3: Update for 2.4.7

	* src/feature.h 1.4: No default FORCE_*

	* Makefile 1.4, configure 1.7: Regenerate

	* src/grkelot.h 1.3: nitpick

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

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

	* src/xdefaults.c 1.7, src/xpm.c 1.5, src/scrollbar.c 1.5, src/utmp.c 1.4, src/misc.c 1.4, src/netdisp.c 1.4, src/rmemset.c 1.5, src/screen.c 1.10, src/graphics.c 1.5, src/grkelot.c 1.4, src/main.c 1.9, src/menubar.c 1.8, src/command.c 1.12:
	Attribute authors better

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

1998-08-10  Geoff C. Wing  <gcw@rxvt.org>

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

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

1998-08-09  Geoff C. Wing  <gcw@rxvt.org>

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

	* autoconf/config.h.in 1.6: RMEMSET

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

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

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

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

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

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

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

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

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

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

	* src/xdefaults.c 1.6: Indent

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

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

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

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

	* src/protos.h 1.3: Add xpm.pro

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

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

1998-07-28  Geoff C. Wing  <gcw@rxvt.org>

	* src/rxvt.h 1.6, src/xdefaults.c 1.5, src/scrollbar.c 1.3, src/utmp.c 1.3, src/screen.c 1.5, src/misc.c 1.3, src/netdisp.c 1.3, src/rmemset.c 1.4, src/main.c 1.4, src/menubar.c 1.4, src/graphics.c 1.3, src/grkelot.c 1.3, src/command.c 1.9:
	Partially delint

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

1998-07-20  Geoff C. Wing  <gcw@rxvt.org>

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

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

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

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

1998-07-18  Geoff C. Wing  <gcw@rxvt.org>

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

1998-07-17  Geoff C. Wing  <gcw@rxvt.org>

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

	* src/rmemset.c 1.3: Optimise slightly.

	* src/command.c 1.6: Small cleanup.

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

1998-07-16  Geoff C. Wing  <gcw@rxvt.org>

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

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

1998-04-20  Geoff C. Wing  <gcw@rxvt.org>

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

	* src/version.h 1.2: bump version to 2.4.6

	* src/.indent.pro 1.2, src/gcc-Wall 1.2, rclock/rclock.c 1.2, rclock/rclock.html 1.2, rclock/Makefile.in 1.2, rclock/feature.h 1.2, rclock/rclock.1.in 1.2, doc/menu/rxvt.menu 1.2, doc/menu/terminal.menu 1.2, doc/menu/menu 1.2, doc/menu/jedmenu.sl 1.2, doc/menu/example.menu 1.2, doc/etc/rxvt.termcap 1.2, doc/etc/rxvt.terminfo 1.2, doc/etc/XTerm.ad 1.2:
	Add rcsid[] strings

	* doc/rxvtRef.txt 1.2: *** empty log message ***

	* doc/rxvtRef-toc.html 1.2, doc/xterm.seq 1.2, doc/TODO 1.2, doc/changes.txt 1.2, doc/rxvtRef-frame.html 1.2, doc/LSM.in 1.2, doc/README.greek 1.2, doc/README.menu 1.2, doc/README.xvt 1.2, doc/BUGS 1.2, doc/FAQ 1.2, autoconf/acconfig.h 1.2, autoconf/install-sh 1.2, autoconf/mkinstalldirs 1.2:
	Add rcsid[] strings

	* rxvt-2.4.6.lsm 1.2: *** empty log message ***

	* INSTALL 1.2, configure 1.2, src/protos.h 1.2, src/rxvt.h 1.2, src/rxvtgrx.h 1.2:
	Add rcsid[] strings

	* src/makeprotos-sed 1.2: *** empty log message ***

	* src/feature.h 1.2, src/grkelot.h 1.2, src/command.c 1.2, src/graphics/grxlib.h 1.2, src/graphics/qplot.c 1.2, src/graphics/Makefile.in 1.2, src/graphics/grxlib.c 1.2, src/xdefaults.c 1.2:
	Add rcsid[] strings

	* src/utmp.c 1.2: *** empty log message ***

	* src/netdisp.c 1.2, src/rmemset.c 1.2, src/scrollbar.c 1.2, src/menubar.c 1.2, src/misc.c 1.2, src/main.c 1.2, src/graphics.c 1.2, src/grkelot.c 1.2, src/Makefile.in 1.2, doc/yodl/versioninfo.yo.in 1.2:
	Add rcsid[] strings

	* doc/yodl/rxvtRef.yo 1.2, doc/yodl/versioninfo.yo 1.2:
	*** empty log message ***

	* doc/yodl/rxvtRef-values.yo 1.2, doc/yodl/rxvtRef-xpm.yo 1.2, doc/yodl/rxvtRef-xterm.yo 1.2, doc/yodl/rxvtRef-mouse.yo 1.2, doc/yodl/rxvtRef-privatemodes.yo 1.2, doc/yodl/rxvtRef-sequences.yo 1.2, doc/yodl/rxvtRef-definitions.yo 1.2, doc/yodl/rxvtRef-graphics.yo 1.2, doc/yodl/rxvtRef-keycodes.yo 1.2, doc/yodl/rxvtRef-menubar.yo 1.2:
	Add rcsid[] strings

	* doc/yodl/rxvt.yo 1.2: *** empty log message ***

	* doc/yodl/rxvt-scrollbar.yo 1.2, doc/yodl/rxvt-textselection.yo 1.2, doc/yodl/rxvtRef-csi.yo 1.2, doc/yodl/rxvt-login.yo 1.2, doc/yodl/rxvt-mousereporting.yo 1.2, doc/yodl/rxvt-options.yo 1.2, doc/yodl/rxvt-resources.yo 1.2, doc/yodl/rxvt-colours.yo 1.2, doc/yodl/rxvt-environment.yo 1.2, doc/yodl/rxvt-files.yo 1.2, doc/yodl/rxvt-fonts.yo 1.2, doc/yodl/masonyodl.yo 1.2:
	Add rcsid[] strings

	* doc/rxvtRef.html 1.2, doc/rxvt.1 1.2, doc/rxvt.html 1.2:
	*** empty log message ***

	* doc/Makefile.in 1.2, autoconf/configure.in 1.2, autoconf/Make.common.in 1.2, autoconf/aclocal.m4 1.2, autoconf/config.h.in 1.2, Makefile 1.2, Makefile.in 1.2, src/screen.c 1.2:
	Add rcsid[] strings

	* doc/yodl/rxvtRef-xterm.yo 1.1, doc/yodl/versioninfo.yo 1.1, rclock/Makefile.in 1.1, rclock/feature.h 1.1, rclock/rclock.1.in 1.1, rclock/rclock.c 1.1, rclock/rclock.html 1.1, doc/menu/menu 1.1, doc/yodl/masonyodl.yo 1.1, doc/yodl/rxvt-colours.yo 1.1, doc/yodl/rxvt-environment.yo 1.1, doc/yodl/rxvt-files.yo 1.1, doc/yodl/rxvt-fonts.yo 1.1, doc/yodl/rxvt-login.yo 1.1, doc/yodl/rxvt-mousereporting.yo 1.1, doc/yodl/rxvt-options.yo 1.1, doc/yodl/rxvt-resources.yo 1.1, doc/yodl/rxvt-scrollbar.yo 1.1, doc/yodl/rxvt-textselection.yo 1.1, doc/yodl/rxvt.yo 1.1, doc/yodl/rxvtRef-csi.yo 1.1, doc/yodl/rxvtRef-definitions.yo 1.1, doc/yodl/rxvtRef-graphics.yo 1.1, doc/yodl/rxvtRef-keycodes.yo 1.1, doc/yodl/rxvtRef-menubar.yo 1.1, doc/yodl/rxvtRef-mouse.yo 1.1, doc/yodl/rxvtRef-privatemodes.yo 1.1, doc/yodl/rxvtRef-sequences.yo 1.1, doc/yodl/rxvtRef-values.yo 1.1, doc/yodl/rxvtRef-xpm.yo 1.1, doc/yodl/rxvtRef.yo 1.1, doc/yodl/versioninfo.yo.in 1.1, doc/BUGS 1.1, doc/FAQ 1.1, doc/README.greek 1.1, doc/README.menu 1.1, doc/README.xvt 1.1, doc/TODO 1.1, doc/changes.txt 1.1, doc/etc/XTerm.ad 1.1, doc/etc/rxvt.termcap 1.1, doc/etc/rxvt.terminfo 1.1, doc/menu/example.menu 1.1, doc/menu/jedmenu.sl 1.1, doc/menu/rxvt.menu 1.1, doc/menu/terminal.menu 1.1, doc/rxvt.html 1.1, doc/LSM.in 1.1, doc/Makefile.in 1.1, doc/rxvt.1 1.1, doc/rxvtRef-frame.html 1.1, doc/rxvtRef-toc.html 1.1, doc/rxvtRef.html 1.1, doc/rxvtRef.txt 1.1, doc/xterm.seq 1.1, src/graphics/Makefile.in 1.1, src/graphics/README 1.1, src/graphics/data 1.1, src/graphics/grxlib.c 1.1, src/graphics/grxlib.h 1.1, src/graphics/qplot.c 1.1, src/makeprotos-sed 1.1, src/command.c 1.1, src/graphics.c 1.1, src/grkelot.c 1.1, src/grkelot.h 1.1, src/main.c 1.1, src/menubar.c 1.1, src/misc.c 1.1, src/protos.h 1.1, src/rxvt.h 1.1, src/rxvtgrx.h 1.1, src/version.h 1.1, src/Makefile.in 1.1, src/gcc-Wall 1.1, src/netdisp.c 1.1, src/rmemset.c 1.1, src/screen.c 1.1, src/scrollbar.c 1.1, src/utmp.c 1.1, src/xdefaults.c 1.1, INSTALL 1.1, autoconf/Make.common.in 1.1, autoconf/acconfig.h 1.1, autoconf/aclocal.m4 1.1, autoconf/config.h.in 1.1, autoconf/configure.in 1.1, autoconf/install-sh 1.1, autoconf/mkinstalldirs 1.1, configure 1.1, rxvt-2.4.6.lsm 1.1, src/.indent.pro 1.1, src/feature.h 1.1, Makefile 1.1, Makefile.in 1.1:
	New file.

