Mailinglist Archive: opensuse-commit (689 mails)

< Previous Next >
commit yudit
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 12 Dec 2007 22:10:17 +0100
  • Message-id: <20071212211017.B8B3C6781B8@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yudit
checked in at Wed Dec 12 22:10:17 CET 2007.

--------
--- yudit/yudit.changes 2007-11-21 17:47:43.000000000 +0100
+++ /mounts/work_src_done/STABLE/yudit/yudit.changes 2007-12-08
13:07:10.000000000 +0100
@@ -1,0 +2,94 @@
+Sat Dec 08 13:03:48 CET 2007 - mfabian@xxxxxxx
+
+- update to 2.8.2.beta26.
+ (fixes a problem in the Form Feed support).
+
+-------------------------------------------------------------------
+Fri Dec 07 17:13:46 CET 2007 - mfabian@xxxxxxx
+
+- update to 2.8.2.beta25.
+ Fixes remaining issue in bug #343820 (Form Feed support)
+ From CHANGELOG.TXT:
+ • Commented out forceful gaining of focus in SX11Impl.cpp
+ because this could cause an infinite loop when the window
+ is mapped and none of FocusIn even occures and none of
+ the windows are ours.
+ • Increased stoolkit/syntax/SSyntax.h:
+ #define SD_UNIT_WORK_COUNT 200
+ • Line Separator can be inserted with <alt><enter>
+ (it will be orange now)
+ • Form Feed can be inserted with <ctrl><enter> (orange)
+ • Form feed now prints correctly on printer
+ • Created new glyphs for FF and LS
+
+-------------------------------------------------------------------
+Thu Dec 06 16:32:25 CET 2007 - mfabian@xxxxxxx
+
+- update to 2.8.2.beta21. From CHANGELOG.TXT:
+ • Added experimental support for hunspell spelling checker.
+ • Changed selected background to DeepSkyBlue4.
+ • Moved syntax colors in properties.
+
+-------------------------------------------------------------------
+Wed Dec 05 16:59:19 CET 2007 - mfabian@xxxxxxx
+
+- update to 2.8.2.beta18. From CHANGELOG.TXT:
+ • Made a framework around "syntax" keyword that could help to
+ integrate external spell-checkers into Yudit.
+ • Fixed Freehand drawing in doublebuffer mode.
+ • Embedded now also have proper colors.
+ • syntax still does not work well.
+ • Updated swindow/swin32 to do double buffering for flickerless
+ rendering.
+ You can switch off double buffering with the command line switch
+ via -ndb for both Unix/Linux and Windows.
+ • added doc/HOWTO-build.txt
+ • Creating double buffer only when rendering.
+ • Changed installed to install mytool files in chunks
+ • Added double buffering to aoid flicker
+ -ndb command line option switches off double buffering in
+ editor window
+ • Updated install.sh from /usr/share/automake-1.9/
+ • Added stub that can be used for syntax highlighting in
+ stoolkit/SSyntax.cpp and defined xml and properties
+ highlight type gui/SYudit.cpp. This is still not ready,
+ but the framework works so I though I might just add it.
+ • Added timer to have a time-window to collect more keypress
+ events and accumulate STextDataEvents. This will give
+ time for the SSyntax.cpp to work on the highlighting.
+ • Modified simple color highlighting to distinguish only
+ Letters, Numbers and Others
+ • Modified STextData to return size() == 1 if it is empty,
+ because this makes more sense.
+ • Give a more meaningful error message if DISPLAY is wrong.
+ • Updated SGML.kmap
+ • Added cp-1252.txt from John Wehle
+ • Fixed SXInputMethod.cpp XGetWindowProperty to use unsigned char
+ • Fixed SX11Impl.cpp XGetWindowProperty to use unsigned char
+ • changed Hangul.mys so that Yi can be typed not only as Ei
+ 'w 'i -> 0214
+ 'W 'i -> 0214
+ to
+ 'y 'i -> 0214
+ 'Y 'i -> 0214
+ Changed 'E 'u 'i to 'Y 'i
+ C759 -> 'E 'u 'i 'g
+ C75A -> 'E 'u 'i 'g 'g
+ ...
+ • Fixed setlocale bug.
+ • fixed SCIM input method in yudit.properties.in
+ • Added Bulgarian-Translit.kmap
+ keyboard map from Alex Izvorski aizvorski/gmail.com
+ • Added Simplified Chinese (zh_CN) gui translations from
+ John: vunzndi/vfemail.net, translated by
+ Zhou Jinnian: zhoujinnian168/yahoo.com
+ • Fixed syriac shaping bug in SFontTTF::substituteOTFGlyph.
+ Now Syriac should work again with truetype otf fonts.
+ • Capital letters have been added to Pali.kmap.
+ • Added SCIM to default yudit.properties.in:
+ yudit.editor.xinputs=SCIM,...
+ • Fixed compiler warnings with gcc 4.1.0
+ • Added Pali.kmap (original pali.kmap) from jon bressie
+ box100/prodigy.net
+
+-------------------------------------------------------------------

