cvs remove -f tex-defs.h This file is unused, and the comment is duplicated in tex-accent thanks john -- "Please crack down on the Chinaman's friends and Hitler's commander. Mother is the best bet and don't let Satan draw you too fast. A boy has never wept ... nor dashed a thousand kim. Did you hear me?" - Dutch Schultz
Index: ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.182 diff -u -r1.182 ChangeLog --- ChangeLog 2001/06/01 15:10:25 1.182 +++ ChangeLog 2001/06/02 01:16:40 @@ -1,3 +1,8 @@ +2001-06-02 John Levon <[EMAIL PROTECTED]> + + * Makefile.am: + * tex-defs.h: remove old unused file + 2001-06-01 Juergen Vigna <[EMAIL PROTECTED]> * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're diff -u -r1.82 Makefile.am --- Makefile.am 2001/05/31 13:07:02 1.82 +++ Makefile.am 2001/06/02 01:16:43 @@ -185,7 +185,6 @@ tabular-old.C \ tex-accent.C \ tex-accent.h \ - tex-defs.h \ tex-strings.C \ tex-strings.h \ texrow.C \ diff -N tex-defs.h --- /tmp/cvspqHFMK Sat Jun 2 03:17:51 2001 +++ /dev/null Tue May 5 22:32:27 1998 @@ -1,37 +0,0 @@ -// -*- C++ -*- -#ifndef _TEX_DEFS_H -#define _TEX_DEFS_H - - -// /* the names used by TeX and XWindows for deadkeys/accents are not the same -// so here follows a table to clearify the differences. Please correct this -// if I got it wrong - -// |------------------|------------------|------------------|--------------| -// | TeX | XWindows | \bind/LFUN | used by intl | -// |------------------|------------------|------------------|--------------| -// | grave | grave |LFUN_GRAVE | grave -// | acute | acute |LFUN_ACUTE | acute -// | circumflex | circumflex |LFUN_CIRCUMFLEX | circumflex -// | umlaut/dieresis | diaeresis |LFUN_UMLAUT | umlaut -// | tilde | tilde |LFUN_TILDE | tilde -// | macron | maron |LFUN_MACRON | macron -// | dot | abovedot |LFUN_DOT | dot -// | cedilla | cedilla |LFUN_CEDILLA | cedilla -// | underdot | |LFUN_UNDERDOT | underdot -// | underbar | |LFUN_UNDERBAR | underbar -// | hácek | caron |LFUN_CARON | caron -// | breve | breve |LFUN_BREVE | breve -// | tie | |LFUN_TIE | tie -// | Hungarian umlaut | doubleacute |LFUN_HUNG_UMLAUT | hungarian umlaut -// | circle | abovering |LFUN_CIRCLE | circle -// | | ogonek | | -// | | iota | | -// | | voiced_sound | | -// | | semivoiced_sound | | -// | | |LFUN_SPECIAL_CARON| special caron -// */ -// // I am not sure how some of the XWindows names coresponds to the TeX ones. - - -#endif