bye, bye
This commit is contained in:
parent
a158091b9d
commit
521a5cc3ae
@ -1,78 +0,0 @@
|
||||
Mon Apr 3 21:13:52 1995 Wolfram Schneider <w@campa>
|
||||
|
||||
* kbdmap.pl:
|
||||
the all singing and dancing algorithm for language matching
|
||||
support now states and fonts
|
||||
|
||||
* INDEX.keymaps, INDEX.fonts: *** empty log message ***
|
||||
|
||||
* Makefile: add INDEX.*
|
||||
|
||||
Sun Apr 2 15:31:23 1995 Wolfram Schneider <w@campa>
|
||||
|
||||
* kbdmap.pl: add comments
|
||||
|
||||
* INDEX.keymaps, INDEX.fonts: FONT en cp437
|
||||
|
||||
* kbdmap.pl: readd x11 test
|
||||
don't start always right font
|
||||
|
||||
Sat Apr 1 18:26:51 1995 Wolfram Schneider <w@campa>
|
||||
|
||||
* INDEX.keymaps: *** empty log message ***
|
||||
|
||||
* kbdmap.pl: spaces, perl -cw
|
||||
|
||||
* kbdmap.1, Languages.phrases: *** empty log message ***
|
||||
|
||||
* Languages.phrases: don't miss french
|
||||
|
||||
* INDEX.keymaps: add FONT
|
||||
|
||||
* INDEX.fonts: *** empty log message ***
|
||||
|
||||
* INDEX.fonts: add FONT
|
||||
|
||||
* kbdmap.1: replace kbdfont with vidfont
|
||||
add option -r
|
||||
|
||||
* kbdmap.pl: load always right font
|
||||
sort: 8x8 font is less than 8x14
|
||||
|
||||
* kbdmap.pl: langsupport for MENU and FONT
|
||||
read current font from /etc/sysconfig
|
||||
option -restore for loading default font from /etc/sysconfig
|
||||
|
||||
Mon Mar 27 20:59:31 1995 Wolfram Schneider <w@campa>
|
||||
|
||||
* kbdmap.pl: LC_CTYPE
|
||||
use only first two characters of language
|
||||
|
||||
* INDEX.keymaps, INDEX.fonts: add french
|
||||
|
||||
Sat Mar 25 23:57:11 1995 Wolfram Schneider <w@campa>
|
||||
|
||||
* INDEX.keymaps, INDEX.fonts, Makefile: *** empty log message ***
|
||||
|
||||
* Makefile: Initial revision
|
||||
|
||||
* kbdmap.1: *** empty log message ***
|
||||
|
||||
* Languages.phrases: Initial revision
|
||||
|
||||
* kbdmap.pl: comment die on X11 out
|
||||
strip ending '.pl' or '.perl', which confuse the program name
|
||||
sort languages for -show
|
||||
LANG=C is a synonym for 'en'
|
||||
|
||||
* kbdmap.1: *** empty log message ***
|
||||
|
||||
* kbdmap.1, INDEX.fonts, INDEX.keymaps: Initial revision
|
||||
|
||||
* kbdmap.pl: move menu title into database
|
||||
strip country and font from LANG
|
||||
Option -d for default langague/don't using LANG
|
||||
Option -s: show currently supported languages
|
||||
|
||||
* kbdmap.pl: Initial revision
|
||||
|
@ -1,12 +0,0 @@
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# makes perl scripts smaller, useful for boot floppies
|
||||
|
||||
while(<>) {
|
||||
s/(\s|^|;)#.*//; # comments
|
||||
s/\s+$//; # leading spaces
|
||||
s/^\s+//; # ending spaces
|
||||
s/\s+/ /g; # double spaces
|
||||
s/\s*([=\(\{\)\}])\s*/$1/g; # spaces around =(){}
|
||||
print "$_\n" if $_;
|
||||
}
|
Loading…
Reference in New Issue
Block a user