Old:
----
yudit-2.7.8-duplicated_assignment.patch
yudit-2.8.1.tar.bz2

New:
----
yudit-2.8.2.beta26.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yudit.spec ++++++
--- /var/tmp/diff_new_pack.d15357/_old 2007-12-12 22:10:09.000000000 +0100
+++ /var/tmp/diff_new_pack.d15357/_new 2007-12-12 22:10:09.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package yudit (Version 2.8.1)
+# spec file for package yudit (Version 2.8.2.beta26)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,11 +11,7 @@
# norootforbuild

Name: yudit
-%if %suse_version > 910
BuildRequires: xorg-x11-devel
-%else
-BuildRequires: XFree86-devel
-%endif
%if "%(xft-config --prefix)" == "/usr"
%define fontdir /usr/share/fonts/truetype
%define xbindir /usr/bin
@@ -28,7 +24,7 @@
Group: Productivity/Editors/Other
AutoReqProv: on
PreReq: %suseconfig_fonts_prereq
-Version: 2.8.1
+Version: 2.8.2.beta26
Release: 1
Url: http://www.yudit.org/
Icon: %{name}.gif
@@ -39,7 +35,6 @@
Patch2: yudit-setlocale.patch
Patch3: print-preview.patch
Patch7: yudit-strip.patch
-Patch8: yudit-2.7.8-duplicated_assignment.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Unicode text editor

@@ -60,7 +55,6 @@
%patch2 -p1 -b .setlocale
%patch3 -p1 -b .print-preview
%patch7
-%patch8 -p1

%build
rm -f config.cache
@@ -90,7 +84,6 @@
$RPM_BUILD_ROOT%{fontdir}

%clean
-#rm -rf $RPM_BUILD_ROOT;

