5bf434f660ab2c032a2a544752e3b05504bc869f
[chise/xemacs-chise.git.1] / lisp / ChangeLog
1 2001-10-23  Stephen J. Turnbull  <stephen@xemacs.org>
2
3         * XEmacs 21.4.5 "Civil Service" is released.
4
5 2001-04-23  Didier Verna  <didier@xemacs.org>
6
7         * cus-edit.el (custom-variable-pre-save): New.
8         * cus-edit.el (custom-variable-post-save): New.
9         * cus-edit.el (custom-variable-save): use them.
10         * cus-edit.el (custom-face-pre-save): New.
11         * cus-edit.el (custom-face-post-save): New.
12         * cus-edit.el (custom-face-save): use them.
13         * cus-edit.el (custom-group-pre-save): New.
14         * cus-edit.el (custom-group-post-save): New.
15         * cus-edit.el (custom-group-save): use them.
16         * cus-edit.el (Custom-save): use the pre/post functions above,
17         call `custom-save-all' only once.
18         * cus-edit.el (custom-variable-pre-reset-standard): New.
19         * cus-edit.el (custom-variable-post-reset-standard): New.
20         * cus-edit.el (custom-variable-reset-standard): use them.
21         * cus-edit.el (custom-face-pre-reset-standard): New.
22         * cus-edit.el (custom-face-post-reset-standard): New.
23         * cus-edit.el (custom-face-reset-standard): use them.
24         * cus-edit.el (custom-group-pre-reset-standard): New.
25         * cus-edit.el (custom-group-post-reset-standard): New.
26         * cus-edit.el (Custom-reset-standard): use them.
27         * cus-edit.el (custom-face-reset-saved): use the pre/post
28         functions above, call `custom-save-all' only once.
29
30 2001-04-08  Danny Colascione  <qtmstr@optonline.net>
31
32         * gutter-items.el (buffers-tab face): Derive from the modeline
33         face by default.  Many people use white-on-black for the default
34         font, and the tabs look hideous with that color combination.  The
35         modeline usually has the correct colors.
36
37 2001-09-28  Robert Pluim  <rpluim@bigfoot.com>
38
39         * etags.el (find-tag): Doc fix, point users at pop-tag-mark.
40         (tag-mark-stack-max): Typo fix.
41
42 2001-09-28  Ben Wing  <ben@xemacs.org>
43
44         * font-lock.el:
45         * font-lock.el (font-lock-after-change-function):
46         fix problem with last patch, reported by Katsumi Yamaoka.
47
48 2001-09-17  Ben Wing  <ben@xemacs.org>
49
50         * font-lock.el (font-lock-after-change-function):
51         fix problem when you insert a comment on the line before a line of
52         code: if we use the following char, then when you hit backspace,
53         the following line of code turns the comment color.
54
55 2001-06-08  Ben Wing  <ben@xemacs.org>
56
57         * process.el: comment about shell-command-switch.
58         * process.el (shell-quote-argument): Need to quote a null
59         argument, too.  From Dan Holmsand.
60         
61         * startup.el (normal-top-level): Delete some unused FSF junk.
62         * startup.el (command-line-early):
63         
64         * startup.el (command-line): Call MS Windows init function.
65         
66         * win32-native.el:
67         * win32-native.el (mswindows-system-shells): New.
68         * win32-native.el (mswindows-system-shell-p): New.
69         * win32-native.el (init-mswindows-at-startup): New.
70         * win32-native.el (mswindows-quote-one-vc-runtime-arg):
71         * win32-native.el (mswindows-quote-one-simple-arg):
72         * win32-native.el (mswindows-quote-one-command-arg):
73         * win32-native.el (mswindows-construct-process-command-line-alist):
74         Correct comments at top.  Correctly handle passing arguments
75         to Cygwin programs and to bash.  Fix quoting of zero-length
76         arguments (from Dan Holmsand).  Set shell-command-switch based
77         on shell-file-name, which in turn comes from env var SHELL.
78
79 2001-07-18  Alexey Mahotkin  <alexm@hsys.msk.ru>
80
81         * toolbar.el (toolbar-visible-p, toolbar-captioned-p,
82         default-toolbar-position): Fill docstrings for balloon-help.
83
84 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
85
86         * faces.el: Reenable specifications over 'gtk domain.
87
88 2001-08-08  Didier Verna  <didier@xemacs.org>
89
90         * autoload.el (update-autoload-files): make defdir a file name,
91         not directory name.
92
93 2001-08-06  Steve Youngs  <youngs@xemacs.org>
94
95         * menubar-items.el (default-menubar): Use 'report-xemacs-bug'.
96
97         * lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'.
98
99 2001-08-01  Edward M. Lee  <tailbert@yahoo.com>
100
101         * font-menu.el (font-menu-set-font): Default to current font-family.
102         (font-menu-preferred-resolution):
103         (font-menu-size-scaling):
104         Provide gtk defaults, too.
105
106 2001-07-29  Mike Alexander  <mta@arbortext.com>
107
108         * cus-face.el (custom-set-face-font-size): Last arg to apply is a
109         list
110         (custom-set-face-font-family): ditto
111
112 2001-07-26  Mike Sperber <mike@xemacs.org>
113
114         * files.el (auto-mode-alist): .9 files are man pages, too.
115
116 2001-07-23  Edwin Steiner <esteiner@net4you.at>
117
118         * process.el (call-process-internal): bind
119         coding-system-for-write to 'binary when calling
120         start-process-internal, so the process receives 
121         the literal contents of INFILE.
122
123 2001-09-15  Edward M. Lee  <tailbert@yahoo.com>
124
125         * files.el (auto-mode-alist): Add configure.ac support.
126
127 2001-07-19  Adrian Aichner  <adrian@xemacs.org>
128
129         * buff-menu.el:
130         mouse.el:
131         Adrian's mouse-track patch.  See <y9plq0nc.fsf@ecf.teradyne.com>.
132
133 2001-07-28  Stephen J. Turnbull  <stephen@xemacs.org>
134
135         * XEmacs 21.4.4 "Artificial Intelligence" is released.
136
137 2001-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * mule/kinsoku.el (kinsoku-bol-p): Work with ascii and non-ascii
140         mixed text.
141         (kinsoku-eol-p): Ditto.
142
143 2001-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * mule/kinsoku.el (kinsoku-ascii-eol, kinsoku-gb-bol,
146         kinsoku-gb-eol, kinsoku-big5-bol, kinsoku-big5-eol): Assign
147         characters as the category `s' or `e' correctly.
148
149 2001-06-06  Alexey Mahotkin  <alexm@hsys.msk.ru>
150
151         * mule/cyrillic.el: Uncomment definition of ccl-encode-koi8-r-font.
152
153 2001-06-14  Alexey Mahotkin  <alexm@hsys.msk.ru>
154
155         * mule/cyrillic.el:  Set up case table.
156
157 2001-06-08  Mike Sperber <mike@xemacs.org>
158
159         * files.el (save-some-buffers-1): Don't zap the help window right
160         after `map-y-or-n-p' has popped it up.
161
162 2001-06-15  Nick Pakoulin  <npak@ispras.ru>
163
164         * help.el (frob-help-extents): Require 'hyper-apropos for faces.
165
166 2001-07-18  Stephen J. Turnbull  <stephen@xemacs.org>
167
168         * specifier.el: define-specifier-tag 'gtk.
169
170 2001-05-12  Ben Wing  <ben@xemacs.org>
171
172         * find-paths.el (paths-find-recursive-path):
173         fix error with null EXCLUDE-REGEXP.
174         
175         * font-lock.el (font-lock-mode):
176         fix problem reported by hrvoje with buffers starting with a space.
177         
178 2001-05-06  Ben Wing  <ben@xemacs.org>
179
180         * dialog.el (make-dialog-box):
181         * menubar-items.el (default-menubar):
182         * printer.el (generic-print-buffer):
183         * printer.el (generic-print-region):
184         implement printing the selection when it's selected.
185
186 2001-04-18  Didier Verna  <didier@xemacs.org>
187
188         * cus-edit.el (Custom-reset-standard): reset to standard settings
189         not only when the buffer's :custom-state is 'modified, but also
190         when it is 'set or 'saved.
191
192 2001-04-17  Didier Verna  <didier@xemacs.org>
193
194         * startup.el (load-user-init-file): define `custom-file' before
195         loading the user's init file.
196
197 2001-04-09  Danny Colascione  <qtmstr@optonline.net>
198
199         * menubar.el (popup-mode-menu): Make it work with
200         popup-menu-titles turned off.
201         
202 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
203
204         * about.el (about-mailto-link): Use compose-mail for sending mail.
205
206 2001-07-14  Sean MacLennan  <seanm@storm.ca>
207
208         * package-admin.el (package-install-hook): New.
209         (package-delete-hook): New.
210         (package-admin-add-single-file-package): Use package-delete-hook.
211
212         * package-get.el (package-get): Use package-install-hook.
213
214 2001-06-26  Robert Pluim  <rpluim@bigfoot.com>
215
216         * package-ui.el (pui-install-selected-packages): reverse the lists
217         of packages so that they get handled in the same order as they
218         were selected.
219
220 2001-06-26  Robert Pluim  <rpluim@bigfoot.com>
221
222         * packages.el (locate-library): Use read-library-name for completion.
223
224 2001-05-21  Martin Buchholz  <martin@xemacs.org>
225
226         * byte-optimize.el (=): `=' is not a binary predicate!
227         Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
228         Use byte-optimize-predicate, not byte-optimize-binary-predicate,
229
230 2001-05-20  Martin Buchholz  <martin@xemacs.org>
231
232         * bytecomp.el (byte-compile-arithcompare):
233         Only optimize (= x) ==> t if byte-compile-delete-errors is not nil.
234
235 2001-06-03  William M. Perry  <wmperry@gnu.org>
236
237         * dialog-gtk.el (popup-builtin-open-dialog): Don't forget to
238         return the filename selected by the user!
239
240 2001-05-31  William M. Perry  <wmperry@gnu.org>
241
242         * font-menu.el: Avoid arithmetic with 'nil' when using the font menu
243         in XEmacs/GTK.
244
245 2001-05-29  Alexey Mahotkin  <alexm@hsys.msk.ru>
246
247         * coding.el: Tiny typo fixed.
248
249 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
250
251         * XEmacs 21.4.3 "Academic Rigor" is released.
252
253 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
254
255         * config.values.sh:  lisp/utils?/config.el -> lisp/config.el.
256
257 2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
258
259         * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
260
261 2001-05-04  Ben Wing  <ben@xemacs.org>
262
263         * printer.el (generic-print-buffer):
264         * printer.el (generic-print-region):
265         Enable dialog boxes.  Apply workaround recommended by Kirill.
266         fix (fboundp 'lpr-buffer) -> (fboundp 'lpr-region).
267         
268         * simple.el (kill-whole-line):
269         * simple.el (kill-line-1):
270         * simple.el (kill-entire-line):
271         * simple.el (kill-line):
272         * simple.el (backward-kill-line):
273         Take out interactive dependence of kill-whole-line.
274
275 2001-04-22  Ben Wing  <ben@xemacs.org>
276
277         * dialog.el (make-dialog-box):
278         Put dialog titles back in -- this time correctly.  Fix various
279         other problems with leaks and such.
280
281         * simple.el (region-exists-p):
282         * simple.el (region-active-p):
283         Add comment about which one is correct to use in menu specs.
284
285 2001-05-05  Ben Wing  <ben@xemacs.org>
286
287         * dialog.el (make-dialog-box): fix doc string.
288         * menubar-items.el (default-menubar): Add Page Setup for Windows,
289         take out Pretty Print.
290         * printer.el:
291         * printer.el (printer-current-device): New.
292         * printer.el (Printer-get-device): New.
293         * printer.el (Printer-clear-device): New.
294         * printer.el (generic-page-setup): New.
295         * printer.el (generic-print-buffer):
296         * printer.el (generic-print-region):
297         Implement Page Setup.  Handle errors properly.
298
299 2001-05-05  Ben Wing  <ben@xemacs.org>
300
301         * subr.el (error): Complete list of errors in doc string.
302         
303 2001-04-22  Ben Wing  <ben@xemacs.org>
304
305         * bytecomp-runtime.el (byte-compiler-options): Correct doc string.
306         
307 2001-05-03  Adrian Aichner  <adrian@xemacs.org>
308
309         * build-report.el: Remove CVS keywords since this file has been in
310         core lisp for a while now.
311         * build-report.el (build-report-make-output-files): Fix typo.
312
313 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
314
315         * about.el (about-finish-buffer): Make sure the last change works
316         even if EVENT is nil.
317
318 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
319
320         * about.el (about-finish-buffer): Kill/bury the buffer where the user
321         clicked, not the one that happens to be the current buffer at the
322         time.
323
324 2001-03-19  Karl M. Hegbloom  <karlheg@microsharp.com>
325
326         * cus-edit.el (custom-display): Support the GTK Window System also.
327
328 2001-04-30  Ben Wing  <ben@xemacs.org>
329
330         * printer.el:
331         * printer.el (printer-page-header):
332         * printer.el (Print-context): New.
333         * printer.el (printer-page-footer):
334         * printer.el (generate-header-element): New.
335         * printer.el (generate-header-line): New.
336         * printer.el (print-context-property):
337         * printer.el (generic-print-buffer):
338         * printer.el (generic-print-region):
339         Implement headers and footers.  Implement calling Print dialog box
340         (#### but it doesn't quite work yet).
341
342 2001-04-25  Ben Wing  <ben@xemacs.org>
343
344         * about.el (xemacs-hackers):
345         * about.el (about-url-alist):
346         * about.el (about-personal-info):
347         * about.el (about-hacker-contribution):
348         More contributions.
349         
350         * simple.el (handle-post-motion-command):
351         Fix spurious setting of zmacs-region-stays to t after a non-shift
352         motion command.
353
354 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
355
356         * about.el (about-personal-info): Update my bio.
357         (about-hacker-contribution): Ditto.
358
359 2001-04-23  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
360
361         * startup.el (splash-frame-body): Update copyright notices: Ben, FSF.
362
363 2001-04-19  Andy Piper  <andy@xemacs.org>
364
365         * package-net.el (package-net-cygwin32-binary-size): new size.
366         (package-net-win32-binary-size): new size.
367         (package-net-convert-index-to-ini): Use new arch.
368         (package-net-batch-convert-index-to-ini): Removed.
369         (package-net-generate-bin-ini): New.
370         (package-net-batch-generate-bin-ini): New.
371
372 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
373
374         * XEmacs 21.4.1 "Copyleft" is released.
375
376 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
377
378         * x-compose.el (xlib-input-method-bug-workaround):
379         (alias-colon-to-double-quote):
380         Force sort in map-keymap to work around rehash bug.
381
382 2001-04-17  Ben Wing  <ben@xemacs.org>
383
384         * about.el: Finish overhaul, add a few new hackers, update a
385         couple old ones.
386
387 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
388
389         * XEmacs 21.4.0 "Solid Vapor" is released.
390
391 2001-04-15  Ben Wing  <ben@xemacs.org>
392
393         * about.el:
394         * about.el (about-headline-face): New.
395         * about.el (about-link-face): New.
396         * about.el (about-current-release-maintainers): New.
397         * about.el (about-other-current-hackers): New.
398         * about.el (about-url-alist):
399         * about.el (about-once-and-future-hackers): New.
400         * about.el (about-mailto-link): New.
401         * about.el (about-get-buffer):
402         * about.el (about-finish-buffer):
403         * about.el (about-xemacs):
404         * about.el (about-features): Removed.
405         * about.el (about-advantages): New.
406         * about.el (about-maintainer-info): Removed.
407         * about.el (about-personal-info): New.
408         * about.el (about-hacker-contribution): New.
409         * about.el (about-maintainer):
410         * about.el (about-show-linked-info):
411         * about.el (about-hackers):
412         Major revamping.  Rewriting of most of the text, improve the
413         link handling, separate info on contributors into personal
414         and contribution info, add new contributors, update personal
415         info, etc. etc.
416         
417         * menubar-items.el (default-menubar):
418         Help menubar entry for News now says more accurately
419         "What's New in XEmacs".
420         
421         * mouse.el:
422         * mouse.el (mouse-track-cleanup-hook):
423         * mouse.el (mouse-track):
424         Don't set-buffer to a dead buffer when calling mouse-track
425         cleanup hooks.
426
427 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
428
429         * XEmacs 21.2.47 "Zephir" is released.
430
431 2001-04-02  Jan Vroonhof  <jan.vroonhof@ntlworld.com>
432
433         * dialog.el (make-dialog-box): Disable dialog box titles until
434         we get them working.
435
436 2001-03-30  Ben Wing  <ben@xemacs.org>
437
438         * help.el:
439         * help.el (Help-princ-face):
440         * help.el (Help-prin1-face):
441         * help.el (frob-help-extents):
442         * help.el (describe-function-1):
443         * help.el (describe-variable):
444         Avoid using font-lock faces, which may not be defined.
445         Instead, use hyper-apropos faces, and make sure they're
446         defined as necessary by using `require'. (It's not so safe
447         to do this for font-lock.) In any case, we will eventually
448         be merging this functionality into hyper-apropos.
449
450         * loaddefs.el (completion-ignored-extensions):
451         Fix documentation.
452         
453         * menubar-items.el (menu-truncate-list): Removed.
454         * menubar-items.el (Menubar-items-truncate-list): New.
455         * menubar-items.el (default-menubar):
456         Fix errors if grep or compile command is too long.  Rename helper
457         function to be less visible.
458
459 2001-03-23  Martin Buchholz  <martin@xemacs.org>
460
461         * byte-optimize.el (byte-optimize-minus):
462         Fix mis-byte-compilation of (- 0 x) --> (- (- x))
463
464 2001-03-26  Hrvoje Niksic  <hniksic@arsdigita.com>
465
466         * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
467         Mule is available.
468
469         * mule/latin.el: New file.
470
471 2001-03-11  Ben Wing  <ben@xemacs.org>
472
473         * auto-save.el:
474         * auto-save.el (auto-save-directory):
475         * auto-save.el (make-auto-save-file-name):
476         * auto-save.el (auto-save-file-name-p): New.
477
478         Merge in improvements from other definition of
479         make-auto-save-file-name in files.el.
480         
481         * auto-save.el (auto-save-original-name):
482         * auto-save.el (auto-save-name-in-fixed-directory):
483         * auto-save.el (auto-save-unslashify-name): Removed.
484         * auto-save.el (auto-save-slashify-name): Removed.
485         * auto-save.el (auto-save-reserved-chars): New.
486         * auto-save.el (auto-save-escape-name): New.
487         * auto-save.el (auto-save-unhex): New.
488         * auto-save.el (auto-save-unescape-name): New.
489
490         Change algorithm for encoding filenames in auto-save names to be
491         entirely safe with all filesystems and all possible characters in
492         a filename, and 100% reversible. (Essentially, uses
493         quoted-printable as the encoding.)
494         
495         * auto-save.el (recover-all-files):
496
497         Use insert-directory rather than calling ls directly -- fixes
498         things under Windows.
499
500         * files.el:
501         * files.el (convert-standard-filename): Substitute FSF's
502         definition for this (we had nothing here before).
503         
504         * files.el (backup-buffer): Warning fix.
505         
506         * files.el (make-backup-file-name):
507         * files.el (find-backup-file-name):
508         Fix error in calling sequence to auto-save-file-name-p.
509         
510         * files.el (recover-file):
511         Use insert-directory rather than calling ls directly -- fixes
512         things under Windows.
513
514         * files.el (make-auto-save-file-name): Removed.
515         * files.el (auto-save-file-name-p): Removed.
516         auto-save is always dumped so no sense in having a definition
517         that will always be overwritten with another.
518         
519         * files.el (insert-directory):
520         * win32-native.el:
521         * win32-native.el (debug-mswindows-process-command-lines):
522         * win32-native.el (original-make-auto-save-file-name): Removed.
523         * win32-native.el (make-auto-save-file-name): Removed.
524
525
526 2001-03-21  Martin Buchholz <martin@xemacs.org>
527
528         * XEmacs 21.2.46 "Urania" is released.
529
530 2001-03-16  Stephen J. Turnbull  <stephen@xemacs.org>
531
532         * menubar-items.el (default-menubar): Update sample.emacs to
533         sample.init.el and adjust accelerators.
534
535 2001-02-02  Stephen J. Turnbull  <stephen@xemacs.org>
536
537         * build-report.el (build-report): Improve docstring.
538
539 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
540
541         * ChangeLog: Log GTK merge.
542
543         * gutter-items.el:
544         * mwheel.el:
545         * sound.el:
546         * startup.el:
547         Revert gratuitous whitespace changes.
548
549 2001-03-07  Ben Wing  <ben@xemacs.org>
550
551         * help.el:
552         * help.el (key-or-menu-binding):
553         * help.el (Help-find-file): New.
554         * help.el (describe-beta):
555         * help.el (describe-copying):
556         * help.el (describe-project):
557         * help.el (view-emacs-news):
558         * help.el (view-sample-init-el): New.
559         * help.el (Help-princ-face): New.
560         * help.el (Help-prin1-face): New.
561         * help.el (help-symbol-function-context-menu):
562         * help.el (help-symbol-variable-context-menu):
563         * help.el (help-symbol-function-and-variable-context-menu):
564         * help.el (frob-help-extents):
565         * help.el (describe-function-1):
566         * help.el (describe-variable):
567
568         Add coloring in Help buffers, correspondent with hyperlinks.
569         View files in view-mode rather than Fundamental.
570         Remove separators from context menus -- now handled in generic code.
571         Add `Find Tag' to context menu.
572         
573         * menubar.el (popup-mode-menu):
574
575         Rewrite code that outputs the popup menu to (a) put more specific
576         entries first, (b) be more robust, (c) output the proper context
577         menu separators automatically (the context menu functionality is
578         new and currently used only by Help).
579
580 2001-03-10  William M. Perry  <wmperry@aventail.com>
581
582         * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
583         this function when converting from the 21.1 GTK branch.  Now
584         supports file, password, question, and color built-in dialogs.
585
586 2001-03-06  Ben Wing  <ben@xemacs.org>
587
588         * keydefs.el:
589         * keydefs.el (global-map):
590         Add commented-out change of M-k (for 21.5).
591         
592         * menubar-items.el (default-menubar):
593         Fix items to control kill-line behavior; add items for
594         shifted motion.
595         
596         * simple.el:
597         * simple.el (kill-whole-line):
598         * simple.el (historical-kill-line): Removed.
599         * simple.el (kill-line): Removed.
600         * simple.el (kill-entire-line): New.
601         * simple.el (kill-line-1): New.
602         * simple.el (backward-kill-line):
603         Undo kill-whole-line == always changes.  Add new function
604         kill-entire-line to unconditionally delete the current line.
605         Add comments describing the lamentable state of affairs of
606         the kill-line functions and variables.
607
608 2001-03-02  Ben Wing  <ben@xemacs.org>
609
610         * simple.el:
611         * simple.el (beginning-of-buffer):
612         * simple.el (end-of-buffer):
613         * simple.el (mark-ring-unrecorded-commands):
614         * simple.el (signal-error-on-buffer-boundary):
615         * simple.el (shifted-motion-keys-select-region):
616         * simple.el (unshifted-motion-keys-deselect-region):
617         * simple.el (motion-keys-for-shifted-motion): New.
618         * simple.el (handle-pre-motion-command):
619         * simple.el (handle-post-motion-command):
620         * simple.el (forward-char-command):
621         * simple.el (backward-char-command):
622         * simple.el (scroll-up-command):
623         * simple.el (scroll-down-command):
624         * simple.el (next-line):
625         * simple.el (previous-line):
626         * simple.el (backward-block-of-lines):
627         * simple.el (forward-block-of-lines):
628         * simple.el (backward-word):
629         * simple.el (mark-word):
630
631         Augment documentation of the most common motion commands to make
632         note of the shifted-motion support.  Improve the support to (a)
633         properly document how it works and why it's done in the fashion it
634         is, and (b) allow the keystrokes that trigger it to be customized.
635
636         Correct error in the customize specification of
637         mark-ring-unrecorded-commands.
638
639 2001-03-02  Ben Wing  <ben@xemacs.org>
640
641         * font-lock.el:
642         * font-lock.el (font-lock-pending-extent-table): Removed.
643         * font-lock.el (font-lock-pending-buffer-table): New.
644         * font-lock.el (font-lock-pre-idle-hook):
645         * font-lock.el (font-lock-after-change-function):
646         * font-lock.el (font-lock-fontify-pending-extents):
647         * font-lock.el (font-lock-lisp-like):
648
649         Fix handling of pending extents to avoid excessive slowness (N^2
650         behavior) when making lots of buffer changes between redisplays,
651         such as when saving the Options.
652
653 2001-03-09  William M. Perry  <wmperry@aventail.com>
654
655         * device.el:
656         * dragdrop.el:
657         * dumped-lisp.el:
658         * faces.el:
659         * frame.el:
660         * gnuserv.el:
661         * loadup.el:
662         * menubar-items.el:
663         * minibuf.el:
664         The Great GTK Merge.
665
666         * ChangeLog.GTK:
667         * dialog-gtk.el:
668         * gdk.el:
669         * generic-widgets.el:
670         * glade.el:
671         * gnome-widgets.el:
672         * gnome.el:
673         * gtk-compose.el:
674         * gtk-extra.el:
675         * gtk-faces.el:
676         * gtk-ffi.el:
677         * gtk-file-dialog.el:
678         * gtk-font-menu.el:
679         * gtk-glyphs.el:
680         * gtk-init.el:
681         * gtk-iso8859-1.el:
682         * gtk-marshal.el:
683         * gtk-mouse.el:
684         * gtk-package.el:
685         * gtk-password-dialog.el:
686         * gtk-select.el:
687         * gtk-widget-accessors.el:
688         * gtk-widgets.el:
689         * gtk.el:
690         widgets-gtk.el:
691         The Great GTK Merge: new files.
692
693 2001-03-05  Stephen J. Turnbull  <stephen@xemacs.org>
694
695         * generic-widgets.el: Don't require gtk (a built-in feature) at
696         top level.  Don't execute the last sexp unless (featurep 'gtk).
697
698 2001-02-28  Stephen J. Turnbull  <stephen@xemacs.org>
699
700         * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
701
702 2001-02-23  Martin Buchholz <martin@xemacs.org>
703
704         * XEmacs 21.2.45 "Thelxepeia" is released.
705
706 2001-01-25  Jason R. Mastaler  <jason@xemacs.org> 
707  
708         * about.el (xemacs-hackers): update my entry. 
709         * about.el (about-maintainer-info): ditto. 
710         * about.el (about-hackers): ditto. 
711
712 2001-02-20  Jan Vroonhof  <jan@xemacs.org>
713
714         * about.el (about-maintainer-info): More vanity info about
715         yours truly.
716
717 2001-02-20  Adrian Aichner  <adrian@xemacs.org>
718
719         * build-report.el (build-report-destination): xemacs-build-reports
720         has moved to SourceForge, where mailing list name length is
721         restricted, hence the name change to
722         xemacs-buildreports@xemacs.org.
723         * build-report.el (build-report-keep-regexp): Update default.
724         * build-report.el (build-report-delete-regexp): Ditto.
725         * build-report.el (build-report-make-output-files): Ditto.
726
727 2001-02-19  Craig Lanning  <lanning@scra.org>
728
729         * lisp-mode.el: Add indentation specifications for following
730         Common Lisp forms: handler-case, handler-bind, with-slots,
731         with-open-file, with-open-stream, print-unreadable-object.
732
733 2001-02-18  Matt Tucker  <tuck@whistlingfish.net>
734
735         * font-lock.el (font-lock-set-defaults-1):
736         Move initialization of `font-lock-cache-position' so that it's set
737         even if font-lock-keywords is already defined.
738
739 2001-02-17  Matt Tucker  <tuck@whistlingfish.net>
740
741         * autoload.el (generate-file-autoloads-1):
742         Use `emacs-lisp-mode-syntax-table' instead of
743         `lisp-mode-syntax-table'.
744         * lisp-mode.el (lisp-mode-syntax-table):
745         Get rid of old checks for `parse-partial-sexp' version.
746         Make `|' (pipe) string delimiter instead of punctuation.
747
748 2001-02-16  Martin Buchholz  <martin@xemacs.org>
749
750         * window.el (save-selected-window):
751         Use gensym for better macro hygiene.
752
753 2001-02-06  Mike Sperber <mike@xemacs.org>
754
755         * dump-paths.el:
756         * startup.el (startup-setup-paths): Set and use
757         `mule-lisp-directory'.
758         (startup-setup-paths-warning): Ditto.
759
760         * setup-paths.el (paths-find-mule-lisp-directory): Added.
761         (paths-construct-load-path): Consider `mule-lisp-directory'.
762
763 2001-02-07  Matt Tucker  <tuck@whistlingfish.net>
764
765         * font-lock.el: Syntax table improvements used.  A few random
766         changes are not specified below.
767         (font-lock-fontify-string-delimiters):
768         (font-lock-syntactic-keywords):
769         (font-lock-cache-state nil):
770         (font-lock-cache-position):
771         New variables.
772         (font-lock-set-syntax):
773         (font-lock-apply-syntactic-highlight):
774         (font-lock-fontify-syntactic-anchored-keywords):
775         (font-lock-fontify-syntactic-keywords-region):
776         (font-lock-eval-keywords):
777         New functions.
778         (font-lock-remove-face):
779         (font-lock-fontify-syntactically-region):
780         Use syntax properties.
781
782 2001-02-08  Martin Buchholz <martin@xemacs.org>
783
784         * XEmacs 21.2.44 "Thalia" is released.
785
786 2001-01-16  Mike Sperber <mike@xemacs.org>
787
788         * startup.el (normal-top-level): Work even if no installation root
789         is found.
790
791 2001-01-30  Andy Piper  <andy@xemacs.org>
792
793         * gutter-items.el (progress-abort-glyph): remove instantiator.
794         (set-progress-abort-instantiator): new function.
795         (abort-progress-feedback): use it.
796
797         * gutter.el (set-gutter-dirty-p): new function.
798
799 2001-01-30  Didier Verna  <didier@xemacs.org>
800
801         * mwheel.el (mwheel-scroll): unwind-protect the selected window.
802
803 2001-01-24  Didier Verna  <didier@xemacs.org>
804
805         * sound.el (sound-extension-list): give a better default value.
806         * sound.el (load-sound-file): improve the doc string, also find
807         files given by absolute names, pass a real extension list to
808         `locate-file'.
809
810 2001-01-26  Martin Buchholz <martin@xemacs.org>
811
812         * XEmacs 21.2.43 "Terspichore" is released.
813
814 2001-01-20  Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
815
816         * gnuserv.el (gnuserv-process-filter): Robuster handling of error
817         messages from gnuserv.
818
819 2001-01-20  Martin Buchholz <martin@xemacs.org>
820
821         * XEmacs 21.2.42 "Poseidon" is released.
822
823 2001-01-12  Nick V. Pakoulin  <npak@ispras.ru>
824
825         * cl-macs.el (cl-upcase-arg): New function.
826         (cl-function-arglist): New function.
827         (cl-transform-lambda): Automatically add CL-style lambda list to
828         documentation string using functions above.
829
830 2001-01-12  Andy Piper  <andy@xemacs.org>
831
832         * package-get.el (package-get-custom): call
833         package-net-update-installed-db.
834
835         * package-ui.el (pui-install-selected-packages): call
836         package-net-update-installed-db.
837
838         * package-net.el (package-net-update-installed-db): use
839         packages-package-list so that we reflect reality.
840
841         * packages.el (packages-package-list): Make docstring reflect
842         reality.
843
844         * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
845
846         * postinstall.cc (do_postinstall): don't pick up shells if cygwin
847         isn't installed.
848
849 2001-01-17  Andy Piper  <andy@xemacs.org>
850
851         * wid-edit.el (widget-activation-glyph-mapper): activate or
852         deactivate native widgets.
853         (widget-glyph-insert-glyph): record instantiator.
854         (widget-push-button-value-create): use it.
855
856         * gui.el (gui-button-action): new function. Make button's domain
857         buffer current when calling.
858         (make-gui-button): update to use gui-button-action.
859
860 2001-01-16  Didier Verna  <didier@xemacs.org>
861
862         * menubar-items.el (default-menubar): add an entry for modeline
863         horizontal scrolling in Options -> Display.
864
865 2001-01-17  Steve Youngs  <youngs@xemacs.org>
866
867         * package-get.el (package-get-require-signed-base): Set to nil
868         by default.
869
870 2001-01-17  Martin Buchholz <martin@xemacs.org>
871
872         * XEmacs 21.2.41 "Polyhymnia" is released.
873
874 2001-01-16  Mike Sperber <mike@xemacs.org>
875
876         * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
877         catch lisp/mule/.
878
879 2001-01-14  Mike Sperber <mike@xemacs.org>
880
881         * startup.el (maybe-create-compatibility-dot-emacs):
882         (maybe-unmigrate-user-init-file):
883         (unmigrate-user-init-file): Created.
884         (maybe-migrate-user-init-file): Offer creation of compatibility
885         .emacs.
886         Some doc fixes wrt init file location.
887
888 2001-01-15  Golubev I. N.  <gin@mo.msk.ru>
889
890         * faces.el (face-frob-from-locale-first): new variable.
891         (frob-face-font-2): Honor tags arg while trying to use
892         standard-face-mapping.  When face-frob-from-locale-first is set,
893         first try to set face inheriting from frobbed-face.
894
895 2001-01-15  Didier Verna  <didier@xemacs.org>
896
897         * about.el (xemacs-hackers): update my entry.
898         * about.el (about-url-alist): ditto.
899         * about.el (about-maintainer-info): ditto.
900         * about.el (about-hackers): ditto.
901
902 2001-01-15  Martin Buchholz  <martin@xemacs.org>
903
904         The byte compiler has been badly broken for a year,
905         by the patch of 1999-12-06.
906         * byte-optimize.el (byte-optimize-form-code-walker):
907         Bug was: the byte compiler was making this erroneous optimization:
908         (progn (or (foo)) (bar)) ==> (bar)
909
910 2000-11-20  Mike Sperber <mike@xemacs.org>
911
912         * setup-paths.el (paths-core-load-path-depth): Split
913         `paths-load-path-depth' in two for site and core lisp.  Don't
914         recurse into core.
915         * setup-paths.el (paths-construct-load-path): Use.
916
917 2001-01-10  Andy Piper  <andy@xemacs.org>
918
919         * package-net.el (package-net-cygwin32-binary-size): new variable
920         (package-net-win32-binary-size): ditto.  add much needed
921         commentary.
922
923         * gutter-items.el (buffers-tab-items): correct off-by-one error
924         for buffers-tab-max-size.
925
926 2001-01-08  Martin Buchholz <martin@xemacs.org>
927
928         * XEmacs 21.2.40 is released.
929
930 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
931
932         * mule/hebrew.el: Fix comments and typos.
933         mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
934
935 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
936
937         * ChangeLog.1: move ancient log from fill.el.
938
939         * dump-paths.el:
940         paragraphs.el:
941         mule/mule-category.el:
942         Miscellaneous typo fixes and slight doc clarifications.
943
944         * mule/mule-ccl.el:  Correct file name in header.
945
946 2000-12-31  Martin Buchholz <martin@xemacs.org>
947
948         * XEmacs 21.2.39 is released.
949
950 2000-12-27  Martin Buchholz  <martin@xemacs.org>
951
952         * byte-optimize.el (byte-optimize-cond):
953         (byte-optimize-cond-1): New.
954         Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
955         Optimizes (cond (x nil)) ==> nil.
956         Provide better diagnostic on malformed expr like (cond foo).
957
958 2000-12-20  Stephen J. Turnbull  <stephen@xemacs.org>
959
960         * mule/mule-coding.el:
961         mule/mule-cmds.el (reset-language-environment,
962         set-language-environment-coding-systems):
963         Safer default coding-priority-list, corresponding to src/file-coding.h.
964
965 2000-12-03  Jorma Laaksonen <jorma.laaksonen@hut.fi>
966
967         * package-admin.el: Allow package removal from
968         early-package-load-path.
969
970 2000-12-15  Andreas Jaeger  <aj@suse.de>
971
972         * about.el (about-maintainer-info): Update my entry.
973
974 2000-12-11  Matt Tucker  <tuck@whistlingfish.net>
975
976         * packages.el (locate-library): Add support for bzip2
977         compressed .el files.
978
979 2000-12-12  Andy Piper  <andy@xemacs.org>
980
981         * package-net.el: new file.
982
983 2000-12-01  Enrico Scholz  <enrico.scholz@informatik.tu-chemnitz.de>
984
985         * font-lock.el: Add missing C++ keywords.
986
987 2000-12-08  Adrian Aichner  <adrian@xemacs.org>
988
989         * simple.el (indent-for-comment): Preserve indentation of comments
990         starting in column 0, as documented in (Info-goto-node
991         "(xemacs)Comments").  Update docstring accordingly.
992
993 2000-12-05  Martin Buchholz <martin@xemacs.org>
994
995         * XEmacs 21.2.38 is released.
996
997 2000-12-04  Didier Verna  <didier@xemacs.org>
998
999         * mouse.el (default-mouse-track-set-point-in-window): remove
1000         spurious '+' operation detected by Martin.
1001
1002
1003 2000-12-01  Martin Buchholz  <martin@xemacs.org>
1004
1005         * cl-extra.el (coerce):
1006         Implement char to integer coercion.
1007         Remove extraneous (numberp) test.
1008
1009         * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
1010         Perform lapcode inlining if the value of `byte-optimize' is 'byte.
1011         (byte-optimize-predicate):
1012         Warn if evaluating constant expression signals an error.
1013         (byte-optimize-form): Small simplification.
1014
1015         * cl-macs.el (cl-do-proclaim): small efficiency improvement.
1016
1017 2000-11-30  Martin Buchholz  <martin@xemacs.org>
1018
1019         * byte-optimize.el:
1020         (byte-optimize-minus):
1021         (byte-optimize-plus):
1022         (byte-optimize-mult):
1023         (byte-optimize-quo):
1024         Use (car (last x)) instead of (last x) to get last elt!
1025         Use `byte-optimize-predicate' to optimize `%'.
1026         Move optimizations for special numeric args to bytecomp.el.
1027         * bytecomp.el (byte-compile-associative): Remove.
1028         (byte-compile-max): New.
1029         (byte-compile-min): New.
1030         Properly handle erroneous calls: (max) (min).
1031         (byte-compile-plus): New.
1032         (byte-compile-minus):
1033         It's easiest to handle 0, +1 and -1 args here.
1034         (byte-compile-mult): New.
1035         It's easiest to handle 1, -1 and 2 args here.
1036         (byte-compile-quo):
1037         It's easiest to handle 0, +1 and -1 args here.
1038         Issue byte-compiler warning when dividing by zero.
1039
1040         Byte-compiler arithmetic improvements.
1041         Better optimize these expressions in the obvious way:
1042         (+ x y 1)   -->  varref x varref y add add1
1043         (+ x y -1)  -->  varref x varref y add sub1
1044         (- x y 0)   -->  (- x y)
1045         (- 0 x y)   -->  (- (- x) y)
1046         (% 42 19)   --> compile-time constant
1047         (/ 42 19)   --> compile-time constant
1048         (* (foo) 2) --> foo call dup plus
1049
1050         Optimize away arithmetic operations (+ x) (* x) (/ x 1)
1051         unless (declaim (optimize (safety 3)))
1052         or (setq byte-compile-delete-errors nil).
1053
1054 2000-11-28  Stephen J. Turnbull  <stephen@xemacs.org>
1055
1056         * paragraphs.el (paragraph-separate, forward-sentence):  Clarify
1057         docstrings.
1058
1059 2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
1060
1061         * startup.el (command-line-do-help):  Add documentation of
1062         portable dumper switches.
1063
1064 2000-11-22  Andy Piper  <andy@xemacs.org>
1065
1066         * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
1067
1068         * glyphs.el (init-glyphs): don't use autodetect for strings.
1069
1070 2000-11-28  Martin Buchholz  <martin@xemacs.org>
1071
1072         * byte-optimize.el (byte-optimize-char-before):
1073         (byte-optimize-backward-char):
1074         (byte-optimize-backward-word):
1075         Fix incorrect optimizations for these sorts of expressions:
1076         (let ((x nil)) (backward-char x))
1077
1078 2000-11-21  Martin Buchholz  <martin@xemacs.org>
1079
1080         * byte-optimize.el:
1081         * byte-optimize.el (byte-optimize-backward-char): New.
1082         * byte-optimize.el (byte-optimize-backward-word): New.
1083         Make backward-word and backward-char as efficient as forward versions.
1084
1085         * bytecomp.el (byte-compile-no-args-with-one-extra):
1086         * bytecomp.el (byte-compile-one-arg-with-one-extra):
1087         * bytecomp.el (byte-compile-two-args-with-one-extra):
1088         * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
1089         * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
1090         * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
1091         Check if extra arg is constant nil, and if so, use byte-coded call.
1092
1093         * simple.el (backward-word):
1094         * simple.el (mark-word):
1095         * simple.el (kill-word):
1096         * simple.el (backward-kill-word):
1097         Make COUNT argument optional, for consistency with forward-char et al.
1098
1099         * abbrev.el (abbrev-string-to-be-defined):
1100         * abbrev.el (inverse-abbrev-string-to-be-defined):
1101         * abbrev.el (inverse-add-abbrev):
1102         * abbrev.el (expand-region-abbrevs):
1103         * buff-menu.el (Buffer-menu-execute):
1104         * indent.el (move-to-left-margin):
1105         * indent.el (indent-relative):
1106         * indent.el (move-to-tab-stop):
1107         * info.el (Info-reannotate-node):
1108         * lisp-mode.el (lisp-indent-line):
1109         * lisp.el (end-of-defun):
1110         * lisp.el (move-past-close-and-reindent):
1111         * misc.el (copy-from-above-command):
1112         * mouse.el (default-mouse-track-scroll-and-set-point):
1113         * page.el (forward-page):
1114         * paragraphs.el (forward-paragraph):
1115         * paragraphs.el (end-of-paragraph-text):
1116         * picture.el (picture-forward-column):
1117         * picture.el (picture-self-insert):
1118         * rect.el (extract-rectangle-line):
1119         * simple.el (newline):
1120         * simple.el (fixup-whitespace):
1121         * simple.el (backward-delete-char-untabify):
1122         * simple.el (transpose-chars):
1123         * simple.el (transpose-preceding-chars):
1124         * simple.el (do-auto-fill):
1125         * simple.el (indent-new-comment-line):
1126         * simple.el (blink-matching-open):
1127         * view-less.el (cleanup-backspaces):
1128         * wid-edit.el (widget-transpose-chars):
1129         * term/bg-mouse.el (bg-insert-moused-sexp):
1130         Use more readable (backward-FOO n) instead of (forward-FOO -n).
1131
1132         * info.el (Info-fontify-node):
1133         * simple.el (backward-delete-function):
1134         Use canonical delete-backward-char instead of backward-delete-char.
1135
1136 2000-11-20  Andy Piper  <andy@xemacs.org>
1137
1138         * gutter-items.el (update-tab-in-gutter): don't barf if there are
1139         no buffers.
1140
1141 2000-11-20  Andy Piper  <andy@xemacs.org>
1142
1143         * gutter-items.el (update-tab-in-gutter): don't give popup frames
1144         buffer tabs.
1145
1146 2000-11-18  Martin Buchholz  <martin@xemacs.org>
1147
1148         * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
1149         (proclaim inline...) was shadowing compiler-macros.
1150
1151 2000-11-17  Martin Buchholz  <martin@xemacs.org>
1152
1153         * bytecomp.el (byte-compile-eval): New.
1154         (byte-compile-initial-macro-environment): Use byte-compile-eval.
1155         Keeps this promise made in Lispref:
1156         "If a file being compiled contains a `defmacro' form, the macro is
1157         defined temporarily for the rest of the compilation of that file."
1158
1159 2000-11-09  Martin Buchholz  <martin@xemacs.org>
1160
1161         * cl.el (floatp-safe):
1162         (plusp):
1163         (minusp):
1164         (oddp):
1165         (evenp):
1166         (cl-abs):
1167         Use a better parameter name than `x'.
1168
1169         * cl-macs.el (check-type): Make continuable.  Change documentation
1170         to require PLACE, but accept any form for compatibility.
1171
1172         * abbrev.el (define-abbrev): Use check-type.
1173         * font-menu.el (font-menu-change-face): Use check-type.
1174         * menubar.el (relabel-menu-item): Use check-type.
1175         * itimer.el: Fix typo.
1176
1177 2000-11-10  Yoshiki Hayashi  <yoshiki@xemacs.org>
1178
1179         * info.el (Info-extract-menu-node-name): Comma is a delimiter.
1180
1181 2000-11-14  Martin Buchholz <martin@xemacs.org>
1182
1183         * XEmacs 21.2.37 is released.
1184
1185 2000-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * code-cmds.el: Provide the feature.
1188
1189 2000-07-21  Jan Vroonhof  <jan@xemacs.org>
1190
1191         * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
1192
1193         * code-cmds.el: New file
1194         * mule/mule-cmds.el:
1195         * mule/mule-misc.el
1196         (coding-keymap): New keymap. Define coding system keyboard
1197         commands on file-coding builds too.
1198         (coding-system-change-eol-conversion):
1199         (universal-coding-system-argument):
1200         (set-default-coding-systems):
1201         (prefer-coding-system): Moved from mule-cmds.el
1202         (set-buffer-process-coding-system): Moved from mule-misc.el
1203
1204 2000-09-15  Stephen Carney <carney@scubadoo.com>
1205
1206         * etags.el (buffer-tag-table-files): Use append instead of nconc.
1207
1208 2000-11-09  Steve Youngs  <youngs@xemacs.org>
1209
1210         * package-get.el (package-get-download-sites): Add a pre-release
1211         site for experimental packages.
1212
1213         * auto-autoloads.el: Regenerated.
1214
1215 2000-08-01  Andy Piper  <andy@xemacs.org>
1216
1217         * gutter-items.el (buffers-tab-omit-function): reference
1218         buffers-tab-select-visible-buffers.
1219         (buffers-tab-filter-functions): new variable, by default uses
1220         buffers-tab-selection-function and buffers-tab-omit-function.
1221         (select-buffers-tab-buffers-by-mode): invert arguments.
1222         (buffers-tab-select-visible-buffers): new function. Invert calling
1223         of buffers-menu-omit-invisible-buffers.
1224         (buffers-tab-items): rewrite to use
1225         buffers-tab-filter-functions. Rewrite docstring.
1226         (gutter-buffers-tab-extent): delete.
1227         (add-tab-to-gutter): always build a new extent when adding the
1228         tabs.
1229         (update-tab-in-gutter): make gutter dirty when orientation
1230         changes.
1231
1232 2000-11-07  Martin Buchholz  <martin@xemacs.org>
1233
1234         * bytecomp.el (byte-compile-defvar-or-defconst):
1235         Only do loadhist recording if defvar form includes a value.
1236
1237 2000-11-02  Martin Buchholz  <martin@xemacs.org>
1238
1239         * bytecomp.el (byte-compile-initial-macro-environment):
1240         `eval-when-compile' should not compile its body.
1241
1242 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
1243
1244         * mule/cyrillic.el: Add Windows 1251 code page encoding (by
1245         Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>).  Fix
1246         some Japanese English.  Remove some ancient FSF comments, and
1247         improve docstrings.  Use symbols not vectors for tables.
1248
1249 2000-11-03  Martin Buchholz  <martin@xemacs.org>
1250
1251         * keymap.el:
1252         (local-key-binding):
1253         (global-key-binding):
1254         Add an optional `accept-defaults' parameter, just like `lookup-key'.
1255
1256         * lisp.el:
1257         (backward-sexp): Slightly simpler code.
1258         (mark-sexp): Make arg optional, like FSF Emacs.
1259         (forward-list): Slightly simpler code.
1260         (backward-list): Slightly simpler code.
1261         (down-list):  Make arg optional, like FSF Emacs.
1262         (up-list):  Make arg optional, like FSF Emacs.
1263         (backward-up-list):  Make arg optional, like FSF Emacs.
1264         (kill-sexp):  Make arg optional, like FSF Emacs.
1265         (backward-kill-sexp):  Make arg optional, like FSF Emacs.
1266
1267         * font-menu.el (font-menu-change-face):
1268         Take continuable errors into account.
1269
1270         * abbrev.el:
1271         * abbrev.el (clear-abbrev-table):
1272         * abbrev.el (define-abbrev-table):
1273         * abbrev.el (define-abbrev):
1274         * abbrev.el (insert-abbrev-table-description):
1275         * apropos.el (apropos-documentation-check-doc-file):
1276         * apropos.el (apropos-documentation-check-elc-file):
1277         * buff-menu.el (list-buffers):
1278         * buff-menu.el (list-buffers-noselect):
1279         * bytecomp.el (byte-recompile-directory):
1280         * bytecomp.el (batch-byte-compile):
1281         * cl-macs.el (typep):
1282         * code-files.el (find-coding-system-magic-cookie):
1283         * code-files.el (insert-file-contents):
1284         * cus-edit.el (customize-set-variable):
1285         * cus-edit.el (customize-save-variable):
1286         * cus-face.el (custom-set-face-font-size):
1287         * cus-face.el (custom-set-face-update-spec):
1288         * cus-face.el (custom-reset-faces):
1289         * custom.el (custom-check-theme):
1290         * custom.el (copy-upto-last):
1291         * fill.el (canonically-space-region):
1292         * fill.el (fill-paragraph):
1293         * fill.el (fill-region):
1294         * fill.el (find-space-insertable-point):
1295         * fill.el (justify-current-line):
1296         * faces.el (face-spec-update-all-matching):
1297         * faces.el (set-face-stipple):
1298         * files-nomule.el (insert-file-contents):
1299         * files.el (insert-file-contents-literally):
1300         * files.el (hack-local-variables-last-page):
1301         * files.el (basic-save-buffer):
1302         * files.el (insert-directory):
1303         * font-menu.el (font-menu-change-face):
1304         * font.el (font-spatial-to-canonical):
1305         * format.el (format-encode-region):
1306         * format.el (format-insert-file):
1307         * format.el (format-replace-strings):
1308         * gutter.el (set-gutter-element):
1309         * help.el (key-or-menu-binding):
1310         * help.el (describe-bindings):
1311         * help.el (with-syntax-table):
1312         * indent.el (indent-rigidly):
1313         * indent.el (delete-to-left-margin):
1314         * info.el:
1315         * info.el (Info-extract-dir-entry-from):
1316         * info.el (Info-build-dir-anew):
1317         * info.el (Info-rebuild-dir):
1318         * info.el (Info-batch-rebuild-dir):
1319         * info.el (Info-read-subfile):
1320         * info.el (Info-build-node-completions):
1321         * info.el (Info-extract-menu-node-name):
1322         * isearch-mode.el (isearch-range-invisible):
1323         * isearch-mode.el (isearch-restore-invisible-extents):
1324         * itimer.el (itimerp):
1325         * itimer.el (itimer-live-p):
1326         * keymap.el:
1327         * keymap.el (substitute-key-definition):
1328         * keymap.el (read-command-or-command-sexp):
1329         * keymap.el (local-key-binding):
1330         * keymap.el (global-key-binding):
1331         * keymap.el (global-set-key):
1332         * keymap.el (local-set-key):
1333         * ldap.el:
1334         * ldap.el (ldap-add-entries):
1335         * ldap.el (ldap-delete-entries):
1336         * lisp.el (backward-sexp):
1337         * lisp.el (mark-sexp):
1338         * lisp.el (forward-list):
1339         * lisp.el (backward-list):
1340         * lisp.el (down-list):
1341         * lisp.el (backward-up-list):
1342         * lisp.el (up-list):
1343         * lisp.el (kill-sexp):
1344         * lisp.el (backward-kill-sexp):
1345         * menubar.el (add-menu-button):
1346         * menubar.el (add-submenu):
1347         * menubar.el (delete-menu-item):
1348         * menubar.el (relabel-menu-item):
1349         * mouse.el (narrow-window-to-region):
1350         * obsolete.el (define-obsolete-variable-alias):
1351         * obsolete.el (store-substring):
1352         * package-admin.el:
1353         * package-admin.el (package-admin-install-function):
1354         * package-admin.el (package-admin-install-function-mswindows):
1355         * package-admin.el (package-admin-default-install-function):
1356         * package-get.el (package-get-update-base-entries):
1357         * packages.el (packages-load-package-dumped-lisps):
1358         * packages.el (packages-collect-package-dumped-lisps):
1359         * printer.el (generic-print-buffer):
1360         * printer.el (generic-print-region):
1361         * replace.el (occur-mode-mouse-goto):
1362         * replace.el (perform-replace):
1363         * select.el (get-selection-no-error):
1364         * simple.el:
1365         * simple.el (newline):
1366         * simple.el (open-line):
1367         * simple.el (edit-and-eval-command):
1368         * simple.el (goto-line):
1369         * simple.el (undo):
1370         * simple.el (kill-region):
1371         * simple.el (copy-region-as-kill):
1372         * simple.el (kill-ring-save):
1373         * simple.el (set-mark):
1374         * simple.el (next-line):
1375         * simple.el (previous-line):
1376         * simple.el (line-move):
1377         * simple.el (set-goal-column):
1378         * simple.el (comment-region):
1379         * subr.el:
1380         * subr.el (putf):
1381         * syntax.el (modify-syntax-entry):
1382         * syntax.el (map-syntax-table):
1383         * view-less.el (view-file):
1384         * view-less.el (view-buffer):
1385         * view-less.el (view-file-other-window):
1386         * window-xemacs.el (backward-other-window):
1387         * window.el:
1388         * window.el (one-window-p):
1389         * window.el (walk-windows):
1390         * window.el (window-list):
1391         * x-mouse.el (x-mouse-kill):
1392         * x-select.el (x-get-cutbuffer):
1393         * x-select.el (x-store-cutbuffer):
1394         * term/bg-mouse.el (bg-mouse-line-to-center):
1395         * term/sun-mouse.el (window-line-end):
1396         * term/sun-mouse.el (sun-select-region):
1397         * term/sun.el (kill-region-and-unmark):
1398         * mule/mule-category.el:
1399         * mule/mule-category.el (modify-category-entry):
1400         * mule/mule-category.el (char-category-list):
1401         * mule/mule-coding.el (coding-system-force-on-output):
1402         * mule/mule-misc.el (coding-system-put):
1403         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
1404
1405 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
1406
1407         * cus-face.el: Typo fixes and tiny clarifications.
1408         * custom.el: ditto
1409
1410 2000-10-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
1411
1412         * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
1413         * startup.el (normal-top-level): Setup auto-save-list-file-name
1414         if auto-save-list-file-prefix is non-nil.
1415
1416 2000-10-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
1417
1418         * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
1419
1420 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1421
1422         * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
1423         get symbol at point-min.
1424
1425 2000-10-24  Didier Verna  <didier@xemacs.org>
1426
1427         * info.el (Info-emacs-info-file-name): defconst it.
1428         * info.el (Info-footnote-tag): defcustom it.
1429         * info.el (Info-no-description-string): ditto.
1430         * info.el (Info-find-node): adapt to new semantics of
1431         'Info-suffixed-file (don't do the case variants stuff).
1432         * info.el (Info-insert-dir): rewrite the dir file variants code.
1433         * info.el (Info-directory-files): New. Return the list of info
1434         files in a directory.
1435         * info.el (Info-dir-outdated-p): use it.
1436         * info.el (Info-parse-dir-entries): ditto.
1437         * info.el (Info-build-dir-anew): don't restrict to files ending
1438         with a ".info.*" extension.
1439         * info.el (Info-set-mode-line): ditto.
1440         * info.el (Info-read-subfile): adapt to new semantics of
1441         'Info-suffixed-file (append 'exact argument).
1442         * info.el (Info-all-case-regexp): New. Return a regexp matching a
1443         string independently of the case.
1444         * info.el (Info-suffixed-file): use it (match all possible case
1445         for the file name).
1446         * info.el (Info-insert-file-contents): code cleanup.
1447         * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
1448         columns.
1449         * info.el (Info-batch-rebuild-dir): ditto.
1450         * info.el (Info-read-node-name-1): ditto.
1451         * info.el (Info-search): ditto.
1452         * info.el (Info-fontify-node): ditto.
1453
1454
1455 2000-10-24  Didier Verna  <didier@xemacs.org>
1456
1457         * process.el (shell-command): when called from a program, avoid
1458         'push-mark's "mark-set" message.
1459
1460 2000-10-15  MIYASHITA Hisashi  <himi@m17n.org>
1461
1462         * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
1463         by a symbol, not by a vector.
1464         * mule/vietnamese.el (vscii): Likewise.
1465         (viscii): Likewise.
1466         * mule/cyrillic.el (koi8-r): Likewise.
1467
1468         * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
1469         by a symbol, not by a vector.
1470         (chinese-big5-2): Likewise.
1471         * mule/ethiopic.el (ethiopic): Likewise.
1472         * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
1473         (vietnamese-viscii-upper): Likewise.
1474
1475 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
1476
1477         * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
1478
1479 2000-10-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
1480
1481         * byte-optimize.el (byte-optimize-car): New function.
1482         (byte-optimize-cdr): Ditto.
1483
1484 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
1485
1486         * byte-optimize.el: Partial synch with FSF 20.7.
1487         Optimize constant concatenation.
1488         Add keymapp as a side effect free function.  It is a built-in.
1489         (byte-after-unbind-pos): Remove byte-equal.
1490
1491 2000-10-13  Gunnar Evermann  <ge204@eng.cam.ac.uk>
1492
1493         * update-elc-2.el: Quote regexps correctly.
1494
1495 2000-10-05  MIYASHITA Hisashi  <himi@m17n.org>
1496
1497         * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
1498         (ccl-compile): Apply integerp, not integer-or-char-p to
1499         check the type of the buffer magnification
1500         (ccl-compile-write-string): Encode a string with binary
1501         coding system.
1502         (ccl-compile-write-repeat): Likewise.
1503
1504 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
1505
1506         * buff-menu.el:
1507         * bytecomp.el:
1508         * coding.el:
1509         * faces.el:
1510         * files.el:
1511         * fill.el:
1512         * float-sup.el:
1513         * font-lock.el:
1514         * help.el:
1515         * iso8859-1.el:
1516         * loaddefs.el:
1517         * menubar-items.el:
1518         * menubar.el:
1519         * modeline.el:
1520         * msw-font-menu.el:
1521         * paragraphs.el:
1522         * paths.el:
1523         * replace.el:
1524         * simple.el:
1525         * sound.el:
1526         * startup.el:
1527         * version.el:
1528         * x-faces.el:
1529         * x-font-menu.el:
1530         Remove purecopy.
1531
1532 2000-10-03  Daniel Pittman  <daniel@rimspace.net>
1533
1534         * simple.el (do-auto-fill): Use the function pointer to by
1535         `comment-line-break-function', not `indent-new-comment-line'. This
1536         fixes an issue with cc-mode comment continuation.
1537
1538 2000-10-11  Martin Buchholz  <martin@xemacs.org>
1539
1540         * simple.el (turn-on-auto-fill):  Add (interactive).
1541         * mwheel.el (mwheel-install): Add (interactive).
1542         * font-lock.el (turn-on-font-lock): Add (interactive).
1543         (turn-off-font-lock): Add (interactive).
1544
1545 2000-10-03  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
1546
1547         * packages.el (packages-special-base-regexp): Add `man'.
1548
1549 2000-10-08  Adrian Aichner  <adrian@xemacs.org>
1550
1551         * wid-edit.el (widget-specify-active): map over extents in current
1552         buffer like `widget-specify-inactive' does.  Mapping over the
1553         inactive extent object does not work since the current extent is
1554         ignored by `map-extents'.
1555
1556 2000-10-04  Martin Buchholz <martin@xemacs.org>
1557
1558         * XEmacs 21.2.36 is released.
1559
1560 2000-09-22  Martin Buchholz  <martin@xemacs.org>
1561
1562         * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
1563         Optimize the compiled-function-constants vector by byte-code
1564         reference counts.
1565
1566 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
1567
1568         * build-report.el (build-report-delete-regexp): quote value in
1569         defcustom
1570
1571 2000-09-24  Adrian Aichner  <aichner@ecf.teradyne.com>
1572
1573         * build-report.el (build-report): Don't bind srcdir which we don't
1574         use in `multiple-value-bind' to avoid the only byte-compiler
1575         warning.
1576
1577 2000-09-23  Adrian Aichner  <aichner@ecf.teradyne.com>
1578
1579         * build-report.el: Requires cl and custom now.
1580         build-report-version is determined by XEmacs version -- remove
1581         build-report-version*.
1582         * build-report.el (build-report-version): Removed.
1583         * build-report.el (build-report-installation-version-regexp): New.
1584         * build-report.el (build-report-version-file-regexp): New.
1585         * build-report.el (build-report-installation-srcdir-regexp): New.
1586         * build-report.el (build-report-destination): Offer
1587         xemacs-build-reports and xemacs-beta.
1588         * build-report.el (build-report-keep-regexp): Adjusted.
1589         * build-report.el (build-report-delete-regexp): Adjusted.
1590         * build-report.el (build-report-make-output-dir): New.
1591         * build-report.el (build-report-installation-file): Replace use of
1592         `concat' with `expand-file-name'.
1593         * build-report.el (build-report-make-output-file): Removed.
1594         * build-report.el (build-report-make-output-files): New.
1595         * build-report.el (build-report-subject): Identify as
1596         user-variable with "*...".
1597         * build-report.el (build-report-prompts): Ditto.
1598         * build-report.el (build-report-version-file): New.
1599         * build-report.el (build-report-file-encoding): Identify as
1600         user-variable with "*...".
1601         * build-report.el (build-report-make-output-get): New.
1602         * build-report.el (build-report-insert-header): Report
1603         emacs-version and system-configuration instead of
1604         build-report-version.
1605         * build-report.el (build-report-insert-make-output): Add file
1606         argument.
1607         * build-report.el (build-report-insert-installation-file):
1608         Re-indent.
1609         * build-report.el (build-report-keep): Change docstring,
1610         re-indent.
1611         * build-report.el (build-report-delete): Ditto.
1612         * build-report.el (build-report-installation-data): New.
1613         * build-report.el (build-report-version-file-data): New.
1614
1615 2000-09-20  Martin Buchholz  <martin@xemacs.org>
1616
1617         * byte-optimize.el (byte-optimize-lapcode):
1618         Fix the optimization of using the first 5 elements of the
1619         constants vector for variables.
1620         (byte-optimize-lapcode): Fix another ancient broken optimization.
1621
1622 2000-09-19  Martin Buchholz  <martin@xemacs.org>
1623
1624         * *: Spelling mega-patch
1625
1626 2000-09-19  Martin Buchholz  <martin@xemacs.org>
1627
1628         * easymenu.el: doc fixes.
1629         (easy-menu-do-define): Use backquote.
1630         (easy-menu-change):
1631         (easy-menu-add):
1632         `when' seems much clearer than `if' here.
1633         (easy-menu-remove):
1634         (easy-menu-add-item):
1635         (easy-menu-item-present-p):
1636         (easy-menu-remove-item):
1637         Wrap using (when (featurep 'menubar) ...)
1638
1639 2000-09-16  Martin Buchholz  <martin@xemacs.org>
1640
1641         * bytecomp.el (displaying-byte-compile-warnings):
1642         Revert Ben's change to this function below so that the compile log
1643         is displayed properly for users of the "popper" package.
1644
1645 2000-09-12  Martin Buchholz  <martin@xemacs.org>
1646
1647         * window.el (save-selected-window): Use backquote.
1648
1649         * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
1650         Renamed from `byte-compile-file-form-defvar'.
1651         * bytecomp.el (byte-compile-defvar-or-defconst):
1652         Only cons onto current-load-list in top-level forms.
1653         Else this leaks a cons cell every time a defun is called.
1654         Renamed from `byte-compile-defvar', for clarity.
1655         Warn when docstring of defvar is not a string.
1656         Use consistent error messages.
1657         Better comments.
1658
1659 2000-09-11  Martin Buchholz  <martin@xemacs.org>
1660
1661         * simple.el (set-variable):
1662         Remove unneeded defvar by rearranging order of let* forms.
1663
1664         * mule/mule-ccl.el (ccl-get-next-code):
1665         * menubar-items.el (bookmark-menu-filter):
1666         (language-environment-menu-filter):
1667         (tutorials-menu-filter):
1668         * toolbar-items.el (toolbar-compile):
1669         * byte-optimize.el (disassemble-offset):
1670         Use (declare (special ...)) instead of `defvar'.
1671
1672         * cl-macs.el (cl-do-proclaim):
1673         Fix (declare (special ...)) warning suppression syntax.
1674
1675 2000-07-22  Golubev I. N. <gin@mo.msk.ru>
1676
1677         * info.el (Info-tag-table-marker):
1678         (Info-tag-table-buffer):
1679         (Info-find-file-node):
1680         (Info-read-subfile):
1681         (Info-build-node-completions):
1682         (Info-search):
1683         (Info-mode):
1684         Multiple info buffer support.
1685
1686 2000-08-28  Oscar Figueiredo  <oscar@cpe.fr>
1687
1688         * ldap.el (ldap-decode-entry): New defun
1689         (ldap-search-entries): Use it in order to decode DN-prefixed
1690         entries properly
1691
1692 2000-08-23  Daniel Pittman <daniel@danann.net>
1693
1694         * mule/mule-cmds.el (coding-system-change-eol-conversion):
1695         Use `eq', not `=', to compare symbols.
1696
1697 2000-07-30  Ben Wing  <ben@xemacs.org>
1698
1699         * bytecomp.el (byte-compile-report-error):
1700         * bytecomp.el (displaying-byte-compile-warnings):
1701         if stack-trace-on-error is set, send out a backtrace when
1702         an error is encountered that stops byte compilation.  this
1703         should make it much much easier to track down those curious
1704         problems.  also undo the kludge of using a separate "*Show*"
1705         buffer for display when there's a temp-buffer-show-function;
1706         we can avoid this by just being a little smarter.
1707
1708         * dialog-items.el:
1709         * dialog-items.el (search-dialog-regexp): New.
1710         * dialog-items.el (search-dialog-callback):
1711         * dialog-items.el (make-search-dialog):
1712         add a regexp option to the dialog and clean up a bit.
1713
1714         * dialog.el:
1715         * dialog.el (yes-or-no-p-dialog-box):
1716         * dialog.el (get-dialog-box-response):
1717         * dialog.el (make-dialog-box):
1718         * dialog.el (dialog-box-finish): New.
1719         * dialog.el (dialog-box-cancel): New.
1720         * dialog.el (internal-make-dialog-box-exit): New.
1721         implement [properly!] the :modal property of the new dialog box
1722         interface.  this is the first time xemacs has ever had *proper*
1723         modal dialog boxes, giving the standard window-system feedback.
1724         (e.g. under windows, clicking on a disabled frame causes a beep
1725         and makes the dialog box flash three times.)
1726
1727         * dragdrop.el: header keyword frobbing.
1728
1729         * dumped-lisp.el (preloaded-file-list):
1730         renamed winnt.el to win32-native.el.
1731
1732         * faces.el (face-property):
1733         * faces.el (set-face-property):
1734         * faces.el (frob-face-property):
1735         * faces.el (frob-face-font-2):
1736         * faces.el (make-face-bold):
1737         * faces.el (make-face-italic):
1738         * faces.el (make-face-bold-italic):
1739         * faces.el (make-face-unbold):
1740         * faces.el (make-face-unitalic):
1741         * faces.el (make-face-smaller):
1742         * faces.el (make-face-larger):
1743         clean up the implementation of these so that window-system-specific
1744         methods are called only on objects belonging to that window system.
1745         previously, you could have [e.g.] mswindows-make-face-bold called
1746         on font object of device type `stream', which is not good and
1747         explains the subtle errors Adrian was getting when byte-compiling
1748         something that required 'term. (Adrian, now you can use stack-trace-
1749         on-error to find the exact place where things are going wrong instead
1750         of having to laboriously binary-search your way through.)
1751
1752         * finder.el (finder-known-keywords):
1753         cleaned up -- properly sorted, clarified the meanings of many of
1754         the keywords, and added a few -- mswin, gui, content, build, www,
1755         user, services.  the last two try to distinguish between a package
1756         that's used directly by the user, and a package that provides
1757         support services to other packages.
1758
1759         * font-lock.el (lisp-font-lock-keywords-2):
1760         update list of lisp control structures to include everything,
1761         including new ones i introduced.
1762
1763         * gutter.el: header keyword frobbing.
1764
1765         * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
1766         recent isearch element was not doing so!  you got the second-most-
1767         recent instead.
1768
1769         * lisp-mode.el (construct-lisp-mode-menu):
1770         more menubar cleanups.
1771         * lisp-mode.el (with-selected-window):
1772         make it indent properly.
1773
1774         * menubar-items.el (default-menubar): lots of menubar cleanups.
1775         rearranged the options menu the most, e.g. splitting up the
1776         Keyboard/Mouse menu into a new Editing menu and combining the
1777         separate Scrollbar/Gutter/Toolbar submenus into Display.
1778         Got rid of General, moved items to Editing or new Troubleshooting.
1779         Moved Packages to Tools; doesn't seem to belong under Options.
1780         Added stuff to the Cmds menu, e.g. Change Case.
1781
1782         NB please don't complain about these periodic menubar changes.
1783         Anything like this is necessarily incremental in its construction
1784         -- By constant use you gradually become more and more aware of
1785         better and better ways to group menu items.  When we eventually
1786         move the options menu to a property sheet, the existing structure
1787         will probably be preserved fairly well.
1788
1789         * minibuf.el (next-history-element): fix problems with pressing
1790         down arrow in repeat-complex-command.
1791
1792         * modeline.el:
1793         * modeline.el (modeline-3d-p): New.
1794         added custom variable for controlling the 3d modeline.  the
1795         corresponding Options item has been present for a long time,
1796         but commented out with "fix me!" comments.  it's fixed now.
1797
1798         * obsolete.el (add-menu):
1799         remove bogus gettexts.
1800
1801         * process.el (shell-quote-argument):
1802         handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
1803         For bash under Windows native, see below.
1804
1805         * simple.el:
1806         * simple.el (display-warning-buffer):
1807         Fixed the handling of warning display to eliminate the annoying
1808         *Show* buffer, like was done for byte-compiler output above.
1809
1810         * simple.el (debug-print): New.
1811         Simple function for sending debug messages to the console and/or
1812         other debug places.
1813
1814         * subr.el (replace-in-string):
1815         Rewrite this function to avoid N^2 behavior with large strings --
1816         catastrophic with the new Windows selection code! (Apparently the
1817         author of this function didn't realize there was a fun
1818         replace-match that could make his life much easier, because we
1819         duplicated the entire logic.  The new version is smaller, easier
1820         to understand, much more robust, and has extended features --
1821         those of replace-match.)
1822
1823         * window.el:
1824         * window.el (with-selected-window): New.
1825         An obvious complement to the existing `with-selected-frame' and
1826         `with-current-buffer'.
1827
1828         * win32-native.el: Renamed from winnt.el.
1829         Added a great deal of stuff for properly handling process quoting,
1830         somewhat modeled on Kirill's original model (which i later threw
1831         away).  We should now finally have correctly working process arg
1832         quoting/dequoting so that the final app gets exactly what we
1833         intended.  Because the mechanism is in Lisp, it's easily
1834         extendible. (For those running bash and running the native
1835         version, I tried hard to do what I thought was correct.  But more
1836         thought is needed, and ideally the volunteer work of people with
1837         these configurations that they generally run on.)
1838
1839         * x-font-menu.el (x-font-menu-font-data):
1840         Put in defvar's to fix byte-compiler warnings.
1841
1842 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
1843
1844         * select.el (selection-coercion-alist): Initialise.
1845         * select.el (select-coerce-to-text): New.
1846         * select.el (select-coerce): New.
1847         New functions to perform type and value coercion.
1848
1849         * select.el (select-buffer-killed-default): Keep data if it was
1850         on the clipboard.
1851
1852 2000-08-02  Martin Buchholz  <martin@xemacs.org>
1853
1854         * menubar-items.el (default-menubar): Fix typo.
1855         (default-menubar): `lambda' was mispelled as `lamda'.
1856
1857 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
1858
1859         * window.el (shrink-window-if-larger-than-buffer): Remove
1860         edge checking code.
1861
1862 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
1863
1864         * paths.el (gnus-local-domain): Removed.
1865         (gnus-local-organization): Ditto.
1866         (gnus-startup-file): Ditto.
1867
1868 2000-07-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
1869
1870         * files.el (auto-mode-alist): Add .spec for RPM.
1871
1872 2000-07-31  Andy Piper  <andy@xemacs.org>
1873
1874         * gutter-items.el (update-tab-in-gutter): deprecate :properties.
1875
1876 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
1877
1878         * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
1879         browse-url.
1880         * help.el (xemacs-www-page): Ditto.
1881         (xemacs-www-faq): Ditto.
1882         * menubar-items.el (default-menubar): Ditto.
1883
1884         * wid-edit.el (widget-url-link-action): Ditto.
1885         From: Kenichi OKADA <okada@opaopa.org>.
1886
1887 2000-07-31  Martin Buchholz  <martin@xemacs.org>
1888
1889         * finder.el (finder-commentary): Add autoload cookie.
1890
1891 2000-07-28  Adrian Aichner  <aichner@ecf.teradyne.com>
1892
1893         * files.el (insert-file-contents-literally): Fix second let
1894         binding for `coding-system-for-read' to `coding-system-for-write'
1895         as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
1896
1897 1999-06-15  Jan Vroonhof  <vroonhof@math.ethz.ch>
1898
1899         * files.el (insert-file-contents-literally): Use binary coding
1900         system (from Morioka san).
1901         (insert-file-contents-literally): Make file-name-handler method.
1902
1903 2000-07-26  Martin Buchholz  <martin@xemacs.org>
1904
1905         * cl-macs.el (get-selection): Add defsetf.
1906
1907 2000-07-25  Steve Youngs  <youngs_s@ozlinx.com.au>
1908
1909         * x-init.el (x-activate-region-as-selection): replace obsolete
1910         function x-own-selection with own-selection.
1911         (ow-find): replace obsolete functions x-get-selection and
1912         x-get-clipboard with get-selection and get-clipboard.
1913         (init-post-x-win): replace obsolete function x-disown-selection
1914         with disown-selection.
1915
1916 2000-07-20  Mike Sperber  <mike@xemacs.org>
1917
1918         * startup.el (load-user-init-file): Only try to load init file if
1919         it exists.
1920
1921 2000-07-10  Andy Piper  <andy@xemacs.org>
1922
1923         * dialog-items.el: sync with Ben's patch.
1924
1925         * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
1926         comment.
1927         (progress-text-glyph): deleted.
1928         (progress-layout-glyph): make completely minimal.
1929         (progress-gauge-glyph): ditto.
1930         (progress-display-style): fix to handle dynamic instantiator
1931         changes.
1932         (progress-text-instantiator): new.
1933         (progress-layout-instantiator): new.
1934         (progress-gauge-instantiator): new.
1935         (set-progress-display-instantiator): renamed and changed from
1936         set-progress-display-style.
1937         (progress-abort-glyph): use instantiator not glyph.
1938         (append-progress-display): use set-progress-display-instantiator
1939         and set-glyph-image.
1940         (abort-progress-display): ditto.
1941         (raw-append-progress-display): ditto.
1942
1943 2000-07-20  Ben Wing  <ben@xemacs.org>
1944
1945         * code-files.el: Move Mule-specific code to mule-coding.el.
1946
1947 2000-07-15  Ben Wing  <ben@xemacs.org>
1948
1949         * autoload.el:
1950         Fixed comments.
1951
1952         * cmdloop.el:
1953         * cmdloop.el (yes-or-no-p):
1954         * cmdloop.el (y-or-n-p):
1955         Make these functions use should-use-dialog-box-p and not be
1956         overridden in dialog.el.
1957
1958         * cus-dep.el:
1959         * cus-dep.el (Custom-make-dependencies): Removed.
1960         * cus-dep.el (Custom-make-dependencies-1): New.
1961         * cus-dep.el (Custom-make-one-dependency): New.
1962         New entry point for use in Makefiles, to avoid excessive
1963         invocations.
1964
1965         * cus-edit.el (custom-variable-reset-saved):
1966         * cus-edit.el (custom-variable-reset-standard):
1967         * cus-edit.el (custom-save-resets):
1968         Fix bytecompiler warnings.
1969
1970         * dialog.el:
1971         * dialog.el (yes-or-no-p-dialog-box):
1972         * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
1973         * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
1974         * dialog.el (get-dialog-box-response):
1975         * dialog.el (message-or-box):
1976         * dialog.el (make-dialog-box):
1977         * dialog.el (popup-dialog-box): New.
1978         Avoid yes-or-no-p bogosities.
1979         Create a general function `make-dialog-box' to encapsulate all
1980         dialog box methods; easily extendible.  popup-dialog-box now obsolete.
1981
1982         * dumped-lisp.el (preloaded-file-list):
1983         Add dialog-items.  Clean up.  Group files by types.
1984
1985         * easymenu.el (easy-menu-add):
1986         * easymenu.el (easy-menu-remove):
1987         Account for accelerators.
1988
1989         * extents.el:
1990         * extents.el (extent-list): New args, like in map-extents.
1991         * extents.el (extent-at-event): New.
1992         * extents.el (extents-at-event): New.
1993
1994         * font-lock.el:
1995         * font-lock.el (font-lock-mode):
1996         * font-lock.el (font-lock-default-fontify-buffer):
1997         * font-lock.el (font-lock-default-unfontify-region):
1998         * font-lock.el (font-lock-fontify-syntactically-region):
1999         * font-lock.el (font-lock-fontify-keywords-region):
2000         Use new progress-feedback names.
2001
2002         * font-lock.el (java-font-lock-identifier-regexp):
2003         * font-lock.el (java-font-lock-class-name-regexp):
2004         Fix bytecompiler warnings.
2005
2006         * gutter-items.el:
2007         * gutter-items.el (progress-display-use-echo-area): Removed.
2008         * gutter-items.el (progress-feedback-use-echo-area): New.
2009         * gutter-items.el (progress-display-popup-period): Removed.
2010         * gutter-items.el (progress-feedback-popup-period): New.
2011         * gutter-items.el (set-progress-display-style): Removed.
2012         * gutter-items.el (set-progress-feedback-style): New.
2013         * gutter-items.el (progress-display-style): Removed.
2014         * gutter-items.el (progress-feedback-style): New.
2015         * gutter-items.el (progress-stack):
2016         * gutter-items.el (progress-displayed-p): Removed.
2017         * gutter-items.el (progress-feedbacked-p): New.
2018         * gutter-items.el (clear-progress-display): Removed.
2019         * gutter-items.el (clear-progress-feedback): New.
2020         * gutter-items.el (progress-display-clear-when-idle): Removed.
2021         * gutter-items.el (progress-feedback-clear-when-idle): New.
2022         * gutter-items.el (remove-progress-display): Removed.
2023         * gutter-items.el (remove-progress-feedback): New.
2024         * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
2025         * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
2026         * gutter-items.el (append-progress-display): Removed.
2027         * gutter-items.el (append-progress-feedback): New.
2028         * gutter-items.el (abort-progress-display): Removed.
2029         * gutter-items.el (abort-progress-feedback): New.
2030         * gutter-items.el (raw-append-progress-display): Removed.
2031         * gutter-items.el (raw-append-progress-feedback): New.
2032         * gutter-items.el (display-progress-display): Removed.
2033         * gutter-items.el (display-progress-feedback): New.
2034         * gutter-items.el (current-progress-display): Removed.
2035         * gutter-items.el (current-progress-feedback): New.
2036         * gutter-items.el (current-progress-display-label): Removed.
2037         * gutter-items.el (current-progress-feedback-label): New.
2038         * gutter-items.el (progress-display): Removed.
2039         * gutter-items.el (progress-feedback): New.
2040         Replace "progress-display" with "progress-feedback" globally.
2041
2042         * gutter-items.el (lprogress-display): Removed.
2043         * gutter-items.el (progress-feedback-with-label): New.
2044         Rename lprogress-display ==> progress-feedback-with-label.
2045
2046         * gutter-items.el (search-dialog-direction): Removed.
2047         * gutter-items.el (search-dialog-text): Removed.
2048         * gutter-items.el (search-dialog-callback): Removed.
2049         * gutter-items.el (make-search-dialog): Removed.
2050         Move to dialog-items.el.
2051
2052         * help.el:
2053         * help.el (help-mode-quit):
2054         * help.el (mode-for-help): New.
2055         * help.el (help-sticky-window): New.
2056         * help.el (help-window-config): New.
2057         * help.el (with-displaying-help-buffer):
2058         * help.el (function-at-event): New.
2059         * help.el (help-symbol-regexp): New.
2060         * help.el (help-symbol-run-function-1): New.
2061         * help.el (help-symbol-run-function): New.
2062         * help.el (help-symbol-function-context-menu): New.
2063         * help.el (help-symbol-variable-context-menu): New.
2064         * help.el (help-symbol-function-and-variable-context-menu): New.
2065         * help.el (frob-help-extents): New.
2066         * help.el (describe-function-1):
2067         * help.el (variable-at-point):
2068         * help.el (variable-at-event): New.
2069         * help.el (describe-variable):
2070         Major overhaul.
2071         - Make functions and variables be mousable.
2072         - Middle button hyperlinks.
2073         - New context-menu entries.
2074
2075         * keydefs.el:
2076         * keydefs.el (global-map):
2077         New key bindings to move lines up and down.
2078
2079         * lisp-mode.el:
2080         * lisp-mode.el (construct-lisp-mode-menu): New.
2081         * lisp-mode.el (emacs-lisp-mode-popup-menu):
2082         * lisp-mode.el (lisp-interaction-mode-menubar-menu):
2083         * lisp-mode.el (emacs-lisp-mode-menubar-menu):
2084         * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
2085         Make popup and menubar menus be different.  Popup menu uses
2086         clicked location and automatically assumes symbol under the mouse
2087         for various commands.
2088
2089         * menubar-items.el:
2090         * menubar-items.el (bookmark-menu-filter): Add accelerators.
2091         * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
2092
2093         * menubar-items.el (global-popup-menu): Removed.
2094         * menubar-items.el (mode-popup-menu): Removed.
2095         * menubar-items.el (activate-popup-menu-hook): Removed.
2096         * menubar-items.el (popup-mode-menu): Removed.
2097         * menubar-items.el (popup-buffer-menu): Removed.
2098         * menubar-items.el (popup-menubar-menu): Removed.
2099         Move to menubar.el.
2100
2101         * menubar.el:
2102         * menubar.el (global-popup-menu): New.
2103         * menubar.el (mode-popup-menu): New.
2104         * menubar.el (activate-popup-menu-hook): New.
2105         * menubar.el (last-popup-menu-event): New.
2106         * menubar.el (popup-mode-menu): New.
2107         * menubar.el (popup-buffer-menu): New.
2108         * menubar.el (popup-menubar-menu): New.
2109         * menubar.el (menu-call-at-event): New.
2110         Move non-content functions here.  Add support for context menu
2111         items on extents.
2112
2113         * minibuf.el (minibuffer-history-uniquify):
2114         Typo fix.
2115
2116         * minibuf.el (read-file-name-1):
2117         Call new file dialog box if it exists.
2118
2119         * minibuf.el (mouse-rfn-setup-vars):
2120         Clean up "chop" action.
2121
2122         * mouse.el:
2123         * mouse.el (button2): Now bound to mouse-track.
2124         * mouse.el (click-inside-extent-p):
2125         * mouse.el (point-inside-extent-p):
2126         * mouse.el (point-inside-selection-p):
2127         * mouse.el (mouse-drag-or-yank): Removed.
2128         * mouse.el (mouse-begin-drag-n-drop): New.
2129         * mouse.el (mouse-eval-sexp):
2130         * mouse.el (mouse-track-activate-strokes): New.
2131         * mouse.el (mouse-track-do-activate): New.
2132         * mouse.el (mouse-track):
2133         * mouse.el (default-mouse-track-event-is-with-button): New.
2134         * mouse.el (default-mouse-track-cleanup-hook):
2135         * mouse.el (default-mouse-track-drag-hook):
2136         * mouse.el (default-mouse-track-drag-up-hook):
2137         * mouse.el (default-mouse-track-click-hook):
2138         Merge drag-n-drop into mouse-track.
2139         Add general "activate" support to replace specific button2 kludges.
2140         Use "button modifier" support in mouse-track.
2141
2142         * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
2143
2144         * package-ui.el:
2145         * package-ui.el (pui-menu):
2146         * package-ui.el (pui-popup-context-sensitive): Removed.
2147         Fix bytecompiler warnings.
2148         Clean up popup code a bit.
2149
2150         * select.el (get-selection-no-error): Fix bytecompiler warnings.
2151
2152         * simple.el:
2153         * simple.el (transpose-lines):
2154         * simple.el (transpose-line-up): New.
2155         * simple.el (transpose-line-down): New.
2156         * simple.el (transpose-subr):
2157         * simple.el (transpose-subr-1): Removed.
2158         Clean up, add functions to move lines up and down.
2159
2160         * startup.el (mail-host-address):
2161         * startup.el (user-mail-address):
2162         Customize.
2163
2164         * subr.el:
2165         * subr.el (set-symbol-value-in-buffer): New.
2166         * subr.el (error):
2167         * subr.el (check-argument-type):
2168         * subr.el (defined-error-p): New.
2169         Add structured error support.
2170
2171         * toolbar-items.el (toolbar-compile):
2172         Use new make-dialog-box.
2173
2174         * update-elc.el:
2175
2176         * userlock.el (ask-user-about-lock-dbox):
2177         * userlock.el (ask-user-about-supersession-threat-dbox):
2178         * userlock.el (ask-user-about-lock):
2179         * userlock.el (ask-user-about-supersession-threat):
2180         Use new make-dialog-box.
2181         Add safety checks; use should use-dialog-box-p.
2182
2183         * window-xemacs.el:
2184         * window-xemacs.el (__buffer-dedicated-frame):
2185         * window-xemacs.el (buffer-dedicated-frame): New.
2186         * window-xemacs.el (set-buffer-dedicated-frame): New.
2187         Move dedicated-frame stuff into lisp.
2188
2189 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
2190
2191         * printer.el (generic-print-region): Do not require that
2192         `printer-name' be set.
2193         (printer-name): Commentary clarification.
2194
2195 2000-07-19  Martin Buchholz <martin@xemacs.org>
2196
2197         * XEmacs 21.2.35 is released.
2198
2199 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
2200
2201         * select.el (selection-coercible-types): Initialise.
2202
2203 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
2204
2205         * select.el (own-clipboard): Bug fix.
2206
2207 2000-07-17  Mike Sperber  <mike@xemacs.org>
2208
2209         * cus-edit.el (custom-migrate-custom-file): Save init file before
2210         continuing.
2211
2212 2000-07-16  Mike Sperber  <mike@xemacs.org>
2213
2214         * startup.el (load-init-file): Remove silly call to
2215         `load-user-custom-file`.
2216         (maybe-migrate-user-init-file): Minor fixes.
2217
2218 2000-07-16  Martin Buchholz  <martin@xemacs.org>
2219
2220         * apropos.el (apropos-documentation-check-doc-file):
2221         `doc' variable should be let-bound, as was presumably intended.
2222
2223         * cus-edit.el (custom-variable-reset-saved):
2224         (custom-variable-reset-standard):
2225         Remove unused variable comment-widget.  Twice.
2226
2227         * toolbar.el (toolbar-blank-press-function):
2228         Add a real defvar with initial value nil and proper docstring.
2229         (press-toolbar-button): No need to check for boundp-ness anymore.
2230
2231         * rect.el (open-rectangle-line): Remove useless (let) form.
2232         Add defvar for pending-delete-mode.
2233
2234         * info.el (Info-find-node): This function needs an autoload cookie.
2235
2236         * mule/mule-x-init.el (x-use-halfwidth-roman-font):
2237         Use let* since the second form referred to the first.
2238
2239 2000-07-16  Adrian Aichner  <aichner@ecf.teradyne.com>
2240
2241         * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
2242         instead of removed `mswindows-get-clipboard'.
2243
2244
2245 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
2246
2247         * select.el (select-convert-from-text): New.
2248         * select.el (select-convert-from-length): New.
2249         * select.el (select-convert-from-integer): New.
2250         * select.el (select-convert-from-identity): New.
2251         * select.el (select-convert-from-filename): New.
2252         * select.el (selection-converter-in-alist): Use them.
2253         New converter functions for X.
2254
2255         * select.el (get-selection): Removed comment.
2256
2257         * select.el (own-selection): Removed append code - I thought
2258         I'd already done this, but apparently not...
2259
2260         * select.el: Changed comment about TIMESTAMP.
2261
2262         * select.el (select-convert-in): New.
2263         * select.el (select-convert-out): New.
2264         New functions that get used by select.c.
2265
2266         * select.el (select-buffer-killed-default): New.
2267         * select.el (select-buffer-killed-text): New.
2268         * select.el (selection-buffer-killed-alist): New.
2269         New list and functions that get called if a relevant selection
2270         exists and a buffer gets killed.
2271
2272         * select.el (select-convert-to-targets):
2273         * select.el (select-convert-to-identity): Removed.
2274         * select.el (select-convert-from-identity): Removed.
2275         * select.el (select-converter-out-alist):
2276         Removed _EMACS_INTERNAL selection type.
2277
2278         * x-select.el (xselect-kill-buffer-hook): Removed.
2279         * x-select.el (xselect-kill-buffer-hook-1): Removed.
2280         Removed this X-specific nonesense. Use the generic support
2281         in select.el instead.
2282
2283 2000-07-15  Martin Buchholz  <martin@xemacs.org>
2284
2285         * mule/mule-category.el (defined-category-hashtable):
2286         Use make-hash-table instead of make-hashtable
2287
2288         * buff-menu.el: Byte-compiler warning fix.
2289
2290         * isearch-mode.el (isearch-highlight-all-cleanup):
2291         Remove unused variable `isearch-highlight-all-start'.
2292
2293         * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
2294
2295         * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
2296
2297         * cus-dep.el (Custom-make-dependencies):
2298         Add autoload cookie for custom-add-loads to generated custom-load.el.
2299
2300         * autoload.el (autoload-package-name): Warning suppression.
2301         Move defvar prior to first use.
2302
2303         * custom.el: Add autoload for custom-declare-face.
2304         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
2305         * cl.el (cl-hack-byte-compiler):
2306         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
2307         to work properly.
2308
2309 2000-07-08  Mike Sperber  <mike@xemacs.org>
2310
2311         * startup.el (load-home-init-file): Added variable.
2312         (maybe-migrate-user-init-file): Added.
2313         (load-user-init-file): Load custom file if different from init
2314         file.
2315
2316         * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
2317         "startup."
2318
2319         * cus-edit.el (custom-migrate-custom-file): Added for migration.
2320         Moved `custom-file'-related code to cus-file.el.
2321
2322         * cus-file.el: New file.
2323
2324 2000-04-01  Mike Sperber  <mike@xemacs.org>
2325
2326         * packages.el (packages-find-package-directories): Added support
2327         for external package hierarchies with in-place installations.
2328
2329         * find-paths.el (paths-root-in-place-p): Added.
2330         (paths-find-emacs-directory): Added support for external
2331         directories with in-place installations.
2332         (paths-find-site-directory): Ditto.
2333
2334         * startup.el (find-user-init-file): Also look for
2335         ~/.xemacs/init.elc? in preference to ~/.emacs.
2336
2337 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
2338
2339         * select.el (own-selection):
2340         * select.el (own-clipboard): Changed `append' parameter to
2341         `how-to-use' parameter.
2342         * select.el (own-selection): Removed icky append code.
2343         * select.el (own-selection, get-selection): Removed extra type
2344         checking.
2345         * select.el (selection-appender-alist):
2346         * select.el (selection-converter-{in|out}-alist): Initialise.
2347         * select.el (select-append-to-*): New.
2348         * select.el (select-convert-from-*): New.  New functions to append
2349         data and convert data from external type.
2350
2351 2000-07-12  Stef Epardaud  <stef@lunatech.com>
2352
2353         * font-lock.el: Javadoc enhancements.
2354
2355 2000-07-06  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
2356
2357         * printer.el (generic-print-region): Compose job name from buffer
2358         name.
2359
2360 2000-07-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
2361
2362         * font-lock.el (font-lock-fontify-pending-extents): Call
2363         font-lock-fontify-region instead of font-lock-fontify-buffer
2364         to avoid unnecessary progress gauges.
2365
2366 2000-07-06  Craig Lanning  <lanning@scra.org>
2367
2368         * custom-load.el (faces):
2369
2370         * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
2371         dir is a regex.
2372
2373         * process.el (call-process-internal): from Dan Holmsand, use binary
2374         coding systems so that jka-compr works.
2375
2376 2000-07-07  Ben Wing  <ben@xemacs.org>
2377
2378         * font-lock.el: Undo previous change.  Unfortunately, some
2379         files actually use the variables directly in their init code
2380         without quoting them.
2381
2382 2000-07-07  Ben Wing  <ben@xemacs.org>
2383
2384         * font-lock.el (defvar font-lock-*-face): Removed.
2385
2386         * font-lock.el (font-lock-apply-highlight): Bind these face vars
2387         only when necessary.
2388
2389 2000-06-30  Charles G Waldman  <cgw@alum.mit.edu>
2390
2391         * cl-macs.el: fix cl-transform-function-property kludge
2392         so that it does not require a random feature.
2393
2394 2000-06-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2395
2396         * files.el (auto-mode-alist): allow .make extension for Makefiles,
2397         as in Linux kernel "Rules.make".
2398
2399 2000-06-29  Gunnar Evermann  <ge204@eng.cam.ac.uk>
2400
2401         * build-report.el (build-report): Add autoload cookie.
2402
2403 2000-06-21  Charles G Waldman  <cgw@alum.mit.edu>
2404
2405         * package-ui.el (defgroup pui):  Correct a misspelling
2406         (pui-toggle-package-delete):  Change `seleted' to `selected'
2407
2408 2000-06-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
2409
2410         * package-get.el (package-get-update-base):
2411         (package-get): Use insert-file-contents-literally always.
2412         (package-get-maybe-save-index):
2413         Force coding system for writing to binary.
2414
2415 2000-06-08  Mike Alexander  <mta@arbortext.com>
2416
2417         * code-process.el (call-process-region): If there is no coding
2418         system for the process on process-coding-system-alist use the
2419         coding system of the buffer containing the region.
2420
2421 2000-06-10  Ben Wing  <ben@xemacs.org>
2422
2423         * cmdloop.el (command-error):
2424         If debug-on-error and noninteractive, output backtrace.
2425
2426         * files.el (file-relative-name):
2427         Remove MSDOS references.
2428
2429         * simple.el (line-number): New function, due to non-obvious
2430         behavior/usage of count-lines.
2431
2432         * simple.el (count-lines): document non-obvious usage to get
2433         line number.
2434
2435 2000-06-11  Ben Wing  <ben@xemacs.org>
2436
2437         * faces.el ((featurep 'xpm)):
2438         * x-faces.el (x-init-face-from-resources):
2439         * x-faces.el (x-init-frame-faces):
2440         * x-misc.el (x-init-specifier-from-resources):
2441         * x-misc.el (x-get-resource-and-bogosity-check):
2442         * x-misc.el (x-get-resource-and-maybe-bogosity-check):
2443         * x-mouse.el (x-init-pointer-shape):
2444         * x-scrollbar.el (x-init-scrollbar-from-resources):
2445         Add sixth argument to x-get-resource calls so as to issue warnings
2446         rather than errors on bogus arguments.
2447
2448 2000-06-05  Ben Wing  <ben@xemacs.org>
2449
2450         * compat.el: new file.  provides a clean, non-intrusive way to
2451         define compatibility functions.
2452
2453         * process.el (shell-quote-argument): temporary fix for lack
2454         of nt-quote-process-args.  #### I need to put back the overall
2455         structure of that mechanism but redo the guts of it using the
2456         extra intelligence in the C code.
2457
2458 2000-05-28  Adrian Aichner  <aichner@ecf.teradyne.com>
2459
2460         * package-info.el (pi-md5sum): Calculate MD5 sum just like
2461         `package-get' does in package-get.el, instead of using external
2462         "md5sum" program.
2463
2464         * package-get.el (package-get): Insert package file literally to
2465         make checksum calculation work.
2466
2467 2000-04-18  Hrvoje Niksic  <hniksic@iskon.hr>
2468
2469         * code-files.el (convert-mbox-coding-system): Deleted.
2470         (file-coding-system-alist): Removed reference to
2471         convert-mbox-coding-system.
2472
2473 2000-05-28  Martin Buchholz <martin@xemacs.org>
2474
2475         * XEmacs 21.2.34 is released.
2476
2477 2000-05-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2478
2479         * font-lock.el (font-lock-keywords): Rewrote docstring
2480
2481 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
2482
2483         * loadhist.el (unload-feature): handle case where x is both boundp
2484         and fboundp
2485
2486 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
2487
2488         * packages.el: It's ok to use built-in macros, but not lisp
2489         defined ones.
2490
2491 2000-05-20  Ben Wing  <ben@xemacs.org>
2492
2493         * font-lock.el:
2494         * font-lock.el (font-lock-message-threshold):
2495         * font-lock.el (font-lock-mode):
2496         * font-lock.el (font-lock-default-fontify-buffer):
2497         * font-lock.el (font-lock-always-fontify-immediately):
2498         * font-lock.el (font-lock-old-extent): Removed.
2499         * font-lock.el (font-lock-old-len): Removed.
2500         * font-lock.el (font-lock-fontify-glumped-region): Removed.
2501         * font-lock.el (font-lock-pending-extent-table): New.
2502         * font-lock.el (font-lock-range-table): New.
2503         * font-lock.el (font-lock-after-change-function):
2504         * font-lock.el (font-lock-after-change-function-1): Removed.
2505         * font-lock.el (font-lock-fontify-pending-extents): New.
2506         * font-lock.el ('font-lock-revert-cleanup): Removed.
2507         * font-lock.el ('font-lock-revert-setup): Removed.
2508         Rewrite deferral code to handle any number of changes, merging
2509         them properly.  Remove hacked-up code for revert-buffer, now
2510         unnecessary.
2511
2512         * menubar-items.el (default-menubar):
2513         In Options->Edit Init File, don't switch to emacs-lisp-mode
2514         unless necessary; doing this turns off font-lock.
2515
2516 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
2517
2518         * keydefs.el: Define C-x BS to backward-kill-sentence.
2519
2520 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
2521
2522         * files.el (hack-local-variables-prop-line): Use non-greedy
2523         matching to process -*-texinfo-*- -*-.
2524
2525 2000-05-11  Jonathan Marten <jonathan.marten@uk.sun.com>
2526
2527         * minibuf.el (minibuf-directory-files): new function.
2528         (read-file-name-activate-callback): use minibuf-directory-files.
2529         (read-directory-name-internal): ditto.
2530         (mouse-file-display-completion-list): ditto.
2531         (mouse-directory-display-completion-list): ditto.
2532         (read-file-name-internal): remove "./" from completion list unless
2533         explicitly matched, for consistency.
2534
2535 2000-05-11  Ben Wing  <ben@xemacs.org>
2536
2537         * gutter-items.el (gutter-buffers-tab):
2538         * gutter-items.el (add-tab-to-gutter):
2539         * gutter-items.el (update-tab-in-gutter):
2540         * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
2541         * gutter-items.el (append-progress-display):
2542         * gutter-items.el (abort-progress-display):
2543         * gutter-items.el (raw-append-progress-display):
2544         Further fixes.  Use set-glyph-image not set-image-instance-property,
2545         to fix problems with multiple windows in a frame.
2546
2547         * menubar-items.el (tutorials-menu-filter):
2548         Fix typo.
2549
2550         * startup.el (early-error-handler):
2551         Display message box under windows; otherwise, message will disappear
2552         before it can be viewed.
2553
2554         * update-elc.el:
2555         Fix bug in NEEDTODUMP processing.
2556
2557 2000-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
2558
2559         * startup.el (lock-directory): Removed.
2560         (superlock-file): Ditto.
2561         (startup-set-paths): Remove lockdir.
2562         (startup-setup-paths-warning): Remove lock-directory.
2563
2564         * setup-paths.el (paths-find-lock-directory): Removed.
2565         (paths-find-superlock-file): Ditto.
2566
2567 2000-05-09  Ben Wing  <ben@xemacs.org>
2568
2569         * faces.el (set-face-property):
2570         * faces.el (set-face-font):
2571         * faces.el (set-face-foreground):
2572         * faces.el (set-face-background):
2573         * faces.el (set-face-background-pixmap):
2574         * faces.el (set-face-underline-p):
2575         * faces.el (set-face-strikethru-p):
2576         * faces.el (set-face-highlight-p):
2577         * faces.el (set-face-dim-p):
2578         * faces.el (set-face-blinking-p):
2579         * faces.el (set-face-reverse-p):
2580         doc string changes.
2581
2582         * glyphs.el:
2583         * glyphs.el (make-image-specifier):
2584         * glyphs.el (glyph-property):
2585         * glyphs.el (set-glyph-image):
2586         * glyphs.el (make-glyph):
2587         * glyphs.el (make-pointer-glyph):
2588         * glyphs.el (make-icon-glyph):
2589         * glyphs.el (widget-image-instance-p): New.
2590         authorship info, lots of doc changes.  New predicate, inadvertently
2591         omitted.  the general principle with specifier docs is now that
2592         the description of instantiators should go with the make-foo-specifier
2593         fun's doc string, rather than in foo-specifier-p.  this follows
2594         conventions elsewhere in XEmacs and in general is a lot more obvious
2595         of a place to look.  sometimes the make-foo-specifier function needs
2596         to be created in the process.
2597
2598         * gutter.el:
2599         * gutter.el (make-gutter-specifier): New.
2600         * gutter.el (make-gutter-size-specifier): New.
2601         * gutter.el (make-gutter-visible-specifier): New.
2602         specifier doc updates according to the conventions specified before.
2603
2604         * objects.el:
2605         * objects.el (make-font-specifier):
2606         * objects.el (make-color-specifier):
2607         * objects.el (make-face-boolean-specifier): New.
2608         specifier doc updates according to the conventions specified before.
2609
2610         * specifier.el:
2611         * specifier.el (set-specifier):
2612         * specifier.el (make-integer-specifier): New.
2613         * specifier.el (make-boolean-specifier): New.
2614         * specifier.el (make-natnum-specifier): New.
2615         * specifier.el (make-generic-specifier): New.
2616         * specifier.el (make-display-table-specifier): New.
2617         specifier doc updates according to the conventions specified before.
2618
2619         * toolbar.el:
2620         * toolbar.el (make-toolbar-specifier): New.
2621         specifier doc updates according to the conventions specified before.
2622
2623 2000-05-09  Ben Wing  <ben@xemacs.org>
2624
2625         * process.el (call-process-internal): Revert to previous version
2626         because Mike's change clashed with a change I did not long before.
2627         Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
2628         Thanks very much Mike for pointing out the bug and submitting a
2629         patch!
2630
2631 2000-04-13  Mike Alexander  <mta@arbortext.com>
2632
2633         * process.el (call-process-internal): Send the correct input buffer
2634         (call-process-internal): Return the exit status of the process
2635
2636 2000-05-07  Ben Wing  <ben@xemacs.org>
2637
2638         * winnt.el:
2639         * winnt.el (nt-quote-args-verbatim): Removed.
2640         * winnt.el (nt-quote-args-prefix-quote): Removed.
2641         * winnt.el (nt-quote-args-backslash-quote): Removed.
2642         * winnt.el (nt-quote-args-double-quote): Removed.
2643         * winnt.el (nt-quote-args-functions-alist): Removed.
2644         * winnt.el (nt-quote-process-args): Removed.
2645         Remove all stuff for argument quoting.  We borrow the code instead
2646         from Emacs 20.6, which is much more careful in its quoting
2647         (e.g. in handling runs of the escape character) and avoids most of
2648         the need for this Lisp mechanism by checking to see whether we're
2649         running a Cygwin or normal program and doing the appropriate
2650         quoting.  If we end up needing such a mechanism, we should add
2651         it by extending the variable `mswindows-quote-process-args' so it
2652         can take an alist of regexps.
2653
2654 2000-05-07  Ben Wing  <ben@xemacs.org>
2655
2656         * keydefs.el:
2657         Restore M-up, M-down to 21.1 state.  Put *ward-sentence on
2658         C-M-left, C-M-right instead.  Define C-M-up, C-M-down to scroll
2659         the window without moving point.
2660
2661         * simple.el:
2662         * simple.el (scroll-up-one): New.
2663         * simple.el (scroll-down-one): New.
2664         Functions for use with C-M-up/down.
2665
2666 2000-05-01  Martin Buchholz <martin@xemacs.org>
2667
2668         * XEmacs 21.2.33 is released.
2669
2670 2000-04-29  Martin Buchholz  <martin@xemacs.org>
2671
2672         * dialog.el (yes-or-no-p-dialog-box):
2673         Fix docstring.
2674         Fix following horrible bug in X11 mode with focus-follows-mouse:
2675           1. Visit two files in two different frames.
2676           2. do File->Revert Buffer in one of those frames.
2677           3. Dialog box appears.
2678           4. Arrange things so that the mouse passes over the *other*
2679              frame, then to the dialog box, and click on "Yes".
2680           5. The file contents end up in the *wrong* buffer!
2681         Add TODO comment.
2682
2683 2000-04-28  Ben Wing  <ben@xemacs.org>
2684
2685         * help.el (describe-installation): correct typo introduced
2686         in last patch: boundp -> fboundp.
2687
2688         * etags.el (buffer-tag-table-list):
2689         canonicalize filenames to Unix format so that tag-table-alist
2690         searching works under Windows.
2691
2692         * autoload.el:
2693         Bowdlerize the supposedly objectionable words
2694         "who couldn't quite manage to cleanly modify batch-update-autoloads".
2695
2696         * gutter-items.el (set-progress-display-style):
2697         * gutter-items.el (search-dialog-callback):
2698         * gutter-items.el (make-search-dialog):
2699         Change to new callback-ex api.
2700
2701 2000-04-26  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
2702
2703         * help.el: (describe-installation): decode-coding-string is not
2704         defined in a non MULE environment.
2705
2706 2000-04-28  Ben Wing  <ben@xemacs.org>
2707
2708         * gutter-items.el (buffer-list-changed-hook):
2709         use it, not record-buffer-hook.
2710
2711         * subr.el (record-buffer-hook): Removed.
2712
2713 2000-04-27  Ben Wing  <ben@xemacs.org>
2714
2715         * gutter-items.el (buffers-tab-switch-to-buffer): do not
2716         use NORECORD option.  Andy will not like this, but the existing
2717         gutter behavior is just wrong, as per this comment:
2718
2719         ;; this used to add the norecord flag to both calls below.
2720         ;; this is bogus because it is a pervasive assumption in XEmacs
2721         ;; that the current buffer is at the front of the buffers list.
2722         ;; for example, select an item and then do M-C-l
2723         ;; (switch-to-other-buffer).  Things get way confused.
2724         ;;
2725         ;; Andy, if you want to maintain the current look, you must
2726         ;;  *uncouple* the gutter order and buffers order.
2727
2728         * loaddefs.el (completion-ignored-extensions): unfuckify.
2729
2730         * bytecomp.el (batch-byte-compile-one-file): new function, used in
2731         xemacs.mak.
2732
2733         * autoload.el (batch-update-one-directory): new function, used in
2734         xemacs.mak.
2735
2736         * loadup.el: set gc-cons-threshold very high unless dumping --
2737         loadup during update-elc is much much much faster.  also do this
2738         when quick-building.
2739
2740         add commented-out code for profiling loadup.
2741
2742
2743         * update-elc.el (preloaded-file-list): add bytecomp.el, since it
2744         is required in order to build xemacs.
2745
2746 2000-04-26  Ben Wing  <ben@xemacs.org>
2747
2748         * loadup.el: don't garbage collect during loadup if quick-build
2749         compile-time option is set.
2750
2751 2000-04-23  Ben Wing  <ben@xemacs.org>
2752
2753         * update-elc.el: compute whether any dumped .el or .elc files
2754         are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
2755         if so.
2756
2757         * update-elc.el (update-elc-files-to-compile): always change
2758         NOBYTECOMPILE in the src directory rather than current dir,
2759         so it will work under NT.
2760
2761         * autoload.el (autoload-trim-file-name): canonicalize to slashes so
2762         the form of this file is identical between Unix and Windows.
2763         (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
2764         Added comment.
2765         (update-autoloads-from-directory): updated doc string.
2766         updated doc strings in a few other places.
2767
2768 2000-04-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
2769
2770         * bytecomp.el (byte-force-recompile): Fix argument to
2771         byte-recompile-directory.
2772
2773 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
2774
2775         * gutter-items.el (progress-display-clear-when-idle): Use
2776         add-one-shot-hook.
2777         * gutter-items.el (clear-progress-display): Adjust number of
2778         arguments.
2779
2780 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
2781
2782         * dumped-lisp.el (preloaded-file-list): Always dump select.el.
2783
2784 2000-04-16  Ben Wing  <ben@xemacs.org>
2785
2786         * printer.el: New file.
2787
2788         * dumped-lisp.el (preloaded-file-list): Declare printer.el.
2789
2790         * help.el (describe-installation): Fix decoding for Windows.
2791
2792         * menubar-items.el:
2793         * menubar-items.el (default-menubar):
2794         * menubar-items.el (tutorials-menu-filter): New.
2795         * menubar-items.el (popup-menubar-menu):
2796         Add authorship.  Redo Help menu and Tutorials filter.
2797
2798         * menubar.el: Correct comment.
2799
2800         * modeline.el (modeline-buffer-identification): Correct doc string.
2801
2802         * simple.el:
2803         * simple.el (printing): Removed.
2804         * simple.el (printer-name): Removed.
2805         * simple.el (generic-print-buffer): Removed.
2806         * simple.el (generic-print-region): Removed.
2807         Move generic print code to printer.el.
2808
2809 2000-04-15  Ben Wing  <ben@xemacs.org>
2810
2811         * simple.el (generic-print-region): New.
2812         make this function actually work.
2813         (generic-print-buffer): call generic-print-region.
2814
2815 2000-04-14  Andy Piper  <andy@xemacs.org>
2816
2817         * gutter-items.el (make-search-dialog): avoid unnecessary futzing
2818         by using the new widget-callback-current-channel.
2819         (search-dialog-callback): ditto.
2820
2821 2000-04-12  Andy Piper  <andy@xemacs.org>
2822
2823         * gutter.el (default-gutter-position): moved from gutter-items.el.
2824         (default-gutter-position-changed-hook): ditto.
2825         (gutter-element-visibility-changed-hook): ditto.
2826         (set-gutter-element): ditto.
2827         (remove-gutter-element): ditto.
2828         (set-gutter-element-visible-p): ditto.
2829         (gutter-element-visible-p): ditto.
2830         (init-gutter): ditto.
2831
2832         * dialog.el (make-dialog-box): renamed and moved from
2833         gutter-items.el
2834
2835         * gutter-items.el: move various functions elsewhere.
2836
2837 2000-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * menubar-items.el: Fixed place of parenthesis.
2840
2841 2000-04-12  Ben Wing  <ben@xemacs.org>
2842
2843         * etags.el (find-tag-at-point): New.  Lets you do find-tag
2844                 without constantly being prompted for the tag.
2845         * simple.el: Added a number of section headings, to clarify the
2846                 organization of this file.
2847         * simple.el (activate-region):
2848         * simple.el (region-exists-p):
2849         * simple.el (region-active-p):
2850                 Moved these three function down to the other side of
2851                 the case-changing functions, so they join the rest of
2852                 the region code.
2853         * simple.el (printing): New.
2854         * simple.el (printer-name): New.
2855         * simple.el (generic-print-buffer): New.
2856                 New functions, a very simple prototype for a unified
2857                 printing interface.
2858
2859         * process.el (call-process-internal): Real fix for null BUFFER,
2860                 other problems with BUFFER specs.
2861
2862         * menubar-items.el:
2863                 Fixed up File->Print to use new printing functions.
2864                 Various corrections and expansions to Grep/Compile menus.
2865                 New options for Printing.
2866                 New options for SMTP Mail, the way to send mail under
2867                   MS Windows. (There's also a package patch to make SMTP
2868                   Mail be the default under MSWin.)
2869
2870 2000-04-09  Jeff Miller <jmiller@cablespeed.com>
2871
2872         * menubar-items.el: Selecting Rectangle Mousing from menubar
2873         did not work.  Needed to quote mouse-track-rectangle-p.
2874
2875 2000-04-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
2876
2877         * cl-compat.el (keywordp): Removed.
2878
2879 2000-04-05  Andy Piper  <andy@xemacs.org>
2880
2881         * gutter-items.el (progress-layout-glyph): don't initialize here.
2882         (progress-gauge-glyph): use dynamic sizing.
2883         (set-progress-display-style): new function. Set progress glyphs
2884         appropriately depending on the style.
2885         (progress-display-style): new variable. Custom version of
2886         set-progress-display-style.
2887         (progress-abort-glyph): switch to dynamic sizes.
2888         (search-dialog-text): make the edit field active.
2889
2890 2000-04-04  Andy Piper  <andy@xemacs.org>
2891
2892         * gutter-items.el (make-search-dialog): need to make the search
2893         dialog visible after creation.
2894
2895         * menubar-items.el (default-menubar): use the search dialog for
2896         searching. Remove some extraneous search menu items.
2897
2898         * gutter-items.el (set-gutter-element): allow glyphs to be used as
2899         well as strings.
2900         (make-gutter-only-dialog-frame): allow the user to create the
2901         frame unmapped. Allow the gutter spec to be given as a glyph.
2902         (search-dialog-direction): new variable.
2903         (search-dialog-text): new variable.
2904         (search-dialog-callback): new function. Callback for the search
2905         dialog action.
2906         (make-search-dialog): new function. Create a user-friendly search
2907         dialog.
2908
2909 2000-04-04  Hrvoje Niksic  <hniksic@iskon.hr>
2910
2911         * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
2912         under Windows.
2913
2914 2000-04-01  Andy Piper  <andy@xemacs.org>
2915
2916         * font-lock.el (font-lock-fontify-keywords-region): Calculate
2917         progress more accurately.
2918
2919 2000-02-02  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
2920
2921         * finder.el (finder-compile-keywords): Process readable files only.
2922         Because error in process of .#finder-inf.el when compile xemacs
2923         with --with-clash-detection option.
2924
2925 2000-03-31  Andy Piper  <andy@xemacs.org>
2926
2927         * gutter-items.el (append-progress-display): don't delay after a
2928         successful font-lock.
2929         (make-gutter-only-dialog-frame): new function. Allow users to
2930         create gutter-only dialogs.
2931
2932 2000-03-27  Mike Alexander  <mta@arbortext.com>
2933
2934         * process.el (call-process-internal): Handle a null BUFFER
2935         parameter correctly.
2936
2937 2000-03-28  Andy Piper  <andy@xemacs.org>
2938
2939         * gutter-items.el (abort-progress-display): put strings in the
2940         gutter not extents.
2941         (progress-layout-glyph): signal special 'quit callback.
2942         (progress-display-quit-function): deleted.
2943         (progress-display-stop-callback): deleted.
2944         (progress-display-dispatch-command-events): deleted.
2945         (append-progress-display): remove calls to
2946         progress-display-dispatch-command-events.
2947         (raw-append-progress-display): ditto.
2948
2949 2000-03-23  Hrvoje Niksic  <hniksic@iskon.hr>
2950
2951         * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
2952         being a list.  Actually define `stipple-pixmap-p' which is used as
2953         an error predicate.  Correctly handle PIXMAP being either relative
2954         or absolute file name.
2955
2956 2000-03-24  Andy Piper  <andy@xemacs.org>
2957
2958         * gutter-items.el (add-tab-to-gutter): use copy-sequence.
2959         (abort-progress-display): ditto. Don't delete the created extent.
2960         (raw-append-progress-display): ditto.
2961         (progress-display-dispatch-non-command-events): new
2962         function. Encapsulates what we want to do when no command input is
2963         required.
2964         (progress-display-dispatch-command-events): likewise, but disable
2965         for now since it causes too many problems.
2966         (append-progress-display): use them.
2967         (raw-append-progress-display): ditto.
2968         (default-gutter-position-changed-hook): set this rather than
2969         default-gutter-position-changed.
2970         (default-gutter-position-changed-hook): lambda with zero arguments
2971         rather than one.
2972         (raw-append-progress-display): trap errors in pending input since
2973         allowing them to signal will hose the gauge well and
2974         truly. Ideally we would like to delay these until we are more able
2975         to cope.
2976         (append-progress-display): ditto.
2977
2978 2000-03-20  Jeff Miller <jmiller@cablespeed.com>
2979
2980         * lisp/make-docfile.el: call-process-internal is now implemented
2981         in process.el.
2982
2983 2000-03-21  Ben Wing  <ben@xemacs.org>
2984
2985         * mule\mule-cmds.el (set-language-info-alist):
2986         Fix to correspond to new menu arrangement.
2987
2988 2000-03-21  Ben Wing  <ben@xemacs.org>
2989
2990         * process.el:
2991         * process.el (call-process-internal): New.
2992         New implementation of call-process.  Only enabled under NT, so far.
2993         stderr handling not implemented yet in CVS'd C code.
2994
2995 2000-03-20  Ben Wing  <ben@xemacs.org>
2996
2997         * lisp-mode.el:
2998         * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
2999         * lisp-mode.el (lisp-interaction-mode):
3000         Put back Lisp Interaction menubar for Jan V's sake.
3001
3002         * simple.el:
3003         * simple.el (mark-ring):
3004         * simple.el (dont-record-current-mark): New.
3005         * simple.el (in-shifted-motion-command): New.
3006         * simple.el (mark-ring-unrecorded-commands): New.
3007         * simple.el (mark-ring-max):
3008         * simple.el (set-mark-command):
3009         * simple.el (push-mark):
3010         * simple.el (handle-pre-motion-command):
3011         Implement scheme for not recording unimportant marks.
3012
3013         * subr.el:
3014         * subr.el (function-allows-args): New.
3015         New function function-allows-args.
3016
3017 2000-03-20  Martin Buchholz <martin@xemacs.org>
3018
3019         * XEmacs 21.2.32 is released.
3020
3021 2000-03-20  Andy Piper  <andy@xemacs.org>
3022
3023         * gutter-items.el (update-tab-in-gutter): force selection of the
3024         selected-window if required to do so.
3025         (buffers-tab-items): ditto.
3026         (add-tab-to-gutter): ditto.
3027         (create-frame-hook): use force-selection.
3028         (default-gutter-position-changed): lambdify.
3029         (update-tab-hook): deleted since it was only used in one place.
3030
3031 2000-03-18  Andy Piper  <andy@xemacs.org>
3032
3033         * files.el (find-file-noselect): undo change that shouldn't have
3034         gone in.
3035
3036 2000-03-17  Andy Piper  <andy@xemacs.org>
3037
3038         * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
3039         of selected-window trickery.
3040
3041         * gutter-items.el (update-tab-in-gutter): don't give dedicated
3042         frames tabs.
3043         (progress-display-stop-callback): progress -> progress-display
3044         (progress-display-quit-function): ditto.
3045         (clear-progress-display): ditto.
3046         (remove-progress-display): ditto.
3047         (append-progress-display): ditto.
3048         (abort-progress-display): ditto.
3049         (raw-append-progress-display): ditto.
3050         (display-progress-display): ditto.
3051         (current-progress-display-label): ditto.
3052         (current-progress-display): ditto.
3053         (lprogress-display): ditto and save the buffer
3054         (progress-display): ditto. Otherwise the buffer sometimes gets
3055         changed which confuses font-lock.
3056
3057         * font-lock.el (font-lock-default-fontify-buffer): catch all
3058         errors, not just quit.
3059         (font-lock-mode): progress -> display-progress
3060         (font-lock-default-fontify-buffer): ditto.
3061         (font-lock-fontify-syntactically-region): ditto.
3062         (font-lock-fontify-keywords-region): ditto.
3063
3064 2000-03-14  Hrvoje Niksic  <hniksic@iskon.hr>
3065
3066         * cl.el (gensym): Move to here from cl-macs.el.
3067         (gentemp): Ditto.
3068
3069 2000-03-16  Andy Piper  <andy@xemacs.org>
3070
3071         * font-lock.el (font-lock-mode): use lprogress and friends for
3072         progress management.
3073         (font-lock-default-fontify-buffer): ditto.
3074         (font-lock-fontify-syntactically-region): ditto.
3075         (font-lock-fontify-keywords-region): ditto.
3076         (font-lock-revert-cleanup): fix reverting.
3077         (font-lock-revert-setup): ditto.
3078
3079         * gutter-items.el (progress-use-echo-area): new variable. Use the
3080         echo area for progress gauges if non-nil.
3081         (clear-progress): remove echo area stuff and defer to
3082         clear-message.
3083         (append-progress): dispatch non-command events after each progress
3084         increment. Remove echo area stuff.
3085         (abort-progress): remove echo area stuff and defer to
3086         display-message.
3087         (raw-append-progress): ditto. Dispatch non-command events after
3088         gutter redisplay.
3089         (display-progress): defer echo area stuff to display-message.
3090
3091         * gutter-items.el (clear-progress):
3092         (abort-progress): indentation changes.
3093         (display-progress): don't clear progress.
3094         (append-progress): compare messages with equal.
3095         (raw-append-progress): use dispatch-non-command-events to flush
3096         widget creation events.
3097
3098 2000-03-13  Ben Wing  <ben@xemacs.org>
3099
3100         * abbrev.el:
3101         * abbrev.el (abbrev-string-to-be-defined): New.
3102         * abbrev.el (inverse-abbrev-string-to-be-defined): New.
3103         Changes for use with the menubar.
3104
3105 2000-03-12  Ben Wing  <ben@xemacs.org>
3106
3107         * alist.el (vassoc): moved here from font-menu.el.
3108
3109         * custom.el (defface): typo fix.
3110
3111         * dialog.el (yes-or-no-p-dialog-box):
3112         * dialog.el (message-box):
3113         * files.el (save-some-buffers-1):
3114         Put accelerators in the button names.
3115
3116         * font-lock.el (font-lock-comment-face):
3117         * font-lock.el (font-lock-keyword-face):
3118         * font-lock.el (font-lock-function-name-face):
3119         Fixed some of the colors under MS Windows because the existing
3120         default colors were hardly different from black and needed to be
3121         made lighter.
3122
3123         * font-menu.el:
3124         * font-menu.el (font-menu-split-long-menu):
3125         * font-menu.el (font-menu-family-constructor):
3126         * font-menu.el (font-menu-size-constructor):
3127         * font-menu.el (font-menu-weight-constructor):
3128         * font-menu.el (font-menu-set-font):
3129         vassoc moved to alist.el.
3130         Accelerators added to all menus.
3131         Unused bound var new-props removed.
3132
3133         * keydefs.el: I did a whole lot of rearranging to put things in a
3134         more consistent order and fixed a number of cases where key
3135         combinations involving up, down, left, right and so on were
3136         defined but the corresponding keypad combinations were not
3137         defined.
3138
3139         * lisp-mode.el:
3140         * lisp-mode.el (lisp-interaction-mode-popup-menu):
3141         * lisp-mode.el (emacs-lisp-mode):
3142         * lisp-mode.el (lisp-interaction-mode):
3143         * lisp-mode.el (flet):
3144         Added accelerators onto the menus.
3145         Made all the different versions of the let function be indented
3146         the same way.
3147         Undid Steve's easy-menu-ification, because it makes it impossible
3148         to have the menubar and popup menus different.
3149         Cleaned up the menu; added items for find-function &c and some
3150         indenting, and removed debug-on-*.
3151
3152         * list-mode.el (list-mode-hook):
3153         * list-mode.el (list-mode):
3154         * list-mode.el (completion-setup-hook):
3155         * list-mode.el (display-completion-list):
3156         Added support for the :window-height keyword, which is required
3157         because of other changes that I made for the file dialog box.  I
3158         also made the hook variables list-mode-hook and
3159         completion-setup-hook and also minibuffer-setup-hook in
3160         minibuf.el be permanent-local; see comment in list-mode.el.
3161
3162         * map-ynp.el (map-y-or-n-p):
3163         Added accelerators to the dialog buttons.
3164
3165         * menubar-items.el (menu-truncate-list):
3166         New internal function.
3167         * menubar-items.el (submenu-generate-accelerator-spec):
3168         * menubar-items.el (menu-item-strip-accelerator-spec):
3169         * menubar-items.el (menu-item-generate-accelerator-spec):
3170         New exported functions, for use in auto-generating accelerator specs.
3171
3172         * menubar-items.el:
3173         * menubar-items.el (default-menubar):
3174         * menubar-items.el (maybe-add-init-button):
3175         * menubar-items.el (bookmark-menu-filter):
3176         * menubar-items.el (slow-format-buffers-menu-line):
3177         * menubar-items.el (build-buffers-menu-internal):
3178         * menubar-items.el (language-environment-menu-filter):
3179         * menubar-items.el (default-popup-menu):
3180         * menubar-items.el (popup-buffer-menu):
3181         * menubar-items.el (popup-menubar-menu):
3182         Did a major overhaul on this file, and in fact I'm nowhere near
3183         done working on the menubar, and there will be more patches to
3184         come.  A basic summary of what I've done:
3185
3186         a) I added accelerators to all of the menu items.  For menus that
3187         are auto-generated, such as the buffers menu, the accelerators are
3188         automatically added to the beginning of each line using the
3189         numbers 1 through 9, then zero, and then letters starting with A,
3190         but omitting the letters that are already in use for the fixed
3191         menu items at the top of the buffers menu.  To facilitate adding
3192         accelerators of this kind, I created some new functions
3193         (*-accelerator-spec), which are also being used by other filters
3194         that auto generate lists of things such as ftp sites to download
3195         packages.  If people really don't like these accelerators
3196         appearing at the beginning of the menu items, a variable can be
3197         added to optionally turn them off, but I think this is rather
3198         pointless because other menu items have accelerators and many or
3199         most of the menu users will use the accelerators if the support is
3200         there.
3201
3202         b) I combined the top level Tools and Apps menus into a single
3203         Tools menu, because the distinction between the two is not
3204         obvious, and the items on the menus are not used often enough that
3205         putting some of them onto submenus is a problem.
3206
3207         c) I created two new top level menus called View and Cmds because
3208         there were too many items on the File and Edit menus, and I'm going
3209         to be adding more items to these menus.  In contrast to the Tools
3210         menu, the items on these menus may be used quite often during an
3211         editing session, and so should be available with fewer
3212         keystrokes.
3213
3214         d) I added a number of options to the options menu, including one
3215         for controlling whether the alt key can be used to traverse to
3216         menu items using the accelerators, one for controlling behavior of
3217         control-k, one for controlling how the kill and yank functions
3218         interact with the clipboard, a few additional buffers-menu
3219         options, and various other things.  I also did a bit of
3220         rearranging, for example, combining the keyboard and mouse options
3221         into a single keyboard and mouse submenu to facilitate the
3222         accelerators on that level.
3223
3224         e) I changed the variable buffers-menu-format-buffer-line-function
3225         to take two arguments instead of one, the second argument being
3226         the line number for use in creating an accelerator.  I added a
3227         hack to support existing functions with one argument (although I
3228         doubt that very many of these exist), for backward compatibility.
3229
3230         f) I moved the top level mule menu to be a submenu of the edit
3231         menu.  I think that most of the items on this menu are fairly
3232         useless and there are certainly not enough frequently used items
3233         to justify this being its own top level menu.
3234
3235         g) I combined most of the items in big-menubar.el into the main menu.
3236         If people think the main menu is too big, it would be possible to
3237         create different configurations, some smaller.
3238
3239         * menubar.el (check-menu-syntax):
3240         Deleted some syntax checks that were no longer valid, partly
3241         because of changes that were already made a long time ago, and
3242         partly because of a change I made where I allow the name of the
3243         menu item to be an evaluated expression rather than just a string,
3244         similar to all of the other parameters of a menu item.
3245
3246         * minibuf.el:
3247         * minibuf.el (read-file-name-1):
3248         * minibuf.el (mouse-read-file-name-1):
3249         I made a number of changes to improve the appearance
3250         and functioning of the file dialog box.  They include:
3251
3252         a) Fixing the problem where closing the dialog box by clicking on
3253         the close button of the window didn't properly exit the
3254         minibuffer.
3255
3256         b) Fixing the problem that if you typed part of a file name, and
3257         then clicked on a completion with the mouse, the file was not
3258         correctly selected.
3259
3260         c) Changing the title of the dialog box to reflect the operation
3261         being done in accordance with user interface conventions, rather
3262         than the name of the dialog box buffer, which is rather useless.
3263
3264         d) Remove the words "possible completions are" which didn't
3265         belong.
3266
3267         e) Fix things so that the completions scroll off the end of the
3268         completions windows only to the right, rather than both to the
3269         right and down, which is in accordance with Windows user interface
3270         conventions.
3271
3272         * msw-init.el (init-post-mswindows-win):
3273         Added a binding for meta-F4, which is the standard windows binding
3274         for exiting a program.
3275
3276         * select.el (get-selection-no-error):
3277         * select.el (own-selection):
3278         * select.el (own-clipboard):
3279         Added an optional argument called append to the functions
3280         own-selection and own-clipboard.  This adds support for appending
3281         text to the existing selection and allows the function
3282         own-clipboard to be used as the value of the variable
3283         interprogram- cut-function.
3284
3285         Fixed a bug in own-selection in handling zmacs-region-stays.
3286
3287         * simple.el (historical-kill-line): New.
3288
3289         * simple.el (kill-line):
3290         * simple.el (interprogram-cut-function):
3291         * simple.el (interprogram-paste-function):
3292         * simple.el (handle-pre-motion-command):
3293         * simple.el (next-line):
3294         * simple.el (previous-line):
3295         a) Expanded the variable kill-whole-line, so that function
3296         kill-line can be set to delete the entire line always, not just
3297         when cursor is at the beginning of the line.  This is controlled
3298         by setting the variable kill-whole-line to the symbol 'always.
3299         This behavior, as well as the existing kill-whole-line behavior,
3300         now only take effect when kill-line is called interactively,
3301         although this is a departure from a previous behavior in the case
3302         of setting this variable kill-whole-line to t.  It is almost
3303         certainly what has always been intended, and most likely the old
3304         way of doing things introduced bugs.  I also created a function
3305         called historical-kill-line, which ignores the kill-whole-line
3306         setting and always gives the historical behavior of only killing
3307         to the end of the line.  I bound this function to shift- control-k
3308         so that the kill to end of line behavior is available, even when
3309         kill-whole-line has been set to change control-k into the simple
3310         delete-whole-line behavior. (This can be set using the options
3311         menu.)
3312
3313         b) I changed things so that kill and yank now interact with the
3314         clipboard by default under windows.  This was done by changing the
3315         default value of interprogram-cut- function and
3316         interprogram-paste-function.  You can get the old behavior by
3317         setting these to nil, and there is an option on the options menu
3318         to do this.
3319
3320         c) I added support for selecting text using shifted motion keys.
3321         This support is on by default and can be controlled by the
3322         variable shifted-motion-keys-select-region.  There is also a
3323         variable called unshifted-motion-keys-deselect-region that
3324         controls more specifically how the shifted motion key behavior
3325         works.  I did not put an option on the options menu to turn this
3326         off, because I can't imagine why this would be useful.
3327
3328         * simple.el (forward-block-of-lines):
3329         * simple.el (backward-block-of-lines):
3330         * simple.el (block-movement-size):
3331         New.
3332
3333         * simple.el (uncapitalized-title-words):
3334         * simple.el (uncapitalized-title-word-regexp):
3335         * simple.el (capitalize-string-as-title):
3336         * simple.el (capitalize-region-as-title):
3337         New.
3338
3339
3340         * subr.el (add-hook):
3341         * subr.el (make-local-hook): New.
3342         * subr.el (remove-local-hook): New.
3343         * subr.el (add-one-shot-hook): New.
3344         * subr.el (add-local-one-shot-hook): New.
3345         Added some functions to make using hooks easier.
3346         These include:
3347
3348         a) Functions add-local-hook and remove-local-hook to make it easy
3349         to use local hooks.
3350
3351         b) Functions add-one-shot-hook and add-local-one-shot-hook, which
3352         make it possible to add a "one-shot" hook, which is to say a hook
3353         that runs only once, and automatically removes itself after the
3354         first time it has run.
3355
3356 2000-03-09  Andy Piper  <andy@xemacs.org>
3357
3358         * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
3359
3360 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
3361
3362         * buff-menu.el (buffers-menu-omit-invisible-buffers):
3363         Moved from menubar-items.el.
3364         * dumped-lisp.el: Dump gutter-items regardless of menubar.
3365
3366 2000-03-08  Andy Piper  <andy@xemacs.org>
3367
3368         * gutter-items.el (build-buffers-tab-internal): add selected field
3369         to buffers tab spec.
3370
3371 2000-03-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
3372
3373         * minibuf.el (last-exact-completion): Initialize to nil.
3374
3375 2000-03-07  Didier Verna  <didier@xemacs.org>
3376
3377         * startup.el (command-line-1): remove unused variable
3378         `first-file-buffer'.
3379
3380 2000-02-29  Hrvoje Niksic  <hniksic@iskon.hr>
3381
3382         * loaddefs.el (completion-ignored-extensions): Removed ".log",
3383         which is also used for Web server log files.
3384
3385 2000-02-03  IKEYAMA Tomonori <tomonori@suiyokai.org>
3386
3387         * mule/mule-charset.el: Setup auto-fill-chars.
3388
3389 2000-03-02  SL Baur  <steve@beopen.com>
3390
3391         * subr.el (with-string-as-buffer-contents): Reimplement using
3392         `with-temp-buffer'.  Fixes non-unique buffer name problem, fixes
3393         non-deletion of buffer after execution problem.
3394         (with-output-to-string): Use unique buffer name.
3395
3396 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
3397
3398         * gutter-items.el (buffers-tab-sort-function):  New variable.
3399         (buffers-tab-items):  Funcall it to sort the buffer tab list.
3400
3401 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
3402
3403         * startup.el (load-user-init-file):  Merge two `if's to one `or'.
3404
3405 2000-02-28  Martin Buchholz  <martin@xemacs.org>
3406
3407         * menubar-items.el (maybe-add-init-button): Remove the "Load
3408         .emacs" button from all menubars.
3409
3410 2000-03-01  Didier Verna  <didier@xemacs.org>
3411
3412         * rect.el (string-rectangle): depend on `pending-delete-mode' for
3413         region rectangle replacement (from Jan Vroonhof).
3414         (replace-rectangle): new function.
3415
3416 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3417
3418         * mule/mule-cmds.el (set-default-coding-systems): Use
3419         set-terminal-coding-system and set-keyboard-coding-system.
3420         * coding.el (set-terminal-coding-system): Use
3421         set-console-tty-output-coding-system.
3422         (set-keyboard-coding-system): Use
3423         set-console-tty-input-coding-system.
3424
3425 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
3426
3427         * minibuf.el (read-variable): Allow symbol to default argument.
3428
3429 2000-02-27  Andy Piper  <andy@xemacs.org>
3430
3431         * gutter-items.el (update-tab-hook): new function to be used for
3432         hooks.
3433         (create-frame-hook): add update-tab-hook.
3434         (record-buffer-hook): ditto.
3435         (default-gutter-position-changed): ditto.
3436         (default-gutter-position): updating the buffers tab is now handled
3437         by a hook.
3438         (default-gutter-position-changed-hook): new variable.
3439         (gutter-element-visibility-changed-hook): ditto.
3440         (set-gutter-element-visible-p): call it.
3441         (set-gutter-element): use modify-specifier-instances. Set extents
3442         as duplicable before using.
3443         (remove-gutter-element): ditto.
3444         (set-gutter-element-visible-p): ditto.
3445         (init-gutter): new function.
3446         (add-tab-to-gutter): use new gutter-element functions rather than
3447         setting specifiers directly.
3448         (clear-progress): ditto.
3449         (abort-progress): ditto.
3450         (gutter-buffers-tab-visible-p): renamed from
3451         default-gutter-visible-p
3452
3453         * specifier.el (modify-specifier-instances): new function from Jan
3454         Vroonhof.
3455
3456         * x-init.el (init-post-x-win): call init-gutter.
3457
3458         * msw-init.el (init-post-mswindows-win): call init-gutter.
3459
3460         * menubar-items.el (default-menubar): Update to reflect new gutter
3461         variables.
3462
3463 2000-02-26  Andy Piper  <andy@xemacs.org>
3464
3465         * gutter-items.el (set-gutter-element): new function. Add gutter
3466         elements to the specified gutter.
3467         (remove-gutter-element): new function. Remove gutter elements from
3468         the specified gutter.
3469         (set-gutter-element-visible-p): new function. Set gutter element
3470         visibility for the provided gutter-visible specifier.
3471
3472 2000-02-23  Andy Piper  <andy@xemacs.org>
3473
3474         * gutter-items.el (add-tab-to-gutter): specify dimensions
3475         dynamically.
3476
3477 2000-02-24  Martin Buchholz  <martin@xemacs.org>
3478
3479         * gutter-items.el (add-tab-to-gutter):
3480         * package-get.el (package-get-interactive-package-query):
3481         * package-ui.el (pui-directory-exists):
3482         (pui-install-selected-packages):
3483         (pui-list-packages):
3484         Use #'(lambda ...)  instead of '(lambda ...).
3485
3486 2000-02-21  Gregory Neil Shapiro <gshapiro@gshapiro.net>
3487
3488         * startup.el (load-user-init-file): Check to make sure user
3489           has an init-file before calling load().
3490
3491 2000-02-20  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3492
3493         * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
3494
3495 2000-02-23  Martin Buchholz <martin@xemacs.org>
3496
3497         * XEmacs 21.2.31 is released.
3498
3499 2000-02-21  Mike Sperber <mike@xemacs.org>
3500
3501         * loadup.el (really-early-error-handler):
3502         * update-elc.el:
3503         * make-docfile.el:
3504         Remove dependency on EMACSBOOTSTRAP... environment variables.
3505
3506 2000-02-21  Martin Buchholz <martin@xemacs.org>
3507
3508         * XEmacs 21.2.30 is released.
3509
3510 2000-02-19  Martin Buchholz  <martin@xemacs.org>
3511
3512         * byte-optimize.el (byte-optimize-plus):
3513         (byte-optimize-minus):
3514         (byte-optimize-multiply):
3515         Optimize (- 0) to 0, not (-)
3516         Optimize (+ 5 3.0) to 8.0
3517         Optimize (* 5 3.0) to 15.0
3518         Improve readability.
3519
3520 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
3521
3522         * modeline.el: (modeline-scrolling-method): change modeline
3523         mswindows cursor appearance according to the value.
3524
3525         * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
3526         and 'gui-element face colors and 'gui-element face font to Windows
3527         defaults.
3528
3529 2000-02-09 Stef Epardaud  <stef@lunatech.com>
3530
3531         * font-lock.el: Javadoc enhancements
3532
3533 1999-11-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
3534
3535         * ldap.el (toplevel): Test if LDAP support has been compiled in
3536         (ldap-verbose): New option
3537         (ldap-search-entries): Renamed from the previous ldap-search
3538         Conditionalize message display on ldap-verbose
3539         (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
3540         defuns
3541         (ldap-search): Is now defined as an obsolete wrapper calling
3542         ldap-search-basic or ldap-search-entries
3543
3544
3545 1999-12-06  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
3546             Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
3547             Jan Vroonhof  <jan@xemacs.org>
3548
3549         * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
3550         When for-effect is true, didn't call `byte-optimize-form'
3551         in and/or subforms without last.
3552
3553 1999-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
3554
3555         * package-get.el (package-get-download-sites): Use correct custom
3556         type.
3557
3558 2000-02-15  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3559
3560         * files.el (write-file): Ask for coding system when compiled with
3561         file-coding.
3562
3563 2000-02-16  Andy Piper  <andy@xemacs.org>
3564
3565         * buffer.el (switch-to-buffer): give norecord argument to
3566         set-window-buffer instead of explicitly recording.
3567
3568         * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
3569         we have to pick a window.
3570
3571 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3572
3573         * mule/mule-cmds.el (describe-language-support): Don't add
3574         unexist function to help-map.
3575         (describe-coding-system): Don't use already assigend `C'.
3576
3577 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
3578
3579         * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
3580         work in custom.
3581
3582 2000-02-04  Kazuyuki IENAGA <kazz@imasy.or.jp>
3583
3584         * about.el: Ienaga's e-mail address change.
3585
3586 2000-02-16  Samuel Mikes  <smikes@alumni.hmc.edu>
3587
3588         * etags.el (find-tag): force new window -- even if buf already
3589         visible -- when other-window is t
3590
3591 2000-02-16  Martin Buchholz <martin@xemacs.org>
3592
3593         * XEmacs 21.2.29 is released.
3594
3595 2000-02-09  Martin Buchholz  <martin@xemacs.org>
3596
3597         * cl-extra.el (getf): This is now identical to `plist-get', so
3598         just defalias it.
3599         * cl-macs.el: Make getf an alias to plist-get, at the
3600         byte-compiler level, using define-compiler-macro.
3601
3602 2000-02-08  Martin Buchholz  <martin@xemacs.org>
3603
3604         * cl-extra.el (cl-remprop): Remove. remprop is now in C.
3605
3606 2000-02-07  Kyle Jones  <kyle_jones@wonderworks.com>
3607
3608         * lisp/etags.el (find-tag-internal): set exact-tagname to
3609           a regular expression that matches against the tagname
3610           part of the tag entry first instead of only looking in
3611           the context area.
3612
3613 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
3614
3615         * gutter-items.el: fixed typo(s) in customizing default-gutter-position
3616         * toobar.el: fixed typo(s) in customizing default-toolbar-position
3617
3618 2000-02-07  Martin Buchholz <martin@xemacs.org>
3619
3620         * XEmacs 21.2.28 is released.
3621
3622 2000-02-07  Martin Buchholz  <martin@xemacs.org>
3623
3624         * cl-extra.el (getf): Just call `get', never `get*'.
3625         Make arglist match docstring.
3626         Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
3627         * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
3628         * byte-optimize.el: remove references to `get*'.
3629
3630 2000-02-06  Martin Buchholz  <martin@xemacs.org>
3631
3632         * mule/european.el: Add syntax information for Latin3 and Latin4.
3633
3634 2000-02-02  Martin Buchholz  <martin@xemacs.org>
3635
3636         * byte-optimize.el: Byte-optimize (length "foo")
3637
3638 2000-02-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
3639
3640         * window.el (shrink-window-if-larger-than-buffer): Rewrite full
3641         width check using `window-leftmost-p' and `window-rightmost-p'.
3642
3643 2000-02-02  Per Abrahamsen  <abraham@dina.kvl.dk>
3644
3645         * wid-edit.el (widget-match-inline): An atom never matches a
3646           list.
3647
3648 2000-01-29  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3649
3650         * modeline.el: Consolidated 'x and 'mswindows specification under
3651         'win tag.
3652
3653 2000-01-29  Andy Piper  <andy@xemacs.org>
3654
3655         * gutter-items.el: (format-buffers-tab-line): Try and be
3656         intelligent about buffer naming when we have duplicates.
3657
3658 2000-01-29  Andy Piper  <andy@xemacs.org>
3659
3660         * gutter-items.el (gutter-visible-p): Make sure the gutter gets
3661         updated when it becomes visible.
3662
3663 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3664
3665         * bytecomp.el (byte-compile-insert-header): Properly set coding
3666         system under MULE and file-coding.
3667
3668 2000-01-28  Martin Buchholz  <martin@xemacs.org>
3669
3670         * coding.el (dontusethis-set-value-file-name-coding-system-handler):
3671         (dontusethis-set-value-terminal-coding-system-handler):
3672         (dontusethis-set-value-keyboard-coding-system-handler):
3673         Never undefine coding system aliases.  Emergency fix for gnus.
3674
3675 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
3676
3677         * files.el (abbreviate-file-name): Use directory-sep-char instead
3678         of hard-coded "/".
3679
3680 2000-01-27  Hrvoje Niksic  <hniksic@iskon.hr>
3681
3682         * startup.el (user-init-file-base-list): New variable, replacing
3683         user-init-file-base.
3684         (find-user-init-file): New function.
3685         (command-line-early): Use it.
3686         (load-user-init-file): Ditto.
3687
3688 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3689
3690         * gutter-items.el (update-tab-in-gutter): Use proper locale when
3691         calling valid-image-instantiator-format-p
3692
3693 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
3694
3695         * isearch-mode.el (isearch-mode): The variable is
3696         isearch-unhidden-extents, not isearch-opened-extents.
3697
3698 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
3699
3700         * minibuf.el (next-history-element): Modify error message if a
3701         default value is available.
3702
3703 2000-01-26  Martin Buchholz  <martin@xemacs.org>
3704
3705         * bytecomp.el (byte-compile-file): Don't unconditionally write
3706         .elc files in binary - might contain non-Latin1.
3707
3708 2000-01-24  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3709
3710         * process.el (shell-quote-argument): Use (nt-quote-process-args)
3711         for windows-nt.
3712
3713         * version.el:
3714         * startup.el (user-init-file-base):
3715         * process.el (call-process-region):
3716         * files.el (make-backup-file-name):
3717         (backup-file-name-p):
3718         (file-relative-name):
3719         (abbreviate-file-name):
3720         (set-auto-mode):
3721         * code-process.el (call-process-region): Removed unnecessary
3722         branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
3723         support out of the universe.
3724
3725         * process.el:
3726         * code-process.el:
3727         * bytecomp.el (byte-compile-file): Removed reference to
3728         buffer-file-type, and commented usage of binary-process-output
3729         NTEmacs variables.
3730
3731 2000-01-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
3732
3733         * help.el (function-arglist): Add case for macro.
3734
3735 2000-01-22  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3736
3737         * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
3738         printers.
3739         (custom-display): Added a menu for printer/display tags.
3740
3741         * frame.el (frame-type):
3742         * device.el (device-type): Added 'msprinter to the doc string, and
3743         removed 'pc -- it is not going to be implemented ever.
3744         (call-device-method): Fixed docstring typo.
3745         Defined specifier tags 'printer and 'display.
3746
3747 2000-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
3748
3749         * lisp/itimer.el (itimer-run-expired-timers): (consp
3750           last-command-event-time) instead of (consp
3751           'last-command-event-time).
3752
3753 2000-01-21  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3754
3755         * msw-glyphs.el: Removed obsolete commentary.
3756
3757 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
3758
3759         * minibuf.el (read-file-name): Use abbreviate-file-name to produce
3760         better default value.
3761
3762 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
3763
3764         * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
3765         (read-string): Ditto.
3766         (eval-minibuffer): Ditto.
3767         (read-command): Ditto.
3768         (read-function): Ditto.
3769         (read-variable): Ditto.
3770         (read-number): Ditto.
3771         (read-shell-command): Ditto.
3772         (read-number): Record history.
3773
3774 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
3775
3776         * etags.el (find-tag-tag): Use DEFAULT of completing-read.
3777
3778 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
3779
3780         * faces.el (startup-initialize-custom-faces): New function.
3781         Reset all faces created during auto-autoloads loading time
3782         by defface.
3783         * startup.el (command-line): Call it.
3784
3785 2000-01-19  Yoshiki Hayashi  <yoshiki@xemacs.org>
3786
3787         * about.el (about-hackers): Add myself to contributors list.
3788
3789 2000-01-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
3790
3791         * menubar-items.el (maybe-add-init-button): Removed an argument in
3792         a call to load-user-init-file, as the function managed to lose its
3793         formal parameter a few betas ago.
3794
3795 2000-01-18  Martin Buchholz <martin@xemacs.org>
3796
3797         * XEmacs 21.2.27 is released.
3798
3799 2000-01-18  Martin Buchholz  <martin@xemacs.org>
3800
3801         * process.el (shell-command-to-string): Use the FSF docstring.
3802         Make shell-command-to-string the standard function, and
3803         exec-to-string the (deprecated) alias.
3804
3805         * startup.el: typo fix.
3806
3807 2000-01-16  Martin Buchholz  <martin@xemacs.org>
3808
3809         * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
3810
3811 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3812
3813         * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
3814         buffers after visible buffers.
3815         (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
3816
3817 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3818
3819         * info.el (Info-extract-menu-node-name): Stop at a dot
3820         followed by whitespace or right parenthesis.
3821
3822 2000-01-15  Hrvoje Niksic  <hniksic@iskon.hr>
3823
3824         * info.el (Info-directory-list): Warn against using Customize with
3825         Info-directory-list.
3826
3827 2000-01-15  Adrian Aichner  <aichner@ecf.teradyne.com>
3828
3829         * minibuf.el (read-file-name): doc fix.
3830
3831         * autoload.el (update-file-autoloads): doc fix.
3832
3833         * about.el (about-hackers): Change my E-mail address.
3834
3835 2000-01-13  Martin Buchholz  <martin@xemacs.org>
3836
3837         * info.el (Info-visit-file): Just use the `f' interactive spec to
3838         read a filename in the standard way.
3839
3840 2000-01-13  Andy Piper  <andy@xemacs.org>
3841
3842         * gutter-items.el (gutter-buffers-tab-orientation): new variable.
3843         (gutter-buffers-tab-extent): new variable.
3844         (update-tab-in-gutter): call add-tab-to-gutter again if the
3845         orientation has changed.
3846         (add-tab-to-gutter): cope with different orientations.
3847
3848 2000-01-11  Didier Verna  <didier@xemacs.org>
3849
3850         * info.el (Info-following-node-name): backward-skip dots as well
3851         as spaces (dots at the end of a node name aren't part of it).
3852         (Info-extract-menu-node-name): don't skip dots. There could be
3853         some in the node name.
3854         (Info-index): allow dots to be part of a node name.
3855
3856 2000-01-12  Andreas Jaeger  <aj@suse.de>
3857
3858         * files.el (auto-mode-alist): Added idlwave-mode.
3859         Patch by Carsten Dominik <dominik@astro.uva.nl>.
3860
3861 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3862
3863         * info.el (Info-search): Show default value.
3864
3865 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3866
3867         * info.el (Info-read-node-completion-table): New variable.
3868         (Info-read-node-name-1): New function.
3869         (Info-read-node-name): Use it.
3870         (Info-follow-reference): Use DEFAULT argument of completing-read.
3871         (Info-menu): Ditto.
3872
3873 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3874
3875         * hyper-apropos.el (hyper-describe-key-briefly): Save
3876         window configuration.
3877         (hyper-describe-face): Use DEFAULT of completing-read.
3878         (hyper-apropos-read-variable-symbol): Ditto.
3879         (hyper-apropos-read-function-symbol): Ditto.
3880
3881 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3882
3883         * mule/mule-cmds.el (set-default-coding-system): Set
3884         comint-exec-hook to use coding-system-for-read and
3885         coding-system-for-write so that C-x RET c works.
3886
3887 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3888
3889         * minibuf.el (minibuffer-confirm-incomplete): Customize.
3890         (previous-matching-history-element): Increment
3891         minibuffer-max-depth by 1.
3892         (next-matching-history-element): Ditto.
3893
3894 2000-01-11  Andy Piper  <andy@xemacs.org>
3895
3896         * gutter-items.el (buffers-tab): Create a new face for the buffers
3897         tab.
3898         (buffers-tab-face): use it.
3899
3900 2000-01-10  Didier Verna  <didier@xemacs.org>
3901
3902         * modeline.el (modeline-scrolling-method): change modeline X
3903         cursor appearance according to the value.
3904
3905 2000-01-07  Andreas Jaeger  <aj@suse.de>
3906
3907         * about.el (about-hackers): Moved my entry to contributor list.
3908         (xemacs-hackers): Added myself.
3909         (about-maintainer-info): Added description of myself.
3910
3911
3912 2000-01-07  Didier Verna  <didier@xemacs.org>
3913
3914         * modeline.el (modeline-scrolling-method): new variable.
3915         (mouse-drag-modeline): add reference to it in the docstring.
3916         (mouse-drag-modeline): handle it.
3917
3918 2000-01-08  Andy Piper  <andy@xemacs.org>
3919
3920         * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
3921         calls.
3922         (remove-buffer-from-gutter-tab): ditto.
3923
3924 2000-01-06  Per Abrahamsen  <abraham@dina.kvl.dk>
3925
3926         * cus-edit.el (custom-hook-convert-widget): Fix comment.
3927         (custom-face-edit): Fix grammatical error in help message.
3928
3929 2000-01-03  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
3930
3931         * movemail.el: Added.
3932
3933         * dumped-lisp.el (preloaded-file-list): Added movemail.el.
3934
3935 2000-01-03  Didier Verna  <didier@xemacs.org>
3936
3937         * modeline.el (mouse-drag-modeline): remove the code related to
3938         the modeline horizontal scrolling facility.
3939
3940 1999-12-31  Martin Buchholz <martin@xemacs.org>
3941
3942         * XEmacs 21.2.26 is released.
3943
3944 1999-12-28  Andy Piper  <andy@xemacs.org>
3945
3946         * wid-edit.el (widget-push-button-value-create): The gui cache
3947         does not agree with native widgets which can only be displayed
3948         once per window. The reasons for caching are diminished now that
3949         we don't hog resources when creating buttons.
3950         (widget-push-button-cache) deleted.
3951
3952 1999-12-24  Martin Buchholz <martin@xemacs.org>
3953
3954         * XEmacs 21.2.25 is released.
3955
3956 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3957
3958         * hyper-apropos.el (hyper-apropos): Toggle
3959         hyper-apropos-programming-apropos correctly.
3960         Set REGEXP when user accepts default value.
3961
3962 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3963
3964         * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
3965         (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
3966
3967 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3968
3969         * mule/mule-category.el (undefined-category-designator):
3970         Return char instead of character.  Search for undefined one.
3971         (describe-category): Use with-displaying-help-buffer.
3972
3973 1999-12-21  Martin Buchholz  <martin@xemacs.org>
3974
3975         * byte-optimize.el (byte-optimize-plus):
3976         Optimize (+ 1) to 1 instead of (1+ nil).
3977
3978         * files.el (basic-save-buffer): Rewrite for clarity.  Use (char-before).
3979
3980         * byte-optimize.el (byte-compile-butlast): Remove.  Use butlast instead.
3981
3982         * byte-optimize.el (byte-optimize-char-before): New function.
3983         Remove performance penalty for using (char-before) instead of (char-after).
3984
3985 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3986
3987         * mule/mule-category.el (char-category-list): Return character
3988         instead of integer.
3989
3990 1999-12-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
3991
3992         * minibuf.el (read-buffer): Check default is buffer object.
3993
3994 1999-11-25  Andy Piper  <andy@xemacs.org>
3995
3996         * cus-edit.el (custom-buffer-create-buttons): Use native widgets
3997         for buttons.
3998
3999 1999-12-16  Andreas Jaeger  <aj@suse.de>
4000
4001         * package-get.el (package-get-maybe-save-index): Fixed typo.
4002         Patch by Jeff Miller <jmiller@smart.net>.
4003
4004 1999-12-13  Charles G Waldman  <cgw@alum.mit.edu>
4005
4006         * gnuserv.el (gnuserv-process-filter):  don't call
4007         gnuserv-write-to-client when gnuserv-current-client is nil
4008
4009 1999-12-14  Martin Buchholz <martin@xemacs.org>
4010
4011         * XEmacs 21.2.24 is released.
4012
4013 1999-12-12  Gunnar Evermann  <ge204@eng.cam.ac.uk>
4014
4015         * about.el (about-hackers): Update my email address.
4016
4017 1999-12-07  Martin Buchholz <martin@xemacs.org>
4018
4019         * XEmacs 21.2.23 is released.
4020
4021 1999-11-06  Jason R Mastaler  <jason@mastaler.com>
4022
4023         * package-get.el (package-get-download-sites): Removed several
4024         defunct download sites, added many new ones, and corrected a few
4025         incorrect directory-on-site entries.  Added physical locations to
4026         site-description.
4027
4028 1999-11-30  Gunnar Evermann  <ge204@eng.cam.ac.uk>
4029
4030         * finder.el (finder-commentary): add DOC string and fix
4031         interactive spec
4032
4033 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
4034
4035         * help.el (describe-function): Don't forget to intern the string
4036         completing-read returns.
4037         (describe-variable): Ditto.
4038
4039 1999-11-16  Adrian Aichner  <adrian@xemacs.org>
4040
4041         * hyper-apropos.el (hyper-apropos-this-symbol): Handle
4042         `hyper-apropos-help-mode' here to find symbol to customize
4043         irregardless of cursor position and simplify
4044         `hyper-apropos-set-variable', `hyper-apropos-find-function', and
4045         `hyper-apropos-popup-menu'.
4046
4047 1999-11-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4048
4049         * apropos.el (apropos-mode-map): Add return to call
4050         apropos-follow.
4051         (apropos-print): Call apropos-mode to have better
4052         command reference. Put keymap text-poperty to
4053         symbole name.
4054
4055 1999-11-22  Alastair Burt  <burt@dfki.de>
4056
4057         * help.el: (describe-bindings-1): Added handling of keymaps for
4058         the extents at point.
4059
4060 1999-12-02  Mark Thomas  <mthomas@jprc.com>
4061
4062         * gutter-items.el (buffers-tab-items): Wrap the function in a
4063         save-match-data
4064
4065 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
4066
4067         * help.el (describe-function): Use the DEFAULT argument to
4068         completing-read.
4069         (describe-variable): Ditto.
4070
4071 1999-11-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4072
4073         * minibuf.el (read-from-minibuffer): Add optional argument
4074         DEFAULT to have better mini-buffer history support.
4075         (completing-read): Pass default to read-from-minibuffer.
4076         (read-buffer): Pass default to completing-read.
4077
4078 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
4079
4080         * font-lock.el (font-lock-doc-string-face): Document the
4081         `font-lock-lisp-like' property.
4082
4083 1999-11-29  Hrvoje Niksic  <hniksic@iskon.hr>
4084
4085         * lisp-mode.el: Specify `font-lock-lisp-like'.
4086
4087         * font-lock.el (font-lock-lisp-like): New function.
4088         (font-lock-fontify-syntactically-region): Use it.
4089
4090 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
4091
4092         * XEmacs 21.2.22 is released
4093
4094 1999-11-28  Martin Buchholz <martin@xemacs.org>
4095
4096         * XEmacs 21.2.21 is released.
4097
4098 1999-11-18  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4099
4100         * minibuf.el (read-coding-system): Accept symbol and
4101         coding-system object as a default-coding-system.
4102
4103 1999-11-16  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4104
4105         * minibuf.el (read-coding-system): Accept symbol as
4106         a default-coding-system.
4107
4108 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4109
4110         * apropos.el (apropos-documentation): Use insert instead
4111         of princ.
4112
4113 1999-11-07  William M. Perry  <wmperry@aventail.com>
4114
4115         * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
4116           for the linux console.
4117
4118         * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
4119           stuff to work when you are not on a window system, since the GPM
4120           mouse support now allows pasting from outside of XEmacs.
4121
4122 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
4123
4124         * XEmacs 21.2.20 is released
4125
4126 1999-11-06  Hrvoje Niksic  <hniksic@iskon.hr>
4127
4128         * setup-paths.el (paths-default-info-directories): Add
4129         /usr/share/info and /usr/local/share/info.
4130
4131 1999-10-30  Hrvoje Niksic  <hniksic@srce.hr>
4132
4133         * about.el: Updated Vladimir Ivanovic's info.
4134
4135 11999-08-28  Jan Vroonhof  <vroonhof@math.ethz.ch>
4136
4137         * auto-show.el (auto-show-truncationp): Remove.
4138
4139         * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
4140
4141 999-09-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
4142
4143         * indent.el (indent-line-to): fix bug: spaces were not replaced
4144         with tab if column is multiple of tab-width
4145         From dhn@qedinc.com
4146
4147 1999-10-24  Jan Vroonhof  <vroonhof@math.ethz.ch>
4148
4149         * mule/mule-cmds.el (read-input-method-name): Accept symbols
4150         correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
4151
4152         * package-get.el (package-get-package-provider): Be verbose when
4153         interactive. Patch from Robert Pluim
4154
4155 1999-08-23  Mike McEwan  <mike@lotusland.demon.co.uk>
4156
4157         * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
4158         info file suffixes.
4159
4160 1999-08-19  Stephen Tse  <stephent@sfu.ca>
4161
4162         * process.el (open-network-stream): Add a new optional parameter
4163         PROTOCOL to support udp; fix a minor typo and add an explanation
4164         in docstring for udp programming.
4165
4166         * code-process.el (open-network-stream): Add a new optional
4167         parameter PROTOCOL to support udp; fix a minor typo and add an
4168         explanation in docstring for udp programming.
4169
4170 1999-10-18  Andy Piper  <andy@xemacs.org>
4171
4172         * gui.el (make-gui-button): be more precise about how we call
4173         callbacks.
4174
4175         * wid-edit.el (widget-push-button-value-create): Use the new form
4176         of native gui-button.
4177
4178 1999-10-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4179
4180         * info.el (Info-page-prev): Don't do (sit-for 0).
4181
4182 1999-10-13  Andy Piper  <andy@xemacs.org>
4183
4184         * gutter-items.el (progress-abort-glyph): new glyph for showing
4185         abort status.
4186         (append-progress): dispatch-event rather than sit-for.
4187         (abort-progress): new function. Show the abort glyph with an
4188         appropriate message.
4189         (raw-append-progress): dispatch-event rather than sit-for.
4190         (display-progress): cope with aborts.
4191
4192         * gui.el (make-gui-button): Use native widgets for buttons
4193         unconditionally.
4194         (insert-gui-button): ditto.
4195         (gui-button-p): ditto.
4196
4197         * xbm-button.el: remove from core.
4198
4199         * xpm-button.el: remove from core.
4200
4201 1999-10-07  Olivier Galibert  <galibert@pobox.com>
4202
4203         * faces.el (init-device-faces): Don't initialize the random faces
4204         on the stream device.
4205
4206 1999-10-06  Andy Piper  <andy@xemacs.org>
4207
4208         * files.el (recover-file): Don't use ls under windows for revert buffer.
4209
4210 1999-09-25  Adrian Aichner  <adrian@xemacs.org>
4211
4212         * package-get.el (package-get-download-menu): Make menu really
4213         toggle download sites.
4214         (package-get-download-sites): Add autoload cookie.
4215
4216 1999-09-29  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4217
4218         * setup-paths.el (paths-find-module-directory): Ditto.
4219
4220 1999-09-29  Werner Fink  <werner@suse.de>
4221
4222         * setup-paths.el (paths-find-exec-directory): Add missing nil
4223         parameter for environment.
4224
4225 1999-09-27  Martin Buchholz  <martin@xemacs.org>
4226
4227         * modeline.el (modeline-format):
4228         Only purecopy the strings.  Else
4229         (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
4230         barfs.
4231
4232 1999-08-28  Mike Woolley  <mike@bulsara.com>
4233
4234         * winnt.el: Removed nt-shell-mode-hook, which was preventing the
4235         user setting comint-completion-addsuffix and
4236         comint-process-echoes.
4237
4238 1999-09-22  Andy Piper  <andy@xemacs.org>
4239
4240         * gutter-items.el (update-tab-in-gutter): use
4241         last-nonminibuf-window instead of selected-window.
4242
4243 1999-09-18  Andy Piper  <andy@xemacs.org>
4244
4245         * gnuserv.el (gnuserv-edit-files): select frame we are going to
4246         display on.
4247
4248         * subr.el (record-buffer-hook): new variable so that the hook gets
4249         some documentation.
4250
4251 1999-09-16  Andy Piper  <andy@xemacs.org>
4252
4253         * gutter-items.el (update-tab-in-gutter): only update when the
4254         gutter is visible.
4255         (remove-buffer-from-gutter-tab): ditto.
4256
4257 1999-09-17  Hrvoje Niksic  <hniksic@srce.hr>
4258
4259         * simple.el (do-auto-fill): Commented out part of Kinsoku
4260         processing.
4261
4262 1999-09-14  Hrvoje Niksic  <hniksic@srce.hr>
4263
4264         * isearch-mode.el (isearch-highlightify-region): Give the
4265         highlighting extents a high priority.
4266         (isearch-make-extent): Give the main highlighting extent an even
4267         higher priority.
4268
4269 1999-09-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4270
4271         * packages.el (packages-compute-package-locations): Fix typo from
4272         -u rationalization.
4273
4274 1999-09-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4275
4276         * setup-paths.el (paths-find-doc-directory): Respect value of
4277         `configure-doc-directory.'
4278
4279         * find-paths.el (paths-find-architecture-directory): Give
4280         precendence `default' argument (which typically comes from
4281         configure).
4282
4283 1999-09-05  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4284
4285         * startup.el (command-line-early): Added options -user-init-file
4286         and -user-init-directory.
4287
4288         * files.el (user-init-file): Default to NIL so we can recognize
4289         when it's set.
4290
4291 1999-08-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
4292
4293         * obsolete.el (init-file-user):
4294         * startup.el:
4295         * packages.el (packages-compute-package-locations):
4296         * package-get.el (package-get-user-index-filename):
4297         * menubar-items.el (maybe-add-init-button):
4298         * info.el (Info-annotations-path):
4299         * dump-paths.el:
4300         Change `user-init-directory' to be an absolute path.
4301         Use `user-init-directory' where appropriate.
4302         Zap `init-file-user' and its uses.
4303
4304 1999-09-09  Hrvoje Niksic  <hniksic@srce.hr>
4305
4306         * subr.el (copy-symbol): New function.
4307
4308 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
4309
4310         * isearch-mode.el (isearch-done): Be sure to restore invisible
4311         extents in the proper buffer.
4312         (isearch-pre-command-hook): Set this-command to the correct value
4313         in case the buffer has changed and old overriding-local-map was
4314         used.
4315         (isearch-restore-extent): Use remprop instead of setting the
4316         property to nil.
4317
4318 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
4319
4320         * cmdloop.el (execute-extended-command): Update zmacs region
4321         before the delay.
4322         (execute-extended-command): Make the message gettext-friendly.
4323
4324 1999-09-07  Andy Piper  <andy@xemacs.org>
4325
4326         * gutter-items.el (progress-gauge-glyph): renamed from
4327         progress-glyph.
4328         (progress-text-glyph): new variable.
4329         (progress-layout-glyph): use layouts and text glyphs.
4330         (progress-area-buffer): removed.
4331         (progress-text-and-extent): new variable.
4332         (progress-displayed-p): dynamically create gutter area buffer.
4333         (clear-progress): ditto.
4334         (raw-append-progress): ditto.
4335         (append-progress): use new glyph names.
4336         (raw-append-progress): only create the extent when needed. set
4337         properties more optimally.
4338         (progress): remove args.
4339
4340 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
4341
4342         * isearch-mode.el (isearch-range-invisible): Use mapc instead of
4343         mapcar where the return value is unused.
4344         (isearch-restore-invisible-extents): Ditto.
4345         (isearch-highlight-all-cleanup): Ditto.
4346         (isearch-delete-extents-in-range): Traverse the extents only once.
4347         (isearch-highlight-all-update): Don't start over if the search
4348         string has changed and more input is pending.
4349
4350 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
4351
4352         * packages.el (packages-find-package-data-path): Ditto.
4353
4354         * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
4355
4356         * subr.el (mapc-internal): Don't make obsolete.
4357
4358         * cl-extra.el (mapc): Resurrect.
4359
4360 1999-09-03  Hrvoje Niksic  <hniksic@srce.hr>
4361
4362         * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
4363         alias.
4364
4365         * isearch-mode.el (isearch-top-state): Restore isearch-word.
4366         (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
4367         (isearch-yank-clipboard): Use get-clipboard instead of
4368         x-get-clipboard.
4369         (isearch-yank-selection): Fix docstring.
4370
4371 1999-09-02  Martin Buchholz  <martin@xemacs.org>
4372
4373         * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
4374
4375 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
4376
4377         * cl-macs.el (extent-start-position): Fix setf method.
4378         (extent-end-position): Ditto.
4379
4380 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
4381
4382         * isearch-mode.el: End merge with FSF 20.4.
4383
4384         * isearch-mode.el (search-invisible): New variable.
4385         (isearch-hide-immediately): Ditto.
4386         (isearch-unhidden-extents): Ditto.
4387         (isearch-range-invisible): New function.
4388         (isearch-unhide-extent): Ditto.
4389         (isearch-restore-invisible-extents): Ditto.
4390         (isearch-restore-extent): Ditto.
4391
4392         * isearch-mode.el (isearch-ring-advance-edit): Use FSF
4393         implementation.
4394         (isearch-ring-retreat-edit): Ditto.
4395         (isearch-forward): New argument NO-RECURSIVE-EDIT.
4396         (isearch-forward-regexp): New arguments NOT-REGEXP and
4397         NO-RECURSIVE-EDIT.
4398         (isearch-backward): New argument NO-RECURSIVE-EDIT.
4399         (isearch-backward-regexp): New arguments NOT-REGEXP and
4400         NO-RECURSIVE-EDIT.
4401         (isearch-mode): Return isearch-success.
4402         (isearch-update): Use unread-command-events instead of
4403         unread-command-event.
4404         (isearch-abort): If an invalid regexp is encountered, keep popping
4405         states.
4406         (isearch-*-char): Use FSF implementation.
4407         (isearch-whitespace-chars): Use the more robust FSF's
4408         implementation.
4409         (isearch-within-brackets): New variable.
4410         (isearch-mode): Initialize it.
4411         (isearch-edit-string): Bind it.
4412         (isearch-search-and-update): Set it.
4413         (isearch-push-state): Push it.
4414         (isearch-top-state): Pop it.
4415         (isearch-search): Set it.
4416         (isearch-printing-char): When called by isearch-whitespace-chars,
4417         handle M-SPC gracefully.
4418         (isearch-message-prefix): New argument ELLIPSIS.
4419         (isearch-message-suffix): Ditto.
4420         (isearch-message): Use the ELLIPSIS argument when calling
4421         isearch-message-prefix and isearch-message-suffix.
4422         (isearch-message-prefix): Distinguish between "wrapped" and
4423         "overwrapped" search, FWIW.
4424
4425 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
4426
4427         * isearch-mode.el (isearch-edit-string): Use the head of the
4428         search ring instead of search-last-string and search-last-regexp.
4429         (search-highlight): Renamed from isearch-highlight.
4430         (isearch-exit): Use the new name.
4431         (isearch-highlight): Ditto.
4432         (isearch-dehighlight): Ditto.
4433         (isearch-update-ring): New function.
4434         (isearch-done): Call it.
4435         (isearch-done): New argument EDIT.
4436         (isearch-repeat): If search string is empty, look up at the car of
4437         the search ring; ignore the yank pointer.
4438         (isearch-abort): Call isearch-done with NOPUSH.
4439         (isearch-cancel): New function.
4440         (isearch-mode-map): Bind it to ESC ESC ESC.
4441
4442         * isearch-mode.el: Begin merge with FSF 20.4.
4443
4444 1999-09-01  Andy Piper  <andy@xemacs.org>
4445
4446         * x-select.el (x-get-clipboard): obsolete.
4447         (x-yank-clipboard-selection): obsolete
4448
4449         * select.el (disown-selection): need to be careful to disown the
4450         clipboard if we set it via selection.
4451         (get-clipboard): move from x-select.el
4452         (yank-clipboard-selection): ditto.
4453
4454 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
4455
4456         * isearch-mode.el (isearch-exit): Bind isearch-highlight and
4457         isearch-highlight-all-matches to nil.
4458         (isearch-fixed-case): New variable.
4459         (isearch-mode): Initialize it.
4460         (isearch-edit-string): Save it.
4461         (isearch-toggle-case-fold): Set it.
4462         (isearch-fix-case): Make sure isearch-toggle-case-fold works --
4463         need to check isearch-fixed-case.
4464         (isearch-toggle-case-fold): Update highlighting of all matches
4465         before the pause.
4466         (isearch-edit-string):
4467
4468 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
4469
4470         * isearch-mode.el (isearch-edit-string): Call isearch-message
4471         before reading the event so that the prompt is displayed properly.
4472         (isearch-message): Use isearch-nonincremental when calling
4473         isearch-message-prefix.
4474         (minibuffer-local-isearch-map): Bind up and down to do the same as
4475         M-p and M-n respectively.
4476         (isearch-done): New arg NOPUSH.
4477         (isearch-edit-string): Use it.
4478         (isearch-edit-string): Don't bind isearch-string.
4479         (isearch-ring-adjust): Edit string, *then* push state.
4480
4481 1999-08-31  Hrvoje Niksic  <hniksic@srce.hr>
4482
4483         * faces.el (isearch-secondary): Make isearch-secondary look
4484         different than default.
4485
4486 1999-08-30  Hrvoje Niksic  <hniksic@srce.hr>
4487
4488         * isearch-mode.el (isearch-yank): Use progn instead of the inner
4489         save-excursion.
4490         (isearch-dehighlight): Remove TOTALLY.  Simplify.
4491         (isearch-update): Call isearch-dehighlight without arguments.
4492         (isearch-done): Ditto.
4493
4494         * isearch-mode.el (isearch-fix-case): If the search string has no
4495         upper-case letters, allow the folding to be reenabled.
4496         Previously, once disabled, the folding would remain that way until
4497         the end of isearch.
4498         (isearch-top-state): Call isearch-fix-case.
4499
4500         * isearch-mode.el (isearch-yank): Use progn instead of the inner
4501         save-excursion.
4502         (isearch-dehighlight): Remove TOTALLY.  Simplify.
4503
4504 1999-08-31  Jan Vroonhof  <jan@xemacs.org>
4505
4506         * xpm-button.el:
4507         xbm-button.el: Need to exist in core because gui.el depends on
4508         them.
4509
4510 1999-08-31  Andy Piper  <andy@xemacs.org>
4511
4512         * gutter-items.el (buffers-tab-face): new customizable variable.
4513         (buffers-tab-default-buffer-line-length): new specifier for
4514         maximum viewable characters.
4515         (progress-stack): new variable for implementing widget-based
4516         progress messages.
4517         (progress-area-buffer): ditto.
4518         (progress-glyph-height): ditto.
4519         (progress-stop-callback): ditto.
4520         (progress-quit-function): new function.
4521         (progress-glyph): new variable.
4522         (progress-layout-glyph): ditto.
4523         (progress-displayed-p): new function, see message-displayed-p for
4524         details.
4525         (clear-progress): ditto.
4526         (remove-progress): ditto.
4527         (append-progress): ditto.
4528         (raw-append-progress): ditto.
4529         (display-progress): ditto.
4530         (current-progress): ditto.
4531         (current-progress-label): ditto.
4532         (progress): ditto.
4533         (lprogress): ditto.
4534
4535
4536 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
4537
4538         * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
4539
4540         * isearch-mode.el (isearch-yank-x-selection): Renamed to
4541         `isearch-yank-selection'.
4542         (isearch-mode-map): Use it.
4543         (isearch-yank-selection): Use `get-selection' instead of
4544         `get-x-selection'.
4545
4546 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
4547
4548         * faces.el (isearch-secondary): Create face here.
4549
4550         * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
4551         timers.
4552
4553 1999-08-27  Hrvoje Niksic  <hniksic@srce.hr>
4554
4555         * subr.el (buffer-string): More robust backward compatibility
4556         check, courtesy William Perry.
4557
4558 1999-08-26  Hrvoje Niksic  <hniksic@srce.hr>
4559
4560         * replace.el (perform-replace): Stop the search after the search
4561         limit has been reached.
4562
4563 1999-08-23  Andy Piper  <andy@xemacs.org>
4564
4565         * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
4566         here if we don't have one.
4567
4568 1999-08-15  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
4569
4570         * ldap.el (ldap-coding-system): Default to nil until we get
4571         efficient UTF8 support
4572         (ldap-decode-string): Guard against `decode-coding-string' not
4573         being defined
4574         (ldap-encode-string): Guard against `encode-coding-string' not
4575         being defined
4576
4577 1999-08-23  Didier Verna  <didier@xemacs.org>
4578
4579         * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
4580         Some doc strings improvements, and add a star to the `interactive'
4581         calls.
4582
4583 1999-08-18  Stef Epardaud  <stef@lunatech.com>
4584
4585         * font-lock.el (java-font-lock-keywords-3): introduced new
4586         keywords and regexpes for javadoc syntax 1.2.
4587
4588 1999-08-17  Andy Piper  <andy@xemacs.org>
4589
4590         * gutter-items.el (buffers-tab-format-buffer-line-function): use
4591         format-buffers-tab-line.
4592         (buffers-tab-max-buffer-line-length): new variable.
4593         (format-buffers-tab-line): new function. truncate names if over
4594         buffers-tab-max-buffer-line-length.
4595
4596 1999-08-13  Charles G Waldman  <cgw@fnal.gov>
4597
4598         * cus-start.el: Customize the variable `bell-inhibit-time'.
4599
4600 1999-08-16  Andy Piper  <andy@xemacs.org>
4601
4602         * gutter-items.el (remove-buffer-from-gutter-tab): take a
4603         brute-force approach to deleting the last buffer.
4604         (buffers-tab-grouping-regexp): new customizable variable.
4605         (select-buffers-tab-buffers-by-mode): use it.
4606
4607 1999-08-13  Andy Piper  <andy@xemacs.org>
4608
4609         * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
4610         deletion problem.
4611
4612 1999-07-30  Didier Verna  <didier@xemacs.org>
4613
4614         * cus-edit.el (custom-save-variables): I said, use prin1 instead
4615         of princ to output symbols.
4616         (custom-save-face-internal): ditto.
4617         (custom-save-resets): ditto.
4618
4619 1999-08-09  Didier Verna  <didier@xemacs.org>
4620
4621         * gutter-items.el (select-buffers-tab-buffers-by-mode): use
4622         `regexp-quote' to protect the major mode name for use as a regular
4623         expression (c++ needs this for instance).
4624
4625 1999-08-08  Andy Piper  <andy@xemacs.org>
4626
4627         * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
4628         cope with similar mode names.
4629
4630         * gutter-items.el (buffers-tab-selection-function): new selection
4631         function.
4632         (select-buffers-tab-buffers-by-mode): new function.
4633         (buffers-tab-items): use it if set to only display buffers in the
4634         tab in the current buffer's group..
4635         (update-tab-in-gutter): use new api.
4636         (remove-buffer-from-gutter-tab): ditto.
4637
4638         * gutter-items.el (buffers-tab-max-size): set custom selection
4639         default to 6.
4640         (buffers-tab-switch-to-buffer): just switch window if the window is visible.
4641         (add-tab-to-gutter): set face as default.
4642
4643 1999-07-07  Jan Vroonhof  <jan@xemacs.org>
4644
4645         * faces.el (frob-face-property): Merge the fall-back specifier
4646         with the target, not replace it.
4647
4648 1999-08-05  Andy Piper  <andy@xemacs.org>
4649
4650         * gutter-items.el (update-tab-in-gutter): add frame argument for
4651         buffer-items.
4652         (update-tab-in-gutter): use it.
4653
4654         * gutter-items.el (record-buffer-hook): set.
4655
4656         * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
4657         change.
4658         (switch-to-buffer-hook) deleted.
4659
4660 1999-08-04  Andy Piper  <andy@xemacs.org>
4661
4662         * gutter-items.el (update-tab-in-gutter): make sure this will work
4663         as an argument to create-frame-hook.
4664
4665 1999-07-30  Hrvoje Niksic  <hniksic@srce.hr>
4666
4667         * isearch-mode.el: Modified Bob and Darryl's code to use itimers
4668         instead of timer emulation.
4669
4670 1999-07-30  Darryl Okahata  <darrylo@sonic.net>
4671
4672         * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
4673         Emacs isearch enhancements.
4674
4675 1999-07-28  Andy Piper  <andy@xemacs.org>
4676
4677         * gutter-items.el (add-tab-to-gutter): put in specifier specs for
4678         all devices that support tab controls.
4679         (remove-buffer-from-gutter-tab): new function. to be used as a
4680         value for kill-buffer-hook.
4681
4682 1999-07-21  Sean MacLennan  <seanm@storm.ca>
4683
4684         * auto-show.el (auto-show-truncationp): changed to match
4685         `window_translation_on'
4686
4687 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
4688
4689         * XEmacs 21.2.19 is released
4690
4691 1999-07-28  SL Baur  <steve@miho>
4692
4693         * code-files.el (insert-file-contents): Fix docstring.
4694         revert previous change.
4695
4696 1999-07-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4697
4698         * fill.el (fill-region-as-paragraph): Change re-break-point to
4699         contain word-across-newline plus one character so that filling
4700         Japanese and Chinese works as desired.
4701         * simple.el (do-auto-fill): Ditto.
4702
4703 1999-07-26  SL Baur  <steve@miho>
4704
4705         * mule/japanese.el ("Japanese"): Do not specify a default input
4706         method.
4707         Suggested by MORIOKA Tomohiko  <tomo@etl.go.jp>
4708
4709 1999-07-23  Jan Vroonhof  <vroonhof@math.ethz.ch>
4710
4711         * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
4712         able to use cl-macs macro in early lisp.
4713
4714 1999-07-23  Jan Vroonhof  <jan@xemacs.org>
4715
4716         * custom.el:
4717         * cus-face.el:
4718         * cus-edit.el:
4719                 Massive custom Theme API changes.
4720
4721 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
4722
4723         * code-files.el (insert-file-contents): Regard
4724         coding-system-magic-cookie if `coding-system-for-read' is nil.
4725
4726 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
4727
4728         * mule/thai-xtis.el: Add coding: local variable, to avoid
4729         bootstrapping problem with C locale.
4730
4731 1999-07-22  Andy Piper  <andy@xemacs.org>
4732
4733         * dumped-lisp.el (preloaded-file-list): guard against putting
4734         gutter-items in a less than functional XEmacs.
4735         * gutter-items.el: put call to `add-tab-to-gutter' back in.
4736
4737 1999-07-18  Bob Weiner  <weiner@beopen.com>
4738
4739         * fill.el (fill-context-prefix): Fixed bug that prevented the
4740         setting of an adaptive fill prefix when the `dont-skip-first' was
4741         t.
4742
4743 1999-07-22  SL Baur  <steve@miho>
4744
4745         * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
4746
4747 1999-06-25  Karl M. Hegbloom  <karlheg@debian.org>
4748
4749         * files.el (interpreter-mode-alist): add `make', `guile', and
4750         `emacs' entries. (#!/usr/bin/make -f ought to send a file into
4751         makefile-mode, guile is a scheme, and someday XEmacs will be
4752         modular enough to use as an efficient scripting tool.)
4753
4754 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
4755
4756         * mule/mule-cmds.el (reset-language-environment): Regard
4757         coding-category `utf-8' and `ucs-4' if they are available.
4758
4759 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
4760
4761         * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
4762         (prefer-coding-system): Fix DOC-string.
4763
4764         * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
4765         DOC-string too.
4766
4767         * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
4768         Mule.
4769         (coding-system-change-eol-conversion): Fix DOC-string.
4770
4771 1999-06-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
4772
4773         * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
4774         instead of `list-coding-system'.
4775
4776 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4777
4778         * menubar-items.el (default-menubar): `select-input-method' was
4779         renamed to `set-input-method'.
4780
4781         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
4782         "Set Language Environment" menu.
4783
4784         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
4785         "Describe Language Support" menu.
4786
4787 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4788
4789         * mule/chinese.el ("Chinese-GB"): Rename
4790         `chinese-gb-environment-setup-function' to
4791         `setup-chinese-gb-environment-internal'.
4792
4793 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4794
4795         * mule/korean.el: Use `define-coding-system-alias' instead of
4796         `copy-coding-system'.
4797
4798 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4799
4800         * mule/mule-cmds.el (set-language-environment-coding-systems):
4801         Treat duplicated coding-categories.
4802
4803 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4804
4805         * mule/japanese.el: Use `define-coding-system-alias' instead of
4806         `copy-coding-system'.
4807
4808 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4809
4810         * mule/vietnamese.el: Specify `iso-8-1' as a category of
4811         coding-system `viscii'.
4812
4813 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4814
4815         * mule/cyrillic.el:
4816         - Specify `iso-8-1' as a category of coding-system `koi8-r'.
4817         (cyrillic-alternativnyj-decode-table): New variable.
4818         (cyrillic-alternativnyj-encode-table): New variable.
4819         - Specify `iso-8-1' as a category of coding-system
4820           `alternativnyj'.
4821         - Abolish general Cyrillic environment.
4822
4823 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4824
4825         * mule/chinese.el:
4826         - Use `define-coding-system-alias' instead of `copy-coding-system'.
4827         - Register `chinese-gb-environment-setup-function' as a
4828           `setup-function' of "Chinese-GB" environment.
4829
4830 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4831
4832         * mule/mule-cmds.el (set-language-info-alist): Allow dummy
4833         optional argument `parents'.
4834
4835         * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
4836         property for Thai-XTIS.
4837
4838         * mule/mule-help.el (help-with-tutorial): Use property
4839         `tutorial-coding-system' of language-info as a coding-system to
4840         read tutorial file.
4841
4842 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4843
4844         * mule/thai-xtis.el: Don't setup `setup-function' and
4845         `exit-function'.
4846
4847         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
4848         `set-coding-category-system' to set up coding-system for
4849         coding-category.
4850
4851         * mule/mule-cmds.el (prefer-coding-system): Use
4852         `set-coding-category-system' to set up coding-system for
4853         coding-category.
4854
4855 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4856
4857         * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
4858         Thai-XTIS environment.
4859
4860         * mule/mule-cmds.el (prefer-coding-system): Use
4861         `find-coding-system' instead of `coding-system-p'.
4862
4863 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4864
4865         * mule/mule-cmds.el (set-language-environment-coding-systems):
4866         Modify eol-type for XEmacs.
4867
4868         * mule/thai-xtis.el: Delete unused local variable `category'.
4869
4870         * mule/mule-cmds.el (coding-system-change-eol-conversion): New
4871         function.
4872         (prefer-coding-system): Don't call
4873         `update-coding-systems-internal'; use function
4874         `coding-category-list' instead of variable `coding-category-list';
4875         use `set-coding-priority-list' instead of `set-coding-priority';
4876         modify `eol-type' for XEmacs.
4877
4878         * mule/mule-misc.el (string-width): Use `charset-width' instead of
4879         `charset-columns'.
4880         (char-width): Likewise.
4881
4882 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4883
4884         * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
4885         `tis-620'.
4886
4887         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
4888         `set-coding-priority-list' instead of `set-coding-priority'; don't
4889         call `update-coding-systems-internal'.
4890
4891         * mule/mule-misc.el (coding-system-get): New function.
4892         (coding-system-put): New function.
4893         (coding-system-category): New function.
4894
4895 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4896
4897         * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
4898         when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
4899         to avoid conflict with leim/quail/thai-xtis.
4900
4901         * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
4902         to thai-xtis-chars.el.
4903
4904         * mule/thai-xtis-chars.el: New file (split from
4905         mule/thai-xtis.el).
4906
4907 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4908
4909         * mule/thai-xtis.el:
4910         - Change category for the charset `thai-xtis' to `?x' from `?T'.
4911         - Add syntax entries.
4912         - Put `preferred-coding-system' of the charset `thai-xtis' to
4913           `tis-620'.
4914
4915 1999-06-28  TAKAHASHI Naoto  <ntakahas@etl.go.jp>
4916
4917         * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
4918         rewritten to use write-multibyte-character.
4919
4920 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4921
4922         mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
4923         of `iso-2022-7'.
4924         (prefer-coding-system): Synced up with Emacs 20.3.11 but not
4925         ported yet.
4926         (read-input-method-name): Treat optional argument `default'.
4927
4928 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4929
4930         * mule/mule-cmds.el (set-language-info): Don't set up menus at
4931         all.
4932         (set-language-info-alist): Set up menus here.
4933
4934 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4935
4936         * minibuf.el (completing-read): Add new optional argument
4937         `default'.
4938         (read-coding-system): Add new optional argument
4939         `default-coding-system'.
4940
4941 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
4942
4943         * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
4944         (viet-viscii-...->viet-vscii...).
4945
4946 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
4947
4948         * mule/mule-cmds.el: Change MULE to Mule in docstrings
4949         and menus.
4950
4951 1999-04-12  Richard M. Stallman  <rms@gnu.org>
4952
4953         * mule/mule-cmds.el (input-method-function): Add permanent-local
4954         property.
4955
4956 1999-03-30  Dave Love  <fx@gnu.org>
4957
4958         * mule/mule-cmds.el (current-language-environment): Doc fix.
4959
4960 1999-02-06  Richard Stallman  <rms@gnu.org>
4961
4962         * mule/european.el (setup-slovenian-environment): New function.
4963         ("Slovenian"): New language environment.
4964
4965 1999-01-27  Dave Love  <fx@gnu.org>
4966
4967         * mule/mule-cmds.el (current-language-environment): Provide :link,
4968         :type (choices) and appropriate :get.
4969
4970 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
4971
4972         * mule/mule-cmds.el (describe-language-environment): Don't alter
4973         input-method-alist.
4974
4975 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
4976
4977         * mule/mule-cmds.el (prefer-coding-system): Call
4978         set-coding-priority, so that the internal array of priorities is
4979         also updated.
4980
4981 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
4982
4983         * mule/mule-cmds.el (prefer-coding-system): If the argument
4984         requires specific EOL conversion type, make the default coding
4985         systems use that.
4986
4987 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
4988
4989         * mule/mule-cmds.el (set-language-environment): Pass the default
4990         eol-type to set-language-environment-coding-systems.
4991         (set-default-coding-systems): Copy the eol-type property for the
4992         new default values of {buffer-file,process}-coding-system from the
4993         old defaults.
4994         (set-language-environment-coding-systems): Accept an optional
4995         argument EOL-TYPE, and set the eol-type property of the default
4996         coding systems accordingly.
4997
4998 1998-10-26  Kenichi Handa <handa@etl.go.jp>
4999
5000         * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
5001         use generate-new-buffer instead of get-buffer-create.
5002
5003 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
5004
5005         * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
5006
5007 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
5008
5009         * mule/mule-cmds.el (default-input-method): Fix custom type.
5010
5011 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
5012
5013         * mule/mule-cmds.el (setup-specified-language-environment):
5014         Add apropos-inhibit property.
5015         (describe-specified-language-support): Likewise.
5016
5017 1998-09-06  Bill Richter  <richter@math.nwu.edu>
5018
5019         * mule/mule-cmds.el: Doc fixes.
5020
5021 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
5022
5023         * mule/mule-cmds.el (register-input-method): Doc-string
5024         modified.
5025
5026 1998-09-01  Dave Love  <fx@gnu.org>
5027
5028         * mule/mule-cmds.el (current-language-environment): Fix
5029         setter function.
5030
5031 1998-08-31  Paul Eggert  <eggert@twinsun.com>
5032
5033         * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
5034         mule/european.el, mule/hebrew.el, mule/japanese.el,
5035         mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
5036         avoid bootstrapping problem if you need to recompile all the Lisp
5037         files using interpreted code.
5038
5039 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
5040
5041         * mule/european.el ("Latin-1"): Modify `documentation' key value.
5042         ("Latin-2"): Likewise.
5043
5044 1998-08-18  Per Starback  <starback@update.uu.se>
5045
5046         * mule/european.el (setup-latin2-environment): Fix typo.
5047
5048 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
5049
5050         * mule/european.el: Give proper value of `input-method' key to all
5051         lang. env.
5052
5053         * mule/mule-cmds.el (activate-input-method): Handle the case that
5054         the arg INPUT-METHOD is nil correctly.
5055         (read-multilingual-string): Activate the specified input method
5056         before calling read-string.  Afterward, activate the original
5057         input method.
5058
5059 1998-08-15  Kenichi HANDA  <handa@etl.go.jp>
5060
5061         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
5062         (set-language-info-alist): Fix typo in doc-string.
5063
5064         * mule/hebrew.el ("Hebrew"): Delete describe-function key.
5065
5066 1998-08-09  Kenichi HANDA  <handa@etl.go.jp>
5067
5068         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
5069         (reset-language-environment): New function for the job that
5070         setup-english-environment used to do.
5071         (set-language-environment): Do more setups according to the info
5072         in language-info-alist.
5073         (read-language-name): Handle the case that the arg KEY is nil.
5074         (describe-language-environment): Handle input-method property.
5075
5076         * mule/: All files under this directory, which related with
5077         specific languages (such as mule/european.el, mule/greek.el,
5078         mule/hebrew.el, mule/misc-lang.el), modified as below.
5079         (setup-XXX-environment): Just call set-language-environment.  If
5080         they used to do some other jobs than what done by
5081         set-language-environment, those jobs are done in
5082         setup-XXX-environment-internal now.
5083         ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
5084         the value to setup-XXX-environment-internal.  Add properties
5085         input-method and features.
5086
5087         * mule/english.el (setup-english-environment): Just call
5088         reset-language-environment.
5089
5090         * mule/european.el (setup-8-bit-environment): Function deleted.
5091
5092 1998-08-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
5093
5094         * mule/mule-cmds.el (input-method-exit-on-first-char)
5095         (input-method-use-echo-area): Doc fixes.
5096
5097 1998-08-06  Kenichi Handa  <handa@etl.go.jp>
5098
5099         * mule/mule-cmds.el (input-method-exit-on-first-char): New
5100         variable.
5101         (input-method-use-echo-area): New variable.
5102
5103 1998-08-01  Kenichi HANDA  <handa@etl.go.jp>
5104
5105         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
5106
5107 1998-07-30  Ken'ichi Handa  <handa@delysid.gnu.org>
5108
5109         * mule/mule-cmds.el (activate-input-method): Update mode line.
5110         (inactivate-input-method): Likewise.
5111
5112 1998-07-19  Kenichi Handa  <handa@etl.go.jp>
5113
5114         * mule/mule-cmds.el (read-multilingual-string): Don't activate an
5115         input method in the current buffer, but just bind
5116         current-input-method.
5117
5118 1998-07-08  Kenichi Handa  <handa@etl.go.jp>
5119
5120         * mule/hebrew.el ("Hebrew"): Add coding-priority.
5121
5122         * mule/misc-lang.el ("IPA"): Add coding-priority and
5123         coding-system.
5124
5125 1998-06-26  Ken'ichi Handa  <handa@melange.gnu.org>
5126
5127         * mule/greek.el: Add coding-priority.
5128
5129 1998-05-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
5130
5131         * mule/mule-cmds.el (register-input-method): Rename arg ENV to
5132         LANG-ENV.
5133
5134 1998-05-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
5135
5136         * mule/mule-cmds.el (register-input-method): Fix previous change.
5137         (setup-specified-language-environment): Doc fix.
5138
5139 1998-05-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
5140
5141         * mule/mule-cmds.el: Several doc fixes.
5142         (get-language-info, set-language-info): Rename argument.
5143         (set-language-info-alist): Likewise.
5144         (register-input-method): Rename argument.
5145         (activate-input-method): If INPUT-METHOD is nil, deactivate.
5146
5147 1998-05-04  Kenichi Handa  <handa@etl.go.jp>
5148
5149         * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
5150         default value while reading an input method.
5151
5152 1998-05-01  Kenichi Handa  <handa@etl.go.jp>
5153
5154         * mule/mule-cmds.el (universal-coding-system-argument):
5155         Use buffer-file-coding-system as default.
5156
5157 1998-04-14  Andreas Schwab  <schwab@mescaline.gnu.org>
5158
5159         * mule/korean.el ("Korean"): Doc fix.
5160
5161 1998-04-11  Kenichi Handa  <handa@etl.go.jp>
5162
5163         * mule/mule-cmds.el (describe-language-environment): Print the
5164         languge environment at the head.
5165
5166 1998-04-06  Kenichi Handa  <handa@etl.go.jp>
5167
5168         * mule/japanese.el: Set exit-function to exit-japanese-environment
5169         for Japanese environment.
5170
5171 1998-03-20  Richard Stallman  <rms@psilocin.gnu.org>
5172
5173         * mule/mule-cmds.el (set-language-environment): Doc fix.
5174         (current-language-environment): Use defcustom.
5175         (default-input-method): Specify :type.
5176
5177 1998-03-02  Kenichi Handa  <handa@etl.go.jp>
5178
5179         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
5180         modified.
5181         (prefer-coding-system): Doc-string modified.
5182
5183 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
5184
5185         * mule/mule-cmds.el (set-language-info): Doc-string
5186         describes `coding-priority' KEY.
5187         (set-language-environment-coding-systems): New function.
5188         (select-safe-coding-system): New function.
5189         (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
5190         (set-language-info-alist): New optionla arg PARENTS.  Call
5191         set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
5192         (set-language-environment-coding-systems): New function.
5193
5194         * mule/chinese.el: Remove setting up of
5195         describe-chinese-environment-map and
5196         setup-chinese-environment-map.  Exclude them in args of calls to
5197         set-language-info-alist.  Register coding-priority key in
5198         language-info-alist.
5199
5200         * mule/cyrillic.el: Remove setting up of
5201         describe-cyrillic-environment-map and
5202         setup-cyrillic-environment-map.  Exclude them in args of calls to
5203         set-language-info-alist.  Register coding-priority key in
5204         language-info-alist.
5205
5206         * mule/english.el: Register coding-priority key in
5207         language-info-alist.
5208
5209         * mule/ethiopic.el: Register coding-priority key in
5210         language-info-alist.
5211
5212         * mule/european.el: Remove setting up of
5213         describe-european-environment-map and
5214         setup-european-environment-map.  Exclude them in args of calls to
5215         set-language-info-alist.  Register coding-priority key in
5216         language-info-alist.  Add "German" language env.
5217         (setup-8-bit-environment): Delete CODING-SYSTEM arg.
5218         (setup-german-environment): New function.
5219
5220         * mule/greek.el (setup-greek-environment): For Greek lang. env.,
5221         change default input method to "greek-postfix".
5222
5223         * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
5224         coding-priority key in
5225
5226 1997-12-19  Stephen Eglen  <stephen@cns.ed.ac.uk>
5227
5228         * mule/mule-cmds.el (set-language-info): Doc fix.
5229         (input-method-inactivate-hook): Doc fix.
5230
5231 1997-11-20  Karl Heuer  <kwzh@gnu.org>
5232
5233         * mule/mule-cmds.el (set-input-method): Renamed from
5234         select-input-method.
5235
5236 1997-11-07  Kenichi Handa  <handa@etl.go.jp>
5237
5238         * mule/mule-cmds.el (set-language-environment): Run
5239         exit-language-environment-hook before calling `exit-function'
5240         which is specified for the language environment.
5241
5242 1997-10-23  Kenichi Handa  <handa@etl.go.jp>
5243
5244         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
5245         modified.
5246         (prefer-coding-system): Likewise.
5247         (describe-language-environment): Print aliases of each coding
5248         system.
5249         (set-language-environment-hook): New variable.
5250         (exit-language-environment-hook): New variable.
5251         (set-language-environment): Call these hooks.  Before setting a
5252         new language environment, exit from the
5253         current-language-environment if necessary.
5254         (input-method-verbose-flag): The value can be nil, t,
5255         complex-only, or default.
5256         (input-method-highlight-flag): Doc-string augmented.
5257         (activate-input-method): Check if we can run the registered
5258         function to activate an input method.
5259
5260         * mule/korean.el: Set exit-function for language environment
5261         "Korean" to exit-korean-environment.
5262         (setup-korean-environment): Moved to korea-util.el.
5263
5264 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
5265
5266         * mule/mule-cmds.el (read-multilingual-string): Use
5267         current-input-method prior to default-input-method.  Don't bind
5268         current-input-method by `let', instead, activate the specified
5269         input method in the current buffer temporarily.
5270
5271 1997-10-19  John F. Whitehead  <jfw@cisco.com>
5272
5273         * mule/mule-cmds.el (describe-language-environment): Fix prompt.
5274
5275 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
5276
5277         * mule/chinese.el (post-read-decode-hz): Return the result of
5278         decode-hz-region.
5279         (pre-write-encode-hz): Do not change the value of
5280         last-coding-system.
5281
5282 1998-09-06  Bill Richter  <richter@math.nwu.edu>
5283
5284         * mule/mule-ccl.el: Doc fixes.
5285
5286 1998-04-20  Kenichi Handa  <handa@etl.go.jp>
5287
5288         * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
5289         (check-ccl-program): New macro.
5290
5291 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
5292
5293         * mule/mule-ccl.el: Comment about CCL syntax modified.
5294         (ccl-command-table): Add read-multibyte-character and
5295         write-multibyte-character.
5296         (ccl-code-table): Add ex-cmd.
5297         (ccl-extended-code-table): New variable.
5298         (ccl-embed-extended-command): New function.
5299         (ccl-compile-read-multibyte-character,
5300         ccl-compile-write-multibyte-character) New functions.
5301         (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
5302         ccl-dump-write-multibyte-character): New functions.
5303
5304 1999-07-22  SL Baur  <steve@miho>
5305
5306         * config.el (config-value-file): config.values is installed into
5307         doc-directory.
5308         From Karl M. Hegbloom  <karlheg@cathcart.sysc.pdx.edu>
5309
5310 1999-07-19  Didier Verna  <didier@xemacs.org>
5311
5312         * rect.el: all functions rewritten, except when noted. Below is a
5313         list of interface changes.
5314         (apply-on-rectangle): new function. Obsoletes
5315         `operate-on-rectangle'. All functions that used to call this
5316         function now call the new one.
5317         (kill-rectangle): added optional prefix arg to fill lines.
5318         (delete-rectangle): ditto.
5319         (delete-extract-rectangle): ditto.
5320         (open-rectangle): ditto.
5321         (clear-rectangle): ditto.
5322         (delete-rectangle-line): added third arg FILL.
5323         (delete-extract-rectangle-line): ditto.
5324         (open-rectangle-line): ditto.
5325         (clear-rectangle-line): ditto.
5326
5327 1999-07-18  Andy Piper  <andy@xemacs.org>
5328
5329         * menubar-items.el (default-menubar): add gutter options.
5330
5331         * gutter-items.el: new file.
5332         (gutter): new group for custom.
5333         (gutter-visible-p): new variable.
5334         (default-gutter-position): ditto.
5335         (buffers-tab): new group for the buffers tab.
5336         (gutter-buffers-tab): widget to put in the gutter.
5337         (buffers-tab-max-size): max number of tabs.
5338         (buffers-tab-switch-to-buffer-function): function to call when a
5339         tab is pressed.
5340         (buffers-tab-omit-function): filter buffers with this function.
5341         (buffers-tab-format-buffer-line-function): format buffer names for
5342         inclusion in tabs.
5343         (buffers-tab-switch-to-buffer): like switch-to-buffer but without
5344         the record.
5345         (build-buffers-tab-internal): build a list of tab items.
5346         (buffers-tab-items): ditto.
5347         (add-tab-to-gutter): put a tab in the gutter area.
5348         (update-tab-in-gutter): reset the buffers in the tab.
5349
5350         * dumped-lisp.el (preloaded-file-list): dump gutter-items.
5351
5352         * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
5353         (switch-to-buffer-hooks): new hook.
5354
5355         * toolbar.el (default-toolbar-position): fix typo.
5356
5357 1999-07-16  Andy Piper  <andy@xemacs.org>
5358
5359         * gui.el (make-dialog-frame): turn off gutters for dialogs.
5360
5361 1999-07-15  Didier Verna  <didier@xemacs.org>
5362
5363         * cus-edit.el (custom-prompt-variable): optional third arg makes
5364         prompt for a comment string.
5365         (customize-set-value): optional prefix makes this function handle
5366         variable comments.
5367         (customize-set-variable): ditto.
5368         (customize-save-variable): ditto.
5369         (customize-customized): handle custom comments.
5370         (customize-save-customized): ditto.
5371         (custom-variable-state-set): ditto.
5372         (custom-face-state-set): ditto.
5373         (customize-saved): ditto.
5374         (custom-variable-set): ditto.
5375         (custom-face-set): ditto.
5376         (custom-variable-save): ditto.
5377         (custom-face-save): ditto.
5378         (custom-variable-reset-saved): ditto.
5379         (custom-face-reset-saved): ditto.
5380         (custom-variable-reset-standard): ditto.
5381         (custom-face-reset-standard): ditto.
5382         (custom-comment-face): new face.
5383         (custom-comment-tag-face): ditto.
5384         (custom-comment): new widget.
5385         (custom-comment-create): new function.
5386         (custom-comment-delete): ditto.
5387         (custom-comment-value-set): ditto.
5388         (custom-comment-show): ditto.
5389         (custom-comment-invisible-p): ditto.
5390         (custom-variable-value-create): create a comment field widget.
5391         (custom-face-value-create): ditto.
5392         (custom-variable-menu): new entry for adding a custom comment.
5393         (custom-face-menu): ditto.
5394         (custom-save-variables): possibly save custom comments.
5395         (custom-save-faces): ditto.
5396
5397         * cus-face.el (custom-set-faces): the arguments can now have a
5398         custom comment as fourth argument.
5399
5400         * custom.el (custom-set-variables): the arguments can now have a
5401         custom comment as fifth element.
5402
5403 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
5404
5405         * XEmacs 21.2.18 is released
5406
5407 1999-07-13  SL Baur  <steve@miho>
5408
5409         * lib-complete.el (read-library-name): Revert previous change.
5410         (read-library): Ditto.
5411
5412 1999-06-24  Karl M. Hegbloom  <karlheg@debian.org>
5413
5414         * packages.el (packages-package-list): Capitalize docstring.
5415
5416         * packages.el (packages-find-package-library-path): Use #'nconc
5417         rather than #'append to reduce consing -- #'mapcar uses Flist,
5418         which returns a freshly consed list.  #'append would create yet
5419         another fresh list, using Fmake_list in concat.
5420
5421         * packages.el (package-provide): Use setq with remassq like it
5422         says in its docstring.
5423
5424 1999-07-06  SL Baur  <steve@miho.m17n.org>
5425
5426         * lib-complete.el (progn-with-message): Fix typo.
5427
5428 1999-07-06  SL Baur  <steve@miho.m17n.org>
5429
5430         * mule/mule-misc.el (char-octet): Make function match docstring.
5431         From Katsumi Yamaoka <yamaoka@jpl.org>
5432
5433 1999-06-15  Karl M. Hegbloom  <karlheg@debian.org>
5434
5435         * wid-edit.el (widget-documentation): corrected spelling error.
5436
5437 1999-06-23  Jonathan Marten <jonathan.marten@uk.sun.com>
5438
5439         * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
5440         keys if already bound
5441
5442 1999-07-06  SL Baur  <steve@miho.m17n.org>
5443
5444         * lib-complete.el (progn-with-message): Revert previous changes.
5445
5446 1999-06-24  Bob Weiner  <weiner@beopen.com>
5447
5448         * lib-complete.el (find-library):
5449         (find-library-other-window):
5450         (find-library-other-frame): Completely rewrote
5451         so that these functions actually work when called non-interactively.
5452         Also made them handle LIBRARY arguments which end with .el or .elc.
5453
5454 1999-06-24  Bob Weiner  <weiner@beopen.com>
5455
5456         * simple.el (indent-new-comment-line): Locally bound
5457         `block-comment-start' to `comstart' or else when this is called
5458         from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
5459         `block-comment-start' value, ignoring any existing spacing after a
5460         comment prefix in the previous line and producing ugly comments.
5461
5462 1999-06-23  Bob Weiner  <weiner@beopen.com>
5463
5464         * list-mode.el (mouse-choose-completion):
5465         (choose-completion):
5466         (completion-switch-to-minibuffer): Added.
5467         ([Tab]): [Tab] previously switched to the minibuffer
5468         but since [space] does that and since most applications in the
5469         world use [Tab] to select the next item in a list, do that in the
5470         *Completions* buffer too.  This will cause the least confusion
5471         among the largest population of users.  -- Bob Weiner, BeOpen.com,
5472         06/23/1999.
5473
5474 1999-06-22  Bob Weiner  <weiner@beopen.com>
5475
5476         * help.el (help-buffer-name): Added support for a null value
5477         of `help-buffer-prefix-string' since some buffers require no
5478         prefix.
5479
5480 1999-06-20  Bob Weiner  <weiner@beopen.com>
5481
5482         * list-mode.el (completion-list-mode-quit): Added and bound to {q}
5483         in the completion-list-mode-map to bury the completions buffer
5484         even when the minibuffer is no longer active.
5485
5486 1999-06-20  Bob Weiner  <weiner@beopen.com>
5487
5488         * list-mode.el (list-mode): It is visually disconcerting to have
5489         the text cursor disappear within list buffers, especially when
5490         moving from window to window, so leave it visible.
5491
5492 1999-07-01  SL Baur  <steve@miho.m17n.org>
5493
5494         * menubar-items.el (default-menubar): Conditionalize the bug
5495         report menu item (which may not be possible in this XEmacs).
5496         Reported by: Ken'ichi Handa <handa@etl.go.jp>
5497
5498 1999-06-30  SL Baur  <steve@miho.m17n.org>
5499
5500         * subr.el (with-current-buffer): DOC string fix.
5501         Suggested by Bob Weiner <weiner@altrasoft.com>
5502
5503 1999-06-25  Charles G Waldman <cgw@fnal.gov>
5504
5505         * cus-face.el (custom-face-italic): insert missing args
5506
5507 1999-06-24  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5508
5509         * packages.el (package-locations): Changed default early package
5510         hierarchies to ~/.xemacs/mule-packages and
5511         ~/.xemacs/xemacs-packages.
5512
5513 1999-06-23  SL Baur  <steve@miho.m17n.org>
5514
5515         * mule/mule-category.el (Top Level): ASCII is also latin-1.
5516
5517 1999-06-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
5518
5519         * packages.el (package-locations): Changed default early package
5520         hierarchy to ~/.xemacs/packages.
5521         (package-locations): Removed `packages' as a possible name for a
5522         late package hierarchy.
5523
5524 1999-06-20  MORIOKA Tomohiko  <tomo@etl.go.jp>
5525
5526         * mule/mule-category.el (word-combining-categories): Set up new
5527         variable.
5528         (word-separating-categories): Likewise.
5529
5530 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
5531
5532         * XEmacs 21.2.17 is released
5533
5534 1999-06-17  Robert Pluim  <rpluim@bigfoot.com>
5535
5536         * font-menu.el (font-menu-set-font): allow for nil specification
5537         of font size.
5538
5539 1999-06-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
5540
5541         * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
5542         is 1.
5543
5544 1999-06-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
5545
5546         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
5547         8859-5 instead of ISO 8859-1.
5548
5549 1999-06-15  SL Baur  <steve@steve1.m17n.org>
5550
5551         * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
5552         (viet-viscii-encode-table): Ditto.
5553
5554         * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
5555         Make obsolete definition of char-octet.
5556
5557 1999-06-14  SL Baur  <steve@steve1.m17n.org>
5558
5559         * subr.el: Move no-Mule make-char ...
5560         * help-nomule.el (make-char): To here.
5561         (string-width): Make Mule compatibility alias.
5562
5563 1999-06-15  Andy Piper  <andy@xemacs.org>
5564
5565         * select.el (get-selection-no-error): really make there be no-error.
5566         (get-selection): revert to original.
5567
5568 1999-06-11  Andy Piper  <andy@xemacs.org>
5569
5570         * select.el (selection-sets-clipboard): renamed.
5571         (own-selection): use it.
5572
5573 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
5574
5575         * XEmacs 21.2.16 is released
5576
5577 1999-06-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
5578
5579         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
5580         missing characters to avoid crash.
5581
5582 1999-06-09  Jan Vroonhof  <vroonhof@math.ethz.ch>
5583
5584         * coding.el (set-terminal-coding-system): Only set the console
5585         coding system on the selected console if it is a tty.
5586
5587 1999-06-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
5588
5589         * cus-face.el:
5590         * cus-edit.el:
5591         * faces.el:
5592         (custom):
5593         (face-spec-set):
5594         * faces.el (frob-face-property):
5595         * font-menu.el (font-menu-set-font):
5596                   Actually apply changes from 1999-03-17
5597
5598 1999-06-10  Andy Piper  <andy@xemacs.org>
5599
5600         * select.el (get-selection): abstract out non error-signalling
5601         part.
5602         (get-selection-no-error): get-selection without signalling an
5603         error.
5604         (selection-is-clipboard-p): new variable. controls whether the
5605         selection sets the clipboard.
5606         (own-selection): use it.
5607
5608         * mouse.el (insert-selection): fallback to clipboard after trying
5609         primary selection and cutbuffer.
5610
5611 1999-06-05  Andy Piper  <andy@xemacs.org>
5612
5613         * x-select.el (xselect-kill-buffer-hook-1): use generalised
5614         selection functions.
5615
5616 1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
5617
5618         * code-files.el (buffer-file-coding-system): Use `raw-text' as
5619         default value.
5620         (load): Use `raw-text' instead of `no-conversion'.
5621         (insert-file-contents): Likewise.
5622
5623         * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
5624         of `no-conversion'.
5625
5626 1999-06-03  MORIOKA Tomohiko  <tomo@etl.go.jp>
5627
5628         * coding.el: Don't copy `no-conversion' to `raw-text'.
5629
5630 1999-06-07  Hrvoje Niksic  <hniksic@srce.hr>
5631
5632         * subr.el (make-char): Define it if Mule is not around.
5633
5634 1999-06-07  SL Baur  <steve@steve1.m17n.org>
5635
5636         * mule/mule-help.el: Add trailing newline.  Use mule keyword.
5637
5638         * x-select.el (x-disown-selection-internal): Restore symbol as an
5639         obsolete alias.
5640         (xselect-kill-buffer-hook-1): Use disown-selection-internal.
5641
5642 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
5643
5644         * XEmacs 21.2.15 is released
5645
5646 1999-06-02  Oscar Figueiredo  <oscar@xemacs.org>
5647
5648         * subr.el (split-string): Avoid infinite looping
5649
5650 1999-05-30  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
5651
5652         * ldap.el (ldap-ignore-attribute-codings): New variable
5653         (ldap-default-attribute-decoder): New variable
5654         (ldap-coding-system): New variable
5655         (ldap-attribute-syntax-encoders): New variable
5656         (ldap-attribute-syntax-decoders): New variable
5657         (ldap-attribute-syntaxes-alist): New variable
5658         (ldap-encode-boolean): New function
5659         (ldap-decode-boolean): New function
5660         (ldap-encode-country-string): New function
5661         (ldap-decode-string): New function
5662         (ldap-decode-address): New function
5663         (ldap-encode-address): New function
5664         (ldap-decode-attribute): New function
5665         (ldap-search): Use some of these
5666
5667 1999-05-25  Jan Vroonhof  <jan@xemacs.org>
5668
5669         * version.el (emacs-version): Make the patch level/beta come
5670         before the XEmacs qualifier so that it gets into (funcall
5671         emacs-version) and thus in the bug reports.
5672         (emacs-version>=): Support patch levels.
5673
5674 1999-06-03  SL Baur  <steve@xemacs.org>
5675
5676         * version.el: implement x.y.z version number
5677         From Jan Vroonhof <vroonhof@math.ethz.ch>
5678
5679 1999-05-27  Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
5680
5681         * mule/mule-cmds.el (read-input-method-name): set input-method properly.
5682
5683 1999-05-22  Vin Shelton <acs@xemacs.org>
5684
5685         * startup.el: Document -private and break out non-standard X options.
5686
5687 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
5688
5689         * mule/mule-charset.el (charset-after): New function.
5690         (charset-direction): Synch with Mule, update docstring.
5691         (get-charset-property): New function.
5692         (put-charset-property): New function.
5693         (charset-plist): New function.
5694
5695         * mule/mule-charset.el (compose-region):
5696         (decompose-region): remove;  these functions (which don't work
5697         since we don't do composite characters) have been moved to
5698         mule-util.el.
5699         (toplevel): follow coding standards
5700
5701 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
5702
5703         * dumped-lisp.el (preloaded-file-list): mule-files.el does not
5704         exist any more.
5705
5706         * code-files.el: Fix commentary to follow coding standards.  Move
5707         the single line left in mule-files.el to here.
5708
5709         * mule/mule-files.el: delete.
5710
5711 1999-05-24  SL Baur  <steve@gneiss.etl.go.jp>
5712
5713         * info.el (Info-scroll-prev): Use event functions instead of the
5714         old emacs 19 interface.
5715
5716 1999-06-02  Andy Piper  <andy@xemacs.org>
5717
5718         * x-font-menu.el (x-font-menu-load-font):
5719         font-menu-registry-encoding -> x-font-menu-registry-encoding type.
5720
5721 1999-05-31  Andy Piper  <andy@xemacs.org>
5722
5723         * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
5724         group.
5725         (font-menu-this-frame-only-p): ditto.
5726         (font-menu-max-items): reinstate, from Jan Vroonhof
5727         <vroonhof@math.ethz.ch>
5728         (font-menu-submenu-name-format): ditto.
5729         (font-menu-split-long-menu): ditto, for use by the family
5730         constructor.
5731         (font-menu-family-constructor): use it.
5732
5733 1999-05-30  Andy Piper  <andy@xemacs.org>
5734
5735         * msw-faces.el (mswindows-font-regexp): new font matching regexp
5736         for use by the font menu.
5737
5738         * msw-font-menu.el: new file implementing mswindows specific
5739         font-menu behaviour.
5740         (mswindows-font-menu-registry-encoding): new function mirroring x version.
5741         (mswindows-font-menu-junk-families): ditto.
5742         (hack-font-truename): ditto.
5743         (mswindows-font-regexp-ascii): ditto.
5744         (mswindows-reset-device-font-menus): ditto.
5745         (mswindows-font-menu-font-data): ditto.
5746         (mswindows-font-menu-load-font): ditto.
5747
5748         * x-font-menu.el (x-reset-device-font-menus): made device specific.
5749         (x-font-menu-font-data): ditto.
5750         (x-font-menu-load-font): ditto.
5751
5752         * font-menu.el: new file implementing generic font menu behaviour.
5753         (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
5754         made device independent.
5755         (font-menu-this-frame-only-p): ditto.
5756         (font-menu-preferred-resolution): ditto.
5757         (font-menu-size-scaling): new variable used to determine whether
5758         sizes are in points or tenths of a point.
5759         (vassoc): moved from x-font-menu.el.
5760         (device-fonts-cache): ditto.
5761         (device-fonts-cache): ditto.
5762         (flush-device-fonts-cache): ditto.
5763         (reset-device-font-menus): copied from x-font-menu.el and made
5764         device independent. Most functionality deferred to
5765         device-dependent versions.
5766         (font-menu-family-constructor): copied from x-font-menu.el and
5767         made device independent.
5768         (font-menu-size-constructor): ditto.
5769         (font-menu-weight-constructor): ditto.
5770         (font-menu-set-font): ditto.
5771         (font-menu-change-face): ditto.
5772         (font-menu-load-font): new device method.
5773         (font-menu-font-data): ditto.
5774
5775         * x-font-menu.el: The above functions deleted.
5776
5777 1999-05-26  Andy Piper  <andy@xemacs.org>
5778
5779         * update-elc.el:
5780         * make-docfile.el:
5781         * loadup.el: rehash expand-file-name usage to not use default-directory.
5782
5783 1999-05-21  Andy Piper  <andy@xemacs.org>
5784
5785         * x-select.el (x-select-convert-to-text):
5786         (x-selected-text-type):
5787         (x-get-selection):
5788         (xselect-convert-to-string):
5789         (xselect-convert-to-compound-text):
5790         (xselect-convert-to-length):
5791         (xselect-convert-to-targets):
5792         (xselect-convert-to-delete):
5793         (xselect-convert-to-filename):
5794         (xselect-convert-to-charpos):
5795         (xselect-convert-to-lineno):
5796         (xselect-convert-to-colno):
5797         (xselect-convert-to-sourceloc):
5798         (xselect-convert-to-os):
5799         (xselect-convert-to-host):
5800         (xselect-convert-to-user):
5801         (xselect-convert-to-class):
5802         (xselect-convert-to-name):
5803         (xselect-convert-to-integer):
5804         (xselect-convert-to-atom):
5805         (xselect-convert-to-identity): functions renamed from x-* and
5806         moved to select.el.
5807         (x-get-secondary-selection): use rename get-selection.
5808         (x-get-clipboard): ditto.
5809         (x-own-selection): moved to select.el.
5810         (x-valid-simple-selection-p): ditto.
5811         (x-dehilight-selection): ditto.
5812         (x-own-clipboard): ditto.
5813         (x-disown-selection): ditto.
5814
5815         * x-mouse.el (x-yank-function): moved to mouse.el.
5816         (x-insert-selection): ditto.
5817         (x-set-point-and-move-selection): use renamed function.
5818
5819         * select.el (selected-text-type): moved and renamed from
5820         x-select.el.
5821         (selection-owner-p): moved to C.
5822         (selection-exists-p): ditto.
5823         (get-cutbuffer): new device method.
5824         (get-selection): generalised and moved from x-select.el.
5825         (own-selection): moved x-own-selection functionality into here.
5826         (dehilight-selection): renamed and moved from x-select.el.
5827         (own-clipboard): functionality moved from x-select.el using new
5828         generic C builtins.
5829         (disown-clipboard): ditto.
5830         (select-convert-to-text):
5831         (select-convert-to-string):
5832         (select-convert-to-compound-text):
5833         (select-convert-to-length):
5834         (select-convert-to-targets):
5835         (select-convert-to-delete):
5836         (select-convert-to-filename):
5837         (select-convert-to-charpos):
5838         (select-convert-to-lineno):
5839         (select-convert-to-colno):
5840         (select-convert-to-sourceloc):
5841         (select-convert-to-os):
5842         (select-convert-to-host):
5843         (select-convert-to-user):
5844         (select-convert-to-class):
5845         (select-convert-to-name):
5846         (select-convert-to-integer):
5847         (select-convert-to-atom):
5848         (select-convert-to-identity): new functions renamed from x-* and
5849         moved from x-select.el.
5850
5851         * mouse.el (mouse-consolidated-yank): subsume x-yank-function
5852         into here and use as the default window-system mouse yank.
5853         (insert-selection): generalised and moved from x-mouse.el.
5854         (own-clipboard): moved to C.
5855
5856         * msw-select.el (mswindows-selection-owned-p): deleted.
5857         (mswindows-own-selection): generalised and moved to select.el.
5858         (mswindows-disown-selection): generalised and moved to C.
5859         (mswindows-selection-owner-p): ditto.
5860
5861 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
5862
5863         * XEmacs 21.2.14 is released
5864
5865 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
5866
5867         * about.el: update contact info for jason and slb.
5868
5869 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
5870
5871         * mule/european.el (setup-romanian-environment): Add Romanian
5872         support from Emacs/Mule romanian.el.
5873
5874 1999-03-17  Jan Vroonhof  <vroonhof@math.ethz.ch>
5875
5876         * cus-face.el: Label all custom changes with the 'custom' tag.
5877
5878         * cus-edit.el: idem ditto.
5879
5880         * faces.el: Added suport for adding device tags to various functions.
5881         (custom): New device tag.
5882         (face-spec-set): Call reset face with tags argument. No longer do
5883         x-init-global-faces hack.
5884
5885         * faces.el (frob-face-property): Use an anonymous specifier to map
5886         frob-face-property-1 over.
5887
5888         * x-font-menu.el (font-menu-set-font): Always specify all
5889         properties to custom.
5890
5891 1999-05-12  SL Baur  <steve@gneiss.etl.go.jp>
5892
5893         * mule/european.el (setup-czech-environment): Add czech support.
5894         From David Sauer <davids@orfinet.cz>
5895
5896 1999-03-15  SL Baur  <steve@xemacs.org>
5897
5898         * check-features.el: Turn hard errors into warnings.
5899
5900 1999-03-21  SL Baur  <steve@xemacs.org>
5901
5902         * simple.el (delete-key-deletes-forward): As per discussion on
5903         xemacs-beta, default to t.
5904
5905 1999-05-11  Hrvoje Niksic  <hniksic@srce.hr>
5906
5907         * loadup.el: Define Installation-string before loading anything.
5908
5909 1999-05-06  Gunnar Evermann  <ge204@eng.cam.ac.uk>
5910
5911         * files.el (auto-mode-alist): fix typo in regex for .bash_* files
5912         From Anders Stenman <stenman@isy.liu.se>
5913
5914 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
5915
5916         * wid-edit.el (widget-glyph-find): Ditto.
5917
5918         * packages.el (locate-library): Ditto.
5919
5920         * loadup.el (really-early-error-handler): Ditto.
5921
5922         * lib-complete.el (read-library): Ditto.
5923
5924         * faces.el (set-face-stipple): Ditto.
5925
5926         * code-files.el (load): Use new calling style of locate-file.
5927
5928 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
5929
5930         * packages.el (packages-unbytecompiled-lisp): Installation.el is
5931         dead.
5932
5933 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
5934
5935         * dumped-lisp.el (preloaded-file-list): Don't load
5936         Installation.el.
5937
5938         * loadup.el (Installation-string): Define it here.
5939
5940 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
5941
5942         * dumped-lisp.el (preloaded-file-list): Revert previous change --
5943         Installation.el needs to be loaded before `dump-paths', otherwise
5944         the dumping process won't find it.
5945
5946 1999-03-13  Adrian Aichner  <adrian@xemacs.org>
5947
5948         * dumped-lisp.el (preloaded-file-list): Load Installation.el after
5949         subr so that we can use `replace-in-string' in Installation.el to
5950         get rid of C-m chars under the native Windows build.
5951
5952 1999-04-29  Andy Piper  <andy@xemacs.org>
5953
5954         * make-docfile.el: canonicalize file and directory names.
5955
5956         * device.el (call-device-method): new function for calling device
5957         specific methods.
5958         (define-device-method): new function for defining device methods.
5959         (define-device-method*): ditto.
5960
5961 1999-04-27  Hrvoje Niksic  <hniksic@srce.hr>
5962
5963         * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
5964
5965 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
5966
5967         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
5968         (cyrillic-koi8-r-encode-table): Likewise.
5969         (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
5970         (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
5971
5972         * mule/mule-misc.el (split-char-or-char-int): New function [moved
5973         from vietnamese.el].
5974
5975         * mule/vietnamese.el: Move function `split-char-or-char-int' to
5976         mule/mule-misc.el.
5977
5978 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
5979
5980         * mule/thai-xtis.el:
5981         - Change font registry name from "Thai94x94-0" to "xtis-0".
5982         - Change mnemonic of coding-system `tis-620' to "TIS620".
5983
5984 1999-04-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
5985
5986         * mule/ethiopic.el: fixed.
5987
5988 1999-03-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
5989
5990         * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
5991
5992         * mule/thai-xtis.el: New file.
5993
5994         * mule/vietnamese.el: New file.
5995
5996         * mule/ethiopic.el: New file.
5997
5998 1999-04-22  Hrvoje Niksic  <hniksic@srce.hr>
5999
6000         * bytecomp.el (byte-compile-close-variables): Leave
6001         debug-issue-ebola-notices alone.
6002
6003 1999-04-11  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6004
6005         * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
6006         at the top of the buffer since it is the most important thing to
6007         customize
6008         (ldap-get-host-parameter): New defun
6009         (ldap-search): Add a new parameter `withdn' to retrieve the
6010         distinguished names of entries
6011
6012 1999-04-22  Kai Haberzettl  <khaberz@synnet.de>
6013
6014         * startup.el (splash-frame-body): Date and spelling fixes.
6015
6016 1999-03-16  Colin Rafferty  <colin@xemacs.org>
6017
6018         * view-less.el (toggle-truncate-lines): add autoload tag
6019
6020 1999-04-19  Hrvoje Niksic  <hniksic@srce.hr>
6021
6022         * format.el (format-alist): Disable image stuff.
6023
6024 1999-04-17  Hrvoje Niksic  <hniksic@srce.hr>
6025
6026         * wid-edit.el (widget-glyph-find): Search by directories, then by
6027         suffixes rather than the other way around.
6028         (widget-image-conversion): Renamed to
6029         `widget-image-file-name-suffixes'.
6030
6031 1999-04-16  Olivier Galibert  <galibert@pobox.com>
6032
6033         * mule/mule-charset.el: Made old functions obsolete, remove the
6034         unspeakably evil (and inexistant in fsf's) charset-leading-byte.
6035         (charset-iso-graphic-plane): Rename from charset-graphic.
6036         (charset-iso-final-char): Rename from charset-final.
6037         (charset-width): Rename from charset-columns.
6038         (charset-bytes): Added from fsf compatibility, returns always 1.
6039
6040         * mule/mule-misc.el: Move charset-doc-string alias to
6041         mule-charset.el
6042
6043 1999-04-14  Colin Rafferty  <colin@xemacs.org>
6044
6045         * x-faces.el (x-make-font-bold-italic): honor
6046         *try-oblique-before-italic-fonts*
6047
6048 1999-04-14  Hrvoje Niksic  <hniksic@srce.hr>
6049
6050         * cl-extra.el (coerce): Coerce numbers to characters correctly.
6051
6052 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
6053
6054         * x-faces.el (try-oblique-before-italic-fonts): Use the right
6055         name.
6056
6057 1999-04-14  Dave Gillesipe  <daveg@synaptics.com>
6058
6059         * cl-extra.el (equalp): Would bug out for lists.
6060
6061 1999-03-12  Charles G Waldman  <cgw@fnal.gov>
6062
6063         * about.el (about-hackers):  Change cgw's email address
6064
6065 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
6066
6067         * XEmacs 21.2.13 is released
6068
6069 1999-03-12  SL Baur  <steve@xemacs.org>
6070
6071         * simple.el (delete-key-deletes-forward): Revert to previous
6072         behavior.
6073
6074 1999-01-18  Didier Verna  <didier@xemacs.org>
6075
6076         * menubar-items.el (xemacs-splash-buffer): handle the case of
6077         multiple elements in the splash buffer body.
6078
6079         * startup.el (splash-frame-timeout): new constant: interval
6080         between splash buffer elements.
6081         (command-line-1): handle splash buffer with multiple elements (use
6082         a timeout).
6083         (splash-frame-body): Originally `startup-splash-frame-body'.
6084         Rewrote a cleaner and more readable version. This can now be array,
6085         in which case each element is displayed in turn in the splash buffer.
6086         (splash-frame-static-body): new constant. Persistent information
6087         across all splash buffer elements (preserves the possibility to give
6088         it in different languages.
6089         (circulate-splash-frame-elements): new function. Used as a timeout
6090         to circulate through all splash frame elements and display them in
6091         sequence.
6092         (display-splash-frame): originally `startup-splash-frame'. Handle
6093         the case of multiple elements in the splash buffer body. Now
6094         returns a timeout id if multiple elements to display, or nil.
6095
6096 1999-02-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
6097
6098         * x-faces.el (x-init-global-faces): Add default tag to specifiers,
6099         so they can be overridden by x-init-face-from-resources.
6100         Additionally specify the font name also with an x tag.
6101
6102 1999-03-08  Andy Piper  <andy@xemacs.org>
6103
6104         * package-get.el (package-get-base): autoload.
6105
6106         * menubar-items.el (default-menubar): add update menu item. Fix
6107         custom menu to only be activated when package-base is available.
6108
6109         * package-get.el (package-get-custom): don't load
6110         package-get-custom as it is auto-generated. Fix group definition.
6111
6112 1999-03-05  Didier Verna  <didier@xemacs.org>
6113
6114         * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
6115         instead of `symbol-name' (Thanks Kyle).
6116
6117         * cus-edit.el (custom-save-variables): use `prin1' instead of
6118         princ to write symbols.
6119
6120 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
6121
6122         * XEmacs 21.2.12 is released
6123
6124 1999-03-05  SL Baur  <steve@xemacs.org>
6125
6126         * menubar-items.el (default-menubar): Add kfm browsing support.
6127         From Neal Becker <nbecker@fred.net>
6128
6129 1999-03-03  Steven Baur  <steve@gneiss.etl.go.jp>
6130
6131         * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
6132         calls to font-lock during buffer reversion.
6133
6134 1999-02-12  Didier Verna  <didier@xemacs.org>
6135
6136         * info.el (Info-build-node-completions): unconditionally widen the
6137         tag table buffer.
6138
6139 1999-02-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6140
6141         * x-faces.el (x-init-face-from-resources):
6142         Only set fonts in the 'x locale.
6143
6144 1999-03-04  Adrian Aichner  <adrian@xemacs.org>
6145
6146         * package-ui.el (pui-install-selected-packages): Don't throw on
6147         `package-admin-delete-binary-package' returning nil since it's
6148         normal.  Reindent function.
6149         (pui-add-required-packages): Handle case where packages selected
6150         for installation have never been installed.
6151
6152 1999-03-03  Martin Buchholz  <martin@xemacs.org>
6153
6154         * menubar-items.el (default-menubar):
6155         Implement the ``Mule->Set coding system of process'' menu item.
6156
6157 1999-02-18  Martin Buchholz  <martin@xemacs.org>
6158
6159         * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
6160         files
6161         - Change some `if's to `when's
6162
6163 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
6164
6165         * XEmacs 21.2.11 is released
6166
6167 1999-02-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
6168
6169         * userlock.el (ask-user-about-supersession-threat-dbox): Guard
6170         against window close (Fix Bug #460).
6171         (ask-user-about-lock-dbox): Idem.
6172
6173 1999-02-25  SL Baur  <steve@xemacs.org>
6174
6175         * mule/mule-charset.el (charset-leading-byte): New function.
6176         From Kazuyuki IENAGA <ienaga@jsys.co.jp>
6177
6178 1999-02-12  Andy Piper  <andy@xemacs.org>
6179
6180         * about.el (xemacs-hackers): change andy's email address.
6181         (about-url-alist): change andy's web page address.
6182         (about-xemacs): add piper.
6183
6184 1999-02-16  SL Baur  <steve@xemacs.org>
6185
6186         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
6187         of mule-base into lisp/mule.
6188
6189 1999-02-16  SL Baur  <steve@xemacs.org>
6190
6191         * mule/arabic.el:
6192         mule/canna-leim.el:
6193         mule/chinese.el:
6194         mule/cyrillic.el:
6195         mule/english.el:
6196         mule/european.el:
6197         mule/greek.el:
6198         mule/hebrew.el:
6199         mule/japanese.el:
6200         mule/kinsoku.el:
6201         mule/korean.el:
6202         mule/misc-lang.el:
6203         mule/mule-category.el:
6204         mule/mule-ccl.el:
6205         mule/mule-charset.el:
6206         mule/mule-cmds.el:
6207         mule/mule-coding.el:
6208         mule/mule-files.el:
6209         mule/mule-help.el:
6210         mule/mule-init.el:
6211         mule/mule-misc.el:
6212         mule/mule-tty-init.el:
6213         mule/mule-x-init.el:
6214         mule/viet-chars.el:  Remerge from mule-base.
6215
6216         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
6217         of mule-base into lisp/mule.
6218
6219 1999-02-10  Adrian Aichner  <adrian@xemacs.org>
6220
6221         * process.el (exec-to-string): Use `shell-command-switch' in place
6222         of hard-wired "-c" (for WindowsNT).
6223
6224 1999-02-08  Charles G Waldman  <cgw@pgt.com>
6225
6226         * menubar-items.el (default-menubar):  Remove obsolete
6227         "Gopher" item
6228
6229 1999-02-06  Jan Vroonhof  <vroonhof@math.ethz.ch>
6230
6231         * package-admin.el (package-admin-get-install-dir): First fall
6232         back to the location of xemacs-base for non-mule packages.
6233
6234 1999-02-15  Martin Buchholz  <martin@xemacs.org>
6235
6236         * paths.el:
6237         - improved automounter tmp directory support.
6238         - support 4 (!) empirically discovered automounter conventions
6239
6240 1999-02-12  SL Baur  <steve@xemacs.org>
6241
6242         * etags.el (pop-tag-mark): autoload to match key binding.
6243
6244 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
6245
6246         * XEmacs 21.2.10 is released
6247
6248 1999-02-02  Jan Vroonhof  <vroonhof@math.ethz.ch>
6249
6250         * package-get.el (package-get-remote-filename): Don't bug out for
6251         a local file name in the search entry.
6252
6253 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
6254
6255         * XEmacs 21.2.9 is released
6256
6257 1999-01-19  Didier Verna  <didier@xemacs.org>
6258
6259         * replace.el (replace-search-function): new variable containing a
6260         function to perform a search-forward.
6261         (replace-re-search-function): new variable containing a function
6262         to perform a re-search-forward.
6263         (perform-replace): use them.
6264
6265 1999-01-25  Didier Verna  <didier@xemacs.org>
6266
6267         * select.el (selection-owner-p): use the name `XEmacs'.
6268         (cut-copy-clear-internal): ditto.
6269
6270 1999-01-18  Andy Piper  <andy@xemacs.org>
6271
6272         * about.el (about-url-alist): Update my entry.
6273         (xemacs-hackers): Ditto.
6274
6275 1999-01-14  Adrian Aichner  <adrian@xemacs.org>
6276
6277         * buffer.el (switch-to-buffer): Fixing documentation.
6278         * minibuf.el (minibuffer-completion-table): ditto.
6279         * cl-macs.el (return-from): ditto.
6280
6281 1999-01-04  Didier Verna  <didier@xemacs.org>
6282
6283         * replace.el (delete-non-matching-lines): temporarily disable
6284         case-folding when called interactively with a regexp containing
6285         uppercase characters.
6286         (delete-matching-lines): ditto.
6287         (count-matches): ditto.
6288         (list-matching-lines): ditto.
6289
6290 1999-01-07  Colin Rafferty  <colin@xemacs.org>
6291
6292         * window.el (shrink-window-if-larger-than-buffer): Clean up.  Only
6293         abort if current window is split horizontally, not if others are
6294         split.  Got rid of unnecessary minibuffer checking.  Also, add
6295         some comments (it's still complex).
6296
6297 1999-01-12  Robert Pluim  <rpluim@BayNetworks.com>
6298
6299         * package-get.el: changed address for doc.ic.ac.uk to
6300         sunsite.doc.ic.ac.uk
6301
6302 1999-01-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6303
6304         * ldap.el (toplevel): Remove requires so that the file compiles
6305         with a non LDAP-enabled XEmacs binary.  Provide `ldap'.
6306
6307 1999-01-10  J. Kean Johnston  <jkj@sco.com>
6308
6309         * dump-paths.el: Calculate module-directory and set
6310         module-load-path to the load path for modules.
6311
6312         * loadup.el: Get bootstrap value of module-load-path from the
6313         environment variable EMACSBOOTSTRAPMODULEPATH.
6314         - Display the module load path if we're debugging paths.
6315
6316         * setup-paths.el: Added function paths-find-site-module-directory.
6317         - Added function paths-find-module-directory.
6318         - Added function paths-construct-module-load-path.  Uses new
6319         environment variable EMACSMODULEPATH.
6320
6321 1998-12-30  Martin Buchholz  <martin@xemacs.org>
6322
6323         * font.el (font-default-object-for-device):
6324         Oops! This `or' can't be replaced by `unless'.
6325         Fixed inability to run w3, among other things.
6326
6327 1998-12-17  Charles G. Waldman <cgw@pgt.com>
6328
6329         * package-admin.el: Change initialization of
6330           package-admin-install-function dependent on system type.
6331           Change package-admin-install-function-mswindows to use
6332           "minitar".
6333
6334 1998-12-23  Hrvoje Niksic  <hniksic@srce.hr>
6335
6336         * mouse.el (default-mouse-motion-handler): Disable help echo while
6337         in the minibuffer.
6338
6339 1998-12-28  Martin Buchholz <martin@xemacs.org>
6340
6341         * XEmacs 21.2.8 is released.
6342
6343 1998-12-24  Martin Buchholz <martin@xemacs.org>
6344
6345         * XEmacs 21.2.7 is released.
6346
6347 1998-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
6348
6349         * package-ui.el (pui-list-packages): Set truncate-lines.
6350
6351         * package-get.el (package-get-download-menu): Use
6352         `package-ui-add-site'. Add a a toggle to indicate it is in the list.
6353
6354         * package-ui.el (pui-help): Ditch in favor of `describe-mode'
6355         (pui-help-string): idem.
6356         (list-packages-mode): New major mode.
6357         (pui-list-packages): Use 'list-packages-mode' in the package buffer.
6358         (pui-install-selected-packages): Add suport for removing packages.
6359         (pui-toggle-package-delete-key): New function.
6360         (pui-popup-context-sensitive): New kludge.
6361         (pui-list-packages): Add warning when `package-get-remote' is nil.
6362         (package-ui-add-site): New function.
6363
6364 1998-12-01  Didier Verna  <didier@xemacs.org>
6365
6366         * hyper-apropos.el (hyper-where-is): added the missing autoload.
6367
6368 1998-11-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
6369
6370         * ldap.el: Custom-ized
6371         (toplevel): Do not provide `ldap' which is provided by C level
6372         LDAP code
6373         (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
6374
6375 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
6376
6377         * isearch-mode.el (isearch-mode): Really fix keymap lossage.
6378
6379 1998-12-17  Andy Piper  <andy@xemacs.org>
6380
6381         * sound.el (sound-load-list): name changed from sound-load-alist.
6382         (sound-extension-list): name changed from sound-ext-list.
6383         (load-default-sounds): use new names.
6384         (load-sound-file): use new names.
6385
6386 1998-12-16  Andy Piper  <andy@xemacs.org>
6387
6388         * XEmacs 21.2.6 is released
6389
6390 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
6391
6392         * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
6393         errors.
6394
6395 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
6396
6397         * wid-edit.el (widget-echo-this-extent): Set
6398         help-echo-owns-message to t.
6399
6400 1998-11-30  Greg Klanderman  <greg@alphatech.com>
6401
6402         * package-get.el (package-get-download-menu): use toggles for
6403           each site in the download site menu.
6404
6405 1998-12-01  Jan Vroonhof <vroonhof@math.ethz.ch>
6406
6407         * package-get.el (package-get): If we cannot find a package
6408           because package-get-remote is not set, give a more helpful
6409           error message.
6410
6411 1998-11-30  Greg Klanderman  <greg@alphatech.com>
6412
6413         * package-get.el (package-get-remote-filename): use an EFS path
6414         with user anonymous if no user is specified.
6415
6416 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
6417
6418         * faces.el (face-spec-set): Re-init fallfacks for default after
6419         calling reset-face on the default face.
6420
6421 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
6422
6423         * package-admin.el (package-admin-default-install-function):
6424         Behave as advertised.  Make sure the pkg-dir is proper for
6425         default-directory.
6426         (package-admin-add-binary-package): Make sure the pkg-dir is
6427         proper for default-directory.
6428         (package-admin-install-function-mswindows): Make sure the pkg-dir
6429         is proper for default-directory.
6430
6431 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
6432
6433         * XEmacs 21.2.5 is released
6434
6435 1998-12-05  SL Baur  <steve@altair.xemacs.org>
6436
6437         * files.el (binary-file-regexps): regexp-opt is not available at
6438         bytecompile time.
6439
6440 1998-11-30  Martin Buchholz  <martin@xemacs.org>
6441
6442         * x-win-xfree86.el:
6443         * x-win-sun.el (x-win-init-sun):
6444         * x-win-sun.el:
6445         * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
6446         * x-iso8859-1.el:
6447         * x-init.el (init-post-x-win):
6448         * x-init.el (init-pre-x-win):
6449         * x-init.el (x-initialize-compose):
6450         * x-init.el:
6451         * x-compose.el:
6452         * winnt.el:
6453         * widget.el:
6454         * wid-edit.el (widget-glyph-click):
6455         * wid-edit.el (widget-glyph-find):
6456         * wid-edit.el (widget-type):
6457         * view-less.el (view-buffer-other-window):
6458         * very-early-lisp.el:
6459         * version.el:
6460         * toolbar.el:
6461         * toolbar-items.el:
6462         * term/sun.el (suntool-map):
6463         * term/sun-mouse.el:
6464         * term/internal.el:
6465         * syntax.el (modify-syntax-entry):
6466         * symbol-syntax.el:
6467         * subr.el:
6468         * startup.el (lock-directory):
6469         * simple.el (set-comment-column):
6470         * simple.el (backward-delete-char-untabify):
6471         * shadow.el (find-emacs-lisp-shadows):
6472         * shadow.el:
6473         * setup-paths.el (paths-construct-info-path):
6474         * select.el (cut-copy-clear-internal):
6475         * process.el (call-process-region):
6476         * process.el (start-process-shell-command):
6477         * process.el:
6478         * paths.el (rmail-spool-directory):
6479         * paragraphs.el (use-hard-newlines):
6480         * package-get.el (package-get-dependencies):
6481         * package-admin.el (package-admin-delete-binary-package):
6482         * obsolete.el (truncate-string):
6483         * obsolete.el (store-substring):
6484         * mouse.el (default-mouse-track-maybe-own-selection):
6485         * mouse.el (mouse-yank-at-point):
6486         * modeline.el:
6487         * modeline.el (mouse-drag-modeline):
6488         * minibuf.el (read-directory-name-internal):
6489         * minibuf.el (read-file-name-internal):
6490         * minibuf.el (read-file-name-internal-1):
6491         * minibuf.el (read-file-name-2):
6492         * minibuf.el (exact-minibuffer-completion-p):
6493         * minibuf.el (read-from-minibuffer):
6494         * minibuf.el:
6495         * menubar.el (check-menu-syntax):
6496         * map-ynp.el (map-y-or-n-p):
6497         * make-docfile.el (docfile-out-of-date):
6498         * loadup.el ((member "run-temacs" command-line-args)):
6499         * loadup.el ((member "no-site-file" command-line-args)):
6500         * loadup.el (really-early-error-handler):
6501         * loadup.el:
6502         * loadhist.el:
6503         * loaddefs.el:
6504         * lisp-mnt.el (lm-verify):
6505         * lib-complete.el (lib-complete:cache-completions):
6506         * lib-complete.el (library-all-completions):
6507         * itimer.el (itimer-run-expired-timers):
6508         * info.el (Info-mode):
6509         * info.el (Info-insert-file-contents):
6510         * info.el (Info-rebuild-dir):
6511         * info.el (Info-build-dir-anew):
6512         * info.el (Info-parse-dir-entries):
6513         * info.el (Info-dir-outdated-p):
6514         * info.el (Info-insert-dir):
6515         * info.el (info-xref):
6516         * info.el:
6517         * hyper-apropos.el (hyper-apropos-get-doc):
6518         * hyper-apropos.el (hyper-describe-face):
6519         * hyper-apropos.el (hyper-apropos-mode):
6520         * hyper-apropos.el:
6521         * help.el (list-processes):
6522         * help.el:
6523         * gnuserv.el:
6524         * font.el (mswindows-font-create-name):
6525         * font.el (font-default-font-for-device):
6526         * font.el (x-font-create-object):
6527         * font.el (font-registry):
6528         * font.el:
6529         * font-lock.el (font-lock-keywords):
6530         * font-lock.el:
6531         * finder.el (finder-compile-keywords):
6532         * find-paths.el (paths-find-recursive-path):
6533         * fill.el (set-justification-center):
6534         * fill.el (fill-region-as-paragraph):
6535         * files.el (insert-directory):
6536         * files.el (wildcard-to-regexp):
6537         * files.el (recover-file):
6538         * files.el (basic-save-buffer):
6539         * files.el (delete-auto-save-file-if-necessary):
6540         * files.el (file-relative-name):
6541         * files.el (backup-extract-version):
6542         * files.el (backup-buffer):
6543         * files.el (set-visited-file-name):
6544         * files.el (set-auto-mode):
6545         * files.el (interpreter-mode-alist):
6546         * files.el:
6547         * files.el (find-file-noselect):
6548         * files.el (abbreviate-file-name):
6549         * files.el (parse-colon-path):
6550         * files.el (directory-abbrev-alist):
6551         * etags.el (visit-tags-table-buffer):
6552         * easymenu.el (easy-menu-define):
6553         * dragdrop.el (experimental-dragdrop-drag):
6554         * dragdrop.el (dragdrop-drop-do-functions):
6555         * dragdrop.el (dragdrop-drop-at-point):
6556         * disass.el (disassemble-1):
6557         * disass.el (disassemble-internal):
6558         * disass.el (disassemble):
6559         * disass.el:
6560         * derived.el (derived-mode-init-mode-variables):
6561         * derived.el (define-derived-mode):
6562         * custom.el (defgroup):
6563         * cus-edit.el (custom-quote):
6564         * config.el:
6565         * code-process.el (open-network-stream):
6566         * code-process.el (start-process):
6567         * code-process.el (call-process-region):
6568         * code-process.el (call-process):
6569         * code-process.el:
6570         * code-files.el (insert-file-contents):
6571         * code-files.el:
6572         * code-files.el (buffer-file-coding-system-for-read):
6573         * cmdloop.el (yes-or-no-p-minibuf):
6574         * cl.el:
6575         * cl-macs.el:
6576         * cl-extra.el:
6577         * callers-of-rpt.el (make-caller-report):
6578         * callers-of-rpt.el:
6579         * bytecomp.el (batch-byte-recompile-directory):
6580         * bytecomp.el (batch-byte-compile-1):
6581         * bytecomp.el (batch-byte-compile):
6582         * bytecomp.el (display-call-tree):
6583         * bytecomp.el (byte-compile-insert):
6584         * bytecomp.el (byte-compile-two-args-19->20):
6585         * bytecomp.el (byte-compile-variable-ref):
6586         * bytecomp.el (byte-compile-form):
6587         * bytecomp.el (byte-compile-top-level-body):
6588         * bytecomp.el (byte-compile-out-toplevel):
6589         * bytecomp.el (byte-compile-byte-code-maker):
6590         * bytecomp.el (byte-compile-file-form-defmumble):
6591         * bytecomp.el (byte-compile-file-form):
6592         * bytecomp.el (byte-compile-keep-pending):
6593         * bytecomp.el (byte-compile-insert-header):
6594         * bytecomp.el (byte-compile-from-buffer):
6595         * bytecomp.el (byte-compile-file):
6596         * bytecomp.el (byte-recompile-file):
6597         * bytecomp.el (byte-compile-close-variables):
6598         * bytecomp.el (byte-compile-warn-about-unused-variables):
6599         * bytecomp.el (byte-compile-warn-about-unresolved-functions):
6600         * bytecomp.el (byte-compiler-legal-options):
6601         * bytecomp.el (byte-compile-lapcode):
6602         * bytecomp.el (byte-optimize-log):
6603         * bytecomp.el ((fboundp 'defsubst)):
6604         * bytecomp.el:
6605         * bytecomp-runtime.el:
6606         * byte-optimize.el (byte-optimize-apply):
6607         * byte-optimize.el (car):
6608         * byte-optimize.el (byte-optimize-form):
6609         * byte-optimize.el (byte-optimize-form-code-walker):
6610         * byte-optimize.el:
6611         * build-report.el (build-report-insert-installation-file):
6612         * build-report.el (build-report):
6613         * auto-show.el:
6614         * apropos.el (apropos-documentation):
6615         - mega patch
6616         - clean up byte-compile warnings
6617         - remove unused variables
6618         - Use common lisp style hashtable functions
6619         - byte compiler cleanup
6620         - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
6621         - remove old backquote syntax usage
6622         - move some cl functionality into C for speed.
6623         - remove last remaining VMS support
6624         - spelling fixes
6625         - implement last, butlast, nbutlast, copy-list in C.
6626         - new macro ignore-file-errors, similar to ignore-errors
6627           (ignore-file-errors (delete-file "foo"))
6628         - get frequent garbage collection during loadup.el by tweaking
6629           gc-cons-threshold, rather than explicitly calling garbage-collect
6630         - default delete-key-deletes-forward to `t'.
6631
6632 1998-11-28  SL Baur  <steve@altair.xemacs.org>
6633
6634         * XEmacs 21.2-beta4 is released.
6635
6636 1998-11-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
6637
6638         * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
6639         (easy-menu-item-present-p): Wrapper around find-menu-item.
6640         (easy-menu-remove-item): Wrapper around delete-menu-item.
6641
6642         * menubar.el (delete-menu-item): Add 'from-menu' argument.
6643         (add-menu-button): Add 'in-menu' argument.
6644         (add-menu-item-1): Add in-menu support to helper function.
6645
6646 1998-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * isearch-mode.el (isearch-mode): Fix keymap lossage.
6649
6650 1998-11-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
6651
6652         * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
6653         of Dec 4, 1997.
6654
6655 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
6656
6657         * process.el (shell-command-on-region): Report if the command
6658         succeeded or failed.
6659
6660 1998-11-24  Hrvoje Niksic  <hniksic@srce.hr>
6661
6662         * subr.el (buffer-substring-no-properties): Comment out.
6663
6664 1998-11-07  Adrian Aichner  <adrian@xemacs.org>
6665
6666         * msw-faces.el (mswindows-find-smaller-font): Turning font names
6667           into font instances first, like `x-frob-font-size' does.
6668           (mswindows-find-larger-font): ditto
6669
6670 1998-11-04  Greg Klanderman  <greg@alphatech.com>
6671
6672         * package-ui.el (pui-install-selected-packages): fix args in call
6673         to `package-get'.
6674
6675 1998-10-29  Jan Vroonhof  <vroonhof@math.ethz.ch>
6676
6677         * package-get.el (host-name): New widget type.
6678         (package-get-remote): Better customization using new type.
6679         (package-get-download-sites): idem dito.
6680
6681         (package-get-custom): Do not use package-get-all untill we have
6682         runtime dependencies.
6683
6684         (package-get-remove-copy): Default to 't' we no longer need this
6685         kludge as we do not currently use depenencies.
6686
6687         (package-get-was-current): New variable.
6688         (package-get-require-base): New 'force-current' argument.
6689         (package-get-update-base): idem
6690         (package-get-package-provider):  idem
6691         (package-get-locate-index-file): New 'no-remote' argument.
6692         (package-get-locate-file): idem.
6693
6694         (package-get-maybe-save-index): New function.
6695         (package-get-update-base): Use it.
6696
6697 1998-10-28 Greg Klanderman <greg@alphatech.com>
6698
6699         * package-get.el (package-get-remote): default to nil; by default,
6700         don't go out to the net via EFS.  They must select a download site.
6701         (package-get-download-sites): new variable.
6702         (package-get-download-menu): new function.
6703         (package-get-locate-index-file): new function.
6704         (package-get-update-base): use it.
6705
6706         * menubar-items.el (default-menubar): add "Update Package Index"
6707         and "Add Download Site" menus under Options | Manage Packages.
6708
6709 1998-10-19  Greg Klanderman  <greg@alphatech.com>
6710
6711         * package-get.el (package-get): bugfix code checking installed version
6712         for case where package is not currently installed.
6713         (package-get-require-signed-base-updates): new variable.
6714         (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
6715         deemed not a goot thing.  Use the variable
6716         package-get-allow-unsigned-base-updates instead.
6717
6718 1998-10-16 Greg Klanderman <greg@alphatech.com>
6719
6720         * package-get.el (package-get): Don't install an older version than
6721         we already have unless explicitly told to.  Issue a warning.
6722
6723         * package-ui.el (pui-add-required-packages): when adding
6724         dependencies, don't add packages that are up to date.
6725         (pui-package-symbol-char):  Don't consider a package out of date
6726         if you have a newer version installed than the latest version in
6727         package-get-base.
6728
6729         * package-get.el (package-get-base-filename): document that it may
6730         be a path relative to package-get-remote;  new default value.
6731         (package-get-locate-file): new function.
6732         (package-get-update-base): use it to expand package-get-base-filename.
6733         (package-get-save-base): new function to save the package-get database
6734         to file.
6735         (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
6736         (package-get-update-base): pass the REMOTE-SOURCE arg.
6737         (package-get-update-base-entry): call package-get-custom-add-entry.
6738         (package-get-file-installed-p): removed; no longer needed.
6739         (package-get-create-custom): ditto.
6740         (toplevel): remove code to build and load package-get-custom.el
6741         (package-get-custom-add-entry): new function.
6742
6743 1998-10-12  Hrvoje Niksic  <hniksic@srce.hr>
6744
6745         * wid-edit.el (widget-button-click): Don't switch window.
6746
6747 1998-10-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
6748
6749         * cus-face.el (custom-set-face-update-spec): Add autoload cookie
6750
6751 1998-10-20  Malcolm Box  <malcolm@brownale.demon.co.uk>
6752
6753         * etags.el (find-tag-default): Run find-tag-hook using
6754         run-hooks rather than funcall
6755
6756 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
6757
6758         * isearch-mode.el (isearch-mode): Set the current minor mode maps
6759         and the current local map as the parents to isearch-mode-map.
6760
6761 1998-10-15  SL Baur  <steve@altair.xemacs.org>
6762
6763         * XEmacs 21.2-beta3 is released.
6764
6765 1998-10-15  Greg Klanderman  <greg@alphatech.com>
6766
6767         * package-get.el (package-get-update-base): use
6768         insert-file-contents-internal, not insert-file-contents-literally.
6769
6770 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
6771
6772         * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
6773         dump time.
6774
6775 1998-10-15  Greg Klanderman  <greg@alphatech.com>
6776
6777         * package-get.el (package-get-update-base-entry): new function.
6778         (package-get-update-base): renamed; was `package-get-load-base'.
6779         cleanup, and use package-get-update-base-from-buffer.
6780         (package-get-update-base-from-buffer): new function.
6781         (package-get-update-base-entries): new; helper for above.
6782         Do not eval lisp grabbed over ftp; parse it from new format.
6783
6784 1998-10-15  Greg Klanderman  <greg@alphatech.com>
6785
6786         * files.el (set-auto-mode): Don't play games loading package-get
6787         database; package-get-package-provider will handle it all.
6788
6789 1998-10-14  Greg Klanderman  <greg@alphatech.com>
6790
6791         * package-get.el (package-get-base-filename): new variable.
6792         (package-get-require-base): new function.
6793         (package-get-pgp-signed-begin-line): new variable.
6794         (package-get-pgp-signature-begin-line): ditto.
6795         (package-get-pgp-signature-end-line):  ditto.
6796         (package-get-load-base): new function.
6797         (package-get-interactive-package-query):
6798         (package-get-update-all):
6799         (package-get-dependencies):
6800         (package-get-package-provider):
6801         (package-get-custom): use package-get-require-base.
6802         [package-get-custom loading]: disable for now.
6803
6804         * package-ui.el (pui-list-packages): use (package-get-require-base)
6805
6806 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
6807
6808         * package-ui.el: Correct obvious thinko in choosing extent face.
6809
6810 1998-10-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
6811
6812         * menubar-items.el (default-menubar): pui-list-package has nothing
6813         to with Customize. Move all the package stuff to a new Item in Options.
6814
6815         * package-ui.el (pui-menu): Add menu and Popup menu.
6816
6817         * package-get.el (package-get): Use new
6818         package-admin-get-install-dir.
6819
6820         * package-admin.el (package-admin-get-install-dir): New syntax.
6821         Conserve package location and put mule packages where mule-base is.
6822
6823         * package-get.el : Customized
6824
6825         * package-ui.el (pui): Customized
6826         (pui-package-install-dest-dir): New variable.
6827         (pui-install-selected-packages): Use it
6828
6829 1998-10-12  SL Baur  <steve@altair.xemacs.org>
6830
6831         * package-get.el (package-get-interactive-package-query): Move
6832         dependency on package-get-base to run-time.
6833         (package-get-update-all): Ditto.
6834         (package-get-dependencies): Ditto.
6835         (package-get-package-provider): Ditto.
6836         (package-get-custom): Ditto.
6837
6838 1998-10-11  Glynn Clements  <glynn@sensei.co.uk>
6839
6840         * events.el: Remove 'ascii-character property from 'backspace
6841         and 'delete symbols
6842
6843 1998-10-11  SL Baur  <steve@altair.xemacs.org>
6844
6845         * package-get-base.el: removed.
6846
6847 1998-09-23  Didier Verna  <didier@xemacs.org>
6848
6849         * simple.el (search-caps-disable-folding): moved from isearch-mode.el
6850         (no-upper-case-p): new function.
6851         (with-search-caps-disable-folding): new macro.
6852         (with-interactive-search-caps-disable-folding): new macro.
6853         (zap-to-char): In interactive mode, do a case-sensitive search if
6854         the character is uppercase.
6855         (zap-up-to-char): ditto.
6856
6857         * replace.el (perform-replace): use the function no-upper-case-p.
6858
6859         * isearch-mode.el (isearch-fix-case): ditto.
6860         make obsolete `with-caps-disable-folding' and
6861         `isearch-no-upper-case-p'.
6862
6863         * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
6864         (tags-search): ditto.
6865         (tags-query-replace): ditto.
6866
6867         * info.el (Info-search): ditto.
6868
6869 1998-10-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
6870
6871         * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
6872
6873 1998-10-07  Greg Klanderman  <greg@alphatech.com>
6874
6875         * package-admin.el (package-admin-rmtree): rewritten.  need to
6876         check for "." and ".." before symlink check.  expand files and
6877         directories with respect to DIRECTORY, not default-directory.
6878
6879 1998-10-04  Greg Klanderman  <greg@alphatech.com>
6880
6881         * package-get.el (package-get-all): add INSTALL-DIR argument.
6882
6883 1998-10-06  Greg Klanderman  <greg@alphatech.com>
6884
6885         * package-ui.el (pui-add-required-packages): new function, select
6886         dependent packages.
6887         (pui-display-keymap): bind it.
6888         (pui-help-string): document it.
6889         (pui-install-selected-packages): package-get-all -> package-get.
6890
6891         * package-get.el (package-get-dependencies): new function.
6892
6893 1998-10-04  Hrvoje Niksic  <hniksic@srce.hr>
6894
6895         * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
6896         regexps.
6897
6898 1998-10-05  Hrvoje Niksic  <hniksic@srce.hr>
6899
6900         * mouse.el (default-mouse-track-point-at-opening-quote-p): New
6901         function.
6902         (default-mouse-track-normalize-point): Use it.
6903
6904 1998-09-30  Jan Vroonhof  <vroonhof@math.ethz.ch>
6905
6906         * package-admin.el (package-admin-delete-binary-package):
6907                 General cleanup. Remove unnessary use of progn and
6908         save-excursion.
6909         (package-admin-delete-binary-package): Do NOT mess with file
6910         modes. That is evil.
6911         (package-admin-delete-binary-package): Wrap all deleting in
6912         condition-case. The data in MANIFEST is untrustworthy.
6913         (package-admin-delete-binary-package): Let the OS worry about non
6914         empty directories.
6915
6916 1998-10-09  SL Baur  <steve@altair.xemacs.org>
6917
6918         * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
6919         processing.
6920         (lm-report-bug): Fix mail address to send bug reports to.
6921
6922 1998-09-29  SL Baur  <steve@altair.xemacs.org>
6923
6924         * XEmacs 21.2-beta2 is released.
6925
6926 1998-08-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
6927
6928         * files.el (auto-mode-alist): Enhanced regexp for perl-mode
6929
6930 1998-09-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
6931
6932         * info.el (Info-mode): Document page turning by double clicks in
6933         docstring so `M-x describe-mode' will display it.
6934
6935 1998-09-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
6936
6937         * info.el (Info-mouse-track-double-click-hook): Use character
6938         widths to calculate a border region where double clicking does
6939         page turning, and return `nil' by default so other hooks, such as
6940         region highlighting, will be run.
6941
6942 1998-09-29  Colin Rafferty   <colin@xemacs.org>
6943
6944         * sound.el (default-sound-directory-list): Initialize with all the
6945         "sounds" directories in `data-directory-list'.  It used to just be
6946         the first one.
6947
6948         * packages.el (locate-data-directory-list): Created.  This gives
6949         the list of matching directories, unlike `locate-data-directory',
6950         which just gives the first one.
6951
6952 1998-09-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
6953
6954         * minibuf.el (read-from-minibuffer): No longer bind help-form but
6955         make a binding in the local keymap until help-char handling is
6956         improved.
6957
6958         * help.el (help-keymap-with-help-key): Provide keymap with help
6959         binding.
6960         (help-print-help-form): New helper function.
6961
6962 1998-09-23  Hrvoje Niksic  <hniksic@srce.hr>
6963
6964         * isearch-mode.el (isearch-highlight): set-extent-endpoints can
6965         move extent to another buffer; no need to create a new extent.
6966         (isearch-fix-case): New function.
6967         (isearch-search-and-update): Use it.
6968
6969 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
6970
6971         * isearch-mode.el (isearch-mode): Use overriding-local-map to set
6972         the keymap, not minor-mode-map-alist.
6973         (isearch-done): Restore overriding-local-map.
6974
6975 1998-09-21  Martin Buchholz  <martin@xemacs.org>
6976
6977         * bytecomp.el (byte-compile-buffer-substring):
6978         Fix for: (byte-compile (defun f () (buffer-substring)))
6979         ==>   ** buffer-substring called with 3 args, but requires 0-3
6980         - new code not only works, but is more readable, too.
6981
6982 1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6983
6984         * msw-faces.el (mswindows-init-device-faces): Don't try to
6985           specify a default font at this late stage. Do try to force
6986           creation of the default face font so that if it fails we get
6987           an error now instead of a crash at frame creation.
6988
6989           mswindows-font-canonicalize-name, mswindows-make-font-unbold,
6990           mswindows-make-font-unitalic: Canonical default weight
6991           changed from "Normal" to "Regular".
6992
6993           mswindows-make-font-bold / -bold-italic: Supplied device was
6994           not being passed into call to mswindows-find-smaller-font.
6995
6996 1998-09-10  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
6997
6998         * package-get.el (package-get-remote): Fix the path where to find
6999           the packages on xemacs.org.
7000
7001 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
7002
7003         * about.el (about-maintainer-info): Update Ben's entry.
7004
7005 1998-09-24  Martin Buchholz  <martin@xemacs.org>
7006
7007         * lisp/shadow.el (find-emacs-lisp-shadows):
7008         - `member' was being called on lists of length 2000!
7009         - Replace with hashtables.
7010         - Replace hand-coded loops with (dolist)
7011         - Fix comment typo
7012
7013 1998-09-20  Darryl Okahata  <darrylo@sr.hp.com>
7014
7015         * packages.el: Added new function, `package-delete-name', to
7016           delete existing packages from the installed package database
7017           (`packages-package-list').  Also added the "pkginfo" directory
7018           to `packages-special-base-regexp', so that the pkginfo directory
7019           would not get added to `late-packages'.
7020
7021         * package-admin.el: Added ability to delete an installed package
7022           (added low-level function, `package-admin-delete-package').
7023           Understands how to use the pkginfo/MANIFEST.<package> file to
7024           delete the package.  When installing a package, will also
7025           create a MANIFEST.* file if one is not provided by the
7026           package.  If the MANIFEST.* doesn't exist when deleting a
7027           package, the functions will fall back to attempting to delete
7028           any package-specific lisp directory.
7029
7030         * package-get.el: Moved some functions to package-admin.el.
7031           Added interactive function `package-get-delete-package', for
7032           use by users for deleting a package.
7033
7034           Also modified to not require the presence of efs.
7035
7036 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
7037
7038         * files.el (find-file-noselect): Handle all signals, kill the
7039         buffer and resignal.
7040
7041 1998-09-23  SL Baur  <steve@altair.xemacs.org>
7042
7043         * cl-macs.el (glyph-image): Add setf method.
7044
7045 1998-09-06  Darryl Okahata  <darrylo@sr.hp.com>
7046
7047         * package-get.el: Fixed broken EFS downloading.  Also, look for
7048           .tar.gz files first, in preference over .tgz files.
7049
7050         * package-ui.el: Fix display of package version numbers.
7051
7052 1998-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
7053
7054         * x-font-menu.el (font-menu-set-font):  Add "pt" units to size
7055         argument.
7056
7057 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
7058
7059         * list-mode.el: `display-completion-list': added new/optional
7060           keyword `:completion-string', which allows the programmer to
7061           change the "Possible completions are:" prompt.
7062
7063         * menubar-items.el: Added new pulldown menu-pick to start up the
7064           visual package browser/installer:
7065
7066                 Options->Customize->List Packages
7067
7068         * package-admin.el: Added hooks for installing under both Unix
7069           and MS Windows.  Does additional error checking.  No longer
7070           calls "add-big-package.sh" to install packages under Unix; now
7071           calls gunzip & tar directly.
7072
7073         * package-get.el: Added ability to install packages from files
7074           on a local disk/CDROM.  Now deletes any existing package lisp
7075           directory.  Does completion on available packages when
7076           querying for package names.  Will also search for .tgz files
7077           in addition for .tar.gz files.  Tries to reload
7078           auto-autoloads, as a convenience when loading new packages,
7079           and also tries to add any new package paths to `load-path'.
7080           Changed all occurences of `concat' to use `expand-file-name'.
7081
7082         * package-ui.el: New file which implements the main visual
7083           package browser/installer, which is started via a menu pick or
7084           M-x pui-list packages.
7085
7086 1998-09-03  Hrvoje Niksic  <hniksic@srce.hr>
7087
7088         * startup.el (load-init-file): spelling fix.
7089
7090 1998-09-02  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7091
7092         * startup.el (normal-top-level): Load auto-autoload files
7093         covariantly with their precedence.
7094
7095 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
7096
7097         * menubar-items.el (default-menubar): Remove "Font Weight"
7098         option, there is currently no custom equivalent.. Customize-faces
7099         is "Edit faces".
7100
7101         * x-font-menu.el (font-menu-set-font): Use customize to set
7102         default face.
7103
7104         * faces.el (face-spec-update-all-matching): New function.
7105
7106         * cus-face.el (custom-set-face-update-spec): New function.
7107         Interface to customize faces from elisp.
7108
7109         (custom-face-value-create): Show the customized settings if set
7110         but not saved.
7111
7112 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
7113
7114         (custom-face-value-create): Show the customized settings if set
7115         but not saved.
7116
7117 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
7118
7119         * keydefs.el (global-map): Add FSF 20.3 binding of
7120         query-replace-regexp.
7121
7122 1998-08-21  Greg Klanderman  <greg@alphatech.com>
7123
7124         * minibuf.el (read-file-name-internal-1): use
7125         user-name-completion-1 instead of user-name-completion.
7126
7127 1998-08-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7128
7129         * loadup.el:
7130         * make-docfile.el:
7131         * update-elc.el: Don't set `source-directory' (now defunct as a
7132         global variable) no more.
7133
7134         * packages.el (packages-list-autoloads): Made `source-directory'
7135         (now defunct as a global variable) a parameter.
7136
7137 1998-08-13  Carsten Leonhardt  <leo@arioch.oche.de>
7138
7139         * about.el (about-hackers): new email
7140
7141 1998-08-16  SL Baur  <steve@altair.xemacs.org>
7142
7143         * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
7144
7145 1998-07-17  Didier Verna  <didier@xemacs.org>
7146
7147         * faces.el (set-face-property):
7148         (set-face-dim-p):
7149         (face-dim-p): updated the doc strings now that the dim property isn't
7150         tty-specific.
7151         (face-equal): the dim property is now a common one.
7152
7153         * cus-face.el (custom-face-attributes): New face attribute: `dim'
7154         Renamed the `stipple' attribute to `background-pixmap'.
7155         (custom-face-background-pixmap): make custom-face-stipple an
7156         obsolete alias for this.
7157
7158 1998-08-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7159
7160         * find-paths.el (paths-file-readable-directory-p): Created and
7161         used.
7162
7163         * loadup.el: Don't set inhibit-... flags from run-temacs.
7164
7165 1998-08-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
7166
7167         * packages.el (packages-data-path-depth): Added and used.
7168
7169 1998-08-05  Charles G. Waldman <cgw@pgt.com>
7170
7171         * about.el:
7172         - Change .xpm to .png, delete "zcat" section.
7173         - cosmetic fix in the 'marcpa' entry.
7174
7175         * etc/photos
7176         - convert all .xpm.Z to .png
7177         - rename mrb to martin
7178         - rename mcook-m to mcookm
7179
7180 1998-07-31  Martin Buchholz  <martin@xemacs.org>
7181
7182         * x-init.el (x-initialize-compose): Add support for
7183         dead-circumflex as YET ANOTHER NAME for that dead key.
7184
7185 1998-08-05  Colin Rafferty <colin@xemacs.org>
7186
7187         * setup-paths.el (paths-construct-exec-path): Made the
7188         last-packages really be last.
7189         (paths-construct-data-directory-list): Ditto.
7190
7191 1998-08-01  Kai Haberzettl  <khaberz@synnet.de>
7192
7193         * startup.el(startup-splash-frame-body):
7194         Update Copyright notice in splash screen
7195
7196 1998-07-20  Greg Klanderman  <greg@alphatech.com>
7197
7198         * minibuf.el (read-file-name-internal-1): do ~user completion.
7199
7200 1998-07-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
7201
7202         * font-lock.el (font-lock-fontify-glumped-region): Add guard
7203         aginst destroyed extents
7204
7205 1998-07-24  Greg Klanderman  <greg@alphatech.com>
7206
7207         * package-get.el (package-get): add `install-dir' argument.
7208
7209 1998-07-20  John Jones  <jj@asu.edu>
7210
7211         * package-get.el: calls to package-get-update-all will only
7212           update packages which are already installed.
7213
7214 1998-07-23  SL Baur  <steve@altair.xemacs.org>
7215
7216         * autoload.el (update-file-autoloads): Ensure autoloads buffer is
7217         writable.
7218
7219 1998-07-20  Colin Rafferty   <colin@xemacs.org>
7220
7221         * about.el (about-hackers): Correct my email.
7222
7223 1998-07-20  Kai Haberzettl  <khaberz@synnet.de>
7224
7225         * about.el (about-hackers): new email-address.
7226
7227 1998-07-25  SL Baur  <steve@altair.xemacs.org>
7228
7229         * minibuf.el (read-number): Don't let `input-error' condition
7230         escape.
7231
7232 1998-07-20  Greg Klanderman  <greg@alphatech.com>
7233
7234         * about.el (about-hackers): use my `email-for-life' address.
7235
7236 1998-07-19  SL Baur  <steve@altair.xemacs.org>
7237
7238         * XEmacs 21.2-beta1 is released.
7239
7240 1998-07-12  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7241
7242         * ldap.el (ldap-search): Doc string change
7243
7244 1998-07-16  Colin Rafferty   <colin@xemacs.org>
7245
7246         * menubar-items.el (default-menubar): Removed references to
7247         `data-directory', and use `locate-data-file' instead, and made
7248         then greyed out if they don't exist.
7249
7250 1998-07-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7251
7252         * keymap.el (events-to-keys): Use `format' instead of `concat'
7253         since the latter does not accept integer args anymore
7254
7255 1998-07-15  SL Baur  <steve@altair.xemacs.org>
7256
7257         * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
7258         macros replaced.
7259
7260 1998-07-14  SL Baur  <steve@altair.xemacs.org>
7261
7262         * make-docfile.el: Get first initialization from very-early-lisp.el
7263         * update-elc.el: Ditto.
7264         * loadup.el (really-early-error-handler): Ditto.
7265
7266         * packages.el (packages-unbytecompiled-lisp): Add new file,
7267         very-early-lisp.el.
7268
7269         * very-early-lisp.el: New file.
7270
7271 1998-07-14  SL Baur  <steve@altair.xemacs.org>
7272
7273         * Symbols that have been obsolete for at least 3 years removed (II).
7274
7275         * obsolete.el (eval-current-buffer): Make compatible.
7276         (byte-code-function-p): Ditto.
7277         (send-string): Removed.
7278         (send-region): Removed.
7279         (screen-scrollbar-width): Removed.
7280         (set-screen-scrollbar-width): Removed.
7281         (set-screen-left-margin-width): Removed.
7282         (set-screen-right-margin-width): Removed.
7283         (screen-left-margin-width): Removed.
7284         (screen-right-margin-width): Removed.
7285         (set-buffer-left-margin-width): Removed.
7286         (set-buffer-right-margin-width): Removed.
7287         (buffer-left-margin-width): Removed.
7288         (buffer-right-margin-width): Removed.
7289         (x-set-frame-icon-pixmap): Removed.
7290         (x-set-screen-icon-pixmap): Removed.
7291         (pixel-name): Removed.
7292         (make-pixmap): Removed.
7293         (make-cursor): Removed.
7294         (pixmap-width): Removed.
7295         (pixmap-contributes-to-line-height-p): Removed.
7296         (set-pixmap-contributes-to-line-height): Removed.
7297
7298 1998-07-13  SL Baur  <steve@altair.xemacs.org>
7299
7300         * obsolete.el (popup-menu-up-p): removed.
7301         (read-no-blanks-input): Removed.
7302         (wholenump): Removed.
7303         (ring-mod): Removed (what was ring-mod?).
7304         (current-time-seconds): Removed.
7305         (run-special-hook-with-args): Removed.
7306         (dot): Removed.
7307         (dot-marker): Removed.
7308         (dot-min): Removed.
7309         (dot-max): Removed.
7310         (window-dot): Removed.
7311         (set-window-dot): Removed.
7312
7313         * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
7314         `dot-min'.
7315
7316         * minibuf.el: (read-no-blanks-input): remove commented-out copy.
7317
7318         * code-files.el (insert-file-contents): Rename
7319         run-special-hook-with-args to run-hook-with-args-until-success.
7320         (write-region): Ditto.
7321
7322 1998-07-12  SL Baur  <steve@altair.xemacs.org>
7323
7324         * about.el: Fix typos, update release date.
7325
7326         * Symbols that have been obsolete for at least 3 years removed.
7327
7328         * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
7329         screen- functions.
7330         (toplevel): remove setf methods for screen functions.
7331         * cl-macs.el (extent-data): defsetf removed.
7332         * obsolete.el (lisp-indent-hook): Make compatible, it's used too
7333         many places to remove.
7334         (comment-indent-hook): Ditto.
7335         * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
7336         (buffer-dedicated-screen): Ditto.
7337         (deiconify-screen): Ditto.
7338         (delete-screen): Ditto.
7339         (event-screen): Ditto.
7340         (find-file-other-screen): Ditto.
7341         (find-file-read-only-other-screen): Ditto.
7342         (live-screen-p): Ditto.
7343         (screen-height): Ditto.
7344         (screen-iconified-p): Ditto.
7345         (screen-list): Ditto.
7346         (screen-live-p): Ditto.
7347         (screen-name): Ditto.
7348         (screen-parameters): Ditto.
7349         (screen-pixel-height): Ditto.
7350         (screen-pixel-width): Ditto.
7351         (screen-root-window): Ditto.
7352         (screen-selected-window): Ditto.
7353         (screen-totally-visible-p): Ditto.
7354         (screen-visible-p): Ditto.
7355         (screen-width): Ditto.
7356         (screenp): Ditto.
7357         (get-screen-for-buffer): Ditto.
7358         (get-screen-for-buffer-noselect): Ditto.
7359         (get-other-screen): Ditto.
7360         (iconify-screen): Ditto.
7361         (lower-screen): Ditto.
7362         (mail-other-screen): Ditto.
7363         (make-screen): Ditto.
7364         (make-screen-invisible): Ditto.
7365         (make-screen-visible): Ditto.
7366         (modify-screen-parameters): Ditto.
7367         (new-screen): Ditto.
7368         (next-screen): Ditto.
7369         (next-multiscreen-window): Ditto.
7370         (other-screen): Ditto.
7371         (previous-screen): Ditto.
7372         (previous-multiscreen-window): Ditto.
7373         (raise-screen): Ditto.
7374         (redraw-screen): Ditto.
7375         (select-screen): Ditto.
7376         (selected-screen): Ditto.
7377         (set-buffer-dedicated-screen): Ditto.
7378         (set-screen-height): Ditto.
7379         (set-screen-position): Ditto.
7380         (set-screen-size): Ditto.
7381         (set-screen-width): Ditto.
7382         (show-temp-buffer-in-current-screen): Ditto.
7383         (switch-to-buffer-other-screen): Ditto.
7384         (visible-screen-list): Ditto.
7385         (window-screen): Ditto.
7386         (x-set-screen-pointer): Ditto.
7387         (x-set-frame-pointer): Ditto.
7388         (screen-title-format): Ditto.
7389         (screen-icon-title-format): Ditto.
7390         (terminal-screen): Ditto.
7391         (delete-screen-hook): Ditto.
7392         (create-screen-hook): Ditto.
7393         (mouse-enter-screen-hook): Ditto.
7394         (mouse-leave-screen-hook): Ditto.
7395         (map-screen-hook): Ditto.
7396         (unmap-screen-hook): Ditto.
7397         (default-screen-alist): Ditto.
7398         (default-screen-name): Ditto.
7399         (x-screen-defaults): Ditto.
7400         (x-create-screen): Ditto.
7401         * obsolete.el: meta-flag removed.
7402         baud-rate removed.
7403         sleep-for-millisecs removed.
7404         extent-data removed.
7405         set-extent-data removed.
7406         set-extent-attribute removed.
7407         extent-glyph removed.
7408         extent-layout removed.
7409         set-extent-layout removed.
7410         list-faces-display removed.
7411         list-faces removed.
7412         trim-versions-without-asking removed.
7413         after-write-file-hooks removed.
7414         truename removed.
7415         auto-fill-hook removed.
7416         blink-paren-hook removed.
7417         select-screen-hook, deselect-screen-hook removed.
7418         auto-raise-screen, auto-lower-screen removed.
7419
7420         * msw-mouse.el: Global change resource -> mswindows-resource.
7421
7422         * XEmacs 21.0-pre5 is released.
7423
7424 1998-07-11  SL Baur  <steve@altair.xemacs.org>
7425
7426         * about.el (about-hackers): Credits update.
7427
7428 1998-07-11  Hrvoje Niksic  <hniksic@srce.hr>
7429
7430         * register.el (insert-register): Don't activate the region.
7431
7432 1998-07-10  SL Baur  <steve@altair.xemacs.org>
7433
7434         * select.el: Restore x-* symbols for backwards compatibility:
7435         x-copy-primary-selection, x-kill-primary-selection,
7436         x-delete-primary-selection, x-select-make-extent-for-selection,
7437         x-valid-simple-selection-, x-cut-copy-clear-internal.
7438
7439 1998-07-09  SL Baur  <steve@altair.xemacs.org>
7440
7441         * XEmacs 21.0-pre4 is released.
7442
7443 1998-06-28  Hrvoje Niksic  <hniksic@srce.hr>
7444
7445         * menubar-items.el (default-menubar): Use `report-emacs-bug' for
7446         reporting bugs.
7447         (maybe-add-init-button): Fix semantics under Windows.  Use
7448         `expand-file-name' rather than `concat'.
7449
7450         * help.el (print-messages): New function.
7451
7452 1998-07-05  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7453
7454         * ldap.el (ldap-host-parameters-alist): Docstring fixes
7455
7456 1998-07-04  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7457
7458         * about.el: Tweaked my entry in about-hackers.
7459
7460         * find-paths.el (paths-emacs-root-p):
7461           Relaxed emacs-root checking of an in-place installation to
7462           also accommodate the flat layout used on MS Windows.
7463
7464 1998-06-29  John Jones  <jj@asu.edu>
7465
7466         * package-get.el: calls to package-get-update-all will only
7467           update packages which are already installed.
7468
7469 1998-07-05  Andy Piper  <andyp@parallax.co.uk>
7470
7471         * faces.el (xpm-color-symbols): remove hardcoded defaults these
7472         are handled by the gui-element face fallbacks now.
7473
7474         * x-faces.el: default gui-element face to "background" as well as
7475         the default face.
7476
7477         * msw-faces.el (mswindows-init-device-faces): remove gui-element
7478         and default face settings since these are set as fallbacks now in
7479         the appropriate domain.
7480
7481 1998-07-02  SL Baur  <steve@altair.xemacs.org>
7482
7483         * text-mode.el (text-mode): Reorder regexp so the OR part
7484         corresponding to `page-delim' goes first and the hack in
7485         `forward-paragraph' will work.
7486         With bug analysis from Bob Weiner <weiner@altrasoft.com>
7487
7488 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
7489
7490         * subr.el (remove-hook): When checking the hook value
7491           with functionp, don't apply car to it.
7492
7493 1998-06-24  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7494
7495         * package-get.el (package-get-remote-filename):
7496           Don't use file-name-as-directory because the local directory
7497           separator conventions might not be the same as ftp's.
7498
7499 1998-06-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7500
7501         * ldap.el (ldap-host-parameters-alist): New name of
7502         `ldap-host-parameters-plist'
7503
7504 1998-06-26  Adrian Aichner  <adrian@xemacs.org>
7505
7506         * package-get.el: Using (require 'package-get-base), now that it
7507         provides itself.  Consequently removed all instances of (load
7508         "package-get-base.el").
7509
7510 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
7511
7512         * subr.el (remove-hook): Don't treat the hook value as a
7513           list unless it is both consp and not functionp.
7514
7515 1998-06-29  SL Baur  <steve@altair.xemacs.org>
7516
7517         * about.el: Email address for Ben Wing is ben@xemacs.org.
7518         * auto-show.el: Ditto.
7519         * bytecomp.el: Ditto.
7520         * faces.el: Ditto.
7521         * x-scrollbar.el: Ditto.
7522         * x-misc.el: Ditto.
7523         * tty-init.el: Ditto.
7524         * toolbar-items.el: Ditto.
7525         * symbol-syntax.el: Ditto.
7526         * specifier.el: Ditto.
7527         * objects.el: Ditto.
7528         * hyper-apropos.el: Ditto.
7529         * glyphs.el: Ditto.
7530
7531 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
7532
7533         * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
7534         vertical-divider-always-visible-p.
7535         (default-mouse-motion-handler): Ditto.
7536
7537 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
7538
7539         * scrollbar.el (scrollbars-visible-p): Simplify.  Always set the
7540         global value.
7541
7542 1998-06-21  Oliver Graf <ograf@fga.de>
7543
7544         * build-reports.el: changed receiver to xemacs-build-reports list
7545
7546 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7547
7548         * font.el: Split font-family-mappings into X and
7549           mswindows-specific versions.
7550           mswindows-font-create-[object|name]: Treat supplied size
7551           as a pointsize. Added underline and strikethru handling.
7552
7553         * msw-faces.el: changed default mswindows charset to western.
7554
7555         * msw-glyphs.el: removed space in border-glyph font string that
7556           was inserted to get round bugs in the mswindows C font code.
7557
7558 1998-06-27  SL Baur  <steve@altair.xemacs.org>
7559
7560         * about.el (about-hackers): Credits update.
7561
7562         * help-nomule.el (tutorial-supported-languages): Add Romanian
7563         TUTORIAL.
7564
7565         * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
7566         to ISO-8859-2.
7567
7568 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7569
7570         * font.el: Split font-family-mappings into X and
7571           mswindows-specific versions.
7572           mswindows-font-create-[object|name]: Treat supplied size
7573           as a pointsize. Added underline and strikethru handling.
7574
7575         * msw-faces.el: changed default mswindows charset to western.
7576
7577         * msw-glyphs.el: removed space in border-glyph font string that
7578           was inserted to get round bugs in the mswindows C font code.
7579
7580 1998-06-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
7581
7582         * minibuf.el: make read-color-completion-table call
7583           (mswindows-color-list for mswindows devices.
7584
7585 1998-06-18  Sam Mikes  <smikes@alumni.hmc.edu>
7586
7587         * lisp/font-lock.el
7588         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
7589         Let declaration items contain non-word symbol characters.
7590
7591 1998-06-15  Adrian Aichner  <adrian@xemacs.org>
7592
7593         * package-get.el (package-get-package-provider): Added autoload
7594         cookie.  Loading "package-get-base.el" in ALL functions that use
7595         it.  Fixed some (interactive ...) with multiple argument specs
7596         again.  Cosmetic indentation changes.
7597
7598 1998-05-27  Glynn Clements  <glynn@sensei.co.uk>
7599
7600         * info.el (Info-insert-dir): Don't use nreverse on variables
7601         that you want to use later.
7602
7603 1998-06-17  Glynn Clements  <glynn@sensei.co.uk>
7604
7605         * x-mouse.el (x-set-point-and-move-selection): Replace call
7606         to x-kill-primary-selection with kill-primary-selection
7607
7608 1998-06-12  Martin Buchholz  <martin@xemacs.org>
7609
7610         * simple.el (what-cursor-position): Make cursor position reported
7611         use value of column-number-start-at-one
7612
7613 1998-06-17  SL Baur  <steve@altair.xemacs.org>
7614
7615         * about.el (xemacs-hackers): Fix Jareth's email address.
7616
7617 1998-06-16  SL Baur  <steve@altair.xemacs.org>
7618
7619         * startup.el (startup-splash-frame): Remove
7620         `xemacs-startup-logo-function'.
7621
7622 1998-06-15  SL Baur  <steve@altair.xemacs.org>
7623
7624         * about.el (about-hackers): Update credits list.
7625
7626 1998-06-06  Jeff Miller <jmiller@smart.net>
7627
7628         * lisp/sound.el: Update sound-ext to allow filenames with
7629           extensions to be found by load-sound-file
7630
7631 1998-06-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
7632
7633         * info.el (Info-rebuild-outdated-dir): Removed variable
7634         (Info-auto-generate-directory): New variable
7635         (Info-save-auto-generated-dir): New variable
7636         (Info-maybe-update-dir): Use `Info-auto-generate-directory'
7637         (Info-build-dir-anew): Second parameter removed.  Use
7638         `Info-save-auto-generated-dir'
7639         (Info-rebuild-dir): Ditto
7640
7641 1998-06-02  Christoph Wedler  <wedler@fmi.uni-passau.de>
7642
7643         * list-mode.el (next-list-mode-item): Would not recognize
7644         border between directly neighbored items.
7645
7646 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
7647
7648         * package-get.el: add autoloads for some functions.
7649
7650 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
7651
7652         * specifier.el (let-specifier): Tiny docfixes.
7653
7654 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
7655
7656         * msw-mouse.el: set selection-pointer-glyph to Normal.
7657
7658 1998-06-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7659
7660         * wid-edit.el (widget-specify-secret): New function.
7661         (widget-after-change): Use it.
7662         (widget-specify-field): Use it.
7663
7664 1998-06-08  Hrvoje Niksic  <hniksic@srce.hr>
7665
7666         * mouse.el (drag-window-divider): Use `(not done)' instead of
7667         `doit'; reuse result of `window-pixel-edges'.
7668
7669         * modeline.el (drag-modeline-event-lag): Rename to
7670         drag-divider-event-lag.
7671
7672 1998-06-07  Hrvoje Niksic  <hniksic@srce.hr>
7673
7674         * specifier.el (let-specifier): Rewritten not to generate needless
7675         `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
7676         arguments.
7677
7678 1998-05-28  Hrvoje Niksic  <hniksic@srce.hr>
7679
7680         * minibuf.el (read-file-name-1): Setup buffer-local value of
7681         `completion-ignore-case' in completions buffer under Windows.
7682
7683 1998-06-06  Kirill M. Katsnelson  <kkm@kis.ru>
7684
7685         * about.el (about-maintainer-glyph): Fix support for not
7686         compressed images.
7687
7688 1998-06-04  Kirill M. Katsnelson  <kkm@kis.ru>
7689
7690         * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
7691
7692         * mouse.el (mouse-track): Cancel selection if misc-user event with
7693         `cancel-mode-internal' function is fetched.
7694
7695 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
7696
7697         * files.el (save-some-buffers-1): Fixed return value.
7698
7699 1998-06-01  Oliver Graf <ograf@fga.de>
7700
7701         * dragdrop.el: added experimental
7702
7703 1998-05-26  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
7704
7705         * startup.el (after-init-hook, init-file-user,
7706         user-init-directory, load-user-init-file):  Purge references
7707         to "~/.xemacs/init.el" from docstrings.
7708
7709         (load-user-init-file) Use paths-construct-path to construct
7710         paths to user init files.  Go directly to ~/.emacs, do not
7711         search ~/.xemacs/, do not load `default-custom-file'.
7712
7713 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
7714
7715         * files.el (interpreter-mode-alist): Catch wish and tclsh before
7716         general *sh.
7717         (inhibit-first-line-modes-regexps): Added `.tar.gz'.
7718
7719 1998-06-03  Andy Piper  <andyp@parallax.co.uk>
7720
7721         * menubar-items.el (default-menubar): add Update Packages to customize
7722         menu.
7723
7724 1998-06-02  Andy Piper  <andyp@parallax.co.uk>
7725
7726         * faces.el: use toolbar face as a fallback for toolbar properties
7727         in xpm-color-symbols instead of default.
7728
7729         * msw-faces.el: rename 3d-object -> gui-element face.
7730
7731 1998-06-06  SL Baur  <steve@altair.xemacs.org>
7732
7733         * startup.el (xemacs-startup-logo-function): New variable.
7734         (startup-splash-frame): Use it.
7735
7736 1998-06-02  Hrvoje Niksic  <hniksic@srce.hr>
7737
7738         * files.el (save-some-buffers): Would wait 1 second.
7739         (save-some-buffers-1): Delete other windows here instead of in
7740         `save-some-buffers'.
7741         (save-some-buffers): Force redisplay only if windows were deleted.
7742
7743 1998-06-02  Didier Verna  <didier@xemacs.org>
7744
7745         * cus-face.el (custom-face-attributes): generalized the use of
7746         toggle buttons for boolean attributes.
7747         Re-ordered the items a bit.
7748
7749 1998-06-01  SL Baur  <steve@altair.xemacs.org>
7750
7751         * sound.el (default-sound-directory): Use `locate-data-directory'
7752         to find the sounds directory.
7753
7754 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
7755
7756         * sound.el: default sound-ext to .wav under mswindows, .au
7757         otherwise. load-default sounds without extensions.
7758
7759 1998-05-27  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
7760
7761         * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
7762         if send-pr is not bound.
7763
7764 1998-06-01  Andy Piper  <andyp@parallax.co.uk>
7765
7766         * files.el: grok idl files in auto-mode-alist.
7767 1998-06-01  Jeff Miller  <jmiller@smart.net>
7768
7769         * minibuf.el (exact-minibuffer-completion-p): check for nil before
7770         calling `upcase'.
7771
7772 1998-05-30  Andy Piper  <andyp@parallax.co.uk>
7773
7774         * msw-glyphs.el: add xbm to the list of image types supported.
7775
7776 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
7777
7778         * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
7779         instead of XEmacs one when dumping InfoDock.
7780
7781 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
7782
7783         * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
7784         for `modeline-visible-p'
7785
7786         * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
7787
7788 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
7789
7790         * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
7791         since it's not used anymore. doc string fixes.
7792
7793         * package-get.el (package-get-file-installed-p): new function. use
7794         instead of file-installed-p which is in an external package.
7795
7796 1998-05-28  Oliver Graf <ograf@fga.de>
7797
7798         * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
7799         favor of select-window/switch-to-buffer
7800
7801 Wed May 27, 1998  Darryl Okahata  <darrylo@sr.hp.com>
7802
7803         * startup.el: changed (getenv "HOME") to (user-home-directory)
7804
7805 1998-05-25  Oliver Graf <ograf@fga.de>
7806
7807         * frame.el (cde-start-drag) moved to dragdrop.el
7808         (offix-start-drag-region) moved to dragdrop.el
7809         (offix-start-drag) moved to dragdrop.el
7810         * dragdrop.el (cde-start-drag) moved from frame.el
7811         (offix-start-drag-region) moved from frame.el
7812         (offix-start-drag) moved from frame.el
7813         (cde-start-drag-region) cde drag regions
7814         * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
7815
7816 1998-05-26  Oliver Graf <ograf@fga.de>
7817
7818         * dragdrop.el: created dragdrop-drag prototypes
7819         (cde-start-drag-region) fixed typo
7820
7821 1998-05-28  SL Baur  <steve@altair.xemacs.org>
7822
7823         * simple.el (after-init-hook): Remove reader macro.
7824
7825         * packages.el (packages-hardcoded-lisp): Get rid of reader
7826         macros.  Update DOC string.
7827
7828 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
7829
7830         * mouse.el (drag-window-divider): Ditto.
7831
7832         * modeline.el (mouse-drag-modeline): Use it.
7833
7834         * lisp-mode.el (let-specifier): Specify indentation.
7835
7836         * specifier.el (let-specifier): Renamed from
7837         `with-specifier-instance'.
7838
7839 1998-05-27  Andy Piper  <andyp@parallax.co.uk>
7840
7841         * x-faces.el:
7842         * faces.el: move definition of xpm-color-symbols from x-faces.el
7843         to faces. Predicate x-get-resource on the presence of x.
7844
7845         * msw-faces.el: set 3d-object face rather than modeline. Specify
7846         faces as specfier defaults.
7847
7848         * package-get.el: don't use package-admin-add-single-file-package.
7849
7850 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
7851
7852         * toolbar-items.el: Fixup tooltips.
7853         (toolbar-gnus): Don't use obsolete variable
7854         toolbar-news-frame-properties.
7855         (toolbar-news-reader): Default to `gnus' instead of
7856         `not-configured'.
7857
7858         * files.el (auto-mode-alist): Correctly recognize `.emacs' under
7859         Windows.
7860
7861 1998-05-25  Andy Piper  <andyp@parallax.co.uk>
7862
7863         * package-get.el: rename -installedp -> -installed-p.
7864
7865 1998-05-23  Kirill M. Katsnelson  <kkm@kis.ru>
7866
7867         * glyphs.el (init-glyphs): Created `border-glyph' face, with no
7868         attributes, and assinged it to continuation, truncation and
7869         hscroll glyphs.
7870
7871         * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
7872         and made continuation, truncation and hscroll glyphs arrow
7873         characters out of that font.
7874
7875 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
7876
7877         * minibuf.el (minibuffer-electric-separator): Play nicely with
7878         directory-sep-char being \.
7879         (minibuffer-electric-tilde): Ditto.
7880         (read-file-name-map): Ditto.
7881
7882 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
7883
7884         * mouse.el (default-mouse-track-maybe-own-selection): Pause only
7885         on X devices.
7886         (default-mouse-track-deal-with-down-event): Avoid
7887         `x-disown-selection'; use `disown-selection' instead.
7888
7889 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
7890
7891         * select.el:
7892         * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
7893         moved to (cut-copy-clear-internal) in select.el. Ditto for
7894         (x-delete-primary-selection) (x-kill-primary-selection)
7895         (x-copy-primary-selection).
7896         (own-clipboard): new function.
7897
7898         * msw-select.el: use the new kill/delete/copy/cut-copy-clear
7899         functions in select.el. remove old ones.
7900         (mswindows-own-clipboard): new function.
7901
7902 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
7903
7904         * gnuserv.el: allow connections from mswindows type devices.
7905
7906 1998-05-20  Andy Piper  <andyp@parallax.co.uk>
7907
7908         * msw-glyphs.el: change image type used from cursor to resource.
7909
7910 1998-05-20  Kirill M. Katsnelson  <kkm@kis.ru>
7911
7912         * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
7913         for {top,bottom}-{left,right} values in addition to
7914         {top,bottom}_{left,right}.
7915         Use x-get-resource instead of x-get-resource-and-bogosity-check.
7916
7917 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
7918
7919         * cl-macs.el (specifier-instance): Undefine its setf method.
7920
7921         * specifier.el (with-specifier-instance): Added docstring.
7922
7923         * mouse.el (drag-window-divider): Ditto.
7924
7925         * modeline.el (mouse-drag-modeline): Use it.
7926
7927         * lisp-mode.el (with-specifier-instance): Define its indentation
7928         level.
7929
7930         * specifier.el (with-specifier-instance): New macro.
7931
7932 1998-05-19  Andy Piper  <andyp@parallax.co.uk>
7933
7934         * package-get.el (package-get-create-custom): new function to
7935         auto-generate package-get-custom.el from package-get-base.el.
7936         * (package-get-ever-installedp): new function.
7937         * (package-get-custom): new function to get all packages specified
7938         by customize.
7939
7940 1998-05-19  Hrvoje Niksic  <hniksic@srce.hr>
7941
7942         * cus-edit.el (custom-file): Revert to `~/.emacs'.
7943
7944 1998-05-23  SL Baur  <steve@altair.xemacs.org>
7945
7946         * cl-extra.el: Reverse previous float change.
7947
7948 1998-05-17  Andy Piper  <andyp@parallax.co.uk>
7949
7950         * x-faces.el:
7951         * faces.el (try-font-name): moved from x-faces.el since it is
7952         required by w3 under mswindows as well X.
7953
7954 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
7955
7956         * winnt.el: Removed evil (setq completion-ignore-case t)
7957         clause, one more overlookef fsfism.
7958         (nt-quote-args-functions-alist): End sentences with double space.
7959
7960 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
7961
7962         * window-xemacs.el (push-window-configuration): Remove kludgery of
7963         recaching default-toolbar specifier.
7964         (pop-window-configuration): Ditto.
7965         (unpop-window-configuration): Ditto.
7966
7967 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
7968
7969         * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
7970
7971 1998-05-17  Kirill M. Katsnelson  <kkm@kis.ru>
7972
7973         * winnt.el (nt-quote-args-verbatim): Added function.
7974         (nt-quote-args-prefix-quote): Added function.
7975         (nt-quote-args-backslash-quote): Added function.
7976         (nt-quote-args-double-quote): Added function.
7977         (nt-quote-args-functions-alist): New variable.
7978         (nt-quote-process-args): Added function. This is the main quoting
7979         work horse called from process-nt.c
7980
7981 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
7982
7983         * winnt.el: Removed duplicate definitions for backspace,
7984         delete, M-backspace and C-M-backspace.
7985         (file-name-buffer-file-type-alist): Removed this variable.
7986         (find-buffer-file-type): Removed function.
7987         (find-file-binary):  Removed function.
7988         (find-file-text): Removed function.
7989         (find-file-not-found-set-buffer-file-type): Removed function.
7990         (save-to-unix-hook): Removed function.
7991         (revert-from-unix-hook): Removed function.
7992         (using-unix-filesystems): Removed function.
7993         (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
7994         warning.
7995         (x-set-selection): Removed function.
7996         (x-get-selection): Removed function.
7997         Removed commented FSFisms.
7998         Replaced copyright notice (this file is not part of GNU Emacs).
7999         (nt-shell-mode-hook): Moved here from a lambda expression. Added
8000         comint-process-echoes setting to t.
8001
8002 1998-05-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8003
8004         * packages.el (packages-no-package-hierarchy-regexp): Introduced
8005         and used following the interface change of
8006         `paths-find-recursive-path'.
8007
8008         * find-paths.el (paths-find-recursive-path): Exclusion is now by a
8009         regexp instead of a list of base names.
8010         (paths-version-control-filename-regexp):
8011         (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
8012         Introduced and used following the interface change of
8013         `paths-find-recursive-path'.
8014
8015 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
8016
8017         * simple.el (delete-forward-p): Make it a defun; do X garbage only
8018         on X devices, rather than on all non-TTY devices.
8019
8020 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
8021
8022         * msw-mouse.el: New file. Sets up cursor shapes for Windows.
8023
8024         * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
8025
8026 1998-05-17  Adrian Aichner  <adrian@xemacs.org>
8027
8028         * itimer.el (activate-itimer): Fixed usage of integers
8029         as argument to `concat'.
8030
8031 1998-05-17  Glynn Clements  <glynn@sensei.co.uk>
8032
8033         * itimer.el (start-itimer): replace the use of `concat' with
8034         `format'
8035
8036 1998-05-16  SL Baur  <steve@altair.xemacs.org>
8037
8038         * mode-motion.el (mode-motion-hook): Clarify docstring.
8039         From Bob Weiner <weiner@altrasoft.com>
8040
8041         * loadhist.el (symbol-file): Supply prompt string when used
8042         interactively.
8043         From Bob Weiner <weiner@altrasoft.com>
8044
8045 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
8046
8047         * loadup.el (really-early-error-handler): Ditto.
8048
8049         * update-elc.el: Ditto.
8050
8051         * setup-paths.el (paths-construct-exec-path): Ditto.
8052
8053         * make-docfile.el: Ditto.
8054
8055         * find-paths.el (paths-decode-directory-path): Use split-path
8056         instead of decode-path.
8057
8058         * files.el (parse-colon-path): Update docstring reference.
8059
8060 1998-05-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
8061
8062         * msw-init.el:
8063         * x-init.el:
8064         Bind cut'n'paste keys to non window-system specific functions.
8065
8066         * msw-select.el: New function mswindows-clear-clipboard.
8067         mswindows-cut-copy-clipboard extended to handle clearing of the
8068         selection and renamed to mswindows-cut-copy-clear-clipboard.
8069
8070         * select.el: on mswindows devices delete-primary-selection
8071         calls mswindows-clear-clipboard.
8072
8073 1998-05-15  Hrvoje Niksic  <hniksic@srce.hr>
8074
8075         * simple.el (quoted-insert): Inhibit quit when using read-char.
8076
8077         * cmdloop.el (read-char): Don't inhibit quit.
8078         (read-char-exclusive): Ditto.
8079         (read-char): Signal quit if quit-char was pressed.
8080         (read-char-exclusive): Ditto.
8081         (read-quoted-char): Return a character, not integer.
8082
8083         * menubar-items.el (default-popup-menu): Use Andy's generic
8084         selection code.
8085         (default-popup-menu): Fix code.
8086
8087 1998-05-14  Oliver Graf <ograf@fga.de>
8088
8089         * dragdrop.el (dragdrop-function-widget): this time it's done
8090
8091 1998-05-13  Oliver Graf <ograf@fga.de>
8092
8093         * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
8094
8095 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
8096
8097         * device.el (device-pixel-width):
8098         (device-pixel-height):
8099         (device-mm-width):
8100         (device-mm-height):
8101         (device-bitplanes):
8102         (device-color-cells): Swapped parameters to device-system-metric
8103         according to the interface change.
8104
8105 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
8106
8107         * mouse.el (default-mouse-motion-handler): Use new name of the
8108         function event-over-vertical-divider-p.
8109         Do not set E-W arrow cursor over the divider if
8110         vertical-divider-draggable-p is nil in the window.
8111         ([top-level]): Use new name for the variable
8112         vertical-divider-map.
8113         (drag-window-divider): Respect vertical-divider-draggable-p.
8114         Variable name typo fixes.
8115
8116 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
8117
8118         * keymap.el (kbd): Define here; handle string constants and
8119         others...
8120
8121 1998-05-15  Christian Nyb <chr@mediascience.no>
8122
8123         * simple.el (zap-up-to-char): New function.  Behaves like `zap-to-char'
8124         in Emacs 18.
8125
8126 1998-05-13  Didier Verna  <didier@xemacs.org>
8127
8128         * mouse.el (drag-window-divider): give the vertical divider a
8129         pressed look when dragging it.
8130
8131 1998-05-13  Andy Piper  <andyp@parallax.co.uk>
8132
8133         * faces.el: predicate some more face operations on x or mswindows
8134         not just x.
8135
8136         * modeline.el: enable modeline coloring for mswindows.
8137
8138 1998-05-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8139
8140         * minibuf.el (minibuffer-default): Added variable; compatible with
8141         FSF Emacs.
8142         (next-history-element): Used `minibuffer-default'.
8143
8144 1998-05-12  Oliver Graf <ograf@fga.de>
8145
8146         * dragdrop.el (dragdrop-function-widget): button and mods ok
8147         arguments still look a bit strange
8148         (dragdrop-compare-mods) created
8149         (dragdrop-drop-do-functions) correctly checks for buttons and
8150         modifiers
8151
8152 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
8153
8154         * setup-paths.el (paths-default-info-directories): Replace
8155         path-separator with directory-sep-char.
8156
8157         * files.el (path-separator): Don't define it here.
8158
8159 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
8160
8161         * update-elc.el: Ditto.
8162
8163         * setup-paths.el (paths-construct-exec-path): Ditto.
8164
8165         * make-docfile.el: Ditto.
8166
8167         * loadup.el (really-early-error-handler): Ditto.
8168
8169         * find-paths.el (paths-decode-directory-path): Use decode-path
8170         instead of decode-path-internal.
8171
8172         * files.el (parse-colon-path): Update docstring.
8173
8174 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
8175
8176         * subr.el (get-buffer-window-list): Make BUFFER optional.
8177
8178         * window-xemacs.el (windows-of-buffer): Defalias to
8179         get-buffer-window-list.
8180
8181 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
8182
8183         * disass.el: Fix maintainer keyword.
8184
8185         * bytecomp.el (byte-compile-and-load-file): Autoload.
8186         (byte-compile-buffer): Ditto.
8187
8188         * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
8189         value is returned, not the name.
8190         (lisp-imenu-generic-expression): Enable it.
8191         (lisp-mode-variables): Ditto.
8192         (lisp-indent-offset): Change defconst to defvar.
8193         (lisp-indent-function): Ditto.
8194         (lisp-body-indent): Ditto.
8195
8196 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
8197
8198         * modeline.el: Use zap-last-kbd-macro-event.
8199
8200         * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
8201         nil, don't attempt to do anything with messages.
8202         (eval-last-sexp): Use `letf' for clarity.
8203
8204 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
8205
8206         * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
8207
8208 1998-05-11  Martin Buchholz  <martin@xemacs.org>
8209
8210         * buff-menu.el:
8211         * lisp-mode.el:
8212         * obsolete.el:
8213         Change empty docstrings into no doc strings at all.
8214         Fix bogus FSF-format docstrings.
8215         * etags.el: Fix docstring.
8216
8217 1998-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
8218
8219         * package-get.el (package-get): Use internal md5
8220
8221 1998-05-13  SL Baur  <steve@altair.xemacs.org>
8222
8223         * about.el (about-xemacs): Correct abuse of concat.
8224
8225 1998-05-11  SL Baur  <steve@altair.xemacs.org>
8226
8227         * info.el (Info-mode): Use easymenu.
8228
8229 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
8230
8231         * apropos.el (apropos): Don't use concat with integers.
8232
8233         * cmdloop.el (describe-last-error): Handle the case when no error
8234         was seen gracefully.
8235
8236         * apropos.el (apropos-print): Use with-displaying-help-buffer as
8237         defun.
8238         (apropos-describe-plist): Ditto.
8239
8240         * help.el (with-displaying-help-buffer): Revert to a defun.
8241         (describe-key): Use it as defun.
8242         (describe-mode): Ditto.
8243         (describe-bindings): Ditto.
8244         (describe-prefix-bindings): Ditto.
8245         (describe-installation): Ditto.
8246         (view-lossage): Ditto.
8247         (describe-function): Ditto.
8248         (describe-variable): Ditto.
8249         (describe-syntax): Ditto.
8250
8251 1998-05-11  Oliver Graf <ograf@fga.de>
8252
8253         * dragdrop.el: changed order of require/provide
8254         (dragdrop-drop-mime-default) changed to new calling conventions
8255         (dragdrop-drop-do-functions) changed to new calling conventions
8256         (dragdrop-function-widget) this one needs more work...
8257
8258 1998-05-10  Oliver Graf <ograf@fga.de>
8259
8260         * about.el: another small change in my entry
8261         * dragdrop.el (dragdrop-drop-log-function): logging added
8262         plus customizations
8263         changed interface to handler functions. now called with event
8264         and object
8265
8266 1998-05-12  Kirill M. Katsnelson  <kkm@kis.ru>
8267
8268         * glyphs.el (divider-pointer-glyph): Declared new glyph,
8269         E-W arrow pointer displayed over draggable dividers.
8270
8271         * mouse.el (default-mouse-motion-handler): Show it when
8272         appropriate.
8273         (drag-window-divider): Added.
8274         ([top-level]): Initialized window-divider-map with a keymap
8275         binding the above function to left button down event.
8276
8277         * x-mouse.el (x-init-pointer-shape): Initialize
8278         divider-pointer-glyph from Cursor.dividerPointer, or use default
8279         E-W double arrow.
8280
8281 1998-04-30  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
8282
8283         * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
8284
8285 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
8286
8287         * simple.el (count-words-buffer): Don't query for buffer.
8288         (count-lines-buffer): Ditto.
8289
8290 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
8291
8292         * help.el (where-is): add optional insert argument.
8293
8294 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
8295
8296         * help.el (describe-key-briefly): New argument INSERT.
8297
8298         * simple.el (eval-expression): New optional argument; synch with
8299         FSF 20.3.
8300
8301         * keydefs.el (global-map): Add new register bindings.
8302
8303         * register.el: Synched with FSF 20.3.
8304
8305 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
8306
8307         * window-xemacs.el (recenter): all arguments are optional.
8308
8309 1998-05-10  Kirill M. Katsnelson  <kkm@kis.ru>
8310
8311         * device.el: (device-pixel-width): Reflected name/parameters
8312         change to device-system-metric.
8313         (device-pixel-height): Ditto.
8314         (device-mm-width): Ditto.
8315         (device-mm-height): Ditto.
8316         (device-bitplanes): Ditto.
8317         (device-color-cells): Ditto.
8318
8319 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
8320
8321         * cl-extra.el (cl-float-limits): Removed; move code to top-level.
8322
8323         * cl.el (most-positive-fixnum): Document.
8324         (most-negative-fixnum): Ditto.
8325
8326         * cus-dep.el: Updated comment.
8327
8328         * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
8329         constant.
8330
8331         * cus-load.el (custom-put): Removed.
8332
8333         * files.el (after-find-file): Just resignal quit instead of
8334         signaling "canceled".
8335
8336 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
8337
8338         * frame.el (other-frame): Use `focus-frame' instead of
8339         select-frame kludges.
8340
8341         * lisp-mode.el: Update lisp-indent-function for
8342         save-selected-frame and with-selected-frame.
8343
8344         * frame.el (save-selected-frame): New macro.
8345         (with-selected-frame): Ditto.
8346         (other-frame): Use `set-frame-focus'.
8347
8348 1998-05-06  Oliver Graf <ograf@fga.de>
8349
8350         * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
8351         (dragdrop-drop-url-default) default handler for URL drops created
8352         (dragdrop-drop-mime-default) default handler for MIME drops created
8353         (dragdrop-drop-functions) default custom for handling drops created
8354         (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
8355
8356 1998-05-05  Jonathan Harris <jhar@tardis.ed.ac.uk>
8357
8358         * mouse.el: Removed redundant mouse-mswindows-drop function.
8359
8360 1998-05-05  Oliver Graf <ograf@fga.de>
8361
8362         * about.el: changed some text in my entry
8363         * dragdrop.el: added customs
8364
8365 1998-05-04  Oliver Graf <ograf@fga.de>
8366
8367         * mouse.el: killed global drop key bindings
8368         (mouse-offix-drop) removed
8369         * dragdrop.el: created
8370         * dumped-lisp.el: inclusion of dragdrop.el for window-systems
8371
8372 1998-05-09  Kirill M. Katsnelson  <kkm@kis.ru>
8373
8374         * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
8375         scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
8376
8377         * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
8378         obsolete comment.
8379
8380         * scrollbar.el (scrollbars-visible-p): Use new
8381         {vertical,horizontal}-scrollbar-visible-p specifiers.
8382
8383 1998-04-18  Kirill M. Katsnelson  <kkm@kis.ru>
8384
8385         * device.el (device-pixel-height):
8386         (device-pixel-width):
8387         (device-mm-width):
8388         (device-mm-height):
8389         (device-bitplanes):
8390         (device-color-cells): Moved these 6 functions from device.c; they
8391         all use single (device-system-metrics) call.
8392
8393 1998-05-09  SL Baur  <steve@altair.xemacs.org>
8394
8395         * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
8396         were renamed.
8397
8398         * menubar-items.el:
8399         * toolbar-items.el: Renamed from x-menubar/x-toolbar.
8400         Suggested by Hrvoje Niksic <hniksic@srce.hr>
8401
8402         * help.el (help-map): Remove Hyperbole keybinding logic.
8403         Suggested by: Michael Ernst <mernst@cs.washington.edu>
8404
8405 1998-05-08  SL Baur  <steve@altair.xemacs.org>
8406
8407         * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
8408         From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
8409
8410 1998-05-07  Andy Piper  <andyp@parallax.co.uk>
8411
8412         * msw-glyphs.el: use nicer icon3 from the frame icon.
8413
8414 1998-05-07  SL Baur  <steve@altair.xemacs.org>
8415
8416         * version.el (emacs-version): Remove InfoDock conditionals.
8417
8418         * startup.el (startup-splash-frame): Change ID logo name.
8419
8420 1998-05-06  Hrvoje Niksic  <hniksic@srce.hr>
8421
8422         * files.el (after-find-file): If the user presses C-g on
8423         directory-creation prompt, kill the buffer.
8424
8425 1998-05-06  SL Baur  <steve@altair.xemacs.org>
8426
8427         * simple.el (count-words-region): Reverse previous change.
8428
8429 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
8430
8431         * replace.el (query-replace): Just call perform-replace.
8432         (query-replace-regexp): Ditto.
8433         (perform-replace): Move region handling here.
8434         (perform-replace): Use the new arg to match-data.
8435
8436 1998-03-08  Kyle Jones  <kyle_jones@wonderworks.com>
8437
8438         * x-init.el: Install X specific display table that
8439           displays char 0240 as a space to avoid whatever it is
8440           that screws up display of that character code.
8441
8442 1998-05-03  Hrvoje Niksic  <hniksic@srce.hr>
8443
8444         * help.el (function-arglist): If no arguments are documented for a
8445         subr, print nothing rather than incorrect output.
8446
8447 1998-05-05  SL Baur  <steve@altair.xemacs.org>
8448
8449         * cmdloop.el (command-error): Update bail-out error message to use
8450         `emacs-program-name'.
8451
8452         * lib-complete.el: Remove reader macro cruft.
8453
8454         * dumped-lisp.el (preloaded-file-list): Phase I:  remove InfoDock
8455         cruft.
8456
8457         * simple.el (count-words-region): Drop interactive-p check on the
8458         message.
8459
8460 1998-05-04  Jonathan Harris <jhar@tardis.ed.ac.uk>
8461
8462         * font.el
8463         * msw-faces.el
8464         Correct spelling of mswindows-font-canonicalize-name.
8465
8466 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
8467
8468         * ldap.el (ldap-host-parameters-alist): Replaced with
8469         `ldap-host-parameters-plist'
8470         (ldap-search): Adapt to previous change
8471
8472 1998-05-02  SL Baur  <steve@altair.xemacs.org>
8473
8474         * about.el (about-hackers): Update Bob Weiner bio.
8475         (about-maintainer-info): Ditto.
8476
8477 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
8478
8479         * simple.el (display-warning-minimum-level): Docfix.
8480
8481 1998-04-04  Per Abrahamsen  <abraham@dina.kvl.dk>
8482
8483         * widget.el (:default-get): New keyword.
8484         * wid-edit.el (default, widget-default-default-get): Define it.
8485         (group, widget-group-default-get): Define it.
8486         (menu-choice, widget-choice-default-get): Define it.
8487         (widget-default-get): New function.
8488         (widget-choice-action): Call it.
8489         (widget-editable-list-entry-create): Call it.
8490
8491 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
8492
8493         * byte-optimize.el (byte-boolean-vars): Removed.
8494         (byte-optimize-lapcode): Use `built-in-variable-type' instead of
8495         lookup through `byte-boolean-vars'.
8496
8497 1998-05-01  Kirill M. Katsnelson  <kkm@kis.ru>
8498
8499         * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
8500         resource-provided values into ghost specs for scrollbar-height and
8501         scrollbar-width.
8502
8503 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
8504
8505         * byte-optimize.el: Don't attempt to optimize /=.
8506
8507         * bytecomp.el (byte-compile-one-ore-more-args): New function.
8508         (byte-compile-/=): Ditto.
8509
8510 1998-05-02  SL Baur  <steve@altair.xemacs.org>
8511
8512         * apropos.el: Use `with-displaying-help-buffer'.
8513         (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
8514         Use `with-displaying-help-buffer'.
8515         (apropos-follow): Do not give special treatment to buffer cursor
8516         was in prior to a mouse click.
8517         (apropos-describe-plist): Use `with-displaying-help-buffer'.
8518         (apropos-print-doc): Set correct buffer for setting text
8519         properties.
8520
8521 1998-05-01  SL Baur  <steve@altair.xemacs.org>
8522
8523         * help.el (help-buffer-prefix-string): New variable.
8524         (help-buffer-name): Use it.
8525
8526         * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
8527         mode menu.
8528
8529 1998-04-30  Greg Klanderman  <greg@alphatech.com>
8530
8531         * frame.el (other-frame): Work even when focus-follows-mouse is true.
8532
8533 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
8534
8535         * files.el (find-file-noselect): Update docstring.
8536         (find-file-noselect): Signal an error if found an unreadable file.
8537         (file-chase-links): Save the match data.
8538         (normal-mode): Use `lwarn' and `error-message-string'.
8539         (interpreter-mode-alist): Change defconst to defvar.
8540         (inhibit-first-line-modes-regexps): Ditto.
8541         (inhibit-first-line-modes-regexps): Added .tgz.
8542         (inhibit-first-line-modes-suffixes): Change defconst to defvar.
8543         (change-major-mode-with-file-name): New user-option.
8544         (set-visited-file-name): Synched with FSF.
8545         (file-name-extension): New function, from FSF 20.3.
8546         (file-relative-name): Synched with FSF.
8547         (save-some-buffers): Support the C-r feature.
8548         (recover-session): Synched with FSF.
8549         (kill-some-buffers): Ditto.
8550         (set-auto-mode): New argument JUST-FROM-FILE-NAME.
8551
8552 1998-04-30  SL Baur  <steve@altair.xemacs.org>
8553
8554         * files.el (insert-file): Undo previous change and reenable use of
8555         format.el.
8556
8557 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
8558
8559         * window-xemacs.el (recenter): Define.
8560
8561 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
8562
8563         * font.el (mswindows-font-create-name)
8564         (mswindows-font-create-object): new functions for mswindows type
8565         fonts.
8566
8567         * msw-faces.el (mswindows-font-canicolize-name): fix so that
8568         strings are parsed as well as font objects.
8569
8570 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
8571
8572         * modeline.el (defining-kbd-macro): Restore modeline indication of
8573         kbd-macro being recorded.
8574         (add-minor-mode): Simplify docstring.
8575         (modeline-minor-mode-menu): Remove stuff.
8576
8577 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
8578
8579         * code-process.el (call-process): dynamically decide process
8580         coding type.
8581
8582 1998-04-29  Jim Radford  <radford@robby.caltech.edu>
8583
8584         * modeline.el: Add line-number-mode, column-number-mode to
8585         the modeline minor-mode menu.  Button2 on the line number does
8586         goto-line.
8587
8588 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
8589
8590         * mouse.el: move x-selection-owner-p type things to
8591         selection-owner-p.
8592
8593         * msw-init.el: copy zmacs stuff from x-init.el
8594
8595         * msw-select.el (mswindows-own-selection)
8596         (mswindows-disown-selection) (mswindows-selection-owner-p): new
8597         functions. Very simple minded implementation of selectio
8598         ownership.
8599
8600         * select.el (own-selection) (disown-selection)
8601         (activate-region-as-selection) (select-make-extent-for-selection)
8602         (valid-simple-selection-p): functions moved from x-select.el for
8603         generalized selection.
8604
8605         * x-select.el: see select.el changes.
8606
8607         * x-toolbar.el: use new selection functions.
8608
8609 1998-04-28  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8610
8611         * packages.el (packages-find-package-directories): Fixed bug that
8612         would pick up multiple site-package directories.
8613         (package-locations): Added "xemacs-packages" as a late package
8614         location.
8615
8616         * find-paths.el: Now uses `emacs-program-name' and
8617         `emacs-program-version'.
8618         Additions to enforce version-specific directories in
8619         `paths-find-version-directory'.
8620
8621 1998-04-29  SL Baur  <steve@altair.xemacs.org>
8622
8623         * default.el: Removed.
8624         * site-start.el: Removed.
8625
8626 1998-04-29  Didier Verna  <didier@xemacs.org>
8627
8628         * minibuf.el (minibuffer-history-minimum-string-length): Default
8629         to nil.
8630
8631 1998-04-28  SL Baur  <steve@altair.xemacs.org>
8632
8633         * find-paths.el (paths-program-name): Rename.
8634         (paths-emacs-root-p): Ditto.
8635         (paths-find-site-directory): Ditto.
8636
8637 1998-04-26  Karl M. Hegbloom  <karlheg@inetarena.com>
8638
8639         * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
8640         `emacs-lisp-byte-compile-and-load'.
8641
8642 1998-04-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8643
8644         * ldap.el (ldap-search): Fixed additional parameter passing to
8645         `ldap-open'
8646
8647 1998-04-27  Andy Piper  <andyp@parallax.co.uk>
8648
8649         * select.el (kill-primary-selection) (selection-owner-p)
8650         (copy-primary-selection) (yank-clipboard-selection)
8651         (selection-exists-p) (delete-primary-selection): new file and
8652         functions that do the right thing for the selected device.
8653
8654         * x-menubar.el: use generalised selection functions.
8655
8656         * dumped-lisp.el: dump select.el.
8657
8658 1998-04-27  SL Baur  <steve@altair.xemacs.org>
8659
8660         * find-paths.el (paths-progname): New variable.
8661         (paths-emacs-root-p): Use it.
8662         (paths-find-site-directory): Ditto.
8663
8664 1998-04-26  SL Baur  <steve@altair.xemacs.org>
8665
8666         * loadup.el ((member "dump" command-line-args)): Dump as
8667         `infodock' if InfoDock.
8668
8669 1998-04-25  SL Baur  <steve@altair.xemacs.org>
8670
8671         * find-paths.el (construct-emacs-version): Simplify, include
8672         program name in the return value.
8673         * (paths-find-version-directory): Use it.
8674
8675 1998-04-25  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8676
8677         * info.el (Info-parse-dir-entries): Fixed regexp
8678         (Info-build-dir-anew): Remove full suffix and capitalize info file
8679         name for files with no @direntry
8680         (Info-batch-rebuild-dir): New function
8681         (Info-suffixed-file): Check for regular files instead of simple
8682         file existence (could catch directories before)
8683
8684 1998-04-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8685
8686         * setup-paths.el, find-paths.el: Removed uses of `not' which
8687         temacs doesn't have.
8688
8689         * find-paths.el (paths-find-emacs-roots): Included exec-prefix
8690         into root searching.
8691
8692 1998-04-24  Martin Buchholz  <martin@xemacs.org>
8693
8694         * subr.el: Remove definition of `not'.
8695
8696 Sat Apr 24 1998  Andy Piper  <andyp@parallax.co.uk>
8697
8698         * msw-glyphs.el: enable graphics support.
8699
8700 1998-04-23  Didier Verna  <didier@xemacs.org>
8701
8702         * x-menubar.el (default-menubar): restored the line-number-mode
8703         option.
8704
8705         * misc doc string updates related to the options menu.
8706
8707 1998-04-24  SL Baur  <steve@altair.xemacs.org>
8708
8709         * setup-paths.el (paths-construct-load-path): Fix typo.
8710
8711 1998-04-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8712
8713         * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
8714         font-menu-ignore-scaled-fonts don't have to be bound now; this
8715         gets us one step further towards making --no-autoloads work.
8716
8717         * startup.el (normal-top-level): Load auto-autoloads only if
8718         lisp-directory is non-nil.
8719
8720         * setup-paths.el (paths-construct-load-path): Made it robust
8721         against nil lisp-directory.
8722
8723         * startup.el (startup-setup-paths-warning): Added `lisp-directory'
8724         to the list of variables that cause a warning when nil.
8725
8726         * toolbar.el (init-toolbar-location): Now works even when there's
8727         no toolbar icon directory.
8728
8729 1998-04-23  Hrvoje Niksic  <hniksic@srce.hr>
8730
8731         * help.el (view-lossage): Recognize it.
8732
8733         * simple.el (log-message): Mark multiline messages.
8734
8735 1998-04-22  SL Baur  <steve@altair.xemacs.org>
8736
8737         * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
8738
8739 1998-4-20  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
8740
8741         * package-get.el (package-get-all):  add `\n' separator to
8742         interactive specification so that both variables are read
8743
8744 1998-04-22  Didier Verna  <didier@xemacs.org>
8745
8746         * x-menubar.el: ported the options menu to Custom.
8747         Moved the "read only" toggle button to the buffers menu.
8748         Corrected some missing ;;;###autoload or defcustom.
8749
8750         * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
8751         the scrollbar-visible specifier for options menu handling.
8752
8753         * toolbar.el (toolbar-visible-p)
8754                      (toolbar-captioned-p)
8755                      (default-toolbar-position): defcustom wrappers around
8756         the toolbar specifiers for options menu handling.
8757
8758         * frame.el (get-frame-for-buffer-default-instance-limit):
8759         defcustom it for options menu handling.
8760
8761         * font-lock.el (font-lock-mode): defcustom and autoload the variable
8762         font-lock-mode for options menu handling.
8763
8764         * cus-start.el: added Custom properties to overwrite-mode for
8765         options menu handling.
8766
8767 Wed Apr 22 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
8768
8769         * about.el: shameless self-promotion.
8770
8771 1998-04-21  Hrvoje Niksic  <hniksic@srce.hr>
8772
8773         * simple.el (raw-append-message): Slightly optimize.
8774         (remove-message): Use `push' for clarity.
8775         (append-message): Ditto.
8776         (display-warning): Dito.
8777         (raw-append-message): Send the message to the appropriate device.
8778
8779 1998-04-22  SL Baur  <steve@altair.xemacs.org>
8780
8781         * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
8782         From Sean MacLennan <Sean.MacLennan@pika.ca>
8783
8784 1998-04-18  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8785
8786         * setup-paths.el: Changed `directory-sep-char' to
8787         `path-separator', following a change in GNU Emacs.
8788
8789 1998-04-19  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8790
8791         * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
8792         (Info-build-dir-anew): Add a final newline.
8793         (Info-build-dir-anew): Do not issue warning when rebuilding policy
8794         is `always'
8795         (Info-rebuild-dir): Ditto
8796
8797         * dumped-lisp.el (preloaded-file-list): Added ldap.el
8798
8799 1998-04-21  SL Baur  <steve@altair.xemacs.org>
8800
8801         * simple.el (count-words-buffer): Retain zmacs region.
8802         (count-words-region): Ditto.
8803         * simple.el: (what-line): Expanded line counts.
8804         (count-lines): New parameter to conditionalize whether collapsed
8805         lines get counted.
8806         From Bob Weiner <weiner@altrasoft.com>
8807
8808 1998-04-19  SL Baur  <steve@altair.xemacs.org>
8809
8810         * packages.el (package-locations): infodock-packages must override
8811         mule-packages and packages.
8812
8813 1998-04-19  Jonathan Harris <jhar@tardis.ed.a.uk>
8814
8815         * wid-edit.el:
8816         remove rude messages from widget-activation-widget-mapper
8817         and widget-activation-glyph-mapper
8818
8819 1998-04-17  Jonathan Harris <jhar@tardis.ed.ac.uk>
8820
8821         * toolbar.el: Remove (featurep 'x) test from
8822         toolbar-make-button-list
8823
8824 1998-04-17  Hrvoje Niksic  <hniksic@srce.hr>
8825
8826         * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
8827         only if in the same frame.
8828
8829 1998-04-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8830
8831         * packages.el (package-locations): Added site-packages hierarchy.
8832
8833         * setup-paths.el (paths-default-info-directories): Introduced and
8834         used.
8835
8836         * packages.el, setup-paths.el: Set various path searching depths
8837         to 1.
8838
8839         * packages.el (packages-hierarchy-depth):
8840         (packages-load-path-depth): Introduced and used.
8841
8842         * setup-paths.el (paths-load-path-depth): Introduced and used.
8843
8844         * find-paths.el (paths-find-recursive-path): Added max-depth
8845         parameter.
8846
8847 1998-04-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8848
8849         * setup-paths.el (paths-construct-info-path): Removed
8850         dependency on behavior of (file-name-as-directory "").
8851
8852 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8853
8854         * ldap.el (ldap-search): Adapt to the new low-level API using ldap
8855         lisp objects
8856
8857 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8858
8859         * dump-paths.el, startup.el: Added handling for --debug-paths.
8860
8861 1998-04-15  William M. Perry  <wmperry@aventail.com>
8862
8863         * wid-edit.el: We cannot just set the help-echo or balloon-help
8864           properties for an extent based on the :help-echo widget
8865           property, since help-echo and balloon-help cause an EXTENT to
8866           get passed in, where :help-echo functions are expecting a WIDGET
8867
8868 1998-04-15  Kirill M. Katsnelson  <kkm@kis.ru>
8869
8870         * scrollbar.el (init-scrollbar-from-resources): Call
8871         mswindows-init-scrollbar-metrics when appropriate.
8872
8873 Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
8874
8875         * dumped-lisp.el: dump x-toolbar for window system
8876
8877         * msw-init.el (init-post-mswindows-win): enable toolbars if we
8878         have support and xpm.
8879
8880 1998-04-16  SL Baur  <steve@altair.xemacs.org>
8881
8882         * files.el (toggle-read-only): Fix docstring.
8883         From Didier Verna <didier@xemacs.org>
8884
8885 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8886
8887         * startup.el (normal-top-level): Load autoload-file-name without
8888         specifying an extension---some people only auto-autoload.el.gz.
8889
8890 1998-04-06  Hrvoje Niksic  <hniksic@srce.hr>
8891
8892         * files.el (backup-enable-predicate): Don't bomb on NAME being
8893         nil.
8894
8895 1998-04-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8896
8897         * find-paths.el, packages.el: Now prefers configure'd paths.
8898         This shouldn't cause any of the originally anticipated problems as
8899         the current paths architecture will not define the various
8900         configure-xxx variables if they're not specified on the configure
8901         command line.
8902
8903         * find-paths.el, setup-paths.el, packages.el: Removed all
8904         mentionings of "/" as a path separator.
8905         Used paths-construct-path throughout.
8906
8907         * find-paths.el (paths-construct-path): Created to assemble paths
8908         from directory components.
8909
8910         * setup-paths.el, packages.el: Used paths-decode-directory-path
8911         instead of decode-path-internal.
8912
8913         * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
8914         and associates.
8915         (paths-decode-directory-path) Created.
8916
8917         * setup-paths.el: Changed configure-exec-path to
8918         configure-exec-directory.
8919
8920 1998-04-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8921
8922         * packages.el (packages-find-packages): Fixed decoding of
8923         EMACSPACKAGEPATH.
8924
8925         * startup.el: -no-packages -> -no-early-packages.
8926
8927         (packages-load-package-lisps): Fixed loading of auto-autoload
8928         files.
8929
8930         * startup.el (normal-top-level): Fixed loading of core
8931         auto-autoload.
8932
8933         * obsolete.el: Un-obsoleted site-directory.  Sigh.
8934
8935         * startup.el, packages.el, dump-paths.el: Added proper settings
8936         for site-directory and lisp-directory variables.
8937
8938         * startup.el, loadup.el: Renamed inhibit-update-autoloads to
8939         inhibit-package-autoloads and fixed handling of it.
8940
8941         * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
8942         handling of former inhibit-package-init, now
8943         inhibit-early-packages, to make -vanilla etc. work.
8944
8945 1998-04-10  Kirill M. Katsnelson  <kkm@kis.ru>
8946
8947         * code-process.el (start-process): Fallback to 'undecided instead
8948         of 'binary for process input coding stream.
8949
8950         * process.el (start-process): Docstring fix.
8951
8952 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
8953
8954         * info.el (Info-insert-dir): Do not insert temporary dir files
8955         in Info-dir-file-attributes
8956         (Info-build-dir-anew): Ensure temporary buffer is not read-only
8957         (Info-rebuild-dir): Ditto.
8958
8959 1998-04-09  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8960
8961         * obsolete.el: Added obsoleteness declarations for
8962         `site-directory' and `Info-default-directory-list'.
8963
8964 1998-04-08  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8965
8966         * find-paths.el (paths-find-emacs-root): Only look at the
8967         executable at the end of the symlink chain for determining the
8968         Emacs root.
8969
8970 1998-04-07  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8971
8972         * setup-paths.el (paths-construct-info-path): Changed construction
8973         to cater to gone default in configure.
8974
8975         * find-paths.el (paths-uniq-append): Added.
8976
8977         * packages.el: Rewritten package path construction once again.
8978
8979         * dump-paths.el, startup.el: Removed package-path as a global
8980         variable.
8981
8982         * package-admin.el (package-admin-add-single-file-package):
8983         (package-admin-add-binary-package): Changed package-path to
8984         late-packages.
8985
8986         * packages.el (packages-split-path): Split path at "/" rather than
8987         nil according to change in emacs.c.
8988
8989 1998-04-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
8990
8991         * setup-paths.el (paths-construct-info-path): Changed info path
8992         order so that directories come out right.
8993         (paths-find-lock-directory): Fixed bug: It used to think
8994         configure-lock-directory is a path.
8995
8996 1998-04-06  Jeff Miller <jmiller@smart.net>
8997
8998         * x-toolbar.el:  Added toolbar-vector-xxxxxx defvars.  Modified
8999         initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars.  This
9000         eases the use of toolbar-add/kill-item functions.
9001
9002 1998-04-07  Kirill M. Katsnelson  <kkm@kis.ru>
9003
9004         * code-files.el (file-coding-system-alist): Commented out
9005         loaddefs.el magical treatment.
9006
9007 1998-04-06  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
9008
9009         * info.el (Info-rebuild-outdated-dir): Added new option
9010         `conservative' and made it the default
9011         (Info-rebuild-dir): Appropriately parse multi-line description
9012         strings, and multi-section dir files. Issue warning when dir
9013         is rebuilt as temporary
9014         (Info-build-dir-anew): Issue warning when dir is built as
9015         temporary
9016
9017 1998-04-04  Kirill M. Katsnelson  <kkm@kis.ru>
9018
9019         * list-mode.el (list-mode-map): Bind highlight motion commands to
9020         standard keys left, right, C-b and C-f.
9021
9022 1998-03-29  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9023
9024         * files.el (auto-mode-alist): allow .sc for Scheme->C
9025
9026 1998-04-06  SL Baur  <steve@altair.xemacs.org>
9027
9028         * loadup.el (pureload): Don't quote (garbage-collect).
9029
9030 1998-04-04  SL Baur  <steve@altair.xemacs.org>
9031
9032         * package-get-base.el: Updated.
9033
9034 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
9035
9036         * isearch-mode.el (isearch-just-started): New variable.
9037         (isearch-mode): Set it.
9038         (isearch-repeat): Advance one character forward only if the search
9039         was successful, and was not just started.
9040         (isearch-repeat): Clear isearch-just-started.
9041
9042 1998-04-02  SL Baur  <steve@altair.xemacs.org>
9043
9044         * finder.el (finder-compile-keywords): Don't eval new finder-inf
9045         if running -batch.
9046
9047 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
9048
9049         * subr.el (listify-key-sequence): Removed.
9050
9051 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
9052
9053         * bytecomp.el (byte-compile-print-gensym): New option.
9054         (byte-compile-output-file-form): Use it.
9055         (byte-compile-output-docform): Ditto.
9056         (byte-compile-compiled-obj-to-list): Ditto.
9057
9058 Sun Mar 29 1998  Andy Piper  <andyp@parallax.co.uk>
9059
9060         * msw-glyphs.el: set frame icon if xpm support.
9061
9062 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
9063
9064         * help.el: Code that pretty prints variable values
9065           removed.
9066
9067 1998-04-02  SL Baur  <steve@altair.xemacs.org>
9068
9069         * find-paths.el (paths-emacs-root-p): Correct test for installation
9070         directory.
9071         From Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9072
9073 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
9074
9075         * loaddefs.el: Don't set debug-ignored-errors; leave
9076           its default value set to nil.
9077
9078 1998-03-29  Damon Lipparelli  <lipp@primus.com>
9079
9080         * info.el (Info-rebuild-dir): fixed mis-spelling.
9081
9082 1998-03-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
9083
9084         * info.el (Info-rebuild-outdated-dir): New custom var
9085         (Info-insert-node): Create/update dir file when needed, ie when it
9086         does not exist or is older than some info files in directory
9087
9088 1998-04-01  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9089
9090         * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
9091         for last packages, mainly for using a 20.4 package base.
9092
9093         * packages.el (late-packages): Typo fix.  It was called
9094         early-packages.
9095
9096         * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
9097         relative symlinks correctly.
9098         (paths-find-emacs-roots): More rigorous checking for plausible
9099         configuration-time root.
9100
9101         * startup.el (normal-top-level): Added a warning if XEmacs cannot
9102         find its roots.
9103
9104 1998-03-27  Martin Buchholz  <martin@xemacs.org>
9105
9106         * faces.el: Fix docstrings.
9107         * glyphs.el: Fix docstrings.
9108         * mouse.el: Fix docstrings.
9109
9110         * frame.el: Change phrase `current frame' to `selected frame'.
9111
9112         * faces.el (face-spec-set-match-display): Make FRAME arg optional.
9113
9114         * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
9115         macros using backquote to make them infinitely more readable.
9116
9117 1998-03-30  SL Baur  <steve@altair.xemacs.org>
9118
9119         * packages.el (packages-find-package-path): Hardcoded specialized
9120         InfoDock support until we can clean this up.
9121
9122         * help.el (describe-bindings-1): Return the value of the bindings
9123         help buffer created.
9124         (describe-bindings): Ditto.
9125
9126         * simple.el (set-variable): Restore previous behavior of not
9127         bombing if the variable to set is not boundp.
9128
9129 1998-03-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9130
9131         * packages.el (packages-handle-package-dumped-lisps): Allow for
9132         non-local files to be loaded off the package-lisp variable.
9133
9134 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
9135
9136         * x-faces.el: Global X resources should override
9137           specs for all device classes (color, grayscale, mono);
9138           code currently doesn't override any of them.  Fixed by
9139           calling remove-specifier with '(x default) as the tag
9140           set and allowing inexact matches.
9141
9142 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
9143
9144         * faces.el: Separated face initializations based on
9145           device classes into device type specific (tag set,
9146           instantiator) pairs.
9147
9148 1998-03-09  Hrvoje Niksic  <hniksic@srce.hr>
9149
9150         * wid-edit.el (widget-choice-action): Remember user's explicit
9151         choice.
9152         (widget-choice-value-create): Respect it.
9153         From Richard Stallman <rms@gnu.org>
9154
9155 1998-03-26  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9156
9157         * setup-paths.el (paths-construct-info-path): Always append
9158         existing directories from configure-time info path.
9159
9160         * startup.el (startup-setup-paths): Renamed misnamed info-path to
9161         Info-directory-list.
9162
9163         * info.el: Removed Info-default-directory-list which was broken by
9164         design.
9165         Removed bogus initialization of Info-directory-list---startup.el
9166         can do a much better job.
9167         Added autoload of Info-directory-list.
9168
9169         * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
9170         out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
9171         be exclusive; now it's merely given precedence, just like in the
9172         old days.
9173
9174 1998-03-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9175
9176         * find-paths.el (paths-find-architecture-directory): Fix bug with
9177         finding; it used to default too early.
9178
9179 1998-03-25  Martin Buchholz <martin@xemacs.org>
9180
9181         * packages.el (packages-split-path): Fix a bug; it used to fail
9182         for paths that weren't split.
9183
9184 1998-03-26  SL Baur  <steve@altair.xemacs.org>
9185
9186         * finder.el (finder-compile-keywords): trap on errors.
9187
9188 1998-03-24  Kyle Jones  <kyle_jones@wonderworks.com>
9189
9190         * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
9191           fourth argument of t so that only the specs exactly
9192           matching the tag lists are removed.
9193
9194 1998-03-25  SL Baur  <steve@altair.xemacs.org>
9195
9196         * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
9197
9198 1998-03-23  SL Baur  <steve@altair.xemacs.org>
9199
9200         * minibuf.el (mouse-read-file-name-1): If a default directory was
9201         specified, use it for generating the completions.
9202
9203 1998-03-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9204
9205         * update-elc.el: Now respects inhibit-package-init and
9206         inhibit-site-lisp.
9207         Now does path construction with loadup-paths.
9208
9209         * startup.el (normal-top-level, startup-setup-paths): Now respects
9210         inhibit-package-init and inhibit-site-lisp.
9211
9212         * packages.el (packages-find-package-path): Extended package path
9213         by version-specific hierarchies.
9214         (packages-find-packages): Now respects inhibit flag and
9215         inhibit-site-lisp.
9216         Moved path setup to loadup-paths.
9217
9218         * make-docfile.el: Now respects inhibit-package-init and
9219         inhibit-site-lisp.
9220         Now does path construction with loadup-paths.
9221
9222         * loadup.el: Now respects inhibit-package-init and
9223         inhibit-site-lisp.
9224
9225         * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
9226
9227         * loadup-paths.el: New file: setup load-path to encompass
9228         packages.
9229
9230 1998-03-22  SL Baur  <steve@altair.xemacs.org>
9231
9232         * auto-show.el: load-gc renamed to pureload.
9233         * site-load.el: Ditto.
9234         * packages.el (toplevel): Ditto.
9235         * loadup.el (really-early-error-handler): Ditto.
9236         * dumped-lisp.el (preloaded-file-list): Ditto.
9237         * cus-face.el (custom-declare-face): Ditto.
9238
9239 1998-03-22  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
9240
9241         * <Today>: The Big Path Searching Overhaul.
9242
9243         * find-paths.el: New file: find and assemble paths in the
9244         installation hierarchy.
9245
9246         * setup-paths.el: New file: global layout of paths and directories
9247         within the XEmacs hierarchy.
9248
9249         * packages.el: Replaced everything related to path searching and
9250         startup by code in terms of find-paths.
9251
9252         * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
9253         the new path searching engine.
9254
9255         * dumped-lisp.el (preloaded-file-list): Added new files find-paths
9256         and setup-paths.
9257
9258 1998-03-22  SL Baur  <steve@altair.xemacs.org>
9259
9260         * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
9261         setup-paths.el.
9262
9263 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
9264
9265         * msw-glyphs.el: Added check for 'mswindows feature, so the file
9266         compiles identically in any configuration.
9267         Removed irrelevant commentary.
9268
9269 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
9270
9271         * simple.el (set-variable): Allow setting specifiers.
9272
9273 1998-03-19  SL Baur  <steve@altair.xemacs.org>
9274
9275         * lisp.el (forward-sexp): Revert previous change.
9276
9277 1998-03-18  SL Baur  <steve@altair.xemacs.org>
9278
9279         * frame.el (frame-initialize): Use `delete-console' instead of
9280         `delete-device' to delete the stream console to match the usage in
9281         Fkill_emacs.
9282
9283 1998-03-16  SL Baur  <steve@altair.xemacs.org>
9284
9285         * files.el (cdpath-previous): New variable.
9286         (cd): Use it.
9287         From Bob Weiner <weiner@wave.altrasoft.com>
9288
9289 1998-03-15  Kyle Jones  <kyle_jones@wonderworks.com>
9290
9291         * keydefs.el: Changed keybindings of forward-char,
9292           backward, scroll-up and scroll-down to point to their
9293           -command counterparts.
9294
9295         * simple.el: New functions: forwarc-char-command,
9296           backwrad-char-command, scroll-up-command,
9297           scroll-down-command which work liek their counterparts
9298           except that they honor the variable
9299           signal-error-on-buffer-boundary.
9300
9301           Definition of signal-error-on-buffer-boundary received
9302           from src/cmds.c.
9303
9304           defvar declaration added for word-across-newline to avoid
9305           byte-compiler warning about the free variable reference.
9306
9307 1998-03-14  Kirill M. Katsnelson  <kkm@kis.ru>
9308
9309         * winnt.el: Removed "%t" from the beginning of
9310         modeline-format. From now on, there's no nt-specifics in the modeline.
9311
9312 1998-03-14  SL Baur  <steve@altair.xemacs.org>
9313
9314         * setup-paths.el (paths-setup-paths-warning): Replace occurrences
9315         of `when' with `if'.
9316
9317 1998-03-03  Kirill M. Katsnelson  <kkm@kis.ru>
9318
9319         * msw-glyphs.el: New file. Defines TTY-style glyphs for
9320         mswindows. Must be reworked along with glyphs.el, or
9321         merged into it, after there is images support.
9322
9323         * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
9324         'mswindows.
9325
9326 1998-03-13  SL Baur  <steve@altair.xemacs.org>
9327
9328         * faces.el: fix for text cursor initialization.
9329         Suggested by Kyle Jones <kyle_jones@wonderworks.com>
9330         From Andy Piper <andyp@parallax.co.uk>
9331
9332 1998-03-11  Pete Ware  <ware@cis.ohio-state.edu>
9333
9334         * files.el (set-auto-mode): If a mode is not fboundp, check to see
9335         if there is an existing package that handles it and warn the user
9336         about that mode.
9337
9338 1998-03-02  Kirill M. Katsnelson  <kkm@kis.ru>
9339
9340         * x-menubar.el (default-menubar): Greyed out "Help / Basics /
9341         Installation" menu item when Installation-string is not bound.
9342
9343 1998-03-11  SL Baur  <steve@altair.xemacs.org>
9344
9345         * lisp.el (forward-sexp): Fix for test for balanced sexp.
9346         From Jeremiah W. James <jerry@cs.ucsb.edu>
9347
9348 1998-03-10  Kyle Jones  <kyle_jones@wonderworks.com>
9349
9350         * msw-faces.el:
9351         * faces.el: Fix face initialization.
9352
9353 1998-03-10  Glynn Clements  <glynn@sensei.co.uk>
9354
9355         * files.el (backup-enable-predicate): fix breakage introduced
9356         by TMPDIR patch.
9357
9358 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
9359
9360         * x-faces.el (x-init-face-from-resources): The
9361           TTY face property retrieval functions don't return
9362           specifiers, so use face-property instead.
9363
9364 1998-03-09  SL Baur  <steve@altair.xemacs.org>
9365
9366         * mwheel.el (mwheel-install): Use portable keysyms and syntax.
9367
9368 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
9369
9370         * x-menubar.el: Expanded documentation for
9371           option-save-faces.  Changed Options -> Browse Faces
9372           menu entry to invoke customize-face.
9373
9374 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
9375
9376         * faces.el: Most face initialization moved out of
9377           init-other-random-faces to the top level so that the
9378           initialization happens before Xemacs is dumped.  Much
9379           of the fascist "face-differs-from-default-p or FROB!"
9380           code has been retired in favor of letting the user do
9381           what they want to do.  Face initialization code changed
9382           to use `default' specifier tag so that the settings can
9383           be overridden later if the user wishes it.
9384
9385 1998-03-08  SL Baur  <steve@altair.xemacs.org>
9386
9387         * about.el (about-hackers): Update contributors list.
9388
9389 1998-03-07  Kyle Jones  <kyle_jones@wonderworks.com>
9390
9391         * specifier.el: Define new specifier tag `default'.
9392
9393         * modeline.el: Initialize faces using `default' tag.
9394
9395         * x-faces.el (x-init-face-from-resources): Remove
9396           specifier specs containing the `default' tag before
9397           adding new specs.
9398
9399 1998-03-02  John Jones  <jj@asu.edu>
9400
9401         * package-get.el (package-get-all): fixed arguments on call to
9402         package-admin-add-single-file-package.
9403         * package-get.el (package-get-installedp): fixed to match
9404         advertised behavior.
9405         * package-get.el: added function package-get-update-all which
9406         installs newest versions of all the current packages (if they are
9407         not already installed).
9408
9409 1998-03-04  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>
9410
9411         * files.el (find-file-noselect): Uncommented `truename' binding in
9412         `let*' and use it later to set `buffer-file-truename' iff it's
9413         still nil, as happens for example when finding a compressed
9414         file with "jka-compr".
9415
9416 Wed Mar 04 08:55:12 1998  Andy Piper  <andyp@parallax.co.uk>
9417
9418         * faces.el: in make-face-* type functions do the operation for all
9419         window systems, not just the first one found.
9420
9421         * font.el: call mswindows-list-fonts for mswindows.
9422
9423 1998-03-02  Glynn Clements  <glynn@sensei.co.uk>
9424
9425         * code-process.el (call-process-region):
9426         * process.el (call-process-region):
9427         * package-get.el (package-get-dir):
9428         * files.el (backup-enable-predicate):
9429         * gnuserv.el (gnuserv-temp-file-regexp):
9430         Use temp-directory in place of `/tmp'.
9431
9432 Fri Feb 20 21:22:34 1998  Darryl Okahata  <darrylo@sr.hp.com>
9433
9434         * "Fast" dired-in-C enhancements for Windows 95/NT:
9435
9436         * files.el: Added function, `wildcard-to-regexp', from GNU
9437           Emacs.
9438
9439         * files.el (insert-directory): Modified to use special
9440           dired-in-C enhancements if present.
9441
9442 Mon Mar 02 11:37:36 1998  Andy Piper  <andyp@parallax.co.uk>
9443
9444         * code-files.el: make default coding no-conversion.
9445
9446 1998-03-02  SL Baur  <steve@altair.xemacs.org>
9447
9448         * dumped-lisp.el (preloaded-file-list): Find Installation.el from
9449         the load-path.
9450
9451         * update-elc.el: Strip directory when testing for files not to
9452         bytecompile.
9453
9454 1998-03-02  Aki Vehtari  <Aki.Vehtari@hut.fi>
9455
9456         * lisp-mode.el: Use recommended form for menus.
9457
9458         * info.el (Info-construct-menu): Use recommended form for menus.
9459
9460         * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
9461         entry.
9462
9463 1998-02-28  Kyle Jones  <kyle_jones@wonderworks.com>
9464
9465         * frame.el: Resurrect get-frame-for-buffer-default-to-current.
9466           (get-frame-for-buffer-noselect): Always return frames
9467           in the not-this-window-p cond clause.
9468
9469 1998-02-27  SL Baur  <steve@altair.xemacs.org>
9470
9471         * help.el (describe-installation): New function.
9472
9473         * x-menubar.el (default-menubar): Add describe-installation to
9474         Help menu.
9475
9476         * packages.el (packages-unbytecompiled-lisp): Installation.el
9477         should not be bytecompiled.
9478
9479         * dumped-lisp.el (preloaded-file-list): Dump Installation with
9480         XEmacs.
9481
9482         * x-menubar.el (default-menubar): Use correct guard for VM menu
9483         entry.
9484
9485         * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
9486         coding.
9487         From Andy Piper <andyp@parallax.co.uk>
9488
9489 1998-02-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
9490
9491         * ldap.el: Do not require ldap-internal at compile time.
9492
9493 Tue Feb 17 12:50:37 1998  Andy Piper  <andyp@parallax.co.uk>
9494
9495         * code-files.el: new file. a virtual copy of mule-files.el
9496         but without charset
9497         dependencies. (toggle-buffer-file-ocding-system) new function for
9498         changing the eol type for the current buffer.
9499
9500         * code-process.el: new file. a copy of
9501         mule-process.el. mule-process.el will disappear when things have
9502         settled.
9503
9504         * coding.el: new file. a virtual copy of mule-files.el but
9505         without charset dependencies. (coding-system-base) new function
9506         for getting the parent coding system of a coding system with eol
9507         type set.
9508
9509         * dumped-lisp.el: add above files for the non-mule case.
9510
9511 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
9512
9513         * window-xemacs.el (display-buffer): If no explicit
9514           frame is specified, search for a window that displays
9515           the buffer on the currently selected frame, before
9516           searching other frames.
9517
9518 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
9519
9520         * frame.el (get-frame-for-buffer): If not-this-window-p
9521           is non-nil, use window on the selected frame if it is not
9522           also the selected window.  When defaulting, search for
9523           windows on the currently selected fgrame before searching
9524           other frames.
9525
9526 1998-02-25  Didier Verna  <didier@xemacs.org>
9527
9528         * modeline.el (modeline-swap-buffers): originally named
9529         `mouse-release-modeline'. Whether to actually swap the buffers is
9530         decided in `mouse-drag-modeline'.
9531         (mouse-drag-modeline): A button release event is considered a
9532         mouse click is both X (modeline scroll) and Y (modeline drag) pos
9533         stay unchanged.
9534
9535 1998-02-25  SL Baur  <steve@altair.xemacs.org>
9536
9537         * x-menubar.el: Put redo on the menubar.
9538         From Aki Vehtari <Aki.Vehtari@hut.fi>
9539
9540 1998-02-22  Greg Klanderman  <greg@alphatech.com>
9541
9542         * bytecomp.el (displaying-byte-compile-warnings): if
9543         temp-buffer-show-function is set, use it to display current set of
9544         warnings in the "*Compile-Log-Show*" buffer.
9545
9546         * simple.el (display-warning-buffer): if temp-buffer-show-function
9547         is set, use it to display current set of warnings in the
9548         "*Warnings-Show*" buffer.
9549
9550 1998-02-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9551
9552         * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
9553         Common Lisp.
9554
9555 1998-02-23  Aki Vehtari  <Aki.Vehtari@hut.fi>
9556
9557         * menubar.el: Allow button descriptors at least 2 long.
9558
9559         * x-menubar.el (default-menubar): Use recommended forms.
9560         (file-menu-filter): Remove.
9561         (edit-menu-filter): Remove.
9562
9563 1998-02-24  SL Baur  <steve@altair.xemacs.org>
9564
9565         * about.el (about-hackers): Updated.
9566
9567 1998-02-22  Greg Klanderman  <greg@alphatech.com>
9568
9569         * help.el (help-max-help-buffers): new variable
9570         (help-register-and-maybe-prune-excess): new function
9571         (help-buffer-name): use help-max-help-buffers.
9572         (with-displaying-help-buffer): use
9573         help-register-and-maybe-prune-excess.
9574
9575         * help.el (help-maybe-pretty-print-value): if the value fits on
9576         one line, let it.
9577
9578 1998-02-21  Greg Klanderman  <greg@alphatech.com>
9579
9580         * (with-displaying-help-buffer): there is no need to kill the buffer
9581         if it exists, because with-output-to-temp-buffer will clear it.
9582         further, killing the buffer violates the rule that
9583         temp-buffer-show-function, if set, has the full responsibility of
9584         showing the temp buffer.  killing the buffer fucks with the window
9585         configuration, hosing temp-buffer-show-function.
9586
9587
9588 1998-02-23  Didier Verna  <didier@xemacs.org>
9589
9590         * modeline.el (mouse-drag-modeline):
9591         - Always scroll the modeline that was originally clicked on.
9592         - Use x pixels instead of x characters (which doesn't work anyway)
9593         as horizontal reference for modeline dragging. This allows us to
9594         keep on dragging the modeline even if the motion event occurs in
9595         another window.
9596
9597 1998-02-23  Didier Verna  <didier@xemacs.org>
9598
9599         * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
9600         glyph on the modeline to indicate that dragging the mouse has an
9601         effect both horizontally and vertically.
9602
9603 1998-02-24  SL Baur  <steve@altair.xemacs.org>
9604
9605         * about.el (about-xemacs): Get rid of redundant visible version
9606         number.
9607
9608 1998-02-19  SL Baur  <steve@altair.xemacs.org>
9609
9610         * about.el (about-hackers): Update credits.
9611
9612 1997-12-22  Christoph Wedler  <wedler@fmi.uni-passau.de>
9613
9614         * prim/register.el (view-register): Show register type file-query.
9615
9616 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
9617
9618         * mode-motion.el (mode-motion-highlight-internal):
9619           save-excursion inside save-window-exucrsion form to
9620           hide buffer point changes from save-window-excursion.
9621           Prevents display flickering when the mouse pointer
9622           moves.
9623
9624 1998-02-17  Didier Verna  <didier@xemacs.org>
9625
9626         * mouse.el (default-mouse-track-set-point-in-window): rewrote this
9627         function to handle correctly the case of a toolbar one side of the
9628         window: scrolling will not necessarily happen.
9629
9630 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
9631
9632         * files.el (after-find-file): Restore missing argument
9633           to format that provides filename for "... consider M-x
9634           recover-file" message.  Also call `message' with "%s"
9635           as the first arg instead of an arbitrary string.
9636
9637 1998-02-18  SL Baur  <steve@altair.xemacs.org>
9638
9639         * about.el (about-hackers): Various additions.
9640
9641 1998-02-15  SL Baur  <steve@altair.xemacs.org>
9642
9643         * autoload.el (generate-file-autoloads-1): Don't force an extra
9644         line out when copying on-the-same line autoloads.
9645
9646         * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
9647         is installed.
9648
9649 1998-02-14  Martin Buchholz  <martin@xemacs.org>
9650
9651         * x11/x-win-xfree86.el (x-win-init-xfree86):
9652         * x11/x-win-sun.el (x-win-init-sun):
9653         * x11/x-init.el (x-initialize-compose):
9654         * prim/simple.el:
9655         (backward-or-forward-kill-sexp):
9656         (backward-or-forward-kill-sentence):
9657         (backward-or-forward-kill-word):
9658         (backward-or-forward-delete-char):
9659         * prim/isearch-mode.el (isearch-help-or-delete-char):
9660         Use x-keysym-on-keyboard-sans-modifiers-p instead of
9661         x-keysym-on-keyboard-p to detect backspace.
9662         Use symbols instead of strings (now deprecated) with x-keysym-*-p.
9663         Clean up symbols used with dead keys, checking Linux and solaris
9664         keysyms.
9665         Simplify x-win-*.el using above methods.
9666         Change documentation for x-keysym-*-p functions.
9667
9668 1998-02-14  SL Baur  <steve@altair.xemacs.org>
9669
9670         * about.el (about-hackers): Restore entries for Michael Sperber and
9671         Vinnie Shelton.
9672         From Vinnie Shelton <acs@acm.org>
9673
9674 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
9675
9676         * simple.el (count-words-region): Ditto.
9677
9678 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
9679
9680         * simple.el (count-words-buffer): Document.  Don't print anything
9681         if non-interactive.
9682
9683 1998-02-12  SL Baur  <steve@altair.xemacs.org>
9684
9685         * packages.el (packages-hardcoded-lisp): easymenu.el is in
9686         multiple files in InfoDock.
9687
9688 1998-02-11  SL Baur  <steve@altair.xemacs.org>
9689
9690         * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
9691         from version.el in InfoDock.
9692
9693         * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
9694         specially.
9695
9696 1998-02-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9697
9698         * bytecomp-runtime.el (proclaim-inline): Single quotes around
9699         variable name in docstring.
9700
9701 1998-02-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9702
9703         * menubar.h: Include "gui.h".
9704
9705 1998-02-10  SL Baur  <steve@altair.xemacs.org>
9706
9707         * site-load.el: Fix documentation.
9708
9709 1998-02-09  SL Baur  <steve@altair.xemacs.org>
9710
9711         * package-get-base.el (package-get-base): Updated.
9712
9713         * keymap.el: PC-ize.
9714
9715 1998-02-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9716
9717         * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
9718         from' on a fresh line.
9719
9720 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
9721
9722         * help.el (help-maybe-pretty-print-value): prin1, not princ the
9723         object.
9724
9725 1998-02-09  SL Baur  <steve@altair.xemacs.org>
9726
9727         * undo-stack.el: PC-ize.
9728
9729         * cmdloop.el: PC-ize.
9730
9731 1998-02-08  SL Baur  <steve@altair.xemacs.org>
9732
9733         * bytecomp-runtime.el: PC-ize.
9734
9735         * byte-optimize.el: Prolog fixup.  PC-ize.
9736
9737         * cus-dep.el: Spelling fix.
9738
9739         * text-mode.el: Synch with Emacs 20.2.  (Original ChangeLog
9740         entries follow).
9741
9742 1997-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9743
9744         * text-mode.el (text-mode-hook-identify): New function,
9745         put on text-mode-hook.  Set text-mode-variant here.
9746         (text-mode): Don't set it here.
9747
9748 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9749
9750         * text-mode.el (text-mode-hook): New defvar.
9751         (text-mode-variant): New variable.
9752         (text-mode): Set that variable locally.
9753         (toggle-text-mode-auto-fill): New command.
9754
9755 1997-06-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9756
9757         * text-mode.el (text-mode): Let all-white lines separate paragraphs.
9758
9759 1997-06-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9760
9761         * text-mode.el (paragraph-indent-text-mode):
9762         Renamed from spaced-text-mode.
9763         (text-mode-map): Bind TAB to indent-relative.
9764         (indented-text-mode-map): Variable deleted.
9765         (indented-text-mode): Now an alias for text-mode.
9766
9767 1998-02-05  SL Baur  <steve@altair.xemacs.org>
9768
9769         * loadup.el: test-atoms debugging stuffs removed.
9770
9771 1998-02-03  Martin Buchholz  <Martin Buchholz <martin@xemacs.org>
9772
9773         * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
9774
9775 1997-12-30  Colin Rafferty  <colin@xemacs.org>
9776
9777         * help.el (describe-beta): Made it use `locate-data-file'.
9778         (describe-distribution): Ditto.
9779         (describe-copying): Ditto.
9780         (describe-project): Ditto.
9781         (view-emacs-news): Ditto.
9782
9783         * help-nomule.el (help-with-tutorial): Made it use
9784         `locate-data-file' to find tutorial.
9785
9786 1998-01-28  Jonathon Harris  <jhar@tardis.ed.ac.uk>
9787
9788         * about.el: Corrected my email address.
9789
9790         * mouse.el: Added 'mouse-mswindows-drop' similar to
9791         'mouse-offix-drop'.
9792
9793 1998-01-27  SL Baur  <steve@altair.xemacs.org>
9794
9795         * loadup.el (running-xemacs): Spelling fix.
9796
9797 1998-01-26  Colin Rafferty  <colin@xemacs.org>
9798
9799         * packages.el (packages-find-packages-1): Don't allow a backwards
9800         compatible lisp tree to overwrite `preloaded-file-list'.
9801
9802 1998-01-26  SL Baur  <steve@altair.xemacs.org>
9803
9804         * loadup.el: Don't delete "xemacs" prior to dumping.
9805
9806 1998-01-24  SL Baur  <steve@altair.xemacs.org>
9807
9808         * package-info.el (pi-last-mod-date): New function.
9809         (pi-author-version): New function.
9810         (batch-update-package-info): Use them.
9811
9812 1998-01-23  Colin Rafferty  <colin@xemacs.org>
9813
9814         * frame.el (get-frame-for-buffer-default-to-current): Create.
9815         (get-frame-for-buffer-noselect): Allow user to use current frame
9816         with `get-frame-for-buffer-default-to-current'.
9817
9818 1998-01-22  Hrvoje Niksic  <hniksic@srce.hr>
9819
9820         * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
9821         (byte-compile-output-docform): Ditto.
9822         (byte-compile-compiled-obj-to-list): Ditto.
9823
9824 1998-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
9825
9826         * startup.el (command-line-1): Removed code that ran
9827           buffer-menu.
9828
9829 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
9830
9831         * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
9832
9833 1998-01-17  Hrvoje Niksic  <hniksic@srce.hr>
9834
9835         * frame.el (suspend-emacs-or-iconify-frame): Check using
9836         `device-on-window-system-p' instead of explicitly checking for X,
9837         so that the same logic works for MS Windows.
9838         (suspend-or-iconify-emacs): Ditto.
9839
9840 1998-01-14  Hrvoje Niksic  <hniksic@srce.hr>
9841
9842         * about.el (about-maintainer-info): Andy Piper is back.
9843         (xemacs-hackers): Updated Andy Piper's email address.
9844         (about-hackers): Added Jonathan Harris.
9845         (about-hackers): Updated Tibor Polgar's email address.
9846
9847 1998-01-18  SL Baur  <steve@altair.xemacs.org>
9848
9849         * about.el: Add xemacs.org email manager.
9850
9851         * package-get-base.el (package-get-base): Updated with most recent
9852         package updates.
9853
9854 1998-01-14  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9855
9856         * help.el (function-arglist): Use `indirect-function' instead of
9857         `symbol-function' so that aliases are treated correctly.
9858
9859 1998-01-13  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
9860
9861         * help.el (help-map): Add f1 binding to `help-for-help'.
9862         Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
9863         (describe-key-briefly): Use `princ' "%s" to print object.
9864         (with-displaying-help-buffer): Kill buffer if it exists, again.
9865         (describe-key): Use `princ' "%s" to print object.
9866         (describe-function-1): Use `princ' "%s" to print object.
9867         Commented out alias lines removed.
9868         (help-pretty-print-limit): New variable to control pretty-printing
9869         of variable values.
9870         (help-maybe-pretty-print-value): Steve wins!  Renamed back from
9871         `help-pretty-print-value' again.  Only print-print when OBJECT is
9872         list of length less than `help-pretty-print-limit'.
9873         (describe-variable): Use `help-maybe-pretty-print-value' again.
9874
9875 1998-01-18  SL Baur  <steve@altair.xemacs.org>
9876
9877         * simple.el (blink-matching-open): Remove C++ kludge.
9878         Suggested by Bob Weiner <weiner@wave.altrasoft.com>
9879
9880 1998-01-14  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9881
9882         * info.el (Info-default-directory-list): Made the documentation
9883         more explanitory.
9884
9885 1998-01-13  Martin Buchholz  <martin@xemacs.org>
9886
9887         * lisp/packages.el:
9888         * lisp/package-admin.el:
9889         * lisp/build-report.el:
9890         Fix typos.
9891
9892 1998-01-14  Christoph Wedler  <wedler@fmi.uni-passau.de>
9893
9894         * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
9895         warnings in Java buffers without final newline and editing the
9896         last line.
9897
9898 1998-01-17  SL Baur  <steve@altair.xemacs.org>
9899
9900         * packages.el (packages-find-packages-1): Don't allow a backwards
9901         compatible lisp tree to overwrite `preloaded-file-list'.
9902         Suggested by Colin Rafferty  <colin@xemacs.org>
9903
9904         * mouse.el (mouse-offix-drop): Set undo-boundary.
9905         From Oliver Graf <ograf@fga.de>
9906
9907 1998-01-13  SL Baur  <steve@altair.xemacs.org>
9908
9909         * loadup.el (load-gc): rewrite as defun.
9910         Print something sensical if a required dump-time file isn't found.
9911
9912 1998-01-12  SL Baur  <steve@altair.xemacs.org>
9913
9914         * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
9915         bug strikes a menudescriptor.
9916
9917         * package-get-base.el (package-get-base): Updated.
9918
9919         * package-info.el (batch-update-package-info): Derive REQUIRES
9920         from the Makefile.
9921
9922 1998-01-13  Hrvoje Niksic  <hniksic@srce.hr>
9923
9924         * files.el (save-some-buffers): Don't play games with deleting
9925         other windows if we are in the minibuffer window.
9926
9927 1998-01-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9928
9929         * modeline.el (modeline-minor-mode-menu): Add support for :active
9930         (add-minor-mode): Document :active property to TOGGLE.
9931
9932 1998-01-07  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9933
9934         * modeline.el (modeline-minor-mode-menu): Add support for an
9935         `:included' predicate in the `toggle-sym' plist.
9936         (add-minor-mode): Document the :included property, format
9937         docstring some more.
9938         (modeline-minor-mode-menu): Documentation string added.
9939
9940 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9941
9942         * modeline.el (modeline-minor-mode-menu): genmenlab the menu
9943         labels from the symbol-names by thwacking off the overly redundant
9944         and overused "mode", parenthesizing "minor", and capitalizing the
9945         resultant strings.  Also shortened the menu's title by eliminating
9946         the redundant buffer name.
9947         (add-minor-mode): Beautified the docstring, added mention of the
9948         `:menu-tag' property of TOGGLE.
9949         (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
9950         `toggle-sym' to beatify the mode-life menus.
9951         * (abbrev-mode):  (put)'ed a `:menu-tag' on it and
9952         `auto-fill-function'.
9953
9954 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9955
9956         * modeline.el (modeline-minor-mode-menu): Changed the string-only
9957         menus to :style 'toggle.
9958
9959 1997-12-10  Markus Linnala  <maage@cs.tut.fi>
9960
9961         * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
9962
9963 1997-12-11  Christoph Wedler  <wedler@fmi.uni-passau.de>
9964
9965         * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
9966         only recognize first hyperlink.
9967         (hyper-apropos-highlightify): Deletia, this is already done by
9968         `hyper-apropos-insert-face'.
9969         (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
9970
9971 1998-01-09  SL Baur  <steve@altair.xemacs.org>
9972
9973         * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
9974         mail.
9975         (toolbar-mail-reader): Add support for `send'.
9976         From Jonathan Marten <jonathan.marten@UK.Sun.COM>
9977
9978 1998-01-05  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9979
9980         * info.el (Info-emacs-info-file-name): Add defvar for
9981         `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
9982         will function properly.
9983
9984 1998-01-05  Gary D. Foster  <gfoster@ragesoft.com>
9985
9986         * simple.el: make the backwards delete function called by
9987         `backward-or-forward-delete-char' user configurable.
9988
9989 1998-01-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9990
9991         * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
9992         compiled function got loaded from.
9993
9994 1998-01-09  SL Baur  <steve@altair.xemacs.org>
9995
9996         * term/apollo.el: Synched up with InfoDock 3.6.2.
9997
9998 1998-01-08  SL Baur  <steve@altair.xemacs.org>
9999
10000         * startup.el (load-init-file): Load autoloads earlier.
10001         (startup-splash-frame): Handle InfoDock logo.
10002
10003         * x-init.el (init-post-x-win): Don't call init-x-toolbar in
10004         InfoDock.
10005         (x-init-toolbar-from-resources): Move from x-toolbar.el.
10006
10007         * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
10008         doesn't have this function.
10009
10010         * packages.el (locate-data-file): Fix to call `locate-file'.
10011
10012 1998-01-07  SL Baur  <steve@altair.xemacs.org>
10013
10014         * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
10015         version of version.el.
10016         (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
10017
10018         * x-menubar.el (default-menubar): Guard reference to
10019         `gnuserv-frame'.
10020         (default-menubar): Guard references to `font-lock-mode'.
10021         (default-menubar): Guard references to font-menu-this-frame-only-p'.
10022         (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
10023
10024         * make-docfile.el: Don't snarf doc strings from autoloads.
10025
10026         * startup.el (load-init-file): Use algorithm from loaddefs.el for
10027         loading auto-autoloads files.
10028
10029         * loaddefs.el: Disable dumping autoloads.
10030
10031 1998-01-05  SL Baur  <steve@altair.xemacs.org>
10032
10033         * lisp-mnt.el: Synch to Emacs 20.2.
10034
10035         * help.el: Remove manual autoload of `finder-by-keyword'.
10036
10037         * finder.el (finder-by-keyword): Autoload.
10038
10039         * help.el: Conditionalize hyperbole setup.
10040
10041 1998-01-04  SL Baur  <steve@altair.xemacs.org>
10042
10043         * packages.el (package-require): Update to reflect new data format.
10044
10045 1998-01-02  Didier Verna  <didier@xemacs.org>
10046
10047         * x-menubar.el (default-menubar): make the tutorials available
10048         through the menubar. (Plus some compilation warnings cleanup).
10049
10050 1998-01-04  SL Baur  <steve@altair.xemacs.org>
10051
10052         * check-features.el: New file.  Perform sanity check after build.
10053
10054         * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
10055         files to tooltalk package.
10056         (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
10057         package.
10058
10059         * package-admin.el (package-admin-xemacs): Use better default for
10060         location of XEmacs binary.
10061
10062 1998-01-03  Aki Vehtari  <Aki.Vehtari@hut.fi>
10063
10064         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
10065         tag with sexp and add value tag with value `t'.
10066
10067 1998-01-03  SL Baur  <steve@altair.xemacs.org>
10068
10069         * package-get.el: Changes to work with real data.
10070         From Pete Ware <ware@cis.ohio-state.edu>
10071
10072         * packages.el (packages-reload-autoloads): Guard load for the time
10073         being.
10074
10075         * update-elc.el ("packages.el"): Force loading packages.el instead
10076         of possibly out-of-date packges.elc.
10077         * make-docfile.el ("packages.el"): Ditto.
10078
10079 1998-01-02  Colin Rafferty  <colin@xemacs.org>
10080
10081         * build-report.el (build-report-delete-regexp): Added a rule for
10082         the main tarball shadowing anything past it.
10083
10084 1998-01-02  SL Baur  <steve@altair.xemacs.org>
10085
10086         * packages.el (package-provide): Delete a previous provide.
10087
10088         * package-info.el: New file.
10089
10090         * package-get.el: New file.
10091         From Pete Ware <ware@cis.ohio-state.edu>
10092         (package-get): Fix md5 computation to work with Mule.
10093
10094 1997-12-11  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10095
10096         * simple.el (log-message-*): Quote symbols in docstrings properly.
10097
10098 1998-01-01  SL Baur  <steve@altair.xemacs.org>
10099
10100         * packages.el (packages-new-autoloads): Ignore symbolic links.
10101
10102         * cus-face.el (face-custom-attributes-get): Fix typo.
10103         From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
10104
10105 1997-12-31  SL Baur  <steve@altair.xemacs.org>
10106
10107         * startup.el (load-init-file): Reload new or changed autoloads
10108         unless inhibited.  Reload modified dumped lisp (stubbed).
10109
10110         * packages.el (packages-new-autoloads): New function.
10111         (packages-reload-autoloads): New function.
10112         (packages-reload-dumped-lisp): New (stub) function.
10113
10114         * loadup.el: Inhibit reloading dumped files when running temacs.
10115
10116         * loadhist.el (file-provides): Extend to handle variant
10117         extensions.
10118
10119         * replace.el (query-replace): Fix typo.
10120
10121 1997-12-30  SL Baur  <steve@altair.xemacs.org>
10122
10123         * make-docfile.el: list-autoloads-path has been renamed.
10124         * update-elc.el: list-autoloads has been renamed.
10125
10126         * packages.el (packages-list-autoloads): Renamed.
10127         (packages-list-autoloads-path): Ditto.
10128
10129 1997-12-29  Colin Rafferty  <colin@xemacs.org>
10130
10131         * packages.el (packages-find-packages-1): Made it signal a warning
10132         for an error in an auto-autoload.el file.
10133
10134 1997-12-30  SL Baur  <steve@altair.xemacs.org>
10135
10136         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
10137         tag with const.
10138         From Aki Vehtari <Aki.Vehtari@hut.fi>
10139
10140         * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
10141
10142         * loadhist.el (unload-feature): Remove autoload.
10143
10144 1997-12-28  SL Baur  <steve@altair.xemacs.org>
10145
10146         * loadhist.el: Unpackaged.
10147
10148         * help.el (describe-symbol-find-file): Rename
10149         `describe-function-find-file' and make old name obsolete.
10150         (describe-function-1): Use it.
10151         (describe-function-1): Guard reference to
10152         `compiled-function-annotation'.
10153
10154 1997-12-27  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10155
10156         * help.el (help-mode-bury): Now a call to `help-mode-quit' with
10157         argument.
10158         (help-mode-quit): New optional arg to control whether it kills or
10159         buries.  Tidied up.
10160         (with-displaying-help-buffer): Don't kill buffer initially, even
10161         if it exists: it is erased by `with-output-to-temp-buffer' anyway.
10162         (help-pretty-print-value): Rename back from
10163         `help-maybe-pretty-print-value'!  If `pp-internal' is available
10164         use it, otherwise use dumped `cl-prettyprint'.
10165         (describe-variable): Use `help-pretty-print-value' again.
10166         (find-func): Removed reference to "find-func" at end.
10167
10168 1997-12-26  Kirill M. Katsnelson  <kkm@kis.ru>
10169
10170         * dumped-lisp.el: x-menubar.el dumped along with mswindows native
10171           GUI XEmacs. Rename? x-menubar is rather window system
10172           independant, except for a couple of items.
10173
10174 1997-12-26  SL Baur  <steve@altair.xemacs.org>
10175
10176         * x-menubar.el (default-menubar): Remove hyperbole and oobr
10177         entries as they will no longer be distributed with XEmacs.
10178
10179         * format.el (format-alist): Fix image/tiff regexps.
10180         From P. E. Jareth Hein <jareth@camelot-soft.com>
10181
10182         * help.el (help-maybe-pretty-print-value): Rename.
10183         (describe-variable): Use it.
10184         (describe-variable): Add trailing linefeed.
10185
10186 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10187
10188         * help.el (describe-function-1): Don't output anything for
10189           arglist of autoload functions.
10190
10191 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10192
10193         * help.el (describe-function-1): Don't output anything for
10194           arglist of autoload functions.
10195
10196 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10197
10198         * help.el (help-mode-map): New bindings for `help-mode-bury',
10199         `describe-function-at-point', `describe-variable-at-point',
10200         `Info-elisp-ref', `customize-variable', `help-next-section' and
10201         `help-prev-section'.
10202         (help-next-section): New function.
10203         (help-prev-section): New function.
10204         (help-mode-quit): Changed to kill the help buffer.
10205         (help-mode-bury): Formerly `help-mode-quit'.  Bury buffer
10206         correctly.
10207         (help-buffer-name): New function to generate the name of help
10208         buffers.
10209         (with-displaying-help-buffer): Is now a macro.  Takes an new first
10210         argument giving the name of the help buffer.
10211         (describe-key): Use `with-displaying-help-buffer' with name.
10212         (describe-mode): Ditto.
10213         (describe-bindings): Ditto.
10214         (describe-prefix-bindings): Ditto.
10215         (view-lossage): Ditto.
10216         (with-syntax-table): New macro.
10217         (function-called-at-point): Use `ignore-errors' and
10218         `with-syntax-table'.
10219         (function-at-point): Ditto.
10220         (describe-function): Use `with-displaying-help-buffer' with name.
10221         (function-arglist): Extracted from `describe-function-1'.  Returns
10222         function's arglist as string.
10223         (function-documentation): Extracted from `describe-function-1'.
10224         Returns function's docstring.
10225         (describe-function-1): Remove all the "stream" garbage, including
10226         the stream argument.  Use `function-arglist' and
10227         `function-documentation'.
10228         (describe-function-arglist): Just use `function-arglist'.
10229         (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
10230         (help-pretty-print-value): New function to help with
10231         pretty-printing variable values.  Knows about `#<...>'.  Needs
10232         `pp-internal'.
10233         (describe-variable): Use `with-displaying-help-buffer' with name.
10234         Formatting improved.  Display file where variable is defined, if
10235         known.  Use `help-pretty-print-value'.
10236         (describe-syntax): Use `with-displaying-help-buffer' with name.
10237         (list-processes): Remove "stream" garbage.
10238
10239 1997-12-25  SL Baur  <steve@altair.xemacs.org>
10240
10241         * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
10242         call a dumped routine instead.
10243
10244         * x-win-xfree86.el: Wrap file in defun.
10245         * x-win-sun.el: Ditto.
10246
10247 1997-12-23  SL Baur  <steve@altair.xemacs.org>
10248
10249         * help.el (view-emacs-news): Remove usage of outl-mouse which
10250         advises functions and does other evil things.
10251
10252 1997-12-22  SL Baur  <steve@altair.xemacs.org>
10253
10254         * format.el (format-alist): Add `image/tiff'.
10255         From P. E. Jareth Hein <jareth@camelot-soft.com>
10256
10257 1997-12-21  SL Baur  <steve@altair.xemacs.org>
10258
10259         * about.el (about-hackers): More names added.
10260
10261         * make-docfile.el: Remove superfluous package path search.
10262
10263         * loaddefs.el: Commentary changes.  Removal of VM autoloads.
10264
10265 1997-12-20  SL Baur  <steve@altair.xemacs.org>
10266
10267         * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
10268         ignored shadows.
10269
10270 1997-12-18  SL Baur  <steve@altair.xemacs.org>
10271
10272         * startup.el (set-default-load-path): Make sure lisp and site-lisp
10273         get trailing slashes when added to the load-path.
10274
10275         * x-init.el (init-x-win): Locate where XEmacs X localization files
10276         are.
10277
10278 1997-12-18  Kyle Jones  <kyle_jones@wonderworks.com>
10279
10280         * x-faces.el: Added support for foregroundToolBarColor
10281           to xpm-color-symbols.
10282
10283 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
10284
10285         * etags.el (tags-remove-duplicates): Removed.
10286         (buffer-tag-table-list): Use `delete-duplicates'.
10287
10288         * cl-extra.el (coerce): Coerce to bit-vector and weak-list
10289         correctly.
10290         (get*): Defalias to `get'.
10291
10292         * cl.el (eql): Compare integers with `eq'.
10293         (cl-map-extents): Check for `map-extents' first.
10294
10295 1997-12-17  Didier Verna  <didier@xemacs.org>
10296
10297         * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
10298         added the 'numero', 'copyright' and 'trademark' symbols.
10299
10300         * leim/quail/latin-post.el ("french-postfix"): see above.
10301
10302 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10303
10304         * widget.el (define-widget): Check the arguments.
10305
10306         * cus-edit.el (customize-face): Use `check-argument-type'.
10307         (custom-variable-value-create): Use `signal' to signal error.
10308         (custom-variable-reset-saved): Ditto.
10309         (custom-variable-reset-standard): Ditto.
10310         (custom-face-reset-saved): Ditto.
10311
10312         * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
10313         (widget-default-format-handler): Ditto.
10314         (widget-checklist-add-item): Ditto.
10315         (widget-radio-add-item): Ditto.
10316         (widget-editable-list-entry-create): Ditto.
10317         (widget-sexp-prompt-value): Ditto.
10318
10319         * custom.el (custom-declare-variable): Signal errors better.
10320         (custom-handle-keyword): Ditto.
10321         (custom-declare-group): Ditto.
10322
10323         * window-xemacs.el (windows): Ditto.
10324
10325         * menubar.el (menu): Ditto.
10326
10327         * keydefs.el (keyboard): Ditto.
10328
10329         * minibuf.el (minibuffer): Ditto.
10330
10331         * process.el (execute): Ditto.
10332
10333         * fill.el (fill): Ditto.
10334
10335         * modeline.el (modeline): Ditto.
10336
10337         * help.el (help): Ditto.
10338
10339         * faces.el (faces): Ditto.
10340
10341         * files.el (files): Ditto.
10342
10343         * x-init.el (x): Ditto.
10344
10345         * lisp-mode.el (lisp): Ditto.
10346
10347         * process.el (processes): Ditto.
10348
10349         * mouse.el (mouse): Ditto.
10350
10351         * abbrev.el (abbrev): Moved from cus-edit.
10352
10353         * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
10354         as variable declaration.
10355
10356 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10357
10358         * menubar.el (find-menu-item): Use `check-argument-type'.
10359         (find-menu-item): Cosmetic changes.
10360
10361 1997-12-18  SL Baur  <steve@altair.xemacs.org>
10362
10363         * x-menubar.el (default-menubar): Guard usage of lpr-switches.
10364
10365 1997-12-17  SL Baur  <steve@altair.xemacs.org>
10366
10367         * startup.el (set-default-load-path): Only search package-path
10368         when not running temacs.
10369
10370         * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
10371         files.
10372
10373         * loadup.el: Correct commentary.  Reformatting.
10374         (really-early-error-handler): Use absolute path to the
10375         first dumped-lisp.el file.
10376         (really-early-error-handler): Print full path name of
10377         each dumped lisp file (inherited from InfoDock).
10378
10379         * shadow.el (find-emacs-lisp-shadows): Ignore multiple
10380         dumped-lisp.el files.
10381
10382         * make-docfile.el (preloaded-file-list): Reorder when the
10383         package-path is searched.
10384         * update-elc.el: Ditto.
10385
10386         * lisp-mode.el (call-with-condition-handler): Treat the same as
10387         `condition-case' for indentation.
10388
10389         * about.el (about-xemacs): Update release date.
10390
10391 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
10392
10393         * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
10394         anywhere but at the last clause.
10395         (ecase): Disallow `t' and `otherwise'.
10396
10397 1997-12-16  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
10398
10399         * cus-edit.el (custom-buffer-create-buttons): New function
10400         from stuff moved out of `custom-buffer-create-internal'.
10401         (custom-novice): New variable.  Default t.
10402         (custom-display-global-buttons): Ditto.  Default `top'.
10403         (custom-buffer-create-internal): Only display help if
10404         `custom-novice' is non-nil.  Display global buttons according to
10405         `custom-display-global-buttons'.
10406
10407 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10408
10409         * menubar.el (find-menu-item): Use `check-argument-type'.
10410         (find-menu-item): Cosmetic changes.
10411
10412 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10413
10414         * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
10415         look.
10416
10417 1997-12-16  Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
10418
10419         * format.el (format-deannotate-region):  Bug fix.
10420         Deannotating a region containing unknown tags would fail
10421         (causing decoding of text/enriched to fail at user level)
10422
10423 1997-12-16  Kyle Jones  <kyle_jones@wonderworks.com>
10424
10425         * minibuf.el (read-directory-name): Support sixth
10426           arg, HISTORY, as already documented.
10427
10428 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
10429
10430         * etags.el (get-tag-table-buffer): Use explicit lists as arguments
10431         to `ecase'.
10432
10433 1997-12-14  SL Baur  <steve@altair.xemacs.org>
10434
10435         * skk/skk-leim.el (skk-auto-fill-activate): Synch with
10436         skk-activate.
10437
10438 1997-12-13  SL Baur  <steve@altair.xemacs.org>
10439
10440         * dumped-lisp.el (preloaded-file-list): Remove debugging statement.