Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 414:da8ed4261e83 r21-2-15
Import from CVS: tag r21-2-15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:21:38 +0200 |
parents | 697ef44129c6 |
children | ebe98a74bd68 |
comparison
equal
deleted
inserted
replaced
413:901169e5ca31 | 414:da8ed4261e83 |
---|---|
1 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
2 | |
3 * XEmacs 21.2.15 is released | |
4 | |
5 1999-06-02 Oscar Figueiredo <oscar@xemacs.org> | |
6 | |
7 * subr.el (split-string): Avoid infinite looping | |
8 | |
9 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
10 | |
11 * ldap.el (ldap-ignore-attribute-codings): New variable | |
12 (ldap-default-attribute-decoder): New variable | |
13 (ldap-coding-system): New variable | |
14 (ldap-attribute-syntax-encoders): New variable | |
15 (ldap-attribute-syntax-decoders): New variable | |
16 (ldap-attribute-syntaxes-alist): New variable | |
17 (ldap-encode-boolean): New function | |
18 (ldap-decode-boolean): New function | |
19 (ldap-encode-country-string): New function | |
20 (ldap-decode-string): New function | |
21 (ldap-decode-address): New function | |
22 (ldap-encode-address): New function | |
23 (ldap-decode-attribute): New function | |
24 (ldap-search): Use some of these | |
25 | |
26 1999-05-25 Jan Vroonhof <jan@xemacs.org> | |
27 | |
28 * version.el (emacs-version): Make the patch level/beta come | |
29 before the XEmacs qualifier so that it gets into (funcall | |
30 emacs-version) and thus in the bug reports. | |
31 (emacs-version>=): Support patch levels. | |
32 | |
33 1999-06-03 SL Baur <steve@xemacs.org> | |
34 | |
35 * version.el: implement x.y.z version number | |
36 From Jan Vroonhof <vroonhof@math.ethz.ch> | |
37 | |
38 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
39 | |
40 * mule/mule-cmds.el (read-input-method-name): set input-method properly. | |
41 | |
42 1999-05-22 Vin Shelton <acs@xemacs.org> | |
43 | |
44 * startup.el: Document -private and break out non-standard X options. | |
45 | |
46 1999-05-26 SL Baur <steve@gneiss.etl.go.jp> | |
47 | |
48 * mule/mule-charset.el (charset-after): New function. | |
49 (charset-direction): Synch with Mule, update docstring. | |
50 (get-charset-property): New function. | |
51 (put-charset-property): New function. | |
52 (charset-plist): New function. | |
53 | |
54 * mule/mule-charset.el (compose-region): | |
55 (decompose-region): remove; these functions (which don't work | |
56 since we don't do composite characters) have been moved to | |
57 mule-util.el. | |
58 (toplevel): follow coding standards | |
59 | |
60 1999-05-26 SL Baur <steve@gneiss.etl.go.jp> | |
61 | |
62 * dumped-lisp.el (preloaded-file-list): mule-files.el does not | |
63 exist any more. | |
64 | |
65 * code-files.el: Fix commentary to follow coding standards. Move | |
66 the single line left in mule-files.el to here. | |
67 | |
68 * mule/mule-files.el: delete. | |
69 | |
70 1999-05-24 SL Baur <steve@gneiss.etl.go.jp> | |
71 | |
72 * info.el (Info-scroll-prev): Use event functions instead of the | |
73 old emacs 19 interface. | |
74 | |
75 1999-06-02 Andy Piper <andy@xemacs.org> | |
76 | |
77 * x-font-menu.el (x-font-menu-load-font): | |
78 font-menu-registry-encoding -> x-font-menu-registry-encoding type. | |
79 | |
80 1999-05-31 Andy Piper <andy@xemacs.org> | |
81 | |
82 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu | |
83 group. | |
84 (font-menu-this-frame-only-p): ditto. | |
85 (font-menu-max-items): reinstate, from Jan Vroonhof | |
86 <vroonhof@math.ethz.ch> | |
87 (font-menu-submenu-name-format): ditto. | |
88 (font-menu-split-long-menu): ditto, for use by the family | |
89 constructor. | |
90 (font-menu-family-constructor): use it. | |
91 | |
92 1999-05-30 Andy Piper <andy@xemacs.org> | |
93 | |
94 * msw-faces.el (mswindows-font-regexp): new font matching regexp | |
95 for use by the font menu. | |
96 | |
97 * msw-font-menu.el: new file implementing mswindows specific | |
98 font-menu behaviour. | |
99 (mswindows-font-menu-registry-encoding): new function mirroring x version. | |
100 (mswindows-font-menu-junk-families): ditto. | |
101 (hack-font-truename): ditto. | |
102 (mswindows-font-regexp-ascii): ditto. | |
103 (mswindows-reset-device-font-menus): ditto. | |
104 (mswindows-font-menu-font-data): ditto. | |
105 (mswindows-font-menu-load-font): ditto. | |
106 | |
107 * x-font-menu.el (x-reset-device-font-menus): made device specific. | |
108 (x-font-menu-font-data): ditto. | |
109 (x-font-menu-load-font): ditto. | |
110 | |
111 * font-menu.el: new file implementing generic font menu behaviour. | |
112 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and | |
113 made device independent. | |
114 (font-menu-this-frame-only-p): ditto. | |
115 (font-menu-preferred-resolution): ditto. | |
116 (font-menu-size-scaling): new variable used to determine whether | |
117 sizes are in points or tenths of a point. | |
118 (vassoc): moved from x-font-menu.el. | |
119 (device-fonts-cache): ditto. | |
120 (device-fonts-cache): ditto. | |
121 (flush-device-fonts-cache): ditto. | |
122 (reset-device-font-menus): copied from x-font-menu.el and made | |
123 device independent. Most functionality deferred to | |
124 device-dependent versions. | |
125 (font-menu-family-constructor): copied from x-font-menu.el and | |
126 made device independent. | |
127 (font-menu-size-constructor): ditto. | |
128 (font-menu-weight-constructor): ditto. | |
129 (font-menu-set-font): ditto. | |
130 (font-menu-change-face): ditto. | |
131 (font-menu-load-font): new device method. | |
132 (font-menu-font-data): ditto. | |
133 | |
134 * x-font-menu.el: The above functions deleted. | |
135 | |
136 1999-05-26 Andy Piper <andy@xemacs.org> | |
137 | |
138 * update-elc.el: | |
139 * make-docfile.el: | |
140 * loadup.el: rehash expand-file-name usage to not use default-directory. | |
141 | |
142 1999-05-21 Andy Piper <andy@xemacs.org> | |
143 | |
144 * x-select.el (x-select-convert-to-text): | |
145 (x-selected-text-type): | |
146 (x-get-selection): | |
147 (xselect-convert-to-string): | |
148 (xselect-convert-to-compound-text): | |
149 (xselect-convert-to-length): | |
150 (xselect-convert-to-targets): | |
151 (xselect-convert-to-delete): | |
152 (xselect-convert-to-filename): | |
153 (xselect-convert-to-charpos): | |
154 (xselect-convert-to-lineno): | |
155 (xselect-convert-to-colno): | |
156 (xselect-convert-to-sourceloc): | |
157 (xselect-convert-to-os): | |
158 (xselect-convert-to-host): | |
159 (xselect-convert-to-user): | |
160 (xselect-convert-to-class): | |
161 (xselect-convert-to-name): | |
162 (xselect-convert-to-integer): | |
163 (xselect-convert-to-atom): | |
164 (xselect-convert-to-identity): functions renamed from x-* and | |
165 moved to select.el. | |
166 (x-get-secondary-selection): use rename get-selection. | |
167 (x-get-clipboard): ditto. | |
168 (x-own-selection): moved to select.el. | |
169 (x-valid-simple-selection-p): ditto. | |
170 (x-dehilight-selection): ditto. | |
171 (x-own-clipboard): ditto. | |
172 (x-disown-selection): ditto. | |
173 | |
174 * x-mouse.el (x-yank-function): moved to mouse.el. | |
175 (x-insert-selection): ditto. | |
176 (x-set-point-and-move-selection): use renamed function. | |
177 | |
178 * select.el (selected-text-type): moved and renamed from | |
179 x-select.el. | |
180 (selection-owner-p): moved to C. | |
181 (selection-exists-p): ditto. | |
182 (get-cutbuffer): new device method. | |
183 (get-selection): generalised and moved from x-select.el. | |
184 (own-selection): moved x-own-selection functionality into here. | |
185 (dehilight-selection): renamed and moved from x-select.el. | |
186 (own-clipboard): functionality moved from x-select.el using new | |
187 generic C builtins. | |
188 (disown-clipboard): ditto. | |
189 (select-convert-to-text): | |
190 (select-convert-to-string): | |
191 (select-convert-to-compound-text): | |
192 (select-convert-to-length): | |
193 (select-convert-to-targets): | |
194 (select-convert-to-delete): | |
195 (select-convert-to-filename): | |
196 (select-convert-to-charpos): | |
197 (select-convert-to-lineno): | |
198 (select-convert-to-colno): | |
199 (select-convert-to-sourceloc): | |
200 (select-convert-to-os): | |
201 (select-convert-to-host): | |
202 (select-convert-to-user): | |
203 (select-convert-to-class): | |
204 (select-convert-to-name): | |
205 (select-convert-to-integer): | |
206 (select-convert-to-atom): | |
207 (select-convert-to-identity): new functions renamed from x-* and | |
208 moved from x-select.el. | |
209 | |
210 * mouse.el (mouse-consolidated-yank): subsume x-yank-function | |
211 into here and use as the default window-system mouse yank. | |
212 (insert-selection): generalised and moved from x-mouse.el. | |
213 (own-clipboard): moved to C. | |
214 | |
215 * msw-select.el (mswindows-selection-owned-p): deleted. | |
216 (mswindows-own-selection): generalised and moved to select.el. | |
217 (mswindows-disown-selection): generalised and moved to C. | |
218 (mswindows-selection-owner-p): ditto. | |
219 | |
1 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | 220 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> |
2 | 221 |
3 * XEmacs 21.2.14 is released | 222 * XEmacs 21.2.14 is released |
4 | 223 |
5 1999-05-13 SL Baur <steve@gneiss.etl.go.jp> | 224 1999-05-13 SL Baur <steve@gneiss.etl.go.jp> |