Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 428:3ecd8885ac67 r21-2-22
Import from CVS: tag r21-2-22
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:28:15 +0200 |
parents | |
children | a5df635868b2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/ChangeLog Mon Aug 13 11:28:15 2007 +0200 @@ -0,0 +1,6351 @@ +1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.22 is released + +1999-11-28 Martin Buchholz <martin@xemacs.org> + + * XEmacs 21.2.21 is released. + +1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> + + * minibuf.el (read-coding-system): Accept symbol and + coding-system object as a default-coding-system. + +1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> + + * minibuf.el (read-coding-system): Accept symbol as + a default-coding-system. + +1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> + + * apropos.el (apropos-documentation): Use insert instead + of princ. + +1999-11-07 William M. Perry <wmperry@aventail.com> + + * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off + for the linux console. + + * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking + stuff to work when you are not on a window system, since the GPM + mouse support now allows pasting from outside of XEmacs. + +1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.20 is released + +1999-11-06 Hrvoje Niksic <hniksic@iskon.hr> + + * setup-paths.el (paths-default-info-directories): Add + /usr/share/info and /usr/local/share/info. + +1999-10-30 Hrvoje Niksic <hniksic@srce.hr> + + * about.el: Updated Vladimir Ivanovic's info. + +11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch> + + * auto-show.el (auto-show-truncationp): Remove. + + * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p + +999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk> + + * indent.el (indent-line-to): fix bug: spaces were not replaced + with tab if column is multiple of tab-width + From dhn@qedinc.com + +1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch> + + * mule/mule-cmds.el (read-input-method-name): Accept symbols + correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp> + + * package-get.el (package-get-package-provider): Be verbose when + interactive. Patch from Robert Pluim + +1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk> + + * info.el (Info-suffix-list): Add ".info.bz2" to the recognised + info file suffixes. + +1999-08-19 Stephen Tse <stephent@sfu.ca> + + * process.el (open-network-stream): Add a new optional parameter + PROTOCOL to support udp; fix a minor typo and add an explanation + in docstring for udp programming. + + * code-process.el (open-network-stream): Add a new optional + parameter PROTOCOL to support udp; fix a minor typo and add an + explanation in docstring for udp programming. + +1999-10-18 Andy Piper <andy@xemacs.org> + + * gui.el (make-gui-button): be more precise about how we call + callbacks. + + * wid-edit.el (widget-push-button-value-create): Use the new form + of native gui-button. + +1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> + + * info.el (Info-page-prev): Don't do (sit-for 0). + +1999-10-13 Andy Piper <andy@xemacs.org> + + * gutter-items.el (progress-abort-glyph): new glyph for showing + abort status. + (append-progress): dispatch-event rather than sit-for. + (abort-progress): new function. Show the abort glyph with an + appropriate message. + (raw-append-progress): dispatch-event rather than sit-for. + (display-progress): cope with aborts. + + * gui.el (make-gui-button): Use native widgets for buttons + unconditionally. + (insert-gui-button): ditto. + (gui-button-p): ditto. + + * xbm-button.el: remove from core. + + * xpm-button.el: remove from core. + +1999-10-07 Olivier Galibert <galibert@pobox.com> + + * faces.el (init-device-faces): Don't initialize the random faces + on the stream device. + +1999-10-06 Andy Piper <andy@xemacs.org> + + * files.el (recover-file): Don't use ls under windows for revert buffer. + +1999-09-25 Adrian Aichner <aichner@ecf.teradyne.com> + + * package-get.el (package-get-download-menu): Make menu really + toggle download sites. + (package-get-download-sites): Add autoload cookie. + +1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * setup-paths.el (paths-find-module-directory): Ditto. + +1999-09-29 Werner Fink <werner@suse.de> + + * setup-paths.el (paths-find-exec-directory): Add missing nil + parameter for environment. + +1999-09-27 Martin Buchholz <martin@xemacs.org> + + * modeline.el (modeline-format): + Only purecopy the strings. Else + (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal) + barfs. + +1999-08-28 Mike Woolley <mike@bulsara.com> + + * winnt.el: Removed nt-shell-mode-hook, which was preventing the + user setting comint-completion-addsuffix and + comint-process-echoes. + +1999-09-22 Andy Piper <andy@xemacs.org> + + * gutter-items.el (update-tab-in-gutter): use + last-nonminibuf-window instead of selected-window. + +1999-09-18 Andy Piper <andy@xemacs.org> + + * gnuserv.el (gnuserv-edit-files): select frame we are going to + display on. + + * subr.el (record-buffer-hook): new variable so that the hook gets + some documentation. + +1999-09-16 Andy Piper <andy@xemacs.org> + + * gutter-items.el (update-tab-in-gutter): only update when the + gutter is visible. + (remove-buffer-from-gutter-tab): ditto. + +1999-09-17 Hrvoje Niksic <hniksic@srce.hr> + + * simple.el (do-auto-fill): Commented out part of Kinsoku + processing. + +1999-09-14 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el (isearch-highlightify-region): Give the + highlighting extents a high priority. + (isearch-make-extent): Give the main highlighting extent an even + higher priority. + +1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * packages.el (packages-compute-package-locations): Fix typo from + -u rationalization. + +1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * setup-paths.el (paths-find-doc-directory): Respect value of + `configure-doc-directory.' + + * find-paths.el (paths-find-architecture-directory): Give + precendence `default' argument (which typically comes from + configure). + +1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * startup.el (command-line-early): Added options -user-init-file + and -user-init-directory. + + * files.el (user-init-file): Default to NIL so we can recognize + when it's set. + +1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * obsolete.el (init-file-user): + * startup.el: + * packages.el (packages-compute-package-locations): + * package-get.el (package-get-user-index-filename): + * menubar-items.el (maybe-add-init-button): + * info.el (Info-annotations-path): + * dump-paths.el: + Change `user-init-directory' to be an absolute path. + Use `user-init-directory' where appropriate. + Zap `init-file-user' and its uses. + +1999-09-09 Hrvoje Niksic <hniksic@srce.hr> + + * subr.el (copy-symbol): New function. + +1999-09-08 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el (isearch-done): Be sure to restore invisible + extents in the proper buffer. + (isearch-pre-command-hook): Set this-command to the correct value + in case the buffer has changed and old overriding-local-map was + used. + (isearch-restore-extent): Use remprop instead of setting the + property to nil. + +1999-09-08 Hrvoje Niksic <hniksic@srce.hr> + + * cmdloop.el (execute-extended-command): Update zmacs region + before the delay. + (execute-extended-command): Make the message gettext-friendly. + +1999-09-07 Andy Piper <andy@xemacs.org> + + * gutter-items.el (progress-gauge-glyph): renamed from + progress-glyph. + (progress-text-glyph): new variable. + (progress-layout-glyph): use layouts and text glyphs. + (progress-area-buffer): removed. + (progress-text-and-extent): new variable. + (progress-displayed-p): dynamically create gutter area buffer. + (clear-progress): ditto. + (raw-append-progress): ditto. + (append-progress): use new glyph names. + (raw-append-progress): only create the extent when needed. set + properties more optimally. + (progress): remove args. + +1999-09-07 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el (isearch-range-invisible): Use mapc instead of + mapcar where the return value is unused. + (isearch-restore-invisible-extents): Ditto. + (isearch-highlight-all-cleanup): Ditto. + (isearch-delete-extents-in-range): Traverse the extents only once. + (isearch-highlight-all-update): Don't start over if the search + string has changed and more input is pending. + +1999-09-07 Hrvoje Niksic <hniksic@srce.hr> + + * packages.el (packages-find-package-data-path): Ditto. + + * cl.el: Use mapcar at top-level -- mapc is no longer a subr. + + * subr.el (mapc-internal): Don't make obsolete. + + * cl-extra.el (mapc): Resurrect. + +1999-09-03 Hrvoje Niksic <hniksic@srce.hr> + + * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete + alias. + + * isearch-mode.el (isearch-top-state): Restore isearch-word. + (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard. + (isearch-yank-clipboard): Use get-clipboard instead of + x-get-clipboard. + (isearch-yank-selection): Fix docstring. + +1999-09-02 Martin Buchholz <martin@xemacs.org> + + * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness. + +1999-09-02 Hrvoje Niksic <hniksic@srce.hr> + + * cl-macs.el (extent-start-position): Fix setf method. + (extent-end-position): Ditto. + +1999-09-02 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el: End merge with FSF 20.4. + + * isearch-mode.el (search-invisible): New variable. + (isearch-hide-immediately): Ditto. + (isearch-unhidden-extents): Ditto. + (isearch-range-invisible): New function. + (isearch-unhide-extent): Ditto. + (isearch-restore-invisible-extents): Ditto. + (isearch-restore-extent): Ditto. + + * isearch-mode.el (isearch-ring-advance-edit): Use FSF + implementation. + (isearch-ring-retreat-edit): Ditto. + (isearch-forward): New argument NO-RECURSIVE-EDIT. + (isearch-forward-regexp): New arguments NOT-REGEXP and + NO-RECURSIVE-EDIT. + (isearch-backward): New argument NO-RECURSIVE-EDIT. + (isearch-backward-regexp): New arguments NOT-REGEXP and + NO-RECURSIVE-EDIT. + (isearch-mode): Return isearch-success. + (isearch-update): Use unread-command-events instead of + unread-command-event. + (isearch-abort): If an invalid regexp is encountered, keep popping + states. + (isearch-*-char): Use FSF implementation. + (isearch-whitespace-chars): Use the more robust FSF's + implementation. + (isearch-within-brackets): New variable. + (isearch-mode): Initialize it. + (isearch-edit-string): Bind it. + (isearch-search-and-update): Set it. + (isearch-push-state): Push it. + (isearch-top-state): Pop it. + (isearch-search): Set it. + (isearch-printing-char): When called by isearch-whitespace-chars, + handle M-SPC gracefully. + (isearch-message-prefix): New argument ELLIPSIS. + (isearch-message-suffix): Ditto. + (isearch-message): Use the ELLIPSIS argument when calling + isearch-message-prefix and isearch-message-suffix. + (isearch-message-prefix): Distinguish between "wrapped" and + "overwrapped" search, FWIW. + +1999-09-01 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el (isearch-edit-string): Use the head of the + search ring instead of search-last-string and search-last-regexp. + (search-highlight): Renamed from isearch-highlight. + (isearch-exit): Use the new name. + (isearch-highlight): Ditto. + (isearch-dehighlight): Ditto. + (isearch-update-ring): New function. + (isearch-done): Call it. + (isearch-done): New argument EDIT. + (isearch-repeat): If search string is empty, look up at the car of + the search ring; ignore the yank pointer. + (isearch-abort): Call isearch-done with NOPUSH. + (isearch-cancel): New function. + (isearch-mode-map): Bind it to ESC ESC ESC. + + * isearch-mode.el: Begin merge with FSF 20.4. + +1999-09-01 Andy Piper <andy@xemacs.org> + + * x-select.el (x-get-clipboard): obsolete. + (x-yank-clipboard-selection): obsolete + + * select.el (disown-selection): need to be careful to disown the + clipboard if we set it via selection. + (get-clipboard): move from x-select.el + (yank-clipboard-selection): ditto. + +1999-09-01 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el (isearch-exit): Bind isearch-highlight and + isearch-highlight-all-matches to nil. + (isearch-fixed-case): New variable. + (isearch-mode): Initialize it. + (isearch-edit-string): Save it. + (isearch-toggle-case-fold): Set it. + (isearch-fix-case): Make sure isearch-toggle-case-fold works -- + need to check isearch-fixed-case. + (isearch-toggle-case-fold): Update highlighting of all matches + before the pause. + (isearch-edit-string): + +1999-09-01 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el (isearch-edit-string): Call isearch-message + before reading the event so that the prompt is displayed properly. + (isearch-message): Use isearch-nonincremental when calling + isearch-message-prefix. + (minibuffer-local-isearch-map): Bind up and down to do the same as + M-p and M-n respectively. + (isearch-done): New arg NOPUSH. + (isearch-edit-string): Use it. + (isearch-edit-string): Don't bind isearch-string. + (isearch-ring-adjust): Edit string, *then* push state. + +1999-08-31 Hrvoje Niksic <hniksic@srce.hr> + + * faces.el (isearch-secondary): Make isearch-secondary look + different than default. + +1999-08-30 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el (isearch-yank): Use progn instead of the inner + save-excursion. + (isearch-dehighlight): Remove TOTALLY. Simplify. + (isearch-update): Call isearch-dehighlight without arguments. + (isearch-done): Ditto. + + * isearch-mode.el (isearch-fix-case): If the search string has no + upper-case letters, allow the folding to be reenabled. + Previously, once disabled, the folding would remain that way until + the end of isearch. + (isearch-top-state): Call isearch-fix-case. + + * isearch-mode.el (isearch-yank): Use progn instead of the inner + save-excursion. + (isearch-dehighlight): Remove TOTALLY. Simplify. + +1999-08-31 Jan Vroonhof <jan@xemacs.org> + + * xpm-button.el: + xbm-button.el: Need to exist in core because gui.el depends on + them. + +1999-08-31 Andy Piper <andy@xemacs.org> + + * gutter-items.el (buffers-tab-face): new customizable variable. + (buffers-tab-default-buffer-line-length): new specifier for + maximum viewable characters. + (progress-stack): new variable for implementing widget-based + progress messages. + (progress-area-buffer): ditto. + (progress-glyph-height): ditto. + (progress-stop-callback): ditto. + (progress-quit-function): new function. + (progress-glyph): new variable. + (progress-layout-glyph): ditto. + (progress-displayed-p): new function, see message-displayed-p for + details. + (clear-progress): ditto. + (remove-progress): ditto. + (append-progress): ditto. + (raw-append-progress): ditto. + (display-progress): ditto. + (current-progress): ditto. + (current-progress-label): ditto. + (progress): ditto. + (lprogress): ditto. + + +1999-08-29 Hrvoje Niksic <hniksic@srce.hr> + + * obsolete.el (isearch-yank-x-selection): Define obsolete alias. + + * isearch-mode.el (isearch-yank-x-selection): Renamed to + `isearch-yank-selection'. + (isearch-mode-map): Use it. + (isearch-yank-selection): Use `get-selection' instead of + `get-x-selection'. + +1999-08-29 Hrvoje Niksic <hniksic@srce.hr> + + * faces.el (isearch-secondary): Create face here. + + * isearch-mode.el: Rewrote the "lazy highlighting" code not to use + timers. + +1999-08-27 Hrvoje Niksic <hniksic@srce.hr> + + * subr.el (buffer-string): More robust backward compatibility + check, courtesy William Perry. + +1999-08-26 Hrvoje Niksic <hniksic@srce.hr> + + * replace.el (perform-replace): Stop the search after the search + limit has been reached. + +1999-08-23 Andy Piper <andy@xemacs.org> + + * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter + here if we don't have one. + +1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * ldap.el (ldap-coding-system): Default to nil until we get + efficient UTF8 support + (ldap-decode-string): Guard against `decode-coding-string' not + being defined + (ldap-encode-string): Guard against `encode-coding-string' not + being defined + +1999-08-23 Didier Verna <verna@inf.enst.fr> + + * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>. + Some doc strings improvements, and add a star to the `interactive' + calls. + +1999-08-18 Stef Epardaud <stef@lunatech.com> + + * font-lock.el (java-font-lock-keywords-3): introduced new + keywords and regexpes for javadoc syntax 1.2. + +1999-08-17 Andy Piper <andy@xemacs.org> + + * gutter-items.el (buffers-tab-format-buffer-line-function): use + format-buffers-tab-line. + (buffers-tab-max-buffer-line-length): new variable. + (format-buffers-tab-line): new function. truncate names if over + buffers-tab-max-buffer-line-length. + +1999-08-13 Charles G Waldman <cgw@fnal.gov> + + * cus-start.el: Customize the variable `bell-inhibit-time'. + +1999-08-16 Andy Piper <andy@xemacs.org> + + * gutter-items.el (remove-buffer-from-gutter-tab): take a + brute-force approach to deleting the last buffer. + (buffers-tab-grouping-regexp): new customizable variable. + (select-buffers-tab-buffers-by-mode): use it. + +1999-08-13 Andy Piper <andy@xemacs.org> + + * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch* + deletion problem. + +1999-07-30 Didier Verna <verna@inf.enst.fr> + + * cus-edit.el (custom-save-variables): I said, use prin1 instead + of princ to output symbols. + (custom-save-face-internal): ditto. + (custom-save-resets): ditto. + +1999-08-09 Didier Verna <verna@inf.enst.fr> + + * gutter-items.el (select-buffers-tab-buffers-by-mode): use + `regexp-quote' to protect the major mode name for use as a regular + expression (c++ needs this for instance). + +1999-08-08 Andy Piper <andy@xemacs.org> + + * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to + cope with similar mode names. + + * gutter-items.el (buffers-tab-selection-function): new selection + function. + (select-buffers-tab-buffers-by-mode): new function. + (buffers-tab-items): use it if set to only display buffers in the + tab in the current buffer's group.. + (update-tab-in-gutter): use new api. + (remove-buffer-from-gutter-tab): ditto. + + * gutter-items.el (buffers-tab-max-size): set custom selection + default to 6. + (buffers-tab-switch-to-buffer): just switch window if the window is visible. + (add-tab-to-gutter): set face as default. + +1999-07-07 Jan Vroonhof <jan@xemacs.org> + + * faces.el (frob-face-property): Merge the fall-back specifier + with the target, not replace it. + +1999-08-05 Andy Piper <andy@xemacs.org> + + * gutter-items.el (update-tab-in-gutter): add frame argument for + buffer-items. + (update-tab-in-gutter): use it. + + * gutter-items.el (record-buffer-hook): set. + + * buffer.el (switch-to-buffer): back out switch-to-buffer-hook + change. + (switch-to-buffer-hook) deleted. + +1999-08-04 Andy Piper <andy@xemacs.org> + + * gutter-items.el (update-tab-in-gutter): make sure this will work + as an argument to create-frame-hook. + +1999-07-30 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el: Modified Bob and Darryl's code to use itimers + instead of timer emulation. + +1999-07-30 Darryl Okahata <darrylo@sonic.net> + + * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU + Emacs isearch enhancements. + +1999-07-28 Andy Piper <andy@xemacs.org> + + * gutter-items.el (add-tab-to-gutter): put in specifier specs for + all devices that support tab controls. + (remove-buffer-from-gutter-tab): new function. to be used as a + value for kill-buffer-hook. + +1999-07-21 Sean MacLennan <seanm@storm.ca> + + * auto-show.el (auto-show-truncationp): changed to match + `window_translation_on' + +1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.19 is released + +1999-07-28 SL Baur <steve@miho> + + * code-files.el (insert-file-contents): Fix docstring. + revert previous change. + +1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> + + * fill.el (fill-region-as-paragraph): Change re-break-point to + contain word-across-newline plus one character so that filling + Japanese and Chinese works as desired. + * simple.el (do-auto-fill): Ditto. + +1999-07-26 SL Baur <steve@miho> + + * mule/japanese.el ("Japanese"): Do not specify a default input + method. + Suggested by MORIOKA Tomohiko <tomo@etl.go.jp> + +1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch> + + * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be + able to use cl-macs macro in early lisp. + +1999-07-23 Jan Vroonhof <jan@xemacs.org> + + * custom.el: + * cus-face.el: + * cus-edit.el: + Massive custom Theme API changes. + +1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp> + + * code-files.el (insert-file-contents): Regard + coding-system-magic-cookie if `coding-system-for-read' is nil. + +1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/thai-xtis.el: Add coding: local variable, to avoid + bootstrapping problem with C locale. + +1999-07-22 Andy Piper <andy@xemacs.org> + + * dumped-lisp.el (preloaded-file-list): guard against putting + gutter-items in a less than functional XEmacs. + * gutter-items.el: put call to `add-tab-to-gutter' back in. + +1999-07-18 Bob Weiner <weiner@beopen.com> + + * fill.el (fill-context-prefix): Fixed bug that prevented the + setting of an adaptive fill prefix when the `dont-skip-first' was + t. + +1999-07-22 SL Baur <steve@miho> + + * gutter-items.el: remove unguarded call to `add-tab-to-gutter'. + +1999-06-25 Karl M. Hegbloom <karlheg@debian.org> + + * files.el (interpreter-mode-alist): add `make', `guile', and + `emacs' entries. (#!/usr/bin/make -f ought to send a file into + makefile-mode, guile is a scheme, and someday XEmacs will be + modular enough to use as an efficient scripting tool.) + +1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/mule-cmds.el (reset-language-environment): Regard + coding-category `utf-8' and `ucs-4' if they are available. + +1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string. + (prefer-coding-system): Fix DOC-string. + + * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix + DOC-string too. + + * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to + Mule. + (coding-system-change-eol-conversion): Fix DOC-string. + +1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system' + instead of `list-coding-system'. + +1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp> + + * menubar-items.el (default-menubar): `select-input-method' was + renamed to `set-input-method'. + + * mule/mule-cmds.el (set-language-info-alist): Fix setting for + "Set Language Environment" menu. + + * mule/mule-cmds.el (set-language-info-alist): Fix setting for + "Describe Language Support" menu. + +1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/chinese.el ("Chinese-GB"): Rename + `chinese-gb-environment-setup-function' to + `setup-chinese-gb-environment-internal'. + +1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/korean.el: Use `define-coding-system-alias' instead of + `copy-coding-system'. + +1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/mule-cmds.el (set-language-environment-coding-systems): + Treat duplicated coding-categories. + +1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/japanese.el: Use `define-coding-system-alias' instead of + `copy-coding-system'. + +1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/vietnamese.el: Specify `iso-8-1' as a category of + coding-system `viscii'. + +1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/cyrillic.el: + - Specify `iso-8-1' as a category of coding-system `koi8-r'. + (cyrillic-alternativnyj-decode-table): New variable. + (cyrillic-alternativnyj-encode-table): New variable. + - Specify `iso-8-1' as a category of coding-system + `alternativnyj'. + - Abolish general Cyrillic environment. + +1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/chinese.el: + - Use `define-coding-system-alias' instead of `copy-coding-system'. + - Register `chinese-gb-environment-setup-function' as a + `setup-function' of "Chinese-GB" environment. + +1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/mule-cmds.el (set-language-info-alist): Allow dummy + optional argument `parents'. + + * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system' + property for Thai-XTIS. + + * mule/mule-help.el (help-with-tutorial): Use property + `tutorial-coding-system' of language-info as a coding-system to + read tutorial file. + +1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/thai-xtis.el: Don't setup `setup-function' and + `exit-function'. + + * mule/mule-cmds.el (set-language-environment-coding-systems): Use + `set-coding-category-system' to set up coding-system for + coding-category. + + * mule/mule-cmds.el (prefer-coding-system): Use + `set-coding-category-system' to set up coding-system for + coding-category. + +1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for + Thai-XTIS environment. + + * mule/mule-cmds.el (prefer-coding-system): Use + `find-coding-system' instead of `coding-system-p'. + +1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/mule-cmds.el (set-language-environment-coding-systems): + Modify eol-type for XEmacs. + + * mule/thai-xtis.el: Delete unused local variable `category'. + + * mule/mule-cmds.el (coding-system-change-eol-conversion): New + function. + (prefer-coding-system): Don't call + `update-coding-systems-internal'; use function + `coding-category-list' instead of variable `coding-category-list'; + use `set-coding-priority-list' instead of `set-coding-priority'; + modify `eol-type' for XEmacs. + + * mule/mule-misc.el (string-width): Use `charset-width' instead of + `charset-columns'. + (char-width): Likewise. + +1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of + `tis-620'. + + * mule/mule-cmds.el (set-language-environment-coding-systems): Use + `set-coding-priority-list' instead of `set-coding-priority'; don't + call `update-coding-systems-internal'. + + * mule/mule-misc.el (coding-system-get): New function. + (coding-system-put): New function. + (coding-system-category): New function. + +1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp> + + * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars" + when Mule is running; load "mule/thai-xtis" instead of "thai-xtis" + to avoid conflict with leim/quail/thai-xtis. + + * mule/thai-xtis.el: Split definition of the charset `thai-xtis' + to thai-xtis-chars.el. + + * mule/thai-xtis-chars.el: New file (split from + mule/thai-xtis.el). + +1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/thai-xtis.el: + - Change category for the charset `thai-xtis' to `?x' from `?T'. + - Add syntax entries. + - Put `preferred-coding-system' of the charset `thai-xtis' to + `tis-620'. + +1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp> + + * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines + rewritten to use write-multibyte-character. + +1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp> + + mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead + of `iso-2022-7'. + (prefer-coding-system): Synced up with Emacs 20.3.11 but not + ported yet. + (read-input-method-name): Treat optional argument `default'. + +1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/mule-cmds.el (set-language-info): Don't set up menus at + all. + (set-language-info-alist): Set up menus here. + +1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp> + + * minibuf.el (completing-read): Add new optional argument + `default'. + (read-coding-system): Add new optional argument + `default-coding-system'. + +1999-06-03 Ken'ichi Handa <handa@gnu.org> + + * mule/vietnamese.el (ccl-encode-vscii): Typo fixed + (viet-viscii-...->viet-vscii...). + +1999-05-13 Ken'ichi Handa <handa@gnu.org> + + * mule/mule-cmds.el: Change MULE to Mule in docstrings + and menus. + +1999-04-12 Richard M. Stallman <rms@gnu.org> + + * mule/mule-cmds.el (input-method-function): Add permanent-local + property. + +1999-03-30 Dave Love <fx@gnu.org> + + * mule/mule-cmds.el (current-language-environment): Doc fix. + +1999-02-06 Richard Stallman <rms@gnu.org> + + * mule/european.el (setup-slovenian-environment): New function. + ("Slovenian"): New language environment. + +1999-01-27 Dave Love <fx@gnu.org> + + * mule/mule-cmds.el (current-language-environment): Provide :link, + :type (choices) and appropriate :get. + +1999-01-14 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-cmds.el (describe-language-environment): Don't alter + input-method-alist. + +1999-01-06 Eli Zaretskii <eliz@gnu.org> + + * mule/mule-cmds.el (prefer-coding-system): Call + set-coding-priority, so that the internal array of priorities is + also updated. + +1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> + + * mule/mule-cmds.el (prefer-coding-system): If the argument + requires specific EOL conversion type, make the default coding + systems use that. + +1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> + + * mule/mule-cmds.el (set-language-environment): Pass the default + eol-type to set-language-environment-coding-systems. + (set-default-coding-systems): Copy the eol-type property for the + new default values of {buffer-file,process}-coding-system from the + old defaults. + (set-language-environment-coding-systems): Accept an optional + argument EOL-TYPE, and set the eol-type property of the default + coding systems accordingly. + +1998-10-26 Kenichi Handa <handa@etl.go.jp> + + * mule/chinese.el (pre-write-encode-hz): Cancel previous change, + use generate-new-buffer instead of get-buffer-create. + +1998-10-21 Kenichi Handa <handa@etl.go.jp> + + * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer. + +1998-10-16 Markus Rost <rost@delysid.gnu.org> + + * mule/mule-cmds.el (default-input-method): Fix custom type. + +1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> + + * mule/mule-cmds.el (setup-specified-language-environment): + Add apropos-inhibit property. + (describe-specified-language-support): Likewise. + +1998-09-06 Bill Richter <richter@math.nwu.edu> + + * mule/mule-cmds.el: Doc fixes. + +1998-09-02 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-cmds.el (register-input-method): Doc-string + modified. + +1998-09-01 Dave Love <fx@gnu.org> + + * mule/mule-cmds.el (current-language-environment): Fix + setter function. + +1998-08-31 Paul Eggert <eggert@twinsun.com> + + * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el, + mule/european.el, mule/hebrew.el, mule/japanese.el, + mule/korean.el, mule/vietnamese.el: Add coding: local variable, to + avoid bootstrapping problem if you need to recompile all the Lisp + files using interpreted code. + +1998-08-26 Kenichi Handa <handa@etl.go.jp> + + * mule/european.el ("Latin-1"): Modify `documentation' key value. + ("Latin-2"): Likewise. + +1998-08-18 Per Starback <starback@update.uu.se> + + * mule/european.el (setup-latin2-environment): Fix typo. + +1998-08-18 Kenichi Handa <handa@etl.go.jp> + + * mule/european.el: Give proper value of `input-method' key to all + lang. env. + + * mule/mule-cmds.el (activate-input-method): Handle the case that + the arg INPUT-METHOD is nil correctly. + (read-multilingual-string): Activate the specified input method + before calling read-string. Afterward, activate the original + input method. + +1998-08-15 Kenichi HANDA <handa@etl.go.jp> + + * mule/mule-cmds.el (language-info-alist): Doc-string modified. + (set-language-info-alist): Fix typo in doc-string. + + * mule/hebrew.el ("Hebrew"): Delete describe-function key. + +1998-08-09 Kenichi HANDA <handa@etl.go.jp> + + * mule/mule-cmds.el (language-info-alist): Doc-string modified. + (reset-language-environment): New function for the job that + setup-english-environment used to do. + (set-language-environment): Do more setups according to the info + in language-info-alist. + (read-language-name): Handle the case that the arg KEY is nil. + (describe-language-environment): Handle input-method property. + + * mule/: All files under this directory, which related with + specific languages (such as mule/european.el, mule/greek.el, + mule/hebrew.el, mule/misc-lang.el), modified as below. + (setup-XXX-environment): Just call set-language-environment. If + they used to do some other jobs than what done by + set-language-environment, those jobs are done in + setup-XXX-environment-internal now. + ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change + the value to setup-XXX-environment-internal. Add properties + input-method and features. + + * mule/english.el (setup-english-environment): Just call + reset-language-environment. + + * mule/european.el (setup-8-bit-environment): Function deleted. + +1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu> + + * mule/mule-cmds.el (input-method-exit-on-first-char) + (input-method-use-echo-area): Doc fixes. + +1998-08-06 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-cmds.el (input-method-exit-on-first-char): New + variable. + (input-method-use-echo-area): New variable. + +1998-08-01 Kenichi HANDA <handa@etl.go.jp> + + * mule/mule-cmds.el (language-info-alist): Doc-string modified. + +1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org> + + * mule/mule-cmds.el (activate-input-method): Update mode line. + (inactivate-input-method): Likewise. + +1998-07-19 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-cmds.el (read-multilingual-string): Don't activate an + input method in the current buffer, but just bind + current-input-method. + +1998-07-08 Kenichi Handa <handa@etl.go.jp> + + * mule/hebrew.el ("Hebrew"): Add coding-priority. + + * mule/misc-lang.el ("IPA"): Add coding-priority and + coding-system. + +1998-06-26 Ken'ichi Handa <handa@melange.gnu.org> + + * mule/greek.el: Add coding-priority. + +1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu> + + * mule/mule-cmds.el (register-input-method): Rename arg ENV to + LANG-ENV. + +1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu> + + * mule/mule-cmds.el (register-input-method): Fix previous change. + (setup-specified-language-environment): Doc fix. + +1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu> + + * mule/mule-cmds.el: Several doc fixes. + (get-language-info, set-language-info): Rename argument. + (set-language-info-alist): Likewise. + (register-input-method): Rename argument. + (activate-input-method): If INPUT-METHOD is nil, deactivate. + +1998-05-04 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-cmds.el (toggle-input-method): Use a more appropriate + default value while reading an input method. + +1998-05-01 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-cmds.el (universal-coding-system-argument): + Use buffer-file-coding-system as default. + +1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org> + + * mule/korean.el ("Korean"): Doc fix. + +1998-04-11 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-cmds.el (describe-language-environment): Print the + languge environment at the head. + +1998-04-06 Kenichi Handa <handa@etl.go.jp> + + * mule/japanese.el: Set exit-function to exit-japanese-environment + for Japanese environment. + +1998-03-20 Richard Stallman <rms@psilocin.gnu.org> + + * mule/mule-cmds.el (set-language-environment): Doc fix. + (current-language-environment): Use defcustom. + (default-input-method): Specify :type. + +1998-03-02 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-cmds.el (set-default-coding-systems): Doc-string + modified. + (prefer-coding-system): Doc-string modified. + +1998-01-21 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-cmds.el (set-language-info): Doc-string + describes `coding-priority' KEY. + (set-language-environment-coding-systems): New function. + (select-safe-coding-system): New function. + (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP. + (set-language-info-alist): New optionla arg PARENTS. Call + set-language-info with apropriate DESCRIBE-MAP and SETUP-MAP args. + (set-language-environment-coding-systems): New function. + + * mule/chinese.el: Remove setting up of + describe-chinese-environment-map and + setup-chinese-environment-map. Exclude them in args of calls to + set-language-info-alist. Register coding-priority key in + language-info-alist. + + * mule/cyrillic.el: Remove setting up of + describe-cyrillic-environment-map and + setup-cyrillic-environment-map. Exclude them in args of calls to + set-language-info-alist. Register coding-priority key in + language-info-alist. + + * mule/english.el: Register coding-priority key in + language-info-alist. + + * mule/ethiopic.el: Register coding-priority key in + language-info-alist. + + * mule/european.el: Remove setting up of + describe-european-environment-map and + setup-european-environment-map. Exclude them in args of calls to + set-language-info-alist. Register coding-priority key in + language-info-alist. Add "German" language env. + (setup-8-bit-environment): Delete CODING-SYSTEM arg. + (setup-german-environment): New function. + + * mule/greek.el (setup-greek-environment): For Greek lang. env., + change default input method to "greek-postfix". + + * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register + coding-priority key in + +1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk> + + * mule/mule-cmds.el (set-language-info): Doc fix. + (input-method-inactivate-hook): Doc fix. + +1997-11-20 Karl Heuer <kwzh@gnu.org> + + * mule/mule-cmds.el (set-input-method): Renamed from + select-input-method. + +1997-11-07 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-cmds.el (set-language-environment): Run + exit-language-environment-hook before calling `exit-function' + which is specified for the language environment. + +1997-10-23 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-cmds.el (set-default-coding-systems): Doc-string + modified. + (prefer-coding-system): Likewise. + (describe-language-environment): Print aliases of each coding + system. + (set-language-environment-hook): New variable. + (exit-language-environment-hook): New variable. + (set-language-environment): Call these hooks. Before setting a + new language environment, exit from the + current-language-environment if necessary. + (input-method-verbose-flag): The value can be nil, t, + complex-only, or default. + (input-method-highlight-flag): Doc-string augmented. + (activate-input-method): Check if we can run the registered + function to activate an input method. + + * mule/korean.el: Set exit-function for language environment + "Korean" to exit-korean-environment. + (setup-korean-environment): Moved to korea-util.el. + +1997-10-21 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-cmds.el (read-multilingual-string): Use + current-input-method prior to default-input-method. Don't bind + current-input-method by `let', instead, activate the specified + input method in the current buffer temporarily. + +1997-10-19 John F. Whitehead <jfw@cisco.com> + + * mule/mule-cmds.el (describe-language-environment): Fix prompt. + +1997-10-21 Kenichi Handa <handa@etl.go.jp> + + * mule/chinese.el (post-read-decode-hz): Return the result of + decode-hz-region. + (pre-write-encode-hz): Do not change the value of + last-coding-system. + +1998-09-06 Bill Richter <richter@math.nwu.edu> + + * mule/mule-ccl.el: Doc fixes. + +1998-04-20 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR. + (check-ccl-program): New macro. + +1998-01-21 Kenichi Handa <handa@etl.go.jp> + + * mule/mule-ccl.el: Comment about CCL syntax modified. + (ccl-command-table): Add read-multibyte-character and + write-multibyte-character. + (ccl-code-table): Add ex-cmd. + (ccl-extended-code-table): New variable. + (ccl-embed-extended-command): New function. + (ccl-compile-read-multibyte-character, + ccl-compile-write-multibyte-character) New functions. + (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character, + ccl-dump-write-multibyte-character): New functions. + +1999-07-22 SL Baur <steve@miho> + + * config.el (config-value-file): config.values is installed into + doc-directory. + From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu> + +1999-07-19 Didier Verna <verna@inf.enst.fr> + + * rect.el: all functions rewritten, except when noted. Below is a + list of interface changes. + (apply-on-rectangle): new function. Obsoletes + `operate-on-rectangle'. All functions that used to call this + function now call the new one. + (kill-rectangle): added optional prefix arg to fill lines. + (delete-rectangle): ditto. + (delete-extract-rectangle): ditto. + (open-rectangle): ditto. + (clear-rectangle): ditto. + (delete-rectangle-line): added third arg FILL. + (delete-extract-rectangle-line): ditto. + (open-rectangle-line): ditto. + (clear-rectangle-line): ditto. + +1999-07-18 Andy Piper <andy@xemacs.org> + + * menubar-items.el (default-menubar): add gutter options. + + * gutter-items.el: new file. + (gutter): new group for custom. + (gutter-visible-p): new variable. + (default-gutter-position): ditto. + (buffers-tab): new group for the buffers tab. + (gutter-buffers-tab): widget to put in the gutter. + (buffers-tab-max-size): max number of tabs. + (buffers-tab-switch-to-buffer-function): function to call when a + tab is pressed. + (buffers-tab-omit-function): filter buffers with this function. + (buffers-tab-format-buffer-line-function): format buffer names for + inclusion in tabs. + (buffers-tab-switch-to-buffer): like switch-to-buffer but without + the record. + (build-buffers-tab-internal): build a list of tab items. + (buffers-tab-items): ditto. + (add-tab-to-gutter): put a tab in the gutter area. + (update-tab-in-gutter): reset the buffers in the tab. + + * dumped-lisp.el (preloaded-file-list): dump gutter-items. + + * buffer.el (switch-to-buffer): run switch-to-buffer-hooks. + (switch-to-buffer-hooks): new hook. + + * toolbar.el (default-toolbar-position): fix typo. + +1999-07-16 Andy Piper <andy@xemacs.org> + + * gui.el (make-dialog-frame): turn off gutters for dialogs. + +1999-07-15 Didier Verna <verna@inf.enst.fr> + + * cus-edit.el (custom-prompt-variable): optional third arg makes + prompt for a comment string. + (customize-set-value): optional prefix makes this function handle + variable comments. + (customize-set-variable): ditto. + (customize-save-variable): ditto. + (customize-customized): handle custom comments. + (customize-save-customized): ditto. + (custom-variable-state-set): ditto. + (custom-face-state-set): ditto. + (customize-saved): ditto. + (custom-variable-set): ditto. + (custom-face-set): ditto. + (custom-variable-save): ditto. + (custom-face-save): ditto. + (custom-variable-reset-saved): ditto. + (custom-face-reset-saved): ditto. + (custom-variable-reset-standard): ditto. + (custom-face-reset-standard): ditto. + (custom-comment-face): new face. + (custom-comment-tag-face): ditto. + (custom-comment): new widget. + (custom-comment-create): new function. + (custom-comment-delete): ditto. + (custom-comment-value-set): ditto. + (custom-comment-show): ditto. + (custom-comment-invisible-p): ditto. + (custom-variable-value-create): create a comment field widget. + (custom-face-value-create): ditto. + (custom-variable-menu): new entry for adding a custom comment. + (custom-face-menu): ditto. + (custom-save-variables): possibly save custom comments. + (custom-save-faces): ditto. + + * cus-face.el (custom-set-faces): the arguments can now have a + custom comment as fourth argument. + + * custom.el (custom-set-variables): the arguments can now have a + custom comment as fifth element. + +1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.18 is released + +1999-07-13 SL Baur <steve@miho> + + * lib-complete.el (read-library-name): Revert previous change. + (read-library): Ditto. + +1999-06-24 Karl M. Hegbloom <karlheg@debian.org> + + * packages.el (packages-package-list): Capitalize docstring. + + * packages.el (packages-find-package-library-path): Use #'nconc + rather than #'append to reduce consing -- #'mapcar uses Flist, + which returns a freshly consed list. #'append would create yet + another fresh list, using Fmake_list in concat. + + * packages.el (package-provide): Use setq with remassq like it + says in its docstring. + +1999-07-06 SL Baur <steve@miho.m17n.org> + + * lib-complete.el (progn-with-message): Fix typo. + +1999-07-06 SL Baur <steve@miho.m17n.org> + + * mule/mule-misc.el (char-octet): Make function match docstring. + From Katsumi Yamaoka <yamaoka@jpl.org> + +1999-06-15 Karl M. Hegbloom <karlheg@debian.org> + + * wid-edit.el (widget-documentation): corrected spelling error. + +1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com> + + * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find + keys if already bound + +1999-07-06 SL Baur <steve@miho.m17n.org> + + * lib-complete.el (progn-with-message): Revert previous changes. + +1999-06-24 Bob Weiner <weiner@beopen.com> + + * lib-complete.el (find-library): + (find-library-other-window): + (find-library-other-frame): Completely rewrote + so that these functions actually work when called non-interactively. + Also made them handle LIBRARY arguments which end with .el or .elc. + +1999-06-24 Bob Weiner <weiner@beopen.com> + + * simple.el (indent-new-comment-line): Locally bound + `block-comment-start' to `comstart' or else when this is called + from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil + `block-comment-start' value, ignoring any existing spacing after a + comment prefix in the previous line and producing ugly comments. + +1999-06-23 Bob Weiner <weiner@beopen.com> + + * list-mode.el (mouse-choose-completion): + (choose-completion): + (completion-switch-to-minibuffer): Added. + ([Tab]): [Tab] previously switched to the minibuffer + but since [space] does that and since most applications in the + world use [Tab] to select the next item in a list, do that in the + *Completions* buffer too. This will cause the least confusion + among the largest population of users. -- Bob Weiner, BeOpen.com, + 06/23/1999. + +1999-06-22 Bob Weiner <weiner@beopen.com> + + * help.el (help-buffer-name): Added support for a null value + of `help-buffer-prefix-string' since some buffers require no + prefix. + +1999-06-20 Bob Weiner <weiner@beopen.com> + + * list-mode.el (completion-list-mode-quit): Added and bound to {q} + in the completion-list-mode-map to bury the completions buffer + even when the minibuffer is no longer active. + +1999-06-20 Bob Weiner <weiner@beopen.com> + + * list-mode.el (list-mode): It is visually disconcerting to have + the text cursor disappear within list buffers, especially when + moving from window to window, so leave it visible. + +1999-07-01 SL Baur <steve@miho.m17n.org> + + * menubar-items.el (default-menubar): Conditionalize the bug + report menu item (which may not be possible in this XEmacs). + Reported by: Ken'ichi Handa <handa@etl.go.jp> + +1999-06-30 SL Baur <steve@miho.m17n.org> + + * subr.el (with-current-buffer): DOC string fix. + Suggested by Bob Weiner <weiner@altrasoft.com> + +1999-06-25 Charles G Waldman <cgw@fnal.gov> + + * cus-face.el (custom-face-italic): insert missing args + +1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * packages.el (package-locations): Changed default early package + hierarchies to ~/.xemacs/mule-packages and + ~/.xemacs/xemacs-packages. + +1999-06-23 SL Baur <steve@miho.m17n.org> + + * mule/mule-category.el (Top Level): ASCII is also latin-1. + +1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * packages.el (package-locations): Changed default early package + hierarchy to ~/.xemacs/packages. + (package-locations): Removed `packages' as a possible name for a + late package hierarchy. + +1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/mule-category.el (word-combining-categories): Set up new + variable. + (word-separating-categories): Likewise. + +1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.17 is released + +1999-06-17 Robert Pluim <rpluim@bigfoot.com> + + * font-menu.el (font-menu-set-font): allow for nil specification + of font size. + +1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis' + is 1. + +1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO + 8859-5 instead of ISO 8859-1. + +1999-06-15 SL Baur <steve@steve1.m17n.org> + + * mule/vietnamese.el (viet-vscii-encode-table): Use split-char. + (viet-viscii-encode-table): Ditto. + + * mule/mule-misc.el: Delete split-char & split-char-or-char-int. + Make obsolete definition of char-octet. + +1999-06-14 SL Baur <steve@steve1.m17n.org> + + * subr.el: Move no-Mule make-char ... + * help-nomule.el (make-char): To here. + (string-width): Make Mule compatibility alias. + +1999-06-15 Andy Piper <andy@xemacs.org> + + * select.el (get-selection-no-error): really make there be no-error. + (get-selection): revert to original. + +1999-06-11 Andy Piper <andy@xemacs.org> + + * select.el (selection-sets-clipboard): renamed. + (own-selection): use it. + +1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.16 is released + +1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for + missing characters to avoid crash. + +1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch> + + * coding.el (set-terminal-coding-system): Only set the console + coding system on the selected console if it is a tty. + +1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch> + + * cus-face.el: + * cus-edit.el: + * faces.el: + (custom): + (face-spec-set): + * faces.el (frob-face-property): + * font-menu.el (font-menu-set-font): + Actually apply changes from 1999-03-17 + +1999-06-10 Andy Piper <andy@xemacs.org> + + * select.el (get-selection): abstract out non error-signalling + part. + (get-selection-no-error): get-selection without signalling an + error. + (selection-is-clipboard-p): new variable. controls whether the + selection sets the clipboard. + (own-selection): use it. + + * mouse.el (insert-selection): fallback to clipboard after trying + primary selection and cutbuffer. + +1999-06-05 Andy Piper <andy@xemacs.org> + + * x-select.el (xselect-kill-buffer-hook-1): use generalised + selection functions. + +1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp> + + * code-files.el (buffer-file-coding-system): Use `raw-text' as + default value. + (load): Use `raw-text' instead of `no-conversion'. + (insert-file-contents): Likewise. + + * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead + of `no-conversion'. + +1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp> + + * coding.el: Don't copy `no-conversion' to `raw-text'. + +1999-06-07 Hrvoje Niksic <hniksic@srce.hr> + + * subr.el (make-char): Define it if Mule is not around. + +1999-06-07 SL Baur <steve@steve1.m17n.org> + + * mule/mule-help.el: Add trailing newline. Use mule keyword. + + * x-select.el (x-disown-selection-internal): Restore symbol as an + obsolete alias. + (xselect-kill-buffer-hook-1): Use disown-selection-internal. + +1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.15 is released + +1999-06-02 Oscar Figueiredo <oscar@xemacs.org> + + * subr.el (split-string): Avoid infinite looping + +1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * ldap.el (ldap-ignore-attribute-codings): New variable + (ldap-default-attribute-decoder): New variable + (ldap-coding-system): New variable + (ldap-attribute-syntax-encoders): New variable + (ldap-attribute-syntax-decoders): New variable + (ldap-attribute-syntaxes-alist): New variable + (ldap-encode-boolean): New function + (ldap-decode-boolean): New function + (ldap-encode-country-string): New function + (ldap-decode-string): New function + (ldap-decode-address): New function + (ldap-encode-address): New function + (ldap-decode-attribute): New function + (ldap-search): Use some of these + +1999-05-25 Jan Vroonhof <jan@xemacs.org> + + * version.el (emacs-version): Make the patch level/beta come + before the XEmacs qualifier so that it gets into (funcall + emacs-version) and thus in the bug reports. + (emacs-version>=): Support patch levels. + +1999-06-03 SL Baur <steve@xemacs.org> + + * version.el: implement x.y.z version number + From Jan Vroonhof <vroonhof@math.ethz.ch> + +1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> + + * mule/mule-cmds.el (read-input-method-name): set input-method properly. + +1999-05-22 Vin Shelton <acs@xemacs.org> + + * startup.el: Document -private and break out non-standard X options. + +1999-05-26 SL Baur <steve@gneiss.etl.go.jp> + + * mule/mule-charset.el (charset-after): New function. + (charset-direction): Synch with Mule, update docstring. + (get-charset-property): New function. + (put-charset-property): New function. + (charset-plist): New function. + + * mule/mule-charset.el (compose-region): + (decompose-region): remove; these functions (which don't work + since we don't do composite characters) have been moved to + mule-util.el. + (toplevel): follow coding standards + +1999-05-26 SL Baur <steve@gneiss.etl.go.jp> + + * dumped-lisp.el (preloaded-file-list): mule-files.el does not + exist any more. + + * code-files.el: Fix commentary to follow coding standards. Move + the single line left in mule-files.el to here. + + * mule/mule-files.el: delete. + +1999-05-24 SL Baur <steve@gneiss.etl.go.jp> + + * info.el (Info-scroll-prev): Use event functions instead of the + old emacs 19 interface. + +1999-06-02 Andy Piper <andy@xemacs.org> + + * x-font-menu.el (x-font-menu-load-font): + font-menu-registry-encoding -> x-font-menu-registry-encoding type. + +1999-05-31 Andy Piper <andy@xemacs.org> + + * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu + group. + (font-menu-this-frame-only-p): ditto. + (font-menu-max-items): reinstate, from Jan Vroonhof + <vroonhof@math.ethz.ch> + (font-menu-submenu-name-format): ditto. + (font-menu-split-long-menu): ditto, for use by the family + constructor. + (font-menu-family-constructor): use it. + +1999-05-30 Andy Piper <andy@xemacs.org> + + * msw-faces.el (mswindows-font-regexp): new font matching regexp + for use by the font menu. + + * msw-font-menu.el: new file implementing mswindows specific + font-menu behaviour. + (mswindows-font-menu-registry-encoding): new function mirroring x version. + (mswindows-font-menu-junk-families): ditto. + (hack-font-truename): ditto. + (mswindows-font-regexp-ascii): ditto. + (mswindows-reset-device-font-menus): ditto. + (mswindows-font-menu-font-data): ditto. + (mswindows-font-menu-load-font): ditto. + + * x-font-menu.el (x-reset-device-font-menus): made device specific. + (x-font-menu-font-data): ditto. + (x-font-menu-load-font): ditto. + + * font-menu.el: new file implementing generic font menu behaviour. + (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and + made device independent. + (font-menu-this-frame-only-p): ditto. + (font-menu-preferred-resolution): ditto. + (font-menu-size-scaling): new variable used to determine whether + sizes are in points or tenths of a point. + (vassoc): moved from x-font-menu.el. + (device-fonts-cache): ditto. + (device-fonts-cache): ditto. + (flush-device-fonts-cache): ditto. + (reset-device-font-menus): copied from x-font-menu.el and made + device independent. Most functionality deferred to + device-dependent versions. + (font-menu-family-constructor): copied from x-font-menu.el and + made device independent. + (font-menu-size-constructor): ditto. + (font-menu-weight-constructor): ditto. + (font-menu-set-font): ditto. + (font-menu-change-face): ditto. + (font-menu-load-font): new device method. + (font-menu-font-data): ditto. + + * x-font-menu.el: The above functions deleted. + +1999-05-26 Andy Piper <andy@xemacs.org> + + * update-elc.el: + * make-docfile.el: + * loadup.el: rehash expand-file-name usage to not use default-directory. + +1999-05-21 Andy Piper <andy@xemacs.org> + + * x-select.el (x-select-convert-to-text): + (x-selected-text-type): + (x-get-selection): + (xselect-convert-to-string): + (xselect-convert-to-compound-text): + (xselect-convert-to-length): + (xselect-convert-to-targets): + (xselect-convert-to-delete): + (xselect-convert-to-filename): + (xselect-convert-to-charpos): + (xselect-convert-to-lineno): + (xselect-convert-to-colno): + (xselect-convert-to-sourceloc): + (xselect-convert-to-os): + (xselect-convert-to-host): + (xselect-convert-to-user): + (xselect-convert-to-class): + (xselect-convert-to-name): + (xselect-convert-to-integer): + (xselect-convert-to-atom): + (xselect-convert-to-identity): functions renamed from x-* and + moved to select.el. + (x-get-secondary-selection): use rename get-selection. + (x-get-clipboard): ditto. + (x-own-selection): moved to select.el. + (x-valid-simple-selection-p): ditto. + (x-dehilight-selection): ditto. + (x-own-clipboard): ditto. + (x-disown-selection): ditto. + + * x-mouse.el (x-yank-function): moved to mouse.el. + (x-insert-selection): ditto. + (x-set-point-and-move-selection): use renamed function. + + * select.el (selected-text-type): moved and renamed from + x-select.el. + (selection-owner-p): moved to C. + (selection-exists-p): ditto. + (get-cutbuffer): new device method. + (get-selection): generalised and moved from x-select.el. + (own-selection): moved x-own-selection functionality into here. + (dehilight-selection): renamed and moved from x-select.el. + (own-clipboard): functionality moved from x-select.el using new + generic C builtins. + (disown-clipboard): ditto. + (select-convert-to-text): + (select-convert-to-string): + (select-convert-to-compound-text): + (select-convert-to-length): + (select-convert-to-targets): + (select-convert-to-delete): + (select-convert-to-filename): + (select-convert-to-charpos): + (select-convert-to-lineno): + (select-convert-to-colno): + (select-convert-to-sourceloc): + (select-convert-to-os): + (select-convert-to-host): + (select-convert-to-user): + (select-convert-to-class): + (select-convert-to-name): + (select-convert-to-integer): + (select-convert-to-atom): + (select-convert-to-identity): new functions renamed from x-* and + moved from x-select.el. + + * mouse.el (mouse-consolidated-yank): subsume x-yank-function + into here and use as the default window-system mouse yank. + (insert-selection): generalised and moved from x-mouse.el. + (own-clipboard): moved to C. + + * msw-select.el (mswindows-selection-owned-p): deleted. + (mswindows-own-selection): generalised and moved to select.el. + (mswindows-disown-selection): generalised and moved to C. + (mswindows-selection-owner-p): ditto. + +1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.14 is released + +1999-05-13 SL Baur <steve@gneiss.etl.go.jp> + + * about.el: update contact info for jason and slb. + +1999-05-13 SL Baur <steve@gneiss.etl.go.jp> + + * mule/european.el (setup-romanian-environment): Add Romanian + support from Emacs/Mule romanian.el. + +1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch> + + * cus-face.el: Label all custom changes with the 'custom' tag. + + * cus-edit.el: idem ditto. + + * faces.el: Added suport for adding device tags to various functions. + (custom): New device tag. + (face-spec-set): Call reset face with tags argument. No longer do + x-init-global-faces hack. + + * faces.el (frob-face-property): Use an anonymous specifier to map + frob-face-property-1 over. + + * x-font-menu.el (font-menu-set-font): Always specify all + properties to custom. + +1999-05-12 SL Baur <steve@gneiss.etl.go.jp> + + * mule/european.el (setup-czech-environment): Add czech support. + From David Sauer <davids@orfinet.cz> + +1999-03-15 SL Baur <steve@xemacs.org> + + * check-features.el: Turn hard errors into warnings. + +1999-03-21 SL Baur <steve@xemacs.org> + + * simple.el (delete-key-deletes-forward): As per discussion on + xemacs-beta, default to t. + +1999-05-11 Hrvoje Niksic <hniksic@srce.hr> + + * loadup.el: Define Installation-string before loading anything. + +1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk> + + * files.el (auto-mode-alist): fix typo in regex for .bash_* files + From Anders Stenman <stenman@isy.liu.se> + +1999-05-03 Hrvoje Niksic <hniksic@srce.hr> + + * wid-edit.el (widget-glyph-find): Ditto. + + * packages.el (locate-library): Ditto. + + * loadup.el (really-early-error-handler): Ditto. + + * lib-complete.el (read-library): Ditto. + + * faces.el (set-face-stipple): Ditto. + + * code-files.el (load): Use new calling style of locate-file. + +1999-05-03 Hrvoje Niksic <hniksic@srce.hr> + + * packages.el (packages-unbytecompiled-lisp): Installation.el is + dead. + +1999-05-03 Hrvoje Niksic <hniksic@srce.hr> + + * dumped-lisp.el (preloaded-file-list): Don't load + Installation.el. + + * loadup.el (Installation-string): Define it here. + +1999-05-03 Hrvoje Niksic <hniksic@srce.hr> + + * dumped-lisp.el (preloaded-file-list): Revert previous change -- + Installation.el needs to be loaded before `dump-paths', otherwise + the dumping process won't find it. + +1999-03-13 Adrian Aichner <aichner@ecf.teradyne.com> + + * dumped-lisp.el (preloaded-file-list): Load Installation.el after + subr so that we can use `replace-in-string' in Installation.el to + get rid of C-m chars under the native Windows build. + +1999-04-29 Andy Piper <andy@xemacs.org> + + * make-docfile.el: canonicalize file and directory names. + + * device.el (call-device-method): new function for calling device + specific methods. + (define-device-method): new function for defining device methods. + (define-device-method*): ditto. + +1999-04-27 Hrvoje Niksic <hniksic@srce.hr> + + * subr.el (buffer-string): Support new FSFmacs 20.4 stuff. + +1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable. + (cyrillic-koi8-r-encode-table): Likewise. + (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'. + (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'. + + * mule/mule-misc.el (split-char-or-char-int): New function [moved + from vietnamese.el]. + + * mule/vietnamese.el: Move function `split-char-or-char-int' to + mule/mule-misc.el. + +1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/thai-xtis.el: + - Change font registry name from "Thai94x94-0" to "xtis-0". + - Change mnemonic of coding-system `tis-620' to "TIS620". + +1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule/ethiopic.el: fixed. + +1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp> + + * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese. + + * mule/thai-xtis.el: New file. + + * mule/vietnamese.el: New file. + + * mule/ethiopic.el: New file. + +1999-04-22 Hrvoje Niksic <hniksic@srce.hr> + + * bytecomp.el (byte-compile-close-variables): Leave + debug-issue-ebola-notices alone. + +1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear + at the top of the buffer since it is the most important thing to + customize + (ldap-get-host-parameter): New defun + (ldap-search): Add a new parameter `withdn' to retrieve the + distinguished names of entries + +1999-04-22 Kai Haberzettl <khaberz@synnet.de> + + * startup.el (splash-frame-body): Date and spelling fixes. + +1999-03-16 Colin Rafferty <colin@xemacs.org> + + * view-less.el (toggle-truncate-lines): add autoload tag + +1999-04-19 Hrvoje Niksic <hniksic@srce.hr> + + * format.el (format-alist): Disable image stuff. + +1999-04-17 Hrvoje Niksic <hniksic@srce.hr> + + * wid-edit.el (widget-glyph-find): Search by directories, then by + suffixes rather than the other way around. + (widget-image-conversion): Renamed to + `widget-image-file-name-suffixes'. + +1999-04-16 Olivier Galibert <galibert@pobox.com> + + * mule/mule-charset.el: Made old functions obsolete, remove the + unspeakably evil (and inexistant in fsf's) charset-leading-byte. + (charset-iso-graphic-plane): Rename from charset-graphic. + (charset-iso-final-char): Rename from charset-final. + (charset-width): Rename from charset-columns. + (charset-bytes): Added from fsf compatibility, returns always 1. + + * mule/mule-misc.el: Move charset-doc-string alias to + mule-charset.el + +1999-04-14 Colin Rafferty <colin@xemacs.org> + + * x-faces.el (x-make-font-bold-italic): honor + *try-oblique-before-italic-fonts* + +1999-04-14 Hrvoje Niksic <hniksic@srce.hr> + + * cl-extra.el (coerce): Coerce numbers to characters correctly. + +1998-12-02 Hrvoje Niksic <hniksic@srce.hr> + + * x-faces.el (try-oblique-before-italic-fonts): Use the right + name. + +1999-04-14 Dave Gillesipe <daveg@synaptics.com> + + * cl-extra.el (equalp): Would bug out for lists. + +1999-03-12 Charles G Waldman <cgw@fnal.gov> + + * about.el (about-hackers): Change cgw's email address + +1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.13 is released + +1999-03-12 SL Baur <steve@xemacs.org> + + * simple.el (delete-key-deletes-forward): Revert to previous + behavior. + +1999-01-18 Didier Verna <verna@inf.enst.fr> + + * menubar-items.el (xemacs-splash-buffer): handle the case of + multiple elements in the splash buffer body. + + * startup.el (splash-frame-timeout): new constant: interval + between splash buffer elements. + (command-line-1): handle splash buffer with multiple elements (use + a timeout). + (splash-frame-body): Originally `startup-splash-frame-body'. + Rewrote a cleaner and more readable version. This can now be array, + in which case each element is displayed in turn in the splash buffer. + (splash-frame-static-body): new constant. Persistent information + across all splash buffer elements (preserves the possibility to give + it in different languages. + (circulate-splash-frame-elements): new function. Used as a timeout + to circulate through all splash frame elements and display them in + sequence. + (display-splash-frame): originally `startup-splash-frame'. Handle + the case of multiple elements in the splash buffer body. Now + returns a timeout id if multiple elements to display, or nil. + +1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch> + + * x-faces.el (x-init-global-faces): Add default tag to specifiers, + so they can be overridden by x-init-face-from-resources. + Additionally specify the font name also with an x tag. + +1999-03-08 Andy Piper <andy@xemacs.org> + + * package-get.el (package-get-base): autoload. + + * menubar-items.el (default-menubar): add update menu item. Fix + custom menu to only be activated when package-base is available. + + * package-get.el (package-get-custom): don't load + package-get-custom as it is auto-generated. Fix group definition. + +1999-03-05 Didier Verna <verna@inf.enst.fr> + + * cus-dep.el (Custom-make-dependencies): use `prin1-to-string' + instead of `symbol-name' (Thanks Kyle). + + * cus-edit.el (custom-save-variables): use `prin1' instead of + princ to write symbols. + +1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.12 is released + +1999-03-05 SL Baur <steve@xemacs.org> + + * menubar-items.el (default-menubar): Add kfm browsing support. + From Neal Becker <nbecker@fred.net> + +1999-03-03 Steven Baur <steve@gneiss.etl.go.jp> + + * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated + calls to font-lock during buffer reversion. + +1999-02-12 Didier Verna <verna@inf.enst.fr> + + * info.el (Info-build-node-completions): unconditionally widen the + tag table buffer. + +1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu> + + * x-faces.el (x-init-face-from-resources): + Only set fonts in the 'x locale. + +1999-03-04 Adrian Aichner <aichner@ecf.teradyne.com> + + * package-ui.el (pui-install-selected-packages): Don't throw on + `package-admin-delete-binary-package' returning nil since it's + normal. Reindent function. + (pui-add-required-packages): Handle case where packages selected + for installation have never been installed. + +1999-03-03 Martin Buchholz <martin@xemacs.org> + + * menubar-items.el (default-menubar): + Implement the ``Mule->Set coding system of process'' menu item. + +1999-02-18 Martin Buchholz <martin@xemacs.org> + + * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp + files + - Change some `if's to `when's + +1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.11 is released + +1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch> + + * userlock.el (ask-user-about-supersession-threat-dbox): Guard + against window close (Fix Bug #460). + (ask-user-about-lock-dbox): Idem. + +1999-02-25 SL Baur <steve@xemacs.org> + + * mule/mule-charset.el (charset-leading-byte): New function. + From Kazuyuki IENAGA <ienaga@jsys.co.jp> + +1999-02-12 Andy Piper <andy@xemacs.org> + + * about.el (xemacs-hackers): change andy's email address. + (about-url-alist): change andy's web page address. + (about-xemacs): add piper. + +1999-02-16 SL Baur <steve@xemacs.org> + + * dumped-lisp.el (preloaded-file-list): Core mule files moved out + of mule-base into lisp/mule. + +1999-02-16 SL Baur <steve@xemacs.org> + + * mule/arabic.el: + mule/canna-leim.el: + mule/chinese.el: + mule/cyrillic.el: + mule/english.el: + mule/european.el: + mule/greek.el: + mule/hebrew.el: + mule/japanese.el: + mule/kinsoku.el: + mule/korean.el: + mule/misc-lang.el: + mule/mule-category.el: + mule/mule-ccl.el: + mule/mule-charset.el: + mule/mule-cmds.el: + mule/mule-coding.el: + mule/mule-files.el: + mule/mule-help.el: + mule/mule-init.el: + mule/mule-misc.el: + mule/mule-tty-init.el: + mule/mule-x-init.el: + mule/viet-chars.el: Remerge from mule-base. + + * dumped-lisp.el (preloaded-file-list): Core mule files moved out + of mule-base into lisp/mule. + +1999-02-10 Adrian Aichner <aichner@ecf.teradyne.com> + + * process.el (exec-to-string): Use `shell-command-switch' in place + of hard-wired "-c" (for WindowsNT). + +1999-02-08 Charles G Waldman <cgw@pgt.com> + + * menubar-items.el (default-menubar): Remove obsolete + "Gopher" item + +1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch> + + * package-admin.el (package-admin-get-install-dir): First fall + back to the location of xemacs-base for non-mule packages. + +1999-02-15 Martin Buchholz <martin@xemacs.org> + + * paths.el: + - improved automounter tmp directory support. + - support 4 (!) empirically discovered automounter conventions + +1999-02-12 SL Baur <steve@xemacs.org> + + * etags.el (pop-tag-mark): autoload to match key binding. + +1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.10 is released + +1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch> + + * package-get.el (package-get-remote-filename): Don't bug out for + a local file name in the search entry. + +1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.9 is released + +1999-01-19 Didier Verna <verna@inf.enst.fr> + + * replace.el (replace-search-function): new variable containing a + function to perform a search-forward. + (replace-re-search-function): new variable containing a function + to perform a re-search-forward. + (perform-replace): use them. + +1999-01-25 Didier Verna <verna@inf.enst.fr> + + * select.el (selection-owner-p): use the name `XEmacs'. + (cut-copy-clear-internal): ditto. + +1999-01-18 Andy Piper <andy@xemacs.org> + + * about.el (about-url-alist): Update my entry. + (xemacs-hackers): Ditto. + +1999-01-14 Adrian Aichner <aichner@ecf.teradyne.com> + + * buffer.el (switch-to-buffer): Fixing documentation. + * minibuf.el (minibuffer-completion-table): ditto. + * cl-macs.el (return-from): ditto. + +1999-01-04 Didier Verna <verna@inf.enst.fr> + + * replace.el (delete-non-matching-lines): temporarily disable + case-folding when called interactively with a regexp containing + uppercase characters. + (delete-matching-lines): ditto. + (count-matches): ditto. + (list-matching-lines): ditto. + +1999-01-07 Colin Rafferty <colin@xemacs.org> + + * window.el (shrink-window-if-larger-than-buffer): Clean up. Only + abort if current window is split horizontally, not if others are + split. Got rid of unnecessary minibuffer checking. Also, add + some comments (it's still complex). + +1999-01-12 Robert Pluim <rpluim@BayNetworks.com> + + * package-get.el: changed address for doc.ic.ac.uk to + sunsite.doc.ic.ac.uk + +1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * ldap.el (toplevel): Remove requires so that the file compiles + with a non LDAP-enabled XEmacs binary. Provide `ldap'. + +1999-01-10 J. Kean Johnston <jkj@sco.com> + + * dump-paths.el: Calculate module-directory and set + module-load-path to the load path for modules. + + * loadup.el: Get bootstrap value of module-load-path from the + environment variable EMACSBOOTSTRAPMODULEPATH. + - Display the module load path if we're debugging paths. + + * setup-paths.el: Added function paths-find-site-module-directory. + - Added function paths-find-module-directory. + - Added function paths-construct-module-load-path. Uses new + environment variable EMACSMODULEPATH. + +1998-12-30 Martin Buchholz <martin@xemacs.org> + + * font.el (font-default-object-for-device): + Oops! This `or' can't be replaced by `unless'. + Fixed inability to run w3, among other things. + +1998-12-17 Charles G. Waldman <cgw@pgt.com> + + * package-admin.el: Change initialization of + package-admin-install-function dependent on system type. + Change package-admin-install-function-mswindows to use + "minitar". + +1998-12-23 Hrvoje Niksic <hniksic@srce.hr> + + * mouse.el (default-mouse-motion-handler): Disable help echo while + in the minibuffer. + +1998-12-28 Martin Buchholz <martin@xemacs.org> + + * XEmacs 21.2.8 is released. + +1998-12-24 Martin Buchholz <martin@xemacs.org> + + * XEmacs 21.2.7 is released. + +1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch> + + * package-ui.el (pui-list-packages): Set truncate-lines. + + * package-get.el (package-get-download-menu): Use + `package-ui-add-site'. Add a a toggle to indicate it is in the list. + + * package-ui.el (pui-help): Ditch in favor of `describe-mode' + (pui-help-string): idem. + (list-packages-mode): New major mode. + (pui-list-packages): Use 'list-packages-mode' in the package buffer. + (pui-install-selected-packages): Add suport for removing packages. + (pui-toggle-package-delete-key): New function. + (pui-popup-context-sensitive): New kludge. + (pui-list-packages): Add warning when `package-get-remote' is nil. + (package-ui-add-site): New function. + +1998-12-01 Didier Verna <verna@inf.enst.fr> + + * hyper-apropos.el (hyper-where-is): added the missing autoload. + +1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * ldap.el: Custom-ized + (toplevel): Do not provide `ldap' which is provided by C level + LDAP code + (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje + +1998-12-05 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el (isearch-mode): Really fix keymap lossage. + +1998-12-17 Andy Piper <andy@xemacs.org> + + * sound.el (sound-load-list): name changed from sound-load-alist. + (sound-extension-list): name changed from sound-ext-list. + (load-default-sounds): use new names. + (load-sound-file): use new names. + +1998-12-16 Andy Piper <andy@xemacs.org> + + * XEmacs 21.2.6 is released + +1998-11-30 Hrvoje Niksic <hniksic@srce.hr> + + * cus-dep.el (Custom-make-dependencies): Be smarter about trapping + errors. + +1998-12-04 Hrvoje Niksic <hniksic@srce.hr> + + * wid-edit.el (widget-echo-this-extent): Set + help-echo-owns-message to t. + +1998-11-30 Greg Klanderman <greg@alphatech.com> + + * package-get.el (package-get-download-menu): use toggles for + each site in the download site menu. + +1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch> + + * package-get.el (package-get): If we cannot find a package + because package-get-remote is not set, give a more helpful + error message. + +1998-11-30 Greg Klanderman <greg@alphatech.com> + + * package-get.el (package-get-remote-filename): use an EFS path + with user anonymous if no user is specified. + +1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch> + + * faces.el (face-spec-set): Re-init fallfacks for default after + calling reset-face on the default face. + +1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch> + + * package-admin.el (package-admin-default-install-function): + Behave as advertised. Make sure the pkg-dir is proper for + default-directory. + (package-admin-add-binary-package): Make sure the pkg-dir is + proper for default-directory. + (package-admin-install-function-mswindows): Make sure the pkg-dir + is proper for default-directory. + +1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.2.5 is released + +1998-12-05 SL Baur <steve@altair.xemacs.org> + + * files.el (binary-file-regexps): regexp-opt is not available at + bytecompile time. + +1998-11-30 Martin Buchholz <martin@xemacs.org> + + * x-win-xfree86.el: + * x-win-sun.el (x-win-init-sun): + * x-win-sun.el: + * x-mouse.el (mouse-track-and-copy-to-cutbuffer): + * x-iso8859-1.el: + * x-init.el (init-post-x-win): + * x-init.el (init-pre-x-win): + * x-init.el (x-initialize-compose): + * x-init.el: + * x-compose.el: + * winnt.el: + * widget.el: + * wid-edit.el (widget-glyph-click): + * wid-edit.el (widget-glyph-find): + * wid-edit.el (widget-type): + * view-less.el (view-buffer-other-window): + * very-early-lisp.el: + * version.el: + * toolbar.el: + * toolbar-items.el: + * term/sun.el (suntool-map): + * term/sun-mouse.el: + * term/internal.el: + * syntax.el (modify-syntax-entry): + * symbol-syntax.el: + * subr.el: + * startup.el (lock-directory): + * simple.el (set-comment-column): + * simple.el (backward-delete-char-untabify): + * shadow.el (find-emacs-lisp-shadows): + * shadow.el: + * setup-paths.el (paths-construct-info-path): + * select.el (cut-copy-clear-internal): + * process.el (call-process-region): + * process.el (start-process-shell-command): + * process.el: + * paths.el (rmail-spool-directory): + * paragraphs.el (use-hard-newlines): + * package-get.el (package-get-dependencies): + * package-admin.el (package-admin-delete-binary-package): + * obsolete.el (truncate-string): + * obsolete.el (store-substring): + * mouse.el (default-mouse-track-maybe-own-selection): + * mouse.el (mouse-yank-at-point): + * modeline.el: + * modeline.el (mouse-drag-modeline): + * minibuf.el (read-directory-name-internal): + * minibuf.el (read-file-name-internal): + * minibuf.el (read-file-name-internal-1): + * minibuf.el (read-file-name-2): + * minibuf.el (exact-minibuffer-completion-p): + * minibuf.el (read-from-minibuffer): + * minibuf.el: + * menubar.el (check-menu-syntax): + * map-ynp.el (map-y-or-n-p): + * make-docfile.el (docfile-out-of-date): + * loadup.el ((member "run-temacs" command-line-args)): + * loadup.el ((member "no-site-file" command-line-args)): + * loadup.el (really-early-error-handler): + * loadup.el: + * loadhist.el: + * loaddefs.el: + * lisp-mnt.el (lm-verify): + * lib-complete.el (lib-complete:cache-completions): + * lib-complete.el (library-all-completions): + * itimer.el (itimer-run-expired-timers): + * info.el (Info-mode): + * info.el (Info-insert-file-contents): + * info.el (Info-rebuild-dir): + * info.el (Info-build-dir-anew): + * info.el (Info-parse-dir-entries): + * info.el (Info-dir-outdated-p): + * info.el (Info-insert-dir): + * info.el (info-xref): + * info.el: + * hyper-apropos.el (hyper-apropos-get-doc): + * hyper-apropos.el (hyper-describe-face): + * hyper-apropos.el (hyper-apropos-mode): + * hyper-apropos.el: + * help.el (list-processes): + * help.el: + * gnuserv.el: + * font.el (mswindows-font-create-name): + * font.el (font-default-font-for-device): + * font.el (x-font-create-object): + * font.el (font-registry): + * font.el: + * font-lock.el (font-lock-keywords): + * font-lock.el: + * finder.el (finder-compile-keywords): + * find-paths.el (paths-find-recursive-path): + * fill.el (set-justification-center): + * fill.el (fill-region-as-paragraph): + * files.el (insert-directory): + * files.el (wildcard-to-regexp): + * files.el (recover-file): + * files.el (basic-save-buffer): + * files.el (delete-auto-save-file-if-necessary): + * files.el (file-relative-name): + * files.el (backup-extract-version): + * files.el (backup-buffer): + * files.el (set-visited-file-name): + * files.el (set-auto-mode): + * files.el (interpreter-mode-alist): + * files.el: + * files.el (find-file-noselect): + * files.el (abbreviate-file-name): + * files.el (parse-colon-path): + * files.el (directory-abbrev-alist): + * etags.el (visit-tags-table-buffer): + * easymenu.el (easy-menu-define): + * dragdrop.el (experimental-dragdrop-drag): + * dragdrop.el (dragdrop-drop-do-functions): + * dragdrop.el (dragdrop-drop-at-point): + * disass.el (disassemble-1): + * disass.el (disassemble-internal): + * disass.el (disassemble): + * disass.el: + * derived.el (derived-mode-init-mode-variables): + * derived.el (define-derived-mode): + * custom.el (defgroup): + * cus-edit.el (custom-quote): + * config.el: + * code-process.el (open-network-stream): + * code-process.el (start-process): + * code-process.el (call-process-region): + * code-process.el (call-process): + * code-process.el: + * code-files.el (insert-file-contents): + * code-files.el: + * code-files.el (buffer-file-coding-system-for-read): + * cmdloop.el (yes-or-no-p-minibuf): + * cl.el: + * cl-macs.el: + * cl-extra.el: + * callers-of-rpt.el (make-caller-report): + * callers-of-rpt.el: + * bytecomp.el (batch-byte-recompile-directory): + * bytecomp.el (batch-byte-compile-1): + * bytecomp.el (batch-byte-compile): + * bytecomp.el (display-call-tree): + * bytecomp.el (byte-compile-insert): + * bytecomp.el (byte-compile-two-args-19->20): + * bytecomp.el (byte-compile-variable-ref): + * bytecomp.el (byte-compile-form): + * bytecomp.el (byte-compile-top-level-body): + * bytecomp.el (byte-compile-out-toplevel): + * bytecomp.el (byte-compile-byte-code-maker): + * bytecomp.el (byte-compile-file-form-defmumble): + * bytecomp.el (byte-compile-file-form): + * bytecomp.el (byte-compile-keep-pending): + * bytecomp.el (byte-compile-insert-header): + * bytecomp.el (byte-compile-from-buffer): + * bytecomp.el (byte-compile-file): + * bytecomp.el (byte-recompile-file): + * bytecomp.el (byte-compile-close-variables): + * bytecomp.el (byte-compile-warn-about-unused-variables): + * bytecomp.el (byte-compile-warn-about-unresolved-functions): + * bytecomp.el (byte-compiler-legal-options): + * bytecomp.el (byte-compile-lapcode): + * bytecomp.el (byte-optimize-log): + * bytecomp.el ((fboundp 'defsubst)): + * bytecomp.el: + * bytecomp-runtime.el: + * byte-optimize.el (byte-optimize-apply): + * byte-optimize.el (car): + * byte-optimize.el (byte-optimize-form): + * byte-optimize.el (byte-optimize-form-code-walker): + * byte-optimize.el: + * build-report.el (build-report-insert-installation-file): + * build-report.el (build-report): + * auto-show.el: + * apropos.el (apropos-documentation): + - mega patch + - clean up byte-compile warnings + - remove unused variables + - Use common lisp style hashtable functions + - byte compiler cleanup + - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...)) + - remove old backquote syntax usage + - move some cl functionality into C for speed. + - remove last remaining VMS support + - spelling fixes + - implement last, butlast, nbutlast, copy-list in C. + - new macro ignore-file-errors, similar to ignore-errors + (ignore-file-errors (delete-file "foo")) + - get frequent garbage collection during loadup.el by tweaking + gc-cons-threshold, rather than explicitly calling garbage-collect + - default delete-key-deletes-forward to `t'. + +1998-11-28 SL Baur <steve@altair.xemacs.org> + + * XEmacs 21.2-beta4 is released. + +1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch> + + * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton. + (easy-menu-item-present-p): Wrapper around find-menu-item. + (easy-menu-remove-item): Wrapper around delete-menu-item. + + * menubar.el (delete-menu-item): Add 'from-menu' argument. + (add-menu-button): Add 'in-menu' argument. + (add-menu-item-1): Add in-menu support to helper function. + +1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org> + + * isearch-mode.el (isearch-mode): Fix keymap lossage. + +1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch> + + * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change + of Dec 4, 1997. + +1998-11-25 Hrvoje Niksic <hniksic@srce.hr> + + * process.el (shell-command-on-region): Report if the command + succeeded or failed. + +1998-11-24 Hrvoje Niksic <hniksic@srce.hr> + + * subr.el (buffer-substring-no-properties): Comment out. + +1998-11-07 Adrian Aichner <aichner@ecf.teradyne.com> + + * msw-faces.el (mswindows-find-smaller-font): Turning font names + into font instances first, like `x-frob-font-size' does. + (mswindows-find-larger-font): ditto + +1998-11-04 Greg Klanderman <greg@alphatech.com> + + * package-ui.el (pui-install-selected-packages): fix args in call + to `package-get'. + +1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch> + + * package-get.el (host-name): New widget type. + (package-get-remote): Better customization using new type. + (package-get-download-sites): idem dito. + + (package-get-custom): Do not use package-get-all untill we have + runtime dependencies. + + (package-get-remove-copy): Default to 't' we no longer need this + kludge as we do not currently use depenencies. + + (package-get-was-current): New variable. + (package-get-require-base): New 'force-current' argument. + (package-get-update-base): idem + (package-get-package-provider): idem + (package-get-locate-index-file): New 'no-remote' argument. + (package-get-locate-file): idem. + + (package-get-maybe-save-index): New function. + (package-get-update-base): Use it. + +1998-10-28 Greg Klanderman <greg@alphatech.com> + + * package-get.el (package-get-remote): default to nil; by default, + don't go out to the net via EFS. They must select a download site. + (package-get-download-sites): new variable. + (package-get-download-menu): new function. + (package-get-locate-index-file): new function. + (package-get-update-base): use it. + + * menubar-items.el (default-menubar): add "Update Package Index" + and "Add Download Site" menus under Options | Manage Packages. + +1998-10-19 Greg Klanderman <greg@alphatech.com> + + * package-get.el (package-get): bugfix code checking installed version + for case where package is not currently installed. + (package-get-require-signed-base-updates): new variable. + (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was + deemed not a goot thing. Use the variable + package-get-allow-unsigned-base-updates instead. + +1998-10-16 Greg Klanderman <greg@alphatech.com> + + * package-get.el (package-get): Don't install an older version than + we already have unless explicitly told to. Issue a warning. + + * package-ui.el (pui-add-required-packages): when adding + dependencies, don't add packages that are up to date. + (pui-package-symbol-char): Don't consider a package out of date + if you have a newer version installed than the latest version in + package-get-base. + + * package-get.el (package-get-base-filename): document that it may + be a path relative to package-get-remote; new default value. + (package-get-locate-file): new function. + (package-get-update-base): use it to expand package-get-base-filename. + (package-get-save-base): new function to save the package-get database + to file. + (package-get-update-base-from-buffer): add REMOTE-SOURCE argument. + (package-get-update-base): pass the REMOTE-SOURCE arg. + (package-get-update-base-entry): call package-get-custom-add-entry. + (package-get-file-installed-p): removed; no longer needed. + (package-get-create-custom): ditto. + (toplevel): remove code to build and load package-get-custom.el + (package-get-custom-add-entry): new function. + +1998-10-12 Hrvoje Niksic <hniksic@srce.hr> + + * wid-edit.el (widget-button-click): Don't switch window. + +1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch> + + * cus-face.el (custom-set-face-update-spec): Add autoload cookie + +1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk> + + * etags.el (find-tag-default): Run find-tag-hook using + run-hooks rather than funcall + +1998-10-19 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el (isearch-mode): Set the current minor mode maps + and the current local map as the parents to isearch-mode-map. + +1998-10-15 SL Baur <steve@altair.xemacs.org> + + * XEmacs 21.2-beta3 is released. + +1998-10-15 Greg Klanderman <greg@alphatech.com> + + * package-get.el (package-get-update-base): use + insert-file-contents-internal, not insert-file-contents-literally. + +1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch> + + * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at + dump time. + +1998-10-15 Greg Klanderman <greg@alphatech.com> + + * package-get.el (package-get-update-base-entry): new function. + (package-get-update-base): renamed; was `package-get-load-base'. + cleanup, and use package-get-update-base-from-buffer. + (package-get-update-base-from-buffer): new function. + (package-get-update-base-entries): new; helper for above. + Do not eval lisp grabbed over ftp; parse it from new format. + +1998-10-15 Greg Klanderman <greg@alphatech.com> + + * files.el (set-auto-mode): Don't play games loading package-get + database; package-get-package-provider will handle it all. + +1998-10-14 Greg Klanderman <greg@alphatech.com> + + * package-get.el (package-get-base-filename): new variable. + (package-get-require-base): new function. + (package-get-pgp-signed-begin-line): new variable. + (package-get-pgp-signature-begin-line): ditto. + (package-get-pgp-signature-end-line): ditto. + (package-get-load-base): new function. + (package-get-interactive-package-query): + (package-get-update-all): + (package-get-dependencies): + (package-get-package-provider): + (package-get-custom): use package-get-require-base. + [package-get-custom loading]: disable for now. + + * package-ui.el (pui-list-packages): use (package-get-require-base) + +1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch> + + * package-ui.el: Correct obvious thinko in choosing extent face. + +1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch> + + * menubar-items.el (default-menubar): pui-list-package has nothing + to with Customize. Move all the package stuff to a new Item in Options. + + * package-ui.el (pui-menu): Add menu and Popup menu. + + * package-get.el (package-get): Use new + package-admin-get-install-dir. + + * package-admin.el (package-admin-get-install-dir): New syntax. + Conserve package location and put mule packages where mule-base is. + + * package-get.el : Customized + + * package-ui.el (pui): Customized + (pui-package-install-dest-dir): New variable. + (pui-install-selected-packages): Use it + +1998-10-12 SL Baur <steve@altair.xemacs.org> + + * package-get.el (package-get-interactive-package-query): Move + dependency on package-get-base to run-time. + (package-get-update-all): Ditto. + (package-get-dependencies): Ditto. + (package-get-package-provider): Ditto. + (package-get-custom): Ditto. + +1998-10-11 Glynn Clements <glynn@sensei.co.uk> + + * events.el: Remove 'ascii-character property from 'backspace + and 'delete symbols + +1998-10-11 SL Baur <steve@altair.xemacs.org> + + * package-get-base.el: removed. + +1998-09-23 Didier Verna <verna@inf.enst.fr> + + * simple.el (search-caps-disable-folding): moved from isearch-mode.el + (no-upper-case-p): new function. + (with-search-caps-disable-folding): new macro. + (with-interactive-search-caps-disable-folding): new macro. + (zap-to-char): In interactive mode, do a case-sensitive search if + the character is uppercase. + (zap-up-to-char): ditto. + + * replace.el (perform-replace): use the function no-upper-case-p. + + * isearch-mode.el (isearch-fix-case): ditto. + make obsolete `with-caps-disable-folding' and + `isearch-no-upper-case-p'. + + * etags.el (find-tag-internal): use `with-search-caps-disable-folding'. + (tags-search): ditto. + (tags-query-replace): ditto. + + * info.el (Info-search): ditto. + +1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch> + + * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local + +1998-10-07 Greg Klanderman <greg@alphatech.com> + + * package-admin.el (package-admin-rmtree): rewritten. need to + check for "." and ".." before symlink check. expand files and + directories with respect to DIRECTORY, not default-directory. + +1998-10-04 Greg Klanderman <greg@alphatech.com> + + * package-get.el (package-get-all): add INSTALL-DIR argument. + +1998-10-06 Greg Klanderman <greg@alphatech.com> + + * package-ui.el (pui-add-required-packages): new function, select + dependent packages. + (pui-display-keymap): bind it. + (pui-help-string): document it. + (pui-install-selected-packages): package-get-all -> package-get. + + * package-get.el (package-get-dependencies): new function. + +1998-10-04 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el (isearch-done): Use regexp-search-ring-max for + regexps. + +1998-10-05 Hrvoje Niksic <hniksic@srce.hr> + + * mouse.el (default-mouse-track-point-at-opening-quote-p): New + function. + (default-mouse-track-normalize-point): Use it. + +1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch> + + * package-admin.el (package-admin-delete-binary-package): + General cleanup. Remove unnessary use of progn and + save-excursion. + (package-admin-delete-binary-package): Do NOT mess with file + modes. That is evil. + (package-admin-delete-binary-package): Wrap all deleting in + condition-case. The data in MANIFEST is untrustworthy. + (package-admin-delete-binary-package): Let the OS worry about non + empty directories. + +1998-10-09 SL Baur <steve@altair.xemacs.org> + + * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment + processing. + (lm-report-bug): Fix mail address to send bug reports to. + +1998-09-29 SL Baur <steve@altair.xemacs.org> + + * XEmacs 21.2-beta2 is released. + +1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch> + + * files.el (auto-mode-alist): Enhanced regexp for perl-mode + +1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> + + * info.el (Info-mode): Document page turning by double clicks in + docstring so `M-x describe-mode' will display it. + +1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> + + * info.el (Info-mouse-track-double-click-hook): Use character + widths to calculate a border region where double clicking does + page turning, and return `nil' by default so other hooks, such as + region highlighting, will be run. + +1998-09-29 Colin Rafferty <colin@xemacs.org> + + * sound.el (default-sound-directory-list): Initialize with all the + "sounds" directories in `data-directory-list'. It used to just be + the first one. + + * packages.el (locate-data-directory-list): Created. This gives + the list of matching directories, unlike `locate-data-directory', + which just gives the first one. + +1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch> + + * minibuf.el (read-from-minibuffer): No longer bind help-form but + make a binding in the local keymap until help-char handling is + improved. + + * help.el (help-keymap-with-help-key): Provide keymap with help + binding. + (help-print-help-form): New helper function. + +1998-09-23 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el (isearch-highlight): set-extent-endpoints can + move extent to another buffer; no need to create a new extent. + (isearch-fix-case): New function. + (isearch-search-and-update): Use it. + +1998-09-22 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el (isearch-mode): Use overriding-local-map to set + the keymap, not minor-mode-map-alist. + (isearch-done): Restore overriding-local-map. + +1998-09-21 Martin Buchholz <martin@xemacs.org> + + * bytecomp.el (byte-compile-buffer-substring): + Fix for: (byte-compile (defun f () (buffer-substring))) + ==> ** buffer-substring called with 3 args, but requires 0-3 + - new code not only works, but is more readable, too. + +1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk> + + * msw-faces.el (mswindows-init-device-faces): Don't try to + specify a default font at this late stage. Do try to force + creation of the default face font so that if it fails we get + an error now instead of a crash at frame creation. + + mswindows-font-canonicalize-name, mswindows-make-font-unbold, + mswindows-make-font-unitalic: Canonical default weight + changed from "Normal" to "Regular". + + mswindows-make-font-bold / -bold-italic: Supplied device was + not being passed into call to mswindows-find-smaller-font. + +1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se> + + * package-get.el (package-get-remote): Fix the path where to find + the packages on xemacs.org. + +1998-09-08 Hrvoje Niksic <hniksic@srce.hr> + + * about.el (about-maintainer-info): Update Ben's entry. + +1998-09-24 Martin Buchholz <martin@xemacs.org> + + * lisp/shadow.el (find-emacs-lisp-shadows): + - `member' was being called on lists of length 2000! + - Replace with hashtables. + - Replace hand-coded loops with (dolist) + - Fix comment typo + +1998-09-20 Darryl Okahata <darrylo@sr.hp.com> + + * packages.el: Added new function, `package-delete-name', to + delete existing packages from the installed package database + (`packages-package-list'). Also added the "pkginfo" directory + to `packages-special-base-regexp', so that the pkginfo directory + would not get added to `late-packages'. + + * package-admin.el: Added ability to delete an installed package + (added low-level function, `package-admin-delete-package'). + Understands how to use the pkginfo/MANIFEST.<package> file to + delete the package. When installing a package, will also + create a MANIFEST.* file if one is not provided by the + package. If the MANIFEST.* doesn't exist when deleting a + package, the functions will fall back to attempting to delete + any package-specific lisp directory. + + * package-get.el: Moved some functions to package-admin.el. + Added interactive function `package-get-delete-package', for + use by users for deleting a package. + + Also modified to not require the prescence of efs. + +1998-09-22 Hrvoje Niksic <hniksic@srce.hr> + + * files.el (find-file-noselect): Handle all signals, kill the + buffer and resignal. + +1998-09-23 SL Baur <steve@altair.xemacs.org> + + * cl-macs.el (glyph-image): Add setf method. + +1998-09-06 Darryl Okahata <darrylo@sr.hp.com> + + * package-get.el: Fixed broken EFS downloading. Also, look for + .tar.gz files first, in preference over .tgz files. + + * package-ui.el: Fix display of package version numbers. + +1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch> + + * x-font-menu.el (font-menu-set-font): Add "pt" units to size + argument. + +1998-09-03 Darryl Okahata <darrylo@sr.hp.com> + + * list-mode.el: `display-completion-list': added new/optional + keyword `:completion-string', which allows the programmer to + change the "Possible completions are:" prompt. + + * menubar-items.el: Added new pulldown menu-pick to start up the + visual package browser/installer: + + Options->Customize->List Packages + + * package-admin.el: Added hooks for installing under both Unix + and MS Windows. Does additional error checking. No longer + calls "add-big-package.sh" to install packages under Unix; now + calls gunzip & tar directly. + + * package-get.el: Added ability to install packages from files + on a local disk/CDROM. Now deletes any existing package lisp + directory. Does completion on available packages when + querying for package names. Will also search for .tgz files + in addition for .tar.gz files. Tries to reload + auto-autoloads, as a convenience when loading new packages, + and also tries to add any new package paths to `load-path'. + Changed all occurences of `concat' to use `expand-file-name'. + + * package-ui.el: New file which implements the main visual + package browser/installer, which is started via a menu pick or + M-x pui-list packages. + +1998-09-03 Hrvoje Niksic <hniksic@srce.hr> + + * startup.el (load-init-file): spelling fix. + +1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * startup.el (normal-top-level): Load auto-autoload files + covariantly with their precedence. + +1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch> + + * menubar-items.el (default-menubar): Remove "Font Weight" + option, there is currently no custom equivalent.. Customize-faces + is "Edit faces". + + * x-font-menu.el (font-menu-set-font): Use customize to set + default face. + + * faces.el (face-spec-update-all-matching): New function. + + * cus-face.el (custom-set-face-update-spec): New function. + Interface to customize faces from elisp. + + (custom-face-value-create): Show the customized settings if set + but not saved. + +1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch> + + (custom-face-value-create): Show the customized settings if set + but not saved. + +1998-08-31 Hrvoje Niksic <hniksic@srce.hr> + + * keydefs.el (global-map): Add FSF 20.3 binding of + query-replace-regexp. + +1998-08-21 Greg Klanderman <greg@alphatech.com> + + * minibuf.el (read-file-name-internal-1): use + user-name-completion-1 instead of user-name-completion. + +1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * loadup.el: + * make-docfile.el: + * update-elc.el: Don't set `source-directory' (now defunct as a + global variable) no more. + + * packages.el (packages-list-autoloads): Made `source-directory' + (now defunct as a global variable) a parameter. + +1998-08-13 Carsten Leonhardt <leo@arioch.oche.de> + + * about.el (about-hackers): new email + +1998-08-16 SL Baur <steve@altair.xemacs.org> + + * lisp-mode.el (with-string-as-buffer-contents): Set indentation. + +1998-07-17 Didier Verna <verna@inf.enst.fr> + + * faces.el (set-face-property): + (set-face-dim-p): + (face-dim-p): updated the doc strings now that the dim property isn't + tty-specific. + (face-equal): the dim property is now a common one. + + * cus-face.el (custom-face-attributes): New face attribute: `dim' + Renamed the `stipple' attribute to `background-pixmap'. + (custom-face-background-pixmap): make custom-face-stipple an + obsolete alias for this. + +1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * find-paths.el (paths-file-readable-directory-p): Created and + used. + + * loadup.el: Don't set inhibit-... flags from run-temacs. + +1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * packages.el (packages-data-path-depth): Added and used. + +1998-08-05 Charles G. Waldman <cgw@pgt.com> + + * about.el: + - Change .xpm to .png, delete "zcat" section. + - cosmetic fix in the 'marcpa' entry. + + * etc/photos + - convert all .xpm.Z to .png + - rename mrb to martin + - rename mcook-m to mcookm + +1998-07-31 Martin Buchholz <martin@xemacs.org> + + * x-init.el (x-initialize-compose): Add support for + dead-circumflex as YET ANOTHER NAME for that dead key. + +1998-08-05 Colin Rafferty <colin@xemacs.org> + + * setup-paths.el (paths-construct-exec-path): Made the + last-packages really be last. + (paths-construct-data-directory-list): Ditto. + +1998-08-01 Kai Haberzettl <khaberz@synnet.de> + + * startup.el(startup-splash-frame-body): + Update Copyright notice in splash screen + +1998-07-20 Greg Klanderman <greg@alphatech.com> + + * minibuf.el (read-file-name-internal-1): do ~user completion. + +1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch> + + * font-lock.el (font-lock-fontify-glumped-region): Add guard + aginst destroyed extents + +1998-07-24 Greg Klanderman <greg@alphatech.com> + + * package-get.el (package-get): add `install-dir' argument. + +1998-07-20 John Jones <jj@asu.edu> + + * package-get.el: calls to package-get-update-all will only + update packages which are already installed. + +1998-07-23 SL Baur <steve@altair.xemacs.org> + + * autoload.el (update-file-autoloads): Ensure autoloads buffer is + writable. + +1998-07-20 Colin Rafferty <colin@xemacs.org> + + * about.el (about-hackers): Correct my email. + +1998-07-20 Kai Haberzettl <khaberz@synnet.de> + + * about.el (about-hackers): new email-address. + +1998-07-25 SL Baur <steve@altair.xemacs.org> + + * minibuf.el (read-number): Don't let `input-error' condition + escape. + +1998-07-20 Greg Klanderman <greg@alphatech.com> + + * about.el (about-hackers): use my `email-for-life' address. + +1998-07-19 SL Baur <steve@altair.xemacs.org> + + * XEmacs 21.2-beta1 is released. + +1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * ldap.el (ldap-search): Doc string change + +1998-07-16 Colin Rafferty <colin@xemacs.org> + + * menubar-items.el (default-menubar): Removed references to + `data-directory', and use `locate-data-file' instead, and made + then greyed out if they don't exist. + +1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * keymap.el (events-to-keys): Use `format' instead of `concat' + since the latter does not accept integer args anymore + +1998-07-15 SL Baur <steve@altair.xemacs.org> + + * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time + macros replaced. + +1998-07-14 SL Baur <steve@altair.xemacs.org> + + * make-docfile.el: Get first initialization from very-early-lisp.el + * update-elc.el: Ditto. + * loadup.el (really-early-error-handler): Ditto. + + * packages.el (packages-unbytecompiled-lisp): Add new file, + very-early-lisp.el. + + * very-early-lisp.el: New file. + +1998-07-14 SL Baur <steve@altair.xemacs.org> + + * Symbols that have been obsolete for at least 3 years removed (II). + + * obsolete.el (eval-current-buffer): Make compatible. + (byte-code-function-p): Ditto. + (send-string): Removed. + (send-region): Removed. + (screen-scrollbar-width): Removed. + (set-screen-scrollbar-width): Removed. + (set-screen-left-margin-width): Removed. + (set-screen-right-margin-width): Removed. + (screen-left-margin-width): Removed. + (screen-right-margin-width): Removed. + (set-buffer-left-margin-width): Removed. + (set-buffer-right-margin-width): Removed. + (buffer-left-margin-width): Removed. + (buffer-right-margin-width): Removed. + (x-set-frame-icon-pixmap): Removed. + (x-set-screen-icon-pixmap): Removed. + (pixel-name): Removed. + (make-pixmap): Removed. + (make-cursor): Removed. + (pixmap-width): Removed. + (pixmap-contributes-to-line-height-p): Removed. + (set-pixmap-contributes-to-line-height): Removed. + +1998-07-13 SL Baur <steve@altair.xemacs.org> + + * obsolete.el (popup-menu-up-p): removed. + (read-no-blanks-input): Removed. + (wholenump): Removed. + (ring-mod): Removed (what was ring-mod?). + (current-time-seconds): Removed. + (run-special-hook-with-args): Removed. + (dot): Removed. + (dot-marker): Removed. + (dot-min): Removed. + (dot-max): Removed. + (window-dot): Removed. + (set-window-dot): Removed. + + * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and + `dot-min'. + + * minibuf.el: (read-no-blanks-input): remove commented-out copy. + + * code-files.el (insert-file-contents): Rename + run-special-hook-with-args to run-hook-with-args-until-success. + (write-region): Ditto. + +1998-07-12 SL Baur <steve@altair.xemacs.org> + + * about.el: Fix typos, update release date. + + * Symbols that have been obsolete for at least 3 years removed. + + * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to + screen- functions. + (toplevel): remove setf methods for screen functions. + * cl-macs.el (extent-data): defsetf removed. + * obsolete.el (lisp-indent-hook): Make compatible, it's used too + many places to remove. + (comment-indent-hook): Ditto. + * obsolete.el (get-screen-for-buffer-default-screen-name): Remove. + (buffer-dedicated-screen): Ditto. + (deiconify-screen): Ditto. + (delete-screen): Ditto. + (event-screen): Ditto. + (find-file-other-screen): Ditto. + (find-file-read-only-other-screen): Ditto. + (live-screen-p): Ditto. + (screen-height): Ditto. + (screen-iconified-p): Ditto. + (screen-list): Ditto. + (screen-live-p): Ditto. + (screen-name): Ditto. + (screen-parameters): Ditto. + (screen-pixel-height): Ditto. + (screen-pixel-width): Ditto. + (screen-root-window): Ditto. + (screen-selected-window): Ditto. + (screen-totally-visible-p): Ditto. + (screen-visible-p): Ditto. + (screen-width): Ditto. + (screenp): Ditto. + (get-screen-for-buffer): Ditto. + (get-screen-for-buffer-noselect): Ditto. + (get-other-screen): Ditto. + (iconify-screen): Ditto. + (lower-screen): Ditto. + (mail-other-screen): Ditto. + (make-screen): Ditto. + (make-screen-invisible): Ditto. + (make-screen-visible): Ditto. + (modify-screen-parameters): Ditto. + (new-screen): Ditto. + (next-screen): Ditto. + (next-multiscreen-window): Ditto. + (other-screen): Ditto. + (previous-screen): Ditto. + (previous-multiscreen-window): Ditto. + (raise-screen): Ditto. + (redraw-screen): Ditto. + (select-screen): Ditto. + (selected-screen): Ditto. + (set-buffer-dedicated-screen): Ditto. + (set-screen-height): Ditto. + (set-screen-position): Ditto. + (set-screen-size): Ditto. + (set-screen-width): Ditto. + (show-temp-buffer-in-current-screen): Ditto. + (switch-to-buffer-other-screen): Ditto. + (visible-screen-list): Ditto. + (window-screen): Ditto. + (x-set-screen-pointer): Ditto. + (x-set-frame-pointer): Ditto. + (screen-title-format): Ditto. + (screen-icon-title-format): Ditto. + (terminal-screen): Ditto. + (delete-screen-hook): Ditto. + (create-screen-hook): Ditto. + (mouse-enter-screen-hook): Ditto. + (mouse-leave-screen-hook): Ditto. + (map-screen-hook): Ditto. + (unmap-screen-hook): Ditto. + (default-screen-alist): Ditto. + (default-screen-name): Ditto. + (x-screen-defaults): Ditto. + (x-create-screen): Ditto. + * obsolete.el: meta-flag removed. + baud-rate removed. + sleep-for-millisecs removed. + extent-data removed. + set-extent-data removed. + set-extent-attribute removed. + extent-glyph removed. + extent-layout removed. + set-extent-layout removed. + list-faces-display removed. + list-faces removed. + trim-versions-without-asking removed. + after-write-file-hooks removed. + truename removed. + auto-fill-hook removed. + blink-paren-hook removed. + select-screen-hook, deselect-screen-hook removed. + auto-raise-screen, auto-lower-screen removed. + + * msw-mouse.el: Global change resource -> mswindows-resource. + + * XEmacs 21.0-pre5 is released. + +1998-07-11 SL Baur <steve@altair.xemacs.org> + + * about.el (about-hackers): Credits update. + +1998-07-11 Hrvoje Niksic <hniksic@srce.hr> + + * register.el (insert-register): Don't activate the region. + +1998-07-10 SL Baur <steve@altair.xemacs.org> + + * select.el: Restore x-* symbols for backwards compatibility: + x-copy-primary-selection, x-kill-primary-selection, + x-delete-primary-selection, x-select-make-extent-for-selection, + x-valid-simple-selection-, x-cut-copy-clear-internal. + +1998-07-09 SL Baur <steve@altair.xemacs.org> + + * XEmacs 21.0-pre4 is released. + +1998-06-28 Hrvoje Niksic <hniksic@srce.hr> + + * menubar-items.el (default-menubar): Use `report-emacs-bug' for + reporting bugs. + (maybe-add-init-button): Fix semantics under Windows. Use + `expand-file-name' rather than `concat'. + + * help.el (print-messages): New function. + +1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * ldap.el (ldap-host-parameters-alist): Docstring fixes + +1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk> + + * about.el: Tweaked my entry in about-hackers. + + * find-paths.el (paths-emacs-root-p): + Relaxed emacs-root checking of an in-place installation to + also accomodate the flat layout used on MS Windows. + +1998-06-29 John Jones <jj@asu.edu> + + * package-get.el: calls to package-get-update-all will only + update packages which are already installed. + +1998-07-05 Andy Piper <andyp@parallax.co.uk> + + * faces.el (xpm-color-symbols): remove hardcoded defaults these + are handled by the gui-element face fallbacks now. + + * x-faces.el: default gui-element face to "background" as well as + the default face. + + * msw-faces.el (mswindows-init-device-faces): remove gui-element + and default face settings since these are set as fallbacks now in + the appropriate domain. + +1998-07-02 SL Baur <steve@altair.xemacs.org> + + * text-mode.el (text-mode): Reorder regexp so the OR part + corresponding to `page-delim' goes first and the hack in + `forward-paragraph' will work. + With bug analysis from Bob Weiner <weiner@altrasoft.com> + +1998-06-29 Kyle Jones <kyle_jones@wonderworks.com> + + * subr.el (remove-hook): When checking the hook value + with functionp, don't apply car to it. + +1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk> + + * package-get.el (package-get-remote-filename): + Don't use file-name-as-directory because the local directory + separator conventions might not be the same as ftp's. + +1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * ldap.el (ldap-host-parameters-alist): New name of + `ldap-host-parameters-plist' + +1998-06-26 Adrian Aichner <aichner@ecf.teradyne.com> + + * package-get.el: Using (require 'package-get-base), now that it + provides itself. Consequently removed all instances of (load + "package-get-base.el"). + +1998-06-29 Kyle Jones <kyle_jones@wonderworks.com> + + * subr.el (remove-hook): Don't treat the hook value as a + list unless it is both consp and not functionp. + +1998-06-29 SL Baur <steve@altair.xemacs.org> + + * about.el: Email address for Ben Wing is ben@xemacs.org. + * auto-show.el: Ditto. + * bytecomp.el: Ditto. + * faces.el: Ditto. + * x-scrollbar.el: Ditto. + * x-misc.el: Ditto. + * tty-init.el: Ditto. + * toolbar-items.el: Ditto. + * symbol-syntax.el: Ditto. + * specifier.el: Ditto. + * objects.el: Ditto. + * hyper-apropos.el: Ditto. + * glyphs.el: Ditto. + +1998-06-27 Hrvoje Niksic <hniksic@srce.hr> + + * mouse.el (drag-window-divider): vertical-divider-draggable-p -> + vertical-divider-always-visible-p. + (default-mouse-motion-handler): Ditto. + +1998-06-21 Hrvoje Niksic <hniksic@srce.hr> + + * scrollbar.el (scrollbars-visible-p): Simplify. Always set the + global value. + +1998-06-21 Oliver Graf <ograf@fga.de> + + * build-reports.el: changed receiver to xemacs-build-reports list + +1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk> + + * font.el: Split font-family-mappings into X and + mswindows-specific versions. + mswindows-font-create-[object|name]: Treat supplied size + as a pointsize. Added underline and strikethru handling. + + * msw-faces.el: changed default mswindows charset to western. + + * msw-glyphs.el: removed space in border-glyph font string that + was inserted to get round bugs in the mswindows C font code. + +1998-06-27 SL Baur <steve@altair.xemacs.org> + + * about.el (about-hackers): Credits update. + + * help-nomule.el (tutorial-supported-languages): Add Romanian + TUTORIAL. + + * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro + to ISO-8859-2. + +1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk> + + * font.el: Split font-family-mappings into X and + mswindows-specific versions. + mswindows-font-create-[object|name]: Treat supplied size + as a pointsize. Added underline and strikethru handling. + + * msw-faces.el: changed default mswindows charset to western. + + * msw-glyphs.el: removed space in border-glyph font string that + was inserted to get round bugs in the mswindows C font code. + +1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk> + + * minibuf.el: make read-color-completion-table call + (mswindows-color-list for mswindows devices. + +1998-06-18 Sam Mikes <smikes@alumni.hmc.edu> + + * lisp/font-lock.el + (font-lock-match-c++-style-declaration-item-and-skip-to-next): + Let declaration items contain non-word symbol characters. + +1998-06-15 Adrian Aichner <aichner@ecf.teradyne.com> + + * package-get.el (package-get-package-provider): Added autoload + cookie. Loading "package-get-base.el" in ALL functions that use + it. Fixed some (interactive ...) with multiple argument specs + again. Cosmetic indentation changes. + +1998-05-27 Glynn Clements <glynn@sensei.co.uk> + + * info.el (Info-insert-dir): Don't use nreverse on variables + that you want to use later. + +1998-06-17 Glynn Clements <glynn@sensei.co.uk> + + * x-mouse.el (x-set-point-and-move-selection): Replace call + to x-kill-primary-selection with kill-primary-selection + +1998-06-12 Martin Buchholz <martin@xemacs.org> + + * simple.el (what-cursor-position): Make cursor position reported + use value of column-number-start-at-one + +1998-06-17 SL Baur <steve@altair.xemacs.org> + + * about.el (xemacs-hackers): Fix Jareth's email address. + +1998-06-16 SL Baur <steve@altair.xemacs.org> + + * startup.el (startup-splash-frame): Remove + `xemacs-startup-logo-function'. + +1998-06-15 SL Baur <steve@altair.xemacs.org> + + * about.el (about-hackers): Update credits list. + +1998-06-06 Jeff Miller <jmiller@smart.net> + + * lisp/sound.el: Update sound-ext to allow filenames with + extensions to be found by load-sound-file + +1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * info.el (Info-rebuild-outdated-dir): Removed variable + (Info-auto-generate-directory): New variable + (Info-save-auto-generated-dir): New variable + (Info-maybe-update-dir): Use `Info-auto-generate-directory' + (Info-build-dir-anew): Second parameter removed. Use + `Info-save-auto-generated-dir' + (Info-rebuild-dir): Ditto + +1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de> + + * list-mode.el (next-list-mode-item): Would not recognize + border between directly neighbored items. + +1998-06-12 Andy Piper <andyp@parallax.co.uk> + + * package-get.el: add autoloads for some functions. + +1998-06-10 Hrvoje Niksic <hniksic@srce.hr> + + * specifier.el (let-specifier): Tiny docfixes. + +1998-06-12 Andy Piper <andyp@parallax.co.uk> + + * msw-mouse.el: set selection-pointer-glyph to Normal. + +1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk> + + * wid-edit.el (widget-specify-secret): New function. + (widget-after-change): Use it. + (widget-specify-field): Use it. + +1998-06-08 Hrvoje Niksic <hniksic@srce.hr> + + * mouse.el (drag-window-divider): Use `(not done)' instead of + `doit'; reuse result of `window-pixel-edges'. + + * modeline.el (drag-modeline-event-lag): Rename to + drag-divider-event-lag. + +1998-06-07 Hrvoje Niksic <hniksic@srce.hr> + + * specifier.el (let-specifier): Rewritten not to generate needless + `let's; clarified documentation; support TAG-SET and HOW-TO-ADD + arguments. + +1998-05-28 Hrvoje Niksic <hniksic@srce.hr> + + * minibuf.el (read-file-name-1): Setup buffer-local value of + `completion-ignore-case' in completions buffer under Windows. + +1998-06-06 Kirill M. Katsnelson <kkm@kis.ru> + + * about.el (about-maintainer-glyph): Fix support for not + compressed images. + +1998-06-04 Kirill M. Katsnelson <kkm@kis.ru> + + * cmdloop.el (cancel-mode-internal): Defined this do-nothing function. + + * mouse.el (mouse-track): Cancel selection if misc-user event with + `cancel-mode-internal' function is fetched. + +1998-06-03 Hrvoje Niksic <hniksic@srce.hr> + + * files.el (save-some-buffers-1): Fixed return value. + +1998-06-01 Oliver Graf <ograf@fga.de> + + * dragdrop.el: added experimental + +1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> + + * startup.el (after-init-hook, init-file-user, + user-init-directory, load-user-init-file): Purge references + to "~/.xemacs/init.el" from docstrings. + + (load-user-init-file) Use paths-construct-path to construct + paths to user init files. Go directly to ~/.emacs, do not + search ~/.xemacs/, do not load `default-custom-file'. + +1998-06-03 Hrvoje Niksic <hniksic@srce.hr> + + * files.el (interpreter-mode-alist): Catch wish and tclsh before + general *sh. + (inhibit-first-line-modes-regexps): Added `.tar.gz'. + +1998-06-03 Andy Piper <andyp@parallax.co.uk> + + * menubar-items.el (default-menubar): add Update Packages to customize + menu. + +1998-06-02 Andy Piper <andyp@parallax.co.uk> + + * faces.el: use toolbar face as a fallback for toolbar properties + in xpm-color-symbols instead of default. + + * msw-faces.el: rename 3d-object -> gui-element face. + +1998-06-06 SL Baur <steve@altair.xemacs.org> + + * startup.el (xemacs-startup-logo-function): New variable. + (startup-splash-frame): Use it. + +1998-06-02 Hrvoje Niksic <hniksic@srce.hr> + + * files.el (save-some-buffers): Would wait 1 second. + (save-some-buffers-1): Delete other windows here instead of in + `save-some-buffers'. + (save-some-buffers): Force redisplay only if windows were deleted. + +1998-06-02 Didier Verna <verna@inf.enst.fr> + + * cus-face.el (custom-face-attributes): generalized the use of + toggle buttons for boolean attributes. + Re-ordered the items a bit. + +1998-06-01 SL Baur <steve@altair.xemacs.org> + + * sound.el (default-sound-directory): Use `locate-data-directory' + to find the sounds directory. + +1998-05-29 Andy Piper <andyp@parallax.co.uk> + + * sound.el: default sound-ext to .wav under mswindows, .au + otherwise. load-default sounds without extensions. + +1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se> + + * menubar-items.el (default-menubar): Dim out "Submit Bug Report" + if send-pr is not bound. + +1998-06-01 Andy Piper <andyp@parallax.co.uk> + + * files.el: grok idl files in auto-mode-alist. +1998-06-01 Jeff Miller <jmiller@smart.net> + + * minibuf.el (exact-minibuffer-completion-p): check for nil before + calling `upcase'. + +1998-05-30 Andy Piper <andyp@parallax.co.uk> + + * msw-glyphs.el: add xbm to the list of image types supported. + +1998-05-30 Kirill M. Katsnelson <kkm@kis.ru> + + * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar + instead of XEmacs one when dumping InfoDock. + +1998-05-30 Kirill M. Katsnelson <kkm@kis.ru> + + * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p' + for `modeline-visible-p' + + * winnt.el (nt-quote-process-args): Fix for duplicating argv[0]. + +1998-05-29 Andy Piper <andyp@parallax.co.uk> + + * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted + since it's not used anymore. doc string fixes. + + * package-get.el (package-get-file-installed-p): new function. use + instead of file-installed-p which is in an external package. + +1998-05-28 Oliver Graf <ograf@fga.de> + + * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in + favor of select-window/switch-to-buffer + +Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com> + + * startup.el: changed (getenv "HOME") to (user-home-directory) + +1998-05-25 Oliver Graf <ograf@fga.de> + + * frame.el (cde-start-drag) moved to dragdrop.el + (offix-start-drag-region) moved to dragdrop.el + (offix-start-drag) moved to dragdrop.el + * dragdrop.el (cde-start-drag) moved from frame.el + (offix-start-drag-region) moved from frame.el + (offix-start-drag) moved from frame.el + (cde-start-drag-region) cde drag regions + * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region + +1998-05-26 Oliver Graf <ograf@fga.de> + + * dragdrop.el: created dragdrop-drag prototypes + (cde-start-drag-region) fixed typo + +1998-05-28 SL Baur <steve@altair.xemacs.org> + + * simple.el (after-init-hook): Remove reader macro. + + * packages.el (packages-hardcoded-lisp): Get rid of reader + macros. Update DOC string. + +1998-05-25 Hrvoje Niksic <hniksic@srce.hr> + + * mouse.el (drag-window-divider): Ditto. + + * modeline.el (mouse-drag-modeline): Use it. + + * lisp-mode.el (let-specifier): Specify indentation. + + * specifier.el (let-specifier): Renamed from + `with-specifier-instance'. + +1998-05-27 Andy Piper <andyp@parallax.co.uk> + + * x-faces.el: + * faces.el: move definition of xpm-color-symbols from x-faces.el + to faces. Predicate x-get-resource on the presence of x. + + * msw-faces.el: set 3d-object face rather than modeline. Specifiy + faces as specfier defaults. + + * package-get.el: don't use package-admin-add-single-file-package. + +1998-05-25 Hrvoje Niksic <hniksic@srce.hr> + + * toolbar-items.el: Fixup tooltips. + (toolbar-gnus): Don't use obsolete variable + toolbar-news-frame-properties. + (toolbar-news-reader): Default to `gnus' instead of + `not-configured'. + + * files.el (auto-mode-alist): Correctly recognize `.emacs' under + Windows. + +1998-05-25 Andy Piper <andyp@parallax.co.uk> + + * package-get.el: rename -installedp -> -installed-p. + +1998-05-23 Kirill M. Katsnelson <kkm@kis.ru> + + * glyphs.el (init-glyphs): Created `border-glyph' face, with no + attributes, and assinged it to continuation, truncation and + hscroll glyphs. + + * msw-glyphs.el: Assigned WinDings font to `border-glyph' face, + and made continuation, truncation and hscroll glyphs arrow + characters out of that font. + +1998-05-22 Hrvoje Niksic <hniksic@srce.hr> + + * minibuf.el (minibuffer-electric-separator): Play nicely with + directory-sep-char being \. + (minibuffer-electric-tilde): Ditto. + (read-file-name-map): Ditto. + +1998-05-22 Hrvoje Niksic <hniksic@srce.hr> + + * mouse.el (default-mouse-track-maybe-own-selection): Pause only + on X devices. + (default-mouse-track-deal-with-down-event): Avoid + `x-disown-selection'; use `disown-selection' instead. + +1998-05-21 Andy Piper <andyp@parallax.co.uk> + + * select.el: + * x-select.el: selection cleanup. (x-cut-copy-clear-internal) + moved to (cut-copy-clear-internal) in select.el. Ditto for + (x-delete-primary-selection) (x-kill-primary-selection) + (x-copy-primary-selection). + (own-clipboard): new function. + + * msw-select.el: use the new kill/delete/copy/cut-copy-clear + functions in select.el. remove old ones. + (mswindows-own-clipboard): new function. + +1998-05-21 Andy Piper <andyp@parallax.co.uk> + + * gnuserv.el: allow connections from mswindows type devices. + +1998-05-20 Andy Piper <andyp@parallax.co.uk> + + * msw-glyphs.el: change image type used from cursor to resource. + +1998-05-20 Kirill M. Katsnelson <kkm@kis.ru> + + * x-scrollbar.el (x-init-scrollbar-from-resources): Added support + for {top,bottom}-{left,right} values in addition to + {top,bottom}_{left,right}. + Use x-get-resource instead of x-get-resource-and-bogosity-check. + +1998-05-20 Hrvoje Niksic <hniksic@srce.hr> + + * cl-macs.el (specifier-instance): Undefine its setf method. + + * specifier.el (with-specifier-instance): Added docstring. + + * mouse.el (drag-window-divider): Ditto. + + * modeline.el (mouse-drag-modeline): Use it. + + * lisp-mode.el (with-specifier-instance): Define its indentation + level. + + * specifier.el (with-specifier-instance): New macro. + +1998-05-19 Andy Piper <andyp@parallax.co.uk> + + * package-get.el (package-get-create-custom): new function to + auto-generate package-get-custom.el from package-get-base.el. + * (package-get-ever-installedp): new function. + * (package-get-custom): new function to get all packages specified + by customize. + +1998-05-19 Hrvoje Niksic <hniksic@srce.hr> + + * cus-edit.el (custom-file): Revert to `~/.emacs'. + +1998-05-23 SL Baur <steve@altair.xemacs.org> + + * cl-extra.el: Reverse previous float change. + +1998-05-17 Andy Piper <andyp@parallax.co.uk> + + * x-faces.el: + * faces.el (try-font-name): moved from x-faces.el since it is + required by w3 under mswindows as well X. + +1998-05-18 Kirill M. Katsnelson <kkm@kis.ru> + + * winnt.el: Removed evil (setq completion-ignore-case t) + clause, one more overlookef fsfism. + (nt-quote-args-functions-alist): End sentences with double space. + +1998-05-18 Kirill M. Katsnelson <kkm@kis.ru> + + * window-xemacs.el (push-window-configuration): Remove kludgery of + recaching default-toolbar specifier. + (pop-window-configuration): Ditto. + (unpop-window-configuration): Ditto. + +1998-05-16 Hrvoje Niksic <hniksic@srce.hr> + + * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag. + +1998-05-17 Kirill M. Katsnelson <kkm@kis.ru> + + * winnt.el (nt-quote-args-verbatim): Added function. + (nt-quote-args-prefix-quote): Added function. + (nt-quote-args-backslash-quote): Added function. + (nt-quote-args-double-quote): Added function. + (nt-quote-args-functions-alist): New variable. + (nt-quote-process-args): Added function. This is the main quoting + work horse called from process-nt.c + +1998-05-16 Kirill M. Katsnelson <kkm@kis.ru> + + * winnt.el: Removed duplicate definitions for backspace, + delete, M-backspace and C-M-backspace. + (file-name-buffer-file-type-alist): Removed this variable. + (find-buffer-file-type): Removed function. + (find-file-binary): Removed function. + (find-file-text): Removed function. + (find-file-not-found-set-buffer-file-type): Removed function. + (save-to-unix-hook): Removed function. + (revert-from-unix-hook): Removed function. + (using-unix-filesystems): Removed function. + (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf + warning. + (x-set-selection): Removed function. + (x-get-selection): Removed function. + Removed commented FSFisms. + Replaced copyright notice (this file is not part of GNU Emacs). + (nt-shell-mode-hook): Moved here from a lambda expression. Added + comint-process-echoes setting to t. + +1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * packages.el (packages-no-package-hierarchy-regexp): Introduced + and used following the interface change of + `paths-find-recursive-path'. + + * find-paths.el (paths-find-recursive-path): Exclusion is now by a + regexp instead of a list of base names. + (paths-version-control-filename-regexp): + (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp): + Introduced and used following the interface change of + `paths-find-recursive-path'. + +1998-05-16 Hrvoje Niksic <hniksic@srce.hr> + + * simple.el (delete-forward-p): Make it a defun; do X garbage only + on X devices, rather than on all non-TTY devices. + +1998-05-16 Kirill M. Katsnelson <kkm@kis.ru> + + * msw-mouse.el: New file. Sets up cursor shapes for Windows. + + * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el + +1998-05-17 Adrian Aichner <aichner@ecf.teradyne.com> + + * itimer.el (activate-itimer): Fixed usage of integers + as argument to `concat'. + +1998-05-17 Glynn Clements <glynn@sensei.co.uk> + + * itimer.el (start-itimer): replace the use of `concat' with + `format' + +1998-05-16 SL Baur <steve@altair.xemacs.org> + + * mode-motion.el (mode-motion-hook): Clarify docstring. + From Bob Weiner <weiner@altrasoft.com> + + * loadhist.el (symbol-file): Supply prompt string when used + interactively. + From Bob Weiner <weiner@altrasoft.com> + +1998-05-16 Hrvoje Niksic <hniksic@srce.hr> + + * loadup.el (really-early-error-handler): Ditto. + + * update-elc.el: Ditto. + + * setup-paths.el (paths-construct-exec-path): Ditto. + + * make-docfile.el: Ditto. + + * find-paths.el (paths-decode-directory-path): Use split-path + instead of decode-path. + + * files.el (parse-colon-path): Update docstring reference. + +1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk> + + * msw-init.el: + * x-init.el: + Bind cut'n'paste keys to non window-system specific functions. + + * msw-select.el: New function mswindows-clear-clipboard. + mswindows-cut-copy-clipboard extended to handle clearing of the + selection and renamed to mswindows-cut-copy-clear-clipboard. + + * select.el: on mswindows devices delete-primary-selection + calls mswindows-clear-clipboard. + +1998-05-15 Hrvoje Niksic <hniksic@srce.hr> + + * simple.el (quoted-insert): Inhibit quit when using read-char. + + * cmdloop.el (read-char): Don't inhibit quit. + (read-char-exclusive): Ditto. + (read-char): Signal quit if quit-char was pressed. + (read-char-exclusive): Ditto. + (read-quoted-char): Return a character, not integer. + + * menubar-items.el (default-popup-menu): Use Andy's generic + selection code. + (default-popup-menu): Fix code. + +1998-05-14 Oliver Graf <ograf@fga.de> + + * dragdrop.el (dragdrop-function-widget): this time it's done + +1998-05-13 Oliver Graf <ograf@fga.de> + + * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature + +1998-05-15 Kirill M. Katsnelson <kkm@kis.ru> + + * device.el (device-pixel-width): + (device-pixel-height): + (device-mm-width): + (device-mm-height): + (device-bitplanes): + (device-color-cells): Swapped parameters to device-system-metric + according to the interface change. + +1998-05-14 Kirill M. Katsnelson <kkm@kis.ru> + + * mouse.el (default-mouse-motion-handler): Use new name of the + function event-over-vertical-divider-p. + Do not set E-W arrow cursor over the divider if + vertical-divider-draggable-p is nil in the window. + ([top-level]): Use new name for the variable + vertical-divider-map. + (drag-window-divider): Respect vertical-divider-draggable-p. + Variable name typo fixes. + +1998-05-14 Hrvoje Niksic <hniksic@srce.hr> + + * keymap.el (kbd): Define here; handle string constants and + others... + +1998-05-15 Christian Nyb <chr@mediascience.no> + + * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char' + in Emacs 18. + +1998-05-13 Didier Verna <verna@inf.enst.fr> + + * mouse.el (drag-window-divider): give the vertical divider a + pressed look when dragging it. + +1998-05-13 Andy Piper <andyp@parallax.co.uk> + + * faces.el: predicate some more face operations on x or mswindows + not just x. + + * modeline.el: enable modeline coloring for mswindows. + +1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * minibuf.el (minibuffer-default): Added variable; compatible with + FSF Emacs. + (next-history-element): Used `minibuffer-default'. + +1998-05-12 Oliver Graf <ograf@fga.de> + + * dragdrop.el (dragdrop-function-widget): button and mods ok + arguments still look a bit strange + (dragdrop-compare-mods) created + (dragdrop-drop-do-functions) correctly checks for buttons and + modifiers + +1998-05-14 Hrvoje Niksic <hniksic@srce.hr> + + * setup-paths.el (paths-default-info-directories): Replace + path-separator with directory-sep-char. + + * files.el (path-separator): Don't define it here. + +1998-05-14 Hrvoje Niksic <hniksic@srce.hr> + + * update-elc.el: Ditto. + + * setup-paths.el (paths-construct-exec-path): Ditto. + + * make-docfile.el: Ditto. + + * loadup.el (really-early-error-handler): Ditto. + + * find-paths.el (paths-decode-directory-path): Use decode-path + instead of decode-path-internal. + + * files.el (parse-colon-path): Update docstring. + +1998-05-13 Hrvoje Niksic <hniksic@srce.hr> + + * subr.el (get-buffer-window-list): Make BUFFER optional. + + * window-xemacs.el (windows-of-buffer): Defalias to + get-buffer-window-list. + +1998-05-12 Hrvoje Niksic <hniksic@srce.hr> + + * disass.el: Fix maintainer keyword. + + * bytecomp.el (byte-compile-and-load-file): Autoload. + (byte-compile-buffer): Ditto. + + * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the + value is returned, not the name. + (lisp-imenu-generic-expression): Enable it. + (lisp-mode-variables): Ditto. + (lisp-indent-offset): Change defconst to defvar. + (lisp-indent-function): Ditto. + (lisp-body-indent): Ditto. + +1998-05-12 Hrvoje Niksic <hniksic@srce.hr> + + * modeline.el: Use zap-last-kbd-macro-event. + + * lisp-mode.el (eval-interactive): If eval-interactive-verbose is + nil, don't attempt to do anything with messages. + (eval-last-sexp): Use `letf' for clarity. + +1998-05-12 Hrvoje Niksic <hniksic@srce.hr> + + * startup.el: It's still `.emacs', not yet `.xemacs/init.el'. + +1998-05-11 Martin Buchholz <martin@xemacs.org> + + * buff-menu.el: + * lisp-mode.el: + * obsolete.el: + Change empty docstrings into no doc strings at all. + Fix bogus FSF-format docstrings. + * etags.el: Fix docstring. + +1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch> + + * package-get.el (package-get): Use internal md5 + +1998-05-13 SL Baur <steve@altair.xemacs.org> + + * about.el (about-xemacs): Correct abuse of concat. + +1998-05-11 SL Baur <steve@altair.xemacs.org> + + * info.el (Info-mode): Use easymenu. + +1998-05-12 Hrvoje Niksic <hniksic@srce.hr> + + * apropos.el (apropos): Don't use concat with integers. + + * cmdloop.el (describe-last-error): Handle the case when no error + was seen gracefully. + + * apropos.el (apropos-print): Use with-displaying-help-buffer as + defun. + (apropos-describe-plist): Ditto. + + * help.el (with-displaying-help-buffer): Revert to a defun. + (describe-key): Use it as defun. + (describe-mode): Ditto. + (describe-bindings): Ditto. + (describe-prefix-bindings): Ditto. + (describe-installation): Ditto. + (view-lossage): Ditto. + (describe-function): Ditto. + (describe-variable): Ditto. + (describe-syntax): Ditto. + +1998-05-11 Oliver Graf <ograf@fga.de> + + * dragdrop.el: changed order of require/provide + (dragdrop-drop-mime-default) changed to new calling conventions + (dragdrop-drop-do-functions) changed to new calling conventions + (dragdrop-function-widget) this one needs more work... + +1998-05-10 Oliver Graf <ograf@fga.de> + + * about.el: another small change in my entry + * dragdrop.el (dragdrop-drop-log-function): logging added + plus customizations + changed interface to handler functions. now called with event + and object + +1998-05-12 Kirill M. Katsnelson <kkm@kis.ru> + + * glyphs.el (divider-pointer-glyph): Declared new glyph, + E-W arrow pointer displayed over draggable dividers. + + * mouse.el (default-mouse-motion-handler): Show it when + appropriate. + (drag-window-divider): Added. + ([top-level]): Initialized window-divider-map with a keymap + binding the above function to left button down event. + + * x-mouse.el (x-init-pointer-shape): Initialize + divider-pointer-glyph from Cursor.dividerPointer, or use default + E-W double arrow. + +1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de> + + * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p + +1998-05-11 Hrvoje Niksic <hniksic@srce.hr> + + * simple.el (count-words-buffer): Don't query for buffer. + (count-lines-buffer): Ditto. + +1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch> + + * help.el (where-is): add optional insert argument. + +1998-05-11 Hrvoje Niksic <hniksic@srce.hr> + + * help.el (describe-key-briefly): New argument INSERT. + + * simple.el (eval-expression): New optional argument; synch with + FSF 20.3. + + * keydefs.el (global-map): Add new register bindings. + + * register.el: Synched with FSF 20.3. + +1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch> + + * window-xemacs.el (recenter): all arguments are optional. + +1998-05-10 Kirill M. Katsnelson <kkm@kis.ru> + + * device.el: (device-pixel-width): Reflected name/parameters + change to device-system-metric. + (device-pixel-height): Ditto. + (device-mm-width): Ditto. + (device-mm-height): Ditto. + (device-bitplanes): Ditto. + (device-color-cells): Ditto. + +1998-05-10 Hrvoje Niksic <hniksic@srce.hr> + + * cl-extra.el (cl-float-limits): Removed; move code to top-level. + + * cl.el (most-positive-fixnum): Document. + (most-negative-fixnum): Ditto. + + * cus-dep.el: Updated comment. + + * cus-load.el: Use most-positive-fixnum as the gc-inhibiting + constant. + + * cus-load.el (custom-put): Removed. + + * files.el (after-find-file): Just resignal quit instead of + signaling "canceled". + +1998-05-10 Hrvoje Niksic <hniksic@srce.hr> + + * frame.el (other-frame): Use `focus-frame' instead of + select-frame kludges. + + * lisp-mode.el: Update lisp-indent-function for + save-selected-frame and with-selected-frame. + + * frame.el (save-selected-frame): New macro. + (with-selected-frame): Ditto. + (other-frame): Use `set-frame-focus'. + +1998-05-06 Oliver Graf <ograf@fga.de> + + * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept + (dragdrop-drop-url-default) default handler for URL drops created + (dragdrop-drop-mime-default) default handler for MIME drops created + (dragdrop-drop-functions) default custom for handling drops created + (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch + +1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk> + + * mouse.el: Removed redundant mouse-mswindows-drop function. + +1998-05-05 Oliver Graf <ograf@fga.de> + + * about.el: changed some text in my entry + * dragdrop.el: added customs + +1998-05-04 Oliver Graf <ograf@fga.de> + + * mouse.el: killed global drop key bindings + (mouse-offix-drop) removed + * dragdrop.el: created + * dumped-lisp.el: inclusion of dragdrop.el for window-systems + +1998-05-09 Kirill M. Katsnelson <kkm@kis.ru> + + * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize + scrollbar-on-{left,top}-p from *scrollBarPlacement resources. + + * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed + obsolete comment. + + * scrollbar.el (scrollbars-visible-p): Use new + {vertical,horizontal}-scrollbar-visible-p specifiers. + +1998-04-18 Kirill M. Katsnelson <kkm@kis.ru> + + * device.el (device-pixel-height): + (device-pixel-width): + (device-mm-width): + (device-mm-height): + (device-bitplanes): + (device-color-cells): Moved these 6 functions from device.c; they + all use single (device-system-metrics) call. + +1998-05-09 SL Baur <steve@altair.xemacs.org> + + * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el + were renamed. + + * menubar-items.el: + * toolbar-items.el: Renamed from x-menubar/x-toolbar. + Suggested by Hrvoje Niksic <hniksic@srce.hr> + + * help.el (help-map): Remove Hyperbole keybinding logic. + Suggested by: Michael Ernst <mernst@cs.washington.edu> + +1998-05-08 SL Baur <steve@altair.xemacs.org> + + * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature. + From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp> + +1998-05-07 Andy Piper <andyp@parallax.co.uk> + + * msw-glyphs.el: use nicer icon3 from the frame icon. + +1998-05-07 SL Baur <steve@altair.xemacs.org> + + * version.el (emacs-version): Remove InfoDock conditionals. + + * startup.el (startup-splash-frame): Change ID logo name. + +1998-05-06 Hrvoje Niksic <hniksic@srce.hr> + + * files.el (after-find-file): If the user presses C-g on + directory-creation prompt, kill the buffer. + +1998-05-06 SL Baur <steve@altair.xemacs.org> + + * simple.el (count-words-region): Reverse previous change. + +1998-05-05 Hrvoje Niksic <hniksic@srce.hr> + + * replace.el (query-replace): Just call perform-replace. + (query-replace-regexp): Ditto. + (perform-replace): Move region handling here. + (perform-replace): Use the new arg to match-data. + +1998-03-08 Kyle Jones <kyle_jones@wonderworks.com> + + * x-init.el: Install X specific display table that + displays char 0240 as a space to avoid whatever it is + that screws up display of that character code. + +1998-05-03 Hrvoje Niksic <hniksic@srce.hr> + + * help.el (function-arglist): If no arguments are documented for a + subr, print nothing rather than incorrect output. + +1998-05-05 SL Baur <steve@altair.xemacs.org> + + * cmdloop.el (command-error): Update bail-out error message to use + `emacs-program-name'. + + * lib-complete.el: Remove reader macro cruft. + + * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock + cruft. + + * simple.el (count-words-region): Drop interactive-p check on the + message. + +1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk> + + * font.el + * msw-faces.el + Correct spelling of mswindows-font-canonicalize-name. + +1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * ldap.el (ldap-host-parameters-alist): Replaced with + `ldap-host-parameters-plist' + (ldap-search): Adapt to previous change + +1998-05-02 SL Baur <steve@altair.xemacs.org> + + * about.el (about-hackers): Update Bob Weiner bio. + (about-maintainer-info): Ditto. + +1998-05-02 Hrvoje Niksic <hniksic@srce.hr> + + * simple.el (display-warning-minimum-level): Docfix. + +1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk> + + * widget.el (:default-get): New keyword. + * wid-edit.el (default, widget-default-default-get): Define it. + (group, widget-group-default-get): Define it. + (menu-choice, widget-choice-default-get): Define it. + (widget-default-get): New function. + (widget-choice-action): Call it. + (widget-editable-list-entry-create): Call it. + +1998-05-01 Hrvoje Niksic <hniksic@srce.hr> + + * byte-optimize.el (byte-boolean-vars): Removed. + (byte-optimize-lapcode): Use `built-in-variable-type' instead of + lookup through `byte-boolean-vars'. + +1998-05-01 Kirill M. Katsnelson <kkm@kis.ru> + + * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff + resource-provided values into ghost specs for scrollbar-height and + scrollbar-width. + +1998-05-01 Hrvoje Niksic <hniksic@srce.hr> + + * byte-optimize.el: Don't attempt to optimize /=. + + * bytecomp.el (byte-compile-one-ore-more-args): New function. + (byte-compile-/=): Ditto. + +1998-05-02 SL Baur <steve@altair.xemacs.org> + + * apropos.el: Use `with-displaying-help-buffer'. + (apropos-print): Remove explicit mentions of "*Apropos*" buffer. + Use `with-displaying-help-buffer'. + (apropos-follow): Do not give special treatment to buffer cursor + was in prior to a mouse click. + (apropos-describe-plist): Use `with-displaying-help-buffer'. + (apropos-print-doc): Set correct buffer for setting text + properties. + +1998-05-01 SL Baur <steve@altair.xemacs.org> + + * help.el (help-buffer-prefix-string): New variable. + (help-buffer-name): Use it. + + * modeline.el (modeline-minor-mode-menu): Alphabetize the minor + mode menu. + +1998-04-30 Greg Klanderman <greg@alphatech.com> + + * frame.el (other-frame): Work even when focus-follows-mouse is true. + +1998-05-01 Hrvoje Niksic <hniksic@srce.hr> + + * files.el (find-file-noselect): Update docstring. + (find-file-noselect): Signal an error if found an unreadable file. + (file-chase-links): Save the match data. + (normal-mode): Use `lwarn' and `error-message-string'. + (interpreter-mode-alist): Change defconst to defvar. + (inhibit-first-line-modes-regexps): Ditto. + (inhibit-first-line-modes-regexps): Added .tgz. + (inhibit-first-line-modes-suffixes): Change defconst to defvar. + (change-major-mode-with-file-name): New user-option. + (set-visited-file-name): Synched with FSF. + (file-name-extension): New function, from FSF 20.3. + (file-relative-name): Synched with FSF. + (save-some-buffers): Support the C-r feature. + (recover-session): Synched with FSF. + (kill-some-buffers): Ditto. + (set-auto-mode): New argument JUST-FROM-FILE-NAME. + +1998-04-30 SL Baur <steve@altair.xemacs.org> + + * files.el (insert-file): Undo previous change and reenable use of + format.el. + +1998-04-30 Hrvoje Niksic <hniksic@srce.hr> + + * window-xemacs.el (recenter): Define. + +1998-04-29 Andy Piper <andyp@parallax.co.uk> + + * font.el (mswindows-font-create-name) + (mswindows-font-create-object): new functions for mswindows type + fonts. + + * msw-faces.el (mswindows-font-canicolize-name): fix so that + strings are parsed as well as font objects. + +1998-04-30 Hrvoje Niksic <hniksic@srce.hr> + + * modeline.el (defining-kbd-macro): Restore modeline indication of + kbd-macro being recorded. + (add-minor-mode): Simplify docstring. + (modeline-minor-mode-menu): Remove stuff. + +1998-04-29 Andy Piper <andyp@parallax.co.uk> + + * code-process.el (call-process): dynamically decide process + coding type. + +1998-04-29 Jim Radford <radford@robby.caltech.edu> + + * modeline.el: Add line-number-mode, column-number-mode to + the modeline minor-mode menu. Button2 on the line number does + goto-line. + +1998-04-29 Andy Piper <andyp@parallax.co.uk> + + * mouse.el: move x-selection-owner-p type things to + selection-owner-p. + + * msw-init.el: copy zmacs stuff from x-init.el + + * msw-select.el (mswindows-own-selection) + (mswindows-disown-selection) (mswindows-selection-owner-p): new + functions. Very simple minded implementation of selectio + ownership. + + * select.el (own-selection) (disown-selection) + (activate-region-as-selection) (select-make-extent-for-selection) + (valid-simple-selection-p): functions moved from x-select.el for + generalized selection. + + * x-select.el: see select.el changes. + + * x-toolbar.el: use new selection functions. + +1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * packages.el (packages-find-package-directories): Fixed bug that + would pick up multiple site-package directories. + (package-locations): Added "xemacs-packages" as a late package + location. + + * find-paths.el: Now uses `emacs-program-name' and + `emacs-program-version'. + Additions to enforce version-specific directories in + `paths-find-version-directory'. + +1998-04-29 SL Baur <steve@altair.xemacs.org> + + * default.el: Removed. + * site-start.el: Removed. + +1998-04-29 Didier Verna <verna@inf.enst.fr> + + * minibuf.el (minibuffer-history-minimum-string-length): Default + to nil. + +1998-04-28 SL Baur <steve@altair.xemacs.org> + + * find-paths.el (paths-program-name): Rename. + (paths-emacs-root-p): Ditto. + (paths-find-site-directory): Ditto. + +1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com> + + * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for + `emacs-lisp-byte-compile-and-load'. + +1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * ldap.el (ldap-search): Fixed additional parameter passing to + `ldap-open' + +1998-04-27 Andy Piper <andyp@parallax.co.uk> + + * select.el (kill-primary-selection) (selection-owner-p) + (copy-primary-selection) (yank-clipboard-selection) + (selection-exists-p) (delete-primary-selection): new file and + functions that do the right thing for the selected device. + + * x-menubar.el: use generalised selection functions. + + * dumped-lisp.el: dump select.el. + +1998-04-27 SL Baur <steve@altair.xemacs.org> + + * find-paths.el (paths-progname): New variable. + (paths-emacs-root-p): Use it. + (paths-find-site-directory): Ditto. + +1998-04-26 SL Baur <steve@altair.xemacs.org> + + * loadup.el ((member "dump" command-line-args)): Dump as + `infodock' if InfoDock. + +1998-04-25 SL Baur <steve@altair.xemacs.org> + + * find-paths.el (construct-emacs-version): Simplify, include + program name in the return value. + * (paths-find-version-directory): Use it. + +1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * info.el (Info-parse-dir-entries): Fixed regexp + (Info-build-dir-anew): Remove full suffix and capitalize info file + name for files with no @direntry + (Info-batch-rebuild-dir): New function + (Info-suffixed-file): Check for regular files instead of simple + file existence (could catch directories before) + +1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * setup-paths.el, find-paths.el: Removed uses of `not' which + temacs doesn't have. + + * find-paths.el (paths-find-emacs-roots): Included exec-prefix + into root searching. + +1998-04-24 Martin Buchholz <martin@xemacs.org> + + * subr.el: Remove definition of `not'. + +Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk> + + * msw-glyphs.el: enable graphics support. + +1998-04-23 Didier Verna <verna@inf.enst.fr> + + * x-menubar.el (default-menubar): restored the line-number-mode + option. + + * misc doc string updates related to the options menu. + +1998-04-24 SL Baur <steve@altair.xemacs.org> + + * setup-paths.el (paths-construct-load-path): Fix typo. + +1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * x-menubar.el (default-menubar): font-menu-this-frame-only-p and + font-menu-ignore-scaled-fonts don't have to be bound now; this + gets us one step further towards making --no-autoloads work. + + * startup.el (normal-top-level): Load auto-autoloads only if + lisp-directory is non-nil. + + * setup-paths.el (paths-construct-load-path): Made it robust + against nil lisp-directory. + + * startup.el (startup-setup-paths-warning): Added `lisp-directory' + to the list of variables that cause a warning when nil. + + * toolbar.el (init-toolbar-location): Now works even when there's + no toolbar icon directory. + +1998-04-23 Hrvoje Niksic <hniksic@srce.hr> + + * help.el (view-lossage): Recognize it. + + * simple.el (log-message): Mark multiline messages. + +1998-04-22 SL Baur <steve@altair.xemacs.org> + + * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist. + +1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> + + * package-get.el (package-get-all): add `\n' separator to + interactive specification so that both variables are read + +1998-04-22 Didier Verna <verna@inf.enst.fr> + + * x-menubar.el: ported the options menu to Custom. + Moved the "read only" toggle button to the buffers menu. + Corrected some missing ;;;###autoload or defcustom. + + * scrollbar.el (scrollbars-visible-p): defcustom wrapper around + the scrollbar-visible specifier for options menu handling. + + * toolbar.el (toolbar-visible-p) + (toolbar-captioned-p) + (default-toolbar-position): defcustom wrappers around + the toolbar specifiers for options menu handling. + + * frame.el (get-frame-for-buffer-default-instance-limit): + defcustom it for options menu handling. + + * font-lock.el (font-lock-mode): defcustom and autolaod the variable + font-lock-mode for options menu handling. + + * cus-start.el: added Custom properties to overwrite-mode for + options menu handling. + +Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> + + * about.el: shameless self-promotion. + +1998-04-21 Hrvoje Niksic <hniksic@srce.hr> + + * simple.el (raw-append-message): Slightly optimize. + (remove-message): Use `push' for clarity. + (append-message): Ditto. + (display-warning): Dito. + (raw-append-message): Send the message to the appropriate device. + +1998-04-22 SL Baur <steve@altair.xemacs.org> + + * auto-save.el (auto-save-cyclic-hash-14): De-ebolification. + From Sean MacLennan <Sean.MacLennan@pika.ca> + +1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * setup-paths.el: Changed `directory-sep-char' to + `path-separator', following a change in GNU Emacs. + +1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour + (Info-build-dir-anew): Add a final newline. + (Info-build-dir-anew): Do not issue warning when rebuilding policy + is `always' + (Info-rebuild-dir): Ditto + + * dumped-lisp.el (preloaded-file-list): Added ldap.el + +1998-04-21 SL Baur <steve@altair.xemacs.org> + + * simple.el (count-words-buffer): Retain zmacs region. + (count-words-region): Ditto. + * simple.el: (what-line): Expanded line counts. + (count-lines): New parameter to conditionalize whether collapsed + lines get counted. + From Bob Weiner <weiner@altrasoft.com> + +1998-04-19 SL Baur <steve@altair.xemacs.org> + + * packages.el (package-locations): infodock-packages must override + mule-packages and packages. + +1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk> + + * wid-edit.el: + remove rude messages from widget-activation-widget-mapper + and widget-activation-glyph-mapper + +1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk> + + * toolbar.el: Remove (featurep 'x) test from + toolbar-make-button-list + +1998-04-17 Hrvoje Niksic <hniksic@srce.hr> + + * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer + only if in the same frame. + +1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * packages.el (package-locations): Added site-packages hierarchy. + + * setup-paths.el (paths-default-info-directories): Introduced and + used. + + * packages.el, setup-paths.el: Set various path searching depths + to 1. + + * packages.el (packages-hierarchy-depth): + (packages-load-path-depth): Introduced and used. + + * setup-paths.el (paths-load-path-depth): Introduced and used. + + * find-paths.el (paths-find-recursive-path): Added max-depth + parameter. + +1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * setup-paths.el (paths-construct-info-path): Removed + dependency on behavior of (file-name-as-directory ""). + +1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * ldap.el (ldap-search): Adapt to the new low-level API using ldap + lisp objects + +1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * dump-paths.el, startup.el: Added handling for --debug-paths. + +1998-04-15 William M. Perry <wmperry@aventail.com> + + * wid-edit.el: We cannot just set the help-echo or balloon-help + properties for an extent based on the :help-echo widget + property, since help-echo and balloon-help cause an EXTENT to + get passed in, where :help-echo functions are expecting a WIDGET + +1998-04-15 Kirill M. Katsnelson <kkm@kis.ru> + + * scrollbar.el (init-scrollbar-from-resources): Call + mswindows-init-scrollbar-metrics when appropriate. + +Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> + + * dumped-lisp.el: dump x-toolbar for window system + + * msw-init.el (init-post-mswindows-win): enable toolbars if we + have support and xpm. + +1998-04-16 SL Baur <steve@altair.xemacs.org> + + * files.el (toggle-read-only): Fix docstring. + From Didier Verna <verna@inf.enst.fr> + +1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * startup.el (normal-top-level): Load autoload-file-name without + specifying an extension---some people only auto-autoload.el.gz. + +1998-04-06 Hrvoje Niksic <hniksic@srce.hr> + + * files.el (backup-enable-predicate): Don't bomb on NAME being + nil. + +1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * find-paths.el, packages.el: Now prefers configure'd paths. + This shouldn't cause any of the originally anticipated problems as + the current paths architecture will not define the various + configure-xxx variables if they're not specified on the configure + command line. + + * find-paths.el, setup-paths.el, packages.el: Removed all + mentionings of "/" as a path separator. + Used paths-construct-path throughout. + + * find-paths.el (paths-construct-path): Created to assemble paths + from directory components. + + * setup-paths.el, packages.el: Used paths-decode-directory-path + instead of decode-path-internal. + + * find-paths.el: Removed unused (and bogus) paths-find-emacs-path + and associates. + (paths-decode-directory-path) Created. + + * setup-paths.el: Changed configure-exec-path to + configure-exec-directory. + +1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * packages.el (packages-find-packages): Fixed decoding of + EMACSPACKAGEPATH. + + * startup.el: -no-packages -> -no-early-packages. + + (packages-load-package-lisps): Fixed loading of auto-autoload + files. + + * startup.el (normal-top-level): Fixed loading of core + auto-autoload. + + * obsolete.el: Un-obsoleted site-directory. Sigh. + + * startup.el, packages.el, dump-paths.el: Added proper settings + for site-directory and lisp-directory variables. + + * startup.el, loadup.el: Renamed inhibit-update-autoloads to + inhibit-package-autoloads and fixed handling of it. + + * startup.el, packages.el, dump-paths.el, loadup.el: Fixed + handling of former inhibit-package-init, now + inhibit-early-packages, to make -vanilla etc. work. + +1998-04-10 Kirill M. Katsnelson <kkm@kis.ru> + + * code-process.el (start-process): Fallback to 'undecided instead + of 'binary for process input coding stream. + + * process.el (start-process): Docstring fix. + +1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * info.el (Info-insert-dir): Do not insert temporary dir files + in Info-dir-file-attributes + (Info-build-dir-anew): Ensure temporary buffer is not read-only + (Info-rebuild-dir): Ditto. + +1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * obsolete.el: Added obsoleteness declarations for + `site-directory' and `Info-default-directory-list'. + +1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * find-paths.el (paths-find-emacs-root): Only look at the + executable at the end of the symlink chain for determining the + Emacs root. + +1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * setup-paths.el (paths-construct-info-path): Changed construction + to cater to gone default in configure. + + * find-paths.el (paths-uniq-append): Added. + + * packages.el: Rewritten package path construction once again. + + * dump-paths.el, startup.el: Removed package-path as a global + variable. + + * package-admin.el (package-admin-add-single-file-package): + (package-admin-add-binary-package): Changed package-path to + late-packages. + + * packages.el (packages-split-path): Split path at "/" rather than + nil according to change in emacs.c. + +1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * setup-paths.el (paths-construct-info-path): Changed info path + order so that directories come out right. + (paths-find-lock-directory): Fixed bug: It used to think + configure-lock-directory is a path. + +1998-04-06 Jeff Miller <jmiller@smart.net> + + * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified + initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This + eases the use of toolbar-add/kill-item functions. + +1998-04-07 Kirill M. Katsnelson <kkm@kis.ru> + + * code-files.el (file-coding-system-alist): Commented out + loaddefs.el magical treatment. + +1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * info.el (Info-rebuild-outdated-dir): Added new option + `conservative' and made it the default + (Info-rebuild-dir): Appropriately parse multi-line description + strings, and multi-section dir files. Issue warning when dir + is rebuilt as temporary + (Info-build-dir-anew): Issue warning when dir is built as + temporary + +1998-04-04 Kirill M. Katsnelson <kkm@kis.ru> + + * list-mode.el (list-mode-map): Bind highlight motion commands to + standard keys left, right, C-b and C-f. + +1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> + + * files.el (auto-mode-alist): allow .sc for Scheme->C + +1998-04-06 SL Baur <steve@altair.xemacs.org> + + * loadup.el (pureload): Don't quote (garbage-collect). + +1998-04-04 SL Baur <steve@altair.xemacs.org> + + * package-get-base.el: Updated. + +1998-04-04 Hrvoje Niksic <hniksic@srce.hr> + + * isearch-mode.el (isearch-just-started): New variable. + (isearch-mode): Set it. + (isearch-repeat): Advance one character forward only if the search + was successful, and was not just started. + (isearch-repeat): Clear isearch-just-started. + +1998-04-02 SL Baur <steve@altair.xemacs.org> + + * finder.el (finder-compile-keywords): Don't eval new finder-inf + if running -batch. + +1998-03-26 Hrvoje Niksic <hniksic@srce.hr> + + * subr.el (listify-key-sequence): Removed. + +1998-03-31 Hrvoje Niksic <hniksic@srce.hr> + + * bytecomp.el (byte-compile-print-gensym): New option. + (byte-compile-output-file-form): Use it. + (byte-compile-output-docform): Ditto. + (byte-compile-compiled-obj-to-list): Ditto. + +Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk> + + * msw-glyphs.el: set frame icon if xpm support. + +1998-03-30 Kyle Jones <kyle_jones@wonderworks.com> + + * help.el: Code that pretty prints variable values + removed. + +1998-04-02 SL Baur <steve@altair.xemacs.org> + + * find-paths.el (paths-emacs-root-p): Correct test for installation + directory. + From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + +1998-03-30 Kyle Jones <kyle_jones@wonderworks.com> + + * loaddefs.el: Don't set debug-ignored-errors; leave + its default value set to nil. + +1998-03-29 Damon Lipparelli <lipp@primus.com> + + * info.el (Info-rebuild-dir): fixed mis-spelling. + +1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * info.el (Info-rebuild-outdated-dir): New custom var + (Info-insert-node): Create/update dir file when needed, ie when it + does not exist or is older than some info files in directory + +1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed + for last packages, mainly for using a 20.4 package base. + + * packages.el (late-packages): Typo fix. It was called + early-packages. + + * find-paths.el (paths-find-emacs-root): Bug fix: it now chases + relative symlinks correctly. + (paths-find-emacs-roots): More rigorous checking for plausible + configuration-time root. + + * startup.el (normal-top-level): Added a warning if XEmacs cannot + find its roots. + +1998-03-27 Martin Buchholz <martin@xemacs.org> + + * faces.el: Fix docstrings. + * glyphs.el: Fix docstrings. + * mouse.el: Fix docstrings. + + * frame.el: Change phrase `current frame' to `selected frame'. + + * faces.el (face-spec-set-match-display): Make FRAME arg optional. + + * bytecomp.el (displaying-byte-compile-warnings): Rewrite some + macros using backquote to make them infinitely more readable. + +1998-03-30 SL Baur <steve@altair.xemacs.org> + + * packages.el (packages-find-package-path): Hardcoded specialized + InfoDock support until we can clean this up. + + * help.el (describe-bindings-1): Return the value of the bindings + help buffer created. + (describe-bindings): Ditto. + + * simple.el (set-variable): Restore previous behavior of not + bombing if the variable to set is not boundp. + +1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * packages.el (packages-handle-package-dumped-lisps): Allow for + non-local files to be loaded off the package-lisp variable. + +1998-03-27 Kyle Jones <kyle_jones@wonderworks.com> + + * x-faces.el: Global X resources should override + specs for all device classes (color, grayscale, mono); + code currently doesn't override any of them. Fixed by + calling remove-specifier with '(x default) as the tag + set and allowing inexact matches. + +1998-03-27 Kyle Jones <kyle_jones@wonderworks.com> + + * faces.el: Separated face intializations based on + device classes into device type specific (tag set, + instantiator) pairs. + +1998-03-09 Hrvoje Niksic <hniksic@srce.hr> + + * wid-edit.el (widget-choice-action): Remember user's explicit + choice. + (widget-choice-value-create): Respect it. + From Richard Stallman <rms@gnu.org> + +1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * setup-paths.el (paths-construct-info-path): Always append + existing directories from configure-time info path. + + * startup.el (startup-setup-paths): Renamed misnamed info-path to + Info-directory-list. + + * info.el: Removed Info-default-directory-list which was broken by + design. + Removed bogus initialization of Info-directory-list---startup.el + can do a much better job. + Added autoload of Info-directory-list. + + * setup-paths.el (paths-construct-load-path): Fixed a bug pointed + out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to + be exclusive; now it's merely given precedence, just like in the + old days. + +1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * find-paths.el (paths-find-architecture-directory): Fix bug with + finding; it used to default too early. + +1998-03-25 Martin Buchholz <martin@xemacs.org> + + * packages.el (packages-split-path): Fix a bug; it used to fail + for paths that weren't split. + +1998-03-26 SL Baur <steve@altair.xemacs.org> + + * finder.el (finder-compile-keywords): trap on errors. + +1998-03-24 Kyle Jones <kyle_jones@wonderworks.com> + + * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass + fourth argument of t so that only the specs exactly + matching the tag lists are removed. + +1998-03-25 SL Baur <steve@altair.xemacs.org> + + * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH. + +1998-03-23 SL Baur <steve@altair.xemacs.org> + + * minibuf.el (mouse-read-file-name-1): If a default directory was + specified, use it for generating the completions. + +1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * update-elc.el: Now respects inhibit-package-init and + inhibit-site-lisp. + Now does path construction with loadup-paths. + + * startup.el (normal-top-level, startup-setup-paths): Now respects + inhibit-package-init and inhibit-site-lisp. + + * packages.el (packages-find-package-path): Extended package path + by version-specific hierarchies. + (packages-find-packages): Now respects inhibit flag and + inhibit-site-lisp. + Moved path setup to loadup-paths. + + * make-docfile.el: Now respects inhibit-package-init and + inhibit-site-lisp. + Now does path construction with loadup-paths. + + * loadup.el: Now respects inhibit-package-init and + inhibit-site-lisp. + + * dumped-lisp.el (preloaded-file-list): Added loadup-paths. + + * loadup-paths.el: New file: setup load-path to encompass + packages. + +1998-03-22 SL Baur <steve@altair.xemacs.org> + + * auto-show.el: load-gc renamed to pureload. + * site-load.el: Ditto. + * packages.el (toplevel): Ditto. + * loadup.el (really-early-error-handler): Ditto. + * dumped-lisp.el (preloaded-file-list): Ditto. + * cus-face.el (custom-declare-face): Ditto. + +1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * <Today>: The Big Path Searching Overhaul. + + * find-paths.el: New file: find and assemble paths in the + installation hierarchy. + + * setup-paths.el: New file: global layout of paths and directories + within the XEmacs hierarchy. + + * packages.el: Replaced everything related to path searching and + startup by code in terms of find-paths. + + * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls + the new path searching engine. + + * dumped-lisp.el (preloaded-file-list): Added new files find-paths + and setup-paths. + +1998-03-22 SL Baur <steve@altair.xemacs.org> + + * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not + setup-paths.el. + +1998-03-20 Kirill M. Katsnelson <kkm@kis.ru> + + * msw-glyphs.el: Added check for 'mswindows feature, so the file + compiles identically in any configuration. + Removed irrelevant commentary. + +1998-03-20 Kirill M. Katsnelson <kkm@kis.ru> + + * simple.el (set-variable): Allow setting specifiers. + +1998-03-19 SL Baur <steve@altair.xemacs.org> + + * lisp.el (forward-sexp): Revert previous change. + +1998-03-18 SL Baur <steve@altair.xemacs.org> + + * frame.el (frame-initialize): Use `delete-console' instead of + `delete-device' to delete the stream console to match the usage in + Fkill_emacs. + +1998-03-16 SL Baur <steve@altair.xemacs.org> + + * files.el (cdpath-previous): New variable. + (cd): Use it. + From Bob Weiner <weiner@wave.altrasoft.com> + +1998-03-15 Kyle Jones <kyle_jones@wonderworks.com> + + * keydefs.el: Changed keybindings of forward-char, + backward, scroll-up and scroll-down to point to their + -command counterparts. + + * simple.el: New functions: forwarc-char-command, + backwrad-char-command, scroll-up-command, + scroll-down-command which work liek their counterparts + except that they honor the variable + signal-error-on-buffer-boundary. + + Definition of signal-error-on-buffer-boundary received + from src/cmds.c. + + defvar declaration added for word-across-newline to avoid + byte-compiler warning about the free variable reference. + +1998-03-14 Kirill M. Katsnelson <kkm@kis.ru> + + * winnt.el: Removed "%t" from the beginning of + modeline-format. From now on, there's no nt-specifics in the modeline. + +1998-03-14 SL Baur <steve@altair.xemacs.org> + + * setup-paths.el (paths-setup-paths-warning): Replace occurrences + of `when' with `if'. + +1998-03-03 Kirill M. Katsnelson <kkm@kis.ru> + + * msw-glyphs.el: New file. Defines TTY-style glyphs for + mswindows. Must be reworked along with glyphs.el, or + merged into it, after there is images support. + + * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when + 'mswindows. + +1998-03-13 SL Baur <steve@altair.xemacs.org> + + * faces.el: fix for text cursor initialization. + Suggested by Kyle Jones <kyle_jones@wonderworks.com> + From Andy Piper <andyp@parallax.co.uk> + +1998-03-11 Pete Ware <ware@cis.ohio-state.edu> + + * files.el (set-auto-mode): If a mode is not fboundp, check to see + if there is an existing package that handles it and warn the user + about that mode. + +1998-03-02 Kirill M. Katsnelson <kkm@kis.ru> + + * x-menubar.el (default-menubar): Greyed out "Help / Basics / + Installation" menu item when Installation-string is not bound. + +1998-03-11 SL Baur <steve@altair.xemacs.org> + + * lisp.el (forward-sexp): Fix for test for balanced sexp. + From Jeremiah W. James <jerry@cs.ucsb.edu> + +1998-03-10 Kyle Jones <kyle_jones@wonderworks.com> + + * msw-faces.el: + * faces.el: Fix face initialization. + +1998-03-10 Glynn Clements <glynn@sensei.co.uk> + + * files.el (backup-enable-predicate): fix breakage introduced + by TMPDIR patch. + +1998-03-09 Kyle Jones <kyle_jones@wonderworks.com> + + * x-faces.el (x-init-face-from-resources): The + TTY face property retrieval functions don't return + specifiers, so use face-property instead. + +1998-03-09 SL Baur <steve@altair.xemacs.org> + + * mwheel.el (mwheel-install): Use portable keysyms and syntax. + +1998-03-09 Kyle Jones <kyle_jones@wonderworks.com> + + * x-menubar.el: Expanded documentation for + option-save-faces. Changed Options -> Browse Faces + menu entry to invoke customize-face. + +1998-03-09 Kyle Jones <kyle_jones@wonderworks.com> + + * faces.el: Most face initialization moved out of + init-other-random-faces to the top level so that the + initialization happens before Xemacs is dumped. Much + of the fascist "face-differs-from-default-p or FROB!" + code has been retired in favor of letting the user do + what they want to do. Face initialization code changed + to use `default' specifier tag so that the settings can + be overridden later if the user wishes it. + +1998-03-08 SL Baur <steve@altair.xemacs.org> + + * about.el (about-hackers): Update contributors list. + +1998-03-07 Kyle Jones <kyle_jones@wonderworks.com> + + * specifier.el: Define new specifier tag `default'. + + * modeline.el: Initialize faces using `default' tag. + + * x-faces.el (x-init-face-from-resources): Remove + specifier specs containing the `default' tag before + adding new specs. + +1998-03-02 John Jones <jj@asu.edu> + + * package-get.el (package-get-all): fixed arguments on call to + package-admin-add-single-file-package. + * package-get.el (package-get-installedp): fixed to match + advertised behavior. + * package-get.el: added function package-get-update-all which + installs newest versions of all the current packages (if they are + not already installed). + +1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp> + + * files.el (find-file-noselect): Uncommented `truename' binding in + `let*' and use it later to set `buffer-file-truename' iff it's + still nil, as happens for example when finding a compressed + file with "jka-compr". + +Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk> + + * faces.el: in make-face-* type functions do the operation for all + window systems, not just the first one found. + + * font.el: call mswindows-list-fonts for mswindows. + +1998-03-02 Glynn Clements <glynn@sensei.co.uk> + + * code-process.el (call-process-region): + * process.el (call-process-region): + * package-get.el (package-get-dir): + * files.el (backup-enable-predicate): + * gnuserv.el (gnuserv-temp-file-regexp): + Use temp-directory in place of `/tmp'. + +Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com> + + * "Fast" dired-in-C enhancements for Windows 95/NT: + + * files.el: Added function, `wildcard-to-regexp', from GNU + Emacs. + + * files.el (insert-directory): Modified to use special + dired-in-C enhancements if present. + +Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk> + + * code-files.el: make default coding no-conversion. + +1998-03-02 SL Baur <steve@altair.xemacs.org> + + * dumped-lisp.el (preloaded-file-list): Find Installation.el from + the load-path. + + * update-elc.el: Strip directory when testing for files not to + bytecompile. + +1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi> + + * lisp-mode.el: Use recommended form for menus. + + * info.el (Info-construct-menu): Use recommended form for menus. + + * gnuserv.el (gnuserv-edit-files): Use recommended form for menu + entry. + +1998-02-28 Kyle Jones <kyle_jones@wonderworks.com> + + * frame.el: Resurrect get-frame-for-buffer-default-to-current. + (get-frame-for-buffer-noselect): Always return frames + in the not-this-window-p cond clause. + +1998-02-27 SL Baur <steve@altair.xemacs.org> + + * help.el (describe-installation): New function. + + * x-menubar.el (default-menubar): Add describe-installation to + Help menu. + + * packages.el (packages-unbytecompiled-lisp): Installation.el + should not be bytecompiled. + + * dumped-lisp.el (preloaded-file-list): Dump Installation with + XEmacs. + + * x-menubar.el (default-menubar): Use correct guard for VM menu + entry. + + * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file + coding. + From Andy Piper <andyp@parallax.co.uk> + +1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * ldap.el: Do not require ldap-internal at compile time. + +Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk> + + * code-files.el: new file. a virtual copy of mule-files.el + but without charset + dependencies. (toggle-buffer-file-ocding-system) new function for + changing the eol type for the current buffer. + + * code-process.el: new file. a copy of + mule-process.el. mule-process.el will disappear when things have + settled. + + * coding.el: new file. a virtual copy of mule-files.el but + without charset dependencies. (coding-system-base) new function + for getting the parent coding system of a coding system with eol + type set. + + * dumped-lisp.el: add above files for the non-mule case. + +1998-02-25 Kyle Jones <kyle_jones@wonderworks.com> + + * window-xemacs.el (display-buffer): If no explicit + frame is specified, search for a window that displays + the buffer on the currently selected frame, before + searching other frames. + +1998-02-25 Kyle Jones <kyle_jones@wonderworks.com> + + * frame.el (get-frame-for-buffer): If not-this-window-p + is non-nil, use window on the selected frame if it is not + also the selected window. When defaulting, search for + windows on the currently selected fgrame before searching + other frames. + +1998-02-25 Didier Verna <verna@inf.enst.fr> + + * modeline.el (modeline-swap-buffers): originally named + `mouse-release-modeline'. Whether to actually swap the buffers is + decided in `mouse-drag-modeline'. + (mouse-drag-modeline): A button release event is considered a + mouse click is both X (modeline scroll) and Y (modeline drag) pos + stay unchanged. + +1998-02-25 SL Baur <steve@altair.xemacs.org> + + * x-menubar.el: Put redo on the menubar. + From Aki Vehtari <Aki.Vehtari@hut.fi> + +1998-02-22 Greg Klanderman <greg@alphatech.com> + + * bytecomp.el (displaying-byte-compile-warnings): if + temp-buffer-show-function is set, use it to display current set of + warnings in the "*Compile-Log-Show*" buffer. + + * simple.el (display-warning-buffer): if temp-buffer-show-function + is set, use it to display current set of warnings in the + "*Warnings-Show*" buffer. + +1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> + + * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in + Common Lisp. + +1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi> + + * menubar.el: Allow button descriptors at least 2 long. + + * x-menubar.el (default-menubar): Use recommended forms. + (file-menu-filter): Remove. + (edit-menu-filter): Remove. + +1998-02-24 SL Baur <steve@altair.xemacs.org> + + * about.el (about-hackers): Updated. + +1998-02-22 Greg Klanderman <greg@alphatech.com> + + * help.el (help-max-help-buffers): new variable + (help-register-and-maybe-prune-excess): new function + (help-buffer-name): use help-max-help-buffers. + (with-displaying-help-buffer): use + help-register-and-maybe-prune-excess. + + * help.el (help-maybe-pretty-print-value): if the value fits on + one line, let it. + +1998-02-21 Greg Klanderman <greg@alphatech.com> + + * (with-displaying-help-buffer): there is no need to kill the buffer + if it exists, becasuse with-output-to-temp-buffer will clear it. + further, killing the buffer violates the rule that + temp-buffer-show-function, if set, has the full responsibility of + showing the temp buffer. killing the buffer fucks with the window + configuration, hosing temp-buffer-show-function. + + +1998-02-23 Didier Verna <verna@inf.enst.fr> + + * modeline.el (mouse-drag-modeline): + - Always scroll the modeline that was originally clicked on. + - Use x pixels instead of x characters (which doesn't work anyway) + as horizontal reference for modeline dragging. This allows us to + keep on dragging the modeline even if the motion event occurs in + another window. + +1998-02-23 Didier Verna <verna@inf.enst.fr> + + * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor + glyph on the modeline to indicate that dragging the mouse has an + effect both horizontally and vertically. + +1998-02-24 SL Baur <steve@altair.xemacs.org> + + * about.el (about-xemacs): Get rid of redundant visible version + number. + +1998-02-19 SL Baur <steve@altair.xemacs.org> + + * about.el (about-hackers): Update credits. + +1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de> + + * prim/register.el (view-register): Show register type file-query. + +1998-02-17 Kyle Jones <kyle_jones@wonderworks.com> + + * mode-motion.el (mode-motion-highlight-internal): + save-excursion inside save-window-exucrsion form to + hide buffer point changes from save-window-excursion. + Prevents display flickering when the mouse pointer + moves. + +1998-02-17 Didier Verna <verna@inf.enst.fr> + + * mouse.el (default-mouse-track-set-point-in-window): rewrote this + function to handle correctly the case of a toolbar one side of the + window: scrolling will not necessarily happen. + +1998-02-17 Kyle Jones <kyle_jones@wonderworks.com> + + * files.el (after-find-file): Restore missing argument + to format that provides filename for "... consider M-x + recover-file" message. Also call `message' with "%s" + as the first arg instead of an arbitrary string. + +1998-02-18 SL Baur <steve@altair.xemacs.org> + + * about.el (about-hackers): Various additions. + +1998-02-15 SL Baur <steve@altair.xemacs.org> + + * autoload.el (generate-file-autoloads-1): Don't force an extra + line out when copying on-the-same line autoloads. + + * x-menubar.el (default-menubar): Add Sokoban to the menubar if it + is installed. + +1998-02-14 Martin Buchholz <martin@xemacs.org> + + * x11/x-win-xfree86.el (x-win-init-xfree86): + * x11/x-win-sun.el (x-win-init-sun): + * x11/x-init.el (x-initialize-compose): + * prim/simple.el: + (backward-or-forward-kill-sexp): + (backward-or-forward-kill-sentence): + (backward-or-forward-kill-word): + (backward-or-forward-delete-char): + * prim/isearch-mode.el (isearch-help-or-delete-char): + Use x-keysym-on-keyboard-sans-modifiers-p instead of + x-keysym-on-keyboard-p to detect backspace. + Use symbols instead of strings (now deprecated) with x-keysym-*-p. + Clean up symbols used with dead keys, checking Linux and solaris + keysyms. + Simplify x-win-*.el using above methods. + Change documentation for x-keysym-*-p functions. + +1998-02-14 SL Baur <steve@altair.xemacs.org> + + * about.el (about-hackers): Restore entries for Michael Sperber and + Vinnie Shelton. + From Vinnie Shelton <acs@acm.org> + +1998-02-14 Hrvoje Niksic <hniksic@srce.hr> + + * simple.el (count-words-region): Ditto. + +1998-02-12 Hrvoje Niksic <hniksic@srce.hr> + + * simple.el (count-words-buffer): Document. Don't print anything + if non-interactive. + +1998-02-12 SL Baur <steve@altair.xemacs.org> + + * packages.el (packages-hardcoded-lisp): easymenu.el is in + multiple files in InfoDock. + +1998-02-11 SL Baur <steve@altair.xemacs.org> + + * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded + from version.el in InfoDock. + + * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock + specially. + +1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> + + * bytecomp-runtime.el (proclaim-inline): Single quotes around + variable name in docstring. + +1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * menubar.h: Include "gui.h". + +1998-02-10 SL Baur <steve@altair.xemacs.org> + + * site-load.el: Fix documentation. + +1998-02-09 SL Baur <steve@altair.xemacs.org> + + * package-get-base.el (package-get-base): Updated. + + * keymap.el: PC-ize. + +1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> + + * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded + from' on a fresh line. + +1998-02-08 Hrvoje Niksic <hniksic@srce.hr> + + * help.el (help-maybe-pretty-print-value): prin1, not princ the + object. + +1998-02-09 SL Baur <steve@altair.xemacs.org> + + * undo-stack.el: PC-ize. + + * cmdloop.el: PC-ize. + +1998-02-08 SL Baur <steve@altair.xemacs.org> + + * bytecomp-runtime.el: PC-ize. + + * byte-optimize.el: Prolog fixup. PC-ize. + + * cus-dep.el: Spelling fix. + + * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog + entries follow). + +1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> + + * text-mode.el (text-mode-hook-identify): New function, + put on text-mode-hook. Set text-mode-variant here. + (text-mode): Don't set it here. + +1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> + + * text-mode.el (text-mode-hook): New defvar. + (text-mode-variant): New variable. + (text-mode): Set that variable locally. + (toggle-text-mode-auto-fill): New command. + +1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> + + * text-mode.el (text-mode): Let all-white lines separate paragraphs. + +1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> + + * text-mode.el (paragraph-indent-text-mode): + Renamed from spaced-text-mode. + (text-mode-map): Bind TAB to indent-relative. + (indented-text-mode-map): Variable deleted. + (indented-text-mode): Now an alias for text-mode. + +1998-02-05 SL Baur <steve@altair.xemacs.org> + + * loadup.el: test-atoms debugging stuffs removed. + +1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>> + + * lisp/loaddefs.el (completion-ignored-extensions): Add ".class" + +1997-12-30 Colin Rafferty <colin@xemacs.org> + + * help.el (describe-beta): Made it use `locate-data-file'. + (describe-distribution): Ditto. + (describe-copying): Ditto. + (describe-project): Ditto. + (view-emacs-news): Ditto. + + * help-nomule.el (help-with-tutorial): Made it use + `locate-data-file' to find tutorial. + +1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk> + + * about.el: Corrected my email address. + + * mouse.el: Added 'mouse-mswindows-drop' similar to + 'mouse-offix-drop'. + +1998-01-27 SL Baur <steve@altair.xemacs.org> + + * loadup.el (running-xemacs): Spelling fix. + +1998-01-26 Colin Rafferty <colin@xemacs.org> + + * packages.el (packages-find-packages-1): Don't allow a backwards + compatible lisp tree to overwrite `preloaded-file-list'. + +1998-01-26 SL Baur <steve@altair.xemacs.org> + + * loadup.el: Don't delete "xemacs" prior to dumping. + +1998-01-24 SL Baur <steve@altair.xemacs.org> + + * package-info.el (pi-last-mod-date): New function. + (pi-author-version): New function. + (batch-update-package-info): Use them. + +1998-01-23 Colin Rafferty <colin@xemacs.org> + + * frame.el (get-frame-for-buffer-default-to-current): Create. + (get-frame-for-buffer-noselect): Allow user to use current frame + with `get-frame-for-buffer-default-to-current'. + +1998-01-22 Hrvoje Niksic <hniksic@srce.hr> + + * bytecomp.el (byte-compile-output-file-form): Set print-gensym. + (byte-compile-output-docform): Ditto. + (byte-compile-compiled-obj-to-list): Ditto. + +1998-01-22 Kyle Jones <kyle_jones@wonderworks.com> + + * startup.el (command-line-1): Removed code that ran + buffer-menu. + +1998-01-21 Hrvoje Niksic <hniksic@srce.hr> + + * help-macro.el (make-help-screen): Bind `help-read-key' via flet. + +1998-01-17 Hrvoje Niksic <hniksic@srce.hr> + + * frame.el (suspend-emacs-or-iconify-frame): Check using + `device-on-window-system-p' instead of explicitly checking for X, + so that the same logic works for MS Windows. + (suspend-or-iconify-emacs): Ditto. + +1998-01-14 Hrvoje Niksic <hniksic@srce.hr> + + * about.el (about-maintainer-info): Andy Piper is back. + (xemacs-hackers): Updated Andy Piper's email address. + (about-hackers): Added Jonathan Harris. + (about-hackers): Updated Tibor Polgar's email address. + +1998-01-18 SL Baur <steve@altair.xemacs.org> + + * about.el: Add xemacs.org email manager. + + * package-get-base.el (package-get-base): Updated with most recent + package updates. + +1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> + + * help.el (function-arglist): Use `indirect-function' instead of + `symbol-function' so that aliases are treated correctly. + +1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> + + * help.el (help-map): Add f1 binding to `help-for-help'. + Suggested by Karl M. Hegbloom <karlheg@inetarena.com>. + (describe-key-briefly): Use `princ' "%s" to print object. + (with-displaying-help-buffer): Kill buffer if it exists, again. + (describe-key): Use `princ' "%s" to print object. + (describe-function-1): Use `princ' "%s" to print object. + Commented out alias lines removed. + (help-pretty-print-limit): New variable to control pretty-printing + of variable values. + (help-maybe-pretty-print-value): Steve wins! Renamed back from + `help-pretty-print-value' again. Only print-print when OBJECT is + list of length less than `help-pretty-print-limit'. + (describe-variable): Use `help-maybe-pretty-print-value' again. + +1998-01-18 SL Baur <steve@altair.xemacs.org> + + * simple.el (blink-matching-open): Remove C++ kludge. + Suggested by Bob Weiner <weiner@wave.altrasoft.com> + +1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> + + * info.el (Info-default-directory-list): Made the documentation + more explanitory. + +1998-01-13 Martin Buchholz <martin@xemacs.org> + + * lisp/packages.el: + * lisp/package-admin.el: + * lisp/build-report.el: + Fix typos. + +1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de> + + * Patches/font-lock.el (java-font-lock-keywords-*): Would produce + warnings in Java buffers without final newline and editing the + last line. + +1998-01-17 SL Baur <steve@altair.xemacs.org> + + * packages.el (packages-find-packages-1): Don't allow a backwards + compatible lisp tree to overwrite `preloaded-file-list'. + Suggested by Colin Rafferty <colin@xemacs.org> + + * mouse.el (mouse-offix-drop): Set undo-boundary. + From Oliver Graf <ograf@fga.de> + +1998-01-13 SL Baur <steve@altair.xemacs.org> + + * loadup.el (load-gc): rewrite as defun. + Print something sensical if a required dump-time file isn't found. + +1998-01-12 SL Baur <steve@altair.xemacs.org> + + * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist + bug strikes a menudescriptor. + + * package-get-base.el (package-get-base): Updated. + + * package-info.el (batch-update-package-info): Derive REQUIRES + from the Makefile. + +1998-01-13 Hrvoje Niksic <hniksic@srce.hr> + + * files.el (save-some-buffers): Don't play games with deleting + other windows if we are in the minibuffer window. + +1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> + + * modeline.el (modeline-minor-mode-menu): Add support for :active + (add-minor-mode): Document :active property to TOGGLE. + +1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> + + * modeline.el (modeline-minor-mode-menu): Add support for an + `:included' predicate in the `toggle-sym' plist. + (add-minor-mode): Document the :included property, format + docstring some more. + (modeline-minor-mode-menu): Documentation string added. + +1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> + + * modeline.el (modeline-minor-mode-menu): genmenlab the menu + labels from the symbol-names by thwacking off the overly redundant + and overused "mode", parenthesizing "minor", and capitalizing the + resultant strings. Also shortened the menu's title by eliminating + the redundant buffer name. + (add-minor-mode): Beautified the docstring, added mention of the + `:menu-tag' property of TOGGLE. + (modeline-minor-mode-menu): Frinked the `:menu-tag' property on + `toggle-sym' to beatify the mode-life menus. + * (abbrev-mode): (put)'ed a `:menu-tag' on it and + `auto-fill-function'. + +1998-01-02 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>> + + * modeline.el (modeline-minor-mode-menu): Changed the string-only + menus to :style 'toggle. + +1997-12-10 Markus Linnala <maage@cs.tut.fi> + + * simple.el: Use mh-user-agent-compose as mh-e-user-agent. + +1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de> + + * packages/hyper-apropos.el (hyper-apropos-insert-face): Would + only recognize first hyperlink. + (hyper-apropos-highlightify): Deletia, this is already done by + `hyper-apropos-insert-face'. + (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify. + +1998-01-09 SL Baur <steve@altair.xemacs.org> + + * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for + mail. + (toolbar-mail-reader): Add support for `send'. + From Jonathan Marten <jonathan.marten@UK.Sun.COM> + +1998-01-05 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>> + + * info.el (Info-emacs-info-file-name): Add defvar for + `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node' + will function properly. + +1998-01-05 Gary D. Foster <gfoster@ragesoft.com> + + * simple.el: make the backwards delete function called by + `backward-or-forward-delete-char' user configurable. + +1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> + + * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte + compiled function got loaded from. + +1998-01-09 SL Baur <steve@altair.xemacs.org> + + * term/apollo.el: Synched up with InfoDock 3.6.2. + +1998-01-08 SL Baur <steve@altair.xemacs.org> + + * startup.el (load-init-file): Load autoloads earlier. + (startup-splash-frame): Handle InfoDock logo. + + * x-init.el (init-post-x-win): Don't call init-x-toolbar in + InfoDock. + (x-init-toolbar-from-resources): Move from x-toolbar.el. + + * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el + doesn't have this function. + + * packages.el (locate-data-file): Fix to call `locate-file'. + +1998-01-07 SL Baur <steve@altair.xemacs.org> + + * dumped-lisp.el (preloaded-file-list): InfoDock uses its own + version of version.el. + (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el. + + * x-menubar.el (default-menubar): Guard reference to + `gnuserv-frame'. + (default-menubar): Guard references to `font-lock-mode'. + (default-menubar): Guard references to font-menu-this-frame-only-p'. + (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'. + + * make-docfile.el: Don't snarf doc strings from autoloads. + + * startup.el (load-init-file): Use algorithm from loaddefs.el for + loading auto-autoloads files. + + * loaddefs.el: Disable dumping autoloads. + +1998-01-05 SL Baur <steve@altair.xemacs.org> + + * lisp-mnt.el: Synch to Emacs 20.2. + + * help.el: Remove manual autoload of `finder-by-keyword'. + + * finder.el (finder-by-keyword): Autoload. + + * help.el: Conditionalize hyperbole setup. + +1998-01-04 SL Baur <steve@altair.xemacs.org> + + * packages.el (package-require): Update to reflect new data format. + +1998-01-02 Didier Verna <verna@inf.enst.fr> + + * x-menubar.el (default-menubar): make the tutorials available + through the menubar. (Plus some compilation warnings cleanup). + +1998-01-04 SL Baur <steve@altair.xemacs.org> + + * check-features.el: New file. Perform sanity check after build. + + * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp + files to tooltalk package. + (preloaded-file-list): Moved sparcworks dumped lisp files to Sun + package. + + * package-admin.el (package-admin-xemacs): Use better default for + location of XEmacs binary. + +1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi> + + * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const + tag with sexp and add value tag with value `t'. + +1998-01-03 SL Baur <steve@altair.xemacs.org> + + * package-get.el: Changes to work with real data. + From Pete Ware <ware@cis.ohio-state.edu> + + * packages.el (packages-reload-autoloads): Guard load for the time + being. + + * update-elc.el ("packages.el"): Force loading packages.el instead + of possibly out-of-date packges.elc. + * make-docfile.el ("packages.el"): Ditto. + +1998-01-02 Colin Rafferty <colin@xemacs.org> + + * build-report.el (build-report-delete-regexp): Added a rule for + the main tarball shadowing anything past it. + +1998-01-02 SL Baur <steve@altair.xemacs.org> + + * packages.el (package-provide): Delete a previous provide. + + * package-info.el: New file. + + * package-get.el: New file. + From Pete Ware <ware@cis.ohio-state.edu> + (package-get): Fix md5 computation to work with Mule. + +1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> + + * simple.el (log-message-*): Quote symbols in docstrings properly. + +1998-01-01 SL Baur <steve@altair.xemacs.org> + + * packages.el (packages-new-autoloads): Ignore symbolic links. + + * cus-face.el (face-custom-attributes-get): Fix typo. + From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> + +1997-12-31 SL Baur <steve@altair.xemacs.org> + + * startup.el (load-init-file): Reload new or changed autoloads + unless inhibited. Reload modified dumped lisp (stubbed). + + * packages.el (packages-new-autoloads): New function. + (packages-reload-autoloads): New function. + (packages-reload-dumped-lisp): New (stub) function. + + * loadup.el: Inhibit reloading dumped files when running temacs. + + * loadhist.el (file-provides): Extend to handle variant + extensions. + + * replace.el (query-replace): Fix typo. + +1997-12-30 SL Baur <steve@altair.xemacs.org> + + * make-docfile.el: list-autoloads-path has been renamed. + * update-elc.el: list-autoloads has been renamed. + + * packages.el (packages-list-autoloads): Renamed. + (packages-list-autoloads-path): Ditto. + +1997-12-29 Colin Rafferty <colin@xemacs.org> + + * packages.el (packages-find-packages-1): Made it signal a warning + for an error in an auto-autoload.el file. + +1997-12-30 SL Baur <steve@altair.xemacs.org> + + * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp + tag with const. + From Aki Vehtari <Aki.Vehtari@hut.fi> + + * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs. + + * loadhist.el (unload-feature): Remove autoload. + +1997-12-28 SL Baur <steve@altair.xemacs.org> + + * loadhist.el: Unpackaged. + + * help.el (describe-symbol-find-file): Rename + `describe-function-find-file' and make old name obsolete. + (describe-function-1): Use it. + (describe-function-1): Guard reference to + `compiled-function-annotation'. + +1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> + + * help.el (help-mode-bury): Now a call to `help-mode-quit' with + argument. + (help-mode-quit): New optional arg to control whether it kills or + buries. Tidied up. + (with-displaying-help-buffer): Don't kill buffer initially, even + if it exists: it is erased by `with-output-to-temp-buffer' anyway. + (help-pretty-print-value): Rename back from + `help-maybe-pretty-print-value'! If `pp-internal' is available + use it, otherwise use dumped `cl-prettyprint'. + (describe-variable): Use `help-pretty-print-value' again. + (find-func): Removed reference to "find-func" at end. + +1997-12-26 Kirill M. Katsnelson <kkm@kis.ru> + + * dumped-lisp.el: x-menubar.el dumped along with mswindows native + GUI XEmacs. Rename? x-menubar is rather window system + independant, except for a couple of items. + +1997-12-26 SL Baur <steve@altair.xemacs.org> + + * x-menubar.el (default-menubar): Remove hyperbole and oobr + entries as they will no longer be distributed with XEmacs. + + * format.el (format-alist): Fix image/tiff regexps. + From P. E. Jareth Hein <jareth@camelot-soft.com> + + * help.el (help-maybe-pretty-print-value): Rename. + (describe-variable): Use it. + (describe-variable): Add trailing linefeed. + +1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> + + * help.el (describe-function-1): Don't output anything for + arglist of autoload functions. + +1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> + + * help.el (describe-function-1): Don't output anything for + arglist of autoload functions. + +1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> + + * help.el (help-mode-map): New bindings for `help-mode-bury', + `describe-function-at-point', `describe-variable-at-point', + `Info-elisp-ref', `customize-variable', `help-next-section' and + `help-prev-section'. + (help-next-section): New function. + (help-prev-section): New function. + (help-mode-quit): Changed to kill the help buffer. + (help-mode-bury): Formerly `help-mode-quit'. Bury buffer + correctly. + (help-buffer-name): New function to generate the name of help + buffers. + (with-displaying-help-buffer): Is now a macro. Takes an new first + argument giving the name of the help buffer. + (describe-key): Use `with-displaying-help-buffer' with name. + (describe-mode): Ditto. + (describe-bindings): Ditto. + (describe-prefix-bindings): Ditto. + (view-lossage): Ditto. + (with-syntax-table): New macro. + (function-called-at-point): Use `ignore-errors' and + `with-syntax-table'. + (function-at-point): Ditto. + (describe-function): Use `with-displaying-help-buffer' with name. + (function-arglist): Extracted from `describe-function-1'. Returns + function's arglist as string. + (function-documentation): Extracted from `describe-function-1'. + Returns function's docstring. + (describe-function-1): Remove all the "stream" garbage, including + the stream argument. Use `function-arglist' and + `function-documentation'. + (describe-function-arglist): Just use `function-arglist'. + (variable-at-point): Use `ignore-errors' and `with-syntax-table'. + (help-pretty-print-value): New function to help with + pretty-printing variable values. Knows about `#<...>'. Needs + `pp-internal'. + (describe-variable): Use `with-displaying-help-buffer' with name. + Formatting improved. Display file where variable is defined, if + known. Use `help-pretty-print-value'. + (describe-syntax): Use `with-displaying-help-buffer' with name. + (list-processes): Remove "stream" garbage. + +1997-12-25 SL Baur <steve@altair.xemacs.org> + + * x-init.el (x-initialize-keyboard): Don't load x-win*.el files, + call a dumped routine instead. + + * x-win-xfree86.el: Wrap file in defun. + * x-win-sun.el: Ditto. + +1997-12-23 SL Baur <steve@altair.xemacs.org> + + * help.el (view-emacs-news): Remove usage of outl-mouse which + advises functions and does other evil things. + +1997-12-22 SL Baur <steve@altair.xemacs.org> + + * format.el (format-alist): Add `image/tiff'. + From P. E. Jareth Hein <jareth@camelot-soft.com> + +1997-12-21 SL Baur <steve@altair.xemacs.org> + + * about.el (about-hackers): More names added. + + * make-docfile.el: Remove superfluous package path search. + + * loaddefs.el: Commentary changes. Removal of VM autoloads. + +1997-12-20 SL Baur <steve@altair.xemacs.org> + + * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of + ignored shadows. + +1997-12-18 SL Baur <steve@altair.xemacs.org> + + * startup.el (set-default-load-path): Make sure lisp and site-lisp + get trailing slashes when added to the load-path. + + * x-init.el (init-x-win): Locate where XEmacs X localization files + are. + +1997-12-18 Kyle Jones <kyle_jones@wonderworks.com> + + * x-faces.el: Added support for foregroundToolBarColor + to xpm-color-symbols. + +1997-12-17 Hrvoje Niksic <hniksic@srce.hr> + + * etags.el (tags-remove-duplicates): Removed. + (buffer-tag-table-list): Use `delete-duplicates'. + + * cl-extra.el (coerce): Coerce to bit-vector and weak-list + correctly. + (get*): Defalias to `get'. + + * cl.el (eql): Compare integers with `eq'. + (cl-map-extents): Check for `map-extents' first. + +1997-12-17 Didier Verna <verna@inf.enst.fr> + + * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup + + added the 'numero', 'copyright' and 'trademark' symbols. + + * leim/quail/latin-post.el ("french-postfix"): see above. + +1997-12-15 Hrvoje Niksic <hniksic@srce.hr> + + * widget.el (define-widget): Check the arguments. + + * cus-edit.el (customize-face): Use `check-argument-type'. + (custom-variable-value-create): Use `signal' to signal error. + (custom-variable-reset-saved): Ditto. + (custom-variable-reset-standard): Ditto. + (custom-face-reset-saved): Ditto. + + * wid-edit.el (widget-prompt-value): Use `signal' to signal error. + (widget-default-format-handler): Ditto. + (widget-checklist-add-item): Ditto. + (widget-radio-add-item): Ditto. + (widget-editable-list-entry-create): Ditto. + (widget-sexp-prompt-value): Ditto. + + * custom.el (custom-declare-variable): Signal errors better. + (custom-handle-keyword): Ditto. + (custom-declare-group): Ditto. + + * window-xemacs.el (windows): Ditto. + + * menubar.el (menu): Ditto. + + * keydefs.el (keyboard): Ditto. + + * minibuf.el (minibuffer): Ditto. + + * process.el (execute): Ditto. + + * fill.el (fill): Ditto. + + * modeline.el (modeline): Ditto. + + * help.el (help): Ditto. + + * faces.el (faces): Ditto. + + * files.el (files): Ditto. + + * x-init.el (x): Ditto. + + * lisp-mode.el (lisp): Ditto. + + * process.el (processes): Ditto. + + * mouse.el (mouse): Ditto. + + * abbrev.el (abbrev): Moved from cus-edit. + + * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom' + as variable declaration. + +1997-12-15 Hrvoje Niksic <hniksic@srce.hr> + + * menubar.el (find-menu-item): Use `check-argument-type'. + (find-menu-item): Cosmetic changes. + +1997-12-18 SL Baur <steve@altair.xemacs.org> + + * x-menubar.el (default-menubar): Guard usage of lpr-switches. + +1997-12-17 SL Baur <steve@altair.xemacs.org> + + * startup.el (set-default-load-path): Only search package-path + when not running temacs. + + * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp + files. + + * loadup.el: Correct commentary. Reformatting. + (really-early-error-handler): Use absolute path to the + first dumped-lisp.el file. + (really-early-error-handler): Print full path name of + each dumped lisp file (inherited from InfoDock). + + * shadow.el (find-emacs-lisp-shadows): Ignore multiple + dumped-lisp.el files. + + * make-docfile.el (preloaded-file-list): Reorder when the + package-path is searched. + * update-elc.el: Ditto. + + * lisp-mode.el (call-with-condition-handler): Treat the same as + `condition-case' for indentation. + + * about.el (about-xemacs): Update release date. + +1997-12-17 Hrvoje Niksic <hniksic@srce.hr> + + * cl-macs.el (case): Signal error if `t' or `otherwise' are seen + anywhere but at the last clause. + (ecase): Disallow `t' and `otherwise'. + +1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> + + * cus-edit.el (custom-buffer-create-buttons): New function + from stuff moved out of `custom-buffer-create-internal'. + (custom-novice): New variable. Default t. + (custom-display-global-buttons): Ditto. Default `top'. + (custom-buffer-create-internal): Only display help if + `custom-novice' is non-nil. Display global buttons according to + `custom-display-global-buttons'. + +1997-12-15 Hrvoje Niksic <hniksic@srce.hr> + + * menubar.el (find-menu-item): Use `check-argument-type'. + (find-menu-item): Cosmetic changes. + +1997-12-15 Hrvoje Niksic <hniksic@srce.hr> + + * modeline.el (mouse-drag-modeline): Give the modeline a "pressed" + look. + +1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * format.el (format-deannotate-region): Bug fix. + Deannotating a region containing unknown tags would fail + (causing decoding of text/enriched to fail at user level) + +1997-12-16 Kyle Jones <kyle_jones@wonderworks.com> + + * minibuf.el (read-directory-name): Support sixth + arg, HISTORY, as already documented. + +1997-12-17 Hrvoje Niksic <hniksic@srce.hr> + + * etags.el (get-tag-table-buffer): Use explicit lists as arguments + to `ecase'. + +1997-12-14 SL Baur <steve@altair.xemacs.org> + + * skk/skk-leim.el (skk-auto-fill-activate): Synch with + skk-activate. + +1997-12-13 SL Baur <steve@altair.xemacs.org> + + * dumped-lisp.el (preloaded-file-list): Remove debugging statement.