SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for xvkbd-debugsource-4.1-lp160.1.2.x86_64.rpm :

* Wed Feb 21 2024 Asterios Dramis - Use autosetup macro.
* Sat May 30 2020 Asterios Dramis - Update to version 4.1:
* xvkbd-4.0 couldn\'t read word list without frequency information. This bug is not fixed.
* Too slow startup if word list file is large. This problem is now fixed by making xvkbd to read large word list file on the fly.
* Modified Makefile.am to add prefix $(DESTDIR) to the destination path.
* Fixed duplicate definition problem of variable appres.
* Sat Oct 05 2019 Asterios Dramis - Update to version 4.0:
* Improvements related to Word Completion: + English word list with frequency information will be installed with xvkbd, which was derived from: https://en.wiktionary.org/wiki/Wiktionary:Frequency_lists#Project_Gutenberg + xvkbd can now \"learn\" the recently used words, so that those words will be listed near top of the completion list afterword. + completion panel can be integrated into the xvkbd\'s main window, when Integrate Completion Panel? on the Property panel set on. + xvkbd will insert blank (\' \') automatically between words, when Insert Blank after Completion? on the Property panel set on.
* Modifier \"Super\" (keysym Super_L and Super_R) is now supported, although it is not on the supplied keyboard layouts. Modifier \"Super\" can be expressed as \"\\W\" in -text option.
* Modifiers did not work correctly before first key is pressed. This problem is fixed.
* To build, \"./configure\" may be used instead of \"xmkmf\".- Removed support for openSUSE <= 12.1.- Removed imake build requirement (not needed anymore, autoconf is used).- Removed xvkbd.default (was not used anyway).- Rebased xvkbd-3.0-compilerwarnings.diff to apply cleanly.
* Sun Dec 02 2018 Asterios Dramis - Update to version 3.9:
* Modifiers (Alt, etc.) not working with -text option in the recent releases (deb#891082). This bug is now fixed.
* Fri Jul 07 2017 asterios.dramisAATTgmail.com- Update to version 3.8:
* When lower-case letters of xvkbd window are clicked while Caps Lock on the physical keyboard is on, by temporary toggling the Caps Lock status, xvkbd now try to generate lower-case letters rather than upper-case letters.
* If keyboard layout other than Default is selected, text assigned to function keys would be lost. This bug is now fixed.
* When German keymap is selected, after Shift key on the physical keyboard is pressed, xvkbd would generate \"y\" instead of \"z\" (and so on). A workaround for this problem is now implemented.
* xvkbd sometimes caused an error \"X Error of failed request: BadValue (integer parameter out of range for operation) / Major opcode of failed request: 12 (X_ConfigureWindow)\" and failed to start. A workaround for this problem is now implemented.- Rebased xvkbd-3.0-compilerwarnings.diff to apply cleanly.
* Sat Sep 26 2015 asterios.dramisAATTgmail.com- Update to version 3.7:
* Right click capability was broken in the recent releases. This bug is now fixed. From version 3.6:
* New -utf16 option - when used with -file option, make xvkbd to accept UTF16 characters in the file.
* Keyboard layout selected with \"Change Keyboard Layout...\" will be kept when xvkbd is used next time.
* Caps Lock now works better for some of the keyboard layouts containing non-ASCII keys.
* Improved Hebrew keyboard layout (Thanks Genghis Khan).
* Sat Jul 27 2013 asterios.dramisAATTgmail.com- Update to version 3.5:
* Mode_switch and ISO_Level3_Shift should now work better even without XTEST extension.
* Fixed a problem that \"Always on Top\" not work at startup.- Added a fix for rpmlint warning \"file-contains-current-date\".
* Sun May 26 2013 asterios.dramisAATTgmail.com- Update to version 3.4a:
* I hope code to manipulate keys assigned in AlgrGr and Shift-AltGr positions are now fixed. (Thanks, Paul)
* Default value of xvkbd.textDelay is now set to 10, as it seems delay of 0 caused problems in some situations.
* ISO_Left_Tab is assigned to the shifted position of the Tab key on the xvkbd window, so that Shift-Tab can be simulated.
* New option -no-resize to disable resize of xvkbd window.- Dropped support for openSUSE < 10.2.- Updated xorg build requirements for openSUSE > 12.1 (imake, libX11-devel, libXaw-devel, libXmu-devel, libXt-devel and libXtst-devel instead of xorg-x11-devel).- Removed xaw3d build requirement (not needed).- Use desktop-file-utils instead of update-desktop-files for openSUSE > 12.1.- Updated xvkbd.desktop file (Name and Categories entries).
* Sun Sep 23 2012 nmo.marquesAATTgmail.com- Update to version 3.3: + -text can now accept \\{keysym} so that the specified key can be processed in more primitive manner, and so that modofier keys such as Control_L, Meta_L, etc. can also be simulated. Also, \\{+keysym} and \\{+keysym} will now simulate press and release of the key, respectively. + New option -remote-display to make xvkbd connect to the specified display when startup. + Bug fixed: KP_0 now works.- Escape %{version} macro in line 41
* Thu Feb 23 2012 cooloAATTsuse.com- fix build on factory
* Wed Mar 17 2010 pascal.bleserAATTopensuse.org- fixed build on SLES_9 and SLE_10 by using the prefix /usr/X11R6 as well as /usr/X11R6/lib/X11/app-defaults instead of /usr and /usr/share/X11/app-defaults, respectively- removed bogus and insecure rm -rf $RPM_BUILD_ROOT at the beginning of the %install section- use install + suse_update_desktop_file -r instead of suse_update_desktop_file -i to fix the bogus rpmlint warning message about untranslated desktop entries
* Sun Mar 14 2010 pascal.bleserAATTopensuse.org- update to 3.2: + the \"Behave as Toolbar Window?\" option was added to the Property panel, which may make xvkbd work better with some kinds of window managers, such as Matchbox + \"Always on Top\" will work better with window managers that support the extended window manager hint _NET_WM_STATE_ABOVE + the -window option can now find the window whose title matches the specified string, and the string may now include the wildcard characters \"
*\" and \"?\"
* Mon Feb 15 2010 dimstarAATTopensuse.org- Update to version 3.1: + Changed the default setting for automatic click to OFF, which was set ON in the previous release in error and caused confusion. + The keypad is now customizable, too (see XVkbd-strip.ad for the example). + Up to 25x25 keys can now be supported both for the main keyboard and the keypad. + Able to open the keypad panel when startup, by setting `xvkbd.keypad: false\' and `xvkbd.keypadOnly: true\'. + Fixed errors in some keyboard layout files (Korean, Slovene, UK). + A new sample layout file XVkbd-strip.ad.
* Fri Dec 04 2009 seifeAATTopensuse.org- de-fuzz the compilerwarnings patch
* Thu Dec 18 2008 dkukawkaAATTsuse.de- added default config file with \'Automatic Click\' disabled to be able to start xvkbd in the login manager (see bnc#441873) with this option.
* Wed Jun 04 2008 dkukawkaAATTsuse.de- enable build on SLE10
* Wed Jun 04 2008 dkukawkaAATTsuse.de- updated to new version 3.0: - New Property panel. - New automatic click feature. - Key-click sounds when key is pressed.
* Fri Apr 11 2008 dkukawkaAATTsuse.de- updated to new version 2.9: - Russian (Cyrillic) keyboard layout supported. (thanks, Victor) - New -delay option. - \\D special sequence in -text can be used to put a delay in spe- cific position. - -text can now simulate mouse operation via \\x, \\y and \\m special sequences.
* Fri Jun 01 2007 dkukawkaAATTsuse.de- added xaw3d-devel to BuildRequires- added patch: - xvkbd-2.8-fix-compilerwarnings.diff: to avoid warnings with warn_unused_result
* Mon Sep 11 2006 tpatzigAATTsuse.de- update to version 2.8 which o fix some bugs o includes some patches
* Wed Sep 06 2006 mskibbeAATTsuse.de- fix bug #191532 - xvkbd: with german keyboard layout \"Alt Gr\" + X combinations not working
* Fri Aug 11 2006 mskibbeAATTsuse.de- fix paths for xorg7
* Mon Aug 07 2006 mskibbeAATTsuse.de- change X paths
* Thu Jul 13 2006 mskibbeAATTsuse.de- add patch for compiler warnings
* Sat Mar 11 2006 cooloAATTsuse.de- Fix Menu-description
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Sat Jul 02 2005 hvogelAATTsuse.de- use optflags
* Mon May 09 2005 hvogelAATTsuse.de- updated to version 2.7a
* Thu Aug 05 2004 tiwaiAATTsuse.de- updated to version 2.6.
* Wed Mar 31 2004 adrianAATTsuse.de- add Utility Category
* Tue Jan 13 2004 tiwaiAATTsuse.de- build as non-root.
* Mon Sep 15 2003 tiwaiAATTsuse.de- added desktop icon.
* Sun Sep 07 2003 adrianAATTsuse.de- add Accessibility Category
* Mon Aug 18 2003 tiwaiAATTsuse.de- updated to version 2.5a.- added desktop file.
* Mon Nov 25 2002 tiwaiAATTsuse.de- updated to version 2.5.
* Mon Nov 11 2002 roAATTsuse.de- changed neededforbuild to - changed neededforbuild to <>
* Tue Aug 06 2002 tiwaiAATTsuse.de- updated to version 2.3.
* Wed Jan 16 2002 tiwaiAATTsuse.de- initial version: 0.2.
 
ICM