home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-19.28-src.tgz / tar.out / fsf / emacs / lisp / ChangeLog < prev    next >
Text File  |  1996-09-28  |  406KB  |  10,972 lines

  1. Thu Oct  6 01:06:27 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  2.  
  3.     * Version 19.28 released.
  4.  
  5.     * imenu.el (imenu--cleanup): Use mapcar, not mapc.
  6.  
  7.     * isearch.el (isearch-mode-map): Explicitly bind to nil
  8.     the Alt characters that iso-transl defines translators for.
  9.  
  10.     * ispell.el (ispell-highlight-spelling-error): 
  11.     Don't use faces if wondow-system is nil.
  12.  
  13. Fri Sep 23 10:08:09 1994  Boris Goldowsky  <boris@cs.rochester.edu>
  14.  
  15.     * fill.el (justify-current-line): Do insertion with text-prop
  16.     inheritance. 
  17.  
  18. Sun Sep 11 14:56:01 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  19.  
  20.     * Version 19.27 released.
  21.  
  22. Sun Sep 11 01:41:49 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  23.  
  24.     * ispell.el: Further split the Ispell menu autoloads.
  25.  
  26. Sat Sep 10 16:37:11 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  27.  
  28.     * rmailsum.el (rmail-summary-goto-msg): Preserve the current buffer.
  29.  
  30. Fri Sep  9 17:35:23 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  31.  
  32.     * window.el (shrink-window-if-larger-than-buffer): Doc fix.
  33.  
  34. Thu Sep  8 19:28:02 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  35.  
  36.     * vc.el (vc-do-command): Temporarily add vc-path to the end of PATH.
  37.  
  38. Thu Sep  8 13:41:12 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
  39.  
  40.     * bibtex.el (put-string-on-kill-ring): Delete this function.
  41.     (bibtex-current-entry-label): Call kill-new instead.
  42.  
  43. Wed Sep  7 03:54:08 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  44.  
  45.     * Version 19.26 released.
  46.  
  47. Tue Sep  6 16:33:01 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  48.  
  49.     * rmailmsc.el (set-rmail-inbox-list): Doc fix.
  50.  
  51. Mon Sep  5 19:59:29 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
  52.  
  53.     * help-macro.el (make-help-screen): Doc fix.
  54.  
  55. Mon Sep  5 15:32:47 1994  Lawrence R. Dodd  <dodd@roebling.poly.edu>
  56.  
  57.     * dired-x.el: (dired-omit-expunge): Avoid setting buffer modified
  58.     unless it was modified before and some mark is set so `%*' won't
  59.     appear in mode-line of omitted buffers.
  60.  
  61. Mon Sep  5 00:32:07 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  62.  
  63.     * saveplace.el (save-place-find-file-hook):
  64.     Check after-find-file-from-revert-buffer.
  65.  
  66.     * cmacexp.el (c-macro-prompt-flag): Set default back to nil.
  67.  
  68. Sun Sep  4 20:10:40 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  69.  
  70.     * rmail.el (rmail-get-new-mail): Run rmail-get-new-mail-hook.
  71.  
  72. Sun Sep  4 22:03:44 1994  Tom Tromey  (tromey@drip.colorado.edu)
  73.  
  74.     * man.el (Man-notify-when-ready): Get Man-original-frame
  75.     from the proper buffer.
  76.  
  77. Sat Sep  3 04:41:11 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  78.  
  79.     * simple.el (mark-ring): Add permanent-local prop.  Doc fix.
  80.  
  81.     * shell.el (shell-command-regexp): Use a simpler faster regexp.
  82.  
  83.     * info.el (Info-mode): Text for using x, not for make-face defined.
  84.  
  85.     * mh-e.el (mh-get-new-mail): Always use mh-inc-prog, never `inc'.
  86.  
  87. Fri Sep  2 20:07:38 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  88.  
  89.     * outline.el (outline-minor-mode-prefix): Doc fix.
  90.  
  91. Fri Sep  2 19:11:03 1994  Espen Skoglund  (espensk@tklab1.cs.uit.no)
  92.  
  93.     * pascal.el (pascal-auto-lineup): New variable.
  94.     (pascal-end-of-statement): New function.
  95.     (pascal-indent-command): Now does optional lineups of : and =.
  96.     (pascal-indent-case): Uses pascal-end-of-statement to skip the
  97.     case statements.
  98.  
  99. Thu Sep  1 12:38:15 1994  Espen Skoglund  (espensk@tklab1.cs.uit.no)
  100.  
  101.     * pascal.el (pascal-indent-declaration): Indent correctly
  102.     when record blocks are used within parameterlists.
  103.     (pascal-declaration-beg): Strange -0 argument removed.
  104.     (pascal-type-completion): Fix typo in regexp.
  105.     (pascal-get-lineup-indent): Use match-end instead of end-of-line.
  106.  
  107. Thu Sep  1 16:43:04 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  108.  
  109.     * compile.el (grep-command): Doc fix.
  110.  
  111.     * tcl-mode.el: Call provide.
  112.  
  113. Thu Sep  1 12:38:02 1994  Francesco Potorti`  (pot@cnuce.cnr.it)
  114.  
  115.     * cmacexp.el (c-macro-prompt-flag): set default to t.
  116.     (c-macro-expand): buffer-flush-undo is outdated.
  117.     (c-macro-expansion): make exit-status a local variable.
  118.  
  119. Thu Sep  1 02:12:12 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  120.  
  121.     * completion.el (completion-before-command): Don't call get
  122.     on a non-symbol.
  123.  
  124. Tue Aug 30 02:58:32 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  125.  
  126.     * window.el (shrink-window-if-larger-than-buffer):
  127.     Don't make the window shorter than window-min-height.
  128.  
  129.     * calendar.el (exit-calendar): Don't restore window config.
  130.     (calendar): Don't save one.
  131.  
  132.     * isearch.el (isearch-edit-string): Use isearch-text-char-description.
  133.  
  134.     * ispell.el (ispell-dictionary-alist-1):
  135.     For English, remove hyphen from the OTHERCHARS.
  136.  
  137.     * isearch.el (isearch-edit-string): In the isearch-recursive-edit case,
  138.     don't end the recursive edit and don't start another one.
  139.     (isearch-done): New arg EDIT.
  140.     (isearch-mode): Return t if search succeeded.
  141.  
  142. Mon Aug 29 22:20:43 1994  Tom Tromey  (tromey@creche.colorado.edu)
  143.  
  144.     * replace.el (perform-replace): Restore match data before highlighting.
  145.  
  146. Mon Aug 29 20:46:14 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  147.  
  148.     * help-macro.el (make-help-screen): Don't call window-frame
  149.     in a non-multi-frame Emacs.
  150.  
  151. Mon Aug 29 08:43:49 1994  Lennart Staflin  <lenst@lysator.liu.se>
  152.  
  153.     * diary-ins.el: Require diary-lib, not diary.
  154.     * diary-lib.el: Provide diary-lib not diary.
  155.  
  156. Sun Aug 28 00:14:20 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  157.  
  158.     * files.el (after-find-file-from-revert-buffer): Add defvar.
  159.  
  160.     * gud.el (dbx): Use newline, not semicolon, between file and stop cmds.
  161.  
  162. Sat Aug 27 15:02:55 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  163.  
  164.     * outline.el (outline-mode-prefix-map): New variable.
  165.     Define all the C-c commands here.
  166.     (outline-mode-menu-bar-map): New variable, holds local menu-bar keymap.
  167.     (outline-mode-map): Bind C-c and menu-bar to those maps.
  168.     (outline-minor-mode-map): Likewise use those submaps for the prefixes.
  169.  
  170.     * indent.el (indent-rigidly): Insert new indent, then delete old.
  171.  
  172.     * comint.el (comint-arguments): Treat \n and \t like space.
  173.  
  174. Fri Aug 26 02:54:44 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  175.  
  176.     * simple.el (set-mark): When POS is nil, always clear mark-active.
  177.  
  178.     * rmailsum.el (rmail-summary-output-menu): New command.
  179.     (rmail-summary-mode-map): Add Output and Input with menu of files.
  180.  
  181. Thu Aug 25 01:34:59 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  182.  
  183.     * vc.el (vc-backend-checkout): Don't use -G for SCCS.
  184.  
  185.     * rot13.el (toggle-rot13-mode): New function.
  186.  
  187.     * rmailsum.el (rmail-summary-rmail-update):
  188.     Check whether rmail-buffer is dead.
  189.  
  190. Wed Aug 24 21:51:39 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  191.  
  192.     * etags.el (tags-table-extend-computed-list): In loop processing
  193.     list of included tables to incorporate it, advance TABLES to its
  194.     cdr at end of loop.
  195.  
  196. Wed Aug 24 00:48:02 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  197.  
  198.     * files.el (find-file-noselect): Improve "file changed" message.
  199.  
  200.     * comint.el (comint-arguments): Rewrite for speed.
  201.     Don't keep parsing once we have enough args.
  202.  
  203.     * ispell.el (ispell-buffer-local-words): Don't treat doublequote
  204.     specially when splitting the line into words.
  205.  
  206.     * mouse-sel.el (mouse-extend): In Transient Mark mode, use the region
  207.     whenever it is active.
  208.  
  209. Tue Aug 23 20:55:18 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
  210.  
  211.     * simple.el (shell-command-on-region): Don't delete current buffer.
  212.  
  213. Tue Aug 23 12:31:47 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  214.  
  215.     * simple.el (backward-delete-char-untabify): Doc fix.
  216.  
  217.     * lpr.el (lpr-headers-switches): Don't use -p on dgux, irix.
  218.  
  219.     * edebug.el (edebug-read-and-maybe-wrap-form): Increment
  220.         max-specpdl-size by 2000.
  221.  
  222.     * jka-compr.el (jka-compr-insert-file-contents): Run the
  223.     after-insert-file-functions.
  224.  
  225.     * rmail.el (rmail-ignored-headers): Split string constant into lines.
  226.  
  227. Sun Aug 21 13:24:32 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  228.  
  229.     * term/news.el (news-fkey-prefix): Use kp-decimal, not kp-period.
  230.  
  231.     * rnews.el (news-select-message): Do most of the work
  232.     even for nonexistent article.  (Code copied from 18.59).
  233.  
  234. Fri Aug 19 00:37:37 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  235.  
  236.     * rmail.el (rmail-retry-failure, mail-unsent-separator): Doc fix.
  237.  
  238.     * rnews.el (news-mode): Don't set mode-name to a list.
  239.     Use mode-line-process instead.
  240.  
  241.     * rot13.el (rot13-other-window): Doc fix.
  242.  
  243.     * lpr.el (lpr-command, lpr-headers-switches): Undo previous change.
  244.  
  245. Thu Aug 18 17:02:47 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
  246.  
  247.     * window.el (split-window-horizontally): If size is negative,
  248.     measure from the right.
  249.  
  250. Wed Aug 17 16:29:27 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  251.  
  252.     * info.el (Info-mode): Doc fix.
  253.  
  254.     * lpr.el (lpr-command, lpr-headers-switches): Treat Solaris like BSD.
  255.  
  256.     * paren.el (show-paren-command-hook): Set the face of an overlay
  257.     each time we move it somewhere.
  258.  
  259.     * files.el (after-find-file):
  260.     New arg after-find-file-from-revert-buffer.
  261.     (revert-buffer): Pass t for that.
  262.  
  263.     * simple.el (choose-completion-string): Use plain exit-minibuffer,
  264.     not minibuffer-complete-and-exit.  And do so only if the minibuffer
  265.     was doing completion.
  266.  
  267.     * tex-mode.el (tex-mode): Allow for documentclass options
  268.     when checking for SliTeX.
  269.  
  270. Wed Aug 17 19:51:28 1994  Lawrence R. Dodd  <dodd@roebling.poly.edu>
  271.  
  272.     * vc.el (vc-admin): Pass nil instead of
  273.     vc-checkout-writable-buffer-hook to vc-start-entry.
  274.  
  275. Tue Aug 16 21:45:27 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  276.  
  277.     * perl-mode.el (perl-indent-command): Fix backwards conditional.
  278.  
  279. Sun Aug 14 00:09:16 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  280.  
  281.     * rmailsum.el (rmail-summary-scroll-msg-up): Put rmail buffer
  282.     on the screen if necessary--but don't scroll in that case.
  283.  
  284.     * rmail.el (rmail-resend): Preserve point around expand-mail-aliases.
  285.  
  286.     * easymenu.el (easy-menu-define): Doc fix.
  287.  
  288. Sat Aug 13 13:34:59 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  289.  
  290.     * cmacexp.el (c-macro-expansion): If the CPP output is empty, just
  291.         show error messages.
  292.  
  293.     * mouse.el (mouse-set-mark): Select the window before saving point.
  294.  
  295.     * iso-cvt.el (iso-tex2iso-trans-tab): Put the sequences with braces
  296.     before corresponding ones without.  Escape ? in patterns.
  297.     (iso-translate-conventions): Don't widen.
  298.     (iso-german-tex-p): Preserve narrowing.
  299.  
  300.     * rmail.el (rmail-maybe-display-summary): If summary is in some frame,
  301.     just use that.
  302.  
  303. Fri Aug 12 00:49:35 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  304.  
  305.     * rmail.el (rmail-retry-failure): Narrow to just the old header
  306.     for calling mail-fetch-field.
  307.  
  308. Thu Aug 11 03:10:33 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  309.  
  310.     * compile.el (compilation-set-window-height): Add save-excursion.
  311.  
  312.     * rmail.el (rmail-maybe-display-summary): Don't set summary window
  313.         height if its frame isn't split.
  314.  
  315.     * subr.el (one-window-p): Doc fix.
  316.  
  317.     * frame.el (frame-notice-user-settings): If we change the frame's font,
  318.     call frame-update-faces.
  319.  
  320. Wed Aug 10 22:41:58 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  321.  
  322.     * paren.el (show-paren-command-hook): Cope if matching-paren gives nil.
  323.  
  324. Wed Aug 10 19:34:45 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  325.  
  326.     * etags.el (tags-table-including): Inside loop: if CORE-ONLY skip
  327.     all consecutive tables not in core; else extend computed list.
  328.  
  329. Wed Aug 10 16:21:31 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  330.  
  331.     * gnus.el (gnus-summary-mode-map): Delete unusable `Sort Summary' item.
  332.  
  333. Wed Aug 10 04:39:22 1994  Erik Naggum  <erik@naggum.no>
  334.  
  335.     * rmail.el (rmail-forward): Anchor `mail-header-separator' on both
  336.     sides to match whole line, not just initial substring.
  337.  
  338. Wed Aug 10 00:07:36 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  339.  
  340.     * help.el (view-lossage): Handle buffers and frames in recent-keys.
  341.  
  342. Wed Aug 10 00:48:50 1994  Michael Kifer  (Michael Kifer <kifer@cs.sunysb.edu>)
  343.  
  344.     * ediff.el (ediff-find-file, ediff-patch-file): Handle symlinks.
  345.  
  346.     * ediff.el (ediff-save-buffer): Added option for saving diff output.
  347.  
  348.     * ediff.el (ediff-fine-diff-buffer, ediff-ignore-similar-regions):
  349.     New variables.
  350.     (ediff-no-fine-diffs): Macro added.
  351.     (ediff-next-difference, ediff-previous-difference)
  352.     (ediff-make-fine-diffs): Enabled a new feature that allows one to
  353.     skip over the difference regions where the only differences are
  354.     the white space and newlines. 
  355.     (ediff-toggle-autorefine): Fixed a bug that caused error when the
  356.     current difference is <= 0 or > ediff-number-of-differences.
  357.  
  358. Tue Aug  9 19:16:26 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  359.  
  360.     * menu-bar.el (menu-bar-file-menu): Compare Files renamed to Compare.
  361.     (menu-bar-ediff-menu): Add one element for compare-windows.
  362.  
  363.     * appt.el: Require calendar.
  364.  
  365. Tue Aug  9 14:49:17 1994  Michael D. Ernst  <mernst@research.microsoft.com>
  366.  
  367.     * rmailedit.el (rmail-abort-edit): Call `rmail-highlight-headers'.
  368.  
  369. Tue Aug  9 01:41:58 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  370.  
  371.     * mailalias.el (define-mail-alias): Avoid error if DEFINITION is "".
  372.  
  373.     * appt.el (appt-check): Update on first wakeup after midnight
  374.     even if that's not precisely 12:01.
  375.  
  376. Mon Aug  8 00:38:11 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  377.  
  378.     * mouse.el (mouse-drag-mode-line): New function (from mldrag.el,
  379.     but changed a little).  Put it on mode-line down-mouse-1.
  380.     (mouse-select-window): Bind to mode-line drag-mouse-1.
  381.  
  382.     * info.el (Info-last-menu-item): Fix gross logic errors.
  383.     (Info-last-preorder): After going thru menu item, go to end.
  384.     (Info-scroll-up): Set window-start if it's out of range.
  385.     Once menu start is on or above screen, start using menu items.
  386.     (Info-scroll-down): Set window-start if it's out of range.
  387.     If there's a menu item, always use menu.
  388.  
  389.     * sendmail.el (mail-alias-file): Add autoload cookie.
  390.  
  391.     * mouse.el (x-fixed-font-alist): Add clean 5x8 and clean 6x8.
  392.  
  393.     * compile.el (compilation-set-window-height): New function,
  394.     broken out from compile-internal.
  395.     Don't change window height if it is the frame root window.
  396.     (compile-internal): Call it.
  397.     (compilation-goto-locus): Call it.
  398.     Use any visible frame already showing the compilation buffer.
  399.  
  400.     * gnus.el (gnus-start-news-server): Fix the call to `error'.
  401.  
  402. Sun Aug  7 02:47:33 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  403.  
  404.     * info.el (Info-additional-directory-list): New variable.
  405.     (Info-find-node): Use it.
  406.  
  407.     * faces.el (copy-face): Ignore errors in set-face-font.
  408.  
  409.     * mouse.el (mouse-choose-completion): Pass completion-base-size value
  410.     to choose-completion-string.
  411.  
  412.     * simple.el (completion-base-size): New variable.
  413.     (completion-list-mode): Make it local.
  414.     (choose-completion): Pass its value to choose-completion-string.
  415.     (choose-completion-string): New arg base-size.
  416.     Use that when deciding how much to delete.
  417.  
  418.     * complete.el (PC-do-completion): Set completion-base-size.
  419.  
  420.     * cmacexp.el: Doc fixes.
  421.     (c-macro-expansion): Capture and display CPP error messages.
  422.  
  423.     * tex-mode.el (tex-mode): Accept documentclass when checking Slitex.
  424.  
  425. Sat Aug  6 00:45:19 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  426.  
  427.     * gnus.el: Require timezone when loading this file.
  428.     Move the provide call to the end.
  429.  
  430.     * c-mode.el (indent-c-exp): Preserve point when handling comments.
  431.  
  432.     * byte-opt.el (byte-after-unbind-ops): Fix paren error wrt doc string.
  433.  
  434.     * font-lock.el (font-lock-hack-keywords): Delete debugging code.
  435.  
  436. Fri Aug  5 12:46:53 1994  Erik Naggum  <erik@naggum.no>
  437.  
  438.     * simple.el (choose-completion): Bury or iconify the completion list
  439.     using code copied from mouse-choose-completion.
  440.  
  441. Fri Aug  5 22:58:12 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  442.  
  443.     * tex-mode.el (tex-mode): Check for documentclass like documentstyle.
  444.  
  445.     * info.el (Info-directory-list): Doc fix.
  446.  
  447. Fri Aug  5 03:53:56 1994  Erik Naggum  <erik@naggum.no>
  448.  
  449.     * files.el (save-buffer): Unconditionally make a backup with 2 or
  450.     3 C-u's even if make-backup-files is nil.
  451.  
  452. Fri Aug  5 14:56:12 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  453.  
  454.     * mouse.el (x-fixed-font-alist): Regularize how fonts are specified.
  455.  
  456.     * time.el (display-time-filter): pm starts at 12, not 13.
  457.  
  458. Fri Aug  5 03:42:04 1994  Hans Chalupsky  (hans@hydra.cs.Buffalo.EDU)
  459.  
  460.     * advice.el (ad-subr-arglist): Adapted to new DOC file format.
  461.  
  462. Fri Aug  5 00:27:57 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  463.  
  464.     * etags.el (select-tags-table): Doc fix.
  465.  
  466.     * font-lock.el (font-lock-syntax-table): New syntax table.
  467.     (font-lock-hack-keywords): Use it temporarily here.
  468.     (font-lock-set-defaults): Set up special syntax table for C and C++.
  469.  
  470. Thu Aug  4 01:43:39 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  471.  
  472.     * isearch.el (isearch-mode-map): Delete mouse-2, down-mouse-2 bindings.
  473.  
  474.     * rmail.el (rmail-select-summary): Preserve rmail buffer's value of
  475.     rmail-total-messages even while summary buffer is current.
  476.  
  477.     * gnus.el: Doc fixes.
  478.  
  479.     * frame.el (frame-delete-all): Copy the whole alist first.
  480.  
  481.     * hilit19.el (hilit-find-file-hook): Preserve buffer modified state.
  482.  
  483.     * simple.el (end-of-buffer-other-window):
  484.     Go to the end, not to the beginning.
  485.  
  486.     * appt.el (appt-make-list): Do nothing unless range being processed
  487.     for diary entries includes today's date.
  488.  
  489. Wed Aug  3 23:27:05 1994  Hans Chalupsky  (hans@hydra.cs.Buffalo.EDU)
  490.  
  491.     * bytecomp.el (byte-compile-protect-from-advice): Macro deleted.
  492.     (byte-compile-from-buffer, byte-compile-top-level): Don't use it.
  493.  
  494.     * advice.el: New handling of automatic advice activation that
  495.     exploits modified built-in versions of `fset' and `defalias' which
  496.     take care of this functionality directly:
  497.     (ad-start-advice-on-load, ad-activate-on-definition)
  498.     (ad-definition-hooks, ad-enable-definition-hooks, ad-defined-function)
  499.     (ad-advised-definers, ad-advised-byte-compilers, byte-constant)
  500.     (byte-constant-limit, byte-constant2, byte-fset)
  501.     (ad-byte-code-fset-regexp): Variables deleted.
  502.     (ad-activate-defined-function, ad-find-fset-in-byte-code)
  503.     (ad-scan-byte-code-for-fsets, ad-advised-byte-code)
  504.     (ad-recover-byte-code, ad-enable-definition-hooks)
  505.     (ad-disable-definition-hooks): Functions deleted.
  506.     (defun, defmacro, fset, defalias, define-function)
  507.     (byte-compile-from-buffer, byte-compile-top-level): Removed `defadvice'
  508.     for these functions.
  509.     (ad-save-real-definitions): Removed saving of `byte-code'.
  510.     (ad-activate-off): New dummy function.
  511.     (ad-activate-on): New name for `ad-activate'.  All calls changed.
  512.     (ad-with-auto-activation-disabled): New macro prevents automatic
  513.     advice activation.
  514.     (ad-safe-fset): New function, used instead of `ad-real-fset'.
  515.     (ad-compile-function): Disable automatic advice activation while
  516.     compiling, because `byte-compile' uses `fset'.
  517.     (ad-activate-on): Renamed from `ad-activate'.  Avoid recursive calls.
  518.     (ad-activate-on-top-level): New variable.
  519.     (ad-start-advice, ad-stop-advice, ad-recover-normality): Modified to
  520.     achieve de/activation of automatic advice activation by setting the
  521.     definition of `ad-activate' to `ad-activate-on' or `ad-activate-off'.
  522.     (ad-start-advice): Is now called unconditionally when Advice is loaded.
  523.  
  524.     Made compilation behavior of advised definitions customizable, since
  525.     loading the byte-compiler takes some time and is not always worth the
  526.     cost, e.g., if one only wants to make a few simple modifications:
  527.     (ad-default-compilation-action): New variable which specifies whether
  528.     to compile an advised definition in case the COMPILE argument to
  529.     `ad-activate-on' or one of its friends was supplied as nil.
  530.     (ad-preactivate-advice): Supply negative COMPILE argument to prevent
  531.     compilation.
  532.     (ad-should-compile): New function.
  533.     (ad-activate-advised-definition): Use `ad-should-compile' to determine
  534.     whether an advised definition should get compiled.
  535.     (ad-activate-on, ad-update, ad-activate-regexp, ad-update-regexp)
  536.     (ad-activate-all): Doc fixes.
  537.     (ad-update): Leave handling of COMPILE up to `ad-activate-on'.
  538.  
  539.     Extracted construction of freeze-advices from `defadvice':
  540.     (ad-make-freeze-definition): New function.
  541.     (defadvice): Use `ad-make-freeze-definition' to construct frozen defs.
  542.  
  543. Wed Aug  3 16:41:06 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  544.  
  545.     * gnus.el (gnus-kill-files-directory): New variable.
  546.     (gnus-Newsgroup-kill-file, gnus-newsgroup-kill-file): Use it.
  547.  
  548.     * dired.el (dired-mode): Put expanded name in list-buffers-directory.
  549.  
  550.     * icomplete.el (icomplete-prime-minibuffer): Copy the hook lists
  551.     after making them local.
  552.  
  553.     * gnus.el (gnus): Require timezone.  Delete timezone autoloads.
  554.  
  555.     * iso-cvt.el (iso-fix-iso2tex, iso-fix-tex2iso): Check plain-text-mode.
  556.  
  557. Tue Aug  2 22:17:21 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
  558.  
  559.     * sh-script.el (auto-mode-alist): Fix typos in comments.
  560.  
  561. Tue Aug  2 17:58:24 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  562.  
  563.     * mouse.el: Capitalize some error messages.
  564.     (mouse-set-point): Nice error if button release is in scrollbar.
  565.  
  566. Tue Aug  2 11:43:33 1994  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
  567.  
  568.     * compile.el: Set up a "Compile" menubar item.
  569.     (recompile): New function.
  570.     (previous-error): New function.
  571.     (first-error): New function.
  572.  
  573. Tue Aug  2 00:57:41 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  574.  
  575.     * frame.el (frame-delete-all): New function.
  576.     (frame-notice-user-settings): Call it--with or without separate
  577.     minibuffer frame.
  578.  
  579. Mon Aug  1 00:40:54 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  580.  
  581.     * rmailsum.el (rmail-summary-mode-map): Fix the Get New Mail entry.
  582.     Fix typo.  Add `...' where appropriate.
  583.  
  584.     * rmail.el (rmail-mode-map): Fix the Get New Mail entry.
  585.     Add `...' where appropriate.
  586.  
  587.     * ediff.el (ediff-version): Function, variable deleted.
  588.     (ediff-date): Var deleted.
  589.     (ediff-status-info): Don't call ediff-version.
  590.  
  591.     * dired.el (dired-insert-directory): Call expand-file-name here
  592.     because the dir name may have been abbreviated before.
  593.  
  594. Sun Jul 31 21:25:27 1994  Morten Welinder  (terra@diku.dk)
  595.  
  596.     * ls-lisp.el (insert-directory): Gracefully handle the case
  597.     where a file disappears between it is listed in the directory
  598.     and the attributes are requested.
  599.  
  600. Sun Jul 31 01:30:57 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  601.  
  602.     * compile.el (compilation-error-regexp-alist): Fix previous change.
  603.     Add alternatives for GNU error messages with program name in them.
  604.  
  605.     * time.el (display-time-string-forms): New variable.
  606.     (display-time-filter): Simplify to use it.
  607.  
  608.     * dired.el (dired-noselect): Call abbreviate-file-name here.
  609.     (dired-internal-noselect): Not here.
  610.  
  611.     * comint.el (comint-password-prompt-regexp): Handle PGP prompt.
  612.  
  613.     * gnus.el (gnus-sortable-date): Use timezone-make-time-string.
  614.  
  615.     * rmail.el (rmail-retry-failure): Handle a weird case with
  616.     a couple of lines before the old message header.
  617.  
  618.     * compile.el (compilation-error-regexp-alist): Make separate
  619.     regexp for Borland C++; the combined one matched too much.
  620.  
  621.     * ange-ftp.el (ange-ftp-parse-netrc-group): Don't move back to line
  622.     beginning.  Skip the machine name whatever it may be.
  623.     (ange-ftp-parse-netrc): Skip initial whitespace.
  624.  
  625.     * sendmail.el (sendmail-send-it): Handle resent-to specially.
  626.  
  627.     * mouse-sel.el (mouse-extend): Pass WINDOW arg to mouse-scroll-subr.
  628.  
  629.     * rmailsum.el (rmail-summary-mode-map): Add Get New Mail item.
  630.     Move new Re-send menu item to right place.
  631.  
  632.     * rmail.el (rmail-mode-map): Move new Re-send menu item to right place.
  633.  
  634. Sat Jul 30 17:19:59 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  635.  
  636.     * hilit19.el: Specify patterns for objc-mode.
  637.  
  638. Sat Jul 30 08:55:26 1994  Martin Boyer  <mboyer@ireq-robot.hydro.qc.ca>
  639.  
  640.     * menu-bar.el (menu-bar-enable-clipboard): Moved here the
  641.     clipboard function key bindings.
  642.  
  643. Sat Jul 30 13:47:16 1994  Michael D. Ernst  <mernst@research.microsoft.com>
  644.  
  645.     * ispell.el (ispell-message-text-end): Improve context diff regexp.
  646.  
  647. Sat Jul 30 03:43:09 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  648.  
  649.     * rmailsum.el (rmail-new-summary): If just one window,
  650.     put the summary in the upper window and Rmail buffer below.
  651.  
  652. Sat Jul 30 11:34:43 1994  Ake Stenhoff (etxaksf@aom.ericsson.se)
  653.  
  654.     * imenu.el (imenu, imenu--flatten-index-alist): Add marker support.
  655.     (imenu--cleanup): New function.
  656.         (imenu-example--name-and-position): Now uses markers.
  657.  
  658.         * imenu.el (imenu-add-to-menubar): New function to add an entry
  659.     to the menubar for the buffer's current local keymap. 
  660.  
  661. Fri Jul 29 15:59:47 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  662.  
  663.     * rmail.el (rmail-highlight-face): New variable.
  664.     (rmail-highlight-headers): Use it if non-nil.
  665.  
  666.     * gnus.el (gnus-group-suspend): Be sure to bury the right buffer.
  667.  
  668.     * hideif.el (hide-ifdefs): Doc fix.
  669.  
  670. Fri Jul 29 14:52:10 1994  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
  671.  
  672.     * rmail.el (rmail-display-summary): New variable.
  673.     (rmail): Call rmail-summary at the end if rmail-display-summary is 
  674.     set.
  675.  
  676.     * rmail.el (rmail-mode-map): Add Re-send menu item.
  677.     * rmailsum.el (rmail-summary-mode-map): Add Re-send menu item.
  678.  
  679. Thu Jul 28 20:44:04 1994  Andreas Schwab  <schwab@ls5.informatik.uni-dortmund.de>
  680.  
  681.     * simple.el (choose-completion): Check for
  682.     next-single-property-change returning nil.
  683.     * mouse.el (mouse-choose-completion): Dito.
  684.  
  685. Thu Jul 28 02:22:24 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  686.  
  687.     * files.el (file-truename): Temporarily get rid of the
  688.     ange-ftp completion handler.
  689.  
  690.     * info.el (Info-find-node): Use a loop instead of mapcar and catch.
  691.  
  692.     * buff-menu.el (buffer-menu): Undo previous change.
  693.     Instead, save the point value that list-buffers set up
  694.     and go back there after switching windows.
  695.  
  696. Wed Jul 27 13:49:32 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  697.  
  698.     * faces.el (face-initialize): Use underlining for region face
  699.     if there's no gray.
  700.     (face-try-color-list): Support `underline' in color list.
  701.  
  702.     * fill.el (justify-current-line): Delete space at end of line.
  703.  
  704.     * files.el (set-auto-mode): Shorten scope of case-fold-search binding.
  705.  
  706.     * files.el (cd-absolute): Call file-name-as-directory first thing.
  707.  
  708.     * compile.el (compilation-error-regexp-alist): Fix bug in Borland
  709.     C++ change.  Make first regexp reject cases that give column
  710.     numbers.  Add new regexp for GNU format with column numbers.
  711.  
  712. Tue Jul 26 11:51:32 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  713.  
  714.     * mail-extr.el (what-domain): Doc fix.
  715.  
  716.     * files.el (basic-save-buffer-1): Ignore file-precious-flag
  717.     if the file's dir is not writable.
  718.  
  719.     * forms.el (forms--update): Undo change made mistakenly.
  720.  
  721.     * vc.el (vc-next-action): Even in 1-file case, get its name from FILES.
  722.     (vc-finish-logentry): Don't do vc-buffer-sync on the parent buffer
  723.     when hat parent buffer is a dired buffer.
  724.  
  725.     * menu-bar.el (menu-bar-update-buffers):
  726.     Use (current-global-map), not global-map.
  727.  
  728.     * compile.el (compilation-next-error-locus): New arg SILENT.
  729.  
  730.     * dissociate.el (dissociated-press): Error at start if buffer is empty.
  731.  
  732.     * ediff.el: Made menu bar's autoloaded stuff conditional on 
  733.     purify-flag, to avoid error message when loading ediff in a frame
  734.     that has no menu bar.
  735.  
  736. Tue Jul 26 16:24:25 1994  Michael Kifer  (kifer@sbkifer)
  737.  
  738.     * ediff.el (ediff-setup): Improved mode-line-buffer-identification.
  739.     Now accommodates buffer identifications generated by
  740.     mode-line.el and uniquify.el.
  741.  
  742.     * ediff.el (ediff-current-diff-face-A/B,
  743.     ediff-fine-diff-face-A/B,ediff-odd/even-diff-face-A/B):
  744.     Variables changed to contain face names
  745.     instead of face internal representation.
  746.     
  747. Mon Jul 25 20:55:46 1994  Johan Vromans  (jv@squirrel.NL.net)
  748.  
  749.     * forms.el (forms-read-file-filter): new hook function to
  750.     preprocess file contents before being passed to forms mode.
  751.     (forms-write-file-filter): new hook function to preprocess file
  752.     contents before it is being saved to disk. Can be used to undo the
  753.     effects of `forms-read-file-filter'.
  754.     (forms-mode): Supply a default format if no `forms-format-list' was
  755.     specified.
  756.     Preprocess file contents using `forms-read-file-filter' and attach
  757.     `forms-write-file-filter' to the `local-write-file-hooks' of the file
  758.     buffer.
  759.     Present a friendly message if the visited file is empty or new.
  760.     (forms--intuit-from-file): New subroutine to get the number of fields
  761.     from the data file; constructs a default format list.
  762.     (forms-save-buffer): Forms mode wrapper for `save-buffer'.
  763.     (forms--change-commands, forms--exit): Use it.
  764.     (forms--update): Check for the presence of the field separator in any
  765.     of the fields.  Refuse update if found.
  766.     (forms-delete-record): Allow the last record of the file to be
  767.     deleted, even if not terminated by a newline.
  768.     (forms--local-write-file-function): Remove.  Didn't do any good.
  769.     Replaced by `forms-save-buffer'.
  770.  
  771.     * forms-d2.el: Use `forms-new-record-filter' variable instead of
  772.     defining the function.
  773.  
  774. Mon Jul 25 17:45:22 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  775.  
  776.     * startup.el (command-line-args-left): Add defvar.
  777.  
  778. Sun Jul 24 22:16:58 1994  Andreas Schwab  <schwab@ls5.informatik.uni-dortmund.de>
  779.  
  780.     * comint.el (comint-dynamic-list-completions): Listify the key
  781.     sequence to be put back.
  782.  
  783. Sun Jul 24 15:57:12 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  784.  
  785.     * lisp-mode.el (emacs-lisp-mode-syntax-table): Give RET the
  786.     same syntax as newline.
  787.     * cplus-md.el (c++-mode-syntax-table): Likewise.
  788.  
  789.     * vc.el (vc-finish-logentry): Use vc-parent-buffer to find the buffer
  790.     to offer to save.
  791.  
  792.     * gud.el (dbx): Use system-configuration, not system-type.
  793.  
  794. Sun Jul 24 01:53:22 1994  Erik Naggum  <erik@naggum.no>
  795.  
  796.     * dired.el (dired-internal-noselect): a zero modtime means
  797.     directory is unchanged.
  798.  
  799. Sat Jul 23 17:11:48 1994  David Robinson  (drtr@mail.ast.cam.ac.uk)
  800.  
  801.     * term/x-win.el (system-key-alist): Add Sun-specific X11R6 keysyms.
  802.  
  803.     * menu-bar.el: Add to global key map for cut, paste & copy keys.
  804.  
  805. Sun Jul 24 01:30:54 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  806.  
  807.     * mail-extr.el (mail-extr-all-top-level-domains): Update a few
  808.     long names.
  809.  
  810.     * menu-bar.el (menu-bar-update-buffers): If Buffers item is gone,
  811.     don't bring it back.
  812.  
  813. Sat Jul 23 21:07:03 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  814.  
  815.     * ispell4.el (ispell-tex-buffer-p): Write names in lower case.
  816.     Add slitex-mode.
  817.  
  818.     * simple.el (line-move, next-line): Check last line moved over
  819.     has a newline, in a way that intangible text does not confuse.
  820.  
  821. Sat Jul 23 14:18:38 1994  enami tsugutomo  <enami@sys.ptg.sony.co.jp>
  822.  
  823.     * lisp/add-log.el (add-log-current-defun): Skip doc string
  824.       correctly even if it ends with line that starts space.
  825.  
  826. Fri Jul 22 16:43:48 1994  Ed Reingold  <reingold@albert.gnu.ai.mit.edu>
  827.  
  828.         * cal-menu.el (calendar-mode-map): Change reference from renamed
  829.         calendar-current-month to calendar-goto-today.
  830.  
  831. Wed Jul 20 15:24:52 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  832.  
  833.     * dired.el (dired-between-files): Ignore dired-subdir-regexp
  834.     if we can move to the file name on the line.
  835.  
  836.     * dired.el (dired-internal-noselect): Don't revert, just suggest `g'.
  837.  
  838. Wed Jul 20 22:23:29 1994  Ethan Bradford  (ethanb@ptolemy.astro.washington.edu)
  839.  
  840.     * ispell.el (ispell-command-loop, ispell-region, ispell-word):
  841.     Only pop up the choices window if an error is found in the region.
  842.     Don't change the size of the choices window except as needed.
  843.     Don't (sit-for 0) at the start of ispell-region (i.e. don't force
  844.     redisplay at the start of the region).
  845.     (ispell-overlay-window): Small documentation fix.
  846.  
  847. Wed Jul 20 10:02:57 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  848.  
  849.     * etags.el (visit-tags-table-buffer): Bind a variable
  850.     local-tags-file-name with the value of tags-file-name before
  851.     calling tags-verify-table, which switches buffers; change all
  852.     references to use local-tags-file-name.  Save current buffer
  853.     before that call and on error, switch back before killing local
  854.     value of tags-file-name.
  855.  
  856. Wed Jul 20 00:08:39 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  857.  
  858.     * imenu.el (imenu-choose-buffer-index): Use last-nonmenu-event
  859.     to decide on mouse vs non-mouse.
  860.     (imenu-progress-message): New arg prevpos.  All callers changed.
  861.     Don't print messages too frequently.
  862.  
  863.     * byte-opt.el (byte-decompile-bytecode-1): Don't add pc values
  864.     if make-spliceable is non-nil.  (Arg renamed from make-splicable.)
  865.  
  866.     * disass.el (disassemble-1): Display the pc values.
  867.     (disassemble-column-1-indent): Increase to 8.
  868.  
  869.     * byte-opt.el (byte-decompile-bytecode-1):
  870.     Put a pc value before each insn in the list we return.
  871.  
  872. Tue Jul 19 16:00:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  873.  
  874.     * ediff.el (Emacs 19 menu setup): Move back to top level
  875.     and do it only if purify-flag.
  876.  
  877.     * vc.el: At compile time, require dired.
  878.     (vc-finish-logentry): Use the proper files buffer for vc-buffer-sync.
  879.  
  880.     * compile.el (compilation-error-regexp-alist): Allow `(' after
  881.     linenum in "FILE", line LINENUM.  Add backslash so C-M-a works.
  882.  
  883. Tue Jul 19 02:38:56 1994  Michael Kifer  (kifer@cs.sunysb.edu)
  884.  
  885.         * ediff.el (ediff-find-file, ediff-files-internal, ediff-patch-file):
  886.     Modified to work with remote and compressed files.
  887.  
  888.     * ediff.el (ediff-read-file-name, ediff-buffers): Better defaults.
  889.     (ediff-read-file-name) Handle OS/2.
  890.  
  891.     * ediff.el (ediff-forward-word-function) New function.
  892.     (ediff-wordify-function): Variable deleted.
  893.     (ediff-toggle-regexp-match, ediff-hide-regexp-matches): New functions.
  894.     (ediff-focus-on-regexp-matches): New function.
  895.     (ediff-status-info): New function.
  896.     (ediff-file-names, ediff-line-numbers): Functions deleted.
  897.  
  898. Mon Jul 18 14:03:30 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  899.  
  900.     * mh-e.el (mh-folder-mode): Use local-write-file-hooks.
  901.  
  902. Mon Jul 18 09:39:49 1994  Barry A. Warsaw  (warsaw@anthem.nlm.nih.gov)
  903.  
  904.     * reporter.el (reporter-dump-state, reporter-submit-bug-report):
  905.     Don't print package name if pkgname is nil.  Don't dump state if
  906.     varlist is nil.
  907.  
  908.     * reporter.el (reporter-bug-hook, reporter-submit-bug-report)
  909.     (reporter-calculate-separator, reporter-initial-text):
  910.     New or modified functions and variables attempting to prohibit
  911.     submission of empty bug reporters.
  912.  
  913.     * reporter.el: (reporter-prompt-for-summary-p): Default value now nil.
  914.  
  915.     * reporter.el (reporter-dump-state): Make sure there's a final
  916.     newline after the setq sexp.
  917.     Pass mail buffer as second arg to print fcn.
  918.     Use symbol-value to get varsym's value.
  919.  
  920.     * reporter.el (reporter-dump-variable): Handle long sexp's even
  921.     after entering newline.  Done by filling current line.
  922.     Much better pretty printing of long lists!!
  923.     Handle void variables.
  924.  
  925.     * reporter.el (reporter-version): New variable.
  926.  
  927.     * reporter.el (reporter-submit-bug-report-internal): Leave point
  928.     after the salutation.
  929.  
  930.     * reporter.el (reporter-submit-bug-report): Prompt for a subject.
  931.  
  932. Mon Jul 18 03:26:04 1994  Karl Fogel  (kfogel@phylo.life.uiuc.edu)
  933.  
  934.         * mail-hist.el: Make sure that headers are case-insensitive.
  935.           Upped version to 1.3.
  936.  
  937. Sun Jul 17 19:55:40 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  938.  
  939.     * forms.el (forms-delete-record): Handle deletion of last line
  940.     when it has no terminating newline.
  941.  
  942. Sat Jul 16 15:29:29 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  943.  
  944.     * mouse.el ([vertical-line C-mouse-2]): Bind it as in a scroll bar.
  945.  
  946.     * comint.el (comint-mode-map): Move comint-bol to C-c C-a.
  947.  
  948.     * calendar.el (calendar-goto-today):
  949.     Renamed from calendar-current-month.
  950.  
  951.     * add-log.el (add-change-log-entry): Use <...> around mail address. 
  952.  
  953.     * help.el (print-help-return-message): If help buffer is a
  954.     special display buffer, say nothing about how to switch back.
  955.  
  956.     * help-macro.el (make-help-screen): Handle case where *Help* comes
  957.     up in a separate frame.
  958.  
  959. Fri Jul 15 00:30:53 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  960.  
  961.     * sh-script.el: "Comment out" autoload cookies.
  962.  
  963.     * mouse.el (mouse-drag-region): Delete redundant switch-frame clause.
  964.     (mouse-drag-secondary): Likewise.
  965.  
  966.     * sendmail.el (mail-mailer-swallows-blank-line): Verify sendmail.cf
  967.     exists before reading it.
  968.  
  969. Thu Jul 14 18:48:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  970.  
  971.     * files.el (rmail-output-file-alist): Mark it risky.
  972.  
  973. Wed Jul 13 18:56:52 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  974.  
  975.     * help-macro.el (make-help-screen): Bind overriding-local-map
  976.     just for short sections of code.
  977.  
  978. Wed Jul 13 13:19:39 1994  Noah Friedman  (friedman@prep.ai.mit.edu)
  979.  
  980.         * rsz-mini.el: (resize-minibuffer-setup): Copy post-command-hook
  981.         when handling minibuffer windows in other frames, not just
  982.         minibuffer-exclusive frames.
  983.         Resize the minibuffer window/frame now, in case it has already
  984.         been initialized with text.
  985.  
  986. Wed Jul 13 11:14:15 1994  Ed Reingold  (reingold@albert.gnu.ai.mit.edu)
  987.  
  988.         * diary-lib.el: Correct file name on last line of file.
  989.  
  990. Wed Jul 13 00:02:56 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  991.  
  992.     * rmail.el (rmail-movemail-program): New variable.
  993.     (rmail-insert-inbox-text): Use it.
  994.  
  995.     * files.el (insert-directory): Fix previous change.
  996.  
  997. Tue Jul 12 08:14:43 1994  enami tsugutomo  (enami@sys.ptg.sony.co.jp)
  998.  
  999.     * vc.el (vc-finish-logentry): Use the value of
  1000.     vc-log-after-operation-hook of *VC-log* buffer instead of
  1001.     vc-parent-buffer.
  1002.  
  1003. Tue Jul 12 00:08:25 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1004.  
  1005.     * rmail.el (rmail-mode-map): Fix previous change.
  1006.  
  1007.     * menu-bar.el (menu-bar-file-menu): Add insert-file menu item.
  1008.  
  1009.     * gnus.el: Clean up menu item string format.
  1010.     Add a few menu items and separators.
  1011.     (gnus-mouse-pick-group): New function, on mouse-2 in Group mode.
  1012.     (gnus-mouse-pick-article): New function, on mouse-2 in Summary mode.
  1013.  
  1014.     * rsz-mini.el (resize-minibuffer-setup):
  1015.     Copy the value of post-command-hook.
  1016.  
  1017.     * mouse-sel.el: Many doc fixes.
  1018.     (mouse-extend): Don't use existing region if EVENT is nil.
  1019.  
  1020.     * mouse.el (mouse-drag-secondary): Don't start making an overlay
  1021.     when the range is empty.
  1022.     (mouse-secondary-save-then-kill):
  1023.     The first time, make a new kill ring entry.
  1024.  
  1025.     * ispell4.el (ispell-word): Call ispell-dehighlight.
  1026.  
  1027.     * files.el (insert-directory): Fix prev change.
  1028.  
  1029.     * rmail.el (rmail-mode-map): Add "Get New Mail" menu item under Mail.
  1030.  
  1031.     * compile.el (compilation-next-error-locus): Don't call
  1032.     compilation-forget-errors if compilation is still runing.
  1033.  
  1034. Mon Jul 11 08:28:42 1994  Erik Naggum  (erik@naggum.no)
  1035.  
  1036.     * buff-menu.el (buffer-menu): Call pop-to-buffer before
  1037.     list-buffers.  Don't move point afterwards.
  1038.  
  1039. Mon Jul 11 20:40:45 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1040.  
  1041.     * prolog.el (prolog-mode-syntax-table): Make newline end comments.
  1042.  
  1043.     * sendmail.el (mail-setup): Insert -- line before .signature file.
  1044.  
  1045.     * dired-aux.el (dired-byte-compile): Use byte-compile-dest-file
  1046.     to get the output file name.
  1047.  
  1048.     * subr.el (ignore): Put doc string in right place.
  1049.  
  1050.     * indent.el (move-to-tab-stop): Delete spurious multiple definition.
  1051.  
  1052. Mon Jul 11 09:19:55 1994  Kevin Rodgers <kevinr@ihs.com>
  1053.  
  1054.     * mailabbrev.el (define-mail-abbrev): Don't try to parse empty aliases.
  1055.  
  1056. Mon Jul 11 20:41:50 1994  Andreas Schwab  (schwab@ls5.informatik.uni-dortmund.de)
  1057.  
  1058.     * backquote.el (backquote-splice-symbol): Doc typo fix.
  1059.  
  1060.     * edebug.el (edebug-install-read-eval-functions): Fix test for
  1061.     edebug-read already installed.
  1062.  
  1063.     * hexl.el (hexl-maybe-dehexlify-buffer): New function.
  1064.     (hexl-mode): Add it to change-major-mode-hook.
  1065.     (hexl-mode-exit): Remove kludge for mode-line update.
  1066.     (hexlify-buffer): Doc fix.
  1067.  
  1068. Mon Jul 11 00:30:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1069.  
  1070.     * files.el (insert-directory): Allow list for SWITCHES.
  1071.     Also split up a string containing separate options.
  1072.  
  1073.     * lisp.el (lisp-complete-symbol): Bind completion-fixup-function.
  1074.  
  1075.     * mouse.el (mouse-choose-completion): Use mouse-face properties to
  1076.         find string to use.
  1077.  
  1078.     * simple.el (completion-setup-function): Put on mouse-face prop
  1079.     even if no window-system.  Call completion-fixup-function if not nil.
  1080.     (completion-fixup-function): New variable.
  1081.     (choose-completion): Use mouse-face properties to find string to use.
  1082.  
  1083.     * server.el (server-start): Try both possible socket file names
  1084.     for the file to delete.
  1085.  
  1086.     * mouse.el (x-fixed-font-alist): Add 8x13.  Don't specify 75-75
  1087.     for 7x13, 7x14.
  1088.  
  1089.     * diff.el (diff-latest-backup-file): Cope with backups stored
  1090.     in a different directory.
  1091.  
  1092. Sun Jul 10 17:32:27 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1093.  
  1094.     * etags.el (find-tag-regexp): Bind to C-M-..
  1095.  
  1096. Sun Jul 10 13:01:06 1994  Erik Naggum  (erik@naggum.no)
  1097.  
  1098.     * buff-menu.el (Buffer-menu-not-modified): Make
  1099.     `Buffer-menu-not-modified' handle an argument like `not-modified'.
  1100.  
  1101.     * info.el (Info-fontify-maximum-menu-size): New variable.
  1102.     (Info-fontify-node): Use that variable.
  1103.  
  1104. Sat Jul  9 00:15:40 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1105.  
  1106.     * faces.el (x-create-frame-with-faces): Don't downcase nil.
  1107.  
  1108.     * loadup.el (current-load-list): Set it to nil.
  1109.  
  1110.     * compile.el (compilation-window-height): Use defvar.
  1111.     (compilation-leave-directory-regexp): Likewise.
  1112.     (compilation-enter-directory-regexp): Likewise.
  1113.  
  1114.     * loadup.el: If have frames, load `faces'.
  1115.  
  1116.     * man.el (Man-bgproc-sentinel): Bind case-fold-search for just the
  1117.     necessary parts of the function, not the call to Man-notify-when-ready.
  1118.  
  1119. Fri Jul  8 17:26:21 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1120.  
  1121.     * files.el (hack-one-local-variable): Check for root using user-uid.
  1122.  
  1123. Thu Jul  7 00:42:03 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1124.  
  1125.     * files.el (outline-level): Mark it risky.
  1126.  
  1127.     * version.el (emacs-version): Avoid unnecessary recursive call.
  1128.  
  1129.     * mouse.el ([vertical-scroll-bar C-mouse-2]): Split the window.
  1130.  
  1131.     * version.el (emacs-version): Check x-toolkit with featurep.
  1132.  
  1133.     * gud.el (gud-mips-p): Check for OSF system on Alpha also.
  1134.  
  1135.     * files.el (process-environment, exec-path, load-path,exec-directory): 
  1136.     Mark these as risky.
  1137.     (hack-one-local-variable): Treat vars ending in -program and -command
  1138.     as risky.
  1139.  
  1140.     * version.el (emacs-version): Indicate x toolkit usage in value.
  1141.  
  1142.     * files.el (switch-to-buffer-other-frame): Raise the frame.
  1143.  
  1144. Wed Jul  6 21:32:45 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  1145.  
  1146.     * gnus.el (gnus-summary-show-all-threads): Undo previous change.
  1147.     (gnus-summary-show-thread, gnus-summary-hide-all-threads)
  1148.     (gnus-summary-hide-thread): Likewise.
  1149.  
  1150. Wed Jul  6 17:27:14 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1151.  
  1152.     * buff-menu.el (Buffer-menu-revert-function): New function.
  1153.     (Buffer-menu-mode): Use it, for revert-buffer-function.
  1154.     (Buffer-menu-mode-map): Bind revert-buffer.
  1155.  
  1156.     * files.el (revert-buffer-function): Doc fix.
  1157.  
  1158.     * vc.el (vc-start-entry): New arg after-hook.
  1159.     Set vc-log-operation-hook locally.
  1160.     (vc-next-action-on-file): Not here.
  1161.     (vc-admin): Pass new arg.
  1162.     (vc-checkin): Pass new arg instead of setting vc-log-operation-hook.
  1163.  
  1164.     * files.el (auto-save-mode): If autosave is off because buffer has
  1165.     shrunk, then toggling should turn it on.
  1166.  
  1167.     * tpu-edt.el (tpu-save-all-buffers-kill-emacs):
  1168.     Use delete-old-versions, and bind it locally.
  1169.  
  1170.     * completion.el (save-completions-to-file): Use delete-old-versions.
  1171.  
  1172.     * files.el (delete-old-versions):
  1173.     Var renamed from trim-versions-without-asking.
  1174.  
  1175. Wed Jul  6 16:25:29 1994  Ed Reingold  (reingold@albert.gnu.ai.mit.edu)
  1176.  
  1177.         * diary-lib.el (fancy-diary-display): Consistently turn off selective
  1178.     display in diary buffer before doing anything.
  1179.  
  1180. Wed Jul  6 16:10:27 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1181.  
  1182.     * outline.el (outline-next-preface): Undo previous change:
  1183.     Do stop before final newline.
  1184.  
  1185. Wed Jul  6 13:56:23 1994  Morten Welinder  (terra@tyr.diku.dk)
  1186.  
  1187.     * desktop.el (desktop-buffer-rmail): Handle the situation
  1188.     where the RMAIL file is locked, mail is waiting, and the
  1189.     user selects `quit' gracefully.
  1190.  
  1191. Tue Jul  5 18:36:27 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1192.  
  1193.     * files.el (set-visited-file-name): Avoid crash if TRUENAME is nil.
  1194.  
  1195. Tue Jul  5 17:52:48 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  1196.  
  1197.     * sendmail.el (mail): Commented out buggy call to
  1198.     set-visited-file-name.  (It pukes on a nil argument.)
  1199.  
  1200. Tue Jul  5 14:31:57 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1201.  
  1202.     * gnusmail.el (gnus-mail-reply-using-mhe): Handle case of no subject.
  1203.  
  1204.     * faces.el (x-create-frame-with-faces): Ignore case in X resource.
  1205.     (make-face-x-resource-internal): Test underline attribute as boolean.
  1206.  
  1207.     * files.el (file-truename): Use iteration when possible.
  1208.     Avoid recalculating the same truename twice in one invocation.
  1209.     Error check for infinite link loop.
  1210.  
  1211.     * files.el (debugger): Mark it a risky-local-variable.
  1212.  
  1213.     * startup.el (command-line): Check LC_ALL and LANG as well as LC_CTYPE.
  1214.     (iso-8859-1-locale-regexp): Don't check for `iso'.
  1215.  
  1216.     * paths.el (rmail-spool-directory): Use /var/mail if it exists.
  1217.  
  1218. Tue Jul  5 11:44:59 1994  Ed Reingold  (reingold@albert.gnu.ai.mit.edu)
  1219.  
  1220.         * calendar.el (generate-calendar-month): Make highlighted text for
  1221.         mouse-2 a one character wide for single-digit dates (this undoes
  1222.         the incorrect fix of May 30, 1994).
  1223.  
  1224. Mon Jul  4 19:23:56 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1225.  
  1226.     * paths.el (rmail-spool-directory): Use /var/mail for bsd386.
  1227.  
  1228.     * startup.el (iso-8859-1-locale-regexp): New variable.
  1229.     (command-line): Use it.
  1230.  
  1231. Mon Jul  4 16:58:45 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1232.  
  1233.     * add-log.el (add-change-log-entry): Apply expand-file-name to
  1234.         FILE-NAME.
  1235.  
  1236. Sun Jul  3 20:47:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1237.  
  1238.     * mouse.el (mouse-drag-region): Bind this-command like last-command.
  1239.     (mouse-kill-ring-save): Bind this-command and last-command.
  1240.  
  1241. Sun Jul  3 15:05:04 1994  Richard Stallman  (rms@gnu.ai.mit.edu)
  1242.  
  1243.     * startup.el (command-line): Accept iso-8859-1 like iso_8859_1.
  1244.  
  1245.     * sendmail.el (sendmail-send-it): Allow specifying Sender.
  1246.  
  1247.     * emacsbug.el (report-emacs-bug-hook): Error if user has added no text.
  1248.     (report-emacs-bug): Set local report-emacs-bug-orig-text.
  1249.     Add to mail-send-hook.  Use mail-send-and-exit for the echo area msg.
  1250.  
  1251.     * frame.el (initial-frame-alist): Doc fix.
  1252.  
  1253.     * startup.el (command-line): Automatically use iso-syntax and
  1254.     standard-display-european if LC_CTYPE asks for it.
  1255.  
  1256. Sun Jul  3 09:30:57 1994  Ethan Bradford  (ethanb@ptolemy.astro.washington.edu)
  1257.  
  1258.     * gnuspost.el (gnus-inews-news): Allow newsgroups to be separated
  1259.     by spaces or commas and spaces.
  1260.  
  1261. Set Jul  2 23:00:53 1994  Morten Welinder  (terra@diku.dk)
  1262.  
  1263.     * meese.el: Use add-hook, (provide 'meese).
  1264.     (protect-innocence-hook): compare expanded file names for the sake
  1265.     of non-unix file systems.  Use expand-file-name instead of concat
  1266.     to create "celibacy.1" file name.  Check that the "sex.6" exists.
  1267.     
  1268. Sat Jul  2 00:48:54 1994  Richard Stallman  (rms@gnu.ai.mit.edu)
  1269.  
  1270.     * ebuff-menu.el (electric-buffer-list): Change prompt message.
  1271.     (electric-buffer-menu-mode-map): Define C-m like space.
  1272.  
  1273.     * sh-script.el (sh-chmod-argument): Change default.
  1274.  
  1275.     * vc.el (vc-update-change-log): Pass a -n option to rcs2log.
  1276.  
  1277. Fri Jul  1 12:27:28 1994  Richard Stallman  (rms@gnu.ai.mit.edu)
  1278.  
  1279.     * mouse.el (mouse-scroll-subr): Delete some debugging code.
  1280.  
  1281.     * etags.el (visit-tags-table-buffer):
  1282.     Move error call into scope of `file'.
  1283.  
  1284.     * bytecomp.el (byte-compile-defalias): Fix typo in prev change.
  1285.  
  1286.     * bytecomp.el (byte-compile-callargs-warn): Handle function defnition
  1287.     that is not a lambda expression or byte code function.
  1288.     (byte-compile-arglist-warn): Likewise.
  1289.     (byte-compile-defalias): New function, used to compile defalias.
  1290.     (byte-compile-defalias-warn): New function.
  1291.  
  1292.     * lpr.el (print-region-1): Essentially undo previous change.
  1293.  
  1294.     * files.el (set-visited-file-name): Handle find-file-visit-truename
  1295.     early on, before we deal with lock files.
  1296.  
  1297.     * gnuspost.el (gnus-inews-domain-name):
  1298.     Once again test gnus-your-domain.
  1299.  
  1300.     * shell.el (shell-mode): Don't read history from /dev/null.
  1301.  
  1302.     * faces.el (make-face-italic, make-face-bold): Don't bind f2 here.
  1303.     (make-face-bold-internal, make-face-italic-internal): Bind f2 here.
  1304.     (make-face-bold-italic-internal, make-face-italic-internal)
  1305.     (make-face-bold-internal): New arg `font'.  Callers changed.
  1306.  
  1307.     * loadhist.el (unload-feature): The autoload property does not
  1308.     start with `autoload'.
  1309.  
  1310.     * faces.el (list-faces-display): Line up multiple lines in sample.
  1311.  
  1312.     * sh-script.el (sh-set-shell): Obey sh-query-for-magic in all cases.
  1313.  
  1314. Thu Jun 30 23:49:08 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1315.  
  1316.     * tcl-mode.el (tcl-mode): Fix regexp to avoid nexted loop.
  1317.  
  1318. Thu Jun 30 14:56:58 1994  Richard Stallman  (rms@gnu.ai.mit.edu)
  1319.  
  1320.     * hideif.el (minor-mode-map-alist): Add missing quote.
  1321.  
  1322.     * rmail.el (rmail-highlight-headers): Do nothing if
  1323.     rmail-highlighted-headers is nil.
  1324.  
  1325. Thu Jun 30 02:37:55 1994  Noah Friedman  (friedman@prep.ai.mit.edu)
  1326.  
  1327.     * rsz-mini.el (resize-minibuffer-window-restore): Don't do
  1328.     anything if the window height is already 1.
  1329.  
  1330. Thu Jun 30 00:40:42 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1331.  
  1332.     * mouse.el (mouse-drag-secondary): Don't treat end of buffer
  1333.     specially when within the window.
  1334.  
  1335. Wed Jun 29 14:21:50 1994  Noah Friedman  (friedman@prep.ai.mit.edu)
  1336.  
  1337.         * comint.el (comint-password-prompt-regexp): New variable.
  1338.         (comint-watch-for-password-prompt): Use it.
  1339.  
  1340. Wed Jun 29 12:27:55 1994  Richard Stallman  (rms@gnu.ai.mit.edu)
  1341.  
  1342.     * easymenu.el (easy-menu-change): New function.
  1343.  
  1344. Tue Jun 28 16:21:58 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1345.  
  1346.     * etags.el (tag-exact-match-p): Test for point sitting after the
  1347.     explicit tag name itself.
  1348.  
  1349. Tue Jun 28 08:25:30 1994  enami tsugutomo  (enami@sys.ptg.sony.co.jp)
  1350.  
  1351.     * simple.el (line-move): Don't use message or ding; just signal errors.
  1352.  
  1353. Tue Jun 28 10:12:51 1994  Lawrence R. Dodd  (dodd@roebling.poly.edu)
  1354.  
  1355.         * dired-x.el (dired-x-hands-off-my-keys): New user-defined variable.
  1356.         (dired-x-bind-find-file): Use it.
  1357.         (dired-x-find-file): New function to substitute find-file.
  1358.         (dired-x-find-file-other-window): New function to substitute
  1359.         find-file-other-window.
  1360.  
  1361. Tue Jun 28 00:14:23 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1362.  
  1363.     * frame.el (auto-lower-mode, auto-raise-mode): Doc fixes.
  1364.  
  1365.     * info.el (Info-index): Fix typo: t => \t.
  1366.  
  1367. Mon Jun 27 16:52:57 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1368.  
  1369.     * sh-script.el (sh-mode): Don't move point permanently.
  1370.  
  1371.     * info.el (Info-insert-dir): Capitalize `node' when inserting it.
  1372.     (Info-search): Don't move point to beginning, after Info-read-subfile.
  1373.  
  1374. Sat Jun 25 00:30:25 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1375.  
  1376.     * mouse.el (mouse-scroll-subr): Don't do anything special at eob.
  1377.     (mouse-drag-region): Don't treat scrolling differently at eob.
  1378.     (mouse-drag-secondary): Likewise.
  1379.  
  1380.     * comint.el (comint-send-input): Update markers before
  1381.     actually sending the input.
  1382.  
  1383.     * dired.el (dired-readin): Record the directory's modtime.
  1384.     (dired-internal-noselect): Offer to revert if dir has changed.
  1385.  
  1386.     * menu-bar.el (menu-bar-mode): Make this a global variable.
  1387.     (menu-bar-mode): Make variable menu-bar-mode and default-frame-alist
  1388.     consistent.
  1389.  
  1390.     * frame.el (frame-notice-user-settings): Make menu-bar-mode
  1391.     and default-frame-alist consistent with each other.
  1392.  
  1393.     * simple.el (beginning-of-buffer-other-window)
  1394.     (end-of-buffer-other-window): New functions.
  1395.     * loaddefs.el: Key bindings for M-home and M-end.
  1396.  
  1397.     * ispell.el (ispell-message): Avoid an infinite loop.
  1398.  
  1399. Fri Jun 24 21:42:19 1994  Karl Heuer  (kwzh@nutrimat.gnu.ai.mit.edu)
  1400.  
  1401.     * lmenu.el (popup-menu): Allow user to select nothing.
  1402.  
  1403. Fri Jun 24 11:45:18 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1404.  
  1405.     * paren.el (show-paren-command-hook): Use matching-paren.
  1406.     Call overlay-put once for each overlay.
  1407.     Wait .1 sec to see if any input comes in.
  1408.  
  1409.     * gnuspost.el (gnus-inews-user-name, gnus-inews-domain-name):
  1410.     Use user-mail-address unless there's a reason to do otherwise.
  1411.     (gnus-inews-domain-name): Delete compatibility use of gnus-your-domain.
  1412.  
  1413.     * add-log.el (add-log-mailing-address): Use user-mail-address.
  1414.  
  1415.     * startup.el (user-mail-address): New variable.
  1416.     (normal-top-level): Initialize it.
  1417.  
  1418.     * gnus.el (gnus-summary-show-all-threads): Enable thread use.
  1419.     (gnus-summary-show-thread): Enable thread use.
  1420.     (gnus-summary-hide-all-threads): Enable thread use.
  1421.     (gnus-summary-hide-thread): Enable thread use.
  1422.     (gnus-summary-catchup-to-here): New function.
  1423.     (gnus-summary-mode-map): Add menu bar menus.
  1424.     (gnus-group-mode-map): Add menu bar menus.
  1425.  
  1426.     * timer.el (run-at-time): If REPEAT is 0, don't repeat.
  1427.  
  1428.     * tar-mode.el (tar-alter-one-field): Finish previous renaming change.
  1429.  
  1430.     * add-log.el (find-change-log): If file name specified, just use it.
  1431.  
  1432. Fri Jun 24 04:08:11 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1433.  
  1434.     * etags.el (visit-tags-table-buffer): Don't take car of return
  1435.     from tags-table-including.
  1436.  
  1437. Thu Jun 23 19:54:24 1994  Karl Heuer  (kwzh@nutrimat.gnu.ai.mit.edu)
  1438.  
  1439.     * lmenu.el (popup-menu): Convert list to same-size vector, not
  1440.     singleton vector.
  1441.  
  1442. Thu Jun 23 10:22:48 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1443.  
  1444.     * comint.el (comint-read-input-ring): Use ring-insert-at-beginning.
  1445.     Insert most recent string first and only as many as we need.
  1446.     Don't visit the file, just read it.
  1447.  
  1448.     * ring.el (ring-insert-at-beginning): New function.
  1449.  
  1450.     * jka-compr.el (jka-compr-partial-uncompress): Handle the case where
  1451.     LEN reaches to or past the end of the data.
  1452.  
  1453.     * soundex.el (soundex-alist): Delete the elements that mapped into nil.
  1454.  
  1455.     * tar-mode.el (tar-extract): Set file name by hand before calling
  1456.     set-visited-file-name.
  1457.     
  1458.     * tar-mode.el: Various renamings; all callers changed.
  1459.     (tar-header-block-tokenize): Renamed from tokenize-tar-header-block.
  1460.     (tar-header-block-checksum): Renamed from checksum-tar-header-block.
  1461.     (tar-header-block-check-checksum):
  1462.     Renamed from check-tar-header-block-checksum.
  1463.     (tar-header-block-recompute-checksum):
  1464.     Renamed from recompute-tar-header-block-checksum.
  1465.     (tar-header-block-summarize):
  1466.     Renamed from summarize-tar-header-block.
  1467.  
  1468.     * paren.el (show-paren-command-hook): Set paren foreground to white.
  1469.     (show-paren-command-hook): Handle close paren rather than open paren
  1470.     if point is between the two.
  1471.  
  1472.     * info.el (Info-next-preorder-1): New function.
  1473.     (Info-mouse-follow-nearest-node): Use that.
  1474.     (Info-follow-nearest-node): Use that.
  1475.  
  1476. Wed Jun 22 23:32:22 1994  Ethan Bradford  (ethanb@ptolemy.astro.washington.edu)
  1477.  
  1478.     * lpr.el (print-region-1): Don't include a space in the job name.
  1479.  
  1480. Wed Jun 22 21:11:56 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1481.  
  1482.     * etags.el (tags-table-including): Don't call
  1483.     tags-table-check-computed-list.  After skipping a table not in
  1484.     core, make sure TABLES is non-nil before using it.  At end, find
  1485.     the table in the user's list which includes FOUND.
  1486.  
  1487. Wed Jun 22 18:14:36 1994  Noah Friedman  (friedman@prep.ai.mit.edu)
  1488.  
  1489.         * rsz-mini.el (resize-minibuffer-window-exactly,
  1490.         resize-minibuffer-frame, resize-minibuffer-frame-exactly): Doc
  1491.         fixes.
  1492.         (resize-minibuffer-frame-exactly): make default t.
  1493.         (resize-minibuffer-frame-original-height): New variable.
  1494.         (resize-minibuffer-setup): Set it locally in the minibuffer.
  1495.         (resize-minibuffer-frame): Use it instead of minibuffer-frame-alist's
  1496.         height.
  1497.         (resize-minibuffer-setup): Append resize-minibuffer-window and
  1498.         resize-minibuffer-frame to the end of post-command-hook, don't
  1499.         insert on the front.
  1500.         (resize-minibuffer-window-restore): New function.
  1501.         (resize-minibuffer-setup): Put it on minibuffer-exit-hook.
  1502.  
  1503. Wed Jun 22 00:04:25 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1504.  
  1505.     * faces.el (make-face): Return the face name, not the vector.
  1506.  
  1507.     * menu-bar.el: Rearrange the edit and file menus, and add separators.
  1508.  
  1509.     * indent.el (move-to-tab-stop): Delete unnecessary spaces
  1510.     before the old point if a tab followed or follows the old point.
  1511.  
  1512.     * backquote.el (backquote-process): Fix criterion for using FIRSTLIST.
  1513.  
  1514.     * loaddefs.el (global-map): Bind M-prior.
  1515.     * simple.el (scroll-other-window-down): New command.
  1516.  
  1517.     * env.el (setenv): Rewrite.  Provide a way to unset interactively.
  1518.  
  1519. Tue Jun 21 16:17:42 1994  Per Abrahamsen  (abraham@eupectic.research.att.com)
  1520.  
  1521.     * double.el (double-prefix-only): New variable.
  1522.     (double-translate-key): Use it.
  1523.  
  1524. Tue Jun 21 13:46:04 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1525.  
  1526.     * faces.el (face-equal): Do check the underline attribute.
  1527.  
  1528.     * files.el (delete-auto-save-files): Doc fix.
  1529.  
  1530. Mon Jun 20 17:55:33 1994  Morten Welinder  (terra@diku.dk)
  1531.  
  1532.     * info.el (Info-directory-list): For msdos, don't check for
  1533.     exec-directory != ../lib-src (since we use wrapped binaries).
  1534.  
  1535.     * s-region.el: Don't bind keys C-insert, C-delete, and
  1536.     S-insert if they are already bound.
  1537.  
  1538. Mon Jun 20 12:45:13 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1539.  
  1540.     * indent.el (move-to-tab-stop): Get rid of spaces before tabs
  1541.     that were made by an immediately previous use of this command.
  1542.  
  1543.     * gnus.el (gnus-summary-next-article): Fix previous change.
  1544.  
  1545.     * help.el (finder-by-keyword): Add doc string and t for interactive.
  1546.  
  1547.     * cc-mode.el: Large changes--version 3.349.
  1548.  
  1549.     * jka-compr.el: Use plists to record handlers.
  1550.     (jka-compr-insert-file-contents): Don't leave buffer locked.
  1551.     Call the standard function, and file-local-copy,
  1552.     using jka-compr-run-real-handler.
  1553.     (jka-compr-file-local-copy): Call file-local-copy
  1554.     using jka-compr-run-real-handler.
  1555.     (jka-compr-write-region): Likewise.
  1556.     (jka-compr-load): Don't alter file-name-handler-alist.
  1557.     Do bind inhibit-file-name-handlers and inhibit-file-name-operation.
  1558.     (jka-compr-handler): Don't alter file-name-handler-alist.
  1559.  
  1560.     * shell.el (shell-prefixed-directory-name): Do nothing if
  1561.     comint-file-name-prefix is empty.  Do not inline.
  1562.  
  1563. Tue May 31 17:52:11 1994  Lars Magne Ingebrigtsen  (larsi@bera.ifi.uio.no)
  1564.  
  1565.     * gnus-uu.el (gnus-uu-view-directory): Fixed viewing with the
  1566.     `gnus-uu-asynchronous' variable set.
  1567.     (gnus-uu-ctl-map): Removed the keystrokes `C-c C-v C-h' and
  1568.     `C-c C-v h' from the keymap. 
  1569.     (gnus-uu-decode-and-view-all-articles, 
  1570.     (gnus-uu-decode-and-view-all-unread-articles,  
  1571.     (gnus-uu-decode-and-save-all-unread-articles,  
  1572.     (gnus-uu-decode-and-save-all-articles): Accept prefix arg for # files.
  1573.     (gnus-uu-uustrip-article-as): Waits for uudecode to finish before
  1574.     further treatment of the resulting files.
  1575.     (gnus-uu-summary-next-subject): After decoding, if there are no
  1576.     more unread articles, jump to the last article decoded.
  1577.     (gnus-uu-post-encoded): Make last posting in a
  1578.     series always have more than 4 lines.
  1579.  
  1580.     * gnus-uu.el (gnus-uu-interactive-save-original-file): Fixed
  1581.     original file save when there's more that one original file.
  1582.  
  1583.     * gnus-uu.el (gnus-uu-view-file): Rewrote function and fixed
  1584.     ask before view/save after view.
  1585.     (gnus-uu-ask-to-save-file): New function.
  1586.  
  1587.     * gnus-uu.el (gnus-uu-interactive-set-up-windows): New function.
  1588.     (gnus-uu-interactive-scan-directory) New function.
  1589.     (gnus-uu-interactive-rescan-directory): New function.
  1590.     (gnus-uu-ignore-files-by-name, gnus-uu-ignore-files-by-type): New vars.
  1591.     (gnus-uu-interactive-execute): Change directory to work dir before
  1592.     executing. 
  1593.  
  1594.     (gnus-uu-view-directory, gnus-uu-check-for-generated-files):
  1595.     Fixed bug deleting generated directories.
  1596.     (gnus-uu-unpack-archives): Added error message for corrupted archives. 
  1597.  
  1598. Sun Jun 19 13:13:44 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1599.  
  1600.     * indent.el (tab-to-tab-stop): Combine new indentation with previous.
  1601.  
  1602.     * mailalias.el (define-mail-alias): Copy parsing code from
  1603.     mailabbrev.el.  New arg from-mailrc-file.
  1604.     (build-mail-aliases): Pass t as new arg.
  1605.  
  1606.     * mouse.el (mouse-scroll-subr):
  1607.     Preserve point if WINDOW's not the selected window.
  1608.     (mouse-drag-region, mouse-drag-secondary): Accept any list event
  1609.     as normal termination of the dragging.
  1610.  
  1611. Sun Jun 19 03:56:30 1994  Erik Naggum  (erik@naggum.no)
  1612.  
  1613.     * simple.el (blink-matching-open): Use matching-paren.
  1614.  
  1615. Sun Jun 19 15:19:56 1994  Rob Riepel  (riepel@Snowflake.Stanford.edu)
  1616.  
  1617.     * tpu-doc.el (tpu-doc-revision): Variable deleted.
  1618.  
  1619.     * tpu-edt.el (tpu-edt-off): Restore original global key map.
  1620.     (tpu-next-file-buffer): Move to dired buffer too.
  1621.     (tpu-make-file-buffer-list): New function.
  1622.     (tpu-version): New version.
  1623.     (tpu-set-mode-line): Added line-number-mode to mode-line.
  1624.     (tpu-search-forward-exit, tpu-search-backward-exit): New functions,
  1625.     key mappings.
  1626.  
  1627.     * tpu-extras.el: Require tpu-edt.
  1628.     (tpu-extras-revision): Variable deleted.
  1629.  
  1630.         * tpu-mapper.el: Change size of selected screen.  Reposition after
  1631.     printing help.  Null default directory for save.  Produce minibuffer
  1632.     key bindings for kp4 and kp5.
  1633.     (tpu-kp4, tpu-kp5): New variables. 
  1634.     (tpu-mapper-revision): Variable deleted.
  1635.                                   
  1636.     * vt-control.el (vt-revision): Variable deleted.
  1637.  
  1638. Sat Jun 18 09:23:23 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1639.  
  1640.     * sendmail.el (mail-bury): Test that rmail-summary-buffer is boundp.
  1641.  
  1642.     * files.el (insert-directory): Don't quote braces for shell.
  1643.  
  1644.     * calendar.el: Fix references to diary.el.
  1645.  
  1646.     * diary-lib.el: Renamed from diary.el.
  1647.  
  1648.     * rmailmsc.el (set-rmail-inbox-list): Use insert-before-markers.
  1649.  
  1650. Fri Jun 17 23:39:42 1994  Michael D. Ernst  (mernst@research.microsoft.com)
  1651.  
  1652.     * rmail.el (rmail-highlight-headers): Don't skip newlines,
  1653.     just tab and space.
  1654.  
  1655. Fri Jun 17 18:28:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1656.  
  1657.     * gnus.el (gnus-summary-next-article): Handle non-character events.
  1658.  
  1659. Fri Jun 17 18:15:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1660.  
  1661.     * dired.el (dired-build-subdir-alist): Don't let looking-at
  1662.     destroy the match data.
  1663.  
  1664. Fri Jun 17 09:38:56 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1665.  
  1666.     * files.el (make-auto-save-file-name): Double the backslashes
  1667.     and convert slashes to \!.
  1668.  
  1669.     * finder.el (finder-commentary): Fix error message syntax.
  1670.  
  1671.     * autoload.el, bookmark.el, cl-*.el, cl.el, complete.el:
  1672.     * mouse-sel.el, rot13.el, thingatpt.el: Fix Commentary section comments
  1673.     and other section comments.
  1674.  
  1675.     * lisp-mnt.el (lm-section-mark): Accept extra semicolons;
  1676.     accept spaces at end of line.
  1677.  
  1678.     * faces.el (x-create-frame-with-faces): Set the cursor color last.
  1679.  
  1680. Fri Jun 17 17:41:10 1994  Kevin Rodgers  (kevinr@ihs.com)
  1681.  
  1682.     * mailabbrev.el (build-mail-abbrevs): Pass a recursivep argument in
  1683.     recursive call.
  1684.  
  1685. Fri Jun 17 00:06:16 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1686.  
  1687.     * etags.el (tags-table-computed-list,
  1688.         tags-table-computed-list-for): New variables.
  1689.     (tags-table-list-pointer, tags-table-list-started-at): Doc fixes.
  1690.     (tags-table-parent-pointer-list): Variable removed.
  1691.     (tags-table-check-computed-list, tags-table-extend-computed-list): New
  1692.     functions.
  1693.     (tags-find-table-in-list): Function removed.
  1694.     (tags-table-list-member): New function replaces it.
  1695.     (tags-verify-table): New function, broken out of
  1696.     visit-tags-table-buffer.
  1697.     (tags-table-including, tags-next-table): Rewritten.
  1698.     (visit-tags-table-buffer-cont): Variable removed.
  1699.     (visit-tags-table-buffer): Overhauled.
  1700.     (tag-exact-match-p): Disallow newline in tag string before \177.
  1701.  
  1702. Thu Jun 16 10:14:47 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1703.  
  1704.     * mouse.el (mouse-scroll-subr): New arg WINDOW.
  1705.     (mouse-drag-region, mouse-drag-secondary): Pass new arg.
  1706.  
  1707.     * bibtex.el (bibtex-mode): Set up comment-start locally.
  1708.  
  1709.     * ange-ftp.el (ange-ftp-canonize-filename): Fix wrong var name.
  1710.  
  1711. Thu Jun 16 04:09:48 1994  Noah Friedman  (friedman@prep.ai.mit.edu)
  1712.  
  1713.         * rlogin.el (rlogin-password-paranoia): Variable deleted.
  1714.         (rlogin-password): Function deleted.
  1715.         This functionality is handled by comint-watch-for-password-prompt.
  1716.         
  1717.         * rlogin.el (rlogin-filter): Function deleted.
  1718.         (rlogin): Do not set the process filter to rlogin-filter.
  1719.  
  1720. Wed Jun 15 22:22:33 1994  Morten Welinder  (terra@diku.dk)
  1721.  
  1722.     * info.el (Info-directory-list): For msdos, use ";" instead of
  1723.     ":" as delimiter in INFOPATH.
  1724.  
  1725. Wed Jun 15 00:37:07 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1726.  
  1727.     * outline.el (outline-mode): Make change-major-mode-hook buffer-local.
  1728.  
  1729.     * dired.el (dired-build-subdir-alist): Avoid mistaking a file name
  1730.     ending in a colon for a subdir header line.
  1731.  
  1732.     * sendmail.el (mail-send-hook): Add defvar.
  1733.     (mail-send): Run mail-send-hook before the `Sending...' message.
  1734.  
  1735.     * etags.el (find-tag-history): New variable.
  1736.     (find-tag-noselect): Set that variable.
  1737.  
  1738. Tue Jun 14 22:42:00 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1739.  
  1740.     * mouse.el (mouse-drag-region): Bind last-command, not this-command.
  1741.  
  1742.     * files.el (make-auto-save-file-name): Don't use slashes in
  1743.     autosave name for a non-file buffer.
  1744.  
  1745. Tue Jun 14 16:18:12 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1746.  
  1747.     * ispell.el (ispell-command-loop): C-g should be like X, not q.
  1748.  
  1749.     * fortran.el (fortran-blink-matching-do): When looking for do,
  1750.     insist on nondigit after it.
  1751.  
  1752. Tue Jun 14 20:06:55 1994  Ed Reingold  (reingold@albert.gnu.ai.mit.edu)
  1753.  
  1754.     * cal-menu.el (calendar-mode-map): Change moon menu bar to pop up
  1755.         a menu instead doing it directly.
  1756.         (calendar-mouse-2-date-menu): Remove moon phase.
  1757.  
  1758. Tue Jun 14 19:50:14 1994  Richard Stallman  (rms@albert.gnu.ai.mit.edu)
  1759.  
  1760.     * cal-menu.el (calendar-mouse-2-date-menu): Put moon phase here.
  1761.     (calendar-mode-map): Delete from here.
  1762.  
  1763. Tue Jun 14 00:34:43 1994  Richard Stallman  (rms@albert.gnu.ai.mit.edu)
  1764.  
  1765.     * simple.el (pop-global-mark): Discard entries for nonexistent buffers.
  1766.  
  1767.     * startup.el (inhibit-startup-echo-area-message): Doc fix.
  1768.  
  1769.     * avoid.el (mouse-avoidance-threshold): Renamed from ...threshhold.
  1770.  
  1771. Mon Jun 13 23:40:33 1994  Richard Stallman  (rms@albert.gnu.ai.mit.edu)
  1772.  
  1773.     * simple.el (end-of-buffer): Recenter overlay lists.
  1774.  
  1775. Mon Jun 13 19:40:12 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1776.  
  1777.     * simple.el (pop-global-mark): Discard entries for nonexistent buffers.
  1778.  
  1779.     * startup.el (inhibit-startup-echo-area-message): Doc fix.
  1780.  
  1781.     * avoid.el (mouse-avoidance-threshold): Renamed from ...threshhold.
  1782.  
  1783.     * simple.el (end-of-buffer): Recenter overlay lists.
  1784.  
  1785. Mon Jun 13 19:27:54 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1786.  
  1787.     * compile.el (compilation-error-regexp-alist): Extend first regexp
  1788.     to handle Borland C++ msgs: "Warning" or "Error" before file name.
  1789.  
  1790. Mon Jun 13 18:06:09 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1791.  
  1792.     * ispell.el (ispell-dictionary-alist): Add autoload.
  1793.     Split into two subvariables.
  1794.     (ispell-menu-map): Defvar and set up at top level.
  1795.     Split into parts.
  1796.     (ispell-menu-map-needed): New variable.
  1797.  
  1798.     * font-lock.el (font-lock-hack-keywords, font-lock-fontify-region):
  1799.     Don't call set-buffer-modified-p if no change in its value.
  1800.  
  1801. Mon Jun 13 21:31:53 1994  Lawrence R. Dodd  (dodd@roebling)
  1802.  
  1803.     * dired-x.el (dired-man): Use internal function from man.el.
  1804.     (dired-omit-files): Omit `.' and `..' by default, not all files
  1805.     ending in `.'.
  1806.  
  1807. Mon Jun 13 09:56:51 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1808.  
  1809.     * font-lock.el: Don't alter the underline face.
  1810.  
  1811.     * font-lock.el (c-font-lock-keywords-2): Insist on whitespace
  1812.     before a label.
  1813.  
  1814.     * mouse.el (mouse-save-then-kill-delete-region): Turn off change hooks
  1815.     for the edit operations that are not real.
  1816.  
  1817. Sun Jun 12 21:09:22 1994  Johan Vromans  (jv@NL.net)
  1818.  
  1819.     * forms.el (forms-mode):
  1820.     Plug security hole by disabling `eval-buffer' unless
  1821.     `enable-local-eval' is set to t.
  1822.     Correct setting of `forms--mode-setup'.
  1823.     (forms--local-write-file-function): New function to be used as
  1824.     `local-write-file-hooks'.
  1825.     (forms-mode): Use it.
  1826.     (forms-find-file,forms-find-file-other-window): Locally set
  1827.     `enable-local-eval' and `enable-local-variables' to t.
  1828.     (forms-find-file-other-window): Remove extraneous call to
  1829.     `eval-current-buffer'.
  1830.  
  1831. Sun Jun 12 22:31:50 1994  Kohtala Marko  (Marko.Kohtala@ntc.nokia.com)
  1832.  
  1833.     * info.el (Info-insert-dir): Ignore access times when comparing
  1834.     file attributes.  Print message while merging.  Use separate
  1835.     buffers for merging.  Try lower case `dir' first.
  1836.  
  1837. Sun Jun 12 08:53:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1838.  
  1839.      * iso-cvt.el (iso-iso2tex-trans-tab): Add a few characters.
  1840.      (iso-iso2gtex-trans-tab): Likewise.
  1841.      (iso-tex2iso-trans-tab): Recognize TeX accent sequences without braces.
  1842.      (iso-gtex2iso-trans-tab): Likewise.
  1843.  
  1844.     * info.el (Info-fontify-node): Require some whitespace after *Note.
  1845.  
  1846.     * sendmail.el (mail): If homedir is nonexistent, don't use as default.
  1847.  
  1848. Sat Jun 11 14:13:07 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1849.  
  1850.     * server.el (server-start): Doc fix.
  1851.  
  1852.     * font-lock.el (font-lock-hack-keywords): Avoid changing the narrowing.
  1853.  
  1854.     * tex-mode.el (latex-mode, slitex-mode): In paragraph-separate,
  1855.     delete spurious \\\\ from char set.
  1856.  
  1857.     * isearch.el (isearch-mode-map):
  1858.     Bind the ASCII-equivalent fcn keys explicitly to nil.
  1859.  
  1860.     * iso-cvt.el (iso-translate-conventions): Get rid of interactive spec.
  1861.  
  1862. Fri Jun 10 20:56:03 1994  Morten Welinder  (terra@diku.dk)
  1863.  
  1864.     * font-lock.el (tex-font-lock-keywords): Make the pattern for
  1865.     macros respect TeX's idea of identifiers.
  1866.     (font-lock-set-defaults): Don't check for 'tex-mode, but instead
  1867.     for 'plain-tex-mode, 'latex-mode, and 'slitex-mode which is what
  1868.     tex-mode.el uses.
  1869.  
  1870. Fri Jun 10 10:13:10 1994  Boris Goldowsky  (boris@mink.cs.rochester.edu)
  1871.  
  1872.     * avoid.el (mouse-avoidance-point-position): Fix compute-motion
  1873.     call to use (X . Y) relative to window, not frame.
  1874.     Avoid errors if window-start < point-min.
  1875.  
  1876. Fri Jun 10 16:28:12 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1877.  
  1878.     * comint.el (comint-dynamic-list-completions):
  1879.     No space in *Completions*.
  1880.     * ispell4.el (ispell-complete-word): Likewise.
  1881.     * ielm.el (ielm-complete-symbol): Likewise.
  1882.     * etags.el (complete-tag): Likewise.
  1883.     * complete.el (PC-do-completion): Likewise.
  1884.     * lisp.el (lisp-complete-symbol): Likewise.
  1885.  
  1886.     * ispell.el (ispell-dictionary-alist): Fix regexp in francais.
  1887.  
  1888.     * dired-x.el: Require dired and dired-aux in the standard way.
  1889.  
  1890.     * dired-aux.el: Add provide call.
  1891.  
  1892.     * info.el (Info-complete-menu-item): New function.
  1893.     (Info-menu): Use it to speed completion.
  1894.  
  1895.     * tex-mode.el (tex-start-shell): Add autoload.
  1896.  
  1897. Tue Jun  7 13:47:11 1994  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  1898.  
  1899.     * iso-cvt.el (iso-translate-conventions):
  1900.     Use case-dependent search and don't alter case.
  1901.  
  1902.     * disp-table.el (standard-display-european): Treat 0 arg like negative.
  1903.  
  1904.     * ange-ftp.el (ange-ftp-canonize-filename): Preserve // after colon.
  1905.     (ange-ftp-expand-file-name): Likewise.
  1906.     (ange-ftp-canonize-filename): Preserve // at very beginning.
  1907.  
  1908. Tue Jun  7 12:35:11 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1909.  
  1910.     * tex-mode.el (tex-show-print-queue): Display the tex shell buffer.
  1911.     (tex-file, tex-bibtex-file): Likewise.
  1912.     (latex-mode, slitex-mode): Treat \] as paragraph starter.
  1913.  
  1914. Tue Jun  7 21:33:02 1994  Morten Welinder  (terra@diku.dk)
  1915.  
  1916.     * dos-fns.el (Info-default-directory-list):  Setting this no
  1917.     longer needed.
  1918.  
  1919. Tue Jun  7 03:47:05 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1920.  
  1921.     * cal-menu.el (calendar-mouse-2-date-menu): Put moon phase here.
  1922.     (calendar-mode-map): Delete from here.
  1923.  
  1924.     * simple.el (delete-blank-lines): Doc fix.
  1925.  
  1926. Mon Jun  6 04:01:24 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1927.  
  1928.     * indent.el (tab-stop-list): Doc fix.
  1929.  
  1930.     * sendmail.el (mail-bury): If showing rmail buffer that has summary,
  1931.     show the summary too.
  1932.  
  1933. Mon Jun  6 01:04:39 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  1934.  
  1935.     * menu-bar.el (menu-bar-update-buffers): Avoid excessive consing.
  1936.  
  1937. Sun Jun  5 06:59:44 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1938.  
  1939.     * tex-mode.el (tex-file, tex-region): Display the tex shell buffer.
  1940.  
  1941.     * gomoku.el (gomoku-display-statistics): Use human's point of view
  1942.     for wins and losses.
  1943.     (gomoku-number-of-emacs-wins): Renamed from gomoku-number-of-wins.
  1944.     (gomoku-number-of-human-wins): Renamed from gomoku-number-losses.
  1945.  
  1946.     * derived.el (derived-mode-merge-abbrev-tables):
  1947.     Do nothing if OLD is nil.
  1948.  
  1949.     * edebug.el (edebug-emacs-19-specific):
  1950.     Call x-popup-menu only if using a window system.
  1951.  
  1952.     * info.el (Info-directory-list): Don't use the invocation directory
  1953.     unless it was used for exec-directory too.
  1954.  
  1955.     * gud.el (gud-massage-args): Fix error message syntax.
  1956.     (gud-marker-filter, gud-find-file): Likewise.
  1957.     (gud-display-line): Don't use dialog box for questions.
  1958.  
  1959. Fri Jun  3 20:16:43 1994  Morten Welinder  (terra@diku.dk)
  1960.  
  1961.     * dos-fns.el (frame-parameters): Setting this is no longer needed.
  1962.  
  1963. Fri Jun  3 20:27:02 1994  Ed Reingold  (reingold@albert.gnu.ai.mit.edu)
  1964.  
  1965.     * solar.el (solar-sunrise, solar-sunset): Fix doc string.
  1966.     (solar-time-string): Rewritten.
  1967.     (solar-adj-time-for-dst): New function.
  1968.     (solar-sunrise-sunset, diary-sabbath-candles,
  1969.      solar-equinoxes-solstices): Revised to use the rewritten and new fcns.
  1970.  
  1971.     * calendar.el (solar-holidays): Revised to use the rewritten and
  1972.          new fcns.
  1973.  
  1974.     * lunar.el (lunar-phase): Revised to use the rewritten and new fcns.
  1975.  
  1976. Thu Jun  2 18:15:13 1994  Richard Stallman  (rms@albert.gnu.ai.mit.edu)
  1977.  
  1978.     * compile.el (compilation-error-regexp-alist): Stricter Lucid regexp.
  1979.  
  1980.     * complete.el (PC-do-completion): Clear text props from inserted text.
  1981.  
  1982.     * comint.el (comint-dynamic-complete-as-filename)
  1983.     (comint-dynamic-complete-filename): Suppress most messages
  1984.     when completing in the minibuffer.
  1985.  
  1986. Wed Jun  1 14:18:06 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1987.  
  1988.     * gnus-uu.el (gnus-uu-ctl-map): Move C-h binding to C-d.
  1989.  
  1990.     * mouse.el (mouse-choose-completion): If *Completion* is a special
  1991.     buffer or just has a dedicated window, do something reasonable.
  1992.  
  1993.     * gnus.el (gnus-newsrc-to-gnus-format): In main loop,
  1994.     don't try to match the ranges with the regexp.
  1995.     Match just the group name and the subscribed-flag.
  1996.  
  1997. Mon May 30 17:44:30 1994  Paul Eggert  (eggert@twinsun.com)
  1998.  
  1999.     * calendar.el (calendar-mod): Remove; it was equivalent to `mod'.
  2000.     All callers changed.
  2001.  
  2002. Mon May 30 14:51:16 1994  Ed Reingold  (reingold@albert.gnu.ai.mit.edu)
  2003.  
  2004.     * calendar.el (generate-calendar-month): Make highlighted text for
  2005.     mouse-2 a full column (2 chars) wide, even for single-digit dates.
  2006.  
  2007. Mon May 30 12:23:10 1994  Richard Stallman  (rms@albert.gnu.ai.mit.edu)
  2008.  
  2009.     * comint.el (comint-read-input-ring): Make regexp stricter.
  2010.  
  2011.     * paths.el (Info-default-directory-list): Don't attach ../info.
  2012.     So now configure-info-directory comes last.
  2013.     Put /usr/local/info second.
  2014.  
  2015.     * info.el (Info-directory-list): Doc fix.
  2016.  
  2017.     * font-lock.el (shell-font-lock-keywords): Removed regexp for commands.
  2018.     (rmail-summary-font-lock-keywords): New variable.
  2019.     (font-lock-set-defaults): Use it.
  2020.  
  2021.     * bibtex.el (bibtex-clean-entry): Back over close delimiter carefully.
  2022.  
  2023.     * cal-dst.el (calendar-current-time-zone): Fix typo that
  2024.     transposed DST-STARTS-TIME and DST-ENDS-TIME.
  2025.  
  2026.     * ange-ftp.el (ange-ftp-insert-directory): Expand file name to
  2027.     check whether it is really an ftp file name.
  2028.  
  2029.     * cal-dst.el (calendar-daylight-savings-ends): Fix typo in put.
  2030.  
  2031.     * menu-bar.el (menu-bar-mode): Fix previous change.
  2032.  
  2033. Mon May 30 04:33:36 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2034.  
  2035.     * Version 19.25 released.
  2036.  
  2037.     * comint.el (comint-read-input-ring): Make regexp stricter.
  2038.  
  2039.     * info.el (Info-directory-list): Doc fix.
  2040.  
  2041.     * paths.el (Info-default-directory-list): Don't attach ../info.
  2042.     So now configure-info-directory comes last.
  2043.     Put /usr/local/info second.
  2044.  
  2045.     * bibtex.el (bibtex-clean-entry): Back over close delimiter carefully.
  2046.  
  2047.     * ange-ftp.el (ange-ftp-insert-directory): Expand file name to
  2048.     check whether it is really an ftp file name.
  2049.  
  2050.     * compile.el (compilation-error-regexp-alist): Stricter Lucid regexp.
  2051.  
  2052.     * simple.el (completion-list-mode-map): Unbind down-mouse-2.
  2053.  
  2054. Mon May 30 03:32:01 1994  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  2055.  
  2056.     * font-lock.el (shell-font-lock-keywords): Removed regexp for commands.
  2057.     (rmail-summary-font-lock-keywords): New variable.
  2058.     (font-lock-set-defaults): Use it.
  2059.  
  2060. Sun May 29 16:05:39 1994  Paul Eggert  (eggert@twinsun.com)
  2061.  
  2062.     * cal-dst.el (calendar-current-time-zone): Fix typo that
  2063.     transposed DST-STARTS-TIME and DST-ENDS-TIME.
  2064.  
  2065.     * cal-dst.el (calendar-daylight-savings-ends): Fix typo in put.
  2066.  
  2067. Sat May 28 00:11:04 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2068.  
  2069.     * gud.el: Use ctl-x-map to bind C-x SPC.
  2070.  
  2071.     * lmenu.el (make-lucid-menu-keymap): Allow any form as the enabler.
  2072.  
  2073.     * info.el (Info-directory-list): Doc fix.
  2074.  
  2075.     * server.el (server-visit-files): Bind last-nonmenu-event.
  2076.  
  2077.     * mailalias.el (build-mail-aliases): Handle source directives.
  2078.     Handle MAILRC envvar.
  2079.  
  2080.     * flow-ctrl.el (enable-flow-control): Fix bugs turning off flow ctrl.
  2081.  
  2082.     * files.el (insert-directory): Use expanded file name to find handler.
  2083.  
  2084.     * dired.el (dired-get-filename): Get rid of text props from name.
  2085.  
  2086.     * simple.el (deactivate-mark): Do nothing unless transient-mark-mode.
  2087.  
  2088.     * ispell.el (ispell-command-loop): Fix `q' question.
  2089.  
  2090.     * derived.el (derived-mode-init-mode-variables): Add autoload cookie.
  2091.  
  2092.     * calendar.el (calendar-cursor-to-date): Rename starred-day
  2093.     to calendar-starred-day.
  2094.  
  2095.     * cal-menu.el (calendar-mode-map): Define mouse-2 as ignore.
  2096.  
  2097.     * frame.el (make-frame): Doc fix.
  2098.  
  2099.     * hexl.el (hexl-mode-map): Call define-key properly for help-char.
  2100.  
  2101. Fri May 27 21:55:28 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2102.  
  2103.     * ediff.el (ediff-patch-buffer): Fix autoload cookie.
  2104.  
  2105.     * tcl-mode.el (tcl-mode): Copy syntax table before changing it.
  2106.  
  2107. Thu May 26 19:17:44 1994  Michael D. Ernst  (mernst@research.microsoft.com)
  2108.  
  2109.     * dired-x.el (dired-jump): Autoload.
  2110.  
  2111.     * compare-w.el (compare-windows): Make leading whitespace equivalent
  2112.     to no leading whitespace, according to IGNORE-WHITESPACE argument.
  2113.  
  2114. Thu May 26 18:25:17 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2115.  
  2116.     * gnus.el (gnus-summary-catchup): Check gnus-interactive-catchup.
  2117.     (gnus-summary-catchup-and-exit): Likewise.
  2118.  
  2119.     * simple.el (completion-setup-function): Fix up the regexp.
  2120.  
  2121.     * menu-bar.el (menu-bar-mode): Fix previous change.
  2122.  
  2123.     * rmail.el (rmail-show-message):
  2124.     If transient-mark-mode, deactivate the mark.
  2125.  
  2126.     * edebug.el (edebug-emacs-19-specific): Call x-popup-menu
  2127.     to fill in cache of key equivalents.
  2128.  
  2129. Thu May 26 17:51:38 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2130.  
  2131.     * subr.el (posn-col-row): Test for consp, not symbolp.
  2132.     Doc fix.
  2133.  
  2134. Thu May 26 00:20:11 1994  Stephen A. Wood  (saw@cebaf.gov)
  2135.  
  2136.         * fortran.el: (fortran-link-matching-do): Ignore DO statements
  2137.         with line numbers.
  2138.  
  2139. Thu May 26 13:37:28 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2140.  
  2141.     * ws-mode.el (ws-search): Fix malformed character constants.
  2142.  
  2143. Wed May 25 04:02:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2144.  
  2145.     * files.el (kill-emacs-query-functions): Doc fix.
  2146.  
  2147.     * simple.el (choose-completion-string): Clear mouse-face property.
  2148.  
  2149.     * files.el: Add more risky-local-variable properties.
  2150.  
  2151.     * fill.el (fill-region-as-paragraph): if left-margin is nonzero,
  2152.     do adaptive-fill processing even for one-line paragraphs.
  2153.  
  2154.     * c-mode.el (c-fill-paragraph): Don't include part of comment
  2155.         terminator in the fill-prefix.
  2156.  
  2157.     * server.el (server-kill-emacs-query-function): Ignore killed buffers.
  2158.  
  2159. Tue May 24 16:39:01 1994 Kenneth Manheimer (ken.manheimer@nist.gov)
  2160.  
  2161.     * allout.el (outline-chart-subtree): include outline-next-
  2162.     heading in loop conditions to detect end-of-buffer (and avoid
  2163.     infinite loop).
  2164.  
  2165. Mon May 23 03:32:01 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2166.  
  2167.     * Version 19.24 released.
  2168.  
  2169.     * ange-ftp.el (ange-ftp-gwp-start): Call internal-ange-ftp-mode.
  2170.  
  2171. Mon May 23 00:50:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2172.  
  2173.     * files.el (interpreter-mode-alist): Add wishx, tclsh.
  2174.     Delete form, scope, shell.
  2175.     (set-auto-mode): Don't get confused by args after #! shell name.
  2176.  
  2177.     * frame.el (frame-initialize): Record in frame-initial-frame-alist
  2178.     the actual settings of vertical-scroll-bars.
  2179.  
  2180.     * buff-menu.el (Buffer-menu-mouse-select): Handle dedicated window.
  2181.  
  2182.     * lmenu.el (popup-menu): Bind cmd with let.
  2183.     (popup-dialog-box): Bind meaning with let.
  2184.     (current-menubar): Add defvar.
  2185.  
  2186.     * etags.el (select-tags-table-mode): New function, a major mode.
  2187.     (select-tags-table): Call that.
  2188.     (select-tags-table-mode-map): New variable.
  2189.  
  2190.     * mouse-sel.el (mouse-insert-selection): Test mouse-yank-at-point.
  2191.     (mouse-sel-insert-at-point): Variable deleted.
  2192.  
  2193.     * files.el (hack-one-local-variable): Check properly for `defun.
  2194.  
  2195.     * sendmail.el (mail-mailer-swallows-blank-line): Don't die
  2196.     if /etc/sendmail.cf does not exist.
  2197.  
  2198.     * lmenu.el (popup-menu): Use mouse-pixel-position.
  2199.  
  2200. Sun May 22 02:47:47 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2201.  
  2202.     * subr.el (posn-col-row): Use let*.
  2203.  
  2204.     * allout.el, cal-french.el, complete.el, diary.el: Doc fix.
  2205.     * edebug.el, ediff.el, forms.el, gnus.el, hippie-exp.el: Doc fix.
  2206.     * holidays.el, imenu.el, inf-lisp.el, ispell.el, mail-hist.el: Doc fix.
  2207.     * makefile.el, nntp.el, refbib.el, refer.el, simula.el: Doc fix.
  2208.     * supercite.el, vip.el, ws-mode.el, term/x-win.el: Doc fix.
  2209.  
  2210.     * mouse.el (mouse-split-window-vertically): Treat scroll bar
  2211.     events just like others.
  2212.  
  2213.     * subr.el (posn-col-row): Do something useful for scroll bar event.
  2214.  
  2215.     * paths.el (rmail-spool-directory): Maybe use /var/mail.
  2216.  
  2217.     * jka-compr.el (jka-compr-compression-info-list): Doc fix.
  2218.     (jka-compr-op-table, jka-compr-file-name-handler-entry): Move defvars.
  2219.  
  2220.     * subr.el (substitute-key-definition): Skip cached menu key-equivs.
  2221.  
  2222.     * easymenu.el (easy-menu-create-keymaps):
  2223.     Renamed from easy-menu-keymap.  Callers changed.
  2224.  
  2225. Sat May 21 20:50:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2226.  
  2227.     * shell.el (shell-strip-ctrl-m): Strip multiple ^Ms.
  2228.  
  2229. Sat May 21 11:38:20 1994  Michael D. Ernst  (mernst@research.microsoft.com)
  2230.  
  2231.     * dired.el (dired-mark-pop-up): Clear mouse-face property.
  2232.  
  2233. Sat May 21 09:26:47 1994  Kevin Broadey  (KevinB@mended_drum)
  2234.  
  2235.     * foldout.el (foldout-exit-fold): Make numeric argument work;
  2236.     before, it always exited one fold.  Replace the Common Lisp `loop'
  2237.     construct with `while'.
  2238.  
  2239. Sat May 21 01:28:13 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2240.  
  2241.     * startup.el (command-line-1): Precompute menu bar before startup msg.
  2242.  
  2243.     * ispell.el: Doc fixes.
  2244.  
  2245.     * ispell.el: Lucid menu added.
  2246.     (ispell): New function.
  2247.     (ispell-region): Assure choices and checked buffer selections correct.
  2248.     reindented.
  2249.     (ispell-highlight-spelling-errors): Prefix ispell- to highlght fns.
  2250.     (ispell-complete-word): Heuristic to respect case of completed words.
  2251.     (ispell-command-loop): Non-character events ignored.  Reindented.
  2252.     (ispell-message): Various improvements.
  2253.     (ispell-init-process): `ispell-extra-args' added to allow personal
  2254.     customizations.
  2255.  
  2256. Fri May 20 17:21:57 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2257.  
  2258.     * paren.el (show-paren-command-hook):
  2259.     Always set show-paren-mismatch-face to symbol, not face vector.
  2260.  
  2261.     * dired.el (dired-readin): Clear modified flag at the very end.
  2262.  
  2263.     * server.el (server-done-hook): New hook.
  2264.     (server-buffer-done): Run it.
  2265.  
  2266.     * mouse.el (mouse-choose-completion): 
  2267.     Include words separated by single spaces in the completion.
  2268.  
  2269.     * simple.el (choose-completion):
  2270.     Include words separated by single spaces in the completion.
  2271.  
  2272.     * ispell.el: Lots of doc fixes and message syntax fixes.
  2273.     (ispell-command-loop): For X, put point before
  2274.     the word being considered, and mention C-u M-$ in message.
  2275.  
  2276.     * bookmark.el (bookmark-file): Alternate default on ms-dos.
  2277.  
  2278. Fri May 20 13:43:51 1994  Noah Friedman  (friedman@kropotkin.gnu.ai.mit.edu)
  2279.  
  2280.         * rsz-mini.el: Enable resize-minibuffer-mode when this file is
  2281.         loaded.
  2282.  
  2283. Fri May 20 03:40:12 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2284.  
  2285.     * mouse.el (mouse-drag-secondary): Handle mouse motion out of window
  2286.     as in mouse-drag-region.
  2287.  
  2288.     * ispell.el (ispell-word): Implement C-u $ as in ispell4.el.
  2289.     (ispell-command-loop): Make quit-char work like X.
  2290.     For C-z, run whatever it's bound to.
  2291.  
  2292. Thu May 19 16:39:23 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2293.  
  2294.     * cal-menu.el (calendar-mode-map): Use calendar-goto-astro-day-number.
  2295.  
  2296.     * simple.el (completion-setup-function): Make highlight span
  2297.     single spaces.
  2298.     (choose-completion-delete-max-match): Handle completion-ignore-case.
  2299.  
  2300.     * gnus.el (gnus-group-unsubscribe-current-group):
  2301.     Fail nicely if no current group name.
  2302.  
  2303.     * avoid.el (mouse-avoidance-nudge-dist): Doc fix.
  2304.  
  2305.     * menu-bar.el (menu-bar-mode): Preserve window height.
  2306.  
  2307.     * vc-hooks.el (vc-mode-line): Do nothing if FILE is nil.
  2308.  
  2309.     * compile.el (compilation-goto-locus): Handle case where *compilation*
  2310.     is in a dedicated window.
  2311.  
  2312.     * ispell4.el (ispell-highlight): Do nothing unless window-system.
  2313.  
  2314.     * rmail.el (rmail-variables): Don't add any permanent-local props.
  2315.     Don't make rmail-last-file local.
  2316.  
  2317.     * rmailedit.el (rmail-edit-current-message): Undo previous change.
  2318.  
  2319.     * rmailout.el (rmail-output): Doc fix.
  2320.  
  2321.     * gnus.el: rmail-default-file renamed from rmail-last-file,
  2322.     rmail-default-rmail-file renamed from rmail-last-...
  2323.  
  2324. Thu May 19 01:58:43 1994  Daniel Quinlan  (quinlan@bucknell.edu)
  2325.  
  2326.      * info.el (info-insert-file-contents): Avoid conflict with jka-compr.
  2327.  
  2328. Thu May 19 11:33:35 1994  Boris Goldowsky  (boris@mink.cs.rochester.edu)
  2329.  
  2330.     * avoid.el: Doc fixes.
  2331.     (mouse-avoidance-nudge-mouse): Removed redundant
  2332.     bounds check on destination coordinates.
  2333.  
  2334. Thu May 19 00:29:41 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2335.  
  2336.     * server.el (server-done): Never kill buffer here.
  2337.     (server-buffer-done): Do it here, if temp file.
  2338.  
  2339.     * menu-bar.el (menu-bar-update-buffers): Record buffers' mod and
  2340.     read-only flags, and recompute if they change.
  2341.  
  2342.     * subr.el (posn-col-row): Doc fix.
  2343.  
  2344. Wed May 18 19:29:51 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2345.  
  2346.     * font-lock.el (font-lock-after-change-function): Fix typo in prev chg.
  2347.     (font-lock-mode): Use after-change-functions not after-change-function.
  2348.  
  2349. Tue May 17 21:11:29 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2350.  
  2351.     * tex-mode.el (tex-delete-last-temp-files): Don't fail on
  2352.     non-existent directory.
  2353.  
  2354. Tue May 17 18:54:29 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2355.  
  2356.     * soundex.el (soundex-alist): Put variable before fn that uses it.
  2357.  
  2358. Tue May 17 05:05:03 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2359.  
  2360.     * Version 19.23 released.
  2361.  
  2362.     * gnus.el (gnus-group-mode-map): Fix typo in prev change.
  2363.  
  2364. Mon May 16 03:23:48 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2365.  
  2366.     * man.el (Man-heading-regexp): Accept multiple whitespace chars.
  2367.  
  2368.     * gnuspost.el (gnus-post-news): Handle followup-to field.
  2369.  
  2370.     * bookmark.el: Doc fixes.
  2371.     (bookmark-relocate): Rename arg.
  2372.  
  2373. Sun May 15 17:41:12 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2374.  
  2375.     * startup.el (precompute-menubar-bindings): Don't precompute menus
  2376.     if not using x.
  2377.  
  2378. Thu May 12 13:04:53 1994  Kenneth Manheimer  (klm@coil.nist.gov)
  2379.  
  2380.         * allout.el (outline-mode): Use outline-this-or-next-heading.
  2381.     * allout.el (outline-this-or-next-heading): New function.
  2382.     * allout.el (outline-mode): Fixed topic body reindentation scheme
  2383.     so programming code is not indented unless
  2384.     `outline-reindent-bodies' has value `force'.
  2385.     * allout.el (outline-infer-reindent-bodies): Implement above.
  2386.     * allout.el (outline-reindent-bodies): Doc fix.
  2387.  
  2388.     * allout.el (outline-init): New user interface for control of
  2389.     outline-mode session setup.  Sets up `outline-find-file-hook',
  2390.     `outline-layout', and `outline-auto-activation'.
  2391.  
  2392. Sat May 14 04:29:48 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2393.  
  2394.     * man.el: Remove periods from messages.
  2395.     (Man-heading-regexp): Accept only one leading space.
  2396.  
  2397.     * tar-mode.el (tar-extract): Put tar name into subfile visited name.
  2398.     (tar-subfile-save-buffer): When updating the desc line,
  2399.     insert new text after, then delete.
  2400.  
  2401.     * ediff.el: Move menu bar defines to top level
  2402.     and split them among three top-level sexps.
  2403.     Make menu bar defines unconditional.
  2404.     Don't alter menu-bar-files-menu here; menu-bar.el does that.
  2405.  
  2406. Fri May 13 05:13:32 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2407.  
  2408.     * font-lock.el (font-lock-mode): Make font-lock-no-comments local.
  2409.     (font-lock-after-change-function): If we don't call
  2410.     font-lock-fontify-region, clear out face props instead.
  2411.  
  2412. Thu May 12 13:55:15 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2413.  
  2414.     * cal-menu.el: Rewrite mouse-3 menu as a keymap.
  2415.     Move calendar-mouse-2-date-menu to down-mouse-2.
  2416.  
  2417.     * autoload.el (autoload-trim-file-name): Make it relative
  2418.     to the directory that loaddefs.el is in.
  2419.  
  2420.     * allout.el (outline-init): Delete junk at end.
  2421.  
  2422.     * texinfo.el (texinfo-show-structure): Fix subsubsection indent amount.
  2423.  
  2424.     * autoload.el (update-autoloads-here): Make just one shorter message.
  2425.     (batch-update-autoloads): Doc fix.
  2426.  
  2427. Thu May 12 10:43:15 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2428.  
  2429.     * menu-bar.el (menu-bar-update-buffers): Don't use string-match.
  2430.  
  2431.     * autoload.el (update-autoloads-here): Split up long message.
  2432.  
  2433. Thu May 12 00:59:07 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2434.  
  2435.     * font-lock.el (font-lock-fontify-buffer): Don't give "syntactically"
  2436.     message if we aren't doing that part.
  2437.  
  2438.     * gnus.el (gnus-group-mode-map, gnus-summary-mode-map):
  2439.     Add bindings for up and down keys.
  2440.  
  2441.     * dired.el (dired-mode-map): Get rid of dired-regexp-prefix;
  2442.     put the submap directly in the main map.
  2443.  
  2444.     * tar-mode.el (tar-extract): Don't clear out the buffer-file-name.
  2445.     Don't set list-buffers-directory.
  2446.  
  2447. Wed May 11 19:10:51 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2448.  
  2449.     * simple.el (shell-command): Use buffer name *Shell-Command*.
  2450.  
  2451.     * gud.el (sdb): Handle tags-file-name as nil.
  2452.  
  2453.     * isearch.el (isearch-done): Don't call deactivate-mark.
  2454.  
  2455. Tue May 10 21:54:53 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2456.  
  2457.     * ediff.el (ediff-no-help-in-control-buffer): Renamed from
  2458.     ediff-nix-help-in-control-buffer, to match doc and usage.
  2459.  
  2460.     * autoload.el (update-file-autoloads): Delete leftover variable.
  2461.  
  2462.     * man.el (Man-reuse-okay-p): Doc fix.
  2463.     (Man-filter-list, Man-heading-regexp): Fix patterns.
  2464.     (Man-first-heading-regexp, Man-find-section): Likewise.
  2465.     (Man-getpage-in-background): Don't print ellipsis.
  2466.     (Man-bgproc-sentinel): Preserve match data.
  2467.     (Man-build-references-alist): Preserve restriction.
  2468.     (Man-bgproc-sentinel, Man-build-section-alist): Bind case-fold-search.
  2469.     (Man-next-section, Man-previous-section, Man-find-section): Likewise.
  2470.     (Man-goto-page): Fix interactive declaration.
  2471.     (Man-build-section-alist): Use match data, not bol/eol.
  2472.     (Man-build-man-command): Use manual-program, not hardcoded name.
  2473.     (Man-getpage-in-background): Likewise.
  2474.  
  2475. Tue May 10 16:59:37 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2476.  
  2477.     * vc-hooks.el (vc-registered): Use find-file-name-handler.
  2478.  
  2479.     * font-lock.el (font-lock-no-comments): New variable.
  2480.     (font-lock-after-change-function): Test it.
  2481.     (font-lock-fontify-buffer): Test it.
  2482.     (font-lock-set-defaults): Set it.
  2483.  
  2484.     * files.el (abbreviate-file-name): Add special case for ms-dos.
  2485.     Delete code that checked for abbreviated-home-dir ending in /;
  2486.     it never did anything.
  2487.  
  2488.     * ispell4.el (ispell-message): Add `ispell-message-text-end' and
  2489.     `ispell-message-limit'.  Spell-check subject as well as body.
  2490.  
  2491. Tue May 10 16:54:49 1994  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  2492.  
  2493.     * cal-menu.el (calendar-mode-map): Change binding of Mouse-2.
  2494.     Bind Mouse-3.
  2495.     (calendar-event-to-date): Add optional error parameter.
  2496.     (calendar-mouse-print-dates): Fix first line to show day of year.
  2497.     (calendar-mouse-date-menu): Deleted; split into two parts.
  2498.     (calendar-mouse-2-date-menu, calendar-mouse-3-date-menu): The two
  2499.     new functions.
  2500.  
  2501.     * calendar.el (calendar-cursor-to-date): Fix error return.
  2502.      (calendar-iso-date-string): Repair punctuation.
  2503.  
  2504. Tue May 10 03:53:51 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2505.  
  2506.     * frame.el (frame-remove-geometry-params): Reverse the computed
  2507.     list, to preserve the original order of the elements.
  2508.  
  2509. Tue May 10 02:32:58 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2510.  
  2511.     * texnfo-upd.el (texinfo-every-node-update)
  2512.     (texinfo-all-menus-update): Bind mark-active to t.
  2513.  
  2514.     * texinfo.el (texinfo-environment-regexp): Split lines.
  2515.     Add def..., ifset, ifclear.    
  2516.     (texinfo-show-structure): Fix typo.
  2517.  
  2518. Tue May 10 01:57:08 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2519.  
  2520.     * files.el (file-chase-links): Delete redundant slashes.
  2521.     Match `..' only at start of string.
  2522.  
  2523.     * gud.el (gud-gdb-marker-filter, gud-mipsdbx-marker-filter,
  2524.     gud-perldb-marker-filter): Allow marker string to arrive in
  2525.     mid-line.
  2526.  
  2527. Tue May 10 01:12:42 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2528.  
  2529.     * simple.el (shell-command-on-region): Don't kill output buffer
  2530.     when in the one line case.
  2531.  
  2532. Mon May  9 14:06:55 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2533.  
  2534.     * iso-cvt.el (iso-gtex2iso-trans-tab): Reorder this list.
  2535.  
  2536.     * rmailsum.el (rmail-make-basic-summary-line): Get all the lines of
  2537.     the From field.
  2538.  
  2539.     * menu-bar.el (menu-bar-file-menu): Add Apply Patch and Compare Files
  2540.  
  2541.     * ediff.el: Doc fixes.
  2542.  
  2543. Mon May  9 14:48:58 1994  Michael D. Ernst  (mernst@monozygote.research.microsoft.com)
  2544.  
  2545.     * files.el (find-file-noselect): Suppress same-file warning if
  2546.     both filenames would print identically.
  2547.  
  2548. Sun May  8 20:08:14 1994  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  2549.  
  2550.     * cal-menu.el (calendar-mouse-set-mark): New function.
  2551.     (calendar-mouse-date-menu): Bind it to key.
  2552.  
  2553. Sun May  8 11:58:33 1994  Kenneth Manheimer  (klm@coil.nist.gov)
  2554.  
  2555.     * allout.el (outline-init) New user interface for control of
  2556.     outline-mode session setup, sets up `outline-find-file-hook',
  2557.     `outline-layout', and `outline-auto-activation'.
  2558.  
  2559.     * allout.el (outline-mode-post-command-business, outline-mode)
  2560.     (outlineify-sticky): Major new mode activation
  2561.     scheme.  See outline-layout docstring for details.
  2562.     (outline-layout, outline-use-mode-specific-leader)
  2563.     (outline-mode-leaders): Variables for new mode-activation scheme.
  2564.     (outline-expose-topic): New specification format and
  2565.     optimizations, including thorough accomodation of multiple top-
  2566.     level topics.
  2567.     (outline-forward-current-level, outline-next-sibling)
  2568.     (outline-backward-current-level, outline-goto-prefix)
  2569.     (outline-show-children, outline-up-current-level)
  2570.     (outline-expose-topic): Behavior refinements and repairs, and
  2571.     speed optimizations.  Better accomodation for multiple top-level
  2572.     topics.
  2573.     (outline-recent-end-of-subtree): New state var,
  2574.     basis for many topic-oriented optimizations.
  2575.  
  2576.     * allout.el: Revisions of many docstrings, for conformance to
  2577.     gnu standards and/or clarity.
  2578.  
  2579. Sun May  8 02:05:32 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2580.  
  2581.     * calendar.el: Doc fixes.
  2582.  
  2583.     * cal-menu.el (calendar-mouse-print-dates): Add missing level of list
  2584.     for Islamic, Revolutionary and Mayan calendars.
  2585.     Delete duplicate entry for ISO calendar.
  2586.     (calendar-event-to-date): Set buffer in case calendar isn't current.
  2587.  
  2588. Sun May  8 02:44:06 1994  David K}gedal  (davidk@lysator.liu.se)
  2589.  
  2590.     * tempo.el (tempo-insert-region, tempo-show-completion-buffer,
  2591.     tempo-leave-completion-buffer): New variables.
  2592.     (tempo-complete-tag): Added a completion buffer mechanism.
  2593.     (tempo-display-completions): New function.
  2594.     (tempo-insert-template): An extension to the (p ...) tag
  2595.     enables named insertion for later insertion using a (s ...) tag.
  2596.  
  2597. Sat May  7 17:59:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2598.  
  2599.     * subr.el (ignore): Allow interactive call.
  2600.     * loaddefs.el (global-map): Bind mouse-movement to ignore.
  2601.  
  2602.     * rmail.el (rmail-toggle-header): Call rmail-highlight-headers.
  2603.  
  2604.     * sendmail.el (mail-mailer-swallows-blank-line): 
  2605.     Put space and tab into brackets.
  2606.  
  2607. Sat May  7 02:35:21 1994  Morten Welinder  (terra@diku.dk)
  2608.  
  2609.     * hexl.el (dehexlify-buffer): Reflect that binary-process was
  2610.     renamed to binary-process-output.
  2611.     (dehexlify-buffer): Bind also binary-process-input (for ms-dos).
  2612.     (hexlify-buffer): Bind both binary-process-input and
  2613.     binary-process-output (for ms-dos).
  2614.     (hexl-save-buffer): Force binary save (for ms-dos).
  2615.  
  2616. Sat May  7 01:28:41 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2617.  
  2618.     * skeleton.el (mirror-mode): Commented out.
  2619.  
  2620. Fri May  6 22:35:47 1994  Andreas Schwab (schwab@issan.informatik.uni-dortmund.de)
  2621.  
  2622.     * asm-mode.el (asm-comment): Don't match newline.
  2623.  
  2624.     * dired-aux.el (dired-mark-subdir-files): Don't pass any arguments
  2625.     interactively.
  2626.  
  2627.     * echistory.el (Electric-history-undefined): Substitute
  2628.     `Helper-help', not `Help-for-help'.
  2629.  
  2630.     * forms.el (forms-mode): Set visited file name to nil to prevent
  2631.     overwrite and autosave.  The previous method didn't go far
  2632.     enough.
  2633.  
  2634.     * hexl.el (hexl-insert-char): Increment `address' for every
  2635.     character inserted.
  2636.     (hexl-mode-map): Add bindings for cursor keys.
  2637.  
  2638.     * hideif.el (hide-ifdef-syntax-table): New variable.
  2639.     (hif-tokenize): Use it.
  2640.     (hide-ifdef-mode): Don't clobber `c-mode-syntax-table'.
  2641.  
  2642.     * isearch.el (isearch-edit-string): Doc fix.
  2643.     (isearch-message-prefix): Initialize `isearch-within-brackets'.
  2644.  
  2645.     * resume.el: Provide 'resume.
  2646.     (resume-process-args): Bind `command-line-default-directory' for
  2647.     command-line-1.
  2648.  
  2649.     * shell.el (shell-backward-command): Fix regexp.
  2650.  
  2651.     * simple.el (minibuffer-history-sexp-flag): Doc fix.
  2652.  
  2653.     * terminal.el (terminal-edit-mode): Doc fix.
  2654.     (terminal-cease-edit): Reset the local keymap.
  2655.  
  2656. Fri May  6 19:59:09 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2657.  
  2658.     * paths.el (rmail-spool-directory): On SCO 3.2v4, use /usr/spool/mail.
  2659.  
  2660.     * blessmail.el: If rmail-spool-directory is not a directory,
  2661.     just output an `echo' command to tell about it.
  2662.  
  2663.     * supercite.el (sc-cite-original): Add autoload.
  2664.  
  2665.     * backquote.el (backquote-backquote-symbol): Don't autoload defvar.
  2666.     (`): Write its name directly in the definition.  Use defalias.
  2667.     (backquote-list*): Define with defalias.
  2668.  
  2669.     * rmailsum.el (rmail-make-basic-summary-line):
  2670.     Show 14 chars before @ and 11 after.
  2671.  
  2672. Fri May  6 16:26:53 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2673.  
  2674.     * loadup.el: Don't precompute keybinding cache for menubar.
  2675.     * startup.el (normal-top-level): Do it here, after loading user files.
  2676.     * startup.el (command-line-1): Or here, if displaying startup message.
  2677.     * startup.el (precompute-menubar-bindings): New function.
  2678.  
  2679.     * menu-bar.el (menu-bar-file-menu): Change new-frame to
  2680.     make-frame, to agree with the keyboard binding.
  2681.     * mouse.el, man.el, lucid.el: Change new-frame to make-frame.
  2682.  
  2683. Fri May  6 02:01:18 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2684.  
  2685.     * ange-ftp.el (ange-ftp-start-process):
  2686.     Bind file-name-handler-alist to nil.
  2687.  
  2688.     * frame.el (frame-notice-user-settings): Wait till frame becomes
  2689.     visible before using its parameters.
  2690.  
  2691.     * imenu.el (imenu-default-create-index-function):
  2692.     Temporarily build in handling of a few major modes.
  2693.     (imenu--completion-buffer): Set completion-reference-buffer properly.
  2694.  
  2695. Thu May  5 23:05:49 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2696.  
  2697.     * loaddefs.el (completion-ignored-extensions): Change if to cond.
  2698.  
  2699.     * hilit19.el (hilit-lookup-face-create): Don't put string values
  2700.     into the global face-font data.
  2701.  
  2702. Thu May  5 01:07:58 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2703.  
  2704.     * frame.el (frame-notice-user-settings): Use geometry parms from frame
  2705.     when the initial specifications did not have them.
  2706.  
  2707.     * frame.el (frame-notice-user-settings): When replacing the first
  2708.     X frame, use the same geometry parms that were used to make it.
  2709.     (frame-remove-geometry-params):
  2710.     Treat user-size and user-position as geometry parms.
  2711.     Store all those parms into frame-initial-geometry-arguments.
  2712.  
  2713.     * simple.el (choose-completion-string): Barf if completing into
  2714.     a minibuffer but it's not now active.
  2715.  
  2716.     * rmailout.el (rmail-output-menu): Set rmail-default-rmail-file.
  2717.     (rmail-output-to-rmail-file): Doc fix.
  2718.  
  2719. Wed May  4 00:22:17 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2720.  
  2721.     * frame.el (frame-notice-user-settings): Discard `reverse' when
  2722.     making the replacement for the initial frame.  Put it on as nil.
  2723.     (new-frame): Use make-frame instead.
  2724.  
  2725.     * rmail.el (rmail-input-menu): 
  2726.     Do nothing if rmail-secondary-file-menu return nil.
  2727.     Don't call expand-file-name.
  2728.     (rmail-secondary-file-menu): If no files match, warn and return nil.
  2729.  
  2730.     * rmailout.el (rmail-output-menu): Don't call expand-file-name.
  2731.     Do nothing if rmail-secondary-file-menu return nil.
  2732.  
  2733.     * imenu.el (imenu): Renamed from goto-index-pos.
  2734.     Add autoload.
  2735.     (imenu-prev-index-position-function): Renamed from prev-...
  2736.     (imenu-extract-index-name-function): Renamed from extract-...
  2737.  
  2738.     * gud.el (gud-marker-acc): Use make-variable-buffer-local.
  2739.  
  2740.     * outline.el (hide-sublevels): No need for condition-case.
  2741.     Don't call show-children if levels is 0.
  2742.     No need to check eob in while condition.
  2743.     Delete spurious setq of `first'.
  2744.  
  2745.     * frame.el (frame-initialize): Delete the code for reverse-video.
  2746.     x-create-frame-with-faces takes care of that.
  2747.  
  2748. Tue May  3 20:37:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2749.  
  2750.     * mouse.el (mouse-secondary-save-then-kill): Doc fix.
  2751.  
  2752. Tue May  3 19:11:38 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2753.  
  2754.     * backquote.el (backquote): Add autoloads.
  2755.  
  2756. Tue May  3 17:32:16 1994  Per Abrahamsen  (abraham@eupectic.research.att.com)
  2757.  
  2758.     * lisp-mode.el: Removed duplicate ";;; Code: " section separator.
  2759.     (lisp-mode-variables): Added missing backslash to outline-regexp.
  2760.  
  2761. Tue May  3 17:04:11 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2762.  
  2763.     * autoload.el (update-directory-autoloads): Ignore files
  2764.     whose names start with =.  Bind enable-local-eval to nil.
  2765.  
  2766. Mon May  2 22:42:13 1994  Morten Welinder  (terra@diku.dk)
  2767.  
  2768.     * isearch.el (isearch-case-fold-search): new possible value `yes'
  2769.     is like t except that mixed case in search string is ignored.
  2770.     (isearch-toggle-case-fold): New function.
  2771.     (isearch-search): Don't undo the work of isearch-toggle-case-fold.
  2772.  
  2773. Mon May  2 03:49:05 1994  Lars Magne Ingebrigtsen  (larsi@dyggve.ifi.uio.no)
  2774.  
  2775.     * gnus-uu.el: Removed some keystrokes for obscure toggle commands:
  2776.     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.
  2777.     (gnus-uu-decode-and-save-all-unread-articles-and-mark): Fn deleted.
  2778.     (gnus-uu-decode-and-save-all-articles-and-mark): Fn deleted.
  2779.     (gnus-uu-do-sloppy-uudecode): Variable deleted.
  2780.     (gnus-uu-decode-and-save-articles): Rewritten.
  2781.     (gnus-uu-grab-articles, gnus-uu-uustrip-article-as): Rewritten to
  2782.     properly handle multiple encoded files in one gulp. 
  2783.     (gnus-uu-uustrip-article-as): Replace spaces in file names with
  2784.     underscores before giving the file to uudecode.
  2785.  
  2786.     * gnus-uu.el (gnus-uu-save-in-digest): Doc fix.
  2787.     (gnus-uu-save-articles, gnus-uu-save-article,
  2788.     gnus-uu-digest-and-forward, gnus-uu-marked-digest-and-forward):
  2789.     Changed old functions and added new functions to digest and
  2790.     forward articles.
  2791.     (gnus-uu-mark-thread): New function to mark a thread for later
  2792.     treatment.
  2793.     (gnus-uu-mark-by-regexp): Changed to add articles instead of
  2794.     clearing before adding.
  2795.     (gnus-uu-check-for-generated-files): First delete files, then
  2796.     directories. 
  2797.     (gnus-uu-edit-begin-line, gnus-uu-decode-and-show-in-buffer):
  2798.     Select the current article before starting work. 
  2799.     (gnus-uu-decode-and-view-all-unread-articles)
  2800.     (gnus-uu-decode-and-view-all-articles):  Two new functions for
  2801.     decoding and viewing all (unread) articles in a newsgroup.
  2802.  
  2803.     * gnus-uu.el (gnus-uu-view-directory, gnus-uu-unpack-archives,
  2804.     gnus-uu-treat-archive): gnus-uu will now treat archives in
  2805.     archives (etc) properly when viewing.
  2806.  
  2807.     * gnus-uu.el (gnus-uu-threaded-multi-decode-and-save,
  2808.     gnus-uu-threaded-multi-decode-and-view): New interactive functions
  2809.     for decoding/saving threads.  Bound to `C-c C-v C-j'.
  2810.     (gnus-uu-save-article): Added RFC1153-compliant digest saving.
  2811.  
  2812.     * gnus-uu.el (gnus-uu-initialize): Does some checks and expands
  2813.     relative temp dir names.
  2814.  
  2815.     * gnus-uu.el (gnus-uu-decode-and-show-in-buffer)
  2816.     (gnus-uu-decode-and-strip, gnus-uu-grab-articles)
  2817.     (gnus-uu-decode-and-view-or-save):  Allow multiple
  2818.     encoded files to be decoded (and viewed) in one fell swoop.
  2819.     (gnus-uu-work-dir): New variable.
  2820.  
  2821.     * gnus-uu.el (gnus-uu-view-file): Changed to work with metamail. 
  2822.     (gnus-uu-get-action, gnus-uu-toggle-view-with-metamail): New functions.
  2823.     (gnus-uu-ext-to-mime, gnus-uu-view-with-metamail): New variables.
  2824.     (gnus-uu-ctl-map): Add C-a binding.
  2825.     (gnus-uu-summary-next-subject): Ensures that the next unread
  2826.     article is moved to.
  2827.     (gnus-uu-default-interactive-view-rules-end): New variable to
  2828.     provide a "catch-all" when using interactive mode.
  2829.     (gnus-uu-get-action): Changed viewing rules in interactive mode.  
  2830.  
  2831.     * gnus-uu.el (gnus-uu-uustrip-article-as): Disabled
  2832.     case-fold-search and changed gnus-uu-body-line to be more
  2833.     restrictive. 
  2834.     (gnus-uu-multi-decode-and-view-or-save,
  2835.     gnus-uu-uustrip-article-as): Changed hard returns to \r.
  2836.     (gnus-uu-post-reply-mode): New mode for sending encoded files.
  2837.     (gnus-uu-post-news, gnus-uu-post-insert-binary-in-article)
  2838.     (gnus-uu-post-encode-uuencode, gnus-uu-post-encode-mime-uuencode)
  2839.     (gnus-uu-post-encode-mime, gnus-uu-post-make-mime)
  2840.     (gnus-uu-post-encode-file, gnus-uu-post-news-inews)
  2841.     (gnus-uu-post-insert-binary, gnus-uu-post-encoded): New functions.
  2842.     (gnus-uu-post-encode-method, gnus-uu-post-include-before-composing)
  2843.     (gnus-uu-post-threaded, gnus-uu-post-binary-separator): New variables.
  2844.  
  2845. Mon May  2 17:41:55 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2846.  
  2847.     * etags.el (visit-tags-table-buffer): If CONT is stringp, use it
  2848.     for tags-file-name.  Don't bother calling tags-table-including
  2849.     when buffer-file-name is nil.
  2850.     (visit-tags-table): Signal error FILE is not stringp.
  2851.     Call visit-tags-table-buffer with FILE instead of 'same.
  2852.     (tags-next-table): When restoring state vars, set tags-file-name too.
  2853.  
  2854.     * etags.el (tags-find-table-in-list): Only recurse if
  2855.     (tags-included-tables) returns non-nil (avoid infinite recursion).
  2856.  
  2857. Mon May  2 15:38:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2858.  
  2859.     * man.el (Man-notify-when-ready): Don't call select-frame
  2860.     if no window system.
  2861.  
  2862. Mon May  2 20:55:42 1994  Daniel Quinlan  (quinlan@bucknell.edu)
  2863.  
  2864.     * dired.el: Unspecified location of chown for Linux (Linux doesn't
  2865.       put chown in /etc).
  2866.  
  2867. Mon May  2 12:24:20 1994  Per Abrahamsen  (abraham@eupectic)
  2868.  
  2869.         * double.el (double-translate-key): Changed 'delete to 127 to make
  2870.         the non-X11 version work.
  2871.  
  2872. Mon May  2 09:58:06 1994  David M. Smith  (maa036@lancaster.ac.uk)
  2873.  
  2874.     * ielm.el (ielm-dynamic-multiline-inputs): New variable.  
  2875.     (ielm-return): Support it.
  2876.  
  2877.     * ielm.el (ielm-print-working-buffer): New command
  2878.     (ielm-change-working-buffer): New command
  2879.     (ielm-display-working-buffer): New command
  2880.     (ielm-map): Bindings for new commands; bindings from
  2881.     shared-lisp-mode-map; Lemacs support.
  2882.  
  2883.     * ielm.el (ielm-eval-input): Give bindings in scope during the eval
  2884.     non-clashing names (ielm- prefix)
  2885.  
  2886.     * ielm.el (ielm-get-old-input): New function
  2887.     (inferior-emacs-lisp-mode): Bind it to comint-get-old-input
  2888.  
  2889. Mon May  2 00:44:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2890.  
  2891.     * outline.el: Doc fixes.
  2892.     (hide-sublevels): Rewritten faster and simpler.
  2893.  
  2894.     * tex-mode.el: Doc fixes.
  2895.  
  2896.     * man.el (Man-notify-when-ready): In newframe case, use save-excursion.
  2897.  
  2898.     * tempo.el: New file.
  2899.  
  2900.     * mail-hist.el: New fike.
  2901.  
  2902.     * mldrag.el: New file.
  2903.  
  2904.     * ielm.el: New file.
  2905.  
  2906.     * rsz-mini.el: New file.
  2907.  
  2908. Sun May  1 01:53:34 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2909.  
  2910.     * iso-cvt.el: New file.
  2911.  
  2912.     * replace.el (perform-replace): Call substitute-command-keys just once
  2913.     and only if querying.
  2914.  
  2915.     * term/x-win.el (x-handle-geometry): Specify user-position and
  2916.     user-size properties when appropriate.
  2917.  
  2918.     * solar.el (solar-degrees-to-hours, solar-hours-to-days):
  2919.     Force floating result.
  2920.  
  2921.     * blessmail.el: Don't load site-init.el.
  2922.     Print the mail directory we tested, on standard output.
  2923.     Don't load paths.el either--we now run in emacs, not temacs.
  2924.  
  2925. Sun May  1 17:37:38 1994  Morten Welinder  (terra@diku.dk)
  2926.  
  2927.     * dos-fns.el (set-register-value): Setting the high byte of a
  2928.     register trashed the low byte.
  2929.     (set-register-value): Fixed test so the value 0 can be set.
  2930.     (set-register-value): Rewrote to use bit operations instead of
  2931.     multiplication and division.
  2932.     (register-name-by-word-alist, register-name-by-byte-alist): 
  2933.     Combined into one list, register-name-alist.
  2934.     (register-value, set-register-value): Use combined list.
  2935.     (mode-line-format): Make the %n pure.
  2936.  
  2937.     * loaddefs.el (mode-line-format): Make the %n pure.
  2938.  
  2939. Sat Apr 30 22:05:40 1994  Morten Welinder  (terra@diku.dk)
  2940.  
  2941.     * desktop.el (desktop-files-not-to-save): New variable to
  2942.     exclude certain files -- magic ftp names by default -- from
  2943.     being put into desktop files.
  2944.     (desktop-save-buffer-p): Check file name also.
  2945.     (desktop-save-buffer-p): For directories loaded by dired
  2946.     consider the directory to be the file name.
  2947.     (desktop-locals-to-save): Add line-number-mode to be saved when
  2948.     local.
  2949.     (desktop-remove): In case the desktop file cannot be deleted
  2950.     make sure that the desktop system is still inactivated.
  2951.     (desktop-kill): In case an error occurs when saving the desktop,
  2952.     offer to quit regardless.
  2953.     (desktop-save-buffer-p): Disregard case when testing file and
  2954.     buffer names against regexps.
  2955.     (desktop-buffer-dired): Display a warning if a directory no
  2956.     longer exists.
  2957.     (desktop-save-hook): New variable.
  2958.     (desktop-save): Run desktop-save-hook.
  2959.     (desktop-clear): Clear search history.
  2960.     (desktop-internal-v2s): Be more explicit when encountering an
  2961.     unprintable value.
  2962.  
  2963. Sat Apr 30 21:55:10 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2964.  
  2965.     * menu-bar.el (menu-bar-update-buffers): Fix misspelled variable.
  2966.  
  2967. Sat Apr 30 17:16:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2968.  
  2969.     * menu-bar.el: Don't call menu-bar-mode here.
  2970.  
  2971. Sat Apr 30 12:14:34 1994  Morten Welinder  (terra@tyr.diku.dk)
  2972.  
  2973.         * internal.el: Don't bind [mouse-1]; that's done elsewhere.
  2974.     Define lower-upper case correspondence for the three mostly
  2975.     used code pages.
  2976.  
  2977. Sat Apr 30 00:15:36 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2978.  
  2979.     * scroll-bar.el (scroll-bar-event-ratio): New function.
  2980.  
  2981.     * files.el (hack-one-local-variable): Silently execute eval
  2982.     if the form is a put of a harmless property with harmless args.
  2983.  
  2984.     * gnus.el (gnus-summary-mode-map): Bind # to gnus-uu-mark-article.
  2985.     (gnus-uu-mark-article): Autoload it from gnus-uu.
  2986.     
  2987.     * gnus.el (gnus-summary-mode-map): Bind C-c C-v to gnus-uu-ctl-map.
  2988.     (gnus-uu-ctl-map): Autoload it from gnus-uu.
  2989.  
  2990. Fri Apr 29 22:40:09 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  2991.  
  2992.     * files.el (revert-buffer): Widen before replacing text.
  2993.  
  2994. Fri Apr 29 16:54:55 1994  Kenneth Manheimer  (ken.manheimer@nist.gov)
  2995.  
  2996.     * allout.el: major code speedups, bug fixes, behavior
  2997.        refinements, doc-string clarification and elaboration, etc.
  2998.        Prominent new features include:
  2999.       - Exposure changes and navigation are greatly accelerated.
  3000.       - More elaborate and clear doc-string for outline-mode,
  3001.         giving better guidance on use of the mode.
  3002.       - A new exposure-layout syntax, which accomodates outlines
  3003.         with multiple top-level topics.  (See `outline-expose' and
  3004.         `outline-new-exposure'.)
  3005.       - Automatic exposure and verfication-prompting on attempts to
  3006.         change text within concealed regions, before they are
  3007.         applied.  (Undo affecting concealed regions is only
  3008.         exposed, not verified, to facilitate smooth undo sequences.)
  3009.       - 'hot-spot' navigation implemented.  When the cursor is on a
  3010.         topic's bullet, regular-character keystrokes will be
  3011.         interepreted as if they were preceded by ^C, when
  3012.         appropriate, so users can navigate and adjust exposure,
  3013.         etc, with single-stroke commands.
  3014.       - Lucid emacs accomodated.
  3015.  
  3016. Fri Apr 29 20:52:03 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3017.  
  3018.     * etags.el (tags-table-parent-pointer-list): Doc fix; elts are now
  3019.     3-elt lists.
  3020.     (tags-next-table): Save tags-table-list in
  3021.     tags-table-parent-pointer-list and then set it to
  3022.     tags-included-tables.  Restore tags-table-list from
  3023.     tags-table-parent-pointer-list.
  3024.     (tags-find-table-in-list): Renamed from tags-table-list-member.
  3025.     Search included tables.  Take new arg MOVE-TO; if t, frob list
  3026.     pointers.
  3027.     (tags-table-including): Save tags-table-list in
  3028.     tags-table-parent-pointer-list.
  3029.     Set tags-table-list to the passed TABLES value.
  3030.     (visit-tags-table-buffer): When CONT is nil, pop all
  3031.     tags-table-parent-pointer-list state before doing anything else.
  3032.     Don't do list frobnication when CONT is 'same.  Call
  3033.     tags-find-table-in-list instead of tags-table-list-member; let it
  3034.     do list frobnication when it succeeds.
  3035.  
  3036. Fri Apr 29 19:42:40 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3037.  
  3038.     * menu-bar.el (menu-bar-update-buffers): Check whether frames ad
  3039.     buffers have actually changed; if not, do nothing.
  3040.  
  3041. Fri Apr 29 14:13:14 1994  Morten Welinder  (terra@tyr.diku.dk)
  3042.  
  3043.     * desktop.el (desktop-internal-v2s): Default case fixed to
  3044.     return correct quote flag.
  3045.     Fix cons cell handling to avoid recursion in the cdr part.
  3046.  
  3047. Fri Apr 29 02:24:15 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3048.  
  3049.     * vc-hooks.el (vc-mode-line): Fix previous change.
  3050.  
  3051. Thu Apr 28 11:11:32 1994  Michael D. Ernst  (mernst@monozygote.research.microsoft.com)
  3052.  
  3053.     * novice.el (disabled-command-hook): Try to enable command in user
  3054.     init file only if there is a user init file.
  3055.  
  3056. Thu Apr 28 03:31:53 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3057.  
  3058.     * lisp-mode.el (lisp-mode-variables): Undo previous change.
  3059.  
  3060.     * blessmail.el: Drop the trailing slash.
  3061.  
  3062. Thu Apr 28 03:28:08 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3063.  
  3064.     * menu-bar.el (menu-bar-help-menu): Add item for emacs-version.
  3065.     Add item for report-emacs-bug.
  3066.  
  3067.     * gud.el (gud-mips-p, gud-irix-p): Test system-configuration.
  3068.  
  3069. Wed Apr 27 18:16:00 1994  Dave Love  (d.love@dl.ac.uk)
  3070.  
  3071.     * gud.el (gud-mipsdbx-marker-filter): Reimplemented based on
  3072.     gud-gdb-marker-filter, with regexps appropriately altered.
  3073.     (gud-marker-acc): New variable, replacing the
  3074.     debugger-specific accumulation variables.
  3075.     (dbx): On Irix, emit a marker so that the source is displayed initially
  3076.         with the marker at the first executable statement.
  3077.  
  3078.     * gud.el (dbx): Fix gud-break under SunOS, at least.  (I suspect
  3079.     this is a general problem, because of the \n for some reason.)
  3080.  
  3081.     * gud.el (gud-dbx-mips-p, gud-dbx-irix-p): Use system-type to
  3082.     choose system-dependent dbx incantations.  
  3083.  
  3084.     * gud.el (gud-dbx-mips-p): Use "-emacs" for OSF/1 dbx as for MIPS.
  3085.  
  3086.     * gud.el (gud-irix-dbx-p): Determines whether to use (new)
  3087.     gud-irixdbx-marker-filter.
  3088.     (gud-irixdbx-marker-filter): New function.
  3089.     (dbx): Insert case for Irix.
  3090.  
  3091. Wed Apr 27 11:56:28 1994  Ulrich Mueller  (ulm@vsnhd1.cern.ch)
  3092.  
  3093.     * case-table.el (describe-buffer-case-table): Don't use
  3094.     text-char-description.
  3095.  
  3096. Wed Apr 27 23:41:50 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3097.  
  3098.     * menu-bar.el: Make a sub-keymap for the Buffers menu bar item.
  3099.     (menu-bar-select-buffer, menu-bar-select-frame):
  3100.     New commands for that subkeymap.
  3101.     (menu-bar-update-buffers): New function, on menu-bar-update-hook,
  3102.     made partly out of mouse-menu-bar-buffers.
  3103.  
  3104. Wed Apr 27 23:33:13 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3105.  
  3106.     * blessmail.el: Chase symlinks manually.
  3107.  
  3108. Wed Apr 27 23:01:23 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3109.  
  3110.     * blessmail.el: Get the file's truename in case it is a link.
  3111.  
  3112. Wed Apr 27 22:40:17 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3113.  
  3114.     * blessmail.el: Don't make an empty script.
  3115.     Use signal, not error.
  3116.  
  3117. Wed Apr 27 19:26:54 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3118.  
  3119.     * files.el (ange-ftp-completion-hook-function): Use new inhibit vars.
  3120.  
  3121.     * ange-ftp.el (ange-ftp-hook-function): Use ange-ftp-run-real-handler.
  3122.     (ange-ftp-run-real-handler): Inhibit ange-ftp-completion-hook-function
  3123.     as well as ange-ftp-hook-function.
  3124.  
  3125. Wed Apr 27 17:56:55 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3126.  
  3127.     * compile.el (compilation-error-regexp-alist): Add fortran pattern.
  3128.  
  3129. Wed Apr 27 02:20:03 1994  Noah Friedman  (friedman@kropotkin.gnu.ai.mit.edu)
  3130.  
  3131.         * yow.el: Added comment indicating author.
  3132.  
  3133. Tue Apr 26 20:30:10 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3134.  
  3135.     * faces.el (frame-update-faces): Unset old font.
  3136.  
  3137. Tue Apr 26 05:39:04 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3138.  
  3139.     * case-table.el: Don't modify text-mode-syntax-table.
  3140.  
  3141.     * ange-ftp.el (internal-ange-ftp-mode): Set comint-prompt-regexp
  3142.     and paragraph-start.
  3143.  
  3144.     * etags.el (tags-add-tables): Doc fix.
  3145.  
  3146. Mon Apr 25 19:09:38 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3147.  
  3148.     * rmailsum.el (rmail-summary-scroll-msg-up,
  3149.     rmail-summary-scroll-msg-down): Scroll rmail-buffer explicitly.
  3150.  
  3151. Mon Apr 25 18:31:55 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3152.  
  3153.     * compile.el (compilation-next-error-locus): Use
  3154.     compilation-error-message instead of "Moved past last error" when
  3155.     MOVE is 1 (default value).
  3156.  
  3157. Mon Apr 25 14:25:13 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3158.  
  3159.     * desktop.el (desktop-internal-v2s): Make structure match docstring.
  3160.  
  3161.     * tar-mode.el (tar-copy): Don't bother with a temp buffer.
  3162.  
  3163. Sun Apr 24 17:04:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3164.  
  3165.     * dos-fns.el (mode-line-format): Put `mode-line-process' earlier.
  3166.     (file-name-buffer-file-type-alist): Use nil or t, not 0 or 1.
  3167.     (find-buffer-file-type): Handle that change.
  3168.  
  3169.     * calendar.el (calendar-starred-day): Var renamed from starred-day.
  3170.  
  3171. Sun Apr 24 14:26:57 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3172.  
  3173.     * rmail.el (rmail-highlight-headers): Extracted as a new function.
  3174.     Fix overlay position.  Do nothing if face support is unavailable.
  3175.  
  3176. Sun Apr 24 04:21:44 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3177.  
  3178.     * vc-hooks.el (vc-mode-line): Warn if file is not vc-registered
  3179.     but is a symlink to a vc-maintained file.
  3180.  
  3181.     * tar-mode.el (tar-extract): Don't put whole file name in buffer name.
  3182.     Do put it in list-buffers-directory.
  3183.     Save mode line space when mentioning the tar file name.
  3184.     (tar-subfile-mode): Don't add anything to minor-mode-alist.
  3185.  
  3186. Sun Apr 24 22:41:50 1994  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  3187.  
  3188.     * shell.el (shell-dirstack-query): defaults to nil.
  3189.     (shell-mode): Guesses shell-dirstack-query based on shell name.
  3190.  
  3191. Sun Apr 24 00:19:32 1994  Lawrence R. Dodd  (dodd@roebling.poly.edu)
  3192.  
  3193.     * loaddefs.el (mode-line-format):
  3194.     * man.el (Man-mode-line-format):
  3195.     * tpu-edt.el (tpu-set-mode-line):
  3196.     * two-column.el (tc-mode-line-format):
  3197.     Put mode-line-process immediately after mode-name
  3198.     when setting mode-line-format.
  3199.  
  3200.     * cmuscheme.el (inferior-scheme-mode):
  3201.     * comint.el (comint-mode):
  3202.     * compile.el (compilation-setup, compilation-sentinel):
  3203.     * find-dired.el (find-dired, find-dired-sentinel):
  3204.     * gud.el (gud-mode, gud-sentinel):
  3205.     * inf-lisp.el (inferior-lisp-mode):
  3206.     * simple.el (shell-command):
  3207.     * terminal.el (terminal-cease-edit, terminal-mode):
  3208.     Remove space after `:' in mode-line-process.
  3209.  
  3210. Sun Apr 24 00:51:56 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3211.  
  3212.     * jka-compr.el: Doc fixes.
  3213.     (jka-compr-run-real-handler): New function.
  3214.     (jka-compr-handler): Call it, to reinvoke the Emacs primitive
  3215.     using the new inhibit protocol.
  3216.  
  3217.     * rmail.el (rmail-show-message): Always re-set overlay face property.
  3218.  
  3219.     * simple.el (kill-line, kill-word): Don't use save-excursion.
  3220.     (kill-read-only-ok): New variable.
  3221.     (kill-region): Handle that variable.  Handle read-only text property.
  3222.  
  3223.     * paragraphs.el (kill-paragraph): Don't use save-excursion.
  3224.     (backward-kill-paragraph): Likewise.
  3225.     (kill-sentence, backward-kill-sentence): Likewise.
  3226.  
  3227.     * rmail.el (rmail-show-message): Use overlays, not text properties.
  3228.     (rmail-overlay-list): New variable.
  3229.     (rmail-mode): Make it local.
  3230.  
  3231.     * subr.el (run-hooks): Don't use mapcar--save consing.
  3232.  
  3233. Sat Apr 23 01:14:11 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3234.  
  3235.     * mail-extr.el (mail-extr-all-top-level-domains): 
  3236.     Renamed from all-top-level-domains.
  3237.  
  3238.     * lisp-mode.el (lisp-mode-variables): In comment-start-skip,
  3239.     reject semicolon after a backslash.
  3240.  
  3241.     * frame.el (special-display-frame-alist): New variable.
  3242.     (special-display-popup-frame): New function.
  3243.     (special-display-function): Set it.
  3244.  
  3245.     * rmail.el (rmail-show-message): Highlight the specified fields.
  3246.     (rmail-highlighted-headers): New user variable.
  3247.  
  3248.     * ange-ftp.el (ange-ftp-add-file-entry-alist): Fix typo in prev change.
  3249.  
  3250. Fri Apr 22 22:31:22 1994  Jamie Zawinski (jwz@lucid.com)
  3251.  
  3252.     * mail-extr.el: Major changes by jwz and drw.
  3253.  
  3254.     * subr.el (run-hook-with-args): New function.
  3255.  
  3256. Fri Apr 22 22:31:22 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3257.  
  3258.     * undigest.el (undigestify-rmail-message): Update summary buffer.
  3259.  
  3260. Fri Apr 22 20:47:47 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3261.  
  3262.     * ange-ftp.el: Many doc fixes.
  3263.  
  3264.     * ange-ftp.el (ange-ftp-run-real-handler): New function.
  3265.     (ange-ftp-real-...): Use that.
  3266.  
  3267.     * ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
  3268.     (ange-ftp-start-process): Bind process-connection-type explicitly.
  3269.  
  3270. Fri Apr 22 17:51:12 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3271.  
  3272.     * hilit19.el: Don't treat $ as special if escaped.
  3273.  
  3274. Fri Apr 22 00:31:14 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3275.  
  3276.     * mouse-sel.el (mouse-extend): Handle case where posn-window
  3277.     is a frame.
  3278.  
  3279.     * comint.el (comint-mode-map):
  3280.     comint-dynamic-list-input-ring now on C-c C-l.
  3281.  
  3282.     * faces.el (frame-update-faces): New function.
  3283.     * frame.el (set-default-font): Call frame-update-faces.
  3284.     * mouse.el (mouse-set-font): Simply call set-default-font.
  3285.  
  3286.     * font-lock.el (rmail-font-lock-keywords): New variable.
  3287.     (compilation-mode-font-lock-keywords): New variable.
  3288.     (font-lock-set-defaults): Use those vars in those modes.
  3289.  
  3290.     * startup.el (command-line-default-directory): New variable.
  3291.     (command-line, command-line-1): Use and set it.
  3292.  
  3293.     * time.el (display-time): Force use of pipe, not pty.
  3294.  
  3295.     * vc.el (vc-backend-diff): Test of cmp was backwards.
  3296.  
  3297. Fri Apr 22 12:27:07 1994  Per Abrahamsen  (abraham@eupectic)
  3298.  
  3299.     * makefile.el (makefile-mode): Removed extra quote before
  3300.     makefile-warn-suspicious-lines. 
  3301.  
  3302. Thu Apr 21 17:24:14 1994  Boris Goldowsky  (boris@moose.cs.rochester.edu)
  3303.  
  3304.     * avoid.el: (mouse-avoidance-point-position): New function, using
  3305.     new `compute-motion' functionality.  Use of this fixes bugs
  3306.     involving wrapped lines & horizontally-scrolled windows.
  3307.         * avoid.el: New avoidance mode, "exile", like "banish" but temporary.
  3308.  
  3309.     * avoid.el: Jump/animate modes now keep track of net offset that
  3310.     they have moved the mouse, and try to keep this near 0.  No longer
  3311.     wraps to other side of screen.
  3312.     * avoid.el (mouse-avoidance-mode): Update mode line.
  3313.         * avoid.el (mouse-avoidance-*-hook): Do nothing if inside kbd macro.
  3314.  
  3315. Thu Apr 21 14:44:40 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3316.  
  3317.     * ispell.el (ispell-use-ptys-p): Doc fix.
  3318.  
  3319.     * gud.el (gud-filter): Call comint-output-filter at the end.
  3320.  
  3321. Thu Apr 21 15:22:18 1994  Francesco Potorti`  (pot@fly.cnuce.cnr.it)
  3322.  
  3323.     * cmacexp.el (c-macro-expansion): changed the algorithm to allow
  3324.     __FILE__ and __LINE__ directives to be expanded correctly.
  3325.     (c-macro-expansion): use a forth optional argument DISPLAY meaning
  3326.     it should print messages at the start and end of preprocessing.
  3327.     All callers changed.
  3328.     (c-macro-expand): Don't display message here.
  3329.  
  3330. Thu Apr 21 10:38:21 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3331.  
  3332.     * info.el (Info-next-preorder): Don't follow footnotes here.
  3333.     (Info-mouse-follow-nearest-node, Info-follow-nearest-node): Split
  3334.     into mouse and keyboard versions.
  3335.     (Info-mode-map): Bind them to mouse-2 and RET.
  3336.     (Info-try-follow-nearest-node): Common subroutine.
  3337.  
  3338.     * ebuff-menu.el (Electric-buffer-menu-mouse-select): New function.
  3339.     (electric-buffer-menu-mode-map): Bind it to mouse-2.
  3340.  
  3341. Thu Apr 21 09:50:13 1994  Per Abrahamsen  (abraham@research.att.com)
  3342.  
  3343.     * ispell.el (ispell-dictionary-alist): Renamed the entry for
  3344.     danish from "dansk" to "danish" in order to conform with reality.
  3345.  
  3346. Thu Apr 21 02:22:38 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3347.  
  3348.     * gud.el (gdb, sdb, dbx, xdb, perldb): Set paragraph-start.
  3349.     (gud-mode): Make paragraph-start buffer-local.
  3350.  
  3351. Thu Apr 21 21:14:01 1994  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  3352.  
  3353.     * comint.el (comint-mode): Set comint-last-input-start and
  3354.     comint-last-input-end to valid markers.
  3355.  
  3356.     * comint.el (comint-send-input): Use comint-output-filter to run
  3357.     functions on comint-output-filter-functions.
  3358.  
  3359.     * comint.el (comint-kill-output): Use delete-region to remove, and 
  3360.     comint-output-filter to insert.
  3361.  
  3362. Wed Apr 20 15:55:57 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3363.  
  3364.     * server.el (server-kill-emacs-query-function)
  3365.     (server-kill-buffer-query-function): Give names to these hook fns.
  3366.  
  3367.     * sort.el (sort-subr): Use car-less-than-car when appropriate.
  3368.  
  3369. Wed Apr 20 15:52:48 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3370.  
  3371.     * compile.el (compilation-parse-errors): Fix references for column
  3372.     number, 3rd elt not 2nd.
  3373.  
  3374. Wed Apr 20 02:03:33 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3375.  
  3376.     * Makefile (TAGS): New target.
  3377.     (lisptagsfiles): New variable.
  3378.  
  3379.     * cmacexp.el: Doc fixes.
  3380.     (c-macro-expansion): Handle a and b comment styles.
  3381.     (c-macro-shrink-window-flag): Renamed from c-macro-shrink-window-p.
  3382.     (c-macro-prompt-flag): Renamed from c-macro-prompt-p.
  3383.  
  3384.     * cmacexp.el: Potorti's changes:
  3385.     Provide cmacexp.
  3386.     (c-macro-prompt-p): Var renamed from c-macro-always-prompt-p.
  3387.     (c-macro-cppflags): Var renamed from c-macro-default-cppflags.
  3388.     (c-macro-expand): Don't handle C-u C-u specially.
  3389.     Compute message here in var mymsg.
  3390.     Clear buffer-auto-save-file-name.
  3391.     (c-macro-display-buffer): Now takes no argument.
  3392.     Use point-max to get large number.
  3393.     (c-macro-default-message, c-macro-eval): Functions deleted.
  3394.     (c-macro-expansion): Use startinstring as the char to insert.
  3395.  
  3396. Tue Apr 19 20:13:41 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3397.  
  3398.     * startup.el (init-file-user): Doc fix.
  3399.  
  3400.     * blessmail.el: New file.
  3401.  
  3402.     * lisp.el (defun-prompt-regexp): Make this variable buffer-local.
  3403.  
  3404.     * emacsbug.el (report-emacs-bug): Insert at separator, not at end.
  3405.  
  3406. Mon Apr 18 20:48:26 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3407.  
  3408.     * rmailsum.el (rmail-summary-rmail-update): Update rmail buffer
  3409.     even if it isn't displayed.
  3410.  
  3411.     * comint.el (comint-replace-by-expanded-history): Expand only at
  3412.     prompt.
  3413.     Pass SILENT flag to comint-replace-by-expanded-history-before-point.
  3414.  
  3415. Mon Apr 18 20:31:26 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3416.  
  3417.     * server.el (kill-buffer-query-functions): Fix the question text.
  3418.     (kill-emacs-query-functions): Fix typo in question text.
  3419.  
  3420. Mon Apr 18 19:52:58 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3421.  
  3422.     * outline.el (outline-end-of-subtree): Stop before final newline.
  3423.  
  3424. Mon Apr 18 00:02:09 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3425.  
  3426.     * simple.el (shell-command-sentinel): Do nothing if buffer is dead.
  3427.     (shell-command-filter): If point was at end, leave it at end.
  3428.  
  3429.     * menu-bar.el (menu-bar-enable-clipboard): Construct new cons cells.
  3430.  
  3431.     * loaddefs.el: Move pop-global-mark bindings to this file.
  3432.     * simple.el: Move pop-global-mark bindings to loaddefs.el.
  3433.  
  3434. Sun Apr 17 21:56:49 1994  Per Cederqvist  (ceder@signum.se)
  3435.  
  3436.     * hexl.el (hexl-mode): Make local binding for hexl-max-address.
  3437.  
  3438. Sun Apr 17 21:06:07 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3439.  
  3440.     * pascal.el (pascal-outline-map):
  3441.     Move pascal-outline-goto-defun to C-c C-d.
  3442.  
  3443. Sat Apr 16 02:42:41 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3444.  
  3445.     * debug.el (debug, debugger-eval-expression): Preserve match-data.
  3446.  
  3447.     * mouse.el (mouse-drag-region): Handle scroll off top/bottom.
  3448.  
  3449. Fri Apr 15 19:33:41 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3450.  
  3451.     * imenu.el: Require cl only at compile time.
  3452.     (imenu--mouse-menu): Copy list by hand, not with copy-list.
  3453.  
  3454.     * simple.el (auto-fill-function): New function (doc placeholder).
  3455.  
  3456.     * calendar.el (calendar-mode-map): Use substitute-key-definition.
  3457.     Don't mess with kill-region and copy-region-as-kill.
  3458.  
  3459.     * window.el (shrink-window-if-larger-than-buffer):
  3460.     Do nothing for side-by-side windows.
  3461.  
  3462.     * help.el (describe-mode): Always show minor modes, at front.
  3463.  
  3464. Fri Apr 15 15:24:54 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3465.  
  3466.     * mouse.el (mouse-set-font): Don't error if no selection.
  3467.  
  3468.     * startup.el (command-line): If no error data, print "", not nil.
  3469.  
  3470.     * emerge.el (emerge-goto-line): Fix return value.
  3471.     (emerge-convert-diffs-to-markers): Fix line number calculations.
  3472.  
  3473.     * files.el (basic-save-buffer): If selective-display is t,
  3474.     file may end in CR instead of LF.
  3475.  
  3476.     * comint.el: Doc fix.
  3477.  
  3478. Thu Apr 14 21:12:22 1994  Lars Magne Ingebrigtsen  (larsi@bera.ifi.uio.no)
  3479.  
  3480.         * gnus-uu.el (gnus-uu-enter-interactive-file): Escape any special
  3481.         characters in file names.
  3482.         (gnus-uu-call-asynchronous, gnus-uu-treat-archive): Likewise.
  3483.  
  3484.         * gnus-uu.el (gnus-uu-uustrip-article-as): Added more corrections
  3485.         of corrupt uucode.
  3486.         (gnus-uu-uustrip-article-as): Changed the algorithm for finding
  3487.         begin/body lines of encoded articles.
  3488.         (gnus-uu-check-correct-stripped-uucode): Handle
  3489.         extraneous empty lines in uuencoded postings.
  3490.  
  3491.         * gnus-uu.el (gnus-uu-uustrip-article-as, gnus-uu-clean-up):
  3492.         Check before calling process-status.
  3493.         (gnus-uu-uuencode-and-post): Added possibly non-standard
  3494.         posting of uuencoded files.
  3495.  
  3496. Thu Apr 14 19:29:10 1994  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  3497.  
  3498.     * shell.el (shell-replace-by-expanded-directory): Don't display
  3499.     initial message.
  3500.  
  3501.     * shell.el: Properly use define-key-after to change menu-bar.
  3502.  
  3503. Thu Apr 14 14:39:38 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3504.  
  3505.     * comint.el (comint-replace-by-expanded-history-before-point):
  3506.     Advance point unconditionally.
  3507.  
  3508.     * shell.el (shell-dynamic-complete-as-command): Don't match
  3509.     ignored-extensions if it's nil.
  3510.  
  3511.     * rmailout.el (rmail-default-file, rmail-default-rmail-file):
  3512.     Cancel new defvars.
  3513.  
  3514. Thu Apr 14 03:37:49 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3515.  
  3516.     * faces.el (make-face-x-resource-internal):
  3517.     Don't mess with terminal frames.
  3518.  
  3519.     * startup.el (command-line):
  3520.     Call face-initialize before frame-initialize.
  3521.  
  3522.     * faces.el (x-create-frame-with-faces): Create frame invisible,
  3523.     set up the faces, then make it visible.
  3524.  
  3525.     * saveplace.el (save-place-kill-emacs-hook): Fix typo.
  3526.  
  3527. Wed Apr 13 14:59:51 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3528.  
  3529.     * mouse.el (x-fixed-font-alist): Give multiple names for try
  3530.     for certain fonts.
  3531.     (mouse-set-font): Handle these.
  3532.  
  3533.     * files.el (find-buffer-visiting): Don't check buffer-file-number
  3534.     unless buffer-file-name is non-nil.
  3535.  
  3536.     * dired.el (dired-subdir-regexp): Allow a space in dir name.
  3537.  
  3538.     * rmailout.el (rmail-default-file, rmail-default-rmail-file): 
  3539.     New defvars.
  3540.  
  3541.     * apropos.el (super-apropos-check-doc-file): Force Fundamental mode.
  3542.  
  3543. Wed Apr 13 14:59:51 1994  Stephen Gildea  (gildea@x.org)
  3544.  
  3545.     * mh-e.el, mh-utils.el: (mh-progs, mh-lib): Move from mh-e.el
  3546.     to mh-utils.el for Emacs 19.23, which doesn't define them in paths.el.
  3547.  
  3548.     * mh-utils.el (mh-find-progs): Add paths for BSDI.  Put local
  3549.     paths first so they override the system's paths.
  3550.  
  3551.     * mh-utils.el (with-mh-folder-updating): Optimize to keep
  3552.     buffer-file-name nil even while restoring modified-p status at end.
  3553.  
  3554.     * mh-e.el (mh-store-buffer): Autoload.  Better doc strings.
  3555.  
  3556. Wed Apr 13 12:17:32 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3557.  
  3558.     * comint.el (comint-dynamic-complete-as-filename): Simplify.
  3559.  
  3560. Wed Apr 13 00:27:28 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3561.  
  3562.     * menu-bar.el (mouse-menu-bar-buffers): Put Frames pane behind Buffers.
  3563.  
  3564. Tue Apr 12 17:47:46 1994  Ethan Bradford  (ethanb@ptolemy.astro.washington.edu)
  3565.  
  3566.     * ispell.el (ispell-message): Turn LIMIT into an integer,
  3567.     around ispell-region.
  3568.  
  3569. Tue Apr 12 01:07:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3570.  
  3571.     * edt.el (case-flip-character): Make case test more general.
  3572.  
  3573.     * ispell.el: Bind M-$.
  3574.  
  3575.     * subr.el (read-quoted-char): Convert meta chars into 128+ chars.
  3576.     * simple.el (quoted-insert): Do nothing special for meta chars.
  3577.  
  3578.     * backquote.el (backquote-process): Don't crash if ultimate
  3579.     expression is just a variable.
  3580.  
  3581.     * dired-aux.el (dired-add-entry): Set opoint at beginning of line.
  3582.     No need to explicitly discard direcory from file name.
  3583.  
  3584. Mon Apr 11 17:03:04 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3585.  
  3586.     * dired.el (dired-move-to-filename-regexp): Match the year or time.
  3587.     (dired-move-to-filename): Simplify the code for that.
  3588.  
  3589.     * imenu.el (imenu): Renamed from goto-index-pos.
  3590.  
  3591.     * gnus-uu.el: Doc fixes.
  3592.     (gnus-uu): New function is placeholder for docs.
  3593.     (gnus-uu-summary-next-subject):
  3594.     Do sit-for before gnus-summary-recenter.
  3595.  
  3596.     * emerge.el (menu-bar-emerge-menu): Improve menu title.
  3597.  
  3598.     * edebug.el (eval-reg): Fix the require call.
  3599.  
  3600.     * eval-reg.el: Renamed from eval-region.el.  Fix the `provide' call.
  3601.     Doc fixes.
  3602.  
  3603.     * dired.el (dired-move-to-filename): Use skip-chars-forward
  3604.     instead of looking-at, for speed.
  3605.  
  3606. Mon Apr 11 16:39:35 1994  Per Abrahamsen  (abraham@research.att.com)
  3607.  
  3608.     * makefile.el (makefile-mode): make-local-variable misspelled as
  3609.     make-local-file.
  3610.  
  3611. Mon Apr 11 15:59:29 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3612.  
  3613.     * ange-ftp.el (ange-ftp-process-filter): Call comint-output-filter.
  3614.     (ange-ftp-gwp-filter): Likewise.
  3615.  
  3616.     * gud.el (gud-filter): Let comint-output-filter do the hard work.
  3617.  
  3618.     * jka-compr.el (jka-compr-handler): Save match data.
  3619.  
  3620.     * comint.el (comint-dynamic-complete-as-filename): Save end of
  3621.     match before calling other functions.  Handle non-match too.
  3622.  
  3623.     * dired.el (dired-move-to-filename): Handle leading blanks.
  3624.  
  3625.     * subr.el (force-mode-line-update): Doc fix.
  3626.  
  3627. Mon Apr 11 14:22:01 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3628.  
  3629.     * easymenu.el (easy-menu-keymap): Don't append `...' to name.
  3630.  
  3631. Sat Apr  9 20:58:22 1994  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  3632.  
  3633.     * makeinfo.el (makeinfo-region): Fix name of tex-start/end-of-header.
  3634.  
  3635. Sat Apr  9 17:52:48 1994  Daniel LaLiberte  (liberte@churchy.gnu.ai.mit.edu)
  3636.  
  3637.     * cust-print.el: Simplify top-level definition of defalias
  3638.     for Emacs 18.
  3639.  
  3640.     * edebug.el: (keywordp): Remove definition.
  3641.     (edebug-form): Check whether keywordp is defined.
  3642.  
  3643. Sat Apr  9 15:52:42 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3644.  
  3645.     * term/lk201.el (function-key-map): Use f11, not \e.
  3646.     * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
  3647.     Replace it with \e here.
  3648.  
  3649.     * files.el (inhibit-first-line-modes-regexps): Renamed from
  3650.     inhibit-local-variables-regexps.
  3651.  
  3652. Fri Apr  8 22:44:59 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3653.  
  3654.     * rmailsum.el (rmail-new-summary): Avoid unsafe save-restriction.
  3655.  
  3656. Fri Apr  8 01:03:48 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3657.  
  3658.     * term/lk201.el: Support kp-tab, kp-multiply, kp-add, kp-divide.
  3659.  
  3660.     * menu-bar.el (global-map): Bind function keys f16, f18 and f20,
  3661.     which Sun knows as copy, paste and cut.
  3662.  
  3663.     * lmenu.el (popup-dialog-box): New function.
  3664.  
  3665. Thu Apr  7 20:17:01 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3666.  
  3667.     * comint.el (comint-exec-1): Handle both termcap and terminfo.
  3668.  
  3669.     * simple.el (hscroll-window-column): New function.
  3670.     (hscroll-point-visible): Do the right thing in the hard cases.
  3671.  
  3672.     * telnet.el (telnet-initial-filter, read-password): Don't
  3673.     unnecessarily duplicate comint functionality.
  3674.  
  3675. Thu Apr  7 13:11:29 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3676.  
  3677.     * calendar.el: Many doc fixes.
  3678.     (general-holidays, *-holidays): Add risky-local-variable property.
  3679.  
  3680.     * cal-dst.el (calendar-daylight-savings-ends)
  3681.     (calendar-daylight-savings-ends): Add risky-local-variable property.
  3682.  
  3683.     * files.el (hack-one-local-variable): Treat varnames ending in
  3684.     -form or -forms like eval.
  3685.     (hack-one-local-variable): Test for risky-local-variable property.
  3686.     Put such properties on some variables, including minor-mode-map-alist.
  3687.  
  3688.     * edebug.el (edebug-version): Delete third arg of string-match.
  3689.  
  3690.     * term/x-win.el: If server is a Sun, call menu-bar-enable-clipboard.
  3691.  
  3692. Thu Apr  7 10:18:46 1994  Frederic Pierresteguy  (fp@hal.gnu.ai.mit.edu)
  3693.  
  3694.     * rmail.el (rmail-secondary-file-menu): Fix typo.
  3695.  
  3696. Thu Apr  7 03:18:02 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3697.  
  3698.     * subr.el (define-key-after): Doc fix.
  3699.  
  3700. Wed Apr  6 23:10:23 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3701.  
  3702.     * rmailsum.el (rmail-summary-disable): New function.
  3703.     (rmail-summary-enable): New function.
  3704.     (rmail-summary-mode): Call rmail-summary-enable.
  3705.     * rmailedit.el (rmail-edit-mode): Disable summary during edit.
  3706.     (rmail-cease-edit): Re-enable summary.
  3707.  
  3708.     * replace.el (replace-regexp): Fix misbalanced quotes.
  3709.  
  3710.     * rmailsort.el (rmail-sort-by-keywords): New function.
  3711.     * rmailsum.el (rmail-summary-sort-by-keywords): New function.
  3712.     * rmail.el (rmail-mode-map): Key binding for rmail-sort-by-keywords.
  3713.  
  3714.     * info.el (Info-find-node): Don't try to backstep if no history.
  3715.     (Info-insert-dir): Print sensible error message if no dir node.
  3716.  
  3717. Wed Apr  6 00:13:13 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3718.  
  3719.     * replace.el: Doc fixes.
  3720.  
  3721.     * term/wyse50.el (kill-emacs-hook): Use add-hook.
  3722.  
  3723.     * saveplace.el (save-place-find-file-hook)
  3724.     (save-place-kill-emacs-hook): New functions.
  3725.     (hooks for find-file-hooks,kill-emacs-hook): Use those new functions.
  3726.  
  3727.     * menu-bar.el (clipboard-yank, clipboard-kill-ring-save)
  3728.     (clipboard-kill-region): New functions.  Give them
  3729.     menu-enable properties and bind the PASTE, COPY and CUT keys.
  3730.     (menu-bar-enable-clipboard): New function.
  3731.  
  3732.     * term/x-win.el (x-select-enable-clipboard): New variable.
  3733.     (x-select-text, x-cut-buffer-or-selection-value): Obey it.
  3734.  
  3735.     * term/x-win.el (x-handle-args): Doc fix.
  3736.  
  3737. Tue Apr  5 23:46:41 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3738.  
  3739.     * simple.el (quoted-insert): Handle meta-chars usefully.
  3740.  
  3741. Tue Apr  5 20:50:59 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3742.  
  3743.     * dired-x.el: New version from maintainer.
  3744.  
  3745. Tue Apr  5 19:52:04 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3746.  
  3747.     * timer.el (timer-kill-emacs-hook): New function.
  3748.     (kill-emacs-hook): Add the new hook.
  3749.  
  3750.     * cc-mode.el: Large changes.
  3751.  
  3752. Tue Apr  5 17:53:59 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3753.  
  3754.     * rmailsum.el (rmail-summary-goto-msg): Fix bug in earlier change.
  3755.  
  3756. Tue Apr  5 16:55:08 1994  Daniel LaLiberte  (liberte@churchy.gnu.ai.mit.edu)
  3757.  
  3758.     * cust-print.el:  Change install-* and uninstall-*
  3759.     to *-install and *-uninstall.
  3760.  
  3761.     * eval-region.el: Change install-* and uninstall-*
  3762.     to *-install and *-uninstall.
  3763.  
  3764. Mon Apr  4 23:38:27 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3765.  
  3766.     * man.el (manual-program): New (actually reintroduced) variable.
  3767.     (Man-getpage-in-background): Don't hardcode the program name.
  3768.  
  3769. Mon Apr  4 21:53:40 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3770.  
  3771.     * files.el (auto-save-mode): Don't let buffer-saved-size stay negative.
  3772.  
  3773. Mon Apr  4 21:34:23 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3774.  
  3775.     * calendar.el (calendar-cursor-to-date): Fix to signal error when
  3776.     appropriate.
  3777.  
  3778. Mon Apr  4 20:28:21 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3779.  
  3780.     * edebug.el (edebug-emacs-19-specific):
  3781.     Renamed from edebug-fsf19-specific.
  3782.     (edebug-emacs-version-specific): Test for not-version-18.
  3783.  
  3784.     * view.el (view-mode-map): Don't bind C-z.
  3785.  
  3786. Mon Apr  4 18:59:33 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3787.  
  3788.     * calendar.el (generate-calendar-month): Add mouse-face properties.
  3789.     * simple.el (completion-setup-function): Add mouse-face properties.
  3790.  
  3791.     * window.el (split-window-vertically): If size is negative,
  3792.     measure from bottom.
  3793.  
  3794. Mon Apr  4 17:48:16 1994  Daniel LaLiberte  (liberte@spiff.gnu.ai.mit.edu)
  3795.  
  3796.     * edebug.el Change "-emacs-" to "-original-" throughout.
  3797.     (edebug-last-sexp): Fix missing ";;"
  3798.     (edebug-read): Fix docstring, &optional arg,
  3799.             and the check that stream is current-buffer.
  3800.     (edebug-install-read-eval-functions): Use (elisp-eval-region-install).
  3801.     (edebug-uninstall-read-eval-functions): Restore to function values.
  3802.     (edebug-eval-defun): Repair check for edebug-all-defs.
  3803.     (edebug-top-level-form): Set edebug-all-defs to t.
  3804.     (edebug-read-and-maybe-wrap-form1): Call edebug-original-read
  3805.                        instead of read.
  3806.     (edebug-enter): Bind pre-command-hook and post-command-hook to nil.
  3807.             Reset these variables and executing-macro to outside values.
  3808.     (edebug-display): Reset global variables to outside values.
  3809.     (edebug-recursive-edit): Reset global variables to outside values.
  3810.     (edebug-outside-excursion): Set outside values of global variables
  3811.                    in case they were changed by side effect.
  3812.     (edebug-instrument-callee): Use edebug-original-read instaed of read.
  3813.     (edebug-eval-result-list): While evaluating evaluation list,
  3814.             bind edebug-execution-mode and edebug-trace to nil.
  3815.  
  3816.  
  3817. Mon Apr  4 16:20:06 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3818.  
  3819.     * uncompress.el (uncompress-program): New variable.
  3820.     (uncompress-backup-file): Use it.
  3821.     (uncompress-while-visiting): Use that var.  Handle .gz suffix.
  3822.     (auto-mode-alist): Handle .gz suffix.
  3823.     (find-compressed-version): Handle .gz suffix.
  3824.  
  3825. Sun Apr  3 11:50:22 1994  Lawrence R. Dodd  (dodd@roebling.poly.edu)
  3826.  
  3827.     * fortran.el (fortran-blink-matching-do): New function,
  3828.     basically copied from fortran-blink-matching-if.
  3829.     (fortran-indent-line): Call it.
  3830.     (fortran-mode): Doc mod.
  3831.  
  3832. Mon Apr  4 01:45:14 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3833.  
  3834.     * files.el (version-control): Doc fix.
  3835.  
  3836.     * rmailsum.el (rmail-summary-goto-msg):
  3837.     Highlight the whole line except first char.
  3838.  
  3839. Sat Apr 2 10:00:00 1994 Karl Fogel  (kfogel@phylo.life.uiuc.edu)
  3840.  
  3841.         * saveplace.el (save-place-version-control): New var, for determining
  3842.         how to back up the master saved-places file.
  3843.         (save-place-alist-to-file): Bind version-control depending on
  3844.         `save-place-version-control'.
  3845.     (hook for find-file-hooks): Specify the APPEND arg to add-hook.
  3846.  
  3847. Fri Apr  1 15:03:52 1994  Ethan Bradford  (ethanb@ptolemy.astro.washington.edu)
  3848.  
  3849.     * ispell.el (ispell-message): Fixed infinite loop on shortened msg.
  3850.  
  3851. Fri Apr  1 23:09:23 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3852.  
  3853.     * buff-menu.el (Buffer-menu-mode): Add mouse-face properties.
  3854.     (Buffer-menu-buffer-name-position): New function.
  3855.  
  3856.     * tar-mode.el (summarize-tar-header-block): Add mouse-face properties.
  3857.  
  3858.     * compile.el (compile-mouse-goto-error): Simplify.
  3859.     (compilation-parse-errors-function): Doc fix.
  3860.  
  3861. Fri Apr  1 05:09:42 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3862.  
  3863.     * replace.el (occur): Add mouse-face property to each line.
  3864.  
  3865.     * dired.el (dired-insert-directory): Add mouse-face properties.
  3866.     (dired-insert-set-properties): New subroutine.
  3867.     * dired-aux.el (dired-add-entry, dired-insert-subdir-doinsert):
  3868.     Call dired-insert-set-properties.
  3869.     (dired-add-entry): Don't make name absolute; bind default-directory.
  3870.  
  3871.     * info.el (Info-fontify-node): Add mouse-face properties.
  3872.     Increase size limit for fontifying to 30000.
  3873.  
  3874. Thu Mar 31 21:28:53 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3875.  
  3876.     * rmailkwd.el (rmail-message-label-p, rmail-parse-message-labels):
  3877.     Update obsolete (commented-out) functions.
  3878.  
  3879. Thu Mar 31 18:39:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3880.  
  3881.     * unrmail.el, rmailout.el: Doc fixes.
  3882.  
  3883. Thu Mar 31 17:00:25 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3884.  
  3885.     * man.el (Man-filter-list): New footer format to delete.
  3886.  
  3887. Thu Mar 31 11:05:14 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3888.  
  3889.     * tar-mode.el: Fix error message syntax.
  3890.     (tar-mode): Doc fix.
  3891.     (tar-mouse-extract): New command.
  3892.     (tar-mode-map): Bind mouse-2.
  3893.     (tar-get-descriptor): New function.
  3894.     (tar-extract, tar-copy): Use that.
  3895.     (tar-mode-maybe-write-tar-file): Renamed from maybe-write-tar-file.
  3896.  
  3897.     * buff-menu.el (Buffer-menu-mouse-select): New command.
  3898.     (Buffer-menu-mode-map): Bind mouse-2.
  3899.     (Buffer-menu-mode): Doc fix.
  3900.  
  3901.     * replace.el (occur-mode): Doc fix.
  3902.     (occur-mode-goto-occurrence): Delete excess close paren.
  3903.  
  3904.     * dired.el (dired-mouse-find-file): Use same window.
  3905.     Renamed from ...-other-window.
  3906.  
  3907. Wed Mar 30 12:21:35 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3908.  
  3909.     * replace.el (occur-mode-find-occurrence): New subroutine.
  3910.     (occur-mode-goto-occurrence): Use that.
  3911.     (occur-mode-mouse-goto): New command.
  3912.     (occur-mode-map): Bind mouse-2.
  3913.     (occur-mode-find-occurrence): Error if point is on first line.
  3914.  
  3915.     * compile.el (compile-mouse-goto-error): New command.
  3916.     (compilation-minor-mode-map): Bind mouse-2.
  3917.  
  3918.     * dired.el (dired-mouse-find-file-other-window): New command.
  3919.     (dired-mode-map): Bind mouse-2.
  3920.  
  3921. Tue Mar 29 21:19:45 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3922.  
  3923.     * rmailsort.el (rmail-sort-messages): Update summary buffer.
  3924.     (rmail-sort-messages): Use buffer-disable-undo, not buffer-flush-undo.
  3925.     * rmailsum.el (rmail-sort-from-summary): Preserve window selection.
  3926.  
  3927. Tue Mar 29 20:42:38 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3928.  
  3929.     * vc.el (vc-checkin): Undo previous change.
  3930.  
  3931.     * help.el (help): New alias.
  3932.     (help-for-help): Mention help character.
  3933.     (help-quit): New command.
  3934.     (help-map): Bind `q'.
  3935.  
  3936. Tue Mar 29 02:06:29 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3937.  
  3938.     * c-mode.el (calculate-c-indent): Don't loop forever at bobp.
  3939.     (calculate-c-indent, indent-c-exp): Test char against 0, not nil.
  3940.  
  3941.     * font-lock.el: Check for existence of windowing system.
  3942.  
  3943.     * files.el (hack-local-variables-prop-line): Search two lines if "#!".
  3944.     Ignore keyword `mode', since it's already been handled.
  3945.  
  3946. Mon Mar 28 20:35:16 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3947.  
  3948.     * debug.el (debug): Behave sensibly if pop-up-frames is set.
  3949.  
  3950.     * info.el (Info-suffix-list): Put empty string last.
  3951.     (info-insert-file-contents): Allow filename to already be suffixed.
  3952.  
  3953. Mon Mar 28 18:58:07 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
  3954.  
  3955.     * vc.el (vc-checkin): Insert name of current defun in comment buffer.
  3956.     * add-log.el (add-log-current-defun): Autoload this.
  3957.  
  3958. Mon Mar 28 18:11:23 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  3959.  
  3960.     * forms.el (forms-mode): Set major mode before finding forms-file.
  3961.  
  3962. Mon Mar 28 00:08:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3963.  
  3964.     * files.el (basic-save-buffer-1): New subroutine, broken out of
  3965.     basic-save-buffer.
  3966.     (basic-save-buffer): Use basic-save-buffer-1.
  3967.  
  3968.     * bytecomp.el (byte-compile-file): Use whole file name for errors.
  3969.  
  3970.     * subr.el (momentary-string-display): Avoid modifying the undo list.
  3971.  
  3972.     * startup.el: Doc fixes.
  3973.  
  3974. Sun Mar 27 14:43:36 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3975.  
  3976.     * subr.el (set-match-data): New alias.
  3977.  
  3978.     * mouse.el (mouse-choose-completion): Use choose-completion-string.
  3979.     (mouse-completion-delete-max-match): Moved to simple.el.
  3980.  
  3981.     * simple.el (choose-completion-delete-max-match): Renamed from
  3982.     mouse-completion-delete-max-match and moved here.
  3983.     (choose-completion-string): New function.
  3984.     (choose-completion): New command.
  3985.     (completion-list-mode-map): Add binding for choose-completion.
  3986.     (completion-setup-function): Mention RET.
  3987.  
  3988.     * vc-hooks.el (vc-find-file-hook): Set backup-inhibited.
  3989.  
  3990.     * files.el (set-visited-file-name): Kill local var vc-mode.
  3991.     Make buffer writable if was read-only due to vc.
  3992.  
  3993. Sat Mar 26 00:22:31 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3994.  
  3995.     * loadup.el: Don't test for presence of dump-emacs.
  3996.     Use `dump' argument as criterion for copying DOC, for running
  3997.     top-level, and for extending the version number.
  3998.     Delete the sleep-for.
  3999.  
  4000.     * emerge.el (emerge-goto-line): New function.
  4001.     (emerge-convert-diffs-to-markers): Use it.
  4002.  
  4003.     * simple.el (blink-matching-open): Now three strategies for choosing
  4004.     the text to display when the matching open is off screen.
  4005.  
  4006.     * info.el (Info-insert-dir): Add a save-excursion.
  4007.     Require menu items for subnodes to end in ::.
  4008.  
  4009. Fri Mar 25 17:59:01 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4010.  
  4011.     * gud.el (gud-comint-buffer): Move defvar up.
  4012.  
  4013. Fri Mar 25 08:45:35 1994  Rick Sladkey  (jrs@world.std.com)
  4014.  
  4015.     * gud.el (gud-gdb-complete-command): New defun to support true
  4016.     GDB completion in the GUD buffer.  Requires assistance from
  4017.     GDB in the form of the `complete' command.
  4018.     (gud-gdb-complete-in-progress, gud-gdb-complete-string,
  4019.     gud-gdb-complete-break, gud-gdb-complete-list,
  4020.     gud-gdb-complete-filter): New.
  4021.     (gdb): Bind TAB to gud-gdb-complete-command.
  4022.  
  4023. Fri Mar 25 02:48:11 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4024.  
  4025.     * easymenu.el: New file.
  4026.  
  4027. Thu Mar 24 15:45:15 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4028.  
  4029.     * apropos.el (apropos-match-keys): Skip duplicate keybindings.
  4030.  
  4031.     * menu-bar.el (mouse-menu-bar-buffers): Fix position structure.
  4032.  
  4033. Thu Mar 24 15:27:20 1994  Daniel LaLiberte  (liberte@spiff.gnu.ai.mit.edu)
  4034.  
  4035.     * edebug.el: New version from author.
  4036.  
  4037.     * cust-print.el Change "internal" to "original" throughout.
  4038.         (add-custom-printer, delete-custom-printer) replace old
  4039.     customizers.
  4040.         (with-custom-print) new
  4041.         (custom-prin1-to-string) Made it more robust.
  4042.  
  4043. Wed Mar 23 21:51:12 1994  Simon Marshall  (simonm@penelope)
  4044.  
  4045.     * comint.el (comint-run): New command.
  4046.     (comint-watch-for-password-prompt): New function.
  4047.     (comint-mode, comint-show-output): Doc fix.
  4048.  
  4049.     * comint.el (comint-replace-by-expanded-history):
  4050.     Add menu-enable property.
  4051.  
  4052.     * shell.el (shell-strip-ctrl-m): New command.
  4053.     (shell-mode): Doc fix.
  4054.     (shell-dynamic-complete-as-command): Use
  4055.     comint-dynamic-simple-complete.
  4056.  
  4057. Wed Mar 23 15:46:48 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4058.  
  4059.     * rmailsort.el (rmail-sort-by-subject): Fix `Re:' regexp.
  4060.  
  4061.     * nroff-mode.el (nroff-mode-abbrev-table): Call define-abbrev-table.
  4062.  
  4063. Wed Mar 23 13:22:14 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4064.  
  4065.     * rmail.el (rmail-secondary-file-menu): Display relative file names.
  4066.     (rmail-output-menu): Autoload it.
  4067.     (rmail-mode-map): Add rmail-output-menu and rmail-input-menu.
  4068.     (rmail-quit): Remove summary buffer from display.
  4069.     Thoroughly remove Rmail buffer from display.
  4070.  
  4071. Tue Mar 22 00:43:34 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4072.  
  4073.     * help.el (where-is): New function.
  4074.  
  4075.     * sort.el (sort-subr): Add autoload.
  4076.  
  4077.     * asm-mode.el (asm-mode): Doc fix.
  4078.  
  4079.     * debug.el (debugger-eval-expression): Use a history list.
  4080.  
  4081.     * skeleton.el, sh-script.el: New files.
  4082.  
  4083. Mon Mar 21 20:40:29 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4084.  
  4085.     * register.el (jump-to-register): Handle dead marker.
  4086.  
  4087. Mon Mar 21 19:27:19 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4088.  
  4089.     * map-ynp.el (map-y-or-n-p): Don't add any text to the
  4090.     ACTION-ALIST descriptions to make dialog box buttons.
  4091.  
  4092. Mon Mar 21 01:11:22 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4093.  
  4094.     * files.el (insert-directory): Quote special shell chars,
  4095.     aside from wildcards and quoting characters.
  4096.  
  4097.     * loaddefs.el (mode-line-buffer-identification): Doc fix.
  4098.  
  4099. Sun Mar 20 19:36:26 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4100.  
  4101.     * lmenu.el (make-lucid-menu-keymap): Any row of dashes means blank.
  4102.  
  4103. Sun Mar 20 18:22:43 1994  Lawrence R. Dodd  (dodd@roebling.poly.edu)
  4104.  
  4105.     * sendmail.el (mail-mode): Doc mod.
  4106.  
  4107. Sun Mar 20 02:04:50 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4108.  
  4109.     * select.el (x-valid-simple-selection-p): Accept an overlay.
  4110.     (xselect-convert-to-string, xselect-convert-to-length): 
  4111.     (xselect-convert-to-filename xselect-convert-to-charpos): 
  4112.     (xselect-convert-to-lineno, xselect-convert-to-colno): Likewise.
  4113.  
  4114.     * subr.el (one-window-p): New argument all-frames.
  4115.  
  4116.     * map-ynp.el (map-y-or-n-p): Call x-popup-dialog the new way.
  4117.  
  4118. Sat Mar 19 21:37:29 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4119.  
  4120.     * paths.el (mh-progs, mh-lib): Deleted.
  4121.  
  4122.     * tex-mode.el (tex-delete-last-temp-files): New arg NOT-ALL.
  4123.     (tex-region): Pass new arg.
  4124.  
  4125.     * help.el (help-with-tutorial): Change previous change;
  4126.     reduce threshold to 12 lines.
  4127.  
  4128. Fri Mar 18 23:31:28 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4129.  
  4130.     * iso-acc.el (iso-accents-list): Add entries for unadorned accents.
  4131.  
  4132. Fri Mar 18 22:14:05 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4133.  
  4134.     * lmenu.el: Provide lmenu, not menubar.
  4135.  
  4136.     * rmailsum.el (rmail-summary-goto-msg): Highlight message number
  4137.     of current message.
  4138.  
  4139. Fri Mar 18 23:06:26 1994  Michael D. Ernst  (mernst@research.microsoft.com)
  4140.  
  4141.     * lisp.el (beginning-of-defun-raw): Don't err when called at end
  4142.     of buffer.
  4143.  
  4144. Fri Mar 18 21:55:14 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4145.  
  4146.  
  4147.     * help.el (help-with-tutorial): Avoid unexplained large blank area.
  4148.  
  4149.     * disp-table.el (create-glyph): Don't use slots that look like ASCII.
  4150.     (standard-display-ascii): Error if using a windowing system.
  4151.     (standard-display-g1, standard-display-graphic): Ditto.
  4152.     (standard-display-underline): If window system, use underline font.
  4153.     
  4154.  
  4155. Fri Mar 18 06:54:31 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4156.  
  4157.     * compile.el (compilation-error-regexp-alist): Generalize ultrix 3
  4158.     f77 regexp to match Absoft FORTRAN 77 errors.
  4159.  
  4160.     * replace.el (perform-replace): Set match-data markers to nil
  4161.     before discarding them.
  4162.  
  4163.     * map-ynp.el (map-y-or-n-p): Use a dialog box when triggered by a
  4164.     mouse event.
  4165.  
  4166. Fri Mar 18 01:27:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4167.  
  4168.     * rmailout.el (rmail-output-menu): New command.
  4169.  
  4170.     * rmail.el (rmail-summary-window-size): New variable.
  4171.     (rmail-maybe-display-summary): Use it.
  4172.     (rmail-secondary-file-directory): New var.
  4173.     (rmail-secondary-file-regexp): New var.
  4174.     (rmail-secondary-file-menu): New function.
  4175.     (rmail-input-menu): New command.
  4176.  
  4177. Fri Mar 18 00:54:37 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4178.  
  4179.     * telnet.el (telnet-maximum-count): Doc fix.
  4180.  
  4181. Thu Mar 17 18:28:38 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4182.  
  4183.     * term/x-win.el (x-cut-buffer-or-selection-value): Check for error
  4184.     from x-get-selection.
  4185.  
  4186.     * lisp.el (end-of-defun): Fix check for trailing comment.
  4187.  
  4188.     * lisp.el (beginning-of-defun-raw): New function.
  4189.     (end-of-defun): Handle defun-prompt-regexp correctly.
  4190.  
  4191.     * rmail.el (rmail-convert-to-babyl-format): Check Content-Length
  4192.     field for consistency.
  4193.  
  4194. Wed Mar 16 11:32:14 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4195.  
  4196.     * simple.el (undo): Don't let the undo entries for the undo
  4197.     contain a specific buffer position.  Delete it if there is one.
  4198.  
  4199.     * foldout.el: New file.
  4200.  
  4201.     * version.el (emacs-version): Use system-configuration.
  4202.  
  4203. Tue Mar 15 00:06:50 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4204.  
  4205.     * man.el (manual-entry): Document what the arg does.
  4206.  
  4207.     * lisp.el (defun-prompt-regexp): Doc fix.
  4208.  
  4209.     * man.el (Man-original-frame): New variable.
  4210.     (Man-getpage-in-background): Save the frame that man was invoked in.
  4211.     (Man-notify-when-ready): Restore it, if appropriate.
  4212.  
  4213. Mon Mar 14 21:50:20 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4214.  
  4215.     * gud.el (gud-filter): Update comint-last-input-end.
  4216.  
  4217.     * man.el (Man-filter-list): Extend footer pattern for hpux.
  4218.     (Man-cooked-hook): New variable.
  4219.     (Man-bgproc-sentinel): Run Man-cooked-hook after cleaning backspaces.
  4220.  
  4221. Mon Mar 14 17:35:08 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4222.  
  4223.     * hilit19.el (LaTeX patterns): Don't match \( and \[ following a \.
  4224.  
  4225.     * man.el (Man-build-man-command): Redirect desc 2 to /dev/null.
  4226.     (Man-getpage-in-background): Require env before printing message.
  4227.  
  4228.     * mh-comp.el, mh-funcs.el, mh-mime.el, mh-pick.el, mh-seq.el,
  4229.     mh-utils.el: New files.
  4230.     * mh-e.el: Version 4.0 from Gildea.
  4231.  
  4232. Mon Mar 14 16:18:40 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4233.  
  4234.     * info.el (Info-insert-dir): Use printable escapes instead of
  4235.     embedding literal control chars in the source.
  4236.     * underline.el (underline-region, ununderline-region): Ditto.
  4237.     * edt.el (indent-or-fill-region): Ditto.
  4238.     * page-ext.el (original-page-delimiter, set-page-delimiter): Ditto.
  4239.  
  4240.     * register.el (view-register, insert-register): Handle dead marker.
  4241.  
  4242. Mon Mar 14 11:00:27 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4243.  
  4244.     * view.el (view-mode): Run view-mode-hook as well as view-hook.
  4245.     (view-mode-hook): New defvar.
  4246.  
  4247. Sun Mar 13 16:52:32 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4248.  
  4249.     * text-mode.el (text-mode): Doc fix.
  4250.  
  4251. Sat Mar 12 19:38:14 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4252.  
  4253.     * diff.el (diff-latest-backup-file): Call file name handler properly.
  4254.  
  4255.     * outline.el (hide-other, hide-sublevels): Renamed from outline-...
  4256.  
  4257. Fri Mar 11 19:17:04 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4258.  
  4259.     * rmailsort.el (rmail-sort-by-lines): msgnum variable should be msg.
  4260.  
  4261.     * appt.el: Doc fix.
  4262.  
  4263.     * add-log.el, ange-ftp.el, cplus-md.el, dired-aux.el, dired.el,
  4264.     files.el, gnus.el, ispell.el, subr.el, texinfmt.el: Don't use
  4265.     triple-hyphen in a character class.
  4266.     * scheme.el (scheme-let-indent): Put hyphen in a safer place in
  4267.     the character class.
  4268.     * terminal.el (te-parse-program-and-args, te-quote-arg-for-sh): Ditto.
  4269.  
  4270. Fri Mar 11 13:08:25 1994  Espen Skoglund  (espensk@lglab17.cs.uit.no)
  4271.  
  4272.     * pascal.el (pascal-indent-case): Handle comma separated list.
  4273.     (pascal-set-auto-comments): No comment after record block.
  4274.     (pascal-seperator-keywords): Renamed to pascal-separator-keywords.
  4275.     (pascal-get-lineup-indent): Handle multiple declarations on same line.
  4276.  
  4277. Thu Mar 10 18:44:54 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4278.  
  4279.     * mouse.el (mouse-kill): Select the clicked window first.
  4280.  
  4281.     * outline.el: (outline-mode, outline-level): Doc fix.
  4282.     (outline-on-heading-p): Use bolp, not bobp.
  4283.     (outline-hide-other): Rename from hide-other.
  4284.     (outline-hide-sublevels): Rename from hide-sublevels.
  4285.     (outline-back-to-heading): Error if no previous heading.
  4286.     (outline-next-visible-heading): Check for search failure.
  4287.     (outline-hide-sublevels): Ignore text before first outline heading.
  4288.     (outline-level): Count characters, not columns, so ^L is level 1.
  4289.  
  4290. Thu Mar 10 02:26:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4291.  
  4292.     * shell.el (shell-dynamic-complete-as-command): Make ignored-extensions
  4293.     nil if comint-completion-fignore is nil.
  4294.  
  4295.     * files.el (find-buffer-visiting): Don't compare NUMBER if it is nil.
  4296.  
  4297.     * man.el (Man-filter-list): Don't insist on `...done' after `wait'.
  4298.     Match `Reformatting entry.  Wait'.
  4299.  
  4300.     * rmail.el (rmail-ignored-headers): Add several x400 header types.
  4301.  
  4302.     * ispell.el (ispell-pdict-save, ispell-kill-ispell, ispell-continue):
  4303.     (ispell-help): Add autoloads.
  4304.  
  4305.     * bookmark.el (kill-emacs-hook): Don't autoload this hook.
  4306.     (bookmark-menu-bar-delete, bookmark-menu-bar-rename)
  4307.     (bookmark-menu-bar-locate, bookmark-menu-bar-jump)
  4308.     (bookmark-menu-bar-insert): Add autoloads.
  4309.  
  4310.     * emerge.el (emerge-revisions, emerge-revisions-with-ancestor)
  4311.     (emerge-merge-directories): Add autoloads.
  4312.  
  4313. Wed Mar  9 23:00:50 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4314.  
  4315.     * loadup.el: Preload menu-bar.
  4316.     Prescan the menu bar keymaps for keyboard equivalents.
  4317.  
  4318.     * term/x-win.el: Turn on menu-bar-mode.
  4319.  
  4320.     * autoload.el (generate-file-autoloads): Don't ignore the line
  4321.     after the form marked by a ;;;###autoload\n.
  4322.  
  4323.     * menu-bar.el: Delete the `>' from various menu item strings.
  4324.  
  4325.     * emerge.el (menu-bar-emerge-menu): Autoload the whole setup.
  4326.     * bookmark.el (menu-bar-bookmark-map): Autoload the whole setup.
  4327.     * ispell.el (ispell-menu-map): Autoload the whole setup.
  4328.     (ispell-dictionary-alist): Add autoload.
  4329.     (ispell-menu-map): Don't redefine if already defined.
  4330.     Don't test for menu-bar since this is now done before menu-bar.
  4331.  
  4332. Wed Mar  9 01:41:10 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4333.  
  4334.     * outline.el (outline-regexp): Initialize outside the defvar.
  4335.  
  4336.     * nroff-mode.el (nroff-mode): Deleted garbage character.
  4337.  
  4338. Tue Mar  8 13:56:51 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4339.  
  4340.     * text-mode.el (indented-text-mode): Run indented-text-mode-hook.
  4341.  
  4342.     * derived.el: Renamed from mode-clone.el.  All functions renamed.
  4343.     (define-derived-mode): Renamed from define-mode-clone.
  4344.  
  4345. Tue Mar  8 07:38:42 1994  Simon Marshall  (simonm@penelope)
  4346.  
  4347.     * comint.el (comint-completion-fignore): New variable.
  4348.     (comint-dynamic-complete-as-filename): Use it.
  4349.  
  4350.     * shell.el (shell-completion-fignore): New variable.
  4351.     (shell-mode): Use it to set comint-completion-fignore.
  4352.     (shell-dynamic-complete-as-command): Use it.
  4353.  
  4354. Tue Mar  8 18:31:05 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4355.  
  4356.     * mouse.el (mouse-minibuffer-check): New function to disallow
  4357.     mouse events in an inactive minibuffer.  All relevant mouse
  4358.     functions changed to use it.
  4359.  
  4360.     * files.el (find-buffer-visiting): New function to look for
  4361.     another buffer visiting the same inode.
  4362.     (find-file-noselect): Use it instead of inline code.
  4363.  
  4364.     * apropos.el (super-apropos-check-doc-file): Use doc-directory
  4365.     instead of data-directory.
  4366.     (apropos, super-apropos): Doc fix.
  4367.  
  4368. Tue Mar  8 13:56:51 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4369.  
  4370.     * derived.el: Renamed from mode-clone.el.
  4371.     All functions renamed.
  4372.     (define-derived-mode): Renamed from define-mode-clone.
  4373.  
  4374. Tue Mar  8 07:38:42 1994  Simon Marshall  (simonm@penelope)
  4375.  
  4376.     * comint.el (comint-completion-fignore): New variable.
  4377.     (comint-dynamic-complete-as-filename): Use it.
  4378.  
  4379.     * shell.el (shell-completion-fignore): New variable.
  4380.     (shell-mode): Use it to set comint-completion-fignore.
  4381.     (shell-dynamic-complete-as-command): Use it.
  4382.  
  4383. Tue Mar  8 00:49:35 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4384.  
  4385.     * etags.el (etags-list-tags): Check for explicit tag names.
  4386.  
  4387.     * etags.el (etags-tags-completion-table): Let the line number or
  4388.     char pos be empty.
  4389.     (etags-snarf-tag): Look for line number as well as char pos.  Let
  4390.     either be empty; return both.
  4391.     (etags-goto-tag-location): Arg also contains line number.
  4392.     If char pos is nil, use line number.
  4393.  
  4394. Mon Mar  7 17:56:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4395.  
  4396.     * bytecomp.el (byte-compile-track-mouse): Undo previous change,
  4397.     but use byte-compile-top-level-body.
  4398.  
  4399. Mon Mar  7 17:31:56 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4400.  
  4401.     * compile.el (compile-reinitialize-errors): Rename first arg from
  4402.     ARGP to REPARSE.  Test only its nilness.
  4403.     (compile-goto-error): Pass (consp ARGP) to compile-reinitialize-errors
  4404.     instead of ARGP itself.
  4405.     (next-error): Code broken out into two new functions; call them.
  4406.     (compilation-next-error-locus): New function; bulk of code from
  4407.     next-error.  Silently skip errors whose source loci are markers in
  4408.     killed buffers.
  4409.     (compilation-goto-locus): New function, final code from next-error.
  4410.  
  4411. Mon Mar  7 14:44:27 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4412.  
  4413.     * gud.el (gdb): Use a minibuffer map with TAB to complete a filename.
  4414.  
  4415.     * simple.el (comment-column): Doc fix.
  4416.  
  4417. Sun Mar  6 21:28:53 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4418.  
  4419.     * mouse.el (mouse-choose-completion): Bury the completion buffer.
  4420.  
  4421.     * mouse-sel.el: Doc fixes.
  4422.  
  4423. Mon Mar  7 11:57:42 1994  Mike Williams  (mikew@pooh.dosli.govt.nz)
  4424.  
  4425.     * mouse-sel.el (mouse-sel-insert-at-point): New variable.
  4426.     (mouse-insert-selection): Don't move point if
  4427.     mouse-sel-insert-at-point is non-nil.
  4428.  
  4429. Sun Mar  6 14:37:40 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4430.  
  4431.     * backquote.el (backquote-listify): Renamed from bq-listify.
  4432.     (backquote-process): Renamed from bq-process.
  4433.     (backquote-list*-function): Renamed from list*-function.
  4434.     (backquote-list*-macro): Renamed from list*-macro.
  4435.     (backquote-list*): Renamed from list*.
  4436.  
  4437.     * backquote.el: Complete rewrite by Sladkey.
  4438.  
  4439. Sun Mar  6 12:11:38 1994  Michael D. Ernst  (mernst@monozygote)
  4440.  
  4441.     * edebug.el (edebug-skip-whitespace): Only \n, not \r, ends a comment.
  4442.  
  4443. Sat Mar  5 18:28:21 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4444.  
  4445.     * s-region.el: New file.
  4446.  
  4447.     * jka-compr.el (jka-compr-insert-file-contents): Handle 5th arg.
  4448.  
  4449. Fri Mar  4 18:07:53 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4450.  
  4451.     * rmail.el (rmail-message-filter): Doc fix.
  4452.  
  4453. Fri Mar  4 15:48:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4454.  
  4455.     * bytecomp.el (byte-compile-track-mouse): Handle >1 body form.
  4456.     Generate code that binds track-mouse.
  4457.  
  4458.     * font-lock.el (c++-font-lock-keywords-1, c++-font-lock-keywords-2): 
  4459.     New variables.
  4460.     (c++-font-lock-keywords): Use c++-font-lock-keywords-1.
  4461.  
  4462. Fri Mar  4 01:12:04 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4463.  
  4464.     * compile.el (compile-goto-error): Push the mark before calling
  4465.     next-error.
  4466.  
  4467. Thu Mar  3 20:29:06 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4468.  
  4469.     * term/x-win.el (system-key-alist): Fix the code value for `remove'.
  4470.  
  4471.     * ange-ftp.el (ange-ftp-nslookup-host, ange-ftp-start-process):
  4472.     Bind default-directory to some accessible directory, if necessary.
  4473.  
  4474. Thu Mar  3 10:15:31 1994  Michael D. Ernst  (mernst@research.microsoft.com)
  4475.  
  4476.     * bytecomp.el (byte-compile-insert-header): Take a filename argument.
  4477.     (byte-compile-from-buffer): Change second argument to filename.
  4478.     Always return outbuffer; never eval from it or kill it.
  4479.     (byte-compile-file): Pass filename to byte-compile-from-buffer.
  4480.  
  4481. Thu Mar  3 19:04:39 1994  Karl Heuer  (kwzh@churchy.gnu.ai.mit.edu)
  4482.  
  4483.     * c-mode.el (c-fill-paragraph): Preserve final sentence boundary.
  4484.  
  4485. Thu Mar  3 18:33:35 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4486.  
  4487.     * comint.el (comint-input-filter-functions)
  4488.     (comint-output-filter-functions):
  4489.     Renamed from ...-sentinel-functions.
  4490.  
  4491.     * shell.el: Rename comint-input-filter-functions and
  4492.     comint-output-filter-functions.
  4493.     (shell-mode): Put dir tracker on comint-input-filter-functions,
  4494.     not ...output...
  4495.     (shell-directory-tracker, shell-process-popd):
  4496.     Call just error, not message and error.
  4497.  
  4498. Thu Mar  3 23:39:40 1994  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  4499.  
  4500.     * cmuscheme.el (inferior-scheme-mode): Removed unnecessary
  4501.     initialisation of comint-input-sentinel.
  4502.  
  4503.     * shell.el (shell-dynamic-complete-functions): New variable.
  4504.     (shell-mode): Use it to set comint-dynamic-complete-functions.
  4505.  
  4506.     * shell.el (shell-mode-map): Define menu-bars for command,
  4507.     variable and directory completion/expansion.
  4508.  
  4509.     * shell.el (shell-get-current-command, shell-after-partial-filename):
  4510.     Functions deleted.
  4511.  
  4512.     * shell.el (shell-dynamic-complete-environment-variable,
  4513.     shell-replace-by-expanded-directory): New commands.
  4514.     (shell-match-partial-variable,
  4515.     shell-dynamic-complete-as-environment-variable): New functions.
  4516.  
  4517.     * comint.el (comint-after-partial-filename-command,
  4518.     comint-dynamic-complete-filename-command,
  4519.     comint-dynamic-complete-command-command,
  4520.     comint-get-current-command): Deleted.
  4521.  
  4522.     * comint.el (comint-input-sentinel-functions):
  4523.     Replaces comint-input-sentinel.
  4524.     (comint-input-sentinel): Deleted.
  4525.     (comint-send-input): Run hooks on comint-input-sentinel-functions.
  4526.     (comint-output-sentinel-functions):
  4527.     Renamed from comint-output-filter-functions.
  4528.  
  4529.     * comint.el (comint-dynamic-complete-functions): New variable.
  4530.  
  4531.     * comint.el (comint-mode-map): Removed menu-bar for command and
  4532.     variable completion.
  4533.  
  4534.     * comint.el (comint-exec-1): Add to environment by hand;
  4535.     avoids using setenv.
  4536.  
  4537.     * comint.el (comint-replace-by-expanded-history-before-point):
  4538.     Renamed from comint-replace-by-expanded-history.
  4539.     (comint-replace-by-expanded-history): New wrapper definition.
  4540.  
  4541.     * comint.el (comint-word): New function.
  4542.     (comint-match-partial-filename): Use it.
  4543.     (comint-after-partial-filename, comint-match-partial-variable,
  4544.     comint-dynamic-complete-variable): Deleted.
  4545.  
  4546.     * comint.el (comint-dynamic-complete):
  4547.     Run hooks on comint-dynamic-complete-functions.
  4548.  
  4549.     * comint.el (comint-dynamic-complete-as-filename): Renamed from
  4550.     function comint-dynamic-complete-filename.
  4551.     (comint-dynamic-complete-filename): New wrapper definition.
  4552.  
  4553.     * comint.el (comint-dynamic-simple-complete):
  4554.     Return a symbol representing completion.
  4555.  
  4556. Thu Mar  3 17:13:52 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4557.  
  4558.     * autoload.el (generate-file-autoloads): Move misplaced paren in
  4559.     match clause of cond so copying the rest of the line to the output
  4560.     is the else clause of if (eolp), not after the if.
  4561.  
  4562. Thu Mar  3 16:12:09 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  4563.  
  4564.     * server.el (server-switch-buffer): Don't select a minibuffer.
  4565.  
  4566. Thu Mar  3 13:26:11 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4567.  
  4568.     * outline.el (outline-on-heading-p): Use bolp.
  4569.     (show-children): Use outline-back-to-heading.
  4570.     (outline-next-preface): Don't retreat over \n or ^M if no more headers.
  4571.  
  4572.     * simple.el (current-word): Check properly for bolp.
  4573.     New optional arg STRICT.  Doc fix.
  4574.  
  4575. Thu Mar  3 12:37:53 1994  Christian Lynbech  (lynbech@daimi.aau.dk)
  4576.  
  4577.     * appt.el: Better use add-hook than setq when setting
  4578.     display-time-hook
  4579.  
  4580. Thu Mar  3 11:25:57 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4581.  
  4582.     * files.el (buffer-file-truename): Doc fix.
  4583.  
  4584.     * subr.el (substitute-key-definition): Avoid infinite recursion.
  4585.  
  4586. Wed Mar  2 20:13:50 1994  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  4587.  
  4588.     * lunar.el (lunar-phase): Use calendar-mod instead of % so that it
  4589.     works for negative phase numbers.
  4590.  
  4591. Wed Mar  2 11:40:34 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4592.  
  4593.     * simple.el (completion-list-mode): Set completion-reference-buffer
  4594.     to the buffer for which the completions were requested.
  4595.     (completion-reference-buffer): New variable.
  4596.  
  4597.     * mouse.el (mouse-choose-completion): Use that as the buffer to edit.
  4598.  
  4599.     * comint.el (full-copy-sparse-keymap): Function deleted.
  4600.     (comint-arguments): Use just one regexp to find end of arg
  4601.     and detect whether it has any quotes.
  4602.     (comint-delim-arg): Don't check for quotes.  Use loop, not regexps.
  4603.     (comint-delimiter-argument-list): List now has chars, not strings.
  4604.     * shell.el (shell-delimiter-argument-list): Now has chars, not strings.
  4605.     * telnet.el (telnet): Use chars in comint-delimiter-argument-list.
  4606.  
  4607.     * shell.el (shell-mode-map): Use copy-keymap.
  4608.     (shell-dirtrackp): Variable definition added.
  4609.  
  4610.     * inf-lisp.el (inferior-lisp-mode-map): Use copy-keymap.
  4611.     * cmuscheme.el (inferior-scheme-mode-map): Use copy-keymap.
  4612.  
  4613.     * comint.el (comint-mode-map): Rename `input' to `inout' as menu key.
  4614.     Don't put `output' in menu-bar-final-items.
  4615.  
  4616. Wed Mar  2 19:46:19 1994  Espen Skoglund  (espensk@stud.cs.uit.no)
  4617.  
  4618.     * pascal.el (pascal-calculate-indent): Fixed indentation bug 
  4619.     in for-loops, with-structures and else-structures.
  4620.     (pascal-noindent-re): Add `else'.
  4621.  
  4622. Wed Mar  2 05:27:55 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4623.  
  4624.     * diff.el (diff-latest-backup-file): Check for a file-name-handler
  4625.     and run it.
  4626.  
  4627. Wed Mar  2 02:53:25 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4628.  
  4629.     * makefile.el (makefile-mode): Set local-write-file-hooks,
  4630.     not write-file-hooks.
  4631.  
  4632. Wed Mar  2 00:28:02 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4633.  
  4634.     * faces.el (copy-face): Don't change old-face and new-face before
  4635.     the frame loop.
  4636.  
  4637.     * term/x-win.el (iconify-or-deiconify-frame): Don't make invisible
  4638.     before making visible.
  4639.  
  4640. Wed Mar  2 00:24:53 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4641.  
  4642.     * etags.el (tags-add-tables): Change default value to 'ask-user;
  4643.     update doc.
  4644.     (visit-tags-table-buffer): If tags-add-tables is nil, never add to
  4645.     current list; if t, always; if non-nil, non-t, ask user.
  4646.  
  4647. Wed Mar  2 07:24:55 1994  Thomas Neumann  (tom@smart.bo.open.de)
  4648.  
  4649.     * makefile.el: Version 1.16.
  4650.     (makefile-mode): Correct `make-variable-buffer-local' to
  4651.     `make-local-variable'.  Set indent-tabs-mode to t.
  4652.  
  4653.     * makefile.el (makefile-insert-macro-ref): Do not append a space
  4654.     to the inserted macro reference.
  4655.     (makefile-insert-macro-ref): Likewise if the reference is to
  4656.     one of makefile-runtime-macros-list.
  4657.     (makefile-format-macro-ref): If the name of the macro ref
  4658.     starts with a '(' or '{' then the enclosing parentheses are not added.
  4659.  
  4660.     * makefile.el (makefile-warn-suspicious-lines): New function.
  4661.  
  4662.     * makefile.el: Changed mode name to "Makefile" instead of "makefile".
  4663.  
  4664. Tue Mar  1 23:40:46 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4665.  
  4666.     * term/x-win.el (iconify-or-deiconify-frame): Force temporary
  4667.     invisibility even if this is the only frame.
  4668.  
  4669. Tue Mar  1 22:42:53 1994  Ed Reingold  (reingold@goldman.gnu.ai.mit.edu)
  4670.  
  4671.     * calendar.el: (calendar-current-date): Use fixed assoc list for
  4672.         month names so that changing the array of names doesn't screw up
  4673.     the determination of the current date.
  4674.  
  4675. Tue Mar  1 14:57:59 1994  Ethan Bradford  (ethanb@ptolemy.astro.washington.edu)
  4676.  
  4677.     * ispell.el (ispell-message-text-end): New variable.
  4678.     (ispell-message): Use ispell-message-text-end.
  4679.     Spell check all of a multi-line subject.
  4680.     Correct bug whereby internally generated messages were not recognized.
  4681.  
  4682. Tue Mar  1 17:28:34 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4683.  
  4684.     * sendmail.el (mail-do-fcc): Don't write a newline before the text.
  4685.  
  4686.     * pascal.el (pascal-sub-block-re): Recognize for and with.
  4687.  
  4688. Tue Mar  1 01:18:27 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4689.  
  4690.     * info.el (Info-restore-point): Don't wipe out hl before using it.
  4691.  
  4692.     * picture.el (picture-forward-column, picture-backward-column):
  4693.     Allow backward motion across multi-column characters.
  4694.  
  4695. Mon Feb 28 23:37:50 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4696.  
  4697.     * startup.el (inhibit-startup-echo-area-message): Doc fix.
  4698.  
  4699.     * two-column.el (tc-mode-map): Fix binding of tc-dissociate.
  4700.  
  4701. Sat Feb 26 22:25:28 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  4702.  
  4703.     * avoid.el: Fix comment typos.
  4704.  
  4705. Fri Feb 25 23:32:07 1994  Michael D. Ernst  (mernst@monozygote)
  4706.  
  4707.     * menu-bar.el (menu-bar-mode): Make menu-bar-mode without an
  4708.     argument toggle display of a menu bar.
  4709.  
  4710. Fri Feb 25 22:42:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4711.  
  4712.     * term/x-win.el (system-key-alist): Renamed from vendor-key-syms.
  4713.  
  4714. Fri Feb 25 19:07:34 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4715.  
  4716.     * comint.el (comint-exec-1): Force a local copy of the environment.
  4717.  
  4718.     * font-lock.el: Clean up c-font-lock-keywords; now slightly more
  4719.     consistent about highlighting declarations.
  4720.  
  4721. Fri Feb 25 01:24:09 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4722.  
  4723.     * cmacexp.el (c-macro-display-buffer): Delete special view-mode hack.
  4724.     (c-macro-expansion): Parse from 1 to START just once.
  4725.     Avoid counting lines.  Use ???!!!???!!! to mark start of
  4726.     the region we want to look at.
  4727.  
  4728. Thu Feb 24 18:16:01 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4729.  
  4730.     * files.el (set-visited-file-name): Unlock the file if setting the
  4731.     visited file name to nil.
  4732.  
  4733.     * buff-menu.el (Buffer-menu-toggle-read-only): Change
  4734.     toggle-read-only to vc-toggle-read-only.
  4735.  
  4736.     * help-macro.el (make-help-screen): Initialize help-screen before
  4737.     changing the keymap.
  4738.     * help.el (help-for-help): Use help-map in the docstring.
  4739.  
  4740. Thu Feb 24 18:02:49 1994  Hans Chalupsky  (hans@hydra.cs.buffalo.edu)
  4741.  
  4742.     * bytecomp.el (byte-compile-protect-from-advice): New macro that
  4743.     temporarily deactivates advice of `defun/defmacro' while BODY is run.
  4744.     (byte-compile-from-buffer, byte-compile-top-level): Use
  4745.     `byte-compile-protect-from-advice' to protect compilation.
  4746.  
  4747. Thu Feb 24 03:30:19 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4748.  
  4749.     * c-mode.el (c-mode): Set outline-regexp and outline-level.
  4750.     (c-outline-level): New function.
  4751.  
  4752.     * nroff-mode.el (nroff-mode): Set outline-regexp and outline-level.
  4753.     (nroff-outline-level): New function.
  4754.  
  4755.     * lisp-mode.el (lisp-mode-variables): Set outline-regexp.
  4756.  
  4757.     * outline.el (outline-minor-mode-prefix): Change to C-c C-o.
  4758.     (hide-sublevels, hide-other): New functions.
  4759.     (outline-mode-map): New key bindings.  New menu bindings.
  4760.  
  4761.     * macros.el (insert-kbd-macro): Handle C-@, C-[, etc. properly
  4762.     and their meta variants too.
  4763.  
  4764. Wed Feb 23 18:15:22 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4765.  
  4766.     * server.el (kill-emacs-query-functions, kill-buffer-query-functions):
  4767.     Add functions to these lists.
  4768.  
  4769.     * files.el (kill-emacs-query-functions): New variable.
  4770.     (save-buffers-kill-emacs): Use it.
  4771.  
  4772.     * info.el (Info-build-node-completions): Add a call to widen.
  4773.     (Info-goto-emacs-command-node): Fix paren error.  Fix typo in message.
  4774.     (Info-restore-point): Use iteration instead of recursion.
  4775.  
  4776.     * debug.el (debug, debug-on-entry): Doc strings.
  4777.  
  4778. Wed Feb 23 14:16:33 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4779.  
  4780.     * bytecomp.el (byte-compile-file): Return nil on failure.
  4781.  
  4782. Wed Feb 23 09:57:11 1994  Gregor Schmid  (schmid@fb3-s7.math.tu-berlin.de)
  4783.  
  4784.     * tcl-mode.el (tcl-mode-menu): Move defvar.
  4785.     New order for menu entries.
  4786.  
  4787. Wed Feb 23 00:00:38 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4788.  
  4789.     * tcl-mode.el (tcl-mode): Handle files that don't start with #.
  4790.     (tcl-mode-menu): New keymap.
  4791.     (tcl-setup-keymap): Use tcl-mode-menu.
  4792.  
  4793.     * mouse.el (help-menu-map): Variable deleted, and its binding.
  4794.     (mouse-select-window): New command, now on mode-line mouse-1.
  4795.     (mouse-delete-other-windows): Now on mode-line mouse-2.
  4796.     (mouse-split-window-horizontally): Now on mode-line C-mouse-2.
  4797.  
  4798.     * subr.el (posn-x-y): New function.
  4799.     (posn-col-row): Convert coords from pixels to glyph units.
  4800.  
  4801. Tue Feb 22 15:56:56 1994  Jay K. Adams  (jka@mustang.ece.cmu.edu)
  4802.  
  4803.     * jka-compr.el: (jka-compr-partial-uncompress): Make dd give you
  4804.     one more block than you think you need.
  4805.  
  4806.     * jka-compr.el (jka-compr-dd-blocksize): Change default value to 256.
  4807.  
  4808. Tue Feb 22 10:34:03 1994  Hans Chalupsky  (hans@hydra.cs.Buffalo.EDU)
  4809.  
  4810.     * advice.el: Removed all support for Emacs-18:
  4811.     Removed autoload for `backquote'.
  4812.     Removed arglist specifications for `documentation' and `fset'.
  4813.     (ad-emacs19-p, ad-use-jwz-compiler): Removed these variables.
  4814.     (ad-lemacs-p, ad-v19-compiled-p, ad-subr-arglist, 
  4815.     ad-make-advised-docstring): Removed reference to `ad-emacs19-p'.
  4816.     (ad-compiled-p): Renamed from `ad-v19-compiled-p'.  Removed old
  4817.     definition of `ad-compiled-p'.
  4818.     (ad-compiled-code): Renamed from `ad-v19-compiled-code'.
  4819.     (ad-arglists, ad-docstring, ad-interactive-form): Use new names.
  4820.     (ad-body-forms): Always return nil for compiled definitions.
  4821.     (ad-compile-function): Simplified, because the v19 incarnation of
  4822.     `byte-compile' can compile macros.
  4823.     (ad-real-byte-codify): Removed.
  4824.     (ad-execute-defadvices): Removed. The `defadvice's it contained
  4825.     are now at the top level.
  4826.     (ad-advised-byte-code-definition): Renamed to `ad-advised-byte-code'
  4827.     and removed the definition of `ad-advised-byte-code' via `fset'.
  4828.     (ad-advised-byte-code-definition, ad-recover-byte-code, 
  4829.     ad-stop-advice, ad-recover-normality): Removed
  4830.     `ad-real-byte-codify'-cation of their definitions.
  4831.     (ad-adjust-stack-sizes): Removed.
  4832.     (ad-enable-definition-hooks, ad-disable-definition-hooks): 
  4833.     Removed v19 conditionalization.
  4834.  
  4835.     * advice.el: Fixed the problematic interaction between the
  4836.     byte-compiler and Advice when `ad-activate-on-definition' was t which
  4837.     resulted in erroneous compilation of nested `defun/defmacro's:
  4838.     (byte-compile-from-buffer, byte-compile-top-level): Advised
  4839.     to temporarily deactivate the advice of `defun/defmacro'.
  4840.     (ad-advised-definers, ad-advised-byte-compilers): New variables.
  4841.     (ad-enable-definition-hooks, ad-disable-definition-hooks):
  4842.     En/disable the advised byte-compiler entry points.
  4843.  
  4844.     * advice.el (defadvice): Implement a `freeze' option which expands
  4845.     the `defadvice' into a redefining and dumpable `defun/defmacro'
  4846.     whose documentation can be written to the `DOC' file. Frozen
  4847.     advices cannot be undone, hence, they do not need any Advice
  4848.     runtime support.
  4849.     (ad-defadvice-flags): Add `freeze' flag.
  4850.     (ad-make-advised-docstring, ad-make-single-advice-docstring):
  4851.     New STYLE option for `plain' and `freeze' styles. Slightly
  4852.     changed the default formatting of advised docstrings.
  4853.     (ad-make-plain-docstring, ad-make-freeze-docstring): New functions.
  4854.  
  4855.     * advice.el: (ad-recover-all, ad-scan-byte-code-for-fsets): 
  4856.     Removed unused condition variable `ignore-errors'.
  4857.  
  4858.     * advice.el (ad-save-real-definition): New macro to save real
  4859.     definitions of functions used by Advice.
  4860.     Use `ad-save-real-definition' to save definitions of `fset',
  4861.     `byte-code' and now also `documentation'.
  4862.     (ad-subr-arglist, ad-docstring, ad-make-advised-docstring):
  4863.     Use `ad-real-documentation' to avoid interference with the
  4864.     advised version of `documentation'.
  4865.  
  4866.     * advice.el (ad-execute-defadvices): Copy advice infos.
  4867.  
  4868.     * advice.el (ad-start-advice-on-load): Default changed to t.
  4869.  
  4870. Tue Feb 22 21:38:47 1994  Ed Reingold  (reingold@mole.gnu.ai.mit.edu)
  4871.  
  4872.     * calendar.el (calendar-cursor-to-date): Fix to handle starred
  4873.         days correctly.
  4874.  
  4875. Tue Feb 22 19:30:00 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  4876.  
  4877.     * rmail.el (rmail-insert-inbox-text): Recognize the spool
  4878.     directory even if symlinks are present.
  4879.  
  4880. Mon Feb 21 16:35:47 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  4881.  
  4882.     * window.el (shrink-window-if-larger-than-buffer): Don't shrink if
  4883.     the window that would expand is the minibuffer.
  4884.  
  4885. Sun Feb 20 21:49:23 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4886.  
  4887.     * picture.el (picture-mode-map): Replace delete-backward-char
  4888.     like backward-delete-char-untabify.
  4889.  
  4890. Fri Feb 18 14:42:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4891.  
  4892.     * cal-mayan.el (calendar-string-to-mayan-long-count): Don't
  4893.     assume that periods must end numbers.  Look for digit runs explicitly.
  4894.  
  4895.     * subr.el (substitute-key-definition): Don't discard menu strings.
  4896.  
  4897.     * lisp.el (lisp-complete-symbol): Doc fix.
  4898.  
  4899.     * mouse.el (mouse-delete-max-match): Set len properly.
  4900.  
  4901.     * jka-compr.el: New file.
  4902.  
  4903.     * double.el: New file.
  4904.  
  4905.     * gud.el (gud-mode): Define C-c C-l in gud buffer.
  4906.  
  4907.     * soundex.el: New file.
  4908.  
  4909. Fri Feb 18 02:51:33 1994  Paul Eggert  (eggert@twinsun.com)
  4910.  
  4911.     * (vc-lookup-triple): Yield nil, not "", if version name is nil.
  4912.  
  4913. Thu Feb 17 00:55:30 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4914.  
  4915.     * ange-ftp.el (ange-ftp-insert-file-contents): New arg REPLACE.
  4916.  
  4917.     * lmenu.el: Delete the code to enable menu bars.
  4918.  
  4919.     * lisp.el (defun-prompt-regexp): Now a user variable.
  4920.  
  4921.     * files.el (revert-buffer): Use new insert-file-contents replace arg.
  4922.  
  4923. Thu Feb 17 00:54:54 1994  Noah Friedman  (friedman@prep.ai.mit.edu)
  4924.  
  4925.         * files.el (interpreter-mode-alist): Add entries for awk, gawk, and
  4926.         scm scripts. 
  4927.  
  4928. Wed Feb 16 19:11:36 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4929.  
  4930.     * compile.el (compilation-error-regexp-alist): Tighten up Ultrix
  4931.     3.0 f77 regexp to exclude : from file names; avoids lossage when :
  4932.     appears in error text.
  4933.  
  4934. Wed Feb 16 13:19:40 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4935.  
  4936.     * files.el (recover-file): Call auto-save-file-name-p correctly.
  4937.  
  4938.     * cplus-md.el (c++-mode): Set parse-sexp-ignore-comments to t.
  4939.  
  4940. Wed Feb 16 15:02:07 1994  Stephen Gildea  (gildea@x.org)
  4941.  
  4942.     * time-stamp.el (time-stamp-start): Allow more white space
  4943.     between keyword and time stamp.
  4944.  
  4945. Tue Feb 15 17:28:12 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4946.  
  4947.     * faces.el (face-try-color-list): Don't rely on errors from using
  4948.     a color that the server can't really support.
  4949.  
  4950. Mon Feb 14 18:46:26 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4951.  
  4952.     * files.el (interpreter-mode-alist): New variable.
  4953.     (set-auto-mode): Use that for chosing a mode.
  4954.  
  4955. Mon Feb 14 14:50:38 1994  Karl Heuer  (kwzh@geech.gnu.ai.mit.edu)
  4956.  
  4957.     * simple.el (current-word): Remove (interactive).
  4958.  
  4959. Mon Feb 14 14:18:23 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4960.  
  4961.     * sendmail.el (mail-mailer-swallows-blank-line): Fix regexp typo.
  4962.     Check for apparent header line as well as for leading whitespace.
  4963.  
  4964. Sat Feb 12 00:06:50 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4965.  
  4966.     * simple.el (undo, yank): Set this-command to t at start,
  4967.     and set it correctly at the end.
  4968.  
  4969.     * startup.el (inhibit-startup-echo-area-message): New variable.
  4970.     (command-line-1): Undo prev change.
  4971.     New test for whether to suppress echo area message.
  4972.     Update copyright year in displayed message.
  4973.  
  4974.     * faces.el (face-initialize): Specify default characteristics
  4975.     for the    standard faces.  Use face-fill-in to set up existing frames.
  4976.     (face-fill-in, face-try-color-list): New subroutines.
  4977.     Handle underline, foreground and background in the
  4978.     frame-independent info of a face.
  4979.     (x-create-frame-with-faces): Use face-fill-in.
  4980.     (x-initialize-frame-faces): Function deleted.
  4981.  
  4982. Fri Feb 11 23:18:33 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  4983.  
  4984.     * apropos.el (super-apropos-check-doc-file): Don't attempt to
  4985.     retrieve function documentation from a symbol with no function
  4986.     binding.
  4987.  
  4988. Fri Feb 11 17:55:38 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4989.  
  4990.     * perl-mode.el (perl-mode): Set parse-sexp-ignore-comments.
  4991.  
  4992. Fri Feb 11 17:07:56 1994  Paul Eggert  (eggert@twinsun.com)
  4993.  
  4994.     * editfns.c (init_editfns): Look at LOGNAME before USER.
  4995.     * fileio.c (Fsubstitute_in_file_name): Remove long-dead code
  4996.     that looked at USER before LOGNAME.
  4997.  
  4998.     * time.el (display-time-filter):  Remove unnecessary (getenv "LOGNAME")
  4999.     and (getenv "USER"), since (user-login-name) already does this.
  5000.     * gnuspost.el (gnus-inews-login-name): Likewise.
  5001.     * gnus.el (gnus-user-login-name): Fix doc string accordingly.
  5002.     * subr.el (user-original-login-name):  Reduce to a defalias, since
  5003.     it's redundant with user-login-name.  All callers changed to use
  5004.     user-login-name.
  5005.  
  5006. Fri Feb 11 00:56:37 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  5007.  
  5008.     * replace.el (perform-replace): Check for empty stack.
  5009.  
  5010.     * completion.el: Fix spelling of pre-command-hook.
  5011.  
  5012.     * simple.el: Fix syntax used for C-SPC.
  5013.  
  5014. Fri Feb 11 00:54:46 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5015.  
  5016.     * etags.el (etags-goto-tag-location): First go directly to
  5017.     STARTPOS and see if PAT is right there.
  5018.  
  5019. Thu Feb 10 03:35:26 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5020.  
  5021.     * shell.el (shell-get-current-command): Make regexp more selective.
  5022.  
  5023. Thu Feb 10 06:26:23 1994  David Megginson  (dmeggins@aix1)
  5024.  
  5025.     * mode-clone.el (clone-init-mode-variables): Don't defvar
  5026.     variables if already bound.  Put on clone-unmerged props if
  5027.     they were not bound.
  5028.     (clone-make-docstring): Install the map unconditionally;
  5029.     set clone-unmerged property to nil.  No clone-merged property.
  5030.     (clone-set-syntax-table): Set clone-unmerged prop, not clone-merged.
  5031.     (clone-set-abbrev-table): Call clone-merge-abbrev-tables.
  5032.     Don't touch properties here.
  5033.     (clone-merge-keymaps): Splice out the `keymap' of the OLD map.
  5034.     (clone-merge-abbrev-tables): New function.
  5035.  
  5036. Thu Feb 10 02:38:02 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5037.  
  5038.     * mouse.el (mouse-start-end): For double click with START on openparen,
  5039.     start forward scan from START.
  5040.  
  5041. Wed Feb  9 23:43:29 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5042.  
  5043.     * font-lock.el (lisp-font-lock-keywords-2): Quote the * in let*.
  5044.  
  5045. Wed Feb  9 17:21:54 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  5046.  
  5047.     * outline.el (outline-mode): Fix spelling of add-hook.
  5048.  
  5049.     * vc.el (vc-comment-to-change-log): Load add-log before binding
  5050.     add-log-current-defun-function.
  5051.  
  5052.     * mouse.el (mouse-start-end): Check START rather than point for
  5053.     being at eob.
  5054.  
  5055. Wed Feb  9 00:36:04 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5056.  
  5057.     * server.el (server-program): Use expand-file-name.
  5058.  
  5059.     * time.el (display-time): Use expand-file-name to make
  5060.     file name of wakeup.
  5061.  
  5062.     * novice.el (disabled-command-hook): Use eq to compare elts
  5063.     of this-command-keys.  Choose the appropriate kind of Meta.
  5064.  
  5065. Tue Feb  8 23:08:22 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  5066.  
  5067.     * rmail.el (rmail-expunge-and-save): Mark summary buffer as
  5068.     unmodified.
  5069.     * rmailsum.el (rmail-summary-expunge-and-save): Likewise.
  5070.  
  5071.     * rmailout.el: Add (require 'rmail) so the macro will be
  5072.     byte-compiled properly.
  5073.  
  5074. Tue Feb  8 18:49:25 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5075.  
  5076.     * outline.el (show-children): Don't narrow to (1+ (point-max)) when
  5077.     exposing the last level-n header in the buffer.
  5078.  
  5079. Tue Feb  8 18:03:14 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5080.  
  5081.     * autoload.el (generate-file-autoloads): Don't frob literal
  5082.     formfeeds into \f; just bind print-escape-newlines to t around
  5083.     printing (now has same effect).
  5084.  
  5085. Tue Feb  8 17:25:45 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  5086.  
  5087.     * rmail.el (rmail-variables): Make local variables permanent, so
  5088.     the user can safely change major modes during an edit.
  5089.     * rmailedit.el (rmail-edit-current-message): Likewise.
  5090.  
  5091. Tue Feb  8 12:49:22 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5092.  
  5093.     * version.el (emacs-minor-version, emacs-major-version):
  5094.     New variables.
  5095.  
  5096.     * faces.el (copy-face): Doc fix.
  5097.  
  5098.     * finder.el (finder-mode): Doc fix.
  5099.  
  5100.     * sendmail.el (mail-signature): Insert a `-- ' line.
  5101.  
  5102. Tue Feb  8 00:06:13 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  5103.  
  5104.     * subr.el (make-syntax-table): Behave like copy-syntax-table if an
  5105.     argument is given, for backward compatibility.
  5106.  
  5107. Mon Feb  7 18:38:44 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  5108.  
  5109.     * autoload.el (batch-update-autoloads): Add missing close paren.
  5110.  
  5111.     * ange-ftp.el (ange-ftp-load): Honor the NOERROR and NOSUFFIX
  5112.     flags.
  5113.  
  5114. Mon Feb  7 18:06:00 1994  Lawrence R. Dodd  (dodd@roebling.poly.edu)
  5115.  
  5116.     * sendmail.el (mail-signature): Doc mod.
  5117.  
  5118.     * lisp.el (insert-parentheses): Doc mod.
  5119.  
  5120. Mon Feb  7 17:19:12 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5121.  
  5122.     * autoload.el (autoload-trim-file-name): New function.
  5123.     (generate-file-autoloads): Bind print-readably to t for Lucid.
  5124.     Use autoload-trim-file-name on FILE when inserting the name.  Scan
  5125.     written text and fix up ^L to \f and ( at bol in doc string to \(.
  5126.     (update-file-autoloads): When we find a later file's section, set
  5127.     FOUND to 'new.  If FOUND is 'new after loop, check file for autoload
  5128.     cookies and don't call generate-file-autoloads if none.
  5129.     (update-directory-autoloads): Get absolute file names from
  5130.     directory-files.
  5131.     (batch-update-autoloads): Rewrite from jwz to process later files in a
  5132.     directory after one file errs.
  5133.  
  5134. Mon Feb  7 16:03:29 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5135.  
  5136.     * desktop.el (desktop-bug-report): Command deleted.
  5137.  
  5138. Mon Feb  7 14:08:38 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5139.  
  5140.     * rcompile.el (remote-compile): Set comint-file-name-prefix in the
  5141.     compilation buffer.
  5142.  
  5143. Mon Feb  7 13:40:24 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  5144.  
  5145.     * simple.el (push-mark): Fix Roland's misplaced paren around
  5146.     call to marker-buffer.
  5147.  
  5148. Mon Feb  7 08:52:32 1994  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  5149.  
  5150.     * calendar.el (calendar-mode-line-format): Change "current" to "today".
  5151.     (calendar-cursor-to-date): Add optional parameter to cause error
  5152.     signal when cursor is not on a date---this allows lots of
  5153.     simplifications throughout the code.
  5154.     (calendar-forward-month,calendar-set-mark,
  5155.     calendar-exchange-point-and-mark,calendar-count-days-region,
  5156.     calendar-print-day-of-year,calendar-print-iso-date,
  5157.     calendar-print-julian-date,calendar-print-islamic-date,
  5158.     calendar-print-hebrew-date,calendar-print-astro-day-number):
  5159.     Use simplification.
  5160.  
  5161.     * holidays.el (calendar-cursor-holidays): Use new error arg
  5162.     to calendar-cursor-to-date.
  5163.  
  5164.     * diary.el (view-diary-entries,diary-islamic-date): Use new error arg
  5165.     to calendar-cursor-to-date.
  5166.  
  5167.     * diary-ins.el (insert-diary-entry,insert-weekly-diary-entry,
  5168.     insert-monthly-diary-entry,insert-yearly-diary-entry,
  5169.     insert-anniversary-diary-entry,insert-block-diary-entry,
  5170.     insert-cyclic-diary-entry,insert-hebrew-diary-entry,
  5171.     insert-monthly-hebrew-diary-entry,insert-yearly-hebrew-diary-entry,
  5172.     insert-islamic-diary-entry,insert-monthly-islamic-diary-entry,
  5173.     insert-yearly-islamic-diary-entry): Use new error arg
  5174.     to calendar-cursor-to-date.
  5175.  
  5176.     * solar.el (calendar-sunrise-sunset): Use new error arg
  5177.     to calendar-cursor-to-date.
  5178.  
  5179.     * cal-french.el (calendar-print-french-date,diary-french-date):
  5180.     Use new error arg to calendar-cursor-to-date.
  5181.  
  5182.     * cal-mayan.el (calendar-print-mayan-date): Use new error arg
  5183.     to calendar-cursor-to-date.
  5184.  
  5185.     * solar.el (sunrise-sunset): Allow it to be called without an
  5186.     argument (as advertized).
  5187.  
  5188. Mon Feb  7 00:40:20 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5189.  
  5190.     * iso-transl.el: Set up Alt keys as well as C-x 8 prefix.
  5191.     No need to create the prefix submaps explicitly.
  5192.     (iso-transl-char-map): New variable.
  5193.     Change the sequences aa and ae to just a and e.
  5194.  
  5195.     * iso-insert.el: Change the sequences aa and ae to just a and e.
  5196.  
  5197.     * gomoku.el (gomoku-init-display, gomoku-put-char): 
  5198.     Bind inhibit-read-only; don't set buffer-read-only.
  5199.  
  5200.     * tar-mode.el (tar-pad-to-blocksize): 
  5201.     Bind inhibit-read-only, not buffer-read-only.
  5202.  
  5203.     * makefile.el (makefile-browser-fill, makefile-browser-toggle): 
  5204.     Bind inhibit-read-only; don't set buffer-read-only.
  5205.  
  5206.     * hideif.el (show-ifdefs, hide-ifdefs): Bind inhibit-read-only.
  5207.     Set buffer-read-only directly.
  5208.     (hide-ifdef-block): Likewise.
  5209.     (show-ifdef-block): Bind inhibit-read-only; don't set buffer-read-only.
  5210.  
  5211.     * hexl.el (hexl-mode): Bind inhibit-read-only;
  5212.     don't alter buffer-read-only.
  5213.     (hexl-mode-exit): Likewise.
  5214.  
  5215.     * cmacexp.el (c-macro-expand): Check inhibit-read-only.
  5216.  
  5217. Mon Feb  7 00:08:43 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5218.  
  5219.     * autoload.el (update-file-autoloads): Never ask the user where to
  5220.     put a new section.  While searching the file, look for an
  5221.     alphabetically later file's section, and insert the new section
  5222.     before it.
  5223.  
  5224. Sun Feb  6 21:24:10 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5225.  
  5226.     * simple.el (push-mark): Don't push on global-mark-ring if its car
  5227.     is a marker in the current buffer.
  5228.  
  5229.     * simple.el (global-mark-ring, global-mark-ring-max): New variables.
  5230.     (push-mark): Also push a marker on the global-mark-ring.
  5231.     (pop-global-mark): New function; on C-x C-@, C-x C-SPC.
  5232.  
  5233. Sun Feb  6 14:21:21 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5234.  
  5235.     * rcompile.el: New file.
  5236.  
  5237.     * c-mode.el (indent-c-exp): If line starts with }, ignore what
  5238.     the previous line ends with.
  5239.  
  5240.     * cc-mode.el: Renamed from cplus-md1.el.
  5241.  
  5242.     * simple.el (kill-region): Test inhibit-read-only.
  5243.  
  5244.     * files.el (auto-mode-alist): Add elt for .tcl files.
  5245.     Move texinfo elts up.
  5246.  
  5247.     * tcl-mode.el: Doc fixes.
  5248.     (tcl-mode): Add autoload.
  5249.     (tcl-prefix-key): Changed to C-c.
  5250.  
  5251.     * tcl-mode.el: New file.
  5252.  
  5253. Sun Feb  6 17:37:06 1994  Lawrence R. Dodd  (dodd@roebling.poly.edu)
  5254.  
  5255.     * dired.el (dired-listing-switches): Doc fix.
  5256.  
  5257. Sat Feb  5 20:45:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5258.  
  5259.     * mouse.el (mouse-yank-secondary): Do move point.
  5260.     (mouse-yank-at-point): New var.
  5261.     (mouse-yank-at-click, mouse-yank-secondary) Obey that.
  5262.  
  5263.     * menu-bar.el: Use > as convention for another menu follows.
  5264.     (menu-bar-edit-menu): Add entry for Emerge.
  5265.     * emerge.el (menu-bar-emerge-menu): New map.
  5266.  
  5267.     * emerge.el: Add defvars for many vars already being used.
  5268.     (emerge-options-menu, emerge-merge-menu, emerge-move-menu): New vars.
  5269.     (emerge-setup-fixed-keymaps): Set up emerge-move-menu,
  5270.     emerge-merge-menu and emerge-options-menu.  Put them into
  5271.     emerge-fast-keymap.
  5272.     (emerge-set-keys): Put them into the emerge-edit-keymap.
  5273.     (emerge-minor-modes-list): Add defvar.
  5274.     (emerge-before-flag, emerge-after-flag): Move defvars up.
  5275.     (emerge-files-remote, emerge-files-with-ancestor-remote):
  5276.     (emerge-remote-exit): Var exit-func renamed to emerge-exit-func.
  5277.  
  5278. Sat Feb  5 15:58:53 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5279.  
  5280.     * rlogin.el (rlogin-delchar-or-send-Ctrl-D): Call
  5281.     rlogin-send-Ctrl-D.  Doc fix.
  5282.  
  5283.     * rlogin.el: Removed many extra autoload cookies.
  5284.     (rlogin-send-Ctrl-D): New function, on C-c C-d.
  5285.  
  5286. Sat Feb  5 00:05:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5287.  
  5288.     * profile.el: Comment changes and doc fixes.
  5289.     The C program in the comments was moved into ../lib-src/profile.c.
  5290.  
  5291. Fri Feb  4 01:26:56 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5292.  
  5293.     * rect.el (string-rectangle): Make operate-on-rectangle convert tabs.
  5294.     (string-rectangle-line): After inserting string, insert the same
  5295.     width of whitespace that we deleted earlier.
  5296.     (operate-on-rectangle): Operate even if width is 0.
  5297.     (open-rectangle-line): Clean up.
  5298.  
  5299.     * outline.el (outline-end-of-subtree): If loop leaves us at eob,
  5300.     don't move back from there.
  5301.  
  5302.     * vc-hooks.el (vc-make-backup-files): Doc fix.
  5303.  
  5304.     * rmail.el (rmail-reply): If no resent-date, use ordinary date.
  5305.     If no resent-to, use empty string for to.
  5306.  
  5307.     * hideif.el: Delete bindings for C-c C-f, C-c C-b, C-c C-u, C-c C-d,
  5308.     C-c C-p and C-c C-n.  Move C-c C-h to C-c C-d.
  5309.     (define-hide-ifdef-mode-map): Remove this code
  5310.     from a function and execute it at load time.
  5311.     (hide-ifdef-mode-submap): New variable holds the list of commands.
  5312.     (hide-ifdef-mode-map): Set this up with a prefix key
  5313.     and put it in minor-mode-map-alist.
  5314.     (hide-ifdef-mode-map-before): Variable deleted.
  5315.     (hide-ifdef-mode): Use force-mode-line-update.
  5316.     Delete the code to manipulate keymaps.
  5317.  
  5318.     * outline.el (outline-mode-map): Move C-c C-h to C-c C-d.
  5319.  
  5320.     * terminal.el (te-escape-help, te-more-break-help, terminal-emulator):
  5321.     Pass just one KEYMAP arg to where-is-internal.
  5322.  
  5323.     * calendar.el (calendar-mode-map): 
  5324.     Pass (keymap) as KEYMAP arg to where-is-internal.
  5325.     * edmacro.el (edit-kbd-macro, edmacro-finish-edit, insert-kbd-macro):
  5326.     Pass (keymap) as KEYMAP arg to where-is-internal.
  5327.     * hideif.el (define-hide-ifdef-mode-map): 
  5328.     Pass (keymap) as KEYMAP arg to where-is-internal.
  5329.     * macros.el (insert-kbd-macro): 
  5330.     Pass (keymap) as KEYMAP arg to where-is-internal.
  5331.  
  5332. Fri Feb  4 16:25:28 1994  Morten Welinder  (terra@tyr.diku.dk)
  5333.  
  5334.     * desktop.el (desktop-internal-v2s): Allow saving of markers and subrs.
  5335.     (desktop-delay-hook): New variable.
  5336.     (desktop-read): Run desktop-delay-hook.
  5337.     (desktop-globals-to-save): Save register-alist.
  5338.     Always make desktop-locals-to-save local.
  5339.     (desktop-value-to-string): Make sure floating point numbers are
  5340.     output with maximum accuracy.
  5341.     (desktop-bug-report): New function.
  5342.  
  5343.     * desktop.el (desktop-internal-v2s): New function.
  5344.     (desktop-value-to-string): Use above function.
  5345.  
  5346.     * desktop.el (desktop-buffers-not-to-save): Add regexp for "nn"
  5347.     temporary files.
  5348.     (desktop-save, <top-level>): Remove support for Emacs 18, because
  5349.     it's not worth the effort and didn't work anymore, anyway.
  5350.     (desktop-save): Needn't bind `print-escape-newlines' anymore.
  5351.  
  5352. Thu Feb  3 19:28:44 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5353.  
  5354.     * simple.el (do-auto-fill): Don't break line at period-single-space.
  5355.  
  5356.     * fill.el (sentence-end-double-space): New variable.
  5357.     (fill-region-as-paragraph): Handle it.
  5358.  
  5359.     * rmailout.el (rmail-output): Handle rmail-output-file-alist.
  5360.  
  5361.     * simple.el (comment-region): Fix previous change.
  5362.  
  5363.     * mode-clone.el: New file.
  5364.     (define-mode-clone): Renamed from mode-clone.
  5365.     Swap args PARENT and CHILD.
  5366.     Don't use clone-run-setup-function.
  5367.     (clone-run-setup-function): Function deleted.
  5368.  
  5369. Thu Feb  3 18:49:15 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  5370.  
  5371.     * simple.el (backward-word): Rms changed `interactive' to be
  5372.     `INTERACTIVE' on Feb 1.  I changed it back.
  5373.  
  5374. Thu Feb  3 15:25:59 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5375.  
  5376.     * cplus-md1.el: Fix terminology used to name various Emacs versions. 
  5377.  
  5378.     * server.el (server-done): If we kill the old buffer,
  5379.     and server-buffer-done gives us nil, return the new current buffer.
  5380.  
  5381. Thu Feb  3 12:46:48 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  5382.  
  5383.     * c-mode.el (c-fill-paragraph): Delete extraneous close paren.
  5384.  
  5385. Wed Feb  2 00:00:40 1994  Barry A. Warsaw, ITB  (warsaw@anthem)
  5386.  
  5387.     * cplus-md1.el (c-lineup-arglist): Add kludge for
  5388.     arglist-cont-nonempty to get correct indentation.
  5389.     (c-guess-basic-semantics): CASE 5D: arglist-cont-nonempty's relpos
  5390.     needs to be boi of containing-sexp paren.  This is good for + offset,
  5391.     but bad for c-lineup-arglist, so add the kludge described above.
  5392.  
  5393. Wed Feb  2 17:51:19 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5394.  
  5395.     * server.el (server-buffer-done): If buffer is dead, don't bury it.
  5396.  
  5397.     * font-lock.el (dired-font-lock-keywords): New variable.
  5398.     (font-lock-set-defaults): Handle dired.el.
  5399.  
  5400.     * server.el (server-program): Add exec-directory to value.
  5401.  
  5402. Wed Feb  2 16:35:22 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  5403.  
  5404.     * sort.el (sort-paragraphs): Use proper paragraph definition
  5405.     instead of just checking for whitespace.
  5406.  
  5407.     * advice.el (ad-execute-defadvices): Don't allocate advice-infos
  5408.     in pure space, in case we want to preload this file.
  5409.  
  5410. Wed Feb  2 16:39:27 1994  Mike Williams  (mikew@pooh.dosli.govt.nz)
  5411.  
  5412.     * mouse-sel.el (mouse-sel-version): Don't base version number on
  5413.     RCS revision.  Updated to version 2.0.
  5414.     (mouse-sel-set-selection-function, mouse-sel-get-selection-function,
  5415.      mouse-sel-check-selection-function): 
  5416.     Check whether X11 functions are bound when setting defaults.
  5417.     (mouse-extend): Check whether modify-frame-parameters is bound before
  5418.     calling it.  Add support to kill region with double-mouse-3.
  5419.  
  5420.     * thingatpt.el (thing@pt-version): Removed variable.
  5421.  
  5422. Wed Feb  2 14:57:20 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5423.  
  5424.     * avoid.el: Doc fix.
  5425.  
  5426.     * font-lock.el (shell-font-lock-keywords): Doc fix.
  5427.  
  5428. Wed Feb  2 18:56:02 1994  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  5429.  
  5430.     * vc-hooks.el (vc-mode-line): Use force-mode-line-update instead
  5431.     of the Emacs 18 kluge.
  5432.  
  5433. Wed Feb  2 13:46:13 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5434.  
  5435.     * novice.el (disable-command): Reject invalid commands.
  5436.  
  5437. Wed Feb  2 02:44:48 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  5438.  
  5439.     * help-macro.el (make-help-screen): Remove debugging code.
  5440.  
  5441. Tue Feb  1 23:39:31 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  5442.  
  5443.     * files.el (file-relative-name): Allow for ancestors as well
  5444.     as descendants.
  5445.  
  5446. Wed Feb  2 03:27:26 1994  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  5447.  
  5448.     * vc.el    (vc-parse-buffer): arrange for old properties to get
  5449.     cleared when their match string is not found in the master file.
  5450.  
  5451. Tue Feb  1 12:13:34 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5452.  
  5453.     * font-lock.el (font-lock-set-defaults): Handle shell mode.
  5454.     (shell-font-lock-keywords): New variable.
  5455.  
  5456.     * simple.el (comment-region): Handle comment-end deletion for C-u.
  5457.     Don't let short lines confuse the comment-end deletion.
  5458.  
  5459.     * pascal.el: Many doc fixes.
  5460.     (pascal-get-beg-of-line, pascal-get-end-of-line):
  5461.     Use defsubst.  Renamed from get-...
  5462.     (pascal-within-string): Use defsubst.
  5463.     (delete-whitespaces): Function deleted;
  5464.     callers use delete-horizontal-space instead.
  5465.     (pascal-string-diff): Renamed from string-diff.
  5466.  
  5467.     * files.el (auto-mode-alist): Add .p and .pas for pascal-mode.
  5468.  
  5469.     * simple.el (comment-region): Just C-u prefix means uncomment lines.
  5470.  
  5471.     * files.el (revert-buffer): Doc fix.
  5472.  
  5473. Tue Feb  1 15:21:25 1994  Espen Skoglund  (espensk@stud.cs.uit.no)
  5474.  
  5475.     * pascal.el: Complete rewrite.  Added an outline-
  5476.     minor-mode and completion.
  5477.  
  5478. Tue Feb  1 01:32:48 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  5479.  
  5480.     * files.el (revert-buffer): Reposition after-revert-hook, and add
  5481.     before-revert-hook.
  5482.     * font-lock.el (font-lock-mode): Use the new hooks to get proper
  5483.     behavior on a revert.
  5484.  
  5485. Tue Feb  1 00:16:31 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5486.  
  5487.     * tabify.el (tabify): Don't delete back before initial START.
  5488.  
  5489.     * appt.el: (appt-display-interval, appt-display-duration)
  5490.     (appt-message-warning-time): Use larger defaults.
  5491.  
  5492. Mon Jan 31 22:59:09 1994    (saw@cebaf.gov)
  5493.  
  5494.     * fortran.el (calculate-fortran-indent): Handle
  5495.     Fortran 90 INTERFACE and SELECT/CASE blocks.
  5496.  
  5497. Mon Jan 31 17:53:57 1994  Boris Goldowsky  (boris@moose.cs.rochester.edu)
  5498.  
  5499.     * avoid.el: (mouse-avoidance-nudge-mouse): Use (frame-width) and
  5500.     (frame-height) instead of erroneous (window-width) and (window-height).
  5501.     (mouse-avoidance-simple-hook): Raise frame first.
  5502.     (mouse-avoidance-fancy-hook): If moving mouse would enter
  5503.     another frame, stay put.
  5504.     * avoid.el: Doc fixes.
  5505.  
  5506. Mon Jan 31 18:05:38 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5507.  
  5508.     * etags.el (visit-tags-table-buffer): Don't change
  5509.     VISIT-TAGS-TABLE-BUFFER-CONT when it is 'same.  Do list
  5510.     verification frobbing for it being either 'same or nil; but only
  5511.     set tags-table-list-started-at and tags-table-list-pointer when
  5512.     it's nil.
  5513.  
  5514. Mon Jan 31 11:40:53 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5515.  
  5516.     * outline.el (show-children): Don't call outline-level at eob.
  5517.  
  5518.     * tabify.el (tabify): Don't delete back before initial START.
  5519.  
  5520.     * appt.el (appt-display-interval, appt-display-duration)
  5521.     (appt-message-warning-time): Use larger defaults.
  5522.  
  5523. Mon Jan 31 07:05:45 1994  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
  5524.  
  5525.     * rmailsum.el (rmail-summary-mail, rmail-summary-continue,
  5526.     rmail-summary-reply, rmail-summary-retry-failure): Fix rmail
  5527.     summary commands to work with rmail-mail-new-frame.
  5528.  
  5529. Sun Jan 30 09:55:44 1994  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  5530.  
  5531.     * calendar.el (calendar-print-hebrew-date): Change to use
  5532.     calendar-hebrew-date-string.
  5533.  
  5534. Sat Jan 29 18:56:09 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5535.  
  5536.     * outline.el (minor-mode-alist): Don't add "Outl" if already added.
  5537.  
  5538.     * rmail.el (rmail-make-in-reply-to-field): Discard text properties from
  5539.     the address before printing it.
  5540.  
  5541. Fri Jan 28 11:41:47 1994  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  5542.  
  5543.     * cal-mayan.el (calendar-mayan-date-string): New function.
  5544.     (calendar-print-mayan-date, diary-mayan-date): Use it.
  5545.  
  5546.     * cal-french.el (calendar-french-date-string): New function.
  5547.     (calendar-print-french-date, diary-french-date): Use it.
  5548.  
  5549.     * cal-menu.el: New file with all menu support functions.
  5550.  
  5551.     * calendar.el (calendar-version): New function.
  5552.     Adjustments to commentary at top of file.
  5553.     (diary-entry-marker, calendar-today-marker,
  5554.     calendar-holiday-marker): Don't autoload them; change definitions
  5555.     to support monochrome and color workstations.
  5556.     (calendar-french-date-string,calendar-mayan-date-string): Autoload
  5557.     them.
  5558.     (calendar-day-of-year-string, calendar-iso-date-string,
  5559.     calendar-julian-date-string,calendar-islamic-date-string,
  5560.     calendar-hebrew-date-string,calendar-astro-date-string): New functions
  5561.     (calendar-print-day-of-year, calendar-print-iso-date, 
  5562.     calendar-print-iso-date,calendar-print-julian-date,
  5563.     calendar-print-islamic-date,calendar-print-hebrew-date,
  5564.     calendar-print-astro-day-number): Use them.
  5565.     (calendar-mode-map): Add mouse support.
  5566.     (calendar-unmark,mark-visible-calendar-date,calendar-mark-today):
  5567.     Rewritten.
  5568.  
  5569.     * diary.el (diary-day-of-year, diary-iso-date,    diary-islamic-date,
  5570.     diary-hebrew-date, diary-julian-date, diary-astro-day-number):
  5571.     Use new functions from calendar.el.
  5572.  
  5573.     * holidays.el (list-calendar-holidays): Fix mode line.
  5574.  
  5575.     * lunar.el (calendar-phases-of-moon): Fix mode line.
  5576.  
  5577.     * solar.el (calendar-sunrise-sunset): Add date to message.
  5578.  
  5579. Wed Jan 26 13:57:02 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5580.  
  5581.     * help.el (help-for-help): Doc fix.
  5582.  
  5583.     * help-macro.el (three-step-help): New option.
  5584.     (make-help-screen): Implement that option.
  5585.     Handle delete function key like DEL.
  5586.     Don't include the option list in the prompt when displaying
  5587.     a full window of options.
  5588.  
  5589.     * rmailsum.el (rmail-summary-undelete):
  5590.     If we don't undelete anything, don't move point.
  5591.  
  5592. Wed Jan 26 01:09:48 1994  Rick Sladkey  (jrs@world.std.com)
  5593.  
  5594.     * simple.el (next-line): Move error signaling and special end of
  5595.     line behavior into line-move so that next-line is symmetric with
  5596.     previous-line when next-line-add-newlines is nil.
  5597.     (line-move): Move as far as possible and ding with a message
  5598.     if the requested motion cannot be accomplished.  When
  5599.     selective-display is numeric, ensure point actually moves and does
  5600.     so to a visible line.
  5601.  
  5602. Tue Jan 25 00:27:14 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5603.  
  5604.     * c-mode.el (c-fill-paragraph): Handle C++ mode.
  5605.  
  5606. Mon Jan 24 18:51:51 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5607.  
  5608.     * appt.el (appt-check): Doc fix.
  5609.  
  5610.     * sendmail.el (mail-mailer-swallows-blank-line): New variable.
  5611.     (sendmail-send-it): Add extra newline if appropriate.
  5612.  
  5613. Fri Jan 21 11:29:57 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5614.  
  5615.     * paragraphs.el (forward-paragraph): Doc fix.
  5616.  
  5617. Fri Jan 21 23:29:12 1994  Michael Kifer  (kifer@cs.sunysb.edu)
  5618.  
  5619.     * appt.el (appt-check): Use the new variables
  5620.     appt-disp-window-function and appt-delete-window-function.
  5621.     (appt-disp-window-function): New variable.
  5622.     (appt-delete-window-function): New variable.
  5623.     (appt-delete-window): New function.
  5624.     (appt-disp-window): Don't delete the appt window here;
  5625.     instead, call appt-delete-window-function.
  5626.     Fixed bug that messed up the screen when appt-check ran
  5627.     when mouse is in the minibuffer.
  5628.     Call select-frame only if window-system.
  5629.  
  5630. Thu Jan 20 09:25:23 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5631.  
  5632.     * isearch.el (isearch-highlight): Do nothing if not window-system.
  5633.  
  5634.     * flow-ctrl.el (enable-flow-control-on): Do nothing if no TERM.
  5635.  
  5636.     * help-macro.el (make-help-screen): Use overriding-local-map.
  5637.     Recognize C-v and M-v properly.
  5638.     Compute help-screen after changing the map.
  5639.  
  5640. Wed Jan 19 09:21:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5641.  
  5642.     * isearch.el (isearch-push-state): Save isearch-case-fold-search.
  5643.     (isearch-top-state): Restore it.
  5644.  
  5645.     * simple.el (shell-command-on-region): If we quit the command,
  5646.     display the output buffer anyway.
  5647.  
  5648.     * compile.el (compilation-error-regexp-alist): Handle DEC AXP OSF/1.
  5649.  
  5650. Wed Jan 19 14:50:59 1993  Stephen Gildea  (gildea@x.org)
  5651.  
  5652.     * time-stamp.el: Better, more user-oriented doc strings.
  5653.     (time-stamp-mail-host): Now a user option.
  5654.     (time-stamp-current-year, time-stamp-hh:mm): Removed.
  5655.     (time-stamp-mm/dd/yy, time-stamp-dd/mm/yy): Removed.
  5656.     (time-stamp-yyyy-mm-dd): New function, ISO 8601 format.
  5657.  
  5658. Tue Jan 18 14:11:57 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5659.  
  5660.     * font-lock.el (font-lock-mode): Set after-revert-hook
  5661.     to refontify after revert.
  5662.  
  5663.     * files.el (revert-buffer): Run after-revert-hook. 
  5664.  
  5665. Mon Jan 17 17:43:06 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5666.  
  5667.     * paren.el (show-paren-command-hook): Do nothing when in kbd macro.
  5668.  
  5669. Mon Jan 17 16:44:41 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5670.  
  5671.     The most important new feature added to GNU Emacs in recent history.
  5672.     * yow.el (yow-file): Doc fix.
  5673.     (yow): With non-nil arg (prefix arg), insert the chosen pinhead
  5674.     wisdom at point.  Use (interactive-p) instead of arg to decide if
  5675.     interactive.
  5676.     (insert-zippyism): Yow!  Am I INSERTED yet?
  5677.  
  5678. Sun Jan 16 14:03:12 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5679.  
  5680.     * isearch.el (isearch-mode): Set overriding-local-map locally.
  5681.     Don't set isearch-old-local-map and don't call use-local-map.
  5682.     (isearch-done): Set overriding-local-map to nil.
  5683.     Don't call use-local-map.
  5684.     (isearch-old-local-map): Variable deleted.
  5685.  
  5686.     * menu-bar.el (menu-bar-file-menu): Add rmail, gnus, calendar items.
  5687.  
  5688.     * rmail.el (rmail-get-new-mail): Avoid error if file is empty.
  5689.  
  5690.     * paragraphs.el (forward-paragraph): If moving back we find nothing
  5691.     but separator lines till buffer beg, just stay there.
  5692.     Exit outer loop if at beg or end of buffer.
  5693.  
  5694. Sun Jan 16 04:11:04 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5695.  
  5696.     * compile.el (compilation-error-regexp-alist): Add regexp for
  5697.     Lucid lcc.  Element lists can now contain a 4th elt giving subexpr
  5698.     for the column.
  5699.     (next-error): Handle error records with column numbers.
  5700.     (compilation-parse-errors): Parse column numbers when the alist elt
  5701.     specifies it.  Use string-to-int instead of read for numbers from
  5702.     buffer text.
  5703.  
  5704. Sat Jan 15 23:35:50 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5705.  
  5706.     * upd-copyr.el (update-copyright): Wrap final copyright-matching
  5707.     regexp in parens, so \1 gets all the year tokens, not just the
  5708.     last.  (The old regexp won with the pre-POSIX defn of
  5709.     subexpressions with +.)
  5710.  
  5711. Sat Jan 15 09:36:13 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5712.  
  5713.     * isearch.el: SPC is not special in regexp within brackets.
  5714.     (isearch-within-brackets): New variable.
  5715.     (isearch-mode): Set that.
  5716.     (isearch-edit-string): Bind that.
  5717.     (isearch-search-and-update): Set that.
  5718.     (isearch-top-state): Set that.
  5719.     (isearch-push-state): Use that.
  5720.     (isearch-search): Set that.
  5721.  
  5722.     * files.el (set-auto-mode): Handle (REGEXP FUNCTION t) elements.
  5723.  
  5724.     * dired-x.el: New file.
  5725.  
  5726. Fri Jan 14 09:08:14 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5727.  
  5728.     * rmail.el (rmail-default-file): Renamed from rmail-last-file.
  5729.     (rmail-default-rmail-file): Renamed from rmail-last-...
  5730.     * rmailout.el: Use new names.
  5731.  
  5732.     * perl-mode.el: Change defconsts to defvars.  Doc fixes.
  5733.  
  5734.     * rmail.el (rmail-bury): Rename local rmail-buffer to buffer-to-bury.
  5735.     (rmail-set-message-counters): Avoid errors moving backwd if new file.
  5736.  
  5737.     * debug.el (debug): Bind unread-command-char to -1, not nil.
  5738.  
  5739.     * files.el (abbreviate-file-name): Don't convert / to ~/
  5740.     when the home dir is /.
  5741.  
  5742.     * term/lk201.el (function-key-map): Rename kp-period to kp-decimal.
  5743.     Add f1 thru f5.
  5744.     Change insertchar and deletechar to insert and delete.
  5745.  
  5746. Wed Jan 12 23:36:56 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5747.  
  5748.     * comint.el (comint-show-output): Leave point at start of output, 
  5749.     but push the mark.
  5750.  
  5751. Tue Jan 11 00:46:46 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5752.  
  5753.     * man.el (Man-default-man-args): Use Man-specified-section-option.
  5754.     (Man-default-man-entry): Likewise.
  5755.  
  5756.     * loaddefs.el (global-map): Add binding for C-M-delete.
  5757.  
  5758.     * simple.el (open-line): Treat all cases of enabled undo alike.
  5759.  
  5760.     * bytecomp.el (byte-compile-condition-case): Disable warning about
  5761.     symbol not naming a condition.  Allow a list of condition names.
  5762.  
  5763.     * hideif.el (hif-tokenize): Handle // comments after #if.
  5764.  
  5765. Mon Jan 10 13:14:06 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5766.  
  5767.     * isearch.el (isearch-mode): If not slow,
  5768.     clear isearch-window-configuration.
  5769.  
  5770.     * telnet.el (telnet): Fix previous change--tentative idea
  5771.     wasn't fully removed.
  5772.  
  5773. Mon Jan 10 15:33:43 1994  Lawrence R. Dodd  (dodd@roebling.poly.edu)
  5774.  
  5775.     * info.el (Info-follow-reference): If point is not in middle of a
  5776.     cross-reference but located somewhere on current line, make
  5777.     cross-reference the `default'.  If only one cross-reference
  5778.     located in node, make it `default'.
  5779.  
  5780. Mon Jan 10 07:03:12 1994  Michael D. Ernst  (mernst@monozygote)
  5781.  
  5782.     * mailabbrev.el (mail-abbrev-mode-regexp): Add Reply-to.
  5783.  
  5784. Sun Jan  9 18:22:35 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5785.  
  5786.     * term/x-win.el (vendor-key-syms): Fixed typo (extra parens).
  5787.  
  5788.     * debug.el (debug): Fixed typo (extra paren).
  5789.  
  5790. Sun Jan  9 11:37:52 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5791.  
  5792.     * debug.el (debug): Bind a bunch of vars, like last-command, to
  5793.     neutral values.  Save the outer values in debugger-last-command, etc.
  5794.     Put those saved values back into effect when returning.
  5795.     (debugger-eval-expression): Put the saved values into effect
  5796.     while evaluating, and store modified values back into
  5797.     debugger-outer-... after evaluating.
  5798.  
  5799.     * diff.el (diff-latest-backup-file): Call file-chase-links.
  5800.     (diff): Select the differences buffer.
  5801.  
  5802.     * c-mode.el (c-indent-region): Keep looping till reach endmark.
  5803.     Treat #-lines specially.
  5804.  
  5805.     * shell.el (shell-input-autoexpand): New variable.
  5806.     (shell-mode): Set comint-input-autoexpand.
  5807.     (shell-mode): Don't call shell-dirstack-message.
  5808.  
  5809.     * comint.el (comint-input-autoexpand): Make default nil.
  5810.  
  5811.     * term/x-win.el (vendor-key-syms): Add more HP keysyms and some Sun.
  5812.  
  5813. Sat Jan  8 04:44:25 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5814.  
  5815.     * term/x-win.el (vendor-key-syms): Set this variable.
  5816.  
  5817.     * rmailsum.el (rmail-summary-delete-forward): Fix regexp
  5818.     used for recognizing deleted message.
  5819.     (rmail-summary-output, rmail-summary-output-to-rmail-file):
  5820.     Use rmail-summary-delete-forward.
  5821.  
  5822.     * loadup.el: If there are no subversions yet, use 1.
  5823.  
  5824.     * gud.el (gud-common-init): Don't crash if no file specified.
  5825.  
  5826.     * rmailsum.el (rmail-summary-by-senders):
  5827.     Add missing arg to rmail-new-summary.
  5828.     (rmail-summary-output, rmail-summary-output-to-rmail-file): 
  5829.     Handle rmail-delete-after-output explicitly here.
  5830.  
  5831.     * flow-ctrl.el (enable-flow-control): Use prefix argument
  5832.     like minor modes.
  5833.     (enable-flow-control-memstr=): Function deleted.
  5834.     (enable-flow-control-on): Use member instead.
  5835.     (flow-control-c-q-replacement, flow-control-c-s-replacement): New vars.
  5836.  
  5837.     * loadup.el: Load version.el before site-load.el.
  5838.  
  5839. Sat Jan  8 12:20:03 1994  Lawrence R. Dodd  (dodd@roebling.poly.edu)
  5840.  
  5841.     * gnus.el (gnus-group-list-all-groups): Display a message in the
  5842.     echo area.
  5843.  
  5844. Fri Jan  7 00:36:49 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5845.  
  5846.     * loadup.el: Extend emacs-version based on which executable
  5847.     files exist.
  5848.     * version.el (emacs-version): Discard the third version component.
  5849.     * inc-vers.el, grow-vers.el: Files deleted.
  5850.  
  5851.     * dired.el (dired-move-to-filename-regexp): New variable.
  5852.     (dired-move-to-filename): Use that.
  5853.  
  5854.     * info.el (Info-directory-list): Change last elt to ../info (expanded).
  5855.  
  5856.     * startup.el (command-line-1): Improve echo area message wording.
  5857.     Don't print it if C-h C-p has been redefined.
  5858.  
  5859.     * ange-ftp.el (ange-ftp-hash-mark-msgs): Undo previous change.
  5860.  
  5861.     * lmenu.el (make-lucid-menu-keymap):
  5862.     Allow multiple identical inactive strings.
  5863.  
  5864. Thu Jan  6 10:25:28 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5865.  
  5866.     * comint.el (comint-show-output): Use (point-max) rather than
  5867.     erring when the comint-last-input-end marker points nowhere.
  5868.  
  5869.     * compile.el (compilation-parse-errors): Prepend
  5870.     comint-file-name-prefix (if boundp) to absolute file names culled
  5871.     from error msgs.
  5872.     (compile-abbreviate-directory): Prepend comint-file-name-prefix (if
  5873.     boundp) to DIR before other processing.
  5874.  
  5875.     * shell.el (shell-cd): Function removed.
  5876.     (shell-prefixed-directory-name): New defsubst.
  5877.     (shell-process-popd, shell-process-pushd, shell-process-cd,
  5878.     shell-resync-dirs): Apply it to ARG when it's a directory name.  Use
  5879.     (concat comint-file-name-prefix "~") in place of (getenv "HOME") or
  5880.     "~".  Call cd instead of shell-cd.
  5881.  
  5882.     * menu-bar.el (mouse-menu-choose-yank): Don't use
  5883.     rotate-yank-pointer; set kill-ring-yank-pointer explicitly
  5884.     instead.
  5885.  
  5886.     * compile.el (compilation-buffer-p): Move defsubst before all
  5887.     callers.
  5888.     (compilation-forget-errors): Reset compilation-parsing-end to 1 here.
  5889.     (compile-reinitialize-errors): Don't reset compilation-parsing-end
  5890.     after calling compilation-forget-errors.  Comment out gratuitous
  5891.     switch-to-buffer call; what was the rationale for it?  Don't check
  5892.     compilation-parsing-end (removed local AT-START); instead always
  5893.     append to compilation-old-error-list, it will be nil if at start.
  5894.     If compilation-error-list is non-nil before calling the parser,
  5895.     restore its previous value afterwards; it still indicates the
  5896.     current error position.  Subtract the length of the existing
  5897.     compilation-error-list from FIND-AT-LEAST when calling the parser.
  5898.     (compilation-parse-errors): Don't check LIMIT-SEARCH at end of loop.
  5899.     Inside check it inside each case of the cond; in error case we
  5900.     must discard the last new error before stopping (just as for
  5901.     FIND-AT-LEAST).  Use floating-point in buffer percentage
  5902.     calculation, to avoid integer overflow.
  5903.  
  5904. Thu Jan  6 04:58:30 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5905.  
  5906.     * rmail.el (rmail-resend): Use send-mail-function.
  5907.  
  5908.     * files.el (auto-mode-alist): Treat changelo like ChangeLog.
  5909.     * add-log.el (change-log-name): On MSDOS, use changelo.
  5910.  
  5911.     * rmail.el (rmail-convert-to-babyl-format):
  5912.     Fix one-off error in handling content-length field.
  5913.  
  5914.     * makefile.el (makefile-mode): Make comment-start, comment-end,
  5915.     and comment-start-skip buffer-local.
  5916.  
  5917. Wed Jan  5 15:31:11 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5918.  
  5919.     * lmenu.el (make-lucid-menu-keymap): For "----", make blank line.
  5920.  
  5921.     * add-log.el (change-log-name) [MSDOS]: Use change.log, not changelo.
  5922.  
  5923.     * subr.el (eval-after-load): Do nothing if FORM is already on the list.
  5924.  
  5925. Wed Jan  5 03:15:31 1993  Morten Welinder  (terra@diku.dk)
  5926.  
  5927.     * hexl.el (dehexlify-buffer): If msdos, bind binary-process.
  5928.     (hexl-find-file): Load as binary.
  5929.  
  5930.     * ls-lisp.el (ls-lisp-format): Bad format for uid and gid fixed.
  5931.  
  5932.     * compile.el (compile-internal): Extended to work without
  5933.     asynchronous subprocesses available.
  5934.  
  5935.     * subr.el (start-process-shell-command): Doc fix.
  5936.  
  5937.     * find-dired.el (start-process-shell-command): Doc fix.
  5938.  
  5939.     * add-log.el (change-log-name): Let default name for ms-dos be
  5940.     "change.log".
  5941.  
  5942.     * files.el (auto-mode-alist): Default mode for "changelo" set to
  5943.     change-log-mode to support ms-dos 8+3 file names.  AAAARRGGG!  Also
  5944.     use emacs-lisp-mode for "_emacs" file which is the equivalent of
  5945.     ".emacs"
  5946.  
  5947.     * bytecomp.el (byte-compile-file) [ms-dos]: Save as binary.
  5948.  
  5949.     * dos-fns.el, term/internal.el: New files for MSDOS.
  5950.  
  5951.     * files.el (make-backup-file-name, backup-file-name-p) [ms-dos]:
  5952.     Use "*.bak" as backup file name.
  5953.     (user-init-file): new variable.
  5954.  
  5955.     * inc-vers.el [ms-dos]: Save version.el as *binary*.
  5956.  
  5957.     * loadup.el [ms-dos]: Preload mouse.el, dos-fns.el,
  5958.     disp-table.el, and ls-lisp.  Dump only one version.  Use simpler
  5959.     name for doc file.
  5960.  
  5961.     * loaddefs.el (completion-ignored-extensions) [ms-dos]: More suitable
  5962.     set for MSDOS.
  5963.  
  5964.     * startup.el (command-line): Set user-init-file.
  5965.  
  5966.     * novice.el (enable-command, disable-command): Use user-init-file.
  5967.  
  5968.     * desktop.el: (desktop-buffer-mh): New function for mh mail system.
  5969.     (desktop-buffer-handlers): Add desktop-buffer-mh.
  5970.     (desktop-buffer): Correct setting of auto-fill-mode.
  5971.     Make the compilation silent using (eval-when-compile ...)
  5972.     (old-kill-emacs): New explicit variable (for Emacs 18 comp.)
  5973.     (desktop-globals-to-save): Add the history rings for interactive
  5974.     searches.
  5975.     (postv18): Remove.
  5976.     (desktop-create-buffer-form): New variable.
  5977.     (desktop-save): Use desktop-create-buffer-form.
  5978.     (desktop-value-to-string): New function.
  5979.     (desktop-outvar): Clean-up using desktop-value-to-string.
  5980.     (desktop-save): clean-up Using desktop-value-to-string.
  5981.     (desktop-save): Decide Emacs version at compile time.
  5982.     (desktop-locals-to-save): New variable.
  5983.     (desktop-truncate): New function.
  5984.  
  5985. Tue Jan  4 18:29:48 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5986.  
  5987.     * lmenu.el (popup-menu): Add loop to handle submenus.
  5988.  
  5989. Mon Jan  3 20:39:20 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5990.  
  5991.     * debug.el (debug): Bind this-command and last-command.
  5992.  
  5993. Mon Jan  3 20:53:26 1994  Paul Eggert  (eggert@twinsun.com)
  5994.  
  5995.     * vc.el (vc-finish-logentry): Sync the buffer in case the user
  5996.     modified it while editing the comment.
  5997.  
  5998. Mon Jan  3 00:13:06 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5999.  
  6000.     * time.el (display-time-file-nonempty-p): Check existence here.
  6001.     (display-time-server-down-time): New variable.
  6002.     (display-time-filter): If accessing mail-spool-time takes too long,
  6003.     don't try again for twenty minutes.
  6004.  
  6005.     * tex-mode.el (slitex-mode, latex-mode): Set paragraph-start and
  6006.     paragraph-separate to a specific list of control sequences.
  6007.     (tex-common-initialization): Make parse-sexp-ignore-comments t.
  6008.  
  6009.     * lpr.el (lpr-headers-switches): Set proper value on hpux and usg.
  6010.  
  6011.     * comint.el (comint-last-output-start): Add defvar.
  6012.  
  6013.     * subr.el (make-syntax-table): New function; no longer an alias
  6014.     for copy-syntax-table.
  6015.  
  6016.     * rmail.el (rmail-get-new-mail): Cope if display-time-string is nil.
  6017.  
  6018. Sun Jan  2 12:29:11 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6019.  
  6020.     * sort.el (sort-float-fields): Commented out.
  6021.  
  6022.     * c-mode.el (c-mode-map): Add menu bar menu.
  6023.  
  6024.     * isearch.el (isearch-repeat): If we matched a null string and there's
  6025.     no place to advance to, fail instead.
  6026.  
  6027. Sun Jan  2 11:52:33 1994  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6028.  
  6029.     * cal-french.el (calendar-goto-french-date): Fix special day
  6030.     choice in non-leap years by re-reversing the list.  Fix out of
  6031.     place parenthesis in prompt.
  6032.  
  6033. Sat Jan  1 00:26:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6034.  
  6035.     * compile.el (compilation-read-command, compilation-ask-about-save):
  6036.     New variables.
  6037.     (compile): Obey them.
  6038.  
  6039.     * paths.el (Info-default-directory-list): Doc fix.
  6040.  
  6041.     jrs.
  6042.     * ispell.el (ispell-highlight, ispell-dehighlight): New functions.
  6043.     (ispell-command-loop, ispell-next): Call them.
  6044.     (ispell-highlight, ispell-overlay): New variables.
  6045.  
  6046.     * simple.el (next-line): Don't signal error here.
  6047.     (line-move): Do it here instead.
  6048.  
  6049.     * comint.el (comint-dynamic-list-completions): Use read-key-sequence.
  6050.     Special handling for mouse-choose-completion.
  6051.  
  6052.     * files.el (save-some-buffers): Fix previous change.
  6053.  
  6054.     * gnuspost.el (gnus-news-reply): Handle reply-to field.
  6055.  
  6056.     * paths.el (manual-program): Deleted.
  6057.  
  6058. Sat Jan  1 16:39:41 1993  Martin Boyer <mboyer@ireq-robot.hydro.qc.ca>
  6059.  
  6060.       * bibtex.el (bibtex-field-name, bibtex-field-const, bibtex-field-text):
  6061.       Adapted to Emacs 19 regex rules.
  6062.       (bibtex-reference): Removed one set of parentheses (a workaround).
  6063.  
  6064. Sat Jan  1 09:56:27 1993  Michael D. Ernst  (mernst@research.microsoft.com)
  6065.  
  6066.     * rmailout.el (rmail-output-to-rmail-file): If just a dir is specified,
  6067.     use default name in specified dir.
  6068.  
  6069. Fri Dec 31 01:45:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6070.  
  6071.     jrs.
  6072.     * replace.el (query-replace-highlight): New variable.
  6073.     (replace-overlay): New variable.
  6074.     (replace-highlight, replace-dehighlight): New functions.
  6075.     (perform-replace): Use them.
  6076.  
  6077.     * lpr.el (print-region-1): If lpr-headers-switches is string,
  6078.     turn it into a list before appending.
  6079.  
  6080.     * files.el (save-some-buffers): Reinsert lost code to save abbrevs.
  6081.  
  6082.     jrs.
  6083.     * edebug.el (eval-current-buffer): Old definition deleted.
  6084.     (eval-buffer): Use current buffer by default.
  6085.  
  6086.     * diff.el (diff): Call shell-quote-argument.
  6087.  
  6088.     * subr.el (shell-quote-argument): New function.
  6089.  
  6090.     * ispell.el (ispell-next): Remove periods from messages.
  6091.     (ispell-complete-word): Improve error messages.
  6092.  
  6093.     * simple.el (open-line): Properly put fill-prefix on each line.
  6094.  
  6095. Thu Dec 30 02:37:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6096.  
  6097.     * help.el (help-for-help): Mention the scroll commands.
  6098.  
  6099.     * help-macro.el (make-help-screen): Use read-key-sequence.
  6100.     Temporarily switch keymaps.
  6101.  
  6102.     * startup.el (command-line): In most cases, if init file sets
  6103.     debug-on-error, leave it set that way.
  6104.  
  6105.     * files.el (hack-one-local-variable): Treat file-name-handler-alist
  6106.     and after-load-alist like eval.
  6107.  
  6108.     * simple.el (transient-mark-mode): Doc fix.
  6109.  
  6110.     * rmailsum.el (rmail-summary-delete-forward): Move to next or prev msg
  6111.     among those included in the summary.
  6112.  
  6113. Wed Dec 29 10:47:52 EST 1993 Ken Manheimer (klm@nist.gov)
  6114.  
  6115.     * icomplete.el (icomplete-pre-command-hook): Reconciled with
  6116.     keyboard macro operation.  
  6117.     (icomplete-post-command-hook): Likewise.
  6118.     (window-minibuffer-p): Cleaned up according to suggestion from
  6119.     Richard Mlynarik.
  6120.     General rectification of doc strings and comments.
  6121.  
  6122. Wed Dec 29 01:54:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6123.  
  6124.     * apropos.el (super-apropos-check-doc-file): Verify that the doc
  6125.     string can actually be found from the symbol.
  6126.  
  6127. Sun Dec 26 02:56:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6128.  
  6129.     * font-lock.el (font-lock-set-defaults): Add missing paren.
  6130.  
  6131.     * lisp-mnt.el (lm-report-bug): Don't crash if version is nil.
  6132.     (lm-report-bug): lm-maintainer returns a cons; convert it to a string.
  6133.  
  6134. Fri Dec 24 00:40:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6135.  
  6136.     * ange-ftp.el (ange-ftp-write-region): Call set-visited-file-modtime.
  6137.     (ange-ftp-insert-file-contents): Likewise.
  6138.  
  6139.     * isearch.el (isearch-mode-map): Bind kp-... keys.
  6140.  
  6141.     * simple.el (setting up kp-... keys): Make ascii-character props.
  6142.  
  6143.     * bytecomp.el: Provide bytecomp as well as byte-compile.
  6144.  
  6145.     * vc.el (vc-buffer-sync, vc-diff): New arg NOT-URGENT.
  6146.     (vc-diff): Pass new arg.
  6147.  
  6148.     * replace.el (query-replace-map): Don't bind ESC.
  6149.     (query-replace-help): Changed accordingly.
  6150.  
  6151.     * loadhist.el (unload-feature): Ignore conses in the feature-symbols.
  6152.  
  6153.     * shell.el (shell-backward-command): If comint-bol moves forward,
  6154.     use real beginning of line instead.
  6155.     Use skip-syntax-backward properly.
  6156.     If backward search finds a separator, move forward over it.
  6157.     (shell-forward-command): Call skip-syntax-backward properly.
  6158.  
  6159. Thu Dec 23 21:40:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6160.  
  6161.     * telnet.el (telnet): Use comint-arguments.
  6162.  
  6163.     * rmailout.el (rmail-output-to-rmail-file): When copying to a buffer,
  6164.     maybe enable auto save in that buffer.
  6165.  
  6166.     * awk-mode.el (awk-mode-syntax-table): Was mistakenly changing
  6167.     emacs-lisp-mode-syntax-table.
  6168.  
  6169.     * isearch.el (isearch-update): If isearch-other-end is nil,
  6170.     call isearch-dehighlight.
  6171.  
  6172.     * rmail.el (rmail-insert-inbox-text): If copy-file fails,
  6173.     call rename-file with t as third arg.
  6174.  
  6175.     * simple.el (next-complete-history-element): Doc fix.
  6176.     (previous-complete-history-element): Doc fix.
  6177.  
  6178.     * comint.el (comint-next-matching-input-from-input): Doc fix.
  6179.  
  6180. Wed Dec 22 13:54:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6181.  
  6182.     * tex-mode.el (tex-common-initialization): Make paragraph-start
  6183.     and paragraph-separate match a line of $$.
  6184.  
  6185. Wed Dec 22 07:01:53 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  6186.  
  6187.         * lisp-mnt.el (Bogus-Bureaucratic-Cruft): Changed to
  6188.         `X-Bogus-Bureaucratic-Cruft'.
  6189.         Change comments to indicate that any header starting with `X-' is
  6190.         not supposed to be implemented.  This gives us the same "out"
  6191.         that RFC822 does.
  6192.  
  6193. Thu Dec 16 18:00:49 1993  Richard Stallman  (rms@srarc2)
  6194.  
  6195.     * ange-ftp.el (ange-ftp-hash-mark-msgs): Make match more general.
  6196.  
  6197. Thu Dec 16 16:44:02 1993  Karl Berry  (karl@cs.umb.edu)
  6198.  
  6199.     * compile.el (grep-command): New variable.
  6200.     (grep): Use it.
  6201.  
  6202. Thu Dec 16 11:18:28 1993  Richard Stallman  (rms@srarc2)
  6203.  
  6204.     * awk-mode.el (awk-mode): Use c-indent-line.
  6205.  
  6206.     * gud.el (gud-format-command): Rewrite.
  6207.  
  6208.     * lpr.el (lpr-headers-switches): Treat hpux like usg-unix-v.
  6209.  
  6210. Wed Dec 15 11:45:27 1993  Richard Stallman  (rms@srarc2)
  6211.  
  6212.     * asm-mode.el (asm-mode): Don't mess with auto-fill mode.
  6213.  
  6214.     * man.el (Man-specified-section-option): Test system-configuration.
  6215.  
  6216.     * lpr.el (print-region-1): Adjust start, end after running pr.
  6217.  
  6218.     * info.el (Info-insert-dir): Compute truename just once for each dir.
  6219.  
  6220.     * calendar.el (calendar-mode-map): Put back C-v and M-v bindings.
  6221.  
  6222.     * telnet.el (telnet-filter): Rewrite, taken mostly from Lucid.
  6223.  
  6224.     * rmailsum.el (rmail-summary-goto-msg): Use unwind-protect to go
  6225.     back to summary, and go back to the window that was selected before.
  6226.  
  6227.     * rmail.el (rmail-quit): Expunge without updating summary.
  6228.  
  6229.     * paths.el (rmail-spool-directory): Use dgux, not dgux-unix.
  6230.     * lpr.el (lpr-command): Use dgux, not dgux-unix.
  6231.  
  6232. Tue Dec 14 16:19:32 1993  Ulrich Mueller  (ulm@vsnhd1.cern.ch)
  6233.  
  6234.     * gud.el (gud-format-command): Use gud-last-last-frame if
  6235.     gud-last-frame is nil.
  6236.  
  6237. Tue Dec 14 21:50:51 1993  Richard Stallman  (rms@srarc2)
  6238.  
  6239.     * isearch.el (isearch-text-char-description): Treat TAB as ctl char.
  6240.  
  6241.     * info.el (Info-insert-dir): For generated menu items, add ::.
  6242.  
  6243. Mon Dec 13 10:31:05 1993  Ulrich Mueller  (ulm@vsnhd1.cern.ch)
  6244.  
  6245.     * gud.el (gud-mipsdbx-massage-args, gud-mipsdbx-marker-filter):
  6246.     New functions for dbx support on Mips under Ultrix.
  6247.     (gud-dbx-mips-p, gud-mipsdbx-marker-acc): New variables.
  6248.     (dbx) If gud-dbx-mips-p is non-nil, overload above two functions
  6249.     and initialize appropriate command strings for dbx.
  6250.  
  6251. Sun Dec 12 15:49:10 1993  Richard Stallman  (rms@srarc2)
  6252.  
  6253.     * loaddefs.el (ctl-x-map): Add C-x r d binding for delete-rectangle.
  6254.  
  6255.     * rmailout.el (rmail-output-to-rmail-file): Call rmail-update-summary.
  6256.  
  6257.     * etags.el (visit-tags-table-buffer): Change "Add to list" question.
  6258.  
  6259.     * mouse.el (mouse-kill-secondary): Fix previous change.
  6260.  
  6261.     * man.el (Man-mode-hook): Renamed from Man-mode-hooks.
  6262.  
  6263. Sun Dec 12 15:40:41 1993  Michael D. Ernst  (mernst@monozygote)
  6264.  
  6265.     * dired-aux.el: Autoload dired-.*-file.
  6266.  
  6267. Sat Dec 11 16:14:44 1993  Richard Stallman  (rms@srarc2)
  6268.  
  6269.     * rmail.el (rmail-resend): Delete more than one Sender,
  6270.     but only in the headers, not in the body.
  6271.  
  6272.     * mouse.el (mouse-kill-secondary): Get rid of CLICK argument.
  6273.     Instead, use this-command-keys.
  6274.  
  6275.     * lpr.el (print-region-new-buffer): Rename args to OSTART and OEND.
  6276.  
  6277.     * isearch.el (isearch-text-char-description): Really call
  6278.     text-char-description for ctl chars.
  6279.  
  6280.     * doctor.el (make-doctor-variables): Fix some local var names.
  6281.  
  6282.     * bytecomp.el (byte-compile-dest-file): If FILENAME is not recognized,
  6283.     append .elc to it.
  6284.  
  6285.     * comint.el (comint-read-input-ring): New arg SILENT.
  6286.     * shell.el (shell-mode): Pass t to comint-read-input-ring.
  6287.  
  6288.     * rmail.el (rmail-resend): Doc fix.
  6289.  
  6290. Fri Dec 10 21:30:47 1993  Richard Stallman  (rms@srarc2)
  6291.  
  6292.     * mouse.el (x-fixed-font-alist): For 6x10, look for normal font,
  6293.     not semicondensed.
  6294.  
  6295. Thu Dec  9 22:05:57 1993  Richard Stallman  (rms@srarc2)
  6296.  
  6297.     * supercite.el (sc-read-string):
  6298.     Don't pass a history arg to read-string.
  6299.  
  6300.     * sendmail.el (mail-default-reply-to): Add autoload cookie.
  6301.  
  6302. Wed Dec  8 14:00:54 1993  Boris Goldowsky  (boris@mink.cs.rochester.edu)
  6303.  
  6304.     * shadowfile.el: (shadow-noquery): Use it.
  6305.     (shadow-copy-file): Use abbreviate-file-name to
  6306.     avoid incorrect warnings.
  6307.     Lucid support commented out (didn't work and caused compiler warnings).
  6308.  
  6309. Wed Dec  8 11:18:29 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6310.  
  6311.     * compile.el (compilation-error-regexp-alist): Generalize
  6312.     `"foo.c", line 13:' regexp to also match `"foo.c", line 13 pos 1...'.
  6313.  
  6314.     * loaddefs.el (point-to-register-compatibility-binding,
  6315.     jump-to-register-compatibility-binding,
  6316.     copy-to-register-compatibility-binding,
  6317.     insert-register-compatibility-binding): Add defaliases for these.
  6318.     (ctl-x-map): Bind / j x g to those, respectively, so \[...] always
  6319.     expands to the C-x r ... bindings.
  6320.  
  6321. Wed Dec  8 07:38:54 1993  Stephen Gildea  (gildea@x.org)
  6322.  
  6323.     * time-stamp.el (time-stamp-month-dd-yyyy): no leading zero on day.
  6324.  
  6325. Wed Dec  8 21:51:08 1993  Richard Stallman  (rms@srarc2)
  6326.  
  6327.     * gud.el (gud-common-init): Call substitute-in-file-name.
  6328.  
  6329.     * doctor.el (doctor-adverbp): Don't die if doctor-make-string
  6330.     gives a string of length < 2.
  6331.  
  6332.     * rmailsum.el (rmail-summary-rmail-update): Special handling for eob.
  6333.  
  6334.     * mail-utils.el (mail-fetch-field): Add autoload cookie.
  6335.  
  6336. Tue Dec  7 20:52:12 1993  Richard Stallman  (rms@srarc2)
  6337.  
  6338.     * comint.el (comint-replace-by-expanded-history): New arg SILENT.
  6339.     (comint-send-input): Pass t as new arg.
  6340.  
  6341.     * bytecomp.el (byte-recompile-directory): Don't treat symlinks as dirs.
  6342.  
  6343. Mon Dec  6 23:32:56 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  6344.  
  6345.         * loaddefs.el: Remove autoload for `rlogin-with-args', which no
  6346.         longer exists.
  6347.  
  6348. Mon Dec  6 08:32:18 1993  Michael D. Ernst  (mernst@monozygote)
  6349.  
  6350.     * reposition.el (reposition-window): Fix whitespace-skipping regexp.
  6351.  
  6352. Mon Dec  6 22:54:36 1993  Richard Stallman  (rms@srarc2)
  6353.  
  6354.     * fill.el (fill-region-as-paragraph): Do allow breaking line at a period
  6355.     followed by two spaces, in the case where we are insisting on having at
  6356.     least one complete word.
  6357.  
  6358.     * files.el (hack-local-variables-prop-line): If we can't switch-to-buffer
  6359.     in selected window, try another window, then a new frame.
  6360.  
  6361.     * font-lock.el (font-lock-set-defaults): Do nothing if
  6362.     font-lock-keywords is already set.
  6363.  
  6364.     * gnuspost.el (gnus-post-news): Call gnus-read-distributions-file.
  6365.  
  6366. Mon Dec  6 21:00:00 1993  Anders Holst (aho@sans.kth.se)
  6367.  
  6368.     * hippie-exp.el (;; Keywords:): Changed to "abbrev".
  6369.         (hippie-expand-ignore-buffers): New variable.
  6370.         (he-regexp-member): New function.
  6371.         (hippie-expand-try-functions-list): Added `try-expand-list'.
  6372.         (try-expand-line-all-buffers, try-expand-list-all-buffers,
  6373.         try-expand-dabbrev-all-buffers): Use `he-regexp-member' and 
  6374.         `hippie-expand-ignore-buffers'.
  6375.         (he-list-search): Don't find list containing point.
  6376.         (he-dab-search-regexp): Just match at beginning of words.
  6377.         (he-dabbrev-beg): Never move point forward.
  6378.  
  6379. Sun Dec  5 18:29:24 1993  Paul Eggert  (eggert@twinsun.com)
  6380.  
  6381.     * lunar.el (lunar-phase): Add calendar-time-zone to solar
  6382.     ephemeris correction.  This fixes a bug where GMT was being
  6383.     reported as if it were local standard time.
  6384.  
  6385. Sun Dec  5 09:35:58 1993  Michael D. Ernst  (mernst@monozygote)
  6386.  
  6387.     * ispell.el: Don't imply private dictionary is always ispell.words.
  6388.  
  6389. Sun Dec  5 12:20:26 1993  Richard Stallman  (rms@srarc2)
  6390.  
  6391.     * man.el (Man-follow-manual-reference): Strip trailing - from default.
  6392.  
  6393.     * apropos.el (apropos-match-keys): If REGEXP is nil,
  6394.     always act as if it matched.
  6395.  
  6396.     * replace.el (perform-replace): Prompt now says how to get help.
  6397.  
  6398.     * menu-bar.el (menu-bar-edit-menu): Add query-replace menu item.
  6399.     Make a menu-enable property for query-replace.
  6400.  
  6401.     * comint.el (comint-mode-map): Put comint-show-output on C-M-l.
  6402.  
  6403.     * cplus-md.el (c++-indent-line, calculate-c++-indent): 
  6404.     (indent-c++-exp): Recognize `friend' without `class'.
  6405.  
  6406.     * rmail.el (rmail): Doc fix.
  6407.  
  6408.     * man.el (Man-getpage-in-background): Use lower case for arg vars.
  6409.     (Man-follow-manual-reference): Check for existence of references
  6410.     before using the minibuffer.  Delete period from error message.
  6411.     Delete spurious concat call.  Pass arg, not (consp arg),
  6412.     to Man-getpage-in-background.
  6413.  
  6414. Sun Dec  5 19:45:34 1993  Simon Marshall  (simonm@tintin)
  6415.  
  6416.     * comint.el (comint-preinput-scroll-to-bottom): Removed calls to
  6417.     window-minibuffer-p and 'not-minibuf arg to walk-windows.
  6418.     Removed mouse-yank-at-click from command list and doc string.
  6419.     Removed duplicate test for comint-scroll-to-bottom-on-input (scroll).
  6420.     Removed test for 'this within walk-windows code.
  6421.  
  6422. Sat Dec  4 12:37:59 1993  Michael D. Ernst  (mernst@monozygote)
  6423.  
  6424.     * reposition.el (reposition-window): Don't err if comment-height = 0.
  6425.  
  6426. Sat Dec  4 13:50:48 1993  Richard Stallman  (rms@srarc2)
  6427.  
  6428.     * man.el (Man-follow-manual-reference): Try to use current word
  6429.     as a default for the reference to follow.
  6430.     Use interactive to read the reference name.
  6431.  
  6432.     * add-log.el (add-log-current-defun):
  6433.     Remove spurious quote on c++-mode.  Recognize c++-c-mode.
  6434.  
  6435.     * rmailout.el (rmail-output-to-rmail-file): Turn off the deleted
  6436.     attribute outside of the save-restriction.
  6437.  
  6438.     * subr.el (remove-hook): Use equal to see if hook is just that fcn.
  6439.     (add-hook): Use member to see if a lambda expr is already in the list.
  6440.  
  6441.     * lpr.el (lpr-headers-switches): New variable.
  6442.     (print-region-1): Use it.
  6443.  
  6444.     * tex-mode.el (tex-send-command): New local var BUF.
  6445.     Use it when calling buffer-modified-tick.
  6446.  
  6447.     * comint.el (comint-postoutput-scroll-to-bottom):
  6448.     Don't select a different buffer permanently.
  6449.  
  6450.     * ange-ftp.el (ange-ftp-gateway-prompt-pattern): Don't match
  6451.     more than one line.
  6452.  
  6453.     * cmuscheme.el (inferior-scheme-mode):
  6454.     Don't let `comint-prompt-regexp' match more than one line.
  6455.  
  6456.     * comint.el (comint-prompt-regexp): Fixed documentation to
  6457.     reflect changes to some prompt regexps.
  6458.  
  6459.     * gud.el (dbx): Let `comint-prompt-regexp' not match more than
  6460.     one line. 
  6461.  
  6462.     * inf-lisp.el (inferior-lisp-prompt): Don't match more than
  6463.     one line.
  6464.  
  6465.     * telnet.el (telnet-prompt-pattern)
  6466.     (telnet-check-software-type-initialize):
  6467.     Don't let `telnet-prompt-pattern' match more than one line.
  6468.  
  6469.     * files.el (set-visited-file-name): Don't rename-buffer if buffer
  6470.     already has the desired name.
  6471.  
  6472.     * c-mode.el (c-delete-backslash): Do nothing if empty line.
  6473.  
  6474. Fri Dec  3 09:30:38 1993  Paul Eggert  (eggert@twinsun.com)
  6475.  
  6476.     * vc.el (vc-workfile-unchanged-p): Add optional argument
  6477.     specifying whether we want to compute the differences if the
  6478.     file is changed.  Otherwise, use cmp instead of diff.
  6479.     (vc-next-action-on-file): Use new vc-workfile-unchanged-p option;
  6480.     this avoids recomputing the differences in some cases.
  6481.     (vc-backend-diff): OLDVERS is now optional; all callers changed.
  6482.     New optional argument CMP says to use `cmp' rather than `diff'.
  6483.  
  6484. Fri Dec  3 00:11:18 1993  Richard Stallman  (rms@srarc2)
  6485.  
  6486.     * dired.el (dired-in-this-tree): Call expand-file-name.
  6487.  
  6488.     * outline.el (outline-minor-mode): When turning off the mode,
  6489.     turn ^Ms back to \n's.
  6490.     (outline-mode): Set change-major-mode-hook.
  6491.  
  6492.     * lpr.el (lpr-add-options): New variable.
  6493.     (print-region-1): Obey that.
  6494.  
  6495.     * bookmark.el, compile.el, edmacro.el, dabbrev.el, ispell.el:
  6496.     * macros.el, reposition.el: Don't repeat at load time any bindings
  6497.     that are autoloaded.
  6498.  
  6499.     * tex-mode.el (tex-send-command):
  6500.     Switch to buffer before checking for subproc output in it.
  6501.  
  6502.     * dired.el (dired-goto-file): Call expand-file-name.
  6503.  
  6504.     * page-ext.el (pages-copy-header-and-position):
  6505.     Call end-of-line, not forward-line.
  6506.     (pages-directory): Omit space at end of pages-directory-buffer.
  6507.  
  6508.     * dired-aux.el (dired-insert-subdir-validate): Call expand-file-name.
  6509.  
  6510. Thu Dec  2 16:05:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6511.  
  6512.     * sendmail.el (mail-fcc): Take argument and use interactive spec
  6513.     to prompt, rather than calling read-file-name explicitly.  This
  6514.     function is useful to call from programs with a computed argument.
  6515.  
  6516. Thu Dec  2 15:57:47 1993  Richard Stallman  (rms@srarc2)
  6517.  
  6518.     * mouse.el (mouse-yank-secondary): Doc fix.
  6519.  
  6520.     * makefile.el (makefile-ignored-files-in-pickup-regex):
  6521.     Supply missing \\.
  6522.     (makefile-insert-target-ref): Fix typo.
  6523.  
  6524.     * gnus.el (gnus-capitalize-newsgroup): Modify a new temporary
  6525.     syntax table, not the current one.
  6526.  
  6527.     * etags.el (etags-goto-tag-location): Improve not-found error msg.
  6528.  
  6529.     * files.el (insert-file): Add * to interactive spec.
  6530.  
  6531. Thu Dec  2 07:47:48 1993  Paul Eggert  (eggert@twinsun.com)
  6532.  
  6533.     * vc.el (vc-locking-user): Don't assume that the umask permits
  6534.     group-write and other-write.
  6535.  
  6536. Thu Dec  2 06:54:11 1993  Michael D. Ernst  (mernst@monozygote)
  6537.  
  6538.     * vip.el (vip-replace-string): Don't use replace-regexp.
  6539.     * vc.el (vc-record-rename): Don't use replace-regexp.
  6540.     * bibtex.el (hide-bibtex-entry-bodies): Don't use replace-regexp.
  6541.     * allout.el (outline-copy-exposed): Don't use replace-regexp.
  6542.  
  6543. Wed Dec  1 13:53:53 1993  Morten Welinder  (terra@tyr.diku.dk)
  6544.  
  6545.     * desktop.el: Add keywords.
  6546.     (desktop-outvar): clean-up output using fewer quotes and \n for
  6547.     newlines.
  6548.     (desktop-save): print buffer information using \n for newlines.
  6549.     (desktop-save-buffer-p): doc fix.
  6550.     (desktop-save): bug in mark-activity saving.
  6551.     (desktop-buffer-rmail): doc fix.
  6552.     (desktop-buffer-rmail, desktop-buffer-dired, desktop-buffer): use 
  6553.     `eq' instead of `equal'.
  6554.     (desktop-clear): end up with one window.
  6555.  
  6556. Wed Dec  1 21:45:34 1993  Richard Stallman  (rms@srarc2)
  6557.  
  6558.     * byte-opt.el: Add side-effect-free props for many functions.
  6559.     (byte-boolean-vars): Add highlight-nonselected-windows.
  6560.  
  6561.     * picture.el (picture-mode): Save the old truncate-lines value.
  6562.     (picture-mode-exit): Restore that value.
  6563.  
  6564.     * bytecomp.el (batch-byte-recompile-directory): Add autoload cookie.
  6565.  
  6566. Wed Dec  1 04:35:25 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  6567.  
  6568.         * rlogin.el (rlogin-filter): initialize `region-begin' to 
  6569.         (marker-position proc-mark), not just (point), whatever random
  6570.         value that may be.
  6571.         Put bindings for `proc-mark', `region-begin', and `window' in
  6572.         separate setq forms.
  6573.         In determining whether window-start readjustment is needed, do not
  6574.         examine scroll-step; it is irrelevant.
  6575.  
  6576. Tue Nov 30 17:48:21 1993  Richard Stallman  (rms@srarc2)
  6577.  
  6578.     * comint.el (comint-replace-by-expanded-history):
  6579.     Use skip-chars-forward to advance in main loop.
  6580.  
  6581. Sat Nov 27 02:51:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6582.  
  6583.     * Version 19.22 released.
  6584.  
  6585.     * vc.el (vc-buffer-sync): Signal error if user says no.
  6586.  
  6587.     * vc-hooks.el (vc-mode-line): Make buffer read-only for root
  6588.     if file is locked.
  6589.  
  6590.     * mouse.el (mouse-set-font): Update nonstandard faces that are supposed
  6591.     to use a modification of the frame's font.
  6592.  
  6593. Fri Nov 26 15:41:51 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6594.  
  6595.     * rmail.el (rmail-variables): Abbreviate truename for comparison.
  6596.  
  6597. Thu Nov 25 01:51:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6598.  
  6599.     * faces.el (make-face-unitalic, make-face-unbold, make-face-bold)
  6600.     (make-face-bold-italic, make-face-italic): If frame is t,
  6601.     do the special handling only if face-font is a list.
  6602.  
  6603.     * etags.el (tags-add-tables): New variable.
  6604.     (visit-tags-table-buffer): Use it.
  6605.     (default-tags-table-function): No longer user var, no longer autoload.
  6606.  
  6607.     * ange-ftp.el (ange-ftp-binary-file-name-regexp):
  6608.     Accept .tgz and .taz files.
  6609.  
  6610.     * tpu-edt.el (tpu-revision): Variable deleted.
  6611.  
  6612. Wed Nov 24 15:08:12 1993  Rob Riepel  (riepel@Snowflake.Stanford.edu)
  6613.  
  6614.         * tpu-edt.el (tpu-quoted-insert): New function.
  6615.         (tpu-reset-control-keys): Remove C-f mapping.
  6616.         Insert (in file) fsets for free/bound cursor, scroll
  6617.         margins, key mappings for same.
  6618.  
  6619.         * tpu-extras.el: Remove free/bound cursor and scroll
  6620.         margin fsets and key mappings.  Add autoload cookies.
  6621.  
  6622.         * tpu-doc.el: Add sample test for tpu-set-scroll-margins.
  6623.  
  6624. Wed Nov 24 00:03:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6625.  
  6626.     * comint.el (comint-send-input): Don't call comint-arguments
  6627.     to set HISTORY, even if comint-input-autoexpand is not `history'.
  6628.     When comint-input-autoexpand is `history', undo part of prev change:
  6629.     do put INPUT back in the buffer in place of expanded hist.
  6630.  
  6631.     * tabify.el: Add a provide.
  6632.  
  6633.     * vc.el (vc-next-action): Doc fix.
  6634.     (vc-checkout-carefully): New variable.
  6635.     (vc-next-action-on-file): Obey vc-checkout-carefully.
  6636.  
  6637.     * vc-hooks.el (vc-make-backup-files): Doc fix.
  6638.     (vc-rcs-status): Use colon, not dash, in the string LOCKS.
  6639.  
  6640.     * rmailsort.el (rmail-sort-messages): In summary buf, go to rmail buf.
  6641.  
  6642.     * subr.el (walk-windows): If start at minibuf window, do return to it.
  6643.  
  6644.     * comint.el (comint-send-input): Don't call comint-arguments while
  6645.     computing the value for history.
  6646.     (comint-delim-arg): Treat quoted delim chars as non-delims.
  6647.  
  6648. Tue Nov 23 01:23:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6649.  
  6650.     * simple.el (count-lines): In selective-display case,
  6651.     adjust value if end is not at bol.
  6652.  
  6653.     * isearch.el (isearch-other-meta-char): Correct the test for a split-up
  6654.     mode line or scroll bar mouse event.
  6655.  
  6656.     * icomplete.el: New file.
  6657.  
  6658.     * info.el (Info-follow-reference): Correct one-off error in
  6659.     comparing start-point.
  6660.  
  6661.     * dired-aux.el (dired-diff): Require diff.
  6662.  
  6663.     * telnet.el (telnet-rsh-program): New variable.
  6664.     (rsh): Use it.
  6665.     (telnet-count): Now buffer-local.
  6666.  
  6667.     * finder.el (finder-known-keywords): Add data, faces, mouse, matching.
  6668.  
  6669.     * edebug.el: Delete periods from error messages.
  6670.     (edebug-functionp): Recognize compiled functions.
  6671.     (edebug-display): Supply missing parens in let.
  6672.  
  6673.     * simple.el (repeat-complex-command): Undo Oct 2 change.
  6674.  
  6675.     * c-mode.el (c-indent-region): Don't goto-char sexpend if it's nil.
  6676.     As first thing, advance to a nonblank line.
  6677.  
  6678.     * view.el (View-scroll-lines-forward):
  6679.     Allow scrolling backward at the end of the buffer.
  6680.  
  6681.     * comint.el (comint-preinput-scroll-to-bottom): If SCROLL is `this',
  6682.     don't bother with walk-windows; just hack the selected window.
  6683.  
  6684.     * avoid.el: New file.
  6685.     * shadowfile.el: New file.
  6686.  
  6687. Mon Nov 22 11:07:43 1993  Morten Welinder  (terra@tyr.diku.dk)
  6688.  
  6689.     * add-log.el (add-change-log-entry): put buffer in change-log-mode.
  6690.     (find-change-log): correct calculation of file one directory out.
  6691.  
  6692. Mon Nov 22 01:32:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6693.  
  6694.     * dired.el (dired-goto-file): Don't try matching one line twice.
  6695.  
  6696.     * rmailsum.el (rmail-summary-wipe): If rmail buffer is not visible,
  6697.     switch to it in this window.
  6698.     (rmail-summary-mode): Doc fix.
  6699.  
  6700.     * dired.el (dired-readin-insert): Expand default-directory and dirname
  6701.     before comparing them.
  6702.     (dired-internal-noselect): Set default-directory to abbreviated name.
  6703.  
  6704.     * mouse.el (mouse-save-then-kill-delete-region):
  6705.     Call undo-boundary at the beginning and at the end.
  6706.  
  6707.     * gnuspost.el (gnus-inews-do-fcc): If gnus-author-copy-saver
  6708.     is rmail-output, call rmail-output the proper way.
  6709.  
  6710.     * man.el (Man-specified-section-option): New variable.
  6711.     (Man-translate-references): Use that variable.
  6712.  
  6713. Sun Nov 21 01:11:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6714.  
  6715.     * mouse.el (mouse-start-end): Use MODE mod 3.
  6716.     (mouse-save-then-kill): Test mouse-selection-click-count mod 3.
  6717.     (mouse-drag-secondary, mouse-secondary-save-then-kill): Likewise.
  6718.  
  6719.     * inf-lisp.el (inferior-lisp-proc): Clean up error message.
  6720.  
  6721.     * iso-acc.el (iso-accents-enable): New variable.
  6722.     (key-translation-map): Enable an accent only if in iso-accents-enable.
  6723.  
  6724.     * lisp-mode.el (lisp-eval-defun): Renamed from lisp-send-defun.
  6725.     (lisp-mode-map): Use new name lisp-eval-defun.
  6726.     Move run-lisp to C-x C-z.
  6727.  
  6728.     * sendmail.el (mail-yank-original):
  6729.     Delete windows on selected frame only.
  6730.  
  6731.     * mouse.el (mouse-kill-secondary): Do the kill in proper buffer.
  6732.     Give error if in the wrong buffer.
  6733.     (mouse-secondary-save-then-kill): Give error if click is not in
  6734.     the buffer already used for secondary selection.
  6735.     Don't switch windows; always temporarily switch buffers.
  6736.  
  6737.     * mail-utils.el (mail-fetch-field): Exclude trailing whitespace.
  6738.     Delete duplicate (goto-char (point-min)).
  6739.  
  6740.     * faces.el (x-resolve-font-name): Undo previous change.
  6741.  
  6742.     * info.el (Info-edit): Use proper map in substitute-command-keys.
  6743.  
  6744. Sat Nov 20 00:49:20 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6745.  
  6746.     * tex-mode.el (tex-send-command): Wait for output first,
  6747.     if text has not changed since previous tex-send-command.
  6748.     (tex-send-command-modified-tick): New buffer-local variable.
  6749.  
  6750.     * texinfo.el (texinfo-tex-region): Use tex-send-command to do commands.
  6751.     (texinfo-tex-buffer, texinfo-texindex, texinfo-tex-print): Likewise.
  6752.     (texinfo-delete-from-print-queue, texinfo-quit-job): Likewise.
  6753.  
  6754.     * tex-mode.el (tex-start-shell): Don't use -v option.
  6755.     (tex-send-command): Insert text in the buffer, then use
  6756.     comint-send-input to send it.
  6757.  
  6758.     * etags.el (tags-complete-tag): Bind enable-recursive-minibuffers to t.
  6759.  
  6760. Fri Nov 19 18:36:55 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6761.  
  6762.     * startup.el (command-line): Set init-file-had-error to t or nil.
  6763.     (command-line-1): Inhibit startup message if init-file-had-error.
  6764.  
  6765. Fri Nov 19 17:13:32 1993  Robert J. Chassell  (bob@geech.gnu.ai.mit.edu)
  6766.  
  6767.         * texinfmt.el (texinfo-if-set, texinfo-if-clear): Act
  6768.           appropriately when flat neither set nor cleared.
  6769.  
  6770. Fri Nov 19 10:57:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6771.  
  6772.     * gnuspost.el (gnus-inews-do-fcc): Use gnus-output-to-rmail
  6773.     if file is an rmail file.  Pass extra args to rmail-output.
  6774.  
  6775.     * simple.el (eval-expression): Don't bind minibuffer-history-sexp-flag.
  6776.     (edit-and-eval-command): Likewise.
  6777.  
  6778.     * ange-ftp.el (ange-ftp-parse-dired-listing): Skip extra blank line
  6779.     after the "total" line.
  6780.  
  6781.     * hexl.el (hexlify-buffer): Add autoload cookie.
  6782.  
  6783. Thu Nov 18 00:24:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6784.  
  6785.     * iso-acc.el (iso-accents-list): Fix entries for 'y and ~c.
  6786.     (iso-accents-list): Add "s.
  6787.  
  6788. Wed Nov 17 08:11:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6789.  
  6790.     * comint.el (comint-scroll-show-maximum-output): Make default nil.
  6791.  
  6792.     * gnus.el (gnus-summary-save-in-mail): Use rmail-output
  6793.     if the file is not an Rmail file.
  6794.  
  6795.     * font-lock.el (font-lock-hack-keywords):
  6796.     Handle next-single-property-change returning nil.
  6797.  
  6798. Tue Nov 16 01:14:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6799.  
  6800.     * Version 19.21 released.
  6801.  
  6802.     * gnus.el (gnus-summary-save-in-mail): Don't use rmail-output.
  6803.     Instead, use either gnus-output-to-rmail or gnus-output-to-file.
  6804.     Expand filename before use.
  6805.     * rmailout.el (rmail-file-p): Add autoload cookie.
  6806.  
  6807.     * comint.el (comint-send-input): Run comint-output-filter-functions
  6808.     only if process is using comint-output-filter as its filter.
  6809.  
  6810.     * subr.el (remove-hook): Doc fix.
  6811.  
  6812.     * rmail.el (rmail-set-attribute): Do nothing if MSGNUM is 0.
  6813.  
  6814.     * nntp.el (nntp-encode-text): Insert a CR before the newline.
  6815.  
  6816.     * info.el (Info-mode): Doc fix.
  6817.  
  6818.     * loaddefs.el: Delete duplicate etags.el autoloads.
  6819.  
  6820.     * add-log.el (change-log-default-name, add-log-current-defun-function)
  6821.     (add-log-full-name, add-log-mailing-address): Delete autoload cookies.
  6822.  
  6823. Mon Nov 15 21:37:37 1993  Per Bothner  (bothner@cygnus.com)
  6824.  
  6825.     * iso-acc.el (iso-accents-list):  Added /A for A-with-ring
  6826.     and /E for AE-ligature, with lowercase versions.  These
  6827.     letters are used (with O-with-slash) in Norwegian and Danish.
  6828.  
  6829. Mon Nov 15 00:17:12 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6830.  
  6831.     * appt.el (appt-display-interval): New variable.
  6832.     (appt-check): Obey that variable.
  6833.  
  6834.     * sun.el (sun-raw-prefix): Make this just a variable,
  6835.     not a function name.
  6836.  
  6837.     * startup.el (command-line-1): Display a message in the echo area.
  6838.  
  6839.     * comint.el (comint-read-input-ring, comint-write-input-ring):
  6840.     Treat "" like nil in comint-input-ring-file-name.
  6841.  
  6842. Mon Nov 15 13:21:51 1993  Robert J. Chassell (bob@grackle.stockbridge.ma.us)
  6843.  
  6844.         * page.el Add `provide'.
  6845.         (narrow-to-page): Enable page-delimiter to span lines.
  6846.  
  6847.         * page-ext.el: Revise documentation.  Add `provide'.
  6848.         (pages-directory-for-adding-addresses-narrowing-p): 
  6849.         New user option for adding addresses.  Default to narrowing.
  6850.         (pages-directory-for-addresses): Intall user settable options. 
  6851.         (add-new-page): Insert new page in specified location.
  6852.         (original-page-delimiter): Set default value to "^^L".
  6853.  
  6854. Mon Nov 15 04:13:48 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6855.  
  6856.     * vc.el: vc-static-header-alist shouldn't have been declared const.
  6857.  
  6858. Sun Nov 14 00:49:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6859.  
  6860.     * rmailout.el (rmail-output): New argument FROM-GNUS.
  6861.     * gnus.el (gnus-summary-save-in-mail): Pass new args to rmail-output.
  6862.  
  6863.     * solar.el (solar-equinoxes-solstices): Add autoload.
  6864.  
  6865.     * calendar.el (solar-holidays): Change top-level progn to an if.
  6866.  
  6867.     * mouse.el (mouse-save-then-kill-delete-region): Take args BEG and END.
  6868.     Update the undo list properly.
  6869.     (mouse-save-then-kill): Pass those args.
  6870.     When we kill, clear mouse-save-then-kill-posn
  6871.     and mouse-selection-click-count.
  6872.     (mouse-secondary-save-then-kill): Likewise.
  6873.     Delete the overlay after deleting the selection text.
  6874.     (mouse-selection-click-count): Initialize to 0.
  6875.     (mouse-save-then-kill-delete-region): Handle buffers with no undo list.
  6876.     Handle empty regions.  Handle end < beg.
  6877.  
  6878.     * rmailsum.el (rmail-summary-forward): Accept prefix arg
  6879.     and pass it to rmail-forward.
  6880.  
  6881. Sat Nov 13 01:58:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6882.  
  6883.     * compare-w.el (compare-windows-skip-whitespace): Swap the two
  6884.     and's within the or.
  6885.  
  6886.     * help.el (describe-project): New function, on C-h C-p.
  6887.     (help-for-help): Add C-p.  Refer to help-command, not
  6888.     help-for-help, in the \\[...].
  6889.  
  6890.     * paths.el (rmail-spool-directory): Check for irix,
  6891.     not silicon-graphic-unix.
  6892.     * dired.el (dired-chown-program): Likewise.
  6893.     * lpr.el (lpr-command): Likewise.
  6894.  
  6895.     * xscheme.el: Add a provide call.
  6896.  
  6897.     * dired.el (dired-make-relative): Expand DIR if starts with ~.
  6898.  
  6899. Fri Nov 12 23:48:06 1993  Paul Eggert  (eggert@twinsun.com)
  6900.  
  6901.     * cal-dst.el (calendar-absolute-from-time): Undo Sep 14 patch.
  6902.     Fix comments instead, since they didn't match the code.
  6903.  
  6904. Fri Nov 12 17:16:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6905.  
  6906.     * comint.el (comint-match-partial-filename): Consider +@: part of
  6907.     filenames; don't consider parens as part of them.
  6908.  
  6909.     * fill.el (fill-individual-paragraphs): Fix skipping headers
  6910.     of yanked message.
  6911.  
  6912.     * rmailsum.el (rmail-summary-edit-map): Inherit text-mode-map properly.
  6913.  
  6914. Fri Nov 12 03:52:03 1993  Paul Eggert  (eggert@twinsun.com)
  6915.  
  6916.     * vc.el (vc-rename-file): Don't overwrite an existing file.
  6917.     Fix test for unsaved files.
  6918.     Calculate name of new master file properly.
  6919.  
  6920. Thu Nov 11 02:16:55 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6921.  
  6922.     * Version 19.20 released.
  6923.  
  6924.     * man.el (Man-section-regexp): Allow section names l, n, L, N.
  6925.  
  6926. Wed Nov 10 21:46:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6927.  
  6928.     * map-ynp.el (map-y-or-n-p): Handle help-char values other than chars.
  6929.  
  6930.     * c-mode.el (c-indent-region): When looking for a sexp that ends
  6931.     past this line, make sure it really starts on this line.
  6932.  
  6933.     * replace.el (occur-mode): Run occur-mode-hook.
  6934.  
  6935. Wed Nov 10 20:53:06 1993  Robert J. Chassell  (bob@kropotkin.gnu.ai.mit.edu)
  6936.  
  6937.         * texinfo.el (texinfo-texi2dvi-command): Separate `texi2dvi'
  6938.     command from `tex' command so `texinfo-format-region' can use
  6939.     straight `tex' command.
  6940.         (texinfo-format-buffer): Use `texinfo-texi2dvi-command'
  6941.         (texinfo-delete-from-print-queue): Revise documentation. 
  6942.     (texinfo-quit-job): Use comint-send-input.
  6943.  
  6944.     * texinfmt.el (texinfo-format-region): Change `texinfo-[start
  6945.     end]-of-header' to `tex-[start end]-of-header'.
  6946.  
  6947. Wed Nov 10 15:38:24 1993  Brian Fox  (bfox@mole.gnu.ai.mit.edu)
  6948.  
  6949.     * rmail.el (rmail-start-mail): Don't do other frame unless we have
  6950.     a window system, irregardless of the state of rmail-mail-new-frame.
  6951.  
  6952.     * man.el (Man-filter-list): Include anything starting with
  6953.     alphabetics, and containing "Last change:".
  6954.     (manual-entry): Don't call `Man-downcase' since
  6955.     Man-translate-references has already done the right thing.
  6956.  
  6957.     * info.el (Info-extract-menu-item): Quote `*' in the menu-item
  6958.     leadin re-search to prevent us from finding node names which
  6959.     contain the text of another node name within them.
  6960.  
  6961.     * files.el (find-backup-file-name): Don't fatal-error on
  6962.     directories that are hard to read; fall back on ~/%backup%.
  6963.  
  6964.     * hexl.el (hexl-mode): Use `add-hook' to modify buffer local
  6965.     `write-contents-hooks'.
  6966.     (hexl-mode-exit): Remove our hook when turning off Hexl mode.
  6967.  
  6968.     * files.el (file-truename): Treat ~USER like just ~.
  6969.  
  6970.     * subr.el (remove-hook): New function, analogous to add-hook.  This
  6971.     is now the recommended way to remove a hook that you have added.
  6972.     * lucid.el (remove-hook): Function deleted.
  6973.  
  6974. Tue Nov  9 02:11:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6975.  
  6976.     * texinfo.el (texinfo-mode-map): Add C-c C-e bindings for texinfmt.el.
  6977.  
  6978.     * texnfo-upd.el (texinfo-sequential-node-update): Add autoload.
  6979.     (texinfo-update-node, texinfo-every-node-update): Add autoload.
  6980.  
  6981.     * comint.el (comint-postoutput-scroll-to-bottom):
  6982.     Don't alter point in a window if it's after the process-mark.
  6983.     Don't treat minibuffer window specially.
  6984.  
  6985.     * menu-bar.el (menu-bar-edit-menu): Add menu items for searching.
  6986.  
  6987.     * etags.el (etags-list-tags): Return t if found the file.
  6988.     (list-tags): Clear first-time when we go around the loop.
  6989.     Supply file name in error message.
  6990.     Remove dir names from files when preparing for completion.
  6991.  
  6992. Mon Nov  8 18:40:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6993.  
  6994.     * shell.el: Doc fixes.
  6995.  
  6996. Mon Nov  8 19:05:34 1993  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  6997.  
  6998.     * comint.el (comint-preinput-scroll-to-bottom): Added
  6999.     comint-magic-space to list of commands recognised as inserting.
  7000.  
  7001.     * comint.el (comint-output-filter): Corrected check for killed
  7002.     buffer.
  7003.  
  7004. Mon Nov  8 16:16:32 1993  Robert J. Chassell  (bob@geech.gnu.ai.mit.edu)
  7005.  
  7006.         * texinfo.el (texinfo-show-structure): Indent appendices properly.
  7007.  
  7008. Mon Nov  8 07:42:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7009.  
  7010.     * disp-table.el (describe-current-display-table):
  7011.     Don't get error if no display table now.
  7012.     (describe-display-table): Put all the output in the temp buffer.
  7013.  
  7014.     * ws-mode.el (wordstar-mode): Add autoload.
  7015.  
  7016.     * pascal.el: New file.
  7017.     * thingatpt.el: New file.
  7018.     * mouse-sel.el: New file.
  7019.  
  7020.     * ispell.el (ispell-message): Delete excess (beginning-of-line).
  7021.  
  7022.     * frame.el (set-frame-configuration): Iconify frames
  7023.     rather than making them invisible.
  7024.  
  7025.     * register.el (jump-to-register): Rename prefix arg to DELETE
  7026.     and invert its sense.
  7027.  
  7028.     * comint.el (comint-postoutput-scroll-to-bottom):
  7029.     Walk the windows even if scroll is nil.
  7030.  
  7031. Sun Nov  7 03:09:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7032.  
  7033.     * ispell.el (ispell-message): If gnus, but no mail-yank-prefix,
  7034.     use ispell-message-cite-regexp.  Turn off case-fold-search
  7035.     for the searching and matching in this function.
  7036.  
  7037.     * ispell.el (ispell-message): Stop if ispell-region returns nil.
  7038.     (ispell-next, ispell-word): Catch ispell-quit, not quit.
  7039.     (ispell-next): Return t if exit normally (no throw to ispell-quit).
  7040.     (ispell-command-loop): For q, throw to ispell-quit.
  7041.     Explicitly handle C-g.
  7042.     (ispell): If we don't call ispell-next, return t.
  7043.  
  7044.     * compare-w.el (compare-windows-skip-whitespace): Return t
  7045.     if there is whitespace before point.
  7046.  
  7047.     * iso-acc.el (iso-accents-mode): Doc fix.
  7048.  
  7049.     * comint.el (comint-postoutput-scroll-to-bottom):
  7050.     Always keep point at end in all buffers if was at end.
  7051.     comint-scroll-to-bottom-on-output controls what to do
  7052.     if point was not already at the end.
  7053.  
  7054.     * iso-acc.el: Support ~ and /.  Support 'Y, 'y, "y.
  7055.     Delete the `compose' support.
  7056.     (iso-accents-list): Fix typo in ^A code.  Support ~< and ~>.
  7057.  
  7058.     * iso-transl.el: Alter isearch-mode-map so C-x 8 works in search.
  7059.  
  7060.     * frame.el (set-frame-configuration): If NODELETE, make the
  7061.     unwanted frames invisible.
  7062.  
  7063. Sun Nov  7 11:19:25 1993  Ethan Bradford  (ethanb@ptolemy.astro.washington.edu)
  7064.  
  7065.     * ispell.el (ispell-non-empty-string): New function.
  7066.     (ispell-message): Add autoload.
  7067.     Choose a citation regexp automatically.
  7068.     Don't fail if there is no following cited line after filled lines.
  7069.  
  7070. Fri Nov  5 23:15:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7071.  
  7072.     * man.el (Man-frame-parameters): New variable.
  7073.     (Man-notify-when-ready): Handle `newframe' as Man-notify value.
  7074.  
  7075. Thu Nov  4 07:01:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7076.  
  7077.     * ange-ftp.el (ange-ftp-load): Handle extra args after the file name.
  7078.  
  7079. Wed Nov  3 15:42:09 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7080.  
  7081.         * tex-mode.el (tex-alt-print): New function for menu bar.
  7082.         (tex-define-common-keys, tex-mode-map): Move some items from
  7083.     tex-define-common-keys to tex-mode-map.
  7084.     Add more menu-enable properties.
  7085.         (tex-append): Cope with both the original
  7086.         Pascal-based TeX and the newer C-based TeX.
  7087.  
  7088. Wed Nov  3 14:59:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7089.  
  7090.     * frame.el (other-frame): Subtract 1 from hpos for new mouse position.
  7091.  
  7092.     * sendmail.el (sendmail-send-it): Don't insert Sender.
  7093.  
  7094.     * tex-mode.el (tex-validate-region, tex-region):
  7095.     Enable menu items if only mark is active.
  7096.  
  7097. Tue Nov  2 19:44:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7098.  
  7099.     * mouse.el (mouse-drag-region): Set this-command to mouse-set-point
  7100.     if not setting the mark.
  7101.     (mouse-save-then-kill): Consider mark-active only in transient mark md.
  7102.  
  7103. Wed Oct 27 17:32:56 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7104.  
  7105.     * tex-mode.el (tex-define-common-keys): Define menu items.
  7106.  
  7107. Tue Oct 26 16:45:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7108.  
  7109.     * comint.el (comint-mode-map): Merge menu bar item Output into Input.
  7110.     Rename Completion to Complete.
  7111.  
  7112.     * font-lock.el (font-lock-fontify-buffer): Don't turn
  7113.     font-lock-mode on and off; just call font-lock-set-defaults.
  7114.  
  7115. Tue Oct 26 14:08:10 1993  Lawrence R. Dodd  (dodd@roebling.poly.edu)
  7116.  
  7117.     * ispell.el (ispell-look-command): New user variable.
  7118.     (ispell-do-look, ispell-lookup-build-list): Use it as
  7119.     PROGRAM for call-process instead of just "look".
  7120.  
  7121.     * ispell.el (ispell-complete-word-interior-frag): New command.
  7122.     (ispell-complete-word): New command.
  7123.     (ispell-menu-map): Add bindings for them.
  7124.     (ispell-gnu-look-still-broken-p, ispell-look-dictionary): New vars.
  7125.  
  7126.     * text-mode.el (text-mode-map): Bind ispell-complete-word to M-TAB.
  7127.  
  7128. Tue Oct 26 14:07:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7129.  
  7130.     * simple.el (eval-expression): Fix typo: missing paren.
  7131.     (read-expression-map): Use an indirection to minibuffer-local-map
  7132.     rather than copying it.
  7133.  
  7134. Mon Oct 25 23:28:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7135.  
  7136.     * bookmark.el (bookmark-load, bookmark-write-file):
  7137.     Bind enable-local-variables instead of enable-local-eval.
  7138.  
  7139. Mon Oct 25 20:09:53 1993  Karl Fogel  (kfogel@mole.gnu.ai.mit.edu)
  7140.  
  7141.         * bookmark.el (bookmark-load, bookmark-write-file): Made
  7142.     enable-local-eval be nil when loading a bookmark file, since
  7143.     bookmark context strings can contain eval forms from the files in
  7144.     which the bookmarks are set, and we don't want them evalled when
  7145.     .emacs-bkmrks is found!
  7146.  
  7147.     Got rid of ###autoload to put a bookmark menu on the menu-bar.
  7148.     Now it will appear on the File menu -- that change is made in
  7149.         menu-bar.el.  See below:
  7150.     
  7151.         * menu-bar.el: Added a define-key for menu-bar-bookmark-map, so
  7152.         that bookmarks will appear on the File menu of the menu-bar, right
  7153.         after the Print Buffer item.
  7154.  
  7155. Mon Oct 25 15:48:39 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7156.  
  7157.     * comint.el (comint-scroll-to-bottom-on-input): Default to nil.
  7158.     (comint-mode): Use pre-command-hook, not before-change-function.
  7159.     (comint-preinput-scroll-to-bottom): Take no arguments.
  7160.     (comint-output-filter-functions):
  7161.     Renamed from comint-output-filter-hook.
  7162.     (comint-output-filter): Pass STRING as arg to output hook functions.
  7163.     (comint-preinput-scroll-to-bottom): Take an arg.
  7164.     Move point to new process mark if it was at the old one.
  7165.     Scroll so only if point is at or after the process mark.
  7166.     When scrolling, put end of text on bottom line, regardless of point.
  7167.  
  7168. Mon Oct 25 02:07:36 1993  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
  7169.  
  7170.      * ispell.el (ispell): If the buffer to spell has no associated
  7171.     file, or, the associated file has a special handler, use a
  7172.     temporary file with the buffer contents to pass to the local
  7173.     ispell process.
  7174.  
  7175.     * dired.el (provide): Provide "dired" before running user hooks.
  7176.  
  7177.     * ange-ftp.el (ange-ftp-dired-uncache): Fix parens so that `(setq
  7178.     ...' is a result of the if statement, and not a top level
  7179.     expression.
  7180.  
  7181.     * simple.el (eval-expression, edit-and-eval-command): Let
  7182.     minibuffer-history-sexp-flag be 't during the call to
  7183.     read-from-minibuffer.
  7184.  
  7185. Sun Oct 24 19:18:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7186.  
  7187.     * iso-acc.el: Define "dead keys" in key-translation-map,
  7188.     not in global-map.
  7189.     (iso-accents-compose): New subroutine to do the composition.
  7190.     Method of doing so is new.
  7191.     (iso-accents-accent-key): Use iso-accents-compose.
  7192.     (iso-accents-compose-key): New function.
  7193.  
  7194. Sat Oct 23 17:25:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7195.  
  7196.     * isearch.el (isearch-yank): Handle `kill' as chunk type.
  7197.     (isearch-yank-kill): New command, on M-y and mouse-2.
  7198.  
  7199.     * frame.el (make-frame): Use before-make-frame-hook and
  7200.     after-make-frame-hook.
  7201.  
  7202.     * comint.el (comint-scroll-to-bottom-on-output)
  7203.     (comint-scroll-to-bottom-on-input): Default to nil if baud-rate<=9600.
  7204.  
  7205. Fri Oct 22 13:10:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7206.  
  7207.     * comint.el (comint-filename-prefix): Deleted.
  7208.     * rlogin.el (rlogin, rlogin-mode): Use comint-file-name-prefix,
  7209.     not comint-filename-prefix.
  7210.  
  7211. Thu Oct 21 22:22:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7212.  
  7213.     * shell.el (shell-after-partial-filename): Renamed from
  7214.     shell-after-partial-pathname.
  7215.     * comint.el (comint-after-partial-file-name-command):
  7216.     Renamed from comint-after-partial-pathname-command.
  7217.     (comint-match-partial-file-name, comint-after-partial-file-name):
  7218.     Renamed from comint-match-partial-pathname, etc.
  7219.  
  7220. Thu Oct 21 23:10:27 1993  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  7221.  
  7222.     * shell.el (shell-after-partial-pathname): New subroutine.
  7223.  
  7224.     * shell.el: Renamed shell-command-execonly to
  7225.     shell-completion-execonly for consistency.
  7226.  
  7227.     * shell.el (shell-read-input-ring, shell-input-ring-file-name):
  7228.     Moved to, and renamed in, comint.el.
  7229.  
  7230.     * shell.el (shell-dynamic-complete-command):  Make sure local
  7231.     completion-ignore-case is nil.
  7232.  
  7233.     * shell.el (shell-mode): Set buffer-local variable paragraph-start
  7234.     to comint-prompt-regexp so paragraph motion/mark commands work on
  7235.     output groups.
  7236.     Set comint-after-partial-pathname to it.
  7237.     (shell-read-input-ring): Use find-file-noselect.
  7238.  
  7239.     * shell.el (shell-match-cmd-w/optional-arg): Removed.
  7240.  
  7241.     * comint.el (comint-last-output-start): New variable to record
  7242.     where most recent process output started from.
  7243.     (comint-mode): Initialise it.
  7244.     (comint-output-filter): Set it.
  7245.  
  7246.     * comint.el (comint-previous-matching-input-string): Moved to
  7247.     comint-previous-matching-input-position.
  7248.     (comint-previous-matching-input-string): Use it.
  7249.     (comint-search-arg, comint-search-start,
  7250.     comint-previous-input-string): New subroutines.
  7251.     (comint-previous-input, comint-next-input,
  7252.     comint-previous-matching-input, comint-next-matching-input,
  7253.     comint-previous-matching-input-from-input,
  7254.     comint-next-matching-input-from-input): Use them.
  7255.  
  7256.     * comint.el (comint-mode-map): Added signal menu-bar.  Moved
  7257.     comint-backward/forward-matching-input to output menu-bar, since
  7258.     they move within the buffer rather than do input.
  7259.  
  7260.     * comint.el (comint-send-input, comint-after-pmark-p,
  7261.     comint-kill-input, comint-proc-query): Removed serialisation of
  7262.     obtaining the process mark's marker-position.
  7263.  
  7264.     * comint.el, shell.el: Commented out comint/shell-load-hooks.
  7265.  
  7266.     * comint.el (comint-dynamic-simple-complete): New subroutine.
  7267.  
  7268.     * comint.el (comint-dynamic-complete-filename-command): New variable.
  7269.     (comint-after-partial-pathname-command): New variable.
  7270.     (comint-after-partial-pathname): New subroutine.
  7271.     (comint-dynamic-complete): Use them.
  7272.     (comint-mode): Make them local.
  7273.  
  7274.     * comint.el, shell.el: Renamed comint-dynamic-complete-command to
  7275.     comint-dynamic-complete-command-command for consistency.
  7276.     Renamed comint-file-name-addsuffix/autolist/recexact to
  7277.     comint-completion-addsuffix/autolist/recexact for consistency.
  7278.  
  7279.     * comint.el (comint-replace-by-expanded-history): Check if input
  7280.     ring size is not big enough for relative reference.
  7281.  
  7282.     * comint.el (comint-read-input-ring, comint-input-ring-file-name):
  7283.     From shell.el.
  7284.     (shell-write-input-ring): New subroutine.
  7285.  
  7286.     * comint.el (comint-file-name-prefix): New variable.
  7287.     (comint-directory): New inline subroutine.
  7288.     (comint-dynamic-complete-filename, comint-dynamic-complete-variable,
  7289.     comint-dynamic-list-filename-completions): Use it.
  7290.  
  7291.     * comint.el (comint-dynamic-complete-filename,
  7292.     comint-dynamic-complete-variable,
  7293.     comint-dynamic-list-filename-completions): Make sure local
  7294.     completion-ignore-case is nil.
  7295.  
  7296.     * comint.el (comint-next-prompt, comint-previous-prompt): Use
  7297.     paragraph-start and paragraph motion commands rather than
  7298.     re-search-forward and re-search-backward commands.
  7299.  
  7300.     * comint.el (comint-dynamic-list-input-ring,
  7301.     comint-previous-matching-input-string): Use ring-empty-p rather
  7302.     than zerop and ring-length.
  7303.  
  7304.     * comint.el (comint-input-ignoredups): New variable.
  7305.     (comint-send-input, shell-read-input-ring): Use it.
  7306.     (comint-mode): Make comint-input-ignoredups local.  Doc fix.
  7307.  
  7308.     * comint.el (comint-scroll-to-bottom-on-input): New variable.
  7309.     (comint-scroll-to-bottom-on-output): New variable.
  7310.     (comint-scroll-show-maximum-output): New variable.
  7311.     (comint-output-filter-hook): New variable, defaults to
  7312.     comint-postoutput-scroll-to-bottom.
  7313.  
  7314.     * comint.el (comint-output-filter): Renamed from comint-filter
  7315.     for consistency.  Now calls comint-output-filter-hook.
  7316.  
  7317.     * comint.el (comint-preinput-scroll-to-bottom): New subroutine.
  7318.     (comint-postoutput-scroll-to-bottom): New subroutine.
  7319.     (comint-show-maximum-output): New command.
  7320.     (comint-copy-old-input): New command.
  7321.  
  7322.     * comint.el (comint-send-input): Run comint-output-filter-hook if
  7323.     necessary as a kludge to prevent messy redisplays.
  7324.  
  7325.     * comint.el (comint-mode-map): Added comint-show-maximum-output to
  7326.     C-c C-e and menu-bar output, and comint-copy-old-input to C-c C-i
  7327.     and menu-bar input.
  7328.  
  7329.     * comint.el (comint-mode): Make local variables
  7330.     comint-scroll-to-bottom-on-input, before-change-function,
  7331.     comint-scroll-to-bottom-on-output, comint-scroll-show-maximum-output,
  7332.     and comint-output-filter-hook.
  7333.  
  7334. Thu Oct 21 13:51:51 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7335.  
  7336.     * simple.el (blink-matching-open): Treat / syntax like \ syntax.
  7337.  
  7338.     * texinfmt.el (texinfo-format-begin-end): Bind cmd locally.
  7339.     (texinfo-defun-type): Renamed from command-type in various fns.
  7340.     (texinfo-command-start, texinfo-command-end, texinfo-command-name)
  7341.     (texinfo-defun-type, texinfo-last-node-pos, texinfo-stack)
  7342.     (texinfo-short-index-cmds-alist)
  7343.     (texinfo-short-index-format-cmds-alist, texinfo-format-filename)
  7344.     (texinfo-footnote-number, texinfo-start-of-header)
  7345.     (texinfo-end-of-header, texinfo-raisesections-alist)
  7346.     (texinfo-lowersections-alist): Add defvars.
  7347.  
  7348. Wed Oct 20 14:06:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7349.  
  7350.     * cdl.el: New file.
  7351.  
  7352. Wed Oct 20 08:00:51 1993  Brian Fox  (bfox@gnu.ai.mit.edu)
  7353.  
  7354.     * forms.el (forms--set-minor-mode): Rewrite so that describe-mode
  7355.     can parse the value of minor-mode-alist correctly.  The string
  7356.     " View" is now dependent on the value of forms-read-only.
  7357.  
  7358. Wed Oct 20 08:00:51 1993  Johan Vromans  (jv@mh.nl)
  7359.  
  7360.     * forms.el: Documentation: `forms-forms-scroll' and `forms-forms-jump'
  7361.     now default to nil.
  7362.     `forms-new-record-filter' and `forms-modified-record-filter'
  7363.     cannot be redefined as functions.
  7364.     Commands and keymaps are changed.
  7365.     Add function key defs.
  7366.     (forms-version): Docstring includes full RCS id.
  7367.     (forms-forms-scroll): Defaults to nil.
  7368.     (forms-forms-jump): Defaults to nil.
  7369.     (forms-mode-edit-map, forms-mode-ro-map): Additional keymaps
  7370.     for edit mode and read-only mode.
  7371.     (forms--new-record-filter, forms--modified-record-filter): Deleted.
  7372.     (forms-mode): Docstring now includes the key bindings, since
  7373.     both edit mode and read-only mode must be supported.
  7374.     Changed `forms-new-record-filter' and `forms-modified-record-filter'
  7375.     semantics: the variable must point to a function and may
  7376.     not be defined as a function anymore.
  7377.     Use three keymaps: `forms-mode-map' (C-c commands),
  7378.     `forms-mode-edit-map' (normal mode) and `forms-mode-ro-map'
  7379.     (read-only mode). The maps are not buffer local.
  7380.     Changed the text of error messages to be more descriptive, and
  7381.     consistent with the documentation.
  7382.     Moved setting up write-file-hooks and revert-buffer-function
  7383.     to function `forms--change-commands'.
  7384.     (forms--process-format-list): Changed error messages to be
  7385.     more descriptive.
  7386.     (forms--set-keymaps): Setup the three keymaps.
  7387.     (forms--mode-commands): Use new command key bindings.
  7388.     (forms--mode-commands1): New helper function for
  7389.     `forms--mode-commands'.
  7390.     (forms--change-commands): Handle setup of
  7391.     local-write-file-hooks and revert-buffer-function.
  7392.     (forms--help): Show new command bindings.
  7393.     (forms--show-record): Replaced `forms--modified-record-filter' by
  7394.     `forms-modified-record-filter'.
  7395.     (forms-jump-record): Changed error message.
  7396.     (forms-toggle-read-only): New function, replaces
  7397.     `forms-view-mode' and `forms-edit-mode'.
  7398.     (forms-view-mode, forms-edit-mode): Deleted.
  7399.     (forms-insert-record): Replaced `forms--new-record-filter' by
  7400.     `forms-new-record-filter'. 
  7401.     (forms-insert-record, forms-delete-record): Disallow in read-only
  7402.     mode.
  7403.     (forms-prev-field): New function.
  7404.  
  7405. Tue Oct 19 09:50:13 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7406.  
  7407.     * calendar.el (calendar-week-start-day): New var (autoloaded) to
  7408.     allow the calendar week to start on any day, not just Sunday.
  7409.     (calendar-mod): New support function.
  7410.     (calendar-cursor-to-visible-date, generate-calendar-month,
  7411.     calendar-beginning-of-week, calendar-end-of-week): Rewritten to
  7412.     use new var calendar-week-start-day.
  7413.  
  7414.     * holidays.el (holiday-easter-etc): Fix Ascension Day string. 
  7415.  
  7416.     * diary.el (list-sexp-diary-entries): Fix doc string.
  7417.  
  7418.     * solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons): New vars.
  7419.     (solar-equinoxes-solstices): Use them to fix names for
  7420.     southern hemisphere.
  7421.  
  7422.     * calendar.el (calendar-day-name-array, calendar-month-name-array,
  7423.     calendar-islamic-month-name-array,
  7424.     calendar-hebrew-month-name-array-common-year,
  7425.     calendar-hebrew-month-name-array-leap-year):  Change to defvar.
  7426.  
  7427.     * diary.el (hebrew-calendar-parashiot-names):  Change to defvar.
  7428.  
  7429. Mon Oct 18 03:54:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7430.  
  7431.     * etags.el (list-tags): Fix completing-read call interactive spec;
  7432.     TABLE and PREDICATE args were reversed, and more processing was
  7433.     needed on tags-table-files.
  7434.  
  7435. Mon Oct 18 02:41:47 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
  7436.  
  7437.         * rlogin.el (rlogin-initially-track-cwd): New variable.
  7438.         (rlogin): Use it to determine whether enable directory tracking
  7439.         via ange-ftp.
  7440.         (rlogin-mode): Make `comint-filename-prefix' local here.
  7441.  
  7442.         * rlogin.el (rlogin): Arguments to function are now a string with
  7443.         multiple words (hostname first) and an optional prefix.
  7444.         (rlogin-with-args): Function deleted.
  7445.  
  7446.         * rlogin.el (rlogin): Set process filter after calling
  7447.         `rlogin-mode' since the latter called `comint-mode', which sets
  7448.         its own initial process filter.
  7449.  
  7450. Mon Oct 18 20:28:36 1993  Barry A. Warsaw, ITB  (warsaw@anthem)
  7451.  
  7452.     * reporter.el:
  7453.     (reporter-submit-bug-report, reporter-mailer): reporter-mailer
  7454.     variable can now take a list of mailers, trying each one until an
  7455.     commandp one is found.
  7456.  
  7457.     * reporter.el: Fixed elisp archive address.
  7458.     Handle dumping of buffer local variables via reporter-eval-buffer.
  7459.  
  7460. Thu Oct 14 18:28:24 1993  Paul Eggert  (eggert@twinsun.com)
  7461.  
  7462.     * vc.el (vc-backend-checkout): Do not set umask to value that does
  7463.     not allow user-write permission while `co' is running; this breaks
  7464.     versions of `co' that need to write temporary files.
  7465.  
  7466. Wed Oct 13 20:11:51 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7467.  
  7468.     * rmailout.el (rmail-output-file-alist): Doc fix.
  7469.  
  7470. Wed Oct 13 02:20:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7471.  
  7472.     * supercite.el, regi.el: New files.
  7473.     * sc-elec.el: Files deleted.
  7474.     * sc.el: Just load supercite.
  7475.  
  7476. Tue Oct 12 16:57:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7477.  
  7478.     * files.el (abbreviated-home-dir): Doc fix.
  7479.  
  7480. Mon Oct 11 20:53:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7481.  
  7482.     * map-ynp.el (map-y-or-n-p): Take new optional arg to not set
  7483.     cursor-in-echo-area.
  7484.  
  7485. Sun Oct 10 18:13:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7486.  
  7487.     * rmail.el (rmail-retry-setup-hook): New hook variable.
  7488.     (rmail-retry-failure): Use that variable.
  7489.  
  7490.     * pp.el: New file.
  7491.  
  7492. Sat Oct  9 17:43:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7493.  
  7494.     * ispell.el (ispell-message-cite-regexp): Add definition.
  7495.  
  7496. Sat Oct  9 03:12:59 1993  Karl Fogel  (kfogel@occs.cs.oberlin.edu)
  7497.  
  7498.     * bookmark.el (bookmark-write): Add numbered backups for bookmark file.
  7499.     (bookmark-version-control): New variable.
  7500.  
  7501.     * bookmark.el (bookmark-jump): bookmark-jump now gives a
  7502.     default value if no bookmark is entered manually.
  7503.     (bookmark-set): Default to bookmark-current-bookmark or
  7504.         buffer-name the way bookmark-jump does.
  7505.  
  7506.     * bookmark.el (ctl-x-map): Check if C-x r is a prefix
  7507.     before using it as one.
  7508.  
  7509.     * bookmark.el: Include string "Bookmarks" in defining
  7510.     [menu-bar bookmark] in global-map in the menu-bar code.
  7511.  
  7512.     * bookmark.el (menu-bar-bookmark-map): Supply t as 4th arg of autoload.
  7513.  
  7514.     * bookmark.el (bookmark-jump-noselect): New subroutine taken from 
  7515.     bookmark-jump.  Support compressed files.
  7516.     (bookmark-jump): Call bookmark-jump-noselect.
  7517.     Offer to relocate if necessary, but change default dir to that of 
  7518.         the old    bookmark in read-file-name.
  7519.  
  7520.     * bookmark.el: (bookmark-set, bookmark-rename, bookmark-delete,
  7521.     bookmark-write-file, bookmark-load, Bookmark-menu-show-filenames,
  7522.     Bookmark-menu-hide-filenames, Bookmark-menu-bookmark,
  7523.     Bookmark-menu-save, Bookmark-menu-load): Fixed the save-excursion
  7524.     bugs by wrapping things in save-window-excursion as well.
  7525.  
  7526.     (bookmark-make-menu-bar-alist): Added sorting. 
  7527.  
  7528.     (bookmark-map): Added new keybindings.
  7529.     (bookmark-try-default-file): Set bookmarks-already-loaded to t
  7530.     after the load.
  7531.  
  7532.     * bookmark.el (list-bookmarks): Added bookmark menu stuff.
  7533.     (Bookmark-menu-*): New functions.
  7534.  
  7535. Sat Oct  9 15:59:31 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  7536.  
  7537.     * isearch.el, reporter.el: Change comments saying they're not yet
  7538.     part of GNU Emacs.
  7539.  
  7540. Fri Oct  8 22:01:33 1993  Jonathan I. Kamens  (jik@security.ov.com)
  7541.  
  7542.     * timezone.el (timezone-parse-date): Handle new style 22-AUG-1993.
  7543.  
  7544.     * rmail.el (rmail): Really don't get new mail if file name was given.
  7545.     (rmail-reformat-message): Move past Mail-from as well as Summary-line.
  7546.     (rmail-toggle-header): Likewise.
  7547.     (rmail-next-undeleted-message): Return t unless hit end of buffer.
  7548.     (rmail-delete-forward): Likewise.
  7549.     (mail-unsent-separator): Add `Original message follows'.
  7550.     (rmail-resend): Handle mail-self-blind.
  7551.  
  7552.     * files.el (hack-local-variables): If buffer has no file,
  7553.     display its buffer name.
  7554.  
  7555.     * rmailout.el (rmail-output): If message was shown with full headers,
  7556.     copy the full headers (or each message copied) into the file.
  7557.     New local var original-headers-p, header-beginning, mail-from.
  7558.     Bind locals outside the while loop.  Kill tembuf only after loop.
  7559.     If message has a saved mail-from field, use that.
  7560.     Detect reaching end of rmail buffer; display # messages copied.
  7561.  
  7562. Wed Oct  6 23:02:55 1993  Morten Welinder  (terra@diku.dk)
  7563.  
  7564.     * desktop.el: Internal clean-up.  Save information about current
  7565.     tags files, don't save the tags buffers (to save reload time).
  7566.     Don't save desktop-globals-to-save (desktop files must be erased
  7567.     for this to take effect, sorry.)  Save "mark-activity" and
  7568.     allow multi-dir direds.
  7569.  
  7570. Mon Oct  4 21:56:46 1993  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
  7571.  
  7572.     * telnet.el (rsh): Add `host' to args passed to make-comint.
  7573.  
  7574. Mon Oct  4 20:22:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7575.  
  7576.     * rmail.el (rmail-convert-to-babyl-format): Protect against
  7577.     nonsensical content-length values.
  7578.  
  7579. Mon Oct  4 20:51:01 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7580.  
  7581.     * vc.el    (vc-next-action): Fix (throw ... ) invocation to work with 19;
  7582.     allows vc-next-action on all marked files in a dired buffer to work.
  7583.     
  7584.     (vc-finish-logentry) There isn't necessarily a *VC-log-entry* buffer
  7585.     to remove if this function was called from within a dired buffer.  Fix
  7586.     its handling of this case.
  7587.  
  7588. Sat Oct  2 15:53:27 1993  Brian J. Fox  (bfox@ai.mit.edu)
  7589.  
  7590.     * simple.el (edit-and-eval-command): Let `read-from-minibuffer'
  7591.     manipulate the history list, don't manipulate it directly.
  7592.     (repeat-complex-command): Same thing.
  7593.  
  7594. Fri Oct  1 18:40:22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7595.  
  7596.     * mailabbrev.el (build-mail-abbrevs): Pass just 1 arg to
  7597.     substitute-in-file-name.
  7598.  
  7599. Mon Sep 27 04:36:31 1993  Paul Eggert  (eggert@twinsun.com)
  7600.  
  7601.     * vc.el (vc-find-binary): Fix bug; it always claimed success.
  7602.  
  7603. Sun Sep 26 16:00:42 1993  Johan Vromans  (jv@mh.nl)
  7604.  
  7605.     * forms.el: Version 2.3.
  7606.     Documentation: `forms-forms-scroll' and `forms-forms-jump'
  7607.     now default to nil.
  7608.     `forms-new-record-filter' and `forms-modified-record-filter'
  7609.     cannot be redefined as functions.
  7610.     Commands and keymaps are changed.
  7611.     Add function key defs.
  7612.     (forms-version): Docstring includes full RCS id.
  7613.     (forms-forms-scroll): Defaults to nil.
  7614.     (forms-forms-jump): Defaults to nil.
  7615.     (forms-mode-edit-map, forms-mode-ro-map): Additional keymaps
  7616.     for edit mode and read-only mode.
  7617.     (forms--new-record-filter, forms--modified-record-filter): Deleted.
  7618.     (forms-mode): Docstring now includes the key bindings, since
  7619.     both edit mode and read-only mode must be supported.
  7620.     Changed `forms-new-record-filter' and `forms-modified-record-filter'
  7621.     semantics: the variable must point to a function and may
  7622.     not be defined as a function anymore.
  7623.     Use three keymaps: `forms-mode-map' (C-c commands),
  7624.     `forms-mode-edit-map' (normal mode) and `forms-mode-ro-map'
  7625.     (read-only mode). The maps are not buffer local.
  7626.     Changed the text of error messages to be more descriptive, and
  7627.     consistent with the documentation.
  7628.     Moved setting up write-file-hooks and revert-buffer-function
  7629.     to function `forms--change-commands'.
  7630.     (forms--process-format-list): Changed error messages to be
  7631.     more descriptive.
  7632.     (forms--set-keymaps): Setup the three keymaps.
  7633.     (forms--mode-commands): Use new command key bindings.
  7634.     (forms--mode-commands1): New helper function for
  7635.     `forms--mode-commands'.
  7636.     (forms--change-commands): Handle setup of
  7637.     local-write-file-hooks and revert-buffer-function.
  7638.     (forms--help): Show new command bindings.
  7639.     (forms--show-record): Replaced `forms--modified-record-filter' by
  7640.     `forms-modified-record-filter'.
  7641.     (forms-jump-record): Changed error message.
  7642.     (forms-toggle-read-only): New function, replaces
  7643.     `forms-view-mode' and `forms-edit-mode'.
  7644.     (forms-view-mode, forms-edit-mode): Deleted.
  7645.     (forms-insert-record): Replaced `forms--new-record-filter' by
  7646.     `forms-new-record-filter'. 
  7647.     (forms-insert-record, forms-delete-record): Disallow in read-only
  7648.     mode.
  7649.     (forms-prev-field): New function.
  7650.     
  7651. Sun Sep 26 21:36:07 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7652.  
  7653.     * disass.el (disassemble-internal): Allow a call to byte-code
  7654.     as argument.
  7655.  
  7656. Fri Sep 24 00:08:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7657.  
  7658.     * ispell.el (ispell-message): Handle cited messages.
  7659.  
  7660.     * frame.el (other-frame): Warp the mouse so that the other
  7661.     frame actually stays selected.
  7662.  
  7663. Wed Sep 22 12:37:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7664.  
  7665.     * mouse.el (mouse-delete-max-match): New function.
  7666.     (mouse-choose-completion): Use that.  Now supports buffers
  7667.     other than minibuffer.
  7668.  
  7669.     * comint.el (comint-version): Deleted--no need for separate version.
  7670.     (comint-input-ring-index): Make this a permanent local.
  7671.     (comint-mode): Don't alter comint-input-ring-index or comint-input-ring
  7672.     if already set meaningfully.
  7673.  
  7674. Tue Sep 21 16:23:23 1993  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  7675.  
  7676.     * comint.el (comint-mode-map): Added keys M-R/S for
  7677.     comint-previous/next-matching-input-from-input and to completion
  7678.     menu-bar.  Added comint-forward/backward-matching-input and
  7679.     comint-previous/next-matching-input to completion menu-bar.
  7680.  
  7681.     * comint.el (comint-mode): Doc fix for functionality.
  7682.  
  7683.     * comint.el (comint-exec-1): Uses setenv.
  7684.     (comint-update-env): Removed.
  7685.  
  7686.     * comint.el (comint-input-ring-size): Incremented to 32, as with
  7687.     command history.
  7688.     (comint-dynamic-list-input-ring): Check for zero
  7689.     length ring.  Use ring length, not ring size, when generating
  7690.     list.  Use buffer " *Input History*".
  7691.     (comint-previous-matching-input-string): Check for zero-length ring.
  7692.     Check last item in case at end of cycle and it's a match.
  7693.     (comint-searching-input-ring): New subroutine.
  7694.  
  7695.     * comint.el (comint-regexp-arg): New subroutine.
  7696.  
  7697.     * comint.el (comint-previous-matching-input-from-input): New command.
  7698.     (comint-next-matching-input-from-input): New command.
  7699.  
  7700.     * comint.el (comint-replace-by-expanded-history): Fix for matching
  7701.     inside quotes.  Fix to allow argument subrange specifiers.  Fix to
  7702.     identify and reject absolute input number references.
  7703.  
  7704.     * comint.el (comint-within-quotes): New subroutine.
  7705.     (comint-how-many-region): New subroutine.
  7706.     (comint-args): New subroutine.
  7707.     (comint-delim-arg): New subroutine.
  7708.     (comint-arguments): New subroutine.
  7709.     (comint-delimiter-argument-list): New variable.
  7710.  
  7711.     * comint.el (comint-send-input): Inserts input arguments into ring
  7712.     separated by single spaces.
  7713.  
  7714.     * comint.el (comint-filter): Checks the buffer's process to make
  7715.     sure it's still there.  Otherwise, set-buffer will fail.
  7716.  
  7717.     * comint.el (comint-backward-matching-input): New command.
  7718.     (comint-forward-matching-input): New command.
  7719.     
  7720.     * comint.el (comint-next-prompt, comint-previous-prompt):
  7721.     Error if reach beg/end of buffer.
  7722.  
  7723.     * comint.el (comint-dynamic-complete): Fix for absolute input
  7724.     number references.
  7725.     (comint-dynamic-complete-filename): Changed listings
  7726.     function to comint-dynamic-list-filename-completions.  Uses
  7727.     file-directory-p rather than string-match to test for directories.
  7728.     (comint-dynamic-list-completions): Changed to list the
  7729.     list of completions supplied as the function argument.  Use buffer
  7730.     " *Completions*".
  7731.  
  7732.     * comint.el (comint-match-partial-pathname): New subroutine.
  7733.     (comint-dynamic-complete-variable): New command.
  7734.     (comint-dynamic-list-filename-completions): New function.
  7735.  
  7736.     * shell.el (shell-delimiter-argument-list): New variable.
  7737.     (shell-input-ring-file-name): New variable.
  7738.  
  7739.     * shell.el (shell-mode-map): Changed file name completions listing
  7740.     binding to new name comint-dynamic-list-filename-completions.
  7741.  
  7742.     * shell.el (shell-mode): Call new function shell-read-input-ring
  7743.     and shell-dirstack on start up.  Doc fix for new functionality.
  7744.  
  7745.     * shell.el (shell-mode): Set shell-input-ring-file-name depending
  7746.     on the command that was invoked for the inferior shell.  Set
  7747.     comint-delimiter-argument-list to shell-delimiter-argument-list.
  7748.  
  7749.     * shell.el (shell-read-input-ring): New function.
  7750.  
  7751.     * shell.el (shell-directory-tracker): Use comint-arguments.
  7752.  
  7753.     * shell.el (shell-front-match): Removed.
  7754.     (shell-match-cmd-w/optional-arg): Removed.
  7755.  
  7756.     * shell.el (shell-process-popd): Fixed bug when numeric argument
  7757.     equal to length of stack including current directory.
  7758.     (shell-process-pushd): Fixed missing ()s in cond.
  7759.  
  7760.     * shell.el (shell-dynamic-complete-command): Uses exec-path minus
  7761.     trailing emacs library path.  Uses "." for nil elements in
  7762.     exec-path.  Uses string-match rather than funcall to test
  7763.     candidate extensions.  Uses member on completions list rather than
  7764.     file-exists-p to test for existence.  Uses file-directory-p rather
  7765.     than funcall to test for directory.  Uses directories only if in
  7766.     current directory.  Uses comint-dynamic-list-completions.
  7767.  
  7768. Tue Sep 21 07:42:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7769.  
  7770.     * loaddefs.el (global-map): Add bindings for menu and find keys.
  7771.     (function-key-map): Add translation for labeled help key.
  7772.  
  7773.     * mouse.el (mouse-drag-region): Put the text on the kill ring.
  7774.     Don't set mark if region is empty.
  7775.     (mouse-yank-at-click): Set this-command.
  7776.     (mouse-start-end): Fix double-click-on-closeparen case.
  7777.     (mouse-save-then-kill): When used repeatedly at different places,
  7778.     alter the nearer end of the region.  This applies regardless of how
  7779.     the previous selection was made.
  7780.     (mouse-drag-secondary, mouse-secondary-save-then-kill):
  7781.     Rewrite for xterm-style dragging and extending.
  7782.  
  7783.     * comint.el (comint-previous-input):
  7784.     Don't use replace-match; just insert before deleting.
  7785.     (comint-magic-space): Use self-insert command.
  7786.     (comint-history-file-name): New variable.
  7787.  
  7788. Tue Sep 21 03:18:47 1993  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
  7789.  
  7790.     * edebug.el (edebug-enter): Don't call the current function being
  7791.     debugged in pre-command-hook or post-command-hook.
  7792.  
  7793. Mon Sep 20 23:43:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7794.  
  7795.     * edmacro.el: Total rewrite by Gillespie.
  7796.  
  7797. Mon Sep 20 17:38:06 1993  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  7798.  
  7799.     * shell.el (shell-command-regexp, shell-command-execonly)
  7800.     (shell-pushd-tohome, shell-pushd-dextract)
  7801.     (shell-pushd-dunique): New variables.
  7802.  
  7803.     * shell.el (shell-mode-map): Bound shell-forward/backward-command
  7804.     to C-c C-f and C-c C-b.
  7805.  
  7806.     * shell.el (shell-mode): Set comint variables for which
  7807.     shells have different values:
  7808.     comint-get-current-command, comint-dynamic-complete-command.
  7809.  
  7810.     * shell.el (shell-directory-tracker): Parse through
  7811.     command sequences for directory commands.
  7812.     (shell-process-popd): Signal error if can't
  7813.     process argument/stack.  Fixed bug when no argument and no stack.
  7814.     (shell-process-cd): Signal error if can't process argument.
  7815.     (shell-process-pushd): Signal error if can't
  7816.     process argument/stack.  Handle shell-pushd-tohome,
  7817.     shell-pushd-dextract, and shell-pushd-dunique.
  7818.  
  7819.     * shell.el (shell-forward-command, shell-backward-command)
  7820.     (shell-dynamic-complete-command): New commands.
  7821.  
  7822. Mon Sep 20 14:57:52 1993  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  7823.  
  7824.     * comint.el (comint-mode): Initialize comint-input-ring before
  7825.     running comint-mode-hook.
  7826.  
  7827.     * comint.el (comint-input-autoexpand): New variable.
  7828.     (comint-dynamic-complete-command): New variable.
  7829.     (comint-get-current-command): New variable.
  7830.  
  7831.     * comint.el (comint-read-input-ring): New function.
  7832.  
  7833.     * comint.el (comint-send-input): Handle history expansion.
  7834.     (comint-input-sentinel): Doc fix.
  7835.  
  7836.     * comint.el (comint-mode-map): Added key binding for C-c C-h.
  7837.     Added menu bars for completion, input and output.
  7838.  
  7839.     * comint.el (comint-dynamic-list-input-ring): New function.
  7840.  
  7841.     * comint.el (comint-previous-input-string): New subroutine.
  7842.     (comint-previous-input): Use it.
  7843.     (comint-previous-matching-input-string): New subroutine.
  7844.     (comint-previous-matching-input): Use it.
  7845.  
  7846.     * comint.el (comint-replace-by-expanded-history): New command.
  7847.     (comint-magic-space): New command.
  7848.     (comint-replace-by-expanded-filename): Now replaces
  7849.     expanded match for a filename, and then calls filename completion
  7850.     comint-dynamic-complete-filename to do file name completion.
  7851.  
  7852.     * comint.el (comint-kill-output): Don't kill prompt.
  7853.     (comint-show-output): Don't move point if it's
  7854.     visible where it is, and if point is moved, put it after prompt.
  7855.  
  7856.     * comint.el (comint-dynamic-complete): Totally new definition.
  7857.     (comint-dynamic-complete-filename): New name for old
  7858.     function comint-dynamic-complete, completes files and lists
  7859.     candidates, souped up for configurability.
  7860.     (comint-dynamic-complete-variable): New command.
  7861.     (comint-file-name-autolist): New variable.
  7862.     (comint-file-name-addsuffix): New variable,
  7863.     (comint-file-name-recexact): New variable.
  7864.  
  7865. Mon Sep 20 11:39:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7866.  
  7867.     * mouse.el (mouse-save-then-kill): If follows a multi-click selection,
  7868.     extend the selection.
  7869.     (mouse-save-then-kill-delete-region): New subroutine.
  7870.     (mouse-selection-click-count): New variable.
  7871.     (mouse-drag-region): Set it.
  7872.  
  7873.     * ispell.el (ispell-message): New command, with menu bar item.
  7874.  
  7875. Sat Sep 19 22:05:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7876.  
  7877.     * menu-bar.el (revert-buffer):
  7878.     Enable menu item when the buffer is modified.
  7879.  
  7880. Fri Sep 17 10:31:48 1993  Brian Fox  (bfox@inferno)
  7881.  
  7882.     * simple.el (kill-region): Use `equal' instead of `eq' to compare
  7883.     markers `beg' and `end'.  They might be two different markers that
  7884.     point to the same place.
  7885.  
  7886.     * rmail.el (rmail-forward): Insert the forwarded message
  7887.     on the line which follows mail-header-separator, not at the end of
  7888.     the buffer.
  7889.  
  7890.     * diary.el (diary-syntax-table): Make sure that we use a copy of
  7891.     standard-syntax-table, and not the table itself.
  7892.  
  7893.     * compile.el (compile-reinitialize-errors): Use ">=" to compare
  7894.     `find-at-least' to the `length' of compilation-error-list.
  7895.  
  7896.     * simula.el (simula-mode-syntax-table): Make sure that we use a
  7897.     copy of standard-syntax-table, and not the table itself.
  7898.  
  7899.     * compile.el (compile-internal): Back out jimb change of making
  7900.     buffer read-only.  It is non-ergonomic.
  7901.  
  7902.     * vc.el (vc-print-log): Delete extraneous lines of RCS output if
  7903.     present.
  7904.  
  7905.     * dired.el (dired-mode): Don't change the value of
  7906.     case-fold-search.
  7907.  
  7908. Wed Sep 15 12:56:44 1993  Brian Fox  (bfox@inferno)
  7909.  
  7910.     * files.el (local-write-file-hooks): Make this variable
  7911.     buffer-local.
  7912.  
  7913.     * dired.el (dired-build-subdir-alist): Call `expand-file-name' to
  7914.     clean up the subdirectory title (removing extra "./").
  7915.  
  7916. Tue Aug 31 21:16:29 1993  Paul Eggert  (eggert@twinsun.com)
  7917.  
  7918.     * vc.el (vc-do-command): Remove debugging output.  Use (forward-line
  7919.     -1) instead of (previous-line 1).
  7920.  
  7921. Tue Sep 14 00:58:34 1993  Brian Fox  (bfox@inferno)
  7922.  
  7923.     * rmail.el (rmail-convert-file): If the file is empty, don't
  7924.     convert it after inserting the BABYL header.
  7925.  
  7926.     * cal-dst.el (calendar-absolute-from-time): Fix typo by
  7927.     interchanging (floor) and  (%).
  7928.  
  7929.     * byte-opt.el (side-effect-free-fns): Add "-" and "1-" to the
  7930.     list.
  7931.  
  7932.     * subr.el (suppress-keymap): Use substitute-key-definition instead
  7933.     of manually checking each key (we were using 127 instead of 255
  7934.     anyway).
  7935.  
  7936.     * loaddefs.el (ctl-x-map): `C-x r c' now runs `clear-rectangle'.
  7937.  
  7938.     * texinfmt.el (texinfo-format-region texinfo-format-buffer): Add
  7939.     ###autoload cookies.
  7940.     (batch-texinfo-format): Use `buffer-disable-undo' instead of
  7941.     obsolete function `buffer-flush-undo'.
  7942.  
  7943.     * solar.el (s-hemi-seasons n-hemi-seasons): New constants are
  7944.     hemisphere dependent list of season names.  The names are
  7945.     "international"; i.e., `vernal' and `autumnal' are used
  7946.     consistently.
  7947.     (solar-equinoxes-solstices): Use new constants, allowing southern
  7948.     hemisphere reports to be meaningful.
  7949.     (sunrise-sunset): Use `frame-width' instead of `screen-width'.
  7950.  
  7951.     * calendar.el (calendar-mode): Fix typos in documentation string.
  7952.  
  7953.     * outline.el (outline-minor-mode): Force update of modeline when
  7954.     outline-minor-mode is toggled.
  7955.  
  7956. Thu Aug 26 23:07:00 1993  Jim Blandy  (blandy@comano.cscs.ch)
  7957.  
  7958.     * add-log.el (add-log-full-name, add-log-mailing-address): New
  7959.     variables.
  7960.     (add-change-log-entry): Don't ask for the login name and site name
  7961.     separately; instead, prompt for a mailing address; that's more
  7962.     useful.  Set add-log-full-name and add-log-mailing-address, so
  7963.     that the values specified persist after being specified once.
  7964.     Create a new change log entry if the mailing address doesn't
  7965.     match; don't just compare the date, full name, and login name.
  7966.  
  7967. Wed Sep  1 10:31:28 1993  Brian Fox  (bfox@inferno)
  7968.  
  7969.     * tex-mode.el (slitex-mode): Add ###autoload magic cookie.
  7970.  
  7971. Fri Aug 27 00:40:59 1993  Brian Fox  (bfox@sonderbar)
  7972.  
  7973.     * diff.el (diff): Doc fix.
  7974.  
  7975. Tue Aug 17 23:50:18 1993  Brian Fox  (bfox@inferno)
  7976.  
  7977.     * version.el: Changed comment to refer to actual filename
  7978.     "inc-vers.el" instead of "inc-version.el".
  7979.  
  7980. Fri Sep 17 17:24:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7981.  
  7982.     * mouse.el (mouse-set-region): Put region in kill ring.
  7983.     (mouse-drag-region): Handle double and triple clicks
  7984.     when displaying region and when setting it.
  7985.     (mouse-skip-word, mouse-start-end): New functions.
  7986.  
  7987. Fri Sep 17 14:42:39 1993  Stig@netcom.com (Jonathan Stigelman)
  7988.  
  7989.         * hilit19.el:
  7990.         - (hilit-rehighlight-region): added (save-restriction (widen))
  7991.           to avoid hangups in dired.
  7992.         - Also slight improvements to fortran patterns and
  7993.           hilit-default-face-table doc string
  7994.         - added optional case-fold argument to hilit-set-mode-patterns
  7995.         - added hilit-rehighlight-buffer-quietly to dired-after-readin-hook
  7996.         - fixed bug in hilit-string-find that mishandled some strings: "\\"
  7997.         - work-around for bug in next-overlay-change
  7998.         - the pattern matcher now starts it's searches from the end of the 
  7999.       most recently highlighted region (which is not necessarily the end
  8000.       of the most recently matched regex).
  8001.         - code moved from hilit-highlight-region to hilit-set-mode-patterns.
  8002.           This will affect you if you pass your patterns directly to
  8003.           hilit-highlight-region....use a pseudo-mode instead.
  8004.         - twiddled C/C++, latex, texinfo, fortran, nroff patterns.
  8005.         - added calendar-mode, icon-mode and pascal-mode patterns
  8006.         - diverged lisp-mode and emacs-lisp-mode...also added lisp keywords.
  8007.  
  8008. Fri Sep 17 14:52:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8009.  
  8010.     * yow.el (read-zippyism): New function.
  8011.  
  8012.     * cookie1.el (read-cookie): New function.
  8013.  
  8014. Fri Sep 17 13:51:33 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8015.  
  8016.     * files.el (directory-abbrev-alist): Doc fix.
  8017.  
  8018. Thu Sep 16 10:52:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8019.  
  8020.     * gud.el (perldb): New function, plus subroutines.
  8021.  
  8022.     * text-mode.el (indented-text-mode): Make only blank lines
  8023.     separate or start paragraphs.  Doc fix.
  8024.  
  8025.     * font-lock.el (font-lock-fontify-region): Don't add `font-lock' props.
  8026.     (font-lock-unfontify-region): Don't remove `font-lock' props.
  8027.     (font-lock-hack-keywords): Don't add `font-lock' props.
  8028.     Handle values other than t and nil for allow-overlap-p specially.
  8029.     (c-font-lock-keywords-1): Don't override how comments in #if... appear.
  8030.     Highlight text after #else or #endif.
  8031.  
  8032. Wed Sep 15 19:22:28 1993  Paul Eggert  (eggert@twinsun.com)
  8033.  
  8034.     * vc.el (vc-version-other-window): New function.
  8035.     (vc-backend-checkout): Add optional arg workfile, which specifies
  8036.     where to put the working file.
  8037.     * vc-hooks.el (vc-prefix-map): Bind C-x v ~ to
  8038.     vc-version-other-window.
  8039.  
  8040. Wed Sep 15 17:45:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8041.  
  8042.     * rmail.el (rmail-forward): Insert the text right after the
  8043.     header separator.
  8044.  
  8045.     * iso-acc.el: Set up keymap at load time.
  8046.     (iso-accents-mode): Not here.  Just setq iso-accents-minor-mode.
  8047.     (iso-accents-minor-mode): Make it local in all buffers.
  8048.  
  8049. Tue Sep 14 12:51:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8050.  
  8051.     * iso-acc.el: New file.
  8052.     Rename `iso-accents' to `iso-accents-mode' and change comments
  8053.     accordingly.  Fix doc strings.
  8054.     (iso-accents-minor-mode): Now a user option.
  8055.     (iso-accents-mode): Positive arg means enable.
  8056.     No arg means toggle.
  8057.  
  8058. Mon Sep 13 19:49:45 1993  Per Cederqvist  (ceder@signum.se)
  8059.  
  8060.     * forms.el: Change typos in comments.
  8061.     (forms-delete-record, forms--update): Use `delete-region' instead of
  8062.     `kill-line' to avoid messing around with the kill ring.
  8063.  
  8064. Mon Sep 13 23:35:33 1993  Johan Vromans  (jv@mh.nl)
  8065.  
  8066.     * forms.el: Release 2.1 for Emacs 19.19.
  8067.     (forms--process-format-list): No need to prepend a text item
  8068.     anymore. 
  8069.     (forms--ro-modification-start): Renamed to `forms--iif-start.
  8070.     (forms--ro-properties): Renamed to `forms--iif-properties'.
  8071.     (forms--romh): Renamed to `forms--iif-hook'.  Rewritten to use
  8072.     `insert-in-front-hooks' instead of `modification-hooks'. 
  8073.     (forms--romh-post-command-hook): Renamed to
  8074.     `forms--iif-post-command-hook'.  Rewritten to use
  8075.     `insert-in-front-hooks' instead of `modification-hooks'.
  8076.     (forms--make-format, forms--make-format-elt-using-text-properties):
  8077.     Use `insert-in-front-hooks' instead of `modification-hooks'.
  8078.     Remove `forms--electric' code.  Use `front-sticky' and
  8079.     `rear-nonsticky' text properties to control the insertion of text
  8080.     between read-only fields.
  8081.     (forms--show-record): Remove `forms--electric' code.
  8082.  
  8083. Sun Sep 12 07:24:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8084.  
  8085.     * sc.el (sc-glom-headers): Bind mark-active around calling region-...
  8086.     (sc-cite-original): Likewise.
  8087.  
  8088. Sat Sep 11 06:39:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8089.  
  8090.     * font-lock.el (font-lock-fontify-region): Put on `font-lock'
  8091.     property as well as `face' property.
  8092.     (font-lock-hack-keywords): Likewise.
  8093.  
  8094.     * rmail.el (rmail-convert-file): Narrow to exclude the Babyl header.
  8095.  
  8096. Fri Sep 10 01:05:45 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8097.  
  8098.     * paths.el (rmail-spool-directory): Use "/var/mail/" if
  8099.     system-type is netbsd.
  8100.  
  8101. Thu Sep  9 00:31:27 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  8102.  
  8103.         * rlogin.el: require 'shell.
  8104.  
  8105. Wed Sep  8 12:06:37 1993  Paul Eggert  (eggert@twinsun.com)
  8106.  
  8107.     * vc.el (vc-backend-steal): Fix typo when invoking the 'rcs'
  8108.     command to steal the lock.
  8109.  
  8110. Wed Sep  8 02:22:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8111.  
  8112.     * shell.el (shell-dirstack-message): Recognize ~ by matching the
  8113.     expansion of "~" with comint-filename-prefix prepended.  Strip
  8114.     comint-filename-prefix from elts.
  8115.  
  8116.     * comint.el (comint-filename-prefix): New variable.
  8117.     (comint-replace-by-expanded-filename, comint-dynamic-complete,
  8118.     comint-dynamic-list-completions): Prepend it to absolute file
  8119.     names before completing.
  8120.     * shell.el (shell-cd): New function, like `cd' but prepend
  8121.     comint-filename-prefix.
  8122.     (shell-resync-dirs, shell-process-cd, shell-process-pushd,
  8123.     shell-process-popd): Use shell-cd in place of cd.
  8124.     * rlogin.el (rlogin): After rlogin-mode, set
  8125.     comint-filename-prefix locally to indicate the host, and cd to
  8126.     /HOST:~/.
  8127.     (rlogin-mode-map): Start with (cons 'keymap shell-mode-map),
  8128.     rather than with a full copy of comint-mode-map.
  8129.  
  8130.     * ange-ftp.el (ange-ftp-file-executable-p): New function, handles
  8131.     file-executable-p.
  8132.  
  8133. Tue Sep  7 13:06:55 1993  Ron Schnell  (ronnie@media.mit.edu)
  8134.  
  8135.     * dunnet.el (dun-save-game): Use correct name of endgame question.
  8136.  
  8137. Tue Sep  7 04:35:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8138.  
  8139.     * files.el (hack-local-variables-prop-line): Ignore any specification
  8140.     for `mode:', since set-auto-mode has already handled it.
  8141.     (set-auto-mode): Clean up.  Handle more than one `mode:' spec in -*-.
  8142.  
  8143.     * rmail.el (rmail-convert-file): Exclude the Babyl header
  8144.     when calling rmail-convert-to-babyl-format.
  8145.  
  8146.     * startup.el (command-line): Setq inhibit-startup-message to nil.
  8147.  
  8148. Mon Sep  6 18:48:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8149.  
  8150.     * register.el (jump-to-register): Take new optional arg NODELETE
  8151.     (prefix arg); pass through to set-frame-configuration.
  8152.     * frame.el (set-frame-configuration): Take new optional arg
  8153.     NODELETE; if non-nil, don't delete any frames.
  8154.  
  8155.     * register.el (window-configuration-to-register): Fix
  8156.     prompt string in interactive spec.
  8157.     (frame-configuration-to-register): Likewise.
  8158.  
  8159.     * menu-bar.el: Don't clobber existing binding for menu-bar in
  8160.     global-map.
  8161.  
  8162. Mon Sep  6 22:37:51 1993  Paul Eggert  (eggert@twinsun.com)
  8163.  
  8164.     * cal-dst.el (calendar-time-zone-daylight-rules): Remove
  8165.     special case for Israel.  Israel has changed its daylight
  8166.     savings time rules.  We don't know what the current rules are,
  8167.     but the special case was definitely incorrect.
  8168.  
  8169. Mon Sep  6 18:15:29 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8170.  
  8171.     * etags.el (tag-exact-match-p): Return true if TAG is the explicit
  8172.     tag name.
  8173.  
  8174. Mon Sep  6 08:48:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8175.  
  8176.     * simula.el: Doc fixes.
  8177.     (simula-mode-syntax-table): Copy the syntax table.
  8178.  
  8179. Mon Aug 30 12:17:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8180.  
  8181.     * etags.el (next-file): If arg is neither t nor nil, then eval it
  8182.     to return initial list of files.
  8183.     (tags-loop-continue): Doc fix.
  8184.     (tags-search, tags-query-replace): Take optional final arg and pass to
  8185.     tags-loop-continue (through to next-file) instead of t if non-nil.
  8186.  
  8187. Sun Aug 29 10:29:22 1993  Paul Eggert  (eggert@twinsun.com)
  8188.  
  8189.     * solar.el (solar-degrees-to-quadrant): Use `floor' not `truncate'.
  8190.     (solar-sunrise, solar-sunset, solar-longitude-of-sun):
  8191.     Undo Aug 19 patch; not needed with new `mod'.
  8192.  
  8193. Sun Aug 29 08:21:25 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  8194.  
  8195.     * solar.el (solar-equinoxes-solstices): Invert seasons in southern
  8196.     hemisphere.  Use "Autumnal" not "Fall".
  8197.  
  8198. Sat Aug 28 02:41:19 1993  Paul Eggert  (eggert@twinsun.com)
  8199.  
  8200.     * cal-dst.el (calendar-time-zone-daylight-rules): Scan through the
  8201.     next few years until at most one rule remains; if none remain, then
  8202.     just use the first candidate rule; it's wrong in general, but it's
  8203.     right for at least one year.  This is a better heuristic in case the
  8204.     underlying time zone implementation has bugs (which is all too
  8205.     common).  If possible, don't convert back and forth between gregorian
  8206.     and absolute; this speeds things up noticeably.  This uses the new
  8207.     calendar-nth-named-absday function.
  8208.     
  8209.     (calendar-current-time-zone): Some locales start DST at a different
  8210.     time of day than they end; allow for this by yielding both times.  The
  8211.     performance speedups in calendar.el are great enough that we now no
  8212.     longer need the "Checking time zone data..." message.  If
  8213.     current-time-zone yields nil, don't bother with
  8214.     calendar-next-time-zone-transition.  Use clearer names for local vars.
  8215.     
  8216.     (calendar-time-zone, calendar-daylight-time-offset,
  8217.     calendar-{standard,daylight}-time-zone-name,
  8218.     calendar-daylight-savings-{starts,ends}): Default to US Eastern rules
  8219.     for information that is not available.
  8220.     
  8221.     (calendar-daylight-savings-{starts,ends}-time): New vars, replacing
  8222.     calendar-daylight-savings-switchover-time, to support locales that
  8223.     start DST at a different time of day than they end.
  8224.  
  8225.     (calendar-absolute-from-time): Fix typo by interchanging floor and mod.
  8226.  
  8227.     * calendar.el (solar-holidays): Use new
  8228.     calendar-daylight-savings-{starts,ends}-time vars instead of old
  8229.     calendar-daylight-savings-switchover-time var.
  8230.     
  8231.     (calendar-last-day-of-month): Tune by testing month before year.
  8232.     (calendar-absolute-from-gregorian): Tune by computing (1- year) once.
  8233.     
  8234.     (calendar-nth-named-absday): New function, used to improve performance
  8235.     in calendar-time-zone-daylight-rules.
  8236.     (calendar-nth-named-day): Use it.
  8237.  
  8238.     * solar.el (solar-time-string):
  8239.     Use new calendar-daylight-savings-{starts,ends}-time
  8240.     vars instead of old calendar-daylight-savings-switchover-time var.
  8241.  
  8242. Thu Aug 26 20:56:51 1993  Paul Eggert  (eggert@twinsun.com)
  8243.  
  8244.     * vc.el (vc-locked-example): Renamed from vc-quiescent-p.  Now
  8245.     yields example of why current directory is not quiescent.  All
  8246.     callers changed to use this.
  8247.  
  8248.     * vc-hooks.el (vc-find-file-hook, vc-file-not-found-hook): Use
  8249.     add-hook to install these hooks.
  8250.  
  8251. Thu Aug 19 14:21:25 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  8252.  
  8253.         * solar.el (solar-sunrise, solar-sunset, solar-longitude-of-sun):
  8254.         Make both arguments to solar-mod float.
  8255.  
  8256.         (sunrise-sunset): Change screen-width to frame-width.
  8257.  
  8258.         * calendar.el (calendar-absolute-from-iso,
  8259.         american-calendar-display-form, european-calendar-display-form):
  8260.         Fix typos in doc strings doc strings.
  8261.  
  8262.         (calendar-mode-map): Use "[prior]" and "[next]" in key bindings.
  8263.  
  8264. Wed Aug 18 12:48:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8265.  
  8266.     * texinfo.el (texinfo-environment-regexp): Match cartouche.
  8267.  
  8268.     * upd-copyr.el (update-copyright): Handle two-digit years with
  8269.     apostrophes.
  8270.  
  8271. Sat Aug 14 03:54:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8272.  
  8273.     * Version 19.19 released.
  8274.  
  8275.     * menu-bar.el (list-buffers-directory): Add declaration.
  8276.  
  8277.     * files.el (find-file-noselect): If a find-file-not-found-hook
  8278.     succeeds, clear `error'.
  8279.  
  8280.     * faces.el (x-create-frame-with-faces): Check for `on' or `true'
  8281.     as reverseVideo resource value.
  8282.     * frame.el (frame-initialize): Likewise.
  8283.  
  8284.     * outline.el (outline-minor-mode-prefix): New variable.
  8285.     (outline-minor-mode-map): Use it.
  8286.     (outline-level): New var.  Everything funcalls this
  8287.     instead of calling outline-level.
  8288.  
  8289.     * frame.el (frame-initialize): Handle reverseVideo x-resource.
  8290.  
  8291.     * subr.el (momentary-string-display): Scroll to keep the string
  8292.     on the screen.
  8293.  
  8294. Fri Aug 13 02:23:43 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8295.  
  8296.     * compile.el (compilation-parse-errors): Don't add multiple errors
  8297.     for one source line.
  8298.  
  8299.     * bibtex.el (bibtex-mode-map): Change C-c e to C-c C-b.
  8300.  
  8301.     * menu-bar.el (mouse-menu-bar-buffers): Use list-buffers-directory.
  8302.  
  8303.     * isearch.el (isearch-edit-string): Use read-event, not read-char.
  8304.  
  8305. Thu Aug 12 18:20:55 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8306.  
  8307.     * files.el (backup-inhibited): Doc fix.
  8308.  
  8309.     * saveplace.el: New file.
  8310.  
  8311.     * bookmark.el: New version from Fogel.
  8312.  
  8313.     * mouse.el (mouse-choose-completion): Really go to minibuffer;
  8314.     no save-excursion.
  8315.  
  8316. Thu Aug 12 14:38:37 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8317.  
  8318.     * tar-mode.el (tar-mode-map): Don't bind C-c.
  8319.  
  8320. Thu Aug 12 01:32:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8321.  
  8322.     * paragraphs.el (paragraph-start): Doc fix.
  8323.  
  8324.     * paren.el (show-paren-command-hook): Do nothing if input is pending.
  8325.  
  8326. Wed Aug 11 17:26:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8327.  
  8328.     * compile.el (next-error): Handle zero and negative prefix args.
  8329.  
  8330. Wed Aug 11 02:01:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8331.  
  8332.     * dired-aux.el (dired-compress-file): Fix previous change.
  8333.  
  8334.     * rmail.el (rmail-forward): Don't bind mail-signature, mail-setup-hook.
  8335.  
  8336.     * mouse.el (mouse-drag-region): Mouse in menu bar means scroll up.
  8337.  
  8338.     * text-mode.el (indented-text-mode): Doc fix.
  8339.  
  8340.     * userlock.el (ask-user-about-supersession-threat): Mention file name
  8341.     when asking question.
  8342.  
  8343.     * paren.el (show-paren-command-hook): Don't use value of make-face.
  8344.  
  8345.     * mouse.el (font-menu-add-default): Use list, not cons, for new elt.
  8346.     Don't get confused if no Misc entry.
  8347.  
  8348.     * emerge.el (emerge-find-difference): Add interactive spec.
  8349.  
  8350.     * mouse.el (mouse-set-point): Use event-end, not event-start.
  8351.  
  8352.     * frame.el (other-frame): Fix error in loop counting.
  8353.  
  8354. Tue Aug 10 08:02:36 1993  Paul Eggert  (eggert@twinsun.com)
  8355.  
  8356.     * autoload.el (generate-file-autoloads): Set float-output-format to
  8357.     nil, not "%.20e", since nil is guaranteed to not lose info on output.
  8358.     * bytecomp.el (byte-compile-from-buffer): Likewise.
  8359.  
  8360. Tue Aug 10 04:24:09 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8361.  
  8362.     * startup.el (site-run-file): New variable.
  8363.     (command-line): Use it.  Support -no-site-file.
  8364.  
  8365.     * mouse.el (mouse-drag-region): Doc fix.
  8366.  
  8367.     * texinfo.el (texinfo-delete-from-print-queue)
  8368.     (texinfo-tex-buffer): Load tex-mode to get tex-start-shell, etc.
  8369.  
  8370. Tue Aug 10 18:19:46 1993  Rob Riepel  (riepel@Snowflake.Stanford.edu)
  8371.  
  8372.         * tpu-edt.el (tpu-help): Use variables for "n" and "p".
  8373.     (tpu-help-N, tpu-help-n, tpu-help-P, tpu-help-p): New vars.
  8374.         * tpu-mapper.el: Insert (in buffer) setqs for tpu-help-... variables.
  8375.  
  8376. Mon Aug  9 21:32:42 1993  Paul Eggert  (eggert@twinsun.com)
  8377.  
  8378.     * calendar.el (hebrew-holidays-3): Fix misspelling in var name.
  8379.  
  8380.     * array.el (abs, ceiling, floor): Remove, since they now redefine
  8381.     builtin functions.  All `ceiling' callers rewritten to invoke `floor'.
  8382.  
  8383.     * bytecomp.el: `mod' is no longer an alias for `%'.
  8384.     * subr.el: Likewise.
  8385.  
  8386.     * cal-dst.el (calendar-/, calendar-%): Remove, since floor and mod
  8387.     now subsume them.  All callers changed.
  8388.     * cal-mayan.el (mayan-mod): Likewise.
  8389.     * ring.el (ring-mod): Likewise.
  8390.     * solar.el (solar-mod): Likewise.
  8391.  
  8392.     * cl-extra.el (floor*): Use `floor' rather than doing all the work.
  8393.  
  8394.     * gnus.el (gnus-caesar-region): Replace `%' by `mod' and simplify.
  8395.     * rnews.el (caesar-region): Likewise.
  8396.     * isearch.el (isearch-ring-adjust1, isearch-ring-advance-edit):
  8397.     Likewise.
  8398.     * simple.el (current-kill): Likewise.
  8399.  
  8400.     * timezone.el (timezone-fix-time): Simplify complicated expression
  8401.     with `floor'.
  8402.     (timezone-zone-to-minute): Replace (max X (- X)) with (abs X).
  8403.  
  8404. Mon Aug  9 15:28:25 1993  Rob Riepel  (riepel@Snowflake.Stanford.edu)
  8405.  
  8406.         * tpu-doc.el: Added section on local variables.
  8407.  
  8408.         * tpu-edt.el (tpu-version): Print version number rather than the RCS
  8409.         revision number.
  8410.  
  8411.         * tpu-edt.el (tpu-next-file-buffer): Bind starting-buffer with let.
  8412.         * tpu-edt.el (tpu-load-xkeys): Check value of tpu-xkeys-file.
  8413.     Make sure to use the "*scratch*" buffer.
  8414.  
  8415.         * tpu-edt.el (tpu-lm-replace): Changed variable searching-forward
  8416.         to tpu-searching-forward.
  8417.         (tpu-substitute): Likewise.
  8418.     (tpu-toggle-search-direction): Likewise.
  8419.         (tpu-search-forward, tpu-search-reverse, tpu-set-search): Likewise.
  8420.         (tpu-search-internal, tpu-adjust-search): Likewise.
  8421.  
  8422.         * tpu-extras.el (tpu-search-internal): Changed variable
  8423.         searching-forward to tpu-searching-forward.
  8424.  
  8425.         * tpu-extras.el: Changed "edit-picture-hook" to
  8426.         "picture-mode-hook" for emacs version 19.
  8427.  
  8428.         * tpu-mapper.el (tpu-gnu-map-key): Repaired the key name
  8429.         generation code to work with the latest version of emacs.
  8430.  
  8431. Sun Aug  8 00:39:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8432.  
  8433.     * Version 19.18 released.
  8434.  
  8435.     * tpu-doc.el (enable-local-variables): setq deleted.
  8436.     * tpu-extras.el (edit-picture-hook): Use add-hook to modify it.
  8437.  
  8438.     * server.el (server-visit-files): Restore current-buffer by hand,
  8439.     not using save-excursion.
  8440.  
  8441.     * gud.el (gud-dbx-marker-filter): Detect signals as well as bpts.
  8442.  
  8443.     * ange-ftp.el (ange-ftp-send-cmd): Bind ange-ftp-this-...
  8444.     in the outermost let, not an inner one.
  8445.  
  8446.     * comint.el (comint-mode-map): Delete C-c C-y binding.
  8447.  
  8448.     * mh-e.el (mh-read-msg-list): Undo previous change.
  8449.  
  8450.     * subr.el (minibuffer-window-active-p): New function.
  8451.  
  8452.     * mouse.el (mouse-set-point): Error if click in inactive minibuffer.
  8453.     (mouse-drag-region): Use mouse-set-point.
  8454.     Don't set a mark if final event wasn't suitable for setting point.
  8455.  
  8456.     * etags.el (etags-goto-tag-location): If match started with Ctrl-m,
  8457.     compensate when setting point.
  8458.  
  8459.     * simple.el (shell-command, shell-command-on-region):
  8460.     Fix bugs in previous change.
  8461.  
  8462.     * dired-aux.el (dired-compress-file): For .z file, run gunzip.
  8463.     When running gzip, see if it made .gz or .z.
  8464.     (dired-compress): Delete any old entry for new-file.
  8465.  
  8466. Sat Aug  7 20:42:29 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  8467.  
  8468.     * vc.el (vc-diff, vc-directory-18): Add missing paren to end of
  8469.     vc-diff, and remove extra paren from vc-directory-18.
  8470.  
  8471. Sat Aug  7 04:18:43 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8472.  
  8473.     * dired-aux.el (dired-diff): Read options right here;
  8474.     don't try to use diff-read-switches.  Always call diff with 3 args.
  8475.     (dired-backup-diff): Likewise.
  8476.  
  8477.     * simple.el (do-auto-fill): Don't keep breaking the line
  8478.     if it doesn't help matters.
  8479.  
  8480. Fri Aug  6 18:10:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8481.  
  8482.     * indent.el (indent-region): Fix paren error in last change.
  8483.  
  8484.     * mouse.el (mouse-save-then-kill): Fix paren error in last change.
  8485.  
  8486. Fri Aug  6 16:25:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8487.  
  8488.     Fix {menu,scroll}-bar-mode so prefix arg of M-- works.
  8489.     * scroll-bar.el (scroll-bar-mode): If FLAG is non-nil, set it to
  8490.     its prefix-numeric-value.
  8491.     * menu-bar.el (menu-bar-mode): Defvar removed.
  8492.     (menu-bar-mode): Rewritten to parallel scroll-bar-mode.
  8493.  
  8494.     * info.el (Info-goto-emacs-command-node,
  8495.     Info-goto-emacs-key-command-node): Doc fix.
  8496.  
  8497.     * help.el (help-for-help): Mention C-k and C-f.
  8498.  
  8499. Fri Aug  6 14:02:22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8500.  
  8501.     * files.el (after-find-file): Improve warning message about
  8502.     existing file that can't be read.
  8503.  
  8504. Thu Aug  5 02:54:42 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8505.  
  8506.     * indent.el (indent-region): Rename arg ARG to COLUMN.
  8507.     Don't add fill-prefix to empty line.
  8508.     Don't change whitespace in empty line.
  8509.  
  8510.     * mouse.el (help-admin-map): Fix menu item text.
  8511.  
  8512.     * font-lock.el (font-lock-fontify-region):
  8513.     Handle comment-start-skip = nil.
  8514.  
  8515.     * rmail.el (rmail-resend): Delete any Sender field.
  8516.  
  8517. Wed Aug  4 00:36:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8518.  
  8519.     * perl-mode.el (perl-mode): Add autoload cookie.
  8520.  
  8521.     * paths.el (sendmail-program): Try /usr/sbin/sendmail.el also.
  8522.  
  8523.     * mouse.el (mouse-save-then-kill): Don't discard all the normal
  8524.     undo info; just replace the deletion entry.
  8525.  
  8526.     * tpu-edt.el, tpu-doc.el, tpu-extras.el, tpu-mapper.el: New files.
  8527.     * vt-control.el: New file.
  8528.  
  8529. Wed Aug  4 14:42:17 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  8530.  
  8531.         * diary.el (list-diary-entries): Split diary-display-hook into two
  8532.         pieces, diary-display-hook and diary-hook.  If diary-display-hook
  8533.         is nil, use simple display.
  8534.         (include-other-diary-files): Set those hooks properly for other files.
  8535.  
  8536.         * calendar.el (diary-display-hook): Change default and fix doc string.
  8537.         (diary-hook): New user variable.
  8538.         (diary-date-forms, calendar-date-display-form): Don't autoload
  8539.         them so the European/American style is decided at load time.
  8540.  
  8541. Tue Aug  3 23:40:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8542.  
  8543.     * lpr.el (print-region-1): Make END a marker so untabify relocates it.
  8544.  
  8545. Tue Aug  3 17:38:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8546.  
  8547.     * compile.el (compilation-minor-mode): Make variable buffer-local.
  8548.     (compilation-minor-mode): Autoload this function.
  8549.  
  8550. Tue Aug  3 13:44:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8551.  
  8552.     * man.el (man): Define as alias.
  8553.  
  8554.     * paren.el (window-setup-hook): Add hook function.
  8555.  
  8556. Tue Aug  3 03:52:36 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8557.  
  8558.     * comint.el (comint-dynamic-list-completions): Expand PATHDIR in
  8559.     call to file-name-completion.
  8560.  
  8561. Tue Aug  3 03:09:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8562.  
  8563.     * faces.el: Make boldness/italicness affect frames created later.
  8564.     (make-face-bold, make-face-italic, make-face-bold-italic)
  8565.     (make-face-unbold, make-face-unitalic): Update global-face-data.
  8566.     Ignore a list found in the font slot.
  8567.     (make-face-bold-internal, make-face-italic-internal):
  8568.     (make-face-bold-italic-internal): New subroutines.
  8569.     (x-create-frame-with-faces): If global-face-data's font slot
  8570.     indicates bold and/or italic, make it so.
  8571.  
  8572. Tue Aug  3 02:38:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8573.  
  8574.     * window.el (shrink-window-if-larger-than-buffer): Pass WINDOW to
  8575.     pos-visible-in-window-p.
  8576.  
  8577. Tue Aug  3 00:08:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8578.  
  8579.     * completion.el (cmpl-read-time-eval): Make it no-op.
  8580.     (cmpl-hours-since-origin): Use truncate to make an integer.
  8581.     (completion-search-reset): Use completion-prefix-min-length.
  8582.  
  8583.     * telnet.el (telnet): If we already have a telnet to HOST,
  8584.     just switch buffers.
  8585.  
  8586. Mon Aug  2 23:33:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8587.  
  8588.     * frame.el (other-frame): Skip iconified and invisible frames.
  8589.  
  8590. Mon Aug  2 21:07:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8591.  
  8592.     * replace.el (occur-mode-goto-occurrence): Give meaningful error
  8593.     message if there's nowhere useful to go.
  8594.  
  8595. Mon Aug  2 18:18:52 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8596.  
  8597.     * comint.el (comint-dynamic-complete): If called interactively
  8598.     twice in a row, give the completion list.
  8599.  
  8600.     * comint.el (comint-dynamic-complete): Expand PATHDIR in call to
  8601.     file-name-completion.
  8602.  
  8603.     * comint.el (comint-dynamic-completion): Say "Sole completion",
  8604.     not "Unique completion".
  8605.  
  8606.     * frame.el (other-frame): New function, analogous to other-window.
  8607.     (ctl-x-5-map): Bind C-x 5 o to other-frame.
  8608.  
  8609. Mon Aug  2 00:47:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8610.  
  8611.     * subr.el (add-hook): Change a single function into a list.
  8612.  
  8613.     * lucid.el (remove-hook): Doc string added.
  8614.     Change a single function into a list.
  8615.  
  8616.     * sendmail.el (mail-yank-hooks): Initialize to nil.
  8617.     (mail-yank-original): If mail-yank-hooks is nil,
  8618.     call mail-indent-citation.
  8619.  
  8620.     * c-mode.el (indent-c-exp): Don't document ENDPOS.
  8621.     (c-indent-region): Rewrite to use indent-c-exp on one sexp at a time,
  8622.     then use c-indent-line on the next line, etc.
  8623.  
  8624.     * bytecomp.el (byte-recompile-directory): At end of compiling a file,
  8625.     put back the "Checking DIR..." message.
  8626.  
  8627. Sun Aug  1 18:22:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8628.  
  8629.     * etags.el (etags-tags-completion-table): Fixed regexp for today's
  8630.     format.
  8631.     (etags-snarf-tag): Skip explicit tag name if present.
  8632.  
  8633. Sun Aug  1 20:50:07 1993  Paul Eggert  (eggert@twinsun.com)
  8634.  
  8635.     * dissociate.el (dissociated-press):
  8636.     Use `(random N)' instead of while loop.
  8637.     * dunnet.el: (dun-endgame-question, tcom, tloc):
  8638.     Use (random N) instead of combination of %, abs and random.
  8639.     * life.el (life-insert-random-pattern): Simplify (% (abs (random)) N)
  8640.     to (random N).
  8641.     * cookie1.el (pick-random): Remove.
  8642.     All callers changed to use `random' instead.
  8643.     * gomoku.el (random-number): Likewise.
  8644.     * mpuz.el (mpuz-random): Likewise.
  8645.  
  8646.     * emerge.el (emerge-default-[AB]): Use (zerop (% A B)) instead of
  8647.     (= (* (/ A B) B) A).
  8648.  
  8649. Sun Aug  1 01:17:14 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8650.  
  8651.     * subr.el (event-click-count): New function.
  8652.  
  8653.     * texinfmt.el: Installed the version from the Texinfo package.
  8654.  
  8655.     * dired.el (dired-sort-mode): Variable deleted.
  8656.     Don't display it in mode line.
  8657.     (dired-sort-set-modeline): Set mode-name instead.
  8658.  
  8659.     * etags.el (visit-tags-table-buffer): New local named
  8660.     visit-tags-table-buffer-cont copies cont.
  8661.     (tags-table-including): Set that, instead of cont.
  8662.  
  8663.     * c-mode.el (indent-c-exp): Don't move an { from column 0.
  8664.  
  8665. Sat Jul 31 01:31:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8666.  
  8667.     * tar-mode.el: Fix doc strings and error message syntax.
  8668.     Add menu bar items.
  8669.     (tar-subfile-mode): Set a local-write-file-hook
  8670.     rather than using key bindings.
  8671.     (tar-subfile-save-buffer): Return t.
  8672.  
  8673.     * add-log.el (change-log-mode): Use \f for formfeed, to avoid
  8674.     syntax error.
  8675.  
  8676.     * isearch.el (isearch-done): Move point (for small window)
  8677.     before deciding whether to set the mark.
  8678.  
  8679.     * man.el (Man-build-references-alist): When setting word,
  8680.     use only what Man-reference-regexp matched.
  8681.     (Man-reference-regexp): Don't match starting with a period.
  8682.     (Man-first-heading-regexp): Allow leading space.
  8683.     (Man-heading-regexp): Allow leading space.
  8684.     (Man-section-translations-alist): Add entries for xlib.
  8685.  
  8686.     * completion.el (completion-version): New variable.
  8687.     (save-completions-to-file): Use completion-version.
  8688.  
  8689.     * tex-mode.el (validate-tex-buffer): Record mismatches in *Occur*.
  8690.  
  8691.     * files.el (basic-save-buffer): When we read a file name,
  8692.     use set-visited-file-name to put it in.
  8693.  
  8694.     * mouse.el (mouse-choose-completion): Actually choose that alternative,
  8695.     don't just insert its name.
  8696.  
  8697.     * simple.el (shell-command-history): New variable.
  8698.     (shell-command, shell-command-on-region): Use it.
  8699.  
  8700. Fri Jul 30 14:25:24 1993  Paul Eggert  (eggert@twinsun.com)
  8701.  
  8702.     * window.el (shrink-window-if-larger-than-buffer): Do nothing if the
  8703.     window is the only window of its frame.  If the buffer ends in newline
  8704.     and point is not at the end of the buffer, do not display the
  8705.     last (empty) line.
  8706.  
  8707.     * vc.el (vc-shrink-to-fit): Deleted.  All callers changed to use
  8708.     the new, fixed `shrink-window-if-larger-than-buffer' instead.
  8709.     In some places move it after a (goto-char (point-min)).
  8710.  
  8711. Fri Jul 30 20:19:06 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  8712.  
  8713.     * blackbox.el (blackbox-mode-map): Now that we have
  8714.     terminal-independent function-key facilities, we ought to use
  8715.     them.  Remove hack which looks for all bindings for the simple
  8716.     motion keys and locally binds them to blackbox keys; add bindings
  8717.     for the [up], [down], [left], and [right] keys.
  8718.  
  8719.     * frame.el (frame-notice-user-settings): If we had to create a new
  8720.     frame in order to obey initial-frame-alist, use delete-frame's
  8721.     FORCE argument to get rid of the old frame even if the new one
  8722.     hasn't been mapped yet.
  8723.  
  8724. Fri Jul 30 20:18:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8725.  
  8726.     * fill.el (fill-region-as-paragraph): When we take one word
  8727.     after the fill column, don't stop at period with just one space.
  8728.     When checking whether at beginning of line, if no fill prefix,
  8729.     ignore intervening whitespace.
  8730.  
  8731. Fri Jul 30 18:38:56 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  8732.  
  8733.     * gud.el (gud-gdb-marker-filter): Preserve the match data across
  8734.     the filter's execution.
  8735.  
  8736.     * gud.el (gud-gdb-marker-filter): If we received some text after
  8737.     the position marker, append it to any text before the marker,
  8738.     instead of throwing away the text before the marker.
  8739.  
  8740. Fri Jul 30 03:00:20 1993  David Gillespie  (synaptx!daveg@uunet.UU.NET)
  8741.  
  8742.     * cl.el: File totally replaced.
  8743.     * cl-compat.el, cl-extra.el, cl-macs.el, cl-seq.el: New files.
  8744.  
  8745.     * info.el (Info-fontify-node): New function.
  8746.     (Info-fontify): New variable.
  8747.     (Info-mode): Initialize Info-related faces.
  8748.     (Info-select-node): Fontify the node if necessary.
  8749.  
  8750.     * info.el (Info-goto-node): Provide completion for node names.
  8751.     (Info-read-node-name, Info-build-node-completions): New functions.
  8752.     (Info-current-file-completions): New variable.
  8753.     (Info-find-node): Clear completions cache.
  8754.  
  8755.     * info.el (Info-next-reference, Info-prev-reference): New commands.
  8756.     (Info-mode-map): Bind these to TAB and M-TAB.
  8757.     (Info-next-preorder): Special case if sitting on "*Note" reference.
  8758.  
  8759.     * info.el (Info-standalone): New variable.
  8760.     (Info-exit): Exit Emacs if in standalone mode.
  8761.     (info-standalone): New function.
  8762.  
  8763.     * info.el (Info-summary): Added `bury-buffer' call.
  8764.     (Info-no-error): Renamed from `no-error'.
  8765.     (Info-suffix-list): Put ".info" before "" to deal with directory
  8766.     named "foo" next to file "foo.info".
  8767.  
  8768. Fri Jul 30 03:00:20 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8769.  
  8770.     * fill.el (fill-region-as-paragraph): Move misplaced paren
  8771.     ending `(if (eobp) nil ...)'.
  8772.     In the loop that avoids breaking after `.' with one space,
  8773.     break if we actually have two spaces.
  8774.  
  8775. Fri Jul 30 01:32:53 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8776.  
  8777.     * compile.el (compilation-error-regexp-alist): Broaden RS6000
  8778.     regexp to match "lines N-M," or "line N,".
  8779.  
  8780. Thu Jul 29 19:21:10 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  8781.  
  8782.     * gud.el (gud-gdb-marker-filter): Do not assume that the position
  8783.     markers from GDB will always be received in one chunk of input;
  8784.     gud-gdb-marker-filter may be called several times, each time
  8785.     providing a little more of the position marker.
  8786.     (gud-gdb-marker-acc): New variable.
  8787.     (gud-gdb-marker-filter): If we have received what could be the
  8788.     beginning of a position marker, hold that text in
  8789.     gud-gdb-marker-acc for the next time we get called, until we have
  8790.     enough information to decide for sure.
  8791.  
  8792.     * gud.el (gud-gdb-marker-filter): Only recognize GDB position
  8793.     markers if they occur at the beginning of the line.  They always
  8794.     do, and this reduces the likelihood that the above change will
  8795.     hold back output that isn't really a position marker.
  8796.  
  8797.     * mpuz.el (mpuz-board): Doc fix.
  8798.  
  8799. Thu Jul 29 01:10:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8800.  
  8801.     * gud.el (dbx): Use %d in gud-break.
  8802.     (gud-format-command): Support %d.  Delete spurious progns.
  8803.  
  8804.     * etags.el (etags-goto-tag-location): Handle selective display.
  8805.  
  8806.     * sendmail.el: Do the global key bindings only via loaddefs.el,
  8807.     not when sendmail.el is loaded.
  8808.  
  8809.     * buff-menu.el (Buffer-menu-mode-map): Undo previous change.
  8810.  
  8811.     * rmail.el (rmail-nuke-pinhead-header): Tell replace-match not to
  8812.     alter the case.
  8813.     (rmail-toggle-header, rmail-reformat-message): Ignore case
  8814.     when checking for Summary-line.
  8815.  
  8816.     * calendar.el (calendar-mode-map): Bind C-SPC.
  8817.  
  8818. Thu Jul 29 04:58:47 1993  Paul Eggert  (eggert@twinsun.com)
  8819.  
  8820.     * (vc-mode-line): Set vc-mode to nil if FILE no longer is
  8821.     version-controlled.
  8822.  
  8823. Thu Jul 29 00:47:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8824.  
  8825.     * menu-bar.el (delete-frame): Permit it, if > 1 frame is vis or iconic.
  8826.  
  8827. Wed Jul 28 23:02:45 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  8828.  
  8829.     * man.el (Man-find-section): HP/UX man pages have section names
  8830.     indented by a single space; recognize them.
  8831.  
  8832.     * gud.el (gud-last-last-frame): Specify initial value.  `dbx'
  8833.     doesn't work unless we do.
  8834.  
  8835. Thu Jul 29 00:00:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8836.  
  8837.     * c-mode.el (calculate-c-indent): When checking whether function decl
  8838.     is inside a comment, move back to the `(' that starts the arglist.
  8839.  
  8840. Wed Jul 28 19:50:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8841.  
  8842.     * rmail.el (rmail-convert-file): If file needs conversion,
  8843.     convert it all.
  8844.  
  8845.     * macros.el (name-last-kbd-macro): Handle macros that are vectors.
  8846.  
  8847.     * man.el (Man-filter-list): Insert \n newlines in awk script.
  8848.  
  8849.     * time-stamp.el (time-stamp): Add autoload cookie.
  8850.  
  8851. Wed Jul 28 18:41:55 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8852.  
  8853.     * comint.el (comint-replace-by-expanded-filename,
  8854.     comint-dynamic-complete): Say "Sole completion" instead of "Unique
  8855.     completion", for consistency with the rest of the known universe.
  8856.  
  8857. Wed Jul 28 04:21:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8858.  
  8859.     * sc.el: Require assoc instead of sc-alist.
  8860.     * sc-alist.el: File deleted.
  8861.  
  8862.     * gnus.el (gnus-apply-kill-hook): Make the value a list of functions.
  8863.     (gnus-mark-article-hook, gnus-select-digest-hook): Likewise.
  8864.     (gnus-select-article-hook, gnus-select-group-hook): Likewise.
  8865.  
  8866. Tue Jul 27 17:58:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8867.  
  8868.     * bytecomp.el (byte-recompile-directory): Doc fix.
  8869.  
  8870.     * term/x-win.el (iconify-or-deiconify-frame): New function.
  8871.     Use it for C-z.
  8872.  
  8873. Tue Jul 27 19:28:46 1993  Paul Eggert  (eggert@twinsun.com)
  8874.  
  8875.     * vc-hooks.el (vc-rcs-status): Removing any trailing "-".
  8876.  
  8877. Tue Jul 27 01:48:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8878.  
  8879.     * cplus-md.el (c++-mode-syntax-table): Don't alter syntax of '.
  8880.  
  8881.     * term/x-win.el (x-handle-iconic): New function.
  8882.     (command-switch-alist): Use that.
  8883.     (x-switch-definitions): Delete elt for `-iconic'.
  8884.  
  8885.     * gud.el (dbx): For gud-break, send a file command and a stop command.
  8886.  
  8887.     * diary.el: Doc fixes.
  8888.  
  8889. Mon Jul 26 15:55:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8890.  
  8891.     * mouse.el (font-menu-add-default): New function.
  8892.     * startup.el (normal-top-level): Call font-menu-add-default.
  8893.  
  8894. Mon Jul 26 14:32:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8895.  
  8896.     * simple.el (read-expression-history): New defvar.
  8897.     (eval-expression): Use it has history var in interactive spec.
  8898.  
  8899. Mon Jul 26 01:54:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8900.  
  8901.     * frame.el (frame-notice-user-settings): Don't reapply a parm
  8902.     whose value is ot changed (as far as we know) since frame-initialize.
  8903.  
  8904.     * simple.el (kill-ring-save): Delete spurious `message' call.
  8905.     (set-mark): If POS is nil, call deactivate-mark.
  8906.  
  8907.     * c-mode.el (indent-c-exp): When previous line ends in comma,
  8908.     use calculate-c-indent.  Fix the "inner loop" to properly detect
  8909.     a line that ends outside of comments and strings.
  8910.  
  8911.     * cplus-md.el (c++-mode-syntax-table): Handle C-style comments.
  8912.  
  8913.     * files.el (insert-directory): Make sure default-directory is absolute.
  8914.  
  8915.     * dired.el (dired-readin-insert): If we got a list of files,
  8916.     pass nil for WILDCARD arg to dired-insert-directory.
  8917.  
  8918. Sun Jul 25 16:19:47 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8919.  
  8920.     * vc.el (vc-backend-steal): Pass arg omitted in last change.
  8921.  
  8922.     * term/x-win.el (x-selection-timeout): Use 20000 as default.
  8923.  
  8924.     * mouse.el (x-fixed-font-alist): Give some fonts long patterns.
  8925.     Delete 9x15 bold and 8x13 and 8x13 bold.  Add some fonts.
  8926.  
  8927.     * term/x-win.el (x-select-text): Never set the CLIPBOARD selection.
  8928.     (x-cut-buffer-or-selection-value): Try PRIMARY before cut buffer.
  8929.     (x-cut-buffer-max): Set based on x-server-max-request-size.
  8930.  
  8931. Sat Jul 24 01:33:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8932.  
  8933.     * unrmail.el (unrmail): Total rewrite.
  8934.     * rmailout.el (rmail-output): New arg NOATTRIBUTE.
  8935.  
  8936.     * rmailout.el (rmail-output-to-rmail-file): Set rmail-last-rmail-file
  8937.     while reading the interactive args.
  8938.     (rmail-output): Likewise, for rmail-last-file.
  8939.     (rmail-output-to-rmail-file): Use default-file consistently.
  8940.  
  8941.     * replace.el (occur): If no default, don't mention one.
  8942.  
  8943.     * rmail.el (rmail-last-rmail-file): Initialize to a file name.
  8944.     (rmail): Don't set rmail-last-rmail-file.
  8945.  
  8946.     * info.el (Info-select-node): Run Info-selection-hook.
  8947.  
  8948.     * ispell.el (ispell-point): Do nothing if there's no word at START.
  8949.  
  8950. Fri Jul 23 00:42:36 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8951.  
  8952.     * doctor.el (doctor-type-symbol): Win if auto-fill-function is nil.
  8953.  
  8954.     * edt.el (advance-direction): Set kp-f3, not kp-f1.
  8955.  
  8956.     * term/x-win.el (x-select-text): Always set the cut buffer,
  8957.     but sometimes set it to nothing.  Don't put large strings in clipboard.
  8958.  
  8959.     * dired.el (dired-readin-insert): Don't use the "whole directory"
  8960.     case if DIR-OR-LIST is a list.
  8961.  
  8962.     * font-lock.el (font-lock-after-change-function):
  8963.     Scan for comments and strings from beg of line.
  8964.     (c-font-lock-keywords-1): Recognize &, like *, before fn name.
  8965.     (perl-font-lock-keywords): Put digit 1 into function-name-face items.
  8966.     Allow whitespace before the open-brace.
  8967.  
  8968.     * sort.el (sort-skip-fields): Really implement fields as runs
  8969.     of nonwhitespace chars.
  8970.     (sort-fields, sort-float-fields, sort-numeric-fields):
  8971.     Don't subtract 1 when calling sort-skip-fields.
  8972.  
  8973. Thu Jul 22 13:44:22 1993  Ron Schnell  (ronnie@media.mit.edu)
  8974.  
  8975.     * dunnet.el (dun-special-object): Fixed so that bus will
  8976.     explode if falls through hole instead of making adventurer
  8977.     trapped in room with no escape and no way off the bus.
  8978.  
  8979. Thu Jul 22 13:34:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8980.  
  8981.     * term/x-win.el (x-select-text): Limit size of text sent to cut buffer.
  8982.  
  8983.     * subr.el (keyboard-translate): Properly lengthen existing table.
  8984.  
  8985.     * files.el (set-auto-mode): Fix backwards test
  8986.     involving inhibit-local-variables-regexps.
  8987.  
  8988.     * loaddefs.el (ctl-x-map): Correct C-x r t to string-rectangle.
  8989.  
  8990.     * paren.el (show-paren-command-hook): Specify buffer for move-overay.
  8991.  
  8992. Thu Jul 22 03:59:42 1993  Paul Eggert  (eggert@twinsun.com)
  8993.  
  8994.     * vc.el (vc-backend-revert): Use `co -f' instead of deleting the
  8995.     working file ourselves; that way, if `co' fails, we won't have
  8996.     deleted the working file.
  8997.     (vc-backend-steal):  Don't delete the working file.  Use `rcs -u -l',
  8998.     not `rcs -u ; rcs -l'; it's faster.  Use vc-backend-dispatch -- the
  8999.     old code couldn't have possibly worked.
  9000.  
  9001. Thu Jul 22 01:34:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9002.  
  9003.     * map-ynp.el (map-y-or-n-p): If LIST is nil, just return.
  9004.  
  9005.     * mouse.el (mouse-secondary-save-then-kill): When making the undo item,
  9006.     use an integer, not a marker, for the position.
  9007.  
  9008.     * rmail.el (rmail-forward): Call rmail-start-mail for new frame
  9009.     even if just one window.
  9010.     (rmail-start-mail): Return what mail-other-frame returned.
  9011.  
  9012.     * mouse.el (mouse-set-font): Update faces bold, italic and bold-italic.
  9013.  
  9014.     * completion.el (complete): Use sit-for, not cmpl19-sit-for.
  9015.  
  9016.     * simple.el (completion-list-mode): Renamed from completion-mode.
  9017.     (completion-list-mode-map): Likewise.
  9018.  
  9019.     * files.el (parse-colon-path): Really make nil, not ".",
  9020.     for empty path element.
  9021.  
  9022. Wed Jul 21 00:07:54 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9023.  
  9024.     * autoload.el (generate-file-autoloads): Bind float-output-format.
  9025.     Bind print-escape-newlines.
  9026.  
  9027.     * inc-vers.el: Try deleting version.el if it's not writable.
  9028.  
  9029.     * term/lk201.el: Explicitly define kp-f1...
  9030.  
  9031.     * tar-mode.el (tar-parse-info, tar-header-offset, tar-superior-buffer)
  9032.     (tar-superior-descriptor): Make them permanent locals.
  9033.     (tar-mode): Call kill-all-local-variables.
  9034.     Locally set enable-local-variables to nil.
  9035.  
  9036.     * man.el (Man-set-fonts): Don't look for another char after
  9037.     the backspace; instead look for a sequence CHAR BS CHAR BS CHAR BS...
  9038.     Delete all the CHAR BS pairs found, after making the text property.
  9039.  
  9040.     * c-mode.el (indent-c-exp): If ENDPOS, always set OPOINT
  9041.     to the function start.  And don't indent a line which is past ENDPOS.
  9042.     Don't indent a comment on the first line if it's the only
  9043.     thing on that line.
  9044.     Call calculate-c-indent-within-comment when appropriate.
  9045.  
  9046.     * mouse.el (mouse-drag-region): Use deactivate-mark.
  9047.  
  9048.     * font-lock.el (perl-font-lock-keywords): Add a `(... . 1)' to the
  9049.     first element of the list.
  9050.     (font-lock-hack-keywords, font-lock-unfontify-region)
  9051.     (font-lock-fontify-region): Bind buffer-read-only to nil,
  9052.     and don't alter buffer-modified-p.
  9053.     (font-lock-fontify-region): Use comment-start-skip, not comment-start.
  9054.  
  9055. Tue Jul 20 00:34:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9056.  
  9057.     * buff-menu.el (Buffer-menu-mode-map): Bind delete like DEL.
  9058.  
  9059.     * files.el (parse-colon-path): Turn empty substring into nil.
  9060.  
  9061.     * sendmail.el (mail-bury): Check that frame-parameters is defined.
  9062.  
  9063.     * font-lock.el (font-lock-function-name-face): defvar renamed.
  9064.     (font-lock-hack-keywords): Evaluate face specs from keyword list.
  9065.  
  9066.     * dunnet.el: New version from Schnell, to fix possible bad patch run.
  9067.  
  9068.     * subr.el (define-key-after): Fix typo in previous change.
  9069.  
  9070.     * outline.el (outline-mode-map): Delete spurious `outline-'
  9071.     from show and hide command names in menu.
  9072.  
  9073.     * ange-ftp.el (file-name-handler-alist): Have two separate regexps
  9074.     with different hooks.
  9075.     * files.el (ange-ftp-completion-hook-function): New function.
  9076.  
  9077.     * paren.el (show-paren-face): New variable.
  9078.     (show-paren-command-hook): Use it.
  9079.     Call set-face-background properly.
  9080.  
  9081.     * reposition.el (reposition-window): Don't forward-char if eobp.
  9082.  
  9083.     * startup.el (normal-top-level): Call abbreviate-file-name again
  9084.     after calling command-line.
  9085.  
  9086.     * rmailedit.el (rmail-edit-map): Inherit properly from text-mode-map;
  9087.     use the whole thing, not its cdr.
  9088.  
  9089.     * man.el (Man-getpage-in-background): Copy process-environment
  9090.     so we only alter the copy.
  9091.  
  9092.     * mh-e.el (mh-read-msg-list): Add space to message-number regexp.
  9093.  
  9094. Mon Jul 19 19:27:01 1993  Paul Eggert  (eggert@twinsun.com)
  9095.  
  9096.     * vc-hooks.el (vc-rcs-status): Use "-", not " ", to separate locks,
  9097.     so that the RCS minor mode label doesn't contain internal spaces.
  9098.  
  9099. Mon Jul 19 14:56:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9100.  
  9101.     * dired.el (dired-unmark-all-files-no-query): New command.
  9102.     (dired-mode-map): Use that for the Unmark All item.
  9103.     Fix typo that made the Flag Backup Files item not show up.
  9104.  
  9105.     * mlconvert.el (while): Comment out converter.
  9106.  
  9107.     * calendar.el (hebrew-holidays): Split into 4 sub-variables.
  9108.  
  9109. Mon Jul 19 16:06:31 1993  Masanobu UMEDA  (umerin at orchid)
  9110.  
  9111.     * gnus.el (gnus-emacs-version): New variable.
  9112.     (gnus-version): Updated to 4.1.
  9113.     (gnus-newsrc-to-gnus-format): Use different regexp in 18 and 19.
  9114.     (gnus-group-startup-message): Use gnus-emacs-version.
  9115.  
  9116.     * gnuspost.el (gnus-current-time-zone): Fix typo.
  9117.     (gnus-inews-organization): Fix zero length string operation bug.
  9118.  
  9119.     * metamail.el (metamail-environment): Format changed.  It
  9120.     must be a list of strings that have the format ENVVARNAME=VALUE.
  9121.     (metamail-region): Corresponding changes.
  9122.  
  9123.     * metamail.el (metamail-region): Optional 2nd argument NODISPLAY
  9124.     controls redisplay behavior.
  9125.     (metamail-buffer): LIkewise.
  9126.  
  9127. Mon Jul 19 01:44:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9128.  
  9129.     * menu-bar.el (mouse-menu-bar-buffers): Add Frames pane if there
  9130.     are multiple panes.
  9131.  
  9132. Sun Jul 18 21:05:05 1993  Paul Eggert  (eggert@twinsun.com)
  9133.  
  9134.     * vc-hooks.el (vc-rcs-status): Omit "LOCKER:" if you are the locker.
  9135.  
  9136. Sun Jul 18 16:41:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9137.  
  9138.     * vc.el (vc-comment-to-change-log): Complete rewrite.  Do not use
  9139.     vc-update-change-log.  Instead, snarf last comment from
  9140.     vc-comment-ring and insert it with add-change-log-entry.
  9141.  
  9142.     * add-log.el (prompt-for-change-log-name): Autoload this (for
  9143.     vc-comment-to-change-log).
  9144.     (add-change-log-entry): Take optional fourth arg NEW-ENTRY.  If
  9145.     non-nil, never append to an existing entry.
  9146.     (change-log-fill-paragraph): New function.
  9147.     It might be nice to have a general feature to replace this.  The
  9148.     idea I have is a variable giving a regexp matching text which
  9149.     should not be moved from bol by filling.  change-log-mode would
  9150.     set this to "^\\s *\\s(".  But I don't feel up to implementing
  9151.     that today.
  9152.     (change-log-mode-map): New defvar for keymap.  Bind M-q to
  9153.     change-log-fill-paragraph in it.
  9154.     (change-log-mode): Use that as local map.
  9155.  
  9156.     * add-log.el (add-log-current-defun-function): New defvar.
  9157.     (add-change-log-entry): Call its value if non-nil instead of
  9158.     add-log-current-defun.
  9159.     (add-change-log-entry-other-window): Doc fix.
  9160.  
  9161.     * compile.el (compilation-error-list): An elt's cdr's car is again
  9162.     a cons (DIRECTORY . FILE) if it's not a marker.  The conversion to
  9163.     using a string containing an expanded file name was never
  9164.     finished, and anyway it utterly broke compilation-search-path and
  9165.     a few other things.
  9166.     (next-error): Expect them that way.
  9167.     (compilation-parse-errors): Make them that way.
  9168.     (compile-file-of-error): Function removed.
  9169.     (compilation-error-filedata, compilation-error-filedata-file-name): New
  9170.     defsubsts.
  9171.     (compilation-next-file): Use them instead of compile-file-of-error.
  9172.  
  9173. Sun Jul 18 16:01:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9174.  
  9175.     * autoload.el (update-file-autoloads):
  9176.     Go to the beginning of FILE before searching it
  9177.     for generate-autoload-cookie.
  9178.  
  9179.     * cookie1.el (cookie, cookie-insert, cookie-snarf, shuffle-vector):
  9180.     Autoload these.
  9181.  
  9182. Sun Jul 18 02:38:03 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  9183.  
  9184.     * Version 19.17 released.
  9185.  
  9186.     * makeinfo.el: Don't (require 'texinfmt) - that file doesn't exist
  9187.     any more; all its functions have been moved into other files.
  9188.  
  9189.     * files.el (insert-directory): Doc fix.
  9190.  
  9191.     * files.el (insert-directory): If FULL-DIRECTORY-P is non-nil,
  9192.     add "." component to the end of the path, so that if file is a
  9193.     symlink, we get the contents of the directory, not the symlink
  9194.     itself.
  9195.  
  9196. Sat Jul 17 13:25:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9197.  
  9198.     * tar-mode.el (tar-extract): Use view-exit-action to kill viewed buf.
  9199.  
  9200.     * view.el: Doc fixes; some args renamed.
  9201.  
  9202.     * gnus.el (gnus-info-nodes): Update node names.
  9203.  
  9204.     * makeinfo.el (makeinfo-options): Fix option syntax in initial value.
  9205.  
  9206.     * texinfo.el (texinfo-mode): Undo changes mistakenly added with
  9207.     previous batch: texinfo-{start,end}-of-header are now tex-...
  9208.  
  9209. Sat Jul 17 18:13:11 1993  Johan Vromans  (jv@mh.nl)
  9210.  
  9211.     * forms.el: New version 2.0.
  9212.     Redesigned and rewritten to use Emacs 19 text properties. 
  9213.     Requires Emacs 19.16 or later.
  9214.  
  9215. Sat Jul 17 01:58:36 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  9216.  
  9217.     * term/x-win.el: Include (invocation-name) in the error messages
  9218.     which might occur during startup.
  9219.  
  9220.     * shell.el (shell-process-pushd): Fix syntax error in
  9221.     condition-case.
  9222.  
  9223. Fri Jul 16 20:16:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9224.  
  9225.     * menu-bar.el (revert-buffer): Make menu-enable form more accurate
  9226.     using revert-buffer-function and verify-visited-file-modtime.
  9227.     (menu-bar-help-menu): Put back under global-map.
  9228.     (menu-bar-final-items): Set it.
  9229.  
  9230.     * mh-e.el (mh-yank-hooks): Use (mark t).
  9231.     (mh-new-draft-name): Likewise.
  9232.  
  9233. Fri Jul 16 16:30:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9234.  
  9235.     * comint.el (comint-{next,prev}-prompt, comint-send-eof): New defuns.
  9236.     (comint-mode-map): Bind C-c C-n, C-c C-p, and C-c C-d to those.
  9237.     Bind C-c C-y to comint-previous-input, for compatibility with v18
  9238.     shell.el.
  9239.  
  9240. Fri Jul 16 15:53:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9241.  
  9242.     * advice.el (ad-start-advice-on-load): Initialize to t.
  9243.  
  9244. Fri Jul 16 04:45:14 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  9245.  
  9246.     * term/x-win.el: Make the `-rn NAME' option specify a resource
  9247.     name, as documented, and not a resource database string.  Make
  9248.     `-name NAME' act like `-rn NAME' and also set the name of the
  9249.     initial frame.
  9250.     (command-switch-alist): Process the `-rn' and `-name' options
  9251.     using the x-handle-name-rn-switch function.
  9252.     (x-handle-name-rn-switch): New function, which sets the
  9253.     x-resource-name variable.
  9254.     (opening connection): Make sure x-resource-name is valid.  If it's
  9255.     not a string, set it to (invocation-name), with any periods or
  9256.     asterisks changed to hyphens.
  9257.  
  9258.     * term/x-win.el: Make the `-xrm STRING' option specify a resource
  9259.     database string.  `-rn' used to behave this way.
  9260.     (command-switch-alist): Process the `-xrm' switch using
  9261.     x-handle-xrm-switch.
  9262.     (x-handle-xrm-switch): Renamed from x-handle-rn-switch; this
  9263.     function does the right thing for `-xrm', not for `-rn'.
  9264.  
  9265. Fri Jul 16 00:11:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9266.  
  9267.     * sendmail.el (mail-bury): If selected frame is dedicated,
  9268.     and there are other visible frames, delete this frame.
  9269.  
  9270.     * rmail.el (rmail-mail-new-frame): New variable.
  9271.     (rmail-start-mail): New function.
  9272.     (rmail-mail, rmail-continue, rmail-reply, rmail-forward)
  9273.     (rmail-retry-failure): Use rmail-start-mail.
  9274.  
  9275. Thu Jul 15 01:29:45 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9276.  
  9277.     * faces.el (face-equal): Don't mess with face-background-pixmap.
  9278.  
  9279.     * ispell.el (ispell-menu-map): Add missing quote in defalias.
  9280.     (ispell-window-configuration): Initialize to nil.
  9281.  
  9282.     * vc-hooks.el (vc-rcs-status): Make work buffer's name start w/ space.
  9283.  
  9284.     * simple.el (completion-setup-function): Insert the mouse help message
  9285.     only if non-nil `window-system'.
  9286.  
  9287.     * paren.el: Enable the hook only if window-system.
  9288.     Clear blink-paren-function at the same time.
  9289.     (show-paren-command-hook): If after a closeparen,
  9290.     highlight that closeparen as well as matching open.
  9291.     Use a different color for a mismatch, if color screen.
  9292.  
  9293. Thu Jul 15 01:07:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  9294.  
  9295.     * assoc.el (asort): First argument should be named alist-symbol,
  9296.     not assoc-symbol.
  9297.  
  9298. Wed Jul 14 23:52:20 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9299.  
  9300.     * server.el (server-done): Let save-buffer make the backup,
  9301.     so that make-backup-files remains effective.
  9302.  
  9303.     * loaddefs.el: Delete C-x a C-h binding.
  9304.  
  9305.     * menu-bar.el (help-menu-bar-map): Put the Help item in this map.
  9306.  
  9307. Wed Jul 14 23:46:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9308.  
  9309.     * isearch.el (isearch-edit-string): Bind isearch-nonincremental to
  9310.     its own value, not to nil.
  9311.  
  9312. Wed Jul 14 23:35:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  9313.  
  9314.     * hippie-exp.el: Renamed from hippie.el.
  9315.  
  9316. Wed Jul 14 23:08:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9317.  
  9318.     * compile.el (compilation-parse-errors): After skipping two lines,
  9319.     move one char back so point is before the newline.
  9320.  
  9321. Wed Jul 14 21:55:13 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9322.  
  9323.     * gud.el (gud-debugger-startup): Replaced with gud-massage-args.
  9324.     (gud-{gdb,sdb,xdb}-debugger-startup): Replaced with gud-*-massage-args.
  9325.     (gdb, sdb, xdb): Argument is command line, not args for it.  Remove
  9326.     debugger name from prompt and put it in the default input instead.
  9327.     Overload gud-massage-args instead of gud-debugger-startup.
  9328.     (gud-chop-words): New function; subr for gud-common-init.
  9329.     (gud-common-init): Argument is command line, not args for it.
  9330.     Rewritten to use gud-chop-words instead of temp buffer and kludge
  9331.     involving read.  Find the program name as the first word of the
  9332.     command line.  Use make-comint and gud-massage-args in place of
  9333.     gud-debugger-startup. 
  9334.     Expand the file name before passing it to gud-massage-args.
  9335.  
  9336. Wed Jul 14 19:38:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9337.  
  9338.     * spook.el (snarf-spooks): Restore function.
  9339.  
  9340.     * cookie1.el (cookie-cache): New defvar.
  9341.     (cookie-snarf): Cache cookies in cookie-cache, not in obarray (idiot).
  9342.     Also store the modtime and punt the cache when it changes.
  9343.  
  9344. Wed Jul 14 19:14:37 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  9345.  
  9346.     Changes from Anders Holst, to bring hippie-expand up to version 1.2:
  9347.     * hippie-exp.el (hippie-expand-max-buffers): New variable.
  9348.     (try-expand-line-all-buffers, try-expand-list-all-buffers,
  9349.     try-expand-dabbrev-all-buffers): Use it.
  9350.     (try-expand-list, try-expand-list-all-buffers): New functions.
  9351.     (he-string-beg, he-string-end, he-search-loc): These values are
  9352.     now markers, not integers.  Uses changed.
  9353.     (he-reset-string, he-substitute-string): Use a marker to preserve
  9354.     the old position of point.
  9355.     (try-expand-all-abbrevs): handle case the same way as the
  9356.         usual expand-abbrev (which is not a very good way, but for
  9357.         consistency...). 
  9358.     (he-dabbrev-beg): Use `skip-syntax' instead of `skip-chars', to
  9359.         adjust its behavior to different modes.
  9360.     (hippie-expand): Don't messages which try function it is using,
  9361.         when the expansion itself is done in the minibuffer (it was very
  9362.         annoying to have the message obscuring the expansion).
  9363.     (try-complete-file-name, try-complete-file-name-partially,
  9364.     try-complete-lisp-symbol, try-complete-lisp-symbol-partially,
  9365.     try-expand-line, try-expand-line-all-buffers,
  9366.     try-expand-all-abbrevs, try-expand-dabbrev,
  9367.     try-expand-dabbrev-all-buffers): No unnecessary "resetting" of the
  9368.     epansion, when no expansion is done (caused the buffer to be
  9369.     marked as changed, although nothing was done, among other things).
  9370.     (he-reset-string): Undoing of last expansion at a later occasion, now
  9371.         undoes correctly (before, it garbled things up).
  9372.     (make-hippie-expand-function): now uses "(function ...)" 
  9373.         instead of "'" (matters for compilation).
  9374.     (try-expand-line, try-expand-line-all-buffers,
  9375.     he-line-search-regexp): uses `comint-prompt-regexp' instead of
  9376.     `shell-prompt-pattern', to strip off prompt in process buffers.
  9377.  
  9378. Wed Jul 14 16:56:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9379.  
  9380.     * autoload.el (generate-file-autoloads):
  9381.     Fix FILE truename hacking to substring
  9382.     SOURCE-TRUENAME instead of FILE.
  9383.  
  9384. Tue Jul 13 01:51:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9385.  
  9386.     * faces.el (copy-face): New arg NEW-FRAME.
  9387.     (list-faces-display): New command.
  9388.  
  9389.     * simple.el (completion-mode): New major mode.
  9390.     (completion-setup-function): New function.
  9391.     Add it to completion-setup-hook.
  9392.  
  9393.     * mouse.el (mouse-choose-completion): New function.
  9394.  
  9395.     * dunnet.el: Many functions and variables renamed.
  9396.  
  9397.     * sendmail.el (mail-bury): New function.
  9398.     (mail-send-and-exit): Call mail-bury.
  9399.     (mail-dont-send): New command, with menu bar binding.
  9400.  
  9401.     * compare-w.el (compare-windows-skip-whitespace): New function.
  9402.     (compare-windows): Use that.
  9403.     (compare-windows-whitespace): Value is now regexp.
  9404.  
  9405.     * rmail.el (rmail-insert-inbox-text): If inbox is not in the
  9406.     spool dir, try copying before renaming.
  9407.  
  9408. Tue Jul 13 00:38:53 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  9409.  
  9410.     * shell.el (shell-prompt-pattern): Don't match more than one line.
  9411.     Doc fix.
  9412.  
  9413.     * bytecomp.el (byte-compile-from-buffer): Bind float-output-format
  9414.     to "%.20e", not "%20e"; the latter is always ignored, since it
  9415.     doesn't have a decimal point after the percent sign.
  9416.  
  9417. Mon Jul 12 23:17:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  9418.  
  9419.     * autoload.el (generate-file-autoloads): Correctly detect when the
  9420.     buffer receiving the autoload forms is in a parent of or the same
  9421.     directory as FILE, even in the presence of symlinks.
  9422.  
  9423. Mon Jul 12 23:57:14 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9424.  
  9425.     * subr.el (define-key-after): Error if KEY has two elements.
  9426.  
  9427.     * dired.el (dired-mode-map): Add menu bar items.
  9428.  
  9429. Mon Jul 12 23:17:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  9430.  
  9431.     * autoload.el (generate-file-autoloads): Correctly detect when the
  9432.     buffer receiving the autoload forms is in a parent of or the same
  9433.     directory as FILE.
  9434.  
  9435. Mon Jul 12 16:44:47 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  9436.  
  9437.     * ange-ftp.el: Install the correct regexp in
  9438.     file-name-handler-alist.
  9439.  
  9440.     * term/x-win.el: Recognize affirmative values for reverseVideo
  9441.     properly.  Include "on" in the list of recognized values.
  9442.  
  9443. Mon Jul 12 15:11:55 1993  Paul Eggert  (eggert@twinsun.com)
  9444.  
  9445.     * vc-hooks.el (vc-rcs-status): Include head version number
  9446.     in mode line if there are no locks.
  9447.  
  9448. Mon Jul 12 14:36:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9449.  
  9450.     * menu-bar.el (menu-bar-file-menu): Add menu item for dired.
  9451.  
  9452.     * menu-bar.el (ispell-menu-map): New autoload definition.
  9453.     (menu-bar-edit-menu): Add "Spell" item.
  9454.     * ispell.el (ispell-menu-map): New keymap--both fn and var.
  9455.  
  9456.     * loaddefs.el (mode-line-buffer-identification): Doc fix.
  9457.  
  9458. Sat Jul 10 23:28:50 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  9459.  
  9460.     * calendar.el (calendar-holidays): Don't autoload this; its value
  9461.     must be set after the user's .emacs file is loaded.
  9462.  
  9463. Sat Jul 10 01:15:54 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9464.  
  9465.     * paren.el (show-paren-command-hook): Do nothing if not window-system.
  9466.  
  9467. Fri Jul  9 00:04:12 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9468.  
  9469.     * rmailout.el (rmail-output): If file is an Rmail file,
  9470.     use rmail-output-to-rmail-file.
  9471.     (rmail-output-to-rmail-file): If file exists
  9472.     and is not an Rmail file, use rmail-output.
  9473.     If we find an element in rmail-output-file-alist, eval it.
  9474.     (rmail-file-p): New function.
  9475.     (rmail-output-file-alist): Now contains expressions to eval.
  9476.  
  9477.     * font-lock.el: New file.
  9478.  
  9479.     * bytecomp.el (byte-compile-setq-default):
  9480.     Generate a progn of calls to set-default, then compile it.
  9481.  
  9482.     * menu-bar.el (mouse-menu-bar-buffers):
  9483.     Don't lose if all buffer names are short.
  9484.  
  9485.     * dunnet.el: New file.
  9486.  
  9487. Thu Jul  8 19:31:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9488.  
  9489.     * loaddefs.el (global-map): Bind M-next to scroll-other-window.
  9490.  
  9491.     * compile.el (compilation-error-regexp-alist):
  9492.     Broaden ``Line N of "FILE": msg'' regexp
  9493.     to also match Ultrix f77: ``Error on line N of FILE: msg''.
  9494.  
  9495. Thu Jul  8 18:42:14 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9496.  
  9497.     * Make everything that deactivates the mark do it consistently.
  9498.     * simple.el (deactivate-mark): New function.
  9499.     (kill-ring-save, pop-mark, keyboard-quit): Call it.
  9500.     * ispell.el (ispell):
  9501.     Call deactivate-mark instead of setting mark-active directly.  Do
  9502.     this regardless of transient-mark-mode.
  9503.     * isearch.el (isearch-done):
  9504.     Call deactivate-mark instead of setting mark-active
  9505.     directly.  Do this regardless of transient-mark-mode.
  9506.  
  9507. Thu Jul  8 20:51:51 1993  Richard Stallman  (rms@churchy.gnu.ai.mit.edu)
  9508.  
  9509.     * files.el (basic-save-buffer): Use after-save-hook.
  9510.  
  9511. Thu Jul  8 17:46:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9512.  
  9513.     * simple.el: Put error-conditions and error-message properties on
  9514.     'mark-inactive.
  9515.     (mark): Signal 'mark-inactive instead of using error with a message.
  9516.  
  9517. Thu Jul  8 17:14:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9518.  
  9519.     * mailabbrev.el (mail-abbrev-end-of-buffer): Fix interactive spec
  9520.     to "P", same as end-of-buffer.
  9521.  
  9522. Thu Jul  8 15:06:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9523.  
  9524.     * hanoi.el: Add (provide 'hanoi).
  9525.  
  9526. Wed Jul  7 18:19:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9527.  
  9528.     * files.el (file-relative-name): If we use default-directory,
  9529.     call expand-file-name anyway.
  9530.  
  9531.     * texnfo-upd.el (texinfo-update-node): Bind auto-fill-hook
  9532.     as well as auto-fill-function.
  9533.     (texinfo-sequential-node-update): Likewise.
  9534.  
  9535. Wed Jul  7 09:25:37 1993  Robert J. Chassell  (bob at grackle)
  9536.  
  9537.         * texnfo-upd.el: Fix typo re `texinfo-sequential-node-update.'
  9538.         Ensure that no commands depend on the value of
  9539.         case-fold-search.
  9540.     Rewrite messages.  Avoid using `mark-whole-buffer'.
  9541.  
  9542.     (texinfo-start-menu-description):
  9543.         New function to insert title as description in a menu. 
  9544.         (texinfo-make-menu-list): Remove automatic title insertion.
  9545.     (texinfo-master-menu): Error message if file
  9546.         contains too few nodes for a master menu.
  9547.     Handle the case where no master menu was inserted.
  9548.         (texinfo-insert-master-menu-list): Only attempt to insert detailed
  9549.         master menu if there is one.
  9550.         Insert a master menu only after `Top' node and before next node.
  9551.  
  9552.         (texinfo-check-for-node-name): Offer section title as prompt.
  9553.         (texinfo-copy-next-section-title): Copy title correctly.
  9554.     Handle failure to find @node.
  9555.         (texinfo-copy-menu): Error message if menu empty.
  9556.         (texinfo-pointer-name):  Find only those
  9557.         section commands that are accompanied by `@node' lines.
  9558.         (texinfo-section-types-regexp): Look for subh and subs, not just sub.
  9559.         (texinfo-make-one-menu): Copy node-name correctly for message.
  9560.         (texinfo-copy-menu-title): Copy title as it
  9561.         should rather than node line.
  9562.  
  9563.         (texinfo-find-higher-level-node): Stop search at limit.
  9564.     Special handling for `top' and `chapter' levels.
  9565.         (texinfo-copy-menu-title): Rewrite to handle outer include files.
  9566.         (texinfo-multi-file-update): Update all nodes properly (and sooner);
  9567.         rewrite doc string and interactive. Copy title properly.
  9568.         (texinfo-all-menus-update): Fixed typo that
  9569.         caused the function to create a master menu when it shouldn't.
  9570.         Update pre-existing master menu, if there is one.
  9571.  
  9572.     (texinfo-incorporate-descriptions): Use a regexp search to look for 
  9573.     both kinds of menu item.
  9574.     (texinfo-menu-indent-description): Likewise.
  9575.     (texinfo-incorporate-menu-entry-names): New function.
  9576.     (texinfo-insert-menu): Handle both kinds of menu item.
  9577.      (texinfo-multi-files-insert-main-menu): Likewise.
  9578.     (texinfo-update-node): Pass t as second arg to push-mark.
  9579.     (texinfo-sequential-node-update): Likewise.
  9580.     (texinfo-insert-node-lines): Bind `title' at a higher level.
  9581.     Don't find previous @node if it's close.
  9582.     Take region to process as arguments.
  9583.     (texinfo-multiple-files-update): Handle prefix arg better within
  9584.     `interactive'.  Canonicalize the blank lines.
  9585.  
  9586. Wed Jul  7 16:13:57 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9587.  
  9588.     * autoload.el (update-file-autoloads):
  9589.     Correctly do nothing when there are no cookies.
  9590.  
  9591. Wed Jul  7 15:58:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9592.  
  9593.     * menu-bar.el (mouse-menu-choose-yank):
  9594.     Change menu title to "Choose Next Yank".
  9595.  
  9596. Wed Jul  7 03:19:41 1993  Paul Eggert  (eggert@twinsun.com)
  9597.  
  9598.     * vc-hooks.el (vc-rcs-status): Removed unused variable `status'.
  9599.  
  9600.     * rmail.el (rmail-resend): Use RFC 822 style date in Resent-Date: line.
  9601.     * sendmail.el (mail-do-fcc): Likewise, for appending Date: lines to
  9602.     RMAIL mode buffers.  Use new `mail-rfc822-time-zone' function
  9603.     to simplify pinhead generation.
  9604.     * mail-utils.el (mail-rfc822-time-zone, mail-rfc822-date): New fns.
  9605.  
  9606. Wed Jul  7 02:26:31 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9607.  
  9608.     * files.el (cd-absolute): Use abbreviate-file-name on expansion of DIR.
  9609.  
  9610.     * gud.el: Add (provide 'gud).
  9611.  
  9612.     * files.el (basic-save-buffer):
  9613.     Invoke after-save-hook, not after-save-hooks.
  9614.  
  9615.     * time.el (display-time-file-nonempty-p): Use file-chase-links.
  9616.  
  9617.     * bytecomp.el (byte-compile-setq-default): Handle multiple pairs
  9618.     args like setq (as the setq-default subr does).
  9619.  
  9620.     * autoload.el: Doc fix.
  9621.  
  9622. Tue Jul  6 18:07:14 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9623.  
  9624.     * rmail.el (rmail-variables): Compare truename as well as given name
  9625.     against rmail-file-name.
  9626.  
  9627.     * man.el (Man-mode-line-format): Add a space after global-mode-string.
  9628.  
  9629. Tue Jul  6 11:05:14 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  9630.  
  9631.     * Version 19.16 released.
  9632.  
  9633. Tue Jul  6 01:21:37 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  9634.  
  9635.     * vc.el (vc-start-entry): Don't call file-name-nondirectory on
  9636.     FILE before passing it to vc-mode-line.  Everyplace else passes
  9637.     vc-mode-line full filenames, and vc-mode-line now needs the real
  9638.     file name to decide which version-control system the file is under.
  9639.  
  9640.     * man.el (Man-build-man-command): Don't leave a pipe symbol at the
  9641.     end of the command list if Man-filter-list is nil.
  9642.     (Man-default-man-args): Don't write out assq and mapconcat.
  9643.     (Man-default-man-entry): Don't default to section 2 for C-mode.
  9644.     Call Man-default-man-args, and let people use
  9645.     Man-auto-section-alist if this is what they want.
  9646.     (manual-entry): Call Man-translate-references, instead of writing
  9647.     it out.
  9648.     (Man-getpage-in-background): Don't apply Man-default-man-args
  9649.     here; manual-entry has already run it, and
  9650.     Man-follow-manual-reference provides the sections itself.
  9651.  
  9652. Mon Jul  5 00:43:20 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  9653.  
  9654.     * map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
  9655.     save it until we're done asking questions, and then unread it.
  9656.  
  9657. Mon Jul  5 03:20:12 1993  Paul Eggert  (eggert@twinsun.com)
  9658.  
  9659.     * vc.el (vc-name): Move to vc-hooks.el.
  9660.     * vc-hooks.el (vc-name): Moved from vc.el; vc-rcs-status now uses it.
  9661.     (vc-name, vc-backend-deduce): Set both vc-name and vc-backend
  9662.     properties, to avoid calling vc-registered unnecessarily when
  9663.     the other property is needed.
  9664.     (vc-rcs-status): Yield only status of locks; do not try to yield " REV"
  9665.     if there are no locks, since this cannot be done easily if there are
  9666.     branches.  Use vc-name instead of duplicating its function incorrectly.
  9667.     Fix off-by-one bug when inserting master header pieces.  Read headers
  9668.     8192 bytes at a time instead of 100.  Don't bother to expand-file-name.
  9669.     (vc-rcs-glean-field): Removed.
  9670.  
  9671. Sun Jul  4 17:29:43 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9672.  
  9673.     * outline.el (outline-mode-map): Add menu bar items.
  9674.     (outline-minor-mode-map): Copy menu bar submap from outline-mode-map.
  9675.  
  9676.     * help.el (describe-key-briefly): Don't set `foo'.
  9677.  
  9678. Sun Jul  4 17:01:01 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  9679.  
  9680.     * subr.el (posn-point): Properly extract the BUFFER-POSITION field
  9681.     of an event when read-key-sequence has placed it in a singleton
  9682.     list.
  9683.  
  9684.     * comint.el (comint-prompt-regexp): Double the backslashes in the
  9685.     sample prompt regexps, so that they print properly when unquoted.
  9686.  
  9687. Sun Jul  4 18:54:59 1993  Paul Eggert  (eggert@twinsun.com)
  9688.  
  9689.     * vc.el (vc-backend-diff): Undo "-q" change.  This was fixed
  9690.     instead by adding -q support to vcdiff.
  9691.  
  9692. Sun Jul  4 13:55:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9693.  
  9694.     * help.el (describe-prefix-bindings): New command.
  9695.     (prefix-help-command): Set it.
  9696.  
  9697.     * hexl.el: Added a keyword.
  9698.  
  9699. Sun Jul  4 12:46:27 1993  Johan Vromans  (jv@mh.nl)
  9700.  
  9701.     * forms.el (forms-new-record-filter): Correct default value.
  9702.     (forms-modified-record-filter): Correct default value.
  9703.  
  9704. Sun Jul  4 00:53:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9705.  
  9706.     * paren.el (show-paren-command-hook): Add message for paren mismatch.
  9707.  
  9708.     * vc-hooks.el (vc-mode-line): Put `RCS' or `SCCS' before version num.
  9709.  
  9710. Sat Jul  3 21:44:54 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  9711.  
  9712.     * faces.el (make-face-bold, make-face-italic,
  9713.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  9714.     Properly pass noerror argument to recursive calls.
  9715.  
  9716.     * frame.el (frame-remove-geometry-params): New function.
  9717.     (frame-initialize): Call it, instead of writing it out.
  9718.  
  9719. Sat Jul  3 15:03:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9720.  
  9721.     * simple.el (kill-region): Cope with change hooks that change props.
  9722.  
  9723. Sat Jul  3 06:15:43 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  9724.  
  9725.         * term/x-win.el: Check the reverseVideo/ReverseVideo resource,
  9726.     correctly distinguish between "on" and "off" values, and put a
  9727.     parameter in default-frame-alist.
  9728.     * frame.el (frame-initialize): Don't call x-get-resource here.
  9729.  
  9730. Sat Jul  3 03:22:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9731.  
  9732.     * autoload.el (update-file-autoloads):
  9733.     Do nothing when there are no cookies.
  9734.  
  9735. Fri Jul  2 18:55:23 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  9736.  
  9737.     * mouse.el (mouse-drag-region): Correctly handle drags which enter
  9738.     other frames.
  9739.  
  9740. Fri Jul  2 17:28:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9741.  
  9742.     * vc.el (vc-path): New variable.
  9743.     (vc-do-command): Use vc-path.
  9744.  
  9745.     * menu-bar.el (menu-bar-edit-menu): Rename menu item to
  9746.     Choose Next Paste.  Create this item along with all the others.
  9747.  
  9748.     * isearch.el (isearch-other-meta-char): Handle sequences
  9749.     containing mouse clicks in scroll-bar that used another buffer's map.
  9750.  
  9751. Fri Jul  2 16:06:38 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  9752.  
  9753.     * vc.el (vc-backend-diff): Pass the "-q" flag only if we're using
  9754.     rcsdiff.
  9755.  
  9756. Fri Jul  2 14:31:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9757.  
  9758.     * menu-bar.el: Put mouse-menu-choose-yank binding after
  9759.     paste=>yank binding in menu-bar-edit-menu.
  9760.  
  9761. Fri Jul  2 13:32:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9762.  
  9763.     * bytecomp.el (byte-compile-keep-pending): Handle fset like defalias.
  9764.     (byte-compile-file-form-defmumble): Fix backward if in prev change.
  9765.  
  9766. Thu Jul  1 20:14:44 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  9767.  
  9768.     * dired-aux.el (dired-diff): Work even when the mark is inactive.
  9769.  
  9770. Thu Jul  1 18:10:45 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9771.  
  9772.     * sendmail.el (mail-send): Don't test buffer-modified-p
  9773.     if buffer is visiting a file.
  9774.  
  9775.     * bytecomp.el (byte-compile-file-form-defmumble):
  9776.     If byte-compile-compatibility, use fset, not defalias.
  9777.  
  9778. Thu Jul  1 16:33:01 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  9779.  
  9780.     * simple.el: Add bindings to function-key-map so that the keypad
  9781.     keys act like ordinary self-insertion keys, unless explicitly bound.
  9782.  
  9783. Thu Jul  1 14:39:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9784.  
  9785.     * mailabbrev.el (build-mail-abbrevs): Do substitute-in-file-name
  9786.     on the abbrev, for `source'.
  9787.  
  9788.     * files.el (set-visited-file-name): Rename the old auto save file.
  9789.  
  9790. Thu Jun 30 23:31:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9791.  
  9792.     * menu-bar.el (mouse-menu-choose-yank):
  9793.     Just return when x-popup-menu returns nil.
  9794.     Add menu-enable property to this function.
  9795.  
  9796. Wed Jun 30 17:50:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9797.  
  9798.     * compile.el (compile-abbreviate-directory): New function.
  9799.     (compilation-parse-errors): Use that, to visit files with a dirname
  9800.     more like the one the user specified.
  9801.  
  9802. Wed Jun 30 15:38:53 1993  Johan Vromans  (jv@mh.nl)
  9803.  
  9804.     * forms.el: Add e-mail address and version info.
  9805.     Adjust commentary and doc strings.
  9806.     (forms-mode): Add ###autoload.
  9807.     (forms-find-file): Add ###autoload.
  9808.     (forms-find-file-other-window):    Add ###autoload.
  9809.  
  9810. Wed Jun 30 21:35:59 1993  Paul Eggert  (eggert@twinsun.com)
  9811.  
  9812.     * vc.el (vc-update-change-log): Ensure that file names inserted
  9813.     into a ChangeLog are relative to that ChangeLog.
  9814.  
  9815. Wed Jun 30 12:43:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9816.  
  9817.     * simple.el (mark-even-if-inactive): New variable.
  9818.     (mark): Test it.
  9819.  
  9820.     * rmail.el: Doc fixes.
  9821.  
  9822. Wed Jun 30 00:29:08 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  9823.  
  9824.     * gud.el: Add history lists to the debugging commands, so we don't
  9825.     have to retype the filename every invocation.
  9826.     (gud-gdb-history, gud-sdb-history, gud-dbx-history,
  9827.     gud-xdb-history): New variables.
  9828.     (gdb, sdb, dbx, xdb): Use them when reading the argument string.
  9829.  
  9830.     * mouse.el (mouse-drag-region-1): Commented out.
  9831.     (mouse-drag-region): Commented out, and replaced with new version,
  9832.     which highlights the region as we drag.
  9833.     (mouse-scroll-delay, mouse-drag-overlay): New variables.
  9834.     (mouse-scroll-subr): New function.
  9835.  
  9836.     * sun-fns.el, sun-curs.el: Move these to lisp/term, to be with
  9837.     sun-mouse.el.
  9838.  
  9839. Tue Jun 29 19:00:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  9840.  
  9841.     * faces.el (global-face-data): Doc fix.
  9842.  
  9843.     * gnus.el (gnus-newsrc-to-gnus-format): Correct regexp which
  9844.     matches .newsrc lines not to match more than one line.
  9845.  
  9846. Tue Jun 29 13:05:15 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9847.  
  9848.     * ls-lisp.el (insert-directory): Doc fix.
  9849.     (ls-lisp-format): Provide user name when known.
  9850.     On ms-dos, provide a name for the group, to be prettier.
  9851.  
  9852. Mon Jun 28 00:47:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9853.  
  9854.     * subr.el (define-key-after): Delete duplicate bindings that come
  9855.     after the new one.  Do insert when we reach the end, if haven't before.
  9856.  
  9857.     * paren.el: New file.
  9858.  
  9859.     * faces.el (face-initialize): Create `underline' face.
  9860.     (x-initialize-frame-faces): Set up `underline' face.
  9861.  
  9862.     * faces.el (x-initialize-frame-faces): Check x-display-color-p
  9863.     and x-display-planes to decide whether to try using colors or gray.
  9864.  
  9865.     * man.el (Man-auto-section-alist): Default value nil.
  9866.     (Man-getpage-in-background): Call Man-default-man-args.
  9867.     (Man-filter-list): Don't discard overstrike here.
  9868.     (Man-set-fonts): New function.
  9869.     (Man-bgproc-sentinel): Call Man-set-fonts.
  9870.     (Man-version-number): Var deleted.
  9871.     (Man-version): Command and binding deleted.
  9872.     (Man-mode): Use Manual, not Man, as official mode name.
  9873.  
  9874.     * solar.el: Doc fixes.
  9875.  
  9876.     * c-mode.el (c-forward-conditional): New function.
  9877.     (c-up-conditional): Use c-forward-conditional.
  9878.     (c-backward-conditional): New function.
  9879.     (c-mode-map): Make bindings for them.
  9880.  
  9881. Sun Jun 27 20:56:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9882.  
  9883.     * vc.el (vc-update-change-log): Restore previous default-directory
  9884.     for running rcs2log.
  9885.  
  9886. Sat Jun 26 00:18:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9887.  
  9888.     * subr.el (define-key-after): New function.
  9889.  
  9890. Fri Jun 25 13:58:52 1993  Barry A. Warsaw  (warsaw@anthem.nlm.nih.gov)
  9891.  
  9892.     * reporter.el (reporter-submit-bug-report): Rename local var curbuf
  9893.     to reporter-eval-buffer.
  9894.     (reporter-dump-variable): Eval varsym in reporter-eval-buffer.
  9895.  
  9896.     * c++-mode.el (c++-fast-backward-syntactic-ws-2)
  9897.     (c++-fast-backward-syntactic-ws-1): Change the proper syntax table
  9898.     depending on whether we are editing C or C++ code.
  9899.  
  9900.     * c++-mode.el (c++-indent-exp): When computing offset for open-brace
  9901.     line, check not at class top level before adding c-indent-level.
  9902.     Fix bug handling member init lists.
  9903.     Fix case where comments follow a continued statement.
  9904.     Fix handling of c-brace-offset < 0.
  9905.  
  9906.     * c++-mode.el (c++-calculate-indent):
  9907.     Fixed indentation when base class declaration is on a separate line
  9908.     then the derived class intro header.
  9909.     Don't skip up past compound statement if we're in a member init list.
  9910.  
  9911.     * c++-mode.el (c++-indent-line): Clean up adjustment
  9912.     of block closing braces.  Handle a list as value of
  9913.     c++-block-close-brace-offset.
  9914.  
  9915.     * c++-mode.el (c++-indent-exp): Use c-continued-statement-offset
  9916.     instead of c-indent-level to indent comma separated arg decl lists.
  9917.  
  9918.     * c++-mode.el (c++-fast-backward-syntactic-ws-2): Simplify for
  9919.     new forward-comment semantics.
  9920.  
  9921.     * c++-mode.el (c++-calculate-indent): Change if's to cond in CASE3.
  9922.     Require colon when looking for `case' or `default'.
  9923.     Use c++-compound-offset.
  9924.     (c++-compound-offset): New function.
  9925.     Distinguish statement continuation from enum and initializer lists.
  9926.  
  9927. Fri Jun 25 18:30:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9928.  
  9929.     * vc-hooks.el (vc-rcs-status): New variable.
  9930.     (vc-mode-line): Display the lock status and head version.
  9931.     (vc-rcs-status, vc-rcs-glean-field): New function.
  9932.  
  9933.     * menu-bar.el (mouse-menu-bar-buffers): Include % and * in each item.
  9934.     Calculate amount of space needed for longest buffer name.
  9935.     * mouse.el (mouse-buffer-menu): Likewise.
  9936.  
  9937. Fri Jun 25 18:01:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9938.  
  9939.     * add-log.el (find-change-log): Try get-file-buffer before
  9940.     file-exists-p.
  9941.  
  9942. Fri Jun 25 17:30:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9943.  
  9944.     * vc.el (vc-diff): If `diff' gives empty output, return nil.
  9945.  
  9946. Wed Jun 23 21:45:19 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  9947.  
  9948.     * ange-ftp.el: Loosen file-name-handler-alist regexp so we can do
  9949.     host name completion.
  9950.  
  9951.     * hexl.el (hexl-in-save-buffer): New flag.
  9952.     (hexl-save-buffer): Prevent infinite recursion.
  9953.  
  9954. Tue Jun 22 04:11:33 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  9955.  
  9956.     * term/x-win.el (command-switch-alist): "-ib" takes a numeric
  9957.     argument; use x-handle-numeric-switch for it.
  9958.  
  9959.     * replace.el (query-replace-map): Fix typo in binding for [return].
  9960.  
  9961. Tue Jun 22 00:23:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9962.  
  9963.     * rmailsort.el: Don't touch rmail-summary-mode-map.
  9964.     Don't touch rmail-mode-map.  Don't require rmail or sort.
  9965.     (rmail-summary-sort-...): Moved to rmailsum.el.
  9966.     (rmail-sort-from-summary): Likewise.
  9967.  
  9968.     * rmail.el: Add autoloads for rmailsort commands.
  9969.     (rmail-mode-map): Add bindings for those commands.
  9970.  
  9971.     * rmailsum.el (rmail-summary-mode-map): Bind summary sort commands.
  9972.     (rmail-summary-sort-...): Moved from rmailsort.el.
  9973.     (rmail-sort-from-summary): Likewise.  Require rmailsort.
  9974.  
  9975. Mon Jun 21 22:01:23 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  9976.  
  9977.     * compile.el (compile-file-of-error): Remember that
  9978.     compilation-error-list stores file names as strings, not as (DIR .
  9979.     FILE) pairs.
  9980.  
  9981.     * diff.el (diff-parse-differences): Preserve the match data
  9982.     across the call to find-file-noselect.
  9983.  
  9984.     * subr.el (event-end): Modified to account for multi-click events.
  9985.  
  9986. Mon Jun 21 01:53:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  9987.  
  9988.     * rmail.el (rmail-mode-map): Add local menu bar bindings.
  9989.     (rmail-search-backward): New command.
  9990.     (rmail-mode): Move to the last message.
  9991.  
  9992.     * rmailsum.el (rmail-summary-mode-map): Add local menu bar bindings.
  9993.     (rmail-summary-search-backward): New command.
  9994.     (rmail-summary-search): Don't use save-excursion.
  9995.  
  9996.     * sendmail.el (mail-mode-map): Add local menu bar bindings.
  9997.  
  9998.     * texinfo.el: Set up autoloads for files `makeinfo' and `texnfo-upd'.
  9999.     (texinfo-delete-from-print-queue-command): New var.
  10000.     (texinfo-tex-trailer): New var.
  10001.     (texinfo-tex-region): Use that.
  10002.     (texinfo-tex-buffer): Rewritten; use the actual source file.
  10003.     Binding is now C-c C-t C-b.
  10004.     (texinfo-texindex): Turned back on.
  10005.     (texinfo-quit-job): New command, with binding.
  10006.     (texinfo-delete-from-print-queue): Likewise.
  10007.     (texinfo-show-structure): Indent each line according to depth.
  10008.     Require texnfo-upd.
  10009.     (texinfo-section-types-regexp): Var deleted.
  10010.     (texinfo-insert-@-with-arg): New function.
  10011.     (texinfo-insert-@var, etc.): Use that.
  10012.     (texinfo-insert-@end): New command, now on C-c C-c e.
  10013.     (texinfo-insert-@end-example): Deleted.
  10014.     (texinfo-insert-@table): New command, on C-c C-c t.
  10015.     (texinfo-start-menu-description): New command, on C-c C-c C-d.
  10016.     (texinfo-mode): No longer set tex-trailer.
  10017.     Make the @node for the top node start a page.
  10018.     Use shorter values for tex-end-of-header and tex-start-of-header.
  10019.     (texinfo-mode-map): Add bindings for makeinfo-buffer, etc.
  10020.     Delete bindings for texinfo-format-buffer/region.
  10021.     (texinfo-define-common-keys): New function.
  10022.  
  10023.     * texinfmt.el: File deleted.
  10024.  
  10025.     * makeinfo.el: New file.
  10026.  
  10027.     * metamail.el: New file.
  10028.  
  10029.     * time-stamp.el: New file.
  10030.  
  10031. Sun Jun 20 20:44:36 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10032.  
  10033.     * add-log.el (add-log-current-defun): To find the name of the
  10034.     function being defined in emacs-lisp-mode, lisp-mode, and
  10035.     scheme-mode, skip an opening paren and an s-expression, instead of
  10036.     just one word.  This allows us to properly recognize things like
  10037.     define-key and define-macro.
  10038.  
  10039.     * replace.el (query-replace-map): Make RET exit query-replace,
  10040.     just like ESC.
  10041.  
  10042. Sun Jun 20 18:44:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10043.  
  10044.     * mh-e.el (mh-yank-cur-msg): Test mark-active.
  10045.  
  10046. Sat Jun 19 17:14:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10047.  
  10048.     * version 19.15 released.
  10049.  
  10050. Sat Jun 19 17:47:40 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10051.  
  10052.     * info.el (Info-insert-dir): Remove the call to recursive-edit.
  10053.  
  10054. Sat Jun 19 15:05:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10055.  
  10056.     * info.el (Info-insert-dir): Record file attributes of files used.
  10057.     Recompute the dir if they change.
  10058.  
  10059.     * files.el (insert-file): Report error if file is directory.
  10060.  
  10061. Fri Jun 18 21:43:43 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  10062.  
  10063.     * man.el (Man-switches): New variable.
  10064.     (Man-build-man-command): Use it to build the man command.
  10065.     (Man-mode): Mention it in documentation.
  10066.  
  10067. Fri Jun 18 21:13:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10068.  
  10069.     * rmailout.el (rmail-output): Check file can be read before trying
  10070.     to read part of it.
  10071.  
  10072.     * ange-ftp.el (ange-ftp-insert-file-contents):
  10073.     Handle extra args BEG, END.
  10074.  
  10075. Fri Jun 18 19:25:02 1993  Johan Vromans  (jv@mh.nl)
  10076.  
  10077.     * forms.el: Delete local variables list.
  10078.     (forms-forms-scrolls): Deleted.
  10079.     (forms-forms-jumps): Deleted.
  10080.     (forms--change-commands): Use substitute-key-definition.
  10081.     (forms-mode): Call forms--change-commands later on.
  10082.  
  10083. Fri Jun 18 13:55:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10084.  
  10085.     * compile.el (compilation-error-regexp-alist): Generalize the
  10086.     Apollo/BSD4.3 regexp to handle IBM RS6k too.
  10087.  
  10088.     * mouse.el (mouse-secondary-save-then-kill): Don't switch windows.
  10089.     Just set-buffer, and put save-excursion around it.
  10090.     (mouse-set-secondary, mouse-start-secondary): Likewise.
  10091.     (mouse-drag-secondary): Switch windows and move point just temporarily.
  10092.  
  10093. Fri Jun 18 13:49:53 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  10094.  
  10095.     * dired.el (dired-summary): dired-do-rename is on "R", not "r".
  10096.  
  10097. Fri Jun 18 10:14:45 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  10098.  
  10099.         * calendar.el (calendar-version): Update to 5.1.  Fixed a variety
  10100.         of spelling error in comments and doc strings.
  10101.         (calendar-sexp-debug): New variable to turn off error catching.
  10102.     (calendar-absolute-from-gregorian): Removed unused vars month, day.
  10103.         (view-calendar-holidays-initially, all-hebrew-calendar-holidays,
  10104.         all-christian-calendar-holidays, all-christian-islamic-holidays,
  10105.         diary-nonmarking-symbol, hebrew-diary-entry-symbol,
  10106.         islamic-diary-entry-symbol, diary-include-string,
  10107.         abbreviated-calendar-year, european-calendar-style,
  10108.         european-calendar-display-form, american-calendar-display-form,
  10109.         calendar-date-display-form, print-diary-entries-hook,
  10110.         list-diary-entries-hook, nongregorian-diary-listing-hook,
  10111.         nongregorian-diary-marking-hook, diary-list-include-blanks,
  10112.         holidays-in-diary-buffer, general-holidays,
  10113.         increment-calendar-month, calendar-sum, calendar-string-spread,
  10114.         calendar-absolute-from-iso, calendar-print-iso-date,
  10115.         hebrew-calendar-elapsed-days, list-yahrzeit-dates,
  10116.         calendar-print-astro-day-number): Fix doc strings.
  10117.         (calendar-nth-named-day): Rewritten to include optional day of month.
  10118.         (general-holidays, calendar-holidays, hebrew-holidays,
  10119.         christian-holidays, islamic-holidays,
  10120.         solar-holidays): Rewritten to include require of cal-dst.el and to
  10121.         show the time of the change to/from daylight savings time.
  10122.         (calendar-current-time-zone, calendar-time-zone,
  10123.         calendar-daylight-time-offset, calendar-standard-time-zone-name,
  10124.         calendar-daylight-time-zone-name, calendar-daylight-savings-starts,
  10125.         calendar-daylight-savings-ends,
  10126.         calendar-daylight-savings-switchover-time): Moved to cal-dst.el.
  10127.         (calendar-location-name, calendar-time-display-form, calendar-latitude,
  10128.         calendar-longitude): Moved to solar.el.
  10129.         (calendar-holidays): Unquote it!
  10130.  
  10131.         * solar.el (calendar-holiday-solar-equinoxes-solstices): Renamed
  10132.         solar-equinoxes-solstices.
  10133.         (calendar-time-display-form, calendar-latitude,
  10134.         calendar-longitude): Moved from calendar.el.
  10135.         (calendar-time-zone, calendar-standard-time-zone-name,
  10136.         calendar-daylight-time-zone-name,
  10137.         calendar-daylight-savings-starts, calendar-daylight-savings-ends):
  10138.         Take default values from calendar-current-time-zone, instead of
  10139.         being overwritten in open code if they were set to nil.
  10140.         (solar-time-string): Subtract calendar-daylight-time-offset when
  10141.         computing dst-ends.  Avoid rounding errors when rounding time to
  10142.         the nearest minute.
  10143.  
  10144.         * diary.el (list-sexp-diary-entries,
  10145.         hebrew-calendar-year-Saturday-incomplete-Sunday,
  10146.         hebrew-calendar-year-Monday-incomplete-Tuesday,
  10147.         hebrew-calendar-year-Tuesday-regular-Thursday,
  10148.         hebrew-calendar-year-Thursday-complete-Sunday,
  10149.         hebrew-calendar-year-Saturday-complete-Thursday,
  10150.         hebrew-calendar-year-Monday-complete-Saturday,
  10151.         hebrew-calendar-year-Thursday-incomplete-Sunday): Fix doc strings.
  10152.         (diary-sexp-entry): Use calendar-sexp-debug to turn off error catching.
  10153.         
  10154.         * diary-ins.el (insert-cyclic-diary-entry): Fix date form.
  10155.  
  10156.         * cal-mayan.el (calendar-mayan-days-before-absolute-zero,
  10157.         calendar-mayan-haab-difference, calendar-mayan-tzolkin-difference,
  10158.         calendar-mayan-tzolkin-haab-on-or-before,
  10159.         calendar-previous-calendar-round-date,
  10160.         calendar-absolute-from-mayan-long-count,
  10161.         calendar-print-mayan-date): Fix doc strings.
  10162.  
  10163.         * holidays.el (calendar-holiday-function-fixed,
  10164.         calendar-holiday-function-float, calendar-holiday-function-julian,
  10165.         calendar-holiday-function-islamic,
  10166.         calendar-holiday-function-hebrew, calendar-holiday-function-sexp,
  10167.         calendar-holiday-function-advent,
  10168.         calendar-holiday-function-easter-etc,
  10169.         calendar-holiday-function-greek-orthodox-easter,
  10170.         calendar-holiday-function-rosh-hashanah-etc,
  10171.         calendar-holiday-function-hanukkah,
  10172.         calendar-holiday-function-passover-etc,
  10173.         calendar-holiday-function-tisha-b-av-etc): Renamed without words
  10174.         "calendar" and "function"; changed argument from a list of values to
  10175.         individual values.  Fixed doc strings.
  10176.         (calendar-holiday-function-if): Removed.
  10177.         (calendar-holiday-solar-equinoxes-solstices): Renamed
  10178.         solar-equinoxes-solstices.
  10179.         (calendar-holiday-list): Rewrote to accomodate the name changes
  10180.         above and the unquoting of calendar-holidays.
  10181.         (calendar-cursor-holidays):  Change screen-width to frame-width.
  10182.         (holiday-sexp): Rewritten.
  10183.  
  10184.         * lunar.el (lunar-phase): Use time conversion from solar.el
  10185.  
  10186.         * cal-dst.el: New file.
  10187.         (calendar-/, calendar-%, calendar-absolute-from-time,
  10188.         calendar-time-from-absolute, calendar-next-time-zone-transition,
  10189.         calendar-time-zone-daylight-rules): New functions.
  10190.         (calendar-current-time-zone): Moved from calendar.el and rewritten.
  10191.         (calendar-current-time-zone-cache): New variable.
  10192.         (calendar-current-time-zone, calendar-time-zone,
  10193.         calendar-daylight-time-offset, calendar-standard-time-zone-name,
  10194.         calendar-daylight-time-zone-name,
  10195.         calendar-daylight-savings-starts, calendar-daylight-savings-ends,
  10196.         calendar-daylight-savings-switchover-time): Moved from calendar.el.
  10197.  
  10198. Thu Jun 17 19:29:56 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10199.  
  10200.     * Version 19.14 released.
  10201.  
  10202. Thu Jun 17 19:41:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10203.  
  10204.     * sendmail.el (mail-citation-hook): New hook var.
  10205.     (mail-yank-original): Use that hook if not nil.
  10206.  
  10207.     * sc.el: Change usage comment.
  10208.  
  10209. Thu Jun 17 18:57:01 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10210.  
  10211.     * faces.el (make-face-bold, make-face-italic,
  10212.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  10213.     Always pass the frame parameter to internal-try-face-font; we only
  10214.     want to set the face for this frame.
  10215.  
  10216.     * faces.el (make-face-bold, make-face-italic,
  10217.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  10218.     Fix error messages.
  10219.  
  10220. Thu Jun 17 00:12:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10221.  
  10222.     * faces.el (set-face-background-pixmap, face-background-pixmap):
  10223.     Functions commented out.
  10224.  
  10225.     * mouse.el (mouse-start-secondary): New function.
  10226.     (mouse-set-secondary, mouse-drag-secondary): New functions.
  10227.     (mouse-kill-secondary, mouse-secondary-save-then-kill): New functions.
  10228.  
  10229.     * term/vt200.el: Translate F11 (ESC [ 23 ~) to ESC.
  10230.     * term/vt201.el, term/vt220.el, term/vt240.el: Likewise.
  10231.  
  10232.     * autoload.el (generate-file-autoloads): Undo previous change
  10233.     because make-docfile requires defvar doc string to start on first line.
  10234.  
  10235.     * cplus-md.el: Renamed from c++-mode.el.
  10236.     * cplus-md1.el: Renamed from c++-mode-1.el.
  10237.  
  10238.     * vc.el (vc-rename-file): Remove periods from error messages.
  10239.     (vc-backend-logentry-check, vc-revert-buffer): Likewise.
  10240.     (vc-retrieve-snapshot, vc-create-snapshot): Likewise.
  10241.     (vc-diff, vc-finish-logentry, vc-steal-lock): Likewise.
  10242.     (vc-register, vc-next-action-on-file, vc-registration-error): Likewise.
  10243.     (vc-cancel-version): Add space to end of question.
  10244.  
  10245.     * menu-bar.el (mouse-menu-choose-yank): New function.
  10246.     Put it in the edit menu.
  10247.     (yank-menu-length): New variable.
  10248.  
  10249. Wed Jun 16 20:16:10 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10250.  
  10251.     * subr.el (event-basic-type): Deal with listy events properly.
  10252.  
  10253. Wed Jun 16 23:06:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  10254.  
  10255.     * autoload.el (make-autoload): Use memq once instead eq twice.
  10256.     (generate-file-autoloads): For non-autoloads, copy the defn textually
  10257.     rather than printing it after reading.
  10258.  
  10259.     * autoload.el (generate-autoload-cookie, update-autoloads-here):
  10260.     Doc fixes.
  10261.  
  10262. Wed Jun 16 17:21:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10263.  
  10264.     * frame.el (set-frame-configuration): Don't try to set a frame's
  10265.     minibuffer.  This parameter can't be changed, so that would signal
  10266.     an error.
  10267.  
  10268. Wed Jun 16 13:42:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10269.  
  10270.     * assoc.el (aput): Doc fix.
  10271.  
  10272.     * ls-lisp.el (insert-directory): If no handler, convert SWITCHES
  10273.     from a string to a list of characters.
  10274.  
  10275.     * disass.el (disassemble-internal): If function is autoload, load it.
  10276.  
  10277.     * lisp.el (parens-require-spaces): Var renamed and sense changed.
  10278.     (insert-parentheses): Corresponding changes.
  10279.  
  10280.     * rmailout.el (rmail-output): Use insert-file-contents to look at
  10281.     beginning of output file.
  10282.  
  10283.     * term/x-win.el (x-switch-definitions): Fix -iconic.
  10284.  
  10285.     * bytecomp.el (byte-compile-file-form-defmumble): Typo in prev change.
  10286.  
  10287. Tue Jun 15 03:56:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10288.  
  10289.     * server.el (server-process-filter): Use server-switch-buffer.
  10290.  
  10291.     * gud.el (gud-xdb-directories): Renamed from gud-xdb-paths.
  10292.     Defvar moved earlier.  All uses changed.
  10293.     (gud-xdb-debugger-startup): Rename local var `paths'.
  10294.     (gud-xdb-file-name): Likewise.
  10295.  
  10296.     * inf-lisp.el (inferior-lisp-buffer): Move defvar earlier.
  10297.  
  10298.     * mailalias.el (define-mail-alias): Remove excess whitespace better.
  10299.  
  10300.     * mailabbrev.el (define-mail-abbrev): Renamed from define-mail-alias.
  10301.     (build-mail-abbrevs): Use new name.
  10302.  
  10303.     * bytecomp.el (byte-compile-file-form-defmumble): Use defalias
  10304.     for named function, even if no doc string.
  10305.  
  10306.     * dired.el (dired-repeat-over-lines): Going fwd, skip new lines
  10307.     that FUNCTION inserts after the current line.
  10308.     Going backwd, no need for dired-move-to-filename each time.
  10309.  
  10310. Tue Jun 15 21:10:22 1993  Shane Hartman  (shane@nugget.spr.com)
  10311.  
  10312.         * gud.el (xdb): New debugger supported (xdb under HPUX-PARISC).
  10313.         (gud-xdb-debugger-startup): New function.
  10314.         (gud-xdb-file-name, gud-xdb-accumulation): New functions.
  10315.         (gud-xdb-marker-filter, gud-xdb-paths, gud-xdb-find-file): New.
  10316.  
  10317. Mon Jun 14 14:53:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10318.  
  10319.     * lisp.el (parens-dont-require-spaces): New variable.
  10320.     (insert-parentheses): Obey that variable.
  10321.  
  10322.     * emerge.el (emerge-make-diff3-list): Pass ancestor second.
  10323.     (emerge-extract-diffs3): Replace group-1 with group-2.
  10324.     (emerge-handle-local-variables): Pass no arg to hack-local-variables.
  10325.  
  10326.     * picture.el (picture-replace-match): New function.
  10327.     * dabbrev.el (dabbrev-expand): Do all changes with replace-match.
  10328.     In picture-mode, use picture-replace-match instead.
  10329.  
  10330. Mon Jun 14 10:57:43 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10331.  
  10332.     * holidays.el: Eval calendar-holidays; don't just use its value.
  10333.  
  10334.     * complete.el: (provide 'complete).
  10335.  
  10336. Mon Jun 14 03:10:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10337.  
  10338.     * window.el (balance-windows): Total rewrite.
  10339.  
  10340. Sun Jun 13 00:33:55 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10341.  
  10342.     * bytecomp.el (byte-compile-file): Undo previous change.
  10343.     (batch-byte-recompile-directory): Doc fix.
  10344.  
  10345.     * isearch.el (isearch-highlight): If no face `isearch', use `region'.
  10346.  
  10347.     * c-mode.el (c-indent-line): Call c-backward-to-start-of-if
  10348.     in the case of else following a close brace.
  10349.  
  10350.     * man.el (Man-getpage-in-background): Use TERM=dumb to prevent
  10351.     terminal control sequences in the output.
  10352.  
  10353. Sat Jun 12 16:58:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10354.  
  10355.     * files.el (abbreviate-file-name): Match home dir with no /
  10356.     if nothing else follows.
  10357.  
  10358.     * finder.el (finder-find-library): New function.
  10359.     (finder-commentary): Use it.
  10360.  
  10361.     * forms.el, forms-pass.el, forms-d2.el, forms-dat.el, forms.README:
  10362.     Moved from subdir forms-mode.  Subdir deleted.
  10363.  
  10364. Sat Jun 12 16:03:03 1993  Johan Vromans  (jv@mh.nl)
  10365.  
  10366.     * forms.el (forms--change-commands): 
  10367.     Use (function (lambda ...)) instead of '(lambda...).
  10368.  
  10369.     * forms.el: Provide `forms' as well as `forms-mode'.
  10370.     (forms-new-record-filter, forms-modified-record-filter): Add defvars.
  10371.  
  10372. Sat Jun 12 02:53:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10373.  
  10374.     * files.el (make-directory): By default create dir default-dir. 
  10375.  
  10376. Fri Jun 11 11:46:51 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10377.  
  10378.     * vc.el (vc-backend-diff): Always use -q option.
  10379.  
  10380.     * files.el (file-truename): Don't use expand-file-name to merge
  10381.     a link target into the previous dir.  Handle .. and . explicitly.
  10382.  
  10383.     * env.el (setenv): Treat case as significant.
  10384.  
  10385.     * mailabbrev.el (sendmail-pre-abbrev-expand-hook):
  10386.     If last-command-char is not a character, don't check char-syntax.
  10387.  
  10388.     * inf-lisp.el: Doc fixes. 
  10389.     (run-lisp): Add autoload.
  10390.     (inferior-lisp-mode-map): Explicitly make local prefix keys.
  10391.  
  10392.     * cmulisp.el: File deleted.
  10393.  
  10394.     * server.el (server-window): New variable.
  10395.     (server-switch-buffer): Use it.
  10396.  
  10397.     * flow-ctrl.el (enable-flow-control): Don't alter the 8-bit flag.
  10398.  
  10399.     * man.el (Man-filter-list): Add an element for X man pages.
  10400.     (Man-goto-page): Continue past errors in Man-build-references-alist.
  10401.  
  10402.     * rmailout.el (rmail-output-to-rmail-file): Use the smart default
  10403.     in the prompt.
  10404.  
  10405.     * register.el (view-register): Handle file name values.
  10406.  
  10407.     * etags.el (etags-tags-completion-table): When skipping the noise
  10408.     before the tag name, let it end with any char not allowed in a tag.
  10409.  
  10410.     * files.el (cd): Use file-name-absolute-p.
  10411.     (cd-absolute): No longer interactive.
  10412.  
  10413.     * echistory.el (electric-history-map): Don't use fillarray;
  10414.     make default bindings instead.  Bind up, down, home, next, prior.
  10415.  
  10416. Fri Jun 11 05:44:40 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10417.  
  10418.     * frame.el (frame-initialize): Remember to actually traverse
  10419.     initial-frame-alist.
  10420.  
  10421.     * gud.el (gud-last-last-frame): New variable.
  10422.     (gud-display-frame): Save the frame we displayed in
  10423.     gud-last-last-frame.
  10424.     (gud-refresh): Force gud-display-frame to jump to the last frame
  10425.     displayed, even if it has already done so once.
  10426.  
  10427.     * man.el (manual-entry): Recognize the subject(section) syntax.
  10428.  
  10429.     * picture.el (move-to-column-force): If column is negative, go
  10430.     flush left.
  10431.  
  10432.     * simple.el (hscroll-point-visible): Work as documented in the
  10433.     docstring for hscroll-step.
  10434.  
  10435. Fri Jun 11 00:04:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10436.  
  10437.     * lisp-mode.el (lisp-indent-function): Look for either
  10438.     lisp-indent-hook or lisp-indent-function property.
  10439.  
  10440.     * files.el (make-backup-files): Doc fix.
  10441.  
  10442.     * mouse.el (mouse-set-mark-fast): New function.
  10443.     (mouse-show-mark): New function.
  10444.     (mouse-kill-ring-save, mouse-save-then-kill): Use them.
  10445.     (mouse-save-then-kill): Don't let kill-region alter this-command.
  10446.     Check last-command accordingly.
  10447.     (mouse-split-window-vertically): Handle scroll bar events.
  10448.  
  10449. Thu Jun 10 13:41:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10450.  
  10451.     * rmail.el (rmail-primary-inbox-list): Use defvar, not defconst.
  10452.  
  10453.     * files.el (basic-save-buffer): Cal auto-save-mode with t as arg
  10454.     if and only if auto save was off and default is on.
  10455.     (set-visited-file-name): Likewise.
  10456.  
  10457.     * simple.el (append-to-buffer): Interactively, supply all 3 args.
  10458.     Allow nonexistent buffers.
  10459.  
  10460.     * files.el (abbreviate-file-name): Make abbreviated-home-dir
  10461.     from `~/', not from just `~'.
  10462.     (hack-one-local-variable): Query for ...-hook(s) and ..-function(s)
  10463.     as the `eval' variable.
  10464.  
  10465.     * ispell.el: Doc fixes.
  10466.     (ispell-command, ispell-command-options): New defvars.
  10467.     (start-ispell): Use them.
  10468.  
  10469.     * ange-ftp.el (ange-ftp-multi-msgs): Add 331-.
  10470.  
  10471.     * man.el (Man-mode): Run Man-mode-hook.
  10472.  
  10473.     * bibtex.el (bibtex-mode-map): Use tex-insert-quote, not TeX-...
  10474.  
  10475. Thu Jun 10 15:16:11 1993  Shane Hartman  (shane@nugget.spr.com)
  10476.  
  10477.         * c++-mode.el (calculate-c++-indent): Respect
  10478.         c-continued-brace-offset (as in c-mode.el).
  10479.  
  10480. Thu Jun 10 06:39:46 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10481.  
  10482.     * frame.el (frame-initialize): When deleting geometry
  10483.     specifications from initial-frame-alist, remember that they may
  10484.     occur more than once, and do, if the -geometry option was
  10485.     specified as well as a .geometry resource.
  10486.  
  10487.     * scroll-bar.el (scroll-bar-mode): Variable deleted.
  10488.     (scroll-bar-mode): Function changed to consult default-frame-alist
  10489.     instead of the variable.
  10490.  
  10491.     * gnus.el (gnus-start-news-server): If no server has been
  10492.     specified, but gnus-nntp-service is nil, don't ask for a server
  10493.     name; use the local host.
  10494.  
  10495.     * ange-ftp.el (ange-ftp-make-directory): Take second optional
  10496.     argument parents, like the original.  Implement it.
  10497.  
  10498.     * gnus.el (gnus-newsrc-to-gnus-format): Change regexp which
  10499.     matches .newsrc lines for better performance under the new regexp
  10500.     routines.
  10501.  
  10502. Thu Jun 10 13:40:44 1993  Dave Gillespie  (daveg@synaptics.com)
  10503.  
  10504.     * bytecomp.el: Bug fixes and upgrade to match Zawinski's v2.10.
  10505.     (byte-compile-dest-file): Added support for emacs-lisp-file-regexp.
  10506.     (byte-recompile-directory): Several things involving `noninteractive'.
  10507.     (byte-compile-file): Changed prompting in read-file-name.
  10508.     (byte-compile-insert-header): Put a magic number at top of .elc files,
  10509.     fixed backwards test of byte-compile-compatibility.
  10510.     (byte-compile-form, byte-defop-compiler19, byte-compile-list,
  10511.     byte-compile-concat, byte-compile-insert): Likewise.
  10512.     (byte-compile-condition-case): Added checking for unknown conditions.
  10513.     (batch-byte-recompile-directory): New function.
  10514.  
  10515. Wed Jun  9 05:43:49 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10516.  
  10517.     * compile.el (compilation-error-list): When we haven't yet
  10518.     generated a marker for the source position of an error message,
  10519.     store (FILENAME . LINE-NUMBER), not ((DIRECTORY . FILE)
  10520.     LINE-NUMBER).  Doc fix.
  10521.     (next-error, compilation-parse-errors): Adjusted appropriately.
  10522.  
  10523.     * scroll-bar.el (scroll-bar-set-window-start): Remember that the
  10524.     scroll bar numbers reflect the accessible region of the buffer,
  10525.     not the entire buffer.
  10526.  
  10527. Tue Jun  8 12:28:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10528.  
  10529.     * dired.el (dired-flag-auto-save-files): Ignore `*' added by ls -F.
  10530.  
  10531.     * sc.el (sc-mark): Use mark-marker.
  10532.  
  10533. Tue Jun  8 08:28:14 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10534.  
  10535.     * Version 19.13 released.
  10536.  
  10537. Tue Jun  8 00:40:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10538.  
  10539.     * fortran.el (fortran-indent-new-line): Renamed from
  10540.     fortran-reindent-then-newline-and-indent.
  10541.  
  10542.     * mouse.el (mouse-drag-region-1): Un-comment-out this function.
  10543.  
  10544.     * info.el (Info-follow-reference): Fix completion defaulting.
  10545.  
  10546. Mon Jun  7 21:47:37 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  10547.  
  10548.         * calendar.el (calendar-current-time-zone): Change variable names
  10549.         to make them more readable.
  10550.         (calendar-time-zone, calendar-standard-time-zone-name,
  10551.         calendar-daylight-time-zone-name, calendar-daylight-savings-ends,
  10552.         calendar-daylight-savings-starts): Don't autload them.
  10553.  
  10554. Mon Jun  7 00:25:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10555.  
  10556.     * apropos.el (safe-documentation): Don't crash on byte-compiled macro.
  10557.  
  10558.     * telnet.el (telnet-simple-send): New function.
  10559.     (telnet): Arrange to use that.
  10560.  
  10561.     * sun-keys.el: File deleted.
  10562.  
  10563.     * texinfo.el (texinfo-section-types-regexp): Add @chapheading.
  10564.  
  10565.     * gud.el: Doc fixes.  Delete local variable list at the end.
  10566.     (expr-forward-sexp): Renamed from forw-expr.
  10567.     (expr-backward-sexp): Renamed from back-expr.
  10568.  
  10569.     * case-table.el (describe-buffer-case-table): Merge locals i and ch.
  10570.     Make *Help* current buffer for describe-vector.
  10571.  
  10572.     * bibtex.el: Fix typos in previous change.
  10573.     Add a few menu items.
  10574.  
  10575.     * compile.el (compilation-error-regexp-alist): Make sure each regexp
  10576.     can only match a few characters at the front.  Split off the Mips
  10577.     CC regexp from the Apollo regexp.
  10578.  
  10579.     * rmail.el (rmail-variables): Default rmail-inbox-list here.
  10580.     (rmail): Not here.
  10581.  
  10582.     * ange-ftp.el (ange-ftp-real-load): New function.
  10583.     (ange-ftp-load): New function--handles `load'.
  10584.  
  10585. Sun Jun  6 18:29:36 1993  Paul Eggert  (eggert@twinsun.com)
  10586.  
  10587.     * term/sun-mouse.el (mouse-union-first-preferred): Renamed from
  10588.     mouse-union-first-prefered.
  10589.  
  10590. Sun Jun  6 17:46:25 1993  Paul Eggert  (eggert@twinsun.com)
  10591.     
  10592.     * sc.el (sc-consistent-cite-p): Renamed from sc-consistant-cite-p.
  10593.  
  10594.     * etags.el (etags-recognize-tags-table): Fix misspelling of
  10595.     find-tag-regexp-next-line-after-failure-p.
  10596.  
  10597.     * bibtex.el (bibtex-name-alignment): Renamed from
  10598.     bibtex-name-alignement.
  10599.  
  10600.     * allout.el (outlinify-sticky): Renamed from outlineify-sticky.
  10601.  
  10602.     * faces.el (x-create-frame-with-faces): Reversevideo -> ReverseVideo.
  10603.     * frame.el (frame-initialize): Likewise.
  10604.  
  10605. Sun Jun  6 01:27:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10606.  
  10607.     * outline.el (outline-minor-mode): Add autoload cookie.
  10608.  
  10609.     * bibtex.el: Define 2 local menu-bar submaps.
  10610.     (bibtex-x-help, bibtex-x-environment): Deleted.
  10611.  
  10612.     * isearch.el (search-upper-case): Make `no-yanks' the default.
  10613.     (isearch-no-upper-case-p): New arg REGEXP-FLAG.
  10614.     (isearch-search): Pass new arg.
  10615.     (isearch-member-equal): Deleted.
  10616.     (isearch-overlay): New variable.
  10617.     (isearch-highlight, isearch-dehighlight): Rewritten to use overlays.
  10618.  
  10619.     * dired.el (dired-unmark-all-files): Read arg as just a character.
  10620.     Use non-regexp search to find a specific mark.
  10621.     Use subst-char-in-region to make the change.
  10622.     Improve the message at the end.
  10623.  
  10624.     * vip.el (vip-ctl-key-equivalent): Use vip-escape-to-emacs.
  10625.     (vip-escape-to-emacs): Use read-key-sequence and key-binding.
  10626.     Arg EVENTS replaces arg CHAR.  
  10627.     (vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed.
  10628.  
  10629.     * compile.el (compile-internal): Alter current buffer only temporarily.
  10630.  
  10631. Sat Jun  5 13:08:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10632.  
  10633.     * sendmail.el (mail-do-fcc): Replace the code for appending to buffer.
  10634.  
  10635.     * rmailsum.el (rmail-summary-next-msg): Fix number of dots in regexp.
  10636.  
  10637.     * scroll-bar.el (scroll-bar-drag-1):
  10638.     Calculate position relative to the accessible part of the buffer.
  10639.  
  10640.     * menu-bar.el (menu-bar-help-menu): Add defvar.
  10641.     (menu-bar-edit-menu, menu-bar-file-menu): Likewise.
  10642.  
  10643.     * dired.el (dired-flag-backup-files): Handle `*' made by `ls -F'.
  10644.  
  10645.     * ange-ftp.el (internal-ange-ftp-mode): Renamed from ange-ftp-mode.
  10646.     Callers changed.
  10647.  
  10648.     * menu-bar.el (window-system): Enable menu bars only if
  10649.     window-system is non-nil.
  10650.  
  10651.     * add-log.el (add-log-current-defun): Fix typos in last change.
  10652.  
  10653. Sat Jun  5 04:39:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10654.  
  10655.     * term/x-win.el (x-selection-timeout): Set it, using x-get-resource.
  10656.  
  10657. Fri Jun  4 07:14:44 1993  Paul Eggert  (eggert@twinsun.com)
  10658.  
  10659.     * timezone.el: (timezone-make-date-arpa-standard,
  10660.     timezone-make-date-sortable): Move common code into timezone-fix-time.
  10661.     (timezone-fix-time): Merge common code from above two functions.
  10662.     Yield time zone at end of result vector.
  10663.     Set time zone offset correctly as of the given time,
  10664.     instead of guessing from the current offset.
  10665.     (timezone-make-arpa-date, timezone-zone-to-minute): Convert
  10666.     current-time-zone style timezones into RFC-822 style timezones.
  10667.  
  10668.     (timezone-time-from-absolute, timezone-time-zone-from-absolute,
  10669.     timezone-day-number, timezone-absolute-from-gregorian):
  10670.     More functions borrowed from Reingold's calendar package.
  10671.  
  10672.     (timezone-make-arpa-date, timezone-make-sortable-date): Can safely
  10673.     assume that year includes century, since timezone-fix-time guarantees
  10674.     this.
  10675.  
  10676.     * gnuspost.el (gnus-current-time-zone):    New function, which tries
  10677.     current-time-zone, and if that fails falls back on gnus-local-timezone.
  10678.     (gnus-inews-date): Use it.
  10679.     (gnus-inews-valid-date): New optional args TIME (default now) and ZONE
  10680.         (default GMT).
  10681.     (gnus-inews-buggy-date): New optional arg TIME (default now).
  10682.  
  10683.     * gnus.el (gnus-local-timezone): Now used only if current-time-zone
  10684.     does not work.
  10685.  
  10686. Fri Jun  4 01:16:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10687.  
  10688.     * mh-e.el (mh-yank-cur-msg): Use (mark t).
  10689.  
  10690.     * simple.el (mark): Doc fix.
  10691.  
  10692.     * add-log.el (add-log-current-defun): Handle Fortran.
  10693.  
  10694.     * rmail.el (rmail-resend): Require sendmail and mailalias.
  10695.  
  10696.     * time.el (display-time-24hr-format): Make it a user option.
  10697.  
  10698.     * edt.el (GOLD-prefix): Define *after* GOLD-map.
  10699.  
  10700.     * dired.el (dired-change-marks): Just ding if one arg is RET.
  10701.     Search for strings, not regexps.  Use subst-char-in-region.
  10702.  
  10703.     * isearch.el (isearch-mode): Set isearch-window-configuration
  10704.     only if in slow mode.
  10705.     (isearch-done): Use isearch-window-configuration only if non-nil.
  10706.     (isearch-other-control-char): For mouse event, call isearch-done
  10707.     in the buffer whose keymap was used.
  10708.  
  10709.     * flow-ctrl.el (enable-flow-control): Doc fix.
  10710.  
  10711. Thu Jun  3 20:01:19 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  10712.  
  10713.         * calendar.el (calendar-holidays): Quote it to delay evaluation
  10714.         until it's needed.
  10715.  
  10716.         * holidays.el (calendar-holiday-list): Eval calendar-holidays.
  10717.  
  10718. Thu Jun  3 00:47:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10719.  
  10720.     * sendmail.el (mail-do-fcc): Omit first 2 lines when appending
  10721.     to an RMAIL buffer.
  10722.  
  10723.     * simple.el (kill-ring-save): Doc fix.
  10724.  
  10725.     * rmailsum.el (rmail-summary-expunge-and-save): Do save-buffer last.
  10726.     Use two separate save-excursion calls.
  10727.     (rmail-summary-input): Use pop-to-buffer.
  10728.     (rmail-summary-get-new-mail): Gobble rmail-current-message;
  10729.     later go to that message.
  10730.     (rmail-summary-next-msg): Start at end of line, if moving forward.
  10731.     Move to beginning of line, after the loop.
  10732.     (rmail-new-summary): Fix format of elt in minor-mode-alist.
  10733.  
  10734.     * rmail.el (rmail-select-summary): Add a save-excursion.
  10735.  
  10736.     * rmailsum.el (rmail-summary-expunge-and-save):
  10737.     Call set-buffer again after rmail-only-expunge.
  10738.     (rmail-summary-add-label, rmail-summary-kill-label):
  10739.     Fix reading the label.
  10740.     (rmail-summary-rmail-update): Bind window locally.
  10741.     Use unwind-protect, not save-window-excursion.
  10742.  
  10743.     * vc-hooks.el (vc-find-file-hook): Check buffer-file-name is non-nil.
  10744.  
  10745.     * hideif.el (define-hide-ifdef-mode-map): Don't bind C-c LETTER.
  10746.     Use C-c ESC LETTER instead.
  10747.     Handle case where where-is-internal returns nil.
  10748.  
  10749.     * texinfmt.el: Provide texinfmt.
  10750.  
  10751.     * bytecomp.el (byte-compile-insert-header): Fix backwards test
  10752.     of byte-compile-compatibility.
  10753.  
  10754.     * info.el (Info-mode-map): Bind mouse-2, not mouse-3.
  10755.  
  10756.     * view.el (View-scroll-lines-forward): If we exit, do nothing else.
  10757.  
  10758.     * calendar.el (calendar-mode): Doc fix.
  10759.     (calendar-mark-ring): New defvar.
  10760.  
  10761.     * frame.el (frame-initialize): Set cursor-color last.
  10762.  
  10763.     * vip.el (vip-escape-to-emacs): Temporarily restore local map
  10764.     and use read-key-sequence.
  10765.  
  10766.     * rmailsum.el (rmail-summary-by-senders): New function.
  10767.     (rmail-message-senders-p): New function.
  10768.  
  10769. Thu Jun  3 17:58:59 1993  Dave Gillespie  (daveg@synaptics.com)
  10770.  
  10771.     * complete.el (PC-lisp-complete-symbol): Added.
  10772.     (PC-look-for-include-file): Recognize some Lisp notations.
  10773.     (PC-include-file-all-completions): Fixed uppercase variable names.
  10774.  
  10775. Wed Jun  2 12:56:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10776.  
  10777.     * info.el (Info-suffix-list): Handle .gz suffix.
  10778.     * ange-ftp.el (ange-ftp-binary-file-name-regexp): Handle .gz.
  10779.  
  10780.     * ehelp.el (electric-help-command-loop): Use equal to compare
  10781.     lists of events.
  10782.  
  10783.     * electric.el (Electric-command-loop): Use eq to compare events.
  10784.  
  10785.     * diff.el (diff): Really do use arg SWITCHES.
  10786.  
  10787.     * frame.el (frame-initialize): Delete geometry parms
  10788.     from initial-frame-alist.
  10789.  
  10790. Wed Jun  2 09:59:02 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  10791.  
  10792.         * calendar.el (calendar-daylight-savings-starts): Mention use of
  10793.         nil value in documentation string.
  10794.         (calendar-daylight-time-offset): New variable.
  10795.         (calendar-daylight-savings-switchover-time):  New variable.
  10796.         (calendar-mode): Mention them.
  10797.         (calendar-time-zone, calendar-print-astro-day-number,
  10798.         calendar-time-display-form): Change Universal Time (UT) to
  10799.         Coordinated Universal Time (UTC). 
  10800.  
  10801.         *solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change
  10802.         Universal Time (UT) to Coordinated Universal Time (UTC).
  10803.         (solar-time-string): Use calendar-daylight-time-offset instead of
  10804.         1 hr, and use calendar-daylight-savings-switchover-time instead of
  10805.         midnight.  Add an optional parameter to allow forcing the use of
  10806.         standard or daylight savings time.  Fix code so it works in
  10807.         southern hemisphere (start of dst precedes end of dst in a
  10808.         calendar year) and when dst either starts or ends in a calendar
  10809.         year, but not both.
  10810.  
  10811. Tue Jun  1 17:40:30 1993  Ken  Manheimer  (klm@coil.nist.gov)
  10812.  
  10813.     * allout.el (outlineify-sticky): Reconciled provisions for
  10814.     non-standard and standard prefix leaders.
  10815.  
  10816. Tue Jun  1 16:09:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10817.  
  10818.     * Version 19.12 released.
  10819.  
  10820.     * reporter.el: New file.
  10821.  
  10822.     * mouse.el (mouse-buffer-menu): Don't select the event's window,
  10823.     if event has frame instead.
  10824.  
  10825.     * tar-mode.el: Typo in autoload cookie.
  10826.  
  10827.     * shell.el (shell-prompt-pattern): Use defvar.
  10828.  
  10829.     * ange-ftp.el (ange-ftp-make-backup-files): Doc fix.
  10830.  
  10831.     * sendmail.el (mail-signature): Do not insert a line with `--'.
  10832.  
  10833.     * menu-bar.el (mouse-menu-bar-buffers): Renamed from mouse-buffer-menu.
  10834.  
  10835.     * subr.el (posn-timestamp): Doc fix.
  10836.  
  10837.     * sort.el (sort-fold-case): New variable.
  10838.     (sort-subr): Bind case-fold-search from sort-fold-case.
  10839.  
  10840.     * simple.el (undo):
  10841.     Pass proper arg to delete-auto-save-file-if-necessary.
  10842.  
  10843.     * desktop.el: New file.
  10844.  
  10845.     * c++-mode-1.el: New file.
  10846.  
  10847. Tue Jun  1 16:03:30 1993  Ken  Manheimer  (klm@coil.nist.gov)
  10848.  
  10849.     * allout.el (move-to-column): Pass zero instead of negative arg.
  10850.     Added some free variables defvars, so byte-comple doesn't complain.
  10851.     Included some stub code, eventually will be proper use of Emacs 19
  10852.     minor-mode-sensitive keymaps.
  10853.  
  10854. Tue Jun  1 14:01:25 1993  Stephen A. Wood  (saw@cebaf.gov)
  10855.  
  10856.     * fortran.el (fortran-mode): Replace comment-indent-hook with
  10857.     comment-indent-function.
  10858.  
  10859.     * fortran.el (fortran-is-in-string-p): Replaced with new version
  10860.     that uses the syntax table.
  10861.  
  10862.     * fortran.el (calculate-fortran-indent): Lines that have a # after
  10863.     whitespace are interpreted as cpp directives and outdented back to
  10864.     column zero.
  10865.  
  10866. Tue Jun  1 00:27:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10867.  
  10868.     * lucid.el (map-keymap): Doc fix.
  10869.  
  10870.     * dired-aux.el (dired-compress-file): Use gzip when proper/possible.
  10871.  
  10872.     * sc.el: Fix installation instructions.
  10873.     (sc-cite-original): Add autoload cookie.
  10874.  
  10875.     * sendmail.el (mail-yank-hooks): New hook variable.
  10876.     (mail-yank-original): Run the hook.
  10877.     (mail-indent-citation): New function.
  10878.  
  10879.     * cl.el (cl-mod): Renamed from mod.
  10880.  
  10881.     * Version 19.11 released.
  10882.  
  10883.     * lucid.el (copy-tree): Use let* to bind new before i.
  10884.  
  10885.     * terminal.el (te-pass-through): Delete debugging code left by mistake.
  10886.  
  10887.     * comint.el (comint-filter): Put window-start before the input.
  10888.  
  10889.     * isearch.el (isearch-mode): If enter recursive-edit,
  10890.     also bind isearch-recursive-edit.
  10891.  
  10892.     * cookie1.el: Renamed from cookie.el.
  10893.     Provide cookie1.
  10894.     * yow.el, spook.el: Changed accordingly.
  10895.  
  10896. Mon May 31 23:21:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10897.  
  10898.     * outline.el (outline-flag-region): Pass t as NOUNDO arg
  10899.     to subst-char-in-region.  No need to restore buffer-modified-p by hand.
  10900.  
  10901. Mon May 31 20:29:00 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  10902.  
  10903.     * term/x-win.el (x-invocation-args): Add defvar.
  10904.  
  10905. Mon May 31 19:59:12 1993  Junio Hamano  (junio@twinsun.com)
  10906.  
  10907.     * window.el (count-windows): PROC argument of
  10908.     walk-windows takes an argument.
  10909.  
  10910. Mon May 31 00:20:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10911.  
  10912.     * gnus.el (gnus-summary-isearch-article): Call isearch-forward
  10913.     in ordinary fashion with no args.
  10914.     (gnus-inews-article-hook, gnus-prepare-article-hook):
  10915.     Initialize to a list.
  10916.     (gnus-read-newsrc-file): If timestamps are equal, reload .newsrc. 
  10917.  
  10918.     * bibtex.el (bibtex-mode): Add autoload.
  10919.  
  10920.     * files.el (inhibit-local-variables-regexps): New variable.
  10921.     (set-auto-mode): Handle inhibit-local-variables-regexps.
  10922.  
  10923.     * tar-mode.el: Don't initialize write-file-hooks.
  10924.     Don't change auto-mode-alist.
  10925.     (tar-regexp): Deleted.
  10926.     (tar-normal-mode): Deleted.
  10927.     (tar-mode): Add autoload.
  10928.  
  10929.     * faces.el (x-resolve-font-name): Clean up error messages.
  10930.  
  10931.     * timer.el (run-at-time): Pass args to start-process in right order.
  10932.  
  10933.     * info.el (Info-get-token): Check that thesecond search succeeded.
  10934.  
  10935.     * edebug.el: Provide edebug.
  10936.  
  10937.     * rmailsum.el (rmail-message-subject-p): Fix typo in string constant.
  10938.  
  10939.     * cl.el (mod): Use cl-floor.
  10940.     (rem): Use cl-truncate.
  10941.  
  10942.     * gud.el (gud-def): Don't use gud-key-prefix at compile time.
  10943.  
  10944.     * window.el (shrink-window-if-larger-than-buffer): Add `interactive'.
  10945.     Do nothing if window contents not entirely visible.
  10946.  
  10947.     * sendmail.el (mail-do-fcc): Put back the newline at the start
  10948.     of the fcc temp buffer.  It got lost somewhere.
  10949.  
  10950. Sun May 30 15:14:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  10951.  
  10952.     * gnus.el (gnus-nntp-server): Use gnus-default-nntp-server.
  10953.  
  10954.     * info.el (Info-mode-map): Correct Info-top to Info-top-node.
  10955.  
  10956.     * man.el (Man-notify-when-ready): Correct previous change.
  10957.  
  10958. Sun May 30 18:28:43 1993  Stephen Gildea  (gildea@alex.lcs.mit.edu)
  10959.  
  10960.     * mh-e.el (mh-signature-file-name): New variable.
  10961.     mh-e version 3.8.2.
  10962.  
  10963. Sun May 30 13:21:04 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10964.  
  10965.      * faces.el (x-resolve-font-name): Fix args to error; the format
  10966.      string was changed, but not the arguments to be substituted.
  10967.  
  10968.      * faces.el (x-resolve-font-name): Give correct error message
  10969.      depending on whether or not FACE was non-nil.
  10970.  
  10971. See ChangeLog.3 for earlier changes.
  10972.