[xorg-commit-diffs] xc CHANGELOG-RELEASE-1-TM, NONE, 1.1.4.1 Imakefile, 1.1.4.2.2.1, 1.1.4.2.2.2 Makefile, 1.1.4.3.2.3, 1.1.4.3.2.4 bug-report, 1.1.4.1, 1.1.4.1.2.1

Alexander Gottwald xorg-commit at pdx.freedesktop.org
Mon Mar 29 07:46:31 PST 2004


Committed by: ago


--- NEW FILE: CHANGELOG-RELEASE-1-TM ---
43. Updates to SGML and SGML-generated documentation
    (Jim Gettys, with minor hacks by Keith Packard)
42. TM fixes for hw/xwin -- Harold will merge to CYGWIN. (Keith Packard)
41. TM fixes for remaining man pages. Also fixes broken
    CVS ident lines in many video driver man pages. (Keith Packard)
40. TM fixes for input driver man pages (Keith Packard)
39. TM fixes for xf86cfg (which has become xorgcfg) (Keith Packard)
38. TM fixes for .man files in lib directory (Keith Packard)
37. Change XDarwin man page to refer to X.Org Foundation and point to Xorg
    man page (Torrey T. Lyons).
36. Add xorg.conf.man, Xorg.man, remove XF86Config.man and XFree86.man
    (yes, this trashes revision history, but I think it's better
    than breaking CVS).  (Keith Packard)
35. TM fixes for VESA general timing formula mode line program 
    (hw/xfree86/etc/gtf).  (Keith Packard)
34. Add Leon's xorg.xpm and xorg-bw.xpm files to xdm/config. (Kaleb KEITHLEY
    for Leon Shiman)
33. Add some temporary xorg.xpm and xorg-bw.xpm files to xdm/config
    (Keith Packard)
32. Fix TM issues in all video driver manual pages.
    (Keith Packard)
31. Add new MANDEFS to cover XServerName, et al.  Move 
    XCONFIGFILE XCONFIGDIR et al from xorg.tmpl to X11.tmpl
    so they can be used in building non-server manual pages
    (Keith Packard)
30. Allow XF86Config as a fallback config file (Egbert Eich).
29. Fixed more TM issues especially xterm, getconfig and some default files
    (Egbert Eich).
28. Fix TM issues in doc/man/general (Keith Packard)
27. xkbcomp/rules/Imakefile was using InstallCreateLink backwards
    when attempting to install a symlink from xorg to xfree86 for
    compatibility (Keith Packard)
26. Fix Xlib manual pages to refer to XFree86 as a separate entity
    (Keith Packard)
25. TM issues in config/util (rman, makedef, mkhtmlindex) (Keith Packard)
24. Updated XDarwin's Japanese localization for X.Org release
    (Toshimitsu Tanaka).
23. Fixed TM issues in XDarwin UI (Torrey T. Lyons).
22. Fixed typo that prevented the changelog date to be set correctly in
    xf86Build.h (Egbert Eich).
21. Fixing some occurances of hard coded version numbers in applications
    like twm, xrx, proxymgr, xmh (Bugzilla #369, Egbert Eich).
21. Fixing X.Org version numbers (Egbert Eich).
20. Moving Xft update to RELEASE-1 (Egbert Eich).
19. Made config file and server name in xf86cfg build time configurable
    (Egbert Eich).
18. Fixed TM issues in xf86config, app-defaults/Xvidtune, create link
    rules/xfree86 > rules/xorg (Egbert Eich).
17. fix XDarwin to build on Mac OS X 10.2 and earlier. Bug #357 (Kaleb
    KEITHLEY)
16. fix lib/freetype2/Imakefile for Mac OS X. Bug #352 (Kaleb KEITHLEY)
15. Restore "credit" edits in the hw/darwin ddx that were deleted in
    -CURRENT.  RTF may or may not be "human readable," but it's no less 
    human readable, IMNOHO, than, e.g., SGML. It just takes a little bit 
    of effort. (Kaleb KEITHLEY)
14. merge working left and right meta, alt, ctrl, and shift keys from
    -CURRENT
