1998-07-19 SL Baur * XEmacs 21.2-beta1 is released. 1998-07-12 Oscar Figueiredo * ldap.el (ldap-search): Doc string change 1998-07-16 Colin Rafferty * 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 * keymap.el (events-to-keys): Use `format' instead of `concat' since the latter does not accept integer args anymore 1998-07-15 SL Baur * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time macros replaced. 1998-07-14 SL Baur * 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 * 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 * 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 * 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 * about.el (about-hackers): Credits update. 1998-07-11 Hrvoje Niksic * register.el (insert-register): Don't activate the region. 1998-07-10 SL Baur * 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 * XEmacs 21.0-pre4 is released. 1998-06-28 Hrvoje Niksic * 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 * ldap.el (ldap-host-parameters-alist): Docstring fixes 1998-07-04 Jonathan Harris * 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 * package-get.el: calls to package-get-update-all will only update packages which are already installed. 1998-07-05 Andy Piper * 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 * 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 1998-06-29 Kyle Jones * subr.el (remove-hook): When checking the hook value with functionp, don't apply car to it. 1998-06-24 Jonathan Harris * 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 * ldap.el (ldap-host-parameters-alist): New name of `ldap-host-parameters-plist' 1998-06-26 Adrian Aichner * 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 * 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 * 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 * mouse.el (drag-window-divider): vertical-divider-draggable-p -> vertical-divider-always-visible-p. (default-mouse-motion-handler): Ditto. 1998-06-21 Hrvoje Niksic * scrollbar.el (scrollbars-visible-p): Simplify. Always set the global value. 1998-06-21 Oliver Graf * build-reports.el: changed receiver to xemacs-build-reports list 1998-06-19 Jonathan Harris * 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 * 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 * 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 * minibuf.el: make read-color-completion-table call (mswindows-color-list for mswindows devices. 1998-06-18 Sam Mikes * 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 * 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 * info.el (Info-insert-dir): Don't use nreverse on variables that you want to use later. 1998-06-17 Glynn Clements * 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 * simple.el (what-cursor-position): Make cursor position reported use value of column-number-start-at-one 1998-06-17 SL Baur * about.el (xemacs-hackers): Fix Jareth's email address. 1998-06-16 SL Baur * startup.el (startup-splash-frame): Remove `xemacs-startup-logo-function'. 1998-06-15 SL Baur * about.el (about-hackers): Update credits list. 1998-06-06 Jeff Miller * lisp/sound.el: Update sound-ext to allow filenames with extensions to be found by load-sound-file 1998-06-14 Oscar Figueiredo * 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 * list-mode.el (next-list-mode-item): Would not recognize border between directly neighbored items. 1998-06-12 Andy Piper * package-get.el: add autoloads for some functions. 1998-06-10 Hrvoje Niksic * specifier.el (let-specifier): Tiny docfixes. 1998-06-12 Andy Piper * msw-mouse.el: set selection-pointer-glyph to Normal. 1998-06-09 Per Abrahamsen * wid-edit.el (widget-specify-secret): New function. (widget-after-change): Use it. (widget-specify-field): Use it. 1998-06-08 Hrvoje Niksic * 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 * 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 * 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 * about.el (about-maintainer-glyph): Fix support for not compressed images. 1998-06-04 Kirill M. Katsnelson * 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 * files.el (save-some-buffers-1): Fixed return value. 1998-06-01 Oliver Graf * dragdrop.el: added experimental 1998-05-26 Stephen J. Turnbull * 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 * 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 * menubar-items.el (default-menubar): add Update Packages to customize menu. 1998-06-02 Andy Piper * 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 * startup.el (xemacs-startup-logo-function): New variable. (startup-splash-frame): Use it. 1998-06-02 Hrvoje Niksic * 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 * 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 * sound.el (default-sound-directory): Use `locate-data-directory' to find the sounds directory. 1998-05-29 Andy Piper * sound.el: default sound-ext to .wav under mswindows, .au otherwise. load-default sounds without extensions. 1998-05-27 Bjrn Torkelsson * menubar-items.el (default-menubar): Dim out "Submit Bug Report" if send-pr is not bound. 1998-06-01 Andy Piper * files.el: grok idl files in auto-mode-alist. 1998-06-01 Jeff Miller * minibuf.el (exact-minibuffer-completion-p): check for nil before calling `upcase'. 1998-05-30 Andy Piper * msw-glyphs.el: add xbm to the list of image types supported. 1998-05-30 Kirill M. Katsnelson * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar instead of XEmacs one when dumping InfoDock. 1998-05-30 Kirill M. Katsnelson * 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 * 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 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in favor of select-window/switch-to-buffer Wed May 27, 1998 Darryl Okahata * startup.el: changed (getenv "HOME") to (user-home-directory) 1998-05-25 Oliver Graf * 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 * dragdrop.el: created dragdrop-drag prototypes (cde-start-drag-region) fixed typo 1998-05-28 SL Baur * 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 * 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 * 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 * 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 * package-get.el: rename -installedp -> -installed-p. 1998-05-23 Kirill M. Katsnelson * 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 * 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 * 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 * 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 * gnuserv.el: allow connections from mswindows type devices. 1998-05-20 Andy Piper * msw-glyphs.el: change image type used from cursor to resource. 1998-05-20 Kirill M. Katsnelson * 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 * 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 * 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 * cus-edit.el (custom-file): Revert to `~/.emacs'. 1998-05-23 SL Baur * cl-extra.el: Reverse previous float change. 1998-05-17 Andy Piper * 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 * 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 * 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 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag. 1998-05-17 Kirill M. Katsnelson * 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 * 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] * 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 * 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 * 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 * itimer.el (activate-itimer): Fixed usage of integers as argument to `concat'. 1998-05-17 Glynn Clements * itimer.el (start-itimer): replace the use of `concat' with `format' 1998-05-16 SL Baur * mode-motion.el (mode-motion-hook): Clarify docstring. From Bob Weiner * loadhist.el (symbol-file): Supply prompt string when used interactively. From Bob Weiner 1998-05-16 Hrvoje Niksic * 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 * 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 * 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 * dragdrop.el (dragdrop-function-widget): this time it's done 1998-05-13 Oliver Graf * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature 1998-05-15 Kirill M. Katsnelson * 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 * 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 * keymap.el (kbd): Define here; handle string constants and others... 1998-05-15 Christian Nyb * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char' in Emacs 18. 1998-05-13 Didier Verna * mouse.el (drag-window-divider): give the vertical divider a pressed look when dragging it. 1998-05-13 Andy Piper * 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] * minibuf.el (minibuffer-default): Added variable; compatible with FSF Emacs. (next-history-element): Used `minibuffer-default'. 1998-05-12 Oliver Graf * 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 * 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 * 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 * 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 * 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 * 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 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'. 1998-05-11 Martin Buchholz * 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 * package-get.el (package-get): Use internal md5 1998-05-13 SL Baur * about.el (about-xemacs): Correct abuse of concat. 1998-05-11 SL Baur * info.el (Info-mode): Use easymenu. 1998-05-12 Hrvoje Niksic * 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 * 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 * 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 * 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 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p 1998-05-11 Hrvoje Niksic * simple.el (count-words-buffer): Don't query for buffer. (count-lines-buffer): Ditto. 1998-05-11 Jan Vroonhof * help.el (where-is): add optional insert argument. 1998-05-11 Hrvoje Niksic * 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 * window-xemacs.el (recenter): all arguments are optional. 1998-05-10 Kirill M. Katsnelson * 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 * 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 * 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 * 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 * mouse.el: Removed redundant mouse-mswindows-drop function. 1998-05-05 Oliver Graf * about.el: changed some text in my entry * dragdrop.el: added customs 1998-05-04 Oliver Graf * 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 * 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 * 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 * 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 * help.el (help-map): Remove Hyperbole keybinding logic. Suggested by: Michael Ernst 1998-05-08 SL Baur * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature. From SAKIYAMA Nobuo 1998-05-07 Andy Piper * msw-glyphs.el: use nicer icon3 from the frame icon. 1998-05-07 SL Baur * version.el (emacs-version): Remove InfoDock conditionals. * startup.el (startup-splash-frame): Change ID logo name. 1998-05-06 Hrvoje Niksic * files.el (after-find-file): If the user presses C-g on directory-creation prompt, kill the buffer. 1998-05-06 SL Baur * simple.el (count-words-region): Reverse previous change. 1998-05-05 Hrvoje Niksic * 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 * 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 * help.el (function-arglist): If no arguments are documented for a subr, print nothing rather than incorrect output. 1998-05-05 SL Baur * 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 * font.el * msw-faces.el Correct spelling of mswindows-font-canonicalize-name. 1998-05-03 Oscar Figueiredo * ldap.el (ldap-host-parameters-alist): Replaced with `ldap-host-parameters-plist' (ldap-search): Adapt to previous change 1998-05-02 SL Baur * about.el (about-hackers): Update Bob Weiner bio. (about-maintainer-info): Ditto. 1998-05-02 Hrvoje Niksic * simple.el (display-warning-minimum-level): Docfix. 1998-04-04 Per Abrahamsen * 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 * 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 * 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 * 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 * 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 * 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 * frame.el (other-frame): Work even when focus-follows-mouse is true. 1998-05-01 Hrvoje Niksic * 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 * files.el (insert-file): Undo previous change and reenable use of format.el. 1998-04-30 Hrvoje Niksic * window-xemacs.el (recenter): Define. 1998-04-29 Andy Piper * 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 * 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 * code-process.el (call-process): dynamically decide process coding type. 1998-04-29 Jim Radford * 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 * 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] * 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 * default.el: Removed. * site-start.el: Removed. 1998-04-29 Didier Verna * minibuf.el (minibuffer-history-minimum-string-length): Default to nil. 1998-04-28 SL Baur * find-paths.el (paths-program-name): Rename. (paths-emacs-root-p): Ditto. (paths-find-site-directory): Ditto. 1998-04-26 Karl M. Hegbloom * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for `emacs-lisp-byte-compile-and-load'. 1998-04-26 Oscar Figueiredo * ldap.el (ldap-search): Fixed additional parameter passing to `ldap-open' 1998-04-27 Andy Piper * 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 * find-paths.el (paths-progname): New variable. (paths-emacs-root-p): Use it. (paths-find-site-directory): Ditto. 1998-04-26 SL Baur * loadup.el ((member "dump" command-line-args)): Dump as `infodock' if InfoDock. 1998-04-25 SL Baur * 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 * 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] * 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 * subr.el: Remove definition of `not'. Sat Apr 24 1998 Andy Piper * msw-glyphs.el: enable graphics support. 1998-04-23 Didier Verna * 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 * setup-paths.el (paths-construct-load-path): Fix typo. 1998-04-23 Michael Sperber [Mr. Preprocessor] * 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 * help.el (view-lossage): Recognize it. * simple.el (log-message): Mark multiline messages. 1998-04-22 SL Baur * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist. 1998-4-20 Stephen J. Turnbull * package-get.el (package-get-all): add `\n' separator to interactive specification so that both variables are read 1998-04-22 Didier Verna * 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 * about.el: shameless self-promotion. 1998-04-21 Hrvoje Niksic * 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 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification. From Sean MacLennan 1998-04-18 Michael Sperber [Mr. Preprocessor] * setup-paths.el: Changed `directory-sep-char' to `path-separator', following a change in GNU Emacs. 1998-04-19 Oscar Figueiredo * 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 * 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 1998-04-19 SL Baur * packages.el (package-locations): infodock-packages must override mule-packages and packages. 1998-04-19 Jonathan Harris * wid-edit.el: remove rude messages from widget-activation-widget-mapper and widget-activation-glyph-mapper 1998-04-17 Jonathan Harris * toolbar.el: Remove (featurep 'x) test from toolbar-make-button-list 1998-04-17 Hrvoje Niksic * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer only if in the same frame. 1998-04-17 Michael Sperber [Mr. Preprocessor] * 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] * setup-paths.el (paths-construct-info-path): Removed dependency on behavior of (file-name-as-directory ""). 1998-04-09 Oscar Figueiredo * ldap.el (ldap-search): Adapt to the new low-level API using ldap lisp objects 1998-04-14 Michael Sperber [Mr. Preprocessor] * dump-paths.el, startup.el: Added handling for --debug-paths. 1998-04-15 William M. Perry * 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 * scrollbar.el (init-scrollbar-from-resources): Call mswindows-init-scrollbar-metrics when appropriate. Thu Apr 16 12:59:35 1998 Andy Piper * 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 * files.el (toggle-read-only): Fix docstring. From Didier Verna 1998-04-14 Michael Sperber [Mr. Preprocessor] * 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 * files.el (backup-enable-predicate): Don't bomb on NAME being nil. 1998-04-13 Michael Sperber [Mr. Preprocessor] * 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] * 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 * 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 * 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] * obsolete.el: Added obsoleteness declarations for `site-directory' and `Info-default-directory-list'. 1998-04-08 Michael Sperber [Mr. Preprocessor] * 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] * 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] * 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 * 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 * code-files.el (file-coding-system-alist): Commented out loaddefs.el magical treatment. 1998-04-06 Oscar Figueiredo * 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 * 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 * files.el (auto-mode-alist): allow .sc for Scheme->C 1998-04-06 SL Baur * loadup.el (pureload): Don't quote (garbage-collect). 1998-04-04 SL Baur * package-get-base.el: Updated. 1998-04-04 Hrvoje Niksic * 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 * finder.el (finder-compile-keywords): Don't eval new finder-inf if running -batch. 1998-03-26 Hrvoje Niksic * subr.el (listify-key-sequence): Removed. 1998-03-31 Hrvoje Niksic * 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 * msw-glyphs.el: set frame icon if xpm support. 1998-03-30 Kyle Jones * help.el: Code that pretty prints variable values removed. 1998-04-02 SL Baur * find-paths.el (paths-emacs-root-p): Correct test for installation directory. From Michael Sperber [Mr. Preprocessor] 1998-03-30 Kyle Jones * loaddefs.el: Don't set debug-ignored-errors; leave its default value set to nil. 1998-03-29 Damon Lipparelli * info.el (Info-rebuild-dir): fixed mis-spelling. 1998-03-29 Oscar Figueiredo * 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] * 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 * 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 * 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] * 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 * 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 * faces.el: Separated face intializations based on device classes into device type specific (tag set, instantiator) pairs. 1998-03-09 Hrvoje Niksic * wid-edit.el (widget-choice-action): Remember user's explicit choice. (widget-choice-value-create): Respect it. From Richard Stallman 1998-03-26 Michael Sperber [Mr. Preprocessor] * 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 : EMACSLOADPATH used to be exclusive; now it's merely given precedence, just like in the old days. 1998-03-25 Michael Sperber [Mr. Preprocessor] * find-paths.el (paths-find-architecture-directory): Fix bug with finding; it used to default too early. 1998-03-25 Martin Buchholz * packages.el (packages-split-path): Fix a bug; it used to fail for paths that weren't split. 1998-03-26 SL Baur * finder.el (finder-compile-keywords): trap on errors. 1998-03-24 Kyle Jones * 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 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH. 1998-03-23 SL Baur * 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] * 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 * 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] * : 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 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not setup-paths.el. 1998-03-20 Kirill M. Katsnelson * 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 * simple.el (set-variable): Allow setting specifiers. 1998-03-19 SL Baur * lisp.el (forward-sexp): Revert previous change. 1998-03-18 SL Baur * 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 * files.el (cdpath-previous): New variable. (cd): Use it. From Bob Weiner 1998-03-15 Kyle Jones * 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 * 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 * setup-paths.el (paths-setup-paths-warning): Replace occurrences of `when' with `if'. 1998-03-03 Kirill M. Katsnelson * 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 * faces.el: fix for text cursor initialization. Suggested by Kyle Jones From Andy Piper 1998-03-11 Pete Ware * 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 * x-menubar.el (default-menubar): Greyed out "Help / Basics / Installation" menu item when Installation-string is not bound. 1998-03-11 SL Baur * lisp.el (forward-sexp): Fix for test for balanced sexp. From Jeremiah W. James 1998-03-10 Kyle Jones * msw-faces.el: * faces.el: Fix face initialization. 1998-03-10 Glynn Clements * files.el (backup-enable-predicate): fix breakage introduced by TMPDIR patch. 1998-03-09 Kyle Jones * 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 * mwheel.el (mwheel-install): Use portable keysyms and syntax. 1998-03-09 Kyle Jones * x-menubar.el: Expanded documentation for option-save-faces. Changed Options -> Browse Faces menu entry to invoke customize-face. 1998-03-09 Kyle Jones * 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 * about.el (about-hackers): Update contributors list. 1998-03-07 Kyle Jones * 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 * 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 * 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 * 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 * 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 * "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 * code-files.el: make default coding no-conversion. 1998-03-02 SL Baur * 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 * 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 * 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 * 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 1998-02-26 Oscar Figueiredo * ldap.el: Do not require ldap-internal at compile time. Tue Feb 17 12:50:37 1998 Andy Piper * 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 * 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 * 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 * 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 * x-menubar.el: Put redo on the menubar. From Aki Vehtari 1998-02-22 Greg Klanderman * 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 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in Common Lisp. 1998-02-23 Aki Vehtari * 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 * about.el (about-hackers): Updated. 1998-02-22 Greg Klanderman * 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 * (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 * 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 * 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 * about.el (about-xemacs): Get rid of redundant visible version number. 1998-02-19 SL Baur * about.el (about-hackers): Update credits. 1997-12-22 Christoph Wedler * prim/register.el (view-register): Show register type file-query. 1998-02-17 Kyle Jones * 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 * 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 * 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 * about.el (about-hackers): Various additions. 1998-02-15 SL Baur * 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 * 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 * about.el (about-hackers): Restore entries for Michael Sperber and Vinnie Shelton. From Vinnie Shelton 1998-02-14 Hrvoje Niksic * simple.el (count-words-region): Ditto. 1998-02-12 Hrvoje Niksic * simple.el (count-words-buffer): Document. Don't print anything if non-interactive. 1998-02-12 SL Baur * packages.el (packages-hardcoded-lisp): easymenu.el is in multiple files in InfoDock. 1998-02-11 SL Baur * 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 * bytecomp-runtime.el (proclaim-inline): Single quotes around variable name in docstring. 1998-02-10 Andreas Jaeger * menubar.h: Include "gui.h". 1998-02-10 SL Baur * site-load.el: Fix documentation. 1998-02-09 SL Baur * package-get-base.el (package-get-base): Updated. * keymap.el: PC-ize. 1998-02-08 Karl M. Hegbloom * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded from' on a fresh line. 1998-02-08 Hrvoje Niksic * help.el (help-maybe-pretty-print-value): prin1, not princ the object. 1998-02-09 SL Baur * undo-stack.el: PC-ize. * cmdloop.el: PC-ize. 1998-02-08 SL Baur * 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 * 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 * 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 * text-mode.el (text-mode): Let all-white lines separate paragraphs. 1997-06-11 Richard Stallman * 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 * loadup.el: test-atoms debugging stuffs removed. 1998-02-03 Martin Buchholz > * lisp/loaddefs.el (completion-ignored-extensions): Add ".class" 1997-12-30 Colin Rafferty * 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 * about.el: Corrected my email address. * mouse.el: Added 'mouse-mswindows-drop' similar to 'mouse-offix-drop'. 1998-01-27 SL Baur * loadup.el (running-xemacs): Spelling fix. 1998-01-26 Colin Rafferty * packages.el (packages-find-packages-1): Don't allow a backwards compatible lisp tree to overwrite `preloaded-file-list'. 1998-01-26 SL Baur * loadup.el: Don't delete "xemacs" prior to dumping. 1998-01-24 SL Baur * 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 * 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 * 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 * startup.el (command-line-1): Removed code that ran buffer-menu. 1998-01-21 Hrvoje Niksic * help-macro.el (make-help-screen): Bind `help-read-key' via flet. 1998-01-17 Hrvoje Niksic * 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 * 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 * 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 * help.el (function-arglist): Use `indirect-function' instead of `symbol-function' so that aliases are treated correctly. 1998-01-13 Jens-Ulrik Holger Petersen * help.el (help-map): Add f1 binding to `help-for-help'. Suggested by Karl M. Hegbloom . (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 * simple.el (blink-matching-open): Remove C++ kludge. Suggested by Bob Weiner 1998-01-14 Karl M. Hegbloom * info.el (Info-default-directory-list): Made the documentation more explanitory. 1998-01-13 Martin Buchholz * lisp/packages.el: * lisp/package-admin.el: * lisp/build-report.el: Fix typos. 1998-01-14 Christoph Wedler * 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 * packages.el (packages-find-packages-1): Don't allow a backwards compatible lisp tree to overwrite `preloaded-file-list'. Suggested by Colin Rafferty * mouse.el (mouse-offix-drop): Set undo-boundary. From Oliver Graf 1998-01-13 SL Baur * loadup.el (load-gc): rewrite as defun. Print something sensical if a required dump-time file isn't found. 1998-01-12 SL Baur * 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 * 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 * modeline.el (modeline-minor-mode-menu): Add support for :active (add-minor-mode): Document :active property to TOGGLE. 1998-01-07 Karl M. Hegbloom * 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 * 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 <> * modeline.el (modeline-minor-mode-menu): Changed the string-only menus to :style 'toggle. 1997-12-10 Markus Linnala * simple.el: Use mh-user-agent-compose as mh-e-user-agent. 1997-12-11 Christoph Wedler * 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 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for mail. (toolbar-mail-reader): Add support for `send'. From Jonathan Marten 1998-01-05 Karl M. Hegbloom <> * 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 * simple.el: make the backwards delete function called by `backward-or-forward-delete-char' user configurable. 1998-01-09 Karl M. Hegbloom * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte compiled function got loaded from. 1998-01-09 SL Baur * term/apollo.el: Synched up with InfoDock 3.6.2. 1998-01-08 SL Baur * 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 * 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 * 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 * packages.el (package-require): Update to reflect new data format. 1998-01-02 Didier Verna * x-menubar.el (default-menubar): make the tutorials available through the menubar. (Plus some compilation warnings cleanup). 1998-01-04 SL Baur * 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 * 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 * package-get.el: Changes to work with real data. From Pete Ware * 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 * build-report.el (build-report-delete-regexp): Added a rule for the main tarball shadowing anything past it. 1998-01-02 SL Baur * packages.el (package-provide): Delete a previous provide. * package-info.el: New file. * package-get.el: New file. From Pete Ware (package-get): Fix md5 computation to work with Mule. 1997-12-11 Jens-Ulrik Holger Petersen * simple.el (log-message-*): Quote symbols in docstrings properly. 1998-01-01 SL Baur * packages.el (packages-new-autoloads): Ignore symbolic links. * cus-face.el (face-custom-attributes-get): Fix typo. From Jens-Ulrik Holger Petersen 1997-12-31 SL Baur * 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 * 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 * 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 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp tag with const. From Aki Vehtari * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs. * loadhist.el (unload-feature): Remove autoload. 1997-12-28 SL Baur * 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 * 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 * 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 * 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 * help.el (help-maybe-pretty-print-value): Rename. (describe-variable): Use it. (describe-variable): Add trailing linefeed. 1997-12-26 Jens-Ulrik Holger Petersen * help.el (describe-function-1): Don't output anything for arglist of autoload functions. 1997-12-26 Jens-Ulrik Holger Petersen * help.el (describe-function-1): Don't output anything for arglist of autoload functions. 1997-12-26 Jens-Ulrik Holger Petersen * 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 * 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 * help.el (view-emacs-news): Remove usage of outl-mouse which advises functions and does other evil things. 1997-12-22 SL Baur * format.el (format-alist): Add `image/tiff'. From P. E. Jareth Hein 1997-12-21 SL Baur * 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 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of ignored shadows. 1997-12-18 SL Baur * 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 * x-faces.el: Added support for foregroundToolBarColor to xpm-color-symbols. 1997-12-17 Hrvoje Niksic * 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 * 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 * 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 * menubar.el (find-menu-item): Use `check-argument-type'. (find-menu-item): Cosmetic changes. 1997-12-18 SL Baur * x-menubar.el (default-menubar): Guard usage of lpr-switches. 1997-12-17 SL Baur * 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 * 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 * 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 * menubar.el (find-menu-item): Use `check-argument-type'. (find-menu-item): Cosmetic changes. 1997-12-15 Hrvoje Niksic * modeline.el (mouse-drag-modeline): Give the modeline a "pressed" look. 1997-12-16 Oscar Figueiredo * 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 * minibuf.el (read-directory-name): Support sixth arg, HISTORY, as already documented. 1997-12-17 Hrvoje Niksic * etags.el (get-tag-table-buffer): Use explicit lists as arguments to `ecase'. 1997-12-14 SL Baur * skk/skk-leim.el (skk-auto-fill-activate): Synch with skk-activate. 1997-12-13 SL Baur * dumped-lisp.el (preloaded-file-list): Remove debugging statement.