Mercurial > hg > xemacs-beta
comparison ChangeLog @ 2865:8baa2f03d853
[xemacs-hg @ 2005-07-19 09:45:00 by didierv]
Face aliasing feature
author | didierv |
---|---|
date | Tue, 19 Jul 2005 09:45:23 +0000 |
parents | 7e34c186ba93 |
children | abbd4c295aa2 |
comparison
equal
deleted
inserted
replaced
2864:97c8b3b7213a | 2865:8baa2f03d853 |
---|---|
1 2005-07-19 Didier Verna <didier@xemacs.org> | |
2 | |
3 * CHANGES-beta: Announce the face aliasing feature. | |
4 | |
1 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> | 5 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 6 |
3 * XEmacs 21.5.21 "corn" is released. | 7 * XEmacs 21.5.21 "corn" is released. |
4 | 8 |
5 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> | 9 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
54 configure.ac. | 58 configure.ac. |
55 | 59 |
56 2005-03-30 Aidan Kehoe <kehoea@parhasard.net> | 60 2005-03-30 Aidan Kehoe <kehoea@parhasard.net> |
57 | 61 |
58 * configure: #include <X11/Intrinsic.h.> -> #include | 62 * configure: #include <X11/Intrinsic.h.> -> #include |
59 <X11/Intrinsic.h>, thank you Robert Delius Royar. | 63 <X11/Intrinsic.h>, thank you Robert Delius Royar. |
60 | 64 |
61 2005-03-15 Jerry James <james@xemacs.org> | 65 2005-03-15 Jerry James <james@xemacs.org> |
62 | 66 |
63 * configure.ac: Include <X11/Intrinsic.h> when checking for | 67 * configure.ac: Include <X11/Intrinsic.h> when checking for |
64 <Xaw/XawInit.h> usability. | 68 <Xaw/XawInit.h> usability. |
65 | 69 |
71 Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some | 75 Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some |
72 platforms. | 76 platforms. |
73 | 77 |
74 2005-03-24 Aidan Kehoe <kehoea@parhasard.net> | 78 2005-03-24 Aidan Kehoe <kehoea@parhasard.net> |
75 | 79 |
76 * configure: Regenerate. | 80 * configure: Regenerate. |
77 * configure.ac (XE_COMPLEX_ARG_ENABLE): --OPTION -> --with-OPTION | 81 * configure.ac (XE_COMPLEX_ARG_ENABLE): --OPTION -> --with-OPTION |
78 in various docstrings and error messages. | 82 in various docstrings and error messages. |
79 | 83 |
80 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org> | 84 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org> |
81 | 85 |
82 * configure.ac (--with-cflags-optimization): | 86 * configure.ac (--with-cflags-optimization): |
83 (--with-cflags-debugging): | 87 (--with-cflags-debugging): |
84 If the user specifies them, use them, and don't make her beg. | 88 If the user specifies them, use them, and don't make her beg. |
85 * configure.ac (Autodetect PNG): PNG & TIFF need -lz in AC_CHECK_LIB. | 89 * configure.ac (Autodetect PNG): PNG & TIFF need -lz in AC_CHECK_LIB. |
86 | 90 |
87 2005-03-15 Malcolm Purvis <malcolmp@xemacs.org> | 91 2005-03-15 Malcolm Purvis <malcolmp@xemacs.org> |
88 | 92 |
89 * configure.ac: Fix problems with OpenBSD /bin/sh. | 93 * configure.ac: Fix problems with OpenBSD /bin/sh. |
90 | 94 |
91 2005-03-13 Aidan Kehoe <kehoea@parhasard.net> | 95 2005-03-13 Aidan Kehoe <kehoea@parhasard.net> |
92 | 96 |
93 * configure.ac (TAB): Check $ac_cv_build, not $canonical, when | 97 * configure.ac (TAB): Check $ac_cv_build, not $canonical, when |
94 working out whether to link against libossaudio.so on NetBSD. | 98 working out whether to link against libossaudio.so on NetBSD. |
111 * PROBLEMS: Change configure arguments to the new autoconf 2.5 | 115 * PROBLEMS: Change configure arguments to the new autoconf 2.5 |
112 style configure. | 116 style configure. |
113 | 117 |
114 2005-03-01 Aidan Kehoe <kehoea@parhasard.net> | 118 2005-03-01 Aidan Kehoe <kehoea@parhasard.net> |
115 | 119 |
116 * configure: Regenerated. | 120 * configure: Regenerated. |
117 * configure.in (XE_COMPUTE_RUNPATH): Check for the availability of | 121 * configure.in (XE_COMPUTE_RUNPATH): Check for the availability of |
118 XtRegisterDrawable. | 122 XtRegisterDrawable. |
119 | 123 |
120 2005-02-22 Adrian Aichner <adrian@xemacs.org> | 124 2005-02-22 Adrian Aichner <adrian@xemacs.org> |
121 | 125 |
165 Document. | 169 Document. |
166 | 170 |
167 2005-01-21 Aidan Kehoe <kehoea@parhasard.net> | 171 2005-01-21 Aidan Kehoe <kehoea@parhasard.net> |
168 | 172 |
169 * configure: | 173 * configure: |
170 * configure.in (XE_COMPUTE_RUNPATH): | 174 * configure.in (XE_COMPUTE_RUNPATH): |
171 NetBSD can use Linux's sound API, but it needs an extra library at | 175 NetBSD can use Linux's sound API, but it needs an extra library at |
172 link time to do so. | 176 link time to do so. |
173 | 177 |
174 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> | 178 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> |
175 | 179 |
445 2003-05-10 Andrew Begel <abegel@CS.Berkeley.EDU> | 449 2003-05-10 Andrew Begel <abegel@CS.Berkeley.EDU> |
446 | 450 |
447 * aclocal.m4 (XE_SHLIB_STUFF): Use -bundle when testing the | 451 * aclocal.m4 (XE_SHLIB_STUFF): Use -bundle when testing the |
448 ability to build shared libraries, but use -bundle_loader in | 452 ability to build shared libraries, but use -bundle_loader in |
449 ellcc. Properly handle other flags for MacOS X. | 453 ellcc. Properly handle other flags for MacOS X. |
450 | 454 |
451 2003-09-03 Steve Youngs <youngs@xemacs.org> | 455 2003-09-03 Steve Youngs <youngs@xemacs.org> |
452 | 456 |
453 * XEmacs 21.5.15 "celery" is released. | 457 * XEmacs 21.5.15 "celery" is released. |
454 | 458 |
455 2003-08-28 Jerry James <james@xemacs.org> | 459 2003-08-28 Jerry James <james@xemacs.org> |
501 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to | 505 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to |
502 already be built. | 506 already be built. |
503 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for | 507 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for |
504 MacOS X. | 508 MacOS X. |
505 It was stopping certain libs from making their way into the | 509 It was stopping certain libs from making their way into the |
506 Makefiles. | 510 Makefiles. |
507 | 511 |
508 * configure: Regenerate. | 512 * configure: Regenerate. |
509 | 513 |
510 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> | 514 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
511 | 515 |
618 * PROBLEMS (patch.): | 622 * PROBLEMS (patch.): |
619 * PROBLEMS (Note): | 623 * PROBLEMS (Note): |
620 Add comment about Cygwin, unexec and sysmalloc. | 624 Add comment about Cygwin, unexec and sysmalloc. |
621 Move some non-general stuff out of general. | 625 Move some non-general stuff out of general. |
622 Make a section for x86. | 626 Make a section for x86. |
623 | 627 |
624 * configure.in (AC_INIT_NOTICE): | 628 * configure.in (AC_INIT_NOTICE): |
625 * configure.in (XE_COMPUTE_RUNPATH): | 629 * configure.in (XE_COMPUTE_RUNPATH): |
626 Add check for broken alloca in funcalls. | 630 Add check for broken alloca in funcalls. |
627 | 631 |
628 2003-02-19 Ben Wing <ben@xemacs.org> | 632 2003-02-19 Ben Wing <ben@xemacs.org> |
812 | 816 |
813 * PROBLEMS: Typo fix. | 817 * PROBLEMS: Typo fix. |
814 | 818 |
815 2002-10-31 John Paul Wallington <jpw@shootybangbang.com> | 819 2002-10-31 John Paul Wallington <jpw@shootybangbang.com> |
816 | 820 |
817 * info/dir (File): button1 on a highlighted word doesn't | 821 * info/dir (File): button1 on a highlighted word doesn't |
818 follow that cross-reference. | 822 follow that cross-reference. |
819 | 823 |
820 2002-10-31 Stephen J. Turnbull <stephen@xemacs.org> | 824 2002-10-31 Stephen J. Turnbull <stephen@xemacs.org> |
821 | 825 |
822 * PROBLEMS (Running/IRIX): Irix 6.5 coredumps. Thanks, Valdis. | 826 * PROBLEMS (Running/IRIX): Irix 6.5 coredumps. Thanks, Valdis. |
830 2002-10-25 Stephen J. Turnbull <stephen@xemacs.org> | 834 2002-10-25 Stephen J. Turnbull <stephen@xemacs.org> |
831 | 835 |
832 * configure.in (Check for POSIX functions): New section head. | 836 * configure.in (Check for POSIX functions): New section head. |
833 getaddrinfo is detected on HP-UX 11.XX, but appears to be | 837 getaddrinfo is detected on HP-UX 11.XX, but appears to be |
834 non-functional. Disable it. Based on work by Darryl Okahata. | 838 non-functional. Disable it. Based on work by Darryl Okahata. |
835 | 839 |
836 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org> | 840 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org> |
837 | 841 |
838 * PROBLEMS (Running/Cygwin): "No cygXpm-noX" fatal error. | 842 * PROBLEMS (Running/Cygwin): "No cygXpm-noX" fatal error. |
839 | 843 |
840 2002-10-17 Stephen J. Turnbull <stephen@xemacs.org> | 844 2002-10-17 Stephen J. Turnbull <stephen@xemacs.org> |
884 2002-08-16 Steve Youngs <youngs@xemacs.org> | 888 2002-08-16 Steve Youngs <youngs@xemacs.org> |
885 | 889 |
886 * version.sh (xemacs_extra_name): New var to identify XEmacs | 890 * version.sh (xemacs_extra_name): New var to identify XEmacs |
887 version > release < next release. ie, release+cvs. | 891 version > release < next release. ie, release+cvs. |
888 | 892 |
889 * configure.in: Test for xemacs_extra_name. | 893 * configure.in: Test for xemacs_extra_name. |
890 | 894 |
891 * configure: Re-generate. | 895 * configure: Re-generate. |
892 | 896 |
893 2002-08-22 Ville Skyttä <ville.skytta@xemacs.org> | 897 2002-08-22 Ville Skyttä <ville.skytta@xemacs.org> |
894 | 898 |
907 | 911 |
908 * XEmacs 21.5.8 "broccoli" is released. | 912 * XEmacs 21.5.8 "broccoli" is released. |
909 | 913 |
910 2002-07-09 Mike Sperber <mike@xemacs.org> | 914 2002-07-09 Mike Sperber <mike@xemacs.org> |
911 | 915 |
912 * configure.usage: | 916 * configure.usage: |
913 * configure.in: Add --use-kkcc option for new GC algorithms. | 917 * configure.in: Add --use-kkcc option for new GC algorithms. |
914 | 918 |
915 2002-06-04 Jerry James <james@xemacs.org> | 919 2002-06-04 Jerry James <james@xemacs.org> |
916 | 920 |
917 * configure.usage: Identify --with-modules as autodetecting. | 921 * configure.usage: Identify --with-modules as autodetecting. |
970 | 974 |
971 2001-04-21 Martin Buchholz <martin@xemacs.org> | 975 2001-04-21 Martin Buchholz <martin@xemacs.org> |
972 | 976 |
973 * configure.in: Detect MacOS/X "Darwin". | 977 * configure.in: Detect MacOS/X "Darwin". |
974 Thanks to Greg Parker <gparker@cs.stanford.edu>. | 978 Thanks to Greg Parker <gparker@cs.stanford.edu>. |
975 | 979 |
976 2002-03-30 Steve Youngs <youngs@xemacs.org> | 980 2002-03-30 Steve Youngs <youngs@xemacs.org> |
977 | 981 |
978 * etc/package-index.LATEST.pgp: Update to current reality. | 982 * etc/package-index.LATEST.pgp: Update to current reality. |
979 | 983 |
980 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org> | 984 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org> |
991 * etc/package-index.LATEST.pgp: Update. | 995 * etc/package-index.LATEST.pgp: Update. |
992 | 996 |
993 2001-12-13 William M. Perry <wmperry@gnu.org> | 997 2001-12-13 William M. Perry <wmperry@gnu.org> |
994 | 998 |
995 * configure.in (GTK): add -Wno-shadow. | 999 * configure.in (GTK): add -Wno-shadow. |
996 | 1000 |
997 2002-01-23 Jarl Friis <jarl@diku.dk> | 1001 2002-01-23 Jarl Friis <jarl@diku.dk> |
998 | 1002 |
999 * etc/BETA (http): Informing of xemacs-patches mailing list. Added | 1003 * etc/BETA (http): Informing of xemacs-patches mailing list. Added |
1000 note on patch etiquette. | 1004 note on patch etiquette. |
1001 | 1005 |
1056 * TODO.ben-mule-21-5 (bugs): update. | 1060 * TODO.ben-mule-21-5 (bugs): update. |
1057 | 1061 |
1058 2002-03-31 Ben Wing <ben@xemacs.org> | 1062 2002-03-31 Ben Wing <ben@xemacs.org> |
1059 | 1063 |
1060 * TODO.ben-mule-21-5 (bugs): Update. | 1064 * TODO.ben-mule-21-5 (bugs): Update. |
1061 | 1065 |
1062 * configure.in (USAGE_ERROR): | 1066 * configure.in (USAGE_ERROR): |
1063 * configure.in (CANONICALIZE_PATH): | 1067 * configure.in (CANONICALIZE_PATH): |
1064 * configure.in (XE_COMPUTE_RUNPATH): | 1068 * configure.in (XE_COMPUTE_RUNPATH): |
1065 Fix for new error-checking types. | 1069 Fix for new error-checking types. |
1066 | 1070 |