Mercurial > hg > xemacs-beta
comparison ChangeLog @ 165:5a88923fcbfe r20-3b9
Import from CVS: tag r20-3b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:44:42 +0200 |
parents | 0132846995bd |
children | 85ec50267440 |
comparison
equal
deleted
inserted
replaced
164:4e0740e5aab2 | 165:5a88923fcbfe |
---|---|
1 1997-06-25 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * XEmacs 20.3-beta9 is released. | |
4 | |
5 * Makefile.in (dist): Make `make dist' work for me. | |
6 | |
7 1997-06-25 Martin Buchholz <mrb@eng.sun.com> | |
8 | |
9 * configure.in: | |
10 - Change "t" to tabs in sed commands | |
11 - Add /g to sed substitition commands when appropriate | |
12 - Change XtVa[SG]etValue to Xt[SG]etValue | |
13 - Make version variables into Lisp_Objects. | |
14 | |
15 1997-06-19 Martin Buchholz <mrb@eng.sun.com> | |
16 | |
17 * src/config.h.in: | |
18 * configure.in: | |
19 - Autodetect X defines using xmkmf. | |
20 - Compute rpath on *bsd* systems as well. | |
21 - rewrite PRINT_VAR m4 macro. | |
22 - detect sizes of void* and long long for future use by unex*.c | |
23 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine. | |
24 | |
25 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
26 | |
27 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el. | |
28 | |
29 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as | |
30 `mh-folder-coding-system'. | |
31 | |
32 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
33 | |
34 * lisp/language/ethio-util.el: imported from | |
35 Emacs/mule-19.34.94-zeta. | |
36 | |
37 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el; | |
38 repair Arabic characters. | |
39 | |
40 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
41 | |
42 * lib-src/update-autoloads.sh: Search lisp/mule/. | |
43 | |
44 * etc/HELLO: final byte for ethiopic was changed to sync with | |
45 Emacs/mule-19.34.94-zeta. | |
46 | |
47 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set | |
48 language environment" of Mule menu. | |
49 | |
50 * lisp/language/visual-mode.el: moved from mule/. | |
51 | |
52 * lisp/language/ethiopic.el: Modify for XEmacs. | |
53 | |
54 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed | |
55 problem of setting for `language-info-alist' about koi8-r. | |
56 | |
57 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/. | |
58 | |
59 * lisp/mule/mule-util.el: New file (imported from | |
60 Emacs/mule-19.34.94-zeta). | |
61 | |
62 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was | |
63 moved to mule-util.el. | |
64 | |
65 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el: | |
66 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el; | |
67 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use | |
68 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el; | |
69 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el. | |
70 | |
71 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to | |
72 emulate Emacs/mule-19.34.94-zeta function. | |
73 | |
74 * lisp/mule/mule-cmds.el: modified to sync with | |
75 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m") | |
76 | |
77 (set-language-info): Add to "Describe Language Support" and "Set | |
78 Language Environment" menu. | |
79 | |
80 * lisp/mule/mule-charset.el: Function `compose-region' and | |
81 `decompose-region' were moved to mule-util.el. | |
82 | |
83 * lisp/leim/quail.el: modify to sync with latest quail.el of | |
84 Emacs/mule in ETL. | |
85 | |
86 (quail-toggle-mode-temporarily): check `quail-conv-overlay'. | |
87 | |
88 (quail-map-p): Use `characterp' instead of `integerp'. | |
89 | |
90 1997-06-23 Steven L Baur <steve@altair.xemacs.org> | |
91 | |
92 * etc/NEWS (Commands): Various updates by Hrvoje Niksic. | |
93 | |
1 1997-06-21 Steven L Baur <steve@altair.xemacs.org> | 94 1997-06-21 Steven L Baur <steve@altair.xemacs.org> |
95 | |
96 * Makefile.in: Missing FRC.info. | |
97 (install-arch-dep): Add missing backslash. | |
98 From Glynn Clements <glynn@sensei.co.uk> | |
2 | 99 |
3 * XEmacs 20.3-beta8 is released. | 100 * XEmacs 20.3-beta8 is released. |
4 | 101 |
5 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr> | 102 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr> |
6 | 103 |