Accepting request 23183 from editors
Copy from editors/joe based on submit request 23183 from user psmt OBS-URL: https://build.opensuse.org/request/show/23183 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/joe?expand=0&rev=11
This commit is contained in:
parent
6d1be48990
commit
b37babe0c4
@ -1,8 +1,29 @@
|
|||||||
Index: uformat.c
|
Index: uformat.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- uformat.c.orig 2009-10-22 17:55:13.000000000 +0200
|
--- uformat.c.orig 2008-10-28 05:13:56.000000000 +0100
|
||||||
+++ uformat.c 2009-10-22 18:32:40.674592919 +0200
|
+++ uformat.c 2009-10-26 18:13:08.726241696 +0100
|
||||||
@@ -564,10 +564,12 @@ int uformat(BW *bw)
|
@@ -361,9 +361,10 @@ void wrapword(BW *bw, P *p, long int ind
|
||||||
|
if (!bw->o.autoindent) {
|
||||||
|
/* Don't indent second line of single-line paragraphs if autoindent is off */
|
||||||
|
int x = zlen(indents);
|
||||||
|
+ int start = x;
|
||||||
|
while (x && (indents[x - 1] == ' ' || indents[x - 1] == '\t'))
|
||||||
|
indents[--x] = 0;
|
||||||
|
- if (x) {
|
||||||
|
+ if (x < start) {
|
||||||
|
indents[x++] = ' ';
|
||||||
|
indents[x] = 0;
|
||||||
|
}
|
||||||
|
@@ -430,7 +431,7 @@ void wrapword(BW *bw, P *p, long int ind
|
||||||
|
if (!pisbol(p) && piscol(p) > indent) {
|
||||||
|
/* Move q to two (or one if 'french' is set) spaces after end of previous
|
||||||
|
word */
|
||||||
|
- q = pdup(p, USTR "wrapword");
|
||||||
|
+ q = pdup(p, USTR "wrapword;");
|
||||||
|
while (!pisbol(q))
|
||||||
|
if (!joe_isblank(p->b->o.charmap, (c = prgetc(q)))) {
|
||||||
|
pgetc(q);
|
||||||
|
@@ -564,10 +565,12 @@ int uformat(BW *bw)
|
||||||
if (!bw->o.autoindent) {
|
if (!bw->o.autoindent) {
|
||||||
/* Don't indent second line of single-line paragraphs if autoindent is off */
|
/* Don't indent second line of single-line paragraphs if autoindent is off */
|
||||||
int x = zlen(indents);
|
int x = zlen(indents);
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 26 18:17:39 CET 2009 - pth@suse.de
|
||||||
|
|
||||||
|
- Fix yet another case of stack smashing.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 26 12:09:43 CET 2009 - pth@suse.de
|
Mon Oct 26 12:09:43 CET 2009 - pth@suse.de
|
||||||
|
|
||||||
|
2
joe.spec
2
joe.spec
@ -24,7 +24,7 @@ License: GPL v2 or later
|
|||||||
Group: Productivity/Editors/Other
|
Group: Productivity/Editors/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 3.7
|
Version: 3.7
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A Text Editor
|
Summary: A Text Editor
|
||||||
Url: http://sourceforge.net/projects/joe-editor
|
Url: http://sourceforge.net/projects/joe-editor
|
||||||
Source: joe-%{version}.tar.bz2
|
Source: joe-%{version}.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user