diff options
author | Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk> | 2004-12-04 00:42:47 +0000 |
---|---|---|
committer | Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk> | 2004-12-04 00:42:47 +0000 |
commit | 33f42c97af49095dd9a735c747c79b844e6afc25 (patch) | |
tree | 1b5b04467aed886fcaf78ebf848b0c02d7969168 | |
parent | 4904540c4399fed01ce0d1977a0b5d3af173b66c (diff) | |
download | xorg-lib-libXaw-33f42c97af49095dd9a735c747c79b844e6afc25.tar.gz |
Encoding of numerous files changed to UTF-8
-rw-r--r-- | include/X11/Xaw/Tip.h | 2 | ||||
-rw-r--r-- | include/X11/Xaw/TipP.h | 2 | ||||
-rw-r--r-- | old-doc/Changelog | 2 | ||||
-rw-r--r-- | src/DisplayList.c | 2 | ||||
-rw-r--r-- | src/Tip.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/include/X11/Xaw/Tip.h b/include/X11/Xaw/Tip.h index 0d7121c..f5b8d9b 100644 --- a/include/X11/Xaw/Tip.h +++ b/include/X11/Xaw/Tip.h @@ -24,7 +24,7 @@ * dealings in this Software without prior written authorization from the * XFree86 Project. * - * Author: Paulo César Pereira de Andrade + * Author: Paulo César Pereira de Andrade */ /* $XFree86$ */ diff --git a/include/X11/Xaw/TipP.h b/include/X11/Xaw/TipP.h index 397d241..2b9e126 100644 --- a/include/X11/Xaw/TipP.h +++ b/include/X11/Xaw/TipP.h @@ -24,7 +24,7 @@ * dealings in this Software without prior written authorization from the * XFree86 Project. * - * Author: Paulo César Pereira de Andrade + * Author: Paulo César Pereira de Andrade */ /* $XFree86$ */ diff --git a/old-doc/Changelog b/old-doc/Changelog index 1781761..263ae04 100644 --- a/old-doc/Changelog +++ b/old-doc/Changelog @@ -1130,7 +1130,7 @@ xedit.c: of xedit (to enable undo actions). + Added a "text mode" and a "html mode". The html mode is not yet completely finished. It must work correctly with some html specific things like - converting internally "á" to "á" and so on. I'm planning also, at + converting internally "á" to "á" and so on. I'm planning also, at least a nroff mode too. + The wordChars resource is set by dictionary now. To set the word chars for the br dictionary, write something like: diff --git a/src/DisplayList.c b/src/DisplayList.c index b88e388..7b6fc81 100644 --- a/src/DisplayList.c +++ b/src/DisplayList.c @@ -24,7 +24,7 @@ * dealings in this Software without prior written authorization from the * XFree86 Project. * - * Author: Paulo César Pereira de Andrade + * Author: Paulo César Pereira de Andrade */ /* $XFree86: xc/lib/Xaw/DisplayList.c,v 3.18 2003/05/23 14:51:15 tsi Exp $ */ @@ -24,7 +24,7 @@ * dealings in this Software without prior written authorization from the * XFree86 Project. * - * Author: Paulo César Pereira de Andrade + * Author: Paulo César Pereira de Andrade */ /* $XFree86: xc/lib/Xaw/Tip.c,v 1.4 1999/07/11 08:49:16 dawes Exp $ */ |