Thu Oct 6 01:06:27 1994 Richard Stallman * Version 19.28 released. * imenu.el (imenu--cleanup): Use mapcar, not mapc. * isearch.el (isearch-mode-map): Explicitly bind to nil the Alt characters that iso-transl defines translators for. * ispell.el (ispell-highlight-spelling-error): Don't use faces if wondow-system is nil. Fri Sep 23 10:08:09 1994 Boris Goldowsky * fill.el (justify-current-line): Do insertion with text-prop inheritance. Sun Sep 11 14:56:01 1994 Richard Stallman * Version 19.27 released. Sun Sep 11 01:41:49 1994 Richard Stallman * ispell.el: Further split the Ispell menu autoloads. Sat Sep 10 16:37:11 1994 Richard Stallman * rmailsum.el (rmail-summary-goto-msg): Preserve the current buffer. Fri Sep 9 17:35:23 1994 Richard Stallman * window.el (shrink-window-if-larger-than-buffer): Doc fix. Thu Sep 8 19:28:02 1994 Richard Stallman * vc.el (vc-do-command): Temporarily add vc-path to the end of PATH. Thu Sep 8 13:41:12 1994 Karl Heuer * bibtex.el (put-string-on-kill-ring): Delete this function. (bibtex-current-entry-label): Call kill-new instead. Wed Sep 7 03:54:08 1994 Richard Stallman * Version 19.26 released. Tue Sep 6 16:33:01 1994 Richard Stallman * rmailmsc.el (set-rmail-inbox-list): Doc fix. Mon Sep 5 19:59:29 1994 Karl Heuer * help-macro.el (make-help-screen): Doc fix. Mon Sep 5 15:32:47 1994 Lawrence R. Dodd * dired-x.el: (dired-omit-expunge): Avoid setting buffer modified unless it was modified before and some mark is set so `%*' won't appear in mode-line of omitted buffers. Mon Sep 5 00:32:07 1994 Richard Stallman * saveplace.el (save-place-find-file-hook): Check after-find-file-from-revert-buffer. * cmacexp.el (c-macro-prompt-flag): Set default back to nil. Sun Sep 4 20:10:40 1994 Richard Stallman * rmail.el (rmail-get-new-mail): Run rmail-get-new-mail-hook. Sun Sep 4 22:03:44 1994 Tom Tromey (tromey@drip.colorado.edu) * man.el (Man-notify-when-ready): Get Man-original-frame from the proper buffer. Sat Sep 3 04:41:11 1994 Richard Stallman * simple.el (mark-ring): Add permanent-local prop. Doc fix. * shell.el (shell-command-regexp): Use a simpler faster regexp. * info.el (Info-mode): Text for using x, not for make-face defined. * mh-e.el (mh-get-new-mail): Always use mh-inc-prog, never `inc'. Fri Sep 2 20:07:38 1994 Richard Stallman * outline.el (outline-minor-mode-prefix): Doc fix. Fri Sep 2 19:11:03 1994 Espen Skoglund (espensk@tklab1.cs.uit.no) * pascal.el (pascal-auto-lineup): New variable. (pascal-end-of-statement): New function. (pascal-indent-command): Now does optional lineups of : and =. (pascal-indent-case): Uses pascal-end-of-statement to skip the case statements. Thu Sep 1 12:38:15 1994 Espen Skoglund (espensk@tklab1.cs.uit.no) * pascal.el (pascal-indent-declaration): Indent correctly when record blocks are used within parameterlists. (pascal-declaration-beg): Strange -0 argument removed. (pascal-type-completion): Fix typo in regexp. (pascal-get-lineup-indent): Use match-end instead of end-of-line. Thu Sep 1 16:43:04 1994 Richard Stallman * compile.el (grep-command): Doc fix. * tcl-mode.el: Call provide. Thu Sep 1 12:38:02 1994 Francesco Potorti` (pot@cnuce.cnr.it) * cmacexp.el (c-macro-prompt-flag): set default to t. (c-macro-expand): buffer-flush-undo is outdated. (c-macro-expansion): make exit-status a local variable. Thu Sep 1 02:12:12 1994 Richard Stallman * completion.el (completion-before-command): Don't call get on a non-symbol. Tue Aug 30 02:58:32 1994 Richard Stallman * window.el (shrink-window-if-larger-than-buffer): Don't make the window shorter than window-min-height. * calendar.el (exit-calendar): Don't restore window config. (calendar): Don't save one. * isearch.el (isearch-edit-string): Use isearch-text-char-description. * ispell.el (ispell-dictionary-alist-1): For English, remove hyphen from the OTHERCHARS. * isearch.el (isearch-edit-string): In the isearch-recursive-edit case, don't end the recursive edit and don't start another one. (isearch-done): New arg EDIT. (isearch-mode): Return t if search succeeded. Mon Aug 29 22:20:43 1994 Tom Tromey (tromey@creche.colorado.edu) * replace.el (perform-replace): Restore match data before highlighting. Mon Aug 29 20:46:14 1994 Richard Stallman * help-macro.el (make-help-screen): Don't call window-frame in a non-multi-frame Emacs. Mon Aug 29 08:43:49 1994 Lennart Staflin * diary-ins.el: Require diary-lib, not diary. * diary-lib.el: Provide diary-lib not diary. Sun Aug 28 00:14:20 1994 Richard Stallman * files.el (after-find-file-from-revert-buffer): Add defvar. * gud.el (dbx): Use newline, not semicolon, between file and stop cmds. Sat Aug 27 15:02:55 1994 Richard Stallman * outline.el (outline-mode-prefix-map): New variable. Define all the C-c commands here. (outline-mode-menu-bar-map): New variable, holds local menu-bar keymap. (outline-mode-map): Bind C-c and menu-bar to those maps. (outline-minor-mode-map): Likewise use those submaps for the prefixes. * indent.el (indent-rigidly): Insert new indent, then delete old. * comint.el (comint-arguments): Treat \n and \t like space. Fri Aug 26 02:54:44 1994 Richard Stallman * simple.el (set-mark): When POS is nil, always clear mark-active. * rmailsum.el (rmail-summary-output-menu): New command. (rmail-summary-mode-map): Add Output and Input with menu of files. Thu Aug 25 01:34:59 1994 Richard Stallman * vc.el (vc-backend-checkout): Don't use -G for SCCS. * rot13.el (toggle-rot13-mode): New function. * rmailsum.el (rmail-summary-rmail-update): Check whether rmail-buffer is dead. Wed Aug 24 21:51:39 1994 Roland McGrath * etags.el (tags-table-extend-computed-list): In loop processing list of included tables to incorporate it, advance TABLES to its cdr at end of loop. Wed Aug 24 00:48:02 1994 Richard Stallman * files.el (find-file-noselect): Improve "file changed" message. * comint.el (comint-arguments): Rewrite for speed. Don't keep parsing once we have enough args. * ispell.el (ispell-buffer-local-words): Don't treat doublequote specially when splitting the line into words. * mouse-sel.el (mouse-extend): In Transient Mark mode, use the region whenever it is active. Tue Aug 23 20:55:18 1994 Karl Heuer * simple.el (shell-command-on-region): Don't delete current buffer. Tue Aug 23 12:31:47 1994 Richard Stallman * simple.el (backward-delete-char-untabify): Doc fix. * lpr.el (lpr-headers-switches): Don't use -p on dgux, irix. * edebug.el (edebug-read-and-maybe-wrap-form): Increment max-specpdl-size by 2000. * jka-compr.el (jka-compr-insert-file-contents): Run the after-insert-file-functions. * rmail.el (rmail-ignored-headers): Split string constant into lines. Sun Aug 21 13:24:32 1994 Richard Stallman * term/news.el (news-fkey-prefix): Use kp-decimal, not kp-period. * rnews.el (news-select-message): Do most of the work even for nonexistent article. (Code copied from 18.59). Fri Aug 19 00:37:37 1994 Richard Stallman * rmail.el (rmail-retry-failure, mail-unsent-separator): Doc fix. * rnews.el (news-mode): Don't set mode-name to a list. Use mode-line-process instead. * rot13.el (rot13-other-window): Doc fix. * lpr.el (lpr-command, lpr-headers-switches): Undo previous change. Thu Aug 18 17:02:47 1994 Karl Heuer * window.el (split-window-horizontally): If size is negative, measure from the right. Wed Aug 17 16:29:27 1994 Richard Stallman * info.el (Info-mode): Doc fix. * lpr.el (lpr-command, lpr-headers-switches): Treat Solaris like BSD. * paren.el (show-paren-command-hook): Set the face of an overlay each time we move it somewhere. * files.el (after-find-file): New arg after-find-file-from-revert-buffer. (revert-buffer): Pass t for that. * simple.el (choose-completion-string): Use plain exit-minibuffer, not minibuffer-complete-and-exit. And do so only if the minibuffer was doing completion. * tex-mode.el (tex-mode): Allow for documentclass options when checking for SliTeX. Wed Aug 17 19:51:28 1994 Lawrence R. Dodd * vc.el (vc-admin): Pass nil instead of vc-checkout-writable-buffer-hook to vc-start-entry. Tue Aug 16 21:45:27 1994 Richard Stallman * perl-mode.el (perl-indent-command): Fix backwards conditional. Sun Aug 14 00:09:16 1994 Richard Stallman * rmailsum.el (rmail-summary-scroll-msg-up): Put rmail buffer on the screen if necessary--but don't scroll in that case. * rmail.el (rmail-resend): Preserve point around expand-mail-aliases. * easymenu.el (easy-menu-define): Doc fix. Sat Aug 13 13:34:59 1994 Richard Stallman * cmacexp.el (c-macro-expansion): If the CPP output is empty, just show error messages. * mouse.el (mouse-set-mark): Select the window before saving point. * iso-cvt.el (iso-tex2iso-trans-tab): Put the sequences with braces before corresponding ones without. Escape ? in patterns. (iso-translate-conventions): Don't widen. (iso-german-tex-p): Preserve narrowing. * rmail.el (rmail-maybe-display-summary): If summary is in some frame, just use that. Fri Aug 12 00:49:35 1994 Richard Stallman * rmail.el (rmail-retry-failure): Narrow to just the old header for calling mail-fetch-field. Thu Aug 11 03:10:33 1994 Richard Stallman * compile.el (compilation-set-window-height): Add save-excursion. * rmail.el (rmail-maybe-display-summary): Don't set summary window height if its frame isn't split. * subr.el (one-window-p): Doc fix. * frame.el (frame-notice-user-settings): If we change the frame's font, call frame-update-faces. Wed Aug 10 22:41:58 1994 Richard Stallman * paren.el (show-paren-command-hook): Cope if matching-paren gives nil. Wed Aug 10 19:34:45 1994 Roland McGrath * etags.el (tags-table-including): Inside loop: if CORE-ONLY skip all consecutive tables not in core; else extend computed list. Wed Aug 10 16:21:31 1994 Richard Stallman * gnus.el (gnus-summary-mode-map): Delete unusable `Sort Summary' item. Wed Aug 10 04:39:22 1994 Erik Naggum * rmail.el (rmail-forward): Anchor `mail-header-separator' on both sides to match whole line, not just initial substring. Wed Aug 10 00:07:36 1994 Richard Stallman * help.el (view-lossage): Handle buffers and frames in recent-keys. Wed Aug 10 00:48:50 1994 Michael Kifer (Michael Kifer ) * ediff.el (ediff-find-file, ediff-patch-file): Handle symlinks. * ediff.el (ediff-save-buffer): Added option for saving diff output. * ediff.el (ediff-fine-diff-buffer, ediff-ignore-similar-regions): New variables. (ediff-no-fine-diffs): Macro added. (ediff-next-difference, ediff-previous-difference) (ediff-make-fine-diffs): Enabled a new feature that allows one to skip over the difference regions where the only differences are the white space and newlines. (ediff-toggle-autorefine): Fixed a bug that caused error when the current difference is <= 0 or > ediff-number-of-differences. Tue Aug 9 19:16:26 1994 Richard Stallman * menu-bar.el (menu-bar-file-menu): Compare Files renamed to Compare. (menu-bar-ediff-menu): Add one element for compare-windows. * appt.el: Require calendar. Tue Aug 9 14:49:17 1994 Michael D. Ernst * rmailedit.el (rmail-abort-edit): Call `rmail-highlight-headers'. Tue Aug 9 01:41:58 1994 Richard Stallman * mailalias.el (define-mail-alias): Avoid error if DEFINITION is "". * appt.el (appt-check): Update on first wakeup after midnight even if that's not precisely 12:01. Mon Aug 8 00:38:11 1994 Richard Stallman * mouse.el (mouse-drag-mode-line): New function (from mldrag.el, but changed a little). Put it on mode-line down-mouse-1. (mouse-select-window): Bind to mode-line drag-mouse-1. * info.el (Info-last-menu-item): Fix gross logic errors. (Info-last-preorder): After going thru menu item, go to end. (Info-scroll-up): Set window-start if it's out of range. Once menu start is on or above screen, start using menu items. (Info-scroll-down): Set window-start if it's out of range. If there's a menu item, always use menu. * sendmail.el (mail-alias-file): Add autoload cookie. * mouse.el (x-fixed-font-alist): Add clean 5x8 and clean 6x8. * compile.el (compilation-set-window-height): New function, broken out from compile-internal. Don't change window height if it is the frame root window. (compile-internal): Call it. (compilation-goto-locus): Call it. Use any visible frame already showing the compilation buffer. * gnus.el (gnus-start-news-server): Fix the call to `error'. Sun Aug 7 02:47:33 1994 Richard Stallman * info.el (Info-additional-directory-list): New variable. (Info-find-node): Use it. * faces.el (copy-face): Ignore errors in set-face-font. * mouse.el (mouse-choose-completion): Pass completion-base-size value to choose-completion-string. * simple.el (completion-base-size): New variable. (completion-list-mode): Make it local. (choose-completion): Pass its value to choose-completion-string. (choose-completion-string): New arg base-size. Use that when deciding how much to delete. * complete.el (PC-do-completion): Set completion-base-size. * cmacexp.el: Doc fixes. (c-macro-expansion): Capture and display CPP error messages. * tex-mode.el (tex-mode): Accept documentclass when checking Slitex. Sat Aug 6 00:45:19 1994 Richard Stallman * gnus.el: Require timezone when loading this file. Move the provide call to the end. * c-mode.el (indent-c-exp): Preserve point when handling comments. * byte-opt.el (byte-after-unbind-ops): Fix paren error wrt doc string. * font-lock.el (font-lock-hack-keywords): Delete debugging code. Fri Aug 5 12:46:53 1994 Erik Naggum * simple.el (choose-completion): Bury or iconify the completion list using code copied from mouse-choose-completion. Fri Aug 5 22:58:12 1994 Richard Stallman * tex-mode.el (tex-mode): Check for documentclass like documentstyle. * info.el (Info-directory-list): Doc fix. Fri Aug 5 03:53:56 1994 Erik Naggum * files.el (save-buffer): Unconditionally make a backup with 2 or 3 C-u's even if make-backup-files is nil. Fri Aug 5 14:56:12 1994 Richard Stallman * mouse.el (x-fixed-font-alist): Regularize how fonts are specified. * time.el (display-time-filter): pm starts at 12, not 13. Fri Aug 5 03:42:04 1994 Hans Chalupsky (hans@hydra.cs.Buffalo.EDU) * advice.el (ad-subr-arglist): Adapted to new DOC file format. Fri Aug 5 00:27:57 1994 Richard Stallman * etags.el (select-tags-table): Doc fix. * font-lock.el (font-lock-syntax-table): New syntax table. (font-lock-hack-keywords): Use it temporarily here. (font-lock-set-defaults): Set up special syntax table for C and C++. Thu Aug 4 01:43:39 1994 Richard Stallman * isearch.el (isearch-mode-map): Delete mouse-2, down-mouse-2 bindings. * rmail.el (rmail-select-summary): Preserve rmail buffer's value of rmail-total-messages even while summary buffer is current. * gnus.el: Doc fixes. * frame.el (frame-delete-all): Copy the whole alist first. * hilit19.el (hilit-find-file-hook): Preserve buffer modified state. * simple.el (end-of-buffer-other-window): Go to the end, not to the beginning. * appt.el (appt-make-list): Do nothing unless range being processed for diary entries includes today's date. Wed Aug 3 23:27:05 1994 Hans Chalupsky (hans@hydra.cs.Buffalo.EDU) * bytecomp.el (byte-compile-protect-from-advice): Macro deleted. (byte-compile-from-buffer, byte-compile-top-level): Don't use it. * advice.el: New handling of automatic advice activation that exploits modified built-in versions of `fset' and `defalias' which take care of this functionality directly: (ad-start-advice-on-load, ad-activate-on-definition) (ad-definition-hooks, ad-enable-definition-hooks, ad-defined-function) (ad-advised-definers, ad-advised-byte-compilers, byte-constant) (byte-constant-limit, byte-constant2, byte-fset) (ad-byte-code-fset-regexp): Variables deleted. (ad-activate-defined-function, ad-find-fset-in-byte-code) (ad-scan-byte-code-for-fsets, ad-advised-byte-code) (ad-recover-byte-code, ad-enable-definition-hooks) (ad-disable-definition-hooks): Functions deleted. (defun, defmacro, fset, defalias, define-function) (byte-compile-from-buffer, byte-compile-top-level): Removed `defadvice' for these functions. (ad-save-real-definitions): Removed saving of `byte-code'. (ad-activate-off): New dummy function. (ad-activate-on): New name for `ad-activate'. All calls changed. (ad-with-auto-activation-disabled): New macro prevents automatic advice activation. (ad-safe-fset): New function, used instead of `ad-real-fset'. (ad-compile-function): Disable automatic advice activation while compiling, because `byte-compile' uses `fset'. (ad-activate-on): Renamed from `ad-activate'. Avoid recursive calls. (ad-activate-on-top-level): New variable. (ad-start-advice, ad-stop-advice, ad-recover-normality): Modified to achieve de/activation of automatic advice activation by setting the definition of `ad-activate' to `ad-activate-on' or `ad-activate-off'. (ad-start-advice): Is now called unconditionally when Advice is loaded. Made compilation behavior of advised definitions customizable, since loading the byte-compiler takes some time and is not always worth the cost, e.g., if one only wants to make a few simple modifications: (ad-default-compilation-action): New variable which specifies whether to compile an advised definition in case the COMPILE argument to `ad-activate-on' or one of its friends was supplied as nil. (ad-preactivate-advice): Supply negative COMPILE argument to prevent compilation. (ad-should-compile): New function. (ad-activate-advised-definition): Use `ad-should-compile' to determine whether an advised definition should get compiled. (ad-activate-on, ad-update, ad-activate-regexp, ad-update-regexp) (ad-activate-all): Doc fixes. (ad-update): Leave handling of COMPILE up to `ad-activate-on'. Extracted construction of freeze-advices from `defadvice': (ad-make-freeze-definition): New function. (defadvice): Use `ad-make-freeze-definition' to construct frozen defs. Wed Aug 3 16:41:06 1994 Richard Stallman * gnus.el (gnus-kill-files-directory): New variable. (gnus-Newsgroup-kill-file, gnus-newsgroup-kill-file): Use it. * dired.el (dired-mode): Put expanded name in list-buffers-directory. * icomplete.el (icomplete-prime-minibuffer): Copy the hook lists after making them local. * gnus.el (gnus): Require timezone. Delete timezone autoloads. * iso-cvt.el (iso-fix-iso2tex, iso-fix-tex2iso): Check plain-text-mode. Tue Aug 2 22:17:21 1994 Karl Heuer * sh-script.el (auto-mode-alist): Fix typos in comments. Tue Aug 2 17:58:24 1994 Richard Stallman * mouse.el: Capitalize some error messages. (mouse-set-point): Nice error if button release is in scrollbar. Tue Aug 2 11:43:33 1994 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr) * compile.el: Set up a "Compile" menubar item. (recompile): New function. (previous-error): New function. (first-error): New function. Tue Aug 2 00:57:41 1994 Richard Stallman * frame.el (frame-delete-all): New function. (frame-notice-user-settings): Call it--with or without separate minibuffer frame. Mon Aug 1 00:40:54 1994 Richard Stallman * rmailsum.el (rmail-summary-mode-map): Fix the Get New Mail entry. Fix typo. Add `...' where appropriate. * rmail.el (rmail-mode-map): Fix the Get New Mail entry. Add `...' where appropriate. * ediff.el (ediff-version): Function, variable deleted. (ediff-date): Var deleted. (ediff-status-info): Don't call ediff-version. * dired.el (dired-insert-directory): Call expand-file-name here because the dir name may have been abbreviated before. Sun Jul 31 21:25:27 1994 Morten Welinder (terra@diku.dk) * ls-lisp.el (insert-directory): Gracefully handle the case where a file disappears between it is listed in the directory and the attributes are requested. Sun Jul 31 01:30:57 1994 Richard Stallman * compile.el (compilation-error-regexp-alist): Fix previous change. Add alternatives for GNU error messages with program name in them. * time.el (display-time-string-forms): New variable. (display-time-filter): Simplify to use it. * dired.el (dired-noselect): Call abbreviate-file-name here. (dired-internal-noselect): Not here. * comint.el (comint-password-prompt-regexp): Handle PGP prompt. * gnus.el (gnus-sortable-date): Use timezone-make-time-string. * rmail.el (rmail-retry-failure): Handle a weird case with a couple of lines before the old message header. * compile.el (compilation-error-regexp-alist): Make separate regexp for Borland C++; the combined one matched too much. * ange-ftp.el (ange-ftp-parse-netrc-group): Don't move back to line beginning. Skip the machine name whatever it may be. (ange-ftp-parse-netrc): Skip initial whitespace. * sendmail.el (sendmail-send-it): Handle resent-to specially. * mouse-sel.el (mouse-extend): Pass WINDOW arg to mouse-scroll-subr. * rmailsum.el (rmail-summary-mode-map): Add Get New Mail item. Move new Re-send menu item to right place. * rmail.el (rmail-mode-map): Move new Re-send menu item to right place. Sat Jul 30 17:19:59 1994 Richard Stallman * hilit19.el: Specify patterns for objc-mode. Sat Jul 30 08:55:26 1994 Martin Boyer * menu-bar.el (menu-bar-enable-clipboard): Moved here the clipboard function key bindings. Sat Jul 30 13:47:16 1994 Michael D. Ernst * ispell.el (ispell-message-text-end): Improve context diff regexp. Sat Jul 30 03:43:09 1994 Richard Stallman * rmailsum.el (rmail-new-summary): If just one window, put the summary in the upper window and Rmail buffer below. Sat Jul 30 11:34:43 1994 Ake Stenhoff (etxaksf@aom.ericsson.se) * imenu.el (imenu, imenu--flatten-index-alist): Add marker support. (imenu--cleanup): New function. (imenu-example--name-and-position): Now uses markers. * imenu.el (imenu-add-to-menubar): New function to add an entry to the menubar for the buffer's current local keymap. Fri Jul 29 15:59:47 1994 Richard Stallman * rmail.el (rmail-highlight-face): New variable. (rmail-highlight-headers): Use it if non-nil. * gnus.el (gnus-group-suspend): Be sure to bury the right buffer. * hideif.el (hide-ifdefs): Doc fix. Fri Jul 29 14:52:10 1994 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr) * rmail.el (rmail-display-summary): New variable. (rmail): Call rmail-summary at the end if rmail-display-summary is set. * rmail.el (rmail-mode-map): Add Re-send menu item. * rmailsum.el (rmail-summary-mode-map): Add Re-send menu item. Thu Jul 28 20:44:04 1994 Andreas Schwab * simple.el (choose-completion): Check for next-single-property-change returning nil. * mouse.el (mouse-choose-completion): Dito. Thu Jul 28 02:22:24 1994 Richard Stallman * files.el (file-truename): Temporarily get rid of the ange-ftp completion handler. * info.el (Info-find-node): Use a loop instead of mapcar and catch. * buff-menu.el (buffer-menu): Undo previous change. Instead, save the point value that list-buffers set up and go back there after switching windows. Wed Jul 27 13:49:32 1994 Richard Stallman * faces.el (face-initialize): Use underlining for region face if there's no gray. (face-try-color-list): Support `underline' in color list. * fill.el (justify-current-line): Delete space at end of line. * files.el (set-auto-mode): Shorten scope of case-fold-search binding. * files.el (cd-absolute): Call file-name-as-directory first thing. * compile.el (compilation-error-regexp-alist): Fix bug in Borland C++ change. Make first regexp reject cases that give column numbers. Add new regexp for GNU format with column numbers. Tue Jul 26 11:51:32 1994 Richard Stallman * mail-extr.el (what-domain): Doc fix. * files.el (basic-save-buffer-1): Ignore file-precious-flag if the file's dir is not writable. * forms.el (forms--update): Undo change made mistakenly. * vc.el (vc-next-action): Even in 1-file case, get its name from FILES. (vc-finish-logentry): Don't do vc-buffer-sync on the parent buffer when hat parent buffer is a dired buffer. * menu-bar.el (menu-bar-update-buffers): Use (current-global-map), not global-map. * compile.el (compilation-next-error-locus): New arg SILENT. * dissociate.el (dissociated-press): Error at start if buffer is empty. * ediff.el: Made menu bar's autoloaded stuff conditional on purify-flag, to avoid error message when loading ediff in a frame that has no menu bar. Tue Jul 26 16:24:25 1994 Michael Kifer (kifer@sbkifer) * ediff.el (ediff-setup): Improved mode-line-buffer-identification. Now accommodates buffer identifications generated by mode-line.el and uniquify.el. * ediff.el (ediff-current-diff-face-A/B, ediff-fine-diff-face-A/B,ediff-odd/even-diff-face-A/B): Variables changed to contain face names instead of face internal representation. Mon Jul 25 20:55:46 1994 Johan Vromans (jv@squirrel.NL.net) * forms.el (forms-read-file-filter): new hook function to preprocess file contents before being passed to forms mode. (forms-write-file-filter): new hook function to preprocess file contents before it is being saved to disk. Can be used to undo the effects of `forms-read-file-filter'. (forms-mode): Supply a default format if no `forms-format-list' was specified. Preprocess file contents using `forms-read-file-filter' and attach `forms-write-file-filter' to the `local-write-file-hooks' of the file buffer. Present a friendly message if the visited file is empty or new. (forms--intuit-from-file): New subroutine to get the number of fields from the data file; constructs a default format list. (forms-save-buffer): Forms mode wrapper for `save-buffer'. (forms--change-commands, forms--exit): Use it. (forms--update): Check for the presence of the field separator in any of the fields. Refuse update if found. (forms-delete-record): Allow the last record of the file to be deleted, even if not terminated by a newline. (forms--local-write-file-function): Remove. Didn't do any good. Replaced by `forms-save-buffer'. * forms-d2.el: Use `forms-new-record-filter' variable instead of defining the function. Mon Jul 25 17:45:22 1994 Richard Stallman * startup.el (command-line-args-left): Add defvar. Sun Jul 24 22:16:58 1994 Andreas Schwab * comint.el (comint-dynamic-list-completions): Listify the key sequence to be put back. Sun Jul 24 15:57:12 1994 Richard Stallman * lisp-mode.el (emacs-lisp-mode-syntax-table): Give RET the same syntax as newline. * cplus-md.el (c++-mode-syntax-table): Likewise. * vc.el (vc-finish-logentry): Use vc-parent-buffer to find the buffer to offer to save. * gud.el (dbx): Use system-configuration, not system-type. Sun Jul 24 01:53:22 1994 Erik Naggum * dired.el (dired-internal-noselect): a zero modtime means directory is unchanged. Sat Jul 23 17:11:48 1994 David Robinson (drtr@mail.ast.cam.ac.uk) * term/x-win.el (system-key-alist): Add Sun-specific X11R6 keysyms. * menu-bar.el: Add to global key map for cut, paste & copy keys. Sun Jul 24 01:30:54 1994 Richard Stallman * mail-extr.el (mail-extr-all-top-level-domains): Update a few long names. * menu-bar.el (menu-bar-update-buffers): If Buffers item is gone, don't bring it back. Sat Jul 23 21:07:03 1994 Richard Stallman * ispell4.el (ispell-tex-buffer-p): Write names in lower case. Add slitex-mode. * simple.el (line-move, next-line): Check last line moved over has a newline, in a way that intangible text does not confuse. Sat Jul 23 14:18:38 1994 enami tsugutomo * lisp/add-log.el (add-log-current-defun): Skip doc string correctly even if it ends with line that starts space. Fri Jul 22 16:43:48 1994 Ed Reingold * cal-menu.el (calendar-mode-map): Change reference from renamed calendar-current-month to calendar-goto-today. Wed Jul 20 15:24:52 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * dired.el (dired-between-files): Ignore dired-subdir-regexp if we can move to the file name on the line. * dired.el (dired-internal-noselect): Don't revert, just suggest `g'. Wed Jul 20 22:23:29 1994 Ethan Bradford (ethanb@ptolemy.astro.washington.edu) * ispell.el (ispell-command-loop, ispell-region, ispell-word): Only pop up the choices window if an error is found in the region. Don't change the size of the choices window except as needed. Don't (sit-for 0) at the start of ispell-region (i.e. don't force redisplay at the start of the region). (ispell-overlay-window): Small documentation fix. Wed Jul 20 10:02:57 1994 Roland McGrath * etags.el (visit-tags-table-buffer): Bind a variable local-tags-file-name with the value of tags-file-name before calling tags-verify-table, which switches buffers; change all references to use local-tags-file-name. Save current buffer before that call and on error, switch back before killing local value of tags-file-name. Wed Jul 20 00:08:39 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * imenu.el (imenu-choose-buffer-index): Use last-nonmenu-event to decide on mouse vs non-mouse. (imenu-progress-message): New arg prevpos. All callers changed. Don't print messages too frequently. * byte-opt.el (byte-decompile-bytecode-1): Don't add pc values if make-spliceable is non-nil. (Arg renamed from make-splicable.) * disass.el (disassemble-1): Display the pc values. (disassemble-column-1-indent): Increase to 8. * byte-opt.el (byte-decompile-bytecode-1): Put a pc value before each insn in the list we return. Tue Jul 19 16:00:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ediff.el (Emacs 19 menu setup): Move back to top level and do it only if purify-flag. * vc.el: At compile time, require dired. (vc-finish-logentry): Use the proper files buffer for vc-buffer-sync. * compile.el (compilation-error-regexp-alist): Allow `(' after linenum in "FILE", line LINENUM. Add backslash so C-M-a works. Tue Jul 19 02:38:56 1994 Michael Kifer (kifer@cs.sunysb.edu) * ediff.el (ediff-find-file, ediff-files-internal, ediff-patch-file): Modified to work with remote and compressed files. * ediff.el (ediff-read-file-name, ediff-buffers): Better defaults. (ediff-read-file-name) Handle OS/2. * ediff.el (ediff-forward-word-function) New function. (ediff-wordify-function): Variable deleted. (ediff-toggle-regexp-match, ediff-hide-regexp-matches): New functions. (ediff-focus-on-regexp-matches): New function. (ediff-status-info): New function. (ediff-file-names, ediff-line-numbers): Functions deleted. Mon Jul 18 14:03:30 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mh-e.el (mh-folder-mode): Use local-write-file-hooks. Mon Jul 18 09:39:49 1994 Barry A. Warsaw (warsaw@anthem.nlm.nih.gov) * reporter.el (reporter-dump-state, reporter-submit-bug-report): Don't print package name if pkgname is nil. Don't dump state if varlist is nil. * reporter.el (reporter-bug-hook, reporter-submit-bug-report) (reporter-calculate-separator, reporter-initial-text): New or modified functions and variables attempting to prohibit submission of empty bug reporters. * reporter.el: (reporter-prompt-for-summary-p): Default value now nil. * reporter.el (reporter-dump-state): Make sure there's a final newline after the setq sexp. Pass mail buffer as second arg to print fcn. Use symbol-value to get varsym's value. * reporter.el (reporter-dump-variable): Handle long sexp's even after entering newline. Done by filling current line. Much better pretty printing of long lists!! Handle void variables. * reporter.el (reporter-version): New variable. * reporter.el (reporter-submit-bug-report-internal): Leave point after the salutation. * reporter.el (reporter-submit-bug-report): Prompt for a subject. Mon Jul 18 03:26:04 1994 Karl Fogel (kfogel@phylo.life.uiuc.edu) * mail-hist.el: Make sure that headers are case-insensitive. Upped version to 1.3. Sun Jul 17 19:55:40 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * forms.el (forms-delete-record): Handle deletion of last line when it has no terminating newline. Sat Jul 16 15:29:29 1994 Richard Stallman * mouse.el ([vertical-line C-mouse-2]): Bind it as in a scroll bar. * comint.el (comint-mode-map): Move comint-bol to C-c C-a. * calendar.el (calendar-goto-today): Renamed from calendar-current-month. * add-log.el (add-change-log-entry): Use <...> around mail address. * help.el (print-help-return-message): If help buffer is a special display buffer, say nothing about how to switch back. * help-macro.el (make-help-screen): Handle case where *Help* comes up in a separate frame. Fri Jul 15 00:30:53 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * sh-script.el: "Comment out" autoload cookies. * mouse.el (mouse-drag-region): Delete redundant switch-frame clause. (mouse-drag-secondary): Likewise. * sendmail.el (mail-mailer-swallows-blank-line): Verify sendmail.cf exists before reading it. Thu Jul 14 18:48:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (rmail-output-file-alist): Mark it risky. Wed Jul 13 18:56:52 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * help-macro.el (make-help-screen): Bind overriding-local-map just for short sections of code. Wed Jul 13 13:19:39 1994 Noah Friedman (friedman@prep.ai.mit.edu) * rsz-mini.el: (resize-minibuffer-setup): Copy post-command-hook when handling minibuffer windows in other frames, not just minibuffer-exclusive frames. Resize the minibuffer window/frame now, in case it has already been initialized with text. Wed Jul 13 11:14:15 1994 Ed Reingold (reingold@albert.gnu.ai.mit.edu) * diary-lib.el: Correct file name on last line of file. Wed Jul 13 00:02:56 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-movemail-program): New variable. (rmail-insert-inbox-text): Use it. * files.el (insert-directory): Fix previous change. Tue Jul 12 08:14:43 1994 enami tsugutomo (enami@sys.ptg.sony.co.jp) * vc.el (vc-finish-logentry): Use the value of vc-log-after-operation-hook of *VC-log* buffer instead of vc-parent-buffer. Tue Jul 12 00:08:25 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-mode-map): Fix previous change. * menu-bar.el (menu-bar-file-menu): Add insert-file menu item. * gnus.el: Clean up menu item string format. Add a few menu items and separators. (gnus-mouse-pick-group): New function, on mouse-2 in Group mode. (gnus-mouse-pick-article): New function, on mouse-2 in Summary mode. * rsz-mini.el (resize-minibuffer-setup): Copy the value of post-command-hook. * mouse-sel.el: Many doc fixes. (mouse-extend): Don't use existing region if EVENT is nil. * mouse.el (mouse-drag-secondary): Don't start making an overlay when the range is empty. (mouse-secondary-save-then-kill): The first time, make a new kill ring entry. * ispell4.el (ispell-word): Call ispell-dehighlight. * files.el (insert-directory): Fix prev change. * rmail.el (rmail-mode-map): Add "Get New Mail" menu item under Mail. * compile.el (compilation-next-error-locus): Don't call compilation-forget-errors if compilation is still runing. Mon Jul 11 08:28:42 1994 Erik Naggum (erik@naggum.no) * buff-menu.el (buffer-menu): Call pop-to-buffer before list-buffers. Don't move point afterwards. Mon Jul 11 20:40:45 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * prolog.el (prolog-mode-syntax-table): Make newline end comments. * sendmail.el (mail-setup): Insert -- line before .signature file. * dired-aux.el (dired-byte-compile): Use byte-compile-dest-file to get the output file name. * subr.el (ignore): Put doc string in right place. * indent.el (move-to-tab-stop): Delete spurious multiple definition. Mon Jul 11 09:19:55 1994 Kevin Rodgers * mailabbrev.el (define-mail-abbrev): Don't try to parse empty aliases. Mon Jul 11 20:41:50 1994 Andreas Schwab (schwab@ls5.informatik.uni-dortmund.de) * backquote.el (backquote-splice-symbol): Doc typo fix. * edebug.el (edebug-install-read-eval-functions): Fix test for edebug-read already installed. * hexl.el (hexl-maybe-dehexlify-buffer): New function. (hexl-mode): Add it to change-major-mode-hook. (hexl-mode-exit): Remove kludge for mode-line update. (hexlify-buffer): Doc fix. Mon Jul 11 00:30:46 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (insert-directory): Allow list for SWITCHES. Also split up a string containing separate options. * lisp.el (lisp-complete-symbol): Bind completion-fixup-function. * mouse.el (mouse-choose-completion): Use mouse-face properties to find string to use. * simple.el (completion-setup-function): Put on mouse-face prop even if no window-system. Call completion-fixup-function if not nil. (completion-fixup-function): New variable. (choose-completion): Use mouse-face properties to find string to use. * server.el (server-start): Try both possible socket file names for the file to delete. * mouse.el (x-fixed-font-alist): Add 8x13. Don't specify 75-75 for 7x13, 7x14. * diff.el (diff-latest-backup-file): Cope with backups stored in a different directory. Sun Jul 10 17:32:27 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * etags.el (find-tag-regexp): Bind to C-M-.. Sun Jul 10 13:01:06 1994 Erik Naggum (erik@naggum.no) * buff-menu.el (Buffer-menu-not-modified): Make `Buffer-menu-not-modified' handle an argument like `not-modified'. * info.el (Info-fontify-maximum-menu-size): New variable. (Info-fontify-node): Use that variable. Sat Jul 9 00:15:40 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * faces.el (x-create-frame-with-faces): Don't downcase nil. * loadup.el (current-load-list): Set it to nil. * compile.el (compilation-window-height): Use defvar. (compilation-leave-directory-regexp): Likewise. (compilation-enter-directory-regexp): Likewise. * loadup.el: If have frames, load `faces'. * man.el (Man-bgproc-sentinel): Bind case-fold-search for just the necessary parts of the function, not the call to Man-notify-when-ready. Fri Jul 8 17:26:21 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (hack-one-local-variable): Check for root using user-uid. Thu Jul 7 00:42:03 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (outline-level): Mark it risky. * version.el (emacs-version): Avoid unnecessary recursive call. * mouse.el ([vertical-scroll-bar C-mouse-2]): Split the window. * version.el (emacs-version): Check x-toolkit with featurep. * gud.el (gud-mips-p): Check for OSF system on Alpha also. * files.el (process-environment, exec-path, load-path,exec-directory): Mark these as risky. (hack-one-local-variable): Treat vars ending in -program and -command as risky. * version.el (emacs-version): Indicate x toolkit usage in value. * files.el (switch-to-buffer-other-frame): Raise the frame. Wed Jul 6 21:32:45 1994 Michael I Bushnell (mib@churchy.gnu.ai.mit.edu) * gnus.el (gnus-summary-show-all-threads): Undo previous change. (gnus-summary-show-thread, gnus-summary-hide-all-threads) (gnus-summary-hide-thread): Likewise. Wed Jul 6 17:27:14 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * buff-menu.el (Buffer-menu-revert-function): New function. (Buffer-menu-mode): Use it, for revert-buffer-function. (Buffer-menu-mode-map): Bind revert-buffer. * files.el (revert-buffer-function): Doc fix. * vc.el (vc-start-entry): New arg after-hook. Set vc-log-operation-hook locally. (vc-next-action-on-file): Not here. (vc-admin): Pass new arg. (vc-checkin): Pass new arg instead of setting vc-log-operation-hook. * files.el (auto-save-mode): If autosave is off because buffer has shrunk, then toggling should turn it on. * tpu-edt.el (tpu-save-all-buffers-kill-emacs): Use delete-old-versions, and bind it locally. * completion.el (save-completions-to-file): Use delete-old-versions. * files.el (delete-old-versions): Var renamed from trim-versions-without-asking. Wed Jul 6 16:25:29 1994 Ed Reingold (reingold@albert.gnu.ai.mit.edu) * diary-lib.el (fancy-diary-display): Consistently turn off selective display in diary buffer before doing anything. Wed Jul 6 16:10:27 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * outline.el (outline-next-preface): Undo previous change: Do stop before final newline. Wed Jul 6 13:56:23 1994 Morten Welinder (terra@tyr.diku.dk) * desktop.el (desktop-buffer-rmail): Handle the situation where the RMAIL file is locked, mail is waiting, and the user selects `quit' gracefully. Tue Jul 5 18:36:27 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (set-visited-file-name): Avoid crash if TRUENAME is nil. Tue Jul 5 17:52:48 1994 Michael I Bushnell (mib@churchy.gnu.ai.mit.edu) * sendmail.el (mail): Commented out buggy call to set-visited-file-name. (It pukes on a nil argument.) Tue Jul 5 14:31:57 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * gnusmail.el (gnus-mail-reply-using-mhe): Handle case of no subject. * faces.el (x-create-frame-with-faces): Ignore case in X resource. (make-face-x-resource-internal): Test underline attribute as boolean. * files.el (file-truename): Use iteration when possible. Avoid recalculating the same truename twice in one invocation. Error check for infinite link loop. * files.el (debugger): Mark it a risky-local-variable. * startup.el (command-line): Check LC_ALL and LANG as well as LC_CTYPE. (iso-8859-1-locale-regexp): Don't check for `iso'. * paths.el (rmail-spool-directory): Use /var/mail if it exists. Tue Jul 5 11:44:59 1994 Ed Reingold (reingold@albert.gnu.ai.mit.edu) * calendar.el (generate-calendar-month): Make highlighted text for mouse-2 a one character wide for single-digit dates (this undoes the incorrect fix of May 30, 1994). Mon Jul 4 19:23:56 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * paths.el (rmail-spool-directory): Use /var/mail for bsd386. * startup.el (iso-8859-1-locale-regexp): New variable. (command-line): Use it. Mon Jul 4 16:58:45 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * add-log.el (add-change-log-entry): Apply expand-file-name to FILE-NAME. Sun Jul 3 20:47:46 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-drag-region): Bind this-command like last-command. (mouse-kill-ring-save): Bind this-command and last-command. Sun Jul 3 15:05:04 1994 Richard Stallman (rms@gnu.ai.mit.edu) * startup.el (command-line): Accept iso-8859-1 like iso_8859_1. * sendmail.el (sendmail-send-it): Allow specifying Sender. * emacsbug.el (report-emacs-bug-hook): Error if user has added no text. (report-emacs-bug): Set local report-emacs-bug-orig-text. Add to mail-send-hook. Use mail-send-and-exit for the echo area msg. * frame.el (initial-frame-alist): Doc fix. * startup.el (command-line): Automatically use iso-syntax and standard-display-european if LC_CTYPE asks for it. Sun Jul 3 09:30:57 1994 Ethan Bradford (ethanb@ptolemy.astro.washington.edu) * gnuspost.el (gnus-inews-news): Allow newsgroups to be separated by spaces or commas and spaces. Set Jul 2 23:00:53 1994 Morten Welinder (terra@diku.dk) * meese.el: Use add-hook, (provide 'meese). (protect-innocence-hook): compare expanded file names for the sake of non-unix file systems. Use expand-file-name instead of concat to create "celibacy.1" file name. Check that the "sex.6" exists. Sat Jul 2 00:48:54 1994 Richard Stallman (rms@gnu.ai.mit.edu) * ebuff-menu.el (electric-buffer-list): Change prompt message. (electric-buffer-menu-mode-map): Define C-m like space. * sh-script.el (sh-chmod-argument): Change default. * vc.el (vc-update-change-log): Pass a -n option to rcs2log. Fri Jul 1 12:27:28 1994 Richard Stallman (rms@gnu.ai.mit.edu) * mouse.el (mouse-scroll-subr): Delete some debugging code. * etags.el (visit-tags-table-buffer): Move error call into scope of `file'. * bytecomp.el (byte-compile-defalias): Fix typo in prev change. * bytecomp.el (byte-compile-callargs-warn): Handle function defnition that is not a lambda expression or byte code function. (byte-compile-arglist-warn): Likewise. (byte-compile-defalias): New function, used to compile defalias. (byte-compile-defalias-warn): New function. * lpr.el (print-region-1): Essentially undo previous change. * files.el (set-visited-file-name): Handle find-file-visit-truename early on, before we deal with lock files. * gnuspost.el (gnus-inews-domain-name): Once again test gnus-your-domain. * shell.el (shell-mode): Don't read history from /dev/null. * faces.el (make-face-italic, make-face-bold): Don't bind f2 here. (make-face-bold-internal, make-face-italic-internal): Bind f2 here. (make-face-bold-italic-internal, make-face-italic-internal) (make-face-bold-internal): New arg `font'. Callers changed. * loadhist.el (unload-feature): The autoload property does not start with `autoload'. * faces.el (list-faces-display): Line up multiple lines in sample. * sh-script.el (sh-set-shell): Obey sh-query-for-magic in all cases. Thu Jun 30 23:49:08 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * tcl-mode.el (tcl-mode): Fix regexp to avoid nexted loop. Thu Jun 30 14:56:58 1994 Richard Stallman (rms@gnu.ai.mit.edu) * hideif.el (minor-mode-map-alist): Add missing quote. * rmail.el (rmail-highlight-headers): Do nothing if rmail-highlighted-headers is nil. Thu Jun 30 02:37:55 1994 Noah Friedman (friedman@prep.ai.mit.edu) * rsz-mini.el (resize-minibuffer-window-restore): Don't do anything if the window height is already 1. Thu Jun 30 00:40:42 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-drag-secondary): Don't treat end of buffer specially when within the window. Wed Jun 29 14:21:50 1994 Noah Friedman (friedman@prep.ai.mit.edu) * comint.el (comint-password-prompt-regexp): New variable. (comint-watch-for-password-prompt): Use it. Wed Jun 29 12:27:55 1994 Richard Stallman (rms@gnu.ai.mit.edu) * easymenu.el (easy-menu-change): New function. Tue Jun 28 16:21:58 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (tag-exact-match-p): Test for point sitting after the explicit tag name itself. Tue Jun 28 08:25:30 1994 enami tsugutomo (enami@sys.ptg.sony.co.jp) * simple.el (line-move): Don't use message or ding; just signal errors. Tue Jun 28 10:12:51 1994 Lawrence R. Dodd (dodd@roebling.poly.edu) * dired-x.el (dired-x-hands-off-my-keys): New user-defined variable. (dired-x-bind-find-file): Use it. (dired-x-find-file): New function to substitute find-file. (dired-x-find-file-other-window): New function to substitute find-file-other-window. Tue Jun 28 00:14:23 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * frame.el (auto-lower-mode, auto-raise-mode): Doc fixes. * info.el (Info-index): Fix typo: t => \t. Mon Jun 27 16:52:57 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * sh-script.el (sh-mode): Don't move point permanently. * info.el (Info-insert-dir): Capitalize `node' when inserting it. (Info-search): Don't move point to beginning, after Info-read-subfile. Sat Jun 25 00:30:25 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-scroll-subr): Don't do anything special at eob. (mouse-drag-region): Don't treat scrolling differently at eob. (mouse-drag-secondary): Likewise. * comint.el (comint-send-input): Update markers before actually sending the input. * dired.el (dired-readin): Record the directory's modtime. (dired-internal-noselect): Offer to revert if dir has changed. * menu-bar.el (menu-bar-mode): Make this a global variable. (menu-bar-mode): Make variable menu-bar-mode and default-frame-alist consistent. * frame.el (frame-notice-user-settings): Make menu-bar-mode and default-frame-alist consistent with each other. * simple.el (beginning-of-buffer-other-window) (end-of-buffer-other-window): New functions. * loaddefs.el: Key bindings for M-home and M-end. * ispell.el (ispell-message): Avoid an infinite loop. Fri Jun 24 21:42:19 1994 Karl Heuer (kwzh@nutrimat.gnu.ai.mit.edu) * lmenu.el (popup-menu): Allow user to select nothing. Fri Jun 24 11:45:18 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * paren.el (show-paren-command-hook): Use matching-paren. Call overlay-put once for each overlay. Wait .1 sec to see if any input comes in. * gnuspost.el (gnus-inews-user-name, gnus-inews-domain-name): Use user-mail-address unless there's a reason to do otherwise. (gnus-inews-domain-name): Delete compatibility use of gnus-your-domain. * add-log.el (add-log-mailing-address): Use user-mail-address. * startup.el (user-mail-address): New variable. (normal-top-level): Initialize it. * gnus.el (gnus-summary-show-all-threads): Enable thread use. (gnus-summary-show-thread): Enable thread use. (gnus-summary-hide-all-threads): Enable thread use. (gnus-summary-hide-thread): Enable thread use. (gnus-summary-catchup-to-here): New function. (gnus-summary-mode-map): Add menu bar menus. (gnus-group-mode-map): Add menu bar menus. * timer.el (run-at-time): If REPEAT is 0, don't repeat. * tar-mode.el (tar-alter-one-field): Finish previous renaming change. * add-log.el (find-change-log): If file name specified, just use it. Fri Jun 24 04:08:11 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (visit-tags-table-buffer): Don't take car of return from tags-table-including. Thu Jun 23 19:54:24 1994 Karl Heuer (kwzh@nutrimat.gnu.ai.mit.edu) * lmenu.el (popup-menu): Convert list to same-size vector, not singleton vector. Thu Jun 23 10:22:48 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * comint.el (comint-read-input-ring): Use ring-insert-at-beginning. Insert most recent string first and only as many as we need. Don't visit the file, just read it. * ring.el (ring-insert-at-beginning): New function. * jka-compr.el (jka-compr-partial-uncompress): Handle the case where LEN reaches to or past the end of the data. * soundex.el (soundex-alist): Delete the elements that mapped into nil. * tar-mode.el (tar-extract): Set file name by hand before calling set-visited-file-name. * tar-mode.el: Various renamings; all callers changed. (tar-header-block-tokenize): Renamed from tokenize-tar-header-block. (tar-header-block-checksum): Renamed from checksum-tar-header-block. (tar-header-block-check-checksum): Renamed from check-tar-header-block-checksum. (tar-header-block-recompute-checksum): Renamed from recompute-tar-header-block-checksum. (tar-header-block-summarize): Renamed from summarize-tar-header-block. * paren.el (show-paren-command-hook): Set paren foreground to white. (show-paren-command-hook): Handle close paren rather than open paren if point is between the two. * info.el (Info-next-preorder-1): New function. (Info-mouse-follow-nearest-node): Use that. (Info-follow-nearest-node): Use that. Wed Jun 22 23:32:22 1994 Ethan Bradford (ethanb@ptolemy.astro.washington.edu) * lpr.el (print-region-1): Don't include a space in the job name. Wed Jun 22 21:11:56 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (tags-table-including): Don't call tags-table-check-computed-list. After skipping a table not in core, make sure TABLES is non-nil before using it. At end, find the table in the user's list which includes FOUND. Wed Jun 22 18:14:36 1994 Noah Friedman (friedman@prep.ai.mit.edu) * rsz-mini.el (resize-minibuffer-window-exactly, resize-minibuffer-frame, resize-minibuffer-frame-exactly): Doc fixes. (resize-minibuffer-frame-exactly): make default t. (resize-minibuffer-frame-original-height): New variable. (resize-minibuffer-setup): Set it locally in the minibuffer. (resize-minibuffer-frame): Use it instead of minibuffer-frame-alist's height. (resize-minibuffer-setup): Append resize-minibuffer-window and resize-minibuffer-frame to the end of post-command-hook, don't insert on the front. (resize-minibuffer-window-restore): New function. (resize-minibuffer-setup): Put it on minibuffer-exit-hook. Wed Jun 22 00:04:25 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * faces.el (make-face): Return the face name, not the vector. * menu-bar.el: Rearrange the edit and file menus, and add separators. * indent.el (move-to-tab-stop): Delete unnecessary spaces before the old point if a tab followed or follows the old point. * backquote.el (backquote-process): Fix criterion for using FIRSTLIST. * loaddefs.el (global-map): Bind M-prior. * simple.el (scroll-other-window-down): New command. * env.el (setenv): Rewrite. Provide a way to unset interactively. Tue Jun 21 16:17:42 1994 Per Abrahamsen (abraham@eupectic.research.att.com) * double.el (double-prefix-only): New variable. (double-translate-key): Use it. Tue Jun 21 13:46:04 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * faces.el (face-equal): Do check the underline attribute. * files.el (delete-auto-save-files): Doc fix. Mon Jun 20 17:55:33 1994 Morten Welinder (terra@diku.dk) * info.el (Info-directory-list): For msdos, don't check for exec-directory != ../lib-src (since we use wrapped binaries). * s-region.el: Don't bind keys C-insert, C-delete, and S-insert if they are already bound. Mon Jun 20 12:45:13 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * indent.el (move-to-tab-stop): Get rid of spaces before tabs that were made by an immediately previous use of this command. * gnus.el (gnus-summary-next-article): Fix previous change. * help.el (finder-by-keyword): Add doc string and t for interactive. * cc-mode.el: Large changes--version 3.349. * jka-compr.el: Use plists to record handlers. (jka-compr-insert-file-contents): Don't leave buffer locked. Call the standard function, and file-local-copy, using jka-compr-run-real-handler. (jka-compr-file-local-copy): Call file-local-copy using jka-compr-run-real-handler. (jka-compr-write-region): Likewise. (jka-compr-load): Don't alter file-name-handler-alist. Do bind inhibit-file-name-handlers and inhibit-file-name-operation. (jka-compr-handler): Don't alter file-name-handler-alist. * shell.el (shell-prefixed-directory-name): Do nothing if comint-file-name-prefix is empty. Do not inline. Tue May 31 17:52:11 1994 Lars Magne Ingebrigtsen (larsi@bera.ifi.uio.no) * gnus-uu.el (gnus-uu-view-directory): Fixed viewing with the `gnus-uu-asynchronous' variable set. (gnus-uu-ctl-map): Removed the keystrokes `C-c C-v C-h' and `C-c C-v h' from the keymap. (gnus-uu-decode-and-view-all-articles, (gnus-uu-decode-and-view-all-unread-articles, (gnus-uu-decode-and-save-all-unread-articles, (gnus-uu-decode-and-save-all-articles): Accept prefix arg for # files. (gnus-uu-uustrip-article-as): Waits for uudecode to finish before further treatment of the resulting files. (gnus-uu-summary-next-subject): After decoding, if there are no more unread articles, jump to the last article decoded. (gnus-uu-post-encoded): Make last posting in a series always have more than 4 lines. * gnus-uu.el (gnus-uu-interactive-save-original-file): Fixed original file save when there's more that one original file. * gnus-uu.el (gnus-uu-view-file): Rewrote function and fixed ask before view/save after view. (gnus-uu-ask-to-save-file): New function. * gnus-uu.el (gnus-uu-interactive-set-up-windows): New function. (gnus-uu-interactive-scan-directory) New function. (gnus-uu-interactive-rescan-directory): New function. (gnus-uu-ignore-files-by-name, gnus-uu-ignore-files-by-type): New vars. (gnus-uu-interactive-execute): Change directory to work dir before executing. (gnus-uu-view-directory, gnus-uu-check-for-generated-files): Fixed bug deleting generated directories. (gnus-uu-unpack-archives): Added error message for corrupted archives. Sun Jun 19 13:13:44 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * indent.el (tab-to-tab-stop): Combine new indentation with previous. * mailalias.el (define-mail-alias): Copy parsing code from mailabbrev.el. New arg from-mailrc-file. (build-mail-aliases): Pass t as new arg. * mouse.el (mouse-scroll-subr): Preserve point if WINDOW's not the selected window. (mouse-drag-region, mouse-drag-secondary): Accept any list event as normal termination of the dragging. Sun Jun 19 03:56:30 1994 Erik Naggum (erik@naggum.no) * simple.el (blink-matching-open): Use matching-paren. Sun Jun 19 15:19:56 1994 Rob Riepel (riepel@Snowflake.Stanford.edu) * tpu-doc.el (tpu-doc-revision): Variable deleted. * tpu-edt.el (tpu-edt-off): Restore original global key map. (tpu-next-file-buffer): Move to dired buffer too. (tpu-make-file-buffer-list): New function. (tpu-version): New version. (tpu-set-mode-line): Added line-number-mode to mode-line. (tpu-search-forward-exit, tpu-search-backward-exit): New functions, key mappings. * tpu-extras.el: Require tpu-edt. (tpu-extras-revision): Variable deleted. * tpu-mapper.el: Change size of selected screen. Reposition after printing help. Null default directory for save. Produce minibuffer key bindings for kp4 and kp5. (tpu-kp4, tpu-kp5): New variables. (tpu-mapper-revision): Variable deleted. * vt-control.el (vt-revision): Variable deleted. Sat Jun 18 09:23:23 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * sendmail.el (mail-bury): Test that rmail-summary-buffer is boundp. * files.el (insert-directory): Don't quote braces for shell. * calendar.el: Fix references to diary.el. * diary-lib.el: Renamed from diary.el. * rmailmsc.el (set-rmail-inbox-list): Use insert-before-markers. Fri Jun 17 23:39:42 1994 Michael D. Ernst (mernst@research.microsoft.com) * rmail.el (rmail-highlight-headers): Don't skip newlines, just tab and space. Fri Jun 17 18:28:59 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * gnus.el (gnus-summary-next-article): Handle non-character events. Fri Jun 17 18:15:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * dired.el (dired-build-subdir-alist): Don't let looking-at destroy the match data. Fri Jun 17 09:38:56 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (make-auto-save-file-name): Double the backslashes and convert slashes to \!. * finder.el (finder-commentary): Fix error message syntax. * autoload.el, bookmark.el, cl-*.el, cl.el, complete.el: * mouse-sel.el, rot13.el, thingatpt.el: Fix Commentary section comments and other section comments. * lisp-mnt.el (lm-section-mark): Accept extra semicolons; accept spaces at end of line. * faces.el (x-create-frame-with-faces): Set the cursor color last. Fri Jun 17 17:41:10 1994 Kevin Rodgers (kevinr@ihs.com) * mailabbrev.el (build-mail-abbrevs): Pass a recursivep argument in recursive call. Fri Jun 17 00:06:16 1994 Roland McGrath (roland@geech.gnu.ai.mit.edu) * etags.el (tags-table-computed-list, tags-table-computed-list-for): New variables. (tags-table-list-pointer, tags-table-list-started-at): Doc fixes. (tags-table-parent-pointer-list): Variable removed. (tags-table-check-computed-list, tags-table-extend-computed-list): New functions. (tags-find-table-in-list): Function removed. (tags-table-list-member): New function replaces it. (tags-verify-table): New function, broken out of visit-tags-table-buffer. (tags-table-including, tags-next-table): Rewritten. (visit-tags-table-buffer-cont): Variable removed. (visit-tags-table-buffer): Overhauled. (tag-exact-match-p): Disallow newline in tag string before \177. Thu Jun 16 10:14:47 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-scroll-subr): New arg WINDOW. (mouse-drag-region, mouse-drag-secondary): Pass new arg. * bibtex.el (bibtex-mode): Set up comment-start locally. * ange-ftp.el (ange-ftp-canonize-filename): Fix wrong var name. Thu Jun 16 04:09:48 1994 Noah Friedman (friedman@prep.ai.mit.edu) * rlogin.el (rlogin-password-paranoia): Variable deleted. (rlogin-password): Function deleted. This functionality is handled by comint-watch-for-password-prompt. * rlogin.el (rlogin-filter): Function deleted. (rlogin): Do not set the process filter to rlogin-filter. Wed Jun 15 22:22:33 1994 Morten Welinder (terra@diku.dk) * info.el (Info-directory-list): For msdos, use ";" instead of ":" as delimiter in INFOPATH. Wed Jun 15 00:37:07 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * outline.el (outline-mode): Make change-major-mode-hook buffer-local. * dired.el (dired-build-subdir-alist): Avoid mistaking a file name ending in a colon for a subdir header line. * sendmail.el (mail-send-hook): Add defvar. (mail-send): Run mail-send-hook before the `Sending...' message. * etags.el (find-tag-history): New variable. (find-tag-noselect): Set that variable. Tue Jun 14 22:42:00 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * mouse.el (mouse-drag-region): Bind last-command, not this-command. * files.el (make-auto-save-file-name): Don't use slashes in autosave name for a non-file buffer. Tue Jun 14 16:18:12 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ispell.el (ispell-command-loop): C-g should be like X, not q. * fortran.el (fortran-blink-matching-do): When looking for do, insist on nondigit after it. Tue Jun 14 20:06:55 1994 Ed Reingold (reingold@albert.gnu.ai.mit.edu) * cal-menu.el (calendar-mode-map): Change moon menu bar to pop up a menu instead doing it directly. (calendar-mouse-2-date-menu): Remove moon phase. Tue Jun 14 19:50:14 1994 Richard Stallman (rms@albert.gnu.ai.mit.edu) * cal-menu.el (calendar-mouse-2-date-menu): Put moon phase here. (calendar-mode-map): Delete from here. Tue Jun 14 00:34:43 1994 Richard Stallman (rms@albert.gnu.ai.mit.edu) * simple.el (pop-global-mark): Discard entries for nonexistent buffers. * startup.el (inhibit-startup-echo-area-message): Doc fix. * avoid.el (mouse-avoidance-threshold): Renamed from ...threshhold. Mon Jun 13 23:40:33 1994 Richard Stallman (rms@albert.gnu.ai.mit.edu) * simple.el (end-of-buffer): Recenter overlay lists. Mon Jun 13 19:40:12 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (pop-global-mark): Discard entries for nonexistent buffers. * startup.el (inhibit-startup-echo-area-message): Doc fix. * avoid.el (mouse-avoidance-threshold): Renamed from ...threshhold. * simple.el (end-of-buffer): Recenter overlay lists. Mon Jun 13 19:27:54 1994 Roland McGrath (roland@geech.gnu.ai.mit.edu) * compile.el (compilation-error-regexp-alist): Extend first regexp to handle Borland C++ msgs: "Warning" or "Error" before file name. Mon Jun 13 18:06:09 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ispell.el (ispell-dictionary-alist): Add autoload. Split into two subvariables. (ispell-menu-map): Defvar and set up at top level. Split into parts. (ispell-menu-map-needed): New variable. * font-lock.el (font-lock-hack-keywords, font-lock-fontify-region): Don't call set-buffer-modified-p if no change in its value. Mon Jun 13 21:31:53 1994 Lawrence R. Dodd (dodd@roebling) * dired-x.el (dired-man): Use internal function from man.el. (dired-omit-files): Omit `.' and `..' by default, not all files ending in `.'. Mon Jun 13 09:56:51 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * font-lock.el: Don't alter the underline face. * font-lock.el (c-font-lock-keywords-2): Insist on whitespace before a label. * mouse.el (mouse-save-then-kill-delete-region): Turn off change hooks for the edit operations that are not real. Sun Jun 12 21:09:22 1994 Johan Vromans (jv@NL.net) * forms.el (forms-mode): Plug security hole by disabling `eval-buffer' unless `enable-local-eval' is set to t. Correct setting of `forms--mode-setup'. (forms--local-write-file-function): New function to be used as `local-write-file-hooks'. (forms-mode): Use it. (forms-find-file,forms-find-file-other-window): Locally set `enable-local-eval' and `enable-local-variables' to t. (forms-find-file-other-window): Remove extraneous call to `eval-current-buffer'. Sun Jun 12 22:31:50 1994 Kohtala Marko (Marko.Kohtala@ntc.nokia.com) * info.el (Info-insert-dir): Ignore access times when comparing file attributes. Print message while merging. Use separate buffers for merging. Try lower case `dir' first. Sun Jun 12 08:53:46 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * iso-cvt.el (iso-iso2tex-trans-tab): Add a few characters. (iso-iso2gtex-trans-tab): Likewise. (iso-tex2iso-trans-tab): Recognize TeX accent sequences without braces. (iso-gtex2iso-trans-tab): Likewise. * info.el (Info-fontify-node): Require some whitespace after *Note. * sendmail.el (mail): If homedir is nonexistent, don't use as default. Sat Jun 11 14:13:07 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * server.el (server-start): Doc fix. * font-lock.el (font-lock-hack-keywords): Avoid changing the narrowing. * tex-mode.el (latex-mode, slitex-mode): In paragraph-separate, delete spurious \\\\ from char set. * isearch.el (isearch-mode-map): Bind the ASCII-equivalent fcn keys explicitly to nil. * iso-cvt.el (iso-translate-conventions): Get rid of interactive spec. Fri Jun 10 20:56:03 1994 Morten Welinder (terra@diku.dk) * font-lock.el (tex-font-lock-keywords): Make the pattern for macros respect TeX's idea of identifiers. (font-lock-set-defaults): Don't check for 'tex-mode, but instead for 'plain-tex-mode, 'latex-mode, and 'slitex-mode which is what tex-mode.el uses. Fri Jun 10 10:13:10 1994 Boris Goldowsky (boris@mink.cs.rochester.edu) * avoid.el (mouse-avoidance-point-position): Fix compute-motion call to use (X . Y) relative to window, not frame. Avoid errors if window-start < point-min. Fri Jun 10 16:28:12 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * comint.el (comint-dynamic-list-completions): No space in *Completions*. * ispell4.el (ispell-complete-word): Likewise. * ielm.el (ielm-complete-symbol): Likewise. * etags.el (complete-tag): Likewise. * complete.el (PC-do-completion): Likewise. * lisp.el (lisp-complete-symbol): Likewise. * ispell.el (ispell-dictionary-alist): Fix regexp in francais. * dired-x.el: Require dired and dired-aux in the standard way. * dired-aux.el: Add provide call. * info.el (Info-complete-menu-item): New function. (Info-menu): Use it to speed completion. * tex-mode.el (tex-start-shell): Add autoload. Tue Jun 7 13:47:11 1994 Richard Stallman (rms@geech.gnu.ai.mit.edu) * iso-cvt.el (iso-translate-conventions): Use case-dependent search and don't alter case. * disp-table.el (standard-display-european): Treat 0 arg like negative. * ange-ftp.el (ange-ftp-canonize-filename): Preserve // after colon. (ange-ftp-expand-file-name): Likewise. (ange-ftp-canonize-filename): Preserve // at very beginning. Tue Jun 7 12:35:11 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * tex-mode.el (tex-show-print-queue): Display the tex shell buffer. (tex-file, tex-bibtex-file): Likewise. (latex-mode, slitex-mode): Treat \] as paragraph starter. Tue Jun 7 21:33:02 1994 Morten Welinder (terra@diku.dk) * dos-fns.el (Info-default-directory-list): Setting this no longer needed. Tue Jun 7 03:47:05 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * cal-menu.el (calendar-mouse-2-date-menu): Put moon phase here. (calendar-mode-map): Delete from here. * simple.el (delete-blank-lines): Doc fix. Mon Jun 6 04:01:24 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * indent.el (tab-stop-list): Doc fix. * sendmail.el (mail-bury): If showing rmail buffer that has summary, show the summary too. Mon Jun 6 01:04:39 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * menu-bar.el (menu-bar-update-buffers): Avoid excessive consing. Sun Jun 5 06:59:44 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * tex-mode.el (tex-file, tex-region): Display the tex shell buffer. * gomoku.el (gomoku-display-statistics): Use human's point of view for wins and losses. (gomoku-number-of-emacs-wins): Renamed from gomoku-number-of-wins. (gomoku-number-of-human-wins): Renamed from gomoku-number-losses. * derived.el (derived-mode-merge-abbrev-tables): Do nothing if OLD is nil. * edebug.el (edebug-emacs-19-specific): Call x-popup-menu only if using a window system. * info.el (Info-directory-list): Don't use the invocation directory unless it was used for exec-directory too. * gud.el (gud-massage-args): Fix error message syntax. (gud-marker-filter, gud-find-file): Likewise. (gud-display-line): Don't use dialog box for questions. Fri Jun 3 20:16:43 1994 Morten Welinder (terra@diku.dk) * dos-fns.el (frame-parameters): Setting this is no longer needed. Fri Jun 3 20:27:02 1994 Ed Reingold (reingold@albert.gnu.ai.mit.edu) * solar.el (solar-sunrise, solar-sunset): Fix doc string. (solar-time-string): Rewritten. (solar-adj-time-for-dst): New function. (solar-sunrise-sunset, diary-sabbath-candles, solar-equinoxes-solstices): Revised to use the rewritten and new fcns. * calendar.el (solar-holidays): Revised to use the rewritten and new fcns. * lunar.el (lunar-phase): Revised to use the rewritten and new fcns. Thu Jun 2 18:15:13 1994 Richard Stallman (rms@albert.gnu.ai.mit.edu) * compile.el (compilation-error-regexp-alist): Stricter Lucid regexp. * complete.el (PC-do-completion): Clear text props from inserted text. * comint.el (comint-dynamic-complete-as-filename) (comint-dynamic-complete-filename): Suppress most messages when completing in the minibuffer. Wed Jun 1 14:18:06 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * gnus-uu.el (gnus-uu-ctl-map): Move C-h binding to C-d. * mouse.el (mouse-choose-completion): If *Completion* is a special buffer or just has a dedicated window, do something reasonable. * gnus.el (gnus-newsrc-to-gnus-format): In main loop, don't try to match the ranges with the regexp. Match just the group name and the subscribed-flag. Mon May 30 17:44:30 1994 Paul Eggert (eggert@twinsun.com) * calendar.el (calendar-mod): Remove; it was equivalent to `mod'. All callers changed. Mon May 30 14:51:16 1994 Ed Reingold (reingold@albert.gnu.ai.mit.edu) * calendar.el (generate-calendar-month): Make highlighted text for mouse-2 a full column (2 chars) wide, even for single-digit dates. Mon May 30 12:23:10 1994 Richard Stallman (rms@albert.gnu.ai.mit.edu) * comint.el (comint-read-input-ring): Make regexp stricter. * paths.el (Info-default-directory-list): Don't attach ../info. So now configure-info-directory comes last. Put /usr/local/info second. * info.el (Info-directory-list): Doc fix. * font-lock.el (shell-font-lock-keywords): Removed regexp for commands. (rmail-summary-font-lock-keywords): New variable. (font-lock-set-defaults): Use it. * bibtex.el (bibtex-clean-entry): Back over close delimiter carefully. * cal-dst.el (calendar-current-time-zone): Fix typo that transposed DST-STARTS-TIME and DST-ENDS-TIME. * ange-ftp.el (ange-ftp-insert-directory): Expand file name to check whether it is really an ftp file name. * cal-dst.el (calendar-daylight-savings-ends): Fix typo in put. * menu-bar.el (menu-bar-mode): Fix previous change. Mon May 30 04:33:36 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.25 released. * comint.el (comint-read-input-ring): Make regexp stricter. * info.el (Info-directory-list): Doc fix. * paths.el (Info-default-directory-list): Don't attach ../info. So now configure-info-directory comes last. Put /usr/local/info second. * bibtex.el (bibtex-clean-entry): Back over close delimiter carefully. * ange-ftp.el (ange-ftp-insert-directory): Expand file name to check whether it is really an ftp file name. * compile.el (compilation-error-regexp-alist): Stricter Lucid regexp. * simple.el (completion-list-mode-map): Unbind down-mouse-2. Mon May 30 03:32:01 1994 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) * font-lock.el (shell-font-lock-keywords): Removed regexp for commands. (rmail-summary-font-lock-keywords): New variable. (font-lock-set-defaults): Use it. Sun May 29 16:05:39 1994 Paul Eggert (eggert@twinsun.com) * cal-dst.el (calendar-current-time-zone): Fix typo that transposed DST-STARTS-TIME and DST-ENDS-TIME. * cal-dst.el (calendar-daylight-savings-ends): Fix typo in put. Sat May 28 00:11:04 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * gud.el: Use ctl-x-map to bind C-x SPC. * lmenu.el (make-lucid-menu-keymap): Allow any form as the enabler. * info.el (Info-directory-list): Doc fix. * server.el (server-visit-files): Bind last-nonmenu-event. * mailalias.el (build-mail-aliases): Handle source directives. Handle MAILRC envvar. * flow-ctrl.el (enable-flow-control): Fix bugs turning off flow ctrl. * files.el (insert-directory): Use expanded file name to find handler. * dired.el (dired-get-filename): Get rid of text props from name. * simple.el (deactivate-mark): Do nothing unless transient-mark-mode. * ispell.el (ispell-command-loop): Fix `q' question. * derived.el (derived-mode-init-mode-variables): Add autoload cookie. * calendar.el (calendar-cursor-to-date): Rename starred-day to calendar-starred-day. * cal-menu.el (calendar-mode-map): Define mouse-2 as ignore. * frame.el (make-frame): Doc fix. * hexl.el (hexl-mode-map): Call define-key properly for help-char. Fri May 27 21:55:28 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ediff.el (ediff-patch-buffer): Fix autoload cookie. * tcl-mode.el (tcl-mode): Copy syntax table before changing it. Thu May 26 19:17:44 1994 Michael D. Ernst (mernst@research.microsoft.com) * dired-x.el (dired-jump): Autoload. * compare-w.el (compare-windows): Make leading whitespace equivalent to no leading whitespace, according to IGNORE-WHITESPACE argument. Thu May 26 18:25:17 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * gnus.el (gnus-summary-catchup): Check gnus-interactive-catchup. (gnus-summary-catchup-and-exit): Likewise. * simple.el (completion-setup-function): Fix up the regexp. * menu-bar.el (menu-bar-mode): Fix previous change. * rmail.el (rmail-show-message): If transient-mark-mode, deactivate the mark. * edebug.el (edebug-emacs-19-specific): Call x-popup-menu to fill in cache of key equivalents. Thu May 26 17:51:38 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * subr.el (posn-col-row): Test for consp, not symbolp. Doc fix. Thu May 26 00:20:11 1994 Stephen A. Wood (saw@cebaf.gov) * fortran.el: (fortran-link-matching-do): Ignore DO statements with line numbers. Thu May 26 13:37:28 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * ws-mode.el (ws-search): Fix malformed character constants. Wed May 25 04:02:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (kill-emacs-query-functions): Doc fix. * simple.el (choose-completion-string): Clear mouse-face property. * files.el: Add more risky-local-variable properties. * fill.el (fill-region-as-paragraph): if left-margin is nonzero, do adaptive-fill processing even for one-line paragraphs. * c-mode.el (c-fill-paragraph): Don't include part of comment terminator in the fill-prefix. * server.el (server-kill-emacs-query-function): Ignore killed buffers. Tue May 24 16:39:01 1994 Kenneth Manheimer (ken.manheimer@nist.gov) * allout.el (outline-chart-subtree): include outline-next- heading in loop conditions to detect end-of-buffer (and avoid infinite loop). Mon May 23 03:32:01 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.24 released. * ange-ftp.el (ange-ftp-gwp-start): Call internal-ange-ftp-mode. Mon May 23 00:50:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (interpreter-mode-alist): Add wishx, tclsh. Delete form, scope, shell. (set-auto-mode): Don't get confused by args after #! shell name. * frame.el (frame-initialize): Record in frame-initial-frame-alist the actual settings of vertical-scroll-bars. * buff-menu.el (Buffer-menu-mouse-select): Handle dedicated window. * lmenu.el (popup-menu): Bind cmd with let. (popup-dialog-box): Bind meaning with let. (current-menubar): Add defvar. * etags.el (select-tags-table-mode): New function, a major mode. (select-tags-table): Call that. (select-tags-table-mode-map): New variable. * mouse-sel.el (mouse-insert-selection): Test mouse-yank-at-point. (mouse-sel-insert-at-point): Variable deleted. * files.el (hack-one-local-variable): Check properly for `defun. * sendmail.el (mail-mailer-swallows-blank-line): Don't die if /etc/sendmail.cf does not exist. * lmenu.el (popup-menu): Use mouse-pixel-position. Sun May 22 02:47:47 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * subr.el (posn-col-row): Use let*. * allout.el, cal-french.el, complete.el, diary.el: Doc fix. * edebug.el, ediff.el, forms.el, gnus.el, hippie-exp.el: Doc fix. * holidays.el, imenu.el, inf-lisp.el, ispell.el, mail-hist.el: Doc fix. * makefile.el, nntp.el, refbib.el, refer.el, simula.el: Doc fix. * supercite.el, vip.el, ws-mode.el, term/x-win.el: Doc fix. * mouse.el (mouse-split-window-vertically): Treat scroll bar events just like others. * subr.el (posn-col-row): Do something useful for scroll bar event. * paths.el (rmail-spool-directory): Maybe use /var/mail. * jka-compr.el (jka-compr-compression-info-list): Doc fix. (jka-compr-op-table, jka-compr-file-name-handler-entry): Move defvars. * subr.el (substitute-key-definition): Skip cached menu key-equivs. * easymenu.el (easy-menu-create-keymaps): Renamed from easy-menu-keymap. Callers changed. Sat May 21 20:50:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * shell.el (shell-strip-ctrl-m): Strip multiple ^Ms. Sat May 21 11:38:20 1994 Michael D. Ernst (mernst@research.microsoft.com) * dired.el (dired-mark-pop-up): Clear mouse-face property. Sat May 21 09:26:47 1994 Kevin Broadey (KevinB@mended_drum) * foldout.el (foldout-exit-fold): Make numeric argument work; before, it always exited one fold. Replace the Common Lisp `loop' construct with `while'. Sat May 21 01:28:13 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * startup.el (command-line-1): Precompute menu bar before startup msg. * ispell.el: Doc fixes. * ispell.el: Lucid menu added. (ispell): New function. (ispell-region): Assure choices and checked buffer selections correct. reindented. (ispell-highlight-spelling-errors): Prefix ispell- to highlght fns. (ispell-complete-word): Heuristic to respect case of completed words. (ispell-command-loop): Non-character events ignored. Reindented. (ispell-message): Various improvements. (ispell-init-process): `ispell-extra-args' added to allow personal customizations. Fri May 20 17:21:57 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * paren.el (show-paren-command-hook): Always set show-paren-mismatch-face to symbol, not face vector. * dired.el (dired-readin): Clear modified flag at the very end. * server.el (server-done-hook): New hook. (server-buffer-done): Run it. * mouse.el (mouse-choose-completion): Include words separated by single spaces in the completion. * simple.el (choose-completion): Include words separated by single spaces in the completion. * ispell.el: Lots of doc fixes and message syntax fixes. (ispell-command-loop): For X, put point before the word being considered, and mention C-u M-$ in message. * bookmark.el (bookmark-file): Alternate default on ms-dos. Fri May 20 13:43:51 1994 Noah Friedman (friedman@kropotkin.gnu.ai.mit.edu) * rsz-mini.el: Enable resize-minibuffer-mode when this file is loaded. Fri May 20 03:40:12 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-drag-secondary): Handle mouse motion out of window as in mouse-drag-region. * ispell.el (ispell-word): Implement C-u $ as in ispell4.el. (ispell-command-loop): Make quit-char work like X. For C-z, run whatever it's bound to. Thu May 19 16:39:23 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * cal-menu.el (calendar-mode-map): Use calendar-goto-astro-day-number. * simple.el (completion-setup-function): Make highlight span single spaces. (choose-completion-delete-max-match): Handle completion-ignore-case. * gnus.el (gnus-group-unsubscribe-current-group): Fail nicely if no current group name. * avoid.el (mouse-avoidance-nudge-dist): Doc fix. * menu-bar.el (menu-bar-mode): Preserve window height. * vc-hooks.el (vc-mode-line): Do nothing if FILE is nil. * compile.el (compilation-goto-locus): Handle case where *compilation* is in a dedicated window. * ispell4.el (ispell-highlight): Do nothing unless window-system. * rmail.el (rmail-variables): Don't add any permanent-local props. Don't make rmail-last-file local. * rmailedit.el (rmail-edit-current-message): Undo previous change. * rmailout.el (rmail-output): Doc fix. * gnus.el: rmail-default-file renamed from rmail-last-file, rmail-default-rmail-file renamed from rmail-last-... Thu May 19 01:58:43 1994 Daniel Quinlan (quinlan@bucknell.edu) * info.el (info-insert-file-contents): Avoid conflict with jka-compr. Thu May 19 11:33:35 1994 Boris Goldowsky (boris@mink.cs.rochester.edu) * avoid.el: Doc fixes. (mouse-avoidance-nudge-mouse): Removed redundant bounds check on destination coordinates. Thu May 19 00:29:41 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * server.el (server-done): Never kill buffer here. (server-buffer-done): Do it here, if temp file. * menu-bar.el (menu-bar-update-buffers): Record buffers' mod and read-only flags, and recompute if they change. * subr.el (posn-col-row): Doc fix. Wed May 18 19:29:51 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * font-lock.el (font-lock-after-change-function): Fix typo in prev chg. (font-lock-mode): Use after-change-functions not after-change-function. Tue May 17 21:11:29 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * tex-mode.el (tex-delete-last-temp-files): Don't fail on non-existent directory. Tue May 17 18:54:29 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * soundex.el (soundex-alist): Put variable before fn that uses it. Tue May 17 05:05:03 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.23 released. * gnus.el (gnus-group-mode-map): Fix typo in prev change. Mon May 16 03:23:48 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * man.el (Man-heading-regexp): Accept multiple whitespace chars. * gnuspost.el (gnus-post-news): Handle followup-to field. * bookmark.el: Doc fixes. (bookmark-relocate): Rename arg. Sun May 15 17:41:12 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * startup.el (precompute-menubar-bindings): Don't precompute menus if not using x. Thu May 12 13:04:53 1994 Kenneth Manheimer (klm@coil.nist.gov) * allout.el (outline-mode): Use outline-this-or-next-heading. * allout.el (outline-this-or-next-heading): New function. * allout.el (outline-mode): Fixed topic body reindentation scheme so programming code is not indented unless `outline-reindent-bodies' has value `force'. * allout.el (outline-infer-reindent-bodies): Implement above. * allout.el (outline-reindent-bodies): Doc fix. * allout.el (outline-init): New user interface for control of outline-mode session setup. Sets up `outline-find-file-hook', `outline-layout', and `outline-auto-activation'. Sat May 14 04:29:48 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * man.el: Remove periods from messages. (Man-heading-regexp): Accept only one leading space. * tar-mode.el (tar-extract): Put tar name into subfile visited name. (tar-subfile-save-buffer): When updating the desc line, insert new text after, then delete. * ediff.el: Move menu bar defines to top level and split them among three top-level sexps. Make menu bar defines unconditional. Don't alter menu-bar-files-menu here; menu-bar.el does that. Fri May 13 05:13:32 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * font-lock.el (font-lock-mode): Make font-lock-no-comments local. (font-lock-after-change-function): If we don't call font-lock-fontify-region, clear out face props instead. Thu May 12 13:55:15 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * cal-menu.el: Rewrite mouse-3 menu as a keymap. Move calendar-mouse-2-date-menu to down-mouse-2. * autoload.el (autoload-trim-file-name): Make it relative to the directory that loaddefs.el is in. * allout.el (outline-init): Delete junk at end. * texinfo.el (texinfo-show-structure): Fix subsubsection indent amount. * autoload.el (update-autoloads-here): Make just one shorter message. (batch-update-autoloads): Doc fix. Thu May 12 10:43:15 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * menu-bar.el (menu-bar-update-buffers): Don't use string-match. * autoload.el (update-autoloads-here): Split up long message. Thu May 12 00:59:07 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * font-lock.el (font-lock-fontify-buffer): Don't give "syntactically" message if we aren't doing that part. * gnus.el (gnus-group-mode-map, gnus-summary-mode-map): Add bindings for up and down keys. * dired.el (dired-mode-map): Get rid of dired-regexp-prefix; put the submap directly in the main map. * tar-mode.el (tar-extract): Don't clear out the buffer-file-name. Don't set list-buffers-directory. Wed May 11 19:10:51 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (shell-command): Use buffer name *Shell-Command*. * gud.el (sdb): Handle tags-file-name as nil. * isearch.el (isearch-done): Don't call deactivate-mark. Tue May 10 21:54:53 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * ediff.el (ediff-no-help-in-control-buffer): Renamed from ediff-nix-help-in-control-buffer, to match doc and usage. * autoload.el (update-file-autoloads): Delete leftover variable. * man.el (Man-reuse-okay-p): Doc fix. (Man-filter-list, Man-heading-regexp): Fix patterns. (Man-first-heading-regexp, Man-find-section): Likewise. (Man-getpage-in-background): Don't print ellipsis. (Man-bgproc-sentinel): Preserve match data. (Man-build-references-alist): Preserve restriction. (Man-bgproc-sentinel, Man-build-section-alist): Bind case-fold-search. (Man-next-section, Man-previous-section, Man-find-section): Likewise. (Man-goto-page): Fix interactive declaration. (Man-build-section-alist): Use match data, not bol/eol. (Man-build-man-command): Use manual-program, not hardcoded name. (Man-getpage-in-background): Likewise. Tue May 10 16:59:37 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * vc-hooks.el (vc-registered): Use find-file-name-handler. * font-lock.el (font-lock-no-comments): New variable. (font-lock-after-change-function): Test it. (font-lock-fontify-buffer): Test it. (font-lock-set-defaults): Set it. * files.el (abbreviate-file-name): Add special case for ms-dos. Delete code that checked for abbreviated-home-dir ending in /; it never did anything. * ispell4.el (ispell-message): Add `ispell-message-text-end' and `ispell-message-limit'. Spell-check subject as well as body. Tue May 10 16:54:49 1994 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * cal-menu.el (calendar-mode-map): Change binding of Mouse-2. Bind Mouse-3. (calendar-event-to-date): Add optional error parameter. (calendar-mouse-print-dates): Fix first line to show day of year. (calendar-mouse-date-menu): Deleted; split into two parts. (calendar-mouse-2-date-menu, calendar-mouse-3-date-menu): The two new functions. * calendar.el (calendar-cursor-to-date): Fix error return. (calendar-iso-date-string): Repair punctuation. Tue May 10 03:53:51 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * frame.el (frame-remove-geometry-params): Reverse the computed list, to preserve the original order of the elements. Tue May 10 02:32:58 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * texnfo-upd.el (texinfo-every-node-update) (texinfo-all-menus-update): Bind mark-active to t. * texinfo.el (texinfo-environment-regexp): Split lines. Add def..., ifset, ifclear. (texinfo-show-structure): Fix typo. Tue May 10 01:57:08 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * files.el (file-chase-links): Delete redundant slashes. Match `..' only at start of string. * gud.el (gud-gdb-marker-filter, gud-mipsdbx-marker-filter, gud-perldb-marker-filter): Allow marker string to arrive in mid-line. Tue May 10 01:12:42 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (shell-command-on-region): Don't kill output buffer when in the one line case. Mon May 9 14:06:55 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * iso-cvt.el (iso-gtex2iso-trans-tab): Reorder this list. * rmailsum.el (rmail-make-basic-summary-line): Get all the lines of the From field. * menu-bar.el (menu-bar-file-menu): Add Apply Patch and Compare Files * ediff.el: Doc fixes. Mon May 9 14:48:58 1994 Michael D. Ernst (mernst@monozygote.research.microsoft.com) * files.el (find-file-noselect): Suppress same-file warning if both filenames would print identically. Sun May 8 20:08:14 1994 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * cal-menu.el (calendar-mouse-set-mark): New function. (calendar-mouse-date-menu): Bind it to key. Sun May 8 11:58:33 1994 Kenneth Manheimer (klm@coil.nist.gov) * allout.el (outline-init) New user interface for control of outline-mode session setup, sets up `outline-find-file-hook', `outline-layout', and `outline-auto-activation'. * allout.el (outline-mode-post-command-business, outline-mode) (outlineify-sticky): Major new mode activation scheme. See outline-layout docstring for details. (outline-layout, outline-use-mode-specific-leader) (outline-mode-leaders): Variables for new mode-activation scheme. (outline-expose-topic): New specification format and optimizations, including thorough accomodation of multiple top- level topics. (outline-forward-current-level, outline-next-sibling) (outline-backward-current-level, outline-goto-prefix) (outline-show-children, outline-up-current-level) (outline-expose-topic): Behavior refinements and repairs, and speed optimizations. Better accomodation for multiple top-level topics. (outline-recent-end-of-subtree): New state var, basis for many topic-oriented optimizations. * allout.el: Revisions of many docstrings, for conformance to gnu standards and/or clarity. Sun May 8 02:05:32 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * calendar.el: Doc fixes. * cal-menu.el (calendar-mouse-print-dates): Add missing level of list for Islamic, Revolutionary and Mayan calendars. Delete duplicate entry for ISO calendar. (calendar-event-to-date): Set buffer in case calendar isn't current. Sun May 8 02:44:06 1994 David K}gedal (davidk@lysator.liu.se) * tempo.el (tempo-insert-region, tempo-show-completion-buffer, tempo-leave-completion-buffer): New variables. (tempo-complete-tag): Added a completion buffer mechanism. (tempo-display-completions): New function. (tempo-insert-template): An extension to the (p ...) tag enables named insertion for later insertion using a (s ...) tag. Sat May 7 17:59:46 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * subr.el (ignore): Allow interactive call. * loaddefs.el (global-map): Bind mouse-movement to ignore. * rmail.el (rmail-toggle-header): Call rmail-highlight-headers. * sendmail.el (mail-mailer-swallows-blank-line): Put space and tab into brackets. Sat May 7 02:35:21 1994 Morten Welinder (terra@diku.dk) * hexl.el (dehexlify-buffer): Reflect that binary-process was renamed to binary-process-output. (dehexlify-buffer): Bind also binary-process-input (for ms-dos). (hexlify-buffer): Bind both binary-process-input and binary-process-output (for ms-dos). (hexl-save-buffer): Force binary save (for ms-dos). Sat May 7 01:28:41 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * skeleton.el (mirror-mode): Commented out. Fri May 6 22:35:47 1994 Andreas Schwab (schwab@issan.informatik.uni-dortmund.de) * asm-mode.el (asm-comment): Don't match newline. * dired-aux.el (dired-mark-subdir-files): Don't pass any arguments interactively. * echistory.el (Electric-history-undefined): Substitute `Helper-help', not `Help-for-help'. * forms.el (forms-mode): Set visited file name to nil to prevent overwrite and autosave. The previous method didn't go far enough. * hexl.el (hexl-insert-char): Increment `address' for every character inserted. (hexl-mode-map): Add bindings for cursor keys. * hideif.el (hide-ifdef-syntax-table): New variable. (hif-tokenize): Use it. (hide-ifdef-mode): Don't clobber `c-mode-syntax-table'. * isearch.el (isearch-edit-string): Doc fix. (isearch-message-prefix): Initialize `isearch-within-brackets'. * resume.el: Provide 'resume. (resume-process-args): Bind `command-line-default-directory' for command-line-1. * shell.el (shell-backward-command): Fix regexp. * simple.el (minibuffer-history-sexp-flag): Doc fix. * terminal.el (terminal-edit-mode): Doc fix. (terminal-cease-edit): Reset the local keymap. Fri May 6 19:59:09 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * paths.el (rmail-spool-directory): On SCO 3.2v4, use /usr/spool/mail. * blessmail.el: If rmail-spool-directory is not a directory, just output an `echo' command to tell about it. * supercite.el (sc-cite-original): Add autoload. * backquote.el (backquote-backquote-symbol): Don't autoload defvar. (`): Write its name directly in the definition. Use defalias. (backquote-list*): Define with defalias. * rmailsum.el (rmail-make-basic-summary-line): Show 14 chars before @ and 11 after. Fri May 6 16:26:53 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * loadup.el: Don't precompute keybinding cache for menubar. * startup.el (normal-top-level): Do it here, after loading user files. * startup.el (command-line-1): Or here, if displaying startup message. * startup.el (precompute-menubar-bindings): New function. * menu-bar.el (menu-bar-file-menu): Change new-frame to make-frame, to agree with the keyboard binding. * mouse.el, man.el, lucid.el: Change new-frame to make-frame. Fri May 6 02:01:18 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ange-ftp.el (ange-ftp-start-process): Bind file-name-handler-alist to nil. * frame.el (frame-notice-user-settings): Wait till frame becomes visible before using its parameters. * imenu.el (imenu-default-create-index-function): Temporarily build in handling of a few major modes. (imenu--completion-buffer): Set completion-reference-buffer properly. Thu May 5 23:05:49 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * loaddefs.el (completion-ignored-extensions): Change if to cond. * hilit19.el (hilit-lookup-face-create): Don't put string values into the global face-font data. Thu May 5 01:07:58 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * frame.el (frame-notice-user-settings): Use geometry parms from frame when the initial specifications did not have them. * frame.el (frame-notice-user-settings): When replacing the first X frame, use the same geometry parms that were used to make it. (frame-remove-geometry-params): Treat user-size and user-position as geometry parms. Store all those parms into frame-initial-geometry-arguments. * simple.el (choose-completion-string): Barf if completing into a minibuffer but it's not now active. * rmailout.el (rmail-output-menu): Set rmail-default-rmail-file. (rmail-output-to-rmail-file): Doc fix. Wed May 4 00:22:17 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * frame.el (frame-notice-user-settings): Discard `reverse' when making the replacement for the initial frame. Put it on as nil. (new-frame): Use make-frame instead. * rmail.el (rmail-input-menu): Do nothing if rmail-secondary-file-menu return nil. Don't call expand-file-name. (rmail-secondary-file-menu): If no files match, warn and return nil. * rmailout.el (rmail-output-menu): Don't call expand-file-name. Do nothing if rmail-secondary-file-menu return nil. * imenu.el (imenu): Renamed from goto-index-pos. Add autoload. (imenu-prev-index-position-function): Renamed from prev-... (imenu-extract-index-name-function): Renamed from extract-... * gud.el (gud-marker-acc): Use make-variable-buffer-local. * outline.el (hide-sublevels): No need for condition-case. Don't call show-children if levels is 0. No need to check eob in while condition. Delete spurious setq of `first'. * frame.el (frame-initialize): Delete the code for reverse-video. x-create-frame-with-faces takes care of that. Tue May 3 20:37:59 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-secondary-save-then-kill): Doc fix. Tue May 3 19:11:38 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * backquote.el (backquote): Add autoloads. Tue May 3 17:32:16 1994 Per Abrahamsen (abraham@eupectic.research.att.com) * lisp-mode.el: Removed duplicate ";;; Code: " section separator. (lisp-mode-variables): Added missing backslash to outline-regexp. Tue May 3 17:04:11 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * autoload.el (update-directory-autoloads): Ignore files whose names start with =. Bind enable-local-eval to nil. Mon May 2 22:42:13 1994 Morten Welinder (terra@diku.dk) * isearch.el (isearch-case-fold-search): new possible value `yes' is like t except that mixed case in search string is ignored. (isearch-toggle-case-fold): New function. (isearch-search): Don't undo the work of isearch-toggle-case-fold. Mon May 2 03:49:05 1994 Lars Magne Ingebrigtsen (larsi@dyggve.ifi.uio.no) * gnus-uu.el: Removed some keystrokes for obscure toggle commands: C-c C-v C-a, C-c C-v C-p, C-c C-v C-q and C-c C-v C-k. (gnus-uu-decode-and-save-all-unread-articles-and-mark): Fn deleted. (gnus-uu-decode-and-save-all-articles-and-mark): Fn deleted. (gnus-uu-do-sloppy-uudecode): Variable deleted. (gnus-uu-decode-and-save-articles): Rewritten. (gnus-uu-grab-articles, gnus-uu-uustrip-article-as): Rewritten to properly handle multiple encoded files in one gulp. (gnus-uu-uustrip-article-as): Replace spaces in file names with underscores before giving the file to uudecode. * gnus-uu.el (gnus-uu-save-in-digest): Doc fix. (gnus-uu-save-articles, gnus-uu-save-article, gnus-uu-digest-and-forward, gnus-uu-marked-digest-and-forward): Changed old functions and added new functions to digest and forward articles. (gnus-uu-mark-thread): New function to mark a thread for later treatment. (gnus-uu-mark-by-regexp): Changed to add articles instead of clearing before adding. (gnus-uu-check-for-generated-files): First delete files, then directories. (gnus-uu-edit-begin-line, gnus-uu-decode-and-show-in-buffer): Select the current article before starting work. (gnus-uu-decode-and-view-all-unread-articles) (gnus-uu-decode-and-view-all-articles): Two new functions for decoding and viewing all (unread) articles in a newsgroup. * gnus-uu.el (gnus-uu-view-directory, gnus-uu-unpack-archives, gnus-uu-treat-archive): gnus-uu will now treat archives in archives (etc) properly when viewing. * gnus-uu.el (gnus-uu-threaded-multi-decode-and-save, gnus-uu-threaded-multi-decode-and-view): New interactive functions for decoding/saving threads. Bound to `C-c C-v C-j'. (gnus-uu-save-article): Added RFC1153-compliant digest saving. * gnus-uu.el (gnus-uu-initialize): Does some checks and expands relative temp dir names. * gnus-uu.el (gnus-uu-decode-and-show-in-buffer) (gnus-uu-decode-and-strip, gnus-uu-grab-articles) (gnus-uu-decode-and-view-or-save): Allow multiple encoded files to be decoded (and viewed) in one fell swoop. (gnus-uu-work-dir): New variable. * gnus-uu.el (gnus-uu-view-file): Changed to work with metamail. (gnus-uu-get-action, gnus-uu-toggle-view-with-metamail): New functions. (gnus-uu-ext-to-mime, gnus-uu-view-with-metamail): New variables. (gnus-uu-ctl-map): Add C-a binding. (gnus-uu-summary-next-subject): Ensures that the next unread article is moved to. (gnus-uu-default-interactive-view-rules-end): New variable to provide a "catch-all" when using interactive mode. (gnus-uu-get-action): Changed viewing rules in interactive mode. * gnus-uu.el (gnus-uu-uustrip-article-as): Disabled case-fold-search and changed gnus-uu-body-line to be more restrictive. (gnus-uu-multi-decode-and-view-or-save, gnus-uu-uustrip-article-as): Changed hard returns to \r. (gnus-uu-post-reply-mode): New mode for sending encoded files. (gnus-uu-post-news, gnus-uu-post-insert-binary-in-article) (gnus-uu-post-encode-uuencode, gnus-uu-post-encode-mime-uuencode) (gnus-uu-post-encode-mime, gnus-uu-post-make-mime) (gnus-uu-post-encode-file, gnus-uu-post-news-inews) (gnus-uu-post-insert-binary, gnus-uu-post-encoded): New functions. (gnus-uu-post-encode-method, gnus-uu-post-include-before-composing) (gnus-uu-post-threaded, gnus-uu-post-binary-separator): New variables. Mon May 2 17:41:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (visit-tags-table-buffer): If CONT is stringp, use it for tags-file-name. Don't bother calling tags-table-including when buffer-file-name is nil. (visit-tags-table): Signal error FILE is not stringp. Call visit-tags-table-buffer with FILE instead of 'same. (tags-next-table): When restoring state vars, set tags-file-name too. * etags.el (tags-find-table-in-list): Only recurse if (tags-included-tables) returns non-nil (avoid infinite recursion). Mon May 2 15:38:46 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * man.el (Man-notify-when-ready): Don't call select-frame if no window system. Mon May 2 20:55:42 1994 Daniel Quinlan (quinlan@bucknell.edu) * dired.el: Unspecified location of chown for Linux (Linux doesn't put chown in /etc). Mon May 2 12:24:20 1994 Per Abrahamsen (abraham@eupectic) * double.el (double-translate-key): Changed 'delete to 127 to make the non-X11 version work. Mon May 2 09:58:06 1994 David M. Smith (maa036@lancaster.ac.uk) * ielm.el (ielm-dynamic-multiline-inputs): New variable. (ielm-return): Support it. * ielm.el (ielm-print-working-buffer): New command (ielm-change-working-buffer): New command (ielm-display-working-buffer): New command (ielm-map): Bindings for new commands; bindings from shared-lisp-mode-map; Lemacs support. * ielm.el (ielm-eval-input): Give bindings in scope during the eval non-clashing names (ielm- prefix) * ielm.el (ielm-get-old-input): New function (inferior-emacs-lisp-mode): Bind it to comint-get-old-input Mon May 2 00:44:46 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * outline.el: Doc fixes. (hide-sublevels): Rewritten faster and simpler. * tex-mode.el: Doc fixes. * man.el (Man-notify-when-ready): In newframe case, use save-excursion. * tempo.el: New file. * mail-hist.el: New fike. * mldrag.el: New file. * ielm.el: New file. * rsz-mini.el: New file. Sun May 1 01:53:34 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * iso-cvt.el: New file. * replace.el (perform-replace): Call substitute-command-keys just once and only if querying. * term/x-win.el (x-handle-geometry): Specify user-position and user-size properties when appropriate. * solar.el (solar-degrees-to-hours, solar-hours-to-days): Force floating result. * blessmail.el: Don't load site-init.el. Print the mail directory we tested, on standard output. Don't load paths.el either--we now run in emacs, not temacs. Sun May 1 17:37:38 1994 Morten Welinder (terra@diku.dk) * dos-fns.el (set-register-value): Setting the high byte of a register trashed the low byte. (set-register-value): Fixed test so the value 0 can be set. (set-register-value): Rewrote to use bit operations instead of multiplication and division. (register-name-by-word-alist, register-name-by-byte-alist): Combined into one list, register-name-alist. (register-value, set-register-value): Use combined list. (mode-line-format): Make the %n pure. * loaddefs.el (mode-line-format): Make the %n pure. Sat Apr 30 22:05:40 1994 Morten Welinder (terra@diku.dk) * desktop.el (desktop-files-not-to-save): New variable to exclude certain files -- magic ftp names by default -- from being put into desktop files. (desktop-save-buffer-p): Check file name also. (desktop-save-buffer-p): For directories loaded by dired consider the directory to be the file name. (desktop-locals-to-save): Add line-number-mode to be saved when local. (desktop-remove): In case the desktop file cannot be deleted make sure that the desktop system is still inactivated. (desktop-kill): In case an error occurs when saving the desktop, offer to quit regardless. (desktop-save-buffer-p): Disregard case when testing file and buffer names against regexps. (desktop-buffer-dired): Display a warning if a directory no longer exists. (desktop-save-hook): New variable. (desktop-save): Run desktop-save-hook. (desktop-clear): Clear search history. (desktop-internal-v2s): Be more explicit when encountering an unprintable value. Sat Apr 30 21:55:10 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * menu-bar.el (menu-bar-update-buffers): Fix misspelled variable. Sat Apr 30 17:16:46 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * menu-bar.el: Don't call menu-bar-mode here. Sat Apr 30 12:14:34 1994 Morten Welinder (terra@tyr.diku.dk) * internal.el: Don't bind [mouse-1]; that's done elsewhere. Define lower-upper case correspondence for the three mostly used code pages. Sat Apr 30 00:15:36 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * scroll-bar.el (scroll-bar-event-ratio): New function. * files.el (hack-one-local-variable): Silently execute eval if the form is a put of a harmless property with harmless args. * gnus.el (gnus-summary-mode-map): Bind # to gnus-uu-mark-article. (gnus-uu-mark-article): Autoload it from gnus-uu. * gnus.el (gnus-summary-mode-map): Bind C-c C-v to gnus-uu-ctl-map. (gnus-uu-ctl-map): Autoload it from gnus-uu. Fri Apr 29 22:40:09 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * files.el (revert-buffer): Widen before replacing text. Fri Apr 29 16:54:55 1994 Kenneth Manheimer (ken.manheimer@nist.gov) * allout.el: major code speedups, bug fixes, behavior refinements, doc-string clarification and elaboration, etc. Prominent new features include: - Exposure changes and navigation are greatly accelerated. - More elaborate and clear doc-string for outline-mode, giving better guidance on use of the mode. - A new exposure-layout syntax, which accomodates outlines with multiple top-level topics. (See `outline-expose' and `outline-new-exposure'.) - Automatic exposure and verfication-prompting on attempts to change text within concealed regions, before they are applied. (Undo affecting concealed regions is only exposed, not verified, to facilitate smooth undo sequences.) - 'hot-spot' navigation implemented. When the cursor is on a topic's bullet, regular-character keystrokes will be interepreted as if they were preceded by ^C, when appropriate, so users can navigate and adjust exposure, etc, with single-stroke commands. - Lucid emacs accomodated. Fri Apr 29 20:52:03 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (tags-table-parent-pointer-list): Doc fix; elts are now 3-elt lists. (tags-next-table): Save tags-table-list in tags-table-parent-pointer-list and then set it to tags-included-tables. Restore tags-table-list from tags-table-parent-pointer-list. (tags-find-table-in-list): Renamed from tags-table-list-member. Search included tables. Take new arg MOVE-TO; if t, frob list pointers. (tags-table-including): Save tags-table-list in tags-table-parent-pointer-list. Set tags-table-list to the passed TABLES value. (visit-tags-table-buffer): When CONT is nil, pop all tags-table-parent-pointer-list state before doing anything else. Don't do list frobnication when CONT is 'same. Call tags-find-table-in-list instead of tags-table-list-member; let it do list frobnication when it succeeds. Fri Apr 29 19:42:40 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * menu-bar.el (menu-bar-update-buffers): Check whether frames ad buffers have actually changed; if not, do nothing. Fri Apr 29 14:13:14 1994 Morten Welinder (terra@tyr.diku.dk) * desktop.el (desktop-internal-v2s): Default case fixed to return correct quote flag. Fix cons cell handling to avoid recursion in the cdr part. Fri Apr 29 02:24:15 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * vc-hooks.el (vc-mode-line): Fix previous change. Thu Apr 28 11:11:32 1994 Michael D. Ernst (mernst@monozygote.research.microsoft.com) * novice.el (disabled-command-hook): Try to enable command in user init file only if there is a user init file. Thu Apr 28 03:31:53 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * lisp-mode.el (lisp-mode-variables): Undo previous change. * blessmail.el: Drop the trailing slash. Thu Apr 28 03:28:08 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * menu-bar.el (menu-bar-help-menu): Add item for emacs-version. Add item for report-emacs-bug. * gud.el (gud-mips-p, gud-irix-p): Test system-configuration. Wed Apr 27 18:16:00 1994 Dave Love (d.love@dl.ac.uk) * gud.el (gud-mipsdbx-marker-filter): Reimplemented based on gud-gdb-marker-filter, with regexps appropriately altered. (gud-marker-acc): New variable, replacing the debugger-specific accumulation variables. (dbx): On Irix, emit a marker so that the source is displayed initially with the marker at the first executable statement. * gud.el (dbx): Fix gud-break under SunOS, at least. (I suspect this is a general problem, because of the \n for some reason.) * gud.el (gud-dbx-mips-p, gud-dbx-irix-p): Use system-type to choose system-dependent dbx incantations. * gud.el (gud-dbx-mips-p): Use "-emacs" for OSF/1 dbx as for MIPS. * gud.el (gud-irix-dbx-p): Determines whether to use (new) gud-irixdbx-marker-filter. (gud-irixdbx-marker-filter): New function. (dbx): Insert case for Irix. Wed Apr 27 11:56:28 1994 Ulrich Mueller (ulm@vsnhd1.cern.ch) * case-table.el (describe-buffer-case-table): Don't use text-char-description. Wed Apr 27 23:41:50 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * menu-bar.el: Make a sub-keymap for the Buffers menu bar item. (menu-bar-select-buffer, menu-bar-select-frame): New commands for that subkeymap. (menu-bar-update-buffers): New function, on menu-bar-update-hook, made partly out of mouse-menu-bar-buffers. Wed Apr 27 23:33:13 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * blessmail.el: Chase symlinks manually. Wed Apr 27 23:01:23 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * blessmail.el: Get the file's truename in case it is a link. Wed Apr 27 22:40:17 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * blessmail.el: Don't make an empty script. Use signal, not error. Wed Apr 27 19:26:54 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (ange-ftp-completion-hook-function): Use new inhibit vars. * ange-ftp.el (ange-ftp-hook-function): Use ange-ftp-run-real-handler. (ange-ftp-run-real-handler): Inhibit ange-ftp-completion-hook-function as well as ange-ftp-hook-function. Wed Apr 27 17:56:55 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * compile.el (compilation-error-regexp-alist): Add fortran pattern. Wed Apr 27 02:20:03 1994 Noah Friedman (friedman@kropotkin.gnu.ai.mit.edu) * yow.el: Added comment indicating author. Tue Apr 26 20:30:10 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * faces.el (frame-update-faces): Unset old font. Tue Apr 26 05:39:04 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * case-table.el: Don't modify text-mode-syntax-table. * ange-ftp.el (internal-ange-ftp-mode): Set comint-prompt-regexp and paragraph-start. * etags.el (tags-add-tables): Doc fix. Mon Apr 25 19:09:38 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * rmailsum.el (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down): Scroll rmail-buffer explicitly. Mon Apr 25 18:31:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * compile.el (compilation-next-error-locus): Use compilation-error-message instead of "Moved past last error" when MOVE is 1 (default value). Mon Apr 25 14:25:13 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * desktop.el (desktop-internal-v2s): Make structure match docstring. * tar-mode.el (tar-copy): Don't bother with a temp buffer. Sun Apr 24 17:04:59 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * dos-fns.el (mode-line-format): Put `mode-line-process' earlier. (file-name-buffer-file-type-alist): Use nil or t, not 0 or 1. (find-buffer-file-type): Handle that change. * calendar.el (calendar-starred-day): Var renamed from starred-day. Sun Apr 24 14:26:57 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * rmail.el (rmail-highlight-headers): Extracted as a new function. Fix overlay position. Do nothing if face support is unavailable. Sun Apr 24 04:21:44 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * vc-hooks.el (vc-mode-line): Warn if file is not vc-registered but is a symlink to a vc-maintained file. * tar-mode.el (tar-extract): Don't put whole file name in buffer name. Do put it in list-buffers-directory. Save mode line space when mentioning the tar file name. (tar-subfile-mode): Don't add anything to minor-mode-alist. Sun Apr 24 22:41:50 1994 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) * shell.el (shell-dirstack-query): defaults to nil. (shell-mode): Guesses shell-dirstack-query based on shell name. Sun Apr 24 00:19:32 1994 Lawrence R. Dodd (dodd@roebling.poly.edu) * loaddefs.el (mode-line-format): * man.el (Man-mode-line-format): * tpu-edt.el (tpu-set-mode-line): * two-column.el (tc-mode-line-format): Put mode-line-process immediately after mode-name when setting mode-line-format. * cmuscheme.el (inferior-scheme-mode): * comint.el (comint-mode): * compile.el (compilation-setup, compilation-sentinel): * find-dired.el (find-dired, find-dired-sentinel): * gud.el (gud-mode, gud-sentinel): * inf-lisp.el (inferior-lisp-mode): * simple.el (shell-command): * terminal.el (terminal-cease-edit, terminal-mode): Remove space after `:' in mode-line-process. Sun Apr 24 00:51:56 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * jka-compr.el: Doc fixes. (jka-compr-run-real-handler): New function. (jka-compr-handler): Call it, to reinvoke the Emacs primitive using the new inhibit protocol. * rmail.el (rmail-show-message): Always re-set overlay face property. * simple.el (kill-line, kill-word): Don't use save-excursion. (kill-read-only-ok): New variable. (kill-region): Handle that variable. Handle read-only text property. * paragraphs.el (kill-paragraph): Don't use save-excursion. (backward-kill-paragraph): Likewise. (kill-sentence, backward-kill-sentence): Likewise. * rmail.el (rmail-show-message): Use overlays, not text properties. (rmail-overlay-list): New variable. (rmail-mode): Make it local. * subr.el (run-hooks): Don't use mapcar--save consing. Sat Apr 23 01:14:11 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mail-extr.el (mail-extr-all-top-level-domains): Renamed from all-top-level-domains. * lisp-mode.el (lisp-mode-variables): In comment-start-skip, reject semicolon after a backslash. * frame.el (special-display-frame-alist): New variable. (special-display-popup-frame): New function. (special-display-function): Set it. * rmail.el (rmail-show-message): Highlight the specified fields. (rmail-highlighted-headers): New user variable. * ange-ftp.el (ange-ftp-add-file-entry-alist): Fix typo in prev change. Fri Apr 22 22:31:22 1994 Jamie Zawinski (jwz@lucid.com) * mail-extr.el: Major changes by jwz and drw. * subr.el (run-hook-with-args): New function. Fri Apr 22 22:31:22 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * undigest.el (undigestify-rmail-message): Update summary buffer. Fri Apr 22 20:47:47 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ange-ftp.el: Many doc fixes. * ange-ftp.el (ange-ftp-run-real-handler): New function. (ange-ftp-real-...): Use that. * ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host) (ange-ftp-start-process): Bind process-connection-type explicitly. Fri Apr 22 17:51:12 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * hilit19.el: Don't treat $ as special if escaped. Fri Apr 22 00:31:14 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse-sel.el (mouse-extend): Handle case where posn-window is a frame. * comint.el (comint-mode-map): comint-dynamic-list-input-ring now on C-c C-l. * faces.el (frame-update-faces): New function. * frame.el (set-default-font): Call frame-update-faces. * mouse.el (mouse-set-font): Simply call set-default-font. * font-lock.el (rmail-font-lock-keywords): New variable. (compilation-mode-font-lock-keywords): New variable. (font-lock-set-defaults): Use those vars in those modes. * startup.el (command-line-default-directory): New variable. (command-line, command-line-1): Use and set it. * time.el (display-time): Force use of pipe, not pty. * vc.el (vc-backend-diff): Test of cmp was backwards. Fri Apr 22 12:27:07 1994 Per Abrahamsen (abraham@eupectic) * makefile.el (makefile-mode): Removed extra quote before makefile-warn-suspicious-lines. Thu Apr 21 17:24:14 1994 Boris Goldowsky (boris@moose.cs.rochester.edu) * avoid.el: (mouse-avoidance-point-position): New function, using new `compute-motion' functionality. Use of this fixes bugs involving wrapped lines & horizontally-scrolled windows. * avoid.el: New avoidance mode, "exile", like "banish" but temporary. * avoid.el: Jump/animate modes now keep track of net offset that they have moved the mouse, and try to keep this near 0. No longer wraps to other side of screen. * avoid.el (mouse-avoidance-mode): Update mode line. * avoid.el (mouse-avoidance-*-hook): Do nothing if inside kbd macro. Thu Apr 21 14:44:40 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ispell.el (ispell-use-ptys-p): Doc fix. * gud.el (gud-filter): Call comint-output-filter at the end. Thu Apr 21 15:22:18 1994 Francesco Potorti` (pot@fly.cnuce.cnr.it) * cmacexp.el (c-macro-expansion): changed the algorithm to allow __FILE__ and __LINE__ directives to be expanded correctly. (c-macro-expansion): use a forth optional argument DISPLAY meaning it should print messages at the start and end of preprocessing. All callers changed. (c-macro-expand): Don't display message here. Thu Apr 21 10:38:21 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * info.el (Info-next-preorder): Don't follow footnotes here. (Info-mouse-follow-nearest-node, Info-follow-nearest-node): Split into mouse and keyboard versions. (Info-mode-map): Bind them to mouse-2 and RET. (Info-try-follow-nearest-node): Common subroutine. * ebuff-menu.el (Electric-buffer-menu-mouse-select): New function. (electric-buffer-menu-mode-map): Bind it to mouse-2. Thu Apr 21 09:50:13 1994 Per Abrahamsen (abraham@research.att.com) * ispell.el (ispell-dictionary-alist): Renamed the entry for danish from "dansk" to "danish" in order to conform with reality. Thu Apr 21 02:22:38 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * gud.el (gdb, sdb, dbx, xdb, perldb): Set paragraph-start. (gud-mode): Make paragraph-start buffer-local. Thu Apr 21 21:14:01 1994 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) * comint.el (comint-mode): Set comint-last-input-start and comint-last-input-end to valid markers. * comint.el (comint-send-input): Use comint-output-filter to run functions on comint-output-filter-functions. * comint.el (comint-kill-output): Use delete-region to remove, and comint-output-filter to insert. Wed Apr 20 15:55:57 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * server.el (server-kill-emacs-query-function) (server-kill-buffer-query-function): Give names to these hook fns. * sort.el (sort-subr): Use car-less-than-car when appropriate. Wed Apr 20 15:52:48 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * compile.el (compilation-parse-errors): Fix references for column number, 3rd elt not 2nd. Wed Apr 20 02:03:33 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile (TAGS): New target. (lisptagsfiles): New variable. * cmacexp.el: Doc fixes. (c-macro-expansion): Handle a and b comment styles. (c-macro-shrink-window-flag): Renamed from c-macro-shrink-window-p. (c-macro-prompt-flag): Renamed from c-macro-prompt-p. * cmacexp.el: Potorti's changes: Provide cmacexp. (c-macro-prompt-p): Var renamed from c-macro-always-prompt-p. (c-macro-cppflags): Var renamed from c-macro-default-cppflags. (c-macro-expand): Don't handle C-u C-u specially. Compute message here in var mymsg. Clear buffer-auto-save-file-name. (c-macro-display-buffer): Now takes no argument. Use point-max to get large number. (c-macro-default-message, c-macro-eval): Functions deleted. (c-macro-expansion): Use startinstring as the char to insert. Tue Apr 19 20:13:41 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * startup.el (init-file-user): Doc fix. * blessmail.el: New file. * lisp.el (defun-prompt-regexp): Make this variable buffer-local. * emacsbug.el (report-emacs-bug): Insert at separator, not at end. Mon Apr 18 20:48:26 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * rmailsum.el (rmail-summary-rmail-update): Update rmail buffer even if it isn't displayed. * comint.el (comint-replace-by-expanded-history): Expand only at prompt. Pass SILENT flag to comint-replace-by-expanded-history-before-point. Mon Apr 18 20:31:26 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * server.el (kill-buffer-query-functions): Fix the question text. (kill-emacs-query-functions): Fix typo in question text. Mon Apr 18 19:52:58 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * outline.el (outline-end-of-subtree): Stop before final newline. Mon Apr 18 00:02:09 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (shell-command-sentinel): Do nothing if buffer is dead. (shell-command-filter): If point was at end, leave it at end. * menu-bar.el (menu-bar-enable-clipboard): Construct new cons cells. * loaddefs.el: Move pop-global-mark bindings to this file. * simple.el: Move pop-global-mark bindings to loaddefs.el. Sun Apr 17 21:56:49 1994 Per Cederqvist (ceder@signum.se) * hexl.el (hexl-mode): Make local binding for hexl-max-address. Sun Apr 17 21:06:07 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * pascal.el (pascal-outline-map): Move pascal-outline-goto-defun to C-c C-d. Sat Apr 16 02:42:41 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * debug.el (debug, debugger-eval-expression): Preserve match-data. * mouse.el (mouse-drag-region): Handle scroll off top/bottom. Fri Apr 15 19:33:41 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * imenu.el: Require cl only at compile time. (imenu--mouse-menu): Copy list by hand, not with copy-list. * simple.el (auto-fill-function): New function (doc placeholder). * calendar.el (calendar-mode-map): Use substitute-key-definition. Don't mess with kill-region and copy-region-as-kill. * window.el (shrink-window-if-larger-than-buffer): Do nothing for side-by-side windows. * help.el (describe-mode): Always show minor modes, at front. Fri Apr 15 15:24:54 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * mouse.el (mouse-set-font): Don't error if no selection. * startup.el (command-line): If no error data, print "", not nil. * emerge.el (emerge-goto-line): Fix return value. (emerge-convert-diffs-to-markers): Fix line number calculations. * files.el (basic-save-buffer): If selective-display is t, file may end in CR instead of LF. * comint.el: Doc fix. Thu Apr 14 21:12:22 1994 Lars Magne Ingebrigtsen (larsi@bera.ifi.uio.no) * gnus-uu.el (gnus-uu-enter-interactive-file): Escape any special characters in file names. (gnus-uu-call-asynchronous, gnus-uu-treat-archive): Likewise. * gnus-uu.el (gnus-uu-uustrip-article-as): Added more corrections of corrupt uucode. (gnus-uu-uustrip-article-as): Changed the algorithm for finding begin/body lines of encoded articles. (gnus-uu-check-correct-stripped-uucode): Handle extraneous empty lines in uuencoded postings. * gnus-uu.el (gnus-uu-uustrip-article-as, gnus-uu-clean-up): Check before calling process-status. (gnus-uu-uuencode-and-post): Added possibly non-standard posting of uuencoded files. Thu Apr 14 19:29:10 1994 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) * shell.el (shell-replace-by-expanded-directory): Don't display initial message. * shell.el: Properly use define-key-after to change menu-bar. Thu Apr 14 14:39:38 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * comint.el (comint-replace-by-expanded-history-before-point): Advance point unconditionally. * shell.el (shell-dynamic-complete-as-command): Don't match ignored-extensions if it's nil. * rmailout.el (rmail-default-file, rmail-default-rmail-file): Cancel new defvars. Thu Apr 14 03:37:49 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * faces.el (make-face-x-resource-internal): Don't mess with terminal frames. * startup.el (command-line): Call face-initialize before frame-initialize. * faces.el (x-create-frame-with-faces): Create frame invisible, set up the faces, then make it visible. * saveplace.el (save-place-kill-emacs-hook): Fix typo. Wed Apr 13 14:59:51 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (x-fixed-font-alist): Give multiple names for try for certain fonts. (mouse-set-font): Handle these. * files.el (find-buffer-visiting): Don't check buffer-file-number unless buffer-file-name is non-nil. * dired.el (dired-subdir-regexp): Allow a space in dir name. * rmailout.el (rmail-default-file, rmail-default-rmail-file): New defvars. * apropos.el (super-apropos-check-doc-file): Force Fundamental mode. Wed Apr 13 14:59:51 1994 Stephen Gildea (gildea@x.org) * mh-e.el, mh-utils.el: (mh-progs, mh-lib): Move from mh-e.el to mh-utils.el for Emacs 19.23, which doesn't define them in paths.el. * mh-utils.el (mh-find-progs): Add paths for BSDI. Put local paths first so they override the system's paths. * mh-utils.el (with-mh-folder-updating): Optimize to keep buffer-file-name nil even while restoring modified-p status at end. * mh-e.el (mh-store-buffer): Autoload. Better doc strings. Wed Apr 13 12:17:32 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * comint.el (comint-dynamic-complete-as-filename): Simplify. Wed Apr 13 00:27:28 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * menu-bar.el (mouse-menu-bar-buffers): Put Frames pane behind Buffers. Tue Apr 12 17:47:46 1994 Ethan Bradford (ethanb@ptolemy.astro.washington.edu) * ispell.el (ispell-message): Turn LIMIT into an integer, around ispell-region. Tue Apr 12 01:07:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * edt.el (case-flip-character): Make case test more general. * ispell.el: Bind M-$. * subr.el (read-quoted-char): Convert meta chars into 128+ chars. * simple.el (quoted-insert): Do nothing special for meta chars. * backquote.el (backquote-process): Don't crash if ultimate expression is just a variable. * dired-aux.el (dired-add-entry): Set opoint at beginning of line. No need to explicitly discard direcory from file name. Mon Apr 11 17:03:04 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * dired.el (dired-move-to-filename-regexp): Match the year or time. (dired-move-to-filename): Simplify the code for that. * imenu.el (imenu): Renamed from goto-index-pos. * gnus-uu.el: Doc fixes. (gnus-uu): New function is placeholder for docs. (gnus-uu-summary-next-subject): Do sit-for before gnus-summary-recenter. * emerge.el (menu-bar-emerge-menu): Improve menu title. * edebug.el (eval-reg): Fix the require call. * eval-reg.el: Renamed from eval-region.el. Fix the `provide' call. Doc fixes. * dired.el (dired-move-to-filename): Use skip-chars-forward instead of looking-at, for speed. Mon Apr 11 16:39:35 1994 Per Abrahamsen (abraham@research.att.com) * makefile.el (makefile-mode): make-local-variable misspelled as make-local-file. Mon Apr 11 15:59:29 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * ange-ftp.el (ange-ftp-process-filter): Call comint-output-filter. (ange-ftp-gwp-filter): Likewise. * gud.el (gud-filter): Let comint-output-filter do the hard work. * jka-compr.el (jka-compr-handler): Save match data. * comint.el (comint-dynamic-complete-as-filename): Save end of match before calling other functions. Handle non-match too. * dired.el (dired-move-to-filename): Handle leading blanks. * subr.el (force-mode-line-update): Doc fix. Mon Apr 11 14:22:01 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * easymenu.el (easy-menu-keymap): Don't append `...' to name. Sat Apr 9 20:58:22 1994 Richard Stallman (rms@geech.gnu.ai.mit.edu) * makeinfo.el (makeinfo-region): Fix name of tex-start/end-of-header. Sat Apr 9 17:52:48 1994 Daniel LaLiberte (liberte@churchy.gnu.ai.mit.edu) * cust-print.el: Simplify top-level definition of defalias for Emacs 18. * edebug.el: (keywordp): Remove definition. (edebug-form): Check whether keywordp is defined. Sat Apr 9 15:52:42 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * term/lk201.el (function-key-map): Use f11, not \e. * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el: Replace it with \e here. * files.el (inhibit-first-line-modes-regexps): Renamed from inhibit-local-variables-regexps. Fri Apr 8 22:44:59 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * rmailsum.el (rmail-new-summary): Avoid unsafe save-restriction. Fri Apr 8 01:03:48 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * term/lk201.el: Support kp-tab, kp-multiply, kp-add, kp-divide. * menu-bar.el (global-map): Bind function keys f16, f18 and f20, which Sun knows as copy, paste and cut. * lmenu.el (popup-dialog-box): New function. Thu Apr 7 20:17:01 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * comint.el (comint-exec-1): Handle both termcap and terminfo. * simple.el (hscroll-window-column): New function. (hscroll-point-visible): Do the right thing in the hard cases. * telnet.el (telnet-initial-filter, read-password): Don't unnecessarily duplicate comint functionality. Thu Apr 7 13:11:29 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * calendar.el: Many doc fixes. (general-holidays, *-holidays): Add risky-local-variable property. * cal-dst.el (calendar-daylight-savings-ends) (calendar-daylight-savings-ends): Add risky-local-variable property. * files.el (hack-one-local-variable): Treat varnames ending in -form or -forms like eval. (hack-one-local-variable): Test for risky-local-variable property. Put such properties on some variables, including minor-mode-map-alist. * edebug.el (edebug-version): Delete third arg of string-match. * term/x-win.el: If server is a Sun, call menu-bar-enable-clipboard. Thu Apr 7 10:18:46 1994 Frederic Pierresteguy (fp@hal.gnu.ai.mit.edu) * rmail.el (rmail-secondary-file-menu): Fix typo. Thu Apr 7 03:18:02 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * subr.el (define-key-after): Doc fix. Wed Apr 6 23:10:23 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * rmailsum.el (rmail-summary-disable): New function. (rmail-summary-enable): New function. (rmail-summary-mode): Call rmail-summary-enable. * rmailedit.el (rmail-edit-mode): Disable summary during edit. (rmail-cease-edit): Re-enable summary. * replace.el (replace-regexp): Fix misbalanced quotes. * rmailsort.el (rmail-sort-by-keywords): New function. * rmailsum.el (rmail-summary-sort-by-keywords): New function. * rmail.el (rmail-mode-map): Key binding for rmail-sort-by-keywords. * info.el (Info-find-node): Don't try to backstep if no history. (Info-insert-dir): Print sensible error message if no dir node. Wed Apr 6 00:13:13 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * replace.el: Doc fixes. * term/wyse50.el (kill-emacs-hook): Use add-hook. * saveplace.el (save-place-find-file-hook) (save-place-kill-emacs-hook): New functions. (hooks for find-file-hooks,kill-emacs-hook): Use those new functions. * menu-bar.el (clipboard-yank, clipboard-kill-ring-save) (clipboard-kill-region): New functions. Give them menu-enable properties and bind the PASTE, COPY and CUT keys. (menu-bar-enable-clipboard): New function. * term/x-win.el (x-select-enable-clipboard): New variable. (x-select-text, x-cut-buffer-or-selection-value): Obey it. * term/x-win.el (x-handle-args): Doc fix. Tue Apr 5 23:46:41 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (quoted-insert): Handle meta-chars usefully. Tue Apr 5 20:50:59 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * dired-x.el: New version from maintainer. Tue Apr 5 19:52:04 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * timer.el (timer-kill-emacs-hook): New function. (kill-emacs-hook): Add the new hook. * cc-mode.el: Large changes. Tue Apr 5 17:53:59 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * rmailsum.el (rmail-summary-goto-msg): Fix bug in earlier change. Tue Apr 5 16:55:08 1994 Daniel LaLiberte (liberte@churchy.gnu.ai.mit.edu) * cust-print.el: Change install-* and uninstall-* to *-install and *-uninstall. * eval-region.el: Change install-* and uninstall-* to *-install and *-uninstall. Mon Apr 4 23:38:27 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * man.el (manual-program): New (actually reintroduced) variable. (Man-getpage-in-background): Don't hardcode the program name. Mon Apr 4 21:53:40 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (auto-save-mode): Don't let buffer-saved-size stay negative. Mon Apr 4 21:34:23 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * calendar.el (calendar-cursor-to-date): Fix to signal error when appropriate. Mon Apr 4 20:28:21 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * edebug.el (edebug-emacs-19-specific): Renamed from edebug-fsf19-specific. (edebug-emacs-version-specific): Test for not-version-18. * view.el (view-mode-map): Don't bind C-z. Mon Apr 4 18:59:33 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * calendar.el (generate-calendar-month): Add mouse-face properties. * simple.el (completion-setup-function): Add mouse-face properties. * window.el (split-window-vertically): If size is negative, measure from bottom. Mon Apr 4 17:48:16 1994 Daniel LaLiberte (liberte@spiff.gnu.ai.mit.edu) * edebug.el Change "-emacs-" to "-original-" throughout. (edebug-last-sexp): Fix missing ";;" (edebug-read): Fix docstring, &optional arg, and the check that stream is current-buffer. (edebug-install-read-eval-functions): Use (elisp-eval-region-install). (edebug-uninstall-read-eval-functions): Restore to function values. (edebug-eval-defun): Repair check for edebug-all-defs. (edebug-top-level-form): Set edebug-all-defs to t. (edebug-read-and-maybe-wrap-form1): Call edebug-original-read instead of read. (edebug-enter): Bind pre-command-hook and post-command-hook to nil. Reset these variables and executing-macro to outside values. (edebug-display): Reset global variables to outside values. (edebug-recursive-edit): Reset global variables to outside values. (edebug-outside-excursion): Set outside values of global variables in case they were changed by side effect. (edebug-instrument-callee): Use edebug-original-read instaed of read. (edebug-eval-result-list): While evaluating evaluation list, bind edebug-execution-mode and edebug-trace to nil. Mon Apr 4 16:20:06 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * uncompress.el (uncompress-program): New variable. (uncompress-backup-file): Use it. (uncompress-while-visiting): Use that var. Handle .gz suffix. (auto-mode-alist): Handle .gz suffix. (find-compressed-version): Handle .gz suffix. Sun Apr 3 11:50:22 1994 Lawrence R. Dodd (dodd@roebling.poly.edu) * fortran.el (fortran-blink-matching-do): New function, basically copied from fortran-blink-matching-if. (fortran-indent-line): Call it. (fortran-mode): Doc mod. Mon Apr 4 01:45:14 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (version-control): Doc fix. * rmailsum.el (rmail-summary-goto-msg): Highlight the whole line except first char. Sat Apr 2 10:00:00 1994 Karl Fogel (kfogel@phylo.life.uiuc.edu) * saveplace.el (save-place-version-control): New var, for determining how to back up the master saved-places file. (save-place-alist-to-file): Bind version-control depending on `save-place-version-control'. (hook for find-file-hooks): Specify the APPEND arg to add-hook. Fri Apr 1 15:03:52 1994 Ethan Bradford (ethanb@ptolemy.astro.washington.edu) * ispell.el (ispell-message): Fixed infinite loop on shortened msg. Fri Apr 1 23:09:23 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * buff-menu.el (Buffer-menu-mode): Add mouse-face properties. (Buffer-menu-buffer-name-position): New function. * tar-mode.el (summarize-tar-header-block): Add mouse-face properties. * compile.el (compile-mouse-goto-error): Simplify. (compilation-parse-errors-function): Doc fix. Fri Apr 1 05:09:42 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * replace.el (occur): Add mouse-face property to each line. * dired.el (dired-insert-directory): Add mouse-face properties. (dired-insert-set-properties): New subroutine. * dired-aux.el (dired-add-entry, dired-insert-subdir-doinsert): Call dired-insert-set-properties. (dired-add-entry): Don't make name absolute; bind default-directory. * info.el (Info-fontify-node): Add mouse-face properties. Increase size limit for fontifying to 30000. Thu Mar 31 21:28:53 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * rmailkwd.el (rmail-message-label-p, rmail-parse-message-labels): Update obsolete (commented-out) functions. Thu Mar 31 18:39:59 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * unrmail.el, rmailout.el: Doc fixes. Thu Mar 31 17:00:25 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * man.el (Man-filter-list): New footer format to delete. Thu Mar 31 11:05:14 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * tar-mode.el: Fix error message syntax. (tar-mode): Doc fix. (tar-mouse-extract): New command. (tar-mode-map): Bind mouse-2. (tar-get-descriptor): New function. (tar-extract, tar-copy): Use that. (tar-mode-maybe-write-tar-file): Renamed from maybe-write-tar-file. * buff-menu.el (Buffer-menu-mouse-select): New command. (Buffer-menu-mode-map): Bind mouse-2. (Buffer-menu-mode): Doc fix. * replace.el (occur-mode): Doc fix. (occur-mode-goto-occurrence): Delete excess close paren. * dired.el (dired-mouse-find-file): Use same window. Renamed from ...-other-window. Wed Mar 30 12:21:35 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * replace.el (occur-mode-find-occurrence): New subroutine. (occur-mode-goto-occurrence): Use that. (occur-mode-mouse-goto): New command. (occur-mode-map): Bind mouse-2. (occur-mode-find-occurrence): Error if point is on first line. * compile.el (compile-mouse-goto-error): New command. (compilation-minor-mode-map): Bind mouse-2. * dired.el (dired-mouse-find-file-other-window): New command. (dired-mode-map): Bind mouse-2. Tue Mar 29 21:19:45 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * rmailsort.el (rmail-sort-messages): Update summary buffer. (rmail-sort-messages): Use buffer-disable-undo, not buffer-flush-undo. * rmailsum.el (rmail-sort-from-summary): Preserve window selection. Tue Mar 29 20:42:38 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * vc.el (vc-checkin): Undo previous change. * help.el (help): New alias. (help-for-help): Mention help character. (help-quit): New command. (help-map): Bind `q'. Tue Mar 29 02:06:29 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * c-mode.el (calculate-c-indent): Don't loop forever at bobp. (calculate-c-indent, indent-c-exp): Test char against 0, not nil. * font-lock.el: Check for existence of windowing system. * files.el (hack-local-variables-prop-line): Search two lines if "#!". Ignore keyword `mode', since it's already been handled. Mon Mar 28 20:35:16 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * debug.el (debug): Behave sensibly if pop-up-frames is set. * info.el (Info-suffix-list): Put empty string last. (info-insert-file-contents): Allow filename to already be suffixed. Mon Mar 28 18:58:07 1994 Roland McGrath (roland@mole.gnu.ai.mit.edu) * vc.el (vc-checkin): Insert name of current defun in comment buffer. * add-log.el (add-log-current-defun): Autoload this. Mon Mar 28 18:11:23 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * forms.el (forms-mode): Set major mode before finding forms-file. Mon Mar 28 00:08:46 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (basic-save-buffer-1): New subroutine, broken out of basic-save-buffer. (basic-save-buffer): Use basic-save-buffer-1. * bytecomp.el (byte-compile-file): Use whole file name for errors. * subr.el (momentary-string-display): Avoid modifying the undo list. * startup.el: Doc fixes. Sun Mar 27 14:43:36 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * subr.el (set-match-data): New alias. * mouse.el (mouse-choose-completion): Use choose-completion-string. (mouse-completion-delete-max-match): Moved to simple.el. * simple.el (choose-completion-delete-max-match): Renamed from mouse-completion-delete-max-match and moved here. (choose-completion-string): New function. (choose-completion): New command. (completion-list-mode-map): Add binding for choose-completion. (completion-setup-function): Mention RET. * vc-hooks.el (vc-find-file-hook): Set backup-inhibited. * files.el (set-visited-file-name): Kill local var vc-mode. Make buffer writable if was read-only due to vc. Sat Mar 26 00:22:31 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * loadup.el: Don't test for presence of dump-emacs. Use `dump' argument as criterion for copying DOC, for running top-level, and for extending the version number. Delete the sleep-for. * emerge.el (emerge-goto-line): New function. (emerge-convert-diffs-to-markers): Use it. * simple.el (blink-matching-open): Now three strategies for choosing the text to display when the matching open is off screen. * info.el (Info-insert-dir): Add a save-excursion. Require menu items for subnodes to end in ::. Fri Mar 25 17:59:01 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * gud.el (gud-comint-buffer): Move defvar up. Fri Mar 25 08:45:35 1994 Rick Sladkey (jrs@world.std.com) * gud.el (gud-gdb-complete-command): New defun to support true GDB completion in the GUD buffer. Requires assistance from GDB in the form of the `complete' command. (gud-gdb-complete-in-progress, gud-gdb-complete-string, gud-gdb-complete-break, gud-gdb-complete-list, gud-gdb-complete-filter): New. (gdb): Bind TAB to gud-gdb-complete-command. Fri Mar 25 02:48:11 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * easymenu.el: New file. Thu Mar 24 15:45:15 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * apropos.el (apropos-match-keys): Skip duplicate keybindings. * menu-bar.el (mouse-menu-bar-buffers): Fix position structure. Thu Mar 24 15:27:20 1994 Daniel LaLiberte (liberte@spiff.gnu.ai.mit.edu) * edebug.el: New version from author. * cust-print.el Change "internal" to "original" throughout. (add-custom-printer, delete-custom-printer) replace old customizers. (with-custom-print) new (custom-prin1-to-string) Made it more robust. Wed Mar 23 21:51:12 1994 Simon Marshall (simonm@penelope) * comint.el (comint-run): New command. (comint-watch-for-password-prompt): New function. (comint-mode, comint-show-output): Doc fix. * comint.el (comint-replace-by-expanded-history): Add menu-enable property. * shell.el (shell-strip-ctrl-m): New command. (shell-mode): Doc fix. (shell-dynamic-complete-as-command): Use comint-dynamic-simple-complete. Wed Mar 23 15:46:48 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * rmailsort.el (rmail-sort-by-subject): Fix `Re:' regexp. * nroff-mode.el (nroff-mode-abbrev-table): Call define-abbrev-table. Wed Mar 23 13:22:14 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-secondary-file-menu): Display relative file names. (rmail-output-menu): Autoload it. (rmail-mode-map): Add rmail-output-menu and rmail-input-menu. (rmail-quit): Remove summary buffer from display. Thoroughly remove Rmail buffer from display. Tue Mar 22 00:43:34 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * help.el (where-is): New function. * sort.el (sort-subr): Add autoload. * asm-mode.el (asm-mode): Doc fix. * debug.el (debugger-eval-expression): Use a history list. * skeleton.el, sh-script.el: New files. Mon Mar 21 20:40:29 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * register.el (jump-to-register): Handle dead marker. Mon Mar 21 19:27:19 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * map-ynp.el (map-y-or-n-p): Don't add any text to the ACTION-ALIST descriptions to make dialog box buttons. Mon Mar 21 01:11:22 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (insert-directory): Quote special shell chars, aside from wildcards and quoting characters. * loaddefs.el (mode-line-buffer-identification): Doc fix. Sun Mar 20 19:36:26 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * lmenu.el (make-lucid-menu-keymap): Any row of dashes means blank. Sun Mar 20 18:22:43 1994 Lawrence R. Dodd (dodd@roebling.poly.edu) * sendmail.el (mail-mode): Doc mod. Sun Mar 20 02:04:50 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * select.el (x-valid-simple-selection-p): Accept an overlay. (xselect-convert-to-string, xselect-convert-to-length): (xselect-convert-to-filename xselect-convert-to-charpos): (xselect-convert-to-lineno, xselect-convert-to-colno): Likewise. * subr.el (one-window-p): New argument all-frames. * map-ynp.el (map-y-or-n-p): Call x-popup-dialog the new way. Sat Mar 19 21:37:29 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * paths.el (mh-progs, mh-lib): Deleted. * tex-mode.el (tex-delete-last-temp-files): New arg NOT-ALL. (tex-region): Pass new arg. * help.el (help-with-tutorial): Change previous change; reduce threshold to 12 lines. Fri Mar 18 23:31:28 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * iso-acc.el (iso-accents-list): Add entries for unadorned accents. Fri Mar 18 22:14:05 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * lmenu.el: Provide lmenu, not menubar. * rmailsum.el (rmail-summary-goto-msg): Highlight message number of current message. Fri Mar 18 23:06:26 1994 Michael D. Ernst (mernst@research.microsoft.com) * lisp.el (beginning-of-defun-raw): Don't err when called at end of buffer. Fri Mar 18 21:55:14 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * help.el (help-with-tutorial): Avoid unexplained large blank area. * disp-table.el (create-glyph): Don't use slots that look like ASCII. (standard-display-ascii): Error if using a windowing system. (standard-display-g1, standard-display-graphic): Ditto. (standard-display-underline): If window system, use underline font. Fri Mar 18 06:54:31 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * compile.el (compilation-error-regexp-alist): Generalize ultrix 3 f77 regexp to match Absoft FORTRAN 77 errors. * replace.el (perform-replace): Set match-data markers to nil before discarding them. * map-ynp.el (map-y-or-n-p): Use a dialog box when triggered by a mouse event. Fri Mar 18 01:27:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmailout.el (rmail-output-menu): New command. * rmail.el (rmail-summary-window-size): New variable. (rmail-maybe-display-summary): Use it. (rmail-secondary-file-directory): New var. (rmail-secondary-file-regexp): New var. (rmail-secondary-file-menu): New function. (rmail-input-menu): New command. Fri Mar 18 00:54:37 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * telnet.el (telnet-maximum-count): Doc fix. Thu Mar 17 18:28:38 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * term/x-win.el (x-cut-buffer-or-selection-value): Check for error from x-get-selection. * lisp.el (end-of-defun): Fix check for trailing comment. * lisp.el (beginning-of-defun-raw): New function. (end-of-defun): Handle defun-prompt-regexp correctly. * rmail.el (rmail-convert-to-babyl-format): Check Content-Length field for consistency. Wed Mar 16 11:32:14 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (undo): Don't let the undo entries for the undo contain a specific buffer position. Delete it if there is one. * foldout.el: New file. * version.el (emacs-version): Use system-configuration. Tue Mar 15 00:06:50 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * man.el (manual-entry): Document what the arg does. * lisp.el (defun-prompt-regexp): Doc fix. * man.el (Man-original-frame): New variable. (Man-getpage-in-background): Save the frame that man was invoked in. (Man-notify-when-ready): Restore it, if appropriate. Mon Mar 14 21:50:20 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * gud.el (gud-filter): Update comint-last-input-end. * man.el (Man-filter-list): Extend footer pattern for hpux. (Man-cooked-hook): New variable. (Man-bgproc-sentinel): Run Man-cooked-hook after cleaning backspaces. Mon Mar 14 17:35:08 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * hilit19.el (LaTeX patterns): Don't match \( and \[ following a \. * man.el (Man-build-man-command): Redirect desc 2 to /dev/null. (Man-getpage-in-background): Require env before printing message. * mh-comp.el, mh-funcs.el, mh-mime.el, mh-pick.el, mh-seq.el, mh-utils.el: New files. * mh-e.el: Version 4.0 from Gildea. Mon Mar 14 16:18:40 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * info.el (Info-insert-dir): Use printable escapes instead of embedding literal control chars in the source. * underline.el (underline-region, ununderline-region): Ditto. * edt.el (indent-or-fill-region): Ditto. * page-ext.el (original-page-delimiter, set-page-delimiter): Ditto. * register.el (view-register, insert-register): Handle dead marker. Mon Mar 14 11:00:27 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * view.el (view-mode): Run view-mode-hook as well as view-hook. (view-mode-hook): New defvar. Sun Mar 13 16:52:32 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * text-mode.el (text-mode): Doc fix. Sat Mar 12 19:38:14 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * diff.el (diff-latest-backup-file): Call file name handler properly. * outline.el (hide-other, hide-sublevels): Renamed from outline-... Fri Mar 11 19:17:04 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * rmailsort.el (rmail-sort-by-lines): msgnum variable should be msg. * appt.el: Doc fix. * add-log.el, ange-ftp.el, cplus-md.el, dired-aux.el, dired.el, files.el, gnus.el, ispell.el, subr.el, texinfmt.el: Don't use triple-hyphen in a character class. * scheme.el (scheme-let-indent): Put hyphen in a safer place in the character class. * terminal.el (te-parse-program-and-args, te-quote-arg-for-sh): Ditto. Fri Mar 11 13:08:25 1994 Espen Skoglund (espensk@lglab17.cs.uit.no) * pascal.el (pascal-indent-case): Handle comma separated list. (pascal-set-auto-comments): No comment after record block. (pascal-seperator-keywords): Renamed to pascal-separator-keywords. (pascal-get-lineup-indent): Handle multiple declarations on same line. Thu Mar 10 18:44:54 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * mouse.el (mouse-kill): Select the clicked window first. * outline.el: (outline-mode, outline-level): Doc fix. (outline-on-heading-p): Use bolp, not bobp. (outline-hide-other): Rename from hide-other. (outline-hide-sublevels): Rename from hide-sublevels. (outline-back-to-heading): Error if no previous heading. (outline-next-visible-heading): Check for search failure. (outline-hide-sublevels): Ignore text before first outline heading. (outline-level): Count characters, not columns, so ^L is level 1. Thu Mar 10 02:26:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * shell.el (shell-dynamic-complete-as-command): Make ignored-extensions nil if comint-completion-fignore is nil. * files.el (find-buffer-visiting): Don't compare NUMBER if it is nil. * man.el (Man-filter-list): Don't insist on `...done' after `wait'. Match `Reformatting entry. Wait'. * rmail.el (rmail-ignored-headers): Add several x400 header types. * ispell.el (ispell-pdict-save, ispell-kill-ispell, ispell-continue): (ispell-help): Add autoloads. * bookmark.el (kill-emacs-hook): Don't autoload this hook. (bookmark-menu-bar-delete, bookmark-menu-bar-rename) (bookmark-menu-bar-locate, bookmark-menu-bar-jump) (bookmark-menu-bar-insert): Add autoloads. * emerge.el (emerge-revisions, emerge-revisions-with-ancestor) (emerge-merge-directories): Add autoloads. Wed Mar 9 23:00:50 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * loadup.el: Preload menu-bar. Prescan the menu bar keymaps for keyboard equivalents. * term/x-win.el: Turn on menu-bar-mode. * autoload.el (generate-file-autoloads): Don't ignore the line after the form marked by a ;;;###autoload\n. * menu-bar.el: Delete the `>' from various menu item strings. * emerge.el (menu-bar-emerge-menu): Autoload the whole setup. * bookmark.el (menu-bar-bookmark-map): Autoload the whole setup. * ispell.el (ispell-menu-map): Autoload the whole setup. (ispell-dictionary-alist): Add autoload. (ispell-menu-map): Don't redefine if already defined. Don't test for menu-bar since this is now done before menu-bar. Wed Mar 9 01:41:10 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * outline.el (outline-regexp): Initialize outside the defvar. * nroff-mode.el (nroff-mode): Deleted garbage character. Tue Mar 8 13:56:51 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * text-mode.el (indented-text-mode): Run indented-text-mode-hook. * derived.el: Renamed from mode-clone.el. All functions renamed. (define-derived-mode): Renamed from define-mode-clone. Tue Mar 8 07:38:42 1994 Simon Marshall (simonm@penelope) * comint.el (comint-completion-fignore): New variable. (comint-dynamic-complete-as-filename): Use it. * shell.el (shell-completion-fignore): New variable. (shell-mode): Use it to set comint-completion-fignore. (shell-dynamic-complete-as-command): Use it. Tue Mar 8 18:31:05 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * mouse.el (mouse-minibuffer-check): New function to disallow mouse events in an inactive minibuffer. All relevant mouse functions changed to use it. * files.el (find-buffer-visiting): New function to look for another buffer visiting the same inode. (find-file-noselect): Use it instead of inline code. * apropos.el (super-apropos-check-doc-file): Use doc-directory instead of data-directory. (apropos, super-apropos): Doc fix. Tue Mar 8 13:56:51 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * derived.el: Renamed from mode-clone.el. All functions renamed. (define-derived-mode): Renamed from define-mode-clone. Tue Mar 8 07:38:42 1994 Simon Marshall (simonm@penelope) * comint.el (comint-completion-fignore): New variable. (comint-dynamic-complete-as-filename): Use it. * shell.el (shell-completion-fignore): New variable. (shell-mode): Use it to set comint-completion-fignore. (shell-dynamic-complete-as-command): Use it. Tue Mar 8 00:49:35 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (etags-list-tags): Check for explicit tag names. * etags.el (etags-tags-completion-table): Let the line number or char pos be empty. (etags-snarf-tag): Look for line number as well as char pos. Let either be empty; return both. (etags-goto-tag-location): Arg also contains line number. If char pos is nil, use line number. Mon Mar 7 17:56:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * bytecomp.el (byte-compile-track-mouse): Undo previous change, but use byte-compile-top-level-body. Mon Mar 7 17:31:56 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * compile.el (compile-reinitialize-errors): Rename first arg from ARGP to REPARSE. Test only its nilness. (compile-goto-error): Pass (consp ARGP) to compile-reinitialize-errors instead of ARGP itself. (next-error): Code broken out into two new functions; call them. (compilation-next-error-locus): New function; bulk of code from next-error. Silently skip errors whose source loci are markers in killed buffers. (compilation-goto-locus): New function, final code from next-error. Mon Mar 7 14:44:27 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * gud.el (gdb): Use a minibuffer map with TAB to complete a filename. * simple.el (comment-column): Doc fix. Sun Mar 6 21:28:53 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-choose-completion): Bury the completion buffer. * mouse-sel.el: Doc fixes. Mon Mar 7 11:57:42 1994 Mike Williams (mikew@pooh.dosli.govt.nz) * mouse-sel.el (mouse-sel-insert-at-point): New variable. (mouse-insert-selection): Don't move point if mouse-sel-insert-at-point is non-nil. Sun Mar 6 14:37:40 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * backquote.el (backquote-listify): Renamed from bq-listify. (backquote-process): Renamed from bq-process. (backquote-list*-function): Renamed from list*-function. (backquote-list*-macro): Renamed from list*-macro. (backquote-list*): Renamed from list*. * backquote.el: Complete rewrite by Sladkey. Sun Mar 6 12:11:38 1994 Michael D. Ernst (mernst@monozygote) * edebug.el (edebug-skip-whitespace): Only \n, not \r, ends a comment. Sat Mar 5 18:28:21 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * s-region.el: New file. * jka-compr.el (jka-compr-insert-file-contents): Handle 5th arg. Fri Mar 4 18:07:53 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * rmail.el (rmail-message-filter): Doc fix. Fri Mar 4 15:48:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * bytecomp.el (byte-compile-track-mouse): Handle >1 body form. Generate code that binds track-mouse. * font-lock.el (c++-font-lock-keywords-1, c++-font-lock-keywords-2): New variables. (c++-font-lock-keywords): Use c++-font-lock-keywords-1. Fri Mar 4 01:12:04 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * compile.el (compile-goto-error): Push the mark before calling next-error. Thu Mar 3 20:29:06 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * term/x-win.el (system-key-alist): Fix the code value for `remove'. * ange-ftp.el (ange-ftp-nslookup-host, ange-ftp-start-process): Bind default-directory to some accessible directory, if necessary. Thu Mar 3 10:15:31 1994 Michael D. Ernst (mernst@research.microsoft.com) * bytecomp.el (byte-compile-insert-header): Take a filename argument. (byte-compile-from-buffer): Change second argument to filename. Always return outbuffer; never eval from it or kill it. (byte-compile-file): Pass filename to byte-compile-from-buffer. Thu Mar 3 19:04:39 1994 Karl Heuer (kwzh@churchy.gnu.ai.mit.edu) * c-mode.el (c-fill-paragraph): Preserve final sentence boundary. Thu Mar 3 18:33:35 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * comint.el (comint-input-filter-functions) (comint-output-filter-functions): Renamed from ...-sentinel-functions. * shell.el: Rename comint-input-filter-functions and comint-output-filter-functions. (shell-mode): Put dir tracker on comint-input-filter-functions, not ...output... (shell-directory-tracker, shell-process-popd): Call just error, not message and error. Thu Mar 3 23:39:40 1994 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) * cmuscheme.el (inferior-scheme-mode): Removed unnecessary initialisation of comint-input-sentinel. * shell.el (shell-dynamic-complete-functions): New variable. (shell-mode): Use it to set comint-dynamic-complete-functions. * shell.el (shell-mode-map): Define menu-bars for command, variable and directory completion/expansion. * shell.el (shell-get-current-command, shell-after-partial-filename): Functions deleted. * shell.el (shell-dynamic-complete-environment-variable, shell-replace-by-expanded-directory): New commands. (shell-match-partial-variable, shell-dynamic-complete-as-environment-variable): New functions. * comint.el (comint-after-partial-filename-command, comint-dynamic-complete-filename-command, comint-dynamic-complete-command-command, comint-get-current-command): Deleted. * comint.el (comint-input-sentinel-functions): Replaces comint-input-sentinel. (comint-input-sentinel): Deleted. (comint-send-input): Run hooks on comint-input-sentinel-functions. (comint-output-sentinel-functions): Renamed from comint-output-filter-functions. * comint.el (comint-dynamic-complete-functions): New variable. * comint.el (comint-mode-map): Removed menu-bar for command and variable completion. * comint.el (comint-exec-1): Add to environment by hand; avoids using setenv. * comint.el (comint-replace-by-expanded-history-before-point): Renamed from comint-replace-by-expanded-history. (comint-replace-by-expanded-history): New wrapper definition. * comint.el (comint-word): New function. (comint-match-partial-filename): Use it. (comint-after-partial-filename, comint-match-partial-variable, comint-dynamic-complete-variable): Deleted. * comint.el (comint-dynamic-complete): Run hooks on comint-dynamic-complete-functions. * comint.el (comint-dynamic-complete-as-filename): Renamed from function comint-dynamic-complete-filename. (comint-dynamic-complete-filename): New wrapper definition. * comint.el (comint-dynamic-simple-complete): Return a symbol representing completion. Thu Mar 3 17:13:52 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * autoload.el (generate-file-autoloads): Move misplaced paren in match clause of cond so copying the rest of the line to the output is the else clause of if (eolp), not after the if. Thu Mar 3 16:12:09 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * server.el (server-switch-buffer): Don't select a minibuffer. Thu Mar 3 13:26:11 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * outline.el (outline-on-heading-p): Use bolp. (show-children): Use outline-back-to-heading. (outline-next-preface): Don't retreat over \n or ^M if no more headers. * simple.el (current-word): Check properly for bolp. New optional arg STRICT. Doc fix. Thu Mar 3 12:37:53 1994 Christian Lynbech (lynbech@daimi.aau.dk) * appt.el: Better use add-hook than setq when setting display-time-hook Thu Mar 3 11:25:57 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * files.el (buffer-file-truename): Doc fix. * subr.el (substitute-key-definition): Avoid infinite recursion. Wed Mar 2 20:13:50 1994 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * lunar.el (lunar-phase): Use calendar-mod instead of % so that it works for negative phase numbers. Wed Mar 2 11:40:34 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (completion-list-mode): Set completion-reference-buffer to the buffer for which the completions were requested. (completion-reference-buffer): New variable. * mouse.el (mouse-choose-completion): Use that as the buffer to edit. * comint.el (full-copy-sparse-keymap): Function deleted. (comint-arguments): Use just one regexp to find end of arg and detect whether it has any quotes. (comint-delim-arg): Don't check for quotes. Use loop, not regexps. (comint-delimiter-argument-list): List now has chars, not strings. * shell.el (shell-delimiter-argument-list): Now has chars, not strings. * telnet.el (telnet): Use chars in comint-delimiter-argument-list. * shell.el (shell-mode-map): Use copy-keymap. (shell-dirtrackp): Variable definition added. * inf-lisp.el (inferior-lisp-mode-map): Use copy-keymap. * cmuscheme.el (inferior-scheme-mode-map): Use copy-keymap. * comint.el (comint-mode-map): Rename `input' to `inout' as menu key. Don't put `output' in menu-bar-final-items. Wed Mar 2 19:46:19 1994 Espen Skoglund (espensk@stud.cs.uit.no) * pascal.el (pascal-calculate-indent): Fixed indentation bug in for-loops, with-structures and else-structures. (pascal-noindent-re): Add `else'. Wed Mar 2 05:27:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * diff.el (diff-latest-backup-file): Check for a file-name-handler and run it. Wed Mar 2 02:53:25 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * makefile.el (makefile-mode): Set local-write-file-hooks, not write-file-hooks. Wed Mar 2 00:28:02 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * faces.el (copy-face): Don't change old-face and new-face before the frame loop. * term/x-win.el (iconify-or-deiconify-frame): Don't make invisible before making visible. Wed Mar 2 00:24:53 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (tags-add-tables): Change default value to 'ask-user; update doc. (visit-tags-table-buffer): If tags-add-tables is nil, never add to current list; if t, always; if non-nil, non-t, ask user. Wed Mar 2 07:24:55 1994 Thomas Neumann (tom@smart.bo.open.de) * makefile.el: Version 1.16. (makefile-mode): Correct `make-variable-buffer-local' to `make-local-variable'. Set indent-tabs-mode to t. * makefile.el (makefile-insert-macro-ref): Do not append a space to the inserted macro reference. (makefile-insert-macro-ref): Likewise if the reference is to one of makefile-runtime-macros-list. (makefile-format-macro-ref): If the name of the macro ref starts with a '(' or '{' then the enclosing parentheses are not added. * makefile.el (makefile-warn-suspicious-lines): New function. * makefile.el: Changed mode name to "Makefile" instead of "makefile". Tue Mar 1 23:40:46 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * term/x-win.el (iconify-or-deiconify-frame): Force temporary invisibility even if this is the only frame. Tue Mar 1 22:42:53 1994 Ed Reingold (reingold@goldman.gnu.ai.mit.edu) * calendar.el: (calendar-current-date): Use fixed assoc list for month names so that changing the array of names doesn't screw up the determination of the current date. Tue Mar 1 14:57:59 1994 Ethan Bradford (ethanb@ptolemy.astro.washington.edu) * ispell.el (ispell-message-text-end): New variable. (ispell-message): Use ispell-message-text-end. Spell check all of a multi-line subject. Correct bug whereby internally generated messages were not recognized. Tue Mar 1 17:28:34 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * sendmail.el (mail-do-fcc): Don't write a newline before the text. * pascal.el (pascal-sub-block-re): Recognize for and with. Tue Mar 1 01:18:27 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * info.el (Info-restore-point): Don't wipe out hl before using it. * picture.el (picture-forward-column, picture-backward-column): Allow backward motion across multi-column characters. Mon Feb 28 23:37:50 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * startup.el (inhibit-startup-echo-area-message): Doc fix. * two-column.el (tc-mode-map): Fix binding of tc-dissociate. Sat Feb 26 22:25:28 1994 David J. MacKenzie (djm@geech.gnu.ai.mit.edu) * avoid.el: Fix comment typos. Fri Feb 25 23:32:07 1994 Michael D. Ernst (mernst@monozygote) * menu-bar.el (menu-bar-mode): Make menu-bar-mode without an argument toggle display of a menu bar. Fri Feb 25 22:42:59 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * term/x-win.el (system-key-alist): Renamed from vendor-key-syms. Fri Feb 25 19:07:34 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * comint.el (comint-exec-1): Force a local copy of the environment. * font-lock.el: Clean up c-font-lock-keywords; now slightly more consistent about highlighting declarations. Fri Feb 25 01:24:09 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * cmacexp.el (c-macro-display-buffer): Delete special view-mode hack. (c-macro-expansion): Parse from 1 to START just once. Avoid counting lines. Use ???!!!???!!! to mark start of the region we want to look at. Thu Feb 24 18:16:01 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * files.el (set-visited-file-name): Unlock the file if setting the visited file name to nil. * buff-menu.el (Buffer-menu-toggle-read-only): Change toggle-read-only to vc-toggle-read-only. * help-macro.el (make-help-screen): Initialize help-screen before changing the keymap. * help.el (help-for-help): Use help-map in the docstring. Thu Feb 24 18:02:49 1994 Hans Chalupsky (hans@hydra.cs.buffalo.edu) * bytecomp.el (byte-compile-protect-from-advice): New macro that temporarily deactivates advice of `defun/defmacro' while BODY is run. (byte-compile-from-buffer, byte-compile-top-level): Use `byte-compile-protect-from-advice' to protect compilation. Thu Feb 24 03:30:19 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * c-mode.el (c-mode): Set outline-regexp and outline-level. (c-outline-level): New function. * nroff-mode.el (nroff-mode): Set outline-regexp and outline-level. (nroff-outline-level): New function. * lisp-mode.el (lisp-mode-variables): Set outline-regexp. * outline.el (outline-minor-mode-prefix): Change to C-c C-o. (hide-sublevels, hide-other): New functions. (outline-mode-map): New key bindings. New menu bindings. * macros.el (insert-kbd-macro): Handle C-@, C-[, etc. properly and their meta variants too. Wed Feb 23 18:15:22 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * server.el (kill-emacs-query-functions, kill-buffer-query-functions): Add functions to these lists. * files.el (kill-emacs-query-functions): New variable. (save-buffers-kill-emacs): Use it. * info.el (Info-build-node-completions): Add a call to widen. (Info-goto-emacs-command-node): Fix paren error. Fix typo in message. (Info-restore-point): Use iteration instead of recursion. * debug.el (debug, debug-on-entry): Doc strings. Wed Feb 23 14:16:33 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * bytecomp.el (byte-compile-file): Return nil on failure. Wed Feb 23 09:57:11 1994 Gregor Schmid (schmid@fb3-s7.math.tu-berlin.de) * tcl-mode.el (tcl-mode-menu): Move defvar. New order for menu entries. Wed Feb 23 00:00:38 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * tcl-mode.el (tcl-mode): Handle files that don't start with #. (tcl-mode-menu): New keymap. (tcl-setup-keymap): Use tcl-mode-menu. * mouse.el (help-menu-map): Variable deleted, and its binding. (mouse-select-window): New command, now on mode-line mouse-1. (mouse-delete-other-windows): Now on mode-line mouse-2. (mouse-split-window-horizontally): Now on mode-line C-mouse-2. * subr.el (posn-x-y): New function. (posn-col-row): Convert coords from pixels to glyph units. Tue Feb 22 15:56:56 1994 Jay K. Adams (jka@mustang.ece.cmu.edu) * jka-compr.el: (jka-compr-partial-uncompress): Make dd give you one more block than you think you need. * jka-compr.el (jka-compr-dd-blocksize): Change default value to 256. Tue Feb 22 10:34:03 1994 Hans Chalupsky (hans@hydra.cs.Buffalo.EDU) * advice.el: Removed all support for Emacs-18: Removed autoload for `backquote'. Removed arglist specifications for `documentation' and `fset'. (ad-emacs19-p, ad-use-jwz-compiler): Removed these variables. (ad-lemacs-p, ad-v19-compiled-p, ad-subr-arglist, ad-make-advised-docstring): Removed reference to `ad-emacs19-p'. (ad-compiled-p): Renamed from `ad-v19-compiled-p'. Removed old definition of `ad-compiled-p'. (ad-compiled-code): Renamed from `ad-v19-compiled-code'. (ad-arglists, ad-docstring, ad-interactive-form): Use new names. (ad-body-forms): Always return nil for compiled definitions. (ad-compile-function): Simplified, because the v19 incarnation of `byte-compile' can compile macros. (ad-real-byte-codify): Removed. (ad-execute-defadvices): Removed. The `defadvice's it contained are now at the top level. (ad-advised-byte-code-definition): Renamed to `ad-advised-byte-code' and removed the definition of `ad-advised-byte-code' via `fset'. (ad-advised-byte-code-definition, ad-recover-byte-code, ad-stop-advice, ad-recover-normality): Removed `ad-real-byte-codify'-cation of their definitions. (ad-adjust-stack-sizes): Removed. (ad-enable-definition-hooks, ad-disable-definition-hooks): Removed v19 conditionalization. * advice.el: Fixed the problematic interaction between the byte-compiler and Advice when `ad-activate-on-definition' was t which resulted in erroneous compilation of nested `defun/defmacro's: (byte-compile-from-buffer, byte-compile-top-level): Advised to temporarily deactivate the advice of `defun/defmacro'. (ad-advised-definers, ad-advised-byte-compilers): New variables. (ad-enable-definition-hooks, ad-disable-definition-hooks): En/disable the advised byte-compiler entry points. * advice.el (defadvice): Implement a `freeze' option which expands the `defadvice' into a redefining and dumpable `defun/defmacro' whose documentation can be written to the `DOC' file. Frozen advices cannot be undone, hence, they do not need any Advice runtime support. (ad-defadvice-flags): Add `freeze' flag. (ad-make-advised-docstring, ad-make-single-advice-docstring): New STYLE option for `plain' and `freeze' styles. Slightly changed the default formatting of advised docstrings. (ad-make-plain-docstring, ad-make-freeze-docstring): New functions. * advice.el: (ad-recover-all, ad-scan-byte-code-for-fsets): Removed unused condition variable `ignore-errors'. * advice.el (ad-save-real-definition): New macro to save real definitions of functions used by Advice. Use `ad-save-real-definition' to save definitions of `fset', `byte-code' and now also `documentation'. (ad-subr-arglist, ad-docstring, ad-make-advised-docstring): Use `ad-real-documentation' to avoid interference with the advised version of `documentation'. * advice.el (ad-execute-defadvices): Copy advice infos. * advice.el (ad-start-advice-on-load): Default changed to t. Tue Feb 22 21:38:47 1994 Ed Reingold (reingold@mole.gnu.ai.mit.edu) * calendar.el (calendar-cursor-to-date): Fix to handle starred days correctly. Tue Feb 22 19:30:00 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * rmail.el (rmail-insert-inbox-text): Recognize the spool directory even if symlinks are present. Mon Feb 21 16:35:47 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * window.el (shrink-window-if-larger-than-buffer): Don't shrink if the window that would expand is the minibuffer. Sun Feb 20 21:49:23 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * picture.el (picture-mode-map): Replace delete-backward-char like backward-delete-char-untabify. Fri Feb 18 14:42:59 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * cal-mayan.el (calendar-string-to-mayan-long-count): Don't assume that periods must end numbers. Look for digit runs explicitly. * subr.el (substitute-key-definition): Don't discard menu strings. * lisp.el (lisp-complete-symbol): Doc fix. * mouse.el (mouse-delete-max-match): Set len properly. * jka-compr.el: New file. * double.el: New file. * gud.el (gud-mode): Define C-c C-l in gud buffer. * soundex.el: New file. Fri Feb 18 02:51:33 1994 Paul Eggert (eggert@twinsun.com) * (vc-lookup-triple): Yield nil, not "", if version name is nil. Thu Feb 17 00:55:30 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ange-ftp.el (ange-ftp-insert-file-contents): New arg REPLACE. * lmenu.el: Delete the code to enable menu bars. * lisp.el (defun-prompt-regexp): Now a user variable. * files.el (revert-buffer): Use new insert-file-contents replace arg. Thu Feb 17 00:54:54 1994 Noah Friedman (friedman@prep.ai.mit.edu) * files.el (interpreter-mode-alist): Add entries for awk, gawk, and scm scripts. Wed Feb 16 19:11:36 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * compile.el (compilation-error-regexp-alist): Tighten up Ultrix 3.0 f77 regexp to exclude : from file names; avoids lossage when : appears in error text. Wed Feb 16 13:19:40 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (recover-file): Call auto-save-file-name-p correctly. * cplus-md.el (c++-mode): Set parse-sexp-ignore-comments to t. Wed Feb 16 15:02:07 1994 Stephen Gildea (gildea@x.org) * time-stamp.el (time-stamp-start): Allow more white space between keyword and time stamp. Tue Feb 15 17:28:12 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * faces.el (face-try-color-list): Don't rely on errors from using a color that the server can't really support. Mon Feb 14 18:46:26 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (interpreter-mode-alist): New variable. (set-auto-mode): Use that for chosing a mode. Mon Feb 14 14:50:38 1994 Karl Heuer (kwzh@geech.gnu.ai.mit.edu) * simple.el (current-word): Remove (interactive). Mon Feb 14 14:18:23 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * sendmail.el (mail-mailer-swallows-blank-line): Fix regexp typo. Check for apparent header line as well as for leading whitespace. Sat Feb 12 00:06:50 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (undo, yank): Set this-command to t at start, and set it correctly at the end. * startup.el (inhibit-startup-echo-area-message): New variable. (command-line-1): Undo prev change. New test for whether to suppress echo area message. Update copyright year in displayed message. * faces.el (face-initialize): Specify default characteristics for the standard faces. Use face-fill-in to set up existing frames. (face-fill-in, face-try-color-list): New subroutines. Handle underline, foreground and background in the frame-independent info of a face. (x-create-frame-with-faces): Use face-fill-in. (x-initialize-frame-faces): Function deleted. Fri Feb 11 23:18:33 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * apropos.el (super-apropos-check-doc-file): Don't attempt to retrieve function documentation from a symbol with no function binding. Fri Feb 11 17:55:38 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * perl-mode.el (perl-mode): Set parse-sexp-ignore-comments. Fri Feb 11 17:07:56 1994 Paul Eggert (eggert@twinsun.com) * editfns.c (init_editfns): Look at LOGNAME before USER. * fileio.c (Fsubstitute_in_file_name): Remove long-dead code that looked at USER before LOGNAME. * time.el (display-time-filter): Remove unnecessary (getenv "LOGNAME") and (getenv "USER"), since (user-login-name) already does this. * gnuspost.el (gnus-inews-login-name): Likewise. * gnus.el (gnus-user-login-name): Fix doc string accordingly. * subr.el (user-original-login-name): Reduce to a defalias, since it's redundant with user-login-name. All callers changed to use user-login-name. Fri Feb 11 00:56:37 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * replace.el (perform-replace): Check for empty stack. * completion.el: Fix spelling of pre-command-hook. * simple.el: Fix syntax used for C-SPC. Fri Feb 11 00:54:46 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (etags-goto-tag-location): First go directly to STARTPOS and see if PAT is right there. Thu Feb 10 03:35:26 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * shell.el (shell-get-current-command): Make regexp more selective. Thu Feb 10 06:26:23 1994 David Megginson (dmeggins@aix1) * mode-clone.el (clone-init-mode-variables): Don't defvar variables if already bound. Put on clone-unmerged props if they were not bound. (clone-make-docstring): Install the map unconditionally; set clone-unmerged property to nil. No clone-merged property. (clone-set-syntax-table): Set clone-unmerged prop, not clone-merged. (clone-set-abbrev-table): Call clone-merge-abbrev-tables. Don't touch properties here. (clone-merge-keymaps): Splice out the `keymap' of the OLD map. (clone-merge-abbrev-tables): New function. Thu Feb 10 02:38:02 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-start-end): For double click with START on openparen, start forward scan from START. Wed Feb 9 23:43:29 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * font-lock.el (lisp-font-lock-keywords-2): Quote the * in let*. Wed Feb 9 17:21:54 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * outline.el (outline-mode): Fix spelling of add-hook. * vc.el (vc-comment-to-change-log): Load add-log before binding add-log-current-defun-function. * mouse.el (mouse-start-end): Check START rather than point for being at eob. Wed Feb 9 00:36:04 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * server.el (server-program): Use expand-file-name. * time.el (display-time): Use expand-file-name to make file name of wakeup. * novice.el (disabled-command-hook): Use eq to compare elts of this-command-keys. Choose the appropriate kind of Meta. Tue Feb 8 23:08:22 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * rmail.el (rmail-expunge-and-save): Mark summary buffer as unmodified. * rmailsum.el (rmail-summary-expunge-and-save): Likewise. * rmailout.el: Add (require 'rmail) so the macro will be byte-compiled properly. Tue Feb 8 18:49:25 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * outline.el (show-children): Don't narrow to (1+ (point-max)) when exposing the last level-n header in the buffer. Tue Feb 8 18:03:14 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * autoload.el (generate-file-autoloads): Don't frob literal formfeeds into \f; just bind print-escape-newlines to t around printing (now has same effect). Tue Feb 8 17:25:45 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * rmail.el (rmail-variables): Make local variables permanent, so the user can safely change major modes during an edit. * rmailedit.el (rmail-edit-current-message): Likewise. Tue Feb 8 12:49:22 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * version.el (emacs-minor-version, emacs-major-version): New variables. * faces.el (copy-face): Doc fix. * finder.el (finder-mode): Doc fix. * sendmail.el (mail-signature): Insert a `-- ' line. Tue Feb 8 00:06:13 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * subr.el (make-syntax-table): Behave like copy-syntax-table if an argument is given, for backward compatibility. Mon Feb 7 18:38:44 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * autoload.el (batch-update-autoloads): Add missing close paren. * ange-ftp.el (ange-ftp-load): Honor the NOERROR and NOSUFFIX flags. Mon Feb 7 18:06:00 1994 Lawrence R. Dodd (dodd@roebling.poly.edu) * sendmail.el (mail-signature): Doc mod. * lisp.el (insert-parentheses): Doc mod. Mon Feb 7 17:19:12 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * autoload.el (autoload-trim-file-name): New function. (generate-file-autoloads): Bind print-readably to t for Lucid. Use autoload-trim-file-name on FILE when inserting the name. Scan written text and fix up ^L to \f and ( at bol in doc string to \(. (update-file-autoloads): When we find a later file's section, set FOUND to 'new. If FOUND is 'new after loop, check file for autoload cookies and don't call generate-file-autoloads if none. (update-directory-autoloads): Get absolute file names from directory-files. (batch-update-autoloads): Rewrite from jwz to process later files in a directory after one file errs. Mon Feb 7 16:03:29 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * desktop.el (desktop-bug-report): Command deleted. Mon Feb 7 14:08:38 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * rcompile.el (remote-compile): Set comint-file-name-prefix in the compilation buffer. Mon Feb 7 13:40:24 1994 Michael I Bushnell (mib@geech.gnu.ai.mit.edu) * simple.el (push-mark): Fix Roland's misplaced paren around call to marker-buffer. Mon Feb 7 08:52:32 1994 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * calendar.el (calendar-mode-line-format): Change "current" to "today". (calendar-cursor-to-date): Add optional parameter to cause error signal when cursor is not on a date---this allows lots of simplifications throughout the code. (calendar-forward-month,calendar-set-mark, calendar-exchange-point-and-mark,calendar-count-days-region, calendar-print-day-of-year,calendar-print-iso-date, calendar-print-julian-date,calendar-print-islamic-date, calendar-print-hebrew-date,calendar-print-astro-day-number): Use simplification. * holidays.el (calendar-cursor-holidays): Use new error arg to calendar-cursor-to-date. * diary.el (view-diary-entries,diary-islamic-date): Use new error arg to calendar-cursor-to-date. * diary-ins.el (insert-diary-entry,insert-weekly-diary-entry, insert-monthly-diary-entry,insert-yearly-diary-entry, insert-anniversary-diary-entry,insert-block-diary-entry, insert-cyclic-diary-entry,insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry,insert-yearly-hebrew-diary-entry, insert-islamic-diary-entry,insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry): Use new error arg to calendar-cursor-to-date. * solar.el (calendar-sunrise-sunset): Use new error arg to calendar-cursor-to-date. * cal-french.el (calendar-print-french-date,diary-french-date): Use new error arg to calendar-cursor-to-date. * cal-mayan.el (calendar-print-mayan-date): Use new error arg to calendar-cursor-to-date. * solar.el (sunrise-sunset): Allow it to be called without an argument (as advertized). Mon Feb 7 00:40:20 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * iso-transl.el: Set up Alt keys as well as C-x 8 prefix. No need to create the prefix submaps explicitly. (iso-transl-char-map): New variable. Change the sequences aa and ae to just a and e. * iso-insert.el: Change the sequences aa and ae to just a and e. * gomoku.el (gomoku-init-display, gomoku-put-char): Bind inhibit-read-only; don't set buffer-read-only. * tar-mode.el (tar-pad-to-blocksize): Bind inhibit-read-only, not buffer-read-only. * makefile.el (makefile-browser-fill, makefile-browser-toggle): Bind inhibit-read-only; don't set buffer-read-only. * hideif.el (show-ifdefs, hide-ifdefs): Bind inhibit-read-only. Set buffer-read-only directly. (hide-ifdef-block): Likewise. (show-ifdef-block): Bind inhibit-read-only; don't set buffer-read-only. * hexl.el (hexl-mode): Bind inhibit-read-only; don't alter buffer-read-only. (hexl-mode-exit): Likewise. * cmacexp.el (c-macro-expand): Check inhibit-read-only. Mon Feb 7 00:08:43 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * autoload.el (update-file-autoloads): Never ask the user where to put a new section. While searching the file, look for an alphabetically later file's section, and insert the new section before it. Sun Feb 6 21:24:10 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * simple.el (push-mark): Don't push on global-mark-ring if its car is a marker in the current buffer. * simple.el (global-mark-ring, global-mark-ring-max): New variables. (push-mark): Also push a marker on the global-mark-ring. (pop-global-mark): New function; on C-x C-@, C-x C-SPC. Sun Feb 6 14:21:21 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rcompile.el: New file. * c-mode.el (indent-c-exp): If line starts with }, ignore what the previous line ends with. * cc-mode.el: Renamed from cplus-md1.el. * simple.el (kill-region): Test inhibit-read-only. * files.el (auto-mode-alist): Add elt for .tcl files. Move texinfo elts up. * tcl-mode.el: Doc fixes. (tcl-mode): Add autoload. (tcl-prefix-key): Changed to C-c. * tcl-mode.el: New file. Sun Feb 6 17:37:06 1994 Lawrence R. Dodd (dodd@roebling.poly.edu) * dired.el (dired-listing-switches): Doc fix. Sat Feb 5 20:45:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-yank-secondary): Do move point. (mouse-yank-at-point): New var. (mouse-yank-at-click, mouse-yank-secondary) Obey that. * menu-bar.el: Use > as convention for another menu follows. (menu-bar-edit-menu): Add entry for Emerge. * emerge.el (menu-bar-emerge-menu): New map. * emerge.el: Add defvars for many vars already being used. (emerge-options-menu, emerge-merge-menu, emerge-move-menu): New vars. (emerge-setup-fixed-keymaps): Set up emerge-move-menu, emerge-merge-menu and emerge-options-menu. Put them into emerge-fast-keymap. (emerge-set-keys): Put them into the emerge-edit-keymap. (emerge-minor-modes-list): Add defvar. (emerge-before-flag, emerge-after-flag): Move defvars up. (emerge-files-remote, emerge-files-with-ancestor-remote): (emerge-remote-exit): Var exit-func renamed to emerge-exit-func. Sat Feb 5 15:58:53 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * rlogin.el (rlogin-delchar-or-send-Ctrl-D): Call rlogin-send-Ctrl-D. Doc fix. * rlogin.el: Removed many extra autoload cookies. (rlogin-send-Ctrl-D): New function, on C-c C-d. Sat Feb 5 00:05:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * profile.el: Comment changes and doc fixes. The C program in the comments was moved into ../lib-src/profile.c. Fri Feb 4 01:26:56 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rect.el (string-rectangle): Make operate-on-rectangle convert tabs. (string-rectangle-line): After inserting string, insert the same width of whitespace that we deleted earlier. (operate-on-rectangle): Operate even if width is 0. (open-rectangle-line): Clean up. * outline.el (outline-end-of-subtree): If loop leaves us at eob, don't move back from there. * vc-hooks.el (vc-make-backup-files): Doc fix. * rmail.el (rmail-reply): If no resent-date, use ordinary date. If no resent-to, use empty string for to. * hideif.el: Delete bindings for C-c C-f, C-c C-b, C-c C-u, C-c C-d, C-c C-p and C-c C-n. Move C-c C-h to C-c C-d. (define-hide-ifdef-mode-map): Remove this code from a function and execute it at load time. (hide-ifdef-mode-submap): New variable holds the list of commands. (hide-ifdef-mode-map): Set this up with a prefix key and put it in minor-mode-map-alist. (hide-ifdef-mode-map-before): Variable deleted. (hide-ifdef-mode): Use force-mode-line-update. Delete the code to manipulate keymaps. * outline.el (outline-mode-map): Move C-c C-h to C-c C-d. * terminal.el (te-escape-help, te-more-break-help, terminal-emulator): Pass just one KEYMAP arg to where-is-internal. * calendar.el (calendar-mode-map): Pass (keymap) as KEYMAP arg to where-is-internal. * edmacro.el (edit-kbd-macro, edmacro-finish-edit, insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal. * hideif.el (define-hide-ifdef-mode-map): Pass (keymap) as KEYMAP arg to where-is-internal. * macros.el (insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal. Fri Feb 4 16:25:28 1994 Morten Welinder (terra@tyr.diku.dk) * desktop.el (desktop-internal-v2s): Allow saving of markers and subrs. (desktop-delay-hook): New variable. (desktop-read): Run desktop-delay-hook. (desktop-globals-to-save): Save register-alist. Always make desktop-locals-to-save local. (desktop-value-to-string): Make sure floating point numbers are output with maximum accuracy. (desktop-bug-report): New function. * desktop.el (desktop-internal-v2s): New function. (desktop-value-to-string): Use above function. * desktop.el (desktop-buffers-not-to-save): Add regexp for "nn" temporary files. (desktop-save, ): Remove support for Emacs 18, because it's not worth the effort and didn't work anymore, anyway. (desktop-save): Needn't bind `print-escape-newlines' anymore. Thu Feb 3 19:28:44 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (do-auto-fill): Don't break line at period-single-space. * fill.el (sentence-end-double-space): New variable. (fill-region-as-paragraph): Handle it. * rmailout.el (rmail-output): Handle rmail-output-file-alist. * simple.el (comment-region): Fix previous change. * mode-clone.el: New file. (define-mode-clone): Renamed from mode-clone. Swap args PARENT and CHILD. Don't use clone-run-setup-function. (clone-run-setup-function): Function deleted. Thu Feb 3 18:49:15 1994 Michael I Bushnell (mib@geech.gnu.ai.mit.edu) * simple.el (backward-word): Rms changed `interactive' to be `INTERACTIVE' on Feb 1. I changed it back. Thu Feb 3 15:25:59 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * cplus-md1.el: Fix terminology used to name various Emacs versions. * server.el (server-done): If we kill the old buffer, and server-buffer-done gives us nil, return the new current buffer. Thu Feb 3 12:46:48 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * c-mode.el (c-fill-paragraph): Delete extraneous close paren. Wed Feb 2 00:00:40 1994 Barry A. Warsaw, ITB (warsaw@anthem) * cplus-md1.el (c-lineup-arglist): Add kludge for arglist-cont-nonempty to get correct indentation. (c-guess-basic-semantics): CASE 5D: arglist-cont-nonempty's relpos needs to be boi of containing-sexp paren. This is good for + offset, but bad for c-lineup-arglist, so add the kludge described above. Wed Feb 2 17:51:19 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * server.el (server-buffer-done): If buffer is dead, don't bury it. * font-lock.el (dired-font-lock-keywords): New variable. (font-lock-set-defaults): Handle dired.el. * server.el (server-program): Add exec-directory to value. Wed Feb 2 16:35:22 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * sort.el (sort-paragraphs): Use proper paragraph definition instead of just checking for whitespace. * advice.el (ad-execute-defadvices): Don't allocate advice-infos in pure space, in case we want to preload this file. Wed Feb 2 16:39:27 1994 Mike Williams (mikew@pooh.dosli.govt.nz) * mouse-sel.el (mouse-sel-version): Don't base version number on RCS revision. Updated to version 2.0. (mouse-sel-set-selection-function, mouse-sel-get-selection-function, mouse-sel-check-selection-function): Check whether X11 functions are bound when setting defaults. (mouse-extend): Check whether modify-frame-parameters is bound before calling it. Add support to kill region with double-mouse-3. * thingatpt.el (thing@pt-version): Removed variable. Wed Feb 2 14:57:20 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * avoid.el: Doc fix. * font-lock.el (shell-font-lock-keywords): Doc fix. Wed Feb 2 18:56:02 1994 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) * vc-hooks.el (vc-mode-line): Use force-mode-line-update instead of the Emacs 18 kluge. Wed Feb 2 13:46:13 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * novice.el (disable-command): Reject invalid commands. Wed Feb 2 02:44:48 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * help-macro.el (make-help-screen): Remove debugging code. Tue Feb 1 23:39:31 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * files.el (file-relative-name): Allow for ancestors as well as descendants. Wed Feb 2 03:27:26 1994 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) * vc.el (vc-parse-buffer): arrange for old properties to get cleared when their match string is not found in the master file. Tue Feb 1 12:13:34 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * font-lock.el (font-lock-set-defaults): Handle shell mode. (shell-font-lock-keywords): New variable. * simple.el (comment-region): Handle comment-end deletion for C-u. Don't let short lines confuse the comment-end deletion. * pascal.el: Many doc fixes. (pascal-get-beg-of-line, pascal-get-end-of-line): Use defsubst. Renamed from get-... (pascal-within-string): Use defsubst. (delete-whitespaces): Function deleted; callers use delete-horizontal-space instead. (pascal-string-diff): Renamed from string-diff. * files.el (auto-mode-alist): Add .p and .pas for pascal-mode. * simple.el (comment-region): Just C-u prefix means uncomment lines. * files.el (revert-buffer): Doc fix. Tue Feb 1 15:21:25 1994 Espen Skoglund (espensk@stud.cs.uit.no) * pascal.el: Complete rewrite. Added an outline- minor-mode and completion. Tue Feb 1 01:32:48 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * files.el (revert-buffer): Reposition after-revert-hook, and add before-revert-hook. * font-lock.el (font-lock-mode): Use the new hooks to get proper behavior on a revert. Tue Feb 1 00:16:31 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * tabify.el (tabify): Don't delete back before initial START. * appt.el: (appt-display-interval, appt-display-duration) (appt-message-warning-time): Use larger defaults. Mon Jan 31 22:59:09 1994 (saw@cebaf.gov) * fortran.el (calculate-fortran-indent): Handle Fortran 90 INTERFACE and SELECT/CASE blocks. Mon Jan 31 17:53:57 1994 Boris Goldowsky (boris@moose.cs.rochester.edu) * avoid.el: (mouse-avoidance-nudge-mouse): Use (frame-width) and (frame-height) instead of erroneous (window-width) and (window-height). (mouse-avoidance-simple-hook): Raise frame first. (mouse-avoidance-fancy-hook): If moving mouse would enter another frame, stay put. * avoid.el: Doc fixes. Mon Jan 31 18:05:38 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (visit-tags-table-buffer): Don't change VISIT-TAGS-TABLE-BUFFER-CONT when it is 'same. Do list verification frobbing for it being either 'same or nil; but only set tags-table-list-started-at and tags-table-list-pointer when it's nil. Mon Jan 31 11:40:53 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * outline.el (show-children): Don't call outline-level at eob. * tabify.el (tabify): Don't delete back before initial START. * appt.el (appt-display-interval, appt-display-duration) (appt-message-warning-time): Use larger defaults. Mon Jan 31 07:05:45 1994 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * rmailsum.el (rmail-summary-mail, rmail-summary-continue, rmail-summary-reply, rmail-summary-retry-failure): Fix rmail summary commands to work with rmail-mail-new-frame. Sun Jan 30 09:55:44 1994 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * calendar.el (calendar-print-hebrew-date): Change to use calendar-hebrew-date-string. Sat Jan 29 18:56:09 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * outline.el (minor-mode-alist): Don't add "Outl" if already added. * rmail.el (rmail-make-in-reply-to-field): Discard text properties from the address before printing it. Fri Jan 28 11:41:47 1994 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * cal-mayan.el (calendar-mayan-date-string): New function. (calendar-print-mayan-date, diary-mayan-date): Use it. * cal-french.el (calendar-french-date-string): New function. (calendar-print-french-date, diary-french-date): Use it. * cal-menu.el: New file with all menu support functions. * calendar.el (calendar-version): New function. Adjustments to commentary at top of file. (diary-entry-marker, calendar-today-marker, calendar-holiday-marker): Don't autoload them; change definitions to support monochrome and color workstations. (calendar-french-date-string,calendar-mayan-date-string): Autoload them. (calendar-day-of-year-string, calendar-iso-date-string, calendar-julian-date-string,calendar-islamic-date-string, calendar-hebrew-date-string,calendar-astro-date-string): New functions (calendar-print-day-of-year, calendar-print-iso-date, calendar-print-iso-date,calendar-print-julian-date, calendar-print-islamic-date,calendar-print-hebrew-date, calendar-print-astro-day-number): Use them. (calendar-mode-map): Add mouse support. (calendar-unmark,mark-visible-calendar-date,calendar-mark-today): Rewritten. * diary.el (diary-day-of-year, diary-iso-date, diary-islamic-date, diary-hebrew-date, diary-julian-date, diary-astro-day-number): Use new functions from calendar.el. * holidays.el (list-calendar-holidays): Fix mode line. * lunar.el (calendar-phases-of-moon): Fix mode line. * solar.el (calendar-sunrise-sunset): Add date to message. Wed Jan 26 13:57:02 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * help.el (help-for-help): Doc fix. * help-macro.el (three-step-help): New option. (make-help-screen): Implement that option. Handle delete function key like DEL. Don't include the option list in the prompt when displaying a full window of options. * rmailsum.el (rmail-summary-undelete): If we don't undelete anything, don't move point. Wed Jan 26 01:09:48 1994 Rick Sladkey (jrs@world.std.com) * simple.el (next-line): Move error signaling and special end of line behavior into line-move so that next-line is symmetric with previous-line when next-line-add-newlines is nil. (line-move): Move as far as possible and ding with a message if the requested motion cannot be accomplished. When selective-display is numeric, ensure point actually moves and does so to a visible line. Tue Jan 25 00:27:14 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * c-mode.el (c-fill-paragraph): Handle C++ mode. Mon Jan 24 18:51:51 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * appt.el (appt-check): Doc fix. * sendmail.el (mail-mailer-swallows-blank-line): New variable. (sendmail-send-it): Add extra newline if appropriate. Fri Jan 21 11:29:57 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * paragraphs.el (forward-paragraph): Doc fix. Fri Jan 21 23:29:12 1994 Michael Kifer (kifer@cs.sunysb.edu) * appt.el (appt-check): Use the new variables appt-disp-window-function and appt-delete-window-function. (appt-disp-window-function): New variable. (appt-delete-window-function): New variable. (appt-delete-window): New function. (appt-disp-window): Don't delete the appt window here; instead, call appt-delete-window-function. Fixed bug that messed up the screen when appt-check ran when mouse is in the minibuffer. Call select-frame only if window-system. Thu Jan 20 09:25:23 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * isearch.el (isearch-highlight): Do nothing if not window-system. * flow-ctrl.el (enable-flow-control-on): Do nothing if no TERM. * help-macro.el (make-help-screen): Use overriding-local-map. Recognize C-v and M-v properly. Compute help-screen after changing the map. Wed Jan 19 09:21:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * isearch.el (isearch-push-state): Save isearch-case-fold-search. (isearch-top-state): Restore it. * simple.el (shell-command-on-region): If we quit the command, display the output buffer anyway. * compile.el (compilation-error-regexp-alist): Handle DEC AXP OSF/1. Wed Jan 19 14:50:59 1993 Stephen Gildea (gildea@x.org) * time-stamp.el: Better, more user-oriented doc strings. (time-stamp-mail-host): Now a user option. (time-stamp-current-year, time-stamp-hh:mm): Removed. (time-stamp-mm/dd/yy, time-stamp-dd/mm/yy): Removed. (time-stamp-yyyy-mm-dd): New function, ISO 8601 format. Tue Jan 18 14:11:57 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * font-lock.el (font-lock-mode): Set after-revert-hook to refontify after revert. * files.el (revert-buffer): Run after-revert-hook. Mon Jan 17 17:43:06 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * paren.el (show-paren-command-hook): Do nothing when in kbd macro. Mon Jan 17 16:44:41 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) The most important new feature added to GNU Emacs in recent history. * yow.el (yow-file): Doc fix. (yow): With non-nil arg (prefix arg), insert the chosen pinhead wisdom at point. Use (interactive-p) instead of arg to decide if interactive. (insert-zippyism): Yow! Am I INSERTED yet? Sun Jan 16 14:03:12 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * isearch.el (isearch-mode): Set overriding-local-map locally. Don't set isearch-old-local-map and don't call use-local-map. (isearch-done): Set overriding-local-map to nil. Don't call use-local-map. (isearch-old-local-map): Variable deleted. * menu-bar.el (menu-bar-file-menu): Add rmail, gnus, calendar items. * rmail.el (rmail-get-new-mail): Avoid error if file is empty. * paragraphs.el (forward-paragraph): If moving back we find nothing but separator lines till buffer beg, just stay there. Exit outer loop if at beg or end of buffer. Sun Jan 16 04:11:04 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * compile.el (compilation-error-regexp-alist): Add regexp for Lucid lcc. Element lists can now contain a 4th elt giving subexpr for the column. (next-error): Handle error records with column numbers. (compilation-parse-errors): Parse column numbers when the alist elt specifies it. Use string-to-int instead of read for numbers from buffer text. Sat Jan 15 23:35:50 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * upd-copyr.el (update-copyright): Wrap final copyright-matching regexp in parens, so \1 gets all the year tokens, not just the last. (The old regexp won with the pre-POSIX defn of subexpressions with +.) Sat Jan 15 09:36:13 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * isearch.el: SPC is not special in regexp within brackets. (isearch-within-brackets): New variable. (isearch-mode): Set that. (isearch-edit-string): Bind that. (isearch-search-and-update): Set that. (isearch-top-state): Set that. (isearch-push-state): Use that. (isearch-search): Set that. * files.el (set-auto-mode): Handle (REGEXP FUNCTION t) elements. * dired-x.el: New file. Fri Jan 14 09:08:14 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-default-file): Renamed from rmail-last-file. (rmail-default-rmail-file): Renamed from rmail-last-... * rmailout.el: Use new names. * perl-mode.el: Change defconsts to defvars. Doc fixes. * rmail.el (rmail-bury): Rename local rmail-buffer to buffer-to-bury. (rmail-set-message-counters): Avoid errors moving backwd if new file. * debug.el (debug): Bind unread-command-char to -1, not nil. * files.el (abbreviate-file-name): Don't convert / to ~/ when the home dir is /. * term/lk201.el (function-key-map): Rename kp-period to kp-decimal. Add f1 thru f5. Change insertchar and deletechar to insert and delete. Wed Jan 12 23:36:56 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * comint.el (comint-show-output): Leave point at start of output, but push the mark. Tue Jan 11 00:46:46 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * man.el (Man-default-man-args): Use Man-specified-section-option. (Man-default-man-entry): Likewise. * loaddefs.el (global-map): Add binding for C-M-delete. * simple.el (open-line): Treat all cases of enabled undo alike. * bytecomp.el (byte-compile-condition-case): Disable warning about symbol not naming a condition. Allow a list of condition names. * hideif.el (hif-tokenize): Handle // comments after #if. Mon Jan 10 13:14:06 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * isearch.el (isearch-mode): If not slow, clear isearch-window-configuration. * telnet.el (telnet): Fix previous change--tentative idea wasn't fully removed. Mon Jan 10 15:33:43 1994 Lawrence R. Dodd (dodd@roebling.poly.edu) * info.el (Info-follow-reference): If point is not in middle of a cross-reference but located somewhere on current line, make cross-reference the `default'. If only one cross-reference located in node, make it `default'. Mon Jan 10 07:03:12 1994 Michael D. Ernst (mernst@monozygote) * mailabbrev.el (mail-abbrev-mode-regexp): Add Reply-to. Sun Jan 9 18:22:35 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * term/x-win.el (vendor-key-syms): Fixed typo (extra parens). * debug.el (debug): Fixed typo (extra paren). Sun Jan 9 11:37:52 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * debug.el (debug): Bind a bunch of vars, like last-command, to neutral values. Save the outer values in debugger-last-command, etc. Put those saved values back into effect when returning. (debugger-eval-expression): Put the saved values into effect while evaluating, and store modified values back into debugger-outer-... after evaluating. * diff.el (diff-latest-backup-file): Call file-chase-links. (diff): Select the differences buffer. * c-mode.el (c-indent-region): Keep looping till reach endmark. Treat #-lines specially. * shell.el (shell-input-autoexpand): New variable. (shell-mode): Set comint-input-autoexpand. (shell-mode): Don't call shell-dirstack-message. * comint.el (comint-input-autoexpand): Make default nil. * term/x-win.el (vendor-key-syms): Add more HP keysyms and some Sun. Sat Jan 8 04:44:25 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * term/x-win.el (vendor-key-syms): Set this variable. * rmailsum.el (rmail-summary-delete-forward): Fix regexp used for recognizing deleted message. (rmail-summary-output, rmail-summary-output-to-rmail-file): Use rmail-summary-delete-forward. * loadup.el: If there are no subversions yet, use 1. * gud.el (gud-common-init): Don't crash if no file specified. * rmailsum.el (rmail-summary-by-senders): Add missing arg to rmail-new-summary. (rmail-summary-output, rmail-summary-output-to-rmail-file): Handle rmail-delete-after-output explicitly here. * flow-ctrl.el (enable-flow-control): Use prefix argument like minor modes. (enable-flow-control-memstr=): Function deleted. (enable-flow-control-on): Use member instead. (flow-control-c-q-replacement, flow-control-c-s-replacement): New vars. * loadup.el: Load version.el before site-load.el. Sat Jan 8 12:20:03 1994 Lawrence R. Dodd (dodd@roebling.poly.edu) * gnus.el (gnus-group-list-all-groups): Display a message in the echo area. Fri Jan 7 00:36:49 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * loadup.el: Extend emacs-version based on which executable files exist. * version.el (emacs-version): Discard the third version component. * inc-vers.el, grow-vers.el: Files deleted. * dired.el (dired-move-to-filename-regexp): New variable. (dired-move-to-filename): Use that. * info.el (Info-directory-list): Change last elt to ../info (expanded). * startup.el (command-line-1): Improve echo area message wording. Don't print it if C-h C-p has been redefined. * ange-ftp.el (ange-ftp-hash-mark-msgs): Undo previous change. * lmenu.el (make-lucid-menu-keymap): Allow multiple identical inactive strings. Thu Jan 6 10:25:28 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * comint.el (comint-show-output): Use (point-max) rather than erring when the comint-last-input-end marker points nowhere. * compile.el (compilation-parse-errors): Prepend comint-file-name-prefix (if boundp) to absolute file names culled from error msgs. (compile-abbreviate-directory): Prepend comint-file-name-prefix (if boundp) to DIR before other processing. * shell.el (shell-cd): Function removed. (shell-prefixed-directory-name): New defsubst. (shell-process-popd, shell-process-pushd, shell-process-cd, shell-resync-dirs): Apply it to ARG when it's a directory name. Use (concat comint-file-name-prefix "~") in place of (getenv "HOME") or "~". Call cd instead of shell-cd. * menu-bar.el (mouse-menu-choose-yank): Don't use rotate-yank-pointer; set kill-ring-yank-pointer explicitly instead. * compile.el (compilation-buffer-p): Move defsubst before all callers. (compilation-forget-errors): Reset compilation-parsing-end to 1 here. (compile-reinitialize-errors): Don't reset compilation-parsing-end after calling compilation-forget-errors. Comment out gratuitous switch-to-buffer call; what was the rationale for it? Don't check compilation-parsing-end (removed local AT-START); instead always append to compilation-old-error-list, it will be nil if at start. If compilation-error-list is non-nil before calling the parser, restore its previous value afterwards; it still indicates the current error position. Subtract the length of the existing compilation-error-list from FIND-AT-LEAST when calling the parser. (compilation-parse-errors): Don't check LIMIT-SEARCH at end of loop. Inside check it inside each case of the cond; in error case we must discard the last new error before stopping (just as for FIND-AT-LEAST). Use floating-point in buffer percentage calculation, to avoid integer overflow. Thu Jan 6 04:58:30 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-resend): Use send-mail-function. * files.el (auto-mode-alist): Treat changelo like ChangeLog. * add-log.el (change-log-name): On MSDOS, use changelo. * rmail.el (rmail-convert-to-babyl-format): Fix one-off error in handling content-length field. * makefile.el (makefile-mode): Make comment-start, comment-end, and comment-start-skip buffer-local. Wed Jan 5 15:31:11 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * lmenu.el (make-lucid-menu-keymap): For "----", make blank line. * add-log.el (change-log-name) [MSDOS]: Use change.log, not changelo. * subr.el (eval-after-load): Do nothing if FORM is already on the list. Wed Jan 5 03:15:31 1993 Morten Welinder (terra@diku.dk) * hexl.el (dehexlify-buffer): If msdos, bind binary-process. (hexl-find-file): Load as binary. * ls-lisp.el (ls-lisp-format): Bad format for uid and gid fixed. * compile.el (compile-internal): Extended to work without asynchronous subprocesses available. * subr.el (start-process-shell-command): Doc fix. * find-dired.el (start-process-shell-command): Doc fix. * add-log.el (change-log-name): Let default name for ms-dos be "change.log". * files.el (auto-mode-alist): Default mode for "changelo" set to change-log-mode to support ms-dos 8+3 file names. AAAARRGGG! Also use emacs-lisp-mode for "_emacs" file which is the equivalent of ".emacs" * bytecomp.el (byte-compile-file) [ms-dos]: Save as binary. * dos-fns.el, term/internal.el: New files for MSDOS. * files.el (make-backup-file-name, backup-file-name-p) [ms-dos]: Use "*.bak" as backup file name. (user-init-file): new variable. * inc-vers.el [ms-dos]: Save version.el as *binary*. * loadup.el [ms-dos]: Preload mouse.el, dos-fns.el, disp-table.el, and ls-lisp. Dump only one version. Use simpler name for doc file. * loaddefs.el (completion-ignored-extensions) [ms-dos]: More suitable set for MSDOS. * startup.el (command-line): Set user-init-file. * novice.el (enable-command, disable-command): Use user-init-file. * desktop.el: (desktop-buffer-mh): New function for mh mail system. (desktop-buffer-handlers): Add desktop-buffer-mh. (desktop-buffer): Correct setting of auto-fill-mode. Make the compilation silent using (eval-when-compile ...) (old-kill-emacs): New explicit variable (for Emacs 18 comp.) (desktop-globals-to-save): Add the history rings for interactive searches. (postv18): Remove. (desktop-create-buffer-form): New variable. (desktop-save): Use desktop-create-buffer-form. (desktop-value-to-string): New function. (desktop-outvar): Clean-up using desktop-value-to-string. (desktop-save): clean-up Using desktop-value-to-string. (desktop-save): Decide Emacs version at compile time. (desktop-locals-to-save): New variable. (desktop-truncate): New function. Tue Jan 4 18:29:48 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * lmenu.el (popup-menu): Add loop to handle submenus. Mon Jan 3 20:39:20 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * debug.el (debug): Bind this-command and last-command. Mon Jan 3 20:53:26 1994 Paul Eggert (eggert@twinsun.com) * vc.el (vc-finish-logentry): Sync the buffer in case the user modified it while editing the comment. Mon Jan 3 00:13:06 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * time.el (display-time-file-nonempty-p): Check existence here. (display-time-server-down-time): New variable. (display-time-filter): If accessing mail-spool-time takes too long, don't try again for twenty minutes. * tex-mode.el (slitex-mode, latex-mode): Set paragraph-start and paragraph-separate to a specific list of control sequences. (tex-common-initialization): Make parse-sexp-ignore-comments t. * lpr.el (lpr-headers-switches): Set proper value on hpux and usg. * comint.el (comint-last-output-start): Add defvar. * subr.el (make-syntax-table): New function; no longer an alias for copy-syntax-table. * rmail.el (rmail-get-new-mail): Cope if display-time-string is nil. Sun Jan 2 12:29:11 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * sort.el (sort-float-fields): Commented out. * c-mode.el (c-mode-map): Add menu bar menu. * isearch.el (isearch-repeat): If we matched a null string and there's no place to advance to, fail instead. Sun Jan 2 11:52:33 1994 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * cal-french.el (calendar-goto-french-date): Fix special day choice in non-leap years by re-reversing the list. Fix out of place parenthesis in prompt. Sat Jan 1 00:26:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) * compile.el (compilation-read-command, compilation-ask-about-save): New variables. (compile): Obey them. * paths.el (Info-default-directory-list): Doc fix. jrs. * ispell.el (ispell-highlight, ispell-dehighlight): New functions. (ispell-command-loop, ispell-next): Call them. (ispell-highlight, ispell-overlay): New variables. * simple.el (next-line): Don't signal error here. (line-move): Do it here instead. * comint.el (comint-dynamic-list-completions): Use read-key-sequence. Special handling for mouse-choose-completion. * files.el (save-some-buffers): Fix previous change. * gnuspost.el (gnus-news-reply): Handle reply-to field. * paths.el (manual-program): Deleted. Sat Jan 1 16:39:41 1993 Martin Boyer * bibtex.el (bibtex-field-name, bibtex-field-const, bibtex-field-text): Adapted to Emacs 19 regex rules. (bibtex-reference): Removed one set of parentheses (a workaround). Sat Jan 1 09:56:27 1993 Michael D. Ernst (mernst@research.microsoft.com) * rmailout.el (rmail-output-to-rmail-file): If just a dir is specified, use default name in specified dir. Fri Dec 31 01:45:10 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) jrs. * replace.el (query-replace-highlight): New variable. (replace-overlay): New variable. (replace-highlight, replace-dehighlight): New functions. (perform-replace): Use them. * lpr.el (print-region-1): If lpr-headers-switches is string, turn it into a list before appending. * files.el (save-some-buffers): Reinsert lost code to save abbrevs. jrs. * edebug.el (eval-current-buffer): Old definition deleted. (eval-buffer): Use current buffer by default. * diff.el (diff): Call shell-quote-argument. * subr.el (shell-quote-argument): New function. * ispell.el (ispell-next): Remove periods from messages. (ispell-complete-word): Improve error messages. * simple.el (open-line): Properly put fill-prefix on each line. Thu Dec 30 02:37:50 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * help.el (help-for-help): Mention the scroll commands. * help-macro.el (make-help-screen): Use read-key-sequence. Temporarily switch keymaps. * startup.el (command-line): In most cases, if init file sets debug-on-error, leave it set that way. * files.el (hack-one-local-variable): Treat file-name-handler-alist and after-load-alist like eval. * simple.el (transient-mark-mode): Doc fix. * rmailsum.el (rmail-summary-delete-forward): Move to next or prev msg among those included in the summary. Wed Dec 29 10:47:52 EST 1993 Ken Manheimer (klm@nist.gov) * icomplete.el (icomplete-pre-command-hook): Reconciled with keyboard macro operation. (icomplete-post-command-hook): Likewise. (window-minibuffer-p): Cleaned up according to suggestion from Richard Mlynarik. General rectification of doc strings and comments. Wed Dec 29 01:54:05 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * apropos.el (super-apropos-check-doc-file): Verify that the doc string can actually be found from the symbol. Sun Dec 26 02:56:02 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * font-lock.el (font-lock-set-defaults): Add missing paren. * lisp-mnt.el (lm-report-bug): Don't crash if version is nil. (lm-report-bug): lm-maintainer returns a cons; convert it to a string. Fri Dec 24 00:40:23 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ange-ftp.el (ange-ftp-write-region): Call set-visited-file-modtime. (ange-ftp-insert-file-contents): Likewise. * isearch.el (isearch-mode-map): Bind kp-... keys. * simple.el (setting up kp-... keys): Make ascii-character props. * bytecomp.el: Provide bytecomp as well as byte-compile. * vc.el (vc-buffer-sync, vc-diff): New arg NOT-URGENT. (vc-diff): Pass new arg. * replace.el (query-replace-map): Don't bind ESC. (query-replace-help): Changed accordingly. * loadhist.el (unload-feature): Ignore conses in the feature-symbols. * shell.el (shell-backward-command): If comint-bol moves forward, use real beginning of line instead. Use skip-syntax-backward properly. If backward search finds a separator, move forward over it. (shell-forward-command): Call skip-syntax-backward properly. Thu Dec 23 21:40:17 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * telnet.el (telnet): Use comint-arguments. * rmailout.el (rmail-output-to-rmail-file): When copying to a buffer, maybe enable auto save in that buffer. * awk-mode.el (awk-mode-syntax-table): Was mistakenly changing emacs-lisp-mode-syntax-table. * isearch.el (isearch-update): If isearch-other-end is nil, call isearch-dehighlight. * rmail.el (rmail-insert-inbox-text): If copy-file fails, call rename-file with t as third arg. * simple.el (next-complete-history-element): Doc fix. (previous-complete-history-element): Doc fix. * comint.el (comint-next-matching-input-from-input): Doc fix. Wed Dec 22 13:54:16 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * tex-mode.el (tex-common-initialization): Make paragraph-start and paragraph-separate match a line of $$. Wed Dec 22 07:01:53 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) * lisp-mnt.el (Bogus-Bureaucratic-Cruft): Changed to `X-Bogus-Bureaucratic-Cruft'. Change comments to indicate that any header starting with `X-' is not supposed to be implemented. This gives us the same "out" that RFC822 does. Thu Dec 16 18:00:49 1993 Richard Stallman (rms@srarc2) * ange-ftp.el (ange-ftp-hash-mark-msgs): Make match more general. Thu Dec 16 16:44:02 1993 Karl Berry (karl@cs.umb.edu) * compile.el (grep-command): New variable. (grep): Use it. Thu Dec 16 11:18:28 1993 Richard Stallman (rms@srarc2) * awk-mode.el (awk-mode): Use c-indent-line. * gud.el (gud-format-command): Rewrite. * lpr.el (lpr-headers-switches): Treat hpux like usg-unix-v. Wed Dec 15 11:45:27 1993 Richard Stallman (rms@srarc2) * asm-mode.el (asm-mode): Don't mess with auto-fill mode. * man.el (Man-specified-section-option): Test system-configuration. * lpr.el (print-region-1): Adjust start, end after running pr. * info.el (Info-insert-dir): Compute truename just once for each dir. * calendar.el (calendar-mode-map): Put back C-v and M-v bindings. * telnet.el (telnet-filter): Rewrite, taken mostly from Lucid. * rmailsum.el (rmail-summary-goto-msg): Use unwind-protect to go back to summary, and go back to the window that was selected before. * rmail.el (rmail-quit): Expunge without updating summary. * paths.el (rmail-spool-directory): Use dgux, not dgux-unix. * lpr.el (lpr-command): Use dgux, not dgux-unix. Tue Dec 14 16:19:32 1993 Ulrich Mueller (ulm@vsnhd1.cern.ch) * gud.el (gud-format-command): Use gud-last-last-frame if gud-last-frame is nil. Tue Dec 14 21:50:51 1993 Richard Stallman (rms@srarc2) * isearch.el (isearch-text-char-description): Treat TAB as ctl char. * info.el (Info-insert-dir): For generated menu items, add ::. Mon Dec 13 10:31:05 1993 Ulrich Mueller (ulm@vsnhd1.cern.ch) * gud.el (gud-mipsdbx-massage-args, gud-mipsdbx-marker-filter): New functions for dbx support on Mips under Ultrix. (gud-dbx-mips-p, gud-mipsdbx-marker-acc): New variables. (dbx) If gud-dbx-mips-p is non-nil, overload above two functions and initialize appropriate command strings for dbx. Sun Dec 12 15:49:10 1993 Richard Stallman (rms@srarc2) * loaddefs.el (ctl-x-map): Add C-x r d binding for delete-rectangle. * rmailout.el (rmail-output-to-rmail-file): Call rmail-update-summary. * etags.el (visit-tags-table-buffer): Change "Add to list" question. * mouse.el (mouse-kill-secondary): Fix previous change. * man.el (Man-mode-hook): Renamed from Man-mode-hooks. Sun Dec 12 15:40:41 1993 Michael D. Ernst (mernst@monozygote) * dired-aux.el: Autoload dired-.*-file. Sat Dec 11 16:14:44 1993 Richard Stallman (rms@srarc2) * rmail.el (rmail-resend): Delete more than one Sender, but only in the headers, not in the body. * mouse.el (mouse-kill-secondary): Get rid of CLICK argument. Instead, use this-command-keys. * lpr.el (print-region-new-buffer): Rename args to OSTART and OEND. * isearch.el (isearch-text-char-description): Really call text-char-description for ctl chars. * doctor.el (make-doctor-variables): Fix some local var names. * bytecomp.el (byte-compile-dest-file): If FILENAME is not recognized, append .elc to it. * comint.el (comint-read-input-ring): New arg SILENT. * shell.el (shell-mode): Pass t to comint-read-input-ring. * rmail.el (rmail-resend): Doc fix. Fri Dec 10 21:30:47 1993 Richard Stallman (rms@srarc2) * mouse.el (x-fixed-font-alist): For 6x10, look for normal font, not semicondensed. Thu Dec 9 22:05:57 1993 Richard Stallman (rms@srarc2) * supercite.el (sc-read-string): Don't pass a history arg to read-string. * sendmail.el (mail-default-reply-to): Add autoload cookie. Wed Dec 8 14:00:54 1993 Boris Goldowsky (boris@mink.cs.rochester.edu) * shadowfile.el: (shadow-noquery): Use it. (shadow-copy-file): Use abbreviate-file-name to avoid incorrect warnings. Lucid support commented out (didn't work and caused compiler warnings). Wed Dec 8 11:18:29 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * compile.el (compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp to also match `"foo.c", line 13 pos 1...'. * loaddefs.el (point-to-register-compatibility-binding, jump-to-register-compatibility-binding, copy-to-register-compatibility-binding, insert-register-compatibility-binding): Add defaliases for these. (ctl-x-map): Bind / j x g to those, respectively, so \[...] always expands to the C-x r ... bindings. Wed Dec 8 07:38:54 1993 Stephen Gildea (gildea@x.org) * time-stamp.el (time-stamp-month-dd-yyyy): no leading zero on day. Wed Dec 8 21:51:08 1993 Richard Stallman (rms@srarc2) * gud.el (gud-common-init): Call substitute-in-file-name. * doctor.el (doctor-adverbp): Don't die if doctor-make-string gives a string of length < 2. * rmailsum.el (rmail-summary-rmail-update): Special handling for eob. * mail-utils.el (mail-fetch-field): Add autoload cookie. Tue Dec 7 20:52:12 1993 Richard Stallman (rms@srarc2) * comint.el (comint-replace-by-expanded-history): New arg SILENT. (comint-send-input): Pass t as new arg. * bytecomp.el (byte-recompile-directory): Don't treat symlinks as dirs. Mon Dec 6 23:32:56 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) * loaddefs.el: Remove autoload for `rlogin-with-args', which no longer exists. Mon Dec 6 08:32:18 1993 Michael D. Ernst (mernst@monozygote) * reposition.el (reposition-window): Fix whitespace-skipping regexp. Mon Dec 6 22:54:36 1993 Richard Stallman (rms@srarc2) * fill.el (fill-region-as-paragraph): Do allow breaking line at a period followed by two spaces, in the case where we are insisting on having at least one complete word. * files.el (hack-local-variables-prop-line): If we can't switch-to-buffer in selected window, try another window, then a new frame. * font-lock.el (font-lock-set-defaults): Do nothing if font-lock-keywords is already set. * gnuspost.el (gnus-post-news): Call gnus-read-distributions-file. Mon Dec 6 21:00:00 1993 Anders Holst (aho@sans.kth.se) * hippie-exp.el (;; Keywords:): Changed to "abbrev". (hippie-expand-ignore-buffers): New variable. (he-regexp-member): New function. (hippie-expand-try-functions-list): Added `try-expand-list'. (try-expand-line-all-buffers, try-expand-list-all-buffers, try-expand-dabbrev-all-buffers): Use `he-regexp-member' and `hippie-expand-ignore-buffers'. (he-list-search): Don't find list containing point. (he-dab-search-regexp): Just match at beginning of words. (he-dabbrev-beg): Never move point forward. Sun Dec 5 18:29:24 1993 Paul Eggert (eggert@twinsun.com) * lunar.el (lunar-phase): Add calendar-time-zone to solar ephemeris correction. This fixes a bug where GMT was being reported as if it were local standard time. Sun Dec 5 09:35:58 1993 Michael D. Ernst (mernst@monozygote) * ispell.el: Don't imply private dictionary is always ispell.words. Sun Dec 5 12:20:26 1993 Richard Stallman (rms@srarc2) * man.el (Man-follow-manual-reference): Strip trailing - from default. * apropos.el (apropos-match-keys): If REGEXP is nil, always act as if it matched. * replace.el (perform-replace): Prompt now says how to get help. * menu-bar.el (menu-bar-edit-menu): Add query-replace menu item. Make a menu-enable property for query-replace. * comint.el (comint-mode-map): Put comint-show-output on C-M-l. * cplus-md.el (c++-indent-line, calculate-c++-indent): (indent-c++-exp): Recognize `friend' without `class'. * rmail.el (rmail): Doc fix. * man.el (Man-getpage-in-background): Use lower case for arg vars. (Man-follow-manual-reference): Check for existence of references before using the minibuffer. Delete period from error message. Delete spurious concat call. Pass arg, not (consp arg), to Man-getpage-in-background. Sun Dec 5 19:45:34 1993 Simon Marshall (simonm@tintin) * comint.el (comint-preinput-scroll-to-bottom): Removed calls to window-minibuffer-p and 'not-minibuf arg to walk-windows. Removed mouse-yank-at-click from command list and doc string. Removed duplicate test for comint-scroll-to-bottom-on-input (scroll). Removed test for 'this within walk-windows code. Sat Dec 4 12:37:59 1993 Michael D. Ernst (mernst@monozygote) * reposition.el (reposition-window): Don't err if comment-height = 0. Sat Dec 4 13:50:48 1993 Richard Stallman (rms@srarc2) * man.el (Man-follow-manual-reference): Try to use current word as a default for the reference to follow. Use interactive to read the reference name. * add-log.el (add-log-current-defun): Remove spurious quote on c++-mode. Recognize c++-c-mode. * rmailout.el (rmail-output-to-rmail-file): Turn off the deleted attribute outside of the save-restriction. * subr.el (remove-hook): Use equal to see if hook is just that fcn. (add-hook): Use member to see if a lambda expr is already in the list. * lpr.el (lpr-headers-switches): New variable. (print-region-1): Use it. * tex-mode.el (tex-send-command): New local var BUF. Use it when calling buffer-modified-tick. * comint.el (comint-postoutput-scroll-to-bottom): Don't select a different buffer permanently. * ange-ftp.el (ange-ftp-gateway-prompt-pattern): Don't match more than one line. * cmuscheme.el (inferior-scheme-mode): Don't let `comint-prompt-regexp' match more than one line. * comint.el (comint-prompt-regexp): Fixed documentation to reflect changes to some prompt regexps. * gud.el (dbx): Let `comint-prompt-regexp' not match more than one line. * inf-lisp.el (inferior-lisp-prompt): Don't match more than one line. * telnet.el (telnet-prompt-pattern) (telnet-check-software-type-initialize): Don't let `telnet-prompt-pattern' match more than one line. * files.el (set-visited-file-name): Don't rename-buffer if buffer already has the desired name. * c-mode.el (c-delete-backslash): Do nothing if empty line. Fri Dec 3 09:30:38 1993 Paul Eggert (eggert@twinsun.com) * vc.el (vc-workfile-unchanged-p): Add optional argument specifying whether we want to compute the differences if the file is changed. Otherwise, use cmp instead of diff. (vc-next-action-on-file): Use new vc-workfile-unchanged-p option; this avoids recomputing the differences in some cases. (vc-backend-diff): OLDVERS is now optional; all callers changed. New optional argument CMP says to use `cmp' rather than `diff'. Fri Dec 3 00:11:18 1993 Richard Stallman (rms@srarc2) * dired.el (dired-in-this-tree): Call expand-file-name. * outline.el (outline-minor-mode): When turning off the mode, turn ^Ms back to \n's. (outline-mode): Set change-major-mode-hook. * lpr.el (lpr-add-options): New variable. (print-region-1): Obey that. * bookmark.el, compile.el, edmacro.el, dabbrev.el, ispell.el: * macros.el, reposition.el: Don't repeat at load time any bindings that are autoloaded. * tex-mode.el (tex-send-command): Switch to buffer before checking for subproc output in it. * dired.el (dired-goto-file): Call expand-file-name. * page-ext.el (pages-copy-header-and-position): Call end-of-line, not forward-line. (pages-directory): Omit space at end of pages-directory-buffer. * dired-aux.el (dired-insert-subdir-validate): Call expand-file-name. Thu Dec 2 16:05:12 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * sendmail.el (mail-fcc): Take argument and use interactive spec to prompt, rather than calling read-file-name explicitly. This function is useful to call from programs with a computed argument. Thu Dec 2 15:57:47 1993 Richard Stallman (rms@srarc2) * mouse.el (mouse-yank-secondary): Doc fix. * makefile.el (makefile-ignored-files-in-pickup-regex): Supply missing \\. (makefile-insert-target-ref): Fix typo. * gnus.el (gnus-capitalize-newsgroup): Modify a new temporary syntax table, not the current one. * etags.el (etags-goto-tag-location): Improve not-found error msg. * files.el (insert-file): Add * to interactive spec. Thu Dec 2 07:47:48 1993 Paul Eggert (eggert@twinsun.com) * vc.el (vc-locking-user): Don't assume that the umask permits group-write and other-write. Thu Dec 2 06:54:11 1993 Michael D. Ernst (mernst@monozygote) * vip.el (vip-replace-string): Don't use replace-regexp. * vc.el (vc-record-rename): Don't use replace-regexp. * bibtex.el (hide-bibtex-entry-bodies): Don't use replace-regexp. * allout.el (outline-copy-exposed): Don't use replace-regexp. Wed Dec 1 13:53:53 1993 Morten Welinder (terra@tyr.diku.dk) * desktop.el: Add keywords. (desktop-outvar): clean-up output using fewer quotes and \n for newlines. (desktop-save): print buffer information using \n for newlines. (desktop-save-buffer-p): doc fix. (desktop-save): bug in mark-activity saving. (desktop-buffer-rmail): doc fix. (desktop-buffer-rmail, desktop-buffer-dired, desktop-buffer): use `eq' instead of `equal'. (desktop-clear): end up with one window. Wed Dec 1 21:45:34 1993 Richard Stallman (rms@srarc2) * byte-opt.el: Add side-effect-free props for many functions. (byte-boolean-vars): Add highlight-nonselected-windows. * picture.el (picture-mode): Save the old truncate-lines value. (picture-mode-exit): Restore that value. * bytecomp.el (batch-byte-recompile-directory): Add autoload cookie. Wed Dec 1 04:35:25 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) * rlogin.el (rlogin-filter): initialize `region-begin' to (marker-position proc-mark), not just (point), whatever random value that may be. Put bindings for `proc-mark', `region-begin', and `window' in separate setq forms. In determining whether window-start readjustment is needed, do not examine scroll-step; it is irrelevant. Tue Nov 30 17:48:21 1993 Richard Stallman (rms@srarc2) * comint.el (comint-replace-by-expanded-history): Use skip-chars-forward to advance in main loop. Sat Nov 27 02:51:34 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.22 released. * vc.el (vc-buffer-sync): Signal error if user says no. * vc-hooks.el (vc-mode-line): Make buffer read-only for root if file is locked. * mouse.el (mouse-set-font): Update nonstandard faces that are supposed to use a modification of the frame's font. Fri Nov 26 15:41:51 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-variables): Abbreviate truename for comparison. Thu Nov 25 01:51:27 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * faces.el (make-face-unitalic, make-face-unbold, make-face-bold) (make-face-bold-italic, make-face-italic): If frame is t, do the special handling only if face-font is a list. * etags.el (tags-add-tables): New variable. (visit-tags-table-buffer): Use it. (default-tags-table-function): No longer user var, no longer autoload. * ange-ftp.el (ange-ftp-binary-file-name-regexp): Accept .tgz and .taz files. * tpu-edt.el (tpu-revision): Variable deleted. Wed Nov 24 15:08:12 1993 Rob Riepel (riepel@Snowflake.Stanford.edu) * tpu-edt.el (tpu-quoted-insert): New function. (tpu-reset-control-keys): Remove C-f mapping. Insert (in file) fsets for free/bound cursor, scroll margins, key mappings for same. * tpu-extras.el: Remove free/bound cursor and scroll margin fsets and key mappings. Add autoload cookies. * tpu-doc.el: Add sample test for tpu-set-scroll-margins. Wed Nov 24 00:03:32 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * comint.el (comint-send-input): Don't call comint-arguments to set HISTORY, even if comint-input-autoexpand is not `history'. When comint-input-autoexpand is `history', undo part of prev change: do put INPUT back in the buffer in place of expanded hist. * tabify.el: Add a provide. * vc.el (vc-next-action): Doc fix. (vc-checkout-carefully): New variable. (vc-next-action-on-file): Obey vc-checkout-carefully. * vc-hooks.el (vc-make-backup-files): Doc fix. (vc-rcs-status): Use colon, not dash, in the string LOCKS. * rmailsort.el (rmail-sort-messages): In summary buf, go to rmail buf. * subr.el (walk-windows): If start at minibuf window, do return to it. * comint.el (comint-send-input): Don't call comint-arguments while computing the value for history. (comint-delim-arg): Treat quoted delim chars as non-delims. Tue Nov 23 01:23:38 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (count-lines): In selective-display case, adjust value if end is not at bol. * isearch.el (isearch-other-meta-char): Correct the test for a split-up mode line or scroll bar mouse event. * icomplete.el: New file. * info.el (Info-follow-reference): Correct one-off error in comparing start-point. * dired-aux.el (dired-diff): Require diff. * telnet.el (telnet-rsh-program): New variable. (rsh): Use it. (telnet-count): Now buffer-local. * finder.el (finder-known-keywords): Add data, faces, mouse, matching. * edebug.el: Delete periods from error messages. (edebug-functionp): Recognize compiled functions. (edebug-display): Supply missing parens in let. * simple.el (repeat-complex-command): Undo Oct 2 change. * c-mode.el (c-indent-region): Don't goto-char sexpend if it's nil. As first thing, advance to a nonblank line. * view.el (View-scroll-lines-forward): Allow scrolling backward at the end of the buffer. * comint.el (comint-preinput-scroll-to-bottom): If SCROLL is `this', don't bother with walk-windows; just hack the selected window. * avoid.el: New file. * shadowfile.el: New file. Mon Nov 22 11:07:43 1993 Morten Welinder (terra@tyr.diku.dk) * add-log.el (add-change-log-entry): put buffer in change-log-mode. (find-change-log): correct calculation of file one directory out. Mon Nov 22 01:32:59 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * dired.el (dired-goto-file): Don't try matching one line twice. * rmailsum.el (rmail-summary-wipe): If rmail buffer is not visible, switch to it in this window. (rmail-summary-mode): Doc fix. * dired.el (dired-readin-insert): Expand default-directory and dirname before comparing them. (dired-internal-noselect): Set default-directory to abbreviated name. * mouse.el (mouse-save-then-kill-delete-region): Call undo-boundary at the beginning and at the end. * gnuspost.el (gnus-inews-do-fcc): If gnus-author-copy-saver is rmail-output, call rmail-output the proper way. * man.el (Man-specified-section-option): New variable. (Man-translate-references): Use that variable. Sun Nov 21 01:11:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-start-end): Use MODE mod 3. (mouse-save-then-kill): Test mouse-selection-click-count mod 3. (mouse-drag-secondary, mouse-secondary-save-then-kill): Likewise. * inf-lisp.el (inferior-lisp-proc): Clean up error message. * iso-acc.el (iso-accents-enable): New variable. (key-translation-map): Enable an accent only if in iso-accents-enable. * lisp-mode.el (lisp-eval-defun): Renamed from lisp-send-defun. (lisp-mode-map): Use new name lisp-eval-defun. Move run-lisp to C-x C-z. * sendmail.el (mail-yank-original): Delete windows on selected frame only. * mouse.el (mouse-kill-secondary): Do the kill in proper buffer. Give error if in the wrong buffer. (mouse-secondary-save-then-kill): Give error if click is not in the buffer already used for secondary selection. Don't switch windows; always temporarily switch buffers. * mail-utils.el (mail-fetch-field): Exclude trailing whitespace. Delete duplicate (goto-char (point-min)). * faces.el (x-resolve-font-name): Undo previous change. * info.el (Info-edit): Use proper map in substitute-command-keys. Sat Nov 20 00:49:20 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * tex-mode.el (tex-send-command): Wait for output first, if text has not changed since previous tex-send-command. (tex-send-command-modified-tick): New buffer-local variable. * texinfo.el (texinfo-tex-region): Use tex-send-command to do commands. (texinfo-tex-buffer, texinfo-texindex, texinfo-tex-print): Likewise. (texinfo-delete-from-print-queue, texinfo-quit-job): Likewise. * tex-mode.el (tex-start-shell): Don't use -v option. (tex-send-command): Insert text in the buffer, then use comint-send-input to send it. * etags.el (tags-complete-tag): Bind enable-recursive-minibuffers to t. Fri Nov 19 18:36:55 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * startup.el (command-line): Set init-file-had-error to t or nil. (command-line-1): Inhibit startup message if init-file-had-error. Fri Nov 19 17:13:32 1993 Robert J. Chassell (bob@geech.gnu.ai.mit.edu) * texinfmt.el (texinfo-if-set, texinfo-if-clear): Act appropriately when flat neither set nor cleared. Fri Nov 19 10:57:31 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * gnuspost.el (gnus-inews-do-fcc): Use gnus-output-to-rmail if file is an rmail file. Pass extra args to rmail-output. * simple.el (eval-expression): Don't bind minibuffer-history-sexp-flag. (edit-and-eval-command): Likewise. * ange-ftp.el (ange-ftp-parse-dired-listing): Skip extra blank line after the "total" line. * hexl.el (hexlify-buffer): Add autoload cookie. Thu Nov 18 00:24:34 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * iso-acc.el (iso-accents-list): Fix entries for 'y and ~c. (iso-accents-list): Add "s. Wed Nov 17 08:11:03 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * comint.el (comint-scroll-show-maximum-output): Make default nil. * gnus.el (gnus-summary-save-in-mail): Use rmail-output if the file is not an Rmail file. * font-lock.el (font-lock-hack-keywords): Handle next-single-property-change returning nil. Tue Nov 16 01:14:29 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.21 released. * gnus.el (gnus-summary-save-in-mail): Don't use rmail-output. Instead, use either gnus-output-to-rmail or gnus-output-to-file. Expand filename before use. * rmailout.el (rmail-file-p): Add autoload cookie. * comint.el (comint-send-input): Run comint-output-filter-functions only if process is using comint-output-filter as its filter. * subr.el (remove-hook): Doc fix. * rmail.el (rmail-set-attribute): Do nothing if MSGNUM is 0. * nntp.el (nntp-encode-text): Insert a CR before the newline. * info.el (Info-mode): Doc fix. * loaddefs.el: Delete duplicate etags.el autoloads. * add-log.el (change-log-default-name, add-log-current-defun-function) (add-log-full-name, add-log-mailing-address): Delete autoload cookies. Mon Nov 15 21:37:37 1993 Per Bothner (bothner@cygnus.com) * iso-acc.el (iso-accents-list): Added /A for A-with-ring and /E for AE-ligature, with lowercase versions. These letters are used (with O-with-slash) in Norwegian and Danish. Mon Nov 15 00:17:12 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * appt.el (appt-display-interval): New variable. (appt-check): Obey that variable. * sun.el (sun-raw-prefix): Make this just a variable, not a function name. * startup.el (command-line-1): Display a message in the echo area. * comint.el (comint-read-input-ring, comint-write-input-ring): Treat "" like nil in comint-input-ring-file-name. Mon Nov 15 13:21:51 1993 Robert J. Chassell (bob@grackle.stockbridge.ma.us) * page.el Add `provide'. (narrow-to-page): Enable page-delimiter to span lines. * page-ext.el: Revise documentation. Add `provide'. (pages-directory-for-adding-addresses-narrowing-p): New user option for adding addresses. Default to narrowing. (pages-directory-for-addresses): Intall user settable options. (add-new-page): Insert new page in specified location. (original-page-delimiter): Set default value to "^^L". Mon Nov 15 04:13:48 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) * vc.el: vc-static-header-alist shouldn't have been declared const. Sun Nov 14 00:49:35 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmailout.el (rmail-output): New argument FROM-GNUS. * gnus.el (gnus-summary-save-in-mail): Pass new args to rmail-output. * solar.el (solar-equinoxes-solstices): Add autoload. * calendar.el (solar-holidays): Change top-level progn to an if. * mouse.el (mouse-save-then-kill-delete-region): Take args BEG and END. Update the undo list properly. (mouse-save-then-kill): Pass those args. When we kill, clear mouse-save-then-kill-posn and mouse-selection-click-count. (mouse-secondary-save-then-kill): Likewise. Delete the overlay after deleting the selection text. (mouse-selection-click-count): Initialize to 0. (mouse-save-then-kill-delete-region): Handle buffers with no undo list. Handle empty regions. Handle end < beg. * rmailsum.el (rmail-summary-forward): Accept prefix arg and pass it to rmail-forward. Sat Nov 13 01:58:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * compare-w.el (compare-windows-skip-whitespace): Swap the two and's within the or. * help.el (describe-project): New function, on C-h C-p. (help-for-help): Add C-p. Refer to help-command, not help-for-help, in the \\[...]. * paths.el (rmail-spool-directory): Check for irix, not silicon-graphic-unix. * dired.el (dired-chown-program): Likewise. * lpr.el (lpr-command): Likewise. * xscheme.el: Add a provide call. * dired.el (dired-make-relative): Expand DIR if starts with ~. Fri Nov 12 23:48:06 1993 Paul Eggert (eggert@twinsun.com) * cal-dst.el (calendar-absolute-from-time): Undo Sep 14 patch. Fix comments instead, since they didn't match the code. Fri Nov 12 17:16:24 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * comint.el (comint-match-partial-filename): Consider +@: part of filenames; don't consider parens as part of them. * fill.el (fill-individual-paragraphs): Fix skipping headers of yanked message. * rmailsum.el (rmail-summary-edit-map): Inherit text-mode-map properly. Fri Nov 12 03:52:03 1993 Paul Eggert (eggert@twinsun.com) * vc.el (vc-rename-file): Don't overwrite an existing file. Fix test for unsaved files. Calculate name of new master file properly. Thu Nov 11 02:16:55 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.20 released. * man.el (Man-section-regexp): Allow section names l, n, L, N. Wed Nov 10 21:46:27 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * map-ynp.el (map-y-or-n-p): Handle help-char values other than chars. * c-mode.el (c-indent-region): When looking for a sexp that ends past this line, make sure it really starts on this line. * replace.el (occur-mode): Run occur-mode-hook. Wed Nov 10 20:53:06 1993 Robert J. Chassell (bob@kropotkin.gnu.ai.mit.edu) * texinfo.el (texinfo-texi2dvi-command): Separate `texi2dvi' command from `tex' command so `texinfo-format-region' can use straight `tex' command. (texinfo-format-buffer): Use `texinfo-texi2dvi-command' (texinfo-delete-from-print-queue): Revise documentation. (texinfo-quit-job): Use comint-send-input. * texinfmt.el (texinfo-format-region): Change `texinfo-[start end]-of-header' to `tex-[start end]-of-header'. Wed Nov 10 15:38:24 1993 Brian Fox (bfox@mole.gnu.ai.mit.edu) * rmail.el (rmail-start-mail): Don't do other frame unless we have a window system, irregardless of the state of rmail-mail-new-frame. * man.el (Man-filter-list): Include anything starting with alphabetics, and containing "Last change:". (manual-entry): Don't call `Man-downcase' since Man-translate-references has already done the right thing. * info.el (Info-extract-menu-item): Quote `*' in the menu-item leadin re-search to prevent us from finding node names which contain the text of another node name within them. * files.el (find-backup-file-name): Don't fatal-error on directories that are hard to read; fall back on ~/%backup%. * hexl.el (hexl-mode): Use `add-hook' to modify buffer local `write-contents-hooks'. (hexl-mode-exit): Remove our hook when turning off Hexl mode. * files.el (file-truename): Treat ~USER like just ~. * subr.el (remove-hook): New function, analogous to add-hook. This is now the recommended way to remove a hook that you have added. * lucid.el (remove-hook): Function deleted. Tue Nov 9 02:11:05 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * texinfo.el (texinfo-mode-map): Add C-c C-e bindings for texinfmt.el. * texnfo-upd.el (texinfo-sequential-node-update): Add autoload. (texinfo-update-node, texinfo-every-node-update): Add autoload. * comint.el (comint-postoutput-scroll-to-bottom): Don't alter point in a window if it's after the process-mark. Don't treat minibuffer window specially. * menu-bar.el (menu-bar-edit-menu): Add menu items for searching. * etags.el (etags-list-tags): Return t if found the file. (list-tags): Clear first-time when we go around the loop. Supply file name in error message. Remove dir names from files when preparing for completion. Mon Nov 8 18:40:24 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * shell.el: Doc fixes. Mon Nov 8 19:05:34 1993 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) * comint.el (comint-preinput-scroll-to-bottom): Added comint-magic-space to list of commands recognised as inserting. * comint.el (comint-output-filter): Corrected check for killed buffer. Mon Nov 8 16:16:32 1993 Robert J. Chassell (bob@geech.gnu.ai.mit.edu) * texinfo.el (texinfo-show-structure): Indent appendices properly. Mon Nov 8 07:42:24 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * disp-table.el (describe-current-display-table): Don't get error if no display table now. (describe-display-table): Put all the output in the temp buffer. * ws-mode.el (wordstar-mode): Add autoload. * pascal.el: New file. * thingatpt.el: New file. * mouse-sel.el: New file. * ispell.el (ispell-message): Delete excess (beginning-of-line). * frame.el (set-frame-configuration): Iconify frames rather than making them invisible. * register.el (jump-to-register): Rename prefix arg to DELETE and invert its sense. * comint.el (comint-postoutput-scroll-to-bottom): Walk the windows even if scroll is nil. Sun Nov 7 03:09:57 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ispell.el (ispell-message): If gnus, but no mail-yank-prefix, use ispell-message-cite-regexp. Turn off case-fold-search for the searching and matching in this function. * ispell.el (ispell-message): Stop if ispell-region returns nil. (ispell-next, ispell-word): Catch ispell-quit, not quit. (ispell-next): Return t if exit normally (no throw to ispell-quit). (ispell-command-loop): For q, throw to ispell-quit. Explicitly handle C-g. (ispell): If we don't call ispell-next, return t. * compare-w.el (compare-windows-skip-whitespace): Return t if there is whitespace before point. * iso-acc.el (iso-accents-mode): Doc fix. * comint.el (comint-postoutput-scroll-to-bottom): Always keep point at end in all buffers if was at end. comint-scroll-to-bottom-on-output controls what to do if point was not already at the end. * iso-acc.el: Support ~ and /. Support 'Y, 'y, "y. Delete the `compose' support. (iso-accents-list): Fix typo in ^A code. Support ~< and ~>. * iso-transl.el: Alter isearch-mode-map so C-x 8 works in search. * frame.el (set-frame-configuration): If NODELETE, make the unwanted frames invisible. Sun Nov 7 11:19:25 1993 Ethan Bradford (ethanb@ptolemy.astro.washington.edu) * ispell.el (ispell-non-empty-string): New function. (ispell-message): Add autoload. Choose a citation regexp automatically. Don't fail if there is no following cited line after filled lines. Fri Nov 5 23:15:57 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * man.el (Man-frame-parameters): New variable. (Man-notify-when-ready): Handle `newframe' as Man-notify value. Thu Nov 4 07:01:50 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ange-ftp.el (ange-ftp-load): Handle extra args after the file name. Wed Nov 3 15:42:09 1993 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * tex-mode.el (tex-alt-print): New function for menu bar. (tex-define-common-keys, tex-mode-map): Move some items from tex-define-common-keys to tex-mode-map. Add more menu-enable properties. (tex-append): Cope with both the original Pascal-based TeX and the newer C-based TeX. Wed Nov 3 14:59:49 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * frame.el (other-frame): Subtract 1 from hpos for new mouse position. * sendmail.el (sendmail-send-it): Don't insert Sender. * tex-mode.el (tex-validate-region, tex-region): Enable menu items if only mark is active. Tue Nov 2 19:44:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-drag-region): Set this-command to mouse-set-point if not setting the mark. (mouse-save-then-kill): Consider mark-active only in transient mark md. Wed Oct 27 17:32:56 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * tex-mode.el (tex-define-common-keys): Define menu items. Tue Oct 26 16:45:48 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * comint.el (comint-mode-map): Merge menu bar item Output into Input. Rename Completion to Complete. * font-lock.el (font-lock-fontify-buffer): Don't turn font-lock-mode on and off; just call font-lock-set-defaults. Tue Oct 26 14:08:10 1993 Lawrence R. Dodd (dodd@roebling.poly.edu) * ispell.el (ispell-look-command): New user variable. (ispell-do-look, ispell-lookup-build-list): Use it as PROGRAM for call-process instead of just "look". * ispell.el (ispell-complete-word-interior-frag): New command. (ispell-complete-word): New command. (ispell-menu-map): Add bindings for them. (ispell-gnu-look-still-broken-p, ispell-look-dictionary): New vars. * text-mode.el (text-mode-map): Bind ispell-complete-word to M-TAB. Tue Oct 26 14:07:22 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * simple.el (eval-expression): Fix typo: missing paren. (read-expression-map): Use an indirection to minibuffer-local-map rather than copying it. Mon Oct 25 23:28:41 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * bookmark.el (bookmark-load, bookmark-write-file): Bind enable-local-variables instead of enable-local-eval. Mon Oct 25 20:09:53 1993 Karl Fogel (kfogel@mole.gnu.ai.mit.edu) * bookmark.el (bookmark-load, bookmark-write-file): Made enable-local-eval be nil when loading a bookmark file, since bookmark context strings can contain eval forms from the files in which the bookmarks are set, and we don't want them evalled when .emacs-bkmrks is found! Got rid of ###autoload to put a bookmark menu on the menu-bar. Now it will appear on the File menu -- that change is made in menu-bar.el. See below: * menu-bar.el: Added a define-key for menu-bar-bookmark-map, so that bookmarks will appear on the File menu of the menu-bar, right after the Print Buffer item. Mon Oct 25 15:48:39 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * comint.el (comint-scroll-to-bottom-on-input): Default to nil. (comint-mode): Use pre-command-hook, not before-change-function. (comint-preinput-scroll-to-bottom): Take no arguments. (comint-output-filter-functions): Renamed from comint-output-filter-hook. (comint-output-filter): Pass STRING as arg to output hook functions. (comint-preinput-scroll-to-bottom): Take an arg. Move point to new process mark if it was at the old one. Scroll so only if point is at or after the process mark. When scrolling, put end of text on bottom line, regardless of point. Mon Oct 25 02:07:36 1993 Brian Fox (bfox@albert.gnu.ai.mit.edu) * ispell.el (ispell): If the buffer to spell has no associated file, or, the associated file has a special handler, use a temporary file with the buffer contents to pass to the local ispell process. * dired.el (provide): Provide "dired" before running user hooks. * ange-ftp.el (ange-ftp-dired-uncache): Fix parens so that `(setq ...' is a result of the if statement, and not a top level expression. * simple.el (eval-expression, edit-and-eval-command): Let minibuffer-history-sexp-flag be 't during the call to read-from-minibuffer. Sun Oct 24 19:18:52 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * iso-acc.el: Define "dead keys" in key-translation-map, not in global-map. (iso-accents-compose): New subroutine to do the composition. Method of doing so is new. (iso-accents-accent-key): Use iso-accents-compose. (iso-accents-compose-key): New function. Sat Oct 23 17:25:41 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * isearch.el (isearch-yank): Handle `kill' as chunk type. (isearch-yank-kill): New command, on M-y and mouse-2. * frame.el (make-frame): Use before-make-frame-hook and after-make-frame-hook. * comint.el (comint-scroll-to-bottom-on-output) (comint-scroll-to-bottom-on-input): Default to nil if baud-rate<=9600. Fri Oct 22 13:10:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * comint.el (comint-filename-prefix): Deleted. * rlogin.el (rlogin, rlogin-mode): Use comint-file-name-prefix, not comint-filename-prefix. Thu Oct 21 22:22:08 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * shell.el (shell-after-partial-filename): Renamed from shell-after-partial-pathname. * comint.el (comint-after-partial-file-name-command): Renamed from comint-after-partial-pathname-command. (comint-match-partial-file-name, comint-after-partial-file-name): Renamed from comint-match-partial-pathname, etc. Thu Oct 21 23:10:27 1993 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) * shell.el (shell-after-partial-pathname): New subroutine. * shell.el: Renamed shell-command-execonly to shell-completion-execonly for consistency. * shell.el (shell-read-input-ring, shell-input-ring-file-name): Moved to, and renamed in, comint.el. * shell.el (shell-dynamic-complete-command): Make sure local completion-ignore-case is nil. * shell.el (shell-mode): Set buffer-local variable paragraph-start to comint-prompt-regexp so paragraph motion/mark commands work on output groups. Set comint-after-partial-pathname to it. (shell-read-input-ring): Use find-file-noselect. * shell.el (shell-match-cmd-w/optional-arg): Removed. * comint.el (comint-last-output-start): New variable to record where most recent process output started from. (comint-mode): Initialise it. (comint-output-filter): Set it. * comint.el (comint-previous-matching-input-string): Moved to comint-previous-matching-input-position. (comint-previous-matching-input-string): Use it. (comint-search-arg, comint-search-start, comint-previous-input-string): New subroutines. (comint-previous-input, comint-next-input, comint-previous-matching-input, comint-next-matching-input, comint-previous-matching-input-from-input, comint-next-matching-input-from-input): Use them. * comint.el (comint-mode-map): Added signal menu-bar. Moved comint-backward/forward-matching-input to output menu-bar, since they move within the buffer rather than do input. * comint.el (comint-send-input, comint-after-pmark-p, comint-kill-input, comint-proc-query): Removed serialisation of obtaining the process mark's marker-position. * comint.el, shell.el: Commented out comint/shell-load-hooks. * comint.el (comint-dynamic-simple-complete): New subroutine. * comint.el (comint-dynamic-complete-filename-command): New variable. (comint-after-partial-pathname-command): New variable. (comint-after-partial-pathname): New subroutine. (comint-dynamic-complete): Use them. (comint-mode): Make them local. * comint.el, shell.el: Renamed comint-dynamic-complete-command to comint-dynamic-complete-command-command for consistency. Renamed comint-file-name-addsuffix/autolist/recexact to comint-completion-addsuffix/autolist/recexact for consistency. * comint.el (comint-replace-by-expanded-history): Check if input ring size is not big enough for relative reference. * comint.el (comint-read-input-ring, comint-input-ring-file-name): From shell.el. (shell-write-input-ring): New subroutine. * comint.el (comint-file-name-prefix): New variable. (comint-directory): New inline subroutine. (comint-dynamic-complete-filename, comint-dynamic-complete-variable, comint-dynamic-list-filename-completions): Use it. * comint.el (comint-dynamic-complete-filename, comint-dynamic-complete-variable, comint-dynamic-list-filename-completions): Make sure local completion-ignore-case is nil. * comint.el (comint-next-prompt, comint-previous-prompt): Use paragraph-start and paragraph motion commands rather than re-search-forward and re-search-backward commands. * comint.el (comint-dynamic-list-input-ring, comint-previous-matching-input-string): Use ring-empty-p rather than zerop and ring-length. * comint.el (comint-input-ignoredups): New variable. (comint-send-input, shell-read-input-ring): Use it. (comint-mode): Make comint-input-ignoredups local. Doc fix. * comint.el (comint-scroll-to-bottom-on-input): New variable. (comint-scroll-to-bottom-on-output): New variable. (comint-scroll-show-maximum-output): New variable. (comint-output-filter-hook): New variable, defaults to comint-postoutput-scroll-to-bottom. * comint.el (comint-output-filter): Renamed from comint-filter for consistency. Now calls comint-output-filter-hook. * comint.el (comint-preinput-scroll-to-bottom): New subroutine. (comint-postoutput-scroll-to-bottom): New subroutine. (comint-show-maximum-output): New command. (comint-copy-old-input): New command. * comint.el (comint-send-input): Run comint-output-filter-hook if necessary as a kludge to prevent messy redisplays. * comint.el (comint-mode-map): Added comint-show-maximum-output to C-c C-e and menu-bar output, and comint-copy-old-input to C-c C-i and menu-bar input. * comint.el (comint-mode): Make local variables comint-scroll-to-bottom-on-input, before-change-function, comint-scroll-to-bottom-on-output, comint-scroll-show-maximum-output, and comint-output-filter-hook. Thu Oct 21 13:51:51 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (blink-matching-open): Treat / syntax like \ syntax. * texinfmt.el (texinfo-format-begin-end): Bind cmd locally. (texinfo-defun-type): Renamed from command-type in various fns. (texinfo-command-start, texinfo-command-end, texinfo-command-name) (texinfo-defun-type, texinfo-last-node-pos, texinfo-stack) (texinfo-short-index-cmds-alist) (texinfo-short-index-format-cmds-alist, texinfo-format-filename) (texinfo-footnote-number, texinfo-start-of-header) (texinfo-end-of-header, texinfo-raisesections-alist) (texinfo-lowersections-alist): Add defvars. Wed Oct 20 14:06:31 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * cdl.el: New file. Wed Oct 20 08:00:51 1993 Brian Fox (bfox@gnu.ai.mit.edu) * forms.el (forms--set-minor-mode): Rewrite so that describe-mode can parse the value of minor-mode-alist correctly. The string " View" is now dependent on the value of forms-read-only. Wed Oct 20 08:00:51 1993 Johan Vromans (jv@mh.nl) * forms.el: Documentation: `forms-forms-scroll' and `forms-forms-jump' now default to nil. `forms-new-record-filter' and `forms-modified-record-filter' cannot be redefined as functions. Commands and keymaps are changed. Add function key defs. (forms-version): Docstring includes full RCS id. (forms-forms-scroll): Defaults to nil. (forms-forms-jump): Defaults to nil. (forms-mode-edit-map, forms-mode-ro-map): Additional keymaps for edit mode and read-only mode. (forms--new-record-filter, forms--modified-record-filter): Deleted. (forms-mode): Docstring now includes the key bindings, since both edit mode and read-only mode must be supported. Changed `forms-new-record-filter' and `forms-modified-record-filter' semantics: the variable must point to a function and may not be defined as a function anymore. Use three keymaps: `forms-mode-map' (C-c commands), `forms-mode-edit-map' (normal mode) and `forms-mode-ro-map' (read-only mode). The maps are not buffer local. Changed the text of error messages to be more descriptive, and consistent with the documentation. Moved setting up write-file-hooks and revert-buffer-function to function `forms--change-commands'. (forms--process-format-list): Changed error messages to be more descriptive. (forms--set-keymaps): Setup the three keymaps. (forms--mode-commands): Use new command key bindings. (forms--mode-commands1): New helper function for `forms--mode-commands'. (forms--change-commands): Handle setup of local-write-file-hooks and revert-buffer-function. (forms--help): Show new command bindings. (forms--show-record): Replaced `forms--modified-record-filter' by `forms-modified-record-filter'. (forms-jump-record): Changed error message. (forms-toggle-read-only): New function, replaces `forms-view-mode' and `forms-edit-mode'. (forms-view-mode, forms-edit-mode): Deleted. (forms-insert-record): Replaced `forms--new-record-filter' by `forms-new-record-filter'. (forms-insert-record, forms-delete-record): Disallow in read-only mode. (forms-prev-field): New function. Tue Oct 19 09:50:13 1993 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * calendar.el (calendar-week-start-day): New var (autoloaded) to allow the calendar week to start on any day, not just Sunday. (calendar-mod): New support function. (calendar-cursor-to-visible-date, generate-calendar-month, calendar-beginning-of-week, calendar-end-of-week): Rewritten to use new var calendar-week-start-day. * holidays.el (holiday-easter-etc): Fix Ascension Day string. * diary.el (list-sexp-diary-entries): Fix doc string. * solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons): New vars. (solar-equinoxes-solstices): Use them to fix names for southern hemisphere. * calendar.el (calendar-day-name-array, calendar-month-name-array, calendar-islamic-month-name-array, calendar-hebrew-month-name-array-common-year, calendar-hebrew-month-name-array-leap-year): Change to defvar. * diary.el (hebrew-calendar-parashiot-names): Change to defvar. Mon Oct 18 03:54:58 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (list-tags): Fix completing-read call interactive spec; TABLE and PREDICATE args were reversed, and more processing was needed on tags-table-files. Mon Oct 18 02:41:47 1993 Noah Friedman (friedman@gnu.ai.mit.edu) * rlogin.el (rlogin-initially-track-cwd): New variable. (rlogin): Use it to determine whether enable directory tracking via ange-ftp. (rlogin-mode): Make `comint-filename-prefix' local here. * rlogin.el (rlogin): Arguments to function are now a string with multiple words (hostname first) and an optional prefix. (rlogin-with-args): Function deleted. * rlogin.el (rlogin): Set process filter after calling `rlogin-mode' since the latter called `comint-mode', which sets its own initial process filter. Mon Oct 18 20:28:36 1993 Barry A. Warsaw, ITB (warsaw@anthem) * reporter.el: (reporter-submit-bug-report, reporter-mailer): reporter-mailer variable can now take a list of mailers, trying each one until an commandp one is found. * reporter.el: Fixed elisp archive address. Handle dumping of buffer local variables via reporter-eval-buffer. Thu Oct 14 18:28:24 1993 Paul Eggert (eggert@twinsun.com) * vc.el (vc-backend-checkout): Do not set umask to value that does not allow user-write permission while `co' is running; this breaks versions of `co' that need to write temporary files. Wed Oct 13 20:11:51 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * rmailout.el (rmail-output-file-alist): Doc fix. Wed Oct 13 02:20:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * supercite.el, regi.el: New files. * sc-elec.el: Files deleted. * sc.el: Just load supercite. Tue Oct 12 16:57:23 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (abbreviated-home-dir): Doc fix. Mon Oct 11 20:53:34 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * map-ynp.el (map-y-or-n-p): Take new optional arg to not set cursor-in-echo-area. Sun Oct 10 18:13:18 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-retry-setup-hook): New hook variable. (rmail-retry-failure): Use that variable. * pp.el: New file. Sat Oct 9 17:43:44 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ispell.el (ispell-message-cite-regexp): Add definition. Sat Oct 9 03:12:59 1993 Karl Fogel (kfogel@occs.cs.oberlin.edu) * bookmark.el (bookmark-write): Add numbered backups for bookmark file. (bookmark-version-control): New variable. * bookmark.el (bookmark-jump): bookmark-jump now gives a default value if no bookmark is entered manually. (bookmark-set): Default to bookmark-current-bookmark or buffer-name the way bookmark-jump does. * bookmark.el (ctl-x-map): Check if C-x r is a prefix before using it as one. * bookmark.el: Include string "Bookmarks" in defining [menu-bar bookmark] in global-map in the menu-bar code. * bookmark.el (menu-bar-bookmark-map): Supply t as 4th arg of autoload. * bookmark.el (bookmark-jump-noselect): New subroutine taken from bookmark-jump. Support compressed files. (bookmark-jump): Call bookmark-jump-noselect. Offer to relocate if necessary, but change default dir to that of the old bookmark in read-file-name. * bookmark.el: (bookmark-set, bookmark-rename, bookmark-delete, bookmark-write-file, bookmark-load, Bookmark-menu-show-filenames, Bookmark-menu-hide-filenames, Bookmark-menu-bookmark, Bookmark-menu-save, Bookmark-menu-load): Fixed the save-excursion bugs by wrapping things in save-window-excursion as well. (bookmark-make-menu-bar-alist): Added sorting. (bookmark-map): Added new keybindings. (bookmark-try-default-file): Set bookmarks-already-loaded to t after the load. * bookmark.el (list-bookmarks): Added bookmark menu stuff. (Bookmark-menu-*): New functions. Sat Oct 9 15:59:31 1993 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu) * isearch.el, reporter.el: Change comments saying they're not yet part of GNU Emacs. Fri Oct 8 22:01:33 1993 Jonathan I. Kamens (jik@security.ov.com) * timezone.el (timezone-parse-date): Handle new style 22-AUG-1993. * rmail.el (rmail): Really don't get new mail if file name was given. (rmail-reformat-message): Move past Mail-from as well as Summary-line. (rmail-toggle-header): Likewise. (rmail-next-undeleted-message): Return t unless hit end of buffer. (rmail-delete-forward): Likewise. (mail-unsent-separator): Add `Original message follows'. (rmail-resend): Handle mail-self-blind. * files.el (hack-local-variables): If buffer has no file, display its buffer name. * rmailout.el (rmail-output): If message was shown with full headers, copy the full headers (or each message copied) into the file. New local var original-headers-p, header-beginning, mail-from. Bind locals outside the while loop. Kill tembuf only after loop. If message has a saved mail-from field, use that. Detect reaching end of rmail buffer; display # messages copied. Wed Oct 6 23:02:55 1993 Morten Welinder (terra@diku.dk) * desktop.el: Internal clean-up. Save information about current tags files, don't save the tags buffers (to save reload time). Don't save desktop-globals-to-save (desktop files must be erased for this to take effect, sorry.) Save "mark-activity" and allow multi-dir direds. Mon Oct 4 21:56:46 1993 Brian Fox (bfox@albert.gnu.ai.mit.edu) * telnet.el (rsh): Add `host' to args passed to make-comint. Mon Oct 4 20:22:11 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-convert-to-babyl-format): Protect against nonsensical content-length values. Mon Oct 4 20:51:01 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) * vc.el (vc-next-action): Fix (throw ... ) invocation to work with 19; allows vc-next-action on all marked files in a dired buffer to work. (vc-finish-logentry) There isn't necessarily a *VC-log-entry* buffer to remove if this function was called from within a dired buffer. Fix its handling of this case. Sat Oct 2 15:53:27 1993 Brian J. Fox (bfox@ai.mit.edu) * simple.el (edit-and-eval-command): Let `read-from-minibuffer' manipulate the history list, don't manipulate it directly. (repeat-complex-command): Same thing. Fri Oct 1 18:40:22 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mailabbrev.el (build-mail-abbrevs): Pass just 1 arg to substitute-in-file-name. Mon Sep 27 04:36:31 1993 Paul Eggert (eggert@twinsun.com) * vc.el (vc-find-binary): Fix bug; it always claimed success. Sun Sep 26 16:00:42 1993 Johan Vromans (jv@mh.nl) * forms.el: Version 2.3. Documentation: `forms-forms-scroll' and `forms-forms-jump' now default to nil. `forms-new-record-filter' and `forms-modified-record-filter' cannot be redefined as functions. Commands and keymaps are changed. Add function key defs. (forms-version): Docstring includes full RCS id. (forms-forms-scroll): Defaults to nil. (forms-forms-jump): Defaults to nil. (forms-mode-edit-map, forms-mode-ro-map): Additional keymaps for edit mode and read-only mode. (forms--new-record-filter, forms--modified-record-filter): Deleted. (forms-mode): Docstring now includes the key bindings, since both edit mode and read-only mode must be supported. Changed `forms-new-record-filter' and `forms-modified-record-filter' semantics: the variable must point to a function and may not be defined as a function anymore. Use three keymaps: `forms-mode-map' (C-c commands), `forms-mode-edit-map' (normal mode) and `forms-mode-ro-map' (read-only mode). The maps are not buffer local. Changed the text of error messages to be more descriptive, and consistent with the documentation. Moved setting up write-file-hooks and revert-buffer-function to function `forms--change-commands'. (forms--process-format-list): Changed error messages to be more descriptive. (forms--set-keymaps): Setup the three keymaps. (forms--mode-commands): Use new command key bindings. (forms--mode-commands1): New helper function for `forms--mode-commands'. (forms--change-commands): Handle setup of local-write-file-hooks and revert-buffer-function. (forms--help): Show new command bindings. (forms--show-record): Replaced `forms--modified-record-filter' by `forms-modified-record-filter'. (forms-jump-record): Changed error message. (forms-toggle-read-only): New function, replaces `forms-view-mode' and `forms-edit-mode'. (forms-view-mode, forms-edit-mode): Deleted. (forms-insert-record): Replaced `forms--new-record-filter' by `forms-new-record-filter'. (forms-insert-record, forms-delete-record): Disallow in read-only mode. (forms-prev-field): New function. Sun Sep 26 21:36:07 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * disass.el (disassemble-internal): Allow a call to byte-code as argument. Fri Sep 24 00:08:17 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ispell.el (ispell-message): Handle cited messages. * frame.el (other-frame): Warp the mouse so that the other frame actually stays selected. Wed Sep 22 12:37:21 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-delete-max-match): New function. (mouse-choose-completion): Use that. Now supports buffers other than minibuffer. * comint.el (comint-version): Deleted--no need for separate version. (comint-input-ring-index): Make this a permanent local. (comint-mode): Don't alter comint-input-ring-index or comint-input-ring if already set meaningfully. Tue Sep 21 16:23:23 1993 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) * comint.el (comint-mode-map): Added keys M-R/S for comint-previous/next-matching-input-from-input and to completion menu-bar. Added comint-forward/backward-matching-input and comint-previous/next-matching-input to completion menu-bar. * comint.el (comint-mode): Doc fix for functionality. * comint.el (comint-exec-1): Uses setenv. (comint-update-env): Removed. * comint.el (comint-input-ring-size): Incremented to 32, as with command history. (comint-dynamic-list-input-ring): Check for zero length ring. Use ring length, not ring size, when generating list. Use buffer " *Input History*". (comint-previous-matching-input-string): Check for zero-length ring. Check last item in case at end of cycle and it's a match. (comint-searching-input-ring): New subroutine. * comint.el (comint-regexp-arg): New subroutine. * comint.el (comint-previous-matching-input-from-input): New command. (comint-next-matching-input-from-input): New command. * comint.el (comint-replace-by-expanded-history): Fix for matching inside quotes. Fix to allow argument subrange specifiers. Fix to identify and reject absolute input number references. * comint.el (comint-within-quotes): New subroutine. (comint-how-many-region): New subroutine. (comint-args): New subroutine. (comint-delim-arg): New subroutine. (comint-arguments): New subroutine. (comint-delimiter-argument-list): New variable. * comint.el (comint-send-input): Inserts input arguments into ring separated by single spaces. * comint.el (comint-filter): Checks the buffer's process to make sure it's still there. Otherwise, set-buffer will fail. * comint.el (comint-backward-matching-input): New command. (comint-forward-matching-input): New command. * comint.el (comint-next-prompt, comint-previous-prompt): Error if reach beg/end of buffer. * comint.el (comint-dynamic-complete): Fix for absolute input number references. (comint-dynamic-complete-filename): Changed listings function to comint-dynamic-list-filename-completions. Uses file-directory-p rather than string-match to test for directories. (comint-dynamic-list-completions): Changed to list the list of completions supplied as the function argument. Use buffer " *Completions*". * comint.el (comint-match-partial-pathname): New subroutine. (comint-dynamic-complete-variable): New command. (comint-dynamic-list-filename-completions): New function. * shell.el (shell-delimiter-argument-list): New variable. (shell-input-ring-file-name): New variable. * shell.el (shell-mode-map): Changed file name completions listing binding to new name comint-dynamic-list-filename-completions. * shell.el (shell-mode): Call new function shell-read-input-ring and shell-dirstack on start up. Doc fix for new functionality. * shell.el (shell-mode): Set shell-input-ring-file-name depending on the command that was invoked for the inferior shell. Set comint-delimiter-argument-list to shell-delimiter-argument-list. * shell.el (shell-read-input-ring): New function. * shell.el (shell-directory-tracker): Use comint-arguments. * shell.el (shell-front-match): Removed. (shell-match-cmd-w/optional-arg): Removed. * shell.el (shell-process-popd): Fixed bug when numeric argument equal to length of stack including current directory. (shell-process-pushd): Fixed missing ()s in cond. * shell.el (shell-dynamic-complete-command): Uses exec-path minus trailing emacs library path. Uses "." for nil elements in exec-path. Uses string-match rather than funcall to test candidate extensions. Uses member on completions list rather than file-exists-p to test for existence. Uses file-directory-p rather than funcall to test for directory. Uses directories only if in current directory. Uses comint-dynamic-list-completions. Tue Sep 21 07:42:31 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * loaddefs.el (global-map): Add bindings for menu and find keys. (function-key-map): Add translation for labeled help key. * mouse.el (mouse-drag-region): Put the text on the kill ring. Don't set mark if region is empty. (mouse-yank-at-click): Set this-command. (mouse-start-end): Fix double-click-on-closeparen case. (mouse-save-then-kill): When used repeatedly at different places, alter the nearer end of the region. This applies regardless of how the previous selection was made. (mouse-drag-secondary, mouse-secondary-save-then-kill): Rewrite for xterm-style dragging and extending. * comint.el (comint-previous-input): Don't use replace-match; just insert before deleting. (comint-magic-space): Use self-insert command. (comint-history-file-name): New variable. Tue Sep 21 03:18:47 1993 Brian Fox (bfox@albert.gnu.ai.mit.edu) * edebug.el (edebug-enter): Don't call the current function being debugged in pre-command-hook or post-command-hook. Mon Sep 20 23:43:49 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * edmacro.el: Total rewrite by Gillespie. Mon Sep 20 17:38:06 1993 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) * shell.el (shell-command-regexp, shell-command-execonly) (shell-pushd-tohome, shell-pushd-dextract) (shell-pushd-dunique): New variables. * shell.el (shell-mode-map): Bound shell-forward/backward-command to C-c C-f and C-c C-b. * shell.el (shell-mode): Set comint variables for which shells have different values: comint-get-current-command, comint-dynamic-complete-command. * shell.el (shell-directory-tracker): Parse through command sequences for directory commands. (shell-process-popd): Signal error if can't process argument/stack. Fixed bug when no argument and no stack. (shell-process-cd): Signal error if can't process argument. (shell-process-pushd): Signal error if can't process argument/stack. Handle shell-pushd-tohome, shell-pushd-dextract, and shell-pushd-dunique. * shell.el (shell-forward-command, shell-backward-command) (shell-dynamic-complete-command): New commands. Mon Sep 20 14:57:52 1993 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) * comint.el (comint-mode): Initialize comint-input-ring before running comint-mode-hook. * comint.el (comint-input-autoexpand): New variable. (comint-dynamic-complete-command): New variable. (comint-get-current-command): New variable. * comint.el (comint-read-input-ring): New function. * comint.el (comint-send-input): Handle history expansion. (comint-input-sentinel): Doc fix. * comint.el (comint-mode-map): Added key binding for C-c C-h. Added menu bars for completion, input and output. * comint.el (comint-dynamic-list-input-ring): New function. * comint.el (comint-previous-input-string): New subroutine. (comint-previous-input): Use it. (comint-previous-matching-input-string): New subroutine. (comint-previous-matching-input): Use it. * comint.el (comint-replace-by-expanded-history): New command. (comint-magic-space): New command. (comint-replace-by-expanded-filename): Now replaces expanded match for a filename, and then calls filename completion comint-dynamic-complete-filename to do file name completion. * comint.el (comint-kill-output): Don't kill prompt. (comint-show-output): Don't move point if it's visible where it is, and if point is moved, put it after prompt. * comint.el (comint-dynamic-complete): Totally new definition. (comint-dynamic-complete-filename): New name for old function comint-dynamic-complete, completes files and lists candidates, souped up for configurability. (comint-dynamic-complete-variable): New command. (comint-file-name-autolist): New variable. (comint-file-name-addsuffix): New variable, (comint-file-name-recexact): New variable. Mon Sep 20 11:39:04 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-save-then-kill): If follows a multi-click selection, extend the selection. (mouse-save-then-kill-delete-region): New subroutine. (mouse-selection-click-count): New variable. (mouse-drag-region): Set it. * ispell.el (ispell-message): New command, with menu bar item. Sat Sep 19 22:05:38 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * menu-bar.el (revert-buffer): Enable menu item when the buffer is modified. Fri Sep 17 10:31:48 1993 Brian Fox (bfox@inferno) * simple.el (kill-region): Use `equal' instead of `eq' to compare markers `beg' and `end'. They might be two different markers that point to the same place. * rmail.el (rmail-forward): Insert the forwarded message on the line which follows mail-header-separator, not at the end of the buffer. * diary.el (diary-syntax-table): Make sure that we use a copy of standard-syntax-table, and not the table itself. * compile.el (compile-reinitialize-errors): Use ">=" to compare `find-at-least' to the `length' of compilation-error-list. * simula.el (simula-mode-syntax-table): Make sure that we use a copy of standard-syntax-table, and not the table itself. * compile.el (compile-internal): Back out jimb change of making buffer read-only. It is non-ergonomic. * vc.el (vc-print-log): Delete extraneous lines of RCS output if present. * dired.el (dired-mode): Don't change the value of case-fold-search. Wed Sep 15 12:56:44 1993 Brian Fox (bfox@inferno) * files.el (local-write-file-hooks): Make this variable buffer-local. * dired.el (dired-build-subdir-alist): Call `expand-file-name' to clean up the subdirectory title (removing extra "./"). Tue Aug 31 21:16:29 1993 Paul Eggert (eggert@twinsun.com) * vc.el (vc-do-command): Remove debugging output. Use (forward-line -1) instead of (previous-line 1). Tue Sep 14 00:58:34 1993 Brian Fox (bfox@inferno) * rmail.el (rmail-convert-file): If the file is empty, don't convert it after inserting the BABYL header. * cal-dst.el (calendar-absolute-from-time): Fix typo by interchanging (floor) and (%). * byte-opt.el (side-effect-free-fns): Add "-" and "1-" to the list. * subr.el (suppress-keymap): Use substitute-key-definition instead of manually checking each key (we were using 127 instead of 255 anyway). * loaddefs.el (ctl-x-map): `C-x r c' now runs `clear-rectangle'. * texinfmt.el (texinfo-format-region texinfo-format-buffer): Add ###autoload cookies. (batch-texinfo-format): Use `buffer-disable-undo' instead of obsolete function `buffer-flush-undo'. * solar.el (s-hemi-seasons n-hemi-seasons): New constants are hemisphere dependent list of season names. The names are "international"; i.e., `vernal' and `autumnal' are used consistently. (solar-equinoxes-solstices): Use new constants, allowing southern hemisphere reports to be meaningful. (sunrise-sunset): Use `frame-width' instead of `screen-width'. * calendar.el (calendar-mode): Fix typos in documentation string. * outline.el (outline-minor-mode): Force update of modeline when outline-minor-mode is toggled. Thu Aug 26 23:07:00 1993 Jim Blandy (blandy@comano.cscs.ch) * add-log.el (add-log-full-name, add-log-mailing-address): New variables. (add-change-log-entry): Don't ask for the login name and site name separately; instead, prompt for a mailing address; that's more useful. Set add-log-full-name and add-log-mailing-address, so that the values specified persist after being specified once. Create a new change log entry if the mailing address doesn't match; don't just compare the date, full name, and login name. Wed Sep 1 10:31:28 1993 Brian Fox (bfox@inferno) * tex-mode.el (slitex-mode): Add ###autoload magic cookie. Fri Aug 27 00:40:59 1993 Brian Fox (bfox@sonderbar) * diff.el (diff): Doc fix. Tue Aug 17 23:50:18 1993 Brian Fox (bfox@inferno) * version.el: Changed comment to refer to actual filename "inc-vers.el" instead of "inc-version.el". Fri Sep 17 17:24:00 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (mouse-set-region): Put region in kill ring. (mouse-drag-region): Handle double and triple clicks when displaying region and when setting it. (mouse-skip-word, mouse-start-end): New functions. Fri Sep 17 14:42:39 1993 Stig@netcom.com (Jonathan Stigelman) * hilit19.el: - (hilit-rehighlight-region): added (save-restriction (widen)) to avoid hangups in dired. - Also slight improvements to fortran patterns and hilit-default-face-table doc string - added optional case-fold argument to hilit-set-mode-patterns - added hilit-rehighlight-buffer-quietly to dired-after-readin-hook - fixed bug in hilit-string-find that mishandled some strings: "\\" - work-around for bug in next-overlay-change - the pattern matcher now starts it's searches from the end of the most recently highlighted region (which is not necessarily the end of the most recently matched regex). - code moved from hilit-highlight-region to hilit-set-mode-patterns. This will affect you if you pass your patterns directly to hilit-highlight-region....use a pseudo-mode instead. - twiddled C/C++, latex, texinfo, fortran, nroff patterns. - added calendar-mode, icon-mode and pascal-mode patterns - diverged lisp-mode and emacs-lisp-mode...also added lisp keywords. Fri Sep 17 14:52:33 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * yow.el (read-zippyism): New function. * cookie1.el (read-cookie): New function. Fri Sep 17 13:51:33 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (directory-abbrev-alist): Doc fix. Thu Sep 16 10:52:37 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * gud.el (perldb): New function, plus subroutines. * text-mode.el (indented-text-mode): Make only blank lines separate or start paragraphs. Doc fix. * font-lock.el (font-lock-fontify-region): Don't add `font-lock' props. (font-lock-unfontify-region): Don't remove `font-lock' props. (font-lock-hack-keywords): Don't add `font-lock' props. Handle values other than t and nil for allow-overlap-p specially. (c-font-lock-keywords-1): Don't override how comments in #if... appear. Highlight text after #else or #endif. Wed Sep 15 19:22:28 1993 Paul Eggert (eggert@twinsun.com) * vc.el (vc-version-other-window): New function. (vc-backend-checkout): Add optional arg workfile, which specifies where to put the working file. * vc-hooks.el (vc-prefix-map): Bind C-x v ~ to vc-version-other-window. Wed Sep 15 17:45:50 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-forward): Insert the text right after the header separator. * iso-acc.el: Set up keymap at load time. (iso-accents-mode): Not here. Just setq iso-accents-minor-mode. (iso-accents-minor-mode): Make it local in all buffers. Tue Sep 14 12:51:30 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * iso-acc.el: New file. Rename `iso-accents' to `iso-accents-mode' and change comments accordingly. Fix doc strings. (iso-accents-minor-mode): Now a user option. (iso-accents-mode): Positive arg means enable. No arg means toggle. Mon Sep 13 19:49:45 1993 Per Cederqvist (ceder@signum.se) * forms.el: Change typos in comments. (forms-delete-record, forms--update): Use `delete-region' instead of `kill-line' to avoid messing around with the kill ring. Mon Sep 13 23:35:33 1993 Johan Vromans (jv@mh.nl) * forms.el: Release 2.1 for Emacs 19.19. (forms--process-format-list): No need to prepend a text item anymore. (forms--ro-modification-start): Renamed to `forms--iif-start. (forms--ro-properties): Renamed to `forms--iif-properties'. (forms--romh): Renamed to `forms--iif-hook'. Rewritten to use `insert-in-front-hooks' instead of `modification-hooks'. (forms--romh-post-command-hook): Renamed to `forms--iif-post-command-hook'. Rewritten to use `insert-in-front-hooks' instead of `modification-hooks'. (forms--make-format, forms--make-format-elt-using-text-properties): Use `insert-in-front-hooks' instead of `modification-hooks'. Remove `forms--electric' code. Use `front-sticky' and `rear-nonsticky' text properties to control the insertion of text between read-only fields. (forms--show-record): Remove `forms--electric' code. Sun Sep 12 07:24:21 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * sc.el (sc-glom-headers): Bind mark-active around calling region-... (sc-cite-original): Likewise. Sat Sep 11 06:39:46 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * font-lock.el (font-lock-fontify-region): Put on `font-lock' property as well as `face' property. (font-lock-hack-keywords): Likewise. * rmail.el (rmail-convert-file): Narrow to exclude the Babyl header. Fri Sep 10 01:05:45 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * paths.el (rmail-spool-directory): Use "/var/mail/" if system-type is netbsd. Thu Sep 9 00:31:27 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) * rlogin.el: require 'shell. Wed Sep 8 12:06:37 1993 Paul Eggert (eggert@twinsun.com) * vc.el (vc-backend-steal): Fix typo when invoking the 'rcs' command to steal the lock. Wed Sep 8 02:22:59 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * shell.el (shell-dirstack-message): Recognize ~ by matching the expansion of "~" with comint-filename-prefix prepended. Strip comint-filename-prefix from elts. * comint.el (comint-filename-prefix): New variable. (comint-replace-by-expanded-filename, comint-dynamic-complete, comint-dynamic-list-completions): Prepend it to absolute file names before completing. * shell.el (shell-cd): New function, like `cd' but prepend comint-filename-prefix. (shell-resync-dirs, shell-process-cd, shell-process-pushd, shell-process-popd): Use shell-cd in place of cd. * rlogin.el (rlogin): After rlogin-mode, set comint-filename-prefix locally to indicate the host, and cd to /HOST:~/. (rlogin-mode-map): Start with (cons 'keymap shell-mode-map), rather than with a full copy of comint-mode-map. * ange-ftp.el (ange-ftp-file-executable-p): New function, handles file-executable-p. Tue Sep 7 13:06:55 1993 Ron Schnell (ronnie@media.mit.edu) * dunnet.el (dun-save-game): Use correct name of endgame question. Tue Sep 7 04:35:26 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (hack-local-variables-prop-line): Ignore any specification for `mode:', since set-auto-mode has already handled it. (set-auto-mode): Clean up. Handle more than one `mode:' spec in -*-. * rmail.el (rmail-convert-file): Exclude the Babyl header when calling rmail-convert-to-babyl-format. * startup.el (command-line): Setq inhibit-startup-message to nil. Mon Sep 6 18:48:08 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * register.el (jump-to-register): Take new optional arg NODELETE (prefix arg); pass through to set-frame-configuration. * frame.el (set-frame-configuration): Take new optional arg NODELETE; if non-nil, don't delete any frames. * register.el (window-configuration-to-register): Fix prompt string in interactive spec. (frame-configuration-to-register): Likewise. * menu-bar.el: Don't clobber existing binding for menu-bar in global-map. Mon Sep 6 22:37:51 1993 Paul Eggert (eggert@twinsun.com) * cal-dst.el (calendar-time-zone-daylight-rules): Remove special case for Israel. Israel has changed its daylight savings time rules. We don't know what the current rules are, but the special case was definitely incorrect. Mon Sep 6 18:15:29 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (tag-exact-match-p): Return true if TAG is the explicit tag name. Mon Sep 6 08:48:50 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simula.el: Doc fixes. (simula-mode-syntax-table): Copy the syntax table. Mon Aug 30 12:17:43 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (next-file): If arg is neither t nor nil, then eval it to return initial list of files. (tags-loop-continue): Doc fix. (tags-search, tags-query-replace): Take optional final arg and pass to tags-loop-continue (through to next-file) instead of t if non-nil. Sun Aug 29 10:29:22 1993 Paul Eggert (eggert@twinsun.com) * solar.el (solar-degrees-to-quadrant): Use `floor' not `truncate'. (solar-sunrise, solar-sunset, solar-longitude-of-sun): Undo Aug 19 patch; not needed with new `mod'. Sun Aug 29 08:21:25 1993 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * solar.el (solar-equinoxes-solstices): Invert seasons in southern hemisphere. Use "Autumnal" not "Fall". Sat Aug 28 02:41:19 1993 Paul Eggert (eggert@twinsun.com) * cal-dst.el (calendar-time-zone-daylight-rules): Scan through the next few years until at most one rule remains; if none remain, then just use the first candidate rule; it's wrong in general, but it's right for at least one year. This is a better heuristic in case the underlying time zone implementation has bugs (which is all too common). If possible, don't convert back and forth between gregorian and absolute; this speeds things up noticeably. This uses the new calendar-nth-named-absday function. (calendar-current-time-zone): Some locales start DST at a different time of day than they end; allow for this by yielding both times. The performance speedups in calendar.el are great enough that we now no longer need the "Checking time zone data..." message. If current-time-zone yields nil, don't bother with calendar-next-time-zone-transition. Use clearer names for local vars. (calendar-time-zone, calendar-daylight-time-offset, calendar-{standard,daylight}-time-zone-name, calendar-daylight-savings-{starts,ends}): Default to US Eastern rules for information that is not available. (calendar-daylight-savings-{starts,ends}-time): New vars, replacing calendar-daylight-savings-switchover-time, to support locales that start DST at a different time of day than they end. (calendar-absolute-from-time): Fix typo by interchanging floor and mod. * calendar.el (solar-holidays): Use new calendar-daylight-savings-{starts,ends}-time vars instead of old calendar-daylight-savings-switchover-time var. (calendar-last-day-of-month): Tune by testing month before year. (calendar-absolute-from-gregorian): Tune by computing (1- year) once. (calendar-nth-named-absday): New function, used to improve performance in calendar-time-zone-daylight-rules. (calendar-nth-named-day): Use it. * solar.el (solar-time-string): Use new calendar-daylight-savings-{starts,ends}-time vars instead of old calendar-daylight-savings-switchover-time var. Thu Aug 26 20:56:51 1993 Paul Eggert (eggert@twinsun.com) * vc.el (vc-locked-example): Renamed from vc-quiescent-p. Now yields example of why current directory is not quiescent. All callers changed to use this. * vc-hooks.el (vc-find-file-hook, vc-file-not-found-hook): Use add-hook to install these hooks. Thu Aug 19 14:21:25 1993 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * solar.el (solar-sunrise, solar-sunset, solar-longitude-of-sun): Make both arguments to solar-mod float. (sunrise-sunset): Change screen-width to frame-width. * calendar.el (calendar-absolute-from-iso, american-calendar-display-form, european-calendar-display-form): Fix typos in doc strings doc strings. (calendar-mode-map): Use "[prior]" and "[next]" in key bindings. Wed Aug 18 12:48:40 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * texinfo.el (texinfo-environment-regexp): Match cartouche. * upd-copyr.el (update-copyright): Handle two-digit years with apostrophes. Sat Aug 14 03:54:40 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.19 released. * menu-bar.el (list-buffers-directory): Add declaration. * files.el (find-file-noselect): If a find-file-not-found-hook succeeds, clear `error'. * faces.el (x-create-frame-with-faces): Check for `on' or `true' as reverseVideo resource value. * frame.el (frame-initialize): Likewise. * outline.el (outline-minor-mode-prefix): New variable. (outline-minor-mode-map): Use it. (outline-level): New var. Everything funcalls this instead of calling outline-level. * frame.el (frame-initialize): Handle reverseVideo x-resource. * subr.el (momentary-string-display): Scroll to keep the string on the screen. Fri Aug 13 02:23:43 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * compile.el (compilation-parse-errors): Don't add multiple errors for one source line. * bibtex.el (bibtex-mode-map): Change C-c e to C-c C-b. * menu-bar.el (mouse-menu-bar-buffers): Use list-buffers-directory. * isearch.el (isearch-edit-string): Use read-event, not read-char. Thu Aug 12 18:20:55 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (backup-inhibited): Doc fix. * saveplace.el: New file. * bookmark.el: New version from Fogel. * mouse.el (mouse-choose-completion): Really go to minibuffer; no save-excursion. Thu Aug 12 14:38:37 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * tar-mode.el (tar-mode-map): Don't bind C-c. Thu Aug 12 01:32:30 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * paragraphs.el (paragraph-start): Doc fix. * paren.el (show-paren-command-hook): Do nothing if input is pending. Wed Aug 11 17:26:47 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * compile.el (next-error): Handle zero and negative prefix args. Wed Aug 11 02:01:49 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * dired-aux.el (dired-compress-file): Fix previous change. * rmail.el (rmail-forward): Don't bind mail-signature, mail-setup-hook. * mouse.el (mouse-drag-region): Mouse in menu bar means scroll up. * text-mode.el (indented-text-mode): Doc fix. * userlock.el (ask-user-about-supersession-threat): Mention file name when asking question. * paren.el (show-paren-command-hook): Don't use value of make-face. * mouse.el (font-menu-add-default): Use list, not cons, for new elt. Don't get confused if no Misc entry. * emerge.el (emerge-find-difference): Add interactive spec. * mouse.el (mouse-set-point): Use event-end, not event-start. * frame.el (other-frame): Fix error in loop counting. Tue Aug 10 08:02:36 1993 Paul Eggert (eggert@twinsun.com) * autoload.el (generate-file-autoloads): Set float-output-format to nil, not "%.20e", since nil is guaranteed to not lose info on output. * bytecomp.el (byte-compile-from-buffer): Likewise. Tue Aug 10 04:24:09 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * startup.el (site-run-file): New variable. (command-line): Use it. Support -no-site-file. * mouse.el (mouse-drag-region): Doc fix. * texinfo.el (texinfo-delete-from-print-queue) (texinfo-tex-buffer): Load tex-mode to get tex-start-shell, etc. Tue Aug 10 18:19:46 1993 Rob Riepel (riepel@Snowflake.Stanford.edu) * tpu-edt.el (tpu-help): Use variables for "n" and "p". (tpu-help-N, tpu-help-n, tpu-help-P, tpu-help-p): New vars. * tpu-mapper.el: Insert (in buffer) setqs for tpu-help-... variables. Mon Aug 9 21:32:42 1993 Paul Eggert (eggert@twinsun.com) * calendar.el (hebrew-holidays-3): Fix misspelling in var name. * array.el (abs, ceiling, floor): Remove, since they now redefine builtin functions. All `ceiling' callers rewritten to invoke `floor'. * bytecomp.el: `mod' is no longer an alias for `%'. * subr.el: Likewise. * cal-dst.el (calendar-/, calendar-%): Remove, since floor and mod now subsume them. All callers changed. * cal-mayan.el (mayan-mod): Likewise. * ring.el (ring-mod): Likewise. * solar.el (solar-mod): Likewise. * cl-extra.el (floor*): Use `floor' rather than doing all the work. * gnus.el (gnus-caesar-region): Replace `%' by `mod' and simplify. * rnews.el (caesar-region): Likewise. * isearch.el (isearch-ring-adjust1, isearch-ring-advance-edit): Likewise. * simple.el (current-kill): Likewise. * timezone.el (timezone-fix-time): Simplify complicated expression with `floor'. (timezone-zone-to-minute): Replace (max X (- X)) with (abs X). Mon Aug 9 15:28:25 1993 Rob Riepel (riepel@Snowflake.Stanford.edu) * tpu-doc.el: Added section on local variables. * tpu-edt.el (tpu-version): Print version number rather than the RCS revision number. * tpu-edt.el (tpu-next-file-buffer): Bind starting-buffer with let. * tpu-edt.el (tpu-load-xkeys): Check value of tpu-xkeys-file. Make sure to use the "*scratch*" buffer. * tpu-edt.el (tpu-lm-replace): Changed variable searching-forward to tpu-searching-forward. (tpu-substitute): Likewise. (tpu-toggle-search-direction): Likewise. (tpu-search-forward, tpu-search-reverse, tpu-set-search): Likewise. (tpu-search-internal, tpu-adjust-search): Likewise. * tpu-extras.el (tpu-search-internal): Changed variable searching-forward to tpu-searching-forward. * tpu-extras.el: Changed "edit-picture-hook" to "picture-mode-hook" for emacs version 19. * tpu-mapper.el (tpu-gnu-map-key): Repaired the key name generation code to work with the latest version of emacs. Sun Aug 8 00:39:52 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.18 released. * tpu-doc.el (enable-local-variables): setq deleted. * tpu-extras.el (edit-picture-hook): Use add-hook to modify it. * server.el (server-visit-files): Restore current-buffer by hand, not using save-excursion. * gud.el (gud-dbx-marker-filter): Detect signals as well as bpts. * ange-ftp.el (ange-ftp-send-cmd): Bind ange-ftp-this-... in the outermost let, not an inner one. * comint.el (comint-mode-map): Delete C-c C-y binding. * mh-e.el (mh-read-msg-list): Undo previous change. * subr.el (minibuffer-window-active-p): New function. * mouse.el (mouse-set-point): Error if click in inactive minibuffer. (mouse-drag-region): Use mouse-set-point. Don't set a mark if final event wasn't suitable for setting point. * etags.el (etags-goto-tag-location): If match started with Ctrl-m, compensate when setting point. * simple.el (shell-command, shell-command-on-region): Fix bugs in previous change. * dired-aux.el (dired-compress-file): For .z file, run gunzip. When running gzip, see if it made .gz or .z. (dired-compress): Delete any old entry for new-file. Sat Aug 7 20:42:29 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * vc.el (vc-diff, vc-directory-18): Add missing paren to end of vc-diff, and remove extra paren from vc-directory-18. Sat Aug 7 04:18:43 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * dired-aux.el (dired-diff): Read options right here; don't try to use diff-read-switches. Always call diff with 3 args. (dired-backup-diff): Likewise. * simple.el (do-auto-fill): Don't keep breaking the line if it doesn't help matters. Fri Aug 6 18:10:29 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * indent.el (indent-region): Fix paren error in last change. * mouse.el (mouse-save-then-kill): Fix paren error in last change. Fri Aug 6 16:25:08 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) Fix {menu,scroll}-bar-mode so prefix arg of M-- works. * scroll-bar.el (scroll-bar-mode): If FLAG is non-nil, set it to its prefix-numeric-value. * menu-bar.el (menu-bar-mode): Defvar removed. (menu-bar-mode): Rewritten to parallel scroll-bar-mode. * info.el (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node): Doc fix. * help.el (help-for-help): Mention C-k and C-f. Fri Aug 6 14:02:22 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (after-find-file): Improve warning message about existing file that can't be read. Thu Aug 5 02:54:42 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * indent.el (indent-region): Rename arg ARG to COLUMN. Don't add fill-prefix to empty line. Don't change whitespace in empty line. * mouse.el (help-admin-map): Fix menu item text. * font-lock.el (font-lock-fontify-region): Handle comment-start-skip = nil. * rmail.el (rmail-resend): Delete any Sender field. Wed Aug 4 00:36:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * perl-mode.el (perl-mode): Add autoload cookie. * paths.el (sendmail-program): Try /usr/sbin/sendmail.el also. * mouse.el (mouse-save-then-kill): Don't discard all the normal undo info; just replace the deletion entry. * tpu-edt.el, tpu-doc.el, tpu-extras.el, tpu-mapper.el: New files. * vt-control.el: New file. Wed Aug 4 14:42:17 1993 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * diary.el (list-diary-entries): Split diary-display-hook into two pieces, diary-display-hook and diary-hook. If diary-display-hook is nil, use simple display. (include-other-diary-files): Set those hooks properly for other files. * calendar.el (diary-display-hook): Change default and fix doc string. (diary-hook): New user variable. (diary-date-forms, calendar-date-display-form): Don't autoload them so the European/American style is decided at load time. Tue Aug 3 23:40:03 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * lpr.el (print-region-1): Make END a marker so untabify relocates it. Tue Aug 3 17:38:47 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * compile.el (compilation-minor-mode): Make variable buffer-local. (compilation-minor-mode): Autoload this function. Tue Aug 3 13:44:52 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * man.el (man): Define as alias. * paren.el (window-setup-hook): Add hook function. Tue Aug 3 03:52:36 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * comint.el (comint-dynamic-list-completions): Expand PATHDIR in call to file-name-completion. Tue Aug 3 03:09:18 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * faces.el: Make boldness/italicness affect frames created later. (make-face-bold, make-face-italic, make-face-bold-italic) (make-face-unbold, make-face-unitalic): Update global-face-data. Ignore a list found in the font slot. (make-face-bold-internal, make-face-italic-internal): (make-face-bold-italic-internal): New subroutines. (x-create-frame-with-faces): If global-face-data's font slot indicates bold and/or italic, make it so. Tue Aug 3 02:38:34 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * window.el (shrink-window-if-larger-than-buffer): Pass WINDOW to pos-visible-in-window-p. Tue Aug 3 00:08:44 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * completion.el (cmpl-read-time-eval): Make it no-op. (cmpl-hours-since-origin): Use truncate to make an integer. (completion-search-reset): Use completion-prefix-min-length. * telnet.el (telnet): If we already have a telnet to HOST, just switch buffers. Mon Aug 2 23:33:34 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * frame.el (other-frame): Skip iconified and invisible frames. Mon Aug 2 21:07:02 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * replace.el (occur-mode-goto-occurrence): Give meaningful error message if there's nowhere useful to go. Mon Aug 2 18:18:52 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * comint.el (comint-dynamic-complete): If called interactively twice in a row, give the completion list. * comint.el (comint-dynamic-complete): Expand PATHDIR in call to file-name-completion. * comint.el (comint-dynamic-completion): Say "Sole completion", not "Unique completion". * frame.el (other-frame): New function, analogous to other-window. (ctl-x-5-map): Bind C-x 5 o to other-frame. Mon Aug 2 00:47:00 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * subr.el (add-hook): Change a single function into a list. * lucid.el (remove-hook): Doc string added. Change a single function into a list. * sendmail.el (mail-yank-hooks): Initialize to nil. (mail-yank-original): If mail-yank-hooks is nil, call mail-indent-citation. * c-mode.el (indent-c-exp): Don't document ENDPOS. (c-indent-region): Rewrite to use indent-c-exp on one sexp at a time, then use c-indent-line on the next line, etc. * bytecomp.el (byte-recompile-directory): At end of compiling a file, put back the "Checking DIR..." message. Sun Aug 1 18:22:59 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * etags.el (etags-tags-completion-table): Fixed regexp for today's format. (etags-snarf-tag): Skip explicit tag name if present. Sun Aug 1 20:50:07 1993 Paul Eggert (eggert@twinsun.com) * dissociate.el (dissociated-press): Use `(random N)' instead of while loop. * dunnet.el: (dun-endgame-question, tcom, tloc): Use (random N) instead of combination of %, abs and random. * life.el (life-insert-random-pattern): Simplify (% (abs (random)) N) to (random N). * cookie1.el (pick-random): Remove. All callers changed to use `random' instead. * gomoku.el (random-number): Likewise. * mpuz.el (mpuz-random): Likewise. * emerge.el (emerge-default-[AB]): Use (zerop (% A B)) instead of (= (* (/ A B) B) A). Sun Aug 1 01:17:14 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * subr.el (event-click-count): New function. * texinfmt.el: Installed the version from the Texinfo package. * dired.el (dired-sort-mode): Variable deleted. Don't display it in mode line. (dired-sort-set-modeline): Set mode-name instead. * etags.el (visit-tags-table-buffer): New local named visit-tags-table-buffer-cont copies cont. (tags-table-including): Set that, instead of cont. * c-mode.el (indent-c-exp): Don't move an { from column 0. Sat Jul 31 01:31:30 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * tar-mode.el: Fix doc strings and error message syntax. Add menu bar items. (tar-subfile-mode): Set a local-write-file-hook rather than using key bindings. (tar-subfile-save-buffer): Return t. * add-log.el (change-log-mode): Use \f for formfeed, to avoid syntax error. * isearch.el (isearch-done): Move point (for small window) before deciding whether to set the mark. * man.el (Man-build-references-alist): When setting word, use only what Man-reference-regexp matched. (Man-reference-regexp): Don't match starting with a period. (Man-first-heading-regexp): Allow leading space. (Man-heading-regexp): Allow leading space. (Man-section-translations-alist): Add entries for xlib. * completion.el (completion-version): New variable. (save-completions-to-file): Use completion-version. * tex-mode.el (validate-tex-buffer): Record mismatches in *Occur*. * files.el (basic-save-buffer): When we read a file name, use set-visited-file-name to put it in. * mouse.el (mouse-choose-completion): Actually choose that alternative, don't just insert its name. * simple.el (shell-command-history): New variable. (shell-command, shell-command-on-region): Use it. Fri Jul 30 14:25:24 1993 Paul Eggert (eggert@twinsun.com) * window.el (shrink-window-if-larger-than-buffer): Do nothing if the window is the only window of its frame. If the buffer ends in newline and point is not at the end of the buffer, do not display the last (empty) line. * vc.el (vc-shrink-to-fit): Deleted. All callers changed to use the new, fixed `shrink-window-if-larger-than-buffer' instead. In some places move it after a (goto-char (point-min)). Fri Jul 30 20:19:06 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * blackbox.el (blackbox-mode-map): Now that we have terminal-independent function-key facilities, we ought to use them. Remove hack which looks for all bindings for the simple motion keys and locally binds them to blackbox keys; add bindings for the [up], [down], [left], and [right] keys. * frame.el (frame-notice-user-settings): If we had to create a new frame in order to obey initial-frame-alist, use delete-frame's FORCE argument to get rid of the old frame even if the new one hasn't been mapped yet. Fri Jul 30 20:18:16 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * fill.el (fill-region-as-paragraph): When we take one word after the fill column, don't stop at period with just one space. When checking whether at beginning of line, if no fill prefix, ignore intervening whitespace. Fri Jul 30 18:38:56 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * gud.el (gud-gdb-marker-filter): Preserve the match data across the filter's execution. * gud.el (gud-gdb-marker-filter): If we received some text after the position marker, append it to any text before the marker, instead of throwing away the text before the marker. Fri Jul 30 03:00:20 1993 David Gillespie (synaptx!daveg@uunet.UU.NET) * cl.el: File totally replaced. * cl-compat.el, cl-extra.el, cl-macs.el, cl-seq.el: New files. * info.el (Info-fontify-node): New function. (Info-fontify): New variable. (Info-mode): Initialize Info-related faces. (Info-select-node): Fontify the node if necessary. * info.el (Info-goto-node): Provide completion for node names. (Info-read-node-name, Info-build-node-completions): New functions. (Info-current-file-completions): New variable. (Info-find-node): Clear completions cache. * info.el (Info-next-reference, Info-prev-reference): New commands. (Info-mode-map): Bind these to TAB and M-TAB. (Info-next-preorder): Special case if sitting on "*Note" reference. * info.el (Info-standalone): New variable. (Info-exit): Exit Emacs if in standalone mode. (info-standalone): New function. * info.el (Info-summary): Added `bury-buffer' call. (Info-no-error): Renamed from `no-error'. (Info-suffix-list): Put ".info" before "" to deal with directory named "foo" next to file "foo.info". Fri Jul 30 03:00:20 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * fill.el (fill-region-as-paragraph): Move misplaced paren ending `(if (eobp) nil ...)'. In the loop that avoids breaking after `.' with one space, break if we actually have two spaces. Fri Jul 30 01:32:53 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * compile.el (compilation-error-regexp-alist): Broaden RS6000 regexp to match "lines N-M," or "line N,". Thu Jul 29 19:21:10 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * gud.el (gud-gdb-marker-filter): Do not assume that the position markers from GDB will always be received in one chunk of input; gud-gdb-marker-filter may be called several times, each time providing a little more of the position marker. (gud-gdb-marker-acc): New variable. (gud-gdb-marker-filter): If we have received what could be the beginning of a position marker, hold that text in gud-gdb-marker-acc for the next time we get called, until we have enough information to decide for sure. * gud.el (gud-gdb-marker-filter): Only recognize GDB position markers if they occur at the beginning of the line. They always do, and this reduces the likelihood that the above change will hold back output that isn't really a position marker. * mpuz.el (mpuz-board): Doc fix. Thu Jul 29 01:10:06 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * gud.el (dbx): Use %d in gud-break. (gud-format-command): Support %d. Delete spurious progns. * etags.el (etags-goto-tag-location): Handle selective display. * sendmail.el: Do the global key bindings only via loaddefs.el, not when sendmail.el is loaded. * buff-menu.el (Buffer-menu-mode-map): Undo previous change. * rmail.el (rmail-nuke-pinhead-header): Tell replace-match not to alter the case. (rmail-toggle-header, rmail-reformat-message): Ignore case when checking for Summary-line. * calendar.el (calendar-mode-map): Bind C-SPC. Thu Jul 29 04:58:47 1993 Paul Eggert (eggert@twinsun.com) * (vc-mode-line): Set vc-mode to nil if FILE no longer is version-controlled. Thu Jul 29 00:47:52 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * menu-bar.el (delete-frame): Permit it, if > 1 frame is vis or iconic. Wed Jul 28 23:02:45 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * man.el (Man-find-section): HP/UX man pages have section names indented by a single space; recognize them. * gud.el (gud-last-last-frame): Specify initial value. `dbx' doesn't work unless we do. Thu Jul 29 00:00:29 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * c-mode.el (calculate-c-indent): When checking whether function decl is inside a comment, move back to the `(' that starts the arglist. Wed Jul 28 19:50:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-convert-file): If file needs conversion, convert it all. * macros.el (name-last-kbd-macro): Handle macros that are vectors. * man.el (Man-filter-list): Insert \n newlines in awk script. * time-stamp.el (time-stamp): Add autoload cookie. Wed Jul 28 18:41:55 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * comint.el (comint-replace-by-expanded-filename, comint-dynamic-complete): Say "Sole completion" instead of "Unique completion", for consistency with the rest of the known universe. Wed Jul 28 04:21:48 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * sc.el: Require assoc instead of sc-alist. * sc-alist.el: File deleted. * gnus.el (gnus-apply-kill-hook): Make the value a list of functions. (gnus-mark-article-hook, gnus-select-digest-hook): Likewise. (gnus-select-article-hook, gnus-select-group-hook): Likewise. Tue Jul 27 17:58:29 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * bytecomp.el (byte-recompile-directory): Doc fix. * term/x-win.el (iconify-or-deiconify-frame): New function. Use it for C-z. Tue Jul 27 19:28:46 1993 Paul Eggert (eggert@twinsun.com) * vc-hooks.el (vc-rcs-status): Removing any trailing "-". Tue Jul 27 01:48:44 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * cplus-md.el (c++-mode-syntax-table): Don't alter syntax of '. * term/x-win.el (x-handle-iconic): New function. (command-switch-alist): Use that. (x-switch-definitions): Delete elt for `-iconic'. * gud.el (dbx): For gud-break, send a file command and a stop command. * diary.el: Doc fixes. Mon Jul 26 15:55:32 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mouse.el (font-menu-add-default): New function. * startup.el (normal-top-level): Call font-menu-add-default. Mon Jul 26 14:32:18 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * simple.el (read-expression-history): New defvar. (eval-expression): Use it has history var in interactive spec. Mon Jul 26 01:54:00 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * frame.el (frame-notice-user-settings): Don't reapply a parm whose value is ot changed (as far as we know) since frame-initialize. * simple.el (kill-ring-save): Delete spurious `message' call. (set-mark): If POS is nil, call deactivate-mark. * c-mode.el (indent-c-exp): When previous line ends in comma, use calculate-c-indent. Fix the "inner loop" to properly detect a line that ends outside of comments and strings. * cplus-md.el (c++-mode-syntax-table): Handle C-style comments. * files.el (insert-directory): Make sure default-directory is absolute. * dired.el (dired-readin-insert): If we got a list of files, pass nil for WILDCARD arg to dired-insert-directory. Sun Jul 25 16:19:47 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * vc.el (vc-backend-steal): Pass arg omitted in last change. * term/x-win.el (x-selection-timeout): Use 20000 as default. * mouse.el (x-fixed-font-alist): Give some fonts long patterns. Delete 9x15 bold and 8x13 and 8x13 bold. Add some fonts. * term/x-win.el (x-select-text): Never set the CLIPBOARD selection. (x-cut-buffer-or-selection-value): Try PRIMARY before cut buffer. (x-cut-buffer-max): Set based on x-server-max-request-size. Sat Jul 24 01:33:11 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * unrmail.el (unrmail): Total rewrite. * rmailout.el (rmail-output): New arg NOATTRIBUTE. * rmailout.el (rmail-output-to-rmail-file): Set rmail-last-rmail-file while reading the interactive args. (rmail-output): Likewise, for rmail-last-file. (rmail-output-to-rmail-file): Use default-file consistently. * replace.el (occur): If no default, don't mention one. * rmail.el (rmail-last-rmail-file): Initialize to a file name. (rmail): Don't set rmail-last-rmail-file. * info.el (Info-select-node): Run Info-selection-hook. * ispell.el (ispell-point): Do nothing if there's no word at START. Fri Jul 23 00:42:36 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * doctor.el (doctor-type-symbol): Win if auto-fill-function is nil. * edt.el (advance-direction): Set kp-f3, not kp-f1. * term/x-win.el (x-select-text): Always set the cut buffer, but sometimes set it to nothing. Don't put large strings in clipboard. * dired.el (dired-readin-insert): Don't use the "whole directory" case if DIR-OR-LIST is a list. * font-lock.el (font-lock-after-change-function): Scan for comments and strings from beg of line. (c-font-lock-keywords-1): Recognize &, like *, before fn name. (perl-font-lock-keywords): Put digit 1 into function-name-face items. Allow whitespace before the open-brace. * sort.el (sort-skip-fields): Really implement fields as runs of nonwhitespace chars. (sort-fields, sort-float-fields, sort-numeric-fields): Don't subtract 1 when calling sort-skip-fields. Thu Jul 22 13:44:22 1993 Ron Schnell (ronnie@media.mit.edu) * dunnet.el (dun-special-object): Fixed so that bus will explode if falls through hole instead of making adventurer trapped in room with no escape and no way off the bus. Thu Jul 22 13:34:32 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * term/x-win.el (x-select-text): Limit size of text sent to cut buffer. * subr.el (keyboard-translate): Properly lengthen existing table. * files.el (set-auto-mode): Fix backwards test involving inhibit-local-variables-regexps. * loaddefs.el (ctl-x-map): Correct C-x r t to string-rectangle. * paren.el (show-paren-command-hook): Specify buffer for move-overay. Thu Jul 22 03:59:42 1993 Paul Eggert (eggert@twinsun.com) * vc.el (vc-backend-revert): Use `co -f' instead of deleting the working file ourselves; that way, if `co' fails, we won't have deleted the working file. (vc-backend-steal): Don't delete the working file. Use `rcs -u -l', not `rcs -u ; rcs -l'; it's faster. Use vc-backend-dispatch -- the old code couldn't have possibly worked. Thu Jul 22 01:34:34 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * map-ynp.el (map-y-or-n-p): If LIST is nil, just return. * mouse.el (mouse-secondary-save-then-kill): When making the undo item, use an integer, not a marker, for the position. * rmail.el (rmail-forward): Call rmail-start-mail for new frame even if just one window. (rmail-start-mail): Return what mail-other-frame returned. * mouse.el (mouse-set-font): Update faces bold, italic and bold-italic. * completion.el (complete): Use sit-for, not cmpl19-sit-for. * simple.el (completion-list-mode): Renamed from completion-mode. (completion-list-mode-map): Likewise. * files.el (parse-colon-path): Really make nil, not ".", for empty path element. Wed Jul 21 00:07:54 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * autoload.el (generate-file-autoloads): Bind float-output-format. Bind print-escape-newlines. * inc-vers.el: Try deleting version.el if it's not writable. * term/lk201.el: Explicitly define kp-f1... * tar-mode.el (tar-parse-info, tar-header-offset, tar-superior-buffer) (tar-superior-descriptor): Make them permanent locals. (tar-mode): Call kill-all-local-variables. Locally set enable-local-variables to nil. * man.el (Man-set-fonts): Don't look for another char after the backspace; instead look for a sequence CHAR BS CHAR BS CHAR BS... Delete all the CHAR BS pairs found, after making the text property. * c-mode.el (indent-c-exp): If ENDPOS, always set OPOINT to the function start. And don't indent a line which is past ENDPOS. Don't indent a comment on the first line if it's the only thing on that line. Call calculate-c-indent-within-comment when appropriate. * mouse.el (mouse-drag-region): Use deactivate-mark. * font-lock.el (perl-font-lock-keywords): Add a `(... . 1)' to the first element of the list. (font-lock-hack-keywords, font-lock-unfontify-region) (font-lock-fontify-region): Bind buffer-read-only to nil, and don't alter buffer-modified-p. (font-lock-fontify-region): Use comment-start-skip, not comment-start. Tue Jul 20 00:34:26 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * buff-menu.el (Buffer-menu-mode-map): Bind delete like DEL. * files.el (parse-colon-path): Turn empty substring into nil. * sendmail.el (mail-bury): Check that frame-parameters is defined. * font-lock.el (font-lock-function-name-face): defvar renamed. (font-lock-hack-keywords): Evaluate face specs from keyword list. * dunnet.el: New version from Schnell, to fix possible bad patch run. * subr.el (define-key-after): Fix typo in previous change. * outline.el (outline-mode-map): Delete spurious `outline-' from show and hide command names in menu. * ange-ftp.el (file-name-handler-alist): Have two separate regexps with different hooks. * files.el (ange-ftp-completion-hook-function): New function. * paren.el (show-paren-face): New variable. (show-paren-command-hook): Use it. Call set-face-background properly. * reposition.el (reposition-window): Don't forward-char if eobp. * startup.el (normal-top-level): Call abbreviate-file-name again after calling command-line. * rmailedit.el (rmail-edit-map): Inherit properly from text-mode-map; use the whole thing, not its cdr. * man.el (Man-getpage-in-background): Copy process-environment so we only alter the copy. * mh-e.el (mh-read-msg-list): Add space to message-number regexp. Mon Jul 19 19:27:01 1993 Paul Eggert (eggert@twinsun.com) * vc-hooks.el (vc-rcs-status): Use "-", not " ", to separate locks, so that the RCS minor mode label doesn't contain internal spaces. Mon Jul 19 14:56:17 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * dired.el (dired-unmark-all-files-no-query): New command. (dired-mode-map): Use that for the Unmark All item. Fix typo that made the Flag Backup Files item not show up. * mlconvert.el (while): Comment out converter. * calendar.el (hebrew-holidays): Split into 4 sub-variables. Mon Jul 19 16:06:31 1993 Masanobu UMEDA (umerin at orchid) * gnus.el (gnus-emacs-version): New variable. (gnus-version): Updated to 4.1. (gnus-newsrc-to-gnus-format): Use different regexp in 18 and 19. (gnus-group-startup-message): Use gnus-emacs-version. * gnuspost.el (gnus-current-time-zone): Fix typo. (gnus-inews-organization): Fix zero length string operation bug. * metamail.el (metamail-environment): Format changed. It must be a list of strings that have the format ENVVARNAME=VALUE. (metamail-region): Corresponding changes. * metamail.el (metamail-region): Optional 2nd argument NODISPLAY controls redisplay behavior. (metamail-buffer): LIkewise. Mon Jul 19 01:44:43 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * menu-bar.el (mouse-menu-bar-buffers): Add Frames pane if there are multiple panes. Sun Jul 18 21:05:05 1993 Paul Eggert (eggert@twinsun.com) * vc-hooks.el (vc-rcs-status): Omit "LOCKER:" if you are the locker. Sun Jul 18 16:41:08 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * vc.el (vc-comment-to-change-log): Complete rewrite. Do not use vc-update-change-log. Instead, snarf last comment from vc-comment-ring and insert it with add-change-log-entry. * add-log.el (prompt-for-change-log-name): Autoload this (for vc-comment-to-change-log). (add-change-log-entry): Take optional fourth arg NEW-ENTRY. If non-nil, never append to an existing entry. (change-log-fill-paragraph): New function. It might be nice to have a general feature to replace this. The idea I have is a variable giving a regexp matching text which should not be moved from bol by filling. change-log-mode would set this to "^\\s *\\s(". But I don't feel up to implementing that today. (change-log-mode-map): New defvar for keymap. Bind M-q to change-log-fill-paragraph in it. (change-log-mode): Use that as local map. * add-log.el (add-log-current-defun-function): New defvar. (add-change-log-entry): Call its value if non-nil instead of add-log-current-defun. (add-change-log-entry-other-window): Doc fix. * compile.el (compilation-error-list): An elt's cdr's car is again a cons (DIRECTORY . FILE) if it's not a marker. The conversion to using a string containing an expanded file name was never finished, and anyway it utterly broke compilation-search-path and a few other things. (next-error): Expect them that way. (compilation-parse-errors): Make them that way. (compile-file-of-error): Function removed. (compilation-error-filedata, compilation-error-filedata-file-name): New defsubsts. (compilation-next-file): Use them instead of compile-file-of-error. Sun Jul 18 16:01:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * autoload.el (update-file-autoloads): Go to the beginning of FILE before searching it for generate-autoload-cookie. * cookie1.el (cookie, cookie-insert, cookie-snarf, shuffle-vector): Autoload these. Sun Jul 18 02:38:03 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * Version 19.17 released. * makeinfo.el: Don't (require 'texinfmt) - that file doesn't exist any more; all its functions have been moved into other files. * files.el (insert-directory): Doc fix. * files.el (insert-directory): If FULL-DIRECTORY-P is non-nil, add "." component to the end of the path, so that if file is a symlink, we get the contents of the directory, not the symlink itself. Sat Jul 17 13:25:27 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * tar-mode.el (tar-extract): Use view-exit-action to kill viewed buf. * view.el: Doc fixes; some args renamed. * gnus.el (gnus-info-nodes): Update node names. * makeinfo.el (makeinfo-options): Fix option syntax in initial value. * texinfo.el (texinfo-mode): Undo changes mistakenly added with previous batch: texinfo-{start,end}-of-header are now tex-... Sat Jul 17 18:13:11 1993 Johan Vromans (jv@mh.nl) * forms.el: New version 2.0. Redesigned and rewritten to use Emacs 19 text properties. Requires Emacs 19.16 or later. Sat Jul 17 01:58:36 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu) * term/x-win.el: Include (invocation-name) in the error messages which might occur during startup. * shell.el (shell-process-pushd): Fix syntax error in condition-case. Fri Jul 16 20:16:57 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * menu-bar.el (revert-buffer): Make menu-enable form more accurate using revert-buffer-function and verify-visited-file-modtime. (menu-bar-help-menu): Put back under global-map. (menu-bar-final-items): Set it. * mh-e.el (mh-yank-hooks): Use (mark t). (mh-new-draft-name): Likewise. Fri Jul 16 16:30:18 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * comint.el (comint-{next,prev}-prompt, comint-send-eof): New defuns. (comint-mode-map): Bind C-c C-n, C-c C-p, and C-c C-d to those. Bind C-c C-y to comint-previous-input, for compatibility with v18 shell.el. Fri Jul 16 15:53:38 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * advice.el (ad-start-advice-on-load): Initialize to t. Fri Jul 16 04:45:14 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu) * term/x-win.el: Make the `-rn NAME' option specify a resource name, as documented, and not a resource database string. Make `-name NAME' act like `-rn NAME' and also set the name of the initial frame. (command-switch-alist): Process the `-rn' and `-name' options using the x-handle-name-rn-switch function. (x-handle-name-rn-switch): New function, which sets the x-resource-name variable. (opening connection): Make sure x-resource-name is valid. If it's not a string, set it to (invocation-name), with any periods or asterisks changed to hyphens. * term/x-win.el: Make the `-xrm STRING' option specify a resource database string. `-rn' used to behave this way. (command-switch-alist): Process the `-xrm' switch using x-handle-xrm-switch. (x-handle-xrm-switch): Renamed from x-handle-rn-switch; this function does the right thing for `-xrm', not for `-rn'. Fri Jul 16 00:11:29 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * sendmail.el (mail-bury): If selected frame is dedicated, and there are other visible frames, delete this frame. * rmail.el (rmail-mail-new-frame): New variable. (rmail-start-mail): New function. (rmail-mail, rmail-continue, rmail-reply, rmail-forward) (rmail-retry-failure): Use rmail-start-mail. Thu Jul 15 01:29:45 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * faces.el (face-equal): Don't mess with face-background-pixmap. * ispell.el (ispell-menu-map): Add missing quote in defalias. (ispell-window-configuration): Initialize to nil. * vc-hooks.el (vc-rcs-status): Make work buffer's name start w/ space. * simple.el (completion-setup-function): Insert the mouse help message only if non-nil `window-system'. * paren.el: Enable the hook only if window-system. Clear blink-paren-function at the same time. (show-paren-command-hook): If after a closeparen, highlight that closeparen as well as matching open. Use a different color for a mismatch, if color screen. Thu Jul 15 01:07:51 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * assoc.el (asort): First argument should be named alist-symbol, not assoc-symbol. Wed Jul 14 23:52:20 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * server.el (server-done): Let save-buffer make the backup, so that make-backup-files remains effective. * loaddefs.el: Delete C-x a C-h binding. * menu-bar.el (help-menu-bar-map): Put the Help item in this map. Wed Jul 14 23:46:02 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * isearch.el (isearch-edit-string): Bind isearch-nonincremental to its own value, not to nil. Wed Jul 14 23:35:51 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * hippie-exp.el: Renamed from hippie.el. Wed Jul 14 23:08:17 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * compile.el (compilation-parse-errors): After skipping two lines, move one char back so point is before the newline. Wed Jul 14 21:55:13 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * gud.el (gud-debugger-startup): Replaced with gud-massage-args. (gud-{gdb,sdb,xdb}-debugger-startup): Replaced with gud-*-massage-args. (gdb, sdb, xdb): Argument is command line, not args for it. Remove debugger name from prompt and put it in the default input instead. Overload gud-massage-args instead of gud-debugger-startup. (gud-chop-words): New function; subr for gud-common-init. (gud-common-init): Argument is command line, not args for it. Rewritten to use gud-chop-words instead of temp buffer and kludge involving read. Find the program name as the first word of the command line. Use make-comint and gud-massage-args in place of gud-debugger-startup. Expand the file name before passing it to gud-massage-args. Wed Jul 14 19:38:00 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * spook.el (snarf-spooks): Restore function. * cookie1.el (cookie-cache): New defvar. (cookie-snarf): Cache cookies in cookie-cache, not in obarray (idiot). Also store the modtime and punt the cache when it changes. Wed Jul 14 19:14:37 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu) Changes from Anders Holst, to bring hippie-expand up to version 1.2: * hippie-exp.el (hippie-expand-max-buffers): New variable. (try-expand-line-all-buffers, try-expand-list-all-buffers, try-expand-dabbrev-all-buffers): Use it. (try-expand-list, try-expand-list-all-buffers): New functions. (he-string-beg, he-string-end, he-search-loc): These values are now markers, not integers. Uses changed. (he-reset-string, he-substitute-string): Use a marker to preserve the old position of point. (try-expand-all-abbrevs): handle case the same way as the usual expand-abbrev (which is not a very good way, but for consistency...). (he-dabbrev-beg): Use `skip-syntax' instead of `skip-chars', to adjust its behavior to different modes. (hippie-expand): Don't messages which try function it is using, when the expansion itself is done in the minibuffer (it was very annoying to have the message obscuring the expansion). (try-complete-file-name, try-complete-file-name-partially, try-complete-lisp-symbol, try-complete-lisp-symbol-partially, try-expand-line, try-expand-line-all-buffers, try-expand-all-abbrevs, try-expand-dabbrev, try-expand-dabbrev-all-buffers): No unnecessary "resetting" of the epansion, when no expansion is done (caused the buffer to be marked as changed, although nothing was done, among other things). (he-reset-string): Undoing of last expansion at a later occasion, now undoes correctly (before, it garbled things up). (make-hippie-expand-function): now uses "(function ...)" instead of "'" (matters for compilation). (try-expand-line, try-expand-line-all-buffers, he-line-search-regexp): uses `comint-prompt-regexp' instead of `shell-prompt-pattern', to strip off prompt in process buffers. Wed Jul 14 16:56:19 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * autoload.el (generate-file-autoloads): Fix FILE truename hacking to substring SOURCE-TRUENAME instead of FILE. Tue Jul 13 01:51:31 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * faces.el (copy-face): New arg NEW-FRAME. (list-faces-display): New command. * simple.el (completion-mode): New major mode. (completion-setup-function): New function. Add it to completion-setup-hook. * mouse.el (mouse-choose-completion): New function. * dunnet.el: Many functions and variables renamed. * sendmail.el (mail-bury): New function. (mail-send-and-exit): Call mail-bury. (mail-dont-send): New command, with menu bar binding. * compare-w.el (compare-windows-skip-whitespace): New function. (compare-windows): Use that. (compare-windows-whitespace): Value is now regexp. * rmail.el (rmail-insert-inbox-text): If inbox is not in the spool dir, try copying before renaming. Tue Jul 13 00:38:53 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu) * shell.el (shell-prompt-pattern): Don't match more than one line. Doc fix. * bytecomp.el (byte-compile-from-buffer): Bind float-output-format to "%.20e", not "%20e"; the latter is always ignored, since it doesn't have a decimal point after the percent sign. Mon Jul 12 23:17:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * autoload.el (generate-file-autoloads): Correctly detect when the buffer receiving the autoload forms is in a parent of or the same directory as FILE, even in the presence of symlinks. Mon Jul 12 23:57:14 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * subr.el (define-key-after): Error if KEY has two elements. * dired.el (dired-mode-map): Add menu bar items. Mon Jul 12 23:17:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * autoload.el (generate-file-autoloads): Correctly detect when the buffer receiving the autoload forms is in a parent of or the same directory as FILE. Mon Jul 12 16:44:47 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu) * ange-ftp.el: Install the correct regexp in file-name-handler-alist. * term/x-win.el: Recognize affirmative values for reverseVideo properly. Include "on" in the list of recognized values. Mon Jul 12 15:11:55 1993 Paul Eggert (eggert@twinsun.com) * vc-hooks.el (vc-rcs-status): Include head version number in mode line if there are no locks. Mon Jul 12 14:36:30 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * menu-bar.el (menu-bar-file-menu): Add menu item for dired. * menu-bar.el (ispell-menu-map): New autoload definition. (menu-bar-edit-menu): Add "Spell" item. * ispell.el (ispell-menu-map): New keymap--both fn and var. * loaddefs.el (mode-line-buffer-identification): Doc fix. Sat Jul 10 23:28:50 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * calendar.el (calendar-holidays): Don't autoload this; its value must be set after the user's .emacs file is loaded. Sat Jul 10 01:15:54 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * paren.el (show-paren-command-hook): Do nothing if not window-system. Fri Jul 9 00:04:12 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmailout.el (rmail-output): If file is an Rmail file, use rmail-output-to-rmail-file. (rmail-output-to-rmail-file): If file exists and is not an Rmail file, use rmail-output. If we find an element in rmail-output-file-alist, eval it. (rmail-file-p): New function. (rmail-output-file-alist): Now contains expressions to eval. * font-lock.el: New file. * bytecomp.el (byte-compile-setq-default): Generate a progn of calls to set-default, then compile it. * menu-bar.el (mouse-menu-bar-buffers): Don't lose if all buffer names are short. * dunnet.el: New file. Thu Jul 8 19:31:58 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * loaddefs.el (global-map): Bind M-next to scroll-other-window. * compile.el (compilation-error-regexp-alist): Broaden ``Line N of "FILE": msg'' regexp to also match Ultrix f77: ``Error on line N of FILE: msg''. Thu Jul 8 18:42:14 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * Make everything that deactivates the mark do it consistently. * simple.el (deactivate-mark): New function. (kill-ring-save, pop-mark, keyboard-quit): Call it. * ispell.el (ispell): Call deactivate-mark instead of setting mark-active directly. Do this regardless of transient-mark-mode. * isearch.el (isearch-done): Call deactivate-mark instead of setting mark-active directly. Do this regardless of transient-mark-mode. Thu Jul 8 20:51:51 1993 Richard Stallman (rms@churchy.gnu.ai.mit.edu) * files.el (basic-save-buffer): Use after-save-hook. Thu Jul 8 17:46:22 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * simple.el: Put error-conditions and error-message properties on 'mark-inactive. (mark): Signal 'mark-inactive instead of using error with a message. Thu Jul 8 17:14:43 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * mailabbrev.el (mail-abbrev-end-of-buffer): Fix interactive spec to "P", same as end-of-buffer. Thu Jul 8 15:06:38 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * hanoi.el: Add (provide 'hanoi). Wed Jul 7 18:19:03 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (file-relative-name): If we use default-directory, call expand-file-name anyway. * texnfo-upd.el (texinfo-update-node): Bind auto-fill-hook as well as auto-fill-function. (texinfo-sequential-node-update): Likewise. Wed Jul 7 09:25:37 1993 Robert J. Chassell (bob at grackle) * texnfo-upd.el: Fix typo re `texinfo-sequential-node-update.' Ensure that no commands depend on the value of case-fold-search. Rewrite messages. Avoid using `mark-whole-buffer'. (texinfo-start-menu-description): New function to insert title as description in a menu. (texinfo-make-menu-list): Remove automatic title insertion. (texinfo-master-menu): Error message if file contains too few nodes for a master menu. Handle the case where no master menu was inserted. (texinfo-insert-master-menu-list): Only attempt to insert detailed master menu if there is one. Insert a master menu only after `Top' node and before next node. (texinfo-check-for-node-name): Offer section title as prompt. (texinfo-copy-next-section-title): Copy title correctly. Handle failure to find @node. (texinfo-copy-menu): Error message if menu empty. (texinfo-pointer-name): Find only those section commands that are accompanied by `@node' lines. (texinfo-section-types-regexp): Look for subh and subs, not just sub. (texinfo-make-one-menu): Copy node-name correctly for message. (texinfo-copy-menu-title): Copy title as it should rather than node line. (texinfo-find-higher-level-node): Stop search at limit. Special handling for `top' and `chapter' levels. (texinfo-copy-menu-title): Rewrite to handle outer include files. (texinfo-multi-file-update): Update all nodes properly (and sooner); rewrite doc string and interactive. Copy title properly. (texinfo-all-menus-update): Fixed typo that caused the function to create a master menu when it shouldn't. Update pre-existing master menu, if there is one. (texinfo-incorporate-descriptions): Use a regexp search to look for both kinds of menu item. (texinfo-menu-indent-description): Likewise. (texinfo-incorporate-menu-entry-names): New function. (texinfo-insert-menu): Handle both kinds of menu item. (texinfo-multi-files-insert-main-menu): Likewise. (texinfo-update-node): Pass t as second arg to push-mark. (texinfo-sequential-node-update): Likewise. (texinfo-insert-node-lines): Bind `title' at a higher level. Don't find previous @node if it's close. Take region to process as arguments. (texinfo-multiple-files-update): Handle prefix arg better within `interactive'. Canonicalize the blank lines. Wed Jul 7 16:13:57 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * autoload.el (update-file-autoloads): Correctly do nothing when there are no cookies. Wed Jul 7 15:58:54 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * menu-bar.el (mouse-menu-choose-yank): Change menu title to "Choose Next Yank". Wed Jul 7 03:19:41 1993 Paul Eggert (eggert@twinsun.com) * vc-hooks.el (vc-rcs-status): Removed unused variable `status'. * rmail.el (rmail-resend): Use RFC 822 style date in Resent-Date: line. * sendmail.el (mail-do-fcc): Likewise, for appending Date: lines to RMAIL mode buffers. Use new `mail-rfc822-time-zone' function to simplify pinhead generation. * mail-utils.el (mail-rfc822-time-zone, mail-rfc822-date): New fns. Wed Jul 7 02:26:31 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * files.el (cd-absolute): Use abbreviate-file-name on expansion of DIR. * gud.el: Add (provide 'gud). * files.el (basic-save-buffer): Invoke after-save-hook, not after-save-hooks. * time.el (display-time-file-nonempty-p): Use file-chase-links. * bytecomp.el (byte-compile-setq-default): Handle multiple pairs args like setq (as the setq-default subr does). * autoload.el: Doc fix. Tue Jul 6 18:07:14 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-variables): Compare truename as well as given name against rmail-file-name. * man.el (Man-mode-line-format): Add a space after global-mode-string. Tue Jul 6 11:05:14 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * Version 19.16 released. Tue Jul 6 01:21:37 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * vc.el (vc-start-entry): Don't call file-name-nondirectory on FILE before passing it to vc-mode-line. Everyplace else passes vc-mode-line full filenames, and vc-mode-line now needs the real file name to decide which version-control system the file is under. * man.el (Man-build-man-command): Don't leave a pipe symbol at the end of the command list if Man-filter-list is nil. (Man-default-man-args): Don't write out assq and mapconcat. (Man-default-man-entry): Don't default to section 2 for C-mode. Call Man-default-man-args, and let people use Man-auto-section-alist if this is what they want. (manual-entry): Call Man-translate-references, instead of writing it out. (Man-getpage-in-background): Don't apply Man-default-man-args here; manual-entry has already run it, and Man-follow-manual-reference provides the sections itself. Mon Jul 5 00:43:20 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * map-ynp.el (map-y-or-n-p): If we get a switch-frame-event, save it until we're done asking questions, and then unread it. Mon Jul 5 03:20:12 1993 Paul Eggert (eggert@twinsun.com) * vc.el (vc-name): Move to vc-hooks.el. * vc-hooks.el (vc-name): Moved from vc.el; vc-rcs-status now uses it. (vc-name, vc-backend-deduce): Set both vc-name and vc-backend properties, to avoid calling vc-registered unnecessarily when the other property is needed. (vc-rcs-status): Yield only status of locks; do not try to yield " REV" if there are no locks, since this cannot be done easily if there are branches. Use vc-name instead of duplicating its function incorrectly. Fix off-by-one bug when inserting master header pieces. Read headers 8192 bytes at a time instead of 100. Don't bother to expand-file-name. (vc-rcs-glean-field): Removed. Sun Jul 4 17:29:43 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * outline.el (outline-mode-map): Add menu bar items. (outline-minor-mode-map): Copy menu bar submap from outline-mode-map. * help.el (describe-key-briefly): Don't set `foo'. Sun Jul 4 17:01:01 1993 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) * subr.el (posn-point): Properly extract the BUFFER-POSITION field of an event when read-key-sequence has placed it in a singleton list. * comint.el (comint-prompt-regexp): Double the backslashes in the sample prompt regexps, so that they print properly when unquoted. Sun Jul 4 18:54:59 1993 Paul Eggert (eggert@twinsun.com) * vc.el (vc-backend-diff): Undo "-q" change. This was fixed instead by adding -q support to vcdiff. Sun Jul 4 13:55:13 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * help.el (describe-prefix-bindings): New command. (prefix-help-command): Set it. * hexl.el: Added a keyword. Sun Jul 4 12:46:27 1993 Johan Vromans (jv@mh.nl) * forms.el (forms-new-record-filter): Correct default value. (forms-modified-record-filter): Correct default value. Sun Jul 4 00:53:27 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * paren.el (show-paren-command-hook): Add message for paren mismatch. * vc-hooks.el (vc-mode-line): Put `RCS' or `SCCS' before version num. Sat Jul 3 21:44:54 1993 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) * faces.el (make-face-bold, make-face-italic, make-face-bold-italic, make-face-unbold, make-face-unitalic): Properly pass noerror argument to recursive calls. * frame.el (frame-remove-geometry-params): New function. (frame-initialize): Call it, instead of writing it out. Sat Jul 3 15:03:44 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (kill-region): Cope with change hooks that change props. Sat Jul 3 06:15:43 1993 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) * term/x-win.el: Check the reverseVideo/ReverseVideo resource, correctly distinguish between "on" and "off" values, and put a parameter in default-frame-alist. * frame.el (frame-initialize): Don't call x-get-resource here. Sat Jul 3 03:22:04 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * autoload.el (update-file-autoloads): Do nothing when there are no cookies. Fri Jul 2 18:55:23 1993 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) * mouse.el (mouse-drag-region): Correctly handle drags which enter other frames. Fri Jul 2 17:28:59 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * vc.el (vc-path): New variable. (vc-do-command): Use vc-path. * menu-bar.el (menu-bar-edit-menu): Rename menu item to Choose Next Paste. Create this item along with all the others. * isearch.el (isearch-other-meta-char): Handle sequences containing mouse clicks in scroll-bar that used another buffer's map. Fri Jul 2 16:06:38 1993 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) * vc.el (vc-backend-diff): Pass the "-q" flag only if we're using rcsdiff. Fri Jul 2 14:31:59 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * menu-bar.el: Put mouse-menu-choose-yank binding after paste=>yank binding in menu-bar-edit-menu. Fri Jul 2 13:32:10 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * bytecomp.el (byte-compile-keep-pending): Handle fset like defalias. (byte-compile-file-form-defmumble): Fix backward if in prev change. Thu Jul 1 20:14:44 1993 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) * dired-aux.el (dired-diff): Work even when the mark is inactive. Thu Jul 1 18:10:45 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * sendmail.el (mail-send): Don't test buffer-modified-p if buffer is visiting a file. * bytecomp.el (byte-compile-file-form-defmumble): If byte-compile-compatibility, use fset, not defalias. Thu Jul 1 16:33:01 1993 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) * simple.el: Add bindings to function-key-map so that the keypad keys act like ordinary self-insertion keys, unless explicitly bound. Thu Jul 1 14:39:35 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mailabbrev.el (build-mail-abbrevs): Do substitute-in-file-name on the abbrev, for `source'. * files.el (set-visited-file-name): Rename the old auto save file. Thu Jun 30 23:31:58 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * menu-bar.el (mouse-menu-choose-yank): Just return when x-popup-menu returns nil. Add menu-enable property to this function. Wed Jun 30 17:50:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * compile.el (compile-abbreviate-directory): New function. (compilation-parse-errors): Use that, to visit files with a dirname more like the one the user specified. Wed Jun 30 15:38:53 1993 Johan Vromans (jv@mh.nl) * forms.el: Add e-mail address and version info. Adjust commentary and doc strings. (forms-mode): Add ###autoload. (forms-find-file): Add ###autoload. (forms-find-file-other-window): Add ###autoload. Wed Jun 30 21:35:59 1993 Paul Eggert (eggert@twinsun.com) * vc.el (vc-update-change-log): Ensure that file names inserted into a ChangeLog are relative to that ChangeLog. Wed Jun 30 12:43:18 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * simple.el (mark-even-if-inactive): New variable. (mark): Test it. * rmail.el: Doc fixes. Wed Jun 30 00:29:08 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * gud.el: Add history lists to the debugging commands, so we don't have to retype the filename every invocation. (gud-gdb-history, gud-sdb-history, gud-dbx-history, gud-xdb-history): New variables. (gdb, sdb, dbx, xdb): Use them when reading the argument string. * mouse.el (mouse-drag-region-1): Commented out. (mouse-drag-region): Commented out, and replaced with new version, which highlights the region as we drag. (mouse-scroll-delay, mouse-drag-overlay): New variables. (mouse-scroll-subr): New function. * sun-fns.el, sun-curs.el: Move these to lisp/term, to be with sun-mouse.el. Tue Jun 29 19:00:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * faces.el (global-face-data): Doc fix. * gnus.el (gnus-newsrc-to-gnus-format): Correct regexp which matches .newsrc lines not to match more than one line. Tue Jun 29 13:05:15 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * ls-lisp.el (insert-directory): Doc fix. (ls-lisp-format): Provide user name when known. On ms-dos, provide a name for the group, to be prettier. Mon Jun 28 00:47:48 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * subr.el (define-key-after): Delete duplicate bindings that come after the new one. Do insert when we reach the end, if haven't before. * paren.el: New file. * faces.el (face-initialize): Create `underline' face. (x-initialize-frame-faces): Set up `underline' face. * faces.el (x-initialize-frame-faces): Check x-display-color-p and x-display-planes to decide whether to try using colors or gray. * man.el (Man-auto-section-alist): Default value nil. (Man-getpage-in-background): Call Man-default-man-args. (Man-filter-list): Don't discard overstrike here. (Man-set-fonts): New function. (Man-bgproc-sentinel): Call Man-set-fonts. (Man-version-number): Var deleted. (Man-version): Command and binding deleted. (Man-mode): Use Manual, not Man, as official mode name. * solar.el: Doc fixes. * c-mode.el (c-forward-conditional): New function. (c-up-conditional): Use c-forward-conditional. (c-backward-conditional): New function. (c-mode-map): Make bindings for them. Sun Jun 27 20:56:11 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * vc.el (vc-update-change-log): Restore previous default-directory for running rcs2log. Sat Jun 26 00:18:21 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * subr.el (define-key-after): New function. Fri Jun 25 13:58:52 1993 Barry A. Warsaw (warsaw@anthem.nlm.nih.gov) * reporter.el (reporter-submit-bug-report): Rename local var curbuf to reporter-eval-buffer. (reporter-dump-variable): Eval varsym in reporter-eval-buffer. * c++-mode.el (c++-fast-backward-syntactic-ws-2) (c++-fast-backward-syntactic-ws-1): Change the proper syntax table depending on whether we are editing C or C++ code. * c++-mode.el (c++-indent-exp): When computing offset for open-brace line, check not at class top level before adding c-indent-level. Fix bug handling member init lists. Fix case where comments follow a continued statement. Fix handling of c-brace-offset < 0. * c++-mode.el (c++-calculate-indent): Fixed indentation when base class declaration is on a separate line then the derived class intro header. Don't skip up past compound statement if we're in a member init list. * c++-mode.el (c++-indent-line): Clean up adjustment of block closing braces. Handle a list as value of c++-block-close-brace-offset. * c++-mode.el (c++-indent-exp): Use c-continued-statement-offset instead of c-indent-level to indent comma separated arg decl lists. * c++-mode.el (c++-fast-backward-syntactic-ws-2): Simplify for new forward-comment semantics. * c++-mode.el (c++-calculate-indent): Change if's to cond in CASE3. Require colon when looking for `case' or `default'. Use c++-compound-offset. (c++-compound-offset): New function. Distinguish statement continuation from enum and initializer lists. Fri Jun 25 18:30:17 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * vc-hooks.el (vc-rcs-status): New variable. (vc-mode-line): Display the lock status and head version. (vc-rcs-status, vc-rcs-glean-field): New function. * menu-bar.el (mouse-menu-bar-buffers): Include % and * in each item. Calculate amount of space needed for longest buffer name. * mouse.el (mouse-buffer-menu): Likewise. Fri Jun 25 18:01:47 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * add-log.el (find-change-log): Try get-file-buffer before file-exists-p. Fri Jun 25 17:30:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * vc.el (vc-diff): If `diff' gives empty output, return nil. Wed Jun 23 21:45:19 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * ange-ftp.el: Loosen file-name-handler-alist regexp so we can do host name completion. * hexl.el (hexl-in-save-buffer): New flag. (hexl-save-buffer): Prevent infinite recursion. Tue Jun 22 04:11:33 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * term/x-win.el (command-switch-alist): "-ib" takes a numeric argument; use x-handle-numeric-switch for it. * replace.el (query-replace-map): Fix typo in binding for [return]. Tue Jun 22 00:23:04 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmailsort.el: Don't touch rmail-summary-mode-map. Don't touch rmail-mode-map. Don't require rmail or sort. (rmail-summary-sort-...): Moved to rmailsum.el. (rmail-sort-from-summary): Likewise. * rmail.el: Add autoloads for rmailsort commands. (rmail-mode-map): Add bindings for those commands. * rmailsum.el (rmail-summary-mode-map): Bind summary sort commands. (rmail-summary-sort-...): Moved from rmailsort.el. (rmail-sort-from-summary): Likewise. Require rmailsort. Mon Jun 21 22:01:23 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * compile.el (compile-file-of-error): Remember that compilation-error-list stores file names as strings, not as (DIR . FILE) pairs. * diff.el (diff-parse-differences): Preserve the match data across the call to find-file-noselect. * subr.el (event-end): Modified to account for multi-click events. Mon Jun 21 01:53:46 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-mode-map): Add local menu bar bindings. (rmail-search-backward): New command. (rmail-mode): Move to the last message. * rmailsum.el (rmail-summary-mode-map): Add local menu bar bindings. (rmail-summary-search-backward): New command. (rmail-summary-search): Don't use save-excursion. * sendmail.el (mail-mode-map): Add local menu bar bindings. * texinfo.el: Set up autoloads for files `makeinfo' and `texnfo-upd'. (texinfo-delete-from-print-queue-command): New var. (texinfo-tex-trailer): New var. (texinfo-tex-region): Use that. (texinfo-tex-buffer): Rewritten; use the actual source file. Binding is now C-c C-t C-b. (texinfo-texindex): Turned back on. (texinfo-quit-job): New command, with binding. (texinfo-delete-from-print-queue): Likewise. (texinfo-show-structure): Indent each line according to depth. Require texnfo-upd. (texinfo-section-types-regexp): Var deleted. (texinfo-insert-@-with-arg): New function. (texinfo-insert-@var, etc.): Use that. (texinfo-insert-@end): New command, now on C-c C-c e. (texinfo-insert-@end-example): Deleted. (texinfo-insert-@table): New command, on C-c C-c t. (texinfo-start-menu-description): New command, on C-c C-c C-d. (texinfo-mode): No longer set tex-trailer. Make the @node for the top node start a page. Use shorter values for tex-end-of-header and tex-start-of-header. (texinfo-mode-map): Add bindings for makeinfo-buffer, etc. Delete bindings for texinfo-format-buffer/region. (texinfo-define-common-keys): New function. * texinfmt.el: File deleted. * makeinfo.el: New file. * metamail.el: New file. * time-stamp.el: New file. Sun Jun 20 20:44:36 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * add-log.el (add-log-current-defun): To find the name of the function being defined in emacs-lisp-mode, lisp-mode, and scheme-mode, skip an opening paren and an s-expression, instead of just one word. This allows us to properly recognize things like define-key and define-macro. * replace.el (query-replace-map): Make RET exit query-replace, just like ESC. Sun Jun 20 18:44:30 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mh-e.el (mh-yank-cur-msg): Test mark-active. Sat Jun 19 17:14:27 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * version 19.15 released. Sat Jun 19 17:47:40 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * info.el (Info-insert-dir): Remove the call to recursive-edit. Sat Jun 19 15:05:59 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * info.el (Info-insert-dir): Record file attributes of files used. Recompute the dir if they change. * files.el (insert-file): Report error if file is directory. Fri Jun 18 21:43:43 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * man.el (Man-switches): New variable. (Man-build-man-command): Use it to build the man command. (Man-mode): Mention it in documentation. Fri Jun 18 21:13:02 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmailout.el (rmail-output): Check file can be read before trying to read part of it. * ange-ftp.el (ange-ftp-insert-file-contents): Handle extra args BEG, END. Fri Jun 18 19:25:02 1993 Johan Vromans (jv@mh.nl) * forms.el: Delete local variables list. (forms-forms-scrolls): Deleted. (forms-forms-jumps): Deleted. (forms--change-commands): Use substitute-key-definition. (forms-mode): Call forms--change-commands later on. Fri Jun 18 13:55:31 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * compile.el (compilation-error-regexp-alist): Generalize the Apollo/BSD4.3 regexp to handle IBM RS6k too. * mouse.el (mouse-secondary-save-then-kill): Don't switch windows. Just set-buffer, and put save-excursion around it. (mouse-set-secondary, mouse-start-secondary): Likewise. (mouse-drag-secondary): Switch windows and move point just temporarily. Fri Jun 18 13:49:53 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * dired.el (dired-summary): dired-do-rename is on "R", not "r". Fri Jun 18 10:14:45 1993 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * calendar.el (calendar-version): Update to 5.1. Fixed a variety of spelling error in comments and doc strings. (calendar-sexp-debug): New variable to turn off error catching. (calendar-absolute-from-gregorian): Removed unused vars month, day. (view-calendar-holidays-initially, all-hebrew-calendar-holidays, all-christian-calendar-holidays, all-christian-islamic-holidays, diary-nonmarking-symbol, hebrew-diary-entry-symbol, islamic-diary-entry-symbol, diary-include-string, abbreviated-calendar-year, european-calendar-style, european-calendar-display-form, american-calendar-display-form, calendar-date-display-form, print-diary-entries-hook, list-diary-entries-hook, nongregorian-diary-listing-hook, nongregorian-diary-marking-hook, diary-list-include-blanks, holidays-in-diary-buffer, general-holidays, increment-calendar-month, calendar-sum, calendar-string-spread, calendar-absolute-from-iso, calendar-print-iso-date, hebrew-calendar-elapsed-days, list-yahrzeit-dates, calendar-print-astro-day-number): Fix doc strings. (calendar-nth-named-day): Rewritten to include optional day of month. (general-holidays, calendar-holidays, hebrew-holidays, christian-holidays, islamic-holidays, solar-holidays): Rewritten to include require of cal-dst.el and to show the time of the change to/from daylight savings time. (calendar-current-time-zone, calendar-time-zone, calendar-daylight-time-offset, calendar-standard-time-zone-name, calendar-daylight-time-zone-name, calendar-daylight-savings-starts, calendar-daylight-savings-ends, calendar-daylight-savings-switchover-time): Moved to cal-dst.el. (calendar-location-name, calendar-time-display-form, calendar-latitude, calendar-longitude): Moved to solar.el. (calendar-holidays): Unquote it! * solar.el (calendar-holiday-solar-equinoxes-solstices): Renamed solar-equinoxes-solstices. (calendar-time-display-form, calendar-latitude, calendar-longitude): Moved from calendar.el. (calendar-time-zone, calendar-standard-time-zone-name, calendar-daylight-time-zone-name, calendar-daylight-savings-starts, calendar-daylight-savings-ends): Take default values from calendar-current-time-zone, instead of being overwritten in open code if they were set to nil. (solar-time-string): Subtract calendar-daylight-time-offset when computing dst-ends. Avoid rounding errors when rounding time to the nearest minute. * diary.el (list-sexp-diary-entries, hebrew-calendar-year-Saturday-incomplete-Sunday, hebrew-calendar-year-Monday-incomplete-Tuesday, hebrew-calendar-year-Tuesday-regular-Thursday, hebrew-calendar-year-Thursday-complete-Sunday, hebrew-calendar-year-Saturday-complete-Thursday, hebrew-calendar-year-Monday-complete-Saturday, hebrew-calendar-year-Thursday-incomplete-Sunday): Fix doc strings. (diary-sexp-entry): Use calendar-sexp-debug to turn off error catching. * diary-ins.el (insert-cyclic-diary-entry): Fix date form. * cal-mayan.el (calendar-mayan-days-before-absolute-zero, calendar-mayan-haab-difference, calendar-mayan-tzolkin-difference, calendar-mayan-tzolkin-haab-on-or-before, calendar-previous-calendar-round-date, calendar-absolute-from-mayan-long-count, calendar-print-mayan-date): Fix doc strings. * holidays.el (calendar-holiday-function-fixed, calendar-holiday-function-float, calendar-holiday-function-julian, calendar-holiday-function-islamic, calendar-holiday-function-hebrew, calendar-holiday-function-sexp, calendar-holiday-function-advent, calendar-holiday-function-easter-etc, calendar-holiday-function-greek-orthodox-easter, calendar-holiday-function-rosh-hashanah-etc, calendar-holiday-function-hanukkah, calendar-holiday-function-passover-etc, calendar-holiday-function-tisha-b-av-etc): Renamed without words "calendar" and "function"; changed argument from a list of values to individual values. Fixed doc strings. (calendar-holiday-function-if): Removed. (calendar-holiday-solar-equinoxes-solstices): Renamed solar-equinoxes-solstices. (calendar-holiday-list): Rewrote to accomodate the name changes above and the unquoting of calendar-holidays. (calendar-cursor-holidays): Change screen-width to frame-width. (holiday-sexp): Rewritten. * lunar.el (lunar-phase): Use time conversion from solar.el * cal-dst.el: New file. (calendar-/, calendar-%, calendar-absolute-from-time, calendar-time-from-absolute, calendar-next-time-zone-transition, calendar-time-zone-daylight-rules): New functions. (calendar-current-time-zone): Moved from calendar.el and rewritten. (calendar-current-time-zone-cache): New variable. (calendar-current-time-zone, calendar-time-zone, calendar-daylight-time-offset, calendar-standard-time-zone-name, calendar-daylight-time-zone-name, calendar-daylight-savings-starts, calendar-daylight-savings-ends, calendar-daylight-savings-switchover-time): Moved from calendar.el. Thu Jun 17 19:29:56 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * Version 19.14 released. Thu Jun 17 19:41:01 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * sendmail.el (mail-citation-hook): New hook var. (mail-yank-original): Use that hook if not nil. * sc.el: Change usage comment. Thu Jun 17 18:57:01 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * faces.el (make-face-bold, make-face-italic, make-face-bold-italic, make-face-unbold, make-face-unitalic): Always pass the frame parameter to internal-try-face-font; we only want to set the face for this frame. * faces.el (make-face-bold, make-face-italic, make-face-bold-italic, make-face-unbold, make-face-unitalic): Fix error messages. Thu Jun 17 00:12:30 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * faces.el (set-face-background-pixmap, face-background-pixmap): Functions commented out. * mouse.el (mouse-start-secondary): New function. (mouse-set-secondary, mouse-drag-secondary): New functions. (mouse-kill-secondary, mouse-secondary-save-then-kill): New functions. * term/vt200.el: Translate F11 (ESC [ 23 ~) to ESC. * term/vt201.el, term/vt220.el, term/vt240.el: Likewise. * autoload.el (generate-file-autoloads): Undo previous change because make-docfile requires defvar doc string to start on first line. * cplus-md.el: Renamed from c++-mode.el. * cplus-md1.el: Renamed from c++-mode-1.el. * vc.el (vc-rename-file): Remove periods from error messages. (vc-backend-logentry-check, vc-revert-buffer): Likewise. (vc-retrieve-snapshot, vc-create-snapshot): Likewise. (vc-diff, vc-finish-logentry, vc-steal-lock): Likewise. (vc-register, vc-next-action-on-file, vc-registration-error): Likewise. (vc-cancel-version): Add space to end of question. * menu-bar.el (mouse-menu-choose-yank): New function. Put it in the edit menu. (yank-menu-length): New variable. Wed Jun 16 20:16:10 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * subr.el (event-basic-type): Deal with listy events properly. Wed Jun 16 23:06:58 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * autoload.el (make-autoload): Use memq once instead eq twice. (generate-file-autoloads): For non-autoloads, copy the defn textually rather than printing it after reading. * autoload.el (generate-autoload-cookie, update-autoloads-here): Doc fixes. Wed Jun 16 17:21:51 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * frame.el (set-frame-configuration): Don't try to set a frame's minibuffer. This parameter can't be changed, so that would signal an error. Wed Jun 16 13:42:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * assoc.el (aput): Doc fix. * ls-lisp.el (insert-directory): If no handler, convert SWITCHES from a string to a list of characters. * disass.el (disassemble-internal): If function is autoload, load it. * lisp.el (parens-require-spaces): Var renamed and sense changed. (insert-parentheses): Corresponding changes. * rmailout.el (rmail-output): Use insert-file-contents to look at beginning of output file. * term/x-win.el (x-switch-definitions): Fix -iconic. * bytecomp.el (byte-compile-file-form-defmumble): Typo in prev change. Tue Jun 15 03:56:34 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * server.el (server-process-filter): Use server-switch-buffer. * gud.el (gud-xdb-directories): Renamed from gud-xdb-paths. Defvar moved earlier. All uses changed. (gud-xdb-debugger-startup): Rename local var `paths'. (gud-xdb-file-name): Likewise. * inf-lisp.el (inferior-lisp-buffer): Move defvar earlier. * mailalias.el (define-mail-alias): Remove excess whitespace better. * mailabbrev.el (define-mail-abbrev): Renamed from define-mail-alias. (build-mail-abbrevs): Use new name. * bytecomp.el (byte-compile-file-form-defmumble): Use defalias for named function, even if no doc string. * dired.el (dired-repeat-over-lines): Going fwd, skip new lines that FUNCTION inserts after the current line. Going backwd, no need for dired-move-to-filename each time. Tue Jun 15 21:10:22 1993 Shane Hartman (shane@nugget.spr.com) * gud.el (xdb): New debugger supported (xdb under HPUX-PARISC). (gud-xdb-debugger-startup): New function. (gud-xdb-file-name, gud-xdb-accumulation): New functions. (gud-xdb-marker-filter, gud-xdb-paths, gud-xdb-find-file): New. Mon Jun 14 14:53:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * lisp.el (parens-dont-require-spaces): New variable. (insert-parentheses): Obey that variable. * emerge.el (emerge-make-diff3-list): Pass ancestor second. (emerge-extract-diffs3): Replace group-1 with group-2. (emerge-handle-local-variables): Pass no arg to hack-local-variables. * picture.el (picture-replace-match): New function. * dabbrev.el (dabbrev-expand): Do all changes with replace-match. In picture-mode, use picture-replace-match instead. Mon Jun 14 10:57:43 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * holidays.el: Eval calendar-holidays; don't just use its value. * complete.el: (provide 'complete). Mon Jun 14 03:10:35 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * window.el (balance-windows): Total rewrite. Sun Jun 13 00:33:55 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * bytecomp.el (byte-compile-file): Undo previous change. (batch-byte-recompile-directory): Doc fix. * isearch.el (isearch-highlight): If no face `isearch', use `region'. * c-mode.el (c-indent-line): Call c-backward-to-start-of-if in the case of else following a close brace. * man.el (Man-getpage-in-background): Use TERM=dumb to prevent terminal control sequences in the output. Sat Jun 12 16:58:04 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (abbreviate-file-name): Match home dir with no / if nothing else follows. * finder.el (finder-find-library): New function. (finder-commentary): Use it. * forms.el, forms-pass.el, forms-d2.el, forms-dat.el, forms.README: Moved from subdir forms-mode. Subdir deleted. Sat Jun 12 16:03:03 1993 Johan Vromans (jv@mh.nl) * forms.el (forms--change-commands): Use (function (lambda ...)) instead of '(lambda...). * forms.el: Provide `forms' as well as `forms-mode'. (forms-new-record-filter, forms-modified-record-filter): Add defvars. Sat Jun 12 02:53:34 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * files.el (make-directory): By default create dir default-dir. Fri Jun 11 11:46:51 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * vc.el (vc-backend-diff): Always use -q option. * files.el (file-truename): Don't use expand-file-name to merge a link target into the previous dir. Handle .. and . explicitly. * env.el (setenv): Treat case as significant. * mailabbrev.el (sendmail-pre-abbrev-expand-hook): If last-command-char is not a character, don't check char-syntax. * inf-lisp.el: Doc fixes. (run-lisp): Add autoload. (inferior-lisp-mode-map): Explicitly make local prefix keys. * cmulisp.el: File deleted. * server.el (server-window): New variable. (server-switch-buffer): Use it. * flow-ctrl.el (enable-flow-control): Don't alter the 8-bit flag. * man.el (Man-filter-list): Add an element for X man pages. (Man-goto-page): Continue past errors in Man-build-references-alist. * rmailout.el (rmail-output-to-rmail-file): Use the smart default in the prompt. * register.el (view-register): Handle file name values. * etags.el (etags-tags-completion-table): When skipping the noise before the tag name, let it end with any char not allowed in a tag. * files.el (cd): Use file-name-absolute-p. (cd-absolute): No longer interactive. * echistory.el (electric-history-map): Don't use fillarray; make default bindings instead. Bind up, down, home, next, prior. Fri Jun 11 05:44:40 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * frame.el (frame-initialize): Remember to actually traverse initial-frame-alist. * gud.el (gud-last-last-frame): New variable. (gud-display-frame): Save the frame we displayed in gud-last-last-frame. (gud-refresh): Force gud-display-frame to jump to the last frame displayed, even if it has already done so once. * man.el (manual-entry): Recognize the subject(section) syntax. * picture.el (move-to-column-force): If column is negative, go flush left. * simple.el (hscroll-point-visible): Work as documented in the docstring for hscroll-step. Fri Jun 11 00:04:40 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * lisp-mode.el (lisp-indent-function): Look for either lisp-indent-hook or lisp-indent-function property. * files.el (make-backup-files): Doc fix. * mouse.el (mouse-set-mark-fast): New function. (mouse-show-mark): New function. (mouse-kill-ring-save, mouse-save-then-kill): Use them. (mouse-save-then-kill): Don't let kill-region alter this-command. Check last-command accordingly. (mouse-split-window-vertically): Handle scroll bar events. Thu Jun 10 13:41:06 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * rmail.el (rmail-primary-inbox-list): Use defvar, not defconst. * files.el (basic-save-buffer): Cal auto-save-mode with t as arg if and only if auto save was off and default is on. (set-visited-file-name): Likewise. * simple.el (append-to-buffer): Interactively, supply all 3 args. Allow nonexistent buffers. * files.el (abbreviate-file-name): Make abbreviated-home-dir from `~/', not from just `~'. (hack-one-local-variable): Query for ...-hook(s) and ..-function(s) as the `eval' variable. * ispell.el: Doc fixes. (ispell-command, ispell-command-options): New defvars. (start-ispell): Use them. * ange-ftp.el (ange-ftp-multi-msgs): Add 331-. * man.el (Man-mode): Run Man-mode-hook. * bibtex.el (bibtex-mode-map): Use tex-insert-quote, not TeX-... Thu Jun 10 15:16:11 1993 Shane Hartman (shane@nugget.spr.com) * c++-mode.el (calculate-c++-indent): Respect c-continued-brace-offset (as in c-mode.el). Thu Jun 10 06:39:46 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * frame.el (frame-initialize): When deleting geometry specifications from initial-frame-alist, remember that they may occur more than once, and do, if the -geometry option was specified as well as a .geometry resource. * scroll-bar.el (scroll-bar-mode): Variable deleted. (scroll-bar-mode): Function changed to consult default-frame-alist instead of the variable. * gnus.el (gnus-start-news-server): If no server has been specified, but gnus-nntp-service is nil, don't ask for a server name; use the local host. * ange-ftp.el (ange-ftp-make-directory): Take second optional argument parents, like the original. Implement it. * gnus.el (gnus-newsrc-to-gnus-format): Change regexp which matches .newsrc lines for better performance under the new regexp routines. Thu Jun 10 13:40:44 1993 Dave Gillespie (daveg@synaptics.com) * bytecomp.el: Bug fixes and upgrade to match Zawinski's v2.10. (byte-compile-dest-file): Added support for emacs-lisp-file-regexp. (byte-recompile-directory): Several things involving `noninteractive'. (byte-compile-file): Changed prompting in read-file-name. (byte-compile-insert-header): Put a magic number at top of .elc files, fixed backwards test of byte-compile-compatibility. (byte-compile-form, byte-defop-compiler19, byte-compile-list, byte-compile-concat, byte-compile-insert): Likewise. (byte-compile-condition-case): Added checking for unknown conditions. (batch-byte-recompile-directory): New function. Wed Jun 9 05:43:49 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * compile.el (compilation-error-list): When we haven't yet generated a marker for the source position of an error message, store (FILENAME . LINE-NUMBER), not ((DIRECTORY . FILE) LINE-NUMBER). Doc fix. (next-error, compilation-parse-errors): Adjusted appropriately. * scroll-bar.el (scroll-bar-set-window-start): Remember that the scroll bar numbers reflect the accessible region of the buffer, not the entire buffer. Tue Jun 8 12:28:05 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * dired.el (dired-flag-auto-save-files): Ignore `*' added by ls -F. * sc.el (sc-mark): Use mark-marker. Tue Jun 8 08:28:14 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * Version 19.13 released. Tue Jun 8 00:40:46 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * fortran.el (fortran-indent-new-line): Renamed from fortran-reindent-then-newline-and-indent. * mouse.el (mouse-drag-region-1): Un-comment-out this function. * info.el (Info-follow-reference): Fix completion defaulting. Mon Jun 7 21:47:37 1993 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * calendar.el (calendar-current-time-zone): Change variable names to make them more readable. (calendar-time-zone, calendar-standard-time-zone-name, calendar-daylight-time-zone-name, calendar-daylight-savings-ends, calendar-daylight-savings-starts): Don't autload them. Mon Jun 7 00:25:00 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * apropos.el (safe-documentation): Don't crash on byte-compiled macro. * telnet.el (telnet-simple-send): New function. (telnet): Arrange to use that. * sun-keys.el: File deleted. * texinfo.el (texinfo-section-types-regexp): Add @chapheading. * gud.el: Doc fixes. Delete local variable list at the end. (expr-forward-sexp): Renamed from forw-expr. (expr-backward-sexp): Renamed from back-expr. * case-table.el (describe-buffer-case-table): Merge locals i and ch. Make *Help* current buffer for describe-vector. * bibtex.el: Fix typos in previous change. Add a few menu items. * compile.el (compilation-error-regexp-alist): Make sure each regexp can only match a few characters at the front. Split off the Mips CC regexp from the Apollo regexp. * rmail.el (rmail-variables): Default rmail-inbox-list here. (rmail): Not here. * ange-ftp.el (ange-ftp-real-load): New function. (ange-ftp-load): New function--handles `load'. Sun Jun 6 18:29:36 1993 Paul Eggert (eggert@twinsun.com) * term/sun-mouse.el (mouse-union-first-preferred): Renamed from mouse-union-first-prefered. Sun Jun 6 17:46:25 1993 Paul Eggert (eggert@twinsun.com) * sc.el (sc-consistent-cite-p): Renamed from sc-consistant-cite-p. * etags.el (etags-recognize-tags-table): Fix misspelling of find-tag-regexp-next-line-after-failure-p. * bibtex.el (bibtex-name-alignment): Renamed from bibtex-name-alignement. * allout.el (outlinify-sticky): Renamed from outlineify-sticky. * faces.el (x-create-frame-with-faces): Reversevideo -> ReverseVideo. * frame.el (frame-initialize): Likewise. Sun Jun 6 01:27:16 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * outline.el (outline-minor-mode): Add autoload cookie. * bibtex.el: Define 2 local menu-bar submaps. (bibtex-x-help, bibtex-x-environment): Deleted. * isearch.el (search-upper-case): Make `no-yanks' the default. (isearch-no-upper-case-p): New arg REGEXP-FLAG. (isearch-search): Pass new arg. (isearch-member-equal): Deleted. (isearch-overlay): New variable. (isearch-highlight, isearch-dehighlight): Rewritten to use overlays. * dired.el (dired-unmark-all-files): Read arg as just a character. Use non-regexp search to find a specific mark. Use subst-char-in-region to make the change. Improve the message at the end. * vip.el (vip-ctl-key-equivalent): Use vip-escape-to-emacs. (vip-escape-to-emacs): Use read-key-sequence and key-binding. Arg EVENTS replaces arg CHAR. (vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed. * compile.el (compile-internal): Alter current buffer only temporarily. Sat Jun 5 13:08:08 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * sendmail.el (mail-do-fcc): Replace the code for appending to buffer. * rmailsum.el (rmail-summary-next-msg): Fix number of dots in regexp. * scroll-bar.el (scroll-bar-drag-1): Calculate position relative to the accessible part of the buffer. * menu-bar.el (menu-bar-help-menu): Add defvar. (menu-bar-edit-menu, menu-bar-file-menu): Likewise. * dired.el (dired-flag-backup-files): Handle `*' made by `ls -F'. * ange-ftp.el (internal-ange-ftp-mode): Renamed from ange-ftp-mode. Callers changed. * menu-bar.el (window-system): Enable menu bars only if window-system is non-nil. * add-log.el (add-log-current-defun): Fix typos in last change. Sat Jun 5 04:39:08 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * term/x-win.el (x-selection-timeout): Set it, using x-get-resource. Fri Jun 4 07:14:44 1993 Paul Eggert (eggert@twinsun.com) * timezone.el: (timezone-make-date-arpa-standard, timezone-make-date-sortable): Move common code into timezone-fix-time. (timezone-fix-time): Merge common code from above two functions. Yield time zone at end of result vector. Set time zone offset correctly as of the given time, instead of guessing from the current offset. (timezone-make-arpa-date, timezone-zone-to-minute): Convert current-time-zone style timezones into RFC-822 style timezones. (timezone-time-from-absolute, timezone-time-zone-from-absolute, timezone-day-number, timezone-absolute-from-gregorian): More functions borrowed from Reingold's calendar package. (timezone-make-arpa-date, timezone-make-sortable-date): Can safely assume that year includes century, since timezone-fix-time guarantees this. * gnuspost.el (gnus-current-time-zone): New function, which tries current-time-zone, and if that fails falls back on gnus-local-timezone. (gnus-inews-date): Use it. (gnus-inews-valid-date): New optional args TIME (default now) and ZONE (default GMT). (gnus-inews-buggy-date): New optional arg TIME (default now). * gnus.el (gnus-local-timezone): Now used only if current-time-zone does not work. Fri Jun 4 01:16:48 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * mh-e.el (mh-yank-cur-msg): Use (mark t). * simple.el (mark): Doc fix. * add-log.el (add-log-current-defun): Handle Fortran. * rmail.el (rmail-resend): Require sendmail and mailalias. * time.el (display-time-24hr-format): Make it a user option. * edt.el (GOLD-prefix): Define *after* GOLD-map. * dired.el (dired-change-marks): Just ding if one arg is RET. Search for strings, not regexps. Use subst-char-in-region. * isearch.el (isearch-mode): Set isearch-window-configuration only if in slow mode. (isearch-done): Use isearch-window-configuration only if non-nil. (isearch-other-control-char): For mouse event, call isearch-done in the buffer whose keymap was used. * flow-ctrl.el (enable-flow-control): Doc fix. Thu Jun 3 20:01:19 1993 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * calendar.el (calendar-holidays): Quote it to delay evaluation until it's needed. * holidays.el (calendar-holiday-list): Eval calendar-holidays. Thu Jun 3 00:47:23 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * sendmail.el (mail-do-fcc): Omit first 2 lines when appending to an RMAIL buffer. * simple.el (kill-ring-save): Doc fix. * rmailsum.el (rmail-summary-expunge-and-save): Do save-buffer last. Use two separate save-excursion calls. (rmail-summary-input): Use pop-to-buffer. (rmail-summary-get-new-mail): Gobble rmail-current-message; later go to that message. (rmail-summary-next-msg): Start at end of line, if moving forward. Move to beginning of line, after the loop. (rmail-new-summary): Fix format of elt in minor-mode-alist. * rmail.el (rmail-select-summary): Add a save-excursion. * rmailsum.el (rmail-summary-expunge-and-save): Call set-buffer again after rmail-only-expunge. (rmail-summary-add-label, rmail-summary-kill-label): Fix reading the label. (rmail-summary-rmail-update): Bind window locally. Use unwind-protect, not save-window-excursion. * vc-hooks.el (vc-find-file-hook): Check buffer-file-name is non-nil. * hideif.el (define-hide-ifdef-mode-map): Don't bind C-c LETTER. Use C-c ESC LETTER instead. Handle case where where-is-internal returns nil. * texinfmt.el: Provide texinfmt. * bytecomp.el (byte-compile-insert-header): Fix backwards test of byte-compile-compatibility. * info.el (Info-mode-map): Bind mouse-2, not mouse-3. * view.el (View-scroll-lines-forward): If we exit, do nothing else. * calendar.el (calendar-mode): Doc fix. (calendar-mark-ring): New defvar. * frame.el (frame-initialize): Set cursor-color last. * vip.el (vip-escape-to-emacs): Temporarily restore local map and use read-key-sequence. * rmailsum.el (rmail-summary-by-senders): New function. (rmail-message-senders-p): New function. Thu Jun 3 17:58:59 1993 Dave Gillespie (daveg@synaptics.com) * complete.el (PC-lisp-complete-symbol): Added. (PC-look-for-include-file): Recognize some Lisp notations. (PC-include-file-all-completions): Fixed uppercase variable names. Wed Jun 2 12:56:57 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * info.el (Info-suffix-list): Handle .gz suffix. * ange-ftp.el (ange-ftp-binary-file-name-regexp): Handle .gz. * ehelp.el (electric-help-command-loop): Use equal to compare lists of events. * electric.el (Electric-command-loop): Use eq to compare events. * diff.el (diff): Really do use arg SWITCHES. * frame.el (frame-initialize): Delete geometry parms from initial-frame-alist. Wed Jun 2 09:59:02 1993 Edward M. Reingold (reingold@emr.cs.uiuc.edu) * calendar.el (calendar-daylight-savings-starts): Mention use of nil value in documentation string. (calendar-daylight-time-offset): New variable. (calendar-daylight-savings-switchover-time): New variable. (calendar-mode): Mention them. (calendar-time-zone, calendar-print-astro-day-number, calendar-time-display-form): Change Universal Time (UT) to Coordinated Universal Time (UTC). *solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change Universal Time (UT) to Coordinated Universal Time (UTC). (solar-time-string): Use calendar-daylight-time-offset instead of 1 hr, and use calendar-daylight-savings-switchover-time instead of midnight. Add an optional parameter to allow forcing the use of standard or daylight savings time. Fix code so it works in southern hemisphere (start of dst precedes end of dst in a calendar year) and when dst either starts or ends in a calendar year, but not both. Tue Jun 1 17:40:30 1993 Ken Manheimer (klm@coil.nist.gov) * allout.el (outlineify-sticky): Reconciled provisions for non-standard and standard prefix leaders. Tue Jun 1 16:09:26 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.12 released. * reporter.el: New file. * mouse.el (mouse-buffer-menu): Don't select the event's window, if event has frame instead. * tar-mode.el: Typo in autoload cookie. * shell.el (shell-prompt-pattern): Use defvar. * ange-ftp.el (ange-ftp-make-backup-files): Doc fix. * sendmail.el (mail-signature): Do not insert a line with `--'. * menu-bar.el (mouse-menu-bar-buffers): Renamed from mouse-buffer-menu. * subr.el (posn-timestamp): Doc fix. * sort.el (sort-fold-case): New variable. (sort-subr): Bind case-fold-search from sort-fold-case. * simple.el (undo): Pass proper arg to delete-auto-save-file-if-necessary. * desktop.el: New file. * c++-mode-1.el: New file. Tue Jun 1 16:03:30 1993 Ken Manheimer (klm@coil.nist.gov) * allout.el (move-to-column): Pass zero instead of negative arg. Added some free variables defvars, so byte-comple doesn't complain. Included some stub code, eventually will be proper use of Emacs 19 minor-mode-sensitive keymaps. Tue Jun 1 14:01:25 1993 Stephen A. Wood (saw@cebaf.gov) * fortran.el (fortran-mode): Replace comment-indent-hook with comment-indent-function. * fortran.el (fortran-is-in-string-p): Replaced with new version that uses the syntax table. * fortran.el (calculate-fortran-indent): Lines that have a # after whitespace are interpreted as cpp directives and outdented back to column zero. Tue Jun 1 00:27:03 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * lucid.el (map-keymap): Doc fix. * dired-aux.el (dired-compress-file): Use gzip when proper/possible. * sc.el: Fix installation instructions. (sc-cite-original): Add autoload cookie. * sendmail.el (mail-yank-hooks): New hook variable. (mail-yank-original): Run the hook. (mail-indent-citation): New function. * cl.el (cl-mod): Renamed from mod. * Version 19.11 released. * lucid.el (copy-tree): Use let* to bind new before i. * terminal.el (te-pass-through): Delete debugging code left by mistake. * comint.el (comint-filter): Put window-start before the input. * isearch.el (isearch-mode): If enter recursive-edit, also bind isearch-recursive-edit. * cookie1.el: Renamed from cookie.el. Provide cookie1. * yow.el, spook.el: Changed accordingly. Mon May 31 23:21:41 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * outline.el (outline-flag-region): Pass t as NOUNDO arg to subst-char-in-region. No need to restore buffer-modified-p by hand. Mon May 31 20:29:00 1993 Richard Stallman (rms@wookumz.gnu.ai.mit.edu) * term/x-win.el (x-invocation-args): Add defvar. Mon May 31 19:59:12 1993 Junio Hamano (junio@twinsun.com) * window.el (count-windows): PROC argument of walk-windows takes an argument. Mon May 31 00:20:50 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * gnus.el (gnus-summary-isearch-article): Call isearch-forward in ordinary fashion with no args. (gnus-inews-article-hook, gnus-prepare-article-hook): Initialize to a list. (gnus-read-newsrc-file): If timestamps are equal, reload .newsrc. * bibtex.el (bibtex-mode): Add autoload. * files.el (inhibit-local-variables-regexps): New variable. (set-auto-mode): Handle inhibit-local-variables-regexps. * tar-mode.el: Don't initialize write-file-hooks. Don't change auto-mode-alist. (tar-regexp): Deleted. (tar-normal-mode): Deleted. (tar-mode): Add autoload. * faces.el (x-resolve-font-name): Clean up error messages. * timer.el (run-at-time): Pass args to start-process in right order. * info.el (Info-get-token): Check that thesecond search succeeded. * edebug.el: Provide edebug. * rmailsum.el (rmail-message-subject-p): Fix typo in string constant. * cl.el (mod): Use cl-floor. (rem): Use cl-truncate. * gud.el (gud-def): Don't use gud-key-prefix at compile time. * window.el (shrink-window-if-larger-than-buffer): Add `interactive'. Do nothing if window contents not entirely visible. * sendmail.el (mail-do-fcc): Put back the newline at the start of the fcc temp buffer. It got lost somewhere. Sun May 30 15:14:40 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) * gnus.el (gnus-nntp-server): Use gnus-default-nntp-server. * info.el (Info-mode-map): Correct Info-top to Info-top-node. * man.el (Man-notify-when-ready): Correct previous change. Sun May 30 18:28:43 1993 Stephen Gildea (gildea@alex.lcs.mit.edu) * mh-e.el (mh-signature-file-name): New variable. mh-e version 3.8.2. Sun May 30 13:21:04 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * faces.el (x-resolve-font-name): Fix args to error; the format string was changed, but not the arguments to be substituted. * faces.el (x-resolve-font-name): Give correct error message depending on whether or not FACE was non-nil. See ChangeLog.3 for earlier changes.