1999-05-30 Oscar Figueiredo * 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 * 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 * version.el: implement x.y.z version number From Jan Vroonhof 1999-05-27 Yoshiki Hayashi * mule/mule-cmds.el (read-input-method-name): set input-method properly. 1999-05-22 Vin Shelton * startup.el: Document -private and break out non-standard X options. 1999-05-26 SL Baur * 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 * 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 * info.el (Info-scroll-prev): Use event functions instead of the old emacs 19 interface. 1999-06-02 Andy Piper * x-font-menu.el (x-font-menu-load-font): font-menu-registry-encoding -> x-font-menu-registry-encoding type. 1999-05-31 Andy Piper * 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 (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 * 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 * update-elc.el: * make-docfile.el: * loadup.el: rehash expand-file-name usage to not use default-directory. 1999-05-21 Andy Piper * 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 * XEmacs 21.2.14 is released 1999-05-13 SL Baur * about.el: update contact info for jason and slb. 1999-05-13 SL Baur * mule/european.el (setup-romanian-environment): Add Romanian support from Emacs/Mule romanian.el. 1999-03-17 Jan Vroonhof * 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 * mule/european.el (setup-czech-environment): Add czech support. From David Sauer 1999-03-15 SL Baur * check-features.el: Turn hard errors into warnings. 1999-03-21 SL Baur * simple.el (delete-key-deletes-forward): As per discussion on xemacs-beta, default to t. 1999-05-11 Hrvoje Niksic * loadup.el: Define Installation-string before loading anything. 1999-05-06 Gunnar Evermann * files.el (auto-mode-alist): fix typo in regex for .bash_* files From Anders Stenman 1999-05-03 Hrvoje Niksic * 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 * packages.el (packages-unbytecompiled-lisp): Installation.el is dead. 1999-05-03 Hrvoje Niksic * dumped-lisp.el (preloaded-file-list): Don't load Installation.el. * loadup.el (Installation-string): Define it here. 1999-05-03 Hrvoje Niksic * 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 * 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 * 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 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff. 1999-04-08 MORIOKA Tomohiko * 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 * 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 * mule/ethiopic.el: fixed. 1999-03-30 MORIOKA Tomohiko * 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 * bytecomp.el (byte-compile-close-variables): Leave debug-issue-ebola-notices alone. 1999-04-11 Oscar Figueiredo * 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 * startup.el (splash-frame-body): Date and spelling fixes. 1999-03-16 Colin Rafferty * view-less.el (toggle-truncate-lines): add autoload tag 1999-04-19 Hrvoje Niksic * format.el (format-alist): Disable image stuff. 1999-04-17 Hrvoje Niksic * 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 * 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 * x-faces.el (x-make-font-bold-italic): honor *try-oblique-before-italic-fonts* 1999-04-14 Hrvoje Niksic * cl-extra.el (coerce): Coerce numbers to characters correctly. 1998-12-02 Hrvoje Niksic * x-faces.el (try-oblique-before-italic-fonts): Use the right name. 1999-04-14 Dave Gillesipe * cl-extra.el (equalp): Would bug out for lists. 1999-03-12 Charles G Waldman * about.el (about-hackers): Change cgw's email address 1999-03-12 XEmacs Build Bot * XEmacs 21.2.13 is released 1999-03-12 SL Baur * simple.el (delete-key-deletes-forward): Revert to previous behavior. 1999-01-18 Didier Verna * 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 * 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 * 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 * 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 * XEmacs 21.2.12 is released 1999-03-05 SL Baur * menubar-items.el (default-menubar): Add kfm browsing support. From Neal Becker 1999-03-03 Steven Baur * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated calls to font-lock during buffer reversion. 1999-02-12 Didier Verna * info.el (Info-build-node-completions): unconditionally widen the tag table buffer. 1999-02-19 Paul Stodghill * x-faces.el (x-init-face-from-resources): Only set fonts in the 'x locale. 1999-03-04 Adrian Aichner * 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 * menubar-items.el (default-menubar): Implement the ``Mule->Set coding system of process'' menu item. 1999-02-18 Martin Buchholz * 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 * XEmacs 21.2.11 is released 1999-02-22 Jan Vroonhof * 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 * mule/mule-charset.el (charset-leading-byte): New function. From Kazuyuki IENAGA 1999-02-12 Andy Piper * 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 * dumped-lisp.el (preloaded-file-list): Core mule files moved out of mule-base into lisp/mule. 1999-02-16 SL Baur * 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 * process.el (exec-to-string): Use `shell-command-switch' in place of hard-wired "-c" (for WindowsNT). 1999-02-08 Charles G Waldman * menubar-items.el (default-menubar): Remove obsolete "Gopher" item 1999-02-06 Jan Vroonhof * 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 * paths.el: - improved automounter tmp directory support. - support 4 (!) empirically discovered automounter conventions 1999-02-12 SL Baur * etags.el (pop-tag-mark): autoload to match key binding. 1999-02-05 XEmacs Build Bot * XEmacs 21.2.10 is released 1999-02-02 Jan Vroonhof * 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 * XEmacs 21.2.9 is released 1999-01-19 Didier Verna * 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 * select.el (selection-owner-p): use the name `XEmacs'. (cut-copy-clear-internal): ditto. 1999-01-18 Andy Piper * about.el (about-url-alist): Update my entry. (xemacs-hackers): Ditto. 1999-01-14 Adrian Aichner * buffer.el (switch-to-buffer): Fixing documentation. * minibuf.el (minibuffer-completion-table): ditto. * cl-macs.el (return-from): ditto. 1999-01-04 Didier Verna * 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 * 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 * package-get.el: changed address for doc.ic.ac.uk to sunsite.doc.ic.ac.uk 1999-01-09 Oscar Figueiredo * 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 * 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 * 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 * 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 * mouse.el (default-mouse-motion-handler): Disable help echo while in the minibuffer. 1998-12-28 Martin Buchholz * XEmacs 21.2.8 is released. 1998-12-24 Martin Buchholz * XEmacs 21.2.7 is released. 1998-12-07 Jan Vroonhof * 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 * hyper-apropos.el (hyper-where-is): added the missing autoload. 1998-11-29 Oscar Figueiredo * 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 * isearch-mode.el (isearch-mode): Really fix keymap lossage. 1998-12-17 Andy Piper * 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 * XEmacs 21.2.6 is released 1998-11-30 Hrvoje Niksic * cus-dep.el (Custom-make-dependencies): Be smarter about trapping errors. 1998-12-04 Hrvoje Niksic * wid-edit.el (widget-echo-this-extent): Set help-echo-owns-message to t. 1998-11-30 Greg Klanderman * package-get.el (package-get-download-menu): use toggles for each site in the download site menu. 1998-12-01 Jan Vroonhof * 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 * package-get.el (package-get-remote-filename): use an EFS path with user anonymous if no user is specified. 1998-12-10 Jan Vroonhof * faces.el (face-spec-set): Re-init fallfacks for default after calling reset-face on the default face. 1998-12-10 Jan Vroonhof * 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 * XEmacs 21.2.5 is released 1998-12-05 SL Baur * files.el (binary-file-regexps): regexp-opt is not available at bytecompile time. 1998-11-30 Martin Buchholz * 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 * XEmacs 21.2-beta4 is released. 1998-11-27 Jan Vroonhof * 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 * isearch-mode.el (isearch-mode): Fix keymap lossage. 1998-11-26 Jan Vroonhof * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change of Dec 4, 1997. 1998-11-25 Hrvoje Niksic * process.el (shell-command-on-region): Report if the command succeeded or failed. 1998-11-24 Hrvoje Niksic * subr.el (buffer-substring-no-properties): Comment out. 1998-11-07 Adrian Aichner * 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 * package-ui.el (pui-install-selected-packages): fix args in call to `package-get'. 1998-10-29 Jan Vroonhof * 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 * 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 * 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 * 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 * wid-edit.el (widget-button-click): Don't switch window. 1998-10-22 Jan Vroonhof * cus-face.el (custom-set-face-update-spec): Add autoload cookie 1998-10-20 Malcolm Box * etags.el (find-tag-default): Run find-tag-hook using run-hooks rather than funcall 1998-10-19 Hrvoje Niksic * 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 * XEmacs 21.2-beta3 is released. 1998-10-15 Greg Klanderman * package-get.el (package-get-update-base): use insert-file-contents-internal, not insert-file-contents-literally. 1998-10-14 Jan Vroonhof * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at dump time. 1998-10-15 Greg Klanderman * 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 * 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 * 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 * package-ui.el: Correct obvious thinko in choosing extent face. 1998-10-12 Jan Vroonhof * 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 * 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 * events.el: Remove 'ascii-character property from 'backspace and 'delete symbols 1998-10-11 SL Baur * package-get-base.el: removed. 1998-09-23 Didier Verna * 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 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local 1998-10-07 Greg Klanderman * 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 * package-get.el (package-get-all): add INSTALL-DIR argument. 1998-10-06 Greg Klanderman * 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 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for regexps. 1998-10-05 Hrvoje Niksic * mouse.el (default-mouse-track-point-at-opening-quote-p): New function. (default-mouse-track-normalize-point): Use it. 1998-09-30 Jan Vroonhof * 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 * 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 * XEmacs 21.2-beta2 is released. 1998-08-14 Jan Vroonhof * files.el (auto-mode-alist): Enhanced regexp for perl-mode 1998-09-22 Karl M. Hegbloom * 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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 * package-get.el (package-get-remote): Fix the path where to find the packages on xemacs.org. 1998-09-08 Hrvoje Niksic * about.el (about-maintainer-info): Update Ben's entry. 1998-09-24 Martin Buchholz * 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 * 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. 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 * files.el (find-file-noselect): Handle all signals, kill the buffer and resignal. 1998-09-23 SL Baur * cl-macs.el (glyph-image): Add setf method. 1998-09-06 Darryl Okahata * 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 * x-font-menu.el (font-menu-set-font): Add "pt" units to size argument. 1998-09-03 Darryl Okahata * 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 * startup.el (load-init-file): spelling fix. 1998-09-02 Michael Sperber [Mr. Preprocessor] * startup.el (normal-top-level): Load auto-autoload files covariantly with their precedence. 1998-08-26 Jan Vroonhof * 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 (custom-face-value-create): Show the customized settings if set but not saved. 1998-08-31 Hrvoje Niksic * keydefs.el (global-map): Add FSF 20.3 binding of query-replace-regexp. 1998-08-21 Greg Klanderman * minibuf.el (read-file-name-internal-1): use user-name-completion-1 instead of user-name-completion. 1998-08-19 Michael Sperber [Mr. Preprocessor] * 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 * about.el (about-hackers): new email 1998-08-16 SL Baur * lisp-mode.el (with-string-as-buffer-contents): Set indentation. 1998-07-17 Didier Verna * 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] * 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] * packages.el (packages-data-path-depth): Added and used. 1998-08-05 Charles G. Waldman * 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 * x-init.el (x-initialize-compose): Add support for dead-circumflex as YET ANOTHER NAME for that dead key. 1998-08-05 Colin Rafferty * 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 * startup.el(startup-splash-frame-body): Update Copyright notice in splash screen 1998-07-20 Greg Klanderman * minibuf.el (read-file-name-internal-1): do ~user completion. 1998-07-22 Jan Vroonhof * font-lock.el (font-lock-fontify-glumped-region): Add guard aginst destroyed extents 1998-07-24 Greg Klanderman * package-get.el (package-get): add `install-dir' argument. 1998-07-20 John Jones * package-get.el: calls to package-get-update-all will only update packages which are already installed. 1998-07-23 SL Baur * autoload.el (update-file-autoloads): Ensure autoloads buffer is writable. 1998-07-20 Colin Rafferty * about.el (about-hackers): Correct my email. 1998-07-20 Kai Haberzettl * about.el (about-hackers): new email-address. 1998-07-25 SL Baur * minibuf.el (read-number): Don't let `input-error' condition escape. 1998-07-20 Greg Klanderman * about.el (about-hackers): use my `email-for-life' address. 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.