%post
%run_suseconfig_fonts
@@ -115,7 +108,91 @@
%{_datadir}/%{name}/src/
%{_datadir}/%{name}/doc/
%{_datadir}/%{name}/locale/
+%{_datadir}/%{name}/syntax/
+
%changelog
+* Sat Dec 08 2007 - mfabian@xxxxxxx
+- update to 2.8.2.beta26.
+ (fixes a problem in the Form Feed support).
+* Fri Dec 07 2007 - mfabian@xxxxxxx
+- update to 2.8.2.beta25.
+ Fixes remaining issue in bug #343820 (Form Feed support)
+ From CHANGELOG.TXT:
+ • Commented out forceful gaining of focus in SX11Impl.cpp
+ because this could cause an infinite loop when the window
+ is mapped and none of FocusIn even occures and none of
+ the windows are ours.
+ • Increased stoolkit/syntax/SSyntax.h:
+ [#]define SD_UNIT_WORK_COUNT 200
+ • Line Separator can be inserted with <alt><enter>
+ (it will be orange now)
+ • Form Feed can be inserted with <ctrl><enter> (orange)
+ • Form feed now prints correctly on printer
+ • Created new glyphs for FF and LS
+* Thu Dec 06 2007 - mfabian@xxxxxxx
+- update to 2.8.2.beta21. From CHANGELOG.TXT:
+ • Added experimental support for hunspell spelling checker.
+ • Changed selected background to DeepSkyBlue4.
+ • Moved syntax colors in properties.
+* Wed Dec 05 2007 - mfabian@xxxxxxx
+- update to 2.8.2.beta18. From CHANGELOG.TXT:
+ • Made a framework around "syntax" keyword that could help to
+ integrate external spell-checkers into Yudit.
+ • Fixed Freehand drawing in doublebuffer mode.
+ • Embedded now also have proper colors.
+ • syntax still does not work well.
+ • Updated swindow/swin32 to do double buffering for flickerless
+ rendering.
+ You can switch off double buffering with the command line switch
+ via -ndb for both Unix/Linux and Windows.
+ • added doc/HOWTO-build.txt
+ • Creating double buffer only when rendering.
+ • Changed installed to install mytool files in chunks
+ • Added double buffering to aoid flicker
+ -ndb command line option switches off double buffering in
+ editor window
+ • Updated install.sh from /usr/share/automake-1.9/
+ • Added stub that can be used for syntax highlighting in
+ stoolkit/SSyntax.cpp and defined xml and properties
+ highlight type gui/SYudit.cpp. This is still not ready,
+ but the framework works so I though I might just add it.
+ • Added timer to have a time-window to collect more keypress
+ events and accumulate STextDataEvents. This will give
+ time for the SSyntax.cpp to work on the highlighting.
+ • Modified simple color highlighting to distinguish only
+ Letters, Numbers and Others
+ • Modified STextData to return size() == 1 if it is empty,
+ because this makes more sense.
+ • Give a more meaningful error message if DISPLAY is wrong.
+ • Updated SGML.kmap
+ • Added cp-1252.txt from John Wehle
+ • Fixed SXInputMethod.cpp XGetWindowProperty to use unsigned char
+ • Fixed SX11Impl.cpp XGetWindowProperty to use unsigned char
+ • changed Hangul.mys so that Yi can be typed not only as Ei
+ 'w 'i -> 0214
+ 'W 'i -> 0214
+ to
+ 'y 'i -> 0214
+ 'Y 'i -> 0214
+ Changed 'E 'u 'i to 'Y 'i
+ C759 -> 'E 'u 'i 'g
+ C75A -> 'E 'u 'i 'g 'g
+ ...
+ • Fixed setlocale bug.
+ • fixed SCIM input method in yudit.properties.in
+ • Added Bulgarian-Translit.kmap
+ keyboard map from Alex Izvorski aizvorski/gmail.com
+ • Added Simplified Chinese (zh_CN) gui translations from
+ John: vunzndi/vfemail.net, translated by
+ Zhou Jinnian: zhoujinnian168/yahoo.com
+ • Fixed syriac shaping bug in SFontTTF::substituteOTFGlyph.
+ Now Syriac should work again with truetype otf fonts.
+ • Capital letters have been added to Pali.kmap.
+ • Added SCIM to default yudit.properties.in:
+ yudit.editor.xinputs=SCIM,...
+ • Fixed compiler warnings with gcc 4.1.0
+ • Added Pali.kmap (original pali.kmap) from jon bressie
+ box100/prodigy.net
* Wed Nov 21 2007 - mfabian@xxxxxxx
- update to 2.8.1.
• Updated for Unicode 5.0.0 (cd bin; make map)



++++++ yudit-properties.patch ++++++
--- /var/tmp/diff_new_pack.d15357/_old 2007-12-12 22:10:09.000000000 +0100
+++ /var/tmp/diff_new_pack.d15357/_new 2007-12-12 22:10:09.000000000 +0100
@@ -1,22 +1,12 @@
-diff -ru yudit-2.7.5.beta15.orig/yudit.properties.in
yudit-2.7.5.beta15/yudit.properties.in
---- yudit-2.7.5.beta15.orig/yudit.properties.in 2003-03-02
15:26:15.000000000 +0100
-+++ yudit-2.7.5.beta15/yudit.properties.in 2003-06-13 12:08:37.000000000
+0200
-@@ -24,7 +24,7 @@
+diff -ru yudit-2.8.2.beta18.orig/yudit.properties.in
yudit-2.8.2.beta18/yudit.properties.in
+--- yudit-2.8.2.beta18.orig/yudit.properties.in 2007-11-28
02:31:32.000000000 +0100
++++ yudit-2.8.2.beta18/yudit.properties.in 2007-12-05 17:08:07.000000000
+0100
+@@ -36,7 +36,7 @@
#
# This is where the .ttf (True Type font) files are
#
-yudit.fontpath=@YUDIT_DATA@/fonts,/usr/share/yudit/data

+yudit.fontpath=/usr/share/fonts/truetype,/usr/X11R6/lib/X11/fonts/truetype,@YUDIT_DATA@/fonts,/usr/share/yudit/data

- # The overall background.
-
-@@ -194,7 +194,7 @@
- #
- # interxim is at: http://www.oksid.ch/interxim/index.html
- #
--yudit.editor.xinputs=interxim,utf-8:en_GB,utf-8:hu_HU,kinput2:ja_JP.eucJP,xcin:zh_TW.big5,Ami:ko_KR,xcin-zh_CN.GB2312:zh_CN.GB2312
-+yudit.editor.xinputs=interxim,utf-8:en_GB,utf-8:hu_HU,kinput2:ja_JP.eucJP,xcin:zh_TW.big5,xcin-zh_TW:zh_TW.big5,Ami:ko_KR,xcin-zh_CN.GB2312:zh_CN.GB2312,xcin-zh_CN:zh_CN.GB2312
-
#
- # The x input style for the editor window.
-yudit-2.7.5.beta15だけに発見: yudit.properties.in.orig
+ # This is where the .syn (Syntax Highlighting) files are


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread