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