Mercurial > hg > xemacs-beta
comparison ChangeLog @ 187:b405438285a2 r20-3b20
Import from CVS: tag r20-3b20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:56:28 +0200 |
parents | 3d6bfa290dbd |
children | 489f57a838ef |
comparison
equal
deleted
inserted
replaced
186:24ac94803b48 | 187:b405438285a2 |
---|---|
1 1997-09-13 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * XEmacs 20.3-beta20 is released. | |
4 | |
5 1997-09-11 Martin Buchholz <mrb@eng.sun.com> | |
6 | |
7 * configure.in: Use `PATH' for options that take multiple dirs. | |
8 - Fix test for $PWD == `pwd` | |
9 - Prefer autodetected X11R6 to X11 so that broken HP and Linux | |
10 systems can work. (untested) | |
11 | |
12 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'. | |
13 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up | |
14 being autoloaded - let's make them part of the core. | |
15 | |
16 * lisp/x11/x-compose.el: | |
17 * lisp/x11/x-init.el: | |
18 * lisp/x11/x-win-sun.el: | |
19 * lisp/x11/x-winxfree86.el: | |
20 * src/device-x.c: | |
21 * src/event-Xt.c: | |
22 - Yet another rewrite of key handling (not the last, though) | |
23 - x-keysym-on-keyboard-p is much faster. | |
24 - x-keysym-on-keyboard-sans-modifiers-p introduced. | |
25 - x-keysym-hashtable introduced. | |
26 - allow X11R4 libs to guess keysyms on X11R5 servers. | |
27 - A better workaround for the bug that some Xlibs generate | |
28 Multi_key a adiaeresis when pressing Multi_key a " | |
29 | |
30 * src/dgif_lib.c: Make sure size_t is defined before using it. | |
31 | |
32 1997-09-12 SL Baur <steve@altair.xemacs.org> | |
33 | |
34 XEmacs 19.16-pre1 "Queens" is released. | |
35 | |
36 1997-09-08 SL Baur <steve@altair.xemacs.org> | |
37 | |
38 * configure.in: Reverse package-path. | |
39 From Colin Rafferty <craffert@ml.com> | |
40 | |
1 1997-09-02 SL Baur <steve@altair.xemacs.org> | 41 1997-09-02 SL Baur <steve@altair.xemacs.org> |
2 | 42 |
3 * XEmacs 20.3-beta19 is released. | 43 * XEmacs 20.3-beta19 is released. |
4 | 44 |
5 * Makefile.in (finder): New target. | 45 * Makefile.in (finder): New target. |