XEmacs 21.2.44 "Thalia".
[chise/xemacs-chise.git.1] / lisp / ChangeLog
1 2001-02-08  Martin Buchholz <martin@xemacs.org>
2
3         * XEmacs 21.2.44 "Thalia" is released.
4
5 2001-01-16  Mike Sperber <mike@xemacs.org>
6
7         * startup.el (normal-top-level): Work even if no installation root
8         is found.
9
10 2001-01-30  Andy Piper  <andy@xemacs.org>
11
12         * gutter-items.el (progress-abort-glyph): remove instantiator.
13         (set-progress-abort-instantiator): new function.
14         (abort-progress-feedback): use it.
15
16         * gutter.el (set-gutter-dirty-p): new function.
17
18 2001-01-30  Didier Verna  <didier@xemacs.org>
19
20         * mwheel.el (mwheel-scroll): unwind-protect the selected window.
21
22 2001-01-24  Didier Verna  <didier@xemacs.org>
23
24         * sound.el (sound-extension-list): give a better default value.
25         * sound.el (load-sound-file): improve the doc string, also find
26         files given by absolute names, pass a real extension list to
27         `locate-file'.
28
29 2001-01-26  Martin Buchholz <martin@xemacs.org>
30
31         * XEmacs 21.2.43 "Terspichore" is released.
32
33 2001-01-20  Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
34
35         * gnuserv.el (gnuserv-process-filter): Robuster handling of error
36         messages from gnuserv.
37
38 2001-01-20  Martin Buchholz <martin@xemacs.org>
39
40         * XEmacs 21.2.42 "Poseidon" is released.
41
42 2001-01-12  Andy Piper  <andy@xemacs.org>
43
44         * package-get.el (package-get-custom): call
45         package-net-update-installed-db.
46
47         * package-ui.el (pui-install-selected-packages): call
48         package-net-update-installed-db.
49
50         * package-net.el (package-net-update-installed-db): use
51         packages-package-list so that we reflect reality.
52
53         * packages.el (packages-package-list): Make docstring reflect
54         reality.
55
56         * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
57
58         * postinstall.cc (do_postinstall): don't pick up shells if cygwin
59         isn't installed.
60
61 2001-01-17  Andy Piper  <andy@xemacs.org>
62
63         * wid-edit.el (widget-activation-glyph-mapper): activate or
64         deactivate native widgets.
65         (widget-glyph-insert-glyph): record instantiator.
66         (widget-push-button-value-create): use it.
67
68         * gui.el (gui-button-action): new function. Make button's domain
69         buffer current when calling.
70         (make-gui-button): update to use gui-button-action.
71
72 2001-01-16  Didier Verna  <didier@xemacs.org>
73
74         * menubar-items.el (default-menubar): add an entry for modeline
75         horizontal scrolling in Options -> Display.
76
77 2001-01-17  Steve Youngs  <youngs@xemacs.org>
78
79         * package-get.el (package-get-require-signed-base): Set to nil
80         by default.
81
82 2001-01-17  Martin Buchholz <martin@xemacs.org>
83
84         * XEmacs 21.2.41 "Polyhymnia" is released.
85
86 2001-01-16  Mike Sperber <mike@xemacs.org>
87
88         * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
89         catch lisp/mule/.
90
91 2001-01-14  Mike Sperber <mike@xemacs.org>
92
93         * startup.el (maybe-create-compatibility-dot-emacs):
94         (maybe-unmigrate-user-init-file):
95         (unmigrate-user-init-file): Created.
96         (maybe-migrate-user-init-file): Offer creation of compatibility
97         .emacs.
98         Some doc fixes wrt init file location.
99
100 2001-01-15  Golubev I. N.  <gin@mo.msk.ru>
101
102         * faces.el (face-frob-from-locale-first): new variable.
103         (frob-face-font-2): Honor tags arg while trying to use
104         standard-face-mapping.  When face-frob-from-locale-first is set,
105         first try to set face inheriting from frobbed-face.
106
107 2001-01-15  Didier Verna  <didier@xemacs.org>
108
109         * about.el (xemacs-hackers): update my entry.
110         * about.el (about-url-alist): ditto.
111         * about.el (about-maintainer-info): ditto.
112         * about.el (about-hackers): ditto.
113
114 2001-01-15  Martin Buchholz  <martin@xemacs.org>
115
116         The byte compiler has been badly broken for a year,
117         by the patch of 1999-12-06.
118         * byte-optimize.el (byte-optimize-form-code-walker):
119         Bug was: the byte compiler was making this erroneous optimization:
120         (progn (or (foo)) (bar)) ==> (bar)
121
122 2000-11-20  Mike Sperber <mike@xemacs.org>
123
124         * setup-paths.el (paths-core-load-path-depth): Split
125         `paths-load-path-depth' in two for site and core lisp.  Don't
126         recurse into core.
127         * setup-paths.el (paths-construct-load-path): Use.
128
129 2001-01-10  Andy Piper  <andy@xemacs.org>
130
131         * package-net.el (package-net-cygwin32-binary-size): new variable
132         (package-net-win32-binary-size): ditto.  add much needed
133         commentary.
134
135         * gutter-items.el (buffers-tab-items): correct off-by-one error
136         for buffers-tab-max-size.
137
138 2001-01-08  Martin Buchholz <martin@xemacs.org>
139
140         * XEmacs 21.2.40 is released.
141
142 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
143
144         * mule/hebrew.el: Fix comments and typos.
145         mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
146
147 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
148
149         * ChangeLog.1: move ancient log from fill.el.
150
151         * dump-paths.el:
152         paragraphs.el:
153         mule/mule-category.el:
154         Miscellaneous typo fixes and slight doc clarifications.
155
156         * mule/mule-ccl.el:  Correct file name in header.
157
158 2000-12-31  Martin Buchholz <martin@xemacs.org>
159
160         * XEmacs 21.2.39 is released.
161
162 2000-12-27  Martin Buchholz  <martin@xemacs.org>
163
164         * byte-optimize.el (byte-optimize-cond):
165         (byte-optimize-cond-1): New.
166         Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
167         Optimizes (cond (x nil)) ==> nil.
168         Provide better diagnostic on malformed expr like (cond foo).
169
170 2000-12-20  Stephen J. Turnbull  <stephen@xemacs.org>
171
172         * mule/mule-coding.el:
173         mule/mule-cmds.el (reset-language-environment,
174         set-language-environment-coding-systems):
175         Safer default coding-priority-list, corresponding to src/file-coding.h.
176
177 2000-12-03  Jorma Laaksonen <jorma.laaksonen@hut.fi>
178
179         * package-admin.el: Allow package removal from
180         early-package-load-path.
181
182 2000-12-15  Andreas Jaeger  <aj@suse.de>
183
184         * about.el (about-maintainer-info): Update my entry.
185
186 2000-12-11  Matt Tucker  <tuck@whistlingfish.net>
187
188         * packages.el (locate-library): Add support for bzip2
189         compressed .el files.
190
191 2000-12-12  Andy Piper  <andy@xemacs.org>
192
193         * package-net.el: new file.
194
195 2000-12-01  Enrico Scholz  <enrico.scholz@informatik.tu-chemnitz.de>
196
197         * font-lock.el: Add missing C++ keywords.
198
199 2000-12-08  Adrian Aichner  <adrian@xemacs.org>
200
201         * simple.el (indent-for-comment): Preserve indentation of comments
202         starting in column 0, as documented in (Info-goto-node
203         "(xemacs)Comments").  Update docstring accordingly.
204
205 2000-12-05  Martin Buchholz <martin@xemacs.org>
206
207         * XEmacs 21.2.38 is released.
208
209 2000-12-04  Didier Verna  <didier@xemacs.org>
210
211         * mouse.el (default-mouse-track-set-point-in-window): remove
212         spurious '+' operation detected by Martin.
213
214
215 2000-12-01  Martin Buchholz  <martin@xemacs.org>
216
217         * cl-extra.el (coerce):
218         Implement char to integer coercion.
219         Remove extraneous (numberp) test.
220
221         * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
222         Perform lapcode inlining if the value of `byte-optimize' is 'byte.
223         (byte-optimize-predicate):
224         Warn if evaluating constant expression signals an error.
225         (byte-optimize-form): Small simplification.
226
227         * cl-macs.el (cl-do-proclaim): small efficiency improvement.
228
229 2000-11-30  Martin Buchholz  <martin@xemacs.org>
230
231         * byte-optimize.el:
232         (byte-optimize-minus):
233         (byte-optimize-plus):
234         (byte-optimize-mult):
235         (byte-optimize-quo):
236         Use (car (last x)) instead of (last x) to get last elt!
237         Use `byte-optimize-predicate' to optimize `%'.
238         Move optimizations for special numeric args to bytecomp.el.
239         * bytecomp.el (byte-compile-associative): Remove.
240         (byte-compile-max): New.
241         (byte-compile-min): New.
242         Properly handle erroneous calls: (max) (min).
243         (byte-compile-plus): New.
244         (byte-compile-minus):
245         It's easiest to handle 0, +1 and -1 args here.
246         (byte-compile-mult): New.
247         It's easiest to handle 1, -1 and 2 args here.
248         (byte-compile-quo):
249         It's easiest to handle 0, +1 and -1 args here.
250         Issue byte-compiler warning when dividing by zero.
251
252         Byte-compiler arithmetic improvements.
253         Better optimize these expressions in the obvious way:
254         (+ x y 1)   -->  varref x varref y add add1
255         (+ x y -1)  -->  varref x varref y add sub1
256         (- x y 0)   -->  (- x y)
257         (- 0 x y)   -->  (- (- x) y)
258         (% 42 19)   --> compile-time constant
259         (/ 42 19)   --> compile-time constant
260         (* (foo) 2) --> foo call dup plus
261
262         Optimize away arithmetic operations (+ x) (* x) (/ x 1)
263         unless (declaim (optimize (safety 3)))
264         or (setq byte-compile-delete-errors nil).
265
266 2000-11-28  Stephen J. Turnbull  <stephen@xemacs.org>
267
268         * paragraphs.el (paragraph-separate, forward-sentence):  Clarify
269         docstrings.
270
271 2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
272
273         * startup.el (command-line-do-help):  Add documentation of
274         portable dumper switches.
275
276 2000-11-22  Andy Piper  <andy@xemacs.org>
277
278         * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
279
280         * glyphs.el (init-glyphs): don't use autodetect for strings.
281
282 2000-11-28  Martin Buchholz  <martin@xemacs.org>
283
284         * byte-optimize.el (byte-optimize-char-before):
285         (byte-optimize-backward-char):
286         (byte-optimize-backward-word):
287         Fix incorrect optimizations for these sorts of expressions:
288         (let ((x nil)) (backward-char x))
289
290 2000-11-21  Martin Buchholz  <martin@xemacs.org>
291
292         * byte-optimize.el:
293         * byte-optimize.el (byte-optimize-backward-char): New.
294         * byte-optimize.el (byte-optimize-backward-word): New.
295         Make backward-word and backward-char as efficient as forward versions.
296
297         * bytecomp.el (byte-compile-no-args-with-one-extra):
298         * bytecomp.el (byte-compile-one-arg-with-one-extra):
299         * bytecomp.el (byte-compile-two-args-with-one-extra):
300         * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
301         * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
302         * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
303         Check if extra arg is constant nil, and if so, use byte-coded call.
304
305         * simple.el (backward-word):
306         * simple.el (mark-word):
307         * simple.el (kill-word):
308         * simple.el (backward-kill-word):
309         Make COUNT argument optional, for consistency with forward-char et al.
310
311         * abbrev.el (abbrev-string-to-be-defined):
312         * abbrev.el (inverse-abbrev-string-to-be-defined):
313         * abbrev.el (inverse-add-abbrev):
314         * abbrev.el (expand-region-abbrevs):
315         * buff-menu.el (Buffer-menu-execute):
316         * indent.el (move-to-left-margin):
317         * indent.el (indent-relative):
318         * indent.el (move-to-tab-stop):
319         * info.el (Info-reannotate-node):
320         * lisp-mode.el (lisp-indent-line):
321         * lisp.el (end-of-defun):
322         * lisp.el (move-past-close-and-reindent):
323         * misc.el (copy-from-above-command):
324         * mouse.el (default-mouse-track-scroll-and-set-point):
325         * page.el (forward-page):
326         * paragraphs.el (forward-paragraph):
327         * paragraphs.el (end-of-paragraph-text):
328         * picture.el (picture-forward-column):
329         * picture.el (picture-self-insert):
330         * rect.el (extract-rectangle-line):
331         * simple.el (newline):
332         * simple.el (fixup-whitespace):
333         * simple.el (backward-delete-char-untabify):
334         * simple.el (transpose-chars):
335         * simple.el (transpose-preceding-chars):
336         * simple.el (do-auto-fill):
337         * simple.el (indent-new-comment-line):
338         * simple.el (blink-matching-open):
339         * view-less.el (cleanup-backspaces):
340         * wid-edit.el (widget-transpose-chars):
341         * term/bg-mouse.el (bg-insert-moused-sexp):
342         Use more readable (backward-FOO n) instead of (forward-FOO -n).
343
344         * info.el (Info-fontify-node):
345         * simple.el (backward-delete-function):
346         Use canonical delete-backward-char instead of backward-delete-char.
347
348 2000-11-20  Andy Piper  <andy@xemacs.org>
349
350         * gutter-items.el (update-tab-in-gutter): don't barf if there are
351         no buffers.
352
353 2000-11-20  Andy Piper  <andy@xemacs.org>
354
355         * gutter-items.el (update-tab-in-gutter): don't give popup frames
356         buffer tabs.
357
358 2000-11-18  Martin Buchholz  <martin@xemacs.org>
359
360         * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
361         (proclaim inline...) was shadowing compiler-macros.
362
363 2000-11-17  Martin Buchholz  <martin@xemacs.org>
364
365         * bytecomp.el (byte-compile-eval): New.
366         (byte-compile-initial-macro-environment): Use byte-compile-eval.
367         Keeps this promise made in Lispref:
368         "If a file being compiled contains a `defmacro' form, the macro is
369         defined temporarily for the rest of the compilation of that file."
370
371 2000-11-09  Martin Buchholz  <martin@xemacs.org>
372
373         * cl.el (floatp-safe):
374         (plusp):
375         (minusp):
376         (oddp):
377         (evenp):
378         (cl-abs):
379         Use a better parameter name than `x'.
380
381         * cl-macs.el (check-type): Make continuable.  Change documentation
382         to require PLACE, but accept any form for compatibility.
383
384         * abbrev.el (define-abbrev): Use check-type.
385         * font-menu.el (font-menu-change-face): Use check-type.
386         * menubar.el (relabel-menu-item): Use check-type.
387         * itimer.el: Fix typo.
388
389 2000-11-10  Yoshiki Hayashi  <yoshiki@xemacs.org>
390
391         * info.el (Info-extract-menu-node-name): Comma is a delimiter.
392
393 2000-11-14  Martin Buchholz <martin@xemacs.org>
394
395         * XEmacs 21.2.37 is released.
396
397 2000-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * code-cmds.el: Provide the feature.
400
401 2000-07-21  Jan Vroonhof  <jan@xemacs.org>
402
403         * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
404
405         * code-cmds.el: New file
406         * mule/mule-cmds.el:
407         * mule/mule-misc.el
408         (coding-keymap): New keymap. Define coding system keyboard
409         commands on file-coding builds too.
410         (coding-system-change-eol-conversion):
411         (universal-coding-system-argument):
412         (set-default-coding-systems):
413         (prefer-coding-system): Moved from mule-cmds.el
414         (set-buffer-process-coding-system): Moved from mule-misc.el
415
416 2000-09-15  Stephen Carney <carney@scubadoo.com>
417
418         * etags.el (buffer-tag-table-files): Use append instead of nconc.
419
420 2000-11-09  Steve Youngs  <youngs@xemacs.org>
421
422         * package-get.el (package-get-download-sites): Add a pre-release
423         site for experimental packages.
424
425         * auto-autoloads.el: Regenerated.
426
427 2000-08-01  Andy Piper  <andy@xemacs.org>
428
429         * gutter-items.el (buffers-tab-omit-function): reference
430         buffers-tab-select-visible-buffers.
431         (buffers-tab-filter-functions): new variable, by default uses
432         buffers-tab-selection-function and buffers-tab-omit-function.
433         (select-buffers-tab-buffers-by-mode): invert arguments.
434         (buffers-tab-select-visible-buffers): new function. Invert calling
435         of buffers-menu-omit-invisible-buffers.
436         (buffers-tab-items): rewrite to use
437         buffers-tab-filter-functions. Rewrite docstring.
438         (gutter-buffers-tab-extent): delete.
439         (add-tab-to-gutter): always build a new extent when adding the
440         tabs.
441         (update-tab-in-gutter): make gutter dirty when orientation
442         changes.
443
444 2000-11-07  Martin Buchholz  <martin@xemacs.org>
445
446         * bytecomp.el (byte-compile-defvar-or-defconst):
447         Only do loadhist recording if defvar form includes a value.
448
449 2000-11-02  Martin Buchholz  <martin@xemacs.org>
450
451         * bytecomp.el (byte-compile-initial-macro-environment):
452         `eval-when-compile' should not compile its body.
453
454 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
455
456         * mule/cyrillic.el: Add Windows 1251 code page encoding (by
457         Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>).  Fix
458         some Japanese English.  Remove some ancient FSF comments, and
459         improve docstrings.  Use symbols not vectors for tables.
460
461 2000-11-03  Martin Buchholz  <martin@xemacs.org>
462
463         * keymap.el:
464         (local-key-binding):
465         (global-key-binding):
466         Add an optional `accept-defaults' parameter, just like `lookup-key'.
467
468         * lisp.el:
469         (backward-sexp): Slightly simpler code.
470         (mark-sexp): Make arg optional, like FSF Emacs.
471         (forward-list): Slightly simpler code.
472         (backward-list): Slightly simpler code.
473         (down-list):  Make arg optional, like FSF Emacs.
474         (up-list):  Make arg optional, like FSF Emacs.
475         (backward-up-list):  Make arg optional, like FSF Emacs.
476         (kill-sexp):  Make arg optional, like FSF Emacs.
477         (backward-kill-sexp):  Make arg optional, like FSF Emacs.
478
479         * font-menu.el (font-menu-change-face):
480         Take continuable errors into account.
481
482         * abbrev.el:
483         * abbrev.el (clear-abbrev-table):
484         * abbrev.el (define-abbrev-table):
485         * abbrev.el (define-abbrev):
486         * abbrev.el (insert-abbrev-table-description):
487         * apropos.el (apropos-documentation-check-doc-file):
488         * apropos.el (apropos-documentation-check-elc-file):
489         * buff-menu.el (list-buffers):
490         * buff-menu.el (list-buffers-noselect):
491         * bytecomp.el (byte-recompile-directory):
492         * bytecomp.el (batch-byte-compile):
493         * cl-macs.el (typep):
494         * code-files.el (find-coding-system-magic-cookie):
495         * code-files.el (insert-file-contents):
496         * cus-edit.el (customize-set-variable):
497         * cus-edit.el (customize-save-variable):
498         * cus-face.el (custom-set-face-font-size):
499         * cus-face.el (custom-set-face-update-spec):
500         * cus-face.el (custom-reset-faces):
501         * custom.el (custom-check-theme):
502         * custom.el (copy-upto-last):
503         * fill.el (canonically-space-region):
504         * fill.el (fill-paragraph):
505         * fill.el (fill-region):
506         * fill.el (find-space-insertable-point):
507         * fill.el (justify-current-line):
508         * faces.el (face-spec-update-all-matching):
509         * faces.el (set-face-stipple):
510         * files-nomule.el (insert-file-contents):
511         * files.el (insert-file-contents-literally):
512         * files.el (hack-local-variables-last-page):
513         * files.el (basic-save-buffer):
514         * files.el (insert-directory):
515         * font-menu.el (font-menu-change-face):
516         * font.el (font-spatial-to-canonical):
517         * format.el (format-encode-region):
518         * format.el (format-insert-file):
519         * format.el (format-replace-strings):
520         * gutter.el (set-gutter-element):
521         * help.el (key-or-menu-binding):
522         * help.el (describe-bindings):
523         * help.el (with-syntax-table):
524         * indent.el (indent-rigidly):
525         * indent.el (delete-to-left-margin):
526         * info.el:
527         * info.el (Info-extract-dir-entry-from):
528         * info.el (Info-build-dir-anew):
529         * info.el (Info-rebuild-dir):
530         * info.el (Info-batch-rebuild-dir):
531         * info.el (Info-read-subfile):
532         * info.el (Info-build-node-completions):
533         * info.el (Info-extract-menu-node-name):
534         * isearch-mode.el (isearch-range-invisible):
535         * isearch-mode.el (isearch-restore-invisible-extents):
536         * itimer.el (itimerp):
537         * itimer.el (itimer-live-p):
538         * keymap.el:
539         * keymap.el (substitute-key-definition):
540         * keymap.el (read-command-or-command-sexp):
541         * keymap.el (local-key-binding):
542         * keymap.el (global-key-binding):
543         * keymap.el (global-set-key):
544         * keymap.el (local-set-key):
545         * ldap.el:
546         * ldap.el (ldap-add-entries):
547         * ldap.el (ldap-delete-entries):
548         * lisp.el (backward-sexp):
549         * lisp.el (mark-sexp):
550         * lisp.el (forward-list):
551         * lisp.el (backward-list):
552         * lisp.el (down-list):
553         * lisp.el (backward-up-list):
554         * lisp.el (up-list):
555         * lisp.el (kill-sexp):
556         * lisp.el (backward-kill-sexp):
557         * menubar.el (add-menu-button):
558         * menubar.el (add-submenu):
559         * menubar.el (delete-menu-item):
560         * menubar.el (relabel-menu-item):
561         * mouse.el (narrow-window-to-region):
562         * obsolete.el (define-obsolete-variable-alias):
563         * obsolete.el (store-substring):
564         * package-admin.el:
565         * package-admin.el (package-admin-install-function):
566         * package-admin.el (package-admin-install-function-mswindows):
567         * package-admin.el (package-admin-default-install-function):
568         * package-get.el (package-get-update-base-entries):
569         * packages.el (packages-load-package-dumped-lisps):
570         * packages.el (packages-collect-package-dumped-lisps):
571         * printer.el (generic-print-buffer):
572         * printer.el (generic-print-region):
573         * replace.el (occur-mode-mouse-goto):
574         * replace.el (perform-replace):
575         * select.el (get-selection-no-error):
576         * simple.el:
577         * simple.el (newline):
578         * simple.el (open-line):
579         * simple.el (edit-and-eval-command):
580         * simple.el (goto-line):
581         * simple.el (undo):
582         * simple.el (kill-region):
583         * simple.el (copy-region-as-kill):
584         * simple.el (kill-ring-save):
585         * simple.el (set-mark):
586         * simple.el (next-line):
587         * simple.el (previous-line):
588         * simple.el (line-move):
589         * simple.el (set-goal-column):
590         * simple.el (comment-region):
591         * subr.el:
592         * subr.el (putf):
593         * syntax.el (modify-syntax-entry):
594         * syntax.el (map-syntax-table):
595         * view-less.el (view-file):
596         * view-less.el (view-buffer):
597         * view-less.el (view-file-other-window):
598         * window-xemacs.el (backward-other-window):
599         * window.el:
600         * window.el (one-window-p):
601         * window.el (walk-windows):
602         * window.el (window-list):
603         * x-mouse.el (x-mouse-kill):
604         * x-select.el (x-get-cutbuffer):
605         * x-select.el (x-store-cutbuffer):
606         * term/bg-mouse.el (bg-mouse-line-to-center):
607         * term/sun-mouse.el (window-line-end):
608         * term/sun-mouse.el (sun-select-region):
609         * term/sun.el (kill-region-and-unmark):
610         * mule/mule-category.el:
611         * mule/mule-category.el (modify-category-entry):
612         * mule/mule-category.el (char-category-list):
613         * mule/mule-coding.el (coding-system-force-on-output):
614         * mule/mule-misc.el (coding-system-put):
615         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
616
617 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
618
619         * cus-face.el: Typo fixes and tiny clarifications.
620         * custom.el: ditto
621
622 2000-10-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
623
624         * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
625         * startup.el (normal-top-level): Setup auto-save-list-file-name
626         if auto-save-list-file-prefix is non-nil.
627
628 2000-10-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
629
630         * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
631
632 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
633
634         * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
635         get symbol at point-min.
636
637 2000-10-24  Didier Verna  <didier@xemacs.org>
638
639         * info.el (Info-emacs-info-file-name): defconst it.
640         * info.el (Info-footnote-tag): defcustom it.
641         * info.el (Info-no-description-string): ditto.
642         * info.el (Info-find-node): adapt to new semantics of
643         'Info-suffixed-file (don't do the case variants stuff).
644         * info.el (Info-insert-dir): rewrite the dir file variants code.
645         * info.el (Info-directory-files): New. Return the list of info
646         files in a directory.
647         * info.el (Info-dir-outdated-p): use it.
648         * info.el (Info-parse-dir-entries): ditto.
649         * info.el (Info-build-dir-anew): don't restrict to files ending
650         with a ".info.*" extension.
651         * info.el (Info-set-mode-line): ditto.
652         * info.el (Info-read-subfile): adapt to new semantics of
653         'Info-suffixed-file (append 'exact argument).
654         * info.el (Info-all-case-regexp): New. Return a regexp matching a
655         string independently of the case.
656         * info.el (Info-suffixed-file): use it (match all possible case
657         for the file name).
658         * info.el (Info-insert-file-contents): code cleanup.
659         * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
660         columns.
661         * info.el (Info-batch-rebuild-dir): ditto.
662         * info.el (Info-read-node-name-1): ditto.
663         * info.el (Info-search): ditto.
664         * info.el (Info-fontify-node): ditto.
665
666
667 2000-10-24  Didier Verna  <didier@xemacs.org>
668
669         * process.el (shell-command): when called from a program, avoid
670         'push-mark's "mark-set" message.
671
672 2000-10-15  MIYASHITA Hisashi  <himi@m17n.org>
673
674         * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
675         by a symbol, not by a vector.
676         * mule/vietnamese.el (vscii): Likewise.
677         (viscii): Likewise.
678         * mule/cyrillic.el (koi8-r): Likewise.
679
680         * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
681         by a symbol, not by a vector.
682         (chinese-big5-2): Likewise.
683         * mule/ethiopic.el (ethiopic): Likewise.
684         * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
685         (vietnamese-viscii-upper): Likewise.
686
687 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
688
689         * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
690
691 2000-10-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
692
693         * byte-optimize.el (byte-optimize-car): New function.
694         (byte-optimize-cdr): Ditto.
695
696 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
697
698         * byte-optimize.el: Partial synch with FSF 20.7.
699         Optimize constant concatenation.
700         Add keymapp as a side effect free function.  It is a built-in.
701         (byte-after-unbind-pos): Remove byte-equal.
702
703 2000-10-13  Gunnar Evermann  <ge204@eng.cam.ac.uk>
704
705         * update-elc-2.el: Quote regexps correctly.
706
707 2000-10-05  MIYASHITA Hisashi  <himi@m17n.org>
708
709         * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
710         (ccl-compile): Apply integerp, not integer-or-char-p to
711         check the type of the buffer magnification
712         (ccl-compile-write-string): Encode a string with binary
713         coding system.
714         (ccl-compile-write-repeat): Likewise.
715
716 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
717
718         * buff-menu.el:
719         * bytecomp.el:
720         * coding.el:
721         * faces.el:
722         * files.el:
723         * fill.el:
724         * float-sup.el:
725         * font-lock.el:
726         * help.el:
727         * iso8859-1.el:
728         * loaddefs.el:
729         * menubar-items.el:
730         * menubar.el:
731         * modeline.el:
732         * msw-font-menu.el:
733         * paragraphs.el:
734         * paths.el:
735         * replace.el:
736         * simple.el:
737         * sound.el:
738         * startup.el:
739         * version.el:
740         * x-faces.el:
741         * x-font-menu.el:
742         Remove purecopy.
743
744 2000-10-03  Daniel Pittman  <daniel@rimspace.net>
745
746         * simple.el (do-auto-fill): Use the function pointer to by
747         `comment-line-break-function', not `indent-new-comment-line'. This
748         fixes an issue with cc-mode comment continuation.
749
750 2000-10-11  Martin Buchholz  <martin@xemacs.org>
751
752         * simple.el (turn-on-auto-fill):  Add (interactive).
753         * mwheel.el (mwheel-install): Add (interactive).
754         * font-lock.el (turn-on-font-lock): Add (interactive).
755         (turn-off-font-lock): Add (interactive).
756
757 2000-10-03  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
758
759         * packages.el (packages-special-base-regexp): Add `man'.
760
761 2000-10-08  Adrian Aichner  <adrian@xemacs.org>
762
763         * wid-edit.el (widget-specify-active): map over extents in current
764         buffer like `widget-specify-inactive' does.  Mapping over the
765         inactive extent object does not work since the current extent is
766         ignored by `map-extents'.
767
768 2000-10-04  Martin Buchholz <martin@xemacs.org>
769
770         * XEmacs 21.2.36 is released.
771
772 2000-09-22  Martin Buchholz  <martin@xemacs.org>
773
774         * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
775         Optimize the compiled-function-constants vector by byte-code
776         reference counts.
777
778 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
779
780         * build-report.el (build-report-delete-regexp): quote value in
781         defcustom
782
783 2000-09-24  Adrian Aichner  <aichner@ecf.teradyne.com>
784
785         * build-report.el (build-report): Don't bind srcdir which we don't
786         use in `multiple-value-bind' to avoid the only byte-compiler
787         warning.
788
789 2000-09-23  Adrian Aichner  <aichner@ecf.teradyne.com>
790
791         * build-report.el: Requires cl and custom now.
792         build-report-version is determined by XEmacs version -- remove
793         build-report-version*.
794         * build-report.el (build-report-version): Removed.
795         * build-report.el (build-report-installation-version-regexp): New.
796         * build-report.el (build-report-version-file-regexp): New.
797         * build-report.el (build-report-installation-srcdir-regexp): New.
798         * build-report.el (build-report-destination): Offer
799         xemacs-build-reports and xemacs-beta.
800         * build-report.el (build-report-keep-regexp): Adjusted.
801         * build-report.el (build-report-delete-regexp): Adjusted.
802         * build-report.el (build-report-make-output-dir): New.
803         * build-report.el (build-report-installation-file): Replace use of
804         `concat' with `expand-file-name'.
805         * build-report.el (build-report-make-output-file): Removed.
806         * build-report.el (build-report-make-output-files): New.
807         * build-report.el (build-report-subject): Identify as
808         user-variable with "*...".
809         * build-report.el (build-report-prompts): Ditto.
810         * build-report.el (build-report-version-file): New.
811         * build-report.el (build-report-file-encoding): Identify as
812         user-variable with "*...".
813         * build-report.el (build-report-make-output-get): New.
814         * build-report.el (build-report-insert-header): Report
815         emacs-version and system-configuration instead of
816         build-report-version.
817         * build-report.el (build-report-insert-make-output): Add file
818         argument.
819         * build-report.el (build-report-insert-installation-file):
820         Re-indent.
821         * build-report.el (build-report-keep): Change docstring,
822         re-indent.
823         * build-report.el (build-report-delete): Ditto.
824         * build-report.el (build-report-installation-data): New.
825         * build-report.el (build-report-version-file-data): New.
826
827 2000-09-20  Martin Buchholz  <martin@xemacs.org>
828
829         * byte-optimize.el (byte-optimize-lapcode):
830         Fix the optimization of using the first 5 elements of the
831         constants vector for variables.
832         (byte-optimize-lapcode): Fix another ancient broken optimization.
833
834 2000-09-19  Martin Buchholz  <martin@xemacs.org>
835
836         * *: Spelling mega-patch
837
838 2000-09-19  Martin Buchholz  <martin@xemacs.org>
839
840         * easymenu.el: doc fixes.
841         (easy-menu-do-define): Use backquote.
842         (easy-menu-change):
843         (easy-menu-add):
844         `when' seems much clearer than `if' here.
845         (easy-menu-remove):
846         (easy-menu-add-item):
847         (easy-menu-item-present-p):
848         (easy-menu-remove-item):
849         Wrap using (when (featurep 'menubar) ...)
850
851 2000-09-16  Martin Buchholz  <martin@xemacs.org>
852
853         * bytecomp.el (displaying-byte-compile-warnings):
854         Revert Ben's change to this function below so that the compile log
855         is displayed properly for users of the "popper" package.
856
857 2000-09-12  Martin Buchholz  <martin@xemacs.org>
858
859         * window.el (save-selected-window): Use backquote.
860
861         * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
862         Renamed from `byte-compile-file-form-defvar'.
863         * bytecomp.el (byte-compile-defvar-or-defconst):
864         Only cons onto current-load-list in top-level forms.
865         Else this leaks a cons cell every time a defun is called.
866         Renamed from `byte-compile-defvar', for clarity.
867         Warn when docstring of defvar is not a string.
868         Use consistent error messages.
869         Better comments.
870
871 2000-09-11  Martin Buchholz  <martin@xemacs.org>
872
873         * simple.el (set-variable):
874         Remove unneeded defvar by rearranging order of let* forms.
875
876         * mule/mule-ccl.el (ccl-get-next-code):
877         * menubar-items.el (bookmark-menu-filter):
878         (language-environment-menu-filter):
879         (tutorials-menu-filter):
880         * toolbar-items.el (toolbar-compile):
881         * byte-optimize.el (disassemble-offset):
882         Use (declare (special ...)) instead of `defvar'.
883
884         * cl-macs.el (cl-do-proclaim):
885         Fix (declare (special ...)) warning suppression syntax.
886
887 2000-07-22  Golubev I. N. <gin@mo.msk.ru>
888
889         * info.el (Info-tag-table-marker):
890         (Info-tag-table-buffer):
891         (Info-find-file-node):
892         (Info-read-subfile):
893         (Info-build-node-completions):
894         (Info-search):
895         (Info-mode):
896         Multiple info buffer support.
897
898 2000-08-28  Oscar Figueiredo  <oscar@cpe.fr>
899
900         * ldap.el (ldap-decode-entry): New defun
901         (ldap-search-entries): Use it in order to decode DN-prefixed
902         entries properly
903
904 2000-08-23  Daniel Pittman <daniel@danann.net>
905
906         * mule/mule-cmds.el (coding-system-change-eol-conversion):
907         Use `eq', not `=', to compare symbols.
908
909 2000-07-30  Ben Wing  <ben@xemacs.org>
910
911         * bytecomp.el (byte-compile-report-error):
912         * bytecomp.el (displaying-byte-compile-warnings):
913         if stack-trace-on-error is set, send out a backtrace when
914         an error is encountered that stops byte compilation.  this
915         should make it much much easier to track down those curious
916         problems.  also undo the kludge of using a separate "*Show*"
917         buffer for display when there's a temp-buffer-show-function;
918         we can avoid this by just being a little smarter.
919
920         * dialog-items.el:
921         * dialog-items.el (search-dialog-regexp): New.
922         * dialog-items.el (search-dialog-callback):
923         * dialog-items.el (make-search-dialog):
924         add a regexp option to the dialog and clean up a bit.
925
926         * dialog.el:
927         * dialog.el (yes-or-no-p-dialog-box):
928         * dialog.el (get-dialog-box-response):
929         * dialog.el (make-dialog-box):
930         * dialog.el (dialog-box-finish): New.
931         * dialog.el (dialog-box-cancel): New.
932         * dialog.el (internal-make-dialog-box-exit): New.
933         implement [properly!] the :modal property of the new dialog box
934         interface.  this is the first time xemacs has ever had *proper*
935         modal dialog boxes, giving the standard window-system feedback.
936         (e.g. under windows, clicking on a disabled frame causes a beep
937         and makes the dialog box flash three times.)
938
939         * dragdrop.el: header keyword frobbing.
940
941         * dumped-lisp.el (preloaded-file-list):
942         renamed winnt.el to win32-native.el.
943
944         * faces.el (face-property):
945         * faces.el (set-face-property):
946         * faces.el (frob-face-property):
947         * faces.el (frob-face-font-2):
948         * faces.el (make-face-bold):
949         * faces.el (make-face-italic):
950         * faces.el (make-face-bold-italic):
951         * faces.el (make-face-unbold):
952         * faces.el (make-face-unitalic):
953         * faces.el (make-face-smaller):
954         * faces.el (make-face-larger):
955         clean up the implementation of these so that window-system-specific
956         methods are called only on objects belonging to that window system.
957         previously, you could have [e.g.] mswindows-make-face-bold called
958         on font object of device type `stream', which is not good and
959         explains the subtle errors Adrian was getting when byte-compiling
960         something that required 'term. (Adrian, now you can use stack-trace-
961         on-error to find the exact place where things are going wrong instead
962         of having to laboriously binary-search your way through.)
963
964         * finder.el (finder-known-keywords):
965         cleaned up -- properly sorted, clarified the meanings of many of
966         the keywords, and added a few -- mswin, gui, content, build, www,
967         user, services.  the last two try to distinguish between a package
968         that's used directly by the user, and a package that provides
969         support services to other packages.
970
971         * font-lock.el (lisp-font-lock-keywords-2):
972         update list of lisp control structures to include everything,
973         including new ones i introduced.
974
975         * gutter.el: header keyword frobbing.
976
977         * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
978         recent isearch element was not doing so!  you got the second-most-
979         recent instead.
980
981         * lisp-mode.el (construct-lisp-mode-menu):
982         more menubar cleanups.
983         * lisp-mode.el (with-selected-window):
984         make it indent properly.
985
986         * menubar-items.el (default-menubar): lots of menubar cleanups.
987         rearranged the options menu the most, e.g. splitting up the
988         Keyboard/Mouse menu into a new Editing menu and combining the
989         separate Scrollbar/Gutter/Toolbar submenus into Display.
990         Got rid of General, moved items to Editing or new Troubleshooting.
991         Moved Packages to Tools; doesn't seem to belong under Options.
992         Added stuff to the Cmds menu, e.g. Change Case.
993
994         NB please don't complain about these periodic menubar changes.
995         Anything like this is necessarily incremental in its construction
996         -- By constant use you gradually become more and more aware of
997         better and better ways to group menu items.  When we eventually
998         move the options menu to a property sheet, the existing structure
999         will probably be preserved fairly well.
1000
1001         * minibuf.el (next-history-element): fix problems with pressing
1002         down arrow in repeat-complex-command.
1003
1004         * modeline.el:
1005         * modeline.el (modeline-3d-p): New.
1006         added custom variable for controlling the 3d modeline.  the
1007         corresponding Options item has been present for a long time,
1008         but commented out with "fix me!" comments.  it's fixed now.
1009
1010         * obsolete.el (add-menu):
1011         remove bogus gettexts.
1012
1013         * process.el (shell-quote-argument):
1014         handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
1015         For bash under Windows native, see below.
1016
1017         * simple.el:
1018         * simple.el (display-warning-buffer):
1019         Fixed the handling of warning display to eliminate the annoying
1020         *Show* buffer, like was done for byte-compiler output above.
1021
1022         * simple.el (debug-print): New.
1023         Simple function for sending debug messages to the console and/or
1024         other debug places.
1025
1026         * subr.el (replace-in-string):
1027         Rewrite this function to avoid N^2 behavior with large strings --
1028         catastrophic with the new Windows selection code! (Apparently the
1029         author of this function didn't realize there was a fun
1030         replace-match that could make his life much easier, because we
1031         duplicated the entire logic.  The new version is smaller, easier
1032         to understand, much more robust, and has extended features --
1033         those of replace-match.)
1034
1035         * window.el:
1036         * window.el (with-selected-window): New.
1037         An obvious complement to the existing `with-selected-frame' and
1038         `with-current-buffer'.
1039
1040         * win32-native.el: Renamed from winnt.el.
1041         Added a great deal of stuff for properly handling process quoting,
1042         somewhat modeled on Kirill's original model (which i later threw
1043         away).  We should now finally have correctly working process arg
1044         quoting/dequoting so that the final app gets exactly what we
1045         intended.  Because the mechanism is in Lisp, it's easily
1046         extendible. (For those running bash and running the native
1047         version, I tried hard to do what I thought was correct.  But more
1048         thought is needed, and ideally the volunteer work of people with
1049         these configurations that they generally run on.)
1050
1051         * x-font-menu.el (x-font-menu-font-data):
1052         Put in defvar's to fix byte-compiler warnings.
1053
1054 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
1055
1056         * select.el (selection-coercion-alist): Initialise.
1057         * select.el (select-coerce-to-text): New.
1058         * select.el (select-coerce): New.
1059         New functions to perform type and value coercion.
1060
1061         * select.el (select-buffer-killed-default): Keep data if it was
1062         on the clipboard.
1063
1064 2000-08-02  Martin Buchholz  <martin@xemacs.org>
1065
1066         * menubar-items.el (default-menubar): Fix typo.
1067         (default-menubar): `lambda' was mispelled as `lamda'.
1068
1069 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
1070
1071         * window.el (shrink-window-if-larger-than-buffer): Remove
1072         edge checking code.
1073
1074 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
1075
1076         * paths.el (gnus-local-domain): Removed.
1077         (gnus-local-organization): Ditto.
1078         (gnus-startup-file): Ditto.
1079
1080 2000-07-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
1081
1082         * files.el (auto-mode-alist): Add .spec for RPM.
1083
1084 2000-07-31  Andy Piper  <andy@xemacs.org>
1085
1086         * gutter-items.el (update-tab-in-gutter): deprecate :properties.
1087
1088 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
1089
1090         * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
1091         browse-url.
1092         * help.el (xemacs-www-page): Ditto.
1093         (xemacs-www-faq): Ditto.
1094         * menubar-items.el (default-menubar): Ditto.
1095
1096         * wid-edit.el (widget-url-link-action): Ditto.
1097         From: Kenichi OKADA <okada@opaopa.org>.
1098
1099 2000-07-31  Martin Buchholz  <martin@xemacs.org>
1100
1101         * finder.el (finder-commentary): Add autoload cookie.
1102
1103 2000-07-28  Adrian Aichner  <aichner@ecf.teradyne.com>
1104
1105         * files.el (insert-file-contents-literally): Fix second let
1106         binding for `coding-system-for-read' to `coding-system-for-write'
1107         as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
1108
1109 1999-06-15  Jan Vroonhof  <vroonhof@math.ethz.ch>
1110
1111         * files.el (insert-file-contents-literally): Use binary coding
1112         system (from Morioka san).
1113         (insert-file-contents-literally): Make file-name-handler method.
1114
1115 2000-07-26  Martin Buchholz  <martin@xemacs.org>
1116
1117         * cl-macs.el (get-selection): Add defsetf.
1118
1119 2000-07-25  Steve Youngs  <youngs_s@ozlinx.com.au>
1120
1121         * x-init.el (x-activate-region-as-selection): replace obsolete
1122         function x-own-selection with own-selection.
1123         (ow-find): replace obsolete functions x-get-selection and
1124         x-get-clipboard with get-selection and get-clipboard.
1125         (init-post-x-win): replace obsolete function x-disown-selection
1126         with disown-selection.
1127
1128 2000-07-20  Mike Sperber  <mike@xemacs.org>
1129
1130         * startup.el (load-user-init-file): Only try to load init file if
1131         it exists.
1132
1133 2000-07-10  Andy Piper  <andy@xemacs.org>
1134
1135         * dialog-items.el: sync with Ben's patch.
1136
1137         * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
1138         comment.
1139         (progress-text-glyph): deleted.
1140         (progress-layout-glyph): make completely minimal.
1141         (progress-gauge-glyph): ditto.
1142         (progress-display-style): fix to handle dynamic instantiator
1143         changes.
1144         (progress-text-instantiator): new.
1145         (progress-layout-instantiator): new.
1146         (progress-gauge-instantiator): new.
1147         (set-progress-display-instantiator): renamed and changed from
1148         set-progress-display-style.
1149         (progress-abort-glyph): use instantiator not glyph.
1150         (append-progress-display): use set-progress-display-instantiator
1151         and set-glyph-image.
1152         (abort-progress-display): ditto.
1153         (raw-append-progress-display): ditto.
1154
1155 2000-07-20  Ben Wing  <ben@xemacs.org>
1156
1157         * code-files.el: Move Mule-specific code to mule-coding.el.
1158
1159 2000-07-15  Ben Wing  <ben@xemacs.org>
1160
1161         * autoload.el:
1162         Fixed comments.
1163
1164         * cmdloop.el:
1165         * cmdloop.el (yes-or-no-p):
1166         * cmdloop.el (y-or-n-p):
1167         Make these functions use should-use-dialog-box-p and not be
1168         overridden in dialog.el.
1169
1170         * cus-dep.el:
1171         * cus-dep.el (Custom-make-dependencies): Removed.
1172         * cus-dep.el (Custom-make-dependencies-1): New.
1173         * cus-dep.el (Custom-make-one-dependency): New.
1174         New entry point for use in Makefiles, to avoid excessive
1175         invocations.
1176
1177         * cus-edit.el (custom-variable-reset-saved):
1178         * cus-edit.el (custom-variable-reset-standard):
1179         * cus-edit.el (custom-save-resets):
1180         Fix bytecompiler warnings.
1181
1182         * dialog.el:
1183         * dialog.el (yes-or-no-p-dialog-box):
1184         * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
1185         * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
1186         * dialog.el (get-dialog-box-response):
1187         * dialog.el (message-or-box):
1188         * dialog.el (make-dialog-box):
1189         * dialog.el (popup-dialog-box): New.
1190         Avoid yes-or-no-p bogosities.
1191         Create a general function `make-dialog-box' to encapsulate all
1192         dialog box methods; easily extendible.  popup-dialog-box now obsolete.
1193
1194         * dumped-lisp.el (preloaded-file-list):
1195         Add dialog-items.  Clean up.  Group files by types.
1196
1197         * easymenu.el (easy-menu-add):
1198         * easymenu.el (easy-menu-remove):
1199         Account for accelerators.
1200
1201         * extents.el:
1202         * extents.el (extent-list): New args, like in map-extents.
1203         * extents.el (extent-at-event): New.
1204         * extents.el (extents-at-event): New.
1205
1206         * font-lock.el:
1207         * font-lock.el (font-lock-mode):
1208         * font-lock.el (font-lock-default-fontify-buffer):
1209         * font-lock.el (font-lock-default-unfontify-region):
1210         * font-lock.el (font-lock-fontify-syntactically-region):
1211         * font-lock.el (font-lock-fontify-keywords-region):
1212         Use new progress-feedback names.
1213
1214         * font-lock.el (java-font-lock-identifier-regexp):
1215         * font-lock.el (java-font-lock-class-name-regexp):
1216         Fix bytecompiler warnings.
1217
1218         * gutter-items.el:
1219         * gutter-items.el (progress-display-use-echo-area): Removed.
1220         * gutter-items.el (progress-feedback-use-echo-area): New.
1221         * gutter-items.el (progress-display-popup-period): Removed.
1222         * gutter-items.el (progress-feedback-popup-period): New.
1223         * gutter-items.el (set-progress-display-style): Removed.
1224         * gutter-items.el (set-progress-feedback-style): New.
1225         * gutter-items.el (progress-display-style): Removed.
1226         * gutter-items.el (progress-feedback-style): New.
1227         * gutter-items.el (progress-stack):
1228         * gutter-items.el (progress-displayed-p): Removed.
1229         * gutter-items.el (progress-feedbacked-p): New.
1230         * gutter-items.el (clear-progress-display): Removed.
1231         * gutter-items.el (clear-progress-feedback): New.
1232         * gutter-items.el (progress-display-clear-when-idle): Removed.
1233         * gutter-items.el (progress-feedback-clear-when-idle): New.
1234         * gutter-items.el (remove-progress-display): Removed.
1235         * gutter-items.el (remove-progress-feedback): New.
1236         * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
1237         * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
1238         * gutter-items.el (append-progress-display): Removed.
1239         * gutter-items.el (append-progress-feedback): New.
1240         * gutter-items.el (abort-progress-display): Removed.
1241         * gutter-items.el (abort-progress-feedback): New.
1242         * gutter-items.el (raw-append-progress-display): Removed.
1243         * gutter-items.el (raw-append-progress-feedback): New.
1244         * gutter-items.el (display-progress-display): Removed.
1245         * gutter-items.el (display-progress-feedback): New.
1246         * gutter-items.el (current-progress-display): Removed.
1247         * gutter-items.el (current-progress-feedback): New.
1248         * gutter-items.el (current-progress-display-label): Removed.
1249         * gutter-items.el (current-progress-feedback-label): New.
1250         * gutter-items.el (progress-display): Removed.
1251         * gutter-items.el (progress-feedback): New.
1252         Replace "progress-display" with "progress-feedback" globally.
1253
1254         * gutter-items.el (lprogress-display): Removed.
1255         * gutter-items.el (progress-feedback-with-label): New.
1256         Rename lprogress-display ==> progress-feedback-with-label.
1257
1258         * gutter-items.el (search-dialog-direction): Removed.
1259         * gutter-items.el (search-dialog-text): Removed.
1260         * gutter-items.el (search-dialog-callback): Removed.
1261         * gutter-items.el (make-search-dialog): Removed.
1262         Move to dialog-items.el.
1263
1264         * help.el:
1265         * help.el (help-mode-quit):
1266         * help.el (mode-for-help): New.
1267         * help.el (help-sticky-window): New.
1268         * help.el (help-window-config): New.
1269         * help.el (with-displaying-help-buffer):
1270         * help.el (function-at-event): New.
1271         * help.el (help-symbol-regexp): New.
1272         * help.el (help-symbol-run-function-1): New.
1273         * help.el (help-symbol-run-function): New.
1274         * help.el (help-symbol-function-context-menu): New.
1275         * help.el (help-symbol-variable-context-menu): New.
1276         * help.el (help-symbol-function-and-variable-context-menu): New.
1277         * help.el (frob-help-extents): New.
1278         * help.el (describe-function-1):
1279         * help.el (variable-at-point):
1280         * help.el (variable-at-event): New.
1281         * help.el (describe-variable):
1282         Major overhaul.
1283         - Make functions and variables be mousable.
1284         - Middle button hyperlinks.
1285         - New context-menu entries.
1286
1287         * keydefs.el:
1288         * keydefs.el (global-map):
1289         New key bindings to move lines up and down.
1290
1291         * lisp-mode.el:
1292         * lisp-mode.el (construct-lisp-mode-menu): New.
1293         * lisp-mode.el (emacs-lisp-mode-popup-menu):
1294         * lisp-mode.el (lisp-interaction-mode-menubar-menu):
1295         * lisp-mode.el (emacs-lisp-mode-menubar-menu):
1296         * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
1297         Make popup and menubar menus be different.  Popup menu uses
1298         clicked location and automatically assumes symbol under the mouse
1299         for various commands.
1300
1301         * menubar-items.el:
1302         * menubar-items.el (bookmark-menu-filter): Add accelerators.
1303         * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
1304
1305         * menubar-items.el (global-popup-menu): Removed.
1306         * menubar-items.el (mode-popup-menu): Removed.
1307         * menubar-items.el (activate-popup-menu-hook): Removed.
1308         * menubar-items.el (popup-mode-menu): Removed.
1309         * menubar-items.el (popup-buffer-menu): Removed.
1310         * menubar-items.el (popup-menubar-menu): Removed.
1311         Move to menubar.el.
1312
1313         * menubar.el:
1314         * menubar.el (global-popup-menu): New.
1315         * menubar.el (mode-popup-menu): New.
1316         * menubar.el (activate-popup-menu-hook): New.
1317         * menubar.el (last-popup-menu-event): New.
1318         * menubar.el (popup-mode-menu): New.
1319         * menubar.el (popup-buffer-menu): New.
1320         * menubar.el (popup-menubar-menu): New.
1321         * menubar.el (menu-call-at-event): New.
1322         Move non-content functions here.  Add support for context menu
1323         items on extents.
1324
1325         * minibuf.el (minibuffer-history-uniquify):
1326         Typo fix.
1327
1328         * minibuf.el (read-file-name-1):
1329         Call new file dialog box if it exists.
1330
1331         * minibuf.el (mouse-rfn-setup-vars):
1332         Clean up "chop" action.
1333
1334         * mouse.el:
1335         * mouse.el (button2): Now bound to mouse-track.
1336         * mouse.el (click-inside-extent-p):
1337         * mouse.el (point-inside-extent-p):
1338         * mouse.el (point-inside-selection-p):
1339         * mouse.el (mouse-drag-or-yank): Removed.
1340         * mouse.el (mouse-begin-drag-n-drop): New.
1341         * mouse.el (mouse-eval-sexp):
1342         * mouse.el (mouse-track-activate-strokes): New.
1343         * mouse.el (mouse-track-do-activate): New.
1344         * mouse.el (mouse-track):
1345         * mouse.el (default-mouse-track-event-is-with-button): New.
1346         * mouse.el (default-mouse-track-cleanup-hook):
1347         * mouse.el (default-mouse-track-drag-hook):
1348         * mouse.el (default-mouse-track-drag-up-hook):
1349         * mouse.el (default-mouse-track-click-hook):
1350         Merge drag-n-drop into mouse-track.
1351         Add general "activate" support to replace specific button2 kludges.
1352         Use "button modifier" support in mouse-track.
1353
1354         * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
1355
1356         * package-ui.el:
1357         * package-ui.el (pui-menu):
1358         * package-ui.el (pui-popup-context-sensitive): Removed.
1359         Fix bytecompiler warnings.
1360         Clean up popup code a bit.
1361
1362         * select.el (get-selection-no-error): Fix bytecompiler warnings.
1363
1364         * simple.el:
1365         * simple.el (transpose-lines):
1366         * simple.el (transpose-line-up): New.
1367         * simple.el (transpose-line-down): New.
1368         * simple.el (transpose-subr):
1369         * simple.el (transpose-subr-1): Removed.
1370         Clean up, add functions to move lines up and down.
1371
1372         * startup.el (mail-host-address):
1373         * startup.el (user-mail-address):
1374         Customize.
1375
1376         * subr.el:
1377         * subr.el (set-symbol-value-in-buffer): New.
1378         * subr.el (error):
1379         * subr.el (check-argument-type):
1380         * subr.el (defined-error-p): New.
1381         Add structured error support.
1382
1383         * toolbar-items.el (toolbar-compile):
1384         Use new make-dialog-box.
1385
1386         * update-elc.el:
1387
1388         * userlock.el (ask-user-about-lock-dbox):
1389         * userlock.el (ask-user-about-supersession-threat-dbox):
1390         * userlock.el (ask-user-about-lock):
1391         * userlock.el (ask-user-about-supersession-threat):
1392         Use new make-dialog-box.
1393         Add safety checks; use should use-dialog-box-p.
1394
1395         * window-xemacs.el:
1396         * window-xemacs.el (__buffer-dedicated-frame):
1397         * window-xemacs.el (buffer-dedicated-frame): New.
1398         * window-xemacs.el (set-buffer-dedicated-frame): New.
1399         Move dedicated-frame stuff into lisp.
1400
1401 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
1402
1403         * printer.el (generic-print-region): Do not require that
1404         `printer-name' be set.
1405         (printer-name): Commentary clarification.
1406
1407 2000-07-19  Martin Buchholz <martin@xemacs.org>
1408
1409         * XEmacs 21.2.35 is released.
1410
1411 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
1412
1413         * select.el (selection-coercible-types): Initialise.
1414
1415 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
1416
1417         * select.el (own-clipboard): Bug fix.
1418
1419 2000-07-17  Mike Sperber  <mike@xemacs.org>
1420
1421         * cus-edit.el (custom-migrate-custom-file): Save init file before
1422         continuing.
1423
1424 2000-07-16  Mike Sperber  <mike@xemacs.org>
1425
1426         * startup.el (load-init-file): Remove silly call to
1427         `load-user-custom-file`.
1428         (maybe-migrate-user-init-file): Minor fixes.
1429
1430 2000-07-16  Martin Buchholz  <martin@xemacs.org>
1431
1432         * apropos.el (apropos-documentation-check-doc-file):
1433         `doc' variable should be let-bound, as was presumably intended.
1434
1435         * cus-edit.el (custom-variable-reset-saved):
1436         (custom-variable-reset-standard):
1437         Remove unused variable comment-widget.  Twice.
1438
1439         * toolbar.el (toolbar-blank-press-function):
1440         Add a real defvar with initial value nil and proper docstring.
1441         (press-toolbar-button): No need to check for boundp-ness anymore.
1442
1443         * rect.el (open-rectangle-line): Remove useless (let) form.
1444         Add defvar for pending-delete-mode.
1445
1446         * info.el (Info-find-node): This function needs an autoload cookie.
1447
1448         * mule/mule-x-init.el (x-use-halfwidth-roman-font):
1449         Use let* since the second form referred to the first.
1450
1451 2000-07-16  Adrian Aichner  <aichner@ecf.teradyne.com>
1452
1453         * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
1454         instead of removed `mswindows-get-clipboard'.
1455
1456
1457 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
1458
1459         * select.el (select-convert-from-text): New.
1460         * select.el (select-convert-from-length): New.
1461         * select.el (select-convert-from-integer): New.
1462         * select.el (select-convert-from-identity): New.
1463         * select.el (select-convert-from-filename): New.
1464         * select.el (selection-converter-in-alist): Use them.
1465         New converter functions for X.
1466
1467         * select.el (get-selection): Removed comment.
1468
1469         * select.el (own-selection): Removed append code - I thought
1470         I'd already done this, but apparently not...
1471
1472         * select.el: Changed comment about TIMESTAMP.
1473
1474         * select.el (select-convert-in): New.
1475         * select.el (select-convert-out): New.
1476         New functions that get used by select.c.
1477
1478         * select.el (select-buffer-killed-default): New.
1479         * select.el (select-buffer-killed-text): New.
1480         * select.el (selection-buffer-killed-alist): New.
1481         New list and functions that get called if a relevant selection
1482         exists and a buffer gets killed.
1483
1484         * select.el (select-convert-to-targets):
1485         * select.el (select-convert-to-identity): Removed.
1486         * select.el (select-convert-from-identity): Removed.
1487         * select.el (select-converter-out-alist):
1488         Removed _EMACS_INTERNAL selection type.
1489
1490         * x-select.el (xselect-kill-buffer-hook): Removed.
1491         * x-select.el (xselect-kill-buffer-hook-1): Removed.
1492         Removed this X-specific nonesense. Use the generic support
1493         in select.el instead.
1494
1495 2000-07-15  Martin Buchholz  <martin@xemacs.org>
1496
1497         * mule/mule-category.el (defined-category-hashtable):
1498         Use make-hash-table instead of make-hashtable
1499
1500         * buff-menu.el: Byte-compiler warning fix.
1501
1502         * isearch-mode.el (isearch-highlight-all-cleanup):
1503         Remove unused variable `isearch-highlight-all-start'.
1504
1505         * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
1506
1507         * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
1508
1509         * cus-dep.el (Custom-make-dependencies):
1510         Add autoload cookie for custom-add-loads to generated custom-load.el.
1511
1512         * autoload.el (autoload-package-name): Warning suppression.
1513         Move defvar prior to first use.
1514
1515         * custom.el: Add autoload for custom-declare-face.
1516         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
1517         * cl.el (cl-hack-byte-compiler):
1518         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
1519         to work properly.
1520
1521 2000-07-08  Mike Sperber  <mike@xemacs.org>
1522
1523         * startup.el (load-home-init-file): Added variable.
1524         (maybe-migrate-user-init-file): Added.
1525         (load-user-init-file): Load custom file if different from init
1526         file.
1527
1528         * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
1529         "startup."
1530
1531         * cus-edit.el (custom-migrate-custom-file): Added for migration.
1532         Moved `custom-file'-related code to cus-file.el.
1533
1534         * cus-file.el: New file.
1535
1536 2000-04-01  Mike Sperber  <mike@xemacs.org>
1537
1538         * packages.el (packages-find-package-directories): Added support
1539         for external package hierarchies with in-place installations.
1540
1541         * find-paths.el (paths-root-in-place-p): Added.
1542         (paths-find-emacs-directory): Added support for external
1543         directories with in-place installations.
1544         (paths-find-site-directory): Ditto.
1545
1546         * startup.el (find-user-init-file): Also look for
1547         ~/.xemacs/init.elc? in preference to ~/.emacs.
1548
1549 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
1550
1551         * select.el (own-selection):
1552         * select.el (own-clipboard): Changed `append' parameter to
1553         `how-to-use' parameter.
1554         * select.el (own-selection): Removed icky append code.
1555         * select.el (own-selection, get-selection): Removed extra type
1556         checking.
1557         * select.el (selection-appender-alist):
1558         * select.el (selection-converter-{in|out}-alist): Initialise.
1559         * select.el (select-append-to-*): New.
1560         * select.el (select-convert-from-*): New.  New functions to append
1561         data and convert data from external type.
1562
1563 2000-07-12  Stef Epardaud  <stef@lunatech.com>
1564
1565         * font-lock.el: Javadoc enhancements.
1566
1567 2000-07-06  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
1568
1569         * printer.el (generic-print-region): Compose job name from buffer
1570         name.
1571
1572 2000-07-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
1573
1574         * font-lock.el (font-lock-fontify-pending-extents): Call
1575         font-lock-fontify-region instead of font-lock-fontify-buffer
1576         to avoid unnecessary progress gauges.
1577
1578 2000-07-06  Craig Lanning  <lanning@scra.org>
1579
1580         * custom-load.el (faces):
1581
1582         * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
1583         dir is a regex.
1584
1585         * process.el (call-process-internal): from Dan Holmsand, use binary
1586         coding systems so that jka-compr works.
1587
1588 2000-07-07  Ben Wing  <ben@xemacs.org>
1589
1590         * font-lock.el: Undo previous change.  Unfortunately, some
1591         files actually use the variables directly in their init code
1592         without quoting them.
1593
1594 2000-07-07  Ben Wing  <ben@xemacs.org>
1595
1596         * font-lock.el (defvar font-lock-*-face): Removed.
1597
1598         * font-lock.el (font-lock-apply-highlight): Bind these face vars
1599         only when necessary.
1600
1601 2000-06-30  Charles G Waldman  <cgw@alum.mit.edu>
1602
1603         * cl-macs.el: fix cl-transform-function-property kludge
1604         so that it does not require a random feature.
1605
1606 2000-06-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
1607
1608         * files.el (auto-mode-alist): allow .make extension for Makefiles,
1609         as in Linux kernel "Rules.make".
1610
1611 2000-06-29  Gunnar Evermann  <ge204@eng.cam.ac.uk>
1612
1613         * build-report.el (build-report): Add autoload cookie.
1614
1615 2000-06-21  Charles G Waldman  <cgw@alum.mit.edu>
1616
1617         * package-ui.el (defgroup pui):  Correct a misspelling
1618         (pui-toggle-package-delete):  Change `seleted' to `selected'
1619
1620 2000-06-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
1621
1622         * package-get.el (package-get-update-base):
1623         (package-get): Use insert-file-contents-literally always.
1624         (package-get-maybe-save-index):
1625         Force coding system for writing to binary.
1626
1627 2000-06-08  Mike Alexander  <mta@arbortext.com>
1628
1629         * code-process.el (call-process-region): If there is no coding
1630         system for the process on process-coding-system-alist use the
1631         coding system of the buffer containing the region.
1632
1633 2000-06-10  Ben Wing  <ben@xemacs.org>
1634
1635         * cmdloop.el (command-error):
1636         If debug-on-error and noninteractive, output backtrace.
1637
1638         * files.el (file-relative-name):
1639         Remove MSDOS references.
1640
1641         * simple.el (line-number): New function, due to non-obvious
1642         behavior/usage of count-lines.
1643
1644         * simple.el (count-lines): document non-obvious usage to get
1645         line number.
1646
1647 2000-06-11  Ben Wing  <ben@xemacs.org>
1648
1649         * faces.el ((featurep 'xpm)):
1650         * x-faces.el (x-init-face-from-resources):
1651         * x-faces.el (x-init-frame-faces):
1652         * x-misc.el (x-init-specifier-from-resources):
1653         * x-misc.el (x-get-resource-and-bogosity-check):
1654         * x-misc.el (x-get-resource-and-maybe-bogosity-check):
1655         * x-mouse.el (x-init-pointer-shape):
1656         * x-scrollbar.el (x-init-scrollbar-from-resources):
1657         Add sixth argument to x-get-resource calls so as to issue warnings
1658         rather than errors on bogus arguments.
1659
1660 2000-06-05  Ben Wing  <ben@xemacs.org>
1661
1662         * compat.el: new file.  provides a clean, non-intrusive way to
1663         define compatibility functions.
1664
1665         * process.el (shell-quote-argument): temporary fix for lack
1666         of nt-quote-process-args.  #### I need to put back the overall
1667         structure of that mechanism but redo the guts of it using the
1668         extra intelligence in the C code.
1669
1670 2000-05-28  Adrian Aichner  <aichner@ecf.teradyne.com>
1671
1672         * package-info.el (pi-md5sum): Calculate MD5 sum just like
1673         `package-get' does in package-get.el, instead of using external
1674         "md5sum" program.
1675
1676         * package-get.el (package-get): Insert package file literally to
1677         make checksum calculation work.
1678
1679 2000-04-18  Hrvoje Niksic  <hniksic@iskon.hr>
1680
1681         * code-files.el (convert-mbox-coding-system): Deleted.
1682         (file-coding-system-alist): Removed reference to
1683         convert-mbox-coding-system.
1684
1685 2000-05-28  Martin Buchholz <martin@xemacs.org>
1686
1687         * XEmacs 21.2.34 is released.
1688
1689 2000-05-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
1690
1691         * font-lock.el (font-lock-keywords): Rewrote docstring
1692
1693 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
1694
1695         * loadhist.el (unload-feature): handle case where x is both boundp
1696         and fboundp
1697
1698 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
1699
1700         * packages.el: It's ok to use built-in macros, but not lisp
1701         defined ones.
1702
1703 2000-05-20  Ben Wing  <ben@xemacs.org>
1704
1705         * font-lock.el:
1706         * font-lock.el (font-lock-message-threshold):
1707         * font-lock.el (font-lock-mode):
1708         * font-lock.el (font-lock-default-fontify-buffer):
1709         * font-lock.el (font-lock-always-fontify-immediately):
1710         * font-lock.el (font-lock-old-extent): Removed.
1711         * font-lock.el (font-lock-old-len): Removed.
1712         * font-lock.el (font-lock-fontify-glumped-region): Removed.
1713         * font-lock.el (font-lock-pending-extent-table): New.
1714         * font-lock.el (font-lock-range-table): New.
1715         * font-lock.el (font-lock-after-change-function):
1716         * font-lock.el (font-lock-after-change-function-1): Removed.
1717         * font-lock.el (font-lock-fontify-pending-extents): New.
1718         * font-lock.el ('font-lock-revert-cleanup): Removed.
1719         * font-lock.el ('font-lock-revert-setup): Removed.
1720         Rewrite deferral code to handle any number of changes, merging
1721         them properly.  Remove hacked-up code for revert-buffer, now
1722         unnecessary.
1723
1724         * menubar-items.el (default-menubar):
1725         In Options->Edit Init File, don't switch to emacs-lisp-mode
1726         unless necessary; doing this turns off font-lock.
1727
1728 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
1729
1730         * keydefs.el: Define C-x BS to backward-kill-sentence.
1731
1732 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
1733
1734         * files.el (hack-local-variables-prop-line): Use non-greedy
1735         matching to process -*-texinfo-*- -*-.
1736
1737 2000-05-11  Jonathan Marten <jonathan.marten@uk.sun.com>
1738
1739         * minibuf.el (minibuf-directory-files): new function.
1740         (read-file-name-activate-callback): use minibuf-directory-files.
1741         (read-directory-name-internal): ditto.
1742         (mouse-file-display-completion-list): ditto.
1743         (mouse-directory-display-completion-list): ditto.
1744         (read-file-name-internal): remove "./" from completion list unless
1745         explicitly matched, for consistency.
1746
1747 2000-05-11  Ben Wing  <ben@xemacs.org>
1748
1749         * gutter-items.el (gutter-buffers-tab):
1750         * gutter-items.el (add-tab-to-gutter):
1751         * gutter-items.el (update-tab-in-gutter):
1752         * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
1753         * gutter-items.el (append-progress-display):
1754         * gutter-items.el (abort-progress-display):
1755         * gutter-items.el (raw-append-progress-display):
1756         Further fixes.  Use set-glyph-image not set-image-instance-property,
1757         to fix problems with multiple windows in a frame.
1758
1759         * menubar-items.el (tutorials-menu-filter):
1760         Fix typo.
1761
1762         * startup.el (early-error-handler):
1763         Display message box under windows; otherwise, message will disappear
1764         before it can be viewed.
1765
1766         * update-elc.el:
1767         Fix bug in NEEDTODUMP processing.
1768
1769 2000-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
1770
1771         * startup.el (lock-directory): Removed.
1772         (superlock-file): Ditto.
1773         (startup-set-paths): Remove lockdir.
1774         (startup-setup-paths-warning): Remove lock-directory.
1775
1776         * setup-paths.el (paths-find-lock-directory): Removed.
1777         (paths-find-superlock-file): Ditto.
1778
1779 2000-05-09  Ben Wing  <ben@xemacs.org>
1780
1781         * faces.el (set-face-property):
1782         * faces.el (set-face-font):
1783         * faces.el (set-face-foreground):
1784         * faces.el (set-face-background):
1785         * faces.el (set-face-background-pixmap):
1786         * faces.el (set-face-underline-p):
1787         * faces.el (set-face-strikethru-p):
1788         * faces.el (set-face-highlight-p):
1789         * faces.el (set-face-dim-p):
1790         * faces.el (set-face-blinking-p):
1791         * faces.el (set-face-reverse-p):
1792         doc string changes.
1793
1794         * glyphs.el:
1795         * glyphs.el (make-image-specifier):
1796         * glyphs.el (glyph-property):
1797         * glyphs.el (set-glyph-image):
1798         * glyphs.el (make-glyph):
1799         * glyphs.el (make-pointer-glyph):
1800         * glyphs.el (make-icon-glyph):
1801         * glyphs.el (widget-image-instance-p): New.
1802         authorship info, lots of doc changes.  New predicate, inadvertently
1803         omitted.  the general principle with specifier docs is now that
1804         the description of instantiators should go with the make-foo-specifier
1805         fun's doc string, rather than in foo-specifier-p.  this follows
1806         conventions elsewhere in XEmacs and in general is a lot more obvious
1807         of a place to look.  sometimes the make-foo-specifier function needs
1808         to be created in the process.
1809
1810         * gutter.el:
1811         * gutter.el (make-gutter-specifier): New.
1812         * gutter.el (make-gutter-size-specifier): New.
1813         * gutter.el (make-gutter-visible-specifier): New.
1814         specifier doc updates according to the conventions specified before.
1815
1816         * objects.el:
1817         * objects.el (make-font-specifier):
1818         * objects.el (make-color-specifier):
1819         * objects.el (make-face-boolean-specifier): New.
1820         specifier doc updates according to the conventions specified before.
1821
1822         * specifier.el:
1823         * specifier.el (set-specifier):
1824         * specifier.el (make-integer-specifier): New.
1825         * specifier.el (make-boolean-specifier): New.
1826         * specifier.el (make-natnum-specifier): New.
1827         * specifier.el (make-generic-specifier): New.
1828         * specifier.el (make-display-table-specifier): New.
1829         specifier doc updates according to the conventions specified before.
1830
1831         * toolbar.el:
1832         * toolbar.el (make-toolbar-specifier): New.
1833         specifier doc updates according to the conventions specified before.
1834
1835 2000-05-09  Ben Wing  <ben@xemacs.org>
1836
1837         * process.el (call-process-internal): Revert to previous version
1838         because Mike's change clashed with a change I did not long before.
1839         Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
1840         Thanks very much Mike for pointing out the bug and submitting a
1841         patch!
1842
1843 2000-04-13  Mike Alexander  <mta@arbortext.com>
1844
1845         * process.el (call-process-internal): Send the correct input buffer
1846         (call-process-internal): Return the exit status of the process
1847
1848 2000-05-07  Ben Wing  <ben@xemacs.org>
1849
1850         * winnt.el:
1851         * winnt.el (nt-quote-args-verbatim): Removed.
1852         * winnt.el (nt-quote-args-prefix-quote): Removed.
1853         * winnt.el (nt-quote-args-backslash-quote): Removed.
1854         * winnt.el (nt-quote-args-double-quote): Removed.
1855         * winnt.el (nt-quote-args-functions-alist): Removed.
1856         * winnt.el (nt-quote-process-args): Removed.
1857         Remove all stuff for argument quoting.  We borrow the code instead
1858         from Emacs 20.6, which is much more careful in its quoting
1859         (e.g. in handling runs of the escape character) and avoids most of
1860         the need for this Lisp mechanism by checking to see whether we're
1861         running a Cygwin or normal program and doing the appropriate
1862         quoting.  If we end up needing such a mechanism, we should add
1863         it by extending the variable `mswindows-quote-process-args' so it
1864         can take an alist of regexps.
1865
1866 2000-05-07  Ben Wing  <ben@xemacs.org>
1867
1868         * keydefs.el:
1869         Restore M-up, M-down to 21.1 state.  Put *ward-sentence on
1870         C-M-left, C-M-right instead.  Define C-M-up, C-M-down to scroll
1871         the window without moving point.
1872
1873         * simple.el:
1874         * simple.el (scroll-up-one): New.
1875         * simple.el (scroll-down-one): New.
1876         Functions for use with C-M-up/down.
1877
1878 2000-05-01  Martin Buchholz <martin@xemacs.org>
1879
1880         * XEmacs 21.2.33 is released.
1881
1882 2000-04-29  Martin Buchholz  <martin@xemacs.org>
1883
1884         * dialog.el (yes-or-no-p-dialog-box):
1885         Fix docstring.
1886         Fix following horrible bug in X11 mode with focus-follows-mouse:
1887           1. Visit two files in two different frames.
1888           2. do File->Revert Buffer in one of those frames.
1889           3. Dialog box appears.
1890           4. Arrange things so that the mouse passes over the *other*
1891              frame, then to the dialog box, and click on "Yes".
1892           5. The file contents end up in the *wrong* buffer!
1893         Add TODO comment.
1894
1895 2000-04-28  Ben Wing  <ben@xemacs.org>
1896
1897         * help.el (describe-installation): correct typo introduced
1898         in last patch: boundp -> fboundp.
1899
1900         * etags.el (buffer-tag-table-list):
1901         canonicalize filenames to Unix format so that tag-table-alist
1902         searching works under Windows.
1903
1904         * autoload.el:
1905         Bowdlerize the supposedly objectionable words
1906         "who couldn't quite manage to cleanly modify batch-update-autoloads".
1907
1908         * gutter-items.el (set-progress-display-style):
1909         * gutter-items.el (search-dialog-callback):
1910         * gutter-items.el (make-search-dialog):
1911         Change to new callback-ex api.
1912
1913 2000-04-26  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
1914
1915         * help.el: (describe-installation): decode-coding-string is not
1916         defined in a non MULE environment.
1917
1918 2000-04-28  Ben Wing  <ben@xemacs.org>
1919
1920         * gutter-items.el (buffer-list-changed-hook):
1921         use it, not record-buffer-hook.
1922
1923         * subr.el (record-buffer-hook): Removed.
1924
1925 2000-04-27  Ben Wing  <ben@xemacs.org>
1926
1927         * gutter-items.el (buffers-tab-switch-to-buffer): do not
1928         use NORECORD option.  Andy will not like this, but the existing
1929         gutter behavior is just wrong, as per this comment:
1930
1931         ;; this used to add the norecord flag to both calls below.
1932         ;; this is bogus because it is a pervasive assumption in XEmacs
1933         ;; that the current buffer is at the front of the buffers list.
1934         ;; for example, select an item and then do M-C-l
1935         ;; (switch-to-other-buffer).  Things get way confused.
1936         ;;
1937         ;; Andy, if you want to maintain the current look, you must
1938         ;;  *uncouple* the gutter order and buffers order.
1939
1940         * loaddefs.el (completion-ignored-extensions): unfuckify.
1941
1942         * bytecomp.el (batch-byte-compile-one-file): new function, used in
1943         xemacs.mak.
1944
1945         * autoload.el (batch-update-one-directory): new function, used in
1946         xemacs.mak.
1947
1948         * loadup.el: set gc-cons-threshold very high unless dumping --
1949         loadup during update-elc is much much much faster.  also do this
1950         when quick-building.
1951
1952         add commented-out code for profiling loadup.
1953
1954
1955         * update-elc.el (preloaded-file-list): add bytecomp.el, since it
1956         is required in order to build xemacs.
1957
1958 2000-04-26  Ben Wing  <ben@xemacs.org>
1959
1960         * loadup.el: don't garbage collect during loadup if quick-build
1961         compile-time option is set.
1962
1963 2000-04-23  Ben Wing  <ben@xemacs.org>
1964
1965         * update-elc.el: compute whether any dumped .el or .elc files
1966         are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
1967         if so.
1968
1969         * update-elc.el (update-elc-files-to-compile): always change
1970         NOBYTECOMPILE in the src directory rather than current dir,
1971         so it will work under NT.
1972
1973         * autoload.el (autoload-trim-file-name): canonicalize to slashes so
1974         the form of this file is identical between Unix and Windows.
1975         (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
1976         Added comment.
1977         (update-autoloads-from-directory): updated doc string.
1978         updated doc strings in a few other places.
1979
1980 2000-04-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
1981
1982         * bytecomp.el (byte-force-recompile): Fix argument to
1983         byte-recompile-directory.
1984
1985 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
1986
1987         * gutter-items.el (progress-display-clear-when-idle): Use
1988         add-one-shot-hook.
1989         * gutter-items.el (clear-progress-display): Adjust number of
1990         arguments.
1991
1992 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
1993
1994         * dumped-lisp.el (preloaded-file-list): Always dump select.el.
1995
1996 2000-04-16  Ben Wing  <ben@xemacs.org>
1997
1998         * printer.el: New file.
1999
2000         * dumped-lisp.el (preloaded-file-list): Declare printer.el.
2001
2002         * help.el (describe-installation): Fix decoding for Windows.
2003
2004         * menubar-items.el:
2005         * menubar-items.el (default-menubar):
2006         * menubar-items.el (tutorials-menu-filter): New.
2007         * menubar-items.el (popup-menubar-menu):
2008         Add authorship.  Redo Help menu and Tutorials filter.
2009
2010         * menubar.el: Correct comment.
2011
2012         * modeline.el (modeline-buffer-identification): Correct doc string.
2013
2014         * simple.el:
2015         * simple.el (printing): Removed.
2016         * simple.el (printer-name): Removed.
2017         * simple.el (generic-print-buffer): Removed.
2018         * simple.el (generic-print-region): Removed.
2019         Move generic print code to printer.el.
2020
2021 2000-04-15  Ben Wing  <ben@xemacs.org>
2022
2023         * simple.el (generic-print-region): New.
2024         make this function actually work.
2025         (generic-print-buffer): call generic-print-region.
2026
2027 2000-04-14  Andy Piper  <andy@xemacs.org>
2028
2029         * gutter-items.el (make-search-dialog): avoid unnecessary futzing
2030         by using the new widget-callback-current-channel.
2031         (search-dialog-callback): ditto.
2032
2033 2000-04-12  Andy Piper  <andy@xemacs.org>
2034
2035         * gutter.el (default-gutter-position): moved from gutter-items.el.
2036         (default-gutter-position-changed-hook): ditto.
2037         (gutter-element-visibility-changed-hook): ditto.
2038         (set-gutter-element): ditto.
2039         (remove-gutter-element): ditto.
2040         (set-gutter-element-visible-p): ditto.
2041         (gutter-element-visible-p): ditto.
2042         (init-gutter): ditto.
2043
2044         * dialog.el (make-dialog-box): renamed and moved from
2045         gutter-items.el
2046
2047         * gutter-items.el: move various functions elsewhere.
2048
2049 2000-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * menubar-items.el: Fixed place of parenthesis.
2052
2053 2000-04-12  Ben Wing  <ben@xemacs.org>
2054
2055         * etags.el (find-tag-at-point): New.  Lets you do find-tag
2056                 without constantly being prompted for the tag.
2057         * simple.el: Added a number of section headings, to clarify the
2058                 organization of this file.
2059         * simple.el (activate-region):
2060         * simple.el (region-exists-p):
2061         * simple.el (region-active-p):
2062                 Moved these three function down to the other side of
2063                 the case-changing functions, so they join the rest of
2064                 the region code.
2065         * simple.el (printing): New.
2066         * simple.el (printer-name): New.
2067         * simple.el (generic-print-buffer): New.
2068                 New functions, a very simple prototype for a unified
2069                 printing interface.
2070
2071         * process.el (call-process-internal): Real fix for null BUFFER,
2072                 other problems with BUFFER specs.
2073
2074         * menubar-items.el:
2075                 Fixed up File->Print to use new printing functions.
2076                 Various corrections and expansions to Grep/Compile menus.
2077                 New options for Printing.
2078                 New options for SMTP Mail, the way to send mail under
2079                   MS Windows. (There's also a package patch to make SMTP
2080                   Mail be the default under MSWin.)
2081
2082 2000-04-09  Jeff Miller <jmiller@cablespeed.com>
2083
2084         * menubar-items.el: Selecting Rectangle Mousing from menubar
2085         did not work.  Needed to quote mouse-track-rectangle-p.
2086
2087 2000-04-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
2088
2089         * cl-compat.el (keywordp): Removed.
2090
2091 2000-04-05  Andy Piper  <andy@xemacs.org>
2092
2093         * gutter-items.el (progress-layout-glyph): don't initialize here.
2094         (progress-gauge-glyph): use dynamic sizing.
2095         (set-progress-display-style): new function. Set progress glyphs
2096         appropriately depending on the style.
2097         (progress-display-style): new variable. Custom version of
2098         set-progress-display-style.
2099         (progress-abort-glyph): switch to dynamic sizes.
2100         (search-dialog-text): make the edit field active.
2101
2102 2000-04-04  Andy Piper  <andy@xemacs.org>
2103
2104         * gutter-items.el (make-search-dialog): need to make the search
2105         dialog visible after creation.
2106
2107         * menubar-items.el (default-menubar): use the search dialog for
2108         searching. Remove some extraneous search menu items.
2109
2110         * gutter-items.el (set-gutter-element): allow glyphs to be used as
2111         well as strings.
2112         (make-gutter-only-dialog-frame): allow the user to create the
2113         frame unmapped. Allow the gutter spec to be given as a glyph.
2114         (search-dialog-direction): new variable.
2115         (search-dialog-text): new variable.
2116         (search-dialog-callback): new function. Callback for the search
2117         dialog action.
2118         (make-search-dialog): new function. Create a user-friendly search
2119         dialog.
2120
2121 2000-04-04  Hrvoje Niksic  <hniksic@iskon.hr>
2122
2123         * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
2124         under Windows.
2125
2126 2000-04-01  Andy Piper  <andy@xemacs.org>
2127
2128         * font-lock.el (font-lock-fontify-keywords-region): Calculate
2129         progress more accurately.
2130
2131 2000-02-02  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
2132
2133         * finder.el (finder-compile-keywords): Process readable files only.
2134         Because error in process of .#finder-inf.el when compile xemacs
2135         with --with-clash-detection option.
2136
2137 2000-03-31  Andy Piper  <andy@xemacs.org>
2138
2139         * gutter-items.el (append-progress-display): don't delay after a
2140         successful font-lock.
2141         (make-gutter-only-dialog-frame): new function. Allow users to
2142         create gutter-only dialogs.
2143
2144 2000-03-27  Mike Alexander  <mta@arbortext.com>
2145
2146         * process.el (call-process-internal): Handle a null BUFFER
2147         parameter correctly.
2148
2149 2000-03-28  Andy Piper  <andy@xemacs.org>
2150
2151         * gutter-items.el (abort-progress-display): put strings in the
2152         gutter not extents.
2153         (progress-layout-glyph): signal special 'quit callback.
2154         (progress-display-quit-function): deleted.
2155         (progress-display-stop-callback): deleted.
2156         (progress-display-dispatch-command-events): deleted.
2157         (append-progress-display): remove calls to
2158         progress-display-dispatch-command-events.
2159         (raw-append-progress-display): ditto.
2160
2161 2000-03-23  Hrvoje Niksic  <hniksic@iskon.hr>
2162
2163         * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
2164         being a list.  Actually define `stipple-pixmap-p' which is used as
2165         an error predicate.  Correctly handle PIXMAP being either relative
2166         or absolute file name.
2167
2168 2000-03-24  Andy Piper  <andy@xemacs.org>
2169
2170         * gutter-items.el (add-tab-to-gutter): use copy-sequence.
2171         (abort-progress-display): ditto. Don't delete the created extent.
2172         (raw-append-progress-display): ditto.
2173         (progress-display-dispatch-non-command-events): new
2174         function. Encapsulates what we want to do when no command input is
2175         required.
2176         (progress-display-dispatch-command-events): likewise, but disable
2177         for now since it causes too many problems.
2178         (append-progress-display): use them.
2179         (raw-append-progress-display): ditto.
2180         (default-gutter-position-changed-hook): set this rather than
2181         default-gutter-position-changed.
2182         (default-gutter-position-changed-hook): lambda with zero arguments
2183         rather than one.
2184         (raw-append-progress-display): trap errors in pending input since
2185         allowing them to signal will hose the gauge well and
2186         truly. Ideally we would like to delay these until we are more able
2187         to cope.
2188         (append-progress-display): ditto.
2189
2190 2000-03-20  Jeff Miller <jmiller@cablespeed.com>
2191
2192         * lisp/make-docfile.el: call-process-internal is now implemented
2193         in process.el.
2194
2195 2000-03-21  Ben Wing  <ben@xemacs.org>
2196
2197         * mule\mule-cmds.el (set-language-info-alist):
2198         Fix to correspond to new menu arrangement.
2199
2200 2000-03-21  Ben Wing  <ben@xemacs.org>
2201
2202         * process.el:
2203         * process.el (call-process-internal): New.
2204         New implementation of call-process.  Only enabled under NT, so far.
2205         stderr handling not implemented yet in CVS'd C code.
2206
2207 2000-03-20  Ben Wing  <ben@xemacs.org>
2208
2209         * lisp-mode.el:
2210         * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
2211         * lisp-mode.el (lisp-interaction-mode):
2212         Put back Lisp Interaction menubar for Jan V's sake.
2213
2214         * simple.el:
2215         * simple.el (mark-ring):
2216         * simple.el (dont-record-current-mark): New.
2217         * simple.el (in-shifted-motion-command): New.
2218         * simple.el (mark-ring-unrecorded-commands): New.
2219         * simple.el (mark-ring-max):
2220         * simple.el (set-mark-command):
2221         * simple.el (push-mark):
2222         * simple.el (handle-pre-motion-command):
2223         Implement scheme for not recording unimportant marks.
2224
2225         * subr.el:
2226         * subr.el (function-allows-args): New.
2227         New function function-allows-args.
2228
2229 2000-03-20  Martin Buchholz <martin@xemacs.org>
2230
2231         * XEmacs 21.2.32 is released.
2232
2233 2000-03-20  Andy Piper  <andy@xemacs.org>
2234
2235         * gutter-items.el (update-tab-in-gutter): force selection of the
2236         selected-window if required to do so.
2237         (buffers-tab-items): ditto.
2238         (add-tab-to-gutter): ditto.
2239         (create-frame-hook): use force-selection.
2240         (default-gutter-position-changed): lambdify.
2241         (update-tab-hook): deleted since it was only used in one place.
2242
2243 2000-03-18  Andy Piper  <andy@xemacs.org>
2244
2245         * files.el (find-file-noselect): undo change that shouldn't have
2246         gone in.
2247
2248 2000-03-17  Andy Piper  <andy@xemacs.org>
2249
2250         * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
2251         of selected-window trickery.
2252
2253         * gutter-items.el (update-tab-in-gutter): don't give dedicated
2254         frames tabs.
2255         (progress-display-stop-callback): progress -> progress-display
2256         (progress-display-quit-function): ditto.
2257         (clear-progress-display): ditto.
2258         (remove-progress-display): ditto.
2259         (append-progress-display): ditto.
2260         (abort-progress-display): ditto.
2261         (raw-append-progress-display): ditto.
2262         (display-progress-display): ditto.
2263         (current-progress-display-label): ditto.
2264         (current-progress-display): ditto.
2265         (lprogress-display): ditto and save the buffer
2266         (progress-display): ditto. Otherwise the buffer sometimes gets
2267         changed which confuses font-lock.
2268
2269         * font-lock.el (font-lock-default-fontify-buffer): catch all
2270         errors, not just quit.
2271         (font-lock-mode): progress -> display-progress
2272         (font-lock-default-fontify-buffer): ditto.
2273         (font-lock-fontify-syntactically-region): ditto.
2274         (font-lock-fontify-keywords-region): ditto.
2275
2276 2000-03-14  Hrvoje Niksic  <hniksic@iskon.hr>
2277
2278         * cl.el (gensym): Move to here from cl-macs.el.
2279         (gentemp): Ditto.
2280
2281 2000-03-16  Andy Piper  <andy@xemacs.org>
2282
2283         * font-lock.el (font-lock-mode): use lprogress and friends for
2284         progress management.
2285         (font-lock-default-fontify-buffer): ditto.
2286         (font-lock-fontify-syntactically-region): ditto.
2287         (font-lock-fontify-keywords-region): ditto.
2288         (font-lock-revert-cleanup): fix reverting.
2289         (font-lock-revert-setup): ditto.
2290
2291         * gutter-items.el (progress-use-echo-area): new variable. Use the
2292         echo area for progress gauges if non-nil.
2293         (clear-progress): remove echo area stuff and defer to
2294         clear-message.
2295         (append-progress): dispatch non-command events after each progress
2296         increment. Remove echo area stuff.
2297         (abort-progress): remove echo area stuff and defer to
2298         display-message.
2299         (raw-append-progress): ditto. Dispatch non-command events after
2300         gutter redisplay.
2301         (display-progress): defer echo area stuff to display-message.
2302
2303         * gutter-items.el (clear-progress):
2304         (abort-progress): indentation changes.
2305         (display-progress): don't clear progress.
2306         (append-progress): compare messages with equal.
2307         (raw-append-progress): use dispatch-non-command-events to flush
2308         widget creation events.
2309
2310 2000-03-13  Ben Wing  <ben@xemacs.org>
2311
2312         * abbrev.el:
2313         * abbrev.el (abbrev-string-to-be-defined): New.
2314         * abbrev.el (inverse-abbrev-string-to-be-defined): New.
2315         Changes for use with the menubar.
2316
2317 2000-03-12  Ben Wing  <ben@xemacs.org>
2318
2319         * alist.el (vassoc): moved here from font-menu.el.
2320
2321         * custom.el (defface): typo fix.
2322
2323         * dialog.el (yes-or-no-p-dialog-box):
2324         * dialog.el (message-box):
2325         * files.el (save-some-buffers-1):
2326         Put accelerators in the button names.
2327
2328         * font-lock.el (font-lock-comment-face):
2329         * font-lock.el (font-lock-keyword-face):
2330         * font-lock.el (font-lock-function-name-face):
2331         Fixed some of the colors under MS Windows because the existing
2332         default colors were hardly different from black and needed to be
2333         made lighter.
2334
2335         * font-menu.el:
2336         * font-menu.el (font-menu-split-long-menu):
2337         * font-menu.el (font-menu-family-constructor):
2338         * font-menu.el (font-menu-size-constructor):
2339         * font-menu.el (font-menu-weight-constructor):
2340         * font-menu.el (font-menu-set-font):
2341         vassoc moved to alist.el.
2342         Accelerators added to all menus.
2343         Unused bound var new-props removed.
2344
2345         * keydefs.el: I did a whole lot of rearranging to put things in a
2346         more consistent order and fixed a number of cases where key
2347         combinations involving up, down, left, right and so on were
2348         defined but the corresponding keypad combinations were not
2349         defined.
2350
2351         * lisp-mode.el:
2352         * lisp-mode.el (lisp-interaction-mode-popup-menu):
2353         * lisp-mode.el (emacs-lisp-mode):
2354         * lisp-mode.el (lisp-interaction-mode):
2355         * lisp-mode.el (flet):
2356         Added accelerators onto the menus.
2357         Made all the different versions of the let function be indented
2358         the same way.
2359         Undid Steve's easy-menu-ification, because it makes it impossible
2360         to have the menubar and popup menus different.
2361         Cleaned up the menu; added items for find-function &c and some
2362         indenting, and removed debug-on-*.
2363
2364         * list-mode.el (list-mode-hook):
2365         * list-mode.el (list-mode):
2366         * list-mode.el (completion-setup-hook):
2367         * list-mode.el (display-completion-list):
2368         Added support for the :window-height keyword, which is required
2369         because of other changes that I made for the file dialog box.  I
2370         also made the hook variables list-mode-hook and
2371         completion-setup-hook and also minibuffer-setup-hook in
2372         minibuf.el be permanent-local; see comment in list-mode.el.
2373
2374         * map-ynp.el (map-y-or-n-p):
2375         Added accelerators to the dialog buttons.
2376
2377         * menubar-items.el (menu-truncate-list):
2378         New internal function.
2379         * menubar-items.el (submenu-generate-accelerator-spec):
2380         * menubar-items.el (menu-item-strip-accelerator-spec):
2381         * menubar-items.el (menu-item-generate-accelerator-spec):
2382         New exported functions, for use in auto-generating accelerator specs.
2383
2384         * menubar-items.el:
2385         * menubar-items.el (default-menubar):
2386         * menubar-items.el (maybe-add-init-button):
2387         * menubar-items.el (bookmark-menu-filter):
2388         * menubar-items.el (slow-format-buffers-menu-line):
2389         * menubar-items.el (build-buffers-menu-internal):
2390         * menubar-items.el (language-environment-menu-filter):
2391         * menubar-items.el (default-popup-menu):
2392         * menubar-items.el (popup-buffer-menu):
2393         * menubar-items.el (popup-menubar-menu):
2394         Did a major overhaul on this file, and in fact I'm nowhere near
2395         done working on the menubar, and there will be more patches to
2396         come.  A basic summary of what I've done:
2397
2398         a) I added accelerators to all of the menu items.  For menus that
2399         are auto-generated, such as the buffers menu, the accelerators are
2400         automatically added to the beginning of each line using the
2401         numbers 1 through 9, then zero, and then letters starting with A,
2402         but omitting the letters that are already in use for the fixed
2403         menu items at the top of the buffers menu.  To facilitate adding
2404         accelerators of this kind, I created some new functions
2405         (*-accelerator-spec), which are also being used by other filters
2406         that auto generate lists of things such as ftp sites to download
2407         packages.  If people really don't like these accelerators
2408         appearing at the beginning of the menu items, a variable can be
2409         added to optionally turn them off, but I think this is rather
2410         pointless because other menu items have accelerators and many or
2411         most of the menu users will use the accelerators if the support is
2412         there.
2413
2414         b) I combined the top level Tools and Apps menus into a single
2415         Tools menu, because the distinction between the two is not
2416         obvious, and the items on the menus are not used often enough that
2417         putting some of them onto submenus is a problem.
2418
2419         c) I created two new top level menus called View and Cmds because
2420         there were too many items on the File and Edit menus, and I'm going
2421         to be adding more items to these menus.  In contrast to the Tools
2422         menu, the items on these menus may be used quite often during an
2423         editing session, and so should be available with fewer
2424         keystrokes.
2425
2426         d) I added a number of options to the options menu, including one
2427         for controlling whether the alt key can be used to traverse to
2428         menu items using the accelerators, one for controlling behavior of
2429         control-k, one for controlling how the kill and yank functions
2430         interact with the clipboard, a few additional buffers-menu
2431         options, and various other things.  I also did a bit of
2432         rearranging, for example, combining the keyboard and mouse options
2433         into a single keyboard and mouse submenu to facilitate the
2434         accelerators on that level.
2435
2436         e) I changed the variable buffers-menu-format-buffer-line-function
2437         to take two arguments instead of one, the second argument being
2438         the line number for use in creating an accelerator.  I added a
2439         hack to support existing functions with one argument (although I
2440         doubt that very many of these exist), for backward compatibility.
2441
2442         f) I moved the top level mule menu to be a submenu of the edit
2443         menu.  I think that most of the items on this menu are fairly
2444         useless and there are certainly not enough frequently used items
2445         to justify this being its own top level menu.
2446
2447         g) I combined most of the items in big-menubar.el into the main menu.
2448         If people think the main menu is too big, it would be possible to
2449         create different configurations, some smaller.
2450
2451         * menubar.el (check-menu-syntax):
2452         Deleted some syntax checks that were no longer valid, partly
2453         because of changes that were already made a long time ago, and
2454         partly because of a change I made where I allow the name of the
2455         menu item to be an evaluated expression rather than just a string,
2456         similar to all of the other parameters of a menu item.
2457
2458         * minibuf.el:
2459         * minibuf.el (read-file-name-1):
2460         * minibuf.el (mouse-read-file-name-1):
2461         I made a number of changes to improve the appearance
2462         and functioning of the file dialog box.  They include:
2463
2464         a) Fixing the problem where closing the dialog box by clicking on
2465         the close button of the window didn't properly exit the
2466         minibuffer.
2467
2468         b) Fixing the problem that if you typed part of a file name, and
2469         then clicked on a completion with the mouse, the file was not
2470         correctly selected.
2471
2472         c) Changing the title of the dialog box to reflect the operation
2473         being done in accordance with user interface conventions, rather
2474         than the name of the dialog box buffer, which is rather useless.
2475
2476         d) Remove the words "possible completions are" which didn't
2477         belong.
2478
2479         e) Fix things so that the completions scroll off the end of the
2480         completions windows only to the right, rather than both to the
2481         right and down, which is in accordance with Windows user interface
2482         conventions.
2483
2484         * msw-init.el (init-post-mswindows-win):
2485         Added a binding for meta-F4, which is the standard windows binding
2486         for exiting a program.
2487
2488         * select.el (get-selection-no-error):
2489         * select.el (own-selection):
2490         * select.el (own-clipboard):
2491         Added an optional argument called append to the functions
2492         own-selection and own-clipboard.  This adds support for appending
2493         text to the existing selection and allows the function
2494         own-clipboard to be used as the value of the variable
2495         interprogram- cut-function.
2496
2497         Fixed a bug in own-selection in handling zmacs-region-stays.
2498
2499         * simple.el (historical-kill-line): New.
2500
2501         * simple.el (kill-line):
2502         * simple.el (interprogram-cut-function):
2503         * simple.el (interprogram-paste-function):
2504         * simple.el (handle-pre-motion-command):
2505         * simple.el (next-line):
2506         * simple.el (previous-line):
2507         a) Expanded the variable kill-whole-line, so that function
2508         kill-line can be set to delete the entire line always, not just
2509         when cursor is at the beginning of the line.  This is controlled
2510         by setting the variable kill-whole-line to the symbol 'always.
2511         This behavior, as well as the existing kill-whole-line behavior,
2512         now only take effect when kill-line is called interactively,
2513         although this is a departure from a previous behavior in the case
2514         of setting this variable kill-whole-line to t.  It is almost
2515         certainly what has always been intended, and most likely the old
2516         way of doing things introduced bugs.  I also created a function
2517         called historical-kill-line, which ignores the kill-whole-line
2518         setting and always gives the historical behavior of only killing
2519         to the end of the line.  I bound this function to shift- control-k
2520         so that the kill to end of line behavior is available, even when
2521         kill-whole-line has been set to change control-k into the simple
2522         delete-whole-line behavior. (This can be set using the options
2523         menu.)
2524
2525         b) I changed things so that kill and yank now interact with the
2526         clipboard by default under windows.  This was done by changing the
2527         default value of interprogram-cut- function and
2528         interprogram-paste-function.  You can get the old behavior by
2529         setting these to nil, and there is an option on the options menu
2530         to do this.
2531
2532         c) I added support for selecting text using shifted motion keys.
2533         This support is on by default and can be controlled by the
2534         variable shifted-motion-keys-select-region.  There is also a
2535         variable called unshifted-motion-keys-deselect-region that
2536         controls more specifically how the shifted motion key behavior
2537         works.  I did not put an option on the options menu to turn this
2538         off, because I can't imagine why this would be useful.
2539
2540         * simple.el (forward-block-of-lines):
2541         * simple.el (backward-block-of-lines):
2542         * simple.el (block-movement-size):
2543         New.
2544
2545         * simple.el (uncapitalized-title-words):
2546         * simple.el (uncapitalized-title-word-regexp):
2547         * simple.el (capitalize-string-as-title):
2548         * simple.el (capitalize-region-as-title):
2549         New.
2550
2551
2552         * subr.el (add-hook):
2553         * subr.el (make-local-hook): New.
2554         * subr.el (remove-local-hook): New.
2555         * subr.el (add-one-shot-hook): New.
2556         * subr.el (add-local-one-shot-hook): New.
2557         Added some functions to make using hooks easier.
2558         These include:
2559
2560         a) Functions add-local-hook and remove-local-hook to make it easy
2561         to use local hooks.
2562
2563         b) Functions add-one-shot-hook and add-local-one-shot-hook, which
2564         make it possible to add a "one-shot" hook, which is to say a hook
2565         that runs only once, and automatically removes itself after the
2566         first time it has run.
2567
2568 2000-03-09  Andy Piper  <andy@xemacs.org>
2569
2570         * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
2571
2572 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
2573
2574         * buff-menu.el (buffers-menu-omit-invisible-buffers):
2575         Moved from menubar-items.el.
2576         * dumped-lisp.el: Dump gutter-items regardless of menubar.
2577
2578 2000-03-08  Andy Piper  <andy@xemacs.org>
2579
2580         * gutter-items.el (build-buffers-tab-internal): add selected field
2581         to buffers tab spec.
2582
2583 2000-03-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
2584
2585         * minibuf.el (last-exact-completion): Initialize to nil.
2586
2587 2000-03-07  Didier Verna  <didier@xemacs.org>
2588
2589         * startup.el (command-line-1): remove unused variable
2590         `first-file-buffer'.
2591
2592 2000-02-29  Hrvoje Niksic  <hniksic@iskon.hr>
2593
2594         * loaddefs.el (completion-ignored-extensions): Removed ".log",
2595         which is also used for Web server log files.
2596
2597 2000-02-03  IKEYAMA Tomonori <tomonori@suiyokai.org>
2598
2599         * mule/mule-charset.el: Setup auto-fill-chars.
2600
2601 2000-03-02  SL Baur  <steve@beopen.com>
2602
2603         * subr.el (with-string-as-buffer-contents): Reimplement using
2604         `with-temp-buffer'.  Fixes non-unique buffer name problem, fixes
2605         non-deletion of buffer after execution problem.
2606         (with-output-to-string): Use unique buffer name.
2607
2608 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
2609
2610         * gutter-items.el (buffers-tab-sort-function):  New variable.
2611         (buffers-tab-items):  Funcall it to sort the buffer tab list.
2612
2613 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
2614
2615         * startup.el (load-user-init-file):  Merge two `if's to one `or'.
2616
2617 2000-02-28  Martin Buchholz  <martin@xemacs.org>
2618
2619         * menubar-items.el (maybe-add-init-button): Remove the "Load
2620         .emacs" button from all menubars.
2621
2622 2000-03-01  Didier Verna  <didier@xemacs.org>
2623
2624         * rect.el (string-rectangle): depend on `pending-delete-mode' for
2625         region rectangle replacement (from Jan Vroonhof).
2626         (replace-rectangle): new function.
2627
2628 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2629
2630         * mule/mule-cmds.el (set-default-coding-systems): Use
2631         set-terminal-coding-system and set-keyboard-coding-system.
2632         * coding.el (set-terminal-coding-system): Use
2633         set-console-tty-output-coding-system.
2634         (set-keyboard-coding-system): Use
2635         set-console-tty-input-coding-system.
2636
2637 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2638
2639         * minibuf.el (read-variable): Allow symbol to default argument.
2640
2641 2000-02-27  Andy Piper  <andy@xemacs.org>
2642
2643         * gutter-items.el (update-tab-hook): new function to be used for
2644         hooks.
2645         (create-frame-hook): add update-tab-hook.
2646         (record-buffer-hook): ditto.
2647         (default-gutter-position-changed): ditto.
2648         (default-gutter-position): updating the buffers tab is now handled
2649         by a hook.
2650         (default-gutter-position-changed-hook): new variable.
2651         (gutter-element-visibility-changed-hook): ditto.
2652         (set-gutter-element-visible-p): call it.
2653         (set-gutter-element): use modify-specifier-instances. Set extents
2654         as duplicable before using.
2655         (remove-gutter-element): ditto.
2656         (set-gutter-element-visible-p): ditto.
2657         (init-gutter): new function.
2658         (add-tab-to-gutter): use new gutter-element functions rather than
2659         setting specifiers directly.
2660         (clear-progress): ditto.
2661         (abort-progress): ditto.
2662         (gutter-buffers-tab-visible-p): renamed from
2663         default-gutter-visible-p
2664
2665         * specifier.el (modify-specifier-instances): new function from Jan
2666         Vroonhof.
2667
2668         * x-init.el (init-post-x-win): call init-gutter.
2669
2670         * msw-init.el (init-post-mswindows-win): call init-gutter.
2671
2672         * menubar-items.el (default-menubar): Update to reflect new gutter
2673         variables.
2674
2675 2000-02-26  Andy Piper  <andy@xemacs.org>
2676
2677         * gutter-items.el (set-gutter-element): new function. Add gutter
2678         elements to the specified gutter.
2679         (remove-gutter-element): new function. Remove gutter elements from
2680         the specified gutter.
2681         (set-gutter-element-visible-p): new function. Set gutter element
2682         visibility for the provided gutter-visible specifier.
2683
2684 2000-02-23  Andy Piper  <andy@xemacs.org>
2685
2686         * gutter-items.el (add-tab-to-gutter): specify dimensions
2687         dynamically.
2688
2689 2000-02-24  Martin Buchholz  <martin@xemacs.org>
2690
2691         * gutter-items.el (add-tab-to-gutter):
2692         * package-get.el (package-get-interactive-package-query):
2693         * package-ui.el (pui-directory-exists):
2694         (pui-install-selected-packages):
2695         (pui-list-packages):
2696         Use #'(lambda ...)  instead of '(lambda ...).
2697
2698 2000-02-21  Gregory Neil Shapiro <gshapiro@gshapiro.net>
2699
2700         * startup.el (load-user-init-file): Check to make sure user
2701           has an init-file before calling load().
2702
2703 2000-02-20  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
2704
2705         * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
2706
2707 2000-02-23  Martin Buchholz <martin@xemacs.org>
2708
2709         * XEmacs 21.2.31 is released.
2710
2711 2000-02-21  Mike Sperber <mike@xemacs.org>
2712
2713         * loadup.el (really-early-error-handler):
2714         * update-elc.el:
2715         * make-docfile.el:
2716         Remove dependency on EMACSBOOTSTRAP... environment variables.
2717
2718 2000-02-21  Martin Buchholz <martin@xemacs.org>
2719
2720         * XEmacs 21.2.30 is released.
2721
2722 2000-02-19  Martin Buchholz  <martin@xemacs.org>
2723
2724         * byte-optimize.el (byte-optimize-plus):
2725         (byte-optimize-minus):
2726         (byte-optimize-multiply):
2727         Optimize (- 0) to 0, not (-)
2728         Optimize (+ 5 3.0) to 8.0
2729         Optimize (* 5 3.0) to 15.0
2730         Improve readability.
2731
2732 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
2733
2734         * modeline.el: (modeline-scrolling-method): change modeline
2735         mswindows cursor appearance according to the value.
2736
2737         * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
2738         and 'gui-element face colors and 'gui-element face font to Windows
2739         defaults.
2740
2741 2000-02-09 Stef Epardaud  <stef@lunatech.com>
2742
2743         * font-lock.el: Javadoc enhancements
2744
2745 1999-11-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
2746
2747         * ldap.el (toplevel): Test if LDAP support has been compiled in
2748         (ldap-verbose): New option
2749         (ldap-search-entries): Renamed from the previous ldap-search
2750         Conditionalize message display on ldap-verbose
2751         (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
2752         defuns
2753         (ldap-search): Is now defined as an obsolete wrapper calling
2754         ldap-search-basic or ldap-search-entries
2755
2756
2757 1999-12-06  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
2758             Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
2759             Jan Vroonhof  <jan@xemacs.org>
2760
2761         * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
2762         When for-effect is true, didn't call `byte-optimize-form'
2763         in and/or subforms without last.
2764
2765 1999-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
2766
2767         * package-get.el (package-get-download-sites): Use correct custom
2768         type.
2769
2770 2000-02-15  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
2771
2772         * files.el (write-file): Ask for coding system when compiled with
2773         file-coding.
2774
2775 2000-02-16  Andy Piper  <andy@xemacs.org>
2776
2777         * buffer.el (switch-to-buffer): give norecord argument to
2778         set-window-buffer instead of explicitly recording.
2779
2780         * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
2781         we have to pick a window.
2782
2783 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2784
2785         * mule/mule-cmds.el (describe-language-support): Don't add
2786         unexist function to help-map.
2787         (describe-coding-system): Don't use already assigend `C'.
2788
2789 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
2790
2791         * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
2792         work in custom.
2793
2794 2000-02-04  Kazuyuki IENAGA <kazz@imasy.or.jp>
2795
2796         * about.el: Ienaga's e-mail address change.
2797
2798 2000-02-16  Samuel Mikes  <smikes@alumni.hmc.edu>
2799
2800         * etags.el (find-tag): force new window -- even if buf already
2801         visible -- when other-window is t
2802
2803 2000-02-16  Martin Buchholz <martin@xemacs.org>
2804
2805         * XEmacs 21.2.29 is released.
2806
2807 2000-02-09  Martin Buchholz  <martin@xemacs.org>
2808
2809         * cl-extra.el (getf): This is now identical to `plist-get', so
2810         just defalias it.
2811         * cl-macs.el: Make getf an alias to plist-get, at the
2812         byte-compiler level, using define-compiler-macro.
2813
2814 2000-02-08  Martin Buchholz  <martin@xemacs.org>
2815
2816         * cl-extra.el (cl-remprop): Remove. remprop is now in C.
2817
2818 2000-02-07  Kyle Jones  <kyle_jones@wonderworks.com>
2819
2820         * lisp/etags.el (find-tag-internal): set exact-tagname to
2821           a regular expression that matches against the tagname
2822           part of the tag entry first instead of only looking in
2823           the context area.
2824
2825 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
2826
2827         * gutter-items.el: fixed typo(s) in customizing default-gutter-position
2828         * toobar.el: fixed typo(s) in customizing default-toolbar-position
2829
2830 2000-02-07  Martin Buchholz <martin@xemacs.org>
2831
2832         * XEmacs 21.2.28 is released.
2833
2834 2000-02-07  Martin Buchholz  <martin@xemacs.org>
2835
2836         * cl-extra.el (getf): Just call `get', never `get*'.
2837         Make arglist match docstring.
2838         Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
2839         * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
2840         * byte-optimize.el: remove references to `get*'.
2841
2842 2000-02-06  Martin Buchholz  <martin@xemacs.org>
2843
2844         * mule/european.el: Add syntax information for Latin3 and Latin4.
2845
2846 2000-02-02  Martin Buchholz  <martin@xemacs.org>
2847
2848         * byte-optimize.el: Byte-optimize (length "foo")
2849
2850 2000-02-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2851
2852         * window.el (shrink-window-if-larger-than-buffer): Rewrite full
2853         width check using `window-leftmost-p' and `window-rightmost-p'.
2854
2855 2000-02-02  Per Abrahamsen  <abraham@dina.kvl.dk>
2856
2857         * wid-edit.el (widget-match-inline): An atom never matches a
2858           list.
2859
2860 2000-01-29  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
2861
2862         * modeline.el: Consolidated 'x and 'mswindows specification under
2863         'win tag.
2864
2865 2000-01-29  Andy Piper  <andy@xemacs.org>
2866
2867         * gutter-items.el: (format-buffers-tab-line): Try and be
2868         intelligent about buffer naming when we have duplicates.
2869
2870 2000-01-29  Andy Piper  <andy@xemacs.org>
2871
2872         * gutter-items.el (gutter-visible-p): Make sure the gutter gets
2873         updated when it becomes visible.
2874
2875 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
2876
2877         * bytecomp.el (byte-compile-insert-header): Properly set coding
2878         system under MULE and file-coding.
2879
2880 2000-01-28  Martin Buchholz  <martin@xemacs.org>
2881
2882         * coding.el (dontusethis-set-value-file-name-coding-system-handler):
2883         (dontusethis-set-value-terminal-coding-system-handler):
2884         (dontusethis-set-value-keyboard-coding-system-handler):
2885         Never undefine coding system aliases.  Emergency fix for gnus.
2886
2887 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
2888
2889         * files.el (abbreviate-file-name): Use directory-sep-char instead
2890         of hard-coded "/".
2891
2892 2000-01-27  Hrvoje Niksic  <hniksic@iskon.hr>
2893
2894         * startup.el (user-init-file-base-list): New variable, replacing
2895         user-init-file-base.
2896         (find-user-init-file): New function.
2897         (command-line-early): Use it.
2898         (load-user-init-file): Ditto.
2899
2900 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
2901
2902         * gutter-items.el (update-tab-in-gutter): Use proper locale when
2903         calling valid-image-instantiator-format-p
2904
2905 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
2906
2907         * isearch-mode.el (isearch-mode): The variable is
2908         isearch-unhidden-extents, not isearch-opened-extents.
2909
2910 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
2911
2912         * minibuf.el (next-history-element): Modify error message if a
2913         default value is available.
2914
2915 2000-01-26  Martin Buchholz  <martin@xemacs.org>
2916
2917         * bytecomp.el (byte-compile-file): Don't unconditionally write
2918         .elc files in binary - might contain non-Latin1.
2919
2920 2000-01-24  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
2921
2922         * process.el (shell-quote-argument): Use (nt-quote-process-args)
2923         for windows-nt.
2924
2925         * version.el:
2926         * startup.el (user-init-file-base):
2927         * process.el (call-process-region):
2928         * files.el (make-backup-file-name):
2929         (backup-file-name-p):
2930         (file-relative-name):
2931         (abbreviate-file-name):
2932         (set-auto-mode):
2933         * code-process.el (call-process-region): Removed unnecessary
2934         branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
2935         support out of the universe.
2936
2937         * process.el:
2938         * code-process.el:
2939         * bytecomp.el (byte-compile-file): Removed reference to
2940         buffer-file-type, and commented usage of binary-process-output
2941         NTEmacs variables.
2942
2943 2000-01-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
2944
2945         * help.el (function-arglist): Add case for macro.
2946
2947 2000-01-22  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
2948
2949         * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
2950         printers.
2951         (custom-display): Added a menu for printer/display tags.
2952
2953         * frame.el (frame-type):
2954         * device.el (device-type): Added 'msprinter to the doc string, and
2955         removed 'pc -- it is not going to be implemented ever.
2956         (call-device-method): Fixed docstring typo.
2957         Defined specifier tags 'printer and 'display.
2958
2959 2000-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
2960
2961         * lisp/itimer.el (itimer-run-expired-timers): (consp
2962           last-command-event-time) instead of (consp
2963           'last-command-event-time).
2964
2965 2000-01-21  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
2966
2967         * msw-glyphs.el: Removed obsolete commentary.
2968
2969 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
2970
2971         * minibuf.el (read-file-name): Use abbreviate-file-name to produce
2972         better default value.
2973
2974 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
2975
2976         * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
2977         (read-string): Ditto.
2978         (eval-minibuffer): Ditto.
2979         (read-command): Ditto.
2980         (read-function): Ditto.
2981         (read-variable): Ditto.
2982         (read-number): Ditto.
2983         (read-shell-command): Ditto.
2984         (read-number): Record history.
2985
2986 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
2987
2988         * etags.el (find-tag-tag): Use DEFAULT of completing-read.
2989
2990 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
2991
2992         * faces.el (startup-initialize-custom-faces): New function.
2993         Reset all faces created during auto-autoloads loading time
2994         by defface.
2995         * startup.el (command-line): Call it.
2996
2997 2000-01-19  Yoshiki Hayashi  <yoshiki@xemacs.org>
2998
2999         * about.el (about-hackers): Add myself to contributors list.
3000
3001 2000-01-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3002
3003         * menubar-items.el (maybe-add-init-button): Removed an argument in
3004         a call to load-user-init-file, as the function managed to lose its
3005         formal parameter a few betas ago.
3006
3007 2000-01-18  Martin Buchholz <martin@xemacs.org>
3008
3009         * XEmacs 21.2.27 is released.
3010
3011 2000-01-18  Martin Buchholz  <martin@xemacs.org>
3012
3013         * process.el (shell-command-to-string): Use the FSF docstring.
3014         Make shell-command-to-string the standard function, and
3015         exec-to-string the (deprecated) alias.
3016
3017         * startup.el: typo fix.
3018
3019 2000-01-16  Martin Buchholz  <martin@xemacs.org>
3020
3021         * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
3022
3023 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3024
3025         * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
3026         buffers after visible buffers.
3027         (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
3028
3029 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3030
3031         * info.el (Info-extract-menu-node-name): Stop at a dot
3032         followed by whitespace or right parenthesis.
3033
3034 2000-01-15  Hrvoje Niksic  <hniksic@iskon.hr>
3035
3036         * info.el (Info-directory-list): Warn against using Customize with
3037         Info-directory-list.
3038
3039 2000-01-15  Adrian Aichner  <aichner@ecf.teradyne.com>
3040
3041         * minibuf.el (read-file-name): doc fix.
3042
3043         * autoload.el (update-file-autoloads): doc fix.
3044
3045         * about.el (about-hackers): Change my E-mail address.
3046
3047 2000-01-13  Martin Buchholz  <martin@xemacs.org>
3048
3049         * info.el (Info-visit-file): Just use the `f' interactive spec to
3050         read a filename in the standard way.
3051
3052 2000-01-13  Andy Piper  <andy@xemacs.org>
3053
3054         * gutter-items.el (gutter-buffers-tab-orientation): new variable.
3055         (gutter-buffers-tab-extent): new variable.
3056         (update-tab-in-gutter): call add-tab-to-gutter again if the
3057         orientation has changed.
3058         (add-tab-to-gutter): cope with different orientations.
3059
3060 2000-01-11  Didier Verna  <didier@xemacs.org>
3061
3062         * info.el (Info-following-node-name): backward-skip dots as well
3063         as spaces (dots at the end of a node name aren't part of it).
3064         (Info-extract-menu-node-name): don't skip dots. There could be
3065         some in the node name.
3066         (Info-index): allow dots to be part of a node name.
3067
3068 2000-01-12  Andreas Jaeger  <aj@suse.de>
3069
3070         * files.el (auto-mode-alist): Added idlwave-mode.
3071         Patch by Carsten Dominik <dominik@astro.uva.nl>.
3072
3073 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3074
3075         * info.el (Info-search): Show default value.
3076
3077 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3078
3079         * info.el (Info-read-node-completion-table): New variable.
3080         (Info-read-node-name-1): New function.
3081         (Info-read-node-name): Use it.
3082         (Info-follow-reference): Use DEFAULT argument of completing-read.
3083         (Info-menu): Ditto.
3084
3085 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3086
3087         * hyper-apropos.el (hyper-describe-key-briefly): Save
3088         window configuration.
3089         (hyper-describe-face): Use DEFAULT of completing-read.
3090         (hyper-apropos-read-variable-symbol): Ditto.
3091         (hyper-apropos-read-function-symbol): Ditto.
3092
3093 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3094
3095         * mule/mule-cmds.el (set-default-coding-system): Set
3096         comint-exec-hook to use coding-system-for-read and
3097         coding-system-for-write so that C-x RET c works.
3098
3099 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3100
3101         * minibuf.el (minibuffer-confirm-incomplete): Customize.
3102         (previous-matching-history-element): Increment
3103         minibuffer-max-depth by 1.
3104         (next-matching-history-element): Ditto.
3105
3106 2000-01-11  Andy Piper  <andy@xemacs.org>
3107
3108         * gutter-items.el (buffers-tab): Create a new face for the buffers
3109         tab.
3110         (buffers-tab-face): use it.
3111
3112 2000-01-10  Didier Verna  <didier@xemacs.org>
3113
3114         * modeline.el (modeline-scrolling-method): change modeline X
3115         cursor appearance according to the value.
3116
3117 2000-01-07  Andreas Jaeger  <aj@suse.de>
3118
3119         * about.el (about-hackers): Moved my entry to contributor list.
3120         (xemacs-hackers): Added myself.
3121         (about-maintainer-info): Added description of myself.
3122
3123
3124 2000-01-07  Didier Verna  <didier@xemacs.org>
3125
3126         * modeline.el (modeline-scrolling-method): new variable.
3127         (mouse-drag-modeline): add reference to it in the docstring.
3128         (mouse-drag-modeline): handle it.
3129
3130 2000-01-08  Andy Piper  <andy@xemacs.org>
3131
3132         * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
3133         calls.
3134         (remove-buffer-from-gutter-tab): ditto.
3135
3136 2000-01-06  Per Abrahamsen  <abraham@dina.kvl.dk>
3137
3138         * cus-edit.el (custom-hook-convert-widget): Fix comment.
3139         (custom-face-edit): Fix grammatical error in help message.
3140
3141 2000-01-03  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3142
3143         * movemail.el: Added.
3144
3145         * dumped-lisp.el (preloaded-file-list): Added movemail.el.
3146
3147 2000-01-03  Didier Verna  <didier@xemacs.org>
3148
3149         * modeline.el (mouse-drag-modeline): remove the code related to
3150         the modeline horizontal scrolling facility.
3151
3152 1999-12-31  Martin Buchholz <martin@xemacs.org>
3153
3154         * XEmacs 21.2.26 is released.
3155
3156 1999-12-28  Andy Piper  <andy@xemacs.org>
3157
3158         * wid-edit.el (widget-push-button-value-create): The gui cache
3159         does not agree with native widgets which can only be displayed
3160         once per window. The reasons for caching are diminished now that
3161         we don't hog resources when creating buttons.
3162         (widget-push-button-cache) deleted.
3163
3164 1999-12-24  Martin Buchholz <martin@xemacs.org>
3165
3166         * XEmacs 21.2.25 is released.
3167
3168 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3169
3170         * hyper-apropos.el (hyper-apropos): Toggle
3171         hyper-apropos-programming-apropos correctly.
3172         Set REGEXP when user accepts default value.
3173
3174 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3175
3176         * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
3177         (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
3178
3179 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3180
3181         * mule/mule-category.el (undefined-category-designator):
3182         Return char instead of character.  Search for undefined one.
3183         (describe-category): Use with-displaying-help-buffer.
3184
3185 1999-12-21  Martin Buchholz  <martin@xemacs.org>
3186
3187         * byte-optimize.el (byte-optimize-plus):
3188         Optimize (+ 1) to 1 instead of (1+ nil).
3189
3190         * files.el (basic-save-buffer): Rewrite for clarity.  Use (char-before).
3191
3192         * byte-optimize.el (byte-compile-butlast): Remove.  Use butlast instead.
3193
3194         * byte-optimize.el (byte-optimize-char-before): New function.
3195         Remove performance penalty for using (char-before) instead of (char-after).
3196
3197 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3198
3199         * mule/mule-category.el (char-category-list): Return character
3200         instead of integer.
3201
3202 1999-12-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3203
3204         * minibuf.el (read-buffer): Check default is buffer object.
3205
3206 1999-11-25  Andy Piper  <andy@xemacs.org>
3207
3208         * cus-edit.el (custom-buffer-create-buttons): Use native widgets
3209         for buttons.
3210
3211 1999-12-16  Andreas Jaeger  <aj@suse.de>
3212
3213         * package-get.el (package-get-maybe-save-index): Fixed typo.
3214         Patch by Jeff Miller <jmiller@smart.net>.
3215
3216 1999-12-13  Charles G Waldman  <cgw@alum.mit.edu>
3217
3218         * gnuserv.el (gnuserv-process-filter):  don't call
3219         gnuserv-write-to-client when gnuserv-current-client is nil
3220
3221 1999-12-14  Martin Buchholz <martin@xemacs.org>
3222
3223         * XEmacs 21.2.24 is released.
3224
3225 1999-12-12  Gunnar Evermann  <ge204@eng.cam.ac.uk>
3226
3227         * about.el (about-hackers): Update my email address.
3228
3229 1999-12-07  Martin Buchholz <martin@xemacs.org>
3230
3231         * XEmacs 21.2.23 is released.
3232
3233 1999-11-06  Jason R Mastaler  <jason@mastaler.com>
3234
3235         * package-get.el (package-get-download-sites): Removed several
3236         defunct download sites, added many new ones, and corrected a few
3237         incorrect directory-on-site entries.  Added physical locations to
3238         site-description.
3239
3240 1999-11-30  Gunnar Evermann  <ge204@eng.cam.ac.uk>
3241
3242         * finder.el (finder-commentary): add DOC string and fix
3243         interactive spec
3244
3245 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
3246
3247         * help.el (describe-function): Don't forget to intern the string
3248         completing-read returns.
3249         (describe-variable): Ditto.
3250
3251 1999-11-16  Adrian Aichner  <adrian@xemacs.org>
3252
3253         * hyper-apropos.el (hyper-apropos-this-symbol): Handle
3254         `hyper-apropos-help-mode' here to find symbol to customize
3255         irregardless of cursor position and simplify
3256         `hyper-apropos-set-variable', `hyper-apropos-find-function', and
3257         `hyper-apropos-popup-menu'.
3258
3259 1999-11-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3260
3261         * apropos.el (apropos-mode-map): Add return to call
3262         apropos-follow.
3263         (apropos-print): Call apropos-mode to have better
3264         command reference. Put keymap text-poperty to
3265         symbole name.
3266
3267 1999-11-22  Alastair Burt  <burt@dfki.de>
3268
3269         * help.el: (describe-bindings-1): Added handling of keymaps for
3270         the extents at point.
3271
3272 1999-12-02  Mark Thomas  <mthomas@jprc.com>
3273
3274         * gutter-items.el (buffers-tab-items): Wrap the function in a
3275         save-match-data
3276
3277 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
3278
3279         * help.el (describe-function): Use the DEFAULT argument to
3280         completing-read.
3281         (describe-variable): Ditto.
3282
3283 1999-11-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3284
3285         * minibuf.el (read-from-minibuffer): Add optional argument
3286         DEFAULT to have better mini-buffer history support.
3287         (completing-read): Pass default to read-from-minibuffer.
3288         (read-buffer): Pass default to completing-read.
3289
3290 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
3291
3292         * font-lock.el (font-lock-doc-string-face): Document the
3293         `font-lock-lisp-like' property.
3294
3295 1999-11-29  Hrvoje Niksic  <hniksic@iskon.hr>
3296
3297         * lisp-mode.el: Specify `font-lock-lisp-like'.
3298
3299         * font-lock.el (font-lock-lisp-like): New function.
3300         (font-lock-fontify-syntactically-region): Use it.
3301
3302 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
3303
3304         * XEmacs 21.2.22 is released
3305
3306 1999-11-28  Martin Buchholz <martin@xemacs.org>
3307
3308         * XEmacs 21.2.21 is released.
3309
3310 1999-11-18  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3311
3312         * minibuf.el (read-coding-system): Accept symbol and
3313         coding-system object as a default-coding-system.
3314
3315 1999-11-16  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3316
3317         * minibuf.el (read-coding-system): Accept symbol as
3318         a default-coding-system.
3319
3320 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3321
3322         * apropos.el (apropos-documentation): Use insert instead
3323         of princ.
3324
3325 1999-11-07  William M. Perry  <wmperry@aventail.com>
3326
3327         * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
3328           for the linux console.
3329
3330         * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
3331           stuff to work when you are not on a window system, since the GPM
3332           mouse support now allows pasting from outside of XEmacs.
3333
3334 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
3335
3336         * XEmacs 21.2.20 is released
3337
3338 1999-11-06  Hrvoje Niksic  <hniksic@iskon.hr>
3339
3340         * setup-paths.el (paths-default-info-directories): Add
3341         /usr/share/info and /usr/local/share/info.
3342
3343 1999-10-30  Hrvoje Niksic  <hniksic@srce.hr>
3344
3345         * about.el: Updated Vladimir Ivanovic's info.
3346
3347 11999-08-28  Jan Vroonhof  <vroonhof@math.ethz.ch>
3348
3349         * auto-show.el (auto-show-truncationp): Remove.
3350
3351         * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
3352
3353 999-09-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
3354
3355         * indent.el (indent-line-to): fix bug: spaces were not replaced
3356         with tab if column is multiple of tab-width
3357         From dhn@qedinc.com
3358
3359 1999-10-24  Jan Vroonhof  <vroonhof@math.ethz.ch>
3360
3361         * mule/mule-cmds.el (read-input-method-name): Accept symbols
3362         correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
3363
3364         * package-get.el (package-get-package-provider): Be verbose when
3365         interactive. Patch from Robert Pluim
3366
3367 1999-08-23  Mike McEwan  <mike@lotusland.demon.co.uk>
3368
3369         * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
3370         info file suffixes.
3371
3372 1999-08-19  Stephen Tse  <stephent@sfu.ca>
3373
3374         * process.el (open-network-stream): Add a new optional parameter
3375         PROTOCOL to support udp; fix a minor typo and add an explanation
3376         in docstring for udp programming.
3377
3378         * code-process.el (open-network-stream): Add a new optional
3379         parameter PROTOCOL to support udp; fix a minor typo and add an
3380         explanation in docstring for udp programming.
3381
3382 1999-10-18  Andy Piper  <andy@xemacs.org>
3383
3384         * gui.el (make-gui-button): be more precise about how we call
3385         callbacks.
3386
3387         * wid-edit.el (widget-push-button-value-create): Use the new form
3388         of native gui-button.
3389
3390 1999-10-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3391
3392         * info.el (Info-page-prev): Don't do (sit-for 0).
3393
3394 1999-10-13  Andy Piper  <andy@xemacs.org>
3395
3396         * gutter-items.el (progress-abort-glyph): new glyph for showing
3397         abort status.
3398         (append-progress): dispatch-event rather than sit-for.
3399         (abort-progress): new function. Show the abort glyph with an
3400         appropriate message.
3401         (raw-append-progress): dispatch-event rather than sit-for.
3402         (display-progress): cope with aborts.
3403
3404         * gui.el (make-gui-button): Use native widgets for buttons
3405         unconditionally.
3406         (insert-gui-button): ditto.
3407         (gui-button-p): ditto.
3408
3409         * xbm-button.el: remove from core.
3410
3411         * xpm-button.el: remove from core.
3412
3413 1999-10-07  Olivier Galibert  <galibert@pobox.com>
3414
3415         * faces.el (init-device-faces): Don't initialize the random faces
3416         on the stream device.
3417
3418 1999-10-06  Andy Piper  <andy@xemacs.org>
3419
3420         * files.el (recover-file): Don't use ls under windows for revert buffer.
3421
3422 1999-09-25  Adrian Aichner  <adrian@xemacs.org>
3423
3424         * package-get.el (package-get-download-menu): Make menu really
3425         toggle download sites.
3426         (package-get-download-sites): Add autoload cookie.
3427
3428 1999-09-29  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3429
3430         * setup-paths.el (paths-find-module-directory): Ditto.
3431
3432 1999-09-29  Werner Fink  <werner@suse.de>
3433
3434         * setup-paths.el (paths-find-exec-directory): Add missing nil
3435         parameter for environment.
3436
3437 1999-09-27  Martin Buchholz  <martin@xemacs.org>
3438
3439         * modeline.el (modeline-format):
3440         Only purecopy the strings.  Else
3441         (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
3442         barfs.
3443
3444 1999-08-28  Mike Woolley  <mike@bulsara.com>
3445
3446         * winnt.el: Removed nt-shell-mode-hook, which was preventing the
3447         user setting comint-completion-addsuffix and
3448         comint-process-echoes.
3449
3450 1999-09-22  Andy Piper  <andy@xemacs.org>
3451
3452         * gutter-items.el (update-tab-in-gutter): use
3453         last-nonminibuf-window instead of selected-window.
3454
3455 1999-09-18  Andy Piper  <andy@xemacs.org>
3456
3457         * gnuserv.el (gnuserv-edit-files): select frame we are going to
3458         display on.
3459
3460         * subr.el (record-buffer-hook): new variable so that the hook gets
3461         some documentation.
3462
3463 1999-09-16  Andy Piper  <andy@xemacs.org>
3464
3465         * gutter-items.el (update-tab-in-gutter): only update when the
3466         gutter is visible.
3467         (remove-buffer-from-gutter-tab): ditto.
3468
3469 1999-09-17  Hrvoje Niksic  <hniksic@srce.hr>
3470
3471         * simple.el (do-auto-fill): Commented out part of Kinsoku
3472         processing.
3473
3474 1999-09-14  Hrvoje Niksic  <hniksic@srce.hr>
3475
3476         * isearch-mode.el (isearch-highlightify-region): Give the
3477         highlighting extents a high priority.
3478         (isearch-make-extent): Give the main highlighting extent an even
3479         higher priority.
3480
3481 1999-09-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3482
3483         * packages.el (packages-compute-package-locations): Fix typo from
3484         -u rationalization.
3485
3486 1999-09-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3487
3488         * setup-paths.el (paths-find-doc-directory): Respect value of
3489         `configure-doc-directory.'
3490
3491         * find-paths.el (paths-find-architecture-directory): Give
3492         precendence `default' argument (which typically comes from
3493         configure).
3494
3495 1999-09-05  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3496
3497         * startup.el (command-line-early): Added options -user-init-file
3498         and -user-init-directory.
3499
3500         * files.el (user-init-file): Default to NIL so we can recognize
3501         when it's set.
3502
3503 1999-08-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3504
3505         * obsolete.el (init-file-user):
3506         * startup.el:
3507         * packages.el (packages-compute-package-locations):
3508         * package-get.el (package-get-user-index-filename):
3509         * menubar-items.el (maybe-add-init-button):
3510         * info.el (Info-annotations-path):
3511         * dump-paths.el:
3512         Change `user-init-directory' to be an absolute path.
3513         Use `user-init-directory' where appropriate.
3514         Zap `init-file-user' and its uses.
3515
3516 1999-09-09  Hrvoje Niksic  <hniksic@srce.hr>
3517
3518         * subr.el (copy-symbol): New function.
3519
3520 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
3521
3522         * isearch-mode.el (isearch-done): Be sure to restore invisible
3523         extents in the proper buffer.
3524         (isearch-pre-command-hook): Set this-command to the correct value
3525         in case the buffer has changed and old overriding-local-map was
3526         used.
3527         (isearch-restore-extent): Use remprop instead of setting the
3528         property to nil.
3529
3530 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
3531
3532         * cmdloop.el (execute-extended-command): Update zmacs region
3533         before the delay.
3534         (execute-extended-command): Make the message gettext-friendly.
3535
3536 1999-09-07  Andy Piper  <andy@xemacs.org>
3537
3538         * gutter-items.el (progress-gauge-glyph): renamed from
3539         progress-glyph.
3540         (progress-text-glyph): new variable.
3541         (progress-layout-glyph): use layouts and text glyphs.
3542         (progress-area-buffer): removed.
3543         (progress-text-and-extent): new variable.
3544         (progress-displayed-p): dynamically create gutter area buffer.
3545         (clear-progress): ditto.
3546         (raw-append-progress): ditto.
3547         (append-progress): use new glyph names.
3548         (raw-append-progress): only create the extent when needed. set
3549         properties more optimally.
3550         (progress): remove args.
3551
3552 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
3553
3554         * isearch-mode.el (isearch-range-invisible): Use mapc instead of
3555         mapcar where the return value is unused.
3556         (isearch-restore-invisible-extents): Ditto.
3557         (isearch-highlight-all-cleanup): Ditto.
3558         (isearch-delete-extents-in-range): Traverse the extents only once.
3559         (isearch-highlight-all-update): Don't start over if the search
3560         string has changed and more input is pending.
3561
3562 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
3563
3564         * packages.el (packages-find-package-data-path): Ditto.
3565
3566         * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
3567
3568         * subr.el (mapc-internal): Don't make obsolete.
3569
3570         * cl-extra.el (mapc): Resurrect.
3571
3572 1999-09-03  Hrvoje Niksic  <hniksic@srce.hr>
3573
3574         * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
3575         alias.
3576
3577         * isearch-mode.el (isearch-top-state): Restore isearch-word.
3578         (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
3579         (isearch-yank-clipboard): Use get-clipboard instead of
3580         x-get-clipboard.
3581         (isearch-yank-selection): Fix docstring.
3582
3583 1999-09-02  Martin Buchholz  <martin@xemacs.org>
3584
3585         * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
3586
3587 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
3588
3589         * cl-macs.el (extent-start-position): Fix setf method.
3590         (extent-end-position): Ditto.
3591
3592 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
3593
3594         * isearch-mode.el: End merge with FSF 20.4.
3595
3596         * isearch-mode.el (search-invisible): New variable.
3597         (isearch-hide-immediately): Ditto.
3598         (isearch-unhidden-extents): Ditto.
3599         (isearch-range-invisible): New function.
3600         (isearch-unhide-extent): Ditto.
3601         (isearch-restore-invisible-extents): Ditto.
3602         (isearch-restore-extent): Ditto.
3603
3604         * isearch-mode.el (isearch-ring-advance-edit): Use FSF
3605         implementation.
3606         (isearch-ring-retreat-edit): Ditto.
3607         (isearch-forward): New argument NO-RECURSIVE-EDIT.
3608         (isearch-forward-regexp): New arguments NOT-REGEXP and
3609         NO-RECURSIVE-EDIT.
3610         (isearch-backward): New argument NO-RECURSIVE-EDIT.
3611         (isearch-backward-regexp): New arguments NOT-REGEXP and
3612         NO-RECURSIVE-EDIT.
3613         (isearch-mode): Return isearch-success.
3614         (isearch-update): Use unread-command-events instead of
3615         unread-command-event.
3616         (isearch-abort): If an invalid regexp is encountered, keep popping
3617         states.
3618         (isearch-*-char): Use FSF implementation.
3619         (isearch-whitespace-chars): Use the more robust FSF's
3620         implementation.
3621         (isearch-within-brackets): New variable.
3622         (isearch-mode): Initialize it.
3623         (isearch-edit-string): Bind it.
3624         (isearch-search-and-update): Set it.
3625         (isearch-push-state): Push it.
3626         (isearch-top-state): Pop it.
3627         (isearch-search): Set it.
3628         (isearch-printing-char): When called by isearch-whitespace-chars,
3629         handle M-SPC gracefully.
3630         (isearch-message-prefix): New argument ELLIPSIS.
3631         (isearch-message-suffix): Ditto.
3632         (isearch-message): Use the ELLIPSIS argument when calling
3633         isearch-message-prefix and isearch-message-suffix.
3634         (isearch-message-prefix): Distinguish between "wrapped" and
3635         "overwrapped" search, FWIW.
3636
3637 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
3638
3639         * isearch-mode.el (isearch-edit-string): Use the head of the
3640         search ring instead of search-last-string and search-last-regexp.
3641         (search-highlight): Renamed from isearch-highlight.
3642         (isearch-exit): Use the new name.
3643         (isearch-highlight): Ditto.
3644         (isearch-dehighlight): Ditto.
3645         (isearch-update-ring): New function.
3646         (isearch-done): Call it.
3647         (isearch-done): New argument EDIT.
3648         (isearch-repeat): If search string is empty, look up at the car of
3649         the search ring; ignore the yank pointer.
3650         (isearch-abort): Call isearch-done with NOPUSH.
3651         (isearch-cancel): New function.
3652         (isearch-mode-map): Bind it to ESC ESC ESC.
3653
3654         * isearch-mode.el: Begin merge with FSF 20.4.
3655
3656 1999-09-01  Andy Piper  <andy@xemacs.org>
3657
3658         * x-select.el (x-get-clipboard): obsolete.
3659         (x-yank-clipboard-selection): obsolete
3660
3661         * select.el (disown-selection): need to be careful to disown the
3662         clipboard if we set it via selection.
3663         (get-clipboard): move from x-select.el
3664         (yank-clipboard-selection): ditto.
3665
3666 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
3667
3668         * isearch-mode.el (isearch-exit): Bind isearch-highlight and
3669         isearch-highlight-all-matches to nil.
3670         (isearch-fixed-case): New variable.
3671         (isearch-mode): Initialize it.
3672         (isearch-edit-string): Save it.
3673         (isearch-toggle-case-fold): Set it.
3674         (isearch-fix-case): Make sure isearch-toggle-case-fold works --
3675         need to check isearch-fixed-case.
3676         (isearch-toggle-case-fold): Update highlighting of all matches
3677         before the pause.
3678         (isearch-edit-string):
3679
3680 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
3681
3682         * isearch-mode.el (isearch-edit-string): Call isearch-message
3683         before reading the event so that the prompt is displayed properly.
3684         (isearch-message): Use isearch-nonincremental when calling
3685         isearch-message-prefix.
3686         (minibuffer-local-isearch-map): Bind up and down to do the same as
3687         M-p and M-n respectively.
3688         (isearch-done): New arg NOPUSH.
3689         (isearch-edit-string): Use it.
3690         (isearch-edit-string): Don't bind isearch-string.
3691         (isearch-ring-adjust): Edit string, *then* push state.
3692
3693 1999-08-31  Hrvoje Niksic  <hniksic@srce.hr>
3694
3695         * faces.el (isearch-secondary): Make isearch-secondary look
3696         different than default.
3697
3698 1999-08-30  Hrvoje Niksic  <hniksic@srce.hr>
3699
3700         * isearch-mode.el (isearch-yank): Use progn instead of the inner
3701         save-excursion.
3702         (isearch-dehighlight): Remove TOTALLY.  Simplify.
3703         (isearch-update): Call isearch-dehighlight without arguments.
3704         (isearch-done): Ditto.
3705
3706         * isearch-mode.el (isearch-fix-case): If the search string has no
3707         upper-case letters, allow the folding to be reenabled.
3708         Previously, once disabled, the folding would remain that way until
3709         the end of isearch.
3710         (isearch-top-state): Call isearch-fix-case.
3711
3712         * isearch-mode.el (isearch-yank): Use progn instead of the inner
3713         save-excursion.
3714         (isearch-dehighlight): Remove TOTALLY.  Simplify.
3715
3716 1999-08-31  Jan Vroonhof  <jan@xemacs.org>
3717
3718         * xpm-button.el:
3719         xbm-button.el: Need to exist in core because gui.el depends on
3720         them.
3721
3722 1999-08-31  Andy Piper  <andy@xemacs.org>
3723
3724         * gutter-items.el (buffers-tab-face): new customizable variable.
3725         (buffers-tab-default-buffer-line-length): new specifier for
3726         maximum viewable characters.
3727         (progress-stack): new variable for implementing widget-based
3728         progress messages.
3729         (progress-area-buffer): ditto.
3730         (progress-glyph-height): ditto.
3731         (progress-stop-callback): ditto.
3732         (progress-quit-function): new function.
3733         (progress-glyph): new variable.
3734         (progress-layout-glyph): ditto.
3735         (progress-displayed-p): new function, see message-displayed-p for
3736         details.
3737         (clear-progress): ditto.
3738         (remove-progress): ditto.
3739         (append-progress): ditto.
3740         (raw-append-progress): ditto.
3741         (display-progress): ditto.
3742         (current-progress): ditto.
3743         (current-progress-label): ditto.
3744         (progress): ditto.
3745         (lprogress): ditto.
3746
3747
3748 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
3749
3750         * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
3751
3752         * isearch-mode.el (isearch-yank-x-selection): Renamed to
3753         `isearch-yank-selection'.
3754         (isearch-mode-map): Use it.
3755         (isearch-yank-selection): Use `get-selection' instead of
3756         `get-x-selection'.
3757
3758 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
3759
3760         * faces.el (isearch-secondary): Create face here.
3761
3762         * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
3763         timers.
3764
3765 1999-08-27  Hrvoje Niksic  <hniksic@srce.hr>
3766
3767         * subr.el (buffer-string): More robust backward compatibility
3768         check, courtesy William Perry.
3769
3770 1999-08-26  Hrvoje Niksic  <hniksic@srce.hr>
3771
3772         * replace.el (perform-replace): Stop the search after the search
3773         limit has been reached.
3774
3775 1999-08-23  Andy Piper  <andy@xemacs.org>
3776
3777         * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
3778         here if we don't have one.
3779
3780 1999-08-15  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
3781
3782         * ldap.el (ldap-coding-system): Default to nil until we get
3783         efficient UTF8 support
3784         (ldap-decode-string): Guard against `decode-coding-string' not
3785         being defined
3786         (ldap-encode-string): Guard against `encode-coding-string' not
3787         being defined
3788
3789 1999-08-23  Didier Verna  <didier@xemacs.org>
3790
3791         * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
3792         Some doc strings improvements, and add a star to the `interactive'
3793         calls.
3794
3795 1999-08-18  Stef Epardaud  <stef@lunatech.com>
3796
3797         * font-lock.el (java-font-lock-keywords-3): introduced new
3798         keywords and regexpes for javadoc syntax 1.2.
3799
3800 1999-08-17  Andy Piper  <andy@xemacs.org>
3801
3802         * gutter-items.el (buffers-tab-format-buffer-line-function): use
3803         format-buffers-tab-line.
3804         (buffers-tab-max-buffer-line-length): new variable.
3805         (format-buffers-tab-line): new function. truncate names if over
3806         buffers-tab-max-buffer-line-length.
3807
3808 1999-08-13  Charles G Waldman  <cgw@fnal.gov>
3809
3810         * cus-start.el: Customize the variable `bell-inhibit-time'.
3811
3812 1999-08-16  Andy Piper  <andy@xemacs.org>
3813
3814         * gutter-items.el (remove-buffer-from-gutter-tab): take a
3815         brute-force approach to deleting the last buffer.
3816         (buffers-tab-grouping-regexp): new customizable variable.
3817         (select-buffers-tab-buffers-by-mode): use it.
3818
3819 1999-08-13  Andy Piper  <andy@xemacs.org>
3820
3821         * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
3822         deletion problem.
3823
3824 1999-07-30  Didier Verna  <didier@xemacs.org>
3825
3826         * cus-edit.el (custom-save-variables): I said, use prin1 instead
3827         of princ to output symbols.
3828         (custom-save-face-internal): ditto.
3829         (custom-save-resets): ditto.
3830
3831 1999-08-09  Didier Verna  <didier@xemacs.org>
3832
3833         * gutter-items.el (select-buffers-tab-buffers-by-mode): use
3834         `regexp-quote' to protect the major mode name for use as a regular
3835         expression (c++ needs this for instance).
3836
3837 1999-08-08  Andy Piper  <andy@xemacs.org>
3838
3839         * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
3840         cope with similar mode names.
3841
3842         * gutter-items.el (buffers-tab-selection-function): new selection
3843         function.
3844         (select-buffers-tab-buffers-by-mode): new function.
3845         (buffers-tab-items): use it if set to only display buffers in the
3846         tab in the current buffer's group..
3847         (update-tab-in-gutter): use new api.
3848         (remove-buffer-from-gutter-tab): ditto.
3849
3850         * gutter-items.el (buffers-tab-max-size): set custom selection
3851         default to 6.
3852         (buffers-tab-switch-to-buffer): just switch window if the window is visible.
3853         (add-tab-to-gutter): set face as default.
3854
3855 1999-07-07  Jan Vroonhof  <jan@xemacs.org>
3856
3857         * faces.el (frob-face-property): Merge the fall-back specifier
3858         with the target, not replace it.
3859
3860 1999-08-05  Andy Piper  <andy@xemacs.org>
3861
3862         * gutter-items.el (update-tab-in-gutter): add frame argument for
3863         buffer-items.
3864         (update-tab-in-gutter): use it.
3865
3866         * gutter-items.el (record-buffer-hook): set.
3867
3868         * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
3869         change.
3870         (switch-to-buffer-hook) deleted.
3871
3872 1999-08-04  Andy Piper  <andy@xemacs.org>
3873
3874         * gutter-items.el (update-tab-in-gutter): make sure this will work
3875         as an argument to create-frame-hook.
3876
3877 1999-07-30  Hrvoje Niksic  <hniksic@srce.hr>
3878
3879         * isearch-mode.el: Modified Bob and Darryl's code to use itimers
3880         instead of timer emulation.
3881
3882 1999-07-30  Darryl Okahata  <darrylo@sonic.net>
3883
3884         * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
3885         Emacs isearch enhancements.
3886
3887 1999-07-28  Andy Piper  <andy@xemacs.org>
3888
3889         * gutter-items.el (add-tab-to-gutter): put in specifier specs for
3890         all devices that support tab controls.
3891         (remove-buffer-from-gutter-tab): new function. to be used as a
3892         value for kill-buffer-hook.
3893
3894 1999-07-21  Sean MacLennan  <seanm@storm.ca>
3895
3896         * auto-show.el (auto-show-truncationp): changed to match
3897         `window_translation_on'
3898
3899 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
3900
3901         * XEmacs 21.2.19 is released
3902
3903 1999-07-28  SL Baur  <steve@miho>
3904
3905         * code-files.el (insert-file-contents): Fix docstring.
3906         revert previous change.
3907
3908 1999-07-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3909
3910         * fill.el (fill-region-as-paragraph): Change re-break-point to
3911         contain word-across-newline plus one character so that filling
3912         Japanese and Chinese works as desired.
3913         * simple.el (do-auto-fill): Ditto.
3914
3915 1999-07-26  SL Baur  <steve@miho>
3916
3917         * mule/japanese.el ("Japanese"): Do not specify a default input
3918         method.
3919         Suggested by MORIOKA Tomohiko  <tomo@etl.go.jp>
3920
3921 1999-07-23  Jan Vroonhof  <vroonhof@math.ethz.ch>
3922
3923         * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
3924         able to use cl-macs macro in early lisp.
3925
3926 1999-07-23  Jan Vroonhof  <jan@xemacs.org>
3927
3928         * custom.el:
3929         * cus-face.el:
3930         * cus-edit.el:
3931                 Massive custom Theme API changes.
3932
3933 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
3934
3935         * code-files.el (insert-file-contents): Regard
3936         coding-system-magic-cookie if `coding-system-for-read' is nil.
3937
3938 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
3939
3940         * mule/thai-xtis.el: Add coding: local variable, to avoid
3941         bootstrapping problem with C locale.
3942
3943 1999-07-22  Andy Piper  <andy@xemacs.org>
3944
3945         * dumped-lisp.el (preloaded-file-list): guard against putting
3946         gutter-items in a less than functional XEmacs.
3947         * gutter-items.el: put call to `add-tab-to-gutter' back in.
3948
3949 1999-07-18  Bob Weiner  <weiner@beopen.com>
3950
3951         * fill.el (fill-context-prefix): Fixed bug that prevented the
3952         setting of an adaptive fill prefix when the `dont-skip-first' was
3953         t.
3954
3955 1999-07-22  SL Baur  <steve@miho>
3956
3957         * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
3958
3959 1999-06-25  Karl M. Hegbloom  <karlheg@debian.org>
3960
3961         * files.el (interpreter-mode-alist): add `make', `guile', and
3962         `emacs' entries. (#!/usr/bin/make -f ought to send a file into
3963         makefile-mode, guile is a scheme, and someday XEmacs will be
3964         modular enough to use as an efficient scripting tool.)
3965
3966 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
3967
3968         * mule/mule-cmds.el (reset-language-environment): Regard
3969         coding-category `utf-8' and `ucs-4' if they are available.
3970
3971 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
3972
3973         * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
3974         (prefer-coding-system): Fix DOC-string.
3975
3976         * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
3977         DOC-string too.
3978
3979         * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
3980         Mule.
3981         (coding-system-change-eol-conversion): Fix DOC-string.
3982
3983 1999-06-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
3984
3985         * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
3986         instead of `list-coding-system'.
3987
3988 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
3989
3990         * menubar-items.el (default-menubar): `select-input-method' was
3991         renamed to `set-input-method'.
3992
3993         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
3994         "Set Language Environment" menu.
3995
3996         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
3997         "Describe Language Support" menu.
3998
3999 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4000
4001         * mule/chinese.el ("Chinese-GB"): Rename
4002         `chinese-gb-environment-setup-function' to
4003         `setup-chinese-gb-environment-internal'.
4004
4005 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4006
4007         * mule/korean.el: Use `define-coding-system-alias' instead of
4008         `copy-coding-system'.
4009
4010 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4011
4012         * mule/mule-cmds.el (set-language-environment-coding-systems):
4013         Treat duplicated coding-categories.
4014
4015 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4016
4017         * mule/japanese.el: Use `define-coding-system-alias' instead of
4018         `copy-coding-system'.
4019
4020 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4021
4022         * mule/vietnamese.el: Specify `iso-8-1' as a category of
4023         coding-system `viscii'.
4024
4025 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4026
4027         * mule/cyrillic.el:
4028         - Specify `iso-8-1' as a category of coding-system `koi8-r'.
4029         (cyrillic-alternativnyj-decode-table): New variable.
4030         (cyrillic-alternativnyj-encode-table): New variable.
4031         - Specify `iso-8-1' as a category of coding-system
4032           `alternativnyj'.
4033         - Abolish general Cyrillic environment.
4034
4035 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4036
4037         * mule/chinese.el:
4038         - Use `define-coding-system-alias' instead of `copy-coding-system'.
4039         - Register `chinese-gb-environment-setup-function' as a
4040           `setup-function' of "Chinese-GB" environment.
4041
4042 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4043
4044         * mule/mule-cmds.el (set-language-info-alist): Allow dummy
4045         optional argument `parents'.
4046
4047         * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
4048         property for Thai-XTIS.
4049
4050         * mule/mule-help.el (help-with-tutorial): Use property
4051         `tutorial-coding-system' of language-info as a coding-system to
4052         read tutorial file.
4053
4054 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4055
4056         * mule/thai-xtis.el: Don't setup `setup-function' and
4057         `exit-function'.
4058
4059         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
4060         `set-coding-category-system' to set up coding-system for
4061         coding-category.
4062
4063         * mule/mule-cmds.el (prefer-coding-system): Use
4064         `set-coding-category-system' to set up coding-system for
4065         coding-category.
4066
4067 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4068
4069         * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
4070         Thai-XTIS environment.
4071
4072         * mule/mule-cmds.el (prefer-coding-system): Use
4073         `find-coding-system' instead of `coding-system-p'.
4074
4075 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4076
4077         * mule/mule-cmds.el (set-language-environment-coding-systems):
4078         Modify eol-type for XEmacs.
4079
4080         * mule/thai-xtis.el: Delete unused local variable `category'.
4081
4082         * mule/mule-cmds.el (coding-system-change-eol-conversion): New
4083         function.
4084         (prefer-coding-system): Don't call
4085         `update-coding-systems-internal'; use function
4086         `coding-category-list' instead of variable `coding-category-list';
4087         use `set-coding-priority-list' instead of `set-coding-priority';
4088         modify `eol-type' for XEmacs.
4089
4090         * mule/mule-misc.el (string-width): Use `charset-width' instead of
4091         `charset-columns'.
4092         (char-width): Likewise.
4093
4094 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4095
4096         * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
4097         `tis-620'.
4098
4099         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
4100         `set-coding-priority-list' instead of `set-coding-priority'; don't
4101         call `update-coding-systems-internal'.
4102
4103         * mule/mule-misc.el (coding-system-get): New function.
4104         (coding-system-put): New function.
4105         (coding-system-category): New function.
4106
4107 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4108
4109         * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
4110         when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
4111         to avoid conflict with leim/quail/thai-xtis.
4112
4113         * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
4114         to thai-xtis-chars.el.
4115
4116         * mule/thai-xtis-chars.el: New file (split from
4117         mule/thai-xtis.el).
4118
4119 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4120
4121         * mule/thai-xtis.el:
4122         - Change category for the charset `thai-xtis' to `?x' from `?T'.
4123         - Add syntax entries.
4124         - Put `preferred-coding-system' of the charset `thai-xtis' to
4125           `tis-620'.
4126
4127 1999-06-28  TAKAHASHI Naoto  <ntakahas@etl.go.jp>
4128
4129         * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
4130         rewritten to use write-multibyte-character.
4131
4132 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4133
4134         mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
4135         of `iso-2022-7'.
4136         (prefer-coding-system): Synced up with Emacs 20.3.11 but not
4137         ported yet.
4138         (read-input-method-name): Treat optional argument `default'.
4139
4140 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4141
4142         * mule/mule-cmds.el (set-language-info): Don't set up menus at
4143         all.
4144         (set-language-info-alist): Set up menus here.
4145
4146 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4147
4148         * minibuf.el (completing-read): Add new optional argument
4149         `default'.
4150         (read-coding-system): Add new optional argument
4151         `default-coding-system'.
4152
4153 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
4154
4155         * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
4156         (viet-viscii-...->viet-vscii...).
4157
4158 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
4159
4160         * mule/mule-cmds.el: Change MULE to Mule in docstrings
4161         and menus.
4162
4163 1999-04-12  Richard M. Stallman  <rms@gnu.org>
4164
4165         * mule/mule-cmds.el (input-method-function): Add permanent-local
4166         property.
4167
4168 1999-03-30  Dave Love  <fx@gnu.org>
4169
4170         * mule/mule-cmds.el (current-language-environment): Doc fix.
4171
4172 1999-02-06  Richard Stallman  <rms@gnu.org>
4173
4174         * mule/european.el (setup-slovenian-environment): New function.
4175         ("Slovenian"): New language environment.
4176
4177 1999-01-27  Dave Love  <fx@gnu.org>
4178
4179         * mule/mule-cmds.el (current-language-environment): Provide :link,
4180         :type (choices) and appropriate :get.
4181
4182 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
4183
4184         * mule/mule-cmds.el (describe-language-environment): Don't alter
4185         input-method-alist.
4186
4187 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
4188
4189         * mule/mule-cmds.el (prefer-coding-system): Call
4190         set-coding-priority, so that the internal array of priorities is
4191         also updated.
4192
4193 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
4194
4195         * mule/mule-cmds.el (prefer-coding-system): If the argument
4196         requires specific EOL conversion type, make the default coding
4197         systems use that.
4198
4199 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
4200
4201         * mule/mule-cmds.el (set-language-environment): Pass the default
4202         eol-type to set-language-environment-coding-systems.
4203         (set-default-coding-systems): Copy the eol-type property for the
4204         new default values of {buffer-file,process}-coding-system from the
4205         old defaults.
4206         (set-language-environment-coding-systems): Accept an optional
4207         argument EOL-TYPE, and set the eol-type property of the default
4208         coding systems accordingly.
4209
4210 1998-10-26  Kenichi Handa <handa@etl.go.jp>
4211
4212         * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
4213         use generate-new-buffer instead of get-buffer-create.
4214
4215 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
4216
4217         * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
4218
4219 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
4220
4221         * mule/mule-cmds.el (default-input-method): Fix custom type.
4222
4223 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
4224
4225         * mule/mule-cmds.el (setup-specified-language-environment):
4226         Add apropos-inhibit property.
4227         (describe-specified-language-support): Likewise.
4228
4229 1998-09-06  Bill Richter  <richter@math.nwu.edu>
4230
4231         * mule/mule-cmds.el: Doc fixes.
4232
4233 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
4234
4235         * mule/mule-cmds.el (register-input-method): Doc-string
4236         modified.
4237
4238 1998-09-01  Dave Love  <fx@gnu.org>
4239
4240         * mule/mule-cmds.el (current-language-environment): Fix
4241         setter function.
4242
4243 1998-08-31  Paul Eggert  <eggert@twinsun.com>
4244
4245         * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
4246         mule/european.el, mule/hebrew.el, mule/japanese.el,
4247         mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
4248         avoid bootstrapping problem if you need to recompile all the Lisp
4249         files using interpreted code.
4250
4251 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
4252
4253         * mule/european.el ("Latin-1"): Modify `documentation' key value.
4254         ("Latin-2"): Likewise.
4255
4256 1998-08-18  Per Starback  <starback@update.uu.se>
4257
4258         * mule/european.el (setup-latin2-environment): Fix typo.
4259
4260 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
4261
4262         * mule/european.el: Give proper value of `input-method' key to all
4263         lang. env.
4264
4265         * mule/mule-cmds.el (activate-input-method): Handle the case that
4266         the arg INPUT-METHOD is nil correctly.
4267         (read-multilingual-string): Activate the specified input method
4268         before calling read-string.  Afterward, activate the original
4269         input method.
4270
4271 1998-08-15  Kenichi HANDA  <handa@etl.go.jp>
4272
4273         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
4274         (set-language-info-alist): Fix typo in doc-string.
4275
4276         * mule/hebrew.el ("Hebrew"): Delete describe-function key.
4277
4278 1998-08-09  Kenichi HANDA  <handa@etl.go.jp>
4279
4280         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
4281         (reset-language-environment): New function for the job that
4282         setup-english-environment used to do.
4283         (set-language-environment): Do more setups according to the info
4284         in language-info-alist.
4285         (read-language-name): Handle the case that the arg KEY is nil.
4286         (describe-language-environment): Handle input-method property.
4287
4288         * mule/: All files under this directory, which related with
4289         specific languages (such as mule/european.el, mule/greek.el,
4290         mule/hebrew.el, mule/misc-lang.el), modified as below.
4291         (setup-XXX-environment): Just call set-language-environment.  If
4292         they used to do some other jobs than what done by
4293         set-language-environment, those jobs are done in
4294         setup-XXX-environment-internal now.
4295         ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
4296         the value to setup-XXX-environment-internal.  Add properties
4297         input-method and features.
4298
4299         * mule/english.el (setup-english-environment): Just call
4300         reset-language-environment.
4301
4302         * mule/european.el (setup-8-bit-environment): Function deleted.
4303
4304 1998-08-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
4305
4306         * mule/mule-cmds.el (input-method-exit-on-first-char)
4307         (input-method-use-echo-area): Doc fixes.
4308
4309 1998-08-06  Kenichi Handa  <handa@etl.go.jp>
4310
4311         * mule/mule-cmds.el (input-method-exit-on-first-char): New
4312         variable.
4313         (input-method-use-echo-area): New variable.
4314
4315 1998-08-01  Kenichi HANDA  <handa@etl.go.jp>
4316
4317         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
4318
4319 1998-07-30  Ken'ichi Handa  <handa@delysid.gnu.org>
4320
4321         * mule/mule-cmds.el (activate-input-method): Update mode line.
4322         (inactivate-input-method): Likewise.
4323
4324 1998-07-19  Kenichi Handa  <handa@etl.go.jp>
4325
4326         * mule/mule-cmds.el (read-multilingual-string): Don't activate an
4327         input method in the current buffer, but just bind
4328         current-input-method.
4329
4330 1998-07-08  Kenichi Handa  <handa@etl.go.jp>
4331
4332         * mule/hebrew.el ("Hebrew"): Add coding-priority.
4333
4334         * mule/misc-lang.el ("IPA"): Add coding-priority and
4335         coding-system.
4336
4337 1998-06-26  Ken'ichi Handa  <handa@melange.gnu.org>
4338
4339         * mule/greek.el: Add coding-priority.
4340
4341 1998-05-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
4342
4343         * mule/mule-cmds.el (register-input-method): Rename arg ENV to
4344         LANG-ENV.
4345
4346 1998-05-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
4347
4348         * mule/mule-cmds.el (register-input-method): Fix previous change.
4349         (setup-specified-language-environment): Doc fix.
4350
4351 1998-05-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
4352
4353         * mule/mule-cmds.el: Several doc fixes.
4354         (get-language-info, set-language-info): Rename argument.
4355         (set-language-info-alist): Likewise.
4356         (register-input-method): Rename argument.
4357         (activate-input-method): If INPUT-METHOD is nil, deactivate.
4358
4359 1998-05-04  Kenichi Handa  <handa@etl.go.jp>
4360
4361         * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
4362         default value while reading an input method.
4363
4364 1998-05-01  Kenichi Handa  <handa@etl.go.jp>
4365
4366         * mule/mule-cmds.el (universal-coding-system-argument):
4367         Use buffer-file-coding-system as default.
4368
4369 1998-04-14  Andreas Schwab  <schwab@mescaline.gnu.org>
4370
4371         * mule/korean.el ("Korean"): Doc fix.
4372
4373 1998-04-11  Kenichi Handa  <handa@etl.go.jp>
4374
4375         * mule/mule-cmds.el (describe-language-environment): Print the
4376         languge environment at the head.
4377
4378 1998-04-06  Kenichi Handa  <handa@etl.go.jp>
4379
4380         * mule/japanese.el: Set exit-function to exit-japanese-environment
4381         for Japanese environment.
4382
4383 1998-03-20  Richard Stallman  <rms@psilocin.gnu.org>
4384
4385         * mule/mule-cmds.el (set-language-environment): Doc fix.
4386         (current-language-environment): Use defcustom.
4387         (default-input-method): Specify :type.
4388
4389 1998-03-02  Kenichi Handa  <handa@etl.go.jp>
4390
4391         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
4392         modified.
4393         (prefer-coding-system): Doc-string modified.
4394
4395 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
4396
4397         * mule/mule-cmds.el (set-language-info): Doc-string
4398         describes `coding-priority' KEY.
4399         (set-language-environment-coding-systems): New function.
4400         (select-safe-coding-system): New function.
4401         (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
4402         (set-language-info-alist): New optionla arg PARENTS.  Call
4403         set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
4404         (set-language-environment-coding-systems): New function.
4405
4406         * mule/chinese.el: Remove setting up of
4407         describe-chinese-environment-map and
4408         setup-chinese-environment-map.  Exclude them in args of calls to
4409         set-language-info-alist.  Register coding-priority key in
4410         language-info-alist.
4411
4412         * mule/cyrillic.el: Remove setting up of
4413         describe-cyrillic-environment-map and
4414         setup-cyrillic-environment-map.  Exclude them in args of calls to
4415         set-language-info-alist.  Register coding-priority key in
4416         language-info-alist.
4417
4418         * mule/english.el: Register coding-priority key in
4419         language-info-alist.
4420
4421         * mule/ethiopic.el: Register coding-priority key in
4422         language-info-alist.
4423
4424         * mule/european.el: Remove setting up of
4425         describe-european-environment-map and
4426         setup-european-environment-map.  Exclude them in args of calls to
4427         set-language-info-alist.  Register coding-priority key in
4428         language-info-alist.  Add "German" language env.
4429         (setup-8-bit-environment): Delete CODING-SYSTEM arg.
4430         (setup-german-environment): New function.
4431
4432         * mule/greek.el (setup-greek-environment): For Greek lang. env.,
4433         change default input method to "greek-postfix".
4434
4435         * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
4436         coding-priority key in
4437
4438 1997-12-19  Stephen Eglen  <stephen@cns.ed.ac.uk>
4439
4440         * mule/mule-cmds.el (set-language-info): Doc fix.
4441         (input-method-inactivate-hook): Doc fix.
4442
4443 1997-11-20  Karl Heuer  <kwzh@gnu.org>
4444
4445         * mule/mule-cmds.el (set-input-method): Renamed from
4446         select-input-method.
4447
4448 1997-11-07  Kenichi Handa  <handa@etl.go.jp>
4449
4450         * mule/mule-cmds.el (set-language-environment): Run
4451         exit-language-environment-hook before calling `exit-function'
4452         which is specified for the language environment.
4453
4454 1997-10-23  Kenichi Handa  <handa@etl.go.jp>
4455
4456         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
4457         modified.
4458         (prefer-coding-system): Likewise.
4459         (describe-language-environment): Print aliases of each coding
4460         system.
4461         (set-language-environment-hook): New variable.
4462         (exit-language-environment-hook): New variable.
4463         (set-language-environment): Call these hooks.  Before setting a
4464         new language environment, exit from the
4465         current-language-environment if necessary.
4466         (input-method-verbose-flag): The value can be nil, t,
4467         complex-only, or default.
4468         (input-method-highlight-flag): Doc-string augmented.
4469         (activate-input-method): Check if we can run the registered
4470         function to activate an input method.
4471
4472         * mule/korean.el: Set exit-function for language environment
4473         "Korean" to exit-korean-environment.
4474         (setup-korean-environment): Moved to korea-util.el.
4475
4476 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
4477
4478         * mule/mule-cmds.el (read-multilingual-string): Use
4479         current-input-method prior to default-input-method.  Don't bind
4480         current-input-method by `let', instead, activate the specified
4481         input method in the current buffer temporarily.
4482
4483 1997-10-19  John F. Whitehead  <jfw@cisco.com>
4484
4485         * mule/mule-cmds.el (describe-language-environment): Fix prompt.
4486
4487 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
4488
4489         * mule/chinese.el (post-read-decode-hz): Return the result of
4490         decode-hz-region.
4491         (pre-write-encode-hz): Do not change the value of
4492         last-coding-system.
4493
4494 1998-09-06  Bill Richter  <richter@math.nwu.edu>
4495
4496         * mule/mule-ccl.el: Doc fixes.
4497
4498 1998-04-20  Kenichi Handa  <handa@etl.go.jp>
4499
4500         * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
4501         (check-ccl-program): New macro.
4502
4503 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
4504
4505         * mule/mule-ccl.el: Comment about CCL syntax modified.
4506         (ccl-command-table): Add read-multibyte-character and
4507         write-multibyte-character.
4508         (ccl-code-table): Add ex-cmd.
4509         (ccl-extended-code-table): New variable.
4510         (ccl-embed-extended-command): New function.
4511         (ccl-compile-read-multibyte-character,
4512         ccl-compile-write-multibyte-character) New functions.
4513         (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
4514         ccl-dump-write-multibyte-character): New functions.
4515
4516 1999-07-22  SL Baur  <steve@miho>
4517
4518         * config.el (config-value-file): config.values is installed into
4519         doc-directory.
4520         From Karl M. Hegbloom  <karlheg@cathcart.sysc.pdx.edu>
4521
4522 1999-07-19  Didier Verna  <didier@xemacs.org>
4523
4524         * rect.el: all functions rewritten, except when noted. Below is a
4525         list of interface changes.
4526         (apply-on-rectangle): new function. Obsoletes
4527         `operate-on-rectangle'. All functions that used to call this
4528         function now call the new one.
4529         (kill-rectangle): added optional prefix arg to fill lines.
4530         (delete-rectangle): ditto.
4531         (delete-extract-rectangle): ditto.
4532         (open-rectangle): ditto.
4533         (clear-rectangle): ditto.
4534         (delete-rectangle-line): added third arg FILL.
4535         (delete-extract-rectangle-line): ditto.
4536         (open-rectangle-line): ditto.
4537         (clear-rectangle-line): ditto.
4538
4539 1999-07-18  Andy Piper  <andy@xemacs.org>
4540
4541         * menubar-items.el (default-menubar): add gutter options.
4542
4543         * gutter-items.el: new file.
4544         (gutter): new group for custom.
4545         (gutter-visible-p): new variable.
4546         (default-gutter-position): ditto.
4547         (buffers-tab): new group for the buffers tab.
4548         (gutter-buffers-tab): widget to put in the gutter.
4549         (buffers-tab-max-size): max number of tabs.
4550         (buffers-tab-switch-to-buffer-function): function to call when a
4551         tab is pressed.
4552         (buffers-tab-omit-function): filter buffers with this function.
4553         (buffers-tab-format-buffer-line-function): format buffer names for
4554         inclusion in tabs.
4555         (buffers-tab-switch-to-buffer): like switch-to-buffer but without
4556         the record.
4557         (build-buffers-tab-internal): build a list of tab items.
4558         (buffers-tab-items): ditto.
4559         (add-tab-to-gutter): put a tab in the gutter area.
4560         (update-tab-in-gutter): reset the buffers in the tab.
4561
4562         * dumped-lisp.el (preloaded-file-list): dump gutter-items.
4563
4564         * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
4565         (switch-to-buffer-hooks): new hook.
4566
4567         * toolbar.el (default-toolbar-position): fix typo.
4568
4569 1999-07-16  Andy Piper  <andy@xemacs.org>
4570
4571         * gui.el (make-dialog-frame): turn off gutters for dialogs.
4572
4573 1999-07-15  Didier Verna  <didier@xemacs.org>
4574
4575         * cus-edit.el (custom-prompt-variable): optional third arg makes
4576         prompt for a comment string.
4577         (customize-set-value): optional prefix makes this function handle
4578         variable comments.
4579         (customize-set-variable): ditto.
4580         (customize-save-variable): ditto.
4581         (customize-customized): handle custom comments.
4582         (customize-save-customized): ditto.
4583         (custom-variable-state-set): ditto.
4584         (custom-face-state-set): ditto.
4585         (customize-saved): ditto.
4586         (custom-variable-set): ditto.
4587         (custom-face-set): ditto.
4588         (custom-variable-save): ditto.
4589         (custom-face-save): ditto.
4590         (custom-variable-reset-saved): ditto.
4591         (custom-face-reset-saved): ditto.
4592         (custom-variable-reset-standard): ditto.
4593         (custom-face-reset-standard): ditto.
4594         (custom-comment-face): new face.
4595         (custom-comment-tag-face): ditto.
4596         (custom-comment): new widget.
4597         (custom-comment-create): new function.
4598         (custom-comment-delete): ditto.
4599         (custom-comment-value-set): ditto.
4600         (custom-comment-show): ditto.
4601         (custom-comment-invisible-p): ditto.
4602         (custom-variable-value-create): create a comment field widget.
4603         (custom-face-value-create): ditto.
4604         (custom-variable-menu): new entry for adding a custom comment.
4605         (custom-face-menu): ditto.
4606         (custom-save-variables): possibly save custom comments.
4607         (custom-save-faces): ditto.
4608
4609         * cus-face.el (custom-set-faces): the arguments can now have a
4610         custom comment as fourth argument.
4611
4612         * custom.el (custom-set-variables): the arguments can now have a
4613         custom comment as fifth element.
4614
4615 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
4616
4617         * XEmacs 21.2.18 is released
4618
4619 1999-07-13  SL Baur  <steve@miho>
4620
4621         * lib-complete.el (read-library-name): Revert previous change.
4622         (read-library): Ditto.
4623
4624 1999-06-24  Karl M. Hegbloom  <karlheg@debian.org>
4625
4626         * packages.el (packages-package-list): Capitalize docstring.
4627
4628         * packages.el (packages-find-package-library-path): Use #'nconc
4629         rather than #'append to reduce consing -- #'mapcar uses Flist,
4630         which returns a freshly consed list.  #'append would create yet
4631         another fresh list, using Fmake_list in concat.
4632
4633         * packages.el (package-provide): Use setq with remassq like it
4634         says in its docstring.
4635
4636 1999-07-06  SL Baur  <steve@miho.m17n.org>
4637
4638         * lib-complete.el (progn-with-message): Fix typo.
4639
4640 1999-07-06  SL Baur  <steve@miho.m17n.org>
4641
4642         * mule/mule-misc.el (char-octet): Make function match docstring.
4643         From Katsumi Yamaoka <yamaoka@jpl.org>
4644
4645 1999-06-15  Karl M. Hegbloom  <karlheg@debian.org>
4646
4647         * wid-edit.el (widget-documentation): corrected spelling error.
4648
4649 1999-06-23  Jonathan Marten <jonathan.marten@uk.sun.com>
4650
4651         * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
4652         keys if already bound
4653
4654 1999-07-06  SL Baur  <steve@miho.m17n.org>
4655
4656         * lib-complete.el (progn-with-message): Revert previous changes.
4657
4658 1999-06-24  Bob Weiner  <weiner@beopen.com>
4659
4660         * lib-complete.el (find-library):
4661         (find-library-other-window):
4662         (find-library-other-frame): Completely rewrote
4663         so that these functions actually work when called non-interactively.
4664         Also made them handle LIBRARY arguments which end with .el or .elc.
4665
4666 1999-06-24  Bob Weiner  <weiner@beopen.com>
4667
4668         * simple.el (indent-new-comment-line): Locally bound
4669         `block-comment-start' to `comstart' or else when this is called
4670         from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
4671         `block-comment-start' value, ignoring any existing spacing after a
4672         comment prefix in the previous line and producing ugly comments.
4673
4674 1999-06-23  Bob Weiner  <weiner@beopen.com>
4675
4676         * list-mode.el (mouse-choose-completion):
4677         (choose-completion):
4678         (completion-switch-to-minibuffer): Added.
4679         ([Tab]): [Tab] previously switched to the minibuffer
4680         but since [space] does that and since most applications in the
4681         world use [Tab] to select the next item in a list, do that in the
4682         *Completions* buffer too.  This will cause the least confusion
4683         among the largest population of users.  -- Bob Weiner, BeOpen.com,
4684         06/23/1999.
4685
4686 1999-06-22  Bob Weiner  <weiner@beopen.com>
4687
4688         * help.el (help-buffer-name): Added support for a null value
4689         of `help-buffer-prefix-string' since some buffers require no
4690         prefix.
4691
4692 1999-06-20  Bob Weiner  <weiner@beopen.com>
4693
4694         * list-mode.el (completion-list-mode-quit): Added and bound to {q}
4695         in the completion-list-mode-map to bury the completions buffer
4696         even when the minibuffer is no longer active.
4697
4698 1999-06-20  Bob Weiner  <weiner@beopen.com>
4699
4700         * list-mode.el (list-mode): It is visually disconcerting to have
4701         the text cursor disappear within list buffers, especially when
4702         moving from window to window, so leave it visible.
4703
4704 1999-07-01  SL Baur  <steve@miho.m17n.org>
4705
4706         * menubar-items.el (default-menubar): Conditionalize the bug
4707         report menu item (which may not be possible in this XEmacs).
4708         Reported by: Ken'ichi Handa <handa@etl.go.jp>
4709
4710 1999-06-30  SL Baur  <steve@miho.m17n.org>
4711
4712         * subr.el (with-current-buffer): DOC string fix.
4713         Suggested by Bob Weiner <weiner@altrasoft.com>
4714
4715 1999-06-25  Charles G Waldman <cgw@fnal.gov>
4716
4717         * cus-face.el (custom-face-italic): insert missing args
4718
4719 1999-06-24  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4720
4721         * packages.el (package-locations): Changed default early package
4722         hierarchies to ~/.xemacs/mule-packages and
4723         ~/.xemacs/xemacs-packages.
4724
4725 1999-06-23  SL Baur  <steve@miho.m17n.org>
4726
4727         * mule/mule-category.el (Top Level): ASCII is also latin-1.
4728
4729 1999-06-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4730
4731         * packages.el (package-locations): Changed default early package
4732         hierarchy to ~/.xemacs/packages.
4733         (package-locations): Removed `packages' as a possible name for a
4734         late package hierarchy.
4735
4736 1999-06-20  MORIOKA Tomohiko  <tomo@etl.go.jp>
4737
4738         * mule/mule-category.el (word-combining-categories): Set up new
4739         variable.
4740         (word-separating-categories): Likewise.
4741
4742 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
4743
4744         * XEmacs 21.2.17 is released
4745
4746 1999-06-17  Robert Pluim  <rpluim@bigfoot.com>
4747
4748         * font-menu.el (font-menu-set-font): allow for nil specification
4749         of font size.
4750
4751 1999-06-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
4752
4753         * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
4754         is 1.
4755
4756 1999-06-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
4757
4758         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
4759         8859-5 instead of ISO 8859-1.
4760
4761 1999-06-15  SL Baur  <steve@steve1.m17n.org>
4762
4763         * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
4764         (viet-viscii-encode-table): Ditto.
4765
4766         * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
4767         Make obsolete definition of char-octet.
4768
4769 1999-06-14  SL Baur  <steve@steve1.m17n.org>
4770
4771         * subr.el: Move no-Mule make-char ...
4772         * help-nomule.el (make-char): To here.
4773         (string-width): Make Mule compatibility alias.
4774
4775 1999-06-15  Andy Piper  <andy@xemacs.org>
4776
4777         * select.el (get-selection-no-error): really make there be no-error.
4778         (get-selection): revert to original.
4779
4780 1999-06-11  Andy Piper  <andy@xemacs.org>
4781
4782         * select.el (selection-sets-clipboard): renamed.
4783         (own-selection): use it.
4784
4785 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
4786
4787         * XEmacs 21.2.16 is released
4788
4789 1999-06-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
4790
4791         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
4792         missing characters to avoid crash.
4793
4794 1999-06-09  Jan Vroonhof  <vroonhof@math.ethz.ch>
4795
4796         * coding.el (set-terminal-coding-system): Only set the console
4797         coding system on the selected console if it is a tty.
4798
4799 1999-06-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
4800
4801         * cus-face.el:
4802         * cus-edit.el:
4803         * faces.el:
4804         (custom):
4805         (face-spec-set):
4806         * faces.el (frob-face-property):
4807         * font-menu.el (font-menu-set-font):
4808                   Actually apply changes from 1999-03-17
4809
4810 1999-06-10  Andy Piper  <andy@xemacs.org>
4811
4812         * select.el (get-selection): abstract out non error-signalling
4813         part.
4814         (get-selection-no-error): get-selection without signalling an
4815         error.
4816         (selection-is-clipboard-p): new variable. controls whether the
4817         selection sets the clipboard.
4818         (own-selection): use it.
4819
4820         * mouse.el (insert-selection): fallback to clipboard after trying
4821         primary selection and cutbuffer.
4822
4823 1999-06-05  Andy Piper  <andy@xemacs.org>
4824
4825         * x-select.el (xselect-kill-buffer-hook-1): use generalised
4826         selection functions.
4827
4828 1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
4829
4830         * code-files.el (buffer-file-coding-system): Use `raw-text' as
4831         default value.
4832         (load): Use `raw-text' instead of `no-conversion'.
4833         (insert-file-contents): Likewise.
4834
4835         * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
4836         of `no-conversion'.
4837
4838 1999-06-03  MORIOKA Tomohiko  <tomo@etl.go.jp>
4839
4840         * coding.el: Don't copy `no-conversion' to `raw-text'.
4841
4842 1999-06-07  Hrvoje Niksic  <hniksic@srce.hr>
4843
4844         * subr.el (make-char): Define it if Mule is not around.
4845
4846 1999-06-07  SL Baur  <steve@steve1.m17n.org>
4847
4848         * mule/mule-help.el: Add trailing newline.  Use mule keyword.
4849
4850         * x-select.el (x-disown-selection-internal): Restore symbol as an
4851         obsolete alias.
4852         (xselect-kill-buffer-hook-1): Use disown-selection-internal.
4853
4854 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
4855
4856         * XEmacs 21.2.15 is released
4857
4858 1999-06-02  Oscar Figueiredo  <oscar@xemacs.org>
4859
4860         * subr.el (split-string): Avoid infinite looping
4861
4862 1999-05-30  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
4863
4864         * ldap.el (ldap-ignore-attribute-codings): New variable
4865         (ldap-default-attribute-decoder): New variable
4866         (ldap-coding-system): New variable
4867         (ldap-attribute-syntax-encoders): New variable
4868         (ldap-attribute-syntax-decoders): New variable
4869         (ldap-attribute-syntaxes-alist): New variable
4870         (ldap-encode-boolean): New function
4871         (ldap-decode-boolean): New function
4872         (ldap-encode-country-string): New function
4873         (ldap-decode-string): New function
4874         (ldap-decode-address): New function
4875         (ldap-encode-address): New function
4876         (ldap-decode-attribute): New function
4877         (ldap-search): Use some of these
4878
4879 1999-05-25  Jan Vroonhof  <jan@xemacs.org>
4880
4881         * version.el (emacs-version): Make the patch level/beta come
4882         before the XEmacs qualifier so that it gets into (funcall
4883         emacs-version) and thus in the bug reports.
4884         (emacs-version>=): Support patch levels.
4885
4886 1999-06-03  SL Baur  <steve@xemacs.org>
4887
4888         * version.el: implement x.y.z version number
4889         From Jan Vroonhof <vroonhof@math.ethz.ch>
4890
4891 1999-05-27  Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
4892
4893         * mule/mule-cmds.el (read-input-method-name): set input-method properly.
4894
4895 1999-05-22  Vin Shelton <acs@xemacs.org>
4896
4897         * startup.el: Document -private and break out non-standard X options.
4898
4899 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
4900
4901         * mule/mule-charset.el (charset-after): New function.
4902         (charset-direction): Synch with Mule, update docstring.
4903         (get-charset-property): New function.
4904         (put-charset-property): New function.
4905         (charset-plist): New function.
4906
4907         * mule/mule-charset.el (compose-region):
4908         (decompose-region): remove;  these functions (which don't work
4909         since we don't do composite characters) have been moved to
4910         mule-util.el.
4911         (toplevel): follow coding standards
4912
4913 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
4914
4915         * dumped-lisp.el (preloaded-file-list): mule-files.el does not
4916         exist any more.
4917
4918         * code-files.el: Fix commentary to follow coding standards.  Move
4919         the single line left in mule-files.el to here.
4920
4921         * mule/mule-files.el: delete.
4922
4923 1999-05-24  SL Baur  <steve@gneiss.etl.go.jp>
4924
4925         * info.el (Info-scroll-prev): Use event functions instead of the
4926         old emacs 19 interface.
4927
4928 1999-06-02  Andy Piper  <andy@xemacs.org>
4929
4930         * x-font-menu.el (x-font-menu-load-font):
4931         font-menu-registry-encoding -> x-font-menu-registry-encoding type.
4932
4933 1999-05-31  Andy Piper  <andy@xemacs.org>
4934
4935         * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
4936         group.
4937         (font-menu-this-frame-only-p): ditto.
4938         (font-menu-max-items): reinstate, from Jan Vroonhof
4939         <vroonhof@math.ethz.ch>
4940         (font-menu-submenu-name-format): ditto.
4941         (font-menu-split-long-menu): ditto, for use by the family
4942         constructor.
4943         (font-menu-family-constructor): use it.
4944
4945 1999-05-30  Andy Piper  <andy@xemacs.org>
4946
4947         * msw-faces.el (mswindows-font-regexp): new font matching regexp
4948         for use by the font menu.
4949
4950         * msw-font-menu.el: new file implementing mswindows specific
4951         font-menu behaviour.
4952         (mswindows-font-menu-registry-encoding): new function mirroring x version.
4953         (mswindows-font-menu-junk-families): ditto.
4954         (hack-font-truename): ditto.
4955         (mswindows-font-regexp-ascii): ditto.
4956         (mswindows-reset-device-font-menus): ditto.
4957         (mswindows-font-menu-font-data): ditto.
4958         (mswindows-font-menu-load-font): ditto.
4959
4960         * x-font-menu.el (x-reset-device-font-menus): made device specific.
4961         (x-font-menu-font-data): ditto.
4962         (x-font-menu-load-font): ditto.
4963
4964         * font-menu.el: new file implementing generic font menu behaviour.
4965         (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
4966         made device independent.
4967         (font-menu-this-frame-only-p): ditto.
4968         (font-menu-preferred-resolution): ditto.
4969         (font-menu-size-scaling): new variable used to determine whether
4970         sizes are in points or tenths of a point.
4971         (vassoc): moved from x-font-menu.el.
4972         (device-fonts-cache): ditto.
4973         (device-fonts-cache): ditto.
4974         (flush-device-fonts-cache): ditto.
4975         (reset-device-font-menus): copied from x-font-menu.el and made
4976         device independent. Most functionality deferred to
4977         device-dependent versions.
4978         (font-menu-family-constructor): copied from x-font-menu.el and
4979         made device independent.
4980         (font-menu-size-constructor): ditto.
4981         (font-menu-weight-constructor): ditto.
4982         (font-menu-set-font): ditto.
4983         (font-menu-change-face): ditto.
4984         (font-menu-load-font): new device method.
4985         (font-menu-font-data): ditto.
4986
4987         * x-font-menu.el: The above functions deleted.
4988
4989 1999-05-26  Andy Piper  <andy@xemacs.org>
4990
4991         * update-elc.el:
4992         * make-docfile.el:
4993         * loadup.el: rehash expand-file-name usage to not use default-directory.
4994
4995 1999-05-21  Andy Piper  <andy@xemacs.org>
4996
4997         * x-select.el (x-select-convert-to-text):
4998         (x-selected-text-type):
4999         (x-get-selection):
5000         (xselect-convert-to-string):
5001         (xselect-convert-to-compound-text):
5002         (xselect-convert-to-length):
5003         (xselect-convert-to-targets):
5004         (xselect-convert-to-delete):
5005         (xselect-convert-to-filename):
5006         (xselect-convert-to-charpos):
5007         (xselect-convert-to-lineno):
5008         (xselect-convert-to-colno):
5009         (xselect-convert-to-sourceloc):
5010         (xselect-convert-to-os):
5011         (xselect-convert-to-host):
5012         (xselect-convert-to-user):
5013         (xselect-convert-to-class):
5014         (xselect-convert-to-name):
5015         (xselect-convert-to-integer):
5016         (xselect-convert-to-atom):
5017         (xselect-convert-to-identity): functions renamed from x-* and
5018         moved to select.el.
5019         (x-get-secondary-selection): use rename get-selection.
5020         (x-get-clipboard): ditto.
5021         (x-own-selection): moved to select.el.
5022         (x-valid-simple-selection-p): ditto.
5023         (x-dehilight-selection): ditto.
5024         (x-own-clipboard): ditto.
5025         (x-disown-selection): ditto.
5026
5027         * x-mouse.el (x-yank-function): moved to mouse.el.
5028         (x-insert-selection): ditto.
5029         (x-set-point-and-move-selection): use renamed function.
5030
5031         * select.el (selected-text-type): moved and renamed from
5032         x-select.el.
5033         (selection-owner-p): moved to C.
5034         (selection-exists-p): ditto.
5035         (get-cutbuffer): new device method.
5036         (get-selection): generalised and moved from x-select.el.
5037         (own-selection): moved x-own-selection functionality into here.
5038         (dehilight-selection): renamed and moved from x-select.el.
5039         (own-clipboard): functionality moved from x-select.el using new
5040         generic C builtins.
5041         (disown-clipboard): ditto.
5042         (select-convert-to-text):
5043         (select-convert-to-string):
5044         (select-convert-to-compound-text):
5045         (select-convert-to-length):
5046         (select-convert-to-targets):
5047         (select-convert-to-delete):
5048         (select-convert-to-filename):
5049         (select-convert-to-charpos):
5050         (select-convert-to-lineno):
5051         (select-convert-to-colno):
5052         (select-convert-to-sourceloc):
5053         (select-convert-to-os):
5054         (select-convert-to-host):
5055         (select-convert-to-user):
5056         (select-convert-to-class):
5057         (select-convert-to-name):
5058         (select-convert-to-integer):
5059         (select-convert-to-atom):
5060         (select-convert-to-identity): new functions renamed from x-* and
5061         moved from x-select.el.
5062
5063         * mouse.el (mouse-consolidated-yank): subsume x-yank-function
5064         into here and use as the default window-system mouse yank.
5065         (insert-selection): generalised and moved from x-mouse.el.
5066         (own-clipboard): moved to C.
5067
5068         * msw-select.el (mswindows-selection-owned-p): deleted.
5069         (mswindows-own-selection): generalised and moved to select.el.
5070         (mswindows-disown-selection): generalised and moved to C.
5071         (mswindows-selection-owner-p): ditto.
5072
5073 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
5074
5075         * XEmacs 21.2.14 is released
5076
5077 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
5078
5079         * about.el: update contact info for jason and slb.
5080
5081 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
5082
5083         * mule/european.el (setup-romanian-environment): Add Romanian
5084         support from Emacs/Mule romanian.el.
5085
5086 1999-03-17  Jan Vroonhof  <vroonhof@math.ethz.ch>
5087
5088         * cus-face.el: Label all custom changes with the 'custom' tag.
5089
5090         * cus-edit.el: idem ditto.
5091
5092         * faces.el: Added suport for adding device tags to various functions.
5093         (custom): New device tag.
5094         (face-spec-set): Call reset face with tags argument. No longer do
5095         x-init-global-faces hack.
5096
5097         * faces.el (frob-face-property): Use an anonymous specifier to map
5098         frob-face-property-1 over.
5099
5100         * x-font-menu.el (font-menu-set-font): Always specify all
5101         properties to custom.
5102
5103 1999-05-12  SL Baur  <steve@gneiss.etl.go.jp>
5104
5105         * mule/european.el (setup-czech-environment): Add czech support.
5106         From David Sauer <davids@orfinet.cz>
5107
5108 1999-03-15  SL Baur  <steve@xemacs.org>
5109
5110         * check-features.el: Turn hard errors into warnings.
5111
5112 1999-03-21  SL Baur  <steve@xemacs.org>
5113
5114         * simple.el (delete-key-deletes-forward): As per discussion on
5115         xemacs-beta, default to t.
5116
5117 1999-05-11  Hrvoje Niksic  <hniksic@srce.hr>
5118
5119         * loadup.el: Define Installation-string before loading anything.
5120
5121 1999-05-06  Gunnar Evermann  <ge204@eng.cam.ac.uk>
5122
5123         * files.el (auto-mode-alist): fix typo in regex for .bash_* files
5124         From Anders Stenman <stenman@isy.liu.se>
5125
5126 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
5127
5128         * wid-edit.el (widget-glyph-find): Ditto.
5129
5130         * packages.el (locate-library): Ditto.
5131
5132         * loadup.el (really-early-error-handler): Ditto.
5133
5134         * lib-complete.el (read-library): Ditto.
5135
5136         * faces.el (set-face-stipple): Ditto.
5137
5138         * code-files.el (load): Use new calling style of locate-file.
5139
5140 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
5141
5142         * packages.el (packages-unbytecompiled-lisp): Installation.el is
5143         dead.
5144
5145 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
5146
5147         * dumped-lisp.el (preloaded-file-list): Don't load
5148         Installation.el.
5149
5150         * loadup.el (Installation-string): Define it here.
5151
5152 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
5153
5154         * dumped-lisp.el (preloaded-file-list): Revert previous change --
5155         Installation.el needs to be loaded before `dump-paths', otherwise
5156         the dumping process won't find it.
5157
5158 1999-03-13  Adrian Aichner  <adrian@xemacs.org>
5159
5160         * dumped-lisp.el (preloaded-file-list): Load Installation.el after
5161         subr so that we can use `replace-in-string' in Installation.el to
5162         get rid of C-m chars under the native Windows build.
5163
5164 1999-04-29  Andy Piper  <andy@xemacs.org>
5165
5166         * make-docfile.el: canonicalize file and directory names.
5167
5168         * device.el (call-device-method): new function for calling device
5169         specific methods.
5170         (define-device-method): new function for defining device methods.
5171         (define-device-method*): ditto.
5172
5173 1999-04-27  Hrvoje Niksic  <hniksic@srce.hr>
5174
5175         * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
5176
5177 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
5178
5179         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
5180         (cyrillic-koi8-r-encode-table): Likewise.
5181         (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
5182         (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
5183
5184         * mule/mule-misc.el (split-char-or-char-int): New function [moved
5185         from vietnamese.el].
5186
5187         * mule/vietnamese.el: Move function `split-char-or-char-int' to
5188         mule/mule-misc.el.
5189
5190 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
5191
5192         * mule/thai-xtis.el:
5193         - Change font registry name from "Thai94x94-0" to "xtis-0".
5194         - Change mnemonic of coding-system `tis-620' to "TIS620".
5195
5196 1999-04-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
5197
5198         * mule/ethiopic.el: fixed.
5199
5200 1999-03-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
5201
5202         * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
5203
5204         * mule/thai-xtis.el: New file.
5205
5206         * mule/vietnamese.el: New file.
5207
5208         * mule/ethiopic.el: New file.
5209
5210 1999-04-22  Hrvoje Niksic  <hniksic@srce.hr>
5211
5212         * bytecomp.el (byte-compile-close-variables): Leave
5213         debug-issue-ebola-notices alone.
5214
5215 1999-04-11  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
5216
5217         * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
5218         at the top of the buffer since it is the most important thing to
5219         customize
5220         (ldap-get-host-parameter): New defun
5221         (ldap-search): Add a new parameter `withdn' to retrieve the
5222         distinguished names of entries
5223
5224 1999-04-22  Kai Haberzettl  <khaberz@synnet.de>
5225
5226         * startup.el (splash-frame-body): Date and spelling fixes.
5227
5228 1999-03-16  Colin Rafferty  <colin@xemacs.org>
5229
5230         * view-less.el (toggle-truncate-lines): add autoload tag
5231
5232 1999-04-19  Hrvoje Niksic  <hniksic@srce.hr>
5233
5234         * format.el (format-alist): Disable image stuff.
5235
5236 1999-04-17  Hrvoje Niksic  <hniksic@srce.hr>
5237
5238         * wid-edit.el (widget-glyph-find): Search by directories, then by
5239         suffixes rather than the other way around.
5240         (widget-image-conversion): Renamed to
5241         `widget-image-file-name-suffixes'.
5242
5243 1999-04-16  Olivier Galibert  <galibert@pobox.com>
5244
5245         * mule/mule-charset.el: Made old functions obsolete, remove the
5246         unspeakably evil (and inexistant in fsf's) charset-leading-byte.
5247         (charset-iso-graphic-plane): Rename from charset-graphic.
5248         (charset-iso-final-char): Rename from charset-final.
5249         (charset-width): Rename from charset-columns.
5250         (charset-bytes): Added from fsf compatibility, returns always 1.
5251
5252         * mule/mule-misc.el: Move charset-doc-string alias to
5253         mule-charset.el
5254
5255 1999-04-14  Colin Rafferty  <colin@xemacs.org>
5256
5257         * x-faces.el (x-make-font-bold-italic): honor
5258         *try-oblique-before-italic-fonts*
5259
5260 1999-04-14  Hrvoje Niksic  <hniksic@srce.hr>
5261
5262         * cl-extra.el (coerce): Coerce numbers to characters correctly.
5263
5264 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
5265
5266         * x-faces.el (try-oblique-before-italic-fonts): Use the right
5267         name.
5268
5269 1999-04-14  Dave Gillesipe  <daveg@synaptics.com>
5270
5271         * cl-extra.el (equalp): Would bug out for lists.
5272
5273 1999-03-12  Charles G Waldman  <cgw@fnal.gov>
5274
5275         * about.el (about-hackers):  Change cgw's email address
5276
5277 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
5278
5279         * XEmacs 21.2.13 is released
5280
5281 1999-03-12  SL Baur  <steve@xemacs.org>
5282
5283         * simple.el (delete-key-deletes-forward): Revert to previous
5284         behavior.
5285
5286 1999-01-18  Didier Verna  <didier@xemacs.org>
5287
5288         * menubar-items.el (xemacs-splash-buffer): handle the case of
5289         multiple elements in the splash buffer body.
5290
5291         * startup.el (splash-frame-timeout): new constant: interval
5292         between splash buffer elements.
5293         (command-line-1): handle splash buffer with multiple elements (use
5294         a timeout).
5295         (splash-frame-body): Originally `startup-splash-frame-body'.
5296         Rewrote a cleaner and more readable version. This can now be array,
5297         in which case each element is displayed in turn in the splash buffer.
5298         (splash-frame-static-body): new constant. Persistent information
5299         across all splash buffer elements (preserves the possibility to give
5300         it in different languages.
5301         (circulate-splash-frame-elements): new function. Used as a timeout
5302         to circulate through all splash frame elements and display them in
5303         sequence.
5304         (display-splash-frame): originally `startup-splash-frame'. Handle
5305         the case of multiple elements in the splash buffer body. Now
5306         returns a timeout id if multiple elements to display, or nil.
5307
5308 1999-02-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
5309
5310         * x-faces.el (x-init-global-faces): Add default tag to specifiers,
5311         so they can be overridden by x-init-face-from-resources.
5312         Additionally specify the font name also with an x tag.
5313
5314 1999-03-08  Andy Piper  <andy@xemacs.org>
5315
5316         * package-get.el (package-get-base): autoload.
5317
5318         * menubar-items.el (default-menubar): add update menu item. Fix
5319         custom menu to only be activated when package-base is available.
5320
5321         * package-get.el (package-get-custom): don't load
5322         package-get-custom as it is auto-generated. Fix group definition.
5323
5324 1999-03-05  Didier Verna  <didier@xemacs.org>
5325
5326         * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
5327         instead of `symbol-name' (Thanks Kyle).
5328
5329         * cus-edit.el (custom-save-variables): use `prin1' instead of
5330         princ to write symbols.
5331
5332 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
5333
5334         * XEmacs 21.2.12 is released
5335
5336 1999-03-05  SL Baur  <steve@xemacs.org>
5337
5338         * menubar-items.el (default-menubar): Add kfm browsing support.
5339         From Neal Becker <nbecker@fred.net>
5340
5341 1999-03-03  Steven Baur  <steve@gneiss.etl.go.jp>
5342
5343         * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
5344         calls to font-lock during buffer reversion.
5345
5346 1999-02-12  Didier Verna  <didier@xemacs.org>
5347
5348         * info.el (Info-build-node-completions): unconditionally widen the
5349         tag table buffer.
5350
5351 1999-02-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5352
5353         * x-faces.el (x-init-face-from-resources):
5354         Only set fonts in the 'x locale.
5355
5356 1999-03-04  Adrian Aichner  <adrian@xemacs.org>
5357
5358         * package-ui.el (pui-install-selected-packages): Don't throw on
5359         `package-admin-delete-binary-package' returning nil since it's
5360         normal.  Reindent function.
5361         (pui-add-required-packages): Handle case where packages selected
5362         for installation have never been installed.
5363
5364 1999-03-03  Martin Buchholz  <martin@xemacs.org>
5365
5366         * menubar-items.el (default-menubar):
5367         Implement the ``Mule->Set coding system of process'' menu item.
5368
5369 1999-02-18  Martin Buchholz  <martin@xemacs.org>
5370
5371         * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
5372         files
5373         - Change some `if's to `when's
5374
5375 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
5376
5377         * XEmacs 21.2.11 is released
5378
5379 1999-02-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
5380
5381         * userlock.el (ask-user-about-supersession-threat-dbox): Guard
5382         against window close (Fix Bug #460).
5383         (ask-user-about-lock-dbox): Idem.
5384
5385 1999-02-25  SL Baur  <steve@xemacs.org>
5386
5387         * mule/mule-charset.el (charset-leading-byte): New function.
5388         From Kazuyuki IENAGA <ienaga@jsys.co.jp>
5389
5390 1999-02-12  Andy Piper  <andy@xemacs.org>
5391
5392         * about.el (xemacs-hackers): change andy's email address.
5393         (about-url-alist): change andy's web page address.
5394         (about-xemacs): add piper.
5395
5396 1999-02-16  SL Baur  <steve@xemacs.org>
5397
5398         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
5399         of mule-base into lisp/mule.
5400
5401 1999-02-16  SL Baur  <steve@xemacs.org>
5402
5403         * mule/arabic.el:
5404         mule/canna-leim.el:
5405         mule/chinese.el:
5406         mule/cyrillic.el:
5407         mule/english.el:
5408         mule/european.el:
5409         mule/greek.el:
5410         mule/hebrew.el:
5411         mule/japanese.el:
5412         mule/kinsoku.el:
5413         mule/korean.el:
5414         mule/misc-lang.el:
5415         mule/mule-category.el:
5416         mule/mule-ccl.el:
5417         mule/mule-charset.el:
5418         mule/mule-cmds.el:
5419         mule/mule-coding.el:
5420         mule/mule-files.el:
5421         mule/mule-help.el:
5422         mule/mule-init.el:
5423         mule/mule-misc.el:
5424         mule/mule-tty-init.el:
5425         mule/mule-x-init.el:
5426         mule/viet-chars.el:  Remerge from mule-base.
5427
5428         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
5429         of mule-base into lisp/mule.
5430
5431 1999-02-10  Adrian Aichner  <adrian@xemacs.org>
5432
5433         * process.el (exec-to-string): Use `shell-command-switch' in place
5434         of hard-wired "-c" (for WindowsNT).
5435
5436 1999-02-08  Charles G Waldman  <cgw@pgt.com>
5437
5438         * menubar-items.el (default-menubar):  Remove obsolete
5439         "Gopher" item
5440
5441 1999-02-06  Jan Vroonhof  <vroonhof@math.ethz.ch>
5442
5443         * package-admin.el (package-admin-get-install-dir): First fall
5444         back to the location of xemacs-base for non-mule packages.
5445
5446 1999-02-15  Martin Buchholz  <martin@xemacs.org>
5447
5448         * paths.el:
5449         - improved automounter tmp directory support.
5450         - support 4 (!) empirically discovered automounter conventions
5451
5452 1999-02-12  SL Baur  <steve@xemacs.org>
5453
5454         * etags.el (pop-tag-mark): autoload to match key binding.
5455
5456 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
5457
5458         * XEmacs 21.2.10 is released
5459
5460 1999-02-02  Jan Vroonhof  <vroonhof@math.ethz.ch>
5461
5462         * package-get.el (package-get-remote-filename): Don't bug out for
5463         a local file name in the search entry.
5464
5465 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
5466
5467         * XEmacs 21.2.9 is released
5468
5469 1999-01-19  Didier Verna  <didier@xemacs.org>
5470
5471         * replace.el (replace-search-function): new variable containing a
5472         function to perform a search-forward.
5473         (replace-re-search-function): new variable containing a function
5474         to perform a re-search-forward.
5475         (perform-replace): use them.
5476
5477 1999-01-25  Didier Verna  <didier@xemacs.org>
5478
5479         * select.el (selection-owner-p): use the name `XEmacs'.
5480         (cut-copy-clear-internal): ditto.
5481
5482 1999-01-18  Andy Piper  <andy@xemacs.org>
5483
5484         * about.el (about-url-alist): Update my entry.
5485         (xemacs-hackers): Ditto.
5486
5487 1999-01-14  Adrian Aichner  <adrian@xemacs.org>
5488
5489         * buffer.el (switch-to-buffer): Fixing documentation.
5490         * minibuf.el (minibuffer-completion-table): ditto.
5491         * cl-macs.el (return-from): ditto.
5492
5493 1999-01-04  Didier Verna  <didier@xemacs.org>
5494
5495         * replace.el (delete-non-matching-lines): temporarily disable
5496         case-folding when called interactively with a regexp containing
5497         uppercase characters.
5498         (delete-matching-lines): ditto.
5499         (count-matches): ditto.
5500         (list-matching-lines): ditto.
5501
5502 1999-01-07  Colin Rafferty  <colin@xemacs.org>
5503
5504         * window.el (shrink-window-if-larger-than-buffer): Clean up.  Only
5505         abort if current window is split horizontally, not if others are
5506         split.  Got rid of unnecessary minibuffer checking.  Also, add
5507         some comments (it's still complex).
5508
5509 1999-01-12  Robert Pluim  <rpluim@BayNetworks.com>
5510
5511         * package-get.el: changed address for doc.ic.ac.uk to
5512         sunsite.doc.ic.ac.uk
5513
5514 1999-01-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
5515
5516         * ldap.el (toplevel): Remove requires so that the file compiles
5517         with a non LDAP-enabled XEmacs binary.  Provide `ldap'.
5518
5519 1999-01-10  J. Kean Johnston  <jkj@sco.com>
5520
5521         * dump-paths.el: Calculate module-directory and set
5522         module-load-path to the load path for modules.
5523
5524         * loadup.el: Get bootstrap value of module-load-path from the
5525         environment variable EMACSBOOTSTRAPMODULEPATH.
5526         - Display the module load path if we're debugging paths.
5527
5528         * setup-paths.el: Added function paths-find-site-module-directory.
5529         - Added function paths-find-module-directory.
5530         - Added function paths-construct-module-load-path.  Uses new
5531         environment variable EMACSMODULEPATH.
5532
5533 1998-12-30  Martin Buchholz  <martin@xemacs.org>
5534
5535         * font.el (font-default-object-for-device):
5536         Oops! This `or' can't be replaced by `unless'.
5537         Fixed inability to run w3, among other things.
5538
5539 1998-12-17  Charles G. Waldman <cgw@pgt.com>
5540
5541         * package-admin.el: Change initialization of
5542           package-admin-install-function dependent on system type.
5543           Change package-admin-install-function-mswindows to use
5544           "minitar".
5545
5546 1998-12-23  Hrvoje Niksic  <hniksic@srce.hr>
5547
5548         * mouse.el (default-mouse-motion-handler): Disable help echo while
5549         in the minibuffer.
5550
5551 1998-12-28  Martin Buchholz <martin@xemacs.org>
5552
5553         * XEmacs 21.2.8 is released.
5554
5555 1998-12-24  Martin Buchholz <martin@xemacs.org>
5556
5557         * XEmacs 21.2.7 is released.
5558
5559 1998-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
5560
5561         * package-ui.el (pui-list-packages): Set truncate-lines.
5562
5563         * package-get.el (package-get-download-menu): Use
5564         `package-ui-add-site'. Add a a toggle to indicate it is in the list.
5565
5566         * package-ui.el (pui-help): Ditch in favor of `describe-mode'
5567         (pui-help-string): idem.
5568         (list-packages-mode): New major mode.
5569         (pui-list-packages): Use 'list-packages-mode' in the package buffer.
5570         (pui-install-selected-packages): Add suport for removing packages.
5571         (pui-toggle-package-delete-key): New function.
5572         (pui-popup-context-sensitive): New kludge.
5573         (pui-list-packages): Add warning when `package-get-remote' is nil.
5574         (package-ui-add-site): New function.
5575
5576 1998-12-01  Didier Verna  <didier@xemacs.org>
5577
5578         * hyper-apropos.el (hyper-where-is): added the missing autoload.
5579
5580 1998-11-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
5581
5582         * ldap.el: Custom-ized
5583         (toplevel): Do not provide `ldap' which is provided by C level
5584         LDAP code
5585         (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
5586
5587 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
5588
5589         * isearch-mode.el (isearch-mode): Really fix keymap lossage.
5590
5591 1998-12-17  Andy Piper  <andy@xemacs.org>
5592
5593         * sound.el (sound-load-list): name changed from sound-load-alist.
5594         (sound-extension-list): name changed from sound-ext-list.
5595         (load-default-sounds): use new names.
5596         (load-sound-file): use new names.
5597
5598 1998-12-16  Andy Piper  <andy@xemacs.org>
5599
5600         * XEmacs 21.2.6 is released
5601
5602 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
5603
5604         * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
5605         errors.
5606
5607 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
5608
5609         * wid-edit.el (widget-echo-this-extent): Set
5610         help-echo-owns-message to t.
5611
5612 1998-11-30  Greg Klanderman  <greg@alphatech.com>
5613
5614         * package-get.el (package-get-download-menu): use toggles for
5615           each site in the download site menu.
5616
5617 1998-12-01  Jan Vroonhof <vroonhof@math.ethz.ch>
5618
5619         * package-get.el (package-get): If we cannot find a package
5620           because package-get-remote is not set, give a more helpful
5621           error message.
5622
5623 1998-11-30  Greg Klanderman  <greg@alphatech.com>
5624
5625         * package-get.el (package-get-remote-filename): use an EFS path
5626         with user anonymous if no user is specified.
5627
5628 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
5629
5630         * faces.el (face-spec-set): Re-init fallfacks for default after
5631         calling reset-face on the default face.
5632
5633 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
5634
5635         * package-admin.el (package-admin-default-install-function):
5636         Behave as advertised.  Make sure the pkg-dir is proper for
5637         default-directory.
5638         (package-admin-add-binary-package): Make sure the pkg-dir is
5639         proper for default-directory.
5640         (package-admin-install-function-mswindows): Make sure the pkg-dir
5641         is proper for default-directory.
5642
5643 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
5644
5645         * XEmacs 21.2.5 is released
5646
5647 1998-12-05  SL Baur  <steve@altair.xemacs.org>
5648
5649         * files.el (binary-file-regexps): regexp-opt is not available at
5650         bytecompile time.
5651
5652 1998-11-30  Martin Buchholz  <martin@xemacs.org>
5653
5654         * x-win-xfree86.el:
5655         * x-win-sun.el (x-win-init-sun):
5656         * x-win-sun.el:
5657         * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
5658         * x-iso8859-1.el:
5659         * x-init.el (init-post-x-win):
5660         * x-init.el (init-pre-x-win):
5661         * x-init.el (x-initialize-compose):
5662         * x-init.el:
5663         * x-compose.el:
5664         * winnt.el:
5665         * widget.el:
5666         * wid-edit.el (widget-glyph-click):
5667         * wid-edit.el (widget-glyph-find):
5668         * wid-edit.el (widget-type):
5669         * view-less.el (view-buffer-other-window):
5670         * very-early-lisp.el:
5671         * version.el:
5672         * toolbar.el:
5673         * toolbar-items.el:
5674         * term/sun.el (suntool-map):
5675         * term/sun-mouse.el:
5676         * term/internal.el:
5677         * syntax.el (modify-syntax-entry):
5678         * symbol-syntax.el:
5679         * subr.el:
5680         * startup.el (lock-directory):
5681         * simple.el (set-comment-column):
5682         * simple.el (backward-delete-char-untabify):
5683         * shadow.el (find-emacs-lisp-shadows):
5684         * shadow.el:
5685         * setup-paths.el (paths-construct-info-path):
5686         * select.el (cut-copy-clear-internal):
5687         * process.el (call-process-region):
5688         * process.el (start-process-shell-command):
5689         * process.el:
5690         * paths.el (rmail-spool-directory):
5691         * paragraphs.el (use-hard-newlines):
5692         * package-get.el (package-get-dependencies):
5693         * package-admin.el (package-admin-delete-binary-package):
5694         * obsolete.el (truncate-string):
5695         * obsolete.el (store-substring):
5696         * mouse.el (default-mouse-track-maybe-own-selection):
5697         * mouse.el (mouse-yank-at-point):
5698         * modeline.el:
5699         * modeline.el (mouse-drag-modeline):
5700         * minibuf.el (read-directory-name-internal):
5701         * minibuf.el (read-file-name-internal):
5702         * minibuf.el (read-file-name-internal-1):
5703         * minibuf.el (read-file-name-2):
5704         * minibuf.el (exact-minibuffer-completion-p):
5705         * minibuf.el (read-from-minibuffer):
5706         * minibuf.el:
5707         * menubar.el (check-menu-syntax):
5708         * map-ynp.el (map-y-or-n-p):
5709         * make-docfile.el (docfile-out-of-date):
5710         * loadup.el ((member "run-temacs" command-line-args)):
5711         * loadup.el ((member "no-site-file" command-line-args)):
5712         * loadup.el (really-early-error-handler):
5713         * loadup.el:
5714         * loadhist.el:
5715         * loaddefs.el:
5716         * lisp-mnt.el (lm-verify):
5717         * lib-complete.el (lib-complete:cache-completions):
5718         * lib-complete.el (library-all-completions):
5719         * itimer.el (itimer-run-expired-timers):
5720         * info.el (Info-mode):
5721         * info.el (Info-insert-file-contents):
5722         * info.el (Info-rebuild-dir):
5723         * info.el (Info-build-dir-anew):
5724         * info.el (Info-parse-dir-entries):
5725         * info.el (Info-dir-outdated-p):
5726         * info.el (Info-insert-dir):
5727         * info.el (info-xref):
5728         * info.el:
5729         * hyper-apropos.el (hyper-apropos-get-doc):
5730         * hyper-apropos.el (hyper-describe-face):
5731         * hyper-apropos.el (hyper-apropos-mode):
5732         * hyper-apropos.el:
5733         * help.el (list-processes):
5734         * help.el:
5735         * gnuserv.el:
5736         * font.el (mswindows-font-create-name):
5737         * font.el (font-default-font-for-device):
5738         * font.el (x-font-create-object):
5739         * font.el (font-registry):
5740         * font.el:
5741         * font-lock.el (font-lock-keywords):
5742         * font-lock.el:
5743         * finder.el (finder-compile-keywords):
5744         * find-paths.el (paths-find-recursive-path):
5745         * fill.el (set-justification-center):
5746         * fill.el (fill-region-as-paragraph):
5747         * files.el (insert-directory):
5748         * files.el (wildcard-to-regexp):
5749         * files.el (recover-file):
5750         * files.el (basic-save-buffer):
5751         * files.el (delete-auto-save-file-if-necessary):
5752         * files.el (file-relative-name):
5753         * files.el (backup-extract-version):
5754         * files.el (backup-buffer):
5755         * files.el (set-visited-file-name):
5756         * files.el (set-auto-mode):
5757         * files.el (interpreter-mode-alist):
5758         * files.el:
5759         * files.el (find-file-noselect):
5760         * files.el (abbreviate-file-name):
5761         * files.el (parse-colon-path):
5762         * files.el (directory-abbrev-alist):
5763         * etags.el (visit-tags-table-buffer):
5764         * easymenu.el (easy-menu-define):
5765         * dragdrop.el (experimental-dragdrop-drag):
5766         * dragdrop.el (dragdrop-drop-do-functions):
5767         * dragdrop.el (dragdrop-drop-at-point):
5768         * disass.el (disassemble-1):
5769         * disass.el (disassemble-internal):
5770         * disass.el (disassemble):
5771         * disass.el:
5772         * derived.el (derived-mode-init-mode-variables):
5773         * derived.el (define-derived-mode):
5774         * custom.el (defgroup):
5775         * cus-edit.el (custom-quote):
5776         * config.el:
5777         * code-process.el (open-network-stream):
5778         * code-process.el (start-process):
5779         * code-process.el (call-process-region):
5780         * code-process.el (call-process):
5781         * code-process.el:
5782         * code-files.el (insert-file-contents):
5783         * code-files.el:
5784         * code-files.el (buffer-file-coding-system-for-read):
5785         * cmdloop.el (yes-or-no-p-minibuf):
5786         * cl.el:
5787         * cl-macs.el:
5788         * cl-extra.el:
5789         * callers-of-rpt.el (make-caller-report):
5790         * callers-of-rpt.el:
5791         * bytecomp.el (batch-byte-recompile-directory):
5792         * bytecomp.el (batch-byte-compile-1):
5793         * bytecomp.el (batch-byte-compile):
5794         * bytecomp.el (display-call-tree):
5795         * bytecomp.el (byte-compile-insert):
5796         * bytecomp.el (byte-compile-two-args-19->20):
5797         * bytecomp.el (byte-compile-variable-ref):
5798         * bytecomp.el (byte-compile-form):
5799         * bytecomp.el (byte-compile-top-level-body):
5800         * bytecomp.el (byte-compile-out-toplevel):
5801         * bytecomp.el (byte-compile-byte-code-maker):
5802         * bytecomp.el (byte-compile-file-form-defmumble):
5803         * bytecomp.el (byte-compile-file-form):
5804         * bytecomp.el (byte-compile-keep-pending):
5805         * bytecomp.el (byte-compile-insert-header):
5806         * bytecomp.el (byte-compile-from-buffer):
5807         * bytecomp.el (byte-compile-file):
5808         * bytecomp.el (byte-recompile-file):
5809         * bytecomp.el (byte-compile-close-variables):
5810         * bytecomp.el (byte-compile-warn-about-unused-variables):
5811         * bytecomp.el (byte-compile-warn-about-unresolved-functions):
5812         * bytecomp.el (byte-compiler-legal-options):
5813         * bytecomp.el (byte-compile-lapcode):
5814         * bytecomp.el (byte-optimize-log):
5815         * bytecomp.el ((fboundp 'defsubst)):
5816         * bytecomp.el:
5817         * bytecomp-runtime.el:
5818         * byte-optimize.el (byte-optimize-apply):
5819         * byte-optimize.el (car):
5820         * byte-optimize.el (byte-optimize-form):
5821         * byte-optimize.el (byte-optimize-form-code-walker):
5822         * byte-optimize.el:
5823         * build-report.el (build-report-insert-installation-file):
5824         * build-report.el (build-report):
5825         * auto-show.el:
5826         * apropos.el (apropos-documentation):
5827         - mega patch
5828         - clean up byte-compile warnings
5829         - remove unused variables
5830         - Use common lisp style hashtable functions
5831         - byte compiler cleanup
5832         - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
5833         - remove old backquote syntax usage
5834         - move some cl functionality into C for speed.
5835         - remove last remaining VMS support
5836         - spelling fixes
5837         - implement last, butlast, nbutlast, copy-list in C.
5838         - new macro ignore-file-errors, similar to ignore-errors
5839           (ignore-file-errors (delete-file "foo"))
5840         - get frequent garbage collection during loadup.el by tweaking
5841           gc-cons-threshold, rather than explicitly calling garbage-collect
5842         - default delete-key-deletes-forward to `t'.
5843
5844 1998-11-28  SL Baur  <steve@altair.xemacs.org>
5845
5846         * XEmacs 21.2-beta4 is released.
5847
5848 1998-11-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
5849
5850         * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
5851         (easy-menu-item-present-p): Wrapper around find-menu-item.
5852         (easy-menu-remove-item): Wrapper around delete-menu-item.
5853
5854         * menubar.el (delete-menu-item): Add 'from-menu' argument.
5855         (add-menu-button): Add 'in-menu' argument.
5856         (add-menu-item-1): Add in-menu support to helper function.
5857
5858 1998-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * isearch-mode.el (isearch-mode): Fix keymap lossage.
5861
5862 1998-11-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
5863
5864         * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
5865         of Dec 4, 1997.
5866
5867 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
5868
5869         * process.el (shell-command-on-region): Report if the command
5870         succeeded or failed.
5871
5872 1998-11-24  Hrvoje Niksic  <hniksic@srce.hr>
5873
5874         * subr.el (buffer-substring-no-properties): Comment out.
5875
5876 1998-11-07  Adrian Aichner  <adrian@xemacs.org>
5877
5878         * msw-faces.el (mswindows-find-smaller-font): Turning font names
5879           into font instances first, like `x-frob-font-size' does.
5880           (mswindows-find-larger-font): ditto
5881
5882 1998-11-04  Greg Klanderman  <greg@alphatech.com>
5883
5884         * package-ui.el (pui-install-selected-packages): fix args in call
5885         to `package-get'.
5886
5887 1998-10-29  Jan Vroonhof  <vroonhof@math.ethz.ch>
5888
5889         * package-get.el (host-name): New widget type.
5890         (package-get-remote): Better customization using new type.
5891         (package-get-download-sites): idem dito.
5892
5893         (package-get-custom): Do not use package-get-all untill we have
5894         runtime dependencies.
5895
5896         (package-get-remove-copy): Default to 't' we no longer need this
5897         kludge as we do not currently use depenencies.
5898
5899         (package-get-was-current): New variable.
5900         (package-get-require-base): New 'force-current' argument.
5901         (package-get-update-base): idem
5902         (package-get-package-provider):  idem
5903         (package-get-locate-index-file): New 'no-remote' argument.
5904         (package-get-locate-file): idem.
5905
5906         (package-get-maybe-save-index): New function.
5907         (package-get-update-base): Use it.
5908
5909 1998-10-28 Greg Klanderman <greg@alphatech.com>
5910
5911         * package-get.el (package-get-remote): default to nil; by default,
5912         don't go out to the net via EFS.  They must select a download site.
5913         (package-get-download-sites): new variable.
5914         (package-get-download-menu): new function.
5915         (package-get-locate-index-file): new function.
5916         (package-get-update-base): use it.
5917
5918         * menubar-items.el (default-menubar): add "Update Package Index"
5919         and "Add Download Site" menus under Options | Manage Packages.
5920
5921 1998-10-19  Greg Klanderman  <greg@alphatech.com>
5922
5923         * package-get.el (package-get): bugfix code checking installed version
5924         for case where package is not currently installed.
5925         (package-get-require-signed-base-updates): new variable.
5926         (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
5927         deemed not a goot thing.  Use the variable
5928         package-get-allow-unsigned-base-updates instead.
5929
5930 1998-10-16 Greg Klanderman <greg@alphatech.com>
5931
5932         * package-get.el (package-get): Don't install an older version than
5933         we already have unless explicitly told to.  Issue a warning.
5934
5935         * package-ui.el (pui-add-required-packages): when adding
5936         dependencies, don't add packages that are up to date.
5937         (pui-package-symbol-char):  Don't consider a package out of date
5938         if you have a newer version installed than the latest version in
5939         package-get-base.
5940
5941         * package-get.el (package-get-base-filename): document that it may
5942         be a path relative to package-get-remote;  new default value.
5943         (package-get-locate-file): new function.
5944         (package-get-update-base): use it to expand package-get-base-filename.
5945         (package-get-save-base): new function to save the package-get database
5946         to file.
5947         (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
5948         (package-get-update-base): pass the REMOTE-SOURCE arg.
5949         (package-get-update-base-entry): call package-get-custom-add-entry.
5950         (package-get-file-installed-p): removed; no longer needed.
5951         (package-get-create-custom): ditto.
5952         (toplevel): remove code to build and load package-get-custom.el
5953         (package-get-custom-add-entry): new function.
5954
5955 1998-10-12  Hrvoje Niksic  <hniksic@srce.hr>
5956
5957         * wid-edit.el (widget-button-click): Don't switch window.
5958
5959 1998-10-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
5960
5961         * cus-face.el (custom-set-face-update-spec): Add autoload cookie
5962
5963 1998-10-20  Malcolm Box  <malcolm@brownale.demon.co.uk>
5964
5965         * etags.el (find-tag-default): Run find-tag-hook using
5966         run-hooks rather than funcall
5967
5968 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
5969
5970         * isearch-mode.el (isearch-mode): Set the current minor mode maps
5971         and the current local map as the parents to isearch-mode-map.
5972
5973 1998-10-15  SL Baur  <steve@altair.xemacs.org>
5974
5975         * XEmacs 21.2-beta3 is released.
5976
5977 1998-10-15  Greg Klanderman  <greg@alphatech.com>
5978
5979         * package-get.el (package-get-update-base): use
5980         insert-file-contents-internal, not insert-file-contents-literally.
5981
5982 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
5983
5984         * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
5985         dump time.
5986
5987 1998-10-15  Greg Klanderman  <greg@alphatech.com>
5988
5989         * package-get.el (package-get-update-base-entry): new function.
5990         (package-get-update-base): renamed; was `package-get-load-base'.
5991         cleanup, and use package-get-update-base-from-buffer.
5992         (package-get-update-base-from-buffer): new function.
5993         (package-get-update-base-entries): new; helper for above.
5994         Do not eval lisp grabbed over ftp; parse it from new format.
5995
5996 1998-10-15  Greg Klanderman  <greg@alphatech.com>
5997
5998         * files.el (set-auto-mode): Don't play games loading package-get
5999         database; package-get-package-provider will handle it all.
6000
6001 1998-10-14  Greg Klanderman  <greg@alphatech.com>
6002
6003         * package-get.el (package-get-base-filename): new variable.
6004         (package-get-require-base): new function.
6005         (package-get-pgp-signed-begin-line): new variable.
6006         (package-get-pgp-signature-begin-line): ditto.
6007         (package-get-pgp-signature-end-line):  ditto.
6008         (package-get-load-base): new function.
6009         (package-get-interactive-package-query):
6010         (package-get-update-all):
6011         (package-get-dependencies):
6012         (package-get-package-provider):
6013         (package-get-custom): use package-get-require-base.
6014         [package-get-custom loading]: disable for now.
6015
6016         * package-ui.el (pui-list-packages): use (package-get-require-base)
6017
6018 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
6019
6020         * package-ui.el: Correct obvious thinko in choosing extent face.
6021
6022 1998-10-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
6023
6024         * menubar-items.el (default-menubar): pui-list-package has nothing
6025         to with Customize. Move all the package stuff to a new Item in Options.
6026
6027         * package-ui.el (pui-menu): Add menu and Popup menu.
6028
6029         * package-get.el (package-get): Use new
6030         package-admin-get-install-dir.
6031
6032         * package-admin.el (package-admin-get-install-dir): New syntax.
6033         Conserve package location and put mule packages where mule-base is.
6034
6035         * package-get.el : Customized
6036
6037         * package-ui.el (pui): Customized
6038         (pui-package-install-dest-dir): New variable.
6039         (pui-install-selected-packages): Use it
6040
6041 1998-10-12  SL Baur  <steve@altair.xemacs.org>
6042
6043         * package-get.el (package-get-interactive-package-query): Move
6044         dependency on package-get-base to run-time.
6045         (package-get-update-all): Ditto.
6046         (package-get-dependencies): Ditto.
6047         (package-get-package-provider): Ditto.
6048         (package-get-custom): Ditto.
6049
6050 1998-10-11  Glynn Clements  <glynn@sensei.co.uk>
6051
6052         * events.el: Remove 'ascii-character property from 'backspace
6053         and 'delete symbols
6054
6055 1998-10-11  SL Baur  <steve@altair.xemacs.org>
6056
6057         * package-get-base.el: removed.
6058
6059 1998-09-23  Didier Verna  <didier@xemacs.org>
6060
6061         * simple.el (search-caps-disable-folding): moved from isearch-mode.el
6062         (no-upper-case-p): new function.
6063         (with-search-caps-disable-folding): new macro.
6064         (with-interactive-search-caps-disable-folding): new macro.
6065         (zap-to-char): In interactive mode, do a case-sensitive search if
6066         the character is uppercase.
6067         (zap-up-to-char): ditto.
6068
6069         * replace.el (perform-replace): use the function no-upper-case-p.
6070
6071         * isearch-mode.el (isearch-fix-case): ditto.
6072         make obsolete `with-caps-disable-folding' and
6073         `isearch-no-upper-case-p'.
6074
6075         * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
6076         (tags-search): ditto.
6077         (tags-query-replace): ditto.
6078
6079         * info.el (Info-search): ditto.
6080
6081 1998-10-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
6082
6083         * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
6084
6085 1998-10-07  Greg Klanderman  <greg@alphatech.com>
6086
6087         * package-admin.el (package-admin-rmtree): rewritten.  need to
6088         check for "." and ".." before symlink check.  expand files and
6089         directories with respect to DIRECTORY, not default-directory.
6090
6091 1998-10-04  Greg Klanderman  <greg@alphatech.com>
6092
6093         * package-get.el (package-get-all): add INSTALL-DIR argument.
6094
6095 1998-10-06  Greg Klanderman  <greg@alphatech.com>
6096
6097         * package-ui.el (pui-add-required-packages): new function, select
6098         dependent packages.
6099         (pui-display-keymap): bind it.
6100         (pui-help-string): document it.
6101         (pui-install-selected-packages): package-get-all -> package-get.
6102
6103         * package-get.el (package-get-dependencies): new function.
6104
6105 1998-10-04  Hrvoje Niksic  <hniksic@srce.hr>
6106
6107         * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
6108         regexps.
6109
6110 1998-10-05  Hrvoje Niksic  <hniksic@srce.hr>
6111
6112         * mouse.el (default-mouse-track-point-at-opening-quote-p): New
6113         function.
6114         (default-mouse-track-normalize-point): Use it.
6115
6116 1998-09-30  Jan Vroonhof  <vroonhof@math.ethz.ch>
6117
6118         * package-admin.el (package-admin-delete-binary-package):
6119                 General cleanup. Remove unnessary use of progn and
6120         save-excursion.
6121         (package-admin-delete-binary-package): Do NOT mess with file
6122         modes. That is evil.
6123         (package-admin-delete-binary-package): Wrap all deleting in
6124         condition-case. The data in MANIFEST is untrustworthy.
6125         (package-admin-delete-binary-package): Let the OS worry about non
6126         empty directories.
6127
6128 1998-10-09  SL Baur  <steve@altair.xemacs.org>
6129
6130         * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
6131         processing.
6132         (lm-report-bug): Fix mail address to send bug reports to.
6133
6134 1998-09-29  SL Baur  <steve@altair.xemacs.org>
6135
6136         * XEmacs 21.2-beta2 is released.
6137
6138 1998-08-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
6139
6140         * files.el (auto-mode-alist): Enhanced regexp for perl-mode
6141
6142 1998-09-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
6143
6144         * info.el (Info-mode): Document page turning by double clicks in
6145         docstring so `M-x describe-mode' will display it.
6146
6147 1998-09-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
6148
6149         * info.el (Info-mouse-track-double-click-hook): Use character
6150         widths to calculate a border region where double clicking does
6151         page turning, and return `nil' by default so other hooks, such as
6152         region highlighting, will be run.
6153
6154 1998-09-29  Colin Rafferty   <colin@xemacs.org>
6155
6156         * sound.el (default-sound-directory-list): Initialize with all the
6157         "sounds" directories in `data-directory-list'.  It used to just be
6158         the first one.
6159
6160         * packages.el (locate-data-directory-list): Created.  This gives
6161         the list of matching directories, unlike `locate-data-directory',
6162         which just gives the first one.
6163
6164 1998-09-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
6165
6166         * minibuf.el (read-from-minibuffer): No longer bind help-form but
6167         make a binding in the local keymap until help-char handling is
6168         improved.
6169
6170         * help.el (help-keymap-with-help-key): Provide keymap with help
6171         binding.
6172         (help-print-help-form): New helper function.
6173
6174 1998-09-23  Hrvoje Niksic  <hniksic@srce.hr>
6175
6176         * isearch-mode.el (isearch-highlight): set-extent-endpoints can
6177         move extent to another buffer; no need to create a new extent.
6178         (isearch-fix-case): New function.
6179         (isearch-search-and-update): Use it.
6180
6181 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
6182
6183         * isearch-mode.el (isearch-mode): Use overriding-local-map to set
6184         the keymap, not minor-mode-map-alist.
6185         (isearch-done): Restore overriding-local-map.
6186
6187 1998-09-21  Martin Buchholz  <martin@xemacs.org>
6188
6189         * bytecomp.el (byte-compile-buffer-substring):
6190         Fix for: (byte-compile (defun f () (buffer-substring)))
6191         ==>   ** buffer-substring called with 3 args, but requires 0-3
6192         - new code not only works, but is more readable, too.
6193
6194 1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6195
6196         * msw-faces.el (mswindows-init-device-faces): Don't try to
6197           specify a default font at this late stage. Do try to force
6198           creation of the default face font so that if it fails we get
6199           an error now instead of a crash at frame creation.
6200
6201           mswindows-font-canonicalize-name, mswindows-make-font-unbold,
6202           mswindows-make-font-unitalic: Canonical default weight
6203           changed from "Normal" to "Regular".
6204
6205           mswindows-make-font-bold / -bold-italic: Supplied device was
6206           not being passed into call to mswindows-find-smaller-font.
6207
6208 1998-09-10  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
6209
6210         * package-get.el (package-get-remote): Fix the path where to find
6211           the packages on xemacs.org.
6212
6213 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
6214
6215         * about.el (about-maintainer-info): Update Ben's entry.
6216
6217 1998-09-24  Martin Buchholz  <martin@xemacs.org>
6218
6219         * lisp/shadow.el (find-emacs-lisp-shadows):
6220         - `member' was being called on lists of length 2000!
6221         - Replace with hashtables.
6222         - Replace hand-coded loops with (dolist)
6223         - Fix comment typo
6224
6225 1998-09-20  Darryl Okahata  <darrylo@sr.hp.com>
6226
6227         * packages.el: Added new function, `package-delete-name', to
6228           delete existing packages from the installed package database
6229           (`packages-package-list').  Also added the "pkginfo" directory
6230           to `packages-special-base-regexp', so that the pkginfo directory
6231           would not get added to `late-packages'.
6232
6233         * package-admin.el: Added ability to delete an installed package
6234           (added low-level function, `package-admin-delete-package').
6235           Understands how to use the pkginfo/MANIFEST.<package> file to
6236           delete the package.  When installing a package, will also
6237           create a MANIFEST.* file if one is not provided by the
6238           package.  If the MANIFEST.* doesn't exist when deleting a
6239           package, the functions will fall back to attempting to delete
6240           any package-specific lisp directory.
6241
6242         * package-get.el: Moved some functions to package-admin.el.
6243           Added interactive function `package-get-delete-package', for
6244           use by users for deleting a package.
6245
6246           Also modified to not require the presence of efs.
6247
6248 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
6249
6250         * files.el (find-file-noselect): Handle all signals, kill the
6251         buffer and resignal.
6252
6253 1998-09-23  SL Baur  <steve@altair.xemacs.org>
6254
6255         * cl-macs.el (glyph-image): Add setf method.
6256
6257 1998-09-06  Darryl Okahata  <darrylo@sr.hp.com>
6258
6259         * package-get.el: Fixed broken EFS downloading.  Also, look for
6260           .tar.gz files first, in preference over .tgz files.
6261
6262         * package-ui.el: Fix display of package version numbers.
6263
6264 1998-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
6265
6266         * x-font-menu.el (font-menu-set-font):  Add "pt" units to size
6267         argument.
6268
6269 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
6270
6271         * list-mode.el: `display-completion-list': added new/optional
6272           keyword `:completion-string', which allows the programmer to
6273           change the "Possible completions are:" prompt.
6274
6275         * menubar-items.el: Added new pulldown menu-pick to start up the
6276           visual package browser/installer:
6277
6278                 Options->Customize->List Packages
6279
6280         * package-admin.el: Added hooks for installing under both Unix
6281           and MS Windows.  Does additional error checking.  No longer
6282           calls "add-big-package.sh" to install packages under Unix; now
6283           calls gunzip & tar directly.
6284
6285         * package-get.el: Added ability to install packages from files
6286           on a local disk/CDROM.  Now deletes any existing package lisp
6287           directory.  Does completion on available packages when
6288           querying for package names.  Will also search for .tgz files
6289           in addition for .tar.gz files.  Tries to reload
6290           auto-autoloads, as a convenience when loading new packages,
6291           and also tries to add any new package paths to `load-path'.
6292           Changed all occurences of `concat' to use `expand-file-name'.
6293
6294         * package-ui.el: New file which implements the main visual
6295           package browser/installer, which is started via a menu pick or
6296           M-x pui-list packages.
6297
6298 1998-09-03  Hrvoje Niksic  <hniksic@srce.hr>
6299
6300         * startup.el (load-init-file): spelling fix.
6301
6302 1998-09-02  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
6303
6304         * startup.el (normal-top-level): Load auto-autoload files
6305         covariantly with their precedence.
6306
6307 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
6308
6309         * menubar-items.el (default-menubar): Remove "Font Weight"
6310         option, there is currently no custom equivalent.. Customize-faces
6311         is "Edit faces".
6312
6313         * x-font-menu.el (font-menu-set-font): Use customize to set
6314         default face.
6315
6316         * faces.el (face-spec-update-all-matching): New function.
6317
6318         * cus-face.el (custom-set-face-update-spec): New function.
6319         Interface to customize faces from elisp.
6320
6321         (custom-face-value-create): Show the customized settings if set
6322         but not saved.
6323
6324 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
6325
6326         (custom-face-value-create): Show the customized settings if set
6327         but not saved.
6328
6329 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
6330
6331         * keydefs.el (global-map): Add FSF 20.3 binding of
6332         query-replace-regexp.
6333
6334 1998-08-21  Greg Klanderman  <greg@alphatech.com>
6335
6336         * minibuf.el (read-file-name-internal-1): use
6337         user-name-completion-1 instead of user-name-completion.
6338
6339 1998-08-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
6340
6341         * loadup.el:
6342         * make-docfile.el:
6343         * update-elc.el: Don't set `source-directory' (now defunct as a
6344         global variable) no more.
6345
6346         * packages.el (packages-list-autoloads): Made `source-directory'
6347         (now defunct as a global variable) a parameter.
6348
6349 1998-08-13  Carsten Leonhardt  <leo@arioch.oche.de>
6350
6351         * about.el (about-hackers): new email
6352
6353 1998-08-16  SL Baur  <steve@altair.xemacs.org>
6354
6355         * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
6356
6357 1998-07-17  Didier Verna  <didier@xemacs.org>
6358
6359         * faces.el (set-face-property):
6360         (set-face-dim-p):
6361         (face-dim-p): updated the doc strings now that the dim property isn't
6362         tty-specific.
6363         (face-equal): the dim property is now a common one.
6364
6365         * cus-face.el (custom-face-attributes): New face attribute: `dim'
6366         Renamed the `stipple' attribute to `background-pixmap'.
6367         (custom-face-background-pixmap): make custom-face-stipple an
6368         obsolete alias for this.
6369
6370 1998-08-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
6371
6372         * find-paths.el (paths-file-readable-directory-p): Created and
6373         used.
6374
6375         * loadup.el: Don't set inhibit-... flags from run-temacs.
6376
6377 1998-08-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
6378
6379         * packages.el (packages-data-path-depth): Added and used.
6380
6381 1998-08-05  Charles G. Waldman <cgw@pgt.com>
6382
6383         * about.el:
6384         - Change .xpm to .png, delete "zcat" section.
6385         - cosmetic fix in the 'marcpa' entry.
6386
6387         * etc/photos
6388         - convert all .xpm.Z to .png
6389         - rename mrb to martin
6390         - rename mcook-m to mcookm
6391
6392 1998-07-31  Martin Buchholz  <martin@xemacs.org>
6393
6394         * x-init.el (x-initialize-compose): Add support for
6395         dead-circumflex as YET ANOTHER NAME for that dead key.
6396
6397 1998-08-05  Colin Rafferty <colin@xemacs.org>
6398
6399         * setup-paths.el (paths-construct-exec-path): Made the
6400         last-packages really be last.
6401         (paths-construct-data-directory-list): Ditto.
6402
6403 1998-08-01  Kai Haberzettl  <khaberz@synnet.de>
6404
6405         * startup.el(startup-splash-frame-body):
6406         Update Copyright notice in splash screen
6407
6408 1998-07-20  Greg Klanderman  <greg@alphatech.com>
6409
6410         * minibuf.el (read-file-name-internal-1): do ~user completion.
6411
6412 1998-07-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
6413
6414         * font-lock.el (font-lock-fontify-glumped-region): Add guard
6415         aginst destroyed extents
6416
6417 1998-07-24  Greg Klanderman  <greg@alphatech.com>
6418
6419         * package-get.el (package-get): add `install-dir' argument.
6420
6421 1998-07-20  John Jones  <jj@asu.edu>
6422
6423         * package-get.el: calls to package-get-update-all will only
6424           update packages which are already installed.
6425
6426 1998-07-23  SL Baur  <steve@altair.xemacs.org>
6427
6428         * autoload.el (update-file-autoloads): Ensure autoloads buffer is
6429         writable.
6430
6431 1998-07-20  Colin Rafferty   <colin@xemacs.org>
6432
6433         * about.el (about-hackers): Correct my email.
6434
6435 1998-07-20  Kai Haberzettl  <khaberz@synnet.de>
6436
6437         * about.el (about-hackers): new email-address.
6438
6439 1998-07-25  SL Baur  <steve@altair.xemacs.org>
6440
6441         * minibuf.el (read-number): Don't let `input-error' condition
6442         escape.
6443
6444 1998-07-20  Greg Klanderman  <greg@alphatech.com>
6445
6446         * about.el (about-hackers): use my `email-for-life' address.
6447
6448 1998-07-19  SL Baur  <steve@altair.xemacs.org>
6449
6450         * XEmacs 21.2-beta1 is released.
6451
6452 1998-07-12  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6453
6454         * ldap.el (ldap-search): Doc string change
6455
6456 1998-07-16  Colin Rafferty   <colin@xemacs.org>
6457
6458         * menubar-items.el (default-menubar): Removed references to
6459         `data-directory', and use `locate-data-file' instead, and made
6460         then greyed out if they don't exist.
6461
6462 1998-07-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6463
6464         * keymap.el (events-to-keys): Use `format' instead of `concat'
6465         since the latter does not accept integer args anymore
6466
6467 1998-07-15  SL Baur  <steve@altair.xemacs.org>
6468
6469         * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
6470         macros replaced.
6471
6472 1998-07-14  SL Baur  <steve@altair.xemacs.org>
6473
6474         * make-docfile.el: Get first initialization from very-early-lisp.el
6475         * update-elc.el: Ditto.
6476         * loadup.el (really-early-error-handler): Ditto.
6477
6478         * packages.el (packages-unbytecompiled-lisp): Add new file,
6479         very-early-lisp.el.
6480
6481         * very-early-lisp.el: New file.
6482
6483 1998-07-14  SL Baur  <steve@altair.xemacs.org>
6484
6485         * Symbols that have been obsolete for at least 3 years removed (II).
6486
6487         * obsolete.el (eval-current-buffer): Make compatible.
6488         (byte-code-function-p): Ditto.
6489         (send-string): Removed.
6490         (send-region): Removed.
6491         (screen-scrollbar-width): Removed.
6492         (set-screen-scrollbar-width): Removed.
6493         (set-screen-left-margin-width): Removed.
6494         (set-screen-right-margin-width): Removed.
6495         (screen-left-margin-width): Removed.
6496         (screen-right-margin-width): Removed.
6497         (set-buffer-left-margin-width): Removed.
6498         (set-buffer-right-margin-width): Removed.
6499         (buffer-left-margin-width): Removed.
6500         (buffer-right-margin-width): Removed.
6501         (x-set-frame-icon-pixmap): Removed.
6502         (x-set-screen-icon-pixmap): Removed.
6503         (pixel-name): Removed.
6504         (make-pixmap): Removed.
6505         (make-cursor): Removed.
6506         (pixmap-width): Removed.
6507         (pixmap-contributes-to-line-height-p): Removed.
6508         (set-pixmap-contributes-to-line-height): Removed.
6509
6510 1998-07-13  SL Baur  <steve@altair.xemacs.org>
6511
6512         * obsolete.el (popup-menu-up-p): removed.
6513         (read-no-blanks-input): Removed.
6514         (wholenump): Removed.
6515         (ring-mod): Removed (what was ring-mod?).
6516         (current-time-seconds): Removed.
6517         (run-special-hook-with-args): Removed.
6518         (dot): Removed.
6519         (dot-marker): Removed.
6520         (dot-min): Removed.
6521         (dot-max): Removed.
6522         (window-dot): Removed.
6523         (set-window-dot): Removed.
6524
6525         * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
6526         `dot-min'.
6527
6528         * minibuf.el: (read-no-blanks-input): remove commented-out copy.
6529
6530         * code-files.el (insert-file-contents): Rename
6531         run-special-hook-with-args to run-hook-with-args-until-success.
6532         (write-region): Ditto.
6533
6534 1998-07-12  SL Baur  <steve@altair.xemacs.org>
6535
6536         * about.el: Fix typos, update release date.
6537
6538         * Symbols that have been obsolete for at least 3 years removed.
6539
6540         * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
6541         screen- functions.
6542         (toplevel): remove setf methods for screen functions.
6543         * cl-macs.el (extent-data): defsetf removed.
6544         * obsolete.el (lisp-indent-hook): Make compatible, it's used too
6545         many places to remove.
6546         (comment-indent-hook): Ditto.
6547         * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
6548         (buffer-dedicated-screen): Ditto.
6549         (deiconify-screen): Ditto.
6550         (delete-screen): Ditto.
6551         (event-screen): Ditto.
6552         (find-file-other-screen): Ditto.
6553         (find-file-read-only-other-screen): Ditto.
6554         (live-screen-p): Ditto.
6555         (screen-height): Ditto.
6556         (screen-iconified-p): Ditto.
6557         (screen-list): Ditto.
6558         (screen-live-p): Ditto.
6559         (screen-name): Ditto.
6560         (screen-parameters): Ditto.
6561         (screen-pixel-height): Ditto.
6562         (screen-pixel-width): Ditto.
6563         (screen-root-window): Ditto.
6564         (screen-selected-window): Ditto.
6565         (screen-totally-visible-p): Ditto.
6566         (screen-visible-p): Ditto.
6567         (screen-width): Ditto.
6568         (screenp): Ditto.
6569         (get-screen-for-buffer): Ditto.
6570         (get-screen-for-buffer-noselect): Ditto.
6571         (get-other-screen): Ditto.
6572         (iconify-screen): Ditto.
6573         (lower-screen): Ditto.
6574         (mail-other-screen): Ditto.
6575         (make-screen): Ditto.
6576         (make-screen-invisible): Ditto.
6577         (make-screen-visible): Ditto.
6578         (modify-screen-parameters): Ditto.
6579         (new-screen): Ditto.
6580         (next-screen): Ditto.
6581         (next-multiscreen-window): Ditto.
6582         (other-screen): Ditto.
6583         (previous-screen): Ditto.
6584         (previous-multiscreen-window): Ditto.
6585         (raise-screen): Ditto.
6586         (redraw-screen): Ditto.
6587         (select-screen): Ditto.
6588         (selected-screen): Ditto.
6589         (set-buffer-dedicated-screen): Ditto.
6590         (set-screen-height): Ditto.
6591         (set-screen-position): Ditto.
6592         (set-screen-size): Ditto.
6593         (set-screen-width): Ditto.
6594         (show-temp-buffer-in-current-screen): Ditto.
6595         (switch-to-buffer-other-screen): Ditto.
6596         (visible-screen-list): Ditto.
6597         (window-screen): Ditto.
6598         (x-set-screen-pointer): Ditto.
6599         (x-set-frame-pointer): Ditto.
6600         (screen-title-format): Ditto.
6601         (screen-icon-title-format): Ditto.
6602         (terminal-screen): Ditto.
6603         (delete-screen-hook): Ditto.
6604         (create-screen-hook): Ditto.
6605         (mouse-enter-screen-hook): Ditto.
6606         (mouse-leave-screen-hook): Ditto.
6607         (map-screen-hook): Ditto.
6608         (unmap-screen-hook): Ditto.
6609         (default-screen-alist): Ditto.
6610         (default-screen-name): Ditto.
6611         (x-screen-defaults): Ditto.
6612         (x-create-screen): Ditto.
6613         * obsolete.el: meta-flag removed.
6614         baud-rate removed.
6615         sleep-for-millisecs removed.
6616         extent-data removed.
6617         set-extent-data removed.
6618         set-extent-attribute removed.
6619         extent-glyph removed.
6620         extent-layout removed.
6621         set-extent-layout removed.
6622         list-faces-display removed.
6623         list-faces removed.
6624         trim-versions-without-asking removed.
6625         after-write-file-hooks removed.
6626         truename removed.
6627         auto-fill-hook removed.
6628         blink-paren-hook removed.
6629         select-screen-hook, deselect-screen-hook removed.
6630         auto-raise-screen, auto-lower-screen removed.
6631
6632         * msw-mouse.el: Global change resource -> mswindows-resource.
6633
6634         * XEmacs 21.0-pre5 is released.
6635
6636 1998-07-11  SL Baur  <steve@altair.xemacs.org>
6637
6638         * about.el (about-hackers): Credits update.
6639
6640 1998-07-11  Hrvoje Niksic  <hniksic@srce.hr>
6641
6642         * register.el (insert-register): Don't activate the region.
6643
6644 1998-07-10  SL Baur  <steve@altair.xemacs.org>
6645
6646         * select.el: Restore x-* symbols for backwards compatibility:
6647         x-copy-primary-selection, x-kill-primary-selection,
6648         x-delete-primary-selection, x-select-make-extent-for-selection,
6649         x-valid-simple-selection-, x-cut-copy-clear-internal.
6650
6651 1998-07-09  SL Baur  <steve@altair.xemacs.org>
6652
6653         * XEmacs 21.0-pre4 is released.
6654
6655 1998-06-28  Hrvoje Niksic  <hniksic@srce.hr>
6656
6657         * menubar-items.el (default-menubar): Use `report-emacs-bug' for
6658         reporting bugs.
6659         (maybe-add-init-button): Fix semantics under Windows.  Use
6660         `expand-file-name' rather than `concat'.
6661
6662         * help.el (print-messages): New function.
6663
6664 1998-07-05  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6665
6666         * ldap.el (ldap-host-parameters-alist): Docstring fixes
6667
6668 1998-07-04  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6669
6670         * about.el: Tweaked my entry in about-hackers.
6671
6672         * find-paths.el (paths-emacs-root-p):
6673           Relaxed emacs-root checking of an in-place installation to
6674           also accommodate the flat layout used on MS Windows.
6675
6676 1998-06-29  John Jones  <jj@asu.edu>
6677
6678         * package-get.el: calls to package-get-update-all will only
6679           update packages which are already installed.
6680
6681 1998-07-05  Andy Piper  <andyp@parallax.co.uk>
6682
6683         * faces.el (xpm-color-symbols): remove hardcoded defaults these
6684         are handled by the gui-element face fallbacks now.
6685
6686         * x-faces.el: default gui-element face to "background" as well as
6687         the default face.
6688
6689         * msw-faces.el (mswindows-init-device-faces): remove gui-element
6690         and default face settings since these are set as fallbacks now in
6691         the appropriate domain.
6692
6693 1998-07-02  SL Baur  <steve@altair.xemacs.org>
6694
6695         * text-mode.el (text-mode): Reorder regexp so the OR part
6696         corresponding to `page-delim' goes first and the hack in
6697         `forward-paragraph' will work.
6698         With bug analysis from Bob Weiner <weiner@altrasoft.com>
6699
6700 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
6701
6702         * subr.el (remove-hook): When checking the hook value
6703           with functionp, don't apply car to it.
6704
6705 1998-06-24  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6706
6707         * package-get.el (package-get-remote-filename):
6708           Don't use file-name-as-directory because the local directory
6709           separator conventions might not be the same as ftp's.
6710
6711 1998-06-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6712
6713         * ldap.el (ldap-host-parameters-alist): New name of
6714         `ldap-host-parameters-plist'
6715
6716 1998-06-26  Adrian Aichner  <adrian@xemacs.org>
6717
6718         * package-get.el: Using (require 'package-get-base), now that it
6719         provides itself.  Consequently removed all instances of (load
6720         "package-get-base.el").
6721
6722 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
6723
6724         * subr.el (remove-hook): Don't treat the hook value as a
6725           list unless it is both consp and not functionp.
6726
6727 1998-06-29  SL Baur  <steve@altair.xemacs.org>
6728
6729         * about.el: Email address for Ben Wing is ben@xemacs.org.
6730         * auto-show.el: Ditto.
6731         * bytecomp.el: Ditto.
6732         * faces.el: Ditto.
6733         * x-scrollbar.el: Ditto.
6734         * x-misc.el: Ditto.
6735         * tty-init.el: Ditto.
6736         * toolbar-items.el: Ditto.
6737         * symbol-syntax.el: Ditto.
6738         * specifier.el: Ditto.
6739         * objects.el: Ditto.
6740         * hyper-apropos.el: Ditto.
6741         * glyphs.el: Ditto.
6742
6743 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
6744
6745         * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
6746         vertical-divider-always-visible-p.
6747         (default-mouse-motion-handler): Ditto.
6748
6749 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
6750
6751         * scrollbar.el (scrollbars-visible-p): Simplify.  Always set the
6752         global value.
6753
6754 1998-06-21  Oliver Graf <ograf@fga.de>
6755
6756         * build-reports.el: changed receiver to xemacs-build-reports list
6757
6758 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6759
6760         * font.el: Split font-family-mappings into X and
6761           mswindows-specific versions.
6762           mswindows-font-create-[object|name]: Treat supplied size
6763           as a pointsize. Added underline and strikethru handling.
6764
6765         * msw-faces.el: changed default mswindows charset to western.
6766
6767         * msw-glyphs.el: removed space in border-glyph font string that
6768           was inserted to get round bugs in the mswindows C font code.
6769
6770 1998-06-27  SL Baur  <steve@altair.xemacs.org>
6771
6772         * about.el (about-hackers): Credits update.
6773
6774         * help-nomule.el (tutorial-supported-languages): Add Romanian
6775         TUTORIAL.
6776
6777         * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
6778         to ISO-8859-2.
6779
6780 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6781
6782         * font.el: Split font-family-mappings into X and
6783           mswindows-specific versions.
6784           mswindows-font-create-[object|name]: Treat supplied size
6785           as a pointsize. Added underline and strikethru handling.
6786
6787         * msw-faces.el: changed default mswindows charset to western.
6788
6789         * msw-glyphs.el: removed space in border-glyph font string that
6790           was inserted to get round bugs in the mswindows C font code.
6791
6792 1998-06-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6793
6794         * minibuf.el: make read-color-completion-table call
6795           (mswindows-color-list for mswindows devices.
6796
6797 1998-06-18  Sam Mikes  <smikes@alumni.hmc.edu>
6798
6799         * lisp/font-lock.el
6800         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
6801         Let declaration items contain non-word symbol characters.
6802
6803 1998-06-15  Adrian Aichner  <adrian@xemacs.org>
6804
6805         * package-get.el (package-get-package-provider): Added autoload
6806         cookie.  Loading "package-get-base.el" in ALL functions that use
6807         it.  Fixed some (interactive ...) with multiple argument specs
6808         again.  Cosmetic indentation changes.
6809
6810 1998-05-27  Glynn Clements  <glynn@sensei.co.uk>
6811
6812         * info.el (Info-insert-dir): Don't use nreverse on variables
6813         that you want to use later.
6814
6815 1998-06-17  Glynn Clements  <glynn@sensei.co.uk>
6816
6817         * x-mouse.el (x-set-point-and-move-selection): Replace call
6818         to x-kill-primary-selection with kill-primary-selection
6819
6820 1998-06-12  Martin Buchholz  <martin@xemacs.org>
6821
6822         * simple.el (what-cursor-position): Make cursor position reported
6823         use value of column-number-start-at-one
6824
6825 1998-06-17  SL Baur  <steve@altair.xemacs.org>
6826
6827         * about.el (xemacs-hackers): Fix Jareth's email address.
6828
6829 1998-06-16  SL Baur  <steve@altair.xemacs.org>
6830
6831         * startup.el (startup-splash-frame): Remove
6832         `xemacs-startup-logo-function'.
6833
6834 1998-06-15  SL Baur  <steve@altair.xemacs.org>
6835
6836         * about.el (about-hackers): Update credits list.
6837
6838 1998-06-06  Jeff Miller <jmiller@smart.net>
6839
6840         * lisp/sound.el: Update sound-ext to allow filenames with
6841           extensions to be found by load-sound-file
6842
6843 1998-06-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6844
6845         * info.el (Info-rebuild-outdated-dir): Removed variable
6846         (Info-auto-generate-directory): New variable
6847         (Info-save-auto-generated-dir): New variable
6848         (Info-maybe-update-dir): Use `Info-auto-generate-directory'
6849         (Info-build-dir-anew): Second parameter removed.  Use
6850         `Info-save-auto-generated-dir'
6851         (Info-rebuild-dir): Ditto
6852
6853 1998-06-02  Christoph Wedler  <wedler@fmi.uni-passau.de>
6854
6855         * list-mode.el (next-list-mode-item): Would not recognize
6856         border between directly neighbored items.
6857
6858 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
6859
6860         * package-get.el: add autoloads for some functions.
6861
6862 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
6863
6864         * specifier.el (let-specifier): Tiny docfixes.
6865
6866 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
6867
6868         * msw-mouse.el: set selection-pointer-glyph to Normal.
6869
6870 1998-06-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6871
6872         * wid-edit.el (widget-specify-secret): New function.
6873         (widget-after-change): Use it.
6874         (widget-specify-field): Use it.
6875
6876 1998-06-08  Hrvoje Niksic  <hniksic@srce.hr>
6877
6878         * mouse.el (drag-window-divider): Use `(not done)' instead of
6879         `doit'; reuse result of `window-pixel-edges'.
6880
6881         * modeline.el (drag-modeline-event-lag): Rename to
6882         drag-divider-event-lag.
6883
6884 1998-06-07  Hrvoje Niksic  <hniksic@srce.hr>
6885
6886         * specifier.el (let-specifier): Rewritten not to generate needless
6887         `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
6888         arguments.
6889
6890 1998-05-28  Hrvoje Niksic  <hniksic@srce.hr>
6891
6892         * minibuf.el (read-file-name-1): Setup buffer-local value of
6893         `completion-ignore-case' in completions buffer under Windows.
6894
6895 1998-06-06  Kirill M. Katsnelson  <kkm@kis.ru>
6896
6897         * about.el (about-maintainer-glyph): Fix support for not
6898         compressed images.
6899
6900 1998-06-04  Kirill M. Katsnelson  <kkm@kis.ru>
6901
6902         * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
6903
6904         * mouse.el (mouse-track): Cancel selection if misc-user event with
6905         `cancel-mode-internal' function is fetched.
6906
6907 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
6908
6909         * files.el (save-some-buffers-1): Fixed return value.
6910
6911 1998-06-01  Oliver Graf <ograf@fga.de>
6912
6913         * dragdrop.el: added experimental
6914
6915 1998-05-26  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
6916
6917         * startup.el (after-init-hook, init-file-user,
6918         user-init-directory, load-user-init-file):  Purge references
6919         to "~/.xemacs/init.el" from docstrings.
6920
6921         (load-user-init-file) Use paths-construct-path to construct
6922         paths to user init files.  Go directly to ~/.emacs, do not
6923         search ~/.xemacs/, do not load `default-custom-file'.
6924
6925 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
6926
6927         * files.el (interpreter-mode-alist): Catch wish and tclsh before
6928         general *sh.
6929         (inhibit-first-line-modes-regexps): Added `.tar.gz'.
6930
6931 1998-06-03  Andy Piper  <andyp@parallax.co.uk>
6932
6933         * menubar-items.el (default-menubar): add Update Packages to customize
6934         menu.
6935
6936 1998-06-02  Andy Piper  <andyp@parallax.co.uk>
6937
6938         * faces.el: use toolbar face as a fallback for toolbar properties
6939         in xpm-color-symbols instead of default.
6940
6941         * msw-faces.el: rename 3d-object -> gui-element face.
6942
6943 1998-06-06  SL Baur  <steve@altair.xemacs.org>
6944
6945         * startup.el (xemacs-startup-logo-function): New variable.
6946         (startup-splash-frame): Use it.
6947
6948 1998-06-02  Hrvoje Niksic  <hniksic@srce.hr>
6949
6950         * files.el (save-some-buffers): Would wait 1 second.
6951         (save-some-buffers-1): Delete other windows here instead of in
6952         `save-some-buffers'.
6953         (save-some-buffers): Force redisplay only if windows were deleted.
6954
6955 1998-06-02  Didier Verna  <didier@xemacs.org>
6956
6957         * cus-face.el (custom-face-attributes): generalized the use of
6958         toggle buttons for boolean attributes.
6959         Re-ordered the items a bit.
6960
6961 1998-06-01  SL Baur  <steve@altair.xemacs.org>
6962
6963         * sound.el (default-sound-directory): Use `locate-data-directory'
6964         to find the sounds directory.
6965
6966 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
6967
6968         * sound.el: default sound-ext to .wav under mswindows, .au
6969         otherwise. load-default sounds without extensions.
6970
6971 1998-05-27  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
6972
6973         * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
6974         if send-pr is not bound.
6975
6976 1998-06-01  Andy Piper  <andyp@parallax.co.uk>
6977
6978         * files.el: grok idl files in auto-mode-alist.
6979 1998-06-01  Jeff Miller  <jmiller@smart.net>
6980
6981         * minibuf.el (exact-minibuffer-completion-p): check for nil before
6982         calling `upcase'.
6983
6984 1998-05-30  Andy Piper  <andyp@parallax.co.uk>
6985
6986         * msw-glyphs.el: add xbm to the list of image types supported.
6987
6988 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
6989
6990         * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
6991         instead of XEmacs one when dumping InfoDock.
6992
6993 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
6994
6995         * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
6996         for `modeline-visible-p'
6997
6998         * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
6999
7000 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
7001
7002         * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
7003         since it's not used anymore. doc string fixes.
7004
7005         * package-get.el (package-get-file-installed-p): new function. use
7006         instead of file-installed-p which is in an external package.
7007
7008 1998-05-28  Oliver Graf <ograf@fga.de>
7009
7010         * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
7011         favor of select-window/switch-to-buffer
7012
7013 Wed May 27, 1998  Darryl Okahata  <darrylo@sr.hp.com>
7014
7015         * startup.el: changed (getenv "HOME") to (user-home-directory)
7016
7017 1998-05-25  Oliver Graf <ograf@fga.de>
7018
7019         * frame.el (cde-start-drag) moved to dragdrop.el
7020         (offix-start-drag-region) moved to dragdrop.el
7021         (offix-start-drag) moved to dragdrop.el
7022         * dragdrop.el (cde-start-drag) moved from frame.el
7023         (offix-start-drag-region) moved from frame.el
7024         (offix-start-drag) moved from frame.el
7025         (cde-start-drag-region) cde drag regions
7026         * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
7027
7028 1998-05-26  Oliver Graf <ograf@fga.de>
7029
7030         * dragdrop.el: created dragdrop-drag prototypes
7031         (cde-start-drag-region) fixed typo
7032
7033 1998-05-28  SL Baur  <steve@altair.xemacs.org>
7034
7035         * simple.el (after-init-hook): Remove reader macro.
7036
7037         * packages.el (packages-hardcoded-lisp): Get rid of reader
7038         macros.  Update DOC string.
7039
7040 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
7041
7042         * mouse.el (drag-window-divider): Ditto.
7043
7044         * modeline.el (mouse-drag-modeline): Use it.
7045
7046         * lisp-mode.el (let-specifier): Specify indentation.
7047
7048         * specifier.el (let-specifier): Renamed from
7049         `with-specifier-instance'.
7050
7051 1998-05-27  Andy Piper  <andyp@parallax.co.uk>
7052
7053         * x-faces.el:
7054         * faces.el: move definition of xpm-color-symbols from x-faces.el
7055         to faces. Predicate x-get-resource on the presence of x.
7056
7057         * msw-faces.el: set 3d-object face rather than modeline. Specify
7058         faces as specfier defaults.
7059
7060         * package-get.el: don't use package-admin-add-single-file-package.
7061
7062 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
7063
7064         * toolbar-items.el: Fixup tooltips.
7065         (toolbar-gnus): Don't use obsolete variable
7066         toolbar-news-frame-properties.
7067         (toolbar-news-reader): Default to `gnus' instead of
7068         `not-configured'.
7069
7070         * files.el (auto-mode-alist): Correctly recognize `.emacs' under
7071         Windows.
7072
7073 1998-05-25  Andy Piper  <andyp@parallax.co.uk>
7074
7075         * package-get.el: rename -installedp -> -installed-p.
7076
7077 1998-05-23  Kirill M. Katsnelson  <kkm@kis.ru>
7078
7079         * glyphs.el (init-glyphs): Created `border-glyph' face, with no
7080         attributes, and assinged it to continuation, truncation and
7081         hscroll glyphs.
7082
7083         * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
7084         and made continuation, truncation and hscroll glyphs arrow
7085         characters out of that font.
7086
7087 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
7088
7089         * minibuf.el (minibuffer-electric-separator): Play nicely with
7090         directory-sep-char being \.
7091         (minibuffer-electric-tilde): Ditto.
7092         (read-file-name-map): Ditto.
7093
7094 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
7095
7096         * mouse.el (default-mouse-track-maybe-own-selection): Pause only
7097         on X devices.
7098         (default-mouse-track-deal-with-down-event): Avoid
7099         `x-disown-selection'; use `disown-selection' instead.
7100
7101 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
7102
7103         * select.el:
7104         * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
7105         moved to (cut-copy-clear-internal) in select.el. Ditto for
7106         (x-delete-primary-selection) (x-kill-primary-selection)
7107         (x-copy-primary-selection).
7108         (own-clipboard): new function.
7109
7110         * msw-select.el: use the new kill/delete/copy/cut-copy-clear
7111         functions in select.el. remove old ones.
7112         (mswindows-own-clipboard): new function.
7113
7114 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
7115
7116         * gnuserv.el: allow connections from mswindows type devices.
7117
7118 1998-05-20  Andy Piper  <andyp@parallax.co.uk>
7119
7120         * msw-glyphs.el: change image type used from cursor to resource.
7121
7122 1998-05-20  Kirill M. Katsnelson  <kkm@kis.ru>
7123
7124         * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
7125         for {top,bottom}-{left,right} values in addition to
7126         {top,bottom}_{left,right}.
7127         Use x-get-resource instead of x-get-resource-and-bogosity-check.
7128
7129 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
7130
7131         * cl-macs.el (specifier-instance): Undefine its setf method.
7132
7133         * specifier.el (with-specifier-instance): Added docstring.
7134
7135         * mouse.el (drag-window-divider): Ditto.
7136
7137         * modeline.el (mouse-drag-modeline): Use it.
7138
7139         * lisp-mode.el (with-specifier-instance): Define its indentation
7140         level.
7141
7142         * specifier.el (with-specifier-instance): New macro.
7143
7144 1998-05-19  Andy Piper  <andyp@parallax.co.uk>
7145
7146         * package-get.el (package-get-create-custom): new function to
7147         auto-generate package-get-custom.el from package-get-base.el.
7148         * (package-get-ever-installedp): new function.
7149         * (package-get-custom): new function to get all packages specified
7150         by customize.
7151
7152 1998-05-19  Hrvoje Niksic  <hniksic@srce.hr>
7153
7154         * cus-edit.el (custom-file): Revert to `~/.emacs'.
7155
7156 1998-05-23  SL Baur  <steve@altair.xemacs.org>
7157
7158         * cl-extra.el: Reverse previous float change.
7159
7160 1998-05-17  Andy Piper  <andyp@parallax.co.uk>
7161
7162         * x-faces.el:
7163         * faces.el (try-font-name): moved from x-faces.el since it is
7164         required by w3 under mswindows as well X.
7165
7166 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
7167
7168         * winnt.el: Removed evil (setq completion-ignore-case t)
7169         clause, one more overlookef fsfism.
7170         (nt-quote-args-functions-alist): End sentences with double space.
7171
7172 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
7173
7174         * window-xemacs.el (push-window-configuration): Remove kludgery of
7175         recaching default-toolbar specifier.
7176         (pop-window-configuration): Ditto.
7177         (unpop-window-configuration): Ditto.
7178
7179 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
7180
7181         * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
7182
7183 1998-05-17  Kirill M. Katsnelson  <kkm@kis.ru>
7184
7185         * winnt.el (nt-quote-args-verbatim): Added function.
7186         (nt-quote-args-prefix-quote): Added function.
7187         (nt-quote-args-backslash-quote): Added function.
7188         (nt-quote-args-double-quote): Added function.
7189         (nt-quote-args-functions-alist): New variable.
7190         (nt-quote-process-args): Added function. This is the main quoting
7191         work horse called from process-nt.c
7192
7193 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
7194
7195         * winnt.el: Removed duplicate definitions for backspace,
7196         delete, M-backspace and C-M-backspace.
7197         (file-name-buffer-file-type-alist): Removed this variable.
7198         (find-buffer-file-type): Removed function.
7199         (find-file-binary):  Removed function.
7200         (find-file-text): Removed function.
7201         (find-file-not-found-set-buffer-file-type): Removed function.
7202         (save-to-unix-hook): Removed function.
7203         (revert-from-unix-hook): Removed function.
7204         (using-unix-filesystems): Removed function.
7205         (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
7206         warning.
7207         (x-set-selection): Removed function.
7208         (x-get-selection): Removed function.
7209         Removed commented FSFisms.
7210         Replaced copyright notice (this file is not part of GNU Emacs).
7211         (nt-shell-mode-hook): Moved here from a lambda expression. Added
7212         comint-process-echoes setting to t.
7213
7214 1998-05-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7215
7216         * packages.el (packages-no-package-hierarchy-regexp): Introduced
7217         and used following the interface change of
7218         `paths-find-recursive-path'.
7219
7220         * find-paths.el (paths-find-recursive-path): Exclusion is now by a
7221         regexp instead of a list of base names.
7222         (paths-version-control-filename-regexp):
7223         (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
7224         Introduced and used following the interface change of
7225         `paths-find-recursive-path'.
7226
7227 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
7228
7229         * simple.el (delete-forward-p): Make it a defun; do X garbage only
7230         on X devices, rather than on all non-TTY devices.
7231
7232 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
7233
7234         * msw-mouse.el: New file. Sets up cursor shapes for Windows.
7235
7236         * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
7237
7238 1998-05-17  Adrian Aichner  <adrian@xemacs.org>
7239
7240         * itimer.el (activate-itimer): Fixed usage of integers
7241         as argument to `concat'.
7242
7243 1998-05-17  Glynn Clements  <glynn@sensei.co.uk>
7244
7245         * itimer.el (start-itimer): replace the use of `concat' with
7246         `format'
7247
7248 1998-05-16  SL Baur  <steve@altair.xemacs.org>
7249
7250         * mode-motion.el (mode-motion-hook): Clarify docstring.
7251         From Bob Weiner <weiner@altrasoft.com>
7252
7253         * loadhist.el (symbol-file): Supply prompt string when used
7254         interactively.
7255         From Bob Weiner <weiner@altrasoft.com>
7256
7257 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
7258
7259         * loadup.el (really-early-error-handler): Ditto.
7260
7261         * update-elc.el: Ditto.
7262
7263         * setup-paths.el (paths-construct-exec-path): Ditto.
7264
7265         * make-docfile.el: Ditto.
7266
7267         * find-paths.el (paths-decode-directory-path): Use split-path
7268         instead of decode-path.
7269
7270         * files.el (parse-colon-path): Update docstring reference.
7271
7272 1998-05-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7273
7274         * msw-init.el:
7275         * x-init.el:
7276         Bind cut'n'paste keys to non window-system specific functions.
7277
7278         * msw-select.el: New function mswindows-clear-clipboard.
7279         mswindows-cut-copy-clipboard extended to handle clearing of the
7280         selection and renamed to mswindows-cut-copy-clear-clipboard.
7281
7282         * select.el: on mswindows devices delete-primary-selection
7283         calls mswindows-clear-clipboard.
7284
7285 1998-05-15  Hrvoje Niksic  <hniksic@srce.hr>
7286
7287         * simple.el (quoted-insert): Inhibit quit when using read-char.
7288
7289         * cmdloop.el (read-char): Don't inhibit quit.
7290         (read-char-exclusive): Ditto.
7291         (read-char): Signal quit if quit-char was pressed.
7292         (read-char-exclusive): Ditto.
7293         (read-quoted-char): Return a character, not integer.
7294
7295         * menubar-items.el (default-popup-menu): Use Andy's generic
7296         selection code.
7297         (default-popup-menu): Fix code.
7298
7299 1998-05-14  Oliver Graf <ograf@fga.de>
7300
7301         * dragdrop.el (dragdrop-function-widget): this time it's done
7302
7303 1998-05-13  Oliver Graf <ograf@fga.de>
7304
7305         * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
7306
7307 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
7308
7309         * device.el (device-pixel-width):
7310         (device-pixel-height):
7311         (device-mm-width):
7312         (device-mm-height):
7313         (device-bitplanes):
7314         (device-color-cells): Swapped parameters to device-system-metric
7315         according to the interface change.
7316
7317 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
7318
7319         * mouse.el (default-mouse-motion-handler): Use new name of the
7320         function event-over-vertical-divider-p.
7321         Do not set E-W arrow cursor over the divider if
7322         vertical-divider-draggable-p is nil in the window.
7323         ([top-level]): Use new name for the variable
7324         vertical-divider-map.
7325         (drag-window-divider): Respect vertical-divider-draggable-p.
7326         Variable name typo fixes.
7327
7328 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
7329
7330         * keymap.el (kbd): Define here; handle string constants and
7331         others...
7332
7333 1998-05-15  Christian Nyb <chr@mediascience.no>
7334
7335         * simple.el (zap-up-to-char): New function.  Behaves like `zap-to-char'
7336         in Emacs 18.
7337
7338 1998-05-13  Didier Verna  <didier@xemacs.org>
7339
7340         * mouse.el (drag-window-divider): give the vertical divider a
7341         pressed look when dragging it.
7342
7343 1998-05-13  Andy Piper  <andyp@parallax.co.uk>
7344
7345         * faces.el: predicate some more face operations on x or mswindows
7346         not just x.
7347
7348         * modeline.el: enable modeline coloring for mswindows.
7349
7350 1998-05-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7351
7352         * minibuf.el (minibuffer-default): Added variable; compatible with
7353         FSF Emacs.
7354         (next-history-element): Used `minibuffer-default'.
7355
7356 1998-05-12  Oliver Graf <ograf@fga.de>
7357
7358         * dragdrop.el (dragdrop-function-widget): button and mods ok
7359         arguments still look a bit strange
7360         (dragdrop-compare-mods) created
7361         (dragdrop-drop-do-functions) correctly checks for buttons and
7362         modifiers
7363
7364 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
7365
7366         * setup-paths.el (paths-default-info-directories): Replace
7367         path-separator with directory-sep-char.
7368
7369         * files.el (path-separator): Don't define it here.
7370
7371 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
7372
7373         * update-elc.el: Ditto.
7374
7375         * setup-paths.el (paths-construct-exec-path): Ditto.
7376
7377         * make-docfile.el: Ditto.
7378
7379         * loadup.el (really-early-error-handler): Ditto.
7380
7381         * find-paths.el (paths-decode-directory-path): Use decode-path
7382         instead of decode-path-internal.
7383
7384         * files.el (parse-colon-path): Update docstring.
7385
7386 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
7387
7388         * subr.el (get-buffer-window-list): Make BUFFER optional.
7389
7390         * window-xemacs.el (windows-of-buffer): Defalias to
7391         get-buffer-window-list.
7392
7393 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
7394
7395         * disass.el: Fix maintainer keyword.
7396
7397         * bytecomp.el (byte-compile-and-load-file): Autoload.
7398         (byte-compile-buffer): Ditto.
7399
7400         * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
7401         value is returned, not the name.
7402         (lisp-imenu-generic-expression): Enable it.
7403         (lisp-mode-variables): Ditto.
7404         (lisp-indent-offset): Change defconst to defvar.
7405         (lisp-indent-function): Ditto.
7406         (lisp-body-indent): Ditto.
7407
7408 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
7409
7410         * modeline.el: Use zap-last-kbd-macro-event.
7411
7412         * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
7413         nil, don't attempt to do anything with messages.
7414         (eval-last-sexp): Use `letf' for clarity.
7415
7416 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
7417
7418         * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
7419
7420 1998-05-11  Martin Buchholz  <martin@xemacs.org>
7421
7422         * buff-menu.el:
7423         * lisp-mode.el:
7424         * obsolete.el:
7425         Change empty docstrings into no doc strings at all.
7426         Fix bogus FSF-format docstrings.
7427         * etags.el: Fix docstring.
7428
7429 1998-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
7430
7431         * package-get.el (package-get): Use internal md5
7432
7433 1998-05-13  SL Baur  <steve@altair.xemacs.org>
7434
7435         * about.el (about-xemacs): Correct abuse of concat.
7436
7437 1998-05-11  SL Baur  <steve@altair.xemacs.org>
7438
7439         * info.el (Info-mode): Use easymenu.
7440
7441 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
7442
7443         * apropos.el (apropos): Don't use concat with integers.
7444
7445         * cmdloop.el (describe-last-error): Handle the case when no error
7446         was seen gracefully.
7447
7448         * apropos.el (apropos-print): Use with-displaying-help-buffer as
7449         defun.
7450         (apropos-describe-plist): Ditto.
7451
7452         * help.el (with-displaying-help-buffer): Revert to a defun.
7453         (describe-key): Use it as defun.
7454         (describe-mode): Ditto.
7455         (describe-bindings): Ditto.
7456         (describe-prefix-bindings): Ditto.
7457         (describe-installation): Ditto.
7458         (view-lossage): Ditto.
7459         (describe-function): Ditto.
7460         (describe-variable): Ditto.
7461         (describe-syntax): Ditto.
7462
7463 1998-05-11  Oliver Graf <ograf@fga.de>
7464
7465         * dragdrop.el: changed order of require/provide
7466         (dragdrop-drop-mime-default) changed to new calling conventions
7467         (dragdrop-drop-do-functions) changed to new calling conventions
7468         (dragdrop-function-widget) this one needs more work...
7469
7470 1998-05-10  Oliver Graf <ograf@fga.de>
7471
7472         * about.el: another small change in my entry
7473         * dragdrop.el (dragdrop-drop-log-function): logging added
7474         plus customizations
7475         changed interface to handler functions. now called with event
7476         and object
7477
7478 1998-05-12  Kirill M. Katsnelson  <kkm@kis.ru>
7479
7480         * glyphs.el (divider-pointer-glyph): Declared new glyph,
7481         E-W arrow pointer displayed over draggable dividers.
7482
7483         * mouse.el (default-mouse-motion-handler): Show it when
7484         appropriate.
7485         (drag-window-divider): Added.
7486         ([top-level]): Initialized window-divider-map with a keymap
7487         binding the above function to left button down event.
7488
7489         * x-mouse.el (x-init-pointer-shape): Initialize
7490         divider-pointer-glyph from Cursor.dividerPointer, or use default
7491         E-W double arrow.
7492
7493 1998-04-30  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
7494
7495         * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
7496
7497 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
7498
7499         * simple.el (count-words-buffer): Don't query for buffer.
7500         (count-lines-buffer): Ditto.
7501
7502 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
7503
7504         * help.el (where-is): add optional insert argument.
7505
7506 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
7507
7508         * help.el (describe-key-briefly): New argument INSERT.
7509
7510         * simple.el (eval-expression): New optional argument; synch with
7511         FSF 20.3.
7512
7513         * keydefs.el (global-map): Add new register bindings.
7514
7515         * register.el: Synched with FSF 20.3.
7516
7517 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
7518
7519         * window-xemacs.el (recenter): all arguments are optional.
7520
7521 1998-05-10  Kirill M. Katsnelson  <kkm@kis.ru>
7522
7523         * device.el: (device-pixel-width): Reflected name/parameters
7524         change to device-system-metric.
7525         (device-pixel-height): Ditto.
7526         (device-mm-width): Ditto.
7527         (device-mm-height): Ditto.
7528         (device-bitplanes): Ditto.
7529         (device-color-cells): Ditto.
7530
7531 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
7532
7533         * cl-extra.el (cl-float-limits): Removed; move code to top-level.
7534
7535         * cl.el (most-positive-fixnum): Document.
7536         (most-negative-fixnum): Ditto.
7537
7538         * cus-dep.el: Updated comment.
7539
7540         * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
7541         constant.
7542
7543         * cus-load.el (custom-put): Removed.
7544
7545         * files.el (after-find-file): Just resignal quit instead of
7546         signaling "canceled".
7547
7548 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
7549
7550         * frame.el (other-frame): Use `focus-frame' instead of
7551         select-frame kludges.
7552
7553         * lisp-mode.el: Update lisp-indent-function for
7554         save-selected-frame and with-selected-frame.
7555
7556         * frame.el (save-selected-frame): New macro.
7557         (with-selected-frame): Ditto.
7558         (other-frame): Use `set-frame-focus'.
7559
7560 1998-05-06  Oliver Graf <ograf@fga.de>
7561
7562         * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
7563         (dragdrop-drop-url-default) default handler for URL drops created
7564         (dragdrop-drop-mime-default) default handler for MIME drops created
7565         (dragdrop-drop-functions) default custom for handling drops created
7566         (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
7567
7568 1998-05-05  Jonathan Harris <jhar@tardis.ed.ac.uk>
7569
7570         * mouse.el: Removed redundant mouse-mswindows-drop function.
7571
7572 1998-05-05  Oliver Graf <ograf@fga.de>
7573
7574         * about.el: changed some text in my entry
7575         * dragdrop.el: added customs
7576
7577 1998-05-04  Oliver Graf <ograf@fga.de>
7578
7579         * mouse.el: killed global drop key bindings
7580         (mouse-offix-drop) removed
7581         * dragdrop.el: created
7582         * dumped-lisp.el: inclusion of dragdrop.el for window-systems
7583
7584 1998-05-09  Kirill M. Katsnelson  <kkm@kis.ru>
7585
7586         * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
7587         scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
7588
7589         * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
7590         obsolete comment.
7591
7592         * scrollbar.el (scrollbars-visible-p): Use new
7593         {vertical,horizontal}-scrollbar-visible-p specifiers.
7594
7595 1998-04-18  Kirill M. Katsnelson  <kkm@kis.ru>
7596
7597         * device.el (device-pixel-height):
7598         (device-pixel-width):
7599         (device-mm-width):
7600         (device-mm-height):
7601         (device-bitplanes):
7602         (device-color-cells): Moved these 6 functions from device.c; they
7603         all use single (device-system-metrics) call.
7604
7605 1998-05-09  SL Baur  <steve@altair.xemacs.org>
7606
7607         * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
7608         were renamed.
7609
7610         * menubar-items.el:
7611         * toolbar-items.el: Renamed from x-menubar/x-toolbar.
7612         Suggested by Hrvoje Niksic <hniksic@srce.hr>
7613
7614         * help.el (help-map): Remove Hyperbole keybinding logic.
7615         Suggested by: Michael Ernst <mernst@cs.washington.edu>
7616
7617 1998-05-08  SL Baur  <steve@altair.xemacs.org>
7618
7619         * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
7620         From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
7621
7622 1998-05-07  Andy Piper  <andyp@parallax.co.uk>
7623
7624         * msw-glyphs.el: use nicer icon3 from the frame icon.
7625
7626 1998-05-07  SL Baur  <steve@altair.xemacs.org>
7627
7628         * version.el (emacs-version): Remove InfoDock conditionals.
7629
7630         * startup.el (startup-splash-frame): Change ID logo name.
7631
7632 1998-05-06  Hrvoje Niksic  <hniksic@srce.hr>
7633
7634         * files.el (after-find-file): If the user presses C-g on
7635         directory-creation prompt, kill the buffer.
7636
7637 1998-05-06  SL Baur  <steve@altair.xemacs.org>
7638
7639         * simple.el (count-words-region): Reverse previous change.
7640
7641 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
7642
7643         * replace.el (query-replace): Just call perform-replace.
7644         (query-replace-regexp): Ditto.
7645         (perform-replace): Move region handling here.
7646         (perform-replace): Use the new arg to match-data.
7647
7648 1998-03-08  Kyle Jones  <kyle_jones@wonderworks.com>
7649
7650         * x-init.el: Install X specific display table that
7651           displays char 0240 as a space to avoid whatever it is
7652           that screws up display of that character code.
7653
7654 1998-05-03  Hrvoje Niksic  <hniksic@srce.hr>
7655
7656         * help.el (function-arglist): If no arguments are documented for a
7657         subr, print nothing rather than incorrect output.
7658
7659 1998-05-05  SL Baur  <steve@altair.xemacs.org>
7660
7661         * cmdloop.el (command-error): Update bail-out error message to use
7662         `emacs-program-name'.
7663
7664         * lib-complete.el: Remove reader macro cruft.
7665
7666         * dumped-lisp.el (preloaded-file-list): Phase I:  remove InfoDock
7667         cruft.
7668
7669         * simple.el (count-words-region): Drop interactive-p check on the
7670         message.
7671
7672 1998-05-04  Jonathan Harris <jhar@tardis.ed.ac.uk>
7673
7674         * font.el
7675         * msw-faces.el
7676         Correct spelling of mswindows-font-canonicalize-name.
7677
7678 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
7679
7680         * ldap.el (ldap-host-parameters-alist): Replaced with
7681         `ldap-host-parameters-plist'
7682         (ldap-search): Adapt to previous change
7683
7684 1998-05-02  SL Baur  <steve@altair.xemacs.org>
7685
7686         * about.el (about-hackers): Update Bob Weiner bio.
7687         (about-maintainer-info): Ditto.
7688
7689 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
7690
7691         * simple.el (display-warning-minimum-level): Docfix.
7692
7693 1998-04-04  Per Abrahamsen  <abraham@dina.kvl.dk>
7694
7695         * widget.el (:default-get): New keyword.
7696         * wid-edit.el (default, widget-default-default-get): Define it.
7697         (group, widget-group-default-get): Define it.
7698         (menu-choice, widget-choice-default-get): Define it.
7699         (widget-default-get): New function.
7700         (widget-choice-action): Call it.
7701         (widget-editable-list-entry-create): Call it.
7702
7703 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
7704
7705         * byte-optimize.el (byte-boolean-vars): Removed.
7706         (byte-optimize-lapcode): Use `built-in-variable-type' instead of
7707         lookup through `byte-boolean-vars'.
7708
7709 1998-05-01  Kirill M. Katsnelson  <kkm@kis.ru>
7710
7711         * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
7712         resource-provided values into ghost specs for scrollbar-height and
7713         scrollbar-width.
7714
7715 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
7716
7717         * byte-optimize.el: Don't attempt to optimize /=.
7718
7719         * bytecomp.el (byte-compile-one-ore-more-args): New function.
7720         (byte-compile-/=): Ditto.
7721
7722 1998-05-02  SL Baur  <steve@altair.xemacs.org>
7723
7724         * apropos.el: Use `with-displaying-help-buffer'.
7725         (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
7726         Use `with-displaying-help-buffer'.
7727         (apropos-follow): Do not give special treatment to buffer cursor
7728         was in prior to a mouse click.
7729         (apropos-describe-plist): Use `with-displaying-help-buffer'.
7730         (apropos-print-doc): Set correct buffer for setting text
7731         properties.
7732
7733 1998-05-01  SL Baur  <steve@altair.xemacs.org>
7734
7735         * help.el (help-buffer-prefix-string): New variable.
7736         (help-buffer-name): Use it.
7737
7738         * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
7739         mode menu.
7740
7741 1998-04-30  Greg Klanderman  <greg@alphatech.com>
7742
7743         * frame.el (other-frame): Work even when focus-follows-mouse is true.
7744
7745 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
7746
7747         * files.el (find-file-noselect): Update docstring.
7748         (find-file-noselect): Signal an error if found an unreadable file.
7749         (file-chase-links): Save the match data.
7750         (normal-mode): Use `lwarn' and `error-message-string'.
7751         (interpreter-mode-alist): Change defconst to defvar.
7752         (inhibit-first-line-modes-regexps): Ditto.
7753         (inhibit-first-line-modes-regexps): Added .tgz.
7754         (inhibit-first-line-modes-suffixes): Change defconst to defvar.
7755         (change-major-mode-with-file-name): New user-option.
7756         (set-visited-file-name): Synched with FSF.
7757         (file-name-extension): New function, from FSF 20.3.
7758         (file-relative-name): Synched with FSF.
7759         (save-some-buffers): Support the C-r feature.
7760         (recover-session): Synched with FSF.
7761         (kill-some-buffers): Ditto.
7762         (set-auto-mode): New argument JUST-FROM-FILE-NAME.
7763
7764 1998-04-30  SL Baur  <steve@altair.xemacs.org>
7765
7766         * files.el (insert-file): Undo previous change and reenable use of
7767         format.el.
7768
7769 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
7770
7771         * window-xemacs.el (recenter): Define.
7772
7773 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
7774
7775         * font.el (mswindows-font-create-name)
7776         (mswindows-font-create-object): new functions for mswindows type
7777         fonts.
7778
7779         * msw-faces.el (mswindows-font-canicolize-name): fix so that
7780         strings are parsed as well as font objects.
7781
7782 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
7783
7784         * modeline.el (defining-kbd-macro): Restore modeline indication of
7785         kbd-macro being recorded.
7786         (add-minor-mode): Simplify docstring.
7787         (modeline-minor-mode-menu): Remove stuff.
7788
7789 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
7790
7791         * code-process.el (call-process): dynamically decide process
7792         coding type.
7793
7794 1998-04-29  Jim Radford  <radford@robby.caltech.edu>
7795
7796         * modeline.el: Add line-number-mode, column-number-mode to
7797         the modeline minor-mode menu.  Button2 on the line number does
7798         goto-line.
7799
7800 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
7801
7802         * mouse.el: move x-selection-owner-p type things to
7803         selection-owner-p.
7804
7805         * msw-init.el: copy zmacs stuff from x-init.el
7806
7807         * msw-select.el (mswindows-own-selection)
7808         (mswindows-disown-selection) (mswindows-selection-owner-p): new
7809         functions. Very simple minded implementation of selectio
7810         ownership.
7811
7812         * select.el (own-selection) (disown-selection)
7813         (activate-region-as-selection) (select-make-extent-for-selection)
7814         (valid-simple-selection-p): functions moved from x-select.el for
7815         generalized selection.
7816
7817         * x-select.el: see select.el changes.
7818
7819         * x-toolbar.el: use new selection functions.
7820
7821 1998-04-28  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7822
7823         * packages.el (packages-find-package-directories): Fixed bug that
7824         would pick up multiple site-package directories.
7825         (package-locations): Added "xemacs-packages" as a late package
7826         location.
7827
7828         * find-paths.el: Now uses `emacs-program-name' and
7829         `emacs-program-version'.
7830         Additions to enforce version-specific directories in
7831         `paths-find-version-directory'.
7832
7833 1998-04-29  SL Baur  <steve@altair.xemacs.org>
7834
7835         * default.el: Removed.
7836         * site-start.el: Removed.
7837
7838 1998-04-29  Didier Verna  <didier@xemacs.org>
7839
7840         * minibuf.el (minibuffer-history-minimum-string-length): Default
7841         to nil.
7842
7843 1998-04-28  SL Baur  <steve@altair.xemacs.org>
7844
7845         * find-paths.el (paths-program-name): Rename.
7846         (paths-emacs-root-p): Ditto.
7847         (paths-find-site-directory): Ditto.
7848
7849 1998-04-26  Karl M. Hegbloom  <karlheg@inetarena.com>
7850
7851         * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
7852         `emacs-lisp-byte-compile-and-load'.
7853
7854 1998-04-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7855
7856         * ldap.el (ldap-search): Fixed additional parameter passing to
7857         `ldap-open'
7858
7859 1998-04-27  Andy Piper  <andyp@parallax.co.uk>
7860
7861         * select.el (kill-primary-selection) (selection-owner-p)
7862         (copy-primary-selection) (yank-clipboard-selection)
7863         (selection-exists-p) (delete-primary-selection): new file and
7864         functions that do the right thing for the selected device.
7865
7866         * x-menubar.el: use generalised selection functions.
7867
7868         * dumped-lisp.el: dump select.el.
7869
7870 1998-04-27  SL Baur  <steve@altair.xemacs.org>
7871
7872         * find-paths.el (paths-progname): New variable.
7873         (paths-emacs-root-p): Use it.
7874         (paths-find-site-directory): Ditto.
7875
7876 1998-04-26  SL Baur  <steve@altair.xemacs.org>
7877
7878         * loadup.el ((member "dump" command-line-args)): Dump as
7879         `infodock' if InfoDock.
7880
7881 1998-04-25  SL Baur  <steve@altair.xemacs.org>
7882
7883         * find-paths.el (construct-emacs-version): Simplify, include
7884         program name in the return value.
7885         * (paths-find-version-directory): Use it.
7886
7887 1998-04-25  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7888
7889         * info.el (Info-parse-dir-entries): Fixed regexp
7890         (Info-build-dir-anew): Remove full suffix and capitalize info file
7891         name for files with no @direntry
7892         (Info-batch-rebuild-dir): New function
7893         (Info-suffixed-file): Check for regular files instead of simple
7894         file existence (could catch directories before)
7895
7896 1998-04-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7897
7898         * setup-paths.el, find-paths.el: Removed uses of `not' which
7899         temacs doesn't have.
7900
7901         * find-paths.el (paths-find-emacs-roots): Included exec-prefix
7902         into root searching.
7903
7904 1998-04-24  Martin Buchholz  <martin@xemacs.org>
7905
7906         * subr.el: Remove definition of `not'.
7907
7908 Sat Apr 24 1998  Andy Piper  <andyp@parallax.co.uk>
7909
7910         * msw-glyphs.el: enable graphics support.
7911
7912 1998-04-23  Didier Verna  <didier@xemacs.org>
7913
7914         * x-menubar.el (default-menubar): restored the line-number-mode
7915         option.
7916
7917         * misc doc string updates related to the options menu.
7918
7919 1998-04-24  SL Baur  <steve@altair.xemacs.org>
7920
7921         * setup-paths.el (paths-construct-load-path): Fix typo.
7922
7923 1998-04-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7924
7925         * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
7926         font-menu-ignore-scaled-fonts don't have to be bound now; this
7927         gets us one step further towards making --no-autoloads work.
7928
7929         * startup.el (normal-top-level): Load auto-autoloads only if
7930         lisp-directory is non-nil.
7931
7932         * setup-paths.el (paths-construct-load-path): Made it robust
7933         against nil lisp-directory.
7934
7935         * startup.el (startup-setup-paths-warning): Added `lisp-directory'
7936         to the list of variables that cause a warning when nil.
7937
7938         * toolbar.el (init-toolbar-location): Now works even when there's
7939         no toolbar icon directory.
7940
7941 1998-04-23  Hrvoje Niksic  <hniksic@srce.hr>
7942
7943         * help.el (view-lossage): Recognize it.
7944
7945         * simple.el (log-message): Mark multiline messages.
7946
7947 1998-04-22  SL Baur  <steve@altair.xemacs.org>
7948
7949         * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
7950
7951 1998-4-20  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
7952
7953         * package-get.el (package-get-all):  add `\n' separator to
7954         interactive specification so that both variables are read
7955
7956 1998-04-22  Didier Verna  <didier@xemacs.org>
7957
7958         * x-menubar.el: ported the options menu to Custom.
7959         Moved the "read only" toggle button to the buffers menu.
7960         Corrected some missing ;;;###autoload or defcustom.
7961
7962         * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
7963         the scrollbar-visible specifier for options menu handling.
7964
7965         * toolbar.el (toolbar-visible-p)
7966                      (toolbar-captioned-p)
7967                      (default-toolbar-position): defcustom wrappers around
7968         the toolbar specifiers for options menu handling.
7969
7970         * frame.el (get-frame-for-buffer-default-instance-limit):
7971         defcustom it for options menu handling.
7972
7973         * font-lock.el (font-lock-mode): defcustom and autoload the variable
7974         font-lock-mode for options menu handling.
7975
7976         * cus-start.el: added Custom properties to overwrite-mode for
7977         options menu handling.
7978
7979 Wed Apr 22 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
7980
7981         * about.el: shameless self-promotion.
7982
7983 1998-04-21  Hrvoje Niksic  <hniksic@srce.hr>
7984
7985         * simple.el (raw-append-message): Slightly optimize.
7986         (remove-message): Use `push' for clarity.
7987         (append-message): Ditto.
7988         (display-warning): Dito.
7989         (raw-append-message): Send the message to the appropriate device.
7990
7991 1998-04-22  SL Baur  <steve@altair.xemacs.org>
7992
7993         * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
7994         From Sean MacLennan <Sean.MacLennan@pika.ca>
7995
7996 1998-04-18  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7997
7998         * setup-paths.el: Changed `directory-sep-char' to
7999         `path-separator', following a change in GNU Emacs.
8000
8001 1998-04-19  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8002
8003         * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
8004         (Info-build-dir-anew): Add a final newline.
8005         (Info-build-dir-anew): Do not issue warning when rebuilding policy
8006         is `always'
8007         (Info-rebuild-dir): Ditto
8008
8009         * dumped-lisp.el (preloaded-file-list): Added ldap.el
8010
8011 1998-04-21  SL Baur  <steve@altair.xemacs.org>
8012
8013         * simple.el (count-words-buffer): Retain zmacs region.
8014         (count-words-region): Ditto.
8015         * simple.el: (what-line): Expanded line counts.
8016         (count-lines): New parameter to conditionalize whether collapsed
8017         lines get counted.
8018         From Bob Weiner <weiner@altrasoft.com>
8019
8020 1998-04-19  SL Baur  <steve@altair.xemacs.org>
8021
8022         * packages.el (package-locations): infodock-packages must override
8023         mule-packages and packages.
8024
8025 1998-04-19  Jonathan Harris <jhar@tardis.ed.a.uk>
8026
8027         * wid-edit.el:
8028         remove rude messages from widget-activation-widget-mapper
8029         and widget-activation-glyph-mapper
8030
8031 1998-04-17  Jonathan Harris <jhar@tardis.ed.ac.uk>
8032
8033         * toolbar.el: Remove (featurep 'x) test from
8034         toolbar-make-button-list
8035
8036 1998-04-17  Hrvoje Niksic  <hniksic@srce.hr>
8037
8038         * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
8039         only if in the same frame.
8040
8041 1998-04-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8042
8043         * packages.el (package-locations): Added site-packages hierarchy.
8044
8045         * setup-paths.el (paths-default-info-directories): Introduced and
8046         used.
8047
8048         * packages.el, setup-paths.el: Set various path searching depths
8049         to 1.
8050
8051         * packages.el (packages-hierarchy-depth):
8052         (packages-load-path-depth): Introduced and used.
8053
8054         * setup-paths.el (paths-load-path-depth): Introduced and used.
8055
8056         * find-paths.el (paths-find-recursive-path): Added max-depth
8057         parameter.
8058
8059 1998-04-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8060
8061         * setup-paths.el (paths-construct-info-path): Removed
8062         dependency on behavior of (file-name-as-directory "").
8063
8064 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8065
8066         * ldap.el (ldap-search): Adapt to the new low-level API using ldap
8067         lisp objects
8068
8069 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8070
8071         * dump-paths.el, startup.el: Added handling for --debug-paths.
8072
8073 1998-04-15  William M. Perry  <wmperry@aventail.com>
8074
8075         * wid-edit.el: We cannot just set the help-echo or balloon-help
8076           properties for an extent based on the :help-echo widget
8077           property, since help-echo and balloon-help cause an EXTENT to
8078           get passed in, where :help-echo functions are expecting a WIDGET
8079
8080 1998-04-15  Kirill M. Katsnelson  <kkm@kis.ru>
8081
8082         * scrollbar.el (init-scrollbar-from-resources): Call
8083         mswindows-init-scrollbar-metrics when appropriate.
8084
8085 Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
8086
8087         * dumped-lisp.el: dump x-toolbar for window system
8088
8089         * msw-init.el (init-post-mswindows-win): enable toolbars if we
8090         have support and xpm.
8091
8092 1998-04-16  SL Baur  <steve@altair.xemacs.org>
8093
8094         * files.el (toggle-read-only): Fix docstring.
8095         From Didier Verna <didier@xemacs.org>
8096
8097 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8098
8099         * startup.el (normal-top-level): Load autoload-file-name without
8100         specifying an extension---some people only auto-autoload.el.gz.
8101
8102 1998-04-06  Hrvoje Niksic  <hniksic@srce.hr>
8103
8104         * files.el (backup-enable-predicate): Don't bomb on NAME being
8105         nil.
8106
8107 1998-04-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8108
8109         * find-paths.el, packages.el: Now prefers configure'd paths.
8110         This shouldn't cause any of the originally anticipated problems as
8111         the current paths architecture will not define the various
8112         configure-xxx variables if they're not specified on the configure
8113         command line.
8114
8115         * find-paths.el, setup-paths.el, packages.el: Removed all
8116         mentionings of "/" as a path separator.
8117         Used paths-construct-path throughout.
8118
8119         * find-paths.el (paths-construct-path): Created to assemble paths
8120         from directory components.
8121
8122         * setup-paths.el, packages.el: Used paths-decode-directory-path
8123         instead of decode-path-internal.
8124
8125         * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
8126         and associates.
8127         (paths-decode-directory-path) Created.
8128
8129         * setup-paths.el: Changed configure-exec-path to
8130         configure-exec-directory.
8131
8132 1998-04-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8133
8134         * packages.el (packages-find-packages): Fixed decoding of
8135         EMACSPACKAGEPATH.
8136
8137         * startup.el: -no-packages -> -no-early-packages.
8138
8139         (packages-load-package-lisps): Fixed loading of auto-autoload
8140         files.
8141
8142         * startup.el (normal-top-level): Fixed loading of core
8143         auto-autoload.
8144
8145         * obsolete.el: Un-obsoleted site-directory.  Sigh.
8146
8147         * startup.el, packages.el, dump-paths.el: Added proper settings
8148         for site-directory and lisp-directory variables.
8149
8150         * startup.el, loadup.el: Renamed inhibit-update-autoloads to
8151         inhibit-package-autoloads and fixed handling of it.
8152
8153         * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
8154         handling of former inhibit-package-init, now
8155         inhibit-early-packages, to make -vanilla etc. work.
8156
8157 1998-04-10  Kirill M. Katsnelson  <kkm@kis.ru>
8158
8159         * code-process.el (start-process): Fallback to 'undecided instead
8160         of 'binary for process input coding stream.
8161
8162         * process.el (start-process): Docstring fix.
8163
8164 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8165
8166         * info.el (Info-insert-dir): Do not insert temporary dir files
8167         in Info-dir-file-attributes
8168         (Info-build-dir-anew): Ensure temporary buffer is not read-only
8169         (Info-rebuild-dir): Ditto.
8170
8171 1998-04-09  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8172
8173         * obsolete.el: Added obsoleteness declarations for
8174         `site-directory' and `Info-default-directory-list'.
8175
8176 1998-04-08  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8177
8178         * find-paths.el (paths-find-emacs-root): Only look at the
8179         executable at the end of the symlink chain for determining the
8180         Emacs root.
8181
8182 1998-04-07  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8183
8184         * setup-paths.el (paths-construct-info-path): Changed construction
8185         to cater to gone default in configure.
8186
8187         * find-paths.el (paths-uniq-append): Added.
8188
8189         * packages.el: Rewritten package path construction once again.
8190
8191         * dump-paths.el, startup.el: Removed package-path as a global
8192         variable.
8193
8194         * package-admin.el (package-admin-add-single-file-package):
8195         (package-admin-add-binary-package): Changed package-path to
8196         late-packages.
8197
8198         * packages.el (packages-split-path): Split path at "/" rather than
8199         nil according to change in emacs.c.
8200
8201 1998-04-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8202
8203         * setup-paths.el (paths-construct-info-path): Changed info path
8204         order so that directories come out right.
8205         (paths-find-lock-directory): Fixed bug: It used to think
8206         configure-lock-directory is a path.
8207
8208 1998-04-06  Jeff Miller <jmiller@smart.net>
8209
8210         * x-toolbar.el:  Added toolbar-vector-xxxxxx defvars.  Modified
8211         initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars.  This
8212         eases the use of toolbar-add/kill-item functions.
8213
8214 1998-04-07  Kirill M. Katsnelson  <kkm@kis.ru>
8215
8216         * code-files.el (file-coding-system-alist): Commented out
8217         loaddefs.el magical treatment.
8218
8219 1998-04-06  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8220
8221         * info.el (Info-rebuild-outdated-dir): Added new option
8222         `conservative' and made it the default
8223         (Info-rebuild-dir): Appropriately parse multi-line description
8224         strings, and multi-section dir files. Issue warning when dir
8225         is rebuilt as temporary
8226         (Info-build-dir-anew): Issue warning when dir is built as
8227         temporary
8228
8229 1998-04-04  Kirill M. Katsnelson  <kkm@kis.ru>
8230
8231         * list-mode.el (list-mode-map): Bind highlight motion commands to
8232         standard keys left, right, C-b and C-f.
8233
8234 1998-03-29  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
8235
8236         * files.el (auto-mode-alist): allow .sc for Scheme->C
8237
8238 1998-04-06  SL Baur  <steve@altair.xemacs.org>
8239
8240         * loadup.el (pureload): Don't quote (garbage-collect).
8241
8242 1998-04-04  SL Baur  <steve@altair.xemacs.org>
8243
8244         * package-get-base.el: Updated.
8245
8246 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
8247
8248         * isearch-mode.el (isearch-just-started): New variable.
8249         (isearch-mode): Set it.
8250         (isearch-repeat): Advance one character forward only if the search
8251         was successful, and was not just started.
8252         (isearch-repeat): Clear isearch-just-started.
8253
8254 1998-04-02  SL Baur  <steve@altair.xemacs.org>
8255
8256         * finder.el (finder-compile-keywords): Don't eval new finder-inf
8257         if running -batch.
8258
8259 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
8260
8261         * subr.el (listify-key-sequence): Removed.
8262
8263 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
8264
8265         * bytecomp.el (byte-compile-print-gensym): New option.
8266         (byte-compile-output-file-form): Use it.
8267         (byte-compile-output-docform): Ditto.
8268         (byte-compile-compiled-obj-to-list): Ditto.
8269
8270 Sun Mar 29 1998  Andy Piper  <andyp@parallax.co.uk>
8271
8272         * msw-glyphs.el: set frame icon if xpm support.
8273
8274 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
8275
8276         * help.el: Code that pretty prints variable values
8277           removed.
8278
8279 1998-04-02  SL Baur  <steve@altair.xemacs.org>
8280
8281         * find-paths.el (paths-emacs-root-p): Correct test for installation
8282         directory.
8283         From Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8284
8285 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
8286
8287         * loaddefs.el: Don't set debug-ignored-errors; leave
8288           its default value set to nil.
8289
8290 1998-03-29  Damon Lipparelli  <lipp@primus.com>
8291
8292         * info.el (Info-rebuild-dir): fixed mis-spelling.
8293
8294 1998-03-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8295
8296         * info.el (Info-rebuild-outdated-dir): New custom var
8297         (Info-insert-node): Create/update dir file when needed, ie when it
8298         does not exist or is older than some info files in directory
8299
8300 1998-04-01  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8301
8302         * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
8303         for last packages, mainly for using a 20.4 package base.
8304
8305         * packages.el (late-packages): Typo fix.  It was called
8306         early-packages.
8307
8308         * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
8309         relative symlinks correctly.
8310         (paths-find-emacs-roots): More rigorous checking for plausible
8311         configuration-time root.
8312
8313         * startup.el (normal-top-level): Added a warning if XEmacs cannot
8314         find its roots.
8315
8316 1998-03-27  Martin Buchholz  <martin@xemacs.org>
8317
8318         * faces.el: Fix docstrings.
8319         * glyphs.el: Fix docstrings.
8320         * mouse.el: Fix docstrings.
8321
8322         * frame.el: Change phrase `current frame' to `selected frame'.
8323
8324         * faces.el (face-spec-set-match-display): Make FRAME arg optional.
8325
8326         * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
8327         macros using backquote to make them infinitely more readable.
8328
8329 1998-03-30  SL Baur  <steve@altair.xemacs.org>
8330
8331         * packages.el (packages-find-package-path): Hardcoded specialized
8332         InfoDock support until we can clean this up.
8333
8334         * help.el (describe-bindings-1): Return the value of the bindings
8335         help buffer created.
8336         (describe-bindings): Ditto.
8337
8338         * simple.el (set-variable): Restore previous behavior of not
8339         bombing if the variable to set is not boundp.
8340
8341 1998-03-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8342
8343         * packages.el (packages-handle-package-dumped-lisps): Allow for
8344         non-local files to be loaded off the package-lisp variable.
8345
8346 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
8347
8348         * x-faces.el: Global X resources should override
8349           specs for all device classes (color, grayscale, mono);
8350           code currently doesn't override any of them.  Fixed by
8351           calling remove-specifier with '(x default) as the tag
8352           set and allowing inexact matches.
8353
8354 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
8355
8356         * faces.el: Separated face initializations based on
8357           device classes into device type specific (tag set,
8358           instantiator) pairs.
8359
8360 1998-03-09  Hrvoje Niksic  <hniksic@srce.hr>
8361
8362         * wid-edit.el (widget-choice-action): Remember user's explicit
8363         choice.
8364         (widget-choice-value-create): Respect it.
8365         From Richard Stallman <rms@gnu.org>
8366
8367 1998-03-26  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8368
8369         * setup-paths.el (paths-construct-info-path): Always append
8370         existing directories from configure-time info path.
8371
8372         * startup.el (startup-setup-paths): Renamed misnamed info-path to
8373         Info-directory-list.
8374
8375         * info.el: Removed Info-default-directory-list which was broken by
8376         design.
8377         Removed bogus initialization of Info-directory-list---startup.el
8378         can do a much better job.
8379         Added autoload of Info-directory-list.
8380
8381         * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
8382         out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
8383         be exclusive; now it's merely given precedence, just like in the
8384         old days.
8385
8386 1998-03-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8387
8388         * find-paths.el (paths-find-architecture-directory): Fix bug with
8389         finding; it used to default too early.
8390
8391 1998-03-25  Martin Buchholz <martin@xemacs.org>
8392
8393         * packages.el (packages-split-path): Fix a bug; it used to fail
8394         for paths that weren't split.
8395
8396 1998-03-26  SL Baur  <steve@altair.xemacs.org>
8397
8398         * finder.el (finder-compile-keywords): trap on errors.
8399
8400 1998-03-24  Kyle Jones  <kyle_jones@wonderworks.com>
8401
8402         * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
8403           fourth argument of t so that only the specs exactly
8404           matching the tag lists are removed.
8405
8406 1998-03-25  SL Baur  <steve@altair.xemacs.org>
8407
8408         * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
8409
8410 1998-03-23  SL Baur  <steve@altair.xemacs.org>
8411
8412         * minibuf.el (mouse-read-file-name-1): If a default directory was
8413         specified, use it for generating the completions.
8414
8415 1998-03-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8416
8417         * update-elc.el: Now respects inhibit-package-init and
8418         inhibit-site-lisp.
8419         Now does path construction with loadup-paths.
8420
8421         * startup.el (normal-top-level, startup-setup-paths): Now respects
8422         inhibit-package-init and inhibit-site-lisp.
8423
8424         * packages.el (packages-find-package-path): Extended package path
8425         by version-specific hierarchies.
8426         (packages-find-packages): Now respects inhibit flag and
8427         inhibit-site-lisp.
8428         Moved path setup to loadup-paths.
8429
8430         * make-docfile.el: Now respects inhibit-package-init and
8431         inhibit-site-lisp.
8432         Now does path construction with loadup-paths.
8433
8434         * loadup.el: Now respects inhibit-package-init and
8435         inhibit-site-lisp.
8436
8437         * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
8438
8439         * loadup-paths.el: New file: setup load-path to encompass
8440         packages.
8441
8442 1998-03-22  SL Baur  <steve@altair.xemacs.org>
8443
8444         * auto-show.el: load-gc renamed to pureload.
8445         * site-load.el: Ditto.
8446         * packages.el (toplevel): Ditto.
8447         * loadup.el (really-early-error-handler): Ditto.
8448         * dumped-lisp.el (preloaded-file-list): Ditto.
8449         * cus-face.el (custom-declare-face): Ditto.
8450
8451 1998-03-22  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8452
8453         * <Today>: The Big Path Searching Overhaul.
8454
8455         * find-paths.el: New file: find and assemble paths in the
8456         installation hierarchy.
8457
8458         * setup-paths.el: New file: global layout of paths and directories
8459         within the XEmacs hierarchy.
8460
8461         * packages.el: Replaced everything related to path searching and
8462         startup by code in terms of find-paths.
8463
8464         * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
8465         the new path searching engine.
8466
8467         * dumped-lisp.el (preloaded-file-list): Added new files find-paths
8468         and setup-paths.
8469
8470 1998-03-22  SL Baur  <steve@altair.xemacs.org>
8471
8472         * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
8473         setup-paths.el.
8474
8475 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
8476
8477         * msw-glyphs.el: Added check for 'mswindows feature, so the file
8478         compiles identically in any configuration.
8479         Removed irrelevant commentary.
8480
8481 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
8482
8483         * simple.el (set-variable): Allow setting specifiers.
8484
8485 1998-03-19  SL Baur  <steve@altair.xemacs.org>
8486
8487         * lisp.el (forward-sexp): Revert previous change.
8488
8489 1998-03-18  SL Baur  <steve@altair.xemacs.org>
8490
8491         * frame.el (frame-initialize): Use `delete-console' instead of
8492         `delete-device' to delete the stream console to match the usage in
8493         Fkill_emacs.
8494
8495 1998-03-16  SL Baur  <steve@altair.xemacs.org>
8496
8497         * files.el (cdpath-previous): New variable.
8498         (cd): Use it.
8499         From Bob Weiner <weiner@wave.altrasoft.com>
8500
8501 1998-03-15  Kyle Jones  <kyle_jones@wonderworks.com>
8502
8503         * keydefs.el: Changed keybindings of forward-char,
8504           backward, scroll-up and scroll-down to point to their
8505           -command counterparts.
8506
8507         * simple.el: New functions: forwarc-char-command,
8508           backwrad-char-command, scroll-up-command,
8509           scroll-down-command which work liek their counterparts
8510           except that they honor the variable
8511           signal-error-on-buffer-boundary.
8512
8513           Definition of signal-error-on-buffer-boundary received
8514           from src/cmds.c.
8515
8516           defvar declaration added for word-across-newline to avoid
8517           byte-compiler warning about the free variable reference.
8518
8519 1998-03-14  Kirill M. Katsnelson  <kkm@kis.ru>
8520
8521         * winnt.el: Removed "%t" from the beginning of
8522         modeline-format. From now on, there's no nt-specifics in the modeline.
8523
8524 1998-03-14  SL Baur  <steve@altair.xemacs.org>
8525
8526         * setup-paths.el (paths-setup-paths-warning): Replace occurrences
8527         of `when' with `if'.
8528
8529 1998-03-03  Kirill M. Katsnelson  <kkm@kis.ru>
8530
8531         * msw-glyphs.el: New file. Defines TTY-style glyphs for
8532         mswindows. Must be reworked along with glyphs.el, or
8533         merged into it, after there is images support.
8534
8535         * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
8536         'mswindows.
8537
8538 1998-03-13  SL Baur  <steve@altair.xemacs.org>
8539
8540         * faces.el: fix for text cursor initialization.
8541         Suggested by Kyle Jones <kyle_jones@wonderworks.com>
8542         From Andy Piper <andyp@parallax.co.uk>
8543
8544 1998-03-11  Pete Ware  <ware@cis.ohio-state.edu>
8545
8546         * files.el (set-auto-mode): If a mode is not fboundp, check to see
8547         if there is an existing package that handles it and warn the user
8548         about that mode.
8549
8550 1998-03-02  Kirill M. Katsnelson  <kkm@kis.ru>
8551
8552         * x-menubar.el (default-menubar): Greyed out "Help / Basics /
8553         Installation" menu item when Installation-string is not bound.
8554
8555 1998-03-11  SL Baur  <steve@altair.xemacs.org>
8556
8557         * lisp.el (forward-sexp): Fix for test for balanced sexp.
8558         From Jeremiah W. James <jerry@cs.ucsb.edu>
8559
8560 1998-03-10  Kyle Jones  <kyle_jones@wonderworks.com>
8561
8562         * msw-faces.el:
8563         * faces.el: Fix face initialization.
8564
8565 1998-03-10  Glynn Clements  <glynn@sensei.co.uk>
8566
8567         * files.el (backup-enable-predicate): fix breakage introduced
8568         by TMPDIR patch.
8569
8570 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
8571
8572         * x-faces.el (x-init-face-from-resources): The
8573           TTY face property retrieval functions don't return
8574           specifiers, so use face-property instead.
8575
8576 1998-03-09  SL Baur  <steve@altair.xemacs.org>
8577
8578         * mwheel.el (mwheel-install): Use portable keysyms and syntax.
8579
8580 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
8581
8582         * x-menubar.el: Expanded documentation for
8583           option-save-faces.  Changed Options -> Browse Faces
8584           menu entry to invoke customize-face.
8585
8586 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
8587
8588         * faces.el: Most face initialization moved out of
8589           init-other-random-faces to the top level so that the
8590           initialization happens before Xemacs is dumped.  Much
8591           of the fascist "face-differs-from-default-p or FROB!"
8592           code has been retired in favor of letting the user do
8593           what they want to do.  Face initialization code changed
8594           to use `default' specifier tag so that the settings can
8595           be overridden later if the user wishes it.
8596
8597 1998-03-08  SL Baur  <steve@altair.xemacs.org>
8598
8599         * about.el (about-hackers): Update contributors list.
8600
8601 1998-03-07  Kyle Jones  <kyle_jones@wonderworks.com>
8602
8603         * specifier.el: Define new specifier tag `default'.
8604
8605         * modeline.el: Initialize faces using `default' tag.
8606
8607         * x-faces.el (x-init-face-from-resources): Remove
8608           specifier specs containing the `default' tag before
8609           adding new specs.
8610
8611 1998-03-02  John Jones  <jj@asu.edu>
8612
8613         * package-get.el (package-get-all): fixed arguments on call to
8614         package-admin-add-single-file-package.
8615         * package-get.el (package-get-installedp): fixed to match
8616         advertised behavior.
8617         * package-get.el: added function package-get-update-all which
8618         installs newest versions of all the current packages (if they are
8619         not already installed).
8620
8621 1998-03-04  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>
8622
8623         * files.el (find-file-noselect): Uncommented `truename' binding in
8624         `let*' and use it later to set `buffer-file-truename' iff it's
8625         still nil, as happens for example when finding a compressed
8626         file with "jka-compr".
8627
8628 Wed Mar 04 08:55:12 1998  Andy Piper  <andyp@parallax.co.uk>
8629
8630         * faces.el: in make-face-* type functions do the operation for all
8631         window systems, not just the first one found.
8632
8633         * font.el: call mswindows-list-fonts for mswindows.
8634
8635 1998-03-02  Glynn Clements  <glynn@sensei.co.uk>
8636
8637         * code-process.el (call-process-region):
8638         * process.el (call-process-region):
8639         * package-get.el (package-get-dir):
8640         * files.el (backup-enable-predicate):
8641         * gnuserv.el (gnuserv-temp-file-regexp):
8642         Use temp-directory in place of `/tmp'.
8643
8644 Fri Feb 20 21:22:34 1998  Darryl Okahata  <darrylo@sr.hp.com>
8645
8646         * "Fast" dired-in-C enhancements for Windows 95/NT:
8647
8648         * files.el: Added function, `wildcard-to-regexp', from GNU
8649           Emacs.
8650
8651         * files.el (insert-directory): Modified to use special
8652           dired-in-C enhancements if present.
8653
8654 Mon Mar 02 11:37:36 1998  Andy Piper  <andyp@parallax.co.uk>
8655
8656         * code-files.el: make default coding no-conversion.
8657
8658 1998-03-02  SL Baur  <steve@altair.xemacs.org>
8659
8660         * dumped-lisp.el (preloaded-file-list): Find Installation.el from
8661         the load-path.
8662
8663         * update-elc.el: Strip directory when testing for files not to
8664         bytecompile.
8665
8666 1998-03-02  Aki Vehtari  <Aki.Vehtari@hut.fi>
8667
8668         * lisp-mode.el: Use recommended form for menus.
8669
8670         * info.el (Info-construct-menu): Use recommended form for menus.
8671
8672         * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
8673         entry.
8674
8675 1998-02-28  Kyle Jones  <kyle_jones@wonderworks.com>
8676
8677         * frame.el: Resurrect get-frame-for-buffer-default-to-current.
8678           (get-frame-for-buffer-noselect): Always return frames
8679           in the not-this-window-p cond clause.
8680
8681 1998-02-27  SL Baur  <steve@altair.xemacs.org>
8682
8683         * help.el (describe-installation): New function.
8684
8685         * x-menubar.el (default-menubar): Add describe-installation to
8686         Help menu.
8687
8688         * packages.el (packages-unbytecompiled-lisp): Installation.el
8689         should not be bytecompiled.
8690
8691         * dumped-lisp.el (preloaded-file-list): Dump Installation with
8692         XEmacs.
8693
8694         * x-menubar.el (default-menubar): Use correct guard for VM menu
8695         entry.
8696
8697         * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
8698         coding.
8699         From Andy Piper <andyp@parallax.co.uk>
8700
8701 1998-02-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8702
8703         * ldap.el: Do not require ldap-internal at compile time.
8704
8705 Tue Feb 17 12:50:37 1998  Andy Piper  <andyp@parallax.co.uk>
8706
8707         * code-files.el: new file. a virtual copy of mule-files.el
8708         but without charset
8709         dependencies. (toggle-buffer-file-ocding-system) new function for
8710         changing the eol type for the current buffer.
8711
8712         * code-process.el: new file. a copy of
8713         mule-process.el. mule-process.el will disappear when things have
8714         settled.
8715
8716         * coding.el: new file. a virtual copy of mule-files.el but
8717         without charset dependencies. (coding-system-base) new function
8718         for getting the parent coding system of a coding system with eol
8719         type set.
8720
8721         * dumped-lisp.el: add above files for the non-mule case.
8722
8723 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
8724
8725         * window-xemacs.el (display-buffer): If no explicit
8726           frame is specified, search for a window that displays
8727           the buffer on the currently selected frame, before
8728           searching other frames.
8729
8730 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
8731
8732         * frame.el (get-frame-for-buffer): If not-this-window-p
8733           is non-nil, use window on the selected frame if it is not
8734           also the selected window.  When defaulting, search for
8735           windows on the currently selected fgrame before searching
8736           other frames.
8737
8738 1998-02-25  Didier Verna  <didier@xemacs.org>
8739
8740         * modeline.el (modeline-swap-buffers): originally named
8741         `mouse-release-modeline'. Whether to actually swap the buffers is
8742         decided in `mouse-drag-modeline'.
8743         (mouse-drag-modeline): A button release event is considered a
8744         mouse click is both X (modeline scroll) and Y (modeline drag) pos
8745         stay unchanged.
8746
8747 1998-02-25  SL Baur  <steve@altair.xemacs.org>
8748
8749         * x-menubar.el: Put redo on the menubar.
8750         From Aki Vehtari <Aki.Vehtari@hut.fi>
8751
8752 1998-02-22  Greg Klanderman  <greg@alphatech.com>
8753
8754         * bytecomp.el (displaying-byte-compile-warnings): if
8755         temp-buffer-show-function is set, use it to display current set of
8756         warnings in the "*Compile-Log-Show*" buffer.
8757
8758         * simple.el (display-warning-buffer): if temp-buffer-show-function
8759         is set, use it to display current set of warnings in the
8760         "*Warnings-Show*" buffer.
8761
8762 1998-02-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
8763
8764         * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
8765         Common Lisp.
8766
8767 1998-02-23  Aki Vehtari  <Aki.Vehtari@hut.fi>
8768
8769         * menubar.el: Allow button descriptors at least 2 long.
8770
8771         * x-menubar.el (default-menubar): Use recommended forms.
8772         (file-menu-filter): Remove.
8773         (edit-menu-filter): Remove.
8774
8775 1998-02-24  SL Baur  <steve@altair.xemacs.org>
8776
8777         * about.el (about-hackers): Updated.
8778
8779 1998-02-22  Greg Klanderman  <greg@alphatech.com>
8780
8781         * help.el (help-max-help-buffers): new variable
8782         (help-register-and-maybe-prune-excess): new function
8783         (help-buffer-name): use help-max-help-buffers.
8784         (with-displaying-help-buffer): use
8785         help-register-and-maybe-prune-excess.
8786
8787         * help.el (help-maybe-pretty-print-value): if the value fits on
8788         one line, let it.
8789
8790 1998-02-21  Greg Klanderman  <greg@alphatech.com>
8791
8792         * (with-displaying-help-buffer): there is no need to kill the buffer
8793         if it exists, because with-output-to-temp-buffer will clear it.
8794         further, killing the buffer violates the rule that
8795         temp-buffer-show-function, if set, has the full responsibility of
8796         showing the temp buffer.  killing the buffer fucks with the window
8797         configuration, hosing temp-buffer-show-function.
8798
8799
8800 1998-02-23  Didier Verna  <didier@xemacs.org>
8801
8802         * modeline.el (mouse-drag-modeline):
8803         - Always scroll the modeline that was originally clicked on.
8804         - Use x pixels instead of x characters (which doesn't work anyway)
8805         as horizontal reference for modeline dragging. This allows us to
8806         keep on dragging the modeline even if the motion event occurs in
8807         another window.
8808
8809 1998-02-23  Didier Verna  <didier@xemacs.org>
8810
8811         * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
8812         glyph on the modeline to indicate that dragging the mouse has an
8813         effect both horizontally and vertically.
8814
8815 1998-02-24  SL Baur  <steve@altair.xemacs.org>
8816
8817         * about.el (about-xemacs): Get rid of redundant visible version
8818         number.
8819
8820 1998-02-19  SL Baur  <steve@altair.xemacs.org>
8821
8822         * about.el (about-hackers): Update credits.
8823
8824 1997-12-22  Christoph Wedler  <wedler@fmi.uni-passau.de>
8825
8826         * prim/register.el (view-register): Show register type file-query.
8827
8828 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
8829
8830         * mode-motion.el (mode-motion-highlight-internal):
8831           save-excursion inside save-window-exucrsion form to
8832           hide buffer point changes from save-window-excursion.
8833           Prevents display flickering when the mouse pointer
8834           moves.
8835
8836 1998-02-17  Didier Verna  <didier@xemacs.org>
8837
8838         * mouse.el (default-mouse-track-set-point-in-window): rewrote this
8839         function to handle correctly the case of a toolbar one side of the
8840         window: scrolling will not necessarily happen.
8841
8842 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
8843
8844         * files.el (after-find-file): Restore missing argument
8845           to format that provides filename for "... consider M-x
8846           recover-file" message.  Also call `message' with "%s"
8847           as the first arg instead of an arbitrary string.
8848
8849 1998-02-18  SL Baur  <steve@altair.xemacs.org>
8850
8851         * about.el (about-hackers): Various additions.
8852
8853 1998-02-15  SL Baur  <steve@altair.xemacs.org>
8854
8855         * autoload.el (generate-file-autoloads-1): Don't force an extra
8856         line out when copying on-the-same line autoloads.
8857
8858         * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
8859         is installed.
8860
8861 1998-02-14  Martin Buchholz  <martin@xemacs.org>
8862
8863         * x11/x-win-xfree86.el (x-win-init-xfree86):
8864         * x11/x-win-sun.el (x-win-init-sun):
8865         * x11/x-init.el (x-initialize-compose):
8866         * prim/simple.el:
8867         (backward-or-forward-kill-sexp):
8868         (backward-or-forward-kill-sentence):
8869         (backward-or-forward-kill-word):
8870         (backward-or-forward-delete-char):
8871         * prim/isearch-mode.el (isearch-help-or-delete-char):
8872         Use x-keysym-on-keyboard-sans-modifiers-p instead of
8873         x-keysym-on-keyboard-p to detect backspace.
8874         Use symbols instead of strings (now deprecated) with x-keysym-*-p.
8875         Clean up symbols used with dead keys, checking Linux and solaris
8876         keysyms.
8877         Simplify x-win-*.el using above methods.
8878         Change documentation for x-keysym-*-p functions.
8879
8880 1998-02-14  SL Baur  <steve@altair.xemacs.org>
8881
8882         * about.el (about-hackers): Restore entries for Michael Sperber and
8883         Vinnie Shelton.
8884         From Vinnie Shelton <acs@acm.org>
8885
8886 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
8887
8888         * simple.el (count-words-region): Ditto.
8889
8890 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
8891
8892         * simple.el (count-words-buffer): Document.  Don't print anything
8893         if non-interactive.
8894
8895 1998-02-12  SL Baur  <steve@altair.xemacs.org>
8896
8897         * packages.el (packages-hardcoded-lisp): easymenu.el is in
8898         multiple files in InfoDock.
8899
8900 1998-02-11  SL Baur  <steve@altair.xemacs.org>
8901
8902         * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
8903         from version.el in InfoDock.
8904
8905         * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
8906         specially.
8907
8908 1998-02-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
8909
8910         * bytecomp-runtime.el (proclaim-inline): Single quotes around
8911         variable name in docstring.
8912
8913 1998-02-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8914
8915         * menubar.h: Include "gui.h".
8916
8917 1998-02-10  SL Baur  <steve@altair.xemacs.org>
8918
8919         * site-load.el: Fix documentation.
8920
8921 1998-02-09  SL Baur  <steve@altair.xemacs.org>
8922
8923         * package-get-base.el (package-get-base): Updated.
8924
8925         * keymap.el: PC-ize.
8926
8927 1998-02-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
8928
8929         * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
8930         from' on a fresh line.
8931
8932 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
8933
8934         * help.el (help-maybe-pretty-print-value): prin1, not princ the
8935         object.
8936
8937 1998-02-09  SL Baur  <steve@altair.xemacs.org>
8938
8939         * undo-stack.el: PC-ize.
8940
8941         * cmdloop.el: PC-ize.
8942
8943 1998-02-08  SL Baur  <steve@altair.xemacs.org>
8944
8945         * bytecomp-runtime.el: PC-ize.
8946
8947         * byte-optimize.el: Prolog fixup.  PC-ize.
8948
8949         * cus-dep.el: Spelling fix.
8950
8951         * text-mode.el: Synch with Emacs 20.2.  (Original ChangeLog
8952         entries follow).
8953
8954 1997-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8955
8956         * text-mode.el (text-mode-hook-identify): New function,
8957         put on text-mode-hook.  Set text-mode-variant here.
8958         (text-mode): Don't set it here.
8959
8960 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8961
8962         * text-mode.el (text-mode-hook): New defvar.
8963         (text-mode-variant): New variable.
8964         (text-mode): Set that variable locally.
8965         (toggle-text-mode-auto-fill): New command.
8966
8967 1997-06-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8968
8969         * text-mode.el (text-mode): Let all-white lines separate paragraphs.
8970
8971 1997-06-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8972
8973         * text-mode.el (paragraph-indent-text-mode):
8974         Renamed from spaced-text-mode.
8975         (text-mode-map): Bind TAB to indent-relative.
8976         (indented-text-mode-map): Variable deleted.
8977         (indented-text-mode): Now an alias for text-mode.
8978
8979 1998-02-05  SL Baur  <steve@altair.xemacs.org>
8980
8981         * loadup.el: test-atoms debugging stuffs removed.
8982
8983 1998-02-03  Martin Buchholz  <Martin Buchholz <martin@xemacs.org>
8984
8985         * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
8986
8987 1997-12-30  Colin Rafferty  <colin@xemacs.org>
8988
8989         * help.el (describe-beta): Made it use `locate-data-file'.
8990         (describe-distribution): Ditto.
8991         (describe-copying): Ditto.
8992         (describe-project): Ditto.
8993         (view-emacs-news): Ditto.
8994
8995         * help-nomule.el (help-with-tutorial): Made it use
8996         `locate-data-file' to find tutorial.
8997
8998 1998-01-28  Jonathon Harris  <jhar@tardis.ed.ac.uk>
8999
9000         * about.el: Corrected my email address.
9001
9002         * mouse.el: Added 'mouse-mswindows-drop' similar to
9003         'mouse-offix-drop'.
9004
9005 1998-01-27  SL Baur  <steve@altair.xemacs.org>
9006
9007         * loadup.el (running-xemacs): Spelling fix.
9008
9009 1998-01-26  Colin Rafferty  <colin@xemacs.org>
9010
9011         * packages.el (packages-find-packages-1): Don't allow a backwards
9012         compatible lisp tree to overwrite `preloaded-file-list'.
9013
9014 1998-01-26  SL Baur  <steve@altair.xemacs.org>
9015
9016         * loadup.el: Don't delete "xemacs" prior to dumping.
9017
9018 1998-01-24  SL Baur  <steve@altair.xemacs.org>
9019
9020         * package-info.el (pi-last-mod-date): New function.
9021         (pi-author-version): New function.
9022         (batch-update-package-info): Use them.
9023
9024 1998-01-23  Colin Rafferty  <colin@xemacs.org>
9025
9026         * frame.el (get-frame-for-buffer-default-to-current): Create.
9027         (get-frame-for-buffer-noselect): Allow user to use current frame
9028         with `get-frame-for-buffer-default-to-current'.
9029
9030 1998-01-22  Hrvoje Niksic  <hniksic@srce.hr>
9031
9032         * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
9033         (byte-compile-output-docform): Ditto.
9034         (byte-compile-compiled-obj-to-list): Ditto.
9035
9036 1998-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
9037
9038         * startup.el (command-line-1): Removed code that ran
9039           buffer-menu.
9040
9041 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
9042
9043         * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
9044
9045 1998-01-17  Hrvoje Niksic  <hniksic@srce.hr>
9046
9047         * frame.el (suspend-emacs-or-iconify-frame): Check using
9048         `device-on-window-system-p' instead of explicitly checking for X,
9049         so that the same logic works for MS Windows.
9050         (suspend-or-iconify-emacs): Ditto.
9051
9052 1998-01-14  Hrvoje Niksic  <hniksic@srce.hr>
9053
9054         * about.el (about-maintainer-info): Andy Piper is back.
9055         (xemacs-hackers): Updated Andy Piper's email address.
9056         (about-hackers): Added Jonathan Harris.
9057         (about-hackers): Updated Tibor Polgar's email address.
9058
9059 1998-01-18  SL Baur  <steve@altair.xemacs.org>
9060
9061         * about.el: Add xemacs.org email manager.
9062
9063         * package-get-base.el (package-get-base): Updated with most recent
9064         package updates.
9065
9066 1998-01-14  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9067
9068         * help.el (function-arglist): Use `indirect-function' instead of
9069         `symbol-function' so that aliases are treated correctly.
9070
9071 1998-01-13  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9072
9073         * help.el (help-map): Add f1 binding to `help-for-help'.
9074         Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
9075         (describe-key-briefly): Use `princ' "%s" to print object.
9076         (with-displaying-help-buffer): Kill buffer if it exists, again.
9077         (describe-key): Use `princ' "%s" to print object.
9078         (describe-function-1): Use `princ' "%s" to print object.
9079         Commented out alias lines removed.
9080         (help-pretty-print-limit): New variable to control pretty-printing
9081         of variable values.
9082         (help-maybe-pretty-print-value): Steve wins!  Renamed back from
9083         `help-pretty-print-value' again.  Only print-print when OBJECT is
9084         list of length less than `help-pretty-print-limit'.
9085         (describe-variable): Use `help-maybe-pretty-print-value' again.
9086
9087 1998-01-18  SL Baur  <steve@altair.xemacs.org>
9088
9089         * simple.el (blink-matching-open): Remove C++ kludge.
9090         Suggested by Bob Weiner <weiner@wave.altrasoft.com>
9091
9092 1998-01-14  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9093
9094         * info.el (Info-default-directory-list): Made the documentation
9095         more explanitory.
9096
9097 1998-01-13  Martin Buchholz  <martin@xemacs.org>
9098
9099         * lisp/packages.el:
9100         * lisp/package-admin.el:
9101         * lisp/build-report.el:
9102         Fix typos.
9103
9104 1998-01-14  Christoph Wedler  <wedler@fmi.uni-passau.de>
9105
9106         * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
9107         warnings in Java buffers without final newline and editing the
9108         last line.
9109
9110 1998-01-17  SL Baur  <steve@altair.xemacs.org>
9111
9112         * packages.el (packages-find-packages-1): Don't allow a backwards
9113         compatible lisp tree to overwrite `preloaded-file-list'.
9114         Suggested by Colin Rafferty  <colin@xemacs.org>
9115
9116         * mouse.el (mouse-offix-drop): Set undo-boundary.
9117         From Oliver Graf <ograf@fga.de>
9118
9119 1998-01-13  SL Baur  <steve@altair.xemacs.org>
9120
9121         * loadup.el (load-gc): rewrite as defun.
9122         Print something sensical if a required dump-time file isn't found.
9123
9124 1998-01-12  SL Baur  <steve@altair.xemacs.org>
9125
9126         * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
9127         bug strikes a menudescriptor.
9128
9129         * package-get-base.el (package-get-base): Updated.
9130
9131         * package-info.el (batch-update-package-info): Derive REQUIRES
9132         from the Makefile.
9133
9134 1998-01-13  Hrvoje Niksic  <hniksic@srce.hr>
9135
9136         * files.el (save-some-buffers): Don't play games with deleting
9137         other windows if we are in the minibuffer window.
9138
9139 1998-01-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9140
9141         * modeline.el (modeline-minor-mode-menu): Add support for :active
9142         (add-minor-mode): Document :active property to TOGGLE.
9143
9144 1998-01-07  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9145
9146         * modeline.el (modeline-minor-mode-menu): Add support for an
9147         `:included' predicate in the `toggle-sym' plist.
9148         (add-minor-mode): Document the :included property, format
9149         docstring some more.
9150         (modeline-minor-mode-menu): Documentation string added.
9151
9152 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9153
9154         * modeline.el (modeline-minor-mode-menu): genmenlab the menu
9155         labels from the symbol-names by thwacking off the overly redundant
9156         and overused "mode", parenthesizing "minor", and capitalizing the
9157         resultant strings.  Also shortened the menu's title by eliminating
9158         the redundant buffer name.
9159         (add-minor-mode): Beautified the docstring, added mention of the
9160         `:menu-tag' property of TOGGLE.
9161         (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
9162         `toggle-sym' to beatify the mode-life menus.
9163         * (abbrev-mode):  (put)'ed a `:menu-tag' on it and
9164         `auto-fill-function'.
9165
9166 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9167
9168         * modeline.el (modeline-minor-mode-menu): Changed the string-only
9169         menus to :style 'toggle.
9170
9171 1997-12-10  Markus Linnala  <maage@cs.tut.fi>
9172
9173         * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
9174
9175 1997-12-11  Christoph Wedler  <wedler@fmi.uni-passau.de>
9176
9177         * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
9178         only recognize first hyperlink.
9179         (hyper-apropos-highlightify): Deletia, this is already done by
9180         `hyper-apropos-insert-face'.
9181         (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
9182
9183 1998-01-09  SL Baur  <steve@altair.xemacs.org>
9184
9185         * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
9186         mail.
9187         (toolbar-mail-reader): Add support for `send'.
9188         From Jonathan Marten <jonathan.marten@UK.Sun.COM>
9189
9190 1998-01-05  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9191
9192         * info.el (Info-emacs-info-file-name): Add defvar for
9193         `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
9194         will function properly.
9195
9196 1998-01-05  Gary D. Foster  <gfoster@ragesoft.com>
9197
9198         * simple.el: make the backwards delete function called by
9199         `backward-or-forward-delete-char' user configurable.
9200
9201 1998-01-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9202
9203         * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
9204         compiled function got loaded from.
9205
9206 1998-01-09  SL Baur  <steve@altair.xemacs.org>
9207
9208         * term/apollo.el: Synched up with InfoDock 3.6.2.
9209
9210 1998-01-08  SL Baur  <steve@altair.xemacs.org>
9211
9212         * startup.el (load-init-file): Load autoloads earlier.
9213         (startup-splash-frame): Handle InfoDock logo.
9214
9215         * x-init.el (init-post-x-win): Don't call init-x-toolbar in
9216         InfoDock.
9217         (x-init-toolbar-from-resources): Move from x-toolbar.el.
9218
9219         * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
9220         doesn't have this function.
9221
9222         * packages.el (locate-data-file): Fix to call `locate-file'.
9223
9224 1998-01-07  SL Baur  <steve@altair.xemacs.org>
9225
9226         * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
9227         version of version.el.
9228         (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
9229
9230         * x-menubar.el (default-menubar): Guard reference to
9231         `gnuserv-frame'.
9232         (default-menubar): Guard references to `font-lock-mode'.
9233         (default-menubar): Guard references to font-menu-this-frame-only-p'.
9234         (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
9235
9236         * make-docfile.el: Don't snarf doc strings from autoloads.
9237
9238         * startup.el (load-init-file): Use algorithm from loaddefs.el for
9239         loading auto-autoloads files.
9240
9241         * loaddefs.el: Disable dumping autoloads.
9242
9243 1998-01-05  SL Baur  <steve@altair.xemacs.org>
9244
9245         * lisp-mnt.el: Synch to Emacs 20.2.
9246
9247         * help.el: Remove manual autoload of `finder-by-keyword'.
9248
9249         * finder.el (finder-by-keyword): Autoload.
9250
9251         * help.el: Conditionalize hyperbole setup.
9252
9253 1998-01-04  SL Baur  <steve@altair.xemacs.org>
9254
9255         * packages.el (package-require): Update to reflect new data format.
9256
9257 1998-01-02  Didier Verna  <didier@xemacs.org>
9258
9259         * x-menubar.el (default-menubar): make the tutorials available
9260         through the menubar. (Plus some compilation warnings cleanup).
9261
9262 1998-01-04  SL Baur  <steve@altair.xemacs.org>
9263
9264         * check-features.el: New file.  Perform sanity check after build.
9265
9266         * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
9267         files to tooltalk package.
9268         (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
9269         package.
9270
9271         * package-admin.el (package-admin-xemacs): Use better default for
9272         location of XEmacs binary.
9273
9274 1998-01-03  Aki Vehtari  <Aki.Vehtari@hut.fi>
9275
9276         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
9277         tag with sexp and add value tag with value `t'.
9278
9279 1998-01-03  SL Baur  <steve@altair.xemacs.org>
9280
9281         * package-get.el: Changes to work with real data.
9282         From Pete Ware <ware@cis.ohio-state.edu>
9283
9284         * packages.el (packages-reload-autoloads): Guard load for the time
9285         being.
9286
9287         * update-elc.el ("packages.el"): Force loading packages.el instead
9288         of possibly out-of-date packges.elc.
9289         * make-docfile.el ("packages.el"): Ditto.
9290
9291 1998-01-02  Colin Rafferty  <colin@xemacs.org>
9292
9293         * build-report.el (build-report-delete-regexp): Added a rule for
9294         the main tarball shadowing anything past it.
9295
9296 1998-01-02  SL Baur  <steve@altair.xemacs.org>
9297
9298         * packages.el (package-provide): Delete a previous provide.
9299
9300         * package-info.el: New file.
9301
9302         * package-get.el: New file.
9303         From Pete Ware <ware@cis.ohio-state.edu>
9304         (package-get): Fix md5 computation to work with Mule.
9305
9306 1997-12-11  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9307
9308         * simple.el (log-message-*): Quote symbols in docstrings properly.
9309
9310 1998-01-01  SL Baur  <steve@altair.xemacs.org>
9311
9312         * packages.el (packages-new-autoloads): Ignore symbolic links.
9313
9314         * cus-face.el (face-custom-attributes-get): Fix typo.
9315         From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
9316
9317 1997-12-31  SL Baur  <steve@altair.xemacs.org>
9318
9319         * startup.el (load-init-file): Reload new or changed autoloads
9320         unless inhibited.  Reload modified dumped lisp (stubbed).
9321
9322         * packages.el (packages-new-autoloads): New function.
9323         (packages-reload-autoloads): New function.
9324         (packages-reload-dumped-lisp): New (stub) function.
9325
9326         * loadup.el: Inhibit reloading dumped files when running temacs.
9327
9328         * loadhist.el (file-provides): Extend to handle variant
9329         extensions.
9330
9331         * replace.el (query-replace): Fix typo.
9332
9333 1997-12-30  SL Baur  <steve@altair.xemacs.org>
9334
9335         * make-docfile.el: list-autoloads-path has been renamed.
9336         * update-elc.el: list-autoloads has been renamed.
9337
9338         * packages.el (packages-list-autoloads): Renamed.
9339         (packages-list-autoloads-path): Ditto.
9340
9341 1997-12-29  Colin Rafferty  <colin@xemacs.org>
9342
9343         * packages.el (packages-find-packages-1): Made it signal a warning
9344         for an error in an auto-autoload.el file.
9345
9346 1997-12-30  SL Baur  <steve@altair.xemacs.org>
9347
9348         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
9349         tag with const.
9350         From Aki Vehtari <Aki.Vehtari@hut.fi>
9351
9352         * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
9353
9354         * loadhist.el (unload-feature): Remove autoload.
9355
9356 1997-12-28  SL Baur  <steve@altair.xemacs.org>
9357
9358         * loadhist.el: Unpackaged.
9359
9360         * help.el (describe-symbol-find-file): Rename
9361         `describe-function-find-file' and make old name obsolete.
9362         (describe-function-1): Use it.
9363         (describe-function-1): Guard reference to
9364         `compiled-function-annotation'.
9365
9366 1997-12-27  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9367
9368         * help.el (help-mode-bury): Now a call to `help-mode-quit' with
9369         argument.
9370         (help-mode-quit): New optional arg to control whether it kills or
9371         buries.  Tidied up.
9372         (with-displaying-help-buffer): Don't kill buffer initially, even
9373         if it exists: it is erased by `with-output-to-temp-buffer' anyway.
9374         (help-pretty-print-value): Rename back from
9375         `help-maybe-pretty-print-value'!  If `pp-internal' is available
9376         use it, otherwise use dumped `cl-prettyprint'.
9377         (describe-variable): Use `help-pretty-print-value' again.
9378         (find-func): Removed reference to "find-func" at end.
9379
9380 1997-12-26  Kirill M. Katsnelson  <kkm@kis.ru>
9381
9382         * dumped-lisp.el: x-menubar.el dumped along with mswindows native
9383           GUI XEmacs. Rename? x-menubar is rather window system
9384           independant, except for a couple of items.
9385
9386 1997-12-26  SL Baur  <steve@altair.xemacs.org>
9387
9388         * x-menubar.el (default-menubar): Remove hyperbole and oobr
9389         entries as they will no longer be distributed with XEmacs.
9390
9391         * format.el (format-alist): Fix image/tiff regexps.
9392         From P. E. Jareth Hein <jareth@camelot-soft.com>
9393
9394         * help.el (help-maybe-pretty-print-value): Rename.
9395         (describe-variable): Use it.
9396         (describe-variable): Add trailing linefeed.
9397
9398 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9399
9400         * help.el (describe-function-1): Don't output anything for
9401           arglist of autoload functions.
9402
9403 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9404
9405         * help.el (describe-function-1): Don't output anything for
9406           arglist of autoload functions.
9407
9408 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9409
9410         * help.el (help-mode-map): New bindings for `help-mode-bury',
9411         `describe-function-at-point', `describe-variable-at-point',
9412         `Info-elisp-ref', `customize-variable', `help-next-section' and
9413         `help-prev-section'.
9414         (help-next-section): New function.
9415         (help-prev-section): New function.
9416         (help-mode-quit): Changed to kill the help buffer.
9417         (help-mode-bury): Formerly `help-mode-quit'.  Bury buffer
9418         correctly.
9419         (help-buffer-name): New function to generate the name of help
9420         buffers.
9421         (with-displaying-help-buffer): Is now a macro.  Takes an new first
9422         argument giving the name of the help buffer.
9423         (describe-key): Use `with-displaying-help-buffer' with name.
9424         (describe-mode): Ditto.
9425         (describe-bindings): Ditto.
9426         (describe-prefix-bindings): Ditto.
9427         (view-lossage): Ditto.
9428         (with-syntax-table): New macro.
9429         (function-called-at-point): Use `ignore-errors' and
9430         `with-syntax-table'.
9431         (function-at-point): Ditto.
9432         (describe-function): Use `with-displaying-help-buffer' with name.
9433         (function-arglist): Extracted from `describe-function-1'.  Returns
9434         function's arglist as string.
9435         (function-documentation): Extracted from `describe-function-1'.
9436         Returns function's docstring.
9437         (describe-function-1): Remove all the "stream" garbage, including
9438         the stream argument.  Use `function-arglist' and
9439         `function-documentation'.
9440         (describe-function-arglist): Just use `function-arglist'.
9441         (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
9442         (help-pretty-print-value): New function to help with
9443         pretty-printing variable values.  Knows about `#<...>'.  Needs
9444         `pp-internal'.
9445         (describe-variable): Use `with-displaying-help-buffer' with name.
9446         Formatting improved.  Display file where variable is defined, if
9447         known.  Use `help-pretty-print-value'.
9448         (describe-syntax): Use `with-displaying-help-buffer' with name.
9449         (list-processes): Remove "stream" garbage.
9450
9451 1997-12-25  SL Baur  <steve@altair.xemacs.org>
9452
9453         * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
9454         call a dumped routine instead.
9455
9456         * x-win-xfree86.el: Wrap file in defun.
9457         * x-win-sun.el: Ditto.
9458
9459 1997-12-23  SL Baur  <steve@altair.xemacs.org>
9460
9461         * help.el (view-emacs-news): Remove usage of outl-mouse which
9462         advises functions and does other evil things.
9463
9464 1997-12-22  SL Baur  <steve@altair.xemacs.org>
9465
9466         * format.el (format-alist): Add `image/tiff'.
9467         From P. E. Jareth Hein <jareth@camelot-soft.com>
9468
9469 1997-12-21  SL Baur  <steve@altair.xemacs.org>
9470
9471         * about.el (about-hackers): More names added.
9472
9473         * make-docfile.el: Remove superfluous package path search.
9474
9475         * loaddefs.el: Commentary changes.  Removal of VM autoloads.
9476
9477 1997-12-20  SL Baur  <steve@altair.xemacs.org>
9478
9479         * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
9480         ignored shadows.
9481
9482 1997-12-18  SL Baur  <steve@altair.xemacs.org>
9483
9484         * startup.el (set-default-load-path): Make sure lisp and site-lisp
9485         get trailing slashes when added to the load-path.
9486
9487         * x-init.el (init-x-win): Locate where XEmacs X localization files
9488         are.
9489
9490 1997-12-18  Kyle Jones  <kyle_jones@wonderworks.com>
9491
9492         * x-faces.el: Added support for foregroundToolBarColor
9493           to xpm-color-symbols.
9494
9495 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
9496
9497         * etags.el (tags-remove-duplicates): Removed.
9498         (buffer-tag-table-list): Use `delete-duplicates'.
9499
9500         * cl-extra.el (coerce): Coerce to bit-vector and weak-list
9501         correctly.
9502         (get*): Defalias to `get'.
9503
9504         * cl.el (eql): Compare integers with `eq'.
9505         (cl-map-extents): Check for `map-extents' first.
9506
9507 1997-12-17  Didier Verna  <didier@xemacs.org>
9508
9509         * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
9510         added the 'numero', 'copyright' and 'trademark' symbols.
9511
9512         * leim/quail/latin-post.el ("french-postfix"): see above.
9513
9514 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
9515
9516         * widget.el (define-widget): Check the arguments.
9517
9518         * cus-edit.el (customize-face): Use `check-argument-type'.
9519         (custom-variable-value-create): Use `signal' to signal error.
9520         (custom-variable-reset-saved): Ditto.
9521         (custom-variable-reset-standard): Ditto.
9522         (custom-face-reset-saved): Ditto.
9523
9524         * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
9525         (widget-default-format-handler): Ditto.
9526         (widget-checklist-add-item): Ditto.
9527         (widget-radio-add-item): Ditto.
9528         (widget-editable-list-entry-create): Ditto.
9529         (widget-sexp-prompt-value): Ditto.
9530
9531         * custom.el (custom-declare-variable): Signal errors better.
9532         (custom-handle-keyword): Ditto.
9533         (custom-declare-group): Ditto.
9534
9535         * window-xemacs.el (windows): Ditto.
9536
9537         * menubar.el (menu): Ditto.
9538
9539         * keydefs.el (keyboard): Ditto.
9540
9541         * minibuf.el (minibuffer): Ditto.
9542
9543         * process.el (execute): Ditto.
9544
9545         * fill.el (fill): Ditto.
9546
9547         * modeline.el (modeline): Ditto.
9548
9549         * help.el (help): Ditto.
9550
9551         * faces.el (faces): Ditto.
9552
9553         * files.el (files): Ditto.
9554
9555         * x-init.el (x): Ditto.
9556
9557         * lisp-mode.el (lisp): Ditto.
9558
9559         * process.el (processes): Ditto.
9560
9561         * mouse.el (mouse): Ditto.
9562
9563         * abbrev.el (abbrev): Moved from cus-edit.
9564
9565         * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
9566         as variable declaration.
9567
9568 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
9569
9570         * menubar.el (find-menu-item): Use `check-argument-type'.
9571         (find-menu-item): Cosmetic changes.
9572
9573 1997-12-18  SL Baur  <steve@altair.xemacs.org>
9574
9575         * x-menubar.el (default-menubar): Guard usage of lpr-switches.
9576
9577 1997-12-17  SL Baur  <steve@altair.xemacs.org>
9578
9579         * startup.el (set-default-load-path): Only search package-path
9580         when not running temacs.
9581
9582         * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
9583         files.
9584
9585         * loadup.el: Correct commentary.  Reformatting.
9586         (really-early-error-handler): Use absolute path to the
9587         first dumped-lisp.el file.
9588         (really-early-error-handler): Print full path name of
9589         each dumped lisp file (inherited from InfoDock).
9590
9591         * shadow.el (find-emacs-lisp-shadows): Ignore multiple
9592         dumped-lisp.el files.
9593
9594         * make-docfile.el (preloaded-file-list): Reorder when the
9595         package-path is searched.
9596         * update-elc.el: Ditto.
9597
9598         * lisp-mode.el (call-with-condition-handler): Treat the same as
9599         `condition-case' for indentation.
9600
9601         * about.el (about-xemacs): Update release date.
9602
9603 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
9604
9605         * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
9606         anywhere but at the last clause.
9607         (ecase): Disallow `t' and `otherwise'.
9608
9609 1997-12-16  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9610
9611         * cus-edit.el (custom-buffer-create-buttons): New function
9612         from stuff moved out of `custom-buffer-create-internal'.
9613         (custom-novice): New variable.  Default t.
9614         (custom-display-global-buttons): Ditto.  Default `top'.
9615         (custom-buffer-create-internal): Only display help if
9616         `custom-novice' is non-nil.  Display global buttons according to
9617         `custom-display-global-buttons'.
9618
9619 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
9620
9621         * menubar.el (find-menu-item): Use `check-argument-type'.
9622         (find-menu-item): Cosmetic changes.
9623
9624 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
9625
9626         * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
9627         look.
9628
9629 1997-12-16  Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
9630
9631         * format.el (format-deannotate-region):  Bug fix.
9632         Deannotating a region containing unknown tags would fail
9633         (causing decoding of text/enriched to fail at user level)
9634
9635 1997-12-16  Kyle Jones  <kyle_jones@wonderworks.com>
9636
9637         * minibuf.el (read-directory-name): Support sixth
9638           arg, HISTORY, as already documented.
9639
9640 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
9641
9642         * etags.el (get-tag-table-buffer): Use explicit lists as arguments
9643         to `ecase'.
9644
9645 1997-12-14  SL Baur  <steve@altair.xemacs.org>
9646
9647         * skk/skk-leim.el (skk-auto-fill-activate): Synch with
9648         skk-activate.
9649
9650 1997-12-13  SL Baur  <steve@altair.xemacs.org>
9651
9652         * dumped-lisp.el (preloaded-file-list): Remove debugging statement.