Mercurial > hg > xemacs-beta
comparison CHANGES-beta @ 452:3d3049ae1304 r21-2-41
Import from CVS: tag r21-2-41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:40:21 +0200 |
parents | 98528da0b7fc |
children | d7a9135ec789 |
comparison
equal
deleted
inserted
replaced
451:8ad70c5cd5d7 | 452:3d3049ae1304 |
---|---|
1 to 21.2.41 "Polyhymnia" | |
2 -- A very important fix to the byte-compiler was made. | |
3 RE-BYTE-COMPILE all your .el files that were compiled by any older | |
4 21.2 byte-compiler (the 21.1 byte-compiler was OK.) | |
5 Explicitly remove all .elc files using | |
6 cd XEMACS; find . -name '*.elc' -print | xargs rm | |
7 and then rebuild using `make'. | |
8 -- Martin Buchholz | |
9 -- More Windows installer changes -- Andy Piper | |
10 -- Another tab widget fix -- Andy Piper | |
11 -- pdump code cleanup -- Martin Buchholz | |
12 -- lisp path changes -- Mike Sperber | |
13 -- init file changes -- Mike Sperber | |
14 -- debugging support works better with pdump -- Martin Buchholz | |
15 -- Port to AIX cc -O3 -qansi-aliasing -- Martin Buchholz | |
16 -- Allow building 64-bit binaries on AIX. -- Martin Buchholz | |
17 -- Make code more resistant to aliasing optimizations. -- Martin Buchholz | |
18 -- XEmacs now works on Netbsd 1.5. -- Martin Buchholz | |
19 -- Eliminate kludgy checks for non-standard _dlopen -- Golubev I. N. | |
20 -- Make Purify a little happier working on pdumped xemacs -- Martin Buchholz | |
21 -- Fix never-used macro LISP_TO_CVOID -- Jerry James | |
22 | |
1 to 21.2.40 "Persephone" | 23 to 21.2.40 "Persephone" |
2 -- various doc fixes -- Stephen Turnbull | 24 -- various doc fixes -- Stephen Turnbull |
3 -- more widget bug fixes -- Andy Piper | 25 -- more widget bug fixes -- Andy Piper |
4 -- Introduce yet another hash table weakness type -- Andy Piper | 26 -- Introduce yet another hash table weakness type -- Andy Piper |
5 -- SCO 5 fixes -- Golubev I. N. | 27 -- SCO 5 fixes -- Golubev I. N. |