From: root Date: Tue, 26 Apr 2005 00:34:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b7d8e9c682012c3e70b7c3a0179372f128c507e0;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/COPYING b/COPYING index d60c31a9..623b6258 100644 --- a/COPYING +++ b/COPYING @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. diff --git a/Changes b/Changes index 2601b364..ee6ffabd 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,18 @@ +TODO: underline cursor, simply using underline +TODO: better default settings for hangul: ex. 냻 +22:32 I *really* like the pointerBlank feature -- though I'd like it to *only* + hide the pointer when I hit a key, never on a timeout -- I kinda + expected that it would work this way if I set pointerBlankDelay to 0 but + that more or less turns the pointer completely off inside the urxvt + window.. not the behaviour I expected. +22:43 E.g. xterm has a couple of settings for when you select using + tripple-clicking (entire lines). I've become quite used to + "xterm*cutToBeginningOfLine: off" (which causes the first line to be + selected only from the beginning of the word under the cursor) and + "xterm*cutNewline: off" (which causes xterm not to include the newline + character of the last line selected) -- these are especially swell when + I select urls (which usually occur on a line by the +TODO: custom keymap must not "overwrite" default keymap TODO: do font request caching, might help rxvtd on some machines TODO: safer command: keymap processing. TODO: "slow" rendering mode for bidi and scripts diff --git a/autoconf/config.guess b/autoconf/config.guess index 51fab477..1c0cb81b 100644 --- a/autoconf/config.guess +++ b/autoconf/config.guess @@ -17,7 +17,7 @@ timestamp='2004-03-12' # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/autoconf/config.sub b/autoconf/config.sub index 1dea9b79..cca92a71 100644 --- a/autoconf/config.sub +++ b/autoconf/config.sub @@ -22,7 +22,7 @@ timestamp='2002-09-05' # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# Boston, MA 02110-1301, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/autoconf/libtool.m4 b/autoconf/libtool.m4 index 4c8ee51b..96da1eac 100644 --- a/autoconf/libtool.m4 +++ b/autoconf/libtool.m4 @@ -14,7 +14,7 @@ ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software -## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. ## ## As a special exception to the GNU General Public License, if you ## distribute this file as part of a program that contains a @@ -2214,7 +2214,7 @@ if test -f "$ltmain"; then # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -2551,7 +2551,7 @@ EOF # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. # */ # # #include /* for printf() */ diff --git a/autoconf/ltmain.sh b/autoconf/ltmain.sh index d025d5bf..2b44d044 100644 --- a/autoconf/ltmain.sh +++ b/autoconf/ltmain.sh @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/src/callback.h b/src/callback.h index 8b9beeeb..fe1bfff7 100644 --- a/src/callback.h +++ b/src/callback.h @@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef CALLBACK_H__ diff --git a/src/iom.C b/src/iom.C index 467aef86..6f8e6546 100644 --- a/src/iom.C +++ b/src/iom.C @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "iom.h" diff --git a/src/iom.h b/src/iom.h index b77cd62e..5b133a65 100644 --- a/src/iom.h +++ b/src/iom.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef IOM_H__ diff --git a/src/iom_conf.h b/src/iom_conf.h index 72db8704..c79022fd 100644 --- a/src/iom_conf.h +++ b/src/iom_conf.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef RXVT_IOM_CONF_H__ diff --git a/src/rxvtfont.C b/src/rxvtfont.C index 9a2cd383..bdac107d 100644 --- a/src/rxvtfont.C +++ b/src/rxvtfont.C @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *---------------------------------------------------------------------*/ #include "../config.h"