rpms/joe/devel joe-3.3-polish.patch,NONE,1.1 joe.spec,1.28,1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 10 08:53:24 UTC 2006


Author: varekova

Update of /cvs/dist/rpms/joe/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11041

Modified Files:
	joe.spec 
Added Files:
	joe-3.3-polish.patch 
Log Message:
- fix problem with Polish characters - bug 188235


joe-3.3-polish.patch:
 joerc.in |   11 +----------
 1 files changed, 1 insertion(+), 10 deletions(-)

--- NEW FILE joe-3.3-polish.patch ---
--- joe-3.3/joerc.in	2006-04-07 23:13:59.000000000 +0200
+++ joe-3.3/joerc.in.pom	2006-04-08 19:48:45.000000000 +0200
@@ -1033,7 +1033,7 @@
 
  Keys:
 
- Use ^@ through ^_ , ^# and ^? for Ctrl chars
+ Use ^@ through ^_ and ^? for Ctrl chars
  Use SP for space
  Use a TO b to generate a range of characters
  Use MDOWN, MDRAG, MUP, M2DOWN, M2DRAG, M2UP, M3DOWN, M3DRAG, M3UP for mouse
@@ -1104,11 +1104,9 @@
 pgdn		.kN		Screen down
 pgdn		^V
 pgdn		^[ [ 6 ~
-pgdn      ^# S
 pgup		.kP		Screen up
 pgup		^U
 pgup		^[ [ 5 ~
-pgup      ^# T
 play		^K 0 TO 9	Execute macro
 prevw		^K P		Goto previous window
 prevw		^K ^P
@@ -1183,13 +1181,11 @@
 home			^[ [ H			Xterm, Konsole, SCO
 home			^[ O H			gnome-terminal
 home			^[ [ 7 ~		RxVT
-home			^# SP A		Amiga
 
 eol			^[ [ 4 ~		Putty, Linux, Cygwin, ssh
 eol			^[ [ F			Xterm, Konsole, SCO
 eol			^[ O F			gnome-terminal
 eol			^[ [ 8 ~		RxVT
-eol			^# SP @		Amiga
 
 rtarw,ltarw,begin_marking,rtarw,toggle_marking	^[ [ 1 ; 5 C    Mark right Xterm
 rtarw,ltarw,begin_marking,rtarw,toggle_marking	^[ [ 5 C        Mark right Gnome-terminal
@@ -1326,7 +1322,6 @@
 bof		^K u
  bol		.kh		Goto beginning of line
  bol		^A
- bol      ^# SP A
 home		.kh
 home		^A
 center		^K A		Center line
@@ -1343,7 +1338,6 @@
 dnarw		^N
 dnarw		^[ O B
 dnarw		^[ [ B
-dnarw		^# B
 edit		^K E		Edit a file
 edit		^K ^E
 edit		^K e
@@ -1382,7 +1376,6 @@
 ltarw		^B
 ltarw		^[ O D
 ltarw		^[ [ D
-ltarw          ^# D
 macros		^[ d		Dump keyboard macros
 macros		^[ ^D
 markb		^K B		Set beginning of marked block
@@ -1407,7 +1400,6 @@
 rtarw		^F
 rtarw		^[ O C
 rtarw		^[ [ C
-rtarw          ^# C
 run		^K !		Run a shell command
 save		^K D		Save file
 save		^K S
@@ -1427,7 +1419,6 @@
 tomatch		^G		Goto matching parenthasis
 undo		^_		Undo changes
 uparw		.ku		Go up
-uparw		^# A
 uparw		^P
 uparw		^[ O A
 uparw		^[ [ A


Index: joe.spec
===================================================================
RCS file: /cvs/dist/rpms/joe/devel/joe.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- joe.spec	1 Mar 2006 11:59:44 -0000	1.28
+++ joe.spec	10 Apr 2006 08:53:22 -0000	1.29
@@ -3,7 +3,7 @@
 Summary: An easy to use, modeless text editor.
 Name: joe
 Version: 3.3
-Release: 2
+Release: 3
 License: GPL
 Group: Applications/Editors
 Source: http://prdownloads.sourceforge.net/joe-editor/joe-%{version}.tar.gz
@@ -15,6 +15,7 @@
 Patch2: joe-3.1-selinux.patch
 Patch4: joe-3.1-ret.patch
 Patch5: joe-3.3-head.patch
+Patch6: joe-3.3-polish.patch
 
 %description
 Joe is a powerful, easy to use, modeless text editor.
@@ -27,6 +28,7 @@
 %patch2 -p1 -b .selinux
 %patch4 -p1 -b .ret
 %patch5 -p1 -b .head
+%patch6 -p1 -b .pol
 
 %build
 %configure
@@ -56,6 +58,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon Apr 10 2006 Ivana Varekova <varekova at redhat.com> 3.3-3
+- fix problem with Polish characters - bug 188235
+
 * Wed Mar  1 2006 Ivana Varekova <varekova at redhat.com> 3.3-2
 - add forgotten header files - bug 183455
 




More information about the fedora-cvs-commits mailing list