update.
[chise/xemacs-chise.git] / lisp / ChangeLog
1 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
2
3         * mule/mule-conf.el: New file.
4
5         * mule/misc-lang.el: Move definition of charset `ipa' to
6         mule/mule-conf.el.
7
8 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
9
10         * mule/mule-charset.el (default-coded-charset-priority-list): Add
11         `latin-viscii'; prefer it for characters used in Vietnamese.
12
13         * utf-2000/ccs-viscii.el: Add mapping-table for `latin-viscii'.
14
15 1999-10-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
16
17         * bytecomp.el (byte-compile-insert-header): Fix regexp.
18
19 1999-10-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
20
21         * utf-2000/ccs-viscii.el: Rename `vietnamese-viscii-*' to
22         `latin-viscii-*'.
23
24 1999-10-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
25
26         * mule/viet-chars.el (latin-viscii-lower): Renamed from charset
27         `vietnamese-viscii-lower'.
28         (latin-viscii-upper): Renamed from charset
29         `vietnamese-viscii-upper'.
30         (vietnamese-viscii-lower): New alias for charset
31         `latin-viscii-lower'.
32         (vietnamese-viscii-upper): New alias for charset
33         `latin-viscii-upper'.
34
35 1999-10-05  MORIOKA Tomohiko  <tomo@etl.go.jp>
36
37         * mule/mule-charset.el (default-coded-charset-priority-list):
38         Comment out `hiragana-jisx0208' and `katakana-jisx0208'.
39
40 1999-10-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
41
42         * utf-2000/ccs-iso8859-2.el, utf-2000/ccs-iso8859-3.el,
43         utf-2000/ccs-iso8859-4.el, utf-2000/ccs-iso8859-9.el,
44         utf-2000/ccs-jisx0201-latin.el, utf-2000/ccs-viscii.el,
45         utf-2000/ccs-tcvn5712.el, utf-2000/ccs-jisx0208-1983.el: Moved
46         from lisp/mule.
47
48         * mule/ccs-jisx0208-1983.el, mule/ccs-tcvn5712.el,
49         mule/ccs-viscii.el, mule/ccs-iso8859-9.el,
50         mule/ccs-jisx0201-latin.el, mule/ccs-iso8859-2.el,
51         mule/ccs-iso8859-3.el, mule/ccs-iso8859-4.el: Moved to
52         lisp/utf-2000.
53
54 1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
55
56         * mule/ccs-tcvn5712.el: New file.
57
58 1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
59
60         * dumped-lisp.el (preloaded-file-list): Add "ccs-jisx0208-1983.el"
61         in UTF-2000.
62
63 1999-10-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
64
65         * mule/mule-charset.el (default-coded-charset-priority-list): Add
66         `japanese-jisx0208'.
67
68 1999-10-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
69
70         * dumped-lisp.el (preloaded-file-list): Add
71         "ccs-jisx0201-latin.el", "ccs-iso8859-2.el", "ccs-iso8859-3.el",
72         "ccs-iso8859-4.el", "ccs-iso8859-9.el" and "ccs-viscii.el" in
73         UTF-2000.
74
75         * mule/ccs-iso8859-2.el, mule/ccs-iso8859-3.el,
76         mule/ccs-iso8859-4.el, mule/ccs-iso8859-9.el,
77         mule/ccs-jisx0201-latin.el, mule/ccs-jisx0208-1983.el,
78         mule/ccs-viscii.el: New files.
79
80         * bytecomp.el (byte-compile-insert-header): Don't use `raw-text'
81         if \uXXXX is found.
82
83 1999-09-30  MORIOKA Tomohiko  <tomo@urania.m17n.org>
84
85         * mule/mule-charset.el (default-coded-charset-priority-list): Add
86         `hiragana-jisx0208' and `katakana-jisx0208'.
87
88 1999-09-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
89
90         * mule/chinese.el (chinese-cns11643-3): Define it even if
91         `utf-2000' is provided.
92         (chinese-cns11643-4): Likewise.
93         (chinese-cns11643-5): Likewise.
94         (chinese-cns11643-6): Likewise.
95         (chinese-cns11643-7): Likewise.
96
97 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
98
99         * mule/mule-charset.el (default-coded-charset-priority-list): Add
100         thai-tis620 and hebrew-iso8859-8; namely all BMP are covered.
101
102 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
103
104         * mule/mule-charset.el (default-coded-charset-priority-list): Add
105         `cyrillic-iso8859-5' and `greek-iso8859-7'.
106
107 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
108
109         * mule/mule-charset.el (default-coded-charset-priority-list):
110         Setup in UTF-2000.
111
112 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
113
114         * mule/viet-chars.el: Don't define charset
115         `vietnamese-viscii-lower' and `vietnamese-viscii-upper' because
116         they are defined as builtin charsets.
117
118 1999-08-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
119
120         * version.el (emacs-version): Add more space just before UTF-2000
121         version string.
122
123 1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
124
125         * version.el ([constant] emacs-version): Don't add a space in the
126         preceding place of `xemacs-betaname' because it is duplicated.
127         (emacs-version): Add UTF-2000 version if `utf-2000' is provided.
128
129         * startup.el (splash-frame-body): Add ETL.
130
131 1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
132
133         * mule/chinese.el (chinese-cns11643-3): Don't define if `utf-2000'
134         is provided because it is defined as builtin charset.
135         (chinese-cns11643-4): Likewise.
136         (chinese-cns11643-5): Likewise.
137         (chinese-cns11643-6): Likewise.
138         (chinese-cns11643-7): Likewise.
139
140 1999-08-24  MORIOKA Tomohiko  <tomo@etl.go.jp>
141
142         * mule/mule-cmds.el (reset-language-environment): Fix problem when
143         coding-system `iso-10646-ucs-4' is not defined.
144
145 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
146
147         * bytecomp.el (byte-compile-insert-header): Use utf-8 as
148         coding-system if `utf-2000' is provided.
149
150 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
151
152         * mule/mule-coding.el: Add `utf-8' to coding-priority-list if
153         `utf-2000' is provided.
154
155 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
156
157         * dumped-lisp.el (preloaded-file-list): Don't load vietnamese.el
158         if utf-2000 is provided temporally.
159
160 1999-06-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
161
162         * mule/vietnamese.el (leading-code-private-11): Deleted [defined
163         as builtin variable].
164
165 1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
166
167         * files.el (insert-file-contents-literally): Treat file as binary;
168         call file-name-handlers. [sync with Emacs 20.3.10]
169
170 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
171
172         * XEmacs 21.2.19 is released
173
174 1999-07-28  SL Baur  <steve@miho>
175
176         * code-files.el (insert-file-contents): Fix docstring.
177         revert previous change.
178
179 1999-07-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
180
181         * fill.el (fill-region-as-paragraph): Change re-break-point to
182         contain word-across-newline plus one character so that filling
183         Japanese and Chinese works as desired.
184         * simple.el (do-auto-fill): Ditto.
185
186 1999-07-26  SL Baur  <steve@miho>
187
188         * mule/japanese.el ("Japanese"): Do not specify a default input
189         method.
190         Suggested by MORIOKA Tomohiko  <tomo@etl.go.jp>
191
192 1999-07-23  Jan Vroonhof  <vroonhof@math.ethz.ch>
193
194         * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
195         able to use cl-macs macro in early lisp.
196
197 1999-07-23  Jan Vroonhof  <jan@xemacs.org>
198
199         * custom.el: 
200         * cus-face.el: 
201         * cus-edit.el:
202                 Massive custom Theme API changes.
203
204 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
205
206         * code-files.el (insert-file-contents): Regard
207         coding-system-magic-cookie if `coding-system-for-read' is nil.
208
209 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
210
211         * mule/thai-xtis.el: Add coding: local variable, to avoid
212         bootstrapping problem with C locale.
213
214 1999-07-22  Andy Piper  <andy@xemacs.org>
215
216         * dumped-lisp.el (preloaded-file-list): guard against putting
217         gutter-items in a less than functional XEmacs.
218         * gutter-items.el: put call to `add-tab-to-gutter' back in.
219
220 1999-07-18  Bob Weiner  <weiner@beopen.com>
221
222         * fill.el (fill-context-prefix): Fixed bug that prevented the
223         setting of an adaptive fill prefix when the `dont-skip-first' was
224         t.
225
226 1999-07-22  SL Baur  <steve@miho>
227
228         * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
229
230 1999-06-25  Karl M. Hegbloom  <karlheg@debian.org>
231
232         * files.el (interpreter-mode-alist): add `make', `guile', and 
233         `emacs' entries. (#!/usr/bin/make -f ought to send a file into
234         makefile-mode, guile is a scheme, and someday XEmacs will be
235         modular enough to use as an efficient scripting tool.)
236
237 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
238
239         * mule/mule-cmds.el (reset-language-environment): Regard
240         coding-category `utf-8' and `ucs-4' if they are available.
241
242 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
243
244         * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
245         (prefer-coding-system): Fix DOC-string.
246
247         * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
248         DOC-string too.
249
250         * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
251         Mule.
252         (coding-system-change-eol-conversion): Fix DOC-string.
253
254 1999-06-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
255
256         * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
257         instead of `list-coding-system'.
258
259 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
260
261         * menubar-items.el (default-menubar): `select-input-method' was
262         renamed to `set-input-method'.
263
264         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
265         "Set Language Environment" menu.
266
267         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
268         "Describe Language Support" menu.
269
270 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
271
272         * mule/chinese.el ("Chinese-GB"): Rename
273         `chinese-gb-environment-setup-function' to
274         `setup-chinese-gb-environment-internal'.
275
276 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
277
278         * mule/korean.el: Use `define-coding-system-alias' instead of
279         `copy-coding-system'.
280
281 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
282
283         * mule/mule-cmds.el (set-language-environment-coding-systems):
284         Treat duplicated coding-categories.
285
286 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
287
288         * mule/japanese.el: Use `define-coding-system-alias' instead of
289         `copy-coding-system'.
290
291 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
292
293         * mule/vietnamese.el: Specify `iso-8-1' as a category of
294         coding-system `viscii'.
295
296 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
297
298         * mule/cyrillic.el:
299         - Specify `iso-8-1' as a category of coding-system `koi8-r'.
300         (cyrillic-alternativnyj-decode-table): New variable.
301         (cyrillic-alternativnyj-encode-table): New variable.
302         - Specify `iso-8-1' as a category of coding-system
303           `alternativnyj'.
304         - Abolish general Cyrillic environment.
305
306 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
307
308         * mule/chinese.el:
309         - Use `define-coding-system-alias' instead of `copy-coding-system'.
310         - Register `chinese-gb-environment-setup-function' as a
311           `setup-function' of "Chinese-GB" environment.
312
313 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
314
315         * mule/mule-cmds.el (set-language-info-alist): Allow dummy
316         optional argument `parents'.
317
318         * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
319         property for Thai-XTIS.
320
321         * mule/mule-help.el (help-with-tutorial): Use property
322         `tutorial-coding-system' of language-info as a coding-system to
323         read tutorial file.
324
325 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
326
327         * mule/thai-xtis.el: Don't setup `setup-function' and
328         `exit-function'.
329
330         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
331         `set-coding-category-system' to set up coding-system for
332         coding-category.
333
334         * mule/mule-cmds.el (prefer-coding-system): Use
335         `set-coding-category-system' to set up coding-system for
336         coding-category.
337
338 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
339
340         * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
341         Thai-XTIS environment.
342
343         * mule/mule-cmds.el (prefer-coding-system): Use
344         `find-coding-system' instead of `coding-system-p'.
345
346 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
347
348         * mule/mule-cmds.el (set-language-environment-coding-systems):
349         Modify eol-type for XEmacs.
350
351         * mule/thai-xtis.el: Delete unused local variable `category'.
352
353         * mule/mule-cmds.el (coding-system-change-eol-conversion): New
354         function.
355         (prefer-coding-system): Don't call
356         `update-coding-systems-internal'; use function
357         `coding-category-list' instead of variable `coding-category-list';
358         use `set-coding-priority-list' instead of `set-coding-priority';
359         modify `eol-type' for XEmacs.
360
361         * mule/mule-misc.el (string-width): Use `charset-width' instead of
362         `charset-columns'.
363         (char-width): Likewise.
364
365 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
366
367         * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
368         `tis-620'.
369
370         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
371         `set-coding-priority-list' instead of `set-coding-priority'; don't
372         call `update-coding-systems-internal'.
373
374         * mule/mule-misc.el (coding-system-get): New function.
375         (coding-system-put): New function.
376         (coding-system-category): New function.
377
378 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
379
380         * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
381         when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
382         to avoid conflict with leim/quail/thai-xtis.
383
384         * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
385         to thai-xtis-chars.el.
386
387         * mule/thai-xtis-chars.el: New file (split from
388         mule/thai-xtis.el).
389
390 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
391
392         * mule/thai-xtis.el:
393         - Change category for the charset `thai-xtis' to `?x' from `?T'.
394         - Add syntax entries.
395         - Put `preferred-coding-system' of the charset `thai-xtis' to
396           `tis-620'.
397
398 1999-06-28  TAKAHASHI Naoto  <ntakahas@etl.go.jp>
399
400         * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
401         rewritten to use write-multibyte-character.
402
403 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
404
405         mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
406         of `iso-2022-7'.
407         (prefer-coding-system): Synced up with Emacs 20.3.11 but not
408         ported yet.
409         (read-input-method-name): Treat optional argument `default'.
410
411 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
412
413         * mule/mule-cmds.el (set-language-info): Don't set up menus at
414         all.
415         (set-language-info-alist): Set up menus here.
416         
417 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
418
419         * minibuf.el (completing-read): Add new optional argument
420         `default'.
421         (read-coding-system): Add new optional argument
422         `default-coding-system'.
423
424 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
425
426         * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
427         (viet-viscii-...->viet-vscii...).
428
429 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
430
431         * mule/mule-cmds.el: Change MULE to Mule in docstrings
432         and menus.
433
434 1999-04-12  Richard M. Stallman  <rms@gnu.org>
435
436         * mule/mule-cmds.el (input-method-function): Add permanent-local
437         property.
438
439 1999-03-30  Dave Love  <fx@gnu.org>
440
441         * mule/mule-cmds.el (current-language-environment): Doc fix.
442
443 1999-02-06  Richard Stallman  <rms@gnu.org>
444
445         * mule/european.el (setup-slovenian-environment): New function.
446         ("Slovenian"): New language environment.
447
448 1999-01-27  Dave Love  <fx@gnu.org>
449
450         * mule/mule-cmds.el (current-language-environment): Provide :link,
451         :type (choices) and appropriate :get.
452
453 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
454
455         * mule/mule-cmds.el (describe-language-environment): Don't alter
456         input-method-alist.
457
458 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
459
460         * mule/mule-cmds.el (prefer-coding-system): Call
461         set-coding-priority, so that the internal array of priorities is
462         also updated.
463
464 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
465
466         * mule/mule-cmds.el (prefer-coding-system): If the argument
467         requires specific EOL conversion type, make the default coding
468         systems use that.
469
470 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
471
472         * mule/mule-cmds.el (set-language-environment): Pass the default
473         eol-type to set-language-environment-coding-systems.
474         (set-default-coding-systems): Copy the eol-type property for the
475         new default values of {buffer-file,process}-coding-system from the
476         old defaults.
477         (set-language-environment-coding-systems): Accept an optional
478         argument EOL-TYPE, and set the eol-type property of the default
479         coding systems accordingly.
480
481 1998-10-26  Kenichi Handa <handa@etl.go.jp>
482
483         * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
484         use generate-new-buffer instead of get-buffer-create.
485
486 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
487
488         * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
489
490 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
491
492         * mule/mule-cmds.el (default-input-method): Fix custom type.
493
494 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
495
496         * mule/mule-cmds.el (setup-specified-language-environment):
497         Add apropos-inhibit property.
498         (describe-specified-language-support): Likewise.
499
500 1998-09-06  Bill Richter  <richter@math.nwu.edu>
501
502         * mule/mule-cmds.el: Doc fixes.
503
504 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
505
506         * mule/mule-cmds.el (register-input-method): Doc-string
507         modified.
508
509 1998-09-01  Dave Love  <fx@gnu.org>
510
511         * mule/mule-cmds.el (current-language-environment): Fix
512         setter function.
513
514 1998-08-31  Paul Eggert  <eggert@twinsun.com>
515
516         * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
517         mule/european.el, mule/hebrew.el, mule/japanese.el,
518         mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
519         avoid bootstrapping problem if you need to recompile all the Lisp
520         files using interpreted code.
521
522 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
523
524         * mule/european.el ("Latin-1"): Modify `documentation' key value.
525         ("Latin-2"): Likewise.
526
527 1998-08-18  Per Starback  <starback@update.uu.se>
528
529         * mule/european.el (setup-latin2-environment): Fix typo.
530
531 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
532
533         * mule/european.el: Give proper value of `input-method' key to all
534         lang. env.
535
536         * mule/mule-cmds.el (activate-input-method): Handle the case that
537         the arg INPUT-METHOD is nil correctly.
538         (read-multilingual-string): Activate the specified input method
539         before calling read-string.  Afterward, activate the original
540         input method.
541
542 1998-08-15  Kenichi HANDA  <handa@etl.go.jp>
543
544         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
545         (set-language-info-alist): Fix typo in doc-string.
546
547         * mule/hebrew.el ("Hebrew"): Delete describe-function key.
548
549 1998-08-09  Kenichi HANDA  <handa@etl.go.jp>
550
551         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
552         (reset-language-environment): New function for the job that
553         setup-english-environment used to do.
554         (set-language-environment): Do more setups according to the info
555         in language-info-alist.
556         (read-language-name): Handle the case that the arg KEY is nil.
557         (describe-language-environment): Handle input-method property.
558
559         * mule/: All files under this directory, which related with
560         specific languages (such as mule/european.el, mule/greek.el,
561         mule/hebrew.el, mule/misc-lang.el), modified as below.
562         (setup-XXX-environment): Just call set-language-environment.  If
563         they used to do some other jobs than what done by
564         set-language-environment, those jobs are done in
565         setup-XXX-environment-internal now.
566         ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
567         the value to setup-XXX-environment-internal.  Add properties
568         input-method and features.
569
570         * mule/english.el (setup-english-environment): Just call
571         reset-language-environment.
572
573         * mule/european.el (setup-8-bit-environment): Function deleted.
574
575 1998-08-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
576
577         * mule/mule-cmds.el (input-method-exit-on-first-char)
578         (input-method-use-echo-area): Doc fixes.
579
580 1998-08-06  Kenichi Handa  <handa@etl.go.jp>
581
582         * mule/mule-cmds.el (input-method-exit-on-first-char): New
583         variable.
584         (input-method-use-echo-area): New variable.
585
586 1998-08-01  Kenichi HANDA  <handa@etl.go.jp>
587
588         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
589
590 1998-07-30  Ken'ichi Handa  <handa@delysid.gnu.org>
591
592         * mule/mule-cmds.el (activate-input-method): Update mode line.
593         (inactivate-input-method): Likewise.
594
595 1998-07-19  Kenichi Handa  <handa@etl.go.jp>
596
597         * mule/mule-cmds.el (read-multilingual-string): Don't activate an
598         input method in the current buffer, but just bind
599         current-input-method.
600
601 1998-07-08  Kenichi Handa  <handa@etl.go.jp>
602
603         * mule/hebrew.el ("Hebrew"): Add coding-priority.
604
605         * mule/misc-lang.el ("IPA"): Add coding-priority and
606         coding-system.
607
608 1998-06-26  Ken'ichi Handa  <handa@melange.gnu.org>
609
610         * mule/greek.el: Add coding-priority.
611
612 1998-05-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
613
614         * mule/mule-cmds.el (register-input-method): Rename arg ENV to
615         LANG-ENV.
616
617 1998-05-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
618
619         * mule/mule-cmds.el (register-input-method): Fix previous change.
620         (setup-specified-language-environment): Doc fix.
621
622 1998-05-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
623
624         * mule/mule-cmds.el: Several doc fixes.
625         (get-language-info, set-language-info): Rename argument.
626         (set-language-info-alist): Likewise.
627         (register-input-method): Rename argument.
628         (activate-input-method): If INPUT-METHOD is nil, deactivate.
629
630 1998-05-04  Kenichi Handa  <handa@etl.go.jp>
631
632         * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
633         default value while reading an input method.
634
635 1998-05-01  Kenichi Handa  <handa@etl.go.jp>
636
637         * mule/mule-cmds.el (universal-coding-system-argument):
638         Use buffer-file-coding-system as default.
639
640 1998-04-14  Andreas Schwab  <schwab@mescaline.gnu.org>
641
642         * mule/korean.el ("Korean"): Doc fix.
643
644 1998-04-11  Kenichi Handa  <handa@etl.go.jp>
645
646         * mule/mule-cmds.el (describe-language-environment): Print the
647         languge environment at the head.
648
649 1998-04-06  Kenichi Handa  <handa@etl.go.jp>
650
651         * mule/japanese.el: Set exit-function to exit-japanese-environment
652         for Japanese environment.
653
654 1998-03-20  Richard Stallman  <rms@psilocin.gnu.org>
655
656         * mule/mule-cmds.el (set-language-environment): Doc fix.
657         (current-language-environment): Use defcustom.
658         (default-input-method): Specify :type.
659
660 1998-03-02  Kenichi Handa  <handa@etl.go.jp>
661
662         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
663         modified.
664         (prefer-coding-system): Doc-string modified.
665
666 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
667
668         * mule/mule-cmds.el (set-language-info): Doc-string
669         describes `coding-priority' KEY.
670         (set-language-environment-coding-systems): New function.
671         (select-safe-coding-system): New function.
672         (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
673         (set-language-info-alist): New optionla arg PARENTS.  Call
674         set-language-info with apropriate DESCRIBE-MAP and SETUP-MAP args.
675         (set-language-environment-coding-systems): New function.
676
677         * mule/chinese.el: Remove setting up of
678         describe-chinese-environment-map and
679         setup-chinese-environment-map.  Exclude them in args of calls to
680         set-language-info-alist.  Register coding-priority key in
681         language-info-alist.
682
683         * mule/cyrillic.el: Remove setting up of
684         describe-cyrillic-environment-map and
685         setup-cyrillic-environment-map.  Exclude them in args of calls to
686         set-language-info-alist.  Register coding-priority key in
687         language-info-alist.
688
689         * mule/english.el: Register coding-priority key in
690         language-info-alist.
691
692         * mule/ethiopic.el: Register coding-priority key in
693         language-info-alist.
694
695         * mule/european.el: Remove setting up of
696         describe-european-environment-map and
697         setup-european-environment-map.  Exclude them in args of calls to
698         set-language-info-alist.  Register coding-priority key in
699         language-info-alist.  Add "German" language env.
700         (setup-8-bit-environment): Delete CODING-SYSTEM arg.
701         (setup-german-environment): New function.
702
703         * mule/greek.el (setup-greek-environment): For Greek lang. env.,
704         change default input method to "greek-postfix".
705
706         * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
707         coding-priority key in
708
709 1997-12-19  Stephen Eglen  <stephen@cns.ed.ac.uk>
710
711         * mule/mule-cmds.el (set-language-info): Doc fix.
712         (input-method-inactivate-hook): Doc fix.
713
714 1997-11-20  Karl Heuer  <kwzh@gnu.org>
715
716         * mule/mule-cmds.el (set-input-method): Renamed from
717         select-input-method.
718
719 1997-11-07  Kenichi Handa  <handa@etl.go.jp>
720
721         * mule/mule-cmds.el (set-language-environment): Run
722         exit-language-environment-hook before calling `exit-function'
723         which is specified for the language environment.
724
725 1997-10-23  Kenichi Handa  <handa@etl.go.jp>
726
727         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
728         modified.
729         (prefer-coding-system): Likewise.
730         (describe-language-environment): Print aliases of each coding
731         system.
732         (set-language-environment-hook): New variable.
733         (exit-language-environment-hook): New variable.
734         (set-language-environment): Call these hooks.  Before setting a
735         new language environment, exit from the
736         current-language-environment if necessary.
737         (input-method-verbose-flag): The value can be nil, t,
738         complex-only, or default.
739         (input-method-highlight-flag): Doc-string augmented.
740         (activate-input-method): Check if we can run the registered
741         function to activate an input method.
742
743         * mule/korean.el: Set exit-function for language environment
744         "Korean" to exit-korean-environment.
745         (setup-korean-environment): Moved to korea-util.el.
746
747 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
748
749         * mule/mule-cmds.el (read-multilingual-string): Use
750         current-input-method prior to default-input-method.  Don't bind
751         current-input-method by `let', instead, activate the specified
752         input method in the current buffer temporarily.
753
754 1997-10-19  John F. Whitehead  <jfw@cisco.com>
755
756         * mule/mule-cmds.el (describe-language-environment): Fix prompt.
757
758 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
759
760         * mule/chinese.el (post-read-decode-hz): Return the result of
761         decode-hz-region.
762         (pre-write-encode-hz): Do not change the value of
763         last-coding-system.
764
765 1998-09-06  Bill Richter  <richter@math.nwu.edu>
766
767         * mule/mule-ccl.el: Doc fixes.
768
769 1998-04-20  Kenichi Handa  <handa@etl.go.jp>
770
771         * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
772         (check-ccl-program): New macro.
773
774 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
775
776         * mule/mule-ccl.el: Comment about CCL syntax modified.
777         (ccl-command-table): Add read-multibyte-character and
778         write-multibyte-character.
779         (ccl-code-table): Add ex-cmd.
780         (ccl-extended-code-table): New variable.
781         (ccl-embed-extended-command): New function.
782         (ccl-compile-read-multibyte-character,
783         ccl-compile-write-multibyte-character) New functions.
784         (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
785         ccl-dump-write-multibyte-character): New functions.
786
787 1999-07-22  SL Baur  <steve@miho>
788
789         * config.el (config-value-file): config.values is installed into
790         doc-directory.
791         From Karl M. Hegbloom  <karlheg@cathcart.sysc.pdx.edu>
792
793 1999-07-19  Didier Verna  <verna@inf.enst.fr>
794
795         * rect.el: all functions rewritten, except when noted. Below is a
796         list of interface changes.
797         (apply-on-rectangle): new function. Obsoletes
798         `operate-on-rectangle'. All functions that used to call this
799         function now call the new one.
800         (kill-rectangle): added optional prefix arg to fill lines.
801         (delete-rectangle): ditto.
802         (delete-extract-rectangle): ditto.
803         (open-rectangle): ditto.
804         (clear-rectangle): ditto.
805         (delete-rectangle-line): added third arg FILL.
806         (delete-extract-rectangle-line): ditto.
807         (open-rectangle-line): ditto.
808         (clear-rectangle-line): ditto.
809
810 1999-07-18  Andy Piper  <andy@xemacs.org>
811
812         * menubar-items.el (default-menubar): add gutter options.
813
814         * gutter-items.el: new file.
815         (gutter): new group for custom.
816         (gutter-visible-p): new variable.
817         (default-gutter-position): ditto.
818         (buffers-tab): new group for the buffers tab.
819         (gutter-buffers-tab): widget to put in the gutter.
820         (buffers-tab-max-size): max number of tabs.
821         (buffers-tab-switch-to-buffer-function): function to call when a
822         tab is pressed.
823         (buffers-tab-omit-function): filter buffers with this function.
824         (buffers-tab-format-buffer-line-function): format buffer names for
825         inclusion in tabs.
826         (buffers-tab-switch-to-buffer): like switch-to-buffer but without
827         the record.
828         (build-buffers-tab-internal): build a list of tab items.
829         (buffers-tab-items): ditto.
830         (add-tab-to-gutter): put a tab in the gutter area.
831         (update-tab-in-gutter): reset the buffers in the tab.
832
833         * dumped-lisp.el (preloaded-file-list): dump gutter-items.
834
835         * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
836         (switch-to-buffer-hooks): new hook.
837
838         * toolbar.el (default-toolbar-position): fix typo.
839
840 1999-07-16  Andy Piper  <andy@xemacs.org>
841
842         * gui.el (make-dialog-frame): turn off gutters for dialogs.
843
844 1999-07-15  Didier Verna  <verna@inf.enst.fr>
845
846         * cus-edit.el (custom-prompt-variable): optional third arg makes
847         prompt for a comment string.
848         (customize-set-value): optional prefix makes this function handle
849         variable comments.
850         (customize-set-variable): ditto.
851         (customize-save-variable): ditto.
852         (customize-customized): handle custom comments.
853         (customize-save-customized): ditto.
854         (custom-variable-state-set): ditto.
855         (custom-face-state-set): ditto.
856         (customize-saved): ditto.
857         (custom-variable-set): ditto.
858         (custom-face-set): ditto.
859         (custom-variable-save): ditto.
860         (custom-face-save): ditto.
861         (custom-variable-reset-saved): ditto.
862         (custom-face-reset-saved): ditto.
863         (custom-variable-reset-standard): ditto.
864         (custom-face-reset-standard): ditto.
865         (custom-comment-face): new face.
866         (custom-comment-tag-face): ditto.
867         (custom-comment): new widget.
868         (custom-comment-create): new function.
869         (custom-comment-delete): ditto.
870         (custom-comment-value-set): ditto.
871         (custom-comment-show): ditto.
872         (custom-comment-invisible-p): ditto.
873         (custom-variable-value-create): create a comment field widget.
874         (custom-face-value-create): ditto.
875         (custom-variable-menu): new entry for adding a custom comment.
876         (custom-face-menu): ditto.
877         (custom-save-variables): possibly save custom comments.
878         (custom-save-faces): ditto.
879
880         * cus-face.el (custom-set-faces): the arguments can now have a
881         custom comment as fourth argument.
882
883         * custom.el (custom-set-variables): the arguments can now have a
884         custom comment as fifth element.
885
886 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
887
888         * XEmacs 21.2.18 is released
889
890 1999-07-13  SL Baur  <steve@miho>
891
892         * lib-complete.el (read-library-name): Revert previous change.
893         (read-library): Ditto.
894
895 1999-06-24  Karl M. Hegbloom  <karlheg@debian.org>
896
897         * packages.el (packages-package-list): Capitalize docstring.
898
899         * packages.el (packages-find-package-library-path): Use #'nconc
900         rather than #'append to reduce consing -- #'mapcar uses Flist,
901         which returns a freshly consed list.  #'append would create yet
902         another fresh list, using Fmake_list in concat.
903
904         * packages.el (package-provide): Use setq with remassq like it
905         says in its docstring.
906
907 1999-07-06  SL Baur  <steve@miho.m17n.org>
908
909         * lib-complete.el (progn-with-message): Fix typo.
910
911 1999-07-06  SL Baur  <steve@miho.m17n.org>
912
913         * mule/mule-misc.el (char-octet): Make function match docstring.
914         From Katsumi Yamaoka <yamaoka@jpl.org>
915
916 1999-06-15  Karl M. Hegbloom  <karlheg@debian.org>
917
918         * wid-edit.el (widget-documentation): corrected spelling error.
919
920 1999-06-23  Jonathan Marten <jonathan.marten@uk.sun.com>
921
922         * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
923         keys if already bound
924
925 1999-07-06  SL Baur  <steve@miho.m17n.org>
926
927         * lib-complete.el (progn-with-message): Revert previous changes.
928
929 1999-06-24  Bob Weiner  <weiner@beopen.com>
930
931         * lib-complete.el (find-library):
932         (find-library-other-window):
933         (find-library-other-frame): Completely rewrote
934         so that these functions actually work when called non-interactively.
935         Also made them handle LIBRARY arguments which end with .el or .elc.
936
937 1999-06-24  Bob Weiner  <weiner@beopen.com>
938
939         * simple.el (indent-new-comment-line): Locally bound
940         `block-comment-start' to `comstart' or else when this is called
941         from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
942         `block-comment-start' value, ignoring any existing spacing after a
943         comment prefix in the previous line and producing ugly comments.
944
945 1999-06-23  Bob Weiner  <weiner@beopen.com>
946
947         * list-mode.el (mouse-choose-completion):
948         (choose-completion):
949         (completion-switch-to-minibuffer): Added.
950         ([Tab]): [Tab] previously switched to the minibuffer
951         but since [space] does that and since most applications in the
952         world use [Tab] to select the next item in a list, do that in the
953         *Completions* buffer too.  This will cause the least confusion
954         among the largest population of users.  -- Bob Weiner, BeOpen.com,
955         06/23/1999.
956
957 1999-06-22  Bob Weiner  <weiner@beopen.com>
958
959         * help.el (help-buffer-name): Added support for a null value
960         of `help-buffer-prefix-string' since some buffers require no
961         prefix.
962
963 1999-06-20  Bob Weiner  <weiner@beopen.com>
964
965         * list-mode.el (completion-list-mode-quit): Added and bound to {q}
966         in the completion-list-mode-map to bury the completions buffer
967         even when the minibuffer is no longer active.
968
969 1999-06-20  Bob Weiner  <weiner@beopen.com>
970
971         * list-mode.el (list-mode): It is visually disconcerting to have
972         the text cursor disappear within list buffers, especially when
973         moving from window to window, so leave it visible.
974
975 1999-07-01  SL Baur  <steve@miho.m17n.org>
976
977         * menubar-items.el (default-menubar): Conditionalize the bug
978         report menu item (which may not be possible in this XEmacs).
979         Reported by: Ken'ichi Handa <handa@etl.go.jp>
980
981 1999-06-30  SL Baur  <steve@miho.m17n.org>
982
983         * subr.el (with-current-buffer): DOC string fix.
984         Suggested by Bob Weiner <weiner@altrasoft.com>
985
986 1999-06-25  Charles G Waldman <cgw@fnal.gov>
987
988         * cus-face.el (custom-face-italic): insert missing args
989
990 1999-06-24  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
991
992         * packages.el (package-locations): Changed default early package
993         hierarchies to ~/.xemacs/mule-packages and
994         ~/.xemacs/xemacs-packages.
995
996 1999-06-23  SL Baur  <steve@miho.m17n.org>
997
998         * mule/mule-category.el (Top Level): ASCII is also latin-1.
999
1000 1999-06-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
1001
1002         * packages.el (package-locations): Changed default early package
1003         hierarchy to ~/.xemacs/packages.
1004         (package-locations): Removed `packages' as a possible name for a
1005         late package hierarchy.
1006
1007 1999-06-20  MORIOKA Tomohiko  <tomo@etl.go.jp>
1008
1009         * mule/mule-category.el (word-combining-categories): Set up new
1010         variable.
1011         (word-separating-categories): Likewise.
1012
1013 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
1014
1015         * XEmacs 21.2.17 is released
1016
1017 1999-06-17  Robert Pluim  <rpluim@bigfoot.com>
1018
1019         * font-menu.el (font-menu-set-font): allow for nil specification
1020         of font size.
1021
1022 1999-06-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
1023
1024         * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
1025         is 1.
1026
1027 1999-06-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
1028
1029         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
1030         8859-5 instead of ISO 8859-1.
1031
1032 1999-06-15  SL Baur  <steve@steve1.m17n.org>
1033
1034         * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
1035         (viet-viscii-encode-table): Ditto.
1036
1037         * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
1038         Make obsolete definition of char-octet.
1039
1040 1999-06-14  SL Baur  <steve@steve1.m17n.org>
1041
1042         * subr.el: Move no-Mule make-char ...
1043         * help-nomule.el (make-char): To here.
1044         (string-width): Make Mule compatibility alias.
1045
1046 1999-06-15  Andy Piper  <andy@xemacs.org>
1047
1048         * select.el (get-selection-no-error): really make there be no-error.
1049         (get-selection): revert to original.
1050
1051 1999-06-11  Andy Piper  <andy@xemacs.org>
1052
1053         * select.el (selection-sets-clipboard): renamed.
1054         (own-selection): use it.
1055
1056 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
1057
1058         * XEmacs 21.2.16 is released
1059
1060 1999-06-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
1061
1062         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
1063         missing characters to avoid crash.
1064
1065 1999-06-09  Jan Vroonhof  <vroonhof@math.ethz.ch>
1066
1067         * coding.el (set-terminal-coding-system): Only set the console
1068         coding system on the selected console if it is a tty.
1069
1070 1999-06-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
1071
1072         * cus-face.el:
1073         * cus-edit.el:
1074         * faces.el:
1075         (custom):
1076         (face-spec-set):
1077         * faces.el (frob-face-property):
1078         * font-menu.el (font-menu-set-font):
1079                   Actually apply changes from 1999-03-17
1080
1081 1999-06-10  Andy Piper  <andy@xemacs.org>
1082
1083         * select.el (get-selection): abstract out non error-signalling
1084         part.
1085         (get-selection-no-error): get-selection without signalling an
1086         error.
1087         (selection-is-clipboard-p): new variable. controls whether the
1088         selection sets the clipboard.
1089         (own-selection): use it.
1090
1091         * mouse.el (insert-selection): fallback to clipboard after trying
1092         primary selection and cutbuffer.
1093
1094 1999-06-05  Andy Piper  <andy@xemacs.org>
1095
1096         * x-select.el (xselect-kill-buffer-hook-1): use generalised
1097         selection functions.
1098
1099 1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
1100
1101         * code-files.el (buffer-file-coding-system): Use `raw-text' as
1102         default value.
1103         (load): Use `raw-text' instead of `no-conversion'.
1104         (insert-file-contents): Likewise.
1105
1106         * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
1107         of `no-conversion'.
1108
1109 1999-06-03  MORIOKA Tomohiko  <tomo@etl.go.jp>
1110
1111         * coding.el: Don't copy `no-conversion' to `raw-text'.
1112
1113 1999-06-07  Hrvoje Niksic  <hniksic@srce.hr>
1114
1115         * subr.el (make-char): Define it if Mule is not around.
1116
1117 1999-06-07  SL Baur  <steve@steve1.m17n.org>
1118
1119         * mule/mule-help.el: Add trailing newline.  Use mule keyword.
1120
1121         * x-select.el (x-disown-selection-internal): Restore symbol as an
1122         obsolete alias.
1123         (xselect-kill-buffer-hook-1): Use disown-selection-internal.
1124
1125 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
1126
1127         * XEmacs 21.2.15 is released
1128
1129 1999-06-02  Oscar Figueiredo  <oscar@xemacs.org>
1130
1131         * subr.el (split-string): Avoid infinite looping
1132
1133 1999-05-30  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
1134
1135         * ldap.el (ldap-ignore-attribute-codings): New variable
1136         (ldap-default-attribute-decoder): New variable
1137         (ldap-coding-system): New variable
1138         (ldap-attribute-syntax-encoders): New variable
1139         (ldap-attribute-syntax-decoders): New variable
1140         (ldap-attribute-syntaxes-alist): New variable
1141         (ldap-encode-boolean): New function
1142         (ldap-decode-boolean): New function
1143         (ldap-encode-country-string): New function
1144         (ldap-decode-string): New function
1145         (ldap-decode-address): New function
1146         (ldap-encode-address): New function
1147         (ldap-decode-attribute): New function
1148         (ldap-search): Use some of these
1149
1150 1999-05-25  Jan Vroonhof  <jan@xemacs.org>
1151
1152         * version.el (emacs-version): Make the patch level/beta come
1153         before the XEmacs qualifier so that it gets into (funcall
1154         emacs-version) and thus in the bug reports.
1155         (emacs-version>=): Support patch levels.
1156
1157 1999-06-03  SL Baur  <steve@xemacs.org>
1158
1159         * version.el: implement x.y.z version number
1160         From Jan Vroonhof <vroonhof@math.ethz.ch>
1161
1162 1999-05-27  Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
1163
1164         * mule/mule-cmds.el (read-input-method-name): set input-method properly.
1165
1166 1999-05-22  Vin Shelton <acs@xemacs.org>
1167
1168         * startup.el: Document -private and break out non-standard X options.
1169
1170 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
1171
1172         * mule/mule-charset.el (charset-after): New function.
1173         (charset-direction): Synch with Mule, update docstring.
1174         (get-charset-property): New function.
1175         (put-charset-property): New function.
1176         (charset-plist): New function.
1177
1178         * mule/mule-charset.el (compose-region):
1179         (decompose-region): remove;  these functions (which don't work
1180         since we don't do composite characters) have been moved to
1181         mule-util.el.
1182         (toplevel): follow coding standards
1183
1184 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
1185
1186         * dumped-lisp.el (preloaded-file-list): mule-files.el does not
1187         exist any more.
1188
1189         * code-files.el: Fix commentary to follow coding standards.  Move
1190         the single line left in mule-files.el to here.
1191
1192         * mule/mule-files.el: delete.
1193
1194 1999-05-24  SL Baur  <steve@gneiss.etl.go.jp>
1195
1196         * info.el (Info-scroll-prev): Use event functions instead of the
1197         old emacs 19 interface.
1198
1199 1999-06-02  Andy Piper  <andy@xemacs.org>
1200
1201         * x-font-menu.el (x-font-menu-load-font):
1202         font-menu-registry-encoding -> x-font-menu-registry-encoding type.
1203
1204 1999-05-31  Andy Piper  <andy@xemacs.org>
1205
1206         * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
1207         group.
1208         (font-menu-this-frame-only-p): ditto.
1209         (font-menu-max-items): reinstate, from Jan Vroonhof
1210         <vroonhof@math.ethz.ch>
1211         (font-menu-submenu-name-format): ditto.
1212         (font-menu-split-long-menu): ditto, for use by the family
1213         constructor.
1214         (font-menu-family-constructor): use it.
1215
1216 1999-05-30  Andy Piper  <andy@xemacs.org>
1217
1218         * msw-faces.el (mswindows-font-regexp): new font matching regexp
1219         for use by the font menu.
1220
1221         * msw-font-menu.el: new file implementing mswindows specific
1222         font-menu behaviour.
1223         (mswindows-font-menu-registry-encoding): new function mirroring x version.
1224         (mswindows-font-menu-junk-families): ditto.
1225         (hack-font-truename): ditto.
1226         (mswindows-font-regexp-ascii): ditto.
1227         (mswindows-reset-device-font-menus): ditto.
1228         (mswindows-font-menu-font-data): ditto.
1229         (mswindows-font-menu-load-font): ditto.
1230
1231         * x-font-menu.el (x-reset-device-font-menus): made device specific.
1232         (x-font-menu-font-data): ditto.
1233         (x-font-menu-load-font): ditto.
1234
1235         * font-menu.el: new file implementing generic font menu behaviour.
1236         (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
1237         made device independent.
1238         (font-menu-this-frame-only-p): ditto.
1239         (font-menu-preferred-resolution): ditto.
1240         (font-menu-size-scaling): new variable used to determine whether
1241         sizes are in points or tenths of a point.
1242         (vassoc): moved from x-font-menu.el.
1243         (device-fonts-cache): ditto.
1244         (device-fonts-cache): ditto.
1245         (flush-device-fonts-cache): ditto.
1246         (reset-device-font-menus): copied from x-font-menu.el and made
1247         device independent. Most functionality deferred to
1248         device-dependent versions.
1249         (font-menu-family-constructor): copied from x-font-menu.el and
1250         made device independent.
1251         (font-menu-size-constructor): ditto.
1252         (font-menu-weight-constructor): ditto.
1253         (font-menu-set-font): ditto.
1254         (font-menu-change-face): ditto.
1255         (font-menu-load-font): new device method.
1256         (font-menu-font-data): ditto.
1257
1258         * x-font-menu.el: The above functions deleted.
1259
1260 1999-05-26  Andy Piper  <andy@xemacs.org>
1261
1262         * update-elc.el:
1263         * make-docfile.el:
1264         * loadup.el: rehash expand-file-name usage to not use default-directory.
1265
1266 1999-05-21  Andy Piper  <andy@xemacs.org>
1267
1268         * x-select.el (x-select-convert-to-text):
1269         (x-selected-text-type):
1270         (x-get-selection):
1271         (xselect-convert-to-string):
1272         (xselect-convert-to-compound-text):
1273         (xselect-convert-to-length):
1274         (xselect-convert-to-targets):
1275         (xselect-convert-to-delete):
1276         (xselect-convert-to-filename):
1277         (xselect-convert-to-charpos):
1278         (xselect-convert-to-lineno):
1279         (xselect-convert-to-colno):
1280         (xselect-convert-to-sourceloc):
1281         (xselect-convert-to-os):
1282         (xselect-convert-to-host):
1283         (xselect-convert-to-user):
1284         (xselect-convert-to-class):
1285         (xselect-convert-to-name):
1286         (xselect-convert-to-integer):
1287         (xselect-convert-to-atom):
1288         (xselect-convert-to-identity): functions renamed from x-* and
1289         moved to select.el.
1290         (x-get-secondary-selection): use rename get-selection.
1291         (x-get-clipboard): ditto.
1292         (x-own-selection): moved to select.el.
1293         (x-valid-simple-selection-p): ditto.
1294         (x-dehilight-selection): ditto.
1295         (x-own-clipboard): ditto.
1296         (x-disown-selection): ditto.
1297
1298         * x-mouse.el (x-yank-function): moved to mouse.el.
1299         (x-insert-selection): ditto.
1300         (x-set-point-and-move-selection): use renamed function.
1301
1302         * select.el (selected-text-type): moved and renamed from
1303         x-select.el.
1304         (selection-owner-p): moved to C.
1305         (selection-exists-p): ditto.
1306         (get-cutbuffer): new device method.
1307         (get-selection): generalised and moved from x-select.el.
1308         (own-selection): moved x-own-selection functionality into here.
1309         (dehilight-selection): renamed and moved from x-select.el.
1310         (own-clipboard): functionality moved from x-select.el using new
1311         generic C builtins.
1312         (disown-clipboard): ditto.
1313         (select-convert-to-text):
1314         (select-convert-to-string):
1315         (select-convert-to-compound-text):
1316         (select-convert-to-length):
1317         (select-convert-to-targets):
1318         (select-convert-to-delete):
1319         (select-convert-to-filename):
1320         (select-convert-to-charpos):
1321         (select-convert-to-lineno):
1322         (select-convert-to-colno):
1323         (select-convert-to-sourceloc):
1324         (select-convert-to-os):
1325         (select-convert-to-host):
1326         (select-convert-to-user):
1327         (select-convert-to-class):
1328         (select-convert-to-name):
1329         (select-convert-to-integer):
1330         (select-convert-to-atom):
1331         (select-convert-to-identity): new functions renamed from x-* and
1332         moved from x-select.el.
1333
1334         * mouse.el (mouse-consolidated-yank): subsume x-yank-function
1335         into here and use as the default window-system mouse yank.
1336         (insert-selection): generalised and moved from x-mouse.el.
1337         (own-clipboard): moved to C.
1338
1339         * msw-select.el (mswindows-selection-owned-p): deleted.
1340         (mswindows-own-selection): generalised and moved to select.el.
1341         (mswindows-disown-selection): generalised and moved to C.
1342         (mswindows-selection-owner-p): ditto.
1343
1344 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
1345
1346         * XEmacs 21.2.14 is released
1347
1348 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
1349
1350         * about.el: update contact info for jason and slb.
1351
1352 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
1353
1354         * mule/european.el (setup-romanian-environment): Add Romanian
1355         support from Emacs/Mule romanian.el.
1356
1357 1999-03-17  Jan Vroonhof  <vroonhof@math.ethz.ch>
1358
1359         * cus-face.el: Label all custom changes with the 'custom' tag.
1360
1361         * cus-edit.el: idem ditto.
1362
1363         * faces.el: Added suport for adding device tags to various functions.
1364         (custom): New device tag.
1365         (face-spec-set): Call reset face with tags argument. No longer do
1366         x-init-global-faces hack.
1367
1368         * faces.el (frob-face-property): Use an anonymous specifier to map
1369         frob-face-property-1 over.
1370
1371         * x-font-menu.el (font-menu-set-font): Always specify all
1372         properties to custom.
1373
1374 1999-05-12  SL Baur  <steve@gneiss.etl.go.jp>
1375
1376         * mule/european.el (setup-czech-environment): Add czech support.
1377         From David Sauer <davids@orfinet.cz>
1378
1379 1999-03-15  SL Baur  <steve@xemacs.org>
1380
1381         * check-features.el: Turn hard errors into warnings.
1382
1383 1999-03-21  SL Baur  <steve@xemacs.org>
1384
1385         * simple.el (delete-key-deletes-forward): As per discussion on
1386         xemacs-beta, default to t.
1387
1388 1999-05-11  Hrvoje Niksic  <hniksic@srce.hr>
1389
1390         * loadup.el: Define Installation-string before loading anything.
1391
1392 1999-05-06  Gunnar Evermann  <ge204@eng.cam.ac.uk>
1393
1394         * files.el (auto-mode-alist): fix typo in regex for .bash_* files
1395         From Anders Stenman <stenman@isy.liu.se>
1396
1397 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
1398
1399         * wid-edit.el (widget-glyph-find): Ditto.
1400
1401         * packages.el (locate-library): Ditto.
1402
1403         * loadup.el (really-early-error-handler): Ditto.
1404
1405         * lib-complete.el (read-library): Ditto.
1406
1407         * faces.el (set-face-stipple): Ditto.
1408
1409         * code-files.el (load): Use new calling style of locate-file.
1410
1411 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
1412
1413         * packages.el (packages-unbytecompiled-lisp): Installation.el is
1414         dead.
1415
1416 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
1417
1418         * dumped-lisp.el (preloaded-file-list): Don't load
1419         Installation.el.
1420
1421         * loadup.el (Installation-string): Define it here.
1422
1423 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
1424
1425         * dumped-lisp.el (preloaded-file-list): Revert previous change --
1426         Installation.el needs to be loaded before `dump-paths', otherwise
1427         the dumping process won't find it.
1428
1429 1999-03-13  Adrian Aichner  <aichner@ecf.teradyne.com>
1430
1431         * dumped-lisp.el (preloaded-file-list): Load Installation.el after
1432         subr so that we can use `replace-in-string' in Installation.el to
1433         get rid of C-m chars under the native Windows build.
1434
1435 1999-04-29  Andy Piper  <andy@xemacs.org>
1436
1437         * make-docfile.el: canonicalize file and directory names.
1438
1439         * device.el (call-device-method): new function for calling device
1440         specific methods.
1441         (define-device-method): new function for defining device methods.
1442         (define-device-method*): ditto.
1443
1444 1999-04-27  Hrvoje Niksic  <hniksic@srce.hr>
1445
1446         * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
1447
1448 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
1449
1450         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
1451         (cyrillic-koi8-r-encode-table): Likewise.
1452         (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
1453         (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
1454
1455         * mule/mule-misc.el (split-char-or-char-int): New function [moved
1456         from vietnamese.el].
1457
1458         * mule/vietnamese.el: Move function `split-char-or-char-int' to
1459         mule/mule-misc.el.
1460
1461 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
1462
1463         * mule/thai-xtis.el:
1464         - Change font registry name from "Thai94x94-0" to "xtis-0".
1465         - Change mnemonic of coding-system `tis-620' to "TIS620".
1466
1467 1999-04-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
1468
1469         * mule/ethiopic.el: fixed.
1470
1471 1999-03-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
1472
1473         * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
1474
1475         * mule/thai-xtis.el: New file.
1476
1477         * mule/vietnamese.el: New file.
1478
1479         * mule/ethiopic.el: New file.
1480
1481 1999-04-22  Hrvoje Niksic  <hniksic@srce.hr>
1482
1483         * bytecomp.el (byte-compile-close-variables): Leave
1484         debug-issue-ebola-notices alone.
1485
1486 1999-04-11  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
1487
1488         * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
1489         at the top of the buffer since it is the most important thing to
1490         customize
1491         (ldap-get-host-parameter): New defun
1492         (ldap-search): Add a new parameter `withdn' to retrieve the
1493         distinguished names of entries
1494
1495 1999-04-22  Kai Haberzettl  <khaberz@synnet.de>
1496
1497         * startup.el (splash-frame-body): Date and spelling fixes.
1498
1499 1999-03-16  Colin Rafferty  <colin@xemacs.org>
1500
1501         * view-less.el (toggle-truncate-lines): add autoload tag
1502
1503 1999-04-19  Hrvoje Niksic  <hniksic@srce.hr>
1504
1505         * format.el (format-alist): Disable image stuff.
1506
1507 1999-04-17  Hrvoje Niksic  <hniksic@srce.hr>
1508
1509         * wid-edit.el (widget-glyph-find): Search by directories, then by
1510         suffixes rather than the other way around.
1511         (widget-image-conversion): Renamed to
1512         `widget-image-file-name-suffixes'.
1513
1514 1999-04-16  Olivier Galibert  <galibert@pobox.com>
1515
1516         * mule/mule-charset.el: Made old functions obsolete, remove the
1517         unspeakably evil (and inexistant in fsf's) charset-leading-byte.
1518         (charset-iso-graphic-plane): Rename from charset-graphic.
1519         (charset-iso-final-char): Rename from charset-final.
1520         (charset-width): Rename from charset-columns.
1521         (charset-bytes): Added from fsf compatibility, returns always 1.
1522
1523         * mule/mule-misc.el: Move charset-doc-string alias to
1524         mule-charset.el
1525
1526 1999-04-14  Colin Rafferty  <colin@xemacs.org>
1527
1528         * x-faces.el (x-make-font-bold-italic): honor
1529         *try-oblique-before-italic-fonts*
1530
1531 1999-04-14  Hrvoje Niksic  <hniksic@srce.hr>
1532
1533         * cl-extra.el (coerce): Coerce numbers to characters correctly.
1534
1535 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
1536
1537         * x-faces.el (try-oblique-before-italic-fonts): Use the right
1538         name.
1539
1540 1999-04-14  Dave Gillesipe  <daveg@synaptics.com>
1541
1542         * cl-extra.el (equalp): Would bug out for lists.
1543
1544 1999-03-12  Charles G Waldman  <cgw@fnal.gov>
1545
1546         * about.el (about-hackers):  Change cgw's email address
1547
1548 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
1549
1550         * XEmacs 21.2.13 is released
1551
1552 1999-03-12  SL Baur  <steve@xemacs.org>
1553
1554         * simple.el (delete-key-deletes-forward): Revert to previous
1555         behavior.
1556
1557 1999-01-18  Didier Verna  <verna@inf.enst.fr>
1558
1559         * menubar-items.el (xemacs-splash-buffer): handle the case of
1560         multiple elements in the splash buffer body.
1561
1562         * startup.el (splash-frame-timeout): new constant: interval
1563         between splash buffer elements.
1564         (command-line-1): handle splash buffer with multiple elements (use
1565         a timeout).
1566         (splash-frame-body): Originally `startup-splash-frame-body'.
1567         Rewrote a cleaner and more readable version. This can now be array,
1568         in which case each element is displayed in turn in the splash buffer.
1569         (splash-frame-static-body): new constant. Persistent information
1570         across all splash buffer elements (preserves the possibility to give
1571         it in different languages.
1572         (circulate-splash-frame-elements): new function. Used as a timeout
1573         to circulate through all splash frame elements and display them in
1574         sequence.
1575         (display-splash-frame): originally `startup-splash-frame'. Handle
1576         the case of multiple elements in the splash buffer body. Now
1577         returns a timeout id if multiple elements to display, or nil.
1578
1579 1999-02-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
1580
1581         * x-faces.el (x-init-global-faces): Add default tag to specifiers,
1582         so they can be overridden by x-init-face-from-resources.
1583         Additionally specify the font name also with an x tag.
1584
1585 1999-03-08  Andy Piper  <andy@xemacs.org>
1586
1587         * package-get.el (package-get-base): autoload.
1588
1589         * menubar-items.el (default-menubar): add update menu item. Fix
1590         custom menu to only be activated when package-base is available.
1591
1592         * package-get.el (package-get-custom): don't load
1593         package-get-custom as it is auto-generated. Fix group definition.
1594
1595 1999-03-05  Didier Verna  <verna@inf.enst.fr>
1596
1597         * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
1598         instead of `symbol-name' (Thanks Kyle).
1599
1600         * cus-edit.el (custom-save-variables): use `prin1' instead of
1601         princ to write symbols.
1602
1603 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
1604
1605         * XEmacs 21.2.12 is released
1606
1607 1999-03-05  SL Baur  <steve@xemacs.org>
1608
1609         * menubar-items.el (default-menubar): Add kfm browsing support.
1610         From Neal Becker <nbecker@fred.net>
1611
1612 1999-03-03  Steven Baur  <steve@gneiss.etl.go.jp>
1613
1614         * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
1615         calls to font-lock during buffer reversion.
1616
1617 1999-02-12  Didier Verna  <verna@inf.enst.fr>
1618
1619         * info.el (Info-build-node-completions): unconditionally widen the
1620         tag table buffer.
1621
1622 1999-02-19  Paul Stodghill  <stodghil@cs.cornell.edu>
1623
1624         * x-faces.el (x-init-face-from-resources):
1625         Only set fonts in the 'x locale.
1626
1627 1999-03-04  Adrian Aichner  <aichner@ecf.teradyne.com>
1628
1629         * package-ui.el (pui-install-selected-packages): Don't throw on
1630         `package-admin-delete-binary-package' returning nil since it's
1631         normal.  Reindent function.
1632         (pui-add-required-packages): Handle case where packages selected
1633         for installation have never been installed.
1634
1635 1999-03-03  Martin Buchholz  <martin@xemacs.org>
1636
1637         * menubar-items.el (default-menubar):
1638         Implement the ``Mule->Set coding system of process'' menu item.
1639
1640 1999-02-18  Martin Buchholz  <martin@xemacs.org>
1641
1642         * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
1643         files
1644         - Change some `if's to `when's
1645
1646 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
1647
1648         * XEmacs 21.2.11 is released
1649
1650 1999-02-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
1651
1652         * userlock.el (ask-user-about-supersession-threat-dbox): Guard
1653         against window close (Fix Bug #460).
1654         (ask-user-about-lock-dbox): Idem.
1655
1656 1999-02-25  SL Baur  <steve@xemacs.org>
1657
1658         * mule/mule-charset.el (charset-leading-byte): New function.
1659         From Kazuyuki IENAGA <ienaga@jsys.co.jp>
1660
1661 1999-02-12  Andy Piper  <andy@xemacs.org>
1662
1663         * about.el (xemacs-hackers): change andy's email address.
1664         (about-url-alist): change andy's web page address.
1665         (about-xemacs): add piper.
1666
1667 1999-02-16  SL Baur  <steve@xemacs.org>
1668
1669         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
1670         of mule-base into lisp/mule.
1671
1672 1999-02-16  SL Baur  <steve@xemacs.org>
1673
1674         * mule/arabic.el:
1675         mule/canna-leim.el:
1676         mule/chinese.el:
1677         mule/cyrillic.el:
1678         mule/english.el:
1679         mule/european.el:
1680         mule/greek.el:
1681         mule/hebrew.el:
1682         mule/japanese.el:
1683         mule/kinsoku.el:
1684         mule/korean.el:
1685         mule/misc-lang.el:
1686         mule/mule-category.el:
1687         mule/mule-ccl.el:
1688         mule/mule-charset.el:
1689         mule/mule-cmds.el:
1690         mule/mule-coding.el:
1691         mule/mule-files.el:
1692         mule/mule-help.el:
1693         mule/mule-init.el:
1694         mule/mule-misc.el:
1695         mule/mule-tty-init.el:
1696         mule/mule-x-init.el:
1697         mule/viet-chars.el:  Remerge from mule-base.
1698
1699         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
1700         of mule-base into lisp/mule.
1701
1702 1999-02-10  Adrian Aichner  <aichner@ecf.teradyne.com>
1703
1704         * process.el (exec-to-string): Use `shell-command-switch' in place
1705         of hard-wired "-c" (for WindowsNT).
1706
1707 1999-02-08  Charles G Waldman  <cgw@pgt.com>
1708
1709         * menubar-items.el (default-menubar):  Remove obsolete
1710         "Gopher" item
1711
1712 1999-02-06  Jan Vroonhof  <vroonhof@math.ethz.ch>
1713
1714         * package-admin.el (package-admin-get-install-dir): First fall
1715         back to the location of xemacs-base for non-mule packages.
1716
1717 1999-02-15  Martin Buchholz  <martin@xemacs.org>
1718
1719         * paths.el:
1720         - improved automounter tmp directory support.
1721         - support 4 (!) empirically discovered automounter conventions
1722
1723 1999-02-12  SL Baur  <steve@xemacs.org>
1724
1725         * etags.el (pop-tag-mark): autoload to match key binding.
1726
1727 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
1728
1729         * XEmacs 21.2.10 is released
1730
1731 1999-02-02  Jan Vroonhof  <vroonhof@math.ethz.ch>
1732
1733         * package-get.el (package-get-remote-filename): Don't bug out for
1734         a local file name in the search entry.
1735
1736 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
1737
1738         * XEmacs 21.2.9 is released
1739
1740 1999-01-19  Didier Verna  <verna@inf.enst.fr>
1741
1742         * replace.el (replace-search-function): new variable containing a
1743         function to perform a search-forward.
1744         (replace-re-search-function): new variable containing a function
1745         to perform a re-search-forward.
1746         (perform-replace): use them.
1747
1748 1999-01-25  Didier Verna  <verna@inf.enst.fr>
1749
1750         * select.el (selection-owner-p): use the name `XEmacs'.
1751         (cut-copy-clear-internal): ditto.
1752
1753 1999-01-18  Andy Piper  <andy@xemacs.org>
1754
1755         * about.el (about-url-alist): Update my entry.
1756         (xemacs-hackers): Ditto.
1757
1758 1999-01-14  Adrian Aichner  <aichner@ecf.teradyne.com>
1759
1760         * buffer.el (switch-to-buffer): Fixing documentation.
1761         * minibuf.el (minibuffer-completion-table): ditto.
1762         * cl-macs.el (return-from): ditto.
1763
1764 1999-01-04  Didier Verna  <verna@inf.enst.fr>
1765
1766         * replace.el (delete-non-matching-lines): temporarily disable
1767         case-folding when called interactively with a regexp containing
1768         uppercase characters.
1769         (delete-matching-lines): ditto.
1770         (count-matches): ditto.
1771         (list-matching-lines): ditto.
1772
1773 1999-01-07  Colin Rafferty  <colin@xemacs.org>
1774
1775         * window.el (shrink-window-if-larger-than-buffer): Clean up.  Only
1776         abort if current window is split horizontally, not if others are
1777         split.  Got rid of unnecessary minibuffer checking.  Also, add
1778         some comments (it's still complex).
1779
1780 1999-01-12  Robert Pluim  <rpluim@BayNetworks.com>
1781
1782         * package-get.el: changed address for doc.ic.ac.uk to
1783         sunsite.doc.ic.ac.uk
1784
1785 1999-01-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
1786
1787         * ldap.el (toplevel): Remove requires so that the file compiles
1788         with a non LDAP-enabled XEmacs binary.  Provide `ldap'.
1789
1790 1999-01-10  J. Kean Johnston  <jkj@sco.com>
1791
1792         * dump-paths.el: Calculate module-directory and set
1793         module-load-path to the load path for modules.
1794
1795         * loadup.el: Get bootstrap value of module-load-path from the
1796         environment variable EMACSBOOTSTRAPMODULEPATH.
1797         - Display the module load path if we're debugging paths.
1798
1799         * setup-paths.el: Added function paths-find-site-module-directory.
1800         - Added function paths-find-module-directory.
1801         - Added function paths-construct-module-load-path.  Uses new
1802         environment variable EMACSMODULEPATH.
1803
1804 1998-12-30  Martin Buchholz  <martin@xemacs.org>
1805
1806         * font.el (font-default-object-for-device):
1807         Oops! This `or' can't be replaced by `unless'.
1808         Fixed inability to run w3, among other things.
1809
1810 1998-12-17  Charles G. Waldman <cgw@pgt.com>
1811
1812         * package-admin.el: Change initialization of
1813           package-admin-install-function dependent on system type.
1814           Change package-admin-install-function-mswindows to use
1815           "minitar".
1816
1817 1998-12-23  Hrvoje Niksic  <hniksic@srce.hr>
1818
1819         * mouse.el (default-mouse-motion-handler): Disable help echo while
1820         in the minibuffer.
1821
1822 1998-12-28  Martin Buchholz <martin@xemacs.org>
1823
1824         * XEmacs 21.2.8 is released.
1825
1826 1998-12-24  Martin Buchholz <martin@xemacs.org>
1827
1828         * XEmacs 21.2.7 is released.
1829
1830 1998-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
1831
1832         * package-ui.el (pui-list-packages): Set truncate-lines.
1833
1834         * package-get.el (package-get-download-menu): Use
1835         `package-ui-add-site'. Add a a toggle to indicate it is in the list.
1836
1837         * package-ui.el (pui-help): Ditch in favor of `describe-mode'
1838         (pui-help-string): idem.
1839         (list-packages-mode): New major mode.
1840         (pui-list-packages): Use 'list-packages-mode' in the package buffer.
1841         (pui-install-selected-packages): Add suport for removing packages.
1842         (pui-toggle-package-delete-key): New function.
1843         (pui-popup-context-sensitive): New kludge.
1844         (pui-list-packages): Add warning when `package-get-remote' is nil.
1845         (package-ui-add-site): New function.
1846
1847 1998-12-01  Didier Verna  <verna@inf.enst.fr>
1848
1849         * hyper-apropos.el (hyper-where-is): added the missing autoload.
1850
1851 1998-11-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
1852
1853         * ldap.el: Custom-ized
1854         (toplevel): Do not provide `ldap' which is provided by C level
1855         LDAP code
1856         (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
1857
1858 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
1859
1860         * isearch-mode.el (isearch-mode): Really fix keymap lossage.
1861
1862 1998-12-17  Andy Piper  <andy@xemacs.org>
1863
1864         * sound.el (sound-load-list): name changed from sound-load-alist.
1865         (sound-extension-list): name changed from sound-ext-list.
1866         (load-default-sounds): use new names.
1867         (load-sound-file): use new names.
1868
1869 1998-12-16  Andy Piper  <andy@xemacs.org>
1870
1871         * XEmacs 21.2.6 is released
1872
1873 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
1874
1875         * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
1876         errors.
1877
1878 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
1879
1880         * wid-edit.el (widget-echo-this-extent): Set
1881         help-echo-owns-message to t.
1882
1883 1998-11-30  Greg Klanderman  <greg@alphatech.com>
1884
1885         * package-get.el (package-get-download-menu): use toggles for
1886           each site in the download site menu.
1887
1888 1998-12-01  Jan Vroonhof <vroonhof@math.ethz.ch>
1889
1890         * package-get.el (package-get): If we cannot find a package
1891           because package-get-remote is not set, give a more helpful
1892           error message.
1893
1894 1998-11-30  Greg Klanderman  <greg@alphatech.com>
1895
1896         * package-get.el (package-get-remote-filename): use an EFS path
1897         with user anonymous if no user is specified.
1898
1899 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
1900
1901         * faces.el (face-spec-set): Re-init fallfacks for default after
1902         calling reset-face on the default face.
1903
1904 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
1905
1906         * package-admin.el (package-admin-default-install-function):
1907         Behave as advertised.  Make sure the pkg-dir is proper for
1908         default-directory.
1909         (package-admin-add-binary-package): Make sure the pkg-dir is
1910         proper for default-directory.
1911         (package-admin-install-function-mswindows): Make sure the pkg-dir
1912         is proper for default-directory.
1913
1914 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
1915
1916         * XEmacs 21.2.5 is released
1917
1918 1998-12-05  SL Baur  <steve@altair.xemacs.org>
1919
1920         * files.el (binary-file-regexps): regexp-opt is not available at
1921         bytecompile time.
1922
1923 1998-11-30  Martin Buchholz  <martin@xemacs.org>
1924
1925         * x-win-xfree86.el:
1926         * x-win-sun.el (x-win-init-sun):
1927         * x-win-sun.el:
1928         * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
1929         * x-iso8859-1.el:
1930         * x-init.el (init-post-x-win):
1931         * x-init.el (init-pre-x-win):
1932         * x-init.el (x-initialize-compose):
1933         * x-init.el:
1934         * x-compose.el:
1935         * winnt.el:
1936         * widget.el:
1937         * wid-edit.el (widget-glyph-click):
1938         * wid-edit.el (widget-glyph-find):
1939         * wid-edit.el (widget-type):
1940         * view-less.el (view-buffer-other-window):
1941         * very-early-lisp.el:
1942         * version.el:
1943         * toolbar.el:
1944         * toolbar-items.el:
1945         * term/sun.el (suntool-map):
1946         * term/sun-mouse.el:
1947         * term/internal.el:
1948         * syntax.el (modify-syntax-entry):
1949         * symbol-syntax.el:
1950         * subr.el:
1951         * startup.el (lock-directory):
1952         * simple.el (set-comment-column):
1953         * simple.el (backward-delete-char-untabify):
1954         * shadow.el (find-emacs-lisp-shadows):
1955         * shadow.el:
1956         * setup-paths.el (paths-construct-info-path):
1957         * select.el (cut-copy-clear-internal):
1958         * process.el (call-process-region):
1959         * process.el (start-process-shell-command):
1960         * process.el:
1961         * paths.el (rmail-spool-directory):
1962         * paragraphs.el (use-hard-newlines):
1963         * package-get.el (package-get-dependencies):
1964         * package-admin.el (package-admin-delete-binary-package):
1965         * obsolete.el (truncate-string):
1966         * obsolete.el (store-substring):
1967         * mouse.el (default-mouse-track-maybe-own-selection):
1968         * mouse.el (mouse-yank-at-point):
1969         * modeline.el:
1970         * modeline.el (mouse-drag-modeline):
1971         * minibuf.el (read-directory-name-internal):
1972         * minibuf.el (read-file-name-internal):
1973         * minibuf.el (read-file-name-internal-1):
1974         * minibuf.el (read-file-name-2):
1975         * minibuf.el (exact-minibuffer-completion-p):
1976         * minibuf.el (read-from-minibuffer):
1977         * minibuf.el:
1978         * menubar.el (check-menu-syntax):
1979         * map-ynp.el (map-y-or-n-p):
1980         * make-docfile.el (docfile-out-of-date):
1981         * loadup.el ((member "run-temacs" command-line-args)):
1982         * loadup.el ((member "no-site-file" command-line-args)):
1983         * loadup.el (really-early-error-handler):
1984         * loadup.el:
1985         * loadhist.el:
1986         * loaddefs.el:
1987         * lisp-mnt.el (lm-verify):
1988         * lib-complete.el (lib-complete:cache-completions):
1989         * lib-complete.el (library-all-completions):
1990         * itimer.el (itimer-run-expired-timers):
1991         * info.el (Info-mode):
1992         * info.el (Info-insert-file-contents):
1993         * info.el (Info-rebuild-dir):
1994         * info.el (Info-build-dir-anew):
1995         * info.el (Info-parse-dir-entries):
1996         * info.el (Info-dir-outdated-p):
1997         * info.el (Info-insert-dir):
1998         * info.el (info-xref):
1999         * info.el:
2000         * hyper-apropos.el (hyper-apropos-get-doc):
2001         * hyper-apropos.el (hyper-describe-face):
2002         * hyper-apropos.el (hyper-apropos-mode):
2003         * hyper-apropos.el:
2004         * help.el (list-processes):
2005         * help.el:
2006         * gnuserv.el:
2007         * font.el (mswindows-font-create-name):
2008         * font.el (font-default-font-for-device):
2009         * font.el (x-font-create-object):
2010         * font.el (font-registry):
2011         * font.el:
2012         * font-lock.el (font-lock-keywords):
2013         * font-lock.el:
2014         * finder.el (finder-compile-keywords):
2015         * find-paths.el (paths-find-recursive-path):
2016         * fill.el (set-justification-center):
2017         * fill.el (fill-region-as-paragraph):
2018         * files.el (insert-directory):
2019         * files.el (wildcard-to-regexp):
2020         * files.el (recover-file):
2021         * files.el (basic-save-buffer):
2022         * files.el (delete-auto-save-file-if-necessary):
2023         * files.el (file-relative-name):
2024         * files.el (backup-extract-version):
2025         * files.el (backup-buffer):
2026         * files.el (set-visited-file-name):
2027         * files.el (set-auto-mode):
2028         * files.el (interpreter-mode-alist):
2029         * files.el:
2030         * files.el (find-file-noselect):
2031         * files.el (abbreviate-file-name):
2032         * files.el (parse-colon-path):
2033         * files.el (directory-abbrev-alist):
2034         * etags.el (visit-tags-table-buffer):
2035         * easymenu.el (easy-menu-define):
2036         * dragdrop.el (experimental-dragdrop-drag):
2037         * dragdrop.el (dragdrop-drop-do-functions):
2038         * dragdrop.el (dragdrop-drop-at-point):
2039         * disass.el (disassemble-1):
2040         * disass.el (disassemble-internal):
2041         * disass.el (disassemble):
2042         * disass.el:
2043         * derived.el (derived-mode-init-mode-variables):
2044         * derived.el (define-derived-mode):
2045         * custom.el (defgroup):
2046         * cus-edit.el (custom-quote):
2047         * config.el:
2048         * code-process.el (open-network-stream):
2049         * code-process.el (start-process):
2050         * code-process.el (call-process-region):
2051         * code-process.el (call-process):
2052         * code-process.el:
2053         * code-files.el (insert-file-contents):
2054         * code-files.el:
2055         * code-files.el (buffer-file-coding-system-for-read):
2056         * cmdloop.el (yes-or-no-p-minibuf):
2057         * cl.el:
2058         * cl-macs.el:
2059         * cl-extra.el:
2060         * callers-of-rpt.el (make-caller-report):
2061         * callers-of-rpt.el:
2062         * bytecomp.el (batch-byte-recompile-directory):
2063         * bytecomp.el (batch-byte-compile-1):
2064         * bytecomp.el (batch-byte-compile):
2065         * bytecomp.el (display-call-tree):
2066         * bytecomp.el (byte-compile-insert):
2067         * bytecomp.el (byte-compile-two-args-19->20):
2068         * bytecomp.el (byte-compile-variable-ref):
2069         * bytecomp.el (byte-compile-form):
2070         * bytecomp.el (byte-compile-top-level-body):
2071         * bytecomp.el (byte-compile-out-toplevel):
2072         * bytecomp.el (byte-compile-byte-code-maker):
2073         * bytecomp.el (byte-compile-file-form-defmumble):
2074         * bytecomp.el (byte-compile-file-form):
2075         * bytecomp.el (byte-compile-keep-pending):
2076         * bytecomp.el (byte-compile-insert-header):
2077         * bytecomp.el (byte-compile-from-buffer):
2078         * bytecomp.el (byte-compile-file):
2079         * bytecomp.el (byte-recompile-file):
2080         * bytecomp.el (byte-compile-close-variables):
2081         * bytecomp.el (byte-compile-warn-about-unused-variables):
2082         * bytecomp.el (byte-compile-warn-about-unresolved-functions):
2083         * bytecomp.el (byte-compiler-legal-options):
2084         * bytecomp.el (byte-compile-lapcode):
2085         * bytecomp.el (byte-optimize-log):
2086         * bytecomp.el ((fboundp 'defsubst)):
2087         * bytecomp.el:
2088         * bytecomp-runtime.el:
2089         * byte-optimize.el (byte-optimize-apply):
2090         * byte-optimize.el (car):
2091         * byte-optimize.el (byte-optimize-form):
2092         * byte-optimize.el (byte-optimize-form-code-walker):
2093         * byte-optimize.el:
2094         * build-report.el (build-report-insert-installation-file):
2095         * build-report.el (build-report):
2096         * auto-show.el:
2097         * apropos.el (apropos-documentation):
2098         - mega patch
2099         - clean up byte-compile warnings
2100         - remove unused variables
2101         - Use common lisp style hashtable functions
2102         - byte compiler cleanup
2103         - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
2104         - remove old backquote syntax usage
2105         - move some cl functionality into C for speed.
2106         - remove last remaining VMS support
2107         - spelling fixes
2108         - implement last, butlast, nbutlast, copy-list in C.
2109         - new macro ignore-file-errors, similar to ignore-errors
2110           (ignore-file-errors (delete-file "foo"))
2111         - get frequent garbage collection during loadup.el by tweaking
2112           gc-cons-threshold, rather than explicitly calling garbage-collect
2113         - default delete-key-deletes-forward to `t'.
2114
2115 1998-11-28  SL Baur  <steve@altair.xemacs.org>
2116
2117         * XEmacs 21.2-beta4 is released.
2118
2119 1998-11-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
2120
2121         * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
2122         (easy-menu-item-present-p): Wrapper around find-menu-item.
2123         (easy-menu-remove-item): Wrapper around delete-menu-item.
2124
2125         * menubar.el (delete-menu-item): Add 'from-menu' argument.
2126         (add-menu-button): Add 'in-menu' argument.
2127         (add-menu-item-1): Add in-menu support to helper function.
2128
2129 1998-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * isearch-mode.el (isearch-mode): Fix keymap lossage.
2132
2133 1998-11-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
2134
2135         * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
2136         of Dec 4, 1997.
2137
2138 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
2139
2140         * process.el (shell-command-on-region): Report if the command
2141         succeeded or failed.
2142
2143 1998-11-24  Hrvoje Niksic  <hniksic@srce.hr>
2144
2145         * subr.el (buffer-substring-no-properties): Comment out.
2146
2147 1998-11-07  Adrian Aichner  <aichner@ecf.teradyne.com>
2148
2149         * msw-faces.el (mswindows-find-smaller-font): Turning font names
2150           into font instances first, like `x-frob-font-size' does.
2151           (mswindows-find-larger-font): ditto
2152
2153 1998-11-04  Greg Klanderman  <greg@alphatech.com>
2154
2155         * package-ui.el (pui-install-selected-packages): fix args in call
2156         to `package-get'.
2157
2158 1998-10-29  Jan Vroonhof  <vroonhof@math.ethz.ch>
2159
2160         * package-get.el (host-name): New widget type.
2161         (package-get-remote): Better customization using new type.
2162         (package-get-download-sites): idem dito.
2163
2164         (package-get-custom): Do not use package-get-all untill we have
2165         runtime dependencies.
2166
2167         (package-get-remove-copy): Default to 't' we no longer need this
2168         kludge as we do not currently use depenencies.
2169
2170         (package-get-was-current): New variable.
2171         (package-get-require-base): New 'force-current' argument.
2172         (package-get-update-base): idem
2173         (package-get-package-provider):  idem
2174         (package-get-locate-index-file): New 'no-remote' argument.
2175         (package-get-locate-file): idem.
2176
2177         (package-get-maybe-save-index): New function.
2178         (package-get-update-base): Use it.
2179
2180 1998-10-28 Greg Klanderman <greg@alphatech.com>
2181
2182         * package-get.el (package-get-remote): default to nil; by default,
2183         don't go out to the net via EFS.  They must select a download site.
2184         (package-get-download-sites): new variable.
2185         (package-get-download-menu): new function.
2186         (package-get-locate-index-file): new function.
2187         (package-get-update-base): use it.
2188
2189         * menubar-items.el (default-menubar): add "Update Package Index"
2190         and "Add Download Site" menus under Options | Manage Packages.
2191
2192 1998-10-19  Greg Klanderman  <greg@alphatech.com>
2193
2194         * package-get.el (package-get): bugfix code checking installed version
2195         for case where package is not currently installed.
2196         (package-get-require-signed-base-updates): new variable.
2197         (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
2198         deemed not a goot thing.  Use the variable
2199         package-get-allow-unsigned-base-updates instead.
2200
2201 1998-10-16 Greg Klanderman <greg@alphatech.com>
2202
2203         * package-get.el (package-get): Don't install an older version than
2204         we already have unless explicitly told to.  Issue a warning.
2205
2206         * package-ui.el (pui-add-required-packages): when adding
2207         dependencies, don't add packages that are up to date.
2208         (pui-package-symbol-char):  Don't consider a package out of date
2209         if you have a newer version installed than the latest version in
2210         package-get-base.
2211
2212         * package-get.el (package-get-base-filename): document that it may
2213         be a path relative to package-get-remote;  new default value.
2214         (package-get-locate-file): new function.
2215         (package-get-update-base): use it to expand package-get-base-filename.
2216         (package-get-save-base): new function to save the package-get database
2217         to file.
2218         (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
2219         (package-get-update-base): pass the REMOTE-SOURCE arg.
2220         (package-get-update-base-entry): call package-get-custom-add-entry.
2221         (package-get-file-installed-p): removed; no longer needed.
2222         (package-get-create-custom): ditto.
2223         (toplevel): remove code to build and load package-get-custom.el
2224         (package-get-custom-add-entry): new function.
2225
2226 1998-10-12  Hrvoje Niksic  <hniksic@srce.hr>
2227
2228         * wid-edit.el (widget-button-click): Don't switch window.
2229
2230 1998-10-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
2231
2232         * cus-face.el (custom-set-face-update-spec): Add autoload cookie
2233
2234 1998-10-20  Malcolm Box  <malcolm@brownale.demon.co.uk>
2235
2236         * etags.el (find-tag-default): Run find-tag-hook using
2237         run-hooks rather than funcall
2238
2239 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
2240
2241         * isearch-mode.el (isearch-mode): Set the current minor mode maps
2242         and the current local map as the parents to isearch-mode-map.
2243
2244 1998-10-15  SL Baur  <steve@altair.xemacs.org>
2245
2246         * XEmacs 21.2-beta3 is released.
2247
2248 1998-10-15  Greg Klanderman  <greg@alphatech.com>
2249
2250         * package-get.el (package-get-update-base): use
2251         insert-file-contents-internal, not insert-file-contents-literally.
2252
2253 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
2254
2255         * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
2256         dump time.
2257
2258 1998-10-15  Greg Klanderman  <greg@alphatech.com>
2259
2260         * package-get.el (package-get-update-base-entry): new function.
2261         (package-get-update-base): renamed; was `package-get-load-base'.
2262         cleanup, and use package-get-update-base-from-buffer.
2263         (package-get-update-base-from-buffer): new function.
2264         (package-get-update-base-entries): new; helper for above.
2265         Do not eval lisp grabbed over ftp; parse it from new format.
2266
2267 1998-10-15  Greg Klanderman  <greg@alphatech.com>
2268
2269         * files.el (set-auto-mode): Don't play games loading package-get
2270         database; package-get-package-provider will handle it all.
2271
2272 1998-10-14  Greg Klanderman  <greg@alphatech.com>
2273
2274         * package-get.el (package-get-base-filename): new variable.
2275         (package-get-require-base): new function.
2276         (package-get-pgp-signed-begin-line): new variable.
2277         (package-get-pgp-signature-begin-line): ditto.
2278         (package-get-pgp-signature-end-line):  ditto.
2279         (package-get-load-base): new function.
2280         (package-get-interactive-package-query):
2281         (package-get-update-all):
2282         (package-get-dependencies):
2283         (package-get-package-provider):
2284         (package-get-custom): use package-get-require-base.
2285         [package-get-custom loading]: disable for now.
2286
2287         * package-ui.el (pui-list-packages): use (package-get-require-base)
2288
2289 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
2290
2291         * package-ui.el: Correct obvious thinko in choosing extent face.
2292
2293 1998-10-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
2294
2295         * menubar-items.el (default-menubar): pui-list-package has nothing
2296         to with Customize. Move all the package stuff to a new Item in Options.
2297
2298         * package-ui.el (pui-menu): Add menu and Popup menu.
2299
2300         * package-get.el (package-get): Use new
2301         package-admin-get-install-dir.
2302
2303         * package-admin.el (package-admin-get-install-dir): New syntax.
2304         Conserve package location and put mule packages where mule-base is.
2305
2306         * package-get.el : Customized
2307
2308         * package-ui.el (pui): Customized
2309         (pui-package-install-dest-dir): New variable.
2310         (pui-install-selected-packages): Use it
2311
2312 1998-10-12  SL Baur  <steve@altair.xemacs.org>
2313
2314         * package-get.el (package-get-interactive-package-query): Move
2315         dependency on package-get-base to run-time.
2316         (package-get-update-all): Ditto.
2317         (package-get-dependencies): Ditto.
2318         (package-get-package-provider): Ditto.
2319         (package-get-custom): Ditto.
2320
2321 1998-10-11  Glynn Clements  <glynn@sensei.co.uk>
2322
2323         * events.el: Remove 'ascii-character property from 'backspace
2324         and 'delete symbols
2325
2326 1998-10-11  SL Baur  <steve@altair.xemacs.org>
2327
2328         * package-get-base.el: removed.
2329
2330 1998-09-23  Didier Verna  <verna@inf.enst.fr>
2331
2332         * simple.el (search-caps-disable-folding): moved from isearch-mode.el
2333         (no-upper-case-p): new function.
2334         (with-search-caps-disable-folding): new macro.
2335         (with-interactive-search-caps-disable-folding): new macro.
2336         (zap-to-char): In interactive mode, do a case-sensitive search if
2337         the character is uppercase.
2338         (zap-up-to-char): ditto.
2339
2340         * replace.el (perform-replace): use the function no-upper-case-p.
2341
2342         * isearch-mode.el (isearch-fix-case): ditto.
2343         make obsolete `with-caps-disable-folding' and
2344         `isearch-no-upper-case-p'.
2345
2346         * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
2347         (tags-search): ditto.
2348         (tags-query-replace): ditto.
2349
2350         * info.el (Info-search): ditto.
2351
2352 1998-10-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
2353
2354         * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
2355
2356 1998-10-07  Greg Klanderman  <greg@alphatech.com>
2357
2358         * package-admin.el (package-admin-rmtree): rewritten.  need to
2359         check for "." and ".." before symlink check.  expand files and
2360         directories with respect to DIRECTORY, not default-directory.
2361
2362 1998-10-04  Greg Klanderman  <greg@alphatech.com>
2363
2364         * package-get.el (package-get-all): add INSTALL-DIR argument.
2365
2366 1998-10-06  Greg Klanderman  <greg@alphatech.com>
2367
2368         * package-ui.el (pui-add-required-packages): new function, select
2369         dependent packages.
2370         (pui-display-keymap): bind it.
2371         (pui-help-string): document it.
2372         (pui-install-selected-packages): package-get-all -> package-get.
2373
2374         * package-get.el (package-get-dependencies): new function.
2375
2376 1998-10-04  Hrvoje Niksic  <hniksic@srce.hr>
2377
2378         * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
2379         regexps.
2380
2381 1998-10-05  Hrvoje Niksic  <hniksic@srce.hr>
2382
2383         * mouse.el (default-mouse-track-point-at-opening-quote-p): New
2384         function.
2385         (default-mouse-track-normalize-point): Use it.
2386
2387 1998-09-30  Jan Vroonhof  <vroonhof@math.ethz.ch>
2388
2389         * package-admin.el (package-admin-delete-binary-package):
2390                 General cleanup. Remove unnessary use of progn and
2391         save-excursion.
2392         (package-admin-delete-binary-package): Do NOT mess with file
2393         modes. That is evil.
2394         (package-admin-delete-binary-package): Wrap all deleting in
2395         condition-case. The data in MANIFEST is untrustworthy.
2396         (package-admin-delete-binary-package): Let the OS worry about non
2397         empty directories.
2398
2399 1998-10-09  SL Baur  <steve@altair.xemacs.org>
2400
2401         * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
2402         processing.
2403         (lm-report-bug): Fix mail address to send bug reports to.
2404
2405 1998-09-29  SL Baur  <steve@altair.xemacs.org>
2406
2407         * XEmacs 21.2-beta2 is released.
2408
2409 1998-08-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
2410
2411         * files.el (auto-mode-alist): Enhanced regexp for perl-mode
2412
2413 1998-09-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2414
2415         * info.el (Info-mode): Document page turning by double clicks in
2416         docstring so `M-x describe-mode' will display it.
2417
2418 1998-09-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2419
2420         * info.el (Info-mouse-track-double-click-hook): Use character
2421         widths to calculate a border region where double clicking does
2422         page turning, and return `nil' by default so other hooks, such as
2423         region highlighting, will be run.
2424
2425 1998-09-29  Colin Rafferty   <colin@xemacs.org>
2426
2427         * sound.el (default-sound-directory-list): Initialize with all the
2428         "sounds" directories in `data-directory-list'.  It used to just be
2429         the first one.
2430
2431         * packages.el (locate-data-directory-list): Created.  This gives
2432         the list of matching directories, unlike `locate-data-directory',
2433         which just gives the first one.
2434
2435 1998-09-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
2436
2437         * minibuf.el (read-from-minibuffer): No longer bind help-form but
2438         make a binding in the local keymap until help-char handling is
2439         improved.
2440
2441         * help.el (help-keymap-with-help-key): Provide keymap with help
2442         binding.
2443         (help-print-help-form): New helper function.
2444
2445 1998-09-23  Hrvoje Niksic  <hniksic@srce.hr>
2446
2447         * isearch-mode.el (isearch-highlight): set-extent-endpoints can
2448         move extent to another buffer; no need to create a new extent.
2449         (isearch-fix-case): New function.
2450         (isearch-search-and-update): Use it.
2451
2452 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
2453
2454         * isearch-mode.el (isearch-mode): Use overriding-local-map to set
2455         the keymap, not minor-mode-map-alist.
2456         (isearch-done): Restore overriding-local-map.
2457
2458 1998-09-21  Martin Buchholz  <martin@xemacs.org>
2459
2460         * bytecomp.el (byte-compile-buffer-substring):
2461         Fix for: (byte-compile (defun f () (buffer-substring)))
2462         ==>   ** buffer-substring called with 3 args, but requires 0-3
2463         - new code not only works, but is more readable, too.
2464
2465 1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
2466
2467         * msw-faces.el (mswindows-init-device-faces): Don't try to
2468           specify a default font at this late stage. Do try to force
2469           creation of the default face font so that if it fails we get
2470           an error now instead of a crash at frame creation.
2471
2472           mswindows-font-canonicalize-name, mswindows-make-font-unbold,
2473           mswindows-make-font-unitalic: Canonical default weight
2474           changed from "Normal" to "Regular".
2475
2476           mswindows-make-font-bold / -bold-italic: Supplied device was
2477           not being passed into call to mswindows-find-smaller-font.
2478
2479 1998-09-10  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
2480
2481         * package-get.el (package-get-remote): Fix the path where to find
2482           the packages on xemacs.org.
2483
2484 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
2485
2486         * about.el (about-maintainer-info): Update Ben's entry.
2487
2488 1998-09-24  Martin Buchholz  <martin@xemacs.org>
2489
2490         * lisp/shadow.el (find-emacs-lisp-shadows):
2491         - `member' was being called on lists of length 2000!
2492         - Replace with hashtables.
2493         - Replace hand-coded loops with (dolist)
2494         - Fix comment typo
2495
2496 1998-09-20  Darryl Okahata  <darrylo@sr.hp.com>
2497
2498         * packages.el: Added new function, `package-delete-name', to
2499           delete existing packages from the installed package database
2500           (`packages-package-list').  Also added the "pkginfo" directory
2501           to `packages-special-base-regexp', so that the pkginfo directory
2502           would not get added to `late-packages'.
2503
2504         * package-admin.el: Added ability to delete an installed package
2505           (added low-level function, `package-admin-delete-package').
2506           Understands how to use the pkginfo/MANIFEST.<package> file to
2507           delete the package.  When installing a package, will also
2508           create a MANIFEST.* file if one is not provided by the
2509           package.  If the MANIFEST.* doesn't exist when deleting a
2510           package, the functions will fall back to attempting to delete
2511           any package-specific lisp directory.
2512
2513         * package-get.el: Moved some functions to package-admin.el.
2514           Added interactive function `package-get-delete-package', for
2515           use by users for deleting a package.
2516
2517           Also modified to not require the prescence of efs.
2518
2519 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
2520
2521         * files.el (find-file-noselect): Handle all signals, kill the
2522         buffer and resignal.
2523
2524 1998-09-23  SL Baur  <steve@altair.xemacs.org>
2525
2526         * cl-macs.el (glyph-image): Add setf method.
2527
2528 1998-09-06  Darryl Okahata  <darrylo@sr.hp.com>
2529
2530         * package-get.el: Fixed broken EFS downloading.  Also, look for
2531           .tar.gz files first, in preference over .tgz files.
2532
2533         * package-ui.el: Fix display of package version numbers.
2534
2535 1998-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
2536
2537         * x-font-menu.el (font-menu-set-font):  Add "pt" units to size
2538         argument.
2539
2540 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
2541
2542         * list-mode.el: `display-completion-list': added new/optional
2543           keyword `:completion-string', which allows the programmer to
2544           change the "Possible completions are:" prompt.
2545
2546         * menubar-items.el: Added new pulldown menu-pick to start up the
2547           visual package browser/installer:
2548
2549                 Options->Customize->List Packages
2550
2551         * package-admin.el: Added hooks for installing under both Unix
2552           and MS Windows.  Does additional error checking.  No longer
2553           calls "add-big-package.sh" to install packages under Unix; now
2554           calls gunzip & tar directly.
2555
2556         * package-get.el: Added ability to install packages from files
2557           on a local disk/CDROM.  Now deletes any existing package lisp
2558           directory.  Does completion on available packages when
2559           querying for package names.  Will also search for .tgz files
2560           in addition for .tar.gz files.  Tries to reload
2561           auto-autoloads, as a convenience when loading new packages,
2562           and also tries to add any new package paths to `load-path'.
2563           Changed all occurences of `concat' to use `expand-file-name'.
2564
2565         * package-ui.el: New file which implements the main visual
2566           package browser/installer, which is started via a menu pick or
2567           M-x pui-list packages.
2568
2569 1998-09-03  Hrvoje Niksic  <hniksic@srce.hr>
2570
2571         * startup.el (load-init-file): spelling fix.
2572
2573 1998-09-02  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2574
2575         * startup.el (normal-top-level): Load auto-autoload files
2576         covariantly with their precedence.
2577
2578 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
2579
2580         * menubar-items.el (default-menubar): Remove "Font Weight"
2581         option, there is currently no custom equivalent.. Customize-faces
2582         is "Edit faces".
2583
2584         * x-font-menu.el (font-menu-set-font): Use customize to set
2585         default face.
2586
2587         * faces.el (face-spec-update-all-matching): New function.
2588
2589         * cus-face.el (custom-set-face-update-spec): New function.
2590         Interface to customize faces from elisp.
2591
2592         (custom-face-value-create): Show the customized settings if set
2593         but not saved.
2594
2595 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
2596
2597         (custom-face-value-create): Show the customized settings if set
2598         but not saved.
2599
2600 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
2601
2602         * keydefs.el (global-map): Add FSF 20.3 binding of
2603         query-replace-regexp.
2604
2605 1998-08-21  Greg Klanderman  <greg@alphatech.com>
2606
2607         * minibuf.el (read-file-name-internal-1): use
2608         user-name-completion-1 instead of user-name-completion.
2609
2610 1998-08-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2611
2612         * loadup.el:
2613         * make-docfile.el:
2614         * update-elc.el: Don't set `source-directory' (now defunct as a
2615         global variable) no more.
2616
2617         * packages.el (packages-list-autoloads): Made `source-directory'
2618         (now defunct as a global variable) a parameter.
2619
2620 1998-08-13  Carsten Leonhardt  <leo@arioch.oche.de>
2621
2622         * about.el (about-hackers): new email
2623
2624 1998-08-16  SL Baur  <steve@altair.xemacs.org>
2625
2626         * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
2627
2628 1998-07-17  Didier Verna  <verna@inf.enst.fr>
2629
2630         * faces.el (set-face-property):
2631         (set-face-dim-p):
2632         (face-dim-p): updated the doc strings now that the dim property isn't
2633         tty-specific.
2634         (face-equal): the dim property is now a common one.
2635
2636         * cus-face.el (custom-face-attributes): New face attribute: `dim'
2637         Renamed the `stipple' attribute to `background-pixmap'.
2638         (custom-face-background-pixmap): make custom-face-stipple an
2639         obsolete alias for this.
2640
2641 1998-08-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2642
2643         * find-paths.el (paths-file-readable-directory-p): Created and
2644         used.
2645
2646         * loadup.el: Don't set inhibit-... flags from run-temacs.
2647
2648 1998-08-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2649
2650         * packages.el (packages-data-path-depth): Added and used.
2651
2652 1998-08-05  Charles G. Waldman <cgw@pgt.com>
2653
2654         * about.el:
2655         - Change .xpm to .png, delete "zcat" section.
2656         - cosmetic fix in the 'marcpa' entry.
2657
2658         * etc/photos
2659         - convert all .xpm.Z to .png
2660         - rename mrb to martin
2661         - rename mcook-m to mcookm
2662
2663 1998-07-31  Martin Buchholz  <martin@xemacs.org>
2664
2665         * x-init.el (x-initialize-compose): Add support for
2666         dead-circumflex as YET ANOTHER NAME for that dead key.
2667
2668 1998-08-05  Colin Rafferty <colin@xemacs.org>
2669
2670         * setup-paths.el (paths-construct-exec-path): Made the
2671         last-packages really be last.
2672         (paths-construct-data-directory-list): Ditto.
2673
2674 1998-08-01  Kai Haberzettl  <khaberz@synnet.de>
2675
2676         * startup.el(startup-splash-frame-body):
2677         Update Copyright notice in splash screen
2678
2679 1998-07-20  Greg Klanderman  <greg@alphatech.com>
2680
2681         * minibuf.el (read-file-name-internal-1): do ~user completion.
2682
2683 1998-07-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
2684
2685         * font-lock.el (font-lock-fontify-glumped-region): Add guard
2686         aginst destroyed extents
2687
2688 1998-07-24  Greg Klanderman  <greg@alphatech.com>
2689
2690         * package-get.el (package-get): add `install-dir' argument.
2691
2692 1998-07-20  John Jones  <jj@asu.edu>
2693
2694         * package-get.el: calls to package-get-update-all will only
2695           update packages which are already installed.
2696
2697 1998-07-23  SL Baur  <steve@altair.xemacs.org>
2698
2699         * autoload.el (update-file-autoloads): Ensure autoloads buffer is
2700         writable.
2701
2702 1998-07-20  Colin Rafferty   <colin@xemacs.org>
2703
2704         * about.el (about-hackers): Correct my email.
2705
2706 1998-07-20  Kai Haberzettl  <khaberz@synnet.de>
2707
2708         * about.el (about-hackers): new email-address.
2709
2710 1998-07-25  SL Baur  <steve@altair.xemacs.org>
2711
2712         * minibuf.el (read-number): Don't let `input-error' condition
2713         escape.
2714
2715 1998-07-20  Greg Klanderman  <greg@alphatech.com>
2716
2717         * about.el (about-hackers): use my `email-for-life' address.
2718
2719 1998-07-19  SL Baur  <steve@altair.xemacs.org>
2720
2721         * XEmacs 21.2-beta1 is released.
2722
2723 1998-07-12  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
2724
2725         * ldap.el (ldap-search): Doc string change
2726
2727 1998-07-16  Colin Rafferty   <colin@xemacs.org>
2728
2729         * menubar-items.el (default-menubar): Removed references to
2730         `data-directory', and use `locate-data-file' instead, and made
2731         then greyed out if they don't exist.
2732
2733 1998-07-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
2734
2735         * keymap.el (events-to-keys): Use `format' instead of `concat'
2736         since the latter does not accept integer args anymore
2737
2738 1998-07-15  SL Baur  <steve@altair.xemacs.org>
2739
2740         * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
2741         macros replaced.
2742
2743 1998-07-14  SL Baur  <steve@altair.xemacs.org>
2744
2745         * make-docfile.el: Get first initialization from very-early-lisp.el
2746         * update-elc.el: Ditto.
2747         * loadup.el (really-early-error-handler): Ditto.
2748
2749         * packages.el (packages-unbytecompiled-lisp): Add new file,
2750         very-early-lisp.el.
2751
2752         * very-early-lisp.el: New file.
2753
2754 1998-07-14  SL Baur  <steve@altair.xemacs.org>
2755
2756         * Symbols that have been obsolete for at least 3 years removed (II).
2757
2758         * obsolete.el (eval-current-buffer): Make compatible.
2759         (byte-code-function-p): Ditto.
2760         (send-string): Removed.
2761         (send-region): Removed.
2762         (screen-scrollbar-width): Removed.
2763         (set-screen-scrollbar-width): Removed.
2764         (set-screen-left-margin-width): Removed.
2765         (set-screen-right-margin-width): Removed.
2766         (screen-left-margin-width): Removed.
2767         (screen-right-margin-width): Removed.
2768         (set-buffer-left-margin-width): Removed.
2769         (set-buffer-right-margin-width): Removed.
2770         (buffer-left-margin-width): Removed.
2771         (buffer-right-margin-width): Removed.
2772         (x-set-frame-icon-pixmap): Removed.
2773         (x-set-screen-icon-pixmap): Removed.
2774         (pixel-name): Removed.
2775         (make-pixmap): Removed.
2776         (make-cursor): Removed.
2777         (pixmap-width): Removed.
2778         (pixmap-contributes-to-line-height-p): Removed.
2779         (set-pixmap-contributes-to-line-height): Removed.
2780
2781 1998-07-13  SL Baur  <steve@altair.xemacs.org>
2782
2783         * obsolete.el (popup-menu-up-p): removed.
2784         (read-no-blanks-input): Removed.
2785         (wholenump): Removed.
2786         (ring-mod): Removed (what was ring-mod?).
2787         (current-time-seconds): Removed.
2788         (run-special-hook-with-args): Removed.
2789         (dot): Removed.
2790         (dot-marker): Removed.
2791         (dot-min): Removed.
2792         (dot-max): Removed.
2793         (window-dot): Removed.
2794         (set-window-dot): Removed.
2795
2796         * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
2797         `dot-min'.
2798
2799         * minibuf.el: (read-no-blanks-input): remove commented-out copy.
2800
2801         * code-files.el (insert-file-contents): Rename
2802         run-special-hook-with-args to run-hook-with-args-until-success.
2803         (write-region): Ditto.
2804
2805 1998-07-12  SL Baur  <steve@altair.xemacs.org>
2806
2807         * about.el: Fix typos, update release date.
2808
2809         * Symbols that have been obsolete for at least 3 years removed.
2810
2811         * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
2812         screen- functions.
2813         (toplevel): remove setf methods for screen functions.
2814         * cl-macs.el (extent-data): defsetf removed.
2815         * obsolete.el (lisp-indent-hook): Make compatible, it's used too
2816         many places to remove.
2817         (comment-indent-hook): Ditto.
2818         * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
2819         (buffer-dedicated-screen): Ditto.
2820         (deiconify-screen): Ditto.
2821         (delete-screen): Ditto.
2822         (event-screen): Ditto.
2823         (find-file-other-screen): Ditto.
2824         (find-file-read-only-other-screen): Ditto.
2825         (live-screen-p): Ditto.
2826         (screen-height): Ditto.
2827         (screen-iconified-p): Ditto.
2828         (screen-list): Ditto.
2829         (screen-live-p): Ditto.
2830         (screen-name): Ditto.
2831         (screen-parameters): Ditto.
2832         (screen-pixel-height): Ditto.
2833         (screen-pixel-width): Ditto.
2834         (screen-root-window): Ditto.
2835         (screen-selected-window): Ditto.
2836         (screen-totally-visible-p): Ditto.
2837         (screen-visible-p): Ditto.
2838         (screen-width): Ditto.
2839         (screenp): Ditto.
2840         (get-screen-for-buffer): Ditto.
2841         (get-screen-for-buffer-noselect): Ditto.
2842         (get-other-screen): Ditto.
2843         (iconify-screen): Ditto.
2844         (lower-screen): Ditto.
2845         (mail-other-screen): Ditto.
2846         (make-screen): Ditto.
2847         (make-screen-invisible): Ditto.
2848         (make-screen-visible): Ditto.
2849         (modify-screen-parameters): Ditto.
2850         (new-screen): Ditto.
2851         (next-screen): Ditto.
2852         (next-multiscreen-window): Ditto.
2853         (other-screen): Ditto.
2854         (previous-screen): Ditto.
2855         (previous-multiscreen-window): Ditto.
2856         (raise-screen): Ditto.
2857         (redraw-screen): Ditto.
2858         (select-screen): Ditto.
2859         (selected-screen): Ditto.
2860         (set-buffer-dedicated-screen): Ditto.
2861         (set-screen-height): Ditto.
2862         (set-screen-position): Ditto.
2863         (set-screen-size): Ditto.
2864         (set-screen-width): Ditto.
2865         (show-temp-buffer-in-current-screen): Ditto.
2866         (switch-to-buffer-other-screen): Ditto.
2867         (visible-screen-list): Ditto.
2868         (window-screen): Ditto.
2869         (x-set-screen-pointer): Ditto.
2870         (x-set-frame-pointer): Ditto.
2871         (screen-title-format): Ditto.
2872         (screen-icon-title-format): Ditto.
2873         (terminal-screen): Ditto.
2874         (delete-screen-hook): Ditto.
2875         (create-screen-hook): Ditto.
2876         (mouse-enter-screen-hook): Ditto.
2877         (mouse-leave-screen-hook): Ditto.
2878         (map-screen-hook): Ditto.
2879         (unmap-screen-hook): Ditto.
2880         (default-screen-alist): Ditto.
2881         (default-screen-name): Ditto.
2882         (x-screen-defaults): Ditto.
2883         (x-create-screen): Ditto.
2884         * obsolete.el: meta-flag removed.
2885         baud-rate removed.
2886         sleep-for-millisecs removed.
2887         extent-data removed.
2888         set-extent-data removed.
2889         set-extent-attribute removed.
2890         extent-glyph removed.
2891         extent-layout removed.
2892         set-extent-layout removed.
2893         list-faces-display removed.
2894         list-faces removed.
2895         trim-versions-without-asking removed.
2896         after-write-file-hooks removed.
2897         truename removed.
2898         auto-fill-hook removed.
2899         blink-paren-hook removed.
2900         select-screen-hook, deselect-screen-hook removed.
2901         auto-raise-screen, auto-lower-screen removed.
2902
2903         * msw-mouse.el: Global change resource -> mswindows-resource.
2904
2905         * XEmacs 21.0-pre5 is released.
2906
2907 1998-07-11  SL Baur  <steve@altair.xemacs.org>
2908
2909         * about.el (about-hackers): Credits update.
2910
2911 1998-07-11  Hrvoje Niksic  <hniksic@srce.hr>
2912
2913         * register.el (insert-register): Don't activate the region.
2914
2915 1998-07-10  SL Baur  <steve@altair.xemacs.org>
2916
2917         * select.el: Restore x-* symbols for backwards compatibility:
2918         x-copy-primary-selection, x-kill-primary-selection,
2919         x-delete-primary-selection, x-select-make-extent-for-selection,
2920         x-valid-simple-selection-, x-cut-copy-clear-internal.
2921
2922 1998-07-09  SL Baur  <steve@altair.xemacs.org>
2923
2924         * XEmacs 21.0-pre4 is released.
2925
2926 1998-06-28  Hrvoje Niksic  <hniksic@srce.hr>
2927
2928         * menubar-items.el (default-menubar): Use `report-emacs-bug' for
2929         reporting bugs.
2930         (maybe-add-init-button): Fix semantics under Windows.  Use
2931         `expand-file-name' rather than `concat'.
2932
2933         * help.el (print-messages): New function.
2934
2935 1998-07-05  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
2936
2937         * ldap.el (ldap-host-parameters-alist): Docstring fixes
2938
2939 1998-07-04  Jonathan Harris  <jhar@tardis.ed.ac.uk>
2940
2941         * about.el: Tweaked my entry in about-hackers.
2942
2943         * find-paths.el (paths-emacs-root-p):
2944           Relaxed emacs-root checking of an in-place installation to
2945           also accomodate the flat layout used on MS Windows.
2946
2947 1998-06-29  John Jones  <jj@asu.edu>
2948
2949         * package-get.el: calls to package-get-update-all will only
2950           update packages which are already installed.
2951
2952 1998-07-05  Andy Piper  <andyp@parallax.co.uk>
2953
2954         * faces.el (xpm-color-symbols): remove hardcoded defaults these
2955         are handled by the gui-element face fallbacks now.
2956
2957         * x-faces.el: default gui-element face to "background" as well as
2958         the default face.
2959
2960         * msw-faces.el (mswindows-init-device-faces): remove gui-element
2961         and default face settings since these are set as fallbacks now in
2962         the appropriate domain.
2963
2964 1998-07-02  SL Baur  <steve@altair.xemacs.org>
2965
2966         * text-mode.el (text-mode): Reorder regexp so the OR part
2967         corresponding to `page-delim' goes first and the hack in
2968         `forward-paragraph' will work.
2969         With bug analysis from Bob Weiner <weiner@altrasoft.com>
2970
2971 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
2972
2973         * subr.el (remove-hook): When checking the hook value
2974           with functionp, don't apply car to it.
2975
2976 1998-06-24  Jonathan Harris  <jhar@tardis.ed.ac.uk>
2977
2978         * package-get.el (package-get-remote-filename):
2979           Don't use file-name-as-directory because the local directory
2980           separator conventions might not be the same as ftp's.
2981
2982 1998-06-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
2983
2984         * ldap.el (ldap-host-parameters-alist): New name of
2985         `ldap-host-parameters-plist'
2986
2987 1998-06-26  Adrian Aichner  <aichner@ecf.teradyne.com>
2988
2989         * package-get.el: Using (require 'package-get-base), now that it
2990         provides itself.  Consequently removed all instances of (load
2991         "package-get-base.el").
2992
2993 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
2994
2995         * subr.el (remove-hook): Don't treat the hook value as a
2996           list unless it is both consp and not functionp.
2997
2998 1998-06-29  SL Baur  <steve@altair.xemacs.org>
2999
3000         * about.el: Email address for Ben Wing is ben@xemacs.org.
3001         * auto-show.el: Ditto.
3002         * bytecomp.el: Ditto.
3003         * faces.el: Ditto.
3004         * x-scrollbar.el: Ditto.
3005         * x-misc.el: Ditto.
3006         * tty-init.el: Ditto.
3007         * toolbar-items.el: Ditto.
3008         * symbol-syntax.el: Ditto.
3009         * specifier.el: Ditto.
3010         * objects.el: Ditto.
3011         * hyper-apropos.el: Ditto.
3012         * glyphs.el: Ditto.
3013
3014 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
3015
3016         * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
3017         vertical-divider-always-visible-p.
3018         (default-mouse-motion-handler): Ditto.
3019
3020 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
3021
3022         * scrollbar.el (scrollbars-visible-p): Simplify.  Always set the
3023         global value.
3024
3025 1998-06-21  Oliver Graf <ograf@fga.de>
3026
3027         * build-reports.el: changed receiver to xemacs-build-reports list
3028
3029 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
3030
3031         * font.el: Split font-family-mappings into X and
3032           mswindows-specific versions.
3033           mswindows-font-create-[object|name]: Treat supplied size
3034           as a pointsize. Added underline and strikethru handling.
3035
3036         * msw-faces.el: changed default mswindows charset to western.
3037
3038         * msw-glyphs.el: removed space in border-glyph font string that
3039           was inserted to get round bugs in the mswindows C font code.
3040
3041 1998-06-27  SL Baur  <steve@altair.xemacs.org>
3042
3043         * about.el (about-hackers): Credits update.
3044
3045         * help-nomule.el (tutorial-supported-languages): Add Romanian
3046         TUTORIAL.
3047
3048         * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
3049         to ISO-8859-2.
3050
3051 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
3052
3053         * font.el: Split font-family-mappings into X and
3054           mswindows-specific versions.
3055           mswindows-font-create-[object|name]: Treat supplied size
3056           as a pointsize. Added underline and strikethru handling.
3057
3058         * msw-faces.el: changed default mswindows charset to western.
3059
3060         * msw-glyphs.el: removed space in border-glyph font string that
3061           was inserted to get round bugs in the mswindows C font code.
3062
3063 1998-06-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
3064
3065         * minibuf.el: make read-color-completion-table call
3066           (mswindows-color-list for mswindows devices.
3067
3068 1998-06-18  Sam Mikes  <smikes@alumni.hmc.edu>
3069
3070         * lisp/font-lock.el
3071         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3072         Let declaration items contain non-word symbol characters.
3073
3074 1998-06-15  Adrian Aichner  <aichner@ecf.teradyne.com>
3075
3076         * package-get.el (package-get-package-provider): Added autoload
3077         cookie.  Loading "package-get-base.el" in ALL functions that use
3078         it.  Fixed some (interactive ...) with multiple argument specs
3079         again.  Cosmetic indentation changes.
3080
3081 1998-05-27  Glynn Clements  <glynn@sensei.co.uk>
3082
3083         * info.el (Info-insert-dir): Don't use nreverse on variables
3084         that you want to use later.
3085
3086 1998-06-17  Glynn Clements  <glynn@sensei.co.uk>
3087
3088         * x-mouse.el (x-set-point-and-move-selection): Replace call
3089         to x-kill-primary-selection with kill-primary-selection
3090
3091 1998-06-12  Martin Buchholz  <martin@xemacs.org>
3092
3093         * simple.el (what-cursor-position): Make cursor position reported
3094         use value of column-number-start-at-one
3095
3096 1998-06-17  SL Baur  <steve@altair.xemacs.org>
3097
3098         * about.el (xemacs-hackers): Fix Jareth's email address.
3099
3100 1998-06-16  SL Baur  <steve@altair.xemacs.org>
3101
3102         * startup.el (startup-splash-frame): Remove
3103         `xemacs-startup-logo-function'.
3104
3105 1998-06-15  SL Baur  <steve@altair.xemacs.org>
3106
3107         * about.el (about-hackers): Update credits list.
3108
3109 1998-06-06  Jeff Miller <jmiller@smart.net>
3110
3111         * lisp/sound.el: Update sound-ext to allow filenames with
3112           extensions to be found by load-sound-file
3113
3114 1998-06-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
3115
3116         * info.el (Info-rebuild-outdated-dir): Removed variable
3117         (Info-auto-generate-directory): New variable
3118         (Info-save-auto-generated-dir): New variable
3119         (Info-maybe-update-dir): Use `Info-auto-generate-directory'
3120         (Info-build-dir-anew): Second parameter removed.  Use
3121         `Info-save-auto-generated-dir'
3122         (Info-rebuild-dir): Ditto
3123
3124 1998-06-02  Christoph Wedler  <wedler@fmi.uni-passau.de>
3125
3126         * list-mode.el (next-list-mode-item): Would not recognize
3127         border between directly neighbored items.
3128
3129 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
3130
3131         * package-get.el: add autoloads for some functions.
3132
3133 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
3134
3135         * specifier.el (let-specifier): Tiny docfixes.
3136
3137 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
3138
3139         * msw-mouse.el: set selection-pointer-glyph to Normal.
3140
3141 1998-06-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3142
3143         * wid-edit.el (widget-specify-secret): New function.
3144         (widget-after-change): Use it.
3145         (widget-specify-field): Use it.
3146
3147 1998-06-08  Hrvoje Niksic  <hniksic@srce.hr>
3148
3149         * mouse.el (drag-window-divider): Use `(not done)' instead of
3150         `doit'; reuse result of `window-pixel-edges'.
3151
3152         * modeline.el (drag-modeline-event-lag): Rename to
3153         drag-divider-event-lag.
3154
3155 1998-06-07  Hrvoje Niksic  <hniksic@srce.hr>
3156
3157         * specifier.el (let-specifier): Rewritten not to generate needless
3158         `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
3159         arguments.
3160
3161 1998-05-28  Hrvoje Niksic  <hniksic@srce.hr>
3162
3163         * minibuf.el (read-file-name-1): Setup buffer-local value of
3164         `completion-ignore-case' in completions buffer under Windows.
3165
3166 1998-06-06  Kirill M. Katsnelson  <kkm@kis.ru>
3167
3168         * about.el (about-maintainer-glyph): Fix support for not
3169         compressed images.
3170
3171 1998-06-04  Kirill M. Katsnelson  <kkm@kis.ru>
3172
3173         * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
3174
3175         * mouse.el (mouse-track): Cancel selection if misc-user event with
3176         `cancel-mode-internal' function is fetched.
3177
3178 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
3179
3180         * files.el (save-some-buffers-1): Fixed return value.
3181
3182 1998-06-01  Oliver Graf <ograf@fga.de>
3183
3184         * dragdrop.el: added experimental
3185
3186 1998-05-26  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
3187
3188         * startup.el (after-init-hook, init-file-user,
3189         user-init-directory, load-user-init-file):  Purge references
3190         to "~/.xemacs/init.el" from docstrings.
3191
3192         (load-user-init-file) Use paths-construct-path to construct
3193         paths to user init files.  Go directly to ~/.emacs, do not
3194         search ~/.xemacs/, do not load `default-custom-file'.
3195
3196 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
3197
3198         * files.el (interpreter-mode-alist): Catch wish and tclsh before
3199         general *sh.
3200         (inhibit-first-line-modes-regexps): Added `.tar.gz'.
3201
3202 1998-06-03  Andy Piper  <andyp@parallax.co.uk>
3203
3204         * menubar-items.el (default-menubar): add Update Packages to customize
3205         menu.
3206
3207 1998-06-02  Andy Piper  <andyp@parallax.co.uk>
3208
3209         * faces.el: use toolbar face as a fallback for toolbar properties
3210         in xpm-color-symbols instead of default.
3211
3212         * msw-faces.el: rename 3d-object -> gui-element face.
3213
3214 1998-06-06  SL Baur  <steve@altair.xemacs.org>
3215
3216         * startup.el (xemacs-startup-logo-function): New variable.
3217         (startup-splash-frame): Use it.
3218
3219 1998-06-02  Hrvoje Niksic  <hniksic@srce.hr>
3220
3221         * files.el (save-some-buffers): Would wait 1 second.
3222         (save-some-buffers-1): Delete other windows here instead of in
3223         `save-some-buffers'.
3224         (save-some-buffers): Force redisplay only if windows were deleted.
3225
3226 1998-06-02  Didier Verna  <verna@inf.enst.fr>
3227
3228         * cus-face.el (custom-face-attributes): generalized the use of
3229         toggle buttons for boolean attributes.
3230         Re-ordered the items a bit.
3231
3232 1998-06-01  SL Baur  <steve@altair.xemacs.org>
3233
3234         * sound.el (default-sound-directory): Use `locate-data-directory'
3235         to find the sounds directory.
3236
3237 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
3238
3239         * sound.el: default sound-ext to .wav under mswindows, .au
3240         otherwise. load-default sounds without extensions.
3241
3242 1998-05-27  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
3243
3244         * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
3245         if send-pr is not bound.
3246
3247 1998-06-01  Andy Piper  <andyp@parallax.co.uk>
3248
3249         * files.el: grok idl files in auto-mode-alist.
3250 1998-06-01  Jeff Miller  <jmiller@smart.net>
3251
3252         * minibuf.el (exact-minibuffer-completion-p): check for nil before
3253         calling `upcase'.
3254
3255 1998-05-30  Andy Piper  <andyp@parallax.co.uk>
3256
3257         * msw-glyphs.el: add xbm to the list of image types supported.
3258
3259 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
3260
3261         * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
3262         instead of XEmacs one when dumping InfoDock.
3263
3264 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
3265
3266         * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
3267         for `modeline-visible-p'
3268
3269         * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
3270
3271 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
3272
3273         * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
3274         since it's not used anymore. doc string fixes.
3275
3276         * package-get.el (package-get-file-installed-p): new function. use
3277         instead of file-installed-p which is in an external package.
3278
3279 1998-05-28  Oliver Graf <ograf@fga.de>
3280
3281         * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
3282         favor of select-window/switch-to-buffer
3283
3284 Wed May 27, 1998  Darryl Okahata  <darrylo@sr.hp.com>
3285
3286         * startup.el: changed (getenv "HOME") to (user-home-directory)
3287
3288 1998-05-25  Oliver Graf <ograf@fga.de>
3289
3290         * frame.el (cde-start-drag) moved to dragdrop.el
3291         (offix-start-drag-region) moved to dragdrop.el
3292         (offix-start-drag) moved to dragdrop.el
3293         * dragdrop.el (cde-start-drag) moved from frame.el
3294         (offix-start-drag-region) moved from frame.el
3295         (offix-start-drag) moved from frame.el
3296         (cde-start-drag-region) cde drag regions
3297         * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
3298
3299 1998-05-26  Oliver Graf <ograf@fga.de>
3300
3301         * dragdrop.el: created dragdrop-drag prototypes
3302         (cde-start-drag-region) fixed typo
3303
3304 1998-05-28  SL Baur  <steve@altair.xemacs.org>
3305
3306         * simple.el (after-init-hook): Remove reader macro.
3307
3308         * packages.el (packages-hardcoded-lisp): Get rid of reader
3309         macros.  Update DOC string.
3310
3311 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
3312
3313         * mouse.el (drag-window-divider): Ditto.
3314
3315         * modeline.el (mouse-drag-modeline): Use it.
3316
3317         * lisp-mode.el (let-specifier): Specify indentation.
3318
3319         * specifier.el (let-specifier): Renamed from
3320         `with-specifier-instance'.
3321
3322 1998-05-27  Andy Piper  <andyp@parallax.co.uk>
3323
3324         * x-faces.el:
3325         * faces.el: move definition of xpm-color-symbols from x-faces.el
3326         to faces. Predicate x-get-resource on the presence of x.
3327
3328         * msw-faces.el: set 3d-object face rather than modeline. Specifiy
3329         faces as specfier defaults.
3330
3331         * package-get.el: don't use package-admin-add-single-file-package.
3332
3333 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
3334
3335         * toolbar-items.el: Fixup tooltips.
3336         (toolbar-gnus): Don't use obsolete variable
3337         toolbar-news-frame-properties.
3338         (toolbar-news-reader): Default to `gnus' instead of
3339         `not-configured'.
3340
3341         * files.el (auto-mode-alist): Correctly recognize `.emacs' under
3342         Windows.
3343
3344 1998-05-25  Andy Piper  <andyp@parallax.co.uk>
3345
3346         * package-get.el: rename -installedp -> -installed-p.
3347
3348 1998-05-23  Kirill M. Katsnelson  <kkm@kis.ru>
3349
3350         * glyphs.el (init-glyphs): Created `border-glyph' face, with no
3351         attributes, and assinged it to continuation, truncation and
3352         hscroll glyphs.
3353
3354         * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
3355         and made continuation, truncation and hscroll glyphs arrow
3356         characters out of that font.
3357
3358 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
3359
3360         * minibuf.el (minibuffer-electric-separator): Play nicely with
3361         directory-sep-char being \.
3362         (minibuffer-electric-tilde): Ditto.
3363         (read-file-name-map): Ditto.
3364
3365 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
3366
3367         * mouse.el (default-mouse-track-maybe-own-selection): Pause only
3368         on X devices.
3369         (default-mouse-track-deal-with-down-event): Avoid
3370         `x-disown-selection'; use `disown-selection' instead.
3371
3372 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
3373
3374         * select.el:
3375         * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
3376         moved to (cut-copy-clear-internal) in select.el. Ditto for
3377         (x-delete-primary-selection) (x-kill-primary-selection)
3378         (x-copy-primary-selection).
3379         (own-clipboard): new function.
3380
3381         * msw-select.el: use the new kill/delete/copy/cut-copy-clear
3382         functions in select.el. remove old ones.
3383         (mswindows-own-clipboard): new function.
3384
3385 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
3386
3387         * gnuserv.el: allow connections from mswindows type devices.
3388
3389 1998-05-20  Andy Piper  <andyp@parallax.co.uk>
3390
3391         * msw-glyphs.el: change image type used from cursor to resource.
3392
3393 1998-05-20  Kirill M. Katsnelson  <kkm@kis.ru>
3394
3395         * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
3396         for {top,bottom}-{left,right} values in addition to
3397         {top,bottom}_{left,right}.
3398         Use x-get-resource instead of x-get-resource-and-bogosity-check.
3399
3400 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
3401
3402         * cl-macs.el (specifier-instance): Undefine its setf method.
3403
3404         * specifier.el (with-specifier-instance): Added docstring.
3405
3406         * mouse.el (drag-window-divider): Ditto.
3407
3408         * modeline.el (mouse-drag-modeline): Use it.
3409
3410         * lisp-mode.el (with-specifier-instance): Define its indentation
3411         level.
3412
3413         * specifier.el (with-specifier-instance): New macro.
3414
3415 1998-05-19  Andy Piper  <andyp@parallax.co.uk>
3416
3417         * package-get.el (package-get-create-custom): new function to
3418         auto-generate package-get-custom.el from package-get-base.el.
3419         * (package-get-ever-installedp): new function.
3420         * (package-get-custom): new function to get all packages specified
3421         by customize.
3422
3423 1998-05-19  Hrvoje Niksic  <hniksic@srce.hr>
3424
3425         * cus-edit.el (custom-file): Revert to `~/.emacs'.
3426
3427 1998-05-23  SL Baur  <steve@altair.xemacs.org>
3428
3429         * cl-extra.el: Reverse previous float change.
3430
3431 1998-05-17  Andy Piper  <andyp@parallax.co.uk>
3432
3433         * x-faces.el:
3434         * faces.el (try-font-name): moved from x-faces.el since it is
3435         required by w3 under mswindows as well X.
3436
3437 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
3438
3439         * winnt.el: Removed evil (setq completion-ignore-case t)
3440         clause, one more overlookef fsfism.
3441         (nt-quote-args-functions-alist): End sentences with double space.
3442
3443 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
3444
3445         * window-xemacs.el (push-window-configuration): Remove kludgery of
3446         recaching default-toolbar specifier.
3447         (pop-window-configuration): Ditto.
3448         (unpop-window-configuration): Ditto.
3449
3450 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
3451
3452         * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
3453
3454 1998-05-17  Kirill M. Katsnelson  <kkm@kis.ru>
3455
3456         * winnt.el (nt-quote-args-verbatim): Added function.
3457         (nt-quote-args-prefix-quote): Added function.
3458         (nt-quote-args-backslash-quote): Added function.
3459         (nt-quote-args-double-quote): Added function.
3460         (nt-quote-args-functions-alist): New variable.
3461         (nt-quote-process-args): Added function. This is the main quoting
3462         work horse called from process-nt.c
3463
3464 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
3465
3466         * winnt.el: Removed duplicate definitions for backspace,
3467         delete, M-backspace and C-M-backspace.
3468         (file-name-buffer-file-type-alist): Removed this variable.
3469         (find-buffer-file-type): Removed function.
3470         (find-file-binary):  Removed function.
3471         (find-file-text): Removed function.
3472         (find-file-not-found-set-buffer-file-type): Removed function.
3473         (save-to-unix-hook): Removed function.
3474         (revert-from-unix-hook): Removed function.
3475         (using-unix-filesystems): Removed function.
3476         (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
3477         warning.
3478         (x-set-selection): Removed function.
3479         (x-get-selection): Removed function.
3480         Removed commented FSFisms.
3481         Replaced copyright notice (this file is not part of GNU Emacs).
3482         (nt-shell-mode-hook): Moved here from a lambda expression. Added
3483         comint-process-echoes setting to t.
3484
3485 1998-05-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3486
3487         * packages.el (packages-no-package-hierarchy-regexp): Introduced
3488         and used following the interface change of
3489         `paths-find-recursive-path'.
3490
3491         * find-paths.el (paths-find-recursive-path): Exclusion is now by a
3492         regexp instead of a list of base names.
3493         (paths-version-control-filename-regexp):
3494         (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
3495         Introduced and used following the interface change of
3496         `paths-find-recursive-path'.
3497
3498 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
3499
3500         * simple.el (delete-forward-p): Make it a defun; do X garbage only
3501         on X devices, rather than on all non-TTY devices.
3502
3503 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
3504
3505         * msw-mouse.el: New file. Sets up cursor shapes for Windows.
3506
3507         * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
3508
3509 1998-05-17  Adrian Aichner  <aichner@ecf.teradyne.com>
3510
3511         * itimer.el (activate-itimer): Fixed usage of integers
3512         as argument to `concat'.
3513
3514 1998-05-17  Glynn Clements  <glynn@sensei.co.uk>
3515
3516         * itimer.el (start-itimer): replace the use of `concat' with
3517         `format'
3518
3519 1998-05-16  SL Baur  <steve@altair.xemacs.org>
3520
3521         * mode-motion.el (mode-motion-hook): Clarify docstring.
3522         From Bob Weiner <weiner@altrasoft.com>
3523
3524         * loadhist.el (symbol-file): Supply prompt string when used
3525         interactively.
3526         From Bob Weiner <weiner@altrasoft.com>
3527
3528 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
3529
3530         * loadup.el (really-early-error-handler): Ditto.
3531
3532         * update-elc.el: Ditto.
3533
3534         * setup-paths.el (paths-construct-exec-path): Ditto.
3535
3536         * make-docfile.el: Ditto.
3537
3538         * find-paths.el (paths-decode-directory-path): Use split-path
3539         instead of decode-path.
3540
3541         * files.el (parse-colon-path): Update docstring reference.
3542
3543 1998-05-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
3544
3545         * msw-init.el:
3546         * x-init.el:
3547         Bind cut'n'paste keys to non window-system specific functions.
3548
3549         * msw-select.el: New function mswindows-clear-clipboard.
3550         mswindows-cut-copy-clipboard extended to handle clearing of the
3551         selection and renamed to mswindows-cut-copy-clear-clipboard.
3552
3553         * select.el: on mswindows devices delete-primary-selection
3554         calls mswindows-clear-clipboard.
3555
3556 1998-05-15  Hrvoje Niksic  <hniksic@srce.hr>
3557
3558         * simple.el (quoted-insert): Inhibit quit when using read-char.
3559
3560         * cmdloop.el (read-char): Don't inhibit quit.
3561         (read-char-exclusive): Ditto.
3562         (read-char): Signal quit if quit-char was pressed.
3563         (read-char-exclusive): Ditto.
3564         (read-quoted-char): Return a character, not integer.
3565
3566         * menubar-items.el (default-popup-menu): Use Andy's generic
3567         selection code.
3568         (default-popup-menu): Fix code.
3569
3570 1998-05-14  Oliver Graf <ograf@fga.de>
3571
3572         * dragdrop.el (dragdrop-function-widget): this time it's done
3573
3574 1998-05-13  Oliver Graf <ograf@fga.de>
3575
3576         * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
3577
3578 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
3579
3580         * device.el (device-pixel-width):
3581         (device-pixel-height):
3582         (device-mm-width):
3583         (device-mm-height):
3584         (device-bitplanes):
3585         (device-color-cells): Swapped parameters to device-system-metric
3586         according to the interface change.
3587
3588 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
3589
3590         * mouse.el (default-mouse-motion-handler): Use new name of the
3591         function event-over-vertical-divider-p.
3592         Do not set E-W arrow cursor over the divider if
3593         vertical-divider-draggable-p is nil in the window.
3594         ([top-level]): Use new name for the variable
3595         vertical-divider-map.
3596         (drag-window-divider): Respect vertical-divider-draggable-p.
3597         Variable name typo fixes.
3598
3599 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
3600
3601         * keymap.el (kbd): Define here; handle string constants and
3602         others...
3603
3604 1998-05-15  Christian Nyb <chr@mediascience.no>
3605
3606         * simple.el (zap-up-to-char): New function.  Behaves like `zap-to-char'
3607         in Emacs 18.
3608
3609 1998-05-13  Didier Verna  <verna@inf.enst.fr>
3610
3611         * mouse.el (drag-window-divider): give the vertical divider a
3612         pressed look when dragging it.
3613
3614 1998-05-13  Andy Piper  <andyp@parallax.co.uk>
3615
3616         * faces.el: predicate some more face operations on x or mswindows
3617         not just x.
3618
3619         * modeline.el: enable modeline coloring for mswindows.
3620
3621 1998-05-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3622
3623         * minibuf.el (minibuffer-default): Added variable; compatible with
3624         FSF Emacs.
3625         (next-history-element): Used `minibuffer-default'.
3626
3627 1998-05-12  Oliver Graf <ograf@fga.de>
3628
3629         * dragdrop.el (dragdrop-function-widget): button and mods ok
3630         arguments still look a bit strange
3631         (dragdrop-compare-mods) created
3632         (dragdrop-drop-do-functions) correctly checks for buttons and
3633         modifiers
3634
3635 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
3636
3637         * setup-paths.el (paths-default-info-directories): Replace
3638         path-separator with directory-sep-char.
3639
3640         * files.el (path-separator): Don't define it here.
3641
3642 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
3643
3644         * update-elc.el: Ditto.
3645
3646         * setup-paths.el (paths-construct-exec-path): Ditto.
3647
3648         * make-docfile.el: Ditto.
3649
3650         * loadup.el (really-early-error-handler): Ditto.
3651
3652         * find-paths.el (paths-decode-directory-path): Use decode-path
3653         instead of decode-path-internal.
3654
3655         * files.el (parse-colon-path): Update docstring.
3656
3657 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
3658
3659         * subr.el (get-buffer-window-list): Make BUFFER optional.
3660
3661         * window-xemacs.el (windows-of-buffer): Defalias to
3662         get-buffer-window-list.
3663
3664 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
3665
3666         * disass.el: Fix maintainer keyword.
3667
3668         * bytecomp.el (byte-compile-and-load-file): Autoload.
3669         (byte-compile-buffer): Ditto.
3670
3671         * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
3672         value is returned, not the name.
3673         (lisp-imenu-generic-expression): Enable it.
3674         (lisp-mode-variables): Ditto.
3675         (lisp-indent-offset): Change defconst to defvar.
3676         (lisp-indent-function): Ditto.
3677         (lisp-body-indent): Ditto.
3678
3679 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
3680
3681         * modeline.el: Use zap-last-kbd-macro-event.
3682
3683         * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
3684         nil, don't attempt to do anything with messages.
3685         (eval-last-sexp): Use `letf' for clarity.
3686
3687 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
3688
3689         * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
3690
3691 1998-05-11  Martin Buchholz  <martin@xemacs.org>
3692
3693         * buff-menu.el:
3694         * lisp-mode.el:
3695         * obsolete.el:
3696         Change empty docstrings into no doc strings at all.
3697         Fix bogus FSF-format docstrings.
3698         * etags.el: Fix docstring.
3699
3700 1998-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
3701
3702         * package-get.el (package-get): Use internal md5
3703
3704 1998-05-13  SL Baur  <steve@altair.xemacs.org>
3705
3706         * about.el (about-xemacs): Correct abuse of concat.
3707
3708 1998-05-11  SL Baur  <steve@altair.xemacs.org>
3709
3710         * info.el (Info-mode): Use easymenu.
3711
3712 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
3713
3714         * apropos.el (apropos): Don't use concat with integers.
3715
3716         * cmdloop.el (describe-last-error): Handle the case when no error
3717         was seen gracefully.
3718
3719         * apropos.el (apropos-print): Use with-displaying-help-buffer as
3720         defun.
3721         (apropos-describe-plist): Ditto.
3722
3723         * help.el (with-displaying-help-buffer): Revert to a defun.
3724         (describe-key): Use it as defun.
3725         (describe-mode): Ditto.
3726         (describe-bindings): Ditto.
3727         (describe-prefix-bindings): Ditto.
3728         (describe-installation): Ditto.
3729         (view-lossage): Ditto.
3730         (describe-function): Ditto.
3731         (describe-variable): Ditto.
3732         (describe-syntax): Ditto.
3733
3734 1998-05-11  Oliver Graf <ograf@fga.de>
3735
3736         * dragdrop.el: changed order of require/provide
3737         (dragdrop-drop-mime-default) changed to new calling conventions
3738         (dragdrop-drop-do-functions) changed to new calling conventions
3739         (dragdrop-function-widget) this one needs more work...
3740
3741 1998-05-10  Oliver Graf <ograf@fga.de>
3742
3743         * about.el: another small change in my entry
3744         * dragdrop.el (dragdrop-drop-log-function): logging added
3745         plus customizations
3746         changed interface to handler functions. now called with event
3747         and object
3748
3749 1998-05-12  Kirill M. Katsnelson  <kkm@kis.ru>
3750
3751         * glyphs.el (divider-pointer-glyph): Declared new glyph,
3752         E-W arrow pointer displayed over draggable dividers.
3753
3754         * mouse.el (default-mouse-motion-handler): Show it when
3755         appropriate.
3756         (drag-window-divider): Added.
3757         ([top-level]): Initialized window-divider-map with a keymap
3758         binding the above function to left button down event.
3759
3760         * x-mouse.el (x-init-pointer-shape): Initialize
3761         divider-pointer-glyph from Cursor.dividerPointer, or use default
3762         E-W double arrow.
3763
3764 1998-04-30  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
3765
3766         * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
3767
3768 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
3769
3770         * simple.el (count-words-buffer): Don't query for buffer.
3771         (count-lines-buffer): Ditto.
3772
3773 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
3774
3775         * help.el (where-is): add optional insert argument.
3776
3777 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
3778
3779         * help.el (describe-key-briefly): New argument INSERT.
3780
3781         * simple.el (eval-expression): New optional argument; synch with
3782         FSF 20.3.
3783
3784         * keydefs.el (global-map): Add new register bindings.
3785
3786         * register.el: Synched with FSF 20.3.
3787
3788 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
3789
3790         * window-xemacs.el (recenter): all arguments are optional.
3791
3792 1998-05-10  Kirill M. Katsnelson  <kkm@kis.ru>
3793
3794         * device.el: (device-pixel-width): Reflected name/parameters
3795         change to device-system-metric.
3796         (device-pixel-height): Ditto.
3797         (device-mm-width): Ditto.
3798         (device-mm-height): Ditto.
3799         (device-bitplanes): Ditto.
3800         (device-color-cells): Ditto.
3801
3802 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
3803
3804         * cl-extra.el (cl-float-limits): Removed; move code to top-level.
3805
3806         * cl.el (most-positive-fixnum): Document.
3807         (most-negative-fixnum): Ditto.
3808
3809         * cus-dep.el: Updated comment.
3810
3811         * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
3812         constant.
3813
3814         * cus-load.el (custom-put): Removed.
3815
3816         * files.el (after-find-file): Just resignal quit instead of
3817         signaling "canceled".
3818
3819 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
3820
3821         * frame.el (other-frame): Use `focus-frame' instead of
3822         select-frame kludges.
3823
3824         * lisp-mode.el: Update lisp-indent-function for
3825         save-selected-frame and with-selected-frame.
3826
3827         * frame.el (save-selected-frame): New macro.
3828         (with-selected-frame): Ditto.
3829         (other-frame): Use `set-frame-focus'.
3830
3831 1998-05-06  Oliver Graf <ograf@fga.de>
3832
3833         * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
3834         (dragdrop-drop-url-default) default handler for URL drops created
3835         (dragdrop-drop-mime-default) default handler for MIME drops created
3836         (dragdrop-drop-functions) default custom for handling drops created
3837         (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
3838
3839 1998-05-05  Jonathan Harris <jhar@tardis.ed.ac.uk>
3840
3841         * mouse.el: Removed redundant mouse-mswindows-drop function.
3842
3843 1998-05-05  Oliver Graf <ograf@fga.de>
3844
3845         * about.el: changed some text in my entry
3846         * dragdrop.el: added customs
3847
3848 1998-05-04  Oliver Graf <ograf@fga.de>
3849
3850         * mouse.el: killed global drop key bindings
3851         (mouse-offix-drop) removed
3852         * dragdrop.el: created
3853         * dumped-lisp.el: inclusion of dragdrop.el for window-systems
3854
3855 1998-05-09  Kirill M. Katsnelson  <kkm@kis.ru>
3856
3857         * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
3858         scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
3859
3860         * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
3861         obsolete comment.
3862
3863         * scrollbar.el (scrollbars-visible-p): Use new
3864         {vertical,horizontal}-scrollbar-visible-p specifiers.
3865
3866 1998-04-18  Kirill M. Katsnelson  <kkm@kis.ru>
3867
3868         * device.el (device-pixel-height):
3869         (device-pixel-width):
3870         (device-mm-width):
3871         (device-mm-height):
3872         (device-bitplanes):
3873         (device-color-cells): Moved these 6 functions from device.c; they
3874         all use single (device-system-metrics) call.
3875
3876 1998-05-09  SL Baur  <steve@altair.xemacs.org>
3877
3878         * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
3879         were renamed.
3880
3881         * menubar-items.el:
3882         * toolbar-items.el: Renamed from x-menubar/x-toolbar.
3883         Suggested by Hrvoje Niksic <hniksic@srce.hr>
3884
3885         * help.el (help-map): Remove Hyperbole keybinding logic.
3886         Suggested by: Michael Ernst <mernst@cs.washington.edu>
3887
3888 1998-05-08  SL Baur  <steve@altair.xemacs.org>
3889
3890         * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
3891         From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
3892
3893 1998-05-07  Andy Piper  <andyp@parallax.co.uk>
3894
3895         * msw-glyphs.el: use nicer icon3 from the frame icon.
3896
3897 1998-05-07  SL Baur  <steve@altair.xemacs.org>
3898
3899         * version.el (emacs-version): Remove InfoDock conditionals.
3900
3901         * startup.el (startup-splash-frame): Change ID logo name.
3902
3903 1998-05-06  Hrvoje Niksic  <hniksic@srce.hr>
3904
3905         * files.el (after-find-file): If the user presses C-g on
3906         directory-creation prompt, kill the buffer.
3907
3908 1998-05-06  SL Baur  <steve@altair.xemacs.org>
3909
3910         * simple.el (count-words-region): Reverse previous change.
3911
3912 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
3913
3914         * replace.el (query-replace): Just call perform-replace.
3915         (query-replace-regexp): Ditto.
3916         (perform-replace): Move region handling here.
3917         (perform-replace): Use the new arg to match-data.
3918
3919 1998-03-08  Kyle Jones  <kyle_jones@wonderworks.com>
3920
3921         * x-init.el: Install X specific display table that
3922           displays char 0240 as a space to avoid whatever it is
3923           that screws up display of that character code.
3924
3925 1998-05-03  Hrvoje Niksic  <hniksic@srce.hr>
3926
3927         * help.el (function-arglist): If no arguments are documented for a
3928         subr, print nothing rather than incorrect output.
3929
3930 1998-05-05  SL Baur  <steve@altair.xemacs.org>
3931
3932         * cmdloop.el (command-error): Update bail-out error message to use
3933         `emacs-program-name'.
3934
3935         * lib-complete.el: Remove reader macro cruft.
3936
3937         * dumped-lisp.el (preloaded-file-list): Phase I:  remove InfoDock
3938         cruft.
3939
3940         * simple.el (count-words-region): Drop interactive-p check on the
3941         message.
3942
3943 1998-05-04  Jonathan Harris <jhar@tardis.ed.ac.uk>
3944
3945         * font.el
3946         * msw-faces.el
3947         Correct spelling of mswindows-font-canonicalize-name.
3948
3949 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
3950
3951         * ldap.el (ldap-host-parameters-alist): Replaced with
3952         `ldap-host-parameters-plist'
3953         (ldap-search): Adapt to previous change
3954
3955 1998-05-02  SL Baur  <steve@altair.xemacs.org>
3956
3957         * about.el (about-hackers): Update Bob Weiner bio.
3958         (about-maintainer-info): Ditto.
3959
3960 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
3961
3962         * simple.el (display-warning-minimum-level): Docfix.
3963
3964 1998-04-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3965
3966         * widget.el (:default-get): New keyword.
3967         * wid-edit.el (default, widget-default-default-get): Define it.
3968         (group, widget-group-default-get): Define it.
3969         (menu-choice, widget-choice-default-get): Define it.
3970         (widget-default-get): New function.
3971         (widget-choice-action): Call it.
3972         (widget-editable-list-entry-create): Call it.
3973
3974 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
3975
3976         * byte-optimize.el (byte-boolean-vars): Removed.
3977         (byte-optimize-lapcode): Use `built-in-variable-type' instead of
3978         lookup through `byte-boolean-vars'.
3979
3980 1998-05-01  Kirill M. Katsnelson  <kkm@kis.ru>
3981
3982         * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
3983         resource-provided values into ghost specs for scrollbar-height and
3984         scrollbar-width.
3985
3986 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
3987
3988         * byte-optimize.el: Don't attempt to optimize /=.
3989
3990         * bytecomp.el (byte-compile-one-ore-more-args): New function.
3991         (byte-compile-/=): Ditto.
3992
3993 1998-05-02  SL Baur  <steve@altair.xemacs.org>
3994
3995         * apropos.el: Use `with-displaying-help-buffer'.
3996         (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
3997         Use `with-displaying-help-buffer'.
3998         (apropos-follow): Do not give special treatment to buffer cursor
3999         was in prior to a mouse click.
4000         (apropos-describe-plist): Use `with-displaying-help-buffer'.
4001         (apropos-print-doc): Set correct buffer for setting text
4002         properties.
4003
4004 1998-05-01  SL Baur  <steve@altair.xemacs.org>
4005
4006         * help.el (help-buffer-prefix-string): New variable.
4007         (help-buffer-name): Use it.
4008
4009         * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
4010         mode menu.
4011
4012 1998-04-30  Greg Klanderman  <greg@alphatech.com>
4013
4014         * frame.el (other-frame): Work even when focus-follows-mouse is true.
4015
4016 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
4017
4018         * files.el (find-file-noselect): Update docstring.
4019         (find-file-noselect): Signal an error if found an unreadable file.
4020         (file-chase-links): Save the match data.
4021         (normal-mode): Use `lwarn' and `error-message-string'.
4022         (interpreter-mode-alist): Change defconst to defvar.
4023         (inhibit-first-line-modes-regexps): Ditto.
4024         (inhibit-first-line-modes-regexps): Added .tgz.
4025         (inhibit-first-line-modes-suffixes): Change defconst to defvar.
4026         (change-major-mode-with-file-name): New user-option.
4027         (set-visited-file-name): Synched with FSF.
4028         (file-name-extension): New function, from FSF 20.3.
4029         (file-relative-name): Synched with FSF.
4030         (save-some-buffers): Support the C-r feature.
4031         (recover-session): Synched with FSF.
4032         (kill-some-buffers): Ditto.
4033         (set-auto-mode): New argument JUST-FROM-FILE-NAME.
4034
4035 1998-04-30  SL Baur  <steve@altair.xemacs.org>
4036
4037         * files.el (insert-file): Undo previous change and reenable use of
4038         format.el.
4039
4040 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
4041
4042         * window-xemacs.el (recenter): Define.
4043
4044 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
4045
4046         * font.el (mswindows-font-create-name)
4047         (mswindows-font-create-object): new functions for mswindows type
4048         fonts.
4049
4050         * msw-faces.el (mswindows-font-canicolize-name): fix so that
4051         strings are parsed as well as font objects.
4052
4053 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
4054
4055         * modeline.el (defining-kbd-macro): Restore modeline indication of
4056         kbd-macro being recorded.
4057         (add-minor-mode): Simplify docstring.
4058         (modeline-minor-mode-menu): Remove stuff.
4059
4060 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
4061
4062         * code-process.el (call-process): dynamically decide process
4063         coding type.
4064
4065 1998-04-29  Jim Radford  <radford@robby.caltech.edu>
4066
4067         * modeline.el: Add line-number-mode, column-number-mode to
4068         the modeline minor-mode menu.  Button2 on the line number does
4069         goto-line.
4070
4071 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
4072
4073         * mouse.el: move x-selection-owner-p type things to
4074         selection-owner-p.
4075
4076         * msw-init.el: copy zmacs stuff from x-init.el
4077
4078         * msw-select.el (mswindows-own-selection)
4079         (mswindows-disown-selection) (mswindows-selection-owner-p): new
4080         functions. Very simple minded implementation of selectio
4081         ownership.
4082
4083         * select.el (own-selection) (disown-selection)
4084         (activate-region-as-selection) (select-make-extent-for-selection)
4085         (valid-simple-selection-p): functions moved from x-select.el for
4086         generalized selection.
4087
4088         * x-select.el: see select.el changes.
4089
4090         * x-toolbar.el: use new selection functions.
4091
4092 1998-04-28  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4093
4094         * packages.el (packages-find-package-directories): Fixed bug that
4095         would pick up multiple site-package directories.
4096         (package-locations): Added "xemacs-packages" as a late package
4097         location.
4098
4099         * find-paths.el: Now uses `emacs-program-name' and
4100         `emacs-program-version'.
4101         Additions to enforce version-specific directories in
4102         `paths-find-version-directory'.
4103
4104 1998-04-29  SL Baur  <steve@altair.xemacs.org>
4105
4106         * default.el: Removed.
4107         * site-start.el: Removed.
4108
4109 1998-04-29  Didier Verna  <verna@inf.enst.fr>
4110
4111         * minibuf.el (minibuffer-history-minimum-string-length): Default
4112         to nil.
4113
4114 1998-04-28  SL Baur  <steve@altair.xemacs.org>
4115
4116         * find-paths.el (paths-program-name): Rename.
4117         (paths-emacs-root-p): Ditto.
4118         (paths-find-site-directory): Ditto.
4119
4120 1998-04-26  Karl M. Hegbloom  <karlheg@inetarena.com>
4121
4122         * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
4123         `emacs-lisp-byte-compile-and-load'.
4124
4125 1998-04-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
4126
4127         * ldap.el (ldap-search): Fixed additional parameter passing to
4128         `ldap-open'
4129
4130 1998-04-27  Andy Piper  <andyp@parallax.co.uk>
4131
4132         * select.el (kill-primary-selection) (selection-owner-p)
4133         (copy-primary-selection) (yank-clipboard-selection)
4134         (selection-exists-p) (delete-primary-selection): new file and
4135         functions that do the right thing for the selected device.
4136
4137         * x-menubar.el: use generalised selection functions.
4138
4139         * dumped-lisp.el: dump select.el.
4140
4141 1998-04-27  SL Baur  <steve@altair.xemacs.org>
4142
4143         * find-paths.el (paths-progname): New variable.
4144         (paths-emacs-root-p): Use it.
4145         (paths-find-site-directory): Ditto.
4146
4147 1998-04-26  SL Baur  <steve@altair.xemacs.org>
4148
4149         * loadup.el ((member "dump" command-line-args)): Dump as
4150         `infodock' if InfoDock.
4151
4152 1998-04-25  SL Baur  <steve@altair.xemacs.org>
4153
4154         * find-paths.el (construct-emacs-version): Simplify, include
4155         program name in the return value.
4156         * (paths-find-version-directory): Use it.
4157
4158 1998-04-25  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
4159
4160         * info.el (Info-parse-dir-entries): Fixed regexp
4161         (Info-build-dir-anew): Remove full suffix and capitalize info file
4162         name for files with no @direntry
4163         (Info-batch-rebuild-dir): New function
4164         (Info-suffixed-file): Check for regular files instead of simple
4165         file existence (could catch directories before)
4166
4167 1998-04-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4168
4169         * setup-paths.el, find-paths.el: Removed uses of `not' which
4170         temacs doesn't have.
4171
4172         * find-paths.el (paths-find-emacs-roots): Included exec-prefix
4173         into root searching.
4174
4175 1998-04-24  Martin Buchholz  <martin@xemacs.org>
4176
4177         * subr.el: Remove definition of `not'.
4178
4179 Sat Apr 24 1998  Andy Piper  <andyp@parallax.co.uk>
4180
4181         * msw-glyphs.el: enable graphics support.
4182
4183 1998-04-23  Didier Verna  <verna@inf.enst.fr>
4184
4185         * x-menubar.el (default-menubar): restored the line-number-mode
4186         option.
4187
4188         * misc doc string updates related to the options menu.
4189
4190 1998-04-24  SL Baur  <steve@altair.xemacs.org>
4191
4192         * setup-paths.el (paths-construct-load-path): Fix typo.
4193
4194 1998-04-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4195
4196         * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
4197         font-menu-ignore-scaled-fonts don't have to be bound now; this
4198         gets us one step further towards making --no-autoloads work.
4199
4200         * startup.el (normal-top-level): Load auto-autoloads only if
4201         lisp-directory is non-nil.
4202
4203         * setup-paths.el (paths-construct-load-path): Made it robust
4204         against nil lisp-directory.
4205
4206         * startup.el (startup-setup-paths-warning): Added `lisp-directory'
4207         to the list of variables that cause a warning when nil.
4208
4209         * toolbar.el (init-toolbar-location): Now works even when there's
4210         no toolbar icon directory.
4211
4212 1998-04-23  Hrvoje Niksic  <hniksic@srce.hr>
4213
4214         * help.el (view-lossage): Recognize it.
4215
4216         * simple.el (log-message): Mark multiline messages.
4217
4218 1998-04-22  SL Baur  <steve@altair.xemacs.org>
4219
4220         * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
4221
4222 1998-4-20  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
4223
4224         * package-get.el (package-get-all):  add `\n' separator to
4225         interactive specification so that both variables are read
4226
4227 1998-04-22  Didier Verna  <verna@inf.enst.fr>
4228
4229         * x-menubar.el: ported the options menu to Custom.
4230         Moved the "read only" toggle button to the buffers menu.
4231         Corrected some missing ;;;###autoload or defcustom.
4232
4233         * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
4234         the scrollbar-visible specifier for options menu handling.
4235
4236         * toolbar.el (toolbar-visible-p)
4237                      (toolbar-captioned-p)
4238                      (default-toolbar-position): defcustom wrappers around
4239         the toolbar specifiers for options menu handling.
4240
4241         * frame.el (get-frame-for-buffer-default-instance-limit):
4242         defcustom it for options menu handling.
4243
4244         * font-lock.el (font-lock-mode): defcustom and autolaod the variable
4245         font-lock-mode for options menu handling.
4246
4247         * cus-start.el: added Custom properties to overwrite-mode for
4248         options menu handling.
4249
4250 Wed Apr 22 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
4251
4252         * about.el: shameless self-promotion.
4253
4254 1998-04-21  Hrvoje Niksic  <hniksic@srce.hr>
4255
4256         * simple.el (raw-append-message): Slightly optimize.
4257         (remove-message): Use `push' for clarity.
4258         (append-message): Ditto.
4259         (display-warning): Dito.
4260         (raw-append-message): Send the message to the appropriate device.
4261
4262 1998-04-22  SL Baur  <steve@altair.xemacs.org>
4263
4264         * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
4265         From Sean MacLennan <Sean.MacLennan@pika.ca>
4266
4267 1998-04-18  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4268
4269         * setup-paths.el: Changed `directory-sep-char' to
4270         `path-separator', following a change in GNU Emacs.
4271
4272 1998-04-19  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
4273
4274         * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
4275         (Info-build-dir-anew): Add a final newline.
4276         (Info-build-dir-anew): Do not issue warning when rebuilding policy
4277         is `always'
4278         (Info-rebuild-dir): Ditto
4279
4280         * dumped-lisp.el (preloaded-file-list): Added ldap.el
4281
4282 1998-04-21  SL Baur  <steve@altair.xemacs.org>
4283
4284         * simple.el (count-words-buffer): Retain zmacs region.
4285         (count-words-region): Ditto.
4286         * simple.el: (what-line): Expanded line counts.
4287         (count-lines): New parameter to conditionalize whether collapsed
4288         lines get counted.
4289         From Bob Weiner <weiner@altrasoft.com>
4290
4291 1998-04-19  SL Baur  <steve@altair.xemacs.org>
4292
4293         * packages.el (package-locations): infodock-packages must override
4294         mule-packages and packages.
4295
4296 1998-04-19  Jonathan Harris <jhar@tardis.ed.a.uk>
4297
4298         * wid-edit.el:
4299         remove rude messages from widget-activation-widget-mapper
4300         and widget-activation-glyph-mapper
4301
4302 1998-04-17  Jonathan Harris <jhar@tardis.ed.ac.uk>
4303
4304         * toolbar.el: Remove (featurep 'x) test from
4305         toolbar-make-button-list
4306
4307 1998-04-17  Hrvoje Niksic  <hniksic@srce.hr>
4308
4309         * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
4310         only if in the same frame.
4311
4312 1998-04-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4313
4314         * packages.el (package-locations): Added site-packages hierarchy.
4315
4316         * setup-paths.el (paths-default-info-directories): Introduced and
4317         used.
4318
4319         * packages.el, setup-paths.el: Set various path searching depths
4320         to 1.
4321
4322         * packages.el (packages-hierarchy-depth):
4323         (packages-load-path-depth): Introduced and used.
4324
4325         * setup-paths.el (paths-load-path-depth): Introduced and used.
4326
4327         * find-paths.el (paths-find-recursive-path): Added max-depth
4328         parameter.
4329
4330 1998-04-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4331
4332         * setup-paths.el (paths-construct-info-path): Removed
4333         dependency on behavior of (file-name-as-directory "").
4334
4335 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
4336
4337         * ldap.el (ldap-search): Adapt to the new low-level API using ldap
4338         lisp objects
4339
4340 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4341
4342         * dump-paths.el, startup.el: Added handling for --debug-paths.
4343
4344 1998-04-15  William M. Perry  <wmperry@aventail.com>
4345
4346         * wid-edit.el: We cannot just set the help-echo or balloon-help
4347           properties for an extent based on the :help-echo widget
4348           property, since help-echo and balloon-help cause an EXTENT to
4349           get passed in, where :help-echo functions are expecting a WIDGET
4350
4351 1998-04-15  Kirill M. Katsnelson  <kkm@kis.ru>
4352
4353         * scrollbar.el (init-scrollbar-from-resources): Call
4354         mswindows-init-scrollbar-metrics when appropriate.
4355
4356 Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
4357
4358         * dumped-lisp.el: dump x-toolbar for window system
4359
4360         * msw-init.el (init-post-mswindows-win): enable toolbars if we
4361         have support and xpm.
4362
4363 1998-04-16  SL Baur  <steve@altair.xemacs.org>
4364
4365         * files.el (toggle-read-only): Fix docstring.
4366         From Didier Verna <verna@inf.enst.fr>
4367
4368 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4369
4370         * startup.el (normal-top-level): Load autoload-file-name without
4371         specifying an extension---some people only auto-autoload.el.gz.
4372
4373 1998-04-06  Hrvoje Niksic  <hniksic@srce.hr>
4374
4375         * files.el (backup-enable-predicate): Don't bomb on NAME being
4376         nil.
4377
4378 1998-04-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4379
4380         * find-paths.el, packages.el: Now prefers configure'd paths.
4381         This shouldn't cause any of the originally anticipated problems as
4382         the current paths architecture will not define the various
4383         configure-xxx variables if they're not specified on the configure
4384         command line.
4385
4386         * find-paths.el, setup-paths.el, packages.el: Removed all
4387         mentionings of "/" as a path separator.
4388         Used paths-construct-path throughout.
4389
4390         * find-paths.el (paths-construct-path): Created to assemble paths
4391         from directory components.
4392
4393         * setup-paths.el, packages.el: Used paths-decode-directory-path
4394         instead of decode-path-internal.
4395
4396         * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
4397         and associates.
4398         (paths-decode-directory-path) Created.
4399
4400         * setup-paths.el: Changed configure-exec-path to
4401         configure-exec-directory.
4402
4403 1998-04-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4404
4405         * packages.el (packages-find-packages): Fixed decoding of
4406         EMACSPACKAGEPATH.
4407
4408         * startup.el: -no-packages -> -no-early-packages.
4409
4410         (packages-load-package-lisps): Fixed loading of auto-autoload
4411         files.
4412
4413         * startup.el (normal-top-level): Fixed loading of core
4414         auto-autoload.
4415
4416         * obsolete.el: Un-obsoleted site-directory.  Sigh.
4417
4418         * startup.el, packages.el, dump-paths.el: Added proper settings
4419         for site-directory and lisp-directory variables.
4420
4421         * startup.el, loadup.el: Renamed inhibit-update-autoloads to
4422         inhibit-package-autoloads and fixed handling of it.
4423
4424         * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
4425         handling of former inhibit-package-init, now
4426         inhibit-early-packages, to make -vanilla etc. work.
4427
4428 1998-04-10  Kirill M. Katsnelson  <kkm@kis.ru>
4429
4430         * code-process.el (start-process): Fallback to 'undecided instead
4431         of 'binary for process input coding stream.
4432
4433         * process.el (start-process): Docstring fix.
4434
4435 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
4436
4437         * info.el (Info-insert-dir): Do not insert temporary dir files
4438         in Info-dir-file-attributes
4439         (Info-build-dir-anew): Ensure temporary buffer is not read-only
4440         (Info-rebuild-dir): Ditto.
4441
4442 1998-04-09  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4443
4444         * obsolete.el: Added obsoleteness declarations for
4445         `site-directory' and `Info-default-directory-list'.
4446
4447 1998-04-08  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4448
4449         * find-paths.el (paths-find-emacs-root): Only look at the
4450         executable at the end of the symlink chain for determining the
4451         Emacs root.
4452
4453 1998-04-07  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4454
4455         * setup-paths.el (paths-construct-info-path): Changed construction
4456         to cater to gone default in configure.
4457
4458         * find-paths.el (paths-uniq-append): Added.
4459
4460         * packages.el: Rewritten package path construction once again.
4461
4462         * dump-paths.el, startup.el: Removed package-path as a global
4463         variable.
4464
4465         * package-admin.el (package-admin-add-single-file-package):
4466         (package-admin-add-binary-package): Changed package-path to
4467         late-packages.
4468
4469         * packages.el (packages-split-path): Split path at "/" rather than
4470         nil according to change in emacs.c.
4471
4472 1998-04-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4473
4474         * setup-paths.el (paths-construct-info-path): Changed info path
4475         order so that directories come out right.
4476         (paths-find-lock-directory): Fixed bug: It used to think
4477         configure-lock-directory is a path.
4478
4479 1998-04-06  Jeff Miller <jmiller@smart.net>
4480
4481         * x-toolbar.el:  Added toolbar-vector-xxxxxx defvars.  Modified
4482         initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars.  This
4483         eases the use of toolbar-add/kill-item functions.
4484
4485 1998-04-07  Kirill M. Katsnelson  <kkm@kis.ru>
4486
4487         * code-files.el (file-coding-system-alist): Commented out
4488         loaddefs.el magical treatment.
4489
4490 1998-04-06  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
4491
4492         * info.el (Info-rebuild-outdated-dir): Added new option
4493         `conservative' and made it the default
4494         (Info-rebuild-dir): Appropriately parse multi-line description
4495         strings, and multi-section dir files. Issue warning when dir
4496         is rebuilt as temporary
4497         (Info-build-dir-anew): Issue warning when dir is built as
4498         temporary
4499
4500 1998-04-04  Kirill M. Katsnelson  <kkm@kis.ru>
4501
4502         * list-mode.el (list-mode-map): Bind highlight motion commands to
4503         standard keys left, right, C-b and C-f.
4504
4505 1998-03-29  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
4506
4507         * files.el (auto-mode-alist): allow .sc for Scheme->C
4508
4509 1998-04-06  SL Baur  <steve@altair.xemacs.org>
4510
4511         * loadup.el (pureload): Don't quote (garbage-collect).
4512
4513 1998-04-04  SL Baur  <steve@altair.xemacs.org>
4514
4515         * package-get-base.el: Updated.
4516
4517 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
4518
4519         * isearch-mode.el (isearch-just-started): New variable.
4520         (isearch-mode): Set it.
4521         (isearch-repeat): Advance one character forward only if the search
4522         was successful, and was not just started.
4523         (isearch-repeat): Clear isearch-just-started.
4524
4525 1998-04-02  SL Baur  <steve@altair.xemacs.org>
4526
4527         * finder.el (finder-compile-keywords): Don't eval new finder-inf
4528         if running -batch.
4529
4530 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
4531
4532         * subr.el (listify-key-sequence): Removed.
4533
4534 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
4535
4536         * bytecomp.el (byte-compile-print-gensym): New option.
4537         (byte-compile-output-file-form): Use it.
4538         (byte-compile-output-docform): Ditto.
4539         (byte-compile-compiled-obj-to-list): Ditto.
4540
4541 Sun Mar 29 1998  Andy Piper  <andyp@parallax.co.uk>
4542
4543         * msw-glyphs.el: set frame icon if xpm support.
4544
4545 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
4546
4547         * help.el: Code that pretty prints variable values
4548           removed.
4549
4550 1998-04-02  SL Baur  <steve@altair.xemacs.org>
4551
4552         * find-paths.el (paths-emacs-root-p): Correct test for installation
4553         directory.
4554         From Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4555
4556 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
4557
4558         * loaddefs.el: Don't set debug-ignored-errors; leave
4559           its default value set to nil.
4560
4561 1998-03-29  Damon Lipparelli  <lipp@primus.com>
4562
4563         * info.el (Info-rebuild-dir): fixed mis-spelling.
4564
4565 1998-03-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
4566
4567         * info.el (Info-rebuild-outdated-dir): New custom var
4568         (Info-insert-node): Create/update dir file when needed, ie when it
4569         does not exist or is older than some info files in directory
4570
4571 1998-04-01  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4572
4573         * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
4574         for last packages, mainly for using a 20.4 package base.
4575
4576         * packages.el (late-packages): Typo fix.  It was called
4577         early-packages.
4578
4579         * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
4580         relative symlinks correctly.
4581         (paths-find-emacs-roots): More rigorous checking for plausible
4582         configuration-time root.
4583
4584         * startup.el (normal-top-level): Added a warning if XEmacs cannot
4585         find its roots.
4586
4587 1998-03-27  Martin Buchholz  <martin@xemacs.org>
4588
4589         * faces.el: Fix docstrings.
4590         * glyphs.el: Fix docstrings.
4591         * mouse.el: Fix docstrings.
4592
4593         * frame.el: Change phrase `current frame' to `selected frame'.
4594
4595         * faces.el (face-spec-set-match-display): Make FRAME arg optional.
4596
4597         * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
4598         macros using backquote to make them infinitely more readable.
4599
4600 1998-03-30  SL Baur  <steve@altair.xemacs.org>
4601
4602         * packages.el (packages-find-package-path): Hardcoded specialized
4603         InfoDock support until we can clean this up.
4604
4605         * help.el (describe-bindings-1): Return the value of the bindings
4606         help buffer created.
4607         (describe-bindings): Ditto.
4608
4609         * simple.el (set-variable): Restore previous behavior of not
4610         bombing if the variable to set is not boundp.
4611
4612 1998-03-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4613
4614         * packages.el (packages-handle-package-dumped-lisps): Allow for
4615         non-local files to be loaded off the package-lisp variable.
4616
4617 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
4618
4619         * x-faces.el: Global X resources should override
4620           specs for all device classes (color, grayscale, mono);
4621           code currently doesn't override any of them.  Fixed by
4622           calling remove-specifier with '(x default) as the tag
4623           set and allowing inexact matches.
4624
4625 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
4626
4627         * faces.el: Separated face intializations based on
4628           device classes into device type specific (tag set,
4629           instantiator) pairs.
4630
4631 1998-03-09  Hrvoje Niksic  <hniksic@srce.hr>
4632
4633         * wid-edit.el (widget-choice-action): Remember user's explicit
4634         choice.
4635         (widget-choice-value-create): Respect it.
4636         From Richard Stallman <rms@gnu.org>
4637
4638 1998-03-26  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4639
4640         * setup-paths.el (paths-construct-info-path): Always append
4641         existing directories from configure-time info path.
4642
4643         * startup.el (startup-setup-paths): Renamed misnamed info-path to
4644         Info-directory-list.
4645
4646         * info.el: Removed Info-default-directory-list which was broken by
4647         design.
4648         Removed bogus initialization of Info-directory-list---startup.el
4649         can do a much better job.
4650         Added autoload of Info-directory-list.
4651
4652         * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
4653         out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
4654         be exclusive; now it's merely given precedence, just like in the
4655         old days.
4656
4657 1998-03-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4658
4659         * find-paths.el (paths-find-architecture-directory): Fix bug with
4660         finding; it used to default too early.
4661
4662 1998-03-25  Martin Buchholz <martin@xemacs.org>
4663
4664         * packages.el (packages-split-path): Fix a bug; it used to fail
4665         for paths that weren't split.
4666
4667 1998-03-26  SL Baur  <steve@altair.xemacs.org>
4668
4669         * finder.el (finder-compile-keywords): trap on errors.
4670
4671 1998-03-24  Kyle Jones  <kyle_jones@wonderworks.com>
4672
4673         * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
4674           fourth argument of t so that only the specs exactly
4675           matching the tag lists are removed.
4676
4677 1998-03-25  SL Baur  <steve@altair.xemacs.org>
4678
4679         * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
4680
4681 1998-03-23  SL Baur  <steve@altair.xemacs.org>
4682
4683         * minibuf.el (mouse-read-file-name-1): If a default directory was
4684         specified, use it for generating the completions.
4685
4686 1998-03-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4687
4688         * update-elc.el: Now respects inhibit-package-init and
4689         inhibit-site-lisp.
4690         Now does path construction with loadup-paths.
4691
4692         * startup.el (normal-top-level, startup-setup-paths): Now respects
4693         inhibit-package-init and inhibit-site-lisp.
4694
4695         * packages.el (packages-find-package-path): Extended package path
4696         by version-specific hierarchies.
4697         (packages-find-packages): Now respects inhibit flag and
4698         inhibit-site-lisp.
4699         Moved path setup to loadup-paths.
4700
4701         * make-docfile.el: Now respects inhibit-package-init and
4702         inhibit-site-lisp.
4703         Now does path construction with loadup-paths.
4704
4705         * loadup.el: Now respects inhibit-package-init and
4706         inhibit-site-lisp.
4707
4708         * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
4709
4710         * loadup-paths.el: New file: setup load-path to encompass
4711         packages.
4712
4713 1998-03-22  SL Baur  <steve@altair.xemacs.org>
4714
4715         * auto-show.el: load-gc renamed to pureload.
4716         * site-load.el: Ditto.
4717         * packages.el (toplevel): Ditto.
4718         * loadup.el (really-early-error-handler): Ditto.
4719         * dumped-lisp.el (preloaded-file-list): Ditto.
4720         * cus-face.el (custom-declare-face): Ditto.
4721
4722 1998-03-22  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4723
4724         * <Today>: The Big Path Searching Overhaul.
4725
4726         * find-paths.el: New file: find and assemble paths in the
4727         installation hierarchy.
4728
4729         * setup-paths.el: New file: global layout of paths and directories
4730         within the XEmacs hierarchy.
4731
4732         * packages.el: Replaced everything related to path searching and
4733         startup by code in terms of find-paths.
4734
4735         * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
4736         the new path searching engine.
4737
4738         * dumped-lisp.el (preloaded-file-list): Added new files find-paths
4739         and setup-paths.
4740
4741 1998-03-22  SL Baur  <steve@altair.xemacs.org>
4742
4743         * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
4744         setup-paths.el.
4745
4746 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
4747
4748         * msw-glyphs.el: Added check for 'mswindows feature, so the file
4749         compiles identically in any configuration.
4750         Removed irrelevant commentary.
4751
4752 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
4753
4754         * simple.el (set-variable): Allow setting specifiers.
4755
4756 1998-03-19  SL Baur  <steve@altair.xemacs.org>
4757
4758         * lisp.el (forward-sexp): Revert previous change.
4759
4760 1998-03-18  SL Baur  <steve@altair.xemacs.org>
4761
4762         * frame.el (frame-initialize): Use `delete-console' instead of
4763         `delete-device' to delete the stream console to match the usage in
4764         Fkill_emacs.
4765
4766 1998-03-16  SL Baur  <steve@altair.xemacs.org>
4767
4768         * files.el (cdpath-previous): New variable.
4769         (cd): Use it.
4770         From Bob Weiner <weiner@wave.altrasoft.com>
4771
4772 1998-03-15  Kyle Jones  <kyle_jones@wonderworks.com>
4773
4774         * keydefs.el: Changed keybindings of forward-char,
4775           backward, scroll-up and scroll-down to point to their
4776           -command counterparts.
4777
4778         * simple.el: New functions: forwarc-char-command,
4779           backwrad-char-command, scroll-up-command,
4780           scroll-down-command which work liek their counterparts
4781           except that they honor the variable
4782           signal-error-on-buffer-boundary.
4783
4784           Definition of signal-error-on-buffer-boundary received
4785           from src/cmds.c.
4786
4787           defvar declaration added for word-across-newline to avoid
4788           byte-compiler warning about the free variable reference.
4789
4790 1998-03-14  Kirill M. Katsnelson  <kkm@kis.ru>
4791
4792         * winnt.el: Removed "%t" from the beginning of
4793         modeline-format. From now on, there's no nt-specifics in the modeline.
4794
4795 1998-03-14  SL Baur  <steve@altair.xemacs.org>
4796
4797         * setup-paths.el (paths-setup-paths-warning): Replace occurrences
4798         of `when' with `if'.
4799
4800 1998-03-03  Kirill M. Katsnelson  <kkm@kis.ru>
4801
4802         * msw-glyphs.el: New file. Defines TTY-style glyphs for
4803         mswindows. Must be reworked along with glyphs.el, or
4804         merged into it, after there is images support.
4805
4806         * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
4807         'mswindows.
4808
4809 1998-03-13  SL Baur  <steve@altair.xemacs.org>
4810
4811         * faces.el: fix for text cursor initialization.
4812         Suggested by Kyle Jones <kyle_jones@wonderworks.com>
4813         From Andy Piper <andyp@parallax.co.uk>
4814
4815 1998-03-11  Pete Ware  <ware@cis.ohio-state.edu>
4816
4817         * files.el (set-auto-mode): If a mode is not fboundp, check to see
4818         if there is an existing package that handles it and warn the user
4819         about that mode.
4820
4821 1998-03-02  Kirill M. Katsnelson  <kkm@kis.ru>
4822
4823         * x-menubar.el (default-menubar): Greyed out "Help / Basics /
4824         Installation" menu item when Installation-string is not bound.
4825
4826 1998-03-11  SL Baur  <steve@altair.xemacs.org>
4827
4828         * lisp.el (forward-sexp): Fix for test for balanced sexp.
4829         From Jeremiah W. James <jerry@cs.ucsb.edu>
4830
4831 1998-03-10  Kyle Jones  <kyle_jones@wonderworks.com>
4832
4833         * msw-faces.el:
4834         * faces.el: Fix face initialization.
4835
4836 1998-03-10  Glynn Clements  <glynn@sensei.co.uk>
4837
4838         * files.el (backup-enable-predicate): fix breakage introduced
4839         by TMPDIR patch.
4840
4841 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
4842
4843         * x-faces.el (x-init-face-from-resources): The
4844           TTY face property retrieval functions don't return
4845           specifiers, so use face-property instead.
4846
4847 1998-03-09  SL Baur  <steve@altair.xemacs.org>
4848
4849         * mwheel.el (mwheel-install): Use portable keysyms and syntax.
4850
4851 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
4852
4853         * x-menubar.el: Expanded documentation for
4854           option-save-faces.  Changed Options -> Browse Faces
4855           menu entry to invoke customize-face.
4856
4857 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
4858
4859         * faces.el: Most face initialization moved out of
4860           init-other-random-faces to the top level so that the
4861           initialization happens before Xemacs is dumped.  Much
4862           of the fascist "face-differs-from-default-p or FROB!"
4863           code has been retired in favor of letting the user do
4864           what they want to do.  Face initialization code changed
4865           to use `default' specifier tag so that the settings can
4866           be overridden later if the user wishes it.
4867
4868 1998-03-08  SL Baur  <steve@altair.xemacs.org>
4869
4870         * about.el (about-hackers): Update contributors list.
4871
4872 1998-03-07  Kyle Jones  <kyle_jones@wonderworks.com>
4873
4874         * specifier.el: Define new specifier tag `default'.
4875
4876         * modeline.el: Initialize faces using `default' tag.
4877
4878         * x-faces.el (x-init-face-from-resources): Remove
4879           specifier specs containing the `default' tag before
4880           adding new specs.
4881
4882 1998-03-02  John Jones  <jj@asu.edu>
4883
4884         * package-get.el (package-get-all): fixed arguments on call to
4885         package-admin-add-single-file-package.
4886         * package-get.el (package-get-installedp): fixed to match
4887         advertised behavior.
4888         * package-get.el: added function package-get-update-all which
4889         installs newest versions of all the current packages (if they are
4890         not already installed).
4891
4892 1998-03-04  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>
4893
4894         * files.el (find-file-noselect): Uncommented `truename' binding in
4895         `let*' and use it later to set `buffer-file-truename' iff it's
4896         still nil, as happens for example when finding a compressed
4897         file with "jka-compr".
4898
4899 Wed Mar 04 08:55:12 1998  Andy Piper  <andyp@parallax.co.uk>
4900
4901         * faces.el: in make-face-* type functions do the operation for all
4902         window systems, not just the first one found.
4903
4904         * font.el: call mswindows-list-fonts for mswindows.
4905
4906 1998-03-02  Glynn Clements  <glynn@sensei.co.uk>
4907
4908         * code-process.el (call-process-region):
4909         * process.el (call-process-region):
4910         * package-get.el (package-get-dir):
4911         * files.el (backup-enable-predicate):
4912         * gnuserv.el (gnuserv-temp-file-regexp):
4913         Use temp-directory in place of `/tmp'.
4914
4915 Fri Feb 20 21:22:34 1998  Darryl Okahata  <darrylo@sr.hp.com>
4916
4917         * "Fast" dired-in-C enhancements for Windows 95/NT:
4918
4919         * files.el: Added function, `wildcard-to-regexp', from GNU
4920           Emacs.
4921
4922         * files.el (insert-directory): Modified to use special
4923           dired-in-C enhancements if present.
4924
4925 Mon Mar 02 11:37:36 1998  Andy Piper  <andyp@parallax.co.uk>
4926
4927         * code-files.el: make default coding no-conversion.
4928
4929 1998-03-02  SL Baur  <steve@altair.xemacs.org>
4930
4931         * dumped-lisp.el (preloaded-file-list): Find Installation.el from
4932         the load-path.
4933
4934         * update-elc.el: Strip directory when testing for files not to
4935         bytecompile.
4936
4937 1998-03-02  Aki Vehtari  <Aki.Vehtari@hut.fi>
4938
4939         * lisp-mode.el: Use recommended form for menus.
4940
4941         * info.el (Info-construct-menu): Use recommended form for menus.
4942
4943         * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
4944         entry.
4945
4946 1998-02-28  Kyle Jones  <kyle_jones@wonderworks.com>
4947
4948         * frame.el: Resurrect get-frame-for-buffer-default-to-current.
4949           (get-frame-for-buffer-noselect): Always return frames
4950           in the not-this-window-p cond clause.
4951
4952 1998-02-27  SL Baur  <steve@altair.xemacs.org>
4953
4954         * help.el (describe-installation): New function.
4955
4956         * x-menubar.el (default-menubar): Add describe-installation to
4957         Help menu.
4958
4959         * packages.el (packages-unbytecompiled-lisp): Installation.el
4960         should not be bytecompiled.
4961
4962         * dumped-lisp.el (preloaded-file-list): Dump Installation with
4963         XEmacs.
4964
4965         * x-menubar.el (default-menubar): Use correct guard for VM menu
4966         entry.
4967
4968         * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
4969         coding.
4970         From Andy Piper <andyp@parallax.co.uk>
4971
4972 1998-02-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
4973
4974         * ldap.el: Do not require ldap-internal at compile time.
4975
4976 Tue Feb 17 12:50:37 1998  Andy Piper  <andyp@parallax.co.uk>
4977
4978         * code-files.el: new file. a virtual copy of mule-files.el
4979         but without charset
4980         dependencies. (toggle-buffer-file-ocding-system) new function for
4981         changing the eol type for the current buffer.
4982
4983         * code-process.el: new file. a copy of
4984         mule-process.el. mule-process.el will disappear when things have
4985         settled.
4986
4987         * coding.el: new file. a virtual copy of mule-files.el but
4988         without charset dependencies. (coding-system-base) new function
4989         for getting the parent coding system of a coding system with eol
4990         type set.
4991
4992         * dumped-lisp.el: add above files for the non-mule case.
4993
4994 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
4995
4996         * window-xemacs.el (display-buffer): If no explicit
4997           frame is specified, search for a window that displays
4998           the buffer on the currently selected frame, before
4999           searching other frames.
5000
5001 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
5002
5003         * frame.el (get-frame-for-buffer): If not-this-window-p
5004           is non-nil, use window on the selected frame if it is not
5005           also the selected window.  When defaulting, search for
5006           windows on the currently selected fgrame before searching
5007           other frames.
5008
5009 1998-02-25  Didier Verna  <verna@inf.enst.fr>
5010
5011         * modeline.el (modeline-swap-buffers): originally named
5012         `mouse-release-modeline'. Whether to actually swap the buffers is
5013         decided in `mouse-drag-modeline'.
5014         (mouse-drag-modeline): A button release event is considered a
5015         mouse click is both X (modeline scroll) and Y (modeline drag) pos
5016         stay unchanged.
5017
5018 1998-02-25  SL Baur  <steve@altair.xemacs.org>
5019
5020         * x-menubar.el: Put redo on the menubar.
5021         From Aki Vehtari <Aki.Vehtari@hut.fi>
5022
5023 1998-02-22  Greg Klanderman  <greg@alphatech.com>
5024
5025         * bytecomp.el (displaying-byte-compile-warnings): if
5026         temp-buffer-show-function is set, use it to display current set of
5027         warnings in the "*Compile-Log-Show*" buffer.
5028
5029         * simple.el (display-warning-buffer): if temp-buffer-show-function
5030         is set, use it to display current set of warnings in the
5031         "*Warnings-Show*" buffer.
5032
5033 1998-02-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
5034
5035         * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
5036         Common Lisp.
5037
5038 1998-02-23  Aki Vehtari  <Aki.Vehtari@hut.fi>
5039
5040         * menubar.el: Allow button descriptors at least 2 long.
5041
5042         * x-menubar.el (default-menubar): Use recommended forms.
5043         (file-menu-filter): Remove.
5044         (edit-menu-filter): Remove.
5045
5046 1998-02-24  SL Baur  <steve@altair.xemacs.org>
5047
5048         * about.el (about-hackers): Updated.
5049
5050 1998-02-22  Greg Klanderman  <greg@alphatech.com>
5051
5052         * help.el (help-max-help-buffers): new variable
5053         (help-register-and-maybe-prune-excess): new function
5054         (help-buffer-name): use help-max-help-buffers.
5055         (with-displaying-help-buffer): use
5056         help-register-and-maybe-prune-excess.
5057
5058         * help.el (help-maybe-pretty-print-value): if the value fits on
5059         one line, let it.
5060
5061 1998-02-21  Greg Klanderman  <greg@alphatech.com>
5062
5063         * (with-displaying-help-buffer): there is no need to kill the buffer
5064         if it exists, becasuse with-output-to-temp-buffer will clear it.
5065         further, killing the buffer violates the rule that
5066         temp-buffer-show-function, if set, has the full responsibility of
5067         showing the temp buffer.  killing the buffer fucks with the window
5068         configuration, hosing temp-buffer-show-function.
5069
5070
5071 1998-02-23  Didier Verna  <verna@inf.enst.fr>
5072
5073         * modeline.el (mouse-drag-modeline):
5074         - Always scroll the modeline that was originally clicked on.
5075         - Use x pixels instead of x characters (which doesn't work anyway)
5076         as horizontal reference for modeline dragging. This allows us to
5077         keep on dragging the modeline even if the motion event occurs in
5078         another window.
5079
5080 1998-02-23  Didier Verna  <verna@inf.enst.fr>
5081
5082         * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
5083         glyph on the modeline to indicate that dragging the mouse has an
5084         effect both horizontally and vertically.
5085
5086 1998-02-24  SL Baur  <steve@altair.xemacs.org>
5087
5088         * about.el (about-xemacs): Get rid of redundant visible version
5089         number.
5090
5091 1998-02-19  SL Baur  <steve@altair.xemacs.org>
5092
5093         * about.el (about-hackers): Update credits.
5094
5095 1997-12-22  Christoph Wedler  <wedler@fmi.uni-passau.de>
5096
5097         * prim/register.el (view-register): Show register type file-query.
5098
5099 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
5100
5101         * mode-motion.el (mode-motion-highlight-internal):
5102           save-excursion inside save-window-exucrsion form to
5103           hide buffer point changes from save-window-excursion.
5104           Prevents display flickering when the mouse pointer
5105           moves.
5106
5107 1998-02-17  Didier Verna  <verna@inf.enst.fr>
5108
5109         * mouse.el (default-mouse-track-set-point-in-window): rewrote this
5110         function to handle correctly the case of a toolbar one side of the
5111         window: scrolling will not necessarily happen.
5112
5113 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
5114
5115         * files.el (after-find-file): Restore missing argument
5116           to format that provides filename for "... consider M-x
5117           recover-file" message.  Also call `message' with "%s"
5118           as the first arg instead of an arbitrary string.
5119
5120 1998-02-18  SL Baur  <steve@altair.xemacs.org>
5121
5122         * about.el (about-hackers): Various additions.
5123
5124 1998-02-15  SL Baur  <steve@altair.xemacs.org>
5125
5126         * autoload.el (generate-file-autoloads-1): Don't force an extra
5127         line out when copying on-the-same line autoloads.
5128
5129         * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
5130         is installed.
5131
5132 1998-02-14  Martin Buchholz  <martin@xemacs.org>
5133
5134         * x11/x-win-xfree86.el (x-win-init-xfree86):
5135         * x11/x-win-sun.el (x-win-init-sun):
5136         * x11/x-init.el (x-initialize-compose):
5137         * prim/simple.el:
5138         (backward-or-forward-kill-sexp):
5139         (backward-or-forward-kill-sentence):
5140         (backward-or-forward-kill-word):
5141         (backward-or-forward-delete-char):
5142         * prim/isearch-mode.el (isearch-help-or-delete-char):
5143         Use x-keysym-on-keyboard-sans-modifiers-p instead of
5144         x-keysym-on-keyboard-p to detect backspace.
5145         Use symbols instead of strings (now deprecated) with x-keysym-*-p.
5146         Clean up symbols used with dead keys, checking Linux and solaris
5147         keysyms.
5148         Simplify x-win-*.el using above methods.
5149         Change documentation for x-keysym-*-p functions.
5150
5151 1998-02-14  SL Baur  <steve@altair.xemacs.org>
5152
5153         * about.el (about-hackers): Restore entries for Michael Sperber and
5154         Vinnie Shelton.
5155         From Vinnie Shelton <acs@acm.org>
5156
5157 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
5158
5159         * simple.el (count-words-region): Ditto.
5160
5161 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
5162
5163         * simple.el (count-words-buffer): Document.  Don't print anything
5164         if non-interactive.
5165
5166 1998-02-12  SL Baur  <steve@altair.xemacs.org>
5167
5168         * packages.el (packages-hardcoded-lisp): easymenu.el is in
5169         multiple files in InfoDock.
5170
5171 1998-02-11  SL Baur  <steve@altair.xemacs.org>
5172
5173         * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
5174         from version.el in InfoDock.
5175
5176         * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
5177         specially.
5178
5179 1998-02-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
5180
5181         * bytecomp-runtime.el (proclaim-inline): Single quotes around
5182         variable name in docstring.
5183
5184 1998-02-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5185
5186         * menubar.h: Include "gui.h".
5187
5188 1998-02-10  SL Baur  <steve@altair.xemacs.org>
5189
5190         * site-load.el: Fix documentation.
5191
5192 1998-02-09  SL Baur  <steve@altair.xemacs.org>
5193
5194         * package-get-base.el (package-get-base): Updated.
5195
5196         * keymap.el: PC-ize.
5197
5198 1998-02-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
5199
5200         * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
5201         from' on a fresh line.
5202
5203 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
5204
5205         * help.el (help-maybe-pretty-print-value): prin1, not princ the
5206         object.
5207
5208 1998-02-09  SL Baur  <steve@altair.xemacs.org>
5209
5210         * undo-stack.el: PC-ize.
5211
5212         * cmdloop.el: PC-ize.
5213
5214 1998-02-08  SL Baur  <steve@altair.xemacs.org>
5215
5216         * bytecomp-runtime.el: PC-ize.
5217
5218         * byte-optimize.el: Prolog fixup.  PC-ize.
5219
5220         * cus-dep.el: Spelling fix.
5221
5222         * text-mode.el: Synch with Emacs 20.2.  (Original ChangeLog
5223         entries follow).
5224
5225 1997-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
5226
5227         * text-mode.el (text-mode-hook-identify): New function,
5228         put on text-mode-hook.  Set text-mode-variant here.
5229         (text-mode): Don't set it here.
5230
5231 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
5232
5233         * text-mode.el (text-mode-hook): New defvar.
5234         (text-mode-variant): New variable.
5235         (text-mode): Set that variable locally.
5236         (toggle-text-mode-auto-fill): New command.
5237
5238 1997-06-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
5239
5240         * text-mode.el (text-mode): Let all-white lines separate paragraphs.
5241
5242 1997-06-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
5243
5244         * text-mode.el (paragraph-indent-text-mode):
5245         Renamed from spaced-text-mode.
5246         (text-mode-map): Bind TAB to indent-relative.
5247         (indented-text-mode-map): Variable deleted.
5248         (indented-text-mode): Now an alias for text-mode.
5249
5250 1998-02-05  SL Baur  <steve@altair.xemacs.org>
5251
5252         * loadup.el: test-atoms debugging stuffs removed.
5253
5254 1998-02-03  Martin Buchholz  <Martin Buchholz <martin@xemacs.org>>
5255
5256         * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
5257
5258 1997-12-30  Colin Rafferty  <colin@xemacs.org>
5259
5260         * help.el (describe-beta): Made it use `locate-data-file'.
5261         (describe-distribution): Ditto.
5262         (describe-copying): Ditto.
5263         (describe-project): Ditto.
5264         (view-emacs-news): Ditto.
5265
5266         * help-nomule.el (help-with-tutorial): Made it use
5267         `locate-data-file' to find tutorial.
5268
5269 1998-01-28  Jonathon Harris  <jhar@tardis.ed.ac.uk>
5270
5271         * about.el: Corrected my email address.
5272
5273         * mouse.el: Added 'mouse-mswindows-drop' similar to
5274         'mouse-offix-drop'.
5275
5276 1998-01-27  SL Baur  <steve@altair.xemacs.org>
5277
5278         * loadup.el (running-xemacs): Spelling fix.
5279
5280 1998-01-26  Colin Rafferty  <colin@xemacs.org>
5281
5282         * packages.el (packages-find-packages-1): Don't allow a backwards
5283         compatible lisp tree to overwrite `preloaded-file-list'.
5284
5285 1998-01-26  SL Baur  <steve@altair.xemacs.org>
5286
5287         * loadup.el: Don't delete "xemacs" prior to dumping.
5288
5289 1998-01-24  SL Baur  <steve@altair.xemacs.org>
5290
5291         * package-info.el (pi-last-mod-date): New function.
5292         (pi-author-version): New function.
5293         (batch-update-package-info): Use them.
5294
5295 1998-01-23  Colin Rafferty  <colin@xemacs.org>
5296
5297         * frame.el (get-frame-for-buffer-default-to-current): Create.
5298         (get-frame-for-buffer-noselect): Allow user to use current frame
5299         with `get-frame-for-buffer-default-to-current'.
5300
5301 1998-01-22  Hrvoje Niksic  <hniksic@srce.hr>
5302
5303         * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
5304         (byte-compile-output-docform): Ditto.
5305         (byte-compile-compiled-obj-to-list): Ditto.
5306
5307 1998-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
5308
5309         * startup.el (command-line-1): Removed code that ran
5310           buffer-menu.
5311
5312 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
5313
5314         * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
5315
5316 1998-01-17  Hrvoje Niksic  <hniksic@srce.hr>
5317
5318         * frame.el (suspend-emacs-or-iconify-frame): Check using
5319         `device-on-window-system-p' instead of explicitly checking for X,
5320         so that the same logic works for MS Windows.
5321         (suspend-or-iconify-emacs): Ditto.
5322
5323 1998-01-14  Hrvoje Niksic  <hniksic@srce.hr>
5324
5325         * about.el (about-maintainer-info): Andy Piper is back.
5326         (xemacs-hackers): Updated Andy Piper's email address.
5327         (about-hackers): Added Jonathan Harris.
5328         (about-hackers): Updated Tibor Polgar's email address.
5329
5330 1998-01-18  SL Baur  <steve@altair.xemacs.org>
5331
5332         * about.el: Add xemacs.org email manager.
5333
5334         * package-get-base.el (package-get-base): Updated with most recent
5335         package updates.
5336
5337 1998-01-14  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
5338
5339         * help.el (function-arglist): Use `indirect-function' instead of
5340         `symbol-function' so that aliases are treated correctly.
5341
5342 1998-01-13  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
5343
5344         * help.el (help-map): Add f1 binding to `help-for-help'.
5345         Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
5346         (describe-key-briefly): Use `princ' "%s" to print object.
5347         (with-displaying-help-buffer): Kill buffer if it exists, again.
5348         (describe-key): Use `princ' "%s" to print object.
5349         (describe-function-1): Use `princ' "%s" to print object.
5350         Commented out alias lines removed.
5351         (help-pretty-print-limit): New variable to control pretty-printing
5352         of variable values.
5353         (help-maybe-pretty-print-value): Steve wins!  Renamed back from
5354         `help-pretty-print-value' again.  Only print-print when OBJECT is
5355         list of length less than `help-pretty-print-limit'.
5356         (describe-variable): Use `help-maybe-pretty-print-value' again.
5357
5358 1998-01-18  SL Baur  <steve@altair.xemacs.org>
5359
5360         * simple.el (blink-matching-open): Remove C++ kludge.
5361         Suggested by Bob Weiner <weiner@wave.altrasoft.com>
5362
5363 1998-01-14  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
5364
5365         * info.el (Info-default-directory-list): Made the documentation
5366         more explanitory.
5367
5368 1998-01-13  Martin Buchholz  <martin@xemacs.org>
5369
5370         * lisp/packages.el:
5371         * lisp/package-admin.el:
5372         * lisp/build-report.el:
5373         Fix typos.
5374
5375 1998-01-14  Christoph Wedler  <wedler@fmi.uni-passau.de>
5376
5377         * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
5378         warnings in Java buffers without final newline and editing the
5379         last line.
5380
5381 1998-01-17  SL Baur  <steve@altair.xemacs.org>
5382
5383         * packages.el (packages-find-packages-1): Don't allow a backwards
5384         compatible lisp tree to overwrite `preloaded-file-list'.
5385         Suggested by Colin Rafferty  <colin@xemacs.org>
5386
5387         * mouse.el (mouse-offix-drop): Set undo-boundary.
5388         From Oliver Graf <ograf@fga.de>
5389
5390 1998-01-13  SL Baur  <steve@altair.xemacs.org>
5391
5392         * loadup.el (load-gc): rewrite as defun.
5393         Print something sensical if a required dump-time file isn't found.
5394
5395 1998-01-12  SL Baur  <steve@altair.xemacs.org>
5396
5397         * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
5398         bug strikes a menudescriptor.
5399
5400         * package-get-base.el (package-get-base): Updated.
5401
5402         * package-info.el (batch-update-package-info): Derive REQUIRES
5403         from the Makefile.
5404
5405 1998-01-13  Hrvoje Niksic  <hniksic@srce.hr>
5406
5407         * files.el (save-some-buffers): Don't play games with deleting
5408         other windows if we are in the minibuffer window.
5409
5410 1998-01-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
5411
5412         * modeline.el (modeline-minor-mode-menu): Add support for :active
5413         (add-minor-mode): Document :active property to TOGGLE.
5414
5415 1998-01-07  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
5416
5417         * modeline.el (modeline-minor-mode-menu): Add support for an
5418         `:included' predicate in the `toggle-sym' plist.
5419         (add-minor-mode): Document the :included property, format
5420         docstring some more.
5421         (modeline-minor-mode-menu): Documentation string added.
5422
5423 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
5424
5425         * modeline.el (modeline-minor-mode-menu): genmenlab the menu
5426         labels from the symbol-names by thwacking off the overly redundant
5427         and overused "mode", parenthesizing "minor", and capitalizing the
5428         resultant strings.  Also shortened the menu's title by eliminating
5429         the redundant buffer name.
5430         (add-minor-mode): Beautified the docstring, added mention of the
5431         `:menu-tag' property of TOGGLE.
5432         (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
5433         `toggle-sym' to beatify the mode-life menus.
5434         * (abbrev-mode):  (put)'ed a `:menu-tag' on it and
5435         `auto-fill-function'.
5436
5437 1998-01-02  Karl M. Hegbloom  <<karlheg@bittersweet.inetarena.com>>
5438
5439         * modeline.el (modeline-minor-mode-menu): Changed the string-only
5440         menus to :style 'toggle.
5441
5442 1997-12-10  Markus Linnala  <maage@cs.tut.fi>
5443
5444         * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
5445
5446 1997-12-11  Christoph Wedler  <wedler@fmi.uni-passau.de>
5447
5448         * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
5449         only recognize first hyperlink.
5450         (hyper-apropos-highlightify): Deletia, this is already done by
5451         `hyper-apropos-insert-face'.
5452         (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
5453
5454 1998-01-09  SL Baur  <steve@altair.xemacs.org>
5455
5456         * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
5457         mail.
5458         (toolbar-mail-reader): Add support for `send'.
5459         From Jonathan Marten <jonathan.marten@UK.Sun.COM>
5460
5461 1998-01-05  Karl M. Hegbloom  <<karlheg@bittersweet.inetarena.com>>
5462
5463         * info.el (Info-emacs-info-file-name): Add defvar for
5464         `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
5465         will function properly.
5466
5467 1998-01-05  Gary D. Foster  <gfoster@ragesoft.com>
5468
5469         * simple.el: make the backwards delete function called by
5470         `backward-or-forward-delete-char' user configurable.
5471
5472 1998-01-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
5473
5474         * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
5475         compiled function got loaded from.
5476
5477 1998-01-09  SL Baur  <steve@altair.xemacs.org>
5478
5479         * term/apollo.el: Synched up with InfoDock 3.6.2.
5480
5481 1998-01-08  SL Baur  <steve@altair.xemacs.org>
5482
5483         * startup.el (load-init-file): Load autoloads earlier.
5484         (startup-splash-frame): Handle InfoDock logo.
5485
5486         * x-init.el (init-post-x-win): Don't call init-x-toolbar in
5487         InfoDock.
5488         (x-init-toolbar-from-resources): Move from x-toolbar.el.
5489
5490         * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
5491         doesn't have this function.
5492
5493         * packages.el (locate-data-file): Fix to call `locate-file'.
5494
5495 1998-01-07  SL Baur  <steve@altair.xemacs.org>
5496
5497         * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
5498         version of version.el.
5499         (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
5500
5501         * x-menubar.el (default-menubar): Guard reference to
5502         `gnuserv-frame'.
5503         (default-menubar): Guard references to `font-lock-mode'.
5504         (default-menubar): Guard references to font-menu-this-frame-only-p'.
5505         (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
5506
5507         * make-docfile.el: Don't snarf doc strings from autoloads.
5508
5509         * startup.el (load-init-file): Use algorithm from loaddefs.el for
5510         loading auto-autoloads files.
5511
5512         * loaddefs.el: Disable dumping autoloads.
5513
5514 1998-01-05  SL Baur  <steve@altair.xemacs.org>
5515
5516         * lisp-mnt.el: Synch to Emacs 20.2.
5517
5518         * help.el: Remove manual autoload of `finder-by-keyword'.
5519
5520         * finder.el (finder-by-keyword): Autoload.
5521
5522         * help.el: Conditionalize hyperbole setup.
5523
5524 1998-01-04  SL Baur  <steve@altair.xemacs.org>
5525
5526         * packages.el (package-require): Update to reflect new data format.
5527
5528 1998-01-02  Didier Verna  <verna@inf.enst.fr>
5529
5530         * x-menubar.el (default-menubar): make the tutorials available
5531         through the menubar. (Plus some compilation warnings cleanup).
5532
5533 1998-01-04  SL Baur  <steve@altair.xemacs.org>
5534
5535         * check-features.el: New file.  Perform sanity check after build.
5536
5537         * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
5538         files to tooltalk package.
5539         (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
5540         package.
5541
5542         * package-admin.el (package-admin-xemacs): Use better default for
5543         location of XEmacs binary.
5544
5545 1998-01-03  Aki Vehtari  <Aki.Vehtari@hut.fi>
5546
5547         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
5548         tag with sexp and add value tag with value `t'.
5549
5550 1998-01-03  SL Baur  <steve@altair.xemacs.org>
5551
5552         * package-get.el: Changes to work with real data.
5553         From Pete Ware <ware@cis.ohio-state.edu>
5554
5555         * packages.el (packages-reload-autoloads): Guard load for the time
5556         being.
5557
5558         * update-elc.el ("packages.el"): Force loading packages.el instead
5559         of possibly out-of-date packges.elc.
5560         * make-docfile.el ("packages.el"): Ditto.
5561
5562 1998-01-02  Colin Rafferty  <colin@xemacs.org>
5563
5564         * build-report.el (build-report-delete-regexp): Added a rule for
5565         the main tarball shadowing anything past it.
5566
5567 1998-01-02  SL Baur  <steve@altair.xemacs.org>
5568
5569         * packages.el (package-provide): Delete a previous provide.
5570
5571         * package-info.el: New file.
5572
5573         * package-get.el: New file.
5574         From Pete Ware <ware@cis.ohio-state.edu>
5575         (package-get): Fix md5 computation to work with Mule.
5576
5577 1997-12-11  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
5578
5579         * simple.el (log-message-*): Quote symbols in docstrings properly.
5580
5581 1998-01-01  SL Baur  <steve@altair.xemacs.org>
5582
5583         * packages.el (packages-new-autoloads): Ignore symbolic links.
5584
5585         * cus-face.el (face-custom-attributes-get): Fix typo.
5586         From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
5587
5588 1997-12-31  SL Baur  <steve@altair.xemacs.org>
5589
5590         * startup.el (load-init-file): Reload new or changed autoloads
5591         unless inhibited.  Reload modified dumped lisp (stubbed).
5592
5593         * packages.el (packages-new-autoloads): New function.
5594         (packages-reload-autoloads): New function.
5595         (packages-reload-dumped-lisp): New (stub) function.
5596
5597         * loadup.el: Inhibit reloading dumped files when running temacs.
5598
5599         * loadhist.el (file-provides): Extend to handle variant
5600         extensions.
5601
5602         * replace.el (query-replace): Fix typo.
5603
5604 1997-12-30  SL Baur  <steve@altair.xemacs.org>
5605
5606         * make-docfile.el: list-autoloads-path has been renamed.
5607         * update-elc.el: list-autoloads has been renamed.
5608
5609         * packages.el (packages-list-autoloads): Renamed.
5610         (packages-list-autoloads-path): Ditto.
5611
5612 1997-12-29  Colin Rafferty  <colin@xemacs.org>
5613
5614         * packages.el (packages-find-packages-1): Made it signal a warning
5615         for an error in an auto-autoload.el file.
5616
5617 1997-12-30  SL Baur  <steve@altair.xemacs.org>
5618
5619         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
5620         tag with const.
5621         From Aki Vehtari <Aki.Vehtari@hut.fi>
5622
5623         * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
5624
5625         * loadhist.el (unload-feature): Remove autoload.
5626
5627 1997-12-28  SL Baur  <steve@altair.xemacs.org>
5628
5629         * loadhist.el: Unpackaged.
5630
5631         * help.el (describe-symbol-find-file): Rename
5632         `describe-function-find-file' and make old name obsolete.
5633         (describe-function-1): Use it.
5634         (describe-function-1): Guard reference to
5635         `compiled-function-annotation'.
5636
5637 1997-12-27  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
5638
5639         * help.el (help-mode-bury): Now a call to `help-mode-quit' with
5640         argument.
5641         (help-mode-quit): New optional arg to control whether it kills or
5642         buries.  Tidied up.
5643         (with-displaying-help-buffer): Don't kill buffer initially, even
5644         if it exists: it is erased by `with-output-to-temp-buffer' anyway.
5645         (help-pretty-print-value): Rename back from
5646         `help-maybe-pretty-print-value'!  If `pp-internal' is available
5647         use it, otherwise use dumped `cl-prettyprint'.
5648         (describe-variable): Use `help-pretty-print-value' again.
5649         (find-func): Removed reference to "find-func" at end.
5650
5651 1997-12-26  Kirill M. Katsnelson  <kkm@kis.ru>
5652
5653         * dumped-lisp.el: x-menubar.el dumped along with mswindows native
5654           GUI XEmacs. Rename? x-menubar is rather window system
5655           independant, except for a couple of items.
5656
5657 1997-12-26  SL Baur  <steve@altair.xemacs.org>
5658
5659         * x-menubar.el (default-menubar): Remove hyperbole and oobr
5660         entries as they will no longer be distributed with XEmacs.
5661
5662         * format.el (format-alist): Fix image/tiff regexps.
5663         From P. E. Jareth Hein <jareth@camelot-soft.com>
5664
5665         * help.el (help-maybe-pretty-print-value): Rename.
5666         (describe-variable): Use it.
5667         (describe-variable): Add trailing linefeed.
5668
5669 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
5670
5671         * help.el (describe-function-1): Don't output anything for
5672           arglist of autoload functions.
5673
5674 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
5675
5676         * help.el (describe-function-1): Don't output anything for
5677           arglist of autoload functions.
5678
5679 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
5680
5681         * help.el (help-mode-map): New bindings for `help-mode-bury',
5682         `describe-function-at-point', `describe-variable-at-point',
5683         `Info-elisp-ref', `customize-variable', `help-next-section' and
5684         `help-prev-section'.
5685         (help-next-section): New function.
5686         (help-prev-section): New function.
5687         (help-mode-quit): Changed to kill the help buffer.
5688         (help-mode-bury): Formerly `help-mode-quit'.  Bury buffer
5689         correctly.
5690         (help-buffer-name): New function to generate the name of help
5691         buffers.
5692         (with-displaying-help-buffer): Is now a macro.  Takes an new first
5693         argument giving the name of the help buffer.
5694         (describe-key): Use `with-displaying-help-buffer' with name.
5695         (describe-mode): Ditto.
5696         (describe-bindings): Ditto.
5697         (describe-prefix-bindings): Ditto.
5698         (view-lossage): Ditto.
5699         (with-syntax-table): New macro.
5700         (function-called-at-point): Use `ignore-errors' and
5701         `with-syntax-table'.
5702         (function-at-point): Ditto.
5703         (describe-function): Use `with-displaying-help-buffer' with name.
5704         (function-arglist): Extracted from `describe-function-1'.  Returns
5705         function's arglist as string.
5706         (function-documentation): Extracted from `describe-function-1'.
5707         Returns function's docstring.
5708         (describe-function-1): Remove all the "stream" garbage, including
5709         the stream argument.  Use `function-arglist' and
5710         `function-documentation'.
5711         (describe-function-arglist): Just use `function-arglist'.
5712         (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
5713         (help-pretty-print-value): New function to help with
5714         pretty-printing variable values.  Knows about `#<...>'.  Needs
5715         `pp-internal'.
5716         (describe-variable): Use `with-displaying-help-buffer' with name.
5717         Formatting improved.  Display file where variable is defined, if
5718         known.  Use `help-pretty-print-value'.
5719         (describe-syntax): Use `with-displaying-help-buffer' with name.
5720         (list-processes): Remove "stream" garbage.
5721
5722 1997-12-25  SL Baur  <steve@altair.xemacs.org>
5723
5724         * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
5725         call a dumped routine instead.
5726
5727         * x-win-xfree86.el: Wrap file in defun.
5728         * x-win-sun.el: Ditto.
5729
5730 1997-12-23  SL Baur  <steve@altair.xemacs.org>
5731
5732         * help.el (view-emacs-news): Remove usage of outl-mouse which
5733         advises functions and does other evil things.
5734
5735 1997-12-22  SL Baur  <steve@altair.xemacs.org>
5736
5737         * format.el (format-alist): Add `image/tiff'.
5738         From P. E. Jareth Hein <jareth@camelot-soft.com>
5739
5740 1997-12-21  SL Baur  <steve@altair.xemacs.org>
5741
5742         * about.el (about-hackers): More names added.
5743
5744         * make-docfile.el: Remove superfluous package path search.
5745
5746         * loaddefs.el: Commentary changes.  Removal of VM autoloads.
5747
5748 1997-12-20  SL Baur  <steve@altair.xemacs.org>
5749
5750         * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
5751         ignored shadows.
5752
5753 1997-12-18  SL Baur  <steve@altair.xemacs.org>
5754
5755         * startup.el (set-default-load-path): Make sure lisp and site-lisp
5756         get trailing slashes when added to the load-path.
5757
5758         * x-init.el (init-x-win): Locate where XEmacs X localization files
5759         are.
5760
5761 1997-12-18  Kyle Jones  <kyle_jones@wonderworks.com>
5762
5763         * x-faces.el: Added support for foregroundToolBarColor
5764           to xpm-color-symbols.
5765
5766 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
5767
5768         * etags.el (tags-remove-duplicates): Removed.
5769         (buffer-tag-table-list): Use `delete-duplicates'.
5770
5771         * cl-extra.el (coerce): Coerce to bit-vector and weak-list
5772         correctly.
5773         (get*): Defalias to `get'.
5774
5775         * cl.el (eql): Compare integers with `eq'.
5776         (cl-map-extents): Check for `map-extents' first.
5777
5778 1997-12-17  Didier Verna  <verna@inf.enst.fr>
5779
5780         * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
5781         added the 'numero', 'copyright' and 'trademark' symbols.
5782
5783         * leim/quail/latin-post.el ("french-postfix"): see above.
5784
5785 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
5786
5787         * widget.el (define-widget): Check the arguments.
5788
5789         * cus-edit.el (customize-face): Use `check-argument-type'.
5790         (custom-variable-value-create): Use `signal' to signal error.
5791         (custom-variable-reset-saved): Ditto.
5792         (custom-variable-reset-standard): Ditto.
5793         (custom-face-reset-saved): Ditto.
5794
5795         * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
5796         (widget-default-format-handler): Ditto.
5797         (widget-checklist-add-item): Ditto.
5798         (widget-radio-add-item): Ditto.
5799         (widget-editable-list-entry-create): Ditto.
5800         (widget-sexp-prompt-value): Ditto.
5801
5802         * custom.el (custom-declare-variable): Signal errors better.
5803         (custom-handle-keyword): Ditto.
5804         (custom-declare-group): Ditto.
5805
5806         * window-xemacs.el (windows): Ditto.
5807
5808         * menubar.el (menu): Ditto.
5809
5810         * keydefs.el (keyboard): Ditto.
5811
5812         * minibuf.el (minibuffer): Ditto.
5813
5814         * process.el (execute): Ditto.
5815
5816         * fill.el (fill): Ditto.
5817
5818         * modeline.el (modeline): Ditto.
5819
5820         * help.el (help): Ditto.
5821
5822         * faces.el (faces): Ditto.
5823
5824         * files.el (files): Ditto.
5825
5826         * x-init.el (x): Ditto.
5827
5828         * lisp-mode.el (lisp): Ditto.
5829
5830         * process.el (processes): Ditto.
5831
5832         * mouse.el (mouse): Ditto.
5833
5834         * abbrev.el (abbrev): Moved from cus-edit.
5835
5836         * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
5837         as variable declaration.
5838
5839 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
5840
5841         * menubar.el (find-menu-item): Use `check-argument-type'.
5842         (find-menu-item): Cosmetic changes.
5843
5844 1997-12-18  SL Baur  <steve@altair.xemacs.org>
5845
5846         * x-menubar.el (default-menubar): Guard usage of lpr-switches.
5847
5848 1997-12-17  SL Baur  <steve@altair.xemacs.org>
5849
5850         * startup.el (set-default-load-path): Only search package-path
5851         when not running temacs.
5852
5853         * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
5854         files.
5855
5856         * loadup.el: Correct commentary.  Reformatting.
5857         (really-early-error-handler): Use absolute path to the
5858         first dumped-lisp.el file.
5859         (really-early-error-handler): Print full path name of
5860         each dumped lisp file (inherited from InfoDock).
5861
5862         * shadow.el (find-emacs-lisp-shadows): Ignore multiple
5863         dumped-lisp.el files.
5864
5865         * make-docfile.el (preloaded-file-list): Reorder when the
5866         package-path is searched.
5867         * update-elc.el: Ditto.
5868
5869         * lisp-mode.el (call-with-condition-handler): Treat the same as
5870         `condition-case' for indentation.
5871
5872         * about.el (about-xemacs): Update release date.
5873
5874 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
5875
5876         * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
5877         anywhere but at the last clause.
5878         (ecase): Disallow `t' and `otherwise'.
5879
5880 1997-12-16  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
5881
5882         * cus-edit.el (custom-buffer-create-buttons): New function
5883         from stuff moved out of `custom-buffer-create-internal'.
5884         (custom-novice): New variable.  Default t.
5885         (custom-display-global-buttons): Ditto.  Default `top'.
5886         (custom-buffer-create-internal): Only display help if
5887         `custom-novice' is non-nil.  Display global buttons according to
5888         `custom-display-global-buttons'.
5889
5890 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
5891
5892         * menubar.el (find-menu-item): Use `check-argument-type'.
5893         (find-menu-item): Cosmetic changes.
5894
5895 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
5896
5897         * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
5898         look.
5899
5900 1997-12-16  Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
5901
5902         * format.el (format-deannotate-region):  Bug fix.
5903         Deannotating a region containing unknown tags would fail
5904         (causing decoding of text/enriched to fail at user level)
5905
5906 1997-12-16  Kyle Jones  <kyle_jones@wonderworks.com>
5907
5908         * minibuf.el (read-directory-name): Support sixth
5909           arg, HISTORY, as already documented.
5910
5911 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
5912
5913         * etags.el (get-tag-table-buffer): Use explicit lists as arguments
5914         to `ecase'.
5915
5916 1997-12-14  SL Baur  <steve@altair.xemacs.org>
5917
5918         * skk/skk-leim.el (skk-auto-fill-activate): Synch with
5919         skk-activate.
5920
5921 1997-12-13  SL Baur  <steve@altair.xemacs.org>
5922
5923         * dumped-lisp.el (preloaded-file-list): Remove debugging statement.