update.
[chise/xemacs-chise.git.1] / lisp / ChangeLog
1 2003-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * mule/mule-conf.el: `japanese-jisx0208-1978' is renamed to
4         `=jis-x0208-1978'.
5         (japanese-jisx0208-1978): New alias for `=jis-x0208-1978'.
6
7 2003-04-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
8
9         * mule/mule-conf.el (=iso-ir165): Renamed from `chinese-isoir165'.
10         (chinese-isoir165): Changed to an alias for `=iso-ir165'.
11
12 2003-04-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
13
14         * mule/mule-conf.el (chinese-isoir165): Specify iso-ir 165.
15         (chinese-cns11643-3): Specify iso-ir 183.
16         (chinese-cns11643-4): Specify iso-ir 184.
17         (chinese-cns11643-5): Specify iso-ir 185.
18         (chinese-cns11643-6): Specify iso-ir 186.
19         (chinese-cns11643-7): Specify iso-ir 187.
20         (=jis-x0213-1-2000): In XEmacs CHISE, specify iso-ir 228.
21         (=jis-x0213-2-2000): In XEmacs CHISE, specify iso-ir 229.
22
23 2003-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
24
25         * bytecomp.el (byte-compile-insert-header): In XEmacs CHISE, check
26         \uXXXX for every cases.
27
28 2003-03-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
29
30         * mule/mule-conf.el (=ucs@big5): Renamed from `ucs-big5'.
31         (ucs-big5): Changed to an alias for `=ucs@big5'.
32
33 2003-03-29  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
34
35         * mule/mule-conf.el (=ucs@ks): Renamed from `ucs-ks'.
36         (ucs-ks): Changed to an alias for `=ucs@ks'.
37
38 2003-03-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
39
40         * mule/mule-conf.el (=ucs@jis-2000): Renamed from `=ucs-jis-2000'.
41         (=ucs-jis-2000): Changed to an alias for `=ucs@jis-2000'.
42
43 2003-03-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
44
45         * mule/mule-conf.el (=ucs@jis-1990): Renamed from `=ucs-jis-1990'.
46         (=ucs-jis-1990): Changed to an alias for `=ucs@jis-1990'.
47
48 2003-03-24  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
49
50         * mule/mule-conf.el (=ucs@jis): Renamed from `ucs-jis'.
51         (ucs-jis): Changed to an alias for `=ucs@jis'.
52
53 2003-03-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
54
55         * mule/mule-conf.el (=ucs@cns): Renamed from `ucs-cns'.
56         (ucs-cns): Changed to an alias for `=ucs@cns'.
57
58 2003-03-20  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
59
60         * mule/mule-conf.el (=ucs@gb): Renamed from `ucs-gb'.
61         (ucs-gb): Changed to an alias for `=ucs@gb'.
62
63 2003-03-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
64
65         * mule/mule-conf.el (=daikanwa-rev1): Renamed from
66         `ideograph-daikanwa-2'.
67         (ideograph-daikanwa-2): Changed to an alias for `=daikanwa-rev1'.
68         (=daikanwa-rev2): New coded-charset when `utf-2000' is provided.
69
70 2003-03-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
71
72         * version.el (emacs-version): Rename `XEmacs UTF-2000' to `XEmacs
73         CHISE'; use `xemacs-chise-version' instead of `utf-2000-version'.
74
75         * obsolete.el (utf-2000-version): Declare as an obsolete variable
76         for `xemacs-chise-version'.
77
78 2003-03-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
79
80         * mule/mule-charset.el (default-coded-charset-priority-list):
81         Refer `=jis-x0208-1990' instead of `japanese-jisx0208-1990'; refer
82         `=gt-pj-*' instead of `ideograph-gt-pj-*'; refer `=hanziku-*'
83         instead of `ideograph-hanziku-*'.
84
85         * mule/mule-conf.el: `ucs' is renamed to `=ucs'.
86         (ucs): New alias for `=ucs' when `utf-2000' is provided.
87
88 2003-03-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
89
90         * mule/mule-conf.el (=jis-x0213-1-2000): Rename
91         `japanese-jisx0208-1990' to `=jis-x0208-1990'.
92         (japanese-jisx0208-1990): New alias for `=jis-x0208-1990' when
93         `utf-2000' is provided.
94
95 2003-03-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
96
97         * mule/mule-conf.el (ucs-gb): New coded-charsets when `utf-2000'
98         is provided [was builtin coded-charsets].
99
100 2003-03-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
101
102         * mule/mule-conf.el (ucs-cns): New coded-charsets when `utf-2000'
103         is provided [was builtin coded-charsets].
104
105 2003-03-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
106
107         * mule/mule-conf.el (ucs-jis): New coded-charsets when `utf-2000'
108         is provided [was builtin coded-charsets].
109
110 2003-03-02  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
111
112         * mule/mule-conf.el (ucs-ks): New coded-charsets when `utf-2000'
113         is provided [was builtin coded-charsets].
114
115 2003-03-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
116
117         * mule/mule-conf.el (ideograph-daikanwa-2): New coded-charsets
118         when `utf-2000' is provided [was builtin coded-charsets].
119
120 2003-02-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
121
122         * mule/mule-conf.el (=hanziku-*): Renamed from
123         `ideograph-hanziku-*'.
124         (ideograph-hanziku-*): Changed to an alias for `=hanziku-*'.
125
126 2003-02-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
127
128         * mule/mule-conf.el (ideograph-daikanwa): New coded-charsets when
129         `utf-2000' is provided [was builtin coded-charsets].
130         (ideograph-hanziku-{1..12}): Likewise.
131
132 2003-02-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
133
134         * mule/mule-conf.el (=gt-pj-*): Renamed from `ideograph-gt-pj-*'.
135         (ideograph-gt-pj-*): Changed to an alias for `=gt-pj-*'.
136
137 2003-02-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
138
139         * mule/mule-conf.el (ideograph-gt-pj-{1..11}): New coded-charsets
140         when `utf-2000' is provided [was builtin coded-charsets].
141
142 2003-02-24  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
143
144         * mule/mule-charset.el (default-coded-charset-priority-list): Use
145         `=big5-cdp', `=cbeta' and `=jef-china3' instead of
146         `chinese-big5-cdp', `ideograph-cbeta' and `china3-jef'.
147
148 2003-02-18  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
149
150         * mule/mule-conf.el (=gt): Renamed from `ideograph-gt'.
151         (ideograph-gt): Changed to an alias for `=gt'.
152
153 2003-02-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
154
155         * mule/mule-conf.el (ucs-big5): New coded-charset when `utf-2000'
156         is provided; it was defined as a builtin coded-charset.
157         (ideograph-gt): Likewise.
158
159 2003-02-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
160
161         * mule/mule-conf.el (=gt-k): Renamed from `ideograph-gt-k'.
162         (ideograph-gt-k): Changed to an alias for `=gt-k'.
163
164 2003-02-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
165
166         * mule/mule-conf.el (=big5-cdp): Renamed from `chinese-big5-cdp'.
167         (chinese-big5-cdp): Changed to an alias for `=big5-cdp'.
168
169 2003-02-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
170
171         * mule/mule-conf.el (=big5-eten): Renamed from
172         `chinese-big5-eten'.
173         (chinese-big5-eten): Changed to an alias for `=big5-eten'.
174
175 2003-02-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
176
177         * mule/mule-conf.el (=big5-pua): Renamed from `chinese-big5-pua'.
178         (chinese-big5-pua): Changed to an alias for `=big5-pua'.
179
180 2003-02-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
181
182         * mule/mule-conf.el (=cbeta): Renamed from `ideograph-cbeta'.
183         (ideograph-cbeta): Changed to an alias for `=cbeta'.
184
185 2003-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
186
187         * mule/mule-conf.el (=jef-china3): Renamed from `china3-jef'.
188         (china3-jef): Changed to an alias for `=jef-china3'.
189
190 2003-02-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
191
192         * mule/mule-charset.el (default-coded-charset-priority-list): Use
193         `=jis-x0213-{1|2}-2000' instead of `japanese-jisx0213-{1|2}'.
194
195         * mule/mule-conf.el (=jis-x0213-{1|2}-2000): Renamed from
196         `japanese-jisx0213-{1|2}' when `utf-2000' is provided.
197         (japanese-jisx0213-{1|2}): New alias for =jis-x0213-{1|2}-2000
198         when `utf-2000' is provided.
199
200 2003-02-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
201
202         * mule/mule-charset.el (default-coded-charset-priority-list):
203         Refer Hanziku to CBETA, Big5 variants, UCS-BMP and JEF-CHINA3.
204
205         * mule/mule-conf.el (ucs-jis-1990): Deleted.
206         (ucs-jis-2000): Deleted.
207
208 2003-02-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
209
210         * mule/mule-conf.el (=ucs-jis-1990): New coded-charset for
211         UTF-2000.
212         (=ucs-jis-2000): New coded-charset for UTF-2000.
213
214 2003-01-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
215
216         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
217         settings for `ideograph-hanziku-{1|2}' and JEF-CHINA3.
218
219 2003-01-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
220
221         * mule/mule-charset.el (default-coded-charset-priority-list):
222         Prefer `korean-ksc5601' to CNS 11643; prefer Big5-CDP to
223         `ideograph-cbeta'.
224
225 2003-01-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
226
227         * mule/mule-conf.el: Add new coded-charset when UTF-2000 [was a
228         builtin coded-charset].
229
230 2002-12-22  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
231
232         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
233         settings for &K0-xxxx and &I-K0-xxxx.
234
235 2002-12-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
236
237         * mule/mule-charset.el (default-coded-charset-priority-list): Add
238         `ideograph-gt-pj-k1' and `ideograph-gt-pj-k2' in UTF-2000.
239
240 2002-12-18  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
241
242         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
243         settings for &GT-Knnnnn and &I-GT-Knnnnn in UTF-2000.
244
245 2002-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
246
247         * mule/mule-conf.el (ideograph-gt-k): New coded-charset in
248         UTF-2000.
249         (ideograph-gt-pj-k1): Likewise.
250         (ideograph-gt-pj-k2): Likewise.
251
252 2002-11-29  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
253
254         * mule/mule-charset.el (default-coded-charset-priority-list): Add
255         `=jis-x0208'.
256
257 2002-11-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
258
259         * mule/mule-conf.el (china3-jef): Add new coded-charset when
260         UTF-2000 [was a builtin coded-charset].
261
262 2002-11-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
263
264         * mule/mule-coding.el (utf-8-gb): Prefer `ucs-gb' and `=>ucs-gb'.
265         (utf-8-gb-er): Likewise.
266
267 2002-10-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
268
269         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
270         settings for JIS X 0212 and JIS X 0208:1978.
271
272 2002-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
273
274         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
275         setting for JIS X 0213.
276
277 2002-08-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
278
279         * iso8859-1.el: Don't set `iso8859/1-case-table' to the
280         standard-case-table in UTF-2000.
281
282 2002-08-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
283
284         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
285         definitions for isolated-chars.
286
287 2002-08-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
288
289         * setup-paths.el (paths-find-utf-2000-lisp-directory): Use
290         `configure-utf-2000-lisp-directory'.
291         (paths-construct-load-path): Prefer `utf-2000-lisp-load-path' to
292         `mule-lisp-load-path'.
293
294 2002-08-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
295
296         * startup.el (startup-setup-paths): Set and use
297         `utf-2000-lisp-directory'.
298         (startup-setup-paths-warning): Check `utf-2000-lisp-directory' in
299         UTF-2000.
300
301 2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
302
303         * setup-paths.el (paths-utf-2000-load-path-depth): New variable.
304         (paths-find-utf-2000-lisp-directory): New function.
305         (paths-construct-load-path): Add new optional argument
306         `utf-2000-lisp-directory'.
307
308         * dump-paths.el: Set and use `utf-2000-lisp-directory'.
309
310 2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
311
312         * mule/mule-charset.el: Don't specify `auto-fill-chars' for
313         `katakana-jisx0201', `japanese-jisx0208', `japanese-jisx0212',
314         `chinese-gb2312', `chinese-big5-1' and `chinese-big5-2'.
315         (default-coded-charset-priority-list): Add `chinese-big5-1' and
316         `chinese-big5-2' in UTF-2000.
317
318         * mule/chinese.el: Set syntax-entry "w" for `chinese-big5' instead
319         of `chinese-big5-1' and `chinese-big5-2' in UTF-2000.
320
321 2002-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
322
323         * mule/chinese.el: Add new coding-systems `big5-er', `big5-eten',
324         `big5-eten-er' in UTF-2000.
325         (big5-cdp): Modify DOC-string and mnemonic.
326
327 2002-08-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
328
329         * mule/mule-coding.el (utf-8-mcs-er): New coding-system in
330         UTF-2000 [renamed from utf-8-er].
331         (utf-8-gb): New coding-system in UTF-2000.
332         (utf-8-gb-er): Likewise.
333         (utf-8-cns): Likewise.
334         (utf-8-cns-er): Likewise.
335         (utf-8-big5): Likewise.
336         (utf-8-big5-er): Likewise.
337         (utf-8-jis): Likewise.
338         (utf-8-jis-er): Likewise.
339         (utf-8-ks): Likewise.
340         (utf-8-ks-er): Likewise.
341         (utf-8-er): Likewise.
342
343 2002-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
344
345         * bytecomp.el (byte-compile-insert-header): Use `utf-8-mcs-unix'
346         instead of `utf-8-unix' in UTF-2000.
347
348         * mule/mule-coding.el (utf-8): Define as an alias for `utf-8-mcs'.
349
350 2002-07-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
351
352         * mule/japanese.el (euc-jisx0213): New coding-system.
353
354         * mule/mule-conf.el (japanese-jisx0213-1): Specify
355         `japanese-jisx0208-1990' as the mother.
356
357 2002-07-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
358
359         * dumped-lisp.el (preloaded-file-list): Change condition of
360         loading "close-cdb".
361
362 2002-07-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
363
364         * mule/mule-coding.el (utf-8-er): New coding-system in UTF-2000;
365         setup `coded-charset-entity-reference-alist'.
366
367 2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
368
369         * dumped-lisp.el (preloaded-file-list): Dump "close-cdb" in
370         UTF-2000.
371
372 2002-04-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
373
374         * mule/mule-charset.el (default-coded-charset-priority-list): Add
375         `chinese-big5-eten-a' and `chinese-big5-eten-b'.
376
377 2002-04-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
378
379         * mule/mule-conf.el (chinese-big5-pua): New coded-charset.
380         (chinese-big5-eten-a): Likewise.
381         (chinese-big5-eten-b): Likewise.
382         (chinese-big5-cdp): Declare as a subset of `chinese-big5' whose
383         code range is #x8140 .. #x8DFE.
384
385 2002-04-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
386
387         * mule/mule-conf.el (chinese-big5-eten): New coded-charset in
388         UTF-2000.
389         (chinese-big5-cdp): Likewise.
390
391 2002-02-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
392
393         * dumped-lisp.el (preloaded-file-list): Rename
394         utf-2000/make-cdbs.el -> utf-2000/update-cdb.el.
395
396 2002-02-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
397
398         * update-elc.el: Load lisp/utf-2000/dumped-chars.el in UTF-2000;
399         append `system-char-db-source-file-list' into
400         `preloaded-file-list' in UTF-2000.
401
402 2002-02-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
403
404         * dumped-lisp.el (preloaded-file-list): Delete
405         character-definition files.
406
407 2002-02-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
408
409         * dumped-lisp.el (preloaded-file-list): Add `make-cdbs' in
410         UTF-2000.
411
412 2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
413
414         * mule/mule-charset.el (default-coded-charset-priority-list):
415         Delete `mojikyo-2022-1'.
416
417 2001-12-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
418
419         * mule/mule-charset.el (default-coded-charset-priority-list):
420         Delete `mojikyo'.
421
422 2001-12-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
423
424         * mule/mule-charset.el (default-coded-charset-priority-list): Add
425         `ucs-sip'.
426
427 2001-11-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
428
429         * mule/mule-charset.el (default-coded-charset-priority-list):
430         Comment out `chinese-gb12345'.
431
432 2001-11-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
433
434         * bytecomp.el (byte-compile-insert-header): Fixed.
435
436 2001-10-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
437
438         * dumped-lisp.el (preloaded-file-list): Dump `ad-hoc-cdp' in
439         XEmacs UTF-2000.
440
441 2001-10-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
442
443         * mule/chinese.el (big5-cdp): New coding-system in XEmacs
444         UTF-2000.
445
446 2001-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
447
448         * mule/mule-charset.el (default-coded-charset-priority-list): Add
449         `ideograph-hanziku-{1 .. 12}' in XEmacs UTF-2000.
450
451 2001-10-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
452
453         * mule/mule-charset.el (default-coded-charset-priority-list):
454         `japanese-jef-china3' is renamed `china3-jef'.
455
456 2001-10-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
457
458         * mule/mule-charset.el (default-coded-charset-priority-list): Add
459         `japanese-jef-china3' and `ideograph-cbeta'.
460
461 2001-09-02  MORIOKA Tomohiko  <tomo@calliope.mousai.mahoroba.ne.jp>
462
463         * list-mode.el: Delete dirty hack for XEmacs UTF-2000.
464
465 2001-08-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
466
467         * mule/mule-charset.el (default-coded-charset-priority-list): Add
468         `chinese-big5-cdp'.
469
470 2001-08-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
471
472         * mule/mule-charset.el (default-coded-charset-priority-list): Add
473         `arabic-digit', `arabic-1-column' and `arabic-2-column'.
474
475 2001-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
476
477         * dumped-lisp.el (preloaded-file-list): Load "arabic" before
478         loading character definitions.
479
480 2001-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
481
482         * dumped-lisp.el (preloaded-file-list): Rename
483         u031A0-Extended-Bopomofo.el to u031A0-Bopomofo-Extended.el.
484
485 2001-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
486
487         * mule/mule-charset.el (default-coded-charset-priority-list): Add
488         `chinese-big5'.
489
490 2001-07-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
491
492         * dumped-lisp.el (preloaded-file-list): Dump
493         "Ideograph-R028-Private" with XEmacs UTF-2000.
494
495 2001-07-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
496
497         * mule/mule-charset.el (default-coded-charset-priority-list): Add
498         `chinese-gb12345'.
499
500 2001-07-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
501
502         * mule/mule-charset.el (default-coded-charset-priority-list): Add
503         `ideograph-gt-pj-{1..11}'.
504
505         * dumped-lisp.el (preloaded-file-list): Dump `isolated-char' in
506         XEmacs UTF-2000.
507
508 2000-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
509
510         * mule/mule-charset.el (default-coded-charset-priority-list):
511         Prefer `chinese-gb2312' than `chinese-cns11643-*'; add
512         `chinese-isoir165'.
513
514 2000-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
515
516         * format.el (format-alist): Revive `image/jpeg', `image/gif',
517         `image/png', `image/x-xpm' and `image/tiff'.
518
519         * files.el (binary-file-regexps): Add *.PNG.
520
521 2000-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
522
523         * mule/mule-charset.el (default-coded-charset-priority-list):
524         Prefer `japanese-jisx0208-1990' than `japanese-jisx0212'; prefer
525         `korean-ksc5601' than `japanese-jisx0213-1'; add `mojikyo-2022-1'.
526
527 2000-09-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
528
529         * list-mode.el: Call `completion-list-mode' to avoid slowness of
530         the first completion when UTF-2000 is running.
531
532 2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
533
534         * mule/mule-charset.el (default-coded-charset-priority-list):
535         Delete `ucs'.
536
537 2000-04-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
538
539         * dumped-lisp.el (preloaded-file-list): Don't add "mojikyo".
540
541         * mule/mule-charset.el (default-coded-charset-priority-list): Add
542         `mojikyo' instead of `mojikyo-pj-[1..21]'.
543
544 2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
545
546         * mule/vietnamese.el (vscii-2): Delete abolished property
547         `composite'; now composite mode is default.
548
549 2000-04-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
550
551         * bytecomp.el (byte-compile-insert-header): Use `binary' instead
552         of `raw-text'; check \uHHHH representation even if non-ascii
553         characters are not found.
554
555         * dumped-lisp.el (preloaded-file-list): Add "ccs-tcvn5712.el" in
556         UTF-2000; add "viet-ccl" in non-UTF-2000 Mule; add "vietnamese"
557         unconditionally.
558
559         * mule/viet-ccl.el: New file.
560
561         * mule/vietnamese.el (vscii-2): New coding-system in UTF-2000.
562         (tcvn-5712): New coding-system alias of `vscii-2' in UTF-2000.
563         - Separate CCL based implementations to viet-ccl.el.
564
565 2000-02-24  MORIOKA Tomohiko  <tomo@m17n.org>
566
567         * mule/mule-conf.el (japanese-jisx0213-1): Allow
568         "jisx0213.2000-1".
569         (japanese-jisx0213-2): Allow "jisx0213.2000-2".
570
571         * mule/mule-charset.el (default-coded-charset-priority-list):
572         Prefer `japanese-jisx0213-1' and `japanese-jisx0213-2' to
573         `japanese-jisx0208-1978' and `japanese-jisx0208-1990'.
574
575 2000-01-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
576
577         * dumped-lisp.el (preloaded-file-list): Add "mojikyo" in UTF-2000.
578
579 2000-01-27  MORIOKA Tomohiko  <tomo@m17n.org>
580
581         * mule/mule-charset.el (default-coded-charset-priority-list): Add
582         `ucs' in UTF-2000.
583
584 2000-01-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
585
586         * mule/mule-charset.el (default-coded-charset-priority-list):
587         Prefer `mojikyo-pj-*' and `ideograph-daikanwa' to `ucs-bmp' and
588         `arabic-iso8859-6'.
589
590 2000-01-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
591
592         * mule/mule-charset.el (default-coded-charset-priority-list): Add
593         `mojikyo-pj-[1 .. 21]' in UTF-2000.
594
595 2000-01-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
596
597         * mule/mule-charset.el (default-coded-charset-priority-list): Add
598         `katakana-jisx0201' in UTF-2000.
599
600 1999-12-23  MORIOKA Tomohiko  <tomo@urania.m17n.org>
601
602         * dumped-lisp.el (preloaded-file-list): Add "u0A000-Yi-Syllables",
603         "u0AC00-Hangul-Syllables", "u0FB00-Alphabetic-Presentation-Forms",
604         "u0FB50-Arabic-Presentation-Forms-A",
605         "u0FE20-Combining-Half-Marks", "u0FE30-CJK-Compatibility-Forms",
606         "u0FE50-Small-Form-Variants",
607         "u0FE70-Arabic-Presentation-Forms-B",
608         "u0FF00-Halfwidth-and-Fullwidth-Forms" and "u0FFF0-Specials" in
609         UTF-2000.
610
611 1999-12-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
612
613         * dumped-lisp.el (preloaded-file-list): Delete
614         "ccs-jisx0208-1983.el"; add "Ideograph-R031-Enclosure"
615         ... "Ideograph-R214-Flute" in UTF-2000.
616
617 1999-11-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
618
619         * mule/mule-conf.el (japanese-jisx0213-1): New coded-charset.
620         (japanese-jisx0213-2): New coded-charset.
621
622         * dumped-lisp.el (preloaded-file-list): Add
623         "Ideograph-R028-Private", "Ideograph-R029-Again" and
624         "Ideograph-R030-Mouth".
625
626 1999-11-19  MORIOKA Tomohiko  <tomo@etl.go.jp>
627
628         * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R012-Eight",
629         "Ideograph-R013-Down-Box", "Ideograph-R014-Cover",
630         "Ideograph-R015-Ice", "Ideograph-R016-Table",
631         "Ideograph-R017-Open-Box", "Ideograph-R018-Knife",
632         "Ideograph-R019-Power", "Ideograph-R020-Wrap", "Ideograph-R021-Spoon",
633         "Ideograph-R022-Right-Open-Box", "Ideograph-R023-Hiding-Enclosure",
634         "Ideograph-R024-Ten", "Ideograph-R025-Divination",
635         "Ideograph-R026-Seal" and "Ideograph-R027-Cliff" in UTF-2000.
636
637 1999-11-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
638
639         * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R002-Line",
640         "Ideograph-R003-Dot", "Ideograph-R004-Slash",
641         "Ideograph-R005-Second", "Ideograph-R006-Hook",
642         "Ideograph-R007-Two", "Ideograph-R008-Lid", "Ideograph-R009-Man",
643         "Ideograph-R010-Legs" and "Ideograph-R011-Enter".
644
645         * mule/mule-charset.el (default-coded-charset-priority-list): Add
646         `japanese-jisx0208-1990' and `japanese-jisx0208-1978'.
647
648 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
649
650         * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R001-One"
651         in UTF-2000.
652
653 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
654
655         * mule/mule-conf.el (sisheng): Moved from mule/chinese.el.
656         (chinese-isoir165): Moved from mule/chinese.el.
657         (chinese-cns11643-3): Moved from mule/chinese.el.
658         (chinese-cns11643-4): Moved from mule/chinese.el.
659         (chinese-cns11643-5): Moved from mule/chinese.el.
660         (chinese-cns11643-6): Moved from mule/chinese.el.
661         (chinese-cns11643-7): Moved from mule/chinese.el.
662
663         * mule/chinese.el: Move definition of coded-charsets to
664         mule/mule-conf.el.
665
666 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
667
668         * mule/mule-charset.el (default-coded-charset-priority-list): Add
669         `ideograph-daikanwa'.
670
671 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
672
673         * dumped-lisp.el (preloaded-file-list): Delete
674         "ccs-jisx0201-latin.el".
675
676 1999-11-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
677
678         * dumped-lisp.el (preloaded-file-list): Add
679         "u031A0-Extended-Bopomofo" in UTF-2000.
680
681 1999-11-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
682
683         * dumped-lisp.el (preloaded-file-list): u02E00-CJK-Radicals was
684         renamed to u02E00-CJK-Radical-Supplement.
685
686 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
687
688         * dumped-lisp.el (preloaded-file-list): Add
689         "u03000-CJK-Symbols-and-Punctuation", "u03040-Hiragana",
690         "u030A0-Katakana", "u03100-Bopomofo",
691         "u03130-Hangul-Compatibility-Jamo", "u03190-Kanbun",
692         "u03200-Enclosed-CJK-Letters-and-Months" and
693         "u03300-CJK-Compatibility".
694
695 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
696
697         * dumped-lisp.el (preloaded-file-list): Add "u02E00-CJK-Radicals",
698         "u02F00-Kangxi-Radicals" and
699         "u02FF0-Ideographic-Description-Characters".
700
701 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
702
703         * dumped-lisp.el (preloaded-file-list): Add
704         "u02600-Miscellaneous-Symbols", "u02700-Dingbats" and
705         "u02800-Braille-Patterns" in UTF-2000.
706
707 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
708
709         * dumped-lisp.el (preloaded-file-list): Load "uXXXXX-*" instead of
710         "uXXXXX-*.el" in UTF-2000.
711
712         * bytecomp.el (byte-compile-insert-header): Delete comments if
713         non-ASCII characters are found; allow `byte-compile-dynamic' and
714         `byte-compile-dynamic-docstrings' if *.elc will be encoded by
715         `raw-text'.
716
717 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
718
719         * dumped-lisp.el (preloaded-file-list): Add
720         "u02500-Box-Drawing.el", "u02580-Block-Elements.el" and
721         "u025A0-Geometric-Shapes.el".
722
723 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
724
725         * dumped-lisp.el (preloaded-file-list): Add
726         "u02400-Control-Pictures.el", "u02440-OCR.el" and
727         "u02460-Enclosed-Alphanumerics.el".
728
729 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
730
731         * mule/mule-charset.el (default-coded-charset-priority-list): Add
732         `chinese-gb2312'.
733
734         * dumped-lisp.el (preloaded-file-list): Add
735         "u02200-Mathematical-Operators.el" and
736         "u02300-Miscellaneous-Technical.el".
737
738 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
739
740         * mule/mule-charset.el (default-coded-charset-priority-list): Add
741         `chinese-cns11643-*'.
742
743         * dumped-lisp.el (preloaded-file-list): Add
744         "u02100-Letterlike-Symbols.el", "u02150-Number-Forms.el" and
745         "u02190-Arrows.el" in UTF-2000.
746
747 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
748
749         * mule/mule-charset.el (default-coded-charset-priority-list): Add
750         `korean-ksc5601'.
751
752         * dumped-lisp.el (preloaded-file-list): Add
753         "u02000-General-Punctuation.el", "u02070-Superscripts.el",
754         "u02080-Subscripts.el", "u020A0-Currency-Symbols.el" and
755         "u020D0-Combining-Diacritical-Marks-for-Symbols.el" in UTF-2000.
756
757 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
758
759         * dumped-lisp.el (preloaded-file-list): Delete "ccs-viscii.el".
760
761 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
762
763         * dumped-lisp.el (preloaded-file-list): Add "u013A0-Cherokee.el",
764         "u01400-Canadian.el", "u01680-Ogham.el", "u016A0-Runic.el",
765         "u01780-Khmer.el", "u01800-Mongolian.el",
766         "u01E00-Latin-Extended-Additional.el" and
767         "u01F00-Greek-Extended.el" in UTF-2000.
768
769 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
770
771         * mule/mule-charset.el (default-coded-charset-priority-list): Add
772         `ethiopic-ucs' and `ethiopic'.
773
774         * dumped-lisp.el (preloaded-file-list): Add "u010A0-Georgian.el",
775         "u01100-Hangul-Jamo.el" and "u01200-Ethiopic.el".
776
777         * mule/mule-conf.el: Move definition of coded-charset `ethiopic'
778         from mule/ethiopic.el.
779
780         * mule/ethiopic.el: Move definition of coded-charset `ethiopic' to
781         mule/mule-conf.el.
782
783 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
784
785         * mule/mule-charset.el (default-coded-charset-priority-list): Add
786         `lao'.
787
788         * mule/mule-conf.el (lao): New coded-charset.
789
790         * dumped-lisp.el (preloaded-file-list): Add
791         "u00900-Devanagari.el", "u00980-Bengali.el", "u00A00-Gurmukhi.el",
792         "u00A80-Gujarati.el", "u00B00-Oriya.el", "u00B80-Tamil.el",
793         "u00C00-Telugu.el", "u00C80-Kannada.el", "u00D00-Malayalam.el",
794         "u00D80-Sinhala.el", "u00E00-Thai.el", "u00E80-Lao.el",
795         "u00F00-Tibetan.el" and "u01000-Myanmar.el".
796
797 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
798
799         * mule/mule-charset.el (default-coded-charset-priority-list): Add
800         `ucs-bmp' and `arabic-iso8859-6'.
801
802 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
803
804         * dumped-lisp.el (preloaded-file-list): Add "u00400-Cyrillic.el",
805         "u00530-Armenian.el", "u00590-Hebrew.el", "u00600-Arabic.el",
806         "u00700-Syriac.el" and "u00780-Thaana.el" in UTF-2000.
807
808 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
809
810         * startup.el (normal-top-level): Load autoload file for UTF-2000
811         in UTF-2000.
812
813 1999-11-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
814
815         * dumped-lisp.el (preloaded-file-list): Add "mule-conf" in Mule;
816         delete "ccs-iso8859-*.el"; add "u00000-C0.el",
817         "u00020-Basic-Latin.el", "u00080-C1.el",
818         "u000A0-Latin-1-Supplement.el", "u00100-Latin-Extended-A.el",
819         "u00180-Latin-Extended-B.el", "u00250-IPA-Extensions.el",
820         "u002B0-Spacing-Modifier-Letters.el",
821         "u00300-Combining-Diacritical-Marks.el" and "u00370-Greek.el" in
822         UTF-2000.
823
824 1999-11-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
825
826         * mule/mule-charset.el (default-coded-charset-priority-list): Add
827         `japanese-jisx0212' and `ipa' in UTF-2000; use `latin-viscii-*'
828         instead of `vietnamese-viscii-*'.
829
830 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
831
832         * mule/mule-conf.el: New file.
833
834         * mule/misc-lang.el: Move definition of charset `ipa' to
835         mule/mule-conf.el.
836
837 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
838
839         * mule/mule-charset.el (default-coded-charset-priority-list): Add
840         `latin-viscii'; prefer it for characters used in Vietnamese.
841
842 1999-10-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
843
844         * bytecomp.el (byte-compile-insert-header): Fix regexp.
845
846 1999-10-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
847
848         * mule/viet-chars.el (latin-viscii-lower): Renamed from charset
849         `vietnamese-viscii-lower'.
850         (latin-viscii-upper): Renamed from charset
851         `vietnamese-viscii-upper'.
852         (vietnamese-viscii-lower): New alias for charset
853         `latin-viscii-lower'.
854         (vietnamese-viscii-upper): New alias for charset
855         `latin-viscii-upper'.
856
857 1999-10-05  MORIOKA Tomohiko  <tomo@etl.go.jp>
858
859         * mule/mule-charset.el (default-coded-charset-priority-list):
860         Comment out `hiragana-jisx0208' and `katakana-jisx0208'.
861
862 1999-10-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
863
864         * mule/ccs-jisx0208-1983.el, mule/ccs-tcvn5712.el,
865         mule/ccs-viscii.el, mule/ccs-iso8859-9.el,
866         mule/ccs-jisx0201-latin.el, mule/ccs-iso8859-2.el,
867         mule/ccs-iso8859-3.el, mule/ccs-iso8859-4.el: Moved to
868         lisp/utf-2000.
869
870 1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
871
872         * mule/ccs-tcvn5712.el: New file.
873
874 1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
875
876         * dumped-lisp.el (preloaded-file-list): Add "ccs-jisx0208-1983.el"
877         in UTF-2000.
878
879 1999-10-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
880
881         * mule/mule-charset.el (default-coded-charset-priority-list): Add
882         `japanese-jisx0208'.
883
884 1999-10-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
885
886         * dumped-lisp.el (preloaded-file-list): Add
887         "ccs-jisx0201-latin.el", "ccs-iso8859-2.el", "ccs-iso8859-3.el",
888         "ccs-iso8859-4.el", "ccs-iso8859-9.el" and "ccs-viscii.el" in
889         UTF-2000.
890
891         * mule/ccs-iso8859-2.el, mule/ccs-iso8859-3.el,
892         mule/ccs-iso8859-4.el, mule/ccs-iso8859-9.el,
893         mule/ccs-jisx0201-latin.el, mule/ccs-jisx0208-1983.el,
894         mule/ccs-viscii.el: New files.
895
896         * bytecomp.el (byte-compile-insert-header): Don't use `raw-text'
897         if \uXXXX is found.
898
899 1999-09-30  MORIOKA Tomohiko  <tomo@urania.m17n.org>
900
901         * mule/mule-charset.el (default-coded-charset-priority-list): Add
902         `hiragana-jisx0208' and `katakana-jisx0208'.
903
904 1999-09-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
905
906         * mule/chinese.el (chinese-cns11643-3): Define it even if
907         `utf-2000' is provided.
908         (chinese-cns11643-4): Likewise.
909         (chinese-cns11643-5): Likewise.
910         (chinese-cns11643-6): Likewise.
911         (chinese-cns11643-7): Likewise.
912
913 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
914
915         * mule/mule-charset.el (default-coded-charset-priority-list): Add
916         thai-tis620 and hebrew-iso8859-8; namely all BMP are covered.
917
918 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
919
920         * mule/mule-charset.el (default-coded-charset-priority-list): Add
921         `cyrillic-iso8859-5' and `greek-iso8859-7'.
922
923 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
924
925         * mule/mule-charset.el (default-coded-charset-priority-list):
926         Setup in UTF-2000.
927
928 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
929
930         * mule/viet-chars.el: Don't define charset
931         `vietnamese-viscii-lower' and `vietnamese-viscii-upper' because
932         they are defined as builtin charsets.
933
934 1999-08-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
935
936         * version.el (emacs-version): Add more space just before UTF-2000
937         version string.
938
939 1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
940
941         * version.el ([constant] emacs-version): Don't add a space in the
942         preceding place of `xemacs-betaname' because it is duplicated.
943         (emacs-version): Add UTF-2000 version if `utf-2000' is provided.
944
945         * startup.el (splash-frame-body): Add ETL.
946
947 1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
948
949         * mule/chinese.el (chinese-cns11643-3): Don't define if `utf-2000'
950         is provided because it is defined as builtin charset.
951         (chinese-cns11643-4): Likewise.
952         (chinese-cns11643-5): Likewise.
953         (chinese-cns11643-6): Likewise.
954         (chinese-cns11643-7): Likewise.
955
956 1999-08-24  MORIOKA Tomohiko  <tomo@etl.go.jp>
957
958         * mule/mule-cmds.el (reset-language-environment): Fix problem when
959         coding-system `iso-10646-ucs-4' is not defined.
960
961 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
962
963         * bytecomp.el (byte-compile-insert-header): Use utf-8 as
964         coding-system if `utf-2000' is provided.
965
966 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
967
968         * mule/mule-coding.el: Add `utf-8' to coding-priority-list if
969         `utf-2000' is provided.
970
971 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
972
973         * dumped-lisp.el (preloaded-file-list): Don't load vietnamese.el
974         if utf-2000 is provided temporally.
975
976 1999-06-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
977
978         * mule/vietnamese.el (leading-code-private-11): Deleted [defined
979         as builtin variable].
980
981 1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
982
983         * files.el (insert-file-contents-literally): Treat file as binary;
984         call file-name-handlers. [sync with Emacs 20.3.10]
985
986 2003-01-03  Stephen J. Turnbull  <stephen@xemacs.org>
987
988         * XEmacs 21.4.11 "Native Windows TTY Support" is released.
989
990 2002-12-27  Ville Skyttä  <scop@xemacs.org>
991
992         * files.el (auto-mode-alist): Remove redundant entries for modes
993         that live in packages.
994         (interpreter-mode-alist): Ditto.
995
996 2002-03-17  Ville Skyttä  <ville.skytta@xemacs.org>
997
998         * menubar-items.el (default-menubar): Sync with current
999         browse-url-xemacs.el.
1000
1001 2002-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
1002
1003         * XEmacs 21.4.10 "Military Intelligence" is released.
1004
1005 2002-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1006
1007         * font-lock.el (font-lock-fontify-keywords-region): Fix typo.
1008
1009 2002-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * keydefs.el (global-map): Bind C-xrd to delete-rectangle per GNU.
1012
1013 2001-05-10   Daiki Ueno  <ueno@unixuser.org>
1014
1015         * font-lock.el (font-lock-compile-keywords): Rewrite as a side
1016         effect free function.
1017         (font-lock-fontify-keywords-region): Supply the argument to
1018         font-lock-compile-keywords.
1019
1020 2002-09-22  Ville Skyttä  <ville.skytta@xemacs.org>
1021
1022         * package-get.el (package-get-download-sites): Bring sites list
1023         up to date, prefer xx.xemacs.org addresses.
1024
1025 2002-09-27  Andy Piper  <andy@xemacs.org>
1026
1027         * dialog.el (make-dialog-box): for general dialogs only
1028         delete-frame-hook will be run.
1029
1030 2002-09-28  Stephen J. Turnbull  <stephen@xemacs.org>
1031
1032         * font-lock.el (font-lock-fontify-syntactically-region): Add
1033         comment about lookup-syntax-properties, document LOUDLY as unused.
1034
1035 2002-08-26  Andy Piper  <andy@xemacs.org>
1036
1037         * gutter-items.el (set-progress-feedback-instantiator): Fix bad
1038         merge.
1039
1040 2002-09-02  Ville Skyttä  <ville.skytta@xemacs.org>
1041
1042         * bytecomp-runtime.el (make-obsolete): Docstring argument nit.
1043         (make-obsolete-variable): Ditto.
1044         (make-compatible): Ditto.
1045         (make-compatible-variable): Ditto.
1046
1047 2002-09-16  Stephen J. Turnbull  <stephen@xemacs.org>
1048
1049         * obsolete.el (parse-sexp-lookup-properties): new compatible alias
1050         for `lookup-syntax-properties'.  RFE from Alan Mackenzie.
1051
1052 2002-08-28  Andy Piper  <andy@xemacs.org>
1053
1054         * files.el (revert-buffer): propagate revert-without-query-status.
1055
1056 2002-06-03  Andy Piper  <andy@xemacs.org>
1057
1058         * dialog-items.el (make-search-dialog): align various subcontrols
1059         in visually pleasing ways, allow frame to autosize to the dialog
1060         size.
1061         * dialog.el (make-dialog-box): add a border inside the frame. Add
1062         :autosize property, if t then reset the frame size appropriately
1063         before the frame is mapped.
1064         * gutter-items.el (set-progress-feedback-instantiator): align
1065         various subcontrols.
1066         * gutter-items.el (set-progress-abort-instantiator): ditto.
1067
1068 2002-08-23  Stephen J. Turnbull  <stephen@xemacs.org>
1069
1070         * XEmacs 21.4.9 "Informed Management" is released.
1071
1072 2002-06-22  Ville Skyttä  <ville.skytta@xemacs.org>
1073
1074         * subr.el (add-to-list): Sync with GNU Emacs 21.2, adding the
1075         "&optional append" argument.
1076
1077 2002-07-16  Didier Verna  <didier@xemacs.org>
1078
1079         * subr.el (replace-in-string): fix case fold bug introduced by
1080         "2000-07-30  Ben Wing  <ben@xemacs.org>": honor the value of
1081         case-fold-search in temporary buffers.
1082
1083 2002-08-03  Steve Youngs  <youngs@xemacs.org>
1084
1085         * lib-complete.el (find-library): Remove check for mule because
1086         decompression DOES work on Mule.
1087
1088 2002-08-11  John Paul Wallington  <jpw@shootybangbang.com>
1089
1090         * simple.el (join-line): New alias for `delete-indentation'.
1091
1092 2002-08-02  Ville Skyttä  <ville.skytta@xemacs.org>
1093
1094         * font-lock.el: Some faces and doc typo fixes from GNU Emacs.
1095         (font-lock-doc-face): New alias to font-lock-doc-string-face.
1096         (font-lock-builtin-face): New.
1097         (font-lock-constant-face): New.
1098         (font-lock-face-list): Add builtin and constant faces.
1099
1100 2002-08-16  Stephen J. Turnbull  <stephen@xemacs.org>
1101
1102         * autoload.el (make-autoload): Support define-derived-mode.
1103         Collected puts of doc-string-elt property.  Based on a patch by
1104         Didier Verna <didier@xemacs.org>.
1105
1106 2002-08-15  Stephen J. Turnbull  <stephen@xemacs.org>
1107
1108         * wid-edit.el (widget-field-activate): Fix docstring typo.
1109
1110 2002-07-23  Andy Piper  <andy@xemacs.org>
1111
1112         * about.el (about-personal-info): update me.
1113
1114 2002-07-12  Andy Piper  <andy@xemacs.org>
1115
1116         * custom.el (custom-theme-set-variables): remove bogus
1117         arguments. Use custom-set-default to set defaults.
1118         (custom-set-variables): update doc.
1119         (custom-local-buffer): new, synced from FSF.
1120         (custom-set-default): ditto.
1121         (defcustom): update doc.
1122
1123 2002-06-16  Andy Piper  <andy@xemacs.org>
1124
1125         * menubar-items.el (default-menubar): enable windows printing on
1126         cygwin as well as native.
1127
1128 2002-06-12  Andy Piper  <andy@xemacs.org>
1129
1130         * printer.el (generic-print-buffer): catch all errors so that the
1131         print device can be cleared in all scenarios.
1132         (Printer-clear-device): make sure clearing the printer allows it
1133         to be used again immediately.
1134         (generic-print-region): make sure the default printer face is
1135         black-on-white.
1136
1137 2002-04-23  Jerry James  <james@xemacs.org>
1138
1139         * window-xemacs.el (display-buffer-function): Change doc to
1140         reflect new arg.
1141         * window-xemacs.el (pre-display-buffer-function): Ditto.
1142         * window-xemacs.el (display-buffer): New arg, shrink-to-fit.  If
1143         non-nil, make the new window just big enough for its contents.
1144         * frame.el (get-frame-for-buffer): Accept new arg, due to above.
1145         * frame.el (show-temp-buffer-in-current-frame): Remove broken
1146         temp-buffer-shrink-to-fit code.  Tell display-buffer instead.
1147
1148 2002-06-06  Andy Piper  <andy@xemacs.org>
1149
1150         * custom.el (custom-theme-set-variables): sync :set-after from FSF.
1151         (defcustom): ditto.
1152         (custom-handle-keyword): ditto.
1153
1154 2002-07-12  Stephen J. Turnbull  <stephen@xemacs.org>
1155
1156         * gutter-items.el (buffers-tab-selection-function): Improve doc.
1157         Make obsolete.  Default to nil.
1158         (buffers-tab-filter-functions): Improve doc.  Use literal default.
1159         Inspired by a patch by John Palmieri.
1160
1161 2002-07-01  Mike Alexander  <mta@arbortext.com>
1162
1163         * process.el (shell-command-on-region): Don't delete the region
1164         before giving it to call-process-region
1165
1166 2002-06-04  Jerry James <james@eecs.ku.edu>
1167
1168         * find-paths.el (paths-find-architecture-directory): Search in
1169         `system-configuration'/`base', not `base'`system-configuration'.
1170
1171 2002-06-23  Ville Skyttä  <ville.skytta@xemacs.org>
1172
1173         * info.el (Info-index): Add missing \ in [ t].
1174
1175 2002-06-11  Stephen J. Turnbull  <stephen@xemacs.org>
1176
1177         * gutter-items.el (gutter-buffers-tab-visible-p,
1178         buffers-tab-omit-function, buffers-tab-selection-function,
1179         buffers-tab-filter-functions):
1180         Doc improvements.
1181
1182 2002-06-09  Stephen J. Turnbull  <stephen@xemacs.org>
1183
1184         * toolbar.el (toolbar-icon-directory): Document trailing separator.
1185
1186         * toolbar-items.el (toolbar-news): Fix typo in message string.
1187
1188 2002-06-08  Stephen J. Turnbull  <stephen@xemacs.org>
1189
1190         * dialog.el (yes-or-no-p-dialog-box): 
1191         * cmdloop.el (y-or-n-p-minibuf):
1192         (yes-or-no-p-minibuf):
1193         (yes-or-no-p):
1194         (y-or-n-p): 
1195         Specify negative answers in docstrings.
1196
1197 2002-05-25  Steve Youngs  <youngs@xemacs.org>
1198
1199         * package-ui.el (pui-help-echo): Display both installed and author
1200         version.  Use a balloon-help window to display extra info like
1201         package requires.
1202
1203 2002-05-30  Andy Piper  <andy@xemacs.org>
1204
1205         * files.el (revert-buffer-internal): don't visit
1206         revert-buffer. Kill buffer when not used. Suggested by Mike
1207         Alexander <mta@arbortext.com>
1208
1209 2002-05-20  Stephen J. Turnbull  <stephen@xemacs.org>
1210
1211         * files.el (revert-buffer): More docstring fiddling.
1212
1213 2002-05-19  Stephen J. Turnbull  <stephen@xemacs.org>
1214
1215         * files.el (revert-buffer):
1216         (revert-buffer-internal):
1217         (revert-buffer-insert-file-contents-function):
1218         Improve docstrings and comments.
1219
1220 2002-05-08  Andy Piper  <andy@xemacs.org>
1221
1222         * files.el (revert-buffer): observe noconfirm behavior.
1223
1224 2002-04-09  Andy Piper  <andy@xemacs.org>
1225
1226         * files.el (revert-buffer): use revert-buffer-internal if it looks
1227         like doing so will not result in any user-visible changes.
1228         (revert-buffer-internal): new function. Do the actual process of
1229         reversion and then see whether the result is any different to what
1230         we have already. If it is not then do nothing.
1231
1232 2001-12-11  Andy Piper  <andy@xemacs.org>
1233
1234         * menubar.el (get-popup-menu-response): re-order so that it works
1235         on more sane/facist window systems.
1236
1237 2001-12-03  Andy Piper  <andy@xemacs.org>
1238
1239         * faces.el (frob-face-property): don't infloop in face frobbing
1240         from Jan Vroonhof <jan@xemacs.org>.
1241
1242 2001-11-30  Jan Vroonhof  <jan@xemacs.org>
1243
1244         * faces.el (frob-face-property): Follow face fall-back hierarchy
1245         properly for face properties without an instance. Only do manual
1246         copy form 'default in last resort. This handles in particular
1247         the case where 'default itself has only a fall-back (which is
1248         the case by default on windows).
1249
1250 2001-11-24  Andy Piper  <andy@xemacs.org>
1251
1252         * printer.el (generic-print-region): set default-frame-plist to
1253         nil while creating the printer frame so that sizes reflect the
1254         printed page.
1255
1256         * faces.el (face-complain-about-font): Don't complain on printers.
1257
1258 2002-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
1259         
1260         * package-net.el: Andy synch.
1261         
1262 2001-12-16  Andy Piper  <andy@xemacs.org>
1263
1264         * package-get.el (package-get-update-all): Make sure installed.db
1265         gets updated after updating packages.
1266
1267 2002-03-28  Ben Wing  <ben@xemacs.org>
1268
1269         * msw-glyphs.el: Set glyph-contrib-p to nil on hscroll,
1270         continuation, truncation so that we don't get line jumpiness from
1271         them being larger than the line height.
1272
1273         * msw-font-menu.el (mswindows-font-menu-font-data): Fix bug.
1274
1275 2001-11-30  Jan Vroonhof  <jan@xemacs.org>
1276
1277         * font.el (font-window-system-mappings): Add mapping for Gtk
1278         (assume identical to X) 
1279
1280 2002-02-04  Andy Piper  <andy@xemacs.org>
1281
1282         * files.el (convert-standard-filename): Fix for short filename
1283         Peter Arius <pas@methodpark.de>
1284
1285 2001-12-10  Christoph Wedler  <Christoph.Wedler@sap.com>
1286
1287         * list-mode.el (default-choose-completion): completion-base-size
1288         should refer to local value in the completion list buffer.
1289
1290 2001-12-03  Didier Verna  <didier@xemacs.org>
1291
1292         * rect.el: autoload `replace-rectangle'.
1293         * keydefs.el (global-map): bind it to `C-x r p'.
1294
1295 2002-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
1296
1297         * XEmacs 21.4.8 "Honest Recruiter" is released.
1298
1299 2002-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
1300
1301         This patch is based on Jerry James's patch and analysis.
1302
1303         * select.el (get-clipboard):
1304         (get-selection):
1305         Update docstrings.
1306         (get-clipboard-foreign):
1307         (get-selection-foreign):
1308         New function for use as `interprogram-paste-function's.
1309
1310         * simple.el (interprogram-paste-function): Change default to
1311         `get-clipboard-foreign'; improve docstring.
1312         (interprogram-cut-function): Improve dosctring.
1313
1314 2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
1315
1316         * XEmacs 21.4.7 "Economic Science" is released.
1317
1318 2002-03-18  Adrian Aichner  <adrian@xemacs.org>
1319
1320         * cus-edit.el (customize-save-variable): Fix typo in prompt.
1321
1322 2002-03-26  John Paul Wallington  <jpw@xemacs.org>
1323
1324         * obsolete.el (assq-delete-all): New compatibility alias for 
1325         remassq.
1326
1327 2002-01-09  Simon Josefsson  <jas@extundo.com>
1328
1329         * files.el (auto-mode-alist): Support Sieve (*.siv, *.sieve).
1330
1331 2002-01-04  Adrian Aichner  <adrian@xemacs.org>
1332
1333         * info.el (Info-auto-generate-directory): Default
1334         Info-auto-generate-directory to 'if-outdated.
1335
1336 2002-03-28  Stephen J. Turnbull  <stephen@xemacs.org>
1337
1338         * startup.el (normal-top-level): Prevent migration code from
1339         trashing .emacs on an error in loading the init files.
1340
1341 2002-03-14  Ville Skyttä  <ville.skytta@xemacs.org>
1342
1343         * files.el (auto-mode-alist): GNUmakefile is a Makefile,
1344         "system default" Xdefaults and friends get xrdb-mode.
1345
1346 2002-03-05  Mats Lidell  <matsl@contactor.se>
1347  
1348         * help-nomule.el (tutorial-supported-languages): Added Swedish
1349         tutorial. Sorted languages.
1350
1351 2002-02-11  Mike Sperber <mike@xemacs.org>
1352
1353         * info.el (Info-maybe-update-dir): Regenerate dir if we're
1354         regenerating outdated dir files and dir is non-existent.
1355
1356 2002-01-27  Stephen J. Turnbull  <stephen@xemacs.org>
1357
1358         * code-files.el (convert-mbox-coding-system): Improve comment.
1359         (write-region): Improve docstring.  Reformat to 80 columns.  Add
1360         coding-system argument to `write-region-pre-hook' call.
1361         (write-region-pre-hook): Fix docstring to mention lockname argument.
1362
1363 2002-01-18  Stephen J. Turnbull  <stephen@xemacs.org>
1364
1365         * minibuf.el (completing-read): Remove redundant wrong arg list.
1366
1367         * help.el (with-displaying-help-buffer): Put usage advice in docstring.
1368
1369 2001-12-27  John Paul Wallington  <jpw@shootybangbang.com>
1370
1371         * obsolete.el (interactive-form): new compatibility alias for 
1372         function-interactive.
1373
1374 2001-11-29  Adrian Aichner  <adrian@xemacs.org>
1375
1376         * menubar-items.el (Menubar-items-truncate-list): Removed.
1377         * menubar-items.el (Menubar-items-truncate-history): New.
1378         * menubar-items.el (default-menubar): Use
1379         Menubar-items-truncate-history.
1380
1381 2002-02-03  Adrian Aichner  <adrian@xemacs.org>
1382
1383         * printer.el (generic-print-region): Pass correct arguments to
1384         lpr-region.  Thanks to Nevin Kapur <nevin@jhu.edu> and Björn
1385         Torkelsson <torkel@acc.umu.se>.
1386
1387 2002-01-09  John Paul Wallington  <jpw@shootybangbang.com>
1388
1389         * help.el (describe-mode): synched with FSF 19.34; handle nil
1390         minor mode indicators.
1391
1392 2001-12-03  Christoph Wedler  <Christoph.Wedler@sap.com>
1393
1394         * minibuf.el (completing-read): Update docstring.
1395
1396 2001-12-17  Stephen J. Turnbull  <stephen@xemacs.org>
1397
1398         * XEmacs 21.4.6 "Common Lisp" is released.
1399
1400 2001-11-21  Stephen J. Turnbull  <stephen@xemacs.org>
1401
1402         * package-net.el: Inadvertant synch with Windows branch.  From
1403         Andy's log:
1404         (package-net-kit-version): new variable.
1405         (package-net-generate-bin-ini): use it. Remove unwanted functions.
1406
1407 2001-11-28  Steve Youngs  <youngs@xemacs.org>
1408
1409         * package-get.el (package-get-locate-index-file): Also search the
1410         core etc/ directory for the package index file if it can't be
1411         found in ~/.xemacs/.
1412
1413 2001-12-13  William Perry  <wmperry@gnu.org>
1414
1415         * dialog-gtk.el (popup-builtin-question-dialog):
1416         Conform to API in gui.c.
1417         
1418 2001-11-12  Andy Piper  <andy@xemacs.org>
1419
1420         * cus-edit.el (custom-save-face-internal): make sure we save
1421         non-themed faces.
1422         (custom-save-variables): ditto variables.
1423
1424 2001-11-20  Stephen J. Turnbull  <stephen@xemacs.og>
1425
1426         * faces.el (make-face-family):
1427         (make-face-size):
1428         New face-modifying functions per Jan Vroonhof.
1429
1430         cus-face.el (custom-set-face-font-family):
1431         (custom-set-face-font-size):
1432         Use them.
1433
1434         * font.el (font-window-system-mappings): More precise docstring.
1435
1436         (font-create-name):
1437         (font-create-object):
1438         (tty-font-create-object):
1439         (tty-font-create-plist):
1440         (x-font-create-object):
1441         (x-font-create-name):
1442         (ns-font-create-name):
1443         (mswindows-font-create-object):
1444         (mswindows-font-create-name):
1445         Add doctrings.
1446
1447 2001-11-14  John Paul Wallington <jpw@shootybangbang.com>
1448
1449         * gtk-faces.el (gtk-init-device-faces): removed spurious
1450         quote before let* expression.
1451
1452 2001-10-29  Andy Piper  <andy@xemacs.org>
1453
1454         * code-files.el (toggle-buffer-file-coding-system): mark buffer as
1455         modified when changing coding system.
1456
1457         * toolbar-items.el (toolbar-dired): Use interactive "D" spec so
1458         that we invoke the GUI directory selector.
1459
1460 2001-10-25  Andy Piper  <andy@xemacs.org>
1461
1462         * dialog.el (make-dialog-box): use new directory dialog support.
1463         * minibuf.el (read-file-name-1): ditto.
1464         (read-file-name): ditto.
1465         (read-directory-name): ditto.
1466
1467 2001-10-23  Stephen J. Turnbull  <stephen@xemacs.org>
1468
1469         * XEmacs 21.4.5 "Civil Service" is released.
1470
1471 2001-04-23  Didier Verna  <didier@xemacs.org>
1472
1473         * cus-edit.el (custom-variable-pre-save): New.
1474         * cus-edit.el (custom-variable-post-save): New.
1475         * cus-edit.el (custom-variable-save): use them.
1476         * cus-edit.el (custom-face-pre-save): New.
1477         * cus-edit.el (custom-face-post-save): New.
1478         * cus-edit.el (custom-face-save): use them.
1479         * cus-edit.el (custom-group-pre-save): New.
1480         * cus-edit.el (custom-group-post-save): New.
1481         * cus-edit.el (custom-group-save): use them.
1482         * cus-edit.el (Custom-save): use the pre/post functions above,
1483         call `custom-save-all' only once.
1484         * cus-edit.el (custom-variable-pre-reset-standard): New.
1485         * cus-edit.el (custom-variable-post-reset-standard): New.
1486         * cus-edit.el (custom-variable-reset-standard): use them.
1487         * cus-edit.el (custom-face-pre-reset-standard): New.
1488         * cus-edit.el (custom-face-post-reset-standard): New.
1489         * cus-edit.el (custom-face-reset-standard): use them.
1490         * cus-edit.el (custom-group-pre-reset-standard): New.
1491         * cus-edit.el (custom-group-post-reset-standard): New.
1492         * cus-edit.el (Custom-reset-standard): use them.
1493         * cus-edit.el (custom-face-reset-saved): use the pre/post
1494         functions above, call `custom-save-all' only once.
1495
1496 2001-04-08  Danny Colascione  <qtmstr@optonline.net>
1497
1498         * gutter-items.el (buffers-tab face): Derive from the modeline
1499         face by default.  Many people use white-on-black for the default
1500         font, and the tabs look hideous with that color combination.  The
1501         modeline usually has the correct colors.
1502
1503 2001-09-28  Robert Pluim  <rpluim@bigfoot.com>
1504
1505         * etags.el (find-tag): Doc fix, point users at pop-tag-mark.
1506         (tag-mark-stack-max): Typo fix.
1507
1508 2001-09-28  Ben Wing  <ben@xemacs.org>
1509
1510         * font-lock.el:
1511         * font-lock.el (font-lock-after-change-function):
1512         fix problem with last patch, reported by Katsumi Yamaoka.
1513
1514 2001-09-17  Ben Wing  <ben@xemacs.org>
1515
1516         * font-lock.el (font-lock-after-change-function):
1517         fix problem when you insert a comment on the line before a line of
1518         code: if we use the following char, then when you hit backspace,
1519         the following line of code turns the comment color.
1520
1521 2001-06-08  Ben Wing  <ben@xemacs.org>
1522
1523         * process.el: comment about shell-command-switch.
1524         * process.el (shell-quote-argument): Need to quote a null
1525         argument, too.  From Dan Holmsand.
1526         
1527         * startup.el (normal-top-level): Delete some unused FSF junk.
1528         * startup.el (command-line-early):
1529         
1530         * startup.el (command-line): Call MS Windows init function.
1531         
1532         * win32-native.el:
1533         * win32-native.el (mswindows-system-shells): New.
1534         * win32-native.el (mswindows-system-shell-p): New.
1535         * win32-native.el (init-mswindows-at-startup): New.
1536         * win32-native.el (mswindows-quote-one-vc-runtime-arg):
1537         * win32-native.el (mswindows-quote-one-simple-arg):
1538         * win32-native.el (mswindows-quote-one-command-arg):
1539         * win32-native.el (mswindows-construct-process-command-line-alist):
1540         Correct comments at top.  Correctly handle passing arguments
1541         to Cygwin programs and to bash.  Fix quoting of zero-length
1542         arguments (from Dan Holmsand).  Set shell-command-switch based
1543         on shell-file-name, which in turn comes from env var SHELL.
1544
1545 2001-07-18  Alexey Mahotkin  <alexm@hsys.msk.ru>
1546
1547         * toolbar.el (toolbar-visible-p, toolbar-captioned-p,
1548         default-toolbar-position): Fill docstrings for balloon-help.
1549
1550 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
1551
1552         * faces.el: Reenable specifications over 'gtk domain.
1553
1554 2001-08-08  Didier Verna  <didier@xemacs.org>
1555
1556         * autoload.el (update-autoload-files): make defdir a file name,
1557         not directory name.
1558
1559 2001-08-06  Steve Youngs  <youngs@xemacs.org>
1560
1561         * menubar-items.el (default-menubar): Use 'report-xemacs-bug'.
1562
1563         * lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'.
1564
1565 2001-08-01  Edward M. Lee  <tailbert@yahoo.com>
1566
1567         * font-menu.el (font-menu-set-font): Default to current font-family.
1568         (font-menu-preferred-resolution):
1569         (font-menu-size-scaling):
1570         Provide gtk defaults, too.
1571
1572 2001-07-29  Mike Alexander  <mta@arbortext.com>
1573
1574         * cus-face.el (custom-set-face-font-size): Last arg to apply is a
1575         list
1576         (custom-set-face-font-family): ditto
1577
1578 2001-07-26  Mike Sperber <mike@xemacs.org>
1579
1580         * files.el (auto-mode-alist): .9 files are man pages, too.
1581
1582 2001-07-23  Edwin Steiner <esteiner@net4you.at>
1583
1584         * process.el (call-process-internal): bind
1585         coding-system-for-write to 'binary when calling
1586         start-process-internal, so the process receives 
1587         the literal contents of INFILE.
1588
1589 2001-09-15  Edward M. Lee  <tailbert@yahoo.com>
1590
1591         * files.el (auto-mode-alist): Add configure.ac support.
1592
1593 2001-07-19  Adrian Aichner  <adrian@xemacs.org>
1594
1595         * buff-menu.el:
1596         mouse.el:
1597         Adrian's mouse-track patch.  See <y9plq0nc.fsf@ecf.teradyne.com>.
1598
1599 2001-07-28  Stephen J. Turnbull  <stephen@xemacs.org>
1600
1601         * XEmacs 21.4.4 "Artificial Intelligence" is released.
1602
1603 2001-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * mule/kinsoku.el (kinsoku-bol-p): Work with ascii and non-ascii
1606         mixed text.
1607         (kinsoku-eol-p): Ditto.
1608
1609 2001-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * mule/kinsoku.el (kinsoku-ascii-eol, kinsoku-gb-bol,
1612         kinsoku-gb-eol, kinsoku-big5-bol, kinsoku-big5-eol): Assign
1613         characters as the category `s' or `e' correctly.
1614
1615 2001-06-06  Alexey Mahotkin  <alexm@hsys.msk.ru>
1616
1617         * mule/cyrillic.el: Uncomment definition of ccl-encode-koi8-r-font.
1618
1619 2001-06-14  Alexey Mahotkin  <alexm@hsys.msk.ru>
1620
1621         * mule/cyrillic.el:  Set up case table.
1622
1623 2001-06-08  Mike Sperber <mike@xemacs.org>
1624
1625         * files.el (save-some-buffers-1): Don't zap the help window right
1626         after `map-y-or-n-p' has popped it up.
1627
1628 2001-06-15  Nick Pakoulin  <npak@ispras.ru>
1629
1630         * help.el (frob-help-extents): Require 'hyper-apropos for faces.
1631
1632 2001-07-18  Stephen J. Turnbull  <stephen@xemacs.org>
1633
1634         * specifier.el: define-specifier-tag 'gtk.
1635
1636 2001-05-12  Ben Wing  <ben@xemacs.org>
1637
1638         * find-paths.el (paths-find-recursive-path):
1639         fix error with null EXCLUDE-REGEXP.
1640         
1641         * font-lock.el (font-lock-mode):
1642         fix problem reported by hrvoje with buffers starting with a space.
1643         
1644 2001-05-06  Ben Wing  <ben@xemacs.org>
1645
1646         * dialog.el (make-dialog-box):
1647         * menubar-items.el (default-menubar):
1648         * printer.el (generic-print-buffer):
1649         * printer.el (generic-print-region):
1650         implement printing the selection when it's selected.
1651
1652 2001-04-18  Didier Verna  <didier@xemacs.org>
1653
1654         * cus-edit.el (Custom-reset-standard): reset to standard settings
1655         not only when the buffer's :custom-state is 'modified, but also
1656         when it is 'set or 'saved.
1657
1658 2001-04-17  Didier Verna  <didier@xemacs.org>
1659
1660         * startup.el (load-user-init-file): define `custom-file' before
1661         loading the user's init file.
1662
1663 2001-04-09  Danny Colascione  <qtmstr@optonline.net>
1664
1665         * menubar.el (popup-mode-menu): Make it work with
1666         popup-menu-titles turned off.
1667         
1668 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
1669
1670         * about.el (about-mailto-link): Use compose-mail for sending mail.
1671
1672 2001-07-14  Sean MacLennan  <seanm@storm.ca>
1673
1674         * package-admin.el (package-install-hook): New.
1675         (package-delete-hook): New.
1676         (package-admin-add-single-file-package): Use package-delete-hook.
1677
1678         * package-get.el (package-get): Use package-install-hook.
1679
1680 2001-06-26  Robert Pluim  <rpluim@bigfoot.com>
1681
1682         * package-ui.el (pui-install-selected-packages): reverse the lists
1683         of packages so that they get handled in the same order as they
1684         were selected.
1685
1686 2001-06-26  Robert Pluim  <rpluim@bigfoot.com>
1687
1688         * packages.el (locate-library): Use read-library-name for completion.
1689
1690 2001-05-21  Martin Buchholz  <martin@xemacs.org>
1691
1692         * byte-optimize.el (=): `=' is not a binary predicate!
1693         Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
1694         Use byte-optimize-predicate, not byte-optimize-binary-predicate,
1695
1696 2001-05-20  Martin Buchholz  <martin@xemacs.org>
1697
1698         * bytecomp.el (byte-compile-arithcompare):
1699         Only optimize (= x) ==> t if byte-compile-delete-errors is not nil.
1700
1701 2001-06-03  William M. Perry  <wmperry@gnu.org>
1702
1703         * dialog-gtk.el (popup-builtin-open-dialog): Don't forget to
1704         return the filename selected by the user!
1705
1706 2001-05-31  William M. Perry  <wmperry@gnu.org>
1707
1708         * font-menu.el: Avoid arithmetic with 'nil' when using the font menu
1709         in XEmacs/GTK.
1710
1711 2001-05-29  Alexey Mahotkin  <alexm@hsys.msk.ru>
1712
1713         * coding.el: Tiny typo fixed.
1714
1715 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
1716
1717         * XEmacs 21.4.3 "Academic Rigor" is released.
1718
1719 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
1720
1721         * config.values.sh:  lisp/utils?/config.el -> lisp/config.el.
1722
1723 2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
1724
1725         * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
1726
1727 2001-05-04  Ben Wing  <ben@xemacs.org>
1728
1729         * printer.el (generic-print-buffer):
1730         * printer.el (generic-print-region):
1731         Enable dialog boxes.  Apply workaround recommended by Kirill.
1732         fix (fboundp 'lpr-buffer) -> (fboundp 'lpr-region).
1733         
1734         * simple.el (kill-whole-line):
1735         * simple.el (kill-line-1):
1736         * simple.el (kill-entire-line):
1737         * simple.el (kill-line):
1738         * simple.el (backward-kill-line):
1739         Take out interactive dependence of kill-whole-line.
1740
1741 2001-04-22  Ben Wing  <ben@xemacs.org>
1742
1743         * dialog.el (make-dialog-box):
1744         Put dialog titles back in -- this time correctly.  Fix various
1745         other problems with leaks and such.
1746
1747         * simple.el (region-exists-p):
1748         * simple.el (region-active-p):
1749         Add comment about which one is correct to use in menu specs.
1750
1751 2001-05-05  Ben Wing  <ben@xemacs.org>
1752
1753         * dialog.el (make-dialog-box): fix doc string.
1754         * menubar-items.el (default-menubar): Add Page Setup for Windows,
1755         take out Pretty Print.
1756         * printer.el:
1757         * printer.el (printer-current-device): New.
1758         * printer.el (Printer-get-device): New.
1759         * printer.el (Printer-clear-device): New.
1760         * printer.el (generic-page-setup): New.
1761         * printer.el (generic-print-buffer):
1762         * printer.el (generic-print-region):
1763         Implement Page Setup.  Handle errors properly.
1764
1765 2001-05-05  Ben Wing  <ben@xemacs.org>
1766
1767         * subr.el (error): Complete list of errors in doc string.
1768         
1769 2001-04-22  Ben Wing  <ben@xemacs.org>
1770
1771         * bytecomp-runtime.el (byte-compiler-options): Correct doc string.
1772         
1773 2001-05-03  Adrian Aichner  <adrian@xemacs.org>
1774
1775         * build-report.el: Remove CVS keywords since this file has been in
1776         core lisp for a while now.
1777         * build-report.el (build-report-make-output-files): Fix typo.
1778
1779 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
1780
1781         * about.el (about-finish-buffer): Make sure the last change works
1782         even if EVENT is nil.
1783
1784 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
1785
1786         * about.el (about-finish-buffer): Kill/bury the buffer where the user
1787         clicked, not the one that happens to be the current buffer at the
1788         time.
1789
1790 2001-03-19  Karl M. Hegbloom  <karlheg@microsharp.com>
1791
1792         * cus-edit.el (custom-display): Support the GTK Window System also.
1793
1794 2001-04-30  Ben Wing  <ben@xemacs.org>
1795
1796         * printer.el:
1797         * printer.el (printer-page-header):
1798         * printer.el (Print-context): New.
1799         * printer.el (printer-page-footer):
1800         * printer.el (generate-header-element): New.
1801         * printer.el (generate-header-line): New.
1802         * printer.el (print-context-property):
1803         * printer.el (generic-print-buffer):
1804         * printer.el (generic-print-region):
1805         Implement headers and footers.  Implement calling Print dialog box
1806         (#### but it doesn't quite work yet).
1807
1808 2001-04-25  Ben Wing  <ben@xemacs.org>
1809
1810         * about.el (xemacs-hackers):
1811         * about.el (about-url-alist):
1812         * about.el (about-personal-info):
1813         * about.el (about-hacker-contribution):
1814         More contributions.
1815         
1816         * simple.el (handle-post-motion-command):
1817         Fix spurious setting of zmacs-region-stays to t after a non-shift
1818         motion command.
1819
1820 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
1821
1822         * about.el (about-personal-info): Update my bio.
1823         (about-hacker-contribution): Ditto.
1824
1825 2001-04-23  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
1826
1827         * startup.el (splash-frame-body): Update copyright notices: Ben, FSF.
1828
1829 2001-04-19  Andy Piper  <andy@xemacs.org>
1830
1831         * package-net.el (package-net-cygwin32-binary-size): new size.
1832         (package-net-win32-binary-size): new size.
1833         (package-net-convert-index-to-ini): Use new arch.
1834         (package-net-batch-convert-index-to-ini): Removed.
1835         (package-net-generate-bin-ini): New.
1836         (package-net-batch-generate-bin-ini): New.
1837
1838 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
1839
1840         * XEmacs 21.4.1 "Copyleft" is released.
1841
1842 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
1843
1844         * x-compose.el (xlib-input-method-bug-workaround):
1845         (alias-colon-to-double-quote):
1846         Force sort in map-keymap to work around rehash bug.
1847
1848 2001-04-17  Ben Wing  <ben@xemacs.org>
1849
1850         * about.el: Finish overhaul, add a few new hackers, update a
1851         couple old ones.
1852
1853 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
1854
1855         * XEmacs 21.4.0 "Solid Vapor" is released.
1856
1857 2001-04-15  Ben Wing  <ben@xemacs.org>
1858
1859         * about.el:
1860         * about.el (about-headline-face): New.
1861         * about.el (about-link-face): New.
1862         * about.el (about-current-release-maintainers): New.
1863         * about.el (about-other-current-hackers): New.
1864         * about.el (about-url-alist):
1865         * about.el (about-once-and-future-hackers): New.
1866         * about.el (about-mailto-link): New.
1867         * about.el (about-get-buffer):
1868         * about.el (about-finish-buffer):
1869         * about.el (about-xemacs):
1870         * about.el (about-features): Removed.
1871         * about.el (about-advantages): New.
1872         * about.el (about-maintainer-info): Removed.
1873         * about.el (about-personal-info): New.
1874         * about.el (about-hacker-contribution): New.
1875         * about.el (about-maintainer):
1876         * about.el (about-show-linked-info):
1877         * about.el (about-hackers):
1878         Major revamping.  Rewriting of most of the text, improve the
1879         link handling, separate info on contributors into personal
1880         and contribution info, add new contributors, update personal
1881         info, etc. etc.
1882         
1883         * menubar-items.el (default-menubar):
1884         Help menubar entry for News now says more accurately
1885         "What's New in XEmacs".
1886         
1887         * mouse.el:
1888         * mouse.el (mouse-track-cleanup-hook):
1889         * mouse.el (mouse-track):
1890         Don't set-buffer to a dead buffer when calling mouse-track
1891         cleanup hooks.
1892
1893 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
1894
1895         * XEmacs 21.2.47 "Zephir" is released.
1896
1897 2001-04-02  Jan Vroonhof  <jan.vroonhof@ntlworld.com>
1898
1899         * dialog.el (make-dialog-box): Disable dialog box titles until
1900         we get them working.
1901
1902 2001-03-30  Ben Wing  <ben@xemacs.org>
1903
1904         * help.el:
1905         * help.el (Help-princ-face):
1906         * help.el (Help-prin1-face):
1907         * help.el (frob-help-extents):
1908         * help.el (describe-function-1):
1909         * help.el (describe-variable):
1910         Avoid using font-lock faces, which may not be defined.
1911         Instead, use hyper-apropos faces, and make sure they're
1912         defined as necessary by using `require'. (It's not so safe
1913         to do this for font-lock.) In any case, we will eventually
1914         be merging this functionality into hyper-apropos.
1915
1916         * loaddefs.el (completion-ignored-extensions):
1917         Fix documentation.
1918         
1919         * menubar-items.el (menu-truncate-list): Removed.
1920         * menubar-items.el (Menubar-items-truncate-list): New.
1921         * menubar-items.el (default-menubar):
1922         Fix errors if grep or compile command is too long.  Rename helper
1923         function to be less visible.
1924
1925 2001-03-23  Martin Buchholz  <martin@xemacs.org>
1926
1927         * byte-optimize.el (byte-optimize-minus):
1928         Fix mis-byte-compilation of (- 0 x) --> (- (- x))
1929
1930 2001-03-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1931
1932         * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
1933         Mule is available.
1934
1935         * mule/latin.el: New file.
1936
1937 2001-03-11  Ben Wing  <ben@xemacs.org>
1938
1939         * auto-save.el:
1940         * auto-save.el (auto-save-directory):
1941         * auto-save.el (make-auto-save-file-name):
1942         * auto-save.el (auto-save-file-name-p): New.
1943
1944         Merge in improvements from other definition of
1945         make-auto-save-file-name in files.el.
1946         
1947         * auto-save.el (auto-save-original-name):
1948         * auto-save.el (auto-save-name-in-fixed-directory):
1949         * auto-save.el (auto-save-unslashify-name): Removed.
1950         * auto-save.el (auto-save-slashify-name): Removed.
1951         * auto-save.el (auto-save-reserved-chars): New.
1952         * auto-save.el (auto-save-escape-name): New.
1953         * auto-save.el (auto-save-unhex): New.
1954         * auto-save.el (auto-save-unescape-name): New.
1955
1956         Change algorithm for encoding filenames in auto-save names to be
1957         entirely safe with all filesystems and all possible characters in
1958         a filename, and 100% reversible. (Essentially, uses
1959         quoted-printable as the encoding.)
1960         
1961         * auto-save.el (recover-all-files):
1962
1963         Use insert-directory rather than calling ls directly -- fixes
1964         things under Windows.
1965
1966         * files.el:
1967         * files.el (convert-standard-filename): Substitute FSF's
1968         definition for this (we had nothing here before).
1969         
1970         * files.el (backup-buffer): Warning fix.
1971         
1972         * files.el (make-backup-file-name):
1973         * files.el (find-backup-file-name):
1974         Fix error in calling sequence to auto-save-file-name-p.
1975         
1976         * files.el (recover-file):
1977         Use insert-directory rather than calling ls directly -- fixes
1978         things under Windows.
1979
1980         * files.el (make-auto-save-file-name): Removed.
1981         * files.el (auto-save-file-name-p): Removed.
1982         auto-save is always dumped so no sense in having a definition
1983         that will always be overwritten with another.
1984         
1985         * files.el (insert-directory):
1986         * win32-native.el:
1987         * win32-native.el (debug-mswindows-process-command-lines):
1988         * win32-native.el (original-make-auto-save-file-name): Removed.
1989         * win32-native.el (make-auto-save-file-name): Removed.
1990
1991
1992 2001-03-21  Martin Buchholz <martin@xemacs.org>
1993
1994         * XEmacs 21.2.46 "Urania" is released.
1995
1996 2001-03-16  Stephen J. Turnbull  <stephen@xemacs.org>
1997
1998         * menubar-items.el (default-menubar): Update sample.emacs to
1999         sample.init.el and adjust accelerators.
2000
2001 2001-02-02  Stephen J. Turnbull  <stephen@xemacs.org>
2002
2003         * build-report.el (build-report): Improve docstring.
2004
2005 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
2006
2007         * ChangeLog: Log GTK merge.
2008
2009         * gutter-items.el:
2010         * mwheel.el:
2011         * sound.el:
2012         * startup.el:
2013         Revert gratuitous whitespace changes.
2014
2015 2001-03-07  Ben Wing  <ben@xemacs.org>
2016
2017         * help.el:
2018         * help.el (key-or-menu-binding):
2019         * help.el (Help-find-file): New.
2020         * help.el (describe-beta):
2021         * help.el (describe-copying):
2022         * help.el (describe-project):
2023         * help.el (view-emacs-news):
2024         * help.el (view-sample-init-el): New.
2025         * help.el (Help-princ-face): New.
2026         * help.el (Help-prin1-face): New.
2027         * help.el (help-symbol-function-context-menu):
2028         * help.el (help-symbol-variable-context-menu):
2029         * help.el (help-symbol-function-and-variable-context-menu):
2030         * help.el (frob-help-extents):
2031         * help.el (describe-function-1):
2032         * help.el (describe-variable):
2033
2034         Add coloring in Help buffers, correspondent with hyperlinks.
2035         View files in view-mode rather than Fundamental.
2036         Remove separators from context menus -- now handled in generic code.
2037         Add `Find Tag' to context menu.
2038         
2039         * menubar.el (popup-mode-menu):
2040
2041         Rewrite code that outputs the popup menu to (a) put more specific
2042         entries first, (b) be more robust, (c) output the proper context
2043         menu separators automatically (the context menu functionality is
2044         new and currently used only by Help).
2045
2046 2001-03-10  William M. Perry  <wmperry@aventail.com>
2047
2048         * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
2049         this function when converting from the 21.1 GTK branch.  Now
2050         supports file, password, question, and color built-in dialogs.
2051
2052 2001-03-06  Ben Wing  <ben@xemacs.org>
2053
2054         * keydefs.el:
2055         * keydefs.el (global-map):
2056         Add commented-out change of M-k (for 21.5).
2057         
2058         * menubar-items.el (default-menubar):
2059         Fix items to control kill-line behavior; add items for
2060         shifted motion.
2061         
2062         * simple.el:
2063         * simple.el (kill-whole-line):
2064         * simple.el (historical-kill-line): Removed.
2065         * simple.el (kill-line): Removed.
2066         * simple.el (kill-entire-line): New.
2067         * simple.el (kill-line-1): New.
2068         * simple.el (backward-kill-line):
2069         Undo kill-whole-line == always changes.  Add new function
2070         kill-entire-line to unconditionally delete the current line.
2071         Add comments describing the lamentable state of affairs of
2072         the kill-line functions and variables.
2073
2074 2001-03-02  Ben Wing  <ben@xemacs.org>
2075
2076         * simple.el:
2077         * simple.el (beginning-of-buffer):
2078         * simple.el (end-of-buffer):
2079         * simple.el (mark-ring-unrecorded-commands):
2080         * simple.el (signal-error-on-buffer-boundary):
2081         * simple.el (shifted-motion-keys-select-region):
2082         * simple.el (unshifted-motion-keys-deselect-region):
2083         * simple.el (motion-keys-for-shifted-motion): New.
2084         * simple.el (handle-pre-motion-command):
2085         * simple.el (handle-post-motion-command):
2086         * simple.el (forward-char-command):
2087         * simple.el (backward-char-command):
2088         * simple.el (scroll-up-command):
2089         * simple.el (scroll-down-command):
2090         * simple.el (next-line):
2091         * simple.el (previous-line):
2092         * simple.el (backward-block-of-lines):
2093         * simple.el (forward-block-of-lines):
2094         * simple.el (backward-word):
2095         * simple.el (mark-word):
2096
2097         Augment documentation of the most common motion commands to make
2098         note of the shifted-motion support.  Improve the support to (a)
2099         properly document how it works and why it's done in the fashion it
2100         is, and (b) allow the keystrokes that trigger it to be customized.
2101
2102         Correct error in the customize specification of
2103         mark-ring-unrecorded-commands.
2104
2105 2001-03-02  Ben Wing  <ben@xemacs.org>
2106
2107         * font-lock.el:
2108         * font-lock.el (font-lock-pending-extent-table): Removed.
2109         * font-lock.el (font-lock-pending-buffer-table): New.
2110         * font-lock.el (font-lock-pre-idle-hook):
2111         * font-lock.el (font-lock-after-change-function):
2112         * font-lock.el (font-lock-fontify-pending-extents):
2113         * font-lock.el (font-lock-lisp-like):
2114
2115         Fix handling of pending extents to avoid excessive slowness (N^2
2116         behavior) when making lots of buffer changes between redisplays,
2117         such as when saving the Options.
2118
2119 2001-03-09  William M. Perry  <wmperry@aventail.com>
2120
2121         * device.el:
2122         * dragdrop.el:
2123         * dumped-lisp.el:
2124         * faces.el:
2125         * frame.el:
2126         * gnuserv.el:
2127         * loadup.el:
2128         * menubar-items.el:
2129         * minibuf.el:
2130         The Great GTK Merge.
2131
2132         * ChangeLog.GTK:
2133         * dialog-gtk.el:
2134         * gdk.el:
2135         * generic-widgets.el:
2136         * glade.el:
2137         * gnome-widgets.el:
2138         * gnome.el:
2139         * gtk-compose.el:
2140         * gtk-extra.el:
2141         * gtk-faces.el:
2142         * gtk-ffi.el:
2143         * gtk-file-dialog.el:
2144         * gtk-font-menu.el:
2145         * gtk-glyphs.el:
2146         * gtk-init.el:
2147         * gtk-iso8859-1.el:
2148         * gtk-marshal.el:
2149         * gtk-mouse.el:
2150         * gtk-package.el:
2151         * gtk-password-dialog.el:
2152         * gtk-select.el:
2153         * gtk-widget-accessors.el:
2154         * gtk-widgets.el:
2155         * gtk.el:
2156         widgets-gtk.el:
2157         The Great GTK Merge: new files.
2158
2159 2001-03-05  Stephen J. Turnbull  <stephen@xemacs.org>
2160
2161         * generic-widgets.el: Don't require gtk (a built-in feature) at
2162         top level.  Don't execute the last sexp unless (featurep 'gtk).
2163
2164 2001-02-28  Stephen J. Turnbull  <stephen@xemacs.org>
2165
2166         * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
2167
2168 2001-02-23  Martin Buchholz <martin@xemacs.org>
2169
2170         * XEmacs 21.2.45 "Thelxepeia" is released.
2171
2172 2001-01-25  Jason R. Mastaler  <jason@xemacs.org> 
2173  
2174         * about.el (xemacs-hackers): update my entry. 
2175         * about.el (about-maintainer-info): ditto. 
2176         * about.el (about-hackers): ditto. 
2177
2178 2001-02-20  Jan Vroonhof  <jan@xemacs.org>
2179
2180         * about.el (about-maintainer-info): More vanity info about
2181         yours truly.
2182
2183 2001-02-20  Adrian Aichner  <adrian@xemacs.org>
2184
2185         * build-report.el (build-report-destination): xemacs-build-reports
2186         has moved to SourceForge, where mailing list name length is
2187         restricted, hence the name change to
2188         xemacs-buildreports@xemacs.org.
2189         * build-report.el (build-report-keep-regexp): Update default.
2190         * build-report.el (build-report-delete-regexp): Ditto.
2191         * build-report.el (build-report-make-output-files): Ditto.
2192
2193 2001-02-19  Craig Lanning  <lanning@scra.org>
2194
2195         * lisp-mode.el: Add indentation specifications for following
2196         Common Lisp forms: handler-case, handler-bind, with-slots,
2197         with-open-file, with-open-stream, print-unreadable-object.
2198
2199 2001-02-18  Matt Tucker  <tuck@whistlingfish.net>
2200
2201         * font-lock.el (font-lock-set-defaults-1):
2202         Move initialization of `font-lock-cache-position' so that it's set
2203         even if font-lock-keywords is already defined.
2204
2205 2001-02-17  Matt Tucker  <tuck@whistlingfish.net>
2206
2207         * autoload.el (generate-file-autoloads-1):
2208         Use `emacs-lisp-mode-syntax-table' instead of
2209         `lisp-mode-syntax-table'.
2210         * lisp-mode.el (lisp-mode-syntax-table):
2211         Get rid of old checks for `parse-partial-sexp' version.
2212         Make `|' (pipe) string delimiter instead of punctuation.
2213
2214 2001-02-16  Martin Buchholz  <martin@xemacs.org>
2215
2216         * window.el (save-selected-window):
2217         Use gensym for better macro hygiene.
2218
2219 2001-02-06  Mike Sperber <mike@xemacs.org>
2220
2221         * dump-paths.el:
2222         * startup.el (startup-setup-paths): Set and use
2223         `mule-lisp-directory'.
2224         (startup-setup-paths-warning): Ditto.
2225
2226         * setup-paths.el (paths-find-mule-lisp-directory): Added.
2227         (paths-construct-load-path): Consider `mule-lisp-directory'.
2228
2229 2001-02-07  Matt Tucker  <tuck@whistlingfish.net>
2230
2231         * font-lock.el: Syntax table improvements used.  A few random
2232         changes are not specified below.
2233         (font-lock-fontify-string-delimiters):
2234         (font-lock-syntactic-keywords):
2235         (font-lock-cache-state nil):
2236         (font-lock-cache-position):
2237         New variables.
2238         (font-lock-set-syntax):
2239         (font-lock-apply-syntactic-highlight):
2240         (font-lock-fontify-syntactic-anchored-keywords):
2241         (font-lock-fontify-syntactic-keywords-region):
2242         (font-lock-eval-keywords):
2243         New functions.
2244         (font-lock-remove-face):
2245         (font-lock-fontify-syntactically-region):
2246         Use syntax properties.
2247
2248 2001-02-08  Martin Buchholz <martin@xemacs.org>
2249
2250         * XEmacs 21.2.44 "Thalia" is released.
2251
2252 2001-01-16  Mike Sperber <mike@xemacs.org>
2253
2254         * startup.el (normal-top-level): Work even if no installation root
2255         is found.
2256
2257 2001-01-30  Andy Piper  <andy@xemacs.org>
2258
2259         * gutter-items.el (progress-abort-glyph): remove instantiator.
2260         (set-progress-abort-instantiator): new function.
2261         (abort-progress-feedback): use it.
2262
2263         * gutter.el (set-gutter-dirty-p): new function.
2264
2265 2001-01-30  Didier Verna  <didier@xemacs.org>
2266
2267         * mwheel.el (mwheel-scroll): unwind-protect the selected window.
2268
2269 2001-01-24  Didier Verna  <didier@xemacs.org>
2270
2271         * sound.el (sound-extension-list): give a better default value.
2272         * sound.el (load-sound-file): improve the doc string, also find
2273         files given by absolute names, pass a real extension list to
2274         `locate-file'.
2275
2276 2001-01-26  Martin Buchholz <martin@xemacs.org>
2277
2278         * XEmacs 21.2.43 "Terspichore" is released.
2279
2280 2001-01-20  Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
2281
2282         * gnuserv.el (gnuserv-process-filter): Robuster handling of error
2283         messages from gnuserv.
2284
2285 2001-01-20  Martin Buchholz <martin@xemacs.org>
2286
2287         * XEmacs 21.2.42 "Poseidon" is released.
2288
2289 2001-01-12  Nick V. Pakoulin  <npak@ispras.ru>
2290
2291         * cl-macs.el (cl-upcase-arg): New function.
2292         (cl-function-arglist): New function.
2293         (cl-transform-lambda): Automatically add CL-style lambda list to
2294         documentation string using functions above.
2295
2296 2001-01-12  Andy Piper  <andy@xemacs.org>
2297
2298         * package-get.el (package-get-custom): call
2299         package-net-update-installed-db.
2300
2301         * package-ui.el (pui-install-selected-packages): call
2302         package-net-update-installed-db.
2303
2304         * package-net.el (package-net-update-installed-db): use
2305         packages-package-list so that we reflect reality.
2306
2307         * packages.el (packages-package-list): Make docstring reflect
2308         reality.
2309
2310         * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
2311
2312         * postinstall.cc (do_postinstall): don't pick up shells if cygwin
2313         isn't installed.
2314
2315 2001-01-17  Andy Piper  <andy@xemacs.org>
2316
2317         * wid-edit.el (widget-activation-glyph-mapper): activate or
2318         deactivate native widgets.
2319         (widget-glyph-insert-glyph): record instantiator.
2320         (widget-push-button-value-create): use it.
2321
2322         * gui.el (gui-button-action): new function. Make button's domain
2323         buffer current when calling.
2324         (make-gui-button): update to use gui-button-action.
2325
2326 2001-01-16  Didier Verna  <didier@xemacs.org>
2327
2328         * menubar-items.el (default-menubar): add an entry for modeline
2329         horizontal scrolling in Options -> Display.
2330
2331 2001-01-17  Steve Youngs  <youngs@xemacs.org>
2332
2333         * package-get.el (package-get-require-signed-base): Set to nil
2334         by default.
2335
2336 2001-01-17  Martin Buchholz <martin@xemacs.org>
2337
2338         * XEmacs 21.2.41 "Polyhymnia" is released.
2339
2340 2001-01-16  Mike Sperber <mike@xemacs.org>
2341
2342         * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
2343         catch lisp/mule/.
2344
2345 2001-01-14  Mike Sperber <mike@xemacs.org>
2346
2347         * startup.el (maybe-create-compatibility-dot-emacs):
2348         (maybe-unmigrate-user-init-file):
2349         (unmigrate-user-init-file): Created.
2350         (maybe-migrate-user-init-file): Offer creation of compatibility
2351         .emacs.
2352         Some doc fixes wrt init file location.
2353
2354 2001-01-15  Golubev I. N.  <gin@mo.msk.ru>
2355
2356         * faces.el (face-frob-from-locale-first): new variable.
2357         (frob-face-font-2): Honor tags arg while trying to use
2358         standard-face-mapping.  When face-frob-from-locale-first is set,
2359         first try to set face inheriting from frobbed-face.
2360
2361 2001-01-15  Didier Verna  <didier@xemacs.org>
2362
2363         * about.el (xemacs-hackers): update my entry.
2364         * about.el (about-url-alist): ditto.
2365         * about.el (about-maintainer-info): ditto.
2366         * about.el (about-hackers): ditto.
2367
2368 2001-01-15  Martin Buchholz  <martin@xemacs.org>
2369
2370         The byte compiler has been badly broken for a year,
2371         by the patch of 1999-12-06.
2372         * byte-optimize.el (byte-optimize-form-code-walker):
2373         Bug was: the byte compiler was making this erroneous optimization:
2374         (progn (or (foo)) (bar)) ==> (bar)
2375
2376 2000-11-20  Mike Sperber <mike@xemacs.org>
2377
2378         * setup-paths.el (paths-core-load-path-depth): Split
2379         `paths-load-path-depth' in two for site and core lisp.  Don't
2380         recurse into core.
2381         * setup-paths.el (paths-construct-load-path): Use.
2382
2383 2001-01-10  Andy Piper  <andy@xemacs.org>
2384
2385         * package-net.el (package-net-cygwin32-binary-size): new variable
2386         (package-net-win32-binary-size): ditto.  add much needed
2387         commentary.
2388
2389         * gutter-items.el (buffers-tab-items): correct off-by-one error
2390         for buffers-tab-max-size.
2391
2392 2001-01-08  Martin Buchholz <martin@xemacs.org>
2393
2394         * XEmacs 21.2.40 is released.
2395
2396 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
2397
2398         * mule/hebrew.el: Fix comments and typos.
2399         mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
2400
2401 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
2402
2403         * ChangeLog.1: move ancient log from fill.el.
2404
2405         * dump-paths.el:
2406         paragraphs.el:
2407         mule/mule-category.el:
2408         Miscellaneous typo fixes and slight doc clarifications.
2409
2410         * mule/mule-ccl.el:  Correct file name in header.
2411
2412 2000-12-31  Martin Buchholz <martin@xemacs.org>
2413
2414         * XEmacs 21.2.39 is released.
2415
2416 2000-12-27  Martin Buchholz  <martin@xemacs.org>
2417
2418         * byte-optimize.el (byte-optimize-cond):
2419         (byte-optimize-cond-1): New.
2420         Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
2421         Optimizes (cond (x nil)) ==> nil.
2422         Provide better diagnostic on malformed expr like (cond foo).
2423
2424 2000-12-20  Stephen J. Turnbull  <stephen@xemacs.org>
2425
2426         * mule/mule-coding.el:
2427         mule/mule-cmds.el (reset-language-environment,
2428         set-language-environment-coding-systems):
2429         Safer default coding-priority-list, corresponding to src/file-coding.h.
2430
2431 2000-12-03  Jorma Laaksonen <jorma.laaksonen@hut.fi>
2432
2433         * package-admin.el: Allow package removal from
2434         early-package-load-path.
2435
2436 2000-12-15  Andreas Jaeger  <aj@suse.de>
2437
2438         * about.el (about-maintainer-info): Update my entry.
2439
2440 2000-12-11  Matt Tucker  <tuck@whistlingfish.net>
2441
2442         * packages.el (locate-library): Add support for bzip2
2443         compressed .el files.
2444
2445 2000-12-12  Andy Piper  <andy@xemacs.org>
2446
2447         * package-net.el: new file.
2448
2449 2000-12-01  Enrico Scholz  <enrico.scholz@informatik.tu-chemnitz.de>
2450
2451         * font-lock.el: Add missing C++ keywords.
2452
2453 2000-12-08  Adrian Aichner  <adrian@xemacs.org>
2454
2455         * simple.el (indent-for-comment): Preserve indentation of comments
2456         starting in column 0, as documented in (Info-goto-node
2457         "(xemacs)Comments").  Update docstring accordingly.
2458
2459 2000-12-05  Martin Buchholz <martin@xemacs.org>
2460
2461         * XEmacs 21.2.38 is released.
2462
2463 2000-12-04  Didier Verna  <didier@xemacs.org>
2464
2465         * mouse.el (default-mouse-track-set-point-in-window): remove
2466         spurious '+' operation detected by Martin.
2467
2468
2469 2000-12-01  Martin Buchholz  <martin@xemacs.org>
2470
2471         * cl-extra.el (coerce):
2472         Implement char to integer coercion.
2473         Remove extraneous (numberp) test.
2474
2475         * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
2476         Perform lapcode inlining if the value of `byte-optimize' is 'byte.
2477         (byte-optimize-predicate):
2478         Warn if evaluating constant expression signals an error.
2479         (byte-optimize-form): Small simplification.
2480
2481         * cl-macs.el (cl-do-proclaim): small efficiency improvement.
2482
2483 2000-11-30  Martin Buchholz  <martin@xemacs.org>
2484
2485         * byte-optimize.el:
2486         (byte-optimize-minus):
2487         (byte-optimize-plus):
2488         (byte-optimize-mult):
2489         (byte-optimize-quo):
2490         Use (car (last x)) instead of (last x) to get last elt!
2491         Use `byte-optimize-predicate' to optimize `%'.
2492         Move optimizations for special numeric args to bytecomp.el.
2493         * bytecomp.el (byte-compile-associative): Remove.
2494         (byte-compile-max): New.
2495         (byte-compile-min): New.
2496         Properly handle erroneous calls: (max) (min).
2497         (byte-compile-plus): New.
2498         (byte-compile-minus):
2499         It's easiest to handle 0, +1 and -1 args here.
2500         (byte-compile-mult): New.
2501         It's easiest to handle 1, -1 and 2 args here.
2502         (byte-compile-quo):
2503         It's easiest to handle 0, +1 and -1 args here.
2504         Issue byte-compiler warning when dividing by zero.
2505
2506         Byte-compiler arithmetic improvements.
2507         Better optimize these expressions in the obvious way:
2508         (+ x y 1)   -->  varref x varref y add add1
2509         (+ x y -1)  -->  varref x varref y add sub1
2510         (- x y 0)   -->  (- x y)
2511         (- 0 x y)   -->  (- (- x) y)
2512         (% 42 19)   --> compile-time constant
2513         (/ 42 19)   --> compile-time constant
2514         (* (foo) 2) --> foo call dup plus
2515
2516         Optimize away arithmetic operations (+ x) (* x) (/ x 1)
2517         unless (declaim (optimize (safety 3)))
2518         or (setq byte-compile-delete-errors nil).
2519
2520 2000-11-28  Stephen J. Turnbull  <stephen@xemacs.org>
2521
2522         * paragraphs.el (paragraph-separate, forward-sentence):  Clarify
2523         docstrings.
2524
2525 2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
2526
2527         * startup.el (command-line-do-help):  Add documentation of
2528         portable dumper switches.
2529
2530 2000-11-22  Andy Piper  <andy@xemacs.org>
2531
2532         * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
2533
2534         * glyphs.el (init-glyphs): don't use autodetect for strings.
2535
2536 2000-11-28  Martin Buchholz  <martin@xemacs.org>
2537
2538         * byte-optimize.el (byte-optimize-char-before):
2539         (byte-optimize-backward-char):
2540         (byte-optimize-backward-word):
2541         Fix incorrect optimizations for these sorts of expressions:
2542         (let ((x nil)) (backward-char x))
2543
2544 2000-11-21  Martin Buchholz  <martin@xemacs.org>
2545
2546         * byte-optimize.el:
2547         * byte-optimize.el (byte-optimize-backward-char): New.
2548         * byte-optimize.el (byte-optimize-backward-word): New.
2549         Make backward-word and backward-char as efficient as forward versions.
2550
2551         * bytecomp.el (byte-compile-no-args-with-one-extra):
2552         * bytecomp.el (byte-compile-one-arg-with-one-extra):
2553         * bytecomp.el (byte-compile-two-args-with-one-extra):
2554         * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
2555         * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
2556         * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
2557         Check if extra arg is constant nil, and if so, use byte-coded call.
2558
2559         * simple.el (backward-word):
2560         * simple.el (mark-word):
2561         * simple.el (kill-word):
2562         * simple.el (backward-kill-word):
2563         Make COUNT argument optional, for consistency with forward-char et al.
2564
2565         * abbrev.el (abbrev-string-to-be-defined):
2566         * abbrev.el (inverse-abbrev-string-to-be-defined):
2567         * abbrev.el (inverse-add-abbrev):
2568         * abbrev.el (expand-region-abbrevs):
2569         * buff-menu.el (Buffer-menu-execute):
2570         * indent.el (move-to-left-margin):
2571         * indent.el (indent-relative):
2572         * indent.el (move-to-tab-stop):
2573         * info.el (Info-reannotate-node):
2574         * lisp-mode.el (lisp-indent-line):
2575         * lisp.el (end-of-defun):
2576         * lisp.el (move-past-close-and-reindent):
2577         * misc.el (copy-from-above-command):
2578         * mouse.el (default-mouse-track-scroll-and-set-point):
2579         * page.el (forward-page):
2580         * paragraphs.el (forward-paragraph):
2581         * paragraphs.el (end-of-paragraph-text):
2582         * picture.el (picture-forward-column):
2583         * picture.el (picture-self-insert):
2584         * rect.el (extract-rectangle-line):
2585         * simple.el (newline):
2586         * simple.el (fixup-whitespace):
2587         * simple.el (backward-delete-char-untabify):
2588         * simple.el (transpose-chars):
2589         * simple.el (transpose-preceding-chars):
2590         * simple.el (do-auto-fill):
2591         * simple.el (indent-new-comment-line):
2592         * simple.el (blink-matching-open):
2593         * view-less.el (cleanup-backspaces):
2594         * wid-edit.el (widget-transpose-chars):
2595         * term/bg-mouse.el (bg-insert-moused-sexp):
2596         Use more readable (backward-FOO n) instead of (forward-FOO -n).
2597
2598         * info.el (Info-fontify-node):
2599         * simple.el (backward-delete-function):
2600         Use canonical delete-backward-char instead of backward-delete-char.
2601
2602 2000-11-20  Andy Piper  <andy@xemacs.org>
2603
2604         * gutter-items.el (update-tab-in-gutter): don't barf if there are
2605         no buffers.
2606
2607 2000-11-20  Andy Piper  <andy@xemacs.org>
2608
2609         * gutter-items.el (update-tab-in-gutter): don't give popup frames
2610         buffer tabs.
2611
2612 2000-11-18  Martin Buchholz  <martin@xemacs.org>
2613
2614         * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
2615         (proclaim inline...) was shadowing compiler-macros.
2616
2617 2000-11-17  Martin Buchholz  <martin@xemacs.org>
2618
2619         * bytecomp.el (byte-compile-eval): New.
2620         (byte-compile-initial-macro-environment): Use byte-compile-eval.
2621         Keeps this promise made in Lispref:
2622         "If a file being compiled contains a `defmacro' form, the macro is
2623         defined temporarily for the rest of the compilation of that file."
2624
2625 2000-11-09  Martin Buchholz  <martin@xemacs.org>
2626
2627         * cl.el (floatp-safe):
2628         (plusp):
2629         (minusp):
2630         (oddp):
2631         (evenp):
2632         (cl-abs):
2633         Use a better parameter name than `x'.
2634
2635         * cl-macs.el (check-type): Make continuable.  Change documentation
2636         to require PLACE, but accept any form for compatibility.
2637
2638         * abbrev.el (define-abbrev): Use check-type.
2639         * font-menu.el (font-menu-change-face): Use check-type.
2640         * menubar.el (relabel-menu-item): Use check-type.
2641         * itimer.el: Fix typo.
2642
2643 2000-11-10  Yoshiki Hayashi  <yoshiki@xemacs.org>
2644
2645         * info.el (Info-extract-menu-node-name): Comma is a delimiter.
2646
2647 2000-11-14  Martin Buchholz <martin@xemacs.org>
2648
2649         * XEmacs 21.2.37 is released.
2650
2651 2000-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * code-cmds.el: Provide the feature.
2654
2655 2000-07-21  Jan Vroonhof  <jan@xemacs.org>
2656
2657         * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
2658
2659         * code-cmds.el: New file
2660         * mule/mule-cmds.el:
2661         * mule/mule-misc.el
2662         (coding-keymap): New keymap. Define coding system keyboard
2663         commands on file-coding builds too.
2664         (coding-system-change-eol-conversion):
2665         (universal-coding-system-argument):
2666         (set-default-coding-systems):
2667         (prefer-coding-system): Moved from mule-cmds.el
2668         (set-buffer-process-coding-system): Moved from mule-misc.el
2669
2670 2000-09-15  Stephen Carney <carney@scubadoo.com>
2671
2672         * etags.el (buffer-tag-table-files): Use append instead of nconc.
2673
2674 2000-11-09  Steve Youngs  <youngs@xemacs.org>
2675
2676         * package-get.el (package-get-download-sites): Add a pre-release
2677         site for experimental packages.
2678
2679         * auto-autoloads.el: Regenerated.
2680
2681 2000-08-01  Andy Piper  <andy@xemacs.org>
2682
2683         * gutter-items.el (buffers-tab-omit-function): reference
2684         buffers-tab-select-visible-buffers.
2685         (buffers-tab-filter-functions): new variable, by default uses
2686         buffers-tab-selection-function and buffers-tab-omit-function.
2687         (select-buffers-tab-buffers-by-mode): invert arguments.
2688         (buffers-tab-select-visible-buffers): new function. Invert calling
2689         of buffers-menu-omit-invisible-buffers.
2690         (buffers-tab-items): rewrite to use
2691         buffers-tab-filter-functions. Rewrite docstring.
2692         (gutter-buffers-tab-extent): delete.
2693         (add-tab-to-gutter): always build a new extent when adding the
2694         tabs.
2695         (update-tab-in-gutter): make gutter dirty when orientation
2696         changes.
2697
2698 2000-11-07  Martin Buchholz  <martin@xemacs.org>
2699
2700         * bytecomp.el (byte-compile-defvar-or-defconst):
2701         Only do loadhist recording if defvar form includes a value.
2702
2703 2000-11-02  Martin Buchholz  <martin@xemacs.org>
2704
2705         * bytecomp.el (byte-compile-initial-macro-environment):
2706         `eval-when-compile' should not compile its body.
2707
2708 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
2709
2710         * mule/cyrillic.el: Add Windows 1251 code page encoding (by
2711         Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>).  Fix
2712         some Japanese English.  Remove some ancient FSF comments, and
2713         improve docstrings.  Use symbols not vectors for tables.
2714
2715 2000-11-03  Martin Buchholz  <martin@xemacs.org>
2716
2717         * keymap.el:
2718         (local-key-binding):
2719         (global-key-binding):
2720         Add an optional `accept-defaults' parameter, just like `lookup-key'.
2721
2722         * lisp.el:
2723         (backward-sexp): Slightly simpler code.
2724         (mark-sexp): Make arg optional, like FSF Emacs.
2725         (forward-list): Slightly simpler code.
2726         (backward-list): Slightly simpler code.
2727         (down-list):  Make arg optional, like FSF Emacs.
2728         (up-list):  Make arg optional, like FSF Emacs.
2729         (backward-up-list):  Make arg optional, like FSF Emacs.
2730         (kill-sexp):  Make arg optional, like FSF Emacs.
2731         (backward-kill-sexp):  Make arg optional, like FSF Emacs.
2732
2733         * font-menu.el (font-menu-change-face):
2734         Take continuable errors into account.
2735
2736         * abbrev.el:
2737         * abbrev.el (clear-abbrev-table):
2738         * abbrev.el (define-abbrev-table):
2739         * abbrev.el (define-abbrev):
2740         * abbrev.el (insert-abbrev-table-description):
2741         * apropos.el (apropos-documentation-check-doc-file):
2742         * apropos.el (apropos-documentation-check-elc-file):
2743         * buff-menu.el (list-buffers):
2744         * buff-menu.el (list-buffers-noselect):
2745         * bytecomp.el (byte-recompile-directory):
2746         * bytecomp.el (batch-byte-compile):
2747         * cl-macs.el (typep):
2748         * code-files.el (find-coding-system-magic-cookie):
2749         * code-files.el (insert-file-contents):
2750         * cus-edit.el (customize-set-variable):
2751         * cus-edit.el (customize-save-variable):
2752         * cus-face.el (custom-set-face-font-size):
2753         * cus-face.el (custom-set-face-update-spec):
2754         * cus-face.el (custom-reset-faces):
2755         * custom.el (custom-check-theme):
2756         * custom.el (copy-upto-last):
2757         * fill.el (canonically-space-region):
2758         * fill.el (fill-paragraph):
2759         * fill.el (fill-region):
2760         * fill.el (find-space-insertable-point):
2761         * fill.el (justify-current-line):
2762         * faces.el (face-spec-update-all-matching):
2763         * faces.el (set-face-stipple):
2764         * files-nomule.el (insert-file-contents):
2765         * files.el (insert-file-contents-literally):
2766         * files.el (hack-local-variables-last-page):
2767         * files.el (basic-save-buffer):
2768         * files.el (insert-directory):
2769         * font-menu.el (font-menu-change-face):
2770         * font.el (font-spatial-to-canonical):
2771         * format.el (format-encode-region):
2772         * format.el (format-insert-file):
2773         * format.el (format-replace-strings):
2774         * gutter.el (set-gutter-element):
2775         * help.el (key-or-menu-binding):
2776         * help.el (describe-bindings):
2777         * help.el (with-syntax-table):
2778         * indent.el (indent-rigidly):
2779         * indent.el (delete-to-left-margin):
2780         * info.el:
2781         * info.el (Info-extract-dir-entry-from):
2782         * info.el (Info-build-dir-anew):
2783         * info.el (Info-rebuild-dir):
2784         * info.el (Info-batch-rebuild-dir):
2785         * info.el (Info-read-subfile):
2786         * info.el (Info-build-node-completions):
2787         * info.el (Info-extract-menu-node-name):
2788         * isearch-mode.el (isearch-range-invisible):
2789         * isearch-mode.el (isearch-restore-invisible-extents):
2790         * itimer.el (itimerp):
2791         * itimer.el (itimer-live-p):
2792         * keymap.el:
2793         * keymap.el (substitute-key-definition):
2794         * keymap.el (read-command-or-command-sexp):
2795         * keymap.el (local-key-binding):
2796         * keymap.el (global-key-binding):
2797         * keymap.el (global-set-key):
2798         * keymap.el (local-set-key):
2799         * ldap.el:
2800         * ldap.el (ldap-add-entries):
2801         * ldap.el (ldap-delete-entries):
2802         * lisp.el (backward-sexp):
2803         * lisp.el (mark-sexp):
2804         * lisp.el (forward-list):
2805         * lisp.el (backward-list):
2806         * lisp.el (down-list):
2807         * lisp.el (backward-up-list):
2808         * lisp.el (up-list):
2809         * lisp.el (kill-sexp):
2810         * lisp.el (backward-kill-sexp):
2811         * menubar.el (add-menu-button):
2812         * menubar.el (add-submenu):
2813         * menubar.el (delete-menu-item):
2814         * menubar.el (relabel-menu-item):
2815         * mouse.el (narrow-window-to-region):
2816         * obsolete.el (define-obsolete-variable-alias):
2817         * obsolete.el (store-substring):
2818         * package-admin.el:
2819         * package-admin.el (package-admin-install-function):
2820         * package-admin.el (package-admin-install-function-mswindows):
2821         * package-admin.el (package-admin-default-install-function):
2822         * package-get.el (package-get-update-base-entries):
2823         * packages.el (packages-load-package-dumped-lisps):
2824         * packages.el (packages-collect-package-dumped-lisps):
2825         * printer.el (generic-print-buffer):
2826         * printer.el (generic-print-region):
2827         * replace.el (occur-mode-mouse-goto):
2828         * replace.el (perform-replace):
2829         * select.el (get-selection-no-error):
2830         * simple.el:
2831         * simple.el (newline):
2832         * simple.el (open-line):
2833         * simple.el (edit-and-eval-command):
2834         * simple.el (goto-line):
2835         * simple.el (undo):
2836         * simple.el (kill-region):
2837         * simple.el (copy-region-as-kill):
2838         * simple.el (kill-ring-save):
2839         * simple.el (set-mark):
2840         * simple.el (next-line):
2841         * simple.el (previous-line):
2842         * simple.el (line-move):
2843         * simple.el (set-goal-column):
2844         * simple.el (comment-region):
2845         * subr.el:
2846         * subr.el (putf):
2847         * syntax.el (modify-syntax-entry):
2848         * syntax.el (map-syntax-table):
2849         * view-less.el (view-file):
2850         * view-less.el (view-buffer):
2851         * view-less.el (view-file-other-window):
2852         * window-xemacs.el (backward-other-window):
2853         * window.el:
2854         * window.el (one-window-p):
2855         * window.el (walk-windows):
2856         * window.el (window-list):
2857         * x-mouse.el (x-mouse-kill):
2858         * x-select.el (x-get-cutbuffer):
2859         * x-select.el (x-store-cutbuffer):
2860         * term/bg-mouse.el (bg-mouse-line-to-center):
2861         * term/sun-mouse.el (window-line-end):
2862         * term/sun-mouse.el (sun-select-region):
2863         * term/sun.el (kill-region-and-unmark):
2864         * mule/mule-category.el:
2865         * mule/mule-category.el (modify-category-entry):
2866         * mule/mule-category.el (char-category-list):
2867         * mule/mule-coding.el (coding-system-force-on-output):
2868         * mule/mule-misc.el (coding-system-put):
2869         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
2870
2871 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
2872
2873         * cus-face.el: Typo fixes and tiny clarifications.
2874         * custom.el: ditto
2875
2876 2000-10-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
2877
2878         * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
2879         * startup.el (normal-top-level): Setup auto-save-list-file-name
2880         if auto-save-list-file-prefix is non-nil.
2881
2882 2000-10-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
2883
2884         * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
2885
2886 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2887
2888         * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
2889         get symbol at point-min.
2890
2891 2000-10-24  Didier Verna  <didier@xemacs.org>
2892
2893         * info.el (Info-emacs-info-file-name): defconst it.
2894         * info.el (Info-footnote-tag): defcustom it.
2895         * info.el (Info-no-description-string): ditto.
2896         * info.el (Info-find-node): adapt to new semantics of
2897         'Info-suffixed-file (don't do the case variants stuff).
2898         * info.el (Info-insert-dir): rewrite the dir file variants code.
2899         * info.el (Info-directory-files): New. Return the list of info
2900         files in a directory.
2901         * info.el (Info-dir-outdated-p): use it.
2902         * info.el (Info-parse-dir-entries): ditto.
2903         * info.el (Info-build-dir-anew): don't restrict to files ending
2904         with a ".info.*" extension.
2905         * info.el (Info-set-mode-line): ditto.
2906         * info.el (Info-read-subfile): adapt to new semantics of
2907         'Info-suffixed-file (append 'exact argument).
2908         * info.el (Info-all-case-regexp): New. Return a regexp matching a
2909         string independently of the case.
2910         * info.el (Info-suffixed-file): use it (match all possible case
2911         for the file name).
2912         * info.el (Info-insert-file-contents): code cleanup.
2913         * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
2914         columns.
2915         * info.el (Info-batch-rebuild-dir): ditto.
2916         * info.el (Info-read-node-name-1): ditto.
2917         * info.el (Info-search): ditto.
2918         * info.el (Info-fontify-node): ditto.
2919
2920
2921 2000-10-24  Didier Verna  <didier@xemacs.org>
2922
2923         * process.el (shell-command): when called from a program, avoid
2924         'push-mark's "mark-set" message.
2925
2926 2000-10-15  MIYASHITA Hisashi  <himi@m17n.org>
2927
2928         * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
2929         by a symbol, not by a vector.
2930         * mule/vietnamese.el (vscii): Likewise.
2931         (viscii): Likewise.
2932         * mule/cyrillic.el (koi8-r): Likewise.
2933
2934         * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
2935         by a symbol, not by a vector.
2936         (chinese-big5-2): Likewise.
2937         * mule/ethiopic.el (ethiopic): Likewise.
2938         * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
2939         (vietnamese-viscii-upper): Likewise.
2940
2941 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
2942
2943         * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
2944
2945 2000-10-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
2946
2947         * byte-optimize.el (byte-optimize-car): New function.
2948         (byte-optimize-cdr): Ditto.
2949
2950 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
2951
2952         * byte-optimize.el: Partial synch with FSF 20.7.
2953         Optimize constant concatenation.
2954         Add keymapp as a side effect free function.  It is a built-in.
2955         (byte-after-unbind-pos): Remove byte-equal.
2956
2957 2000-10-13  Gunnar Evermann  <ge204@eng.cam.ac.uk>
2958
2959         * update-elc-2.el: Quote regexps correctly.
2960
2961 2000-10-05  MIYASHITA Hisashi  <himi@m17n.org>
2962
2963         * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
2964         (ccl-compile): Apply integerp, not integer-or-char-p to
2965         check the type of the buffer magnification
2966         (ccl-compile-write-string): Encode a string with binary
2967         coding system.
2968         (ccl-compile-write-repeat): Likewise.
2969
2970 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
2971
2972         * buff-menu.el:
2973         * bytecomp.el:
2974         * coding.el:
2975         * faces.el:
2976         * files.el:
2977         * fill.el:
2978         * float-sup.el:
2979         * font-lock.el:
2980         * help.el:
2981         * iso8859-1.el:
2982         * loaddefs.el:
2983         * menubar-items.el:
2984         * menubar.el:
2985         * modeline.el:
2986         * msw-font-menu.el:
2987         * paragraphs.el:
2988         * paths.el:
2989         * replace.el:
2990         * simple.el:
2991         * sound.el:
2992         * startup.el:
2993         * version.el:
2994         * x-faces.el:
2995         * x-font-menu.el:
2996         Remove purecopy.
2997
2998 2000-10-03  Daniel Pittman  <daniel@rimspace.net>
2999
3000         * simple.el (do-auto-fill): Use the function pointer to by
3001         `comment-line-break-function', not `indent-new-comment-line'. This
3002         fixes an issue with cc-mode comment continuation.
3003
3004 2000-10-11  Martin Buchholz  <martin@xemacs.org>
3005
3006         * simple.el (turn-on-auto-fill):  Add (interactive).
3007         * mwheel.el (mwheel-install): Add (interactive).
3008         * font-lock.el (turn-on-font-lock): Add (interactive).
3009         (turn-off-font-lock): Add (interactive).
3010
3011 2000-10-03  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
3012
3013         * packages.el (packages-special-base-regexp): Add `man'.
3014
3015 2000-10-08  Adrian Aichner  <adrian@xemacs.org>
3016
3017         * wid-edit.el (widget-specify-active): map over extents in current
3018         buffer like `widget-specify-inactive' does.  Mapping over the
3019         inactive extent object does not work since the current extent is
3020         ignored by `map-extents'.
3021
3022 2000-10-04  Martin Buchholz <martin@xemacs.org>
3023
3024         * XEmacs 21.2.36 is released.
3025
3026 2000-09-22  Martin Buchholz  <martin@xemacs.org>
3027
3028         * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
3029         Optimize the compiled-function-constants vector by byte-code
3030         reference counts.
3031
3032 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
3033
3034         * build-report.el (build-report-delete-regexp): quote value in
3035         defcustom
3036
3037 2000-09-24  Adrian Aichner  <aichner@ecf.teradyne.com>
3038
3039         * build-report.el (build-report): Don't bind srcdir which we don't
3040         use in `multiple-value-bind' to avoid the only byte-compiler
3041         warning.
3042
3043 2000-09-23  Adrian Aichner  <aichner@ecf.teradyne.com>
3044
3045         * build-report.el: Requires cl and custom now.
3046         build-report-version is determined by XEmacs version -- remove
3047         build-report-version*.
3048         * build-report.el (build-report-version): Removed.
3049         * build-report.el (build-report-installation-version-regexp): New.
3050         * build-report.el (build-report-version-file-regexp): New.
3051         * build-report.el (build-report-installation-srcdir-regexp): New.
3052         * build-report.el (build-report-destination): Offer
3053         xemacs-build-reports and xemacs-beta.
3054         * build-report.el (build-report-keep-regexp): Adjusted.
3055         * build-report.el (build-report-delete-regexp): Adjusted.
3056         * build-report.el (build-report-make-output-dir): New.
3057         * build-report.el (build-report-installation-file): Replace use of
3058         `concat' with `expand-file-name'.
3059         * build-report.el (build-report-make-output-file): Removed.
3060         * build-report.el (build-report-make-output-files): New.
3061         * build-report.el (build-report-subject): Identify as
3062         user-variable with "*...".
3063         * build-report.el (build-report-prompts): Ditto.
3064         * build-report.el (build-report-version-file): New.
3065         * build-report.el (build-report-file-encoding): Identify as
3066         user-variable with "*...".
3067         * build-report.el (build-report-make-output-get): New.
3068         * build-report.el (build-report-insert-header): Report
3069         emacs-version and system-configuration instead of
3070         build-report-version.
3071         * build-report.el (build-report-insert-make-output): Add file
3072         argument.
3073         * build-report.el (build-report-insert-installation-file):
3074         Re-indent.
3075         * build-report.el (build-report-keep): Change docstring,
3076         re-indent.
3077         * build-report.el (build-report-delete): Ditto.
3078         * build-report.el (build-report-installation-data): New.
3079         * build-report.el (build-report-version-file-data): New.
3080
3081 2000-09-20  Martin Buchholz  <martin@xemacs.org>
3082
3083         * byte-optimize.el (byte-optimize-lapcode):
3084         Fix the optimization of using the first 5 elements of the
3085         constants vector for variables.
3086         (byte-optimize-lapcode): Fix another ancient broken optimization.
3087
3088 2000-09-19  Martin Buchholz  <martin@xemacs.org>
3089
3090         * *: Spelling mega-patch
3091
3092 2000-09-19  Martin Buchholz  <martin@xemacs.org>
3093
3094         * easymenu.el: doc fixes.
3095         (easy-menu-do-define): Use backquote.
3096         (easy-menu-change):
3097         (easy-menu-add):
3098         `when' seems much clearer than `if' here.
3099         (easy-menu-remove):
3100         (easy-menu-add-item):
3101         (easy-menu-item-present-p):
3102         (easy-menu-remove-item):
3103         Wrap using (when (featurep 'menubar) ...)
3104
3105 2000-09-16  Martin Buchholz  <martin@xemacs.org>
3106
3107         * bytecomp.el (displaying-byte-compile-warnings):
3108         Revert Ben's change to this function below so that the compile log
3109         is displayed properly for users of the "popper" package.
3110
3111 2000-09-12  Martin Buchholz  <martin@xemacs.org>
3112
3113         * window.el (save-selected-window): Use backquote.
3114
3115         * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
3116         Renamed from `byte-compile-file-form-defvar'.
3117         * bytecomp.el (byte-compile-defvar-or-defconst):
3118         Only cons onto current-load-list in top-level forms.
3119         Else this leaks a cons cell every time a defun is called.
3120         Renamed from `byte-compile-defvar', for clarity.
3121         Warn when docstring of defvar is not a string.
3122         Use consistent error messages.
3123         Better comments.
3124
3125 2000-09-11  Martin Buchholz  <martin@xemacs.org>
3126
3127         * simple.el (set-variable):
3128         Remove unneeded defvar by rearranging order of let* forms.
3129
3130         * mule/mule-ccl.el (ccl-get-next-code):
3131         * menubar-items.el (bookmark-menu-filter):
3132         (language-environment-menu-filter):
3133         (tutorials-menu-filter):
3134         * toolbar-items.el (toolbar-compile):
3135         * byte-optimize.el (disassemble-offset):
3136         Use (declare (special ...)) instead of `defvar'.
3137
3138         * cl-macs.el (cl-do-proclaim):
3139         Fix (declare (special ...)) warning suppression syntax.
3140
3141 2000-07-22  Golubev I. N. <gin@mo.msk.ru>
3142
3143         * info.el (Info-tag-table-marker):
3144         (Info-tag-table-buffer):
3145         (Info-find-file-node):
3146         (Info-read-subfile):
3147         (Info-build-node-completions):
3148         (Info-search):
3149         (Info-mode):
3150         Multiple info buffer support.
3151
3152 2000-08-28  Oscar Figueiredo  <oscar@cpe.fr>
3153
3154         * ldap.el (ldap-decode-entry): New defun
3155         (ldap-search-entries): Use it in order to decode DN-prefixed
3156         entries properly
3157
3158 2000-08-23  Daniel Pittman <daniel@danann.net>
3159
3160         * mule/mule-cmds.el (coding-system-change-eol-conversion):
3161         Use `eq', not `=', to compare symbols.
3162
3163 2000-07-30  Ben Wing  <ben@xemacs.org>
3164
3165         * bytecomp.el (byte-compile-report-error):
3166         * bytecomp.el (displaying-byte-compile-warnings):
3167         if stack-trace-on-error is set, send out a backtrace when
3168         an error is encountered that stops byte compilation.  this
3169         should make it much much easier to track down those curious
3170         problems.  also undo the kludge of using a separate "*Show*"
3171         buffer for display when there's a temp-buffer-show-function;
3172         we can avoid this by just being a little smarter.
3173
3174         * dialog-items.el:
3175         * dialog-items.el (search-dialog-regexp): New.
3176         * dialog-items.el (search-dialog-callback):
3177         * dialog-items.el (make-search-dialog):
3178         add a regexp option to the dialog and clean up a bit.
3179
3180         * dialog.el:
3181         * dialog.el (yes-or-no-p-dialog-box):
3182         * dialog.el (get-dialog-box-response):
3183         * dialog.el (make-dialog-box):
3184         * dialog.el (dialog-box-finish): New.
3185         * dialog.el (dialog-box-cancel): New.
3186         * dialog.el (internal-make-dialog-box-exit): New.
3187         implement [properly!] the :modal property of the new dialog box
3188         interface.  this is the first time xemacs has ever had *proper*
3189         modal dialog boxes, giving the standard window-system feedback.
3190         (e.g. under windows, clicking on a disabled frame causes a beep
3191         and makes the dialog box flash three times.)
3192
3193         * dragdrop.el: header keyword frobbing.
3194
3195         * dumped-lisp.el (preloaded-file-list):
3196         renamed winnt.el to win32-native.el.
3197
3198         * faces.el (face-property):
3199         * faces.el (set-face-property):
3200         * faces.el (frob-face-property):
3201         * faces.el (frob-face-font-2):
3202         * faces.el (make-face-bold):
3203         * faces.el (make-face-italic):
3204         * faces.el (make-face-bold-italic):
3205         * faces.el (make-face-unbold):
3206         * faces.el (make-face-unitalic):
3207         * faces.el (make-face-smaller):
3208         * faces.el (make-face-larger):
3209         clean up the implementation of these so that window-system-specific
3210         methods are called only on objects belonging to that window system.
3211         previously, you could have [e.g.] mswindows-make-face-bold called
3212         on font object of device type `stream', which is not good and
3213         explains the subtle errors Adrian was getting when byte-compiling
3214         something that required 'term. (Adrian, now you can use stack-trace-
3215         on-error to find the exact place where things are going wrong instead
3216         of having to laboriously binary-search your way through.)
3217
3218         * finder.el (finder-known-keywords):
3219         cleaned up -- properly sorted, clarified the meanings of many of
3220         the keywords, and added a few -- mswin, gui, content, build, www,
3221         user, services.  the last two try to distinguish between a package
3222         that's used directly by the user, and a package that provides
3223         support services to other packages.
3224
3225         * font-lock.el (lisp-font-lock-keywords-2):
3226         update list of lisp control structures to include everything,
3227         including new ones i introduced.
3228
3229         * gutter.el: header keyword frobbing.
3230
3231         * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
3232         recent isearch element was not doing so!  you got the second-most-
3233         recent instead.
3234
3235         * lisp-mode.el (construct-lisp-mode-menu):
3236         more menubar cleanups.
3237         * lisp-mode.el (with-selected-window):
3238         make it indent properly.
3239
3240         * menubar-items.el (default-menubar): lots of menubar cleanups.
3241         rearranged the options menu the most, e.g. splitting up the
3242         Keyboard/Mouse menu into a new Editing menu and combining the
3243         separate Scrollbar/Gutter/Toolbar submenus into Display.
3244         Got rid of General, moved items to Editing or new Troubleshooting.
3245         Moved Packages to Tools; doesn't seem to belong under Options.
3246         Added stuff to the Cmds menu, e.g. Change Case.
3247
3248         NB please don't complain about these periodic menubar changes.
3249         Anything like this is necessarily incremental in its construction
3250         -- By constant use you gradually become more and more aware of
3251         better and better ways to group menu items.  When we eventually
3252         move the options menu to a property sheet, the existing structure
3253         will probably be preserved fairly well.
3254
3255         * minibuf.el (next-history-element): fix problems with pressing
3256         down arrow in repeat-complex-command.
3257
3258         * modeline.el:
3259         * modeline.el (modeline-3d-p): New.
3260         added custom variable for controlling the 3d modeline.  the
3261         corresponding Options item has been present for a long time,
3262         but commented out with "fix me!" comments.  it's fixed now.
3263
3264         * obsolete.el (add-menu):
3265         remove bogus gettexts.
3266
3267         * process.el (shell-quote-argument):
3268         handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
3269         For bash under Windows native, see below.
3270
3271         * simple.el:
3272         * simple.el (display-warning-buffer):
3273         Fixed the handling of warning display to eliminate the annoying
3274         *Show* buffer, like was done for byte-compiler output above.
3275
3276         * simple.el (debug-print): New.
3277         Simple function for sending debug messages to the console and/or
3278         other debug places.
3279
3280         * subr.el (replace-in-string):
3281         Rewrite this function to avoid N^2 behavior with large strings --
3282         catastrophic with the new Windows selection code! (Apparently the
3283         author of this function didn't realize there was a fun
3284         replace-match that could make his life much easier, because we
3285         duplicated the entire logic.  The new version is smaller, easier
3286         to understand, much more robust, and has extended features --
3287         those of replace-match.)
3288
3289         * window.el:
3290         * window.el (with-selected-window): New.
3291         An obvious complement to the existing `with-selected-frame' and
3292         `with-current-buffer'.
3293
3294         * win32-native.el: Renamed from winnt.el.
3295         Added a great deal of stuff for properly handling process quoting,
3296         somewhat modeled on Kirill's original model (which i later threw
3297         away).  We should now finally have correctly working process arg
3298         quoting/dequoting so that the final app gets exactly what we
3299         intended.  Because the mechanism is in Lisp, it's easily
3300         extendible. (For those running bash and running the native
3301         version, I tried hard to do what I thought was correct.  But more
3302         thought is needed, and ideally the volunteer work of people with
3303         these configurations that they generally run on.)
3304
3305         * x-font-menu.el (x-font-menu-font-data):
3306         Put in defvar's to fix byte-compiler warnings.
3307
3308 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
3309
3310         * select.el (selection-coercion-alist): Initialise.
3311         * select.el (select-coerce-to-text): New.
3312         * select.el (select-coerce): New.
3313         New functions to perform type and value coercion.
3314
3315         * select.el (select-buffer-killed-default): Keep data if it was
3316         on the clipboard.
3317
3318 2000-08-02  Martin Buchholz  <martin@xemacs.org>
3319
3320         * menubar-items.el (default-menubar): Fix typo.
3321         (default-menubar): `lambda' was mispelled as `lamda'.
3322
3323 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
3324
3325         * window.el (shrink-window-if-larger-than-buffer): Remove
3326         edge checking code.
3327
3328 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
3329
3330         * paths.el (gnus-local-domain): Removed.
3331         (gnus-local-organization): Ditto.
3332         (gnus-startup-file): Ditto.
3333
3334 2000-07-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
3335
3336         * files.el (auto-mode-alist): Add .spec for RPM.
3337
3338 2000-07-31  Andy Piper  <andy@xemacs.org>
3339
3340         * gutter-items.el (update-tab-in-gutter): deprecate :properties.
3341
3342 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
3343
3344         * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
3345         browse-url.
3346         * help.el (xemacs-www-page): Ditto.
3347         (xemacs-www-faq): Ditto.
3348         * menubar-items.el (default-menubar): Ditto.
3349
3350         * wid-edit.el (widget-url-link-action): Ditto.
3351         From: Kenichi OKADA <okada@opaopa.org>.
3352
3353 2000-07-31  Martin Buchholz  <martin@xemacs.org>
3354
3355         * finder.el (finder-commentary): Add autoload cookie.
3356
3357 2000-07-28  Adrian Aichner  <aichner@ecf.teradyne.com>
3358
3359         * files.el (insert-file-contents-literally): Fix second let
3360         binding for `coding-system-for-read' to `coding-system-for-write'
3361         as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
3362
3363 1999-06-15  Jan Vroonhof  <vroonhof@math.ethz.ch>
3364
3365         * files.el (insert-file-contents-literally): Use binary coding
3366         system (from Morioka san).
3367         (insert-file-contents-literally): Make file-name-handler method.
3368
3369 2000-07-26  Martin Buchholz  <martin@xemacs.org>
3370
3371         * cl-macs.el (get-selection): Add defsetf.
3372
3373 2000-07-25  Steve Youngs  <youngs_s@ozlinx.com.au>
3374
3375         * x-init.el (x-activate-region-as-selection): replace obsolete
3376         function x-own-selection with own-selection.
3377         (ow-find): replace obsolete functions x-get-selection and
3378         x-get-clipboard with get-selection and get-clipboard.
3379         (init-post-x-win): replace obsolete function x-disown-selection
3380         with disown-selection.
3381
3382 2000-07-20  Mike Sperber  <mike@xemacs.org>
3383
3384         * startup.el (load-user-init-file): Only try to load init file if
3385         it exists.
3386
3387 2000-07-10  Andy Piper  <andy@xemacs.org>
3388
3389         * dialog-items.el: sync with Ben's patch.
3390
3391         * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
3392         comment.
3393         (progress-text-glyph): deleted.
3394         (progress-layout-glyph): make completely minimal.
3395         (progress-gauge-glyph): ditto.
3396         (progress-display-style): fix to handle dynamic instantiator
3397         changes.
3398         (progress-text-instantiator): new.
3399         (progress-layout-instantiator): new.
3400         (progress-gauge-instantiator): new.
3401         (set-progress-display-instantiator): renamed and changed from
3402         set-progress-display-style.
3403         (progress-abort-glyph): use instantiator not glyph.
3404         (append-progress-display): use set-progress-display-instantiator
3405         and set-glyph-image.
3406         (abort-progress-display): ditto.
3407         (raw-append-progress-display): ditto.
3408
3409 2000-07-20  Ben Wing  <ben@xemacs.org>
3410
3411         * code-files.el: Move Mule-specific code to mule-coding.el.
3412
3413 2000-07-15  Ben Wing  <ben@xemacs.org>
3414
3415         * autoload.el:
3416         Fixed comments.
3417
3418         * cmdloop.el:
3419         * cmdloop.el (yes-or-no-p):
3420         * cmdloop.el (y-or-n-p):
3421         Make these functions use should-use-dialog-box-p and not be
3422         overridden in dialog.el.
3423
3424         * cus-dep.el:
3425         * cus-dep.el (Custom-make-dependencies): Removed.
3426         * cus-dep.el (Custom-make-dependencies-1): New.
3427         * cus-dep.el (Custom-make-one-dependency): New.
3428         New entry point for use in Makefiles, to avoid excessive
3429         invocations.
3430
3431         * cus-edit.el (custom-variable-reset-saved):
3432         * cus-edit.el (custom-variable-reset-standard):
3433         * cus-edit.el (custom-save-resets):
3434         Fix bytecompiler warnings.
3435
3436         * dialog.el:
3437         * dialog.el (yes-or-no-p-dialog-box):
3438         * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
3439         * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
3440         * dialog.el (get-dialog-box-response):
3441         * dialog.el (message-or-box):
3442         * dialog.el (make-dialog-box):
3443         * dialog.el (popup-dialog-box): New.
3444         Avoid yes-or-no-p bogosities.
3445         Create a general function `make-dialog-box' to encapsulate all
3446         dialog box methods; easily extendible.  popup-dialog-box now obsolete.
3447
3448         * dumped-lisp.el (preloaded-file-list):
3449         Add dialog-items.  Clean up.  Group files by types.
3450
3451         * easymenu.el (easy-menu-add):
3452         * easymenu.el (easy-menu-remove):
3453         Account for accelerators.
3454
3455         * extents.el:
3456         * extents.el (extent-list): New args, like in map-extents.
3457         * extents.el (extent-at-event): New.
3458         * extents.el (extents-at-event): New.
3459
3460         * font-lock.el:
3461         * font-lock.el (font-lock-mode):
3462         * font-lock.el (font-lock-default-fontify-buffer):
3463         * font-lock.el (font-lock-default-unfontify-region):
3464         * font-lock.el (font-lock-fontify-syntactically-region):
3465         * font-lock.el (font-lock-fontify-keywords-region):
3466         Use new progress-feedback names.
3467
3468         * font-lock.el (java-font-lock-identifier-regexp):
3469         * font-lock.el (java-font-lock-class-name-regexp):
3470         Fix bytecompiler warnings.
3471
3472         * gutter-items.el:
3473         * gutter-items.el (progress-display-use-echo-area): Removed.
3474         * gutter-items.el (progress-feedback-use-echo-area): New.
3475         * gutter-items.el (progress-display-popup-period): Removed.
3476         * gutter-items.el (progress-feedback-popup-period): New.
3477         * gutter-items.el (set-progress-display-style): Removed.
3478         * gutter-items.el (set-progress-feedback-style): New.
3479         * gutter-items.el (progress-display-style): Removed.
3480         * gutter-items.el (progress-feedback-style): New.
3481         * gutter-items.el (progress-stack):
3482         * gutter-items.el (progress-displayed-p): Removed.
3483         * gutter-items.el (progress-feedbacked-p): New.
3484         * gutter-items.el (clear-progress-display): Removed.
3485         * gutter-items.el (clear-progress-feedback): New.
3486         * gutter-items.el (progress-display-clear-when-idle): Removed.
3487         * gutter-items.el (progress-feedback-clear-when-idle): New.
3488         * gutter-items.el (remove-progress-display): Removed.
3489         * gutter-items.el (remove-progress-feedback): New.
3490         * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
3491         * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
3492         * gutter-items.el (append-progress-display): Removed.
3493         * gutter-items.el (append-progress-feedback): New.
3494         * gutter-items.el (abort-progress-display): Removed.
3495         * gutter-items.el (abort-progress-feedback): New.
3496         * gutter-items.el (raw-append-progress-display): Removed.
3497         * gutter-items.el (raw-append-progress-feedback): New.
3498         * gutter-items.el (display-progress-display): Removed.
3499         * gutter-items.el (display-progress-feedback): New.
3500         * gutter-items.el (current-progress-display): Removed.
3501         * gutter-items.el (current-progress-feedback): New.
3502         * gutter-items.el (current-progress-display-label): Removed.
3503         * gutter-items.el (current-progress-feedback-label): New.
3504         * gutter-items.el (progress-display): Removed.
3505         * gutter-items.el (progress-feedback): New.
3506         Replace "progress-display" with "progress-feedback" globally.
3507
3508         * gutter-items.el (lprogress-display): Removed.
3509         * gutter-items.el (progress-feedback-with-label): New.
3510         Rename lprogress-display ==> progress-feedback-with-label.
3511
3512         * gutter-items.el (search-dialog-direction): Removed.
3513         * gutter-items.el (search-dialog-text): Removed.
3514         * gutter-items.el (search-dialog-callback): Removed.
3515         * gutter-items.el (make-search-dialog): Removed.
3516         Move to dialog-items.el.
3517
3518         * help.el:
3519         * help.el (help-mode-quit):
3520         * help.el (mode-for-help): New.
3521         * help.el (help-sticky-window): New.
3522         * help.el (help-window-config): New.
3523         * help.el (with-displaying-help-buffer):
3524         * help.el (function-at-event): New.
3525         * help.el (help-symbol-regexp): New.
3526         * help.el (help-symbol-run-function-1): New.
3527         * help.el (help-symbol-run-function): New.
3528         * help.el (help-symbol-function-context-menu): New.
3529         * help.el (help-symbol-variable-context-menu): New.
3530         * help.el (help-symbol-function-and-variable-context-menu): New.
3531         * help.el (frob-help-extents): New.
3532         * help.el (describe-function-1):
3533         * help.el (variable-at-point):
3534         * help.el (variable-at-event): New.
3535         * help.el (describe-variable):
3536         Major overhaul.
3537         - Make functions and variables be mousable.
3538         - Middle button hyperlinks.
3539         - New context-menu entries.
3540
3541         * keydefs.el:
3542         * keydefs.el (global-map):
3543         New key bindings to move lines up and down.
3544
3545         * lisp-mode.el:
3546         * lisp-mode.el (construct-lisp-mode-menu): New.
3547         * lisp-mode.el (emacs-lisp-mode-popup-menu):
3548         * lisp-mode.el (lisp-interaction-mode-menubar-menu):
3549         * lisp-mode.el (emacs-lisp-mode-menubar-menu):
3550         * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
3551         Make popup and menubar menus be different.  Popup menu uses
3552         clicked location and automatically assumes symbol under the mouse
3553         for various commands.
3554
3555         * menubar-items.el:
3556         * menubar-items.el (bookmark-menu-filter): Add accelerators.
3557         * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
3558
3559         * menubar-items.el (global-popup-menu): Removed.
3560         * menubar-items.el (mode-popup-menu): Removed.
3561         * menubar-items.el (activate-popup-menu-hook): Removed.
3562         * menubar-items.el (popup-mode-menu): Removed.
3563         * menubar-items.el (popup-buffer-menu): Removed.
3564         * menubar-items.el (popup-menubar-menu): Removed.
3565         Move to menubar.el.
3566
3567         * menubar.el:
3568         * menubar.el (global-popup-menu): New.
3569         * menubar.el (mode-popup-menu): New.
3570         * menubar.el (activate-popup-menu-hook): New.
3571         * menubar.el (last-popup-menu-event): New.
3572         * menubar.el (popup-mode-menu): New.
3573         * menubar.el (popup-buffer-menu): New.
3574         * menubar.el (popup-menubar-menu): New.
3575         * menubar.el (menu-call-at-event): New.
3576         Move non-content functions here.  Add support for context menu
3577         items on extents.
3578
3579         * minibuf.el (minibuffer-history-uniquify):
3580         Typo fix.
3581
3582         * minibuf.el (read-file-name-1):
3583         Call new file dialog box if it exists.
3584
3585         * minibuf.el (mouse-rfn-setup-vars):
3586         Clean up "chop" action.
3587
3588         * mouse.el:
3589         * mouse.el (button2): Now bound to mouse-track.
3590         * mouse.el (click-inside-extent-p):
3591         * mouse.el (point-inside-extent-p):
3592         * mouse.el (point-inside-selection-p):
3593         * mouse.el (mouse-drag-or-yank): Removed.
3594         * mouse.el (mouse-begin-drag-n-drop): New.
3595         * mouse.el (mouse-eval-sexp):
3596         * mouse.el (mouse-track-activate-strokes): New.
3597         * mouse.el (mouse-track-do-activate): New.
3598         * mouse.el (mouse-track):
3599         * mouse.el (default-mouse-track-event-is-with-button): New.
3600         * mouse.el (default-mouse-track-cleanup-hook):
3601         * mouse.el (default-mouse-track-drag-hook):
3602         * mouse.el (default-mouse-track-drag-up-hook):
3603         * mouse.el (default-mouse-track-click-hook):
3604         Merge drag-n-drop into mouse-track.
3605         Add general "activate" support to replace specific button2 kludges.
3606         Use "button modifier" support in mouse-track.
3607
3608         * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
3609
3610         * package-ui.el:
3611         * package-ui.el (pui-menu):
3612         * package-ui.el (pui-popup-context-sensitive): Removed.
3613         Fix bytecompiler warnings.
3614         Clean up popup code a bit.
3615
3616         * select.el (get-selection-no-error): Fix bytecompiler warnings.
3617
3618         * simple.el:
3619         * simple.el (transpose-lines):
3620         * simple.el (transpose-line-up): New.
3621         * simple.el (transpose-line-down): New.
3622         * simple.el (transpose-subr):
3623         * simple.el (transpose-subr-1): Removed.
3624         Clean up, add functions to move lines up and down.
3625
3626         * startup.el (mail-host-address):
3627         * startup.el (user-mail-address):
3628         Customize.
3629
3630         * subr.el:
3631         * subr.el (set-symbol-value-in-buffer): New.
3632         * subr.el (error):
3633         * subr.el (check-argument-type):
3634         * subr.el (defined-error-p): New.
3635         Add structured error support.
3636
3637         * toolbar-items.el (toolbar-compile):
3638         Use new make-dialog-box.
3639
3640         * update-elc.el:
3641
3642         * userlock.el (ask-user-about-lock-dbox):
3643         * userlock.el (ask-user-about-supersession-threat-dbox):
3644         * userlock.el (ask-user-about-lock):
3645         * userlock.el (ask-user-about-supersession-threat):
3646         Use new make-dialog-box.
3647         Add safety checks; use should use-dialog-box-p.
3648
3649         * window-xemacs.el:
3650         * window-xemacs.el (__buffer-dedicated-frame):
3651         * window-xemacs.el (buffer-dedicated-frame): New.
3652         * window-xemacs.el (set-buffer-dedicated-frame): New.
3653         Move dedicated-frame stuff into lisp.
3654
3655 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3656
3657         * printer.el (generic-print-region): Do not require that
3658         `printer-name' be set.
3659         (printer-name): Commentary clarification.
3660
3661 2000-07-19  Martin Buchholz <martin@xemacs.org>
3662
3663         * XEmacs 21.2.35 is released.
3664
3665 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
3666
3667         * select.el (selection-coercible-types): Initialise.
3668
3669 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
3670
3671         * select.el (own-clipboard): Bug fix.
3672
3673 2000-07-17  Mike Sperber  <mike@xemacs.org>
3674
3675         * cus-edit.el (custom-migrate-custom-file): Save init file before
3676         continuing.
3677
3678 2000-07-16  Mike Sperber  <mike@xemacs.org>
3679
3680         * startup.el (load-init-file): Remove silly call to
3681         `load-user-custom-file`.
3682         (maybe-migrate-user-init-file): Minor fixes.
3683
3684 2000-07-16  Martin Buchholz  <martin@xemacs.org>
3685
3686         * apropos.el (apropos-documentation-check-doc-file):
3687         `doc' variable should be let-bound, as was presumably intended.
3688
3689         * cus-edit.el (custom-variable-reset-saved):
3690         (custom-variable-reset-standard):
3691         Remove unused variable comment-widget.  Twice.
3692
3693         * toolbar.el (toolbar-blank-press-function):
3694         Add a real defvar with initial value nil and proper docstring.
3695         (press-toolbar-button): No need to check for boundp-ness anymore.
3696
3697         * rect.el (open-rectangle-line): Remove useless (let) form.
3698         Add defvar for pending-delete-mode.
3699
3700         * info.el (Info-find-node): This function needs an autoload cookie.
3701
3702         * mule/mule-x-init.el (x-use-halfwidth-roman-font):
3703         Use let* since the second form referred to the first.
3704
3705 2000-07-16  Adrian Aichner  <aichner@ecf.teradyne.com>
3706
3707         * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
3708         instead of removed `mswindows-get-clipboard'.
3709
3710
3711 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
3712
3713         * select.el (select-convert-from-text): New.
3714         * select.el (select-convert-from-length): New.
3715         * select.el (select-convert-from-integer): New.
3716         * select.el (select-convert-from-identity): New.
3717         * select.el (select-convert-from-filename): New.
3718         * select.el (selection-converter-in-alist): Use them.
3719         New converter functions for X.
3720
3721         * select.el (get-selection): Removed comment.
3722
3723         * select.el (own-selection): Removed append code - I thought
3724         I'd already done this, but apparently not...
3725
3726         * select.el: Changed comment about TIMESTAMP.
3727
3728         * select.el (select-convert-in): New.
3729         * select.el (select-convert-out): New.
3730         New functions that get used by select.c.
3731
3732         * select.el (select-buffer-killed-default): New.
3733         * select.el (select-buffer-killed-text): New.
3734         * select.el (selection-buffer-killed-alist): New.
3735         New list and functions that get called if a relevant selection
3736         exists and a buffer gets killed.
3737
3738         * select.el (select-convert-to-targets):
3739         * select.el (select-convert-to-identity): Removed.
3740         * select.el (select-convert-from-identity): Removed.
3741         * select.el (select-converter-out-alist):
3742         Removed _EMACS_INTERNAL selection type.
3743
3744         * x-select.el (xselect-kill-buffer-hook): Removed.
3745         * x-select.el (xselect-kill-buffer-hook-1): Removed.
3746         Removed this X-specific nonesense. Use the generic support
3747         in select.el instead.
3748
3749 2000-07-15  Martin Buchholz  <martin@xemacs.org>
3750
3751         * mule/mule-category.el (defined-category-hashtable):
3752         Use make-hash-table instead of make-hashtable
3753
3754         * buff-menu.el: Byte-compiler warning fix.
3755
3756         * isearch-mode.el (isearch-highlight-all-cleanup):
3757         Remove unused variable `isearch-highlight-all-start'.
3758
3759         * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
3760
3761         * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
3762
3763         * cus-dep.el (Custom-make-dependencies):
3764         Add autoload cookie for custom-add-loads to generated custom-load.el.
3765
3766         * autoload.el (autoload-package-name): Warning suppression.
3767         Move defvar prior to first use.
3768
3769         * custom.el: Add autoload for custom-declare-face.
3770         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
3771         * cl.el (cl-hack-byte-compiler):
3772         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
3773         to work properly.
3774
3775 2000-07-08  Mike Sperber  <mike@xemacs.org>
3776
3777         * startup.el (load-home-init-file): Added variable.
3778         (maybe-migrate-user-init-file): Added.
3779         (load-user-init-file): Load custom file if different from init
3780         file.
3781
3782         * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
3783         "startup."
3784
3785         * cus-edit.el (custom-migrate-custom-file): Added for migration.
3786         Moved `custom-file'-related code to cus-file.el.
3787
3788         * cus-file.el: New file.
3789
3790 2000-04-01  Mike Sperber  <mike@xemacs.org>
3791
3792         * packages.el (packages-find-package-directories): Added support
3793         for external package hierarchies with in-place installations.
3794
3795         * find-paths.el (paths-root-in-place-p): Added.
3796         (paths-find-emacs-directory): Added support for external
3797         directories with in-place installations.
3798         (paths-find-site-directory): Ditto.
3799
3800         * startup.el (find-user-init-file): Also look for
3801         ~/.xemacs/init.elc? in preference to ~/.emacs.
3802
3803 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
3804
3805         * select.el (own-selection):
3806         * select.el (own-clipboard): Changed `append' parameter to
3807         `how-to-use' parameter.
3808         * select.el (own-selection): Removed icky append code.
3809         * select.el (own-selection, get-selection): Removed extra type
3810         checking.
3811         * select.el (selection-appender-alist):
3812         * select.el (selection-converter-{in|out}-alist): Initialise.
3813         * select.el (select-append-to-*): New.
3814         * select.el (select-convert-from-*): New.  New functions to append
3815         data and convert data from external type.
3816
3817 2000-07-12  Stef Epardaud  <stef@lunatech.com>
3818
3819         * font-lock.el: Javadoc enhancements.
3820
3821 2000-07-06  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3822
3823         * printer.el (generic-print-region): Compose job name from buffer
3824         name.
3825
3826 2000-07-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
3827
3828         * font-lock.el (font-lock-fontify-pending-extents): Call
3829         font-lock-fontify-region instead of font-lock-fontify-buffer
3830         to avoid unnecessary progress gauges.
3831
3832 2000-07-06  Craig Lanning  <lanning@scra.org>
3833
3834         * custom-load.el (faces):
3835
3836         * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
3837         dir is a regex.
3838
3839         * process.el (call-process-internal): from Dan Holmsand, use binary
3840         coding systems so that jka-compr works.
3841
3842 2000-07-07  Ben Wing  <ben@xemacs.org>
3843
3844         * font-lock.el: Undo previous change.  Unfortunately, some
3845         files actually use the variables directly in their init code
3846         without quoting them.
3847
3848 2000-07-07  Ben Wing  <ben@xemacs.org>
3849
3850         * font-lock.el (defvar font-lock-*-face): Removed.
3851
3852         * font-lock.el (font-lock-apply-highlight): Bind these face vars
3853         only when necessary.
3854
3855 2000-06-30  Charles G Waldman  <cgw@alum.mit.edu>
3856
3857         * cl-macs.el: fix cl-transform-function-property kludge
3858         so that it does not require a random feature.
3859
3860 2000-06-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
3861
3862         * files.el (auto-mode-alist): allow .make extension for Makefiles,
3863         as in Linux kernel "Rules.make".
3864
3865 2000-06-29  Gunnar Evermann  <ge204@eng.cam.ac.uk>
3866
3867         * build-report.el (build-report): Add autoload cookie.
3868
3869 2000-06-21  Charles G Waldman  <cgw@alum.mit.edu>
3870
3871         * package-ui.el (defgroup pui):  Correct a misspelling
3872         (pui-toggle-package-delete):  Change `seleted' to `selected'
3873
3874 2000-06-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
3875
3876         * package-get.el (package-get-update-base):
3877         (package-get): Use insert-file-contents-literally always.
3878         (package-get-maybe-save-index):
3879         Force coding system for writing to binary.
3880
3881 2000-06-08  Mike Alexander  <mta@arbortext.com>
3882
3883         * code-process.el (call-process-region): If there is no coding
3884         system for the process on process-coding-system-alist use the
3885         coding system of the buffer containing the region.
3886
3887 2000-06-10  Ben Wing  <ben@xemacs.org>
3888
3889         * cmdloop.el (command-error):
3890         If debug-on-error and noninteractive, output backtrace.
3891
3892         * files.el (file-relative-name):
3893         Remove MSDOS references.
3894
3895         * simple.el (line-number): New function, due to non-obvious
3896         behavior/usage of count-lines.
3897
3898         * simple.el (count-lines): document non-obvious usage to get
3899         line number.
3900
3901 2000-06-11  Ben Wing  <ben@xemacs.org>
3902
3903         * faces.el ((featurep 'xpm)):
3904         * x-faces.el (x-init-face-from-resources):
3905         * x-faces.el (x-init-frame-faces):
3906         * x-misc.el (x-init-specifier-from-resources):
3907         * x-misc.el (x-get-resource-and-bogosity-check):
3908         * x-misc.el (x-get-resource-and-maybe-bogosity-check):
3909         * x-mouse.el (x-init-pointer-shape):
3910         * x-scrollbar.el (x-init-scrollbar-from-resources):
3911         Add sixth argument to x-get-resource calls so as to issue warnings
3912         rather than errors on bogus arguments.
3913
3914 2000-06-05  Ben Wing  <ben@xemacs.org>
3915
3916         * compat.el: new file.  provides a clean, non-intrusive way to
3917         define compatibility functions.
3918
3919         * process.el (shell-quote-argument): temporary fix for lack
3920         of nt-quote-process-args.  #### I need to put back the overall
3921         structure of that mechanism but redo the guts of it using the
3922         extra intelligence in the C code.
3923
3924 2000-05-28  Adrian Aichner  <aichner@ecf.teradyne.com>
3925
3926         * package-info.el (pi-md5sum): Calculate MD5 sum just like
3927         `package-get' does in package-get.el, instead of using external
3928         "md5sum" program.
3929
3930         * package-get.el (package-get): Insert package file literally to
3931         make checksum calculation work.
3932
3933 2000-04-18  Hrvoje Niksic  <hniksic@iskon.hr>
3934
3935         * code-files.el (convert-mbox-coding-system): Deleted.
3936         (file-coding-system-alist): Removed reference to
3937         convert-mbox-coding-system.
3938
3939 2000-05-28  Martin Buchholz <martin@xemacs.org>
3940
3941         * XEmacs 21.2.34 is released.
3942
3943 2000-05-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
3944
3945         * font-lock.el (font-lock-keywords): Rewrote docstring
3946
3947 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
3948
3949         * loadhist.el (unload-feature): handle case where x is both boundp
3950         and fboundp
3951
3952 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
3953
3954         * packages.el: It's ok to use built-in macros, but not lisp
3955         defined ones.
3956
3957 2000-05-20  Ben Wing  <ben@xemacs.org>
3958
3959         * font-lock.el:
3960         * font-lock.el (font-lock-message-threshold):
3961         * font-lock.el (font-lock-mode):
3962         * font-lock.el (font-lock-default-fontify-buffer):
3963         * font-lock.el (font-lock-always-fontify-immediately):
3964         * font-lock.el (font-lock-old-extent): Removed.
3965         * font-lock.el (font-lock-old-len): Removed.
3966         * font-lock.el (font-lock-fontify-glumped-region): Removed.
3967         * font-lock.el (font-lock-pending-extent-table): New.
3968         * font-lock.el (font-lock-range-table): New.
3969         * font-lock.el (font-lock-after-change-function):
3970         * font-lock.el (font-lock-after-change-function-1): Removed.
3971         * font-lock.el (font-lock-fontify-pending-extents): New.
3972         * font-lock.el ('font-lock-revert-cleanup): Removed.
3973         * font-lock.el ('font-lock-revert-setup): Removed.
3974         Rewrite deferral code to handle any number of changes, merging
3975         them properly.  Remove hacked-up code for revert-buffer, now
3976         unnecessary.
3977
3978         * menubar-items.el (default-menubar):
3979         In Options->Edit Init File, don't switch to emacs-lisp-mode
3980         unless necessary; doing this turns off font-lock.
3981
3982 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
3983
3984         * keydefs.el: Define C-x BS to backward-kill-sentence.
3985
3986 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
3987
3988         * files.el (hack-local-variables-prop-line): Use non-greedy
3989         matching to process -*-texinfo-*- -*-.
3990
3991 2000-05-11  Jonathan Marten <jonathan.marten@uk.sun.com>
3992
3993         * minibuf.el (minibuf-directory-files): new function.
3994         (read-file-name-activate-callback): use minibuf-directory-files.
3995         (read-directory-name-internal): ditto.
3996         (mouse-file-display-completion-list): ditto.
3997         (mouse-directory-display-completion-list): ditto.
3998         (read-file-name-internal): remove "./" from completion list unless
3999         explicitly matched, for consistency.
4000
4001 2000-05-11  Ben Wing  <ben@xemacs.org>
4002
4003         * gutter-items.el (gutter-buffers-tab):
4004         * gutter-items.el (add-tab-to-gutter):
4005         * gutter-items.el (update-tab-in-gutter):
4006         * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
4007         * gutter-items.el (append-progress-display):
4008         * gutter-items.el (abort-progress-display):
4009         * gutter-items.el (raw-append-progress-display):
4010         Further fixes.  Use set-glyph-image not set-image-instance-property,
4011         to fix problems with multiple windows in a frame.
4012
4013         * menubar-items.el (tutorials-menu-filter):
4014         Fix typo.
4015
4016         * startup.el (early-error-handler):
4017         Display message box under windows; otherwise, message will disappear
4018         before it can be viewed.
4019
4020         * update-elc.el:
4021         Fix bug in NEEDTODUMP processing.
4022
4023 2000-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
4024
4025         * startup.el (lock-directory): Removed.
4026         (superlock-file): Ditto.
4027         (startup-set-paths): Remove lockdir.
4028         (startup-setup-paths-warning): Remove lock-directory.
4029
4030         * setup-paths.el (paths-find-lock-directory): Removed.
4031         (paths-find-superlock-file): Ditto.
4032
4033 2000-05-09  Ben Wing  <ben@xemacs.org>
4034
4035         * faces.el (set-face-property):
4036         * faces.el (set-face-font):
4037         * faces.el (set-face-foreground):
4038         * faces.el (set-face-background):
4039         * faces.el (set-face-background-pixmap):
4040         * faces.el (set-face-underline-p):
4041         * faces.el (set-face-strikethru-p):
4042         * faces.el (set-face-highlight-p):
4043         * faces.el (set-face-dim-p):
4044         * faces.el (set-face-blinking-p):
4045         * faces.el (set-face-reverse-p):
4046         doc string changes.
4047
4048         * glyphs.el:
4049         * glyphs.el (make-image-specifier):
4050         * glyphs.el (glyph-property):
4051         * glyphs.el (set-glyph-image):
4052         * glyphs.el (make-glyph):
4053         * glyphs.el (make-pointer-glyph):
4054         * glyphs.el (make-icon-glyph):
4055         * glyphs.el (widget-image-instance-p): New.
4056         authorship info, lots of doc changes.  New predicate, inadvertently
4057         omitted.  the general principle with specifier docs is now that
4058         the description of instantiators should go with the make-foo-specifier
4059         fun's doc string, rather than in foo-specifier-p.  this follows
4060         conventions elsewhere in XEmacs and in general is a lot more obvious
4061         of a place to look.  sometimes the make-foo-specifier function needs
4062         to be created in the process.
4063
4064         * gutter.el:
4065         * gutter.el (make-gutter-specifier): New.
4066         * gutter.el (make-gutter-size-specifier): New.
4067         * gutter.el (make-gutter-visible-specifier): New.
4068         specifier doc updates according to the conventions specified before.
4069
4070         * objects.el:
4071         * objects.el (make-font-specifier):
4072         * objects.el (make-color-specifier):
4073         * objects.el (make-face-boolean-specifier): New.
4074         specifier doc updates according to the conventions specified before.
4075
4076         * specifier.el:
4077         * specifier.el (set-specifier):
4078         * specifier.el (make-integer-specifier): New.
4079         * specifier.el (make-boolean-specifier): New.
4080         * specifier.el (make-natnum-specifier): New.
4081         * specifier.el (make-generic-specifier): New.
4082         * specifier.el (make-display-table-specifier): New.
4083         specifier doc updates according to the conventions specified before.
4084
4085         * toolbar.el:
4086         * toolbar.el (make-toolbar-specifier): New.
4087         specifier doc updates according to the conventions specified before.
4088
4089 2000-05-09  Ben Wing  <ben@xemacs.org>
4090
4091         * process.el (call-process-internal): Revert to previous version
4092         because Mike's change clashed with a change I did not long before.
4093         Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
4094         Thanks very much Mike for pointing out the bug and submitting a
4095         patch!
4096
4097 2000-04-13  Mike Alexander  <mta@arbortext.com>
4098
4099         * process.el (call-process-internal): Send the correct input buffer
4100         (call-process-internal): Return the exit status of the process
4101
4102 2000-05-07  Ben Wing  <ben@xemacs.org>
4103
4104         * winnt.el:
4105         * winnt.el (nt-quote-args-verbatim): Removed.
4106         * winnt.el (nt-quote-args-prefix-quote): Removed.
4107         * winnt.el (nt-quote-args-backslash-quote): Removed.
4108         * winnt.el (nt-quote-args-double-quote): Removed.
4109         * winnt.el (nt-quote-args-functions-alist): Removed.
4110         * winnt.el (nt-quote-process-args): Removed.
4111         Remove all stuff for argument quoting.  We borrow the code instead
4112         from Emacs 20.6, which is much more careful in its quoting
4113         (e.g. in handling runs of the escape character) and avoids most of
4114         the need for this Lisp mechanism by checking to see whether we're
4115         running a Cygwin or normal program and doing the appropriate
4116         quoting.  If we end up needing such a mechanism, we should add
4117         it by extending the variable `mswindows-quote-process-args' so it
4118         can take an alist of regexps.
4119
4120 2000-05-07  Ben Wing  <ben@xemacs.org>
4121
4122         * keydefs.el:
4123         Restore M-up, M-down to 21.1 state.  Put *ward-sentence on
4124         C-M-left, C-M-right instead.  Define C-M-up, C-M-down to scroll
4125         the window without moving point.
4126
4127         * simple.el:
4128         * simple.el (scroll-up-one): New.
4129         * simple.el (scroll-down-one): New.
4130         Functions for use with C-M-up/down.
4131
4132 2000-05-01  Martin Buchholz <martin@xemacs.org>
4133
4134         * XEmacs 21.2.33 is released.
4135
4136 2000-04-29  Martin Buchholz  <martin@xemacs.org>
4137
4138         * dialog.el (yes-or-no-p-dialog-box):
4139         Fix docstring.
4140         Fix following horrible bug in X11 mode with focus-follows-mouse:
4141           1. Visit two files in two different frames.
4142           2. do File->Revert Buffer in one of those frames.
4143           3. Dialog box appears.
4144           4. Arrange things so that the mouse passes over the *other*
4145              frame, then to the dialog box, and click on "Yes".
4146           5. The file contents end up in the *wrong* buffer!
4147         Add TODO comment.
4148
4149 2000-04-28  Ben Wing  <ben@xemacs.org>
4150
4151         * help.el (describe-installation): correct typo introduced
4152         in last patch: boundp -> fboundp.
4153
4154         * etags.el (buffer-tag-table-list):
4155         canonicalize filenames to Unix format so that tag-table-alist
4156         searching works under Windows.
4157
4158         * autoload.el:
4159         Bowdlerize the supposedly objectionable words
4160         "who couldn't quite manage to cleanly modify batch-update-autoloads".
4161
4162         * gutter-items.el (set-progress-display-style):
4163         * gutter-items.el (search-dialog-callback):
4164         * gutter-items.el (make-search-dialog):
4165         Change to new callback-ex api.
4166
4167 2000-04-26  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
4168
4169         * help.el: (describe-installation): decode-coding-string is not
4170         defined in a non MULE environment.
4171
4172 2000-04-28  Ben Wing  <ben@xemacs.org>
4173
4174         * gutter-items.el (buffer-list-changed-hook):
4175         use it, not record-buffer-hook.
4176
4177         * subr.el (record-buffer-hook): Removed.
4178
4179 2000-04-27  Ben Wing  <ben@xemacs.org>
4180
4181         * gutter-items.el (buffers-tab-switch-to-buffer): do not
4182         use NORECORD option.  Andy will not like this, but the existing
4183         gutter behavior is just wrong, as per this comment:
4184
4185         ;; this used to add the norecord flag to both calls below.
4186         ;; this is bogus because it is a pervasive assumption in XEmacs
4187         ;; that the current buffer is at the front of the buffers list.
4188         ;; for example, select an item and then do M-C-l
4189         ;; (switch-to-other-buffer).  Things get way confused.
4190         ;;
4191         ;; Andy, if you want to maintain the current look, you must
4192         ;;  *uncouple* the gutter order and buffers order.
4193
4194         * loaddefs.el (completion-ignored-extensions): unfuckify.
4195
4196         * bytecomp.el (batch-byte-compile-one-file): new function, used in
4197         xemacs.mak.
4198
4199         * autoload.el (batch-update-one-directory): new function, used in
4200         xemacs.mak.
4201
4202         * loadup.el: set gc-cons-threshold very high unless dumping --
4203         loadup during update-elc is much much much faster.  also do this
4204         when quick-building.
4205
4206         add commented-out code for profiling loadup.
4207
4208
4209         * update-elc.el (preloaded-file-list): add bytecomp.el, since it
4210         is required in order to build xemacs.
4211
4212 2000-04-26  Ben Wing  <ben@xemacs.org>
4213
4214         * loadup.el: don't garbage collect during loadup if quick-build
4215         compile-time option is set.
4216
4217 2000-04-23  Ben Wing  <ben@xemacs.org>
4218
4219         * update-elc.el: compute whether any dumped .el or .elc files
4220         are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
4221         if so.
4222
4223         * update-elc.el (update-elc-files-to-compile): always change
4224         NOBYTECOMPILE in the src directory rather than current dir,
4225         so it will work under NT.
4226
4227         * autoload.el (autoload-trim-file-name): canonicalize to slashes so
4228         the form of this file is identical between Unix and Windows.
4229         (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
4230         Added comment.
4231         (update-autoloads-from-directory): updated doc string.
4232         updated doc strings in a few other places.
4233
4234 2000-04-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
4235
4236         * bytecomp.el (byte-force-recompile): Fix argument to
4237         byte-recompile-directory.
4238
4239 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
4240
4241         * gutter-items.el (progress-display-clear-when-idle): Use
4242         add-one-shot-hook.
4243         * gutter-items.el (clear-progress-display): Adjust number of
4244         arguments.
4245
4246 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
4247
4248         * dumped-lisp.el (preloaded-file-list): Always dump select.el.
4249
4250 2000-04-16  Ben Wing  <ben@xemacs.org>
4251
4252         * printer.el: New file.
4253
4254         * dumped-lisp.el (preloaded-file-list): Declare printer.el.
4255
4256         * help.el (describe-installation): Fix decoding for Windows.
4257
4258         * menubar-items.el:
4259         * menubar-items.el (default-menubar):
4260         * menubar-items.el (tutorials-menu-filter): New.
4261         * menubar-items.el (popup-menubar-menu):
4262         Add authorship.  Redo Help menu and Tutorials filter.
4263
4264         * menubar.el: Correct comment.
4265
4266         * modeline.el (modeline-buffer-identification): Correct doc string.
4267
4268         * simple.el:
4269         * simple.el (printing): Removed.
4270         * simple.el (printer-name): Removed.
4271         * simple.el (generic-print-buffer): Removed.
4272         * simple.el (generic-print-region): Removed.
4273         Move generic print code to printer.el.
4274
4275 2000-04-15  Ben Wing  <ben@xemacs.org>
4276
4277         * simple.el (generic-print-region): New.
4278         make this function actually work.
4279         (generic-print-buffer): call generic-print-region.
4280
4281 2000-04-14  Andy Piper  <andy@xemacs.org>
4282
4283         * gutter-items.el (make-search-dialog): avoid unnecessary futzing
4284         by using the new widget-callback-current-channel.
4285         (search-dialog-callback): ditto.
4286
4287 2000-04-12  Andy Piper  <andy@xemacs.org>
4288
4289         * gutter.el (default-gutter-position): moved from gutter-items.el.
4290         (default-gutter-position-changed-hook): ditto.
4291         (gutter-element-visibility-changed-hook): ditto.
4292         (set-gutter-element): ditto.
4293         (remove-gutter-element): ditto.
4294         (set-gutter-element-visible-p): ditto.
4295         (gutter-element-visible-p): ditto.
4296         (init-gutter): ditto.
4297
4298         * dialog.el (make-dialog-box): renamed and moved from
4299         gutter-items.el
4300
4301         * gutter-items.el: move various functions elsewhere.
4302
4303 2000-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * menubar-items.el: Fixed place of parenthesis.
4306
4307 2000-04-12  Ben Wing  <ben@xemacs.org>
4308
4309         * etags.el (find-tag-at-point): New.  Lets you do find-tag
4310                 without constantly being prompted for the tag.
4311         * simple.el: Added a number of section headings, to clarify the
4312                 organization of this file.
4313         * simple.el (activate-region):
4314         * simple.el (region-exists-p):
4315         * simple.el (region-active-p):
4316                 Moved these three function down to the other side of
4317                 the case-changing functions, so they join the rest of
4318                 the region code.
4319         * simple.el (printing): New.
4320         * simple.el (printer-name): New.
4321         * simple.el (generic-print-buffer): New.
4322                 New functions, a very simple prototype for a unified
4323                 printing interface.
4324
4325         * process.el (call-process-internal): Real fix for null BUFFER,
4326                 other problems with BUFFER specs.
4327
4328         * menubar-items.el:
4329                 Fixed up File->Print to use new printing functions.
4330                 Various corrections and expansions to Grep/Compile menus.
4331                 New options for Printing.
4332                 New options for SMTP Mail, the way to send mail under
4333                   MS Windows. (There's also a package patch to make SMTP
4334                   Mail be the default under MSWin.)
4335
4336 2000-04-09  Jeff Miller <jmiller@cablespeed.com>
4337
4338         * menubar-items.el: Selecting Rectangle Mousing from menubar
4339         did not work.  Needed to quote mouse-track-rectangle-p.
4340
4341 2000-04-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
4342
4343         * cl-compat.el (keywordp): Removed.
4344
4345 2000-04-05  Andy Piper  <andy@xemacs.org>
4346
4347         * gutter-items.el (progress-layout-glyph): don't initialize here.
4348         (progress-gauge-glyph): use dynamic sizing.
4349         (set-progress-display-style): new function. Set progress glyphs
4350         appropriately depending on the style.
4351         (progress-display-style): new variable. Custom version of
4352         set-progress-display-style.
4353         (progress-abort-glyph): switch to dynamic sizes.
4354         (search-dialog-text): make the edit field active.
4355
4356 2000-04-04  Andy Piper  <andy@xemacs.org>
4357
4358         * gutter-items.el (make-search-dialog): need to make the search
4359         dialog visible after creation.
4360
4361         * menubar-items.el (default-menubar): use the search dialog for
4362         searching. Remove some extraneous search menu items.
4363
4364         * gutter-items.el (set-gutter-element): allow glyphs to be used as
4365         well as strings.
4366         (make-gutter-only-dialog-frame): allow the user to create the
4367         frame unmapped. Allow the gutter spec to be given as a glyph.
4368         (search-dialog-direction): new variable.
4369         (search-dialog-text): new variable.
4370         (search-dialog-callback): new function. Callback for the search
4371         dialog action.
4372         (make-search-dialog): new function. Create a user-friendly search
4373         dialog.
4374
4375 2000-04-04  Hrvoje Niksic  <hniksic@iskon.hr>
4376
4377         * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
4378         under Windows.
4379
4380 2000-04-01  Andy Piper  <andy@xemacs.org>
4381
4382         * font-lock.el (font-lock-fontify-keywords-region): Calculate
4383         progress more accurately.
4384
4385 2000-02-02  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
4386
4387         * finder.el (finder-compile-keywords): Process readable files only.
4388         Because error in process of .#finder-inf.el when compile xemacs
4389         with --with-clash-detection option.
4390
4391 2000-03-31  Andy Piper  <andy@xemacs.org>
4392
4393         * gutter-items.el (append-progress-display): don't delay after a
4394         successful font-lock.
4395         (make-gutter-only-dialog-frame): new function. Allow users to
4396         create gutter-only dialogs.
4397
4398 2000-03-27  Mike Alexander  <mta@arbortext.com>
4399
4400         * process.el (call-process-internal): Handle a null BUFFER
4401         parameter correctly.
4402
4403 2000-03-28  Andy Piper  <andy@xemacs.org>
4404
4405         * gutter-items.el (abort-progress-display): put strings in the
4406         gutter not extents.
4407         (progress-layout-glyph): signal special 'quit callback.
4408         (progress-display-quit-function): deleted.
4409         (progress-display-stop-callback): deleted.
4410         (progress-display-dispatch-command-events): deleted.
4411         (append-progress-display): remove calls to
4412         progress-display-dispatch-command-events.
4413         (raw-append-progress-display): ditto.
4414
4415 2000-03-23  Hrvoje Niksic  <hniksic@iskon.hr>
4416
4417         * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
4418         being a list.  Actually define `stipple-pixmap-p' which is used as
4419         an error predicate.  Correctly handle PIXMAP being either relative
4420         or absolute file name.
4421
4422 2000-03-24  Andy Piper  <andy@xemacs.org>
4423
4424         * gutter-items.el (add-tab-to-gutter): use copy-sequence.
4425         (abort-progress-display): ditto. Don't delete the created extent.
4426         (raw-append-progress-display): ditto.
4427         (progress-display-dispatch-non-command-events): new
4428         function. Encapsulates what we want to do when no command input is
4429         required.
4430         (progress-display-dispatch-command-events): likewise, but disable
4431         for now since it causes too many problems.
4432         (append-progress-display): use them.
4433         (raw-append-progress-display): ditto.
4434         (default-gutter-position-changed-hook): set this rather than
4435         default-gutter-position-changed.
4436         (default-gutter-position-changed-hook): lambda with zero arguments
4437         rather than one.
4438         (raw-append-progress-display): trap errors in pending input since
4439         allowing them to signal will hose the gauge well and
4440         truly. Ideally we would like to delay these until we are more able
4441         to cope.
4442         (append-progress-display): ditto.
4443
4444 2000-03-20  Jeff Miller <jmiller@cablespeed.com>
4445
4446         * lisp/make-docfile.el: call-process-internal is now implemented
4447         in process.el.
4448
4449 2000-03-21  Ben Wing  <ben@xemacs.org>
4450
4451         * mule\mule-cmds.el (set-language-info-alist):
4452         Fix to correspond to new menu arrangement.
4453
4454 2000-03-21  Ben Wing  <ben@xemacs.org>
4455
4456         * process.el:
4457         * process.el (call-process-internal): New.
4458         New implementation of call-process.  Only enabled under NT, so far.
4459         stderr handling not implemented yet in CVS'd C code.
4460
4461 2000-03-20  Ben Wing  <ben@xemacs.org>
4462
4463         * lisp-mode.el:
4464         * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
4465         * lisp-mode.el (lisp-interaction-mode):
4466         Put back Lisp Interaction menubar for Jan V's sake.
4467
4468         * simple.el:
4469         * simple.el (mark-ring):
4470         * simple.el (dont-record-current-mark): New.
4471         * simple.el (in-shifted-motion-command): New.
4472         * simple.el (mark-ring-unrecorded-commands): New.
4473         * simple.el (mark-ring-max):
4474         * simple.el (set-mark-command):
4475         * simple.el (push-mark):
4476         * simple.el (handle-pre-motion-command):
4477         Implement scheme for not recording unimportant marks.
4478
4479         * subr.el:
4480         * subr.el (function-allows-args): New.
4481         New function function-allows-args.
4482
4483 2000-03-20  Martin Buchholz <martin@xemacs.org>
4484
4485         * XEmacs 21.2.32 is released.
4486
4487 2000-03-20  Andy Piper  <andy@xemacs.org>
4488
4489         * gutter-items.el (update-tab-in-gutter): force selection of the
4490         selected-window if required to do so.
4491         (buffers-tab-items): ditto.
4492         (add-tab-to-gutter): ditto.
4493         (create-frame-hook): use force-selection.
4494         (default-gutter-position-changed): lambdify.
4495         (update-tab-hook): deleted since it was only used in one place.
4496
4497 2000-03-18  Andy Piper  <andy@xemacs.org>
4498
4499         * files.el (find-file-noselect): undo change that shouldn't have
4500         gone in.
4501
4502 2000-03-17  Andy Piper  <andy@xemacs.org>
4503
4504         * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
4505         of selected-window trickery.
4506
4507         * gutter-items.el (update-tab-in-gutter): don't give dedicated
4508         frames tabs.
4509         (progress-display-stop-callback): progress -> progress-display
4510         (progress-display-quit-function): ditto.
4511         (clear-progress-display): ditto.
4512         (remove-progress-display): ditto.
4513         (append-progress-display): ditto.
4514         (abort-progress-display): ditto.
4515         (raw-append-progress-display): ditto.
4516         (display-progress-display): ditto.
4517         (current-progress-display-label): ditto.
4518         (current-progress-display): ditto.
4519         (lprogress-display): ditto and save the buffer
4520         (progress-display): ditto. Otherwise the buffer sometimes gets
4521         changed which confuses font-lock.
4522
4523         * font-lock.el (font-lock-default-fontify-buffer): catch all
4524         errors, not just quit.
4525         (font-lock-mode): progress -> display-progress
4526         (font-lock-default-fontify-buffer): ditto.
4527         (font-lock-fontify-syntactically-region): ditto.
4528         (font-lock-fontify-keywords-region): ditto.
4529
4530 2000-03-14  Hrvoje Niksic  <hniksic@iskon.hr>
4531
4532         * cl.el (gensym): Move to here from cl-macs.el.
4533         (gentemp): Ditto.
4534
4535 2000-03-16  Andy Piper  <andy@xemacs.org>
4536
4537         * font-lock.el (font-lock-mode): use lprogress and friends for
4538         progress management.
4539         (font-lock-default-fontify-buffer): ditto.
4540         (font-lock-fontify-syntactically-region): ditto.
4541         (font-lock-fontify-keywords-region): ditto.
4542         (font-lock-revert-cleanup): fix reverting.
4543         (font-lock-revert-setup): ditto.
4544
4545         * gutter-items.el (progress-use-echo-area): new variable. Use the
4546         echo area for progress gauges if non-nil.
4547         (clear-progress): remove echo area stuff and defer to
4548         clear-message.
4549         (append-progress): dispatch non-command events after each progress
4550         increment. Remove echo area stuff.
4551         (abort-progress): remove echo area stuff and defer to
4552         display-message.
4553         (raw-append-progress): ditto. Dispatch non-command events after
4554         gutter redisplay.
4555         (display-progress): defer echo area stuff to display-message.
4556
4557         * gutter-items.el (clear-progress):
4558         (abort-progress): indentation changes.
4559         (display-progress): don't clear progress.
4560         (append-progress): compare messages with equal.
4561         (raw-append-progress): use dispatch-non-command-events to flush
4562         widget creation events.
4563
4564 2000-03-13  Ben Wing  <ben@xemacs.org>
4565
4566         * abbrev.el:
4567         * abbrev.el (abbrev-string-to-be-defined): New.
4568         * abbrev.el (inverse-abbrev-string-to-be-defined): New.
4569         Changes for use with the menubar.
4570
4571 2000-03-12  Ben Wing  <ben@xemacs.org>
4572
4573         * alist.el (vassoc): moved here from font-menu.el.
4574
4575         * custom.el (defface): typo fix.
4576
4577         * dialog.el (yes-or-no-p-dialog-box):
4578         * dialog.el (message-box):
4579         * files.el (save-some-buffers-1):
4580         Put accelerators in the button names.
4581
4582         * font-lock.el (font-lock-comment-face):
4583         * font-lock.el (font-lock-keyword-face):
4584         * font-lock.el (font-lock-function-name-face):
4585         Fixed some of the colors under MS Windows because the existing
4586         default colors were hardly different from black and needed to be
4587         made lighter.
4588
4589         * font-menu.el:
4590         * font-menu.el (font-menu-split-long-menu):
4591         * font-menu.el (font-menu-family-constructor):
4592         * font-menu.el (font-menu-size-constructor):
4593         * font-menu.el (font-menu-weight-constructor):
4594         * font-menu.el (font-menu-set-font):
4595         vassoc moved to alist.el.
4596         Accelerators added to all menus.
4597         Unused bound var new-props removed.
4598
4599         * keydefs.el: I did a whole lot of rearranging to put things in a
4600         more consistent order and fixed a number of cases where key
4601         combinations involving up, down, left, right and so on were
4602         defined but the corresponding keypad combinations were not
4603         defined.
4604
4605         * lisp-mode.el:
4606         * lisp-mode.el (lisp-interaction-mode-popup-menu):
4607         * lisp-mode.el (emacs-lisp-mode):
4608         * lisp-mode.el (lisp-interaction-mode):
4609         * lisp-mode.el (flet):
4610         Added accelerators onto the menus.
4611         Made all the different versions of the let function be indented
4612         the same way.
4613         Undid Steve's easy-menu-ification, because it makes it impossible
4614         to have the menubar and popup menus different.
4615         Cleaned up the menu; added items for find-function &c and some
4616         indenting, and removed debug-on-*.
4617
4618         * list-mode.el (list-mode-hook):
4619         * list-mode.el (list-mode):
4620         * list-mode.el (completion-setup-hook):
4621         * list-mode.el (display-completion-list):
4622         Added support for the :window-height keyword, which is required
4623         because of other changes that I made for the file dialog box.  I
4624         also made the hook variables list-mode-hook and
4625         completion-setup-hook and also minibuffer-setup-hook in
4626         minibuf.el be permanent-local; see comment in list-mode.el.
4627
4628         * map-ynp.el (map-y-or-n-p):
4629         Added accelerators to the dialog buttons.
4630
4631         * menubar-items.el (menu-truncate-list):
4632         New internal function.
4633         * menubar-items.el (submenu-generate-accelerator-spec):
4634         * menubar-items.el (menu-item-strip-accelerator-spec):
4635         * menubar-items.el (menu-item-generate-accelerator-spec):
4636         New exported functions, for use in auto-generating accelerator specs.
4637
4638         * menubar-items.el:
4639         * menubar-items.el (default-menubar):
4640         * menubar-items.el (maybe-add-init-button):
4641         * menubar-items.el (bookmark-menu-filter):
4642         * menubar-items.el (slow-format-buffers-menu-line):
4643         * menubar-items.el (build-buffers-menu-internal):
4644         * menubar-items.el (language-environment-menu-filter):
4645         * menubar-items.el (default-popup-menu):
4646         * menubar-items.el (popup-buffer-menu):
4647         * menubar-items.el (popup-menubar-menu):
4648         Did a major overhaul on this file, and in fact I'm nowhere near
4649         done working on the menubar, and there will be more patches to
4650         come.  A basic summary of what I've done:
4651
4652         a) I added accelerators to all of the menu items.  For menus that
4653         are auto-generated, such as the buffers menu, the accelerators are
4654         automatically added to the beginning of each line using the
4655         numbers 1 through 9, then zero, and then letters starting with A,
4656         but omitting the letters that are already in use for the fixed
4657         menu items at the top of the buffers menu.  To facilitate adding
4658         accelerators of this kind, I created some new functions
4659         (*-accelerator-spec), which are also being used by other filters
4660         that auto generate lists of things such as ftp sites to download
4661         packages.  If people really don't like these accelerators
4662         appearing at the beginning of the menu items, a variable can be
4663         added to optionally turn them off, but I think this is rather
4664         pointless because other menu items have accelerators and many or
4665         most of the menu users will use the accelerators if the support is
4666         there.
4667
4668         b) I combined the top level Tools and Apps menus into a single
4669         Tools menu, because the distinction between the two is not
4670         obvious, and the items on the menus are not used often enough that
4671         putting some of them onto submenus is a problem.
4672
4673         c) I created two new top level menus called View and Cmds because
4674         there were too many items on the File and Edit menus, and I'm going
4675         to be adding more items to these menus.  In contrast to the Tools
4676         menu, the items on these menus may be used quite often during an
4677         editing session, and so should be available with fewer
4678         keystrokes.
4679
4680         d) I added a number of options to the options menu, including one
4681         for controlling whether the alt key can be used to traverse to
4682         menu items using the accelerators, one for controlling behavior of
4683         control-k, one for controlling how the kill and yank functions
4684         interact with the clipboard, a few additional buffers-menu
4685         options, and various other things.  I also did a bit of
4686         rearranging, for example, combining the keyboard and mouse options
4687         into a single keyboard and mouse submenu to facilitate the
4688         accelerators on that level.
4689
4690         e) I changed the variable buffers-menu-format-buffer-line-function
4691         to take two arguments instead of one, the second argument being
4692         the line number for use in creating an accelerator.  I added a
4693         hack to support existing functions with one argument (although I
4694         doubt that very many of these exist), for backward compatibility.
4695
4696         f) I moved the top level mule menu to be a submenu of the edit
4697         menu.  I think that most of the items on this menu are fairly
4698         useless and there are certainly not enough frequently used items
4699         to justify this being its own top level menu.
4700
4701         g) I combined most of the items in big-menubar.el into the main menu.
4702         If people think the main menu is too big, it would be possible to
4703         create different configurations, some smaller.
4704
4705         * menubar.el (check-menu-syntax):
4706         Deleted some syntax checks that were no longer valid, partly
4707         because of changes that were already made a long time ago, and
4708         partly because of a change I made where I allow the name of the
4709         menu item to be an evaluated expression rather than just a string,
4710         similar to all of the other parameters of a menu item.
4711
4712         * minibuf.el:
4713         * minibuf.el (read-file-name-1):
4714         * minibuf.el (mouse-read-file-name-1):
4715         I made a number of changes to improve the appearance
4716         and functioning of the file dialog box.  They include:
4717
4718         a) Fixing the problem where closing the dialog box by clicking on
4719         the close button of the window didn't properly exit the
4720         minibuffer.
4721
4722         b) Fixing the problem that if you typed part of a file name, and
4723         then clicked on a completion with the mouse, the file was not
4724         correctly selected.
4725
4726         c) Changing the title of the dialog box to reflect the operation
4727         being done in accordance with user interface conventions, rather
4728         than the name of the dialog box buffer, which is rather useless.
4729
4730         d) Remove the words "possible completions are" which didn't
4731         belong.
4732
4733         e) Fix things so that the completions scroll off the end of the
4734         completions windows only to the right, rather than both to the
4735         right and down, which is in accordance with Windows user interface
4736         conventions.
4737
4738         * msw-init.el (init-post-mswindows-win):
4739         Added a binding for meta-F4, which is the standard windows binding
4740         for exiting a program.
4741
4742         * select.el (get-selection-no-error):
4743         * select.el (own-selection):
4744         * select.el (own-clipboard):
4745         Added an optional argument called append to the functions
4746         own-selection and own-clipboard.  This adds support for appending
4747         text to the existing selection and allows the function
4748         own-clipboard to be used as the value of the variable
4749         interprogram- cut-function.
4750
4751         Fixed a bug in own-selection in handling zmacs-region-stays.
4752
4753         * simple.el (historical-kill-line): New.
4754
4755         * simple.el (kill-line):
4756         * simple.el (interprogram-cut-function):
4757         * simple.el (interprogram-paste-function):
4758         * simple.el (handle-pre-motion-command):
4759         * simple.el (next-line):
4760         * simple.el (previous-line):
4761         a) Expanded the variable kill-whole-line, so that function
4762         kill-line can be set to delete the entire line always, not just
4763         when cursor is at the beginning of the line.  This is controlled
4764         by setting the variable kill-whole-line to the symbol 'always.
4765         This behavior, as well as the existing kill-whole-line behavior,
4766         now only take effect when kill-line is called interactively,
4767         although this is a departure from a previous behavior in the case
4768         of setting this variable kill-whole-line to t.  It is almost
4769         certainly what has always been intended, and most likely the old
4770         way of doing things introduced bugs.  I also created a function
4771         called historical-kill-line, which ignores the kill-whole-line
4772         setting and always gives the historical behavior of only killing
4773         to the end of the line.  I bound this function to shift- control-k
4774         so that the kill to end of line behavior is available, even when
4775         kill-whole-line has been set to change control-k into the simple
4776         delete-whole-line behavior. (This can be set using the options
4777         menu.)
4778
4779         b) I changed things so that kill and yank now interact with the
4780         clipboard by default under windows.  This was done by changing the
4781         default value of interprogram-cut- function and
4782         interprogram-paste-function.  You can get the old behavior by
4783         setting these to nil, and there is an option on the options menu
4784         to do this.
4785
4786         c) I added support for selecting text using shifted motion keys.
4787         This support is on by default and can be controlled by the
4788         variable shifted-motion-keys-select-region.  There is also a
4789         variable called unshifted-motion-keys-deselect-region that
4790         controls more specifically how the shifted motion key behavior
4791         works.  I did not put an option on the options menu to turn this
4792         off, because I can't imagine why this would be useful.
4793
4794         * simple.el (forward-block-of-lines):
4795         * simple.el (backward-block-of-lines):
4796         * simple.el (block-movement-size):
4797         New.
4798
4799         * simple.el (uncapitalized-title-words):
4800         * simple.el (uncapitalized-title-word-regexp):
4801         * simple.el (capitalize-string-as-title):
4802         * simple.el (capitalize-region-as-title):
4803         New.
4804
4805
4806         * subr.el (add-hook):
4807         * subr.el (make-local-hook): New.
4808         * subr.el (remove-local-hook): New.
4809         * subr.el (add-one-shot-hook): New.
4810         * subr.el (add-local-one-shot-hook): New.
4811         Added some functions to make using hooks easier.
4812         These include:
4813
4814         a) Functions add-local-hook and remove-local-hook to make it easy
4815         to use local hooks.
4816
4817         b) Functions add-one-shot-hook and add-local-one-shot-hook, which
4818         make it possible to add a "one-shot" hook, which is to say a hook
4819         that runs only once, and automatically removes itself after the
4820         first time it has run.
4821
4822 2000-03-09  Andy Piper  <andy@xemacs.org>
4823
4824         * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
4825
4826 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
4827
4828         * buff-menu.el (buffers-menu-omit-invisible-buffers):
4829         Moved from menubar-items.el.
4830         * dumped-lisp.el: Dump gutter-items regardless of menubar.
4831
4832 2000-03-08  Andy Piper  <andy@xemacs.org>
4833
4834         * gutter-items.el (build-buffers-tab-internal): add selected field
4835         to buffers tab spec.
4836
4837 2000-03-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
4838
4839         * minibuf.el (last-exact-completion): Initialize to nil.
4840
4841 2000-03-07  Didier Verna  <didier@xemacs.org>
4842
4843         * startup.el (command-line-1): remove unused variable
4844         `first-file-buffer'.
4845
4846 2000-02-29  Hrvoje Niksic  <hniksic@iskon.hr>
4847
4848         * loaddefs.el (completion-ignored-extensions): Removed ".log",
4849         which is also used for Web server log files.
4850
4851 2000-02-03  IKEYAMA Tomonori <tomonori@suiyokai.org>
4852
4853         * mule/mule-charset.el: Setup auto-fill-chars.
4854
4855 2000-03-02  SL Baur  <steve@beopen.com>
4856
4857         * subr.el (with-string-as-buffer-contents): Reimplement using
4858         `with-temp-buffer'.  Fixes non-unique buffer name problem, fixes
4859         non-deletion of buffer after execution problem.
4860         (with-output-to-string): Use unique buffer name.
4861
4862 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
4863
4864         * gutter-items.el (buffers-tab-sort-function):  New variable.
4865         (buffers-tab-items):  Funcall it to sort the buffer tab list.
4866
4867 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
4868
4869         * startup.el (load-user-init-file):  Merge two `if's to one `or'.
4870
4871 2000-02-28  Martin Buchholz  <martin@xemacs.org>
4872
4873         * menubar-items.el (maybe-add-init-button): Remove the "Load
4874         .emacs" button from all menubars.
4875
4876 2000-03-01  Didier Verna  <didier@xemacs.org>
4877
4878         * rect.el (string-rectangle): depend on `pending-delete-mode' for
4879         region rectangle replacement (from Jan Vroonhof).
4880         (replace-rectangle): new function.
4881
4882 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4883
4884         * mule/mule-cmds.el (set-default-coding-systems): Use
4885         set-terminal-coding-system and set-keyboard-coding-system.
4886         * coding.el (set-terminal-coding-system): Use
4887         set-console-tty-output-coding-system.
4888         (set-keyboard-coding-system): Use
4889         set-console-tty-input-coding-system.
4890
4891 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
4892
4893         * minibuf.el (read-variable): Allow symbol to default argument.
4894
4895 2000-02-27  Andy Piper  <andy@xemacs.org>
4896
4897         * gutter-items.el (update-tab-hook): new function to be used for
4898         hooks.
4899         (create-frame-hook): add update-tab-hook.
4900         (record-buffer-hook): ditto.
4901         (default-gutter-position-changed): ditto.
4902         (default-gutter-position): updating the buffers tab is now handled
4903         by a hook.
4904         (default-gutter-position-changed-hook): new variable.
4905         (gutter-element-visibility-changed-hook): ditto.
4906         (set-gutter-element-visible-p): call it.
4907         (set-gutter-element): use modify-specifier-instances. Set extents
4908         as duplicable before using.
4909         (remove-gutter-element): ditto.
4910         (set-gutter-element-visible-p): ditto.
4911         (init-gutter): new function.
4912         (add-tab-to-gutter): use new gutter-element functions rather than
4913         setting specifiers directly.
4914         (clear-progress): ditto.
4915         (abort-progress): ditto.
4916         (gutter-buffers-tab-visible-p): renamed from
4917         default-gutter-visible-p
4918
4919         * specifier.el (modify-specifier-instances): new function from Jan
4920         Vroonhof.
4921
4922         * x-init.el (init-post-x-win): call init-gutter.
4923
4924         * msw-init.el (init-post-mswindows-win): call init-gutter.
4925
4926         * menubar-items.el (default-menubar): Update to reflect new gutter
4927         variables.
4928
4929 2000-02-26  Andy Piper  <andy@xemacs.org>
4930
4931         * gutter-items.el (set-gutter-element): new function. Add gutter
4932         elements to the specified gutter.
4933         (remove-gutter-element): new function. Remove gutter elements from
4934         the specified gutter.
4935         (set-gutter-element-visible-p): new function. Set gutter element
4936         visibility for the provided gutter-visible specifier.
4937
4938 2000-02-23  Andy Piper  <andy@xemacs.org>
4939
4940         * gutter-items.el (add-tab-to-gutter): specify dimensions
4941         dynamically.
4942
4943 2000-02-24  Martin Buchholz  <martin@xemacs.org>
4944
4945         * gutter-items.el (add-tab-to-gutter):
4946         * package-get.el (package-get-interactive-package-query):
4947         * package-ui.el (pui-directory-exists):
4948         (pui-install-selected-packages):
4949         (pui-list-packages):
4950         Use #'(lambda ...)  instead of '(lambda ...).
4951
4952 2000-02-21  Gregory Neil Shapiro <gshapiro@gshapiro.net>
4953
4954         * startup.el (load-user-init-file): Check to make sure user
4955           has an init-file before calling load().
4956
4957 2000-02-20  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
4958
4959         * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
4960
4961 2000-02-23  Martin Buchholz <martin@xemacs.org>
4962
4963         * XEmacs 21.2.31 is released.
4964
4965 2000-02-21  Mike Sperber <mike@xemacs.org>
4966
4967         * loadup.el (really-early-error-handler):
4968         * update-elc.el:
4969         * make-docfile.el:
4970         Remove dependency on EMACSBOOTSTRAP... environment variables.
4971
4972 2000-02-21  Martin Buchholz <martin@xemacs.org>
4973
4974         * XEmacs 21.2.30 is released.
4975
4976 2000-02-19  Martin Buchholz  <martin@xemacs.org>
4977
4978         * byte-optimize.el (byte-optimize-plus):
4979         (byte-optimize-minus):
4980         (byte-optimize-multiply):
4981         Optimize (- 0) to 0, not (-)
4982         Optimize (+ 5 3.0) to 8.0
4983         Optimize (* 5 3.0) to 15.0
4984         Improve readability.
4985
4986 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
4987
4988         * modeline.el: (modeline-scrolling-method): change modeline
4989         mswindows cursor appearance according to the value.
4990
4991         * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
4992         and 'gui-element face colors and 'gui-element face font to Windows
4993         defaults.
4994
4995 2000-02-09 Stef Epardaud  <stef@lunatech.com>
4996
4997         * font-lock.el: Javadoc enhancements
4998
4999 1999-11-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
5000
5001         * ldap.el (toplevel): Test if LDAP support has been compiled in
5002         (ldap-verbose): New option
5003         (ldap-search-entries): Renamed from the previous ldap-search
5004         Conditionalize message display on ldap-verbose
5005         (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
5006         defuns
5007         (ldap-search): Is now defined as an obsolete wrapper calling
5008         ldap-search-basic or ldap-search-entries
5009
5010
5011 1999-12-06  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
5012             Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
5013             Jan Vroonhof  <jan@xemacs.org>
5014
5015         * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
5016         When for-effect is true, didn't call `byte-optimize-form'
5017         in and/or subforms without last.
5018
5019 1999-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
5020
5021         * package-get.el (package-get-download-sites): Use correct custom
5022         type.
5023
5024 2000-02-15  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
5025
5026         * files.el (write-file): Ask for coding system when compiled with
5027         file-coding.
5028
5029 2000-02-16  Andy Piper  <andy@xemacs.org>
5030
5031         * buffer.el (switch-to-buffer): give norecord argument to
5032         set-window-buffer instead of explicitly recording.
5033
5034         * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
5035         we have to pick a window.
5036
5037 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5038
5039         * mule/mule-cmds.el (describe-language-support): Don't add
5040         unexist function to help-map.
5041         (describe-coding-system): Don't use already assigend `C'.
5042
5043 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
5044
5045         * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
5046         work in custom.
5047
5048 2000-02-04  Kazuyuki IENAGA <kazz@imasy.or.jp>
5049
5050         * about.el: Ienaga's e-mail address change.
5051
5052 2000-02-16  Samuel Mikes  <smikes@alumni.hmc.edu>
5053
5054         * etags.el (find-tag): force new window -- even if buf already
5055         visible -- when other-window is t
5056
5057 2000-02-16  Martin Buchholz <martin@xemacs.org>
5058
5059         * XEmacs 21.2.29 is released.
5060
5061 2000-02-09  Martin Buchholz  <martin@xemacs.org>
5062
5063         * cl-extra.el (getf): This is now identical to `plist-get', so
5064         just defalias it.
5065         * cl-macs.el: Make getf an alias to plist-get, at the
5066         byte-compiler level, using define-compiler-macro.
5067
5068 2000-02-08  Martin Buchholz  <martin@xemacs.org>
5069
5070         * cl-extra.el (cl-remprop): Remove. remprop is now in C.
5071
5072 2000-02-07  Kyle Jones  <kyle_jones@wonderworks.com>
5073
5074         * lisp/etags.el (find-tag-internal): set exact-tagname to
5075           a regular expression that matches against the tagname
5076           part of the tag entry first instead of only looking in
5077           the context area.
5078
5079 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
5080
5081         * gutter-items.el: fixed typo(s) in customizing default-gutter-position
5082         * toobar.el: fixed typo(s) in customizing default-toolbar-position
5083
5084 2000-02-07  Martin Buchholz <martin@xemacs.org>
5085
5086         * XEmacs 21.2.28 is released.
5087
5088 2000-02-07  Martin Buchholz  <martin@xemacs.org>
5089
5090         * cl-extra.el (getf): Just call `get', never `get*'.
5091         Make arglist match docstring.
5092         Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
5093         * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
5094         * byte-optimize.el: remove references to `get*'.
5095
5096 2000-02-06  Martin Buchholz  <martin@xemacs.org>
5097
5098         * mule/european.el: Add syntax information for Latin3 and Latin4.
5099
5100 2000-02-02  Martin Buchholz  <martin@xemacs.org>
5101
5102         * byte-optimize.el: Byte-optimize (length "foo")
5103
5104 2000-02-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
5105
5106         * window.el (shrink-window-if-larger-than-buffer): Rewrite full
5107         width check using `window-leftmost-p' and `window-rightmost-p'.
5108
5109 2000-02-02  Per Abrahamsen  <abraham@dina.kvl.dk>
5110
5111         * wid-edit.el (widget-match-inline): An atom never matches a
5112           list.
5113
5114 2000-01-29  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
5115
5116         * modeline.el: Consolidated 'x and 'mswindows specification under
5117         'win tag.
5118
5119 2000-01-29  Andy Piper  <andy@xemacs.org>
5120
5121         * gutter-items.el: (format-buffers-tab-line): Try and be
5122         intelligent about buffer naming when we have duplicates.
5123
5124 2000-01-29  Andy Piper  <andy@xemacs.org>
5125
5126         * gutter-items.el (gutter-visible-p): Make sure the gutter gets
5127         updated when it becomes visible.
5128
5129 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
5130
5131         * bytecomp.el (byte-compile-insert-header): Properly set coding
5132         system under MULE and file-coding.
5133
5134 2000-01-28  Martin Buchholz  <martin@xemacs.org>
5135
5136         * coding.el (dontusethis-set-value-file-name-coding-system-handler):
5137         (dontusethis-set-value-terminal-coding-system-handler):
5138         (dontusethis-set-value-keyboard-coding-system-handler):
5139         Never undefine coding system aliases.  Emergency fix for gnus.
5140
5141 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
5142
5143         * files.el (abbreviate-file-name): Use directory-sep-char instead
5144         of hard-coded "/".
5145
5146 2000-01-27  Hrvoje Niksic  <hniksic@iskon.hr>
5147
5148         * startup.el (user-init-file-base-list): New variable, replacing
5149         user-init-file-base.
5150         (find-user-init-file): New function.
5151         (command-line-early): Use it.
5152         (load-user-init-file): Ditto.
5153
5154 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
5155
5156         * gutter-items.el (update-tab-in-gutter): Use proper locale when
5157         calling valid-image-instantiator-format-p
5158
5159 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
5160
5161         * isearch-mode.el (isearch-mode): The variable is
5162         isearch-unhidden-extents, not isearch-opened-extents.
5163
5164 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
5165
5166         * minibuf.el (next-history-element): Modify error message if a
5167         default value is available.
5168
5169 2000-01-26  Martin Buchholz  <martin@xemacs.org>
5170
5171         * bytecomp.el (byte-compile-file): Don't unconditionally write
5172         .elc files in binary - might contain non-Latin1.
5173
5174 2000-01-24  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
5175
5176         * process.el (shell-quote-argument): Use (nt-quote-process-args)
5177         for windows-nt.
5178
5179         * version.el:
5180         * startup.el (user-init-file-base):
5181         * process.el (call-process-region):
5182         * files.el (make-backup-file-name):
5183         (backup-file-name-p):
5184         (file-relative-name):
5185         (abbreviate-file-name):
5186         (set-auto-mode):
5187         * code-process.el (call-process-region): Removed unnecessary
5188         branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
5189         support out of the universe.
5190
5191         * process.el:
5192         * code-process.el:
5193         * bytecomp.el (byte-compile-file): Removed reference to
5194         buffer-file-type, and commented usage of binary-process-output
5195         NTEmacs variables.
5196
5197 2000-01-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
5198
5199         * help.el (function-arglist): Add case for macro.
5200
5201 2000-01-22  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
5202
5203         * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
5204         printers.
5205         (custom-display): Added a menu for printer/display tags.
5206
5207         * frame.el (frame-type):
5208         * device.el (device-type): Added 'msprinter to the doc string, and
5209         removed 'pc -- it is not going to be implemented ever.
5210         (call-device-method): Fixed docstring typo.
5211         Defined specifier tags 'printer and 'display.
5212
5213 2000-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
5214
5215         * lisp/itimer.el (itimer-run-expired-timers): (consp
5216           last-command-event-time) instead of (consp
5217           'last-command-event-time).
5218
5219 2000-01-21  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
5220
5221         * msw-glyphs.el: Removed obsolete commentary.
5222
5223 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
5224
5225         * minibuf.el (read-file-name): Use abbreviate-file-name to produce
5226         better default value.
5227
5228 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
5229
5230         * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
5231         (read-string): Ditto.
5232         (eval-minibuffer): Ditto.
5233         (read-command): Ditto.
5234         (read-function): Ditto.
5235         (read-variable): Ditto.
5236         (read-number): Ditto.
5237         (read-shell-command): Ditto.
5238         (read-number): Record history.
5239
5240 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
5241
5242         * etags.el (find-tag-tag): Use DEFAULT of completing-read.
5243
5244 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
5245
5246         * faces.el (startup-initialize-custom-faces): New function.
5247         Reset all faces created during auto-autoloads loading time
5248         by defface.
5249         * startup.el (command-line): Call it.
5250
5251 2000-01-19  Yoshiki Hayashi  <yoshiki@xemacs.org>
5252
5253         * about.el (about-hackers): Add myself to contributors list.
5254
5255 2000-01-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
5256
5257         * menubar-items.el (maybe-add-init-button): Removed an argument in
5258         a call to load-user-init-file, as the function managed to lose its
5259         formal parameter a few betas ago.
5260
5261 2000-01-18  Martin Buchholz <martin@xemacs.org>
5262
5263         * XEmacs 21.2.27 is released.
5264
5265 2000-01-18  Martin Buchholz  <martin@xemacs.org>
5266
5267         * process.el (shell-command-to-string): Use the FSF docstring.
5268         Make shell-command-to-string the standard function, and
5269         exec-to-string the (deprecated) alias.
5270
5271         * startup.el: typo fix.
5272
5273 2000-01-16  Martin Buchholz  <martin@xemacs.org>
5274
5275         * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
5276
5277 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5278
5279         * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
5280         buffers after visible buffers.
5281         (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
5282
5283 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5284
5285         * info.el (Info-extract-menu-node-name): Stop at a dot
5286         followed by whitespace or right parenthesis.
5287
5288 2000-01-15  Hrvoje Niksic  <hniksic@iskon.hr>
5289
5290         * info.el (Info-directory-list): Warn against using Customize with
5291         Info-directory-list.
5292
5293 2000-01-15  Adrian Aichner  <aichner@ecf.teradyne.com>
5294
5295         * minibuf.el (read-file-name): doc fix.
5296
5297         * autoload.el (update-file-autoloads): doc fix.
5298
5299         * about.el (about-hackers): Change my E-mail address.
5300
5301 2000-01-13  Martin Buchholz  <martin@xemacs.org>
5302
5303         * info.el (Info-visit-file): Just use the `f' interactive spec to
5304         read a filename in the standard way.
5305
5306 2000-01-13  Andy Piper  <andy@xemacs.org>
5307
5308         * gutter-items.el (gutter-buffers-tab-orientation): new variable.
5309         (gutter-buffers-tab-extent): new variable.
5310         (update-tab-in-gutter): call add-tab-to-gutter again if the
5311         orientation has changed.
5312         (add-tab-to-gutter): cope with different orientations.
5313
5314 2000-01-11  Didier Verna  <didier@xemacs.org>
5315
5316         * info.el (Info-following-node-name): backward-skip dots as well
5317         as spaces (dots at the end of a node name aren't part of it).
5318         (Info-extract-menu-node-name): don't skip dots. There could be
5319         some in the node name.
5320         (Info-index): allow dots to be part of a node name.
5321
5322 2000-01-12  Andreas Jaeger  <aj@suse.de>
5323
5324         * files.el (auto-mode-alist): Added idlwave-mode.
5325         Patch by Carsten Dominik <dominik@astro.uva.nl>.
5326
5327 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5328
5329         * info.el (Info-search): Show default value.
5330
5331 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5332
5333         * info.el (Info-read-node-completion-table): New variable.
5334         (Info-read-node-name-1): New function.
5335         (Info-read-node-name): Use it.
5336         (Info-follow-reference): Use DEFAULT argument of completing-read.
5337         (Info-menu): Ditto.
5338
5339 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5340
5341         * hyper-apropos.el (hyper-describe-key-briefly): Save
5342         window configuration.
5343         (hyper-describe-face): Use DEFAULT of completing-read.
5344         (hyper-apropos-read-variable-symbol): Ditto.
5345         (hyper-apropos-read-function-symbol): Ditto.
5346
5347 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5348
5349         * mule/mule-cmds.el (set-default-coding-system): Set
5350         comint-exec-hook to use coding-system-for-read and
5351         coding-system-for-write so that C-x RET c works.
5352
5353 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5354
5355         * minibuf.el (minibuffer-confirm-incomplete): Customize.
5356         (previous-matching-history-element): Increment
5357         minibuffer-max-depth by 1.
5358         (next-matching-history-element): Ditto.
5359
5360 2000-01-11  Andy Piper  <andy@xemacs.org>
5361
5362         * gutter-items.el (buffers-tab): Create a new face for the buffers
5363         tab.
5364         (buffers-tab-face): use it.
5365
5366 2000-01-10  Didier Verna  <didier@xemacs.org>
5367
5368         * modeline.el (modeline-scrolling-method): change modeline X
5369         cursor appearance according to the value.
5370
5371 2000-01-07  Andreas Jaeger  <aj@suse.de>
5372
5373         * about.el (about-hackers): Moved my entry to contributor list.
5374         (xemacs-hackers): Added myself.
5375         (about-maintainer-info): Added description of myself.
5376
5377
5378 2000-01-07  Didier Verna  <didier@xemacs.org>
5379
5380         * modeline.el (modeline-scrolling-method): new variable.
5381         (mouse-drag-modeline): add reference to it in the docstring.
5382         (mouse-drag-modeline): handle it.
5383
5384 2000-01-08  Andy Piper  <andy@xemacs.org>
5385
5386         * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
5387         calls.
5388         (remove-buffer-from-gutter-tab): ditto.
5389
5390 2000-01-06  Per Abrahamsen  <abraham@dina.kvl.dk>
5391
5392         * cus-edit.el (custom-hook-convert-widget): Fix comment.
5393         (custom-face-edit): Fix grammatical error in help message.
5394
5395 2000-01-03  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5396
5397         * movemail.el: Added.
5398
5399         * dumped-lisp.el (preloaded-file-list): Added movemail.el.
5400
5401 2000-01-03  Didier Verna  <didier@xemacs.org>
5402
5403         * modeline.el (mouse-drag-modeline): remove the code related to
5404         the modeline horizontal scrolling facility.
5405
5406 1999-12-31  Martin Buchholz <martin@xemacs.org>
5407
5408         * XEmacs 21.2.26 is released.
5409
5410 1999-12-28  Andy Piper  <andy@xemacs.org>
5411
5412         * wid-edit.el (widget-push-button-value-create): The gui cache
5413         does not agree with native widgets which can only be displayed
5414         once per window. The reasons for caching are diminished now that
5415         we don't hog resources when creating buttons.
5416         (widget-push-button-cache) deleted.
5417
5418 1999-12-24  Martin Buchholz <martin@xemacs.org>
5419
5420         * XEmacs 21.2.25 is released.
5421
5422 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5423
5424         * hyper-apropos.el (hyper-apropos): Toggle
5425         hyper-apropos-programming-apropos correctly.
5426         Set REGEXP when user accepts default value.
5427
5428 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5429
5430         * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
5431         (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
5432
5433 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5434
5435         * mule/mule-category.el (undefined-category-designator):
5436         Return char instead of character.  Search for undefined one.
5437         (describe-category): Use with-displaying-help-buffer.
5438
5439 1999-12-21  Martin Buchholz  <martin@xemacs.org>
5440
5441         * byte-optimize.el (byte-optimize-plus):
5442         Optimize (+ 1) to 1 instead of (1+ nil).
5443
5444         * files.el (basic-save-buffer): Rewrite for clarity.  Use (char-before).
5445
5446         * byte-optimize.el (byte-compile-butlast): Remove.  Use butlast instead.
5447
5448         * byte-optimize.el (byte-optimize-char-before): New function.
5449         Remove performance penalty for using (char-before) instead of (char-after).
5450
5451 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5452
5453         * mule/mule-category.el (char-category-list): Return character
5454         instead of integer.
5455
5456 1999-12-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5457
5458         * minibuf.el (read-buffer): Check default is buffer object.
5459
5460 1999-11-25  Andy Piper  <andy@xemacs.org>
5461
5462         * cus-edit.el (custom-buffer-create-buttons): Use native widgets
5463         for buttons.
5464
5465 1999-12-16  Andreas Jaeger  <aj@suse.de>
5466
5467         * package-get.el (package-get-maybe-save-index): Fixed typo.
5468         Patch by Jeff Miller <jmiller@smart.net>.
5469
5470 1999-12-13  Charles G Waldman  <cgw@alum.mit.edu>
5471
5472         * gnuserv.el (gnuserv-process-filter):  don't call
5473         gnuserv-write-to-client when gnuserv-current-client is nil
5474
5475 1999-12-14  Martin Buchholz <martin@xemacs.org>
5476
5477         * XEmacs 21.2.24 is released.
5478
5479 1999-12-12  Gunnar Evermann  <ge204@eng.cam.ac.uk>
5480
5481         * about.el (about-hackers): Update my email address.
5482
5483 1999-12-07  Martin Buchholz <martin@xemacs.org>
5484
5485         * XEmacs 21.2.23 is released.
5486
5487 1999-11-06  Jason R Mastaler  <jason@mastaler.com>
5488
5489         * package-get.el (package-get-download-sites): Removed several
5490         defunct download sites, added many new ones, and corrected a few
5491         incorrect directory-on-site entries.  Added physical locations to
5492         site-description.
5493
5494 1999-11-30  Gunnar Evermann  <ge204@eng.cam.ac.uk>
5495
5496         * finder.el (finder-commentary): add DOC string and fix
5497         interactive spec
5498
5499 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
5500
5501         * help.el (describe-function): Don't forget to intern the string
5502         completing-read returns.
5503         (describe-variable): Ditto.
5504
5505 1999-11-16  Adrian Aichner  <adrian@xemacs.org>
5506
5507         * hyper-apropos.el (hyper-apropos-this-symbol): Handle
5508         `hyper-apropos-help-mode' here to find symbol to customize
5509         irregardless of cursor position and simplify
5510         `hyper-apropos-set-variable', `hyper-apropos-find-function', and
5511         `hyper-apropos-popup-menu'.
5512
5513 1999-11-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5514
5515         * apropos.el (apropos-mode-map): Add return to call
5516         apropos-follow.
5517         (apropos-print): Call apropos-mode to have better
5518         command reference. Put keymap text-poperty to
5519         symbole name.
5520
5521 1999-11-22  Alastair Burt  <burt@dfki.de>
5522
5523         * help.el: (describe-bindings-1): Added handling of keymaps for
5524         the extents at point.
5525
5526 1999-12-02  Mark Thomas  <mthomas@jprc.com>
5527
5528         * gutter-items.el (buffers-tab-items): Wrap the function in a
5529         save-match-data
5530
5531 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
5532
5533         * help.el (describe-function): Use the DEFAULT argument to
5534         completing-read.
5535         (describe-variable): Ditto.
5536
5537 1999-11-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5538
5539         * minibuf.el (read-from-minibuffer): Add optional argument
5540         DEFAULT to have better mini-buffer history support.
5541         (completing-read): Pass default to read-from-minibuffer.
5542         (read-buffer): Pass default to completing-read.
5543
5544 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
5545
5546         * font-lock.el (font-lock-doc-string-face): Document the
5547         `font-lock-lisp-like' property.
5548
5549 1999-11-29  Hrvoje Niksic  <hniksic@iskon.hr>
5550
5551         * lisp-mode.el: Specify `font-lock-lisp-like'.
5552
5553         * font-lock.el (font-lock-lisp-like): New function.
5554         (font-lock-fontify-syntactically-region): Use it.
5555
5556 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
5557
5558         * XEmacs 21.2.22 is released
5559
5560 1999-11-28  Martin Buchholz <martin@xemacs.org>
5561
5562         * XEmacs 21.2.21 is released.
5563
5564 1999-11-18  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5565
5566         * minibuf.el (read-coding-system): Accept symbol and
5567         coding-system object as a default-coding-system.
5568
5569 1999-11-16  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5570
5571         * minibuf.el (read-coding-system): Accept symbol as
5572         a default-coding-system.
5573
5574 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5575
5576         * apropos.el (apropos-documentation): Use insert instead
5577         of princ.
5578
5579 1999-11-07  William M. Perry  <wmperry@aventail.com>
5580
5581         * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
5582           for the linux console.
5583
5584         * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
5585           stuff to work when you are not on a window system, since the GPM
5586           mouse support now allows pasting from outside of XEmacs.
5587
5588 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
5589
5590         * XEmacs 21.2.20 is released
5591
5592 1999-11-06  Hrvoje Niksic  <hniksic@iskon.hr>
5593
5594         * setup-paths.el (paths-default-info-directories): Add
5595         /usr/share/info and /usr/local/share/info.
5596
5597 1999-10-30  Hrvoje Niksic  <hniksic@srce.hr>
5598
5599         * about.el: Updated Vladimir Ivanovic's info.
5600
5601 11999-08-28  Jan Vroonhof  <vroonhof@math.ethz.ch>
5602
5603         * auto-show.el (auto-show-truncationp): Remove.
5604
5605         * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
5606
5607 999-09-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
5608
5609         * indent.el (indent-line-to): fix bug: spaces were not replaced
5610         with tab if column is multiple of tab-width
5611         From dhn@qedinc.com
5612
5613 1999-10-24  Jan Vroonhof  <vroonhof@math.ethz.ch>
5614
5615         * mule/mule-cmds.el (read-input-method-name): Accept symbols
5616         correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
5617
5618         * package-get.el (package-get-package-provider): Be verbose when
5619         interactive. Patch from Robert Pluim
5620
5621 1999-08-23  Mike McEwan  <mike@lotusland.demon.co.uk>
5622
5623         * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
5624         info file suffixes.
5625
5626 1999-08-19  Stephen Tse  <stephent@sfu.ca>
5627
5628         * process.el (open-network-stream): Add a new optional parameter
5629         PROTOCOL to support udp; fix a minor typo and add an explanation
5630         in docstring for udp programming.
5631
5632         * code-process.el (open-network-stream): Add a new optional
5633         parameter PROTOCOL to support udp; fix a minor typo and add an
5634         explanation in docstring for udp programming.
5635
5636 1999-10-18  Andy Piper  <andy@xemacs.org>
5637
5638         * gui.el (make-gui-button): be more precise about how we call
5639         callbacks.
5640
5641         * wid-edit.el (widget-push-button-value-create): Use the new form
5642         of native gui-button.
5643
5644 1999-10-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5645
5646         * info.el (Info-page-prev): Don't do (sit-for 0).
5647
5648 1999-10-13  Andy Piper  <andy@xemacs.org>
5649
5650         * gutter-items.el (progress-abort-glyph): new glyph for showing
5651         abort status.
5652         (append-progress): dispatch-event rather than sit-for.
5653         (abort-progress): new function. Show the abort glyph with an
5654         appropriate message.
5655         (raw-append-progress): dispatch-event rather than sit-for.
5656         (display-progress): cope with aborts.
5657
5658         * gui.el (make-gui-button): Use native widgets for buttons
5659         unconditionally.
5660         (insert-gui-button): ditto.
5661         (gui-button-p): ditto.
5662
5663         * xbm-button.el: remove from core.
5664
5665         * xpm-button.el: remove from core.
5666
5667 1999-10-07  Olivier Galibert  <galibert@pobox.com>
5668
5669         * faces.el (init-device-faces): Don't initialize the random faces
5670         on the stream device.
5671
5672 1999-10-06  Andy Piper  <andy@xemacs.org>
5673
5674         * files.el (recover-file): Don't use ls under windows for revert buffer.
5675
5676 1999-09-25  Adrian Aichner  <adrian@xemacs.org>
5677
5678         * package-get.el (package-get-download-menu): Make menu really
5679         toggle download sites.
5680         (package-get-download-sites): Add autoload cookie.
5681
5682 1999-09-29  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5683
5684         * setup-paths.el (paths-find-module-directory): Ditto.
5685
5686 1999-09-29  Werner Fink  <werner@suse.de>
5687
5688         * setup-paths.el (paths-find-exec-directory): Add missing nil
5689         parameter for environment.
5690
5691 1999-09-27  Martin Buchholz  <martin@xemacs.org>
5692
5693         * modeline.el (modeline-format):
5694         Only purecopy the strings.  Else
5695         (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
5696         barfs.
5697
5698 1999-08-28  Mike Woolley  <mike@bulsara.com>
5699
5700         * winnt.el: Removed nt-shell-mode-hook, which was preventing the
5701         user setting comint-completion-addsuffix and
5702         comint-process-echoes.
5703
5704 1999-09-22  Andy Piper  <andy@xemacs.org>
5705
5706         * gutter-items.el (update-tab-in-gutter): use
5707         last-nonminibuf-window instead of selected-window.
5708
5709 1999-09-18  Andy Piper  <andy@xemacs.org>
5710
5711         * gnuserv.el (gnuserv-edit-files): select frame we are going to
5712         display on.
5713
5714         * subr.el (record-buffer-hook): new variable so that the hook gets
5715         some documentation.
5716
5717 1999-09-16  Andy Piper  <andy@xemacs.org>
5718
5719         * gutter-items.el (update-tab-in-gutter): only update when the
5720         gutter is visible.
5721         (remove-buffer-from-gutter-tab): ditto.
5722
5723 1999-09-17  Hrvoje Niksic  <hniksic@srce.hr>
5724
5725         * simple.el (do-auto-fill): Commented out part of Kinsoku
5726         processing.
5727
5728 1999-09-14  Hrvoje Niksic  <hniksic@srce.hr>
5729
5730         * isearch-mode.el (isearch-highlightify-region): Give the
5731         highlighting extents a high priority.
5732         (isearch-make-extent): Give the main highlighting extent an even
5733         higher priority.
5734
5735 1999-09-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5736
5737         * packages.el (packages-compute-package-locations): Fix typo from
5738         -u rationalization.
5739
5740 1999-09-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5741
5742         * setup-paths.el (paths-find-doc-directory): Respect value of
5743         `configure-doc-directory.'
5744
5745         * find-paths.el (paths-find-architecture-directory): Give
5746         precendence `default' argument (which typically comes from
5747         configure).
5748
5749 1999-09-05  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5750
5751         * startup.el (command-line-early): Added options -user-init-file
5752         and -user-init-directory.
5753
5754         * files.el (user-init-file): Default to NIL so we can recognize
5755         when it's set.
5756
5757 1999-08-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5758
5759         * obsolete.el (init-file-user):
5760         * startup.el:
5761         * packages.el (packages-compute-package-locations):
5762         * package-get.el (package-get-user-index-filename):
5763         * menubar-items.el (maybe-add-init-button):
5764         * info.el (Info-annotations-path):
5765         * dump-paths.el:
5766         Change `user-init-directory' to be an absolute path.
5767         Use `user-init-directory' where appropriate.
5768         Zap `init-file-user' and its uses.
5769
5770 1999-09-09  Hrvoje Niksic  <hniksic@srce.hr>
5771
5772         * subr.el (copy-symbol): New function.
5773
5774 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
5775
5776         * isearch-mode.el (isearch-done): Be sure to restore invisible
5777         extents in the proper buffer.
5778         (isearch-pre-command-hook): Set this-command to the correct value
5779         in case the buffer has changed and old overriding-local-map was
5780         used.
5781         (isearch-restore-extent): Use remprop instead of setting the
5782         property to nil.
5783
5784 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
5785
5786         * cmdloop.el (execute-extended-command): Update zmacs region
5787         before the delay.
5788         (execute-extended-command): Make the message gettext-friendly.
5789
5790 1999-09-07  Andy Piper  <andy@xemacs.org>
5791
5792         * gutter-items.el (progress-gauge-glyph): renamed from
5793         progress-glyph.
5794         (progress-text-glyph): new variable.
5795         (progress-layout-glyph): use layouts and text glyphs.
5796         (progress-area-buffer): removed.
5797         (progress-text-and-extent): new variable.
5798         (progress-displayed-p): dynamically create gutter area buffer.
5799         (clear-progress): ditto.
5800         (raw-append-progress): ditto.
5801         (append-progress): use new glyph names.
5802         (raw-append-progress): only create the extent when needed. set
5803         properties more optimally.
5804         (progress): remove args.
5805
5806 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
5807
5808         * isearch-mode.el (isearch-range-invisible): Use mapc instead of
5809         mapcar where the return value is unused.
5810         (isearch-restore-invisible-extents): Ditto.
5811         (isearch-highlight-all-cleanup): Ditto.
5812         (isearch-delete-extents-in-range): Traverse the extents only once.
5813         (isearch-highlight-all-update): Don't start over if the search
5814         string has changed and more input is pending.
5815
5816 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
5817
5818         * packages.el (packages-find-package-data-path): Ditto.
5819
5820         * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
5821
5822         * subr.el (mapc-internal): Don't make obsolete.
5823
5824         * cl-extra.el (mapc): Resurrect.
5825
5826 1999-09-03  Hrvoje Niksic  <hniksic@srce.hr>
5827
5828         * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
5829         alias.
5830
5831         * isearch-mode.el (isearch-top-state): Restore isearch-word.
5832         (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
5833         (isearch-yank-clipboard): Use get-clipboard instead of
5834         x-get-clipboard.
5835         (isearch-yank-selection): Fix docstring.
5836
5837 1999-09-02  Martin Buchholz  <martin@xemacs.org>
5838
5839         * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
5840
5841 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
5842
5843         * cl-macs.el (extent-start-position): Fix setf method.
5844         (extent-end-position): Ditto.
5845
5846 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
5847
5848         * isearch-mode.el: End merge with FSF 20.4.
5849
5850         * isearch-mode.el (search-invisible): New variable.
5851         (isearch-hide-immediately): Ditto.
5852         (isearch-unhidden-extents): Ditto.
5853         (isearch-range-invisible): New function.
5854         (isearch-unhide-extent): Ditto.
5855         (isearch-restore-invisible-extents): Ditto.
5856         (isearch-restore-extent): Ditto.
5857
5858         * isearch-mode.el (isearch-ring-advance-edit): Use FSF
5859         implementation.
5860         (isearch-ring-retreat-edit): Ditto.
5861         (isearch-forward): New argument NO-RECURSIVE-EDIT.
5862         (isearch-forward-regexp): New arguments NOT-REGEXP and
5863         NO-RECURSIVE-EDIT.
5864         (isearch-backward): New argument NO-RECURSIVE-EDIT.
5865         (isearch-backward-regexp): New arguments NOT-REGEXP and
5866         NO-RECURSIVE-EDIT.
5867         (isearch-mode): Return isearch-success.
5868         (isearch-update): Use unread-command-events instead of
5869         unread-command-event.
5870         (isearch-abort): If an invalid regexp is encountered, keep popping
5871         states.
5872         (isearch-*-char): Use FSF implementation.
5873         (isearch-whitespace-chars): Use the more robust FSF's
5874         implementation.
5875         (isearch-within-brackets): New variable.
5876         (isearch-mode): Initialize it.
5877         (isearch-edit-string): Bind it.
5878         (isearch-search-and-update): Set it.
5879         (isearch-push-state): Push it.
5880         (isearch-top-state): Pop it.
5881         (isearch-search): Set it.
5882         (isearch-printing-char): When called by isearch-whitespace-chars,
5883         handle M-SPC gracefully.
5884         (isearch-message-prefix): New argument ELLIPSIS.
5885         (isearch-message-suffix): Ditto.
5886         (isearch-message): Use the ELLIPSIS argument when calling
5887         isearch-message-prefix and isearch-message-suffix.
5888         (isearch-message-prefix): Distinguish between "wrapped" and
5889         "overwrapped" search, FWIW.
5890
5891 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
5892
5893         * isearch-mode.el (isearch-edit-string): Use the head of the
5894         search ring instead of search-last-string and search-last-regexp.
5895         (search-highlight): Renamed from isearch-highlight.
5896         (isearch-exit): Use the new name.
5897         (isearch-highlight): Ditto.
5898         (isearch-dehighlight): Ditto.
5899         (isearch-update-ring): New function.
5900         (isearch-done): Call it.
5901         (isearch-done): New argument EDIT.
5902         (isearch-repeat): If search string is empty, look up at the car of
5903         the search ring; ignore the yank pointer.
5904         (isearch-abort): Call isearch-done with NOPUSH.
5905         (isearch-cancel): New function.
5906         (isearch-mode-map): Bind it to ESC ESC ESC.
5907
5908         * isearch-mode.el: Begin merge with FSF 20.4.
5909
5910 1999-09-01  Andy Piper  <andy@xemacs.org>
5911
5912         * x-select.el (x-get-clipboard): obsolete.
5913         (x-yank-clipboard-selection): obsolete
5914
5915         * select.el (disown-selection): need to be careful to disown the
5916         clipboard if we set it via selection.
5917         (get-clipboard): move from x-select.el
5918         (yank-clipboard-selection): ditto.
5919
5920 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
5921
5922         * isearch-mode.el (isearch-exit): Bind isearch-highlight and
5923         isearch-highlight-all-matches to nil.
5924         (isearch-fixed-case): New variable.
5925         (isearch-mode): Initialize it.
5926         (isearch-edit-string): Save it.
5927         (isearch-toggle-case-fold): Set it.
5928         (isearch-fix-case): Make sure isearch-toggle-case-fold works --
5929         need to check isearch-fixed-case.
5930         (isearch-toggle-case-fold): Update highlighting of all matches
5931         before the pause.
5932         (isearch-edit-string):
5933
5934 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
5935
5936         * isearch-mode.el (isearch-edit-string): Call isearch-message
5937         before reading the event so that the prompt is displayed properly.
5938         (isearch-message): Use isearch-nonincremental when calling
5939         isearch-message-prefix.
5940         (minibuffer-local-isearch-map): Bind up and down to do the same as
5941         M-p and M-n respectively.
5942         (isearch-done): New arg NOPUSH.
5943         (isearch-edit-string): Use it.
5944         (isearch-edit-string): Don't bind isearch-string.
5945         (isearch-ring-adjust): Edit string, *then* push state.
5946
5947 1999-08-31  Hrvoje Niksic  <hniksic@srce.hr>
5948
5949         * faces.el (isearch-secondary): Make isearch-secondary look
5950         different than default.
5951
5952 1999-08-30  Hrvoje Niksic  <hniksic@srce.hr>
5953
5954         * isearch-mode.el (isearch-yank): Use progn instead of the inner
5955         save-excursion.
5956         (isearch-dehighlight): Remove TOTALLY.  Simplify.
5957         (isearch-update): Call isearch-dehighlight without arguments.
5958         (isearch-done): Ditto.
5959
5960         * isearch-mode.el (isearch-fix-case): If the search string has no
5961         upper-case letters, allow the folding to be reenabled.
5962         Previously, once disabled, the folding would remain that way until
5963         the end of isearch.
5964         (isearch-top-state): Call isearch-fix-case.
5965
5966         * isearch-mode.el (isearch-yank): Use progn instead of the inner
5967         save-excursion.
5968         (isearch-dehighlight): Remove TOTALLY.  Simplify.
5969
5970 1999-08-31  Jan Vroonhof  <jan@xemacs.org>
5971
5972         * xpm-button.el:
5973         xbm-button.el: Need to exist in core because gui.el depends on
5974         them.
5975
5976 1999-08-31  Andy Piper  <andy@xemacs.org>
5977
5978         * gutter-items.el (buffers-tab-face): new customizable variable.
5979         (buffers-tab-default-buffer-line-length): new specifier for
5980         maximum viewable characters.
5981         (progress-stack): new variable for implementing widget-based
5982         progress messages.
5983         (progress-area-buffer): ditto.
5984         (progress-glyph-height): ditto.
5985         (progress-stop-callback): ditto.
5986         (progress-quit-function): new function.
5987         (progress-glyph): new variable.
5988         (progress-layout-glyph): ditto.
5989         (progress-displayed-p): new function, see message-displayed-p for
5990         details.
5991         (clear-progress): ditto.
5992         (remove-progress): ditto.
5993         (append-progress): ditto.
5994         (raw-append-progress): ditto.
5995         (display-progress): ditto.
5996         (current-progress): ditto.
5997         (current-progress-label): ditto.
5998         (progress): ditto.
5999         (lprogress): ditto.
6000
6001
6002 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
6003
6004         * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
6005
6006         * isearch-mode.el (isearch-yank-x-selection): Renamed to
6007         `isearch-yank-selection'.
6008         (isearch-mode-map): Use it.
6009         (isearch-yank-selection): Use `get-selection' instead of
6010         `get-x-selection'.
6011
6012 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
6013
6014         * faces.el (isearch-secondary): Create face here.
6015
6016         * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
6017         timers.
6018
6019 1999-08-27  Hrvoje Niksic  <hniksic@srce.hr>
6020
6021         * subr.el (buffer-string): More robust backward compatibility
6022         check, courtesy William Perry.
6023
6024 1999-08-26  Hrvoje Niksic  <hniksic@srce.hr>
6025
6026         * replace.el (perform-replace): Stop the search after the search
6027         limit has been reached.
6028
6029 1999-08-23  Andy Piper  <andy@xemacs.org>
6030
6031         * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
6032         here if we don't have one.
6033
6034 1999-08-15  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6035
6036         * ldap.el (ldap-coding-system): Default to nil until we get
6037         efficient UTF8 support
6038         (ldap-decode-string): Guard against `decode-coding-string' not
6039         being defined
6040         (ldap-encode-string): Guard against `encode-coding-string' not
6041         being defined
6042
6043 1999-08-23  Didier Verna  <didier@xemacs.org>
6044
6045         * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
6046         Some doc strings improvements, and add a star to the `interactive'
6047         calls.
6048
6049 1999-08-18  Stef Epardaud  <stef@lunatech.com>
6050
6051         * font-lock.el (java-font-lock-keywords-3): introduced new
6052         keywords and regexpes for javadoc syntax 1.2.
6053
6054 1999-08-17  Andy Piper  <andy@xemacs.org>
6055
6056         * gutter-items.el (buffers-tab-format-buffer-line-function): use
6057         format-buffers-tab-line.
6058         (buffers-tab-max-buffer-line-length): new variable.
6059         (format-buffers-tab-line): new function. truncate names if over
6060         buffers-tab-max-buffer-line-length.
6061
6062 1999-08-13  Charles G Waldman  <cgw@fnal.gov>
6063
6064         * cus-start.el: Customize the variable `bell-inhibit-time'.
6065
6066 1999-08-16  Andy Piper  <andy@xemacs.org>
6067
6068         * gutter-items.el (remove-buffer-from-gutter-tab): take a
6069         brute-force approach to deleting the last buffer.
6070         (buffers-tab-grouping-regexp): new customizable variable.
6071         (select-buffers-tab-buffers-by-mode): use it.
6072
6073 1999-08-13  Andy Piper  <andy@xemacs.org>
6074
6075         * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
6076         deletion problem.
6077
6078 1999-07-30  Didier Verna  <didier@xemacs.org>
6079
6080         * cus-edit.el (custom-save-variables): I said, use prin1 instead
6081         of princ to output symbols.
6082         (custom-save-face-internal): ditto.
6083         (custom-save-resets): ditto.
6084
6085 1999-08-09  Didier Verna  <didier@xemacs.org>
6086
6087         * gutter-items.el (select-buffers-tab-buffers-by-mode): use
6088         `regexp-quote' to protect the major mode name for use as a regular
6089         expression (c++ needs this for instance).
6090
6091 1999-08-08  Andy Piper  <andy@xemacs.org>
6092
6093         * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
6094         cope with similar mode names.
6095
6096         * gutter-items.el (buffers-tab-selection-function): new selection
6097         function.
6098         (select-buffers-tab-buffers-by-mode): new function.
6099         (buffers-tab-items): use it if set to only display buffers in the
6100         tab in the current buffer's group..
6101         (update-tab-in-gutter): use new api.
6102         (remove-buffer-from-gutter-tab): ditto.
6103
6104         * gutter-items.el (buffers-tab-max-size): set custom selection
6105         default to 6.
6106         (buffers-tab-switch-to-buffer): just switch window if the window is visible.
6107         (add-tab-to-gutter): set face as default.
6108
6109 1999-07-07  Jan Vroonhof  <jan@xemacs.org>
6110
6111         * faces.el (frob-face-property): Merge the fall-back specifier
6112         with the target, not replace it.
6113
6114 1999-08-05  Andy Piper  <andy@xemacs.org>
6115
6116         * gutter-items.el (update-tab-in-gutter): add frame argument for
6117         buffer-items.
6118         (update-tab-in-gutter): use it.
6119
6120         * gutter-items.el (record-buffer-hook): set.
6121
6122         * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
6123         change.
6124         (switch-to-buffer-hook) deleted.
6125
6126 1999-08-04  Andy Piper  <andy@xemacs.org>
6127
6128         * gutter-items.el (update-tab-in-gutter): make sure this will work
6129         as an argument to create-frame-hook.
6130
6131 1999-07-30  Hrvoje Niksic  <hniksic@srce.hr>
6132
6133         * isearch-mode.el: Modified Bob and Darryl's code to use itimers
6134         instead of timer emulation.
6135
6136 1999-07-30  Darryl Okahata  <darrylo@sonic.net>
6137
6138         * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
6139         Emacs isearch enhancements.
6140
6141 1999-07-28  Andy Piper  <andy@xemacs.org>
6142
6143         * gutter-items.el (add-tab-to-gutter): put in specifier specs for
6144         all devices that support tab controls.
6145         (remove-buffer-from-gutter-tab): new function. to be used as a
6146         value for kill-buffer-hook.
6147
6148 1999-07-21  Sean MacLennan  <seanm@storm.ca>
6149
6150         * auto-show.el (auto-show-truncationp): changed to match
6151         `window_translation_on'
6152
6153 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
6154
6155         * XEmacs 21.2.19 is released
6156
6157 1999-07-28  SL Baur  <steve@miho>
6158
6159         * code-files.el (insert-file-contents): Fix docstring.
6160         revert previous change.
6161
6162 1999-07-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
6163
6164         * fill.el (fill-region-as-paragraph): Change re-break-point to
6165         contain word-across-newline plus one character so that filling
6166         Japanese and Chinese works as desired.
6167         * simple.el (do-auto-fill): Ditto.
6168
6169 1999-07-26  SL Baur  <steve@miho>
6170
6171         * mule/japanese.el ("Japanese"): Do not specify a default input
6172         method.
6173         Suggested by MORIOKA Tomohiko  <tomo@etl.go.jp>
6174
6175 1999-07-23  Jan Vroonhof  <vroonhof@math.ethz.ch>
6176
6177         * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
6178         able to use cl-macs macro in early lisp.
6179
6180 1999-07-23  Jan Vroonhof  <jan@xemacs.org>
6181
6182         * custom.el:
6183         * cus-face.el:
6184         * cus-edit.el:
6185                 Massive custom Theme API changes.
6186
6187 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
6188
6189         * code-files.el (insert-file-contents): Regard
6190         coding-system-magic-cookie if `coding-system-for-read' is nil.
6191
6192 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
6193
6194         * mule/thai-xtis.el: Add coding: local variable, to avoid
6195         bootstrapping problem with C locale.
6196
6197 1999-07-22  Andy Piper  <andy@xemacs.org>
6198
6199         * dumped-lisp.el (preloaded-file-list): guard against putting
6200         gutter-items in a less than functional XEmacs.
6201         * gutter-items.el: put call to `add-tab-to-gutter' back in.
6202
6203 1999-07-18  Bob Weiner  <weiner@beopen.com>
6204
6205         * fill.el (fill-context-prefix): Fixed bug that prevented the
6206         setting of an adaptive fill prefix when the `dont-skip-first' was
6207         t.
6208
6209 1999-07-22  SL Baur  <steve@miho>
6210
6211         * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
6212
6213 1999-06-25  Karl M. Hegbloom  <karlheg@debian.org>
6214
6215         * files.el (interpreter-mode-alist): add `make', `guile', and
6216         `emacs' entries. (#!/usr/bin/make -f ought to send a file into
6217         makefile-mode, guile is a scheme, and someday XEmacs will be
6218         modular enough to use as an efficient scripting tool.)
6219
6220 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
6221
6222         * mule/mule-cmds.el (reset-language-environment): Regard
6223         coding-category `utf-8' and `ucs-4' if they are available.
6224
6225 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
6226
6227         * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
6228         (prefer-coding-system): Fix DOC-string.
6229
6230         * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
6231         DOC-string too.
6232
6233         * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
6234         Mule.
6235         (coding-system-change-eol-conversion): Fix DOC-string.
6236
6237 1999-06-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
6238
6239         * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
6240         instead of `list-coding-system'.
6241
6242 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
6243
6244         * menubar-items.el (default-menubar): `select-input-method' was
6245         renamed to `set-input-method'.
6246
6247         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
6248         "Set Language Environment" menu.
6249
6250         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
6251         "Describe Language Support" menu.
6252
6253 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
6254
6255         * mule/chinese.el ("Chinese-GB"): Rename
6256         `chinese-gb-environment-setup-function' to
6257         `setup-chinese-gb-environment-internal'.
6258
6259 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
6260
6261         * mule/korean.el: Use `define-coding-system-alias' instead of
6262         `copy-coding-system'.
6263
6264 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
6265
6266         * mule/mule-cmds.el (set-language-environment-coding-systems):
6267         Treat duplicated coding-categories.
6268
6269 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
6270
6271         * mule/japanese.el: Use `define-coding-system-alias' instead of
6272         `copy-coding-system'.
6273
6274 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
6275
6276         * mule/vietnamese.el: Specify `iso-8-1' as a category of
6277         coding-system `viscii'.
6278
6279 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
6280
6281         * mule/cyrillic.el:
6282         - Specify `iso-8-1' as a category of coding-system `koi8-r'.
6283         (cyrillic-alternativnyj-decode-table): New variable.
6284         (cyrillic-alternativnyj-encode-table): New variable.
6285         - Specify `iso-8-1' as a category of coding-system
6286           `alternativnyj'.
6287         - Abolish general Cyrillic environment.
6288
6289 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
6290
6291         * mule/chinese.el:
6292         - Use `define-coding-system-alias' instead of `copy-coding-system'.
6293         - Register `chinese-gb-environment-setup-function' as a
6294           `setup-function' of "Chinese-GB" environment.
6295
6296 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
6297
6298         * mule/mule-cmds.el (set-language-info-alist): Allow dummy
6299         optional argument `parents'.
6300
6301         * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
6302         property for Thai-XTIS.
6303
6304         * mule/mule-help.el (help-with-tutorial): Use property
6305         `tutorial-coding-system' of language-info as a coding-system to
6306         read tutorial file.
6307
6308 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
6309
6310         * mule/thai-xtis.el: Don't setup `setup-function' and
6311         `exit-function'.
6312
6313         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
6314         `set-coding-category-system' to set up coding-system for
6315         coding-category.
6316
6317         * mule/mule-cmds.el (prefer-coding-system): Use
6318         `set-coding-category-system' to set up coding-system for
6319         coding-category.
6320
6321 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
6322
6323         * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
6324         Thai-XTIS environment.
6325
6326         * mule/mule-cmds.el (prefer-coding-system): Use
6327         `find-coding-system' instead of `coding-system-p'.
6328
6329 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
6330
6331         * mule/mule-cmds.el (set-language-environment-coding-systems):
6332         Modify eol-type for XEmacs.
6333
6334         * mule/thai-xtis.el: Delete unused local variable `category'.
6335
6336         * mule/mule-cmds.el (coding-system-change-eol-conversion): New
6337         function.
6338         (prefer-coding-system): Don't call
6339         `update-coding-systems-internal'; use function
6340         `coding-category-list' instead of variable `coding-category-list';
6341         use `set-coding-priority-list' instead of `set-coding-priority';
6342         modify `eol-type' for XEmacs.
6343
6344         * mule/mule-misc.el (string-width): Use `charset-width' instead of
6345         `charset-columns'.
6346         (char-width): Likewise.
6347
6348 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
6349
6350         * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
6351         `tis-620'.
6352
6353         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
6354         `set-coding-priority-list' instead of `set-coding-priority'; don't
6355         call `update-coding-systems-internal'.
6356
6357         * mule/mule-misc.el (coding-system-get): New function.
6358         (coding-system-put): New function.
6359         (coding-system-category): New function.
6360
6361 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
6362
6363         * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
6364         when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
6365         to avoid conflict with leim/quail/thai-xtis.
6366
6367         * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
6368         to thai-xtis-chars.el.
6369
6370         * mule/thai-xtis-chars.el: New file (split from
6371         mule/thai-xtis.el).
6372
6373 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
6374
6375         * mule/thai-xtis.el:
6376         - Change category for the charset `thai-xtis' to `?x' from `?T'.
6377         - Add syntax entries.
6378         - Put `preferred-coding-system' of the charset `thai-xtis' to
6379           `tis-620'.
6380
6381 1999-06-28  TAKAHASHI Naoto  <ntakahas@etl.go.jp>
6382
6383         * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
6384         rewritten to use write-multibyte-character.
6385
6386 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
6387
6388         mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
6389         of `iso-2022-7'.
6390         (prefer-coding-system): Synced up with Emacs 20.3.11 but not
6391         ported yet.
6392         (read-input-method-name): Treat optional argument `default'.
6393
6394 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
6395
6396         * mule/mule-cmds.el (set-language-info): Don't set up menus at
6397         all.
6398         (set-language-info-alist): Set up menus here.
6399
6400 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
6401
6402         * minibuf.el (completing-read): Add new optional argument
6403         `default'.
6404         (read-coding-system): Add new optional argument
6405         `default-coding-system'.
6406
6407 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
6408
6409         * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
6410         (viet-viscii-...->viet-vscii...).
6411
6412 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
6413
6414         * mule/mule-cmds.el: Change MULE to Mule in docstrings
6415         and menus.
6416
6417 1999-04-12  Richard M. Stallman  <rms@gnu.org>
6418
6419         * mule/mule-cmds.el (input-method-function): Add permanent-local
6420         property.
6421
6422 1999-03-30  Dave Love  <fx@gnu.org>
6423
6424         * mule/mule-cmds.el (current-language-environment): Doc fix.
6425
6426 1999-02-06  Richard Stallman  <rms@gnu.org>
6427
6428         * mule/european.el (setup-slovenian-environment): New function.
6429         ("Slovenian"): New language environment.
6430
6431 1999-01-27  Dave Love  <fx@gnu.org>
6432
6433         * mule/mule-cmds.el (current-language-environment): Provide :link,
6434         :type (choices) and appropriate :get.
6435
6436 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
6437
6438         * mule/mule-cmds.el (describe-language-environment): Don't alter
6439         input-method-alist.
6440
6441 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
6442
6443         * mule/mule-cmds.el (prefer-coding-system): Call
6444         set-coding-priority, so that the internal array of priorities is
6445         also updated.
6446
6447 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
6448
6449         * mule/mule-cmds.el (prefer-coding-system): If the argument
6450         requires specific EOL conversion type, make the default coding
6451         systems use that.
6452
6453 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
6454
6455         * mule/mule-cmds.el (set-language-environment): Pass the default
6456         eol-type to set-language-environment-coding-systems.
6457         (set-default-coding-systems): Copy the eol-type property for the
6458         new default values of {buffer-file,process}-coding-system from the
6459         old defaults.
6460         (set-language-environment-coding-systems): Accept an optional
6461         argument EOL-TYPE, and set the eol-type property of the default
6462         coding systems accordingly.
6463
6464 1998-10-26  Kenichi Handa <handa@etl.go.jp>
6465
6466         * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
6467         use generate-new-buffer instead of get-buffer-create.
6468
6469 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
6470
6471         * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
6472
6473 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
6474
6475         * mule/mule-cmds.el (default-input-method): Fix custom type.
6476
6477 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
6478
6479         * mule/mule-cmds.el (setup-specified-language-environment):
6480         Add apropos-inhibit property.
6481         (describe-specified-language-support): Likewise.
6482
6483 1998-09-06  Bill Richter  <richter@math.nwu.edu>
6484
6485         * mule/mule-cmds.el: Doc fixes.
6486
6487 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
6488
6489         * mule/mule-cmds.el (register-input-method): Doc-string
6490         modified.
6491
6492 1998-09-01  Dave Love  <fx@gnu.org>
6493
6494         * mule/mule-cmds.el (current-language-environment): Fix
6495         setter function.
6496
6497 1998-08-31  Paul Eggert  <eggert@twinsun.com>
6498
6499         * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
6500         mule/european.el, mule/hebrew.el, mule/japanese.el,
6501         mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
6502         avoid bootstrapping problem if you need to recompile all the Lisp
6503         files using interpreted code.
6504
6505 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
6506
6507         * mule/european.el ("Latin-1"): Modify `documentation' key value.
6508         ("Latin-2"): Likewise.
6509
6510 1998-08-18  Per Starback  <starback@update.uu.se>
6511
6512         * mule/european.el (setup-latin2-environment): Fix typo.
6513
6514 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
6515
6516         * mule/european.el: Give proper value of `input-method' key to all
6517         lang. env.
6518
6519         * mule/mule-cmds.el (activate-input-method): Handle the case that
6520         the arg INPUT-METHOD is nil correctly.
6521         (read-multilingual-string): Activate the specified input method
6522         before calling read-string.  Afterward, activate the original
6523         input method.
6524
6525 1998-08-15  Kenichi HANDA  <handa@etl.go.jp>
6526
6527         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
6528         (set-language-info-alist): Fix typo in doc-string.
6529
6530         * mule/hebrew.el ("Hebrew"): Delete describe-function key.
6531
6532 1998-08-09  Kenichi HANDA  <handa@etl.go.jp>
6533
6534         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
6535         (reset-language-environment): New function for the job that
6536         setup-english-environment used to do.
6537         (set-language-environment): Do more setups according to the info
6538         in language-info-alist.
6539         (read-language-name): Handle the case that the arg KEY is nil.
6540         (describe-language-environment): Handle input-method property.
6541
6542         * mule/: All files under this directory, which related with
6543         specific languages (such as mule/european.el, mule/greek.el,
6544         mule/hebrew.el, mule/misc-lang.el), modified as below.
6545         (setup-XXX-environment): Just call set-language-environment.  If
6546         they used to do some other jobs than what done by
6547         set-language-environment, those jobs are done in
6548         setup-XXX-environment-internal now.
6549         ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
6550         the value to setup-XXX-environment-internal.  Add properties
6551         input-method and features.
6552
6553         * mule/english.el (setup-english-environment): Just call
6554         reset-language-environment.
6555
6556         * mule/european.el (setup-8-bit-environment): Function deleted.
6557
6558 1998-08-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
6559
6560         * mule/mule-cmds.el (input-method-exit-on-first-char)
6561         (input-method-use-echo-area): Doc fixes.
6562
6563 1998-08-06  Kenichi Handa  <handa@etl.go.jp>
6564
6565         * mule/mule-cmds.el (input-method-exit-on-first-char): New
6566         variable.
6567         (input-method-use-echo-area): New variable.
6568
6569 1998-08-01  Kenichi HANDA  <handa@etl.go.jp>
6570
6571         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
6572
6573 1998-07-30  Ken'ichi Handa  <handa@delysid.gnu.org>
6574
6575         * mule/mule-cmds.el (activate-input-method): Update mode line.
6576         (inactivate-input-method): Likewise.
6577
6578 1998-07-19  Kenichi Handa  <handa@etl.go.jp>
6579
6580         * mule/mule-cmds.el (read-multilingual-string): Don't activate an
6581         input method in the current buffer, but just bind
6582         current-input-method.
6583
6584 1998-07-08  Kenichi Handa  <handa@etl.go.jp>
6585
6586         * mule/hebrew.el ("Hebrew"): Add coding-priority.
6587
6588         * mule/misc-lang.el ("IPA"): Add coding-priority and
6589         coding-system.
6590
6591 1998-06-26  Ken'ichi Handa  <handa@melange.gnu.org>
6592
6593         * mule/greek.el: Add coding-priority.
6594
6595 1998-05-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
6596
6597         * mule/mule-cmds.el (register-input-method): Rename arg ENV to
6598         LANG-ENV.
6599
6600 1998-05-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
6601
6602         * mule/mule-cmds.el (register-input-method): Fix previous change.
6603         (setup-specified-language-environment): Doc fix.
6604
6605 1998-05-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
6606
6607         * mule/mule-cmds.el: Several doc fixes.
6608         (get-language-info, set-language-info): Rename argument.
6609         (set-language-info-alist): Likewise.
6610         (register-input-method): Rename argument.
6611         (activate-input-method): If INPUT-METHOD is nil, deactivate.
6612
6613 1998-05-04  Kenichi Handa  <handa@etl.go.jp>
6614
6615         * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
6616         default value while reading an input method.
6617
6618 1998-05-01  Kenichi Handa  <handa@etl.go.jp>
6619
6620         * mule/mule-cmds.el (universal-coding-system-argument):
6621         Use buffer-file-coding-system as default.
6622
6623 1998-04-14  Andreas Schwab  <schwab@mescaline.gnu.org>
6624
6625         * mule/korean.el ("Korean"): Doc fix.
6626
6627 1998-04-11  Kenichi Handa  <handa@etl.go.jp>
6628
6629         * mule/mule-cmds.el (describe-language-environment): Print the
6630         languge environment at the head.
6631
6632 1998-04-06  Kenichi Handa  <handa@etl.go.jp>
6633
6634         * mule/japanese.el: Set exit-function to exit-japanese-environment
6635         for Japanese environment.
6636
6637 1998-03-20  Richard Stallman  <rms@psilocin.gnu.org>
6638
6639         * mule/mule-cmds.el (set-language-environment): Doc fix.
6640         (current-language-environment): Use defcustom.
6641         (default-input-method): Specify :type.
6642
6643 1998-03-02  Kenichi Handa  <handa@etl.go.jp>
6644
6645         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
6646         modified.
6647         (prefer-coding-system): Doc-string modified.
6648
6649 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
6650
6651         * mule/mule-cmds.el (set-language-info): Doc-string
6652         describes `coding-priority' KEY.
6653         (set-language-environment-coding-systems): New function.
6654         (select-safe-coding-system): New function.
6655         (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
6656         (set-language-info-alist): New optionla arg PARENTS.  Call
6657         set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
6658         (set-language-environment-coding-systems): New function.
6659
6660         * mule/chinese.el: Remove setting up of
6661         describe-chinese-environment-map and
6662         setup-chinese-environment-map.  Exclude them in args of calls to
6663         set-language-info-alist.  Register coding-priority key in
6664         language-info-alist.
6665
6666         * mule/cyrillic.el: Remove setting up of
6667         describe-cyrillic-environment-map and
6668         setup-cyrillic-environment-map.  Exclude them in args of calls to
6669         set-language-info-alist.  Register coding-priority key in
6670         language-info-alist.
6671
6672         * mule/english.el: Register coding-priority key in
6673         language-info-alist.
6674
6675         * mule/ethiopic.el: Register coding-priority key in
6676         language-info-alist.
6677
6678         * mule/european.el: Remove setting up of
6679         describe-european-environment-map and
6680         setup-european-environment-map.  Exclude them in args of calls to
6681         set-language-info-alist.  Register coding-priority key in
6682         language-info-alist.  Add "German" language env.
6683         (setup-8-bit-environment): Delete CODING-SYSTEM arg.
6684         (setup-german-environment): New function.
6685
6686         * mule/greek.el (setup-greek-environment): For Greek lang. env.,
6687         change default input method to "greek-postfix".
6688
6689         * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
6690         coding-priority key in
6691
6692 1997-12-19  Stephen Eglen  <stephen@cns.ed.ac.uk>
6693
6694         * mule/mule-cmds.el (set-language-info): Doc fix.
6695         (input-method-inactivate-hook): Doc fix.
6696
6697 1997-11-20  Karl Heuer  <kwzh@gnu.org>
6698
6699         * mule/mule-cmds.el (set-input-method): Renamed from
6700         select-input-method.
6701
6702 1997-11-07  Kenichi Handa  <handa@etl.go.jp>
6703
6704         * mule/mule-cmds.el (set-language-environment): Run
6705         exit-language-environment-hook before calling `exit-function'
6706         which is specified for the language environment.
6707
6708 1997-10-23  Kenichi Handa  <handa@etl.go.jp>
6709
6710         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
6711         modified.
6712         (prefer-coding-system): Likewise.
6713         (describe-language-environment): Print aliases of each coding
6714         system.
6715         (set-language-environment-hook): New variable.
6716         (exit-language-environment-hook): New variable.
6717         (set-language-environment): Call these hooks.  Before setting a
6718         new language environment, exit from the
6719         current-language-environment if necessary.
6720         (input-method-verbose-flag): The value can be nil, t,
6721         complex-only, or default.
6722         (input-method-highlight-flag): Doc-string augmented.
6723         (activate-input-method): Check if we can run the registered
6724         function to activate an input method.
6725
6726         * mule/korean.el: Set exit-function for language environment
6727         "Korean" to exit-korean-environment.
6728         (setup-korean-environment): Moved to korea-util.el.
6729
6730 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
6731
6732         * mule/mule-cmds.el (read-multilingual-string): Use
6733         current-input-method prior to default-input-method.  Don't bind
6734         current-input-method by `let', instead, activate the specified
6735         input method in the current buffer temporarily.
6736
6737 1997-10-19  John F. Whitehead  <jfw@cisco.com>
6738
6739         * mule/mule-cmds.el (describe-language-environment): Fix prompt.
6740
6741 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
6742
6743         * mule/chinese.el (post-read-decode-hz): Return the result of
6744         decode-hz-region.
6745         (pre-write-encode-hz): Do not change the value of
6746         last-coding-system.
6747
6748 1998-09-06  Bill Richter  <richter@math.nwu.edu>
6749
6750         * mule/mule-ccl.el: Doc fixes.
6751
6752 1998-04-20  Kenichi Handa  <handa@etl.go.jp>
6753
6754         * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
6755         (check-ccl-program): New macro.
6756
6757 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
6758
6759         * mule/mule-ccl.el: Comment about CCL syntax modified.
6760         (ccl-command-table): Add read-multibyte-character and
6761         write-multibyte-character.
6762         (ccl-code-table): Add ex-cmd.
6763         (ccl-extended-code-table): New variable.
6764         (ccl-embed-extended-command): New function.
6765         (ccl-compile-read-multibyte-character,
6766         ccl-compile-write-multibyte-character) New functions.
6767         (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
6768         ccl-dump-write-multibyte-character): New functions.
6769
6770 1999-07-22  SL Baur  <steve@miho>
6771
6772         * config.el (config-value-file): config.values is installed into
6773         doc-directory.
6774         From Karl M. Hegbloom  <karlheg@cathcart.sysc.pdx.edu>
6775
6776 1999-07-19  Didier Verna  <didier@xemacs.org>
6777
6778         * rect.el: all functions rewritten, except when noted. Below is a
6779         list of interface changes.
6780         (apply-on-rectangle): new function. Obsoletes
6781         `operate-on-rectangle'. All functions that used to call this
6782         function now call the new one.
6783         (kill-rectangle): added optional prefix arg to fill lines.
6784         (delete-rectangle): ditto.
6785         (delete-extract-rectangle): ditto.
6786         (open-rectangle): ditto.
6787         (clear-rectangle): ditto.
6788         (delete-rectangle-line): added third arg FILL.
6789         (delete-extract-rectangle-line): ditto.
6790         (open-rectangle-line): ditto.
6791         (clear-rectangle-line): ditto.
6792
6793 1999-07-18  Andy Piper  <andy@xemacs.org>
6794
6795         * menubar-items.el (default-menubar): add gutter options.
6796
6797         * gutter-items.el: new file.
6798         (gutter): new group for custom.
6799         (gutter-visible-p): new variable.
6800         (default-gutter-position): ditto.
6801         (buffers-tab): new group for the buffers tab.
6802         (gutter-buffers-tab): widget to put in the gutter.
6803         (buffers-tab-max-size): max number of tabs.
6804         (buffers-tab-switch-to-buffer-function): function to call when a
6805         tab is pressed.
6806         (buffers-tab-omit-function): filter buffers with this function.
6807         (buffers-tab-format-buffer-line-function): format buffer names for
6808         inclusion in tabs.
6809         (buffers-tab-switch-to-buffer): like switch-to-buffer but without
6810         the record.
6811         (build-buffers-tab-internal): build a list of tab items.
6812         (buffers-tab-items): ditto.
6813         (add-tab-to-gutter): put a tab in the gutter area.
6814         (update-tab-in-gutter): reset the buffers in the tab.
6815
6816         * dumped-lisp.el (preloaded-file-list): dump gutter-items.
6817
6818         * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
6819         (switch-to-buffer-hooks): new hook.
6820
6821         * toolbar.el (default-toolbar-position): fix typo.
6822
6823 1999-07-16  Andy Piper  <andy@xemacs.org>
6824
6825         * gui.el (make-dialog-frame): turn off gutters for dialogs.
6826
6827 1999-07-15  Didier Verna  <didier@xemacs.org>
6828
6829         * cus-edit.el (custom-prompt-variable): optional third arg makes
6830         prompt for a comment string.
6831         (customize-set-value): optional prefix makes this function handle
6832         variable comments.
6833         (customize-set-variable): ditto.
6834         (customize-save-variable): ditto.
6835         (customize-customized): handle custom comments.
6836         (customize-save-customized): ditto.
6837         (custom-variable-state-set): ditto.
6838         (custom-face-state-set): ditto.
6839         (customize-saved): ditto.
6840         (custom-variable-set): ditto.
6841         (custom-face-set): ditto.
6842         (custom-variable-save): ditto.
6843         (custom-face-save): ditto.
6844         (custom-variable-reset-saved): ditto.
6845         (custom-face-reset-saved): ditto.
6846         (custom-variable-reset-standard): ditto.
6847         (custom-face-reset-standard): ditto.
6848         (custom-comment-face): new face.
6849         (custom-comment-tag-face): ditto.
6850         (custom-comment): new widget.
6851         (custom-comment-create): new function.
6852         (custom-comment-delete): ditto.
6853         (custom-comment-value-set): ditto.
6854         (custom-comment-show): ditto.
6855         (custom-comment-invisible-p): ditto.
6856         (custom-variable-value-create): create a comment field widget.
6857         (custom-face-value-create): ditto.
6858         (custom-variable-menu): new entry for adding a custom comment.
6859         (custom-face-menu): ditto.
6860         (custom-save-variables): possibly save custom comments.
6861         (custom-save-faces): ditto.
6862
6863         * cus-face.el (custom-set-faces): the arguments can now have a
6864         custom comment as fourth argument.
6865
6866         * custom.el (custom-set-variables): the arguments can now have a
6867         custom comment as fifth element.
6868
6869 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
6870
6871         * XEmacs 21.2.18 is released
6872
6873 1999-07-13  SL Baur  <steve@miho>
6874
6875         * lib-complete.el (read-library-name): Revert previous change.
6876         (read-library): Ditto.
6877
6878 1999-06-24  Karl M. Hegbloom  <karlheg@debian.org>
6879
6880         * packages.el (packages-package-list): Capitalize docstring.
6881
6882         * packages.el (packages-find-package-library-path): Use #'nconc
6883         rather than #'append to reduce consing -- #'mapcar uses Flist,
6884         which returns a freshly consed list.  #'append would create yet
6885         another fresh list, using Fmake_list in concat.
6886
6887         * packages.el (package-provide): Use setq with remassq like it
6888         says in its docstring.
6889
6890 1999-07-06  SL Baur  <steve@miho.m17n.org>
6891
6892         * lib-complete.el (progn-with-message): Fix typo.
6893
6894 1999-07-06  SL Baur  <steve@miho.m17n.org>
6895
6896         * mule/mule-misc.el (char-octet): Make function match docstring.
6897         From Katsumi Yamaoka <yamaoka@jpl.org>
6898
6899 1999-06-15  Karl M. Hegbloom  <karlheg@debian.org>
6900
6901         * wid-edit.el (widget-documentation): corrected spelling error.
6902
6903 1999-06-23  Jonathan Marten <jonathan.marten@uk.sun.com>
6904
6905         * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
6906         keys if already bound
6907
6908 1999-07-06  SL Baur  <steve@miho.m17n.org>
6909
6910         * lib-complete.el (progn-with-message): Revert previous changes.
6911
6912 1999-06-24  Bob Weiner  <weiner@beopen.com>
6913
6914         * lib-complete.el (find-library):
6915         (find-library-other-window):
6916         (find-library-other-frame): Completely rewrote
6917         so that these functions actually work when called non-interactively.
6918         Also made them handle LIBRARY arguments which end with .el or .elc.
6919
6920 1999-06-24  Bob Weiner  <weiner@beopen.com>
6921
6922         * simple.el (indent-new-comment-line): Locally bound
6923         `block-comment-start' to `comstart' or else when this is called
6924         from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
6925         `block-comment-start' value, ignoring any existing spacing after a
6926         comment prefix in the previous line and producing ugly comments.
6927
6928 1999-06-23  Bob Weiner  <weiner@beopen.com>
6929
6930         * list-mode.el (mouse-choose-completion):
6931         (choose-completion):
6932         (completion-switch-to-minibuffer): Added.
6933         ([Tab]): [Tab] previously switched to the minibuffer
6934         but since [space] does that and since most applications in the
6935         world use [Tab] to select the next item in a list, do that in the
6936         *Completions* buffer too.  This will cause the least confusion
6937         among the largest population of users.  -- Bob Weiner, BeOpen.com,
6938         06/23/1999.
6939
6940 1999-06-22  Bob Weiner  <weiner@beopen.com>
6941
6942         * help.el (help-buffer-name): Added support for a null value
6943         of `help-buffer-prefix-string' since some buffers require no
6944         prefix.
6945
6946 1999-06-20  Bob Weiner  <weiner@beopen.com>
6947
6948         * list-mode.el (completion-list-mode-quit): Added and bound to {q}
6949         in the completion-list-mode-map to bury the completions buffer
6950         even when the minibuffer is no longer active.
6951
6952 1999-06-20  Bob Weiner  <weiner@beopen.com>
6953
6954         * list-mode.el (list-mode): It is visually disconcerting to have
6955         the text cursor disappear within list buffers, especially when
6956         moving from window to window, so leave it visible.
6957
6958 1999-07-01  SL Baur  <steve@miho.m17n.org>
6959
6960         * menubar-items.el (default-menubar): Conditionalize the bug
6961         report menu item (which may not be possible in this XEmacs).
6962         Reported by: Ken'ichi Handa <handa@etl.go.jp>
6963
6964 1999-06-30  SL Baur  <steve@miho.m17n.org>
6965
6966         * subr.el (with-current-buffer): DOC string fix.
6967         Suggested by Bob Weiner <weiner@altrasoft.com>
6968
6969 1999-06-25  Charles G Waldman <cgw@fnal.gov>
6970
6971         * cus-face.el (custom-face-italic): insert missing args
6972
6973 1999-06-24  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
6974
6975         * packages.el (package-locations): Changed default early package
6976         hierarchies to ~/.xemacs/mule-packages and
6977         ~/.xemacs/xemacs-packages.
6978
6979 1999-06-23  SL Baur  <steve@miho.m17n.org>
6980
6981         * mule/mule-category.el (Top Level): ASCII is also latin-1.
6982
6983 1999-06-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
6984
6985         * packages.el (package-locations): Changed default early package
6986         hierarchy to ~/.xemacs/packages.
6987         (package-locations): Removed `packages' as a possible name for a
6988         late package hierarchy.
6989
6990 1999-06-20  MORIOKA Tomohiko  <tomo@etl.go.jp>
6991
6992         * mule/mule-category.el (word-combining-categories): Set up new
6993         variable.
6994         (word-separating-categories): Likewise.
6995
6996 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
6997
6998         * XEmacs 21.2.17 is released
6999
7000 1999-06-17  Robert Pluim  <rpluim@bigfoot.com>
7001
7002         * font-menu.el (font-menu-set-font): allow for nil specification
7003         of font size.
7004
7005 1999-06-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
7006
7007         * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
7008         is 1.
7009
7010 1999-06-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
7011
7012         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
7013         8859-5 instead of ISO 8859-1.
7014
7015 1999-06-15  SL Baur  <steve@steve1.m17n.org>
7016
7017         * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
7018         (viet-viscii-encode-table): Ditto.
7019
7020         * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
7021         Make obsolete definition of char-octet.
7022
7023 1999-06-14  SL Baur  <steve@steve1.m17n.org>
7024
7025         * subr.el: Move no-Mule make-char ...
7026         * help-nomule.el (make-char): To here.
7027         (string-width): Make Mule compatibility alias.
7028
7029 1999-06-15  Andy Piper  <andy@xemacs.org>
7030
7031         * select.el (get-selection-no-error): really make there be no-error.
7032         (get-selection): revert to original.
7033
7034 1999-06-11  Andy Piper  <andy@xemacs.org>
7035
7036         * select.el (selection-sets-clipboard): renamed.
7037         (own-selection): use it.
7038
7039 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
7040
7041         * XEmacs 21.2.16 is released
7042
7043 1999-06-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
7044
7045         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
7046         missing characters to avoid crash.
7047
7048 1999-06-09  Jan Vroonhof  <vroonhof@math.ethz.ch>
7049
7050         * coding.el (set-terminal-coding-system): Only set the console
7051         coding system on the selected console if it is a tty.
7052
7053 1999-06-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
7054
7055         * cus-face.el:
7056         * cus-edit.el:
7057         * faces.el:
7058         (custom):
7059         (face-spec-set):
7060         * faces.el (frob-face-property):
7061         * font-menu.el (font-menu-set-font):
7062                   Actually apply changes from 1999-03-17
7063
7064 1999-06-10  Andy Piper  <andy@xemacs.org>
7065
7066         * select.el (get-selection): abstract out non error-signalling
7067         part.
7068         (get-selection-no-error): get-selection without signalling an
7069         error.
7070         (selection-is-clipboard-p): new variable. controls whether the
7071         selection sets the clipboard.
7072         (own-selection): use it.
7073
7074         * mouse.el (insert-selection): fallback to clipboard after trying
7075         primary selection and cutbuffer.
7076
7077 1999-06-05  Andy Piper  <andy@xemacs.org>
7078
7079         * x-select.el (xselect-kill-buffer-hook-1): use generalised
7080         selection functions.
7081
7082 1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
7083
7084         * code-files.el (buffer-file-coding-system): Use `raw-text' as
7085         default value.
7086         (load): Use `raw-text' instead of `no-conversion'.
7087         (insert-file-contents): Likewise.
7088
7089         * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
7090         of `no-conversion'.
7091
7092 1999-06-03  MORIOKA Tomohiko  <tomo@etl.go.jp>
7093
7094         * coding.el: Don't copy `no-conversion' to `raw-text'.
7095
7096 1999-06-07  Hrvoje Niksic  <hniksic@srce.hr>
7097
7098         * subr.el (make-char): Define it if Mule is not around.
7099
7100 1999-06-07  SL Baur  <steve@steve1.m17n.org>
7101
7102         * mule/mule-help.el: Add trailing newline.  Use mule keyword.
7103
7104         * x-select.el (x-disown-selection-internal): Restore symbol as an
7105         obsolete alias.
7106         (xselect-kill-buffer-hook-1): Use disown-selection-internal.
7107
7108 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
7109
7110         * XEmacs 21.2.15 is released
7111
7112 1999-06-02  Oscar Figueiredo  <oscar@xemacs.org>
7113
7114         * subr.el (split-string): Avoid infinite looping
7115
7116 1999-05-30  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7117
7118         * ldap.el (ldap-ignore-attribute-codings): New variable
7119         (ldap-default-attribute-decoder): New variable
7120         (ldap-coding-system): New variable
7121         (ldap-attribute-syntax-encoders): New variable
7122         (ldap-attribute-syntax-decoders): New variable
7123         (ldap-attribute-syntaxes-alist): New variable
7124         (ldap-encode-boolean): New function
7125         (ldap-decode-boolean): New function
7126         (ldap-encode-country-string): New function
7127         (ldap-decode-string): New function
7128         (ldap-decode-address): New function
7129         (ldap-encode-address): New function
7130         (ldap-decode-attribute): New function
7131         (ldap-search): Use some of these
7132
7133 1999-05-25  Jan Vroonhof  <jan@xemacs.org>
7134
7135         * version.el (emacs-version): Make the patch level/beta come
7136         before the XEmacs qualifier so that it gets into (funcall
7137         emacs-version) and thus in the bug reports.
7138         (emacs-version>=): Support patch levels.
7139
7140 1999-06-03  SL Baur  <steve@xemacs.org>
7141
7142         * version.el: implement x.y.z version number
7143         From Jan Vroonhof <vroonhof@math.ethz.ch>
7144
7145 1999-05-27  Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7146
7147         * mule/mule-cmds.el (read-input-method-name): set input-method properly.
7148
7149 1999-05-22  Vin Shelton <acs@xemacs.org>
7150
7151         * startup.el: Document -private and break out non-standard X options.
7152
7153 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
7154
7155         * mule/mule-charset.el (charset-after): New function.
7156         (charset-direction): Synch with Mule, update docstring.
7157         (get-charset-property): New function.
7158         (put-charset-property): New function.
7159         (charset-plist): New function.
7160
7161         * mule/mule-charset.el (compose-region):
7162         (decompose-region): remove;  these functions (which don't work
7163         since we don't do composite characters) have been moved to
7164         mule-util.el.
7165         (toplevel): follow coding standards
7166
7167 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
7168
7169         * dumped-lisp.el (preloaded-file-list): mule-files.el does not
7170         exist any more.
7171
7172         * code-files.el: Fix commentary to follow coding standards.  Move
7173         the single line left in mule-files.el to here.
7174
7175         * mule/mule-files.el: delete.
7176
7177 1999-05-24  SL Baur  <steve@gneiss.etl.go.jp>
7178
7179         * info.el (Info-scroll-prev): Use event functions instead of the
7180         old emacs 19 interface.
7181
7182 1999-06-02  Andy Piper  <andy@xemacs.org>
7183
7184         * x-font-menu.el (x-font-menu-load-font):
7185         font-menu-registry-encoding -> x-font-menu-registry-encoding type.
7186
7187 1999-05-31  Andy Piper  <andy@xemacs.org>
7188
7189         * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
7190         group.
7191         (font-menu-this-frame-only-p): ditto.
7192         (font-menu-max-items): reinstate, from Jan Vroonhof
7193         <vroonhof@math.ethz.ch>
7194         (font-menu-submenu-name-format): ditto.
7195         (font-menu-split-long-menu): ditto, for use by the family
7196         constructor.
7197         (font-menu-family-constructor): use it.
7198
7199 1999-05-30  Andy Piper  <andy@xemacs.org>
7200
7201         * msw-faces.el (mswindows-font-regexp): new font matching regexp
7202         for use by the font menu.
7203
7204         * msw-font-menu.el: new file implementing mswindows specific
7205         font-menu behaviour.
7206         (mswindows-font-menu-registry-encoding): new function mirroring x version.
7207         (mswindows-font-menu-junk-families): ditto.
7208         (hack-font-truename): ditto.
7209         (mswindows-font-regexp-ascii): ditto.
7210         (mswindows-reset-device-font-menus): ditto.
7211         (mswindows-font-menu-font-data): ditto.
7212         (mswindows-font-menu-load-font): ditto.
7213
7214         * x-font-menu.el (x-reset-device-font-menus): made device specific.
7215         (x-font-menu-font-data): ditto.
7216         (x-font-menu-load-font): ditto.
7217
7218         * font-menu.el: new file implementing generic font menu behaviour.
7219         (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
7220         made device independent.
7221         (font-menu-this-frame-only-p): ditto.
7222         (font-menu-preferred-resolution): ditto.
7223         (font-menu-size-scaling): new variable used to determine whether
7224         sizes are in points or tenths of a point.
7225         (vassoc): moved from x-font-menu.el.
7226         (device-fonts-cache): ditto.
7227         (device-fonts-cache): ditto.
7228         (flush-device-fonts-cache): ditto.
7229         (reset-device-font-menus): copied from x-font-menu.el and made
7230         device independent. Most functionality deferred to
7231         device-dependent versions.
7232         (font-menu-family-constructor): copied from x-font-menu.el and
7233         made device independent.
7234         (font-menu-size-constructor): ditto.
7235         (font-menu-weight-constructor): ditto.
7236         (font-menu-set-font): ditto.
7237         (font-menu-change-face): ditto.
7238         (font-menu-load-font): new device method.
7239         (font-menu-font-data): ditto.
7240
7241         * x-font-menu.el: The above functions deleted.
7242
7243 1999-05-26  Andy Piper  <andy@xemacs.org>
7244
7245         * update-elc.el:
7246         * make-docfile.el:
7247         * loadup.el: rehash expand-file-name usage to not use default-directory.
7248
7249 1999-05-21  Andy Piper  <andy@xemacs.org>
7250
7251         * x-select.el (x-select-convert-to-text):
7252         (x-selected-text-type):
7253         (x-get-selection):
7254         (xselect-convert-to-string):
7255         (xselect-convert-to-compound-text):
7256         (xselect-convert-to-length):
7257         (xselect-convert-to-targets):
7258         (xselect-convert-to-delete):
7259         (xselect-convert-to-filename):
7260         (xselect-convert-to-charpos):
7261         (xselect-convert-to-lineno):
7262         (xselect-convert-to-colno):
7263         (xselect-convert-to-sourceloc):
7264         (xselect-convert-to-os):
7265         (xselect-convert-to-host):
7266         (xselect-convert-to-user):
7267         (xselect-convert-to-class):
7268         (xselect-convert-to-name):
7269         (xselect-convert-to-integer):
7270         (xselect-convert-to-atom):
7271         (xselect-convert-to-identity): functions renamed from x-* and
7272         moved to select.el.
7273         (x-get-secondary-selection): use rename get-selection.
7274         (x-get-clipboard): ditto.
7275         (x-own-selection): moved to select.el.
7276         (x-valid-simple-selection-p): ditto.
7277         (x-dehilight-selection): ditto.
7278         (x-own-clipboard): ditto.
7279         (x-disown-selection): ditto.
7280
7281         * x-mouse.el (x-yank-function): moved to mouse.el.
7282         (x-insert-selection): ditto.
7283         (x-set-point-and-move-selection): use renamed function.
7284
7285         * select.el (selected-text-type): moved and renamed from
7286         x-select.el.
7287         (selection-owner-p): moved to C.
7288         (selection-exists-p): ditto.
7289         (get-cutbuffer): new device method.
7290         (get-selection): generalised and moved from x-select.el.
7291         (own-selection): moved x-own-selection functionality into here.
7292         (dehilight-selection): renamed and moved from x-select.el.
7293         (own-clipboard): functionality moved from x-select.el using new
7294         generic C builtins.
7295         (disown-clipboard): ditto.
7296         (select-convert-to-text):
7297         (select-convert-to-string):
7298         (select-convert-to-compound-text):
7299         (select-convert-to-length):
7300         (select-convert-to-targets):
7301         (select-convert-to-delete):
7302         (select-convert-to-filename):
7303         (select-convert-to-charpos):
7304         (select-convert-to-lineno):
7305         (select-convert-to-colno):
7306         (select-convert-to-sourceloc):
7307         (select-convert-to-os):
7308         (select-convert-to-host):
7309         (select-convert-to-user):
7310         (select-convert-to-class):
7311         (select-convert-to-name):
7312         (select-convert-to-integer):
7313         (select-convert-to-atom):
7314         (select-convert-to-identity): new functions renamed from x-* and
7315         moved from x-select.el.
7316
7317         * mouse.el (mouse-consolidated-yank): subsume x-yank-function
7318         into here and use as the default window-system mouse yank.
7319         (insert-selection): generalised and moved from x-mouse.el.
7320         (own-clipboard): moved to C.
7321
7322         * msw-select.el (mswindows-selection-owned-p): deleted.
7323         (mswindows-own-selection): generalised and moved to select.el.
7324         (mswindows-disown-selection): generalised and moved to C.
7325         (mswindows-selection-owner-p): ditto.
7326
7327 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
7328
7329         * XEmacs 21.2.14 is released
7330
7331 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
7332
7333         * about.el: update contact info for jason and slb.
7334
7335 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
7336
7337         * mule/european.el (setup-romanian-environment): Add Romanian
7338         support from Emacs/Mule romanian.el.
7339
7340 1999-03-17  Jan Vroonhof  <vroonhof@math.ethz.ch>
7341
7342         * cus-face.el: Label all custom changes with the 'custom' tag.
7343
7344         * cus-edit.el: idem ditto.
7345
7346         * faces.el: Added suport for adding device tags to various functions.
7347         (custom): New device tag.
7348         (face-spec-set): Call reset face with tags argument. No longer do
7349         x-init-global-faces hack.
7350
7351         * faces.el (frob-face-property): Use an anonymous specifier to map
7352         frob-face-property-1 over.
7353
7354         * x-font-menu.el (font-menu-set-font): Always specify all
7355         properties to custom.
7356
7357 1999-05-12  SL Baur  <steve@gneiss.etl.go.jp>
7358
7359         * mule/european.el (setup-czech-environment): Add czech support.
7360         From David Sauer <davids@orfinet.cz>
7361
7362 1999-03-15  SL Baur  <steve@xemacs.org>
7363
7364         * check-features.el: Turn hard errors into warnings.
7365
7366 1999-03-21  SL Baur  <steve@xemacs.org>
7367
7368         * simple.el (delete-key-deletes-forward): As per discussion on
7369         xemacs-beta, default to t.
7370
7371 1999-05-11  Hrvoje Niksic  <hniksic@srce.hr>
7372
7373         * loadup.el: Define Installation-string before loading anything.
7374
7375 1999-05-06  Gunnar Evermann  <ge204@eng.cam.ac.uk>
7376
7377         * files.el (auto-mode-alist): fix typo in regex for .bash_* files
7378         From Anders Stenman <stenman@isy.liu.se>
7379
7380 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
7381
7382         * wid-edit.el (widget-glyph-find): Ditto.
7383
7384         * packages.el (locate-library): Ditto.
7385
7386         * loadup.el (really-early-error-handler): Ditto.
7387
7388         * lib-complete.el (read-library): Ditto.
7389
7390         * faces.el (set-face-stipple): Ditto.
7391
7392         * code-files.el (load): Use new calling style of locate-file.
7393
7394 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
7395
7396         * packages.el (packages-unbytecompiled-lisp): Installation.el is
7397         dead.
7398
7399 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
7400
7401         * dumped-lisp.el (preloaded-file-list): Don't load
7402         Installation.el.
7403
7404         * loadup.el (Installation-string): Define it here.
7405
7406 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
7407
7408         * dumped-lisp.el (preloaded-file-list): Revert previous change --
7409         Installation.el needs to be loaded before `dump-paths', otherwise
7410         the dumping process won't find it.
7411
7412 1999-03-13  Adrian Aichner  <adrian@xemacs.org>
7413
7414         * dumped-lisp.el (preloaded-file-list): Load Installation.el after
7415         subr so that we can use `replace-in-string' in Installation.el to
7416         get rid of C-m chars under the native Windows build.
7417
7418 1999-04-29  Andy Piper  <andy@xemacs.org>
7419
7420         * make-docfile.el: canonicalize file and directory names.
7421
7422         * device.el (call-device-method): new function for calling device
7423         specific methods.
7424         (define-device-method): new function for defining device methods.
7425         (define-device-method*): ditto.
7426
7427 1999-04-27  Hrvoje Niksic  <hniksic@srce.hr>
7428
7429         * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
7430
7431 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
7432
7433         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
7434         (cyrillic-koi8-r-encode-table): Likewise.
7435         (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
7436         (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
7437
7438         * mule/mule-misc.el (split-char-or-char-int): New function [moved
7439         from vietnamese.el].
7440
7441         * mule/vietnamese.el: Move function `split-char-or-char-int' to
7442         mule/mule-misc.el.
7443
7444 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
7445
7446         * mule/thai-xtis.el:
7447         - Change font registry name from "Thai94x94-0" to "xtis-0".
7448         - Change mnemonic of coding-system `tis-620' to "TIS620".
7449
7450 1999-04-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
7451
7452         * mule/ethiopic.el: fixed.
7453
7454 1999-03-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
7455
7456         * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
7457
7458         * mule/thai-xtis.el: New file.
7459
7460         * mule/vietnamese.el: New file.
7461
7462         * mule/ethiopic.el: New file.
7463
7464 1999-04-22  Hrvoje Niksic  <hniksic@srce.hr>
7465
7466         * bytecomp.el (byte-compile-close-variables): Leave
7467         debug-issue-ebola-notices alone.
7468
7469 1999-04-11  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7470
7471         * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
7472         at the top of the buffer since it is the most important thing to
7473         customize
7474         (ldap-get-host-parameter): New defun
7475         (ldap-search): Add a new parameter `withdn' to retrieve the
7476         distinguished names of entries
7477
7478 1999-04-22  Kai Haberzettl  <khaberz@synnet.de>
7479
7480         * startup.el (splash-frame-body): Date and spelling fixes.
7481
7482 1999-03-16  Colin Rafferty  <colin@xemacs.org>
7483
7484         * view-less.el (toggle-truncate-lines): add autoload tag
7485
7486 1999-04-19  Hrvoje Niksic  <hniksic@srce.hr>
7487
7488         * format.el (format-alist): Disable image stuff.
7489
7490 1999-04-17  Hrvoje Niksic  <hniksic@srce.hr>
7491
7492         * wid-edit.el (widget-glyph-find): Search by directories, then by
7493         suffixes rather than the other way around.
7494         (widget-image-conversion): Renamed to
7495         `widget-image-file-name-suffixes'.
7496
7497 1999-04-16  Olivier Galibert  <galibert@pobox.com>
7498
7499         * mule/mule-charset.el: Made old functions obsolete, remove the
7500         unspeakably evil (and inexistant in fsf's) charset-leading-byte.
7501         (charset-iso-graphic-plane): Rename from charset-graphic.
7502         (charset-iso-final-char): Rename from charset-final.
7503         (charset-width): Rename from charset-columns.
7504         (charset-bytes): Added from fsf compatibility, returns always 1.
7505
7506         * mule/mule-misc.el: Move charset-doc-string alias to
7507         mule-charset.el
7508
7509 1999-04-14  Colin Rafferty  <colin@xemacs.org>
7510
7511         * x-faces.el (x-make-font-bold-italic): honor
7512         *try-oblique-before-italic-fonts*
7513
7514 1999-04-14  Hrvoje Niksic  <hniksic@srce.hr>
7515
7516         * cl-extra.el (coerce): Coerce numbers to characters correctly.
7517
7518 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
7519
7520         * x-faces.el (try-oblique-before-italic-fonts): Use the right
7521         name.
7522
7523 1999-04-14  Dave Gillesipe  <daveg@synaptics.com>
7524
7525         * cl-extra.el (equalp): Would bug out for lists.
7526
7527 1999-03-12  Charles G Waldman  <cgw@fnal.gov>
7528
7529         * about.el (about-hackers):  Change cgw's email address
7530
7531 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
7532
7533         * XEmacs 21.2.13 is released
7534
7535 1999-03-12  SL Baur  <steve@xemacs.org>
7536
7537         * simple.el (delete-key-deletes-forward): Revert to previous
7538         behavior.
7539
7540 1999-01-18  Didier Verna  <didier@xemacs.org>
7541
7542         * menubar-items.el (xemacs-splash-buffer): handle the case of
7543         multiple elements in the splash buffer body.
7544
7545         * startup.el (splash-frame-timeout): new constant: interval
7546         between splash buffer elements.
7547         (command-line-1): handle splash buffer with multiple elements (use
7548         a timeout).
7549         (splash-frame-body): Originally `startup-splash-frame-body'.
7550         Rewrote a cleaner and more readable version. This can now be array,
7551         in which case each element is displayed in turn in the splash buffer.
7552         (splash-frame-static-body): new constant. Persistent information
7553         across all splash buffer elements (preserves the possibility to give
7554         it in different languages.
7555         (circulate-splash-frame-elements): new function. Used as a timeout
7556         to circulate through all splash frame elements and display them in
7557         sequence.
7558         (display-splash-frame): originally `startup-splash-frame'. Handle
7559         the case of multiple elements in the splash buffer body. Now
7560         returns a timeout id if multiple elements to display, or nil.
7561
7562 1999-02-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
7563
7564         * x-faces.el (x-init-global-faces): Add default tag to specifiers,
7565         so they can be overridden by x-init-face-from-resources.
7566         Additionally specify the font name also with an x tag.
7567
7568 1999-03-08  Andy Piper  <andy@xemacs.org>
7569
7570         * package-get.el (package-get-base): autoload.
7571
7572         * menubar-items.el (default-menubar): add update menu item. Fix
7573         custom menu to only be activated when package-base is available.
7574
7575         * package-get.el (package-get-custom): don't load
7576         package-get-custom as it is auto-generated. Fix group definition.
7577
7578 1999-03-05  Didier Verna  <didier@xemacs.org>
7579
7580         * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
7581         instead of `symbol-name' (Thanks Kyle).
7582
7583         * cus-edit.el (custom-save-variables): use `prin1' instead of
7584         princ to write symbols.
7585
7586 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
7587
7588         * XEmacs 21.2.12 is released
7589
7590 1999-03-05  SL Baur  <steve@xemacs.org>
7591
7592         * menubar-items.el (default-menubar): Add kfm browsing support.
7593         From Neal Becker <nbecker@fred.net>
7594
7595 1999-03-03  Steven Baur  <steve@gneiss.etl.go.jp>
7596
7597         * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
7598         calls to font-lock during buffer reversion.
7599
7600 1999-02-12  Didier Verna  <didier@xemacs.org>
7601
7602         * info.el (Info-build-node-completions): unconditionally widen the
7603         tag table buffer.
7604
7605 1999-02-19  Paul Stodghill  <stodghil@cs.cornell.edu>
7606
7607         * x-faces.el (x-init-face-from-resources):
7608         Only set fonts in the 'x locale.
7609
7610 1999-03-04  Adrian Aichner  <adrian@xemacs.org>
7611
7612         * package-ui.el (pui-install-selected-packages): Don't throw on
7613         `package-admin-delete-binary-package' returning nil since it's
7614         normal.  Reindent function.
7615         (pui-add-required-packages): Handle case where packages selected
7616         for installation have never been installed.
7617
7618 1999-03-03  Martin Buchholz  <martin@xemacs.org>
7619
7620         * menubar-items.el (default-menubar):
7621         Implement the ``Mule->Set coding system of process'' menu item.
7622
7623 1999-02-18  Martin Buchholz  <martin@xemacs.org>
7624
7625         * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
7626         files
7627         - Change some `if's to `when's
7628
7629 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
7630
7631         * XEmacs 21.2.11 is released
7632
7633 1999-02-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
7634
7635         * userlock.el (ask-user-about-supersession-threat-dbox): Guard
7636         against window close (Fix Bug #460).
7637         (ask-user-about-lock-dbox): Idem.
7638
7639 1999-02-25  SL Baur  <steve@xemacs.org>
7640
7641         * mule/mule-charset.el (charset-leading-byte): New function.
7642         From Kazuyuki IENAGA <ienaga@jsys.co.jp>
7643
7644 1999-02-12  Andy Piper  <andy@xemacs.org>
7645
7646         * about.el (xemacs-hackers): change andy's email address.
7647         (about-url-alist): change andy's web page address.
7648         (about-xemacs): add piper.
7649
7650 1999-02-16  SL Baur  <steve@xemacs.org>
7651
7652         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
7653         of mule-base into lisp/mule.
7654
7655 1999-02-16  SL Baur  <steve@xemacs.org>
7656
7657         * mule/arabic.el:
7658         mule/canna-leim.el:
7659         mule/chinese.el:
7660         mule/cyrillic.el:
7661         mule/english.el:
7662         mule/european.el:
7663         mule/greek.el:
7664         mule/hebrew.el:
7665         mule/japanese.el:
7666         mule/kinsoku.el:
7667         mule/korean.el:
7668         mule/misc-lang.el:
7669         mule/mule-category.el:
7670         mule/mule-ccl.el:
7671         mule/mule-charset.el:
7672         mule/mule-cmds.el:
7673         mule/mule-coding.el:
7674         mule/mule-files.el:
7675         mule/mule-help.el:
7676         mule/mule-init.el:
7677         mule/mule-misc.el:
7678         mule/mule-tty-init.el:
7679         mule/mule-x-init.el:
7680         mule/viet-chars.el:  Remerge from mule-base.
7681
7682         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
7683         of mule-base into lisp/mule.
7684
7685 1999-02-10  Adrian Aichner  <adrian@xemacs.org>
7686
7687         * process.el (exec-to-string): Use `shell-command-switch' in place
7688         of hard-wired "-c" (for WindowsNT).
7689
7690 1999-02-08  Charles G Waldman  <cgw@pgt.com>
7691
7692         * menubar-items.el (default-menubar):  Remove obsolete
7693         "Gopher" item
7694
7695 1999-02-06  Jan Vroonhof  <vroonhof@math.ethz.ch>
7696
7697         * package-admin.el (package-admin-get-install-dir): First fall
7698         back to the location of xemacs-base for non-mule packages.
7699
7700 1999-02-15  Martin Buchholz  <martin@xemacs.org>
7701
7702         * paths.el:
7703         - improved automounter tmp directory support.
7704         - support 4 (!) empirically discovered automounter conventions
7705
7706 1999-02-12  SL Baur  <steve@xemacs.org>
7707
7708         * etags.el (pop-tag-mark): autoload to match key binding.
7709
7710 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
7711
7712         * XEmacs 21.2.10 is released
7713
7714 1999-02-02  Jan Vroonhof  <vroonhof@math.ethz.ch>
7715
7716         * package-get.el (package-get-remote-filename): Don't bug out for
7717         a local file name in the search entry.
7718
7719 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
7720
7721         * XEmacs 21.2.9 is released
7722
7723 1999-01-19  Didier Verna  <didier@xemacs.org>
7724
7725         * replace.el (replace-search-function): new variable containing a
7726         function to perform a search-forward.
7727         (replace-re-search-function): new variable containing a function
7728         to perform a re-search-forward.
7729         (perform-replace): use them.
7730
7731 1999-01-25  Didier Verna  <didier@xemacs.org>
7732
7733         * select.el (selection-owner-p): use the name `XEmacs'.
7734         (cut-copy-clear-internal): ditto.
7735
7736 1999-01-18  Andy Piper  <andy@xemacs.org>
7737
7738         * about.el (about-url-alist): Update my entry.
7739         (xemacs-hackers): Ditto.
7740
7741 1999-01-14  Adrian Aichner  <adrian@xemacs.org>
7742
7743         * buffer.el (switch-to-buffer): Fixing documentation.
7744         * minibuf.el (minibuffer-completion-table): ditto.
7745         * cl-macs.el (return-from): ditto.
7746
7747 1999-01-04  Didier Verna  <didier@xemacs.org>
7748
7749         * replace.el (delete-non-matching-lines): temporarily disable
7750         case-folding when called interactively with a regexp containing
7751         uppercase characters.
7752         (delete-matching-lines): ditto.
7753         (count-matches): ditto.
7754         (list-matching-lines): ditto.
7755
7756 1999-01-07  Colin Rafferty  <colin@xemacs.org>
7757
7758         * window.el (shrink-window-if-larger-than-buffer): Clean up.  Only
7759         abort if current window is split horizontally, not if others are
7760         split.  Got rid of unnecessary minibuffer checking.  Also, add
7761         some comments (it's still complex).
7762
7763 1999-01-12  Robert Pluim  <rpluim@BayNetworks.com>
7764
7765         * package-get.el: changed address for doc.ic.ac.uk to
7766         sunsite.doc.ic.ac.uk
7767
7768 1999-01-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7769
7770         * ldap.el (toplevel): Remove requires so that the file compiles
7771         with a non LDAP-enabled XEmacs binary.  Provide `ldap'.
7772
7773 1999-01-10  J. Kean Johnston  <jkj@sco.com>
7774
7775         * dump-paths.el: Calculate module-directory and set
7776         module-load-path to the load path for modules.
7777
7778         * loadup.el: Get bootstrap value of module-load-path from the
7779         environment variable EMACSBOOTSTRAPMODULEPATH.
7780         - Display the module load path if we're debugging paths.
7781
7782         * setup-paths.el: Added function paths-find-site-module-directory.
7783         - Added function paths-find-module-directory.
7784         - Added function paths-construct-module-load-path.  Uses new
7785         environment variable EMACSMODULEPATH.
7786
7787 1998-12-30  Martin Buchholz  <martin@xemacs.org>
7788
7789         * font.el (font-default-object-for-device):
7790         Oops! This `or' can't be replaced by `unless'.
7791         Fixed inability to run w3, among other things.
7792
7793 1998-12-17  Charles G. Waldman <cgw@pgt.com>
7794
7795         * package-admin.el: Change initialization of
7796           package-admin-install-function dependent on system type.
7797           Change package-admin-install-function-mswindows to use
7798           "minitar".
7799
7800 1998-12-23  Hrvoje Niksic  <hniksic@srce.hr>
7801
7802         * mouse.el (default-mouse-motion-handler): Disable help echo while
7803         in the minibuffer.
7804
7805 1998-12-28  Martin Buchholz <martin@xemacs.org>
7806
7807         * XEmacs 21.2.8 is released.
7808
7809 1998-12-24  Martin Buchholz <martin@xemacs.org>
7810
7811         * XEmacs 21.2.7 is released.
7812
7813 1998-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
7814
7815         * package-ui.el (pui-list-packages): Set truncate-lines.
7816
7817         * package-get.el (package-get-download-menu): Use
7818         `package-ui-add-site'. Add a a toggle to indicate it is in the list.
7819
7820         * package-ui.el (pui-help): Ditch in favor of `describe-mode'
7821         (pui-help-string): idem.
7822         (list-packages-mode): New major mode.
7823         (pui-list-packages): Use 'list-packages-mode' in the package buffer.
7824         (pui-install-selected-packages): Add suport for removing packages.
7825         (pui-toggle-package-delete-key): New function.
7826         (pui-popup-context-sensitive): New kludge.
7827         (pui-list-packages): Add warning when `package-get-remote' is nil.
7828         (package-ui-add-site): New function.
7829
7830 1998-12-01  Didier Verna  <didier@xemacs.org>
7831
7832         * hyper-apropos.el (hyper-where-is): added the missing autoload.
7833
7834 1998-11-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7835
7836         * ldap.el: Custom-ized
7837         (toplevel): Do not provide `ldap' which is provided by C level
7838         LDAP code
7839         (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
7840
7841 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
7842
7843         * isearch-mode.el (isearch-mode): Really fix keymap lossage.
7844
7845 1998-12-17  Andy Piper  <andy@xemacs.org>
7846
7847         * sound.el (sound-load-list): name changed from sound-load-alist.
7848         (sound-extension-list): name changed from sound-ext-list.
7849         (load-default-sounds): use new names.
7850         (load-sound-file): use new names.
7851
7852 1998-12-16  Andy Piper  <andy@xemacs.org>
7853
7854         * XEmacs 21.2.6 is released
7855
7856 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
7857
7858         * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
7859         errors.
7860
7861 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
7862
7863         * wid-edit.el (widget-echo-this-extent): Set
7864         help-echo-owns-message to t.
7865
7866 1998-11-30  Greg Klanderman  <greg@alphatech.com>
7867
7868         * package-get.el (package-get-download-menu): use toggles for
7869           each site in the download site menu.
7870
7871 1998-12-01  Jan Vroonhof <vroonhof@math.ethz.ch>
7872
7873         * package-get.el (package-get): If we cannot find a package
7874           because package-get-remote is not set, give a more helpful
7875           error message.
7876
7877 1998-11-30  Greg Klanderman  <greg@alphatech.com>
7878
7879         * package-get.el (package-get-remote-filename): use an EFS path
7880         with user anonymous if no user is specified.
7881
7882 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
7883
7884         * faces.el (face-spec-set): Re-init fallfacks for default after
7885         calling reset-face on the default face.
7886
7887 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
7888
7889         * package-admin.el (package-admin-default-install-function):
7890         Behave as advertised.  Make sure the pkg-dir is proper for
7891         default-directory.
7892         (package-admin-add-binary-package): Make sure the pkg-dir is
7893         proper for default-directory.
7894         (package-admin-install-function-mswindows): Make sure the pkg-dir
7895         is proper for default-directory.
7896
7897 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
7898
7899         * XEmacs 21.2.5 is released
7900
7901 1998-12-05  SL Baur  <steve@altair.xemacs.org>
7902
7903         * files.el (binary-file-regexps): regexp-opt is not available at
7904         bytecompile time.
7905
7906 1998-11-30  Martin Buchholz  <martin@xemacs.org>
7907
7908         * x-win-xfree86.el:
7909         * x-win-sun.el (x-win-init-sun):
7910         * x-win-sun.el:
7911         * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
7912         * x-iso8859-1.el:
7913         * x-init.el (init-post-x-win):
7914         * x-init.el (init-pre-x-win):
7915         * x-init.el (x-initialize-compose):
7916         * x-init.el:
7917         * x-compose.el:
7918         * winnt.el:
7919         * widget.el:
7920         * wid-edit.el (widget-glyph-click):
7921         * wid-edit.el (widget-glyph-find):
7922         * wid-edit.el (widget-type):
7923         * view-less.el (view-buffer-other-window):
7924         * very-early-lisp.el:
7925         * version.el:
7926         * toolbar.el:
7927         * toolbar-items.el:
7928         * term/sun.el (suntool-map):
7929         * term/sun-mouse.el:
7930         * term/internal.el:
7931         * syntax.el (modify-syntax-entry):
7932         * symbol-syntax.el:
7933         * subr.el:
7934         * startup.el (lock-directory):
7935         * simple.el (set-comment-column):
7936         * simple.el (backward-delete-char-untabify):
7937         * shadow.el (find-emacs-lisp-shadows):
7938         * shadow.el:
7939         * setup-paths.el (paths-construct-info-path):
7940         * select.el (cut-copy-clear-internal):
7941         * process.el (call-process-region):
7942         * process.el (start-process-shell-command):
7943         * process.el:
7944         * paths.el (rmail-spool-directory):
7945         * paragraphs.el (use-hard-newlines):
7946         * package-get.el (package-get-dependencies):
7947         * package-admin.el (package-admin-delete-binary-package):
7948         * obsolete.el (truncate-string):
7949         * obsolete.el (store-substring):
7950         * mouse.el (default-mouse-track-maybe-own-selection):
7951         * mouse.el (mouse-yank-at-point):
7952         * modeline.el:
7953         * modeline.el (mouse-drag-modeline):
7954         * minibuf.el (read-directory-name-internal):
7955         * minibuf.el (read-file-name-internal):
7956         * minibuf.el (read-file-name-internal-1):
7957         * minibuf.el (read-file-name-2):
7958         * minibuf.el (exact-minibuffer-completion-p):
7959         * minibuf.el (read-from-minibuffer):
7960         * minibuf.el:
7961         * menubar.el (check-menu-syntax):
7962         * map-ynp.el (map-y-or-n-p):
7963         * make-docfile.el (docfile-out-of-date):
7964         * loadup.el ((member "run-temacs" command-line-args)):
7965         * loadup.el ((member "no-site-file" command-line-args)):
7966         * loadup.el (really-early-error-handler):
7967         * loadup.el:
7968         * loadhist.el:
7969         * loaddefs.el:
7970         * lisp-mnt.el (lm-verify):
7971         * lib-complete.el (lib-complete:cache-completions):
7972         * lib-complete.el (library-all-completions):
7973         * itimer.el (itimer-run-expired-timers):
7974         * info.el (Info-mode):
7975         * info.el (Info-insert-file-contents):
7976         * info.el (Info-rebuild-dir):
7977         * info.el (Info-build-dir-anew):
7978         * info.el (Info-parse-dir-entries):
7979         * info.el (Info-dir-outdated-p):
7980         * info.el (Info-insert-dir):
7981         * info.el (info-xref):
7982         * info.el:
7983         * hyper-apropos.el (hyper-apropos-get-doc):
7984         * hyper-apropos.el (hyper-describe-face):
7985         * hyper-apropos.el (hyper-apropos-mode):
7986         * hyper-apropos.el:
7987         * help.el (list-processes):
7988         * help.el:
7989         * gnuserv.el:
7990         * font.el (mswindows-font-create-name):
7991         * font.el (font-default-font-for-device):
7992         * font.el (x-font-create-object):
7993         * font.el (font-registry):
7994         * font.el:
7995         * font-lock.el (font-lock-keywords):
7996         * font-lock.el:
7997         * finder.el (finder-compile-keywords):
7998         * find-paths.el (paths-find-recursive-path):
7999         * fill.el (set-justification-center):
8000         * fill.el (fill-region-as-paragraph):
8001         * files.el (insert-directory):
8002         * files.el (wildcard-to-regexp):
8003         * files.el (recover-file):
8004         * files.el (basic-save-buffer):
8005         * files.el (delete-auto-save-file-if-necessary):
8006         * files.el (file-relative-name):
8007         * files.el (backup-extract-version):
8008         * files.el (backup-buffer):
8009         * files.el (set-visited-file-name):
8010         * files.el (set-auto-mode):
8011         * files.el (interpreter-mode-alist):
8012         * files.el:
8013         * files.el (find-file-noselect):
8014         * files.el (abbreviate-file-name):
8015         * files.el (parse-colon-path):
8016         * files.el (directory-abbrev-alist):
8017         * etags.el (visit-tags-table-buffer):
8018         * easymenu.el (easy-menu-define):
8019         * dragdrop.el (experimental-dragdrop-drag):
8020         * dragdrop.el (dragdrop-drop-do-functions):
8021         * dragdrop.el (dragdrop-drop-at-point):
8022         * disass.el (disassemble-1):
8023         * disass.el (disassemble-internal):
8024         * disass.el (disassemble):
8025         * disass.el:
8026         * derived.el (derived-mode-init-mode-variables):
8027         * derived.el (define-derived-mode):
8028         * custom.el (defgroup):
8029         * cus-edit.el (custom-quote):
8030         * config.el:
8031         * code-process.el (open-network-stream):
8032         * code-process.el (start-process):
8033         * code-process.el (call-process-region):
8034         * code-process.el (call-process):
8035         * code-process.el:
8036         * code-files.el (insert-file-contents):
8037         * code-files.el:
8038         * code-files.el (buffer-file-coding-system-for-read):
8039         * cmdloop.el (yes-or-no-p-minibuf):
8040         * cl.el:
8041         * cl-macs.el:
8042         * cl-extra.el:
8043         * callers-of-rpt.el (make-caller-report):
8044         * callers-of-rpt.el:
8045         * bytecomp.el (batch-byte-recompile-directory):
8046         * bytecomp.el (batch-byte-compile-1):
8047         * bytecomp.el (batch-byte-compile):
8048         * bytecomp.el (display-call-tree):
8049         * bytecomp.el (byte-compile-insert):
8050         * bytecomp.el (byte-compile-two-args-19->20):
8051         * bytecomp.el (byte-compile-variable-ref):
8052         * bytecomp.el (byte-compile-form):
8053         * bytecomp.el (byte-compile-top-level-body):
8054         * bytecomp.el (byte-compile-out-toplevel):
8055         * bytecomp.el (byte-compile-byte-code-maker):
8056         * bytecomp.el (byte-compile-file-form-defmumble):
8057         * bytecomp.el (byte-compile-file-form):
8058         * bytecomp.el (byte-compile-keep-pending):
8059         * bytecomp.el (byte-compile-insert-header):
8060         * bytecomp.el (byte-compile-from-buffer):
8061         * bytecomp.el (byte-compile-file):
8062         * bytecomp.el (byte-recompile-file):
8063         * bytecomp.el (byte-compile-close-variables):
8064         * bytecomp.el (byte-compile-warn-about-unused-variables):
8065         * bytecomp.el (byte-compile-warn-about-unresolved-functions):
8066         * bytecomp.el (byte-compiler-legal-options):
8067         * bytecomp.el (byte-compile-lapcode):
8068         * bytecomp.el (byte-optimize-log):
8069         * bytecomp.el ((fboundp 'defsubst)):
8070         * bytecomp.el:
8071         * bytecomp-runtime.el:
8072         * byte-optimize.el (byte-optimize-apply):
8073         * byte-optimize.el (car):
8074         * byte-optimize.el (byte-optimize-form):
8075         * byte-optimize.el (byte-optimize-form-code-walker):
8076         * byte-optimize.el:
8077         * build-report.el (build-report-insert-installation-file):
8078         * build-report.el (build-report):
8079         * auto-show.el:
8080         * apropos.el (apropos-documentation):
8081         - mega patch
8082         - clean up byte-compile warnings
8083         - remove unused variables
8084         - Use common lisp style hashtable functions
8085         - byte compiler cleanup
8086         - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
8087         - remove old backquote syntax usage
8088         - move some cl functionality into C for speed.
8089         - remove last remaining VMS support
8090         - spelling fixes
8091         - implement last, butlast, nbutlast, copy-list in C.
8092         - new macro ignore-file-errors, similar to ignore-errors
8093           (ignore-file-errors (delete-file "foo"))
8094         - get frequent garbage collection during loadup.el by tweaking
8095           gc-cons-threshold, rather than explicitly calling garbage-collect
8096         - default delete-key-deletes-forward to `t'.
8097
8098 1998-11-28  SL Baur  <steve@altair.xemacs.org>
8099
8100         * XEmacs 21.2-beta4 is released.
8101
8102 1998-11-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
8103
8104         * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
8105         (easy-menu-item-present-p): Wrapper around find-menu-item.
8106         (easy-menu-remove-item): Wrapper around delete-menu-item.
8107
8108         * menubar.el (delete-menu-item): Add 'from-menu' argument.
8109         (add-menu-button): Add 'in-menu' argument.
8110         (add-menu-item-1): Add in-menu support to helper function.
8111
8112 1998-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * isearch-mode.el (isearch-mode): Fix keymap lossage.
8115
8116 1998-11-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
8117
8118         * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
8119         of Dec 4, 1997.
8120
8121 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
8122
8123         * process.el (shell-command-on-region): Report if the command
8124         succeeded or failed.
8125
8126 1998-11-24  Hrvoje Niksic  <hniksic@srce.hr>
8127
8128         * subr.el (buffer-substring-no-properties): Comment out.
8129
8130 1998-11-07  Adrian Aichner  <adrian@xemacs.org>
8131
8132         * msw-faces.el (mswindows-find-smaller-font): Turning font names
8133           into font instances first, like `x-frob-font-size' does.
8134           (mswindows-find-larger-font): ditto
8135
8136 1998-11-04  Greg Klanderman  <greg@alphatech.com>
8137
8138         * package-ui.el (pui-install-selected-packages): fix args in call
8139         to `package-get'.
8140
8141 1998-10-29  Jan Vroonhof  <vroonhof@math.ethz.ch>
8142
8143         * package-get.el (host-name): New widget type.
8144         (package-get-remote): Better customization using new type.
8145         (package-get-download-sites): idem dito.
8146
8147         (package-get-custom): Do not use package-get-all untill we have
8148         runtime dependencies.
8149
8150         (package-get-remove-copy): Default to 't' we no longer need this
8151         kludge as we do not currently use depenencies.
8152
8153         (package-get-was-current): New variable.
8154         (package-get-require-base): New 'force-current' argument.
8155         (package-get-update-base): idem
8156         (package-get-package-provider):  idem
8157         (package-get-locate-index-file): New 'no-remote' argument.
8158         (package-get-locate-file): idem.
8159
8160         (package-get-maybe-save-index): New function.
8161         (package-get-update-base): Use it.
8162
8163 1998-10-28 Greg Klanderman <greg@alphatech.com>
8164
8165         * package-get.el (package-get-remote): default to nil; by default,
8166         don't go out to the net via EFS.  They must select a download site.
8167         (package-get-download-sites): new variable.
8168         (package-get-download-menu): new function.
8169         (package-get-locate-index-file): new function.
8170         (package-get-update-base): use it.
8171
8172         * menubar-items.el (default-menubar): add "Update Package Index"
8173         and "Add Download Site" menus under Options | Manage Packages.
8174
8175 1998-10-19  Greg Klanderman  <greg@alphatech.com>
8176
8177         * package-get.el (package-get): bugfix code checking installed version
8178         for case where package is not currently installed.
8179         (package-get-require-signed-base-updates): new variable.
8180         (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
8181         deemed not a goot thing.  Use the variable
8182         package-get-allow-unsigned-base-updates instead.
8183
8184 1998-10-16 Greg Klanderman <greg@alphatech.com>
8185
8186         * package-get.el (package-get): Don't install an older version than
8187         we already have unless explicitly told to.  Issue a warning.
8188
8189         * package-ui.el (pui-add-required-packages): when adding
8190         dependencies, don't add packages that are up to date.
8191         (pui-package-symbol-char):  Don't consider a package out of date
8192         if you have a newer version installed than the latest version in
8193         package-get-base.
8194
8195         * package-get.el (package-get-base-filename): document that it may
8196         be a path relative to package-get-remote;  new default value.
8197         (package-get-locate-file): new function.
8198         (package-get-update-base): use it to expand package-get-base-filename.
8199         (package-get-save-base): new function to save the package-get database
8200         to file.
8201         (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
8202         (package-get-update-base): pass the REMOTE-SOURCE arg.
8203         (package-get-update-base-entry): call package-get-custom-add-entry.
8204         (package-get-file-installed-p): removed; no longer needed.
8205         (package-get-create-custom): ditto.
8206         (toplevel): remove code to build and load package-get-custom.el
8207         (package-get-custom-add-entry): new function.
8208
8209 1998-10-12  Hrvoje Niksic  <hniksic@srce.hr>
8210
8211         * wid-edit.el (widget-button-click): Don't switch window.
8212
8213 1998-10-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
8214
8215         * cus-face.el (custom-set-face-update-spec): Add autoload cookie
8216
8217 1998-10-20  Malcolm Box  <malcolm@brownale.demon.co.uk>
8218
8219         * etags.el (find-tag-default): Run find-tag-hook using
8220         run-hooks rather than funcall
8221
8222 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
8223
8224         * isearch-mode.el (isearch-mode): Set the current minor mode maps
8225         and the current local map as the parents to isearch-mode-map.
8226
8227 1998-10-15  SL Baur  <steve@altair.xemacs.org>
8228
8229         * XEmacs 21.2-beta3 is released.
8230
8231 1998-10-15  Greg Klanderman  <greg@alphatech.com>
8232
8233         * package-get.el (package-get-update-base): use
8234         insert-file-contents-internal, not insert-file-contents-literally.
8235
8236 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
8237
8238         * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
8239         dump time.
8240
8241 1998-10-15  Greg Klanderman  <greg@alphatech.com>
8242
8243         * package-get.el (package-get-update-base-entry): new function.
8244         (package-get-update-base): renamed; was `package-get-load-base'.
8245         cleanup, and use package-get-update-base-from-buffer.
8246         (package-get-update-base-from-buffer): new function.
8247         (package-get-update-base-entries): new; helper for above.
8248         Do not eval lisp grabbed over ftp; parse it from new format.
8249
8250 1998-10-15  Greg Klanderman  <greg@alphatech.com>
8251
8252         * files.el (set-auto-mode): Don't play games loading package-get
8253         database; package-get-package-provider will handle it all.
8254
8255 1998-10-14  Greg Klanderman  <greg@alphatech.com>
8256
8257         * package-get.el (package-get-base-filename): new variable.
8258         (package-get-require-base): new function.
8259         (package-get-pgp-signed-begin-line): new variable.
8260         (package-get-pgp-signature-begin-line): ditto.
8261         (package-get-pgp-signature-end-line):  ditto.
8262         (package-get-load-base): new function.
8263         (package-get-interactive-package-query):
8264         (package-get-update-all):
8265         (package-get-dependencies):
8266         (package-get-package-provider):
8267         (package-get-custom): use package-get-require-base.
8268         [package-get-custom loading]: disable for now.
8269
8270         * package-ui.el (pui-list-packages): use (package-get-require-base)
8271
8272 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
8273
8274         * package-ui.el: Correct obvious thinko in choosing extent face.
8275
8276 1998-10-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
8277
8278         * menubar-items.el (default-menubar): pui-list-package has nothing
8279         to with Customize. Move all the package stuff to a new Item in Options.
8280
8281         * package-ui.el (pui-menu): Add menu and Popup menu.
8282
8283         * package-get.el (package-get): Use new
8284         package-admin-get-install-dir.
8285
8286         * package-admin.el (package-admin-get-install-dir): New syntax.
8287         Conserve package location and put mule packages where mule-base is.
8288
8289         * package-get.el : Customized
8290
8291         * package-ui.el (pui): Customized
8292         (pui-package-install-dest-dir): New variable.
8293         (pui-install-selected-packages): Use it
8294
8295 1998-10-12  SL Baur  <steve@altair.xemacs.org>
8296
8297         * package-get.el (package-get-interactive-package-query): Move
8298         dependency on package-get-base to run-time.
8299         (package-get-update-all): Ditto.
8300         (package-get-dependencies): Ditto.
8301         (package-get-package-provider): Ditto.
8302         (package-get-custom): Ditto.
8303
8304 1998-10-11  Glynn Clements  <glynn@sensei.co.uk>
8305
8306         * events.el: Remove 'ascii-character property from 'backspace
8307         and 'delete symbols
8308
8309 1998-10-11  SL Baur  <steve@altair.xemacs.org>
8310
8311         * package-get-base.el: removed.
8312
8313 1998-09-23  Didier Verna  <didier@xemacs.org>
8314
8315         * simple.el (search-caps-disable-folding): moved from isearch-mode.el
8316         (no-upper-case-p): new function.
8317         (with-search-caps-disable-folding): new macro.
8318         (with-interactive-search-caps-disable-folding): new macro.
8319         (zap-to-char): In interactive mode, do a case-sensitive search if
8320         the character is uppercase.
8321         (zap-up-to-char): ditto.
8322
8323         * replace.el (perform-replace): use the function no-upper-case-p.
8324
8325         * isearch-mode.el (isearch-fix-case): ditto.
8326         make obsolete `with-caps-disable-folding' and
8327         `isearch-no-upper-case-p'.
8328
8329         * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
8330         (tags-search): ditto.
8331         (tags-query-replace): ditto.
8332
8333         * info.el (Info-search): ditto.
8334
8335 1998-10-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
8336
8337         * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
8338
8339 1998-10-07  Greg Klanderman  <greg@alphatech.com>
8340
8341         * package-admin.el (package-admin-rmtree): rewritten.  need to
8342         check for "." and ".." before symlink check.  expand files and
8343         directories with respect to DIRECTORY, not default-directory.
8344
8345 1998-10-04  Greg Klanderman  <greg@alphatech.com>
8346
8347         * package-get.el (package-get-all): add INSTALL-DIR argument.
8348
8349 1998-10-06  Greg Klanderman  <greg@alphatech.com>
8350
8351         * package-ui.el (pui-add-required-packages): new function, select
8352         dependent packages.
8353         (pui-display-keymap): bind it.
8354         (pui-help-string): document it.
8355         (pui-install-selected-packages): package-get-all -> package-get.
8356
8357         * package-get.el (package-get-dependencies): new function.
8358
8359 1998-10-04  Hrvoje Niksic  <hniksic@srce.hr>
8360
8361         * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
8362         regexps.
8363
8364 1998-10-05  Hrvoje Niksic  <hniksic@srce.hr>
8365
8366         * mouse.el (default-mouse-track-point-at-opening-quote-p): New
8367         function.
8368         (default-mouse-track-normalize-point): Use it.
8369
8370 1998-09-30  Jan Vroonhof  <vroonhof@math.ethz.ch>
8371
8372         * package-admin.el (package-admin-delete-binary-package):
8373                 General cleanup. Remove unnessary use of progn and
8374         save-excursion.
8375         (package-admin-delete-binary-package): Do NOT mess with file
8376         modes. That is evil.
8377         (package-admin-delete-binary-package): Wrap all deleting in
8378         condition-case. The data in MANIFEST is untrustworthy.
8379         (package-admin-delete-binary-package): Let the OS worry about non
8380         empty directories.
8381
8382 1998-10-09  SL Baur  <steve@altair.xemacs.org>
8383
8384         * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
8385         processing.
8386         (lm-report-bug): Fix mail address to send bug reports to.
8387
8388 1998-09-29  SL Baur  <steve@altair.xemacs.org>
8389
8390         * XEmacs 21.2-beta2 is released.
8391
8392 1998-08-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
8393
8394         * files.el (auto-mode-alist): Enhanced regexp for perl-mode
8395
8396 1998-09-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
8397
8398         * info.el (Info-mode): Document page turning by double clicks in
8399         docstring so `M-x describe-mode' will display it.
8400
8401 1998-09-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
8402
8403         * info.el (Info-mouse-track-double-click-hook): Use character
8404         widths to calculate a border region where double clicking does
8405         page turning, and return `nil' by default so other hooks, such as
8406         region highlighting, will be run.
8407
8408 1998-09-29  Colin Rafferty   <colin@xemacs.org>
8409
8410         * sound.el (default-sound-directory-list): Initialize with all the
8411         "sounds" directories in `data-directory-list'.  It used to just be
8412         the first one.
8413
8414         * packages.el (locate-data-directory-list): Created.  This gives
8415         the list of matching directories, unlike `locate-data-directory',
8416         which just gives the first one.
8417
8418 1998-09-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
8419
8420         * minibuf.el (read-from-minibuffer): No longer bind help-form but
8421         make a binding in the local keymap until help-char handling is
8422         improved.
8423
8424         * help.el (help-keymap-with-help-key): Provide keymap with help
8425         binding.
8426         (help-print-help-form): New helper function.
8427
8428 1998-09-23  Hrvoje Niksic  <hniksic@srce.hr>
8429
8430         * isearch-mode.el (isearch-highlight): set-extent-endpoints can
8431         move extent to another buffer; no need to create a new extent.
8432         (isearch-fix-case): New function.
8433         (isearch-search-and-update): Use it.
8434
8435 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
8436
8437         * isearch-mode.el (isearch-mode): Use overriding-local-map to set
8438         the keymap, not minor-mode-map-alist.
8439         (isearch-done): Restore overriding-local-map.
8440
8441 1998-09-21  Martin Buchholz  <martin@xemacs.org>
8442
8443         * bytecomp.el (byte-compile-buffer-substring):
8444         Fix for: (byte-compile (defun f () (buffer-substring)))
8445         ==>   ** buffer-substring called with 3 args, but requires 0-3
8446         - new code not only works, but is more readable, too.
8447
8448 1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
8449
8450         * msw-faces.el (mswindows-init-device-faces): Don't try to
8451           specify a default font at this late stage. Do try to force
8452           creation of the default face font so that if it fails we get
8453           an error now instead of a crash at frame creation.
8454
8455           mswindows-font-canonicalize-name, mswindows-make-font-unbold,
8456           mswindows-make-font-unitalic: Canonical default weight
8457           changed from "Normal" to "Regular".
8458
8459           mswindows-make-font-bold / -bold-italic: Supplied device was
8460           not being passed into call to mswindows-find-smaller-font.
8461
8462 1998-09-10  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
8463
8464         * package-get.el (package-get-remote): Fix the path where to find
8465           the packages on xemacs.org.
8466
8467 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
8468
8469         * about.el (about-maintainer-info): Update Ben's entry.
8470
8471 1998-09-24  Martin Buchholz  <martin@xemacs.org>
8472
8473         * lisp/shadow.el (find-emacs-lisp-shadows):
8474         - `member' was being called on lists of length 2000!
8475         - Replace with hashtables.
8476         - Replace hand-coded loops with (dolist)
8477         - Fix comment typo
8478
8479 1998-09-20  Darryl Okahata  <darrylo@sr.hp.com>
8480
8481         * packages.el: Added new function, `package-delete-name', to
8482           delete existing packages from the installed package database
8483           (`packages-package-list').  Also added the "pkginfo" directory
8484           to `packages-special-base-regexp', so that the pkginfo directory
8485           would not get added to `late-packages'.
8486
8487         * package-admin.el: Added ability to delete an installed package
8488           (added low-level function, `package-admin-delete-package').
8489           Understands how to use the pkginfo/MANIFEST.<package> file to
8490           delete the package.  When installing a package, will also
8491           create a MANIFEST.* file if one is not provided by the
8492           package.  If the MANIFEST.* doesn't exist when deleting a
8493           package, the functions will fall back to attempting to delete
8494           any package-specific lisp directory.
8495
8496         * package-get.el: Moved some functions to package-admin.el.
8497           Added interactive function `package-get-delete-package', for
8498           use by users for deleting a package.
8499
8500           Also modified to not require the presence of efs.
8501
8502 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
8503
8504         * files.el (find-file-noselect): Handle all signals, kill the
8505         buffer and resignal.
8506
8507 1998-09-23  SL Baur  <steve@altair.xemacs.org>
8508
8509         * cl-macs.el (glyph-image): Add setf method.
8510
8511 1998-09-06  Darryl Okahata  <darrylo@sr.hp.com>
8512
8513         * package-get.el: Fixed broken EFS downloading.  Also, look for
8514           .tar.gz files first, in preference over .tgz files.
8515
8516         * package-ui.el: Fix display of package version numbers.
8517
8518 1998-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
8519
8520         * x-font-menu.el (font-menu-set-font):  Add "pt" units to size
8521         argument.
8522
8523 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
8524
8525         * list-mode.el: `display-completion-list': added new/optional
8526           keyword `:completion-string', which allows the programmer to
8527           change the "Possible completions are:" prompt.
8528
8529         * menubar-items.el: Added new pulldown menu-pick to start up the
8530           visual package browser/installer:
8531
8532                 Options->Customize->List Packages
8533
8534         * package-admin.el: Added hooks for installing under both Unix
8535           and MS Windows.  Does additional error checking.  No longer
8536           calls "add-big-package.sh" to install packages under Unix; now
8537           calls gunzip & tar directly.
8538
8539         * package-get.el: Added ability to install packages from files
8540           on a local disk/CDROM.  Now deletes any existing package lisp
8541           directory.  Does completion on available packages when
8542           querying for package names.  Will also search for .tgz files
8543           in addition for .tar.gz files.  Tries to reload
8544           auto-autoloads, as a convenience when loading new packages,
8545           and also tries to add any new package paths to `load-path'.
8546           Changed all occurences of `concat' to use `expand-file-name'.
8547
8548         * package-ui.el: New file which implements the main visual
8549           package browser/installer, which is started via a menu pick or
8550           M-x pui-list packages.
8551
8552 1998-09-03  Hrvoje Niksic  <hniksic@srce.hr>
8553
8554         * startup.el (load-init-file): spelling fix.
8555
8556 1998-09-02  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8557
8558         * startup.el (normal-top-level): Load auto-autoload files
8559         covariantly with their precedence.
8560
8561 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
8562
8563         * menubar-items.el (default-menubar): Remove "Font Weight"
8564         option, there is currently no custom equivalent.. Customize-faces
8565         is "Edit faces".
8566
8567         * x-font-menu.el (font-menu-set-font): Use customize to set
8568         default face.
8569
8570         * faces.el (face-spec-update-all-matching): New function.
8571
8572         * cus-face.el (custom-set-face-update-spec): New function.
8573         Interface to customize faces from elisp.
8574
8575         (custom-face-value-create): Show the customized settings if set
8576         but not saved.
8577
8578 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
8579
8580         (custom-face-value-create): Show the customized settings if set
8581         but not saved.
8582
8583 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
8584
8585         * keydefs.el (global-map): Add FSF 20.3 binding of
8586         query-replace-regexp.
8587
8588 1998-08-21  Greg Klanderman  <greg@alphatech.com>
8589
8590         * minibuf.el (read-file-name-internal-1): use
8591         user-name-completion-1 instead of user-name-completion.
8592
8593 1998-08-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8594
8595         * loadup.el:
8596         * make-docfile.el:
8597         * update-elc.el: Don't set `source-directory' (now defunct as a
8598         global variable) no more.
8599
8600         * packages.el (packages-list-autoloads): Made `source-directory'
8601         (now defunct as a global variable) a parameter.
8602
8603 1998-08-13  Carsten Leonhardt  <leo@arioch.oche.de>
8604
8605         * about.el (about-hackers): new email
8606
8607 1998-08-16  SL Baur  <steve@altair.xemacs.org>
8608
8609         * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
8610
8611 1998-07-17  Didier Verna  <didier@xemacs.org>
8612
8613         * faces.el (set-face-property):
8614         (set-face-dim-p):
8615         (face-dim-p): updated the doc strings now that the dim property isn't
8616         tty-specific.
8617         (face-equal): the dim property is now a common one.
8618
8619         * cus-face.el (custom-face-attributes): New face attribute: `dim'
8620         Renamed the `stipple' attribute to `background-pixmap'.
8621         (custom-face-background-pixmap): make custom-face-stipple an
8622         obsolete alias for this.
8623
8624 1998-08-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8625
8626         * find-paths.el (paths-file-readable-directory-p): Created and
8627         used.
8628
8629         * loadup.el: Don't set inhibit-... flags from run-temacs.
8630
8631 1998-08-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8632
8633         * packages.el (packages-data-path-depth): Added and used.
8634
8635 1998-08-05  Charles G. Waldman <cgw@pgt.com>
8636
8637         * about.el:
8638         - Change .xpm to .png, delete "zcat" section.
8639         - cosmetic fix in the 'marcpa' entry.
8640
8641         * etc/photos
8642         - convert all .xpm.Z to .png
8643         - rename mrb to martin
8644         - rename mcook-m to mcookm
8645
8646 1998-07-31  Martin Buchholz  <martin@xemacs.org>
8647
8648         * x-init.el (x-initialize-compose): Add support for
8649         dead-circumflex as YET ANOTHER NAME for that dead key.
8650
8651 1998-08-05  Colin Rafferty <colin@xemacs.org>
8652
8653         * setup-paths.el (paths-construct-exec-path): Made the
8654         last-packages really be last.
8655         (paths-construct-data-directory-list): Ditto.
8656
8657 1998-08-01  Kai Haberzettl  <khaberz@synnet.de>
8658
8659         * startup.el(startup-splash-frame-body):
8660         Update Copyright notice in splash screen
8661
8662 1998-07-20  Greg Klanderman  <greg@alphatech.com>
8663
8664         * minibuf.el (read-file-name-internal-1): do ~user completion.
8665
8666 1998-07-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
8667
8668         * font-lock.el (font-lock-fontify-glumped-region): Add guard
8669         aginst destroyed extents
8670
8671 1998-07-24  Greg Klanderman  <greg@alphatech.com>
8672
8673         * package-get.el (package-get): add `install-dir' argument.
8674
8675 1998-07-20  John Jones  <jj@asu.edu>
8676
8677         * package-get.el: calls to package-get-update-all will only
8678           update packages which are already installed.
8679
8680 1998-07-23  SL Baur  <steve@altair.xemacs.org>
8681
8682         * autoload.el (update-file-autoloads): Ensure autoloads buffer is
8683         writable.
8684
8685 1998-07-20  Colin Rafferty   <colin@xemacs.org>
8686
8687         * about.el (about-hackers): Correct my email.
8688
8689 1998-07-20  Kai Haberzettl  <khaberz@synnet.de>
8690
8691         * about.el (about-hackers): new email-address.
8692
8693 1998-07-25  SL Baur  <steve@altair.xemacs.org>
8694
8695         * minibuf.el (read-number): Don't let `input-error' condition
8696         escape.
8697
8698 1998-07-20  Greg Klanderman  <greg@alphatech.com>
8699
8700         * about.el (about-hackers): use my `email-for-life' address.
8701
8702 1998-07-19  SL Baur  <steve@altair.xemacs.org>
8703
8704         * XEmacs 21.2-beta1 is released.
8705
8706 1998-07-12  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8707
8708         * ldap.el (ldap-search): Doc string change
8709
8710 1998-07-16  Colin Rafferty   <colin@xemacs.org>
8711
8712         * menubar-items.el (default-menubar): Removed references to
8713         `data-directory', and use `locate-data-file' instead, and made
8714         then greyed out if they don't exist.
8715
8716 1998-07-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8717
8718         * keymap.el (events-to-keys): Use `format' instead of `concat'
8719         since the latter does not accept integer args anymore
8720
8721 1998-07-15  SL Baur  <steve@altair.xemacs.org>
8722
8723         * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
8724         macros replaced.
8725
8726 1998-07-14  SL Baur  <steve@altair.xemacs.org>
8727
8728         * make-docfile.el: Get first initialization from very-early-lisp.el
8729         * update-elc.el: Ditto.
8730         * loadup.el (really-early-error-handler): Ditto.
8731
8732         * packages.el (packages-unbytecompiled-lisp): Add new file,
8733         very-early-lisp.el.
8734
8735         * very-early-lisp.el: New file.
8736
8737 1998-07-14  SL Baur  <steve@altair.xemacs.org>
8738
8739         * Symbols that have been obsolete for at least 3 years removed (II).
8740
8741         * obsolete.el (eval-current-buffer): Make compatible.
8742         (byte-code-function-p): Ditto.
8743         (send-string): Removed.
8744         (send-region): Removed.
8745         (screen-scrollbar-width): Removed.
8746         (set-screen-scrollbar-width): Removed.
8747         (set-screen-left-margin-width): Removed.
8748         (set-screen-right-margin-width): Removed.
8749         (screen-left-margin-width): Removed.
8750         (screen-right-margin-width): Removed.
8751         (set-buffer-left-margin-width): Removed.
8752         (set-buffer-right-margin-width): Removed.
8753         (buffer-left-margin-width): Removed.
8754         (buffer-right-margin-width): Removed.
8755         (x-set-frame-icon-pixmap): Removed.
8756         (x-set-screen-icon-pixmap): Removed.
8757         (pixel-name): Removed.
8758         (make-pixmap): Removed.
8759         (make-cursor): Removed.
8760         (pixmap-width): Removed.
8761         (pixmap-contributes-to-line-height-p): Removed.
8762         (set-pixmap-contributes-to-line-height): Removed.
8763
8764 1998-07-13  SL Baur  <steve@altair.xemacs.org>
8765
8766         * obsolete.el (popup-menu-up-p): removed.
8767         (read-no-blanks-input): Removed.
8768         (wholenump): Removed.
8769         (ring-mod): Removed (what was ring-mod?).
8770         (current-time-seconds): Removed.
8771         (run-special-hook-with-args): Removed.
8772         (dot): Removed.
8773         (dot-marker): Removed.
8774         (dot-min): Removed.
8775         (dot-max): Removed.
8776         (window-dot): Removed.
8777         (set-window-dot): Removed.
8778
8779         * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
8780         `dot-min'.
8781
8782         * minibuf.el: (read-no-blanks-input): remove commented-out copy.
8783
8784         * code-files.el (insert-file-contents): Rename
8785         run-special-hook-with-args to run-hook-with-args-until-success.
8786         (write-region): Ditto.
8787
8788 1998-07-12  SL Baur  <steve@altair.xemacs.org>
8789
8790         * about.el: Fix typos, update release date.
8791
8792         * Symbols that have been obsolete for at least 3 years removed.
8793
8794         * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
8795         screen- functions.
8796         (toplevel): remove setf methods for screen functions.
8797         * cl-macs.el (extent-data): defsetf removed.
8798         * obsolete.el (lisp-indent-hook): Make compatible, it's used too
8799         many places to remove.
8800         (comment-indent-hook): Ditto.
8801         * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
8802         (buffer-dedicated-screen): Ditto.
8803         (deiconify-screen): Ditto.
8804         (delete-screen): Ditto.
8805         (event-screen): Ditto.
8806         (find-file-other-screen): Ditto.
8807         (find-file-read-only-other-screen): Ditto.
8808         (live-screen-p): Ditto.
8809         (screen-height): Ditto.
8810         (screen-iconified-p): Ditto.
8811         (screen-list): Ditto.
8812         (screen-live-p): Ditto.
8813         (screen-name): Ditto.
8814         (screen-parameters): Ditto.
8815         (screen-pixel-height): Ditto.
8816         (screen-pixel-width): Ditto.
8817         (screen-root-window): Ditto.
8818         (screen-selected-window): Ditto.
8819         (screen-totally-visible-p): Ditto.
8820         (screen-visible-p): Ditto.
8821         (screen-width): Ditto.
8822         (screenp): Ditto.
8823         (get-screen-for-buffer): Ditto.
8824         (get-screen-for-buffer-noselect): Ditto.
8825         (get-other-screen): Ditto.
8826         (iconify-screen): Ditto.
8827         (lower-screen): Ditto.
8828         (mail-other-screen): Ditto.
8829         (make-screen): Ditto.
8830         (make-screen-invisible): Ditto.
8831         (make-screen-visible): Ditto.
8832         (modify-screen-parameters): Ditto.
8833         (new-screen): Ditto.
8834         (next-screen): Ditto.
8835         (next-multiscreen-window): Ditto.
8836         (other-screen): Ditto.
8837         (previous-screen): Ditto.
8838         (previous-multiscreen-window): Ditto.
8839         (raise-screen): Ditto.
8840         (redraw-screen): Ditto.
8841         (select-screen): Ditto.
8842         (selected-screen): Ditto.
8843         (set-buffer-dedicated-screen): Ditto.
8844         (set-screen-height): Ditto.
8845         (set-screen-position): Ditto.
8846         (set-screen-size): Ditto.
8847         (set-screen-width): Ditto.
8848         (show-temp-buffer-in-current-screen): Ditto.
8849         (switch-to-buffer-other-screen): Ditto.
8850         (visible-screen-list): Ditto.
8851         (window-screen): Ditto.
8852         (x-set-screen-pointer): Ditto.
8853         (x-set-frame-pointer): Ditto.
8854         (screen-title-format): Ditto.
8855         (screen-icon-title-format): Ditto.
8856         (terminal-screen): Ditto.
8857         (delete-screen-hook): Ditto.
8858         (create-screen-hook): Ditto.
8859         (mouse-enter-screen-hook): Ditto.
8860         (mouse-leave-screen-hook): Ditto.
8861         (map-screen-hook): Ditto.
8862         (unmap-screen-hook): Ditto.
8863         (default-screen-alist): Ditto.
8864         (default-screen-name): Ditto.
8865         (x-screen-defaults): Ditto.
8866         (x-create-screen): Ditto.
8867         * obsolete.el: meta-flag removed.
8868         baud-rate removed.
8869         sleep-for-millisecs removed.
8870         extent-data removed.
8871         set-extent-data removed.
8872         set-extent-attribute removed.
8873         extent-glyph removed.
8874         extent-layout removed.
8875         set-extent-layout removed.
8876         list-faces-display removed.
8877         list-faces removed.
8878         trim-versions-without-asking removed.
8879         after-write-file-hooks removed.
8880         truename removed.
8881         auto-fill-hook removed.
8882         blink-paren-hook removed.
8883         select-screen-hook, deselect-screen-hook removed.
8884         auto-raise-screen, auto-lower-screen removed.
8885
8886         * msw-mouse.el: Global change resource -> mswindows-resource.
8887
8888         * XEmacs 21.0-pre5 is released.
8889
8890 1998-07-11  SL Baur  <steve@altair.xemacs.org>
8891
8892         * about.el (about-hackers): Credits update.
8893
8894 1998-07-11  Hrvoje Niksic  <hniksic@srce.hr>
8895
8896         * register.el (insert-register): Don't activate the region.
8897
8898 1998-07-10  SL Baur  <steve@altair.xemacs.org>
8899
8900         * select.el: Restore x-* symbols for backwards compatibility:
8901         x-copy-primary-selection, x-kill-primary-selection,
8902         x-delete-primary-selection, x-select-make-extent-for-selection,
8903         x-valid-simple-selection-, x-cut-copy-clear-internal.
8904
8905 1998-07-09  SL Baur  <steve@altair.xemacs.org>
8906
8907         * XEmacs 21.0-pre4 is released.
8908
8909 1998-06-28  Hrvoje Niksic  <hniksic@srce.hr>
8910
8911         * menubar-items.el (default-menubar): Use `report-emacs-bug' for
8912         reporting bugs.
8913         (maybe-add-init-button): Fix semantics under Windows.  Use
8914         `expand-file-name' rather than `concat'.
8915
8916         * help.el (print-messages): New function.
8917
8918 1998-07-05  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8919
8920         * ldap.el (ldap-host-parameters-alist): Docstring fixes
8921
8922 1998-07-04  Jonathan Harris  <jhar@tardis.ed.ac.uk>
8923
8924         * about.el: Tweaked my entry in about-hackers.
8925
8926         * find-paths.el (paths-emacs-root-p):
8927           Relaxed emacs-root checking of an in-place installation to
8928           also accommodate the flat layout used on MS Windows.
8929
8930 1998-06-29  John Jones  <jj@asu.edu>
8931
8932         * package-get.el: calls to package-get-update-all will only
8933           update packages which are already installed.
8934
8935 1998-07-05  Andy Piper  <andyp@parallax.co.uk>
8936
8937         * faces.el (xpm-color-symbols): remove hardcoded defaults these
8938         are handled by the gui-element face fallbacks now.
8939
8940         * x-faces.el: default gui-element face to "background" as well as
8941         the default face.
8942
8943         * msw-faces.el (mswindows-init-device-faces): remove gui-element
8944         and default face settings since these are set as fallbacks now in
8945         the appropriate domain.
8946
8947 1998-07-02  SL Baur  <steve@altair.xemacs.org>
8948
8949         * text-mode.el (text-mode): Reorder regexp so the OR part
8950         corresponding to `page-delim' goes first and the hack in
8951         `forward-paragraph' will work.
8952         With bug analysis from Bob Weiner <weiner@altrasoft.com>
8953
8954 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
8955
8956         * subr.el (remove-hook): When checking the hook value
8957           with functionp, don't apply car to it.
8958
8959 1998-06-24  Jonathan Harris  <jhar@tardis.ed.ac.uk>
8960
8961         * package-get.el (package-get-remote-filename):
8962           Don't use file-name-as-directory because the local directory
8963           separator conventions might not be the same as ftp's.
8964
8965 1998-06-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8966
8967         * ldap.el (ldap-host-parameters-alist): New name of
8968         `ldap-host-parameters-plist'
8969
8970 1998-06-26  Adrian Aichner  <adrian@xemacs.org>
8971
8972         * package-get.el: Using (require 'package-get-base), now that it
8973         provides itself.  Consequently removed all instances of (load
8974         "package-get-base.el").
8975
8976 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
8977
8978         * subr.el (remove-hook): Don't treat the hook value as a
8979           list unless it is both consp and not functionp.
8980
8981 1998-06-29  SL Baur  <steve@altair.xemacs.org>
8982
8983         * about.el: Email address for Ben Wing is ben@xemacs.org.
8984         * auto-show.el: Ditto.
8985         * bytecomp.el: Ditto.
8986         * faces.el: Ditto.
8987         * x-scrollbar.el: Ditto.
8988         * x-misc.el: Ditto.
8989         * tty-init.el: Ditto.
8990         * toolbar-items.el: Ditto.
8991         * symbol-syntax.el: Ditto.
8992         * specifier.el: Ditto.
8993         * objects.el: Ditto.
8994         * hyper-apropos.el: Ditto.
8995         * glyphs.el: Ditto.
8996
8997 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
8998
8999         * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
9000         vertical-divider-always-visible-p.
9001         (default-mouse-motion-handler): Ditto.
9002
9003 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
9004
9005         * scrollbar.el (scrollbars-visible-p): Simplify.  Always set the
9006         global value.
9007
9008 1998-06-21  Oliver Graf <ograf@fga.de>
9009
9010         * build-reports.el: changed receiver to xemacs-build-reports list
9011
9012 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
9013
9014         * font.el: Split font-family-mappings into X and
9015           mswindows-specific versions.
9016           mswindows-font-create-[object|name]: Treat supplied size
9017           as a pointsize. Added underline and strikethru handling.
9018
9019         * msw-faces.el: changed default mswindows charset to western.
9020
9021         * msw-glyphs.el: removed space in border-glyph font string that
9022           was inserted to get round bugs in the mswindows C font code.
9023
9024 1998-06-27  SL Baur  <steve@altair.xemacs.org>
9025
9026         * about.el (about-hackers): Credits update.
9027
9028         * help-nomule.el (tutorial-supported-languages): Add Romanian
9029         TUTORIAL.
9030
9031         * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
9032         to ISO-8859-2.
9033
9034 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
9035
9036         * font.el: Split font-family-mappings into X and
9037           mswindows-specific versions.
9038           mswindows-font-create-[object|name]: Treat supplied size
9039           as a pointsize. Added underline and strikethru handling.
9040
9041         * msw-faces.el: changed default mswindows charset to western.
9042
9043         * msw-glyphs.el: removed space in border-glyph font string that
9044           was inserted to get round bugs in the mswindows C font code.
9045
9046 1998-06-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
9047
9048         * minibuf.el: make read-color-completion-table call
9049           (mswindows-color-list for mswindows devices.
9050
9051 1998-06-18  Sam Mikes  <smikes@alumni.hmc.edu>
9052
9053         * lisp/font-lock.el
9054         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
9055         Let declaration items contain non-word symbol characters.
9056
9057 1998-06-15  Adrian Aichner  <adrian@xemacs.org>
9058
9059         * package-get.el (package-get-package-provider): Added autoload
9060         cookie.  Loading "package-get-base.el" in ALL functions that use
9061         it.  Fixed some (interactive ...) with multiple argument specs
9062         again.  Cosmetic indentation changes.
9063
9064 1998-05-27  Glynn Clements  <glynn@sensei.co.uk>
9065
9066         * info.el (Info-insert-dir): Don't use nreverse on variables
9067         that you want to use later.
9068
9069 1998-06-17  Glynn Clements  <glynn@sensei.co.uk>
9070
9071         * x-mouse.el (x-set-point-and-move-selection): Replace call
9072         to x-kill-primary-selection with kill-primary-selection
9073
9074 1998-06-12  Martin Buchholz  <martin@xemacs.org>
9075
9076         * simple.el (what-cursor-position): Make cursor position reported
9077         use value of column-number-start-at-one
9078
9079 1998-06-17  SL Baur  <steve@altair.xemacs.org>
9080
9081         * about.el (xemacs-hackers): Fix Jareth's email address.
9082
9083 1998-06-16  SL Baur  <steve@altair.xemacs.org>
9084
9085         * startup.el (startup-splash-frame): Remove
9086         `xemacs-startup-logo-function'.
9087
9088 1998-06-15  SL Baur  <steve@altair.xemacs.org>
9089
9090         * about.el (about-hackers): Update credits list.
9091
9092 1998-06-06  Jeff Miller <jmiller@smart.net>
9093
9094         * lisp/sound.el: Update sound-ext to allow filenames with
9095           extensions to be found by load-sound-file
9096
9097 1998-06-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
9098
9099         * info.el (Info-rebuild-outdated-dir): Removed variable
9100         (Info-auto-generate-directory): New variable
9101         (Info-save-auto-generated-dir): New variable
9102         (Info-maybe-update-dir): Use `Info-auto-generate-directory'
9103         (Info-build-dir-anew): Second parameter removed.  Use
9104         `Info-save-auto-generated-dir'
9105         (Info-rebuild-dir): Ditto
9106
9107 1998-06-02  Christoph Wedler  <wedler@fmi.uni-passau.de>
9108
9109         * list-mode.el (next-list-mode-item): Would not recognize
9110         border between directly neighbored items.
9111
9112 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
9113
9114         * package-get.el: add autoloads for some functions.
9115
9116 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
9117
9118         * specifier.el (let-specifier): Tiny docfixes.
9119
9120 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
9121
9122         * msw-mouse.el: set selection-pointer-glyph to Normal.
9123
9124 1998-06-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9125
9126         * wid-edit.el (widget-specify-secret): New function.
9127         (widget-after-change): Use it.
9128         (widget-specify-field): Use it.
9129
9130 1998-06-08  Hrvoje Niksic  <hniksic@srce.hr>
9131
9132         * mouse.el (drag-window-divider): Use `(not done)' instead of
9133         `doit'; reuse result of `window-pixel-edges'.
9134
9135         * modeline.el (drag-modeline-event-lag): Rename to
9136         drag-divider-event-lag.
9137
9138 1998-06-07  Hrvoje Niksic  <hniksic@srce.hr>
9139
9140         * specifier.el (let-specifier): Rewritten not to generate needless
9141         `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
9142         arguments.
9143
9144 1998-05-28  Hrvoje Niksic  <hniksic@srce.hr>
9145
9146         * minibuf.el (read-file-name-1): Setup buffer-local value of
9147         `completion-ignore-case' in completions buffer under Windows.
9148
9149 1998-06-06  Kirill M. Katsnelson  <kkm@kis.ru>
9150
9151         * about.el (about-maintainer-glyph): Fix support for not
9152         compressed images.
9153
9154 1998-06-04  Kirill M. Katsnelson  <kkm@kis.ru>
9155
9156         * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
9157
9158         * mouse.el (mouse-track): Cancel selection if misc-user event with
9159         `cancel-mode-internal' function is fetched.
9160
9161 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
9162
9163         * files.el (save-some-buffers-1): Fixed return value.
9164
9165 1998-06-01  Oliver Graf <ograf@fga.de>
9166
9167         * dragdrop.el: added experimental
9168
9169 1998-05-26  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
9170
9171         * startup.el (after-init-hook, init-file-user,
9172         user-init-directory, load-user-init-file):  Purge references
9173         to "~/.xemacs/init.el" from docstrings.
9174
9175         (load-user-init-file) Use paths-construct-path to construct
9176         paths to user init files.  Go directly to ~/.emacs, do not
9177         search ~/.xemacs/, do not load `default-custom-file'.
9178
9179 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
9180
9181         * files.el (interpreter-mode-alist): Catch wish and tclsh before
9182         general *sh.
9183         (inhibit-first-line-modes-regexps): Added `.tar.gz'.
9184
9185 1998-06-03  Andy Piper  <andyp@parallax.co.uk>
9186
9187         * menubar-items.el (default-menubar): add Update Packages to customize
9188         menu.
9189
9190 1998-06-02  Andy Piper  <andyp@parallax.co.uk>
9191
9192         * faces.el: use toolbar face as a fallback for toolbar properties
9193         in xpm-color-symbols instead of default.
9194
9195         * msw-faces.el: rename 3d-object -> gui-element face.
9196
9197 1998-06-06  SL Baur  <steve@altair.xemacs.org>
9198
9199         * startup.el (xemacs-startup-logo-function): New variable.
9200         (startup-splash-frame): Use it.
9201
9202 1998-06-02  Hrvoje Niksic  <hniksic@srce.hr>
9203
9204         * files.el (save-some-buffers): Would wait 1 second.
9205         (save-some-buffers-1): Delete other windows here instead of in
9206         `save-some-buffers'.
9207         (save-some-buffers): Force redisplay only if windows were deleted.
9208
9209 1998-06-02  Didier Verna  <didier@xemacs.org>
9210
9211         * cus-face.el (custom-face-attributes): generalized the use of
9212         toggle buttons for boolean attributes.
9213         Re-ordered the items a bit.
9214
9215 1998-06-01  SL Baur  <steve@altair.xemacs.org>
9216
9217         * sound.el (default-sound-directory): Use `locate-data-directory'
9218         to find the sounds directory.
9219
9220 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
9221
9222         * sound.el: default sound-ext to .wav under mswindows, .au
9223         otherwise. load-default sounds without extensions.
9224
9225 1998-05-27  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
9226
9227         * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
9228         if send-pr is not bound.
9229
9230 1998-06-01  Andy Piper  <andyp@parallax.co.uk>
9231
9232         * files.el: grok idl files in auto-mode-alist.
9233 1998-06-01  Jeff Miller  <jmiller@smart.net>
9234
9235         * minibuf.el (exact-minibuffer-completion-p): check for nil before
9236         calling `upcase'.
9237
9238 1998-05-30  Andy Piper  <andyp@parallax.co.uk>
9239
9240         * msw-glyphs.el: add xbm to the list of image types supported.
9241
9242 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
9243
9244         * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
9245         instead of XEmacs one when dumping InfoDock.
9246
9247 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
9248
9249         * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
9250         for `modeline-visible-p'
9251
9252         * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
9253
9254 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
9255
9256         * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
9257         since it's not used anymore. doc string fixes.
9258
9259         * package-get.el (package-get-file-installed-p): new function. use
9260         instead of file-installed-p which is in an external package.
9261
9262 1998-05-28  Oliver Graf <ograf@fga.de>
9263
9264         * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
9265         favor of select-window/switch-to-buffer
9266
9267 Wed May 27, 1998  Darryl Okahata  <darrylo@sr.hp.com>
9268
9269         * startup.el: changed (getenv "HOME") to (user-home-directory)
9270
9271 1998-05-25  Oliver Graf <ograf@fga.de>
9272
9273         * frame.el (cde-start-drag) moved to dragdrop.el
9274         (offix-start-drag-region) moved to dragdrop.el
9275         (offix-start-drag) moved to dragdrop.el
9276         * dragdrop.el (cde-start-drag) moved from frame.el
9277         (offix-start-drag-region) moved from frame.el
9278         (offix-start-drag) moved from frame.el
9279         (cde-start-drag-region) cde drag regions
9280         * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
9281
9282 1998-05-26  Oliver Graf <ograf@fga.de>
9283
9284         * dragdrop.el: created dragdrop-drag prototypes
9285         (cde-start-drag-region) fixed typo
9286
9287 1998-05-28  SL Baur  <steve@altair.xemacs.org>
9288
9289         * simple.el (after-init-hook): Remove reader macro.
9290
9291         * packages.el (packages-hardcoded-lisp): Get rid of reader
9292         macros.  Update DOC string.
9293
9294 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
9295
9296         * mouse.el (drag-window-divider): Ditto.
9297
9298         * modeline.el (mouse-drag-modeline): Use it.
9299
9300         * lisp-mode.el (let-specifier): Specify indentation.
9301
9302         * specifier.el (let-specifier): Renamed from
9303         `with-specifier-instance'.
9304
9305 1998-05-27  Andy Piper  <andyp@parallax.co.uk>
9306
9307         * x-faces.el:
9308         * faces.el: move definition of xpm-color-symbols from x-faces.el
9309         to faces. Predicate x-get-resource on the presence of x.
9310
9311         * msw-faces.el: set 3d-object face rather than modeline. Specify
9312         faces as specfier defaults.
9313
9314         * package-get.el: don't use package-admin-add-single-file-package.
9315
9316 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
9317
9318         * toolbar-items.el: Fixup tooltips.
9319         (toolbar-gnus): Don't use obsolete variable
9320         toolbar-news-frame-properties.
9321         (toolbar-news-reader): Default to `gnus' instead of
9322         `not-configured'.
9323
9324         * files.el (auto-mode-alist): Correctly recognize `.emacs' under
9325         Windows.
9326
9327 1998-05-25  Andy Piper  <andyp@parallax.co.uk>
9328
9329         * package-get.el: rename -installedp -> -installed-p.
9330
9331 1998-05-23  Kirill M. Katsnelson  <kkm@kis.ru>
9332
9333         * glyphs.el (init-glyphs): Created `border-glyph' face, with no
9334         attributes, and assinged it to continuation, truncation and
9335         hscroll glyphs.
9336
9337         * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
9338         and made continuation, truncation and hscroll glyphs arrow
9339         characters out of that font.
9340
9341 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
9342
9343         * minibuf.el (minibuffer-electric-separator): Play nicely with
9344         directory-sep-char being \.
9345         (minibuffer-electric-tilde): Ditto.
9346         (read-file-name-map): Ditto.
9347
9348 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
9349
9350         * mouse.el (default-mouse-track-maybe-own-selection): Pause only
9351         on X devices.
9352         (default-mouse-track-deal-with-down-event): Avoid
9353         `x-disown-selection'; use `disown-selection' instead.
9354
9355 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
9356
9357         * select.el:
9358         * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
9359         moved to (cut-copy-clear-internal) in select.el. Ditto for
9360         (x-delete-primary-selection) (x-kill-primary-selection)
9361         (x-copy-primary-selection).
9362         (own-clipboard): new function.
9363
9364         * msw-select.el: use the new kill/delete/copy/cut-copy-clear
9365         functions in select.el. remove old ones.
9366         (mswindows-own-clipboard): new function.
9367
9368 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
9369
9370         * gnuserv.el: allow connections from mswindows type devices.
9371
9372 1998-05-20  Andy Piper  <andyp@parallax.co.uk>
9373
9374         * msw-glyphs.el: change image type used from cursor to resource.
9375
9376 1998-05-20  Kirill M. Katsnelson  <kkm@kis.ru>
9377
9378         * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
9379         for {top,bottom}-{left,right} values in addition to
9380         {top,bottom}_{left,right}.
9381         Use x-get-resource instead of x-get-resource-and-bogosity-check.
9382
9383 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
9384
9385         * cl-macs.el (specifier-instance): Undefine its setf method.
9386
9387         * specifier.el (with-specifier-instance): Added docstring.
9388
9389         * mouse.el (drag-window-divider): Ditto.
9390
9391         * modeline.el (mouse-drag-modeline): Use it.
9392
9393         * lisp-mode.el (with-specifier-instance): Define its indentation
9394         level.
9395
9396         * specifier.el (with-specifier-instance): New macro.
9397
9398 1998-05-19  Andy Piper  <andyp@parallax.co.uk>
9399
9400         * package-get.el (package-get-create-custom): new function to
9401         auto-generate package-get-custom.el from package-get-base.el.
9402         * (package-get-ever-installedp): new function.
9403         * (package-get-custom): new function to get all packages specified
9404         by customize.
9405
9406 1998-05-19  Hrvoje Niksic  <hniksic@srce.hr>
9407
9408         * cus-edit.el (custom-file): Revert to `~/.emacs'.
9409
9410 1998-05-23  SL Baur  <steve@altair.xemacs.org>
9411
9412         * cl-extra.el: Reverse previous float change.
9413
9414 1998-05-17  Andy Piper  <andyp@parallax.co.uk>
9415
9416         * x-faces.el:
9417         * faces.el (try-font-name): moved from x-faces.el since it is
9418         required by w3 under mswindows as well X.
9419
9420 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
9421
9422         * winnt.el: Removed evil (setq completion-ignore-case t)
9423         clause, one more overlookef fsfism.
9424         (nt-quote-args-functions-alist): End sentences with double space.
9425
9426 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
9427
9428         * window-xemacs.el (push-window-configuration): Remove kludgery of
9429         recaching default-toolbar specifier.
9430         (pop-window-configuration): Ditto.
9431         (unpop-window-configuration): Ditto.
9432
9433 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
9434
9435         * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
9436
9437 1998-05-17  Kirill M. Katsnelson  <kkm@kis.ru>
9438
9439         * winnt.el (nt-quote-args-verbatim): Added function.
9440         (nt-quote-args-prefix-quote): Added function.
9441         (nt-quote-args-backslash-quote): Added function.
9442         (nt-quote-args-double-quote): Added function.
9443         (nt-quote-args-functions-alist): New variable.
9444         (nt-quote-process-args): Added function. This is the main quoting
9445         work horse called from process-nt.c
9446
9447 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
9448
9449         * winnt.el: Removed duplicate definitions for backspace,
9450         delete, M-backspace and C-M-backspace.
9451         (file-name-buffer-file-type-alist): Removed this variable.
9452         (find-buffer-file-type): Removed function.
9453         (find-file-binary):  Removed function.
9454         (find-file-text): Removed function.
9455         (find-file-not-found-set-buffer-file-type): Removed function.
9456         (save-to-unix-hook): Removed function.
9457         (revert-from-unix-hook): Removed function.
9458         (using-unix-filesystems): Removed function.
9459         (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
9460         warning.
9461         (x-set-selection): Removed function.
9462         (x-get-selection): Removed function.
9463         Removed commented FSFisms.
9464         Replaced copyright notice (this file is not part of GNU Emacs).
9465         (nt-shell-mode-hook): Moved here from a lambda expression. Added
9466         comint-process-echoes setting to t.
9467
9468 1998-05-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9469
9470         * packages.el (packages-no-package-hierarchy-regexp): Introduced
9471         and used following the interface change of
9472         `paths-find-recursive-path'.
9473
9474         * find-paths.el (paths-find-recursive-path): Exclusion is now by a
9475         regexp instead of a list of base names.
9476         (paths-version-control-filename-regexp):
9477         (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
9478         Introduced and used following the interface change of
9479         `paths-find-recursive-path'.
9480
9481 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
9482
9483         * simple.el (delete-forward-p): Make it a defun; do X garbage only
9484         on X devices, rather than on all non-TTY devices.
9485
9486 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
9487
9488         * msw-mouse.el: New file. Sets up cursor shapes for Windows.
9489
9490         * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
9491
9492 1998-05-17  Adrian Aichner  <adrian@xemacs.org>
9493
9494         * itimer.el (activate-itimer): Fixed usage of integers
9495         as argument to `concat'.
9496
9497 1998-05-17  Glynn Clements  <glynn@sensei.co.uk>
9498
9499         * itimer.el (start-itimer): replace the use of `concat' with
9500         `format'
9501
9502 1998-05-16  SL Baur  <steve@altair.xemacs.org>
9503
9504         * mode-motion.el (mode-motion-hook): Clarify docstring.
9505         From Bob Weiner <weiner@altrasoft.com>
9506
9507         * loadhist.el (symbol-file): Supply prompt string when used
9508         interactively.
9509         From Bob Weiner <weiner@altrasoft.com>
9510
9511 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
9512
9513         * loadup.el (really-early-error-handler): Ditto.
9514
9515         * update-elc.el: Ditto.
9516
9517         * setup-paths.el (paths-construct-exec-path): Ditto.
9518
9519         * make-docfile.el: Ditto.
9520
9521         * find-paths.el (paths-decode-directory-path): Use split-path
9522         instead of decode-path.
9523
9524         * files.el (parse-colon-path): Update docstring reference.
9525
9526 1998-05-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
9527
9528         * msw-init.el:
9529         * x-init.el:
9530         Bind cut'n'paste keys to non window-system specific functions.
9531
9532         * msw-select.el: New function mswindows-clear-clipboard.
9533         mswindows-cut-copy-clipboard extended to handle clearing of the
9534         selection and renamed to mswindows-cut-copy-clear-clipboard.
9535
9536         * select.el: on mswindows devices delete-primary-selection
9537         calls mswindows-clear-clipboard.
9538
9539 1998-05-15  Hrvoje Niksic  <hniksic@srce.hr>
9540
9541         * simple.el (quoted-insert): Inhibit quit when using read-char.
9542
9543         * cmdloop.el (read-char): Don't inhibit quit.
9544         (read-char-exclusive): Ditto.
9545         (read-char): Signal quit if quit-char was pressed.
9546         (read-char-exclusive): Ditto.
9547         (read-quoted-char): Return a character, not integer.
9548
9549         * menubar-items.el (default-popup-menu): Use Andy's generic
9550         selection code.
9551         (default-popup-menu): Fix code.
9552
9553 1998-05-14  Oliver Graf <ograf@fga.de>
9554
9555         * dragdrop.el (dragdrop-function-widget): this time it's done
9556
9557 1998-05-13  Oliver Graf <ograf@fga.de>
9558
9559         * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
9560
9561 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
9562
9563         * device.el (device-pixel-width):
9564         (device-pixel-height):
9565         (device-mm-width):
9566         (device-mm-height):
9567         (device-bitplanes):
9568         (device-color-cells): Swapped parameters to device-system-metric
9569         according to the interface change.
9570
9571 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
9572
9573         * mouse.el (default-mouse-motion-handler): Use new name of the
9574         function event-over-vertical-divider-p.
9575         Do not set E-W arrow cursor over the divider if
9576         vertical-divider-draggable-p is nil in the window.
9577         ([top-level]): Use new name for the variable
9578         vertical-divider-map.
9579         (drag-window-divider): Respect vertical-divider-draggable-p.
9580         Variable name typo fixes.
9581
9582 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
9583
9584         * keymap.el (kbd): Define here; handle string constants and
9585         others...
9586
9587 1998-05-15  Christian Nyb <chr@mediascience.no>
9588
9589         * simple.el (zap-up-to-char): New function.  Behaves like `zap-to-char'
9590         in Emacs 18.
9591
9592 1998-05-13  Didier Verna  <didier@xemacs.org>
9593
9594         * mouse.el (drag-window-divider): give the vertical divider a
9595         pressed look when dragging it.
9596
9597 1998-05-13  Andy Piper  <andyp@parallax.co.uk>
9598
9599         * faces.el: predicate some more face operations on x or mswindows
9600         not just x.
9601
9602         * modeline.el: enable modeline coloring for mswindows.
9603
9604 1998-05-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9605
9606         * minibuf.el (minibuffer-default): Added variable; compatible with
9607         FSF Emacs.
9608         (next-history-element): Used `minibuffer-default'.
9609
9610 1998-05-12  Oliver Graf <ograf@fga.de>
9611
9612         * dragdrop.el (dragdrop-function-widget): button and mods ok
9613         arguments still look a bit strange
9614         (dragdrop-compare-mods) created
9615         (dragdrop-drop-do-functions) correctly checks for buttons and
9616         modifiers
9617
9618 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
9619
9620         * setup-paths.el (paths-default-info-directories): Replace
9621         path-separator with directory-sep-char.
9622
9623         * files.el (path-separator): Don't define it here.
9624
9625 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
9626
9627         * update-elc.el: Ditto.
9628
9629         * setup-paths.el (paths-construct-exec-path): Ditto.
9630
9631         * make-docfile.el: Ditto.
9632
9633         * loadup.el (really-early-error-handler): Ditto.
9634
9635         * find-paths.el (paths-decode-directory-path): Use decode-path
9636         instead of decode-path-internal.
9637
9638         * files.el (parse-colon-path): Update docstring.
9639
9640 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
9641
9642         * subr.el (get-buffer-window-list): Make BUFFER optional.
9643
9644         * window-xemacs.el (windows-of-buffer): Defalias to
9645         get-buffer-window-list.
9646
9647 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
9648
9649         * disass.el: Fix maintainer keyword.
9650
9651         * bytecomp.el (byte-compile-and-load-file): Autoload.
9652         (byte-compile-buffer): Ditto.
9653
9654         * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
9655         value is returned, not the name.
9656         (lisp-imenu-generic-expression): Enable it.
9657         (lisp-mode-variables): Ditto.
9658         (lisp-indent-offset): Change defconst to defvar.
9659         (lisp-indent-function): Ditto.
9660         (lisp-body-indent): Ditto.
9661
9662 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
9663
9664         * modeline.el: Use zap-last-kbd-macro-event.
9665
9666         * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
9667         nil, don't attempt to do anything with messages.
9668         (eval-last-sexp): Use `letf' for clarity.
9669
9670 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
9671
9672         * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
9673
9674 1998-05-11  Martin Buchholz  <martin@xemacs.org>
9675
9676         * buff-menu.el:
9677         * lisp-mode.el:
9678         * obsolete.el:
9679         Change empty docstrings into no doc strings at all.
9680         Fix bogus FSF-format docstrings.
9681         * etags.el: Fix docstring.
9682
9683 1998-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
9684
9685         * package-get.el (package-get): Use internal md5
9686
9687 1998-05-13  SL Baur  <steve@altair.xemacs.org>
9688
9689         * about.el (about-xemacs): Correct abuse of concat.
9690
9691 1998-05-11  SL Baur  <steve@altair.xemacs.org>
9692
9693         * info.el (Info-mode): Use easymenu.
9694
9695 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
9696
9697         * apropos.el (apropos): Don't use concat with integers.
9698
9699         * cmdloop.el (describe-last-error): Handle the case when no error
9700         was seen gracefully.
9701
9702         * apropos.el (apropos-print): Use with-displaying-help-buffer as
9703         defun.
9704         (apropos-describe-plist): Ditto.
9705
9706         * help.el (with-displaying-help-buffer): Revert to a defun.
9707         (describe-key): Use it as defun.
9708         (describe-mode): Ditto.
9709         (describe-bindings): Ditto.
9710         (describe-prefix-bindings): Ditto.
9711         (describe-installation): Ditto.
9712         (view-lossage): Ditto.
9713         (describe-function): Ditto.
9714         (describe-variable): Ditto.
9715         (describe-syntax): Ditto.
9716
9717 1998-05-11  Oliver Graf <ograf@fga.de>
9718
9719         * dragdrop.el: changed order of require/provide
9720         (dragdrop-drop-mime-default) changed to new calling conventions
9721         (dragdrop-drop-do-functions) changed to new calling conventions
9722         (dragdrop-function-widget) this one needs more work...
9723
9724 1998-05-10  Oliver Graf <ograf@fga.de>
9725
9726         * about.el: another small change in my entry
9727         * dragdrop.el (dragdrop-drop-log-function): logging added
9728         plus customizations
9729         changed interface to handler functions. now called with event
9730         and object
9731
9732 1998-05-12  Kirill M. Katsnelson  <kkm@kis.ru>
9733
9734         * glyphs.el (divider-pointer-glyph): Declared new glyph,
9735         E-W arrow pointer displayed over draggable dividers.
9736
9737         * mouse.el (default-mouse-motion-handler): Show it when
9738         appropriate.
9739         (drag-window-divider): Added.
9740         ([top-level]): Initialized window-divider-map with a keymap
9741         binding the above function to left button down event.
9742
9743         * x-mouse.el (x-init-pointer-shape): Initialize
9744         divider-pointer-glyph from Cursor.dividerPointer, or use default
9745         E-W double arrow.
9746
9747 1998-04-30  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
9748
9749         * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
9750
9751 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
9752
9753         * simple.el (count-words-buffer): Don't query for buffer.
9754         (count-lines-buffer): Ditto.
9755
9756 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
9757
9758         * help.el (where-is): add optional insert argument.
9759
9760 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
9761
9762         * help.el (describe-key-briefly): New argument INSERT.
9763
9764         * simple.el (eval-expression): New optional argument; synch with
9765         FSF 20.3.
9766
9767         * keydefs.el (global-map): Add new register bindings.
9768
9769         * register.el: Synched with FSF 20.3.
9770
9771 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
9772
9773         * window-xemacs.el (recenter): all arguments are optional.
9774
9775 1998-05-10  Kirill M. Katsnelson  <kkm@kis.ru>
9776
9777         * device.el: (device-pixel-width): Reflected name/parameters
9778         change to device-system-metric.
9779         (device-pixel-height): Ditto.
9780         (device-mm-width): Ditto.
9781         (device-mm-height): Ditto.
9782         (device-bitplanes): Ditto.
9783         (device-color-cells): Ditto.
9784
9785 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
9786
9787         * cl-extra.el (cl-float-limits): Removed; move code to top-level.
9788
9789         * cl.el (most-positive-fixnum): Document.
9790         (most-negative-fixnum): Ditto.
9791
9792         * cus-dep.el: Updated comment.
9793
9794         * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
9795         constant.
9796
9797         * cus-load.el (custom-put): Removed.
9798
9799         * files.el (after-find-file): Just resignal quit instead of
9800         signaling "canceled".
9801
9802 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
9803
9804         * frame.el (other-frame): Use `focus-frame' instead of
9805         select-frame kludges.
9806
9807         * lisp-mode.el: Update lisp-indent-function for
9808         save-selected-frame and with-selected-frame.
9809
9810         * frame.el (save-selected-frame): New macro.
9811         (with-selected-frame): Ditto.
9812         (other-frame): Use `set-frame-focus'.
9813
9814 1998-05-06  Oliver Graf <ograf@fga.de>
9815
9816         * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
9817         (dragdrop-drop-url-default) default handler for URL drops created
9818         (dragdrop-drop-mime-default) default handler for MIME drops created
9819         (dragdrop-drop-functions) default custom for handling drops created
9820         (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
9821
9822 1998-05-05  Jonathan Harris <jhar@tardis.ed.ac.uk>
9823
9824         * mouse.el: Removed redundant mouse-mswindows-drop function.
9825
9826 1998-05-05  Oliver Graf <ograf@fga.de>
9827
9828         * about.el: changed some text in my entry
9829         * dragdrop.el: added customs
9830
9831 1998-05-04  Oliver Graf <ograf@fga.de>
9832
9833         * mouse.el: killed global drop key bindings
9834         (mouse-offix-drop) removed
9835         * dragdrop.el: created
9836         * dumped-lisp.el: inclusion of dragdrop.el for window-systems
9837
9838 1998-05-09  Kirill M. Katsnelson  <kkm@kis.ru>
9839
9840         * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
9841         scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
9842
9843         * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
9844         obsolete comment.
9845
9846         * scrollbar.el (scrollbars-visible-p): Use new
9847         {vertical,horizontal}-scrollbar-visible-p specifiers.
9848
9849 1998-04-18  Kirill M. Katsnelson  <kkm@kis.ru>
9850
9851         * device.el (device-pixel-height):
9852         (device-pixel-width):
9853         (device-mm-width):
9854         (device-mm-height):
9855         (device-bitplanes):
9856         (device-color-cells): Moved these 6 functions from device.c; they
9857         all use single (device-system-metrics) call.
9858
9859 1998-05-09  SL Baur  <steve@altair.xemacs.org>
9860
9861         * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
9862         were renamed.
9863
9864         * menubar-items.el:
9865         * toolbar-items.el: Renamed from x-menubar/x-toolbar.
9866         Suggested by Hrvoje Niksic <hniksic@srce.hr>
9867
9868         * help.el (help-map): Remove Hyperbole keybinding logic.
9869         Suggested by: Michael Ernst <mernst@cs.washington.edu>
9870
9871 1998-05-08  SL Baur  <steve@altair.xemacs.org>
9872
9873         * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
9874         From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
9875
9876 1998-05-07  Andy Piper  <andyp@parallax.co.uk>
9877
9878         * msw-glyphs.el: use nicer icon3 from the frame icon.
9879
9880 1998-05-07  SL Baur  <steve@altair.xemacs.org>
9881
9882         * version.el (emacs-version): Remove InfoDock conditionals.
9883
9884         * startup.el (startup-splash-frame): Change ID logo name.
9885
9886 1998-05-06  Hrvoje Niksic  <hniksic@srce.hr>
9887
9888         * files.el (after-find-file): If the user presses C-g on
9889         directory-creation prompt, kill the buffer.
9890
9891 1998-05-06  SL Baur  <steve@altair.xemacs.org>
9892
9893         * simple.el (count-words-region): Reverse previous change.
9894
9895 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
9896
9897         * replace.el (query-replace): Just call perform-replace.
9898         (query-replace-regexp): Ditto.
9899         (perform-replace): Move region handling here.
9900         (perform-replace): Use the new arg to match-data.
9901
9902 1998-03-08  Kyle Jones  <kyle_jones@wonderworks.com>
9903
9904         * x-init.el: Install X specific display table that
9905           displays char 0240 as a space to avoid whatever it is
9906           that screws up display of that character code.
9907
9908 1998-05-03  Hrvoje Niksic  <hniksic@srce.hr>
9909
9910         * help.el (function-arglist): If no arguments are documented for a
9911         subr, print nothing rather than incorrect output.
9912
9913 1998-05-05  SL Baur  <steve@altair.xemacs.org>
9914
9915         * cmdloop.el (command-error): Update bail-out error message to use
9916         `emacs-program-name'.
9917
9918         * lib-complete.el: Remove reader macro cruft.
9919
9920         * dumped-lisp.el (preloaded-file-list): Phase I:  remove InfoDock
9921         cruft.
9922
9923         * simple.el (count-words-region): Drop interactive-p check on the
9924         message.
9925
9926 1998-05-04  Jonathan Harris <jhar@tardis.ed.ac.uk>
9927
9928         * font.el
9929         * msw-faces.el
9930         Correct spelling of mswindows-font-canonicalize-name.
9931
9932 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
9933
9934         * ldap.el (ldap-host-parameters-alist): Replaced with
9935         `ldap-host-parameters-plist'
9936         (ldap-search): Adapt to previous change
9937
9938 1998-05-02  SL Baur  <steve@altair.xemacs.org>
9939
9940         * about.el (about-hackers): Update Bob Weiner bio.
9941         (about-maintainer-info): Ditto.
9942
9943 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
9944
9945         * simple.el (display-warning-minimum-level): Docfix.
9946
9947 1998-04-04  Per Abrahamsen  <abraham@dina.kvl.dk>
9948
9949         * widget.el (:default-get): New keyword.
9950         * wid-edit.el (default, widget-default-default-get): Define it.
9951         (group, widget-group-default-get): Define it.
9952         (menu-choice, widget-choice-default-get): Define it.
9953         (widget-default-get): New function.
9954         (widget-choice-action): Call it.
9955         (widget-editable-list-entry-create): Call it.
9956
9957 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
9958
9959         * byte-optimize.el (byte-boolean-vars): Removed.
9960         (byte-optimize-lapcode): Use `built-in-variable-type' instead of
9961         lookup through `byte-boolean-vars'.
9962
9963 1998-05-01  Kirill M. Katsnelson  <kkm@kis.ru>
9964
9965         * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
9966         resource-provided values into ghost specs for scrollbar-height and
9967         scrollbar-width.
9968
9969 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
9970
9971         * byte-optimize.el: Don't attempt to optimize /=.
9972
9973         * bytecomp.el (byte-compile-one-ore-more-args): New function.
9974         (byte-compile-/=): Ditto.
9975
9976 1998-05-02  SL Baur  <steve@altair.xemacs.org>
9977
9978         * apropos.el: Use `with-displaying-help-buffer'.
9979         (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
9980         Use `with-displaying-help-buffer'.
9981         (apropos-follow): Do not give special treatment to buffer cursor
9982         was in prior to a mouse click.
9983         (apropos-describe-plist): Use `with-displaying-help-buffer'.
9984         (apropos-print-doc): Set correct buffer for setting text
9985         properties.
9986
9987 1998-05-01  SL Baur  <steve@altair.xemacs.org>
9988
9989         * help.el (help-buffer-prefix-string): New variable.
9990         (help-buffer-name): Use it.
9991
9992         * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
9993         mode menu.
9994
9995 1998-04-30  Greg Klanderman  <greg@alphatech.com>
9996
9997         * frame.el (other-frame): Work even when focus-follows-mouse is true.
9998
9999 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
10000
10001         * files.el (find-file-noselect): Update docstring.
10002         (find-file-noselect): Signal an error if found an unreadable file.
10003         (file-chase-links): Save the match data.
10004         (normal-mode): Use `lwarn' and `error-message-string'.
10005         (interpreter-mode-alist): Change defconst to defvar.
10006         (inhibit-first-line-modes-regexps): Ditto.
10007         (inhibit-first-line-modes-regexps): Added .tgz.
10008         (inhibit-first-line-modes-suffixes): Change defconst to defvar.
10009         (change-major-mode-with-file-name): New user-option.
10010         (set-visited-file-name): Synched with FSF.
10011         (file-name-extension): New function, from FSF 20.3.
10012         (file-relative-name): Synched with FSF.
10013         (save-some-buffers): Support the C-r feature.
10014         (recover-session): Synched with FSF.
10015         (kill-some-buffers): Ditto.
10016         (set-auto-mode): New argument JUST-FROM-FILE-NAME.
10017
10018 1998-04-30  SL Baur  <steve@altair.xemacs.org>
10019
10020         * files.el (insert-file): Undo previous change and reenable use of
10021         format.el.
10022
10023 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
10024
10025         * window-xemacs.el (recenter): Define.
10026
10027 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
10028
10029         * font.el (mswindows-font-create-name)
10030         (mswindows-font-create-object): new functions for mswindows type
10031         fonts.
10032
10033         * msw-faces.el (mswindows-font-canicolize-name): fix so that
10034         strings are parsed as well as font objects.
10035
10036 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
10037
10038         * modeline.el (defining-kbd-macro): Restore modeline indication of
10039         kbd-macro being recorded.
10040         (add-minor-mode): Simplify docstring.
10041         (modeline-minor-mode-menu): Remove stuff.
10042
10043 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
10044
10045         * code-process.el (call-process): dynamically decide process
10046         coding type.
10047
10048 1998-04-29  Jim Radford  <radford@robby.caltech.edu>
10049
10050         * modeline.el: Add line-number-mode, column-number-mode to
10051         the modeline minor-mode menu.  Button2 on the line number does
10052         goto-line.
10053
10054 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
10055
10056         * mouse.el: move x-selection-owner-p type things to
10057         selection-owner-p.
10058
10059         * msw-init.el: copy zmacs stuff from x-init.el
10060
10061         * msw-select.el (mswindows-own-selection)
10062         (mswindows-disown-selection) (mswindows-selection-owner-p): new
10063         functions. Very simple minded implementation of selectio
10064         ownership.
10065
10066         * select.el (own-selection) (disown-selection)
10067         (activate-region-as-selection) (select-make-extent-for-selection)
10068         (valid-simple-selection-p): functions moved from x-select.el for
10069         generalized selection.
10070
10071         * x-select.el: see select.el changes.
10072
10073         * x-toolbar.el: use new selection functions.
10074
10075 1998-04-28  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10076
10077         * packages.el (packages-find-package-directories): Fixed bug that
10078         would pick up multiple site-package directories.
10079         (package-locations): Added "xemacs-packages" as a late package
10080         location.
10081
10082         * find-paths.el: Now uses `emacs-program-name' and
10083         `emacs-program-version'.
10084         Additions to enforce version-specific directories in
10085         `paths-find-version-directory'.
10086
10087 1998-04-29  SL Baur  <steve@altair.xemacs.org>
10088
10089         * default.el: Removed.
10090         * site-start.el: Removed.
10091
10092 1998-04-29  Didier Verna  <didier@xemacs.org>
10093
10094         * minibuf.el (minibuffer-history-minimum-string-length): Default
10095         to nil.
10096
10097 1998-04-28  SL Baur  <steve@altair.xemacs.org>
10098
10099         * find-paths.el (paths-program-name): Rename.
10100         (paths-emacs-root-p): Ditto.
10101         (paths-find-site-directory): Ditto.
10102
10103 1998-04-26  Karl M. Hegbloom  <karlheg@inetarena.com>
10104
10105         * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
10106         `emacs-lisp-byte-compile-and-load'.
10107
10108 1998-04-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
10109
10110         * ldap.el (ldap-search): Fixed additional parameter passing to
10111         `ldap-open'
10112
10113 1998-04-27  Andy Piper  <andyp@parallax.co.uk>
10114
10115         * select.el (kill-primary-selection) (selection-owner-p)
10116         (copy-primary-selection) (yank-clipboard-selection)
10117         (selection-exists-p) (delete-primary-selection): new file and
10118         functions that do the right thing for the selected device.
10119
10120         * x-menubar.el: use generalised selection functions.
10121
10122         * dumped-lisp.el: dump select.el.
10123
10124 1998-04-27  SL Baur  <steve@altair.xemacs.org>
10125
10126         * find-paths.el (paths-progname): New variable.
10127         (paths-emacs-root-p): Use it.
10128         (paths-find-site-directory): Ditto.
10129
10130 1998-04-26  SL Baur  <steve@altair.xemacs.org>
10131
10132         * loadup.el ((member "dump" command-line-args)): Dump as
10133         `infodock' if InfoDock.
10134
10135 1998-04-25  SL Baur  <steve@altair.xemacs.org>
10136
10137         * find-paths.el (construct-emacs-version): Simplify, include
10138         program name in the return value.
10139         * (paths-find-version-directory): Use it.
10140
10141 1998-04-25  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
10142
10143         * info.el (Info-parse-dir-entries): Fixed regexp
10144         (Info-build-dir-anew): Remove full suffix and capitalize info file
10145         name for files with no @direntry
10146         (Info-batch-rebuild-dir): New function
10147         (Info-suffixed-file): Check for regular files instead of simple
10148         file existence (could catch directories before)
10149
10150 1998-04-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10151
10152         * setup-paths.el, find-paths.el: Removed uses of `not' which
10153         temacs doesn't have.
10154
10155         * find-paths.el (paths-find-emacs-roots): Included exec-prefix
10156         into root searching.
10157
10158 1998-04-24  Martin Buchholz  <martin@xemacs.org>
10159
10160         * subr.el: Remove definition of `not'.
10161
10162 Sat Apr 24 1998  Andy Piper  <andyp@parallax.co.uk>
10163
10164         * msw-glyphs.el: enable graphics support.
10165
10166 1998-04-23  Didier Verna  <didier@xemacs.org>
10167
10168         * x-menubar.el (default-menubar): restored the line-number-mode
10169         option.
10170
10171         * misc doc string updates related to the options menu.
10172
10173 1998-04-24  SL Baur  <steve@altair.xemacs.org>
10174
10175         * setup-paths.el (paths-construct-load-path): Fix typo.
10176
10177 1998-04-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10178
10179         * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
10180         font-menu-ignore-scaled-fonts don't have to be bound now; this
10181         gets us one step further towards making --no-autoloads work.
10182
10183         * startup.el (normal-top-level): Load auto-autoloads only if
10184         lisp-directory is non-nil.
10185
10186         * setup-paths.el (paths-construct-load-path): Made it robust
10187         against nil lisp-directory.
10188
10189         * startup.el (startup-setup-paths-warning): Added `lisp-directory'
10190         to the list of variables that cause a warning when nil.
10191
10192         * toolbar.el (init-toolbar-location): Now works even when there's
10193         no toolbar icon directory.
10194
10195 1998-04-23  Hrvoje Niksic  <hniksic@srce.hr>
10196
10197         * help.el (view-lossage): Recognize it.
10198
10199         * simple.el (log-message): Mark multiline messages.
10200
10201 1998-04-22  SL Baur  <steve@altair.xemacs.org>
10202
10203         * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
10204
10205 1998-4-20  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
10206
10207         * package-get.el (package-get-all):  add `\n' separator to
10208         interactive specification so that both variables are read
10209
10210 1998-04-22  Didier Verna  <didier@xemacs.org>
10211
10212         * x-menubar.el: ported the options menu to Custom.
10213         Moved the "read only" toggle button to the buffers menu.
10214         Corrected some missing ;;;###autoload or defcustom.
10215
10216         * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
10217         the scrollbar-visible specifier for options menu handling.
10218
10219         * toolbar.el (toolbar-visible-p)
10220                      (toolbar-captioned-p)
10221                      (default-toolbar-position): defcustom wrappers around
10222         the toolbar specifiers for options menu handling.
10223
10224         * frame.el (get-frame-for-buffer-default-instance-limit):
10225         defcustom it for options menu handling.
10226
10227         * font-lock.el (font-lock-mode): defcustom and autoload the variable
10228         font-lock-mode for options menu handling.
10229
10230         * cus-start.el: added Custom properties to overwrite-mode for
10231         options menu handling.
10232
10233 Wed Apr 22 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
10234
10235         * about.el: shameless self-promotion.
10236
10237 1998-04-21  Hrvoje Niksic  <hniksic@srce.hr>
10238
10239         * simple.el (raw-append-message): Slightly optimize.
10240         (remove-message): Use `push' for clarity.
10241         (append-message): Ditto.
10242         (display-warning): Dito.
10243         (raw-append-message): Send the message to the appropriate device.
10244
10245 1998-04-22  SL Baur  <steve@altair.xemacs.org>
10246
10247         * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
10248         From Sean MacLennan <Sean.MacLennan@pika.ca>
10249
10250 1998-04-18  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10251
10252         * setup-paths.el: Changed `directory-sep-char' to
10253         `path-separator', following a change in GNU Emacs.
10254
10255 1998-04-19  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
10256
10257         * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
10258         (Info-build-dir-anew): Add a final newline.
10259         (Info-build-dir-anew): Do not issue warning when rebuilding policy
10260         is `always'
10261         (Info-rebuild-dir): Ditto
10262
10263         * dumped-lisp.el (preloaded-file-list): Added ldap.el
10264
10265 1998-04-21  SL Baur  <steve@altair.xemacs.org>
10266
10267         * simple.el (count-words-buffer): Retain zmacs region.
10268         (count-words-region): Ditto.
10269         * simple.el: (what-line): Expanded line counts.
10270         (count-lines): New parameter to conditionalize whether collapsed
10271         lines get counted.
10272         From Bob Weiner <weiner@altrasoft.com>
10273
10274 1998-04-19  SL Baur  <steve@altair.xemacs.org>
10275
10276         * packages.el (package-locations): infodock-packages must override
10277         mule-packages and packages.
10278
10279 1998-04-19  Jonathan Harris <jhar@tardis.ed.a.uk>
10280
10281         * wid-edit.el:
10282         remove rude messages from widget-activation-widget-mapper
10283         and widget-activation-glyph-mapper
10284
10285 1998-04-17  Jonathan Harris <jhar@tardis.ed.ac.uk>
10286
10287         * toolbar.el: Remove (featurep 'x) test from
10288         toolbar-make-button-list
10289
10290 1998-04-17  Hrvoje Niksic  <hniksic@srce.hr>
10291
10292         * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
10293         only if in the same frame.
10294
10295 1998-04-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10296
10297         * packages.el (package-locations): Added site-packages hierarchy.
10298
10299         * setup-paths.el (paths-default-info-directories): Introduced and
10300         used.
10301
10302         * packages.el, setup-paths.el: Set various path searching depths
10303         to 1.
10304
10305         * packages.el (packages-hierarchy-depth):
10306         (packages-load-path-depth): Introduced and used.
10307
10308         * setup-paths.el (paths-load-path-depth): Introduced and used.
10309
10310         * find-paths.el (paths-find-recursive-path): Added max-depth
10311         parameter.
10312
10313 1998-04-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10314
10315         * setup-paths.el (paths-construct-info-path): Removed
10316         dependency on behavior of (file-name-as-directory "").
10317
10318 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
10319
10320         * ldap.el (ldap-search): Adapt to the new low-level API using ldap
10321         lisp objects
10322
10323 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10324
10325         * dump-paths.el, startup.el: Added handling for --debug-paths.
10326
10327 1998-04-15  William M. Perry  <wmperry@aventail.com>
10328
10329         * wid-edit.el: We cannot just set the help-echo or balloon-help
10330           properties for an extent based on the :help-echo widget
10331           property, since help-echo and balloon-help cause an EXTENT to
10332           get passed in, where :help-echo functions are expecting a WIDGET
10333
10334 1998-04-15  Kirill M. Katsnelson  <kkm@kis.ru>
10335
10336         * scrollbar.el (init-scrollbar-from-resources): Call
10337         mswindows-init-scrollbar-metrics when appropriate.
10338
10339 Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
10340
10341         * dumped-lisp.el: dump x-toolbar for window system
10342
10343         * msw-init.el (init-post-mswindows-win): enable toolbars if we
10344         have support and xpm.
10345
10346 1998-04-16  SL Baur  <steve@altair.xemacs.org>
10347
10348         * files.el (toggle-read-only): Fix docstring.
10349         From Didier Verna <didier@xemacs.org>
10350
10351 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10352
10353         * startup.el (normal-top-level): Load autoload-file-name without
10354         specifying an extension---some people only auto-autoload.el.gz.
10355
10356 1998-04-06  Hrvoje Niksic  <hniksic@srce.hr>
10357
10358         * files.el (backup-enable-predicate): Don't bomb on NAME being
10359         nil.
10360
10361 1998-04-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10362
10363         * find-paths.el, packages.el: Now prefers configure'd paths.
10364         This shouldn't cause any of the originally anticipated problems as
10365         the current paths architecture will not define the various
10366         configure-xxx variables if they're not specified on the configure
10367         command line.
10368
10369         * find-paths.el, setup-paths.el, packages.el: Removed all
10370         mentionings of "/" as a path separator.
10371         Used paths-construct-path throughout.
10372
10373         * find-paths.el (paths-construct-path): Created to assemble paths
10374         from directory components.
10375
10376         * setup-paths.el, packages.el: Used paths-decode-directory-path
10377         instead of decode-path-internal.
10378
10379         * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
10380         and associates.
10381         (paths-decode-directory-path) Created.
10382
10383         * setup-paths.el: Changed configure-exec-path to
10384         configure-exec-directory.
10385
10386 1998-04-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10387
10388         * packages.el (packages-find-packages): Fixed decoding of
10389         EMACSPACKAGEPATH.
10390
10391         * startup.el: -no-packages -> -no-early-packages.
10392
10393         (packages-load-package-lisps): Fixed loading of auto-autoload
10394         files.
10395
10396         * startup.el (normal-top-level): Fixed loading of core
10397         auto-autoload.
10398
10399         * obsolete.el: Un-obsoleted site-directory.  Sigh.
10400
10401         * startup.el, packages.el, dump-paths.el: Added proper settings
10402         for site-directory and lisp-directory variables.
10403
10404         * startup.el, loadup.el: Renamed inhibit-update-autoloads to
10405         inhibit-package-autoloads and fixed handling of it.
10406
10407         * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
10408         handling of former inhibit-package-init, now
10409         inhibit-early-packages, to make -vanilla etc. work.
10410
10411 1998-04-10  Kirill M. Katsnelson  <kkm@kis.ru>
10412
10413         * code-process.el (start-process): Fallback to 'undecided instead
10414         of 'binary for process input coding stream.
10415
10416         * process.el (start-process): Docstring fix.
10417
10418 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
10419
10420         * info.el (Info-insert-dir): Do not insert temporary dir files
10421         in Info-dir-file-attributes
10422         (Info-build-dir-anew): Ensure temporary buffer is not read-only
10423         (Info-rebuild-dir): Ditto.
10424
10425 1998-04-09  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10426
10427         * obsolete.el: Added obsoleteness declarations for
10428         `site-directory' and `Info-default-directory-list'.
10429
10430 1998-04-08  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10431
10432         * find-paths.el (paths-find-emacs-root): Only look at the
10433         executable at the end of the symlink chain for determining the
10434         Emacs root.
10435
10436 1998-04-07  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10437
10438         * setup-paths.el (paths-construct-info-path): Changed construction
10439         to cater to gone default in configure.
10440
10441         * find-paths.el (paths-uniq-append): Added.
10442
10443         * packages.el: Rewritten package path construction once again.
10444
10445         * dump-paths.el, startup.el: Removed package-path as a global
10446         variable.
10447
10448         * package-admin.el (package-admin-add-single-file-package):
10449         (package-admin-add-binary-package): Changed package-path to
10450         late-packages.
10451
10452         * packages.el (packages-split-path): Split path at "/" rather than
10453         nil according to change in emacs.c.
10454
10455 1998-04-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10456
10457         * setup-paths.el (paths-construct-info-path): Changed info path
10458         order so that directories come out right.
10459         (paths-find-lock-directory): Fixed bug: It used to think
10460         configure-lock-directory is a path.
10461
10462 1998-04-06  Jeff Miller <jmiller@smart.net>
10463
10464         * x-toolbar.el:  Added toolbar-vector-xxxxxx defvars.  Modified
10465         initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars.  This
10466         eases the use of toolbar-add/kill-item functions.
10467
10468 1998-04-07  Kirill M. Katsnelson  <kkm@kis.ru>
10469
10470         * code-files.el (file-coding-system-alist): Commented out
10471         loaddefs.el magical treatment.
10472
10473 1998-04-06  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
10474
10475         * info.el (Info-rebuild-outdated-dir): Added new option
10476         `conservative' and made it the default
10477         (Info-rebuild-dir): Appropriately parse multi-line description
10478         strings, and multi-section dir files. Issue warning when dir
10479         is rebuilt as temporary
10480         (Info-build-dir-anew): Issue warning when dir is built as
10481         temporary
10482
10483 1998-04-04  Kirill M. Katsnelson  <kkm@kis.ru>
10484
10485         * list-mode.el (list-mode-map): Bind highlight motion commands to
10486         standard keys left, right, C-b and C-f.
10487
10488 1998-03-29  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
10489
10490         * files.el (auto-mode-alist): allow .sc for Scheme->C
10491
10492 1998-04-06  SL Baur  <steve@altair.xemacs.org>
10493
10494         * loadup.el (pureload): Don't quote (garbage-collect).
10495
10496 1998-04-04  SL Baur  <steve@altair.xemacs.org>
10497
10498         * package-get-base.el: Updated.
10499
10500 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
10501
10502         * isearch-mode.el (isearch-just-started): New variable.
10503         (isearch-mode): Set it.
10504         (isearch-repeat): Advance one character forward only if the search
10505         was successful, and was not just started.
10506         (isearch-repeat): Clear isearch-just-started.
10507
10508 1998-04-02  SL Baur  <steve@altair.xemacs.org>
10509
10510         * finder.el (finder-compile-keywords): Don't eval new finder-inf
10511         if running -batch.
10512
10513 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
10514
10515         * subr.el (listify-key-sequence): Removed.
10516
10517 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
10518
10519         * bytecomp.el (byte-compile-print-gensym): New option.
10520         (byte-compile-output-file-form): Use it.
10521         (byte-compile-output-docform): Ditto.
10522         (byte-compile-compiled-obj-to-list): Ditto.
10523
10524 Sun Mar 29 1998  Andy Piper  <andyp@parallax.co.uk>
10525
10526         * msw-glyphs.el: set frame icon if xpm support.
10527
10528 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
10529
10530         * help.el: Code that pretty prints variable values
10531           removed.
10532
10533 1998-04-02  SL Baur  <steve@altair.xemacs.org>
10534
10535         * find-paths.el (paths-emacs-root-p): Correct test for installation
10536         directory.
10537         From Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10538
10539 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
10540
10541         * loaddefs.el: Don't set debug-ignored-errors; leave
10542           its default value set to nil.
10543
10544 1998-03-29  Damon Lipparelli  <lipp@primus.com>
10545
10546         * info.el (Info-rebuild-dir): fixed mis-spelling.
10547
10548 1998-03-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
10549
10550         * info.el (Info-rebuild-outdated-dir): New custom var
10551         (Info-insert-node): Create/update dir file when needed, ie when it
10552         does not exist or is older than some info files in directory
10553
10554 1998-04-01  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10555
10556         * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
10557         for last packages, mainly for using a 20.4 package base.
10558
10559         * packages.el (late-packages): Typo fix.  It was called
10560         early-packages.
10561
10562         * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
10563         relative symlinks correctly.
10564         (paths-find-emacs-roots): More rigorous checking for plausible
10565         configuration-time root.
10566
10567         * startup.el (normal-top-level): Added a warning if XEmacs cannot
10568         find its roots.
10569
10570 1998-03-27  Martin Buchholz  <martin@xemacs.org>
10571
10572         * faces.el: Fix docstrings.
10573         * glyphs.el: Fix docstrings.
10574         * mouse.el: Fix docstrings.
10575
10576         * frame.el: Change phrase `current frame' to `selected frame'.
10577
10578         * faces.el (face-spec-set-match-display): Make FRAME arg optional.
10579
10580         * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
10581         macros using backquote to make them infinitely more readable.
10582
10583 1998-03-30  SL Baur  <steve@altair.xemacs.org>
10584
10585         * packages.el (packages-find-package-path): Hardcoded specialized
10586         InfoDock support until we can clean this up.
10587
10588         * help.el (describe-bindings-1): Return the value of the bindings
10589         help buffer created.
10590         (describe-bindings): Ditto.
10591
10592         * simple.el (set-variable): Restore previous behavior of not
10593         bombing if the variable to set is not boundp.
10594
10595 1998-03-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10596
10597         * packages.el (packages-handle-package-dumped-lisps): Allow for
10598         non-local files to be loaded off the package-lisp variable.
10599
10600 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
10601
10602         * x-faces.el: Global X resources should override
10603           specs for all device classes (color, grayscale, mono);
10604           code currently doesn't override any of them.  Fixed by
10605           calling remove-specifier with '(x default) as the tag
10606           set and allowing inexact matches.
10607
10608 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
10609
10610         * faces.el: Separated face initializations based on
10611           device classes into device type specific (tag set,
10612           instantiator) pairs.
10613
10614 1998-03-09  Hrvoje Niksic  <hniksic@srce.hr>
10615
10616         * wid-edit.el (widget-choice-action): Remember user's explicit
10617         choice.
10618         (widget-choice-value-create): Respect it.
10619         From Richard Stallman <rms@gnu.org>
10620
10621 1998-03-26  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10622
10623         * setup-paths.el (paths-construct-info-path): Always append
10624         existing directories from configure-time info path.
10625
10626         * startup.el (startup-setup-paths): Renamed misnamed info-path to
10627         Info-directory-list.
10628
10629         * info.el: Removed Info-default-directory-list which was broken by
10630         design.
10631         Removed bogus initialization of Info-directory-list---startup.el
10632         can do a much better job.
10633         Added autoload of Info-directory-list.
10634
10635         * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
10636         out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
10637         be exclusive; now it's merely given precedence, just like in the
10638         old days.
10639
10640 1998-03-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10641
10642         * find-paths.el (paths-find-architecture-directory): Fix bug with
10643         finding; it used to default too early.
10644
10645 1998-03-25  Martin Buchholz <martin@xemacs.org>
10646
10647         * packages.el (packages-split-path): Fix a bug; it used to fail
10648         for paths that weren't split.
10649
10650 1998-03-26  SL Baur  <steve@altair.xemacs.org>
10651
10652         * finder.el (finder-compile-keywords): trap on errors.
10653
10654 1998-03-24  Kyle Jones  <kyle_jones@wonderworks.com>
10655
10656         * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
10657           fourth argument of t so that only the specs exactly
10658           matching the tag lists are removed.
10659
10660 1998-03-25  SL Baur  <steve@altair.xemacs.org>
10661
10662         * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
10663
10664 1998-03-23  SL Baur  <steve@altair.xemacs.org>
10665
10666         * minibuf.el (mouse-read-file-name-1): If a default directory was
10667         specified, use it for generating the completions.
10668
10669 1998-03-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10670
10671         * update-elc.el: Now respects inhibit-package-init and
10672         inhibit-site-lisp.
10673         Now does path construction with loadup-paths.
10674
10675         * startup.el (normal-top-level, startup-setup-paths): Now respects
10676         inhibit-package-init and inhibit-site-lisp.
10677
10678         * packages.el (packages-find-package-path): Extended package path
10679         by version-specific hierarchies.
10680         (packages-find-packages): Now respects inhibit flag and
10681         inhibit-site-lisp.
10682         Moved path setup to loadup-paths.
10683
10684         * make-docfile.el: Now respects inhibit-package-init and
10685         inhibit-site-lisp.
10686         Now does path construction with loadup-paths.
10687
10688         * loadup.el: Now respects inhibit-package-init and
10689         inhibit-site-lisp.
10690
10691         * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
10692
10693         * loadup-paths.el: New file: setup load-path to encompass
10694         packages.
10695
10696 1998-03-22  SL Baur  <steve@altair.xemacs.org>
10697
10698         * auto-show.el: load-gc renamed to pureload.
10699         * site-load.el: Ditto.
10700         * packages.el (toplevel): Ditto.
10701         * loadup.el (really-early-error-handler): Ditto.
10702         * dumped-lisp.el (preloaded-file-list): Ditto.
10703         * cus-face.el (custom-declare-face): Ditto.
10704
10705 1998-03-22  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10706
10707         * <Today>: The Big Path Searching Overhaul.
10708
10709         * find-paths.el: New file: find and assemble paths in the
10710         installation hierarchy.
10711
10712         * setup-paths.el: New file: global layout of paths and directories
10713         within the XEmacs hierarchy.
10714
10715         * packages.el: Replaced everything related to path searching and
10716         startup by code in terms of find-paths.
10717
10718         * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
10719         the new path searching engine.
10720
10721         * dumped-lisp.el (preloaded-file-list): Added new files find-paths
10722         and setup-paths.
10723
10724 1998-03-22  SL Baur  <steve@altair.xemacs.org>
10725
10726         * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
10727         setup-paths.el.
10728
10729 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
10730
10731         * msw-glyphs.el: Added check for 'mswindows feature, so the file
10732         compiles identically in any configuration.
10733         Removed irrelevant commentary.
10734
10735 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
10736
10737         * simple.el (set-variable): Allow setting specifiers.
10738
10739 1998-03-19  SL Baur  <steve@altair.xemacs.org>
10740
10741         * lisp.el (forward-sexp): Revert previous change.
10742
10743 1998-03-18  SL Baur  <steve@altair.xemacs.org>
10744
10745         * frame.el (frame-initialize): Use `delete-console' instead of
10746         `delete-device' to delete the stream console to match the usage in
10747         Fkill_emacs.
10748
10749 1998-03-16  SL Baur  <steve@altair.xemacs.org>
10750
10751         * files.el (cdpath-previous): New variable.
10752         (cd): Use it.
10753         From Bob Weiner <weiner@wave.altrasoft.com>
10754
10755 1998-03-15  Kyle Jones  <kyle_jones@wonderworks.com>
10756
10757         * keydefs.el: Changed keybindings of forward-char,
10758           backward, scroll-up and scroll-down to point to their
10759           -command counterparts.
10760
10761         * simple.el: New functions: forwarc-char-command,
10762           backwrad-char-command, scroll-up-command,
10763           scroll-down-command which work liek their counterparts
10764           except that they honor the variable
10765           signal-error-on-buffer-boundary.
10766
10767           Definition of signal-error-on-buffer-boundary received
10768           from src/cmds.c.
10769
10770           defvar declaration added for word-across-newline to avoid
10771           byte-compiler warning about the free variable reference.
10772
10773 1998-03-14  Kirill M. Katsnelson  <kkm@kis.ru>
10774
10775         * winnt.el: Removed "%t" from the beginning of
10776         modeline-format. From now on, there's no nt-specifics in the modeline.
10777
10778 1998-03-14  SL Baur  <steve@altair.xemacs.org>
10779
10780         * setup-paths.el (paths-setup-paths-warning): Replace occurrences
10781         of `when' with `if'.
10782
10783 1998-03-03  Kirill M. Katsnelson  <kkm@kis.ru>
10784
10785         * msw-glyphs.el: New file. Defines TTY-style glyphs for
10786         mswindows. Must be reworked along with glyphs.el, or
10787         merged into it, after there is images support.
10788
10789         * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
10790         'mswindows.
10791
10792 1998-03-13  SL Baur  <steve@altair.xemacs.org>
10793
10794         * faces.el: fix for text cursor initialization.
10795         Suggested by Kyle Jones <kyle_jones@wonderworks.com>
10796         From Andy Piper <andyp@parallax.co.uk>
10797
10798 1998-03-11  Pete Ware  <ware@cis.ohio-state.edu>
10799
10800         * files.el (set-auto-mode): If a mode is not fboundp, check to see
10801         if there is an existing package that handles it and warn the user
10802         about that mode.
10803
10804 1998-03-02  Kirill M. Katsnelson  <kkm@kis.ru>
10805
10806         * x-menubar.el (default-menubar): Greyed out "Help / Basics /
10807         Installation" menu item when Installation-string is not bound.
10808
10809 1998-03-11  SL Baur  <steve@altair.xemacs.org>
10810
10811         * lisp.el (forward-sexp): Fix for test for balanced sexp.
10812         From Jeremiah W. James <jerry@cs.ucsb.edu>
10813
10814 1998-03-10  Kyle Jones  <kyle_jones@wonderworks.com>
10815
10816         * msw-faces.el:
10817         * faces.el: Fix face initialization.
10818
10819 1998-03-10  Glynn Clements  <glynn@sensei.co.uk>
10820
10821         * files.el (backup-enable-predicate): fix breakage introduced
10822         by TMPDIR patch.
10823
10824 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
10825
10826         * x-faces.el (x-init-face-from-resources): The
10827           TTY face property retrieval functions don't return
10828           specifiers, so use face-property instead.
10829
10830 1998-03-09  SL Baur  <steve@altair.xemacs.org>
10831
10832         * mwheel.el (mwheel-install): Use portable keysyms and syntax.
10833
10834 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
10835
10836         * x-menubar.el: Expanded documentation for
10837           option-save-faces.  Changed Options -> Browse Faces
10838           menu entry to invoke customize-face.
10839
10840 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
10841
10842         * faces.el: Most face initialization moved out of
10843           init-other-random-faces to the top level so that the
10844           initialization happens before Xemacs is dumped.  Much
10845           of the fascist "face-differs-from-default-p or FROB!"
10846           code has been retired in favor of letting the user do
10847           what they want to do.  Face initialization code changed
10848           to use `default' specifier tag so that the settings can
10849           be overridden later if the user wishes it.
10850
10851 1998-03-08  SL Baur  <steve@altair.xemacs.org>
10852
10853         * about.el (about-hackers): Update contributors list.
10854
10855 1998-03-07  Kyle Jones  <kyle_jones@wonderworks.com>
10856
10857         * specifier.el: Define new specifier tag `default'.
10858
10859         * modeline.el: Initialize faces using `default' tag.
10860
10861         * x-faces.el (x-init-face-from-resources): Remove
10862           specifier specs containing the `default' tag before
10863           adding new specs.
10864
10865 1998-03-02  John Jones  <jj@asu.edu>
10866
10867         * package-get.el (package-get-all): fixed arguments on call to
10868         package-admin-add-single-file-package.
10869         * package-get.el (package-get-installedp): fixed to match
10870         advertised behavior.
10871         * package-get.el: added function package-get-update-all which
10872         installs newest versions of all the current packages (if they are
10873         not already installed).
10874
10875 1998-03-04  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>
10876
10877         * files.el (find-file-noselect): Uncommented `truename' binding in
10878         `let*' and use it later to set `buffer-file-truename' iff it's
10879         still nil, as happens for example when finding a compressed
10880         file with "jka-compr".
10881
10882 Wed Mar 04 08:55:12 1998  Andy Piper  <andyp@parallax.co.uk>
10883
10884         * faces.el: in make-face-* type functions do the operation for all
10885         window systems, not just the first one found.
10886
10887         * font.el: call mswindows-list-fonts for mswindows.
10888
10889 1998-03-02  Glynn Clements  <glynn@sensei.co.uk>
10890
10891         * code-process.el (call-process-region):
10892         * process.el (call-process-region):
10893         * package-get.el (package-get-dir):
10894         * files.el (backup-enable-predicate):
10895         * gnuserv.el (gnuserv-temp-file-regexp):
10896         Use temp-directory in place of `/tmp'.
10897
10898 Fri Feb 20 21:22:34 1998  Darryl Okahata  <darrylo@sr.hp.com>
10899
10900         * "Fast" dired-in-C enhancements for Windows 95/NT:
10901
10902         * files.el: Added function, `wildcard-to-regexp', from GNU
10903           Emacs.
10904
10905         * files.el (insert-directory): Modified to use special
10906           dired-in-C enhancements if present.
10907
10908 Mon Mar 02 11:37:36 1998  Andy Piper  <andyp@parallax.co.uk>
10909
10910         * code-files.el: make default coding no-conversion.
10911
10912 1998-03-02  SL Baur  <steve@altair.xemacs.org>
10913
10914         * dumped-lisp.el (preloaded-file-list): Find Installation.el from
10915         the load-path.
10916
10917         * update-elc.el: Strip directory when testing for files not to
10918         bytecompile.
10919
10920 1998-03-02  Aki Vehtari  <Aki.Vehtari@hut.fi>
10921
10922         * lisp-mode.el: Use recommended form for menus.
10923
10924         * info.el (Info-construct-menu): Use recommended form for menus.
10925
10926         * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
10927         entry.
10928
10929 1998-02-28  Kyle Jones  <kyle_jones@wonderworks.com>
10930
10931         * frame.el: Resurrect get-frame-for-buffer-default-to-current.
10932           (get-frame-for-buffer-noselect): Always return frames
10933           in the not-this-window-p cond clause.
10934
10935 1998-02-27  SL Baur  <steve@altair.xemacs.org>
10936
10937         * help.el (describe-installation): New function.
10938
10939         * x-menubar.el (default-menubar): Add describe-installation to
10940         Help menu.
10941
10942         * packages.el (packages-unbytecompiled-lisp): Installation.el
10943         should not be bytecompiled.
10944
10945         * dumped-lisp.el (preloaded-file-list): Dump Installation with
10946         XEmacs.
10947
10948         * x-menubar.el (default-menubar): Use correct guard for VM menu
10949         entry.
10950
10951         * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
10952         coding.
10953         From Andy Piper <andyp@parallax.co.uk>
10954
10955 1998-02-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
10956
10957         * ldap.el: Do not require ldap-internal at compile time.
10958
10959 Tue Feb 17 12:50:37 1998  Andy Piper  <andyp@parallax.co.uk>
10960
10961         * code-files.el: new file. a virtual copy of mule-files.el
10962         but without charset
10963         dependencies. (toggle-buffer-file-ocding-system) new function for
10964         changing the eol type for the current buffer.
10965
10966         * code-process.el: new file. a copy of
10967         mule-process.el. mule-process.el will disappear when things have
10968         settled.
10969
10970         * coding.el: new file. a virtual copy of mule-files.el but
10971         without charset dependencies. (coding-system-base) new function
10972         for getting the parent coding system of a coding system with eol
10973         type set.
10974
10975         * dumped-lisp.el: add above files for the non-mule case.
10976
10977 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
10978
10979         * window-xemacs.el (display-buffer): If no explicit
10980           frame is specified, search for a window that displays
10981           the buffer on the currently selected frame, before
10982           searching other frames.
10983
10984 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
10985
10986         * frame.el (get-frame-for-buffer): If not-this-window-p
10987           is non-nil, use window on the selected frame if it is not
10988           also the selected window.  When defaulting, search for
10989           windows on the currently selected fgrame before searching
10990           other frames.
10991
10992 1998-02-25  Didier Verna  <didier@xemacs.org>
10993
10994         * modeline.el (modeline-swap-buffers): originally named
10995         `mouse-release-modeline'. Whether to actually swap the buffers is
10996         decided in `mouse-drag-modeline'.
10997         (mouse-drag-modeline): A button release event is considered a
10998         mouse click is both X (modeline scroll) and Y (modeline drag) pos
10999         stay unchanged.
11000
11001 1998-02-25  SL Baur  <steve@altair.xemacs.org>
11002
11003         * x-menubar.el: Put redo on the menubar.
11004         From Aki Vehtari <Aki.Vehtari@hut.fi>
11005
11006 1998-02-22  Greg Klanderman  <greg@alphatech.com>
11007
11008         * bytecomp.el (displaying-byte-compile-warnings): if
11009         temp-buffer-show-function is set, use it to display current set of
11010         warnings in the "*Compile-Log-Show*" buffer.
11011
11012         * simple.el (display-warning-buffer): if temp-buffer-show-function
11013         is set, use it to display current set of warnings in the
11014         "*Warnings-Show*" buffer.
11015
11016 1998-02-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
11017
11018         * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
11019         Common Lisp.
11020
11021 1998-02-23  Aki Vehtari  <Aki.Vehtari@hut.fi>
11022
11023         * menubar.el: Allow button descriptors at least 2 long.
11024
11025         * x-menubar.el (default-menubar): Use recommended forms.
11026         (file-menu-filter): Remove.
11027         (edit-menu-filter): Remove.
11028
11029 1998-02-24  SL Baur  <steve@altair.xemacs.org>
11030
11031         * about.el (about-hackers): Updated.
11032
11033 1998-02-22  Greg Klanderman  <greg@alphatech.com>
11034
11035         * help.el (help-max-help-buffers): new variable
11036         (help-register-and-maybe-prune-excess): new function
11037         (help-buffer-name): use help-max-help-buffers.
11038         (with-displaying-help-buffer): use
11039         help-register-and-maybe-prune-excess.
11040
11041         * help.el (help-maybe-pretty-print-value): if the value fits on
11042         one line, let it.
11043
11044 1998-02-21  Greg Klanderman  <greg@alphatech.com>
11045
11046         * (with-displaying-help-buffer): there is no need to kill the buffer
11047         if it exists, because with-output-to-temp-buffer will clear it.
11048         further, killing the buffer violates the rule that
11049         temp-buffer-show-function, if set, has the full responsibility of
11050         showing the temp buffer.  killing the buffer fucks with the window
11051         configuration, hosing temp-buffer-show-function.
11052
11053
11054 1998-02-23  Didier Verna  <didier@xemacs.org>
11055
11056         * modeline.el (mouse-drag-modeline):
11057         - Always scroll the modeline that was originally clicked on.
11058         - Use x pixels instead of x characters (which doesn't work anyway)
11059         as horizontal reference for modeline dragging. This allows us to
11060         keep on dragging the modeline even if the motion event occurs in
11061         another window.
11062
11063 1998-02-23  Didier Verna  <didier@xemacs.org>
11064
11065         * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
11066         glyph on the modeline to indicate that dragging the mouse has an
11067         effect both horizontally and vertically.
11068
11069 1998-02-24  SL Baur  <steve@altair.xemacs.org>
11070
11071         * about.el (about-xemacs): Get rid of redundant visible version
11072         number.
11073
11074 1998-02-19  SL Baur  <steve@altair.xemacs.org>
11075
11076         * about.el (about-hackers): Update credits.
11077
11078 1997-12-22  Christoph Wedler  <wedler@fmi.uni-passau.de>
11079
11080         * prim/register.el (view-register): Show register type file-query.
11081
11082 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
11083
11084         * mode-motion.el (mode-motion-highlight-internal):
11085           save-excursion inside save-window-exucrsion form to
11086           hide buffer point changes from save-window-excursion.
11087           Prevents display flickering when the mouse pointer
11088           moves.
11089
11090 1998-02-17  Didier Verna  <didier@xemacs.org>
11091
11092         * mouse.el (default-mouse-track-set-point-in-window): rewrote this
11093         function to handle correctly the case of a toolbar one side of the
11094         window: scrolling will not necessarily happen.
11095
11096 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
11097
11098         * files.el (after-find-file): Restore missing argument
11099           to format that provides filename for "... consider M-x
11100           recover-file" message.  Also call `message' with "%s"
11101           as the first arg instead of an arbitrary string.
11102
11103 1998-02-18  SL Baur  <steve@altair.xemacs.org>
11104
11105         * about.el (about-hackers): Various additions.
11106
11107 1998-02-15  SL Baur  <steve@altair.xemacs.org>
11108
11109         * autoload.el (generate-file-autoloads-1): Don't force an extra
11110         line out when copying on-the-same line autoloads.
11111
11112         * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
11113         is installed.
11114
11115 1998-02-14  Martin Buchholz  <martin@xemacs.org>
11116
11117         * x11/x-win-xfree86.el (x-win-init-xfree86):
11118         * x11/x-win-sun.el (x-win-init-sun):
11119         * x11/x-init.el (x-initialize-compose):
11120         * prim/simple.el:
11121         (backward-or-forward-kill-sexp):
11122         (backward-or-forward-kill-sentence):
11123         (backward-or-forward-kill-word):
11124         (backward-or-forward-delete-char):
11125         * prim/isearch-mode.el (isearch-help-or-delete-char):
11126         Use x-keysym-on-keyboard-sans-modifiers-p instead of
11127         x-keysym-on-keyboard-p to detect backspace.
11128         Use symbols instead of strings (now deprecated) with x-keysym-*-p.
11129         Clean up symbols used with dead keys, checking Linux and solaris
11130         keysyms.
11131         Simplify x-win-*.el using above methods.
11132         Change documentation for x-keysym-*-p functions.
11133
11134 1998-02-14  SL Baur  <steve@altair.xemacs.org>
11135
11136         * about.el (about-hackers): Restore entries for Michael Sperber and
11137         Vinnie Shelton.
11138         From Vinnie Shelton <acs@acm.org>
11139
11140 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
11141
11142         * simple.el (count-words-region): Ditto.
11143
11144 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
11145
11146         * simple.el (count-words-buffer): Document.  Don't print anything
11147         if non-interactive.
11148
11149 1998-02-12  SL Baur  <steve@altair.xemacs.org>
11150
11151         * packages.el (packages-hardcoded-lisp): easymenu.el is in
11152         multiple files in InfoDock.
11153
11154 1998-02-11  SL Baur  <steve@altair.xemacs.org>
11155
11156         * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
11157         from version.el in InfoDock.
11158
11159         * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
11160         specially.
11161
11162 1998-02-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
11163
11164         * bytecomp-runtime.el (proclaim-inline): Single quotes around
11165         variable name in docstring.
11166
11167 1998-02-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11168
11169         * menubar.h: Include "gui.h".
11170
11171 1998-02-10  SL Baur  <steve@altair.xemacs.org>
11172
11173         * site-load.el: Fix documentation.
11174
11175 1998-02-09  SL Baur  <steve@altair.xemacs.org>
11176
11177         * package-get-base.el (package-get-base): Updated.
11178
11179         * keymap.el: PC-ize.
11180
11181 1998-02-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
11182
11183         * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
11184         from' on a fresh line.
11185
11186 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
11187
11188         * help.el (help-maybe-pretty-print-value): prin1, not princ the
11189         object.
11190
11191 1998-02-09  SL Baur  <steve@altair.xemacs.org>
11192
11193         * undo-stack.el: PC-ize.
11194
11195         * cmdloop.el: PC-ize.
11196
11197 1998-02-08  SL Baur  <steve@altair.xemacs.org>
11198
11199         * bytecomp-runtime.el: PC-ize.
11200
11201         * byte-optimize.el: Prolog fixup.  PC-ize.
11202
11203         * cus-dep.el: Spelling fix.
11204
11205         * text-mode.el: Synch with Emacs 20.2.  (Original ChangeLog
11206         entries follow).
11207
11208 1997-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11209
11210         * text-mode.el (text-mode-hook-identify): New function,
11211         put on text-mode-hook.  Set text-mode-variant here.
11212         (text-mode): Don't set it here.
11213
11214 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11215
11216         * text-mode.el (text-mode-hook): New defvar.
11217         (text-mode-variant): New variable.
11218         (text-mode): Set that variable locally.
11219         (toggle-text-mode-auto-fill): New command.
11220
11221 1997-06-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11222
11223         * text-mode.el (text-mode): Let all-white lines separate paragraphs.
11224
11225 1997-06-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11226
11227         * text-mode.el (paragraph-indent-text-mode):
11228         Renamed from spaced-text-mode.
11229         (text-mode-map): Bind TAB to indent-relative.
11230         (indented-text-mode-map): Variable deleted.
11231         (indented-text-mode): Now an alias for text-mode.
11232
11233 1998-02-05  SL Baur  <steve@altair.xemacs.org>
11234
11235         * loadup.el: test-atoms debugging stuffs removed.
11236
11237 1998-02-03  Martin Buchholz  <Martin Buchholz <martin@xemacs.org>
11238
11239         * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
11240
11241 1997-12-30  Colin Rafferty  <colin@xemacs.org>
11242
11243         * help.el (describe-beta): Made it use `locate-data-file'.
11244         (describe-distribution): Ditto.
11245         (describe-copying): Ditto.
11246         (describe-project): Ditto.
11247         (view-emacs-news): Ditto.
11248
11249         * help-nomule.el (help-with-tutorial): Made it use
11250         `locate-data-file' to find tutorial.
11251
11252 1998-01-28  Jonathon Harris  <jhar@tardis.ed.ac.uk>
11253
11254         * about.el: Corrected my email address.
11255
11256         * mouse.el: Added 'mouse-mswindows-drop' similar to
11257         'mouse-offix-drop'.
11258
11259 1998-01-27  SL Baur  <steve@altair.xemacs.org>
11260
11261         * loadup.el (running-xemacs): Spelling fix.
11262
11263 1998-01-26  Colin Rafferty  <colin@xemacs.org>
11264
11265         * packages.el (packages-find-packages-1): Don't allow a backwards
11266         compatible lisp tree to overwrite `preloaded-file-list'.
11267
11268 1998-01-26  SL Baur  <steve@altair.xemacs.org>
11269
11270         * loadup.el: Don't delete "xemacs" prior to dumping.
11271
11272 1998-01-24  SL Baur  <steve@altair.xemacs.org>
11273
11274         * package-info.el (pi-last-mod-date): New function.
11275         (pi-author-version): New function.
11276         (batch-update-package-info): Use them.
11277
11278 1998-01-23  Colin Rafferty  <colin@xemacs.org>
11279
11280         * frame.el (get-frame-for-buffer-default-to-current): Create.
11281         (get-frame-for-buffer-noselect): Allow user to use current frame
11282         with `get-frame-for-buffer-default-to-current'.
11283
11284 1998-01-22  Hrvoje Niksic  <hniksic@srce.hr>
11285
11286         * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
11287         (byte-compile-output-docform): Ditto.
11288         (byte-compile-compiled-obj-to-list): Ditto.
11289
11290 1998-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
11291
11292         * startup.el (command-line-1): Removed code that ran
11293           buffer-menu.
11294
11295 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
11296
11297         * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
11298
11299 1998-01-17  Hrvoje Niksic  <hniksic@srce.hr>
11300
11301         * frame.el (suspend-emacs-or-iconify-frame): Check using
11302         `device-on-window-system-p' instead of explicitly checking for X,
11303         so that the same logic works for MS Windows.
11304         (suspend-or-iconify-emacs): Ditto.
11305
11306 1998-01-14  Hrvoje Niksic  <hniksic@srce.hr>
11307
11308         * about.el (about-maintainer-info): Andy Piper is back.
11309         (xemacs-hackers): Updated Andy Piper's email address.
11310         (about-hackers): Added Jonathan Harris.
11311         (about-hackers): Updated Tibor Polgar's email address.
11312
11313 1998-01-18  SL Baur  <steve@altair.xemacs.org>
11314
11315         * about.el: Add xemacs.org email manager.
11316
11317         * package-get-base.el (package-get-base): Updated with most recent
11318         package updates.
11319
11320 1998-01-14  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
11321
11322         * help.el (function-arglist): Use `indirect-function' instead of
11323         `symbol-function' so that aliases are treated correctly.
11324
11325 1998-01-13  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
11326
11327         * help.el (help-map): Add f1 binding to `help-for-help'.
11328         Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
11329         (describe-key-briefly): Use `princ' "%s" to print object.
11330         (with-displaying-help-buffer): Kill buffer if it exists, again.
11331         (describe-key): Use `princ' "%s" to print object.
11332         (describe-function-1): Use `princ' "%s" to print object.
11333         Commented out alias lines removed.
11334         (help-pretty-print-limit): New variable to control pretty-printing
11335         of variable values.
11336         (help-maybe-pretty-print-value): Steve wins!  Renamed back from
11337         `help-pretty-print-value' again.  Only print-print when OBJECT is
11338         list of length less than `help-pretty-print-limit'.
11339         (describe-variable): Use `help-maybe-pretty-print-value' again.
11340
11341 1998-01-18  SL Baur  <steve@altair.xemacs.org>
11342
11343         * simple.el (blink-matching-open): Remove C++ kludge.
11344         Suggested by Bob Weiner <weiner@wave.altrasoft.com>
11345
11346 1998-01-14  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
11347
11348         * info.el (Info-default-directory-list): Made the documentation
11349         more explanitory.
11350
11351 1998-01-13  Martin Buchholz  <martin@xemacs.org>
11352
11353         * lisp/packages.el:
11354         * lisp/package-admin.el:
11355         * lisp/build-report.el:
11356         Fix typos.
11357
11358 1998-01-14  Christoph Wedler  <wedler@fmi.uni-passau.de>
11359
11360         * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
11361         warnings in Java buffers without final newline and editing the
11362         last line.
11363
11364 1998-01-17  SL Baur  <steve@altair.xemacs.org>
11365
11366         * packages.el (packages-find-packages-1): Don't allow a backwards
11367         compatible lisp tree to overwrite `preloaded-file-list'.
11368         Suggested by Colin Rafferty  <colin@xemacs.org>
11369
11370         * mouse.el (mouse-offix-drop): Set undo-boundary.
11371         From Oliver Graf <ograf@fga.de>
11372
11373 1998-01-13  SL Baur  <steve@altair.xemacs.org>
11374
11375         * loadup.el (load-gc): rewrite as defun.
11376         Print something sensical if a required dump-time file isn't found.
11377
11378 1998-01-12  SL Baur  <steve@altair.xemacs.org>
11379
11380         * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
11381         bug strikes a menudescriptor.
11382
11383         * package-get-base.el (package-get-base): Updated.
11384
11385         * package-info.el (batch-update-package-info): Derive REQUIRES
11386         from the Makefile.
11387
11388 1998-01-13  Hrvoje Niksic  <hniksic@srce.hr>
11389
11390         * files.el (save-some-buffers): Don't play games with deleting
11391         other windows if we are in the minibuffer window.
11392
11393 1998-01-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
11394
11395         * modeline.el (modeline-minor-mode-menu): Add support for :active
11396         (add-minor-mode): Document :active property to TOGGLE.
11397
11398 1998-01-07  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
11399
11400         * modeline.el (modeline-minor-mode-menu): Add support for an
11401         `:included' predicate in the `toggle-sym' plist.
11402         (add-minor-mode): Document the :included property, format
11403         docstring some more.
11404         (modeline-minor-mode-menu): Documentation string added.
11405
11406 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
11407
11408         * modeline.el (modeline-minor-mode-menu): genmenlab the menu
11409         labels from the symbol-names by thwacking off the overly redundant
11410         and overused "mode", parenthesizing "minor", and capitalizing the
11411         resultant strings.  Also shortened the menu's title by eliminating
11412         the redundant buffer name.
11413         (add-minor-mode): Beautified the docstring, added mention of the
11414         `:menu-tag' property of TOGGLE.
11415         (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
11416         `toggle-sym' to beatify the mode-life menus.
11417         * (abbrev-mode):  (put)'ed a `:menu-tag' on it and
11418         `auto-fill-function'.
11419
11420 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
11421
11422         * modeline.el (modeline-minor-mode-menu): Changed the string-only
11423         menus to :style 'toggle.
11424
11425 1997-12-10  Markus Linnala  <maage@cs.tut.fi>
11426
11427         * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
11428
11429 1997-12-11  Christoph Wedler  <wedler@fmi.uni-passau.de>
11430
11431         * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
11432         only recognize first hyperlink.
11433         (hyper-apropos-highlightify): Deletia, this is already done by
11434         `hyper-apropos-insert-face'.
11435         (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
11436
11437 1998-01-09  SL Baur  <steve@altair.xemacs.org>
11438
11439         * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
11440         mail.
11441         (toolbar-mail-reader): Add support for `send'.
11442         From Jonathan Marten <jonathan.marten@UK.Sun.COM>
11443
11444 1998-01-05  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
11445
11446         * info.el (Info-emacs-info-file-name): Add defvar for
11447         `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
11448         will function properly.
11449
11450 1998-01-05  Gary D. Foster  <gfoster@ragesoft.com>
11451
11452         * simple.el: make the backwards delete function called by
11453         `backward-or-forward-delete-char' user configurable.
11454
11455 1998-01-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
11456
11457         * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
11458         compiled function got loaded from.
11459
11460 1998-01-09  SL Baur  <steve@altair.xemacs.org>
11461
11462         * term/apollo.el: Synched up with InfoDock 3.6.2.
11463
11464 1998-01-08  SL Baur  <steve@altair.xemacs.org>
11465
11466         * startup.el (load-init-file): Load autoloads earlier.
11467         (startup-splash-frame): Handle InfoDock logo.
11468
11469         * x-init.el (init-post-x-win): Don't call init-x-toolbar in
11470         InfoDock.
11471         (x-init-toolbar-from-resources): Move from x-toolbar.el.
11472
11473         * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
11474         doesn't have this function.
11475
11476         * packages.el (locate-data-file): Fix to call `locate-file'.
11477
11478 1998-01-07  SL Baur  <steve@altair.xemacs.org>
11479
11480         * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
11481         version of version.el.
11482         (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
11483
11484         * x-menubar.el (default-menubar): Guard reference to
11485         `gnuserv-frame'.
11486         (default-menubar): Guard references to `font-lock-mode'.
11487         (default-menubar): Guard references to font-menu-this-frame-only-p'.
11488         (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
11489
11490         * make-docfile.el: Don't snarf doc strings from autoloads.
11491
11492         * startup.el (load-init-file): Use algorithm from loaddefs.el for
11493         loading auto-autoloads files.
11494
11495         * loaddefs.el: Disable dumping autoloads.
11496
11497 1998-01-05  SL Baur  <steve@altair.xemacs.org>
11498
11499         * lisp-mnt.el: Synch to Emacs 20.2.
11500
11501         * help.el: Remove manual autoload of `finder-by-keyword'.
11502
11503         * finder.el (finder-by-keyword): Autoload.
11504
11505         * help.el: Conditionalize hyperbole setup.
11506
11507 1998-01-04  SL Baur  <steve@altair.xemacs.org>
11508
11509         * packages.el (package-require): Update to reflect new data format.
11510
11511 1998-01-02  Didier Verna  <didier@xemacs.org>
11512
11513         * x-menubar.el (default-menubar): make the tutorials available
11514         through the menubar. (Plus some compilation warnings cleanup).
11515
11516 1998-01-04  SL Baur  <steve@altair.xemacs.org>
11517
11518         * check-features.el: New file.  Perform sanity check after build.
11519
11520         * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
11521         files to tooltalk package.
11522         (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
11523         package.
11524
11525         * package-admin.el (package-admin-xemacs): Use better default for
11526         location of XEmacs binary.
11527
11528 1998-01-03  Aki Vehtari  <Aki.Vehtari@hut.fi>
11529
11530         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
11531         tag with sexp and add value tag with value `t'.
11532
11533 1998-01-03  SL Baur  <steve@altair.xemacs.org>
11534
11535         * package-get.el: Changes to work with real data.
11536         From Pete Ware <ware@cis.ohio-state.edu>
11537
11538         * packages.el (packages-reload-autoloads): Guard load for the time
11539         being.
11540
11541         * update-elc.el ("packages.el"): Force loading packages.el instead
11542         of possibly out-of-date packges.elc.
11543         * make-docfile.el ("packages.el"): Ditto.
11544
11545 1998-01-02  Colin Rafferty  <colin@xemacs.org>
11546
11547         * build-report.el (build-report-delete-regexp): Added a rule for
11548         the main tarball shadowing anything past it.
11549
11550 1998-01-02  SL Baur  <steve@altair.xemacs.org>
11551
11552         * packages.el (package-provide): Delete a previous provide.
11553
11554         * package-info.el: New file.
11555
11556         * package-get.el: New file.
11557         From Pete Ware <ware@cis.ohio-state.edu>
11558         (package-get): Fix md5 computation to work with Mule.
11559
11560 1997-12-11  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
11561
11562         * simple.el (log-message-*): Quote symbols in docstrings properly.
11563
11564 1998-01-01  SL Baur  <steve@altair.xemacs.org>
11565
11566         * packages.el (packages-new-autoloads): Ignore symbolic links.
11567
11568         * cus-face.el (face-custom-attributes-get): Fix typo.
11569         From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
11570
11571 1997-12-31  SL Baur  <steve@altair.xemacs.org>
11572
11573         * startup.el (load-init-file): Reload new or changed autoloads
11574         unless inhibited.  Reload modified dumped lisp (stubbed).
11575
11576         * packages.el (packages-new-autoloads): New function.
11577         (packages-reload-autoloads): New function.
11578         (packages-reload-dumped-lisp): New (stub) function.
11579
11580         * loadup.el: Inhibit reloading dumped files when running temacs.
11581
11582         * loadhist.el (file-provides): Extend to handle variant
11583         extensions.
11584
11585         * replace.el (query-replace): Fix typo.
11586
11587 1997-12-30  SL Baur  <steve@altair.xemacs.org>
11588
11589         * make-docfile.el: list-autoloads-path has been renamed.
11590         * update-elc.el: list-autoloads has been renamed.
11591
11592         * packages.el (packages-list-autoloads): Renamed.
11593         (packages-list-autoloads-path): Ditto.
11594
11595 1997-12-29  Colin Rafferty  <colin@xemacs.org>
11596
11597         * packages.el (packages-find-packages-1): Made it signal a warning
11598         for an error in an auto-autoload.el file.
11599
11600 1997-12-30  SL Baur  <steve@altair.xemacs.org>
11601
11602         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
11603         tag with const.
11604         From Aki Vehtari <Aki.Vehtari@hut.fi>
11605
11606         * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
11607
11608         * loadhist.el (unload-feature): Remove autoload.
11609
11610 1997-12-28  SL Baur  <steve@altair.xemacs.org>
11611
11612         * loadhist.el: Unpackaged.
11613
11614         * help.el (describe-symbol-find-file): Rename
11615         `describe-function-find-file' and make old name obsolete.
11616         (describe-function-1): Use it.
11617         (describe-function-1): Guard reference to
11618         `compiled-function-annotation'.
11619
11620 1997-12-27  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
11621
11622         * help.el (help-mode-bury): Now a call to `help-mode-quit' with
11623         argument.
11624         (help-mode-quit): New optional arg to control whether it kills or
11625         buries.  Tidied up.
11626         (with-displaying-help-buffer): Don't kill buffer initially, even
11627         if it exists: it is erased by `with-output-to-temp-buffer' anyway.
11628         (help-pretty-print-value): Rename back from
11629         `help-maybe-pretty-print-value'!  If `pp-internal' is available
11630         use it, otherwise use dumped `cl-prettyprint'.
11631         (describe-variable): Use `help-pretty-print-value' again.
11632         (find-func): Removed reference to "find-func" at end.
11633
11634 1997-12-26  Kirill M. Katsnelson  <kkm@kis.ru>
11635
11636         * dumped-lisp.el: x-menubar.el dumped along with mswindows native
11637           GUI XEmacs. Rename? x-menubar is rather window system
11638           independant, except for a couple of items.
11639
11640 1997-12-26  SL Baur  <steve@altair.xemacs.org>
11641
11642         * x-menubar.el (default-menubar): Remove hyperbole and oobr
11643         entries as they will no longer be distributed with XEmacs.
11644
11645         * format.el (format-alist): Fix image/tiff regexps.
11646         From P. E. Jareth Hein <jareth@camelot-soft.com>
11647
11648         * help.el (help-maybe-pretty-print-value): Rename.
11649         (describe-variable): Use it.
11650         (describe-variable): Add trailing linefeed.
11651
11652 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
11653
11654         * help.el (describe-function-1): Don't output anything for
11655           arglist of autoload functions.
11656
11657 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
11658
11659         * help.el (describe-function-1): Don't output anything for
11660           arglist of autoload functions.
11661
11662 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
11663
11664         * help.el (help-mode-map): New bindings for `help-mode-bury',
11665         `describe-function-at-point', `describe-variable-at-point',
11666         `Info-elisp-ref', `customize-variable', `help-next-section' and
11667         `help-prev-section'.
11668         (help-next-section): New function.
11669         (help-prev-section): New function.
11670         (help-mode-quit): Changed to kill the help buffer.
11671         (help-mode-bury): Formerly `help-mode-quit'.  Bury buffer
11672         correctly.
11673         (help-buffer-name): New function to generate the name of help
11674         buffers.
11675         (with-displaying-help-buffer): Is now a macro.  Takes an new first
11676         argument giving the name of the help buffer.
11677         (describe-key): Use `with-displaying-help-buffer' with name.
11678         (describe-mode): Ditto.
11679         (describe-bindings): Ditto.
11680         (describe-prefix-bindings): Ditto.
11681         (view-lossage): Ditto.
11682         (with-syntax-table): New macro.
11683         (function-called-at-point): Use `ignore-errors' and
11684         `with-syntax-table'.
11685         (function-at-point): Ditto.
11686         (describe-function): Use `with-displaying-help-buffer' with name.
11687         (function-arglist): Extracted from `describe-function-1'.  Returns
11688         function's arglist as string.
11689         (function-documentation): Extracted from `describe-function-1'.
11690         Returns function's docstring.
11691         (describe-function-1): Remove all the "stream" garbage, including
11692         the stream argument.  Use `function-arglist' and
11693         `function-documentation'.
11694         (describe-function-arglist): Just use `function-arglist'.
11695         (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
11696         (help-pretty-print-value): New function to help with
11697         pretty-printing variable values.  Knows about `#<...>'.  Needs
11698         `pp-internal'.
11699         (describe-variable): Use `with-displaying-help-buffer' with name.
11700         Formatting improved.  Display file where variable is defined, if
11701         known.  Use `help-pretty-print-value'.
11702         (describe-syntax): Use `with-displaying-help-buffer' with name.
11703         (list-processes): Remove "stream" garbage.
11704
11705 1997-12-25  SL Baur  <steve@altair.xemacs.org>
11706
11707         * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
11708         call a dumped routine instead.
11709
11710         * x-win-xfree86.el: Wrap file in defun.
11711         * x-win-sun.el: Ditto.
11712
11713 1997-12-23  SL Baur  <steve@altair.xemacs.org>
11714
11715         * help.el (view-emacs-news): Remove usage of outl-mouse which
11716         advises functions and does other evil things.
11717
11718 1997-12-22  SL Baur  <steve@altair.xemacs.org>
11719
11720         * format.el (format-alist): Add `image/tiff'.
11721         From P. E. Jareth Hein <jareth@camelot-soft.com>
11722
11723 1997-12-21  SL Baur  <steve@altair.xemacs.org>
11724
11725         * about.el (about-hackers): More names added.
11726
11727         * make-docfile.el: Remove superfluous package path search.
11728
11729         * loaddefs.el: Commentary changes.  Removal of VM autoloads.
11730
11731 1997-12-20  SL Baur  <steve@altair.xemacs.org>
11732
11733         * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
11734         ignored shadows.
11735
11736 1997-12-18  SL Baur  <steve@altair.xemacs.org>
11737
11738         * startup.el (set-default-load-path): Make sure lisp and site-lisp
11739         get trailing slashes when added to the load-path.
11740
11741         * x-init.el (init-x-win): Locate where XEmacs X localization files
11742         are.
11743
11744 1997-12-18  Kyle Jones  <kyle_jones@wonderworks.com>
11745
11746         * x-faces.el: Added support for foregroundToolBarColor
11747           to xpm-color-symbols.
11748
11749 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
11750
11751         * etags.el (tags-remove-duplicates): Removed.
11752         (buffer-tag-table-list): Use `delete-duplicates'.
11753
11754         * cl-extra.el (coerce): Coerce to bit-vector and weak-list
11755         correctly.
11756         (get*): Defalias to `get'.
11757
11758         * cl.el (eql): Compare integers with `eq'.
11759         (cl-map-extents): Check for `map-extents' first.
11760
11761 1997-12-17  Didier Verna  <didier@xemacs.org>
11762
11763         * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
11764         added the 'numero', 'copyright' and 'trademark' symbols.
11765
11766         * leim/quail/latin-post.el ("french-postfix"): see above.
11767
11768 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
11769
11770         * widget.el (define-widget): Check the arguments.
11771
11772         * cus-edit.el (customize-face): Use `check-argument-type'.
11773         (custom-variable-value-create): Use `signal' to signal error.
11774         (custom-variable-reset-saved): Ditto.
11775         (custom-variable-reset-standard): Ditto.
11776         (custom-face-reset-saved): Ditto.
11777
11778         * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
11779         (widget-default-format-handler): Ditto.
11780         (widget-checklist-add-item): Ditto.
11781         (widget-radio-add-item): Ditto.
11782         (widget-editable-list-entry-create): Ditto.
11783         (widget-sexp-prompt-value): Ditto.
11784
11785         * custom.el (custom-declare-variable): Signal errors better.
11786         (custom-handle-keyword): Ditto.
11787         (custom-declare-group): Ditto.
11788
11789         * window-xemacs.el (windows): Ditto.
11790
11791         * menubar.el (menu): Ditto.
11792
11793         * keydefs.el (keyboard): Ditto.
11794
11795         * minibuf.el (minibuffer): Ditto.
11796
11797         * process.el (execute): Ditto.
11798
11799         * fill.el (fill): Ditto.
11800
11801         * modeline.el (modeline): Ditto.
11802
11803         * help.el (help): Ditto.
11804
11805         * faces.el (faces): Ditto.
11806
11807         * files.el (files): Ditto.
11808
11809         * x-init.el (x): Ditto.
11810
11811         * lisp-mode.el (lisp): Ditto.
11812
11813         * process.el (processes): Ditto.
11814
11815         * mouse.el (mouse): Ditto.
11816
11817         * abbrev.el (abbrev): Moved from cus-edit.
11818
11819         * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
11820         as variable declaration.
11821
11822 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
11823
11824         * menubar.el (find-menu-item): Use `check-argument-type'.
11825         (find-menu-item): Cosmetic changes.
11826
11827 1997-12-18  SL Baur  <steve@altair.xemacs.org>
11828
11829         * x-menubar.el (default-menubar): Guard usage of lpr-switches.
11830
11831 1997-12-17  SL Baur  <steve@altair.xemacs.org>
11832
11833         * startup.el (set-default-load-path): Only search package-path
11834         when not running temacs.
11835
11836         * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
11837         files.
11838
11839         * loadup.el: Correct commentary.  Reformatting.
11840         (really-early-error-handler): Use absolute path to the
11841         first dumped-lisp.el file.
11842         (really-early-error-handler): Print full path name of
11843         each dumped lisp file (inherited from InfoDock).
11844
11845         * shadow.el (find-emacs-lisp-shadows): Ignore multiple
11846         dumped-lisp.el files.
11847
11848         * make-docfile.el (preloaded-file-list): Reorder when the
11849         package-path is searched.
11850         * update-elc.el: Ditto.
11851
11852         * lisp-mode.el (call-with-condition-handler): Treat the same as
11853         `condition-case' for indentation.
11854
11855         * about.el (about-xemacs): Update release date.
11856
11857 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
11858
11859         * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
11860         anywhere but at the last clause.
11861         (ecase): Disallow `t' and `otherwise'.
11862
11863 1997-12-16  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
11864
11865         * cus-edit.el (custom-buffer-create-buttons): New function
11866         from stuff moved out of `custom-buffer-create-internal'.
11867         (custom-novice): New variable.  Default t.
11868         (custom-display-global-buttons): Ditto.  Default `top'.
11869         (custom-buffer-create-internal): Only display help if
11870         `custom-novice' is non-nil.  Display global buttons according to
11871         `custom-display-global-buttons'.
11872
11873 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
11874
11875         * menubar.el (find-menu-item): Use `check-argument-type'.
11876         (find-menu-item): Cosmetic changes.
11877
11878 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
11879
11880         * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
11881         look.
11882
11883 1997-12-16  Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
11884
11885         * format.el (format-deannotate-region):  Bug fix.
11886         Deannotating a region containing unknown tags would fail
11887         (causing decoding of text/enriched to fail at user level)
11888
11889 1997-12-16  Kyle Jones  <kyle_jones@wonderworks.com>
11890
11891         * minibuf.el (read-directory-name): Support sixth
11892           arg, HISTORY, as already documented.
11893
11894 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
11895
11896         * etags.el (get-tag-table-buffer): Use explicit lists as arguments
11897         to `ecase'.
11898
11899 1997-12-14  SL Baur  <steve@altair.xemacs.org>
11900
11901         * skk/skk-leim.el (skk-auto-fill-activate): Synch with
11902         skk-activate.
11903
11904 1997-12-13  SL Baur  <steve@altair.xemacs.org>
11905
11906         * dumped-lisp.el (preloaded-file-list): Remove debugging statement.