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