XEmacs 21.4.0 "Solid Vapor".
[chise/xemacs-chise.git.1] / lisp / ChangeLog
1 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
2
3         * XEmacs 21.4.0 "Solid Vapor" is released.
4
5 2001-04-15  Ben Wing  <ben@xemacs.org>
6
7         * about.el:
8         * about.el (about-headline-face): New.
9         * about.el (about-link-face): New.
10         * about.el (about-current-release-maintainers): New.
11         * about.el (about-other-current-hackers): New.
12         * about.el (about-url-alist):
13         * about.el (about-once-and-future-hackers): New.
14         * about.el (about-mailto-link): New.
15         * about.el (about-get-buffer):
16         * about.el (about-finish-buffer):
17         * about.el (about-xemacs):
18         * about.el (about-features): Removed.
19         * about.el (about-advantages): New.
20         * about.el (about-maintainer-info): Removed.
21         * about.el (about-personal-info): New.
22         * about.el (about-hacker-contribution): New.
23         * about.el (about-maintainer):
24         * about.el (about-show-linked-info):
25         * about.el (about-hackers):
26         Major revamping.  Rewriting of most of the text, improve the
27         link handling, separate info on contributors into personal
28         and contribution info, add new contributors, update personal
29         info, etc. etc.
30         
31         * menubar-items.el (default-menubar):
32         Help menubar entry for News now says more accurately
33         "What's New in XEmacs".
34         
35         * mouse.el:
36         * mouse.el (mouse-track-cleanup-hook):
37         * mouse.el (mouse-track):
38         Don't set-buffer to a dead buffer when calling mouse-track
39         cleanup hooks.
40
41 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
42
43         * XEmacs 21.2.47 "Zephir" is released.
44
45 2001-04-02  Jan Vroonhof  <jan.vroonhof@ntlworld.com>
46
47         * dialog.el (make-dialog-box): Disable dialog box titles until
48         we get them working.
49
50 2001-03-30  Ben Wing  <ben@xemacs.org>
51
52         * help.el:
53         * help.el (Help-princ-face):
54         * help.el (Help-prin1-face):
55         * help.el (frob-help-extents):
56         * help.el (describe-function-1):
57         * help.el (describe-variable):
58         Avoid using font-lock faces, which may not be defined.
59         Instead, use hyper-apropos faces, and make sure they're
60         defined as necessary by using `require'. (It's not so safe
61         to do this for font-lock.) In any case, we will eventually
62         be merging this functionality into hyper-apropos.
63
64         * loaddefs.el (completion-ignored-extensions):
65         Fix documentation.
66         
67         * menubar-items.el (menu-truncate-list): Removed.
68         * menubar-items.el (Menubar-items-truncate-list): New.
69         * menubar-items.el (default-menubar):
70         Fix errors if grep or compile command is too long.  Rename helper
71         function to be less visible.
72
73 2001-03-23  Martin Buchholz  <martin@xemacs.org>
74
75         * byte-optimize.el (byte-optimize-minus):
76         Fix mis-byte-compilation of (- 0 x) --> (- (- x))
77
78 2001-03-26  Hrvoje Niksic  <hniksic@arsdigita.com>
79
80         * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
81         Mule is available.
82
83         * mule/latin.el: New file.
84
85 2001-03-11  Ben Wing  <ben@xemacs.org>
86
87         * auto-save.el:
88         * auto-save.el (auto-save-directory):
89         * auto-save.el (make-auto-save-file-name):
90         * auto-save.el (auto-save-file-name-p): New.
91
92         Merge in improvements from other definition of
93         make-auto-save-file-name in files.el.
94         
95         * auto-save.el (auto-save-original-name):
96         * auto-save.el (auto-save-name-in-fixed-directory):
97         * auto-save.el (auto-save-unslashify-name): Removed.
98         * auto-save.el (auto-save-slashify-name): Removed.
99         * auto-save.el (auto-save-reserved-chars): New.
100         * auto-save.el (auto-save-escape-name): New.
101         * auto-save.el (auto-save-unhex): New.
102         * auto-save.el (auto-save-unescape-name): New.
103
104         Change algorithm for encoding filenames in auto-save names to be
105         entirely safe with all filesystems and all possible characters in
106         a filename, and 100% reversible. (Essentially, uses
107         quoted-printable as the encoding.)
108         
109         * auto-save.el (recover-all-files):
110
111         Use insert-directory rather than calling ls directly -- fixes
112         things under Windows.
113
114         * files.el:
115         * files.el (convert-standard-filename): Substitute FSF's
116         definition for this (we had nothing here before).
117         
118         * files.el (backup-buffer): Warning fix.
119         
120         * files.el (make-backup-file-name):
121         * files.el (find-backup-file-name):
122         Fix error in calling sequence to auto-save-file-name-p.
123         
124         * files.el (recover-file):
125         Use insert-directory rather than calling ls directly -- fixes
126         things under Windows.
127
128         * files.el (make-auto-save-file-name): Removed.
129         * files.el (auto-save-file-name-p): Removed.
130         auto-save is always dumped so no sense in having a definition
131         that will always be overwritten with another.
132         
133         * files.el (insert-directory):
134         * win32-native.el:
135         * win32-native.el (debug-mswindows-process-command-lines):
136         * win32-native.el (original-make-auto-save-file-name): Removed.
137         * win32-native.el (make-auto-save-file-name): Removed.
138
139
140 2001-03-21  Martin Buchholz <martin@xemacs.org>
141
142         * XEmacs 21.2.46 "Urania" is released.
143
144 2001-03-16  Stephen J. Turnbull  <stephen@xemacs.org>
145
146         * menubar-items.el (default-menubar): Update sample.emacs to
147         sample.init.el and adjust accelerators.
148
149 2001-02-02  Stephen J. Turnbull  <stephen@xemacs.org>
150
151         * build-report.el (build-report): Improve docstring.
152
153 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
154
155         * ChangeLog: Log GTK merge.
156
157         * gutter-items.el:
158         * mwheel.el:
159         * sound.el:
160         * startup.el:
161         Revert gratuitous whitespace changes.
162
163 2001-03-07  Ben Wing  <ben@xemacs.org>
164
165         * help.el:
166         * help.el (key-or-menu-binding):
167         * help.el (Help-find-file): New.
168         * help.el (describe-beta):
169         * help.el (describe-copying):
170         * help.el (describe-project):
171         * help.el (view-emacs-news):
172         * help.el (view-sample-init-el): New.
173         * help.el (Help-princ-face): New.
174         * help.el (Help-prin1-face): New.
175         * help.el (help-symbol-function-context-menu):
176         * help.el (help-symbol-variable-context-menu):
177         * help.el (help-symbol-function-and-variable-context-menu):
178         * help.el (frob-help-extents):
179         * help.el (describe-function-1):
180         * help.el (describe-variable):
181
182         Add coloring in Help buffers, correspondent with hyperlinks.
183         View files in view-mode rather than Fundamental.
184         Remove separators from context menus -- now handled in generic code.
185         Add `Find Tag' to context menu.
186         
187         * menubar.el (popup-mode-menu):
188
189         Rewrite code that outputs the popup menu to (a) put more specific
190         entries first, (b) be more robust, (c) output the proper context
191         menu separators automatically (the context menu functionality is
192         new and currently used only by Help).
193
194 2001-03-10  William M. Perry  <wmperry@aventail.com>
195
196         * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
197         this function when converting from the 21.1 GTK branch.  Now
198         supports file, password, question, and color built-in dialogs.
199
200 2001-03-06  Ben Wing  <ben@xemacs.org>
201
202         * keydefs.el:
203         * keydefs.el (global-map):
204         Add commented-out change of M-k (for 21.5).
205         
206         * menubar-items.el (default-menubar):
207         Fix items to control kill-line behavior; add items for
208         shifted motion.
209         
210         * simple.el:
211         * simple.el (kill-whole-line):
212         * simple.el (historical-kill-line): Removed.
213         * simple.el (kill-line): Removed.
214         * simple.el (kill-entire-line): New.
215         * simple.el (kill-line-1): New.
216         * simple.el (backward-kill-line):
217         Undo kill-whole-line == always changes.  Add new function
218         kill-entire-line to unconditionally delete the current line.
219         Add comments describing the lamentable state of affairs of
220         the kill-line functions and variables.
221
222 2001-03-02  Ben Wing  <ben@xemacs.org>
223
224         * simple.el:
225         * simple.el (beginning-of-buffer):
226         * simple.el (end-of-buffer):
227         * simple.el (mark-ring-unrecorded-commands):
228         * simple.el (signal-error-on-buffer-boundary):
229         * simple.el (shifted-motion-keys-select-region):
230         * simple.el (unshifted-motion-keys-deselect-region):
231         * simple.el (motion-keys-for-shifted-motion): New.
232         * simple.el (handle-pre-motion-command):
233         * simple.el (handle-post-motion-command):
234         * simple.el (forward-char-command):
235         * simple.el (backward-char-command):
236         * simple.el (scroll-up-command):
237         * simple.el (scroll-down-command):
238         * simple.el (next-line):
239         * simple.el (previous-line):
240         * simple.el (backward-block-of-lines):
241         * simple.el (forward-block-of-lines):
242         * simple.el (backward-word):
243         * simple.el (mark-word):
244
245         Augment documentation of the most common motion commands to make
246         note of the shifted-motion support.  Improve the support to (a)
247         properly document how it works and why it's done in the fashion it
248         is, and (b) allow the keystrokes that trigger it to be customized.
249
250         Correct error in the customize specification of
251         mark-ring-unrecorded-commands.
252
253 2001-03-02  Ben Wing  <ben@xemacs.org>
254
255         * font-lock.el:
256         * font-lock.el (font-lock-pending-extent-table): Removed.
257         * font-lock.el (font-lock-pending-buffer-table): New.
258         * font-lock.el (font-lock-pre-idle-hook):
259         * font-lock.el (font-lock-after-change-function):
260         * font-lock.el (font-lock-fontify-pending-extents):
261         * font-lock.el (font-lock-lisp-like):
262
263         Fix handling of pending extents to avoid excessive slowness (N^2
264         behavior) when making lots of buffer changes between redisplays,
265         such as when saving the Options.
266
267 2001-03-09  William M. Perry  <wmperry@aventail.com>
268
269         * device.el:
270         * dragdrop.el:
271         * dumped-lisp.el:
272         * faces.el:
273         * frame.el:
274         * gnuserv.el:
275         * loadup.el:
276         * menubar-items.el:
277         * minibuf.el:
278         The Great GTK Merge.
279
280         * ChangeLog.GTK:
281         * dialog-gtk.el:
282         * gdk.el:
283         * generic-widgets.el:
284         * glade.el:
285         * gnome-widgets.el:
286         * gnome.el:
287         * gtk-compose.el:
288         * gtk-extra.el:
289         * gtk-faces.el:
290         * gtk-ffi.el:
291         * gtk-file-dialog.el:
292         * gtk-font-menu.el:
293         * gtk-glyphs.el:
294         * gtk-init.el:
295         * gtk-iso8859-1.el:
296         * gtk-marshal.el:
297         * gtk-mouse.el:
298         * gtk-package.el:
299         * gtk-password-dialog.el:
300         * gtk-select.el:
301         * gtk-widget-accessors.el:
302         * gtk-widgets.el:
303         * gtk.el:
304         widgets-gtk.el:
305         The Great GTK Merge: new files.
306
307 2001-03-05  Stephen J. Turnbull  <stephen@xemacs.org>
308
309         * generic-widgets.el: Don't require gtk (a built-in feature) at
310         top level.  Don't execute the last sexp unless (featurep 'gtk).
311
312 2001-02-28  Stephen J. Turnbull  <stephen@xemacs.org>
313
314         * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
315
316 2001-02-23  Martin Buchholz <martin@xemacs.org>
317
318         * XEmacs 21.2.45 "Thelxepeia" is released.
319
320 2001-01-25  Jason R. Mastaler  <jason@xemacs.org> 
321  
322         * about.el (xemacs-hackers): update my entry. 
323         * about.el (about-maintainer-info): ditto. 
324         * about.el (about-hackers): ditto. 
325
326 2001-02-20  Jan Vroonhof  <jan@xemacs.org>
327
328         * about.el (about-maintainer-info): More vanity info about
329         yours truly.
330
331 2001-02-20  Adrian Aichner  <adrian@xemacs.org>
332
333         * build-report.el (build-report-destination): xemacs-build-reports
334         has moved to SourceForge, where mailing list name length is
335         restricted, hence the name change to
336         xemacs-buildreports@xemacs.org.
337         * build-report.el (build-report-keep-regexp): Update default.
338         * build-report.el (build-report-delete-regexp): Ditto.
339         * build-report.el (build-report-make-output-files): Ditto.
340
341 2001-02-19  Craig Lanning  <lanning@scra.org>
342
343         * lisp-mode.el: Add indentation specifications for following
344         Common Lisp forms: handler-case, handler-bind, with-slots,
345         with-open-file, with-open-stream, print-unreadable-object.
346
347 2001-02-18  Matt Tucker  <tuck@whistlingfish.net>
348
349         * font-lock.el (font-lock-set-defaults-1):
350         Move initialization of `font-lock-cache-position' so that it's set
351         even if font-lock-keywords is already defined.
352
353 2001-02-17  Matt Tucker  <tuck@whistlingfish.net>
354
355         * autoload.el (generate-file-autoloads-1):
356         Use `emacs-lisp-mode-syntax-table' instead of
357         `lisp-mode-syntax-table'.
358         * lisp-mode.el (lisp-mode-syntax-table):
359         Get rid of old checks for `parse-partial-sexp' version.
360         Make `|' (pipe) string delimiter instead of punctuation.
361
362 2001-02-16  Martin Buchholz  <martin@xemacs.org>
363
364         * window.el (save-selected-window):
365         Use gensym for better macro hygiene.
366
367 2001-02-06  Mike Sperber <mike@xemacs.org>
368
369         * dump-paths.el:
370         * startup.el (startup-setup-paths): Set and use
371         `mule-lisp-directory'.
372         (startup-setup-paths-warning): Ditto.
373
374         * setup-paths.el (paths-find-mule-lisp-directory): Added.
375         (paths-construct-load-path): Consider `mule-lisp-directory'.
376
377 2001-02-07  Matt Tucker  <tuck@whistlingfish.net>
378
379         * font-lock.el: Syntax table improvements used.  A few random
380         changes are not specified below.
381         (font-lock-fontify-string-delimiters):
382         (font-lock-syntactic-keywords):
383         (font-lock-cache-state nil):
384         (font-lock-cache-position):
385         New variables.
386         (font-lock-set-syntax):
387         (font-lock-apply-syntactic-highlight):
388         (font-lock-fontify-syntactic-anchored-keywords):
389         (font-lock-fontify-syntactic-keywords-region):
390         (font-lock-eval-keywords):
391         New functions.
392         (font-lock-remove-face):
393         (font-lock-fontify-syntactically-region):
394         Use syntax properties.
395
396 2001-02-08  Martin Buchholz <martin@xemacs.org>
397
398         * XEmacs 21.2.44 "Thalia" is released.
399
400 2001-01-16  Mike Sperber <mike@xemacs.org>
401
402         * startup.el (normal-top-level): Work even if no installation root
403         is found.
404
405 2001-01-30  Andy Piper  <andy@xemacs.org>
406
407         * gutter-items.el (progress-abort-glyph): remove instantiator.
408         (set-progress-abort-instantiator): new function.
409         (abort-progress-feedback): use it.
410
411         * gutter.el (set-gutter-dirty-p): new function.
412
413 2001-01-30  Didier Verna  <didier@xemacs.org>
414
415         * mwheel.el (mwheel-scroll): unwind-protect the selected window.
416
417 2001-01-24  Didier Verna  <didier@xemacs.org>
418
419         * sound.el (sound-extension-list): give a better default value.
420         * sound.el (load-sound-file): improve the doc string, also find
421         files given by absolute names, pass a real extension list to
422         `locate-file'.
423
424 2001-01-26  Martin Buchholz <martin@xemacs.org>
425
426         * XEmacs 21.2.43 "Terspichore" is released.
427
428 2001-01-20  Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
429
430         * gnuserv.el (gnuserv-process-filter): Robuster handling of error
431         messages from gnuserv.
432
433 2001-01-20  Martin Buchholz <martin@xemacs.org>
434
435         * XEmacs 21.2.42 "Poseidon" is released.
436
437 2001-01-12  Andy Piper  <andy@xemacs.org>
438
439         * package-get.el (package-get-custom): call
440         package-net-update-installed-db.
441
442         * package-ui.el (pui-install-selected-packages): call
443         package-net-update-installed-db.
444
445         * package-net.el (package-net-update-installed-db): use
446         packages-package-list so that we reflect reality.
447
448         * packages.el (packages-package-list): Make docstring reflect
449         reality.
450
451         * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
452
453         * postinstall.cc (do_postinstall): don't pick up shells if cygwin
454         isn't installed.
455
456 2001-01-17  Andy Piper  <andy@xemacs.org>
457
458         * wid-edit.el (widget-activation-glyph-mapper): activate or
459         deactivate native widgets.
460         (widget-glyph-insert-glyph): record instantiator.
461         (widget-push-button-value-create): use it.
462
463         * gui.el (gui-button-action): new function. Make button's domain
464         buffer current when calling.
465         (make-gui-button): update to use gui-button-action.
466
467 2001-01-16  Didier Verna  <didier@xemacs.org>
468
469         * menubar-items.el (default-menubar): add an entry for modeline
470         horizontal scrolling in Options -> Display.
471
472 2001-01-17  Steve Youngs  <youngs@xemacs.org>
473
474         * package-get.el (package-get-require-signed-base): Set to nil
475         by default.
476
477 2001-01-17  Martin Buchholz <martin@xemacs.org>
478
479         * XEmacs 21.2.41 "Polyhymnia" is released.
480
481 2001-01-16  Mike Sperber <mike@xemacs.org>
482
483         * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
484         catch lisp/mule/.
485
486 2001-01-14  Mike Sperber <mike@xemacs.org>
487
488         * startup.el (maybe-create-compatibility-dot-emacs):
489         (maybe-unmigrate-user-init-file):
490         (unmigrate-user-init-file): Created.
491         (maybe-migrate-user-init-file): Offer creation of compatibility
492         .emacs.
493         Some doc fixes wrt init file location.
494
495 2001-01-15  Golubev I. N.  <gin@mo.msk.ru>
496
497         * faces.el (face-frob-from-locale-first): new variable.
498         (frob-face-font-2): Honor tags arg while trying to use
499         standard-face-mapping.  When face-frob-from-locale-first is set,
500         first try to set face inheriting from frobbed-face.
501
502 2001-01-15  Didier Verna  <didier@xemacs.org>
503
504         * about.el (xemacs-hackers): update my entry.
505         * about.el (about-url-alist): ditto.
506         * about.el (about-maintainer-info): ditto.
507         * about.el (about-hackers): ditto.
508
509 2001-01-15  Martin Buchholz  <martin@xemacs.org>
510
511         The byte compiler has been badly broken for a year,
512         by the patch of 1999-12-06.
513         * byte-optimize.el (byte-optimize-form-code-walker):
514         Bug was: the byte compiler was making this erroneous optimization:
515         (progn (or (foo)) (bar)) ==> (bar)
516
517 2000-11-20  Mike Sperber <mike@xemacs.org>
518
519         * setup-paths.el (paths-core-load-path-depth): Split
520         `paths-load-path-depth' in two for site and core lisp.  Don't
521         recurse into core.
522         * setup-paths.el (paths-construct-load-path): Use.
523
524 2001-01-10  Andy Piper  <andy@xemacs.org>
525
526         * package-net.el (package-net-cygwin32-binary-size): new variable
527         (package-net-win32-binary-size): ditto.  add much needed
528         commentary.
529
530         * gutter-items.el (buffers-tab-items): correct off-by-one error
531         for buffers-tab-max-size.
532
533 2001-01-08  Martin Buchholz <martin@xemacs.org>
534
535         * XEmacs 21.2.40 is released.
536
537 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
538
539         * mule/hebrew.el: Fix comments and typos.
540         mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
541
542 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
543
544         * ChangeLog.1: move ancient log from fill.el.
545
546         * dump-paths.el:
547         paragraphs.el:
548         mule/mule-category.el:
549         Miscellaneous typo fixes and slight doc clarifications.
550
551         * mule/mule-ccl.el:  Correct file name in header.
552
553 2000-12-31  Martin Buchholz <martin@xemacs.org>
554
555         * XEmacs 21.2.39 is released.
556
557 2000-12-27  Martin Buchholz  <martin@xemacs.org>
558
559         * byte-optimize.el (byte-optimize-cond):
560         (byte-optimize-cond-1): New.
561         Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
562         Optimizes (cond (x nil)) ==> nil.
563         Provide better diagnostic on malformed expr like (cond foo).
564
565 2000-12-20  Stephen J. Turnbull  <stephen@xemacs.org>
566
567         * mule/mule-coding.el:
568         mule/mule-cmds.el (reset-language-environment,
569         set-language-environment-coding-systems):
570         Safer default coding-priority-list, corresponding to src/file-coding.h.
571
572 2000-12-03  Jorma Laaksonen <jorma.laaksonen@hut.fi>
573
574         * package-admin.el: Allow package removal from
575         early-package-load-path.
576
577 2000-12-15  Andreas Jaeger  <aj@suse.de>
578
579         * about.el (about-maintainer-info): Update my entry.
580
581 2000-12-11  Matt Tucker  <tuck@whistlingfish.net>
582
583         * packages.el (locate-library): Add support for bzip2
584         compressed .el files.
585
586 2000-12-12  Andy Piper  <andy@xemacs.org>
587
588         * package-net.el: new file.
589
590 2000-12-01  Enrico Scholz  <enrico.scholz@informatik.tu-chemnitz.de>
591
592         * font-lock.el: Add missing C++ keywords.
593
594 2000-12-08  Adrian Aichner  <adrian@xemacs.org>
595
596         * simple.el (indent-for-comment): Preserve indentation of comments
597         starting in column 0, as documented in (Info-goto-node
598         "(xemacs)Comments").  Update docstring accordingly.
599
600 2000-12-05  Martin Buchholz <martin@xemacs.org>
601
602         * XEmacs 21.2.38 is released.
603
604 2000-12-04  Didier Verna  <didier@xemacs.org>
605
606         * mouse.el (default-mouse-track-set-point-in-window): remove
607         spurious '+' operation detected by Martin.
608
609
610 2000-12-01  Martin Buchholz  <martin@xemacs.org>
611
612         * cl-extra.el (coerce):
613         Implement char to integer coercion.
614         Remove extraneous (numberp) test.
615
616         * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
617         Perform lapcode inlining if the value of `byte-optimize' is 'byte.
618         (byte-optimize-predicate):
619         Warn if evaluating constant expression signals an error.
620         (byte-optimize-form): Small simplification.
621
622         * cl-macs.el (cl-do-proclaim): small efficiency improvement.
623
624 2000-11-30  Martin Buchholz  <martin@xemacs.org>
625
626         * byte-optimize.el:
627         (byte-optimize-minus):
628         (byte-optimize-plus):
629         (byte-optimize-mult):
630         (byte-optimize-quo):
631         Use (car (last x)) instead of (last x) to get last elt!
632         Use `byte-optimize-predicate' to optimize `%'.
633         Move optimizations for special numeric args to bytecomp.el.
634         * bytecomp.el (byte-compile-associative): Remove.
635         (byte-compile-max): New.
636         (byte-compile-min): New.
637         Properly handle erroneous calls: (max) (min).
638         (byte-compile-plus): New.
639         (byte-compile-minus):
640         It's easiest to handle 0, +1 and -1 args here.
641         (byte-compile-mult): New.
642         It's easiest to handle 1, -1 and 2 args here.
643         (byte-compile-quo):
644         It's easiest to handle 0, +1 and -1 args here.
645         Issue byte-compiler warning when dividing by zero.
646
647         Byte-compiler arithmetic improvements.
648         Better optimize these expressions in the obvious way:
649         (+ x y 1)   -->  varref x varref y add add1
650         (+ x y -1)  -->  varref x varref y add sub1
651         (- x y 0)   -->  (- x y)
652         (- 0 x y)   -->  (- (- x) y)
653         (% 42 19)   --> compile-time constant
654         (/ 42 19)   --> compile-time constant
655         (* (foo) 2) --> foo call dup plus
656
657         Optimize away arithmetic operations (+ x) (* x) (/ x 1)
658         unless (declaim (optimize (safety 3)))
659         or (setq byte-compile-delete-errors nil).
660
661 2000-11-28  Stephen J. Turnbull  <stephen@xemacs.org>
662
663         * paragraphs.el (paragraph-separate, forward-sentence):  Clarify
664         docstrings.
665
666 2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
667
668         * startup.el (command-line-do-help):  Add documentation of
669         portable dumper switches.
670
671 2000-11-22  Andy Piper  <andy@xemacs.org>
672
673         * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
674
675         * glyphs.el (init-glyphs): don't use autodetect for strings.
676
677 2000-11-28  Martin Buchholz  <martin@xemacs.org>
678
679         * byte-optimize.el (byte-optimize-char-before):
680         (byte-optimize-backward-char):
681         (byte-optimize-backward-word):
682         Fix incorrect optimizations for these sorts of expressions:
683         (let ((x nil)) (backward-char x))
684
685 2000-11-21  Martin Buchholz  <martin@xemacs.org>
686
687         * byte-optimize.el:
688         * byte-optimize.el (byte-optimize-backward-char): New.
689         * byte-optimize.el (byte-optimize-backward-word): New.
690         Make backward-word and backward-char as efficient as forward versions.
691
692         * bytecomp.el (byte-compile-no-args-with-one-extra):
693         * bytecomp.el (byte-compile-one-arg-with-one-extra):
694         * bytecomp.el (byte-compile-two-args-with-one-extra):
695         * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
696         * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
697         * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
698         Check if extra arg is constant nil, and if so, use byte-coded call.
699
700         * simple.el (backward-word):
701         * simple.el (mark-word):
702         * simple.el (kill-word):
703         * simple.el (backward-kill-word):
704         Make COUNT argument optional, for consistency with forward-char et al.
705
706         * abbrev.el (abbrev-string-to-be-defined):
707         * abbrev.el (inverse-abbrev-string-to-be-defined):
708         * abbrev.el (inverse-add-abbrev):
709         * abbrev.el (expand-region-abbrevs):
710         * buff-menu.el (Buffer-menu-execute):
711         * indent.el (move-to-left-margin):
712         * indent.el (indent-relative):
713         * indent.el (move-to-tab-stop):
714         * info.el (Info-reannotate-node):
715         * lisp-mode.el (lisp-indent-line):
716         * lisp.el (end-of-defun):
717         * lisp.el (move-past-close-and-reindent):
718         * misc.el (copy-from-above-command):
719         * mouse.el (default-mouse-track-scroll-and-set-point):
720         * page.el (forward-page):
721         * paragraphs.el (forward-paragraph):
722         * paragraphs.el (end-of-paragraph-text):
723         * picture.el (picture-forward-column):
724         * picture.el (picture-self-insert):
725         * rect.el (extract-rectangle-line):
726         * simple.el (newline):
727         * simple.el (fixup-whitespace):
728         * simple.el (backward-delete-char-untabify):
729         * simple.el (transpose-chars):
730         * simple.el (transpose-preceding-chars):
731         * simple.el (do-auto-fill):
732         * simple.el (indent-new-comment-line):
733         * simple.el (blink-matching-open):
734         * view-less.el (cleanup-backspaces):
735         * wid-edit.el (widget-transpose-chars):
736         * term/bg-mouse.el (bg-insert-moused-sexp):
737         Use more readable (backward-FOO n) instead of (forward-FOO -n).
738
739         * info.el (Info-fontify-node):
740         * simple.el (backward-delete-function):
741         Use canonical delete-backward-char instead of backward-delete-char.
742
743 2000-11-20  Andy Piper  <andy@xemacs.org>
744
745         * gutter-items.el (update-tab-in-gutter): don't barf if there are
746         no buffers.
747
748 2000-11-20  Andy Piper  <andy@xemacs.org>
749
750         * gutter-items.el (update-tab-in-gutter): don't give popup frames
751         buffer tabs.
752
753 2000-11-18  Martin Buchholz  <martin@xemacs.org>
754
755         * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
756         (proclaim inline...) was shadowing compiler-macros.
757
758 2000-11-17  Martin Buchholz  <martin@xemacs.org>
759
760         * bytecomp.el (byte-compile-eval): New.
761         (byte-compile-initial-macro-environment): Use byte-compile-eval.
762         Keeps this promise made in Lispref:
763         "If a file being compiled contains a `defmacro' form, the macro is
764         defined temporarily for the rest of the compilation of that file."
765
766 2000-11-09  Martin Buchholz  <martin@xemacs.org>
767
768         * cl.el (floatp-safe):
769         (plusp):
770         (minusp):
771         (oddp):
772         (evenp):
773         (cl-abs):
774         Use a better parameter name than `x'.
775
776         * cl-macs.el (check-type): Make continuable.  Change documentation
777         to require PLACE, but accept any form for compatibility.
778
779         * abbrev.el (define-abbrev): Use check-type.
780         * font-menu.el (font-menu-change-face): Use check-type.
781         * menubar.el (relabel-menu-item): Use check-type.
782         * itimer.el: Fix typo.
783
784 2000-11-10  Yoshiki Hayashi  <yoshiki@xemacs.org>
785
786         * info.el (Info-extract-menu-node-name): Comma is a delimiter.
787
788 2000-11-14  Martin Buchholz <martin@xemacs.org>
789
790         * XEmacs 21.2.37 is released.
791
792 2000-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * code-cmds.el: Provide the feature.
795
796 2000-07-21  Jan Vroonhof  <jan@xemacs.org>
797
798         * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
799
800         * code-cmds.el: New file
801         * mule/mule-cmds.el:
802         * mule/mule-misc.el
803         (coding-keymap): New keymap. Define coding system keyboard
804         commands on file-coding builds too.
805         (coding-system-change-eol-conversion):
806         (universal-coding-system-argument):
807         (set-default-coding-systems):
808         (prefer-coding-system): Moved from mule-cmds.el
809         (set-buffer-process-coding-system): Moved from mule-misc.el
810
811 2000-09-15  Stephen Carney <carney@scubadoo.com>
812
813         * etags.el (buffer-tag-table-files): Use append instead of nconc.
814
815 2000-11-09  Steve Youngs  <youngs@xemacs.org>
816
817         * package-get.el (package-get-download-sites): Add a pre-release
818         site for experimental packages.
819
820         * auto-autoloads.el: Regenerated.
821
822 2000-08-01  Andy Piper  <andy@xemacs.org>
823
824         * gutter-items.el (buffers-tab-omit-function): reference
825         buffers-tab-select-visible-buffers.
826         (buffers-tab-filter-functions): new variable, by default uses
827         buffers-tab-selection-function and buffers-tab-omit-function.
828         (select-buffers-tab-buffers-by-mode): invert arguments.
829         (buffers-tab-select-visible-buffers): new function. Invert calling
830         of buffers-menu-omit-invisible-buffers.
831         (buffers-tab-items): rewrite to use
832         buffers-tab-filter-functions. Rewrite docstring.
833         (gutter-buffers-tab-extent): delete.
834         (add-tab-to-gutter): always build a new extent when adding the
835         tabs.
836         (update-tab-in-gutter): make gutter dirty when orientation
837         changes.
838
839 2000-11-07  Martin Buchholz  <martin@xemacs.org>
840
841         * bytecomp.el (byte-compile-defvar-or-defconst):
842         Only do loadhist recording if defvar form includes a value.
843
844 2000-11-02  Martin Buchholz  <martin@xemacs.org>
845
846         * bytecomp.el (byte-compile-initial-macro-environment):
847         `eval-when-compile' should not compile its body.
848
849 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
850
851         * mule/cyrillic.el: Add Windows 1251 code page encoding (by
852         Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>).  Fix
853         some Japanese English.  Remove some ancient FSF comments, and
854         improve docstrings.  Use symbols not vectors for tables.
855
856 2000-11-03  Martin Buchholz  <martin@xemacs.org>
857
858         * keymap.el:
859         (local-key-binding):
860         (global-key-binding):
861         Add an optional `accept-defaults' parameter, just like `lookup-key'.
862
863         * lisp.el:
864         (backward-sexp): Slightly simpler code.
865         (mark-sexp): Make arg optional, like FSF Emacs.
866         (forward-list): Slightly simpler code.
867         (backward-list): Slightly simpler code.
868         (down-list):  Make arg optional, like FSF Emacs.
869         (up-list):  Make arg optional, like FSF Emacs.
870         (backward-up-list):  Make arg optional, like FSF Emacs.
871         (kill-sexp):  Make arg optional, like FSF Emacs.
872         (backward-kill-sexp):  Make arg optional, like FSF Emacs.
873
874         * font-menu.el (font-menu-change-face):
875         Take continuable errors into account.
876
877         * abbrev.el:
878         * abbrev.el (clear-abbrev-table):
879         * abbrev.el (define-abbrev-table):
880         * abbrev.el (define-abbrev):
881         * abbrev.el (insert-abbrev-table-description):
882         * apropos.el (apropos-documentation-check-doc-file):
883         * apropos.el (apropos-documentation-check-elc-file):
884         * buff-menu.el (list-buffers):
885         * buff-menu.el (list-buffers-noselect):
886         * bytecomp.el (byte-recompile-directory):
887         * bytecomp.el (batch-byte-compile):
888         * cl-macs.el (typep):
889         * code-files.el (find-coding-system-magic-cookie):
890         * code-files.el (insert-file-contents):
891         * cus-edit.el (customize-set-variable):
892         * cus-edit.el (customize-save-variable):
893         * cus-face.el (custom-set-face-font-size):
894         * cus-face.el (custom-set-face-update-spec):
895         * cus-face.el (custom-reset-faces):
896         * custom.el (custom-check-theme):
897         * custom.el (copy-upto-last):
898         * fill.el (canonically-space-region):
899         * fill.el (fill-paragraph):
900         * fill.el (fill-region):
901         * fill.el (find-space-insertable-point):
902         * fill.el (justify-current-line):
903         * faces.el (face-spec-update-all-matching):
904         * faces.el (set-face-stipple):
905         * files-nomule.el (insert-file-contents):
906         * files.el (insert-file-contents-literally):
907         * files.el (hack-local-variables-last-page):
908         * files.el (basic-save-buffer):
909         * files.el (insert-directory):
910         * font-menu.el (font-menu-change-face):
911         * font.el (font-spatial-to-canonical):
912         * format.el (format-encode-region):
913         * format.el (format-insert-file):
914         * format.el (format-replace-strings):
915         * gutter.el (set-gutter-element):
916         * help.el (key-or-menu-binding):
917         * help.el (describe-bindings):
918         * help.el (with-syntax-table):
919         * indent.el (indent-rigidly):
920         * indent.el (delete-to-left-margin):
921         * info.el:
922         * info.el (Info-extract-dir-entry-from):
923         * info.el (Info-build-dir-anew):
924         * info.el (Info-rebuild-dir):
925         * info.el (Info-batch-rebuild-dir):
926         * info.el (Info-read-subfile):
927         * info.el (Info-build-node-completions):
928         * info.el (Info-extract-menu-node-name):
929         * isearch-mode.el (isearch-range-invisible):
930         * isearch-mode.el (isearch-restore-invisible-extents):
931         * itimer.el (itimerp):
932         * itimer.el (itimer-live-p):
933         * keymap.el:
934         * keymap.el (substitute-key-definition):
935         * keymap.el (read-command-or-command-sexp):
936         * keymap.el (local-key-binding):
937         * keymap.el (global-key-binding):
938         * keymap.el (global-set-key):
939         * keymap.el (local-set-key):
940         * ldap.el:
941         * ldap.el (ldap-add-entries):
942         * ldap.el (ldap-delete-entries):
943         * lisp.el (backward-sexp):
944         * lisp.el (mark-sexp):
945         * lisp.el (forward-list):
946         * lisp.el (backward-list):
947         * lisp.el (down-list):
948         * lisp.el (backward-up-list):
949         * lisp.el (up-list):
950         * lisp.el (kill-sexp):
951         * lisp.el (backward-kill-sexp):
952         * menubar.el (add-menu-button):
953         * menubar.el (add-submenu):
954         * menubar.el (delete-menu-item):
955         * menubar.el (relabel-menu-item):
956         * mouse.el (narrow-window-to-region):
957         * obsolete.el (define-obsolete-variable-alias):
958         * obsolete.el (store-substring):
959         * package-admin.el:
960         * package-admin.el (package-admin-install-function):
961         * package-admin.el (package-admin-install-function-mswindows):
962         * package-admin.el (package-admin-default-install-function):
963         * package-get.el (package-get-update-base-entries):
964         * packages.el (packages-load-package-dumped-lisps):
965         * packages.el (packages-collect-package-dumped-lisps):
966         * printer.el (generic-print-buffer):
967         * printer.el (generic-print-region):
968         * replace.el (occur-mode-mouse-goto):
969         * replace.el (perform-replace):
970         * select.el (get-selection-no-error):
971         * simple.el:
972         * simple.el (newline):
973         * simple.el (open-line):
974         * simple.el (edit-and-eval-command):
975         * simple.el (goto-line):
976         * simple.el (undo):
977         * simple.el (kill-region):
978         * simple.el (copy-region-as-kill):
979         * simple.el (kill-ring-save):
980         * simple.el (set-mark):
981         * simple.el (next-line):
982         * simple.el (previous-line):
983         * simple.el (line-move):
984         * simple.el (set-goal-column):
985         * simple.el (comment-region):
986         * subr.el:
987         * subr.el (putf):
988         * syntax.el (modify-syntax-entry):
989         * syntax.el (map-syntax-table):
990         * view-less.el (view-file):
991         * view-less.el (view-buffer):
992         * view-less.el (view-file-other-window):
993         * window-xemacs.el (backward-other-window):
994         * window.el:
995         * window.el (one-window-p):
996         * window.el (walk-windows):
997         * window.el (window-list):
998         * x-mouse.el (x-mouse-kill):
999         * x-select.el (x-get-cutbuffer):
1000         * x-select.el (x-store-cutbuffer):
1001         * term/bg-mouse.el (bg-mouse-line-to-center):
1002         * term/sun-mouse.el (window-line-end):
1003         * term/sun-mouse.el (sun-select-region):
1004         * term/sun.el (kill-region-and-unmark):
1005         * mule/mule-category.el:
1006         * mule/mule-category.el (modify-category-entry):
1007         * mule/mule-category.el (char-category-list):
1008         * mule/mule-coding.el (coding-system-force-on-output):
1009         * mule/mule-misc.el (coding-system-put):
1010         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
1011
1012 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
1013
1014         * cus-face.el: Typo fixes and tiny clarifications.
1015         * custom.el: ditto
1016
1017 2000-10-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
1018
1019         * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
1020         * startup.el (normal-top-level): Setup auto-save-list-file-name
1021         if auto-save-list-file-prefix is non-nil.
1022
1023 2000-10-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
1024
1025         * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
1026
1027 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1028
1029         * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
1030         get symbol at point-min.
1031
1032 2000-10-24  Didier Verna  <didier@xemacs.org>
1033
1034         * info.el (Info-emacs-info-file-name): defconst it.
1035         * info.el (Info-footnote-tag): defcustom it.
1036         * info.el (Info-no-description-string): ditto.
1037         * info.el (Info-find-node): adapt to new semantics of
1038         'Info-suffixed-file (don't do the case variants stuff).
1039         * info.el (Info-insert-dir): rewrite the dir file variants code.
1040         * info.el (Info-directory-files): New. Return the list of info
1041         files in a directory.
1042         * info.el (Info-dir-outdated-p): use it.
1043         * info.el (Info-parse-dir-entries): ditto.
1044         * info.el (Info-build-dir-anew): don't restrict to files ending
1045         with a ".info.*" extension.
1046         * info.el (Info-set-mode-line): ditto.
1047         * info.el (Info-read-subfile): adapt to new semantics of
1048         'Info-suffixed-file (append 'exact argument).
1049         * info.el (Info-all-case-regexp): New. Return a regexp matching a
1050         string independently of the case.
1051         * info.el (Info-suffixed-file): use it (match all possible case
1052         for the file name).
1053         * info.el (Info-insert-file-contents): code cleanup.
1054         * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
1055         columns.
1056         * info.el (Info-batch-rebuild-dir): ditto.
1057         * info.el (Info-read-node-name-1): ditto.
1058         * info.el (Info-search): ditto.
1059         * info.el (Info-fontify-node): ditto.
1060
1061
1062 2000-10-24  Didier Verna  <didier@xemacs.org>
1063
1064         * process.el (shell-command): when called from a program, avoid
1065         'push-mark's "mark-set" message.
1066
1067 2000-10-15  MIYASHITA Hisashi  <himi@m17n.org>
1068
1069         * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
1070         by a symbol, not by a vector.
1071         * mule/vietnamese.el (vscii): Likewise.
1072         (viscii): Likewise.
1073         * mule/cyrillic.el (koi8-r): Likewise.
1074
1075         * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
1076         by a symbol, not by a vector.
1077         (chinese-big5-2): Likewise.
1078         * mule/ethiopic.el (ethiopic): Likewise.
1079         * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
1080         (vietnamese-viscii-upper): Likewise.
1081
1082 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
1083
1084         * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
1085
1086 2000-10-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
1087
1088         * byte-optimize.el (byte-optimize-car): New function.
1089         (byte-optimize-cdr): Ditto.
1090
1091 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
1092
1093         * byte-optimize.el: Partial synch with FSF 20.7.
1094         Optimize constant concatenation.
1095         Add keymapp as a side effect free function.  It is a built-in.
1096         (byte-after-unbind-pos): Remove byte-equal.
1097
1098 2000-10-13  Gunnar Evermann  <ge204@eng.cam.ac.uk>
1099
1100         * update-elc-2.el: Quote regexps correctly.
1101
1102 2000-10-05  MIYASHITA Hisashi  <himi@m17n.org>
1103
1104         * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
1105         (ccl-compile): Apply integerp, not integer-or-char-p to
1106         check the type of the buffer magnification
1107         (ccl-compile-write-string): Encode a string with binary
1108         coding system.
1109         (ccl-compile-write-repeat): Likewise.
1110
1111 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
1112
1113         * buff-menu.el:
1114         * bytecomp.el:
1115         * coding.el:
1116         * faces.el:
1117         * files.el:
1118         * fill.el:
1119         * float-sup.el:
1120         * font-lock.el:
1121         * help.el:
1122         * iso8859-1.el:
1123         * loaddefs.el:
1124         * menubar-items.el:
1125         * menubar.el:
1126         * modeline.el:
1127         * msw-font-menu.el:
1128         * paragraphs.el:
1129         * paths.el:
1130         * replace.el:
1131         * simple.el:
1132         * sound.el:
1133         * startup.el:
1134         * version.el:
1135         * x-faces.el:
1136         * x-font-menu.el:
1137         Remove purecopy.
1138
1139 2000-10-03  Daniel Pittman  <daniel@rimspace.net>
1140
1141         * simple.el (do-auto-fill): Use the function pointer to by
1142         `comment-line-break-function', not `indent-new-comment-line'. This
1143         fixes an issue with cc-mode comment continuation.
1144
1145 2000-10-11  Martin Buchholz  <martin@xemacs.org>
1146
1147         * simple.el (turn-on-auto-fill):  Add (interactive).
1148         * mwheel.el (mwheel-install): Add (interactive).
1149         * font-lock.el (turn-on-font-lock): Add (interactive).
1150         (turn-off-font-lock): Add (interactive).
1151
1152 2000-10-03  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
1153
1154         * packages.el (packages-special-base-regexp): Add `man'.
1155
1156 2000-10-08  Adrian Aichner  <adrian@xemacs.org>
1157
1158         * wid-edit.el (widget-specify-active): map over extents in current
1159         buffer like `widget-specify-inactive' does.  Mapping over the
1160         inactive extent object does not work since the current extent is
1161         ignored by `map-extents'.
1162
1163 2000-10-04  Martin Buchholz <martin@xemacs.org>
1164
1165         * XEmacs 21.2.36 is released.
1166
1167 2000-09-22  Martin Buchholz  <martin@xemacs.org>
1168
1169         * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
1170         Optimize the compiled-function-constants vector by byte-code
1171         reference counts.
1172
1173 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
1174
1175         * build-report.el (build-report-delete-regexp): quote value in
1176         defcustom
1177
1178 2000-09-24  Adrian Aichner  <aichner@ecf.teradyne.com>
1179
1180         * build-report.el (build-report): Don't bind srcdir which we don't
1181         use in `multiple-value-bind' to avoid the only byte-compiler
1182         warning.
1183
1184 2000-09-23  Adrian Aichner  <aichner@ecf.teradyne.com>
1185
1186         * build-report.el: Requires cl and custom now.
1187         build-report-version is determined by XEmacs version -- remove
1188         build-report-version*.
1189         * build-report.el (build-report-version): Removed.
1190         * build-report.el (build-report-installation-version-regexp): New.
1191         * build-report.el (build-report-version-file-regexp): New.
1192         * build-report.el (build-report-installation-srcdir-regexp): New.
1193         * build-report.el (build-report-destination): Offer
1194         xemacs-build-reports and xemacs-beta.
1195         * build-report.el (build-report-keep-regexp): Adjusted.
1196         * build-report.el (build-report-delete-regexp): Adjusted.
1197         * build-report.el (build-report-make-output-dir): New.
1198         * build-report.el (build-report-installation-file): Replace use of
1199         `concat' with `expand-file-name'.
1200         * build-report.el (build-report-make-output-file): Removed.
1201         * build-report.el (build-report-make-output-files): New.
1202         * build-report.el (build-report-subject): Identify as
1203         user-variable with "*...".
1204         * build-report.el (build-report-prompts): Ditto.
1205         * build-report.el (build-report-version-file): New.
1206         * build-report.el (build-report-file-encoding): Identify as
1207         user-variable with "*...".
1208         * build-report.el (build-report-make-output-get): New.
1209         * build-report.el (build-report-insert-header): Report
1210         emacs-version and system-configuration instead of
1211         build-report-version.
1212         * build-report.el (build-report-insert-make-output): Add file
1213         argument.
1214         * build-report.el (build-report-insert-installation-file):
1215         Re-indent.
1216         * build-report.el (build-report-keep): Change docstring,
1217         re-indent.
1218         * build-report.el (build-report-delete): Ditto.
1219         * build-report.el (build-report-installation-data): New.
1220         * build-report.el (build-report-version-file-data): New.
1221
1222 2000-09-20  Martin Buchholz  <martin@xemacs.org>
1223
1224         * byte-optimize.el (byte-optimize-lapcode):
1225         Fix the optimization of using the first 5 elements of the
1226         constants vector for variables.
1227         (byte-optimize-lapcode): Fix another ancient broken optimization.
1228
1229 2000-09-19  Martin Buchholz  <martin@xemacs.org>
1230
1231         * *: Spelling mega-patch
1232
1233 2000-09-19  Martin Buchholz  <martin@xemacs.org>
1234
1235         * easymenu.el: doc fixes.
1236         (easy-menu-do-define): Use backquote.
1237         (easy-menu-change):
1238         (easy-menu-add):
1239         `when' seems much clearer than `if' here.
1240         (easy-menu-remove):
1241         (easy-menu-add-item):
1242         (easy-menu-item-present-p):
1243         (easy-menu-remove-item):
1244         Wrap using (when (featurep 'menubar) ...)
1245
1246 2000-09-16  Martin Buchholz  <martin@xemacs.org>
1247
1248         * bytecomp.el (displaying-byte-compile-warnings):
1249         Revert Ben's change to this function below so that the compile log
1250         is displayed properly for users of the "popper" package.
1251
1252 2000-09-12  Martin Buchholz  <martin@xemacs.org>
1253
1254         * window.el (save-selected-window): Use backquote.
1255
1256         * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
1257         Renamed from `byte-compile-file-form-defvar'.
1258         * bytecomp.el (byte-compile-defvar-or-defconst):
1259         Only cons onto current-load-list in top-level forms.
1260         Else this leaks a cons cell every time a defun is called.
1261         Renamed from `byte-compile-defvar', for clarity.
1262         Warn when docstring of defvar is not a string.
1263         Use consistent error messages.
1264         Better comments.
1265
1266 2000-09-11  Martin Buchholz  <martin@xemacs.org>
1267
1268         * simple.el (set-variable):
1269         Remove unneeded defvar by rearranging order of let* forms.
1270
1271         * mule/mule-ccl.el (ccl-get-next-code):
1272         * menubar-items.el (bookmark-menu-filter):
1273         (language-environment-menu-filter):
1274         (tutorials-menu-filter):
1275         * toolbar-items.el (toolbar-compile):
1276         * byte-optimize.el (disassemble-offset):
1277         Use (declare (special ...)) instead of `defvar'.
1278
1279         * cl-macs.el (cl-do-proclaim):
1280         Fix (declare (special ...)) warning suppression syntax.
1281
1282 2000-07-22  Golubev I. N. <gin@mo.msk.ru>
1283
1284         * info.el (Info-tag-table-marker):
1285         (Info-tag-table-buffer):
1286         (Info-find-file-node):
1287         (Info-read-subfile):
1288         (Info-build-node-completions):
1289         (Info-search):
1290         (Info-mode):
1291         Multiple info buffer support.
1292
1293 2000-08-28  Oscar Figueiredo  <oscar@cpe.fr>
1294
1295         * ldap.el (ldap-decode-entry): New defun
1296         (ldap-search-entries): Use it in order to decode DN-prefixed
1297         entries properly
1298
1299 2000-08-23  Daniel Pittman <daniel@danann.net>
1300
1301         * mule/mule-cmds.el (coding-system-change-eol-conversion):
1302         Use `eq', not `=', to compare symbols.
1303
1304 2000-07-30  Ben Wing  <ben@xemacs.org>
1305
1306         * bytecomp.el (byte-compile-report-error):
1307         * bytecomp.el (displaying-byte-compile-warnings):
1308         if stack-trace-on-error is set, send out a backtrace when
1309         an error is encountered that stops byte compilation.  this
1310         should make it much much easier to track down those curious
1311         problems.  also undo the kludge of using a separate "*Show*"
1312         buffer for display when there's a temp-buffer-show-function;
1313         we can avoid this by just being a little smarter.
1314
1315         * dialog-items.el:
1316         * dialog-items.el (search-dialog-regexp): New.
1317         * dialog-items.el (search-dialog-callback):
1318         * dialog-items.el (make-search-dialog):
1319         add a regexp option to the dialog and clean up a bit.
1320
1321         * dialog.el:
1322         * dialog.el (yes-or-no-p-dialog-box):
1323         * dialog.el (get-dialog-box-response):
1324         * dialog.el (make-dialog-box):
1325         * dialog.el (dialog-box-finish): New.
1326         * dialog.el (dialog-box-cancel): New.
1327         * dialog.el (internal-make-dialog-box-exit): New.
1328         implement [properly!] the :modal property of the new dialog box
1329         interface.  this is the first time xemacs has ever had *proper*
1330         modal dialog boxes, giving the standard window-system feedback.
1331         (e.g. under windows, clicking on a disabled frame causes a beep
1332         and makes the dialog box flash three times.)
1333
1334         * dragdrop.el: header keyword frobbing.
1335
1336         * dumped-lisp.el (preloaded-file-list):
1337         renamed winnt.el to win32-native.el.
1338
1339         * faces.el (face-property):
1340         * faces.el (set-face-property):
1341         * faces.el (frob-face-property):
1342         * faces.el (frob-face-font-2):
1343         * faces.el (make-face-bold):
1344         * faces.el (make-face-italic):
1345         * faces.el (make-face-bold-italic):
1346         * faces.el (make-face-unbold):
1347         * faces.el (make-face-unitalic):
1348         * faces.el (make-face-smaller):
1349         * faces.el (make-face-larger):
1350         clean up the implementation of these so that window-system-specific
1351         methods are called only on objects belonging to that window system.
1352         previously, you could have [e.g.] mswindows-make-face-bold called
1353         on font object of device type `stream', which is not good and
1354         explains the subtle errors Adrian was getting when byte-compiling
1355         something that required 'term. (Adrian, now you can use stack-trace-
1356         on-error to find the exact place where things are going wrong instead
1357         of having to laboriously binary-search your way through.)
1358
1359         * finder.el (finder-known-keywords):
1360         cleaned up -- properly sorted, clarified the meanings of many of
1361         the keywords, and added a few -- mswin, gui, content, build, www,
1362         user, services.  the last two try to distinguish between a package
1363         that's used directly by the user, and a package that provides
1364         support services to other packages.
1365
1366         * font-lock.el (lisp-font-lock-keywords-2):
1367         update list of lisp control structures to include everything,
1368         including new ones i introduced.
1369
1370         * gutter.el: header keyword frobbing.
1371
1372         * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
1373         recent isearch element was not doing so!  you got the second-most-
1374         recent instead.
1375
1376         * lisp-mode.el (construct-lisp-mode-menu):
1377         more menubar cleanups.
1378         * lisp-mode.el (with-selected-window):
1379         make it indent properly.
1380
1381         * menubar-items.el (default-menubar): lots of menubar cleanups.
1382         rearranged the options menu the most, e.g. splitting up the
1383         Keyboard/Mouse menu into a new Editing menu and combining the
1384         separate Scrollbar/Gutter/Toolbar submenus into Display.
1385         Got rid of General, moved items to Editing or new Troubleshooting.
1386         Moved Packages to Tools; doesn't seem to belong under Options.
1387         Added stuff to the Cmds menu, e.g. Change Case.
1388
1389         NB please don't complain about these periodic menubar changes.
1390         Anything like this is necessarily incremental in its construction
1391         -- By constant use you gradually become more and more aware of
1392         better and better ways to group menu items.  When we eventually
1393         move the options menu to a property sheet, the existing structure
1394         will probably be preserved fairly well.
1395
1396         * minibuf.el (next-history-element): fix problems with pressing
1397         down arrow in repeat-complex-command.
1398
1399         * modeline.el:
1400         * modeline.el (modeline-3d-p): New.
1401         added custom variable for controlling the 3d modeline.  the
1402         corresponding Options item has been present for a long time,
1403         but commented out with "fix me!" comments.  it's fixed now.
1404
1405         * obsolete.el (add-menu):
1406         remove bogus gettexts.
1407
1408         * process.el (shell-quote-argument):
1409         handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
1410         For bash under Windows native, see below.
1411
1412         * simple.el:
1413         * simple.el (display-warning-buffer):
1414         Fixed the handling of warning display to eliminate the annoying
1415         *Show* buffer, like was done for byte-compiler output above.
1416
1417         * simple.el (debug-print): New.
1418         Simple function for sending debug messages to the console and/or
1419         other debug places.
1420
1421         * subr.el (replace-in-string):
1422         Rewrite this function to avoid N^2 behavior with large strings --
1423         catastrophic with the new Windows selection code! (Apparently the
1424         author of this function didn't realize there was a fun
1425         replace-match that could make his life much easier, because we
1426         duplicated the entire logic.  The new version is smaller, easier
1427         to understand, much more robust, and has extended features --
1428         those of replace-match.)
1429
1430         * window.el:
1431         * window.el (with-selected-window): New.
1432         An obvious complement to the existing `with-selected-frame' and
1433         `with-current-buffer'.
1434
1435         * win32-native.el: Renamed from winnt.el.
1436         Added a great deal of stuff for properly handling process quoting,
1437         somewhat modeled on Kirill's original model (which i later threw
1438         away).  We should now finally have correctly working process arg
1439         quoting/dequoting so that the final app gets exactly what we
1440         intended.  Because the mechanism is in Lisp, it's easily
1441         extendible. (For those running bash and running the native
1442         version, I tried hard to do what I thought was correct.  But more
1443         thought is needed, and ideally the volunteer work of people with
1444         these configurations that they generally run on.)
1445
1446         * x-font-menu.el (x-font-menu-font-data):
1447         Put in defvar's to fix byte-compiler warnings.
1448
1449 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
1450
1451         * select.el (selection-coercion-alist): Initialise.
1452         * select.el (select-coerce-to-text): New.
1453         * select.el (select-coerce): New.
1454         New functions to perform type and value coercion.
1455
1456         * select.el (select-buffer-killed-default): Keep data if it was
1457         on the clipboard.
1458
1459 2000-08-02  Martin Buchholz  <martin@xemacs.org>
1460
1461         * menubar-items.el (default-menubar): Fix typo.
1462         (default-menubar): `lambda' was mispelled as `lamda'.
1463
1464 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
1465
1466         * window.el (shrink-window-if-larger-than-buffer): Remove
1467         edge checking code.
1468
1469 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
1470
1471         * paths.el (gnus-local-domain): Removed.
1472         (gnus-local-organization): Ditto.
1473         (gnus-startup-file): Ditto.
1474
1475 2000-07-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
1476
1477         * files.el (auto-mode-alist): Add .spec for RPM.
1478
1479 2000-07-31  Andy Piper  <andy@xemacs.org>
1480
1481         * gutter-items.el (update-tab-in-gutter): deprecate :properties.
1482
1483 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
1484
1485         * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
1486         browse-url.
1487         * help.el (xemacs-www-page): Ditto.
1488         (xemacs-www-faq): Ditto.
1489         * menubar-items.el (default-menubar): Ditto.
1490
1491         * wid-edit.el (widget-url-link-action): Ditto.
1492         From: Kenichi OKADA <okada@opaopa.org>.
1493
1494 2000-07-31  Martin Buchholz  <martin@xemacs.org>
1495
1496         * finder.el (finder-commentary): Add autoload cookie.
1497
1498 2000-07-28  Adrian Aichner  <aichner@ecf.teradyne.com>
1499
1500         * files.el (insert-file-contents-literally): Fix second let
1501         binding for `coding-system-for-read' to `coding-system-for-write'
1502         as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
1503
1504 1999-06-15  Jan Vroonhof  <vroonhof@math.ethz.ch>
1505
1506         * files.el (insert-file-contents-literally): Use binary coding
1507         system (from Morioka san).
1508         (insert-file-contents-literally): Make file-name-handler method.
1509
1510 2000-07-26  Martin Buchholz  <martin@xemacs.org>
1511
1512         * cl-macs.el (get-selection): Add defsetf.
1513
1514 2000-07-25  Steve Youngs  <youngs_s@ozlinx.com.au>
1515
1516         * x-init.el (x-activate-region-as-selection): replace obsolete
1517         function x-own-selection with own-selection.
1518         (ow-find): replace obsolete functions x-get-selection and
1519         x-get-clipboard with get-selection and get-clipboard.
1520         (init-post-x-win): replace obsolete function x-disown-selection
1521         with disown-selection.
1522
1523 2000-07-20  Mike Sperber  <mike@xemacs.org>
1524
1525         * startup.el (load-user-init-file): Only try to load init file if
1526         it exists.
1527
1528 2000-07-10  Andy Piper  <andy@xemacs.org>
1529
1530         * dialog-items.el: sync with Ben's patch.
1531
1532         * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
1533         comment.
1534         (progress-text-glyph): deleted.
1535         (progress-layout-glyph): make completely minimal.
1536         (progress-gauge-glyph): ditto.
1537         (progress-display-style): fix to handle dynamic instantiator
1538         changes.
1539         (progress-text-instantiator): new.
1540         (progress-layout-instantiator): new.
1541         (progress-gauge-instantiator): new.
1542         (set-progress-display-instantiator): renamed and changed from
1543         set-progress-display-style.
1544         (progress-abort-glyph): use instantiator not glyph.
1545         (append-progress-display): use set-progress-display-instantiator
1546         and set-glyph-image.
1547         (abort-progress-display): ditto.
1548         (raw-append-progress-display): ditto.
1549
1550 2000-07-20  Ben Wing  <ben@xemacs.org>
1551
1552         * code-files.el: Move Mule-specific code to mule-coding.el.
1553
1554 2000-07-15  Ben Wing  <ben@xemacs.org>
1555
1556         * autoload.el:
1557         Fixed comments.
1558
1559         * cmdloop.el:
1560         * cmdloop.el (yes-or-no-p):
1561         * cmdloop.el (y-or-n-p):
1562         Make these functions use should-use-dialog-box-p and not be
1563         overridden in dialog.el.
1564
1565         * cus-dep.el:
1566         * cus-dep.el (Custom-make-dependencies): Removed.
1567         * cus-dep.el (Custom-make-dependencies-1): New.
1568         * cus-dep.el (Custom-make-one-dependency): New.
1569         New entry point for use in Makefiles, to avoid excessive
1570         invocations.
1571
1572         * cus-edit.el (custom-variable-reset-saved):
1573         * cus-edit.el (custom-variable-reset-standard):
1574         * cus-edit.el (custom-save-resets):
1575         Fix bytecompiler warnings.
1576
1577         * dialog.el:
1578         * dialog.el (yes-or-no-p-dialog-box):
1579         * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
1580         * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
1581         * dialog.el (get-dialog-box-response):
1582         * dialog.el (message-or-box):
1583         * dialog.el (make-dialog-box):
1584         * dialog.el (popup-dialog-box): New.
1585         Avoid yes-or-no-p bogosities.
1586         Create a general function `make-dialog-box' to encapsulate all
1587         dialog box methods; easily extendible.  popup-dialog-box now obsolete.
1588
1589         * dumped-lisp.el (preloaded-file-list):
1590         Add dialog-items.  Clean up.  Group files by types.
1591
1592         * easymenu.el (easy-menu-add):
1593         * easymenu.el (easy-menu-remove):
1594         Account for accelerators.
1595
1596         * extents.el:
1597         * extents.el (extent-list): New args, like in map-extents.
1598         * extents.el (extent-at-event): New.
1599         * extents.el (extents-at-event): New.
1600
1601         * font-lock.el:
1602         * font-lock.el (font-lock-mode):
1603         * font-lock.el (font-lock-default-fontify-buffer):
1604         * font-lock.el (font-lock-default-unfontify-region):
1605         * font-lock.el (font-lock-fontify-syntactically-region):
1606         * font-lock.el (font-lock-fontify-keywords-region):
1607         Use new progress-feedback names.
1608
1609         * font-lock.el (java-font-lock-identifier-regexp):
1610         * font-lock.el (java-font-lock-class-name-regexp):
1611         Fix bytecompiler warnings.
1612
1613         * gutter-items.el:
1614         * gutter-items.el (progress-display-use-echo-area): Removed.
1615         * gutter-items.el (progress-feedback-use-echo-area): New.
1616         * gutter-items.el (progress-display-popup-period): Removed.
1617         * gutter-items.el (progress-feedback-popup-period): New.
1618         * gutter-items.el (set-progress-display-style): Removed.
1619         * gutter-items.el (set-progress-feedback-style): New.
1620         * gutter-items.el (progress-display-style): Removed.
1621         * gutter-items.el (progress-feedback-style): New.
1622         * gutter-items.el (progress-stack):
1623         * gutter-items.el (progress-displayed-p): Removed.
1624         * gutter-items.el (progress-feedbacked-p): New.
1625         * gutter-items.el (clear-progress-display): Removed.
1626         * gutter-items.el (clear-progress-feedback): New.
1627         * gutter-items.el (progress-display-clear-when-idle): Removed.
1628         * gutter-items.el (progress-feedback-clear-when-idle): New.
1629         * gutter-items.el (remove-progress-display): Removed.
1630         * gutter-items.el (remove-progress-feedback): New.
1631         * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
1632         * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
1633         * gutter-items.el (append-progress-display): Removed.
1634         * gutter-items.el (append-progress-feedback): New.
1635         * gutter-items.el (abort-progress-display): Removed.
1636         * gutter-items.el (abort-progress-feedback): New.
1637         * gutter-items.el (raw-append-progress-display): Removed.
1638         * gutter-items.el (raw-append-progress-feedback): New.
1639         * gutter-items.el (display-progress-display): Removed.
1640         * gutter-items.el (display-progress-feedback): New.
1641         * gutter-items.el (current-progress-display): Removed.
1642         * gutter-items.el (current-progress-feedback): New.
1643         * gutter-items.el (current-progress-display-label): Removed.
1644         * gutter-items.el (current-progress-feedback-label): New.
1645         * gutter-items.el (progress-display): Removed.
1646         * gutter-items.el (progress-feedback): New.
1647         Replace "progress-display" with "progress-feedback" globally.
1648
1649         * gutter-items.el (lprogress-display): Removed.
1650         * gutter-items.el (progress-feedback-with-label): New.
1651         Rename lprogress-display ==> progress-feedback-with-label.
1652
1653         * gutter-items.el (search-dialog-direction): Removed.
1654         * gutter-items.el (search-dialog-text): Removed.
1655         * gutter-items.el (search-dialog-callback): Removed.
1656         * gutter-items.el (make-search-dialog): Removed.
1657         Move to dialog-items.el.
1658
1659         * help.el:
1660         * help.el (help-mode-quit):
1661         * help.el (mode-for-help): New.
1662         * help.el (help-sticky-window): New.
1663         * help.el (help-window-config): New.
1664         * help.el (with-displaying-help-buffer):
1665         * help.el (function-at-event): New.
1666         * help.el (help-symbol-regexp): New.
1667         * help.el (help-symbol-run-function-1): New.
1668         * help.el (help-symbol-run-function): New.
1669         * help.el (help-symbol-function-context-menu): New.
1670         * help.el (help-symbol-variable-context-menu): New.
1671         * help.el (help-symbol-function-and-variable-context-menu): New.
1672         * help.el (frob-help-extents): New.
1673         * help.el (describe-function-1):
1674         * help.el (variable-at-point):
1675         * help.el (variable-at-event): New.
1676         * help.el (describe-variable):
1677         Major overhaul.
1678         - Make functions and variables be mousable.
1679         - Middle button hyperlinks.
1680         - New context-menu entries.
1681
1682         * keydefs.el:
1683         * keydefs.el (global-map):
1684         New key bindings to move lines up and down.
1685
1686         * lisp-mode.el:
1687         * lisp-mode.el (construct-lisp-mode-menu): New.
1688         * lisp-mode.el (emacs-lisp-mode-popup-menu):
1689         * lisp-mode.el (lisp-interaction-mode-menubar-menu):
1690         * lisp-mode.el (emacs-lisp-mode-menubar-menu):
1691         * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
1692         Make popup and menubar menus be different.  Popup menu uses
1693         clicked location and automatically assumes symbol under the mouse
1694         for various commands.
1695
1696         * menubar-items.el:
1697         * menubar-items.el (bookmark-menu-filter): Add accelerators.
1698         * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
1699
1700         * menubar-items.el (global-popup-menu): Removed.
1701         * menubar-items.el (mode-popup-menu): Removed.
1702         * menubar-items.el (activate-popup-menu-hook): Removed.
1703         * menubar-items.el (popup-mode-menu): Removed.
1704         * menubar-items.el (popup-buffer-menu): Removed.
1705         * menubar-items.el (popup-menubar-menu): Removed.
1706         Move to menubar.el.
1707
1708         * menubar.el:
1709         * menubar.el (global-popup-menu): New.
1710         * menubar.el (mode-popup-menu): New.
1711         * menubar.el (activate-popup-menu-hook): New.
1712         * menubar.el (last-popup-menu-event): New.
1713         * menubar.el (popup-mode-menu): New.
1714         * menubar.el (popup-buffer-menu): New.
1715         * menubar.el (popup-menubar-menu): New.
1716         * menubar.el (menu-call-at-event): New.
1717         Move non-content functions here.  Add support for context menu
1718         items on extents.
1719
1720         * minibuf.el (minibuffer-history-uniquify):
1721         Typo fix.
1722
1723         * minibuf.el (read-file-name-1):
1724         Call new file dialog box if it exists.
1725
1726         * minibuf.el (mouse-rfn-setup-vars):
1727         Clean up "chop" action.
1728
1729         * mouse.el:
1730         * mouse.el (button2): Now bound to mouse-track.
1731         * mouse.el (click-inside-extent-p):
1732         * mouse.el (point-inside-extent-p):
1733         * mouse.el (point-inside-selection-p):
1734         * mouse.el (mouse-drag-or-yank): Removed.
1735         * mouse.el (mouse-begin-drag-n-drop): New.
1736         * mouse.el (mouse-eval-sexp):
1737         * mouse.el (mouse-track-activate-strokes): New.
1738         * mouse.el (mouse-track-do-activate): New.
1739         * mouse.el (mouse-track):
1740         * mouse.el (default-mouse-track-event-is-with-button): New.
1741         * mouse.el (default-mouse-track-cleanup-hook):
1742         * mouse.el (default-mouse-track-drag-hook):
1743         * mouse.el (default-mouse-track-drag-up-hook):
1744         * mouse.el (default-mouse-track-click-hook):
1745         Merge drag-n-drop into mouse-track.
1746         Add general "activate" support to replace specific button2 kludges.
1747         Use "button modifier" support in mouse-track.
1748
1749         * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
1750
1751         * package-ui.el:
1752         * package-ui.el (pui-menu):
1753         * package-ui.el (pui-popup-context-sensitive): Removed.
1754         Fix bytecompiler warnings.
1755         Clean up popup code a bit.
1756
1757         * select.el (get-selection-no-error): Fix bytecompiler warnings.
1758
1759         * simple.el:
1760         * simple.el (transpose-lines):
1761         * simple.el (transpose-line-up): New.
1762         * simple.el (transpose-line-down): New.
1763         * simple.el (transpose-subr):
1764         * simple.el (transpose-subr-1): Removed.
1765         Clean up, add functions to move lines up and down.
1766
1767         * startup.el (mail-host-address):
1768         * startup.el (user-mail-address):
1769         Customize.
1770
1771         * subr.el:
1772         * subr.el (set-symbol-value-in-buffer): New.
1773         * subr.el (error):
1774         * subr.el (check-argument-type):
1775         * subr.el (defined-error-p): New.
1776         Add structured error support.
1777
1778         * toolbar-items.el (toolbar-compile):
1779         Use new make-dialog-box.
1780
1781         * update-elc.el:
1782
1783         * userlock.el (ask-user-about-lock-dbox):
1784         * userlock.el (ask-user-about-supersession-threat-dbox):
1785         * userlock.el (ask-user-about-lock):
1786         * userlock.el (ask-user-about-supersession-threat):
1787         Use new make-dialog-box.
1788         Add safety checks; use should use-dialog-box-p.
1789
1790         * window-xemacs.el:
1791         * window-xemacs.el (__buffer-dedicated-frame):
1792         * window-xemacs.el (buffer-dedicated-frame): New.
1793         * window-xemacs.el (set-buffer-dedicated-frame): New.
1794         Move dedicated-frame stuff into lisp.
1795
1796 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
1797
1798         * printer.el (generic-print-region): Do not require that
1799         `printer-name' be set.
1800         (printer-name): Commentary clarification.
1801
1802 2000-07-19  Martin Buchholz <martin@xemacs.org>
1803
1804         * XEmacs 21.2.35 is released.
1805
1806 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
1807
1808         * select.el (selection-coercible-types): Initialise.
1809
1810 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
1811
1812         * select.el (own-clipboard): Bug fix.
1813
1814 2000-07-17  Mike Sperber  <mike@xemacs.org>
1815
1816         * cus-edit.el (custom-migrate-custom-file): Save init file before
1817         continuing.
1818
1819 2000-07-16  Mike Sperber  <mike@xemacs.org>
1820
1821         * startup.el (load-init-file): Remove silly call to
1822         `load-user-custom-file`.
1823         (maybe-migrate-user-init-file): Minor fixes.
1824
1825 2000-07-16  Martin Buchholz  <martin@xemacs.org>
1826
1827         * apropos.el (apropos-documentation-check-doc-file):
1828         `doc' variable should be let-bound, as was presumably intended.
1829
1830         * cus-edit.el (custom-variable-reset-saved):
1831         (custom-variable-reset-standard):
1832         Remove unused variable comment-widget.  Twice.
1833
1834         * toolbar.el (toolbar-blank-press-function):
1835         Add a real defvar with initial value nil and proper docstring.
1836         (press-toolbar-button): No need to check for boundp-ness anymore.
1837
1838         * rect.el (open-rectangle-line): Remove useless (let) form.
1839         Add defvar for pending-delete-mode.
1840
1841         * info.el (Info-find-node): This function needs an autoload cookie.
1842
1843         * mule/mule-x-init.el (x-use-halfwidth-roman-font):
1844         Use let* since the second form referred to the first.
1845
1846 2000-07-16  Adrian Aichner  <aichner@ecf.teradyne.com>
1847
1848         * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
1849         instead of removed `mswindows-get-clipboard'.
1850
1851
1852 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
1853
1854         * select.el (select-convert-from-text): New.
1855         * select.el (select-convert-from-length): New.
1856         * select.el (select-convert-from-integer): New.
1857         * select.el (select-convert-from-identity): New.
1858         * select.el (select-convert-from-filename): New.
1859         * select.el (selection-converter-in-alist): Use them.
1860         New converter functions for X.
1861
1862         * select.el (get-selection): Removed comment.
1863
1864         * select.el (own-selection): Removed append code - I thought
1865         I'd already done this, but apparently not...
1866
1867         * select.el: Changed comment about TIMESTAMP.
1868
1869         * select.el (select-convert-in): New.
1870         * select.el (select-convert-out): New.
1871         New functions that get used by select.c.
1872
1873         * select.el (select-buffer-killed-default): New.
1874         * select.el (select-buffer-killed-text): New.
1875         * select.el (selection-buffer-killed-alist): New.
1876         New list and functions that get called if a relevant selection
1877         exists and a buffer gets killed.
1878
1879         * select.el (select-convert-to-targets):
1880         * select.el (select-convert-to-identity): Removed.
1881         * select.el (select-convert-from-identity): Removed.
1882         * select.el (select-converter-out-alist):
1883         Removed _EMACS_INTERNAL selection type.
1884
1885         * x-select.el (xselect-kill-buffer-hook): Removed.
1886         * x-select.el (xselect-kill-buffer-hook-1): Removed.
1887         Removed this X-specific nonesense. Use the generic support
1888         in select.el instead.
1889
1890 2000-07-15  Martin Buchholz  <martin@xemacs.org>
1891
1892         * mule/mule-category.el (defined-category-hashtable):
1893         Use make-hash-table instead of make-hashtable
1894
1895         * buff-menu.el: Byte-compiler warning fix.
1896
1897         * isearch-mode.el (isearch-highlight-all-cleanup):
1898         Remove unused variable `isearch-highlight-all-start'.
1899
1900         * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
1901
1902         * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
1903
1904         * cus-dep.el (Custom-make-dependencies):
1905         Add autoload cookie for custom-add-loads to generated custom-load.el.
1906
1907         * autoload.el (autoload-package-name): Warning suppression.
1908         Move defvar prior to first use.
1909
1910         * custom.el: Add autoload for custom-declare-face.
1911         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
1912         * cl.el (cl-hack-byte-compiler):
1913         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
1914         to work properly.
1915
1916 2000-07-08  Mike Sperber  <mike@xemacs.org>
1917
1918         * startup.el (load-home-init-file): Added variable.
1919         (maybe-migrate-user-init-file): Added.
1920         (load-user-init-file): Load custom file if different from init
1921         file.
1922
1923         * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
1924         "startup."
1925
1926         * cus-edit.el (custom-migrate-custom-file): Added for migration.
1927         Moved `custom-file'-related code to cus-file.el.
1928
1929         * cus-file.el: New file.
1930
1931 2000-04-01  Mike Sperber  <mike@xemacs.org>
1932
1933         * packages.el (packages-find-package-directories): Added support
1934         for external package hierarchies with in-place installations.
1935
1936         * find-paths.el (paths-root-in-place-p): Added.
1937         (paths-find-emacs-directory): Added support for external
1938         directories with in-place installations.
1939         (paths-find-site-directory): Ditto.
1940
1941         * startup.el (find-user-init-file): Also look for
1942         ~/.xemacs/init.elc? in preference to ~/.emacs.
1943
1944 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
1945
1946         * select.el (own-selection):
1947         * select.el (own-clipboard): Changed `append' parameter to
1948         `how-to-use' parameter.
1949         * select.el (own-selection): Removed icky append code.
1950         * select.el (own-selection, get-selection): Removed extra type
1951         checking.
1952         * select.el (selection-appender-alist):
1953         * select.el (selection-converter-{in|out}-alist): Initialise.
1954         * select.el (select-append-to-*): New.
1955         * select.el (select-convert-from-*): New.  New functions to append
1956         data and convert data from external type.
1957
1958 2000-07-12  Stef Epardaud  <stef@lunatech.com>
1959
1960         * font-lock.el: Javadoc enhancements.
1961
1962 2000-07-06  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
1963
1964         * printer.el (generic-print-region): Compose job name from buffer
1965         name.
1966
1967 2000-07-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
1968
1969         * font-lock.el (font-lock-fontify-pending-extents): Call
1970         font-lock-fontify-region instead of font-lock-fontify-buffer
1971         to avoid unnecessary progress gauges.
1972
1973 2000-07-06  Craig Lanning  <lanning@scra.org>
1974
1975         * custom-load.el (faces):
1976
1977         * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
1978         dir is a regex.
1979
1980         * process.el (call-process-internal): from Dan Holmsand, use binary
1981         coding systems so that jka-compr works.
1982
1983 2000-07-07  Ben Wing  <ben@xemacs.org>
1984
1985         * font-lock.el: Undo previous change.  Unfortunately, some
1986         files actually use the variables directly in their init code
1987         without quoting them.
1988
1989 2000-07-07  Ben Wing  <ben@xemacs.org>
1990
1991         * font-lock.el (defvar font-lock-*-face): Removed.
1992
1993         * font-lock.el (font-lock-apply-highlight): Bind these face vars
1994         only when necessary.
1995
1996 2000-06-30  Charles G Waldman  <cgw@alum.mit.edu>
1997
1998         * cl-macs.el: fix cl-transform-function-property kludge
1999         so that it does not require a random feature.
2000
2001 2000-06-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2002
2003         * files.el (auto-mode-alist): allow .make extension for Makefiles,
2004         as in Linux kernel "Rules.make".
2005
2006 2000-06-29  Gunnar Evermann  <ge204@eng.cam.ac.uk>
2007
2008         * build-report.el (build-report): Add autoload cookie.
2009
2010 2000-06-21  Charles G Waldman  <cgw@alum.mit.edu>
2011
2012         * package-ui.el (defgroup pui):  Correct a misspelling
2013         (pui-toggle-package-delete):  Change `seleted' to `selected'
2014
2015 2000-06-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
2016
2017         * package-get.el (package-get-update-base):
2018         (package-get): Use insert-file-contents-literally always.
2019         (package-get-maybe-save-index):
2020         Force coding system for writing to binary.
2021
2022 2000-06-08  Mike Alexander  <mta@arbortext.com>
2023
2024         * code-process.el (call-process-region): If there is no coding
2025         system for the process on process-coding-system-alist use the
2026         coding system of the buffer containing the region.
2027
2028 2000-06-10  Ben Wing  <ben@xemacs.org>
2029
2030         * cmdloop.el (command-error):
2031         If debug-on-error and noninteractive, output backtrace.
2032
2033         * files.el (file-relative-name):
2034         Remove MSDOS references.
2035
2036         * simple.el (line-number): New function, due to non-obvious
2037         behavior/usage of count-lines.
2038
2039         * simple.el (count-lines): document non-obvious usage to get
2040         line number.
2041
2042 2000-06-11  Ben Wing  <ben@xemacs.org>
2043
2044         * faces.el ((featurep 'xpm)):
2045         * x-faces.el (x-init-face-from-resources):
2046         * x-faces.el (x-init-frame-faces):
2047         * x-misc.el (x-init-specifier-from-resources):
2048         * x-misc.el (x-get-resource-and-bogosity-check):
2049         * x-misc.el (x-get-resource-and-maybe-bogosity-check):
2050         * x-mouse.el (x-init-pointer-shape):
2051         * x-scrollbar.el (x-init-scrollbar-from-resources):
2052         Add sixth argument to x-get-resource calls so as to issue warnings
2053         rather than errors on bogus arguments.
2054
2055 2000-06-05  Ben Wing  <ben@xemacs.org>
2056
2057         * compat.el: new file.  provides a clean, non-intrusive way to
2058         define compatibility functions.
2059
2060         * process.el (shell-quote-argument): temporary fix for lack
2061         of nt-quote-process-args.  #### I need to put back the overall
2062         structure of that mechanism but redo the guts of it using the
2063         extra intelligence in the C code.
2064
2065 2000-05-28  Adrian Aichner  <aichner@ecf.teradyne.com>
2066
2067         * package-info.el (pi-md5sum): Calculate MD5 sum just like
2068         `package-get' does in package-get.el, instead of using external
2069         "md5sum" program.
2070
2071         * package-get.el (package-get): Insert package file literally to
2072         make checksum calculation work.
2073
2074 2000-04-18  Hrvoje Niksic  <hniksic@iskon.hr>
2075
2076         * code-files.el (convert-mbox-coding-system): Deleted.
2077         (file-coding-system-alist): Removed reference to
2078         convert-mbox-coding-system.
2079
2080 2000-05-28  Martin Buchholz <martin@xemacs.org>
2081
2082         * XEmacs 21.2.34 is released.
2083
2084 2000-05-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2085
2086         * font-lock.el (font-lock-keywords): Rewrote docstring
2087
2088 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
2089
2090         * loadhist.el (unload-feature): handle case where x is both boundp
2091         and fboundp
2092
2093 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
2094
2095         * packages.el: It's ok to use built-in macros, but not lisp
2096         defined ones.
2097
2098 2000-05-20  Ben Wing  <ben@xemacs.org>
2099
2100         * font-lock.el:
2101         * font-lock.el (font-lock-message-threshold):
2102         * font-lock.el (font-lock-mode):
2103         * font-lock.el (font-lock-default-fontify-buffer):
2104         * font-lock.el (font-lock-always-fontify-immediately):
2105         * font-lock.el (font-lock-old-extent): Removed.
2106         * font-lock.el (font-lock-old-len): Removed.
2107         * font-lock.el (font-lock-fontify-glumped-region): Removed.
2108         * font-lock.el (font-lock-pending-extent-table): New.
2109         * font-lock.el (font-lock-range-table): New.
2110         * font-lock.el (font-lock-after-change-function):
2111         * font-lock.el (font-lock-after-change-function-1): Removed.
2112         * font-lock.el (font-lock-fontify-pending-extents): New.
2113         * font-lock.el ('font-lock-revert-cleanup): Removed.
2114         * font-lock.el ('font-lock-revert-setup): Removed.
2115         Rewrite deferral code to handle any number of changes, merging
2116         them properly.  Remove hacked-up code for revert-buffer, now
2117         unnecessary.
2118
2119         * menubar-items.el (default-menubar):
2120         In Options->Edit Init File, don't switch to emacs-lisp-mode
2121         unless necessary; doing this turns off font-lock.
2122
2123 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
2124
2125         * keydefs.el: Define C-x BS to backward-kill-sentence.
2126
2127 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
2128
2129         * files.el (hack-local-variables-prop-line): Use non-greedy
2130         matching to process -*-texinfo-*- -*-.
2131
2132 2000-05-11  Jonathan Marten <jonathan.marten@uk.sun.com>
2133
2134         * minibuf.el (minibuf-directory-files): new function.
2135         (read-file-name-activate-callback): use minibuf-directory-files.
2136         (read-directory-name-internal): ditto.
2137         (mouse-file-display-completion-list): ditto.
2138         (mouse-directory-display-completion-list): ditto.
2139         (read-file-name-internal): remove "./" from completion list unless
2140         explicitly matched, for consistency.
2141
2142 2000-05-11  Ben Wing  <ben@xemacs.org>
2143
2144         * gutter-items.el (gutter-buffers-tab):
2145         * gutter-items.el (add-tab-to-gutter):
2146         * gutter-items.el (update-tab-in-gutter):
2147         * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
2148         * gutter-items.el (append-progress-display):
2149         * gutter-items.el (abort-progress-display):
2150         * gutter-items.el (raw-append-progress-display):
2151         Further fixes.  Use set-glyph-image not set-image-instance-property,
2152         to fix problems with multiple windows in a frame.
2153
2154         * menubar-items.el (tutorials-menu-filter):
2155         Fix typo.
2156
2157         * startup.el (early-error-handler):
2158         Display message box under windows; otherwise, message will disappear
2159         before it can be viewed.
2160
2161         * update-elc.el:
2162         Fix bug in NEEDTODUMP processing.
2163
2164 2000-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
2165
2166         * startup.el (lock-directory): Removed.
2167         (superlock-file): Ditto.
2168         (startup-set-paths): Remove lockdir.
2169         (startup-setup-paths-warning): Remove lock-directory.
2170
2171         * setup-paths.el (paths-find-lock-directory): Removed.
2172         (paths-find-superlock-file): Ditto.
2173
2174 2000-05-09  Ben Wing  <ben@xemacs.org>
2175
2176         * faces.el (set-face-property):
2177         * faces.el (set-face-font):
2178         * faces.el (set-face-foreground):
2179         * faces.el (set-face-background):
2180         * faces.el (set-face-background-pixmap):
2181         * faces.el (set-face-underline-p):
2182         * faces.el (set-face-strikethru-p):
2183         * faces.el (set-face-highlight-p):
2184         * faces.el (set-face-dim-p):
2185         * faces.el (set-face-blinking-p):
2186         * faces.el (set-face-reverse-p):
2187         doc string changes.
2188
2189         * glyphs.el:
2190         * glyphs.el (make-image-specifier):
2191         * glyphs.el (glyph-property):
2192         * glyphs.el (set-glyph-image):
2193         * glyphs.el (make-glyph):
2194         * glyphs.el (make-pointer-glyph):
2195         * glyphs.el (make-icon-glyph):
2196         * glyphs.el (widget-image-instance-p): New.
2197         authorship info, lots of doc changes.  New predicate, inadvertently
2198         omitted.  the general principle with specifier docs is now that
2199         the description of instantiators should go with the make-foo-specifier
2200         fun's doc string, rather than in foo-specifier-p.  this follows
2201         conventions elsewhere in XEmacs and in general is a lot more obvious
2202         of a place to look.  sometimes the make-foo-specifier function needs
2203         to be created in the process.
2204
2205         * gutter.el:
2206         * gutter.el (make-gutter-specifier): New.
2207         * gutter.el (make-gutter-size-specifier): New.
2208         * gutter.el (make-gutter-visible-specifier): New.
2209         specifier doc updates according to the conventions specified before.
2210
2211         * objects.el:
2212         * objects.el (make-font-specifier):
2213         * objects.el (make-color-specifier):
2214         * objects.el (make-face-boolean-specifier): New.
2215         specifier doc updates according to the conventions specified before.
2216
2217         * specifier.el:
2218         * specifier.el (set-specifier):
2219         * specifier.el (make-integer-specifier): New.
2220         * specifier.el (make-boolean-specifier): New.
2221         * specifier.el (make-natnum-specifier): New.
2222         * specifier.el (make-generic-specifier): New.
2223         * specifier.el (make-display-table-specifier): New.
2224         specifier doc updates according to the conventions specified before.
2225
2226         * toolbar.el:
2227         * toolbar.el (make-toolbar-specifier): New.
2228         specifier doc updates according to the conventions specified before.
2229
2230 2000-05-09  Ben Wing  <ben@xemacs.org>
2231
2232         * process.el (call-process-internal): Revert to previous version
2233         because Mike's change clashed with a change I did not long before.
2234         Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
2235         Thanks very much Mike for pointing out the bug and submitting a
2236         patch!
2237
2238 2000-04-13  Mike Alexander  <mta@arbortext.com>
2239
2240         * process.el (call-process-internal): Send the correct input buffer
2241         (call-process-internal): Return the exit status of the process
2242
2243 2000-05-07  Ben Wing  <ben@xemacs.org>
2244
2245         * winnt.el:
2246         * winnt.el (nt-quote-args-verbatim): Removed.
2247         * winnt.el (nt-quote-args-prefix-quote): Removed.
2248         * winnt.el (nt-quote-args-backslash-quote): Removed.
2249         * winnt.el (nt-quote-args-double-quote): Removed.
2250         * winnt.el (nt-quote-args-functions-alist): Removed.
2251         * winnt.el (nt-quote-process-args): Removed.
2252         Remove all stuff for argument quoting.  We borrow the code instead
2253         from Emacs 20.6, which is much more careful in its quoting
2254         (e.g. in handling runs of the escape character) and avoids most of
2255         the need for this Lisp mechanism by checking to see whether we're
2256         running a Cygwin or normal program and doing the appropriate
2257         quoting.  If we end up needing such a mechanism, we should add
2258         it by extending the variable `mswindows-quote-process-args' so it
2259         can take an alist of regexps.
2260
2261 2000-05-07  Ben Wing  <ben@xemacs.org>
2262
2263         * keydefs.el:
2264         Restore M-up, M-down to 21.1 state.  Put *ward-sentence on
2265         C-M-left, C-M-right instead.  Define C-M-up, C-M-down to scroll
2266         the window without moving point.
2267
2268         * simple.el:
2269         * simple.el (scroll-up-one): New.
2270         * simple.el (scroll-down-one): New.
2271         Functions for use with C-M-up/down.
2272
2273 2000-05-01  Martin Buchholz <martin@xemacs.org>
2274
2275         * XEmacs 21.2.33 is released.
2276
2277 2000-04-29  Martin Buchholz  <martin@xemacs.org>
2278
2279         * dialog.el (yes-or-no-p-dialog-box):
2280         Fix docstring.
2281         Fix following horrible bug in X11 mode with focus-follows-mouse:
2282           1. Visit two files in two different frames.
2283           2. do File->Revert Buffer in one of those frames.
2284           3. Dialog box appears.
2285           4. Arrange things so that the mouse passes over the *other*
2286              frame, then to the dialog box, and click on "Yes".
2287           5. The file contents end up in the *wrong* buffer!
2288         Add TODO comment.
2289
2290 2000-04-28  Ben Wing  <ben@xemacs.org>
2291
2292         * help.el (describe-installation): correct typo introduced
2293         in last patch: boundp -> fboundp.
2294
2295         * etags.el (buffer-tag-table-list):
2296         canonicalize filenames to Unix format so that tag-table-alist
2297         searching works under Windows.
2298
2299         * autoload.el:
2300         Bowdlerize the supposedly objectionable words
2301         "who couldn't quite manage to cleanly modify batch-update-autoloads".
2302
2303         * gutter-items.el (set-progress-display-style):
2304         * gutter-items.el (search-dialog-callback):
2305         * gutter-items.el (make-search-dialog):
2306         Change to new callback-ex api.
2307
2308 2000-04-26  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
2309
2310         * help.el: (describe-installation): decode-coding-string is not
2311         defined in a non MULE environment.
2312
2313 2000-04-28  Ben Wing  <ben@xemacs.org>
2314
2315         * gutter-items.el (buffer-list-changed-hook):
2316         use it, not record-buffer-hook.
2317
2318         * subr.el (record-buffer-hook): Removed.
2319
2320 2000-04-27  Ben Wing  <ben@xemacs.org>
2321
2322         * gutter-items.el (buffers-tab-switch-to-buffer): do not
2323         use NORECORD option.  Andy will not like this, but the existing
2324         gutter behavior is just wrong, as per this comment:
2325
2326         ;; this used to add the norecord flag to both calls below.
2327         ;; this is bogus because it is a pervasive assumption in XEmacs
2328         ;; that the current buffer is at the front of the buffers list.
2329         ;; for example, select an item and then do M-C-l
2330         ;; (switch-to-other-buffer).  Things get way confused.
2331         ;;
2332         ;; Andy, if you want to maintain the current look, you must
2333         ;;  *uncouple* the gutter order and buffers order.
2334
2335         * loaddefs.el (completion-ignored-extensions): unfuckify.
2336
2337         * bytecomp.el (batch-byte-compile-one-file): new function, used in
2338         xemacs.mak.
2339
2340         * autoload.el (batch-update-one-directory): new function, used in
2341         xemacs.mak.
2342
2343         * loadup.el: set gc-cons-threshold very high unless dumping --
2344         loadup during update-elc is much much much faster.  also do this
2345         when quick-building.
2346
2347         add commented-out code for profiling loadup.
2348
2349
2350         * update-elc.el (preloaded-file-list): add bytecomp.el, since it
2351         is required in order to build xemacs.
2352
2353 2000-04-26  Ben Wing  <ben@xemacs.org>
2354
2355         * loadup.el: don't garbage collect during loadup if quick-build
2356         compile-time option is set.
2357
2358 2000-04-23  Ben Wing  <ben@xemacs.org>
2359
2360         * update-elc.el: compute whether any dumped .el or .elc files
2361         are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
2362         if so.
2363
2364         * update-elc.el (update-elc-files-to-compile): always change
2365         NOBYTECOMPILE in the src directory rather than current dir,
2366         so it will work under NT.
2367
2368         * autoload.el (autoload-trim-file-name): canonicalize to slashes so
2369         the form of this file is identical between Unix and Windows.
2370         (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
2371         Added comment.
2372         (update-autoloads-from-directory): updated doc string.
2373         updated doc strings in a few other places.
2374
2375 2000-04-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
2376
2377         * bytecomp.el (byte-force-recompile): Fix argument to
2378         byte-recompile-directory.
2379
2380 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
2381
2382         * gutter-items.el (progress-display-clear-when-idle): Use
2383         add-one-shot-hook.
2384         * gutter-items.el (clear-progress-display): Adjust number of
2385         arguments.
2386
2387 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
2388
2389         * dumped-lisp.el (preloaded-file-list): Always dump select.el.
2390
2391 2000-04-16  Ben Wing  <ben@xemacs.org>
2392
2393         * printer.el: New file.
2394
2395         * dumped-lisp.el (preloaded-file-list): Declare printer.el.
2396
2397         * help.el (describe-installation): Fix decoding for Windows.
2398
2399         * menubar-items.el:
2400         * menubar-items.el (default-menubar):
2401         * menubar-items.el (tutorials-menu-filter): New.
2402         * menubar-items.el (popup-menubar-menu):
2403         Add authorship.  Redo Help menu and Tutorials filter.
2404
2405         * menubar.el: Correct comment.
2406
2407         * modeline.el (modeline-buffer-identification): Correct doc string.
2408
2409         * simple.el:
2410         * simple.el (printing): Removed.
2411         * simple.el (printer-name): Removed.
2412         * simple.el (generic-print-buffer): Removed.
2413         * simple.el (generic-print-region): Removed.
2414         Move generic print code to printer.el.
2415
2416 2000-04-15  Ben Wing  <ben@xemacs.org>
2417
2418         * simple.el (generic-print-region): New.
2419         make this function actually work.
2420         (generic-print-buffer): call generic-print-region.
2421
2422 2000-04-14  Andy Piper  <andy@xemacs.org>
2423
2424         * gutter-items.el (make-search-dialog): avoid unnecessary futzing
2425         by using the new widget-callback-current-channel.
2426         (search-dialog-callback): ditto.
2427
2428 2000-04-12  Andy Piper  <andy@xemacs.org>
2429
2430         * gutter.el (default-gutter-position): moved from gutter-items.el.
2431         (default-gutter-position-changed-hook): ditto.
2432         (gutter-element-visibility-changed-hook): ditto.
2433         (set-gutter-element): ditto.
2434         (remove-gutter-element): ditto.
2435         (set-gutter-element-visible-p): ditto.
2436         (gutter-element-visible-p): ditto.
2437         (init-gutter): ditto.
2438
2439         * dialog.el (make-dialog-box): renamed and moved from
2440         gutter-items.el
2441
2442         * gutter-items.el: move various functions elsewhere.
2443
2444 2000-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * menubar-items.el: Fixed place of parenthesis.
2447
2448 2000-04-12  Ben Wing  <ben@xemacs.org>
2449
2450         * etags.el (find-tag-at-point): New.  Lets you do find-tag
2451                 without constantly being prompted for the tag.
2452         * simple.el: Added a number of section headings, to clarify the
2453                 organization of this file.
2454         * simple.el (activate-region):
2455         * simple.el (region-exists-p):
2456         * simple.el (region-active-p):
2457                 Moved these three function down to the other side of
2458                 the case-changing functions, so they join the rest of
2459                 the region code.
2460         * simple.el (printing): New.
2461         * simple.el (printer-name): New.
2462         * simple.el (generic-print-buffer): New.
2463                 New functions, a very simple prototype for a unified
2464                 printing interface.
2465
2466         * process.el (call-process-internal): Real fix for null BUFFER,
2467                 other problems with BUFFER specs.
2468
2469         * menubar-items.el:
2470                 Fixed up File->Print to use new printing functions.
2471                 Various corrections and expansions to Grep/Compile menus.
2472                 New options for Printing.
2473                 New options for SMTP Mail, the way to send mail under
2474                   MS Windows. (There's also a package patch to make SMTP
2475                   Mail be the default under MSWin.)
2476
2477 2000-04-09  Jeff Miller <jmiller@cablespeed.com>
2478
2479         * menubar-items.el: Selecting Rectangle Mousing from menubar
2480         did not work.  Needed to quote mouse-track-rectangle-p.
2481
2482 2000-04-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
2483
2484         * cl-compat.el (keywordp): Removed.
2485
2486 2000-04-05  Andy Piper  <andy@xemacs.org>
2487
2488         * gutter-items.el (progress-layout-glyph): don't initialize here.
2489         (progress-gauge-glyph): use dynamic sizing.
2490         (set-progress-display-style): new function. Set progress glyphs
2491         appropriately depending on the style.
2492         (progress-display-style): new variable. Custom version of
2493         set-progress-display-style.
2494         (progress-abort-glyph): switch to dynamic sizes.
2495         (search-dialog-text): make the edit field active.
2496
2497 2000-04-04  Andy Piper  <andy@xemacs.org>
2498
2499         * gutter-items.el (make-search-dialog): need to make the search
2500         dialog visible after creation.
2501
2502         * menubar-items.el (default-menubar): use the search dialog for
2503         searching. Remove some extraneous search menu items.
2504
2505         * gutter-items.el (set-gutter-element): allow glyphs to be used as
2506         well as strings.
2507         (make-gutter-only-dialog-frame): allow the user to create the
2508         frame unmapped. Allow the gutter spec to be given as a glyph.
2509         (search-dialog-direction): new variable.
2510         (search-dialog-text): new variable.
2511         (search-dialog-callback): new function. Callback for the search
2512         dialog action.
2513         (make-search-dialog): new function. Create a user-friendly search
2514         dialog.
2515
2516 2000-04-04  Hrvoje Niksic  <hniksic@iskon.hr>
2517
2518         * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
2519         under Windows.
2520
2521 2000-04-01  Andy Piper  <andy@xemacs.org>
2522
2523         * font-lock.el (font-lock-fontify-keywords-region): Calculate
2524         progress more accurately.
2525
2526 2000-02-02  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
2527
2528         * finder.el (finder-compile-keywords): Process readable files only.
2529         Because error in process of .#finder-inf.el when compile xemacs
2530         with --with-clash-detection option.
2531
2532 2000-03-31  Andy Piper  <andy@xemacs.org>
2533
2534         * gutter-items.el (append-progress-display): don't delay after a
2535         successful font-lock.
2536         (make-gutter-only-dialog-frame): new function. Allow users to
2537         create gutter-only dialogs.
2538
2539 2000-03-27  Mike Alexander  <mta@arbortext.com>
2540
2541         * process.el (call-process-internal): Handle a null BUFFER
2542         parameter correctly.
2543
2544 2000-03-28  Andy Piper  <andy@xemacs.org>
2545
2546         * gutter-items.el (abort-progress-display): put strings in the
2547         gutter not extents.
2548         (progress-layout-glyph): signal special 'quit callback.
2549         (progress-display-quit-function): deleted.
2550         (progress-display-stop-callback): deleted.
2551         (progress-display-dispatch-command-events): deleted.
2552         (append-progress-display): remove calls to
2553         progress-display-dispatch-command-events.
2554         (raw-append-progress-display): ditto.
2555
2556 2000-03-23  Hrvoje Niksic  <hniksic@iskon.hr>
2557
2558         * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
2559         being a list.  Actually define `stipple-pixmap-p' which is used as
2560         an error predicate.  Correctly handle PIXMAP being either relative
2561         or absolute file name.
2562
2563 2000-03-24  Andy Piper  <andy@xemacs.org>
2564
2565         * gutter-items.el (add-tab-to-gutter): use copy-sequence.
2566         (abort-progress-display): ditto. Don't delete the created extent.
2567         (raw-append-progress-display): ditto.
2568         (progress-display-dispatch-non-command-events): new
2569         function. Encapsulates what we want to do when no command input is
2570         required.
2571         (progress-display-dispatch-command-events): likewise, but disable
2572         for now since it causes too many problems.
2573         (append-progress-display): use them.
2574         (raw-append-progress-display): ditto.
2575         (default-gutter-position-changed-hook): set this rather than
2576         default-gutter-position-changed.
2577         (default-gutter-position-changed-hook): lambda with zero arguments
2578         rather than one.
2579         (raw-append-progress-display): trap errors in pending input since
2580         allowing them to signal will hose the gauge well and
2581         truly. Ideally we would like to delay these until we are more able
2582         to cope.
2583         (append-progress-display): ditto.
2584
2585 2000-03-20  Jeff Miller <jmiller@cablespeed.com>
2586
2587         * lisp/make-docfile.el: call-process-internal is now implemented
2588         in process.el.
2589
2590 2000-03-21  Ben Wing  <ben@xemacs.org>
2591
2592         * mule\mule-cmds.el (set-language-info-alist):
2593         Fix to correspond to new menu arrangement.
2594
2595 2000-03-21  Ben Wing  <ben@xemacs.org>
2596
2597         * process.el:
2598         * process.el (call-process-internal): New.
2599         New implementation of call-process.  Only enabled under NT, so far.
2600         stderr handling not implemented yet in CVS'd C code.
2601
2602 2000-03-20  Ben Wing  <ben@xemacs.org>
2603
2604         * lisp-mode.el:
2605         * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
2606         * lisp-mode.el (lisp-interaction-mode):
2607         Put back Lisp Interaction menubar for Jan V's sake.
2608
2609         * simple.el:
2610         * simple.el (mark-ring):
2611         * simple.el (dont-record-current-mark): New.
2612         * simple.el (in-shifted-motion-command): New.
2613         * simple.el (mark-ring-unrecorded-commands): New.
2614         * simple.el (mark-ring-max):
2615         * simple.el (set-mark-command):
2616         * simple.el (push-mark):
2617         * simple.el (handle-pre-motion-command):
2618         Implement scheme for not recording unimportant marks.
2619
2620         * subr.el:
2621         * subr.el (function-allows-args): New.
2622         New function function-allows-args.
2623
2624 2000-03-20  Martin Buchholz <martin@xemacs.org>
2625
2626         * XEmacs 21.2.32 is released.
2627
2628 2000-03-20  Andy Piper  <andy@xemacs.org>
2629
2630         * gutter-items.el (update-tab-in-gutter): force selection of the
2631         selected-window if required to do so.
2632         (buffers-tab-items): ditto.
2633         (add-tab-to-gutter): ditto.
2634         (create-frame-hook): use force-selection.
2635         (default-gutter-position-changed): lambdify.
2636         (update-tab-hook): deleted since it was only used in one place.
2637
2638 2000-03-18  Andy Piper  <andy@xemacs.org>
2639
2640         * files.el (find-file-noselect): undo change that shouldn't have
2641         gone in.
2642
2643 2000-03-17  Andy Piper  <andy@xemacs.org>
2644
2645         * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
2646         of selected-window trickery.
2647
2648         * gutter-items.el (update-tab-in-gutter): don't give dedicated
2649         frames tabs.
2650         (progress-display-stop-callback): progress -> progress-display
2651         (progress-display-quit-function): ditto.
2652         (clear-progress-display): ditto.
2653         (remove-progress-display): ditto.
2654         (append-progress-display): ditto.
2655         (abort-progress-display): ditto.
2656         (raw-append-progress-display): ditto.
2657         (display-progress-display): ditto.
2658         (current-progress-display-label): ditto.
2659         (current-progress-display): ditto.
2660         (lprogress-display): ditto and save the buffer
2661         (progress-display): ditto. Otherwise the buffer sometimes gets
2662         changed which confuses font-lock.
2663
2664         * font-lock.el (font-lock-default-fontify-buffer): catch all
2665         errors, not just quit.
2666         (font-lock-mode): progress -> display-progress
2667         (font-lock-default-fontify-buffer): ditto.
2668         (font-lock-fontify-syntactically-region): ditto.
2669         (font-lock-fontify-keywords-region): ditto.
2670
2671 2000-03-14  Hrvoje Niksic  <hniksic@iskon.hr>
2672
2673         * cl.el (gensym): Move to here from cl-macs.el.
2674         (gentemp): Ditto.
2675
2676 2000-03-16  Andy Piper  <andy@xemacs.org>
2677
2678         * font-lock.el (font-lock-mode): use lprogress and friends for
2679         progress management.
2680         (font-lock-default-fontify-buffer): ditto.
2681         (font-lock-fontify-syntactically-region): ditto.
2682         (font-lock-fontify-keywords-region): ditto.
2683         (font-lock-revert-cleanup): fix reverting.
2684         (font-lock-revert-setup): ditto.
2685
2686         * gutter-items.el (progress-use-echo-area): new variable. Use the
2687         echo area for progress gauges if non-nil.
2688         (clear-progress): remove echo area stuff and defer to
2689         clear-message.
2690         (append-progress): dispatch non-command events after each progress
2691         increment. Remove echo area stuff.
2692         (abort-progress): remove echo area stuff and defer to
2693         display-message.
2694         (raw-append-progress): ditto. Dispatch non-command events after
2695         gutter redisplay.
2696         (display-progress): defer echo area stuff to display-message.
2697
2698         * gutter-items.el (clear-progress):
2699         (abort-progress): indentation changes.
2700         (display-progress): don't clear progress.
2701         (append-progress): compare messages with equal.
2702         (raw-append-progress): use dispatch-non-command-events to flush
2703         widget creation events.
2704
2705 2000-03-13  Ben Wing  <ben@xemacs.org>
2706
2707         * abbrev.el:
2708         * abbrev.el (abbrev-string-to-be-defined): New.
2709         * abbrev.el (inverse-abbrev-string-to-be-defined): New.
2710         Changes for use with the menubar.
2711
2712 2000-03-12  Ben Wing  <ben@xemacs.org>
2713
2714         * alist.el (vassoc): moved here from font-menu.el.
2715
2716         * custom.el (defface): typo fix.
2717
2718         * dialog.el (yes-or-no-p-dialog-box):
2719         * dialog.el (message-box):
2720         * files.el (save-some-buffers-1):
2721         Put accelerators in the button names.
2722
2723         * font-lock.el (font-lock-comment-face):
2724         * font-lock.el (font-lock-keyword-face):
2725         * font-lock.el (font-lock-function-name-face):
2726         Fixed some of the colors under MS Windows because the existing
2727         default colors were hardly different from black and needed to be
2728         made lighter.
2729
2730         * font-menu.el:
2731         * font-menu.el (font-menu-split-long-menu):
2732         * font-menu.el (font-menu-family-constructor):
2733         * font-menu.el (font-menu-size-constructor):
2734         * font-menu.el (font-menu-weight-constructor):
2735         * font-menu.el (font-menu-set-font):
2736         vassoc moved to alist.el.
2737         Accelerators added to all menus.
2738         Unused bound var new-props removed.
2739
2740         * keydefs.el: I did a whole lot of rearranging to put things in a
2741         more consistent order and fixed a number of cases where key
2742         combinations involving up, down, left, right and so on were
2743         defined but the corresponding keypad combinations were not
2744         defined.
2745
2746         * lisp-mode.el:
2747         * lisp-mode.el (lisp-interaction-mode-popup-menu):
2748         * lisp-mode.el (emacs-lisp-mode):
2749         * lisp-mode.el (lisp-interaction-mode):
2750         * lisp-mode.el (flet):
2751         Added accelerators onto the menus.
2752         Made all the different versions of the let function be indented
2753         the same way.
2754         Undid Steve's easy-menu-ification, because it makes it impossible
2755         to have the menubar and popup menus different.
2756         Cleaned up the menu; added items for find-function &c and some
2757         indenting, and removed debug-on-*.
2758
2759         * list-mode.el (list-mode-hook):
2760         * list-mode.el (list-mode):
2761         * list-mode.el (completion-setup-hook):
2762         * list-mode.el (display-completion-list):
2763         Added support for the :window-height keyword, which is required
2764         because of other changes that I made for the file dialog box.  I
2765         also made the hook variables list-mode-hook and
2766         completion-setup-hook and also minibuffer-setup-hook in
2767         minibuf.el be permanent-local; see comment in list-mode.el.
2768
2769         * map-ynp.el (map-y-or-n-p):
2770         Added accelerators to the dialog buttons.
2771
2772         * menubar-items.el (menu-truncate-list):
2773         New internal function.
2774         * menubar-items.el (submenu-generate-accelerator-spec):
2775         * menubar-items.el (menu-item-strip-accelerator-spec):
2776         * menubar-items.el (menu-item-generate-accelerator-spec):
2777         New exported functions, for use in auto-generating accelerator specs.
2778
2779         * menubar-items.el:
2780         * menubar-items.el (default-menubar):
2781         * menubar-items.el (maybe-add-init-button):
2782         * menubar-items.el (bookmark-menu-filter):
2783         * menubar-items.el (slow-format-buffers-menu-line):
2784         * menubar-items.el (build-buffers-menu-internal):
2785         * menubar-items.el (language-environment-menu-filter):
2786         * menubar-items.el (default-popup-menu):
2787         * menubar-items.el (popup-buffer-menu):
2788         * menubar-items.el (popup-menubar-menu):
2789         Did a major overhaul on this file, and in fact I'm nowhere near
2790         done working on the menubar, and there will be more patches to
2791         come.  A basic summary of what I've done:
2792
2793         a) I added accelerators to all of the menu items.  For menus that
2794         are auto-generated, such as the buffers menu, the accelerators are
2795         automatically added to the beginning of each line using the
2796         numbers 1 through 9, then zero, and then letters starting with A,
2797         but omitting the letters that are already in use for the fixed
2798         menu items at the top of the buffers menu.  To facilitate adding
2799         accelerators of this kind, I created some new functions
2800         (*-accelerator-spec), which are also being used by other filters
2801         that auto generate lists of things such as ftp sites to download
2802         packages.  If people really don't like these accelerators
2803         appearing at the beginning of the menu items, a variable can be
2804         added to optionally turn them off, but I think this is rather
2805         pointless because other menu items have accelerators and many or
2806         most of the menu users will use the accelerators if the support is
2807         there.
2808
2809         b) I combined the top level Tools and Apps menus into a single
2810         Tools menu, because the distinction between the two is not
2811         obvious, and the items on the menus are not used often enough that
2812         putting some of them onto submenus is a problem.
2813
2814         c) I created two new top level menus called View and Cmds because
2815         there were too many items on the File and Edit menus, and I'm going
2816         to be adding more items to these menus.  In contrast to the Tools
2817         menu, the items on these menus may be used quite often during an
2818         editing session, and so should be available with fewer
2819         keystrokes.
2820
2821         d) I added a number of options to the options menu, including one
2822         for controlling whether the alt key can be used to traverse to
2823         menu items using the accelerators, one for controlling behavior of
2824         control-k, one for controlling how the kill and yank functions
2825         interact with the clipboard, a few additional buffers-menu
2826         options, and various other things.  I also did a bit of
2827         rearranging, for example, combining the keyboard and mouse options
2828         into a single keyboard and mouse submenu to facilitate the
2829         accelerators on that level.
2830
2831         e) I changed the variable buffers-menu-format-buffer-line-function
2832         to take two arguments instead of one, the second argument being
2833         the line number for use in creating an accelerator.  I added a
2834         hack to support existing functions with one argument (although I
2835         doubt that very many of these exist), for backward compatibility.
2836
2837         f) I moved the top level mule menu to be a submenu of the edit
2838         menu.  I think that most of the items on this menu are fairly
2839         useless and there are certainly not enough frequently used items
2840         to justify this being its own top level menu.
2841
2842         g) I combined most of the items in big-menubar.el into the main menu.
2843         If people think the main menu is too big, it would be possible to
2844         create different configurations, some smaller.
2845
2846         * menubar.el (check-menu-syntax):
2847         Deleted some syntax checks that were no longer valid, partly
2848         because of changes that were already made a long time ago, and
2849         partly because of a change I made where I allow the name of the
2850         menu item to be an evaluated expression rather than just a string,
2851         similar to all of the other parameters of a menu item.
2852
2853         * minibuf.el:
2854         * minibuf.el (read-file-name-1):
2855         * minibuf.el (mouse-read-file-name-1):
2856         I made a number of changes to improve the appearance
2857         and functioning of the file dialog box.  They include:
2858
2859         a) Fixing the problem where closing the dialog box by clicking on
2860         the close button of the window didn't properly exit the
2861         minibuffer.
2862
2863         b) Fixing the problem that if you typed part of a file name, and
2864         then clicked on a completion with the mouse, the file was not
2865         correctly selected.
2866
2867         c) Changing the title of the dialog box to reflect the operation
2868         being done in accordance with user interface conventions, rather
2869         than the name of the dialog box buffer, which is rather useless.
2870
2871         d) Remove the words "possible completions are" which didn't
2872         belong.
2873
2874         e) Fix things so that the completions scroll off the end of the
2875         completions windows only to the right, rather than both to the
2876         right and down, which is in accordance with Windows user interface
2877         conventions.
2878
2879         * msw-init.el (init-post-mswindows-win):
2880         Added a binding for meta-F4, which is the standard windows binding
2881         for exiting a program.
2882
2883         * select.el (get-selection-no-error):
2884         * select.el (own-selection):
2885         * select.el (own-clipboard):
2886         Added an optional argument called append to the functions
2887         own-selection and own-clipboard.  This adds support for appending
2888         text to the existing selection and allows the function
2889         own-clipboard to be used as the value of the variable
2890         interprogram- cut-function.
2891
2892         Fixed a bug in own-selection in handling zmacs-region-stays.
2893
2894         * simple.el (historical-kill-line): New.
2895
2896         * simple.el (kill-line):
2897         * simple.el (interprogram-cut-function):
2898         * simple.el (interprogram-paste-function):
2899         * simple.el (handle-pre-motion-command):
2900         * simple.el (next-line):
2901         * simple.el (previous-line):
2902         a) Expanded the variable kill-whole-line, so that function
2903         kill-line can be set to delete the entire line always, not just
2904         when cursor is at the beginning of the line.  This is controlled
2905         by setting the variable kill-whole-line to the symbol 'always.
2906         This behavior, as well as the existing kill-whole-line behavior,
2907         now only take effect when kill-line is called interactively,
2908         although this is a departure from a previous behavior in the case
2909         of setting this variable kill-whole-line to t.  It is almost
2910         certainly what has always been intended, and most likely the old
2911         way of doing things introduced bugs.  I also created a function
2912         called historical-kill-line, which ignores the kill-whole-line
2913         setting and always gives the historical behavior of only killing
2914         to the end of the line.  I bound this function to shift- control-k
2915         so that the kill to end of line behavior is available, even when
2916         kill-whole-line has been set to change control-k into the simple
2917         delete-whole-line behavior. (This can be set using the options
2918         menu.)
2919
2920         b) I changed things so that kill and yank now interact with the
2921         clipboard by default under windows.  This was done by changing the
2922         default value of interprogram-cut- function and
2923         interprogram-paste-function.  You can get the old behavior by
2924         setting these to nil, and there is an option on the options menu
2925         to do this.
2926
2927         c) I added support for selecting text using shifted motion keys.
2928         This support is on by default and can be controlled by the
2929         variable shifted-motion-keys-select-region.  There is also a
2930         variable called unshifted-motion-keys-deselect-region that
2931         controls more specifically how the shifted motion key behavior
2932         works.  I did not put an option on the options menu to turn this
2933         off, because I can't imagine why this would be useful.
2934
2935         * simple.el (forward-block-of-lines):
2936         * simple.el (backward-block-of-lines):
2937         * simple.el (block-movement-size):
2938         New.
2939
2940         * simple.el (uncapitalized-title-words):
2941         * simple.el (uncapitalized-title-word-regexp):
2942         * simple.el (capitalize-string-as-title):
2943         * simple.el (capitalize-region-as-title):
2944         New.
2945
2946
2947         * subr.el (add-hook):
2948         * subr.el (make-local-hook): New.
2949         * subr.el (remove-local-hook): New.
2950         * subr.el (add-one-shot-hook): New.
2951         * subr.el (add-local-one-shot-hook): New.
2952         Added some functions to make using hooks easier.
2953         These include:
2954
2955         a) Functions add-local-hook and remove-local-hook to make it easy
2956         to use local hooks.
2957
2958         b) Functions add-one-shot-hook and add-local-one-shot-hook, which
2959         make it possible to add a "one-shot" hook, which is to say a hook
2960         that runs only once, and automatically removes itself after the
2961         first time it has run.
2962
2963 2000-03-09  Andy Piper  <andy@xemacs.org>
2964
2965         * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
2966
2967 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
2968
2969         * buff-menu.el (buffers-menu-omit-invisible-buffers):
2970         Moved from menubar-items.el.
2971         * dumped-lisp.el: Dump gutter-items regardless of menubar.
2972
2973 2000-03-08  Andy Piper  <andy@xemacs.org>
2974
2975         * gutter-items.el (build-buffers-tab-internal): add selected field
2976         to buffers tab spec.
2977
2978 2000-03-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
2979
2980         * minibuf.el (last-exact-completion): Initialize to nil.
2981
2982 2000-03-07  Didier Verna  <didier@xemacs.org>
2983
2984         * startup.el (command-line-1): remove unused variable
2985         `first-file-buffer'.
2986
2987 2000-02-29  Hrvoje Niksic  <hniksic@iskon.hr>
2988
2989         * loaddefs.el (completion-ignored-extensions): Removed ".log",
2990         which is also used for Web server log files.
2991
2992 2000-02-03  IKEYAMA Tomonori <tomonori@suiyokai.org>
2993
2994         * mule/mule-charset.el: Setup auto-fill-chars.
2995
2996 2000-03-02  SL Baur  <steve@beopen.com>
2997
2998         * subr.el (with-string-as-buffer-contents): Reimplement using
2999         `with-temp-buffer'.  Fixes non-unique buffer name problem, fixes
3000         non-deletion of buffer after execution problem.
3001         (with-output-to-string): Use unique buffer name.
3002
3003 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
3004
3005         * gutter-items.el (buffers-tab-sort-function):  New variable.
3006         (buffers-tab-items):  Funcall it to sort the buffer tab list.
3007
3008 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
3009
3010         * startup.el (load-user-init-file):  Merge two `if's to one `or'.
3011
3012 2000-02-28  Martin Buchholz  <martin@xemacs.org>
3013
3014         * menubar-items.el (maybe-add-init-button): Remove the "Load
3015         .emacs" button from all menubars.
3016
3017 2000-03-01  Didier Verna  <didier@xemacs.org>
3018
3019         * rect.el (string-rectangle): depend on `pending-delete-mode' for
3020         region rectangle replacement (from Jan Vroonhof).
3021         (replace-rectangle): new function.
3022
3023 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3024
3025         * mule/mule-cmds.el (set-default-coding-systems): Use
3026         set-terminal-coding-system and set-keyboard-coding-system.
3027         * coding.el (set-terminal-coding-system): Use
3028         set-console-tty-output-coding-system.
3029         (set-keyboard-coding-system): Use
3030         set-console-tty-input-coding-system.
3031
3032 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
3033
3034         * minibuf.el (read-variable): Allow symbol to default argument.
3035
3036 2000-02-27  Andy Piper  <andy@xemacs.org>
3037
3038         * gutter-items.el (update-tab-hook): new function to be used for
3039         hooks.
3040         (create-frame-hook): add update-tab-hook.
3041         (record-buffer-hook): ditto.
3042         (default-gutter-position-changed): ditto.
3043         (default-gutter-position): updating the buffers tab is now handled
3044         by a hook.
3045         (default-gutter-position-changed-hook): new variable.
3046         (gutter-element-visibility-changed-hook): ditto.
3047         (set-gutter-element-visible-p): call it.
3048         (set-gutter-element): use modify-specifier-instances. Set extents
3049         as duplicable before using.
3050         (remove-gutter-element): ditto.
3051         (set-gutter-element-visible-p): ditto.
3052         (init-gutter): new function.
3053         (add-tab-to-gutter): use new gutter-element functions rather than
3054         setting specifiers directly.
3055         (clear-progress): ditto.
3056         (abort-progress): ditto.
3057         (gutter-buffers-tab-visible-p): renamed from
3058         default-gutter-visible-p
3059
3060         * specifier.el (modify-specifier-instances): new function from Jan
3061         Vroonhof.
3062
3063         * x-init.el (init-post-x-win): call init-gutter.
3064
3065         * msw-init.el (init-post-mswindows-win): call init-gutter.
3066
3067         * menubar-items.el (default-menubar): Update to reflect new gutter
3068         variables.
3069
3070 2000-02-26  Andy Piper  <andy@xemacs.org>
3071
3072         * gutter-items.el (set-gutter-element): new function. Add gutter
3073         elements to the specified gutter.
3074         (remove-gutter-element): new function. Remove gutter elements from
3075         the specified gutter.
3076         (set-gutter-element-visible-p): new function. Set gutter element
3077         visibility for the provided gutter-visible specifier.
3078
3079 2000-02-23  Andy Piper  <andy@xemacs.org>
3080
3081         * gutter-items.el (add-tab-to-gutter): specify dimensions
3082         dynamically.
3083
3084 2000-02-24  Martin Buchholz  <martin@xemacs.org>
3085
3086         * gutter-items.el (add-tab-to-gutter):
3087         * package-get.el (package-get-interactive-package-query):
3088         * package-ui.el (pui-directory-exists):
3089         (pui-install-selected-packages):
3090         (pui-list-packages):
3091         Use #'(lambda ...)  instead of '(lambda ...).
3092
3093 2000-02-21  Gregory Neil Shapiro <gshapiro@gshapiro.net>
3094
3095         * startup.el (load-user-init-file): Check to make sure user
3096           has an init-file before calling load().
3097
3098 2000-02-20  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3099
3100         * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
3101
3102 2000-02-23  Martin Buchholz <martin@xemacs.org>
3103
3104         * XEmacs 21.2.31 is released.
3105
3106 2000-02-21  Mike Sperber <mike@xemacs.org>
3107
3108         * loadup.el (really-early-error-handler):
3109         * update-elc.el:
3110         * make-docfile.el:
3111         Remove dependency on EMACSBOOTSTRAP... environment variables.
3112
3113 2000-02-21  Martin Buchholz <martin@xemacs.org>
3114
3115         * XEmacs 21.2.30 is released.
3116
3117 2000-02-19  Martin Buchholz  <martin@xemacs.org>
3118
3119         * byte-optimize.el (byte-optimize-plus):
3120         (byte-optimize-minus):
3121         (byte-optimize-multiply):
3122         Optimize (- 0) to 0, not (-)
3123         Optimize (+ 5 3.0) to 8.0
3124         Optimize (* 5 3.0) to 15.0
3125         Improve readability.
3126
3127 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
3128
3129         * modeline.el: (modeline-scrolling-method): change modeline
3130         mswindows cursor appearance according to the value.
3131
3132         * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
3133         and 'gui-element face colors and 'gui-element face font to Windows
3134         defaults.
3135
3136 2000-02-09 Stef Epardaud  <stef@lunatech.com>
3137
3138         * font-lock.el: Javadoc enhancements
3139
3140 1999-11-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
3141
3142         * ldap.el (toplevel): Test if LDAP support has been compiled in
3143         (ldap-verbose): New option
3144         (ldap-search-entries): Renamed from the previous ldap-search
3145         Conditionalize message display on ldap-verbose
3146         (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
3147         defuns
3148         (ldap-search): Is now defined as an obsolete wrapper calling
3149         ldap-search-basic or ldap-search-entries
3150
3151
3152 1999-12-06  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
3153             Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
3154             Jan Vroonhof  <jan@xemacs.org>
3155
3156         * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
3157         When for-effect is true, didn't call `byte-optimize-form'
3158         in and/or subforms without last.
3159
3160 1999-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
3161
3162         * package-get.el (package-get-download-sites): Use correct custom
3163         type.
3164
3165 2000-02-15  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3166
3167         * files.el (write-file): Ask for coding system when compiled with
3168         file-coding.
3169
3170 2000-02-16  Andy Piper  <andy@xemacs.org>
3171
3172         * buffer.el (switch-to-buffer): give norecord argument to
3173         set-window-buffer instead of explicitly recording.
3174
3175         * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
3176         we have to pick a window.
3177
3178 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3179
3180         * mule/mule-cmds.el (describe-language-support): Don't add
3181         unexist function to help-map.
3182         (describe-coding-system): Don't use already assigend `C'.
3183
3184 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
3185
3186         * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
3187         work in custom.
3188
3189 2000-02-04  Kazuyuki IENAGA <kazz@imasy.or.jp>
3190
3191         * about.el: Ienaga's e-mail address change.
3192
3193 2000-02-16  Samuel Mikes  <smikes@alumni.hmc.edu>
3194
3195         * etags.el (find-tag): force new window -- even if buf already
3196         visible -- when other-window is t
3197
3198 2000-02-16  Martin Buchholz <martin@xemacs.org>
3199
3200         * XEmacs 21.2.29 is released.
3201
3202 2000-02-09  Martin Buchholz  <martin@xemacs.org>
3203
3204         * cl-extra.el (getf): This is now identical to `plist-get', so
3205         just defalias it.
3206         * cl-macs.el: Make getf an alias to plist-get, at the
3207         byte-compiler level, using define-compiler-macro.
3208
3209 2000-02-08  Martin Buchholz  <martin@xemacs.org>
3210
3211         * cl-extra.el (cl-remprop): Remove. remprop is now in C.
3212
3213 2000-02-07  Kyle Jones  <kyle_jones@wonderworks.com>
3214
3215         * lisp/etags.el (find-tag-internal): set exact-tagname to
3216           a regular expression that matches against the tagname
3217           part of the tag entry first instead of only looking in
3218           the context area.
3219
3220 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
3221
3222         * gutter-items.el: fixed typo(s) in customizing default-gutter-position
3223         * toobar.el: fixed typo(s) in customizing default-toolbar-position
3224
3225 2000-02-07  Martin Buchholz <martin@xemacs.org>
3226
3227         * XEmacs 21.2.28 is released.
3228
3229 2000-02-07  Martin Buchholz  <martin@xemacs.org>
3230
3231         * cl-extra.el (getf): Just call `get', never `get*'.
3232         Make arglist match docstring.
3233         Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
3234         * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
3235         * byte-optimize.el: remove references to `get*'.
3236
3237 2000-02-06  Martin Buchholz  <martin@xemacs.org>
3238
3239         * mule/european.el: Add syntax information for Latin3 and Latin4.
3240
3241 2000-02-02  Martin Buchholz  <martin@xemacs.org>
3242
3243         * byte-optimize.el: Byte-optimize (length "foo")
3244
3245 2000-02-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
3246
3247         * window.el (shrink-window-if-larger-than-buffer): Rewrite full
3248         width check using `window-leftmost-p' and `window-rightmost-p'.
3249
3250 2000-02-02  Per Abrahamsen  <abraham@dina.kvl.dk>
3251
3252         * wid-edit.el (widget-match-inline): An atom never matches a
3253           list.
3254
3255 2000-01-29  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3256
3257         * modeline.el: Consolidated 'x and 'mswindows specification under
3258         'win tag.
3259
3260 2000-01-29  Andy Piper  <andy@xemacs.org>
3261
3262         * gutter-items.el: (format-buffers-tab-line): Try and be
3263         intelligent about buffer naming when we have duplicates.
3264
3265 2000-01-29  Andy Piper  <andy@xemacs.org>
3266
3267         * gutter-items.el (gutter-visible-p): Make sure the gutter gets
3268         updated when it becomes visible.
3269
3270 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3271
3272         * bytecomp.el (byte-compile-insert-header): Properly set coding
3273         system under MULE and file-coding.
3274
3275 2000-01-28  Martin Buchholz  <martin@xemacs.org>
3276
3277         * coding.el (dontusethis-set-value-file-name-coding-system-handler):
3278         (dontusethis-set-value-terminal-coding-system-handler):
3279         (dontusethis-set-value-keyboard-coding-system-handler):
3280         Never undefine coding system aliases.  Emergency fix for gnus.
3281
3282 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
3283
3284         * files.el (abbreviate-file-name): Use directory-sep-char instead
3285         of hard-coded "/".
3286
3287 2000-01-27  Hrvoje Niksic  <hniksic@iskon.hr>
3288
3289         * startup.el (user-init-file-base-list): New variable, replacing
3290         user-init-file-base.
3291         (find-user-init-file): New function.
3292         (command-line-early): Use it.
3293         (load-user-init-file): Ditto.
3294
3295 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3296
3297         * gutter-items.el (update-tab-in-gutter): Use proper locale when
3298         calling valid-image-instantiator-format-p
3299
3300 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
3301
3302         * isearch-mode.el (isearch-mode): The variable is
3303         isearch-unhidden-extents, not isearch-opened-extents.
3304
3305 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
3306
3307         * minibuf.el (next-history-element): Modify error message if a
3308         default value is available.
3309
3310 2000-01-26  Martin Buchholz  <martin@xemacs.org>
3311
3312         * bytecomp.el (byte-compile-file): Don't unconditionally write
3313         .elc files in binary - might contain non-Latin1.
3314
3315 2000-01-24  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3316
3317         * process.el (shell-quote-argument): Use (nt-quote-process-args)
3318         for windows-nt.
3319
3320         * version.el:
3321         * startup.el (user-init-file-base):
3322         * process.el (call-process-region):
3323         * files.el (make-backup-file-name):
3324         (backup-file-name-p):
3325         (file-relative-name):
3326         (abbreviate-file-name):
3327         (set-auto-mode):
3328         * code-process.el (call-process-region): Removed unnecessary
3329         branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
3330         support out of the universe.
3331
3332         * process.el:
3333         * code-process.el:
3334         * bytecomp.el (byte-compile-file): Removed reference to
3335         buffer-file-type, and commented usage of binary-process-output
3336         NTEmacs variables.
3337
3338 2000-01-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
3339
3340         * help.el (function-arglist): Add case for macro.
3341
3342 2000-01-22  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3343
3344         * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
3345         printers.
3346         (custom-display): Added a menu for printer/display tags.
3347
3348         * frame.el (frame-type):
3349         * device.el (device-type): Added 'msprinter to the doc string, and
3350         removed 'pc -- it is not going to be implemented ever.
3351         (call-device-method): Fixed docstring typo.
3352         Defined specifier tags 'printer and 'display.
3353
3354 2000-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
3355
3356         * lisp/itimer.el (itimer-run-expired-timers): (consp
3357           last-command-event-time) instead of (consp
3358           'last-command-event-time).
3359
3360 2000-01-21  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3361
3362         * msw-glyphs.el: Removed obsolete commentary.
3363
3364 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
3365
3366         * minibuf.el (read-file-name): Use abbreviate-file-name to produce
3367         better default value.
3368
3369 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
3370
3371         * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
3372         (read-string): Ditto.
3373         (eval-minibuffer): Ditto.
3374         (read-command): Ditto.
3375         (read-function): Ditto.
3376         (read-variable): Ditto.
3377         (read-number): Ditto.
3378         (read-shell-command): Ditto.
3379         (read-number): Record history.
3380
3381 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
3382
3383         * etags.el (find-tag-tag): Use DEFAULT of completing-read.
3384
3385 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
3386
3387         * faces.el (startup-initialize-custom-faces): New function.
3388         Reset all faces created during auto-autoloads loading time
3389         by defface.
3390         * startup.el (command-line): Call it.
3391
3392 2000-01-19  Yoshiki Hayashi  <yoshiki@xemacs.org>
3393
3394         * about.el (about-hackers): Add myself to contributors list.
3395
3396 2000-01-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3397
3398         * menubar-items.el (maybe-add-init-button): Removed an argument in
3399         a call to load-user-init-file, as the function managed to lose its
3400         formal parameter a few betas ago.
3401
3402 2000-01-18  Martin Buchholz <martin@xemacs.org>
3403
3404         * XEmacs 21.2.27 is released.
3405
3406 2000-01-18  Martin Buchholz  <martin@xemacs.org>
3407
3408         * process.el (shell-command-to-string): Use the FSF docstring.
3409         Make shell-command-to-string the standard function, and
3410         exec-to-string the (deprecated) alias.
3411
3412         * startup.el: typo fix.
3413
3414 2000-01-16  Martin Buchholz  <martin@xemacs.org>
3415
3416         * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
3417
3418 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3419
3420         * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
3421         buffers after visible buffers.
3422         (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
3423
3424 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3425
3426         * info.el (Info-extract-menu-node-name): Stop at a dot
3427         followed by whitespace or right parenthesis.
3428
3429 2000-01-15  Hrvoje Niksic  <hniksic@iskon.hr>
3430
3431         * info.el (Info-directory-list): Warn against using Customize with
3432         Info-directory-list.
3433
3434 2000-01-15  Adrian Aichner  <aichner@ecf.teradyne.com>
3435
3436         * minibuf.el (read-file-name): doc fix.
3437
3438         * autoload.el (update-file-autoloads): doc fix.
3439
3440         * about.el (about-hackers): Change my E-mail address.
3441
3442 2000-01-13  Martin Buchholz  <martin@xemacs.org>
3443
3444         * info.el (Info-visit-file): Just use the `f' interactive spec to
3445         read a filename in the standard way.
3446
3447 2000-01-13  Andy Piper  <andy@xemacs.org>
3448
3449         * gutter-items.el (gutter-buffers-tab-orientation): new variable.
3450         (gutter-buffers-tab-extent): new variable.
3451         (update-tab-in-gutter): call add-tab-to-gutter again if the
3452         orientation has changed.
3453         (add-tab-to-gutter): cope with different orientations.
3454
3455 2000-01-11  Didier Verna  <didier@xemacs.org>
3456
3457         * info.el (Info-following-node-name): backward-skip dots as well
3458         as spaces (dots at the end of a node name aren't part of it).
3459         (Info-extract-menu-node-name): don't skip dots. There could be
3460         some in the node name.
3461         (Info-index): allow dots to be part of a node name.
3462
3463 2000-01-12  Andreas Jaeger  <aj@suse.de>
3464
3465         * files.el (auto-mode-alist): Added idlwave-mode.
3466         Patch by Carsten Dominik <dominik@astro.uva.nl>.
3467
3468 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3469
3470         * info.el (Info-search): Show default value.
3471
3472 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3473
3474         * info.el (Info-read-node-completion-table): New variable.
3475         (Info-read-node-name-1): New function.
3476         (Info-read-node-name): Use it.
3477         (Info-follow-reference): Use DEFAULT argument of completing-read.
3478         (Info-menu): Ditto.
3479
3480 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3481
3482         * hyper-apropos.el (hyper-describe-key-briefly): Save
3483         window configuration.
3484         (hyper-describe-face): Use DEFAULT of completing-read.
3485         (hyper-apropos-read-variable-symbol): Ditto.
3486         (hyper-apropos-read-function-symbol): Ditto.
3487
3488 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3489
3490         * mule/mule-cmds.el (set-default-coding-system): Set
3491         comint-exec-hook to use coding-system-for-read and
3492         coding-system-for-write so that C-x RET c works.
3493
3494 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3495
3496         * minibuf.el (minibuffer-confirm-incomplete): Customize.
3497         (previous-matching-history-element): Increment
3498         minibuffer-max-depth by 1.
3499         (next-matching-history-element): Ditto.
3500
3501 2000-01-11  Andy Piper  <andy@xemacs.org>
3502
3503         * gutter-items.el (buffers-tab): Create a new face for the buffers
3504         tab.
3505         (buffers-tab-face): use it.
3506
3507 2000-01-10  Didier Verna  <didier@xemacs.org>
3508
3509         * modeline.el (modeline-scrolling-method): change modeline X
3510         cursor appearance according to the value.
3511
3512 2000-01-07  Andreas Jaeger  <aj@suse.de>
3513
3514         * about.el (about-hackers): Moved my entry to contributor list.
3515         (xemacs-hackers): Added myself.
3516         (about-maintainer-info): Added description of myself.
3517
3518
3519 2000-01-07  Didier Verna  <didier@xemacs.org>
3520
3521         * modeline.el (modeline-scrolling-method): new variable.
3522         (mouse-drag-modeline): add reference to it in the docstring.
3523         (mouse-drag-modeline): handle it.
3524
3525 2000-01-08  Andy Piper  <andy@xemacs.org>
3526
3527         * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
3528         calls.
3529         (remove-buffer-from-gutter-tab): ditto.
3530
3531 2000-01-06  Per Abrahamsen  <abraham@dina.kvl.dk>
3532
3533         * cus-edit.el (custom-hook-convert-widget): Fix comment.
3534         (custom-face-edit): Fix grammatical error in help message.
3535
3536 2000-01-03  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3537
3538         * movemail.el: Added.
3539
3540         * dumped-lisp.el (preloaded-file-list): Added movemail.el.
3541
3542 2000-01-03  Didier Verna  <didier@xemacs.org>
3543
3544         * modeline.el (mouse-drag-modeline): remove the code related to
3545         the modeline horizontal scrolling facility.
3546
3547 1999-12-31  Martin Buchholz <martin@xemacs.org>
3548
3549         * XEmacs 21.2.26 is released.
3550
3551 1999-12-28  Andy Piper  <andy@xemacs.org>
3552
3553         * wid-edit.el (widget-push-button-value-create): The gui cache
3554         does not agree with native widgets which can only be displayed
3555         once per window. The reasons for caching are diminished now that
3556         we don't hog resources when creating buttons.
3557         (widget-push-button-cache) deleted.
3558
3559 1999-12-24  Martin Buchholz <martin@xemacs.org>
3560
3561         * XEmacs 21.2.25 is released.
3562
3563 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3564
3565         * hyper-apropos.el (hyper-apropos): Toggle
3566         hyper-apropos-programming-apropos correctly.
3567         Set REGEXP when user accepts default value.
3568
3569 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3570
3571         * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
3572         (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
3573
3574 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3575
3576         * mule/mule-category.el (undefined-category-designator):
3577         Return char instead of character.  Search for undefined one.
3578         (describe-category): Use with-displaying-help-buffer.
3579
3580 1999-12-21  Martin Buchholz  <martin@xemacs.org>
3581
3582         * byte-optimize.el (byte-optimize-plus):
3583         Optimize (+ 1) to 1 instead of (1+ nil).
3584
3585         * files.el (basic-save-buffer): Rewrite for clarity.  Use (char-before).
3586
3587         * byte-optimize.el (byte-compile-butlast): Remove.  Use butlast instead.
3588
3589         * byte-optimize.el (byte-optimize-char-before): New function.
3590         Remove performance penalty for using (char-before) instead of (char-after).
3591
3592 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3593
3594         * mule/mule-category.el (char-category-list): Return character
3595         instead of integer.
3596
3597 1999-12-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3598
3599         * minibuf.el (read-buffer): Check default is buffer object.
3600
3601 1999-11-25  Andy Piper  <andy@xemacs.org>
3602
3603         * cus-edit.el (custom-buffer-create-buttons): Use native widgets
3604         for buttons.
3605
3606 1999-12-16  Andreas Jaeger  <aj@suse.de>
3607
3608         * package-get.el (package-get-maybe-save-index): Fixed typo.
3609         Patch by Jeff Miller <jmiller@smart.net>.
3610
3611 1999-12-13  Charles G Waldman  <cgw@alum.mit.edu>
3612
3613         * gnuserv.el (gnuserv-process-filter):  don't call
3614         gnuserv-write-to-client when gnuserv-current-client is nil
3615
3616 1999-12-14  Martin Buchholz <martin@xemacs.org>
3617
3618         * XEmacs 21.2.24 is released.
3619
3620 1999-12-12  Gunnar Evermann  <ge204@eng.cam.ac.uk>
3621
3622         * about.el (about-hackers): Update my email address.
3623
3624 1999-12-07  Martin Buchholz <martin@xemacs.org>
3625
3626         * XEmacs 21.2.23 is released.
3627
3628 1999-11-06  Jason R Mastaler  <jason@mastaler.com>
3629
3630         * package-get.el (package-get-download-sites): Removed several
3631         defunct download sites, added many new ones, and corrected a few
3632         incorrect directory-on-site entries.  Added physical locations to
3633         site-description.
3634
3635 1999-11-30  Gunnar Evermann  <ge204@eng.cam.ac.uk>
3636
3637         * finder.el (finder-commentary): add DOC string and fix
3638         interactive spec
3639
3640 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
3641
3642         * help.el (describe-function): Don't forget to intern the string
3643         completing-read returns.
3644         (describe-variable): Ditto.
3645
3646 1999-11-16  Adrian Aichner  <adrian@xemacs.org>
3647
3648         * hyper-apropos.el (hyper-apropos-this-symbol): Handle
3649         `hyper-apropos-help-mode' here to find symbol to customize
3650         irregardless of cursor position and simplify
3651         `hyper-apropos-set-variable', `hyper-apropos-find-function', and
3652         `hyper-apropos-popup-menu'.
3653
3654 1999-11-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3655
3656         * apropos.el (apropos-mode-map): Add return to call
3657         apropos-follow.
3658         (apropos-print): Call apropos-mode to have better
3659         command reference. Put keymap text-poperty to
3660         symbole name.
3661
3662 1999-11-22  Alastair Burt  <burt@dfki.de>
3663
3664         * help.el: (describe-bindings-1): Added handling of keymaps for
3665         the extents at point.
3666
3667 1999-12-02  Mark Thomas  <mthomas@jprc.com>
3668
3669         * gutter-items.el (buffers-tab-items): Wrap the function in a
3670         save-match-data
3671
3672 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
3673
3674         * help.el (describe-function): Use the DEFAULT argument to
3675         completing-read.
3676         (describe-variable): Ditto.
3677
3678 1999-11-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3679
3680         * minibuf.el (read-from-minibuffer): Add optional argument
3681         DEFAULT to have better mini-buffer history support.
3682         (completing-read): Pass default to read-from-minibuffer.
3683         (read-buffer): Pass default to completing-read.
3684
3685 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
3686
3687         * font-lock.el (font-lock-doc-string-face): Document the
3688         `font-lock-lisp-like' property.
3689
3690 1999-11-29  Hrvoje Niksic  <hniksic@iskon.hr>
3691
3692         * lisp-mode.el: Specify `font-lock-lisp-like'.
3693
3694         * font-lock.el (font-lock-lisp-like): New function.
3695         (font-lock-fontify-syntactically-region): Use it.
3696
3697 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
3698
3699         * XEmacs 21.2.22 is released
3700
3701 1999-11-28  Martin Buchholz <martin@xemacs.org>
3702
3703         * XEmacs 21.2.21 is released.
3704
3705 1999-11-18  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3706
3707         * minibuf.el (read-coding-system): Accept symbol and
3708         coding-system object as a default-coding-system.
3709
3710 1999-11-16  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3711
3712         * minibuf.el (read-coding-system): Accept symbol as
3713         a default-coding-system.
3714
3715 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3716
3717         * apropos.el (apropos-documentation): Use insert instead
3718         of princ.
3719
3720 1999-11-07  William M. Perry  <wmperry@aventail.com>
3721
3722         * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
3723           for the linux console.
3724
3725         * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
3726           stuff to work when you are not on a window system, since the GPM
3727           mouse support now allows pasting from outside of XEmacs.
3728
3729 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
3730
3731         * XEmacs 21.2.20 is released
3732
3733 1999-11-06  Hrvoje Niksic  <hniksic@iskon.hr>
3734
3735         * setup-paths.el (paths-default-info-directories): Add
3736         /usr/share/info and /usr/local/share/info.
3737
3738 1999-10-30  Hrvoje Niksic  <hniksic@srce.hr>
3739
3740         * about.el: Updated Vladimir Ivanovic's info.
3741
3742 11999-08-28  Jan Vroonhof  <vroonhof@math.ethz.ch>
3743
3744         * auto-show.el (auto-show-truncationp): Remove.
3745
3746         * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
3747
3748 999-09-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
3749
3750         * indent.el (indent-line-to): fix bug: spaces were not replaced
3751         with tab if column is multiple of tab-width
3752         From dhn@qedinc.com
3753
3754 1999-10-24  Jan Vroonhof  <vroonhof@math.ethz.ch>
3755
3756         * mule/mule-cmds.el (read-input-method-name): Accept symbols
3757         correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
3758
3759         * package-get.el (package-get-package-provider): Be verbose when
3760         interactive. Patch from Robert Pluim
3761
3762 1999-08-23  Mike McEwan  <mike@lotusland.demon.co.uk>
3763
3764         * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
3765         info file suffixes.
3766
3767 1999-08-19  Stephen Tse  <stephent@sfu.ca>
3768
3769         * process.el (open-network-stream): Add a new optional parameter
3770         PROTOCOL to support udp; fix a minor typo and add an explanation
3771         in docstring for udp programming.
3772
3773         * code-process.el (open-network-stream): Add a new optional
3774         parameter PROTOCOL to support udp; fix a minor typo and add an
3775         explanation in docstring for udp programming.
3776
3777 1999-10-18  Andy Piper  <andy@xemacs.org>
3778
3779         * gui.el (make-gui-button): be more precise about how we call
3780         callbacks.
3781
3782         * wid-edit.el (widget-push-button-value-create): Use the new form
3783         of native gui-button.
3784
3785 1999-10-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3786
3787         * info.el (Info-page-prev): Don't do (sit-for 0).
3788
3789 1999-10-13  Andy Piper  <andy@xemacs.org>
3790
3791         * gutter-items.el (progress-abort-glyph): new glyph for showing
3792         abort status.
3793         (append-progress): dispatch-event rather than sit-for.
3794         (abort-progress): new function. Show the abort glyph with an
3795         appropriate message.
3796         (raw-append-progress): dispatch-event rather than sit-for.
3797         (display-progress): cope with aborts.
3798
3799         * gui.el (make-gui-button): Use native widgets for buttons
3800         unconditionally.
3801         (insert-gui-button): ditto.
3802         (gui-button-p): ditto.
3803
3804         * xbm-button.el: remove from core.
3805
3806         * xpm-button.el: remove from core.
3807
3808 1999-10-07  Olivier Galibert  <galibert@pobox.com>
3809
3810         * faces.el (init-device-faces): Don't initialize the random faces
3811         on the stream device.
3812
3813 1999-10-06  Andy Piper  <andy@xemacs.org>
3814
3815         * files.el (recover-file): Don't use ls under windows for revert buffer.
3816
3817 1999-09-25  Adrian Aichner  <adrian@xemacs.org>
3818
3819         * package-get.el (package-get-download-menu): Make menu really
3820         toggle download sites.
3821         (package-get-download-sites): Add autoload cookie.
3822
3823 1999-09-29  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3824
3825         * setup-paths.el (paths-find-module-directory): Ditto.
3826
3827 1999-09-29  Werner Fink  <werner@suse.de>
3828
3829         * setup-paths.el (paths-find-exec-directory): Add missing nil
3830         parameter for environment.
3831
3832 1999-09-27  Martin Buchholz  <martin@xemacs.org>
3833
3834         * modeline.el (modeline-format):
3835         Only purecopy the strings.  Else
3836         (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
3837         barfs.
3838
3839 1999-08-28  Mike Woolley  <mike@bulsara.com>
3840
3841         * winnt.el: Removed nt-shell-mode-hook, which was preventing the
3842         user setting comint-completion-addsuffix and
3843         comint-process-echoes.
3844
3845 1999-09-22  Andy Piper  <andy@xemacs.org>
3846
3847         * gutter-items.el (update-tab-in-gutter): use
3848         last-nonminibuf-window instead of selected-window.
3849
3850 1999-09-18  Andy Piper  <andy@xemacs.org>
3851
3852         * gnuserv.el (gnuserv-edit-files): select frame we are going to
3853         display on.
3854
3855         * subr.el (record-buffer-hook): new variable so that the hook gets
3856         some documentation.
3857
3858 1999-09-16  Andy Piper  <andy@xemacs.org>
3859
3860         * gutter-items.el (update-tab-in-gutter): only update when the
3861         gutter is visible.
3862         (remove-buffer-from-gutter-tab): ditto.
3863
3864 1999-09-17  Hrvoje Niksic  <hniksic@srce.hr>
3865
3866         * simple.el (do-auto-fill): Commented out part of Kinsoku
3867         processing.
3868
3869 1999-09-14  Hrvoje Niksic  <hniksic@srce.hr>
3870
3871         * isearch-mode.el (isearch-highlightify-region): Give the
3872         highlighting extents a high priority.
3873         (isearch-make-extent): Give the main highlighting extent an even
3874         higher priority.
3875
3876 1999-09-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3877
3878         * packages.el (packages-compute-package-locations): Fix typo from
3879         -u rationalization.
3880
3881 1999-09-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3882
3883         * setup-paths.el (paths-find-doc-directory): Respect value of
3884         `configure-doc-directory.'
3885
3886         * find-paths.el (paths-find-architecture-directory): Give
3887         precendence `default' argument (which typically comes from
3888         configure).
3889
3890 1999-09-05  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3891
3892         * startup.el (command-line-early): Added options -user-init-file
3893         and -user-init-directory.
3894
3895         * files.el (user-init-file): Default to NIL so we can recognize
3896         when it's set.
3897
3898 1999-08-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3899
3900         * obsolete.el (init-file-user):
3901         * startup.el:
3902         * packages.el (packages-compute-package-locations):
3903         * package-get.el (package-get-user-index-filename):
3904         * menubar-items.el (maybe-add-init-button):
3905         * info.el (Info-annotations-path):
3906         * dump-paths.el:
3907         Change `user-init-directory' to be an absolute path.
3908         Use `user-init-directory' where appropriate.
3909         Zap `init-file-user' and its uses.
3910
3911 1999-09-09  Hrvoje Niksic  <hniksic@srce.hr>
3912
3913         * subr.el (copy-symbol): New function.
3914
3915 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
3916
3917         * isearch-mode.el (isearch-done): Be sure to restore invisible
3918         extents in the proper buffer.
3919         (isearch-pre-command-hook): Set this-command to the correct value
3920         in case the buffer has changed and old overriding-local-map was
3921         used.
3922         (isearch-restore-extent): Use remprop instead of setting the
3923         property to nil.
3924
3925 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
3926
3927         * cmdloop.el (execute-extended-command): Update zmacs region
3928         before the delay.
3929         (execute-extended-command): Make the message gettext-friendly.
3930
3931 1999-09-07  Andy Piper  <andy@xemacs.org>
3932
3933         * gutter-items.el (progress-gauge-glyph): renamed from
3934         progress-glyph.
3935         (progress-text-glyph): new variable.
3936         (progress-layout-glyph): use layouts and text glyphs.
3937         (progress-area-buffer): removed.
3938         (progress-text-and-extent): new variable.
3939         (progress-displayed-p): dynamically create gutter area buffer.
3940         (clear-progress): ditto.
3941         (raw-append-progress): ditto.
3942         (append-progress): use new glyph names.
3943         (raw-append-progress): only create the extent when needed. set
3944         properties more optimally.
3945         (progress): remove args.
3946
3947 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
3948
3949         * isearch-mode.el (isearch-range-invisible): Use mapc instead of
3950         mapcar where the return value is unused.
3951         (isearch-restore-invisible-extents): Ditto.
3952         (isearch-highlight-all-cleanup): Ditto.
3953         (isearch-delete-extents-in-range): Traverse the extents only once.
3954         (isearch-highlight-all-update): Don't start over if the search
3955         string has changed and more input is pending.
3956
3957 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
3958
3959         * packages.el (packages-find-package-data-path): Ditto.
3960
3961         * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
3962
3963         * subr.el (mapc-internal): Don't make obsolete.
3964
3965         * cl-extra.el (mapc): Resurrect.
3966
3967 1999-09-03  Hrvoje Niksic  <hniksic@srce.hr>
3968
3969         * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
3970         alias.
3971
3972         * isearch-mode.el (isearch-top-state): Restore isearch-word.
3973         (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
3974         (isearch-yank-clipboard): Use get-clipboard instead of
3975         x-get-clipboard.
3976         (isearch-yank-selection): Fix docstring.
3977
3978 1999-09-02  Martin Buchholz  <martin@xemacs.org>
3979
3980         * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
3981
3982 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
3983
3984         * cl-macs.el (extent-start-position): Fix setf method.
3985         (extent-end-position): Ditto.
3986
3987 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
3988
3989         * isearch-mode.el: End merge with FSF 20.4.
3990
3991         * isearch-mode.el (search-invisible): New variable.
3992         (isearch-hide-immediately): Ditto.
3993         (isearch-unhidden-extents): Ditto.
3994         (isearch-range-invisible): New function.
3995         (isearch-unhide-extent): Ditto.
3996         (isearch-restore-invisible-extents): Ditto.
3997         (isearch-restore-extent): Ditto.
3998
3999         * isearch-mode.el (isearch-ring-advance-edit): Use FSF
4000         implementation.
4001         (isearch-ring-retreat-edit): Ditto.
4002         (isearch-forward): New argument NO-RECURSIVE-EDIT.
4003         (isearch-forward-regexp): New arguments NOT-REGEXP and
4004         NO-RECURSIVE-EDIT.
4005         (isearch-backward): New argument NO-RECURSIVE-EDIT.
4006         (isearch-backward-regexp): New arguments NOT-REGEXP and
4007         NO-RECURSIVE-EDIT.
4008         (isearch-mode): Return isearch-success.
4009         (isearch-update): Use unread-command-events instead of
4010         unread-command-event.
4011         (isearch-abort): If an invalid regexp is encountered, keep popping
4012         states.
4013         (isearch-*-char): Use FSF implementation.
4014         (isearch-whitespace-chars): Use the more robust FSF's
4015         implementation.
4016         (isearch-within-brackets): New variable.
4017         (isearch-mode): Initialize it.
4018         (isearch-edit-string): Bind it.
4019         (isearch-search-and-update): Set it.
4020         (isearch-push-state): Push it.
4021         (isearch-top-state): Pop it.
4022         (isearch-search): Set it.
4023         (isearch-printing-char): When called by isearch-whitespace-chars,
4024         handle M-SPC gracefully.
4025         (isearch-message-prefix): New argument ELLIPSIS.
4026         (isearch-message-suffix): Ditto.
4027         (isearch-message): Use the ELLIPSIS argument when calling
4028         isearch-message-prefix and isearch-message-suffix.
4029         (isearch-message-prefix): Distinguish between "wrapped" and
4030         "overwrapped" search, FWIW.
4031
4032 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
4033
4034         * isearch-mode.el (isearch-edit-string): Use the head of the
4035         search ring instead of search-last-string and search-last-regexp.
4036         (search-highlight): Renamed from isearch-highlight.
4037         (isearch-exit): Use the new name.
4038         (isearch-highlight): Ditto.
4039         (isearch-dehighlight): Ditto.
4040         (isearch-update-ring): New function.
4041         (isearch-done): Call it.
4042         (isearch-done): New argument EDIT.
4043         (isearch-repeat): If search string is empty, look up at the car of
4044         the search ring; ignore the yank pointer.
4045         (isearch-abort): Call isearch-done with NOPUSH.
4046         (isearch-cancel): New function.
4047         (isearch-mode-map): Bind it to ESC ESC ESC.
4048
4049         * isearch-mode.el: Begin merge with FSF 20.4.
4050
4051 1999-09-01  Andy Piper  <andy@xemacs.org>
4052
4053         * x-select.el (x-get-clipboard): obsolete.
4054         (x-yank-clipboard-selection): obsolete
4055
4056         * select.el (disown-selection): need to be careful to disown the
4057         clipboard if we set it via selection.
4058         (get-clipboard): move from x-select.el
4059         (yank-clipboard-selection): ditto.
4060
4061 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
4062
4063         * isearch-mode.el (isearch-exit): Bind isearch-highlight and
4064         isearch-highlight-all-matches to nil.
4065         (isearch-fixed-case): New variable.
4066         (isearch-mode): Initialize it.
4067         (isearch-edit-string): Save it.
4068         (isearch-toggle-case-fold): Set it.
4069         (isearch-fix-case): Make sure isearch-toggle-case-fold works --
4070         need to check isearch-fixed-case.
4071         (isearch-toggle-case-fold): Update highlighting of all matches
4072         before the pause.
4073         (isearch-edit-string):
4074
4075 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
4076
4077         * isearch-mode.el (isearch-edit-string): Call isearch-message
4078         before reading the event so that the prompt is displayed properly.
4079         (isearch-message): Use isearch-nonincremental when calling
4080         isearch-message-prefix.
4081         (minibuffer-local-isearch-map): Bind up and down to do the same as
4082         M-p and M-n respectively.
4083         (isearch-done): New arg NOPUSH.
4084         (isearch-edit-string): Use it.
4085         (isearch-edit-string): Don't bind isearch-string.
4086         (isearch-ring-adjust): Edit string, *then* push state.
4087
4088 1999-08-31  Hrvoje Niksic  <hniksic@srce.hr>
4089
4090         * faces.el (isearch-secondary): Make isearch-secondary look
4091         different than default.
4092
4093 1999-08-30  Hrvoje Niksic  <hniksic@srce.hr>
4094
4095         * isearch-mode.el (isearch-yank): Use progn instead of the inner
4096         save-excursion.
4097         (isearch-dehighlight): Remove TOTALLY.  Simplify.
4098         (isearch-update): Call isearch-dehighlight without arguments.
4099         (isearch-done): Ditto.
4100
4101         * isearch-mode.el (isearch-fix-case): If the search string has no
4102         upper-case letters, allow the folding to be reenabled.
4103         Previously, once disabled, the folding would remain that way until
4104         the end of isearch.
4105         (isearch-top-state): Call isearch-fix-case.
4106
4107         * isearch-mode.el (isearch-yank): Use progn instead of the inner
4108         save-excursion.
4109         (isearch-dehighlight): Remove TOTALLY.  Simplify.
4110
4111 1999-08-31  Jan Vroonhof  <jan@xemacs.org>
4112
4113         * xpm-button.el:
4114         xbm-button.el: Need to exist in core because gui.el depends on
4115         them.
4116
4117 1999-08-31  Andy Piper  <andy@xemacs.org>
4118
4119         * gutter-items.el (buffers-tab-face): new customizable variable.
4120         (buffers-tab-default-buffer-line-length): new specifier for
4121         maximum viewable characters.
4122         (progress-stack): new variable for implementing widget-based
4123         progress messages.
4124         (progress-area-buffer): ditto.
4125         (progress-glyph-height): ditto.
4126         (progress-stop-callback): ditto.
4127         (progress-quit-function): new function.
4128         (progress-glyph): new variable.
4129         (progress-layout-glyph): ditto.
4130         (progress-displayed-p): new function, see message-displayed-p for
4131         details.
4132         (clear-progress): ditto.
4133         (remove-progress): ditto.
4134         (append-progress): ditto.
4135         (raw-append-progress): ditto.
4136         (display-progress): ditto.
4137         (current-progress): ditto.
4138         (current-progress-label): ditto.
4139         (progress): ditto.
4140         (lprogress): ditto.
4141
4142
4143 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
4144
4145         * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
4146
4147         * isearch-mode.el (isearch-yank-x-selection): Renamed to
4148         `isearch-yank-selection'.
4149         (isearch-mode-map): Use it.
4150         (isearch-yank-selection): Use `get-selection' instead of
4151         `get-x-selection'.
4152
4153 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
4154
4155         * faces.el (isearch-secondary): Create face here.
4156
4157         * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
4158         timers.
4159
4160 1999-08-27  Hrvoje Niksic  <hniksic@srce.hr>
4161
4162         * subr.el (buffer-string): More robust backward compatibility
4163         check, courtesy William Perry.
4164
4165 1999-08-26  Hrvoje Niksic  <hniksic@srce.hr>
4166
4167         * replace.el (perform-replace): Stop the search after the search
4168         limit has been reached.
4169
4170 1999-08-23  Andy Piper  <andy@xemacs.org>
4171
4172         * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
4173         here if we don't have one.
4174
4175 1999-08-15  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
4176
4177         * ldap.el (ldap-coding-system): Default to nil until we get
4178         efficient UTF8 support
4179         (ldap-decode-string): Guard against `decode-coding-string' not
4180         being defined
4181         (ldap-encode-string): Guard against `encode-coding-string' not
4182         being defined
4183
4184 1999-08-23  Didier Verna  <didier@xemacs.org>
4185
4186         * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
4187         Some doc strings improvements, and add a star to the `interactive'
4188         calls.
4189
4190 1999-08-18  Stef Epardaud  <stef@lunatech.com>
4191
4192         * font-lock.el (java-font-lock-keywords-3): introduced new
4193         keywords and regexpes for javadoc syntax 1.2.
4194
4195 1999-08-17  Andy Piper  <andy@xemacs.org>
4196
4197         * gutter-items.el (buffers-tab-format-buffer-line-function): use
4198         format-buffers-tab-line.
4199         (buffers-tab-max-buffer-line-length): new variable.
4200         (format-buffers-tab-line): new function. truncate names if over
4201         buffers-tab-max-buffer-line-length.
4202
4203 1999-08-13  Charles G Waldman  <cgw@fnal.gov>
4204
4205         * cus-start.el: Customize the variable `bell-inhibit-time'.
4206
4207 1999-08-16  Andy Piper  <andy@xemacs.org>
4208
4209         * gutter-items.el (remove-buffer-from-gutter-tab): take a
4210         brute-force approach to deleting the last buffer.
4211         (buffers-tab-grouping-regexp): new customizable variable.
4212         (select-buffers-tab-buffers-by-mode): use it.
4213
4214 1999-08-13  Andy Piper  <andy@xemacs.org>
4215
4216         * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
4217         deletion problem.
4218
4219 1999-07-30  Didier Verna  <didier@xemacs.org>
4220
4221         * cus-edit.el (custom-save-variables): I said, use prin1 instead
4222         of princ to output symbols.
4223         (custom-save-face-internal): ditto.
4224         (custom-save-resets): ditto.
4225
4226 1999-08-09  Didier Verna  <didier@xemacs.org>
4227
4228         * gutter-items.el (select-buffers-tab-buffers-by-mode): use
4229         `regexp-quote' to protect the major mode name for use as a regular
4230         expression (c++ needs this for instance).
4231
4232 1999-08-08  Andy Piper  <andy@xemacs.org>
4233
4234         * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
4235         cope with similar mode names.
4236
4237         * gutter-items.el (buffers-tab-selection-function): new selection
4238         function.
4239         (select-buffers-tab-buffers-by-mode): new function.
4240         (buffers-tab-items): use it if set to only display buffers in the
4241         tab in the current buffer's group..
4242         (update-tab-in-gutter): use new api.
4243         (remove-buffer-from-gutter-tab): ditto.
4244
4245         * gutter-items.el (buffers-tab-max-size): set custom selection
4246         default to 6.
4247         (buffers-tab-switch-to-buffer): just switch window if the window is visible.
4248         (add-tab-to-gutter): set face as default.
4249
4250 1999-07-07  Jan Vroonhof  <jan@xemacs.org>
4251
4252         * faces.el (frob-face-property): Merge the fall-back specifier
4253         with the target, not replace it.
4254
4255 1999-08-05  Andy Piper  <andy@xemacs.org>
4256
4257         * gutter-items.el (update-tab-in-gutter): add frame argument for
4258         buffer-items.
4259         (update-tab-in-gutter): use it.
4260
4261         * gutter-items.el (record-buffer-hook): set.
4262
4263         * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
4264         change.
4265         (switch-to-buffer-hook) deleted.
4266
4267 1999-08-04  Andy Piper  <andy@xemacs.org>
4268
4269         * gutter-items.el (update-tab-in-gutter): make sure this will work
4270         as an argument to create-frame-hook.
4271
4272 1999-07-30  Hrvoje Niksic  <hniksic@srce.hr>
4273
4274         * isearch-mode.el: Modified Bob and Darryl's code to use itimers
4275         instead of timer emulation.
4276
4277 1999-07-30  Darryl Okahata  <darrylo@sonic.net>
4278
4279         * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
4280         Emacs isearch enhancements.
4281
4282 1999-07-28  Andy Piper  <andy@xemacs.org>
4283
4284         * gutter-items.el (add-tab-to-gutter): put in specifier specs for
4285         all devices that support tab controls.
4286         (remove-buffer-from-gutter-tab): new function. to be used as a
4287         value for kill-buffer-hook.
4288
4289 1999-07-21  Sean MacLennan  <seanm@storm.ca>
4290
4291         * auto-show.el (auto-show-truncationp): changed to match
4292         `window_translation_on'
4293
4294 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
4295
4296         * XEmacs 21.2.19 is released
4297
4298 1999-07-28  SL Baur  <steve@miho>
4299
4300         * code-files.el (insert-file-contents): Fix docstring.
4301         revert previous change.
4302
4303 1999-07-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4304
4305         * fill.el (fill-region-as-paragraph): Change re-break-point to
4306         contain word-across-newline plus one character so that filling
4307         Japanese and Chinese works as desired.
4308         * simple.el (do-auto-fill): Ditto.
4309
4310 1999-07-26  SL Baur  <steve@miho>
4311
4312         * mule/japanese.el ("Japanese"): Do not specify a default input
4313         method.
4314         Suggested by MORIOKA Tomohiko  <tomo@etl.go.jp>
4315
4316 1999-07-23  Jan Vroonhof  <vroonhof@math.ethz.ch>
4317
4318         * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
4319         able to use cl-macs macro in early lisp.
4320
4321 1999-07-23  Jan Vroonhof  <jan@xemacs.org>
4322
4323         * custom.el:
4324         * cus-face.el:
4325         * cus-edit.el:
4326                 Massive custom Theme API changes.
4327
4328 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
4329
4330         * code-files.el (insert-file-contents): Regard
4331         coding-system-magic-cookie if `coding-system-for-read' is nil.
4332
4333 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
4334
4335         * mule/thai-xtis.el: Add coding: local variable, to avoid
4336         bootstrapping problem with C locale.
4337
4338 1999-07-22  Andy Piper  <andy@xemacs.org>
4339
4340         * dumped-lisp.el (preloaded-file-list): guard against putting
4341         gutter-items in a less than functional XEmacs.
4342         * gutter-items.el: put call to `add-tab-to-gutter' back in.
4343
4344 1999-07-18  Bob Weiner  <weiner@beopen.com>
4345
4346         * fill.el (fill-context-prefix): Fixed bug that prevented the
4347         setting of an adaptive fill prefix when the `dont-skip-first' was
4348         t.
4349
4350 1999-07-22  SL Baur  <steve@miho>
4351
4352         * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
4353
4354 1999-06-25  Karl M. Hegbloom  <karlheg@debian.org>
4355
4356         * files.el (interpreter-mode-alist): add `make', `guile', and
4357         `emacs' entries. (#!/usr/bin/make -f ought to send a file into
4358         makefile-mode, guile is a scheme, and someday XEmacs will be
4359         modular enough to use as an efficient scripting tool.)
4360
4361 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
4362
4363         * mule/mule-cmds.el (reset-language-environment): Regard
4364         coding-category `utf-8' and `ucs-4' if they are available.
4365
4366 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
4367
4368         * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
4369         (prefer-coding-system): Fix DOC-string.
4370
4371         * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
4372         DOC-string too.
4373
4374         * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
4375         Mule.
4376         (coding-system-change-eol-conversion): Fix DOC-string.
4377
4378 1999-06-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
4379
4380         * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
4381         instead of `list-coding-system'.
4382
4383 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4384
4385         * menubar-items.el (default-menubar): `select-input-method' was
4386         renamed to `set-input-method'.
4387
4388         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
4389         "Set Language Environment" menu.
4390
4391         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
4392         "Describe Language Support" menu.
4393
4394 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4395
4396         * mule/chinese.el ("Chinese-GB"): Rename
4397         `chinese-gb-environment-setup-function' to
4398         `setup-chinese-gb-environment-internal'.
4399
4400 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4401
4402         * mule/korean.el: Use `define-coding-system-alias' instead of
4403         `copy-coding-system'.
4404
4405 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4406
4407         * mule/mule-cmds.el (set-language-environment-coding-systems):
4408         Treat duplicated coding-categories.
4409
4410 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4411
4412         * mule/japanese.el: Use `define-coding-system-alias' instead of
4413         `copy-coding-system'.
4414
4415 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4416
4417         * mule/vietnamese.el: Specify `iso-8-1' as a category of
4418         coding-system `viscii'.
4419
4420 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4421
4422         * mule/cyrillic.el:
4423         - Specify `iso-8-1' as a category of coding-system `koi8-r'.
4424         (cyrillic-alternativnyj-decode-table): New variable.
4425         (cyrillic-alternativnyj-encode-table): New variable.
4426         - Specify `iso-8-1' as a category of coding-system
4427           `alternativnyj'.
4428         - Abolish general Cyrillic environment.
4429
4430 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4431
4432         * mule/chinese.el:
4433         - Use `define-coding-system-alias' instead of `copy-coding-system'.
4434         - Register `chinese-gb-environment-setup-function' as a
4435           `setup-function' of "Chinese-GB" environment.
4436
4437 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4438
4439         * mule/mule-cmds.el (set-language-info-alist): Allow dummy
4440         optional argument `parents'.
4441
4442         * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
4443         property for Thai-XTIS.
4444
4445         * mule/mule-help.el (help-with-tutorial): Use property
4446         `tutorial-coding-system' of language-info as a coding-system to
4447         read tutorial file.
4448
4449 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4450
4451         * mule/thai-xtis.el: Don't setup `setup-function' and
4452         `exit-function'.
4453
4454         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
4455         `set-coding-category-system' to set up coding-system for
4456         coding-category.
4457
4458         * mule/mule-cmds.el (prefer-coding-system): Use
4459         `set-coding-category-system' to set up coding-system for
4460         coding-category.
4461
4462 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4463
4464         * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
4465         Thai-XTIS environment.
4466
4467         * mule/mule-cmds.el (prefer-coding-system): Use
4468         `find-coding-system' instead of `coding-system-p'.
4469
4470 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4471
4472         * mule/mule-cmds.el (set-language-environment-coding-systems):
4473         Modify eol-type for XEmacs.
4474
4475         * mule/thai-xtis.el: Delete unused local variable `category'.
4476
4477         * mule/mule-cmds.el (coding-system-change-eol-conversion): New
4478         function.
4479         (prefer-coding-system): Don't call
4480         `update-coding-systems-internal'; use function
4481         `coding-category-list' instead of variable `coding-category-list';
4482         use `set-coding-priority-list' instead of `set-coding-priority';
4483         modify `eol-type' for XEmacs.
4484
4485         * mule/mule-misc.el (string-width): Use `charset-width' instead of
4486         `charset-columns'.
4487         (char-width): Likewise.
4488
4489 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4490
4491         * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
4492         `tis-620'.
4493
4494         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
4495         `set-coding-priority-list' instead of `set-coding-priority'; don't
4496         call `update-coding-systems-internal'.
4497
4498         * mule/mule-misc.el (coding-system-get): New function.
4499         (coding-system-put): New function.
4500         (coding-system-category): New function.
4501
4502 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4503
4504         * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
4505         when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
4506         to avoid conflict with leim/quail/thai-xtis.
4507
4508         * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
4509         to thai-xtis-chars.el.
4510
4511         * mule/thai-xtis-chars.el: New file (split from
4512         mule/thai-xtis.el).
4513
4514 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4515
4516         * mule/thai-xtis.el:
4517         - Change category for the charset `thai-xtis' to `?x' from `?T'.
4518         - Add syntax entries.
4519         - Put `preferred-coding-system' of the charset `thai-xtis' to
4520           `tis-620'.
4521
4522 1999-06-28  TAKAHASHI Naoto  <ntakahas@etl.go.jp>
4523
4524         * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
4525         rewritten to use write-multibyte-character.
4526
4527 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4528
4529         mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
4530         of `iso-2022-7'.
4531         (prefer-coding-system): Synced up with Emacs 20.3.11 but not
4532         ported yet.
4533         (read-input-method-name): Treat optional argument `default'.
4534
4535 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4536
4537         * mule/mule-cmds.el (set-language-info): Don't set up menus at
4538         all.
4539         (set-language-info-alist): Set up menus here.
4540
4541 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4542
4543         * minibuf.el (completing-read): Add new optional argument
4544         `default'.
4545         (read-coding-system): Add new optional argument
4546         `default-coding-system'.
4547
4548 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
4549
4550         * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
4551         (viet-viscii-...->viet-vscii...).
4552
4553 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
4554
4555         * mule/mule-cmds.el: Change MULE to Mule in docstrings
4556         and menus.
4557
4558 1999-04-12  Richard M. Stallman  <rms@gnu.org>
4559
4560         * mule/mule-cmds.el (input-method-function): Add permanent-local
4561         property.
4562
4563 1999-03-30  Dave Love  <fx@gnu.org>
4564
4565         * mule/mule-cmds.el (current-language-environment): Doc fix.
4566
4567 1999-02-06  Richard Stallman  <rms@gnu.org>
4568
4569         * mule/european.el (setup-slovenian-environment): New function.
4570         ("Slovenian"): New language environment.
4571
4572 1999-01-27  Dave Love  <fx@gnu.org>
4573
4574         * mule/mule-cmds.el (current-language-environment): Provide :link,
4575         :type (choices) and appropriate :get.
4576
4577 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
4578
4579         * mule/mule-cmds.el (describe-language-environment): Don't alter
4580         input-method-alist.
4581
4582 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
4583
4584         * mule/mule-cmds.el (prefer-coding-system): Call
4585         set-coding-priority, so that the internal array of priorities is
4586         also updated.
4587
4588 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
4589
4590         * mule/mule-cmds.el (prefer-coding-system): If the argument
4591         requires specific EOL conversion type, make the default coding
4592         systems use that.
4593
4594 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
4595
4596         * mule/mule-cmds.el (set-language-environment): Pass the default
4597         eol-type to set-language-environment-coding-systems.
4598         (set-default-coding-systems): Copy the eol-type property for the
4599         new default values of {buffer-file,process}-coding-system from the
4600         old defaults.
4601         (set-language-environment-coding-systems): Accept an optional
4602         argument EOL-TYPE, and set the eol-type property of the default
4603         coding systems accordingly.
4604
4605 1998-10-26  Kenichi Handa <handa@etl.go.jp>
4606
4607         * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
4608         use generate-new-buffer instead of get-buffer-create.
4609
4610 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
4611
4612         * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
4613
4614 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
4615
4616         * mule/mule-cmds.el (default-input-method): Fix custom type.
4617
4618 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
4619
4620         * mule/mule-cmds.el (setup-specified-language-environment):
4621         Add apropos-inhibit property.
4622         (describe-specified-language-support): Likewise.
4623
4624 1998-09-06  Bill Richter  <richter@math.nwu.edu>
4625
4626         * mule/mule-cmds.el: Doc fixes.
4627
4628 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
4629
4630         * mule/mule-cmds.el (register-input-method): Doc-string
4631         modified.
4632
4633 1998-09-01  Dave Love  <fx@gnu.org>
4634
4635         * mule/mule-cmds.el (current-language-environment): Fix
4636         setter function.
4637
4638 1998-08-31  Paul Eggert  <eggert@twinsun.com>
4639
4640         * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
4641         mule/european.el, mule/hebrew.el, mule/japanese.el,
4642         mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
4643         avoid bootstrapping problem if you need to recompile all the Lisp
4644         files using interpreted code.
4645
4646 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
4647
4648         * mule/european.el ("Latin-1"): Modify `documentation' key value.
4649         ("Latin-2"): Likewise.
4650
4651 1998-08-18  Per Starback  <starback@update.uu.se>
4652
4653         * mule/european.el (setup-latin2-environment): Fix typo.
4654
4655 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
4656
4657         * mule/european.el: Give proper value of `input-method' key to all
4658         lang. env.
4659
4660         * mule/mule-cmds.el (activate-input-method): Handle the case that
4661         the arg INPUT-METHOD is nil correctly.
4662         (read-multilingual-string): Activate the specified input method
4663         before calling read-string.  Afterward, activate the original
4664         input method.
4665
4666 1998-08-15  Kenichi HANDA  <handa@etl.go.jp>
4667
4668         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
4669         (set-language-info-alist): Fix typo in doc-string.
4670
4671         * mule/hebrew.el ("Hebrew"): Delete describe-function key.
4672
4673 1998-08-09  Kenichi HANDA  <handa@etl.go.jp>
4674
4675         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
4676         (reset-language-environment): New function for the job that
4677         setup-english-environment used to do.
4678         (set-language-environment): Do more setups according to the info
4679         in language-info-alist.
4680         (read-language-name): Handle the case that the arg KEY is nil.
4681         (describe-language-environment): Handle input-method property.
4682
4683         * mule/: All files under this directory, which related with
4684         specific languages (such as mule/european.el, mule/greek.el,
4685         mule/hebrew.el, mule/misc-lang.el), modified as below.
4686         (setup-XXX-environment): Just call set-language-environment.  If
4687         they used to do some other jobs than what done by
4688         set-language-environment, those jobs are done in
4689         setup-XXX-environment-internal now.
4690         ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
4691         the value to setup-XXX-environment-internal.  Add properties
4692         input-method and features.
4693
4694         * mule/english.el (setup-english-environment): Just call
4695         reset-language-environment.
4696
4697         * mule/european.el (setup-8-bit-environment): Function deleted.
4698
4699 1998-08-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
4700
4701         * mule/mule-cmds.el (input-method-exit-on-first-char)
4702         (input-method-use-echo-area): Doc fixes.
4703
4704 1998-08-06  Kenichi Handa  <handa@etl.go.jp>
4705
4706         * mule/mule-cmds.el (input-method-exit-on-first-char): New
4707         variable.
4708         (input-method-use-echo-area): New variable.
4709
4710 1998-08-01  Kenichi HANDA  <handa@etl.go.jp>
4711
4712         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
4713
4714 1998-07-30  Ken'ichi Handa  <handa@delysid.gnu.org>
4715
4716         * mule/mule-cmds.el (activate-input-method): Update mode line.
4717         (inactivate-input-method): Likewise.
4718
4719 1998-07-19  Kenichi Handa  <handa@etl.go.jp>
4720
4721         * mule/mule-cmds.el (read-multilingual-string): Don't activate an
4722         input method in the current buffer, but just bind
4723         current-input-method.
4724
4725 1998-07-08  Kenichi Handa  <handa@etl.go.jp>
4726
4727         * mule/hebrew.el ("Hebrew"): Add coding-priority.
4728
4729         * mule/misc-lang.el ("IPA"): Add coding-priority and
4730         coding-system.
4731
4732 1998-06-26  Ken'ichi Handa  <handa@melange.gnu.org>
4733
4734         * mule/greek.el: Add coding-priority.
4735
4736 1998-05-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
4737
4738         * mule/mule-cmds.el (register-input-method): Rename arg ENV to
4739         LANG-ENV.
4740
4741 1998-05-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
4742
4743         * mule/mule-cmds.el (register-input-method): Fix previous change.
4744         (setup-specified-language-environment): Doc fix.
4745
4746 1998-05-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
4747
4748         * mule/mule-cmds.el: Several doc fixes.
4749         (get-language-info, set-language-info): Rename argument.
4750         (set-language-info-alist): Likewise.
4751         (register-input-method): Rename argument.
4752         (activate-input-method): If INPUT-METHOD is nil, deactivate.
4753
4754 1998-05-04  Kenichi Handa  <handa@etl.go.jp>
4755
4756         * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
4757         default value while reading an input method.
4758
4759 1998-05-01  Kenichi Handa  <handa@etl.go.jp>
4760
4761         * mule/mule-cmds.el (universal-coding-system-argument):
4762         Use buffer-file-coding-system as default.
4763
4764 1998-04-14  Andreas Schwab  <schwab@mescaline.gnu.org>
4765
4766         * mule/korean.el ("Korean"): Doc fix.
4767
4768 1998-04-11  Kenichi Handa  <handa@etl.go.jp>
4769
4770         * mule/mule-cmds.el (describe-language-environment): Print the
4771         languge environment at the head.
4772
4773 1998-04-06  Kenichi Handa  <handa@etl.go.jp>
4774
4775         * mule/japanese.el: Set exit-function to exit-japanese-environment
4776         for Japanese environment.
4777
4778 1998-03-20  Richard Stallman  <rms@psilocin.gnu.org>
4779
4780         * mule/mule-cmds.el (set-language-environment): Doc fix.
4781         (current-language-environment): Use defcustom.
4782         (default-input-method): Specify :type.
4783
4784 1998-03-02  Kenichi Handa  <handa@etl.go.jp>
4785
4786         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
4787         modified.
4788         (prefer-coding-system): Doc-string modified.
4789
4790 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
4791
4792         * mule/mule-cmds.el (set-language-info): Doc-string
4793         describes `coding-priority' KEY.
4794         (set-language-environment-coding-systems): New function.
4795         (select-safe-coding-system): New function.
4796         (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
4797         (set-language-info-alist): New optionla arg PARENTS.  Call
4798         set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
4799         (set-language-environment-coding-systems): New function.
4800
4801         * mule/chinese.el: Remove setting up of
4802         describe-chinese-environment-map and
4803         setup-chinese-environment-map.  Exclude them in args of calls to
4804         set-language-info-alist.  Register coding-priority key in
4805         language-info-alist.
4806
4807         * mule/cyrillic.el: Remove setting up of
4808         describe-cyrillic-environment-map and
4809         setup-cyrillic-environment-map.  Exclude them in args of calls to
4810         set-language-info-alist.  Register coding-priority key in
4811         language-info-alist.
4812
4813         * mule/english.el: Register coding-priority key in
4814         language-info-alist.
4815
4816         * mule/ethiopic.el: Register coding-priority key in
4817         language-info-alist.
4818
4819         * mule/european.el: Remove setting up of
4820         describe-european-environment-map and
4821         setup-european-environment-map.  Exclude them in args of calls to
4822         set-language-info-alist.  Register coding-priority key in
4823         language-info-alist.  Add "German" language env.
4824         (setup-8-bit-environment): Delete CODING-SYSTEM arg.
4825         (setup-german-environment): New function.
4826
4827         * mule/greek.el (setup-greek-environment): For Greek lang. env.,
4828         change default input method to "greek-postfix".
4829
4830         * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
4831         coding-priority key in
4832
4833 1997-12-19  Stephen Eglen  <stephen@cns.ed.ac.uk>
4834
4835         * mule/mule-cmds.el (set-language-info): Doc fix.
4836         (input-method-inactivate-hook): Doc fix.
4837
4838 1997-11-20  Karl Heuer  <kwzh@gnu.org>
4839
4840         * mule/mule-cmds.el (set-input-method): Renamed from
4841         select-input-method.
4842
4843 1997-11-07  Kenichi Handa  <handa@etl.go.jp>
4844
4845         * mule/mule-cmds.el (set-language-environment): Run
4846         exit-language-environment-hook before calling `exit-function'
4847         which is specified for the language environment.
4848
4849 1997-10-23  Kenichi Handa  <handa@etl.go.jp>
4850
4851         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
4852         modified.
4853         (prefer-coding-system): Likewise.
4854         (describe-language-environment): Print aliases of each coding
4855         system.
4856         (set-language-environment-hook): New variable.
4857         (exit-language-environment-hook): New variable.
4858         (set-language-environment): Call these hooks.  Before setting a
4859         new language environment, exit from the
4860         current-language-environment if necessary.
4861         (input-method-verbose-flag): The value can be nil, t,
4862         complex-only, or default.
4863         (input-method-highlight-flag): Doc-string augmented.
4864         (activate-input-method): Check if we can run the registered
4865         function to activate an input method.
4866
4867         * mule/korean.el: Set exit-function for language environment
4868         "Korean" to exit-korean-environment.
4869         (setup-korean-environment): Moved to korea-util.el.
4870
4871 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
4872
4873         * mule/mule-cmds.el (read-multilingual-string): Use
4874         current-input-method prior to default-input-method.  Don't bind
4875         current-input-method by `let', instead, activate the specified
4876         input method in the current buffer temporarily.
4877
4878 1997-10-19  John F. Whitehead  <jfw@cisco.com>
4879
4880         * mule/mule-cmds.el (describe-language-environment): Fix prompt.
4881
4882 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
4883
4884         * mule/chinese.el (post-read-decode-hz): Return the result of
4885         decode-hz-region.
4886         (pre-write-encode-hz): Do not change the value of
4887         last-coding-system.
4888
4889 1998-09-06  Bill Richter  <richter@math.nwu.edu>
4890
4891         * mule/mule-ccl.el: Doc fixes.
4892
4893 1998-04-20  Kenichi Handa  <handa@etl.go.jp>
4894
4895         * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
4896         (check-ccl-program): New macro.
4897
4898 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
4899
4900         * mule/mule-ccl.el: Comment about CCL syntax modified.
4901         (ccl-command-table): Add read-multibyte-character and
4902         write-multibyte-character.
4903         (ccl-code-table): Add ex-cmd.
4904         (ccl-extended-code-table): New variable.
4905         (ccl-embed-extended-command): New function.
4906         (ccl-compile-read-multibyte-character,
4907         ccl-compile-write-multibyte-character) New functions.
4908         (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
4909         ccl-dump-write-multibyte-character): New functions.
4910
4911 1999-07-22  SL Baur  <steve@miho>
4912
4913         * config.el (config-value-file): config.values is installed into
4914         doc-directory.
4915         From Karl M. Hegbloom  <karlheg@cathcart.sysc.pdx.edu>
4916
4917 1999-07-19  Didier Verna  <didier@xemacs.org>
4918
4919         * rect.el: all functions rewritten, except when noted. Below is a
4920         list of interface changes.
4921         (apply-on-rectangle): new function. Obsoletes
4922         `operate-on-rectangle'. All functions that used to call this
4923         function now call the new one.
4924         (kill-rectangle): added optional prefix arg to fill lines.
4925         (delete-rectangle): ditto.
4926         (delete-extract-rectangle): ditto.
4927         (open-rectangle): ditto.
4928         (clear-rectangle): ditto.
4929         (delete-rectangle-line): added third arg FILL.
4930         (delete-extract-rectangle-line): ditto.
4931         (open-rectangle-line): ditto.
4932         (clear-rectangle-line): ditto.
4933
4934 1999-07-18  Andy Piper  <andy@xemacs.org>
4935
4936         * menubar-items.el (default-menubar): add gutter options.
4937
4938         * gutter-items.el: new file.
4939         (gutter): new group for custom.
4940         (gutter-visible-p): new variable.
4941         (default-gutter-position): ditto.
4942         (buffers-tab): new group for the buffers tab.
4943         (gutter-buffers-tab): widget to put in the gutter.
4944         (buffers-tab-max-size): max number of tabs.
4945         (buffers-tab-switch-to-buffer-function): function to call when a
4946         tab is pressed.
4947         (buffers-tab-omit-function): filter buffers with this function.
4948         (buffers-tab-format-buffer-line-function): format buffer names for
4949         inclusion in tabs.
4950         (buffers-tab-switch-to-buffer): like switch-to-buffer but without
4951         the record.
4952         (build-buffers-tab-internal): build a list of tab items.
4953         (buffers-tab-items): ditto.
4954         (add-tab-to-gutter): put a tab in the gutter area.
4955         (update-tab-in-gutter): reset the buffers in the tab.
4956
4957         * dumped-lisp.el (preloaded-file-list): dump gutter-items.
4958
4959         * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
4960         (switch-to-buffer-hooks): new hook.
4961
4962         * toolbar.el (default-toolbar-position): fix typo.
4963
4964 1999-07-16  Andy Piper  <andy@xemacs.org>
4965
4966         * gui.el (make-dialog-frame): turn off gutters for dialogs.
4967
4968 1999-07-15  Didier Verna  <didier@xemacs.org>
4969
4970         * cus-edit.el (custom-prompt-variable): optional third arg makes
4971         prompt for a comment string.
4972         (customize-set-value): optional prefix makes this function handle
4973         variable comments.
4974         (customize-set-variable): ditto.
4975         (customize-save-variable): ditto.
4976         (customize-customized): handle custom comments.
4977         (customize-save-customized): ditto.
4978         (custom-variable-state-set): ditto.
4979         (custom-face-state-set): ditto.
4980         (customize-saved): ditto.
4981         (custom-variable-set): ditto.
4982         (custom-face-set): ditto.
4983         (custom-variable-save): ditto.
4984         (custom-face-save): ditto.
4985         (custom-variable-reset-saved): ditto.
4986         (custom-face-reset-saved): ditto.
4987         (custom-variable-reset-standard): ditto.
4988         (custom-face-reset-standard): ditto.
4989         (custom-comment-face): new face.
4990         (custom-comment-tag-face): ditto.
4991         (custom-comment): new widget.
4992         (custom-comment-create): new function.
4993         (custom-comment-delete): ditto.
4994         (custom-comment-value-set): ditto.
4995         (custom-comment-show): ditto.
4996         (custom-comment-invisible-p): ditto.
4997         (custom-variable-value-create): create a comment field widget.
4998         (custom-face-value-create): ditto.
4999         (custom-variable-menu): new entry for adding a custom comment.
5000         (custom-face-menu): ditto.
5001         (custom-save-variables): possibly save custom comments.
5002         (custom-save-faces): ditto.
5003
5004         * cus-face.el (custom-set-faces): the arguments can now have a
5005         custom comment as fourth argument.
5006
5007         * custom.el (custom-set-variables): the arguments can now have a
5008         custom comment as fifth element.
5009
5010 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
5011
5012         * XEmacs 21.2.18 is released
5013
5014 1999-07-13  SL Baur  <steve@miho>
5015
5016         * lib-complete.el (read-library-name): Revert previous change.
5017         (read-library): Ditto.
5018
5019 1999-06-24  Karl M. Hegbloom  <karlheg@debian.org>
5020
5021         * packages.el (packages-package-list): Capitalize docstring.
5022
5023         * packages.el (packages-find-package-library-path): Use #'nconc
5024         rather than #'append to reduce consing -- #'mapcar uses Flist,
5025         which returns a freshly consed list.  #'append would create yet
5026         another fresh list, using Fmake_list in concat.
5027
5028         * packages.el (package-provide): Use setq with remassq like it
5029         says in its docstring.
5030
5031 1999-07-06  SL Baur  <steve@miho.m17n.org>
5032
5033         * lib-complete.el (progn-with-message): Fix typo.
5034
5035 1999-07-06  SL Baur  <steve@miho.m17n.org>
5036
5037         * mule/mule-misc.el (char-octet): Make function match docstring.
5038         From Katsumi Yamaoka <yamaoka@jpl.org>
5039
5040 1999-06-15  Karl M. Hegbloom  <karlheg@debian.org>
5041
5042         * wid-edit.el (widget-documentation): corrected spelling error.
5043
5044 1999-06-23  Jonathan Marten <jonathan.marten@uk.sun.com>
5045
5046         * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
5047         keys if already bound
5048
5049 1999-07-06  SL Baur  <steve@miho.m17n.org>
5050
5051         * lib-complete.el (progn-with-message): Revert previous changes.
5052
5053 1999-06-24  Bob Weiner  <weiner@beopen.com>
5054
5055         * lib-complete.el (find-library):
5056         (find-library-other-window):
5057         (find-library-other-frame): Completely rewrote
5058         so that these functions actually work when called non-interactively.
5059         Also made them handle LIBRARY arguments which end with .el or .elc.
5060
5061 1999-06-24  Bob Weiner  <weiner@beopen.com>
5062
5063         * simple.el (indent-new-comment-line): Locally bound
5064         `block-comment-start' to `comstart' or else when this is called
5065         from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
5066         `block-comment-start' value, ignoring any existing spacing after a
5067         comment prefix in the previous line and producing ugly comments.
5068
5069 1999-06-23  Bob Weiner  <weiner@beopen.com>
5070
5071         * list-mode.el (mouse-choose-completion):
5072         (choose-completion):
5073         (completion-switch-to-minibuffer): Added.
5074         ([Tab]): [Tab] previously switched to the minibuffer
5075         but since [space] does that and since most applications in the
5076         world use [Tab] to select the next item in a list, do that in the
5077         *Completions* buffer too.  This will cause the least confusion
5078         among the largest population of users.  -- Bob Weiner, BeOpen.com,
5079         06/23/1999.
5080
5081 1999-06-22  Bob Weiner  <weiner@beopen.com>
5082
5083         * help.el (help-buffer-name): Added support for a null value
5084         of `help-buffer-prefix-string' since some buffers require no
5085         prefix.
5086
5087 1999-06-20  Bob Weiner  <weiner@beopen.com>
5088
5089         * list-mode.el (completion-list-mode-quit): Added and bound to {q}
5090         in the completion-list-mode-map to bury the completions buffer
5091         even when the minibuffer is no longer active.
5092
5093 1999-06-20  Bob Weiner  <weiner@beopen.com>
5094
5095         * list-mode.el (list-mode): It is visually disconcerting to have
5096         the text cursor disappear within list buffers, especially when
5097         moving from window to window, so leave it visible.
5098
5099 1999-07-01  SL Baur  <steve@miho.m17n.org>
5100
5101         * menubar-items.el (default-menubar): Conditionalize the bug
5102         report menu item (which may not be possible in this XEmacs).
5103         Reported by: Ken'ichi Handa <handa@etl.go.jp>
5104
5105 1999-06-30  SL Baur  <steve@miho.m17n.org>
5106
5107         * subr.el (with-current-buffer): DOC string fix.
5108         Suggested by Bob Weiner <weiner@altrasoft.com>
5109
5110 1999-06-25  Charles G Waldman <cgw@fnal.gov>
5111
5112         * cus-face.el (custom-face-italic): insert missing args
5113
5114 1999-06-24  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5115
5116         * packages.el (package-locations): Changed default early package
5117         hierarchies to ~/.xemacs/mule-packages and
5118         ~/.xemacs/xemacs-packages.
5119
5120 1999-06-23  SL Baur  <steve@miho.m17n.org>
5121
5122         * mule/mule-category.el (Top Level): ASCII is also latin-1.
5123
5124 1999-06-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5125
5126         * packages.el (package-locations): Changed default early package
5127         hierarchy to ~/.xemacs/packages.
5128         (package-locations): Removed `packages' as a possible name for a
5129         late package hierarchy.
5130
5131 1999-06-20  MORIOKA Tomohiko  <tomo@etl.go.jp>
5132
5133         * mule/mule-category.el (word-combining-categories): Set up new
5134         variable.
5135         (word-separating-categories): Likewise.
5136
5137 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
5138
5139         * XEmacs 21.2.17 is released
5140
5141 1999-06-17  Robert Pluim  <rpluim@bigfoot.com>
5142
5143         * font-menu.el (font-menu-set-font): allow for nil specification
5144         of font size.
5145
5146 1999-06-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
5147
5148         * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
5149         is 1.
5150
5151 1999-06-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
5152
5153         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
5154         8859-5 instead of ISO 8859-1.
5155
5156 1999-06-15  SL Baur  <steve@steve1.m17n.org>
5157
5158         * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
5159         (viet-viscii-encode-table): Ditto.
5160
5161         * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
5162         Make obsolete definition of char-octet.
5163
5164 1999-06-14  SL Baur  <steve@steve1.m17n.org>
5165
5166         * subr.el: Move no-Mule make-char ...
5167         * help-nomule.el (make-char): To here.
5168         (string-width): Make Mule compatibility alias.
5169
5170 1999-06-15  Andy Piper  <andy@xemacs.org>
5171
5172         * select.el (get-selection-no-error): really make there be no-error.
5173         (get-selection): revert to original.
5174
5175 1999-06-11  Andy Piper  <andy@xemacs.org>
5176
5177         * select.el (selection-sets-clipboard): renamed.
5178         (own-selection): use it.
5179
5180 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
5181
5182         * XEmacs 21.2.16 is released
5183
5184 1999-06-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
5185
5186         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
5187         missing characters to avoid crash.
5188
5189 1999-06-09  Jan Vroonhof  <vroonhof@math.ethz.ch>
5190
5191         * coding.el (set-terminal-coding-system): Only set the console
5192         coding system on the selected console if it is a tty.
5193
5194 1999-06-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
5195
5196         * cus-face.el:
5197         * cus-edit.el:
5198         * faces.el:
5199         (custom):
5200         (face-spec-set):
5201         * faces.el (frob-face-property):
5202         * font-menu.el (font-menu-set-font):
5203                   Actually apply changes from 1999-03-17
5204
5205 1999-06-10  Andy Piper  <andy@xemacs.org>
5206
5207         * select.el (get-selection): abstract out non error-signalling
5208         part.
5209         (get-selection-no-error): get-selection without signalling an
5210         error.
5211         (selection-is-clipboard-p): new variable. controls whether the
5212         selection sets the clipboard.
5213         (own-selection): use it.
5214
5215         * mouse.el (insert-selection): fallback to clipboard after trying
5216         primary selection and cutbuffer.
5217
5218 1999-06-05  Andy Piper  <andy@xemacs.org>
5219
5220         * x-select.el (xselect-kill-buffer-hook-1): use generalised
5221         selection functions.
5222
5223 1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
5224
5225         * code-files.el (buffer-file-coding-system): Use `raw-text' as
5226         default value.
5227         (load): Use `raw-text' instead of `no-conversion'.
5228         (insert-file-contents): Likewise.
5229
5230         * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
5231         of `no-conversion'.
5232
5233 1999-06-03  MORIOKA Tomohiko  <tomo@etl.go.jp>
5234
5235         * coding.el: Don't copy `no-conversion' to `raw-text'.
5236
5237 1999-06-07  Hrvoje Niksic  <hniksic@srce.hr>
5238
5239         * subr.el (make-char): Define it if Mule is not around.
5240
5241 1999-06-07  SL Baur  <steve@steve1.m17n.org>
5242
5243         * mule/mule-help.el: Add trailing newline.  Use mule keyword.
5244
5245         * x-select.el (x-disown-selection-internal): Restore symbol as an
5246         obsolete alias.
5247         (xselect-kill-buffer-hook-1): Use disown-selection-internal.
5248
5249 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
5250
5251         * XEmacs 21.2.15 is released
5252
5253 1999-06-02  Oscar Figueiredo  <oscar@xemacs.org>
5254
5255         * subr.el (split-string): Avoid infinite looping
5256
5257 1999-05-30  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
5258
5259         * ldap.el (ldap-ignore-attribute-codings): New variable
5260         (ldap-default-attribute-decoder): New variable
5261         (ldap-coding-system): New variable
5262         (ldap-attribute-syntax-encoders): New variable
5263         (ldap-attribute-syntax-decoders): New variable
5264         (ldap-attribute-syntaxes-alist): New variable
5265         (ldap-encode-boolean): New function
5266         (ldap-decode-boolean): New function
5267         (ldap-encode-country-string): New function
5268         (ldap-decode-string): New function
5269         (ldap-decode-address): New function
5270         (ldap-encode-address): New function
5271         (ldap-decode-attribute): New function
5272         (ldap-search): Use some of these
5273
5274 1999-05-25  Jan Vroonhof  <jan@xemacs.org>
5275
5276         * version.el (emacs-version): Make the patch level/beta come
5277         before the XEmacs qualifier so that it gets into (funcall
5278         emacs-version) and thus in the bug reports.
5279         (emacs-version>=): Support patch levels.
5280
5281 1999-06-03  SL Baur  <steve@xemacs.org>
5282
5283         * version.el: implement x.y.z version number
5284         From Jan Vroonhof <vroonhof@math.ethz.ch>
5285
5286 1999-05-27  Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
5287
5288         * mule/mule-cmds.el (read-input-method-name): set input-method properly.
5289
5290 1999-05-22  Vin Shelton <acs@xemacs.org>
5291
5292         * startup.el: Document -private and break out non-standard X options.
5293
5294 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
5295
5296         * mule/mule-charset.el (charset-after): New function.
5297         (charset-direction): Synch with Mule, update docstring.
5298         (get-charset-property): New function.
5299         (put-charset-property): New function.
5300         (charset-plist): New function.
5301
5302         * mule/mule-charset.el (compose-region):
5303         (decompose-region): remove;  these functions (which don't work
5304         since we don't do composite characters) have been moved to
5305         mule-util.el.
5306         (toplevel): follow coding standards
5307
5308 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
5309
5310         * dumped-lisp.el (preloaded-file-list): mule-files.el does not
5311         exist any more.
5312
5313         * code-files.el: Fix commentary to follow coding standards.  Move
5314         the single line left in mule-files.el to here.
5315
5316         * mule/mule-files.el: delete.
5317
5318 1999-05-24  SL Baur  <steve@gneiss.etl.go.jp>
5319
5320         * info.el (Info-scroll-prev): Use event functions instead of the
5321         old emacs 19 interface.
5322
5323 1999-06-02  Andy Piper  <andy@xemacs.org>
5324
5325         * x-font-menu.el (x-font-menu-load-font):
5326         font-menu-registry-encoding -> x-font-menu-registry-encoding type.
5327
5328 1999-05-31  Andy Piper  <andy@xemacs.org>
5329
5330         * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
5331         group.
5332         (font-menu-this-frame-only-p): ditto.
5333         (font-menu-max-items): reinstate, from Jan Vroonhof
5334         <vroonhof@math.ethz.ch>
5335         (font-menu-submenu-name-format): ditto.
5336         (font-menu-split-long-menu): ditto, for use by the family
5337         constructor.
5338         (font-menu-family-constructor): use it.
5339
5340 1999-05-30  Andy Piper  <andy@xemacs.org>
5341
5342         * msw-faces.el (mswindows-font-regexp): new font matching regexp
5343         for use by the font menu.
5344
5345         * msw-font-menu.el: new file implementing mswindows specific
5346         font-menu behaviour.
5347         (mswindows-font-menu-registry-encoding): new function mirroring x version.
5348         (mswindows-font-menu-junk-families): ditto.
5349         (hack-font-truename): ditto.
5350         (mswindows-font-regexp-ascii): ditto.
5351         (mswindows-reset-device-font-menus): ditto.
5352         (mswindows-font-menu-font-data): ditto.
5353         (mswindows-font-menu-load-font): ditto.
5354
5355         * x-font-menu.el (x-reset-device-font-menus): made device specific.
5356         (x-font-menu-font-data): ditto.
5357         (x-font-menu-load-font): ditto.
5358
5359         * font-menu.el: new file implementing generic font menu behaviour.
5360         (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
5361         made device independent.
5362         (font-menu-this-frame-only-p): ditto.
5363         (font-menu-preferred-resolution): ditto.
5364         (font-menu-size-scaling): new variable used to determine whether
5365         sizes are in points or tenths of a point.
5366         (vassoc): moved from x-font-menu.el.
5367         (device-fonts-cache): ditto.
5368         (device-fonts-cache): ditto.
5369         (flush-device-fonts-cache): ditto.
5370         (reset-device-font-menus): copied from x-font-menu.el and made
5371         device independent. Most functionality deferred to
5372         device-dependent versions.
5373         (font-menu-family-constructor): copied from x-font-menu.el and
5374         made device independent.
5375         (font-menu-size-constructor): ditto.
5376         (font-menu-weight-constructor): ditto.
5377         (font-menu-set-font): ditto.
5378         (font-menu-change-face): ditto.
5379         (font-menu-load-font): new device method.
5380         (font-menu-font-data): ditto.
5381
5382         * x-font-menu.el: The above functions deleted.
5383
5384 1999-05-26  Andy Piper  <andy@xemacs.org>
5385
5386         * update-elc.el:
5387         * make-docfile.el:
5388         * loadup.el: rehash expand-file-name usage to not use default-directory.
5389
5390 1999-05-21  Andy Piper  <andy@xemacs.org>
5391
5392         * x-select.el (x-select-convert-to-text):
5393         (x-selected-text-type):
5394         (x-get-selection):
5395         (xselect-convert-to-string):
5396         (xselect-convert-to-compound-text):
5397         (xselect-convert-to-length):
5398         (xselect-convert-to-targets):
5399         (xselect-convert-to-delete):
5400         (xselect-convert-to-filename):
5401         (xselect-convert-to-charpos):
5402         (xselect-convert-to-lineno):
5403         (xselect-convert-to-colno):
5404         (xselect-convert-to-sourceloc):
5405         (xselect-convert-to-os):
5406         (xselect-convert-to-host):
5407         (xselect-convert-to-user):
5408         (xselect-convert-to-class):
5409         (xselect-convert-to-name):
5410         (xselect-convert-to-integer):
5411         (xselect-convert-to-atom):
5412         (xselect-convert-to-identity): functions renamed from x-* and
5413         moved to select.el.
5414         (x-get-secondary-selection): use rename get-selection.
5415         (x-get-clipboard): ditto.
5416         (x-own-selection): moved to select.el.
5417         (x-valid-simple-selection-p): ditto.
5418         (x-dehilight-selection): ditto.
5419         (x-own-clipboard): ditto.
5420         (x-disown-selection): ditto.
5421
5422         * x-mouse.el (x-yank-function): moved to mouse.el.
5423         (x-insert-selection): ditto.
5424         (x-set-point-and-move-selection): use renamed function.
5425
5426         * select.el (selected-text-type): moved and renamed from
5427         x-select.el.
5428         (selection-owner-p): moved to C.
5429         (selection-exists-p): ditto.
5430         (get-cutbuffer): new device method.
5431         (get-selection): generalised and moved from x-select.el.
5432         (own-selection): moved x-own-selection functionality into here.
5433         (dehilight-selection): renamed and moved from x-select.el.
5434         (own-clipboard): functionality moved from x-select.el using new
5435         generic C builtins.
5436         (disown-clipboard): ditto.
5437         (select-convert-to-text):
5438         (select-convert-to-string):
5439         (select-convert-to-compound-text):
5440         (select-convert-to-length):
5441         (select-convert-to-targets):
5442         (select-convert-to-delete):
5443         (select-convert-to-filename):
5444         (select-convert-to-charpos):
5445         (select-convert-to-lineno):
5446         (select-convert-to-colno):
5447         (select-convert-to-sourceloc):
5448         (select-convert-to-os):
5449         (select-convert-to-host):
5450         (select-convert-to-user):
5451         (select-convert-to-class):
5452         (select-convert-to-name):
5453         (select-convert-to-integer):
5454         (select-convert-to-atom):
5455         (select-convert-to-identity): new functions renamed from x-* and
5456         moved from x-select.el.
5457
5458         * mouse.el (mouse-consolidated-yank): subsume x-yank-function
5459         into here and use as the default window-system mouse yank.
5460         (insert-selection): generalised and moved from x-mouse.el.
5461         (own-clipboard): moved to C.
5462
5463         * msw-select.el (mswindows-selection-owned-p): deleted.
5464         (mswindows-own-selection): generalised and moved to select.el.
5465         (mswindows-disown-selection): generalised and moved to C.
5466         (mswindows-selection-owner-p): ditto.
5467
5468 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
5469
5470         * XEmacs 21.2.14 is released
5471
5472 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
5473
5474         * about.el: update contact info for jason and slb.
5475
5476 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
5477
5478         * mule/european.el (setup-romanian-environment): Add Romanian
5479         support from Emacs/Mule romanian.el.
5480
5481 1999-03-17  Jan Vroonhof  <vroonhof@math.ethz.ch>
5482
5483         * cus-face.el: Label all custom changes with the 'custom' tag.
5484
5485         * cus-edit.el: idem ditto.
5486
5487         * faces.el: Added suport for adding device tags to various functions.
5488         (custom): New device tag.
5489         (face-spec-set): Call reset face with tags argument. No longer do
5490         x-init-global-faces hack.
5491
5492         * faces.el (frob-face-property): Use an anonymous specifier to map
5493         frob-face-property-1 over.
5494
5495         * x-font-menu.el (font-menu-set-font): Always specify all
5496         properties to custom.
5497
5498 1999-05-12  SL Baur  <steve@gneiss.etl.go.jp>
5499
5500         * mule/european.el (setup-czech-environment): Add czech support.
5501         From David Sauer <davids@orfinet.cz>
5502
5503 1999-03-15  SL Baur  <steve@xemacs.org>
5504
5505         * check-features.el: Turn hard errors into warnings.
5506
5507 1999-03-21  SL Baur  <steve@xemacs.org>
5508
5509         * simple.el (delete-key-deletes-forward): As per discussion on
5510         xemacs-beta, default to t.
5511
5512 1999-05-11  Hrvoje Niksic  <hniksic@srce.hr>
5513
5514         * loadup.el: Define Installation-string before loading anything.
5515
5516 1999-05-06  Gunnar Evermann  <ge204@eng.cam.ac.uk>
5517
5518         * files.el (auto-mode-alist): fix typo in regex for .bash_* files
5519         From Anders Stenman <stenman@isy.liu.se>
5520
5521 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
5522
5523         * wid-edit.el (widget-glyph-find): Ditto.
5524
5525         * packages.el (locate-library): Ditto.
5526
5527         * loadup.el (really-early-error-handler): Ditto.
5528
5529         * lib-complete.el (read-library): Ditto.
5530
5531         * faces.el (set-face-stipple): Ditto.
5532
5533         * code-files.el (load): Use new calling style of locate-file.
5534
5535 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
5536
5537         * packages.el (packages-unbytecompiled-lisp): Installation.el is
5538         dead.
5539
5540 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
5541
5542         * dumped-lisp.el (preloaded-file-list): Don't load
5543         Installation.el.
5544
5545         * loadup.el (Installation-string): Define it here.
5546
5547 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
5548
5549         * dumped-lisp.el (preloaded-file-list): Revert previous change --
5550         Installation.el needs to be loaded before `dump-paths', otherwise
5551         the dumping process won't find it.
5552
5553 1999-03-13  Adrian Aichner  <adrian@xemacs.org>
5554
5555         * dumped-lisp.el (preloaded-file-list): Load Installation.el after
5556         subr so that we can use `replace-in-string' in Installation.el to
5557         get rid of C-m chars under the native Windows build.
5558
5559 1999-04-29  Andy Piper  <andy@xemacs.org>
5560
5561         * make-docfile.el: canonicalize file and directory names.
5562
5563         * device.el (call-device-method): new function for calling device
5564         specific methods.
5565         (define-device-method): new function for defining device methods.
5566         (define-device-method*): ditto.
5567
5568 1999-04-27  Hrvoje Niksic  <hniksic@srce.hr>
5569
5570         * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
5571
5572 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
5573
5574         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
5575         (cyrillic-koi8-r-encode-table): Likewise.
5576         (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
5577         (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
5578
5579         * mule/mule-misc.el (split-char-or-char-int): New function [moved
5580         from vietnamese.el].
5581
5582         * mule/vietnamese.el: Move function `split-char-or-char-int' to
5583         mule/mule-misc.el.
5584
5585 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
5586
5587         * mule/thai-xtis.el:
5588         - Change font registry name from "Thai94x94-0" to "xtis-0".
5589         - Change mnemonic of coding-system `tis-620' to "TIS620".
5590
5591 1999-04-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
5592
5593         * mule/ethiopic.el: fixed.
5594
5595 1999-03-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
5596
5597         * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
5598
5599         * mule/thai-xtis.el: New file.
5600
5601         * mule/vietnamese.el: New file.
5602
5603         * mule/ethiopic.el: New file.
5604
5605 1999-04-22  Hrvoje Niksic  <hniksic@srce.hr>
5606
5607         * bytecomp.el (byte-compile-close-variables): Leave
5608         debug-issue-ebola-notices alone.
5609
5610 1999-04-11  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
5611
5612         * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
5613         at the top of the buffer since it is the most important thing to
5614         customize
5615         (ldap-get-host-parameter): New defun
5616         (ldap-search): Add a new parameter `withdn' to retrieve the
5617         distinguished names of entries
5618
5619 1999-04-22  Kai Haberzettl  <khaberz@synnet.de>
5620
5621         * startup.el (splash-frame-body): Date and spelling fixes.
5622
5623 1999-03-16  Colin Rafferty  <colin@xemacs.org>
5624
5625         * view-less.el (toggle-truncate-lines): add autoload tag
5626
5627 1999-04-19  Hrvoje Niksic  <hniksic@srce.hr>
5628
5629         * format.el (format-alist): Disable image stuff.
5630
5631 1999-04-17  Hrvoje Niksic  <hniksic@srce.hr>
5632
5633         * wid-edit.el (widget-glyph-find): Search by directories, then by
5634         suffixes rather than the other way around.
5635         (widget-image-conversion): Renamed to
5636         `widget-image-file-name-suffixes'.
5637
5638 1999-04-16  Olivier Galibert  <galibert@pobox.com>
5639
5640         * mule/mule-charset.el: Made old functions obsolete, remove the
5641         unspeakably evil (and inexistant in fsf's) charset-leading-byte.
5642         (charset-iso-graphic-plane): Rename from charset-graphic.
5643         (charset-iso-final-char): Rename from charset-final.
5644         (charset-width): Rename from charset-columns.
5645         (charset-bytes): Added from fsf compatibility, returns always 1.
5646
5647         * mule/mule-misc.el: Move charset-doc-string alias to
5648         mule-charset.el
5649
5650 1999-04-14  Colin Rafferty  <colin@xemacs.org>
5651
5652         * x-faces.el (x-make-font-bold-italic): honor
5653         *try-oblique-before-italic-fonts*
5654
5655 1999-04-14  Hrvoje Niksic  <hniksic@srce.hr>
5656
5657         * cl-extra.el (coerce): Coerce numbers to characters correctly.
5658
5659 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
5660
5661         * x-faces.el (try-oblique-before-italic-fonts): Use the right
5662         name.
5663
5664 1999-04-14  Dave Gillesipe  <daveg@synaptics.com>
5665
5666         * cl-extra.el (equalp): Would bug out for lists.
5667
5668 1999-03-12  Charles G Waldman  <cgw@fnal.gov>
5669
5670         * about.el (about-hackers):  Change cgw's email address
5671
5672 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
5673
5674         * XEmacs 21.2.13 is released
5675
5676 1999-03-12  SL Baur  <steve@xemacs.org>
5677
5678         * simple.el (delete-key-deletes-forward): Revert to previous
5679         behavior.
5680
5681 1999-01-18  Didier Verna  <didier@xemacs.org>
5682
5683         * menubar-items.el (xemacs-splash-buffer): handle the case of
5684         multiple elements in the splash buffer body.
5685
5686         * startup.el (splash-frame-timeout): new constant: interval
5687         between splash buffer elements.
5688         (command-line-1): handle splash buffer with multiple elements (use
5689         a timeout).
5690         (splash-frame-body): Originally `startup-splash-frame-body'.
5691         Rewrote a cleaner and more readable version. This can now be array,
5692         in which case each element is displayed in turn in the splash buffer.
5693         (splash-frame-static-body): new constant. Persistent information
5694         across all splash buffer elements (preserves the possibility to give
5695         it in different languages.
5696         (circulate-splash-frame-elements): new function. Used as a timeout
5697         to circulate through all splash frame elements and display them in
5698         sequence.
5699         (display-splash-frame): originally `startup-splash-frame'. Handle
5700         the case of multiple elements in the splash buffer body. Now
5701         returns a timeout id if multiple elements to display, or nil.
5702
5703 1999-02-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
5704
5705         * x-faces.el (x-init-global-faces): Add default tag to specifiers,
5706         so they can be overridden by x-init-face-from-resources.
5707         Additionally specify the font name also with an x tag.
5708
5709 1999-03-08  Andy Piper  <andy@xemacs.org>
5710
5711         * package-get.el (package-get-base): autoload.
5712
5713         * menubar-items.el (default-menubar): add update menu item. Fix
5714         custom menu to only be activated when package-base is available.
5715
5716         * package-get.el (package-get-custom): don't load
5717         package-get-custom as it is auto-generated. Fix group definition.
5718
5719 1999-03-05  Didier Verna  <didier@xemacs.org>
5720
5721         * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
5722         instead of `symbol-name' (Thanks Kyle).
5723
5724         * cus-edit.el (custom-save-variables): use `prin1' instead of
5725         princ to write symbols.
5726
5727 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
5728
5729         * XEmacs 21.2.12 is released
5730
5731 1999-03-05  SL Baur  <steve@xemacs.org>
5732
5733         * menubar-items.el (default-menubar): Add kfm browsing support.
5734         From Neal Becker <nbecker@fred.net>
5735
5736 1999-03-03  Steven Baur  <steve@gneiss.etl.go.jp>
5737
5738         * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
5739         calls to font-lock during buffer reversion.
5740
5741 1999-02-12  Didier Verna  <didier@xemacs.org>
5742
5743         * info.el (Info-build-node-completions): unconditionally widen the
5744         tag table buffer.
5745
5746 1999-02-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5747
5748         * x-faces.el (x-init-face-from-resources):
5749         Only set fonts in the 'x locale.
5750
5751 1999-03-04  Adrian Aichner  <adrian@xemacs.org>
5752
5753         * package-ui.el (pui-install-selected-packages): Don't throw on
5754         `package-admin-delete-binary-package' returning nil since it's
5755         normal.  Reindent function.
5756         (pui-add-required-packages): Handle case where packages selected
5757         for installation have never been installed.
5758
5759 1999-03-03  Martin Buchholz  <martin@xemacs.org>
5760
5761         * menubar-items.el (default-menubar):
5762         Implement the ``Mule->Set coding system of process'' menu item.
5763
5764 1999-02-18  Martin Buchholz  <martin@xemacs.org>
5765
5766         * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
5767         files
5768         - Change some `if's to `when's
5769
5770 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
5771
5772         * XEmacs 21.2.11 is released
5773
5774 1999-02-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
5775
5776         * userlock.el (ask-user-about-supersession-threat-dbox): Guard
5777         against window close (Fix Bug #460).
5778         (ask-user-about-lock-dbox): Idem.
5779
5780 1999-02-25  SL Baur  <steve@xemacs.org>
5781
5782         * mule/mule-charset.el (charset-leading-byte): New function.
5783         From Kazuyuki IENAGA <ienaga@jsys.co.jp>
5784
5785 1999-02-12  Andy Piper  <andy@xemacs.org>
5786
5787         * about.el (xemacs-hackers): change andy's email address.
5788         (about-url-alist): change andy's web page address.
5789         (about-xemacs): add piper.
5790
5791 1999-02-16  SL Baur  <steve@xemacs.org>
5792
5793         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
5794         of mule-base into lisp/mule.
5795
5796 1999-02-16  SL Baur  <steve@xemacs.org>
5797
5798         * mule/arabic.el:
5799         mule/canna-leim.el:
5800         mule/chinese.el:
5801         mule/cyrillic.el:
5802         mule/english.el:
5803         mule/european.el:
5804         mule/greek.el:
5805         mule/hebrew.el:
5806         mule/japanese.el:
5807         mule/kinsoku.el:
5808         mule/korean.el:
5809         mule/misc-lang.el:
5810         mule/mule-category.el:
5811         mule/mule-ccl.el:
5812         mule/mule-charset.el:
5813         mule/mule-cmds.el:
5814         mule/mule-coding.el:
5815         mule/mule-files.el:
5816         mule/mule-help.el:
5817         mule/mule-init.el:
5818         mule/mule-misc.el:
5819         mule/mule-tty-init.el:
5820         mule/mule-x-init.el:
5821         mule/viet-chars.el:  Remerge from mule-base.
5822
5823         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
5824         of mule-base into lisp/mule.
5825
5826 1999-02-10  Adrian Aichner  <adrian@xemacs.org>
5827
5828         * process.el (exec-to-string): Use `shell-command-switch' in place
5829         of hard-wired "-c" (for WindowsNT).
5830
5831 1999-02-08  Charles G Waldman  <cgw@pgt.com>
5832
5833         * menubar-items.el (default-menubar):  Remove obsolete
5834         "Gopher" item
5835
5836 1999-02-06  Jan Vroonhof  <vroonhof@math.ethz.ch>
5837
5838         * package-admin.el (package-admin-get-install-dir): First fall
5839         back to the location of xemacs-base for non-mule packages.
5840
5841 1999-02-15  Martin Buchholz  <martin@xemacs.org>
5842
5843         * paths.el:
5844         - improved automounter tmp directory support.
5845         - support 4 (!) empirically discovered automounter conventions
5846
5847 1999-02-12  SL Baur  <steve@xemacs.org>
5848
5849         * etags.el (pop-tag-mark): autoload to match key binding.
5850
5851 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
5852
5853         * XEmacs 21.2.10 is released
5854
5855 1999-02-02  Jan Vroonhof  <vroonhof@math.ethz.ch>
5856
5857         * package-get.el (package-get-remote-filename): Don't bug out for
5858         a local file name in the search entry.
5859
5860 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
5861
5862         * XEmacs 21.2.9 is released
5863
5864 1999-01-19  Didier Verna  <didier@xemacs.org>
5865
5866         * replace.el (replace-search-function): new variable containing a
5867         function to perform a search-forward.
5868         (replace-re-search-function): new variable containing a function
5869         to perform a re-search-forward.
5870         (perform-replace): use them.
5871
5872 1999-01-25  Didier Verna  <didier@xemacs.org>
5873
5874         * select.el (selection-owner-p): use the name `XEmacs'.
5875         (cut-copy-clear-internal): ditto.
5876
5877 1999-01-18  Andy Piper  <andy@xemacs.org>
5878
5879         * about.el (about-url-alist): Update my entry.
5880         (xemacs-hackers): Ditto.
5881
5882 1999-01-14  Adrian Aichner  <adrian@xemacs.org>
5883
5884         * buffer.el (switch-to-buffer): Fixing documentation.
5885         * minibuf.el (minibuffer-completion-table): ditto.
5886         * cl-macs.el (return-from): ditto.
5887
5888 1999-01-04  Didier Verna  <didier@xemacs.org>
5889
5890         * replace.el (delete-non-matching-lines): temporarily disable
5891         case-folding when called interactively with a regexp containing
5892         uppercase characters.
5893         (delete-matching-lines): ditto.
5894         (count-matches): ditto.
5895         (list-matching-lines): ditto.
5896
5897 1999-01-07  Colin Rafferty  <colin@xemacs.org>
5898
5899         * window.el (shrink-window-if-larger-than-buffer): Clean up.  Only
5900         abort if current window is split horizontally, not if others are
5901         split.  Got rid of unnecessary minibuffer checking.  Also, add
5902         some comments (it's still complex).
5903
5904 1999-01-12  Robert Pluim  <rpluim@BayNetworks.com>
5905
5906         * package-get.el: changed address for doc.ic.ac.uk to
5907         sunsite.doc.ic.ac.uk
5908
5909 1999-01-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
5910
5911         * ldap.el (toplevel): Remove requires so that the file compiles
5912         with a non LDAP-enabled XEmacs binary.  Provide `ldap'.
5913
5914 1999-01-10  J. Kean Johnston  <jkj@sco.com>
5915
5916         * dump-paths.el: Calculate module-directory and set
5917         module-load-path to the load path for modules.
5918
5919         * loadup.el: Get bootstrap value of module-load-path from the
5920         environment variable EMACSBOOTSTRAPMODULEPATH.
5921         - Display the module load path if we're debugging paths.
5922
5923         * setup-paths.el: Added function paths-find-site-module-directory.
5924         - Added function paths-find-module-directory.
5925         - Added function paths-construct-module-load-path.  Uses new
5926         environment variable EMACSMODULEPATH.
5927
5928 1998-12-30  Martin Buchholz  <martin@xemacs.org>
5929
5930         * font.el (font-default-object-for-device):
5931         Oops! This `or' can't be replaced by `unless'.
5932         Fixed inability to run w3, among other things.
5933
5934 1998-12-17  Charles G. Waldman <cgw@pgt.com>
5935
5936         * package-admin.el: Change initialization of
5937           package-admin-install-function dependent on system type.
5938           Change package-admin-install-function-mswindows to use
5939           "minitar".
5940
5941 1998-12-23  Hrvoje Niksic  <hniksic@srce.hr>
5942
5943         * mouse.el (default-mouse-motion-handler): Disable help echo while
5944         in the minibuffer.
5945
5946 1998-12-28  Martin Buchholz <martin@xemacs.org>
5947
5948         * XEmacs 21.2.8 is released.
5949
5950 1998-12-24  Martin Buchholz <martin@xemacs.org>
5951
5952         * XEmacs 21.2.7 is released.
5953
5954 1998-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
5955
5956         * package-ui.el (pui-list-packages): Set truncate-lines.
5957
5958         * package-get.el (package-get-download-menu): Use
5959         `package-ui-add-site'. Add a a toggle to indicate it is in the list.
5960
5961         * package-ui.el (pui-help): Ditch in favor of `describe-mode'
5962         (pui-help-string): idem.
5963         (list-packages-mode): New major mode.
5964         (pui-list-packages): Use 'list-packages-mode' in the package buffer.
5965         (pui-install-selected-packages): Add suport for removing packages.
5966         (pui-toggle-package-delete-key): New function.
5967         (pui-popup-context-sensitive): New kludge.
5968         (pui-list-packages): Add warning when `package-get-remote' is nil.
5969         (package-ui-add-site): New function.
5970
5971 1998-12-01  Didier Verna  <didier@xemacs.org>
5972
5973         * hyper-apropos.el (hyper-where-is): added the missing autoload.
5974
5975 1998-11-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
5976
5977         * ldap.el: Custom-ized
5978         (toplevel): Do not provide `ldap' which is provided by C level
5979         LDAP code
5980         (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
5981
5982 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
5983
5984         * isearch-mode.el (isearch-mode): Really fix keymap lossage.
5985
5986 1998-12-17  Andy Piper  <andy@xemacs.org>
5987
5988         * sound.el (sound-load-list): name changed from sound-load-alist.
5989         (sound-extension-list): name changed from sound-ext-list.
5990         (load-default-sounds): use new names.
5991         (load-sound-file): use new names.
5992
5993 1998-12-16  Andy Piper  <andy@xemacs.org>
5994
5995         * XEmacs 21.2.6 is released
5996
5997 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
5998
5999         * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
6000         errors.
6001
6002 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6003
6004         * wid-edit.el (widget-echo-this-extent): Set
6005         help-echo-owns-message to t.
6006
6007 1998-11-30  Greg Klanderman  <greg@alphatech.com>
6008
6009         * package-get.el (package-get-download-menu): use toggles for
6010           each site in the download site menu.
6011
6012 1998-12-01  Jan Vroonhof <vroonhof@math.ethz.ch>
6013
6014         * package-get.el (package-get): If we cannot find a package
6015           because package-get-remote is not set, give a more helpful
6016           error message.
6017
6018 1998-11-30  Greg Klanderman  <greg@alphatech.com>
6019
6020         * package-get.el (package-get-remote-filename): use an EFS path
6021         with user anonymous if no user is specified.
6022
6023 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
6024
6025         * faces.el (face-spec-set): Re-init fallfacks for default after
6026         calling reset-face on the default face.
6027
6028 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
6029
6030         * package-admin.el (package-admin-default-install-function):
6031         Behave as advertised.  Make sure the pkg-dir is proper for
6032         default-directory.
6033         (package-admin-add-binary-package): Make sure the pkg-dir is
6034         proper for default-directory.
6035         (package-admin-install-function-mswindows): Make sure the pkg-dir
6036         is proper for default-directory.
6037
6038 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
6039
6040         * XEmacs 21.2.5 is released
6041
6042 1998-12-05  SL Baur  <steve@altair.xemacs.org>
6043
6044         * files.el (binary-file-regexps): regexp-opt is not available at
6045         bytecompile time.
6046
6047 1998-11-30  Martin Buchholz  <martin@xemacs.org>
6048
6049         * x-win-xfree86.el:
6050         * x-win-sun.el (x-win-init-sun):
6051         * x-win-sun.el:
6052         * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
6053         * x-iso8859-1.el:
6054         * x-init.el (init-post-x-win):
6055         * x-init.el (init-pre-x-win):
6056         * x-init.el (x-initialize-compose):
6057         * x-init.el:
6058         * x-compose.el:
6059         * winnt.el:
6060         * widget.el:
6061         * wid-edit.el (widget-glyph-click):
6062         * wid-edit.el (widget-glyph-find):
6063         * wid-edit.el (widget-type):
6064         * view-less.el (view-buffer-other-window):
6065         * very-early-lisp.el:
6066         * version.el:
6067         * toolbar.el:
6068         * toolbar-items.el:
6069         * term/sun.el (suntool-map):
6070         * term/sun-mouse.el:
6071         * term/internal.el:
6072         * syntax.el (modify-syntax-entry):
6073         * symbol-syntax.el:
6074         * subr.el:
6075         * startup.el (lock-directory):
6076         * simple.el (set-comment-column):
6077         * simple.el (backward-delete-char-untabify):
6078         * shadow.el (find-emacs-lisp-shadows):
6079         * shadow.el:
6080         * setup-paths.el (paths-construct-info-path):
6081         * select.el (cut-copy-clear-internal):
6082         * process.el (call-process-region):
6083         * process.el (start-process-shell-command):
6084         * process.el:
6085         * paths.el (rmail-spool-directory):
6086         * paragraphs.el (use-hard-newlines):
6087         * package-get.el (package-get-dependencies):
6088         * package-admin.el (package-admin-delete-binary-package):
6089         * obsolete.el (truncate-string):
6090         * obsolete.el (store-substring):
6091         * mouse.el (default-mouse-track-maybe-own-selection):
6092         * mouse.el (mouse-yank-at-point):
6093         * modeline.el:
6094         * modeline.el (mouse-drag-modeline):
6095         * minibuf.el (read-directory-name-internal):
6096         * minibuf.el (read-file-name-internal):
6097         * minibuf.el (read-file-name-internal-1):
6098         * minibuf.el (read-file-name-2):
6099         * minibuf.el (exact-minibuffer-completion-p):
6100         * minibuf.el (read-from-minibuffer):
6101         * minibuf.el:
6102         * menubar.el (check-menu-syntax):
6103         * map-ynp.el (map-y-or-n-p):
6104         * make-docfile.el (docfile-out-of-date):
6105         * loadup.el ((member "run-temacs" command-line-args)):
6106         * loadup.el ((member "no-site-file" command-line-args)):
6107         * loadup.el (really-early-error-handler):
6108         * loadup.el:
6109         * loadhist.el:
6110         * loaddefs.el:
6111         * lisp-mnt.el (lm-verify):
6112         * lib-complete.el (lib-complete:cache-completions):
6113         * lib-complete.el (library-all-completions):
6114         * itimer.el (itimer-run-expired-timers):
6115         * info.el (Info-mode):
6116         * info.el (Info-insert-file-contents):
6117         * info.el (Info-rebuild-dir):
6118         * info.el (Info-build-dir-anew):
6119         * info.el (Info-parse-dir-entries):
6120         * info.el (Info-dir-outdated-p):
6121         * info.el (Info-insert-dir):
6122         * info.el (info-xref):
6123         * info.el:
6124         * hyper-apropos.el (hyper-apropos-get-doc):
6125         * hyper-apropos.el (hyper-describe-face):
6126         * hyper-apropos.el (hyper-apropos-mode):
6127         * hyper-apropos.el:
6128         * help.el (list-processes):
6129         * help.el:
6130         * gnuserv.el:
6131         * font.el (mswindows-font-create-name):
6132         * font.el (font-default-font-for-device):
6133         * font.el (x-font-create-object):
6134         * font.el (font-registry):
6135         * font.el:
6136         * font-lock.el (font-lock-keywords):
6137         * font-lock.el:
6138         * finder.el (finder-compile-keywords):
6139         * find-paths.el (paths-find-recursive-path):
6140         * fill.el (set-justification-center):
6141         * fill.el (fill-region-as-paragraph):
6142         * files.el (insert-directory):
6143         * files.el (wildcard-to-regexp):
6144         * files.el (recover-file):
6145         * files.el (basic-save-buffer):
6146         * files.el (delete-auto-save-file-if-necessary):
6147         * files.el (file-relative-name):
6148         * files.el (backup-extract-version):
6149         * files.el (backup-buffer):
6150         * files.el (set-visited-file-name):
6151         * files.el (set-auto-mode):
6152         * files.el (interpreter-mode-alist):
6153         * files.el:
6154         * files.el (find-file-noselect):
6155         * files.el (abbreviate-file-name):
6156         * files.el (parse-colon-path):
6157         * files.el (directory-abbrev-alist):
6158         * etags.el (visit-tags-table-buffer):
6159         * easymenu.el (easy-menu-define):
6160         * dragdrop.el (experimental-dragdrop-drag):
6161         * dragdrop.el (dragdrop-drop-do-functions):
6162         * dragdrop.el (dragdrop-drop-at-point):
6163         * disass.el (disassemble-1):
6164         * disass.el (disassemble-internal):
6165         * disass.el (disassemble):
6166         * disass.el:
6167         * derived.el (derived-mode-init-mode-variables):
6168         * derived.el (define-derived-mode):
6169         * custom.el (defgroup):
6170         * cus-edit.el (custom-quote):
6171         * config.el:
6172         * code-process.el (open-network-stream):
6173         * code-process.el (start-process):
6174         * code-process.el (call-process-region):
6175         * code-process.el (call-process):
6176         * code-process.el:
6177         * code-files.el (insert-file-contents):
6178         * code-files.el:
6179         * code-files.el (buffer-file-coding-system-for-read):
6180         * cmdloop.el (yes-or-no-p-minibuf):
6181         * cl.el:
6182         * cl-macs.el:
6183         * cl-extra.el:
6184         * callers-of-rpt.el (make-caller-report):
6185         * callers-of-rpt.el:
6186         * bytecomp.el (batch-byte-recompile-directory):
6187         * bytecomp.el (batch-byte-compile-1):
6188         * bytecomp.el (batch-byte-compile):
6189         * bytecomp.el (display-call-tree):
6190         * bytecomp.el (byte-compile-insert):
6191         * bytecomp.el (byte-compile-two-args-19->20):
6192         * bytecomp.el (byte-compile-variable-ref):
6193         * bytecomp.el (byte-compile-form):
6194         * bytecomp.el (byte-compile-top-level-body):
6195         * bytecomp.el (byte-compile-out-toplevel):
6196         * bytecomp.el (byte-compile-byte-code-maker):
6197         * bytecomp.el (byte-compile-file-form-defmumble):
6198         * bytecomp.el (byte-compile-file-form):
6199         * bytecomp.el (byte-compile-keep-pending):
6200         * bytecomp.el (byte-compile-insert-header):
6201         * bytecomp.el (byte-compile-from-buffer):
6202         * bytecomp.el (byte-compile-file):
6203         * bytecomp.el (byte-recompile-file):
6204         * bytecomp.el (byte-compile-close-variables):
6205         * bytecomp.el (byte-compile-warn-about-unused-variables):
6206         * bytecomp.el (byte-compile-warn-about-unresolved-functions):
6207         * bytecomp.el (byte-compiler-legal-options):
6208         * bytecomp.el (byte-compile-lapcode):
6209         * bytecomp.el (byte-optimize-log):
6210         * bytecomp.el ((fboundp 'defsubst)):
6211         * bytecomp.el:
6212         * bytecomp-runtime.el:
6213         * byte-optimize.el (byte-optimize-apply):
6214         * byte-optimize.el (car):
6215         * byte-optimize.el (byte-optimize-form):
6216         * byte-optimize.el (byte-optimize-form-code-walker):
6217         * byte-optimize.el:
6218         * build-report.el (build-report-insert-installation-file):
6219         * build-report.el (build-report):
6220         * auto-show.el:
6221         * apropos.el (apropos-documentation):
6222         - mega patch
6223         - clean up byte-compile warnings
6224         - remove unused variables
6225         - Use common lisp style hashtable functions
6226         - byte compiler cleanup
6227         - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
6228         - remove old backquote syntax usage
6229         - move some cl functionality into C for speed.
6230         - remove last remaining VMS support
6231         - spelling fixes
6232         - implement last, butlast, nbutlast, copy-list in C.
6233         - new macro ignore-file-errors, similar to ignore-errors
6234           (ignore-file-errors (delete-file "foo"))
6235         - get frequent garbage collection during loadup.el by tweaking
6236           gc-cons-threshold, rather than explicitly calling garbage-collect
6237         - default delete-key-deletes-forward to `t'.
6238
6239 1998-11-28  SL Baur  <steve@altair.xemacs.org>
6240
6241         * XEmacs 21.2-beta4 is released.
6242
6243 1998-11-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
6244
6245         * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
6246         (easy-menu-item-present-p): Wrapper around find-menu-item.
6247         (easy-menu-remove-item): Wrapper around delete-menu-item.
6248
6249         * menubar.el (delete-menu-item): Add 'from-menu' argument.
6250         (add-menu-button): Add 'in-menu' argument.
6251         (add-menu-item-1): Add in-menu support to helper function.
6252
6253 1998-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * isearch-mode.el (isearch-mode): Fix keymap lossage.
6256
6257 1998-11-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
6258
6259         * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
6260         of Dec 4, 1997.
6261
6262 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
6263
6264         * process.el (shell-command-on-region): Report if the command
6265         succeeded or failed.
6266
6267 1998-11-24  Hrvoje Niksic  <hniksic@srce.hr>
6268
6269         * subr.el (buffer-substring-no-properties): Comment out.
6270
6271 1998-11-07  Adrian Aichner  <adrian@xemacs.org>
6272
6273         * msw-faces.el (mswindows-find-smaller-font): Turning font names
6274           into font instances first, like `x-frob-font-size' does.
6275           (mswindows-find-larger-font): ditto
6276
6277 1998-11-04  Greg Klanderman  <greg@alphatech.com>
6278
6279         * package-ui.el (pui-install-selected-packages): fix args in call
6280         to `package-get'.
6281
6282 1998-10-29  Jan Vroonhof  <vroonhof@math.ethz.ch>
6283
6284         * package-get.el (host-name): New widget type.
6285         (package-get-remote): Better customization using new type.
6286         (package-get-download-sites): idem dito.
6287
6288         (package-get-custom): Do not use package-get-all untill we have
6289         runtime dependencies.
6290
6291         (package-get-remove-copy): Default to 't' we no longer need this
6292         kludge as we do not currently use depenencies.
6293
6294         (package-get-was-current): New variable.
6295         (package-get-require-base): New 'force-current' argument.
6296         (package-get-update-base): idem
6297         (package-get-package-provider):  idem
6298         (package-get-locate-index-file): New 'no-remote' argument.
6299         (package-get-locate-file): idem.
6300
6301         (package-get-maybe-save-index): New function.
6302         (package-get-update-base): Use it.
6303
6304 1998-10-28 Greg Klanderman <greg@alphatech.com>
6305
6306         * package-get.el (package-get-remote): default to nil; by default,
6307         don't go out to the net via EFS.  They must select a download site.
6308         (package-get-download-sites): new variable.
6309         (package-get-download-menu): new function.
6310         (package-get-locate-index-file): new function.
6311         (package-get-update-base): use it.
6312
6313         * menubar-items.el (default-menubar): add "Update Package Index"
6314         and "Add Download Site" menus under Options | Manage Packages.
6315
6316 1998-10-19  Greg Klanderman  <greg@alphatech.com>
6317
6318         * package-get.el (package-get): bugfix code checking installed version
6319         for case where package is not currently installed.
6320         (package-get-require-signed-base-updates): new variable.
6321         (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
6322         deemed not a goot thing.  Use the variable
6323         package-get-allow-unsigned-base-updates instead.
6324
6325 1998-10-16 Greg Klanderman <greg@alphatech.com>
6326
6327         * package-get.el (package-get): Don't install an older version than
6328         we already have unless explicitly told to.  Issue a warning.
6329
6330         * package-ui.el (pui-add-required-packages): when adding
6331         dependencies, don't add packages that are up to date.
6332         (pui-package-symbol-char):  Don't consider a package out of date
6333         if you have a newer version installed than the latest version in
6334         package-get-base.
6335
6336         * package-get.el (package-get-base-filename): document that it may
6337         be a path relative to package-get-remote;  new default value.
6338         (package-get-locate-file): new function.
6339         (package-get-update-base): use it to expand package-get-base-filename.
6340         (package-get-save-base): new function to save the package-get database
6341         to file.
6342         (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
6343         (package-get-update-base): pass the REMOTE-SOURCE arg.
6344         (package-get-update-base-entry): call package-get-custom-add-entry.
6345         (package-get-file-installed-p): removed; no longer needed.
6346         (package-get-create-custom): ditto.
6347         (toplevel): remove code to build and load package-get-custom.el
6348         (package-get-custom-add-entry): new function.
6349
6350 1998-10-12  Hrvoje Niksic  <hniksic@srce.hr>
6351
6352         * wid-edit.el (widget-button-click): Don't switch window.
6353
6354 1998-10-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
6355
6356         * cus-face.el (custom-set-face-update-spec): Add autoload cookie
6357
6358 1998-10-20  Malcolm Box  <malcolm@brownale.demon.co.uk>
6359
6360         * etags.el (find-tag-default): Run find-tag-hook using
6361         run-hooks rather than funcall
6362
6363 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
6364
6365         * isearch-mode.el (isearch-mode): Set the current minor mode maps
6366         and the current local map as the parents to isearch-mode-map.
6367
6368 1998-10-15  SL Baur  <steve@altair.xemacs.org>
6369
6370         * XEmacs 21.2-beta3 is released.
6371
6372 1998-10-15  Greg Klanderman  <greg@alphatech.com>
6373
6374         * package-get.el (package-get-update-base): use
6375         insert-file-contents-internal, not insert-file-contents-literally.
6376
6377 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
6378
6379         * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
6380         dump time.
6381
6382 1998-10-15  Greg Klanderman  <greg@alphatech.com>
6383
6384         * package-get.el (package-get-update-base-entry): new function.
6385         (package-get-update-base): renamed; was `package-get-load-base'.
6386         cleanup, and use package-get-update-base-from-buffer.
6387         (package-get-update-base-from-buffer): new function.
6388         (package-get-update-base-entries): new; helper for above.
6389         Do not eval lisp grabbed over ftp; parse it from new format.
6390
6391 1998-10-15  Greg Klanderman  <greg@alphatech.com>
6392
6393         * files.el (set-auto-mode): Don't play games loading package-get
6394         database; package-get-package-provider will handle it all.
6395
6396 1998-10-14  Greg Klanderman  <greg@alphatech.com>
6397
6398         * package-get.el (package-get-base-filename): new variable.
6399         (package-get-require-base): new function.
6400         (package-get-pgp-signed-begin-line): new variable.
6401         (package-get-pgp-signature-begin-line): ditto.
6402         (package-get-pgp-signature-end-line):  ditto.
6403         (package-get-load-base): new function.
6404         (package-get-interactive-package-query):
6405         (package-get-update-all):
6406         (package-get-dependencies):
6407         (package-get-package-provider):
6408         (package-get-custom): use package-get-require-base.
6409         [package-get-custom loading]: disable for now.
6410
6411         * package-ui.el (pui-list-packages): use (package-get-require-base)
6412
6413 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
6414
6415         * package-ui.el: Correct obvious thinko in choosing extent face.
6416
6417 1998-10-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
6418
6419         * menubar-items.el (default-menubar): pui-list-package has nothing
6420         to with Customize. Move all the package stuff to a new Item in Options.
6421
6422         * package-ui.el (pui-menu): Add menu and Popup menu.
6423
6424         * package-get.el (package-get): Use new
6425         package-admin-get-install-dir.
6426
6427         * package-admin.el (package-admin-get-install-dir): New syntax.
6428         Conserve package location and put mule packages where mule-base is.
6429
6430         * package-get.el : Customized
6431
6432         * package-ui.el (pui): Customized
6433         (pui-package-install-dest-dir): New variable.
6434         (pui-install-selected-packages): Use it
6435
6436 1998-10-12  SL Baur  <steve@altair.xemacs.org>
6437
6438         * package-get.el (package-get-interactive-package-query): Move
6439         dependency on package-get-base to run-time.
6440         (package-get-update-all): Ditto.
6441         (package-get-dependencies): Ditto.
6442         (package-get-package-provider): Ditto.
6443         (package-get-custom): Ditto.
6444
6445 1998-10-11  Glynn Clements  <glynn@sensei.co.uk>
6446
6447         * events.el: Remove 'ascii-character property from 'backspace
6448         and 'delete symbols
6449
6450 1998-10-11  SL Baur  <steve@altair.xemacs.org>
6451
6452         * package-get-base.el: removed.
6453
6454 1998-09-23  Didier Verna  <didier@xemacs.org>
6455
6456         * simple.el (search-caps-disable-folding): moved from isearch-mode.el
6457         (no-upper-case-p): new function.
6458         (with-search-caps-disable-folding): new macro.
6459         (with-interactive-search-caps-disable-folding): new macro.
6460         (zap-to-char): In interactive mode, do a case-sensitive search if
6461         the character is uppercase.
6462         (zap-up-to-char): ditto.
6463
6464         * replace.el (perform-replace): use the function no-upper-case-p.
6465
6466         * isearch-mode.el (isearch-fix-case): ditto.
6467         make obsolete `with-caps-disable-folding' and
6468         `isearch-no-upper-case-p'.
6469
6470         * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
6471         (tags-search): ditto.
6472         (tags-query-replace): ditto.
6473
6474         * info.el (Info-search): ditto.
6475
6476 1998-10-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
6477
6478         * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
6479
6480 1998-10-07  Greg Klanderman  <greg@alphatech.com>
6481
6482         * package-admin.el (package-admin-rmtree): rewritten.  need to
6483         check for "." and ".." before symlink check.  expand files and
6484         directories with respect to DIRECTORY, not default-directory.
6485
6486 1998-10-04  Greg Klanderman  <greg@alphatech.com>
6487
6488         * package-get.el (package-get-all): add INSTALL-DIR argument.
6489
6490 1998-10-06  Greg Klanderman  <greg@alphatech.com>
6491
6492         * package-ui.el (pui-add-required-packages): new function, select
6493         dependent packages.
6494         (pui-display-keymap): bind it.
6495         (pui-help-string): document it.
6496         (pui-install-selected-packages): package-get-all -> package-get.
6497
6498         * package-get.el (package-get-dependencies): new function.
6499
6500 1998-10-04  Hrvoje Niksic  <hniksic@srce.hr>
6501
6502         * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
6503         regexps.
6504
6505 1998-10-05  Hrvoje Niksic  <hniksic@srce.hr>
6506
6507         * mouse.el (default-mouse-track-point-at-opening-quote-p): New
6508         function.
6509         (default-mouse-track-normalize-point): Use it.
6510
6511 1998-09-30  Jan Vroonhof  <vroonhof@math.ethz.ch>
6512
6513         * package-admin.el (package-admin-delete-binary-package):
6514                 General cleanup. Remove unnessary use of progn and
6515         save-excursion.
6516         (package-admin-delete-binary-package): Do NOT mess with file
6517         modes. That is evil.
6518         (package-admin-delete-binary-package): Wrap all deleting in
6519         condition-case. The data in MANIFEST is untrustworthy.
6520         (package-admin-delete-binary-package): Let the OS worry about non
6521         empty directories.
6522
6523 1998-10-09  SL Baur  <steve@altair.xemacs.org>
6524
6525         * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
6526         processing.
6527         (lm-report-bug): Fix mail address to send bug reports to.
6528
6529 1998-09-29  SL Baur  <steve@altair.xemacs.org>
6530
6531         * XEmacs 21.2-beta2 is released.
6532
6533 1998-08-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
6534
6535         * files.el (auto-mode-alist): Enhanced regexp for perl-mode
6536
6537 1998-09-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
6538
6539         * info.el (Info-mode): Document page turning by double clicks in
6540         docstring so `M-x describe-mode' will display it.
6541
6542 1998-09-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
6543
6544         * info.el (Info-mouse-track-double-click-hook): Use character
6545         widths to calculate a border region where double clicking does
6546         page turning, and return `nil' by default so other hooks, such as
6547         region highlighting, will be run.
6548
6549 1998-09-29  Colin Rafferty   <colin@xemacs.org>
6550
6551         * sound.el (default-sound-directory-list): Initialize with all the
6552         "sounds" directories in `data-directory-list'.  It used to just be
6553         the first one.
6554
6555         * packages.el (locate-data-directory-list): Created.  This gives
6556         the list of matching directories, unlike `locate-data-directory',
6557         which just gives the first one.
6558
6559 1998-09-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
6560
6561         * minibuf.el (read-from-minibuffer): No longer bind help-form but
6562         make a binding in the local keymap until help-char handling is
6563         improved.
6564
6565         * help.el (help-keymap-with-help-key): Provide keymap with help
6566         binding.
6567         (help-print-help-form): New helper function.
6568
6569 1998-09-23  Hrvoje Niksic  <hniksic@srce.hr>
6570
6571         * isearch-mode.el (isearch-highlight): set-extent-endpoints can
6572         move extent to another buffer; no need to create a new extent.
6573         (isearch-fix-case): New function.
6574         (isearch-search-and-update): Use it.
6575
6576 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
6577
6578         * isearch-mode.el (isearch-mode): Use overriding-local-map to set
6579         the keymap, not minor-mode-map-alist.
6580         (isearch-done): Restore overriding-local-map.
6581
6582 1998-09-21  Martin Buchholz  <martin@xemacs.org>
6583
6584         * bytecomp.el (byte-compile-buffer-substring):
6585         Fix for: (byte-compile (defun f () (buffer-substring)))
6586         ==>   ** buffer-substring called with 3 args, but requires 0-3
6587         - new code not only works, but is more readable, too.
6588
6589 1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6590
6591         * msw-faces.el (mswindows-init-device-faces): Don't try to
6592           specify a default font at this late stage. Do try to force
6593           creation of the default face font so that if it fails we get
6594           an error now instead of a crash at frame creation.
6595
6596           mswindows-font-canonicalize-name, mswindows-make-font-unbold,
6597           mswindows-make-font-unitalic: Canonical default weight
6598           changed from "Normal" to "Regular".
6599
6600           mswindows-make-font-bold / -bold-italic: Supplied device was
6601           not being passed into call to mswindows-find-smaller-font.
6602
6603 1998-09-10  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
6604
6605         * package-get.el (package-get-remote): Fix the path where to find
6606           the packages on xemacs.org.
6607
6608 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
6609
6610         * about.el (about-maintainer-info): Update Ben's entry.
6611
6612 1998-09-24  Martin Buchholz  <martin@xemacs.org>
6613
6614         * lisp/shadow.el (find-emacs-lisp-shadows):
6615         - `member' was being called on lists of length 2000!
6616         - Replace with hashtables.
6617         - Replace hand-coded loops with (dolist)
6618         - Fix comment typo
6619
6620 1998-09-20  Darryl Okahata  <darrylo@sr.hp.com>
6621
6622         * packages.el: Added new function, `package-delete-name', to
6623           delete existing packages from the installed package database
6624           (`packages-package-list').  Also added the "pkginfo" directory
6625           to `packages-special-base-regexp', so that the pkginfo directory
6626           would not get added to `late-packages'.
6627
6628         * package-admin.el: Added ability to delete an installed package
6629           (added low-level function, `package-admin-delete-package').
6630           Understands how to use the pkginfo/MANIFEST.<package> file to
6631           delete the package.  When installing a package, will also
6632           create a MANIFEST.* file if one is not provided by the
6633           package.  If the MANIFEST.* doesn't exist when deleting a
6634           package, the functions will fall back to attempting to delete
6635           any package-specific lisp directory.
6636
6637         * package-get.el: Moved some functions to package-admin.el.
6638           Added interactive function `package-get-delete-package', for
6639           use by users for deleting a package.
6640
6641           Also modified to not require the presence of efs.
6642
6643 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
6644
6645         * files.el (find-file-noselect): Handle all signals, kill the
6646         buffer and resignal.
6647
6648 1998-09-23  SL Baur  <steve@altair.xemacs.org>
6649
6650         * cl-macs.el (glyph-image): Add setf method.
6651
6652 1998-09-06  Darryl Okahata  <darrylo@sr.hp.com>
6653
6654         * package-get.el: Fixed broken EFS downloading.  Also, look for
6655           .tar.gz files first, in preference over .tgz files.
6656
6657         * package-ui.el: Fix display of package version numbers.
6658
6659 1998-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
6660
6661         * x-font-menu.el (font-menu-set-font):  Add "pt" units to size
6662         argument.
6663
6664 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
6665
6666         * list-mode.el: `display-completion-list': added new/optional
6667           keyword `:completion-string', which allows the programmer to
6668           change the "Possible completions are:" prompt.
6669
6670         * menubar-items.el: Added new pulldown menu-pick to start up the
6671           visual package browser/installer:
6672
6673                 Options->Customize->List Packages
6674
6675         * package-admin.el: Added hooks for installing under both Unix
6676           and MS Windows.  Does additional error checking.  No longer
6677           calls "add-big-package.sh" to install packages under Unix; now
6678           calls gunzip & tar directly.
6679
6680         * package-get.el: Added ability to install packages from files
6681           on a local disk/CDROM.  Now deletes any existing package lisp
6682           directory.  Does completion on available packages when
6683           querying for package names.  Will also search for .tgz files
6684           in addition for .tar.gz files.  Tries to reload
6685           auto-autoloads, as a convenience when loading new packages,
6686           and also tries to add any new package paths to `load-path'.
6687           Changed all occurences of `concat' to use `expand-file-name'.
6688
6689         * package-ui.el: New file which implements the main visual
6690           package browser/installer, which is started via a menu pick or
6691           M-x pui-list packages.
6692
6693 1998-09-03  Hrvoje Niksic  <hniksic@srce.hr>
6694
6695         * startup.el (load-init-file): spelling fix.
6696
6697 1998-09-02  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
6698
6699         * startup.el (normal-top-level): Load auto-autoload files
6700         covariantly with their precedence.
6701
6702 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
6703
6704         * menubar-items.el (default-menubar): Remove "Font Weight"
6705         option, there is currently no custom equivalent.. Customize-faces
6706         is "Edit faces".
6707
6708         * x-font-menu.el (font-menu-set-font): Use customize to set
6709         default face.
6710
6711         * faces.el (face-spec-update-all-matching): New function.
6712
6713         * cus-face.el (custom-set-face-update-spec): New function.
6714         Interface to customize faces from elisp.
6715
6716         (custom-face-value-create): Show the customized settings if set
6717         but not saved.
6718
6719 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
6720
6721         (custom-face-value-create): Show the customized settings if set
6722         but not saved.
6723
6724 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
6725
6726         * keydefs.el (global-map): Add FSF 20.3 binding of
6727         query-replace-regexp.
6728
6729 1998-08-21  Greg Klanderman  <greg@alphatech.com>
6730
6731         * minibuf.el (read-file-name-internal-1): use
6732         user-name-completion-1 instead of user-name-completion.
6733
6734 1998-08-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
6735
6736         * loadup.el:
6737         * make-docfile.el:
6738         * update-elc.el: Don't set `source-directory' (now defunct as a
6739         global variable) no more.
6740
6741         * packages.el (packages-list-autoloads): Made `source-directory'
6742         (now defunct as a global variable) a parameter.
6743
6744 1998-08-13  Carsten Leonhardt  <leo@arioch.oche.de>
6745
6746         * about.el (about-hackers): new email
6747
6748 1998-08-16  SL Baur  <steve@altair.xemacs.org>
6749
6750         * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
6751
6752 1998-07-17  Didier Verna  <didier@xemacs.org>
6753
6754         * faces.el (set-face-property):
6755         (set-face-dim-p):
6756         (face-dim-p): updated the doc strings now that the dim property isn't
6757         tty-specific.
6758         (face-equal): the dim property is now a common one.
6759
6760         * cus-face.el (custom-face-attributes): New face attribute: `dim'
6761         Renamed the `stipple' attribute to `background-pixmap'.
6762         (custom-face-background-pixmap): make custom-face-stipple an
6763         obsolete alias for this.
6764
6765 1998-08-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
6766
6767         * find-paths.el (paths-file-readable-directory-p): Created and
6768         used.
6769
6770         * loadup.el: Don't set inhibit-... flags from run-temacs.
6771
6772 1998-08-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
6773
6774         * packages.el (packages-data-path-depth): Added and used.
6775
6776 1998-08-05  Charles G. Waldman <cgw@pgt.com>
6777
6778         * about.el:
6779         - Change .xpm to .png, delete "zcat" section.
6780         - cosmetic fix in the 'marcpa' entry.
6781
6782         * etc/photos
6783         - convert all .xpm.Z to .png
6784         - rename mrb to martin
6785         - rename mcook-m to mcookm
6786
6787 1998-07-31  Martin Buchholz  <martin@xemacs.org>
6788
6789         * x-init.el (x-initialize-compose): Add support for
6790         dead-circumflex as YET ANOTHER NAME for that dead key.
6791
6792 1998-08-05  Colin Rafferty <colin@xemacs.org>
6793
6794         * setup-paths.el (paths-construct-exec-path): Made the
6795         last-packages really be last.
6796         (paths-construct-data-directory-list): Ditto.
6797
6798 1998-08-01  Kai Haberzettl  <khaberz@synnet.de>
6799
6800         * startup.el(startup-splash-frame-body):
6801         Update Copyright notice in splash screen
6802
6803 1998-07-20  Greg Klanderman  <greg@alphatech.com>
6804
6805         * minibuf.el (read-file-name-internal-1): do ~user completion.
6806
6807 1998-07-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
6808
6809         * font-lock.el (font-lock-fontify-glumped-region): Add guard
6810         aginst destroyed extents
6811
6812 1998-07-24  Greg Klanderman  <greg@alphatech.com>
6813
6814         * package-get.el (package-get): add `install-dir' argument.
6815
6816 1998-07-20  John Jones  <jj@asu.edu>
6817
6818         * package-get.el: calls to package-get-update-all will only
6819           update packages which are already installed.
6820
6821 1998-07-23  SL Baur  <steve@altair.xemacs.org>
6822
6823         * autoload.el (update-file-autoloads): Ensure autoloads buffer is
6824         writable.
6825
6826 1998-07-20  Colin Rafferty   <colin@xemacs.org>
6827
6828         * about.el (about-hackers): Correct my email.
6829
6830 1998-07-20  Kai Haberzettl  <khaberz@synnet.de>
6831
6832         * about.el (about-hackers): new email-address.
6833
6834 1998-07-25  SL Baur  <steve@altair.xemacs.org>
6835
6836         * minibuf.el (read-number): Don't let `input-error' condition
6837         escape.
6838
6839 1998-07-20  Greg Klanderman  <greg@alphatech.com>
6840
6841         * about.el (about-hackers): use my `email-for-life' address.
6842
6843 1998-07-19  SL Baur  <steve@altair.xemacs.org>
6844
6845         * XEmacs 21.2-beta1 is released.
6846
6847 1998-07-12  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6848
6849         * ldap.el (ldap-search): Doc string change
6850
6851 1998-07-16  Colin Rafferty   <colin@xemacs.org>
6852
6853         * menubar-items.el (default-menubar): Removed references to
6854         `data-directory', and use `locate-data-file' instead, and made
6855         then greyed out if they don't exist.
6856
6857 1998-07-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6858
6859         * keymap.el (events-to-keys): Use `format' instead of `concat'
6860         since the latter does not accept integer args anymore
6861
6862 1998-07-15  SL Baur  <steve@altair.xemacs.org>
6863
6864         * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
6865         macros replaced.
6866
6867 1998-07-14  SL Baur  <steve@altair.xemacs.org>
6868
6869         * make-docfile.el: Get first initialization from very-early-lisp.el
6870         * update-elc.el: Ditto.
6871         * loadup.el (really-early-error-handler): Ditto.
6872
6873         * packages.el (packages-unbytecompiled-lisp): Add new file,
6874         very-early-lisp.el.
6875
6876         * very-early-lisp.el: New file.
6877
6878 1998-07-14  SL Baur  <steve@altair.xemacs.org>
6879
6880         * Symbols that have been obsolete for at least 3 years removed (II).
6881
6882         * obsolete.el (eval-current-buffer): Make compatible.
6883         (byte-code-function-p): Ditto.
6884         (send-string): Removed.
6885         (send-region): Removed.
6886         (screen-scrollbar-width): Removed.
6887         (set-screen-scrollbar-width): Removed.
6888         (set-screen-left-margin-width): Removed.
6889         (set-screen-right-margin-width): Removed.
6890         (screen-left-margin-width): Removed.
6891         (screen-right-margin-width): Removed.
6892         (set-buffer-left-margin-width): Removed.
6893         (set-buffer-right-margin-width): Removed.
6894         (buffer-left-margin-width): Removed.
6895         (buffer-right-margin-width): Removed.
6896         (x-set-frame-icon-pixmap): Removed.
6897         (x-set-screen-icon-pixmap): Removed.
6898         (pixel-name): Removed.
6899         (make-pixmap): Removed.
6900         (make-cursor): Removed.
6901         (pixmap-width): Removed.
6902         (pixmap-contributes-to-line-height-p): Removed.
6903         (set-pixmap-contributes-to-line-height): Removed.
6904
6905 1998-07-13  SL Baur  <steve@altair.xemacs.org>
6906
6907         * obsolete.el (popup-menu-up-p): removed.
6908         (read-no-blanks-input): Removed.
6909         (wholenump): Removed.
6910         (ring-mod): Removed (what was ring-mod?).
6911         (current-time-seconds): Removed.
6912         (run-special-hook-with-args): Removed.
6913         (dot): Removed.
6914         (dot-marker): Removed.
6915         (dot-min): Removed.
6916         (dot-max): Removed.
6917         (window-dot): Removed.
6918         (set-window-dot): Removed.
6919
6920         * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
6921         `dot-min'.
6922
6923         * minibuf.el: (read-no-blanks-input): remove commented-out copy.
6924
6925         * code-files.el (insert-file-contents): Rename
6926         run-special-hook-with-args to run-hook-with-args-until-success.
6927         (write-region): Ditto.
6928
6929 1998-07-12  SL Baur  <steve@altair.xemacs.org>
6930
6931         * about.el: Fix typos, update release date.
6932
6933         * Symbols that have been obsolete for at least 3 years removed.
6934
6935         * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
6936         screen- functions.
6937         (toplevel): remove setf methods for screen functions.
6938         * cl-macs.el (extent-data): defsetf removed.
6939         * obsolete.el (lisp-indent-hook): Make compatible, it's used too
6940         many places to remove.
6941         (comment-indent-hook): Ditto.
6942         * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
6943         (buffer-dedicated-screen): Ditto.
6944         (deiconify-screen): Ditto.
6945         (delete-screen): Ditto.
6946         (event-screen): Ditto.
6947         (find-file-other-screen): Ditto.
6948         (find-file-read-only-other-screen): Ditto.
6949         (live-screen-p): Ditto.
6950         (screen-height): Ditto.
6951         (screen-iconified-p): Ditto.
6952         (screen-list): Ditto.
6953         (screen-live-p): Ditto.
6954         (screen-name): Ditto.
6955         (screen-parameters): Ditto.
6956         (screen-pixel-height): Ditto.
6957         (screen-pixel-width): Ditto.
6958         (screen-root-window): Ditto.
6959         (screen-selected-window): Ditto.
6960         (screen-totally-visible-p): Ditto.
6961         (screen-visible-p): Ditto.
6962         (screen-width): Ditto.
6963         (screenp): Ditto.
6964         (get-screen-for-buffer): Ditto.
6965         (get-screen-for-buffer-noselect): Ditto.
6966         (get-other-screen): Ditto.
6967         (iconify-screen): Ditto.
6968         (lower-screen): Ditto.
6969         (mail-other-screen): Ditto.
6970         (make-screen): Ditto.
6971         (make-screen-invisible): Ditto.
6972         (make-screen-visible): Ditto.
6973         (modify-screen-parameters): Ditto.
6974         (new-screen): Ditto.
6975         (next-screen): Ditto.
6976         (next-multiscreen-window): Ditto.
6977         (other-screen): Ditto.
6978         (previous-screen): Ditto.
6979         (previous-multiscreen-window): Ditto.
6980         (raise-screen): Ditto.
6981         (redraw-screen): Ditto.
6982         (select-screen): Ditto.
6983         (selected-screen): Ditto.
6984         (set-buffer-dedicated-screen): Ditto.
6985         (set-screen-height): Ditto.
6986         (set-screen-position): Ditto.
6987         (set-screen-size): Ditto.
6988         (set-screen-width): Ditto.
6989         (show-temp-buffer-in-current-screen): Ditto.
6990         (switch-to-buffer-other-screen): Ditto.
6991         (visible-screen-list): Ditto.
6992         (window-screen): Ditto.
6993         (x-set-screen-pointer): Ditto.
6994         (x-set-frame-pointer): Ditto.
6995         (screen-title-format): Ditto.
6996         (screen-icon-title-format): Ditto.
6997         (terminal-screen): Ditto.
6998         (delete-screen-hook): Ditto.
6999         (create-screen-hook): Ditto.
7000         (mouse-enter-screen-hook): Ditto.
7001         (mouse-leave-screen-hook): Ditto.
7002         (map-screen-hook): Ditto.
7003         (unmap-screen-hook): Ditto.
7004         (default-screen-alist): Ditto.
7005         (default-screen-name): Ditto.
7006         (x-screen-defaults): Ditto.
7007         (x-create-screen): Ditto.
7008         * obsolete.el: meta-flag removed.
7009         baud-rate removed.
7010         sleep-for-millisecs removed.
7011         extent-data removed.
7012         set-extent-data removed.
7013         set-extent-attribute removed.
7014         extent-glyph removed.
7015         extent-layout removed.
7016         set-extent-layout removed.
7017         list-faces-display removed.
7018         list-faces removed.
7019         trim-versions-without-asking removed.
7020         after-write-file-hooks removed.
7021         truename removed.
7022         auto-fill-hook removed.
7023         blink-paren-hook removed.
7024         select-screen-hook, deselect-screen-hook removed.
7025         auto-raise-screen, auto-lower-screen removed.
7026
7027         * msw-mouse.el: Global change resource -> mswindows-resource.
7028
7029         * XEmacs 21.0-pre5 is released.
7030
7031 1998-07-11  SL Baur  <steve@altair.xemacs.org>
7032
7033         * about.el (about-hackers): Credits update.
7034
7035 1998-07-11  Hrvoje Niksic  <hniksic@srce.hr>
7036
7037         * register.el (insert-register): Don't activate the region.
7038
7039 1998-07-10  SL Baur  <steve@altair.xemacs.org>
7040
7041         * select.el: Restore x-* symbols for backwards compatibility:
7042         x-copy-primary-selection, x-kill-primary-selection,
7043         x-delete-primary-selection, x-select-make-extent-for-selection,
7044         x-valid-simple-selection-, x-cut-copy-clear-internal.
7045
7046 1998-07-09  SL Baur  <steve@altair.xemacs.org>
7047
7048         * XEmacs 21.0-pre4 is released.
7049
7050 1998-06-28  Hrvoje Niksic  <hniksic@srce.hr>
7051
7052         * menubar-items.el (default-menubar): Use `report-emacs-bug' for
7053         reporting bugs.
7054         (maybe-add-init-button): Fix semantics under Windows.  Use
7055         `expand-file-name' rather than `concat'.
7056
7057         * help.el (print-messages): New function.
7058
7059 1998-07-05  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7060
7061         * ldap.el (ldap-host-parameters-alist): Docstring fixes
7062
7063 1998-07-04  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7064
7065         * about.el: Tweaked my entry in about-hackers.
7066
7067         * find-paths.el (paths-emacs-root-p):
7068           Relaxed emacs-root checking of an in-place installation to
7069           also accommodate the flat layout used on MS Windows.
7070
7071 1998-06-29  John Jones  <jj@asu.edu>
7072
7073         * package-get.el: calls to package-get-update-all will only
7074           update packages which are already installed.
7075
7076 1998-07-05  Andy Piper  <andyp@parallax.co.uk>
7077
7078         * faces.el (xpm-color-symbols): remove hardcoded defaults these
7079         are handled by the gui-element face fallbacks now.
7080
7081         * x-faces.el: default gui-element face to "background" as well as
7082         the default face.
7083
7084         * msw-faces.el (mswindows-init-device-faces): remove gui-element
7085         and default face settings since these are set as fallbacks now in
7086         the appropriate domain.
7087
7088 1998-07-02  SL Baur  <steve@altair.xemacs.org>
7089
7090         * text-mode.el (text-mode): Reorder regexp so the OR part
7091         corresponding to `page-delim' goes first and the hack in
7092         `forward-paragraph' will work.
7093         With bug analysis from Bob Weiner <weiner@altrasoft.com>
7094
7095 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
7096
7097         * subr.el (remove-hook): When checking the hook value
7098           with functionp, don't apply car to it.
7099
7100 1998-06-24  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7101
7102         * package-get.el (package-get-remote-filename):
7103           Don't use file-name-as-directory because the local directory
7104           separator conventions might not be the same as ftp's.
7105
7106 1998-06-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7107
7108         * ldap.el (ldap-host-parameters-alist): New name of
7109         `ldap-host-parameters-plist'
7110
7111 1998-06-26  Adrian Aichner  <adrian@xemacs.org>
7112
7113         * package-get.el: Using (require 'package-get-base), now that it
7114         provides itself.  Consequently removed all instances of (load
7115         "package-get-base.el").
7116
7117 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
7118
7119         * subr.el (remove-hook): Don't treat the hook value as a
7120           list unless it is both consp and not functionp.
7121
7122 1998-06-29  SL Baur  <steve@altair.xemacs.org>
7123
7124         * about.el: Email address for Ben Wing is ben@xemacs.org.
7125         * auto-show.el: Ditto.
7126         * bytecomp.el: Ditto.
7127         * faces.el: Ditto.
7128         * x-scrollbar.el: Ditto.
7129         * x-misc.el: Ditto.
7130         * tty-init.el: Ditto.
7131         * toolbar-items.el: Ditto.
7132         * symbol-syntax.el: Ditto.
7133         * specifier.el: Ditto.
7134         * objects.el: Ditto.
7135         * hyper-apropos.el: Ditto.
7136         * glyphs.el: Ditto.
7137
7138 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
7139
7140         * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
7141         vertical-divider-always-visible-p.
7142         (default-mouse-motion-handler): Ditto.
7143
7144 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
7145
7146         * scrollbar.el (scrollbars-visible-p): Simplify.  Always set the
7147         global value.
7148
7149 1998-06-21  Oliver Graf <ograf@fga.de>
7150
7151         * build-reports.el: changed receiver to xemacs-build-reports list
7152
7153 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7154
7155         * font.el: Split font-family-mappings into X and
7156           mswindows-specific versions.
7157           mswindows-font-create-[object|name]: Treat supplied size
7158           as a pointsize. Added underline and strikethru handling.
7159
7160         * msw-faces.el: changed default mswindows charset to western.
7161
7162         * msw-glyphs.el: removed space in border-glyph font string that
7163           was inserted to get round bugs in the mswindows C font code.
7164
7165 1998-06-27  SL Baur  <steve@altair.xemacs.org>
7166
7167         * about.el (about-hackers): Credits update.
7168
7169         * help-nomule.el (tutorial-supported-languages): Add Romanian
7170         TUTORIAL.
7171
7172         * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
7173         to ISO-8859-2.
7174
7175 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7176
7177         * font.el: Split font-family-mappings into X and
7178           mswindows-specific versions.
7179           mswindows-font-create-[object|name]: Treat supplied size
7180           as a pointsize. Added underline and strikethru handling.
7181
7182         * msw-faces.el: changed default mswindows charset to western.
7183
7184         * msw-glyphs.el: removed space in border-glyph font string that
7185           was inserted to get round bugs in the mswindows C font code.
7186
7187 1998-06-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7188
7189         * minibuf.el: make read-color-completion-table call
7190           (mswindows-color-list for mswindows devices.
7191
7192 1998-06-18  Sam Mikes  <smikes@alumni.hmc.edu>
7193
7194         * lisp/font-lock.el
7195         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
7196         Let declaration items contain non-word symbol characters.
7197
7198 1998-06-15  Adrian Aichner  <adrian@xemacs.org>
7199
7200         * package-get.el (package-get-package-provider): Added autoload
7201         cookie.  Loading "package-get-base.el" in ALL functions that use
7202         it.  Fixed some (interactive ...) with multiple argument specs
7203         again.  Cosmetic indentation changes.
7204
7205 1998-05-27  Glynn Clements  <glynn@sensei.co.uk>
7206
7207         * info.el (Info-insert-dir): Don't use nreverse on variables
7208         that you want to use later.
7209
7210 1998-06-17  Glynn Clements  <glynn@sensei.co.uk>
7211
7212         * x-mouse.el (x-set-point-and-move-selection): Replace call
7213         to x-kill-primary-selection with kill-primary-selection
7214
7215 1998-06-12  Martin Buchholz  <martin@xemacs.org>
7216
7217         * simple.el (what-cursor-position): Make cursor position reported
7218         use value of column-number-start-at-one
7219
7220 1998-06-17  SL Baur  <steve@altair.xemacs.org>
7221
7222         * about.el (xemacs-hackers): Fix Jareth's email address.
7223
7224 1998-06-16  SL Baur  <steve@altair.xemacs.org>
7225
7226         * startup.el (startup-splash-frame): Remove
7227         `xemacs-startup-logo-function'.
7228
7229 1998-06-15  SL Baur  <steve@altair.xemacs.org>
7230
7231         * about.el (about-hackers): Update credits list.
7232
7233 1998-06-06  Jeff Miller <jmiller@smart.net>
7234
7235         * lisp/sound.el: Update sound-ext to allow filenames with
7236           extensions to be found by load-sound-file
7237
7238 1998-06-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7239
7240         * info.el (Info-rebuild-outdated-dir): Removed variable
7241         (Info-auto-generate-directory): New variable
7242         (Info-save-auto-generated-dir): New variable
7243         (Info-maybe-update-dir): Use `Info-auto-generate-directory'
7244         (Info-build-dir-anew): Second parameter removed.  Use
7245         `Info-save-auto-generated-dir'
7246         (Info-rebuild-dir): Ditto
7247
7248 1998-06-02  Christoph Wedler  <wedler@fmi.uni-passau.de>
7249
7250         * list-mode.el (next-list-mode-item): Would not recognize
7251         border between directly neighbored items.
7252
7253 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
7254
7255         * package-get.el: add autoloads for some functions.
7256
7257 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
7258
7259         * specifier.el (let-specifier): Tiny docfixes.
7260
7261 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
7262
7263         * msw-mouse.el: set selection-pointer-glyph to Normal.
7264
7265 1998-06-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7266
7267         * wid-edit.el (widget-specify-secret): New function.
7268         (widget-after-change): Use it.
7269         (widget-specify-field): Use it.
7270
7271 1998-06-08  Hrvoje Niksic  <hniksic@srce.hr>
7272
7273         * mouse.el (drag-window-divider): Use `(not done)' instead of
7274         `doit'; reuse result of `window-pixel-edges'.
7275
7276         * modeline.el (drag-modeline-event-lag): Rename to
7277         drag-divider-event-lag.
7278
7279 1998-06-07  Hrvoje Niksic  <hniksic@srce.hr>
7280
7281         * specifier.el (let-specifier): Rewritten not to generate needless
7282         `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
7283         arguments.
7284
7285 1998-05-28  Hrvoje Niksic  <hniksic@srce.hr>
7286
7287         * minibuf.el (read-file-name-1): Setup buffer-local value of
7288         `completion-ignore-case' in completions buffer under Windows.
7289
7290 1998-06-06  Kirill M. Katsnelson  <kkm@kis.ru>
7291
7292         * about.el (about-maintainer-glyph): Fix support for not
7293         compressed images.
7294
7295 1998-06-04  Kirill M. Katsnelson  <kkm@kis.ru>
7296
7297         * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
7298
7299         * mouse.el (mouse-track): Cancel selection if misc-user event with
7300         `cancel-mode-internal' function is fetched.
7301
7302 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
7303
7304         * files.el (save-some-buffers-1): Fixed return value.
7305
7306 1998-06-01  Oliver Graf <ograf@fga.de>
7307
7308         * dragdrop.el: added experimental
7309
7310 1998-05-26  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
7311
7312         * startup.el (after-init-hook, init-file-user,
7313         user-init-directory, load-user-init-file):  Purge references
7314         to "~/.xemacs/init.el" from docstrings.
7315
7316         (load-user-init-file) Use paths-construct-path to construct
7317         paths to user init files.  Go directly to ~/.emacs, do not
7318         search ~/.xemacs/, do not load `default-custom-file'.
7319
7320 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
7321
7322         * files.el (interpreter-mode-alist): Catch wish and tclsh before
7323         general *sh.
7324         (inhibit-first-line-modes-regexps): Added `.tar.gz'.
7325
7326 1998-06-03  Andy Piper  <andyp@parallax.co.uk>
7327
7328         * menubar-items.el (default-menubar): add Update Packages to customize
7329         menu.
7330
7331 1998-06-02  Andy Piper  <andyp@parallax.co.uk>
7332
7333         * faces.el: use toolbar face as a fallback for toolbar properties
7334         in xpm-color-symbols instead of default.
7335
7336         * msw-faces.el: rename 3d-object -> gui-element face.
7337
7338 1998-06-06  SL Baur  <steve@altair.xemacs.org>
7339
7340         * startup.el (xemacs-startup-logo-function): New variable.
7341         (startup-splash-frame): Use it.
7342
7343 1998-06-02  Hrvoje Niksic  <hniksic@srce.hr>
7344
7345         * files.el (save-some-buffers): Would wait 1 second.
7346         (save-some-buffers-1): Delete other windows here instead of in
7347         `save-some-buffers'.
7348         (save-some-buffers): Force redisplay only if windows were deleted.
7349
7350 1998-06-02  Didier Verna  <didier@xemacs.org>
7351
7352         * cus-face.el (custom-face-attributes): generalized the use of
7353         toggle buttons for boolean attributes.
7354         Re-ordered the items a bit.
7355
7356 1998-06-01  SL Baur  <steve@altair.xemacs.org>
7357
7358         * sound.el (default-sound-directory): Use `locate-data-directory'
7359         to find the sounds directory.
7360
7361 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
7362
7363         * sound.el: default sound-ext to .wav under mswindows, .au
7364         otherwise. load-default sounds without extensions.
7365
7366 1998-05-27  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
7367
7368         * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
7369         if send-pr is not bound.
7370
7371 1998-06-01  Andy Piper  <andyp@parallax.co.uk>
7372
7373         * files.el: grok idl files in auto-mode-alist.
7374 1998-06-01  Jeff Miller  <jmiller@smart.net>
7375
7376         * minibuf.el (exact-minibuffer-completion-p): check for nil before
7377         calling `upcase'.
7378
7379 1998-05-30  Andy Piper  <andyp@parallax.co.uk>
7380
7381         * msw-glyphs.el: add xbm to the list of image types supported.
7382
7383 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
7384
7385         * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
7386         instead of XEmacs one when dumping InfoDock.
7387
7388 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
7389
7390         * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
7391         for `modeline-visible-p'
7392
7393         * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
7394
7395 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
7396
7397         * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
7398         since it's not used anymore. doc string fixes.
7399
7400         * package-get.el (package-get-file-installed-p): new function. use
7401         instead of file-installed-p which is in an external package.
7402
7403 1998-05-28  Oliver Graf <ograf@fga.de>
7404
7405         * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
7406         favor of select-window/switch-to-buffer
7407
7408 Wed May 27, 1998  Darryl Okahata  <darrylo@sr.hp.com>
7409
7410         * startup.el: changed (getenv "HOME") to (user-home-directory)
7411
7412 1998-05-25  Oliver Graf <ograf@fga.de>
7413
7414         * frame.el (cde-start-drag) moved to dragdrop.el
7415         (offix-start-drag-region) moved to dragdrop.el
7416         (offix-start-drag) moved to dragdrop.el
7417         * dragdrop.el (cde-start-drag) moved from frame.el
7418         (offix-start-drag-region) moved from frame.el
7419         (offix-start-drag) moved from frame.el
7420         (cde-start-drag-region) cde drag regions
7421         * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
7422
7423 1998-05-26  Oliver Graf <ograf@fga.de>
7424
7425         * dragdrop.el: created dragdrop-drag prototypes
7426         (cde-start-drag-region) fixed typo
7427
7428 1998-05-28  SL Baur  <steve@altair.xemacs.org>
7429
7430         * simple.el (after-init-hook): Remove reader macro.
7431
7432         * packages.el (packages-hardcoded-lisp): Get rid of reader
7433         macros.  Update DOC string.
7434
7435 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
7436
7437         * mouse.el (drag-window-divider): Ditto.
7438
7439         * modeline.el (mouse-drag-modeline): Use it.
7440
7441         * lisp-mode.el (let-specifier): Specify indentation.
7442
7443         * specifier.el (let-specifier): Renamed from
7444         `with-specifier-instance'.
7445
7446 1998-05-27  Andy Piper  <andyp@parallax.co.uk>
7447
7448         * x-faces.el:
7449         * faces.el: move definition of xpm-color-symbols from x-faces.el
7450         to faces. Predicate x-get-resource on the presence of x.
7451
7452         * msw-faces.el: set 3d-object face rather than modeline. Specify
7453         faces as specfier defaults.
7454
7455         * package-get.el: don't use package-admin-add-single-file-package.
7456
7457 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
7458
7459         * toolbar-items.el: Fixup tooltips.
7460         (toolbar-gnus): Don't use obsolete variable
7461         toolbar-news-frame-properties.
7462         (toolbar-news-reader): Default to `gnus' instead of
7463         `not-configured'.
7464
7465         * files.el (auto-mode-alist): Correctly recognize `.emacs' under
7466         Windows.
7467
7468 1998-05-25  Andy Piper  <andyp@parallax.co.uk>
7469
7470         * package-get.el: rename -installedp -> -installed-p.
7471
7472 1998-05-23  Kirill M. Katsnelson  <kkm@kis.ru>
7473
7474         * glyphs.el (init-glyphs): Created `border-glyph' face, with no
7475         attributes, and assinged it to continuation, truncation and
7476         hscroll glyphs.
7477
7478         * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
7479         and made continuation, truncation and hscroll glyphs arrow
7480         characters out of that font.
7481
7482 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
7483
7484         * minibuf.el (minibuffer-electric-separator): Play nicely with
7485         directory-sep-char being \.
7486         (minibuffer-electric-tilde): Ditto.
7487         (read-file-name-map): Ditto.
7488
7489 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
7490
7491         * mouse.el (default-mouse-track-maybe-own-selection): Pause only
7492         on X devices.
7493         (default-mouse-track-deal-with-down-event): Avoid
7494         `x-disown-selection'; use `disown-selection' instead.
7495
7496 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
7497
7498         * select.el:
7499         * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
7500         moved to (cut-copy-clear-internal) in select.el. Ditto for
7501         (x-delete-primary-selection) (x-kill-primary-selection)
7502         (x-copy-primary-selection).
7503         (own-clipboard): new function.
7504
7505         * msw-select.el: use the new kill/delete/copy/cut-copy-clear
7506         functions in select.el. remove old ones.
7507         (mswindows-own-clipboard): new function.
7508
7509 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
7510
7511         * gnuserv.el: allow connections from mswindows type devices.
7512
7513 1998-05-20  Andy Piper  <andyp@parallax.co.uk>
7514
7515         * msw-glyphs.el: change image type used from cursor to resource.
7516
7517 1998-05-20  Kirill M. Katsnelson  <kkm@kis.ru>
7518
7519         * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
7520         for {top,bottom}-{left,right} values in addition to
7521         {top,bottom}_{left,right}.
7522         Use x-get-resource instead of x-get-resource-and-bogosity-check.
7523
7524 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
7525
7526         * cl-macs.el (specifier-instance): Undefine its setf method.
7527
7528         * specifier.el (with-specifier-instance): Added docstring.
7529
7530         * mouse.el (drag-window-divider): Ditto.
7531
7532         * modeline.el (mouse-drag-modeline): Use it.
7533
7534         * lisp-mode.el (with-specifier-instance): Define its indentation
7535         level.
7536
7537         * specifier.el (with-specifier-instance): New macro.
7538
7539 1998-05-19  Andy Piper  <andyp@parallax.co.uk>
7540
7541         * package-get.el (package-get-create-custom): new function to
7542         auto-generate package-get-custom.el from package-get-base.el.
7543         * (package-get-ever-installedp): new function.
7544         * (package-get-custom): new function to get all packages specified
7545         by customize.
7546
7547 1998-05-19  Hrvoje Niksic  <hniksic@srce.hr>
7548
7549         * cus-edit.el (custom-file): Revert to `~/.emacs'.
7550
7551 1998-05-23  SL Baur  <steve@altair.xemacs.org>
7552
7553         * cl-extra.el: Reverse previous float change.
7554
7555 1998-05-17  Andy Piper  <andyp@parallax.co.uk>
7556
7557         * x-faces.el:
7558         * faces.el (try-font-name): moved from x-faces.el since it is
7559         required by w3 under mswindows as well X.
7560
7561 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
7562
7563         * winnt.el: Removed evil (setq completion-ignore-case t)
7564         clause, one more overlookef fsfism.
7565         (nt-quote-args-functions-alist): End sentences with double space.
7566
7567 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
7568
7569         * window-xemacs.el (push-window-configuration): Remove kludgery of
7570         recaching default-toolbar specifier.
7571         (pop-window-configuration): Ditto.
7572         (unpop-window-configuration): Ditto.
7573
7574 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
7575
7576         * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
7577
7578 1998-05-17  Kirill M. Katsnelson  <kkm@kis.ru>
7579
7580         * winnt.el (nt-quote-args-verbatim): Added function.
7581         (nt-quote-args-prefix-quote): Added function.
7582         (nt-quote-args-backslash-quote): Added function.
7583         (nt-quote-args-double-quote): Added function.
7584         (nt-quote-args-functions-alist): New variable.
7585         (nt-quote-process-args): Added function. This is the main quoting
7586         work horse called from process-nt.c
7587
7588 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
7589
7590         * winnt.el: Removed duplicate definitions for backspace,
7591         delete, M-backspace and C-M-backspace.
7592         (file-name-buffer-file-type-alist): Removed this variable.
7593         (find-buffer-file-type): Removed function.
7594         (find-file-binary):  Removed function.
7595         (find-file-text): Removed function.
7596         (find-file-not-found-set-buffer-file-type): Removed function.
7597         (save-to-unix-hook): Removed function.
7598         (revert-from-unix-hook): Removed function.
7599         (using-unix-filesystems): Removed function.
7600         (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
7601         warning.
7602         (x-set-selection): Removed function.
7603         (x-get-selection): Removed function.
7604         Removed commented FSFisms.
7605         Replaced copyright notice (this file is not part of GNU Emacs).
7606         (nt-shell-mode-hook): Moved here from a lambda expression. Added
7607         comint-process-echoes setting to t.
7608
7609 1998-05-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7610
7611         * packages.el (packages-no-package-hierarchy-regexp): Introduced
7612         and used following the interface change of
7613         `paths-find-recursive-path'.
7614
7615         * find-paths.el (paths-find-recursive-path): Exclusion is now by a
7616         regexp instead of a list of base names.
7617         (paths-version-control-filename-regexp):
7618         (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
7619         Introduced and used following the interface change of
7620         `paths-find-recursive-path'.
7621
7622 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
7623
7624         * simple.el (delete-forward-p): Make it a defun; do X garbage only
7625         on X devices, rather than on all non-TTY devices.
7626
7627 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
7628
7629         * msw-mouse.el: New file. Sets up cursor shapes for Windows.
7630
7631         * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
7632
7633 1998-05-17  Adrian Aichner  <adrian@xemacs.org>
7634
7635         * itimer.el (activate-itimer): Fixed usage of integers
7636         as argument to `concat'.
7637
7638 1998-05-17  Glynn Clements  <glynn@sensei.co.uk>
7639
7640         * itimer.el (start-itimer): replace the use of `concat' with
7641         `format'
7642
7643 1998-05-16  SL Baur  <steve@altair.xemacs.org>
7644
7645         * mode-motion.el (mode-motion-hook): Clarify docstring.
7646         From Bob Weiner <weiner@altrasoft.com>
7647
7648         * loadhist.el (symbol-file): Supply prompt string when used
7649         interactively.
7650         From Bob Weiner <weiner@altrasoft.com>
7651
7652 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
7653
7654         * loadup.el (really-early-error-handler): Ditto.
7655
7656         * update-elc.el: Ditto.
7657
7658         * setup-paths.el (paths-construct-exec-path): Ditto.
7659
7660         * make-docfile.el: Ditto.
7661
7662         * find-paths.el (paths-decode-directory-path): Use split-path
7663         instead of decode-path.
7664
7665         * files.el (parse-colon-path): Update docstring reference.
7666
7667 1998-05-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7668
7669         * msw-init.el:
7670         * x-init.el:
7671         Bind cut'n'paste keys to non window-system specific functions.
7672
7673         * msw-select.el: New function mswindows-clear-clipboard.
7674         mswindows-cut-copy-clipboard extended to handle clearing of the
7675         selection and renamed to mswindows-cut-copy-clear-clipboard.
7676
7677         * select.el: on mswindows devices delete-primary-selection
7678         calls mswindows-clear-clipboard.
7679
7680 1998-05-15  Hrvoje Niksic  <hniksic@srce.hr>
7681
7682         * simple.el (quoted-insert): Inhibit quit when using read-char.
7683
7684         * cmdloop.el (read-char): Don't inhibit quit.
7685         (read-char-exclusive): Ditto.
7686         (read-char): Signal quit if quit-char was pressed.
7687         (read-char-exclusive): Ditto.
7688         (read-quoted-char): Return a character, not integer.
7689
7690         * menubar-items.el (default-popup-menu): Use Andy's generic
7691         selection code.
7692         (default-popup-menu): Fix code.
7693
7694 1998-05-14  Oliver Graf <ograf@fga.de>
7695
7696         * dragdrop.el (dragdrop-function-widget): this time it's done
7697
7698 1998-05-13  Oliver Graf <ograf@fga.de>
7699
7700         * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
7701
7702 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
7703
7704         * device.el (device-pixel-width):
7705         (device-pixel-height):
7706         (device-mm-width):
7707         (device-mm-height):
7708         (device-bitplanes):
7709         (device-color-cells): Swapped parameters to device-system-metric
7710         according to the interface change.
7711
7712 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
7713
7714         * mouse.el (default-mouse-motion-handler): Use new name of the
7715         function event-over-vertical-divider-p.
7716         Do not set E-W arrow cursor over the divider if
7717         vertical-divider-draggable-p is nil in the window.
7718         ([top-level]): Use new name for the variable
7719         vertical-divider-map.
7720         (drag-window-divider): Respect vertical-divider-draggable-p.
7721         Variable name typo fixes.
7722
7723 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
7724
7725         * keymap.el (kbd): Define here; handle string constants and
7726         others...
7727
7728 1998-05-15  Christian Nyb <chr@mediascience.no>
7729
7730         * simple.el (zap-up-to-char): New function.  Behaves like `zap-to-char'
7731         in Emacs 18.
7732
7733 1998-05-13  Didier Verna  <didier@xemacs.org>
7734
7735         * mouse.el (drag-window-divider): give the vertical divider a
7736         pressed look when dragging it.
7737
7738 1998-05-13  Andy Piper  <andyp@parallax.co.uk>
7739
7740         * faces.el: predicate some more face operations on x or mswindows
7741         not just x.
7742
7743         * modeline.el: enable modeline coloring for mswindows.
7744
7745 1998-05-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7746
7747         * minibuf.el (minibuffer-default): Added variable; compatible with
7748         FSF Emacs.
7749         (next-history-element): Used `minibuffer-default'.
7750
7751 1998-05-12  Oliver Graf <ograf@fga.de>
7752
7753         * dragdrop.el (dragdrop-function-widget): button and mods ok
7754         arguments still look a bit strange
7755         (dragdrop-compare-mods) created
7756         (dragdrop-drop-do-functions) correctly checks for buttons and
7757         modifiers
7758
7759 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
7760
7761         * setup-paths.el (paths-default-info-directories): Replace
7762         path-separator with directory-sep-char.
7763
7764         * files.el (path-separator): Don't define it here.
7765
7766 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
7767
7768         * update-elc.el: Ditto.
7769
7770         * setup-paths.el (paths-construct-exec-path): Ditto.
7771
7772         * make-docfile.el: Ditto.
7773
7774         * loadup.el (really-early-error-handler): Ditto.
7775
7776         * find-paths.el (paths-decode-directory-path): Use decode-path
7777         instead of decode-path-internal.
7778
7779         * files.el (parse-colon-path): Update docstring.
7780
7781 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
7782
7783         * subr.el (get-buffer-window-list): Make BUFFER optional.
7784
7785         * window-xemacs.el (windows-of-buffer): Defalias to
7786         get-buffer-window-list.
7787
7788 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
7789
7790         * disass.el: Fix maintainer keyword.
7791
7792         * bytecomp.el (byte-compile-and-load-file): Autoload.
7793         (byte-compile-buffer): Ditto.
7794
7795         * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
7796         value is returned, not the name.
7797         (lisp-imenu-generic-expression): Enable it.
7798         (lisp-mode-variables): Ditto.
7799         (lisp-indent-offset): Change defconst to defvar.
7800         (lisp-indent-function): Ditto.
7801         (lisp-body-indent): Ditto.
7802
7803 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
7804
7805         * modeline.el: Use zap-last-kbd-macro-event.
7806
7807         * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
7808         nil, don't attempt to do anything with messages.
7809         (eval-last-sexp): Use `letf' for clarity.
7810
7811 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
7812
7813         * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
7814
7815 1998-05-11  Martin Buchholz  <martin@xemacs.org>
7816
7817         * buff-menu.el:
7818         * lisp-mode.el:
7819         * obsolete.el:
7820         Change empty docstrings into no doc strings at all.
7821         Fix bogus FSF-format docstrings.
7822         * etags.el: Fix docstring.
7823
7824 1998-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
7825
7826         * package-get.el (package-get): Use internal md5
7827
7828 1998-05-13  SL Baur  <steve@altair.xemacs.org>
7829
7830         * about.el (about-xemacs): Correct abuse of concat.
7831
7832 1998-05-11  SL Baur  <steve@altair.xemacs.org>
7833
7834         * info.el (Info-mode): Use easymenu.
7835
7836 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
7837
7838         * apropos.el (apropos): Don't use concat with integers.
7839
7840         * cmdloop.el (describe-last-error): Handle the case when no error
7841         was seen gracefully.
7842
7843         * apropos.el (apropos-print): Use with-displaying-help-buffer as
7844         defun.
7845         (apropos-describe-plist): Ditto.
7846
7847         * help.el (with-displaying-help-buffer): Revert to a defun.
7848         (describe-key): Use it as defun.
7849         (describe-mode): Ditto.
7850         (describe-bindings): Ditto.
7851         (describe-prefix-bindings): Ditto.
7852         (describe-installation): Ditto.
7853         (view-lossage): Ditto.
7854         (describe-function): Ditto.
7855         (describe-variable): Ditto.
7856         (describe-syntax): Ditto.
7857
7858 1998-05-11  Oliver Graf <ograf@fga.de>
7859
7860         * dragdrop.el: changed order of require/provide
7861         (dragdrop-drop-mime-default) changed to new calling conventions
7862         (dragdrop-drop-do-functions) changed to new calling conventions
7863         (dragdrop-function-widget) this one needs more work...
7864
7865 1998-05-10  Oliver Graf <ograf@fga.de>
7866
7867         * about.el: another small change in my entry
7868         * dragdrop.el (dragdrop-drop-log-function): logging added
7869         plus customizations
7870         changed interface to handler functions. now called with event
7871         and object
7872
7873 1998-05-12  Kirill M. Katsnelson  <kkm@kis.ru>
7874
7875         * glyphs.el (divider-pointer-glyph): Declared new glyph,
7876         E-W arrow pointer displayed over draggable dividers.
7877
7878         * mouse.el (default-mouse-motion-handler): Show it when
7879         appropriate.
7880         (drag-window-divider): Added.
7881         ([top-level]): Initialized window-divider-map with a keymap
7882         binding the above function to left button down event.
7883
7884         * x-mouse.el (x-init-pointer-shape): Initialize
7885         divider-pointer-glyph from Cursor.dividerPointer, or use default
7886         E-W double arrow.
7887
7888 1998-04-30  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
7889
7890         * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
7891
7892 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
7893
7894         * simple.el (count-words-buffer): Don't query for buffer.
7895         (count-lines-buffer): Ditto.
7896
7897 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
7898
7899         * help.el (where-is): add optional insert argument.
7900
7901 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
7902
7903         * help.el (describe-key-briefly): New argument INSERT.
7904
7905         * simple.el (eval-expression): New optional argument; synch with
7906         FSF 20.3.
7907
7908         * keydefs.el (global-map): Add new register bindings.
7909
7910         * register.el: Synched with FSF 20.3.
7911
7912 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
7913
7914         * window-xemacs.el (recenter): all arguments are optional.
7915
7916 1998-05-10  Kirill M. Katsnelson  <kkm@kis.ru>
7917
7918         * device.el: (device-pixel-width): Reflected name/parameters
7919         change to device-system-metric.
7920         (device-pixel-height): Ditto.
7921         (device-mm-width): Ditto.
7922         (device-mm-height): Ditto.
7923         (device-bitplanes): Ditto.
7924         (device-color-cells): Ditto.
7925
7926 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
7927
7928         * cl-extra.el (cl-float-limits): Removed; move code to top-level.
7929
7930         * cl.el (most-positive-fixnum): Document.
7931         (most-negative-fixnum): Ditto.
7932
7933         * cus-dep.el: Updated comment.
7934
7935         * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
7936         constant.
7937
7938         * cus-load.el (custom-put): Removed.
7939
7940         * files.el (after-find-file): Just resignal quit instead of
7941         signaling "canceled".
7942
7943 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
7944
7945         * frame.el (other-frame): Use `focus-frame' instead of
7946         select-frame kludges.
7947
7948         * lisp-mode.el: Update lisp-indent-function for
7949         save-selected-frame and with-selected-frame.
7950
7951         * frame.el (save-selected-frame): New macro.
7952         (with-selected-frame): Ditto.
7953         (other-frame): Use `set-frame-focus'.
7954
7955 1998-05-06  Oliver Graf <ograf@fga.de>
7956
7957         * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
7958         (dragdrop-drop-url-default) default handler for URL drops created
7959         (dragdrop-drop-mime-default) default handler for MIME drops created
7960         (dragdrop-drop-functions) default custom for handling drops created
7961         (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
7962
7963 1998-05-05  Jonathan Harris <jhar@tardis.ed.ac.uk>
7964
7965         * mouse.el: Removed redundant mouse-mswindows-drop function.
7966
7967 1998-05-05  Oliver Graf <ograf@fga.de>
7968
7969         * about.el: changed some text in my entry
7970         * dragdrop.el: added customs
7971
7972 1998-05-04  Oliver Graf <ograf@fga.de>
7973
7974         * mouse.el: killed global drop key bindings
7975         (mouse-offix-drop) removed
7976         * dragdrop.el: created
7977         * dumped-lisp.el: inclusion of dragdrop.el for window-systems
7978
7979 1998-05-09  Kirill M. Katsnelson  <kkm@kis.ru>
7980
7981         * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
7982         scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
7983
7984         * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
7985         obsolete comment.
7986
7987         * scrollbar.el (scrollbars-visible-p): Use new
7988         {vertical,horizontal}-scrollbar-visible-p specifiers.
7989
7990 1998-04-18  Kirill M. Katsnelson  <kkm@kis.ru>
7991
7992         * device.el (device-pixel-height):
7993         (device-pixel-width):
7994         (device-mm-width):
7995         (device-mm-height):
7996         (device-bitplanes):
7997         (device-color-cells): Moved these 6 functions from device.c; they
7998         all use single (device-system-metrics) call.
7999
8000 1998-05-09  SL Baur  <steve@altair.xemacs.org>
8001
8002         * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
8003         were renamed.
8004
8005         * menubar-items.el:
8006         * toolbar-items.el: Renamed from x-menubar/x-toolbar.
8007         Suggested by Hrvoje Niksic <hniksic@srce.hr>
8008
8009         * help.el (help-map): Remove Hyperbole keybinding logic.
8010         Suggested by: Michael Ernst <mernst@cs.washington.edu>
8011
8012 1998-05-08  SL Baur  <steve@altair.xemacs.org>
8013
8014         * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
8015         From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
8016
8017 1998-05-07  Andy Piper  <andyp@parallax.co.uk>
8018
8019         * msw-glyphs.el: use nicer icon3 from the frame icon.
8020
8021 1998-05-07  SL Baur  <steve@altair.xemacs.org>
8022
8023         * version.el (emacs-version): Remove InfoDock conditionals.
8024
8025         * startup.el (startup-splash-frame): Change ID logo name.
8026
8027 1998-05-06  Hrvoje Niksic  <hniksic@srce.hr>
8028
8029         * files.el (after-find-file): If the user presses C-g on
8030         directory-creation prompt, kill the buffer.
8031
8032 1998-05-06  SL Baur  <steve@altair.xemacs.org>
8033
8034         * simple.el (count-words-region): Reverse previous change.
8035
8036 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
8037
8038         * replace.el (query-replace): Just call perform-replace.
8039         (query-replace-regexp): Ditto.
8040         (perform-replace): Move region handling here.
8041         (perform-replace): Use the new arg to match-data.
8042
8043 1998-03-08  Kyle Jones  <kyle_jones@wonderworks.com>
8044
8045         * x-init.el: Install X specific display table that
8046           displays char 0240 as a space to avoid whatever it is
8047           that screws up display of that character code.
8048
8049 1998-05-03  Hrvoje Niksic  <hniksic@srce.hr>
8050
8051         * help.el (function-arglist): If no arguments are documented for a
8052         subr, print nothing rather than incorrect output.
8053
8054 1998-05-05  SL Baur  <steve@altair.xemacs.org>
8055
8056         * cmdloop.el (command-error): Update bail-out error message to use
8057         `emacs-program-name'.
8058
8059         * lib-complete.el: Remove reader macro cruft.
8060
8061         * dumped-lisp.el (preloaded-file-list): Phase I:  remove InfoDock
8062         cruft.
8063
8064         * simple.el (count-words-region): Drop interactive-p check on the
8065         message.
8066
8067 1998-05-04  Jonathan Harris <jhar@tardis.ed.ac.uk>
8068
8069         * font.el
8070         * msw-faces.el
8071         Correct spelling of mswindows-font-canonicalize-name.
8072
8073 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
8074
8075         * ldap.el (ldap-host-parameters-alist): Replaced with
8076         `ldap-host-parameters-plist'
8077         (ldap-search): Adapt to previous change
8078
8079 1998-05-02  SL Baur  <steve@altair.xemacs.org>
8080
8081         * about.el (about-hackers): Update Bob Weiner bio.
8082         (about-maintainer-info): Ditto.
8083
8084 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
8085
8086         * simple.el (display-warning-minimum-level): Docfix.
8087
8088 1998-04-04  Per Abrahamsen  <abraham@dina.kvl.dk>
8089
8090         * widget.el (:default-get): New keyword.
8091         * wid-edit.el (default, widget-default-default-get): Define it.
8092         (group, widget-group-default-get): Define it.
8093         (menu-choice, widget-choice-default-get): Define it.
8094         (widget-default-get): New function.
8095         (widget-choice-action): Call it.
8096         (widget-editable-list-entry-create): Call it.
8097
8098 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
8099
8100         * byte-optimize.el (byte-boolean-vars): Removed.
8101         (byte-optimize-lapcode): Use `built-in-variable-type' instead of
8102         lookup through `byte-boolean-vars'.
8103
8104 1998-05-01  Kirill M. Katsnelson  <kkm@kis.ru>
8105
8106         * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
8107         resource-provided values into ghost specs for scrollbar-height and
8108         scrollbar-width.
8109
8110 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
8111
8112         * byte-optimize.el: Don't attempt to optimize /=.
8113
8114         * bytecomp.el (byte-compile-one-ore-more-args): New function.
8115         (byte-compile-/=): Ditto.
8116
8117 1998-05-02  SL Baur  <steve@altair.xemacs.org>
8118
8119         * apropos.el: Use `with-displaying-help-buffer'.
8120         (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
8121         Use `with-displaying-help-buffer'.
8122         (apropos-follow): Do not give special treatment to buffer cursor
8123         was in prior to a mouse click.
8124         (apropos-describe-plist): Use `with-displaying-help-buffer'.
8125         (apropos-print-doc): Set correct buffer for setting text
8126         properties.
8127
8128 1998-05-01  SL Baur  <steve@altair.xemacs.org>
8129
8130         * help.el (help-buffer-prefix-string): New variable.
8131         (help-buffer-name): Use it.
8132
8133         * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
8134         mode menu.
8135
8136 1998-04-30  Greg Klanderman  <greg@alphatech.com>
8137
8138         * frame.el (other-frame): Work even when focus-follows-mouse is true.
8139
8140 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
8141
8142         * files.el (find-file-noselect): Update docstring.
8143         (find-file-noselect): Signal an error if found an unreadable file.
8144         (file-chase-links): Save the match data.
8145         (normal-mode): Use `lwarn' and `error-message-string'.
8146         (interpreter-mode-alist): Change defconst to defvar.
8147         (inhibit-first-line-modes-regexps): Ditto.
8148         (inhibit-first-line-modes-regexps): Added .tgz.
8149         (inhibit-first-line-modes-suffixes): Change defconst to defvar.
8150         (change-major-mode-with-file-name): New user-option.
8151         (set-visited-file-name): Synched with FSF.
8152         (file-name-extension): New function, from FSF 20.3.
8153         (file-relative-name): Synched with FSF.
8154         (save-some-buffers): Support the C-r feature.
8155         (recover-session): Synched with FSF.
8156         (kill-some-buffers): Ditto.
8157         (set-auto-mode): New argument JUST-FROM-FILE-NAME.
8158
8159 1998-04-30  SL Baur  <steve@altair.xemacs.org>
8160
8161         * files.el (insert-file): Undo previous change and reenable use of
8162         format.el.
8163
8164 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
8165
8166         * window-xemacs.el (recenter): Define.
8167
8168 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
8169
8170         * font.el (mswindows-font-create-name)
8171         (mswindows-font-create-object): new functions for mswindows type
8172         fonts.
8173
8174         * msw-faces.el (mswindows-font-canicolize-name): fix so that
8175         strings are parsed as well as font objects.
8176
8177 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
8178
8179         * modeline.el (defining-kbd-macro): Restore modeline indication of
8180         kbd-macro being recorded.
8181         (add-minor-mode): Simplify docstring.
8182         (modeline-minor-mode-menu): Remove stuff.
8183
8184 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
8185
8186         * code-process.el (call-process): dynamically decide process
8187         coding type.
8188
8189 1998-04-29  Jim Radford  <radford@robby.caltech.edu>
8190
8191         * modeline.el: Add line-number-mode, column-number-mode to
8192         the modeline minor-mode menu.  Button2 on the line number does
8193         goto-line.
8194
8195 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
8196
8197         * mouse.el: move x-selection-owner-p type things to
8198         selection-owner-p.
8199
8200         * msw-init.el: copy zmacs stuff from x-init.el
8201
8202         * msw-select.el (mswindows-own-selection)
8203         (mswindows-disown-selection) (mswindows-selection-owner-p): new
8204         functions. Very simple minded implementation of selectio
8205         ownership.
8206
8207         * select.el (own-selection) (disown-selection)
8208         (activate-region-as-selection) (select-make-extent-for-selection)
8209         (valid-simple-selection-p): functions moved from x-select.el for
8210         generalized selection.
8211
8212         * x-select.el: see select.el changes.
8213
8214         * x-toolbar.el: use new selection functions.
8215
8216 1998-04-28  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8217
8218         * packages.el (packages-find-package-directories): Fixed bug that
8219         would pick up multiple site-package directories.
8220         (package-locations): Added "xemacs-packages" as a late package
8221         location.
8222
8223         * find-paths.el: Now uses `emacs-program-name' and
8224         `emacs-program-version'.
8225         Additions to enforce version-specific directories in
8226         `paths-find-version-directory'.
8227
8228 1998-04-29  SL Baur  <steve@altair.xemacs.org>
8229
8230         * default.el: Removed.
8231         * site-start.el: Removed.
8232
8233 1998-04-29  Didier Verna  <didier@xemacs.org>
8234
8235         * minibuf.el (minibuffer-history-minimum-string-length): Default
8236         to nil.
8237
8238 1998-04-28  SL Baur  <steve@altair.xemacs.org>
8239
8240         * find-paths.el (paths-program-name): Rename.
8241         (paths-emacs-root-p): Ditto.
8242         (paths-find-site-directory): Ditto.
8243
8244 1998-04-26  Karl M. Hegbloom  <karlheg@inetarena.com>
8245
8246         * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
8247         `emacs-lisp-byte-compile-and-load'.
8248
8249 1998-04-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8250
8251         * ldap.el (ldap-search): Fixed additional parameter passing to
8252         `ldap-open'
8253
8254 1998-04-27  Andy Piper  <andyp@parallax.co.uk>
8255
8256         * select.el (kill-primary-selection) (selection-owner-p)
8257         (copy-primary-selection) (yank-clipboard-selection)
8258         (selection-exists-p) (delete-primary-selection): new file and
8259         functions that do the right thing for the selected device.
8260
8261         * x-menubar.el: use generalised selection functions.
8262
8263         * dumped-lisp.el: dump select.el.
8264
8265 1998-04-27  SL Baur  <steve@altair.xemacs.org>
8266
8267         * find-paths.el (paths-progname): New variable.
8268         (paths-emacs-root-p): Use it.
8269         (paths-find-site-directory): Ditto.
8270
8271 1998-04-26  SL Baur  <steve@altair.xemacs.org>
8272
8273         * loadup.el ((member "dump" command-line-args)): Dump as
8274         `infodock' if InfoDock.
8275
8276 1998-04-25  SL Baur  <steve@altair.xemacs.org>
8277
8278         * find-paths.el (construct-emacs-version): Simplify, include
8279         program name in the return value.
8280         * (paths-find-version-directory): Use it.
8281
8282 1998-04-25  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8283
8284         * info.el (Info-parse-dir-entries): Fixed regexp
8285         (Info-build-dir-anew): Remove full suffix and capitalize info file
8286         name for files with no @direntry
8287         (Info-batch-rebuild-dir): New function
8288         (Info-suffixed-file): Check for regular files instead of simple
8289         file existence (could catch directories before)
8290
8291 1998-04-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8292
8293         * setup-paths.el, find-paths.el: Removed uses of `not' which
8294         temacs doesn't have.
8295
8296         * find-paths.el (paths-find-emacs-roots): Included exec-prefix
8297         into root searching.
8298
8299 1998-04-24  Martin Buchholz  <martin@xemacs.org>
8300
8301         * subr.el: Remove definition of `not'.
8302
8303 Sat Apr 24 1998  Andy Piper  <andyp@parallax.co.uk>
8304
8305         * msw-glyphs.el: enable graphics support.
8306
8307 1998-04-23  Didier Verna  <didier@xemacs.org>
8308
8309         * x-menubar.el (default-menubar): restored the line-number-mode
8310         option.
8311
8312         * misc doc string updates related to the options menu.
8313
8314 1998-04-24  SL Baur  <steve@altair.xemacs.org>
8315
8316         * setup-paths.el (paths-construct-load-path): Fix typo.
8317
8318 1998-04-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8319
8320         * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
8321         font-menu-ignore-scaled-fonts don't have to be bound now; this
8322         gets us one step further towards making --no-autoloads work.
8323
8324         * startup.el (normal-top-level): Load auto-autoloads only if
8325         lisp-directory is non-nil.
8326
8327         * setup-paths.el (paths-construct-load-path): Made it robust
8328         against nil lisp-directory.
8329
8330         * startup.el (startup-setup-paths-warning): Added `lisp-directory'
8331         to the list of variables that cause a warning when nil.
8332
8333         * toolbar.el (init-toolbar-location): Now works even when there's
8334         no toolbar icon directory.
8335
8336 1998-04-23  Hrvoje Niksic  <hniksic@srce.hr>
8337
8338         * help.el (view-lossage): Recognize it.
8339
8340         * simple.el (log-message): Mark multiline messages.
8341
8342 1998-04-22  SL Baur  <steve@altair.xemacs.org>
8343
8344         * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
8345
8346 1998-4-20  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
8347
8348         * package-get.el (package-get-all):  add `\n' separator to
8349         interactive specification so that both variables are read
8350
8351 1998-04-22  Didier Verna  <didier@xemacs.org>
8352
8353         * x-menubar.el: ported the options menu to Custom.
8354         Moved the "read only" toggle button to the buffers menu.
8355         Corrected some missing ;;;###autoload or defcustom.
8356
8357         * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
8358         the scrollbar-visible specifier for options menu handling.
8359
8360         * toolbar.el (toolbar-visible-p)
8361                      (toolbar-captioned-p)
8362                      (default-toolbar-position): defcustom wrappers around
8363         the toolbar specifiers for options menu handling.
8364
8365         * frame.el (get-frame-for-buffer-default-instance-limit):
8366         defcustom it for options menu handling.
8367
8368         * font-lock.el (font-lock-mode): defcustom and autoload the variable
8369         font-lock-mode for options menu handling.
8370
8371         * cus-start.el: added Custom properties to overwrite-mode for
8372         options menu handling.
8373
8374 Wed Apr 22 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
8375
8376         * about.el: shameless self-promotion.
8377
8378 1998-04-21  Hrvoje Niksic  <hniksic@srce.hr>
8379
8380         * simple.el (raw-append-message): Slightly optimize.
8381         (remove-message): Use `push' for clarity.
8382         (append-message): Ditto.
8383         (display-warning): Dito.
8384         (raw-append-message): Send the message to the appropriate device.
8385
8386 1998-04-22  SL Baur  <steve@altair.xemacs.org>
8387
8388         * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
8389         From Sean MacLennan <Sean.MacLennan@pika.ca>
8390
8391 1998-04-18  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8392
8393         * setup-paths.el: Changed `directory-sep-char' to
8394         `path-separator', following a change in GNU Emacs.
8395
8396 1998-04-19  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8397
8398         * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
8399         (Info-build-dir-anew): Add a final newline.
8400         (Info-build-dir-anew): Do not issue warning when rebuilding policy
8401         is `always'
8402         (Info-rebuild-dir): Ditto
8403
8404         * dumped-lisp.el (preloaded-file-list): Added ldap.el
8405
8406 1998-04-21  SL Baur  <steve@altair.xemacs.org>
8407
8408         * simple.el (count-words-buffer): Retain zmacs region.
8409         (count-words-region): Ditto.
8410         * simple.el: (what-line): Expanded line counts.
8411         (count-lines): New parameter to conditionalize whether collapsed
8412         lines get counted.
8413         From Bob Weiner <weiner@altrasoft.com>
8414
8415 1998-04-19  SL Baur  <steve@altair.xemacs.org>
8416
8417         * packages.el (package-locations): infodock-packages must override
8418         mule-packages and packages.
8419
8420 1998-04-19  Jonathan Harris <jhar@tardis.ed.a.uk>
8421
8422         * wid-edit.el:
8423         remove rude messages from widget-activation-widget-mapper
8424         and widget-activation-glyph-mapper
8425
8426 1998-04-17  Jonathan Harris <jhar@tardis.ed.ac.uk>
8427
8428         * toolbar.el: Remove (featurep 'x) test from
8429         toolbar-make-button-list
8430
8431 1998-04-17  Hrvoje Niksic  <hniksic@srce.hr>
8432
8433         * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
8434         only if in the same frame.
8435
8436 1998-04-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8437
8438         * packages.el (package-locations): Added site-packages hierarchy.
8439
8440         * setup-paths.el (paths-default-info-directories): Introduced and
8441         used.
8442
8443         * packages.el, setup-paths.el: Set various path searching depths
8444         to 1.
8445
8446         * packages.el (packages-hierarchy-depth):
8447         (packages-load-path-depth): Introduced and used.
8448
8449         * setup-paths.el (paths-load-path-depth): Introduced and used.
8450
8451         * find-paths.el (paths-find-recursive-path): Added max-depth
8452         parameter.
8453
8454 1998-04-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8455
8456         * setup-paths.el (paths-construct-info-path): Removed
8457         dependency on behavior of (file-name-as-directory "").
8458
8459 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8460
8461         * ldap.el (ldap-search): Adapt to the new low-level API using ldap
8462         lisp objects
8463
8464 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8465
8466         * dump-paths.el, startup.el: Added handling for --debug-paths.
8467
8468 1998-04-15  William M. Perry  <wmperry@aventail.com>
8469
8470         * wid-edit.el: We cannot just set the help-echo or balloon-help
8471           properties for an extent based on the :help-echo widget
8472           property, since help-echo and balloon-help cause an EXTENT to
8473           get passed in, where :help-echo functions are expecting a WIDGET
8474
8475 1998-04-15  Kirill M. Katsnelson  <kkm@kis.ru>
8476
8477         * scrollbar.el (init-scrollbar-from-resources): Call
8478         mswindows-init-scrollbar-metrics when appropriate.
8479
8480 Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
8481
8482         * dumped-lisp.el: dump x-toolbar for window system
8483
8484         * msw-init.el (init-post-mswindows-win): enable toolbars if we
8485         have support and xpm.
8486
8487 1998-04-16  SL Baur  <steve@altair.xemacs.org>
8488
8489         * files.el (toggle-read-only): Fix docstring.
8490         From Didier Verna <didier@xemacs.org>
8491
8492 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8493
8494         * startup.el (normal-top-level): Load autoload-file-name without
8495         specifying an extension---some people only auto-autoload.el.gz.
8496
8497 1998-04-06  Hrvoje Niksic  <hniksic@srce.hr>
8498
8499         * files.el (backup-enable-predicate): Don't bomb on NAME being
8500         nil.
8501
8502 1998-04-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8503
8504         * find-paths.el, packages.el: Now prefers configure'd paths.
8505         This shouldn't cause any of the originally anticipated problems as
8506         the current paths architecture will not define the various
8507         configure-xxx variables if they're not specified on the configure
8508         command line.
8509
8510         * find-paths.el, setup-paths.el, packages.el: Removed all
8511         mentionings of "/" as a path separator.
8512         Used paths-construct-path throughout.
8513
8514         * find-paths.el (paths-construct-path): Created to assemble paths
8515         from directory components.
8516
8517         * setup-paths.el, packages.el: Used paths-decode-directory-path
8518         instead of decode-path-internal.
8519
8520         * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
8521         and associates.
8522         (paths-decode-directory-path) Created.
8523
8524         * setup-paths.el: Changed configure-exec-path to
8525         configure-exec-directory.
8526
8527 1998-04-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8528
8529         * packages.el (packages-find-packages): Fixed decoding of
8530         EMACSPACKAGEPATH.
8531
8532         * startup.el: -no-packages -> -no-early-packages.
8533
8534         (packages-load-package-lisps): Fixed loading of auto-autoload
8535         files.
8536
8537         * startup.el (normal-top-level): Fixed loading of core
8538         auto-autoload.
8539
8540         * obsolete.el: Un-obsoleted site-directory.  Sigh.
8541
8542         * startup.el, packages.el, dump-paths.el: Added proper settings
8543         for site-directory and lisp-directory variables.
8544
8545         * startup.el, loadup.el: Renamed inhibit-update-autoloads to
8546         inhibit-package-autoloads and fixed handling of it.
8547
8548         * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
8549         handling of former inhibit-package-init, now
8550         inhibit-early-packages, to make -vanilla etc. work.
8551
8552 1998-04-10  Kirill M. Katsnelson  <kkm@kis.ru>
8553
8554         * code-process.el (start-process): Fallback to 'undecided instead
8555         of 'binary for process input coding stream.
8556
8557         * process.el (start-process): Docstring fix.
8558
8559 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8560
8561         * info.el (Info-insert-dir): Do not insert temporary dir files
8562         in Info-dir-file-attributes
8563         (Info-build-dir-anew): Ensure temporary buffer is not read-only
8564         (Info-rebuild-dir): Ditto.
8565
8566 1998-04-09  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8567
8568         * obsolete.el: Added obsoleteness declarations for
8569         `site-directory' and `Info-default-directory-list'.
8570
8571 1998-04-08  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8572
8573         * find-paths.el (paths-find-emacs-root): Only look at the
8574         executable at the end of the symlink chain for determining the
8575         Emacs root.
8576
8577 1998-04-07  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8578
8579         * setup-paths.el (paths-construct-info-path): Changed construction
8580         to cater to gone default in configure.
8581
8582         * find-paths.el (paths-uniq-append): Added.
8583
8584         * packages.el: Rewritten package path construction once again.
8585
8586         * dump-paths.el, startup.el: Removed package-path as a global
8587         variable.
8588
8589         * package-admin.el (package-admin-add-single-file-package):
8590         (package-admin-add-binary-package): Changed package-path to
8591         late-packages.
8592
8593         * packages.el (packages-split-path): Split path at "/" rather than
8594         nil according to change in emacs.c.
8595
8596 1998-04-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8597
8598         * setup-paths.el (paths-construct-info-path): Changed info path
8599         order so that directories come out right.
8600         (paths-find-lock-directory): Fixed bug: It used to think
8601         configure-lock-directory is a path.
8602
8603 1998-04-06  Jeff Miller <jmiller@smart.net>
8604
8605         * x-toolbar.el:  Added toolbar-vector-xxxxxx defvars.  Modified
8606         initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars.  This
8607         eases the use of toolbar-add/kill-item functions.
8608
8609 1998-04-07  Kirill M. Katsnelson  <kkm@kis.ru>
8610
8611         * code-files.el (file-coding-system-alist): Commented out
8612         loaddefs.el magical treatment.
8613
8614 1998-04-06  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8615
8616         * info.el (Info-rebuild-outdated-dir): Added new option
8617         `conservative' and made it the default
8618         (Info-rebuild-dir): Appropriately parse multi-line description
8619         strings, and multi-section dir files. Issue warning when dir
8620         is rebuilt as temporary
8621         (Info-build-dir-anew): Issue warning when dir is built as
8622         temporary
8623
8624 1998-04-04  Kirill M. Katsnelson  <kkm@kis.ru>
8625
8626         * list-mode.el (list-mode-map): Bind highlight motion commands to
8627         standard keys left, right, C-b and C-f.
8628
8629 1998-03-29  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
8630
8631         * files.el (auto-mode-alist): allow .sc for Scheme->C
8632
8633 1998-04-06  SL Baur  <steve@altair.xemacs.org>
8634
8635         * loadup.el (pureload): Don't quote (garbage-collect).
8636
8637 1998-04-04  SL Baur  <steve@altair.xemacs.org>
8638
8639         * package-get-base.el: Updated.
8640
8641 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
8642
8643         * isearch-mode.el (isearch-just-started): New variable.
8644         (isearch-mode): Set it.
8645         (isearch-repeat): Advance one character forward only if the search
8646         was successful, and was not just started.
8647         (isearch-repeat): Clear isearch-just-started.
8648
8649 1998-04-02  SL Baur  <steve@altair.xemacs.org>
8650
8651         * finder.el (finder-compile-keywords): Don't eval new finder-inf
8652         if running -batch.
8653
8654 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
8655
8656         * subr.el (listify-key-sequence): Removed.
8657
8658 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
8659
8660         * bytecomp.el (byte-compile-print-gensym): New option.
8661         (byte-compile-output-file-form): Use it.
8662         (byte-compile-output-docform): Ditto.
8663         (byte-compile-compiled-obj-to-list): Ditto.
8664
8665 Sun Mar 29 1998  Andy Piper  <andyp@parallax.co.uk>
8666
8667         * msw-glyphs.el: set frame icon if xpm support.
8668
8669 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
8670
8671         * help.el: Code that pretty prints variable values
8672           removed.
8673
8674 1998-04-02  SL Baur  <steve@altair.xemacs.org>
8675
8676         * find-paths.el (paths-emacs-root-p): Correct test for installation
8677         directory.
8678         From Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8679
8680 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
8681
8682         * loaddefs.el: Don't set debug-ignored-errors; leave
8683           its default value set to nil.
8684
8685 1998-03-29  Damon Lipparelli  <lipp@primus.com>
8686
8687         * info.el (Info-rebuild-dir): fixed mis-spelling.
8688
8689 1998-03-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8690
8691         * info.el (Info-rebuild-outdated-dir): New custom var
8692         (Info-insert-node): Create/update dir file when needed, ie when it
8693         does not exist or is older than some info files in directory
8694
8695 1998-04-01  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8696
8697         * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
8698         for last packages, mainly for using a 20.4 package base.
8699
8700         * packages.el (late-packages): Typo fix.  It was called
8701         early-packages.
8702
8703         * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
8704         relative symlinks correctly.
8705         (paths-find-emacs-roots): More rigorous checking for plausible
8706         configuration-time root.
8707
8708         * startup.el (normal-top-level): Added a warning if XEmacs cannot
8709         find its roots.
8710
8711 1998-03-27  Martin Buchholz  <martin@xemacs.org>
8712
8713         * faces.el: Fix docstrings.
8714         * glyphs.el: Fix docstrings.
8715         * mouse.el: Fix docstrings.
8716
8717         * frame.el: Change phrase `current frame' to `selected frame'.
8718
8719         * faces.el (face-spec-set-match-display): Make FRAME arg optional.
8720
8721         * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
8722         macros using backquote to make them infinitely more readable.
8723
8724 1998-03-30  SL Baur  <steve@altair.xemacs.org>
8725
8726         * packages.el (packages-find-package-path): Hardcoded specialized
8727         InfoDock support until we can clean this up.
8728
8729         * help.el (describe-bindings-1): Return the value of the bindings
8730         help buffer created.
8731         (describe-bindings): Ditto.
8732
8733         * simple.el (set-variable): Restore previous behavior of not
8734         bombing if the variable to set is not boundp.
8735
8736 1998-03-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8737
8738         * packages.el (packages-handle-package-dumped-lisps): Allow for
8739         non-local files to be loaded off the package-lisp variable.
8740
8741 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
8742
8743         * x-faces.el: Global X resources should override
8744           specs for all device classes (color, grayscale, mono);
8745           code currently doesn't override any of them.  Fixed by
8746           calling remove-specifier with '(x default) as the tag
8747           set and allowing inexact matches.
8748
8749 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
8750
8751         * faces.el: Separated face initializations based on
8752           device classes into device type specific (tag set,
8753           instantiator) pairs.
8754
8755 1998-03-09  Hrvoje Niksic  <hniksic@srce.hr>
8756
8757         * wid-edit.el (widget-choice-action): Remember user's explicit
8758         choice.
8759         (widget-choice-value-create): Respect it.
8760         From Richard Stallman <rms@gnu.org>
8761
8762 1998-03-26  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8763
8764         * setup-paths.el (paths-construct-info-path): Always append
8765         existing directories from configure-time info path.
8766
8767         * startup.el (startup-setup-paths): Renamed misnamed info-path to
8768         Info-directory-list.
8769
8770         * info.el: Removed Info-default-directory-list which was broken by
8771         design.
8772         Removed bogus initialization of Info-directory-list---startup.el
8773         can do a much better job.
8774         Added autoload of Info-directory-list.
8775
8776         * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
8777         out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
8778         be exclusive; now it's merely given precedence, just like in the
8779         old days.
8780
8781 1998-03-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8782
8783         * find-paths.el (paths-find-architecture-directory): Fix bug with
8784         finding; it used to default too early.
8785
8786 1998-03-25  Martin Buchholz <martin@xemacs.org>
8787
8788         * packages.el (packages-split-path): Fix a bug; it used to fail
8789         for paths that weren't split.
8790
8791 1998-03-26  SL Baur  <steve@altair.xemacs.org>
8792
8793         * finder.el (finder-compile-keywords): trap on errors.
8794
8795 1998-03-24  Kyle Jones  <kyle_jones@wonderworks.com>
8796
8797         * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
8798           fourth argument of t so that only the specs exactly
8799           matching the tag lists are removed.
8800
8801 1998-03-25  SL Baur  <steve@altair.xemacs.org>
8802
8803         * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
8804
8805 1998-03-23  SL Baur  <steve@altair.xemacs.org>
8806
8807         * minibuf.el (mouse-read-file-name-1): If a default directory was
8808         specified, use it for generating the completions.
8809
8810 1998-03-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8811
8812         * update-elc.el: Now respects inhibit-package-init and
8813         inhibit-site-lisp.
8814         Now does path construction with loadup-paths.
8815
8816         * startup.el (normal-top-level, startup-setup-paths): Now respects
8817         inhibit-package-init and inhibit-site-lisp.
8818
8819         * packages.el (packages-find-package-path): Extended package path
8820         by version-specific hierarchies.
8821         (packages-find-packages): Now respects inhibit flag and
8822         inhibit-site-lisp.
8823         Moved path setup to loadup-paths.
8824
8825         * make-docfile.el: Now respects inhibit-package-init and
8826         inhibit-site-lisp.
8827         Now does path construction with loadup-paths.
8828
8829         * loadup.el: Now respects inhibit-package-init and
8830         inhibit-site-lisp.
8831
8832         * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
8833
8834         * loadup-paths.el: New file: setup load-path to encompass
8835         packages.
8836
8837 1998-03-22  SL Baur  <steve@altair.xemacs.org>
8838
8839         * auto-show.el: load-gc renamed to pureload.
8840         * site-load.el: Ditto.
8841         * packages.el (toplevel): Ditto.
8842         * loadup.el (really-early-error-handler): Ditto.
8843         * dumped-lisp.el (preloaded-file-list): Ditto.
8844         * cus-face.el (custom-declare-face): Ditto.
8845
8846 1998-03-22  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8847
8848         * <Today>: The Big Path Searching Overhaul.
8849
8850         * find-paths.el: New file: find and assemble paths in the
8851         installation hierarchy.
8852
8853         * setup-paths.el: New file: global layout of paths and directories
8854         within the XEmacs hierarchy.
8855
8856         * packages.el: Replaced everything related to path searching and
8857         startup by code in terms of find-paths.
8858
8859         * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
8860         the new path searching engine.
8861
8862         * dumped-lisp.el (preloaded-file-list): Added new files find-paths
8863         and setup-paths.
8864
8865 1998-03-22  SL Baur  <steve@altair.xemacs.org>
8866
8867         * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
8868         setup-paths.el.
8869
8870 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
8871
8872         * msw-glyphs.el: Added check for 'mswindows feature, so the file
8873         compiles identically in any configuration.
8874         Removed irrelevant commentary.
8875
8876 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
8877
8878         * simple.el (set-variable): Allow setting specifiers.
8879
8880 1998-03-19  SL Baur  <steve@altair.xemacs.org>
8881
8882         * lisp.el (forward-sexp): Revert previous change.
8883
8884 1998-03-18  SL Baur  <steve@altair.xemacs.org>
8885
8886         * frame.el (frame-initialize): Use `delete-console' instead of
8887         `delete-device' to delete the stream console to match the usage in
8888         Fkill_emacs.
8889
8890 1998-03-16  SL Baur  <steve@altair.xemacs.org>
8891
8892         * files.el (cdpath-previous): New variable.
8893         (cd): Use it.
8894         From Bob Weiner <weiner@wave.altrasoft.com>
8895
8896 1998-03-15  Kyle Jones  <kyle_jones@wonderworks.com>
8897
8898         * keydefs.el: Changed keybindings of forward-char,
8899           backward, scroll-up and scroll-down to point to their
8900           -command counterparts.
8901
8902         * simple.el: New functions: forwarc-char-command,
8903           backwrad-char-command, scroll-up-command,
8904           scroll-down-command which work liek their counterparts
8905           except that they honor the variable
8906           signal-error-on-buffer-boundary.
8907
8908           Definition of signal-error-on-buffer-boundary received
8909           from src/cmds.c.
8910
8911           defvar declaration added for word-across-newline to avoid
8912           byte-compiler warning about the free variable reference.
8913
8914 1998-03-14  Kirill M. Katsnelson  <kkm@kis.ru>
8915
8916         * winnt.el: Removed "%t" from the beginning of
8917         modeline-format. From now on, there's no nt-specifics in the modeline.
8918
8919 1998-03-14  SL Baur  <steve@altair.xemacs.org>
8920
8921         * setup-paths.el (paths-setup-paths-warning): Replace occurrences
8922         of `when' with `if'.
8923
8924 1998-03-03  Kirill M. Katsnelson  <kkm@kis.ru>
8925
8926         * msw-glyphs.el: New file. Defines TTY-style glyphs for
8927         mswindows. Must be reworked along with glyphs.el, or
8928         merged into it, after there is images support.
8929
8930         * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
8931         'mswindows.
8932
8933 1998-03-13  SL Baur  <steve@altair.xemacs.org>
8934
8935         * faces.el: fix for text cursor initialization.
8936         Suggested by Kyle Jones <kyle_jones@wonderworks.com>
8937         From Andy Piper <andyp@parallax.co.uk>
8938
8939 1998-03-11  Pete Ware  <ware@cis.ohio-state.edu>
8940
8941         * files.el (set-auto-mode): If a mode is not fboundp, check to see
8942         if there is an existing package that handles it and warn the user
8943         about that mode.
8944
8945 1998-03-02  Kirill M. Katsnelson  <kkm@kis.ru>
8946
8947         * x-menubar.el (default-menubar): Greyed out "Help / Basics /
8948         Installation" menu item when Installation-string is not bound.
8949
8950 1998-03-11  SL Baur  <steve@altair.xemacs.org>
8951
8952         * lisp.el (forward-sexp): Fix for test for balanced sexp.
8953         From Jeremiah W. James <jerry@cs.ucsb.edu>
8954
8955 1998-03-10  Kyle Jones  <kyle_jones@wonderworks.com>
8956
8957         * msw-faces.el:
8958         * faces.el: Fix face initialization.
8959
8960 1998-03-10  Glynn Clements  <glynn@sensei.co.uk>
8961
8962         * files.el (backup-enable-predicate): fix breakage introduced
8963         by TMPDIR patch.
8964
8965 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
8966
8967         * x-faces.el (x-init-face-from-resources): The
8968           TTY face property retrieval functions don't return
8969           specifiers, so use face-property instead.
8970
8971 1998-03-09  SL Baur  <steve@altair.xemacs.org>
8972
8973         * mwheel.el (mwheel-install): Use portable keysyms and syntax.
8974
8975 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
8976
8977         * x-menubar.el: Expanded documentation for
8978           option-save-faces.  Changed Options -> Browse Faces
8979           menu entry to invoke customize-face.
8980
8981 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
8982
8983         * faces.el: Most face initialization moved out of
8984           init-other-random-faces to the top level so that the
8985           initialization happens before Xemacs is dumped.  Much
8986           of the fascist "face-differs-from-default-p or FROB!"
8987           code has been retired in favor of letting the user do
8988           what they want to do.  Face initialization code changed
8989           to use `default' specifier tag so that the settings can
8990           be overridden later if the user wishes it.
8991
8992 1998-03-08  SL Baur  <steve@altair.xemacs.org>
8993
8994         * about.el (about-hackers): Update contributors list.
8995
8996 1998-03-07  Kyle Jones  <kyle_jones@wonderworks.com>
8997
8998         * specifier.el: Define new specifier tag `default'.
8999
9000         * modeline.el: Initialize faces using `default' tag.
9001
9002         * x-faces.el (x-init-face-from-resources): Remove
9003           specifier specs containing the `default' tag before
9004           adding new specs.
9005
9006 1998-03-02  John Jones  <jj@asu.edu>
9007
9008         * package-get.el (package-get-all): fixed arguments on call to
9009         package-admin-add-single-file-package.
9010         * package-get.el (package-get-installedp): fixed to match
9011         advertised behavior.
9012         * package-get.el: added function package-get-update-all which
9013         installs newest versions of all the current packages (if they are
9014         not already installed).
9015
9016 1998-03-04  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>
9017
9018         * files.el (find-file-noselect): Uncommented `truename' binding in
9019         `let*' and use it later to set `buffer-file-truename' iff it's
9020         still nil, as happens for example when finding a compressed
9021         file with "jka-compr".
9022
9023 Wed Mar 04 08:55:12 1998  Andy Piper  <andyp@parallax.co.uk>
9024
9025         * faces.el: in make-face-* type functions do the operation for all
9026         window systems, not just the first one found.
9027
9028         * font.el: call mswindows-list-fonts for mswindows.
9029
9030 1998-03-02  Glynn Clements  <glynn@sensei.co.uk>
9031
9032         * code-process.el (call-process-region):
9033         * process.el (call-process-region):
9034         * package-get.el (package-get-dir):
9035         * files.el (backup-enable-predicate):
9036         * gnuserv.el (gnuserv-temp-file-regexp):
9037         Use temp-directory in place of `/tmp'.
9038
9039 Fri Feb 20 21:22:34 1998  Darryl Okahata  <darrylo@sr.hp.com>
9040
9041         * "Fast" dired-in-C enhancements for Windows 95/NT:
9042
9043         * files.el: Added function, `wildcard-to-regexp', from GNU
9044           Emacs.
9045
9046         * files.el (insert-directory): Modified to use special
9047           dired-in-C enhancements if present.
9048
9049 Mon Mar 02 11:37:36 1998  Andy Piper  <andyp@parallax.co.uk>
9050
9051         * code-files.el: make default coding no-conversion.
9052
9053 1998-03-02  SL Baur  <steve@altair.xemacs.org>
9054
9055         * dumped-lisp.el (preloaded-file-list): Find Installation.el from
9056         the load-path.
9057
9058         * update-elc.el: Strip directory when testing for files not to
9059         bytecompile.
9060
9061 1998-03-02  Aki Vehtari  <Aki.Vehtari@hut.fi>
9062
9063         * lisp-mode.el: Use recommended form for menus.
9064
9065         * info.el (Info-construct-menu): Use recommended form for menus.
9066
9067         * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
9068         entry.
9069
9070 1998-02-28  Kyle Jones  <kyle_jones@wonderworks.com>
9071
9072         * frame.el: Resurrect get-frame-for-buffer-default-to-current.
9073           (get-frame-for-buffer-noselect): Always return frames
9074           in the not-this-window-p cond clause.
9075
9076 1998-02-27  SL Baur  <steve@altair.xemacs.org>
9077
9078         * help.el (describe-installation): New function.
9079
9080         * x-menubar.el (default-menubar): Add describe-installation to
9081         Help menu.
9082
9083         * packages.el (packages-unbytecompiled-lisp): Installation.el
9084         should not be bytecompiled.
9085
9086         * dumped-lisp.el (preloaded-file-list): Dump Installation with
9087         XEmacs.
9088
9089         * x-menubar.el (default-menubar): Use correct guard for VM menu
9090         entry.
9091
9092         * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
9093         coding.
9094         From Andy Piper <andyp@parallax.co.uk>
9095
9096 1998-02-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
9097
9098         * ldap.el: Do not require ldap-internal at compile time.
9099
9100 Tue Feb 17 12:50:37 1998  Andy Piper  <andyp@parallax.co.uk>
9101
9102         * code-files.el: new file. a virtual copy of mule-files.el
9103         but without charset
9104         dependencies. (toggle-buffer-file-ocding-system) new function for
9105         changing the eol type for the current buffer.
9106
9107         * code-process.el: new file. a copy of
9108         mule-process.el. mule-process.el will disappear when things have
9109         settled.
9110
9111         * coding.el: new file. a virtual copy of mule-files.el but
9112         without charset dependencies. (coding-system-base) new function
9113         for getting the parent coding system of a coding system with eol
9114         type set.
9115
9116         * dumped-lisp.el: add above files for the non-mule case.
9117
9118 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
9119
9120         * window-xemacs.el (display-buffer): If no explicit
9121           frame is specified, search for a window that displays
9122           the buffer on the currently selected frame, before
9123           searching other frames.
9124
9125 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
9126
9127         * frame.el (get-frame-for-buffer): If not-this-window-p
9128           is non-nil, use window on the selected frame if it is not
9129           also the selected window.  When defaulting, search for
9130           windows on the currently selected fgrame before searching
9131           other frames.
9132
9133 1998-02-25  Didier Verna  <didier@xemacs.org>
9134
9135         * modeline.el (modeline-swap-buffers): originally named
9136         `mouse-release-modeline'. Whether to actually swap the buffers is
9137         decided in `mouse-drag-modeline'.
9138         (mouse-drag-modeline): A button release event is considered a
9139         mouse click is both X (modeline scroll) and Y (modeline drag) pos
9140         stay unchanged.
9141
9142 1998-02-25  SL Baur  <steve@altair.xemacs.org>
9143
9144         * x-menubar.el: Put redo on the menubar.
9145         From Aki Vehtari <Aki.Vehtari@hut.fi>
9146
9147 1998-02-22  Greg Klanderman  <greg@alphatech.com>
9148
9149         * bytecomp.el (displaying-byte-compile-warnings): if
9150         temp-buffer-show-function is set, use it to display current set of
9151         warnings in the "*Compile-Log-Show*" buffer.
9152
9153         * simple.el (display-warning-buffer): if temp-buffer-show-function
9154         is set, use it to display current set of warnings in the
9155         "*Warnings-Show*" buffer.
9156
9157 1998-02-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9158
9159         * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
9160         Common Lisp.
9161
9162 1998-02-23  Aki Vehtari  <Aki.Vehtari@hut.fi>
9163
9164         * menubar.el: Allow button descriptors at least 2 long.
9165
9166         * x-menubar.el (default-menubar): Use recommended forms.
9167         (file-menu-filter): Remove.
9168         (edit-menu-filter): Remove.
9169
9170 1998-02-24  SL Baur  <steve@altair.xemacs.org>
9171
9172         * about.el (about-hackers): Updated.
9173
9174 1998-02-22  Greg Klanderman  <greg@alphatech.com>
9175
9176         * help.el (help-max-help-buffers): new variable
9177         (help-register-and-maybe-prune-excess): new function
9178         (help-buffer-name): use help-max-help-buffers.
9179         (with-displaying-help-buffer): use
9180         help-register-and-maybe-prune-excess.
9181
9182         * help.el (help-maybe-pretty-print-value): if the value fits on
9183         one line, let it.
9184
9185 1998-02-21  Greg Klanderman  <greg@alphatech.com>
9186
9187         * (with-displaying-help-buffer): there is no need to kill the buffer
9188         if it exists, because with-output-to-temp-buffer will clear it.
9189         further, killing the buffer violates the rule that
9190         temp-buffer-show-function, if set, has the full responsibility of
9191         showing the temp buffer.  killing the buffer fucks with the window
9192         configuration, hosing temp-buffer-show-function.
9193
9194
9195 1998-02-23  Didier Verna  <didier@xemacs.org>
9196
9197         * modeline.el (mouse-drag-modeline):
9198         - Always scroll the modeline that was originally clicked on.
9199         - Use x pixels instead of x characters (which doesn't work anyway)
9200         as horizontal reference for modeline dragging. This allows us to
9201         keep on dragging the modeline even if the motion event occurs in
9202         another window.
9203
9204 1998-02-23  Didier Verna  <didier@xemacs.org>
9205
9206         * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
9207         glyph on the modeline to indicate that dragging the mouse has an
9208         effect both horizontally and vertically.
9209
9210 1998-02-24  SL Baur  <steve@altair.xemacs.org>
9211
9212         * about.el (about-xemacs): Get rid of redundant visible version
9213         number.
9214
9215 1998-02-19  SL Baur  <steve@altair.xemacs.org>
9216
9217         * about.el (about-hackers): Update credits.
9218
9219 1997-12-22  Christoph Wedler  <wedler@fmi.uni-passau.de>
9220
9221         * prim/register.el (view-register): Show register type file-query.
9222
9223 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
9224
9225         * mode-motion.el (mode-motion-highlight-internal):
9226           save-excursion inside save-window-exucrsion form to
9227           hide buffer point changes from save-window-excursion.
9228           Prevents display flickering when the mouse pointer
9229           moves.
9230
9231 1998-02-17  Didier Verna  <didier@xemacs.org>
9232
9233         * mouse.el (default-mouse-track-set-point-in-window): rewrote this
9234         function to handle correctly the case of a toolbar one side of the
9235         window: scrolling will not necessarily happen.
9236
9237 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
9238
9239         * files.el (after-find-file): Restore missing argument
9240           to format that provides filename for "... consider M-x
9241           recover-file" message.  Also call `message' with "%s"
9242           as the first arg instead of an arbitrary string.
9243
9244 1998-02-18  SL Baur  <steve@altair.xemacs.org>
9245
9246         * about.el (about-hackers): Various additions.
9247
9248 1998-02-15  SL Baur  <steve@altair.xemacs.org>
9249
9250         * autoload.el (generate-file-autoloads-1): Don't force an extra
9251         line out when copying on-the-same line autoloads.
9252
9253         * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
9254         is installed.
9255
9256 1998-02-14  Martin Buchholz  <martin@xemacs.org>
9257
9258         * x11/x-win-xfree86.el (x-win-init-xfree86):
9259         * x11/x-win-sun.el (x-win-init-sun):
9260         * x11/x-init.el (x-initialize-compose):
9261         * prim/simple.el:
9262         (backward-or-forward-kill-sexp):
9263         (backward-or-forward-kill-sentence):
9264         (backward-or-forward-kill-word):
9265         (backward-or-forward-delete-char):
9266         * prim/isearch-mode.el (isearch-help-or-delete-char):
9267         Use x-keysym-on-keyboard-sans-modifiers-p instead of
9268         x-keysym-on-keyboard-p to detect backspace.
9269         Use symbols instead of strings (now deprecated) with x-keysym-*-p.
9270         Clean up symbols used with dead keys, checking Linux and solaris
9271         keysyms.
9272         Simplify x-win-*.el using above methods.
9273         Change documentation for x-keysym-*-p functions.
9274
9275 1998-02-14  SL Baur  <steve@altair.xemacs.org>
9276
9277         * about.el (about-hackers): Restore entries for Michael Sperber and
9278         Vinnie Shelton.
9279         From Vinnie Shelton <acs@acm.org>
9280
9281 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
9282
9283         * simple.el (count-words-region): Ditto.
9284
9285 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
9286
9287         * simple.el (count-words-buffer): Document.  Don't print anything
9288         if non-interactive.
9289
9290 1998-02-12  SL Baur  <steve@altair.xemacs.org>
9291
9292         * packages.el (packages-hardcoded-lisp): easymenu.el is in
9293         multiple files in InfoDock.
9294
9295 1998-02-11  SL Baur  <steve@altair.xemacs.org>
9296
9297         * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
9298         from version.el in InfoDock.
9299
9300         * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
9301         specially.
9302
9303 1998-02-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9304
9305         * bytecomp-runtime.el (proclaim-inline): Single quotes around
9306         variable name in docstring.
9307
9308 1998-02-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9309
9310         * menubar.h: Include "gui.h".
9311
9312 1998-02-10  SL Baur  <steve@altair.xemacs.org>
9313
9314         * site-load.el: Fix documentation.
9315
9316 1998-02-09  SL Baur  <steve@altair.xemacs.org>
9317
9318         * package-get-base.el (package-get-base): Updated.
9319
9320         * keymap.el: PC-ize.
9321
9322 1998-02-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9323
9324         * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
9325         from' on a fresh line.
9326
9327 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
9328
9329         * help.el (help-maybe-pretty-print-value): prin1, not princ the
9330         object.
9331
9332 1998-02-09  SL Baur  <steve@altair.xemacs.org>
9333
9334         * undo-stack.el: PC-ize.
9335
9336         * cmdloop.el: PC-ize.
9337
9338 1998-02-08  SL Baur  <steve@altair.xemacs.org>
9339
9340         * bytecomp-runtime.el: PC-ize.
9341
9342         * byte-optimize.el: Prolog fixup.  PC-ize.
9343
9344         * cus-dep.el: Spelling fix.
9345
9346         * text-mode.el: Synch with Emacs 20.2.  (Original ChangeLog
9347         entries follow).
9348
9349 1997-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9350
9351         * text-mode.el (text-mode-hook-identify): New function,
9352         put on text-mode-hook.  Set text-mode-variant here.
9353         (text-mode): Don't set it here.
9354
9355 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9356
9357         * text-mode.el (text-mode-hook): New defvar.
9358         (text-mode-variant): New variable.
9359         (text-mode): Set that variable locally.
9360         (toggle-text-mode-auto-fill): New command.
9361
9362 1997-06-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9363
9364         * text-mode.el (text-mode): Let all-white lines separate paragraphs.
9365
9366 1997-06-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9367
9368         * text-mode.el (paragraph-indent-text-mode):
9369         Renamed from spaced-text-mode.
9370         (text-mode-map): Bind TAB to indent-relative.
9371         (indented-text-mode-map): Variable deleted.
9372         (indented-text-mode): Now an alias for text-mode.
9373
9374 1998-02-05  SL Baur  <steve@altair.xemacs.org>
9375
9376         * loadup.el: test-atoms debugging stuffs removed.
9377
9378 1998-02-03  Martin Buchholz  <Martin Buchholz <martin@xemacs.org>
9379
9380         * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
9381
9382 1997-12-30  Colin Rafferty  <colin@xemacs.org>
9383
9384         * help.el (describe-beta): Made it use `locate-data-file'.
9385         (describe-distribution): Ditto.
9386         (describe-copying): Ditto.
9387         (describe-project): Ditto.
9388         (view-emacs-news): Ditto.
9389
9390         * help-nomule.el (help-with-tutorial): Made it use
9391         `locate-data-file' to find tutorial.
9392
9393 1998-01-28  Jonathon Harris  <jhar@tardis.ed.ac.uk>
9394
9395         * about.el: Corrected my email address.
9396
9397         * mouse.el: Added 'mouse-mswindows-drop' similar to
9398         'mouse-offix-drop'.
9399
9400 1998-01-27  SL Baur  <steve@altair.xemacs.org>
9401
9402         * loadup.el (running-xemacs): Spelling fix.
9403
9404 1998-01-26  Colin Rafferty  <colin@xemacs.org>
9405
9406         * packages.el (packages-find-packages-1): Don't allow a backwards
9407         compatible lisp tree to overwrite `preloaded-file-list'.
9408
9409 1998-01-26  SL Baur  <steve@altair.xemacs.org>
9410
9411         * loadup.el: Don't delete "xemacs" prior to dumping.
9412
9413 1998-01-24  SL Baur  <steve@altair.xemacs.org>
9414
9415         * package-info.el (pi-last-mod-date): New function.
9416         (pi-author-version): New function.
9417         (batch-update-package-info): Use them.
9418
9419 1998-01-23  Colin Rafferty  <colin@xemacs.org>
9420
9421         * frame.el (get-frame-for-buffer-default-to-current): Create.
9422         (get-frame-for-buffer-noselect): Allow user to use current frame
9423         with `get-frame-for-buffer-default-to-current'.
9424
9425 1998-01-22  Hrvoje Niksic  <hniksic@srce.hr>
9426
9427         * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
9428         (byte-compile-output-docform): Ditto.
9429         (byte-compile-compiled-obj-to-list): Ditto.
9430
9431 1998-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
9432
9433         * startup.el (command-line-1): Removed code that ran
9434           buffer-menu.
9435
9436 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
9437
9438         * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
9439
9440 1998-01-17  Hrvoje Niksic  <hniksic@srce.hr>
9441
9442         * frame.el (suspend-emacs-or-iconify-frame): Check using
9443         `device-on-window-system-p' instead of explicitly checking for X,
9444         so that the same logic works for MS Windows.
9445         (suspend-or-iconify-emacs): Ditto.
9446
9447 1998-01-14  Hrvoje Niksic  <hniksic@srce.hr>
9448
9449         * about.el (about-maintainer-info): Andy Piper is back.
9450         (xemacs-hackers): Updated Andy Piper's email address.
9451         (about-hackers): Added Jonathan Harris.
9452         (about-hackers): Updated Tibor Polgar's email address.
9453
9454 1998-01-18  SL Baur  <steve@altair.xemacs.org>
9455
9456         * about.el: Add xemacs.org email manager.
9457
9458         * package-get-base.el (package-get-base): Updated with most recent
9459         package updates.
9460
9461 1998-01-14  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9462
9463         * help.el (function-arglist): Use `indirect-function' instead of
9464         `symbol-function' so that aliases are treated correctly.
9465
9466 1998-01-13  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9467
9468         * help.el (help-map): Add f1 binding to `help-for-help'.
9469         Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
9470         (describe-key-briefly): Use `princ' "%s" to print object.
9471         (with-displaying-help-buffer): Kill buffer if it exists, again.
9472         (describe-key): Use `princ' "%s" to print object.
9473         (describe-function-1): Use `princ' "%s" to print object.
9474         Commented out alias lines removed.
9475         (help-pretty-print-limit): New variable to control pretty-printing
9476         of variable values.
9477         (help-maybe-pretty-print-value): Steve wins!  Renamed back from
9478         `help-pretty-print-value' again.  Only print-print when OBJECT is
9479         list of length less than `help-pretty-print-limit'.
9480         (describe-variable): Use `help-maybe-pretty-print-value' again.
9481
9482 1998-01-18  SL Baur  <steve@altair.xemacs.org>
9483
9484         * simple.el (blink-matching-open): Remove C++ kludge.
9485         Suggested by Bob Weiner <weiner@wave.altrasoft.com>
9486
9487 1998-01-14  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9488
9489         * info.el (Info-default-directory-list): Made the documentation
9490         more explanitory.
9491
9492 1998-01-13  Martin Buchholz  <martin@xemacs.org>
9493
9494         * lisp/packages.el:
9495         * lisp/package-admin.el:
9496         * lisp/build-report.el:
9497         Fix typos.
9498
9499 1998-01-14  Christoph Wedler  <wedler@fmi.uni-passau.de>
9500
9501         * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
9502         warnings in Java buffers without final newline and editing the
9503         last line.
9504
9505 1998-01-17  SL Baur  <steve@altair.xemacs.org>
9506
9507         * packages.el (packages-find-packages-1): Don't allow a backwards
9508         compatible lisp tree to overwrite `preloaded-file-list'.
9509         Suggested by Colin Rafferty  <colin@xemacs.org>
9510
9511         * mouse.el (mouse-offix-drop): Set undo-boundary.
9512         From Oliver Graf <ograf@fga.de>
9513
9514 1998-01-13  SL Baur  <steve@altair.xemacs.org>
9515
9516         * loadup.el (load-gc): rewrite as defun.
9517         Print something sensical if a required dump-time file isn't found.
9518
9519 1998-01-12  SL Baur  <steve@altair.xemacs.org>
9520
9521         * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
9522         bug strikes a menudescriptor.
9523
9524         * package-get-base.el (package-get-base): Updated.
9525
9526         * package-info.el (batch-update-package-info): Derive REQUIRES
9527         from the Makefile.
9528
9529 1998-01-13  Hrvoje Niksic  <hniksic@srce.hr>
9530
9531         * files.el (save-some-buffers): Don't play games with deleting
9532         other windows if we are in the minibuffer window.
9533
9534 1998-01-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9535
9536         * modeline.el (modeline-minor-mode-menu): Add support for :active
9537         (add-minor-mode): Document :active property to TOGGLE.
9538
9539 1998-01-07  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9540
9541         * modeline.el (modeline-minor-mode-menu): Add support for an
9542         `:included' predicate in the `toggle-sym' plist.
9543         (add-minor-mode): Document the :included property, format
9544         docstring some more.
9545         (modeline-minor-mode-menu): Documentation string added.
9546
9547 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9548
9549         * modeline.el (modeline-minor-mode-menu): genmenlab the menu
9550         labels from the symbol-names by thwacking off the overly redundant
9551         and overused "mode", parenthesizing "minor", and capitalizing the
9552         resultant strings.  Also shortened the menu's title by eliminating
9553         the redundant buffer name.
9554         (add-minor-mode): Beautified the docstring, added mention of the
9555         `:menu-tag' property of TOGGLE.
9556         (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
9557         `toggle-sym' to beatify the mode-life menus.
9558         * (abbrev-mode):  (put)'ed a `:menu-tag' on it and
9559         `auto-fill-function'.
9560
9561 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9562
9563         * modeline.el (modeline-minor-mode-menu): Changed the string-only
9564         menus to :style 'toggle.
9565
9566 1997-12-10  Markus Linnala  <maage@cs.tut.fi>
9567
9568         * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
9569
9570 1997-12-11  Christoph Wedler  <wedler@fmi.uni-passau.de>
9571
9572         * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
9573         only recognize first hyperlink.
9574         (hyper-apropos-highlightify): Deletia, this is already done by
9575         `hyper-apropos-insert-face'.
9576         (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
9577
9578 1998-01-09  SL Baur  <steve@altair.xemacs.org>
9579
9580         * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
9581         mail.
9582         (toolbar-mail-reader): Add support for `send'.
9583         From Jonathan Marten <jonathan.marten@UK.Sun.COM>
9584
9585 1998-01-05  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9586
9587         * info.el (Info-emacs-info-file-name): Add defvar for
9588         `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
9589         will function properly.
9590
9591 1998-01-05  Gary D. Foster  <gfoster@ragesoft.com>
9592
9593         * simple.el: make the backwards delete function called by
9594         `backward-or-forward-delete-char' user configurable.
9595
9596 1998-01-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9597
9598         * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
9599         compiled function got loaded from.
9600
9601 1998-01-09  SL Baur  <steve@altair.xemacs.org>
9602
9603         * term/apollo.el: Synched up with InfoDock 3.6.2.
9604
9605 1998-01-08  SL Baur  <steve@altair.xemacs.org>
9606
9607         * startup.el (load-init-file): Load autoloads earlier.
9608         (startup-splash-frame): Handle InfoDock logo.
9609
9610         * x-init.el (init-post-x-win): Don't call init-x-toolbar in
9611         InfoDock.
9612         (x-init-toolbar-from-resources): Move from x-toolbar.el.
9613
9614         * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
9615         doesn't have this function.
9616
9617         * packages.el (locate-data-file): Fix to call `locate-file'.
9618
9619 1998-01-07  SL Baur  <steve@altair.xemacs.org>
9620
9621         * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
9622         version of version.el.
9623         (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
9624
9625         * x-menubar.el (default-menubar): Guard reference to
9626         `gnuserv-frame'.
9627         (default-menubar): Guard references to `font-lock-mode'.
9628         (default-menubar): Guard references to font-menu-this-frame-only-p'.
9629         (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
9630
9631         * make-docfile.el: Don't snarf doc strings from autoloads.
9632
9633         * startup.el (load-init-file): Use algorithm from loaddefs.el for
9634         loading auto-autoloads files.
9635
9636         * loaddefs.el: Disable dumping autoloads.
9637
9638 1998-01-05  SL Baur  <steve@altair.xemacs.org>
9639
9640         * lisp-mnt.el: Synch to Emacs 20.2.
9641
9642         * help.el: Remove manual autoload of `finder-by-keyword'.
9643
9644         * finder.el (finder-by-keyword): Autoload.
9645
9646         * help.el: Conditionalize hyperbole setup.
9647
9648 1998-01-04  SL Baur  <steve@altair.xemacs.org>
9649
9650         * packages.el (package-require): Update to reflect new data format.
9651
9652 1998-01-02  Didier Verna  <didier@xemacs.org>
9653
9654         * x-menubar.el (default-menubar): make the tutorials available
9655         through the menubar. (Plus some compilation warnings cleanup).
9656
9657 1998-01-04  SL Baur  <steve@altair.xemacs.org>
9658
9659         * check-features.el: New file.  Perform sanity check after build.
9660
9661         * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
9662         files to tooltalk package.
9663         (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
9664         package.
9665
9666         * package-admin.el (package-admin-xemacs): Use better default for
9667         location of XEmacs binary.
9668
9669 1998-01-03  Aki Vehtari  <Aki.Vehtari@hut.fi>
9670
9671         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
9672         tag with sexp and add value tag with value `t'.
9673
9674 1998-01-03  SL Baur  <steve@altair.xemacs.org>
9675
9676         * package-get.el: Changes to work with real data.
9677         From Pete Ware <ware@cis.ohio-state.edu>
9678
9679         * packages.el (packages-reload-autoloads): Guard load for the time
9680         being.
9681
9682         * update-elc.el ("packages.el"): Force loading packages.el instead
9683         of possibly out-of-date packges.elc.
9684         * make-docfile.el ("packages.el"): Ditto.
9685
9686 1998-01-02  Colin Rafferty  <colin@xemacs.org>
9687
9688         * build-report.el (build-report-delete-regexp): Added a rule for
9689         the main tarball shadowing anything past it.
9690
9691 1998-01-02  SL Baur  <steve@altair.xemacs.org>
9692
9693         * packages.el (package-provide): Delete a previous provide.
9694
9695         * package-info.el: New file.
9696
9697         * package-get.el: New file.
9698         From Pete Ware <ware@cis.ohio-state.edu>
9699         (package-get): Fix md5 computation to work with Mule.
9700
9701 1997-12-11  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9702
9703         * simple.el (log-message-*): Quote symbols in docstrings properly.
9704
9705 1998-01-01  SL Baur  <steve@altair.xemacs.org>
9706
9707         * packages.el (packages-new-autoloads): Ignore symbolic links.
9708
9709         * cus-face.el (face-custom-attributes-get): Fix typo.
9710         From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
9711
9712 1997-12-31  SL Baur  <steve@altair.xemacs.org>
9713
9714         * startup.el (load-init-file): Reload new or changed autoloads
9715         unless inhibited.  Reload modified dumped lisp (stubbed).
9716
9717         * packages.el (packages-new-autoloads): New function.
9718         (packages-reload-autoloads): New function.
9719         (packages-reload-dumped-lisp): New (stub) function.
9720
9721         * loadup.el: Inhibit reloading dumped files when running temacs.
9722
9723         * loadhist.el (file-provides): Extend to handle variant
9724         extensions.
9725
9726         * replace.el (query-replace): Fix typo.
9727
9728 1997-12-30  SL Baur  <steve@altair.xemacs.org>
9729
9730         * make-docfile.el: list-autoloads-path has been renamed.
9731         * update-elc.el: list-autoloads has been renamed.
9732
9733         * packages.el (packages-list-autoloads): Renamed.
9734         (packages-list-autoloads-path): Ditto.
9735
9736 1997-12-29  Colin Rafferty  <colin@xemacs.org>
9737
9738         * packages.el (packages-find-packages-1): Made it signal a warning
9739         for an error in an auto-autoload.el file.
9740
9741 1997-12-30  SL Baur  <steve@altair.xemacs.org>
9742
9743         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
9744         tag with const.
9745         From Aki Vehtari <Aki.Vehtari@hut.fi>
9746
9747         * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
9748
9749         * loadhist.el (unload-feature): Remove autoload.
9750
9751 1997-12-28  SL Baur  <steve@altair.xemacs.org>
9752
9753         * loadhist.el: Unpackaged.
9754
9755         * help.el (describe-symbol-find-file): Rename
9756         `describe-function-find-file' and make old name obsolete.
9757         (describe-function-1): Use it.
9758         (describe-function-1): Guard reference to
9759         `compiled-function-annotation'.
9760
9761 1997-12-27  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9762
9763         * help.el (help-mode-bury): Now a call to `help-mode-quit' with
9764         argument.
9765         (help-mode-quit): New optional arg to control whether it kills or
9766         buries.  Tidied up.
9767         (with-displaying-help-buffer): Don't kill buffer initially, even
9768         if it exists: it is erased by `with-output-to-temp-buffer' anyway.
9769         (help-pretty-print-value): Rename back from
9770         `help-maybe-pretty-print-value'!  If `pp-internal' is available
9771         use it, otherwise use dumped `cl-prettyprint'.
9772         (describe-variable): Use `help-pretty-print-value' again.
9773         (find-func): Removed reference to "find-func" at end.
9774
9775 1997-12-26  Kirill M. Katsnelson  <kkm@kis.ru>
9776
9777         * dumped-lisp.el: x-menubar.el dumped along with mswindows native
9778           GUI XEmacs. Rename? x-menubar is rather window system
9779           independant, except for a couple of items.
9780
9781 1997-12-26  SL Baur  <steve@altair.xemacs.org>
9782
9783         * x-menubar.el (default-menubar): Remove hyperbole and oobr
9784         entries as they will no longer be distributed with XEmacs.
9785
9786         * format.el (format-alist): Fix image/tiff regexps.
9787         From P. E. Jareth Hein <jareth@camelot-soft.com>
9788
9789         * help.el (help-maybe-pretty-print-value): Rename.
9790         (describe-variable): Use it.
9791         (describe-variable): Add trailing linefeed.
9792
9793 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9794
9795         * help.el (describe-function-1): Don't output anything for
9796           arglist of autoload functions.
9797
9798 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9799
9800         * help.el (describe-function-1): Don't output anything for
9801           arglist of autoload functions.
9802
9803 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9804
9805         * help.el (help-mode-map): New bindings for `help-mode-bury',
9806         `describe-function-at-point', `describe-variable-at-point',
9807         `Info-elisp-ref', `customize-variable', `help-next-section' and
9808         `help-prev-section'.
9809         (help-next-section): New function.
9810         (help-prev-section): New function.
9811         (help-mode-quit): Changed to kill the help buffer.
9812         (help-mode-bury): Formerly `help-mode-quit'.  Bury buffer
9813         correctly.
9814         (help-buffer-name): New function to generate the name of help
9815         buffers.
9816         (with-displaying-help-buffer): Is now a macro.  Takes an new first
9817         argument giving the name of the help buffer.
9818         (describe-key): Use `with-displaying-help-buffer' with name.
9819         (describe-mode): Ditto.
9820         (describe-bindings): Ditto.
9821         (describe-prefix-bindings): Ditto.
9822         (view-lossage): Ditto.
9823         (with-syntax-table): New macro.
9824         (function-called-at-point): Use `ignore-errors' and
9825         `with-syntax-table'.
9826         (function-at-point): Ditto.
9827         (describe-function): Use `with-displaying-help-buffer' with name.
9828         (function-arglist): Extracted from `describe-function-1'.  Returns
9829         function's arglist as string.
9830         (function-documentation): Extracted from `describe-function-1'.
9831         Returns function's docstring.
9832         (describe-function-1): Remove all the "stream" garbage, including
9833         the stream argument.  Use `function-arglist' and
9834         `function-documentation'.
9835         (describe-function-arglist): Just use `function-arglist'.
9836         (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
9837         (help-pretty-print-value): New function to help with
9838         pretty-printing variable values.  Knows about `#<...>'.  Needs
9839         `pp-internal'.
9840         (describe-variable): Use `with-displaying-help-buffer' with name.
9841         Formatting improved.  Display file where variable is defined, if
9842         known.  Use `help-pretty-print-value'.
9843         (describe-syntax): Use `with-displaying-help-buffer' with name.
9844         (list-processes): Remove "stream" garbage.
9845
9846 1997-12-25  SL Baur  <steve@altair.xemacs.org>
9847
9848         * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
9849         call a dumped routine instead.
9850
9851         * x-win-xfree86.el: Wrap file in defun.
9852         * x-win-sun.el: Ditto.
9853
9854 1997-12-23  SL Baur  <steve@altair.xemacs.org>
9855
9856         * help.el (view-emacs-news): Remove usage of outl-mouse which
9857         advises functions and does other evil things.
9858
9859 1997-12-22  SL Baur  <steve@altair.xemacs.org>
9860
9861         * format.el (format-alist): Add `image/tiff'.
9862         From P. E. Jareth Hein <jareth@camelot-soft.com>
9863
9864 1997-12-21  SL Baur  <steve@altair.xemacs.org>
9865
9866         * about.el (about-hackers): More names added.
9867
9868         * make-docfile.el: Remove superfluous package path search.
9869
9870         * loaddefs.el: Commentary changes.  Removal of VM autoloads.
9871
9872 1997-12-20  SL Baur  <steve@altair.xemacs.org>
9873
9874         * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
9875         ignored shadows.
9876
9877 1997-12-18  SL Baur  <steve@altair.xemacs.org>
9878
9879         * startup.el (set-default-load-path): Make sure lisp and site-lisp
9880         get trailing slashes when added to the load-path.
9881
9882         * x-init.el (init-x-win): Locate where XEmacs X localization files
9883         are.
9884
9885 1997-12-18  Kyle Jones  <kyle_jones@wonderworks.com>
9886
9887         * x-faces.el: Added support for foregroundToolBarColor
9888           to xpm-color-symbols.
9889
9890 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
9891
9892         * etags.el (tags-remove-duplicates): Removed.
9893         (buffer-tag-table-list): Use `delete-duplicates'.
9894
9895         * cl-extra.el (coerce): Coerce to bit-vector and weak-list
9896         correctly.
9897         (get*): Defalias to `get'.
9898
9899         * cl.el (eql): Compare integers with `eq'.
9900         (cl-map-extents): Check for `map-extents' first.
9901
9902 1997-12-17  Didier Verna  <didier@xemacs.org>
9903
9904         * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
9905         added the 'numero', 'copyright' and 'trademark' symbols.
9906
9907         * leim/quail/latin-post.el ("french-postfix"): see above.
9908
9909 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
9910
9911         * widget.el (define-widget): Check the arguments.
9912
9913         * cus-edit.el (customize-face): Use `check-argument-type'.
9914         (custom-variable-value-create): Use `signal' to signal error.
9915         (custom-variable-reset-saved): Ditto.
9916         (custom-variable-reset-standard): Ditto.
9917         (custom-face-reset-saved): Ditto.
9918
9919         * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
9920         (widget-default-format-handler): Ditto.
9921         (widget-checklist-add-item): Ditto.
9922         (widget-radio-add-item): Ditto.
9923         (widget-editable-list-entry-create): Ditto.
9924         (widget-sexp-prompt-value): Ditto.
9925
9926         * custom.el (custom-declare-variable): Signal errors better.
9927         (custom-handle-keyword): Ditto.
9928         (custom-declare-group): Ditto.
9929
9930         * window-xemacs.el (windows): Ditto.
9931
9932         * menubar.el (menu): Ditto.
9933
9934         * keydefs.el (keyboard): Ditto.
9935
9936         * minibuf.el (minibuffer): Ditto.
9937
9938         * process.el (execute): Ditto.
9939
9940         * fill.el (fill): Ditto.
9941
9942         * modeline.el (modeline): Ditto.
9943
9944         * help.el (help): Ditto.
9945
9946         * faces.el (faces): Ditto.
9947
9948         * files.el (files): Ditto.
9949
9950         * x-init.el (x): Ditto.
9951
9952         * lisp-mode.el (lisp): Ditto.
9953
9954         * process.el (processes): Ditto.
9955
9956         * mouse.el (mouse): Ditto.
9957
9958         * abbrev.el (abbrev): Moved from cus-edit.
9959
9960         * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
9961         as variable declaration.
9962
9963 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
9964
9965         * menubar.el (find-menu-item): Use `check-argument-type'.
9966         (find-menu-item): Cosmetic changes.
9967
9968 1997-12-18  SL Baur  <steve@altair.xemacs.org>
9969
9970         * x-menubar.el (default-menubar): Guard usage of lpr-switches.
9971
9972 1997-12-17  SL Baur  <steve@altair.xemacs.org>
9973
9974         * startup.el (set-default-load-path): Only search package-path
9975         when not running temacs.
9976
9977         * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
9978         files.
9979
9980         * loadup.el: Correct commentary.  Reformatting.
9981         (really-early-error-handler): Use absolute path to the
9982         first dumped-lisp.el file.
9983         (really-early-error-handler): Print full path name of
9984         each dumped lisp file (inherited from InfoDock).
9985
9986         * shadow.el (find-emacs-lisp-shadows): Ignore multiple
9987         dumped-lisp.el files.
9988
9989         * make-docfile.el (preloaded-file-list): Reorder when the
9990         package-path is searched.
9991         * update-elc.el: Ditto.
9992
9993         * lisp-mode.el (call-with-condition-handler): Treat the same as
9994         `condition-case' for indentation.
9995
9996         * about.el (about-xemacs): Update release date.
9997
9998 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
9999
10000         * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
10001         anywhere but at the last clause.
10002         (ecase): Disallow `t' and `otherwise'.
10003
10004 1997-12-16  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10005
10006         * cus-edit.el (custom-buffer-create-buttons): New function
10007         from stuff moved out of `custom-buffer-create-internal'.
10008         (custom-novice): New variable.  Default t.
10009         (custom-display-global-buttons): Ditto.  Default `top'.
10010         (custom-buffer-create-internal): Only display help if
10011         `custom-novice' is non-nil.  Display global buttons according to
10012         `custom-display-global-buttons'.
10013
10014 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10015
10016         * menubar.el (find-menu-item): Use `check-argument-type'.
10017         (find-menu-item): Cosmetic changes.
10018
10019 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10020
10021         * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
10022         look.
10023
10024 1997-12-16  Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
10025
10026         * format.el (format-deannotate-region):  Bug fix.
10027         Deannotating a region containing unknown tags would fail
10028         (causing decoding of text/enriched to fail at user level)
10029
10030 1997-12-16  Kyle Jones  <kyle_jones@wonderworks.com>
10031
10032         * minibuf.el (read-directory-name): Support sixth
10033           arg, HISTORY, as already documented.
10034
10035 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
10036
10037         * etags.el (get-tag-table-buffer): Use explicit lists as arguments
10038         to `ecase'.
10039
10040 1997-12-14  SL Baur  <steve@altair.xemacs.org>
10041
10042         * skk/skk-leim.el (skk-auto-fill-activate): Synch with
10043         skk-activate.
10044
10045 1997-12-13  SL Baur  <steve@altair.xemacs.org>
10046
10047         * dumped-lisp.el (preloaded-file-list): Remove debugging statement.