13. fixed gtf + man pages (Xserver name and config file name configurable 
    in Imake config files) (Egbert Eich).
12. Fixed xinit/startx man pages (server name and config file configurable)
    (Egbert Eich).
11. Fixed fontstosfnt (project and support address configurable) (Egbert Eich).
10. Fixed pswrap (relaced XFree86 with X11) (Egbert Eich).
9. fixed rman (added Xorg as system name) (Egbert Eich).
8. Fixed mkhtml (Egbert Eich).
7. Fixed default keyboard rules file in servers and setxkb (configurable) 
   (Egbert Eich).
6. Fixed XawVendor (configurable) (Egbert Eich).
5. Fix xdpyinfo to deal with Xorg version strings (Egbert Eich).
4. Changed config file to xorg.cfg (Egbert Eich).
3. Fixed ABI versions, support address pointers, message in configuration
   file generated with -configure (Egbert Eich).
2. Some initial TM changes: 
   name of the binary: Xorg
   name of the lob file: Xorg.?.log
   name of the config file XorgConfig
   created: xorg.cf, xorg.tmpl
   Internal changes XFree86Version, XFree86VersionString, XF86Server
   to XorgVersion, XorgVersionString, XorgServer.
   Attempted not to delete XFree86 stuff but add Xorg stuff and make
   it the default (Egbert Eich).
1. Add changes from the CURRENT branch (Egbert Eich).

$XdotOrg: xc/CHANGELOG-RELEASE-1-TM,v 1.1.2.32 2004/03/28 07:52:04 keithp Exp $

Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/Imakefile,v
retrieving revision 1.1.4.2.2.1
retrieving revision 1.1.4.2.2.2
diff -u -d -r1.1.4.2.2.1 -r1.1.4.2.2.2
--- a/Imakefile	17 Mar 2004 20:24:59 -0000	1.1.4.2.2.1
+++ b/Imakefile	29 Mar 2004 15:45:27 -0000	1.1.4.2.2.2
@@ -66,15 +66,11 @@
 
 #ifndef OS2Architecture
 version.def::
-	$(RM) $(IRULESRC)/version.def
 	$(RM) $(IRULESRC)/date.def
-	$(LN) ../../$(XF86SRC)/xf86Version.h $(IRULESRC)/version.def
 	$(LN) ../../$(XF86SRC)/xf86Date.h $(IRULESRC)/date.def
 #else /*OS2Architecture*/
 version.def::
-	$(RM) $(IRULESRC)/version.def
 	$(RM) $(IRULESRC)/date.def
-	$(CP) $(XF86SRC)/xf86Version.h $(IRULESRC)/version.def
 	$(CP) $(XF86SRC)/xf86Date.h $(IRULESRC)/date.def
 #endif
 

Index: Makefile
===================================================================
RCS file: /cvs/xorg/xc/Makefile,v
retrieving revision 1.1.4.3.2.3
retrieving revision 1.1.4.3.2.4
diff -u -d -r1.1.4.3.2.3 -r1.1.4.3.2.4
--- a/Makefile	17 Mar 2004 20:24:59 -0000	1.1.4.3.2.3
+++ b/Makefile	29 Mar 2004 15:45:27 -0000	1.1.4.3.2.4
@@ -7,7 +7,7 @@
 # Luna users will need to either run make as "make MAKE=make"
 # or add "MAKE = make" to this file.
 
-RELEASE = "Release 6.6"
+RELEASE = "Release 6.7"
 SHELL = /bin/sh
 RM = rm -f
 MV = mv

Index: bug-report
===================================================================
RCS file: /cvs/xorg/xc/bug-report,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.1.2.1
diff -u -d -r1.1.4.1 -r1.1.4.1.2.1
--- a/bug-report	17 Nov 2003 19:03:18 -0000	1.1.4.1
+++ b/bug-report	29 Mar 2004 15:45:27 -0000	1.1.4.1.2.1
@@ -13,7 +13,7 @@
 
      VERSION:
 
-R6.6
+R6.7
 
      CLIENT MACHINE and OPERATING SYSTEM:
 




More information about the xorg-commit-diffs mailing list