b144a43f658616a09b83b8b3fd92176ef7d37b49
[chise/xemacs-chise.git] / lisp / ChangeLog
1 2002-08-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2
3         * setup-paths.el (paths-find-utf-2000-lisp-directory): Use
4         `configure-utf-2000-lisp-directory'.
5         (paths-construct-load-path): Prefer `utf-2000-lisp-load-path' to
6         `mule-lisp-load-path'.
7
8 2002-08-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
9
10         * startup.el (startup-setup-paths): Set and use
11         `utf-2000-lisp-directory'.
12         (startup-setup-paths-warning): Check `utf-2000-lisp-directory' in
13         UTF-2000.
14
15 2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
16
17         * setup-paths.el (paths-utf-2000-load-path-depth): New variable.
18         (paths-find-utf-2000-lisp-directory): New function.
19         (paths-construct-load-path): Add new optional argument
20         `utf-2000-lisp-directory'.
21
22         * dump-paths.el: Set and use `utf-2000-lisp-directory'.
23
24 2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
25
26         * mule/mule-charset.el: Don't specify `auto-fill-chars' for
27         `katakana-jisx0201', `japanese-jisx0208', `japanese-jisx0212',
28         `chinese-gb2312', `chinese-big5-1' and `chinese-big5-2'.
29         (default-coded-charset-priority-list): Add `chinese-big5-1' and
30         `chinese-big5-2' in UTF-2000.
31
32         * mule/chinese.el: Set syntax-entry "w" for `chinese-big5' instead
33         of `chinese-big5-1' and `chinese-big5-2' in UTF-2000.
34
35 2002-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
36
37         * mule/chinese.el: Add new coding-systems `big5-er', `big5-eten',
38         `big5-eten-er' in UTF-2000.
39         (big5-cdp): Modify DOC-string and mnemonic.
40
41 2002-08-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
42
43         * mule/mule-coding.el (utf-8-mcs-er): New coding-system in
44         UTF-2000 [renamed from utf-8-er].
45         (utf-8-gb): New coding-system in UTF-2000.
46         (utf-8-gb-er): Likewise.
47         (utf-8-cns): Likewise.
48         (utf-8-cns-er): Likewise.
49         (utf-8-big5): Likewise.
50         (utf-8-big5-er): Likewise.
51         (utf-8-jis): Likewise.
52         (utf-8-jis-er): Likewise.
53         (utf-8-ks): Likewise.
54         (utf-8-ks-er): Likewise.
55         (utf-8-er): Likewise.
56
57 2002-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
58
59         * bytecomp.el (byte-compile-insert-header): Use `utf-8-mcs-unix'
60         instead of `utf-8-unix' in UTF-2000.
61
62         * mule/mule-coding.el (utf-8): Define as an alias for `utf-8-mcs'.
63
64 2002-07-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
65
66         * mule/japanese.el (euc-jisx0213): New coding-system.
67
68         * mule/mule-conf.el (japanese-jisx0213-1): Specify
69         `japanese-jisx0208-1990' as the mother.
70
71 2002-07-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
72
73         * dumped-lisp.el (preloaded-file-list): Change condition of
74         loading "close-cdb".
75
76 2002-07-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
77
78         * mule/mule-coding.el (utf-8-er): New coding-system in UTF-2000;
79         setup `coded-charset-entity-reference-alist'.
80
81 2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
82
83         * dumped-lisp.el (preloaded-file-list): Dump "close-cdb" in
84         UTF-2000.
85
86 2002-04-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
87
88         * mule/mule-charset.el (default-coded-charset-priority-list): Add
89         `chinese-big5-eten-a' and `chinese-big5-eten-b'.
90
91 2002-04-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
92
93         * mule/mule-conf.el (chinese-big5-pua): New coded-charset.
94         (chinese-big5-eten-a): Likewise.
95         (chinese-big5-eten-b): Likewise.
96         (chinese-big5-cdp): Declare as a subset of `chinese-big5' whose
97         code range is #x8140 .. #x8DFE.
98
99 2002-04-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
100
101         * mule/mule-conf.el (chinese-big5-eten): New coded-charset in
102         UTF-2000.
103         (chinese-big5-cdp): Likewise.
104
105 2002-02-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
106
107         * dumped-lisp.el (preloaded-file-list): Rename
108         utf-2000/make-cdbs.el -> utf-2000/update-cdb.el.
109
110 2002-02-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
111
112         * update-elc.el: Load lisp/utf-2000/dumped-chars.el in UTF-2000;
113         append `system-char-db-source-file-list' into
114         `preloaded-file-list' in UTF-2000.
115
116 2002-02-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
117
118         * dumped-lisp.el (preloaded-file-list): Delete
119         character-definition files.
120
121 2002-02-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
122
123         * dumped-lisp.el (preloaded-file-list): Add `make-cdbs' in
124         UTF-2000.
125
126 2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
127
128         * mule/mule-charset.el (default-coded-charset-priority-list):
129         Delete `mojikyo-2022-1'.
130
131 2001-12-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
132
133         * mule/mule-charset.el (default-coded-charset-priority-list):
134         Delete `mojikyo'.
135
136 2001-12-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
137
138         * mule/mule-charset.el (default-coded-charset-priority-list): Add
139         `ucs-sip'.
140
141 2001-11-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
142
143         * mule/mule-charset.el (default-coded-charset-priority-list):
144         Comment out `chinese-gb12345'.
145
146 2001-11-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
147
148         * bytecomp.el (byte-compile-insert-header): Fixed.
149
150 2001-10-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
151
152         * dumped-lisp.el (preloaded-file-list): Dump `ad-hoc-cdp' in
153         XEmacs UTF-2000.
154
155 2001-10-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
156
157         * mule/chinese.el (big5-cdp): New coding-system in XEmacs
158         UTF-2000.
159
160 2001-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
161
162         * mule/mule-charset.el (default-coded-charset-priority-list): Add
163         `ideograph-hanziku-{1 .. 12}' in XEmacs UTF-2000.
164
165 2001-10-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
166
167         * mule/mule-charset.el (default-coded-charset-priority-list):
168         `japanese-jef-china3' is renamed `china3-jef'.
169
170 2001-10-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
171
172         * mule/mule-charset.el (default-coded-charset-priority-list): Add
173         `japanese-jef-china3' and `ideograph-cbeta'.
174
175 2001-09-02  MORIOKA Tomohiko  <tomo@calliope.mousai.mahoroba.ne.jp>
176
177         * list-mode.el: Delete dirty hack for XEmacs UTF-2000.
178
179 2001-08-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
180
181         * mule/mule-charset.el (default-coded-charset-priority-list): Add
182         `chinese-big5-cdp'.
183
184 2001-08-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
185
186         * mule/mule-charset.el (default-coded-charset-priority-list): Add
187         `arabic-digit', `arabic-1-column' and `arabic-2-column'.
188
189 2001-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
190
191         * dumped-lisp.el (preloaded-file-list): Load "arabic" before
192         loading character definitions.
193
194 2001-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
195
196         * dumped-lisp.el (preloaded-file-list): Rename
197         u031A0-Extended-Bopomofo.el to u031A0-Bopomofo-Extended.el.
198
199 2001-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
200
201         * mule/mule-charset.el (default-coded-charset-priority-list): Add
202         `chinese-big5'.
203
204 2001-07-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
205
206         * dumped-lisp.el (preloaded-file-list): Dump
207         "Ideograph-R028-Private" with XEmacs UTF-2000.
208
209 2001-07-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
210
211         * mule/mule-charset.el (default-coded-charset-priority-list): Add
212         `chinese-gb12345'.
213
214 2001-07-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
215
216         * mule/mule-charset.el (default-coded-charset-priority-list): Add
217         `ideograph-gt-pj-{1..11}'.
218
219         * dumped-lisp.el (preloaded-file-list): Dump `isolated-char' in
220         XEmacs UTF-2000.
221
222 2000-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
223
224         * mule/mule-charset.el (default-coded-charset-priority-list):
225         Prefer `chinese-gb2312' than `chinese-cns11643-*'; add
226         `chinese-isoir165'.
227
228 2000-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
229
230         * format.el (format-alist): Revive `image/jpeg', `image/gif',
231         `image/png', `image/x-xpm' and `image/tiff'.
232
233         * files.el (binary-file-regexps): Add *.PNG.
234
235 2000-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
236
237         * mule/mule-charset.el (default-coded-charset-priority-list):
238         Prefer `japanese-jisx0208-1990' than `japanese-jisx0212'; prefer
239         `korean-ksc5601' than `japanese-jisx0213-1'; add `mojikyo-2022-1'.
240
241 2000-09-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
242
243         * list-mode.el: Call `completion-list-mode' to avoid slowness of
244         the first completion when UTF-2000 is running.
245
246 2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
247
248         * mule/mule-charset.el (default-coded-charset-priority-list):
249         Delete `ucs'.
250
251 2000-04-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
252
253         * dumped-lisp.el (preloaded-file-list): Don't add "mojikyo".
254
255         * mule/mule-charset.el (default-coded-charset-priority-list): Add
256         `mojikyo' instead of `mojikyo-pj-[1..21]'.
257
258 2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
259
260         * mule/vietnamese.el (vscii-2): Delete abolished property
261         `composite'; now composite mode is default.
262
263 2000-04-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
264
265         * bytecomp.el (byte-compile-insert-header): Use `binary' instead
266         of `raw-text'; check \uHHHH representation even if non-ascii
267         characters are not found.
268
269         * dumped-lisp.el (preloaded-file-list): Add "ccs-tcvn5712.el" in
270         UTF-2000; add "viet-ccl" in non-UTF-2000 Mule; add "vietnamese"
271         unconditionally.
272
273         * mule/viet-ccl.el: New file.
274
275         * mule/vietnamese.el (vscii-2): New coding-system in UTF-2000.
276         (tcvn-5712): New coding-system alias of `vscii-2' in UTF-2000.
277         - Separate CCL based implementations to viet-ccl.el.
278
279 2000-02-24  MORIOKA Tomohiko  <tomo@m17n.org>
280
281         * mule/mule-conf.el (japanese-jisx0213-1): Allow
282         "jisx0213.2000-1".
283         (japanese-jisx0213-2): Allow "jisx0213.2000-2".
284
285         * mule/mule-charset.el (default-coded-charset-priority-list):
286         Prefer `japanese-jisx0213-1' and `japanese-jisx0213-2' to
287         `japanese-jisx0208-1978' and `japanese-jisx0208-1990'.
288
289 2000-01-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
290
291         * dumped-lisp.el (preloaded-file-list): Add "mojikyo" in UTF-2000.
292
293 2000-01-27  MORIOKA Tomohiko  <tomo@m17n.org>
294
295         * mule/mule-charset.el (default-coded-charset-priority-list): Add
296         `ucs' in UTF-2000.
297
298 2000-01-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
299
300         * mule/mule-charset.el (default-coded-charset-priority-list):
301         Prefer `mojikyo-pj-*' and `ideograph-daikanwa' to `ucs-bmp' and
302         `arabic-iso8859-6'.
303
304 2000-01-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
305
306         * mule/mule-charset.el (default-coded-charset-priority-list): Add
307         `mojikyo-pj-[1 .. 21]' in UTF-2000.
308
309 2000-01-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
310
311         * mule/mule-charset.el (default-coded-charset-priority-list): Add
312         `katakana-jisx0201' in UTF-2000.
313
314 1999-12-23  MORIOKA Tomohiko  <tomo@urania.m17n.org>
315
316         * dumped-lisp.el (preloaded-file-list): Add "u0A000-Yi-Syllables",
317         "u0AC00-Hangul-Syllables", "u0FB00-Alphabetic-Presentation-Forms",
318         "u0FB50-Arabic-Presentation-Forms-A",
319         "u0FE20-Combining-Half-Marks", "u0FE30-CJK-Compatibility-Forms",
320         "u0FE50-Small-Form-Variants",
321         "u0FE70-Arabic-Presentation-Forms-B",
322         "u0FF00-Halfwidth-and-Fullwidth-Forms" and "u0FFF0-Specials" in
323         UTF-2000.
324
325 1999-12-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
326
327         * dumped-lisp.el (preloaded-file-list): Delete
328         "ccs-jisx0208-1983.el"; add "Ideograph-R031-Enclosure"
329         ... "Ideograph-R214-Flute" in UTF-2000.
330
331 1999-11-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
332
333         * mule/mule-conf.el (japanese-jisx0213-1): New coded-charset.
334         (japanese-jisx0213-2): New coded-charset.
335
336         * dumped-lisp.el (preloaded-file-list): Add
337         "Ideograph-R028-Private", "Ideograph-R029-Again" and
338         "Ideograph-R030-Mouth".
339
340 1999-11-19  MORIOKA Tomohiko  <tomo@etl.go.jp>
341
342         * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R012-Eight",
343         "Ideograph-R013-Down-Box", "Ideograph-R014-Cover",
344         "Ideograph-R015-Ice", "Ideograph-R016-Table",
345         "Ideograph-R017-Open-Box", "Ideograph-R018-Knife",
346         "Ideograph-R019-Power", "Ideograph-R020-Wrap", "Ideograph-R021-Spoon",
347         "Ideograph-R022-Right-Open-Box", "Ideograph-R023-Hiding-Enclosure",
348         "Ideograph-R024-Ten", "Ideograph-R025-Divination",
349         "Ideograph-R026-Seal" and "Ideograph-R027-Cliff" in UTF-2000.
350
351 1999-11-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
352
353         * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R002-Line",
354         "Ideograph-R003-Dot", "Ideograph-R004-Slash",
355         "Ideograph-R005-Second", "Ideograph-R006-Hook",
356         "Ideograph-R007-Two", "Ideograph-R008-Lid", "Ideograph-R009-Man",
357         "Ideograph-R010-Legs" and "Ideograph-R011-Enter".
358
359         * mule/mule-charset.el (default-coded-charset-priority-list): Add
360         `japanese-jisx0208-1990' and `japanese-jisx0208-1978'.
361
362 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
363
364         * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R001-One"
365         in UTF-2000.
366
367 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
368
369         * mule/mule-conf.el (sisheng): Moved from mule/chinese.el.
370         (chinese-isoir165): Moved from mule/chinese.el.
371         (chinese-cns11643-3): Moved from mule/chinese.el.
372         (chinese-cns11643-4): Moved from mule/chinese.el.
373         (chinese-cns11643-5): Moved from mule/chinese.el.
374         (chinese-cns11643-6): Moved from mule/chinese.el.
375         (chinese-cns11643-7): Moved from mule/chinese.el.
376
377         * mule/chinese.el: Move definition of coded-charsets to
378         mule/mule-conf.el.
379
380 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
381
382         * mule/mule-charset.el (default-coded-charset-priority-list): Add
383         `ideograph-daikanwa'.
384
385 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
386
387         * dumped-lisp.el (preloaded-file-list): Delete
388         "ccs-jisx0201-latin.el".
389
390 1999-11-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
391
392         * dumped-lisp.el (preloaded-file-list): Add
393         "u031A0-Extended-Bopomofo" in UTF-2000.
394
395 1999-11-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
396
397         * dumped-lisp.el (preloaded-file-list): u02E00-CJK-Radicals was
398         renamed to u02E00-CJK-Radical-Supplement.
399
400 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
401
402         * dumped-lisp.el (preloaded-file-list): Add
403         "u03000-CJK-Symbols-and-Punctuation", "u03040-Hiragana",
404         "u030A0-Katakana", "u03100-Bopomofo",
405         "u03130-Hangul-Compatibility-Jamo", "u03190-Kanbun",
406         "u03200-Enclosed-CJK-Letters-and-Months" and
407         "u03300-CJK-Compatibility".
408
409 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
410
411         * dumped-lisp.el (preloaded-file-list): Add "u02E00-CJK-Radicals",
412         "u02F00-Kangxi-Radicals" and
413         "u02FF0-Ideographic-Description-Characters".
414
415 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
416
417         * dumped-lisp.el (preloaded-file-list): Add
418         "u02600-Miscellaneous-Symbols", "u02700-Dingbats" and
419         "u02800-Braille-Patterns" in UTF-2000.
420
421 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
422
423         * dumped-lisp.el (preloaded-file-list): Load "uXXXXX-*" instead of
424         "uXXXXX-*.el" in UTF-2000.
425
426         * bytecomp.el (byte-compile-insert-header): Delete comments if
427         non-ASCII characters are found; allow `byte-compile-dynamic' and
428         `byte-compile-dynamic-docstrings' if *.elc will be encoded by
429         `raw-text'.
430
431 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
432
433         * dumped-lisp.el (preloaded-file-list): Add
434         "u02500-Box-Drawing.el", "u02580-Block-Elements.el" and
435         "u025A0-Geometric-Shapes.el".
436
437 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
438
439         * dumped-lisp.el (preloaded-file-list): Add
440         "u02400-Control-Pictures.el", "u02440-OCR.el" and
441         "u02460-Enclosed-Alphanumerics.el".
442
443 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
444
445         * mule/mule-charset.el (default-coded-charset-priority-list): Add
446         `chinese-gb2312'.
447
448         * dumped-lisp.el (preloaded-file-list): Add
449         "u02200-Mathematical-Operators.el" and
450         "u02300-Miscellaneous-Technical.el".
451
452 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
453
454         * mule/mule-charset.el (default-coded-charset-priority-list): Add
455         `chinese-cns11643-*'.
456
457         * dumped-lisp.el (preloaded-file-list): Add
458         "u02100-Letterlike-Symbols.el", "u02150-Number-Forms.el" and
459         "u02190-Arrows.el" in UTF-2000.
460
461 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
462
463         * mule/mule-charset.el (default-coded-charset-priority-list): Add
464         `korean-ksc5601'.
465
466         * dumped-lisp.el (preloaded-file-list): Add
467         "u02000-General-Punctuation.el", "u02070-Superscripts.el",
468         "u02080-Subscripts.el", "u020A0-Currency-Symbols.el" and
469         "u020D0-Combining-Diacritical-Marks-for-Symbols.el" in UTF-2000.
470
471 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
472
473         * dumped-lisp.el (preloaded-file-list): Delete "ccs-viscii.el".
474
475 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
476
477         * dumped-lisp.el (preloaded-file-list): Add "u013A0-Cherokee.el",
478         "u01400-Canadian.el", "u01680-Ogham.el", "u016A0-Runic.el",
479         "u01780-Khmer.el", "u01800-Mongolian.el",
480         "u01E00-Latin-Extended-Additional.el" and
481         "u01F00-Greek-Extended.el" in UTF-2000.
482
483 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
484
485         * mule/mule-charset.el (default-coded-charset-priority-list): Add
486         `ethiopic-ucs' and `ethiopic'.
487
488         * dumped-lisp.el (preloaded-file-list): Add "u010A0-Georgian.el",
489         "u01100-Hangul-Jamo.el" and "u01200-Ethiopic.el".
490
491         * mule/mule-conf.el: Move definition of coded-charset `ethiopic'
492         from mule/ethiopic.el.
493
494         * mule/ethiopic.el: Move definition of coded-charset `ethiopic' to
495         mule/mule-conf.el.
496
497 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
498
499         * mule/mule-charset.el (default-coded-charset-priority-list): Add
500         `lao'.
501
502         * mule/mule-conf.el (lao): New coded-charset.
503
504         * dumped-lisp.el (preloaded-file-list): Add
505         "u00900-Devanagari.el", "u00980-Bengali.el", "u00A00-Gurmukhi.el",
506         "u00A80-Gujarati.el", "u00B00-Oriya.el", "u00B80-Tamil.el",
507         "u00C00-Telugu.el", "u00C80-Kannada.el", "u00D00-Malayalam.el",
508         "u00D80-Sinhala.el", "u00E00-Thai.el", "u00E80-Lao.el",
509         "u00F00-Tibetan.el" and "u01000-Myanmar.el".
510
511 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
512
513         * mule/mule-charset.el (default-coded-charset-priority-list): Add
514         `ucs-bmp' and `arabic-iso8859-6'.
515
516 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
517
518         * dumped-lisp.el (preloaded-file-list): Add "u00400-Cyrillic.el",
519         "u00530-Armenian.el", "u00590-Hebrew.el", "u00600-Arabic.el",
520         "u00700-Syriac.el" and "u00780-Thaana.el" in UTF-2000.
521
522 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
523
524         * startup.el (normal-top-level): Load autoload file for UTF-2000
525         in UTF-2000.
526
527 1999-11-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
528
529         * dumped-lisp.el (preloaded-file-list): Add "mule-conf" in Mule;
530         delete "ccs-iso8859-*.el"; add "u00000-C0.el",
531         "u00020-Basic-Latin.el", "u00080-C1.el",
532         "u000A0-Latin-1-Supplement.el", "u00100-Latin-Extended-A.el",
533         "u00180-Latin-Extended-B.el", "u00250-IPA-Extensions.el",
534         "u002B0-Spacing-Modifier-Letters.el",
535         "u00300-Combining-Diacritical-Marks.el" and "u00370-Greek.el" in
536         UTF-2000.
537
538 1999-11-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
539
540         * mule/mule-charset.el (default-coded-charset-priority-list): Add
541         `japanese-jisx0212' and `ipa' in UTF-2000; use `latin-viscii-*'
542         instead of `vietnamese-viscii-*'.
543
544 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
545
546         * mule/mule-conf.el: New file.
547
548         * mule/misc-lang.el: Move definition of charset `ipa' to
549         mule/mule-conf.el.
550
551 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
552
553         * mule/mule-charset.el (default-coded-charset-priority-list): Add
554         `latin-viscii'; prefer it for characters used in Vietnamese.
555
556 1999-10-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
557
558         * bytecomp.el (byte-compile-insert-header): Fix regexp.
559
560 1999-10-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
561
562         * mule/viet-chars.el (latin-viscii-lower): Renamed from charset
563         `vietnamese-viscii-lower'.
564         (latin-viscii-upper): Renamed from charset
565         `vietnamese-viscii-upper'.
566         (vietnamese-viscii-lower): New alias for charset
567         `latin-viscii-lower'.
568         (vietnamese-viscii-upper): New alias for charset
569         `latin-viscii-upper'.
570
571 1999-10-05  MORIOKA Tomohiko  <tomo@etl.go.jp>
572
573         * mule/mule-charset.el (default-coded-charset-priority-list):
574         Comment out `hiragana-jisx0208' and `katakana-jisx0208'.
575
576 1999-10-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
577
578         * mule/ccs-jisx0208-1983.el, mule/ccs-tcvn5712.el,
579         mule/ccs-viscii.el, mule/ccs-iso8859-9.el,
580         mule/ccs-jisx0201-latin.el, mule/ccs-iso8859-2.el,
581         mule/ccs-iso8859-3.el, mule/ccs-iso8859-4.el: Moved to
582         lisp/utf-2000.
583
584 1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
585
586         * mule/ccs-tcvn5712.el: New file.
587
588 1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
589
590         * dumped-lisp.el (preloaded-file-list): Add "ccs-jisx0208-1983.el"
591         in UTF-2000.
592
593 1999-10-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
594
595         * mule/mule-charset.el (default-coded-charset-priority-list): Add
596         `japanese-jisx0208'.
597
598 1999-10-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
599
600         * dumped-lisp.el (preloaded-file-list): Add
601         "ccs-jisx0201-latin.el", "ccs-iso8859-2.el", "ccs-iso8859-3.el",
602         "ccs-iso8859-4.el", "ccs-iso8859-9.el" and "ccs-viscii.el" in
603         UTF-2000.
604
605         * mule/ccs-iso8859-2.el, mule/ccs-iso8859-3.el,
606         mule/ccs-iso8859-4.el, mule/ccs-iso8859-9.el,
607         mule/ccs-jisx0201-latin.el, mule/ccs-jisx0208-1983.el,
608         mule/ccs-viscii.el: New files.
609
610         * bytecomp.el (byte-compile-insert-header): Don't use `raw-text'
611         if \uXXXX is found.
612
613 1999-09-30  MORIOKA Tomohiko  <tomo@urania.m17n.org>
614
615         * mule/mule-charset.el (default-coded-charset-priority-list): Add
616         `hiragana-jisx0208' and `katakana-jisx0208'.
617
618 1999-09-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
619
620         * mule/chinese.el (chinese-cns11643-3): Define it even if
621         `utf-2000' is provided.
622         (chinese-cns11643-4): Likewise.
623         (chinese-cns11643-5): Likewise.
624         (chinese-cns11643-6): Likewise.
625         (chinese-cns11643-7): Likewise.
626
627 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
628
629         * mule/mule-charset.el (default-coded-charset-priority-list): Add
630         thai-tis620 and hebrew-iso8859-8; namely all BMP are covered.
631
632 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
633
634         * mule/mule-charset.el (default-coded-charset-priority-list): Add
635         `cyrillic-iso8859-5' and `greek-iso8859-7'.
636
637 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
638
639         * mule/mule-charset.el (default-coded-charset-priority-list):
640         Setup in UTF-2000.
641
642 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
643
644         * mule/viet-chars.el: Don't define charset
645         `vietnamese-viscii-lower' and `vietnamese-viscii-upper' because
646         they are defined as builtin charsets.
647
648 1999-08-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
649
650         * version.el (emacs-version): Add more space just before UTF-2000
651         version string.
652
653 1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
654
655         * version.el ([constant] emacs-version): Don't add a space in the
656         preceding place of `xemacs-betaname' because it is duplicated.
657         (emacs-version): Add UTF-2000 version if `utf-2000' is provided.
658
659         * startup.el (splash-frame-body): Add ETL.
660
661 1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
662
663         * mule/chinese.el (chinese-cns11643-3): Don't define if `utf-2000'
664         is provided because it is defined as builtin charset.
665         (chinese-cns11643-4): Likewise.
666         (chinese-cns11643-5): Likewise.
667         (chinese-cns11643-6): Likewise.
668         (chinese-cns11643-7): Likewise.
669
670 1999-08-24  MORIOKA Tomohiko  <tomo@etl.go.jp>
671
672         * mule/mule-cmds.el (reset-language-environment): Fix problem when
673         coding-system `iso-10646-ucs-4' is not defined.
674
675 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
676
677         * bytecomp.el (byte-compile-insert-header): Use utf-8 as
678         coding-system if `utf-2000' is provided.
679
680 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
681
682         * mule/mule-coding.el: Add `utf-8' to coding-priority-list if
683         `utf-2000' is provided.
684
685 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
686
687         * dumped-lisp.el (preloaded-file-list): Don't load vietnamese.el
688         if utf-2000 is provided temporally.
689
690 1999-06-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
691
692         * mule/vietnamese.el (leading-code-private-11): Deleted [defined
693         as builtin variable].
694
695 1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
696
697         * files.el (insert-file-contents-literally): Treat file as binary;
698         call file-name-handlers. [sync with Emacs 20.3.10]
699
700 2001-03-21  Martin Buchholz <martin@xemacs.org>
701
702         * XEmacs 21.2.46 "Urania" is released.
703
704 2001-03-16  Stephen J. Turnbull  <stephen@xemacs.org>
705
706         * menubar-items.el (default-menubar): Update sample.emacs to
707         sample.init.el and adjust accelerators.
708
709 2001-02-02  Stephen J. Turnbull  <stephen@xemacs.org>
710
711         * build-report.el (build-report): Improve docstring.
712
713 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
714
715         * ChangeLog: Log GTK merge.
716
717         * gutter-items.el:
718         * mwheel.el:
719         * sound.el:
720         * startup.el:
721         Revert gratuitous whitespace changes.
722
723 2001-03-07  Ben Wing  <ben@xemacs.org>
724
725         * help.el:
726         * help.el (key-or-menu-binding):
727         * help.el (Help-find-file): New.
728         * help.el (describe-beta):
729         * help.el (describe-copying):
730         * help.el (describe-project):
731         * help.el (view-emacs-news):
732         * help.el (view-sample-init-el): New.
733         * help.el (Help-princ-face): New.
734         * help.el (Help-prin1-face): New.
735         * help.el (help-symbol-function-context-menu):
736         * help.el (help-symbol-variable-context-menu):
737         * help.el (help-symbol-function-and-variable-context-menu):
738         * help.el (frob-help-extents):
739         * help.el (describe-function-1):
740         * help.el (describe-variable):
741
742         Add coloring in Help buffers, correspondent with hyperlinks.
743         View files in view-mode rather than Fundamental.
744         Remove separators from context menus -- now handled in generic code.
745         Add `Find Tag' to context menu.
746         
747         * menubar.el (popup-mode-menu):
748
749         Rewrite code that outputs the popup menu to (a) put more specific
750         entries first, (b) be more robust, (c) output the proper context
751         menu separators automatically (the context menu functionality is
752         new and currently used only by Help).
753
754 2001-03-10  William M. Perry  <wmperry@aventail.com>
755
756         * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
757         this function when converting from the 21.1 GTK branch.  Now
758         supports file, password, question, and color built-in dialogs.
759
760 2001-03-06  Ben Wing  <ben@xemacs.org>
761
762         * keydefs.el:
763         * keydefs.el (global-map):
764         Add commented-out change of M-k (for 21.5).
765         
766         * menubar-items.el (default-menubar):
767         Fix items to control kill-line behavior; add items for
768         shifted motion.
769         
770         * simple.el:
771         * simple.el (kill-whole-line):
772         * simple.el (historical-kill-line): Removed.
773         * simple.el (kill-line): Removed.
774         * simple.el (kill-entire-line): New.
775         * simple.el (kill-line-1): New.
776         * simple.el (backward-kill-line):
777         Undo kill-whole-line == always changes.  Add new function
778         kill-entire-line to unconditionally delete the current line.
779         Add comments describing the lamentable state of affairs of
780         the kill-line functions and variables.
781
782 2001-03-02  Ben Wing  <ben@xemacs.org>
783
784         * simple.el:
785         * simple.el (beginning-of-buffer):
786         * simple.el (end-of-buffer):
787         * simple.el (mark-ring-unrecorded-commands):
788         * simple.el (signal-error-on-buffer-boundary):
789         * simple.el (shifted-motion-keys-select-region):
790         * simple.el (unshifted-motion-keys-deselect-region):
791         * simple.el (motion-keys-for-shifted-motion): New.
792         * simple.el (handle-pre-motion-command):
793         * simple.el (handle-post-motion-command):
794         * simple.el (forward-char-command):
795         * simple.el (backward-char-command):
796         * simple.el (scroll-up-command):
797         * simple.el (scroll-down-command):
798         * simple.el (next-line):
799         * simple.el (previous-line):
800         * simple.el (backward-block-of-lines):
801         * simple.el (forward-block-of-lines):
802         * simple.el (backward-word):
803         * simple.el (mark-word):
804
805         Augment documentation of the most common motion commands to make
806         note of the shifted-motion support.  Improve the support to (a)
807         properly document how it works and why it's done in the fashion it
808         is, and (b) allow the keystrokes that trigger it to be customized.
809
810         Correct error in the customize specification of
811         mark-ring-unrecorded-commands.
812
813 2001-03-02  Ben Wing  <ben@xemacs.org>
814
815         * font-lock.el:
816         * font-lock.el (font-lock-pending-extent-table): Removed.
817         * font-lock.el (font-lock-pending-buffer-table): New.
818         * font-lock.el (font-lock-pre-idle-hook):
819         * font-lock.el (font-lock-after-change-function):
820         * font-lock.el (font-lock-fontify-pending-extents):
821         * font-lock.el (font-lock-lisp-like):
822
823         Fix handling of pending extents to avoid excessive slowness (N^2
824         behavior) when making lots of buffer changes between redisplays,
825         such as when saving the Options.
826
827 2001-03-09  William M. Perry  <wmperry@aventail.com>
828
829         * device.el:
830         * dragdrop.el:
831         * dumped-lisp.el:
832         * faces.el:
833         * frame.el:
834         * gnuserv.el:
835         * loadup.el:
836         * menubar-items.el:
837         * minibuf.el:
838         The Great GTK Merge.
839
840         * ChangeLog.GTK:
841         * dialog-gtk.el:
842         * gdk.el:
843         * generic-widgets.el:
844         * glade.el:
845         * gnome-widgets.el:
846         * gnome.el:
847         * gtk-compose.el:
848         * gtk-extra.el:
849         * gtk-faces.el:
850         * gtk-ffi.el:
851         * gtk-file-dialog.el:
852         * gtk-font-menu.el:
853         * gtk-glyphs.el:
854         * gtk-init.el:
855         * gtk-iso8859-1.el:
856         * gtk-marshal.el:
857         * gtk-mouse.el:
858         * gtk-package.el:
859         * gtk-password-dialog.el:
860         * gtk-select.el:
861         * gtk-widget-accessors.el:
862         * gtk-widgets.el:
863         * gtk.el:
864         widgets-gtk.el:
865         The Great GTK Merge: new files.
866
867 2001-03-05  Stephen J. Turnbull  <stephen@xemacs.org>
868
869         * generic-widgets.el: Don't require gtk (a built-in feature) at
870         top level.  Don't execute the last sexp unless (featurep 'gtk).
871
872 2001-02-28  Stephen J. Turnbull  <stephen@xemacs.org>
873
874         * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
875
876 2001-02-23  Martin Buchholz <martin@xemacs.org>
877
878         * XEmacs 21.2.45 "Thelxepeia" is released.
879
880 2001-01-25  Jason R. Mastaler  <jason@xemacs.org> 
881  
882         * about.el (xemacs-hackers): update my entry. 
883         * about.el (about-maintainer-info): ditto. 
884         * about.el (about-hackers): ditto. 
885
886 2001-02-20  Jan Vroonhof  <jan@xemacs.org>
887
888         * about.el (about-maintainer-info): More vanity info about
889         yours truly.
890
891 2001-02-20  Adrian Aichner  <adrian@xemacs.org>
892
893         * build-report.el (build-report-destination): xemacs-build-reports
894         has moved to SourceForge, where mailing list name length is
895         restricted, hence the name change to
896         xemacs-buildreports@xemacs.org.
897         * build-report.el (build-report-keep-regexp): Update default.
898         * build-report.el (build-report-delete-regexp): Ditto.
899         * build-report.el (build-report-make-output-files): Ditto.
900
901 2001-02-19  Craig Lanning  <lanning@scra.org>
902
903         * lisp-mode.el: Add indentation specifications for following
904         Common Lisp forms: handler-case, handler-bind, with-slots,
905         with-open-file, with-open-stream, print-unreadable-object.
906
907 2001-02-18  Matt Tucker  <tuck@whistlingfish.net>
908
909         * font-lock.el (font-lock-set-defaults-1):
910         Move initialization of `font-lock-cache-position' so that it's set
911         even if font-lock-keywords is already defined.
912
913 2001-02-17  Matt Tucker  <tuck@whistlingfish.net>
914
915         * autoload.el (generate-file-autoloads-1):
916         Use `emacs-lisp-mode-syntax-table' instead of
917         `lisp-mode-syntax-table'.
918         * lisp-mode.el (lisp-mode-syntax-table):
919         Get rid of old checks for `parse-partial-sexp' version.
920         Make `|' (pipe) string delimiter instead of punctuation.
921
922 2001-02-16  Martin Buchholz  <martin@xemacs.org>
923
924         * window.el (save-selected-window):
925         Use gensym for better macro hygiene.
926
927 2001-02-06  Mike Sperber <mike@xemacs.org>
928
929         * dump-paths.el:
930         * startup.el (startup-setup-paths): Set and use
931         `mule-lisp-directory'.
932         (startup-setup-paths-warning): Ditto.
933
934         * setup-paths.el (paths-find-mule-lisp-directory): Added.
935         (paths-construct-load-path): Consider `mule-lisp-directory'.
936
937 2001-02-07  Matt Tucker  <tuck@whistlingfish.net>
938
939         * font-lock.el: Syntax table improvements used.  A few random
940         changes are not specified below.
941         (font-lock-fontify-string-delimiters):
942         (font-lock-syntactic-keywords):
943         (font-lock-cache-state nil):
944         (font-lock-cache-position):
945         New variables.
946         (font-lock-set-syntax):
947         (font-lock-apply-syntactic-highlight):
948         (font-lock-fontify-syntactic-anchored-keywords):
949         (font-lock-fontify-syntactic-keywords-region):
950         (font-lock-eval-keywords):
951         New functions.
952         (font-lock-remove-face):
953         (font-lock-fontify-syntactically-region):
954         Use syntax properties.
955
956 2001-02-08  Martin Buchholz <martin@xemacs.org>
957
958         * XEmacs 21.2.44 "Thalia" is released.
959
960 2001-01-16  Mike Sperber <mike@xemacs.org>
961
962         * startup.el (normal-top-level): Work even if no installation root
963         is found.
964
965 2001-01-30  Andy Piper  <andy@xemacs.org>
966
967         * gutter-items.el (progress-abort-glyph): remove instantiator.
968         (set-progress-abort-instantiator): new function.
969         (abort-progress-feedback): use it.
970
971         * gutter.el (set-gutter-dirty-p): new function.
972
973 2001-01-30  Didier Verna  <didier@xemacs.org>
974
975         * mwheel.el (mwheel-scroll): unwind-protect the selected window.
976
977 2001-01-24  Didier Verna  <didier@xemacs.org>
978
979         * sound.el (sound-extension-list): give a better default value.
980         * sound.el (load-sound-file): improve the doc string, also find
981         files given by absolute names, pass a real extension list to
982         `locate-file'.
983
984 2001-01-26  Martin Buchholz <martin@xemacs.org>
985
986         * XEmacs 21.2.43 "Terspichore" is released.
987
988 2001-01-20  Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
989
990         * gnuserv.el (gnuserv-process-filter): Robuster handling of error
991         messages from gnuserv.
992
993 2001-01-20  Martin Buchholz <martin@xemacs.org>
994
995         * XEmacs 21.2.42 "Poseidon" is released.
996
997 2001-01-12  Andy Piper  <andy@xemacs.org>
998
999         * package-get.el (package-get-custom): call
1000         package-net-update-installed-db.
1001
1002         * package-ui.el (pui-install-selected-packages): call
1003         package-net-update-installed-db.
1004
1005         * package-net.el (package-net-update-installed-db): use
1006         packages-package-list so that we reflect reality.
1007
1008         * packages.el (packages-package-list): Make docstring reflect
1009         reality.
1010
1011         * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
1012
1013         * postinstall.cc (do_postinstall): don't pick up shells if cygwin
1014         isn't installed.
1015
1016 2001-01-17  Andy Piper  <andy@xemacs.org>
1017
1018         * wid-edit.el (widget-activation-glyph-mapper): activate or
1019         deactivate native widgets.
1020         (widget-glyph-insert-glyph): record instantiator.
1021         (widget-push-button-value-create): use it.
1022
1023         * gui.el (gui-button-action): new function. Make button's domain
1024         buffer current when calling.
1025         (make-gui-button): update to use gui-button-action.
1026
1027 2001-01-16  Didier Verna  <didier@xemacs.org>
1028
1029         * menubar-items.el (default-menubar): add an entry for modeline
1030         horizontal scrolling in Options -> Display.
1031
1032 2001-01-17  Steve Youngs  <youngs@xemacs.org>
1033
1034         * package-get.el (package-get-require-signed-base): Set to nil
1035         by default.
1036
1037 2001-01-17  Martin Buchholz <martin@xemacs.org>
1038
1039         * XEmacs 21.2.41 "Polyhymnia" is released.
1040
1041 2001-01-16  Mike Sperber <mike@xemacs.org>
1042
1043         * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
1044         catch lisp/mule/.
1045
1046 2001-01-14  Mike Sperber <mike@xemacs.org>
1047
1048         * startup.el (maybe-create-compatibility-dot-emacs):
1049         (maybe-unmigrate-user-init-file):
1050         (unmigrate-user-init-file): Created.
1051         (maybe-migrate-user-init-file): Offer creation of compatibility
1052         .emacs.
1053         Some doc fixes wrt init file location.
1054
1055 2001-01-15  Golubev I. N.  <gin@mo.msk.ru>
1056
1057         * faces.el (face-frob-from-locale-first): new variable.
1058         (frob-face-font-2): Honor tags arg while trying to use
1059         standard-face-mapping.  When face-frob-from-locale-first is set,
1060         first try to set face inheriting from frobbed-face.
1061
1062 2001-01-15  Didier Verna  <didier@xemacs.org>
1063
1064         * about.el (xemacs-hackers): update my entry.
1065         * about.el (about-url-alist): ditto.
1066         * about.el (about-maintainer-info): ditto.
1067         * about.el (about-hackers): ditto.
1068
1069 2001-01-15  Martin Buchholz  <martin@xemacs.org>
1070
1071         The byte compiler has been badly broken for a year,
1072         by the patch of 1999-12-06.
1073         * byte-optimize.el (byte-optimize-form-code-walker):
1074         Bug was: the byte compiler was making this erroneous optimization:
1075         (progn (or (foo)) (bar)) ==> (bar)
1076
1077 2000-11-20  Mike Sperber <mike@xemacs.org>
1078
1079         * setup-paths.el (paths-core-load-path-depth): Split
1080         `paths-load-path-depth' in two for site and core lisp.  Don't
1081         recurse into core.
1082         * setup-paths.el (paths-construct-load-path): Use.
1083
1084 2001-01-10  Andy Piper  <andy@xemacs.org>
1085
1086         * package-net.el (package-net-cygwin32-binary-size): new variable
1087         (package-net-win32-binary-size): ditto.  add much needed
1088         commentary.
1089
1090         * gutter-items.el (buffers-tab-items): correct off-by-one error
1091         for buffers-tab-max-size.
1092
1093 2001-01-08  Martin Buchholz <martin@xemacs.org>
1094
1095         * XEmacs 21.2.40 is released.
1096
1097 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
1098
1099         * mule/hebrew.el: Fix comments and typos.
1100         mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
1101
1102 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
1103
1104         * ChangeLog.1: move ancient log from fill.el.
1105
1106         * dump-paths.el:
1107         paragraphs.el:
1108         mule/mule-category.el:
1109         Miscellaneous typo fixes and slight doc clarifications.
1110
1111         * mule/mule-ccl.el:  Correct file name in header.
1112
1113 2000-12-31  Martin Buchholz <martin@xemacs.org>
1114
1115         * XEmacs 21.2.39 is released.
1116
1117 2000-12-27  Martin Buchholz  <martin@xemacs.org>
1118
1119         * byte-optimize.el (byte-optimize-cond):
1120         (byte-optimize-cond-1): New.
1121         Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
1122         Optimizes (cond (x nil)) ==> nil.
1123         Provide better diagnostic on malformed expr like (cond foo).
1124
1125 2000-12-20  Stephen J. Turnbull  <stephen@xemacs.org>
1126
1127         * mule/mule-coding.el:
1128         mule/mule-cmds.el (reset-language-environment,
1129         set-language-environment-coding-systems):
1130         Safer default coding-priority-list, corresponding to src/file-coding.h.
1131
1132 2000-12-03  Jorma Laaksonen <jorma.laaksonen@hut.fi>
1133
1134         * package-admin.el: Allow package removal from
1135         early-package-load-path.
1136
1137 2000-12-15  Andreas Jaeger  <aj@suse.de>
1138
1139         * about.el (about-maintainer-info): Update my entry.
1140
1141 2000-12-11  Matt Tucker  <tuck@whistlingfish.net>
1142
1143         * packages.el (locate-library): Add support for bzip2
1144         compressed .el files.
1145
1146 2000-12-12  Andy Piper  <andy@xemacs.org>
1147
1148         * package-net.el: new file.
1149
1150 2000-12-01  Enrico Scholz  <enrico.scholz@informatik.tu-chemnitz.de>
1151
1152         * font-lock.el: Add missing C++ keywords.
1153
1154 2000-12-08  Adrian Aichner  <adrian@xemacs.org>
1155
1156         * simple.el (indent-for-comment): Preserve indentation of comments
1157         starting in column 0, as documented in (Info-goto-node
1158         "(xemacs)Comments").  Update docstring accordingly.
1159
1160 2000-12-05  Martin Buchholz <martin@xemacs.org>
1161
1162         * XEmacs 21.2.38 is released.
1163
1164 2000-12-04  Didier Verna  <didier@xemacs.org>
1165
1166         * mouse.el (default-mouse-track-set-point-in-window): remove
1167         spurious '+' operation detected by Martin.
1168
1169
1170 2000-12-01  Martin Buchholz  <martin@xemacs.org>
1171
1172         * cl-extra.el (coerce):
1173         Implement char to integer coercion.
1174         Remove extraneous (numberp) test.
1175
1176         * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
1177         Perform lapcode inlining if the value of `byte-optimize' is 'byte.
1178         (byte-optimize-predicate):
1179         Warn if evaluating constant expression signals an error.
1180         (byte-optimize-form): Small simplification.
1181
1182         * cl-macs.el (cl-do-proclaim): small efficiency improvement.
1183
1184 2000-11-30  Martin Buchholz  <martin@xemacs.org>
1185
1186         * byte-optimize.el:
1187         (byte-optimize-minus):
1188         (byte-optimize-plus):
1189         (byte-optimize-mult):
1190         (byte-optimize-quo):
1191         Use (car (last x)) instead of (last x) to get last elt!
1192         Use `byte-optimize-predicate' to optimize `%'.
1193         Move optimizations for special numeric args to bytecomp.el.
1194         * bytecomp.el (byte-compile-associative): Remove.
1195         (byte-compile-max): New.
1196         (byte-compile-min): New.
1197         Properly handle erroneous calls: (max) (min).
1198         (byte-compile-plus): New.
1199         (byte-compile-minus):
1200         It's easiest to handle 0, +1 and -1 args here.
1201         (byte-compile-mult): New.
1202         It's easiest to handle 1, -1 and 2 args here.
1203         (byte-compile-quo):
1204         It's easiest to handle 0, +1 and -1 args here.
1205         Issue byte-compiler warning when dividing by zero.
1206
1207         Byte-compiler arithmetic improvements.
1208         Better optimize these expressions in the obvious way:
1209         (+ x y 1)   -->  varref x varref y add add1
1210         (+ x y -1)  -->  varref x varref y add sub1
1211         (- x y 0)   -->  (- x y)
1212         (- 0 x y)   -->  (- (- x) y)
1213         (% 42 19)   --> compile-time constant
1214         (/ 42 19)   --> compile-time constant
1215         (* (foo) 2) --> foo call dup plus
1216
1217         Optimize away arithmetic operations (+ x) (* x) (/ x 1)
1218         unless (declaim (optimize (safety 3)))
1219         or (setq byte-compile-delete-errors nil).
1220
1221 2000-11-28  Stephen J. Turnbull  <stephen@xemacs.org>
1222
1223         * paragraphs.el (paragraph-separate, forward-sentence):  Clarify
1224         docstrings.
1225
1226 2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
1227
1228         * startup.el (command-line-do-help):  Add documentation of
1229         portable dumper switches.
1230
1231 2000-11-22  Andy Piper  <andy@xemacs.org>
1232
1233         * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
1234
1235         * glyphs.el (init-glyphs): don't use autodetect for strings.
1236
1237 2000-11-28  Martin Buchholz  <martin@xemacs.org>
1238
1239         * byte-optimize.el (byte-optimize-char-before):
1240         (byte-optimize-backward-char):
1241         (byte-optimize-backward-word):
1242         Fix incorrect optimizations for these sorts of expressions:
1243         (let ((x nil)) (backward-char x))
1244
1245 2000-11-21  Martin Buchholz  <martin@xemacs.org>
1246
1247         * byte-optimize.el:
1248         * byte-optimize.el (byte-optimize-backward-char): New.
1249         * byte-optimize.el (byte-optimize-backward-word): New.
1250         Make backward-word and backward-char as efficient as forward versions.
1251
1252         * bytecomp.el (byte-compile-no-args-with-one-extra):
1253         * bytecomp.el (byte-compile-one-arg-with-one-extra):
1254         * bytecomp.el (byte-compile-two-args-with-one-extra):
1255         * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
1256         * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
1257         * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
1258         Check if extra arg is constant nil, and if so, use byte-coded call.
1259
1260         * simple.el (backward-word):
1261         * simple.el (mark-word):
1262         * simple.el (kill-word):
1263         * simple.el (backward-kill-word):
1264         Make COUNT argument optional, for consistency with forward-char et al.
1265
1266         * abbrev.el (abbrev-string-to-be-defined):
1267         * abbrev.el (inverse-abbrev-string-to-be-defined):
1268         * abbrev.el (inverse-add-abbrev):
1269         * abbrev.el (expand-region-abbrevs):
1270         * buff-menu.el (Buffer-menu-execute):
1271         * indent.el (move-to-left-margin):
1272         * indent.el (indent-relative):
1273         * indent.el (move-to-tab-stop):
1274         * info.el (Info-reannotate-node):
1275         * lisp-mode.el (lisp-indent-line):
1276         * lisp.el (end-of-defun):
1277         * lisp.el (move-past-close-and-reindent):
1278         * misc.el (copy-from-above-command):
1279         * mouse.el (default-mouse-track-scroll-and-set-point):
1280         * page.el (forward-page):
1281         * paragraphs.el (forward-paragraph):
1282         * paragraphs.el (end-of-paragraph-text):
1283         * picture.el (picture-forward-column):
1284         * picture.el (picture-self-insert):
1285         * rect.el (extract-rectangle-line):
1286         * simple.el (newline):
1287         * simple.el (fixup-whitespace):
1288         * simple.el (backward-delete-char-untabify):
1289         * simple.el (transpose-chars):
1290         * simple.el (transpose-preceding-chars):
1291         * simple.el (do-auto-fill):
1292         * simple.el (indent-new-comment-line):
1293         * simple.el (blink-matching-open):
1294         * view-less.el (cleanup-backspaces):
1295         * wid-edit.el (widget-transpose-chars):
1296         * term/bg-mouse.el (bg-insert-moused-sexp):
1297         Use more readable (backward-FOO n) instead of (forward-FOO -n).
1298
1299         * info.el (Info-fontify-node):
1300         * simple.el (backward-delete-function):
1301         Use canonical delete-backward-char instead of backward-delete-char.
1302
1303 2000-11-20  Andy Piper  <andy@xemacs.org>
1304
1305         * gutter-items.el (update-tab-in-gutter): don't barf if there are
1306         no buffers.
1307
1308 2000-11-20  Andy Piper  <andy@xemacs.org>
1309
1310         * gutter-items.el (update-tab-in-gutter): don't give popup frames
1311         buffer tabs.
1312
1313 2000-11-18  Martin Buchholz  <martin@xemacs.org>
1314
1315         * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
1316         (proclaim inline...) was shadowing compiler-macros.
1317
1318 2000-11-17  Martin Buchholz  <martin@xemacs.org>
1319
1320         * bytecomp.el (byte-compile-eval): New.
1321         (byte-compile-initial-macro-environment): Use byte-compile-eval.
1322         Keeps this promise made in Lispref:
1323         "If a file being compiled contains a `defmacro' form, the macro is
1324         defined temporarily for the rest of the compilation of that file."
1325
1326 2000-11-09  Martin Buchholz  <martin@xemacs.org>
1327
1328         * cl.el (floatp-safe):
1329         (plusp):
1330         (minusp):
1331         (oddp):
1332         (evenp):
1333         (cl-abs):
1334         Use a better parameter name than `x'.
1335
1336         * cl-macs.el (check-type): Make continuable.  Change documentation
1337         to require PLACE, but accept any form for compatibility.
1338
1339         * abbrev.el (define-abbrev): Use check-type.
1340         * font-menu.el (font-menu-change-face): Use check-type.
1341         * menubar.el (relabel-menu-item): Use check-type.
1342         * itimer.el: Fix typo.
1343
1344 2000-11-10  Yoshiki Hayashi  <yoshiki@xemacs.org>
1345
1346         * info.el (Info-extract-menu-node-name): Comma is a delimiter.
1347
1348 2000-11-14  Martin Buchholz <martin@xemacs.org>
1349
1350         * XEmacs 21.2.37 is released.
1351
1352 2000-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * code-cmds.el: Provide the feature.
1355
1356 2000-07-21  Jan Vroonhof  <jan@xemacs.org>
1357
1358         * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
1359
1360         * code-cmds.el: New file
1361         * mule/mule-cmds.el:
1362         * mule/mule-misc.el
1363         (coding-keymap): New keymap. Define coding system keyboard
1364         commands on file-coding builds too.
1365         (coding-system-change-eol-conversion):
1366         (universal-coding-system-argument):
1367         (set-default-coding-systems):
1368         (prefer-coding-system): Moved from mule-cmds.el
1369         (set-buffer-process-coding-system): Moved from mule-misc.el
1370
1371 2000-09-15  Stephen Carney <carney@scubadoo.com>
1372
1373         * etags.el (buffer-tag-table-files): Use append instead of nconc.
1374
1375 2000-11-09  Steve Youngs  <youngs@xemacs.org>
1376
1377         * package-get.el (package-get-download-sites): Add a pre-release
1378         site for experimental packages.
1379
1380         * auto-autoloads.el: Regenerated.
1381
1382 2000-08-01  Andy Piper  <andy@xemacs.org>
1383
1384         * gutter-items.el (buffers-tab-omit-function): reference
1385         buffers-tab-select-visible-buffers.
1386         (buffers-tab-filter-functions): new variable, by default uses
1387         buffers-tab-selection-function and buffers-tab-omit-function.
1388         (select-buffers-tab-buffers-by-mode): invert arguments.
1389         (buffers-tab-select-visible-buffers): new function. Invert calling
1390         of buffers-menu-omit-invisible-buffers.
1391         (buffers-tab-items): rewrite to use
1392         buffers-tab-filter-functions. Rewrite docstring.
1393         (gutter-buffers-tab-extent): delete.
1394         (add-tab-to-gutter): always build a new extent when adding the
1395         tabs.
1396         (update-tab-in-gutter): make gutter dirty when orientation
1397         changes.
1398
1399 2000-11-07  Martin Buchholz  <martin@xemacs.org>
1400
1401         * bytecomp.el (byte-compile-defvar-or-defconst):
1402         Only do loadhist recording if defvar form includes a value.
1403
1404 2000-11-02  Martin Buchholz  <martin@xemacs.org>
1405
1406         * bytecomp.el (byte-compile-initial-macro-environment):
1407         `eval-when-compile' should not compile its body.
1408
1409 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
1410
1411         * mule/cyrillic.el: Add Windows 1251 code page encoding (by
1412         Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>).  Fix
1413         some Japanese English.  Remove some ancient FSF comments, and
1414         improve docstrings.  Use symbols not vectors for tables.
1415
1416 2000-11-03  Martin Buchholz  <martin@xemacs.org>
1417
1418         * keymap.el:
1419         (local-key-binding):
1420         (global-key-binding):
1421         Add an optional `accept-defaults' parameter, just like `lookup-key'.
1422
1423         * lisp.el:
1424         (backward-sexp): Slightly simpler code.
1425         (mark-sexp): Make arg optional, like FSF Emacs.
1426         (forward-list): Slightly simpler code.
1427         (backward-list): Slightly simpler code.
1428         (down-list):  Make arg optional, like FSF Emacs.
1429         (up-list):  Make arg optional, like FSF Emacs.
1430         (backward-up-list):  Make arg optional, like FSF Emacs.
1431         (kill-sexp):  Make arg optional, like FSF Emacs.
1432         (backward-kill-sexp):  Make arg optional, like FSF Emacs.
1433
1434         * font-menu.el (font-menu-change-face):
1435         Take continuable errors into account.
1436
1437         * abbrev.el:
1438         * abbrev.el (clear-abbrev-table):
1439         * abbrev.el (define-abbrev-table):
1440         * abbrev.el (define-abbrev):
1441         * abbrev.el (insert-abbrev-table-description):
1442         * apropos.el (apropos-documentation-check-doc-file):
1443         * apropos.el (apropos-documentation-check-elc-file):
1444         * buff-menu.el (list-buffers):
1445         * buff-menu.el (list-buffers-noselect):
1446         * bytecomp.el (byte-recompile-directory):
1447         * bytecomp.el (batch-byte-compile):
1448         * cl-macs.el (typep):
1449         * code-files.el (find-coding-system-magic-cookie):
1450         * code-files.el (insert-file-contents):
1451         * cus-edit.el (customize-set-variable):
1452         * cus-edit.el (customize-save-variable):
1453         * cus-face.el (custom-set-face-font-size):
1454         * cus-face.el (custom-set-face-update-spec):
1455         * cus-face.el (custom-reset-faces):
1456         * custom.el (custom-check-theme):
1457         * custom.el (copy-upto-last):
1458         * fill.el (canonically-space-region):
1459         * fill.el (fill-paragraph):
1460         * fill.el (fill-region):
1461         * fill.el (find-space-insertable-point):
1462         * fill.el (justify-current-line):
1463         * faces.el (face-spec-update-all-matching):
1464         * faces.el (set-face-stipple):
1465         * files-nomule.el (insert-file-contents):
1466         * files.el (insert-file-contents-literally):
1467         * files.el (hack-local-variables-last-page):
1468         * files.el (basic-save-buffer):
1469         * files.el (insert-directory):
1470         * font-menu.el (font-menu-change-face):
1471         * font.el (font-spatial-to-canonical):
1472         * format.el (format-encode-region):
1473         * format.el (format-insert-file):
1474         * format.el (format-replace-strings):
1475         * gutter.el (set-gutter-element):
1476         * help.el (key-or-menu-binding):
1477         * help.el (describe-bindings):
1478         * help.el (with-syntax-table):
1479         * indent.el (indent-rigidly):
1480         * indent.el (delete-to-left-margin):
1481         * info.el:
1482         * info.el (Info-extract-dir-entry-from):
1483         * info.el (Info-build-dir-anew):
1484         * info.el (Info-rebuild-dir):
1485         * info.el (Info-batch-rebuild-dir):
1486         * info.el (Info-read-subfile):
1487         * info.el (Info-build-node-completions):
1488         * info.el (Info-extract-menu-node-name):
1489         * isearch-mode.el (isearch-range-invisible):
1490         * isearch-mode.el (isearch-restore-invisible-extents):
1491         * itimer.el (itimerp):
1492         * itimer.el (itimer-live-p):
1493         * keymap.el:
1494         * keymap.el (substitute-key-definition):
1495         * keymap.el (read-command-or-command-sexp):
1496         * keymap.el (local-key-binding):
1497         * keymap.el (global-key-binding):
1498         * keymap.el (global-set-key):
1499         * keymap.el (local-set-key):
1500         * ldap.el:
1501         * ldap.el (ldap-add-entries):
1502         * ldap.el (ldap-delete-entries):
1503         * lisp.el (backward-sexp):
1504         * lisp.el (mark-sexp):
1505         * lisp.el (forward-list):
1506         * lisp.el (backward-list):
1507         * lisp.el (down-list):
1508         * lisp.el (backward-up-list):
1509         * lisp.el (up-list):
1510         * lisp.el (kill-sexp):
1511         * lisp.el (backward-kill-sexp):
1512         * menubar.el (add-menu-button):
1513         * menubar.el (add-submenu):
1514         * menubar.el (delete-menu-item):
1515         * menubar.el (relabel-menu-item):
1516         * mouse.el (narrow-window-to-region):
1517         * obsolete.el (define-obsolete-variable-alias):
1518         * obsolete.el (store-substring):
1519         * package-admin.el:
1520         * package-admin.el (package-admin-install-function):
1521         * package-admin.el (package-admin-install-function-mswindows):
1522         * package-admin.el (package-admin-default-install-function):
1523         * package-get.el (package-get-update-base-entries):
1524         * packages.el (packages-load-package-dumped-lisps):
1525         * packages.el (packages-collect-package-dumped-lisps):
1526         * printer.el (generic-print-buffer):
1527         * printer.el (generic-print-region):
1528         * replace.el (occur-mode-mouse-goto):
1529         * replace.el (perform-replace):
1530         * select.el (get-selection-no-error):
1531         * simple.el:
1532         * simple.el (newline):
1533         * simple.el (open-line):
1534         * simple.el (edit-and-eval-command):
1535         * simple.el (goto-line):
1536         * simple.el (undo):
1537         * simple.el (kill-region):
1538         * simple.el (copy-region-as-kill):
1539         * simple.el (kill-ring-save):
1540         * simple.el (set-mark):
1541         * simple.el (next-line):
1542         * simple.el (previous-line):
1543         * simple.el (line-move):
1544         * simple.el (set-goal-column):
1545         * simple.el (comment-region):
1546         * subr.el:
1547         * subr.el (putf):
1548         * syntax.el (modify-syntax-entry):
1549         * syntax.el (map-syntax-table):
1550         * view-less.el (view-file):
1551         * view-less.el (view-buffer):
1552         * view-less.el (view-file-other-window):
1553         * window-xemacs.el (backward-other-window):
1554         * window.el:
1555         * window.el (one-window-p):
1556         * window.el (walk-windows):
1557         * window.el (window-list):
1558         * x-mouse.el (x-mouse-kill):
1559         * x-select.el (x-get-cutbuffer):
1560         * x-select.el (x-store-cutbuffer):
1561         * term/bg-mouse.el (bg-mouse-line-to-center):
1562         * term/sun-mouse.el (window-line-end):
1563         * term/sun-mouse.el (sun-select-region):
1564         * term/sun.el (kill-region-and-unmark):
1565         * mule/mule-category.el:
1566         * mule/mule-category.el (modify-category-entry):
1567         * mule/mule-category.el (char-category-list):
1568         * mule/mule-coding.el (coding-system-force-on-output):
1569         * mule/mule-misc.el (coding-system-put):
1570         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
1571
1572 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
1573
1574         * cus-face.el: Typo fixes and tiny clarifications.
1575         * custom.el: ditto
1576
1577 2000-10-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
1578
1579         * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
1580         * startup.el (normal-top-level): Setup auto-save-list-file-name
1581         if auto-save-list-file-prefix is non-nil.
1582
1583 2000-10-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
1584
1585         * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
1586
1587 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1588
1589         * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
1590         get symbol at point-min.
1591
1592 2000-10-24  Didier Verna  <didier@xemacs.org>
1593
1594         * info.el (Info-emacs-info-file-name): defconst it.
1595         * info.el (Info-footnote-tag): defcustom it.
1596         * info.el (Info-no-description-string): ditto.
1597         * info.el (Info-find-node): adapt to new semantics of
1598         'Info-suffixed-file (don't do the case variants stuff).
1599         * info.el (Info-insert-dir): rewrite the dir file variants code.
1600         * info.el (Info-directory-files): New. Return the list of info
1601         files in a directory.
1602         * info.el (Info-dir-outdated-p): use it.
1603         * info.el (Info-parse-dir-entries): ditto.
1604         * info.el (Info-build-dir-anew): don't restrict to files ending
1605         with a ".info.*" extension.
1606         * info.el (Info-set-mode-line): ditto.
1607         * info.el (Info-read-subfile): adapt to new semantics of
1608         'Info-suffixed-file (append 'exact argument).
1609         * info.el (Info-all-case-regexp): New. Return a regexp matching a
1610         string independently of the case.
1611         * info.el (Info-suffixed-file): use it (match all possible case
1612         for the file name).
1613         * info.el (Info-insert-file-contents): code cleanup.
1614         * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
1615         columns.
1616         * info.el (Info-batch-rebuild-dir): ditto.
1617         * info.el (Info-read-node-name-1): ditto.
1618         * info.el (Info-search): ditto.
1619         * info.el (Info-fontify-node): ditto.
1620
1621
1622 2000-10-24  Didier Verna  <didier@xemacs.org>
1623
1624         * process.el (shell-command): when called from a program, avoid
1625         'push-mark's "mark-set" message.
1626
1627 2000-10-15  MIYASHITA Hisashi  <himi@m17n.org>
1628
1629         * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
1630         by a symbol, not by a vector.
1631         * mule/vietnamese.el (vscii): Likewise.
1632         (viscii): Likewise.
1633         * mule/cyrillic.el (koi8-r): Likewise.
1634
1635         * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
1636         by a symbol, not by a vector.
1637         (chinese-big5-2): Likewise.
1638         * mule/ethiopic.el (ethiopic): Likewise.
1639         * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
1640         (vietnamese-viscii-upper): Likewise.
1641
1642 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
1643
1644         * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
1645
1646 2000-10-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
1647
1648         * byte-optimize.el (byte-optimize-car): New function.
1649         (byte-optimize-cdr): Ditto.
1650
1651 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
1652
1653         * byte-optimize.el: Partial synch with FSF 20.7.
1654         Optimize constant concatenation.
1655         Add keymapp as a side effect free function.  It is a built-in.
1656         (byte-after-unbind-pos): Remove byte-equal.
1657
1658 2000-10-13  Gunnar Evermann  <ge204@eng.cam.ac.uk>
1659
1660         * update-elc-2.el: Quote regexps correctly.
1661
1662 2000-10-05  MIYASHITA Hisashi  <himi@m17n.org>
1663
1664         * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
1665         (ccl-compile): Apply integerp, not integer-or-char-p to
1666         check the type of the buffer magnification
1667         (ccl-compile-write-string): Encode a string with binary
1668         coding system.
1669         (ccl-compile-write-repeat): Likewise.
1670
1671 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
1672
1673         * buff-menu.el:
1674         * bytecomp.el:
1675         * coding.el:
1676         * faces.el:
1677         * files.el:
1678         * fill.el:
1679         * float-sup.el:
1680         * font-lock.el:
1681         * help.el:
1682         * iso8859-1.el:
1683         * loaddefs.el:
1684         * menubar-items.el:
1685         * menubar.el:
1686         * modeline.el:
1687         * msw-font-menu.el:
1688         * paragraphs.el:
1689         * paths.el:
1690         * replace.el:
1691         * simple.el:
1692         * sound.el:
1693         * startup.el:
1694         * version.el:
1695         * x-faces.el:
1696         * x-font-menu.el:
1697         Remove purecopy.
1698
1699 2000-10-03  Daniel Pittman  <daniel@rimspace.net>
1700
1701         * simple.el (do-auto-fill): Use the function pointer to by
1702         `comment-line-break-function', not `indent-new-comment-line'. This
1703         fixes an issue with cc-mode comment continuation.
1704
1705 2000-10-11  Martin Buchholz  <martin@xemacs.org>
1706
1707         * simple.el (turn-on-auto-fill):  Add (interactive).
1708         * mwheel.el (mwheel-install): Add (interactive).
1709         * font-lock.el (turn-on-font-lock): Add (interactive).
1710         (turn-off-font-lock): Add (interactive).
1711
1712 2000-10-03  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
1713
1714         * packages.el (packages-special-base-regexp): Add `man'.
1715
1716 2000-10-08  Adrian Aichner  <adrian@xemacs.org>
1717
1718         * wid-edit.el (widget-specify-active): map over extents in current
1719         buffer like `widget-specify-inactive' does.  Mapping over the
1720         inactive extent object does not work since the current extent is
1721         ignored by `map-extents'.
1722
1723 2000-10-04  Martin Buchholz <martin@xemacs.org>
1724
1725         * XEmacs 21.2.36 is released.
1726
1727 2000-09-22  Martin Buchholz  <martin@xemacs.org>
1728
1729         * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
1730         Optimize the compiled-function-constants vector by byte-code
1731         reference counts.
1732
1733 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
1734
1735         * build-report.el (build-report-delete-regexp): quote value in
1736         defcustom
1737
1738 2000-09-24  Adrian Aichner  <aichner@ecf.teradyne.com>
1739
1740         * build-report.el (build-report): Don't bind srcdir which we don't
1741         use in `multiple-value-bind' to avoid the only byte-compiler
1742         warning.
1743
1744 2000-09-23  Adrian Aichner  <aichner@ecf.teradyne.com>
1745
1746         * build-report.el: Requires cl and custom now.
1747         build-report-version is determined by XEmacs version -- remove
1748         build-report-version*.
1749         * build-report.el (build-report-version): Removed.
1750         * build-report.el (build-report-installation-version-regexp): New.
1751         * build-report.el (build-report-version-file-regexp): New.
1752         * build-report.el (build-report-installation-srcdir-regexp): New.
1753         * build-report.el (build-report-destination): Offer
1754         xemacs-build-reports and xemacs-beta.
1755         * build-report.el (build-report-keep-regexp): Adjusted.
1756         * build-report.el (build-report-delete-regexp): Adjusted.
1757         * build-report.el (build-report-make-output-dir): New.
1758         * build-report.el (build-report-installation-file): Replace use of
1759         `concat' with `expand-file-name'.
1760         * build-report.el (build-report-make-output-file): Removed.
1761         * build-report.el (build-report-make-output-files): New.
1762         * build-report.el (build-report-subject): Identify as
1763         user-variable with "*...".
1764         * build-report.el (build-report-prompts): Ditto.
1765         * build-report.el (build-report-version-file): New.
1766         * build-report.el (build-report-file-encoding): Identify as
1767         user-variable with "*...".
1768         * build-report.el (build-report-make-output-get): New.
1769         * build-report.el (build-report-insert-header): Report
1770         emacs-version and system-configuration instead of
1771         build-report-version.
1772         * build-report.el (build-report-insert-make-output): Add file
1773         argument.
1774         * build-report.el (build-report-insert-installation-file):
1775         Re-indent.
1776         * build-report.el (build-report-keep): Change docstring,
1777         re-indent.
1778         * build-report.el (build-report-delete): Ditto.
1779         * build-report.el (build-report-installation-data): New.
1780         * build-report.el (build-report-version-file-data): New.
1781
1782 2000-09-20  Martin Buchholz  <martin@xemacs.org>
1783
1784         * byte-optimize.el (byte-optimize-lapcode):
1785         Fix the optimization of using the first 5 elements of the
1786         constants vector for variables.
1787         (byte-optimize-lapcode): Fix another ancient broken optimization.
1788
1789 2000-09-19  Martin Buchholz  <martin@xemacs.org>
1790
1791         * *: Spelling mega-patch
1792
1793 2000-09-19  Martin Buchholz  <martin@xemacs.org>
1794
1795         * easymenu.el: doc fixes.
1796         (easy-menu-do-define): Use backquote.
1797         (easy-menu-change):
1798         (easy-menu-add):
1799         `when' seems much clearer than `if' here.
1800         (easy-menu-remove):
1801         (easy-menu-add-item):
1802         (easy-menu-item-present-p):
1803         (easy-menu-remove-item):
1804         Wrap using (when (featurep 'menubar) ...)
1805
1806 2000-09-16  Martin Buchholz  <martin@xemacs.org>
1807
1808         * bytecomp.el (displaying-byte-compile-warnings):
1809         Revert Ben's change to this function below so that the compile log
1810         is displayed properly for users of the "popper" package.
1811
1812 2000-09-12  Martin Buchholz  <martin@xemacs.org>
1813
1814         * window.el (save-selected-window): Use backquote.
1815
1816         * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
1817         Renamed from `byte-compile-file-form-defvar'.
1818         * bytecomp.el (byte-compile-defvar-or-defconst):
1819         Only cons onto current-load-list in top-level forms.
1820         Else this leaks a cons cell every time a defun is called.
1821         Renamed from `byte-compile-defvar', for clarity.
1822         Warn when docstring of defvar is not a string.
1823         Use consistent error messages.
1824         Better comments.
1825
1826 2000-09-11  Martin Buchholz  <martin@xemacs.org>
1827
1828         * simple.el (set-variable):
1829         Remove unneeded defvar by rearranging order of let* forms.
1830
1831         * mule/mule-ccl.el (ccl-get-next-code):
1832         * menubar-items.el (bookmark-menu-filter):
1833         (language-environment-menu-filter):
1834         (tutorials-menu-filter):
1835         * toolbar-items.el (toolbar-compile):
1836         * byte-optimize.el (disassemble-offset):
1837         Use (declare (special ...)) instead of `defvar'.
1838
1839         * cl-macs.el (cl-do-proclaim):
1840         Fix (declare (special ...)) warning suppression syntax.
1841
1842 2000-07-22  Golubev I. N. <gin@mo.msk.ru>
1843
1844         * info.el (Info-tag-table-marker):
1845         (Info-tag-table-buffer):
1846         (Info-find-file-node):
1847         (Info-read-subfile):
1848         (Info-build-node-completions):
1849         (Info-search):
1850         (Info-mode):
1851         Multiple info buffer support.
1852
1853 2000-08-28  Oscar Figueiredo  <oscar@cpe.fr>
1854
1855         * ldap.el (ldap-decode-entry): New defun
1856         (ldap-search-entries): Use it in order to decode DN-prefixed
1857         entries properly
1858
1859 2000-08-23  Daniel Pittman <daniel@danann.net>
1860
1861         * mule/mule-cmds.el (coding-system-change-eol-conversion):
1862         Use `eq', not `=', to compare symbols.
1863
1864 2000-07-30  Ben Wing  <ben@xemacs.org>
1865
1866         * bytecomp.el (byte-compile-report-error):
1867         * bytecomp.el (displaying-byte-compile-warnings):
1868         if stack-trace-on-error is set, send out a backtrace when
1869         an error is encountered that stops byte compilation.  this
1870         should make it much much easier to track down those curious
1871         problems.  also undo the kludge of using a separate "*Show*"
1872         buffer for display when there's a temp-buffer-show-function;
1873         we can avoid this by just being a little smarter.
1874
1875         * dialog-items.el:
1876         * dialog-items.el (search-dialog-regexp): New.
1877         * dialog-items.el (search-dialog-callback):
1878         * dialog-items.el (make-search-dialog):
1879         add a regexp option to the dialog and clean up a bit.
1880
1881         * dialog.el:
1882         * dialog.el (yes-or-no-p-dialog-box):
1883         * dialog.el (get-dialog-box-response):
1884         * dialog.el (make-dialog-box):
1885         * dialog.el (dialog-box-finish): New.
1886         * dialog.el (dialog-box-cancel): New.
1887         * dialog.el (internal-make-dialog-box-exit): New.
1888         implement [properly!] the :modal property of the new dialog box
1889         interface.  this is the first time xemacs has ever had *proper*
1890         modal dialog boxes, giving the standard window-system feedback.
1891         (e.g. under windows, clicking on a disabled frame causes a beep
1892         and makes the dialog box flash three times.)
1893
1894         * dragdrop.el: header keyword frobbing.
1895
1896         * dumped-lisp.el (preloaded-file-list):
1897         renamed winnt.el to win32-native.el.
1898
1899         * faces.el (face-property):
1900         * faces.el (set-face-property):
1901         * faces.el (frob-face-property):
1902         * faces.el (frob-face-font-2):
1903         * faces.el (make-face-bold):
1904         * faces.el (make-face-italic):
1905         * faces.el (make-face-bold-italic):
1906         * faces.el (make-face-unbold):
1907         * faces.el (make-face-unitalic):
1908         * faces.el (make-face-smaller):
1909         * faces.el (make-face-larger):
1910         clean up the implementation of these so that window-system-specific
1911         methods are called only on objects belonging to that window system.
1912         previously, you could have [e.g.] mswindows-make-face-bold called
1913         on font object of device type `stream', which is not good and
1914         explains the subtle errors Adrian was getting when byte-compiling
1915         something that required 'term. (Adrian, now you can use stack-trace-
1916         on-error to find the exact place where things are going wrong instead
1917         of having to laboriously binary-search your way through.)
1918
1919         * finder.el (finder-known-keywords):
1920         cleaned up -- properly sorted, clarified the meanings of many of
1921         the keywords, and added a few -- mswin, gui, content, build, www,
1922         user, services.  the last two try to distinguish between a package
1923         that's used directly by the user, and a package that provides
1924         support services to other packages.
1925
1926         * font-lock.el (lisp-font-lock-keywords-2):
1927         update list of lisp control structures to include everything,
1928         including new ones i introduced.
1929
1930         * gutter.el: header keyword frobbing.
1931
1932         * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
1933         recent isearch element was not doing so!  you got the second-most-
1934         recent instead.
1935
1936         * lisp-mode.el (construct-lisp-mode-menu):
1937         more menubar cleanups.
1938         * lisp-mode.el (with-selected-window):
1939         make it indent properly.
1940
1941         * menubar-items.el (default-menubar): lots of menubar cleanups.
1942         rearranged the options menu the most, e.g. splitting up the
1943         Keyboard/Mouse menu into a new Editing menu and combining the
1944         separate Scrollbar/Gutter/Toolbar submenus into Display.
1945         Got rid of General, moved items to Editing or new Troubleshooting.
1946         Moved Packages to Tools; doesn't seem to belong under Options.
1947         Added stuff to the Cmds menu, e.g. Change Case.
1948
1949         NB please don't complain about these periodic menubar changes.
1950         Anything like this is necessarily incremental in its construction
1951         -- By constant use you gradually become more and more aware of
1952         better and better ways to group menu items.  When we eventually
1953         move the options menu to a property sheet, the existing structure
1954         will probably be preserved fairly well.
1955
1956         * minibuf.el (next-history-element): fix problems with pressing
1957         down arrow in repeat-complex-command.
1958
1959         * modeline.el:
1960         * modeline.el (modeline-3d-p): New.
1961         added custom variable for controlling the 3d modeline.  the
1962         corresponding Options item has been present for a long time,
1963         but commented out with "fix me!" comments.  it's fixed now.
1964
1965         * obsolete.el (add-menu):
1966         remove bogus gettexts.
1967
1968         * process.el (shell-quote-argument):
1969         handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
1970         For bash under Windows native, see below.
1971
1972         * simple.el:
1973         * simple.el (display-warning-buffer):
1974         Fixed the handling of warning display to eliminate the annoying
1975         *Show* buffer, like was done for byte-compiler output above.
1976
1977         * simple.el (debug-print): New.
1978         Simple function for sending debug messages to the console and/or
1979         other debug places.
1980
1981         * subr.el (replace-in-string):
1982         Rewrite this function to avoid N^2 behavior with large strings --
1983         catastrophic with the new Windows selection code! (Apparently the
1984         author of this function didn't realize there was a fun
1985         replace-match that could make his life much easier, because we
1986         duplicated the entire logic.  The new version is smaller, easier
1987         to understand, much more robust, and has extended features --
1988         those of replace-match.)
1989
1990         * window.el:
1991         * window.el (with-selected-window): New.
1992         An obvious complement to the existing `with-selected-frame' and
1993         `with-current-buffer'.
1994
1995         * win32-native.el: Renamed from winnt.el.
1996         Added a great deal of stuff for properly handling process quoting,
1997         somewhat modeled on Kirill's original model (which i later threw
1998         away).  We should now finally have correctly working process arg
1999         quoting/dequoting so that the final app gets exactly what we
2000         intended.  Because the mechanism is in Lisp, it's easily
2001         extendible. (For those running bash and running the native
2002         version, I tried hard to do what I thought was correct.  But more
2003         thought is needed, and ideally the volunteer work of people with
2004         these configurations that they generally run on.)
2005
2006         * x-font-menu.el (x-font-menu-font-data):
2007         Put in defvar's to fix byte-compiler warnings.
2008
2009 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
2010
2011         * select.el (selection-coercion-alist): Initialise.
2012         * select.el (select-coerce-to-text): New.
2013         * select.el (select-coerce): New.
2014         New functions to perform type and value coercion.
2015
2016         * select.el (select-buffer-killed-default): Keep data if it was
2017         on the clipboard.
2018
2019 2000-08-02  Martin Buchholz  <martin@xemacs.org>
2020
2021         * menubar-items.el (default-menubar): Fix typo.
2022         (default-menubar): `lambda' was mispelled as `lamda'.
2023
2024 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
2025
2026         * window.el (shrink-window-if-larger-than-buffer): Remove
2027         edge checking code.
2028
2029 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
2030
2031         * paths.el (gnus-local-domain): Removed.
2032         (gnus-local-organization): Ditto.
2033         (gnus-startup-file): Ditto.
2034
2035 2000-07-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
2036
2037         * files.el (auto-mode-alist): Add .spec for RPM.
2038
2039 2000-07-31  Andy Piper  <andy@xemacs.org>
2040
2041         * gutter-items.el (update-tab-in-gutter): deprecate :properties.
2042
2043 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
2044
2045         * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
2046         browse-url.
2047         * help.el (xemacs-www-page): Ditto.
2048         (xemacs-www-faq): Ditto.
2049         * menubar-items.el (default-menubar): Ditto.
2050
2051         * wid-edit.el (widget-url-link-action): Ditto.
2052         From: Kenichi OKADA <okada@opaopa.org>.
2053
2054 2000-07-31  Martin Buchholz  <martin@xemacs.org>
2055
2056         * finder.el (finder-commentary): Add autoload cookie.
2057
2058 2000-07-28  Adrian Aichner  <aichner@ecf.teradyne.com>
2059
2060         * files.el (insert-file-contents-literally): Fix second let
2061         binding for `coding-system-for-read' to `coding-system-for-write'
2062         as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
2063
2064 1999-06-15  Jan Vroonhof  <vroonhof@math.ethz.ch>
2065
2066         * files.el (insert-file-contents-literally): Use binary coding
2067         system (from Morioka san).
2068         (insert-file-contents-literally): Make file-name-handler method.
2069
2070 2000-07-26  Martin Buchholz  <martin@xemacs.org>
2071
2072         * cl-macs.el (get-selection): Add defsetf.
2073
2074 2000-07-25  Steve Youngs  <youngs_s@ozlinx.com.au>
2075
2076         * x-init.el (x-activate-region-as-selection): replace obsolete
2077         function x-own-selection with own-selection.
2078         (ow-find): replace obsolete functions x-get-selection and
2079         x-get-clipboard with get-selection and get-clipboard.
2080         (init-post-x-win): replace obsolete function x-disown-selection
2081         with disown-selection.
2082
2083 2000-07-20  Mike Sperber  <mike@xemacs.org>
2084
2085         * startup.el (load-user-init-file): Only try to load init file if
2086         it exists.
2087
2088 2000-07-10  Andy Piper  <andy@xemacs.org>
2089
2090         * dialog-items.el: sync with Ben's patch.
2091
2092         * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
2093         comment.
2094         (progress-text-glyph): deleted.
2095         (progress-layout-glyph): make completely minimal.
2096         (progress-gauge-glyph): ditto.
2097         (progress-display-style): fix to handle dynamic instantiator
2098         changes.
2099         (progress-text-instantiator): new.
2100         (progress-layout-instantiator): new.
2101         (progress-gauge-instantiator): new.
2102         (set-progress-display-instantiator): renamed and changed from
2103         set-progress-display-style.
2104         (progress-abort-glyph): use instantiator not glyph.
2105         (append-progress-display): use set-progress-display-instantiator
2106         and set-glyph-image.
2107         (abort-progress-display): ditto.
2108         (raw-append-progress-display): ditto.
2109
2110 2000-07-20  Ben Wing  <ben@xemacs.org>
2111
2112         * code-files.el: Move Mule-specific code to mule-coding.el.
2113
2114 2000-07-15  Ben Wing  <ben@xemacs.org>
2115
2116         * autoload.el:
2117         Fixed comments.
2118
2119         * cmdloop.el:
2120         * cmdloop.el (yes-or-no-p):
2121         * cmdloop.el (y-or-n-p):
2122         Make these functions use should-use-dialog-box-p and not be
2123         overridden in dialog.el.
2124
2125         * cus-dep.el:
2126         * cus-dep.el (Custom-make-dependencies): Removed.
2127         * cus-dep.el (Custom-make-dependencies-1): New.
2128         * cus-dep.el (Custom-make-one-dependency): New.
2129         New entry point for use in Makefiles, to avoid excessive
2130         invocations.
2131
2132         * cus-edit.el (custom-variable-reset-saved):
2133         * cus-edit.el (custom-variable-reset-standard):
2134         * cus-edit.el (custom-save-resets):
2135         Fix bytecompiler warnings.
2136
2137         * dialog.el:
2138         * dialog.el (yes-or-no-p-dialog-box):
2139         * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
2140         * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
2141         * dialog.el (get-dialog-box-response):
2142         * dialog.el (message-or-box):
2143         * dialog.el (make-dialog-box):
2144         * dialog.el (popup-dialog-box): New.
2145         Avoid yes-or-no-p bogosities.
2146         Create a general function `make-dialog-box' to encapsulate all
2147         dialog box methods; easily extendible.  popup-dialog-box now obsolete.
2148
2149         * dumped-lisp.el (preloaded-file-list):
2150         Add dialog-items.  Clean up.  Group files by types.
2151
2152         * easymenu.el (easy-menu-add):
2153         * easymenu.el (easy-menu-remove):
2154         Account for accelerators.
2155
2156         * extents.el:
2157         * extents.el (extent-list): New args, like in map-extents.
2158         * extents.el (extent-at-event): New.
2159         * extents.el (extents-at-event): New.
2160
2161         * font-lock.el:
2162         * font-lock.el (font-lock-mode):
2163         * font-lock.el (font-lock-default-fontify-buffer):
2164         * font-lock.el (font-lock-default-unfontify-region):
2165         * font-lock.el (font-lock-fontify-syntactically-region):
2166         * font-lock.el (font-lock-fontify-keywords-region):
2167         Use new progress-feedback names.
2168
2169         * font-lock.el (java-font-lock-identifier-regexp):
2170         * font-lock.el (java-font-lock-class-name-regexp):
2171         Fix bytecompiler warnings.
2172
2173         * gutter-items.el:
2174         * gutter-items.el (progress-display-use-echo-area): Removed.
2175         * gutter-items.el (progress-feedback-use-echo-area): New.
2176         * gutter-items.el (progress-display-popup-period): Removed.
2177         * gutter-items.el (progress-feedback-popup-period): New.
2178         * gutter-items.el (set-progress-display-style): Removed.
2179         * gutter-items.el (set-progress-feedback-style): New.
2180         * gutter-items.el (progress-display-style): Removed.
2181         * gutter-items.el (progress-feedback-style): New.
2182         * gutter-items.el (progress-stack):
2183         * gutter-items.el (progress-displayed-p): Removed.
2184         * gutter-items.el (progress-feedbacked-p): New.
2185         * gutter-items.el (clear-progress-display): Removed.
2186         * gutter-items.el (clear-progress-feedback): New.
2187         * gutter-items.el (progress-display-clear-when-idle): Removed.
2188         * gutter-items.el (progress-feedback-clear-when-idle): New.
2189         * gutter-items.el (remove-progress-display): Removed.
2190         * gutter-items.el (remove-progress-feedback): New.
2191         * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
2192         * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
2193         * gutter-items.el (append-progress-display): Removed.
2194         * gutter-items.el (append-progress-feedback): New.
2195         * gutter-items.el (abort-progress-display): Removed.
2196         * gutter-items.el (abort-progress-feedback): New.
2197         * gutter-items.el (raw-append-progress-display): Removed.
2198         * gutter-items.el (raw-append-progress-feedback): New.
2199         * gutter-items.el (display-progress-display): Removed.
2200         * gutter-items.el (display-progress-feedback): New.
2201         * gutter-items.el (current-progress-display): Removed.
2202         * gutter-items.el (current-progress-feedback): New.
2203         * gutter-items.el (current-progress-display-label): Removed.
2204         * gutter-items.el (current-progress-feedback-label): New.
2205         * gutter-items.el (progress-display): Removed.
2206         * gutter-items.el (progress-feedback): New.
2207         Replace "progress-display" with "progress-feedback" globally.
2208
2209         * gutter-items.el (lprogress-display): Removed.
2210         * gutter-items.el (progress-feedback-with-label): New.
2211         Rename lprogress-display ==> progress-feedback-with-label.
2212
2213         * gutter-items.el (search-dialog-direction): Removed.
2214         * gutter-items.el (search-dialog-text): Removed.
2215         * gutter-items.el (search-dialog-callback): Removed.
2216         * gutter-items.el (make-search-dialog): Removed.
2217         Move to dialog-items.el.
2218
2219         * help.el:
2220         * help.el (help-mode-quit):
2221         * help.el (mode-for-help): New.
2222         * help.el (help-sticky-window): New.
2223         * help.el (help-window-config): New.
2224         * help.el (with-displaying-help-buffer):
2225         * help.el (function-at-event): New.
2226         * help.el (help-symbol-regexp): New.
2227         * help.el (help-symbol-run-function-1): New.
2228         * help.el (help-symbol-run-function): New.
2229         * help.el (help-symbol-function-context-menu): New.
2230         * help.el (help-symbol-variable-context-menu): New.
2231         * help.el (help-symbol-function-and-variable-context-menu): New.
2232         * help.el (frob-help-extents): New.
2233         * help.el (describe-function-1):
2234         * help.el (variable-at-point):
2235         * help.el (variable-at-event): New.
2236         * help.el (describe-variable):
2237         Major overhaul.
2238         - Make functions and variables be mousable.
2239         - Middle button hyperlinks.
2240         - New context-menu entries.
2241
2242         * keydefs.el:
2243         * keydefs.el (global-map):
2244         New key bindings to move lines up and down.
2245
2246         * lisp-mode.el:
2247         * lisp-mode.el (construct-lisp-mode-menu): New.
2248         * lisp-mode.el (emacs-lisp-mode-popup-menu):
2249         * lisp-mode.el (lisp-interaction-mode-menubar-menu):
2250         * lisp-mode.el (emacs-lisp-mode-menubar-menu):
2251         * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
2252         Make popup and menubar menus be different.  Popup menu uses
2253         clicked location and automatically assumes symbol under the mouse
2254         for various commands.
2255
2256         * menubar-items.el:
2257         * menubar-items.el (bookmark-menu-filter): Add accelerators.
2258         * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
2259
2260         * menubar-items.el (global-popup-menu): Removed.
2261         * menubar-items.el (mode-popup-menu): Removed.
2262         * menubar-items.el (activate-popup-menu-hook): Removed.
2263         * menubar-items.el (popup-mode-menu): Removed.
2264         * menubar-items.el (popup-buffer-menu): Removed.
2265         * menubar-items.el (popup-menubar-menu): Removed.
2266         Move to menubar.el.
2267
2268         * menubar.el:
2269         * menubar.el (global-popup-menu): New.
2270         * menubar.el (mode-popup-menu): New.
2271         * menubar.el (activate-popup-menu-hook): New.
2272         * menubar.el (last-popup-menu-event): New.
2273         * menubar.el (popup-mode-menu): New.
2274         * menubar.el (popup-buffer-menu): New.
2275         * menubar.el (popup-menubar-menu): New.
2276         * menubar.el (menu-call-at-event): New.
2277         Move non-content functions here.  Add support for context menu
2278         items on extents.
2279
2280         * minibuf.el (minibuffer-history-uniquify):
2281         Typo fix.
2282
2283         * minibuf.el (read-file-name-1):
2284         Call new file dialog box if it exists.
2285
2286         * minibuf.el (mouse-rfn-setup-vars):
2287         Clean up "chop" action.
2288
2289         * mouse.el:
2290         * mouse.el (button2): Now bound to mouse-track.
2291         * mouse.el (click-inside-extent-p):
2292         * mouse.el (point-inside-extent-p):
2293         * mouse.el (point-inside-selection-p):
2294         * mouse.el (mouse-drag-or-yank): Removed.
2295         * mouse.el (mouse-begin-drag-n-drop): New.
2296         * mouse.el (mouse-eval-sexp):
2297         * mouse.el (mouse-track-activate-strokes): New.
2298         * mouse.el (mouse-track-do-activate): New.
2299         * mouse.el (mouse-track):
2300         * mouse.el (default-mouse-track-event-is-with-button): New.
2301         * mouse.el (default-mouse-track-cleanup-hook):
2302         * mouse.el (default-mouse-track-drag-hook):
2303         * mouse.el (default-mouse-track-drag-up-hook):
2304         * mouse.el (default-mouse-track-click-hook):
2305         Merge drag-n-drop into mouse-track.
2306         Add general "activate" support to replace specific button2 kludges.
2307         Use "button modifier" support in mouse-track.
2308
2309         * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
2310
2311         * package-ui.el:
2312         * package-ui.el (pui-menu):
2313         * package-ui.el (pui-popup-context-sensitive): Removed.
2314         Fix bytecompiler warnings.
2315         Clean up popup code a bit.
2316
2317         * select.el (get-selection-no-error): Fix bytecompiler warnings.
2318
2319         * simple.el:
2320         * simple.el (transpose-lines):
2321         * simple.el (transpose-line-up): New.
2322         * simple.el (transpose-line-down): New.
2323         * simple.el (transpose-subr):
2324         * simple.el (transpose-subr-1): Removed.
2325         Clean up, add functions to move lines up and down.
2326
2327         * startup.el (mail-host-address):
2328         * startup.el (user-mail-address):
2329         Customize.
2330
2331         * subr.el:
2332         * subr.el (set-symbol-value-in-buffer): New.
2333         * subr.el (error):
2334         * subr.el (check-argument-type):
2335         * subr.el (defined-error-p): New.
2336         Add structured error support.
2337
2338         * toolbar-items.el (toolbar-compile):
2339         Use new make-dialog-box.
2340
2341         * update-elc.el:
2342
2343         * userlock.el (ask-user-about-lock-dbox):
2344         * userlock.el (ask-user-about-supersession-threat-dbox):
2345         * userlock.el (ask-user-about-lock):
2346         * userlock.el (ask-user-about-supersession-threat):
2347         Use new make-dialog-box.
2348         Add safety checks; use should use-dialog-box-p.
2349
2350         * window-xemacs.el:
2351         * window-xemacs.el (__buffer-dedicated-frame):
2352         * window-xemacs.el (buffer-dedicated-frame): New.
2353         * window-xemacs.el (set-buffer-dedicated-frame): New.
2354         Move dedicated-frame stuff into lisp.
2355
2356 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
2357
2358         * printer.el (generic-print-region): Do not require that
2359         `printer-name' be set.
2360         (printer-name): Commentary clarification.
2361
2362 2000-07-19  Martin Buchholz <martin@xemacs.org>
2363
2364         * XEmacs 21.2.35 is released.
2365
2366 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
2367
2368         * select.el (selection-coercible-types): Initialise.
2369
2370 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
2371
2372         * select.el (own-clipboard): Bug fix.
2373
2374 2000-07-17  Mike Sperber  <mike@xemacs.org>
2375
2376         * cus-edit.el (custom-migrate-custom-file): Save init file before
2377         continuing.
2378
2379 2000-07-16  Mike Sperber  <mike@xemacs.org>
2380
2381         * startup.el (load-init-file): Remove silly call to
2382         `load-user-custom-file`.
2383         (maybe-migrate-user-init-file): Minor fixes.
2384
2385 2000-07-16  Martin Buchholz  <martin@xemacs.org>
2386
2387         * apropos.el (apropos-documentation-check-doc-file):
2388         `doc' variable should be let-bound, as was presumably intended.
2389
2390         * cus-edit.el (custom-variable-reset-saved):
2391         (custom-variable-reset-standard):
2392         Remove unused variable comment-widget.  Twice.
2393
2394         * toolbar.el (toolbar-blank-press-function):
2395         Add a real defvar with initial value nil and proper docstring.
2396         (press-toolbar-button): No need to check for boundp-ness anymore.
2397
2398         * rect.el (open-rectangle-line): Remove useless (let) form.
2399         Add defvar for pending-delete-mode.
2400
2401         * info.el (Info-find-node): This function needs an autoload cookie.
2402
2403         * mule/mule-x-init.el (x-use-halfwidth-roman-font):
2404         Use let* since the second form referred to the first.
2405
2406 2000-07-16  Adrian Aichner  <aichner@ecf.teradyne.com>
2407
2408         * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
2409         instead of removed `mswindows-get-clipboard'.
2410
2411
2412 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
2413
2414         * select.el (select-convert-from-text): New.
2415         * select.el (select-convert-from-length): New.
2416         * select.el (select-convert-from-integer): New.
2417         * select.el (select-convert-from-identity): New.
2418         * select.el (select-convert-from-filename): New.
2419         * select.el (selection-converter-in-alist): Use them.
2420         New converter functions for X.
2421
2422         * select.el (get-selection): Removed comment.
2423
2424         * select.el (own-selection): Removed append code - I thought
2425         I'd already done this, but apparently not...
2426
2427         * select.el: Changed comment about TIMESTAMP.
2428
2429         * select.el (select-convert-in): New.
2430         * select.el (select-convert-out): New.
2431         New functions that get used by select.c.
2432
2433         * select.el (select-buffer-killed-default): New.
2434         * select.el (select-buffer-killed-text): New.
2435         * select.el (selection-buffer-killed-alist): New.
2436         New list and functions that get called if a relevant selection
2437         exists and a buffer gets killed.
2438
2439         * select.el (select-convert-to-targets):
2440         * select.el (select-convert-to-identity): Removed.
2441         * select.el (select-convert-from-identity): Removed.
2442         * select.el (select-converter-out-alist):
2443         Removed _EMACS_INTERNAL selection type.
2444
2445         * x-select.el (xselect-kill-buffer-hook): Removed.
2446         * x-select.el (xselect-kill-buffer-hook-1): Removed.
2447         Removed this X-specific nonesense. Use the generic support
2448         in select.el instead.
2449
2450 2000-07-15  Martin Buchholz  <martin@xemacs.org>
2451
2452         * mule/mule-category.el (defined-category-hashtable):
2453         Use make-hash-table instead of make-hashtable
2454
2455         * buff-menu.el: Byte-compiler warning fix.
2456
2457         * isearch-mode.el (isearch-highlight-all-cleanup):
2458         Remove unused variable `isearch-highlight-all-start'.
2459
2460         * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
2461
2462         * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
2463
2464         * cus-dep.el (Custom-make-dependencies):
2465         Add autoload cookie for custom-add-loads to generated custom-load.el.
2466
2467         * autoload.el (autoload-package-name): Warning suppression.
2468         Move defvar prior to first use.
2469
2470         * custom.el: Add autoload for custom-declare-face.
2471         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
2472         * cl.el (cl-hack-byte-compiler):
2473         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
2474         to work properly.
2475
2476 2000-07-08  Mike Sperber  <mike@xemacs.org>
2477
2478         * startup.el (load-home-init-file): Added variable.
2479         (maybe-migrate-user-init-file): Added.
2480         (load-user-init-file): Load custom file if different from init
2481         file.
2482
2483         * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
2484         "startup."
2485
2486         * cus-edit.el (custom-migrate-custom-file): Added for migration.
2487         Moved `custom-file'-related code to cus-file.el.
2488
2489         * cus-file.el: New file.
2490
2491 2000-04-01  Mike Sperber  <mike@xemacs.org>
2492
2493         * packages.el (packages-find-package-directories): Added support
2494         for external package hierarchies with in-place installations.
2495
2496         * find-paths.el (paths-root-in-place-p): Added.
2497         (paths-find-emacs-directory): Added support for external
2498         directories with in-place installations.
2499         (paths-find-site-directory): Ditto.
2500
2501         * startup.el (find-user-init-file): Also look for
2502         ~/.xemacs/init.elc? in preference to ~/.emacs.
2503
2504 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
2505
2506         * select.el (own-selection):
2507         * select.el (own-clipboard): Changed `append' parameter to
2508         `how-to-use' parameter.
2509         * select.el (own-selection): Removed icky append code.
2510         * select.el (own-selection, get-selection): Removed extra type
2511         checking.
2512         * select.el (selection-appender-alist):
2513         * select.el (selection-converter-{in|out}-alist): Initialise.
2514         * select.el (select-append-to-*): New.
2515         * select.el (select-convert-from-*): New.  New functions to append
2516         data and convert data from external type.
2517
2518 2000-07-12  Stef Epardaud  <stef@lunatech.com>
2519
2520         * font-lock.el: Javadoc enhancements.
2521
2522 2000-07-06  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
2523
2524         * printer.el (generic-print-region): Compose job name from buffer
2525         name.
2526
2527 2000-07-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
2528
2529         * font-lock.el (font-lock-fontify-pending-extents): Call
2530         font-lock-fontify-region instead of font-lock-fontify-buffer
2531         to avoid unnecessary progress gauges.
2532
2533 2000-07-06  Craig Lanning  <lanning@scra.org>
2534
2535         * custom-load.el (faces):
2536
2537         * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
2538         dir is a regex.
2539
2540         * process.el (call-process-internal): from Dan Holmsand, use binary
2541         coding systems so that jka-compr works.
2542
2543 2000-07-07  Ben Wing  <ben@xemacs.org>
2544
2545         * font-lock.el: Undo previous change.  Unfortunately, some
2546         files actually use the variables directly in their init code
2547         without quoting them.
2548
2549 2000-07-07  Ben Wing  <ben@xemacs.org>
2550
2551         * font-lock.el (defvar font-lock-*-face): Removed.
2552
2553         * font-lock.el (font-lock-apply-highlight): Bind these face vars
2554         only when necessary.
2555
2556 2000-06-30  Charles G Waldman  <cgw@alum.mit.edu>
2557
2558         * cl-macs.el: fix cl-transform-function-property kludge
2559         so that it does not require a random feature.
2560
2561 2000-06-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2562
2563         * files.el (auto-mode-alist): allow .make extension for Makefiles,
2564         as in Linux kernel "Rules.make".
2565
2566 2000-06-29  Gunnar Evermann  <ge204@eng.cam.ac.uk>
2567
2568         * build-report.el (build-report): Add autoload cookie.
2569
2570 2000-06-21  Charles G Waldman  <cgw@alum.mit.edu>
2571
2572         * package-ui.el (defgroup pui):  Correct a misspelling
2573         (pui-toggle-package-delete):  Change `seleted' to `selected'
2574
2575 2000-06-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
2576
2577         * package-get.el (package-get-update-base):
2578         (package-get): Use insert-file-contents-literally always.
2579         (package-get-maybe-save-index):
2580         Force coding system for writing to binary.
2581
2582 2000-06-08  Mike Alexander  <mta@arbortext.com>
2583
2584         * code-process.el (call-process-region): If there is no coding
2585         system for the process on process-coding-system-alist use the
2586         coding system of the buffer containing the region.
2587
2588 2000-06-10  Ben Wing  <ben@xemacs.org>
2589
2590         * cmdloop.el (command-error):
2591         If debug-on-error and noninteractive, output backtrace.
2592
2593         * files.el (file-relative-name):
2594         Remove MSDOS references.
2595
2596         * simple.el (line-number): New function, due to non-obvious
2597         behavior/usage of count-lines.
2598
2599         * simple.el (count-lines): document non-obvious usage to get
2600         line number.
2601
2602 2000-06-11  Ben Wing  <ben@xemacs.org>
2603
2604         * faces.el ((featurep 'xpm)):
2605         * x-faces.el (x-init-face-from-resources):
2606         * x-faces.el (x-init-frame-faces):
2607         * x-misc.el (x-init-specifier-from-resources):
2608         * x-misc.el (x-get-resource-and-bogosity-check):
2609         * x-misc.el (x-get-resource-and-maybe-bogosity-check):
2610         * x-mouse.el (x-init-pointer-shape):
2611         * x-scrollbar.el (x-init-scrollbar-from-resources):
2612         Add sixth argument to x-get-resource calls so as to issue warnings
2613         rather than errors on bogus arguments.
2614
2615 2000-06-05  Ben Wing  <ben@xemacs.org>
2616
2617         * compat.el: new file.  provides a clean, non-intrusive way to
2618         define compatibility functions.
2619
2620         * process.el (shell-quote-argument): temporary fix for lack
2621         of nt-quote-process-args.  #### I need to put back the overall
2622         structure of that mechanism but redo the guts of it using the
2623         extra intelligence in the C code.
2624
2625 2000-05-28  Adrian Aichner  <aichner@ecf.teradyne.com>
2626
2627         * package-info.el (pi-md5sum): Calculate MD5 sum just like
2628         `package-get' does in package-get.el, instead of using external
2629         "md5sum" program.
2630
2631         * package-get.el (package-get): Insert package file literally to
2632         make checksum calculation work.
2633
2634 2000-04-18  Hrvoje Niksic  <hniksic@iskon.hr>
2635
2636         * code-files.el (convert-mbox-coding-system): Deleted.
2637         (file-coding-system-alist): Removed reference to
2638         convert-mbox-coding-system.
2639
2640 2000-05-28  Martin Buchholz <martin@xemacs.org>
2641
2642         * XEmacs 21.2.34 is released.
2643
2644 2000-05-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2645
2646         * font-lock.el (font-lock-keywords): Rewrote docstring
2647
2648 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
2649
2650         * loadhist.el (unload-feature): handle case where x is both boundp
2651         and fboundp
2652
2653 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
2654
2655         * packages.el: It's ok to use built-in macros, but not lisp
2656         defined ones.
2657
2658 2000-05-20  Ben Wing  <ben@xemacs.org>
2659
2660         * font-lock.el:
2661         * font-lock.el (font-lock-message-threshold):
2662         * font-lock.el (font-lock-mode):
2663         * font-lock.el (font-lock-default-fontify-buffer):
2664         * font-lock.el (font-lock-always-fontify-immediately):
2665         * font-lock.el (font-lock-old-extent): Removed.
2666         * font-lock.el (font-lock-old-len): Removed.
2667         * font-lock.el (font-lock-fontify-glumped-region): Removed.
2668         * font-lock.el (font-lock-pending-extent-table): New.
2669         * font-lock.el (font-lock-range-table): New.
2670         * font-lock.el (font-lock-after-change-function):
2671         * font-lock.el (font-lock-after-change-function-1): Removed.
2672         * font-lock.el (font-lock-fontify-pending-extents): New.
2673         * font-lock.el ('font-lock-revert-cleanup): Removed.
2674         * font-lock.el ('font-lock-revert-setup): Removed.
2675         Rewrite deferral code to handle any number of changes, merging
2676         them properly.  Remove hacked-up code for revert-buffer, now
2677         unnecessary.
2678
2679         * menubar-items.el (default-menubar):
2680         In Options->Edit Init File, don't switch to emacs-lisp-mode
2681         unless necessary; doing this turns off font-lock.
2682
2683 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
2684
2685         * keydefs.el: Define C-x BS to backward-kill-sentence.
2686
2687 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
2688
2689         * files.el (hack-local-variables-prop-line): Use non-greedy
2690         matching to process -*-texinfo-*- -*-.
2691
2692 2000-05-11  Jonathan Marten <jonathan.marten@uk.sun.com>
2693
2694         * minibuf.el (minibuf-directory-files): new function.
2695         (read-file-name-activate-callback): use minibuf-directory-files.
2696         (read-directory-name-internal): ditto.
2697         (mouse-file-display-completion-list): ditto.
2698         (mouse-directory-display-completion-list): ditto.
2699         (read-file-name-internal): remove "./" from completion list unless
2700         explicitly matched, for consistency.
2701
2702 2000-05-11  Ben Wing  <ben@xemacs.org>
2703
2704         * gutter-items.el (gutter-buffers-tab):
2705         * gutter-items.el (add-tab-to-gutter):
2706         * gutter-items.el (update-tab-in-gutter):
2707         * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
2708         * gutter-items.el (append-progress-display):
2709         * gutter-items.el (abort-progress-display):
2710         * gutter-items.el (raw-append-progress-display):
2711         Further fixes.  Use set-glyph-image not set-image-instance-property,
2712         to fix problems with multiple windows in a frame.
2713
2714         * menubar-items.el (tutorials-menu-filter):
2715         Fix typo.
2716
2717         * startup.el (early-error-handler):
2718         Display message box under windows; otherwise, message will disappear
2719         before it can be viewed.
2720
2721         * update-elc.el:
2722         Fix bug in NEEDTODUMP processing.
2723
2724 2000-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
2725
2726         * startup.el (lock-directory): Removed.
2727         (superlock-file): Ditto.
2728         (startup-set-paths): Remove lockdir.
2729         (startup-setup-paths-warning): Remove lock-directory.
2730
2731         * setup-paths.el (paths-find-lock-directory): Removed.
2732         (paths-find-superlock-file): Ditto.
2733
2734 2000-05-09  Ben Wing  <ben@xemacs.org>
2735
2736         * faces.el (set-face-property):
2737         * faces.el (set-face-font):
2738         * faces.el (set-face-foreground):
2739         * faces.el (set-face-background):
2740         * faces.el (set-face-background-pixmap):
2741         * faces.el (set-face-underline-p):
2742         * faces.el (set-face-strikethru-p):
2743         * faces.el (set-face-highlight-p):
2744         * faces.el (set-face-dim-p):
2745         * faces.el (set-face-blinking-p):
2746         * faces.el (set-face-reverse-p):
2747         doc string changes.
2748
2749         * glyphs.el:
2750         * glyphs.el (make-image-specifier):
2751         * glyphs.el (glyph-property):
2752         * glyphs.el (set-glyph-image):
2753         * glyphs.el (make-glyph):
2754         * glyphs.el (make-pointer-glyph):
2755         * glyphs.el (make-icon-glyph):
2756         * glyphs.el (widget-image-instance-p): New.
2757         authorship info, lots of doc changes.  New predicate, inadvertently
2758         omitted.  the general principle with specifier docs is now that
2759         the description of instantiators should go with the make-foo-specifier
2760         fun's doc string, rather than in foo-specifier-p.  this follows
2761         conventions elsewhere in XEmacs and in general is a lot more obvious
2762         of a place to look.  sometimes the make-foo-specifier function needs
2763         to be created in the process.
2764
2765         * gutter.el:
2766         * gutter.el (make-gutter-specifier): New.
2767         * gutter.el (make-gutter-size-specifier): New.
2768         * gutter.el (make-gutter-visible-specifier): New.
2769         specifier doc updates according to the conventions specified before.
2770
2771         * objects.el:
2772         * objects.el (make-font-specifier):
2773         * objects.el (make-color-specifier):
2774         * objects.el (make-face-boolean-specifier): New.
2775         specifier doc updates according to the conventions specified before.
2776
2777         * specifier.el:
2778         * specifier.el (set-specifier):
2779         * specifier.el (make-integer-specifier): New.
2780         * specifier.el (make-boolean-specifier): New.
2781         * specifier.el (make-natnum-specifier): New.
2782         * specifier.el (make-generic-specifier): New.
2783         * specifier.el (make-display-table-specifier): New.
2784         specifier doc updates according to the conventions specified before.
2785
2786         * toolbar.el:
2787         * toolbar.el (make-toolbar-specifier): New.
2788         specifier doc updates according to the conventions specified before.
2789
2790 2000-05-09  Ben Wing  <ben@xemacs.org>
2791
2792         * process.el (call-process-internal): Revert to previous version
2793         because Mike's change clashed with a change I did not long before.
2794         Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
2795         Thanks very much Mike for pointing out the bug and submitting a
2796         patch!
2797
2798 2000-04-13  Mike Alexander  <mta@arbortext.com>
2799
2800         * process.el (call-process-internal): Send the correct input buffer
2801         (call-process-internal): Return the exit status of the process
2802
2803 2000-05-07  Ben Wing  <ben@xemacs.org>
2804
2805         * winnt.el:
2806         * winnt.el (nt-quote-args-verbatim): Removed.
2807         * winnt.el (nt-quote-args-prefix-quote): Removed.
2808         * winnt.el (nt-quote-args-backslash-quote): Removed.
2809         * winnt.el (nt-quote-args-double-quote): Removed.
2810         * winnt.el (nt-quote-args-functions-alist): Removed.
2811         * winnt.el (nt-quote-process-args): Removed.
2812         Remove all stuff for argument quoting.  We borrow the code instead
2813         from Emacs 20.6, which is much more careful in its quoting
2814         (e.g. in handling runs of the escape character) and avoids most of
2815         the need for this Lisp mechanism by checking to see whether we're
2816         running a Cygwin or normal program and doing the appropriate
2817         quoting.  If we end up needing such a mechanism, we should add
2818         it by extending the variable `mswindows-quote-process-args' so it
2819         can take an alist of regexps.
2820
2821 2000-05-07  Ben Wing  <ben@xemacs.org>
2822
2823         * keydefs.el:
2824         Restore M-up, M-down to 21.1 state.  Put *ward-sentence on
2825         C-M-left, C-M-right instead.  Define C-M-up, C-M-down to scroll
2826         the window without moving point.
2827
2828         * simple.el:
2829         * simple.el (scroll-up-one): New.
2830         * simple.el (scroll-down-one): New.
2831         Functions for use with C-M-up/down.
2832
2833 2000-05-01  Martin Buchholz <martin@xemacs.org>
2834
2835         * XEmacs 21.2.33 is released.
2836
2837 2000-04-29  Martin Buchholz  <martin@xemacs.org>
2838
2839         * dialog.el (yes-or-no-p-dialog-box):
2840         Fix docstring.
2841         Fix following horrible bug in X11 mode with focus-follows-mouse:
2842           1. Visit two files in two different frames.
2843           2. do File->Revert Buffer in one of those frames.
2844           3. Dialog box appears.
2845           4. Arrange things so that the mouse passes over the *other*
2846              frame, then to the dialog box, and click on "Yes".
2847           5. The file contents end up in the *wrong* buffer!
2848         Add TODO comment.
2849
2850 2000-04-28  Ben Wing  <ben@xemacs.org>
2851
2852         * help.el (describe-installation): correct typo introduced
2853         in last patch: boundp -> fboundp.
2854
2855         * etags.el (buffer-tag-table-list):
2856         canonicalize filenames to Unix format so that tag-table-alist
2857         searching works under Windows.
2858
2859         * autoload.el:
2860         Bowdlerize the supposedly objectionable words
2861         "who couldn't quite manage to cleanly modify batch-update-autoloads".
2862
2863         * gutter-items.el (set-progress-display-style):
2864         * gutter-items.el (search-dialog-callback):
2865         * gutter-items.el (make-search-dialog):
2866         Change to new callback-ex api.
2867
2868 2000-04-26  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
2869
2870         * help.el: (describe-installation): decode-coding-string is not
2871         defined in a non MULE environment.
2872
2873 2000-04-28  Ben Wing  <ben@xemacs.org>
2874
2875         * gutter-items.el (buffer-list-changed-hook):
2876         use it, not record-buffer-hook.
2877
2878         * subr.el (record-buffer-hook): Removed.
2879
2880 2000-04-27  Ben Wing  <ben@xemacs.org>
2881
2882         * gutter-items.el (buffers-tab-switch-to-buffer): do not
2883         use NORECORD option.  Andy will not like this, but the existing
2884         gutter behavior is just wrong, as per this comment:
2885
2886         ;; this used to add the norecord flag to both calls below.
2887         ;; this is bogus because it is a pervasive assumption in XEmacs
2888         ;; that the current buffer is at the front of the buffers list.
2889         ;; for example, select an item and then do M-C-l
2890         ;; (switch-to-other-buffer).  Things get way confused.
2891         ;;
2892         ;; Andy, if you want to maintain the current look, you must
2893         ;;  *uncouple* the gutter order and buffers order.
2894
2895         * loaddefs.el (completion-ignored-extensions): unfuckify.
2896
2897         * bytecomp.el (batch-byte-compile-one-file): new function, used in
2898         xemacs.mak.
2899
2900         * autoload.el (batch-update-one-directory): new function, used in
2901         xemacs.mak.
2902
2903         * loadup.el: set gc-cons-threshold very high unless dumping --
2904         loadup during update-elc is much much much faster.  also do this
2905         when quick-building.
2906
2907         add commented-out code for profiling loadup.
2908
2909
2910         * update-elc.el (preloaded-file-list): add bytecomp.el, since it
2911         is required in order to build xemacs.
2912
2913 2000-04-26  Ben Wing  <ben@xemacs.org>
2914
2915         * loadup.el: don't garbage collect during loadup if quick-build
2916         compile-time option is set.
2917
2918 2000-04-23  Ben Wing  <ben@xemacs.org>
2919
2920         * update-elc.el: compute whether any dumped .el or .elc files
2921         are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
2922         if so.
2923
2924         * update-elc.el (update-elc-files-to-compile): always change
2925         NOBYTECOMPILE in the src directory rather than current dir,
2926         so it will work under NT.
2927
2928         * autoload.el (autoload-trim-file-name): canonicalize to slashes so
2929         the form of this file is identical between Unix and Windows.
2930         (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
2931         Added comment.
2932         (update-autoloads-from-directory): updated doc string.
2933         updated doc strings in a few other places.
2934
2935 2000-04-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
2936
2937         * bytecomp.el (byte-force-recompile): Fix argument to
2938         byte-recompile-directory.
2939
2940 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
2941
2942         * gutter-items.el (progress-display-clear-when-idle): Use
2943         add-one-shot-hook.
2944         * gutter-items.el (clear-progress-display): Adjust number of
2945         arguments.
2946
2947 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
2948
2949         * dumped-lisp.el (preloaded-file-list): Always dump select.el.
2950
2951 2000-04-16  Ben Wing  <ben@xemacs.org>
2952
2953         * printer.el: New file.
2954
2955         * dumped-lisp.el (preloaded-file-list): Declare printer.el.
2956
2957         * help.el (describe-installation): Fix decoding for Windows.
2958
2959         * menubar-items.el:
2960         * menubar-items.el (default-menubar):
2961         * menubar-items.el (tutorials-menu-filter): New.
2962         * menubar-items.el (popup-menubar-menu):
2963         Add authorship.  Redo Help menu and Tutorials filter.
2964
2965         * menubar.el: Correct comment.
2966
2967         * modeline.el (modeline-buffer-identification): Correct doc string.
2968
2969         * simple.el:
2970         * simple.el (printing): Removed.
2971         * simple.el (printer-name): Removed.
2972         * simple.el (generic-print-buffer): Removed.
2973         * simple.el (generic-print-region): Removed.
2974         Move generic print code to printer.el.
2975
2976 2000-04-15  Ben Wing  <ben@xemacs.org>
2977
2978         * simple.el (generic-print-region): New.
2979         make this function actually work.
2980         (generic-print-buffer): call generic-print-region.
2981
2982 2000-04-14  Andy Piper  <andy@xemacs.org>
2983
2984         * gutter-items.el (make-search-dialog): avoid unnecessary futzing
2985         by using the new widget-callback-current-channel.
2986         (search-dialog-callback): ditto.
2987
2988 2000-04-12  Andy Piper  <andy@xemacs.org>
2989
2990         * gutter.el (default-gutter-position): moved from gutter-items.el.
2991         (default-gutter-position-changed-hook): ditto.
2992         (gutter-element-visibility-changed-hook): ditto.
2993         (set-gutter-element): ditto.
2994         (remove-gutter-element): ditto.
2995         (set-gutter-element-visible-p): ditto.
2996         (gutter-element-visible-p): ditto.
2997         (init-gutter): ditto.
2998
2999         * dialog.el (make-dialog-box): renamed and moved from
3000         gutter-items.el
3001
3002         * gutter-items.el: move various functions elsewhere.
3003
3004 2000-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * menubar-items.el: Fixed place of parenthesis.
3007
3008 2000-04-12  Ben Wing  <ben@xemacs.org>
3009
3010         * etags.el (find-tag-at-point): New.  Lets you do find-tag
3011                 without constantly being prompted for the tag.
3012         * simple.el: Added a number of section headings, to clarify the
3013                 organization of this file.
3014         * simple.el (activate-region):
3015         * simple.el (region-exists-p):
3016         * simple.el (region-active-p):
3017                 Moved these three function down to the other side of
3018                 the case-changing functions, so they join the rest of
3019                 the region code.
3020         * simple.el (printing): New.
3021         * simple.el (printer-name): New.
3022         * simple.el (generic-print-buffer): New.
3023                 New functions, a very simple prototype for a unified
3024                 printing interface.
3025
3026         * process.el (call-process-internal): Real fix for null BUFFER,
3027                 other problems with BUFFER specs.
3028
3029         * menubar-items.el:
3030                 Fixed up File->Print to use new printing functions.
3031                 Various corrections and expansions to Grep/Compile menus.
3032                 New options for Printing.
3033                 New options for SMTP Mail, the way to send mail under
3034                   MS Windows. (There's also a package patch to make SMTP
3035                   Mail be the default under MSWin.)
3036
3037 2000-04-09  Jeff Miller <jmiller@cablespeed.com>
3038
3039         * menubar-items.el: Selecting Rectangle Mousing from menubar
3040         did not work.  Needed to quote mouse-track-rectangle-p.
3041
3042 2000-04-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
3043
3044         * cl-compat.el (keywordp): Removed.
3045
3046 2000-04-05  Andy Piper  <andy@xemacs.org>
3047
3048         * gutter-items.el (progress-layout-glyph): don't initialize here.
3049         (progress-gauge-glyph): use dynamic sizing.
3050         (set-progress-display-style): new function. Set progress glyphs
3051         appropriately depending on the style.
3052         (progress-display-style): new variable. Custom version of
3053         set-progress-display-style.
3054         (progress-abort-glyph): switch to dynamic sizes.
3055         (search-dialog-text): make the edit field active.
3056
3057 2000-04-04  Andy Piper  <andy@xemacs.org>
3058
3059         * gutter-items.el (make-search-dialog): need to make the search
3060         dialog visible after creation.
3061
3062         * menubar-items.el (default-menubar): use the search dialog for
3063         searching. Remove some extraneous search menu items.
3064
3065         * gutter-items.el (set-gutter-element): allow glyphs to be used as
3066         well as strings.
3067         (make-gutter-only-dialog-frame): allow the user to create the
3068         frame unmapped. Allow the gutter spec to be given as a glyph.
3069         (search-dialog-direction): new variable.
3070         (search-dialog-text): new variable.
3071         (search-dialog-callback): new function. Callback for the search
3072         dialog action.
3073         (make-search-dialog): new function. Create a user-friendly search
3074         dialog.
3075
3076 2000-04-04  Hrvoje Niksic  <hniksic@iskon.hr>
3077
3078         * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
3079         under Windows.
3080
3081 2000-04-01  Andy Piper  <andy@xemacs.org>
3082
3083         * font-lock.el (font-lock-fontify-keywords-region): Calculate
3084         progress more accurately.
3085
3086 2000-02-02  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
3087
3088         * finder.el (finder-compile-keywords): Process readable files only.
3089         Because error in process of .#finder-inf.el when compile xemacs
3090         with --with-clash-detection option.
3091
3092 2000-03-31  Andy Piper  <andy@xemacs.org>
3093
3094         * gutter-items.el (append-progress-display): don't delay after a
3095         successful font-lock.
3096         (make-gutter-only-dialog-frame): new function. Allow users to
3097         create gutter-only dialogs.
3098
3099 2000-03-27  Mike Alexander  <mta@arbortext.com>
3100
3101         * process.el (call-process-internal): Handle a null BUFFER
3102         parameter correctly.
3103
3104 2000-03-28  Andy Piper  <andy@xemacs.org>
3105
3106         * gutter-items.el (abort-progress-display): put strings in the
3107         gutter not extents.
3108         (progress-layout-glyph): signal special 'quit callback.
3109         (progress-display-quit-function): deleted.
3110         (progress-display-stop-callback): deleted.
3111         (progress-display-dispatch-command-events): deleted.
3112         (append-progress-display): remove calls to
3113         progress-display-dispatch-command-events.
3114         (raw-append-progress-display): ditto.
3115
3116 2000-03-23  Hrvoje Niksic  <hniksic@iskon.hr>
3117
3118         * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
3119         being a list.  Actually define `stipple-pixmap-p' which is used as
3120         an error predicate.  Correctly handle PIXMAP being either relative
3121         or absolute file name.
3122
3123 2000-03-24  Andy Piper  <andy@xemacs.org>
3124
3125         * gutter-items.el (add-tab-to-gutter): use copy-sequence.
3126         (abort-progress-display): ditto. Don't delete the created extent.
3127         (raw-append-progress-display): ditto.
3128         (progress-display-dispatch-non-command-events): new
3129         function. Encapsulates what we want to do when no command input is
3130         required.
3131         (progress-display-dispatch-command-events): likewise, but disable
3132         for now since it causes too many problems.
3133         (append-progress-display): use them.
3134         (raw-append-progress-display): ditto.
3135         (default-gutter-position-changed-hook): set this rather than
3136         default-gutter-position-changed.
3137         (default-gutter-position-changed-hook): lambda with zero arguments
3138         rather than one.
3139         (raw-append-progress-display): trap errors in pending input since
3140         allowing them to signal will hose the gauge well and
3141         truly. Ideally we would like to delay these until we are more able
3142         to cope.
3143         (append-progress-display): ditto.
3144
3145 2000-03-20  Jeff Miller <jmiller@cablespeed.com>
3146
3147         * lisp/make-docfile.el: call-process-internal is now implemented
3148         in process.el.
3149
3150 2000-03-21  Ben Wing  <ben@xemacs.org>
3151
3152         * mule\mule-cmds.el (set-language-info-alist):
3153         Fix to correspond to new menu arrangement.
3154
3155 2000-03-21  Ben Wing  <ben@xemacs.org>
3156
3157         * process.el:
3158         * process.el (call-process-internal): New.
3159         New implementation of call-process.  Only enabled under NT, so far.
3160         stderr handling not implemented yet in CVS'd C code.
3161
3162 2000-03-20  Ben Wing  <ben@xemacs.org>
3163
3164         * lisp-mode.el:
3165         * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
3166         * lisp-mode.el (lisp-interaction-mode):
3167         Put back Lisp Interaction menubar for Jan V's sake.
3168
3169         * simple.el:
3170         * simple.el (mark-ring):
3171         * simple.el (dont-record-current-mark): New.
3172         * simple.el (in-shifted-motion-command): New.
3173         * simple.el (mark-ring-unrecorded-commands): New.
3174         * simple.el (mark-ring-max):
3175         * simple.el (set-mark-command):
3176         * simple.el (push-mark):
3177         * simple.el (handle-pre-motion-command):
3178         Implement scheme for not recording unimportant marks.
3179
3180         * subr.el:
3181         * subr.el (function-allows-args): New.
3182         New function function-allows-args.
3183
3184 2000-03-20  Martin Buchholz <martin@xemacs.org>
3185
3186         * XEmacs 21.2.32 is released.
3187
3188 2000-03-20  Andy Piper  <andy@xemacs.org>
3189
3190         * gutter-items.el (update-tab-in-gutter): force selection of the
3191         selected-window if required to do so.
3192         (buffers-tab-items): ditto.
3193         (add-tab-to-gutter): ditto.
3194         (create-frame-hook): use force-selection.
3195         (default-gutter-position-changed): lambdify.
3196         (update-tab-hook): deleted since it was only used in one place.
3197
3198 2000-03-18  Andy Piper  <andy@xemacs.org>
3199
3200         * files.el (find-file-noselect): undo change that shouldn't have
3201         gone in.
3202
3203 2000-03-17  Andy Piper  <andy@xemacs.org>
3204
3205         * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
3206         of selected-window trickery.
3207
3208         * gutter-items.el (update-tab-in-gutter): don't give dedicated
3209         frames tabs.
3210         (progress-display-stop-callback): progress -> progress-display
3211         (progress-display-quit-function): ditto.
3212         (clear-progress-display): ditto.
3213         (remove-progress-display): ditto.
3214         (append-progress-display): ditto.
3215         (abort-progress-display): ditto.
3216         (raw-append-progress-display): ditto.
3217         (display-progress-display): ditto.
3218         (current-progress-display-label): ditto.
3219         (current-progress-display): ditto.
3220         (lprogress-display): ditto and save the buffer
3221         (progress-display): ditto. Otherwise the buffer sometimes gets
3222         changed which confuses font-lock.
3223
3224         * font-lock.el (font-lock-default-fontify-buffer): catch all
3225         errors, not just quit.
3226         (font-lock-mode): progress -> display-progress
3227         (font-lock-default-fontify-buffer): ditto.
3228         (font-lock-fontify-syntactically-region): ditto.
3229         (font-lock-fontify-keywords-region): ditto.
3230
3231 2000-03-14  Hrvoje Niksic  <hniksic@iskon.hr>
3232
3233         * cl.el (gensym): Move to here from cl-macs.el.
3234         (gentemp): Ditto.
3235
3236 2000-03-16  Andy Piper  <andy@xemacs.org>
3237
3238         * font-lock.el (font-lock-mode): use lprogress and friends for
3239         progress management.
3240         (font-lock-default-fontify-buffer): ditto.
3241         (font-lock-fontify-syntactically-region): ditto.
3242         (font-lock-fontify-keywords-region): ditto.
3243         (font-lock-revert-cleanup): fix reverting.
3244         (font-lock-revert-setup): ditto.
3245
3246         * gutter-items.el (progress-use-echo-area): new variable. Use the
3247         echo area for progress gauges if non-nil.
3248         (clear-progress): remove echo area stuff and defer to
3249         clear-message.
3250         (append-progress): dispatch non-command events after each progress
3251         increment. Remove echo area stuff.
3252         (abort-progress): remove echo area stuff and defer to
3253         display-message.
3254         (raw-append-progress): ditto. Dispatch non-command events after
3255         gutter redisplay.
3256         (display-progress): defer echo area stuff to display-message.
3257
3258         * gutter-items.el (clear-progress):
3259         (abort-progress): indentation changes.
3260         (display-progress): don't clear progress.
3261         (append-progress): compare messages with equal.
3262         (raw-append-progress): use dispatch-non-command-events to flush
3263         widget creation events.
3264
3265 2000-03-13  Ben Wing  <ben@xemacs.org>
3266
3267         * abbrev.el:
3268         * abbrev.el (abbrev-string-to-be-defined): New.
3269         * abbrev.el (inverse-abbrev-string-to-be-defined): New.
3270         Changes for use with the menubar.
3271
3272 2000-03-12  Ben Wing  <ben@xemacs.org>
3273
3274         * alist.el (vassoc): moved here from font-menu.el.
3275
3276         * custom.el (defface): typo fix.
3277
3278         * dialog.el (yes-or-no-p-dialog-box):
3279         * dialog.el (message-box):
3280         * files.el (save-some-buffers-1):
3281         Put accelerators in the button names.
3282
3283         * font-lock.el (font-lock-comment-face):
3284         * font-lock.el (font-lock-keyword-face):
3285         * font-lock.el (font-lock-function-name-face):
3286         Fixed some of the colors under MS Windows because the existing
3287         default colors were hardly different from black and needed to be
3288         made lighter.
3289
3290         * font-menu.el:
3291         * font-menu.el (font-menu-split-long-menu):
3292         * font-menu.el (font-menu-family-constructor):
3293         * font-menu.el (font-menu-size-constructor):
3294         * font-menu.el (font-menu-weight-constructor):
3295         * font-menu.el (font-menu-set-font):
3296         vassoc moved to alist.el.
3297         Accelerators added to all menus.
3298         Unused bound var new-props removed.
3299
3300         * keydefs.el: I did a whole lot of rearranging to put things in a
3301         more consistent order and fixed a number of cases where key
3302         combinations involving up, down, left, right and so on were
3303         defined but the corresponding keypad combinations were not
3304         defined.
3305
3306         * lisp-mode.el:
3307         * lisp-mode.el (lisp-interaction-mode-popup-menu):
3308         * lisp-mode.el (emacs-lisp-mode):
3309         * lisp-mode.el (lisp-interaction-mode):
3310         * lisp-mode.el (flet):
3311         Added accelerators onto the menus.
3312         Made all the different versions of the let function be indented
3313         the same way.
3314         Undid Steve's easy-menu-ification, because it makes it impossible
3315         to have the menubar and popup menus different.
3316         Cleaned up the menu; added items for find-function &c and some
3317         indenting, and removed debug-on-*.
3318
3319         * list-mode.el (list-mode-hook):
3320         * list-mode.el (list-mode):
3321         * list-mode.el (completion-setup-hook):
3322         * list-mode.el (display-completion-list):
3323         Added support for the :window-height keyword, which is required
3324         because of other changes that I made for the file dialog box.  I
3325         also made the hook variables list-mode-hook and
3326         completion-setup-hook and also minibuffer-setup-hook in
3327         minibuf.el be permanent-local; see comment in list-mode.el.
3328
3329         * map-ynp.el (map-y-or-n-p):
3330         Added accelerators to the dialog buttons.
3331
3332         * menubar-items.el (menu-truncate-list):
3333         New internal function.
3334         * menubar-items.el (submenu-generate-accelerator-spec):
3335         * menubar-items.el (menu-item-strip-accelerator-spec):
3336         * menubar-items.el (menu-item-generate-accelerator-spec):
3337         New exported functions, for use in auto-generating accelerator specs.
3338
3339         * menubar-items.el:
3340         * menubar-items.el (default-menubar):
3341         * menubar-items.el (maybe-add-init-button):
3342         * menubar-items.el (bookmark-menu-filter):
3343         * menubar-items.el (slow-format-buffers-menu-line):
3344         * menubar-items.el (build-buffers-menu-internal):
3345         * menubar-items.el (language-environment-menu-filter):
3346         * menubar-items.el (default-popup-menu):
3347         * menubar-items.el (popup-buffer-menu):
3348         * menubar-items.el (popup-menubar-menu):
3349         Did a major overhaul on this file, and in fact I'm nowhere near
3350         done working on the menubar, and there will be more patches to
3351         come.  A basic summary of what I've done:
3352
3353         a) I added accelerators to all of the menu items.  For menus that
3354         are auto-generated, such as the buffers menu, the accelerators are
3355         automatically added to the beginning of each line using the
3356         numbers 1 through 9, then zero, and then letters starting with A,
3357         but omitting the letters that are already in use for the fixed
3358         menu items at the top of the buffers menu.  To facilitate adding
3359         accelerators of this kind, I created some new functions
3360         (*-accelerator-spec), which are also being used by other filters
3361         that auto generate lists of things such as ftp sites to download
3362         packages.  If people really don't like these accelerators
3363         appearing at the beginning of the menu items, a variable can be
3364         added to optionally turn them off, but I think this is rather
3365         pointless because other menu items have accelerators and many or
3366         most of the menu users will use the accelerators if the support is
3367         there.
3368
3369         b) I combined the top level Tools and Apps menus into a single
3370         Tools menu, because the distinction between the two is not
3371         obvious, and the items on the menus are not used often enough that
3372         putting some of them onto submenus is a problem.
3373
3374         c) I created two new top level menus called View and Cmds because
3375         there were too many items on the File and Edit menus, and I'm going
3376         to be adding more items to these menus.  In contrast to the Tools
3377         menu, the items on these menus may be used quite often during an
3378         editing session, and so should be available with fewer
3379         keystrokes.
3380
3381         d) I added a number of options to the options menu, including one
3382         for controlling whether the alt key can be used to traverse to
3383         menu items using the accelerators, one for controlling behavior of
3384         control-k, one for controlling how the kill and yank functions
3385         interact with the clipboard, a few additional buffers-menu
3386         options, and various other things.  I also did a bit of
3387         rearranging, for example, combining the keyboard and mouse options
3388         into a single keyboard and mouse submenu to facilitate the
3389         accelerators on that level.
3390
3391         e) I changed the variable buffers-menu-format-buffer-line-function
3392         to take two arguments instead of one, the second argument being
3393         the line number for use in creating an accelerator.  I added a
3394         hack to support existing functions with one argument (although I
3395         doubt that very many of these exist), for backward compatibility.
3396
3397         f) I moved the top level mule menu to be a submenu of the edit
3398         menu.  I think that most of the items on this menu are fairly
3399         useless and there are certainly not enough frequently used items
3400         to justify this being its own top level menu.
3401
3402         g) I combined most of the items in big-menubar.el into the main menu.
3403         If people think the main menu is too big, it would be possible to
3404         create different configurations, some smaller.
3405
3406         * menubar.el (check-menu-syntax):
3407         Deleted some syntax checks that were no longer valid, partly
3408         because of changes that were already made a long time ago, and
3409         partly because of a change I made where I allow the name of the
3410         menu item to be an evaluated expression rather than just a string,
3411         similar to all of the other parameters of a menu item.
3412
3413         * minibuf.el:
3414         * minibuf.el (read-file-name-1):
3415         * minibuf.el (mouse-read-file-name-1):
3416         I made a number of changes to improve the appearance
3417         and functioning of the file dialog box.  They include:
3418
3419         a) Fixing the problem where closing the dialog box by clicking on
3420         the close button of the window didn't properly exit the
3421         minibuffer.
3422
3423         b) Fixing the problem that if you typed part of a file name, and
3424         then clicked on a completion with the mouse, the file was not
3425         correctly selected.
3426
3427         c) Changing the title of the dialog box to reflect the operation
3428         being done in accordance with user interface conventions, rather
3429         than the name of the dialog box buffer, which is rather useless.
3430
3431         d) Remove the words "possible completions are" which didn't
3432         belong.
3433
3434         e) Fix things so that the completions scroll off the end of the
3435         completions windows only to the right, rather than both to the
3436         right and down, which is in accordance with Windows user interface
3437         conventions.
3438
3439         * msw-init.el (init-post-mswindows-win):
3440         Added a binding for meta-F4, which is the standard windows binding
3441         for exiting a program.
3442
3443         * select.el (get-selection-no-error):
3444         * select.el (own-selection):
3445         * select.el (own-clipboard):
3446         Added an optional argument called append to the functions
3447         own-selection and own-clipboard.  This adds support for appending
3448         text to the existing selection and allows the function
3449         own-clipboard to be used as the value of the variable
3450         interprogram- cut-function.
3451
3452         Fixed a bug in own-selection in handling zmacs-region-stays.
3453
3454         * simple.el (historical-kill-line): New.
3455
3456         * simple.el (kill-line):
3457         * simple.el (interprogram-cut-function):
3458         * simple.el (interprogram-paste-function):
3459         * simple.el (handle-pre-motion-command):
3460         * simple.el (next-line):
3461         * simple.el (previous-line):
3462         a) Expanded the variable kill-whole-line, so that function
3463         kill-line can be set to delete the entire line always, not just
3464         when cursor is at the beginning of the line.  This is controlled
3465         by setting the variable kill-whole-line to the symbol 'always.
3466         This behavior, as well as the existing kill-whole-line behavior,
3467         now only take effect when kill-line is called interactively,
3468         although this is a departure from a previous behavior in the case
3469         of setting this variable kill-whole-line to t.  It is almost
3470         certainly what has always been intended, and most likely the old
3471         way of doing things introduced bugs.  I also created a function
3472         called historical-kill-line, which ignores the kill-whole-line
3473         setting and always gives the historical behavior of only killing
3474         to the end of the line.  I bound this function to shift- control-k
3475         so that the kill to end of line behavior is available, even when
3476         kill-whole-line has been set to change control-k into the simple
3477         delete-whole-line behavior. (This can be set using the options
3478         menu.)
3479
3480         b) I changed things so that kill and yank now interact with the
3481         clipboard by default under windows.  This was done by changing the
3482         default value of interprogram-cut- function and
3483         interprogram-paste-function.  You can get the old behavior by
3484         setting these to nil, and there is an option on the options menu
3485         to do this.
3486
3487         c) I added support for selecting text using shifted motion keys.
3488         This support is on by default and can be controlled by the
3489         variable shifted-motion-keys-select-region.  There is also a
3490         variable called unshifted-motion-keys-deselect-region that
3491         controls more specifically how the shifted motion key behavior
3492         works.  I did not put an option on the options menu to turn this
3493         off, because I can't imagine why this would be useful.
3494
3495         * simple.el (forward-block-of-lines):
3496         * simple.el (backward-block-of-lines):
3497         * simple.el (block-movement-size):
3498         New.
3499
3500         * simple.el (uncapitalized-title-words):
3501         * simple.el (uncapitalized-title-word-regexp):
3502         * simple.el (capitalize-string-as-title):
3503         * simple.el (capitalize-region-as-title):
3504         New.
3505
3506
3507         * subr.el (add-hook):
3508         * subr.el (make-local-hook): New.
3509         * subr.el (remove-local-hook): New.
3510         * subr.el (add-one-shot-hook): New.
3511         * subr.el (add-local-one-shot-hook): New.
3512         Added some functions to make using hooks easier.
3513         These include:
3514
3515         a) Functions add-local-hook and remove-local-hook to make it easy
3516         to use local hooks.
3517
3518         b) Functions add-one-shot-hook and add-local-one-shot-hook, which
3519         make it possible to add a "one-shot" hook, which is to say a hook
3520         that runs only once, and automatically removes itself after the
3521         first time it has run.
3522
3523 2000-03-09  Andy Piper  <andy@xemacs.org>
3524
3525         * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
3526
3527 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
3528
3529         * buff-menu.el (buffers-menu-omit-invisible-buffers):
3530         Moved from menubar-items.el.
3531         * dumped-lisp.el: Dump gutter-items regardless of menubar.
3532
3533 2000-03-08  Andy Piper  <andy@xemacs.org>
3534
3535         * gutter-items.el (build-buffers-tab-internal): add selected field
3536         to buffers tab spec.
3537
3538 2000-03-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
3539
3540         * minibuf.el (last-exact-completion): Initialize to nil.
3541
3542 2000-03-07  Didier Verna  <didier@xemacs.org>
3543
3544         * startup.el (command-line-1): remove unused variable
3545         `first-file-buffer'.
3546
3547 2000-02-29  Hrvoje Niksic  <hniksic@iskon.hr>
3548
3549         * loaddefs.el (completion-ignored-extensions): Removed ".log",
3550         which is also used for Web server log files.
3551
3552 2000-02-03  IKEYAMA Tomonori <tomonori@suiyokai.org>
3553
3554         * mule/mule-charset.el: Setup auto-fill-chars.
3555
3556 2000-03-02  SL Baur  <steve@beopen.com>
3557
3558         * subr.el (with-string-as-buffer-contents): Reimplement using
3559         `with-temp-buffer'.  Fixes non-unique buffer name problem, fixes
3560         non-deletion of buffer after execution problem.
3561         (with-output-to-string): Use unique buffer name.
3562
3563 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
3564
3565         * gutter-items.el (buffers-tab-sort-function):  New variable.
3566         (buffers-tab-items):  Funcall it to sort the buffer tab list.
3567
3568 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
3569
3570         * startup.el (load-user-init-file):  Merge two `if's to one `or'.
3571
3572 2000-02-28  Martin Buchholz  <martin@xemacs.org>
3573
3574         * menubar-items.el (maybe-add-init-button): Remove the "Load
3575         .emacs" button from all menubars.
3576
3577 2000-03-01  Didier Verna  <didier@xemacs.org>
3578
3579         * rect.el (string-rectangle): depend on `pending-delete-mode' for
3580         region rectangle replacement (from Jan Vroonhof).
3581         (replace-rectangle): new function.
3582
3583 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3584
3585         * mule/mule-cmds.el (set-default-coding-systems): Use
3586         set-terminal-coding-system and set-keyboard-coding-system.
3587         * coding.el (set-terminal-coding-system): Use
3588         set-console-tty-output-coding-system.
3589         (set-keyboard-coding-system): Use
3590         set-console-tty-input-coding-system.
3591
3592 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
3593
3594         * minibuf.el (read-variable): Allow symbol to default argument.
3595
3596 2000-02-27  Andy Piper  <andy@xemacs.org>
3597
3598         * gutter-items.el (update-tab-hook): new function to be used for
3599         hooks.
3600         (create-frame-hook): add update-tab-hook.
3601         (record-buffer-hook): ditto.
3602         (default-gutter-position-changed): ditto.
3603         (default-gutter-position): updating the buffers tab is now handled
3604         by a hook.
3605         (default-gutter-position-changed-hook): new variable.
3606         (gutter-element-visibility-changed-hook): ditto.
3607         (set-gutter-element-visible-p): call it.
3608         (set-gutter-element): use modify-specifier-instances. Set extents
3609         as duplicable before using.
3610         (remove-gutter-element): ditto.
3611         (set-gutter-element-visible-p): ditto.
3612         (init-gutter): new function.
3613         (add-tab-to-gutter): use new gutter-element functions rather than
3614         setting specifiers directly.
3615         (clear-progress): ditto.
3616         (abort-progress): ditto.
3617         (gutter-buffers-tab-visible-p): renamed from
3618         default-gutter-visible-p
3619
3620         * specifier.el (modify-specifier-instances): new function from Jan
3621         Vroonhof.
3622
3623         * x-init.el (init-post-x-win): call init-gutter.
3624
3625         * msw-init.el (init-post-mswindows-win): call init-gutter.
3626
3627         * menubar-items.el (default-menubar): Update to reflect new gutter
3628         variables.
3629
3630 2000-02-26  Andy Piper  <andy@xemacs.org>
3631
3632         * gutter-items.el (set-gutter-element): new function. Add gutter
3633         elements to the specified gutter.
3634         (remove-gutter-element): new function. Remove gutter elements from
3635         the specified gutter.
3636         (set-gutter-element-visible-p): new function. Set gutter element
3637         visibility for the provided gutter-visible specifier.
3638
3639 2000-02-23  Andy Piper  <andy@xemacs.org>
3640
3641         * gutter-items.el (add-tab-to-gutter): specify dimensions
3642         dynamically.
3643
3644 2000-02-24  Martin Buchholz  <martin@xemacs.org>
3645
3646         * gutter-items.el (add-tab-to-gutter):
3647         * package-get.el (package-get-interactive-package-query):
3648         * package-ui.el (pui-directory-exists):
3649         (pui-install-selected-packages):
3650         (pui-list-packages):
3651         Use #'(lambda ...)  instead of '(lambda ...).
3652
3653 2000-02-21  Gregory Neil Shapiro <gshapiro@gshapiro.net>
3654
3655         * startup.el (load-user-init-file): Check to make sure user
3656           has an init-file before calling load().
3657
3658 2000-02-20  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3659
3660         * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
3661
3662 2000-02-23  Martin Buchholz <martin@xemacs.org>
3663
3664         * XEmacs 21.2.31 is released.
3665
3666 2000-02-21  Mike Sperber <mike@xemacs.org>
3667
3668         * loadup.el (really-early-error-handler):
3669         * update-elc.el:
3670         * make-docfile.el:
3671         Remove dependency on EMACSBOOTSTRAP... environment variables.
3672
3673 2000-02-21  Martin Buchholz <martin@xemacs.org>
3674
3675         * XEmacs 21.2.30 is released.
3676
3677 2000-02-19  Martin Buchholz  <martin@xemacs.org>
3678
3679         * byte-optimize.el (byte-optimize-plus):
3680         (byte-optimize-minus):
3681         (byte-optimize-multiply):
3682         Optimize (- 0) to 0, not (-)
3683         Optimize (+ 5 3.0) to 8.0
3684         Optimize (* 5 3.0) to 15.0
3685         Improve readability.
3686
3687 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
3688
3689         * modeline.el: (modeline-scrolling-method): change modeline
3690         mswindows cursor appearance according to the value.
3691
3692         * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
3693         and 'gui-element face colors and 'gui-element face font to Windows
3694         defaults.
3695
3696 2000-02-09 Stef Epardaud  <stef@lunatech.com>
3697
3698         * font-lock.el: Javadoc enhancements
3699
3700 1999-11-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
3701
3702         * ldap.el (toplevel): Test if LDAP support has been compiled in
3703         (ldap-verbose): New option
3704         (ldap-search-entries): Renamed from the previous ldap-search
3705         Conditionalize message display on ldap-verbose
3706         (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
3707         defuns
3708         (ldap-search): Is now defined as an obsolete wrapper calling
3709         ldap-search-basic or ldap-search-entries
3710
3711
3712 1999-12-06  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
3713             Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
3714             Jan Vroonhof  <jan@xemacs.org>
3715
3716         * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
3717         When for-effect is true, didn't call `byte-optimize-form'
3718         in and/or subforms without last.
3719
3720 1999-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
3721
3722         * package-get.el (package-get-download-sites): Use correct custom
3723         type.
3724
3725 2000-02-15  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3726
3727         * files.el (write-file): Ask for coding system when compiled with
3728         file-coding.
3729
3730 2000-02-16  Andy Piper  <andy@xemacs.org>
3731
3732         * buffer.el (switch-to-buffer): give norecord argument to
3733         set-window-buffer instead of explicitly recording.
3734
3735         * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
3736         we have to pick a window.
3737
3738 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3739
3740         * mule/mule-cmds.el (describe-language-support): Don't add
3741         unexist function to help-map.
3742         (describe-coding-system): Don't use already assigend `C'.
3743
3744 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
3745
3746         * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
3747         work in custom.
3748
3749 2000-02-04  Kazuyuki IENAGA <kazz@imasy.or.jp>
3750
3751         * about.el: Ienaga's e-mail address change.
3752
3753 2000-02-16  Samuel Mikes  <smikes@alumni.hmc.edu>
3754
3755         * etags.el (find-tag): force new window -- even if buf already
3756         visible -- when other-window is t
3757
3758 2000-02-16  Martin Buchholz <martin@xemacs.org>
3759
3760         * XEmacs 21.2.29 is released.
3761
3762 2000-02-09  Martin Buchholz  <martin@xemacs.org>
3763
3764         * cl-extra.el (getf): This is now identical to `plist-get', so
3765         just defalias it.
3766         * cl-macs.el: Make getf an alias to plist-get, at the
3767         byte-compiler level, using define-compiler-macro.
3768
3769 2000-02-08  Martin Buchholz  <martin@xemacs.org>
3770
3771         * cl-extra.el (cl-remprop): Remove. remprop is now in C.
3772
3773 2000-02-07  Kyle Jones  <kyle_jones@wonderworks.com>
3774
3775         * lisp/etags.el (find-tag-internal): set exact-tagname to
3776           a regular expression that matches against the tagname
3777           part of the tag entry first instead of only looking in
3778           the context area.
3779
3780 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
3781
3782         * gutter-items.el: fixed typo(s) in customizing default-gutter-position
3783         * toobar.el: fixed typo(s) in customizing default-toolbar-position
3784
3785 2000-02-07  Martin Buchholz <martin@xemacs.org>
3786
3787         * XEmacs 21.2.28 is released.
3788
3789 2000-02-07  Martin Buchholz  <martin@xemacs.org>
3790
3791         * cl-extra.el (getf): Just call `get', never `get*'.
3792         Make arglist match docstring.
3793         Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
3794         * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
3795         * byte-optimize.el: remove references to `get*'.
3796
3797 2000-02-06  Martin Buchholz  <martin@xemacs.org>
3798
3799         * mule/european.el: Add syntax information for Latin3 and Latin4.
3800
3801 2000-02-02  Martin Buchholz  <martin@xemacs.org>
3802
3803         * byte-optimize.el: Byte-optimize (length "foo")
3804
3805 2000-02-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
3806
3807         * window.el (shrink-window-if-larger-than-buffer): Rewrite full
3808         width check using `window-leftmost-p' and `window-rightmost-p'.
3809
3810 2000-02-02  Per Abrahamsen  <abraham@dina.kvl.dk>
3811
3812         * wid-edit.el (widget-match-inline): An atom never matches a
3813           list.
3814
3815 2000-01-29  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3816
3817         * modeline.el: Consolidated 'x and 'mswindows specification under
3818         'win tag.
3819
3820 2000-01-29  Andy Piper  <andy@xemacs.org>
3821
3822         * gutter-items.el: (format-buffers-tab-line): Try and be
3823         intelligent about buffer naming when we have duplicates.
3824
3825 2000-01-29  Andy Piper  <andy@xemacs.org>
3826
3827         * gutter-items.el (gutter-visible-p): Make sure the gutter gets
3828         updated when it becomes visible.
3829
3830 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3831
3832         * bytecomp.el (byte-compile-insert-header): Properly set coding
3833         system under MULE and file-coding.
3834
3835 2000-01-28  Martin Buchholz  <martin@xemacs.org>
3836
3837         * coding.el (dontusethis-set-value-file-name-coding-system-handler):
3838         (dontusethis-set-value-terminal-coding-system-handler):
3839         (dontusethis-set-value-keyboard-coding-system-handler):
3840         Never undefine coding system aliases.  Emergency fix for gnus.
3841
3842 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
3843
3844         * files.el (abbreviate-file-name): Use directory-sep-char instead
3845         of hard-coded "/".
3846
3847 2000-01-27  Hrvoje Niksic  <hniksic@iskon.hr>
3848
3849         * startup.el (user-init-file-base-list): New variable, replacing
3850         user-init-file-base.
3851         (find-user-init-file): New function.
3852         (command-line-early): Use it.
3853         (load-user-init-file): Ditto.
3854
3855 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3856
3857         * gutter-items.el (update-tab-in-gutter): Use proper locale when
3858         calling valid-image-instantiator-format-p
3859
3860 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
3861
3862         * isearch-mode.el (isearch-mode): The variable is
3863         isearch-unhidden-extents, not isearch-opened-extents.
3864
3865 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
3866
3867         * minibuf.el (next-history-element): Modify error message if a
3868         default value is available.
3869
3870 2000-01-26  Martin Buchholz  <martin@xemacs.org>
3871
3872         * bytecomp.el (byte-compile-file): Don't unconditionally write
3873         .elc files in binary - might contain non-Latin1.
3874
3875 2000-01-24  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3876
3877         * process.el (shell-quote-argument): Use (nt-quote-process-args)
3878         for windows-nt.
3879
3880         * version.el:
3881         * startup.el (user-init-file-base):
3882         * process.el (call-process-region):
3883         * files.el (make-backup-file-name):
3884         (backup-file-name-p):
3885         (file-relative-name):
3886         (abbreviate-file-name):
3887         (set-auto-mode):
3888         * code-process.el (call-process-region): Removed unnecessary
3889         branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
3890         support out of the universe.
3891
3892         * process.el:
3893         * code-process.el:
3894         * bytecomp.el (byte-compile-file): Removed reference to
3895         buffer-file-type, and commented usage of binary-process-output
3896         NTEmacs variables.
3897
3898 2000-01-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
3899
3900         * help.el (function-arglist): Add case for macro.
3901
3902 2000-01-22  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3903
3904         * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
3905         printers.
3906         (custom-display): Added a menu for printer/display tags.
3907
3908         * frame.el (frame-type):
3909         * device.el (device-type): Added 'msprinter to the doc string, and
3910         removed 'pc -- it is not going to be implemented ever.
3911         (call-device-method): Fixed docstring typo.
3912         Defined specifier tags 'printer and 'display.
3913
3914 2000-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
3915
3916         * lisp/itimer.el (itimer-run-expired-timers): (consp
3917           last-command-event-time) instead of (consp
3918           'last-command-event-time).
3919
3920 2000-01-21  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3921
3922         * msw-glyphs.el: Removed obsolete commentary.
3923
3924 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
3925
3926         * minibuf.el (read-file-name): Use abbreviate-file-name to produce
3927         better default value.
3928
3929 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
3930
3931         * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
3932         (read-string): Ditto.
3933         (eval-minibuffer): Ditto.
3934         (read-command): Ditto.
3935         (read-function): Ditto.
3936         (read-variable): Ditto.
3937         (read-number): Ditto.
3938         (read-shell-command): Ditto.
3939         (read-number): Record history.
3940
3941 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
3942
3943         * etags.el (find-tag-tag): Use DEFAULT of completing-read.
3944
3945 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
3946
3947         * faces.el (startup-initialize-custom-faces): New function.
3948         Reset all faces created during auto-autoloads loading time
3949         by defface.
3950         * startup.el (command-line): Call it.
3951
3952 2000-01-19  Yoshiki Hayashi  <yoshiki@xemacs.org>
3953
3954         * about.el (about-hackers): Add myself to contributors list.
3955
3956 2000-01-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3957
3958         * menubar-items.el (maybe-add-init-button): Removed an argument in
3959         a call to load-user-init-file, as the function managed to lose its
3960         formal parameter a few betas ago.
3961
3962 2000-01-18  Martin Buchholz <martin@xemacs.org>
3963
3964         * XEmacs 21.2.27 is released.
3965
3966 2000-01-18  Martin Buchholz  <martin@xemacs.org>
3967
3968         * process.el (shell-command-to-string): Use the FSF docstring.
3969         Make shell-command-to-string the standard function, and
3970         exec-to-string the (deprecated) alias.
3971
3972         * startup.el: typo fix.
3973
3974 2000-01-16  Martin Buchholz  <martin@xemacs.org>
3975
3976         * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
3977
3978 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3979
3980         * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
3981         buffers after visible buffers.
3982         (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
3983
3984 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3985
3986         * info.el (Info-extract-menu-node-name): Stop at a dot
3987         followed by whitespace or right parenthesis.
3988
3989 2000-01-15  Hrvoje Niksic  <hniksic@iskon.hr>
3990
3991         * info.el (Info-directory-list): Warn against using Customize with
3992         Info-directory-list.
3993
3994 2000-01-15  Adrian Aichner  <aichner@ecf.teradyne.com>
3995
3996         * minibuf.el (read-file-name): doc fix.
3997
3998         * autoload.el (update-file-autoloads): doc fix.
3999
4000         * about.el (about-hackers): Change my E-mail address.
4001
4002 2000-01-13  Martin Buchholz  <martin@xemacs.org>
4003
4004         * info.el (Info-visit-file): Just use the `f' interactive spec to
4005         read a filename in the standard way.
4006
4007 2000-01-13  Andy Piper  <andy@xemacs.org>
4008
4009         * gutter-items.el (gutter-buffers-tab-orientation): new variable.
4010         (gutter-buffers-tab-extent): new variable.
4011         (update-tab-in-gutter): call add-tab-to-gutter again if the
4012         orientation has changed.
4013         (add-tab-to-gutter): cope with different orientations.
4014
4015 2000-01-11  Didier Verna  <didier@xemacs.org>
4016
4017         * info.el (Info-following-node-name): backward-skip dots as well
4018         as spaces (dots at the end of a node name aren't part of it).
4019         (Info-extract-menu-node-name): don't skip dots. There could be
4020         some in the node name.
4021         (Info-index): allow dots to be part of a node name.
4022
4023 2000-01-12  Andreas Jaeger  <aj@suse.de>
4024
4025         * files.el (auto-mode-alist): Added idlwave-mode.
4026         Patch by Carsten Dominik <dominik@astro.uva.nl>.
4027
4028 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4029
4030         * info.el (Info-search): Show default value.
4031
4032 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4033
4034         * info.el (Info-read-node-completion-table): New variable.
4035         (Info-read-node-name-1): New function.
4036         (Info-read-node-name): Use it.
4037         (Info-follow-reference): Use DEFAULT argument of completing-read.
4038         (Info-menu): Ditto.
4039
4040 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4041
4042         * hyper-apropos.el (hyper-describe-key-briefly): Save
4043         window configuration.
4044         (hyper-describe-face): Use DEFAULT of completing-read.
4045         (hyper-apropos-read-variable-symbol): Ditto.
4046         (hyper-apropos-read-function-symbol): Ditto.
4047
4048 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4049
4050         * mule/mule-cmds.el (set-default-coding-system): Set
4051         comint-exec-hook to use coding-system-for-read and
4052         coding-system-for-write so that C-x RET c works.
4053
4054 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4055
4056         * minibuf.el (minibuffer-confirm-incomplete): Customize.
4057         (previous-matching-history-element): Increment
4058         minibuffer-max-depth by 1.
4059         (next-matching-history-element): Ditto.
4060
4061 2000-01-11  Andy Piper  <andy@xemacs.org>
4062
4063         * gutter-items.el (buffers-tab): Create a new face for the buffers
4064         tab.
4065         (buffers-tab-face): use it.
4066
4067 2000-01-10  Didier Verna  <didier@xemacs.org>
4068
4069         * modeline.el (modeline-scrolling-method): change modeline X
4070         cursor appearance according to the value.
4071
4072 2000-01-07  Andreas Jaeger  <aj@suse.de>
4073
4074         * about.el (about-hackers): Moved my entry to contributor list.
4075         (xemacs-hackers): Added myself.
4076         (about-maintainer-info): Added description of myself.
4077
4078
4079 2000-01-07  Didier Verna  <didier@xemacs.org>
4080
4081         * modeline.el (modeline-scrolling-method): new variable.
4082         (mouse-drag-modeline): add reference to it in the docstring.
4083         (mouse-drag-modeline): handle it.
4084
4085 2000-01-08  Andy Piper  <andy@xemacs.org>
4086
4087         * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
4088         calls.
4089         (remove-buffer-from-gutter-tab): ditto.
4090
4091 2000-01-06  Per Abrahamsen  <abraham@dina.kvl.dk>
4092
4093         * cus-edit.el (custom-hook-convert-widget): Fix comment.
4094         (custom-face-edit): Fix grammatical error in help message.
4095
4096 2000-01-03  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4097
4098         * movemail.el: Added.
4099
4100         * dumped-lisp.el (preloaded-file-list): Added movemail.el.
4101
4102 2000-01-03  Didier Verna  <didier@xemacs.org>
4103
4104         * modeline.el (mouse-drag-modeline): remove the code related to
4105         the modeline horizontal scrolling facility.
4106
4107 1999-12-31  Martin Buchholz <martin@xemacs.org>
4108
4109         * XEmacs 21.2.26 is released.
4110
4111 1999-12-28  Andy Piper  <andy@xemacs.org>
4112
4113         * wid-edit.el (widget-push-button-value-create): The gui cache
4114         does not agree with native widgets which can only be displayed
4115         once per window. The reasons for caching are diminished now that
4116         we don't hog resources when creating buttons.
4117         (widget-push-button-cache) deleted.
4118
4119 1999-12-24  Martin Buchholz <martin@xemacs.org>
4120
4121         * XEmacs 21.2.25 is released.
4122
4123 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4124
4125         * hyper-apropos.el (hyper-apropos): Toggle
4126         hyper-apropos-programming-apropos correctly.
4127         Set REGEXP when user accepts default value.
4128
4129 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4130
4131         * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
4132         (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
4133
4134 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4135
4136         * mule/mule-category.el (undefined-category-designator):
4137         Return char instead of character.  Search for undefined one.
4138         (describe-category): Use with-displaying-help-buffer.
4139
4140 1999-12-21  Martin Buchholz  <martin@xemacs.org>
4141
4142         * byte-optimize.el (byte-optimize-plus):
4143         Optimize (+ 1) to 1 instead of (1+ nil).
4144
4145         * files.el (basic-save-buffer): Rewrite for clarity.  Use (char-before).
4146
4147         * byte-optimize.el (byte-compile-butlast): Remove.  Use butlast instead.
4148
4149         * byte-optimize.el (byte-optimize-char-before): New function.
4150         Remove performance penalty for using (char-before) instead of (char-after).
4151
4152 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4153
4154         * mule/mule-category.el (char-category-list): Return character
4155         instead of integer.
4156
4157 1999-12-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4158
4159         * minibuf.el (read-buffer): Check default is buffer object.
4160
4161 1999-11-25  Andy Piper  <andy@xemacs.org>
4162
4163         * cus-edit.el (custom-buffer-create-buttons): Use native widgets
4164         for buttons.
4165
4166 1999-12-16  Andreas Jaeger  <aj@suse.de>
4167
4168         * package-get.el (package-get-maybe-save-index): Fixed typo.
4169         Patch by Jeff Miller <jmiller@smart.net>.
4170
4171 1999-12-13  Charles G Waldman  <cgw@alum.mit.edu>
4172
4173         * gnuserv.el (gnuserv-process-filter):  don't call
4174         gnuserv-write-to-client when gnuserv-current-client is nil
4175
4176 1999-12-14  Martin Buchholz <martin@xemacs.org>
4177
4178         * XEmacs 21.2.24 is released.
4179
4180 1999-12-12  Gunnar Evermann  <ge204@eng.cam.ac.uk>
4181
4182         * about.el (about-hackers): Update my email address.
4183
4184 1999-12-07  Martin Buchholz <martin@xemacs.org>
4185
4186         * XEmacs 21.2.23 is released.
4187
4188 1999-11-06  Jason R Mastaler  <jason@mastaler.com>
4189
4190         * package-get.el (package-get-download-sites): Removed several
4191         defunct download sites, added many new ones, and corrected a few
4192         incorrect directory-on-site entries.  Added physical locations to
4193         site-description.
4194
4195 1999-11-30  Gunnar Evermann  <ge204@eng.cam.ac.uk>
4196
4197         * finder.el (finder-commentary): add DOC string and fix
4198         interactive spec
4199
4200 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
4201
4202         * help.el (describe-function): Don't forget to intern the string
4203         completing-read returns.
4204         (describe-variable): Ditto.
4205
4206 1999-11-16  Adrian Aichner  <adrian@xemacs.org>
4207
4208         * hyper-apropos.el (hyper-apropos-this-symbol): Handle
4209         `hyper-apropos-help-mode' here to find symbol to customize
4210         irregardless of cursor position and simplify
4211         `hyper-apropos-set-variable', `hyper-apropos-find-function', and
4212         `hyper-apropos-popup-menu'.
4213
4214 1999-11-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4215
4216         * apropos.el (apropos-mode-map): Add return to call
4217         apropos-follow.
4218         (apropos-print): Call apropos-mode to have better
4219         command reference. Put keymap text-poperty to
4220         symbole name.
4221
4222 1999-11-22  Alastair Burt  <burt@dfki.de>
4223
4224         * help.el: (describe-bindings-1): Added handling of keymaps for
4225         the extents at point.
4226
4227 1999-12-02  Mark Thomas  <mthomas@jprc.com>
4228
4229         * gutter-items.el (buffers-tab-items): Wrap the function in a
4230         save-match-data
4231
4232 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
4233
4234         * help.el (describe-function): Use the DEFAULT argument to
4235         completing-read.
4236         (describe-variable): Ditto.
4237
4238 1999-11-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4239
4240         * minibuf.el (read-from-minibuffer): Add optional argument
4241         DEFAULT to have better mini-buffer history support.
4242         (completing-read): Pass default to read-from-minibuffer.
4243         (read-buffer): Pass default to completing-read.
4244
4245 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
4246
4247         * font-lock.el (font-lock-doc-string-face): Document the
4248         `font-lock-lisp-like' property.
4249
4250 1999-11-29  Hrvoje Niksic  <hniksic@iskon.hr>
4251
4252         * lisp-mode.el: Specify `font-lock-lisp-like'.
4253
4254         * font-lock.el (font-lock-lisp-like): New function.
4255         (font-lock-fontify-syntactically-region): Use it.
4256
4257 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
4258
4259         * XEmacs 21.2.22 is released
4260
4261 1999-11-28  Martin Buchholz <martin@xemacs.org>
4262
4263         * XEmacs 21.2.21 is released.
4264
4265 1999-11-18  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4266
4267         * minibuf.el (read-coding-system): Accept symbol and
4268         coding-system object as a default-coding-system.
4269
4270 1999-11-16  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4271
4272         * minibuf.el (read-coding-system): Accept symbol as
4273         a default-coding-system.
4274
4275 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4276
4277         * apropos.el (apropos-documentation): Use insert instead
4278         of princ.
4279
4280 1999-11-07  William M. Perry  <wmperry@aventail.com>
4281
4282         * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
4283           for the linux console.
4284
4285         * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
4286           stuff to work when you are not on a window system, since the GPM
4287           mouse support now allows pasting from outside of XEmacs.
4288
4289 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
4290
4291         * XEmacs 21.2.20 is released
4292
4293 1999-11-06  Hrvoje Niksic  <hniksic@iskon.hr>
4294
4295         * setup-paths.el (paths-default-info-directories): Add
4296         /usr/share/info and /usr/local/share/info.
4297
4298 1999-10-30  Hrvoje Niksic  <hniksic@srce.hr>
4299
4300         * about.el: Updated Vladimir Ivanovic's info.
4301
4302 11999-08-28  Jan Vroonhof  <vroonhof@math.ethz.ch>
4303
4304         * auto-show.el (auto-show-truncationp): Remove.
4305
4306         * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
4307
4308 999-09-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
4309
4310         * indent.el (indent-line-to): fix bug: spaces were not replaced
4311         with tab if column is multiple of tab-width
4312         From dhn@qedinc.com
4313
4314 1999-10-24  Jan Vroonhof  <vroonhof@math.ethz.ch>
4315
4316         * mule/mule-cmds.el (read-input-method-name): Accept symbols
4317         correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
4318
4319         * package-get.el (package-get-package-provider): Be verbose when
4320         interactive. Patch from Robert Pluim
4321
4322 1999-08-23  Mike McEwan  <mike@lotusland.demon.co.uk>
4323
4324         * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
4325         info file suffixes.
4326
4327 1999-08-19  Stephen Tse  <stephent@sfu.ca>
4328
4329         * process.el (open-network-stream): Add a new optional parameter
4330         PROTOCOL to support udp; fix a minor typo and add an explanation
4331         in docstring for udp programming.
4332
4333         * code-process.el (open-network-stream): Add a new optional
4334         parameter PROTOCOL to support udp; fix a minor typo and add an
4335         explanation in docstring for udp programming.
4336
4337 1999-10-18  Andy Piper  <andy@xemacs.org>
4338
4339         * gui.el (make-gui-button): be more precise about how we call
4340         callbacks.
4341
4342         * wid-edit.el (widget-push-button-value-create): Use the new form
4343         of native gui-button.
4344
4345 1999-10-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4346
4347         * info.el (Info-page-prev): Don't do (sit-for 0).
4348
4349 1999-10-13  Andy Piper  <andy@xemacs.org>
4350
4351         * gutter-items.el (progress-abort-glyph): new glyph for showing
4352         abort status.
4353         (append-progress): dispatch-event rather than sit-for.
4354         (abort-progress): new function. Show the abort glyph with an
4355         appropriate message.
4356         (raw-append-progress): dispatch-event rather than sit-for.
4357         (display-progress): cope with aborts.
4358
4359         * gui.el (make-gui-button): Use native widgets for buttons
4360         unconditionally.
4361         (insert-gui-button): ditto.
4362         (gui-button-p): ditto.
4363
4364         * xbm-button.el: remove from core.
4365
4366         * xpm-button.el: remove from core.
4367
4368 1999-10-07  Olivier Galibert  <galibert@pobox.com>
4369
4370         * faces.el (init-device-faces): Don't initialize the random faces
4371         on the stream device.
4372
4373 1999-10-06  Andy Piper  <andy@xemacs.org>
4374
4375         * files.el (recover-file): Don't use ls under windows for revert buffer.
4376
4377 1999-09-25  Adrian Aichner  <adrian@xemacs.org>
4378
4379         * package-get.el (package-get-download-menu): Make menu really
4380         toggle download sites.
4381         (package-get-download-sites): Add autoload cookie.
4382
4383 1999-09-29  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4384
4385         * setup-paths.el (paths-find-module-directory): Ditto.
4386
4387 1999-09-29  Werner Fink  <werner@suse.de>
4388
4389         * setup-paths.el (paths-find-exec-directory): Add missing nil
4390         parameter for environment.
4391
4392 1999-09-27  Martin Buchholz  <martin@xemacs.org>
4393
4394         * modeline.el (modeline-format):
4395         Only purecopy the strings.  Else
4396         (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
4397         barfs.
4398
4399 1999-08-28  Mike Woolley  <mike@bulsara.com>
4400
4401         * winnt.el: Removed nt-shell-mode-hook, which was preventing the
4402         user setting comint-completion-addsuffix and
4403         comint-process-echoes.
4404
4405 1999-09-22  Andy Piper  <andy@xemacs.org>
4406
4407         * gutter-items.el (update-tab-in-gutter): use
4408         last-nonminibuf-window instead of selected-window.
4409
4410 1999-09-18  Andy Piper  <andy@xemacs.org>
4411
4412         * gnuserv.el (gnuserv-edit-files): select frame we are going to
4413         display on.
4414
4415         * subr.el (record-buffer-hook): new variable so that the hook gets
4416         some documentation.
4417
4418 1999-09-16  Andy Piper  <andy@xemacs.org>
4419
4420         * gutter-items.el (update-tab-in-gutter): only update when the
4421         gutter is visible.
4422         (remove-buffer-from-gutter-tab): ditto.
4423
4424 1999-09-17  Hrvoje Niksic  <hniksic@srce.hr>
4425
4426         * simple.el (do-auto-fill): Commented out part of Kinsoku
4427         processing.
4428
4429 1999-09-14  Hrvoje Niksic  <hniksic@srce.hr>
4430
4431         * isearch-mode.el (isearch-highlightify-region): Give the
4432         highlighting extents a high priority.
4433         (isearch-make-extent): Give the main highlighting extent an even
4434         higher priority.
4435
4436 1999-09-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4437
4438         * packages.el (packages-compute-package-locations): Fix typo from
4439         -u rationalization.
4440
4441 1999-09-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4442
4443         * setup-paths.el (paths-find-doc-directory): Respect value of
4444         `configure-doc-directory.'
4445
4446         * find-paths.el (paths-find-architecture-directory): Give
4447         precendence `default' argument (which typically comes from
4448         configure).
4449
4450 1999-09-05  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4451
4452         * startup.el (command-line-early): Added options -user-init-file
4453         and -user-init-directory.
4454
4455         * files.el (user-init-file): Default to NIL so we can recognize
4456         when it's set.
4457
4458 1999-08-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4459
4460         * obsolete.el (init-file-user):
4461         * startup.el:
4462         * packages.el (packages-compute-package-locations):
4463         * package-get.el (package-get-user-index-filename):
4464         * menubar-items.el (maybe-add-init-button):
4465         * info.el (Info-annotations-path):
4466         * dump-paths.el:
4467         Change `user-init-directory' to be an absolute path.
4468         Use `user-init-directory' where appropriate.
4469         Zap `init-file-user' and its uses.
4470
4471 1999-09-09  Hrvoje Niksic  <hniksic@srce.hr>
4472
4473         * subr.el (copy-symbol): New function.
4474
4475 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
4476
4477         * isearch-mode.el (isearch-done): Be sure to restore invisible
4478         extents in the proper buffer.
4479         (isearch-pre-command-hook): Set this-command to the correct value
4480         in case the buffer has changed and old overriding-local-map was
4481         used.
4482         (isearch-restore-extent): Use remprop instead of setting the
4483         property to nil.
4484
4485 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
4486
4487         * cmdloop.el (execute-extended-command): Update zmacs region
4488         before the delay.
4489         (execute-extended-command): Make the message gettext-friendly.
4490
4491 1999-09-07  Andy Piper  <andy@xemacs.org>
4492
4493         * gutter-items.el (progress-gauge-glyph): renamed from
4494         progress-glyph.
4495         (progress-text-glyph): new variable.
4496         (progress-layout-glyph): use layouts and text glyphs.
4497         (progress-area-buffer): removed.
4498         (progress-text-and-extent): new variable.
4499         (progress-displayed-p): dynamically create gutter area buffer.
4500         (clear-progress): ditto.
4501         (raw-append-progress): ditto.
4502         (append-progress): use new glyph names.
4503         (raw-append-progress): only create the extent when needed. set
4504         properties more optimally.
4505         (progress): remove args.
4506
4507 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
4508
4509         * isearch-mode.el (isearch-range-invisible): Use mapc instead of
4510         mapcar where the return value is unused.
4511         (isearch-restore-invisible-extents): Ditto.
4512         (isearch-highlight-all-cleanup): Ditto.
4513         (isearch-delete-extents-in-range): Traverse the extents only once.
4514         (isearch-highlight-all-update): Don't start over if the search
4515         string has changed and more input is pending.
4516
4517 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
4518
4519         * packages.el (packages-find-package-data-path): Ditto.
4520
4521         * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
4522
4523         * subr.el (mapc-internal): Don't make obsolete.
4524
4525         * cl-extra.el (mapc): Resurrect.
4526
4527 1999-09-03  Hrvoje Niksic  <hniksic@srce.hr>
4528
4529         * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
4530         alias.
4531
4532         * isearch-mode.el (isearch-top-state): Restore isearch-word.
4533         (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
4534         (isearch-yank-clipboard): Use get-clipboard instead of
4535         x-get-clipboard.
4536         (isearch-yank-selection): Fix docstring.
4537
4538 1999-09-02  Martin Buchholz  <martin@xemacs.org>
4539
4540         * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
4541
4542 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
4543
4544         * cl-macs.el (extent-start-position): Fix setf method.
4545         (extent-end-position): Ditto.
4546
4547 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
4548
4549         * isearch-mode.el: End merge with FSF 20.4.
4550
4551         * isearch-mode.el (search-invisible): New variable.
4552         (isearch-hide-immediately): Ditto.
4553         (isearch-unhidden-extents): Ditto.
4554         (isearch-range-invisible): New function.
4555         (isearch-unhide-extent): Ditto.
4556         (isearch-restore-invisible-extents): Ditto.
4557         (isearch-restore-extent): Ditto.
4558
4559         * isearch-mode.el (isearch-ring-advance-edit): Use FSF
4560         implementation.
4561         (isearch-ring-retreat-edit): Ditto.
4562         (isearch-forward): New argument NO-RECURSIVE-EDIT.
4563         (isearch-forward-regexp): New arguments NOT-REGEXP and
4564         NO-RECURSIVE-EDIT.
4565         (isearch-backward): New argument NO-RECURSIVE-EDIT.
4566         (isearch-backward-regexp): New arguments NOT-REGEXP and
4567         NO-RECURSIVE-EDIT.
4568         (isearch-mode): Return isearch-success.
4569         (isearch-update): Use unread-command-events instead of
4570         unread-command-event.
4571         (isearch-abort): If an invalid regexp is encountered, keep popping
4572         states.
4573         (isearch-*-char): Use FSF implementation.
4574         (isearch-whitespace-chars): Use the more robust FSF's
4575         implementation.
4576         (isearch-within-brackets): New variable.
4577         (isearch-mode): Initialize it.
4578         (isearch-edit-string): Bind it.
4579         (isearch-search-and-update): Set it.
4580         (isearch-push-state): Push it.
4581         (isearch-top-state): Pop it.
4582         (isearch-search): Set it.
4583         (isearch-printing-char): When called by isearch-whitespace-chars,
4584         handle M-SPC gracefully.
4585         (isearch-message-prefix): New argument ELLIPSIS.
4586         (isearch-message-suffix): Ditto.
4587         (isearch-message): Use the ELLIPSIS argument when calling
4588         isearch-message-prefix and isearch-message-suffix.
4589         (isearch-message-prefix): Distinguish between "wrapped" and
4590         "overwrapped" search, FWIW.
4591
4592 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
4593
4594         * isearch-mode.el (isearch-edit-string): Use the head of the
4595         search ring instead of search-last-string and search-last-regexp.
4596         (search-highlight): Renamed from isearch-highlight.
4597         (isearch-exit): Use the new name.
4598         (isearch-highlight): Ditto.
4599         (isearch-dehighlight): Ditto.
4600         (isearch-update-ring): New function.
4601         (isearch-done): Call it.
4602         (isearch-done): New argument EDIT.
4603         (isearch-repeat): If search string is empty, look up at the car of
4604         the search ring; ignore the yank pointer.
4605         (isearch-abort): Call isearch-done with NOPUSH.
4606         (isearch-cancel): New function.
4607         (isearch-mode-map): Bind it to ESC ESC ESC.
4608
4609         * isearch-mode.el: Begin merge with FSF 20.4.
4610
4611 1999-09-01  Andy Piper  <andy@xemacs.org>
4612
4613         * x-select.el (x-get-clipboard): obsolete.
4614         (x-yank-clipboard-selection): obsolete
4615
4616         * select.el (disown-selection): need to be careful to disown the
4617         clipboard if we set it via selection.
4618         (get-clipboard): move from x-select.el
4619         (yank-clipboard-selection): ditto.
4620
4621 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
4622
4623         * isearch-mode.el (isearch-exit): Bind isearch-highlight and
4624         isearch-highlight-all-matches to nil.
4625         (isearch-fixed-case): New variable.
4626         (isearch-mode): Initialize it.
4627         (isearch-edit-string): Save it.
4628         (isearch-toggle-case-fold): Set it.
4629         (isearch-fix-case): Make sure isearch-toggle-case-fold works --
4630         need to check isearch-fixed-case.
4631         (isearch-toggle-case-fold): Update highlighting of all matches
4632         before the pause.
4633         (isearch-edit-string):
4634
4635 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
4636
4637         * isearch-mode.el (isearch-edit-string): Call isearch-message
4638         before reading the event so that the prompt is displayed properly.
4639         (isearch-message): Use isearch-nonincremental when calling
4640         isearch-message-prefix.
4641         (minibuffer-local-isearch-map): Bind up and down to do the same as
4642         M-p and M-n respectively.
4643         (isearch-done): New arg NOPUSH.
4644         (isearch-edit-string): Use it.
4645         (isearch-edit-string): Don't bind isearch-string.
4646         (isearch-ring-adjust): Edit string, *then* push state.
4647
4648 1999-08-31  Hrvoje Niksic  <hniksic@srce.hr>
4649
4650         * faces.el (isearch-secondary): Make isearch-secondary look
4651         different than default.
4652
4653 1999-08-30  Hrvoje Niksic  <hniksic@srce.hr>
4654
4655         * isearch-mode.el (isearch-yank): Use progn instead of the inner
4656         save-excursion.
4657         (isearch-dehighlight): Remove TOTALLY.  Simplify.
4658         (isearch-update): Call isearch-dehighlight without arguments.
4659         (isearch-done): Ditto.
4660
4661         * isearch-mode.el (isearch-fix-case): If the search string has no
4662         upper-case letters, allow the folding to be reenabled.
4663         Previously, once disabled, the folding would remain that way until
4664         the end of isearch.
4665         (isearch-top-state): Call isearch-fix-case.
4666
4667         * isearch-mode.el (isearch-yank): Use progn instead of the inner
4668         save-excursion.
4669         (isearch-dehighlight): Remove TOTALLY.  Simplify.
4670
4671 1999-08-31  Jan Vroonhof  <jan@xemacs.org>
4672
4673         * xpm-button.el:
4674         xbm-button.el: Need to exist in core because gui.el depends on
4675         them.
4676
4677 1999-08-31  Andy Piper  <andy@xemacs.org>
4678
4679         * gutter-items.el (buffers-tab-face): new customizable variable.
4680         (buffers-tab-default-buffer-line-length): new specifier for
4681         maximum viewable characters.
4682         (progress-stack): new variable for implementing widget-based
4683         progress messages.
4684         (progress-area-buffer): ditto.
4685         (progress-glyph-height): ditto.
4686         (progress-stop-callback): ditto.
4687         (progress-quit-function): new function.
4688         (progress-glyph): new variable.
4689         (progress-layout-glyph): ditto.
4690         (progress-displayed-p): new function, see message-displayed-p for
4691         details.
4692         (clear-progress): ditto.
4693         (remove-progress): ditto.
4694         (append-progress): ditto.
4695         (raw-append-progress): ditto.
4696         (display-progress): ditto.
4697         (current-progress): ditto.
4698         (current-progress-label): ditto.
4699         (progress): ditto.
4700         (lprogress): ditto.
4701
4702
4703 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
4704
4705         * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
4706
4707         * isearch-mode.el (isearch-yank-x-selection): Renamed to
4708         `isearch-yank-selection'.
4709         (isearch-mode-map): Use it.
4710         (isearch-yank-selection): Use `get-selection' instead of
4711         `get-x-selection'.
4712
4713 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
4714
4715         * faces.el (isearch-secondary): Create face here.
4716
4717         * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
4718         timers.
4719
4720 1999-08-27  Hrvoje Niksic  <hniksic@srce.hr>
4721
4722         * subr.el (buffer-string): More robust backward compatibility
4723         check, courtesy William Perry.
4724
4725 1999-08-26  Hrvoje Niksic  <hniksic@srce.hr>
4726
4727         * replace.el (perform-replace): Stop the search after the search
4728         limit has been reached.
4729
4730 1999-08-23  Andy Piper  <andy@xemacs.org>
4731
4732         * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
4733         here if we don't have one.
4734
4735 1999-08-15  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
4736
4737         * ldap.el (ldap-coding-system): Default to nil until we get
4738         efficient UTF8 support
4739         (ldap-decode-string): Guard against `decode-coding-string' not
4740         being defined
4741         (ldap-encode-string): Guard against `encode-coding-string' not
4742         being defined
4743
4744 1999-08-23  Didier Verna  <didier@xemacs.org>
4745
4746         * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
4747         Some doc strings improvements, and add a star to the `interactive'
4748         calls.
4749
4750 1999-08-18  Stef Epardaud  <stef@lunatech.com>
4751
4752         * font-lock.el (java-font-lock-keywords-3): introduced new
4753         keywords and regexpes for javadoc syntax 1.2.
4754
4755 1999-08-17  Andy Piper  <andy@xemacs.org>
4756
4757         * gutter-items.el (buffers-tab-format-buffer-line-function): use
4758         format-buffers-tab-line.
4759         (buffers-tab-max-buffer-line-length): new variable.
4760         (format-buffers-tab-line): new function. truncate names if over
4761         buffers-tab-max-buffer-line-length.
4762
4763 1999-08-13  Charles G Waldman  <cgw@fnal.gov>
4764
4765         * cus-start.el: Customize the variable `bell-inhibit-time'.
4766
4767 1999-08-16  Andy Piper  <andy@xemacs.org>
4768
4769         * gutter-items.el (remove-buffer-from-gutter-tab): take a
4770         brute-force approach to deleting the last buffer.
4771         (buffers-tab-grouping-regexp): new customizable variable.
4772         (select-buffers-tab-buffers-by-mode): use it.
4773
4774 1999-08-13  Andy Piper  <andy@xemacs.org>
4775
4776         * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
4777         deletion problem.
4778
4779 1999-07-30  Didier Verna  <didier@xemacs.org>
4780
4781         * cus-edit.el (custom-save-variables): I said, use prin1 instead
4782         of princ to output symbols.
4783         (custom-save-face-internal): ditto.
4784         (custom-save-resets): ditto.
4785
4786 1999-08-09  Didier Verna  <didier@xemacs.org>
4787
4788         * gutter-items.el (select-buffers-tab-buffers-by-mode): use
4789         `regexp-quote' to protect the major mode name for use as a regular
4790         expression (c++ needs this for instance).
4791
4792 1999-08-08  Andy Piper  <andy@xemacs.org>
4793
4794         * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
4795         cope with similar mode names.
4796
4797         * gutter-items.el (buffers-tab-selection-function): new selection
4798         function.
4799         (select-buffers-tab-buffers-by-mode): new function.
4800         (buffers-tab-items): use it if set to only display buffers in the
4801         tab in the current buffer's group..
4802         (update-tab-in-gutter): use new api.
4803         (remove-buffer-from-gutter-tab): ditto.
4804
4805         * gutter-items.el (buffers-tab-max-size): set custom selection
4806         default to 6.
4807         (buffers-tab-switch-to-buffer): just switch window if the window is visible.
4808         (add-tab-to-gutter): set face as default.
4809
4810 1999-07-07  Jan Vroonhof  <jan@xemacs.org>
4811
4812         * faces.el (frob-face-property): Merge the fall-back specifier
4813         with the target, not replace it.
4814
4815 1999-08-05  Andy Piper  <andy@xemacs.org>
4816
4817         * gutter-items.el (update-tab-in-gutter): add frame argument for
4818         buffer-items.
4819         (update-tab-in-gutter): use it.
4820
4821         * gutter-items.el (record-buffer-hook): set.
4822
4823         * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
4824         change.
4825         (switch-to-buffer-hook) deleted.
4826
4827 1999-08-04  Andy Piper  <andy@xemacs.org>
4828
4829         * gutter-items.el (update-tab-in-gutter): make sure this will work
4830         as an argument to create-frame-hook.
4831
4832 1999-07-30  Hrvoje Niksic  <hniksic@srce.hr>
4833
4834         * isearch-mode.el: Modified Bob and Darryl's code to use itimers
4835         instead of timer emulation.
4836
4837 1999-07-30  Darryl Okahata  <darrylo@sonic.net>
4838
4839         * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
4840         Emacs isearch enhancements.
4841
4842 1999-07-28  Andy Piper  <andy@xemacs.org>
4843
4844         * gutter-items.el (add-tab-to-gutter): put in specifier specs for
4845         all devices that support tab controls.
4846         (remove-buffer-from-gutter-tab): new function. to be used as a
4847         value for kill-buffer-hook.
4848
4849 1999-07-21  Sean MacLennan  <seanm@storm.ca>
4850
4851         * auto-show.el (auto-show-truncationp): changed to match
4852         `window_translation_on'
4853
4854 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
4855
4856         * XEmacs 21.2.19 is released
4857
4858 1999-07-28  SL Baur  <steve@miho>
4859
4860         * code-files.el (insert-file-contents): Fix docstring.
4861         revert previous change.
4862
4863 1999-07-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4864
4865         * fill.el (fill-region-as-paragraph): Change re-break-point to
4866         contain word-across-newline plus one character so that filling
4867         Japanese and Chinese works as desired.
4868         * simple.el (do-auto-fill): Ditto.
4869
4870 1999-07-26  SL Baur  <steve@miho>
4871
4872         * mule/japanese.el ("Japanese"): Do not specify a default input
4873         method.
4874         Suggested by MORIOKA Tomohiko  <tomo@etl.go.jp>
4875
4876 1999-07-23  Jan Vroonhof  <vroonhof@math.ethz.ch>
4877
4878         * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
4879         able to use cl-macs macro in early lisp.
4880
4881 1999-07-23  Jan Vroonhof  <jan@xemacs.org>
4882
4883         * custom.el:
4884         * cus-face.el:
4885         * cus-edit.el:
4886                 Massive custom Theme API changes.
4887
4888 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
4889
4890         * code-files.el (insert-file-contents): Regard
4891         coding-system-magic-cookie if `coding-system-for-read' is nil.
4892
4893 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
4894
4895         * mule/thai-xtis.el: Add coding: local variable, to avoid
4896         bootstrapping problem with C locale.
4897
4898 1999-07-22  Andy Piper  <andy@xemacs.org>
4899
4900         * dumped-lisp.el (preloaded-file-list): guard against putting
4901         gutter-items in a less than functional XEmacs.
4902         * gutter-items.el: put call to `add-tab-to-gutter' back in.
4903
4904 1999-07-18  Bob Weiner  <weiner@beopen.com>
4905
4906         * fill.el (fill-context-prefix): Fixed bug that prevented the
4907         setting of an adaptive fill prefix when the `dont-skip-first' was
4908         t.
4909
4910 1999-07-22  SL Baur  <steve@miho>
4911
4912         * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
4913
4914 1999-06-25  Karl M. Hegbloom  <karlheg@debian.org>
4915
4916         * files.el (interpreter-mode-alist): add `make', `guile', and
4917         `emacs' entries. (#!/usr/bin/make -f ought to send a file into
4918         makefile-mode, guile is a scheme, and someday XEmacs will be
4919         modular enough to use as an efficient scripting tool.)
4920
4921 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
4922
4923         * mule/mule-cmds.el (reset-language-environment): Regard
4924         coding-category `utf-8' and `ucs-4' if they are available.
4925
4926 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
4927
4928         * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
4929         (prefer-coding-system): Fix DOC-string.
4930
4931         * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
4932         DOC-string too.
4933
4934         * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
4935         Mule.
4936         (coding-system-change-eol-conversion): Fix DOC-string.
4937
4938 1999-06-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
4939
4940         * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
4941         instead of `list-coding-system'.
4942
4943 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4944
4945         * menubar-items.el (default-menubar): `select-input-method' was
4946         renamed to `set-input-method'.
4947
4948         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
4949         "Set Language Environment" menu.
4950
4951         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
4952         "Describe Language Support" menu.
4953
4954 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4955
4956         * mule/chinese.el ("Chinese-GB"): Rename
4957         `chinese-gb-environment-setup-function' to
4958         `setup-chinese-gb-environment-internal'.
4959
4960 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4961
4962         * mule/korean.el: Use `define-coding-system-alias' instead of
4963         `copy-coding-system'.
4964
4965 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4966
4967         * mule/mule-cmds.el (set-language-environment-coding-systems):
4968         Treat duplicated coding-categories.
4969
4970 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4971
4972         * mule/japanese.el: Use `define-coding-system-alias' instead of
4973         `copy-coding-system'.
4974
4975 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4976
4977         * mule/vietnamese.el: Specify `iso-8-1' as a category of
4978         coding-system `viscii'.
4979
4980 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4981
4982         * mule/cyrillic.el:
4983         - Specify `iso-8-1' as a category of coding-system `koi8-r'.
4984         (cyrillic-alternativnyj-decode-table): New variable.
4985         (cyrillic-alternativnyj-encode-table): New variable.
4986         - Specify `iso-8-1' as a category of coding-system
4987           `alternativnyj'.
4988         - Abolish general Cyrillic environment.
4989
4990 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4991
4992         * mule/chinese.el:
4993         - Use `define-coding-system-alias' instead of `copy-coding-system'.
4994         - Register `chinese-gb-environment-setup-function' as a
4995           `setup-function' of "Chinese-GB" environment.
4996
4997 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4998
4999         * mule/mule-cmds.el (set-language-info-alist): Allow dummy
5000         optional argument `parents'.
5001
5002         * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
5003         property for Thai-XTIS.
5004
5005         * mule/mule-help.el (help-with-tutorial): Use property
5006         `tutorial-coding-system' of language-info as a coding-system to
5007         read tutorial file.
5008
5009 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
5010
5011         * mule/thai-xtis.el: Don't setup `setup-function' and
5012         `exit-function'.
5013
5014         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
5015         `set-coding-category-system' to set up coding-system for
5016         coding-category.
5017
5018         * mule/mule-cmds.el (prefer-coding-system): Use
5019         `set-coding-category-system' to set up coding-system for
5020         coding-category.
5021
5022 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
5023
5024         * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
5025         Thai-XTIS environment.
5026
5027         * mule/mule-cmds.el (prefer-coding-system): Use
5028         `find-coding-system' instead of `coding-system-p'.
5029
5030 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
5031
5032         * mule/mule-cmds.el (set-language-environment-coding-systems):
5033         Modify eol-type for XEmacs.
5034
5035         * mule/thai-xtis.el: Delete unused local variable `category'.
5036
5037         * mule/mule-cmds.el (coding-system-change-eol-conversion): New
5038         function.
5039         (prefer-coding-system): Don't call
5040         `update-coding-systems-internal'; use function
5041         `coding-category-list' instead of variable `coding-category-list';
5042         use `set-coding-priority-list' instead of `set-coding-priority';
5043         modify `eol-type' for XEmacs.
5044
5045         * mule/mule-misc.el (string-width): Use `charset-width' instead of
5046         `charset-columns'.
5047         (char-width): Likewise.
5048
5049 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
5050
5051         * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
5052         `tis-620'.
5053
5054         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
5055         `set-coding-priority-list' instead of `set-coding-priority'; don't
5056         call `update-coding-systems-internal'.
5057
5058         * mule/mule-misc.el (coding-system-get): New function.
5059         (coding-system-put): New function.
5060         (coding-system-category): New function.
5061
5062 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
5063
5064         * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
5065         when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
5066         to avoid conflict with leim/quail/thai-xtis.
5067
5068         * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
5069         to thai-xtis-chars.el.
5070
5071         * mule/thai-xtis-chars.el: New file (split from
5072         mule/thai-xtis.el).
5073
5074 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
5075
5076         * mule/thai-xtis.el:
5077         - Change category for the charset `thai-xtis' to `?x' from `?T'.
5078         - Add syntax entries.
5079         - Put `preferred-coding-system' of the charset `thai-xtis' to
5080           `tis-620'.
5081
5082 1999-06-28  TAKAHASHI Naoto  <ntakahas@etl.go.jp>
5083
5084         * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
5085         rewritten to use write-multibyte-character.
5086
5087 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
5088
5089         mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
5090         of `iso-2022-7'.
5091         (prefer-coding-system): Synced up with Emacs 20.3.11 but not
5092         ported yet.
5093         (read-input-method-name): Treat optional argument `default'.
5094
5095 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
5096
5097         * mule/mule-cmds.el (set-language-info): Don't set up menus at
5098         all.
5099         (set-language-info-alist): Set up menus here.
5100
5101 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
5102
5103         * minibuf.el (completing-read): Add new optional argument
5104         `default'.
5105         (read-coding-system): Add new optional argument
5106         `default-coding-system'.
5107
5108 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
5109
5110         * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
5111         (viet-viscii-...->viet-vscii...).
5112
5113 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
5114
5115         * mule/mule-cmds.el: Change MULE to Mule in docstrings
5116         and menus.
5117
5118 1999-04-12  Richard M. Stallman  <rms@gnu.org>
5119
5120         * mule/mule-cmds.el (input-method-function): Add permanent-local
5121         property.
5122
5123 1999-03-30  Dave Love  <fx@gnu.org>
5124
5125         * mule/mule-cmds.el (current-language-environment): Doc fix.
5126
5127 1999-02-06  Richard Stallman  <rms@gnu.org>
5128
5129         * mule/european.el (setup-slovenian-environment): New function.
5130         ("Slovenian"): New language environment.
5131
5132 1999-01-27  Dave Love  <fx@gnu.org>
5133
5134         * mule/mule-cmds.el (current-language-environment): Provide :link,
5135         :type (choices) and appropriate :get.
5136
5137 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
5138
5139         * mule/mule-cmds.el (describe-language-environment): Don't alter
5140         input-method-alist.
5141
5142 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
5143
5144         * mule/mule-cmds.el (prefer-coding-system): Call
5145         set-coding-priority, so that the internal array of priorities is
5146         also updated.
5147
5148 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
5149
5150         * mule/mule-cmds.el (prefer-coding-system): If the argument
5151         requires specific EOL conversion type, make the default coding
5152         systems use that.
5153
5154 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
5155
5156         * mule/mule-cmds.el (set-language-environment): Pass the default
5157         eol-type to set-language-environment-coding-systems.
5158         (set-default-coding-systems): Copy the eol-type property for the
5159         new default values of {buffer-file,process}-coding-system from the
5160         old defaults.
5161         (set-language-environment-coding-systems): Accept an optional
5162         argument EOL-TYPE, and set the eol-type property of the default
5163         coding systems accordingly.
5164
5165 1998-10-26  Kenichi Handa <handa@etl.go.jp>
5166
5167         * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
5168         use generate-new-buffer instead of get-buffer-create.
5169
5170 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
5171
5172         * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
5173
5174 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
5175
5176         * mule/mule-cmds.el (default-input-method): Fix custom type.
5177
5178 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
5179
5180         * mule/mule-cmds.el (setup-specified-language-environment):
5181         Add apropos-inhibit property.
5182         (describe-specified-language-support): Likewise.
5183
5184 1998-09-06  Bill Richter  <richter@math.nwu.edu>
5185
5186         * mule/mule-cmds.el: Doc fixes.
5187
5188 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
5189
5190         * mule/mule-cmds.el (register-input-method): Doc-string
5191         modified.
5192
5193 1998-09-01  Dave Love  <fx@gnu.org>
5194
5195         * mule/mule-cmds.el (current-language-environment): Fix
5196         setter function.
5197
5198 1998-08-31  Paul Eggert  <eggert@twinsun.com>
5199
5200         * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
5201         mule/european.el, mule/hebrew.el, mule/japanese.el,
5202         mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
5203         avoid bootstrapping problem if you need to recompile all the Lisp
5204         files using interpreted code.
5205
5206 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
5207
5208         * mule/european.el ("Latin-1"): Modify `documentation' key value.
5209         ("Latin-2"): Likewise.
5210
5211 1998-08-18  Per Starback  <starback@update.uu.se>
5212
5213         * mule/european.el (setup-latin2-environment): Fix typo.
5214
5215 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
5216
5217         * mule/european.el: Give proper value of `input-method' key to all
5218         lang. env.
5219
5220         * mule/mule-cmds.el (activate-input-method): Handle the case that
5221         the arg INPUT-METHOD is nil correctly.
5222         (read-multilingual-string): Activate the specified input method
5223         before calling read-string.  Afterward, activate the original
5224         input method.
5225
5226 1998-08-15  Kenichi HANDA  <handa@etl.go.jp>
5227
5228         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
5229         (set-language-info-alist): Fix typo in doc-string.
5230
5231         * mule/hebrew.el ("Hebrew"): Delete describe-function key.
5232
5233 1998-08-09  Kenichi HANDA  <handa@etl.go.jp>
5234
5235         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
5236         (reset-language-environment): New function for the job that
5237         setup-english-environment used to do.
5238         (set-language-environment): Do more setups according to the info
5239         in language-info-alist.
5240         (read-language-name): Handle the case that the arg KEY is nil.
5241         (describe-language-environment): Handle input-method property.
5242
5243         * mule/: All files under this directory, which related with
5244         specific languages (such as mule/european.el, mule/greek.el,
5245         mule/hebrew.el, mule/misc-lang.el), modified as below.
5246         (setup-XXX-environment): Just call set-language-environment.  If
5247         they used to do some other jobs than what done by
5248         set-language-environment, those jobs are done in
5249         setup-XXX-environment-internal now.
5250         ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
5251         the value to setup-XXX-environment-internal.  Add properties
5252         input-method and features.
5253
5254         * mule/english.el (setup-english-environment): Just call
5255         reset-language-environment.
5256
5257         * mule/european.el (setup-8-bit-environment): Function deleted.
5258
5259 1998-08-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
5260
5261         * mule/mule-cmds.el (input-method-exit-on-first-char)
5262         (input-method-use-echo-area): Doc fixes.
5263
5264 1998-08-06  Kenichi Handa  <handa@etl.go.jp>
5265
5266         * mule/mule-cmds.el (input-method-exit-on-first-char): New
5267         variable.
5268         (input-method-use-echo-area): New variable.
5269
5270 1998-08-01  Kenichi HANDA  <handa@etl.go.jp>
5271
5272         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
5273
5274 1998-07-30  Ken'ichi Handa  <handa@delysid.gnu.org>
5275
5276         * mule/mule-cmds.el (activate-input-method): Update mode line.
5277         (inactivate-input-method): Likewise.
5278
5279 1998-07-19  Kenichi Handa  <handa@etl.go.jp>
5280
5281         * mule/mule-cmds.el (read-multilingual-string): Don't activate an
5282         input method in the current buffer, but just bind
5283         current-input-method.
5284
5285 1998-07-08  Kenichi Handa  <handa@etl.go.jp>
5286
5287         * mule/hebrew.el ("Hebrew"): Add coding-priority.
5288
5289         * mule/misc-lang.el ("IPA"): Add coding-priority and
5290         coding-system.
5291
5292 1998-06-26  Ken'ichi Handa  <handa@melange.gnu.org>
5293
5294         * mule/greek.el: Add coding-priority.
5295
5296 1998-05-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
5297
5298         * mule/mule-cmds.el (register-input-method): Rename arg ENV to
5299         LANG-ENV.
5300
5301 1998-05-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
5302
5303         * mule/mule-cmds.el (register-input-method): Fix previous change.
5304         (setup-specified-language-environment): Doc fix.
5305
5306 1998-05-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
5307
5308         * mule/mule-cmds.el: Several doc fixes.
5309         (get-language-info, set-language-info): Rename argument.
5310         (set-language-info-alist): Likewise.
5311         (register-input-method): Rename argument.
5312         (activate-input-method): If INPUT-METHOD is nil, deactivate.
5313
5314 1998-05-04  Kenichi Handa  <handa@etl.go.jp>
5315
5316         * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
5317         default value while reading an input method.
5318
5319 1998-05-01  Kenichi Handa  <handa@etl.go.jp>
5320
5321         * mule/mule-cmds.el (universal-coding-system-argument):
5322         Use buffer-file-coding-system as default.
5323
5324 1998-04-14  Andreas Schwab  <schwab@mescaline.gnu.org>
5325
5326         * mule/korean.el ("Korean"): Doc fix.
5327
5328 1998-04-11  Kenichi Handa  <handa@etl.go.jp>
5329
5330         * mule/mule-cmds.el (describe-language-environment): Print the
5331         languge environment at the head.
5332
5333 1998-04-06  Kenichi Handa  <handa@etl.go.jp>
5334
5335         * mule/japanese.el: Set exit-function to exit-japanese-environment
5336         for Japanese environment.
5337
5338 1998-03-20  Richard Stallman  <rms@psilocin.gnu.org>
5339
5340         * mule/mule-cmds.el (set-language-environment): Doc fix.
5341         (current-language-environment): Use defcustom.
5342         (default-input-method): Specify :type.
5343
5344 1998-03-02  Kenichi Handa  <handa@etl.go.jp>
5345
5346         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
5347         modified.
5348         (prefer-coding-system): Doc-string modified.
5349
5350 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
5351
5352         * mule/mule-cmds.el (set-language-info): Doc-string
5353         describes `coding-priority' KEY.
5354         (set-language-environment-coding-systems): New function.
5355         (select-safe-coding-system): New function.
5356         (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
5357         (set-language-info-alist): New optionla arg PARENTS.  Call
5358         set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
5359         (set-language-environment-coding-systems): New function.
5360
5361         * mule/chinese.el: Remove setting up of
5362         describe-chinese-environment-map and
5363         setup-chinese-environment-map.  Exclude them in args of calls to
5364         set-language-info-alist.  Register coding-priority key in
5365         language-info-alist.
5366
5367         * mule/cyrillic.el: Remove setting up of
5368         describe-cyrillic-environment-map and
5369         setup-cyrillic-environment-map.  Exclude them in args of calls to
5370         set-language-info-alist.  Register coding-priority key in
5371         language-info-alist.
5372
5373         * mule/english.el: Register coding-priority key in
5374         language-info-alist.
5375
5376         * mule/ethiopic.el: Register coding-priority key in
5377         language-info-alist.
5378
5379         * mule/european.el: Remove setting up of
5380         describe-european-environment-map and
5381         setup-european-environment-map.  Exclude them in args of calls to
5382         set-language-info-alist.  Register coding-priority key in
5383         language-info-alist.  Add "German" language env.
5384         (setup-8-bit-environment): Delete CODING-SYSTEM arg.
5385         (setup-german-environment): New function.
5386
5387         * mule/greek.el (setup-greek-environment): For Greek lang. env.,
5388         change default input method to "greek-postfix".
5389
5390         * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
5391         coding-priority key in
5392
5393 1997-12-19  Stephen Eglen  <stephen@cns.ed.ac.uk>
5394
5395         * mule/mule-cmds.el (set-language-info): Doc fix.
5396         (input-method-inactivate-hook): Doc fix.
5397
5398 1997-11-20  Karl Heuer  <kwzh@gnu.org>
5399
5400         * mule/mule-cmds.el (set-input-method): Renamed from
5401         select-input-method.
5402
5403 1997-11-07  Kenichi Handa  <handa@etl.go.jp>
5404
5405         * mule/mule-cmds.el (set-language-environment): Run
5406         exit-language-environment-hook before calling `exit-function'
5407         which is specified for the language environment.
5408
5409 1997-10-23  Kenichi Handa  <handa@etl.go.jp>
5410
5411         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
5412         modified.
5413         (prefer-coding-system): Likewise.
5414         (describe-language-environment): Print aliases of each coding
5415         system.
5416         (set-language-environment-hook): New variable.
5417         (exit-language-environment-hook): New variable.
5418         (set-language-environment): Call these hooks.  Before setting a
5419         new language environment, exit from the
5420         current-language-environment if necessary.
5421         (input-method-verbose-flag): The value can be nil, t,
5422         complex-only, or default.
5423         (input-method-highlight-flag): Doc-string augmented.
5424         (activate-input-method): Check if we can run the registered
5425         function to activate an input method.
5426
5427         * mule/korean.el: Set exit-function for language environment
5428         "Korean" to exit-korean-environment.
5429         (setup-korean-environment): Moved to korea-util.el.
5430
5431 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
5432
5433         * mule/mule-cmds.el (read-multilingual-string): Use
5434         current-input-method prior to default-input-method.  Don't bind
5435         current-input-method by `let', instead, activate the specified
5436         input method in the current buffer temporarily.
5437
5438 1997-10-19  John F. Whitehead  <jfw@cisco.com>
5439
5440         * mule/mule-cmds.el (describe-language-environment): Fix prompt.
5441
5442 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
5443
5444         * mule/chinese.el (post-read-decode-hz): Return the result of
5445         decode-hz-region.
5446         (pre-write-encode-hz): Do not change the value of
5447         last-coding-system.
5448
5449 1998-09-06  Bill Richter  <richter@math.nwu.edu>
5450
5451         * mule/mule-ccl.el: Doc fixes.
5452
5453 1998-04-20  Kenichi Handa  <handa@etl.go.jp>
5454
5455         * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
5456         (check-ccl-program): New macro.
5457
5458 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
5459
5460         * mule/mule-ccl.el: Comment about CCL syntax modified.
5461         (ccl-command-table): Add read-multibyte-character and
5462         write-multibyte-character.
5463         (ccl-code-table): Add ex-cmd.
5464         (ccl-extended-code-table): New variable.
5465         (ccl-embed-extended-command): New function.
5466         (ccl-compile-read-multibyte-character,
5467         ccl-compile-write-multibyte-character) New functions.
5468         (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
5469         ccl-dump-write-multibyte-character): New functions.
5470
5471 1999-07-22  SL Baur  <steve@miho>
5472
5473         * config.el (config-value-file): config.values is installed into
5474         doc-directory.
5475         From Karl M. Hegbloom  <karlheg@cathcart.sysc.pdx.edu>
5476
5477 1999-07-19  Didier Verna  <didier@xemacs.org>
5478
5479         * rect.el: all functions rewritten, except when noted. Below is a
5480         list of interface changes.
5481         (apply-on-rectangle): new function. Obsoletes
5482         `operate-on-rectangle'. All functions that used to call this
5483         function now call the new one.
5484         (kill-rectangle): added optional prefix arg to fill lines.
5485         (delete-rectangle): ditto.
5486         (delete-extract-rectangle): ditto.
5487         (open-rectangle): ditto.
5488         (clear-rectangle): ditto.
5489         (delete-rectangle-line): added third arg FILL.
5490         (delete-extract-rectangle-line): ditto.
5491         (open-rectangle-line): ditto.
5492         (clear-rectangle-line): ditto.
5493
5494 1999-07-18  Andy Piper  <andy@xemacs.org>
5495
5496         * menubar-items.el (default-menubar): add gutter options.
5497
5498         * gutter-items.el: new file.
5499         (gutter): new group for custom.
5500         (gutter-visible-p): new variable.
5501         (default-gutter-position): ditto.
5502         (buffers-tab): new group for the buffers tab.
5503         (gutter-buffers-tab): widget to put in the gutter.
5504         (buffers-tab-max-size): max number of tabs.
5505         (buffers-tab-switch-to-buffer-function): function to call when a
5506         tab is pressed.
5507         (buffers-tab-omit-function): filter buffers with this function.
5508         (buffers-tab-format-buffer-line-function): format buffer names for
5509         inclusion in tabs.
5510         (buffers-tab-switch-to-buffer): like switch-to-buffer but without
5511         the record.
5512         (build-buffers-tab-internal): build a list of tab items.
5513         (buffers-tab-items): ditto.
5514         (add-tab-to-gutter): put a tab in the gutter area.
5515         (update-tab-in-gutter): reset the buffers in the tab.
5516
5517         * dumped-lisp.el (preloaded-file-list): dump gutter-items.
5518
5519         * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
5520         (switch-to-buffer-hooks): new hook.
5521
5522         * toolbar.el (default-toolbar-position): fix typo.
5523
5524 1999-07-16  Andy Piper  <andy@xemacs.org>
5525
5526         * gui.el (make-dialog-frame): turn off gutters for dialogs.
5527
5528 1999-07-15  Didier Verna  <didier@xemacs.org>
5529
5530         * cus-edit.el (custom-prompt-variable): optional third arg makes
5531         prompt for a comment string.
5532         (customize-set-value): optional prefix makes this function handle
5533         variable comments.
5534         (customize-set-variable): ditto.
5535         (customize-save-variable): ditto.
5536         (customize-customized): handle custom comments.
5537         (customize-save-customized): ditto.
5538         (custom-variable-state-set): ditto.
5539         (custom-face-state-set): ditto.
5540         (customize-saved): ditto.
5541         (custom-variable-set): ditto.
5542         (custom-face-set): ditto.
5543         (custom-variable-save): ditto.
5544         (custom-face-save): ditto.
5545         (custom-variable-reset-saved): ditto.
5546         (custom-face-reset-saved): ditto.
5547         (custom-variable-reset-standard): ditto.
5548         (custom-face-reset-standard): ditto.
5549         (custom-comment-face): new face.
5550         (custom-comment-tag-face): ditto.
5551         (custom-comment): new widget.
5552         (custom-comment-create): new function.
5553         (custom-comment-delete): ditto.
5554         (custom-comment-value-set): ditto.
5555         (custom-comment-show): ditto.
5556         (custom-comment-invisible-p): ditto.
5557         (custom-variable-value-create): create a comment field widget.
5558         (custom-face-value-create): ditto.
5559         (custom-variable-menu): new entry for adding a custom comment.
5560         (custom-face-menu): ditto.
5561         (custom-save-variables): possibly save custom comments.
5562         (custom-save-faces): ditto.
5563
5564         * cus-face.el (custom-set-faces): the arguments can now have a
5565         custom comment as fourth argument.
5566
5567         * custom.el (custom-set-variables): the arguments can now have a
5568         custom comment as fifth element.
5569
5570 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
5571
5572         * XEmacs 21.2.18 is released
5573
5574 1999-07-13  SL Baur  <steve@miho>
5575
5576         * lib-complete.el (read-library-name): Revert previous change.
5577         (read-library): Ditto.
5578
5579 1999-06-24  Karl M. Hegbloom  <karlheg@debian.org>
5580
5581         * packages.el (packages-package-list): Capitalize docstring.
5582
5583         * packages.el (packages-find-package-library-path): Use #'nconc
5584         rather than #'append to reduce consing -- #'mapcar uses Flist,
5585         which returns a freshly consed list.  #'append would create yet
5586         another fresh list, using Fmake_list in concat.
5587
5588         * packages.el (package-provide): Use setq with remassq like it
5589         says in its docstring.
5590
5591 1999-07-06  SL Baur  <steve@miho.m17n.org>
5592
5593         * lib-complete.el (progn-with-message): Fix typo.
5594
5595 1999-07-06  SL Baur  <steve@miho.m17n.org>
5596
5597         * mule/mule-misc.el (char-octet): Make function match docstring.
5598         From Katsumi Yamaoka <yamaoka@jpl.org>
5599
5600 1999-06-15  Karl M. Hegbloom  <karlheg@debian.org>
5601
5602         * wid-edit.el (widget-documentation): corrected spelling error.
5603
5604 1999-06-23  Jonathan Marten <jonathan.marten@uk.sun.com>
5605
5606         * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
5607         keys if already bound
5608
5609 1999-07-06  SL Baur  <steve@miho.m17n.org>
5610
5611         * lib-complete.el (progn-with-message): Revert previous changes.
5612
5613 1999-06-24  Bob Weiner  <weiner@beopen.com>
5614
5615         * lib-complete.el (find-library):
5616         (find-library-other-window):
5617         (find-library-other-frame): Completely rewrote
5618         so that these functions actually work when called non-interactively.
5619         Also made them handle LIBRARY arguments which end with .el or .elc.
5620
5621 1999-06-24  Bob Weiner  <weiner@beopen.com>
5622
5623         * simple.el (indent-new-comment-line): Locally bound
5624         `block-comment-start' to `comstart' or else when this is called
5625         from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
5626         `block-comment-start' value, ignoring any existing spacing after a
5627         comment prefix in the previous line and producing ugly comments.
5628
5629 1999-06-23  Bob Weiner  <weiner@beopen.com>
5630
5631         * list-mode.el (mouse-choose-completion):
5632         (choose-completion):
5633         (completion-switch-to-minibuffer): Added.
5634         ([Tab]): [Tab] previously switched to the minibuffer
5635         but since [space] does that and since most applications in the
5636         world use [Tab] to select the next item in a list, do that in the
5637         *Completions* buffer too.  This will cause the least confusion
5638         among the largest population of users.  -- Bob Weiner, BeOpen.com,
5639         06/23/1999.
5640
5641 1999-06-22  Bob Weiner  <weiner@beopen.com>
5642
5643         * help.el (help-buffer-name): Added support for a null value
5644         of `help-buffer-prefix-string' since some buffers require no
5645         prefix.
5646
5647 1999-06-20  Bob Weiner  <weiner@beopen.com>
5648
5649         * list-mode.el (completion-list-mode-quit): Added and bound to {q}
5650         in the completion-list-mode-map to bury the completions buffer
5651         even when the minibuffer is no longer active.
5652
5653 1999-06-20  Bob Weiner  <weiner@beopen.com>
5654
5655         * list-mode.el (list-mode): It is visually disconcerting to have
5656         the text cursor disappear within list buffers, especially when
5657         moving from window to window, so leave it visible.
5658
5659 1999-07-01  SL Baur  <steve@miho.m17n.org>
5660
5661         * menubar-items.el (default-menubar): Conditionalize the bug
5662         report menu item (which may not be possible in this XEmacs).
5663         Reported by: Ken'ichi Handa <handa@etl.go.jp>
5664
5665 1999-06-30  SL Baur  <steve@miho.m17n.org>
5666
5667         * subr.el (with-current-buffer): DOC string fix.
5668         Suggested by Bob Weiner <weiner@altrasoft.com>
5669
5670 1999-06-25  Charles G Waldman <cgw@fnal.gov>
5671
5672         * cus-face.el (custom-face-italic): insert missing args
5673
5674 1999-06-24  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5675
5676         * packages.el (package-locations): Changed default early package
5677         hierarchies to ~/.xemacs/mule-packages and
5678         ~/.xemacs/xemacs-packages.
5679
5680 1999-06-23  SL Baur  <steve@miho.m17n.org>
5681
5682         * mule/mule-category.el (Top Level): ASCII is also latin-1.
5683
5684 1999-06-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5685
5686         * packages.el (package-locations): Changed default early package
5687         hierarchy to ~/.xemacs/packages.
5688         (package-locations): Removed `packages' as a possible name for a
5689         late package hierarchy.
5690
5691 1999-06-20  MORIOKA Tomohiko  <tomo@etl.go.jp>
5692
5693         * mule/mule-category.el (word-combining-categories): Set up new
5694         variable.
5695         (word-separating-categories): Likewise.
5696
5697 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
5698
5699         * XEmacs 21.2.17 is released
5700
5701 1999-06-17  Robert Pluim  <rpluim@bigfoot.com>
5702
5703         * font-menu.el (font-menu-set-font): allow for nil specification
5704         of font size.
5705
5706 1999-06-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
5707
5708         * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
5709         is 1.
5710
5711 1999-06-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
5712
5713         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
5714         8859-5 instead of ISO 8859-1.
5715
5716 1999-06-15  SL Baur  <steve@steve1.m17n.org>
5717
5718         * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
5719         (viet-viscii-encode-table): Ditto.
5720
5721         * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
5722         Make obsolete definition of char-octet.
5723
5724 1999-06-14  SL Baur  <steve@steve1.m17n.org>
5725
5726         * subr.el: Move no-Mule make-char ...
5727         * help-nomule.el (make-char): To here.
5728         (string-width): Make Mule compatibility alias.
5729
5730 1999-06-15  Andy Piper  <andy@xemacs.org>
5731
5732         * select.el (get-selection-no-error): really make there be no-error.
5733         (get-selection): revert to original.
5734
5735 1999-06-11  Andy Piper  <andy@xemacs.org>
5736
5737         * select.el (selection-sets-clipboard): renamed.
5738         (own-selection): use it.
5739
5740 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
5741
5742         * XEmacs 21.2.16 is released
5743
5744 1999-06-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
5745
5746         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
5747         missing characters to avoid crash.
5748
5749 1999-06-09  Jan Vroonhof  <vroonhof@math.ethz.ch>
5750
5751         * coding.el (set-terminal-coding-system): Only set the console
5752         coding system on the selected console if it is a tty.
5753
5754 1999-06-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
5755
5756         * cus-face.el:
5757         * cus-edit.el:
5758         * faces.el:
5759         (custom):
5760         (face-spec-set):
5761         * faces.el (frob-face-property):
5762         * font-menu.el (font-menu-set-font):
5763                   Actually apply changes from 1999-03-17
5764
5765 1999-06-10  Andy Piper  <andy@xemacs.org>
5766
5767         * select.el (get-selection): abstract out non error-signalling
5768         part.
5769         (get-selection-no-error): get-selection without signalling an
5770         error.
5771         (selection-is-clipboard-p): new variable. controls whether the
5772         selection sets the clipboard.
5773         (own-selection): use it.
5774
5775         * mouse.el (insert-selection): fallback to clipboard after trying
5776         primary selection and cutbuffer.
5777
5778 1999-06-05  Andy Piper  <andy@xemacs.org>
5779
5780         * x-select.el (xselect-kill-buffer-hook-1): use generalised
5781         selection functions.
5782
5783 1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
5784
5785         * code-files.el (buffer-file-coding-system): Use `raw-text' as
5786         default value.
5787         (load): Use `raw-text' instead of `no-conversion'.
5788         (insert-file-contents): Likewise.
5789
5790         * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
5791         of `no-conversion'.
5792
5793 1999-06-03  MORIOKA Tomohiko  <tomo@etl.go.jp>
5794
5795         * coding.el: Don't copy `no-conversion' to `raw-text'.
5796
5797 1999-06-07  Hrvoje Niksic  <hniksic@srce.hr>
5798
5799         * subr.el (make-char): Define it if Mule is not around.
5800
5801 1999-06-07  SL Baur  <steve@steve1.m17n.org>
5802
5803         * mule/mule-help.el: Add trailing newline.  Use mule keyword.
5804
5805         * x-select.el (x-disown-selection-internal): Restore symbol as an
5806         obsolete alias.
5807         (xselect-kill-buffer-hook-1): Use disown-selection-internal.
5808
5809 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
5810
5811         * XEmacs 21.2.15 is released
5812
5813 1999-06-02  Oscar Figueiredo  <oscar@xemacs.org>
5814
5815         * subr.el (split-string): Avoid infinite looping
5816
5817 1999-05-30  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
5818
5819         * ldap.el (ldap-ignore-attribute-codings): New variable
5820         (ldap-default-attribute-decoder): New variable
5821         (ldap-coding-system): New variable
5822         (ldap-attribute-syntax-encoders): New variable
5823         (ldap-attribute-syntax-decoders): New variable
5824         (ldap-attribute-syntaxes-alist): New variable
5825         (ldap-encode-boolean): New function
5826         (ldap-decode-boolean): New function
5827         (ldap-encode-country-string): New function
5828         (ldap-decode-string): New function
5829         (ldap-decode-address): New function
5830         (ldap-encode-address): New function
5831         (ldap-decode-attribute): New function
5832         (ldap-search): Use some of these
5833
5834 1999-05-25  Jan Vroonhof  <jan@xemacs.org>
5835
5836         * version.el (emacs-version): Make the patch level/beta come
5837         before the XEmacs qualifier so that it gets into (funcall
5838         emacs-version) and thus in the bug reports.
5839         (emacs-version>=): Support patch levels.
5840
5841 1999-06-03  SL Baur  <steve@xemacs.org>
5842
5843         * version.el: implement x.y.z version number
5844         From Jan Vroonhof <vroonhof@math.ethz.ch>
5845
5846 1999-05-27  Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
5847
5848         * mule/mule-cmds.el (read-input-method-name): set input-method properly.
5849
5850 1999-05-22  Vin Shelton <acs@xemacs.org>
5851
5852         * startup.el: Document -private and break out non-standard X options.
5853
5854 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
5855
5856         * mule/mule-charset.el (charset-after): New function.
5857         (charset-direction): Synch with Mule, update docstring.
5858         (get-charset-property): New function.
5859         (put-charset-property): New function.
5860         (charset-plist): New function.
5861
5862         * mule/mule-charset.el (compose-region):
5863         (decompose-region): remove;  these functions (which don't work
5864         since we don't do composite characters) have been moved to
5865         mule-util.el.
5866         (toplevel): follow coding standards
5867
5868 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
5869
5870         * dumped-lisp.el (preloaded-file-list): mule-files.el does not
5871         exist any more.
5872
5873         * code-files.el: Fix commentary to follow coding standards.  Move
5874         the single line left in mule-files.el to here.
5875
5876         * mule/mule-files.el: delete.
5877
5878 1999-05-24  SL Baur  <steve@gneiss.etl.go.jp>
5879
5880         * info.el (Info-scroll-prev): Use event functions instead of the
5881         old emacs 19 interface.
5882
5883 1999-06-02  Andy Piper  <andy@xemacs.org>
5884
5885         * x-font-menu.el (x-font-menu-load-font):
5886         font-menu-registry-encoding -> x-font-menu-registry-encoding type.
5887
5888 1999-05-31  Andy Piper  <andy@xemacs.org>
5889
5890         * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
5891         group.
5892         (font-menu-this-frame-only-p): ditto.
5893         (font-menu-max-items): reinstate, from Jan Vroonhof
5894         <vroonhof@math.ethz.ch>
5895         (font-menu-submenu-name-format): ditto.
5896         (font-menu-split-long-menu): ditto, for use by the family
5897         constructor.
5898         (font-menu-family-constructor): use it.
5899
5900 1999-05-30  Andy Piper  <andy@xemacs.org>
5901
5902         * msw-faces.el (mswindows-font-regexp): new font matching regexp
5903         for use by the font menu.
5904
5905         * msw-font-menu.el: new file implementing mswindows specific
5906         font-menu behaviour.
5907         (mswindows-font-menu-registry-encoding): new function mirroring x version.
5908         (mswindows-font-menu-junk-families): ditto.
5909         (hack-font-truename): ditto.
5910         (mswindows-font-regexp-ascii): ditto.
5911         (mswindows-reset-device-font-menus): ditto.
5912         (mswindows-font-menu-font-data): ditto.
5913         (mswindows-font-menu-load-font): ditto.
5914
5915         * x-font-menu.el (x-reset-device-font-menus): made device specific.
5916         (x-font-menu-font-data): ditto.
5917         (x-font-menu-load-font): ditto.
5918
5919         * font-menu.el: new file implementing generic font menu behaviour.
5920         (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
5921         made device independent.
5922         (font-menu-this-frame-only-p): ditto.
5923         (font-menu-preferred-resolution): ditto.
5924         (font-menu-size-scaling): new variable used to determine whether
5925         sizes are in points or tenths of a point.
5926         (vassoc): moved from x-font-menu.el.
5927         (device-fonts-cache): ditto.
5928         (device-fonts-cache): ditto.
5929         (flush-device-fonts-cache): ditto.
5930         (reset-device-font-menus): copied from x-font-menu.el and made
5931         device independent. Most functionality deferred to
5932         device-dependent versions.
5933         (font-menu-family-constructor): copied from x-font-menu.el and
5934         made device independent.
5935         (font-menu-size-constructor): ditto.
5936         (font-menu-weight-constructor): ditto.
5937         (font-menu-set-font): ditto.
5938         (font-menu-change-face): ditto.
5939         (font-menu-load-font): new device method.
5940         (font-menu-font-data): ditto.
5941
5942         * x-font-menu.el: The above functions deleted.
5943
5944 1999-05-26  Andy Piper  <andy@xemacs.org>
5945
5946         * update-elc.el:
5947         * make-docfile.el:
5948         * loadup.el: rehash expand-file-name usage to not use default-directory.
5949
5950 1999-05-21  Andy Piper  <andy@xemacs.org>
5951
5952         * x-select.el (x-select-convert-to-text):
5953         (x-selected-text-type):
5954         (x-get-selection):
5955         (xselect-convert-to-string):
5956         (xselect-convert-to-compound-text):
5957         (xselect-convert-to-length):
5958         (xselect-convert-to-targets):
5959         (xselect-convert-to-delete):
5960         (xselect-convert-to-filename):
5961         (xselect-convert-to-charpos):
5962         (xselect-convert-to-lineno):
5963         (xselect-convert-to-colno):
5964         (xselect-convert-to-sourceloc):
5965         (xselect-convert-to-os):
5966         (xselect-convert-to-host):
5967         (xselect-convert-to-user):
5968         (xselect-convert-to-class):
5969         (xselect-convert-to-name):
5970         (xselect-convert-to-integer):
5971         (xselect-convert-to-atom):
5972         (xselect-convert-to-identity): functions renamed from x-* and
5973         moved to select.el.
5974         (x-get-secondary-selection): use rename get-selection.
5975         (x-get-clipboard): ditto.
5976         (x-own-selection): moved to select.el.
5977         (x-valid-simple-selection-p): ditto.
5978         (x-dehilight-selection): ditto.
5979         (x-own-clipboard): ditto.
5980         (x-disown-selection): ditto.
5981
5982         * x-mouse.el (x-yank-function): moved to mouse.el.
5983         (x-insert-selection): ditto.
5984         (x-set-point-and-move-selection): use renamed function.
5985
5986         * select.el (selected-text-type): moved and renamed from
5987         x-select.el.
5988         (selection-owner-p): moved to C.
5989         (selection-exists-p): ditto.
5990         (get-cutbuffer): new device method.
5991         (get-selection): generalised and moved from x-select.el.
5992         (own-selection): moved x-own-selection functionality into here.
5993         (dehilight-selection): renamed and moved from x-select.el.
5994         (own-clipboard): functionality moved from x-select.el using new
5995         generic C builtins.
5996         (disown-clipboard): ditto.
5997         (select-convert-to-text):
5998         (select-convert-to-string):
5999         (select-convert-to-compound-text):
6000         (select-convert-to-length):
6001         (select-convert-to-targets):
6002         (select-convert-to-delete):
6003         (select-convert-to-filename):
6004         (select-convert-to-charpos):
6005         (select-convert-to-lineno):
6006         (select-convert-to-colno):
6007         (select-convert-to-sourceloc):
6008         (select-convert-to-os):
6009         (select-convert-to-host):
6010         (select-convert-to-user):
6011         (select-convert-to-class):
6012         (select-convert-to-name):
6013         (select-convert-to-integer):
6014         (select-convert-to-atom):
6015         (select-convert-to-identity): new functions renamed from x-* and
6016         moved from x-select.el.
6017
6018         * mouse.el (mouse-consolidated-yank): subsume x-yank-function
6019         into here and use as the default window-system mouse yank.
6020         (insert-selection): generalised and moved from x-mouse.el.
6021         (own-clipboard): moved to C.
6022
6023         * msw-select.el (mswindows-selection-owned-p): deleted.
6024         (mswindows-own-selection): generalised and moved to select.el.
6025         (mswindows-disown-selection): generalised and moved to C.
6026         (mswindows-selection-owner-p): ditto.
6027
6028 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
6029
6030         * XEmacs 21.2.14 is released
6031
6032 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
6033
6034         * about.el: update contact info for jason and slb.
6035
6036 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
6037
6038         * mule/european.el (setup-romanian-environment): Add Romanian
6039         support from Emacs/Mule romanian.el.
6040
6041 1999-03-17  Jan Vroonhof  <vroonhof@math.ethz.ch>
6042
6043         * cus-face.el: Label all custom changes with the 'custom' tag.
6044
6045         * cus-edit.el: idem ditto.
6046
6047         * faces.el: Added suport for adding device tags to various functions.
6048         (custom): New device tag.
6049         (face-spec-set): Call reset face with tags argument. No longer do
6050         x-init-global-faces hack.
6051
6052         * faces.el (frob-face-property): Use an anonymous specifier to map
6053         frob-face-property-1 over.
6054
6055         * x-font-menu.el (font-menu-set-font): Always specify all
6056         properties to custom.
6057
6058 1999-05-12  SL Baur  <steve@gneiss.etl.go.jp>
6059
6060         * mule/european.el (setup-czech-environment): Add czech support.
6061         From David Sauer <davids@orfinet.cz>
6062
6063 1999-03-15  SL Baur  <steve@xemacs.org>
6064
6065         * check-features.el: Turn hard errors into warnings.
6066
6067 1999-03-21  SL Baur  <steve@xemacs.org>
6068
6069         * simple.el (delete-key-deletes-forward): As per discussion on
6070         xemacs-beta, default to t.
6071
6072 1999-05-11  Hrvoje Niksic  <hniksic@srce.hr>
6073
6074         * loadup.el: Define Installation-string before loading anything.
6075
6076 1999-05-06  Gunnar Evermann  <ge204@eng.cam.ac.uk>
6077
6078         * files.el (auto-mode-alist): fix typo in regex for .bash_* files
6079         From Anders Stenman <stenman@isy.liu.se>
6080
6081 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
6082
6083         * wid-edit.el (widget-glyph-find): Ditto.
6084
6085         * packages.el (locate-library): Ditto.
6086
6087         * loadup.el (really-early-error-handler): Ditto.
6088
6089         * lib-complete.el (read-library): Ditto.
6090
6091         * faces.el (set-face-stipple): Ditto.
6092
6093         * code-files.el (load): Use new calling style of locate-file.
6094
6095 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
6096
6097         * packages.el (packages-unbytecompiled-lisp): Installation.el is
6098         dead.
6099
6100 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
6101
6102         * dumped-lisp.el (preloaded-file-list): Don't load
6103         Installation.el.
6104
6105         * loadup.el (Installation-string): Define it here.
6106
6107 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
6108
6109         * dumped-lisp.el (preloaded-file-list): Revert previous change --
6110         Installation.el needs to be loaded before `dump-paths', otherwise
6111         the dumping process won't find it.
6112
6113 1999-03-13  Adrian Aichner  <adrian@xemacs.org>
6114
6115         * dumped-lisp.el (preloaded-file-list): Load Installation.el after
6116         subr so that we can use `replace-in-string' in Installation.el to
6117         get rid of C-m chars under the native Windows build.
6118
6119 1999-04-29  Andy Piper  <andy@xemacs.org>
6120
6121         * make-docfile.el: canonicalize file and directory names.
6122
6123         * device.el (call-device-method): new function for calling device
6124         specific methods.
6125         (define-device-method): new function for defining device methods.
6126         (define-device-method*): ditto.
6127
6128 1999-04-27  Hrvoje Niksic  <hniksic@srce.hr>
6129
6130         * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
6131
6132 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
6133
6134         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
6135         (cyrillic-koi8-r-encode-table): Likewise.
6136         (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
6137         (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
6138
6139         * mule/mule-misc.el (split-char-or-char-int): New function [moved
6140         from vietnamese.el].
6141
6142         * mule/vietnamese.el: Move function `split-char-or-char-int' to
6143         mule/mule-misc.el.
6144
6145 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
6146
6147         * mule/thai-xtis.el:
6148         - Change font registry name from "Thai94x94-0" to "xtis-0".
6149         - Change mnemonic of coding-system `tis-620' to "TIS620".
6150
6151 1999-04-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
6152
6153         * mule/ethiopic.el: fixed.
6154
6155 1999-03-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
6156
6157         * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
6158
6159         * mule/thai-xtis.el: New file.
6160
6161         * mule/vietnamese.el: New file.
6162
6163         * mule/ethiopic.el: New file.
6164
6165 1999-04-22  Hrvoje Niksic  <hniksic@srce.hr>
6166
6167         * bytecomp.el (byte-compile-close-variables): Leave
6168         debug-issue-ebola-notices alone.
6169
6170 1999-04-11  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6171
6172         * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
6173         at the top of the buffer since it is the most important thing to
6174         customize
6175         (ldap-get-host-parameter): New defun
6176         (ldap-search): Add a new parameter `withdn' to retrieve the
6177         distinguished names of entries
6178
6179 1999-04-22  Kai Haberzettl  <khaberz@synnet.de>
6180
6181         * startup.el (splash-frame-body): Date and spelling fixes.
6182
6183 1999-03-16  Colin Rafferty  <colin@xemacs.org>
6184
6185         * view-less.el (toggle-truncate-lines): add autoload tag
6186
6187 1999-04-19  Hrvoje Niksic  <hniksic@srce.hr>
6188
6189         * format.el (format-alist): Disable image stuff.
6190
6191 1999-04-17  Hrvoje Niksic  <hniksic@srce.hr>
6192
6193         * wid-edit.el (widget-glyph-find): Search by directories, then by
6194         suffixes rather than the other way around.
6195         (widget-image-conversion): Renamed to
6196         `widget-image-file-name-suffixes'.
6197
6198 1999-04-16  Olivier Galibert  <galibert@pobox.com>
6199
6200         * mule/mule-charset.el: Made old functions obsolete, remove the
6201         unspeakably evil (and inexistant in fsf's) charset-leading-byte.
6202         (charset-iso-graphic-plane): Rename from charset-graphic.
6203         (charset-iso-final-char): Rename from charset-final.
6204         (charset-width): Rename from charset-columns.
6205         (charset-bytes): Added from fsf compatibility, returns always 1.
6206
6207         * mule/mule-misc.el: Move charset-doc-string alias to
6208         mule-charset.el
6209
6210 1999-04-14  Colin Rafferty  <colin@xemacs.org>
6211
6212         * x-faces.el (x-make-font-bold-italic): honor
6213         *try-oblique-before-italic-fonts*
6214
6215 1999-04-14  Hrvoje Niksic  <hniksic@srce.hr>
6216
6217         * cl-extra.el (coerce): Coerce numbers to characters correctly.
6218
6219 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
6220
6221         * x-faces.el (try-oblique-before-italic-fonts): Use the right
6222         name.
6223
6224 1999-04-14  Dave Gillesipe  <daveg@synaptics.com>
6225
6226         * cl-extra.el (equalp): Would bug out for lists.
6227
6228 1999-03-12  Charles G Waldman  <cgw@fnal.gov>
6229
6230         * about.el (about-hackers):  Change cgw's email address
6231
6232 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
6233
6234         * XEmacs 21.2.13 is released
6235
6236 1999-03-12  SL Baur  <steve@xemacs.org>
6237
6238         * simple.el (delete-key-deletes-forward): Revert to previous
6239         behavior.
6240
6241 1999-01-18  Didier Verna  <didier@xemacs.org>
6242
6243         * menubar-items.el (xemacs-splash-buffer): handle the case of
6244         multiple elements in the splash buffer body.
6245
6246         * startup.el (splash-frame-timeout): new constant: interval
6247         between splash buffer elements.
6248         (command-line-1): handle splash buffer with multiple elements (use
6249         a timeout).
6250         (splash-frame-body): Originally `startup-splash-frame-body'.
6251         Rewrote a cleaner and more readable version. This can now be array,
6252         in which case each element is displayed in turn in the splash buffer.
6253         (splash-frame-static-body): new constant. Persistent information
6254         across all splash buffer elements (preserves the possibility to give
6255         it in different languages.
6256         (circulate-splash-frame-elements): new function. Used as a timeout
6257         to circulate through all splash frame elements and display them in
6258         sequence.
6259         (display-splash-frame): originally `startup-splash-frame'. Handle
6260         the case of multiple elements in the splash buffer body. Now
6261         returns a timeout id if multiple elements to display, or nil.
6262
6263 1999-02-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
6264
6265         * x-faces.el (x-init-global-faces): Add default tag to specifiers,
6266         so they can be overridden by x-init-face-from-resources.
6267         Additionally specify the font name also with an x tag.
6268
6269 1999-03-08  Andy Piper  <andy@xemacs.org>
6270
6271         * package-get.el (package-get-base): autoload.
6272
6273         * menubar-items.el (default-menubar): add update menu item. Fix
6274         custom menu to only be activated when package-base is available.
6275
6276         * package-get.el (package-get-custom): don't load
6277         package-get-custom as it is auto-generated. Fix group definition.
6278
6279 1999-03-05  Didier Verna  <didier@xemacs.org>
6280
6281         * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
6282         instead of `symbol-name' (Thanks Kyle).
6283
6284         * cus-edit.el (custom-save-variables): use `prin1' instead of
6285         princ to write symbols.
6286
6287 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
6288
6289         * XEmacs 21.2.12 is released
6290
6291 1999-03-05  SL Baur  <steve@xemacs.org>
6292
6293         * menubar-items.el (default-menubar): Add kfm browsing support.
6294         From Neal Becker <nbecker@fred.net>
6295
6296 1999-03-03  Steven Baur  <steve@gneiss.etl.go.jp>
6297
6298         * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
6299         calls to font-lock during buffer reversion.
6300
6301 1999-02-12  Didier Verna  <didier@xemacs.org>
6302
6303         * info.el (Info-build-node-completions): unconditionally widen the
6304         tag table buffer.
6305
6306 1999-02-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6307
6308         * x-faces.el (x-init-face-from-resources):
6309         Only set fonts in the 'x locale.
6310
6311 1999-03-04  Adrian Aichner  <adrian@xemacs.org>
6312
6313         * package-ui.el (pui-install-selected-packages): Don't throw on
6314         `package-admin-delete-binary-package' returning nil since it's
6315         normal.  Reindent function.
6316         (pui-add-required-packages): Handle case where packages selected
6317         for installation have never been installed.
6318
6319 1999-03-03  Martin Buchholz  <martin@xemacs.org>
6320
6321         * menubar-items.el (default-menubar):
6322         Implement the ``Mule->Set coding system of process'' menu item.
6323
6324 1999-02-18  Martin Buchholz  <martin@xemacs.org>
6325
6326         * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
6327         files
6328         - Change some `if's to `when's
6329
6330 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
6331
6332         * XEmacs 21.2.11 is released
6333
6334 1999-02-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
6335
6336         * userlock.el (ask-user-about-supersession-threat-dbox): Guard
6337         against window close (Fix Bug #460).
6338         (ask-user-about-lock-dbox): Idem.
6339
6340 1999-02-25  SL Baur  <steve@xemacs.org>
6341
6342         * mule/mule-charset.el (charset-leading-byte): New function.
6343         From Kazuyuki IENAGA <ienaga@jsys.co.jp>
6344
6345 1999-02-12  Andy Piper  <andy@xemacs.org>
6346
6347         * about.el (xemacs-hackers): change andy's email address.
6348         (about-url-alist): change andy's web page address.
6349         (about-xemacs): add piper.
6350
6351 1999-02-16  SL Baur  <steve@xemacs.org>
6352
6353         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
6354         of mule-base into lisp/mule.
6355
6356 1999-02-16  SL Baur  <steve@xemacs.org>
6357
6358         * mule/arabic.el:
6359         mule/canna-leim.el:
6360         mule/chinese.el:
6361         mule/cyrillic.el:
6362         mule/english.el:
6363         mule/european.el:
6364         mule/greek.el:
6365         mule/hebrew.el:
6366         mule/japanese.el:
6367         mule/kinsoku.el:
6368         mule/korean.el:
6369         mule/misc-lang.el:
6370         mule/mule-category.el:
6371         mule/mule-ccl.el:
6372         mule/mule-charset.el:
6373         mule/mule-cmds.el:
6374         mule/mule-coding.el:
6375         mule/mule-files.el:
6376         mule/mule-help.el:
6377         mule/mule-init.el:
6378         mule/mule-misc.el:
6379         mule/mule-tty-init.el:
6380         mule/mule-x-init.el:
6381         mule/viet-chars.el:  Remerge from mule-base.
6382
6383         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
6384         of mule-base into lisp/mule.
6385
6386 1999-02-10  Adrian Aichner  <adrian@xemacs.org>
6387
6388         * process.el (exec-to-string): Use `shell-command-switch' in place
6389         of hard-wired "-c" (for WindowsNT).
6390
6391 1999-02-08  Charles G Waldman  <cgw@pgt.com>
6392
6393         * menubar-items.el (default-menubar):  Remove obsolete
6394         "Gopher" item
6395
6396 1999-02-06  Jan Vroonhof  <vroonhof@math.ethz.ch>
6397
6398         * package-admin.el (package-admin-get-install-dir): First fall
6399         back to the location of xemacs-base for non-mule packages.
6400
6401 1999-02-15  Martin Buchholz  <martin@xemacs.org>
6402
6403         * paths.el:
6404         - improved automounter tmp directory support.
6405         - support 4 (!) empirically discovered automounter conventions
6406
6407 1999-02-12  SL Baur  <steve@xemacs.org>
6408
6409         * etags.el (pop-tag-mark): autoload to match key binding.
6410
6411 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
6412
6413         * XEmacs 21.2.10 is released
6414
6415 1999-02-02  Jan Vroonhof  <vroonhof@math.ethz.ch>
6416
6417         * package-get.el (package-get-remote-filename): Don't bug out for
6418         a local file name in the search entry.
6419
6420 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
6421
6422         * XEmacs 21.2.9 is released
6423
6424 1999-01-19  Didier Verna  <didier@xemacs.org>
6425
6426         * replace.el (replace-search-function): new variable containing a
6427         function to perform a search-forward.
6428         (replace-re-search-function): new variable containing a function
6429         to perform a re-search-forward.
6430         (perform-replace): use them.
6431
6432 1999-01-25  Didier Verna  <didier@xemacs.org>
6433
6434         * select.el (selection-owner-p): use the name `XEmacs'.
6435         (cut-copy-clear-internal): ditto.
6436
6437 1999-01-18  Andy Piper  <andy@xemacs.org>
6438
6439         * about.el (about-url-alist): Update my entry.
6440         (xemacs-hackers): Ditto.
6441
6442 1999-01-14  Adrian Aichner  <adrian@xemacs.org>
6443
6444         * buffer.el (switch-to-buffer): Fixing documentation.
6445         * minibuf.el (minibuffer-completion-table): ditto.
6446         * cl-macs.el (return-from): ditto.
6447
6448 1999-01-04  Didier Verna  <didier@xemacs.org>
6449
6450         * replace.el (delete-non-matching-lines): temporarily disable
6451         case-folding when called interactively with a regexp containing
6452         uppercase characters.
6453         (delete-matching-lines): ditto.
6454         (count-matches): ditto.
6455         (list-matching-lines): ditto.
6456
6457 1999-01-07  Colin Rafferty  <colin@xemacs.org>
6458
6459         * window.el (shrink-window-if-larger-than-buffer): Clean up.  Only
6460         abort if current window is split horizontally, not if others are
6461         split.  Got rid of unnecessary minibuffer checking.  Also, add
6462         some comments (it's still complex).
6463
6464 1999-01-12  Robert Pluim  <rpluim@BayNetworks.com>
6465
6466         * package-get.el: changed address for doc.ic.ac.uk to
6467         sunsite.doc.ic.ac.uk
6468
6469 1999-01-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6470
6471         * ldap.el (toplevel): Remove requires so that the file compiles
6472         with a non LDAP-enabled XEmacs binary.  Provide `ldap'.
6473
6474 1999-01-10  J. Kean Johnston  <jkj@sco.com>
6475
6476         * dump-paths.el: Calculate module-directory and set
6477         module-load-path to the load path for modules.
6478
6479         * loadup.el: Get bootstrap value of module-load-path from the
6480         environment variable EMACSBOOTSTRAPMODULEPATH.
6481         - Display the module load path if we're debugging paths.
6482
6483         * setup-paths.el: Added function paths-find-site-module-directory.
6484         - Added function paths-find-module-directory.
6485         - Added function paths-construct-module-load-path.  Uses new
6486         environment variable EMACSMODULEPATH.
6487
6488 1998-12-30  Martin Buchholz  <martin@xemacs.org>
6489
6490         * font.el (font-default-object-for-device):
6491         Oops! This `or' can't be replaced by `unless'.
6492         Fixed inability to run w3, among other things.
6493
6494 1998-12-17  Charles G. Waldman <cgw@pgt.com>
6495
6496         * package-admin.el: Change initialization of
6497           package-admin-install-function dependent on system type.
6498           Change package-admin-install-function-mswindows to use
6499           "minitar".
6500
6501 1998-12-23  Hrvoje Niksic  <hniksic@srce.hr>
6502
6503         * mouse.el (default-mouse-motion-handler): Disable help echo while
6504         in the minibuffer.
6505
6506 1998-12-28  Martin Buchholz <martin@xemacs.org>
6507
6508         * XEmacs 21.2.8 is released.
6509
6510 1998-12-24  Martin Buchholz <martin@xemacs.org>
6511
6512         * XEmacs 21.2.7 is released.
6513
6514 1998-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
6515
6516         * package-ui.el (pui-list-packages): Set truncate-lines.
6517
6518         * package-get.el (package-get-download-menu): Use
6519         `package-ui-add-site'. Add a a toggle to indicate it is in the list.
6520
6521         * package-ui.el (pui-help): Ditch in favor of `describe-mode'
6522         (pui-help-string): idem.
6523         (list-packages-mode): New major mode.
6524         (pui-list-packages): Use 'list-packages-mode' in the package buffer.
6525         (pui-install-selected-packages): Add suport for removing packages.
6526         (pui-toggle-package-delete-key): New function.
6527         (pui-popup-context-sensitive): New kludge.
6528         (pui-list-packages): Add warning when `package-get-remote' is nil.
6529         (package-ui-add-site): New function.
6530
6531 1998-12-01  Didier Verna  <didier@xemacs.org>
6532
6533         * hyper-apropos.el (hyper-where-is): added the missing autoload.
6534
6535 1998-11-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6536
6537         * ldap.el: Custom-ized
6538         (toplevel): Do not provide `ldap' which is provided by C level
6539         LDAP code
6540         (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
6541
6542 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
6543
6544         * isearch-mode.el (isearch-mode): Really fix keymap lossage.
6545
6546 1998-12-17  Andy Piper  <andy@xemacs.org>
6547
6548         * sound.el (sound-load-list): name changed from sound-load-alist.
6549         (sound-extension-list): name changed from sound-ext-list.
6550         (load-default-sounds): use new names.
6551         (load-sound-file): use new names.
6552
6553 1998-12-16  Andy Piper  <andy@xemacs.org>
6554
6555         * XEmacs 21.2.6 is released
6556
6557 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
6558
6559         * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
6560         errors.
6561
6562 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6563
6564         * wid-edit.el (widget-echo-this-extent): Set
6565         help-echo-owns-message to t.
6566
6567 1998-11-30  Greg Klanderman  <greg@alphatech.com>
6568
6569         * package-get.el (package-get-download-menu): use toggles for
6570           each site in the download site menu.
6571
6572 1998-12-01  Jan Vroonhof <vroonhof@math.ethz.ch>
6573
6574         * package-get.el (package-get): If we cannot find a package
6575           because package-get-remote is not set, give a more helpful
6576           error message.
6577
6578 1998-11-30  Greg Klanderman  <greg@alphatech.com>
6579
6580         * package-get.el (package-get-remote-filename): use an EFS path
6581         with user anonymous if no user is specified.
6582
6583 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
6584
6585         * faces.el (face-spec-set): Re-init fallfacks for default after
6586         calling reset-face on the default face.
6587
6588 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
6589
6590         * package-admin.el (package-admin-default-install-function):
6591         Behave as advertised.  Make sure the pkg-dir is proper for
6592         default-directory.
6593         (package-admin-add-binary-package): Make sure the pkg-dir is
6594         proper for default-directory.
6595         (package-admin-install-function-mswindows): Make sure the pkg-dir
6596         is proper for default-directory.
6597
6598 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
6599
6600         * XEmacs 21.2.5 is released
6601
6602 1998-12-05  SL Baur  <steve@altair.xemacs.org>
6603
6604         * files.el (binary-file-regexps): regexp-opt is not available at
6605         bytecompile time.
6606
6607 1998-11-30  Martin Buchholz  <martin@xemacs.org>
6608
6609         * x-win-xfree86.el:
6610         * x-win-sun.el (x-win-init-sun):
6611         * x-win-sun.el:
6612         * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
6613         * x-iso8859-1.el:
6614         * x-init.el (init-post-x-win):
6615         * x-init.el (init-pre-x-win):
6616         * x-init.el (x-initialize-compose):
6617         * x-init.el:
6618         * x-compose.el:
6619         * winnt.el:
6620         * widget.el:
6621         * wid-edit.el (widget-glyph-click):
6622         * wid-edit.el (widget-glyph-find):
6623         * wid-edit.el (widget-type):
6624         * view-less.el (view-buffer-other-window):
6625         * very-early-lisp.el:
6626         * version.el:
6627         * toolbar.el:
6628         * toolbar-items.el:
6629         * term/sun.el (suntool-map):
6630         * term/sun-mouse.el:
6631         * term/internal.el:
6632         * syntax.el (modify-syntax-entry):
6633         * symbol-syntax.el:
6634         * subr.el:
6635         * startup.el (lock-directory):
6636         * simple.el (set-comment-column):
6637         * simple.el (backward-delete-char-untabify):
6638         * shadow.el (find-emacs-lisp-shadows):
6639         * shadow.el:
6640         * setup-paths.el (paths-construct-info-path):
6641         * select.el (cut-copy-clear-internal):
6642         * process.el (call-process-region):
6643         * process.el (start-process-shell-command):
6644         * process.el:
6645         * paths.el (rmail-spool-directory):
6646         * paragraphs.el (use-hard-newlines):
6647         * package-get.el (package-get-dependencies):
6648         * package-admin.el (package-admin-delete-binary-package):
6649         * obsolete.el (truncate-string):
6650         * obsolete.el (store-substring):
6651         * mouse.el (default-mouse-track-maybe-own-selection):
6652         * mouse.el (mouse-yank-at-point):
6653         * modeline.el:
6654         * modeline.el (mouse-drag-modeline):
6655         * minibuf.el (read-directory-name-internal):
6656         * minibuf.el (read-file-name-internal):
6657         * minibuf.el (read-file-name-internal-1):
6658         * minibuf.el (read-file-name-2):
6659         * minibuf.el (exact-minibuffer-completion-p):
6660         * minibuf.el (read-from-minibuffer):
6661         * minibuf.el:
6662         * menubar.el (check-menu-syntax):
6663         * map-ynp.el (map-y-or-n-p):
6664         * make-docfile.el (docfile-out-of-date):
6665         * loadup.el ((member "run-temacs" command-line-args)):
6666         * loadup.el ((member "no-site-file" command-line-args)):
6667         * loadup.el (really-early-error-handler):
6668         * loadup.el:
6669         * loadhist.el:
6670         * loaddefs.el:
6671         * lisp-mnt.el (lm-verify):
6672         * lib-complete.el (lib-complete:cache-completions):
6673         * lib-complete.el (library-all-completions):
6674         * itimer.el (itimer-run-expired-timers):
6675         * info.el (Info-mode):
6676         * info.el (Info-insert-file-contents):
6677         * info.el (Info-rebuild-dir):
6678         * info.el (Info-build-dir-anew):
6679         * info.el (Info-parse-dir-entries):
6680         * info.el (Info-dir-outdated-p):
6681         * info.el (Info-insert-dir):
6682         * info.el (info-xref):
6683         * info.el:
6684         * hyper-apropos.el (hyper-apropos-get-doc):
6685         * hyper-apropos.el (hyper-describe-face):
6686         * hyper-apropos.el (hyper-apropos-mode):
6687         * hyper-apropos.el:
6688         * help.el (list-processes):
6689         * help.el:
6690         * gnuserv.el:
6691         * font.el (mswindows-font-create-name):
6692         * font.el (font-default-font-for-device):
6693         * font.el (x-font-create-object):
6694         * font.el (font-registry):
6695         * font.el:
6696         * font-lock.el (font-lock-keywords):
6697         * font-lock.el:
6698         * finder.el (finder-compile-keywords):
6699         * find-paths.el (paths-find-recursive-path):
6700         * fill.el (set-justification-center):
6701         * fill.el (fill-region-as-paragraph):
6702         * files.el (insert-directory):
6703         * files.el (wildcard-to-regexp):
6704         * files.el (recover-file):
6705         * files.el (basic-save-buffer):
6706         * files.el (delete-auto-save-file-if-necessary):
6707         * files.el (file-relative-name):
6708         * files.el (backup-extract-version):
6709         * files.el (backup-buffer):
6710         * files.el (set-visited-file-name):
6711         * files.el (set-auto-mode):
6712         * files.el (interpreter-mode-alist):
6713         * files.el:
6714         * files.el (find-file-noselect):
6715         * files.el (abbreviate-file-name):
6716         * files.el (parse-colon-path):
6717         * files.el (directory-abbrev-alist):
6718         * etags.el (visit-tags-table-buffer):
6719         * easymenu.el (easy-menu-define):
6720         * dragdrop.el (experimental-dragdrop-drag):
6721         * dragdrop.el (dragdrop-drop-do-functions):
6722         * dragdrop.el (dragdrop-drop-at-point):
6723         * disass.el (disassemble-1):
6724         * disass.el (disassemble-internal):
6725         * disass.el (disassemble):
6726         * disass.el:
6727         * derived.el (derived-mode-init-mode-variables):
6728         * derived.el (define-derived-mode):
6729         * custom.el (defgroup):
6730         * cus-edit.el (custom-quote):
6731         * config.el:
6732         * code-process.el (open-network-stream):
6733         * code-process.el (start-process):
6734         * code-process.el (call-process-region):
6735         * code-process.el (call-process):
6736         * code-process.el:
6737         * code-files.el (insert-file-contents):
6738         * code-files.el:
6739         * code-files.el (buffer-file-coding-system-for-read):
6740         * cmdloop.el (yes-or-no-p-minibuf):
6741         * cl.el:
6742         * cl-macs.el:
6743         * cl-extra.el:
6744         * callers-of-rpt.el (make-caller-report):
6745         * callers-of-rpt.el:
6746         * bytecomp.el (batch-byte-recompile-directory):
6747         * bytecomp.el (batch-byte-compile-1):
6748         * bytecomp.el (batch-byte-compile):
6749         * bytecomp.el (display-call-tree):
6750         * bytecomp.el (byte-compile-insert):
6751         * bytecomp.el (byte-compile-two-args-19->20):
6752         * bytecomp.el (byte-compile-variable-ref):
6753         * bytecomp.el (byte-compile-form):
6754         * bytecomp.el (byte-compile-top-level-body):
6755         * bytecomp.el (byte-compile-out-toplevel):
6756         * bytecomp.el (byte-compile-byte-code-maker):
6757         * bytecomp.el (byte-compile-file-form-defmumble):
6758         * bytecomp.el (byte-compile-file-form):
6759         * bytecomp.el (byte-compile-keep-pending):
6760         * bytecomp.el (byte-compile-insert-header):
6761         * bytecomp.el (byte-compile-from-buffer):
6762         * bytecomp.el (byte-compile-file):
6763         * bytecomp.el (byte-recompile-file):
6764         * bytecomp.el (byte-compile-close-variables):
6765         * bytecomp.el (byte-compile-warn-about-unused-variables):
6766         * bytecomp.el (byte-compile-warn-about-unresolved-functions):
6767         * bytecomp.el (byte-compiler-legal-options):
6768         * bytecomp.el (byte-compile-lapcode):
6769         * bytecomp.el (byte-optimize-log):
6770         * bytecomp.el ((fboundp 'defsubst)):
6771         * bytecomp.el:
6772         * bytecomp-runtime.el:
6773         * byte-optimize.el (byte-optimize-apply):
6774         * byte-optimize.el (car):
6775         * byte-optimize.el (byte-optimize-form):
6776         * byte-optimize.el (byte-optimize-form-code-walker):
6777         * byte-optimize.el:
6778         * build-report.el (build-report-insert-installation-file):
6779         * build-report.el (build-report):
6780         * auto-show.el:
6781         * apropos.el (apropos-documentation):
6782         - mega patch
6783         - clean up byte-compile warnings
6784         - remove unused variables
6785         - Use common lisp style hashtable functions
6786         - byte compiler cleanup
6787         - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
6788         - remove old backquote syntax usage
6789         - move some cl functionality into C for speed.
6790         - remove last remaining VMS support
6791         - spelling fixes
6792         - implement last, butlast, nbutlast, copy-list in C.
6793         - new macro ignore-file-errors, similar to ignore-errors
6794           (ignore-file-errors (delete-file "foo"))
6795         - get frequent garbage collection during loadup.el by tweaking
6796           gc-cons-threshold, rather than explicitly calling garbage-collect
6797         - default delete-key-deletes-forward to `t'.
6798
6799 1998-11-28  SL Baur  <steve@altair.xemacs.org>
6800
6801         * XEmacs 21.2-beta4 is released.
6802
6803 1998-11-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
6804
6805         * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
6806         (easy-menu-item-present-p): Wrapper around find-menu-item.
6807         (easy-menu-remove-item): Wrapper around delete-menu-item.
6808
6809         * menubar.el (delete-menu-item): Add 'from-menu' argument.
6810         (add-menu-button): Add 'in-menu' argument.
6811         (add-menu-item-1): Add in-menu support to helper function.
6812
6813 1998-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * isearch-mode.el (isearch-mode): Fix keymap lossage.
6816
6817 1998-11-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
6818
6819         * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
6820         of Dec 4, 1997.
6821
6822 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
6823
6824         * process.el (shell-command-on-region): Report if the command
6825         succeeded or failed.
6826
6827 1998-11-24  Hrvoje Niksic  <hniksic@srce.hr>
6828
6829         * subr.el (buffer-substring-no-properties): Comment out.
6830
6831 1998-11-07  Adrian Aichner  <adrian@xemacs.org>
6832
6833         * msw-faces.el (mswindows-find-smaller-font): Turning font names
6834           into font instances first, like `x-frob-font-size' does.
6835           (mswindows-find-larger-font): ditto
6836
6837 1998-11-04  Greg Klanderman  <greg@alphatech.com>
6838
6839         * package-ui.el (pui-install-selected-packages): fix args in call
6840         to `package-get'.
6841
6842 1998-10-29  Jan Vroonhof  <vroonhof@math.ethz.ch>
6843
6844         * package-get.el (host-name): New widget type.
6845         (package-get-remote): Better customization using new type.
6846         (package-get-download-sites): idem dito.
6847
6848         (package-get-custom): Do not use package-get-all untill we have
6849         runtime dependencies.
6850
6851         (package-get-remove-copy): Default to 't' we no longer need this
6852         kludge as we do not currently use depenencies.
6853
6854         (package-get-was-current): New variable.
6855         (package-get-require-base): New 'force-current' argument.
6856         (package-get-update-base): idem
6857         (package-get-package-provider):  idem
6858         (package-get-locate-index-file): New 'no-remote' argument.
6859         (package-get-locate-file): idem.
6860
6861         (package-get-maybe-save-index): New function.
6862         (package-get-update-base): Use it.
6863
6864 1998-10-28 Greg Klanderman <greg@alphatech.com>
6865
6866         * package-get.el (package-get-remote): default to nil; by default,
6867         don't go out to the net via EFS.  They must select a download site.
6868         (package-get-download-sites): new variable.
6869         (package-get-download-menu): new function.
6870         (package-get-locate-index-file): new function.
6871         (package-get-update-base): use it.
6872
6873         * menubar-items.el (default-menubar): add "Update Package Index"
6874         and "Add Download Site" menus under Options | Manage Packages.
6875
6876 1998-10-19  Greg Klanderman  <greg@alphatech.com>
6877
6878         * package-get.el (package-get): bugfix code checking installed version
6879         for case where package is not currently installed.
6880         (package-get-require-signed-base-updates): new variable.
6881         (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
6882         deemed not a goot thing.  Use the variable
6883         package-get-allow-unsigned-base-updates instead.
6884
6885 1998-10-16 Greg Klanderman <greg@alphatech.com>
6886
6887         * package-get.el (package-get): Don't install an older version than
6888         we already have unless explicitly told to.  Issue a warning.
6889
6890         * package-ui.el (pui-add-required-packages): when adding
6891         dependencies, don't add packages that are up to date.
6892         (pui-package-symbol-char):  Don't consider a package out of date
6893         if you have a newer version installed than the latest version in
6894         package-get-base.
6895
6896         * package-get.el (package-get-base-filename): document that it may
6897         be a path relative to package-get-remote;  new default value.
6898         (package-get-locate-file): new function.
6899         (package-get-update-base): use it to expand package-get-base-filename.
6900         (package-get-save-base): new function to save the package-get database
6901         to file.
6902         (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
6903         (package-get-update-base): pass the REMOTE-SOURCE arg.
6904         (package-get-update-base-entry): call package-get-custom-add-entry.
6905         (package-get-file-installed-p): removed; no longer needed.
6906         (package-get-create-custom): ditto.
6907         (toplevel): remove code to build and load package-get-custom.el
6908         (package-get-custom-add-entry): new function.
6909
6910 1998-10-12  Hrvoje Niksic  <hniksic@srce.hr>
6911
6912         * wid-edit.el (widget-button-click): Don't switch window.
6913
6914 1998-10-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
6915
6916         * cus-face.el (custom-set-face-update-spec): Add autoload cookie
6917
6918 1998-10-20  Malcolm Box  <malcolm@brownale.demon.co.uk>
6919
6920         * etags.el (find-tag-default): Run find-tag-hook using
6921         run-hooks rather than funcall
6922
6923 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
6924
6925         * isearch-mode.el (isearch-mode): Set the current minor mode maps
6926         and the current local map as the parents to isearch-mode-map.
6927
6928 1998-10-15  SL Baur  <steve@altair.xemacs.org>
6929
6930         * XEmacs 21.2-beta3 is released.
6931
6932 1998-10-15  Greg Klanderman  <greg@alphatech.com>
6933
6934         * package-get.el (package-get-update-base): use
6935         insert-file-contents-internal, not insert-file-contents-literally.
6936
6937 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
6938
6939         * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
6940         dump time.
6941
6942 1998-10-15  Greg Klanderman  <greg@alphatech.com>
6943
6944         * package-get.el (package-get-update-base-entry): new function.
6945         (package-get-update-base): renamed; was `package-get-load-base'.
6946         cleanup, and use package-get-update-base-from-buffer.
6947         (package-get-update-base-from-buffer): new function.
6948         (package-get-update-base-entries): new; helper for above.
6949         Do not eval lisp grabbed over ftp; parse it from new format.
6950
6951 1998-10-15  Greg Klanderman  <greg@alphatech.com>
6952
6953         * files.el (set-auto-mode): Don't play games loading package-get
6954         database; package-get-package-provider will handle it all.
6955
6956 1998-10-14  Greg Klanderman  <greg@alphatech.com>
6957
6958         * package-get.el (package-get-base-filename): new variable.
6959         (package-get-require-base): new function.
6960         (package-get-pgp-signed-begin-line): new variable.
6961         (package-get-pgp-signature-begin-line): ditto.
6962         (package-get-pgp-signature-end-line):  ditto.
6963         (package-get-load-base): new function.
6964         (package-get-interactive-package-query):
6965         (package-get-update-all):
6966         (package-get-dependencies):
6967         (package-get-package-provider):
6968         (package-get-custom): use package-get-require-base.
6969         [package-get-custom loading]: disable for now.
6970
6971         * package-ui.el (pui-list-packages): use (package-get-require-base)
6972
6973 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
6974
6975         * package-ui.el: Correct obvious thinko in choosing extent face.
6976
6977 1998-10-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
6978
6979         * menubar-items.el (default-menubar): pui-list-package has nothing
6980         to with Customize. Move all the package stuff to a new Item in Options.
6981
6982         * package-ui.el (pui-menu): Add menu and Popup menu.
6983
6984         * package-get.el (package-get): Use new
6985         package-admin-get-install-dir.
6986
6987         * package-admin.el (package-admin-get-install-dir): New syntax.
6988         Conserve package location and put mule packages where mule-base is.
6989
6990         * package-get.el : Customized
6991
6992         * package-ui.el (pui): Customized
6993         (pui-package-install-dest-dir): New variable.
6994         (pui-install-selected-packages): Use it
6995
6996 1998-10-12  SL Baur  <steve@altair.xemacs.org>
6997
6998         * package-get.el (package-get-interactive-package-query): Move
6999         dependency on package-get-base to run-time.
7000         (package-get-update-all): Ditto.
7001         (package-get-dependencies): Ditto.
7002         (package-get-package-provider): Ditto.
7003         (package-get-custom): Ditto.
7004
7005 1998-10-11  Glynn Clements  <glynn@sensei.co.uk>
7006
7007         * events.el: Remove 'ascii-character property from 'backspace
7008         and 'delete symbols
7009
7010 1998-10-11  SL Baur  <steve@altair.xemacs.org>
7011
7012         * package-get-base.el: removed.
7013
7014 1998-09-23  Didier Verna  <didier@xemacs.org>
7015
7016         * simple.el (search-caps-disable-folding): moved from isearch-mode.el
7017         (no-upper-case-p): new function.
7018         (with-search-caps-disable-folding): new macro.
7019         (with-interactive-search-caps-disable-folding): new macro.
7020         (zap-to-char): In interactive mode, do a case-sensitive search if
7021         the character is uppercase.
7022         (zap-up-to-char): ditto.
7023
7024         * replace.el (perform-replace): use the function no-upper-case-p.
7025
7026         * isearch-mode.el (isearch-fix-case): ditto.
7027         make obsolete `with-caps-disable-folding' and
7028         `isearch-no-upper-case-p'.
7029
7030         * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
7031         (tags-search): ditto.
7032         (tags-query-replace): ditto.
7033
7034         * info.el (Info-search): ditto.
7035
7036 1998-10-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
7037
7038         * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
7039
7040 1998-10-07  Greg Klanderman  <greg@alphatech.com>
7041
7042         * package-admin.el (package-admin-rmtree): rewritten.  need to
7043         check for "." and ".." before symlink check.  expand files and
7044         directories with respect to DIRECTORY, not default-directory.
7045
7046 1998-10-04  Greg Klanderman  <greg@alphatech.com>
7047
7048         * package-get.el (package-get-all): add INSTALL-DIR argument.
7049
7050 1998-10-06  Greg Klanderman  <greg@alphatech.com>
7051
7052         * package-ui.el (pui-add-required-packages): new function, select
7053         dependent packages.
7054         (pui-display-keymap): bind it.
7055         (pui-help-string): document it.
7056         (pui-install-selected-packages): package-get-all -> package-get.
7057
7058         * package-get.el (package-get-dependencies): new function.
7059
7060 1998-10-04  Hrvoje Niksic  <hniksic@srce.hr>
7061
7062         * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
7063         regexps.
7064
7065 1998-10-05  Hrvoje Niksic  <hniksic@srce.hr>
7066
7067         * mouse.el (default-mouse-track-point-at-opening-quote-p): New
7068         function.
7069         (default-mouse-track-normalize-point): Use it.
7070
7071 1998-09-30  Jan Vroonhof  <vroonhof@math.ethz.ch>
7072
7073         * package-admin.el (package-admin-delete-binary-package):
7074                 General cleanup. Remove unnessary use of progn and
7075         save-excursion.
7076         (package-admin-delete-binary-package): Do NOT mess with file
7077         modes. That is evil.
7078         (package-admin-delete-binary-package): Wrap all deleting in
7079         condition-case. The data in MANIFEST is untrustworthy.
7080         (package-admin-delete-binary-package): Let the OS worry about non
7081         empty directories.
7082
7083 1998-10-09  SL Baur  <steve@altair.xemacs.org>
7084
7085         * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
7086         processing.
7087         (lm-report-bug): Fix mail address to send bug reports to.
7088
7089 1998-09-29  SL Baur  <steve@altair.xemacs.org>
7090
7091         * XEmacs 21.2-beta2 is released.
7092
7093 1998-08-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
7094
7095         * files.el (auto-mode-alist): Enhanced regexp for perl-mode
7096
7097 1998-09-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
7098
7099         * info.el (Info-mode): Document page turning by double clicks in
7100         docstring so `M-x describe-mode' will display it.
7101
7102 1998-09-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
7103
7104         * info.el (Info-mouse-track-double-click-hook): Use character
7105         widths to calculate a border region where double clicking does
7106         page turning, and return `nil' by default so other hooks, such as
7107         region highlighting, will be run.
7108
7109 1998-09-29  Colin Rafferty   <colin@xemacs.org>
7110
7111         * sound.el (default-sound-directory-list): Initialize with all the
7112         "sounds" directories in `data-directory-list'.  It used to just be
7113         the first one.
7114
7115         * packages.el (locate-data-directory-list): Created.  This gives
7116         the list of matching directories, unlike `locate-data-directory',
7117         which just gives the first one.
7118
7119 1998-09-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
7120
7121         * minibuf.el (read-from-minibuffer): No longer bind help-form but
7122         make a binding in the local keymap until help-char handling is
7123         improved.
7124
7125         * help.el (help-keymap-with-help-key): Provide keymap with help
7126         binding.
7127         (help-print-help-form): New helper function.
7128
7129 1998-09-23  Hrvoje Niksic  <hniksic@srce.hr>
7130
7131         * isearch-mode.el (isearch-highlight): set-extent-endpoints can
7132         move extent to another buffer; no need to create a new extent.
7133         (isearch-fix-case): New function.
7134         (isearch-search-and-update): Use it.
7135
7136 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
7137
7138         * isearch-mode.el (isearch-mode): Use overriding-local-map to set
7139         the keymap, not minor-mode-map-alist.
7140         (isearch-done): Restore overriding-local-map.
7141
7142 1998-09-21  Martin Buchholz  <martin@xemacs.org>
7143
7144         * bytecomp.el (byte-compile-buffer-substring):
7145         Fix for: (byte-compile (defun f () (buffer-substring)))
7146         ==>   ** buffer-substring called with 3 args, but requires 0-3
7147         - new code not only works, but is more readable, too.
7148
7149 1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7150
7151         * msw-faces.el (mswindows-init-device-faces): Don't try to
7152           specify a default font at this late stage. Do try to force
7153           creation of the default face font so that if it fails we get
7154           an error now instead of a crash at frame creation.
7155
7156           mswindows-font-canonicalize-name, mswindows-make-font-unbold,
7157           mswindows-make-font-unitalic: Canonical default weight
7158           changed from "Normal" to "Regular".
7159
7160           mswindows-make-font-bold / -bold-italic: Supplied device was
7161           not being passed into call to mswindows-find-smaller-font.
7162
7163 1998-09-10  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
7164
7165         * package-get.el (package-get-remote): Fix the path where to find
7166           the packages on xemacs.org.
7167
7168 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
7169
7170         * about.el (about-maintainer-info): Update Ben's entry.
7171
7172 1998-09-24  Martin Buchholz  <martin@xemacs.org>
7173
7174         * lisp/shadow.el (find-emacs-lisp-shadows):
7175         - `member' was being called on lists of length 2000!
7176         - Replace with hashtables.
7177         - Replace hand-coded loops with (dolist)
7178         - Fix comment typo
7179
7180 1998-09-20  Darryl Okahata  <darrylo@sr.hp.com>
7181
7182         * packages.el: Added new function, `package-delete-name', to
7183           delete existing packages from the installed package database
7184           (`packages-package-list').  Also added the "pkginfo" directory
7185           to `packages-special-base-regexp', so that the pkginfo directory
7186           would not get added to `late-packages'.
7187
7188         * package-admin.el: Added ability to delete an installed package
7189           (added low-level function, `package-admin-delete-package').
7190           Understands how to use the pkginfo/MANIFEST.<package> file to
7191           delete the package.  When installing a package, will also
7192           create a MANIFEST.* file if one is not provided by the
7193           package.  If the MANIFEST.* doesn't exist when deleting a
7194           package, the functions will fall back to attempting to delete
7195           any package-specific lisp directory.
7196
7197         * package-get.el: Moved some functions to package-admin.el.
7198           Added interactive function `package-get-delete-package', for
7199           use by users for deleting a package.
7200
7201           Also modified to not require the presence of efs.
7202
7203 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
7204
7205         * files.el (find-file-noselect): Handle all signals, kill the
7206         buffer and resignal.
7207
7208 1998-09-23  SL Baur  <steve@altair.xemacs.org>
7209
7210         * cl-macs.el (glyph-image): Add setf method.
7211
7212 1998-09-06  Darryl Okahata  <darrylo@sr.hp.com>
7213
7214         * package-get.el: Fixed broken EFS downloading.  Also, look for
7215           .tar.gz files first, in preference over .tgz files.
7216
7217         * package-ui.el: Fix display of package version numbers.
7218
7219 1998-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
7220
7221         * x-font-menu.el (font-menu-set-font):  Add "pt" units to size
7222         argument.
7223
7224 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
7225
7226         * list-mode.el: `display-completion-list': added new/optional
7227           keyword `:completion-string', which allows the programmer to
7228           change the "Possible completions are:" prompt.
7229
7230         * menubar-items.el: Added new pulldown menu-pick to start up the
7231           visual package browser/installer:
7232
7233                 Options->Customize->List Packages
7234
7235         * package-admin.el: Added hooks for installing under both Unix
7236           and MS Windows.  Does additional error checking.  No longer
7237           calls "add-big-package.sh" to install packages under Unix; now
7238           calls gunzip & tar directly.
7239
7240         * package-get.el: Added ability to install packages from files
7241           on a local disk/CDROM.  Now deletes any existing package lisp
7242           directory.  Does completion on available packages when
7243           querying for package names.  Will also search for .tgz files
7244           in addition for .tar.gz files.  Tries to reload
7245           auto-autoloads, as a convenience when loading new packages,
7246           and also tries to add any new package paths to `load-path'.
7247           Changed all occurences of `concat' to use `expand-file-name'.
7248
7249         * package-ui.el: New file which implements the main visual
7250           package browser/installer, which is started via a menu pick or
7251           M-x pui-list packages.
7252
7253 1998-09-03  Hrvoje Niksic  <hniksic@srce.hr>
7254
7255         * startup.el (load-init-file): spelling fix.
7256
7257 1998-09-02  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7258
7259         * startup.el (normal-top-level): Load auto-autoload files
7260         covariantly with their precedence.
7261
7262 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
7263
7264         * menubar-items.el (default-menubar): Remove "Font Weight"
7265         option, there is currently no custom equivalent.. Customize-faces
7266         is "Edit faces".
7267
7268         * x-font-menu.el (font-menu-set-font): Use customize to set
7269         default face.
7270
7271         * faces.el (face-spec-update-all-matching): New function.
7272
7273         * cus-face.el (custom-set-face-update-spec): New function.
7274         Interface to customize faces from elisp.
7275
7276         (custom-face-value-create): Show the customized settings if set
7277         but not saved.
7278
7279 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
7280
7281         (custom-face-value-create): Show the customized settings if set
7282         but not saved.
7283
7284 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
7285
7286         * keydefs.el (global-map): Add FSF 20.3 binding of
7287         query-replace-regexp.
7288
7289 1998-08-21  Greg Klanderman  <greg@alphatech.com>
7290
7291         * minibuf.el (read-file-name-internal-1): use
7292         user-name-completion-1 instead of user-name-completion.
7293
7294 1998-08-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7295
7296         * loadup.el:
7297         * make-docfile.el:
7298         * update-elc.el: Don't set `source-directory' (now defunct as a
7299         global variable) no more.
7300
7301         * packages.el (packages-list-autoloads): Made `source-directory'
7302         (now defunct as a global variable) a parameter.
7303
7304 1998-08-13  Carsten Leonhardt  <leo@arioch.oche.de>
7305
7306         * about.el (about-hackers): new email
7307
7308 1998-08-16  SL Baur  <steve@altair.xemacs.org>
7309
7310         * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
7311
7312 1998-07-17  Didier Verna  <didier@xemacs.org>
7313
7314         * faces.el (set-face-property):
7315         (set-face-dim-p):
7316         (face-dim-p): updated the doc strings now that the dim property isn't
7317         tty-specific.
7318         (face-equal): the dim property is now a common one.
7319
7320         * cus-face.el (custom-face-attributes): New face attribute: `dim'
7321         Renamed the `stipple' attribute to `background-pixmap'.
7322         (custom-face-background-pixmap): make custom-face-stipple an
7323         obsolete alias for this.
7324
7325 1998-08-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7326
7327         * find-paths.el (paths-file-readable-directory-p): Created and
7328         used.
7329
7330         * loadup.el: Don't set inhibit-... flags from run-temacs.
7331
7332 1998-08-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7333
7334         * packages.el (packages-data-path-depth): Added and used.
7335
7336 1998-08-05  Charles G. Waldman <cgw@pgt.com>
7337
7338         * about.el:
7339         - Change .xpm to .png, delete "zcat" section.
7340         - cosmetic fix in the 'marcpa' entry.
7341
7342         * etc/photos
7343         - convert all .xpm.Z to .png
7344         - rename mrb to martin
7345         - rename mcook-m to mcookm
7346
7347 1998-07-31  Martin Buchholz  <martin@xemacs.org>
7348
7349         * x-init.el (x-initialize-compose): Add support for
7350         dead-circumflex as YET ANOTHER NAME for that dead key.
7351
7352 1998-08-05  Colin Rafferty <colin@xemacs.org>
7353
7354         * setup-paths.el (paths-construct-exec-path): Made the
7355         last-packages really be last.
7356         (paths-construct-data-directory-list): Ditto.
7357
7358 1998-08-01  Kai Haberzettl  <khaberz@synnet.de>
7359
7360         * startup.el(startup-splash-frame-body):
7361         Update Copyright notice in splash screen
7362
7363 1998-07-20  Greg Klanderman  <greg@alphatech.com>
7364
7365         * minibuf.el (read-file-name-internal-1): do ~user completion.
7366
7367 1998-07-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
7368
7369         * font-lock.el (font-lock-fontify-glumped-region): Add guard
7370         aginst destroyed extents
7371
7372 1998-07-24  Greg Klanderman  <greg@alphatech.com>
7373
7374         * package-get.el (package-get): add `install-dir' argument.
7375
7376 1998-07-20  John Jones  <jj@asu.edu>
7377
7378         * package-get.el: calls to package-get-update-all will only
7379           update packages which are already installed.
7380
7381 1998-07-23  SL Baur  <steve@altair.xemacs.org>
7382
7383         * autoload.el (update-file-autoloads): Ensure autoloads buffer is
7384         writable.
7385
7386 1998-07-20  Colin Rafferty   <colin@xemacs.org>
7387
7388         * about.el (about-hackers): Correct my email.
7389
7390 1998-07-20  Kai Haberzettl  <khaberz@synnet.de>
7391
7392         * about.el (about-hackers): new email-address.
7393
7394 1998-07-25  SL Baur  <steve@altair.xemacs.org>
7395
7396         * minibuf.el (read-number): Don't let `input-error' condition
7397         escape.
7398
7399 1998-07-20  Greg Klanderman  <greg@alphatech.com>
7400
7401         * about.el (about-hackers): use my `email-for-life' address.
7402
7403 1998-07-19  SL Baur  <steve@altair.xemacs.org>
7404
7405         * XEmacs 21.2-beta1 is released.
7406
7407 1998-07-12  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7408
7409         * ldap.el (ldap-search): Doc string change
7410
7411 1998-07-16  Colin Rafferty   <colin@xemacs.org>
7412
7413         * menubar-items.el (default-menubar): Removed references to
7414         `data-directory', and use `locate-data-file' instead, and made
7415         then greyed out if they don't exist.
7416
7417 1998-07-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7418
7419         * keymap.el (events-to-keys): Use `format' instead of `concat'
7420         since the latter does not accept integer args anymore
7421
7422 1998-07-15  SL Baur  <steve@altair.xemacs.org>
7423
7424         * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
7425         macros replaced.
7426
7427 1998-07-14  SL Baur  <steve@altair.xemacs.org>
7428
7429         * make-docfile.el: Get first initialization from very-early-lisp.el
7430         * update-elc.el: Ditto.
7431         * loadup.el (really-early-error-handler): Ditto.
7432
7433         * packages.el (packages-unbytecompiled-lisp): Add new file,
7434         very-early-lisp.el.
7435
7436         * very-early-lisp.el: New file.
7437
7438 1998-07-14  SL Baur  <steve@altair.xemacs.org>
7439
7440         * Symbols that have been obsolete for at least 3 years removed (II).
7441
7442         * obsolete.el (eval-current-buffer): Make compatible.
7443         (byte-code-function-p): Ditto.
7444         (send-string): Removed.
7445         (send-region): Removed.
7446         (screen-scrollbar-width): Removed.
7447         (set-screen-scrollbar-width): Removed.
7448         (set-screen-left-margin-width): Removed.
7449         (set-screen-right-margin-width): Removed.
7450         (screen-left-margin-width): Removed.
7451         (screen-right-margin-width): Removed.
7452         (set-buffer-left-margin-width): Removed.
7453         (set-buffer-right-margin-width): Removed.
7454         (buffer-left-margin-width): Removed.
7455         (buffer-right-margin-width): Removed.
7456         (x-set-frame-icon-pixmap): Removed.
7457         (x-set-screen-icon-pixmap): Removed.
7458         (pixel-name): Removed.
7459         (make-pixmap): Removed.
7460         (make-cursor): Removed.
7461         (pixmap-width): Removed.
7462         (pixmap-contributes-to-line-height-p): Removed.
7463         (set-pixmap-contributes-to-line-height): Removed.
7464
7465 1998-07-13  SL Baur  <steve@altair.xemacs.org>
7466
7467         * obsolete.el (popup-menu-up-p): removed.
7468         (read-no-blanks-input): Removed.
7469         (wholenump): Removed.
7470         (ring-mod): Removed (what was ring-mod?).
7471         (current-time-seconds): Removed.
7472         (run-special-hook-with-args): Removed.
7473         (dot): Removed.
7474         (dot-marker): Removed.
7475         (dot-min): Removed.
7476         (dot-max): Removed.
7477         (window-dot): Removed.
7478         (set-window-dot): Removed.
7479
7480         * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
7481         `dot-min'.
7482
7483         * minibuf.el: (read-no-blanks-input): remove commented-out copy.
7484
7485         * code-files.el (insert-file-contents): Rename
7486         run-special-hook-with-args to run-hook-with-args-until-success.
7487         (write-region): Ditto.
7488
7489 1998-07-12  SL Baur  <steve@altair.xemacs.org>
7490
7491         * about.el: Fix typos, update release date.
7492
7493         * Symbols that have been obsolete for at least 3 years removed.
7494
7495         * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
7496         screen- functions.
7497         (toplevel): remove setf methods for screen functions.
7498         * cl-macs.el (extent-data): defsetf removed.
7499         * obsolete.el (lisp-indent-hook): Make compatible, it's used too
7500         many places to remove.
7501         (comment-indent-hook): Ditto.
7502         * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
7503         (buffer-dedicated-screen): Ditto.
7504         (deiconify-screen): Ditto.
7505         (delete-screen): Ditto.
7506         (event-screen): Ditto.
7507         (find-file-other-screen): Ditto.
7508         (find-file-read-only-other-screen): Ditto.
7509         (live-screen-p): Ditto.
7510         (screen-height): Ditto.
7511         (screen-iconified-p): Ditto.
7512         (screen-list): Ditto.
7513         (screen-live-p): Ditto.
7514         (screen-name): Ditto.
7515         (screen-parameters): Ditto.
7516         (screen-pixel-height): Ditto.
7517         (screen-pixel-width): Ditto.
7518         (screen-root-window): Ditto.
7519         (screen-selected-window): Ditto.
7520         (screen-totally-visible-p): Ditto.
7521         (screen-visible-p): Ditto.
7522         (screen-width): Ditto.
7523         (screenp): Ditto.
7524         (get-screen-for-buffer): Ditto.
7525         (get-screen-for-buffer-noselect): Ditto.
7526         (get-other-screen): Ditto.
7527         (iconify-screen): Ditto.
7528         (lower-screen): Ditto.
7529         (mail-other-screen): Ditto.
7530         (make-screen): Ditto.
7531         (make-screen-invisible): Ditto.
7532         (make-screen-visible): Ditto.
7533         (modify-screen-parameters): Ditto.
7534         (new-screen): Ditto.
7535         (next-screen): Ditto.
7536         (next-multiscreen-window): Ditto.
7537         (other-screen): Ditto.
7538         (previous-screen): Ditto.
7539         (previous-multiscreen-window): Ditto.
7540         (raise-screen): Ditto.
7541         (redraw-screen): Ditto.
7542         (select-screen): Ditto.
7543         (selected-screen): Ditto.
7544         (set-buffer-dedicated-screen): Ditto.
7545         (set-screen-height): Ditto.
7546         (set-screen-position): Ditto.
7547         (set-screen-size): Ditto.
7548         (set-screen-width): Ditto.
7549         (show-temp-buffer-in-current-screen): Ditto.
7550         (switch-to-buffer-other-screen): Ditto.
7551         (visible-screen-list): Ditto.
7552         (window-screen): Ditto.
7553         (x-set-screen-pointer): Ditto.
7554         (x-set-frame-pointer): Ditto.
7555         (screen-title-format): Ditto.
7556         (screen-icon-title-format): Ditto.
7557         (terminal-screen): Ditto.
7558         (delete-screen-hook): Ditto.
7559         (create-screen-hook): Ditto.
7560         (mouse-enter-screen-hook): Ditto.
7561         (mouse-leave-screen-hook): Ditto.
7562         (map-screen-hook): Ditto.
7563         (unmap-screen-hook): Ditto.
7564         (default-screen-alist): Ditto.
7565         (default-screen-name): Ditto.
7566         (x-screen-defaults): Ditto.
7567         (x-create-screen): Ditto.
7568         * obsolete.el: meta-flag removed.
7569         baud-rate removed.
7570         sleep-for-millisecs removed.
7571         extent-data removed.
7572         set-extent-data removed.
7573         set-extent-attribute removed.
7574         extent-glyph removed.
7575         extent-layout removed.
7576         set-extent-layout removed.
7577         list-faces-display removed.
7578         list-faces removed.
7579         trim-versions-without-asking removed.
7580         after-write-file-hooks removed.
7581         truename removed.
7582         auto-fill-hook removed.
7583         blink-paren-hook removed.
7584         select-screen-hook, deselect-screen-hook removed.
7585         auto-raise-screen, auto-lower-screen removed.
7586
7587         * msw-mouse.el: Global change resource -> mswindows-resource.
7588
7589         * XEmacs 21.0-pre5 is released.
7590
7591 1998-07-11  SL Baur  <steve@altair.xemacs.org>
7592
7593         * about.el (about-hackers): Credits update.
7594
7595 1998-07-11  Hrvoje Niksic  <hniksic@srce.hr>
7596
7597         * register.el (insert-register): Don't activate the region.
7598
7599 1998-07-10  SL Baur  <steve@altair.xemacs.org>
7600
7601         * select.el: Restore x-* symbols for backwards compatibility:
7602         x-copy-primary-selection, x-kill-primary-selection,
7603         x-delete-primary-selection, x-select-make-extent-for-selection,
7604         x-valid-simple-selection-, x-cut-copy-clear-internal.
7605
7606 1998-07-09  SL Baur  <steve@altair.xemacs.org>
7607
7608         * XEmacs 21.0-pre4 is released.
7609
7610 1998-06-28  Hrvoje Niksic  <hniksic@srce.hr>
7611
7612         * menubar-items.el (default-menubar): Use `report-emacs-bug' for
7613         reporting bugs.
7614         (maybe-add-init-button): Fix semantics under Windows.  Use
7615         `expand-file-name' rather than `concat'.
7616
7617         * help.el (print-messages): New function.
7618
7619 1998-07-05  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7620
7621         * ldap.el (ldap-host-parameters-alist): Docstring fixes
7622
7623 1998-07-04  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7624
7625         * about.el: Tweaked my entry in about-hackers.
7626
7627         * find-paths.el (paths-emacs-root-p):
7628           Relaxed emacs-root checking of an in-place installation to
7629           also accommodate the flat layout used on MS Windows.
7630
7631 1998-06-29  John Jones  <jj@asu.edu>
7632
7633         * package-get.el: calls to package-get-update-all will only
7634           update packages which are already installed.
7635
7636 1998-07-05  Andy Piper  <andyp@parallax.co.uk>
7637
7638         * faces.el (xpm-color-symbols): remove hardcoded defaults these
7639         are handled by the gui-element face fallbacks now.
7640
7641         * x-faces.el: default gui-element face to "background" as well as
7642         the default face.
7643
7644         * msw-faces.el (mswindows-init-device-faces): remove gui-element
7645         and default face settings since these are set as fallbacks now in
7646         the appropriate domain.
7647
7648 1998-07-02  SL Baur  <steve@altair.xemacs.org>
7649
7650         * text-mode.el (text-mode): Reorder regexp so the OR part
7651         corresponding to `page-delim' goes first and the hack in
7652         `forward-paragraph' will work.
7653         With bug analysis from Bob Weiner <weiner@altrasoft.com>
7654
7655 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
7656
7657         * subr.el (remove-hook): When checking the hook value
7658           with functionp, don't apply car to it.
7659
7660 1998-06-24  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7661
7662         * package-get.el (package-get-remote-filename):
7663           Don't use file-name-as-directory because the local directory
7664           separator conventions might not be the same as ftp's.
7665
7666 1998-06-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7667
7668         * ldap.el (ldap-host-parameters-alist): New name of
7669         `ldap-host-parameters-plist'
7670
7671 1998-06-26  Adrian Aichner  <adrian@xemacs.org>
7672
7673         * package-get.el: Using (require 'package-get-base), now that it
7674         provides itself.  Consequently removed all instances of (load
7675         "package-get-base.el").
7676
7677 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
7678
7679         * subr.el (remove-hook): Don't treat the hook value as a
7680           list unless it is both consp and not functionp.
7681
7682 1998-06-29  SL Baur  <steve@altair.xemacs.org>
7683
7684         * about.el: Email address for Ben Wing is ben@xemacs.org.
7685         * auto-show.el: Ditto.
7686         * bytecomp.el: Ditto.
7687         * faces.el: Ditto.
7688         * x-scrollbar.el: Ditto.
7689         * x-misc.el: Ditto.
7690         * tty-init.el: Ditto.
7691         * toolbar-items.el: Ditto.
7692         * symbol-syntax.el: Ditto.
7693         * specifier.el: Ditto.
7694         * objects.el: Ditto.
7695         * hyper-apropos.el: Ditto.
7696         * glyphs.el: Ditto.
7697
7698 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
7699
7700         * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
7701         vertical-divider-always-visible-p.
7702         (default-mouse-motion-handler): Ditto.
7703
7704 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
7705
7706         * scrollbar.el (scrollbars-visible-p): Simplify.  Always set the
7707         global value.
7708
7709 1998-06-21  Oliver Graf <ograf@fga.de>
7710
7711         * build-reports.el: changed receiver to xemacs-build-reports list
7712
7713 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7714
7715         * font.el: Split font-family-mappings into X and
7716           mswindows-specific versions.
7717           mswindows-font-create-[object|name]: Treat supplied size
7718           as a pointsize. Added underline and strikethru handling.
7719
7720         * msw-faces.el: changed default mswindows charset to western.
7721
7722         * msw-glyphs.el: removed space in border-glyph font string that
7723           was inserted to get round bugs in the mswindows C font code.
7724
7725 1998-06-27  SL Baur  <steve@altair.xemacs.org>
7726
7727         * about.el (about-hackers): Credits update.
7728
7729         * help-nomule.el (tutorial-supported-languages): Add Romanian
7730         TUTORIAL.
7731
7732         * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
7733         to ISO-8859-2.
7734
7735 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7736
7737         * font.el: Split font-family-mappings into X and
7738           mswindows-specific versions.
7739           mswindows-font-create-[object|name]: Treat supplied size
7740           as a pointsize. Added underline and strikethru handling.
7741
7742         * msw-faces.el: changed default mswindows charset to western.
7743
7744         * msw-glyphs.el: removed space in border-glyph font string that
7745           was inserted to get round bugs in the mswindows C font code.
7746
7747 1998-06-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7748
7749         * minibuf.el: make read-color-completion-table call
7750           (mswindows-color-list for mswindows devices.
7751
7752 1998-06-18  Sam Mikes  <smikes@alumni.hmc.edu>
7753
7754         * lisp/font-lock.el
7755         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
7756         Let declaration items contain non-word symbol characters.
7757
7758 1998-06-15  Adrian Aichner  <adrian@xemacs.org>
7759
7760         * package-get.el (package-get-package-provider): Added autoload
7761         cookie.  Loading "package-get-base.el" in ALL functions that use
7762         it.  Fixed some (interactive ...) with multiple argument specs
7763         again.  Cosmetic indentation changes.
7764
7765 1998-05-27  Glynn Clements  <glynn@sensei.co.uk>
7766
7767         * info.el (Info-insert-dir): Don't use nreverse on variables
7768         that you want to use later.
7769
7770 1998-06-17  Glynn Clements  <glynn@sensei.co.uk>
7771
7772         * x-mouse.el (x-set-point-and-move-selection): Replace call
7773         to x-kill-primary-selection with kill-primary-selection
7774
7775 1998-06-12  Martin Buchholz  <martin@xemacs.org>
7776
7777         * simple.el (what-cursor-position): Make cursor position reported
7778         use value of column-number-start-at-one
7779
7780 1998-06-17  SL Baur  <steve@altair.xemacs.org>
7781
7782         * about.el (xemacs-hackers): Fix Jareth's email address.
7783
7784 1998-06-16  SL Baur  <steve@altair.xemacs.org>
7785
7786         * startup.el (startup-splash-frame): Remove
7787         `xemacs-startup-logo-function'.
7788
7789 1998-06-15  SL Baur  <steve@altair.xemacs.org>
7790
7791         * about.el (about-hackers): Update credits list.
7792
7793 1998-06-06  Jeff Miller <jmiller@smart.net>
7794
7795         * lisp/sound.el: Update sound-ext to allow filenames with
7796           extensions to be found by load-sound-file
7797
7798 1998-06-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7799
7800         * info.el (Info-rebuild-outdated-dir): Removed variable
7801         (Info-auto-generate-directory): New variable
7802         (Info-save-auto-generated-dir): New variable
7803         (Info-maybe-update-dir): Use `Info-auto-generate-directory'
7804         (Info-build-dir-anew): Second parameter removed.  Use
7805         `Info-save-auto-generated-dir'
7806         (Info-rebuild-dir): Ditto
7807
7808 1998-06-02  Christoph Wedler  <wedler@fmi.uni-passau.de>
7809
7810         * list-mode.el (next-list-mode-item): Would not recognize
7811         border between directly neighbored items.
7812
7813 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
7814
7815         * package-get.el: add autoloads for some functions.
7816
7817 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
7818
7819         * specifier.el (let-specifier): Tiny docfixes.
7820
7821 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
7822
7823         * msw-mouse.el: set selection-pointer-glyph to Normal.
7824
7825 1998-06-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7826
7827         * wid-edit.el (widget-specify-secret): New function.
7828         (widget-after-change): Use it.
7829         (widget-specify-field): Use it.
7830
7831 1998-06-08  Hrvoje Niksic  <hniksic@srce.hr>
7832
7833         * mouse.el (drag-window-divider): Use `(not done)' instead of
7834         `doit'; reuse result of `window-pixel-edges'.
7835
7836         * modeline.el (drag-modeline-event-lag): Rename to
7837         drag-divider-event-lag.
7838
7839 1998-06-07  Hrvoje Niksic  <hniksic@srce.hr>
7840
7841         * specifier.el (let-specifier): Rewritten not to generate needless
7842         `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
7843         arguments.
7844
7845 1998-05-28  Hrvoje Niksic  <hniksic@srce.hr>
7846
7847         * minibuf.el (read-file-name-1): Setup buffer-local value of
7848         `completion-ignore-case' in completions buffer under Windows.
7849
7850 1998-06-06  Kirill M. Katsnelson  <kkm@kis.ru>
7851
7852         * about.el (about-maintainer-glyph): Fix support for not
7853         compressed images.
7854
7855 1998-06-04  Kirill M. Katsnelson  <kkm@kis.ru>
7856
7857         * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
7858
7859         * mouse.el (mouse-track): Cancel selection if misc-user event with
7860         `cancel-mode-internal' function is fetched.
7861
7862 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
7863
7864         * files.el (save-some-buffers-1): Fixed return value.
7865
7866 1998-06-01  Oliver Graf <ograf@fga.de>
7867
7868         * dragdrop.el: added experimental
7869
7870 1998-05-26  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
7871
7872         * startup.el (after-init-hook, init-file-user,
7873         user-init-directory, load-user-init-file):  Purge references
7874         to "~/.xemacs/init.el" from docstrings.
7875
7876         (load-user-init-file) Use paths-construct-path to construct
7877         paths to user init files.  Go directly to ~/.emacs, do not
7878         search ~/.xemacs/, do not load `default-custom-file'.
7879
7880 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
7881
7882         * files.el (interpreter-mode-alist): Catch wish and tclsh before
7883         general *sh.
7884         (inhibit-first-line-modes-regexps): Added `.tar.gz'.
7885
7886 1998-06-03  Andy Piper  <andyp@parallax.co.uk>
7887
7888         * menubar-items.el (default-menubar): add Update Packages to customize
7889         menu.
7890
7891 1998-06-02  Andy Piper  <andyp@parallax.co.uk>
7892
7893         * faces.el: use toolbar face as a fallback for toolbar properties
7894         in xpm-color-symbols instead of default.
7895
7896         * msw-faces.el: rename 3d-object -> gui-element face.
7897
7898 1998-06-06  SL Baur  <steve@altair.xemacs.org>
7899
7900         * startup.el (xemacs-startup-logo-function): New variable.
7901         (startup-splash-frame): Use it.
7902
7903 1998-06-02  Hrvoje Niksic  <hniksic@srce.hr>
7904
7905         * files.el (save-some-buffers): Would wait 1 second.
7906         (save-some-buffers-1): Delete other windows here instead of in
7907         `save-some-buffers'.
7908         (save-some-buffers): Force redisplay only if windows were deleted.
7909
7910 1998-06-02  Didier Verna  <didier@xemacs.org>
7911
7912         * cus-face.el (custom-face-attributes): generalized the use of
7913         toggle buttons for boolean attributes.
7914         Re-ordered the items a bit.
7915
7916 1998-06-01  SL Baur  <steve@altair.xemacs.org>
7917
7918         * sound.el (default-sound-directory): Use `locate-data-directory'
7919         to find the sounds directory.
7920
7921 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
7922
7923         * sound.el: default sound-ext to .wav under mswindows, .au
7924         otherwise. load-default sounds without extensions.
7925
7926 1998-05-27  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
7927
7928         * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
7929         if send-pr is not bound.
7930
7931 1998-06-01  Andy Piper  <andyp@parallax.co.uk>
7932
7933         * files.el: grok idl files in auto-mode-alist.
7934 1998-06-01  Jeff Miller  <jmiller@smart.net>
7935
7936         * minibuf.el (exact-minibuffer-completion-p): check for nil before
7937         calling `upcase'.
7938
7939 1998-05-30  Andy Piper  <andyp@parallax.co.uk>
7940
7941         * msw-glyphs.el: add xbm to the list of image types supported.
7942
7943 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
7944
7945         * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
7946         instead of XEmacs one when dumping InfoDock.
7947
7948 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
7949
7950         * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
7951         for `modeline-visible-p'
7952
7953         * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
7954
7955 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
7956
7957         * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
7958         since it's not used anymore. doc string fixes.
7959
7960         * package-get.el (package-get-file-installed-p): new function. use
7961         instead of file-installed-p which is in an external package.
7962
7963 1998-05-28  Oliver Graf <ograf@fga.de>
7964
7965         * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
7966         favor of select-window/switch-to-buffer
7967
7968 Wed May 27, 1998  Darryl Okahata  <darrylo@sr.hp.com>
7969
7970         * startup.el: changed (getenv "HOME") to (user-home-directory)
7971
7972 1998-05-25  Oliver Graf <ograf@fga.de>
7973
7974         * frame.el (cde-start-drag) moved to dragdrop.el
7975         (offix-start-drag-region) moved to dragdrop.el
7976         (offix-start-drag) moved to dragdrop.el
7977         * dragdrop.el (cde-start-drag) moved from frame.el
7978         (offix-start-drag-region) moved from frame.el
7979         (offix-start-drag) moved from frame.el
7980         (cde-start-drag-region) cde drag regions
7981         * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
7982
7983 1998-05-26  Oliver Graf <ograf@fga.de>
7984
7985         * dragdrop.el: created dragdrop-drag prototypes
7986         (cde-start-drag-region) fixed typo
7987
7988 1998-05-28  SL Baur  <steve@altair.xemacs.org>
7989
7990         * simple.el (after-init-hook): Remove reader macro.
7991
7992         * packages.el (packages-hardcoded-lisp): Get rid of reader
7993         macros.  Update DOC string.
7994
7995 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
7996
7997         * mouse.el (drag-window-divider): Ditto.
7998
7999         * modeline.el (mouse-drag-modeline): Use it.
8000
8001         * lisp-mode.el (let-specifier): Specify indentation.
8002
8003         * specifier.el (let-specifier): Renamed from
8004         `with-specifier-instance'.
8005
8006 1998-05-27  Andy Piper  <andyp@parallax.co.uk>
8007
8008         * x-faces.el:
8009         * faces.el: move definition of xpm-color-symbols from x-faces.el
8010         to faces. Predicate x-get-resource on the presence of x.
8011
8012         * msw-faces.el: set 3d-object face rather than modeline. Specify
8013         faces as specfier defaults.
8014
8015         * package-get.el: don't use package-admin-add-single-file-package.
8016
8017 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
8018
8019         * toolbar-items.el: Fixup tooltips.
8020         (toolbar-gnus): Don't use obsolete variable
8021         toolbar-news-frame-properties.
8022         (toolbar-news-reader): Default to `gnus' instead of
8023         `not-configured'.
8024
8025         * files.el (auto-mode-alist): Correctly recognize `.emacs' under
8026         Windows.
8027
8028 1998-05-25  Andy Piper  <andyp@parallax.co.uk>
8029
8030         * package-get.el: rename -installedp -> -installed-p.
8031
8032 1998-05-23  Kirill M. Katsnelson  <kkm@kis.ru>
8033
8034         * glyphs.el (init-glyphs): Created `border-glyph' face, with no
8035         attributes, and assinged it to continuation, truncation and
8036         hscroll glyphs.
8037
8038         * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
8039         and made continuation, truncation and hscroll glyphs arrow
8040         characters out of that font.
8041
8042 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
8043
8044         * minibuf.el (minibuffer-electric-separator): Play nicely with
8045         directory-sep-char being \.
8046         (minibuffer-electric-tilde): Ditto.
8047         (read-file-name-map): Ditto.
8048
8049 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
8050
8051         * mouse.el (default-mouse-track-maybe-own-selection): Pause only
8052         on X devices.
8053         (default-mouse-track-deal-with-down-event): Avoid
8054         `x-disown-selection'; use `disown-selection' instead.
8055
8056 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
8057
8058         * select.el:
8059         * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
8060         moved to (cut-copy-clear-internal) in select.el. Ditto for
8061         (x-delete-primary-selection) (x-kill-primary-selection)
8062         (x-copy-primary-selection).
8063         (own-clipboard): new function.
8064
8065         * msw-select.el: use the new kill/delete/copy/cut-copy-clear
8066         functions in select.el. remove old ones.
8067         (mswindows-own-clipboard): new function.
8068
8069 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
8070
8071         * gnuserv.el: allow connections from mswindows type devices.
8072
8073 1998-05-20  Andy Piper  <andyp@parallax.co.uk>
8074
8075         * msw-glyphs.el: change image type used from cursor to resource.
8076
8077 1998-05-20  Kirill M. Katsnelson  <kkm@kis.ru>
8078
8079         * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
8080         for {top,bottom}-{left,right} values in addition to
8081         {top,bottom}_{left,right}.
8082         Use x-get-resource instead of x-get-resource-and-bogosity-check.
8083
8084 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
8085
8086         * cl-macs.el (specifier-instance): Undefine its setf method.
8087
8088         * specifier.el (with-specifier-instance): Added docstring.
8089
8090         * mouse.el (drag-window-divider): Ditto.
8091
8092         * modeline.el (mouse-drag-modeline): Use it.
8093
8094         * lisp-mode.el (with-specifier-instance): Define its indentation
8095         level.
8096
8097         * specifier.el (with-specifier-instance): New macro.
8098
8099 1998-05-19  Andy Piper  <andyp@parallax.co.uk>
8100
8101         * package-get.el (package-get-create-custom): new function to
8102         auto-generate package-get-custom.el from package-get-base.el.
8103         * (package-get-ever-installedp): new function.
8104         * (package-get-custom): new function to get all packages specified
8105         by customize.
8106
8107 1998-05-19  Hrvoje Niksic  <hniksic@srce.hr>
8108
8109         * cus-edit.el (custom-file): Revert to `~/.emacs'.
8110
8111 1998-05-23  SL Baur  <steve@altair.xemacs.org>
8112
8113         * cl-extra.el: Reverse previous float change.
8114
8115 1998-05-17  Andy Piper  <andyp@parallax.co.uk>
8116
8117         * x-faces.el:
8118         * faces.el (try-font-name): moved from x-faces.el since it is
8119         required by w3 under mswindows as well X.
8120
8121 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
8122
8123         * winnt.el: Removed evil (setq completion-ignore-case t)
8124         clause, one more overlookef fsfism.
8125         (nt-quote-args-functions-alist): End sentences with double space.
8126
8127 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
8128
8129         * window-xemacs.el (push-window-configuration): Remove kludgery of
8130         recaching default-toolbar specifier.
8131         (pop-window-configuration): Ditto.
8132         (unpop-window-configuration): Ditto.
8133
8134 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
8135
8136         * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
8137
8138 1998-05-17  Kirill M. Katsnelson  <kkm@kis.ru>
8139
8140         * winnt.el (nt-quote-args-verbatim): Added function.
8141         (nt-quote-args-prefix-quote): Added function.
8142         (nt-quote-args-backslash-quote): Added function.
8143         (nt-quote-args-double-quote): Added function.
8144         (nt-quote-args-functions-alist): New variable.
8145         (nt-quote-process-args): Added function. This is the main quoting
8146         work horse called from process-nt.c
8147
8148 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
8149
8150         * winnt.el: Removed duplicate definitions for backspace,
8151         delete, M-backspace and C-M-backspace.
8152         (file-name-buffer-file-type-alist): Removed this variable.
8153         (find-buffer-file-type): Removed function.
8154         (find-file-binary):  Removed function.
8155         (find-file-text): Removed function.
8156         (find-file-not-found-set-buffer-file-type): Removed function.
8157         (save-to-unix-hook): Removed function.
8158         (revert-from-unix-hook): Removed function.
8159         (using-unix-filesystems): Removed function.
8160         (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
8161         warning.
8162         (x-set-selection): Removed function.
8163         (x-get-selection): Removed function.
8164         Removed commented FSFisms.
8165         Replaced copyright notice (this file is not part of GNU Emacs).
8166         (nt-shell-mode-hook): Moved here from a lambda expression. Added
8167         comint-process-echoes setting to t.
8168
8169 1998-05-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8170
8171         * packages.el (packages-no-package-hierarchy-regexp): Introduced
8172         and used following the interface change of
8173         `paths-find-recursive-path'.
8174
8175         * find-paths.el (paths-find-recursive-path): Exclusion is now by a
8176         regexp instead of a list of base names.
8177         (paths-version-control-filename-regexp):
8178         (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
8179         Introduced and used following the interface change of
8180         `paths-find-recursive-path'.
8181
8182 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
8183
8184         * simple.el (delete-forward-p): Make it a defun; do X garbage only
8185         on X devices, rather than on all non-TTY devices.
8186
8187 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
8188
8189         * msw-mouse.el: New file. Sets up cursor shapes for Windows.
8190
8191         * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
8192
8193 1998-05-17  Adrian Aichner  <adrian@xemacs.org>
8194
8195         * itimer.el (activate-itimer): Fixed usage of integers
8196         as argument to `concat'.
8197
8198 1998-05-17  Glynn Clements  <glynn@sensei.co.uk>
8199
8200         * itimer.el (start-itimer): replace the use of `concat' with
8201         `format'
8202
8203 1998-05-16  SL Baur  <steve@altair.xemacs.org>
8204
8205         * mode-motion.el (mode-motion-hook): Clarify docstring.
8206         From Bob Weiner <weiner@altrasoft.com>
8207
8208         * loadhist.el (symbol-file): Supply prompt string when used
8209         interactively.
8210         From Bob Weiner <weiner@altrasoft.com>
8211
8212 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
8213
8214         * loadup.el (really-early-error-handler): Ditto.
8215
8216         * update-elc.el: Ditto.
8217
8218         * setup-paths.el (paths-construct-exec-path): Ditto.
8219
8220         * make-docfile.el: Ditto.
8221
8222         * find-paths.el (paths-decode-directory-path): Use split-path
8223         instead of decode-path.
8224
8225         * files.el (parse-colon-path): Update docstring reference.
8226
8227 1998-05-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
8228
8229         * msw-init.el:
8230         * x-init.el:
8231         Bind cut'n'paste keys to non window-system specific functions.
8232
8233         * msw-select.el: New function mswindows-clear-clipboard.
8234         mswindows-cut-copy-clipboard extended to handle clearing of the
8235         selection and renamed to mswindows-cut-copy-clear-clipboard.
8236
8237         * select.el: on mswindows devices delete-primary-selection
8238         calls mswindows-clear-clipboard.
8239
8240 1998-05-15  Hrvoje Niksic  <hniksic@srce.hr>
8241
8242         * simple.el (quoted-insert): Inhibit quit when using read-char.
8243
8244         * cmdloop.el (read-char): Don't inhibit quit.
8245         (read-char-exclusive): Ditto.
8246         (read-char): Signal quit if quit-char was pressed.
8247         (read-char-exclusive): Ditto.
8248         (read-quoted-char): Return a character, not integer.
8249
8250         * menubar-items.el (default-popup-menu): Use Andy's generic
8251         selection code.
8252         (default-popup-menu): Fix code.
8253
8254 1998-05-14  Oliver Graf <ograf@fga.de>
8255
8256         * dragdrop.el (dragdrop-function-widget): this time it's done
8257
8258 1998-05-13  Oliver Graf <ograf@fga.de>
8259
8260         * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
8261
8262 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
8263
8264         * device.el (device-pixel-width):
8265         (device-pixel-height):
8266         (device-mm-width):
8267         (device-mm-height):
8268         (device-bitplanes):
8269         (device-color-cells): Swapped parameters to device-system-metric
8270         according to the interface change.
8271
8272 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
8273
8274         * mouse.el (default-mouse-motion-handler): Use new name of the
8275         function event-over-vertical-divider-p.
8276         Do not set E-W arrow cursor over the divider if
8277         vertical-divider-draggable-p is nil in the window.
8278         ([top-level]): Use new name for the variable
8279         vertical-divider-map.
8280         (drag-window-divider): Respect vertical-divider-draggable-p.
8281         Variable name typo fixes.
8282
8283 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
8284
8285         * keymap.el (kbd): Define here; handle string constants and
8286         others...
8287
8288 1998-05-15  Christian Nyb <chr@mediascience.no>
8289
8290         * simple.el (zap-up-to-char): New function.  Behaves like `zap-to-char'
8291         in Emacs 18.
8292
8293 1998-05-13  Didier Verna  <didier@xemacs.org>
8294
8295         * mouse.el (drag-window-divider): give the vertical divider a
8296         pressed look when dragging it.
8297
8298 1998-05-13  Andy Piper  <andyp@parallax.co.uk>
8299
8300         * faces.el: predicate some more face operations on x or mswindows
8301         not just x.
8302
8303         * modeline.el: enable modeline coloring for mswindows.
8304
8305 1998-05-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8306
8307         * minibuf.el (minibuffer-default): Added variable; compatible with
8308         FSF Emacs.
8309         (next-history-element): Used `minibuffer-default'.
8310
8311 1998-05-12  Oliver Graf <ograf@fga.de>
8312
8313         * dragdrop.el (dragdrop-function-widget): button and mods ok
8314         arguments still look a bit strange
8315         (dragdrop-compare-mods) created
8316         (dragdrop-drop-do-functions) correctly checks for buttons and
8317         modifiers
8318
8319 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
8320
8321         * setup-paths.el (paths-default-info-directories): Replace
8322         path-separator with directory-sep-char.
8323
8324         * files.el (path-separator): Don't define it here.
8325
8326 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
8327
8328         * update-elc.el: Ditto.
8329
8330         * setup-paths.el (paths-construct-exec-path): Ditto.
8331
8332         * make-docfile.el: Ditto.
8333
8334         * loadup.el (really-early-error-handler): Ditto.
8335
8336         * find-paths.el (paths-decode-directory-path): Use decode-path
8337         instead of decode-path-internal.
8338
8339         * files.el (parse-colon-path): Update docstring.
8340
8341 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
8342
8343         * subr.el (get-buffer-window-list): Make BUFFER optional.
8344
8345         * window-xemacs.el (windows-of-buffer): Defalias to
8346         get-buffer-window-list.
8347
8348 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
8349
8350         * disass.el: Fix maintainer keyword.
8351
8352         * bytecomp.el (byte-compile-and-load-file): Autoload.
8353         (byte-compile-buffer): Ditto.
8354
8355         * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
8356         value is returned, not the name.
8357         (lisp-imenu-generic-expression): Enable it.
8358         (lisp-mode-variables): Ditto.
8359         (lisp-indent-offset): Change defconst to defvar.
8360         (lisp-indent-function): Ditto.
8361         (lisp-body-indent): Ditto.
8362
8363 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
8364
8365         * modeline.el: Use zap-last-kbd-macro-event.
8366
8367         * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
8368         nil, don't attempt to do anything with messages.
8369         (eval-last-sexp): Use `letf' for clarity.
8370
8371 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
8372
8373         * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
8374
8375 1998-05-11  Martin Buchholz  <martin@xemacs.org>
8376
8377         * buff-menu.el:
8378         * lisp-mode.el:
8379         * obsolete.el:
8380         Change empty docstrings into no doc strings at all.
8381         Fix bogus FSF-format docstrings.
8382         * etags.el: Fix docstring.
8383
8384 1998-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
8385
8386         * package-get.el (package-get): Use internal md5
8387
8388 1998-05-13  SL Baur  <steve@altair.xemacs.org>
8389
8390         * about.el (about-xemacs): Correct abuse of concat.
8391
8392 1998-05-11  SL Baur  <steve@altair.xemacs.org>
8393
8394         * info.el (Info-mode): Use easymenu.
8395
8396 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
8397
8398         * apropos.el (apropos): Don't use concat with integers.
8399
8400         * cmdloop.el (describe-last-error): Handle the case when no error
8401         was seen gracefully.
8402
8403         * apropos.el (apropos-print): Use with-displaying-help-buffer as
8404         defun.
8405         (apropos-describe-plist): Ditto.
8406
8407         * help.el (with-displaying-help-buffer): Revert to a defun.
8408         (describe-key): Use it as defun.
8409         (describe-mode): Ditto.
8410         (describe-bindings): Ditto.
8411         (describe-prefix-bindings): Ditto.
8412         (describe-installation): Ditto.
8413         (view-lossage): Ditto.
8414         (describe-function): Ditto.
8415         (describe-variable): Ditto.
8416         (describe-syntax): Ditto.
8417
8418 1998-05-11  Oliver Graf <ograf@fga.de>
8419
8420         * dragdrop.el: changed order of require/provide
8421         (dragdrop-drop-mime-default) changed to new calling conventions
8422         (dragdrop-drop-do-functions) changed to new calling conventions
8423         (dragdrop-function-widget) this one needs more work...
8424
8425 1998-05-10  Oliver Graf <ograf@fga.de>
8426
8427         * about.el: another small change in my entry
8428         * dragdrop.el (dragdrop-drop-log-function): logging added
8429         plus customizations
8430         changed interface to handler functions. now called with event
8431         and object
8432
8433 1998-05-12  Kirill M. Katsnelson  <kkm@kis.ru>
8434
8435         * glyphs.el (divider-pointer-glyph): Declared new glyph,
8436         E-W arrow pointer displayed over draggable dividers.
8437
8438         * mouse.el (default-mouse-motion-handler): Show it when
8439         appropriate.
8440         (drag-window-divider): Added.
8441         ([top-level]): Initialized window-divider-map with a keymap
8442         binding the above function to left button down event.
8443
8444         * x-mouse.el (x-init-pointer-shape): Initialize
8445         divider-pointer-glyph from Cursor.dividerPointer, or use default
8446         E-W double arrow.
8447
8448 1998-04-30  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
8449
8450         * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
8451
8452 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
8453
8454         * simple.el (count-words-buffer): Don't query for buffer.
8455         (count-lines-buffer): Ditto.
8456
8457 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
8458
8459         * help.el (where-is): add optional insert argument.
8460
8461 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
8462
8463         * help.el (describe-key-briefly): New argument INSERT.
8464
8465         * simple.el (eval-expression): New optional argument; synch with
8466         FSF 20.3.
8467
8468         * keydefs.el (global-map): Add new register bindings.
8469
8470         * register.el: Synched with FSF 20.3.
8471
8472 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
8473
8474         * window-xemacs.el (recenter): all arguments are optional.
8475
8476 1998-05-10  Kirill M. Katsnelson  <kkm@kis.ru>
8477
8478         * device.el: (device-pixel-width): Reflected name/parameters
8479         change to device-system-metric.
8480         (device-pixel-height): Ditto.
8481         (device-mm-width): Ditto.
8482         (device-mm-height): Ditto.
8483         (device-bitplanes): Ditto.
8484         (device-color-cells): Ditto.
8485
8486 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
8487
8488         * cl-extra.el (cl-float-limits): Removed; move code to top-level.
8489
8490         * cl.el (most-positive-fixnum): Document.
8491         (most-negative-fixnum): Ditto.
8492
8493         * cus-dep.el: Updated comment.
8494
8495         * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
8496         constant.
8497
8498         * cus-load.el (custom-put): Removed.
8499
8500         * files.el (after-find-file): Just resignal quit instead of
8501         signaling "canceled".
8502
8503 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
8504
8505         * frame.el (other-frame): Use `focus-frame' instead of
8506         select-frame kludges.
8507
8508         * lisp-mode.el: Update lisp-indent-function for
8509         save-selected-frame and with-selected-frame.
8510
8511         * frame.el (save-selected-frame): New macro.
8512         (with-selected-frame): Ditto.
8513         (other-frame): Use `set-frame-focus'.
8514
8515 1998-05-06  Oliver Graf <ograf@fga.de>
8516
8517         * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
8518         (dragdrop-drop-url-default) default handler for URL drops created
8519         (dragdrop-drop-mime-default) default handler for MIME drops created
8520         (dragdrop-drop-functions) default custom for handling drops created
8521         (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
8522
8523 1998-05-05  Jonathan Harris <jhar@tardis.ed.ac.uk>
8524
8525         * mouse.el: Removed redundant mouse-mswindows-drop function.
8526
8527 1998-05-05  Oliver Graf <ograf@fga.de>
8528
8529         * about.el: changed some text in my entry
8530         * dragdrop.el: added customs
8531
8532 1998-05-04  Oliver Graf <ograf@fga.de>
8533
8534         * mouse.el: killed global drop key bindings
8535         (mouse-offix-drop) removed
8536         * dragdrop.el: created
8537         * dumped-lisp.el: inclusion of dragdrop.el for window-systems
8538
8539 1998-05-09  Kirill M. Katsnelson  <kkm@kis.ru>
8540
8541         * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
8542         scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
8543
8544         * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
8545         obsolete comment.
8546
8547         * scrollbar.el (scrollbars-visible-p): Use new
8548         {vertical,horizontal}-scrollbar-visible-p specifiers.
8549
8550 1998-04-18  Kirill M. Katsnelson  <kkm@kis.ru>
8551
8552         * device.el (device-pixel-height):
8553         (device-pixel-width):
8554         (device-mm-width):
8555         (device-mm-height):
8556         (device-bitplanes):
8557         (device-color-cells): Moved these 6 functions from device.c; they
8558         all use single (device-system-metrics) call.
8559
8560 1998-05-09  SL Baur  <steve@altair.xemacs.org>
8561
8562         * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
8563         were renamed.
8564
8565         * menubar-items.el:
8566         * toolbar-items.el: Renamed from x-menubar/x-toolbar.
8567         Suggested by Hrvoje Niksic <hniksic@srce.hr>
8568
8569         * help.el (help-map): Remove Hyperbole keybinding logic.
8570         Suggested by: Michael Ernst <mernst@cs.washington.edu>
8571
8572 1998-05-08  SL Baur  <steve@altair.xemacs.org>
8573
8574         * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
8575         From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
8576
8577 1998-05-07  Andy Piper  <andyp@parallax.co.uk>
8578
8579         * msw-glyphs.el: use nicer icon3 from the frame icon.
8580
8581 1998-05-07  SL Baur  <steve@altair.xemacs.org>
8582
8583         * version.el (emacs-version): Remove InfoDock conditionals.
8584
8585         * startup.el (startup-splash-frame): Change ID logo name.
8586
8587 1998-05-06  Hrvoje Niksic  <hniksic@srce.hr>
8588
8589         * files.el (after-find-file): If the user presses C-g on
8590         directory-creation prompt, kill the buffer.
8591
8592 1998-05-06  SL Baur  <steve@altair.xemacs.org>
8593
8594         * simple.el (count-words-region): Reverse previous change.
8595
8596 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
8597
8598         * replace.el (query-replace): Just call perform-replace.
8599         (query-replace-regexp): Ditto.
8600         (perform-replace): Move region handling here.
8601         (perform-replace): Use the new arg to match-data.
8602
8603 1998-03-08  Kyle Jones  <kyle_jones@wonderworks.com>
8604
8605         * x-init.el: Install X specific display table that
8606           displays char 0240 as a space to avoid whatever it is
8607           that screws up display of that character code.
8608
8609 1998-05-03  Hrvoje Niksic  <hniksic@srce.hr>
8610
8611         * help.el (function-arglist): If no arguments are documented for a
8612         subr, print nothing rather than incorrect output.
8613
8614 1998-05-05  SL Baur  <steve@altair.xemacs.org>
8615
8616         * cmdloop.el (command-error): Update bail-out error message to use
8617         `emacs-program-name'.
8618
8619         * lib-complete.el: Remove reader macro cruft.
8620
8621         * dumped-lisp.el (preloaded-file-list): Phase I:  remove InfoDock
8622         cruft.
8623
8624         * simple.el (count-words-region): Drop interactive-p check on the
8625         message.
8626
8627 1998-05-04  Jonathan Harris <jhar@tardis.ed.ac.uk>
8628
8629         * font.el
8630         * msw-faces.el
8631         Correct spelling of mswindows-font-canonicalize-name.
8632
8633 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
8634
8635         * ldap.el (ldap-host-parameters-alist): Replaced with
8636         `ldap-host-parameters-plist'
8637         (ldap-search): Adapt to previous change
8638
8639 1998-05-02  SL Baur  <steve@altair.xemacs.org>
8640
8641         * about.el (about-hackers): Update Bob Weiner bio.
8642         (about-maintainer-info): Ditto.
8643
8644 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
8645
8646         * simple.el (display-warning-minimum-level): Docfix.
8647
8648 1998-04-04  Per Abrahamsen  <abraham@dina.kvl.dk>
8649
8650         * widget.el (:default-get): New keyword.
8651         * wid-edit.el (default, widget-default-default-get): Define it.
8652         (group, widget-group-default-get): Define it.
8653         (menu-choice, widget-choice-default-get): Define it.
8654         (widget-default-get): New function.
8655         (widget-choice-action): Call it.
8656         (widget-editable-list-entry-create): Call it.
8657
8658 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
8659
8660         * byte-optimize.el (byte-boolean-vars): Removed.
8661         (byte-optimize-lapcode): Use `built-in-variable-type' instead of
8662         lookup through `byte-boolean-vars'.
8663
8664 1998-05-01  Kirill M. Katsnelson  <kkm@kis.ru>
8665
8666         * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
8667         resource-provided values into ghost specs for scrollbar-height and
8668         scrollbar-width.
8669
8670 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
8671
8672         * byte-optimize.el: Don't attempt to optimize /=.
8673
8674         * bytecomp.el (byte-compile-one-ore-more-args): New function.
8675         (byte-compile-/=): Ditto.
8676
8677 1998-05-02  SL Baur  <steve@altair.xemacs.org>
8678
8679         * apropos.el: Use `with-displaying-help-buffer'.
8680         (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
8681         Use `with-displaying-help-buffer'.
8682         (apropos-follow): Do not give special treatment to buffer cursor
8683         was in prior to a mouse click.
8684         (apropos-describe-plist): Use `with-displaying-help-buffer'.
8685         (apropos-print-doc): Set correct buffer for setting text
8686         properties.
8687
8688 1998-05-01  SL Baur  <steve@altair.xemacs.org>
8689
8690         * help.el (help-buffer-prefix-string): New variable.
8691         (help-buffer-name): Use it.
8692
8693         * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
8694         mode menu.
8695
8696 1998-04-30  Greg Klanderman  <greg@alphatech.com>
8697
8698         * frame.el (other-frame): Work even when focus-follows-mouse is true.
8699
8700 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
8701
8702         * files.el (find-file-noselect): Update docstring.
8703         (find-file-noselect): Signal an error if found an unreadable file.
8704         (file-chase-links): Save the match data.
8705         (normal-mode): Use `lwarn' and `error-message-string'.
8706         (interpreter-mode-alist): Change defconst to defvar.
8707         (inhibit-first-line-modes-regexps): Ditto.
8708         (inhibit-first-line-modes-regexps): Added .tgz.
8709         (inhibit-first-line-modes-suffixes): Change defconst to defvar.
8710         (change-major-mode-with-file-name): New user-option.
8711         (set-visited-file-name): Synched with FSF.
8712         (file-name-extension): New function, from FSF 20.3.
8713         (file-relative-name): Synched with FSF.
8714         (save-some-buffers): Support the C-r feature.
8715         (recover-session): Synched with FSF.
8716         (kill-some-buffers): Ditto.
8717         (set-auto-mode): New argument JUST-FROM-FILE-NAME.
8718
8719 1998-04-30  SL Baur  <steve@altair.xemacs.org>
8720
8721         * files.el (insert-file): Undo previous change and reenable use of
8722         format.el.
8723
8724 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
8725
8726         * window-xemacs.el (recenter): Define.
8727
8728 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
8729
8730         * font.el (mswindows-font-create-name)
8731         (mswindows-font-create-object): new functions for mswindows type
8732         fonts.
8733
8734         * msw-faces.el (mswindows-font-canicolize-name): fix so that
8735         strings are parsed as well as font objects.
8736
8737 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
8738
8739         * modeline.el (defining-kbd-macro): Restore modeline indication of
8740         kbd-macro being recorded.
8741         (add-minor-mode): Simplify docstring.
8742         (modeline-minor-mode-menu): Remove stuff.
8743
8744 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
8745
8746         * code-process.el (call-process): dynamically decide process
8747         coding type.
8748
8749 1998-04-29  Jim Radford  <radford@robby.caltech.edu>
8750
8751         * modeline.el: Add line-number-mode, column-number-mode to
8752         the modeline minor-mode menu.  Button2 on the line number does
8753         goto-line.
8754
8755 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
8756
8757         * mouse.el: move x-selection-owner-p type things to
8758         selection-owner-p.
8759
8760         * msw-init.el: copy zmacs stuff from x-init.el
8761
8762         * msw-select.el (mswindows-own-selection)
8763         (mswindows-disown-selection) (mswindows-selection-owner-p): new
8764         functions. Very simple minded implementation of selectio
8765         ownership.
8766
8767         * select.el (own-selection) (disown-selection)
8768         (activate-region-as-selection) (select-make-extent-for-selection)
8769         (valid-simple-selection-p): functions moved from x-select.el for
8770         generalized selection.
8771
8772         * x-select.el: see select.el changes.
8773
8774         * x-toolbar.el: use new selection functions.
8775
8776 1998-04-28  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8777
8778         * packages.el (packages-find-package-directories): Fixed bug that
8779         would pick up multiple site-package directories.
8780         (package-locations): Added "xemacs-packages" as a late package
8781         location.
8782
8783         * find-paths.el: Now uses `emacs-program-name' and
8784         `emacs-program-version'.
8785         Additions to enforce version-specific directories in
8786         `paths-find-version-directory'.
8787
8788 1998-04-29  SL Baur  <steve@altair.xemacs.org>
8789
8790         * default.el: Removed.
8791         * site-start.el: Removed.
8792
8793 1998-04-29  Didier Verna  <didier@xemacs.org>
8794
8795         * minibuf.el (minibuffer-history-minimum-string-length): Default
8796         to nil.
8797
8798 1998-04-28  SL Baur  <steve@altair.xemacs.org>
8799
8800         * find-paths.el (paths-program-name): Rename.
8801         (paths-emacs-root-p): Ditto.
8802         (paths-find-site-directory): Ditto.
8803
8804 1998-04-26  Karl M. Hegbloom  <karlheg@inetarena.com>
8805
8806         * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
8807         `emacs-lisp-byte-compile-and-load'.
8808
8809 1998-04-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8810
8811         * ldap.el (ldap-search): Fixed additional parameter passing to
8812         `ldap-open'
8813
8814 1998-04-27  Andy Piper  <andyp@parallax.co.uk>
8815
8816         * select.el (kill-primary-selection) (selection-owner-p)
8817         (copy-primary-selection) (yank-clipboard-selection)
8818         (selection-exists-p) (delete-primary-selection): new file and
8819         functions that do the right thing for the selected device.
8820
8821         * x-menubar.el: use generalised selection functions.
8822
8823         * dumped-lisp.el: dump select.el.
8824
8825 1998-04-27  SL Baur  <steve@altair.xemacs.org>
8826
8827         * find-paths.el (paths-progname): New variable.
8828         (paths-emacs-root-p): Use it.
8829         (paths-find-site-directory): Ditto.
8830
8831 1998-04-26  SL Baur  <steve@altair.xemacs.org>
8832
8833         * loadup.el ((member "dump" command-line-args)): Dump as
8834         `infodock' if InfoDock.
8835
8836 1998-04-25  SL Baur  <steve@altair.xemacs.org>
8837
8838         * find-paths.el (construct-emacs-version): Simplify, include
8839         program name in the return value.
8840         * (paths-find-version-directory): Use it.
8841
8842 1998-04-25  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8843
8844         * info.el (Info-parse-dir-entries): Fixed regexp
8845         (Info-build-dir-anew): Remove full suffix and capitalize info file
8846         name for files with no @direntry
8847         (Info-batch-rebuild-dir): New function
8848         (Info-suffixed-file): Check for regular files instead of simple
8849         file existence (could catch directories before)
8850
8851 1998-04-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8852
8853         * setup-paths.el, find-paths.el: Removed uses of `not' which
8854         temacs doesn't have.
8855
8856         * find-paths.el (paths-find-emacs-roots): Included exec-prefix
8857         into root searching.
8858
8859 1998-04-24  Martin Buchholz  <martin@xemacs.org>
8860
8861         * subr.el: Remove definition of `not'.
8862
8863 Sat Apr 24 1998  Andy Piper  <andyp@parallax.co.uk>
8864
8865         * msw-glyphs.el: enable graphics support.
8866
8867 1998-04-23  Didier Verna  <didier@xemacs.org>
8868
8869         * x-menubar.el (default-menubar): restored the line-number-mode
8870         option.
8871
8872         * misc doc string updates related to the options menu.
8873
8874 1998-04-24  SL Baur  <steve@altair.xemacs.org>
8875
8876         * setup-paths.el (paths-construct-load-path): Fix typo.
8877
8878 1998-04-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8879
8880         * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
8881         font-menu-ignore-scaled-fonts don't have to be bound now; this
8882         gets us one step further towards making --no-autoloads work.
8883
8884         * startup.el (normal-top-level): Load auto-autoloads only if
8885         lisp-directory is non-nil.
8886
8887         * setup-paths.el (paths-construct-load-path): Made it robust
8888         against nil lisp-directory.
8889
8890         * startup.el (startup-setup-paths-warning): Added `lisp-directory'
8891         to the list of variables that cause a warning when nil.
8892
8893         * toolbar.el (init-toolbar-location): Now works even when there's
8894         no toolbar icon directory.
8895
8896 1998-04-23  Hrvoje Niksic  <hniksic@srce.hr>
8897
8898         * help.el (view-lossage): Recognize it.
8899
8900         * simple.el (log-message): Mark multiline messages.
8901
8902 1998-04-22  SL Baur  <steve@altair.xemacs.org>
8903
8904         * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
8905
8906 1998-4-20  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
8907
8908         * package-get.el (package-get-all):  add `\n' separator to
8909         interactive specification so that both variables are read
8910
8911 1998-04-22  Didier Verna  <didier@xemacs.org>
8912
8913         * x-menubar.el: ported the options menu to Custom.
8914         Moved the "read only" toggle button to the buffers menu.
8915         Corrected some missing ;;;###autoload or defcustom.
8916
8917         * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
8918         the scrollbar-visible specifier for options menu handling.
8919
8920         * toolbar.el (toolbar-visible-p)
8921                      (toolbar-captioned-p)
8922                      (default-toolbar-position): defcustom wrappers around
8923         the toolbar specifiers for options menu handling.
8924
8925         * frame.el (get-frame-for-buffer-default-instance-limit):
8926         defcustom it for options menu handling.
8927
8928         * font-lock.el (font-lock-mode): defcustom and autoload the variable
8929         font-lock-mode for options menu handling.
8930
8931         * cus-start.el: added Custom properties to overwrite-mode for
8932         options menu handling.
8933
8934 Wed Apr 22 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
8935
8936         * about.el: shameless self-promotion.
8937
8938 1998-04-21  Hrvoje Niksic  <hniksic@srce.hr>
8939
8940         * simple.el (raw-append-message): Slightly optimize.
8941         (remove-message): Use `push' for clarity.
8942         (append-message): Ditto.
8943         (display-warning): Dito.
8944         (raw-append-message): Send the message to the appropriate device.
8945
8946 1998-04-22  SL Baur  <steve@altair.xemacs.org>
8947
8948         * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
8949         From Sean MacLennan <Sean.MacLennan@pika.ca>
8950
8951 1998-04-18  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8952
8953         * setup-paths.el: Changed `directory-sep-char' to
8954         `path-separator', following a change in GNU Emacs.
8955
8956 1998-04-19  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8957
8958         * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
8959         (Info-build-dir-anew): Add a final newline.
8960         (Info-build-dir-anew): Do not issue warning when rebuilding policy
8961         is `always'
8962         (Info-rebuild-dir): Ditto
8963
8964         * dumped-lisp.el (preloaded-file-list): Added ldap.el
8965
8966 1998-04-21  SL Baur  <steve@altair.xemacs.org>
8967
8968         * simple.el (count-words-buffer): Retain zmacs region.
8969         (count-words-region): Ditto.
8970         * simple.el: (what-line): Expanded line counts.
8971         (count-lines): New parameter to conditionalize whether collapsed
8972         lines get counted.
8973         From Bob Weiner <weiner@altrasoft.com>
8974
8975 1998-04-19  SL Baur  <steve@altair.xemacs.org>
8976
8977         * packages.el (package-locations): infodock-packages must override
8978         mule-packages and packages.
8979
8980 1998-04-19  Jonathan Harris <jhar@tardis.ed.a.uk>
8981
8982         * wid-edit.el:
8983         remove rude messages from widget-activation-widget-mapper
8984         and widget-activation-glyph-mapper
8985
8986 1998-04-17  Jonathan Harris <jhar@tardis.ed.ac.uk>
8987
8988         * toolbar.el: Remove (featurep 'x) test from
8989         toolbar-make-button-list
8990
8991 1998-04-17  Hrvoje Niksic  <hniksic@srce.hr>
8992
8993         * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
8994         only if in the same frame.
8995
8996 1998-04-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8997
8998         * packages.el (package-locations): Added site-packages hierarchy.
8999
9000         * setup-paths.el (paths-default-info-directories): Introduced and
9001         used.
9002
9003         * packages.el, setup-paths.el: Set various path searching depths
9004         to 1.
9005
9006         * packages.el (packages-hierarchy-depth):
9007         (packages-load-path-depth): Introduced and used.
9008
9009         * setup-paths.el (paths-load-path-depth): Introduced and used.
9010
9011         * find-paths.el (paths-find-recursive-path): Added max-depth
9012         parameter.
9013
9014 1998-04-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9015
9016         * setup-paths.el (paths-construct-info-path): Removed
9017         dependency on behavior of (file-name-as-directory "").
9018
9019 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
9020
9021         * ldap.el (ldap-search): Adapt to the new low-level API using ldap
9022         lisp objects
9023
9024 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9025
9026         * dump-paths.el, startup.el: Added handling for --debug-paths.
9027
9028 1998-04-15  William M. Perry  <wmperry@aventail.com>
9029
9030         * wid-edit.el: We cannot just set the help-echo or balloon-help
9031           properties for an extent based on the :help-echo widget
9032           property, since help-echo and balloon-help cause an EXTENT to
9033           get passed in, where :help-echo functions are expecting a WIDGET
9034
9035 1998-04-15  Kirill M. Katsnelson  <kkm@kis.ru>
9036
9037         * scrollbar.el (init-scrollbar-from-resources): Call
9038         mswindows-init-scrollbar-metrics when appropriate.
9039
9040 Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
9041
9042         * dumped-lisp.el: dump x-toolbar for window system
9043
9044         * msw-init.el (init-post-mswindows-win): enable toolbars if we
9045         have support and xpm.
9046
9047 1998-04-16  SL Baur  <steve@altair.xemacs.org>
9048
9049         * files.el (toggle-read-only): Fix docstring.
9050         From Didier Verna <didier@xemacs.org>
9051
9052 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9053
9054         * startup.el (normal-top-level): Load autoload-file-name without
9055         specifying an extension---some people only auto-autoload.el.gz.
9056
9057 1998-04-06  Hrvoje Niksic  <hniksic@srce.hr>
9058
9059         * files.el (backup-enable-predicate): Don't bomb on NAME being
9060         nil.
9061
9062 1998-04-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9063
9064         * find-paths.el, packages.el: Now prefers configure'd paths.
9065         This shouldn't cause any of the originally anticipated problems as
9066         the current paths architecture will not define the various
9067         configure-xxx variables if they're not specified on the configure
9068         command line.
9069
9070         * find-paths.el, setup-paths.el, packages.el: Removed all
9071         mentionings of "/" as a path separator.
9072         Used paths-construct-path throughout.
9073
9074         * find-paths.el (paths-construct-path): Created to assemble paths
9075         from directory components.
9076
9077         * setup-paths.el, packages.el: Used paths-decode-directory-path
9078         instead of decode-path-internal.
9079
9080         * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
9081         and associates.
9082         (paths-decode-directory-path) Created.
9083
9084         * setup-paths.el: Changed configure-exec-path to
9085         configure-exec-directory.
9086
9087 1998-04-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9088
9089         * packages.el (packages-find-packages): Fixed decoding of
9090         EMACSPACKAGEPATH.
9091
9092         * startup.el: -no-packages -> -no-early-packages.
9093
9094         (packages-load-package-lisps): Fixed loading of auto-autoload
9095         files.
9096
9097         * startup.el (normal-top-level): Fixed loading of core
9098         auto-autoload.
9099
9100         * obsolete.el: Un-obsoleted site-directory.  Sigh.
9101
9102         * startup.el, packages.el, dump-paths.el: Added proper settings
9103         for site-directory and lisp-directory variables.
9104
9105         * startup.el, loadup.el: Renamed inhibit-update-autoloads to
9106         inhibit-package-autoloads and fixed handling of it.
9107
9108         * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
9109         handling of former inhibit-package-init, now
9110         inhibit-early-packages, to make -vanilla etc. work.
9111
9112 1998-04-10  Kirill M. Katsnelson  <kkm@kis.ru>
9113
9114         * code-process.el (start-process): Fallback to 'undecided instead
9115         of 'binary for process input coding stream.
9116
9117         * process.el (start-process): Docstring fix.
9118
9119 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
9120
9121         * info.el (Info-insert-dir): Do not insert temporary dir files
9122         in Info-dir-file-attributes
9123         (Info-build-dir-anew): Ensure temporary buffer is not read-only
9124         (Info-rebuild-dir): Ditto.
9125
9126 1998-04-09  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9127
9128         * obsolete.el: Added obsoleteness declarations for
9129         `site-directory' and `Info-default-directory-list'.
9130
9131 1998-04-08  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9132
9133         * find-paths.el (paths-find-emacs-root): Only look at the
9134         executable at the end of the symlink chain for determining the
9135         Emacs root.
9136
9137 1998-04-07  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9138
9139         * setup-paths.el (paths-construct-info-path): Changed construction
9140         to cater to gone default in configure.
9141
9142         * find-paths.el (paths-uniq-append): Added.
9143
9144         * packages.el: Rewritten package path construction once again.
9145
9146         * dump-paths.el, startup.el: Removed package-path as a global
9147         variable.
9148
9149         * package-admin.el (package-admin-add-single-file-package):
9150         (package-admin-add-binary-package): Changed package-path to
9151         late-packages.
9152
9153         * packages.el (packages-split-path): Split path at "/" rather than
9154         nil according to change in emacs.c.
9155
9156 1998-04-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9157
9158         * setup-paths.el (paths-construct-info-path): Changed info path
9159         order so that directories come out right.
9160         (paths-find-lock-directory): Fixed bug: It used to think
9161         configure-lock-directory is a path.
9162
9163 1998-04-06  Jeff Miller <jmiller@smart.net>
9164
9165         * x-toolbar.el:  Added toolbar-vector-xxxxxx defvars.  Modified
9166         initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars.  This
9167         eases the use of toolbar-add/kill-item functions.
9168
9169 1998-04-07  Kirill M. Katsnelson  <kkm@kis.ru>
9170
9171         * code-files.el (file-coding-system-alist): Commented out
9172         loaddefs.el magical treatment.
9173
9174 1998-04-06  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
9175
9176         * info.el (Info-rebuild-outdated-dir): Added new option
9177         `conservative' and made it the default
9178         (Info-rebuild-dir): Appropriately parse multi-line description
9179         strings, and multi-section dir files. Issue warning when dir
9180         is rebuilt as temporary
9181         (Info-build-dir-anew): Issue warning when dir is built as
9182         temporary
9183
9184 1998-04-04  Kirill M. Katsnelson  <kkm@kis.ru>
9185
9186         * list-mode.el (list-mode-map): Bind highlight motion commands to
9187         standard keys left, right, C-b and C-f.
9188
9189 1998-03-29  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9190
9191         * files.el (auto-mode-alist): allow .sc for Scheme->C
9192
9193 1998-04-06  SL Baur  <steve@altair.xemacs.org>
9194
9195         * loadup.el (pureload): Don't quote (garbage-collect).
9196
9197 1998-04-04  SL Baur  <steve@altair.xemacs.org>
9198
9199         * package-get-base.el: Updated.
9200
9201 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
9202
9203         * isearch-mode.el (isearch-just-started): New variable.
9204         (isearch-mode): Set it.
9205         (isearch-repeat): Advance one character forward only if the search
9206         was successful, and was not just started.
9207         (isearch-repeat): Clear isearch-just-started.
9208
9209 1998-04-02  SL Baur  <steve@altair.xemacs.org>
9210
9211         * finder.el (finder-compile-keywords): Don't eval new finder-inf
9212         if running -batch.
9213
9214 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
9215
9216         * subr.el (listify-key-sequence): Removed.
9217
9218 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
9219
9220         * bytecomp.el (byte-compile-print-gensym): New option.
9221         (byte-compile-output-file-form): Use it.
9222         (byte-compile-output-docform): Ditto.
9223         (byte-compile-compiled-obj-to-list): Ditto.
9224
9225 Sun Mar 29 1998  Andy Piper  <andyp@parallax.co.uk>
9226
9227         * msw-glyphs.el: set frame icon if xpm support.
9228
9229 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
9230
9231         * help.el: Code that pretty prints variable values
9232           removed.
9233
9234 1998-04-02  SL Baur  <steve@altair.xemacs.org>
9235
9236         * find-paths.el (paths-emacs-root-p): Correct test for installation
9237         directory.
9238         From Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9239
9240 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
9241
9242         * loaddefs.el: Don't set debug-ignored-errors; leave
9243           its default value set to nil.
9244
9245 1998-03-29  Damon Lipparelli  <lipp@primus.com>
9246
9247         * info.el (Info-rebuild-dir): fixed mis-spelling.
9248
9249 1998-03-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
9250
9251         * info.el (Info-rebuild-outdated-dir): New custom var
9252         (Info-insert-node): Create/update dir file when needed, ie when it
9253         does not exist or is older than some info files in directory
9254
9255 1998-04-01  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9256
9257         * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
9258         for last packages, mainly for using a 20.4 package base.
9259
9260         * packages.el (late-packages): Typo fix.  It was called
9261         early-packages.
9262
9263         * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
9264         relative symlinks correctly.
9265         (paths-find-emacs-roots): More rigorous checking for plausible
9266         configuration-time root.
9267
9268         * startup.el (normal-top-level): Added a warning if XEmacs cannot
9269         find its roots.
9270
9271 1998-03-27  Martin Buchholz  <martin@xemacs.org>
9272
9273         * faces.el: Fix docstrings.
9274         * glyphs.el: Fix docstrings.
9275         * mouse.el: Fix docstrings.
9276
9277         * frame.el: Change phrase `current frame' to `selected frame'.
9278
9279         * faces.el (face-spec-set-match-display): Make FRAME arg optional.
9280
9281         * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
9282         macros using backquote to make them infinitely more readable.
9283
9284 1998-03-30  SL Baur  <steve@altair.xemacs.org>
9285
9286         * packages.el (packages-find-package-path): Hardcoded specialized
9287         InfoDock support until we can clean this up.
9288
9289         * help.el (describe-bindings-1): Return the value of the bindings
9290         help buffer created.
9291         (describe-bindings): Ditto.
9292
9293         * simple.el (set-variable): Restore previous behavior of not
9294         bombing if the variable to set is not boundp.
9295
9296 1998-03-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9297
9298         * packages.el (packages-handle-package-dumped-lisps): Allow for
9299         non-local files to be loaded off the package-lisp variable.
9300
9301 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
9302
9303         * x-faces.el: Global X resources should override
9304           specs for all device classes (color, grayscale, mono);
9305           code currently doesn't override any of them.  Fixed by
9306           calling remove-specifier with '(x default) as the tag
9307           set and allowing inexact matches.
9308
9309 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
9310
9311         * faces.el: Separated face initializations based on
9312           device classes into device type specific (tag set,
9313           instantiator) pairs.
9314
9315 1998-03-09  Hrvoje Niksic  <hniksic@srce.hr>
9316
9317         * wid-edit.el (widget-choice-action): Remember user's explicit
9318         choice.
9319         (widget-choice-value-create): Respect it.
9320         From Richard Stallman <rms@gnu.org>
9321
9322 1998-03-26  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9323
9324         * setup-paths.el (paths-construct-info-path): Always append
9325         existing directories from configure-time info path.
9326
9327         * startup.el (startup-setup-paths): Renamed misnamed info-path to
9328         Info-directory-list.
9329
9330         * info.el: Removed Info-default-directory-list which was broken by
9331         design.
9332         Removed bogus initialization of Info-directory-list---startup.el
9333         can do a much better job.
9334         Added autoload of Info-directory-list.
9335
9336         * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
9337         out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
9338         be exclusive; now it's merely given precedence, just like in the
9339         old days.
9340
9341 1998-03-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9342
9343         * find-paths.el (paths-find-architecture-directory): Fix bug with
9344         finding; it used to default too early.
9345
9346 1998-03-25  Martin Buchholz <martin@xemacs.org>
9347
9348         * packages.el (packages-split-path): Fix a bug; it used to fail
9349         for paths that weren't split.
9350
9351 1998-03-26  SL Baur  <steve@altair.xemacs.org>
9352
9353         * finder.el (finder-compile-keywords): trap on errors.
9354
9355 1998-03-24  Kyle Jones  <kyle_jones@wonderworks.com>
9356
9357         * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
9358           fourth argument of t so that only the specs exactly
9359           matching the tag lists are removed.
9360
9361 1998-03-25  SL Baur  <steve@altair.xemacs.org>
9362
9363         * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
9364
9365 1998-03-23  SL Baur  <steve@altair.xemacs.org>
9366
9367         * minibuf.el (mouse-read-file-name-1): If a default directory was
9368         specified, use it for generating the completions.
9369
9370 1998-03-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9371
9372         * update-elc.el: Now respects inhibit-package-init and
9373         inhibit-site-lisp.
9374         Now does path construction with loadup-paths.
9375
9376         * startup.el (normal-top-level, startup-setup-paths): Now respects
9377         inhibit-package-init and inhibit-site-lisp.
9378
9379         * packages.el (packages-find-package-path): Extended package path
9380         by version-specific hierarchies.
9381         (packages-find-packages): Now respects inhibit flag and
9382         inhibit-site-lisp.
9383         Moved path setup to loadup-paths.
9384
9385         * make-docfile.el: Now respects inhibit-package-init and
9386         inhibit-site-lisp.
9387         Now does path construction with loadup-paths.
9388
9389         * loadup.el: Now respects inhibit-package-init and
9390         inhibit-site-lisp.
9391
9392         * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
9393
9394         * loadup-paths.el: New file: setup load-path to encompass
9395         packages.
9396
9397 1998-03-22  SL Baur  <steve@altair.xemacs.org>
9398
9399         * auto-show.el: load-gc renamed to pureload.
9400         * site-load.el: Ditto.
9401         * packages.el (toplevel): Ditto.
9402         * loadup.el (really-early-error-handler): Ditto.
9403         * dumped-lisp.el (preloaded-file-list): Ditto.
9404         * cus-face.el (custom-declare-face): Ditto.
9405
9406 1998-03-22  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9407
9408         * <Today>: The Big Path Searching Overhaul.
9409
9410         * find-paths.el: New file: find and assemble paths in the
9411         installation hierarchy.
9412
9413         * setup-paths.el: New file: global layout of paths and directories
9414         within the XEmacs hierarchy.
9415
9416         * packages.el: Replaced everything related to path searching and
9417         startup by code in terms of find-paths.
9418
9419         * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
9420         the new path searching engine.
9421
9422         * dumped-lisp.el (preloaded-file-list): Added new files find-paths
9423         and setup-paths.
9424
9425 1998-03-22  SL Baur  <steve@altair.xemacs.org>
9426
9427         * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
9428         setup-paths.el.
9429
9430 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
9431
9432         * msw-glyphs.el: Added check for 'mswindows feature, so the file
9433         compiles identically in any configuration.
9434         Removed irrelevant commentary.
9435
9436 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
9437
9438         * simple.el (set-variable): Allow setting specifiers.
9439
9440 1998-03-19  SL Baur  <steve@altair.xemacs.org>
9441
9442         * lisp.el (forward-sexp): Revert previous change.
9443
9444 1998-03-18  SL Baur  <steve@altair.xemacs.org>
9445
9446         * frame.el (frame-initialize): Use `delete-console' instead of
9447         `delete-device' to delete the stream console to match the usage in
9448         Fkill_emacs.
9449
9450 1998-03-16  SL Baur  <steve@altair.xemacs.org>
9451
9452         * files.el (cdpath-previous): New variable.
9453         (cd): Use it.
9454         From Bob Weiner <weiner@wave.altrasoft.com>
9455
9456 1998-03-15  Kyle Jones  <kyle_jones@wonderworks.com>
9457
9458         * keydefs.el: Changed keybindings of forward-char,
9459           backward, scroll-up and scroll-down to point to their
9460           -command counterparts.
9461
9462         * simple.el: New functions: forwarc-char-command,
9463           backwrad-char-command, scroll-up-command,
9464           scroll-down-command which work liek their counterparts
9465           except that they honor the variable
9466           signal-error-on-buffer-boundary.
9467
9468           Definition of signal-error-on-buffer-boundary received
9469           from src/cmds.c.
9470
9471           defvar declaration added for word-across-newline to avoid
9472           byte-compiler warning about the free variable reference.
9473
9474 1998-03-14  Kirill M. Katsnelson  <kkm@kis.ru>
9475
9476         * winnt.el: Removed "%t" from the beginning of
9477         modeline-format. From now on, there's no nt-specifics in the modeline.
9478
9479 1998-03-14  SL Baur  <steve@altair.xemacs.org>
9480
9481         * setup-paths.el (paths-setup-paths-warning): Replace occurrences
9482         of `when' with `if'.
9483
9484 1998-03-03  Kirill M. Katsnelson  <kkm@kis.ru>
9485
9486         * msw-glyphs.el: New file. Defines TTY-style glyphs for
9487         mswindows. Must be reworked along with glyphs.el, or
9488         merged into it, after there is images support.
9489
9490         * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
9491         'mswindows.
9492
9493 1998-03-13  SL Baur  <steve@altair.xemacs.org>
9494
9495         * faces.el: fix for text cursor initialization.
9496         Suggested by Kyle Jones <kyle_jones@wonderworks.com>
9497         From Andy Piper <andyp@parallax.co.uk>
9498
9499 1998-03-11  Pete Ware  <ware@cis.ohio-state.edu>
9500
9501         * files.el (set-auto-mode): If a mode is not fboundp, check to see
9502         if there is an existing package that handles it and warn the user
9503         about that mode.
9504
9505 1998-03-02  Kirill M. Katsnelson  <kkm@kis.ru>
9506
9507         * x-menubar.el (default-menubar): Greyed out "Help / Basics /
9508         Installation" menu item when Installation-string is not bound.
9509
9510 1998-03-11  SL Baur  <steve@altair.xemacs.org>
9511
9512         * lisp.el (forward-sexp): Fix for test for balanced sexp.
9513         From Jeremiah W. James <jerry@cs.ucsb.edu>
9514
9515 1998-03-10  Kyle Jones  <kyle_jones@wonderworks.com>
9516
9517         * msw-faces.el:
9518         * faces.el: Fix face initialization.
9519
9520 1998-03-10  Glynn Clements  <glynn@sensei.co.uk>
9521
9522         * files.el (backup-enable-predicate): fix breakage introduced
9523         by TMPDIR patch.
9524
9525 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
9526
9527         * x-faces.el (x-init-face-from-resources): The
9528           TTY face property retrieval functions don't return
9529           specifiers, so use face-property instead.
9530
9531 1998-03-09  SL Baur  <steve@altair.xemacs.org>
9532
9533         * mwheel.el (mwheel-install): Use portable keysyms and syntax.
9534
9535 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
9536
9537         * x-menubar.el: Expanded documentation for
9538           option-save-faces.  Changed Options -> Browse Faces
9539           menu entry to invoke customize-face.
9540
9541 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
9542
9543         * faces.el: Most face initialization moved out of
9544           init-other-random-faces to the top level so that the
9545           initialization happens before Xemacs is dumped.  Much
9546           of the fascist "face-differs-from-default-p or FROB!"
9547           code has been retired in favor of letting the user do
9548           what they want to do.  Face initialization code changed
9549           to use `default' specifier tag so that the settings can
9550           be overridden later if the user wishes it.
9551
9552 1998-03-08  SL Baur  <steve@altair.xemacs.org>
9553
9554         * about.el (about-hackers): Update contributors list.
9555
9556 1998-03-07  Kyle Jones  <kyle_jones@wonderworks.com>
9557
9558         * specifier.el: Define new specifier tag `default'.
9559
9560         * modeline.el: Initialize faces using `default' tag.
9561
9562         * x-faces.el (x-init-face-from-resources): Remove
9563           specifier specs containing the `default' tag before
9564           adding new specs.
9565
9566 1998-03-02  John Jones  <jj@asu.edu>
9567
9568         * package-get.el (package-get-all): fixed arguments on call to
9569         package-admin-add-single-file-package.
9570         * package-get.el (package-get-installedp): fixed to match
9571         advertised behavior.
9572         * package-get.el: added function package-get-update-all which
9573         installs newest versions of all the current packages (if they are
9574         not already installed).
9575
9576 1998-03-04  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>
9577
9578         * files.el (find-file-noselect): Uncommented `truename' binding in
9579         `let*' and use it later to set `buffer-file-truename' iff it's
9580         still nil, as happens for example when finding a compressed
9581         file with "jka-compr".
9582
9583 Wed Mar 04 08:55:12 1998  Andy Piper  <andyp@parallax.co.uk>
9584
9585         * faces.el: in make-face-* type functions do the operation for all
9586         window systems, not just the first one found.
9587
9588         * font.el: call mswindows-list-fonts for mswindows.
9589
9590 1998-03-02  Glynn Clements  <glynn@sensei.co.uk>
9591
9592         * code-process.el (call-process-region):
9593         * process.el (call-process-region):
9594         * package-get.el (package-get-dir):
9595         * files.el (backup-enable-predicate):
9596         * gnuserv.el (gnuserv-temp-file-regexp):
9597         Use temp-directory in place of `/tmp'.
9598
9599 Fri Feb 20 21:22:34 1998  Darryl Okahata  <darrylo@sr.hp.com>
9600
9601         * "Fast" dired-in-C enhancements for Windows 95/NT:
9602
9603         * files.el: Added function, `wildcard-to-regexp', from GNU
9604           Emacs.
9605
9606         * files.el (insert-directory): Modified to use special
9607           dired-in-C enhancements if present.
9608
9609 Mon Mar 02 11:37:36 1998  Andy Piper  <andyp@parallax.co.uk>
9610
9611         * code-files.el: make default coding no-conversion.
9612
9613 1998-03-02  SL Baur  <steve@altair.xemacs.org>
9614
9615         * dumped-lisp.el (preloaded-file-list): Find Installation.el from
9616         the load-path.
9617
9618         * update-elc.el: Strip directory when testing for files not to
9619         bytecompile.
9620
9621 1998-03-02  Aki Vehtari  <Aki.Vehtari@hut.fi>
9622
9623         * lisp-mode.el: Use recommended form for menus.
9624
9625         * info.el (Info-construct-menu): Use recommended form for menus.
9626
9627         * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
9628         entry.
9629
9630 1998-02-28  Kyle Jones  <kyle_jones@wonderworks.com>
9631
9632         * frame.el: Resurrect get-frame-for-buffer-default-to-current.
9633           (get-frame-for-buffer-noselect): Always return frames
9634           in the not-this-window-p cond clause.
9635
9636 1998-02-27  SL Baur  <steve@altair.xemacs.org>
9637
9638         * help.el (describe-installation): New function.
9639
9640         * x-menubar.el (default-menubar): Add describe-installation to
9641         Help menu.
9642
9643         * packages.el (packages-unbytecompiled-lisp): Installation.el
9644         should not be bytecompiled.
9645
9646         * dumped-lisp.el (preloaded-file-list): Dump Installation with
9647         XEmacs.
9648
9649         * x-menubar.el (default-menubar): Use correct guard for VM menu
9650         entry.
9651
9652         * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
9653         coding.
9654         From Andy Piper <andyp@parallax.co.uk>
9655
9656 1998-02-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
9657
9658         * ldap.el: Do not require ldap-internal at compile time.
9659
9660 Tue Feb 17 12:50:37 1998  Andy Piper  <andyp@parallax.co.uk>
9661
9662         * code-files.el: new file. a virtual copy of mule-files.el
9663         but without charset
9664         dependencies. (toggle-buffer-file-ocding-system) new function for
9665         changing the eol type for the current buffer.
9666
9667         * code-process.el: new file. a copy of
9668         mule-process.el. mule-process.el will disappear when things have
9669         settled.
9670
9671         * coding.el: new file. a virtual copy of mule-files.el but
9672         without charset dependencies. (coding-system-base) new function
9673         for getting the parent coding system of a coding system with eol
9674         type set.
9675
9676         * dumped-lisp.el: add above files for the non-mule case.
9677
9678 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
9679
9680         * window-xemacs.el (display-buffer): If no explicit
9681           frame is specified, search for a window that displays
9682           the buffer on the currently selected frame, before
9683           searching other frames.
9684
9685 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
9686
9687         * frame.el (get-frame-for-buffer): If not-this-window-p
9688           is non-nil, use window on the selected frame if it is not
9689           also the selected window.  When defaulting, search for
9690           windows on the currently selected fgrame before searching
9691           other frames.
9692
9693 1998-02-25  Didier Verna  <didier@xemacs.org>
9694
9695         * modeline.el (modeline-swap-buffers): originally named
9696         `mouse-release-modeline'. Whether to actually swap the buffers is
9697         decided in `mouse-drag-modeline'.
9698         (mouse-drag-modeline): A button release event is considered a
9699         mouse click is both X (modeline scroll) and Y (modeline drag) pos
9700         stay unchanged.
9701
9702 1998-02-25  SL Baur  <steve@altair.xemacs.org>
9703
9704         * x-menubar.el: Put redo on the menubar.
9705         From Aki Vehtari <Aki.Vehtari@hut.fi>
9706
9707 1998-02-22  Greg Klanderman  <greg@alphatech.com>
9708
9709         * bytecomp.el (displaying-byte-compile-warnings): if
9710         temp-buffer-show-function is set, use it to display current set of
9711         warnings in the "*Compile-Log-Show*" buffer.
9712
9713         * simple.el (display-warning-buffer): if temp-buffer-show-function
9714         is set, use it to display current set of warnings in the
9715         "*Warnings-Show*" buffer.
9716
9717 1998-02-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9718
9719         * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
9720         Common Lisp.
9721
9722 1998-02-23  Aki Vehtari  <Aki.Vehtari@hut.fi>
9723
9724         * menubar.el: Allow button descriptors at least 2 long.
9725
9726         * x-menubar.el (default-menubar): Use recommended forms.
9727         (file-menu-filter): Remove.
9728         (edit-menu-filter): Remove.
9729
9730 1998-02-24  SL Baur  <steve@altair.xemacs.org>
9731
9732         * about.el (about-hackers): Updated.
9733
9734 1998-02-22  Greg Klanderman  <greg@alphatech.com>
9735
9736         * help.el (help-max-help-buffers): new variable
9737         (help-register-and-maybe-prune-excess): new function
9738         (help-buffer-name): use help-max-help-buffers.
9739         (with-displaying-help-buffer): use
9740         help-register-and-maybe-prune-excess.
9741
9742         * help.el (help-maybe-pretty-print-value): if the value fits on
9743         one line, let it.
9744
9745 1998-02-21  Greg Klanderman  <greg@alphatech.com>
9746
9747         * (with-displaying-help-buffer): there is no need to kill the buffer
9748         if it exists, because with-output-to-temp-buffer will clear it.
9749         further, killing the buffer violates the rule that
9750         temp-buffer-show-function, if set, has the full responsibility of
9751         showing the temp buffer.  killing the buffer fucks with the window
9752         configuration, hosing temp-buffer-show-function.
9753
9754
9755 1998-02-23  Didier Verna  <didier@xemacs.org>
9756
9757         * modeline.el (mouse-drag-modeline):
9758         - Always scroll the modeline that was originally clicked on.
9759         - Use x pixels instead of x characters (which doesn't work anyway)
9760         as horizontal reference for modeline dragging. This allows us to
9761         keep on dragging the modeline even if the motion event occurs in
9762         another window.
9763
9764 1998-02-23  Didier Verna  <didier@xemacs.org>
9765
9766         * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
9767         glyph on the modeline to indicate that dragging the mouse has an
9768         effect both horizontally and vertically.
9769
9770 1998-02-24  SL Baur  <steve@altair.xemacs.org>
9771
9772         * about.el (about-xemacs): Get rid of redundant visible version
9773         number.
9774
9775 1998-02-19  SL Baur  <steve@altair.xemacs.org>
9776
9777         * about.el (about-hackers): Update credits.
9778
9779 1997-12-22  Christoph Wedler  <wedler@fmi.uni-passau.de>
9780
9781         * prim/register.el (view-register): Show register type file-query.
9782
9783 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
9784
9785         * mode-motion.el (mode-motion-highlight-internal):
9786           save-excursion inside save-window-exucrsion form to
9787           hide buffer point changes from save-window-excursion.
9788           Prevents display flickering when the mouse pointer
9789           moves.
9790
9791 1998-02-17  Didier Verna  <didier@xemacs.org>
9792
9793         * mouse.el (default-mouse-track-set-point-in-window): rewrote this
9794         function to handle correctly the case of a toolbar one side of the
9795         window: scrolling will not necessarily happen.
9796
9797 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
9798
9799         * files.el (after-find-file): Restore missing argument
9800           to format that provides filename for "... consider M-x
9801           recover-file" message.  Also call `message' with "%s"
9802           as the first arg instead of an arbitrary string.
9803
9804 1998-02-18  SL Baur  <steve@altair.xemacs.org>
9805
9806         * about.el (about-hackers): Various additions.
9807
9808 1998-02-15  SL Baur  <steve@altair.xemacs.org>
9809
9810         * autoload.el (generate-file-autoloads-1): Don't force an extra
9811         line out when copying on-the-same line autoloads.
9812
9813         * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
9814         is installed.
9815
9816 1998-02-14  Martin Buchholz  <martin@xemacs.org>
9817
9818         * x11/x-win-xfree86.el (x-win-init-xfree86):
9819         * x11/x-win-sun.el (x-win-init-sun):
9820         * x11/x-init.el (x-initialize-compose):
9821         * prim/simple.el:
9822         (backward-or-forward-kill-sexp):
9823         (backward-or-forward-kill-sentence):
9824         (backward-or-forward-kill-word):
9825         (backward-or-forward-delete-char):
9826         * prim/isearch-mode.el (isearch-help-or-delete-char):
9827         Use x-keysym-on-keyboard-sans-modifiers-p instead of
9828         x-keysym-on-keyboard-p to detect backspace.
9829         Use symbols instead of strings (now deprecated) with x-keysym-*-p.
9830         Clean up symbols used with dead keys, checking Linux and solaris
9831         keysyms.
9832         Simplify x-win-*.el using above methods.
9833         Change documentation for x-keysym-*-p functions.
9834
9835 1998-02-14  SL Baur  <steve@altair.xemacs.org>
9836
9837         * about.el (about-hackers): Restore entries for Michael Sperber and
9838         Vinnie Shelton.
9839         From Vinnie Shelton <acs@acm.org>
9840
9841 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
9842
9843         * simple.el (count-words-region): Ditto.
9844
9845 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
9846
9847         * simple.el (count-words-buffer): Document.  Don't print anything
9848         if non-interactive.
9849
9850 1998-02-12  SL Baur  <steve@altair.xemacs.org>
9851
9852         * packages.el (packages-hardcoded-lisp): easymenu.el is in
9853         multiple files in InfoDock.
9854
9855 1998-02-11  SL Baur  <steve@altair.xemacs.org>
9856
9857         * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
9858         from version.el in InfoDock.
9859
9860         * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
9861         specially.
9862
9863 1998-02-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9864
9865         * bytecomp-runtime.el (proclaim-inline): Single quotes around
9866         variable name in docstring.
9867
9868 1998-02-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9869
9870         * menubar.h: Include "gui.h".
9871
9872 1998-02-10  SL Baur  <steve@altair.xemacs.org>
9873
9874         * site-load.el: Fix documentation.
9875
9876 1998-02-09  SL Baur  <steve@altair.xemacs.org>
9877
9878         * package-get-base.el (package-get-base): Updated.
9879
9880         * keymap.el: PC-ize.
9881
9882 1998-02-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9883
9884         * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
9885         from' on a fresh line.
9886
9887 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
9888
9889         * help.el (help-maybe-pretty-print-value): prin1, not princ the
9890         object.
9891
9892 1998-02-09  SL Baur  <steve@altair.xemacs.org>
9893
9894         * undo-stack.el: PC-ize.
9895
9896         * cmdloop.el: PC-ize.
9897
9898 1998-02-08  SL Baur  <steve@altair.xemacs.org>
9899
9900         * bytecomp-runtime.el: PC-ize.
9901
9902         * byte-optimize.el: Prolog fixup.  PC-ize.
9903
9904         * cus-dep.el: Spelling fix.
9905
9906         * text-mode.el: Synch with Emacs 20.2.  (Original ChangeLog
9907         entries follow).
9908
9909 1997-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9910
9911         * text-mode.el (text-mode-hook-identify): New function,
9912         put on text-mode-hook.  Set text-mode-variant here.
9913         (text-mode): Don't set it here.
9914
9915 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9916
9917         * text-mode.el (text-mode-hook): New defvar.
9918         (text-mode-variant): New variable.
9919         (text-mode): Set that variable locally.
9920         (toggle-text-mode-auto-fill): New command.
9921
9922 1997-06-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9923
9924         * text-mode.el (text-mode): Let all-white lines separate paragraphs.
9925
9926 1997-06-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9927
9928         * text-mode.el (paragraph-indent-text-mode):
9929         Renamed from spaced-text-mode.
9930         (text-mode-map): Bind TAB to indent-relative.
9931         (indented-text-mode-map): Variable deleted.
9932         (indented-text-mode): Now an alias for text-mode.
9933
9934 1998-02-05  SL Baur  <steve@altair.xemacs.org>
9935
9936         * loadup.el: test-atoms debugging stuffs removed.
9937
9938 1998-02-03  Martin Buchholz  <Martin Buchholz <martin@xemacs.org>
9939
9940         * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
9941
9942 1997-12-30  Colin Rafferty  <colin@xemacs.org>
9943
9944         * help.el (describe-beta): Made it use `locate-data-file'.
9945         (describe-distribution): Ditto.
9946         (describe-copying): Ditto.
9947         (describe-project): Ditto.
9948         (view-emacs-news): Ditto.
9949
9950         * help-nomule.el (help-with-tutorial): Made it use
9951         `locate-data-file' to find tutorial.
9952
9953 1998-01-28  Jonathon Harris  <jhar@tardis.ed.ac.uk>
9954
9955         * about.el: Corrected my email address.
9956
9957         * mouse.el: Added 'mouse-mswindows-drop' similar to
9958         'mouse-offix-drop'.
9959
9960 1998-01-27  SL Baur  <steve@altair.xemacs.org>
9961
9962         * loadup.el (running-xemacs): Spelling fix.
9963
9964 1998-01-26  Colin Rafferty  <colin@xemacs.org>
9965
9966         * packages.el (packages-find-packages-1): Don't allow a backwards
9967         compatible lisp tree to overwrite `preloaded-file-list'.
9968
9969 1998-01-26  SL Baur  <steve@altair.xemacs.org>
9970
9971         * loadup.el: Don't delete "xemacs" prior to dumping.
9972
9973 1998-01-24  SL Baur  <steve@altair.xemacs.org>
9974
9975         * package-info.el (pi-last-mod-date): New function.
9976         (pi-author-version): New function.
9977         (batch-update-package-info): Use them.
9978
9979 1998-01-23  Colin Rafferty  <colin@xemacs.org>
9980
9981         * frame.el (get-frame-for-buffer-default-to-current): Create.
9982         (get-frame-for-buffer-noselect): Allow user to use current frame
9983         with `get-frame-for-buffer-default-to-current'.
9984
9985 1998-01-22  Hrvoje Niksic  <hniksic@srce.hr>
9986
9987         * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
9988         (byte-compile-output-docform): Ditto.
9989         (byte-compile-compiled-obj-to-list): Ditto.
9990
9991 1998-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
9992
9993         * startup.el (command-line-1): Removed code that ran
9994           buffer-menu.
9995
9996 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
9997
9998         * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
9999
10000 1998-01-17  Hrvoje Niksic  <hniksic@srce.hr>
10001
10002         * frame.el (suspend-emacs-or-iconify-frame): Check using
10003         `device-on-window-system-p' instead of explicitly checking for X,
10004         so that the same logic works for MS Windows.
10005         (suspend-or-iconify-emacs): Ditto.
10006
10007 1998-01-14  Hrvoje Niksic  <hniksic@srce.hr>
10008
10009         * about.el (about-maintainer-info): Andy Piper is back.
10010         (xemacs-hackers): Updated Andy Piper's email address.
10011         (about-hackers): Added Jonathan Harris.
10012         (about-hackers): Updated Tibor Polgar's email address.
10013
10014 1998-01-18  SL Baur  <steve@altair.xemacs.org>
10015
10016         * about.el: Add xemacs.org email manager.
10017
10018         * package-get-base.el (package-get-base): Updated with most recent
10019         package updates.
10020
10021 1998-01-14  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10022
10023         * help.el (function-arglist): Use `indirect-function' instead of
10024         `symbol-function' so that aliases are treated correctly.
10025
10026 1998-01-13  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10027
10028         * help.el (help-map): Add f1 binding to `help-for-help'.
10029         Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
10030         (describe-key-briefly): Use `princ' "%s" to print object.
10031         (with-displaying-help-buffer): Kill buffer if it exists, again.
10032         (describe-key): Use `princ' "%s" to print object.
10033         (describe-function-1): Use `princ' "%s" to print object.
10034         Commented out alias lines removed.
10035         (help-pretty-print-limit): New variable to control pretty-printing
10036         of variable values.
10037         (help-maybe-pretty-print-value): Steve wins!  Renamed back from
10038         `help-pretty-print-value' again.  Only print-print when OBJECT is
10039         list of length less than `help-pretty-print-limit'.
10040         (describe-variable): Use `help-maybe-pretty-print-value' again.
10041
10042 1998-01-18  SL Baur  <steve@altair.xemacs.org>
10043
10044         * simple.el (blink-matching-open): Remove C++ kludge.
10045         Suggested by Bob Weiner <weiner@wave.altrasoft.com>
10046
10047 1998-01-14  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
10048
10049         * info.el (Info-default-directory-list): Made the documentation
10050         more explanitory.
10051
10052 1998-01-13  Martin Buchholz  <martin@xemacs.org>
10053
10054         * lisp/packages.el:
10055         * lisp/package-admin.el:
10056         * lisp/build-report.el:
10057         Fix typos.
10058
10059 1998-01-14  Christoph Wedler  <wedler@fmi.uni-passau.de>
10060
10061         * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
10062         warnings in Java buffers without final newline and editing the
10063         last line.
10064
10065 1998-01-17  SL Baur  <steve@altair.xemacs.org>
10066
10067         * packages.el (packages-find-packages-1): Don't allow a backwards
10068         compatible lisp tree to overwrite `preloaded-file-list'.
10069         Suggested by Colin Rafferty  <colin@xemacs.org>
10070
10071         * mouse.el (mouse-offix-drop): Set undo-boundary.
10072         From Oliver Graf <ograf@fga.de>
10073
10074 1998-01-13  SL Baur  <steve@altair.xemacs.org>
10075
10076         * loadup.el (load-gc): rewrite as defun.
10077         Print something sensical if a required dump-time file isn't found.
10078
10079 1998-01-12  SL Baur  <steve@altair.xemacs.org>
10080
10081         * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
10082         bug strikes a menudescriptor.
10083
10084         * package-get-base.el (package-get-base): Updated.
10085
10086         * package-info.el (batch-update-package-info): Derive REQUIRES
10087         from the Makefile.
10088
10089 1998-01-13  Hrvoje Niksic  <hniksic@srce.hr>
10090
10091         * files.el (save-some-buffers): Don't play games with deleting
10092         other windows if we are in the minibuffer window.
10093
10094 1998-01-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
10095
10096         * modeline.el (modeline-minor-mode-menu): Add support for :active
10097         (add-minor-mode): Document :active property to TOGGLE.
10098
10099 1998-01-07  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
10100
10101         * modeline.el (modeline-minor-mode-menu): Add support for an
10102         `:included' predicate in the `toggle-sym' plist.
10103         (add-minor-mode): Document the :included property, format
10104         docstring some more.
10105         (modeline-minor-mode-menu): Documentation string added.
10106
10107 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
10108
10109         * modeline.el (modeline-minor-mode-menu): genmenlab the menu
10110         labels from the symbol-names by thwacking off the overly redundant
10111         and overused "mode", parenthesizing "minor", and capitalizing the
10112         resultant strings.  Also shortened the menu's title by eliminating
10113         the redundant buffer name.
10114         (add-minor-mode): Beautified the docstring, added mention of the
10115         `:menu-tag' property of TOGGLE.
10116         (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
10117         `toggle-sym' to beatify the mode-life menus.
10118         * (abbrev-mode):  (put)'ed a `:menu-tag' on it and
10119         `auto-fill-function'.
10120
10121 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
10122
10123         * modeline.el (modeline-minor-mode-menu): Changed the string-only
10124         menus to :style 'toggle.
10125
10126 1997-12-10  Markus Linnala  <maage@cs.tut.fi>
10127
10128         * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
10129
10130 1997-12-11  Christoph Wedler  <wedler@fmi.uni-passau.de>
10131
10132         * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
10133         only recognize first hyperlink.
10134         (hyper-apropos-highlightify): Deletia, this is already done by
10135         `hyper-apropos-insert-face'.
10136         (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
10137
10138 1998-01-09  SL Baur  <steve@altair.xemacs.org>
10139
10140         * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
10141         mail.
10142         (toolbar-mail-reader): Add support for `send'.
10143         From Jonathan Marten <jonathan.marten@UK.Sun.COM>
10144
10145 1998-01-05  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
10146
10147         * info.el (Info-emacs-info-file-name): Add defvar for
10148         `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
10149         will function properly.
10150
10151 1998-01-05  Gary D. Foster  <gfoster@ragesoft.com>
10152
10153         * simple.el: make the backwards delete function called by
10154         `backward-or-forward-delete-char' user configurable.
10155
10156 1998-01-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
10157
10158         * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
10159         compiled function got loaded from.
10160
10161 1998-01-09  SL Baur  <steve@altair.xemacs.org>
10162
10163         * term/apollo.el: Synched up with InfoDock 3.6.2.
10164
10165 1998-01-08  SL Baur  <steve@altair.xemacs.org>
10166
10167         * startup.el (load-init-file): Load autoloads earlier.
10168         (startup-splash-frame): Handle InfoDock logo.
10169
10170         * x-init.el (init-post-x-win): Don't call init-x-toolbar in
10171         InfoDock.
10172         (x-init-toolbar-from-resources): Move from x-toolbar.el.
10173
10174         * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
10175         doesn't have this function.
10176
10177         * packages.el (locate-data-file): Fix to call `locate-file'.
10178
10179 1998-01-07  SL Baur  <steve@altair.xemacs.org>
10180
10181         * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
10182         version of version.el.
10183         (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
10184
10185         * x-menubar.el (default-menubar): Guard reference to
10186         `gnuserv-frame'.
10187         (default-menubar): Guard references to `font-lock-mode'.
10188         (default-menubar): Guard references to font-menu-this-frame-only-p'.
10189         (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
10190
10191         * make-docfile.el: Don't snarf doc strings from autoloads.
10192
10193         * startup.el (load-init-file): Use algorithm from loaddefs.el for
10194         loading auto-autoloads files.
10195
10196         * loaddefs.el: Disable dumping autoloads.
10197
10198 1998-01-05  SL Baur  <steve@altair.xemacs.org>
10199
10200         * lisp-mnt.el: Synch to Emacs 20.2.
10201
10202         * help.el: Remove manual autoload of `finder-by-keyword'.
10203
10204         * finder.el (finder-by-keyword): Autoload.
10205
10206         * help.el: Conditionalize hyperbole setup.
10207
10208 1998-01-04  SL Baur  <steve@altair.xemacs.org>
10209
10210         * packages.el (package-require): Update to reflect new data format.
10211
10212 1998-01-02  Didier Verna  <didier@xemacs.org>
10213
10214         * x-menubar.el (default-menubar): make the tutorials available
10215         through the menubar. (Plus some compilation warnings cleanup).
10216
10217 1998-01-04  SL Baur  <steve@altair.xemacs.org>
10218
10219         * check-features.el: New file.  Perform sanity check after build.
10220
10221         * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
10222         files to tooltalk package.
10223         (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
10224         package.
10225
10226         * package-admin.el (package-admin-xemacs): Use better default for
10227         location of XEmacs binary.
10228
10229 1998-01-03  Aki Vehtari  <Aki.Vehtari@hut.fi>
10230
10231         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
10232         tag with sexp and add value tag with value `t'.
10233
10234 1998-01-03  SL Baur  <steve@altair.xemacs.org>
10235
10236         * package-get.el: Changes to work with real data.
10237         From Pete Ware <ware@cis.ohio-state.edu>
10238
10239         * packages.el (packages-reload-autoloads): Guard load for the time
10240         being.
10241
10242         * update-elc.el ("packages.el"): Force loading packages.el instead
10243         of possibly out-of-date packges.elc.
10244         * make-docfile.el ("packages.el"): Ditto.
10245
10246 1998-01-02  Colin Rafferty  <colin@xemacs.org>
10247
10248         * build-report.el (build-report-delete-regexp): Added a rule for
10249         the main tarball shadowing anything past it.
10250
10251 1998-01-02  SL Baur  <steve@altair.xemacs.org>
10252
10253         * packages.el (package-provide): Delete a previous provide.
10254
10255         * package-info.el: New file.
10256
10257         * package-get.el: New file.
10258         From Pete Ware <ware@cis.ohio-state.edu>
10259         (package-get): Fix md5 computation to work with Mule.
10260
10261 1997-12-11  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10262
10263         * simple.el (log-message-*): Quote symbols in docstrings properly.
10264
10265 1998-01-01  SL Baur  <steve@altair.xemacs.org>
10266
10267         * packages.el (packages-new-autoloads): Ignore symbolic links.
10268
10269         * cus-face.el (face-custom-attributes-get): Fix typo.
10270         From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
10271
10272 1997-12-31  SL Baur  <steve@altair.xemacs.org>
10273
10274         * startup.el (load-init-file): Reload new or changed autoloads
10275         unless inhibited.  Reload modified dumped lisp (stubbed).
10276
10277         * packages.el (packages-new-autoloads): New function.
10278         (packages-reload-autoloads): New function.
10279         (packages-reload-dumped-lisp): New (stub) function.
10280
10281         * loadup.el: Inhibit reloading dumped files when running temacs.
10282
10283         * loadhist.el (file-provides): Extend to handle variant
10284         extensions.
10285
10286         * replace.el (query-replace): Fix typo.
10287
10288 1997-12-30  SL Baur  <steve@altair.xemacs.org>
10289
10290         * make-docfile.el: list-autoloads-path has been renamed.
10291         * update-elc.el: list-autoloads has been renamed.
10292
10293         * packages.el (packages-list-autoloads): Renamed.
10294         (packages-list-autoloads-path): Ditto.
10295
10296 1997-12-29  Colin Rafferty  <colin@xemacs.org>
10297
10298         * packages.el (packages-find-packages-1): Made it signal a warning
10299         for an error in an auto-autoload.el file.
10300
10301 1997-12-30  SL Baur  <steve@altair.xemacs.org>
10302
10303         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
10304         tag with const.
10305         From Aki Vehtari <Aki.Vehtari@hut.fi>
10306
10307         * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
10308
10309         * loadhist.el (unload-feature): Remove autoload.
10310
10311 1997-12-28  SL Baur  <steve@altair.xemacs.org>
10312
10313         * loadhist.el: Unpackaged.
10314
10315         * help.el (describe-symbol-find-file): Rename
10316         `describe-function-find-file' and make old name obsolete.
10317         (describe-function-1): Use it.
10318         (describe-function-1): Guard reference to
10319         `compiled-function-annotation'.
10320
10321 1997-12-27  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10322
10323         * help.el (help-mode-bury): Now a call to `help-mode-quit' with
10324         argument.
10325         (help-mode-quit): New optional arg to control whether it kills or
10326         buries.  Tidied up.
10327         (with-displaying-help-buffer): Don't kill buffer initially, even
10328         if it exists: it is erased by `with-output-to-temp-buffer' anyway.
10329         (help-pretty-print-value): Rename back from
10330         `help-maybe-pretty-print-value'!  If `pp-internal' is available
10331         use it, otherwise use dumped `cl-prettyprint'.
10332         (describe-variable): Use `help-pretty-print-value' again.
10333         (find-func): Removed reference to "find-func" at end.
10334
10335 1997-12-26  Kirill M. Katsnelson  <kkm@kis.ru>
10336
10337         * dumped-lisp.el: x-menubar.el dumped along with mswindows native
10338           GUI XEmacs. Rename? x-menubar is rather window system
10339           independant, except for a couple of items.
10340
10341 1997-12-26  SL Baur  <steve@altair.xemacs.org>
10342
10343         * x-menubar.el (default-menubar): Remove hyperbole and oobr
10344         entries as they will no longer be distributed with XEmacs.
10345
10346         * format.el (format-alist): Fix image/tiff regexps.
10347         From P. E. Jareth Hein <jareth@camelot-soft.com>
10348
10349         * help.el (help-maybe-pretty-print-value): Rename.
10350         (describe-variable): Use it.
10351         (describe-variable): Add trailing linefeed.
10352
10353 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10354
10355         * help.el (describe-function-1): Don't output anything for
10356           arglist of autoload functions.
10357
10358 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10359
10360         * help.el (describe-function-1): Don't output anything for
10361           arglist of autoload functions.
10362
10363 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10364
10365         * help.el (help-mode-map): New bindings for `help-mode-bury',
10366         `describe-function-at-point', `describe-variable-at-point',
10367         `Info-elisp-ref', `customize-variable', `help-next-section' and
10368         `help-prev-section'.
10369         (help-next-section): New function.
10370         (help-prev-section): New function.
10371         (help-mode-quit): Changed to kill the help buffer.
10372         (help-mode-bury): Formerly `help-mode-quit'.  Bury buffer
10373         correctly.
10374         (help-buffer-name): New function to generate the name of help
10375         buffers.
10376         (with-displaying-help-buffer): Is now a macro.  Takes an new first
10377         argument giving the name of the help buffer.
10378         (describe-key): Use `with-displaying-help-buffer' with name.
10379         (describe-mode): Ditto.
10380         (describe-bindings): Ditto.
10381         (describe-prefix-bindings): Ditto.
10382         (view-lossage): Ditto.
10383         (with-syntax-table): New macro.
10384         (function-called-at-point): Use `ignore-errors' and
10385         `with-syntax-table'.
10386         (function-at-point): Ditto.
10387         (describe-function): Use `with-displaying-help-buffer' with name.
10388         (function-arglist): Extracted from `describe-function-1'.  Returns
10389         function's arglist as string.
10390         (function-documentation): Extracted from `describe-function-1'.
10391         Returns function's docstring.
10392         (describe-function-1): Remove all the "stream" garbage, including
10393         the stream argument.  Use `function-arglist' and
10394         `function-documentation'.
10395         (describe-function-arglist): Just use `function-arglist'.
10396         (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
10397         (help-pretty-print-value): New function to help with
10398         pretty-printing variable values.  Knows about `#<...>'.  Needs
10399         `pp-internal'.
10400         (describe-variable): Use `with-displaying-help-buffer' with name.
10401         Formatting improved.  Display file where variable is defined, if
10402         known.  Use `help-pretty-print-value'.
10403         (describe-syntax): Use `with-displaying-help-buffer' with name.
10404         (list-processes): Remove "stream" garbage.
10405
10406 1997-12-25  SL Baur  <steve@altair.xemacs.org>
10407
10408         * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
10409         call a dumped routine instead.
10410
10411         * x-win-xfree86.el: Wrap file in defun.
10412         * x-win-sun.el: Ditto.
10413
10414 1997-12-23  SL Baur  <steve@altair.xemacs.org>
10415
10416         * help.el (view-emacs-news): Remove usage of outl-mouse which
10417         advises functions and does other evil things.
10418
10419 1997-12-22  SL Baur  <steve@altair.xemacs.org>
10420
10421         * format.el (format-alist): Add `image/tiff'.
10422         From P. E. Jareth Hein <jareth@camelot-soft.com>
10423
10424 1997-12-21  SL Baur  <steve@altair.xemacs.org>
10425
10426         * about.el (about-hackers): More names added.
10427
10428         * make-docfile.el: Remove superfluous package path search.
10429
10430         * loaddefs.el: Commentary changes.  Removal of VM autoloads.
10431
10432 1997-12-20  SL Baur  <steve@altair.xemacs.org>
10433
10434         * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
10435         ignored shadows.
10436
10437 1997-12-18  SL Baur  <steve@altair.xemacs.org>
10438
10439         * startup.el (set-default-load-path): Make sure lisp and site-lisp
10440         get trailing slashes when added to the load-path.
10441
10442         * x-init.el (init-x-win): Locate where XEmacs X localization files
10443         are.
10444
10445 1997-12-18  Kyle Jones  <kyle_jones@wonderworks.com>
10446
10447         * x-faces.el: Added support for foregroundToolBarColor
10448           to xpm-color-symbols.
10449
10450 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
10451
10452         * etags.el (tags-remove-duplicates): Removed.
10453         (buffer-tag-table-list): Use `delete-duplicates'.
10454
10455         * cl-extra.el (coerce): Coerce to bit-vector and weak-list
10456         correctly.
10457         (get*): Defalias to `get'.
10458
10459         * cl.el (eql): Compare integers with `eq'.
10460         (cl-map-extents): Check for `map-extents' first.
10461
10462 1997-12-17  Didier Verna  <didier@xemacs.org>
10463
10464         * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
10465         added the 'numero', 'copyright' and 'trademark' symbols.
10466
10467         * leim/quail/latin-post.el ("french-postfix"): see above.
10468
10469 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10470
10471         * widget.el (define-widget): Check the arguments.
10472
10473         * cus-edit.el (customize-face): Use `check-argument-type'.
10474         (custom-variable-value-create): Use `signal' to signal error.
10475         (custom-variable-reset-saved): Ditto.
10476         (custom-variable-reset-standard): Ditto.
10477         (custom-face-reset-saved): Ditto.
10478
10479         * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
10480         (widget-default-format-handler): Ditto.
10481         (widget-checklist-add-item): Ditto.
10482         (widget-radio-add-item): Ditto.
10483         (widget-editable-list-entry-create): Ditto.
10484         (widget-sexp-prompt-value): Ditto.
10485
10486         * custom.el (custom-declare-variable): Signal errors better.
10487         (custom-handle-keyword): Ditto.
10488         (custom-declare-group): Ditto.
10489
10490         * window-xemacs.el (windows): Ditto.
10491
10492         * menubar.el (menu): Ditto.
10493
10494         * keydefs.el (keyboard): Ditto.
10495
10496         * minibuf.el (minibuffer): Ditto.
10497
10498         * process.el (execute): Ditto.
10499
10500         * fill.el (fill): Ditto.
10501
10502         * modeline.el (modeline): Ditto.
10503
10504         * help.el (help): Ditto.
10505
10506         * faces.el (faces): Ditto.
10507
10508         * files.el (files): Ditto.
10509
10510         * x-init.el (x): Ditto.
10511
10512         * lisp-mode.el (lisp): Ditto.
10513
10514         * process.el (processes): Ditto.
10515
10516         * mouse.el (mouse): Ditto.
10517
10518         * abbrev.el (abbrev): Moved from cus-edit.
10519
10520         * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
10521         as variable declaration.
10522
10523 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10524
10525         * menubar.el (find-menu-item): Use `check-argument-type'.
10526         (find-menu-item): Cosmetic changes.
10527
10528 1997-12-18  SL Baur  <steve@altair.xemacs.org>
10529
10530         * x-menubar.el (default-menubar): Guard usage of lpr-switches.
10531
10532 1997-12-17  SL Baur  <steve@altair.xemacs.org>
10533
10534         * startup.el (set-default-load-path): Only search package-path
10535         when not running temacs.
10536
10537         * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
10538         files.
10539
10540         * loadup.el: Correct commentary.  Reformatting.
10541         (really-early-error-handler): Use absolute path to the
10542         first dumped-lisp.el file.
10543         (really-early-error-handler): Print full path name of
10544         each dumped lisp file (inherited from InfoDock).
10545
10546         * shadow.el (find-emacs-lisp-shadows): Ignore multiple
10547         dumped-lisp.el files.
10548
10549         * make-docfile.el (preloaded-file-list): Reorder when the
10550         package-path is searched.
10551         * update-elc.el: Ditto.
10552
10553         * lisp-mode.el (call-with-condition-handler): Treat the same as
10554         `condition-case' for indentation.
10555
10556         * about.el (about-xemacs): Update release date.
10557
10558 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
10559
10560         * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
10561         anywhere but at the last clause.
10562         (ecase): Disallow `t' and `otherwise'.
10563
10564 1997-12-16  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10565
10566         * cus-edit.el (custom-buffer-create-buttons): New function
10567         from stuff moved out of `custom-buffer-create-internal'.
10568         (custom-novice): New variable.  Default t.
10569         (custom-display-global-buttons): Ditto.  Default `top'.
10570         (custom-buffer-create-internal): Only display help if
10571         `custom-novice' is non-nil.  Display global buttons according to
10572         `custom-display-global-buttons'.
10573
10574 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10575
10576         * menubar.el (find-menu-item): Use `check-argument-type'.
10577         (find-menu-item): Cosmetic changes.
10578
10579 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10580
10581         * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
10582         look.
10583
10584 1997-12-16  Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
10585
10586         * format.el (format-deannotate-region):  Bug fix.
10587         Deannotating a region containing unknown tags would fail
10588         (causing decoding of text/enriched to fail at user level)
10589
10590 1997-12-16  Kyle Jones  <kyle_jones@wonderworks.com>
10591
10592         * minibuf.el (read-directory-name): Support sixth
10593           arg, HISTORY, as already documented.
10594
10595 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
10596
10597         * etags.el (get-tag-table-buffer): Use explicit lists as arguments
10598         to `ecase'.
10599
10600 1997-12-14  SL Baur  <steve@altair.xemacs.org>
10601
10602         * skk/skk-leim.el (skk-auto-fill-activate): Synch with
10603         skk-activate.
10604
10605 1997-12-13  SL Baur  <steve@altair.xemacs.org>
10606
10607         * dumped-lisp.el (preloaded-file-list): Remove debugging statement.